[
  {
    "path": ".devcontainer/devcontainer.json",
    "content": "{\n  \"appPort\": 5173,\n  \"features\": {},\n  \"image\": \"mcr.microsoft.com/devcontainers/universal:2\",\n  \"name\": \"FMHYedit\",\n  \"postAttachCommand\": \"pnpm docs:dev\",\n  \"postStartCommand\": \"pnpm install\"\n}\n"
  },
  {
    "path": ".dockerignore",
    "content": "node_modules\n.git\n.gitignore\ndist\ncache\n"
  },
  {
    "path": ".gitattributes",
    "content": "# Common settings that generally should always be used with your language specific settings\n\n# Auto detect text files and perform LF normalization\n*          text=auto\n\n#\n# The above will handle all files NOT found below\n#\n\n# Documents\n*.bibtex   text diff=bibtex\n*.doc      diff=astextplain\n*.DOC      diff=astextplain\n*.docx     diff=astextplain\n*.DOCX     diff=astextplain\n*.dot      diff=astextplain\n*.DOT      diff=astextplain\n*.pdf      diff=astextplain\n*.PDF      diff=astextplain\n*.rtf      diff=astextplain\n*.RTF      diff=astextplain\n*.md       text diff=markdown\n*.mdx      text diff=markdown\n*.tex      text diff=tex\n*.adoc     text\n*.textile  text\n*.mustache text\n*.csv      text eol=crlf\n*.tab      text\n*.tsv      text\n*.txt      text\n*.sql      text\n*.epub     diff=astextplain\n\n# Graphics\n*.png      binary\n*.jpg      binary\n*.jpeg     binary\n*.gif      binary\n*.tif      binary\n*.tiff     binary\n*.ico      binary\n# SVG treated as text by default.\n*.svg      text\n# If you want to treat it as binary,\n# use the following line instead.\n# *.svg    binary\n*.eps      binary\n\n# Scripts\n*.bash     text eol=lf\n*.fish     text eol=lf\n*.ksh      text eol=lf\n*.sh       text eol=lf\n*.zsh      text eol=lf\n# These are explicitly windows files and should use crlf\n*.bat      text eol=crlf\n*.cmd      text eol=crlf\n*.ps1      text eol=crlf\n\n# Serialisation\n*.json     text\n*.toml     text\n*.xml      text\n*.yaml     text\n*.yml      text\n\n# Archives\n*.7z       binary\n*.bz       binary\n*.bz2      binary\n*.bzip2    binary\n*.gz       binary\n*.lz       binary\n*.lzma     binary\n*.rar      binary\n*.tar      binary\n*.taz      binary\n*.tbz      binary\n*.tbz2     binary\n*.tgz      binary\n*.tlz      binary\n*.txz      binary\n*.xz       binary\n*.Z        binary\n*.zip      binary\n*.zst      binary\n\n# Text files where line endings should be preserved\n*.patch    -text\n\n#\n# Exclude files from exporting\n#\n\n.gitattributes export-ignore\n.gitignore     export-ignore\n.gitkeep       export-ignore\n\n## GITATTRIBUTES FOR WEB PROJECTS\n#\n# These settings are for any web project.\n#\n# Details per file setting:\n#   text    These files should be normalized (i.e. convert CRLF to LF).\n#   binary  These files are binary and should be left untouched.\n#\n# Note that binary is a macro for -text -diff.\n######################################################################\n\n# Auto detect\n##   Handle line endings automatically for files detected as\n##   text and leave all files detected as binary untouched.\n##   This will handle all files NOT defined below.\n*                 text=auto\n\n# Source code\n*.bash            text eol=lf\n*.bat             text eol=crlf\n*.cmd             text eol=crlf\n*.coffee          text\n*.css             text diff=css\n*.htm             text diff=html\n*.html            text diff=html\n*.inc             text\n*.ini             text\n*.js              text\n*.mjs             text\n*.cjs             text\n*.json            text\n*.jsx             text\n*.less            text\n*.ls              text\n*.map             text -diff\n*.od              text\n*.onlydata        text\n*.php             text diff=php\n*.pl              text\n*.ps1             text eol=crlf\n*.py              text diff=python\n*.rb              text diff=ruby\n*.sass            text\n*.scm             text\n*.scss            text diff=css\n*.sh              text eol=lf\n.husky/*          text eol=lf\n*.sql             text\n*.styl            text\n*.tag             text\n*.ts              text\n*.tsx             text\n*.xml             text\n*.xhtml           text diff=html\n\n# Docker\nDockerfile        text\n\n# Documentation\n*.ipynb           text eol=lf\n*.markdown        text diff=markdown\n*.md              text diff=markdown\n*.mdwn            text diff=markdown\n*.mdown           text diff=markdown\n*.mkd             text diff=markdown\n*.mkdn            text diff=markdown\n*.mdtxt           text\n*.mdtext          text\n*.txt             text\nAUTHORS           text\nCHANGELOG         text\nCHANGES           text\nCONTRIBUTING      text\nCOPYING           text\ncopyright         text\n*COPYRIGHT*       text\nINSTALL           text\nlicense           text\nLICENSE           text\nNEWS              text\nreadme            text\n*README*          text\nTODO              text\n\n# Templates\n*.dot             text\n*.ejs             text\n*.erb             text\n*.haml            text\n*.handlebars      text\n*.hbs             text\n*.hbt             text\n*.jade            text\n*.latte           text\n*.mustache        text\n*.njk             text\n*.phtml           text\n*.svelte          text\n*.tmpl            text\n*.tpl             text\n*.twig            text\n*.vue             text diff=vue\n\n# Configs\n*.cnf             text\n*.conf            text\n*.config          text\n.editorconfig     text\n.env              text\n.gitattributes    text\n.gitconfig        text\n.htaccess         text\n*.lock            text -diff\npackage.json      text eol=lf\npackage-lock.json text eol=lf -diff\npnpm-lock.yaml    text eol=lf -diff\n.prettierrc       text\nyarn.lock         text -diff\n*.toml            text\n*.yaml            text\n*.yml             text\nbrowserslist      text\nMakefile          text\nmakefile          text\n# Fixes syntax highlighting on GitHub to allow comments\ntsconfig.json     linguist-language=JSON-with-Comments\n\n# Heroku\nProcfile          text\n\n# Graphics\n*.ai              binary\n*.bmp             binary\n*.eps             binary\n*.gif             binary\n*.gifv            binary\n*.ico             binary\n*.jng             binary\n*.jp2             binary\n*.jpg             binary\n*.jpeg            binary\n*.jpx             binary\n*.jxr             binary\n*.pdf             binary\n*.png             binary\n*.psb             binary\n*.psd             binary\n# SVG treated as an asset (binary) by default.\n*.svg             text\n# If you want to treat it as binary,\n# use the following line instead.\n# *.svg           binary\n*.svgz            binary\n*.tif             binary\n*.tiff            binary\n*.wbmp            binary\n*.webp            binary\n\n# Audio\n*.kar             binary\n*.m4a             binary\n*.mid             binary\n*.midi            binary\n*.mp3             binary\n*.ogg             binary\n*.ra              binary\n\n# Video\n*.3gpp            binary\n*.3gp             binary\n*.as              binary\n*.asf             binary\n*.asx             binary\n*.avi             binary\n*.fla             binary\n*.flv             binary\n*.m4v             binary\n*.mng             binary\n*.mov             binary\n*.mp4             binary\n*.mpeg            binary\n*.mpg             binary\n*.ogv             binary\n*.swc             binary\n*.swf             binary\n*.webm            binary\n\n# Archives\n*.7z              binary\n*.gz              binary\n*.jar             binary\n*.rar             binary\n*.tar             binary\n*.zip             binary\n\n# Fonts\n*.ttf             binary\n*.eot             binary\n*.otf             binary\n*.woff            binary\n*.woff2           binary\n\n# Executables\n*.exe             binary\n*.pyc             binary\n# Prevents massive diffs caused by vendored, minified files\n**/.yarn/releases/**   binary\n**/.yarn/plugins/**    binary\n\n# RC files (like .babelrc or .eslintrc)\n*.*rc             text\n\n# Ignore files (like .npmignore or .gitignore)\n*.*ignore         text\n\n# Prevents massive diffs from built files\ndist/*            binary\n\n"
  },
  {
    "path": ".github/CODEOWNERS",
    "content": "docs/.vitepress/**/* @taskylizard\napi/**/* @taskylizard\nindex.md @taskylizard\n\n"
  },
  {
    "path": ".github/CONTRIBUTING.md",
    "content": "# Contribute Guide\n\n> [!INFO] NOTE\n> Some of these steps are easier if you're in our [Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord). It opens every Friday.\n\nHere you'll find some general guidelines for those who would like to start contributing. There are multiple ways to do this: \n\n- [Link Submissions](#submissions)\n- [Reporting an Existing Site](#reporting-a-site)\n- [How to Edit and Preview Changes](#making-changes)\n- [Finding New Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/find-new-sites/)\n\n## Submissions\n\n> [!INFO] NOTE\n> For bigger changes to the wiki, such as debloating efforts or the restructuring of a page/section, you must first discuss these with us via [Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord) before opening a [Pull Request](https://github.com/fmhy/edit/pulls).\n\n**Don't submit any of the following:**\n\n- **💰️ Paid / Trial Sites** - We don't accept any paid or free trial only entries, with the exception of select paid [VPNs](/privacy#vpn) and [Debrid](/downloading#debrid-leeches).\n- **🕹️ Emulators** - Already listed on [Index Sites](/gaming#emulators).\n- **🌐 Web Browsers** - Good open-source browsers are already listed, so we just accept indexes, privacy-focused, and good mobile ones.\n- **🔻 Leeches** - Unless it's not already listed on existing [Leech Lists](/downloading#debrid-leeches), don't submit these.\n- **🐧 Linux Distros** - Already listed on [Index Sites](/linux-macos#linux-distros).\n- **🌍 Non-english Software** - We don't add non-english software sites (APKs, games, torrents, etc.) unless they have a very good reputation.\n- **🗂️ Coding Libraries** - There's too many of them and there are better places to find them.\n- **🎲 Mining / Betting Sites** - Don't submit anything related to betting, mining, BINs, CCs, etc.\n- **🎮 Multiplayer Hacks** - Don't submit any hacks or exploits that give an unfair advantage in multiplayer games.\n- **🖥️ Custom OSs** - We don't recommend people use these.\n\n### Adding a Site\n\nFor submitting new links, follow these steps:\n\n- Make sure it's not already in the wiki. The easiest way to do this is to check our [Single Page](https://api.fmhy.net/single-page) using `ctrl+f`.\n- Don't spam a bunch of un-tested links at once. Try to only send things you genuinely feel might be worth adding.\n- Reach out via the feedback system, [GitHub](https://github.com/fmhy/edit), or join our [Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord). Note that we have to check sites ourselves, so using a issue, rather than pull request is easier.\n- You can optionally include socials, tools, or any other additional info alongside the entry.\n\n### Reporting a Site\n\n> [!INFO] NOTE\n> If it's urgent, you're allowed to request an invite via our feedback system.\n\nFor changes to existing entries, follow these steps:\n\n- Reach out via the feedback system, [GitHub](https://github.com/fmhy/edit), or join our [Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord).\n- Feel free to leave contact info when using the feedback system, if needed. Only trusted staff can view this.\n- If you'd like to report a site removal or star change, you must include details as to why your changes should be accepted.\n\n### Link Testing\n\nAll additions have to first go through our testing process on [Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord).\n\nYou can help us test new sites to figure out their use-case, safety, and whether they'd be a good fit for the wiki.\n\nKeep in mind certain sites (such as piracy sites) require more testing/vetting before they can be added.\n\n### Formatting Rules\n\nThe wiki will always have some variation either due to exceptions being made, the layout/structure, or the flexible nature of markdown itself.\n\nFor these reasons, there are too many conditions and nuances to satisfy to make an easy-to-follow guide. However, you can generally get an idea by looking at how existing links are structured.\n\nNote that we do try to order sections from best to worst, and if multiple links are on the same line, only the **bold** ones are considered stars.\n\nIf you're unsure, ask in the wiki channels on [Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord) and wait for a staff member to reply.\n\n## Making Changes\n\nInstructions on various ways to edit the wiki and preview changes. \n\n### GitHub Editor\n\nYou can use the built-in web editor in two ways:\n\n1. Find the file you want to edit, look for the edit icon (of a pencil) and click on it, then make your changes.\n\n    ![Edit Button](https://files.catbox.moe/7w3hnm.png)\n\n2. When you're done, click \"Commit Changes...\" then \"Propose changes\". Optionally add a commit description.\n\n3. You should now see a comparison page showing all your edits. Click \"Create pull request\", fill in the box describing your changes, then hit submit.\n\n**OR**\n\n1. Fork the repository by clicking the \"Fork\" button in the top right.\n\n2. Navigate to your fork's homepage and press the `.` (period) key on your keyboard. This will open the repository in a VSCode-like environment on `github.dev`.\n\n3. Make your changes, then commit via the source control tab.\n    \n    ![Source Control](https://files.catbox.moe/pa571v.png)\n\n4. Back on your fork's homepage, click \"Contribute\" then \"Open pull request\".\n\n5. You should now see a comparison page showing all your edits. Click \"Create pull request\", fill in the box describing your changes, then hit submit.\n\n### Dev Environment\n\nIf you're going to work on the site itself, or simply want to preview the site and any changes, you can do so by setting up a development environment.\n\n#### GitHub Codespaces\n\nThis creates an environment in the browser [(with 60h/month free quota)](https://docs.github.com/en/billing/concepts/product-billing/github-codespaces#free-and-billed-use-by-personal-accounts). To use Codespaces, follow these steps:\n\n1. Fork the repository by clicking the \"Fork\" button in the top right.\n\n2. Navigate to your fork's homepage and click on the green \"Code\" button above your repository, open \"Codespaces\" tab and click \"Create codespace\".\n\n3. You may have to wait ~5-10 minutes for the codespace to load.\n\n    ![Codespace Status](https://files.catbox.moe/5bp38f.png)\n\n4. Once it has loaded, run `pnpm i && pnpm docs:dev` to start the preview. Then when it appears, click \"Open in Browser\" in the bottom right.\n\n5. Make your changes and commit.\n\n6. To shut it down, click the \"Code\" button again and look for the `...` dropdown next to your codespace, then click \"Stop codespace\".\n\n#### Local Instance\n\nMaking changes on a local repository may require a basic understanding of Git. You can find learning resources [here](/educational#developer-learning).\n\nMore info on manual setup can be found [here](/other/selfhosting).\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/wiki.yml",
    "content": "name: Create Issue\ndescription: 'Help us improve FMHY for everyone'\ntitle: 'Issue form title'\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        Thanks for taking the time to fill out this issue! Please select your issue type.\n  - type: markdown\n    attributes:\n      value: |\n        ### Things to note\n        * Anyone can suggest [changes or corrections](https://rentry.org/fmhyedit) to the wiki. Please read our [Contribution Guide](https://rentry.co/Contrib-Guide) before trying to add or remove anything.\n        * If you're adding a new site, please [search](https://raw.githubusercontent.com/fmhy/edit/main/single-page) (control + f) first to make sure we don't already have it.\n        * Approved changes will be applied to the [site](https://fmhy.net) and all [🔒 backups](https://github.com/fmhy/FMHY/wiki/Backups).\n        * You can send us stuff directly via [💬 Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord).\n        * You can also check out our [website](https://fmhy.net) and the [posts](https://fmhy.net/posts) section to know about any major updates to the wiki.\n  - type: dropdown\n    id: type\n    attributes:\n      label: Type\n      description: Type that best describes this issue.\n      options:\n        - Bad sites\n        - Grammar / Markdown\n        - Site suggestion\n        - Wiki section suggestion\n      default: 0\n    validations:\n      required: true\n  - type: textarea\n    id: context\n    attributes:\n      label: Add additional context\n      description:\n        A clear and concise description of what the issue is, as per your\n        selected issue type.\n      placeholder: https://fmhy.net is cool and should be added\n    validations:\n      required: true\n"
  },
  {
    "path": ".github/POST_TEMPLATE.md",
    "content": "### Post Template\n\n> [!NOTE]\n> This is a template for creating a post for the freemediaheckyeah blog, and is meant for **collaborators** only.\n\nNotes:\n\n- The title should be a short, descriptive title.\n- The date should be in the format `YYYY-MM-DD`.\n- The filename should be in the format `month-year.md`.\n- The description should be a short, descriptive description of the post.\n- Authors should be in the format `['username', ....]`\n- The ending shouldn't have a line break (`---`/`***`).\n- Links to the website should be turned into relative links, i.e. `[Text Tools](https://fmhy.net/text-tools)` -> `[Text Tools](/text-tools)`.\n\nTemplate:\n```\n---\ntitle: Monthly Updates [Month]\ndescription: Month 20YY updates\ndate: 20YY-MM-DD\nnext: false\naside: right\nprev: false\nsidebar: false\nfooter: true\n---\n\n<Post authors=\"['nbats']\"/>\n\n:::info\nThese update threads only contains major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/edit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n....\n\n---\n\n### Stars Added ⭐\n\n....\n\n---\n\n### Things Removed\n\n....\n```\n"
  },
  {
    "path": ".github/README.md",
    "content": "# FMHY\n\n![FMHY Banner](https://github.com/user-attachments/assets/0d43950d-a56f-437f-b9f6-afaed2313370)\n\n<p align=\"center\"> <b> The largest collection of free stuff on the internet! </b> </p>\n\n## 📖 Wiki\n\n- Website: [fmhy.net](https://fmhy.net)\n- News & Monthly Updates: [fmhy.net/posts](https://fmhy.net/posts)\n- Backups, Markdown, JSON API: [github.com/fmhy/FMHY/wiki/Backups](https://github.com/fmhy/FMHY/wiki/Backups)\n- Neither the site nor GitHub host any files\n\n## 🗺️ Emoji Legend\n \n* 🌐 - **3rd Party Indexes**\n* ↪️ - **Storage Page Links**\n* ⭐ - **Community Recommendations**\n\n## 📝 Contribute\n\nWe invite you to contribute and help improve the wiki! 💙\n\nHere are a few ways you can get involved:\n\n* Anyone can suggest changes or corrections to the wiki. Please read our [contribution guide](https://fmhy.net/other/contributing) before trying to add or remove anything.\n* If you're adding a new site, please [search](https://api.fmhy.net/single-page) (`Ctrl + F`) first to make sure we don't already have it.\n* Approved changes will be applied to the [site](https://fmhy.net) and all [🔒 backups](https://github.com/fmhy/FMHY/wiki/Backups).\n* You can send us stuff directly via [💬 Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord).\n* To help us find new sites, check out the lists of links in [site hunting](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/find-new-sites/).\n\n## 🔔 Follow\n\n<p>\n  <a href=\"https://github.com/fmhy/FMHY/wiki/FMHY-Discord\"><img width=\"30px\" src=\"./assets/discord.svg\" alt=\"Discord\"></a>&nbsp;&nbsp;<a href=\"https://github.com/fmhy\"><img width=\"30px\" src=\"./assets/github.svg\" alt=\"GitHub\"></a>\n</p>"
  },
  {
    "path": ".github/assets/nginx.conf",
    "content": "server {\n    listen       80;\n    server_name  _;\n\n    root   /usr/share/nginx/html;\n    index  index.html;\n\n    location / {\n        try_files $uri $uri.html $uri/ =404;\n\n        add_header X-Frame-Options \"DENY\";\n        add_header X-Content-Type-Options \"nosniff\";\n        add_header X-XSS-Protection \"1; mode=block\";\n        add_header Referrer-Policy \"no-referrer-when-downgrade\";\n    }\n\n    location ~* \\.(?:css|js|jpg|jpeg|gif|png|svg|ico|woff2?)$ {\n        expires 30d;\n        add_header Cache-Control \"public\";\n    }\n\n    error_log  /var/log/nginx/error.log warn;\n    access_log /var/log/nginx/access.log;\n}\n\ngzip on;\ngzip_types text/plain text/css application/javascript application/json image/svg+xml;\ngzip_min_length 1000;\ngzip_proxied any;\ngzip_vary on;\n"
  },
  {
    "path": ".github/workflows/deploy-api.yml",
    "content": "name: Deploy API\n\n# Only run this workflow when the API directory changes\non:\n  push:\n    paths:\n      - 'api/**'\n    branches:\n      - main\n  workflow_dispatch:\n\nconcurrency: ${{ github.workflow }}-${{ github.ref }}\n\njobs:\n  ci:\n    name: Build and Deploy\n    runs-on: ubuntu-latest\n    strategy:\n      matrix:\n        node-version: [20]\n\n    steps:\n      - uses: actions/checkout@v4\n        with:\n          fetch-depth: 6\n\n      - name: Install pnpm\n        uses: pnpm/action-setup@v4\n\n      - name: Use Node.js ${{ matrix.node-version }}\n        uses: actions/setup-node@v4\n        with:\n          node-version: ${{ matrix.node-version }}\n          cache: 'pnpm'\n\n      - name: Install dependencies\n        run: pnpm install\n\n      - name: Build\n        run: pnpm api:build\n        env:\n          WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}\n\n      - name: Publish to Cloudflare\n        uses: cloudflare/wrangler-action@v3\n        with:\n          apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}\n          vars: WEBHOOK_URL\n        env:\n          WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}\n"
  },
  {
    "path": ".github/workflows/deploy-gh-pages.yml",
    "content": "name: Deploy to GitHub Pages\n\non:\n  workflow_dispatch:\n\npermissions:\n  contents: read\n  pages: write\n  id-token: write\n\nconcurrency:\n  group: pages\n  cancel-in-progress: false\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n        with:\n          fetch-depth: 1\n      - uses: pnpm/action-setup@v2\n      - name: Setup Node\n        uses: actions/setup-node@v4\n        with:\n          node-version: 20\n          cache: pnpm\n      - name: Setup Pages\n        uses: actions/configure-pages@v5\n      - name: Install dependencies\n        run: pnpm install\n      - name: Build with VitePress\n        run: |\n          pnpm docs:build\n          touch docs/.vitepress/dist/.nojekyll\n      - name: Upload artifact\n        id: deployment\n        uses: actions/upload-pages-artifact@v3\n        with:\n          path: docs/.vitepress/dist\n\n  deploy:\n    environment:\n      name: github-pages\n      url: ${{ steps.deployment.outputs.page_url }}\n    needs: build\n    runs-on: ubuntu-latest\n    name: Deploy\n    steps:\n      - name: Deploy to GitHub Pages\n        id: deployment\n        uses: actions/deploy-pages@v4\n"
  },
  {
    "path": ".gitignore",
    "content": "**/.vitepress/dist\n**/.vitepress/cache\nnode_modules\n*.log*\n.nitro\n.cache\n.output\n.env\ndist\n.eslintcache\ndocs/.vitepress/.temp\nresult\n"
  },
  {
    "path": ".gitpod.yml",
    "content": "tasks:\n  - init: pnpm install\n    command: pnpm run docs:dev\n\nports:\n  - port: 5173\n    onOpen: open-preview\n"
  },
  {
    "path": ".licenserc.json",
    "content": "{\n  \"**/*.ts\": [\n    \"/**\",\n    \"*  Copyright (c) 2025 taskylizard. Apache License 2.0.\",\n    \"*\",\n    \"*  Licensed under the Apache License, Version 2.0 (the \\\"License\\\");\",\n    \"*  you may not use this file except in compliance with the License.\",\n    \"*  You may obtain a copy of the License at\",\n    \"*\",\n    \"*  http://www.apache.org/licenses/LICENSE-2.0\",\n    \"*\",\n    \"*  Unless required by applicable law or agreed to in writing, software\",\n    \"*  distributed under the License is distributed on an \\\"AS IS\\\" BASIS,\",\n    \"*  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\",\n    \"*  See the License for the specific language governing permissions and\",\n    \"*  limitations under the License.\",\n    \"*/\"\n  ],\n  \"**/*.css\": [\n    \"/**\",\n    \"*  Copyright (c) 2025 taskylizard. Apache License 2.0.\",\n    \"*  Licensed under the Apache License, Version 2.0 (the \\\"License\\\");\",\n    \"*  you may not use this file except in compliance with the License.\",\n    \"*  You may obtain a copy of the License at\",\n    \"*  http://www.apache.org/licenses/LICENSE-2.0\",\n    \"*/\"\n  ],\n  \"ignore\": [\n    \"node_modules\",\n    \"dist\",\n    \"docs/.vitepress/dist\",\n    \"docs/.vitepress/cache\"\n  ]\n}\n"
  },
  {
    "path": ".mise.toml",
    "content": "# https://github.com/vitejs/vite/issues/17291\n[tools]\nnode = \"latest\"\npnpm = \"latest\"\n\n[tasks]\nd = \"nrr docs:dev --host\"\nb = \"nrr docs:build\"\ns = \"nrr docs:preview --host\"\nbb = \"nrr docs:build && nrr docs:preview --host\"\n"
  },
  {
    "path": ".npmrc",
    "content": "package-manager-strict=false\nshell-emulator=true\nauto-install-peers=false\n"
  },
  {
    "path": ".prettierignore",
    "content": "**/*.md\n!docs/index.md\npnpm-lock.yaml\n.turbo\n.cache\n"
  },
  {
    "path": ".prettierrc.yaml",
    "content": "proseWrap: always\nsemi: false\nsingleQuote: true\nprintWidth: 80\ntrailingComma: none\nhtmlWhitespaceSensitivity: ignore\nplugins:\n  - prettier-plugin-tailwindcss\n  - prettier-plugin-pkgsort\n  - '@ianvs/prettier-plugin-sort-imports'\n\nimportOrder:\n  [\n    '',\n    '<TYPES>^(node:)',\n    '<TYPES>',\n    '<TYPES>^[.]',\n    '<BUILTIN_MODULES>',\n    '<THIRD_PARTY_MODULES>',\n    '^[.]',\n    '^(?!.*[.]css$)[./].*$',\n    '.css$'\n  ]\n"
  },
  {
    "path": "Dockerfile",
    "content": "FROM node:25.7-alpine AS base\nENV PNPM_HOME=\"/pnpm\"\nENV PATH=\"$PNPM_HOME:$PATH\"\nRUN npm install -g pnpm@10.30.3\nWORKDIR /app\nCOPY package.json pnpm-lock.yaml ./\n\nFROM base AS build\nRUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile --config.autoInstallPeers=false\nCOPY . .\nRUN pnpm run docs:build\n\nFROM nginx:alpine-slim\nCOPY --from=build /app/docs/.vitepress/dist /usr/share/nginx/html\nCOPY .github/assets/nginx.conf /etc/nginx/conf.d/default.conf\nEXPOSE 80\nCMD [\"nginx\", \"-g\", \"daemon off;\"]\n"
  },
  {
    "path": "api/README.md",
    "content": "This is the API for the website and other related services.\n\nLicensed under the Apache License v2.0, see [LICENSE](../docs/.vitepress/LICENSE) for more information.\n"
  },
  {
    "path": "api/middleware/cors.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport { corsEventHandler } from 'nitro-cors'\n\nexport default corsEventHandler(\n  (_event) => {\n    /** no-op */\n  },\n  {\n    origin: '*',\n    methods: '*'\n  }\n)\n"
  },
  {
    "path": "api/middleware/ratelimit.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\nexport default defineEventHandler(async (event) => {\n  const { cloudflare } = event.context\n\n  // FIXME: THIS IS NOT RECOMMENDED. BUT I WILL USE IT FOR NOW\n  // Not recommended:  many users may share a single IP, especially on mobile networks\n  // or when using privacy-enabling proxies\n  const ipAddress = getHeader(event, 'CF-Connecting-IP') ?? ''\n\n  const { success } = await // KILL YOURSELF\n  (cloudflare.env as unknown as Env).RATE_LIMITER.limit({\n    key: ipAddress\n  })\n\n  if (!success) {\n    throw createError('Failure – global rate limit exceeded')\n  }\n})\n"
  },
  {
    "path": "api/routes/feedback.post.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport { fetcher } from 'itty-fetcher'\nimport {\n  FeedbackSchema,\n  getFeedbackOption\n} from '../../docs/.vitepress/types/Feedback'\n\nexport default defineEventHandler(async (event) => {\n  const { message, page, type, heading } = await readValidatedBody(\n    event,\n    FeedbackSchema.parseAsync\n  )\n  const env = useRuntimeConfig(event)\n\n  const pageURL = `https://fmhy.net${page}`\n  const fields = [\n    {\n      name: 'Page',\n      value: `[${page}](${pageURL})`,\n      inline: true\n    },\n    {\n      name: 'Message',\n      value: message,\n      inline: false\n    }\n  ]\n\n  if (heading) {\n    fields.unshift({\n      name: 'Section',\n      value: heading,\n      inline: true\n    })\n  }\n\n  // FIXME: somehow this is not working, but it worked before\n  // const path = 'feedback'\n  //\n  // const { success } = await env.MY_RATE_LIMITER.limit({ key: path })\n  // if (!success) {\n  //   return new Response('429 Failure – global rate limit exceeded', {\n  //     status: 429\n  //   })\n  // }\n\n  await fetcher()\n    .post(env.WEBHOOK_URL, {\n      username: 'Feedback',\n      avatar_url:\n        'https://i.kym-cdn.com/entries/icons/facebook/000/043/403/cover3.jpg',\n      embeds: [\n        {\n          color: 3447003,\n          title: getFeedbackOption(type).label,\n          fields\n        }\n      ]\n    })\n    .catch((error) => {\n      throw new Error(error)\n    })\n\n  return { status: 'ok' }\n})\n"
  },
  {
    "path": "api/routes/index.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\nexport default eventHandler(() => {\n  return { nitro: 'works' }\n})\n"
  },
  {
    "path": "api/routes/single-page.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\nconst files = (\n  [\n    'privacy.md',\n    'ai.md',\n    'mobile.md',\n    'audio.md',\n    'beginners-guide.md',\n    'developer-tools.md',\n    'downloading.md',\n    'educational.md',\n    'file-tools.md',\n    'gaming-tools.md',\n    'gaming.md',\n    'image-tools.md',\n    'internet-tools.md',\n    'linux-macos.md',\n    'misc.md',\n    'non-english.md',\n    'reading.md',\n    'social-media-tools.md',\n    'storage.md',\n    'system-tools.md',\n    'text-tools.md',\n    'torrenting.md',\n    'unsafe.md',\n    'video-tools.md',\n    'video.md'\n  ] as const\n).map((file) => ({\n  name: file,\n  url: `https://raw.githubusercontent.com/fmhy/edit/main/docs/${file}`\n}))\n\nexport default defineCachedEventHandler(\n  async (event) => {\n    let body = '<!-- This is autogenerated content, do not edit manually. -->\\n'\n\n    const contents = await Promise.all(\n      files.map(async (file) => {\n        const content = await $fetch<string>(file.url)\n\n        return content\n      })\n    )\n    body += contents.join('\\n\\n')\n\n    appendResponseHeaders(event, {\n      'content-type': 'text/markdown;charset=utf-8',\n      'cache-control': 'public, max-age=7200'\n    })\n    return body\n  },\n  {\n    maxAge: 60 * 60,\n    name: 'single-page',\n    getKey: () => 'default' /* Can be extended in the future */\n  }\n)\n"
  },
  {
    "path": "api/tsconfig.json",
    "content": "{\n  \"extends\": \"../.nitro/types/tsconfig.json\",\n  \"compilerOptions\": {\n    \"types\": [\"@cloudflare/workers-types\"]\n  }\n}\n"
  },
  {
    "path": "api/worker-configuration.d.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n// Generated by Wrangler by running `wrangler types api/worker-configuration.d.ts`\n\ninterface Env {\n  STORAGE: KVNamespace\n  RATE_LIMITER: RateLimit\n}\n"
  },
  {
    "path": "docker-compose.yaml",
    "content": "services:\n  docs:\n    networks: [fmhy]\n    build:\n      context: .\n      dockerfile: Dockerfile\n    image: fmhy-docs\n    container_name: docs\n    restart: unless-stopped\n    ports:\n      - '4173:80'\n\nnetworks:\n  fmhy:\n"
  },
  {
    "path": "docs/.vitepress/LICENSE",
    "content": "Copyright (c) taskylizard. Apache License 2.0\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n"
  },
  {
    "path": "docs/.vitepress/README.md",
    "content": "This is the website source code to be used with [VitePress](https://vitepress.dev/).\n\nLicensed under the Apache License v2.0, see [LICENSE](./LICENSE) for more information.\n"
  },
  {
    "path": "docs/.vitepress/config.mts",
    "content": "import { fileURLToPath } from 'node:url'\nimport consola from 'consola'\nimport UnoCSS from 'unocss/vite'\nimport AutoImport from 'unplugin-auto-import/vite'\nimport OptimizeExclude from 'vite-plugin-optimize-exclude'\nimport Terminal from 'vite-plugin-terminal'\nimport { VitePWA } from 'vite-plugin-pwa'\nimport { defineConfig } from 'vitepress'\nimport {\n  commitRef,\n  feedback,\n  meta,\n  nav,\n  search,\n  sidebar,\n  socialLinks\n} from './constants'\nimport { generateFeed, generateImages, generateMeta } from './hooks'\nimport { defs, emojiRender, movePlugin } from './markdown/emoji'\nimport { headersPlugin } from './markdown/headers'\nimport { toggleStarredPlugin } from './markdown/toggleStarred'\nimport { transformsPlugin } from './transformer'\nimport { replaceNoteLink } from './utils/markdown'\n\n// @unocss-include\n\nconst baseUrl = process.env.GITHUB_ACTIONS ? '/edit' : '/'\nexport default defineConfig({\n  title: 'FMHY',\n  description: meta.description,\n  titleTemplate: ':title • freemediaheckyeah',\n  lang: 'en-US',\n  lastUpdated: false,\n  cleanUrls: true,\n  appearance: true,\n  base: baseUrl,\n  srcExclude: ['README.md', 'single-page'],\n  ignoreDeadLinks: true,\n  sitemap: {\n    hostname: meta.hostname\n  },\n  head: [\n    ['meta', { name: 'theme-color', content: '#7bc5e4' }],\n    ['meta', { name: 'og:type', content: 'website' }],\n    ['meta', { name: 'og:locale', content: 'en' }],\n    ['link', { rel: 'icon', href: '/test.png' }],\n    // PWA\n    ['link', { rel: 'manifest', href: '/manifest.json' }],\n    ['link', { rel: 'icon', href: '/pwa_icon.png', type: 'image/svg+xml' }],\n    ['link', { rel: 'alternate icon', href: '/pwa_icon.png' }],\n    ['link', { rel: 'mask-icon', href: '/pwa_icon.png', color: '#000000ff' }],\n    ['meta', { name: 'keywords', content: meta.keywords.join(' ') }],\n    ['link', { rel: 'apple-touch-icon', href: '/pwa_icon.png', sizes: '192x192' }],\n    ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],\n    ['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'default' }],\n    // Bing site verification\n    [\n      'meta',\n      {\n        name: 'msvalidate.01',\n        content: 'F3028112EF6F929B562F4B18E58E3691'\n      }\n    ],\n    // Google site verification\n    [\n      'meta',\n      {\n        name: 'google-site-verification',\n        content: 'XCq-ZTw6VJPQ7gVNEOl8u0JRqfadK7WcsJ0H598Wv9E'\n      }\n    ],\n    // Redirect to main site if embedded in iframe\n    [\n      'script',\n      {},\n      `\n        (function() {\n          if (window.self !== window.top) {\n              window.top.location = window.location.href;\n          }\n        })();\n        `\n    ]\n  ],\n  transformHead: async (context) => generateMeta(context, meta.hostname),\n  buildEnd: async (context) => {\n    generateImages(context)\n      .then(() => generateFeed(context))\n      .finally(() => consola.success('Success!'))\n  },\n  vite: {\n    css: {\n      preprocessorOptions: {\n        scss: {\n          api: 'modern-compiler'\n        }\n      }\n    },\n    ssr: {\n      noExternal: ['@fmhy/components']\n    },\n    resolve: {\n      alias: [\n        {\n          find: /^.*VPSwitchAppearance\\.vue$/,\n          replacement: fileURLToPath(\n            new URL('./theme/components/ThemeDropdown.vue', import.meta.url)\n          )\n        },\n        {\n          find: /^.*VPLocalSearchBox\\.vue$/,\n          replacement: fileURLToPath(\n            new URL('./theme/components/VPLocalSearchBox.vue', import.meta.url)\n          )\n        },\n        {\n          find: /^.*VPNav\\.vue$/,\n          replacement: fileURLToPath(\n            new URL('./theme/components/VPNav.vue', import.meta.url)\n          )\n        }\n      ]\n    },\n    optimizeDeps: { exclude: ['workbox-window'] },\n    plugins: [\n      OptimizeExclude(),\n      Terminal({\n        console: 'terminal',\n        output: ['console', 'terminal']\n      }),\n      UnoCSS({\n        configFile: fileURLToPath(\n          new URL('../../unocss.config.ts', import.meta.url)\n        )\n      }),\n      AutoImport({\n        dts: '../.cache/imports.d.ts',\n        imports: ['vue', 'vitepress'],\n        vueTemplate: true,\n        biomelintrc: {\n          enabled: true,\n          filepath: './.cache/imports.json'\n        }\n      }),\n      VitePWA({\n        registerType: 'autoUpdate',\n        workbox: {\n          globPatterns: ['**/*.{js,css,html,ico,png,svg,woff2}'],\n          runtimeCaching: [\n            {\n              urlPattern: /^https:\\/\\/fonts\\.googleapis\\.com\\/.*/i,\n              handler: 'CacheFirst',\n              options: {\n                cacheName: 'google-fonts-cache',\n                expiration: {\n                  maxEntries: 10,\n                  maxAgeSeconds: 60 * 60 * 24 * 365 // 365 days\n                },\n                cacheableResponse: {\n                  statuses: [0, 200]\n                }\n              }\n            }\n          ]\n        },\n        manifest: {\n          name: 'FMHY - freemediaheckyeah',\n          short_name: 'FMHY',\n          description: 'The largest collection of free stuff on the internet!',\n          theme_color: '#000000ff',\n          background_color: '#000000ff',\n          display: 'standalone',\n          orientation: 'portrait',\n          scope: '/',\n          start_url: '/',\n          icons: [\n            {\n              src: '/fmhy.ico',\n              sizes: '16x16',\n              type: 'image/x-icon'\n            },\n            {\n              src: '/pwa_icon.png',\n              sizes: '192x192',\n              type: 'image/png',\n              purpose: 'any maskable'\n            },\n            {\n              src: '/pwa_icon.png',\n              sizes: '512x512',\n              type: 'image/png',\n              purpose: 'any maskable'\n            }\n          ]\n        }\n      }),\n      transformsPlugin(),\n      {\n        name: 'custom:adjust-order',\n        configResolved(c) {\n          movePlugin(\n            c.plugins as any,\n            'vitepress',\n            'before',\n            'unocss:transformers:pre'\n          )\n          movePlugin(\n            c.plugins as any,\n            'custom:transform-content',\n            'before',\n            'vitepress'\n          )\n        }\n      }\n    ],\n    build: {\n      // Shut the fuck up\n      chunkSizeWarningLimit: Number.POSITIVE_INFINITY\n    }\n  },\n  markdown: {\n    emoji: { defs },\n    config(md) {\n      md.use(emojiRender)\n      md.use(toggleStarredPlugin)\n      meta.build.api && md.use(headersPlugin)\n      replaceNoteLink(md)\n    }\n  },\n  themeConfig: {\n    search,\n    footer: {\n      message: `${feedback} (rev: ${commitRef})`,\n      copyright:\n        `© ${new Date().getFullYear()}, <a href=\"https://i.ibb.co/VJQmQ9t/image.png\">Estd 2018.</a>` +\n        `<br/> This site does not host any files.`\n    },\n    editLink: {\n      pattern: 'https://github.com/fmhy/edit/edit/main/docs/:path',\n      text: '📝 Edit this page'\n    },\n    outline: 'deep',\n    logo: {\n      src: '/fmhy.ico',\n      alt: 'FMHY Logo'\n    },\n    nav,\n    sidebar,\n    socialLinks\n  }\n})\n"
  },
  {
    "path": "docs/.vitepress/constants.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { DefaultTheme } from 'vitepress'\nimport { excluded } from './shared'\nimport { transform, transformGuide } from './transformer'\n\n// @unocss-include\n\nexport * from './shared'\n\nexport const search: DefaultTheme.Config['search'] = {\n  options: {\n    _render(src, env, md) {\n      // Check if current file should be excluded from search\n      const relativePath = env.relativePath || env.path || ''\n      const shouldExclude = excluded.some(excludedFile =>\n        relativePath.includes(excludedFile) ||\n        relativePath.endsWith(excludedFile)\n      )\n\n      // Return empty content for excluded files so they don't appear in search\n      if (shouldExclude) {\n        return ''\n      }\n\n      let contents = src\n      // I do this as env.frontmatter is not available until I call `md.render`\n      if (contents.includes('Beginners Guide'))\n        contents = transformGuide(contents)\n      contents = transform(contents)\n      const html = md.render(contents, env)\n      return html\n    },\n    miniSearch: {\n      options: {\n        tokenize: (text) => text.replace(/[\\u2060\\u200B]/g, '').split(/[\\n\\r #%*,=/:;?[\\]{}()&]+/u), // simplified charset: removed [-_.@] and non-english chars (diacritics etc.)\n        processTerm: (term, fieldName) => {\n          // biome-ignore lint/style/noParameterAssign: h\n          term = term\n            .trim()\n            .toLowerCase()\n            .replace(/^\\.+/, '')\n            .replace(/\\.+$/, '')\n          const stopWords = [\n            'frontmatter',\n            '$frontmatter.synopsis',\n            'and',\n            'about',\n            'but',\n            'now',\n            'the',\n            'with',\n            'you'\n          ]\n          if (term.length < 2 || stopWords.includes(term)) return false\n\n          if (fieldName === 'text') {\n            const parts = term.split('.')\n            if (parts.length > 1) {\n              const newTerms = [term, ...parts]\n                .filter((t) => t.length >= 2)\n                .filter((t) => !stopWords.includes(t))\n              return newTerms\n            }\n          }\n          return term\n        }\n      },\n      searchOptions: {\n        combineWith: 'AND',\n        fuzzy: false,\n        // @ts-ignore\n        boostDocument: (documentId, term, storedFields: Record) => {\n          const titles = (storedFields?.titles as string[])\n            .filter((t) => Boolean(t))\n            .map((t) => t.toLowerCase())\n          // Downrank posts\n          if (documentId.match(/\\/posts/)) return -5\n          // Downrank /other\n          if (documentId.match(/\\/other/)) return -5\n\n          // Uprate if term appears in titles. Add bonus for higher levels (i.e. lower index)\n          const titleIndex =\n            titles\n              .map((t, i) => (t?.includes(term) ? i : -1))\n              .find((i) => i >= 0) ?? -1\n          if (titleIndex >= 0) return 10000 - titleIndex\n\n          return 1\n        }\n      }\n    },\n    detailedView: true\n  },\n  provider: 'local'\n}\n"
  },
  {
    "path": "docs/.vitepress/hooks/Template.vue",
    "content": "<script setup lang=\"ts\">\ndefineProps<{ title: string; description?: string; image?: string }>()\n</script>\n\n<template>\n  <span\n    tw=\"w-full h-full bg-black flex flex-col\"\n    :style=\"{\n      backgroundImage: `url(${image})`\n    }\"\n  >\n    <span\n      tw=\"p-10 w-full min-h-0 grow flex flex-col items-center justify-between\"\n    >\n      <span tw=\"w-full flex justify-between items-center text-5xl font-medium\">\n        <span tw=\"flex items-center\">\n          <span tw=\"text-zinc-100 ml-2 mt-1 font-semibold\">\n            freemediaheckyeah\n          </span>\n        </span>\n      </span>\n      <span tw=\"w-full pr-56 flex flex-col items-start justify-end\">\n        <span style=\"color: #f3f4f6\" tw=\"text-6xl font-bold\" v-html=\"title\" />\n        <span style=\"color: #c0caf5\" tw=\"mt-2 text-4xl\" v-html=\"description\" />\n      </span>\n    </span>\n  </span>\n</template>\n"
  },
  {
    "path": "docs/.vitepress/hooks/index.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n/**\n * Barrel generated using @taskylizard/tasker.\n */\n\nexport * from './meta'\nexport * from './opengraph'\nexport * from './rss'\nexport * from './satoriConfig'\n"
  },
  {
    "path": "docs/.vitepress/hooks/meta.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { HeadConfig, TransformContext } from 'vitepress'\n\nexport function generateMeta(context: TransformContext, hostname: string) {\n  const head: HeadConfig[] = []\n  const { pageData } = context\n\n  if (pageData.isNotFound) return head\n  if (Object.keys(pageData.frontmatter).length === 0) return head\n\n  const url = `${hostname}/${pageData.relativePath.replace(/((^|\\/)index)?\\.md$/, '$2')}`\n\n  head.push(\n    ['link', { rel: 'canonical', href: url }],\n    ['meta', { property: 'og:url', content: url }],\n    ['meta', { name: 'twitter:url', content: url }],\n    ['meta', { name: 'twitter:card', content: 'summary_large_image' }],\n    ['meta', { property: 'og:title', content: pageData.frontmatter.title }],\n    ['meta', { name: 'twitter:title', content: pageData.frontmatter.title }]\n  )\n\n  if (pageData.frontmatter.description) {\n    head.push(\n      [\n        'meta',\n        {\n          property: 'og:description',\n          content: pageData.frontmatter.description\n        }\n      ],\n      [\n        'meta',\n        {\n          name: 'twitter:description',\n          content: pageData.frontmatter.description\n        }\n      ]\n    )\n  }\n\n  if (pageData.frontmatter.image) {\n    head.push([\n      'meta',\n      {\n        property: 'og:image',\n        content: `${hostname}/${pageData.frontmatter.image.replace(/^\\//, '')}`\n      }\n    ])\n    head.push([\n      'meta',\n      {\n        name: 'twitter:image',\n        content: `${hostname}/${pageData.frontmatter.image.replace(/^\\//, '')}`\n      }\n    ])\n  } else {\n    const url = pageData.filePath.replace('index.md', '').replace('.md', '')\n    const imageUrl = `${url}/__og_image__/og.webp`\n      .replaceAll('//', '/')\n      .replace(/^\\//, '')\n\n    head.push(\n      ['meta', { property: 'og:image', content: `${hostname}/${imageUrl}` }],\n      ['meta', { property: 'og:image:width', content: '1200' }],\n      ['meta', { property: 'og:image:height', content: '630' }],\n      ['meta', { property: 'og:image:type', content: 'image/png' }],\n      [\n        'meta',\n        { property: 'og:image:alt', content: pageData.frontmatter.title }\n      ],\n      ['meta', { name: 'twitter:image', content: `${hostname}/${imageUrl}` }],\n      ['meta', { name: 'twitter:image:width', content: '1200' }],\n      ['meta', { name: 'twitter:image:height', content: '630' }],\n      [\n        'meta',\n        { name: 'twitter:image:alt', content: pageData.frontmatter.title }\n      ]\n    )\n  }\n\n  if (pageData.frontmatter.tag) {\n    head.push([\n      'meta',\n      { property: 'article:tag', content: pageData.frontmatter.tag }\n    ])\n  }\n\n  if (pageData.frontmatter.date) {\n    head.push([\n      'meta',\n      {\n        property: 'article:published_time',\n        content: pageData.frontmatter.date\n      }\n    ])\n  }\n\n  if (pageData.lastUpdated && pageData.frontmatter.lastUpdated !== false) {\n    head.push([\n      'meta',\n      {\n        property: 'article:modified_time',\n        content: new Date(pageData.lastUpdated).toISOString()\n      }\n    ])\n  }\n\n  return head\n}\n"
  },
  {
    "path": "docs/.vitepress/hooks/opengraph.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { ContentData, SiteConfig } from 'vitepress'\nimport type { SatoriOptions } from 'x-satori/vue'\nimport { mkdir, readFile, writeFile } from 'node:fs/promises'\nimport { dirname, resolve } from 'node:path'\nimport { fileURLToPath } from 'node:url'\nimport { renderAsync } from '@resvg/resvg-js'\nimport sharp from 'sharp'\nimport consola from 'consola'\nimport { createContentLoader } from 'vitepress'\nimport { satoriVue } from 'x-satori/vue'\nimport { headers } from '../transformer/constants'\n\nconst __dirname = dirname(fileURLToPath(import.meta.url))\nconst __fonts = resolve(__dirname, '../fonts')\n\nexport async function generateImages(config: SiteConfig) {\n  const pages = await createContentLoader('**/*.md', { excerpt: true }).load()\n  const template = await readFile(resolve(__dirname, './Template.vue'), 'utf-8')\n\n  const fonts: SatoriOptions['fonts'] = [\n    {\n      name: 'Inter',\n      data: await readFile(resolve(__fonts, 'Inter-Regular.otf')),\n      weight: 400,\n      style: 'normal'\n    },\n    {\n      name: 'Inter',\n      data: await readFile(resolve(__fonts, 'Inter-Medium.otf')),\n      weight: 500,\n      style: 'normal'\n    },\n    {\n      name: 'Inter',\n      data: await readFile(resolve(__fonts, 'Inter-SemiBold.otf')),\n      weight: 600,\n      style: 'normal'\n    },\n    {\n      name: 'Inter',\n      data: await readFile(resolve(__fonts, 'Inter-Bold.otf')),\n      weight: 700,\n      style: 'normal'\n    }\n  ]\n\n  for (const page of pages) {\n    await generateImage({\n      page,\n      template,\n      outDir: config.outDir,\n      fonts\n    })\n  }\n  return consola.info('Generated opengraph images.')\n}\n\ninterface GenerateImagesOptions {\n  page: ContentData\n  template: string\n  outDir: string\n  fonts: SatoriOptions['fonts']\n}\n\nasync function generateImage({\n  page,\n  template,\n  outDir,\n  fonts\n}: GenerateImagesOptions) {\n  const { frontmatter, url } = page\n\n  const _page = getPage(url)\n  const title =\n    frontmatter.layout === 'home'\n      ? (frontmatter.hero.name ?? frontmatter.title)\n      : frontmatter.title\n        ? frontmatter.title\n        : _page?.title\n\n  const description =\n    frontmatter.layout === 'home'\n      ? (frontmatter.hero.tagline ?? frontmatter.description)\n      : frontmatter.description\n        ? frontmatter.description\n        : _page?.description\n\n  // consola.info(url, title, description)\n  const options: SatoriOptions = {\n    width: 1200,\n    height: 630,\n    fonts,\n    props: {\n      title,\n      description,\n      image: 'https://i.fmhy.net/og-base.jpg'\n    }\n  }\n\n  const svg = await satoriVue(options, template)\n\n  const render = await renderAsync(svg)\n\n  const compressed = await sharp(render.asPng())\n    .webp({ quality: 75 })\n    .toBuffer()\n\n  const outputFolder = resolve(outDir, url.slice(1), '__og_image__')\n  const outputFile = resolve(outputFolder, 'og.webp')\n\n  await mkdir(outputFolder, { recursive: true })\n\n  await writeFile(outputFile, compressed)\n}\n\nfunction getPage(page: string) {\n  // Get the page name\n  const pageName = `${page}.md`.slice(1).split('/').at(-1)\n\n  // Find the header\n  // TODO: This is a hacky way to find the header\n  const header = Object.entries(headers).find(([key]) => key === pageName)\n  if (!header) return\n\n  const { title, description } = header[1]\n\n  return {\n    title,\n    description\n  }\n}\n"
  },
  {
    "path": "docs/.vitepress/hooks/rss.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { ContentData, SiteConfig } from 'vitepress'\nimport { writeFileSync } from 'node:fs'\nimport path from 'node:path'\nimport consola from 'consola'\nimport { Feed } from 'feed'\nimport { createContentLoader } from 'vitepress'\nimport { meta } from '../constants'\n\nexport async function generateFeed(config: SiteConfig): Promise<void> {\n  const feed: Feed = new Feed({\n    id: meta.hostname,\n    link: meta.hostname,\n    title: 'FMHY blog',\n    description: meta.description,\n    language: 'en-US',\n    image: 'https://github.com/fmhy.png',\n    favicon: `${meta.hostname}/favicon.ico`,\n    copyright: 'Copyright (c) 2023-present FMHY'\n  })\n\n  const posts: ContentData[] = await createContentLoader('posts/*.md', {\n    excerpt: true,\n    render: true,\n    transform: (rawData) => {\n      return rawData.sort((a, b) => {\n        return (\n          Number(new Date(b.frontmatter.date)) -\n          Number(new Date(a.frontmatter.date))\n        )\n      })\n    }\n  }).load()\n\n  for (const { url, frontmatter, html } of posts) {\n    feed.addItem({\n      title: frontmatter.title as string,\n      id: `${meta.hostname}${url.replace(/\\/\\d+\\./, '/')}`,\n      link: `${meta.hostname}${url.replace(/\\/\\d+\\./, '/')}`,\n      date: frontmatter.date,\n      content: html?.replaceAll('&ZeroWidthSpace;', '')\n    })\n  }\n\n  writeFileSync(path.join(config.outDir, 'feed.rss'), feed.rss2())\n  return consola.info('Generated rss feed.')\n}\n"
  },
  {
    "path": "docs/.vitepress/hooks/satoriConfig.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { SatoriOptions } from 'x-satori/vue'\nimport { readFile } from 'node:fs/promises'\nimport { dirname, resolve } from 'node:path'\nimport { fileURLToPath } from 'node:url'\nimport { defineSatoriConfig } from 'x-satori/vue'\n\nconst __dirname = dirname(fileURLToPath(import.meta.url))\nconst __fonts = resolve(__dirname, '../fonts')\n\nconst fonts: SatoriOptions['fonts'] = [\n  {\n    name: 'Inter',\n    data: await readFile(resolve(__fonts, 'Inter-Regular.otf')),\n    weight: 400,\n    style: 'normal'\n  },\n  {\n    name: 'Inter',\n    data: await readFile(resolve(__fonts, 'Inter-Medium.otf')),\n    weight: 500,\n    style: 'normal'\n  },\n  {\n    name: 'Inter',\n    data: await readFile(resolve(__fonts, 'Inter-SemiBold.otf')),\n    weight: 600,\n    style: 'normal'\n  },\n  {\n    name: 'Inter',\n    data: await readFile(resolve(__fonts, 'Inter-Bold.otf')),\n    weight: 700,\n    style: 'normal'\n  }\n]\n\nexport default defineSatoriConfig({\n  width: 1800,\n  height: 900,\n  fonts,\n  props: {\n    title: 'Title',\n    description:\n      'Lorem ipsum dolor sit amet, qui minim labore adipisicing minim sint cillum sint consectetur cupidatat.',\n    dir: '/j',\n    // I almost killed myself for this shit\n    image: 'https://i.fmhy.net/og-base.jpg'\n  }\n})\n"
  },
  {
    "path": "docs/.vitepress/markdown/base64.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { MarkdownRenderer } from 'vitepress'\n\n// FIXME: tasky: possibly write less horror jank?\nexport function base64DecodePlugin(md: MarkdownRenderer) {\n  const decode = (str: string): string =>\n    Buffer.from(str, 'base64').toString('binary')\n  // Save the original rule for backticks\n  const defaultRender =\n    md.renderer.rules.code_inline ||\n    function (tokens, idx, options, _env, self) {\n      return self.renderToken(tokens, idx, options)\n    }\n\n  md.renderer.rules.code_inline = function (tokens, idx, options, env, self) {\n    if (\n      !env.frontmatter.title ||\n      (env.frontmatter.title && env.frontmatter.title !== 'base64')\n    ) {\n      return defaultRender(tokens, idx, options, env, self)\n    }\n    const token = tokens[idx]\n    const content = token.content\n\n    return `<button class='base64' onclick=\"(function(btn){ const codeEl = btn.querySelector('code'); navigator.clipboard.writeText('${decode(\n      content\n    )}').then(() => { const originalText = codeEl.textContent; codeEl.textContent = 'Copied'; setTimeout(() => codeEl.textContent = originalText, 3000); }).catch(console.error); })(this)\"><code>${content}</code></button>`\n  }\n}\n"
  },
  {
    "path": "docs/.vitepress/markdown/emoji.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { MarkdownRenderer } from 'vitepress'\nimport { icons as twemoji } from '@iconify-json/twemoji'\n\nexport const defs = {\n  ...Object.fromEntries(\n    Object.entries(twemoji.icons).map(([key]) => {\n      return [key, '']\n    })\n  )\n}\n\nexport function emojiRender(md: MarkdownRenderer) {\n  md.renderer.rules.emoji = (tokens, idx) => {\n    if (tokens[idx].markup.startsWith('star')) {\n      return `<span class=\"i-twemoji-${tokens[idx].markup} starred\"></span>`\n    }\n    return `<span class=\"i-twemoji-${tokens[idx].markup}\"></span>`\n  }\n}\n\nexport function movePlugin(\n  plugins: { name: string }[],\n  pluginAName: string,\n  order: 'before' | 'after',\n  pluginBName: string\n) {\n  const pluginBIndex = plugins.findIndex((p) => p.name === pluginBName)\n  if (pluginBIndex === -1) return\n\n  const pluginAIndex = plugins.findIndex((p) => p.name === pluginAName)\n  if (pluginAIndex === -1) return\n\n  if (order === 'before' && pluginAIndex > pluginBIndex) {\n    const pluginA = plugins.splice(pluginAIndex, 1)[0]\n    plugins.splice(pluginBIndex, 0, pluginA)\n  }\n\n  if (order === 'after' && pluginAIndex < pluginBIndex) {\n    const pluginA = plugins.splice(pluginAIndex, 1)[0]\n    plugins.splice(pluginBIndex, 0, pluginA)\n  }\n}\n"
  },
  {
    "path": "docs/.vitepress/markdown/headers.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n/**\n *  Copyright (c) 2024 taskylizard\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { MarkdownRenderer } from 'vitepress'\nimport { headers } from '../transformer/constants'\n\nconst titles = Object.keys(headers).map((key) => headers[key].title)\n\nexport const headersPlugin = (md: MarkdownRenderer) => {\n  // Add the Feedback component in the heading, before the link.\n  //\n  // Adding it after the link is closed prevents vitepress from properly\n  // indexing the file's content.\n\n  md.renderer.rules.heading_open = (tokens, idx, options, env, self) => {\n    const result = self.renderToken(tokens, idx, options)\n\n    const idxClose =\n      idx +\n      tokens.slice(idx).findIndex((token) => token.type === 'heading_close')\n    if (idxClose <= idx) return result\n\n    const level = tokens[idx].tag.slice(1)\n    if (!titles.includes(env.frontmatter.title) || level !== '2') return result\n\n    // Find the token for the link.\n    //\n    // The token after `heading_open` contains the link as a child token.\n    const children = tokens[idx + 1].children || []\n    const linkOpenToken = children.findLast((c) => c.type === 'link_open')\n    if (!linkOpenToken) return result\n\n    const heading = tokens[idxClose - 1]\n\n    linkOpenToken.meta = linkOpenToken.meta || {}\n    linkOpenToken.meta.feedback = {\n      heading: heading.content\n    }\n\n    return result\n  }\n\n  const defaultRender = md.renderer.rules.link_open\n\n  md.renderer.rules.link_open = (tokens, idx, options, env, self) => {\n    const result = defaultRender!!!!!!!!!!(tokens, idx, options, env, self)\n\n    const meta = tokens[idx].meta\n    if (!meta || !meta.feedback) return result\n\n    const heading = meta.feedback.heading || ''\n    if (!heading) return result\n\n    return `<Feedback heading=\"${heading}\" />${result}`\n  }\n}\n"
  },
  {
    "path": "docs/.vitepress/markdown/toggleStarred.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { MarkdownRenderer } from 'vitepress'\n\nconst excluded = ['Beginners Guide']\nconst starredMarkers = [':star:', ':glowing-star:', '⭐', '🌟']\nconst indexMarkers = ['🌐', ':globe_with_meridians:', ':globe-with-meridians:']\n\nexport function toggleStarredPlugin(md: MarkdownRenderer) {\n  md.renderer.rules.list_item_open = (tokens, index, options, env, self) => {\n    const contentToken = tokens[index + 2]\n\n    if (!contentToken) return self.renderToken(tokens, index, options)\n\n    const content = contentToken.content\n    const isStarred =\n      !excluded.includes(env.frontmatter.title) &&\n      starredMarkers.some((marker) => content.includes(marker))\n    const isIndex = indexMarkers.some((marker) => content.includes(marker))\n\n    if (!isStarred && !isIndex) return self.renderToken(tokens, index, options)\n\n    const classes = []\n    if (isStarred) classes.push('starred')\n    if (isIndex) classes.push('index')\n\n    return `<li class=\"${classes.join(' ')}\">`\n  }\n}\n"
  },
  {
    "path": "docs/.vitepress/notes/1337x-ranks.md",
    "content": "#### 1337x Ranks\n\n* ⬛ Black - Administrators\n* 🟩 Green - Moderators\n* 🟦 Blue - VIP Uploaders (Very Trusted)\n* 🟨 Yellow - Uploaders (Trusted)\n* 🟥 Red - Trial Uploaders\n* ⬜ Grey - Users\n"
  },
  {
    "path": "docs/.vitepress/notes/CodeRabbit.md",
    "content": "Note you can get free pro by installing code rabbit on a public github/gitlab repo, as they offer a free open source plan with no popularity requirements or approval/forms."
  },
  {
    "path": "docs/.vitepress/notes/advanced-logic-calculators.md",
    "content": "#### Advanced Logic Calculators\n\n* Analytic tableaux generator: https://www.umsu.de/trees/\n* Natural deduction proof checker: https://proofs.openlogicproject.org/\n* Propositional logic calculator (finds models): https://www.inf.unibz.it/~franconi/teaching/propcalc/\n* A tutorial on sequent calculus: http://logitext.mit.edu/tutorial\n* Modal logic playground (for constructing models): https://rkirsling.github.io/modallogic/\n"
  },
  {
    "path": "docs/.vitepress/notes/affine-note.md",
    "content": "#### AFFiNE Note\r\n\r\nDownloads for Windows, Mac, Linux are available on their [GitHub](https://github.com/toeverything/AFFiNE)"
  },
  {
    "path": "docs/.vitepress/notes/alt-twitch-player-extensions.md",
    "content": "#### Alternative Twitch Player Extensions\n\n* https://addons.mozilla.org/en-US/firefox/addon/twitch_5/\n* https://chrome.google.com/webstore/detail/alternate-player-for-twit/bhplkbgoehhhddaoolmakpocnenplmhf\n"
  },
  {
    "path": "docs/.vitepress/notes/alt-warp-clients.md",
    "content": "#### Alternative Warp Clients\n\nIf you can't connect, try `Scanner Settings` -> `Endpoint` -> `Suggested` -> then try different IP's to find one that works\n\n* https://github.com/bepass-org/oblivion-desktop\n* https://github.com/bepass-org/oblivion\n"
  },
  {
    "path": "docs/.vitepress/notes/android-spotify-note.md",
    "content": "#### Android Spotify Note\n\nNone of Spotify apks (for rooted and non-rooted users) works for now due to server side restriction."
  },
  {
    "path": "docs/.vitepress/notes/apkmirror-extensions.md",
    "content": "#### APKMirror Extensions\n\n* https://addons.mozilla.org/en-US/firefox/addon/toolbox-google-play-store/ \n* https://chrome.google.com/webstore/detail/toolbox-for-google-play-s/fepaalfjfchbdianlgginbmpeeacahoo\n* https://addons.opera.com/en/extensions/details/toolbox-for-google-play-storetm/\n"
  },
  {
    "path": "docs/.vitepress/notes/audiobookbay-warning.md",
    "content": "#### AudiobookBay Warning\n\nAvoid fake download links, use [Torrents / Magnets](https://i.ibb.co/8sV2061/0fa8159b11bb.png), or paste info hash into torrent client.\n"
  },
  {
    "path": "docs/.vitepress/notes/aurora-note.md",
    "content": "#### Aurora Note\n\nKeep in mind that some apps will not work unless you installed them from the Google Play Store. This is usually true for things like banking, and other institutional apps.\n"
  },
  {
    "path": "docs/.vitepress/notes/better-reasoning.md",
    "content": "#### Better Reasoning\n\nTo get better reasoning, switch to \"Think Deeper\" mode.\n"
  },
  {
    "path": "docs/.vitepress/notes/bookmarkeddit.md",
    "content": "#### Bookmarkeddit\n\nThis also extends the amount of saved posts you can view (Reddit caps at 1000 by default).\n"
  },
  {
    "path": "docs/.vitepress/notes/buster-note.md",
    "content": "#### Buster Note\n\nThe client app simulates user interactions which greatly improves the success rate of buster. You can download the app through the extensions option page, or from the link below: \n\nhttps://github.com/dessant/buster-client\n\nThe app is available for Windows, Linux, and macOS.\n"
  },
  {
    "path": "docs/.vitepress/notes/buzzheavier-warning.md",
    "content": "#### Buzzheavier Warning\n\nMake sure you have an [adblocker](https://fmhy.net/adblockvpnguide#adblocking) when using Buzzheavier as there are hidden ads on download pages with malicious content. The download button should automatically start a download in your browser, NOT redirect you to another page.\n"
  },
  {
    "path": "docs/.vitepress/notes/bypass-freedlink.md",
    "content": "#### Bypass FREEdlink\n\nYou still need to bypass Cloudflare captcha by yourself. This only bypasses timer on single downloads. You may still need to wait normal time to download another file which is enforced from server-side.\n"
  },
  {
    "path": "docs/.vitepress/notes/captcha-4pda.md",
    "content": "#### Captcha 4PDA \n\nUse Google Gemini to translate the captcha.\n"
  },
  {
    "path": "docs/.vitepress/notes/chatgpt-limits.md",
    "content": "#### ChatGPT Limits\n\n GPT-5.2 Instant (no reasoning; 16K context) / 10 messages every 5 hours, then GPT-5-mini.\n"
  },
  {
    "path": "docs/.vitepress/notes/clipboard2file-addons.md",
    "content": "#### Clipboard2File Addons\n\n* https://github.com/vord1080/clipboard2file/\n* https://github.com/daijro/Clipboard2File-Chrome\n"
  },
  {
    "path": "docs/.vitepress/notes/cofi-note.md",
    "content": "#### Cofi Note\n\nUseful if you're a coffee enthusiast. The methods are created by James Hoffmann, he's a world champion barista and popular YouTuber.\n"
  },
  {
    "path": "docs/.vitepress/notes/crystaldiskinfo.md",
    "content": "#### CrystalDiskInfo \n\nAvoid versions labeled \"Ads\".\n"
  },
  {
    "path": "docs/.vitepress/notes/csrin-search.md",
    "content": "#### CS.RIN Search\n\nIf your initial search doesn't work, trying searching the same term again within the \"search these results\" engine on the results screen. \n\n<img width=\"1307\" height=\"97\" alt=\"image\" src=\"https://github.com/user-attachments/assets/b2f149b9-8a9a-4250-8754-e63f50b82c59\" />\n"
  },
  {
    "path": "docs/.vitepress/notes/cute-save-button-icon.md",
    "content": "#### Changing the Cute Save Button Icon\n\nYou can change the icon of the save button in the extension's settings. The setting is labeled \"Your custom cute icon:\" You can find standard image download icons to use instead here: https://rentry.co/image-download-icons.\n"
  },
  {
    "path": "docs/.vitepress/notes/dodi-warning.md",
    "content": "#### DODI Warning\n\nIt is highly recommended to stick to DODI's 1337x page or main website, as sites they linked to have malicious fake download buttons, and shouldn't be used without an [adblocker](https://fmhy.net/privacy#adblocking).\n"
  },
  {
    "path": "docs/.vitepress/notes/dolby-access-atmos-note.md",
    "content": "#### Dolby Access / Atmos Note\n\nMany headsets come with Dolby Access for free without letting users know. You can check if you're licensed by opening Dolby Access, going to settings, and looking in the [bottom right corner](https://i.imgur.com/9vJA6CL.png). It's much better than things like iCue or similar apps.\n"
  },
  {
    "path": "docs/.vitepress/notes/driver-note.md",
    "content": "#### Driver Note\n\nOnly install the drivers you actually need. Don't install new drivers all at once, as this could lead to things breaking, especially system audio.\n"
  },
  {
    "path": "docs/.vitepress/notes/eaglercraft-note.md",
    "content": "#### Eaglercraft Note\n\nPlay on Chromium-based browsers for the best performance.\n"
  },
  {
    "path": "docs/.vitepress/notes/eruda.md",
    "content": "#### Eruda \n\nEruda Console for mobile browsers [bookmarklet](https://wikipedia.org/wiki/Bookmarklet):\n```\njavascript:(function () { var script = document.createElement('script'); script.src=\"//cdn.jsdelivr.net/npm/eruda\"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();\n```\n"
  },
  {
    "path": "docs/.vitepress/notes/filebin-warning.md",
    "content": "#### Filebin Warning\n\n Anyone with a link to a \"bin\" has full access to it. They can add new files, delete existing files, etc.\n"
  },
  {
    "path": "docs/.vitepress/notes/filelu-warning.md",
    "content": "#### Filelu Warning\n\nAccording to their FAQ, you must login to your account at least once every 180 days to prevent your account and it's files being deleted.\n"
  },
  {
    "path": "docs/.vitepress/notes/filezilla-warning.md",
    "content": "#### FileZilla Warning\n\nThe version of FileZilla on FileZilla's front page has adware, but the non-adware version is the only link on FMHY. You can also find the non-adware version by pressing download on the FileZilla front page, then clicking \"Show additional download options\" under \"More download options\" at the download page.\n"
  },
  {
    "path": "docs/.vitepress/notes/flicker-proxy.md",
    "content": "#### Flicker Proxy\n\nNote that the proxy may be slower, but it can be used in cases where the site or TMDb is blocked.\n"
  },
  {
    "path": "docs/.vitepress/notes/fluxy-repacks.md",
    "content": "#### Fluxy Repacks\n\nNote that although it has repacks in the name, its not actually a repack site.\n"
  },
  {
    "path": "docs/.vitepress/notes/forest-extensions.md",
    "content": "#### Forest Extensions\n\n* https://addons.mozilla.org/en-US/firefox/addon/forest-stay-focused-be-present/\n* https://chrome.google.com/webstore/detail/forest-stay-focused-be-pr/kjacjjdnoddnpbbcjilcajfhhbdhkpgk\n"
  },
  {
    "path": "docs/.vitepress/notes/foxit-warning.md",
    "content": "#### Foxit Warning\n\nThe installer tries to install McAfee WebAdvisor + PhantomPDF Business. They can be skipped by clicking \"decline\" both times.\n"
  },
  {
    "path": "docs/.vitepress/notes/freegogpcgames-note.md",
    "content": "#### FreeGOGPCGames Note\n\nThe file checksum may not match with the original GOG installer. This is because many titles on the site are the older versions of the installers, the digital signature on the old installers are signed by *GOG Limited*, which is the old company's name before it was merged with *GOG Sp. z o.o* and all digital file signatures were updated to reflect this name change. The hash does not match the gog-games database because the digital file signatures differ on the installer. Installing either version will produce identical sets of files since the game version remains unchanged.\n \n- [/u/AtariRiot66](https://www.reddit.com/r/PiratedGames/comments/1br4m7o/comment/kx8hzz3/)\n"
  },
  {
    "path": "docs/.vitepress/notes/gemai.md",
    "content": "#### Nano Banana Pro Note\n\nNano Banana Pro is a bit glitchy as of now, but it is being worked on according to their Discord staff.\n"
  },
  {
    "path": "docs/.vitepress/notes/general-tweak-warning.md",
    "content": "#### General Tweak Warning\n\nMake sure you know what you're doing before you apply these tweaks. Always research first, never just \"Apply All\" without knowing what what will happen.\n"
  },
  {
    "path": "docs/.vitepress/notes/glitchwave-note.md",
    "content": "#### Glitchwave Note\n\nFor charts you can specify months and days using URLs like the following examples:\n\nJanuary 2006:\n`https://glitchwave.com/charts/popular/game/2006.01/excl:ratings/`\n\nJan - Feb 2018:\n`https://glitchwave.com/charts/popular/game/2018.01-2018.02/excl:ratings/`\n"
  },
  {
    "path": "docs/.vitepress/notes/google-song-identification.md",
    "content": "#### Google Song Identification\n\nGoogle and YouTube Music mobile apps have song identification button next to the search box.\n"
  },
  {
    "path": "docs/.vitepress/notes/google-translate-note.md",
    "content": "#### Google Translate Note\n\nGoogle Translate can be used as a web proxy. Simply paste your URL into the translate field and then click on the result and view the page in the original language. This way you can navigate any web-page via google.com. Google is almost never blocked so this trick works on most occasions.\n"
  },
  {
    "path": "docs/.vitepress/notes/hdo-box-note.md",
    "content": "#### HDO Box Note\n\nTo use the app, HDO Box may ask you to install a third-party video player which contains ads. To block the ads, use the tools linked in [DNS Adblocking](https://fmhy.net/privacy#dns-adblocking).\n"
  },
  {
    "path": "docs/.vitepress/notes/hugging-face-warning.md",
    "content": "#### Hugging Face Warning\n\nHuggingFace uses a system called ZeroGPU to manage access to their high-end GPUs. To make sure that their GPUs don't get fully used up, there are limits on how long you can use the GPU on Spaces like this one.\n\nThe rate limit is 120 seconds per day for non-logged in users. You can get around the limit by changing your IP address using a [proxy](https://fmhy.net/privacy#proxy) or [VPN](https://fmhy.net/privacy#vpn) while logged out. If you sign up for a free account, you get a much higher 300 second daily limit, but changing your IP address won't reset it.\n"
  },
  {
    "path": "docs/.vitepress/notes/instaeclipse-note.md",
    "content": "#### InstaEclipse Note\n\nUse [this guide](https://wispydocs.pages.dev/revanced-morphe-obtainium/#advanced) to build clean APKs, or use AntiSplit M with ReVanced manager.\n"
  },
  {
    "path": "docs/.vitepress/notes/irc-highway-note.md",
    "content": "#### IRC Highway Note\n\nTo request a book run: @request [author] [title] - Requests without both [author] and [title] are deleted.\n \nTo view request status and rules run: @request-list\n"
  },
  {
    "path": "docs/.vitepress/notes/jdownloader-warning.md",
    "content": "#### JDownloader Warning \n\nThe version of JDownloader linked on JDownloader's front page has adware. The version linked on FMHY, however, does not contain any adware.\n"
  },
  {
    "path": "docs/.vitepress/notes/limit-bypass-note.md",
    "content": "#### Limit Bypass Note\n\n- SparseBox: iOS 17.0 - 18.1 Beta 4 (not including 17.7.1, 17.7.2)\n- Live container: iOS 16+\n"
  },
  {
    "path": "docs/.vitepress/notes/liteapk-modyolo-note.md",
    "content": "#### LiteAPK + Modyolo Note\n\nThe site is safe, but they are known for mislabeling things like RockMods releases as their own, and mislabeling versions to make it look like they have newer things than they really do.\n"
  },
  {
    "path": "docs/.vitepress/notes/malware-removal-forums.md",
    "content": "#### Malware Removal Forums\n\nNote that many of these will suggest removing pirated software, but if you got everything from trusted sources, there is no real need to do that.\n"
  },
  {
    "path": "docs/.vitepress/notes/megabasterd-note.md",
    "content": "#### Megabasterd Note\n\nFree proxies work but they are very hit and miss.\n"
  },
  {
    "path": "docs/.vitepress/notes/mobilism-ranks.md",
    "content": "#### Mobilism Ranks\n\nSee what the different Mobilism Ranks mean [here](https://i.imgur.com/WpShSFp.png).\n"
  },
  {
    "path": "docs/.vitepress/notes/modelscope.md",
    "content": "### ModelScope Note\n\nThis site uses credits (called *magicubes*) to generate images and videos, you get 100 daily. It costs 2 magicubes per image for Qwen, 1 for Z-Image, and 28 for Wan 2.2 14b I2V. You can link an Alibaba Cloud account for free if you ignore the final part of account setup where it asks for payment info and link the account anyways, which gets you 50 extra magicubes daily.\n"
  },
  {
    "path": "docs/.vitepress/notes/mori-note.md",
    "content": "#### Māori Note\n\nMāori is the indigenous language of mainland New Zealand. Due to the [Native Schools Act](https://en.wikipedia.org/wiki/M%C4%81ori_language#Suppression_and_decline) in 1867, children were forbidden to speak it in the classroom, under penalty of corporal punishment, which led to a rapid decline of speakers. There are now [revitalization efforts](https://en.wikipedia.org/wiki/M%C4%81ori_language_revival) (such as Tōku Reo) attempting to promote and reinforce its use.\n"
  },
  {
    "path": "docs/.vitepress/notes/movie-web-sources.md",
    "content": "#### Adding sources to P-Stream (and all movie-web forks)\n\nYou can [enable an extension](https://pstream.net/onboarding/) / [script](https://github.com/p-stream/userscript) that will add more sources, but it needs to connect to all sites to function. The extension is safe, and many people use it, the permissions are just needed in order for the extension to work correctly.\n\nNote that you can run it in a new browser or fresh browser profile if you don't want to use your main browser.\n\nDocumentation and self-hosting guides can be found here: https://p-stream.github.io/docs/"
  },
  {
    "path": "docs/.vitepress/notes/movieparadise-code.md",
    "content": "#### MovieParadise Code\n\nIn order to unlock the better host (1fichier) you need a signup code. This is important as without it the site will be only Rapidgator links, which are very slow. You can get a code from the link below, or from the pinned messages in our `#free-stuff` [Discord channel](https://github.com/fmhy/FMHY/wiki/FMHY-Discord).\n\n**[Click Here To Get Code](https://rentry.org/he8fhzku)**\n"
  },
  {
    "path": "docs/.vitepress/notes/mp-opensubs.md",
    "content": "### OpenSubtitles with MPC-HC\n\nYou can create an OpenSubtitles account and link it in MPC-HC to bypass quota limits.\n\nYou can do this via a panel in MPC-HC located at: `Options` -> `Subtitles` -> `Misc.` > Right-click on `OpenSubtitles.com` -> `Setup` -> Fill in username and password.\n"
  },
  {
    "path": "docs/.vitepress/notes/mvsep-note.md",
    "content": "#### MVSEP Note\n\nRegister to get .wav and .flac output, and lower queue times.\n"
  },
  {
    "path": "docs/.vitepress/notes/oneclick-note.md",
    "content": "#### OneClick Note\n\nMain features include:\n- Download links straight to Google Drive.\n- Torrent to Google Drive.\n- Google Drive Download Manager (similar to pyLoad).\n- Spotify Downloader.\n- Jellyfin Support.\n- RClone + WebUI.\n- And much more.\n"
  },
  {
    "path": "docs/.vitepress/notes/openasar.md",
    "content": "#### OpenAsar Note\n\nThe Vencord installer has an option to install OpenAsar, but you may need to click the install button twice (only once more after clicking \"Accept\").\n"
  },
  {
    "path": "docs/.vitepress/notes/openrgb-beta.md",
    "content": "#### OpenRGB Beta\n\nThe latest stable release (0.9) is from July, 2023. It is lacking support for many devices, so you may want to use a newer experimental release instead.\n\n* Supported devices for the latest stable release (0.9): https://openrgb.org/devices_0.9.html\n* Supported devices for the latest experimental release: https://openrgb.org/devices.html\n\nTo use an experimental release go to https://gitlab.com/CalcProgrammer1/OpenRGB and in the left sidebar go to `Build` -> `Pipelines`, then click the download icon for a pipeline that has three green checkmarks, and pick the appropriate version for your computer.\n"
  },
  {
    "path": "docs/.vitepress/notes/pollinations-limits.md",
    "content": "#### Pollinations Limits\n\nFor chat.pollinations.ai (and the underlying API), the rate limits depend on how you're using it:\n\n**Anonymous / Free Tier (No Login)**\n- **Text/Chat**: ~1 request every **3 seconds** (per IP).\n- **Images**: ~1 request every **5 seconds** (per IP).\n\n**Logged In (Pollen System)**\n- Users get a **daily free Pollen allowance** based on their tier.\n- **Publishable Keys (`pk_`)**: Rate limited to prevent abuse (e.g., ~1 pollen/hour per IP).\n- **Secret Keys (`sk_`)**: **No rate limits** (requests run as fast as you can pay for them with Pollen).\n\nIf you're hitting limits on the chat site:\n1. Slow down slightly (wait 3-5s between messages).\n2. **Log in** at [enter.pollinations.ai](https://enter.pollinations.ai) to use your daily free credits.\n3. If you need massive throughput, use an API key (`sk_`) with purchased credits.\n"
  },
  {
    "path": "docs/.vitepress/notes/printeditwe-addons.md",
    "content": "#### PrintEditWe Addons\n\n* https://addons.mozilla.org/en-US/firefox/addon/print-edit-we/\n* https://chrome.google.com/webstore/detail/print-edit-we/olnblpmehglpcallpnbgmikjblmkopia\n"
  },
  {
    "path": "docs/.vitepress/notes/proton-torrenting.md",
    "content": "#### Proton Torrenting\n\nTorrenting on Proton VPN's free plan is only possible when using an OpenVPN configuration / [Guide](https://protonvpn.com/support/vpn-config-download). Note that they do expire, so you'll have to make new ones occasionally.\n\nOpenVPN login credentials are located [here](https://account.protonvpn.com/account-password).\n"
  },
  {
    "path": "docs/.vitepress/notes/reaper-note.md",
    "content": "#### Reaper Note\n\nReaper asks you to buy it after 60 days, but you can just close the popup and keep using it for free.\n"
  },
  {
    "path": "docs/.vitepress/notes/redditfilter-note.md",
    "content": "#### RedditFilter Note\n\nGo to `Settings` -> `Feed Filter` and untoggle `Promoted` to not see ads. You can also untoggle `Recommended` to hide AI suggestions.\n"
  },
  {
    "path": "docs/.vitepress/notes/rgshows-autoplay.md",
    "content": "#### RGShows Autoplay\n\nTo enable autoplay on Firefox:\n* Click the permissions button located to the left of your search bar and click `Allow Audio and Video` next to `Autoplay`.\n\nor\n\n* Do `Ctrl-I` -> `Permissions` -> set `Autoplay` to `Allow Audio and Video`.\n"
  },
  {
    "path": "docs/.vitepress/notes/sanet-warning.md",
    "content": "#### Sanet Warning\n\nNote that Sanet has been known to host unsafe things like KMS Matrix, so it's best to avoid it for software and games.\n\nSoftArchive Mirrors\n\n- https://sanet.download/\n- https://softarchive.is/\n- https://sanet.lc/\n- https://sanet.ws/\n- https://sanet.st/\n- https://sanet.sb/\n- https://soft.ac/"
  },
  {
    "path": "docs/.vitepress/notes/savepagewe.md",
    "content": "#### SavePageWe\n\n* https://addons.mozilla.org/en-US/firefox/addon/save-page-we/\n* https://chrome.google.com/webstore/detail/save-page-we/dhhpefjklgkmgeafimnjhojgjamoafof\n"
  },
  {
    "path": "docs/.vitepress/notes/scrollanywhere-addons.md",
    "content": "#### ScrollAnywhere Addons\n\n* https://addons.mozilla.org/en-US/firefox/addon/scroll_anywhere/\n* https://chrome.google.com/webstore/detail/scrollanywhere/jehmdpemhgfgjblpkilmeoafmkhbckhi\n* https://addons.opera.com/en/extensions/details/scrollanywhere/?display=en\n"
  },
  {
    "path": "docs/.vitepress/notes/sd-maid.md",
    "content": "#### SD Maid Note\n\nThe Google Play Store version is paid only. On the F-Droid and GitHub versions, however, you can use paid features for free by pressing `Support the development` and not donating.\n"
  },
  {
    "path": "docs/.vitepress/notes/sh-note.md",
    "content": "#### SH Note\n\nBased on [this](https://wikipedia.org/wiki/Secret_Hitler) popular card game which was created by a co-founder of [Cards Against Humanity](https://wikipedia.org/wiki/Cards_Against_Humanity).\n"
  },
  {
    "path": "docs/.vitepress/notes/site-favicon-dl.md",
    "content": "#### Site Favicon Downloading\n\nYou can also go to `https://www.google.com/s2/favicons?domain=URL&sz=64` where `URL` is the URL of the site you want the favicon of and `sz` is the size in pixels.\n"
  },
  {
    "path": "docs/.vitepress/notes/soft98-note.md",
    "content": "#### Soft98 Note\n\nEnable the `AdGuard - Ads` filter list in uBlock to allow downloads to work. To remove all ads, you can also get the [AdGuard Extra Userscript](https://github.com/AdguardTeam/AdGuardExtra?tab=readme-ov-file#userscript) (not the extension) and enable it in your [userscript manager](https://fmhy.net/internet-tools#userscripts). Note that you may need to disable filter `ir: PersianBlocker`.\n"
  },
  {
    "path": "docs/.vitepress/notes/sora.md",
    "content": "#### Sora\n\nBypass the need for a invite code by installing Sora Mobile, and logging into OpenAI.\n"
  },
  {
    "path": "docs/.vitepress/notes/spacewar.md",
    "content": "Spacewar! is a [1962 multiplayer game](https://wikipedia.org/wiki/Spacewar!) made for the DEC PDP-1 minicomputer. It was later ported to other systems, making it the first ever multi-computer game.\n"
  },
  {
    "path": "docs/.vitepress/notes/spicetify-note.md",
    "content": "#### Spicetify Note\n\nJoin their [Discord](https://discord.gg/VnevqPp2Rr) for version compatibility.\n\nNote that you can use the store built in to get a full list of addons and themes.\n"
  },
  {
    "path": "docs/.vitepress/notes/sport7.md",
    "content": "#### Sport7\n\nMany sites use this player but this was the original."
  },
  {
    "path": "docs/.vitepress/notes/steam-controller-support.md",
    "content": "#### Steam Controller Support\n\nSteam has built in support for most controller types, just add your games to Steam, right click the game, and turn on your controller.\n"
  },
  {
    "path": "docs/.vitepress/notes/steam-currency-converter-note.md",
    "content": "#### Steam Currency Converter Note\n\nFor instant currency conversion:\n\nGo to Firefox's add-on settings (or the link `about:addons`) -> click on the add-on -> go to the `Permissions and data` section -> enable the optional sites.\n"
  },
  {
    "path": "docs/.vitepress/notes/tabiverse-extensions.md",
    "content": "#### Tabiverse Extensions\n\n* https://addons.mozilla.org/firefox/addon/tabiverse/\n* https://chromewebstore.google.com/detail/hpplgjkooibhfkmmepoikcjpadcojcik\n"
  },
  {
    "path": "docs/.vitepress/notes/tautulli-note.md",
    "content": "#### Tautulli Note\n\nThis will sometimes get falsely flagged by Windows Defender and removed automatically, so it may need to be allowed manually.\n"
  },
  {
    "path": "docs/.vitepress/notes/teamspeak-warning.md",
    "content": "#### TeamSpeak Warning\n\nNote that TeamSpeak server admins can view user IP addresses, so only join servers you trust.\n"
  },
  {
    "path": "docs/.vitepress/notes/thunderbird.md",
    "content": "#### Thunderbird Notifications\n\nTo get real-time notifications:\n\nPress the three lines in the top left corner -> select the account you want to configure -> select `Manage Folders` -> select the folder you want from below. You can then select inbox and enable push. (Notifications must be enabled).\n"
  },
  {
    "path": "docs/.vitepress/notes/tinyurl-note.md",
    "content": "#### TinyURL Note\n\nTo reveal the destination URL, replace \"www\" with \"preview\" in the URL like so:\n \nhttps://preview.tinyurl.com/5erwtst5\n"
  },
  {
    "path": "docs/.vitepress/notes/video-downloadhelper.md",
    "content": "#### Video DownloadHelper\n\nNote that some versions of this extension give a watermark on sites that need conversion. It seems to happen on the Windows + Firefox version.\n"
  },
  {
    "path": "docs/.vitepress/notes/welib-note.md",
    "content": "#### WeLib Note\n\nWeLib is *not* connected to Anna's Archive, they simply mirror Anna's content onto their own site that has a different UI. It is not updated as often, and they don't share their codebase improvements publicly, so they aren't endorsed by Anna's themselves.\n"
  },
  {
    "path": "docs/.vitepress/notes/winrar.md",
    "content": "#### WinRAR Note\n\nWinRAR does not auto-update, and because it had a remote code execution vulnerability in the past, you should make sure you've manually updated **to 7.13 or later** to be safe.\n"
  },
  {
    "path": "docs/.vitepress/notes/yet-another-call-blocker-note.md",
    "content": "#### Yet Another Call Blocker Note\n\nThe app itself isn't updated, but the blocklists are. It has a main local blocklist by default, and if you have \"Auto-update database\" enabled the app receives daily blocklist updates directly from third-party services. More info in their [GitLab repository](https://gitlab.com/xynngh/YetAnotherCallBlocker#yet-another-call-blocker).\n"
  },
  {
    "path": "docs/.vitepress/notes/youtube-tweaks.md",
    "content": "#### YouTube Tweaks\n\n* https://addons.mozilla.org/firefox/addon/youtube-tweaks/\n* https://chrome.google.com/webstore/detail/youtube-tweaks/oeakphpfoaeggagmgphfejmfjbhjfhhh\n"
  },
  {
    "path": "docs/.vitepress/notes/yts-yify-note.md",
    "content": "#### YTS / Yify Note\n\nYTS / Yify has many fake copycat sites out there, make sure you're on one of the official domains before downloading anything. To be extra protected from fake sites, check out [FMHY SafeGuard](https://github.com/fmhy/FMHY-SafeGuard) and the [FMHY Filterlist](https://github.com/fmhy/FMHYFilterlist).\n"
  },
  {
    "path": "docs/.vitepress/shared.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { DefaultTheme } from 'vitepress'\n\n// @unocss-include\n\nexport const meta = {\n    name: 'freemediaheckyeah',\n    description: 'The largest collection of free stuff on the internet!',\n    hostname: 'https://fmhy.net',\n    keywords: ['stream', 'movies', 'gaming', 'reading', 'anime'],\n    build: {\n        api: true,\n        nsfw: true\n    }\n}\n\nexport const excluded = [\n    'readme.md',\n    'single-page',\n    'feedback.md',\n    'index.md',\n    'sandbox.md',\n    'startpage.md'\n]\n\nconst safeEnv = (key: string) => typeof process !== 'undefined' ? process.env?.[key] : undefined\n\nif (safeEnv('FMHY_BUILD_NSFW') === 'false') {\n    meta.build.nsfw = false\n}\nif (safeEnv('FMHY_BUILD_API') === 'false') {\n    meta.build.api = false\n}\n\nconst formatCommitRef = (commitRef: string) =>\n    `<a href=\"https://github.com/fmhy/edit/commit/${commitRef}\">${commitRef.slice(0, 8)}</a>`\n\nconst cfStart = safeEnv('CF_PAGES_COMMIT_SHA')\nconst commitStart = safeEnv('COMMIT_REF')\n\nexport const commitRef =\n    safeEnv('CF_PAGES') && cfStart\n        ? formatCommitRef(cfStart)\n        : commitStart\n            ? formatCommitRef(commitStart)\n            : 'dev'\n\nexport const feedback = `<a href=\"/feedback\" class=\"feedback-footer\">Made with ❤</a>`\n\nexport const socialLinks: DefaultTheme.SocialLink[] = [\n    { icon: 'github', link: 'https://github.com/fmhy/edit' },\n    { icon: 'discord', link: 'https://github.com/fmhy/FMHY/wiki/FMHY-Discord' },\n    {\n        icon: 'reddit',\n        link: 'https://reddit.com/r/FREEMEDIAHECKYEAH'\n    }\n]\n\nexport const nav: DefaultTheme.NavItem[] = [\n    { text: '📑 Changelog', link: '/posts/changelog-sites' },\n    { text: '📖 Glossary', link: 'https://rentry.org/The-Piracy-Glossary' },\n    {\n        text: '💾 Backups',\n        link: '/other/backups'\n    },\n    {\n        text: '🌱 Ecosystem',\n        items: [\n            { text: '🌐 Search', link: '/posts/search' },\n            { text: '❓ FAQs', link: '/other/FAQ' },\n            { text: '🔖 Bookmarks', link: 'https://github.com/fmhy/bookmarks' },\n            { text: '✅ SafeGuard', link: 'https://github.com/fmhy/FMHY-SafeGuard' },\n            { text: '🚀 Startpage', link: 'https://fmhy.net/startpage' },\n            { text: '✴️ rss.fmhy', link: 'https://rss.fmhy.bid/' },\n            { text: '🔎 SearXNG', link: 'https://searx.fmhy.net/' },\n            {\n                text: '💡 Site Hunting',\n                link: 'https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/find-new-sites/'\n            },\n            {\n                text: '😇 SFW FMHY',\n                link: 'https://fmhy.xyz/'\n            },\n            {\n                text: '🏠 Selfhosting',\n                link: '/other/selfhosting'\n            },\n            { text: '🏞 Wallpapers', link: '/other/wallpapers' },\n            { text: '💙 Feedback', link: '/feedback' }\n        ]\n    }\n]\n\nexport const sidebar: DefaultTheme.Sidebar | DefaultTheme.NavItemWithLink[] = [\n    {\n        text: '<span class=\"i-twemoji:books\"></span> Beginners Guide',\n        link: '/beginners-guide'\n    },\n    {\n        text: '<span class=\"i-twemoji:newspaper\"></span> Posts',\n        link: '/posts'\n    },\n    {\n        text: '<span class=\"i-twemoji:light-bulb\"></span> Contribute',\n        link: '/other/contributing'\n    },\n    {\n        text: 'Wiki',\n        collapsed: false,\n        items: [\n            {\n                text: '<span class=\"i-twemoji:name-badge\"></span> Adblocking / Privacy',\n                link: '/privacy'\n            },\n            {\n                text: '<span class=\"i-twemoji:robot\"></span> Artificial Intelligence',\n                link: '/ai'\n            },\n            {\n                text: '<span class=\"i-twemoji:television\"></span> Movies / TV / Anime',\n                link: '/video'\n            },\n            {\n                text: '<span class=\"i-twemoji:musical-note\"></span> Music / Podcasts / Radio',\n                link: '/audio'\n            },\n            {\n                text: '<span class=\"i-twemoji:video-game\"></span> Gaming / Emulation',\n                link: '/gaming'\n            },\n            {\n                text: '<span class=\"i-twemoji:green-book\"></span> Books / Comics / Manga',\n                link: '/reading'\n            },\n            {\n                text: '<span class=\"i-twemoji:floppy-disk\"></span> Downloading',\n                link: '/downloading'\n            },\n            {\n                text: '<span class=\"i-twemoji:cyclone\"></span> Torrenting',\n                link: '/torrenting'\n            },\n            {\n                text: '<span class=\"i-twemoji:brain\"></span> Educational',\n                link: '/educational'\n            },\n            {\n                text: '<span class=\"i-twemoji:mobile-phone\"></span> Android / iOS',\n                link: '/mobile'\n            },\n            {\n                text: '<span class=\"i-twemoji:penguin\"></span> Linux / macOS',\n                link: '/linux-macos'\n            },\n            {\n                text: '<span class=\"i-twemoji:globe-showing-asia-australia\"></span> Non-English',\n                link: '/non-english'\n            },\n            {\n                text: '<span class=\"i-twemoji:file-folder\"></span> Miscellaneous',\n                link: '/misc'\n            }\n        ]\n    },\n    {\n        text: 'Tools',\n        collapsed: false,\n        items: [\n            {\n                text: '<span class=\"i-twemoji:laptop\"></span> System Tools',\n                link: '/system-tools'\n            },\n            {\n                text: '<span class=\"i-twemoji:card-file-box\"></span> File Tools',\n                link: '/file-tools'\n            },\n            {\n                text: '<span class=\"i-twemoji:paperclip\"></span> Internet Tools',\n                link: '/internet-tools'\n            },\n            {\n                text: '<span class=\"i-twemoji:left-speech-bubble\"></span> Social Media Tools',\n                link: '/social-media-tools'\n            },\n            {\n                text: '<span class=\"i-twemoji:memo\"></span> Text Tools',\n                link: '/text-tools'\n            },\n            {\n                text: '<span class=\"i-twemoji:alien-monster\"></span> Gaming Tools',\n                link: '/gaming-tools'\n            },\n            {\n                text: '<span class=\"i-twemoji:camera\"></span> Image Tools',\n                link: '/image-tools'\n            },\n            {\n                text: '<span class=\"i-twemoji:videocassette\"></span> Video Tools',\n                link: '/video-tools'\n            },\n            {\n                text: '<span class=\"i-twemoji:speaker-high-volume\"></span> Audio Tools',\n                link: '/audio#audio-tools'\n            },\n            {\n                text: '<span class=\"i-twemoji:red-apple\"></span> Educational Tools',\n                link: '/educational#educational-tools'\n            },\n            {\n                text: '<span class=\"i-twemoji:man-technologist\"></span> Developer Tools',\n                link: '/developer-tools'\n            }\n        ]\n    },\n    {\n        text: 'More',\n        collapsed: true,\n        items: [\n            meta.build.nsfw\n                ? {\n                    text: '<span class=\"i-twemoji:no-one-under-eighteen\"></span> NSFW',\n                    link: 'https://rentry.org/NSFW-Checkpoint'\n                }\n                : {},\n            {\n                text: '<span class=\"i-twemoji:warning\"></span> Unsafe Sites',\n                link: '/unsafe'\n            },\n            {\n                text: '<span class=\"i-twemoji:package\"></span> Storage',\n                link: '/storage'\n            }\n        ]\n    }\n]\n"
  },
  {
    "path": "docs/.vitepress/theme/Appearance.vue",
    "content": "<script setup lang=\"ts\">\nimport VPIconMoon from 'vitepress/dist/client/theme-default/components/icons/VPIconMoon.vue'\nimport VPIconSun from 'vitepress/dist/client/theme-default/components/icons/VPIconSun.vue'\n\nconst { isDark } = useData()\n\nconst toggleAppearance = inject('toggle-appearance', () => {\n  isDark.value = !isDark.value\n})\n\nconst supportsViewTransition = ref(false)\n\nonMounted(() => {\n  supportsViewTransition.value =\n    'startViewTransition' in document &&\n    window.matchMedia('(prefers-reduced-motion: no-preference)').matches\n})\n</script>\n\n<template>\n  <button\n    type=\"button\"\n    role=\"switch\"\n    title=\"VPSwitchAppearance\"\n    class=\"VPSwitchAppearance\"\n    :aria-checked=\"isDark\"\n    :data-view-transition=\"supportsViewTransition\"\n    @click=\"toggleAppearance\"\n  >\n    <ClientOnly>\n      <Transition name=\"fade\" mode=\"out-in\">\n        <div v-if=\"!isDark\" class=\"sun text-xl i-ph-sun-duotone\" />\n        <div v-else class=\"moon text-xl i-ph-moon-duotone\" />\n      </Transition>\n    </ClientOnly>\n  </button>\n</template>\n\n<style lang=\"scss\" scoped>\n.VPSwitchAppearance {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  width: 36px;\n  height: 36px;\n  color: var(--vp-c-text-2);\n  transition: color 0.5s;\n\n  &:hover {\n    color: var(--vp-c-text-1);\n    transition: color 0.25s;\n  }\n\n  & > :deep(svg) {\n    width: 20px;\n    height: 20px;\n    fill: currentColor;\n  }\n\n  &[data-view-transition='false'] {\n    .fade-enter-active,\n    .fade-leave-active {\n      transition: opacity 0.1s ease;\n    }\n\n    .fade-enter-from,\n    .fade-leave-to {\n      opacity: 0;\n    }\n  }\n}\n</style>\n"
  },
  {
    "path": "docs/.vitepress/theme/Layout.vue",
    "content": "<script setup lang=\"ts\">\nimport { useData } from 'vitepress'\nimport { ref, onMounted, onUnmounted, provide, nextTick } from 'vue'\nimport DefaultTheme from 'vitepress/theme'\nimport Announcement from './components/Announcement.vue'\nimport Sidebar from './components/SidebarCard.vue'\nimport Base64Dialog from './components/Base64Dialog.vue'\nimport { useTheme } from './themes/themeHandler'\n\nconst { isDark } = useData()\nconst { setMode } = useTheme()\n\nconst enableTransitions = () =>\n  'startViewTransition' in document &&\n  window.matchMedia('(prefers-reduced-motion: no-preference)').matches\n\nprovide('toggle-appearance', async ({ clientX: x, clientY: y }: MouseEvent) => {\n  if (!enableTransitions()) {\n    isDark.value = !isDark.value\n    // Sync with theme handler\n    setMode(isDark.value ? 'dark' : 'light')\n    return\n  }\n\n  const clipPath = [\n    `circle(0px at ${x}px ${y}px)`,\n    `circle(${Math.hypot(\n      Math.max(x, innerWidth - x),\n      Math.max(y, innerHeight - y)\n    )}px at ${x}px ${y}px)`\n  ]\n\n  await document.startViewTransition(async () => {\n    isDark.value = !isDark.value\n    // Sync with theme handler\n    setMode(isDark.value ? 'dark' : 'light')\n    await nextTick()\n  }).ready\n\n  document.documentElement.animate(\n    { clipPath: isDark.value ? clipPath.reverse() : clipPath },\n    {\n      duration: 300,\n      easing: 'ease-in',\n      pseudoElement: `::view-transition-${isDark.value ? 'old' : 'new'}(root)`\n    }\n  )\n})\n\nconst { Layout } = DefaultTheme\nconst showBase64Dialog = ref(false)\nconst formattedUrl = ref('')\n\nconst handleClick = (e: MouseEvent) => {\n  // Check if the clicked element is a link or within a link\n  const target = e.target as HTMLElement\n  const link = target.closest ? target.closest('a') : null\n  \n  if (link) {\n    const href = (link as HTMLAnchorElement).href\n    \n    if (typeof href === 'string') {\n      if (href.includes('https://rentry.co/FMHYB64') || href.startsWith('https://rentry.co/FMHYB64')) {\n        const dontShow = localStorage.getItem('fmhy-base64-dialog-preference')\n        if (dontShow === 'true') {\n          return // Let the link click proceed normally\n        }\n        \n        e.preventDefault()\n        e.stopPropagation()\n        formattedUrl.value = href\n        showBase64Dialog.value = true\n      }\n    }\n  }\n}\n\nonMounted(() => {\n  window.addEventListener('click', handleClick, { capture: true })\n})\n\nonUnmounted(() => {\n  window.removeEventListener('click', handleClick, { capture: true })\n})\n</script>\n\n<template>\n  <Layout>\n    <template #sidebar-nav-after>\n      <Sidebar />\n    </template>\n    <template #home-hero-info-before>\n      <Announcement />\n    </template>\n    <template #home-features-before>\n      <p class=\"text-center text-lg text-text-2 mb-2\">\n        Or browse these pages\n        <span class=\"inline-block i-twemoji:sparkles\" />\n      </p>\n    </template>\n    <Content />\n  </Layout>\n  <Base64Dialog :show=\"showBase64Dialog\" :url=\"formattedUrl\" @close=\"showBase64Dialog = false\" />\n</template>\n\n<style>\n::view-transition-old(root),\n::view-transition-new(root) {\n  animation: none;\n  mix-blend-mode: normal;\n}\n\n::view-transition-old(root),\n.dark::view-transition-new(root) {\n  z-index: 1;\n}\n\n::view-transition-new(root),\n.dark::view-transition-old(root) {\n  z-index: 9999;\n}\n\n.VPSwitchAppearance {\n  width: 22px !important;\n}\n\n.VPSwitchAppearance .check {\n  transform: none !important;\n}\n</style>\n"
  },
  {
    "path": "docs/.vitepress/theme/PostLayout.vue",
    "content": "<script setup lang=\"ts\">\nimport Authors from './components/Authors.vue'\n\nconst props = defineProps<{\n  authors: string\n}>()\n\nconst formatDate = (raw: string): string => {\n  const date = new Date(raw)\n  return date.toLocaleDateString('en-US', {\n    month: 'short',\n    day: 'numeric'\n  })\n}\n\nconst { frontmatter } = useData()\nconst authors = computed(() => props.authors.split(','))\n</script>\n\n<template>\n  <h1>{{ frontmatter.title }}</h1>\n  <div>{{ frontmatter.description }} • {{ formatDate(frontmatter.date) }}</div>\n  <Authors :authors=\"authors\" />\n</template>\n"
  },
  {
    "path": "docs/.vitepress/theme/Posts.vue",
    "content": "<!-- eslint-disable vue/require-v-for-key -->\n<script setup lang=\"ts\">\nimport { data as posts } from './posts.data'\n\nconst formatDate = (raw: string): string => {\n  const date = new Date(raw)\n  return date.toLocaleDateString('en-US', {\n    month: 'short',\n    day: 'numeric'\n  })\n}\n</script>\n\n<template>\n  <div>\n    <section>\n      <h1 class=\"flex items-center gap-2\">Posts</h1>\n      <p>Monthly updates, announcements, and more.</p> We also have an <a href=\"/feed.rss\" target=\"_blank\" title=\"RSS feed\">\n        <div class=\"i-carbon-rss vertical-top\" style=\"width: 16px; height: 24px;\" />\n        RSS feed.\n      </a>\n    </section>\n    <template v-for=\"year in Object.keys(posts).reverse()\" :key=\"year\">\n      <h2>{{ year }}</h2>\n      <ul>\n        <li v-for=\"post of posts[year]\" :key=\"post.url\">\n          <article>\n            <a :href=\"post.url\" class=\"border-none\">{{ post.title }}</a>\n            -\n            <dl class=\"m-0 inline\">\n              <dt class=\"sr-only\">Published on</dt>\n              <dd class=\"m-0 inline\">\n                <time :datetime=\"post.date\" class=\"font-bold\">\n                  {{ formatDate(post.date) }}\n                </time>\n              </dd>\n            </dl>\n          </article>\n        </li>\n      </ul>\n    </template>\n  </div>\n</template>\n\n<style scoped>\n.VPBadge {\n  border: 1px solid transparent;\n  border-radius: 8px;\n  display: inline-flex;\n  margin-left: 2px;\n  padding: 0 10px;\n  line-height: 22px;\n  font-size: 12px;\n  font-weight: 500;\n  transform: translateY(-2px);\n  align-items: center;\n  gap: 0.2rem;\n  padding-right: 10px;\n  vertical-align: middle;\n  color: var(--vp-badge-tip-text);\n  background-color: transparent;\n  border-color: var(--vp-custom-block-tip-outline);\n}\n</style>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/Announcement.vue",
    "content": "<script setup lang=\"ts\">\nconst { frontmatter } = useData()\n</script>\n\n<template>\n  <a\n    v-if=\"frontmatter.hero.announcement\"\n    :href=\"frontmatter.hero.announcement.link\"\n    class=\"mb-3 inline-flex items-center rounded-lg bg-[var(--vp-c-default-soft)] px-4 py-1 text-sm font-semibold\"\n  >\n    {{ frontmatter.hero.announcement.title }}\n  </a>\n</template>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/Authors.vue",
    "content": "<script setup lang=\"ts\">\nimport { computed } from 'vue'\n\nconst props = defineProps<{\n  authors: string[]\n}>()\n\ninterface Author {\n  name: string\n  github: string\n}\n\nconst data = [\n  {\n    name: 'nbats',\n    github: 'https://github.com/nbats'\n  },\n  {\n    name: 'Kai',\n    github: 'https://github.com/Kai-FMHY'\n  },\n  {\n    name: 'taskylizard',\n    github: 'https://github.com/taskylizard'\n  },\n  {\n    name: 'zinklog',\n    github: 'https://github.com/zinklog2'\n  },\n  {\n    name: 'Q',\n    github: 'https://github.com/qiracy'\n  }\n] satisfies Author[]\n\nconst authors = computed(() =>\n  data.filter((author) => props.authors.includes(author.name))\n)\n</script>\n\n<template>\n  <div class=\"flex flex-wrap gap-4 pt-2\">\n    <div v-for=\"(c, index) of authors\" class=\"flex items-center gap-2\">\n      <img :src=\"`${c.github}.png`\" class=\"h-8 w-8 rounded-full\" />\n      <a :href=\"c.github\">{{ c.name }}</a>\n      <span v-if=\"index < authors.length - 1\">•</span>\n    </div>\n  </div>\n</template>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/Base64Dialog.vue",
    "content": "<script setup lang=\"ts\">\nimport { ref } from 'vue'\n\nconst props = defineProps<{\n  show: boolean\n  url: string\n}>()\n\nconst emit = defineEmits(['close'])\nconst dontShowAgain = ref(false)\n\nconst close = () => {\n  emit('close')\n}\n\nconst openLink = () => {\n  if (dontShowAgain.value) {\n    localStorage.setItem('fmhy-base64-dialog-preference', 'true')\n  }\n  window.open(props.url, '_blank')\n  close()\n}\n</script>\n\n<template>\n  <Teleport to=\"body\">\n    <div v-show=\"show\" class=\"fixed inset-0 z-[99999] flex items-center justify-center p-4 bg-black/50 backdrop-blur-sm\" @click=\"close\">\n      <div \n        class=\"p-6 rounded-xl shadow-2xl max-w-md w-full\"\n        style=\"background-color: var(--vp-c-bg); border: 1px solid var(--vp-c-divider);\"\n        @click.stop\n      >\n        <h2 class=\"text-xl font-bold mb-4 flex items-center gap-2\">\n          <div class=\"i-carbon:information-filled text-primary\" />\n          Base64 Encoded Link\n        </h2>\n        <p class=\"mb-4 text-text-1\">\n          The link you clicked leads to a Base64 encoded string.\n        </p>\n        <p class=\"mb-2 text-text-1\">\n          To decode it, you can use:\n        </p>\n        <ul class=\"list-disc list-inside mb-4 space-y-2 text-text-1\">\n          <li>\n            An online tool: <a href=\"https://www.base64decode.org/\" target=\"_blank\" rel=\"noreferrer\" class=\"text-primary hover:underline font-medium\">Base64 Decode</a>\n          </li>\n          <li>\n            A userscript: <a href=\"https://greasyfork.org/en/scripts/485772-fmhy-base64-auto-decoder\" target=\"_blank\" rel=\"noreferrer\" class=\"text-primary hover:underline font-medium\">FMHY Base64 Auto Decoder</a> (using a <a href=\"/internet-tools#userscripts\" target=\"_blank\" class=\"text-primary hover:underline font-medium\">userscript manager</a>)\n          </li>\n        </ul>\n        \n        <p class=\"mb-6 text-sm text-text-2\">\n          For more options: <a href=\"/text-tools#encode-decode\" target=\"_blank\" class=\"text-primary hover:underline font-medium\">Base64 Decoders</a>\n        </p>\n        \n        <div class=\"flex items-center gap-2 mb-4\">\n          <input \n            type=\"checkbox\" \n            id=\"dont-show\" \n            v-model=\"dontShowAgain\"\n            class=\"rounded border-border bg-bg-input text-brand focus:ring-brand\"\n          >\n          <label for=\"dont-show\" class=\"text-sm text-text-1 select-none\">Don't show again</label>\n        </div>\n\n        <div class=\"flex justify-end gap-3\">\n          <button\n            @click=\"close\"\n            class=\"px-4 py-2 border border-border rounded-lg hover:bg-bg-input transition-colors font-medium text-text-2\"\n          >\n            Cancel\n          </button>\n          <button\n            @click=\"openLink\"\n            class=\"px-4 py-2 border-2 border-brand text-brand bg-[var(--vp-c-bg-alt)] hover:bg-brand hover:text-white rounded-lg transition-colors font-medium\"\n          >\n            Open Link\n          </button>\n        </div>\n      </div>\n    </div>\n  </Teleport>\n</template>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/CardField.vue",
    "content": "<script setup lang=\"ts\">\ndefineProps<{\n  icon: string\n}>()\n</script>\n\n<template>\n  <div class=\"g-[12px] mb-[8px] flex items-center\">\n    <span class=\"flex items-center\">\n      <div class=\"text-2xl\" :class=\"icon\" />\n      <div class=\"ml-2 text-sm text-[var(--vp-c-text-2)]\">\n        <slot />\n      </div>\n    </span>\n  </div>\n</template>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/ColorPicker.vue",
    "content": "<script setup lang=\"ts\">\nimport { colors } from '@fmhy/colors'\nimport { useStorage } from '@vueuse/core'\nimport { watch, onMounted, nextTick } from 'vue'\nimport { useTheme } from '../themes/themeHandler'\nimport { themeRegistry } from '../themes/configs'\nimport type { Theme } from '../themes/types'\nimport Switch from './Switch.vue'\n\ntype ColorNames = keyof typeof colors\nconst selectedColor = useStorage<ColorNames>('preferred-color', 'swarm')\n\n// Use the theme system\nconst { amoledEnabled, setAmoledEnabled, setTheme, state, mode, themeName } = useTheme()\n\nconst colorOptions = Object.keys(colors).filter(\n  (key) => typeof colors[key as keyof typeof colors] === 'object'\n) as Array<ColorNames>\n\n// Preset themes (exclude dynamically generated color- themes)\nconst presetThemeNames = Object.keys(themeRegistry).filter((k) => !k.startsWith('color-'))\n\nconst getThemePreviewStyle = (name: string) => {\n  const theme = themeRegistry[name]\n  if (!theme) return {}\n  const modeKey = (mode && (mode as any).value) ? (mode as any).value as keyof typeof theme.modes : 'light'\n  const modeColors = theme.modes[modeKey]\n\n  if (theme.preview) {\n    // If preview is a URL or gradient, use it directly\n    if (theme.preview.startsWith('http') || theme.preview.startsWith('data:')) {\n      return { backgroundImage: `url(${theme.preview})`, backgroundSize: 'cover' }\n    }\n    return { background: theme.preview }\n  }\n\n  if (modeColors?.brand && modeColors.brand[1] && modeColors.brand[2]) {\n    return {\n      background: `linear-gradient(135deg, ${modeColors.brand[1]} 0%, ${modeColors.brand[2]} 100%)`\n    }\n  }\n\n  // Fallback to CSS var brand if present\n  return { background: 'var(--vp-c-brand-1)' }\n}\n\nconst generateThemeFromColor = (colorName: ColorNames): Theme => {\n  const colorSet = colors[colorName]\n  \n  return {\n    name: `color-${colorName}`,\n    displayName: normalizeColorName(colorName),\n    modes: {\n      light: {\n        brand: {\n          1: colorSet[500],\n          2: colorSet[600],\n          3: colorSet[800],\n          soft: colorSet[400]\n        },\n        bg: '#f8fafc',\n        bgAlt: '#eef2f5',\n        bgElv: 'rgba(255, 255, 255, 0.8)',\n        bgMark: 'rgb(226, 232, 240)',\n        text: {\n          1: '#0f172a',\n          2: '#334155',\n          3: '#64748b'\n        },\n        button: {\n          brand: {\n            bg: colorSet[500],\n            border: colorSet[400],\n            text: 'rgba(255, 255, 255)',\n            hoverBorder: colorSet[400],\n            hoverText: 'rgba(255, 255, 255)',\n            hoverBg: colorSet[400],\n            activeBorder: colorSet[400],\n            activeText: 'rgba(255, 255, 255)',\n            activeBg: colorSet[500]\n          },\n          alt: {\n            bg: '#484848',\n            text: '#f0eeee',\n            hoverBg: '#484848',\n            hoverText: '#f0eeee'\n          }\n        },\n        customBlock: {\n          info: {\n            bg: `${colorSet[100]}`,\n            border: `${colorSet[800]}`,\n            text: `${colorSet[800]}`,\n            textDeep: `${colorSet[900]}`\n          },\n          tip: {\n            bg: '#D8F8E4',\n            border: '#447A61',\n            text: '#2D6A58',\n            textDeep: '#166534'\n          },\n          warning: {\n            bg: '#FCEFC3',\n            border: '#9A8034',\n            text: '#9C701B',\n            textDeep: '#92400e'\n          },\n          danger: {\n            bg: '#FBE1E2',\n            border: '#B3565E',\n            text: '#912239',\n            textDeep: '#991b1b'\n          }\n        },\n        selection: {\n          bg: colorSet[200]\n        },\n        home: {\n          heroNameColor: 'transparent',\n          heroNameBackground: '-webkit-linear-gradient(120deg, #c4b5fd 30%, #7bc5e4)',\n          heroImageBackground: 'linear-gradient(-45deg, #c4b5fd 50%, #47caff 50%)',\n          heroImageFilter: 'blur(44px)'\n        }\n      },\n      dark: {\n        brand: {\n          1: colorSet[400],\n          2: colorSet[500],\n          3: colorSet[600],\n          soft: colorSet[300]\n        },\n        bg: '#1A1A1A',\n        bgAlt: '#171717',\n        bgElv: '#1a1a1acc',\n        button: {\n          brand: {\n            bg: colorSet[400],\n            border: colorSet[300],\n            text: 'rgba(15, 23, 42)',\n            hoverBorder: colorSet[300],\n            hoverText: 'rgba(15, 23, 42)',\n            hoverBg: colorSet[300],\n            activeBorder: colorSet[300],\n            activeText: 'rgba(15, 23, 42)',\n            activeBg: colorSet[400]\n          },\n          alt: {\n            bg: '#484848',\n            text: '#f0eeee',\n            hoverBg: '#484848',\n            hoverText: '#f0eeee'\n          }\n        },\n        customBlock: {\n          info: {\n            bg: `${colorSet[950]}`,\n            border: `${colorSet[700]}`,\n            text: `${colorSet[200]}`,\n            textDeep: `${colorSet[200]}`\n          },\n          tip: {\n            bg: '#0C2A20',\n            border: '#184633',\n            text: '#B0EBC9',\n            textDeep: '#166534'\n          },\n          warning: {\n            bg: '#403207',\n            border: '#7E6211',\n            text: '#F9DE88',\n            textDeep: '#92400e'\n          },\n          danger: {\n            bg: '#3F060A',\n            border: '#7C0F18',\n            text: '#F7C1BC',\n            textDeep: '#991b1b'\n          }\n        },\n        selection: {\n          bg: colorSet[800]\n        },\n        home: {\n          heroNameColor: 'transparent',\n          heroNameBackground: '-webkit-linear-gradient(120deg, #c4b5fd 30%, #7bc5e4)',\n          heroImageBackground: 'linear-gradient(-45deg, #c4b5fd 50%, #47caff 50%)',\n          heroImageFilter: 'blur(44px)'\n        }\n      }\n    }\n  }\n}\n\nconst normalizeColorName = (colorName: string) =>\n  colorName.replaceAll(/-/g, ' ').charAt(0).toUpperCase() +\n  colorName.slice(1).replaceAll(/-/g, ' ')\n\nonMounted(async () => {\n  // apply saved theme on load\n  if (selectedColor.value) {\n    const theme = generateThemeFromColor(selectedColor.value)\n    themeRegistry[`color-${selectedColor.value}`] = theme\n    await nextTick()\n    setTheme(`color-${selectedColor.value}`)\n  }\n  // Wait for next tick to ensure theme handler is fully initialized\n  await nextTick()\n})\n\nwatch(selectedColor, async (color) => {\n  if (!color) return;\n  const theme = generateThemeFromColor(color)\n  themeRegistry[`color-${color}`] = theme\n  await nextTick()\n  setTheme(`color-${color}`)\n})\n\nconst toggleAmoled = () => {\n  setAmoledEnabled(!amoledEnabled.value)\n}\n</script>\n\n<template>\n  <div>\n    <div class=\"flex flex-wrap gap-2\">\n      <!-- Color picker generated themes (render first) -->\n      <div v-for=\"color in colorOptions\" :key=\"color\">\n        <button\n          :class=\"[\n            'inline-block w-6 h-6 rounded-full transition-all duration-200 border-2',\n            (themeName && themeName.value === `color-${color}`)\n              ? 'border-slate-200 dark:border-slate-400 shadow-lg'\n              : 'border-transparent'\n          ]\"\n          @click=\"selectedColor = color\"\n          :title=\"normalizeColorName(color)\"\n        >\n          <span\n            class=\"inline-block w-full h-full rounded-full\"\n            :style=\"{ backgroundColor: colors[color][500], backgroundSize: 'cover', backgroundPosition: 'center', backgroundRepeat: 'no-repeat' }\"\n          ></span>\n        </button>\n      </div>\n\n      <!-- Preset themes (render at the end) -->\n      <div v-for=\"t in presetThemeNames\" :key=\"t\">\n        <button\n          :class=\"[\n            'inline-block w-6 h-6 rounded-full transition-all duration-200 border-2',\n            (themeName && themeName.value === t)\n              ? 'border-slate-200 dark:border-slate-400 shadow-lg'\n              : 'border-transparent'\n          ]\"\n          @click=\"selectedColor = '' as ColorNames; setTheme(t)\"\n          :title=\"themeRegistry[t].displayName\"\n        >\n          <span\n            class=\"inline-block w-full h-full rounded-full\"\n            :style=\"Object.assign({ backgroundSize: 'cover', backgroundPosition: 'center', backgroundRepeat: 'no-repeat' }, getThemePreviewStyle(t))\"\n          ></span>\n        </button>\n      </div>\n    </div>\n  </div>\n</template>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/Feedback.vue",
    "content": "<script setup lang=\"ts\">\nimport type { FeedbackType } from '../../types/Feedback'\nimport { useRouter } from 'vitepress'\nimport { computed, reactive, ref } from 'vue'\nimport { feedbackOptions, getFeedbackOption } from '../../types/Feedback'\n\nconst props = defineProps<{\n  heading?: string\n}>()\n\nconst prompts = [\n  'Make it count!',\n  'Leave some feedback for us!',\n  `We're all ears 🐰`,\n  'Tell us what is missing in FMHY',\n  'Your thoughts matter to us 💡',\n  'Feedback is a gift 🎁',\n  'What do you think?',\n  'We appreciate your support 🙏',\n  'Help us make FMHY better 🤝',\n  'We need your help 👋',\n  'Your feedback is valuable 💯',\n  'So... what do you think?',\n  \"I guess you don't need to say anything 😉\",\n  'Spill the beans 💣',\n  \"We're always looking for ways to improve!\",\n  'Your feedback is valuable and helps us make FMHY better.',\n  'aliens are watching you 👽',\n  'tasky was here 👀',\n  'The internet is full of crap 😱'\n]\n\nfunction getPrompt() {\n  return prompts[Math.floor(Math.random() * prompts.length)]\n}\n\nconst messages = {\n  suggestion: [\n    \"We're glad you want to share your ideas!\",\n    'Nix the fluff and just tell us what you think!',\n    \"We'll be happy to read your thoughts and incorporate them into our wiki.\",\n    \"Hello! We're glad you want to share your ideas!\"\n  ],\n  appreciation: [\n    'We appreciate your support!',\n    \"We're always looking for ways to improve!.\",\n    'Your feedback is valuable and helps us make FMHY better.'\n  ],\n  other: [\n    \"We're always looking for ways to improve!\",\n    'Your feedback is valuable and helps us make FMHY better.'\n  ]\n}\n\nfunction getMessage(type: FeedbackType['type']) {\n  return messages[type][Math.floor(Math.random() * messages[type].length)]\n}\n\nconst loading = ref<boolean>(false)\nconst error = ref<unknown>(null)\nconst success = ref<boolean>(false)\n\nconst isDisabled = computed(() => {\n  return (\n    !feedback.message.length ||\n    feedback.message.length < 5 ||\n    feedback.message.length > 1000\n  )\n})\n\nconst router = useRouter()\n\nconst feedback = reactive<{\n  message: string\n  page: string\n  type?: FeedbackType['type']\n}>({\n  page: router.route.path,\n  message: ''\n})\n\nconst selectedOption = ref(feedbackOptions[0])\n\nasync function handleSubmit(type?: FeedbackType['type']) {\n  if (type) {\n    feedback.type = type\n    selectedOption.value = getFeedbackOption(type)!\n  }\n  loading.value = true\n\n  const body: FeedbackType = {\n    message: feedback.message,\n    type: feedback.type!,\n    page: feedback.page,\n    ...(props.heading && { heading: props.heading })\n  }\n\n  try {\n    const response = await fetch('https://api.fmhy.net/feedback', {\n      method: 'POST',\n      headers: {\n        'Content-Type': 'application/json'\n      },\n      body: JSON.stringify(body)\n    })\n\n    const data = await response.json()\n    if (data.error) {\n      error.value = data.error\n      return\n    }\n    if (data.status === 'ok') {\n      success.value = true\n    }\n  } catch (err) {\n    error.value = err\n  } finally {\n    loading.value = false\n  }\n}\n\nconst isCardShown = ref<boolean>(false)\nconst helpfulText = props.heading\n  ? 'What do you think about this section?'\n  : 'What do you think about this page?'\nconst helpfulDescription = props.heading\n  ? 'Let us know how helpful this section is.'\n  : 'Let us know how helpful this page is.'\n\nconst prompt = computed(() => getPrompt())\nconst message = computed(() => getMessage(feedback.type!))\nconst toggleCard = () => (isCardShown.value = !isCardShown.value)\n</script>\n\n<template>\n  <template v-if=\"props.heading\">\n    <button\n      @click=\"toggleCard()\"\n      class=\"bg-$vp-c-default-soft text-primary border-$vp-c-default-soft hover:border-primary ml-3 inline-flex h-7 items-center justify-center whitespace-nowrap rounded-md border-2 border-solid px-1.5 py-3.5 text-sm font-medium transition-all duration-300 sm:h-6\"\n    >\n      <span\n        :class=\"isCardShown === false ? `i-lucide:mail` : `i-lucide:mail-x`\"\n      />\n    </button>\n  </template>\n  <template v-else>\n    <div\n      class=\"mt-2 p-4 border-2 border-solid bg-$vp-c-bg-alt border-$vp-c-divider rounded-xl col-span-3 transition-colors duration-250\"\n    >\n      <div class=\"flex items-start md:items-center gap-3\">\n        <div class=\"pt-1 md:pt-0\">\n          <div class=\"w-10 h-10 rounded-full flex items-center justify-center bg-$vp-c-brand-3\">\n            <span\n              :class=\"\n                isCardShown === false\n                  ? `i-lucide:mail w-6 h-6 text-white`\n                  : `i-lucide:mail-x w-6 h-6 text-white`\n              \"\n            />\n          </div>\n        </div>\n        <div class=\"flex-grow flex items-start md:items-center gap-3 flex-col md:flex-row\">\n          <div class=\"flex-grow\">\n            <div class=\"font-semibold text-$vp-c-text-1\">Got feedback?</div>\n            <div class=\"text-sm text-$vp-c-text-2\">We'd love to know what you think about this page.</div>\n          </div>\n          <div>\n            <button\n              class=\"bg-[#25262B] inline-block text-center rounded-full px-4 py-2.5 text-sm font-medium border-2 border-solid text-white border-$vp-c-divider\"\n              @click=\"toggleCard()\"\n            >\n              Share Feedback\n            </button>\n          </div>\n        </div>\n      </div>\n    </div>\n  </template>\n\n  <Transition name=\"fade\" mode=\"out-in\">\n    <div\n      v-if=\"isCardShown\"\n      class=\"border-$vp-c-divider bg-$vp-c-bg-alt b-rd-4 m-[2rem 0] mt-4 border-2 border-solid p-6\"\n    >\n      <Transition name=\"fade\" mode=\"out-in\">\n        <div v-if=\"!feedback.type\">\n          <p class=\"heading\">\n            {{ helpfulText }}\n          </p>\n          <div class=\"flex flex-wrap gap-2\">\n            <button\n              v-for=\"item in feedbackOptions\"\n              :key=\"item.value\"\n                class=\"bg-[#25262B] border-$vp-c-default-soft hover:border-primary mt-2 select-none rounded border-2 border-solid font-bold transition-all duration-250 rounded-lg text-[14px] text-white font-500 leading-normal m-0 px-3 py-1.5 text-center align-middle whitespace-nowrap\"\n              @click=\"handleSubmit(item.value)\"\n            >\n              <span>{{ item.label }}</span>\n            </button>\n          </div>\n        </div>\n        <div v-else-if=\"feedback.type && !success\">\n          <div>\n            <p class=\"desc\">{{ helpfulDescription }} - {{ prompt }}</p>\n            <span>{{ getFeedbackOption(feedback.type)?.label }}</span>\n          </div>\n          <p class=\"heading\" v-text=\"message\"></p>\n          <div v-if=\"feedback.type === 'suggestion'\" class=\"mb-2 text-sm\">\n            <p>Please read the <a href=\"/other/contributing\">Contribute Guide</a> before submitting your feedback!</p>\n          </div>\n          <textarea\n            v-model=\"feedback.message\"\n            autofocus\n            class=\"bg-$vp-c-bg-alt text-$vp-c-text-2 w-full h-[100px] border border-$vp-c-divider rounded px-3 py-1.5 border-$vp-c-divider bg-$vp-c-bg-alt b-rd-4 border-2 border-solid\"\n            placeholder=\"What a lovely wiki!\"\n          />\n          <p class=\"desc mb-2\">\n            Add your Discord handle if you would like a response, or if we need\n            more information from you, otherwise join our\n            <a\n              class=\"text-primary text-underline font-semibold\"\n              href=\"https://github.com/fmhy/FMHY/wiki/FMHY-Discord\"\n            >\n              Discord.\n            </a>\n          </p>\n          <div class=\"flex flex-row gap-2\">\n            <button\n              class=\"bg-$vp-c-default-soft text-primary border-$vp-c-default-soft inline-flex h-7 items-center justify-center whitespace-nowrap rounded-md border-2 border-solid px-1.5 py-3.5 text-sm font-medium transition-all duration-300 sm:h-6\"\n              @click=\"feedback.type = undefined\"\n            >\n              <span class=\"i-lucide:panel-left-close\">close</span>\n            </button>\n            <button\n              type=\"submit\"\n              class=\"btn btn-primary\"\n              :disabled=\"isDisabled\"\n              @click=\"handleSubmit()\"\n              :style=\"isDisabled ? {} : { 'background-color': 'var(--vp-button-brand-bg)', 'border-color': 'var(--vp-button-brand-border)', color: 'var(--vp-button-brand-text)' }\"\n            >\n              Send Feedback 📩\n            </button>\n          </div>\n        </div>\n        <div v-else>\n          <p class=\"heading\">Thanks for your feedback!</p>\n        </div>\n      </Transition>\n    </div>\n  </Transition>\n</template>\n\n<style scoped lang=\"css\">\n.btn {\n  border: 1px solid var(--vp-c-divider);\n  background-color: var(--vp-c-bg);\n  border-radius: 8px;\n  transition:\n    border-color 0.25s,\n    background-color 0.25s;\n  display: inline-block;\n  font-size: 14px;\n  font-weight: 500;\n  line-height: 1.5;\n  margin: 0;\n  padding: 0.375rem 0.75rem;\n  text-align: center;\n  vertical-align: middle;\n  white-space: nowrap;\n}\n\n.btn:disabled {\n  opacity: 0.5;\n}\n\n.btn:hover {\n  border-color: var(--vp-c-brand);\n}\n\n.btn-primary {\n  color: var(--vp-button-brand-text);\n  background-color: var(--vp-button-brand-bg);\n  border-color: var(--vp-button-brand-border);\n}\n\n.btn-primary:hover {\n  background-color: var(--vp-button-brand-hover-bg);\n  border-color: var(--vp-button-brand-hover-border);\n}\n\n.heading {\n  font-size: 1.2rem;\n  font-weight: 700;\n}\n\n.desc {\n  display: block;\n  line-height: 20px;\n  font-size: 12px;\n  font-weight: 500;\n  color: var(--vp-c-text-2);\n}\n\n.fade-enter-active,\n.fade-leave-active {\n  transition: opacity 0.25s ease;\n}\n\n.fade-enter-from,\n.fade-leave-to {\n  opacity: 0;\n}\n</style>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/InputField.vue",
    "content": "<script setup lang=\"ts\">\ndefineProps<{\n  label: string\n  id: string\n}>()\n</script>\n\n<template>\n  <div class=\"input-field\">\n    <div v-if=\"label\" class=\"input-label\">\n      <label :for=\"id\" class=\"pane-label\">\n        {{ label }}\n      </label>\n      <div class=\"display-value\">\n        <slot name=\"display\" />\n      </div>\n    </div>\n    <slot />\n  </div>\n</template>\n\n<style scoped>\n.pane-label {\n  line-height: 20px;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--vt-c-text-1);\n  display: block;\n}\n\n.input-field:not(:last-child) {\n  margin-bottom: 16px;\n}\n\n.display-value {\n  font-size: 13px;\n  color: var(--vp-c-text-2);\n}\n\n.input-label {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  margin-bottom: 8px;\n  gap: 12px;\n}\n</style>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/SidebarCard.vue",
    "content": "<script setup lang=\"ts\">\nimport Field from './CardField.vue'\nimport ColorPicker from './ColorPicker.vue'\nimport ThemeSelector from './ThemeSelector.vue'\nimport InputField from './InputField.vue'\nimport ToggleStarred from './ToggleStarred.vue'\nimport ToggleIndexes from './ToggleIndexes.vue'\n</script>\n\n<template>\n  <div\n    class=\"bg-$vp-c-bg hover:bg-$vp-c-bg/40 border-$vp-c-default-soft hover:border-primary transition-border relative z-0 rounded-lg border-2 border-solid p-5 duration-500\"\n  >\n    <div class=\"align-center mb-4 flex justify-between\">\n      <div class=\"text-$vp-c-text-1 lh-relaxed text-sm font-bold\">\n        Emoji Legend\n      </div>\n    </div>\n    <Field icon=\"i-twemoji-globe-with-meridians\">Indexes</Field>\n    <Field icon=\"i-twemoji-repeat-button\">Storage Links</Field>\n    <Field icon=\"i-twemoji-star\">Recommendations</Field>\n    <div class=\"align-center mb-4 mt-4 flex justify-between\">\n      <div class=\"text-$vp-c-text-1 lh-relaxed text-sm font-bold\">Options</div>\n    </div>\n    <InputField id=\"toggle-starred\" label=\"Toggle Starred\">\n      <template #display>\n        <ToggleStarred />\n      </template>\n    </InputField>\n    <InputField id=\"toggle-indexes\" label=\"Toggle Indexes\">\n      <template #display>\n        <ToggleIndexes />\n      </template>\n    </InputField>\n\n    <div class=\"mt-4\">\n      <ColorPicker />\n    </div>\n\n    <div class=\"mt-6 pt-6 border-t border-$vp-c-divider\">\n      <ThemeSelector />\n    </div>\n  </div>\n</template>"
  },
  {
    "path": "docs/.vitepress/theme/components/Switch.vue",
    "content": "<script setup lang=\"ts\">\nimport { Switch as HeadlessSwitch } from '@headlessui/vue'\n\nconst props = defineProps<{\n  modelValue: boolean\n  disabled?: boolean\n}>()\n\nconst emit = defineEmits<{\n  (event: 'update:modelValue', value: boolean): void\n}>()\n</script>\n\n<template>\n  <HeadlessSwitch\n    :model-value=\"props.modelValue\"\n    :disabled=\"props.disabled\"\n    class=\"switch\"\n    :class=\"{ enabled: props.modelValue, disabled: props.disabled }\"\n    @update:modelValue=\"emit('update:modelValue', $event)\"\n  >\n    <span class=\"thumb\" />\n  </HeadlessSwitch>\n</template>\n\n<style>\n.switch {\n  display: inline-flex;\n  position: relative;\n  width: 40px;\n  height: 22px;\n  flex-shrink: 0;\n  border: 1px solid var(--vp-input-border-color);\n  background-color: var(--vp-input-switch-bg-color);\n  transition:\n    border-color 0.25s,\n    background-color 0.4s ease;\n  border-radius: 11px;\n}\n\n.switch.enabled {\n  background-color: var(--vp-c-brand);\n}\n\n.switch.disabled {\n  opacity: 0.5;\n  pointer-events: none;\n  background-color: var(--vp-c-bg-soft, #2f2f2f);\n  border-color: var(--vp-c-divider, #666);\n}\n\n.switch.disabled .thumb {\n  background-color: #fff;\n  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2), var(--vp-shadow-1);\n}\n\n.dark .switch.disabled {\n  background-color: #2f2f2f;\n  border-color: #7d7d7d;\n}\n</style>\n\n<style scoped>\n.switch:hover {\n  border-color: var(--vp-input-hover-border-color);\n}\n\n.thumb {\n  display: inline-block;\n  background-color: #fff;\n  transition: transform 0.25s;\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08), var(--vp-shadow-1);\n}\n\n.switch.enabled .thumb {\n  transform: translateX(18px);\n}\n</style>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/ThemeDropdown.vue",
    "content": "<script setup lang=\"ts\">\nimport { computed, ref, onMounted, onUnmounted } from 'vue'\nimport { useTheme } from '../themes/themeHandler'\nimport type { DisplayMode } from '../themes/types'\n\nconst { mode, amoledEnabled, setAppearance } = useTheme()\n\nconst wrapperRef = ref<HTMLElement | null>(null)\n\ninterface ModeChoice {\n  mode: DisplayMode\n  label: string\n  icon: string\n  isAmoled?: boolean\n}\n\nconst modeChoices: ModeChoice[] = [\n  { mode: 'light', label: 'Light', icon: 'i-ph-sun-duotone' },\n  { mode: 'dark', label: 'Dark', icon: 'i-ph-moon-duotone' },\n  { mode: 'dark', label: 'AMOLED', icon: 'i-ph-moon-stars-duotone', isAmoled: true }\n]\n\nconst currentChoice = computed(() => {\n  const current = (mode && (mode as any).value) ? (mode as any).value : 'light'\n  if (current === 'dark' && amoledEnabled.value) {\n    return modeChoices[2] // AMOLED option\n  }\n  return modeChoices.find(choice => choice.mode === current && !choice.isAmoled) || modeChoices[0]\n})\n\nconst selectMode = (choice: ModeChoice) => {\n  if (choice.isAmoled) {\n    setAppearance('dark', true)\n  } else {\n    setAppearance(choice.mode, false)\n  }\n}\n\nconst isActiveChoice = (choice: ModeChoice) => {\n  const current = (mode && (mode as any).value) ? (mode as any).value : 'light'\n  if (choice.isAmoled) {\n    return current === 'dark' && amoledEnabled.value\n  }\n  return choice.mode === current && !choice.isAmoled && !amoledEnabled.value\n}\n\n// Logic to override the parent VPFlyout behavior to be click-based\nconst setupParentFlyoutOverride = () => {\n  if (!wrapperRef.value) return\n\n  const flyout = wrapperRef.value.closest('.VPFlyout')\n  if (!flyout) return\n\n  // Add class to disable CSS hover via global style\n  flyout.classList.add('click-based-flyout')\n\n  // Find the toggle button\n  const button = flyout.querySelector('button')\n  if (!button) return\n\n  // Click handler for toggle\n  const toggleFlyout = (e: MouseEvent) => {\n    flyout.classList.toggle('open')\n  }\n\n  button.addEventListener('click', toggleFlyout)\n\n  // Global click listener to close when clicking outside\n  const closeFlyout = (e: MouseEvent) => {\n    if (!flyout.contains(e.target as Node)) {\n      flyout.classList.remove('open')\n    }\n  }\n\n  document.addEventListener('click', closeFlyout)\n\n  ;(wrapperRef.value as any)._cleanup = () => {\n    flyout.classList.remove('click-based-flyout')\n    button.removeEventListener('click', toggleFlyout)\n    document.removeEventListener('click', closeFlyout)\n  }\n}\n\nonMounted(() => {\n  // defer slightly to ensuring DOM is ready\n  setTimeout(setupParentFlyoutOverride, 100)\n})\n\nonUnmounted(() => {\n  if (wrapperRef.value && (wrapperRef.value as any)._cleanup) {\n    ;(wrapperRef.value as any)._cleanup()\n  }\n})\n</script>\n\n<template>\n  <div ref=\"wrapperRef\" class=\"theme-dropdown-wrapper\">\n    <VDropdown \n        class=\"theme-dropdown\" \n        theme=\"theme-selector\"\n        :distance=\"12\" \n        placement=\"bottom-end\" \n        :triggers=\"['click']\"\n        :popper-triggers=\"['click']\"\n        :auto-hide=\"true\"\n    >\n        <button\n        type=\"button\"\n        class=\"theme-dropdown-toggle\"\n        :title=\"currentChoice.label\"\n        >\n        <ClientOnly>\n          <Transition name=\"fade\" mode=\"out-in\">\n            <div :key=\"currentChoice.label\" :class=\"[currentChoice.icon, 'text-xl']\" />\n          </Transition>\n        </ClientOnly>\n        </button>\n\n        <template #popper>\n        <div class=\"theme-dropdown-content\">\n            <button\n            v-for=\"(choice, index) in modeChoices\"\n            :key=\"index\"\n            class=\"theme-dropdown-item\"\n            :class=\"{ active: isActiveChoice(choice) }\"\n            @click=\"selectMode(choice)\"\n            v-close-popper\n            >\n            <Transition name=\"fade\" mode=\"out-in\">\n              <div :key=\"choice.label\" :class=\"[choice.icon, 'text-lg']\" />\n            </Transition>\n            <span>{{ choice.label }}</span>\n            <div v-if=\"isActiveChoice(choice)\" class=\"i-ph-check text-lg ml-auto\" />\n            </button>\n        </div>\n        </template>\n    </VDropdown>\n  </div>\n</template>\n\n<style lang=\"scss\" scoped>\n.theme-dropdown-wrapper {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    height: 100%;\n}\n\n.theme-dropdown {\n  display: flex;\n  align-items: center;\n  height: 100%;\n}\n\n.theme-dropdown-toggle {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  width: 36px;\n  height: 36px;\n  color: var(--vp-c-text-2);\n  transition: color 0.5s;\n  background: transparent;\n  border: none;\n  cursor: pointer;\n  border-radius: 8px;\n\n  &:hover {\n    color: var(--vp-c-text-1);\n    background: var(--vp-c-bg-elv);\n    transition: color 0.25s, background 0.25s;\n    backdrop-filter: blur(12px);\n  }\n}\n\n.theme-dropdown-content {\n  min-width: 180px;\n}\n\n.theme-dropdown-item {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  width: 100%;\n  padding: 8px 12px;\n  background: transparent;\n  border: none;\n  border-radius: 6px;\n  color: var(--vp-c-text-1);\n  cursor: pointer;\n  transition: background 0.2s;\n  font-size: 14px;\n  text-align: left;\n\n  &:hover {\n    background: var(--vp-c-bg);\n  }\n\n  &.active {\n    color: var(--vp-c-brand-1);\n    font-weight: 500;\n  }\n\n  span {\n    flex: 1;\n  }\n}\n\n.fade-enter-active,\n.fade-leave-active {\n  transition: opacity 0.25s ease;\n}\n\n.fade-enter-from,\n.fade-leave-to {\n  opacity: 0;\n}\n</style>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/ThemeSelector.vue",
    "content": "<script setup lang=\"ts\">\nimport { computed } from 'vue'\nimport { useTheme } from '../themes/themeHandler'\nimport { themeRegistry } from '../themes/configs'\n\nconst { themeName, setTheme, getAvailableThemes, state, mode } = useTheme()\n\nconst availableThemes = computed(() => getAvailableThemes())\n\nconst getThemePreview = (name: string) => {\n  const theme = themeRegistry[name]\n  if (theme?.preview) {\n    return theme.preview\n  }\n  // Fallback: create gradient from theme's brand colors if they exist\n  const modeKey = (mode && (mode as any).value) ? (mode as any).value : 'light'\n  const colors = modeKey === 'dark' ? theme?.modes.dark : theme?.modes.light\n  \n  if (colors?.brand && colors.brand[1] && colors.brand[2] && colors.brand[3]) {\n    return `linear-gradient(135deg, ${colors.brand[1]} 0%, ${colors.brand[2]} 50%, ${colors.brand[3]} 100%)`\n  }\n  \n  return 'linear-gradient(135deg, var(--vp-c-brand-1) 0%, var(--vp-c-brand-2) 100%)'\n}\n\nconst normalizeThemeName = (name: string) =>\n  name.replaceAll(/-/g, ' ').charAt(0).toUpperCase() +\n  name.slice(1).replaceAll(/-/g, ' ')\n\nconst currentDisplayName = computed(() => {\n  const t = themeName && (themeName as any).value ? (themeName as any).value : ''\n  if (!t) return 'Default'\n  const cfg = themeRegistry[t]\n  if (cfg && cfg.displayName) return cfg.displayName\n  // fallback: humanize the key\n  return normalizeThemeName(t)\n})\n</script>\n\n<template>\n  <div>\n    <div class=\"text-sm text-$vp-c-text-2\">\n      <span class=\"font-medium\">Theme:</span>\n      <span class=\"ml-1\">{{ currentDisplayName }}</span>\n    </div>\n  </div>\n</template>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/ToggleIndexes.vue",
    "content": "<script setup lang=\"ts\">\nimport { onBeforeUnmount, onMounted, ref } from 'vue'\nimport Switch from './Switch.vue'\n\nconst isDisabled = ref(false)\nconst isOn = ref(false)\n\nconst syncState = () => {\n  const root = document.documentElement\n  isDisabled.value = root.classList.contains('starred-only')\n  isOn.value = root.classList.contains('indexes-only')\n}\n\nlet observer: MutationObserver | undefined\n\nonMounted(() =>\n  (observer = new MutationObserver(syncState)).observe(document.documentElement, {\n    attributes: true,\n    attributeFilter: ['class']\n  })\n)\n\nonMounted(syncState)\n\nonBeforeUnmount(() => observer?.disconnect())\n\nconst toggleIndexes = (value: boolean) => {\n  if (isDisabled.value) {\n    isOn.value = document.documentElement.classList.contains('indexes-only')\n    return\n  }\n\n  const root = document.documentElement\n  const enabling = value\n  const wasStarred = root.classList.contains('starred-only')\n\n  root.classList.toggle('indexes-only', enabling)\n\n  if (enabling) {\n    root.dataset.starredWasOn = wasStarred ? 'true' : 'false'\n\n    if (wasStarred) {\n      root.classList.remove('starred-only')\n    }\n  } else {\n    if (root.dataset.starredWasOn === 'true') {\n      root.classList.add('starred-only')\n    }\n\n    delete root.dataset.starredWasOn\n  }\n\n  isOn.value = enabling\n}\n</script>\n\n<template>\n  <Switch v-model=\"isOn\" \n    :disabled=\"isDisabled\"\n    :class=\"{ disabled: isDisabled }\"@update:modelValue=\"toggleIndexes\" />\n</template>\n\n<style>\n.indexes-only .vp-doc li:not(.index) {\n  display: none;\n}\n</style>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/ToggleStarred.vue",
    "content": "<script setup lang=\"ts\">\nimport { onBeforeUnmount, onMounted, ref } from 'vue'\nimport Switch from './Switch.vue'\n\nconst isDisabled = ref(false)\nconst isOn = ref(false)\n\nconst syncState = () => {\n  const root = document.documentElement\n  isDisabled.value = root.classList.contains('indexes-only')\n  isOn.value = root.classList.contains('starred-only')\n}\n\nlet observer: MutationObserver | undefined\n\nonMounted(() =>\n  (observer = new MutationObserver(syncState)).observe(document.documentElement, {\n    attributes: true,\n    attributeFilter: ['class']\n  })\n)\n\nonMounted(syncState)\n\nonBeforeUnmount(() => observer?.disconnect())\n\nconst toggleStarred = (value: boolean) => {\n  if (isDisabled.value) {\n    isOn.value = document.documentElement.classList.contains('starred-only')\n    return\n  }\n\n  const root = document.documentElement\n  root.classList.toggle('starred-only', value)\n  root.dataset.starredWasOn = value ? 'true' : 'false'\n  isOn.value = value\n}\n</script>\n\n<template>\n  <Switch\n    v-model=\"isOn\"\n    :disabled=\"isDisabled\"\n    :class=\"{ disabled: isDisabled }\"\n    @update:modelValue=\"toggleStarred\"\n  />\n</template>\n\n<style>\n.starred-only .vp-doc li:not(.starred) {\n  display: none;\n}\n</style>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/Tooltip.vue",
    "content": "<script setup lang=\"ts\">\nimport { withBase } from 'vitepress'\nimport { computed } from 'vue'\nimport { useMediaQuery } from '@vueuse/core'\n\nconst props = withDefaults(\n  defineProps<{ title?: string; icon?: string }>(),\n  { icon: '/note.svg' }\n)\n\nconst resolvedIcon = computed(() => withBase(props.icon))\n\nconst isHoverable = useMediaQuery('(hover: hover)')\nconst triggers = computed(() => isHoverable.value ? ['hover'] : ['click'])\n</script>\n\n<template>\n  <VDropdown :triggers=\"triggers\" :popper-triggers=\"triggers\" :delay=\"{ show: 50, hide: 50 }\" :auto-hide=\"true\" :distance=\"15\" placement=\"auto\">\n    <button\n      aria-label=\"Tooltip\"\n      class=\"text-brand-1 relative inline-flex align-middle items-center justify-center leading-none p-0 select-none font-bold cursor-pointer transition-all h-[1.2em] w-[1.5em]\"\n    >\n      <div\n        class=\"absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1.2 w-[1.3em] h-[1.3em] bg-current transition-all\"\n        :style=\"{\n           mask: `url(${resolvedIcon}) no-repeat center / contain`,\n           '-webkit-mask': `url(${resolvedIcon}) no-repeat center / contain`,\n        }\"\n      />\n    </button>\n\n    <template #popper>\n      <div class=\"border-$vp-c-divider bg-$vp-c-bg-alt b-rd-4 max-w-md max-h-md border-2 border-solid flex flex-col transition-all overflow-hidden\">\n        <div class=\"overflow-y-auto p-4\">\n          <h3 v-if=\"title\" class=\"text-$vp-c-text-1 mb-2 text-lg font-semibold\" v-text=\"title\" />\n          <div class=\"text-$vp-c-text-1 text-sm content vp-doc\">\n            <slot />\n          </div>\n        </div>\n      </div>\n    </template>\n  </VDropdown>\n</template>\n\n<style>\n.v-popper__popper { --uno: z-5000; }\n.v-popper { display: inline-flex !important; }\n\n.v-popper--theme-dropdown .v-popper__inner {\n  background: transparent !important;\n  box-shadow: none !important;\n  border: none !important;\n  padding: 0 !important;\n}\n\n.vp-doc a.tooltip-source-link {\n  color: inherit;\n  text-decoration: none;\n}\n</style>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/VPLocalSearchBox.vue",
    "content": "<script lang=\"ts\" setup>\n/**\n * VPLocalSearchBox - Enhanced Local Search Modal Component\n * \n * Base: VitePress default local search component\n * \n * Custom Features Added:\n * ----------------------\n * 1. Fuzzy Search Toggle\n *    - Toggle between exact and fuzzy matching modes\n *    - Fuzzy mode includes typo tolerance and multi-word queries\n *    - Searches both space-separated and dash-separated variants\n * \n * 2. Smart Highlight Merging (Fuzzy Mode)\n *    - Automatically merges nearby highlights (< 20px apart) in fuzzy mode\n *    - Reduces navigation tedium when multiple words are highlighted\n *    - Preserves text between merged highlights\n * \n * 3. Match Navigation System\n *    - Navigate through highlights with left/right arrow keys\n *    - Visual controls: prev/next buttons with match counter (e.g., \"2/5\")\n *    - Smooth scrolling to center the active match\n *    - Yellow highlight for currently focused match\n * \n */\nimport localSearchIndex from '@localSearchIndex'\nimport {\n  computedAsync,\n  debouncedWatch,\n  onKeyStroke,\n  useEventListener,\n  useLocalStorage,\n  useScrollLock,\n  useSessionStorage\n} from '@vueuse/core'\nimport { useFocusTrap } from '@vueuse/integrations/useFocusTrap'\nimport Mark from 'mark.js/src/vanilla.js'\nimport MiniSearch, { type SearchResult } from 'minisearch'\nimport { dataSymbol, inBrowser, useRouter } from 'vitepress'\nimport {\n  computed,\n  createApp,\n  markRaw,\n  nextTick,\n  onBeforeUnmount,\n  onMounted,\n  ref,\n  shallowRef,\n  triggerRef,\n  watch,\n  watchEffect,\n  type Ref\n} from 'vue'\nimport type { ModalTranslations } from 'vitepress/types/local-search'\nimport { pathToFile } from 'vitepress/dist/client/app/utils'\nimport { escapeRegExp } from 'vitepress/dist/client/shared'\nimport { useData } from 'vitepress/dist/client/theme-default/composables/data'\nimport { LRUCache } from 'vitepress/dist/client/theme-default/support/lru'\nimport { createSearchTranslate } from 'vitepress/dist/client/theme-default/support/translation'\nimport Tooltip from './Tooltip.vue'\nimport FloatingVue from 'floating-vue'\nimport { sidebar } from '../../shared'\n\nconst emit = defineEmits<{\n  (e: 'close'): void\n}>()\n\nconst show = ref(true)\n\nfunction close() {\n  show.value = false\n}\n\nconst el = shallowRef<HTMLElement>()\nconst resultsEl = shallowRef<HTMLElement>()\n\n/* Search */\n\nconst searchIndexData = shallowRef(localSearchIndex)\n\n// Hot Module Replacement - updates search index without full page reload during development\nif (import.meta.hot) {\n  import.meta.hot.accept('/@localSearchIndex', (m) => {\n    if (m) {\n      searchIndexData.value = m.default\n    }\n  })\n}\n\ninterface Result {\n  title: string\n  titles: string[]\n  text?: string\n}\n\nconst vitePressData = useData()\nconst { activate } = useFocusTrap(el, {\n  immediate: true,\n  allowOutsideClick: true,\n  clickOutsideDeactivates: true,\n  escapeDeactivates: true\n})\nconst { localeIndex, theme } = vitePressData\n\n/**\n * Fuzzy search toggle state.\n * - false: Exact phrase matching (default)\n * - true: Fuzzy matching with typo tolerance and multi-word queries\n * Persisted in localStorage for user preference across sessions.\n */\nconst isFuzzySearch = useLocalStorage('vitepress:local-search-fuzzy', false)\n\nconst searchIndex = computedAsync(async () =>\n  markRaw(\n    MiniSearch.loadJSON<Result>(\n      (await searchIndexData.value[localeIndex.value]?.())?.default,\n      {\n        fields: ['title', 'titles', 'text'],\n        storeFields: ['title', 'titles'],\n        tokenize: (text: string) =>\n          text.replace(/[\\u2060\\u200B]/g, '').split(/[^a-zA-Z0-9\\u00C0-\\u00FF-]+/).filter((t) => t),\n        searchOptions: {\n          fuzzy: false,\n          prefix: true,\n          boost: { title: 4, text: 2, titles: 1 },\n          ...(theme.value.search?.provider === 'local' &&\n            theme.value.search.options?.miniSearch?.searchOptions)\n        },\n        ...(theme.value.search?.provider === 'local' &&\n          theme.value.search.options?.miniSearch?.options)\n      }\n    )\n  )\n)\n\nconst disableQueryPersistence = computed(() => {\n  return (\n    theme.value.search?.provider === 'local' &&\n    theme.value.search.options?.disableQueryPersistence === true\n  )\n})\n\nconst filterText = disableQueryPersistence.value\n  ? ref('')\n  : useSessionStorage('vitepress:local-search-filter', '')\n\nconst showDetailedList = useLocalStorage(\n  'vitepress:local-search-detailed-list',\n  theme.value.search?.provider === 'local' &&\n    theme.value.search.options?.detailedView === true\n)\n\nconst disableDetailedView = computed(() => {\n  return (\n    theme.value.search?.provider === 'local' &&\n    (theme.value.search.options?.disableDetailedView === true ||\n      theme.value.search.options?.detailedView === false)\n  )\n})\n\nconst buttonText = computed(() => {\n  const options = theme.value.search?.options ?? theme.value.algolia\n\n  return (\n    options?.locales?.[localeIndex.value]?.translations?.button?.buttonText ||\n    options?.translations?.button?.buttonText ||\n    'Search'\n  )\n})\n\nwatchEffect(() => {\n  if (disableDetailedView.value) {\n    showDetailedList.value = false\n  }\n})\n\nconst results: Ref<(SearchResult & Result)[]> = shallowRef([])\n\nconst enableNoResults = ref(false)\n\nwatch(filterText, () => {\n  enableNoResults.value = false\n})\n\nconst mark = computedAsync(async () => {\n  if (!resultsEl.value) return\n  return markRaw(new Mark(resultsEl.value))\n}, null)\n\n// LRU cache for rendered excerpts (16 most recently viewed files)\nconst cache = new LRUCache<string, Map<string, string>>(16)\n\n/**\n * Main search handler - debounced to avoid excessive re-renders while typing.\n * Watches: search index, filter text, detail view toggle, and fuzzy search mode.\n */\ndebouncedWatch(\n  () => [searchIndex.value, filterText.value, showDetailedList.value, isFuzzySearch.value] as const,\n  async ([index, filterTextValue, showDetailedListValue, fuzzySearchValue], old, onCleanup) => {\n    if (old?.[0] !== index) {\n      // Clear cache on index change (e.g., locale switch or HMR update)\n      cache.clear()\n    }\n\n    let canceled = false\n    onCleanup(() => {\n      canceled = true\n    })\n\n    if (!index) return\n\n    /**\n     * Configure search options based on fuzzy mode.\n     * Fuzzy search splits multi-word queries and searches for:\n     * 1. All words present (AND) - matches \"PC Optimization Hub\"\n     * 2. Dashed version - matches \"PC-Optimization-Hub\"\n     * This allows flexible matching of space-separated or dash-separated content.\n     */\n    const searchOptions = {\n      fuzzy: isFuzzySearch.value ? 0.2 : false\n    }\n    let query: any = filterTextValue\n\n    if (isFuzzySearch.value) {\n      const parts = filterTextValue.split(/\\s+/).filter((p) => p)\n      if (parts.length > 0) {\n        const dashed = parts.join('-')\n        query = {\n          combineWith: 'OR',\n          queries: [\n            {\n              queries: parts,\n              combineWith: 'AND',\n              fuzzy: 0.2\n            },\n            {\n              queries: [dashed],\n              combineWith: 'AND',\n              fuzzy: 0.2\n            }\n          ]\n        }\n      }\n    }\n\n    /**\n     * Suffix Search / Substring Matching:\n     * If the user searches for a suffix (e.g. \"abolic\"), scan the index for terms\n     * containing that substring (e.g. \"parabolic\") and add them to the query.\n     * This mimics \"contains\" behavior which is missing in strict prefix search.\n     */\n    if (!isFuzzySearch.value && filterTextValue.length > 2) {\n      const candidateTerms: string[] = []\n      const miniSearch = index as any\n      if (miniSearch._index) {\n        const it = miniSearch._index.keys()\n        const match = filterTextValue.toLowerCase()\n        let result = it.next()\n        while (!result.done) {\n          const term = result.value\n          if (term.includes(match) && term !== match) {\n            candidateTerms.push(term)\n          }\n          result = it.next()\n        }\n      }\n\n      if (candidateTerms.length > 0) {\n        // In exact mode, use an explicit OR query.\n        // This ensures that if the original search term (\"arabolic\") returns no results\n        // due to prefix matching, the substring matches (\"Parabolic\") are still returned.\n        // A string query might default to AND depending on global config, which would fail here.\n        query = {\n          combineWith: 'OR',\n          queries: [\n            filterTextValue,\n            ...candidateTerms\n          ]\n        }\n      }\n    }\n\n    function findPageTitle(items: any[], path: string): string | null {\n      for (const item of items) {\n        if (item.link === path) return item.text\n        if (item.items) {\n          const found = findPageTitle(item.items, path)\n          if (found) return found\n        }\n      }\n      return null\n    }\n\n    const rawResults = index\n      .search(query, searchOptions)\n      .slice(0, 16) as (SearchResult & Result)[]\n\n    results.value = rawResults.map((r) => {\n      const [id] = r.id.split('#')\n      const cleanPath = '/' + id.replace(/\\.html$/, '').replace(/^\\//, '')\n      const pageTitle = findPageTitle(Array.isArray(sidebar) ? sidebar : [], cleanPath)\n      const titles = [...r.titles]\n      \n      if (pageTitle && !titles.includes(pageTitle) && r.title !== pageTitle) {\n        titles.unshift(pageTitle)\n      }\n\n      return { ...r, titles }\n    })\n\n    enableNoResults.value = true\n\n    // Fetch and process excerpts for detailed view highlighting\n    const mods = showDetailedListValue\n      ? await Promise.all(results.value.map((r) => fetchExcerpt(r.id)))\n      : []\n    if (canceled) return\n\n    await processExcerpts(mods, vitePressData, () => canceled)\n    if (canceled) return\n\n    const terms = new Set<string>()\n\n    results.value = results.value.map((r) => {\n      const [id, anchor] = r.id.split('#')\n      const map = cache.get(id)\n      const text = map?.get(anchor) ?? ''\n      \n      if (isFuzzySearch.value) {\n        for (const term in r.match) {\n          terms.add(term)\n        }\n      }\n      return { ...r, text }\n    })\n\n    if (!isFuzzySearch.value) {\n      // Only highlight search term if results exist to avoid highlighting \"No results\" message\n      if (results.value.length > 0) {\n        terms.add(filterTextValue)\n      }\n      results.value = filterResults(results.value, filterTextValue)\n    }\n\n    await nextTick()\n    if (canceled) return\n\n    await new Promise((r) => {\n      mark.value?.unmark({\n        done: () => {\n          mark.value?.markRegExp(formMarkRegex(terms), { done: r })\n        }\n      })\n    })\n\n    /**\n     * Custom feature: Merge nearby highlights in fuzzy mode.\n     * Combines individual word highlights that are close together (< 20px apart)\n     * into single continuous highlights, reducing navigation tedium.\n     */\n    if (isFuzzySearch.value) {\n      await mergeNearbyMarks()\n    }\n\n    const excerpts = Array.from(el.value?.querySelectorAll('.result .excerpt') ?? []) as HTMLElement[]\n    for (const excerpt of excerpts) {\n      const mark = excerpt.querySelector('mark[data-markjs=\"true\"]') as HTMLElement | null\n      if (mark) {\n        const markTop = mark.offsetTop\n        const markHeight = mark.offsetHeight\n        const excerptHeight = excerpt.clientHeight\n        \n        excerpt.scrollTop = markTop - excerptHeight / 2 + markHeight / 2\n      }\n    }\n    \n    /**\n     * Custom feature: Initialize match navigation state.\n     * Collects all highlight marks in each result for prev/next navigation.\n     * Each result tracks its own array of marks and current position.\n     */\n    const newResultMarks = new Map<number, HTMLElement[]>()\n    const newCurrentMarkIndex = new Map<number, number>()\n    \n    results.value.forEach((_, index) => {\n      const item = el.value?.querySelector(`#localsearch-item-${index}`)\n      const marks = Array.from(item?.querySelectorAll('.excerpt mark[data-markjs=\"true\"]') ?? []) as HTMLElement[]\n      if (marks.length > 0) {\n        newResultMarks.set(index, marks)\n        newCurrentMarkIndex.set(index, 0)\n      }\n    })\n    resultMarks.value = newResultMarks\n    currentMarkIndex.value = newCurrentMarkIndex\n\n    // Reset scroll position to top\n    if (resultsEl.value) {\n      resultsEl.value.scrollTop = 0\n    }\n  },\n  { debounce: 200, immediate: true }\n)\n\n/* Custom Feature: Match Navigation State */\nconst resultMarks = shallowRef<Map<number, HTMLElement[]>>(new Map())\nconst currentMarkIndex = shallowRef<Map<number, number>>(new Map())\n\n/**\n * Merges adjacent highlight marks that are visually close together.\n * This reduces the number of navigation stops in fuzzy mode where\n * each individual word match would otherwise be a separate highlight.\n * \n * Merging criteria:\n * - Marks must be on the same line (within 5px vertical distance)\n * - Marks must be close horizontally (< 20px apart)\n */\nasync function mergeNearbyMarks() {\n  const excerpts = Array.from(el.value?.querySelectorAll('.result .excerpt') ?? [])\n  \n  for (const excerpt of excerpts) {\n    const marks = Array.from(excerpt.querySelectorAll('mark[data-markjs=\"true\"]')) as HTMLElement[]\n    if (marks.length <= 1) continue\n    \n    // Process marks to merge those within 20 characters of each other\n    let i = 0\n    while (i < marks.length - 1) {\n      const currentMark = marks[i]\n      const nextMark = marks[i + 1]\n\n      // Ensure they are siblings to safely merge\n      if (currentMark.parentNode !== nextMark.parentNode) {\n        i++\n        continue\n      }\n      \n      // Calculate distance between marks\n      const currentEnd = currentMark.offsetLeft + currentMark.offsetWidth\n      const nextStart = nextMark.offsetLeft\n      const distance = nextStart - currentEnd\n      \n      // Also check if they're on the same line (similar offsetTop)\n      const onSameLine = Math.abs(currentMark.offsetTop - nextMark.offsetTop) < 5\n      \n      // Merge if they're close (within 20px) and on the same line\n      if (distance >= 0 && distance < 20 && onSameLine) {\n        // Collect text between and remove intermediate nodes\n        let textBetween = ''\n        let node = currentMark.nextSibling\n        \n        while (node && node !== nextMark) {\n          textBetween += node.textContent || ''\n          const next = node.nextSibling\n          node.parentNode?.removeChild(node)\n          node = next\n        }\n\n        const mergedText = currentMark.textContent + textBetween + nextMark.textContent\n        currentMark.textContent = mergedText\n        \n        // Remove the next mark\n        nextMark.remove()\n        marks.splice(i + 1, 1)\n      } else {\n        i++\n      }\n    }\n  }\n}\n\n/**\n * Custom feature: Navigate to the next highlighted match in the current result.\n * Cycles back to the first match when reaching the end.\n * Smoothly scrolls the excerpt to center the highlighted match.\n */\nfunction nextMatch(index: number) {\n  const marks = resultMarks.value.get(index)\n  let curr = currentMarkIndex.value.get(index) ?? 0\n  if (!marks) return\n\n  // Remove 'current' class from previous mark\n  marks[curr].classList.remove('current')\n\n  curr = (curr + 1) % marks.length\n  currentMarkIndex.value.set(index, curr)\n  triggerRef(currentMarkIndex)\n\n  // Add 'current' class to new mark\n  const newMark = marks[curr]\n  newMark.classList.add('current')\n  \n  const excerpt = newMark.closest('.excerpt')\n  if (excerpt) {\n    const markTop = newMark.offsetTop\n    const markHeight = newMark.offsetHeight\n    const excerptHeight = excerpt.clientHeight\n    \n    excerpt.scrollTo({\n      top: markTop - excerptHeight / 2 + markHeight / 2,\n      behavior: 'smooth'\n    })\n  }\n}\n\n/**\n * Custom feature: Navigate to the previous highlighted match in the current result.\n * Cycles to the last match when going before the first.\n * Smoothly scrolls the excerpt to center the highlighted match.\n */\nfunction prevMatch(index: number) {\n  const marks = resultMarks.value.get(index)\n  let curr = currentMarkIndex.value.get(index) ?? 0\n  if (!marks) return\n\n  // Remove 'current' class from previous mark\n  marks[curr].classList.remove('current')\n\n  curr = (curr - 1 + marks.length) % marks.length\n  currentMarkIndex.value.set(index, curr)\n  triggerRef(currentMarkIndex)\n\n  // Add 'current' class to new mark\n  const newMark = marks[curr]\n  newMark.classList.add('current')\n  \n  const excerpt = newMark.closest('.excerpt')\n  if (excerpt) {\n    const markTop = newMark.offsetTop\n    const markHeight = newMark.offsetHeight\n    const excerptHeight = excerpt.clientHeight\n    \n    excerpt.scrollTo({\n      top: markTop - excerptHeight / 2 + markHeight / 2,\n      behavior: 'smooth'\n    })\n  }\n}\n\nasync function fetchExcerpt(id: string) {\n  const file = pathToFile(id.slice(0, id.indexOf('#')))\n  try {\n    if (!file) throw new Error(`Cannot find file for id: ${id}`)\n    return { id, mod: await import(/*@vite-ignore*/ file) }\n  } catch (e) {\n    console.error(e)\n    return { id, mod: {} }\n  }\n}\n\nasync function processExcerpts(\n  mods: { id: string; mod: any }[],\n  vitePressData: any,\n  isCanceled: () => boolean\n) {\n  for (const { id, mod } of mods) {\n    if (isCanceled()) return\n    const mapId = id.slice(0, id.indexOf('#'))\n    let map = cache.get(mapId)\n    if (map) continue\n    map = new Map()\n    cache.set(mapId, map)\n    const comp = mod.default ?? mod\n    if (comp?.render || comp?.setup) {\n      const app = createApp(comp)\n      app.use(FloatingVue)\n      app.component('Tooltip', Tooltip)\n      app.config.warnHandler = () => {}\n      app.provide(dataSymbol, vitePressData)\n      Object.defineProperties(app.config.globalProperties, {\n        $frontmatter: {\n          get() {\n            return vitePressData.frontmatter.value\n          }\n        },\n        $params: {\n          get() {\n            return vitePressData.page.value.params\n          }\n        }\n      })\n      const div = document.createElement('div')\n      app.mount(div)\n      const headings = div.querySelectorAll('h1, h2, h3, h4, h5, h6')\n      headings.forEach((el) => {\n        const href = el.querySelector('a')?.getAttribute('href')\n        const anchor = href?.startsWith('#') && href.slice(1)\n        if (!anchor) return\n        let html = ''\n        while ((el = el.nextElementSibling!) && !/^h[1-6]$/i.test(el.tagName))\n          html += el.outerHTML\n        map!.set(anchor, html)\n      })\n      app.unmount()\n    }\n  }\n}\n\nfunction filterResults(results: (SearchResult & Result)[], filterTextValue: string) {\n  return results.filter((r) => {\n    const phrase = filterTextValue.toLowerCase()\n    const inText = r.text?.toLowerCase().includes(phrase)\n    const inTitle = r.title.toLowerCase().includes(phrase)\n    const inTitles = r.titles.some((t) => t.toLowerCase().includes(phrase))\n    return inText || inTitle || inTitles\n  })\n}\n\n/* Search input focus */\n\nconst searchInput = ref<HTMLInputElement>()\nconst disableReset = computed(() => {\n  return filterText.value?.length <= 0\n})\nfunction focusSearchInput(select = true) {\n  searchInput.value?.focus()\n  select && searchInput.value?.select()\n}\n\nonMounted(() => {\n  focusSearchInput()\n})\n\nfunction onSearchBarClick(event: PointerEvent) {\n  if (event.pointerType === 'mouse') {\n    focusSearchInput(false)\n  }\n}\n\n/* Search keyboard selection */\n\nconst selectedIndex = ref(-1)\nconst disableMouseOver = ref(true)\n\nwatch(results, (r) => {\n  selectedIndex.value = r.length ? 0 : -1\n  scrollToSelectedResult()\n})\n\nfunction scrollToSelectedResult() {\n  nextTick(() => {\n    const selectedEl = document.querySelector('.result.selected')\n    selectedEl?.scrollIntoView({ block: 'nearest' })\n  })\n}\n\nonKeyStroke('ArrowUp', (event) => {\n  event.preventDefault()\n\n  if (resultsEl.value && document.activeElement === resultsEl.value && selectedIndex.value === 0) {\n    selectedIndex.value = -1\n    searchInput.value?.focus()\n    return\n  }\n\n  if (resultsEl.value && document.activeElement === searchInput.value) {\n    resultsEl.value.focus()\n    // Fall through to wrap to bottom\n  }\n\n  selectedIndex.value--\n  if (selectedIndex.value < 0) {\n    selectedIndex.value = results.value.length - 1\n  }\n  disableMouseOver.value = true\n  scrollToSelectedResult()\n})\n\nonKeyStroke('ArrowDown', (event) => {\n  event.preventDefault()\n\n  if (resultsEl.value && document.activeElement === searchInput.value) {\n    resultsEl.value.focus()\n    // Fall through to select first item (from -1 to 0)\n  }\n\n  selectedIndex.value++\n  if (selectedIndex.value >= results.value.length) {\n    selectedIndex.value = 0\n  }\n  disableMouseOver.value = true\n  scrollToSelectedResult()\n})\n\nconst router = useRouter()\n\nonKeyStroke('Enter', (e) => {\n  if (e.isComposing) return\n\n  if (e.target instanceof HTMLButtonElement && e.target.type !== 'submit')\n    return\n\n  const selectedPackage = results.value[selectedIndex.value]\n  if (e.target instanceof HTMLInputElement && !selectedPackage) {\n    e.preventDefault()\n    return\n  }\n\n  if (selectedPackage) {\n    router.go(selectedPackage.id)\n    close()\n  }\n})\n\nonKeyStroke('Escape', () => {\n  close()\n})\n\n/**\n * Custom feature: Keyboard navigation for cycling through highlights.\n * Left/Right arrow keys navigate prev/next match within the selected result.\n * Only active when detailed view is enabled and matches exist.\n */\nonKeyStroke('ArrowLeft', (event) => {\n  // Navigate to previous match - only when viewing detailed excerpts with highlights\n  const targetIndex = selectedIndex.value === -1 ? 0 : selectedIndex.value\n  if (showDetailedList.value && (resultMarks.value.get(targetIndex)?.length ?? 0) > 0) {\n    if (document.activeElement === searchInput.value) {\n      // Only hijack if modifier is pressed\n      if (!event.altKey && !event.ctrlKey) return\n    }\n    event.preventDefault()\n    prevMatch(targetIndex)\n  }\n})\n\nonKeyStroke('ArrowRight', (event) => {\n  // Navigate to next match - only when viewing detailed excerpts with highlights\n  const targetIndex = selectedIndex.value === -1 ? 0 : selectedIndex.value\n  if (showDetailedList.value && (resultMarks.value.get(targetIndex)?.length ?? 0) > 0) {\n    if (document.activeElement === searchInput.value) {\n      if (event.shiftKey) return\n      if (event.altKey || event.ctrlKey) {\n        // Allow modifier to force nav\n      } else {\n        // Shortcut: If at end of input, go to next match AND focus results\n        const { selectionStart, selectionEnd, value } = searchInput.value!\n        if (selectionStart !== value.length || selectionEnd !== value.length) return\n        \n        // Use the target index (0) if we were at -1\n        if (selectedIndex.value === -1) selectedIndex.value = 0\n        resultsEl.value?.focus()\n      }\n    }\n    event.preventDefault()\n    nextMatch(targetIndex) // Use targetIndex as we might have just updated selectedIndex from -1 to 0 or kept valid index\n  }\n})\n\n// Translations\nconst defaultTranslations: { modal: ModalTranslations } = {\n  modal: {\n    displayDetails: 'Display detailed list',\n    resetButtonTitle: 'Reset search',\n    backButtonTitle: 'Close search',\n    noResultsText: 'No results for',\n    footer: {\n      selectText: 'to select',\n      selectKeyAriaLabel: 'enter',\n      navigateText: 'to navigate',\n      navigateUpKeyAriaLabel: 'up arrow',\n      navigateDownKeyAriaLabel: 'down arrow',\n      closeText: 'to close',\n      closeKeyAriaLabel: 'escape'\n    }\n  }\n}\n\nconst translate = createSearchTranslate(defaultTranslations)\n\n// Back\n\nonMounted(() => {\n  // Prevents going to previous site\n  window.history.pushState(null, '', null)\n})\n\nuseEventListener('popstate', (event) => {\n  event.preventDefault()\n  close()\n})\n\n/** Lock body */\nconst isLocked = useScrollLock(inBrowser ? document.body : null)\n\nonMounted(() => {\n  nextTick(() => {\n    isLocked.value = true\n    nextTick().then(() => activate())\n  })\n})\n\nonBeforeUnmount(() => {\n  isLocked.value = false\n})\n\nfunction resetSearch() {\n  filterText.value = ''\n  nextTick().then(() => focusSearchInput(false))\n}\n\nfunction handleInput(e: Event) {\n  filterText.value = (e.target as HTMLInputElement).value\n}\n\nfunction toggleFuzzySearch() {\n  isFuzzySearch.value = !isFuzzySearch.value\n}\n\nfunction formMarkRegex(terms: Set<string>) {\n  return new RegExp(\n    [...terms]\n      .sort((a, b) => b.length - a.length)\n      .map((term) => `(${escapeRegExp(term)})`)\n      .join('|'),\n    'gi'\n  )\n}\n\nfunction onMouseMove(e: MouseEvent) {\n  if (!disableMouseOver.value) return\n  const el = (e.target as HTMLElement)?.closest<HTMLElement>('.result-item')\n  const index = el?.dataset?.index ? Number.parseInt(el.dataset.index) : -1\n  if (index >= 0 && index !== selectedIndex.value) {\n    selectedIndex.value = index\n  }\n  disableMouseOver.value = false\n}\n</script>\n\n<template>\n  <Teleport to=\"body\">\n    <Transition name=\"vp-local-search\" appear :duration=\"200\" @after-leave=\"$emit('close')\">\n      <div\n        v-if=\"show\"\n        ref=\"el\"\n        role=\"button\"\n        :aria-owns=\"results?.length ? 'localsearch-list' : undefined\"\n        aria-expanded=\"true\"\n        aria-haspopup=\"listbox\"\n        aria-labelledby=\"localsearch-label\"\n        class=\"VPLocalSearchBox\"\n      >\n      <div class=\"backdrop\" @click=\"close\" />\n\n      <div class=\"shell\">\n        <form\n          class=\"search-bar\"\n          @pointerup=\"onSearchBarClick($event)\"\n          @submit.prevent=\"\"\n        >\n          <label\n            :title=\"buttonText\"\n            id=\"localsearch-label\"\n            for=\"localsearch-input\"\n          >\n            <span aria-hidden=\"true\" class=\"vpi-search search-icon local-search-icon\" />\n          </label>\n          <div class=\"search-actions before\">\n            <button\n              class=\"back-button\"\n              :title=\"translate('modal.backButtonTitle')\"\n              @click=\"close\"\n            >\n              <span class=\"vpi-arrow-left local-search-icon\" />\n            </button>\n          </div>\n          <input\n            ref=\"searchInput\"\n            :value=\"filterText\"\n            @input=\"handleInput\"\n            :aria-activedescendant=\"selectedIndex > -1 ? ('localsearch-item-' + selectedIndex) : undefined\"\n            aria-autocomplete=\"both\"\n            :aria-controls=\"results?.length ? 'localsearch-list' : undefined\"\n            aria-labelledby=\"localsearch-label\"\n            autocapitalize=\"off\"\n            autocomplete=\"off\"\n            autocorrect=\"off\"\n            class=\"search-input\"\n            id=\"localsearch-input\"\n            enterkeyhint=\"go\"\n            maxlength=\"64\"\n            :placeholder=\"buttonText\"\n            spellcheck=\"false\"\n            type=\"search\"\n          />\n          <div class=\"search-actions\">\n            <button\n              v-if=\"!disableDetailedView\"\n              class=\"toggle-layout-button\"\n              type=\"button\"\n              :class=\"{ 'detailed-list': showDetailedList }\"\n              :title=\"translate('modal.displayDetails')\"\n              @click=\"\n                selectedIndex > -1 && (showDetailedList = !showDetailedList)\n              \"\n            >\n              <span class=\"vpi-layout-list local-search-icon\" />\n            </button>\n\n            <button\n              class=\"toggle-fuzzy-button\"\n              type=\"button\"\n              :class=\"{ 'fuzzy-active': isFuzzySearch }\"\n              :title=\"isFuzzySearch ? 'Switch to Exact Search' : 'Switch to Fuzzy Search'\"\n              @click=\"toggleFuzzySearch\"\n            >\n              <span v-if=\"isFuzzySearch\" class=\"fuzzy-icon\">~</span>\n              <span v-else class=\"exact-icon\">=</span>\n            </button>\n\n            <button\n              class=\"clear-button\"\n              type=\"reset\"\n              :disabled=\"disableReset\"\n              :title=\"translate('modal.resetButtonTitle')\"\n              @click=\"resetSearch\"\n            >\n              <span class=\"vpi-delete local-search-icon\" />\n            </button>\n          </div>\n        </form>\n\n        <ul\n          ref=\"resultsEl\"\n          :id=\"results?.length ? 'localsearch-list' : undefined\"\n          :role=\"results?.length ? 'listbox' : undefined\"\n          :aria-labelledby=\"results?.length ? 'localsearch-label' : undefined\"\n          class=\"results\"\n          tabindex=\"-1\"\n          @mousemove=\"onMouseMove\"\n        >\n          <li\n            v-for=\"(p, index) in results\"\n            :key=\"p.id\"\n            :id=\"'localsearch-item-' + index\"\n            :aria-selected=\"selectedIndex === index ? 'true' : 'false'\"\n            role=\"option\"\n            class=\"result-item\"\n            :data-index=\"index\"\n          >\n            <a\n              :href=\"p.id\"\n              class=\"result\"\n              :class=\"{\n                selected: selectedIndex === index\n              }\"\n              :aria-label=\"[...p.titles, p.title].join(' > ')\"\n              @mouseenter=\"!disableMouseOver && (selectedIndex = index)\"\n              @focusin=\"selectedIndex = index\"\n              @click=\"close\"\n              :data-index=\"index\"\n            >\n              <div>\n                <div class=\"titles\">\n                  <span class=\"title-icon\">#</span>\n                  <span\n                    v-for=\"(t, index) in p.titles\"\n                    :key=\"index\"\n                    class=\"title\"\n                  >\n                    <span class=\"text\" v-html=\"t\" />\n                    <span class=\"vpi-chevron-right local-search-icon\" />\n                  </span>\n                  <span class=\"title main\">\n                    <span class=\"text\" v-html=\"p.title\" />\n                  </span>\n                </div>\n\n                <div v-if=\"showDetailedList\" class=\"excerpt-wrapper\">\n                  <div v-if=\"p.text\" class=\"excerpt\" inert>\n                    <div class=\"vp-doc\" v-html=\"p.text\" />\n                  </div>\n\n                  <div class=\"excerpt-gradient-bottom\" />\n                  <div class=\"excerpt-gradient-top\" />\n                </div>\n              </div>\n            </a>\n            <div\n              v-if=\"showDetailedList && (resultMarks.get(index)?.length ?? 0) > 1\"\n              class=\"excerpt-actions\"\n            >\n              <button type=\"button\" class=\"match-nav-button\" @click=\"prevMatch(index)\" title=\"Previous match\">\n                <span class=\"vpi-chevron-left navigate-icon\" />\n              </button>\n              <span class=\"match-count\">{{ (currentMarkIndex.get(index) ?? 0) + 1 }}/{{ resultMarks.get(index)?.length }}</span>\n              <button type=\"button\" class=\"match-nav-button\" @click=\"nextMatch(index)\" title=\"Next match\">\n                <span class=\"vpi-chevron-right navigate-icon\" />\n              </button>\n            </div>\n          </li>\n          <li\n            v-if=\"filterText && !results.length && enableNoResults\"\n            class=\"no-results\"\n          >\n            {{ translate('modal.noResultsText') }} \"{{ filterText }}\"\n          </li>\n        </ul>\n\n        <div class=\"search-keyboard-shortcuts\">\n          <span>\n            <kbd :aria-label=\"translate('modal.footer.navigateUpKeyAriaLabel')\">\n              <span class=\"vpi-arrow-up navigate-icon\" />\n            </kbd>\n            <kbd :aria-label=\"translate('modal.footer.navigateDownKeyAriaLabel')\">\n              <span class=\"vpi-arrow-down navigate-icon\" />\n            </kbd>\n            {{ translate('modal.footer.navigateText') }}\n          </span>\n          <span>\n            <kbd :aria-label=\"translate('modal.footer.selectKeyAriaLabel')\">\n              <span class=\"vpi-corner-down-left navigate-icon\" />\n            </kbd>\n            {{ translate('modal.footer.selectText') }}\n          </span>\n          <span v-if=\"showDetailedList\">\n            <kbd>\n              <span class=\"vpi-arrow-left navigate-icon\" />\n            </kbd>\n            <kbd>\n              <span class=\"vpi-arrow-right navigate-icon\" />\n            </kbd>\n            to cycle matches\n          </span>\n          <span>\n            <kbd :aria-label=\"translate('modal.footer.closeKeyAriaLabel')\">esc</kbd>\n            {{ translate('modal.footer.closeText') }}\n          </span>\n        </div>\n      </div>\n      </div>\n    </Transition>\n  </Teleport>\n</template>\n\n<style scoped>\n.VPLocalSearchBox {\n  position: fixed;\n  z-index: 100;\n  inset: 0;\n  display: flex;\n}\n.backdrop {\n  position: absolute;\n  inset: 0;\n  background: var(--vp-backdrop-bg-color);\n}\n\n.shell {\n  position: relative;\n  padding: 12px;\n  margin: 64px auto;\n  display: flex;\n  flex-direction: column;\n  gap: 16px;\n  background: var(--vp-local-search-bg);\n  width: min(100vw - 60px, 900px);\n  height: min-content;\n  max-height: min(100vh - 128px, 900px);\n  border-radius: 6px;\n}\n\n@media (max-width: 767px) {\n  .shell {\n    margin: 0;\n    width: 100vw;\n    height: 100vh;\n    max-height: none;\n    border-radius: 0;\n  }\n}\n\n.search-bar {\n  border: 1px solid var(--vp-c-divider);\n  border-radius: 4px;\n  display: flex;\n  align-items: center;\n  padding: 0 12px;\n  cursor: text;\n}\n\n@media (max-width: 767px) {\n  .search-bar {\n    padding: 0 8px;\n  }\n}\n\n.search-bar:focus-within {\n  border-color: var(--vp-c-brand-1);\n}\n\n.local-search-icon {\n  display: block;\n  font-size: 18px;\n}\n\n.navigate-icon {\n  display: block;\n  font-size: 14px;\n}\n\n.search-icon {\n  margin: 8px;\n}\n\n@media (max-width: 767px) {\n  .search-icon {\n    display: none;\n  }\n}\n\n.search-input {\n  padding: 6px 12px;\n  font-size: inherit;\n  width: 100%;\n}\n\n/* Custom Feature: Match navigation controls overlay */\n.result-item {\n  position: relative;\n}\n\n.excerpt-actions {\n  position: absolute;\n  /* (12px margin + 2px border + 5px spacing) */\n  bottom: 19px;\n  right: 19px;\n  z-index: 2000;\n  cursor: default;\n  display: flex;\n  align-items: center;\n  gap: 4px;\n  background-color: var(--vp-c-bg);\n  border: 1px solid var(--vp-c-divider);\n  border-radius: 4px;\n  padding: 2px 4px;\n  box-shadow: var(--vp-shadow-1);\n}\n\n@media (max-width: 767px) {\n  .excerpt-actions {\n    /* (8px margin + 2px border + 5px spacing) */\n    bottom: 15px;\n    right: 15px;\n  }\n}\n\n.match-nav-button {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 20px;\n  height: 20px;\n  border-radius: 2px;\n  color: var(--vp-c-text-2);\n  transition: color 0.2s, background-color 0.2s;\n  cursor: pointer;\n}\n\n.match-nav-button:hover {\n  color: var(--vp-c-text-1);\n  background-color: var(--vp-c-bg-soft);\n}\n\n.match-count {\n  font-size: 11px;\n  font-family: var(--vp-font-family-mono);\n  color: var(--vp-c-text-2);\n  user-select: none;\n  min-width: 24px;\n  text-align: center;\n}\n\n@media (max-width: 767px) {\n  .search-input {\n    padding: 6px 4px;\n  }\n}\n\n.search-actions {\n  display: flex;\n  gap: 4px;\n}\n\n@media (any-pointer: coarse) {\n  .search-actions {\n    gap: 8px;\n  }\n}\n\n@media (min-width: 769px) {\n  .search-actions.before {\n    display: none;\n  }\n}\n\n.search-actions button {\n  padding: 8px;\n}\n\n.search-actions button:not([disabled]):hover,\n.toggle-layout-button.detailed-list {\n  color: var(--vp-c-brand-1);\n}\n\n.search-actions button.clear-button:disabled {\n  opacity: 0.37;\n}\n\n/* Custom Feature: Fuzzy search toggle button */\n.toggle-fuzzy-button {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 32px;\n  height: 32px;\n  font-size: 16px;\n  font-weight: bold;\n  border-radius: 4px;\n  transition: all 0.2s;\n}\n\n.toggle-fuzzy-button .fuzzy-icon,\n.toggle-fuzzy-button .exact-icon {\n  font-size: 18px;\n  font-weight: bold;\n  line-height: 1;\n}\n\n.toggle-fuzzy-button:hover {\n  background: var(--vp-c-bg-soft);\n}\n\n.toggle-fuzzy-button.fuzzy-active {\n  color: var(--vp-c-brand-1);\n  background: var(--vp-c-bg-soft);\n}\n\n.search-keyboard-shortcuts {\n  font-size: 0.8rem;\n  opacity: 75%;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 16px;\n  line-height: 14px;\n}\n\n.search-keyboard-shortcuts span {\n  display: flex;\n  align-items: center;\n  gap: 4px;\n}\n\n@media (max-width: 767px) {\n  .search-keyboard-shortcuts {\n    display: none;\n  }\n}\n\n.search-keyboard-shortcuts kbd {\n  background: rgba(128, 128, 128, 0.1);\n  border-radius: 4px;\n  padding: 3px 6px;\n  min-width: 24px;\n  display: inline-block;\n  text-align: center;\n  vertical-align: middle;\n  border: 1px solid rgba(128, 128, 128, 0.15);\n  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);\n}\n\n.results {\n  display: flex;\n  flex-direction: column;\n  outline: none;\n  gap: 6px;\n  overflow-x: hidden;\n  overflow-y: auto;\n  overscroll-behavior: contain;\n}\n\n.result {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  border-radius: 4px;\n  transition: none;\n  line-height: 1rem;\n  border: solid 2px var(--vp-local-search-result-border);\n  outline: none;\n}\n\n.result > div {\n  margin: 12px;\n  width: 100%;\n  overflow: hidden;\n}\n\n@media (max-width: 767px) {\n  .result > div {\n    margin: 8px;\n  }\n}\n\n.titles {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  gap: 4px;\n  position: relative;\n  z-index: 1001;\n  padding: 2px 0;\n}\n\n.title {\n  display: flex;\n  align-items: center;\n  gap: 4px;\n}\n\n\n\n.title-icon + .title .text {\n  font-weight: 600;\n  border-bottom: 1px solid var(--vp-c-brand-1);\n}\n\n.title.main {\n  font-weight: 500;\n}\n\n.title-icon {\n  opacity: 0.5;\n  font-weight: 500;\n  color: var(--vp-c-brand-1);\n}\n\n.title svg {\n  opacity: 0.5;\n}\n\n.result.selected {\n  --vp-local-search-result-bg: var(--vp-local-search-result-selected-bg);\n  border-color: var(--vp-local-search-result-selected-border);\n}\n\n.excerpt-wrapper {\n  position: relative;\n}\n\n.excerpt {\n  pointer-events: none;\n  max-height: 140px;\n  overflow: hidden;\n  position: relative;\n  margin-top: 4px;\n}\n\n@media (hover: hover) {\n  .excerpt {\n    opacity: 0.5;\n  }\n}\n\n.result.selected .excerpt {\n  opacity: 1;\n}\n\n.excerpt :deep(*) {\n  font-size: 0.8rem !important;\n  line-height: 130% !important;\n}\n\n/* Ensure excerpt content is visible and correctly styled */\n.excerpt :deep(*) {\n  font-size: 0.8rem !important;\n  line-height: 130% !important;\n}\n\n.excerpt :deep(li) {\n  display: list-item !important;\n}\n\n/* Highlight styles - default state */\n.titles :deep(mark),\n.excerpt :deep(mark) {\n  background-color: var(--vp-local-search-highlight-bg);\n  color: var(--vp-local-search-highlight-text);\n  border-radius: 2px;\n  padding: 0 1px;\n  transition: background-color 0.2s;\n}\n\n/* Custom Feature: Currently focused highlight (during navigation) */\n.excerpt :deep(mark.current) {\n  background-color: var(--vp-c-yellow-3);\n  color: #000;\n  font-weight: bold;\n}\n\n.excerpt :deep(.vp-code-group) .tabs {\n  display: none;\n}\n\n.excerpt :deep(.vp-code-group) div[class*='language-'] {\n  border-radius: 8px !important;\n}\n\n.excerpt-gradient-bottom {\n  position: absolute;\n  bottom: -1px;\n  left: 0;\n  width: 100%;\n  height: 8px;\n  background: linear-gradient(transparent, var(--vp-local-search-result-bg));\n  z-index: 1000;\n}\n\n.excerpt-gradient-top {\n  position: absolute;\n  top: -1px;\n  left: 0;\n  width: 100%;\n  height: 8px;\n  background: linear-gradient(var(--vp-local-search-result-bg), transparent);\n  z-index: 1000;\n}\n\n.result.selected .titles,\n.result.selected .title-icon {\n  color: var(--vp-c-brand-1) !important;\n}\n\n.no-results {\n  font-size: 0.9rem;\n  text-align: center;\n  padding: 12px;\n}\n\nsvg {\n  flex: none;\n}\n\n@keyframes vp-backdrop-enter {\n  from { opacity: 0; }\n  to { opacity: 1; }\n}\n\n.vp-local-search-enter-active .backdrop {\n  animation: vp-backdrop-enter 0.2s ease-out both;\n}\n\n.vp-local-search-leave-active {\n  animation: vp-backdrop-enter 0.2s ease-in reverse both;\n}\n</style>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/VPNav.vue",
    "content": "<script setup lang=\"ts\">\nimport { useData } from 'vitepress'\nimport { inBrowser } from 'vitepress'\nimport { computed, provide, watchEffect, ref, watch, onMounted } from 'vue'\nimport { useNav } from 'vitepress/dist/client/theme-default/composables/nav'\nimport VPNavBar from 'vitepress/dist/client/theme-default/components/VPNavBar.vue'\nimport VPNavScreen from 'vitepress/dist/client/theme-default/components/VPNavScreen.vue'\nimport { useWindowScroll, useWindowSize } from '@vueuse/core'\n\nconst { isScreenOpen, closeScreen, toggleScreen } = useNav()\nconst { frontmatter } = useData()\n\nconst hasNavbar = computed(() => {\n  return frontmatter.value.navbar !== false\n})\n\nprovide('close-screen', closeScreen)\n\nwatchEffect(() => {\n  if (inBrowser) {\n    document.documentElement.classList.toggle('hide-nav', !hasNavbar.value)\n  }\n})\n\n// Scroll logic for mobile sticky header\nconst { y } = useWindowScroll()\nconst { width } = useWindowSize()\nconst isHidden = ref(false)\n\nconst updateMobileNavClass = (hidden: boolean) => {\n    if (!inBrowser) return\n    if (hidden) {\n        document.documentElement.classList.remove('vp-nav-shown-mobile')\n    } else {\n        document.documentElement.classList.add('vp-nav-shown-mobile')\n    }\n}\n\nwatch(y, (newY, oldY) => {\n  if (!inBrowser) return\n  \n  // If at top, show\n  if (newY <= 0) {\n    isHidden.value = false\n    updateMobileNavClass(false)\n    return\n  }\n  \n  // Only apply on mobile (< 960px usually)\n  if (width.value < 960) {\n    if (newY > oldY) {\n      // Scrolling down -> hide\n      isHidden.value = true\n      updateMobileNavClass(true)\n    } else {\n      // Scrolling up -> show\n      isHidden.value = false\n      updateMobileNavClass(false)\n    }\n  } else {\n     isHidden.value = false\n     updateMobileNavClass(false)\n  }\n})\n\nonMounted(() => {\n    updateMobileNavClass(isHidden.value)\n})\n\n// Watch width to reset if resizing to desktop\nwatch(width, (newWidth) => {\n    if(newWidth >= 960) {\n        isHidden.value = false\n        updateMobileNavClass(false)\n    }\n})\n\n</script>\n\n<template>\n  <!-- Spacer to prevent content jump when header is fixed on mobile -->\n  <div v-if=\"hasNavbar\" class=\"vp-nav-spacer\"></div>\n\n  <header v-if=\"hasNavbar\" class=\"VPNav\" :class=\"{ 'nav-hidden': isHidden }\">\n    <VPNavBar :is-screen-open=\"isScreenOpen\" @toggle-screen=\"toggleScreen\">\n      <template #nav-bar-title-before><slot name=\"nav-bar-title-before\" /></template>\n      <template #nav-bar-title-after><slot name=\"nav-bar-title-after\" /></template>\n      <template #nav-bar-content-before><slot name=\"nav-bar-content-before\" /></template>\n      <template #nav-bar-content-after><slot name=\"nav-bar-content-after\" /></template>\n    </VPNavBar>\n    <VPNavScreen :open=\"isScreenOpen\">\n      <template #nav-screen-content-before><slot name=\"nav-screen-content-before\" /></template>\n      <template #nav-screen-content-after><slot name=\"nav-screen-content-after\" /></template>\n    </VPNavScreen>\n  </header>\n</template>\n\n<style scoped>\n.VPNav {\n  position: relative;\n  top: var(--vp-layout-top-height, 0px);\n  left: 0;\n  z-index: var(--vp-z-index-nav);\n  width: 100%;\n  pointer-events: none;\n  transition: background-color 0.5s, transform 0.25s ease-in-out;\n}\n\n@media (min-width: 960px) {\n  .VPNav {\n    position: fixed;\n  }\n}\n\n/* Mobile adjustments */\n@media (max-width: 959px) {\n  .VPNav {\n    position: fixed; /* Fix header on mobile */\n  }\n  \n  .VPNav.nav-hidden {\n    transform: translateY(-100%); /* Hide on scroll down */\n  }\n\n  .vp-nav-spacer {\n    display: block;\n    height: var(--vp-nav-height);\n  }\n}\n\n@media (min-width: 960px) {\n    .vp-nav-spacer {\n        display: none;\n    }\n}\n\n/* Ensure Nav Screen is visible above everything else when open */\n:deep(.VPNav.screen-open) {\n    z-index: var(--vp-z-index-nav) !important;\n}\n/* When screen is open, disable the hide transform so it doesn't fly away if they scroll */\n:global(.VPNav:has(.VPNavScreen[style*=\"display: block\"])) { \n    transform: none !important;\n}\n</style>\n\n<style>\n/* Global override for VPLocalNav on mobile to respect nav visibility */\n@media (max-width: 959px) {\n  :root.vp-nav-shown-mobile .VPLocalNav {\n    top: var(--vp-nav-height) !important;\n  }\n  .VPLocalNav {\n    transition: top 0.25s ease-in-out !important;\n  }\n}\n</style>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/WallpaperCard.vue",
    "content": "<script setup lang=\"ts\">\ndefineProps<{\n  title: string\n  description: string\n  mobile: string\n  desktop: string\n}>()\n</script>\n\n<template>\n  <div class=\"bg-bg-elv text-text w-full max-w-md rounded-lg border shadow-sm\">\n    <div class=\"flex flex-col space-y-1.5 p-6 pb-4\">\n      <h4\n        class=\"whitespace-nowrap text-2xl font-semibold leading-none tracking-tight\"\n      >\n        {{ title }}\n      </h4>\n      <p class=\"text-text-2 text-sm font-medium leading-none tracking-tight\">\n        {{ description }}\n      </p>\n    </div>\n    <div class=\"p-6\">\n      <img\n        :src=\"desktop\"\n        :alt=\"title\"\n        class=\"aspect-[3/2] rounded-md object-cover\"\n        width=\"1080\"\n        height=\"1920\"\n      />\n    </div>\n    <div class=\"flex items-center gap-2 p-6\">\n      <a :href=\"mobile\" target=\"_blank\">Mobile</a>\n      <span class=\"text-text-2\">•</span>\n      <a :href=\"desktop\" target=\"_blank\">Desktop</a>\n    </div>\n  </div>\n</template>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/startpage/Bookmarks.vue",
    "content": "<script setup lang=\"ts\">\nimport {\n  DialogClose,\n  DialogContent,\n  DialogDescription,\n  DialogOverlay,\n  DialogPortal,\n  DialogRoot,\n  DialogTitle,\n  DialogTrigger\n} from 'reka-ui'\nimport { useRouter } from 'vitepress'\nimport { onMounted, onUnmounted, ref, watch } from 'vue'\n\nconst router = useRouter()\n\nexport type BookmarkType = {\n  name: string\n  chord: string\n  url: string\n  icon?: string // e.g. 'i-logos:github'\n  color?: string\n  isCustom?: boolean // Track if it's a custom bookmark\n  customSvg?: string // Store custom SVG icon\n}\n\nconst props = defineProps<{ isInputGloballyFocused: boolean }>()\n\nconst currentChordInput = ref('')\nconst activePossibleChords = ref<BookmarkType[]>([])\nconst customBookmarks = ref<BookmarkType[]>([])\nconst allBookmarks = ref<BookmarkType[]>([])\n\n// Dialog states\nconst isAddDialogOpen = ref(false)\nconst isEditDialogOpen = ref(false)\nconst isDeleteDialogOpen = ref(false)\n\n// Form states\nconst formData = ref<BookmarkType>({\n  name: '',\n  chord: '',\n  url: '',\n  icon: '',\n  color: '',\n  isCustom: true,\n  customSvg: ''\n})\n\nconst editingBookmark = ref<BookmarkType | null>(null)\nconst deletingBookmark = ref<BookmarkType | null>(null)\n\nlet chordTimeout: NodeJS.Timeout | null = null\n\nconst initialBookmarksData: BookmarkType[] = [\n  {\n    name: 'Hacker News',\n    chord: 'HN',\n    url: 'https://news.ycombinator.com/',\n    icon: 'i-logos:ycombinator'\n  },\n  {\n    name: 'GitHub',\n    chord: 'GH',\n    url: 'https://github.com/',\n    icon: 'i-simple-icons:github'\n  },\n  {\n    name: 'Reddit',\n    chord: 'RD',\n    url: 'https://reddit.com/',\n    icon: 'i-logos:reddit-icon'\n  },\n  {\n    name: 'Twitter',\n    chord: 'TW',\n    url: 'https://twitter.com/',\n    icon: 'i-logos:twitter'\n  },\n  {\n    name: 'YouTube',\n    chord: 'YT',\n    url: 'https://youtube.com/',\n    icon: 'i-logos:youtube-icon'\n  },\n  {\n    name: 'Wikipedia',\n    chord: 'WK',\n    url: 'https://wikipedia.org/',\n    icon: 'i-simple-icons:wikipedia'\n  },\n  {\n    name: \"Beginner's Guide\",\n    chord: 'BG',\n    url: '/beginners-guide',\n    icon: 'i-lucide:book-open-text'\n  },\n  {\n    name: 'Wotaku',\n    chord: 'WT',\n    url: 'https://wotaku.wiki/',\n    icon: 'i-twemoji:flag-japan'\n  },\n  {\n    name: 'privateersclub',\n    chord: 'PC',\n    url: 'https://megathread.pages.dev/',\n    icon: 'i-custom:privateersclub'\n  }\n]\n\n// Load custom bookmarks from localStorage\nconst loadCustomBookmarks = () => {\n  try {\n    const stored = localStorage.getItem('customBookmarks')\n    if (stored) {\n      customBookmarks.value = JSON.parse(stored)\n    }\n  } catch (error) {\n    console.error('Error loading custom bookmarks:', error)\n  }\n}\n\n// Save custom bookmarks to localStorage\nconst saveCustomBookmarks = () => {\n  try {\n    localStorage.setItem(\n      'customBookmarks',\n      JSON.stringify(customBookmarks.value)\n    )\n  } catch (error) {\n    console.error('Error saving custom bookmarks:', error)\n  }\n}\n\n// Update all bookmarks when custom bookmarks change\nconst updateAllBookmarks = () => {\n  allBookmarks.value = [...initialBookmarksData, ...customBookmarks.value]\n}\n\n// Watch for changes in custom bookmarks\nwatch(\n  customBookmarks,\n  () => {\n    updateAllBookmarks()\n    saveCustomBookmarks()\n  },\n  { deep: true }\n)\n\nconst resetChord = () => {\n  currentChordInput.value = ''\n  activePossibleChords.value = []\n  if (chordTimeout) clearTimeout(chordTimeout)\n  chordTimeout = null\n}\n\nconst handleBookmarkClick = (bookmark: BookmarkType) => {\n  if (bookmark.url.startsWith('/')) {\n    router.go(bookmark.url)\n  } else {\n    window.open(bookmark.url, '_self')\n  }\n}\n\n// Form validation\nconst isFormValid = () => {\n  return (\n    formData.value.name.trim() &&\n    formData.value.chord.trim() &&\n    formData.value.url.trim() &&\n    !isChordTaken(formData.value.chord, editingBookmark.value?.chord)\n  )\n}\n\nconst isChordTaken = (chord: string, excludeChord?: string) => {\n  return allBookmarks.value.some(\n    (b) =>\n      b.chord.toUpperCase() === chord.toUpperCase() && b.chord !== excludeChord\n  )\n}\n\n// Reset form\nconst resetForm = () => {\n  formData.value = {\n    name: '',\n    chord: '',\n    url: '',\n    icon: '',\n    color: '',\n    isCustom: true,\n    customSvg: ''\n  }\n}\n\n// Add bookmark\nconst handleAddBookmark = () => {\n  if (!isFormValid()) return\n\n  const newBookmark: BookmarkType = {\n    ...formData.value,\n    chord: formData.value.chord.toUpperCase(),\n    isCustom: true\n  }\n\n  // If no icon and no custom SVG, use default website icon\n  if (!newBookmark.icon && !newBookmark.customSvg) {\n    newBookmark.icon = 'i-lucide:globe'\n  }\n\n  customBookmarks.value.push(newBookmark)\n  isAddDialogOpen.value = false\n  resetForm()\n}\n\n// Edit bookmark\nconst openEditDialog = (bookmark: BookmarkType) => {\n  editingBookmark.value = bookmark\n  formData.value = { ...bookmark }\n  isEditDialogOpen.value = true\n}\n\nconst handleEditBookmark = () => {\n  if (!isFormValid() || !editingBookmark.value) return\n\n  const index = customBookmarks.value.findIndex(\n    (b) => b === editingBookmark.value\n  )\n  if (index !== -1) {\n    customBookmarks.value[index] = {\n      ...formData.value,\n      chord: formData.value.chord.toUpperCase(),\n      isCustom: true\n    }\n\n    // If no icon and no custom SVG, use default website icon\n    if (\n      !customBookmarks.value[index].icon &&\n      !customBookmarks.value[index].customSvg\n    ) {\n      customBookmarks.value[index].icon = 'i-lucide:globe'\n    }\n  }\n\n  isEditDialogOpen.value = false\n  editingBookmark.value = null\n  resetForm()\n}\n\n// Delete bookmark\nconst openDeleteDialog = (bookmark: BookmarkType) => {\n  deletingBookmark.value = bookmark\n  isDeleteDialogOpen.value = true\n}\n\nconst handleDeleteBookmark = () => {\n  if (!deletingBookmark.value) return\n\n  const index = customBookmarks.value.findIndex(\n    (b) => b === deletingBookmark.value\n  )\n  if (index !== -1) {\n    customBookmarks.value.splice(index, 1)\n  }\n\n  isDeleteDialogOpen.value = false\n  deletingBookmark.value = null\n}\n\n// Handle SVG input\nconst handleSvgInput = (event: Event) => {\n  const target = event.target as HTMLTextAreaElement\n  formData.value.customSvg = target.value\n}\n\nconst handleKeyDown = (e: KeyboardEvent) => {\n  if (\n    props.isInputGloballyFocused ||\n    e.altKey ||\n    e.metaKey ||\n    e.ctrlKey ||\n    e.shiftKey\n  )\n    return\n\n  const active = document.activeElement as HTMLElement | null\n  if (\n    active?.tagName === 'INPUT' ||\n    active?.tagName === 'TEXTAREA' ||\n    active?.isContentEditable\n  )\n    return\n\n  const key = e.key.toUpperCase()\n  if (chordTimeout) clearTimeout(chordTimeout)\n\n  if (!currentChordInput.value) {\n    const matches = allBookmarks.value.filter((b) => b.chord.startsWith(key))\n    if (matches.length) {\n      e.preventDefault()\n      currentChordInput.value = key\n      activePossibleChords.value = matches\n      chordTimeout = setTimeout(resetChord, 2000)\n    }\n  } else {\n    const next = currentChordInput.value + key\n    const match = activePossibleChords.value.find((b) => b.chord === next)\n    if (match) {\n      if (match.url.startsWith('/')) {\n        router.go(match.url)\n      } else {\n        window.open(match.url, '_self')\n      }\n      resetChord()\n    } else {\n      const filtered = allBookmarks.value.filter((b) =>\n        b.chord.startsWith(next)\n      )\n      if (filtered.length) {\n        currentChordInput.value = next\n        activePossibleChords.value = filtered\n        chordTimeout = setTimeout(resetChord, 2000)\n      } else {\n        resetChord()\n      }\n    }\n  }\n}\n\nonMounted(() => {\n  loadCustomBookmarks()\n  updateAllBookmarks()\n  document.addEventListener('keydown', handleKeyDown)\n})\n\nonUnmounted(() => {\n  document.removeEventListener('keydown', handleKeyDown)\n  if (chordTimeout) clearTimeout(chordTimeout)\n})\n</script>\n\n<template>\n  <div class=\"space-y-4\">\n    <div class=\"flex items-center justify-between\">\n      <div class=\"flex items-center gap-2 text-text-2\">\n        <i class=\"i-lucide:bookmark w-5 h-5\" />\n        <h2 class=\"text-xl\">Bookmarks</h2>\n      </div>\n      <div class=\"flex items-center gap-2\">\n        <div\n          v-if=\"currentChordInput\"\n          class=\"px-3 py-1 rounded-md text-sm font-medium bg-yellow-200/20 text-yellow-600\"\n        >\n          Chord: {{ currentChordInput }}...\n        </div>\n\n        <!-- Add Bookmark Button -->\n        <DialogRoot v-model:open=\"isAddDialogOpen\">\n          <DialogTrigger as-child>\n            <button\n              class=\"flex items-center gap-2 px-3 py-1.5 rounded-md text-sm font-medium bg-bg-alt text-white hover:opacity-80 transition-opacity\"\n            >\n              <i class=\"i-lucide:plus w-4 h-4\" />\n              Add Bookmark\n            </button>\n          </DialogTrigger>\n\n          <DialogPortal>\n            <DialogOverlay class=\"fixed inset-0 bg-black/50 z-50\" />\n            <DialogContent\n              description=\"Add New Bookmark\"\n              class=\"fixed top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 bg-bg border border-div rounded-lg p-6 w-full max-w-md z-50 max-h-[90vh] overflow-y-auto\"\n            >\n              <DialogTitle class=\"text-lg font-semibold text-text mb-4\">\n                Add New Bookmark\n              </DialogTitle>\n              <DialogDescription class=\"text-text-2 mb-6\">\n                Add a new bookmark\n              </DialogDescription>\n              <form @submit.prevent=\"handleAddBookmark\" class=\"space-y-4\">\n                <div>\n                  <label class=\"block text-sm font-medium text-text-2 mb-1\">\n                    Name\n                  </label>\n                  <input\n                    v-model=\"formData.name\"\n                    type=\"text\"\n                    required\n                    class=\"w-full px-3 py-2 border border-div rounded-md bg-bg-alt text-text focus:border-primary outline-none\"\n                    placeholder=\"Bookmark name\"\n                  />\n                </div>\n\n                <div>\n                  <label class=\"block text-sm font-medium text-text-2 mb-1\">\n                    Chord (2 letters)\n                  </label>\n                  <input\n                    v-model=\"formData.chord\"\n                    type=\"text\"\n                    required\n                    maxlength=\"2\"\n                    class=\"w-full px-3 py-2 border border-div rounded-md bg-bg-alt text-text focus:border-primary outline-none uppercase\"\n                    placeholder=\"AB\"\n                    @input=\"\n                      (e) =>\n                        (formData.chord = (\n                          e.target as HTMLInputElement\n                        ).value.toUpperCase())\n                    \"\n                  />\n                  <p\n                    v-if=\"isChordTaken(formData.chord)\"\n                    class=\"text-red-500 text-xs mt-1\"\n                  >\n                    This chord is already taken\n                  </p>\n                </div>\n\n                <div>\n                  <label class=\"block text-sm font-medium text-text-2 mb-1\">\n                    URL\n                  </label>\n                  <input\n                    v-model=\"formData.url\"\n                    type=\"url\"\n                    required\n                    class=\"w-full px-3 py-2 border border-div rounded-md bg-bg-alt text-text focus:border-primary outline-none\"\n                    placeholder=\"https://example.com\"\n                  />\n                </div>\n\n                <div>\n                  <label class=\"block text-sm font-medium text-text-2 mb-1\">\n                    Icon (UnoCSS class)\n                  </label>\n                  <input\n                    v-model=\"formData.icon\"\n                    type=\"text\"\n                    class=\"w-full px-3 py-2 border border-div rounded-md bg-bg-alt text-text focus:border-primary outline-none\"\n                    placeholder=\"i-lucide:globe (optional)\"\n                  />\n                </div>\n\n                <div>\n                  <label class=\"block text-sm font-medium text-text-2 mb-1\">\n                    Custom SVG Icon\n                  </label>\n                  <textarea\n                    v-model=\"formData.customSvg\"\n                    class=\"w-full px-3 py-2 border border-div rounded-md bg-bg-alt text-text focus:border-primary outline-none h-20 resize-none\"\n                    placeholder=\"Paste SVG code here (optional)\"\n                  />\n                  <p class=\"text-xs text-text-2 mt-1\">\n                    If provided, this will override the icon class\n                  </p>\n                </div>\n\n                <div>\n                  <label class=\"block text-sm font-medium text-text-2 mb-1\">\n                    Color\n                  </label>\n                  <input\n                    v-model=\"formData.color\"\n                    type=\"text\"\n                    class=\"w-full px-3 py-2 border border-div rounded-md bg-bg-alt text-text focus:border-primary outline-none\"\n                    placeholder=\"#3B82F6 (optional)\"\n                  />\n                </div>\n\n                <div class=\"flex gap-3 pt-4\">\n                  <button\n                    type=\"submit\"\n                    :disabled=\"!isFormValid()\"\n                    class=\"flex-1 bg-primary text-white py-2 px-4 rounded-md font-medium hover:opacity-80 disabled:opacity-50 disabled:cursor-not-allowed transition-opacity\"\n                  >\n                    Add Bookmark\n                  </button>\n                  <DialogClose as-child>\n                    <button\n                      type=\"button\"\n                      class=\"flex-1 bg-bg-alt text-text py-2 px-4 rounded-md font-medium border border-div hover:bg-bg-elv transition-colors\"\n                    >\n                      Cancel\n                    </button>\n                  </DialogClose>\n                </div>\n              </form>\n            </DialogContent>\n          </DialogPortal>\n        </DialogRoot>\n      </div>\n    </div>\n\n    <div\n      class=\"grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-5 xl:grid-cols-6 gap-2\"\n    >\n      <div\n        v-for=\"bookmark in allBookmarks\"\n        :key=\"bookmark.name\"\n        class=\"relative group\"\n      >\n        <button\n          :class=\"[\n            'w-full rounded-md border border-div bg-bg-alt px-3 py-2 text-left transition-opacity duration-150',\n            activePossibleChords.some((ab) => ab.chord === bookmark.chord)\n              ? bookmark.chord === currentChordInput\n                ? 'opacity-100 ring-2 ring-primary ring-offset-2 ring-offset-bg'\n                : 'opacity-75'\n              : currentChordInput\n                ? 'opacity-30'\n                : 'opacity-100'\n          ]\"\n          @click=\"handleBookmarkClick(bookmark)\"\n        >\n          <div\n            class=\"flex flex-col sm:flex-row sm:items-center sm:justify-between gap-1 sm:gap-3 w-full\"\n          >\n            <div class=\"flex items-center gap-2 truncate\">\n              <!-- Custom SVG Icon -->\n              <div\n                v-if=\"bookmark.customSvg\"\n                class=\"shrink-0 w-4 h-4\"\n                v-html=\"bookmark.customSvg\"\n              />\n              <!-- Regular Icon -->\n              <i\n                v-else-if=\"bookmark.icon\"\n                :class=\"`shrink-0 w-4 h-4 ${bookmark.icon}`\"\n                :style=\"bookmark.color ? { color: bookmark.color } : {}\"\n              />\n              <!-- Fallback Icon -->\n              <i v-else class=\"shrink-0 w-4 h-4 i-lucide:globe\" />\n\n              <span class=\"truncate font-medium\">{{ bookmark.name }}</span>\n            </div>\n            <div class=\"hidden sm:flex text-xs items-center gap-1 text-text-2\">\n              <kbd\n                v-for=\"(char, i) in bookmark.chord.split('')\"\n                :key=\"i\"\n                class=\"bg-bg border border-div px-1 py-0.5 rounded text-sm font-semibold\"\n              >\n                {{ char }}\n              </kbd>\n            </div>\n          </div>\n        </button>\n\n        <!-- Edit/Delete buttons for custom bookmarks -->\n        <div\n          v-if=\"bookmark.isCustom\"\n          class=\"absolute top-1 right-1 opacity-0 group-hover:opacity-100 transition-opacity flex gap-1\"\n        >\n          <button\n            @click.stop=\"openEditDialog(bookmark)\"\n            class=\"p-1 bg-bg-elv border border-div rounded hover:bg-bg-alt transition-colors\"\n            title=\"Edit bookmark\"\n          >\n            <i class=\"i-lucide:edit-2 w-3 h-3 text-text-2\" />\n          </button>\n          <button\n            @click.stop=\"openDeleteDialog(bookmark)\"\n            class=\"p-1 bg-bg-elv border border-div rounded hover:bg-red-100 hover:text-red-600 transition-colors\"\n            title=\"Delete bookmark\"\n          >\n            <i class=\"i-lucide:trash-2 w-3 h-3 text-text-2\" />\n          </button>\n        </div>\n      </div>\n    </div>\n\n    <!-- Edit Dialog -->\n    <DialogRoot v-model:open=\"isEditDialogOpen\">\n      <DialogPortal>\n        <DialogOverlay class=\"fixed inset-0 bg-black/50 z-50\" />\n        <DialogContent\n          class=\"fixed top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 bg-bg border border-div rounded-lg p-6 w-full max-w-md z-50 max-h-[90vh] overflow-y-auto\"\n        >\n          <DialogTitle class=\"text-lg font-semibold text-text mb-4\">\n            Edit Bookmark\n          </DialogTitle>\n          <DialogDescription class=\"text-text-2 mb-6\">\n            Editing \"{{ editingBookmark?.name }}\"\n          </DialogDescription>\n          <form @submit.prevent=\"handleEditBookmark\" class=\"space-y-4\">\n            <div>\n              <label class=\"block text-sm font-medium text-text-2 mb-1\">\n                Name\n              </label>\n              <input\n                v-model=\"formData.name\"\n                type=\"text\"\n                required\n                class=\"w-full px-3 py-2 border border-div rounded-md bg-bg-alt text-text focus:border-primary outline-none\"\n                placeholder=\"Bookmark name\"\n              />\n            </div>\n\n            <div>\n              <label class=\"block text-sm font-medium text-text-2 mb-1\">\n                Chord (2 letters)\n              </label>\n              <input\n                v-model=\"formData.chord\"\n                type=\"text\"\n                required\n                maxlength=\"2\"\n                class=\"w-full px-3 py-2 border border-div rounded-md bg-bg-alt text-text focus:border-primary outline-none uppercase\"\n                placeholder=\"AB\"\n                @input=\"\n                  (e) =>\n                    (formData.chord = (\n                      e.target as HTMLInputElement\n                    ).value.toUpperCase())\n                \"\n              />\n              <p\n                v-if=\"isChordTaken(formData.chord, editingBookmark?.chord)\"\n                class=\"text-red-500 text-xs mt-1\"\n              >\n                This chord is already taken\n              </p>\n            </div>\n\n            <div>\n              <label class=\"block text-sm font-medium text-text-2 mb-1\">\n                URL\n              </label>\n              <input\n                v-model=\"formData.url\"\n                type=\"url\"\n                required\n                class=\"w-full px-3 py-2 border border-div rounded-md bg-bg-alt text-text focus:border-primary outline-none\"\n                placeholder=\"https://example.com\"\n              />\n            </div>\n\n            <div>\n              <label class=\"block text-sm font-medium text-text-2 mb-1\">\n                Icon (UnoCSS class)\n              </label>\n              <input\n                v-model=\"formData.icon\"\n                type=\"text\"\n                class=\"w-full px-3 py-2 border border-div rounded-md bg-bg-alt text-text focus:border-primary outline-none\"\n                placeholder=\"i-lucide:globe (optional)\"\n              />\n            </div>\n\n            <div>\n              <label class=\"block text-sm font-medium text-text-2 mb-1\">\n                Custom SVG Icon\n              </label>\n              <textarea\n                v-model=\"formData.customSvg\"\n                class=\"w-full px-3 py-2 border border-div rounded-md bg-bg-alt text-text focus:border-primary outline-none h-20 resize-none\"\n                placeholder=\"Paste SVG code here (optional)\"\n              />\n              <p class=\"text-xs text-text-2 mt-1\">\n                If provided, this will override the icon class\n              </p>\n            </div>\n\n            <div>\n              <label class=\"block text-sm font-medium text-text-2 mb-1\">\n                Color\n              </label>\n              <input\n                v-model=\"formData.color\"\n                type=\"text\"\n                class=\"w-full px-3 py-2 border border-div rounded-md bg-bg-alt text-text focus:border-primary outline-none\"\n                placeholder=\"#3B82F6 (optional)\"\n              />\n            </div>\n\n            <div class=\"flex gap-3 pt-4\">\n              <button\n                type=\"submit\"\n                :disabled=\"!isFormValid()\"\n                class=\"flex-1 bg-primary text-white py-2 px-4 rounded-md font-medium hover:opacity-80 disabled:opacity-50 disabled:cursor-not-allowed transition-opacity\"\n              >\n                Save Changes\n              </button>\n              <DialogClose as-child>\n                <button\n                  type=\"button\"\n                  class=\"flex-1 bg-bg-alt text-text py-2 px-4 rounded-md font-medium border border-div hover:bg-bg-elv transition-colors\"\n                >\n                  Cancel\n                </button>\n              </DialogClose>\n            </div>\n          </form>\n        </DialogContent>\n      </DialogPortal>\n    </DialogRoot>\n\n    <!-- Delete Confirmation Dialog -->\n    <DialogRoot v-model:open=\"isDeleteDialogOpen\">\n      <DialogPortal>\n        <DialogOverlay class=\"fixed inset-0 bg-black/50 z-50\" />\n        <DialogContent\n          class=\"fixed top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 bg-bg border border-div rounded-lg p-6 w-full max-w-md z-50\"\n        >\n          <DialogTitle class=\"text-lg font-semibold text-text mb-2\">\n            Delete Bookmark\n          </DialogTitle>\n          <DialogDescription class=\"text-text-2 mb-6\">\n            Are you sure you want to delete \"{{ deletingBookmark?.name }}\"? This\n            action cannot be undone.\n          </DialogDescription>\n\n          <div class=\"flex gap-3\">\n            <button\n              @click=\"handleDeleteBookmark\"\n              class=\"flex-1 bg-red-600 text-white py-2 px-4 rounded-md font-medium hover:bg-red-700 transition-colors\"\n            >\n              Delete\n            </button>\n            <DialogClose as-child>\n              <button\n                type=\"button\"\n                class=\"flex-1 bg-bg-alt text-text py-2 px-4 rounded-md font-medium border border-div hover:bg-bg-elv transition-colors\"\n              >\n                Cancel\n              </button>\n            </DialogClose>\n          </div>\n        </DialogContent>\n      </DialogPortal>\n    </DialogRoot>\n  </div>\n</template>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/startpage/Clock.vue",
    "content": "<template>\n  <div class=\"text-6xl font-bold text-text\">\n    {{ timeString }}\n  </div>\n</template>\n\n<script setup lang=\"ts\">\nimport { onMounted, onUnmounted, ref } from 'vue'\n\nconst time = ref<Date | null>(null)\n\nfunction updateTime() {\n  time.value = new Date()\n}\n\nonMounted(() => {\n  updateTime()\n  const interval = setInterval(updateTime, 1000)\n  onUnmounted(() => clearInterval(interval))\n})\n\nconst timeString = computed(() => {\n  if (!time.value) return '--:--:--'\n  const h = String(time.value.getHours()).padStart(2, '0')\n  const m = String(time.value.getMinutes()).padStart(2, '0')\n  const s = String(time.value.getSeconds()).padStart(2, '0')\n  return `${h}:${m}:${s}`\n})\n</script>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/startpage/SearchBar.vue",
    "content": "<script setup lang=\"ts\">\nimport { onMounted, onUnmounted, ref } from 'vue'\nimport Clock from './Clock.vue'\n\nexport interface PlatformType {\n  name: string\n  key: string\n  url: string\n  icon?: string\n  color?: string\n}\n\nconst props = defineProps<{\n  onFocusChange: (focused: boolean) => void\n  initialQuery?: string\n}>()\n\nconst platforms: PlatformType[] = [\n  {\n    name: 'SearXNG',\n    key: 'a',\n    url: 'https://searx.fmhy.net/search?q=',\n    icon: 'i-simple-icons:searxng'\n  },\n  {\n    name: 'ChatGPT',\n    key: 's',\n    url: 'https://chat.openai.com/?q=',\n    icon: 'i-simple-icons:openai'\n  },\n  {\n    name: 'Claude',\n    key: 'd',\n    url: 'https://claude.ai/chat/',\n    icon: 'i-logos:claude-icon'\n  },\n  {\n    name: 'Perplexity',\n    key: 'f',\n    url: 'https://www.perplexity.ai/search?q=',\n    icon: 'i-logos:perplexity-icon'\n  }\n]\n\nconst inputRef = ref<HTMLInputElement | null>(null)\nconst query = ref(props.initialQuery ?? '')\nconst isInputFocused = ref(false)\nconst showShortcuts = ref(false)\n\nfunction handleInputFocus() {\n  isInputFocused.value = true\n  props.onFocusChange(true)\n}\n\nfunction handleInputBlur() {\n  isInputFocused.value = false\n  props.onFocusChange(false)\n}\n\nfunction handleSubmit() {\n  if (!query.value.trim()) return\n  const google = platforms.find((p) => p.name === 'SearX') || platforms[0]\n  if (google)\n    window.open(google.url + encodeURIComponent(query.value.trim()), '_self')\n}\n\nfunction handlePlatformClick(platform: PlatformType) {\n  if (!query.value.trim()) return\n  window.open(platform.url + encodeURIComponent(query.value.trim()), '_self')\n}\n\nfunction platformClass() {\n  const base =\n    'widget-card group relative widget-button rounded-md bg-bg-elv p-2 border transition-transform'\n  const disabled = !query.value.trim()\n  const highlight = showShortcuts.value && isInputFocused.value\n  return [\n    base,\n    disabled ? 'opacity-60 cursor-not-allowed' : 'cursor-pointer',\n    highlight ? 'border-2 border-primary scale-105' : 'border-div'\n  ].join(' ')\n}\n\nonMounted(() => {\n  const handleKeyDown = (e: KeyboardEvent) => {\n    const active = document.activeElement\n    const isSearchFocused = inputRef.value === active\n\n    if (e.key === '/' && !isSearchFocused) {\n      const typingInInput =\n        active &&\n        (active.tagName === 'INPUT' ||\n          active.tagName === 'TEXTAREA' ||\n          (active instanceof HTMLElement && active.isContentEditable))\n      if (!typingInInput) {\n        e.preventDefault()\n        inputRef.value?.focus()\n      }\n      return\n    }\n\n    if (isInputFocused.value && e.altKey) {\n      const key = e.key.toLowerCase()\n      let platform = platforms.find((p) => p.key === key)\n\n      if (!platform && e.code.startsWith('Key') && e.code.length === 4) {\n        const codeKey = e.code.slice(3).toLowerCase()\n        platform = platforms.find((p) => p.key === codeKey)\n      }\n\n      if (platform && query.value.trim()) {\n        e.preventDefault()\n        window.open(\n          platform.url + encodeURIComponent(query.value.trim()),\n          '_self'\n        )\n      }\n    }\n\n    if (e.altKey) showShortcuts.value = true\n  }\n\n  const handleKeyUp = (e: KeyboardEvent) => {\n    if (!e.altKey) showShortcuts.value = false\n  }\n\n  window.addEventListener('keydown', handleKeyDown)\n  window.addEventListener('keyup', handleKeyUp)\n\n  onUnmounted(() => {\n    window.removeEventListener('keydown', handleKeyDown)\n    window.removeEventListener('keyup', handleKeyUp)\n  })\n})\n</script>\n\n<template>\n  <div class=\"flex flex-col items-start w-full space-y-4 antialiased\">\n    <Clock />\n\n    <form @submit.prevent=\"handleSubmit\" class=\"relative w-full\">\n      <div class=\"relative\">\n        <i\n          class=\"i-lucide-search absolute left-3 top-1/2 -translate-y-1/2 w-5 h-5 text-text-2\"\n        />\n        <input\n          ref=\"inputRef\"\n          v-model=\"query\"\n          @focus=\"handleInputFocus\"\n          @blur=\"handleInputBlur\"\n          placeholder=\"What would you like to search for?\"\n          class=\"w-full pl-10 pr-3 py-3 text-lg rounded-md shadow-sm transition-colors bg-bg-elv text-text border-2 outline-none border-div hover:border-primary\"\n        />\n      </div>\n    </form>\n\n    <div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-5 gap-4 w-full\">\n      <button\n        v-for=\"platform in platforms\"\n        :key=\"platform.name\"\n        :disabled=\"!query.trim()\"\n        @click=\"handlePlatformClick(platform)\"\n        :class=\"platformClass()\"\n        :style=\"platform.color ? { borderColor: platform.color } : {}\"\n      >\n        <div class=\"flex items-center gap-2\">\n          <i\n            v-if=\"platform.icon\"\n            :class=\"`w-5 h-5 ${platform.icon}`\"\n            :style=\"platform.color ? { color: platform.color } : {}\"\n          />\n          <div class=\"text-left flex-grow\">\n            <h3 class=\"font-semibold truncate\">{{ platform.name }}</h3>\n          </div>\n          <div\n            class=\"hidden sm:flex items-center gap-1 text-xs ml-auto text-white\"\n          >\n            <kbd\n              class=\"bg-bg border border-div px-1 py-0.5 rounded text-sm font-semibold\"\n            >\n              Alt\n            </kbd>\n            <span class=\"text-white font-semibold\">+</span>\n            <kbd\n              class=\"bg-bg border border-div px-1 py-0.5 rounded text-sm font-semibold\"\n            >\n              {{ platform.key.toUpperCase() }}\n            </kbd>\n          </div>\n        </div>\n      </button>\n    </div>\n  </div>\n</template>\n"
  },
  {
    "path": "docs/.vitepress/theme/components/startpage/Startpage.vue",
    "content": "<script setup lang=\"ts\">\nimport Bookmarks from './Bookmarks.vue'\nimport Searchbar from './SearchBar.vue'\n\nconst isFocused = ref(false)\nconst handleFocusChange = (focused: boolean) => {\n  isFocused.value = focused\n}\n</script>\n\n<template>\n  <div class=\"min-h-screen flex pt-48 justify-center p-4 transition-colors\">\n    <div class=\"w-full max-w-7xl space-y-8\">\n      <Searchbar @focus-change=\"handleFocusChange\" />\n      <Bookmarks :is-input-globally-focused=\"isFocused\" />\n\n      <div class=\"hidden sm:block space-y-2 text-sm text-text-2\">\n        <p>\n          Press\n          <kbd class=\"kbd\">/</kbd>\n          anywhere to focus the search box\n        </p>\n        <p>\n          Use\n          <kbd class=\"kbd\">Alt + a/s/d/f</kbd>\n          to search different platforms\n        </p>\n        <p>\n          Type bookmark chords (like\n          <kbd class=\"kbd px-1.5 py-0.5\">H</kbd>\n          <kbd class=\"kbd px-1.5 py-0.5\">N</kbd>\n          for Hacker News) when search is not focused\n        </p>\n        <p>\n          Press\n          <kbd class=\"kbd\">Enter</kbd>\n          to search SearXNG (hosted by us) by default\n        </p>\n      </div>\n    </div>\n  </div>\n</template>\n\n<style>\nkbd {\n  --uno: px-1.5 py-0.5 rounded-sm font-sans font-semibold text-xs bg-bg-alt\n    text-text-2 border-2 border-div nowrap;\n}\n</style>\n"
  },
  {
    "path": "docs/.vitepress/theme/composables/nprogress.ts",
    "content": "import type { NProgress } from 'nprogress'\nimport type { EnhanceAppContext } from 'vitepress'\nimport nprogress from 'nprogress'\n\n/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nexport function loadProgress(\n  router: EnhanceAppContext['router']\n): NProgress | undefined {\n  if (typeof window === 'undefined') return\n\n  setTimeout(() => {\n    nprogress.configure({ showSpinner: false })\n\n    const cacheBeforeRouteChange = router.onBeforeRouteChange\n    const cacheAfterRouteChange = router.onAfterRouteChanged\n    router.onBeforeRouteChange = (to) => {\n      nprogress.start()\n      cacheBeforeRouteChange?.(to)\n    }\n    router.onAfterRouteChanged = (to) => {\n      nprogress.done()\n      cacheAfterRouteChange?.(to)\n    }\n  })\n\n  return nprogress\n}\n"
  },
  {
    "path": "docs/.vitepress/theme/index.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { Theme } from 'vitepress'\nimport Components from '@fmhy/components'\nimport DefaultTheme from 'vitepress/theme'\nimport { loadProgress } from './composables/nprogress'\nimport { useThemeHandler } from './themes/themeHandler'\nimport Layout from './Layout.vue'\nimport Post from './PostLayout.vue'\nimport './style.scss'\nimport 'virtual:uno.css'\nimport Feedback from './components/Feedback.vue'\nimport FloatingVue from 'floating-vue'\nimport 'floating-vue/dist/style.css'\nimport Tooltip from './components/Tooltip.vue'\n\nexport default {\n  extends: DefaultTheme,\n  Layout,\n  enhanceApp({ router, app }) {\n    app.use(FloatingVue)\n    app.use(Components)\n    app.component('Post', Post)\n    app.component('Feedback', Feedback)\n    app.component('Tooltip', Tooltip)\n    loadProgress(router)\n\n    if (typeof window !== 'undefined') {\n      const originalBefore = router.onBeforeRouteChange\n      const originalAfter = router.onAfterRouteChanged\n\n      router.onBeforeRouteChange = (to) => {\n        try {\n          // Force scroll-behavior: auto (instant) when changing pages (path),\n          // preventing the \"scroll to top\" animation.\n          // Smooth scrolling is preserved for same-page hash/anchor changes.\n          const targetUrl = new URL(to, window.location.href)\n          if (targetUrl.pathname !== window.location.pathname) {\n            document.documentElement.style.scrollBehavior = 'auto'\n          }\n        } catch (e) {\n          // Fallback if URL parsing fails\n        }\n        originalBefore?.(to)\n      }\n\n      router.onAfterRouteChanged = (to) => {\n        originalAfter?.(to)\n        // Re-enable smooth scrolling shortly after navigation completes\n        setTimeout(() => {\n          document.documentElement.style.scrollBehavior = 'smooth'\n        }, 1)\n      }\n    }\n\n    // Initialize theme handler\n    useThemeHandler()\n  }\n} satisfies Theme\n"
  },
  {
    "path": "docs/.vitepress/theme/posts.data.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { ContentData } from 'vitepress'\nimport { createContentLoader } from 'vitepress'\nimport { groupBy } from '../utils'\n\ninterface Post {\n  title: string\n  url: string\n  date: string\n}\n\ntype Dictionary = ReturnType<typeof createContentLoader>\n\ndeclare const data: Dictionary\nexport { data }\n\nfunction transformRawPosts(rawPosts: ContentData[]): Record<string, Post[]> {\n  const posts: Post[] = rawPosts\n    .map(({ url, frontmatter }) => ({\n      title: frontmatter.title,\n      url,\n      date: (frontmatter.date as Date).toISOString().slice(0, 10)\n    }))\n    .sort((a, b) => b.date.localeCompare(a.date))\n\n  return groupBy(posts, (post) => post.date.slice(0, 4))\n}\n\nexport default createContentLoader('posts/*.md', {\n  includeSrc: true,\n  transform: (raw) => transformRawPosts(raw)\n})\n"
  },
  {
    "path": "docs/.vitepress/theme/style.scss",
    "content": "body {\n  transition: background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);\n}\n\n:root {\n  scroll-behavior: smooth;\n  /* Colors: Brand */\n  --vp-c-brand-1: theme('colors.swarm.500');\n  --vp-c-brand-2: theme('colors.swarm.600');\n  --vp-c-brand-3: theme('colors.swarm.800');\n  --vp-c-brand-soft: theme('colors.swarm.400');\n\n  /* Colors: Button */\n  --vp-button-brand-bg: var(--vp-c-brand-1);\n  --vp-button-brand-border: var(--vp-c-brand-soft);\n  --vp-button-brand-text: rgba(42, 40, 47);\n  --vp-button-brand-hover-border: var(--vp-c-brand-soft);\n  --vp-button-brand-hover-text: rgba(42, 40, 47);\n  --vp-button-brand-hover-bg: var(--vp-c-brand-soft);\n  --vp-button-brand-active-border: var(--vp-c-brand-soft);\n  --vp-button-brand-active-text: rgba(42, 40, 47);\n  --vp-button-brand-active-bg: var(--vp-button-brand-bg);\n  --vp-button-alt-bg: #484848;\n  --vp-button-alt-text: #f0eeee;\n  --vp-button-alt-hover-bg: #484848;\n  --vp-button-alt-hover-text: #f0eeee;\n\n  --vp-c-bg-elv: rgba(255, 255, 255, 0.7);\n  --vp-c-bg-mark: rgb(232, 232, 232);\n\n  /* Colors: Custom Block */\n  /** Info */\n  --vp-custom-block-info-bg: theme('colors.swarm.100');\n  --vp-custom-block-info-border: theme('colors.swarm.800');\n  --vp-custom-block-info-text: theme('colors.swarm.800');\n  --vp-custom-block-info-text-deep: theme('colors.swarm.900');\n  /** Tip */\n  --vp-custom-block-tip-bg: theme('colors.meadow.100');\n  --vp-custom-block-tip-border: theme('colors.meadow.800');\n  --vp-custom-block-tip-text: theme('colors.meadow.800');\n  --vp-custom-block-tip-text-deep: theme('colors.meadow.900');\n  /** Warning */\n  --vp-custom-block-warning-bg: theme('colors.merlin.100');\n  --vp-custom-block-warning-border: theme('colors.merlin.800');\n  --vp-custom-block-warning-text: theme('colors.merlin.800');\n  --vp-custom-block-warning-text-deep: theme('colors.merlin.900');\n  /** Danger */\n  --vp-custom-block-danger-bg: theme('colors.carnation.100');\n  --vp-custom-block-danger-border: theme('colors.carnation.800');\n  --vp-custom-block-danger-text: theme('colors.carnation.800');\n  --vp-custom-block-danger-text-deep: theme('colors.carnation.900');\n}\n\n.dark {\n  /* Colors: Brand */\n  --vp-c-brand-1: theme('colors.swarm.400');\n  --vp-c-brand-2: theme('colors.swarm.500');\n  --vp-c-brand-3: theme('colors.swarm.700');\n  --vp-c-brand-soft: theme('colors.swarm.300');\n\n  /* Colors: Background */\n  --vp-c-bg: rgb(26, 26, 26);\n  --vp-c-bg-alt: rgb(23, 23, 23);\n  --vp-c-bg-elv: rgba(23, 23, 23, 0.8);\n\n  /* Colors: Custom Block */\n  /** Info */\n  --vp-custom-block-info-bg: theme('colors.swarm.950');\n  --vp-custom-block-info-border: theme('colors.swarm.800');\n  --vp-custom-block-info-text: theme('colors.swarm.200');\n  --vp-custom-block-info-text-deep: theme('colors.swarm.200');\n  /** Tip */\n  --vp-custom-block-tip-bg: theme('colors.meadow.950');\n  --vp-custom-block-tip-border: theme('colors.meadow.800');\n  --vp-custom-block-tip-text: theme('colors.meadow.200');\n  --vp-custom-block-tip-text-deep: theme('colors.meadow.200');\n  /** Warning */\n  --vp-custom-block-warning-bg: theme('colors.merlin.950');\n  --vp-custom-block-warning-border: theme('colors.merlin.800');\n  --vp-custom-block-warning-text: theme('colors.merlin.200');\n  --vp-custom-block-warning-text-deep: theme('colors.merlin.200');\n  /** Danger */\n  --vp-custom-block-danger-bg: theme('colors.carnation.950');\n  --vp-custom-block-danger-border: theme('colors.carnation.800');\n  --vp-custom-block-danger-text: theme('colors.carnation.200');\n  --vp-custom-block-danger-text-deep: theme('colors.carnation.200');\n}\n\n.monochrome {\n\n  [class*='i-'],\n  svg,\n  img:not(.VPImage) {\n    filter: grayscale(100%);\n  }\n\n  .switch,\n  .switch * {\n    filter: none;\n  }\n\n  .switch {\n    background-color: #000;\n    border-color: #5a5a5a;\n  }\n\n  .switch .thumb {\n    background-color: #fff !important;\n    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25), var(--vp-shadow-1);\n  }\n\n  .switch.enabled {\n    background-color: #fff;\n    border-color: #5a5a5a;\n  }\n\n  .switch.enabled .thumb {\n    background-color: #000 !important;\n    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25), var(--vp-shadow-1);\n  }\n}\n\n.vp-doc a {\n  color: var(--vp-c-brand-1);\n  text-decoration: underline;\n  text-underline-offset: 4px;\n  text-decoration-style: solid;\n  text-decoration-color: transparent;\n  -webkit-text-decoration-color: transparent;\n  transition: text-decoration-color 0.25s;\n\n  &:hover {\n    color: var(--vp-c-brand-1);\n    text-decoration-color: var(--vp-c-brand-1);\n    -webkit-text-decoration-color: var(--vp-c-brand-1);\n  }\n}\n\n.vp-doc .custom-block a {\n  text-decoration: underline;\n  text-underline-offset: 4px;\n  text-decoration-style: solid;\n}\n\n::selection {\n  background-color: #5586a6;\n\n  .dark & {\n    background-color: #0f2c47;\n  }\n}\n\n.VPFooter a {\n  text-decoration-line: underline;\n  text-decoration-style: dashed;\n  text-underline-offset: 5px;\n  transition: 0.3s;\n\n  &:hover {\n    color: var(--vp-c-text-1);\n    text-decoration-line: underline;\n    text-decoration-style: dashed;\n    text-underline-offset: 5px;\n  }\n}\n\n/* Custom scrollbar */\n.VPSidebar::-webkit-scrollbar {\n  block-size: 4px;\n  border-end-end-radius: 14px;\n  border-start-end-radius: 14px;\n  inline-size: 4px;\n}\n\n/**\n * Component: Home\n*/\n:root {\n  --vp-home-hero-name-color: transparent;\n  --vp-home-hero-name-background: -webkit-linear-gradient(120deg,\n      #c4b5fd 30%,\n      #7bc5e4);\n\n  --vp-home-hero-image-background-image: linear-gradient(-45deg,\n      #c4b5fd 50%,\n      #47caff 50%);\n  --vp-home-hero-image-filter: blur(44px);\n}\n\n@media (min-width: 640px) {\n  :root {\n    --vp-home-hero-image-filter: blur(56px);\n  }\n}\n\n@media (min-width: 960px) {\n  :root {\n    --vp-home-hero-image-filter: blur(68px);\n  }\n}\n\n.base64 {\n  min-width: 100%;\n  width: 0px;\n  white-space: pre-wrap;\n}\n\n/* Make clicks pass-through */\n#nprogress {\n  pointer-events: none;\n\n  & .bar {\n    background: var(--vp-c-brand-1);\n    position: fixed;\n    z-index: 1031;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 2px;\n  }\n\n  /* Fancy blur effect */\n  & .peg {\n    display: block;\n    position: absolute;\n    right: 0px;\n    width: 100px;\n    height: 100%;\n    box-shadow:\n      0 0 10px var(--vp-c-brand-1),\n      0 0 5px var(--vp-c-brand-1);\n    opacity: 1;\n\n    -webkit-transform: rotate(3deg) translate(0px, -4px);\n    -ms-transform: rotate(3deg) translate(0px, -4px);\n    transform: rotate(3deg) translate(0px, -4px);\n  }\n\n  & .spinner {\n    display: block;\n    position: fixed;\n    z-index: 1031;\n    top: 15px;\n    right: 15px;\n  }\n\n  & .spinner-icon {\n    width: 18px;\n    height: 18px;\n    box-sizing: border-box;\n\n    border: solid 2px transparent;\n    border-top-color: var(--vp-c-brand);\n    border-left-color: var(--vp-c-brand);\n    border-radius: 50%;\n\n    -webkit-animation: nprogress-spinner 400ms linear infinite;\n    animation: nprogress-spinner 400ms linear infinite;\n  }\n}\n\n.nprogress-custom-parent {\n  overflow: hidden;\n  position: relative;\n}\n\n.nprogress-custom-parent #nprogress .spinner,\n.nprogress-custom-parent #nprogress .bar {\n  position: absolute;\n}\n\n@-webkit-keyframes nprogress-spinner {\n  0% {\n    -webkit-transform: rotate(0deg);\n  }\n\n  100% {\n    -webkit-transform: rotate(360deg);\n  }\n}\n\n@keyframes nprogress-spinner {\n  0% {\n    transform: rotate(0deg);\n  }\n\n  100% {\n    transform: rotate(360deg);\n  }\n}\n\n#VPContent strong>a {\n  font-weight: bold;\n}\n\n.info.custom-block a {\n  color: var(--vp-custom-block-info-text);\n  font-weight: 500;\n  text-decoration: underline;\n  text-underline-offset: 2px;\n  transition: opacity 0.25s;\n}\n\n.info.custom-block a:hover {\n  opacity: 0.7;\n  color: var(--vp-custom-block-info-text-deep);\n}\n\n.note.custom-block a {\n  color: var(--vp-custom-block-info-text);\n  font-weight: 500;\n  text-decoration: underline;\n  text-underline-offset: 2px;\n  transition: opacity 0.25s;\n}\n\n.note.custom-block a:hover {\n  opacity: 0.7;\n  color: var(--vp-custom-block-note-text-deep);\n}\n\n.tip.custom-block a {\n  color: var(--vp-custom-block-tip-text);\n  font-weight: 500;\n  text-decoration: underline;\n  text-underline-offset: 2px;\n  transition: opacity 0.25s;\n}\n\n.tip.custom-block a:hover {\n  opacity: 0.7;\n  color: var(--vp-custom-block-tip-text-deep);\n}\n\n.warning.custom-block a {\n  color: var(--vp-custom-block-warning-text);\n  font-weight: 500;\n  text-decoration: underline;\n  text-underline-offset: 2px;\n  transition: opacity 0.25s;\n}\n\n.warning.custom-block a:hover {\n  opacity: 0.7;\n  color: var(--vp-custom-block-warning-text-deep);\n}\n\n.danger.custom-block a {\n  color: var(--vp-custom-block-danger-text);\n  font-weight: 500;\n  text-decoration: underline;\n  text-underline-offset: 2px;\n  transition: opacity 0.25s;\n}\n\n.danger.custom-block a:hover {\n  opacity: 0.7;\n  color: var(--vp-custom-block-danger-text-deep);\n}\n\n.info.custom-block {\n  --icon: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWluZm8iPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIi8+PHBhdGggZD0iTTEyIDE2di00Ii8+PHBhdGggZD0iTTEyIDhoLjAxIi8+PC9zdmc+');\n}\n\n.note.custom-block {\n  --icon: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWluZm8iPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIi8+PHBhdGggZD0iTTEyIDE2di00Ii8+PHBhdGggZD0iTTEyIDhoLjAxIi8+PC9zdmc+');\n}\n\n.tip.custom-block {\n  --icon: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWxpZ2h0YnVsYiI+PHBhdGggZD0iTTE1IDE0Yy4yLTEgLjctMS43IDEuNS0yLjUgMS0uOSAxLjUtMi4yIDEuNS0zLjVBNiA2IDAgMCAwIDYgOGMwIDEgLjIgMi4yIDEuNSAzLjUuNy43IDEuMyAxLjUgMS41IDIuNSIvPjxwYXRoIGQ9Ik05IDE4aDYiLz48cGF0aCBkPSJNMTAgMjJoNCIvPjwvc3ZnPg==');\n}\n\n.warning.custom-block {\n  --icon: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWFsZXJ0LXRyaWFuZ2xlIj48cGF0aCBkPSJtMjEuNzMgMTgtOC0xNGEyIDIgMCAwIDAtMy40OCAwbC04IDE0QTIgMiAwIDAgMCA0IDIxaDE2YTIgMiAwIDAgMCAxLjczLTNaIi8+PHBhdGggZD0iTTEyIDl2NCIvPjxwYXRoIGQ9Ik0xMiAxN2guMDEiLz48L3N2Zz4=');\n}\n\n.danger.custom-block {\n  --icon: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLXNrdWxsIj48Y2lyY2xlIGN4PSI5IiBjeT0iMTIiIHI9IjEiLz48Y2lyY2xlIGN4PSIxNSIgY3k9IjEyIiByPSIxIi8+PHBhdGggZD0iTTggMjB2Mmg4di0yIi8+PHBhdGggZD0ibTEyLjUgMTctLjUtMS0uNSAxaDF6Ii8+PHBhdGggZD0iTTE2IDIwYTIgMiAwIDAgMCAxLjU2LTMuMjUgOCA4IDAgMSAwLTExLjEyIDBBMiAyIDAgMCAwIDggMjAiLz48L3N2Zz4=');\n}\n\n.custom-block-title {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n}\n\n.custom-block-title::before {\n  content: '';\n  width: 16px;\n  height: 16px;\n  -webkit-mask: var(--icon) no-repeat;\n  mask: var(--icon) no-repeat;\n  -webkit-mask-size: 100% 100%;\n  mask-size: 100% 100%;\n  background-color: currentColor;\n  color: inherit;\n}\n\n/* Search modal blurred backdrop */\n.VPLocalSearchBox .backdrop {\n  backdrop-filter: blur(8px);\n  -webkit-backdrop-filter: blur(8px);\n}\n\n.dark .VPLocalSearchBox .backdrop {\n  background: rgba(0, 0, 0, 0.6);\n}\n\n/* Glassy Tooltips */\n.v-popper--theme-tooltip .v-popper__inner {\n  background: var(--vp-c-bg-elv) !important;\n  backdrop-filter: blur(2px);\n  -webkit-backdrop-filter: blur(2px);\n  border: 1px solid var(--vp-c-divider) !important;\n  color: var(--vp-c-text-1) !important;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;\n}\n\n.v-popper--theme-tooltip .v-popper__arrow {\n  display: none !important;\n}\n\n/* Global theme styles for the dropdown to ensure correct box appearance */\n.v-popper--theme-theme-selector .v-popper__inner {\n  background: var(--vp-c-bg-elv);\n  backdrop-filter: blur(12px);\n  -webkit-backdrop-filter: blur(12px);\n  border: 1px solid var(--vp-c-divider);\n  border-radius: 8px;\n  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);\n  padding: 6px;\n  color: var(--vp-c-text-1);\n}\n\n.dark .v-popper--theme-theme-selector .v-popper__inner {\n  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);\n}\n\n.v-popper--theme-theme-selector .v-popper__arrow {\n  display: none;\n}\n\n/* Override VPFlyout hover behavior when manually controlled */\n.VPFlyout.click-based-flyout:hover .menu {\n  opacity: 0 !important;\n  visibility: hidden !important;\n  transform: translateY(0) !important;\n  /* Reset transform if any */\n}\n\n.VPFlyout.click-based-flyout.open .menu {\n  opacity: 1 !important;\n  visibility: visible !important;\n  transform: translateY(0) !important;\n}"
  },
  {
    "path": "docs/.vitepress/theme/themes/README.md",
    "content": "# Theme System\n\nThis document explains the updated theme architecture, display modes, and integration components in the site.\n\n## Architecture\n\n- Display modes: `light` and `dark`.\n- AMOLED: an enhancement of `dark` mode (pure black backgrounds) toggled on top of dark — not a separate mode.\n- Themes: color schemes and optional design tokens that apply across modes.\n- Modes are independent from themes; themes define colors and tokens for light/dark.\n\n## File Structure\n\n```\ndocs/.vitepress/theme/themes/\n├── types.ts             // Type definitions\n├── themeHandler.ts      // Theme handler logic & DOM/CSS application\n├── index.ts             // Exports\n└── configs/\n    ├── index.ts         // Theme registry (default + named themes)\n    └── catppuccin.ts    // Example theme (default)\n```\n\n## Core Types\n\n- `DisplayMode`: `'light' | 'dark'`.\n- `Theme`: `{ name, displayName, preview?, logo?, modes: { light, dark }, ... }`.\n- `ModeColors`:\n  - `brand?`: optional brand colors (`1`, `2`, `3`, `soft`). If omitted, the ColorPicker controls brand.\n  - `bg`, `bgAlt`, `bgElv`, `bgMark?`.\n  - `text?`: optional (`1`, `2`, `3`). If omitted, VitePress defaults are used.\n  - `button`: `brand` and `alt` sub-objects with `bg`, `border`, `text`, `hover*`, `active*`.\n  - `customBlock`: `info`, `tip`, `warning`, `danger` with `bg`, `border`, `text`, `textDeep`.\n  - `selection`: `{ bg }`.\n  - `home?`: optional hero styles.\n\n## Handler Behavior (`themeHandler.ts`)\n\n- Persists `theme` (`vitepress-theme-name`) and `mode` (`vitepress-display-mode`).\n- Applies HTML classes: always the current mode; adds `dark` for compatibility; adds `amoled` when dark + AMOLED enabled.\n- AMOLED handling: overrides dark backgrounds to pure black while retaining other dark tokens.\n- Brand colors:\n  - If theme provides brand colors, inline CSS variables are set.\n  - If theme omits brand colors, inline brand variables are removed so the ColorPicker stylesheet takes effect.\n- Text colors:\n  - Applied only if defined in the theme; otherwise defaults are used.\n- Custom logo:\n  - If theme provides `logo`, sets `--vp-theme-logo: url(...)` for downstream usage.\n\n## UI Components\n\n- `ThemeDropdown.vue`: replaces the appearance toggle.\n  - Options: Light, Dark, AMOLED (as dark variant).\n  - Stores/reads mode and AMOLED-enabled state.\n  - Aliased via `docs/.vitepress/config.mts` to override `VPSwitchAppearance.vue`.\n- `ColorPicker.vue`:\n  - Controls brand color CSS variables via a stylesheet tag (`#brand-color`).\n  - Reapplies colors on a custom event `theme-changed-apply-colors` when switching to themes without brand.\n- `ThemeSelector.vue`:\n  - Shows circular previews per theme (image via `preview` or gradient fallback).\n  - Calls `setTheme(name)`; independent from ColorPicker.\n\n## Theme Registry (`configs/index.ts`)\n\n- Example:\n```ts\nimport { catppuccinTheme } from './catppuccin'\n\nexport const themeRegistry = {\n  default: catppuccinTheme,\n  catppuccin: catppuccinTheme\n}\n```\n\n## Creating a Theme (`configs/<name>.ts`)\n\n- Export a `Theme` object with:\n  - `name`, `displayName`, optional `preview` (image URL/data) and `logo`.\n  - `modes.light` and `modes.dark` objects.\n  - Optional `fonts`, `spacing`, `borderRadius`, `customProperties`.\n- Register it in `configs/index.ts`.\n- If you omit `brand` in a mode, the ColorPicker-selected brand colors will be used.\n- If you omit `text` in a mode, VitePress default text colors will be used.\n\n## CSS Variables\n\n- Brand: `--vp-c-brand-1`, `--vp-c-brand-2`, `--vp-c-brand-3`, `--vp-c-brand-soft`.\n- Background: `--vp-c-bg`, `--vp-c-bg-alt`, `--vp-c-bg-elv`, `--vp-c-bg-mark`.\n- Text: `--vp-c-text-1`, `--vp-c-text-2`, `--vp-c-text-3`.\n- Buttons: `--vp-button-brand-*`, `--vp-button-alt-*`.\n- Custom blocks: `--vp-custom-block-{type}-*`.\n- Selection: `--vp-c-selection-bg`.\n- Home hero: `--vp-home-hero-*`.\n- Custom props: all keys in `customProperties`.\n- Optional: `--vp-theme-logo` (when theme defines `logo`).\n\n## Migration Notes\n\n- AMOLED is no longer a separate mode; it’s a dark enhancement (pure black backgrounds) toggled in the dropdown.\n- The legacy `Appearance.vue` toggle is replaced by `ThemeDropdown.vue` via alias in `config.mts`.\n- Themes can rely on the ColorPicker for brand colors by omitting `brand`.\n\n## Troubleshooting\n\n- Theme not applying: ensure it’s added to `themeRegistry` and named correctly.\n- Brand not changing: if a theme sets inline brand variables, ColorPicker won’t override; remove `brand` from the theme to defer to ColorPicker.\n- Colors not updating after theme switch: ColorPicker listens for `theme-changed-apply-colors`; make sure that event dispatch remains in `setTheme()`.\n- AMOLED not pure black: confirm dark mode is active and AMOLED toggle is enabled; handler overrides backgrounds when enabled.\n\n"
  },
  {
    "path": "docs/.vitepress/theme/themes/configs/catppuccin.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { Theme } from '../types'\n\nexport const catppuccinTheme: Theme = {\n  name: 'catppuccin',\n  displayName: 'Catppuccin',\n  preview: 'https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png',\n  modes: {\n    light: {\n      brand: {\n        1: '#9345ed',\n        2: '#7c3aed',\n        3: '#ad82dfff',\n        soft: '#a78bfa'\n      },\n      bg: '#f8fafc',\n      bgAlt: '#eef2f5',\n      bgElv: '#eef2f5',\n      bgMark: '#1F1E2E',\n      text: {\n        1: '#353638ff',\n        2: '#334155',\n        3: '#6b7280'\n      },\n      button: {\n        brand: {\n          bg: '#C5A5F6',\n          border: '#a78bfa',\n          text: 'rgba(42, 40, 47)',\n          hoverBorder: '#a78bfa',\n          hoverText: 'rgba(42, 40, 47)',\n          hoverBg: '#a78bfa',\n          activeBorder: '#a78bfa',\n          activeText: 'rgba(42, 40, 47)',\n          activeBg: '#8b5cf6'\n        },\n        alt: {\n          bg: '#484848',\n          text: '#f0eeee',\n          hoverBg: '#484848',\n          hoverText: '#f0eeee'\n        }\n      },\n      customBlock: {\n        info: {\n          bg: '#ede9fe',\n          border: '#5b21b6',\n          text: '#5b21b6',\n          textDeep: '#4c1d95'\n        },\n        tip: {\n          bg: '#d1fae5',\n          border: '#065f46',\n          text: '#065f46',\n          textDeep: '#064e3b'\n        },\n        warning: {\n          bg: '#fef3c7',\n          border: '#92400e',\n          text: '#92400e',\n          textDeep: '#78350f'\n        },\n        danger: {\n          bg: '#ffe4e6',\n          border: '#9f1239',\n          text: '#9f1239',\n          textDeep: '#881337'\n        }\n      },\n      selection: {\n        bg: '#5586a6'\n      },\n      home: {\n        heroNameColor: 'transparent',\n        heroNameBackground: '#C5A5F6',\n        heroImageBackground: 'linear-gradient(-45deg, #c4b5fd 50%, #47caff 50%)',\n        heroImageFilter: 'blur(44px)'\n      }\n    },\n    dark: {\n      brand: {\n        1: '#CBA6F6',\n        2: '#7c3aed',\n        3: '#ad82dfff',\n        soft: '#a78bfa'\n      },\n      bg: '#1F1E2E',\n      bgAlt: '#1E1E29',\n      bgElv: '#1E1E29',\n      bgMark: '#1F1E2E',\n      button: {\n        brand: {\n          bg: '#C5A5F6',\n          border: '#c4b5fd',\n          text: 'rgba(42, 40, 47)',\n          hoverBorder: '#c4b5fd',\n          hoverText: 'rgba(42, 40, 47)',\n          hoverBg: '#c4b5fd',\n          activeBorder: '#c4b5fd',\n          activeText: 'rgba(42, 40, 47)',\n          activeBg: '#a78bfa'\n        },\n        alt: {\n          bg: '#484848',\n          text: '#f0eeee',\n          hoverBg: '#484848',\n          hoverText: '#f0eeee'\n        }\n      },\n      customBlock: {\n        info: {\n          bg: '#2e1065',\n          border: '#5b21b6',\n          text: '#ddd6fe',\n          textDeep: '#ddd6fe'\n        },\n        tip: {\n          bg: '#022c22',\n          border: '#065f46',\n          text: '#a7f3d0',\n          textDeep: '#a7f3d0'\n        },\n        warning: {\n          bg: '#451a03',\n          border: '#92400e',\n          text: '#fef08a',\n          textDeep: '#fef08a'\n        },\n        danger: {\n          bg: '#4c0519',\n          border: '#9f1239',\n          text: '#fecdd3',\n          textDeep: '#fecdd3'\n        }\n      },\n      selection: {\n        bg: '#0f2c47'\n      },\n      home: {\n        heroNameColor: 'transparent',\n        heroNameBackground: '-webkit-linear-gradient(120deg, #c4b5fd 30%, #7bc5e4)',\n        heroImageBackground: 'linear-gradient(-45deg, #c4b5fd 50%, #47caff 50%)',\n        heroImageFilter: 'blur(44px)'\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "docs/.vitepress/theme/themes/configs/christmas.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { Theme } from '../types'\n\nexport const christmasTheme: Theme = {\n  name: 'Christmas',\n  displayName: 'Christmas',\n  preview: 'https://raw.githubusercontent.com/fmhy/edit/refs/heads/main/docs/.vitepress/theme/themes/configs/christmas_tree.png',\n  modes: {\n    light: {\n      brand: {\n        1: '#BD2F2F',\n        2: '#22ff00ff',\n        3: '#155C2F',\n        soft: '#a200ffff'\n      },\n      bg: '#f8fafc',\n      bgAlt: '#eef2f5',\n      bgElv: '#eef2f5',\n      bgMark: 'rgb(232, 232, 232)',\n      text: {\n        1: '#353638ff',\n        2: '#334155',\n        3: '#6b7280'\n      },\n      button: {\n        brand: {\n          bg: '#155C2F',\n          border: '#0E3B1F',\n          text: 'rgba(255, 255, 255)',\n          hoverBorder: '#072a15ff',\n          hoverText: 'rgba(255, 255, 255)',\n          hoverBg: '#072a15ff',\n          activeBorder: '#072a15ff',\n          activeText: 'rgba(255, 255, 255)',\n          activeBg: '#072a15ff'\n        },\n        alt: {\n          bg: '#484848',\n          text: '#f0eeee',\n          hoverBg: '#484848',\n          hoverText: '#f0eeee'\n        }\n      },\n      customBlock: {\n        info: {\n          bg: '#dbeafe',\n          border: '#1e40af',\n          text: '#1e40af',\n          textDeep: '#1e3a8a'\n        },\n        tip: {\n          bg: '#D8F8E4',\n          border: '#447A61',\n          text: '#2D6A58',\n          textDeep: '#166534'\n        },\n        warning: {\n          bg: '#FCEFC3',\n          border: '#9A8034',\n          text: '#9C701B',\n          textDeep: '#92400e'\n        },\n        danger: {\n          bg: '#FBE1E2',\n          border: '#B3565E',\n          text: '#912239',\n          textDeep: '#991b1b'\n        }\n      },\n      selection: {\n        bg: '#bfdbfe'\n      },\n      home: {\n        heroNameColor: 'transparent',\n        heroNameBackground: '-webkit-linear-gradient(120deg, #BD2F2F 30%, #f9fafb)',\n        heroImageBackground: 'linear-gradient(-45deg, #BD2F2F 50%, #f9fafb 50%)',\n        heroImageFilter: 'blur(44px)'\n      }\n    },\n    dark: {\n      brand: {\n        1: '#2CA03C',\n        2: '#22ff00ff',\n        3: '#5C151A',\n        soft: '#a200ffff'\n      },\n      bg: 'rgb(26, 26, 26)',\n      bgAlt: 'rgb(23, 23, 23)',\n      bgElv: 'rgba(23, 23, 23, 0.8)',\n      button: {\n        brand: {\n          bg: '#155C2F',\n          border: '#0E3B1F',\n          text: 'rgba(255, 255, 255)',\n          hoverBorder: '#072a15ff',\n          hoverText: 'rgba(255, 255, 255)',\n          hoverBg: '#072a15ff',\n          activeBorder: '#072a15ff',\n          activeText: 'rgba(255, 255, 255)',\n          activeBg: '#072a15ff'\n        },\n        alt: {\n          bg: '#484848',\n          text: '#f0eeee',\n          hoverBg: '#484848',\n          hoverText: '#f0eeee'\n        }\n      },\n      customBlock: {\n        info: {\n          bg: '#0c4a6e',\n          border: '#0284c7',\n          text: '#bae6fd',\n          textDeep: '#bae6fd'\n        },\n          tip: {\n            bg: '#0C2A20',\n            border: '#184633',\n            text: '#B0EBC9',\n            textDeep: '#166534'\n          },\n          warning: {\n            bg: '#403207',\n            border: '#7E6211',\n            text: '#F9DE88',\n            textDeep: '#92400e'\n          },\n          danger: {\n            bg: '#3F060A',\n            border: '#7C0F18',\n            text: '#F7C1BC',\n            textDeep: '#991b1b'\n          }\n      },\n      selection: {\n        bg: '#1e3a8a'\n      },\n      home: {\n        heroNameColor: 'transparent',\n        heroNameBackground: '-webkit-linear-gradient(120deg, #f9fafb 30%, #BD2F2F)',\n        heroImageBackground: 'linear-gradient(-45deg, #f9fafb 50%,#BD2F2F 50%)',\n        heroImageFilter: 'blur(44px)'\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "docs/.vitepress/theme/themes/configs/index.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\nimport { catppuccinTheme } from './catppuccin'\nimport { monochromeTheme } from './monochrome'\nimport type { ThemeRegistry } from '../types'\n\nexport const themeRegistry: ThemeRegistry = {\n  catppuccin: catppuccinTheme,\n  monochrome: monochromeTheme,\n}\n\nexport { catppuccinTheme, monochromeTheme }\n"
  },
  {
    "path": "docs/.vitepress/theme/themes/configs/monochrome.ts",
    "content": "import type { Theme } from '../types'\n\nexport const monochromeTheme: Theme = {\n    name: 'monochrome',\n    displayName: 'Monochrome',\n    preview: '#808080',\n    modes: {\n        light: {\n            brand: {\n                1: '#000000',\n                2: '#1a1a1a',\n                3: '#333333',\n                soft: '#666666'\n            },\n            bg: '#FFFFFF',\n            bgAlt: '#F5F5F5',\n            bgElv: 'rgba(255, 255, 255, 0.95)',\n            bgMark: '#E0E0E0',\n            text: {\n                1: '#000000',\n                2: '#333333',\n                3: '#808080'\n            },\n            button: {\n                brand: {\n                    bg: '#000000',\n                    border: '#000000',\n                    text: '#FFFFFF',\n                    hoverBorder: '#333333',\n                    hoverText: '#FFFFFF',\n                    hoverBg: '#333333',\n                    activeBorder: '#000000',\n                    activeText: '#FFFFFF',\n                    activeBg: '#000000'\n                },\n                alt: {\n                    bg: '#808080',\n                    text: '#FFFFFF',\n                    hoverBg: '#666666',\n                    hoverText: '#FFFFFF'\n                }\n            },\n            customBlock: {\n                info: {\n                    bg: '#F5F5F5',\n                    border: '#000000',\n                    text: '#000000',\n                    textDeep: '#000000'\n                },\n                tip: {\n                    bg: '#F5F5F5',\n                    border: '#333333',\n                    text: '#1a1a1a',\n                    textDeep: '#000000'\n                },\n                warning: {\n                    bg: '#F5F5F5',\n                    border: '#666666',\n                    text: '#333333',\n                    textDeep: '#1a1a1a'\n                },\n                danger: {\n                    bg: '#F5F5F5',\n                    border: '#000000',\n                    text: '#000000',\n                    textDeep: '#000000'\n                }\n            },\n            selection: {\n                bg: '#CCCCCC'\n            },\n            home: {\n                heroNameColor: '#000000',\n                heroNameBackground: '#FFFFFF',\n                heroImageBackground: 'linear-gradient(135deg, #E0E0E0 0%, #FFFFFF 100%)',\n                heroImageFilter: 'blur(44px)'\n            }\n        },\n        dark: {\n            brand: {\n                1: '#FFFFFF',\n                2: '#E0E0E0',\n                3: '#CCCCCC',\n                soft: '#999999'\n            },\n            bg: '#000000',\n            bgAlt: '#0A0A0A',\n            bgElv: 'rgba(0, 0, 0, 0.95)',\n            bgMark: '#1A1A1A',\n            text: {\n                1: '#FFFFFF',\n                2: '#CCCCCC',\n                3: '#808080'\n            },\n            button: {\n                brand: {\n                    bg: '#FFFFFF',\n                    border: '#FFFFFF',\n                    text: '#000000',\n                    hoverBorder: '#CCCCCC',\n                    hoverText: '#000000',\n                    hoverBg: '#CCCCCC',\n                    activeBorder: '#FFFFFF',\n                    activeText: '#000000',\n                    activeBg: '#FFFFFF'\n                },\n                alt: {\n                    bg: '#808080',\n                    text: '#000000',\n                    hoverBg: '#999999',\n                    hoverText: '#000000'\n                }\n            },\n            customBlock: {\n                info: {\n                    bg: '#1A1A1A',\n                    border: '#FFFFFF',\n                    text: '#FFFFFF',\n                    textDeep: '#FFFFFF'\n                },\n                tip: {\n                    bg: '#1A1A1A',\n                    border: '#CCCCCC',\n                    text: '#E0E0E0',\n                    textDeep: '#FFFFFF'\n                },\n                warning: {\n                    bg: '#1A1A1A',\n                    border: '#999999',\n                    text: '#CCCCCC',\n                    textDeep: '#E0E0E0'\n                },\n                danger: {\n                    bg: '#1A1A1A',\n                    border: '#FFFFFF',\n                    text: '#FFFFFF',\n                    textDeep: '#FFFFFF'\n                }\n            },\n            selection: {\n                bg: '#333333'\n            },\n            home: {\n                heroNameColor: '#FFFFFF',\n                heroNameBackground: '#000000',\n                heroImageBackground: 'linear-gradient(135deg, #1A1A1A 0%, #000000 100%)',\n                heroImageFilter: 'blur(44px)'\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "docs/.vitepress/theme/themes/index.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nexport * from './types'\nexport * from './themeHandler'\nexport * from './configs'\n"
  },
  {
    "path": "docs/.vitepress/theme/themes/themeHandler.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport { ref, onMounted, computed } from 'vue'\nimport type { DisplayMode, ThemeState, Theme, ModeColors } from './types'\nimport { themeRegistry } from './configs'\n\nconst STORAGE_KEY_THEME = 'vitepress-theme-name'\nconst STORAGE_KEY_MODE = 'vitepress-display-mode'\nconst STORAGE_KEY_AMOLED = 'vitepress-amoled-enabled'\n\nexport class ThemeHandler {\n  private state = ref<ThemeState>({\n    currentTheme: 'swarm',\n    currentMode: 'light' as DisplayMode,\n    theme: null\n  })\n  private amoledEnabled = ref(false)\n\n  constructor() {\n    this.initializeTheme()\n  }\n\n  private initializeTheme() {\n    if (typeof window === 'undefined') return\n\n    // Load saved preferences\n    const savedTheme = localStorage.getItem(STORAGE_KEY_THEME) || 'color-swarm'\n    const savedMode = localStorage.getItem(STORAGE_KEY_MODE) as DisplayMode | null\n    const savedAmoled = localStorage.getItem(STORAGE_KEY_AMOLED) === 'true'\n\n    if (themeRegistry[savedTheme]) {\n      this.state.value.currentTheme = savedTheme\n      this.state.value.theme = themeRegistry[savedTheme]\n    }\n\n    // Set amoled preference\n    this.amoledEnabled.value = savedAmoled\n\n    // Set mode\n    if (savedMode) {\n      this.state.value.currentMode = savedMode\n    } else {\n      // Detect system preference for initial mode\n      const prefersDark = window.matchMedia('(prefers-color-scheme: dark)').matches\n      this.state.value.currentMode = prefersDark ? 'dark' : 'light'\n    }\n\n    this.applyTheme()\n\n    // Listen for system theme changes (only if user hasn't set a preference)\n    window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', (e) => {\n      if (!localStorage.getItem(STORAGE_KEY_MODE)) {\n        this.state.value.currentMode = e.matches ? 'dark' : 'light'\n        this.applyTheme()\n      }\n      else {\n        this.applyTheme()\n      }\n    })\n  }\n\n  public applyTheme() {\n    if (typeof document === 'undefined') return\n\n    const { currentMode, theme } = this.state.value\n\n    // Is this the WORST fix of all time???\n    const root = document.documentElement\n    const bgColor = currentMode === 'dark' && this.amoledEnabled.value ? '#000000' : currentMode === 'dark' ? '#1A1A1A' : '#f8fafc'\n    root.style.setProperty('--vp-c-bg', bgColor)\n    const bgAltColor = currentMode === 'dark' && this.amoledEnabled.value ? '#000000' : currentMode === 'dark' ? '#171717' : '#eef2f5'\n    root.style.setProperty('--vp-c-bg-alt', bgAltColor)\n    const bgElvColor = currentMode === 'dark' && this.amoledEnabled.value ? 'rgba(0, 0, 0, 0.9)' : currentMode === 'dark' ? '#1a1a1acc' : 'rgba(255, 255, 255, 0.8)'\n    root.style.setProperty('--vp-c-bg-elv', bgElvColor)\n\n    this.applyDOMClasses(currentMode)\n\n    if (!theme) return\n\n    const modeColors = theme.modes[currentMode]\n\n    this.applyDOMClasses(currentMode)\n    this.applyCSSVariables(modeColors, theme)\n\n    if (theme.name === 'monochrome') {\n      root.classList.add('monochrome')\n    } else {\n      root.classList.remove('monochrome')\n    }\n  }\n\n  private applyDOMClasses(mode: DisplayMode) {\n    const root = document.documentElement\n\n    const isDark = mode === 'dark'\n    const isAmoled = isDark && this.amoledEnabled.value\n\n    if (isDark) {\n      if (!root.classList.contains('dark')) root.classList.add('dark')\n      if (root.classList.contains('light')) root.classList.remove('light')\n    } else {\n      if (!root.classList.contains('light')) root.classList.add('light')\n      if (root.classList.contains('dark')) root.classList.remove('dark')\n    }\n\n    if (isAmoled) {\n      if (!root.classList.contains('amoled')) root.classList.add('amoled')\n    } else {\n      if (root.classList.contains('amoled')) root.classList.remove('amoled')\n    }\n  }\n\n  private applyCSSVariables(colors: ModeColors, theme: Theme) {\n    if (typeof document === 'undefined') return\n\n    const root = document.documentElement\n\n    // Clear ALL inline styles related to theming to ensure clean slate\n    // const allStyleProps = Array.from(root.style)\n    // allStyleProps.forEach(prop => {\n    //   if (prop.startsWith('--vp-')) {\n    //     root.style.removeProperty(prop)\n    //   }\n    // })\n    let bgColor = colors.bg\n    let bgAltColor = colors.bgAlt\n    let bgElvColor = colors.bgElv\n\n    if (this.state.value.currentMode === 'dark' && this.amoledEnabled.value) {\n      bgColor = '#000000'\n      bgAltColor = '#000000'\n      bgElvColor = 'rgba(0, 0, 0, 0.9)'\n    }\n\n    // Apply brand colors only if theme specifies them\n    // Otherwise, remove inline styles to let ColorPicker CSS take effect\n    if (colors.brand && (colors.brand[1] || colors.brand[2] || colors.brand[3] || colors.brand.soft)) {\n      if (colors.brand[1]) root.style.setProperty('--vp-c-brand-1', colors.brand[1])\n      if (colors.brand[2]) root.style.setProperty('--vp-c-brand-2', colors.brand[2])\n      if (colors.brand[3]) root.style.setProperty('--vp-c-brand-3', colors.brand[3])\n      if (colors.brand.soft) root.style.setProperty('--vp-c-brand-soft', colors.brand.soft)\n    } else {\n      // Remove inline brand color styles so ColorPicker CSS can apply\n      root.style.removeProperty('--vp-c-brand-1')\n      root.style.removeProperty('--vp-c-brand-2')\n      root.style.removeProperty('--vp-c-brand-3')\n      root.style.removeProperty('--vp-c-brand-soft')\n    }\n\n    // Apply background colors\n    root.style.setProperty('--vp-c-bg', bgColor)\n    root.style.setProperty('--vp-c-bg-alt', bgAltColor)\n    root.style.setProperty('--vp-c-bg-elv', bgElvColor)\n    if (colors.bgMark) {\n      root.style.setProperty('--vp-c-bg-mark', colors.bgMark)\n    }\n\n    // Apply text colors - always set them to ensure proper theme switching\n    if (colors.text) {\n      if (colors.text[1]) root.style.setProperty('--vp-c-text-1', colors.text[1])\n      if (colors.text[2]) root.style.setProperty('--vp-c-text-2', colors.text[2])\n      if (colors.text[3]) root.style.setProperty('--vp-c-text-3', colors.text[3])\n    } else {\n      // Remove inline styles if theme doesn't specify text colors\n      // This allows CSS variables from style.scss to take effect\n      root.style.removeProperty('--vp-c-text-1')\n      root.style.removeProperty('--vp-c-text-2')\n      root.style.removeProperty('--vp-c-text-3')\n    }\n\n    // Apply button colors\n    root.style.setProperty('--vp-button-brand-bg', colors.button.brand.bg)\n    root.style.setProperty('--vp-button-brand-border', colors.button.brand.border)\n    root.style.setProperty('--vp-button-brand-text', colors.button.brand.text)\n    root.style.setProperty('--vp-button-brand-hover-border', colors.button.brand.hoverBorder)\n    root.style.setProperty('--vp-button-brand-hover-text', colors.button.brand.hoverText)\n    root.style.setProperty('--vp-button-brand-hover-bg', colors.button.brand.hoverBg)\n    root.style.setProperty('--vp-button-brand-active-border', colors.button.brand.activeBorder)\n    root.style.setProperty('--vp-button-brand-active-text', colors.button.brand.activeText)\n    root.style.setProperty('--vp-button-brand-active-bg', colors.button.brand.activeBg)\n    root.style.setProperty('--vp-button-alt-bg', colors.button.alt.bg)\n    root.style.setProperty('--vp-button-alt-text', colors.button.alt.text)\n    root.style.setProperty('--vp-button-alt-hover-bg', colors.button.alt.hoverBg)\n    root.style.setProperty('--vp-button-alt-hover-text', colors.button.alt.hoverText)\n\n    // Apply custom block colors\n    const blocks = ['info', 'tip', 'warning', 'danger'] as const\n    blocks.forEach((block) => {\n      const blockColors = colors.customBlock[block]\n      root.style.setProperty(`--vp-custom-block-${block}-bg`, blockColors.bg)\n      root.style.setProperty(`--vp-custom-block-${block}-border`, blockColors.border)\n      root.style.setProperty(`--vp-custom-block-${block}-text`, blockColors.text)\n      root.style.setProperty(`--vp-custom-block-${block}-text-deep`, blockColors.textDeep)\n    })\n\n    // Apply selection color\n    root.style.setProperty('--vp-c-selection-bg', colors.selection.bg)\n\n    // Apply home hero colors (if defined)\n    if (colors.home) {\n      root.style.setProperty('--vp-home-hero-name-color', colors.home.heroNameColor)\n      root.style.setProperty('--vp-home-hero-name-background', colors.home.heroNameBackground)\n      root.style.setProperty('--vp-home-hero-image-background-image', colors.home.heroImageBackground)\n      root.style.setProperty('--vp-home-hero-image-filter', colors.home.heroImageFilter)\n    } else {\n      // Remove home hero color styles if theme doesn't specify them\n      root.style.removeProperty('--vp-home-hero-name-color')\n      root.style.removeProperty('--vp-home-hero-name-background')\n      root.style.removeProperty('--vp-home-hero-image-background-image')\n      root.style.removeProperty('--vp-home-hero-image-filter')\n    }\n\n    // Apply fonts (if defined)\n    if (theme.fonts?.body) {\n      root.style.setProperty('--vp-font-family-base', theme.fonts.body)\n    } else {\n      root.style.removeProperty('--vp-font-family-base')\n    }\n    if (theme.fonts?.heading) {\n      root.style.setProperty('--vp-font-family-heading', theme.fonts.heading)\n    } else {\n      root.style.removeProperty('--vp-font-family-heading')\n    }\n\n    // Apply border radius (if defined)\n    if (theme.borderRadius) {\n      root.style.setProperty('--vp-border-radius', theme.borderRadius)\n    } else {\n      root.style.removeProperty('--vp-border-radius')\n    }\n\n    // Apply spacing (if defined)\n    if (theme.spacing) {\n      if (theme.spacing.small) root.style.setProperty('--vp-spacing-small', theme.spacing.small)\n      else root.style.removeProperty('--vp-spacing-small')\n      if (theme.spacing.medium) root.style.setProperty('--vp-spacing-medium', theme.spacing.medium)\n      else root.style.removeProperty('--vp-spacing-medium')\n      if (theme.spacing.large) root.style.setProperty('--vp-spacing-large', theme.spacing.large)\n      else root.style.removeProperty('--vp-spacing-large')\n    } else {\n      root.style.removeProperty('--vp-spacing-small')\n      root.style.removeProperty('--vp-spacing-medium')\n      root.style.removeProperty('--vp-spacing-large')\n    }\n\n    // Apply custom properties (if defined)\n    if (theme.customProperties) {\n      Object.entries(theme.customProperties).forEach(([key, value]) => {\n        root.style.setProperty(key, value)\n      })\n    }\n\n    // Apply custom logo (if defined)\n    if (theme.logo) {\n      root.style.setProperty('--vp-theme-logo', `url(${theme.logo})`)\n    } else {\n      root.style.removeProperty('--vp-theme-logo')\n    }\n  }\n\n  public setTheme(themeName: string) {\n    if (!themeRegistry[themeName]) {\n      console.warn(`Theme \"${themeName}\" not found. Using christmas theme.`)\n      themeName = 'christmas'\n    }\n\n    this.state.value.currentTheme = themeName\n    this.state.value.theme = themeRegistry[themeName]\n    localStorage.setItem(STORAGE_KEY_THEME, themeName)\n    this.applyTheme()\n\n    // Force re-apply ColorPicker colors if theme doesn't specify brand colors\n    this.ensureColorPickerColors()\n  }\n\n  public setMode(mode: DisplayMode) {\n    this.state.value.currentMode = mode\n    localStorage.setItem(STORAGE_KEY_MODE, mode)\n    this.applyTheme()\n  }\n\n  public toggleMode() {\n    const currentMode = this.state.value.currentMode\n\n    // Toggle between light and dark\n    const newMode: DisplayMode = currentMode === 'light' ? 'dark' : 'light'\n\n    this.setMode(newMode)\n  }\n\n  public setAppearance(mode: DisplayMode, amoled: boolean) {\n    this.state.value.currentMode = mode\n    this.amoledEnabled.value = amoled\n    localStorage.setItem(STORAGE_KEY_MODE, mode)\n    localStorage.setItem(STORAGE_KEY_AMOLED, amoled.toString())\n    this.applyTheme()\n  }\n\n  public setAmoledEnabled(enabled: boolean) {\n    this.amoledEnabled.value = enabled\n    localStorage.setItem(STORAGE_KEY_AMOLED, enabled.toString())\n    this.applyTheme()\n  }\n\n  public getAmoledEnabled() {\n    return this.amoledEnabled.value\n  }\n\n  public toggleAmoled() {\n    this.setAmoledEnabled(!this.amoledEnabled.value)\n  }\n\n  public getAmoledEnabledRef() {\n    return this.amoledEnabled\n  }\n\n  private ensureColorPickerColors() {\n    const theme = this.state.value.theme\n    if (!theme) return\n    // If theme doesn't specify brand colors, force ColorPicker to reapply its selection\n    const currentMode = this.state.value.currentMode\n    const modeColors = theme.modes[currentMode]\n\n    if (!modeColors.brand || !modeColors.brand[1]) {\n      // Trigger a custom event that ColorPicker can listen to\n      if (typeof window !== 'undefined') {\n        window.dispatchEvent(new CustomEvent('theme-changed-apply-colors'))\n      }\n    }\n  }\n\n  public getState() {\n    return this.state\n  }\n  public getMode() {\n    return this.state.value.currentMode\n  }\n\n  public getTheme() {\n    return this.state.value.currentTheme\n  }\n\n  public getCurrentTheme() {\n    return this.state.value.theme\n  }\n\n  public getAvailableThemes() {\n    return Object.keys(themeRegistry).map(key => ({\n      name: key,\n      displayName: themeRegistry[key].displayName\n    }))\n  }\n\n  public isDarkMode() {\n    const mode = this.state.value.currentMode\n    return mode === 'dark'\n  }\n\n  public isAmoledMode() {\n    return this.state.value.currentMode === 'dark' && this.amoledEnabled.value\n  }\n}\n\n// Global theme handler instance\nlet themeHandlerInstance: ThemeHandler | null = null\n\nexport function useThemeHandler() {\n  if (!themeHandlerInstance) {\n    themeHandlerInstance = new ThemeHandler()\n  }\n  return themeHandlerInstance\n}\n\n// Composable for use in Vue components\nexport function useTheme() {\n  const handler = useThemeHandler()\n  const state = handler.getState()\n\n  onMounted(() => {\n    // Ensure theme is applied on mount\n    handler.applyTheme()\n  })\n\n  return {\n    mode: computed(() => state.value.currentMode),\n    themeName: computed(() => state.value.currentTheme),\n    theme: computed(() => state.value.theme),\n    setMode: (mode: DisplayMode) => handler.setMode(mode),\n    setTheme: (themeName: string) => handler.setTheme(themeName),\n    toggleMode: () => handler.toggleMode(),\n    getAvailableThemes: () => handler.getAvailableThemes(),\n    isDarkMode: () => handler.isDarkMode(),\n    isAmoledMode: () => handler.isAmoledMode(),\n    amoledEnabled: handler.getAmoledEnabledRef(),\n    setAmoledEnabled: (enabled: boolean) => handler.setAmoledEnabled(enabled),\n    toggleAmoled: () => handler.toggleAmoled(),\n    setAppearance: (mode: DisplayMode, amoled: boolean) => handler.setAppearance(mode, amoled),\n    state\n  }\n}"
  },
  {
    "path": "docs/.vitepress/theme/themes/types.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nexport type DisplayMode = 'light' | 'dark'\n\nexport interface ModeColors {\n  // Brand colors (optional - if not specified, ColorPicker values are used)\n  brand?: {\n    1?: string\n    2?: string\n    3?: string\n    soft?: string\n  }\n\n  // Background colors\n  bg: string\n  bgAlt: string\n  bgElv: string\n  bgMark?: string\n\n  // Text colors (optional - if not specified, VitePress defaults are used)\n  text?: {\n    1?: string\n    2?: string\n    3?: string\n  }\n\n  // Button colors\n  button: {\n    brand: {\n      bg: string\n      border: string\n      text: string\n      hoverBorder: string\n      hoverText: string\n      hoverBg: string\n      activeBorder: string\n      activeText: string\n      activeBg: string\n    }\n    alt: {\n      bg: string\n      text: string\n      hoverBg: string\n      hoverText: string\n    }\n  }\n\n  // Custom blocks\n  customBlock: {\n    info: {\n      bg: string\n      border: string\n      text: string\n      textDeep: string\n    }\n    tip: {\n      bg: string\n      border: string\n      text: string\n      textDeep: string\n    }\n    warning: {\n      bg: string\n      border: string\n      text: string\n      textDeep: string\n    }\n    danger: {\n      bg: string\n      border: string\n      text: string\n      textDeep: string\n    }\n  }\n\n  // Selection color\n  selection: {\n    bg: string\n  }\n\n  // Home hero\n  home?: {\n    heroNameColor: string\n    heroNameBackground: string\n    heroImageBackground: string\n    heroImageFilter: string\n  }\n}\n\nexport interface Theme {\n  name: string\n  displayName: string\n  preview?: string // URL or path to theme preview image\n  logo?: string // URL or path to custom logo\n  modes: {\n    light: ModeColors\n    dark: ModeColors\n  }\n  fonts?: {\n    body?: string\n    heading?: string\n  }\n  borderRadius?: string\n  spacing?: {\n    small?: string\n    medium?: string\n    large?: string\n  }\n  customProperties?: Record<string, string>\n}\n\nexport interface ThemeRegistry {\n  [themeName: string]: Theme\n}\n\nexport interface ThemeState {\n  currentTheme: string\n  currentMode: DisplayMode\n  theme: Theme | null\n}\n"
  },
  {
    "path": "docs/.vitepress/transformer/constants.ts",
    "content": "import { meta } from '../constants'\n\n/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\ninterface Header {\n  [file: string]: { title: string; description: string }\n}\n\nexport const headers: Header = {\n  'privacy.md': {\n    title: 'Adblocking / Privacy',\n    description: 'Adblocking, Privacy, VPNs, Proxies, Antiviruses'\n  },\n  'ai.md': {\n    title: 'Artificial Intelligence',\n    description: 'Chatbots, Text Generators, Image Generators, Chatbot Tools'\n  },\n  'mobile.md': {\n    title: 'Android / iOS',\n    description: 'Apps, Jailbreaking, Android Emulators'\n  },\n  'audio.md': {\n    title: 'Music / Podcasts / Radio',\n    description: 'Stream Audio, Download Audio, Torrent Audio'\n  },\n  'beginners-guide.md': {\n    title: 'Beginners Guide',\n    description: 'A Guide for Beginners + FAQs'\n  },\n  'downloading.md': {\n    title: 'Downloading',\n    description: 'Download Sites, Software Sites, Open Directories'\n  },\n  'educational.md': {\n    title: 'Educational',\n    description: 'Courses, Documentaries, Learning Resources'\n  },\n  'gaming.md': {\n    title: 'Gaming / Emulation',\n    description: 'Download Games, ROMs, Gaming Tools'\n  },\n  'linux-macos.md': {\n    title: 'Linux / macOS',\n    description: 'Apps, Software Sites, Gaming'\n  },\n  'misc.md': {\n    title: 'Miscellaneous',\n    description: 'Extensions, Indexes, News, Health, Food, Fun'\n  },\n  'nsfwpiracy.md': {\n    title: 'NSFW',\n    description: 'NSFW Indexes, Streaming, Downloading'\n  },\n  'non-english.md': {\n    title: 'Non-English',\n    description: 'International Free Sites'\n  },\n  'reading.md': {\n    title: 'Books / Comics / Manga',\n    description: 'Books, Comics, Magazines, Newspapers'\n  },\n  'gaming-tools.md': {\n    title: 'Gaming Tools',\n    description: 'Gaming Optimization, Game Launchers, Multiplayer'\n  },\n  'developer-tools.md': {\n    title: 'Developer Tools',\n    description: 'Git, Hosting, App Dev, Software Dev'\n  },\n  'image-tools.md': {\n    title: 'Image Tools',\n    description: 'Image Editors, Generators, Compress'\n  },\n  'audio-tools.md': {\n    title: 'Audio Tools',\n    description: 'Audio Players, Audio Editors, Audio Downloaders'\n  },\n  'system-tools.md': {\n    title: 'System Tools',\n    description: 'System Tools, Hardware Tools, Windows ISOs, Customization'\n  },\n  'file-tools.md': {\n    title: 'File Tools',\n    description: 'Download Managers, File Hosting, File Archivers'\n  },\n  'video-tools.md': {\n    title: 'Video Tools',\n    description: 'Video Players, Video Editors, Live Streaming, Animation'\n  },\n  'text-tools.md': {\n    title: 'Text Tools',\n    description: 'Text Editors, Pastebins, Fonts, Translators'\n  },\n  'internet-tools.md': {\n    title: 'Internet Tools',\n    description: 'Browsers, Extensions, Search Engines'\n  },\n  'social-media-tools.md': {\n    title: 'Social Media Tools',\n    description: 'Discord Tools, Reddit Tools, YouTube Tools'\n  },\n  'storage.md': {\n    title: 'Storage',\n    description: 'Sections too big to fit on main pages'\n  },\n  'torrenting.md': {\n    title: 'Torrenting',\n    description: 'Torrent Clients, Torrent Sites, Trackers'\n  },\n  'video.md': {\n    title: 'Movies / TV / Anime',\n    description: 'Stream Videos, Download Videos, Torrent Videos'\n  },\n  'base64.md': {\n    title: 'Base64',\n    description: 'Base64 storage'\n  },\n  'unsafe.md': {\n    title: 'Unsafe Sites',\n    description: 'Unsafe/harmful sites to avoid.'\n  }\n} as const\n\nexport const excluded = [\n  'readme.md',\n  'single-page',\n  'feedback.md',\n  'index.md',\n  'sandbox.md',\n  'startpage.md'\n]\n\nexport function getHeader(id: string) {\n  const title =\n    '<div class=\"space-y-2 not-prose\"><h1 class=\"text-4xl font-extrabold tracking-tight text-primary underline lg:text-5xl lg:leading-[3.5rem]\">'\n\n  const description = '<p class=\"text-black dark:text-text-2\">'\n\n  const feedback = meta.build.api ? '<Feedback />' : ''\n\n  const data = headers[id]\n  let header = '---\\n'\n  header += `title: \"${data.title}\"\\n`\n  header += `description: ${data.description}\\n`\n  header += '---\\n'\n  header += `${title}${data.title}</h1>\\n`\n  header += `${description}${data.description}</p></div>\\n\\n${feedback}\\n\\n`\n  return header\n}\n"
  },
  {
    "path": "docs/.vitepress/transformer/core.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport consola from 'consola'\n\ntype Transform = {\n  name: string\n  find: string | RegExp\n  replace: string | ((match: string) => string)\n}\n\ntype TransformerFunc = (name: string, transforms: Transform[]) => Replacer\n\ninterface Replacer {\n  transform: TransformerFunc\n  getText(): string\n}\n\nexport const transformer = (text: string) => {\n  const handler: ProxyHandler<{ text: string }> = {\n    get(target: { text: string }, prop: string | symbol) {\n      if (prop === 'transform') {\n        return (name: string, transforms: Transform[]): Replacer => {\n          consola.debug(`Starting transform ${name} with ${transforms}`)\n\n          transforms.forEach(({ name, find, replace }) => {\n            consola.debug(`Transforming ${name} with ${find}`)\n            target.text = target.text.replace(find, replace as any)\n          })\n\n          // @ts-expect-error - Proxy is not typed\n          return proxy\n        }\n      }\n      if (prop === 'getText') {\n        return () => target.text\n      }\n      return Reflect.get(target, prop)\n    }\n  }\n\n  const target = { text }\n  const proxy = new Proxy(target, handler)\n  return proxy as unknown as Replacer\n}\n\nexport function replaceUnderscore(text: string): string {\n  const pattern = /\\/#[\\w\\-]+(?:_[\\w]+)*/g\n  const matches = text.match(pattern) || []\n  let _text = text\n  for (const match of matches) {\n    const replacement = match.replace(/_/g, '-')\n    _text = _text.replace(match, replacement)\n  }\n  return _text\n}\n"
  },
  {
    "path": "docs/.vitepress/transformer.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { Plugin } from 'vitepress'\nimport { basename } from 'pathe'\nimport { excluded, getHeader } from './transformer/constants'\nimport { replaceUnderscore, transformer } from './transformer/core'\n\nexport function transformsPlugin(): Plugin {\n  return {\n    name: 'custom:transform-content',\n    enforce: 'pre',\n    transform(code, id) {\n      const _id = basename(id)\n\n      if (\n        id.endsWith('.md') &&\n        !excluded.includes(_id) &&\n        // check if it's a post\n        !id.includes('posts') &&\n        !id.includes('other')\n      ) {\n        const header = getHeader(_id)\n        const contents = transform(code)\n\n        if (_id === 'beginners-guide.md') {\n          const _contents = transformGuide(contents)\n          return header + _contents\n        }\n        if (_id === 'storage.md') return header + contents\n\n        return header + transformLinks(contents)\n      }\n    }\n  }\n}\n\nexport const transformGuide = (text: string): string =>\n  transformer(text)\n    .transform('Beginners Guide', [\n      {\n        name: 'TOC',\n        find: /\\[TOC\\]\\n/gm,\n        replace: ''\n      },\n      {\n        name: 'TOC2',\n        find: /\\*\\*Table of Contents\\*\\*\\n\\[TOC2\\]\\n/gm,\n        replace: ''\n      },\n      {\n        name: 'Beginners Guide',\n        find: /# -> \\*\\*\\*Beginners Guide to Piracy\\*\\*\\* <-\\n/gm,\n        replace: ''\n      },\n      {\n        name: 'Note',\n        find: /!!!note\\s(.+?)\\n/gm,\n        replace: '\\n:::info\\n$1\\n:::\\n'\n      },\n      {\n        name: 'Info',\n        find: /!!!info\\s(.+?)\\n/gm,\n        replace: '\\n:::info\\n$1\\n:::\\n'\n      },\n      {\n        name: 'Warning',\n        find: /!!!warning\\s(.+?)\\n/gm,\n        replace: ':::warning\\n$1\\n:::\\n'\n      },\n      {\n        name: 'Quote',\n        find: />\\s(.+?)\\n/gm,\n        replace: '> $1\\n\\n'\n      },\n      {\n        name: 'Back to Top',\n        find: /\\*\\*\\[\\^ Back to Top\\]\\(#beginners-guide-to-piracy\\)\\*\\*/gm,\n        replace: ''\n      },\n      {\n        name: 'Back to Top',\n        find: /\\*\\*\\[\\^ Back to Top\\]\\(#beginners-guide-to-piracy\\)\\*\\*/gm,\n        replace: ''\n      }\n    ])\n    .getText()\n\nexport function transform(text: string): string {\n  let _text = text\n    // Remove extra characters\n    .replace(/\\/#wiki_/g, '/#')\n    .replace(/#wiki_/g, '/#')\n    .replace(/.25BA_/g, '')\n    .replace(/.25B7_/g, '')\n    .replace(/_?\\.2F_?/g, '-')\n    .replace(/_?.26amp.3B_?/g, '-')\n    .replace(/(?<=r\\/FREEMEDIA.+_[a-z]+)2(?=\\))/g, '-1')\n    .replace(/(?<=r\\/FREEMEDIA.+)\\.(?=[a-z]+_)/g, '-')\n\n    // Transform reddit index links\n    .replace(\n      /\\*\\*\\[◄◄ Back to Wiki Index\\]\\(https:\\/\\/www\\.reddit\\.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/index\\)\\*\\*\\n/gm,\n      ''\n    )\n    .replace(\n      /\\*\\*\\[◄◄ Back to Wiki Index\\]\\(https:\\/\\/www\\.reddit\\.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/tools-index\\)\\*\\*\\n/gm,\n      ''\n    )\n    .replace(\n      /\\*\\*\\[Table of Contents\\]\\(https?:\\/\\/.*?ibb\\.co.*\\)\\*\\* - For mobile users\\n/gm,\n      ''\n    )\n    // Remove extra lines\n    .replace(/\\*\\*\\*\\n\\*\\*\\*\\n\\*\\*\\*\\n\\*\\*\\*\\n\\n\\n\\*\\*\\*\\n\\*\\*\\*\\n\\n/gm, '')\n    .replace(/\\*\\*\\*\\n\\*\\*\\*\\n\\*\\*\\*\\n\\*\\*\\*\\n\\n\\n\\*\\*\\*\\n\\*\\*\\* \\n\\n/gm, '')\n    .replace(/\\*\\*\\*\\n\\*\\*\\*\\n\\*\\*\\*\\n\\n\\n\\*\\*\\*\\n\\*\\*\\*\\n\\n/gm, '')\n    .replace(/\\*\\*\\*\\n\\*\\*\\*\\n\\*\\*\\*\\n\\*\\*\\*\\n\\n\\n\\*\\*\\*\\n\\n/gm, '')\n    .replace(/\\*\\*\\*\\n\\*\\*\\*\\n\\n\\n\\*\\*\\*\\n\\n/gm, '')\n    // Transform reddit links\n    .replace(/https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/ai/g, '/ai')\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/adblock-vpn-privacy/g,\n      '/privacy'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/android/g,\n      '/mobile'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/games/g,\n      '/gaming'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/reading/g,\n      '/reading'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/download/g,\n      '/downloading'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/torrent/g,\n      '/torrenting'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/edu/g,\n      '/educational'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/system-tools/g,\n      '/system-tools'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/file-tools/g,\n      '/file-tools'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/internet-tools/g,\n      '/internet-tools'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/social-media/g,\n      '/social-media-tools'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/text-tools/g,\n      '/text-tools'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/video-tools/g,\n      '/video-tools'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/audio-tools/g,\n      '/audio-tools'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/game-tools/g,\n      '/gaming-tools'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/video/g,\n      '/video'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/audio/g,\n      '/audio'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/linux/g,\n      '/linux-macos'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/non-eng/g,\n      '/non-english'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/misc/g,\n      '/misc'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/storage/g,\n      '/storage'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/dev-tools/g,\n      '/developer-tools'\n    )\n    .replace(\n      /https:\\/\\/www.reddit.com\\/r\\/FREEMEDIAHECKYEAH\\/wiki\\/image-tools/g,\n      '/image-tools'\n    )\n\n  _text = replaceUnderscore(_text)\n    .replace(/\\/#(\\d)/g, '/#_$1') // Prefix headings starting with numbers\n    .replace(/#(\\d)/g, '#_$1') // Prefix headings starting with numbers\n    .replace(/(\\]\\(\\s*)\\/\\s*(\\#[^)\\s]*?\\s*\\))/g, '$1$2')\n    .replace(/\\*\\*\\*\\n\\n/gm, '')\n    .replace(/\\*\\*\\*\\n/gm, '')\n    .replace(/# ►/g, '##')\n    .replace(/## ▷/g, '###')\n    .replace(/####/g, '###')\n    // Replace emojis\n    .replace(/⭐/g, ':star:')\n    .replace(/🌐/g, ':globe-with-meridians:')\n    .replace(/↪/g, ':repeat-button:')\n    // Replace note/warning/tip\n    .replace(/^\\*\\*Note\\*\\* - (.+)$/gm, ':::tip\\n$1\\n:::')\n    .replace(/^\\* \\*\\*Note\\*\\* - (.+)$/gm, ':::tip\\n$1\\n:::')\n    .replace(/^Note - (.+)$/gm, ':::tip\\n$1\\n:::')\n    .replace(/^\\*\\*Warning\\*\\* - (.+)$/gm, ':::warning\\n$1\\n:::')\n    .replace(/^\\* \\*\\*Warning\\*\\* - (.+)$/gm, ':::warning\\n$1\\n:::')\n    .replace(/^\\*\\s([^*])/gm, '- $1')\n\n  return _text\n}\n\nconst transformLinks = (text: string): string =>\n  transformer(text)\n    .transform('Links to Icons', [\n      {\n        name: 'Discord',\n        find: /\\[Discord\\]\\(([^\\)]*?)\\)/gm,\n        replace:\n          '<a target=\"_blank\" href=\"$1\"><div v-tooltip=\"\\'Discord\\'\" alt=\"Discord\" class=\"i-carbon:logo-discord\" /></a>'\n      },\n      {\n        name: 'GitHub',\n        find: /\\[GitHub\\]\\(([^\\)]*?)\\)/gm,\n        replace:\n          '<a target=\"_blank\" href=\"$1\"><div v-tooltip=\"\\'GitHub\\'\" alt=\"GitHub\" class=\"i-carbon:logo-github\" /></a>'\n      },\n      {\n        name: 'GitLab',\n        find: /(?<=\\/ )\\[GitLab\\]\\(([^\\)]*?)\\)/gm,\n        replace:\n          '<a target=\"_blank\" href=\"$1\"><div v-tooltip=\"\\'GitLab\\'\" alt=\"GitLab\" class=\"i-carbon:logo-gitlab\" /></a>'\n      },\n      {\n        name: 'Source Code',\n        find: /\\[Source Code\\]\\(([^\\)]*?)\\)/gm,\n        replace:\n          '<a target=\"_blank\" href=\"$1\"><div v-tooltip=\"\\'Source Code\\'\" alt=\"Source Code\" class=\"i-gravity-ui:code\" /></a>'\n      },\n      {\n        name: 'Telegram',\n        find: /\\[Telegram\\]\\(([^\\)]*?)\\)/gm,\n        replace:\n          '<a target=\"_blank\" href=\"$1\"><div v-tooltip=\"\\'Telegram\\'\" alt=\"Telegram\" class=\"i-mdi:telegram\" /></a>'\n      },\n      {\n        name: 'Subreddit',\n        find: /\\[Subreddit\\]\\(([^\\)]*?)\\)/gm,\n        replace:\n          '<a target=\"_blank\" href=\"$1\"><div v-tooltip=\"\\'Reddit\\'\" alt=\"Reddit\" class=\"i-mdi:reddit\" /></a>'\n      },\n      {\n        name: 'X',\n        find: /\\[X\\]\\(([^\\)]*?)\\)/gm,\n        replace:\n          '<a target=\"_blank\" href=\"$1\"><div v-tooltip=\"\\'X\\'\" alt=\"X\" class=\"i-carbon:logo-x\" /></a>'\n      },\n      {\n        name: 'Tor',\n        find: /\\[.onion\\]\\(([^\\)]*?)\\)/gm,\n        replace:\n          '<a target=\"_blank\" href=\"$1\"><div v-tooltip=\"\\'.onion\\'\" alt=\".onion\" class=\"i-simple-icons:torbrowser w-1em h-1em\" /></a>'\n      },\n      // Platform indicators\n      {\n        name: 'Windows',\n        find: /(?<=\\/ (\\/>|[^/\\r\\n])*)(,\\s)?(?<![a-z]\\s)Windows(?=,|[ \\t]\\/|$)/gm,\n        replace: ' <div v-tooltip=\"\\'Windows\\'\" alt=\"Windows\" class=\"i-qlementine-icons:windows-24\" /> '\n      },\n      {\n        name: 'Mac',\n        find: /(?<=\\/ (\\/>|[^/\\r\\n])*)(,\\s)?(?<![a-z]\\s)Mac(?=,|[ \\t]\\/|$)/gm,\n        replace: ' <div v-tooltip=\"\\'Mac\\'\" alt=\"Mac\" class=\"i-qlementine-icons:mac-fill-16\" /> '\n      },\n      {\n        name: 'Linux',\n        find: /(?<=\\/ (\\/>|[^/\\r\\n])*)(,\\s)?(?<![a-z]\\s)Linux(?=,|[ \\t]\\/|$)/gm,\n        replace: ' <div v-tooltip=\"\\'Linux\\'\" alt=\"Linux\" class=\"i-fluent-mdl2:linux-logo-32\" /> '\n      },\n      {\n        name: 'Android',\n        find: /(?<=\\/ (\\/>|[^/\\r\\n])*)(,\\s)?(?<![a-z]\\s)Android(?=,|[ \\t]\\/|$)/gm,\n        replace: ' <div v-tooltip=\"\\'Android\\'\" alt=\"Android\" class=\"i-material-symbols:android\" /> '\n      },\n      {\n        name: 'iOS',\n        find: /(?<=\\/ (\\/>|[^/\\r\\n])*)(,\\s)?(?<![a-z]\\s)iOS(?=,|[ \\t]\\/|$)/gm,\n        replace: ' <div v-tooltip=\"\\'iOS\\'\" alt=\"iOS\" class=\"i-simple-icons:ios\" /> '\n      },\n      {\n        name: 'Web',\n        find: /(?<=\\/ (\\/>|[^/\\r\\n])*)(,\\s)?(?<![a-z]\\s)Web(?=,|[ \\t]\\/|$)/gm,\n        replace: ' <div v-tooltip=\"\\'Web\\'\" alt=\"Web\" class=\"i-fluent:globe-32-filled\" /> '\n      }\n    ])\n    .getText()\n"
  },
  {
    "path": "docs/.vitepress/types/Feedback.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport z from 'zod'\n\nexport const FeedbackSchema = z.object({\n  message: z.string().min(5).max(1000),\n  type: z.enum(['suggestion', 'appreciation', 'other']),\n  page: z.string().min(3).max(25),\n  // For heading based feedback\n  heading: z.string().min(3).max(99).optional()\n})\n\nexport interface Option {\n  label: string\n  value: FeedbackType['type']\n}\n\nexport const feedbackOptions: Option[] = [\n  {\n    label: '💡 I have a suggestion',\n    value: 'suggestion'\n  },\n  {\n    label: '👍 I appreciate the work',\n    value: 'appreciation'\n  },\n  { label: '📂 Something else', value: 'other' }\n]\n\nexport function getFeedbackOption(\n  value: FeedbackType['type']\n): Option | undefined {\n  return feedbackOptions.find((option) => option.value === value)\n}\n\nexport type FeedbackType = z.infer<typeof FeedbackSchema>\n"
  },
  {
    "path": "docs/.vitepress/utils/markdown.ts",
    "content": "import type { MarkdownRenderer } from 'vitepress'\nimport { getTooltip } from './tooltips'\n\nconst NOTE_MATCH_RE = /\\.vitepress\\/notes\\/([\\w-]+)(?:\\.md)?$/\n\nexport function replaceNoteLink(md: MarkdownRenderer) {\n  md.core.ruler.after('inline', 'url-tooltip', (state) => {\n    for (const token of state.tokens) {\n      if (token.type !== 'inline' || !token.children) continue\n\n      const children = token.children\n      for (let i = 0; i < children.length; i++) {\n        if (children[i].type !== 'link_open') continue\n\n        const href = children[i].attrGet('href') || ''\n        const match = href.match(NOTE_MATCH_RE)\n        if (!match) continue\n\n        const item = getTooltip(match[1])\n        if (!item) continue\n\n        // Find closing link tag\n        let j = i + 1\n        while (j < children.length && children[j].type !== 'link_close') j++\n\n        const tooltip = new state.Token('html_inline', '', 0)\n\n        let title = ''\n        // Extract first header to be used as title\n        const content = item.content.replace(/^#+\\s+(.*)$/m, (_, t) => {\n          title = t\n          return ''\n        })\n\n        const rendered = md.render(content)\n        const props = title ? `title=\"${title.replace(/\"/g, '&quot;')}\"` : ''\n        const footer = `<div class=\"mt-2 text-right opacity-50 text-xs\"><a class=\"tooltip-source-link\" href=\"${href}\">Source</a></div>`\n        tooltip.content = `<Tooltip ${props}>${rendered}${footer}</Tooltip>`\n\n        children.splice(i, j - i + 1, tooltip)\n      }\n    }\n  })\n}"
  },
  {
    "path": "docs/.vitepress/utils/tooltips.ts",
    "content": "import { existsSync, readFileSync } from 'node:fs'\nimport { join, resolve } from 'pathe'\n\nexport interface TooltipData {\n  id: string\n  content: string\n}\n\nconst notesDir = resolve(process.cwd(), 'docs/.vitepress/notes')\n\nexport function getTooltip(id: string): TooltipData | undefined {\n  const filePath = join(notesDir, `${id}.md`)\n  if (!existsSync(filePath)) return undefined\n\n  try {\n    const content = readFileSync(filePath, 'utf-8').trim()\n    return { id, content }\n  } catch (e) {\n    console.warn(`Error reading tooltip ${id}:`, e)\n    return undefined\n  }\n}\n"
  },
  {
    "path": "docs/.vitepress/utils.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\nexport function groupBy<T, K extends keyof any>(\n  arr: T[],\n  key: (i: T) => K\n): Record<K, T[]> {\n  return arr.reduce(\n    (groups, item) => {\n      // biome-ignore lint/suspicious/noAssignInExpressions: <explanation>\n      ;(groups[key(item)] ||= []).push(item)\n      return groups\n    },\n    {} as Record<K, T[]>\n  )\n}\n"
  },
  {
    "path": "docs/.vitepress/vue-shim.d.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n/* eslint-disable ts/consistent-type-imports */\ndeclare module '*.vue' {\n  const component: import('vue').Component\n  export default component\n}\n\n\ndeclare module 'vitepress/dist/client/theme-default/composables/nav' {\n  export function useNav(): {\n    isScreenOpen: import('vue').Ref<boolean>\n    openScreen: () => void\n    closeScreen: () => void\n    toggleScreen: () => void\n  }\n}\n\ndeclare module 'vitepress/dist/client/theme-default/components/VPNavBar.vue' {\n  const component: import('vue').Component\n  export default component\n}\n\ndeclare module 'vitepress/dist/client/theme-default/components/VPNavScreen.vue' {\n  const component: import('vue').Component\n  export default component\n}"
  },
  {
    "path": "docs/ai.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n# ► AI Chatbots\n\n* **Note** - It's **never** a good idea to upload anything personal or confidential to cloud-based AIs, as many of them use your prompts for data collection or training purposes. If you want privacy, it's best to run LLMs locally. If a site does not state that sign-up is required, you can still use it without logging in, but you will face stricter limits and have access to fewer models.\n\n***\n\n## ▷ Official Model Sites\n\n* ⭐ **[AI Studio](https://aistudio.google.com/app/prompts/new_chat)** - Gemini 3.1 Pro / Requires Sign-Up / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini)\n* ⭐ **[Grok](https://grok.com/)** - Grok 4 Fast (96 daily) / Grok 4.1 (24 daily) / [Rate Display](https://greasyfork.org/en/scripts/533963), [2](https://chromewebstore.google.com/detail/grok-rate-limit-display/fcoijmefliggikpeofhojmkpoooocifk) / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)\n* ⭐ **[⁠Z.ai](https://chat.z.ai/)** - GLM-5 / Slides / Unlimited / [Discord](https://discord.gg/QR7SARHRxK)\n* ⭐ **[Gemini](https://gemini.google.com/)** - Gemini 3.1 Pro Preview (5 daily) / Gemini 3 Flash (unlimited) / [Limits](https://support.google.com/gemini/answer/16275805) / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini)\n* ⭐ **[Kimi](https://www.kimi.com/)** - Kimi K2.5 (Thinking) / Slides / Google Login or Phone # Required / [Subreddit](https://www.reddit.com/r/kimi/) / [Discord](https://discord.gg/TYU2fdJykW) / [GitHub](https://github.com/MoonshotAI)\n* ⭐ **[DeepSeek](https://chat.deepseek.com/)** - DeepSeek V3.2 / Requires Sign-Up / Unlimited / [Subreddit](https://www.reddit.com/r/DeepSeek/) / [Discord](https://discord.com/invite/Tc7c45Zzu5) / [GitHub](https://github.com/deepseek-ai)\n* ⭐ **[Microsoft Copilot](https://copilot.microsoft.com)** - GPT-5.1 / Unlimited / [Reasoning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/better-reasoning.md)\n* ⭐ **[Qwen](https://chat.qwen.ai/)** - Qwen3.5-397B-A17B / Qwen3.5-Plus / Unlimited / [Subreddit](https://www.reddit.com/r/Qwen_AI/) / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM)\n* [ChatGPT](https://chatgpt.com/) - GPT-5.3 Instant / [r/OpenAI](https://www.reddit.com/r/OpenAI/) / [r/ChatGPT](https://www.reddit.com/r/ChatGPT/) / [Discord](https://discord.com/invite/openai) / [Limits](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/chatgpt-limits.md) \n* [Claude](https://claude.ai/) - Claude Sonnet 4.6 / Requires Google Login / [Resources](https://awesomeclaude.ai/) / [Learning](https://github.com/ComposioHQ/awesome-claude-skills), [2](https://github.com/BehiSecc/awesome-claude-skills) / [Usage Tracker](https://github.com/lugia19/Claude-Usage-Extension) / [Subreddit](https://www.reddit.com/r/ClaudeAI/) / [Discord](https://discord.com/invite/6PPFFzqPDZ)\n* [⁠Ernie](https://ernie.baidu.com/) - ERNIE 5.0 Preview 1220 / x1 Demo / [4.5 Demo](https://huggingface.co/spaces/baidu/ernie_4.5_turbo_demo) / [x1 Demo](https://huggingface.co/spaces/baidu/ernie_x1_turbo_demo)\n* [MiniMax AI](https://agent.minimax.io/) - Gemini 3 Pro / MiniMax-M2.7 / [Discord](https://discord.com/invite/hailuoai) / [GitHub](https://github.com/MiniMax-AI/MiniMax-M1)\n* [Mistral](https://chat.mistral.ai) - Mistral Large 3 / [Subreddit](https://www.reddit.com/r/MistralAI/) / [Discord](https://discord.gg/mistralai)\n* [⁠Ai2 Playground](https://playground.allenai.org/) - Olmo 3.1 32B (Think) / No Sign-Up / [Discord](https://discord.gg/NE5xPufNwu)\n* [⁠LongCat](https://longcat.chat/) - LongCat Flash Reasoning / Requires Sign-Up / Unlimited / [X](https://x.com/Meituan_LongCat)\n* [⁠Cohere](https://dashboard.cohere.com/playground/chat) - Command A Reasoning / 1000 Monthly / Requires Sign-Up / [Discord](https://discord.com/invite/co-mmunity)\n* [⁠Solar](https://console.upstage.ai/playground/chat) - Solar Pro 3 / No Sign-Up / [Discord](https://discord.com/invite/Cge9FYjV4h)\n* [⁠StepFun](https://stepfun.ai/) - Step 3.5 Flash / DeepSeek R1\n* [Apertus](https://publicai.co/chat), [2](https://chat.publicai.co/) - Apertus 70B \n* [Reka](https://www.reka.ai/) - Reka Flash 3.1 / [Discord](https://discord.gg/jtjNSD52mf)\n* [⁠K2Think](https://www.k2think.ai/) - LLM360 / MBZUAI (not Kimi) / Requires Sign-Up\n* [⁠MiMo Studio](https://aistudio.xiaomimimo.com/) - MiMo-V2-Flash / Requires Sign-Up\n* [⁠Inception Chat](https://chat.inceptionlabs.ai/) - Mercury 2 / Unlimited\n\n***\n\n## ▷ Multiple Model Sites\n\n* ⭐ **[Arena](https://arena.ai/text/direct)**, [2](https://canaryarena.ai/text/direct) - Multiple Models / Requires Sign-Up (single mode) / Reset Limits w/ Cookie Delete or Temp Mail / [OpenAI Bridge](https://github.com/CloudWaddie/LMArenaBridge) / [X](https://x.com/arena) / [Discord](https://discord.com/invite/lmarena)\n* [Yupp.ai](https://yupp.ai/) - Multiple Models / Google Login Required / [Bridge](https://github.com/CloudWaddie/yuppbridge) / [X](https://x.com/yupp_ai) / [Subreddit](https://www.reddit.com/r/yupp_ai/) / [Discord](https://discord.com/invite/yuppai)\n* [⁠ISH](https://ish.chat/) - Multiple Generators / [Subreddit](https://www.reddit.com/r/Ishchat/) / [Discord](https://discord.gg/cwDTVKyKJz)\n* [Pollinations Chat](https://pollinations-chat.vercel.app/), [2](https://pollinations.ai/play), [3](https://ai-studio.puter.site/index.html), [4](https://hey-hi.space/unified) - GPT-5.4 / Claude Sonnet 4.6 / GLM-5 / [Limits](https://enter.pollinations.ai/) / [Discord](https://discord.com/invite/pollinations-ai-885844321461485618)\n* [⁠Woozlit](https://woozlit.com/) - Gemini 3.1 Pro / GPT-5.2 / Kimi K 2.5 / Multiple Models / ≈1900 Monthly / [Discord](https://discord.gg/rdBN6TYf66)\n* [⁠Together.ai](https://chat.together.ai/) - GLM-5 / Kimi K2.5 / Up To 110 Daily / [Discord](https://discord.gg/9Rk6sSeWEG)\n* [NVIDIA NIM](https://build.nvidia.com/models) - GLM-5 / Kimi K2.5 / No Sign-Up\n* [⁠Indic LLM Arena](https://arena.ai4bharat.org/#/chat) - Multiple Chatbots / Unlimited / [Discord](https://discord.com/invite/HqJXnJNDaq)\n* [AI Assistant](https://aiassistantbot.pages.dev/) - Deepseek V3.2 / GLM-4.7 / Kimi K2.5 /  Multiple Models / No Sign-Up\n* [Dolphin Chat](https://chat.dphn.ai/) - GLM-4.7-Flash (Beta-Model) / No Sign Up / Unlimited\n* [Cerebras Chat](https://chat.cerebras.ai/) - GLM-4.7 / Qwen3-235B / Requires Sign-Up\n* [Groq](https://console.groq.com/playground) - Kimi K2-0905 / GPT-OSS-120B / Requires Sign-Up / [Limits](https://console.groq.com/docs/rate-limits) / [Discord](https://discord.com/invite/e6cj7aA4Ts)\n* [Duck AI](https://duck.ai/chat?q=DuckDuckGo+AI+Chat&duckai=1) - Claude Haiku 4.5 / GPT-5 mini / No Sign-Up\n\n***\n\n## ▷ Specialized Chatbots\n\n* 🌐 **[Awesome AI Web Search](https://github.com/felladrin/awesome-ai-web-search), [2](https://huggingface.co/spaces/Felladrin/awesome-ai-web-search)** - AI Search Engine Index\n* ⭐ **[Arena](https://arena.ai/?mode=direct&chat-modality=search)**, [2](https://canaryarena.ai/search/direct) - AI Search Engine / Requires Sign-Up / Reset Limits w/ Cookie Delete or Temp Mail / [OpenAI Bridge](https://github.com/CloudWaddie/LMArenaBridge) / [X](https://x.com/arena) / [Discord](https://discord.com/invite/lmarena)\n* ⭐ **[NotebookLM](https://notebooklm.google.com/)** - Document Chatbot / Note-Taking / [Anki Export](https://chromewebstore.google.com/detail/ankinlm/ecoealfdeebafjpmhjdlbdgpgegjeaem) / [X](https://x.com/NotebookLM) / [Subreddit](https://www.reddit.com/r/notebooklm/) / [Discord](https://discord.com/invite/notebooklm)\n* ⭐ **[Google AI Mode](https://google.com/aimode)** - AI Search Engine\n* ⭐ **[⁠Ask Brave](https://search.brave.com/ask)** - AI Search Engine\n* [Perplexity](https://www.perplexity.ai/) - AI Search Engine / [Enhancements](https://www.cplx.app/) / [Discord](https://discord.com/invite/perplexity-ai)\n* [⁠Exa](https://exa.ai/search) - AI Search Engine\n* [Vane](https://github.com/ItzCrazyKns/Vane) - FOSS AI Search Engine / Self-Hosted / [Discord](https://discord.gg/26aArMy8tT)\n* [Learn About](https://learning.google.com/experiments/learn-about) or [Learning Coach](https://gemini.google.com/gem/learning-coach) - Google's Educational Search AIs\n* [MiroThinker](https://dr.miromind.ai/) - Research Chatbot / [Discord](https://discord.gg/GPqEnkzQZd) / [GitHub](https://github.com/MiroMindAI)\n* [SciSpace](https://scispace.com/) - Research Chatbot / [Discord](https://discord.com/invite/cR3r8wP92C)\n* [⁠iAsk AI](https://iask.ai/) - Research Chatbot\n* [Scinito](https://ekb.scinito.ai/ai/chat) - Research Chatbot\n* [Elicit](https://elicit.com/) - Research Chatbot / [GitHub](https://github.com/elicit)\n* [Alphaxiv](https://www.alphaxiv.org/) - Document Chatbot\n* [PrivateGPT](https://privategpt.dev/) - Document Chatbot / Note-Taking / [Discord](https://discord.com/invite/bK6mRVpErU) / [GitHub](https://github.com/zylon-ai/private-gpt)\n* [Onyx](https://www.onyx.app/) - Document Chatbot / Note-Taking / [Discord](https://discord.com/invite/jDnRGhWhg4) / [GitHub](https://github.com/onyx-dot-app/onyx)\n* [DocsGPT](https://www.docsgpt.cloud/) - Document Chatbot / Note-Taking / [Discord](https://discord.com/invite/n5BX8dh8rU) / [GitHub](https://github.com/arc53/DocsGPT)\n* [Hyperspace](https://hyper.space/) - P2P AI Network / [GitHub](https://github.com/hyperspaceai)\n\n***\n\n## ▷ Local AI Frontends\n\n* 🌐 **[Awesome Local LLM](https://github.com/rafska/awesome-local-llm/)** - Local LLM Platforms / Resources\n* ⭐ **[SillyTavern](https://docs.sillytavern.app/)** - Self-Hosted Interface / [Subreddit](https://www.reddit.com/r/SillyTavernAI/) / [Discord](https://discord.gg/sillytavern) / [GitHub](https://github.com/SillyTavern/SillyTavern)\n* ⭐ **[Open WebUI](https://openwebui.com/)** - Self-Hosted Interface / [Discord](https://discord.gg/5rJgQTnV4s) / [GitHub](https://github.com/open-webui/open-webui)\n* [Msty](https://msty.app/) - Download & Run Models Locally / [Discord](https://discord.gg/2QBw6XxkCC)\n* [Cherry Studio](https://www.cherry-ai.com/) - Desktop App / [Mobile](https://github.com/CherryHQ/cherry-studio-app) / [Discord](https://discord.gg/wez8HtpxqQ) / [GitHub](https://github.com/CherryHQ/cherry-studio)\n* [GPT4Free](https://github.com/xtekky/gpt4free) - Desktop App / [Demo](https://g4f.dev/chat/pro.html), [2](https://g4f.dev/chat/) / [Telegram](https://telegram.me/g4f_channel)\n* [LobeChat](https://lobechat.com/chat) - Desktop App / [Discord](https://discord.gg/AYFPHvv2jT) / [GitHub](https://github.com/lobehub/lobe-chat)\n* [Noi](https://noib.app/) - Desktop App / [Discord](https://discord.gg/kq2HXcpJSQ) / [GitHub](https://github.com/lencx/Noi)\n* [Chatbot UI](https://chatbotui.com) - Desktop App / [GitHub](https://github.com/mckaywrigley/chatbot-ui)\n* [⁠LocalAI](https://localai.io/) - Self-Hosted / [GitHub](https://github.com/mudler/LocalAI)\n* [tgpt](https://github.com/aandrew-me/tgpt) - Self-Hosted\n* [⁠ch.at](https://github.com/Deep-ai-inc/ch.at) - Self-Hosted / Minimal / Lightweight\n* [⁠Can I Run AI Locally](https://www.canirun.ai/) or [What Models?](https://whatmodelscanirun.com/) - Determine Which AI Models You Can Locally Run\n\n***\n\n## ▷ Self-Hosting Tools\n\n* ⭐ **[Jan](https://jan.ai/)** - Self-Hosted / [Discord](https://discord.com/invite/FTk2MvZwJH) / [GitHub](https://github.com/menloresearch/jan)\n* ⭐ **[LM Studio](https://lmstudio.ai/)** - Self-Hosted / [Discord](https://discord.gg/aPQfnNkxGC) / [GitHub](https://github.com/lmstudio-ai)\n* ⭐ **[llama.cpp](https://github.com/ggerganov/llama.cpp)** - Self-Hosted Transformer-Based LLMs\n* ⭐ **[KoboldCpp](https://github.com/LostRuins/koboldcpp)** - llama.cpp with API + GUI / [ROCm](https://github.com/YellowRoseCx/koboldcpp-rocm) / [Colab](https://colab.research.google.com/github/LostRuins/koboldcpp/blob/concedo/colab.ipynb)\n* ⭐ **[oobabooga](https://github.com/oobabooga/text-generation-webui)** - Self-Hosted Models / [Colab](https://colab.research.google.com/github/pcrii/Philo-Colab-Collection/blob/main/4bit_TextGen_Gdrive.ipynb) / [Subreddit](https://www.reddit.com/r/Oobabooga/) / [Discord](https://discord.gg/jwZCF2dPQN)\n* ⭐ **[Aphrodite Engine](https://aphrodite.pygmalion.chat/)** - Serve LLMs at Scale with Kobold & OpenAI APIs / [Colab](https://colab.research.google.com/github/AlpinDale/misc-scripts/blob/main/Aphrodite.ipynb) / [GitHub](https://github.com/PygmalionAI/aphrodite-engine)\n* [Petals](https://petals.dev/) - Self-Hosted / [Discord](https://discord.gg/D9MwApKgWa) / [GitHub](https://github.com/bigscience-workshop/petals)\n* [Leon](https://getleon.ai/) - Self-Hosted / [Discord](https://discord.gg/MNQqqKg) / [GitHub](https://github.com/leon-ai/leon)\n* [Ollama](https://ollama.com/) - Self-Hosted / [Discord](https://discord.com/invite/ollama) / [GitHub](https://github.com/ollama/ollama)\n* [LoLLMs Web UI](https://github.com/ParisNeo/lollms-webui) - Self-Hosted\n* [AnythingLLM](https://anythingllm.com/) - Self-Hosted / [Discord](https://discord.com/invite/YCtUYD5vBf) / [GitHub](https://github.com/Mintplex-Labs/anything-llm)\n* [LibreChat](https://librechat.ai/) - Self-Hosted / [Discord](https://discord.com/invite/CEe6vDg9Ky) / [GitHub](https://github.com/danny-avila/LibreChat)\n* [GPT4All](https://www.nomic.ai/gpt4all) - Self-Hosted / [Discord](https://discord.com/invite/myY5YDR8z8) / [GitHub](https://github.com/nomic-ai/gpt4all)\n* [llamafile](https://github.com/Mozilla-Ocho/llamafile) - Run LLM with Single Files / [Discord](https://discord.gg/YuMNeuKStr)\n* [LLM-API-Key-Proxy](https://github.com/Mirrowel/LLM-API-Key-Proxy) - LLM API Key Proxy\n\n***\n\n## ▷ Roleplaying Chatbots\n\n* 🌐 **[Sukino-Findings](https://rentry.org/Sukino-Findings)** - AI Roleplay Resources\n* ⭐ **[Perchance](https://perchance.org/ai-character-chat)** / [2](https://perchance.org/amoled-chat) / [3](https://perchance.org/urv-ai-chat) - Roleplaying + Images / No Sign-Up / Unlimited / Some NSFW / [Resources](https://perchance.org/perlist) / [Lemmy](https://lemmy.world/u/perchance) / [Subreddit](https://www.reddit.com/r/perchance/) / [Discord](https://discord.gg/43qAQEVV9a)\n* ⭐ **[PygmalionAI](https://pygmalion.chat/)** - Self-Hosted Roleplaying Models / [Guide](https://wikia.schneedc.com/bot-creation/intro) / [Resources](https://claraiscute.neocities.org/Guides/PygmalionLinks/), [2](https://claraiscute.pages.dev/Guides/PygmalionLinks/) / [Subreddit](https://www.reddit.com/r/PygmalionAI/) / [Discord](https://discord.com/invite/pygmalionai) / [GitHub](https://github.com/PygmalionAI)\n* ⭐ **[FlowGPT](https://flowgpt.com)** - Roleplaying Chatbots / Some NSFW / [Discord](https://discord.com/invite/tWZGzcpTkf)\n* ⭐ **[Chub](https://chub.ai/)** - Character Cards / Some NSFW / [Subreddit](https://www.reddit.com/r/Chub_AI/) / [Discord](https://discord.gg/chubai) / [GitHub](https://github.com/CharHubAI)\n* [Miku](https://docs.miku.gg/) (No Sign-Up) / [Discord](https://discord.gg/3XPdpUdGgV), [HammerAI](https://www.hammerai.com/desktop) or [Agnai](https://agnai.chat/) / [Discord](https://discord.com/invite/DAn38sA8Qj) - Chatbot Builders\n* [4thWall AI](https://beta.4wall.ai/) - Roleplaying Chatbots / [Subreddit](https://www.reddit.com/r/4WallAI/) / [Discord](https://discord.com/invite/4wallai)\n* [WyvernChat](https://app.wyvern.chat/) - Roleplaying Chatbots\n* [FictionLab](https://fictionlab.ai/) - Roleplaying / Story Chatbot / [Discord](https://discord.com/invite/SKcb2C7HjH)\n* [AI Dungeon](https://aidungeon.com/) - Roleplaying / Story Chatbot / No Sign-Up / [Subreddit](https://www.reddit.com/r/AIDungeon/) / [Discord](https://discord.com/invite/HB2YBZYjyf)\n* [Spellbound](https://www.tryspellbound.com/) - Roleplaying / Story Chatbot / No Sign-Up\n* [TavernAI](https://tavernai.net/) - Roleplaying / Story Chatbot / [Colab](https://colab.research.google.com/github/vrihatgan/TavernAI/blob/main/colab/colab.ipynb) / [Discord](https://discord.gg/zmK2gmr45t) / [GitHub](https://github.com/TavernAI/TavernAI)\n* [KoboldAI](https://koboldai.com/) - GUI for Roleplaying Chatbots / No Sign-Up / [Discord](https://discord.com/invite/XuQWadgU9k) / [GitHub](https://github.com/henk717/KoboldAI)\n* [KoboldAI Lite](https://lite.koboldai.net/) - Roleplaying + Images / No Sign-Up / Unlimited / Some NSFW / [Discord](https://discord.com/invite/XuQWadgU9k)\n* [Llama + SillyTavern](https://rentry.org/llama_v2_sillytavern) - Llama + SillyTavern Roleplaying Setup Guide\n* [Crossing the Uncanny Valley](https://www.sesame.com/research/crossing_the_uncanny_valley_of_voice#demo) - Realistic AI Voice Chatlooks\n* [⁠your ai slop bores me](https://youraislopbores.me/) - Interactive Human AI Roleplaying / [Discord](https://discord.gg/aislop)\n\n***\n\n# ► AI Writing Tools\n\n* ⭐ **[Toolbaz](https://toolbaz.com/)** - Online AI Text Tools\n* ⭐ **[TextFX](https://textfx.withgoogle.com/)** / [GitHub](https://github.com/google/generative-ai-docs/tree/main/demos/palm/web/textfx) or [Rytr](https://rytr.me/) - AI Creative Writing Tools / No Sign-Up\n* [Dreamily](https://dreamily.ai/) - Story Writing AI\n* [Quarkle](https://quarkle.ai/) - AI Writing Assistant\n\n***\n\n## ▷ [Grammar Check](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_grammar_check)\n\n***\n\n# ► Video Generation\n\n* **Note** - Keep in mind that most of these will require signup, and in most cases can only generate relatively short videos.\n\n***\n\n* 🌐 **[VBench](https://huggingface.co/spaces/Vchitect/VBench_Leaderboard)** - Video Generation Model Leaderboard\n* ⭐ **[⁠GeminiGenAI](https://geminigen.ai/app/video-gen)** - Veo 3.1 / Sora 2 / Grok / 10s-15s / Login required / Reset Limits w/ Temp Mail / [Discord](https://discord.gg/vJnYe86T8F)\n* ⭐ **[⁠Klipy](https://klipy.com/create/gif-maker/)** - Veo 3 / GIF Only / 4s-5s / Unlimited / Requires Sign-Up\n* ⭐ **[Arena](https://arena.ai/?chat-modality=video)**, [2](https://canaryarena.ai/video) - 3 Daily / Requires Sign-Up / Random Models / Reset Limits w/ Temp Mail / End-Watermark / [X](https://x.com/arena) / [Discord](https://discord.com/invite/lmarena)\n* [Design Arena](https://www.designarena.ai/) - Multiple Models / No Direct Mode / Reset Limits / w Temp Mail / [X](https://x.com/designarena) / [Discord](https://discord.com/invite/Bw9Ajcb3pR)\n* [Bing Create](https://www.bing.com/images/create) - Sora 1 / No Image Input\n* [Wan AI](https://wan.video/) / Wan AI / Wan 2.6 / Image to Video / [GitHub](https://github.com/Wan-Video/Wan2.1)\n* [⁠HunyuanVideo](https://hunyuan.tencent.com/modelSquare/home/play?modelId=303&from=/visual) - Unlimited / Requires Sign-Up\n* [Pollinations Chat](https://pollinations-chat.vercel.app/), [2](https://pollinations.ai/play) - Grok-Video / [Limits](https://enter.pollinations.ai/) / [Discord](https://discord.com/invite/pollinations-ai-885844321461485618)\n* [Sora](https://openai.com/index/sora/) - 6 Daily / [Remove Watermarks](https://unmarkit.app/sora) / [Signup Guide](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/sora.md)\n* [Meta AI](https://www.meta.ai/) - Unlimited / Requires Sign-Up\n* [⁠Vheer](https://vheer.com/) - Unlimited / No Sign-Up / [X](https://x.com/VheerAI) / [Discord](https://discord.com/invite/33qfQRCp5j)\n* [Qwen](https://chat.qwen.ai/) - 5/12 Per Hour / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM)\n* [AIFreeVideo](https://aifreevideo.com/) - Unlimited / MiniMax Video-01 / Requires Sign-Up\n* [ModelScope Video](https://modelscope.ai/civision/videoGeneration) - Wan 2.2 14B / 3 Daily / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/modelscope.md)\n* [Dreamina](https://dreamina.capcut.com/ai-tool/home) - 120 Credits Daily\n* [Google Flow](https://labs.google/fx/tools/flow) - Veo 3.1 (5 Monthly) / [Discord](https://discord.com/invite/googlelabs)\n* [PixVerse](https://pixverse.ai/) - 3 Daily / [Discord](https://discord.com/invite/MXHErdJHMg)\n* [Genmo](https://www.genmo.ai/) - 30 Monthly / [GitHub](https://github.com/genmoai/mochi)\n* [FramePack](https://github.com/colinurbs/FramePack-Studio) - Desktop App / Local Models / Requires NVIDIA GPU\n* [Eggnog](https://www.eggnog.ai/) - AI Character Video Remixer + Editor\n* [⁠Pinokio](https://pinokio.co/) - Plugin-Based / Self-Hosted / NVIDIA Required\n\n***\n\n# ► Image Generation\n\n* 🌐 **[Arena Text to Image](https://arena.ai/leaderboard/text-to-image)** or **[Arena Editing](https://arena.ai/leaderboard/image-edit)** - Image Gen Benchmarks / Leaderboards\n* ⭐ **[Google Flow](https://labs.google/fx/tools/flow)** - Nano Banana Pro / 20+ Per Day / Varies / Nano Banana 2 / Unlimited / Google Login / [Discord](https://discord.com/invite/googlelabs)\n* ⭐ **[Google AI Mode](https://google.com/aimode)** - Nano Banana 2 / Unlimited / Google Login / [Discord](https://discord.com/invite/googlelabs)\n* ⭐ **[⁠GeminiGenAI](https://geminigen.ai/app/imagen)** - Nano Banana Pro / Nano Banana 2 / Sign-up / Unlimited / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/gemai.md) / [Discord](https://discord.com/invite/vJnYe86T8F)\n* ⭐ **[Arena](https://arena.ai/?mode=direct&chat-modality=image)**, [2](https://canaryarena.ai/image/direct) - Multiple Generators / Editing / Requires Sign-Up / Reset Limits w/ Cookie Delete or Temp Mail / [X](https://x.com/arena) / [Discord](https://discord.com/invite/lmarena)\n* ⭐ **[Gemini](https://gemini.google.com/)** - Nano Banana 2 (20 per day) / Google Login / [Remove Watermarks](https://banana.ovo.re/) / [Discord](https://discord.com/invite/gemini)\n* ⭐ **[Bing Create](https://www.bing.com/images/create)** - Unlimited / GPT Image 1 / Editing / Generating / Sign-Up\n* ⭐ **[Dreamina](https://dreamina.capcut.com/ai-tool/home)** - 120 Credits Daily / Seedream 4.5 / Nano Banana / Sign-Up\n* ⭐ **[⁠Hunyuan Image Generation](https://hunyuan.tencent.com/visual)** - Generating / Editing / 3D / Sign-Up / Unlimited\n* ⭐ **[Perchance](https://perchance.org/ai-photo-generator)** / [2](https://perchance.org/ai-text-to-image-generator) - Chroma-Based / Unlimited / [Resources](https://perchance.org/perlist) / [Lemmy](https://lemmy.world/u/perchance) / [Subreddit](https://www.reddit.com/r/perchance/) / [Discord](https://discord.gg/43qAQEVV9a)\n* [Yupp.ai](https://yupp.ai/) - Multiple Generators / Google Login / [X](https://x.com/yupp_ai) / [Subreddit](https://www.reddit.com/r/yupp_ai/) / [Discord](https://discord.com/invite/yuppai)\n* [Design Arena](https://www.designarena.ai/) - Multiple Generators / Editing / Sign-up / No Direct Mode / Reset Limits / w Temp Mail / [Discord](https://discord.com/invite/Bw9Ajcb3pR)\n* [AI Studio](https://aistudio.google.com/generate-image) - Nano Banana / Google Login / [Discord](https://discord.com/invite/gemini)\n* [Khoj](https://app.khoj.dev/?v=app) - Nano Banana / Unlimited / [Discord](https://discord.gg/aP5ZmqCK4g)\n* [Grok](https://grok.com/) - Traffic-Based / Editing / Generating / Sign-Up / [Subreddit](https://www.reddit.com/r/grok/) / [Discord](https://discord.com/invite/kqCc86jM55)\n* [Qwen](https://chat.qwen.ai/) - 30 Per 24 Hours / Editing / Sign-Up / [Discord](https://discord.com/invite/CV4E9rpNSD) / [GitHub](https://github.com/QwenLM)\n* [OpenSourceGen](https://opensourcegen.com/) - Hunyuan Image 3.0 / Z-Image Turbo / 1000 Credits Per Day / Sign-Up / [Discord](https://discord.gg/W4Svx2QhHb)\n* [Recraft](https://www.recraft.ai/) - 30 Daily / Sign-Up / [Discord](https://discord.gg/recraft)\n* [Pollinations Chat](https://pollinations-chat.vercel.app/), [2](https://pollinations.ai/play) - Grok Imagine / Flux-2 Dev / [Limits](https://enter.pollinations.ai/) / [Discord](https://discord.com/invite/pollinations-ai-885844321461485618)\n* [⁠CimoGeneration](https://cimo.ezif.in/#create) - GPT Image 1.5 / 5 Hourly /  GPT Image 1 / 10 Hourly\n* [Reve Image](https://app.reve.com) - 20 Daily / Editing / Sign-Up / [X](https://x.com/reve) / [Discord](https://discord.gg/Nedxp9fYUZ)\n* [TheresAnAIForThat](https://theresanaiforthat.com/@taaft/image-to-image-generator/) or [⁠Vheer](https://vheer.com/) / [X](https://x.com/VheerAI) / [Discord](https://discord.com/invite/33qfQRCp5j) - Editing / Unlimited / Flux Kontext Dev\n* [AIGazou](https://muryou-aigazou.com/) - Flux / Z-Image Turbo / Unlimited / GPT Image 1 / 10 Daily / Sign-Up / [Discord](https://discord.gg/v6KzUbPeKh)\n* [⁠ZonerAI](https://zonerai.com/en/image-editor) - Flux Schnell / Unlimited / Editing / 4K / Sign-Up\n* [Meta AI](https://www.meta.ai/) - Unlimited / Sign-Up\n* [ModelScope Images](https://modelscope.ai/civision/imageGeneration) - Qwen Image Edit / Z-Image Turbo / 100 Credits Daily / Model Cost Varies / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/modelscope.md)\n* [⁠FlatAI](https://flatai.org/ai-image-generator-free-no-signup/) or [Z-GEN TURBO](https://z-gen-turbo.vercel.app/) - Z-Image Turbo\n* [⁠Ernie](https://ernie.baidu.com/) - Unlimited / Editing / Sign-Up\n* [LongCat AI](https://longcat.chat/) - 100 Daily / Editing\n* [⁠MAI Playground](https://playground.microsoft.ai/chat) - MAI-Image-2 / 10 Daily / Sign-Up\n* [Mage](https://www.mage.space/) / [Discord](https://discord.com/invite/GT9bPgxyFP), [⁠Tater AI](https://taterai.github.io/Text2Image-Generator.html), [Loras](https://www.loras.dev/) / [X](https://x.com/tater_ai) / [GitHub](https://github.com/Nutlope/loras-dev), [ToolBaz](https://toolbaz.com/image/ai-image-generator), [AI Gallery](https://aigallery.app/) / [Telegram](https://t.me/aigalleryapp), [AIFreeForever](https://aifreeforever.com/image-generators) or [Art Genie](https://artgenie.pages.dev/) - Flux Schnell\n* [⁠Coze](https://space.coze.cn/) - Seadream 4.0 / 50 Daily / Sign-Up with Phone / US Select CA\n* [imgsys](https://imgsys.org/) - Compare Generators / Unlimited / No Direct Mode\n* [Diffusers Image Outpaint](https://huggingface.co/spaces/fffiloni/diffusers-image-outpaint) - AI Image Extender / [Limits](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/hugging-face-warning.md)\n* [Genie](https://lumalabs.ai/genie) / [Discord](https://discord.com/invite/ASbS3EykXm), [Shap-e](https://github.com/openai/shap-e), [Stable Dreamfusion](https://github.com/ashawkey/stable-dreamfusion) or [threestudio](https://github.com/threestudio-project/threestudio) / [Colab](https://colab.research.google.com/github/threestudio-project/threestudio/blob/main/threestudio.ipynb) / [Discord](https://discord.gg/ejer2MAB8N) - 3D Image Generators\n* [Interactive Scenes](https://lumalabs.ai/interactive-scenes) - Generate Interactive Scenes / [Discord](https://discord.com/invite/ASbS3EykXm)\n* [Illusion Diffusion](https://huggingface.co/spaces/AP123/IllusionDiffusion) - Illusion Artwork Generator / [Limits](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/hugging-face-warning.md)\n\n***\n\n## ▷ Local Frontends\n\n* ⭐ **[Stability Matrix](https://lykos.ai/)** / [Discord](https://discord.com/invite/TUrgfECxHz) / [GitHub](https://github.com/LykosAI/StabilityMatrix)\n* ⭐ **[Invoke](https://invoke-ai.github.io/InvokeAI/)** / [Discord](https://discord.com/invite/ZmtBAhwWhy) / [GitHub](https://github.com/invoke-ai/InvokeAI)\n* ⭐ **[ComfyUI](https://www.comfy.org/)** / [Subreddit](https://www.reddit.com/r/comfyui/) / [Discord](https://discord.gg/comfyorg) / [GitHub](https://github.com/comfyanonymous/ComfyUI)\n* ⭐ **[Fooocus](https://github.com/lllyasviel/Fooocus)**, [2](https://github.com/MoonRide303/Fooocus-MRE) / [Colab](https://colab.research.google.com/github/lllyasviel/Fooocus/blob/main/fooocus_colab.ipynb)\n* ⭐ **[Mochi Diffusion](https://github.com/MochiDiffusion/MochiDiffusion)** - Stable Diffusion for Mac / [Discord](https://discord.com/invite/x2kartzxGv)\n* ⭐ **[DiffusionBee](https://diffusionbee.com/)** - Stable Diffusion for Mac / [Discord](https://discord.com/invite/t6rC5RaJQn) / [GitHub](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui)\n* ⭐ **[Automatic1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui)** / [Fork](https://github.com/anapnoe/stable-diffusion-webui-ux), [2](https://github.com/vladmandic/sdnext) / [Colab](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Online-Services#google-colab) / [Photoshop](https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin) / [Templates](https://github.com/ThereforeGames/unprompted) / [Upscaling](https://github.com/Coyote-A/ultimate-upscale-for-automatic1111), [2](https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111)\n* [StableStudio](https://github.com/Stability-AI/StableStudio)\n* [Easy Diffusion](https://easydiffusion.github.io/) / [Discord](https://discord.com/invite/u9yhsFmEkB) / [GitHub](https://github.com/easydiffusion/easydiffusion)\n* [Makeayo](https://makeayo.com) / [Discord](https://discord.gg/FbdSxdeV8m)\n* [biniou](https://github.com/Woolverine94/biniou)\n* [Dione](https://getdione.app/) / [GitHub](https://github.com/dioneapp/dioneapp)\n* [Sygil WebUI](https://sygil-dev.github.io/sygil-webui/) / [Colab](https://colab.research.google.com/github/Sygil-Dev/sygil-webui/blob/main/Web_based_UI_for_Stable_Diffusion_colab.ipynb) / [Discord](https://discord.com/invite/ttM8Tm6wge) / [GitHub](https://github.com/Sygil-Dev/sygil-webui)\n* [Radiata](https://ddpn08.github.io/Radiata/en/)\n* [SD WebUI Forge](https://github.com/lllyasviel/stable-diffusion-webui-forge)\n* [ComfyUI-Zluda](https://github.com/patientx/ComfyUI-Zluda)\n* [⁠Pinokio](https://pinokio.co/) - Plugin-Based / Self-Hosted / NVIDIA Required\n* [⁠Diffuse](https://huggingface.co/TensorStack/Diffuse) - Stable Diffusion for AMD Systems / [Discord](https://discord.gg/ptgMMv36Xu)\n\n***\n\n## ▷ Guides / Tools\n\n* 🌐 **[Paper2GUI](https://github.com/Baiyuetribe/paper2gui/blob/main/README_en.md)**, [sdg-link](https://rentry.co/sdg-link), [LocalModelsLinks](https://rentry.org/LocalModelsLinks) or [SDTools](https://sdtools.org) - AI Image Resources\n* 🌐 **[Civitai](https://civitai.com/)** - SD Model Index / [Archive](https://civarchive.com/) / [Subreddit](https://www.reddit.com/r/civitai/) / [Discord](https://discord.gg/UwX5wKwm6c) / [GitHub](https://github.com/civitai/civitai)\n* 🌐 **[⁠Prompy](https://www.prompy.me/)** or [promptoMANIA](https://promptomania.com/) - Prompt Indexes\n* ⭐ **[A Traveler's Guide to the Latent Space](https://sweet-hall-e72.notion.site/A-Traveler-s-Guide-to-the-Latent-Space-85efba7e5e6a40e5bd3cae980f30235f)** - AI Art Guide\n* [⁠ImagePromptGuru](https://imagepromptguru.net/) or [CLIP Interrogator](https://huggingface.co/spaces/fffiloni/CLIP-Interrogator-2) / [Colab](https://colab.research.google.com/github/pharmapsychotic/clip-interrogator/blob/main/clip_interrogator.ipynb), [2](https://colab.research.google.com/github/pharmapsychotic/clip-interrogator/blob/open-clip/clip_interrogator.ipynb) - Determine Image Prompts \n* [SD Dynamic Prompts](https://github.com/adieyal/sd-dynamic-prompts) - Extension for Automatic1111\n* [AI Horde](https://stablehorde.net/) - Stable Diffusion GPU Hoarde / [Interface](https://aqualxx.github.io/stable-ui/), [2](https://tinybots.net/artbot), [3](https://artificial-art.eu/) / [Discord](https://discord.gg/3DxrhksKzn) / [GitHub](https://github.com/Haidra-Org/AI-Horde)\n* [IOPaint](https://www.iopaint.com/) - Image Fill / Item Removal / [Colab](https://colab.research.google.com/drive/1TKVlDZiE3MIZnAUMpv2t_S4hLr6TUY1d?usp=sharing)\n* [Generative AI for Beginners](https://microsoft.github.io/generative-ai-for-beginners/) - Generative AI Guides\n\n***\n\n## ▷ [Image Restoration](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_upscale_.2F_restore)\n\n***\n\n# ► Audio Generation\n\n* ⭐ **[Suno](https://suno.com/)** - 10 Daily / [Guide](https://sunoaiwiki.com/en) / [Discord](https://discord.com/invite/suno)\n* [Sonauto](https://sonauto.ai/) / Unlimited / [Discord](https://discord.gg/pfXar3ChH8)\n* [Pollinations Chat](https://pollinations-chat.vercel.app/), [2](https://pollinations.ai/play) - Suno v5 / [Limits](https://enter.pollinations.ai/) / [Discord](https://discord.com/invite/pollinations-ai-885844321461485618)\n* [MusicFX](https://labs.google/fx/tools/music-fx) / Region-Based\n* [WolframTones](https://tones.wolfram.com/) / No Sign-Up\n* [Stable Audio](https://www.stableaudio.com/) / 10 Monthly / [Discord](https://discord.com/invite/stablediffusion)\n* [MusicGen](https://github.com/facebookresearch/audiocraft/blob/main/docs/MUSICGEN.md) / No Sign-Up / [Colab](https://colab.research.google.com/drive/1ECmNEoXk8kvnLEMBMF2LY82E7XmIG4yu) / [Limits](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/hugging-face-warning.md)\n* [Waveformer](https://waveformer.replicate.dev/) / [GitHub](https://github.com/fofr/waveformer)\n* [SOUNDRAW](https://soundraw.io/) / No Sign-Up\n* [Mubert](https://mubert.com/)\n* [⁠ACE-Step 1.5](https://huggingface.co/spaces/ACE-Step/Ace-Step-v1.5) / No Sign-Up / [GitHub](https://github.com/ace-step/ACE-Step-1.5)\n* [AIVA](https://aiva.ai/) / [Discord](https://discord.com/invite/ypDnFXN)\n* [Boomy](https://boomy.com/) / [Discord](https://discord.gg/DNHQXeJegp)\n* [⁠Producer.ai](https://www.producer.ai/)\n* [⁠MusicGPT](https://musicgpt.com/)\n* [AI Jukebox](https://huggingface.co/spaces/enzostvs/ai-jukebox) / No Sign-Up / [Limits](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/hugging-face-warning.md)\n* [Eapy](https://home.eapy.io/) - MIDI Sample Generator\n* [Pack Generator](https://output.com/products/pack-generator) - Sample Pack Generator\n* [MMAudio](https://hkchengrex.com/MMAudio/) - Generate Audio for Silent Videos / [Demo](https://huggingface.co/spaces/hkchengrex/MMAudio) / [Colab](https://colab.research.google.com/drive/1TAaXCY2-kPk4xE4PwKB3EqFbSnkUuzZ8?usp=sharing) / [GitHub](https://github.com/hkchengrex/MMAudio)\n\n***\n\n## ▷ Text to Speech\n\n* 🌐 **[Arena TTS](https://arena.ai4bharat.org/#/tts)** - Text to Speech Model Benchmarks / Leaderboards\n* ⭐ **[TTS Online](https://www.text-to-speech.online/)** / No Sign-Up\n* [Audiblez](https://github.com/santinic/audiblez), [Ebook2Audiobook](https://github.com/DrewThomasson/ebook2audiobook) / [2](https://huggingface.co/spaces/drewThomasson/ebook2audiobook), [ElevenReader](https://elevenreader.io/), [⁠Paper2Audio](https://www.paper2audio.com/) or [ReadWise](https://readwise.io/read) (reset trial) - Convert Books / Documents to Audiobooks\n* [Google Illuminate](https://illuminate.google.com/) - Generate AI Conversations\n* [ElevenLabs](https://elevenlabs.io/) / No Sign-Up / [Discord](https://discord.gg/elevenlabs) / [GitHub](https://github.com/elevenlabs)\n* [Pollinations Chat](https://pollinations-chat.vercel.app/), [2](https://pollinations.ai/play) - ElevenLabs v3 TTS / [Limits](https://enter.pollinations.ai/) / [Discord](https://discord.com/invite/pollinations-ai-885844321461485618)\n* [Google Speech Gen](https://aistudio.google.com/generate-speech)\n* [TTS-WebUI](https://ttswebui.com/) / No Sign-Up / [Colab](https://colab.research.google.com/github/rsxdalv/tts-webui/blob/main/notebooks/google_colab.ipynb) / [Discord](https://discord.gg/V8BKTVRtJ9) / [GitHub](https://github.com/rsxdalv/TTS-WebUI)\n* [FakeYou](https://fakeyou.com/) / No Sign-Up / [Discord](https://discord.gg/fakeyou)\n* [Tortoise TTS](https://github.com/neonbjb/tortoise-tts) / No Sign-Up\n* [Bark](https://github.com/suno-ai/bark) / No Sign-Up / [Colab](https://colab.research.google.com/drive/1eJfA2XUa-mXwdMy7DoYKVYHI1iTd9Vkt?usp=sharing) / [Discord](https://discord.com/invite/J2B2vsjKuE) / [Limits](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/hugging-face-warning.md) \n* [TTSOpenAI](https://ttsopenai.com/) or [OpenAI.fm](https://www.openai.fm/) / No Sign-Up / OpenAI's Bot\n* [⁠GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS) / No Sign-Up\n* [Kyutai TTS](https://kyutai.org/next/tts) / No Sign-Up\n* [AudioArena](https://audioarena.ai/) / No Sign-Up\n* [LazyPy](https://lazypy.ro/tts/) / No Sign-Up / [GitHub](https://github.com/chrisjp/tts)\n* [Kokoro TTS](https://huggingface.co/spaces/hexgrad/Kokoro-TTS) / No Sign-Up / [Discord](https://discord.gg/QuGxSWBfQy) / [GitHub](https://github.com/hexgrad/kokoro) / [Limits](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/hugging-face-warning.md) \n* [Ondoku](https://ondoku3.com/en/) / No Sign-Up\n* [⁠Speechma](https://speechma.com/) / No Sign-Up\n* [⁠Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M) / No Sign-Up\n* [⁠Chatterbox](https://huggingface.co/spaces/ResembleAI/Chatterbox) / No Sign-Up / [GitHub](https://github.com/resemble-ai/chatterbox) / [Limits](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/hugging-face-warning.md)\n* [⁠Audio.Z.AI](https://audio.z.ai/)\n* [AnyVoiceLab](https://anyvoicelab.com/long-form-text-to-speech-converter/) / No Sign-Up\n* [VoiceCraft](https://github.com/jasonppy/VoiceCraft) / [Colab](https://colab.research.google.com/drive/1IOjpglQyMTO2C3Y94LD9FY0Ocn-RJRg6?usp=sharing)\n* [EmotiVoice](https://github.com/netease-youdao/EmotiVoice)\n* [⁠Cartesia](https://play.cartesia.ai/)\n* [Fish Audio](https://fish.audio/) / [GitHub](https://github.com/fishaudio)\n* [Audio-WebUI](https://github.com/gitmylo/audio-webui) / No Sign-Up / [Colab](https://colab.research.google.com/github/gitmylo/audio-webui/blob/master/audio_webui_colab.ipynb) / [Discord](https://discord.gg/NB86C3Szkg)\n* [VanillaVoice](https://www.vanillavoice.com/) / No Sign-Up\n* [LOVO](https://lovo.ai/) / [Discord](https://discord.gg/vWHw5ZKEmk)\n* [SoundofText](https://soundoftext.com/) / No Sign-Up\n* [FreeTTS](https://freetts.com/)\n* [Hume](https://www.hume.ai/) / No Sign-Up\n* [NaturalReaders](https://www.naturalreaders.com/online/) / No Sign-Up\n* [AIVocal](https://aivocal.io/) / Requires Google Account\n* [Moe TTS](https://huggingface.co/spaces/skytnt/moe-tts) / No Sign-Up / [Colab](https://colab.research.google.com/drive/14Pb8lpmwZL-JI5Ub6jpG4sz2-8KS0kbS?usp=sharing) / [Limits](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/hugging-face-warning.md)\n\n***\n\n## ▷ Voice Change / Clone\n\n* ⭐ **[Applio](https://applio.org/)** - Voice Cloning / No Sign-Up / [Discord](https://discord.gg/urxFjYmYYh) / [GitHub](https://github.com/IAHispano/Applio)\n* ⭐ **[RVC V2](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/main/docs/en/README.en.md)** - RVC V2 Voice Cloning (Locally) / [Discord](https://discord.gg/HcsmBBGyVk)\n* ⭐ **[Voice Changer](https://github.com/w-okada/voice-changer/blob/master/docs_i18n/README_en.md)** - Real-Time Voice Changer (W-Okada) / [Guide](https://rentry.co/VoiceChangerGuide) / [Colab](https://colab.research.google.com/github/w-okada/voice-changer/blob/master/Realtime_Voice_Changer_on_Colab.ipynb)\n* [Voice Models](https://voice-models.com/) / [Discord](https://discord.gg/3WJ8r6Bf5A) - AI Voice Models and Guides\n* [AnyVoiceLab](https://anyvoicelab.com/voice-cloning/) - Voice Cloning / No Sign-Up\n* [AllVoiceLab](https://www.allvoicelab.com/) - Voice Cloning\n* [Zyphra](https://playground.zyphra.com/audio) - Voice Cloning / [GitHub](https://github.com/Zyphra/Zonos)\n\n***\n\n## ▷ Voice Removal / Separation\n\n* 🌐 **[MultiSong Leaderboard](https://mvsep.com/quality_checker/multisong_leaderboard)** - Music & Voice Separation AI Leaderboards\n* ⭐ **[MVSEP](https://mvsep.com/)** - 50 Daily / [Decrease Queue Time](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/mvsep-note.md)\n* [Splitter](https://www.bandlab.com/splitter) / Requires Sign-Up\n* [MDX23](https://github.com/jarredou/MVSEP-MDX23-Colab_v2)\n* [Music-Source-Separation](https://github.com/jarredou/Music-Source-Separation-Training-Colab-Inference)\n* [VocalRemover](https://vocalremover.org/)\n* [Audacity Effects](https://www.audacityteam.org/download/openvino/) / [GitHub](https://github.com/intel/openvino-plugins-ai-audacity)\n* [Ultimate Vocal Remover](https://colab.research.google.com/github/NaJeongMo/Colaboratory-Notebook-for-Ultimate-Vocal-Remover/blob/main/Vocal%20Remover%205_arch.ipynb)\n* [Remove Vocals](https://www.remove-vocals.com/), [2](https://www.acapella-extractor.com/)\n* [Vocali.se](https://vocali.se/en)\n* [Mazmazika](https://www.mazmazika.com/)\n* [Ezstems](https://ezstems.com/)\n\n***\n\n# ► [AI Coding Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25BA_ai_tools)\n\n***\n\n# ► AI Tools\n\n* 🌐 **[AI Price Compare](https://countless.dev/)**, **[LLM Pricing](https://www.llm-prices.com/)** / [GitHub](https://github.com/simonw/llm-prices) or **[PricePerToken](https://pricepertoken.com/)** - AI / LLM API Price Comparisons\n* 🌐 **[sindresorhus's Awesome ChatGPT](https://github.com/sindresorhus/awesome-chatgpt)** or [Awesome ChatGPT](https://github.com/uhub/awesome-chatgpt) - AI Resources\n* 🌐 **[Every ChatGPT GUI](https://github.com/billmei/every-chatgpt-gui)** - ChatGPT GUI Index\n* ↪️ **[AI API Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools/#wiki_.25B7_api_tools)**\n* [⁠LLM Timeline](https://llm-timeline.com/) - Interactive LLM History Timeline \n* [tldraw computer](https://computer.tldraw.com/) - Create Component Workflows to Generate or Transform Data / [Discord](https://discord.com/invite/SBBEVCA4PG) / [GitHub](https://github.com/tldraw/tldraw)\n* [⁠Page Assist](https://github.com/n4ze3m/page-assist), [ChatGPT Box](https://github.com/josStorer/chatGPTBox) or [KeepChatGPT](https://github.com/xcanwin/KeepChatGPT/blob/main/docs/README_EN.md) - Extensions\n* [LLM](https://llm.datasette.io/) - LLM CLI / [Discord](https://discord.com/invite/RKAH4b8TvE) / [GitHub](https://github.com/simonw/llm)\n* [⁠LightSession](https://github.com/11me/light-session) - Fix ChatGPT Lag \n* [⁠Privatiser](https://privatiser.net/) - Anonymize Sensitive Data for AI\n* [ChatGPT DeMod](https://github.com/4as/ChatGPT-DeMod) - Block ChatGPT Moderation Checks\n* [MassiveMark](https://www.bibcit.com/en/massivemark) - Convert LLM Chats to DOCX / [Discord](https://discord.gg/fPtQAQYmqq)\n* [ChatGPT Widescreen](https://chatgptevo.com/widescreen/) - ChatGPT Widescreen / Fullscreen / [GitHub](https://github.com/adamlui/chatgpt-widescreen)\n* [screenpipe](https://screenpi.pe/) - AI Screen Recorder / No Sign-Up / [Discord](https://discord.gg/dU9EBuw7Uq) / [GitHub](https://github.com/mediar-ai/screenpipe)\n* [ChatGPT Exporter](https://greasyfork.org/en/scripts/456055) - Export Chats / [GitHub](https://github.com/pionxzh/chatgpt-exporter)\n* [GPThemes](https://github.com/itsmartashub/GPThemes) - ChatGPT Themes\n* [LLM Model VRAM Calculator](https://huggingface.co/spaces/NyxKrage/LLM-Model-VRAM-Calculator) - LLM Requirement Calculators\n* [AI Piracy Resources](https://rentry.org/aipiracyresources) - AI Piracy Guide / Resources\n\n***\n\n## ▷ AI Prompts\n\n* **Note** - Bypassing chatbot safeguards (aka jailbreaking) is against the TOS of most AI, so use them at your own risk.\n\n***\n\n* 🌐 **[L1B3RT4S](https://github.com/elder-plinius/L1B3RT4S)** - Jailbreak Prompts / [X](https://x.com/elder_plinius) / [Discord](https://discord.gg/basi)\n* ⭐ **[BlackFriday GPTs Prompts](https://github.com/friuns2/BlackFriday-GPTs-Prompts)** - Prompt Directory\n* ⭐ **[Leaked Prompts](https://github.com/linexjlin/GPTs)** - Prompt Directory\n* ⭐ **[Prompt Engineering Guide](https://www.promptingguide.ai)** / [Discord](https://discord.gg/FUyz9vPAwf) / [GitHub](https://github.com/dair-ai/Prompt-Engineering-Guide), [Google Whitepaper](https://www.kaggle.com/whitepaper-prompt-engineering), [Prompt_Engineering](https://github.com/NirDiamant/Prompt_Engineering), [LearnPrompting](https://learnprompting.org/docs/introduction), [OpenAI Guide](https://platform.openai.com/docs/guides/prompt-engineering) or [Claude Prompts](https://docs.claude.com/en/docs/build-with-claude/prompt-engineering/overview) / [Discord](https://discord.com/invite/6PPFFzqPDZ) - Prompting Guides\n* [ChatGPT System Prompt](https://github.com/LouisShark/chatgpt_system_prompt) - Prompt Directory\n* [The Big Prompt Library](https://github.com/0xeb/TheBigPromptLibrary) - Prompt Directory\n* [Jailbreak Listings](https://rentry.org/jb-listing) - Prompt Directory / Jailbreaks\n* [InjectPrompt Companion](https://companion.injectprompt.com/) - AI Jailbreak Prompt Assistant\n* [⁠Heretic](https://github.com/p-e-w/heretic) - AI Jailbreak / Anti-Censorship Tool / [Discord](https://discord.gg/gdXc48gSyT)\n* [promptfoo](https://www.promptfoo.dev/) - Prompt Playgrounds / [Discord](https://discord.gg/gHPS9jjfbs) / [GitHub](https://github.com/promptfoo/promptfoo)\n* [Tensor Trust](https://tensortrust.ai/) / [GitHub](https://github.com/HumanCompatibleAI/tensor-trust) or [Gandalf](https://gandalf.lakera.ai/) / [GitHub](https://github.com/lakeraai) - Prompting Skill Games\n* [Gobble Bot](https://gobble.bot/) - Generate Text Files for Chatbots\n\n***\n\n# ► AI Indexes\n\n* ⭐ **[⁠LLM Explorer](https://llm-explorer.com/)** or [LifeArchitect](https://lifearchitect.ai/models-table/) - LLM Databases / Indexes\n* ⭐ **[FutureTools](https://www.futuretools.io/?pricing-model=free)** - AI Directory / [Discord](https://discord.gg/WBk4ZDW6A9)\n* ⭐ **[Google Labs](https://labs.google/)** or [Google Labs FX](https://labs.google/fx) - Google AI Experiments / [Subreddit](https://www.reddit.com/r/labsdotgoogle/) / [Discord](https://discord.gg/googlelabs)\n* [Models.dev](https://models.dev/) - AI Model Database / Pricing / [GitHub](https://github.com/anomalyco/models.dev)\n* [YP for AI](https://www.ypforai.com) - AI Directory\n* [LLM Resources Hub](https://llmresourceshub.vercel.app/) - AI Directory\n* [Awesome AI Tools](https://github.com/mahseema/awesome-ai-tools) - AI Directory\n* [It's Better With AI](https://itsbetterwithai.com/) - AI Directory\n* [GPT Demo](https://www.gptdemo.net/gpt/search?lg=en&cate=&keywords=&tags=free,&sort=popular) - AI Directory\n* [ArtificialStudio](https://app.artificialstudio.ai/tools) - Multi-Tool Browser AIs / [Discord](https://discord.gg/EdNztJJH6z)\n\n***\n\n# ► AI Benchmarks\n\n* 🌐 **[⁠LM Council](https://lmcouncil.ai/benchmarks)** - AI Benchmark Index / Comparisons \n* ⭐ **[Artificial Analysis](https://artificialanalysis.ai/)** - Chatbot, Image, and Video Benchmarks / [X](https://x.com/ArtificialAnlys) / [Discord](https://discord.gg/aAvvUqxGjM)\n* ⭐ **[⁠Kaggle Benchmarks](https://www.kaggle.com/benchmarks)** - Chatbot Leaderboards / Benchmarks\n* ⭐ **[Arena](https://arena.ai/leaderboard)**, [2](https://canaryarena.ai/) - Chatbot Leaderboards / Benchmarks / [X](https://x.com/arena) / [Discord](https://discord.com/invite/lmarena)\n* [OpenRouter](https://openrouter.ai/rankings) - Chatbot Popularity Rankings / [Discord](https://discord.gg/fVyRaUDgxW) / [GitHub](https://github.com/OpenRouterTeam)\n* [SEAL LLM Leaderboards](https://scale.com/leaderboard) - Chatbot Leaderboards\n* [Yupp Leaderboard](https://yupp.ai/leaderboard) - Chatbot Leaderboards / Benchmarks / [X](https://x.com/yupp_ai) / [Subreddit](https://www.reddit.com/r/yupp_ai/) / [Discord](https://discord.com/invite/yuppai)\n* [Context Arena](https://contextarena.ai/) - Chatbot Leaderboards / Benchmarks\n* [⁠RankedAGI](https://rankedagi.com/) - Chatbot Leaderboards / Benchmarks\n* [LLM Stats](https://llm-stats.com/) - Chatbot Leaderboard / [X](https://x.com/LlmStats) / [Discord](https://discord.com/invite/RxGUBvE42d)\n* [OpenLM Arena](https://openlm.ai/chatbot-arena/) - Chatbot Leaderboard\n* [Wolfram LLM Benchmarking Project](https://www.wolfram.com/llm-benchmarking-project/) - Chatbot Leaderboards / Benchmarks\n* [⁠Epoch AI](https://epoch.ai/benchmarks/eci) - Combines Multiple AI Benchmarks \n\n***\n\n## ▷ Specialized Benchmarks\n\n* ⭐ **[Open VLM Leaderboard](https://huggingface.co/spaces/opencompass/open_vlm_leaderboard)** - VLM Benchmark Leaderboard Aggregator\n* [⁠DesignArena](https://www.designarena.ai/leaderboard/) - AI Design Benchmarks / [X](https://x.com/designarena) / [Discord](https://discord.com/invite/Bw9Ajcb3pR)\n* [⁠EQ-Bench](https://eqbench.com/) - AI Emotional Intelligence Benchmarks / [GitHub](https://github.com/EQ-bench/eqbench3)\n* [⁠IUMB](https://pellaml.github.io/iumb/) - AI Mathematics Benchmarks / Leaderboard \n* [MathArena](https://matharena.ai/) - AI Mathematics Benchmarks / Competitions\n* [⁠Vals AI](https://www.vals.ai/) - AI Finance / Tax / Law Benchmarks\n* [⁠Simple Bench](https://simple-bench.com/) - AI Human Reasoning Benchmarks\n* [⁠VPCT](https://cbrower.dev/vpct) - AI Visual Physics Benchmarks\n* [⁠SpeechMap.AI](https://speechmap.ai/) - AI Free Speech Benchmarks / [GitHub](https://github.com/xlr8harder/llm-compliance)\n* [⁠LLMs Bullshit Benchmark](https://petergpt.github.io/bullshit-benchmark/viewer/index.html) - Broken Premise Detection Benchmarks \n* [AI Elo](https://aielo.co/) - AI Game Competitions / Benchmarks\n* [ChessArena](https://www.chessarena.ai/) - AI Chess Benchmarks \n* [⁠VoxelBench](https://voxelbench.ai/) - Minecraft AI Generation Benchmark\n\n***\n\n## ▷ Coding Benchmarks\n\n* ⭐ **[SWEBench](https://www.swebench.com/)** - Software Engineering AI Leaderboard / Benchmarks / [GitHub](https://github.com/princeton-nlp/SWE-bench)\n* [⁠AIBenchmarks](https://aibenchmarks.net/) - Coding AI Leaderboard / Benchmarks / [GitHub](https://github.com/panilya/awesome-ai-benchmarks)\n* [WebDev Arena](https://arena.ai/leaderboard/webdev) - Coding AI Leaderboard / Benchmarks\n* [Aider LLM Leaderboards](https://aider.chat/docs/leaderboards/) - Coding AI Leaderboard / Benchmarks\n* [⁠Vals AI](https://www.vals.ai/) - Coding AI Leaderboard / Benchmarks\n\n***\n\n# ► Machine Learning\n\n* 🌐 **[Awesome Machine Learning](https://github.com/josephmisiti/awesome-machine-learning)** - Machine Learning Framework Index\n* 🌐 **[Awesome ML](https://github.com/underlines/awesome-ml)**, [⁠Awesome LLM Resources](https://github.com/ilsilfverskiold/Awesome-LLM-Resources-List/) or [ML Resources](https://ml-resources.vercel.app/) - Machine Learning / LLM Resources\n* ⭐ **[Hugging Face](https://huggingface.co/)**, [ModelScope](https://www.modelscope.ai/), [LLM Papers](https://potent-twister-29f.notion.site/b0fc32542854456cbde923e0adb48845?v=e2d14d2ef0c848f5a1d5b71f9977d7c5) or [OpenML](https://www.openml.org/) - Machine Learning Datasets / Papers\n* ⭐ **[Deep playground](https://playground.tensorflow.org/)** - Neural Networks Playground\n* [Awesome Generative AI Guide](https://github.com/aishwaryanr/awesome-generative-ai-guide) - LLM Research Resources\n* [⁠aman.ai](https://aman.ai/) - Artificial Intelligence / Deep Learning Stanford Notes\n* [LLM Visualization](https://bbycroft.net/llm), [KO MicroGPT](https://ko-microgpt.vercel.app/) / [GitHub](https://github.com/woduq1414/ko-microgpt), [Machine Learning Roadmap](https://rentry.org/machine-learning-roadmap), [SAAYN](https://spreadsheets-are-all-you-need.ai/), [machine-learning-zoomcamp](https://github.com/DataTalksClub/machine-learning-zoomcamp), [ML Engineering](https://github.com/stas00/ml-engineering), [udlbook](https://udlbook.github.io/udlbook/) / [GitHub](https://github.com/udlbook/udlbook/), [mlsysbook](https://www.mlsysbook.ai/), [ML Visualized](https://ml-visualized.com/) / [GitHub](https://github.com/gavinkhung/machine-learning-visualized) or [LLM Course](https://github.com/mlabonne/llm-course) - Learn Machine Learning\n* [⁠Transformer Explainer](https://poloclub.github.io/transformer-explainer/) - ⁠Transformer Visualization\n* [Approaching (Almost) Any Machine Learning Problem](https://files.catbox.moe/b34jd4.pdf) - Machine Learning Problem-Solving Book\n* [Deep ML](https://www.deep-ml.com/) - Solve Machine Learning Problems\n* [AI-For-Beginners](https://github.com/microsoft/AI-For-Beginners), [Beginner Guides](https://microsoft.github.io/generative-ai-for-beginners/) or [HF Learn](https://huggingface.co/learn) - Machine Learning Guides\n* [ML Course Notes](https://github.com/dair-ai/ML-Course-Notes) - Machine Learning Course Notes\n* [100-Days-Of-ML-Code](https://github.com/Avik-Jain/100-Days-Of-ML-Code), [DeepLearningWizard](https://www.deeplearningwizard.com/), [DeepCourse](https://arthurdouillard.com/deepcourse/), [UFLDL](http://ufldl.stanford.edu/tutorial/), [IAILab](https://iailab.kaist.ac.kr/teaching/deep-learning), [Handson ML3](https://github.com/ageron/handson-ml3), [DeepLearning.ai](https://www.deeplearning.ai/) or [Practical Deep Learning](https://course.fast.ai/) - Machine / Deep Learning Courses\n* [minitorch](https://github.com/minitorch/minitorch) - Machine Learning Engineering Course Code\n* [ML YouTube Courses](https://github.com/dair-ai/ML-YouTube-Courses) or [Deep Learning Drizzle](https://deep-learning-drizzle.github.io/) - Machine Learning Courses on YouTube\n* [⁠Unsloth](https://github.com/unslothai/unsloth) - LLM Finetuning / Text Completion / [Notebooks](https://github.com/unslothai/notebooks) / [Guide](https://docs.unsloth.ai/get-started/fine-tuning-guide)\n* [ModelScope Finetuning](https://modelscope.ai/civision/modelTraining) - Image Gen Model Finetuning / Up to 100 Images Per LoRA\n* [Markdown Web Browser](https://github.com/Dicklesworthstone/markdown_web_browser) - Webpage > Markdown Converter\n* [DeepSpeed](https://www.deepspeed.ai/) - Deep Learning Optimization Library\n* [Netron](https://github.com/lutzroeder/netron) - Visualizer for Neural Network, Deep Learning, and Machine Learning Models\n* [MMDeploy](https://mmdeploy.readthedocs.io/en/latest/) - Deep Learning Model Deployment Toolset / [GitHub](https://github.com/open-mmlab/mmdeploy)\n* [ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web) - Cross-Platform ChatGPT / Gemini UI\n* [Nixified](https://nixified.ai/) - Nix Flake for AI Projects\n"
  },
  {
    "path": "docs/audio.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n# ► Audio Streaming\n\n## ▷ Streaming Apps\n\n* 🌐 **[/music streaming/](https://dan.valeena.dev/guides/music-streaming/)**, [2](https://rentry.co/musicstreaming) or [Wiki Comparisons](https://wikipedia.org/wiki/Comparison_of_music_streaming_services) - Streaming Service Comparisons\n* ↪️ **[Spotify Clients](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio/#wiki_.25BA_spotify_tools)**\n* ↪️ **[YouTube Music Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_youtube_music_tools)**\n* ↪️ **[YouTube Music Mobile](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_youtube_music)**\n* ⭐ **[Pear Desktop](https://github.com/pear-devs/pear-desktop)** - YouTube Music Client w/ Adblock\n* [Moosync](https://moosync.app/) - YouTube / Spotify / [Discord](https://discord.gg/HsbqbRune3) / [GitHub](https://github.com/Moosync/Moosync)\n* [Audion](https://audionplayer.com/) - Streaming / Plugin-Based / [Discord](https://discord.gg/27XRVQsBd9) / [GitHub](https://github.com/dupitydumb/Audion)\n* [PlayTorrio](https://playtorrio.xyz/) - Streaming / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)\n* [yewtube](https://github.com/mps-youtube/yewtube) - YouTube Music Client\n* [pulse](https://473999.net/pulse) or [Beatsync](https://www.beatsync.gg/) / [GitHub](https://github.com/freeman-jiang/beatsync) - Listen Together / Listening Parties\n* [BetterSoundcloud](https://alirezakj.com/bsc/) - Soundcloud Client / Ad-Free / [GitHub](https://github.com/AlirezaKJ/BetterSoundCloud)\n* [Nuclear](https://nuclearplayer.com/) - Streaming / [Discord](https://discord.com/invite/JqPjKxE) / [GitHub](https://github.com/NuclearPlayer/nuclear-xrd)\n* [FunkWhale](https://funkwhale.audio/) - Decentralized Streaming Platform\n* [Muffon](https://muffon.netlify.app/) - Streaming\n* [⁠Sonosano](https://github.com/KRSHH/Sonosano) - Self-Hosted P2P Lossless Music Player / [Web App](https://sonosano.krshh.com/) / [Discord](https://discord.gg/Np7YYEVPhR)\n\n***\n\n## ▷ Streaming Sites\n\n* 🌐 **[HiFi Tidal Instances](https://github.com/monochrome-music/monochrome/blob/main/INSTANCES.md)** - Tidal Instance List\n* ⭐ **[YouTube Music](https://music.youtube.com/)** or [Zozoki](https://zozoki.com/music/) - YouTube Music WebUIs / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_youtube_music_tools)\n* ⭐ **[Monochrome](https://monochrome.tf/)**, [2](https://monochrome.samidy.com/), [3](https://monochromemusic.pages.dev) or [mono.squid.wtf](https://mono.squid.wtf/) - HiFi Tidal Instance / [Discord](https://monochrome.samidy.com/discord) / [GitHub](https://github.com/monochrome-music/monochrome)\n* ⭐ **[DAB Music Player](https://dabmusic.xyz/)** - Browser Music / Lossless / [Telegram](https://t.me/+RnrXmKyOPNY0ZGY9) / [Discord](https://discord.com/invite/rmzH6ttgcC)\n* ⭐ **[Reddit Music Player](https://reddit.musicplayer.io/)** - Subreddit Music Player\n* ⭐ **[SoundCloud](https://soundcloud.com/)** - User Made Songs\n* ⭐ **[ArtistGrid](https://artistgrid.cx/)** - Unreleased / [Render](https://dev.artistgrid.cx/) / [Discord](https://discord.gg/tns89b3w7R) / [GitHub](https://github.com/ArtistGrid/)\n* [Spotify](https://open.spotify.com/) - Web Player / [Lyrics](https://github.com/mantou132/Spotify-Lyrics) / [Lyrics Script](https://greasyfork.org/en/scripts/377439)\n* [Deezer](https://www.deezer.com/) - Browser Music / Requires Sign-Up\n* [Audiomack](https://audiomack.com/) - Browser Music\n* [Pandora](https://www.pandora.com/) - Browser Music\n* [Jango](https://jango.com/) - Browser Music\n* [SoundClick](https://www.soundclick.com/default.cfm) - Browser Music\n* [Mixupload](https://mixupload.com/) - Browser Music\n* [zvu4no](https://zvu4no.org/) or [Tancpol](https://tancpol.net/) - Russian Music / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)\n* [jiosaavn](https://www.jiosaavn.com/), [Saavn Web](https://saavn-web-ui.vercel.app/) / [GitHub](https://github.com/wiz64/saavn-web-ui) or [Hayasaka](https://hayasaka.vercel.app/) - Browser Music / [API](https://cyberboysumanjay.github.io/JioSaavnAPI/)\n* [MTV REWIND](https://wantmymtv.xyz/) / [2](https://wantmymtv.vercel.app/) - Recreates MTV Experience from Different Eras\n* [The 120 Minutes Archive](https://120minutes.org/) - MTV's 120 Minutes Archive\n* [Ballsack TV](https://bsky.app/profile/feed.ballsack.tv) - MTV Style User-Submitted Music Video Feed / [Discord](https://discord.gg/KT2Dht4zcZ)\n* [Hype Machine](https://hypem.com/popular) - Rising\n* [Bandcamp](https://bandcamp.com/discover/free-music) - Free Music Release Platform\n* [Mirlo](https://mirlo.space/) - Free Music Release Platform\n* [Newgrounds Audio](https://www.newgrounds.com/audio) - User-Made Electronic Music\n* [Audius](https://audius.co/) - User Made Music\n* [AudionautiX](https://audionautix.com/) - Mood-Based Streaming\n* [LostMyspace](http://lostmyspace.com/) - Lost Myspace Songs\n* [Openwhyd](https://openwhyd.org/) - Music Sharing Community / [Chrome](https://chromewebstore.google.com/detail/openwhyd-%E2%9C%9A-track/foohaghobcolamikniehcnnijdjehfjk)\n\n***\n\n## ▷ Genre Specific Streaming\n\n* [The Urban Emporium](https://www.youtube.com/@theurbanemporium204/playlists) - Hip-Hop\n* [DatPiff](https://datpiff.com/) - Hip-Hop / Mixtapes\n* [MixtapeMonkey](https://mixtapemonkey.com/) - Hip-Hop / Mixtapes\n* [DMO](https://dance-music.org/) - Electronic\n* [Vapor Archive](https://vaporarchive.neocities.org/) - Vaporwave\n* [Jamendo](https://www.jamendo.com/) or [Free Music Archive](https://freemusicarchive.org/) - Independent Music\n* [Keygen Music](https://keygenmusic.tk/) - Keygen Music\n* [OperaOnVideo](https://www.operaonvideo.com/) - Opera Recordings\n* [Classical Music Only](https://classicalmusiconly.com/) or [Musopen](https://musopen.org/music/) - Classical Music\n* [New Age Music](https://newage.one/) - New Age Music\n\n***\n\n## ▷ YouTube Music Tools\n\n* [Themesong](https://themesong.app/) or [BetterYTM](https://github.com/Sv443/BetterYTM) - Enhancement Extensions\n* [YT Music Deleter](https://github.com/apastel/ytmusic-deleter) - Library Manager / Deleter / Windows, Mac, Linux\n* [YouLy+](https://github.com/ibratabian17/YouLyPlus) or [Better Lyrics](https://better-lyrics.boidu.dev/) / [Discord](https://discord.gg/UsHE3d5fWF) / [GitHub](https://github.com/better-lyrics/better-lyrics) - Improved Lyrics Browser Extensions\n* [Spot Transfer](https://spot-transfer.vercel.app/), [Spotify2YoutubeMusic](https://github.com/mahdi-y/Spotify2YoutubeMusic) or [spotify_to_ytmusic](https://github.com/linsomniac/spotify_to_ytmusic) / [2](https://github.com/sigma67/spotify_to_ytmusic) - Spotify Playlist Importers\n* [YT Upload Clear](https://rentry.co/tv4uo) - Script to Clear Uploaded Songs\n\n***\n\n# ► Specialty Streaming\n\n* ⭐ **[UCSB Cylinders](https://cylinders.library.ucsb.edu/index.php)** - Cylinder Audio Archive\n* [Dream of the 90s](https://www.youtube.com/@Dreamofthe90s/playlists) - Obscure 90s\n* [CitizenFreak](https://citizenfreak.com/) - Canadian Music\n* [Irama Nusantara](https://www.iramanusantara.org/en) - Indonesian Music\n* [DigLib](https://diglib.library.vanderbilt.edu/ama-browse.pl) - East African Recordings\n* [Tasso Music](https://www.tassomusic.org/) - Early Modern Music\n* [i78s](https://i78s.org/), [Archeophone](https://www.archeophone.org/html/languages/en/index.en.html), [CLPGS](https://www.clpgs.org.uk/) or [Tinfoil](https://www.tinfoil.com/) - Phonograph / Gramophone Recordings\n* [FirstSounds](https://www.firstsounds.org/) - Oldest Music Recordings\n* [Russian Records](https://www.russian-records.com/) - Russian Record Recordings\n* [Measuring Polyphony](https://measuringpolyphony.org/) - Digital Encoding of Late Medieval Music\n\n***\n\n## ▷ Concerts / Live Shows\n\n* 🌐 **[365 Radio](https://365.ilysm.nl/)** - List of YouTube DJ Channels\n* ⭐ **[bt.etree](https://bt.etree.org/)** - Concert Recordings / Torrents\n* ⭐ **[hate5six](https://hate5six.com/)** - Concert Recordings\n* ⭐ **[MiroPPB](https://miroppb.com/)** - A State of Trance Archive / DJ Mixes / [Downloader](https://rentry.co/asotdl)\n* [r/MusicalBootlegs](https://www.reddit.com/r/MusicalBootlegs), [OperaVision](https://operavision.eu/) or [\"Slime Tutorials\"](https://youtube.com/playlist?list=PLsIt5G4GJ27lxWP9Qi5N70zRSkJAT0ntc) - Broadway Show Recordings / Opera\n* [JamBase](https://www.jambase.com/videos) - Concert Recordings\n* [Relisten](https://relisten.net/) - Concert Recordings / [GitHub](https://github.com/relistennet)\n* [DimeADozen](http://www.dimeadozen.org/) - Concert Recordings / Torrents\n* [Guitars101](https://www.guitars101.com/) - Concert Recordings / Bootlegs\n* [TheTradersDen](http://www.thetradersden.org/) - Concert Recordings / Torrents\n* [Lossless Legs](https://www.shnflac.net/) - Concert Recordings / Torrents\n* [etreedb](https://etreedb.org/) - Concert Recordings / Torrents\n* [MuseBootlegs](https://www.musebootlegs.com/) - Bootleg Concert Recordings / Torrents\n* [LiveBootlegConcert](https://livebootlegconcert.blogspot.com/) - Bootleg Concert Recordings / Torrents\n* [TopDJMixes](https://topdjmixes.com/) - DJ Mixes / Livesets\n* [GOA PsyTrance Livesets](https://rentry.co/FMHYB64#goa-psytrance-livesets) - DJ Livesets\n* [⁠BassBlog](https://bassblog.pro/) - DJ Mixes / Streaming\n* [⁠TestPressing](https://www.testpressing.org/) - Rare DJ Mixes / Streaming\n* [Rave Recording](https://rentry.co/FMHYB64#rave-library) - Rave Recordings / Archive\n* [Volume](https://volume.com/) - Live Cam Concerts\n* [ConcertArchives](https://www.concertarchives.org/) - Concert Tracking / Database\n* [SongKick](https://www.songkick.com/), [ConcertArchives](https://www.concertarchives.org/) or [FindYourFest](https://www.findyourfest.com/) - Find Concerts / Music Festivals\n* [Cadenza](http://www.cadenza.org/) - Find Classical / Contemporary Concerts\n* [Konserthuset](https://www.konserthuset.se/en/play/) - Orchestra Recordings\n* [WorldConcertHall](https://www.worldconcerthall.com/en/schedule-list/) - Concert Hall / Opera House Live Streams\n* [ToolDriveProject](https://tooldriveproject.net/) - Tool Live Archive\n* [RATM.live](https://ratm.live/) - Rage Against the Machine Live Archive\n* [RHCPLiveArchive](https://www.rhcplivearchive.com/) - Red Hot Chili Peppers Live Archive\n* [Radio Nowhere](https://rentry.co/FMHYB64#radio-nowhere) - Bruce Springsteen Concerts / Bootlegs\n* [Phish.in](https://phish.in/) - Phish Live Archive / [Mobile](https://play.google.com/store/apps/details?id=never.ending.splendor) / [Discord](https://discord.gg/KZWFsNN)\n* [setlist.fm](https://www.setlist.fm/) - Setlist Database\n\n***\n\n## ▷ Podcast Streaming\n\n* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_podcasts_.2F_radio) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_ios_podcasts_.2F_radio)** - Podcast / Radio Apps\n* ⭐ **[Spotify Podcasts](https://open.spotify.com/browse/podcasts)** - Podcasts / [SponsorBlock](https://spotsponsorblock.org/), [GitHub](https://github.com/Spot-SponsorBlock/Spot-SponsorBlock-Extension) / [Companion](https://sebschaef.bitbucket.io/podify/) / [RSS](https://github.com/Yetangitu/Spodcast) / [Video Download](https://rentry.co/spotifypodcast) / [Audio Download](https://rentry.co/dlspotifypodcast)\n* ⭐ **[Pocket Casts](https://play.pocketcasts.com/discover)** - Podcasts / [Desktop App](https://pocketcasts.com/downloads/windows/)\n* [⁠PodcastToMP3](https://podcasttomp3.com/) - Podcast Downloads / Search \n* [Podchaser](https://www.podchaser.com/charts) or [⁠Podstatus](https://podstatus.com/charts) - Podcast Charts / Databases\n* [Listen Notes](https://www.listennotes.com/) - Podcast Search Engine\n* [Rephonic](https://rephonic.com/graph) - Find Similar Podcasts\n* [Apple Podcasts](https://podcasts.apple.com/us/home)\n* [PodParadise](https://www.podparadise.com/)\n* [Podbean](https://www.podbean.com/)\n* [Podbay](https://podbay.fm/)\n* [BBC Podcasts](https://www.bbc.co.uk/sounds/podcasts) / [Downloader](https://github.com/get-iplayer/get_iplayer)\n* [Podcast Index](https://podcastindex.org/)\n* [Player FM](https://player.fm/)\n* [Podcast Republic](https://www.podcastrepublic.net/)\n* [Relay.fm](https://www.relay.fm/)\n* [podcast-dl](https://github.com/lightpohl/podcast-dl), [PodcastBulkDownloader](https://github.com/cnovel/PodcastBulkDownloader), [PodFetch](https://www.samtv.fyi/PodFetch/), [PodDL](https://github.com/freshe/poddl) or [PodGrab](https://github.com/akhilrex/podgrab) - Podcast Downloaders\n* [PodScripts](https://podscripts.co/) - Podcast Transcript Search\n* [OpenPodcast](https://openpodcast.dev) - Podcast Analytics\n* [castero](https://github.com/xgi/castero) - TUI Terminal Podcast Client\n* [Grover](https://www.microsoft.com/store/productId/9NBLGGH6C4BC) or [GPodder](https://gpodder.github.io/) - Podcast Client\n* [EchoWalk](https://www.echowalk.com/) - Turn Articles / Webpages into Podcasts\n* [PodSync](https://github.com/mxpv/podsync) - Turn YouTube Video into Podcasts\n\n***\n\n## ▷ Ambient / Relaxation\n\n* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_relaxation)** / **[iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_ios_relaxation)** - Ambient / Relaxation Mobile Apps\n* ⭐ **[Drone Zone](https://somafm.com/player/#/now-playing/dronezone)** or **[Music For Programming](https://musicforprogramming.net/latest/)** - Ambient Playlists\n* ⭐ **[myNoise](https://mynoise.net/)** - Customizable Ambient Sound Mixer\n* ⭐ **[Rainy Mood](https://www.rainymood.com/)** - Ambient Rain\n* [Rainbow Hunt](https://rainbowhunt.com/) - Ambient Rain\n* [Pluvior](https://pluvior.com/) - Ambient Rain\n* [Rainyscope](https://rainyscope.com/) - Ambient Rain\n* [ambiphone](https://ambiph.one/) or [Moodist](https://moodist.app/) - Simple Ambient Sound Mixers\n* [Ambie](https://ambieapp.com/) - Ambient Sound Mixer / App\n* [Click Bath](https://hamishlang.github.io/clickbath/) - Ambient Sound Mixer with Customizable Musical Scale / Instruments\n* [IMissTheOffice](https://imisstheoffice.eu/) - Ambient Office Sounds with Interactive UI\n* [Homesick](https://scoreascore.com/homesick) - Ambient Home Sounds\n* [VirtOcean](https://virtocean.com/) - Ambient Ocean Sounds\n* [imissmycafe](https://imissmycafe.com/) - Ambient Cafe Sounds\n* [Relaxing Sounds](https://unifycosmos.com/relaxing-sounds/), [Calmsound](https://www.calmsound.com/), [Click Relax](https://click-relax.com/), [Moszen](https://www.moszen.com/), [Zen Sounds](https://app.zenflowchart.com/zen-sounds) or [NoisyLoop](https://noisyloop.com/) - Ambient Soundscapes\n* [lofi-player](https://magenta.tensorflow.org/lofi-player), [2](https://magenta.github.io/lofi-player/) - Create Room / Lofi Player\n* [Wisdom Tree](https://github.com/HACKER097/wisdom-tree/) - TUI Concentration App\n* [Generative.fm](https://generative.fm/) or [Lofi Generator](https://lofigenerator.com/) - Generative Ambient Music\n* [Earth.fm](https://earth.fm/), [tree.fm](https://www.tree.fm/) or [Sounds of Maine](https://soundsofmaine.life/) - Field Recordings\n* [HaloMe](https://halome.nu/) - Halo Menu Screens\n* [CanvasCycle](http://www.effectgames.com/demos/canvascycle/) - 8-bit Scenes with Ambient Sounds\n* [Ambient Mixer](https://www.ambient-mixer.com/) - User-Made Soundscapes\n* [ChillOuts](http://www.chillouts.com/) - Meditation Aid\n* [You are Listening To LA](https://youarelistening.to/) - Ambient City Sounds & Live LAPD Police Radio\n* [TheWhiteNoiseMachine](https://thewhitenoisemachine.com/) - White Noise Generator\n\n***\n\n# ► Radio Streaming\n\n* 🌐 **[FMSTREAM](https://fmstream.org/)**, **[Recommended Streams](https://github.com/deroverda/recommended-radio-streams)**, **[Station Index](https://wikipedia.org/wiki/List_of_Internet_radio_stations)**, **[RadioStationWorld](https://radiostationworld.com/)** or **[Radio Browser](https://www.radio-browser.info/users)** - Radio Indexes\n* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_podcasts_.2F_radio) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_ios_podcasts_.2F_radio)** - Podcast / Radio Apps\n* ⭐ **[BBC Sounds](https://www.bbc.co.uk/sounds)** - BBC Live & Catch-Up Radio / Requires UK VPN / [Downloader](https://github.com/get-iplayer/get_iplayer)\n* ⭐ **[Drive n Listen](https://drivenlisten.com/)** - Radio Driving Simulators\n* [iHeartRadio](https://www.iheart.com/), [Mixcloud](https://www.mixcloud.com/), [myTuner](https://mytuner-radio.com/) or [TuneIn](https://tunein.com/) - Podcasts / Radio\n* [Internet Archive](https://archive.org/details/audio?&sort=-downloads&page=1) - News / Classic Radio / Podcasts\n* [Relic Radio](https://www.relicradio.com/) or [Old Time Radio](https://oldtime.radio/) - Classic Radio\n* [Old Time Radio Downloads](https://www.oldtimeradiodownloads.com/) - Classic Radio Downloads\n* [Braggoscope](https://www.braggoscope.com/) - BBC In Our Time Archive\n* [AudioFilesDrive](https://t.me/AudioFilesDrive) - Radio Drama Downloads\n* [radiobot](https://t.me/radiobot) - Radio / Telegram\n* [raddio](https://raddio.net/) - Simple Radio Player / Directory\n* [Instant.audio](https://instant.audio/) - Minimalist Radio Player\n* [Flicker Radio](https://flickermini.pages.dev/radiostations) - Simple / Lightweight Radio Player\n* [QMPlay2](https://github.com/zaps166/QMPlay2) - Desktop Media / Radio Player\n* [StreamURL](https://streamurl.link/) - Radio Stream URL Finder\n* [LiveATC](https://www.liveatc.net/) - Air Traffic Radio Chatter\n* [Broadcastify](https://www.broadcastify.com/) - Live Emergency, Aircraft and Rail Radio\n* [OpenMHz](https://openmhz.com/) - Live Police Radio\n* [RadioReference](https://www.radioreference.com/) - Morse Code Radio / Communication\n* [Worldwide Radio](https://addons.mozilla.org/en-US/firefox/addon/worldwide-radio/) - Radio Extension\n\n***\n\n## ▷ Internet Radio\n\n* ⭐ **[SomaFM](https://somafm.com/)** - Online Radio / User Supported / [Discovery Guide](https://rentry.co/musicdiscovery/#somafm)\n* ⭐ **[NTS Radio](https://www.nts.live/)** - DJ Radio Shows / [SoundCloud](https://soundcloud.com/user-643553014) / [Discovery Guide](https://rentry.co/musicdiscovery/#nts-radio)\n* ⭐ **[RadioParadise](https://radioparadise.com/)** - Online Radio / Listener Supported\n* [KWSX Radio](https://radio.kwsx.online/) - Online Radio / Listener Supported\n* [My Radio](https://junguler.github.io/m3u-player-web/) - Online Radio Directory\n* [0nRadio](https://www.0nradio.com/) - Online Radio Directory\n* [1a Radio](https://www.1aradio.com/) - Online Radio Directory\n* [Radiolise](https://radiolise.com/) - Online Radio Player / Directory\n* [Radiodeck](https://www.radiodeck.com/) - Online Radio Player / Directory\n* [Quasar Radio](https://kuasark.com/en/) - Online Radio Directory\n* [⁠Freeform Radio](https://www.freeformradio.directory/) - Online Radio Directory\n* [⁠Vijay's Radio Vibes](https://vijaysradiovibes.pages.dev/) - Random Radio Stations\n* [AccuRadio](https://www.accuradio.com/) - Online Radio Directory\n* [Q-3](https://www.q-3.eu/) - Online Radio Directory\n* [⁠DubLab](https://www.dublab.com/) - Online Radio\n* [⁠BoxRadio](https://boxradio.net/) - Online Radio Directory\n* [You Radio](https://play.you.radio/) - Online Radio Directory\n* [Audiophile](https://audiophile.fm/) - Online Radio Directory\n* [Vidbox Radio](https://vidbox.cc/radio) - Online Radio Directory\n* [ShoutCast](https://directory.shoutcast.com/) - User-Stations\n* [Zeno.fm](https://zeno.fm/) - User-Stations\n* [Live365](https://live365.com/) - User-Stations\n* [Internet-Radio](https://internet-radio.com/) - Station-Directory\n* [deepcut.fm](https://deepcut.live/) - Deep-Cuts\n* [Radiooooo](https://radiooooo.com/) - Radio / Time Machine\n* [Tilderadio](https://tilderadio.org/) - Community Radio\n* [UpBeat](https://upbeatradio.net/) - Community Radio / [Discord](https://upbeat.pw/discord)\n* [Radio.dubbeh](https://radio.dubbeh.net/) - Independent Internet Radio\n* [radio.uwu](https://radio.uwu.network/) - Subculture Radio\n* [Nectarine](https://www.scenestream.net/demovibes/streams/) - Demo Scene Music Radio\n* [HollowEarthRadio](https://www.hollowearthradio.org/) - Pacific Northwest Artists\n* [Campus FM](https://www.campus-fm.com/) - College Radio\n* [RadioSide](https://radioside.com/) - Internet Radio Receiver\n* [streamWriter](https://streamwriter.org/en/) - Internet Radio Audio Downloader\n\n***\n\n## ▷ Radio Directories\n\n* ⭐ **[Radio Garden](https://radio.garden/)** / [Site Unblock](https://redd.it/18e12gf), [2](https://redd.it/13b53zs), [WorldRadioMap](https://worldradiomap.com/), [GlobeRadio](https://globeradio.app/) or [⁠RadioCast](https://www.radiocast.co/) - Worldwide Radio Globes\n* [LiveOnlineRadio](https://liveonlineradio.net/) - Global Radio Directory / Country & Genre\n* [OnlineRadioBox](https://onlineradiobox.com/) - International Radio Directory / Playlists\n* [Streema](https://streema.com/) - Global AM/FM & Internet Radio Directory\n* [Radio.net](https://www.radio.net/) - International Radio Directory / Player\n* [RadioPuppy](https://www.radiopuppy.com/) - Radio Directory\n* [myTuner](https://mytuner-radio.com/) - Global Radio & Podcasts / Multi-Platform\n* [TuneYou](https://tuneyou.com/) - Radio Directory / Discovery Focus\n* [vTuner](https://vtuner.com/setupapp/guide/asp/BrowseStations/startpage.asp) - Radio Directory / Hardware Integration\n* [radioline](https://www.radioline.co/) - Radio & Podcast Aggregator\n* [TheNonStop Radio](https://thenonstopradio.com/) or [TheOneStop Radio](https://theonestopradio.com/) - Radio Directory\n* [Radio Guide](https://www.radioguide.fm/) - Radio Directory\n* [radio-locator](https://radio-locator.com/) - AM / FM Radio Search\n* [Xiph](https://dir.xiph.org/) - Icecast / Ogg Stream Directory\n* [UKRadioLive](https://ukradiolive.com/) or [RadioFeeds](http://www.radiofeeds.co.uk/) - UK Radio Station Directories\n* [ilovemusic](https://ilovemusic.de/) - German Radio Directory\n* [Tvradiotuner](https://tvradiotuner.com/) - TV & Radio Stream Aggregator\n* [VRadio](https://www.akouradio.com/) - Radio Directory / VRadio App\n\n***\n\n## ▷ Genre Specific Radio\n\n* [Pool Suite](https://poolsuite.net/) - Summer Radio\n* [LISTEN.moe](https://listen.moe/) - J-Pop / K-Pop Radio\n* [J1 Radio](https://rec.torontocast.stream/player/) - J-Pop Radio\n* [Openings Moe](https://openings.moe/) - Anime Theme Radio\n* [Ongaku](https://ongaku.js.org/) or [r-a-d.io](https://r-a-d.io/) - Anime Radio\n* [420.moe](https://420.moe/) - 420 Radio\n* [Rekt FM](https://rekt.network/) - Chill / Space / Dark / Horror Synth / EBSM / EDM Radio\n* [Nightwave Plaza](https://plaza.one/) - Vaporwave Radio\n* [Nightride.fm](https://nightride.fm/) - Synthwave / Darksynth Radio\n* [Di.fm](https://www.di.fm/) - Electronic Radio\n* [0x40](https://0x40.mon.im/) - Electronic Radio with Anime Pictures\n* [CoreRadio](https://coreradio.online/listen) - Metalcore / Hardcore / Deathcore\n* [HappyHardcore](https://www.happyhardcore.com/radio/) - Hardcore Dance Radio\n* [Daft Punk Cafe](https://daftpunk.cafe/) - Daft Punk Radio\n\n***\n\n## ▷ Lofi Radio\n\n* ⭐ **[Flow-Fi](https://www.flowfi.app/)** - Lofi Radio\n* ⭐ **[CityHop](https://www.cityhop.cafe/)** or [Japan Walkaround](https://thatguyedd.github.io/) - Lofi Radio / City Walks\n* ⭐ **[Chillhop](https://chillhop.com/)** - Lofi Radio\n* [Lofi and Games](https://lofiandgames.com/) - Lofi Radio + Simple Games\n* [FlowTunes](https://www.flowtunes.app/) - Lofi + Focus Radio / Ambient Sounds\n* [Lofizen](https://www.lofizen.co/) - Lofi Radio / Ambient Sounds\n* [Moon Phase Radio](https://www.moonphaseradio.com/) - Lofi Radio\n* [Ambient Sleeping Pill](https://ambientsleepingpill.com/) - Lofi Radio\n* [LofiCafe](https://www.loficafe.net/) - Lofi Radio\n* [Ambicular](https://ambicular.com/) - Lofi Radio\n* [FreeCodeCamp](https://coderadio.freecodecamp.org/) - Lofi Radio\n* [Lofi Club](https://loficlub.vercel.app/) - Lofi Radio\n* [Loofi](https://loofi.netlify.app/) - Lofi Radio\n* [Lofi Limo](https://lofi.limo/) - Lofi Radio\n* [DevTunes FM](https://radio.madza.dev/) - Lofi Radio\n* [Moss Garden](https://moss.garden/) - Lofi Radio\n* [Coding Cat](https://hostrider.com/) - Lofi Radio / Nyan Cat's Cousin\n\n***\n\n# ► Spotify Tools\n\n* 🌐 **[Awesome Spotify Stats](https://github.com/hugo9655/awesome-spotify-stats)** - Listening Statistics Index\n* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25BA_android_audio) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25BA_ios_audio)** - Mobile Spotify Patchers\n* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes & Plugins / [Discord](https://discord.gg/VnevqPp2Rr) / [GitHub](https://github.com/spicetify/cli) / [Notes](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/spicetify-note.md)\n* ⭐ **[SpotX](https://github.com/SpotX-Official/SpotX)** / [Telegram](https://t.me/SpotxCommunity) or **[BlockTheSpot](https://github.com/mrpond/BlockTheSpot)** / [Discord](https://discord.gg/9tCNMFESuC) - Ad-Free Spotify Patchers\n* [⁠Spot SponsorBlock](https://spotsponsorblock.org/) - Skip Sponsored Spotify Podcast Ads / [GitHub](https://github.com/Spot-SponsorBlock/Spot-SponsorBlock-Extension)\n* [Lofi](https://www.lofi.rocks/) - Mini Spotify Player Widget / [GitHub](https://github.com/dvx/lofi)\n* [Trikatuka](https://trikatuka.aknakn.eu/) - Migrate Spotify Data to New Accounts\n* [Kotify](https://github.com/dzirbel/kotify) or [Skiley](https://skiley.net/) - Spotify Library Managers\n* [Versefy](https://versefy.app/) or [sptlrx](https://github.com/raitonoberu/sptlrx) - Display Synced Lyrics\n* [Syrics](https://github.com/akashrchandran/syrics-web) - Download Synced Lyrics\n* [LoaderSpot](https://loadspot.pages.dev/) - Official Spotify Installers Archive\n* [Random Music Generator](https://random-song.com/) - Find Random Songs, Albums, & Artists\n* [Opslagify](https://opslagify.deruever.nl/) - Calculate Storage Size of Spotify Library\n* [Kira](https://kira.vercel.app/) / [GitLab](https://gitlab.com/timrossback/kira) or [Album Availability Map](https://kaaes.github.io/albums-availability/) - Check Regional Availability of Spotify Content\n* [Chart My Music](https://www.chartmymusic.com/spotify/) - Generate Spotify Collage\n* [Tierify](https://tierify.app/) - Create Spotify Tier Lists\n* [Canvas Downloader](https://www.canvasdownloader.com/) - Extract Spotify Canvas Walls\n* [ListenByLabel](https://www.lbl.fm/) - Search Spotify Record Labels\n* [xmplaylist](https://xmplaylist.com/) - Listen to SiriusXM Channels on Spotify\n\n***\n\n## ▷ Playlist Tools\n\n* ⭐ **[Exportify](https://exportify.app/)** / [GitHub](https://github.com/watsonbox/exportify) or [spotify-backup](https://github.com/caseychu/spotify-backup) - Export Playlists\n* ⭐ **[spotgen](https://epsil.github.io/spotgen)**, [Unheard.FM](https://unheard.fm/) or [Chosic](https://www.chosic.com/) - Playlist Generators\n* [Spoqify](https://spoqify.com/) - Anonymous Playlist Generator\n* [SpotTransfer](https://spot-transfer.vercel.app/) / [GitHub](https://github.com/Pushan2005/SpotTransfer), [Trikatuka](https://trikatuka.aknakn.eu/) or [Spotify2YouTubeMusic](https://github.com/mahdi-y/Spotify2YoutubeMusic) - Playlist Transfer Tools\n* [Playlist Hospital](https://playlisthospital.com/) - Restore Disabled Songs in Spotify Playlists\n* [Spotlistr](https://www.spotlistr.com/) - Platform-to-Spotify Playlist Converter\n* [Playlistor](https://playlistor.io/) - Convert Apple Music Playlists to Spotify\n* [Playlist Randomizer](https://stevenaleong.com/tools/spotifyplaylistrandomizer) - Better Shuffle for Playlists\n* [Sort Your Music](http://sortyourmusic.playlistmachinery.com/) / [GitHub](https://github.com/plamere/SortYourMusic) - Sort Playlists\n* [Spotify Dedup](https://spotify-dedup.com/) - Remove Duplicates in Playlists / [GitHub](https://github.com/JMPerez/spotify-dedup/)\n* [Timelineify](https://www.timelineify.com/) - Create Playlist from an Artist's Discography\n* [Share Liked Songs](https://nonnullish.github.io/share-liked-songs/) - Create Shareable Playlist from Liked Songs / [GitHub](https://github.com/nonnullish/share-liked-songs)\n* [Tagify](https://tagify.me/) - Create Tagged Playlists from Spotify Library\n* [PlaylistProxy](https://playlistproxy.net/) - Share Playlists Anonymously / [GitHub](https://github.com/okanten/playlistproxy.net)\n* [Spotify Playlist Archive](https://spotifyplaylistarchive.com/) - Public Spotify Playlists Archive / [GitHub](https://github.com/mackorone/spotify-playlist-archive), [2](https://github.com/maciejpedzich/spotifyplaylistarchive.com)\n\n***\n\n# ► Audio Ripping\n\n* **Note** - Some sites and tools accept URLs from various streaming sites but only use a particular source (usually YouTube) to get the audio. We've only mentioned a platform if it can directly rip audio from there.\n\n***\n\n## ▷ Audio Ripping Sites\n\n* ⭐ **[lucida](https://lucida.to/)** - Multi-Site / 320kb / MP3 / FLAC / [Telegram](https://t.me/lucidahasmusic) / [Discord](https://discord.com/invite/dXEGRWqEbS)\n* ⭐ **[squid.wtf](https://squid.wtf/)** - Amazon Music / KHInsider / Qobuz / Soundcloud / Tidal / FLAC / [Discord](https://discord.gg/yuvnx7FS89)\n* ⭐ **[Monochrome](https://monochrome.tf/)**, [2](https://monochrome.samidy.com/), [3](https://monochromemusic.pages.dev) - HiFi Tidal Instance / [Discord](https://monochrome.samidy.com/discord) / [GitHub](https://github.com/monochrome-music/monochrome)\n* ⭐ **[DoubleDouble](https://doubledouble.top/)** - Multi-Site / 320kb / FLAC / [Telegram](https://t.me/lucidahasmusic)\n* ⭐ **[DAB Music Player](https://dabmusic.xyz)** - FLAC / [Download CLI](https://github.com/PrathxmOp/dab-downloader) / [Telegram](https://t.me/+RnrXmKyOPNY0ZGY9) / [Discord](https://discord.com/invite/rmzH6ttgcC)\n* [QQDL](https://tidal.qqdl.site/) - Tidal / FLAC\n* [⁠am-dl](https://am-dl.pages.dev/) - Apple Music / AAC-M4A / ALAC / Atmos\n* [Jumo-DL](https://jumo-dl.pages.dev/) - Qobuz / FLAC / MP3\n* [⁠ARCOD](https://arcod.xyz/) - Qobuz / FLAC / MP3 / [Discord](https://discord.com/invite/hgC6ZegbKD)\n* [EzConv](https://ezconv.cc/) - YouTube / 256kb\n* [YTiz](https://ytiz.xyz/) - SoundCloud / Bandcamp / 128kb / AAC / [GitHub](https://github.com/tizerk/ytiz)\n* [cobalt](https://cobalt.tools/) - SoundCloud / 320kb / MP3 / [Instances](https://instances.cobalt.best/) / [X](https://x.com/justusecobalt) / [Discord](https://discord.com/invite/pQPt8HBUPu) / [GitHub](https://github.com/imputnet/cobalt)\n\n***\n\n## ▷ Audio Ripping Tools\n\n* ↪️ **[YouTube Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders)**\n* ⭐ **[Nicotine+](https://nicotine-plus.org/)** or [Soulseek](https://slsknet.org/) - P2P Audio Sharing Networks / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd) / [Batch](https://github.com/fiso64/slsk-batchdl)\n* ⭐ **[Soggfy](https://github.com/Rafiuth/Soggfy)** - Spotify / 160kb Free / 320kb Premium / Use Older Versions\n* ⭐ **[Exact Audio Copy](https://www.exactaudiocopy.de/)** / [Guide](https://docs.google.com/document/d/1b1JJsuZj2TdiXs--XDvuKdhFUdKCdB_1qrmOMGkyveg) or [Whipper](https://github.com/whipper-team/whipper) - CD / DVD Audio Ripper\n* ⭐ **[Firehawk52](https://rentry.co/FMHYB64#firehawk)** - Deezer / Qobuz / Tidal / Requires Sign-Up / [Telegram](https://t.me/firehawk52official) / [Discord](https://discord.gg/uqfQbzHj6K)\n* [OnTheSpot](https://github.com/justin025/onthespot) - Apple Music / Bandcamp / Deezer / Qobuz / Spotify / Tidal / [Discord](https://discord.com/invite/hz4mAwSujH)\n* [Votify](https://github.com/GladistonXD/votify-fix) - Spotify / 160kb Free / 320kb Premium / Requires WVD Keys / [Discord](https://discord.gg/aBjMEZ9tnq)\n* [streamrip](https://github.com/nathom/streamrip) - Deezer / Tidal / Qobuz / 128kb Free / FLAC / Use Firehawk52 / [Colab](https://github.com/privateersclub/rip)\n* [OrpheusDL](https://github.com/OrfiTeam/OrpheusDL) - Deezer / Qobuz / 128kb Free / FLAC / Use Firehawk52 / [Deezer Mod](https://github.com/uhwot/orpheusdl-deezer) / [Qobuz Mod](https://github.com/OrfiDev/orpheusdl-qobuz)\n* [Archive](https://rentry.co/FMHYB64#archive) - Qobuz / Tidal / Soundcloud / FLAC\n* [SpotiFLAC](https://github.com/afkarxyz/SpotiFLAC) - Qobuz / Tidal / Amazon Music / FLAC\n* [DeemixFix](https://gitlab.com/deeplydrumming/DeemixFix), [Deemix Revival](https://github.com/bambanah/deemix) or [SaturnMusic](https://github.com/SaturnMusic/) - Deezer / FLAC\n* [Murglar](https://murglar.app/) - Deezer / SoundCloud / VK / 320kb MP3\n* [Audion](https://audionplayer.com/) - Tidal / [Discord](https://discord.gg/27XRVQsBd9) / [GitHub](https://github.com/dupitydumb/Audion)\n* [Shira](https://github.com/KraXen72/shira) - YouTube / SoundCloud / 128kb AAC\n* [QBDLX](https://github.com/DJDoubleD/QobuzDownloaderX-MOD) - Qobuz / 128kb Free / 256 ACC Premium / FLAC / Use Firehawk52\n* [qobuz-dl](https://github.com/vitiko98/qobuz-dl) - Qobuz / 128kb Free / FLAC / Use Firehawk52\n* [you-get](https://you-get.org/) - SoundCloud / Bilibili / 128kb MP3\n* [BandCamp-DL](https://github.com/iheanyi/bandcamp-dl) - Bandcamp / 128kb MP3 / Free Only / [Discord](https://discord.com/invite/nwdT4MP)\n* [AccurateRip](https://www.accuraterip.com/) - Verify Ripped Tracks are Error-Free\n\n***\n\n## ▷ Telegram Bots\n\n* ⭐ **[Music Hunters](https://t.me/MusicsHuntersbot)** - Spotify / Apple / Tidal / Deezer / 320kb MP3\n* [AIO Stream Bot](https://t.me/streamaiobot) - Spotify / Apple / Deezer / Qobuz / Tidal and more\n* [DeezerMusicBot](https://t.me/DeezerMusicBot) - Deezer / Soundcloud / VK / 320kb MP3 / FLAC / [Support](https://t.me/DeezerMusicNews)\n* [deezload2bot](https://t.me/deezload2bot) - Deezer / 320kb MP3 / [Updates](https://t.me/DEDSEClulz)\n* [BeatSpotBot](https://t.me/BeatSpotBot) - Spotify / Apple / YouTube / FLAC / 25 Daily\n* [Motreeb](https://t.me/motreb_downloader_bot) - Spotify / 320kb MP3\n* [scdlbot](https://t.me/scdlbot) - YouTube / SoundCloud / Bandcamp / Mixcloud / 128kb MP3\n* [vkmusbot](https://t.me/vkmusbot) or [Meph Bot](https://t.me/mephbot) - VK / 320kb MP3\n* [soundcloudaudiodownloader](https://t.me/soundcloudaudiodownloader) - YouTube / SoundCloud / 128kb MP3\n* [GlomaticoBlueMusicBot](https://t.me/GlomaticoBlueMusicBot) - Amazon Music Downloader / [Telegram](https://t.me/GlomaticoBotSupport) / [Discord](https://discord.gg/aBjMEZ9tnq)\n* [GlomaticoPinkMusicBot](https://t.me/GlomaticoPinkMusicBot) - Apple Music Downloader / [Telegram](https://t.me/GlomaticoBotSupport) / [Discord](https://discord.gg/aBjMEZ9tnq)\n\n***\n\n## ▷ Download Sites\n\n* **Note** - Use **[redirect bypassers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_redirect_bypass)** to skip annoying link shorteners.\n\n***\n\n* 🌐 **[⁠Music Download Guide](https://rentry.co/wheredownloadmusic)** - Downloading Guide / Site Index\n* ⭐ **[ArtistGrid](https://artistgrid.cx/)** - Unreleased / [Render](https://dev.artistgrid.cx/) / [Discord](https://discord.gg/tns89b3w7R) / [GitHub](https://github.com/ArtistGrid/)\n* ⭐ **[Audio Download CSE](https://cse.google.com/cse?cx=006516753008110874046:ibmyuhh72io)** / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:ohobg3wvr_w) / [CSE 3](https://cse.google.com/cse?cx=32d85b41e2feacd3f) - Multi-Site Search\n* [r/xTrill](https://reddit.com/r/xTrill) - Download App / [Backup](https://reddit.com/r/xTrillBackup)\n* [FLAC Attack](https://flacattack.net/) or [Lossless-Music](https://lossless-music.org/) - FLAC\n* [⁠T2Tunes](https://t2tunes.site/) - FLAC\n* [FlacMusic](https://www.flacmusic.info/) - FLAC\n* [Lossless-FLAC](https://lossless-flac.com/) - FLAC\n* [DiscogC](https://www.discogc.com/) - FLAC\n* [LosslessAlbums](https://losslessalbums.club/) - FLAC\n* [⁠Music and Books](https://musicsandbooks.org/) - MP3 / FLAC\n* [IntMusic](https://intmusic.net/) - MP3 / FLAC\n* [Gangster](https://gangster.su/) - MP3 / FLAC\n* [GetRockMusic](https://getrockmusic.net/) - MP3 / FLAC\n* [Core Radio](https://coreradio.online/) - MP3 / FLAC\n* [AlterPortal](https://alterportal.net/) - MP3 / FLAC\n* [ShareMania](https://sharemania.us/) - FLAC / MP3 / M4A\n* [Plastinka](https://plastinka.org/) - MP3 / FLAC\n* [Exystence](https://exystence.net/) - MP3 / FLAC\n* [ThemFire](https://themfire.pro/) - MP3 / FLAC\n* [Music Rider](https://musicrider.org/) - MP3 / FLAC\n* [FindFlac](https://findflac.com/) - FLAC / MP3 / MP4\n* [iPlusFree](https://www7.iplusfree.org/) - iTunes M4A\n* [VK::MP3](https://metacpan.org/pod/VK::MP3) - VK MP3 Search Tool\n* [musify](https://musify.club/) - 320kb / MP3\n* [ccMixter](https://ccmixter.org/) - DL / Stream / 320kb / MP3\n* [RockDownload](https://www.rockdownload.org/) - 320kb / MP3\n* [punk.cat](https://punkcata.blogspot.com/) - 320kb / MP3\n* [SongsLover](https://songslover.li/) - 256kb / MP3\n* [Ezhevika](https://ezhevika.blogspot.com/) - 192kb / MP3\n* [Internet Archive](https://archive.org/details/audio) - MP3\n* [SoundClick](https://www.soundclick.com/default.cfm) - MP3\n* [z3.fm](https://z3.fm/) - MP3\n* [nodata](https://nodata.tv/) - MP3\n* [LEAKED](https://leaked.cx/) - MP3\n* [Tancpol](https://tancpol.net/) - MP3\n* [New Album Releases](https://newalbumreleases.net/) - MP3\n* [mp3db](https://mp3db.pro/) - MP3\n* [DeadPulpit](https://www.deadpulpit.com/) - MP3\n* [Saavn Web](https://saavn-web-ui.vercel.app/) - MP3 / [GitHub](https://github.com/wiz64/saavn-web-ui)\n* [CannaPower](https://canna-power.to) - MP3\n* [GloryBeats](https://glorybeats.com/) - MP3\n* [Cliggo](https://music.cliggo.com/) - MP3\n* [Mixupload](https://mixupload.com/) - MP3\n* [zvu4no](https://zvu4no.org/) - MP3\n* [xprm](https://xprm.net/) - MP3 / DL / Stream / Requests\n* [SongStems](https://songstems.net/) - STEM Files\n* [Geocities Midis](https://www.midicities.com/GeoCities), [Tricotism](https://www.tricotism.com/), [FreeMIDI](https://freemidi.org/), [ArtScene](http://artscene.textfiles.com/music/midi/) or [VGMusic](https://www.vgmusic.com/) - MIDI Files\n* [Music Hoarders](https://discord.gg/kQUQkuwSaT) - Music Hoarding Community / [Wiki](https://musichoarders.xyz/)\n\n***\n\n## ▷ Genre Specific Ripping\n\n* ⭐ **[MiroPPB](https://miroppb.com/)** - A State of Trance Archive / DJ Mixes / [Downloader](https://rentry.co/asotdl)\n* [Take Metal](https://takemetal.org/) - Metal / MP3\n* [Metalminos](https://metalminos.net/) - Metal / MP3\n* [In The Fog](https://in-the-fog.ru/) - Metal / MP3\n* [TechnicalDeathMetal](https://technicaldeathmetal.org/) - Metal / MP3\n* [HeavyMetalRarities](https://heavymetalrarities.com/) - Metal / MP3\n* [GetMetal Club](https://getmetal.club/) - Metal / MP3 / FLAC\n* [Nuclear Holocaust](https://nuclear-holocaust.blogspot.com/) - Metal / FLAC\n* [We Need Match](https://we-need-match.ru/) - Metal / FLAC / M4A\n* [Sophie's Floorboard](https://sophiesfloorboard.blogspot.com/) - Hardcore / MP3\n* [1Gabba](https://1gabba.pw/) - Electronic / MP3\n* [Gabber](https://gabber.od.ua/) - Electronic / MP3\n* [⁠ELEKTROBEATS](https://elektrobeats.org/) - Electronic / MP3\n* [EDMWaves](https://edmwaves.org/) - Electronic / MP3\n* [MusicFans](https://musicfans.space/) - Electronic / MP3\n* [PSYFP](https://psyfp.ucoz.ru/) - Electronic / MP3\n* [DMO](https://dance-music.org/) - Electronic / MP3\n* [MyPromoSound](https://mypromosound.com/) - Electronic / MP3\n* [ElectronicFresh](https://electronicfresh.com/) - Electronic / MP3\n* [Ektoplazm](https://ektoplazm.com/) - Electronic / MP3 / FLAC\n* [KTI Music](https://ktimusic.blogspot.com/) - Electronic / MP3 / FLAC\n* [1Trance](https://1trance.org/) - Trance / MP3\n* [1Techno](https://1techno.org/) - Techno / MP3\n* [GlobalDJMix](https://globaldjmix.com/) - DJ Mixes / MP3\n* [oVPN DJ Mixes](https://rentry.co/FMHYB64#ovpn-dj-mixes) - DJ Mixes\n* [⁠TestPressing](https://www.testpressing.org/) - Rare DJ Mixes\n* [LOA2K](https://loa2k.neocities.org/) or [Nu Guide](https://nuvaporwave.neocities.org/mirrors.html) - Vaporwave\n* [inconstant sol](https://inconstantsol.blogspot.com/), [David W. Niven Collection](https://archive.org/details/davidwnivenjazz) or [JazznBlues](https://jazznblues.club/) - Jazz / MP3\n* [EssentialHouse](https://essentialhouse.club/) - House / MP3\n* [Bluegrass Archive](https://rentry.co/FMHYB64#bluegrass-archive) - Bluegrass / FLAC\n* [BurningTheGround](https://burningtheground.net/) - 80s / 90s / FLAC\n* [aboutdisco](https://aboutdiscowithlove.blogspot.com/) - Disco / MP3\n* [ProgRockVintage](https://www.progrockvintage.com/) - Classic Rock / MP3\n* [Classical Music Download](https://classical-music-download.com/) - Classical / FLAC\n* [FoggyNotion](https://foggynotion-flac.blogspot.com/) - Classic Music / MP3 / FLAC\n* [chucrute com quiabo](https://rabanetecomquiabo.blogspot.com/) or [MeetingInMusic](https://meetinginmusic.blogspot.com/) - Classical / MP3\n* [FlatbackAndClassical](https://www.flatblackandclassical.com/) - Classic Indian Music / FLAC\n* [madrotter-treasure-hunt](https://madrotter-treasure-hunt.blogspot.com/) - Indonesian Music\n* [Kiddie Records](http://www.kiddierecords.com/) - Classic Children's Records\n* [HQ Hip Hop](https://94hiphop.com/) or [GoldHipHop](https://goldhiphop.pro/) - Hip Hop / MP3 / FLAC\n* [Rapload](https://rapload.org/) or [HipHopa](https://hiphopa.net/) - Hip Hop / MP3\n* [Rap War](https://rap-war-fam.blogspot.com/) - Hip Hop / MP3\n* [Dez Flight Underground](https://dezflight-underground.com/) - Underground Hip Hop\n* [⁠Certified Mixtapez](https://www.certifiedmixtapez.com/) - Mixtapes / MP3\n* [Mixtape Collections](https://rentry.co/FMHYB64#mixtape-collections) - Mixtape Collections\n* [The Noise-Arch Archive](https://archive.org/details/noise-arch) - Underground Cassette Tapes\n* [Bootleg Radioclash](https://rentry.co/FMHYB64#bootleg-radioclash) - Mashups / MP3\n* [Tom Lehrer Songs](https://tomlehrersongs.com/) - All Tom Lehrer Songs / Public Domain\n* [MusicRepublic](https://music-republic-world-traditional.blogspot.com/) - World / MP3 / FLAC\n* [KPopFLAC](https://www.kpopflac.xyz/) - K-Pop / FLAC\n* [KPopMusicDownload](https://kpopdownloadscmm.blogspot.com/) - K-Pop / MP3\n* [The T-SQUARE Plaza](https://tsquareplaza.blogspot.com/) - Japanese / International Jazz Fusion / City Pop / FLAC\n* [FondSound](https://www.fondsound.com/) - Experimental / MP3\n* [Hipstrumentals](https://hipstrumentals.com/) - Instrumentals / MP3\n\n***\n\n# ► Audio Torrenting\n\n* **Note** - Remember to get a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) before torrenting and [bind it to your client](https://wispydocs.pages.dev/torrenting/) if it allows.\n\n***\n\n* ↪️ **[General Torrent Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent)**\n* ⭐ **[Redacted](https://redacted.sh/)** - MP3 / FLAC / [Interviews](https://interviewfor.red/), [2](https://igwiki.lyci.de/wiki/Redacted.sh_Guide)\n* ⭐ **[New-Team](https://new-team.org/)** - MP3 / FLAC\n* ⭐ **[Orpheus](https://orpheus.network/)** - MP3 / FLAC / [Interviews](https://interview.orpheus.network/)\n* ⭐ **[Lidarr](https://lidarr.audio/)** / [GitHub](https://github.com/Lidarr/Lidarr) or [Headphones](https://github.com/rembo10/headphones) - Audio Torrent Autodownload\n* ⭐ **[Audio Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:v75cyb4ci55)** - Multi-Site Search\n* [TPB Music](https://thepiratebay.org/search.php?q=top100:100) - MP3 / FLAC / **Avoid Software / Games**\n* [TheMixingBowl](https://themixingbowl.org/) - Forum / Mixes / MP3 / Requires Sign-Up\n* [Metal Tracker](https://en.metal-tracker.com/) or [RockBox](https://rawkbawx.rocks/) - Metal / MP3 320kb / FLAC\n* [BlackTorrent](https://blacktorrent.ru/) or [iPlayMetal](https://metal.iplay.ro/) - Metal / MP3 / FLAC\n* [MixtapeTorrent](http://www.mixtapetorrent.com/) - Mixtapes / MP3 / Various Bitrates\n* [TorrentTech](https://torrents.torrentech.org/) - Electronic / MP3 320kb / Requires Sign-Up / [Zip File](https://rentry.co/FMHYB64#torrenttech-zip)\n* [TribalMixes](https://www.tribalmixes.com/) - Forum / DJ Mixes / MP3\n* [the /kpg/ torrent](https://rentry.co/FMHYB64#kpop-torrent) - K-Pop / MP3 320kb / FLAC\n* [PandaCD](https://pandacd.io/) - User-Made Music / MP3 / FLAC\n* [NFO DB](https://nfodb.net.ru/) - MP3 NFO Database\n* [PreDB.eu](https://predb.eu) - Music PreDB\n\n***\n\n# ► Royalty Free Music\n\n* ⭐ **[NCS](https://ncs.io/)** - Copyright Free Music\n* ⭐ **[YouTube Audio Library](https://www.youtube.com/audiolibrary)** - Music / Sound Effects\n* [UppBeat](https://uppbeat.io/) - Music for Creators / Freemium\n* [BenSound](https://www.bensound.com/) - Popular Library / Freemium\n* [Unminus](https://www.unminus.com/) - Professional Tracks\n* [Free Music Archive](https://freemusicarchive.org/) - Curated Library\n* [free-stock-music](https://www.free-stock-music.com/) - Stock Music Library / CC0 License\n* [Pixabay Music](https://pixabay.com/music/) - Stock Music Library\n* [Fugue](https://icons8.com/music) - Music for Creators\n* [Chosic](https://www.chosic.com/free-music/all/) - Royalty-Free Library / CC0 License\n* [tunetank](https://tunetank.com/) - Music for Videos\n* [purple-planet](https://www.purple-planet.com/) - Duo Composers\n* [Incompetech Music](https://incompetech.com/music/royalty-free/music.html) - Composer Library / CC-BY License\n* [joshwoodward](https://www.joshwoodward.com/) - Single Artist Collection\n* [Sampld](https://sampld.app/) - Find Audio Samples\n\n***\n\n# ► Media Soundtracks\n\n* 🌐 **[EverythingMoe](https://everythingmoe.com/section/music)**, [2](https://everythingmoe.org/section/music) - Otaku Music Sites Index / [Discord](https://discord.gg/GuueaDgKdS)\n* 🌐 **[Wotaku](https://wotaku.wiki/music)** - Otaku Music Index / [Discord](https://discord.gg/vShRGx8ZBC)\n* ⭐ **[Squidify](https://www.squidify.org)**, [2](https://www.squidify.net/) - Game / Anime Soundtracks / [Discord](https://discord.gg/yuvnx7FS89)\n* ⭐ **[Sitting on Clouds](https://www.sittingonclouds.net/)**, [2](https://sittingonclouds.com/) - Anime / Game Soundtracks / [Forum](https://squid-board.org/) / [.onion](http://cloudscbr2l7prtthmz5jk5hxpndisu4ohqytsri5vyua3ksfswl7gyd.onion/) / [Discord](https://discord.com/invite/x23SFbE)\n* [MusicDex](https://musicdex.org/) - Anime Soundtracks\n* [3ost](https://3ost.ru/) or [joshw](https://pc.joshw.info/) / [Search](https://vgm.hcs64.com/) - Soundtracks\n* [RenovationRecords](https://renovatiorecords.blogspot.com/) - HQ Movies Soundtracks\n* [KDramaOST](https://kdramaost.com/en/) - KDrama Soundtracks\n* [AniPlaylist](https://aniplaylist.com/), [SakuraOST](https://www.sakuraost.com/), [VGMdb](https://vgmdb.net/), [JMAX](https://discord.gg/hCw8VqJV8J), [OSAnime](https://osanime.com/) or [Anime Sharing](https://koe.anime-sharing.com/) - Anime Soundtracks\n* [OtakuOst](https://otakuost.net/) - Anime Soundtracks & Japanese Music\n* [AMV](https://www.animemusicvideos.org/) - Anime Music Videos\n* [Doujin Cafe (Discord)](https://discord.com/invite/doujincafe) or [DoujinStyle](https://doujinstyle.com/) / [Discord](https://discord.com/invite/z2QDFdA) - Doujin Music\n\n***\n\n## ▷ Game Soundtracks\n\n* ⭐ **[Khinsider](https://downloads.khinsider.com/)** - Game Soundtracks / MP3 / FLAC / ALAC / [Downloader](https://github.com/killshott3r/khinsider), [2](https://github.com/weespin/KhinsiderDownloader)\n* [RetroTracks](https://retro.sx/) - Retro Game Soundtracks / MP3\n* [The 16-bit Audiophile Project](https://16bap.theclassicgamer.net/) - Retro Game Soundtracks / FLAC\n* [VGMPF](https://www.vgmpf.com/Wiki/index.php) - Retro Game Soundtracks / MP3\n* [Chip Player JS](https://chiptune.app/) - Retro Game Soundtracks / Web / [GitHub](https://github.com/mmontag/chip-player-js)\n* [VGMRips](https://vgmrips.net/packs/) - Retro Game Music Rips / VGM\n* [Zophar's](https://www.zophar.net/music) - Retro Game Music Rips / VGM\n* [HCS Forum](https://rentry.co/FMHYB64#hcs-forum) - Game Soundtracks\n* [GameOST](https://gameost.net/) - Game Soundtracks / MP3\n* [exotica](https://www.exotica.org.uk/) - Amiga Games Soundtracks\n* [⁠OC Remix](https://ocremix.org/) - Game Music Remixes / Download / Torrent \n* [⁠8Beats](https://8beats.co/) - Game Music Radio / [Discord](https://discord.gg/EB9CFRacgN)\n* [VIP VGM](https://www.vipvgm.net/) - Game Music Radio\n* [Cirrus Retro](https://cirrusretro.com/) - Game Music Radio\n* [JetSetRadio](https://jetsetradio.live/), [2](https://jetsetradiofuture.live/) - Game Music Radio\n* [Rainwave](https://rainwave.cc/) - Game Music Radio\n* [RPGGamers Radio](https://www.rpgamers.net/radio/) - Game Music Radio\n* [VGMRadio](https://vgmradio.com/) - Game Music Radio\n* [VGM](https://vgm.mmosvc.com/) - Game Music Radio\n* [NSF j](https://nsf.nesbbs.com/) - NES Music\n* [HVSC](https://www.hvsc.c64.org/) - Commodore 64 Music\n* [Exotica](https://www.exotica.org.uk/) - Retro Gaming Music Wiki\n* [VGMdb](https://vgmdb.net/) - Video Game Music Database\n\n***\n\n# ► Tracking / Databases\n\n* ⭐ **[RateYourMusic](https://rateyourmusic.com/)** - Ratings / Reviews / [Add Features](https://rateyourmusic.com/list/CaptainMocha/betterrym-browser-extension/) / [Forum](https://rym.fm/)\n* ⭐ **[Last.fm](https://www.last.fm/home)** / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio/#wiki_.25B7_last.fm_tools) or [ListenBrainz](https://listenbrainz.org/) - Track Listening Habits / Songs\n* ⭐ **[Muspy](https://muspy.com/)**, [⁠Midloop](https://midloop.net/) / [Discord](https://discord.gg/AvUxR59Yv5), [Drop Watch](https://drop-watch.ghost.io/), [MusicButler](https://www.musicbutler.io/) or [Brew.fm](https://www.brew.fm/) - Get Album Release Updates\n* ⭐ **[Tunefind](https://www.tunefind.com/)** - Find Music from Movies / TV Shows\n* ⭐ **[MixesDB](https://www.mixesdb.com/)** - DJ Set Database\n* [Discogs](https://www.discogs.com/) - Ratings / Reviews / [Scout](https://greasyfork.org/en/scripts/439452-discogs-scout) / [Timestamps](https://martinbarker.me/tagger)\n* [Odesli](https://odesli.co/) - Song / Podcast Platform Search / [Telegram Bot](https://t.me/odesli_bot)\n* [Has it Leaked](https://hasitleaked.com/) - Album Leak Tracker\n* [MyPitchFork](https://mypitchfork.fun/) - Individual Song Rating / Tracking\n* [DAHR](https://adp.library.ucsb.edu/index.php) - American Historical Recordings Database\n* [TrackID](https://trackid.net/) or [1001Tracklists](https://www.1001tracklists.com/) - Live Set Tracklist Databases\n* [SecondHandSongs](https://secondhandsongs.com/), [SampleBrainz](https://github.com/AndrewBelt/SampleBrainz), [RemixSearch](https://remixsearch.net/) or [WhoSampled](https://www.whosampled.com/) - Cover, Sample and Remix Databases\n* [SoundtrackTracklist](https://soundtracktracklist.com/) or [FilmMusicSite](https://www.filmmusicsite.com/en/) - Soundtrack Databases\n* [dbkpop](https://dbkpop.com/), [KPop Fandom](https://kpop.fandom.com/wiki/) or [KPopping](https://kpopping.com/) - K-Pop Databases\n* [Loudness War](https://dr.loudness-war.info/) - Albums Dynamic Range Database\n* [TuneMyMusic](https://www.tunemymusic.com/) - Transfer Playlists Between Services\n* [TheIndieRockPlaylist](https://www.theindierockplaylist.com/) - Indie Rock Archive\n* [Metal Archives](https://www.metal-archives.com/) - Metal Band Archive\n* [IDM Discovery](https://www.idmdiscovery.com/) - IDM Artist Archive\n* [ClassicRockHistory](https://www.classicrockhistory.com/classic-rock-bands-list-and-directory/) - Classic Rock Band Archive\n* [LibraryThing](https://www.talpasearch.com/) - Find Albums by Describing Them\n* [rate.house](https://rate.house/) - Media Tracker\n* [libib](https://www.libib.com/) - Desktop Media Catalog\n* [Obscurify](https://obscurifymusic.com/) or [MusicTaste](https://musictaste.space/) - Compare Music Taste to Others\n* [MediaTracker](https://github.com/bonukai/MediaTracker) - Self-Hosted Media Tracker\n* [Maloja](https://github.com/krateng/maloja) or [Multi Scrobbler](https://github.com/FoxxMD/multi-scrobbler) - Self-Hosted Audio Scrobbling\n* [AME](https://gitlab.com/SuperSaltyGamer/ame) - Music Site Enhancement Userscripts\n* [Music Chart Maker](https://musicchartmaker.com/) - Create Album Collages\n\n***\n\n## ▷ Curated Recommendations\n\n* ⭐ **[AnyDecentMusic](http://www.anydecentmusic.com/)** - Album Review Aggregator\n* ⭐ **[RYM Ultimate Box Set](https://rateyourmusic.com/list/TheScientist/rym-ultimate-box-set/)** - Artist Recommendations by Genre\n* ⭐ **[r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/)** - Artist Recommendations\n* [⁠Essential Charts](https://4chanmusic.miraheze.org/wiki/Essential_Charts) - Album Recommendation Charts\n* [Sputnik](https://www.sputnikmusic.com/) - Ratings / Reviews\n* [AlbumOfTheYear](https://www.albumoftheyear.org/) - Ratings / Reviews\n* [AllMusic](https://www.allmusic.com/) - Ratings / Reviews\n* [MusicBrainz](https://musicbrainz.org/) - Ratings / Reviews\n* [⁠Pitchfork](https://pitchfork.com/) or [The Fork](https://the-fork.vercel.app/) - Reviews\n* [Charts and Culture](https://pastebin.com/uRDJVGkL) - Music Recommendation Directory\n* [Shfl](https://theshfl.com/) - Album Recommendations\n* [⁠Melondy](https://melondy.com/) - Curated List of Albums Rated by Anthony Fantano\n* [45Cat](https://www.45cat.com/) - Vinyl Ratings / Reviews\n* [MusicTo](https://www.musicto.com/) - Musician Curated Playlists\n* [DigitalDreamDoor](https://digitaldreamdoor.com/) - Greatest 100 Lists\n* [CET](https://rentry.org/CET) / [2](https://rentry.co/CET) - Music Comps & Edits / [Discord](https://discord.gg/DfAfVPPvq4)\n\n***\n\n## ▷ Song / Artist Discovery\n\n* 🌐 **[/music discovery/](https://dan.valeena.dev/guides/music-discovery/), [2](https://rentry.co/musicdiscovery)** - Music Discovery Guide\n* ⭐ **[EveryNoise](https://everynoise.com/)** - Music Genre Discovery Tool / [New Music](https://www.furia.com/page.cgi?type=log#id492)\n* [Music-Map](https://www.music-map.com/), [Musicroamer](https://www.musicroamer.com/), [Music Galaxy](https://galaxy.spotifytrack.net/), [Unchartify](https://unchartify.com/) / [Telegram](https://t.me/spotifyuncharted), [SAGE](https://hate5six.com/sage), [LivePlasma](https://liveplasma.com/) or [GNOD](https://www.gnod.com/) - Artist Discovery Tools\n* [Kworb](https://kworb.net/), [Spotify Charts](https://charts.spotify.com/home) or [SuperFridayChart](https://www.superfridaychart.com/) - Music Top Charts\n* [⁠BestSellingAlbums](https://bestsellingalbums.org/) - Album Chart Database \n* [Chosic](https://www.chosic.com/), [lazyrecords](https://lazyrecords.app/), [SongsLikeX](https://songslikex.com/), [Discover Quickly](https://discoverquickly.com/), [TapeFear](https://www.tapefear.com/), [Dubolt](https://dubolt.com/) or [Playlost.fm](https://playlost.fm/) - Song Discovery Tools\n* [Random Song](https://randomsong.org/), [Random Song Generator](https://randomsonggenerator.com/), [⁠SampleRoulette](https://www.sampleroulette.io/) or [Samplette](https://samplette.io/) - Play Random YouTube Songs\n* [Best Ever Albums](https://www.besteveralbums.com/index.php) - Discover Albums\n* [1001 Albums Generator](https://1001albumsgenerator.com/) - Daily Random Album Recommendation\n* [ArtistPath](https://artistpath.cc/) - Find Connections Between Music Artists\n* [OrbitMusic](https://www.bbc.co.uk/orbitmusic) - Undiscovered Artist Recommendations / [Limit Bypass](https://i.imgur.com/FDx8jKa.png), [2](https://files.catbox.moe/v7hy49.png)\n* [MusicGenreTree](https://www.musicgenretree.org/chart.html) - Discover New Music by Genre\n* [Identifying Music Genres](https://chunisama.github.io/Identifying-Music-Genres/) - Compare Music Genres\n* [Musicmap](https://musicmap.info/) - Genealogy / History of Music Genres\n* [Map of Metal](https://mapofmetal.com/) - Interactive Map of Metal History\n* [Music.ishkur](https://music.ishkur.com/) - Electronic Music Genre Guide\n* [⁠HappyHardcore](https://www.happyhardcore.com/forums/) - Hardcore Dance Music Forum\n* [TranceFix](https://www.trancefix.nl/index.php) - Trance Music Forum\n\n***\n\n## ▷ Last.fm Tools\n\n* 🌐 **[Awesome Last.fm](https://github.com/jnguyen1098/awesome-lastfm)** or [Last.fm Tool List](https://redd.it/1h8ec76) - Last.fm Tool Indexes\n* ⭐ **[⁠bleh](https://bleh.katelyn.moe/)** - Last.fm Customization Script / [GitHub](https://github.com/katelyynn/bleh)\n* ⭐ **[OpenScrobbler](https://openscrobbler.com/)** - Manually Scrobble Anything / [Discord](https://discord.gg/SEDp6Zy) / [GitHub](https://github.com/elamperti/openwebscrobbler)\n* ⭐ **[Pano Scrobbler](https://github.com/kawaiiDango/pano-scrobbler)** - Multi-Platform Scrobbler\n* ⭐ **[Last.fm Stats](https://lastfmstats.com/)** - In-Depth Last.fm Stats / [GitHub](https://github.com/felhag/lastfm-stats-web)\n* [Web Scrobbler](https://github.com/web-scrobbler/web-scrobbler) - Scrobble Any Site\n* [Edit Scrobbles](https://greasyfork.org/en/scripts/485278) - Manually Edit Scrobbles\n* [Last.fm Labs](https://www.last.fm/labs) - Last.fm Library Visualizers\n* [Chart My Music](https://www.chartmymusic.com/lastfm/), [TapMusic](https://www.tapmusic.net/), [SonicPrint](https://sonicprint.art/) or [MusicCoruMap](https://musicorumapp.com/generate) - Album Collages\n* [Last.fm Iceberg](https://lastfm-iceberg.dawdle.space/) - Last.fm Artist Iceberg\n* [TagCloud](https://tagcloud.rainosullivan.com/) - Last.fm Tag Cloud\n* [Mainstream Calc](https://mainstream.ghan.nl/) - Mainstream Calculator\n* [Descent](https://descent.live/) - Now Playing Tool\n\n***\n\n# ► Audio Tools\n\n* 🌐 **[Binaural Audio](https://binaural-audio.slite.page/p/i38zsD7728/Binaural-Audio)** - Binaural / 3D Audio Resources\n* ↪️ **[System Audio Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_system_audio)**\n* ↪️ **[Voice Change / Clone](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_voice_change_.2F_clone)**\n* ↪️ **[Text to Speech](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_text_to_speech)**\n* ⭐ **[Audio Glossary](https://wotaku.wiki/glossary/audio)** - Audio Terms Glossary\n* ⭐ **[FFmpeg](https://ffmpeg.org/)**, [fre:ac](https://www.freac.org/) / [GitHub](https://github.com/enzo1982/freac), [FlicFlac](https://github.com/DannyBen/FlicFlac), [LameXP](https://sourceforge.net/projects/lamexp/) or [Sox](https://sourceforge.net/projects/sox/) - Audio Converters\n* [⁠Hydrogenaudio Knowledgebase](https://wiki.hydrogenaudio.org/) - Audio Technology Wiki / Guides\n* [CUETools](http://cue.tools/wiki/CUETools) - Manipulate .cue Files / [GitHub](https://github.com/gchudov/cuetools.net/)\n* [Phiola](https://github.com/stsaz/phiola), [AudioToolSet](https://audiotoolset.com/) or [Safeaudiokit](https://safeaudiokit.com/) - Audio Multi-Tool Apps / Sites\n* [Vocaroo](https://vocaroo.com/) - Online Voice Recorder\n* [Tunebat](https://tunebat.com/) or [QO & SPECTRE](https://docs.google.com/spreadsheets/u/0/d/1QEvWoGa10BctJ1yqDgZl3IoY8bhB3AwbHzgCHjJ5neI/htmlview) - Music Key / BPM Databases\n* [Karaoke Mugen](https://mugen.karaokes.moe/en/) or [Karaoke Eternal](https://www.karaoke-eternal.com/) / [Discord](https://discord.gg/PgqVtFq) / [GitHub](https://github.com/bhj/KaraokeEternal/) - Karaoke Apps / Systems\n* [X-Minus](https://x-minus.pro/), [⁠Croonify](https://croonify.com/) or [LRC Maker](https://lrcmaker.com/) - Create / Find Karaoke Songs\n* [⁠Kara.moe](https://kara.moe/) - Anime Theme Song Videos / Download / Karaoke\n* [Librescore Downloader](https://github.com/LibreScore/dl-librescore) - Librescore Downloader\n* [M3Unator](https://github.com/hasanbeder/M3Unator) - Generate M3U Playlists from Open Directories\n\n***\n\n## ▷ Audio Players\n\n* ↪️ **[Android Audio Players](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_audio_players)**\n* ⭐ **[Foobar2000](https://www.foobar2000.org/)**\n* ⭐ **Foobar2000 Tools** - [Components](https://audio-file.org/foobar2000-list-of-components/), [2](https://www.foobar2000.org/components) / [VU Meter](https://audio-file.org/foobar2000-vu-meter-skins-gallery/) / [Lyric Sync](https://rentry.co/FB2K-SyncedLyrics)\n* ⭐ **[WACUP](https://getwacup.com/)** / [Discord](https://discord.gg/5pVTdbj)\n* ⭐ **[AIMP](https://www.aimp.ru/)**\n* ⭐ **[MusicBee](https://getmusicbee.com/)** / [Quality Badges](https://wiki.musichoarders.xyz/reference/musicbee/)\n* [Harmonoid](https://harmonoid.com/) / [Discord](https://discord.gg/2Rc3edFWd8) / [GitHub](https://github.com/harmonoid/harmonoid)\n* [Namida](https://github.com/namidaco/namida) - Feature-Rich\n* [Audion](https://audionplayer.com/) - Feature-Rich / [Discord](https://discord.gg/27XRVQsBd9) / [GitHub](https://github.com/dupitydumb/Audion)\n* [TimeStretch](https://29a.ch/timestretch/) - Web-Based\n* [MusikCube](https://musikcube.com/) - Terminal-Based\n* [XMPlay](https://www.un4seen.com/) - Module-Friendly\n* [Butterchurn Visualizer](https://butterchurnviz.com/), [MusicVid](https://musicvid.org/), [Vizzy](https://vizzy.io/) or [CatNip](https://github.com/noriah/catnip) - Audio Visualizers\n* [PartyEngine](https://aggrocrab.itch.io/partyengine) - Audio Party Visualizer\n* [⁠Nagi](https://github.com/Anthonyy232/Nagi)\n* [Museeks](https://museeks.io/) / [GitHub](https://github.com/martpie/museeks)\n* [Audacious](https://audacious-media-player.org/)\n* [Strawberry](https://www.strawberrymusicplayer.org/)\n* [Exaile](https://exaile.org/)\n* [quodlibet](https://github.com/quodlibet/quodlibet/)\n* [deadbeef](https://deadbeef.sourceforge.io/)\n* [Swing](https://swingmx.com/) / [Telegram](https://t.me/+9n61PFcgKhozZDE0) / [GitHub](https://github.com/swingmx/swingmusic)\n* [Nora](https://noramusic.netlify.app/) / [GitHub](https://github.com/Sandakan/Nora)\n* [Dopamine](https://digimezzo.github.io/site/)\n* [ncmpc++](https://github.com/ncmpcpp/ncmpcpp) - TUI Audio Player\n* [Feishin](https://github.com/jeffvli/feishin) - Jellyfin / Navidrome / Subsonic Player\n* [LedFx](https://www.ledfx.app/) - LED Music Sync\n* [RockBox](https://www.rockbox.org/) - Custom Player for Audio Devices\n* [VinylEngine](https://www.vinylengine.com/) - Record Player / Vinyl Info\n\n***\n\n## ▷ Audio Servers\n\n* ⭐ **[Navidrome](https://navidrome.org)**\n* ⭐ **[Airsonic](https://airsonic.github.io/)** or [Airsonic Advanced](https://github.com/airsonic-advanced/airsonic-advanced) / [Web UI](https://github.com/tamland/airsonic-refix)\n* ⭐ **[koel](https://koel.dev/)**\n* ⭐ **[iBroadcast](https://ibroadcast.com)**\n* ⭐ **[AudioRelay](https://audiorelay.net/)** - Stream Audio Between Devices / [Mobile](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search)\n* [Lyrion](https://lyrion.org/) / [Extensions](https://lyrion.org/extensions/applications/)\n* [SnapCast](https://github.com/badaix/snapcast) or [SonoBus](https://sonobus.net/) - Sound System Sync\n* [mStream](https://mstream.io/)\n* [Mopidy](https://mopidy.com/)\n* [Black Candy](https://github.com/blackcandy-org/blackcandy)\n* [RMPC](https://rmpc.mierak.dev/) / [GitHub](https://github.com/mierak/rmpc) or [Music Player Daemon](https://www.musicpd.org/)\n* [Polaris](https://github.com/agersant/polaris)\n* [Gonic](https://github.com/sentriz/gonic)\n* [Ampache](https://ampache.org/)\n\n***\n\n## ▷ Audio Metadata\n\n* ⭐ **[MP3Tag](https://www.mp3tag.de/en/)** - Metadata Organizer\n* ⭐ **[MusicBrainz Picard](https://picard.musicbrainz.org/)** - Metadata Organizer / [GitHub](https://github.com/metabrainz/picard)\n* [YADG](https://yadg.cc/) - Scrape Music Release Info / [API](https://yadg.cc/api/)\n* [Beets](https://beets.io/) - Metadata Organizer / [Guides](https://redd.it/11iaafu) / [GitHub](https://github.com/beetbox/beets)\n* [TagEditor](https://github.com/Martchus/tageditor) - Metadata Organizer\n* [tone](https://github.com/sandreas/tone) - Metadata Organizer\n* [Kid3](https://kid3.kde.org/) - Metadata Organizer\n* [Imploded](https://www.imploded.com/) - Metadata Organizer\n* [MetaTogger](https://luminescence-software.org/en/metatogger/about/) - Metadata Organizer\n* [TagScanner](https://www.xdlab.ru/en/) - Metadata Organizer\n\n***\n\n## ▷ Album Artwork\n\n* ⭐ **[Cover Search Engine](https://covers.musichoarders.xyz)**, [Albumart.Digital](https://albumart.digital/) or [bigpictures](https://bigpictures.xyz/) - Album Art Search Engines\n* ⭐ **[SpotifyArt](https://spotify-art.vercel.app/)** - Spotify Album Art Downloader / Web / [GitHub](https://github.com/Shiawaseu/SpotifyArt)\n* [Apple Artwork](https://artwork.thekvt.eu.org/) - Apple Music Album Art Downloader\n* [MediUX Album Covers](https://mediux.pro/albums) - Media Soundtrack Album Art\n* [Classic Rock Covers](https://www.classic-rock-covers.com/) - Rock Album Art\n* [Album Art Downloader](https://sourceforge.net/projects/album-art/), [kunst](https://github.com/sdushantha/kunst) or [Fetcher](https://github.com/bunnykek/Fetcher) - Album Art Download Apps\n\n***\n\n## ▷ Song Identification\n\n* ⭐ **[Google Song Identification](https://support.google.com/websearch/answer/7554088)** / Android, iOS / [Guide](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/google-song-identification.md)\n* ⭐ **[Shazam](https://www.shazam.com/)** / Android, iOS, Web / [Features](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) / [Desktop App](https://github.com/BayernMuller/vibra), [2](https://github.com/zemoto/WhatAmIHearing) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/librezam/) / [Chrome](https://chromewebstore.google.com/detail/shazam-find-song-names-fr/mmioliijnhnoblpgimnlajmefafdfilb), [2](https://chromewebstore.google.com/detail/librezam/kolhjbddamlepljhchmgmlabaanmpegk)\n* ⭐ **[WatZatSong](https://www.watzatsong.com/en)** or [r/NameThatSong](https://reddit.com/r/NameThatSong) - Song ID Communities\n* [FlairMax](https://apps.microsoft.com/detail/9pdzvj34ztxg) / Windows\n* [AudioTag](https://audiotag.info/) / Web\n* [⁠SongFinder](https://songfinder.gg/) / Web\n* [SoundHound](https://www.soundhound.com/soundhound) / Android, iOS\n* [Audile](https://github.com/aleksey-saenko/MusicRecognizer) / Android\n* [Audire](https://github.com/alexmercerind/audire) / Android\n* [AmbientMusicMod](https://github.com/KieronQuinn/AmbientMusicMod) / Android\n* [SampleSeek](https://www.sampleseek.co.uk/) - Find Sample Origins\n* [AHA Music](https://www.aha-music.com/identify-songs-music-recognition-online) - Chrome Extension / Web\n\n***\n\n## ▷ Lyric Sites\n\n* ⭐ **[LRCGET](https://github.com/tranxuanthang/lrcget)** - Download Synced Lyrics\n* ⭐ **[LRCLIB](https://lrclib.net/)** - Synced Lyrics Search / [Uploader](https://lrclibup.boidu.dev/)\n* ⭐ **[LyricsTranslate](https://lyricstranslate.com/)** - Lyric Translations / Requests\n* ⭐ **[dumb](https://github.com/rramiachraf/dumb)**, [Intellectual](https://intellectual.insprill.net/) or [Genius](https://genius.com/) - Lyric Explanations\n* [AZLyrics](https://www.azlyrics.com/), [Lyricsify](https://www.lyricsify.com/), [Lyrhub](https://lyrhub.com/en), [FindMusicByLyrics](https://findmusicbylyrics.com/) or [Lyrics.com](https://www.lyrics.com/) - Lyric Search\n* [⁠Lyrical Nonsense](https://www.lyrical-nonsense.com/global/) - Japanese Song Lyrics\n* [⁠AnimeSongLyrics](https://www.animesonglyrics.com/) - Anime Song Lyrics\n* [Lyricify](https://github.com/WXRIW/Lyricify-App) - Lyrics Desktop App\n* [Versefy](https://versefy.app/) or [Lyrics-In-Terminal](https://github.com/Jugran/lyrics-in-terminal) - Lyric Finder for Spotify / Tidal / VLC\n* [⁠LRC Maker](https://lrc-maker.github.io/) - Web-Based Lyrics Editor / [GitHub](https://github.com/magic-akari/lrc-maker)\n\n***\n\n## ▷ Sheet Music / Notation\n\n* 🌐 **[Awesome Music](https://github.com/noteflakes/awesome-music)** - Music / Notation Tools Index\n* 🌐 **[Awesome Sheet Music](https://github.com/ad-si/awesome-sheet-music)** - Sheet Music Software & Resources\n* ↪️ **[Music Sheet Collections](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_music_sheet_collections)**\n* ⭐ **[MuseScore](https://musescore.org/)**, [MC Musiceditor](https://www.mcmusiceditor.com/) or [Score Perfect Professional](https://archive.org/details/score-perfect-professional-lite-5.1/) - Music Scoring Software\n* [The ABC Music Project](https://abc.sourceforge.net/) / [Editor](https://sourceforge.net/projects/toadflax/), [2](https://runabc.sourceforge.io/), [3](https://easyabc.sourceforge.net/) / [PNG Convert](https://sourceforge.net/projects/abccairo/) / [MIDI Convert](https://abcmidi.sourceforge.io/) / [Webpages](https://netabc.sourceforge.io/) - Notation Markup Language\n* [Chordly](https://chordly.co.uk/) - Chord Sheet Creator / [GitHub](https://github.com/stufro/chordly)\n* [Piascore](https://apps.apple.com/app/piascore-hd/id406141702) - iOS Music Score Viewer\n* [r/sheetmusic](https://reddit.com/r/sheetmusic) - Reddit Community\n* [VGLeadSheets](https://www.vgleadsheets.com/) - Transcribe Video Game Music\n* [Omnizart](https://github.com/Music-and-Culture-Technology-Lab/omnizart) - Python Music Transcription Library\n* [Audiveris](https://audiveris.github.io/audiveris/_pages/handbook/) - OMR Engine / [GitHub](https://github.com/Audiveris/audiveris)\n* [Oemer](https://github.com/BreezeWhite/oemer) - OMR Tool / [Colab](https://colab.research.google.com/github/BreezeWhite/oemer/blob/main/colab.ipynb) / [Demo](https://breezewhite.github.io/oemer/)\n* [Sheet Music Scanner](https://sheetmusicscanner.com/) - Mobile OMR App\n* [music-reader](https://music-reader.com/) - Practice Reading Sheet Music\n* [Sound Slice](https://soundslice.com/) or [Nootka](https://sourceforge.net/projects/nootka/) - Sheet Music Learning\n* [Nutkus](https://sourceforge.net/projects/nutkus/) - Notation Learning Game\n\n***\n\n## ▷ Spectrum Analyzers\n\n* ⭐ **[Audio Quality Check Guide](https://redd.it/3l0yxp)**\n* ⭐ **[Fakin' The Funk?](https://fakinthefunk.net/)**\n* ⭐ **[Sonic Visualizer](https://www.sonicvisualiser.org/)**\n* ⭐ **[Spek](https://www.spek.cc/)**\n* [⁠AudioAuditor](https://audioauditor.org/) / [GitHub](https://github.com/Angel2mp3/AudioAuditor)\n* [⁠Acoustic Spectrum Analyzer](https://spec.squid.wtf/) or [⁠WhatsMyBitrate](https://whatsmybitrate.com/) - Web-Based\n* [Visual Analyser](https://www.sillanumsoft.org/)\n* [Friture](https://friture.org/) / [GitHub](https://github.com/tlecomte/friture)\n* [Spectro](http://spectro.enpts.com/)\n* [Cambia](https://logs.musichoarders.xyz/) - CD Rip Log Checker\n\n***\n\n## ▷ [Linux Audio Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_linux_audio)\n\n***\n\n## ▷ [Mac Audio Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_mac_audio)\n\n***\n\n# ► Audio Editing\n\n* 🌐 **[Awesome Music Production](https://github.com/ad-si/awesome-music-production)** or [AFreeStudio](https://www.afreestudio.com/) - Music Production Indexes\n* ↪️ **[AI Audio Generation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_audio_generation)**\n* ↪️ **[Separate Voice / Instrumentals](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_voice_removal_.2F_separation)**\n* ⭐ **[AudioSEX](https://audiosex.pro/)**, [KVR Audio](https://www.kvraudio.com/) or [VI-CONTROL](https://vi-control.net/community/) - Audio Production Forums / News\n* [ProducerLibrary](https://producerlibrary.carrd.co/) - Audio Production Tutorials\n* [⁠OpenUtau](https://www.openutau.com/) - Vocal Synth / Singing Platform / [GitHub](https://github.com/stakira/OpenUtau)\n* [Tonocracy](https://tonocracy.com/), [NeuralAmpModeler](https://www.neuralampmodeler.com/), [GuitarML](https://guitarml.com/index.html) or [TONEX CS](https://www.ikmultimedia.com/products/tonex/#tonexcs) - Guitar Tones, Effects & Virtual Amps\n* [Tone3000](https://tone3000.com/) - Guitar Tone Profiles\n* [PresetShare](https://presetshare.com/) - Audio Presets / Requires Sign-Up\n* [VSTSkins](https://vstskins.com/category/skins/?fwp_license=free) - VST Skins\n\n***\n\n## ▷ Audio Editors\n\n* ⭐ **[Tenacity](https://tenacityaudio.org/)** / [Source Code](https://codeberg.org/tenacityteam/tenacity), [Audacity](https://www.audacityteam.org/) / [GitHub](https://github.com/audacity/audacity) or [ocenaudio](https://www.ocenaudio.com/) - Audio Editors\n* ⭐ **[FL Studio](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_sites)** (search), **[Reaper](https://www.reaper.fm/) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/reaper-note.md)**, [Zrythm](https://www.zrythm.org/en/index.html) / [GitLab](https://gitlab.zrythm.org/zrythm/zrythm), [Waveform](https://www.tracktion.com/products/waveform-free) or [LMMS](https://lmms.io/) / [Discord](https://discord.com/invite/PruNxpG) / [GitHub](https://github.com/LMMS) - Digital Audio Workstations\n* ⭐ **[OpenMPT](https://openmpt.org/)** / [Source Code](https://source.openmpt.org/) / [GitHub](https://github.com/OpenMPT/openmpt/), [Schism Tracker](https://schismtracker.org/) / [GitHub](https://github.com/schismtracker/schismtracker), [Furnace](https://tildearrow.org/furnace/) / [Discord](https://discord.gg/QhA26dXD23) / [GitHub](https://github.com/tildearrow/furnace), [16-Bits](https://16-bits.org/) / [GitHub](https://github.com/8bitbubsy?tab=repositories) or [MilkyTracker](https://milkytracker.org/) / [GitHub](https://github.com/milkytracker/MilkyTracker) - Music Trackers\n* [Team V.R releases](https://rentry.co/FMHYB64#team-vr), [G-MEH](https://g-meh.com/) / [Discord](https://discord.com/invite/g-meh) or [AudioZ](https://audioz.download/) / [Forum](https://audiosex.pro/) - Audio Editor Indexes\n* [Ossia](https://ossia.io/) - Intermedia Sequencer / [GitHub](https://github.com/ossia/score)\n* [Mixxx](https://mixxx.org/), [VirtualDJ](https://www.virtualdj.com/) or [Serato](https://serato.com/) - DJ Software\n* [Moises](https://moises.ai/) - Live Music Mixer\n* [plugdata](https://plugdata.org/) - Visual Audio Editor / [Discord](https://discord.com/invite/eT2RxdF9Nq)\n* [Element](https://kushview.net/element/), [Bespoke](https://www.bespokesynth.com/) or [SunVox](https://warmplace.ru/soft/sunvox/) - Modular Audio Environments / [Discord](https://discord.com/invite/RVk3RVJ)\n* [Bosca Ceoil](https://yurisizov.itch.io/boscaceoil-blue) - Simple Music Editor / Composer / [Web Version](https://humnom.net/apps/boscaceoil/)\n* [Music Experiment](https://petersalomonsen.com/webassemblymusic/livecodev2/), [Sonic-Pi](https://sonic-pi.net/), [SuperCollider](https://supercollider.github.io/), [⁠Strudel](https://strudel.cc/) or [WebChuck IDE](https://ccrma.stanford.edu/~tzfeng/webchuck-ide/) - Code-Based Audio Creators\n* [WaveTracker](https://wavetracker.org/) - Wavetable Audio Editor / [GitHub](https://github.com/squiggythings/WaveTracker)\n* [FamiStudio](https://famistudio.org/) - NES Audio Editor / [Discord](https://discord.gg/QRCMe595Pv) / [GitHub](https://github.com/BleuBleu/FamiStudio)\n* [LittleSoundDJ](https://www.littlesounddj.com/lsd/index.php) - Game Boy Audio Editor\n* [Rosegarden](https://rosegardenmusic.com/) or [Ariamaestosa](https://ariamaestosa.github.io/ariamaestosa/docs/index.html) - MIDI Sequencer / Notation Editors\n* [Basic Pitch](https://basicpitch.spotify.com/) - Audio-to-MIDI Converter\n* [BitMidi](https://bitmidi.com/) or [VGMusic](https://www.vgmusic.com/) - MIDI Files\n* [Mod Archive](https://modarchive.org/) - Audio Modules\n* [Fadr](https://fadr.com/) or [StemRoller](https://www.stemroller.com/) / [GitHub](https://github.com/stemrollerapp/stemroller) - STEM Creator / Editors\n\n***\n\n## ▷ Browser Editors / Synths\n\n* ⭐ **[Audioalter](https://audioalter.com/)**, **[WavaCity](https://wavacity.com/)**, [Bosca Ceoil](https://humnom.net/apps/boscaceoil/), [AudioMass](https://audiomass.co/), [editor.audio](https://editor.audio/), [TwistedWave](https://twistedwave.com/online) or [xAudioPro](https://www.xaudiopro.com/en/) - Online Editors\n* ⭐ **[BandLab](https://www.bandlab.com/)** - Digital Audio Workstation\n* ⭐ **[Drumhaus](https://www.drumha.us/)**, [iO-808](https://io808.com/), [Sequencer64](https://www.sequencer64.com/), [Drummy](https://drummy.io/), [DrumBit](https://drumbit.app/), [Roland50.studio](https://roland50.studio/), [Acid Machine 2](https://errozero.co.uk/acid-machine/), [orDrumbox](https://www.ordrumbox.com/) or [Hydrogen](http://hydrogen-music.org/) - Virtual Drum Machines\n* [UltraBox](https://ultraabox.github.io/), [AbyssBox](https://choptop84.github.io/abyssbox-app/), [JummBox](https://jummb.us/) / [GitHub](https://github.com/jummbus/jummbox), [BeepBox](https://www.beepbox.co/) or [GoldBox](https://aurysystem.github.io/goldbox/) - Online Sequencer / BeepBox Forks\n* [Efflux](https://www.igorski.nl/application/efflux/) - Online Tracker / Sequencer\n* [Sequencer](https://sequencer.henryfellerhoff.com/), [Draw Audio](https://draw.audio/) or [DrawBeats](https://drawbeats.com/) - Scale Sequencers\n* [Petaporon](https://pixwlk.itch.io/petaporon) or [Pianoboi](https://pianoboi.site/) - Piano Sequencers / [Instrument Editor](https://pixwlk.itch.io/petaporon-editor)\n* [OnlineSequencer](https://onlinesequencer.net/) - MIDI Editors\n* [WebSynths](https://www.websynths.com/) - Browser Synthesizers\n* [NoiseCraft](https://noisecraft.app/) - Modular Synth Builder\n* [VirtualPiano](https://virtualpiano.net/) - Browser Pianos\n* [MK-1](https://ericrosenbaum.github.io/MK-1/) - Online Sampling Keyboard\n* [VO Pads](https://vo.odgn.net/) - Video Sample Sequencer\n* [React Guitar](https://react-guitar.com/) - Virtual Guitar\n* [Theremin](https://femurdesign.com/theremin/) - Virtual Theremin\n* [Pantam Playground](https://www.yishama.com/virtual-pantam-playground/) - Virtual Pantam\n* [WD-1](https://www.worteldrie.com/WD5/) or [YOU.DJ](https://you.dj/) - Online DJ / Beat Creators\n* [PIXELSYNTH](https://ojack.xyz/PIXELSYNTH/) - Image to Sound Synthesizer\n* [Slowed and Reverb](https://slowedandreverb.studio/) - Make Slowed, Reverb and Remixed Songs\n* [BeatMachine](https://beatmachine.branchpanic.me/) or [bungee](https://bungee.parabolaresearch.com/bungee-web-demo) - Audio Tempo Editors\n* [MIDI Recorder](https://midi-recorder.web.app/) - MIDI Keyboard Recorder\n\n***\n\n## ▷ Audio Plugins\n\n* ⭐ **[AudioZ](https://audioz.download/)** - Download / [Forum](https://audiosex.pro/)\n* ⭐ **[Team V.R releases](https://rentry.co/FMHYB64#team-vr)** - Download\n* [G-MEH](https://g-meh.com/) - Download / [Discord](https://discord.com/invite/g-meh)\n* [AudioWavePro](https://t.me/AudioWavePro) - Telegram / AudioZ Reuploads\n\n***\n\n## ▷ Freeware Plugins\n\n* 🌐 **[Free VST Plugins](https://bedroomproducersblog.com/free-vst-plugins/)**, [2](https://docs.google.com/spreadsheets/d/1wr0RjPfQvD_VrIivi4U4tsnqMdL78sWOaDUI2Z95R9U/htmlview?fbclid=IwAR3jUwxfkL7aMruLKomutJZ7-H3xjM1X4JX422mSbCgECdt5ugkHtGWlsF8##gid=0) - Freeware Plugin Index\n* 🌐 **[Open-Source Audio Plugins](https://openaudio.webprofusion.com/)** - Open Source Plugin Projects Index\n* ⭐ **[Surge XT](https://surge-synthesizer.github.io/)** - Hybrid / Subtractive Synth\n* ⭐ **[Vital](https://vital.audio/)** or [Helm](https://tytel.org/helm/) - Wavetable Synths\n* ⭐ **[Dexed](https://asb2m10.github.io/dexed/)** - Yamaha DX7 Emulation\n* [Decent Sampler](https://www.decentsamples.com/product/decent-sampler-plugin/) or [sforzando](https://www.plogue.com/products/sforzando.html) - VST Samplers / [Libraries](https://www.decentsamples.com/), [2](https://sfzinstruments.github.io/), [3](https://unreal-instruments.wixsite.com/unreal-instruments)\n* [Pianobook](https://www.pianobook.co.uk/) - 1500+ Sample Packs / Requires Sign-Up\n* [VCV Rack 2](https://vcvrack.com/Rack) or [Cardinal](https://cardinal.kx.studio/) - Eurorack Simulators\n* [IEM Plug-in Suite](https://plugins.iem.at/), [ModularSamples](https://github.com/publicsamples), [Igorski](https://www.igorski.nl/download) / [GitHub](https://github.com/igorski?utf8=✓&tab=repositories&q=vst), [SPARTA](https://leomccormack.github.io/sparta-site/) or [Chowdhury DSP](https://chowdsp.com/products.html) - Open-Source Plugins\n* [Plugins4Free](https://plugins4free.com/), [looperman](https://www.looperman.com/free-music-software), [⁠blepfx](https://fx.amee.ee/) or [AirWindows](https://www.airwindows.com/) / [Consolidated](https://www.airwindows.com/consolidated/) - Plugins \n* [Krush](https://www.tritik.com/product/krush/) - Bitcrusher Plugin\n* [samplv1](https://samplv1.sourceforge.io/) - Polyphonic Sampler\n* [Maim](https://github.com/ArdenButterfield/Maim) - Audio Distortion Plugin\n* [r/SynthRecipes](https://www.reddit.com/r/synthrecipes/) - Synth Request Subreddit\n\n***\n\n## ▷ SFX / Loops\n\n* ⭐ **[Kits4Beats](https://kits4beats.com/)** - Sound Effects / [Telegram](https://t.me/kits4beats)\n* ⭐ **[PLUGG SUPPLY](https://t.me/pluggsupply)** - Sound Effects / Telegram / [VK](https://vk.com/pluggsupply)\n* ⭐ **[OrangeFreeSounds](https://orangefreesounds.com/)** - Sound Effects\n* [FreeSoundsLibrary](https://www.freesoundslibrary.com/) - Sound Effects\n* [BandLab Samples](https://www.bandlab.com/sounds/free-samples) - Sound Effects\n* [SoundGator](https://www.soundgator.com/) - Sound Effects\n* [GDC](https://sonniss.com/gameaudiogdc) - Sound Effects\n* [⁠BigSoundBank](https://bigsoundbank.com/) - Sound Effects\n* [Citizen DJ](https://citizen-dj.labs.loc.gov/) - Sound Effects\n* [Free Adobe SFX](https://www.adobe.com/products/audition/offers/AdobeAuditionDLCSFX.html) - Sound Effects\n* [r/LoopKits](https://www.reddit.com/r/loopkits/), [Freesound](https://freesound.org/), [Voicy](https://www.voicy.network/), [looperman](https://www.looperman.com/loops) or [SampleSwap](https://sampleswap.org/) - User-Submitted Sound Effects\n* [⁠SmoredBoard](https://www.smoredboard.com/) / [Discord](https://discord.gg/bkYY39VgQ2), [EXP Soundboard](https://sourceforge.net/projects/expsoundboard/), [Sound Show](https://soundshow.app/) / [Discord](https://discord.com/invite/8pGnfJyzNq), [Soundux](https://soundux.rocks/), [Amplitude Soundboard](https://amplitude-soundboard.dan0v.com/) / [GitHub](https://github.com/dan0v/AmplitudeSoundboard) or [Resanance](https://resanance.com/) - Soundboard Programs\n* [MyInstants](https://www.myinstants.com/index/us/), [101soundboards](https://www.101soundboards.com/) or [Soundboard.com](https://www.soundboard.com/) - Online Soundboards\n* [SampleBrain](https://gitlab.com/then-try-this/samplebrain), [rFXGen](https://raylibtech.itch.io/rfxgen), [Bfxr](https://www.bfxr.net/) / [GitHub](https://github.com/increpare/bfxr2), [ChipTone](https://sfbgames.itch.io/chiptone) or [SFXR](https://sfxr.me/) - Sound Effect Creators\n* [BBC Sound Effects](https://sound-effects.bbcrewind.co.uk/) / [Downloader](https://github.com/get-iplayer/get_iplayer)\n* [SNES Soundfonts](https://www.williamkage.com/snes_soundfonts/) or [Musical Artifacts](https://musical-artifacts.com/) - Soundfonts\n\n***\n\n# ► [System Audio](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools/#wiki_.25B7_system_audio)\n\n***\n\n# ► [Android Audio](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_audio)\n\n***\n\n# ► [iOS Audio](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_ios_audio)\n"
  },
  {
    "path": "docs/beginners-guide.md",
    "content": "### Adblocking\n\n> How important is using an adblocker?\n\nSites generally contain ads, some of which can be harmful, often leading to unwanted pages or fake download buttons. Real download buttons are usually small, often text-based or subtly integrated into the site's design. Fake ones are frequently large, brightly colored, use generic terms like 'Download Now', and may appear multiple times on a page. It can be hard to tell them apart, so it's important to always have an adblocker.\n\nFor browsers we recommend **[uBO](https://github.com/gorhill/uBlock)**, and you can also use a **[Redirect Skipper](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_redirect_bypass)** to skip annoying countdowns. Note that uBO alone should be enough for browser adblocking; using DNS alongside it can cause conflicts.\n\nFor mobile **[AdGuard Premium](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_adblocking)** / [iOS](https://adguard.com/en/adguard-ios/overview.html) or **[Rethink DNS](https://rethinkdns.com/app)**, and you can block YouTube, Reddit, and X.com ads with **[ReVanced Manager](https://revanced.app/)** or **[Morphe](https://morphe.software/)**, which you can optionally [set up easily](https://wispydocs.pages.dev/revanced-morphe-obtainium/). Note that uBO works on mobile browsers like Firefox too.\n\n!!!note Using several ad blockers, like uBO and AdGuard at the same time can [mess things up](https://x.com/gorhill/status/1033706103782170625). This only happens with regular ad blockers, so it's perfectly okay to use uBO alongside something like SponsorBlock.\n\n***\n\n### Antivirus\n\n> How can I safely scan files, and determine if detections are false positives?\n\nBefore installing any file, it's recommended to scan the setup / install with **[VirusTotal](https://www.virustotal.com/)**. If you're having trouble determining if something is a false positive, refer to the **[Scan Guide](https://claraiscute.neocities.org/Guides/vtguide)** / [2](https://claraiscute.pages.dev/Guides/vtguide), or send it to us in [Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord) and we'll take a look for you. For Android Apps, it's best to analyze them in a sandbox like [Triage](https://tria.ge/).\n\n!!!note Most antivirus programs are unnecessary and can cause slowdowns. If you use trusted websites, Windows Defender should be all you need to stay safe, and you can run a [Malwarebytes](https://www.malwarebytes.com/) scan from time to time for extra protection.\n\n***\n\n### Browsers\n\n> Which web browser should I use?\n\nWe recommend **[Firefox](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_firefox_tools)**, but you can also try **[Privacy-Focused Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_browser_privacy)** or **[Brave](https://brave.com/)** if you prefer Chromium.\n\nFor Android, we recommend **[Firefox](https://www.firefox.com/browsers/mobile/android/)**, **[Brave](https://brave.com/)** or **[Cromite](https://github.com/uazo/cromite)**.\n\nFor iOS, we recommend **[Brave](https://brave.com/)** or **Safari + [AdGuard](https://adguard.com/en/adguard-ios/overview.html)**.\n\n!!!note We recommend looking through our [Extension](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_browser_extensions) / [Userscript](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_userscripts) sections to find ways to enhance your browser.\n\n***\n\n### Base64\n\n> How do I decode Base64?\n\nIf you see a string of text that looks like this `aHR0cHM6Ly9mbWh5Lm5ldC8` you can use a Base64 decoder to view it. Some may need to be decoded twice.\n\n* **[Base64 Decoders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_encode_.2F_decode) / [Auto Decode](https://greasyfork.org/en/scripts/485772-fmhy-base64-auto-decoder)**\n\n***\n\n### Movies / Shows\n\n* **Streaming: [Cineby](https://www.cineby.gd/) / [NEPU](https://nepu.to/) / [XPrime](https://xprime.today/)**\n* **Downloading: [Directories](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_download_sites)**\n* **Torrenting: [ExT.to](https://ext.to/browse/?cat=1) / [1337x](https://1337x.to/movie-library/1/)**\n* **Sports Streaming: [Streamed](https://streamed.pk/) / [SportyHunter](https://sportyhunter.com/)**\n* **Drama Streaming: [DramaCool](https://dramacoolt.com.in/) / [GoPlay](https://goplay.su/)**\n* **Track / Discover: [Simkl](https://simkl.com/) / [Letterboxd](https://letterboxd.com/)**\n\n***\n\n### Anime\n\n* **Streaming: [AnimeKai](https://animekai.to/home) / [Miruro](https://www.miruro.com/) / [HiAnime](https://hianime.to/)**\n* **Downloading: [Tokyo Insider](https://www.tokyoinsider.com/) / [Kayoanime](https://kayoanime.com/)**\n* **Torrenting: [Nyaa](https://nyaa.si/) / [Hayase](https://hayase.watch/) / [Extensions](https://rentry.co/FMHYB64#hayase)**\n* **Track / Discover: [MyAnimeList](https://myanimelist.net/) / [AniList](https://anilist.co/)**\n\n***\n\n### Music\n\n* **Streaming: [SpotX](https://github.com/SpotX-Official/SpotX) / [Monochrome](https://monochrome.tf/), [2](https://monochrome.samidy.com/), [3](https://monochromemusic.pages.dev)**\n* **Downloading: [lucida](https://lucida.to/) / [DoubleDouble](https://doubledouble.top/) / [Soulseek](https://slsknet.org/)**\n* **Android: [Metrolist](https://metrolist.meowery.eu/) / [ReVanced Manager](https://revanced.app/) / [Morphe](https://morphe.software/) / [SpotiFLAC-Mobile](https://github.com/zarzet/SpotiFLAC-Mobile)**\n* **iOS: [SpotC++](https://spotc.yodaluca.dev/) / [SpotiFLAC-Mobile](https://github.com/zarzet/SpotiFLAC-Mobile)**\n* **Track / Discover: [RateYourMusic](https://rateyourmusic.com/) / [Last.fm](https://www.last.fm/home)**\n\n***\n\n### Gaming\n\n* **Download / Torrent: [Virgil Game Search](https://virgil.samidy.com/Games/) / [AnkerGames](https://ankergames.net/) / [SteamRIP](https://steamrip.com/) / [FitGirl Repacks](https://fitgirl-repacks.site/)**\n* **Emulation / ROMs: [Emulation Wiki](https://emulation.gametechwiki.com/index.php/Main_Page) / [r/ROMs Mega](https://r-roms.github.io/) / [Myrient](https://rentry.co/FMHYB64#myrient)**\n* **Track / Discover: [Backloggd](https://www.backloggd.com/) / [Glitchwave](https://glitchwave.com/)**\n\n***\n\n### Reading\n\n* **Downloading: [Anna's Archive](https://annas-archive.gl/) / [Z-Library](https://z-lib.gd/)**\n* **Audiobooks:  [Mobilism Audiobooks](https://forum.mobilism.org/viewforum.php?f=124) / [AudiobookBay](https://audiobookbay.lu/) / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/audiobookbay-warning.md) / [Tokybook](https://tokybook.com/)**\n* **Manga: [Weeb Central](https://weebcentral.com/) / [⁠Comix](https://comix.to/)**\n* **Comics: [BatCave](https://batcave.biz/) / [ReadComicsOnline](https://readcomiconline.li/) / [GetComics](https://getcomics.org/)**\n* **Ebook Readers: [Koodo](https://www.koodoreader.com/) / [Google Play Books](https://play.google.com/books) / [Foxit](https://www.foxit.com/pdf-reader/)** + [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/foxit-warning.md)\n* **Android Readers: [Librera](https://librera.mobi/) / [Moon+ Reader](https://www.moondownload.com/) + [Theme Guide](https://claraiscute.neocities.org/Guides/moontheme/), [2](https://claraiscute.pages.dev/Guides/moontheme) / [Legado](https://github.com/gedoor/legado/blob/master/English.md)**\n* **Track / Discover: [GoodReads](https://www.goodreads.com/)** (books) / [StoryGraph](https://www.thestorygraph.com/) (books) / **[MAL](https://myanimelist.net/)** (manga) / **[LeagueOfComicGeeks](https://leagueofcomicgeeks.com/)** (comics)\n\n***\n\n### Privacy\n\n> I don't have anything to hide, why should I care about privacy?\n\nPrivacy is about controlling your personal information, not just keeping things secret. Non-sensitive data is used by companies to track your behavior, target ads, and influence your choices.\n\nFor email privacy, we recommend **[Proton](https://proton.me/mail)** and for search **[SearXNG](https://searx.space/)**. It's also good to check sites like **[HaveIBeenPwned](https://haveibeenpwned.com/Passwords)** to make sure your info hasn't been part of any recent data breaches.\n\n!!!note Remember never to use your real email or password on any site you're not sure is trustworthy. It's good to use a different password on every site you register for, that way if a breach happens, only the password for that one site is compromised. You can also use email [aliasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_email_aliasing).\n\n!!!note Keep in mind that it's **never** a good idea to upload personal or confidential files to any file host / cloud AI, even if they claim to be encrypted.\n\n***\n\n### Windows Guide\n\n> How can I download / activate Windows for free?\n\nDownload an ISO from Massgrave's **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** page, and follow the **[Clean Install Windows Guide](https://massgrave.dev/clean_install_windows)** to install it. After install, activate it with **[Microsoft Activation Scripts](https://rentry.co/FMHYB64#mas)**. If you'd like to use Windows 10 past its End-Of-Life date, follow **[Windows 10 After EOL](https://massgrave.dev/windows10_eol)**.\n\nNote you can turn on file extensions for all files by opening File Explorer, clicking on the \"View\" menu, and checking the box next to \"File name extensions.\"\n\n* **[Windows Install / Debloat Guide](https://wispydocs.pages.dev/windows/)**\n* **Software Sites: [Virgil Software Search](https://virgil.samidy.com/Software/) / [CracksURL](https://cracksurl.com/) / [Download Guide](https://cracksurl.com/how-to-download/) / [LRepacks](https://lrepacks.net/)**\n\n***\n\n### Torrenting\n\n> Do I need a VPN to torrent?\n\nDownloading files through torrenting can cause issues with your ISP, so using a **[VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn)** is a must in most countries. You should also **[bind your VPN](https://wispydocs.pages.dev/torrenting/)** to your torrent client. This ensures that if your VPN connection drops, your torrent client stops all traffic, preventing your real IP address from being exposed. You can also use **[Remote Torrenting Services](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25B7_remote_torrenting)** to avoid the need for a VPN altogether.\n\n***\n\n> What is Port Forwarding? Do I need it?\n\n[Port forwarding](https://wispydocs.pages.dev/torrenting/#port-forwarding) (having an open port) is an essential part of torrenting and it's recommended to set it up. While it's not strictly needed, it benefits the swarm, can sometimes boost download speeds, and improves connectability for torrents with fewer seeds.\n\n***\n\n### Android Apps\n\n* **[Mobilism](https://forum.mobilism.org/viewforum.php?f=398)** - Modded APKs\n* **[APKMirror](https://www.apkmirror.com/)** - Untouched APKs\n* **[Droid-ify](https://droidify.eu.org/)** - FOSS Android Apps / [GitHub](https://github.com/Droid-ify/client)\n* **[Obtainium](https://github.com/ImranR98/Obtainium/)** - Get Android App Updates\n\n***\n\n### iOS Sideloading\n\n* **[Sideloading Guide](https://rentry.co/sideloadingguide)** - Sideloading Guide\n* **[TrollStore](https://github.com/opa334/TrollStore)** - Unlimited App Sideloading [iOS 14.0-17.0]\n* **[SideStore](https://sidestore.io/)** - Sideloading App [iOS 16.0 & Above]\n* **[Sideloadly](https://sideloadly.io/)** - Sideload Apps [iOS 7.0 & Above]\n* **[Feather](https://github.com/khcrysalis/Feather)** - Sideload Apps with Dev Certs [iOS 15 & Above]\n\n***\n\n### Important Links\n\n* **Download Managers: [JDownloader](https://jdownloader.org/jdownloader2)** / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/jdownloader-warning.md)\n* **[Translate Web Pages](https://github.com/FilipePS/Traduzir-paginas-web)** - Translate Web Pages to Your Language\n* **[Glossary / Terminology ](https://rentry.org/the-piracy-glossary)** - Common piracy term definitions\n* **[Unsafe Sites / Software](https://fmhy.net/unsafe)** / [2](https://redd.it/10bh0h9) - Things we recommend avoiding\n* **[FMHY.net](https://fmhy.net/)** - Our website with many more sites / tools"
  },
  {
    "path": "docs/developer-tools.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/tools-index)**\n***\n***\n\n# ► Dev Communities\n\n* ⭐ **[StackOverflow](https://stackoverflow.com/)** - Developer Forum\n* ⭐ **[XDA](https://xdaforums.com/)** - App Development Forum / [Discord](https://discord.com/invite/e4v8qtkcBw)\n* [Spiceworks Community](https://community.spiceworks.com/) - Developer Forum\n* [DEV Community](https://dev.to/) - Developer Forum\n* [Blind](https://www.teamblind.com/) - Developer Forum\n* [IndieHackers](https://www.indiehackers.com/) - Developer Forum\n* [CyberArsenal](https://cyberarsenal.org/) - Cybersecurity Forums\n* [Tech-Blogs](https://tech-blogs.dev/) or [HN Popularity](https://refactoringenglish.com/tools/hn-popularity/) - Blogs for Developers\n* [The Devs Network](https://thedevs.network/) - Developer Chat\n\n***\n\n# ► Dev News\n\n* ⭐ **[KrebsOnSecurity](https://krebsonsecurity.com/)** - Cybersecurity News\n* ⭐ **[Lobsters](https://lobste.rs/)** - Dev News / [Highlighter](https://greasyfork.org/en/scripts/40906)\n* [DevURLs](https://devurls.com/) - Dev News\n* [daily.dev](https://app.daily.dev/posts) - Dev News\n* [This Week in Rust](https://this-week-in-rust.org/) - Rust News / Updates\n* [hackertab.dev](https://hackertab.dev/) - Dev Browser Startpages / [GitHub](https://github.com/medyo/hackertab.dev)\n\n***\n\n# ► [Developer Learning](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25BA_developer_learning)\n\n***\n\n# ► Developer Tools\n\n* ↪️ **[Data Visualization Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_data_visualization_tools)**\n* ↪️ **[Machine / Deep Learning](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_machine_learning)**\n* ↪️ **[Markup Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25BA_markup_tools)**\n* 🌐 **[⁠Awesome Minimalist](https://github.com/neiesc/awesome-minimalist)** - Curated Minimal Dev Frameworks\n* ⭐ **[DevToys](https://devtoys.app/)** - Dev Multi-Tool App / [GitHub](https://github.com/DevToys-app/DevToys)\n* ⭐ **[DevDocs](https://devdocs.io/)** / [GitHub](https://github.com/freeCodeCamp/devdocs) or [ZealDocs](https://zealdocs.org/) - Dev Documentation\n* ⭐ **[ImHex](https://imhex.werwolv.net/)** / [Web Version](https://web.imhex.werwolv.net/) / [GitHub](https://github.com/WerWolv/ImHex) or [HexEd.it](https://hexed.it/) - Hex Editors\n* ⭐ **[Free for Developers](https://free-for.dev/)** - Tool Index / [GitHub](https://github.com/ripienaar/free-for-dev)\n* [Useful Tools](https://trolologuy.github.io/useful-tools/) - Tool Index / [GitHub](https://github.com/trolologuy/useful-tools)\n* [Tiny Helpers](https://tiny-helpers.dev/) - Tool Index / [GitHub](https://github.com/stefanjudis/tiny-helpers)\n* [Tiny Tools](https://tinytools.directory/) - Tool Index\n* [Free For Life](https://free.hrsn.dev/) - Tool Index / [GitHub](https://github.com/wdhdev/free-for-life/)\n* [WebdevHome](https://webdevhome.github.io/) - Tool Index\n* [Free Developer Stuff](https://freestuff.dev/) - Tool Index\n* [Addy](https://toolkit.addy.codes/) - Tool Index\n* [Prototypr](https://prototypr.io/toolbox/page/1) - Tool Index\n* [StackShare](https://stackshare.io/) - Tech Stack Collaboration\n* [Awesome Sys Admin](https://github.com/awesome-foss/awesome-sysadmin) - System Admin Resources\n* [Awesome Design Patterns](https://github.com/DovAmir/awesome-design-patterns) - Design Pattern Resources\n* [Devhints](https://devhints.io/) - Developer Cheat Sheets\n* [Student Developer Pack](https://education.github.com/pack) - Free Developer Tools for Students\n* [choose-a-license](https://writefreesoftware.org/learn/participate/choose-a-license/), [tl;drLegal](https://www.tldrlegal.com/), [SPDX License List](https://spdx.org/licenses/) or [ChooseALicense](https://choosealicense.com/) - License Picking Guides / Lists\n* [Eternal Terminal](https://eternalterminal.dev/), [Termius](https://termius.com/) - SSH Clients / Servers\n* [Beszel](https://beszel.dev/) - Dev Data Dashboard / [iOS App](https://github.com/Loriage/Beszel-Swift-App)\n* [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/) - SSH & Telnet Client / [Multi-Tab](https://ttyplus.com/)\n* [Webhook.site](https://webhook.site/) - Webhook Tools\n* [⁠XMLComparator](https://www.xmlcomparator.xyz/) - XML Diff & Compare Tool \n* [⁠Nept](https://nept.cloud/) - Instantly Deploy 20+ Frameworks (Deploy Next.js, Python, Go, etc.)\n* [Libraries.io](https://libraries.io/) - Package, Framework & Tool Search\n* [Deps.dev](https://deps.dev/) - Open Source Package Search\n* [N8N](https://n8n.io/) / [Workflow Index](https://github.com/Zie619/n8n-workflows) - Workflow Automation\n* [botwiki](https://botwiki.org/) - Learn How to Make Bots\n* [Sentry](https://sentry.io/) or [Darkly](https://launchdarkly.com/) - Error Tracking Platforms\n* [Mockaroo](https://mockaroo.com/) or [Mockium](https://softwium.com/mockium/) - Generate Test Data\n* [Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings) - Check for Edge Case Inputs\n* [overmind](https://github.com/DarthSim/overmind) - Process Managers\n* [Wakatime](https://wakatime.com/) - Programmer Stat Tracking\n\n***\n\n## ▷ Online Toolkits\n\n* ⭐ **[AppDevTools](https://appdevtools.com/)**\n* [Sharevb IT Tools](https://sharevb-it-tools.vercel.app/) / [GitHub](https://github.com/sharevb/it-tools) or [IT Tools](https://it-tools.tech/) / [GitHub](https://github.com/CorentinTh/it-tools)\n* [Web Toolbox](https://web-toolbox.dev/en)\n* [devina](https://devina.io/)\n* [Coders Tool](https://www.coderstool.com/)\n\n***\n\n## ▷ Software Dev Tools\n\n* 🌐 **[Awesome Software Quality](https://github.com/ligurio/sqa-wiki/wiki)** - Software Quality Testing Resources\n* 🌐 **[Awesome DOS](https://github.com/balintkissdev/awesome-dos)** - DOS App Development Resources\n* 🌐 **[Awesome Smart TV](https://github.com/vitalets/awesome-smart-tv)** - Smart TV App Development Resources\n* ⭐ **[Every-programmer-should-know](https://github.com/mtdvio/every-programmer-should-know)** or [bookmarks](https://github.com/SansGuidon/bookmarks) - Software Development Tools\n* ⭐ **Electron Tools** - [App Store](https://www.electronjs.org/apps/) / [Debugger](https://github.com/pd4d10/debugtron) / [Builder](https://www.electron.build/)\n* [Budibase](https://budibase.com/) or [Appsmith](https://www.appsmith.com/) - Internal Tool Builders\n* [New Software](https://github.com/ardalis/new-software-project-checklist) - Project Decision Checklist\n* [Open Source Guides](https://opensource.guide/) - Open Source Software Tips / [GitHub](https://github.com/github/opensource.guide)\n* [Dokploy](https://github.com/dokploy/dokploy) - App Deployment\n* [PublicWWW](https://publicwww.com/) or [grep.app](https://grep.app/) - Source Code Search\n* [Gaultier Blog](https://gaultier.github.io/blog/x11_x64.html) - Learn x86-64 Assembly\n* [PM2](https://pm2.keymetrics.io/) - Process Manager\n* [namae](https://namae.dev/) - App Name Availability Check\n* [up-for-grabs](https://up-for-grabs.net/) - Curated List of Tasks for New Contributes\n* [dnSpyEx](https://github.com/dnSpyEx/dnSpy) - .NET Debugger and Assembly Editor\n* [Crontab Guru](https://crontab.guru/) - Crontab Editor / Job Scheduler\n* [Slint](https://slint.dev) - GUI Development Tools / [GitHub](https://github.com/slint-ui/slint)\n* [Inno Setup](https://jrsoftware.org/isinfo.php) or [InstallForge](https://www.installforge.net/) - Create Installation Programs\n* [Etebase](https://www.etebase.com/) - Encrypted App Backend\n* [minisign](https://jedisct1.github.io/minisign/) - Sign Files / Verify Digital Signatures / [GitHub](https://github.com/jedisct1/minisign)\n\n***\n\n## ▷ Mobile Dev Tools\n\n* 🌐 **[AndroidRepo](https://androidrepo.com/)** - Android Development Resources\n* 🌐 **[Awesome iOS](https://github.com/vsouza/awesome-ios)** - iOS Development Resources\n* 🌐 **[UXArchive](https://uxarchive.com/)**, [Mobbin](https://mobbin.com/) or [UISources](https://uisources.com/) - Mobile UI Resources\n* ↪️ **[App Mockups](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_app_.2F_site_mockups)**\n* ⭐ **[Android Developer Roadmap](https://github.com/skydoves/android-developer-roadmap)**\n* [App ideas](https://github.com/florinpop17/app-ideas) - Collection of App Ideas\n* [IconKitchen](https://icon.kitchen/) - App Icon Generator\n* [⁠ChromeXt](https://github.com/JingMatrix/ChromeXt) - Add Dev Tools / Inspect Element to Mobile Browsers\n* [XDGuru](https://www.xdguru.com/) - Adobe XD Resources\n* [⁠APKEditor](https://github.com/REAndroid/APKEditor) or [Apktool M](https://maximoff.su/apktool/?lang=en) - APK Editing / Merging\n* [⁠CS Android](https://cs.android.com/) - Android Code Search\n* [useAnimations](https://useanimations.com/index.html) - Animated Icon Pack\n* [Official Android Courses](https://developer.android.com/courses) - Android Training Courses\n* [Android Libhunt](https://android.libhunt.com/) - Android Packages\n* [AndroidAssetStudio](https://romannurik.github.io/AndroidAssetStudio/) - Android App Assets\n* [React Native Apps](https://github.com/ReactNativeNews/React-Native-Apps/) - React App Examples\n* [iOS Icon Gallery](https://www.iosicongallery.com/) - iOS Icon Examples\n* [PrivacyFlash-Pro](https://github.com/privacy-tech-lab/privacyflash-pro) - Generate iOS Privacy Policies\n\n***\n\n## ▷ Database Tools\n\n* 🌐 **[DB Engines](https://db-engines.com/en/ranking)** or [DBDB](https://dbdb.io/stats) - Database Rankings\n* 🌐 **[Awesome Opensource Data Engineering](https://github.com/gunnarmorling/awesome-opensource-data-engineering)** - Data Engineering Tools\n* 🌐 **[Awesome Big Data](https://github.com/oxnr/awesome-bigdata)** - Big Data Resources\n* 🌐 **[Awesome MySQL](https://github.com/shlomi-noach/awesome-mysql)** - MySQL Resources\n* ⭐ **[DB Browser](https://sqlitebrowser.org/)**, [SQLook](https://sqlook.com/) or [SQL Lite Studio](https://sqlitestudio.pl/) - SQLite Browsers\n* [DuckDB](https://duckdb.org/) - Database Manager\n* [Qdrant](https://qdrant.tech/) - Database Manager\n* [Gel](https://www.geldata.com/) - Database Manager\n* [AirTable](https://airtable.com/) - Database Manager / Sign-Up Required\n* [Baserow](https://baserow.io/) - Database Manager / Sign-Up Required / [GitLab](https://gitlab.com/baserow/baserow)\n* [NocoDB](https://github.com/nocodb/nocodb) - Database Manager / Sign-Up Required\n* [Sqlable](https://sqlable.com/) - SQL Tools\n* [Grafana](https://grafana.com/) - Self-Hosted Dev Data Dashboard\n* [DBeaver](https://dbeaver.io/) - Universal Database Tool\n* [ChartDB](https://chartdb.io/) - Database Visualization / [GitHub](https://github.com/chartdb/chartdb)\n* [Ingestr](https://bruin-data.github.io/ingestr/) - Transfer Data between Databases\n* [franchise](https://franchise.cloud/) - SQL Notebook\n\n***\n\n## ▷ Git Tools\n\n* 🌐 **[Console](https://console.substack.com/)** - Search Projects on OpenSourceHub.io\n* 🌐 **[Forge Comparison](https://git.sdf.org/humanacollaborator/humanacollabora/src/branch/master/forge_comparison.md)**, [Forgejo](https://forgejo.org/compare/#only-develops-free-software) or [Forgeperf.org](https://forgeperf.org/) - Git Collab Tool Comparison\n* ↪️ **[Git Project Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_git_projects)**\n* ⭐ **[Fork](https://git-fork.com/)** or [GitButler](https://github.com/gitbutlerapp/gitbutler) - Git Desktop Clients\n* ⭐ **[Codeberg](https://codeberg.org/)** / [Matrix](https://matrix.to/#/#codeberg-space:matrix.org), [⁠Tangled](https://tangled.org/) / [Discord](https://discord.com/invite/W7SRR4xHhd), [Drift](https://drift.lol/), [GitLab](https://about.gitlab.com/), [⁠Upd.dev](https://upd.dev/), [sourcehut](https://sourcehut.org/), [git.sr.ht](https://git.sr.ht/), [GitGud](https://gitgud.io/) or [Notabug](https://notabug.org/) - Git Hosting Services\n* [Gitea](https://about.gitea.com/) or [Forgejo](https://forgejo.org/) - Self-Hosted Repository Platforms\n* [Git](https://git-scm.com/) or [Jujutsu](https://www.jj-vcs.dev) - Version Control Systems\n* [git-sim](https://github.com/initialcommit-com/git-sim) - Visually Simulate Git Operations Before Running\n* [GitKraken](https://www.gitkraken.com/) or [Graphite](https://graphite.com/), [Ungit](https://github.com/FredrikNoren/ungit) or [RelaGit](https://rela.dev/) - Git GUIs\n* [lazygit](https://github.com/jesseduffield/lazygit) or [gitui](https://github.com/gitui-org/gitui) - Git TUIs\n* [Gut](https://gut-cli.dev/), [GitHub Cli](https://cli.github.com/) or [gitu](https://github.com/altsem/gitu) - Git CLI / TUI\n* [multi-gitter](https://github.com/lindell/multi-gitter) - Bulk Repository Updater\n* [⁠Difftastic](https://difftastic.wilfred.me.uk/) / [GitHub](https://github.com/Wilfred/difftastic) or [Delta](https://github.com/dandavison/delta) - Syntax Highlighting / Diff Tools\n* [pre-commit](https://pre-commit.com/) - Manage / Maintain Pre-Commit Hooks / [GitHub](https://github.com/pre-commit/)\n* [commitlint](https://commitlint.js.org/) - Lint Commit Messages / [GitHub](https://github.com/conventional-changelog/commitlint)\n* [GIT Quick Stats](https://git-quick-stats.sh/) - View Git Statistics / [GitHub](https://github.com/git-quick-stats/git-quick-stats)\n\n***\n\n## ▷ GitHub Tools\n\n* 🌐 **[OSS Insight](https://ossinsight.io/)** - GitHub Project Index\n* 🌐 **[Awesome First PR Opportunities](https://github.com/MunGell/awesome-for-beginners)** - Beginner FOSS Project Index\n* 🌐 **[Awesome Actions](https://github.com/sdras/awesome-actions)** - GitHub Action Resources\n* 🌐 **[Awesome Browser Extensions](https://stefanbuck.com/awesome-browser-extensions-for-github)** - GitHub Browser Extensions\n* 🌐 **[Awesome README](https://github.com/matiassingers/awesome-readme)** - GitHub Readme Resources\n* 🌐 **[Awesome Badges](https://dev.to/envoy_/150-badges-for-github-pnk)** - GitHub Badge Resources\n* ⭐ **[refined-github](https://github.com/refined-github/refined-github)** - Improved GitHub Interface\n* ⭐ **[GitHub Desktop](https://github.com/apps/desktop)** / [Linux](https://github.com/shiftkey/desktop) - GitHub Desktop Client\n* [Gothub](https://codeberg.org/gothub/gothub) - GitHub Frontend\n* [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - GitHub Cheat Sheet\n* [Languish](https://tjpalmer.github.io/languish/) - GitHub Programming Language Stats\n* [GitHub Dorks](https://github-dorks.vercel.app/) - GitHub Search Tool\n* [Imgbot](https://imgbot.net/) - GitHub Image Compression / [GitHub](https://github.com/imgbot/Imgbot)\n* [Octobox](https://octobox.io/), [Gitify](https://www.gitify.io/) or [CatLight](https://catlight.io/) - GitHub Notifications\n* [Download Directory](https://download-directory.github.io/) - Download GitHub Repo Sub-Folders / Files\n* [useful-forks](https://useful-forks.github.io/) or [GitPop3](https://andremiras.github.io/gitpop3/) or [Active-Forks](https://techgaun.github.io/active-forks/index.html) / [GitHub](https://github.com/techgaun/active-forks) - Find Active GitHub Forks\n* [Graphite](https://graphite.dev/) or [Stacking](https://stacking.dev/) - Improve Pull Request Workflow\n* [SemanticDiff](https://app.semanticdiff.com/) - Review Pull Requests using Language Aware Diff\n* [OctoLinker](https://octolinker.vercel.app/) - Make GitHub Code References Clickable\n* [Octotree](https://www.octotree.io/) - GitHub Repo File Tree View\n* [Nightly.link](https://nightly.link/) - GitHub Shareable Nightly Links\n* [act](https://nektosact.com/) - Run GitHub Actions Locally / [GitHub](https://github.com/nektos/act)\n* [Star History](https://star-history.com/) - Repository Star History Graph\n* [Gitstar Ranking](https://gitstar-ranking.com/) - Git Repo Star Rankings\n* [GithubReleasesBot](https://telegram.me/GithubReleasesBot) - Repository Change Feeds\n* [GitHub Readme Stats](https://github.com/anuraghazra/github-readme-stats) - Dynamically Generated GitHub Readme Stats\n* [Skill Icons](https://skillicons.dev/) or [⁠Badges 4 README](https://github.com/alexandresanlim/Badges4-README.md-Profile) - Skill Badges for GitHub Readme / Resumes\n* [For the Badge](https://forthebadge.com/) - Custom GitHub Badges\n* [⁠Profile Readme Generator](https://github.com/maurodesouza/profile-readme-generator) - GitHub Profile Generator / Editor\n* [GitHub Spray](https://annihil.github.io/github-spray-generator) - Draw on GitHub Contribution Page\n* [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\n* [GitHub Profile Readme Generator](https://rahuldkjain.github.io/gh-profile-readme-generator/) - Generate Git Profile Readme\n* [GitStalk](https://gitstalk.netlify.app/) - GitHub Profile Info Search\n* [Beautify GitHub Profile](https://github.com/rzashakeri/beautify-github-profile) - Custom GitHub Profile Resources\n* [github-material-icons-extension](https://github.com/material-extensions/material-icons-browser-extension) - Material Icons\n* [gist.io](https://gist.io/) - Git Blog Platform\n\n***\n\n## ▷ Docker Tools\n\n* 🌐 **[Awesome Docker](https://moistcatawumpus.github.io/awesome-docker/)** - Docker Services Index\n* 🌐 **[Selfhosted-Apps-Docker](https://github.com/DoTheEvo/selfhosted-apps-docker)** - Self-Hosted Docker Apps / Guides\n* ⭐ **[Docker](https://www.docker.com/)** / [Desktop App](https://www.docker.com/products/docker-desktop/) - Build, Manage and Run Apps in Containers\n* ⭐ **[Podman](https://podman.io/)** / [2](https://podman-desktop.io/) / [GitHub](https://github.com/containers/podman) / [Compose](https://github.com/containers/podman-compose) - Root-less, Daemon-less, Open Source Docker Alternative\n* ⭐ **[Portainer](https://portainer.io/)**, [DockGE](https://dockge.kuma.pet/) or [moncho](https://moncho.github.io/dry/) - Container Managers\n* ⭐ **[Composerize](https://www.composerize.com/)**, [2](https://github.com/irbigdata/data-dockerfiles) - Compose Docker Files\n* ⭐ **[Hub Docker](https://hub.docker.com/)**, [2](https://linuxserver.io/), [3](https://hotio.dev/) - Docker Images\n* [LazyDocker](https://github.com/jesseduffield/lazydocker), [oxker](https://github.com/mrjackwills/oxker), [Arcane](https://getarcane.app/) / [GitHub](https://github.com/getarcaneapp/arcane) or [Isaiah](https://github.com/will-moss/isaiah) - Docker Managers / TUIs\n* [Dockle](https://github.com/goodwithtech/dockle) - Image Linter\n* [Dive](https://github.com/wagoodman/dive) - Analyze Images\n* [WatchTower](http://watchtower.nickfedor.com/) / [GitHub](https://github.com/nicholas-fedor/watchtower) - Container Automation\n* [Dozzle](https://dozzle.dev/) - Log Viewer\n* [Docker AutoHeal](https://github.com/willfarrell/docker-autoheal) - Container Monitor\n* [Diun](https://crazymax.dev/diun/) - Docker Notifications\n* [Termible](https://termible.io/) - Docker Powered Site Terminals\n\n***\n\n## ▷ CLI Tools\n\n* ↪️ **[CLI Cheat Sheets](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_cli_cheat_sheets)**\n* [Awesome CLI](https://github.com/umutphp/awesome-cli) - CLI Interface for Searching Awesome Lists\n* [Charm](https://charm.sh/) - Add Backend to Terminal-Based Apps\n* [OhMyPosh](https://ohmyposh.dev/) - Terminal Theme Engines\n* [Lip Gloss](https://github.com/charmbracelet/lipgloss) - Style Definitions for Terminal Layouts\n* [sshx](https://sshx.io/) - Share Terminal Screen / [GitHub](https://github.com/ekzhang/sshx)\n* [ripgrep](https://github.com/BurntSushi/ripgrep) or [Sift](https://sift-tool.org/) - `grep` Alternatives\n* [Edbrowse](https://edbrowse.org/) - Command Line Editor / Browser / Mail Client\n* [Command Not Found](https://command-not-found.com/) - Install Missing Commands\n* [Atuin](https://atuin.sh/) - Sync, Search and Backup Shell History\n* [pueue](https://github.com/Nukesor/pueue) - Shell Command Manager\n* [Zoxide](https://github.com/ajeetdsouza/zoxide) - Improved CD Command\n* [yoctocolors](https://github.com/sindresorhus/yoctocolors) - Command Line Coloring Package\n* [open](https://github.com/sindresorhus/open) - Open URLs, Files, Executables in CLI or Scripts\n* [VisiData](https://www.visidata.org/) - Spreadsheet CLI Editor\n\n***\n\n## ▷ API Tools\n\n* 🌐 **[Public APIs](https://github.com/public-apis/public-apis)**, [API List](https://apilist.fun/), [Public APIs](https://publicapis.dev/), [APIsList](https://apislist.com/), [APIs Guru](https://apis.guru/), [FreePublicAPIs](https://www.freepublicapis.com/), [Public API Lists](https://github.com/public-api-lists/public-api-lists), [⁠PublicAPIs](https://publicapis.io/), [APIVault](https://apivault.dev/), [⁠FreeAPIs](https://freeapis.io/) or [Any API](https://any-api.com/) - API Indexes\n* 🌐 **[Awesome API Security](https://github.com/arainho/awesome-api-security)** or [APIKit](https://github.com/API-Security/APIKit) - API Security Resources\n* 🌐 **[Streaming Site APIs](https://rentry.co/FMHYB64#streaming-apis)**\n* 🌐 **[Manga APIs](https://rentry.co/manga-apis)** - Manga Site APIs\n* 🌐 **[List of Providers](https://docs.consumet.org/list-of-providers)** - Piracy Site APIs\n* 🌐 **[Dev Scraping APIs](https://github.com/cporter202/scraping-apis-for-devs)** - ⁠Scraping APIs for Developers\n* 🌐 **[⁠awesome-transit](https://github.com/MobilityData/awesome-transit)** - Transit Focused APIs\n* 🌐 **[⁠NASA API](https://api.nasa.gov/)** - NASA Open APIs\n* 🌐 **[Free AI Stuff](https://github.com/zukixa/cool-ai-stuff)**, [Free LLM API Resources](https://github.com/cheahjs/free-llm-api-resources), [FreeAPIProviders](https://rentry.co/freeapiproviders), [OpenRouter](https://openrouter.ai/models?max_price=0) or [API Together](https://api.together.xyz/playground) - LLM / AI API Indexes\n* 🌐 **[AI Price Compare](https://countless.dev/)** or **[PricePerToken](https://pricepertoken.com/)** - AI / LLM API Price Comparisons\n* ⭐ **[hoppscotch](https://hoppscotch.io/)**, [Firecamp](https://firecamp.dev/) or [Strapi](https://strapi.io/) - API Builders\n* ⭐ **[Shizuku](https://shizuku.rikka.app/)** / [Tools](https://github.com/legendsayantan/ShizuTools) / [GitHub](https://github.com/RikkaApps/Shizuku), [Shizuku Fork](https://github.com/thedjchi/Shizuku) or [Dhizuku](https://github.com/iamr0s/Dhizuku) - Let Apps Use System API (Android)\n* [Wyzie Subs](https://sub.wyzie.ru/) - Subtitle Scraping API / [NPM Package](https://www.npmjs.com/package/wyzie-lib) / [Docs](https://docs.wyzie.ru/)\n* [HTTPie](https://httpie.io/) - Test REST, GraphQL, and HTTP APIs\n* [Rest Test Test](https://resttesttest.com/) - Test REST / CORS Services\n* [Beeceptor](https://beeceptor.com/) - Mock REST APIs\n* [Pipedream](https://pipedream.com/) - Connect APIs / [Tutorial](https://gist.github.com/ItsRauf/48f252c931ac394b1395312b61b8e35b)\n* [FastAPI](https://fastapi.tiangolo.com/) - API Framework\n* [Posting](https://posting.sh/) / [GitHub](https://github.com/darrenburns/posting), [Insomnia](https://insomnia.rest/) or [Yaak](https://yaak.app/) - API Clients\n* [Bruno](https://www.usebruno.com/) - API Testing Client\n* [ReDoc](https://redocly.github.io/redoc/) - Generate API Documentation\n* [Mockable](https://www.mockable.io/), [{JSON} Placeholder](https://jsonplaceholder.typicode.com/), [jsoning](https://jsoning.com/api/) or [MockLab](https://www.wiremock.io/) - Mock APIs\n* [Mockae](https://mockae.com/) - Mock APIs with Lua Execution\n* [InstantAPIs](https://github.com/csharpfritz/InstantAPIs) - API Endpoint Generator\n* [Stein](https://steinhq.com/) - Turn Google Sheets into Database API\n* [Userdoccers](https://docs.discord.food/) - Unofficial Discord API Documentation\n* [discord-api-libs](https://github.com/Apacheli/discord-api-libs) - Community Libraries for Discord API\n* [Lanyard](https://github.com/Phineas/lanyard) - Export Discord Rich Presence to API Endpoint / Websocket / [Discord](https://discord.gg/lanyard)\n* [Telegram Bot API](https://core.telegram.org/bots) / [GitHub](https://github.com/tdlib/telegram-bot-api) or [PHP Telegram Bot](https://github.com/php-telegram-bot/core) - Telegram Bot API\n* [cf-workers-telegram-bot](https://github.com/codebam/cf-workers-telegram-bot) - Serverless Telegram Bot / [GitHub](https://github.com/codebam/cf-workers-telegram-bot)\n* [Perspective API](https://www.perspectiveapi.com/) - Toxicity Reduction API\n* [Plaid](https://plaid.com/) - Financial Account API / [GitHub](https://github.com/plaid)\n* [PDF Bot](https://github.com/esbenp/pdf-bot) - A Node queue API for generating PDFs\n\n***\n\n# ► Game Dev Tools\n\n* 🌐 **[PCGamingWiki Engine List](https://www.pcgamingwiki.com/wiki/Category:Engines)**, [Wiki Engine List](https://wikipedia.org/wiki/List_of_game_engines), [Awesome Game Engine](https://github.com/stevinz/awesome-game-engine-dev) or [Game-Engines](https://rentry.co/Game-Engines) - Game Engine Development Resources\n* 🌐 **[EnginesDatabase](https://enginesdatabase.com/)** - Game Engines Database\n* 🌐 **[Awesome Game Dev](https://github.com/Calinou/awesome-gamedev)** - Game Dev Resources\n* 🌐 **[Awesome Game Production](https://github.com/vhladiienko/awesome-game-production)** - Game Production Resources\n* ↪️ **[Learn Game Development](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_game_development)**\n* ↪️ **[Sound Effect Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_sfx_.2F_loops)**\n* [⁠GameDev Torch](https://gamedevtorch.com/) - Multi-Site Game Dev Search Engine\n* [HiddenPalace](https://hiddenpalace.org/) - Game Development Media Archive\n* [Tommti Systems](https://www.tommti-systems.de/go.html?http://www.tommti-systems.de/main-Dateien/files.html) - 3D Benchmark Tools\n* [Tracy Profiler](https://github.com/wolfpld/tracy) - Frame Profiler\n* [Doshaven Programming List](https://www.doshaven.eu/programming-tools/) - DOS Game Creator Tools\n* [Fantasy Consoles / Computers](https://github.com/paladin-t/fantasy) - List of Fantasy Consoles and Computers\n* [Xelu's Controller Prompts](https://thoseawesomeguys.com/prompts/) - Free Game Prompts / [Video](https://youtu.be/d6GtGbI-now)\n* [Basic Computer Games](https://github.com/coding-horror/basic-computer-games) - Basic Computer Game Examples\n* [⁠Decompedia](https://decomp.wiki/) - Game Decomp Resources \n* [Forgix](https://github.com/PacifistMC/Forgix) - Merge Minecraft Mod Loaders\n\n***\n\n## ▷ Game Assets\n\n* [Itch.io Assets](https://itch.io/game-assets/free) - Free Game Assets\n* [Kenney](https://www.kenney.nl/) - Free Game Assets\n* [Dev Assets](https://devassets.com/) - Free Game Assets\n* [Quaternius](https://quaternius.com/) - Free Game Assets\n* [Game UI Database](https://www.gameuidatabase.com/) - Game UI Database\n* [Game-icons](https://game-icons.net/) - Game Icons\n* [r/GameAssets](https://www.reddit.com/r/gameassets/) - Reddit Community\n* [AssetRipper](https://github.com/AssetRipper/AssetRipper) / [Discord](https://discord.gg/XqXa53W2Yh) or [AssetStudio](https://github.com/zhangjiequan/AssetStudio) - Extract Assets from Unity Files\n* [CraftPix](https://craftpix.net/freebies/) - 2D Game Assets\n* [xonotic](https://github.com/xonotic) or [Warsow](https://github.com/Warsow) - FPS Game Assets\n* [GameDev Market](https://www.gamedevmarket.net/) - Assets for Indie Developers\n* [OpenGameArt.org](https://opengameart.org/) - Game Art Community\n* [UnityFreaks](https://www.unityfreaks.com/), [AssetStore](https://assetstore.unity.com/search#cf-ec_category=3d&nf-ec_price_filter=0...0) or [GameDevUE](https://t.me/GameDevUE) - Unity & Unreal Engine Assets\n* [SteamGridDB](https://www.steamgriddb.com/) - Custom Video Game Assets\n* [S2V](https://s2v.app/) - Source 2 Viewer & Decompiler / [GitHub](https://github.com/ValveResourceFormat/ValveResourceFormat)\n* [⁠Fortnite Porting](https://fortniteporting.app/) - Extract Fortnite Assets / [GitHub](https://github.com/h4lfheart/FortnitePorting)\n\n***\n\n## ▷ Asset Creation\n\n* ↪️ **[3D Models / Modeling Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_3d_models)**\n* ↪️ **[Design Tools / Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools/)**\n* ↪️ **[Art Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_art_.2F_editing)**\n* ↪️ **[Animation Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools/#wiki_.25B7_animation_tools)**\n* ↪️ **[Writing Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_writing_tools)**\n* [Nuklear](https://github.com/Immediate-Mode-UI/Nuklear) - Game GUI Creator\n* [HUDSxGUIS](https://www.hudsandguis.com/) - UI Design Concepts\n* [SPARTAN Procedural](https://pnjeffries.itch.io/spartan-procjam-edition) - Procedural Tile Generator\n* [Game Sounds](https://gamesounds.xyz/) - Royalty Free Game Sounds\n* [Bleeper](https://pixwlk.itch.io/bleeper) or [jfxr](https://jfxr.frozenfractal.com/) - Game Sound Effects Creators\n* [Engine Simulator](https://www.engine-sim.parts/) - Engine Sound Simulator / [GitHub](https://github.com/ange-yaghi/engine-sim)\n* [The Sounds Resource](https://www.sounds-resource.com/) - Game Sounds Examples\n* [EZ Conversion](https://spacefoon.itch.io/ez-game-audio-format-conversion) - Game Audio Converter\n\n***\n\n## ▷ Map Creators / Editors\n\n* ↪️ **[RPG / Fantasy Building Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools/#wiki_.25B7_rpg_worldbuilding)**\n* ⭐ **[Sprite Fusion](https://www.spritefusion.com/)** / [Discord](https://discord.gg/8sCEAspmBV), [Tiled](https://www.mapeditor.org/) or [Tilesetter](https://www.tilesetter.org/) - Tilemap Editors\n* [LDtk](https://ldtk.io/) or [OGMO Editor](https://ogmo-editor-3.github.io/) - 2D Level Editors\n* [CharPad](https://subchristsoftware.itch.io/charpad-c64-free) - Commodore 64 Graphics Editor\n* [Laigter](https://azagaya.itch.io/laigter) - Map Generator for 2D Sprites\n\n***\n\n# ► IDEs / Code Editors\n\n* 🌐 **[⁠Awesome Web Editor](https://github.com/xjh22222228/awesome-web-editor)** - FOSS Web Editor Index\n* ↪️ **[Text Editors / Notes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25BA_text_editors)**\n* ⭐ **[VSCodium](https://vscodium.com/)** or **[Visual Studio Code](https://code.visualstudio.com/)**, [2](https://vscode.dev/), [3](https://cs50.dev/) - Code Editor / [Tools / Extensions](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_vscode_tools)\n* ⭐ **[JetBrains](https://jetbrains.com/)**\n* ⭐ **[Neovim](https://neovim.io/)** - Code Editor / [Matrix](https://matrix.to/#/#neovim:matrix.org)\n* ⭐ **[zed](https://zed.dev/)** - Code Editor / [GitHub](https://github.com/zed-industries/zed)\n* ⭐ **[Lite XL](https://lite-xl.com/)** or [Pragtical](https://pragtical.dev/) - Code Editor / [Plugin Manager](https://github.com/lite-xl/lite-xl-plugin-manager) / [Plugins](https://github.com/lite-xl/lite-xl-plugins) / [Themes](https://github.com/lite-xl/lite-xl-colors)\n* ⭐ **[Emacs](https://www.gnu.org/software/emacs/)** - Code Editor / [Docs](https://emacsdocs.org/) / [Resources](https://github.com/emacs-tw/awesome-emacs)\n* ⭐ **[WebDen](https://webden.dev/)**, [Sharplab](https://sharplab.io/), [LiveCodes](https://livecodes.io/) / [GitHub](https://github.com/live-codes/livecodes), [tech.io](https://tech.io/) or [CodingGround](https://www.tutorialspoint.com/codingground.htm) - Code Playgrounds\n* [Heynote](https://heynote.com/) - Code Editor / Notepad\n* [Edna](https://edna.arslexis.io/) - Web App / Code Editor / Notepad\n* [Trinket](https://trinket.io/) - Web App / Live Preview / Requires Sign-Up / Online Workspace\n* [Firebase](https://studio.firebase.google.com/) - Gemini AI Cloud Webapp\n* [Helix](https://helix-editor.com/) - Kakuone / Neovim-Based Code Editor\n* [HaystackEditor](https://haystackeditor.com/) - Canvas-Based Code Editor\n* [Geany](https://www.geany.org/) - Lightweight Code Editor\n* [Fresh](https://getfresh.dev/) - TUI Code Editor\n* [Brackets](https://brackets.io/) - Webapp / Live Preview\n* [Bluefish](https://bluefish.openoffice.nl/index.html) - Code Editor / [Templates](https://templates.openoffice.org/)\n* [CudaText](https://cudatext.github.io/) - Code Editor\n* [Lapce](https://lap.dev/lapce/) - Code Editor / [GitHub](https://github.com/lapce/lapce/)\n* [ecode](https://github.com/SpartanJ/ecode) - Code Editor\n* [Competitive Editor](https://cpeditor.org/) - Competitive Programming Editor\n* [JSON Hero](https://jsonhero.io/) - JSON Viewer / Editor\n* [Apache NetBeans](https://netbeans.apache.org/), [KDevelop](https://www.kdevelop.org/), [Mitosis](https://mitosis.builder.io/), [Lazarus](https://www.lazarus-ide.org/) or [OpenShift](https://developers.redhat.com/products/openshift-dev-spaces/overview) - Cross-Platform IDEs\n* [TidalCycles](https://tidalcycles.org/) - Live Algorithmic Coding Environment / [Discord](https://discord.com/invite/ugFq7KfGnB)\n\n***\n\n## ▷ Cloud IDEs / Collab\n\n* 🌐 **[cloud](https://gist.github.com/imba-tjd/d73258f0817255dbe77d64d40d985e76#file-cloud-md)** - Cloud Platform Index\n* 🌐 **[Heroku-Alt](https://rentry.co/Heroku-Alt)** or [heroku-free-alternatives](https://github.com/meanands/heroku-free-alternatives) - Heroku Alternatives\n* ↪️ **[Code Collaboration Platforms](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_text_.2F_code_collaboration)**\n* ⭐ **[Google Colaboratory](https://colab.research.google.com/)** - Cloud IDE\n* ⭐ **[CodeSandbox](https://codesandbox.io/)** or [StackBlitz](https://stackblitz.com/) - VSCode Cloud IDE\n* ⭐ **[judge0](https://ide.judge0.com/)** - Online Code Editor / [Discord](https://discord.com/invite/GRc3v6n)\n* [CodeTasty](https://codetasty.com/) - Cloud IDE\n* [Atheos](https://www.atheos.io/) - Requires Server / Cloud IDE / [GitHub](https://github.com/Atheos/Atheos)\n* [Datalore](https://datalore.jetbrains.com/) - Cloud IDE\n* [JSFiddle](https://jsfiddle.net/) - Cloud IDE\n* [html-css-js](https://html-css-js.com/) - Cloud IDE\n* [Collabedit](https://collabedit.com/) - Cloud IDE\n* [CoderPad](https://pad.new/) - Cloud IDE\n* [Ideone](https://www.ideone.com/) - Cloud IDE\n* [PlayCode](https://playcode.io/) - Cloud IDE\n* [pad.ws](https://github.com/pad-ws/pad.ws) - Whiteboard Style Cloud IDE\n* [Openshift](https://workspaces.openshift.com/) - Cloud IDE / Eclipse Che\n* [Arduino](https://cloud.arduino.cc/) - Cloud IDE for Arduino\n* [Shell Cloud](https://shell.cloud.google.com/) - Google Cloud Shell Environment\n* [Blazepack](https://github.com/ameerthehacker/blazepack), [Flox](https://flox.dev/) or [DevPod](https://devpod.sh) - Development Environments\n* [bloop](https://bloop.ai/) - IDE AI Suggestion Extension\n* [glot.io](https://glot.io/) - Pastebin with Runnable Snippets, API & Compiler\n* [Notebooks.azure](https://visualstudio.microsoft.com/vs/features/notebooks-at-microsoft/) - Access Jupyter Notebooks in VS Code\n* [Jupyter Server](https://jupyter-server.readthedocs.io) - Jupyter Services / APIs\n* [Anywidget](https://anywidget.dev) - Create Jupyter Widgets / [GitHub](https://github.com/manzt/anywidget)\n* [CoCalc](https://cocalc.com/) - Virtual online workspace\n* [CodePen](https://codepen.io/), [Web Maker](https://webmaker.app/) or [Liveweave](https://liveweave.com/) - Code Sandbox\n* [Platform.uno](https://platform.uno/) or [Enact](https://enactjs.com/) - App Frameworks\n* [InstantDB](https://www.instantdb.com/) - Collaborative App Framework\n* [Codeface](https://github.com/chrissimpkins/codeface), [Monaspace](https://monaspace.githubnext.com/), [Programming Fonts](https://www.programmingfonts.org/) or [Dev Fonts](https://devfonts.gafi.dev/) - Fonts for Coding / [Comparison](https://www.codingfont.com/)\n\n***\n\n## ▷ Android Code Editors\n\n* ⭐ **[Android Studio](https://developer.android.com/studio)** or [Plasmic](https://www.plasmic.app/) - App Creators / Builders\n* ⭐ **[Acode](https://acode.app)** - Android Code Editor / [GitHub](https://github.com/Acode-Foundation/Acode)\n* ⭐ **[Squircle-CE](https://github.com/massivemadness/Squircle-CE)** - Android Code Editor\n* [Sora](https://github.com/Rosemoe/sora-editor) - Android Code Editor\n* [Visual Code Space](https://github.com/Visual-Code-Space/Visual-Code-Space) - Android Code Editor\n* [Spck Editor](https://play.google.com/store/apps/details?id=io.spck) - Android Code Editor\n* [VHEditor](https://github.com/vhqtvn/VHEditor-Android) - VSCode Editor\n* [diohub](https://github.com/NamanShergill/diohub), [PuppyGit](https://github.com/catpuppyapp/PuppyGit) or [OctoDroid](https://github.com/slapperwan/gh4a) - Android Git Clients\n* [GitSync](https://github.com/ViscousPot/GitSync) - Android Git Remote Repo Sync\n* [FlutterMarkdownEditor](https://github.com/adeeteya/FlutterMarkdownEditor) - Markdown Editor\n\n***\n\n## ▷ Coding Tools\n\n* 🌐 **[Awesome Creative Coding](https://github.com/terkelg/awesome-creative-coding)** - Creative Coding Resources\n* [Prettier](https://prettier.io/) or [codebeautify](https://codebeautify.org/) - Code Formatting Tools\n* [editorcornfig](https://editorconfig.org/) - Maintain Code Styles Across Editors\n* [ThemesElection](https://themeselection.com/) or [Dracula](https://draculatheme.com/) - Code Editor Themes\n* [Freeze](https://github.com/charmbracelet/freeze) - Generate Images of Code / Terminal Output\n* [myCompiler](https://www.mycompiler.io/), [Compiler Explorer](https://compiler-explorer.com/), [OneCompiler](https://onecompiler.com/), [GodBolt](https://godbolt.org/), [ryugod](https://www.ryugod.com/) or [Wandbox](https://wandbox.org/) - Online Compilers / Explorers\n* [DogBolt](https://dogbolt.org/) - Decompiler Explorers / [GitHub](https://github.com/decompiler-explorer/decompiler-explorer)\n* [Code2Flow](https://app.code2flow.com/) or [Flowchart.js](https://flowchart.js.org/) - Code to Flowchart Converter\n* [tuc](https://github.com/riquito/tuc) - Improved Code Cut\n* [massCode](https://masscode.io/) - Code Snippet Manager\n* [Ray](https://www.ray.so/), [Carbon](https://carbon.now.sh/), [CodeImage](https://codeimage.dev/), [ShowCode](https://showcode.app/), [Beauty Codes](https://code.html.zone/) or [Chalk](https://chalk.ist/) - Code Screenshot Tools\n* [Meld](https://meld.app/) / [2](https://meldmerge.org/) or [WinMerge](https://winmerge.org/) - File / Directory Comparison Tools\n* [0xacab](https://about.0xacab.org/) - Code Host\n* [RTutor](https://rtutor.ai/) - Translate Natural Language to R code / No Sign-Up\n* [BrickHub](https://brickhub.dev/) - Share Code Brick Templates\n* [Sourcegraph](https://sourcegraph.com/search) or [SeaGOAT](https://github.com/kantord/SeaGOAT) - Code Searching\n* [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\n* [ShortCode](https://shortcode.dev/) or [CodeList](https://codelist.cc/v3/) - Script / Code Indexes\n* [AnimateCode](https://www.animate-code.com/) - Create Code Animations\n* [DelphiTools](https://www.delphitools.info/) - Code Profiler / Delphi Tools\n* [⁠Zathura](https://www.zathura.dev/) - GUI Debugger for Assembly\n* [Adrenaline](https://useadrenaline.com/) or [Console Ninja](https://console-ninja.com/) - Code Debugging\n* [JBin](https://jsbin.com/) or [Replay](https://www.replay.io/) - Collaborative Code Debugging\n* [Winddown](https://github.com/schneefux/vscode-winddown) or [Sandman](https://alexanderepstein.github.io/Sandman/) - Coding Break Reminders\n* [Decompiler](https://www.decompiler.com/) - Online Decompiler\n\n***\n\n## ▷ Vim / Neovim Tools\n\n* 🌐 **[Awesome Neovim](https://github.com/rockerBOO/awesome-neovim)** or [NeoVimCraft](https://neovimcraft.com/) - NeoVim Plugins Collections\n* ⭐ **[Vim Bootstrap](https://vim-bootstrap.com/)** - Bootstrap Config for Vim\n* [NeoVim Kickstart](https://github.com/nvim-lua/kickstart.nvim), [AstroNvim](https://astronvim.com), [LazyVim](https://github.com/LazyVim/LazyVim), [NvChad](https://nvchad.com/) or [LunarVim](https://www.lunarvim.org/) - Neovim Configs\n* [DotFyle](https://dotfyle.com/) - Neovim Config Search\n* [Lazy.nvim](https://github.com/folke/lazy.nvim) or [packer.nvim](https://github.com/wbthomason/packer.nvim) - Neovim Plugin Managers\n* [FireNVim](https://github.com/glacambre/firenvim) - Neovim in Browser\n* [neovide](https://neovide.dev), [gnvim](https://github.com/vhakulinen/gnvim), [nvui](https://github.com/rohit-px2/nvui), [Neovim wiki##gui](https://github.com/neovim/neovim/wiki/Related-projects##gui) - Neovim GUIs\n* [instant.nvim](https://github.com/jbyuki/instant.nvim) - Collaborative Neovim Editing\n* [chatgpt.nvim](https://github.com/terror/chatgpt.nvim) - ChatGPT in Neovim\n* [Vim Plug](https://github.com/junegunn/vim-plug), [vim-pathogen](https://www.vim.org/scripts/script.php?script_id=2332) / [GitHub](https://github.com/tpope/vim-pathogen) or [Dein](https://github.com/Shougo/dein.vim) - Vim Plugin Managers\n* [VimAwesome](https://vimawesome.com/) - Vim Plugins\n* [nerdtree](https://github.com/preservim/nerdtree) - Vim Tree Explorer\n* [VimColorSchemes](https://vimcolorschemes.com/) - Vim Color Schemes\n* [The Ultimate vimrc](https://github.com/amix/vimrc) - Vim Config\n* [Vim Markdown](https://github.com/preservim/vim-markdown) or [Markdown Preview](https://github.com/iamcco/markdown-preview.nvim) - Vim Markdown Plugins\n\n***\n\n## ▷ VSCode Tools\n\n* 🌐 **[Awesome VSC Extensions](https://hl2guide.github.io/Awesome-Visual-Studio-Code-Extensions/)**, [VS Studio Marketplace](https://marketplace.visualstudio.com/), [vsixhub](https://www.vsixhub.com/) or [VSCodiuim Marketplace](https://rentry.co/vscodiumguide)\n* [github-vscode-icons](https://github.com/dderevjanik/github-vscode-icons) - VSCode Icons\n* [chatgpt-vscode](https://github.com/mpociot/chatgpt-vscode) - VSCode ChatGPT\n* [Open VSX](https://open-vsx.org/) - Open VSX Registry\n* [snippet-generator](https://snippet-generator.app/) - Snippet Generator\n* [Dendron](https://www.dendron.so/) - Knowledge Management\n* [Discord Tools](https://github.com/clementwzk/Discord-Tools)\n* [vscode-smart-clicks](https://github.com/antfu/vscode-smart-clicks) - Smart Clicks\n* [code-server](https://coder.com/) - Web Server / [GitHub](https://github.com/coder/code-server)\n* [vscode-settings](https://github.com/antfu/vscode-settings) - VSCode Settings\n* [insiders.vscode](https://insiders.vscode.dev/) - Insider Build\n* [VSCodeThemes](https://vscodethemes.com/) or [VSColors](https://www.vscolors.com/) - VSCode Themes\n* [oslo](https://oslo-vsc.netlify.app/) - Theme Generator\n\n***\n\n# ► AI Tools\n\n## ▷ Coding Agents / Extensions\n\n* **Note** - Keep in mind many coding AIs run in root, so it's best to avoid giving them full drive / root access to avoid any sort of issues or accidental deletions as they can modify files and execute terminal commands. Remember to backup code first before running the AI or prompts, as they can sometimes break things. Running in a container or VM is recommended.\n\n***\n\n* ⭐ **[Aider](https://aider.chat/)** - Terminal Coding AI / [Discord](https://discord.com/invite/Y7X7bhMQFV) / [GitHub](https://github.com/Aider-AI/aider)\n* ⭐ **[Gemini CLI](https://geminicli.com/)**, [2](https://google-gemini.github.io/gemini-cli/) - Coding AI / Gemini 3 Flash/Pro / [GitHub](https://github.com/google-gemini/gemini-cli)\n* [⁠Google Antigravity](https://antigravity.google/) - Coding AI / Gemini 3 / Claude Opus 4.6 / Limits Reset Weekly / [Add Skills](https://github.com/sickn33/antigravity-awesome-skills) / [Account Manager](https://github.com/lbjlaq/Antigravity-Manager) / [Usage Tracker](https://open-vsx.org/extension/crsx/ag-usage)\n* [Windsurf](https://www.windsurf.com/) - Agentic IDE With Tab Completion / [Subreddit](https://www.reddit.com/r/windsurf/) / [Discord](https://discord.com/invite/3XFf78nAx5)\n* [OpenCode](https://opencode.ai/) -  Coding AI / GPT-5 nano / Minimax-M2.5 / [Resources](https://github.com/awesome-opencode/awesome-opencode) / [Discord](https://discord.com/invite/opencode) / [GitHub](https://github.com/sst/opencode)\n* [Qwen Code](https://github.com/QwenLM/qwen-code) - Coding AI / Qwen3-Coder / Qwen3.5-Plus (Qwen3.5-397B-A17B) / [Docs](https://qwenlm.github.io/qwen-code-docs/en/) / [Limits](https://qwenlm.github.io/qwen-code-docs/en/users/configuration/auth/)\n* [Cline](https://cline.bot/) / [Discord](https://discord.gg/cline) / [GitHub](https://github.com/cline/cline) or [⁠Roo Code](https://roocode.com/) / [GitHub](https://github.com/RooCodeInc/Roo-Code) - Autonomous VS Code Agents\n* [OpenHands](https://www.all-hands.dev/) - Coding AI / [GitHub](https://github.com/All-Hands-AI/OpenHands)\n* [Continue](https://continue.dev/) - Coding AI / [Discord](https://discord.com/invite/EfJEfdFnDQ) / [GitHub](https://github.com/continuedev/continue)\n* [Cursor](https://rentry.co/FMHYB64#cursor) - Coding AI\n* [GitWit](https://gitwit.dev/) - Coding AI\n* [AI SDK](https://sdk.vercel.ai/) - Coding AI / [GitHub](https://github.com/vercel/ai)\n* [Open Interpreter](https://github.com/OpenInterpreter/open-interpreter) - Local Code Interpreter / No Sign-Up / [Discord](https://discord.gg/Hvz9Axh84z)\n* [Code Web Chat](https://codeweb.chat/) - Coding AI / No Sign-Up / [GitHub](https://github.com/robertpiosik/CodeWebChat) / [Discord](https://discord.com/invite/KJySXsrSX5) / [Subreddit](https://www.reddit.com/r/codewebchat/)\n* [Supermaven](https://supermaven.com/) - Tab Completion Coding AI / No Sign-Up / [Discord](https://discord.com/invite/QQpqBmQH3w)\n* [Qodo](https://www.qodo.ai/) - Coding AI\n* [Ampcode](https://ampcode.com/) - Coding AI\n\n***\n\n## ▷ Web / App Builders\n\n* ⭐ **[Arena](https://arena.ai/code)** - AI Website Builder / Multiple Models / Requires Sign-Up (single mode) / Reset Limits w/ Cookie Delete or Temp Mail / [X](https://x.com/arena) / [Discord](https://discord.com/invite/lmarena)\n* [AI Studio](https://aistudio.google.com/app/apps) - Gemini 3.1 Pro / Requires Sign-Up / [Subreddit](https://www.reddit.com/r/Bard/) / [Discord](https://discord.com/invite/gemini)\n* [⁠Z.ai](https://chat.z.ai/) - AI Website Builder / GLM-5 / Unlimited / [Discord](https://discord.gg/QR7SARHRxK)\n* [Design Arena](https://www.designarena.ai/) - Multi-LLM Coding AI /No Direct Mode / Reset Limits / w Temp Mail / [Discord](https://discord.com/invite/Bw9Ajcb3pR)\n* [Yupp.ai](https://yupp.ai/) - Multi-LLM Coding AI / Google Login Required / [Bridge](https://github.com/CloudWaddie/yuppbridge) / [X](https://x.com/yupp_ai) / [Subreddit](https://www.reddit.com/r/yupp_ai/) / [Discord](https://discord.com/invite/yuppai)\n* [Perchance](https://perchance.org/minimal#edit) / [Subreddit](https://www.reddit.com/r/perchance/) / [Discord](https://discord.gg/43qAQEVV9a), [Fragments](https://fragments.e2b.dev/) / [Discord](https://discord.com/invite/U7KEcGErtQ) / [GitHub](https://github.com/e2b-dev), [Websim](https://websim.com/) / [Discord](https://discord.gg/websim) / [Reddit](https://www.reddit.com/r/websim) / [X](https://x.com/websim_ai), [⁠AnyCoder](https://huggingface.co/spaces/akhaliq/anycoder), or [Llama Coder](https://llamacoder.together.ai/) / [GitHub](https://github.com/Nutlope/llamacoder) - App Builders\n* [v0](https://v0.app/) - Text to Site Code\n* [Bolt.new](https://bolt.new/) - AI Web App Builder / [Discord](https://discord.com/invite/stackblitz) / [GitHub](https://github.com/stackblitz/bolt.new)\n* [Devv](https://devv.ai/) - Coding Search Engine / [GitHub](https://github.com/devv-ai/devv)\n\n***\n\n## ▷ Developer Utilities\n\n* 🌐 **[Awesome AI Agents](https://github.com/e2b-dev/awesome-ai-agents)** - Coding / Programming AIs / [Discord](https://discord.gg/U7KEcGErtQ)\n* 🌐 **[Free LLM API Resources](https://github.com/cheahjs/free-llm-api-resources)** - LLM API Resources\n* ⭐ **[⁠CodeRabbit](https://www.coderabbit.ai/)** / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/CodeRabbit.md) or [PR-Agent](https://github.com/qodo-ai/pr-agent) - Pull Request Reviews / Feedback \n* [Skills](https://skills.sh/) - Add Capabilities to AI Agents\n* [⁠Code2prompt](https://github.com/mufeedvh/code2prompt) - Codebase To LLM Prompt\n* [Gitingest](https://gitingest.com/) or [Repomix](https://repomix.com/) / [GitHub](https://github.com/yamadashy/repomix) - GitHub Repo To Prompt Text\n* [Pieces](https://pieces.app/) - Multi-LLM Coding Search Engine\n\n***\n\n# ► Programming Languages\n\n* 🌐 **[⁠Awesome Explorer](https://awexplor.github.io/)** - Dev Awesome List Frontend / [GitHub](https://github.com/AweXplor/awexplor.github.io)\n* 🌐 **[Awesome Cheatsheets](https://lecoupa.github.io/awesome-cheatsheets/)**, **[QuickRef.me](https://quickref.me/)**, [HowDoI](https://github.com/gleitz/howdoi), [OverApi](https://overapi.com/), [Reference](https://cheatsheets.zip/) / [GitHub](https://github.com/Fechin/reference) or [Cheat Sheets](https://www.cheat-sheets.org/) - Programming Cheat Sheets\n* 🌐 **[Codigo](https://codigolangs.com/)** - Programming Language Repository\n* 🌐 **[Awesome Go](https://awesome-go.com/)** or [Go Recipes](https://github.com/nikolaydubina/go-recipes) - Go Resources\n* 🌐 **[TheAlgorithms](https://the-algorithms.com/)** - Coding Algorithms / [GitHub](https://github.com/TheAlgorithms/)\n* ↪️ **[Learn Programming](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_programming_languages)**\n* ⭐ **[Benchmarks Game](https://benchmarksgame-team.pages.debian.net/benchmarksgame/)** - Measure PL Speeds\n* ⭐ **[Language Benchmarks](https://programming-language-benchmarks.vercel.app/)** - Benchmarks for PLs & Compilers\n* ⭐ **[30 Seconds of Code](https://www.30secondsofcode.org/)** or [FreeFrontend](https://freefrontend.com/) - Find Code Snippets\n* ⭐ **[generatedata.com](https://generatedata.com/)** - Generate Test Data in Different Languages\n* [Try It Online](https://tio.run/) - Programming Language Interpreters\n* [nunu](https://github.com/go-nunu/nunu) - Build Go Programs\n* [Learn X in Y minutes](https://learnxinyminutes.com/) - Programming Language Rundowns / [GitHub](https://github.com/adambard/learnxinyminutes-docs)\n* [OneLang](https://ide.onelang.io/) - Convert Code to Multiple Languages\n* [Crystalline](https://github.com/elbywan/crystalline) - Crystal Language Server\n* [icr](https://github.com/crystal-community/icr) - REPL for Crystal\n* [explaine.rs](https://jrvidal.github.io/explaine.rs/) - Rust Syntax Explanation\n\n***\n\n## ▷ Python\n\n* ⭐ **[Automate The Boring Stuff](https://automatetheboringstuff.com/)** - Python Automation Book\n* [Python Cheatsheet](https://gto76.github.io/python-cheatsheet/) or [SpeedSheet](https://speedsheet.io/) - Python Cheat Sheets\n* [Python Patterns](https://python-patterns.guide/) - Python Design Patterns\n* [Clean Code Python](https://github.com/zedr/clean-code-python) - Clean Up Python Code\n* [RustPython](https://rustpython.github.io/) - Python Interpreter\n* [uv](https://github.com/astral-sh/uv) - Python Package / Project Manager\n* [Thonny](https://thonny.org/) - Python IDE\n* [pylyzer](https://github.com/mtshiba/pylyzer) - Static Code Analyzer\n* [Online Python Compiler](https://www.onlinegdb.com/online_python_compiler) - Online Python Editor & Tester\n* [ClipRun](https://cliprun.com/) - Run Python Code in Browser / Chrome Extension\n\n***\n\n## ▷ C Languages\n\n* 🌐 **[Awesome C++](https://github.com/fffaraz/awesome-cpp)** - C++ Resources\n* [RoslynPad](https://roslynpad.net/) - C# Editor\n* [RoslynQuoter](https://roslynquoter.azurewebsites.net/) - C# Syntax Tree API Viewer\n* [The Algorithms - C++](https://thealgorithms.github.io/C-Plus-Plus) - C++ Algorithms\n* [⁠C++ Insights](https://cppinsights.io/) or [cpp.sh](https://cpp.sh/) - Online C++ Compiler / Explorers\n* [CP-Algorithms](https://cp-algorithms.com/) - C++ Algorithms\n* [cppreference](https://en.cppreference.com/w/) - C++ Cheat Sheets\n\n***\n\n## ▷ Java / Kotlin\n\n* 🌐 **[Awesome Java](https://github.com/akullpp/awesome-java)** - Java Resources\n* 🌐 **[Awesome Kotlin](https://kotlin.link/)** - Kotlin Resources / [GitHub](https://github.com/Heapy/awesome-kotlin)\n* 🌐 **[Obfuscator List](https://github.com/3000IQPlay/obfuscator-list)** - Java Obfuscator Index\n* [Recaf](https://www.coley.software/Recaf/) - Java Bytecode Editor / [GUI](https://github.com/Col-E/Recaf-Launcher/)\n* [bytecode-viewer](https://bytecodeviewer.com), [jd-gui](https://github.com/java-decompiler/jd-gui), [Krakatau](https://github.com/Storyyeller/Krakatau), [Luyten](https://github.com/deathmarine/Luyten), [Vineflower](https://github.com/Vineflower/vineflower) or [Fernflower](https://github.com/fesh0r/fernflower) - Java Decompilers\n* [JEnv For Windows](https://github.com/FelixSelter/JEnv-for-Windows) - Change Java Version\n* [⁠WhichJDK](https://whichjdk.com/) - JDK Version Cheatsheet / Info\n* [jadx](https://github.com/skylot/jadx) - Dex to Java Decompiler\n* [GraalVM](https://www.graalvm.org/) - Advanced Multi-language JVM\n* [Adoptium](https://adoptium.net/) - Download OpenJDK Binaries\n\n***\n\n# ► Web Development\n\n## ▷ HTML\n\n* 🌐 **[Awesome HTML5](https://diegocard.com/awesome-html5)** - HTML5 Resources\n* ⭐ **[HTML Reference](https://htmlreference.io/)**, [HTML Cheat Sheet](https://htmlcheatsheet.com/) or [HTML.com](https://html.com/) - HTML Guides / Cheat Sheets\n* [HTML-Minifier](https://github.com/j9t/html-minifier-next) - HTML Minifier\n* [HTMLRev](https://htmlrev.com/) - Free HTML Templates\n* [Markdown to HTML](https://markdowntohtml.com/) - Markdown to HTML Converter\n* [APlayer](https://aplayer.js.org/), [DPlayer](https://dplayer.diygod.dev/) or [xgplayer](https://h5player.bytedance.com/en/) - HTML5 Video Players\n\n***\n\n## ▷ CSS\n\n* 🌐 **[Awesome CSS](https://github.com/awesome-css-group/awesome-css)** - CSS Resources\n* ↪️ **[CSS Framework Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_css_framework_tools)**\n* ⭐ **[You Don't Need JavaScript](https://github.com/you-dont-need/You-Dont-Need-JavaScript)** - CSS Demos\n* [CSS Cheat Sheet](https://docs.emmet.io/cheat-sheet/) or [CSS Tricks](https://css-tricks.com/snippets/) - CSS Cheat Sheets\n* [⁠WhatUnit](https://whatunit.com/) - CSS Length Unit Chart\n* [Easings](https://easings.net/) - CSS Animation Cheat Sheet\n* [CSS Layout Generator](https://layout.bradwoods.io/) - CSS Layout / Grid Generators\n* [CSSPeeper](https://csspeeper.com/) - Smart CSS Viewer\n* [Project Wallace](https://www.projectwallace.com/) - CSS Analyzer\n* [CSS Protips](https://github.com/AllThingsSmitty/css-protips), [Modern CSS](https://moderncss.dev/) or [CSS Reference](https://cssreference.io/) - CSS Guides\n* [Water.css](https://watercss.kognise.dev/) - CSS Styles\n* [Style Stage](https://stylestage.dev/) - Modern CSS Styles\n* [Glass UI](https://ui.glass/generator/) - Glassmorphism CSS Generator\n* [Hover.CSS](https://ianlunn.github.io/Hover/) - CSS Hover Effects\n* [PixelArtCSS](https://www.pixelartcss.com/) - Pixel Art to CSS\n* [Buttons.cool](https://www.buttons.cool/) - Copy CSS Buttons\n* [CSS Doodle](https://css-doodle.com/) - CSS Pattern Generator\n* [CSS3 Transform](https://css-transform.moro.es/) - 2D & 3D CSS Transform Functions Visualizer\n* [css3patterns](https://projects.verou.me/css3patterns/), [gradienta](https://codioful.com/), [patternCraft](https://patterncraft.fun/), [GradientMagic](https://www.gradientmagic.com/) or [heropatterns](https://heropatterns.com/) - CSS Patterns / Gradients\n* [FilterBlend](https://ilyashubin.github.io/FilterBlend/) - CSS Blend Modes\n* [Animista](https://animista.net/) - CSS Animations\n\n***\n\n## ▷ JavaScript\n\n* 🌐 **[Awesome JavaScript](https://github.com/sorrycc/awesome-javascript)** - JavaScript Resources\n* 🌐 **[Awesome UIKit](https://github.com/jaywcjlove/awesome-uikit/)** - JS Frameworks / Web Component Index\n* ↪️ **[TypeScript Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_typescript_tools)**\n* [Modern JS Cheatsheet](https://mbeaudru.github.io/modern-js-cheatsheet/) - JavaScript Cheat Sheet / [GitHub](https://github.com/mbeaudru/modern-js-cheatsheet)\n* [Vanilla List](https://vanillalist.top/) - Vanilla JavaScript Repository\n* [Component Party](https://component-party.dev/) - Web Component JS Frameworks Overview / [GitHub](https://github.com/matschik/component-party.dev)\n* [jsdfe](https://avotoko.github.io/javascript-deobfuscator/), [de4js](https://lelinhtinh.github.io/de4js/), [Deobfuscator](https://willnode.github.io/deobfuscator/), [WebCrack](https://webcrack.netlify.app/), [Deobfuscate](https://deobfuscate.relative.im/) or [deobfuscate.io](https://deobfuscate.io/) - JavaScript Deobfuscators\n* [Minify JS](https://minify-js.com/) or [JS Compressor](https://jscompressor.treblereel.dev/) - JavaScript Minifiers\n* [Underdash](https://surma.github.io/underdash/) - JavaScript Snippets\n* [Node.js Best Practices](https://github.com/goldbergyoni/nodebestpractices) - Node.js Style Guide\n* [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) or [StandardJS](https://standardjs.com/) - JavaScript Style Guides\n* [Discord.js Guide](https://discordjs.guide/) or [An Idiot's Guide](https://anidiots.guide/) - Discord.js Bot Guides\n\n***\n\n## ▷ React\n\n* [OpenChakra](https://openchakra.app/) or [Plate](https://platejs.org/) - React Code Editors\n* [React Suite](https://rsuitejs.com/) / [GitHub](https://github.com/rsuite/rsuite), [React Bits](https://reactbits.dev/) / [GitHub](https://github.com/DavidHDev/react-bits), [21st](https://21st.dev/) / [GitHub](https://github.com/serafimcloud/21st) or [Radix UI](https://www.radix-ui.com/) / [GitHub](https://github.com/radix-ui) - React Components\n* [Mantine](https://mantine.dev/) - Components and Templates / [GitHub](https://github.com/lucianomlima/react-ui-kits)\n* [Bulletproof React](https://github.com/alan2207/bulletproof-react) - React App Architecture\n* [Refine](https://refine.dev/) - React App Builders\n* [Alright](https://github.com/DoneDeal0/alright-react-app) - Generate React Apps\n* [Codux](https://www.codux.com/) - Visual IDE for React\n* [Puck](https://puckeditor.com/) - Create Simplified Visual Editors for Non-Devs / [GitHub](https://github.com/puckeditor/puck/)\n* [React SVG](https://react-svgr.com/playground/) - Convert SVG to React Components\n* [Zorm](https://github.com/esamattis/react-zorm) - Type-Safe Form for React\n* [Million](https://million.dev) - React Replacement\n* [novu](https://novu.co/) - Real-Time React Notifications / [GitHub](https://github.com/novuhq/novu)\n* [React Use](https://github.com/streamich/react-use) or [UseHooks](https://usehooks.com/) - React Hooks\n* [React Query](https://tanstack.com/query/v3/) - Fetch, Cache and Update React Data / [GitHub](https://github.com/TanStack/query)\n* [MMKV](https://github.com/mrousavy/react-native-mmkv) - React Key / Value Storage\n* [Vision Camera](https://www.react-native-vision-camera.com/) - React Camera Support / [GitHub](https://github.com/mrousavy/react-native-vision-camera)\n* [React PDF](https://react-pdf.org/) - Create PDFs in React\n* [react-spring](https://www.react-spring.dev/) - React Spring Animations\n* [Create React App](https://create-react-app.dev) - Set Up React Web Apps / [GitHub](https://github.com/facebook/create-react-app)\n\n***\n\n## ▷ PHP\n\n* 🌐 **[Awesome PHP](https://github.com/ziadoz/awesome-php)** - PHP Resources\n* [XAMPP](https://www.apachefriends.org/) - PHP Development Environment\n* [Clean Code PHP](https://github.com/piotrplenik/clean-code-php) - Clean Code for PHP\n* [Valinor](https://valinor.cuyz.io) / [GitHub](https://github.com/CuyZ/Valinor) - PHP Object Mapper\n* [Spatie](https://spatie.be/open-source) / [GitHub](https://github.com/spatie/fork) or [3v4l](https://3v4l.org) - Run PHP Concurrently\n\n***\n\n# ► Web Dev Tools\n\n* 🌐 **[Website Creation Resources](https://discourse.32bit.cafe/t/resources-list-for-the-personal-web/49)** - Web Dev Resources\n* 🌐 **[Awesome Tunneling](https://github.com/anderspitman/awesome-tunneling)** - Tunneling Resources\n* 🌐 **[Awesome list of secrets in environment variables](https://github.com/Puliczek/awesome-list-of-secrets-in-environment-variables)** - Environment Variables Secrets\n* 🌐 **[Frontend Developers](https://github.com/andrew--r/channels)** or [Web Dev / Programming YouTube Channels](https://rentry.co/cozqr) - Web Dev YouTube Channel Indexes\n* ↪️ **[Site Mockups](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_app_.2F_site_mockups)**\n* ↪️ **[Archive / Scrape / Crawl Web Pages](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25BA_archiving)**\n* ↪️ **[Selfhosted Image Galleries](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_offline_galleries)**\n* ⭐ **[GoAccess](https://goaccess.io/)** - Web Log Analyzer / [GitHub](https://github.com/allinurl/goaccess)\n* ⭐ **[Formulaer](https://formulaer.com/)**, [Tally](https://tally.so/), [FormBricks](https://github.com/formbricks/formbricks), [Formshare](https://formshare.ai/), [Deformity](https://deformity.ai/) or [Stylr](https://www.stylr.xyz/) - Form Builders\n* ⭐ **[PlayWright](https://playwright.dev/)**, [Selenium](https://www.selenium.dev/) or [Huginn](https://github.com/huginn/huginn) - Browser Automation\n* [Automa](https://extension.automa.site/) or [Browserflow](https://browserflow.app/) - Browser Automation Extensions\n* [Flounder](https://flounder.online/) - Website Building Discussion\n* [Website Planet Tools](https://www.websiteplanet.com/webtools/), [⁠Networking Toolbox](https://networkingtoolbox.net/), [Browserling Tools](https://www.browserling.com/tools/) or [WebCode](https://webcode.tools/) - Site Development Tools\n* [⁠Tech Playground](https://tech-playground.com/) - Playground for Server-Side Tech \n* [Wappalyzer](https://www.wappalyzer.com/) - Identify Technologies on Websites / [Addons](https://www.wappalyzer.com/apps/)\n* [shadcn-ui](https://ui.shadcn.com/) or [shadcn-svelte](https://shadcn-svelte.com) - Web Component Libraries / [Examples](https://github.com/ln-dev7/square-ui)\n* [Web Developer](https://chromewebstore.google.com/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm) - Web Developer Toolbar Extension\n* [GoatCounter](https://www.goatcounter.com/), [Cloudflare Web Analytics](https://www.cloudflare.com/web-analytics/), [Rybbit](https://github.com/rybbit-io/rybbit), [MS Clarity](https://clarity.microsoft.com/) or [Umami](https://umami.is/) - Site Analytics\n* [ElasticSearch](https://www.elastic.co/products/elasticsearch) - Search & Analytics Engine / [GitHub](https://github.com/elastic/elasticsearch)\n* [Tabler](https://tabler.io/) - Site Admin Dashboard\n* [Octopus](https://octopus.do/sitemap) - Site Planning Tool\n* [Wordpress](https://wordpress.org/) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_wordpress_tools) or [Joomla](https://www.joomla.org/) / [GitHub](https://github.com/joomla/joomla-cms) - Content Management Systems / CMS\n* [WireFlow](https://wireflow.co/) - Flow Prototype Maker\n* [Web Dev Checklist](https://www.toptal.com/developers/webdevchecklist) - Things to Remember for Web Devs\n* [Dagu](https://dagu.cloud/) - WebUI Job Manager / [GitHub](https://github.com/dagu-org/dagu)\n* [cURL](https://curl.se/) or [xh](https://github.com/ducaale/xh) - HTTP Clients / Transfer Data with URLs / [Converter](https://curlconverter.com/) / [IP Lookup](https://ifconfig.me/) / [Recipes](https://catonmat.net/cookbooks/curl)\n* [http-server](https://github.com/http-party/http-server) - No Config HTTP Server\n* [Plow](https://github.com/six-ddc/plow) - HTTP Benchmarking\n* [Apache](https://httpd.apache.org/) - HTTP Server\n* [Transform](https://transform.tools/) - Polyglot Web Converter\n* [LibreCaptcha](https://github.com/librecaptcha/lc-core) or [mCaptcha](https://mcaptcha.org/) - Privacy-Based Captcha Systems\n* [Media Chrome](https://www.media-chrome.org/) - Media Player Elements / [GitHub](https://github.com/muxinc/media-chrome)\n* [OneLinePlayer](https://onelineplayer.com/) - Vimeo / Dropbox Video Player\n* [Motion](https://motion.dev/) - Animation Library\n* [Medusa](https://medusajs.com) - Digital Commerce Development Tool\n* [Can I Use?](https://caniuse.com/) - Browser Support Tables\n* [PocketBase](https://pocketbase.io/) / [GitHub](https://github.com/pocketbase/pocketbase) - Open-Source Backend Platforms\n* [⁠CS Chromium](https://cs.chromium.org/) - Chromium Code Search\n* [Caddy](https://caddyserver.com/) - Web Server\n* [Directory Lister](https://directorylister.com/) - Web-Based Directory Listing\n* [BawkBox](https://bawkbox.com/) - Website Widgets\n* [The SSO Wall of Shame](https://sso.tax/) - Vendors without Built-in SSO\n* [Remarkbox](https://www.remarkbox.com/) or [HTML Comment Box](https://www.htmlcommentbox.com/) - Site Comment Systems\n* [Can I Email?](https://www.caniemail.com/) - Email Functionality Check\n* [Typebot](https://typebot.io/) - Embedded Chat App\n* [Google Map Themes](https://snazzymaps.com/) - Google Map Themes for Web Developers\n* [Microlink SDK](https://microlink.io/sdk) / [GitHub](https://github.com/microlinkhq/sdk), [React Tiny Link](https://winhtaikaung.github.io/react-tiny-link/) / [GitHub](https://github.com/winhtaikaung/react-tiny-link) or [Link Preview JS](https://github.com/OP-Engineering/link-preview-js) - Create Link Previews\n* [CORS Proxy](https://corsproxy.github.io/) - Free CORS Proxy\n* [frp](https://github.com/fatedier/frp), [GoDoxy](https://github.com/yusing/godoxy) or [YARP](https://github.com/dotnet/yarp) - Reverse Proxies\n* [wsrv.nl](https://wsrv.nl/) - Image Caching / Delivery\n* [WhatPWACanDo](https://whatpwacando.today/) - PWA Examples\n* [PWABuilder](https://www.pwabuilder.com/) - Turn Site into Progressive Web App\n* [Chaos Frontend Toolkit](https://chaos-frontend-toolkit.web.app/) - Break Your Web Apps to Improve Them\n* [LocalHost](https://localhost.run/) - Connect Web Apps to Internet\n* [⁠bat](https://github.com/sharkdp/bat) / [Extras](https://github.com/eth-p/bat-extras/), [Shiki](https://shiki.style/), [tailspin](https://github.com/bensadeh/tailspin) or [Sight](https://github.com/tsenart/sight) - Syntax Highlighters\n* [ngrok](https://ngrok.com/) - Introspectable Tunnels to Localhost Tools\n* [Bore](https://github.com/ekzhang/bore) - TCP Tunnel to Expose Servers Local Ports\n* [NConfig](https://www.digitalocean.com/community/tools/nginx) - Server Config\n* [Nginx-Admins-Handbook](https://github.com/trimstray/nginx-admins-handbook) - Improve NGINX Performance\n* [Null PHP Script](https://nullphpscript.com/) - Nulled Scripts\n\n***\n\n## ▷ Website Builders\n\n* 🌐 **[Awesome Static Generators](https://myles.github.io/awesome-static-generators/)** / [GitHub](https://github.com/myles/awesome-static-generators) or **[Jamstack Generators](https://jamstack.org/generators/)** - Static Site Generator Indexes\n* ⭐ **[Framer](https://www.framer.com/)** - Website Builder\n* ⭐ **[Eleventy](https://11ty.dev/)** - Static Site Generator / [Discord](https://discord.gg/GBkBy9u) / [GitHub](https://github.com/11ty/eleventy)\n* ⭐ **[Hugo](https://gohugo.io/)** - Static Site Generator\n* ⭐ **[Webstudio](https://webstudio.is/)** - Website Builder\n* ⭐ **[VitePress](https://vitepress.dev/)** - Static Site Generator\n* ⭐ **[Docusaurus](https://docusaurus.io/)** - Static Markdown Website Generators / [GitHub](https://github.com/facebook/docusaurus)\n* ⭐ **[Carrd](https://carrd.co/)** - Simple Website Builder\n* [Retype](https://retype.com/) - Static Markdown Website Generator / [GitHub](https://github.com/retypeapp/retype)\n* [Zola](https://www.getzola.org/) - Static Markdown Website Generator\n* [Publii](https://getpublii.com/) - Static Markdown Website Generator / No Coding\n* [Jekyll](https://jekyllrb.com/) - Static Markdown Website Generator\n* [docsify](https://docsify.js.org/) - Static Markdown Website Generator\n* [GitBook](https://www.gitbook.com/) - Static Site Generator\n* [Pelican](https://getpelican.com/) - Static Site Generator\n* [Astro](https://astro.build/) - Static Site Generator\n* [site123](https://www.site123.com/) - Website Builder\n* [tilda](https://tilda.cc/) - Website Builder\n* [bravenet](https://www.bravenet.com/) - Website Builder\n* [cargo](https://cargo.site/) - Website Builder\n* [Mobirise](https://mobirise.com/) - Website Builder\n* [Temper](https://temper.one/) - Website Builder\n* [Silex](https://www.silex.me/) - Website Builder\n* [mmm](https://mmm.page/) - Website Builder\n* [Straw.Page](https://straw.page/) - Website Builder\n* [Own Free Website](https://www.own-free-website.com) - Website Builder\n* [Feather Wiki](https://feather.wiki/) - Extensible Website Generator\n* [SouPalt](https://soupault.app/) - Static Website Generator with HTML Element Tree\n* [Barely](https://github.com/charludo/barely) - Python Static Website Generator\n* [Vvveb](https://www.vvveb.com/), [Universe](https://onuniverse.com/), [Google Sites](https://sites.google.com/), [GrapeDrop](https://grapedrop.com/) or [Odoo](https://www.odoo.com/app/website) - Drag & Drop Website Builders\n* [Tails](https://devdojo.com/tails) - Tailwind CSS Website Builder\n* [8b](https://8b.com/) - Simple Online Website Builder\n* [Potion](https://potion.so/) - Notion Website Builder\n* [Odie](https://odie.us/) - Make Webpages out of Google Docs\n* [ProjectVisBug](https://visbug.web.app) - Webpage Editor\n* [Anvil](https://anvil.works/) or [Lowdefy](https://lowdefy.com/) - Web App Creators\n\n***\n\n## ▷ Color Schemes\n\n* 🌐 **[Colorful](https://github.com/Siddharth11/Colorful)** - Color Scheme Resources\n* ↪️ **[Color Palette Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_palette_generators)**\n* ↪️ **[Color Pickers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_color_pickers)**\n* ⭐ **[ColorHexa](https://www.colorhexa.com/)** - Color Hex Encyclopedia\n* ⭐ **[Realtime Colors](https://realtimecolors.com/)** - Preview Color Palettes\n* ⭐ **[Color & Contrast](https://colorandcontrast.com/)** - Color / Contrast Guide\n* [Colors & Fonts](https://www.colorsandfonts.com/) - Quickly Copy Colors\n* [Khroma](https://www.khroma.co/) or [Paletton](https://paletton.com/) - Color Scheme Designers\n* [Palettte](https://palettte.app/) - Color Palette Editor\n* [Colouris](https://colouris.surge.sh/) or [Color Converter](https://colorconverter.dev/) - Color Code Format Converters\n* [PaletteGenerator](https://palettegenerator.com/) or [Alwane](https://alwane.io/) - Color Palette Extractor\n* [Colorable](https://colorable.jxnblk.com/) / [GitHub](https://github.com/jxnblk/colorable), [color.review](https://color.review/), [accessible-color-matrix](https://toolness.github.io/accessible-color-matrix/) or [Accessible Brand Colors](https://abc.useallfive.com/) - Accessible Color Palette Builders\n* [Color Oracle](https://colororacle.org/), [WhoCanUse](https://www.whocanuse.com/) or [Toptal](https://www.toptal.com/designers/colorfilter) - Color Blindness Simulator / Tests\n* [Simpler Color](https://github.com/arnelenero/simpler-color) - Create Web Color System\n* [Stylify Me](http://stylifyme.com/) - Extract Webpage Colors\n* [ColorZilla](https://www.colorzilla.com/) - Color Picker, Gradient Generator & more\n* [MakeTintAndShade](https://maketintsandshades.com/) - Tint and Shade Generator\n* [Alphredo](https://alphredo.app/) - Create Translucent Colors\n* [Contrast Checker](https://webaim.org/resources/contrastchecker/) or [Colour Contrast](https://colourcontrast.cc/) - Background / Text Contrast Checkers\n\n***\n\n## ▷ Frontend Tools\n\n* 🌐 **[Awesome Design Systems](https://github.com/alexpate/awesome-design-systems)** - UI Design Systems / Libraries\n* 🌐 **[Awesome Web Animation](https://awesome-web-animation.netlify.app/)** - Web Animation Resources\n* ↪️ **[Design Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25BA_design_resources)** or [Open Source Design](https://opensourcedesign.net/)\n* ⭐ **[Design Checklist](https://www.checklist.design/)**, [Performance Checklist](https://github.com/thedaviddias/Front-End-Performance-Checklist) or [Front-End Checklist](https://frontendchecklist.io/) - Frontend Development Checklist\n* ⭐ **[ThemeWagon](https://themewagon.com/theme-price/free/)** or [Tooplate](https://www.tooplate.com/) - Free HTML Templates\n* ⭐ **[awwwards](https://www.awwwards.com/websites)**, **[Boilerplate](https://html5boilerplate.com/)** or [html5up](https://html5up.net/) - Custom HTML Templates\n* [CollectUI](https://collectui.com/), [Hoverstat](https://www.hoverstat.es/), [httpster](https://httpster.net/), [Wave Guide](https://www.waveguide.io/), [Godly Website](https://godly.website/), [Websitevice](https://websitevice.com/), [Dribbble](https://dribbble.com/), [ReallyGoodUX](https://goodux.appcues.com/) or [Pageflows](https://pageflows.com/) - UI / Site Design Inspiration\n* [Templatemo](https://www.templatemo.com/) - Free CSS Templates\n* [Repth Themes](https://repth.neocities.org/theme) - Y2K Anime Themes\n* [OpenUI](https://github.com/wandb/openui) - Make UI with AI\n* [Contentdrips](https://contentdrips.com/) or [CreatorKit](https://creatorkit.com/) - Brand Design Tools\n* [SuperNova](https://www.supernova.io/) - Design System Manager\n* [Interplay](https://interplayapp.com/) - Product Design Tool\n* [StoryBook](https://storybook.js.org/), [Akira](https://github.com/akiraux/Akira) or [Mockend](https://mockend.com/) - UI Development Tools\n* [UI Design Daily](https://www.uidesigndaily.com/) or [UIVerse](https://uiverse.io/) - Free UI Design Resources\n* [Open UI](https://open-ui.org/) - Open Standard UI\n* [Same.new](https://same.new/) - Copy Sites User-Interface Code\n* [CodeMyUI](https://codemyui.com/) or [Semantic UI](https://semantic-ui.com/) - User Interface Code Snippets\n* [Icon Shelf](https://icon-shelf.github.io/) - Icon Manager\n* [Favicon Maker](https://formito.com/tools/favicon) or [Favicon Generator](https://www.favicon-generator.org/) - Create Favicons\n* [Icon Horse](https://icon.horse/), [favicon-hash](https://favicon-hash.kmsec.uk/) or [Favicone](https://favicone.com/) - Download a Site's Favicon / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/site-favicon-dl.md)\n* [Meta-Mapper](https://meta-mapper.com/) - Website Metadata Thumbnails\n* [SREWorks](https://github.com/alibaba/SREWorks) - Operation & Maintenance Platform\n* [the component gallery](https://component.gallery/) - Design Components Gallery\n* [Scrollbar.app](https://scrollbar.app/) - Design Custom Scrollbars\n* [LogoTaco](https://www.logotaco.com/) - Project Logos\n* [Emanote](https://emanote.srid.ca/) - Create Sites from Plain-Text Notes / [GitHub](https://github.com/srid/emanote)\n* [Plunker](https://plnkr.co/) or [Bloo](https://bloouikit.com/) - Prototype / Test Websites Idea\n* [WebDesignMuseum](https://www.webdesignmuseum.org/) - Website Designs Over Time\n* [Bootstrap](https://getbootstrap.com/) - Mobile Site Creator / [Icons](https://icons.getbootstrap.com/) / [Snippets](https://bootsnipp.com/) / [UI Components](https://mdbootstrap.com/) / [Templates](https://bootswatch.com/), [2](https://bootstraptaste.com/)\n* [PsdRepo](https://psdrepo.com/) - Templates, Mockups, Logos, Videos\n* [Daft Page](https://daftpage.com/) - Landing Page Creator\n* [LandingPage](https://landingpage.fyi/index.html) - Landing Page Tool Index\n* [SaaS Pages](https://saaspages.xyz/), [SaaS Landing Page](https://saaslandingpage.com/) or [lapa](https://www.lapa.ninja/) - Landing Page Templates / Ideas\n* [Zeplin](https://zeplin.io/) - Design Templates / Editor\n* [vite](https://vite.dev/) or [layoutit](https://layoutit.com/) - Frontend Development Tools\n* [Frontend Development](https://github.com/dypsilon/frontend-dev-bookmarks) - Frontend Development Resources\n* [BoxCoding](https://www.avabucks.it/), [UI Beats](https://www.uibeats.com/) or [MagicUI](https://magicui.design/) - UI Components\n* [Hydrogen](https://github.com/Shopify/hydrogen) - Online Store Templates\n* [CSS Bed](https://www.cssbed.com/) - Classless CSS Templates / [GitHub](https://github.com/ubershmekel/cssbed)\n* [Beer CSS](https://www.beercss.com/) - Lightweight CSS Framework / [GitHub](https://github.com/beercss/beercss)\n* [RoughAnnotations](https://roughnotation.com/) - Webpage Annotations / Animations\n* [Lorem.space](https://lorem.space/), [dummyimage](https://dummyimage.com/), [Placeholdifier](https://github.com/pomber/placeholdifier), [PlaceHolder](https://placeholder.pics/) or [PicSum](https://picsum.photos/) - Site Placeholder Images\n* [Visiwig](https://www.visiwig.com/) - Copy / Paste Site Graphics\n* [WebDesigner](https://webdesigner.withgoogle.com/), [T3](https://github.com/tooll3/t3), [Theatre.js](https://www.theatrejs.com/) / [GitHub](https://github.com/theatre-js/theatre), [GSAP](https://gsap.com/), [Stylie](https://jeremyckahn.github.io/stylie/), [RenderForest](https://www.renderforest.com), [Mantra](https://jeremyckahn.github.io/mantra/) or [Lottielab](https://www.lottielab.com/) - Create Motion Graphics\n* [NakerApp](https://app.naker.io/back/) - Interactive Background Maker\n* [HTTP Cats](https://http.cat/) - Put Cat Pictures in Your Status Codes\n\n***\n\n## ▷ WordPress Tools\n\n* ⭐ **[GPLDL](https://gpldl.com/)** - Premium Themes / Plugins / 25 Monthly / Requires Sign-Up\n* ⭐ **[WPLocker](https://www.wplocker.com/)** or [Weadown](https://weadown.com/) - Premium Themes / Plugins\n* [Babiato](https://babia.to/) - Themes / Plugins Forum / Requires Sign-Up\n* [Visual CSS Editor](https://chromewebstore.google.com/detail/visual-css-editor/cibffnhhlfippmhdmdkcfecncoaegdkh) - WordPress Site Designer\n* [LocalWP](https://localwp.com) - WordPress Site Deployment Tools\n* [faustjs](https://faustjs.org) - WordPress Framework\n* [Timber](https://upstatement.com/timber/) - WordPress Theme Creator / [GitHub](https://github.com/timber/timber)\n* [KokoAnalytics](https://www.kokoanalytics.com/) - WordPress Analytics\n\n***\n\n## ▷ Regex Tools\n\n* **Note** - You can use [AI chatbots](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai/#wiki_.25B7_online_chatbots) to create regex patterns more easily.\n\n***\n\n* 🌐 **[Awesome Regex](https://github.com/aloisdg/awesome-regex)** - Regex Tools & Resources\n* ⭐ **[Regex Vis](https://regex-vis.com/)** - Regex Visualizer\n* ⭐ **[regex101](https://regex101.com/)** or [RegExr](https://regexr.com/) - Regex Editors\n* [RegexLearn](https://regexlearn.com/), [RegexOne](https://regexone.com/), [refrf.dev](https://refrf.dev/) or [learn-regex](https://github.com/ziishaned/learn-regex) - Regex Learning / Practice Resources\n* [Regex Syntax Cheatsheet](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Cheatsheet) - Regex Cheatsheet (JS Flavor)\n* [iHateRegex](https://ihateregex.io/) - Premade Regex Patterns List\n* [Melody](https://yoav-lavi.github.io/melody/book/) - Compile to Regex / [GitHub](https://github.com/yoav-lavi/melody)\n* [Globster](https://globster.xyz/) - Test Glob Patterns\n\n***\n\n## ▷ Benchmark Tools\n\n* 🌐 **[Awesome Accessibility](https://github.com/brunopulis/awesome-a11y)** - Accessibility Tools Index\n* ⭐ **[LightTest](https://lightest.app/)**, [Yellow Lab Tools](https://yellowlab.tools/), [PageSpeed](https://pagespeed.web.dev/), [SpeedVitals](https://speedvitals.com/), [Geofetcher](https://geofetcher.appsinprogress.com/) or [GTmetrix](https://gtmetrix.com/) - Test Webpage Speed\n* ⭐ **[Geekflare Tools](https://domsignal.com/toolbox)** or [Frontend Dogma](https://frontenddogma.com/tools/check/) - Site Benchmarking Tools\n* [LambDatest](https://www.lambdatest.com/) - Cross Browser Testing Cloud\n* [Pa11y](https://pa11y.org/), [⁠Accessibility Support](https://a11ysupport.io/), [Wave](https://wave.webaim.org/), [Andi](https://www.ssa.gov/accessibility/andi/help/install.html) or [A11ygator](https://a11ygator.chialab.io/) - Accessibility Evaluation Tools\n* [Accessibility Insights](https://accessibilityinsights.io/) - Fix Accessibility Issues\n* [⁠ADG](https://www.accessibility-developer-guide.com/) / [GitHub](https://github.com/Access4all/adg), [Accessibility Cheatsheet](https://moritzglantz.de/accessibility-cheatsheet/) or [A11Project](https://www.a11yproject.com/checklist) - Site Accessibility Guidelines\n* [Web Vitals Leaderboard](https://vitals-leaderboard.pazguille.me/), [CodSpeed](https://codspeed.io/) or [Lighthouse Metrics](https://lighthouse-metrics.com/) - Website Performance Tests\n* [Prometheus](https://prometheus.io/) - Site Metrics / [Setup](https://thanos.io/)\n* [Carbon Calculator](https://www.websitecarbon.com/) - Estimate Sites Carbon Footprint\n* [UX Check](https://chromewebstore.google.com/detail/ux-check/giekhiebdpmljgchjojblnekkcgpdobp) - Site Heuristic Evaluation\n* [Rankchart](https://rankchart.org/) - Optimization Reports\n* [Testmail](https://testmail.app/) - Site Signup Test\n* [Responsive Viewer](https://responsiveviewer.org/) - Test Site on Multiple Screen Types / [Chrome](https://chromewebstore.google.com/detail/responsive-viewer/inmopeiepgfljkpkidclfgbgbmfcennb)\n* [Responsively](https://responsively.app/), [ResponsiveTestTool](https://responsivetesttool.com/), [Responsivize](https://virejdasani.github.io/Responsivize/) or [Am I Responsive](https://ui.dev/amiresponsive) - Website Responsiveness Tests\n* [LightHouse](https://github.com/GoogleChrome/lighthouse) - Web App Performance Test\n\n***\n\n## ▷ SVG Tools\n\n* ↪️ **[SVG / Vector Icons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_svg_icons)**\n* ↪️ **[Vector Editors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_painting_.2F_drawing)**\n* [Method](https://editor.method.ac/), [SVG.wtf](https://svg.wtf/), [FreeSVGEditor](https://freesvgeditor.com/), [DrawSVG](https://drawsvg.org/drawsvg.html), [Boxy SVG](https://boxy-svg.com/), [Mossaik](https://mossaik.app/), [SVG Editor](https://editor.svg-gen.com/) or [SVG Viewer](https://www.svgviewer.dev/) - SVG Editors / Viewers\n* [SVGFilters](https://svgfilters.com/) - SVG Filter Builder\n* [Crayon](https://designstripe.com/crayon) or [SVGArtista](https://svgartista.net/) - SVG Animation Tools\n* [FrameSVG](https://framesvg.romelium.cc/) - GIF to Animated SVG / [GitHub](https://github.com/Romelium/FrameSVG)\n* [SVGO](https://github.com/svg/svgo) or [SVGCrop](https://svgcrop.com/) - SVG Optimization / [GUI](https://jakearchibald.github.io/svgomg/)\n* [SVG Tutorial](https://svg-tutorial.com/) - Learn How to Code SVG Images\n* [SVGX](https://svgx.app/) - SVG Assets Manager\n* [Vector Express](https://vector.express/) or [Vector Magic](https://vectormagic.com/) - Vector Converters\n* [svgco](https://svgco.de/) or [IMG to SVG](https://img-to-svg.com/) - Image to SVG Converter\n* [SVG2JSX](https://svg2jsx.com/) - SVG to JSX Converter\n* [Pattern Monster](https://pattern.monster/) - SVG Pattern Generator\n* [Blobs](https://lokesh-coder.github.io/blobs.app/) - SVG Shape Generator\n* [Broider](https://maxbittker.github.io/broider/) - Create Border Designs\n* [ShapeDivider](https://www.shapedivider.app/) - Make SVG Shape Divider\n* [SVG Path](https://svg-path-visualizer.netlify.app/) - SVG Path Visualizer\n* [svg-path-editor](https://yqnn.github.io/svg-path-editor/) - SVG Path Editor\n* [Get Waves](https://getwaves.io/), [Wavelry](https://wavelry.vercel.app/), [SVGWave](https://svgwave.in/) / [GitHub](https://github.com/anup-a/svgwave) or [SVG Wave](https://www.softr.io/tools/svg-wave-generator) - SVG Wave Generators\n* [Blobmaker](https://www.blobmaker.app/) - SVG Blob Generator\n* [AutoTracer](https://www.autotracer.org/) or [⁠vtracer](https://www.visioncortex.org/vtracer/) / [GitHub](https://github.com/visioncortex/vtracer) - Image Vectorizers / Autotracers\n* [JSLogo](https://www.calormen.com/jslogo/) - Logo Interpreter\n\n***\n\n# ► Hosting Tools\n\n* ↪️ **[Dynamic DNS Services / Subdomains](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_dynamic_dns_services_.2F_subdomains)**\n* ↪️ **[Self-Hosted Wiki Alts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_self-hosted_wiki_alts)**\n* 🌐 **[Awesome-Web-Hosting](https://nuhmanpk.github.io/Awesome-Web-Hosting/)** - Free Hosting Provider Index / [GitHub](https://github.com/nuhmanpk/Awesome-Web-Hosting)\n* 🌐 **[Awesome Cloudflare](https://github.com/irazasyed/awesome-cloudflare)** - Cloudflare Resource Index\n* 🌐 **[VPS Comparison Chart](https://lowendstock.com/deals/)**, [⁠servers.fyi](https://www.servers.fyi/), [⁠VPS Price Tracker](https://vpspricetracker.com/) or [Bitcoin VPS](https://bitcoin-vps.com/) - VPS Comparisons\n* ⭐ **[TLD-List](https://tld-list.com/)**, [TLDES](https://tldes.com/) or [SitePriace](https://www.siteprice.org/) - Domain Price Comparisons\n* ⭐ **[censys](https://search.censys.io/)**, [wtfis](https://github.com/pirxthepilot/wtfis), [digger.tools](https://digger.tools/), [LinkScope](https://accentusoft.com/), [URLDNA](https://urldna.io/) or [DNSlytics](https://dnslytics.com/) - Domain Info Tools\n* ⭐ **[Check-Host](https://check-host.net/)** or [Uptime](https://betterstack.com/uptime) - Web-Based Uptime Monitors\n* [Oracle Cloud](https://www.oracle.com/cloud/free/) - Free VPS / Requires Real Information / [Guide (Important)](https://guides.viren070.me/selfhosting/oracle)\n* [InstantDomain](https://instantdomainsearch.com/), [DomainTyper](https://domaintyper.com/), [IWantMyName](https://iwantmyname.com/), [Whois](https://www.whois.com/), [Domainr](https://domainr.com) or [Atlaq](https://atlaq.com) - Domains\n* [Pyfunceble](https://pyfunceble.github.io/#/) - Domain Availability App\n* [DNForum](https://www.dnforum.com/) - Domain Name Forum\n* [DNSTwist](https://dnstwist.it/) / [GitHub](https://github.com/elceef/dnstwist), [HaveIBeenSquatted](https://haveibeensquatted.com) or [DNSTwister](https://dnstwister.report/) - Typosquatting Checkers\n* [WhoisRequest](https://whoisrequest.com/) or [Whois Lookup](https://whois.domaintools.com/) - Whois Search\n* [OONI](https://ooni.org/) - Check Site Location Availability\n* [Server Hunter](https://www.serverhunter.com/) or [ServerSearcher](https://www.serversearcher.com/) - Search / Compare Servers\n* [GetDeploying](https://getdeploying.com/) - Compare Cloud Providers\n* [srvrlss](https://srvrlss.io/) - Search / Compare Serverless Platforms\n* [⁠Instances (Vantage)](https://instances.vantage.sh/) - Compare AWS, Azure, and GCP Instances / [GitHub](https://github.com/vantage-sh/ec2instances.info) \n* [⁠Val Town](https://www.val.town/) - Serverless Scripting and Sharing\n* [GoodBadISPs](https://gitlab.torproject.org/legacy/trac/-/wikis/doc/GoodBadISPs) - Best ISPs for Tor Hosting\n* [Sandstorm](https://sandstorm.org/), [Cosmos](https://cosmos-cloud.io/) or [CloudRon](https://www.cloudron.io/) - Web App Hosts\n* [vichan](https://vichan.info) / [GitHub](https://github.com/vichan-devel/vichan) or [overscript](https://overscript.net/) - Imageboard Hosting\n* [ProBoards](https://www.proboards.com/) - Forum & Imageboard Hosting\n* [MyBB](https://www.mybb.com/), [FreeFlarum](https://freeflarum.com/) or [PHPBB](https://www.phpbb.com/) - Forum Hosting\n* [HumHub](https://www.humhub.com), [HubZilla](https://hubzilla.org/page/info/discover) or [scuttlebutt](https://scuttlebutt.nz/) - Self-Hosted Social Network\n* [UNIT3D](https://github.com/HDInnovations/UNIT3D) - Private Tracker Hosting\n* [OpenPanel](https://openpanel.com/) / [GitHub](https://github.com/stefanpejcic/openpanel), [Sentora](https://sentora.org/) or [Moonlight](https://github.com/Moonlight-Panel/Moonlight) - Web Hosting Panels\n* [24x7](https://www.site24x7.com/tools.html) - Various Hosting Tools\n* [Uptime Kuma](https://github.com/louislam/uptime-kuma), [Checkmate](https://github.com/bluewave-labs/Checkmate), [UptimeRobot](https://uptimerobot.com/), [AreWeDown?](https://github.com/shukriadams/arewedown) or [StatPing](https://github.com/statping/statping) - Uptime Monitors\n* [Kener](https://kener.ing/) or [cstate](https://github.com/cstate/cstate) - Self-Hosted Status Pages\n* [redirect.name](https://redirect.name/) - URL Forwarding\n* [iana](https://www.iana.org/), [arin](https://www.arin.net/), [lacnic](https://www.lacnic.net/), [afrinic](https://www.afrinic.net/) or [apnic](https://www.apnic.net/) - Internet Registry Sites\n* [SubDomainizer](https://github.com/nsonaniya2010/SubDomainizer), [Google Console](https://search.google.com/search-console/), [MerkleMap](https://www.merklemap.com/) or [SD Finder](https://subdomainfinder.c99.nl/) - Find Hidden Subdomains\n* [AtSameIP](https://atsameip.com/) - Find Websites on the Same IP\n* [IPIP.NET](https://whois.ipip.net/) - Country / Region ASNs\n* [Check for Cloudflare](https://checkforcloudflare.selesti.com/) - Check Sites for Cloudflare\n* [Cloudflare Radar](https://radar.cloudflare.com/) - Cloudflare Insights\n* [CloudFlare DDNS Updater](https://github.com/K0p1-Git/cloudflare-ddns-updater/) - Cloudflare Dynamic DNS Auto-Update Script\n* [Meta Tag Gen](https://lewdev.github.io/apps/meta-tag-gen/), [OpenGraph](https://www.opengraph.xyz/) or [MetaTags](https://metatags.io/) - Meta Tag Generators\n\n***\n\n## ▷ Dynamic Page Hosting\n\n* ⭐ **[Cloudflare Workers](https://workers.cloudflare.com/)** - Unlimited Storage (20MB Each) / Unlimited Bandwidth\n* ⭐ **[vercel](https://vercel.com/)** - 1GB Storage / 100GB Bandwidth\n* ⭐ **[netlify](https://www.netlify.com/)** - 10GB Storage / 100GB Bandwidth\n* ⭐ **[alwaysdata.com](https://www.alwaysdata.com/en/)** - 100MB Storage / Unlimited Bandwidth / Unlimited DB\n* ⭐ **[ALCHosting.net](https://www.alchosting.net/)** - 5GB Storage / Unlimited Bandwidth / 2 DB\n* [AwardSpace.com](https://www.awardspace.com/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [GoogieHost.com](https://googiehost.com/) - 1GB Storage / 100GB Bandwidth / 2 DB\n* [Freehostia.com](https://www.freehostia.com/) - 250MB Storage / 6GB Bandwidth / 1 DB\n* [FreeHostingEU.com](https://www.freehostingeu.com/) - 200MB Storage / 4GB Bandwidth / 1 DB\n* [Batcave.net](https://batcave.net/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [CGIWebHost.com](https://www.cgiwebhost.com/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [FreeHostingNoAds.net](https://freehostingnoads.net/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [100WebSpace.com](https://www.100webspace.com/) - 100MB Storage / 3GB Bandwidth / 1 DB\n* [50Webs.com](https://www.50webs.com/) - 500MB Storage / 5GB Bandwidth / 0 DB\n* [Somee.com](https://somee.com/) - 150MB Storage / 5GB Bandwidth / 1 DB\n* [FreeWebPageHost.Net](https://freewebpagehost.net/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [WebFreeHosting.net](https://webfreehosting.net/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [Biz.ly](https://www.biz.ly/) - 50MB Storage / 1GB Bandwidth / 0 DB\n* [biz.ht](https://biz.ht/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [Freehostspace.com](https://www.freehostspace.com/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [RUNHOSTING.com](https://runhosting.com/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [FreeSiteHosting.com](https://freesitehosting.com/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [Freehostpro.com](https://www.freehostpro.com/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [Redwebhost.com](https://www.redwebhost.com/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [Tekcities.com](https://www.tekcities.com/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [Agilityhoster.com](https://www.agilityhoster.com/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [125mb.com](https://www.125mb.com/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [TinkerHost.net](https://tinkerhost.net/), [2](https://infinityfree.com/), [3](https://byet.host/free-hosting) - 5GB Storage / 100GB Bandwidth / Unlimited DB\n* [biz.nf](https://www.biz.nf/) - 1GB Storage / 5GB Bandwidth / 1 DB\n* [ATSPACE](https://www.atspace.com/) - 1GB Storage / Unlimited Bandwidth / 1 DB\n* [UHostFull.com](https://www.uhostfull.com/) or [UHostAll.com](https://www.uhostall.com/) - 5GB Storage / Unlimited Bandwidth / Unlimited DB\n* [Leprd](https://leprd.space/) - 1GB Storage / 10GB Bandwidth / Unlimited DB / Limited Registration\n* [x10hosting](https://x10hosting.com/) - 500MB Storage / Unlimited Bandwidth / 2 DB\n* [Profreehost](https://profreehost.com/) - 5GB Storage / Unlimited Bandwidth / Unlimited DB\n* [Render](https://render.com/)\n* [pythonanywhere](https://www.pythonanywhere.com/)\n* [IBM Cloud](https://www.ibm.com/cloud/free)\n* [Fleek](https://fleek.xyz/)\n* [Stormkit](https://www.stormkit.io/)\n\n***\n\n## ▷ Static Page Hosting\n\n* ⭐ **[Cloudflare Pages](https://pages.cloudflare.com/)** - Unlimited Storage (20MB Each) / Unlimited Bandwidth / [Tunnel Client](https://github.com/cloudflare/cloudflared) / [Discord](https://discord.gg/cloudflaredev)\n* ⭐ **[surge](https://surge.sh/)** - Unlimited Storage / Unlimited Bandwidth \n* ⭐ **[GitHub Pages](https://docs.github.com/en/pages)** - Unlimited Storage / 100GB Bandwidth\n* ⭐ **[Firebase](https://firebase.google.com/products/hosting)** - 10GB Storage / 10GB Bandwidth\n* ⭐ **[Sourcehut Pages](https://srht.site/)** - 1GB Storage / Unlimited Bandwidth\n* ⭐ **[Neocities](https://neocities.org/)** - 1GB Storage / 200GB Bandwidth / No Custom Domain\n* ⭐ **[nekoweb](https://nekoweb.org/)** - 500MB Storage / Unlimited Bandwidth / [Bandwidth Note](https://files.catbox.moe/xf1shh.png)\n* [Web 1.0 Hosting](https://web1.0hosting.net/) - 100MB Storage / Unlimited Bandwidth\n* [Codeberg Pages](https://codeberg.page/) - 750MB Storage / Unlimited Bandwidth / Only Open-Source Projects\n* [⁠pages.gay](https://pages.gay/) - Unspecified Storage / Unlimited Bandwidth\n* [⁠AppWrite](https://appwrite.io/) - 2GB Storage / 5GB Bandwidth\n* [BitBucket](https://support.atlassian.com/bitbucket-cloud/docs/publishing-a-website-on-bitbucket-cloud/) - 1GB Storage (Hard Limit 4GB) / Unlimited Bandwidth / No Custom Domain\n* [Sevalla](https://sevalla.com/static-site-hosting/) - 1GB Storage / 100GB Bandwidth / No Custom Domain\n* [Reocities](https://www.reocities.xyz/) - 1GB Storage / Unlimited Bandwidth / No Custom Domain\n\n***\n\n# ► Cybersecurity Tools\n\n* ⭐ **[pyWhat](https://github.com/bee-san/pyWhat)** - File Analyzer\n* [Open Source Security Software](https://open-source-security-software.net/) - Cybersecurity Software\n* [osquery](https://osquery.io) or [Nmap](https://nmap.org/) / [Results](https://nmap.org/ndiff/) - Security Monitors\n* [Canarytokens](https://canarytokens.org/generate) - Network Breach Check\n* [Nuclei](https://docs.projectdiscovery.io/tools/nuclei) / [GitHub](https://github.com/projectdiscovery/nuclei), [Synk](https://security.snyk.io/) or [NVD](https://nvd.nist.gov/) - Vulnerability Tracking / Scanning\n* [Zeek](https://zeek.org/), [Kismet](https://www.kismetwireless.net/), [ntop](https://www.ntop.org/) or [Sniffnet](https://www.sniffnet.net/) - Network Monitors\n* [Crowdsec](https://crowdsec.net/) - Crowd-Sourced Intrusion Detection / Prevention / [GitHub](https://github.com/crowdsecurity/crowdsec)\n* [BBRadar](https://bbradar.io/) or [BugBountyHunting](https://www.bugbountyhunting.com/) - Bug Bounty Trackers\n* [X-Force Exchange](https://exchange.xforce.ibmcloud.com/) - Security Threat Intelligence Platform\n* [OpenSCA-CLI](https://github.com/XmirrorSecurity/OpenSCA-cli) - Composition Analysis for Third Party Components\n* [Unblob](https://unblob.org/) - Extraction Suite\n* [Security Onion Solutions](https://securityonionsolutions.com/), [Wazuh](https://wazuh.com/) or [Snyk](https://snyk.io/) / [GitHub](https://github.com/snyk/cli) - Site Security Monitor\n* [spur.us](https://spur.us/) - Block VPNs / Proxies\n* [Greenbone](https://github.com/greenbone) - Vulnerability Management\n* [Evervault](https://evervault.com/) - Security / Compliance Infrastructure\n* [Observatory](https://developer.mozilla.org/en-US/observatory) - HTTP Header Security Test\n* [UUID Tools](https://www.uuidtools.com/) or [⁠UUID Generator](https://toolkitvault.com/uuid-generator) - UUID Generators\n* [DarkVisitors](https://darkvisitors.com/) - Autonomous Chatbots / Data Scraper List\n* [Al-Khaser](https://github.com/ayoubfaouzi/al-khaser) - Anti-Malware Stress Test\n* [CVE Details](https://www.cvedetails.com/) or [⁠OpenCVE](https://app.opencve.io/cve/) - CVE Details / Search\n* [AllSafe](https://github.com/t0thkr1s/allsafe) - Intentionally Vulnerable Android App\n* [⁠Iocaine](https://iocaine.madhouse-project.org/) / [Source Code](https://git.madhouse-project.org/iocaine/iocaine) or [Anubis](https://anubis.techaro.lol/) / [GitHub](https://github.com/TecharoHQ/anubis) - Anti-Web Crawler Software\n\n***\n\n## ▷ Cybersecurity Indexes\n\n* 🌐 **[Awesome Cyber Security](https://github.com/fabionoth/awesome-cyber-security)** - Cybersecurity Resources\n* 🌐 **[Awesome CI/CD Security](https://github.com/myugan/awesome-cicd-security)** - CI/CD Security Resources\n* 🌐 **[Awesome GPT Agents](https://github.com/fr0gger/Awesome-GPT-Agents)** - Cybersecurity GPT Agent Index\n* [Advisory Database](https://github.com/github/advisory-database), [ThreatFox](https://threatfox.abuse.ch/), [Exploit DB](https://www.exploit-db.com/) or [Att&ck](https://attack.mitre.org/) - Cybersecurity Defense Databases\n* [Bazaar](https://bazaar.abuse.ch/), [MalShare](https://malshare.com/), [URLhaus](https://urlhaus.abuse.ch/), [PulseDive](https://pulsedive.com/) or [Malpedia](https://malpedia.caad.fkie.fraunhofer.de/) - Malware Search / Indexes\n* [ThreatMap](https://threatmap.checkpoint.com/), [Threat Radar](https://radar.offseq.com/) or [CyberMap](https://cybermap.kaspersky.com/) - Live Malware Distribution Maps\n* [Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/) - Cybersecurity Resources\n* [CybersecResources](https://www.cybersources.site/) - Cybersecurity Resources / [GitHub](https://github.com/bst04/cybersources)\n* [Awesome List](https://github.com/0xor0ne/awesome-list) - Cybersecurity Resources\n* [Cybersecurity-Resources](https://github.com/Nickyie/Cybersecurity-Resources) - Cybersecurity Resources\n* [Infosec Resources](https://github.com/stong/infosec-resources) - Cybersecurity Resources\n* [CyberSecTools](https://cybersectools.com/) - Cybersecurity Resources\n* [My Infosec Awesome](https://github.com/pe3zx/my-infosec-awesome) - Infosec Resources\n\n***\n\n## ▷ Pen Testing\n\n* 🌐 **[Awesome Pen Testing](https://github.com/enaqx/awesome-pentest)** - Penetration Testing Resources\n* 🌐 **[Awesome Hacking](https://github.com/Hack-with-Github/Awesome-Hacking)** - Pentesting / Security Index\n* [Metasploit](https://www.metasploit.com/) / [Cheatsheet](https://www.comparitech.com/net-admin/metasploit-cheat-sheet/) - Pentesting Framework\n* [MobileApp-Pentest-Cheatsheet](https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet) - App Pentesting Cheatsheet\n* [Pentest Contracts](https://github.com/cure53/Contracts) - Security Contract Templates\n* [OSCP-Exam-Report-Template-Markdown](https://noraj.github.io/OSCP-Exam-Report-Template-Markdown/) - Offensive Security Exam Report Markdown / [GitHub](https://github.com/noraj/OSCP-Exam-Report-Template-Markdown)\n* [Kali NetHunter](https://store.nethunter.com/) or [AndroGuard](https://github.com/androguard/androguard) - Penetration Testing / Forensics Apps\n\n***\n\n## ▷ DNS Tools\n\n* ↪️ **[Free DNS Resolvers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_free_dns_resolvers)**\n* ⭐ **[mess with dns](https://messwithdns.net/)** - Experiment with DNS\n* [DNS over HTTPS](https://github.com/curl/curl/wiki/DNS-over-HTTPS) - Encrypted DNS Providers & Resources / [Public Servers](https://github.com/curl/curl/wiki/DNS-over-HTTPS#publicly-available-servers)\n* [DNSPerf](https://www.dnsperf.com/dns-providers-list/) - DNS Provider Rankings\n* [DNS Propagation](https://dnspropagation.net/) - DNS Checker\n* [MXToolBox](https://mxtoolbox.com/) - MX Record Lookup Tool\n* [DNSDumpster](https://dnsdumpster.com/), [DNS Watch](https://dnswatch.info), [DNSHistory](https://dnshistory.org/) or [WhatsMyDNS](https://whatsmydns.net/) - DNS Lookup / Security\n* [Web Check](https://web-check.xyz/) / [GitHub](https://github.com/Lissy93/web-check), [NSLookup](https://www.nslookup.io/) or [dog](https://github.com/ogham/dog) - DNS Information Tools\n\n***\n\n## ▷ Web Security\n\n* [WebAuthn](https://webauthn.guide/) - Web Authentication API - [Demo](https://webauthn.io/)\n* [Hydra](https://github.com/ory/hydra) - OAuth 2.0 Server / OpenID Connect Provider\n* [SuperTokens](https://supertokens.com/) or [Lucia](https://lucia-auth.com/) - User Authentication\n* [SupaBase](https://supabase.com/) - Database / Authentication Service\n* [ZAP](https://www.zaproxy.org/) - Web App Security Testing\n* [IP Intelligence](https://getipintel.net/), [AbuseIPDB](https://www.abuseipdb.com/) or [Proxy Check](https://proxycheck.io/) - Proxy / VPN / Bad IP Detection\n* [Fail2Ban](https://github.com/fail2ban/fail2ban) - Protect Servers from Brute Force Attacks\n* [Tempesta FW](https://tempesta-tech.com/) - DDoS / Web Attack Protection\n* [IPv6 Leak Test](https://ip6.nl/) or [Test-IPv6](https://test-ipv6.com/) - IPv6 Test\n* [How To Turn off IPv6](https://www.itechguides.com/disable-ipv6-windows-10/) - Prevent IPv6 Leaks\n\n***\n\n## ▷ Encryption / Certificates\n\n* ⭐ **[Awesome Cryptography](https://github.com/sobolevn/awesome-cryptography)** - Cryptography Resources\n* [mitmproxy](https://mitmproxy.org/) - Analyze and modify HTTPS traffic / [OpenAPI Converter](https://github.com/alufers/mitmproxy2swagger) / [GitHub](https://github.com/mitmproxy/mitmproxy)\n* [HTTPToolkit](https://httptoolkit.com/) - Intercept, Debug, and Mock HTTP(S)\n* [Mozilla SSL](https://ssl-config.mozilla.org/) - SSL Configuration Generator\n* [SSLLabs](https://www.ssllabs.com/) - SSL Testing\n* [Hitch](https://www.varnish-software.com/community/hitch) - SSL / TLS Proxy / [GitHub](https://github.com/varnish/hitch)\n* [Let's Encrypt](https://letsencrypt.org/) or [ZeroSSL](https://zerossl.com/) - Free TLS Certificates\n* [SSL for Free](https://www.sslforfree.com/) - Free SSL Certificates\n* [CertAlert](https://certalert.net/) - TLS/SSL Certificate Expiration Alerts\n* [acme.sh](https://github.com/acmesh-official/acme.sh) or [Certbot](https://certbot.eff.org/) - Automatically Configure / Renew Certificates\n* [mkcert](https://github.com/FiloSottile/mkcert) - Locally Trusted Development Certificates\n* [SSLMate CAA](https://sslmate.com/caa/) - CAA Record Helper\n\n***\n\n## ▷ Reverse Engineering\n\n* 🌐 **[Reverse Engineering Resources](https://github.com/wtsxDev/reverse-engineering)** or [ReversingBits](https://mohitmishra786.github.io/reversingBits/) / [GitHub](https://github.com/mohitmishra786/reversingBits) - Reverse Engineering Resources\n* 🌐 **[Awesome Malware Analysis](https://github.com/rshipp/awesome-malware-analysis)** - Malware Analysis Resources\n* ⭐ **[IDA Pro](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent/)** (search) - Software Disassembler / Decompiler\n* ⭐ **[GHIDRA](https://github.com/NationalSecurityAgency/ghidra)** - Reverse Engineering Framework\n* ⭐ **[Frida](https://frida.re/)** - Dynamic Instrumentation Toolkit / [GitHub](https://github.com/frida/frida)\n* ⭐ **[x64dbg](https://x64dbg.com/)** - Debugger for Reverse Engineering\n* [⁠LemmeDebug](https://greasyfork.org/en/scripts/537775) - Disable Anti-Devtools for Reverse Engineering / Debugging\n* [Radare](https://www.radare.org/n/) - Free Reversing Toolkit / [Discord](https://discord.gg/YBey7CR9jf) / [GitHub](https://github.com/radareorg/radare2)\n* [Rizin](https://rizin.re/) or [Cutter](https://cutter.re/) - Reverse Engineering Framework\n* [Flare VM](https://github.com/mandiant/flare-vm) - Reverse Engineering Environment Setup Script\n* [REMnux](https://remnux.org/) - Reverse Engineering / Malware Analysis\n* [ROP Emporium](https://ropemporium.com/) - Learn Return-Oriented Programming\n* [APK Editor Studio](https://qwertycube.com/apk-editor-studio/) / [GitHub](https://github.com/kefir500/apk-editor-studio) or [APKTool](https://apktool.org/) / [GitHub](https://github.com/iBotPeaches/Apktool) - APK Reverse Engeineering\n* [MSTG](https://mas.owasp.org/) or [DVIA-v2](https://github.com/prateek147/DVIA-v2) - App Security Testing / Reverse Engineering\n* [Malimite](https://github.com/LaurieWired/Malimite) - iOS / macOS Decompiler\n* [challenges.re](https://challenges.re/) - Reverse Engineer Code\n* [horsicq](https://horsicq.github.io/) - File Type Identification Tools / [GitHub](https://github.com/horsicq/)\n"
  },
  {
    "path": "docs/downloading.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n# ► Download Directories\n\n* **Note** - Some Open Directories track IP addresses. Always use a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn) or [Tor](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_browser_privacy) when accessing these resources.\n\n***\n\n* 🌐 **[r/opendirectories](https://www.reddit.com/r/opendirectories/)** - Open Directories Subreddit / [Telegram](https://t.me/r_OpenDirectories) / [/u/ODScanner](https://reddit.com/u/ODScanner)\n* ⭐ **[EyeDex](https://www.eyedex.org/)**, [ODCrawler](https://odcrawler.xyz/) / [GitHub](https://github.com/MCOfficer/odcrawler-discovery) or [mmnt](https://www.mmnt.net/) - Open Directory Search Engines\n* ⭐ **[Nicotine+](https://nicotine-plus.org/)** / [GitHub](https://github.com/nicotine-plus/nicotine-plus) or [Soulseek](https://slsknet.org/) - File Sharing App / Windows, Mac, Linux / [Stats](https://github.com/mrusse/Slsk-Upload-Stats-Tracker) / [Server App](https://github.com/slskd/slskd) / [Batch DDL](https://github.com/fiso64/slsk-batchdl)\n* [eMule Plus](https://www.emule-project.com/) - File Sharing App / Windows / [GitHub](https://github.com/irwir/eMule)\n* [mega.archive (Discord)](https://discord.gg/R3zEZUPp3Q) / [Chat](https://discord.gg/ZRhpUtzvkC) - Megadrive Archive\n* [Napalm FTP](https://www.searchftps.net/), [Mamont](https://www.mmnt.ru/int/) or [Search-22](https://search-22.com/ftp-search-tools) - FTP Search\n* [Sala De Espera](https://matrix.to/#/!qbOtnJEDGsPuWZBHLX:matrix.org?via=matrix.org) - Drive Sharing Community\n* [Open Directory Downloader](https://github.com/KoalaBear84/OpenDirectoryDownloader) - Open Directory Indexer\n* [DemoZoo](https://demozoo.org/), [Pouet](https://www.pouet.net/prodlist.php) or [scene.org](https://files.scene.org/) - Demoscene Archives\n* [CD.TextFiles](http://cd.textfiles.com/) - CD Text File Archive\n* [Defacto2](https://defacto2.net/) - Scene / Sub-Scene Database\n\n***\n\n# ► Download Sites\n\n* **Note** - General DDL sites use multiple sources, so it's best to avoid them for software and games. If needed, use **[redirect bypassers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_redirect_bypass)** to skip link shorteners.\n\n***\n\n* ⭐ **[Internet Archive](https://archive.org/)** - Video / Audio / Books / Magazines / Newspapers / ROMs / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_internet_archive_tools)\n* ⭐ **[r/DataHoarder](https://reddit.com/r/DataHoarder)** or [Archive Team](https://wiki.archiveteam.org/) / [Subreddit](https://www.reddit.com/r/Archiveteam/) - Data Hoarding Communties\n* [MaxRelease](https://max-rls.com/) - Video / Audio / Magazines\n* [SCNLOG](https://scnlog.me/) - Video / Audio / ROMs / Books\n* [SceneSource](https://www.scnsrc.me/), [2](https://www.scenesource.me/) - Video / Audio / ROMs / Books\n* [WorldSRC](https://www.worldsrc.net/) - Video / Audio\n* [DirtyWarez](https://forum.dirtywarez.com/) - Video / Audio / Books / Comics\n* [WarezForums](https://warezforums.com/) - Video / Audio / ROMs / Books / Comics\n* [AditHD](https://www.adit-hd.com/) - Video / Audio / Books\n* [wJungle](https://wjungle.net/) - Audio / Books / NSFW / Requires Sign-Up\n* [Novanon](https://novanon.net/) - Audio / Magazines / Comics / Books / Courses\n* [ReleaseBB](https://rlsbb.ru/), [2](https://rlsbb.to/), [3](https://rlsbb.cc/), [4](https://rlsbb.in/) - Audio / Books / Magazines / [Track Shows](https://openuserjs.org/scripts/drdre1/ReleaseBB_rlsbb_TV_Show_Tracker) / [PreDB](https://log.rlsbb.ru/)\n* [Psycho downloads](https://psychodownloads.com/) - Audio / Books / Magazines\n* [Merlin Warez](https://merlinwz.com/) - Audio / Books / Audiobooks / Comics / Magazines\n* [1DDL](https://1ddl.org/) - Audio / Books / Comics / Magazines\n* [WarezLoad](https://warezload.net/index.php) - Audio / Books\n* [Katz DDL](https://katzddl.net/) - Audio / Books / NSFW\n* [TehParadox](https://www.tehparadox.net/) - Audio / Books / Magazines / ROMs\n* [downTURK](https://www.downturk.net/) - Audio / Books\n* [SoftArchive](https://softarchive.download/), [2](https://softarchive.is/), [3](https://sanet.lc/), [4](https://sanet.st/), [5](https://sanet.sb/), [6](https://soft.ac/), [7](https://sanet.ws/) - Audio / Books / Comics / Newspapers / Magazines / [Status](https://sastatus.com/) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/sanet-warning.md)\n\n***\n\n## ▷ Search Sites\n\n* **Note** - These aggregate from multiple sources, so it's best to avoid them for software / games.\n\n***\n\n* ⭐ **[Download CSE](https://cse.google.com/cse?cx=006516753008110874046:1ugcdt3vo7z)** / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:reodoskmj7h) - Multi-Site Search\n* ⭐ **[4Shared](https://www.4shared.com/)**\n* [File Host Search](https://cse.google.com/cse?cx=90a35b59cee2a42e1)\n* [Linktury](https://www.ddlspot.com/)\n* [MediafireTrend](https://mediafiretrend.com/) - Mediafire Search\n* [WarezOmen](https://warezomen.com/) - Indexer / Search Engine\n* [SkullXDCC](https://skullxdcc.com/) / [2](https://sunxdcc.com/) or [XDCC.EU](https://www.xdcc.eu/) - XDCC / Search Engine\n\n***\n\n## ▷ [Video Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_download_sites)\n\n***\n\n## ▷ [Anime Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25B7_anime_downloading)\n\n***\n\n## ▷ [Educational Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25BA_downloading)\n\n***\n\n## ▷ [Game Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games#wiki_.25BA_download_games)\n\n***\n\n## ▷ [Audio Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_download_sites)\n\n***\n\n# ► Software Sites\n\n* **Note** - Always scan downloaded software with **[VirusTotal](https://www.virustotal.com/gui/)** before installation or run it in a sandboxed environment like **[Sandboxie](https://claraiscute.neocities.org/Guides/sandboxie-guide/)** to prevent system compromise. Note that any apps with fake names are generally not worth using.\n\n***\n\n* 🌐 **[Adobe Alternatives](https://github.com/KenneyNL/Adobe-Alternatives)**, [2](https://rentry.org/adobealt) - Adobe Software Alternative Index\n* ↪️ **[Editing Software](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent/#wiki_.25BA_torrent_sites)**\n* ⭐ **[Virgil Software Search](https://virgil.samidy.com/Software/)**, [2](https://virgil-search.pages.dev/Software/) / [GitHub](https://github.com/SamidyFR/Virgil) or [Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4) - Multi-Site Software Search\n* ⭐ **[CracksURL](https://cracksurl.com/)** / [Download Guide](https://cracksurl.com/how-to-download/) / [Telegram](https://t.me/cracksurldotcom)\n* ⭐ **[LRepacks](https://lrepacks.net/)** - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)\n* ⭐ **[soft98](https://soft98.ir/)** - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / PW: `soft98.ir` / [Anti-Adblock Fix](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/soft98-note.md)\n* ⭐ **[Mobilism](https://forum.mobilism.org/)** - Requires Sign-Up / [User Ranks](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/mobilism-ranks.md)\n* ⭐ **[Nsane Forums](https://www.nsaneforums.com/)** - Requires Sign-Up\n* ⭐ **[AlternativeTo](https://alternativeto.net/)** or [European Alternatives](https://european-alternatives.eu/) - Crowdsourced Recommendations\n* [AIOWares](https://www.aiowares.com/) - Software Forum\n* [DownloadHa](https://www.downloadha.com/) - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) \n* [Moum](https://moum.top/en/)\n* [RetroSystemRevival](https://retrosystemsrevival.blogspot.com/) - Oldschool Software\n* [Libreware](https://t.me/Libreware) - Telegram Channels\n* [Rarewares](https://www.rarewares.org/) - Rare Software\n* [Software Heritage](https://www.softwareheritage.org/) - Software Source Code Archive\n* [ZXPInstaller](https://zxpinstaller.com/) - Adobe Extension Installer\n\n***\n\n## ▷ FOSS Sites\n\n* 🌐 **[Awesome Open Source](https://awesomeopensource.com/)**, [⁠definitive-opensource](https://github.com/mustbeperfect/definitive-opensource), [Awesome Useful Projects](https://github.com/Furthir/awesome-useful-projects) or [Awesome OSS](https://github.com/RunaCapital/awesome-oss-alternatives) - FOSS Indexes\n* ↪️ **[Git Project Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_git_projects)**\n* ⭐ **[new(releases)](https://newreleases.io/)** - Software Release Notifications / [GitHub](https://github.com/newreleasesio)\n* ⭐ **[Is It Really FOSS](https://isitreallyfoss.com⁠)** - Determine if Software is FOSS / [Source Code](https://codeberg.org/danb/isitreallyfoss)\n* [SourceForge](https://sourceforge.net/) - FOSS Repositories\n* [OSSSoftware](https://osssoftware.org/) - FOSS Directory\n* [Fossies](https://fossies.org/) - FOSS Directory\n* [Gadgeteer](https://gadgeteer.co.za/opensourcesoftware/) - FOSS Directory\n* [FossHub](https://www.fosshub.com/) - FOSS Directory\n* [OSS Gallery](https://oss.gallery/) - FOSS Directory / [GitHub](https://github.com/dubinc/oss-gallery)\n* [Opensource Builders](https://opensource.builders/) - FOSS Alt Directory / [GitHub](https://github.com/junaid33/opensource.builders)\n* [⁠AlternativeOSS](https://alternativeoss.com/) - FOSS Alt Directory\n* [OpenAlternative](https://openalternative.co/) - FOSS Alt Directory\n* [opensourcealternative.to](https://www.opensourcealternative.to/) - FOSS Alt Directory\n* [Awesome CLI Apps](https://github.com/toolleeo/awesome-cli-apps-in-a-csv) or [CLI Club](https://cli.club/) / [GitHub](https://github.com/cli-club/cli-club.github.io) - FOSS CLI Apps / Tools\n* [Free Software Directory](https://directory.fsf.org/wiki/Main_Page) - FOSS Wikis\n* [FOSS Wiki](https://wikipedia.org/wiki/Portal:Free_and_open-source_software/Categories) - FOSS Wikis\n \n***\n\n## ▷ Freeware Sites\n\n* 🌐 **[Awesome Free Software](https://github.com/johnjago/awesome-free-software)**, [Awesome Free Apps](https://github.com/Axorax/awesome-free-apps), [Windows Ultimate Collection](https://xdaforums.com/t/windows-ultimate-collection-guides.4507867/) or [Free Lunch](https://github.com/auctors/free-lunch) - Freeware Indexes\n* 🌐 **[Awesome Python Applications](https://github.com/mahmoud/awesome-python-applications)** - Python App Index\n* ↪️ **[Software Package Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_package_managers)**\n* ⭐ **[FluentStore](https://github.com/yoshiask/FluentStore)** - Alt Microsoft Store App / Windows\n* ⭐ **[DanStore](https://danstore-ms.vercel.app/)**, **[store.rg](https://store.rg-adguard.net/)** or [StoreWeb](https://msft-store.tplant.com.au/) / [GitHub](https://github.com/StoreDev) - Microsoft Store WebUIs / [Guide](https://rentry.co/paidAppsMsStore)\n* [MajorGeeks](https://www.majorgeeks.com/) - Freeware Downloads\n* [Softpedia](https://www.softpedia.com/) - Freeware Directory\n* [Realityripple](https://realityripple.com/) - Freeware Directory\n* [OlderGeeks](https://oldergeeks.com/) - Freeware Directory\n* [FilePuma](https://www.filepuma.com/) - Freeware Directory\n* [FileEagle](https://www.fileeagle.com/) - Freeware Directory\n* [LO4D](https://www.lo4d.com/) - Freeware Directory\n* [SoftwareOK](https://www.softwareok.com/) - Freeware Directory\n* [GRC](https://www.grc.com/freepopular.htm) - Freeware Directory\n* [Uwe Sieber](https://www.uwe-sieber.de/english.html) - Freeware Directory\n* [Software Informer](https://software.informer.com/) - Freeware Directory\n* [PortableApps.com](https://portableapps.com/), [PortableFreeware](https://www.portablefreeware.com/), [Portapps](https://portapps.io/) or [PortableAppZ](https://portableappz.blogspot.com/) - Portable Apps\n* [Nirsoft](https://www.nirsoft.net/), [Windows-Utilities](https://orga.cat/windows-utilities), [OS Vault](https://osvault.weebly.com/directory.html) or [WinTools](https://www.wintools.info/) - Windows Software\n* [Suckless](https://suckless.org/) - Simple Software Archive\n* [VETUSWARE](https://vetusware.com/) - Abandonware / Operating Systems / Games\n* [OldVersion](http://www.oldversion.com/) - Old Versions of Software\n* [Vintage Software Collection](https://rentry.co/FMHYB64#the-vintage-software-collection) or [SCiZE's Classic Warez](https://scenelist.org/) - Retro Software\n\n***\n\n## ▷ [Linux Software](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_software_sites)\n\n***\n\n## ▷ [Mac Software](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_software_sites2)\n\n***\n\n## ▷ IRC Tools\n\n* 🌐 **[Awesome IRC](https://github.com/davisonio/awesome-irc)** - IRC Resources\n* 🌐 **[IRC Client Comparisons](https://wikipedia.org/wiki/Comparison_of_IRC_clients)**\n* [IRC Guide](https://rentry.org/ircfmhyguide), [Libera Guides](https://libera.chat/guides/), [New Blood](https://anonops.com/newblood/) or [Simple Wiki Guide](https://wikipedia.org/wiki/Wikipedia:IRC/Tutorial) - IRC Guides\n* [AdiIRC](https://adiirc.com/), [KVIrc](https://github.com/kvirc/KVIrc), or [Halloy](https://github.com/squidowl/halloy) - IRC Clients / Windows, Mac, Linux\n* [Konversation](https://konversation.kde.org/) - IRC Client / Windows, Linux / [GitHub](https://github.com/KDE/konversation)\n* [Convos](https://convos.chat/) / [GitHub](https://github.com/convos-chat/convos/) or [TheLounge](https://thelounge.chat/) / [GitHub](https://github.com/thelounge) - Self-hosted IRC Client / Web\n* [Libera](https://libera.chat/), [tilde](https://tilde.chat/), [AnonOps](https://anonops.com/) or [Rizon](https://rizon.net/) - IRC Networks\n\n***\n\n# ► Usenet\n\n* 🌐 **[Usenet-Uploaders](https://github.com/animetosho/Nyuu/wiki/Usenet-Uploaders)**\n* ⭐ **[Usenet Guide / Automation Setup](https://docs.google.com/document/d/1TwUrRj982WlWUhrxvMadq6gdH0mPW0CGtHsTOFWprCo/mobilebasic)** / [2](https://redd.it/4x2mc9) / [3](https://www.iitk.ac.in/LDP/HOWTO/Usenet-News-HOWTO/x27.html) / [4](https://graph.org/EVERYTHING-YOU-NEED-TO-KNOW-ABOUT-USENET-09-04) / [5](https://www.reddit.com/r/usenet/wiki/index/) / [6](https://blog.decryption.net.au/t/a-fully-automated-usenet-piracy-machine-with-plex-sabnzbd-and-sonarr/130)\n* [r/usenet](https://reddit.com/r/usenet)\n\n***\n\n## ▷ Indexers\n\n* 🌐 **[Indexer List](https://www.reddit.com/r/usenet/wiki/indexers/)** - Indexer List\n* [r/UsenetInvites](https://reddit.com/r/UsenetInvites)\n* [NZBHydra2](https://github.com/theotherp/nzbhydra2) - NZB Meta search\n* [SceneNZBs](https://scenenzbs.com) - Multinational Indexer\n* [NzbPlanet](https://nzbplanet.net/)\n* [Orion](https://orionoid.com/)\n* [binsearch](https://binsearch.info/)\n* [NZB King](https://nzbking.com/)\n* [NZB Index](https://www.nzbindex.com/), [2](https://www.nzbindex.nl/)\n* [Newznab](https://www.newznab.com/)\n* [NZBStars](https://nzbstars.com/)\n* [usenet-crawler](https://www.usenet-crawler.com/)\n* [GingaDaddy](https://www.gingadaddy.com/)\n* [NZBFinder](https://nzbfinder.ws/)\n* [g4u](https://g4u.to/) - Download Games via Usenet / PW: `404`\n* [OldUSe](https://article.olduse.net/) - Search Usenet Articles\n* [altHUB](https://althub.co.za) - Unlimited Free Trials\n* [Spotweb](https://github.com/spotweb/spotweb) - Spotnet Client\n\n***\n\n## ▷ Providers\n\n* 🌐 **[r/usenet Providers](https://www.reddit.com/r/usenet/wiki/providers)** - Provider Lists\n* 🌐 **[r/usenet Deals](https://www.reddit.com/r/usenet/wiki/providerdeals)** - Provider Deals\n* 🌐 **[Usenet Provider Deals](https://usenet.rexum.space/deals)**\n* [Usenet Providers Map](https://usenet.rexum.space/tree)\n* [Free Trials](https://www.ngprovider.com/free-usenet-trials.php)\n\n***\n\n## ▷ Downloaders\n\n* ⭐ **[sabnzbd](https://sabnzbd.org/)** / Windows, Mac, Linux / [Grabber](https://github.com/lem6ns/sabgrab)\n* ⭐ **[NZBUnity](https://github.com/tumblfeed/nzbunity)** - Send NZBs to Client / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/nzb-unity/) / [Chrome](https://chromewebstore.google.com/detail/nzb-unity/mpejfoghnejnbfkpbiafklkmlhebkapb)\n* [NZBGet](https://nzbget.com/) / [GitHub](https://github.com/nzbgetcom/nzbget)\n* [Usenet File Hashes](https://gist.github.com/4chenz/de3a3490aff19fd72e4fdd9b7dafc8f4) - Link File Hashes\n\n***\n\n# ► Debrid / Leeches\n\n* 🌐 **[Debrid Services Comparison](https://debridcompare.pages.dev/)** / [GitHub](https://github.com/fynks/debrid-services-comparison)\n* ↪️ **[Debrid Compatible Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_torrent_apps)**\n* ⭐ **[TorBox](https://torbox.app/)** - Paid / Requires Sign-Up / [Unofficial Mobile Client](https://github.com/93Pd9s8Jt/atba) / [Subreddit](https://www.reddit.com/r/TorBoxApp/) / [Discord](https://discord.com/invite/torbox) / [GitHub](https://github.com/TorBox-App) \n* ⭐ **[Real-Debrid](https://real-debrid.com/)** - Paid / [Android Client](https://github.com/LivingWithHippos/unchained-android) / [Torrent Client](https://github.com/rogerfar/rdt-client) / [DDL Client](https://github.com/ItsYeBoi20/TorrentDownloaderRD)\n* [⁠Cocoleech](https://cocoleech.com/premium-link-generator) or [⁠MixDebrid](https://mixdebrid.com/) (use shortlink bypass) - Bypass Premium Link Speed Limits\n* [PixelDrain Bypass](https://pixeldrain-bypass.cybar.to/) - Bypass PixelDrain Link Speed Limits\n* [Multi-OCH Helper](https://greasyfork.org/en/scripts/13884-multi-och-helper) - Quickly Send DDL Links to Premiumize & NoPremium\n* [Debrid Media Manager](https://debridmediamanager.com/) or [Debrid Vault + Eclipse](https://discord.gg/B3QKzPRjhM) - ⁠Debrid Managers\n\n***\n\n# ► [Download Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_download_managers)"
  },
  {
    "path": "docs/educational.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n# ► Documentaries\n\n* 🌐 **[Official YT Documentary Channels](https://github.com/superlincoln953/Free-Official-Youtube-Content?tab=readme-ov-file#Documentaries)** - YouTube Documentary Channels\n* ⭐ **[IHaveNoTV](https://ihavenotv.com)**\n* ⭐ **[DocumentaryArea](https://www.documentaryarea.com/)** / [Remove Watermark](https://pastebin.com/e77cHmgm), [Chrome](https://github.com/acridsoul/Clear-Mark) (or use PIP)\n* ⭐ **[Documentary+](https://www.docplus.com/)**\n* ⭐ **[1337x Documentaries](https://1337x.to/top-100-documentaries)** / Torrent\n* [YT Video Essay Hall of Fame](https://docs.google.com/spreadsheets/d/1pMlfjJ4gb0vMt2xrQITBMzWypNHMj-lWKkK1KC6EjxA/edit?gid=88681539) - YouTube Video Essay Archive / [Frontend](https://heyitsdean.github.io/Video-Essay-Hall-Of-Fame/)\n* [LearnOutLoud](https://www.learnoutloud.com/)\n* [Top Documentary Films](https://topdocumentaryfilms.com/)\n* [Thought Maybe](https://thoughtmaybe.com/)\n* [Media Burn Archive](https://mediaburn.org/)\n* [DocumentaryHeaven](https://documentaryheaven.com/)\n* [ARTE](https://www.arte.tv/)\n* [Documentary Network](https://documentary.net/)\n* [Documentary Storm](https://www.documentarystorm.com/)\n* [Documentary Tube](https://www.documentarytube.com/)\n* [Rocumentaries](https://rocumentaries.com/)\n* [WatchDocumentaries](https://watchdocumentaries.com/)\n* [PBS](https://www.pbs.org/video/)\n* [Nat Geo](https://www.natgeotv.com/)\n* [Folkstreams](https://www.folkstreams.net/)\n* [Films For Action](https://www.filmsforaction.org/)\n* [r/Documentaries](https://reddit.com/r/Documentaries)\n* [Videoneat](https://www.videoneat.com/)\n* [MVGroup](https://forums.mvgroup.org/)\n* [NASA+](https://plus.nasa.gov/) - Official NASA Streaming Service\n\n***\n\n# ► Courses\n\n## ▷ Streaming\n\n* 🌐 **[Limnology](https://limnology.co/)** - Educational YouTube Channels\n* ↪️ **[Udemy Tools / Coupons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_udemy_coupons)**\n* ↪️ **[Chemistry Lessons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_chemistry_lessons)**\n* ⭐ **[edX](https://www.edx.org/)** - Courses / [Downloader](https://github.com/rehmatworks/edx-downloader)\n* ⭐ **[MitOpenCourseWare](https://ocw.mit.edu/)** - Courses\n* ⭐ **[Khan Academy](https://www.khanacademy.org/)** - Courses / [Downloader](https://github.com/rand-net/khan-dl)\n* ⭐ **[Class Central](https://www.classcentral.com/)** - Search for Courses\n* [Course CSE](https://cse.google.com/cse?cx=67ed14bf7b99643e3) - Multi-Site Course Search\n* [⁠Educational Hub](https://educationalhub.in/) - Courses\n* [Git.ir](https://en.git.ir/) - Courses\n* [OpenLearn](https://www.open.edu/openlearn/) - Courses\n* [Alison](https://alison.com/) - Courses\n* [Saylor Academy](https://learn.saylor.org/) - Courses\n* [EbookFoundation Courses](https://github.com/EbookFoundation/free-programming-books#free-online-courses) - Courses\n* [OpenCulture](https://www.openculture.com/freeonlinecourses) - Courses\n* [DigitalGarage](https://grow.google/intl/uk/courses-and-tools/) - Google Courses\n* [OpenHPI](https://open.hpi.de/) - Courses\n* [OLI](https://oli.cmu.edu/independent-learner-courses/) - Courses\n* [LearnOutLoud](https://www.learnoutloud.com/) - Documentaries / Courses\n* [Video Lectures](https://videolectures.net/) - Lectures\n* [Yale Courses](https://oyc.yale.edu/courses) - Lectures / [YouTube](https://www.youtube.com/@YaleCourses/)\n* [Gresham College](https://www.gresham.ac.uk/) - Lectures / [YouTube](https://www.youtube.com/@GreshamCollege/videos)\n* [Crash Course](https://thecrashcourse.com/) - Topic Crash Courses\n\n***\n\n## ▷ Downloading\n\n* **Note** - Use **[redirect bypassers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_redirect_bypass)** to skip annoying link shorteners.\n\n***\n\n* 🌐 **[Free-Courses-For-Everyone](https://github.com/MasterBrian99/Free-Courses-For-Everyone)** - Course Site Index\n* ⭐ **[TutFlix](https://tutflix.org/)** - Courses / Drives / Sign-Up Opens Fridays\n* ⭐ **[HackNation](https://hacksnation.com/)** - Courses\n* ⭐ **[tut4dl](https://tut4it.com/)** - Courses\n* ⭐ **[Course Busters](https://www.cbusters.com/home)** - Course Busters Access\n* [FreeCourseSite](https://freecoursesite.com/), [2](https://freecoursesites.com/) or [Docspedia](https://docspedia.world/) - Torrenting Sites / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn)\n* [technet24](https://technet24.ir/category/videos) - Courses\n* [AfraTafreeh](https://afratafreeh.com/) - Courses\n* [learningDL](https://learningdl.net/) - Courses / Requires Leech\n* [LinkedIn_Learning](https://t.me/linkedin_learning) - LinkedIn Courses\n* [CertCommunity](https://www.certcommunity.org/forum/) - IT Cert Courses\n\n***\n\n# ► Learning Sites\n\n* 🌐 **[Learn Anything](https://learn-anything.xyz/)** - Learning Resource Search / [Free Method](https://rentry.co/FMHYB64#learn-anything) / [Discord](https://discord.gg/W7yDkEN67Y) / [GitHub](https://github.com/learn-anything/learn-anything)\n* 🌐 **[Wakelet](https://wakelet.com/explore)** - Learning Resources\n* 🌐 **[OpenCulture](https://www.openculture.com/)** - Learning Resources\n* 🌐 **[OSSU](https://github.com/ossu/)** - Learning Resources / [Discord](https://discord.gg/wuytwK5s9h)\n* 🌐 **[The Free Learning List](https://freelearninglist.org/)** - Learning Resources\n* 🌐 **[Awesome Educational Games](https://github.com/yrgo/awesome-educational-games)** - Educational Games Index\n* ↪️ **[Ebook Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25BA_educational_books)**\n* ↪️ **[Quotes / Poetry](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_quotes_.2F_poetry)**\n* ⭐ **[PhET](https://phet.colorado.edu/)**, [⁠Project Lumen](https://www.projectlumen.app/), [Cognito](https://www.cognitoedu.org/) or [Academo](https://academo.org/) - Interactive Lessons\n* ⭐ **[r/coolguides](https://reddit.com/r/coolguides/)** or [coolguid.es](https://coolguid.es/) - Guides & Tutorials\n* ⭐ **[r/educationalgifs](https://reddit.com/r/educationalgifs)** - Learn with GIFs\n* ⭐ **[r/explainlikeimfive](https://www.reddit.com/r/explainlikeimfive/)** - Have Anything Explained Very Simply\n* ⭐ **[The Punctuation Guide](https://www.thepunctuationguide.com/)** - Punctuation Guide\n* [⁠Basic Knowledge 101](https://www.basicknowledge101.com/) - Knowledgebase / Topic Learning\n* [media.ccc.de](https://media.ccc.de/) - Educational Presentations\n* [Ted Talks](https://www.ted.com/) - Inspiring and Educational Talks\n* [Stack Exchange](https://stackexchange.com/) or [Quetre](https://quetre.iket.me) - Q&A Communities\n* [Explorabl.es](https://explorabl.es/), [MinuteLabs](https://minutelabs.io/), [Wikiversity](https://www.wikiversity.org/) or [Learnamic](https://www.learnamic.com/) - Quizzes / Guides / Games\n* [Learn About](https://learning.google.com/experiments/learn-about) or [Learning Coach](https://gemini.google.com/gem/learning-coach) - Google's Educational Search AIs\n* [AFAIK](https://afaik.io/) - Learning Map / [Discord](https://discord.gg/mMNwRvWM8s)\n* [AnimaGraffs](https://animagraffs.com/) - Animated Infographs\n* [Memory Toys](https://memory.toys/), [Dual N-Back](https://nbacking.com/) or [BrainScale](https://brainscale.net/) - Memory Tests / Training\n* [Information Is Beautiful](https://informationisbeautiful.net/) or [HalcyonMaps](https://www.halcyonmaps.com/infographics) - Data / Information / Infographics / Visualizations\n* [HowStuffWorks](https://www.howstuffworks.com/) or [CoolMindMaps](https://www.coolmindmaps.com/) - Learn How Things Work\n* [Common Misconceptions](https://wikipedia.org/wiki/List_of_common_misconceptions) - Common Misconception Index\n* [masterWiki](https://masterwiki.how/) - MasterClass Classes Republished as wikiHow Articles\n* [LitCharts](https://www.litcharts.com/) - Literature Guides\n* [Appropedia](https://www.appropedia.org/) - Sustainability Wiki\n* [British & Exotic Mineralogy](https://www.c82.net/mineralogy/) - Mineralogy Database\n* [ShipSpotting](https://www.shipspotting.com/) - Ship Index / Images\n* [Alchemy Forums](https://alchemyforums.com/index.php) - Alchemy Forum\n* [P2PU](https://www.p2pu.org/) - Join Learning Groups Using Free Courses\n\n***\n\n## ▷ Virtual Tours\n\n* 🌐 **[Virtual Museum Resources](https://mcn.edu/a-guide-to-virtual-museum-resources/)** - Online Museums\n* ⭐ **[CityHop](https://www.cityhop.cafe/)**, [Travel Remotely](https://travel-remotely.netlify.app/), [Portal Generator](https://flavourmachine.com/portal-generator/), [Walk with Feel](https://walkwithfeel.vercel.app/), [Outside Simulator](https://outsidesimulator.com/), [Japan Walkaround](https://thatguyedd.github.io/), [CityWalks](https://citywalks.live/), [Citywalki](https://www.citywalki.com/) or [Virtual Vacations](https://virtualvacation.us/) - Travel Simulators\n* [Gez.la](https://gez.la/) - Virtual Tours Map\n* [Wiki Spaces](https://wiki-spaces.org/) - Virtual Tours\n* [Musei Vaticani](https://www.museivaticani.va/content/museivaticani/en/collezioni/musei/tour-virtuali-elenco.html) - Virtual Museum Tours\n* [Natural History Museum](https://naturalhistory.si.edu/visit/virtual-tour) - Natural History Museum Virtual Tour\n* [Digital Giza](https://mused.com/giza/) - Great Pyramid Virtual Tours\n* [Persepolis Reimagined](https://persepolis.getty.edu/) - Explore Persepolis Recreation\n* [BelowTheSurface](https://belowthesurface.amsterdam/en) - Archeological Object DB of Amsterdam\n* [WW2 in 100 Objects](https://www.tweedewereldoorlog.nl/100voorwerpen/en/virtual-tour/) - WW2 Museum Virtual Tour\n* [Spitfire Panorama](https://www.haraldjoergens.com/panoramas/spitfire-td314/files/) - Spitfire Mark IX Cockpit Interactve Panorama\n* [TNMOC](https://www.tnmoc.org/3d-virtual-tour2) - National Museum of Computing Tour\n* [Virtual Vist Tours](https://www.virtualvisittours.com/) - Ireland Virtual Tours\n* [Virtual Yosemite](https://www.virtualyosemite.org/) - Virtual Yosemite Tour\n* [Matterport](https://matterport.com/discover) - Explore Real Places Digitally\n* [Basilica Viewer](https://virtual.basilicasanpietro.va/en/basilica-viewer/) - St. Peter’s Basilica Tour\n* [360Cities](https://www.360cities.net/) or [Airpano](https://www.airpano.com/) - 360 Images / Videos\n* [Smithsonian 3D](https://3d.si.edu/) - Smithsonian 3D Digitization Museum\n* [National Palace Museum](https://tech2.npm.edu.tw/720vr/enHome.html) - National Palace Museum Virtual Tours\n* [The Bayeux Tapestry](https://www.bayeuxmuseum.com/en/the-bayeux-tapestry/discover-the-bayeux-tapestry/explore-online/) - Bayeux Tapestry 3D Digitization\n\n***\n\n# ► Science / Math\n\n* ↪️ **[Science News](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc/#wiki_.25B7science_news)**\n* [TIB AV-Portal](https://av.tib.eu/) - Science Videos\n* [LabXchange](https://www.labxchange.org/), [JavaLab](https://javalab.org/en/) or [EduMedia](https://www.edumedia.com/) - Interactive Science Simulations\n\n***\n\n## ▷ Physics\n\n* 🌐 **[Physics Aviary](https://thephysicsaviary.com/Physics/Programs/Tools/find.php)** or [Falstad](https://www.falstad.com/mathphysics.html) - Physics Tools\n* ⭐ **[The Feynman Lectures](https://www.feynmanlectures.caltech.edu/)** - Physics Lectures\n* ⭐ **[Bartosz Ciechanowski](https://ciechanow.ski/)**, [Isaac Physics](https://isaacphysics.org/), [PhysicsClassroom](https://www.physicsclassroom.com/), [HyperPhysics](http://hyperphysics.phy-astr.gsu.edu/hbase/), [MotionMountain](https://www.motionmountain.net/index.html) or [Splung](https://www.splung.com/) - Physics Lessons / Learning\n* ⭐ **[Physics Simulations](https://www.csun.edu/science/software/simulations/physics.html)**, [Mujoco](https://github.com/google-deepmind/mujoco), [Physics Animations](https://www.animations.physics.unsw.edu.au/), [oPhysics](https://ophysics.com/index.html) or [MyPhysicsLab](https://www.myphysicslab.com/index-en.html) - Physics Simulations / Animations\n* [PhysicsTravelGuide](https://physicstravelguide.com/) - Physics Explanations\n* [LibreTexts Physics](https://phys.libretexts.org/Bookshelves) - Physics Learning / Guides\n* [nLab Physics](https://ncatlab.org/nlab/show/higher+category+theory+and+physics) - Physics Encyclopedia\n* [Algodoo](https://www.algodoo.com/) - Interactive Physics Tool\n* [QPaths](https://qpaths.deqart.com/) - Learn Basic Quantum Terms\n* [quantum](https://play.google.com/store/apps/details?id=brychta.stepan.quantum_en) - Quantum Physics Learning App\n* [Physics Forums](https://www.physicsforums.com/) - Physics / Science Forum\n* [Physics Olympiads](https://discord.gg/wyGAa49) - ISODN Physics Discord Community\n* [Unihedron](https://unihedron.com/projects/spectrum/downloads/spectrum-20190805.pdf) - Electromagnetic Radiation Spectrum Chart\n* [Quantum Web Directory](https://qntm2017.github.io/qntm/OV.html) - Science / Tech / Math / Physics\n* [Virtual-Lab](https://quantumflytrap.com/virtual-lab) - Interactive Quantum Computing Lessons\n* [Interactive 4D Handbook](https://baileysnyder.com/interactive-4d/) - Interactive Fourth Dimension\n* [Ray Optics Simulation](https://phydemo.app/ray-optics/) - Light Reflection / Refraction Simulator\n* [Compare Pendulum](https://www.myphysicslab.com/pendulum/compare-pendulum-en.html) or [DoublePendulum](https://theabbie.github.io/DoublePendulum/) - Pendulum Simulators\n* [OpenFoam](https://openfoam.org/), [PC Progress](https://www.pc-progress.com/), [Fluid Simulation WebGL](https://paveldogreat.github.io/WebGL-Fluid-Simulation/), [WebGL Fluid Experiment](https://haxiomic.github.io/GPU-Fluid-Experiments/html5/), [OpenFOAM](https://www.openfoam.com/) / [GitHub](https://github.com/OpenFOAM/OpenFOAM-dev) or [Sim Flow](https://sim-flow.com/) - Fluid Dynamics Simulators\n* [SimScale](https://www.simscale.com/) or [CFDTool](https://www.cfdtool.com/) - Fluid Dynamics & Heat Transfer\n* [Bouncy Balls](https://bouncyballs.org/) or [Balls Simulation](https://phydemo.app/balls-simulation/) - Ball Physics Simulator\n* [WebGL Water](https://madebyevan.com/webgl-water/) - Water Simulation\n* [LAMMPS](https://www.lammps.org/) - Molecular Dynamics (MD) Code\n* [avogadro](https://two.avogadro.cc/index.html), [2](https://sourceforge.net/projects/avogadro/) or [MolView](https://molview.org/) - Molecular Viewers / Editors\n* [Simuwaerm](https://github.com/lennart-finke/simuwaerm) - Heat Simulator\n\n***\n\n## ▷ Math\n\n* 🌐 **[Awesome Math](https://github.com/rossant/awesome-math)** or [Math Resources](https://docs.google.com/document/d/1rtokzhpvkUPnymudl_ZVmfAA7H33VIyLQUpujNGwrTo/) - Math Resources\n* 🌐 **[Math and Science Lectures](https://github.com/Developer-Y/math-science-video-lectures)** - Index of Math + Science Video Courses\n* ↪️ **[Calculators / Problem Solvers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_calculators)**\n* ↪️ **[LaTeX Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_latex_tools)**\n* ⭐ **[Number Academy](https://number.academy/)** - Encyclopedia of Numbers\n* ⭐ **[Wumbo](https://wumbo.net/)** - Math Reference Site\n* ⭐ **[Open Source Society University](https://github.com/ossu/math)** / [PT-BR](https://github.com/ossu/math-br) - Math Roadmap / [Discord](https://discord.gg/wuytwK5s9h)\n* ⭐ **[AoPS Alcumus](https://artofproblemsolving.com/alcumus)** or [MathDash](https://mathdash.com/) - Adaptive Problem Solving\n* ⭐ **[BetterExplained](https://betterexplained.com/)** - Math Guides / Courses\n* ⭐ **[Manim](https://www.manim.community/)**, [2](https://github.com/3b1b/manim) - Generate Explanatory Math Videos / [Videos](https://github.com/3b1b/videos) / [Difference Between Versions](https://docs.manim.community/en/stable/faq/installation.html#different-versions)\n* ⭐ **[WolframAlpha](https://www.wolframalpha.com/)** - Searchable Knowledge Base / [Mobile](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search)\n* [Wolfram MathWorld](https://mathworld.wolfram.com/) or [nLab Math](https://ncatlab.org/nlab/show/mathematics) - Mathematics Encyclopedias\n*  [⁠Immortal's Maths Problems](https://www.math.umd.edu/~immortal/), [⁠Evan Chen](https://web.evanchen.cc/), [Pauls Online Math Notes](https://tutorial.math.lamar.edu/) or [LibreTexts Math](https://math.libretexts.org/Bookshelves) - Math Practice / Guides\n* [Red Blob Games](https://www.redblobgames.com/) or [Mathspad](https://www.mathspad.co.uk/resources.php?interactives=1) - Interactive Math Sites\n* [Matthen](https://blog.matthen.com/) - Math Animations\n* [⁠Math Discord](https://discord.gg/math) - Math Help / Community Discord\n* [Mathcha](https://www.mathcha.io/), [Corca](https://corca.app/) or [Math Editor](https://math-editor.online/) - Online Math Editors\n* [SequenceDB](https://sequencedb.net/) - Sequence Machine\n* [OEIS](https://oeis.org/) - Encyclopedia of Integer Sequences\n* [⁠ProofWiki](https://proofwiki.org/) - Mathematical Proofs Encyclopedia \n* [Giac/Xcas](https://www-fourier.ujf-grenoble.fr/~parisse/giac.html) - Algebra System\n* [Algebra Rules](https://algebrarules.com/) - Learn Algebra Rules\n* [CalculusMadeEasy](https://calculusmadeeasy.org) - Learn Calculus\n* [CLP](https://personal.math.ubc.ca/~CLP/) - Calculus Textbooks\n* [Mathematics Roadmap](https://github.com/TalalAlrawajfeh/mathematics-roadmap) or [⁠Learn Mathematics](https://donkuri.github.io/learn-mathematics/) - Mathematics Book Recommendations\n* [Converter Pro](https://f-droid.org/packages/com.ferrarid.converterpro/), [Rink](https://rinkcalc.app/), [Frink](https://frinklang.org/fsp/frink.fsp), [OneConverter](https://oneconverter.com/) or [ConvertAll](https://convertall.bellz.org/) - Unit Converters / Calculators\n* [MathJax](https://www.mathjax.org/) - JavaScript Math Display\n* [ISciDAVis](https://sourceforge.net/projects/scidavis/) - Scientific Data Plotter\n* [Approach0](https://approach0.xyz/search/) - Math Formula Search\n* [MathOnline](http://mathonline.wikidot.com/) or [Mathigon](https://mathigon.org/) - Math / Courses\n* [Professor Leonard](https://www.youtube.com/channel/UCoHhuummRZaIVX7bD4t2czg), [3Blue1Brown](https://www.3blue1brown.com/) or [MisterWootube](https://www.youtube.com/c/misterwootube) - YouTube Math Lessons\n* [Mathispower4u](https://www.mathispower4u.com/), [⁠Andy Math](https://andymath.com/), [SchoolYourself](https://schoolyourself.org/), [mathhelp](https://www.mathhelp.com/), [MathPortal](https://www.mathportal.org/), [⁠MadAsMaths](https://www.madasmaths.com/), [Math Planet](https://www.mathplanet.com/) or [CoolMath](https://www.coolmath.com/) - Math Lessons / Practice\n* [CoolMathGames](https://www.coolmathgames.com/1-number-games) - Math Games\n* [Cut The Knot](https://cut-the-knot.org/) - Math Equations / Problems\n* [IXL Learning](https://au.ixl.com/math/) - Math Practice / Quizzes\n* [HSCMathsByTopic](https://hscmathsbytopic.firsteducation.com.au/) - HSC Math Practice\n* [ParkMath](https://parkmath.github.io/) or [FreeMathHelp](https://freemathhelp.com/) - Math Guides\n* [ISODN Math](https://discord.gg/3sbwZdh) - ISODN Math Discord Community\n* [Fourier Transform](https://www.jezzamon.com/fourier/index.html) - Interactive Fourier Transform Guide\n* [Terence Tao Research](https://terrytao.wordpress.com/) - Mathematical Research\n* [OpenLogicProject](https://openlogicproject.org/) - Math Logic Teaching Materials\n* [Math is Fun](https://www.mathsisfun.com/) - Math Tutorials / Puzzles / Games\n* [Brainstellar Puzzles](https://brainstellar.com/puzzles) - Puzzles from Quant Interviews\n* [Project Euler](https://projecteuler.net/) - Math / Programming Problems\n* [LibreTexts Statistic](https://stats.libretexts.org/Bookshelves) - Statistic Practice / Guides\n* [IMS](https://github.com/OpenIntroStat/ims) - Introduction to Modern Statistics\n* [Seeing Theory](https://seeing-theory.brown.edu/) or [Stat Trek](https://stattrek.com/) - Statistics & Probability Tutorials\n\n***\n\n## ▷ Engineering\n\n* 🌐 **[The Engineering Toolbox](https://www.engineeringtoolbox.com/)** or [EngineersEdge](https://www.engineersedge.com/) - Engineering Resources\n* 🌐 **[r/EngineeringStudents Resources](https://www.reddit.com/r/EngineeringStudents/wiki/resources)** - Engineering Student Resources\n* 🌐 **[Awesome Mecheng](https://github.com/m2n037/awesome-mecheng)** - Mechanical Engineering Resources\n* 🌐 **[Awesome Electronics](https://github.com/kitspace/awesome-electronics)** - Electronic Engineering Resources\n* 🌐 **[Engineering Blogs](https://github.com/kilimchoi/engineering-blogs)** - Engineering Blogs\n* ↪️ **[Comp Sci Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_computer_science)**\n* ↪️ **[3D Modeling](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25BA_3d_models) / [CAD Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_cad_engineering)**\n* ⭐ **[r/AskEngineers](https://www.reddit.com/r/AskEngineers/)** / [Wiki](https://www.reddit.com/r/AskEngineers/wiki/), **[r/engineering](https://www.reddit.com/r/engineering/)** or [r/AutomotiveEngineering](https://www.reddit.com/r/AutomotiveEngineering/) - Engineering Subreddits\n* ⭐ **[NPTEL](https://nptel.ac.in/courses)** or [Sabin](https://www.youtube.com/@SabinCivil) - Engineering Courses\n* ⭐ **[KiCad](https://www.kicad.org/)** / [Libraries](https://kicad.github.io/) or [Horizon EDA](https://horizon-eda.org/) - Schematics Editor / PCB Creator / SPICE Integration\n* [Formulia](https://play.google.com/store/apps/details?id=m4.enginary) - Engineering Formulas / Tools\n* [Sanfoundry](https://www.sanfoundry.com/) - Engineering Questions & Answers\n* [LibreTexts Engineering](https://eng.libretexts.org/Bookshelves) - Engineering Learning / Guides\n* [CESDB](https://www.cesdb.com/) - Engineering Software\n* [⁠Animated Engines](https://animatedengines.com/) - Engine Animations / Explanations\n* [507 Movements](https://507movements.com/toc.html) - Mechanical Movement Animations\n* [Robot Shop](https://community.robotshop.com/) - Robotics Forum\n* [VisRo Robotics](https://vis-ro.web.app) / [Discord](https://discord.com/invite/TfwZ3hH2D2) or [⁠VittaScience](https://en.vittascience.com/code) - Robotics Learning \n* [Humanoid Robots Wiki](https://humanoids.wiki/w/Main_Page) - Robotics Courses Index\n* [Cyberbotics](https://cyberbotics.com/) - Robot Simulator\n* [Diode](https://www.withdiode.com/) - 3D Hardware Simulator\n* [Wokwi](https://wokwi.com/) - Arduino / ESP32 Board Simulators\n* [HDLBits](https://hdlbits.01xz.net/) - Learn Circuit Design\n* [Falstad](https://www.falstad.com/circuit/), [⁠Fritzing](https://gist.github.com/RyanLua/fc2457d87641bb39754278b01a647526) (linux), [SKiDL](https://devbisme.github.io/skidl/) / [GitHub](https://github.com/devbisme/skidl), [atopile](https://docs.atopile.io/atopile/quickstart), [EasyEDA](https://easyeda.com/editor) or [LibrePCB](https://librepcb.org/) - Electronic Circuit Design / Simulation Tools\n* [⁠The Pinouts Book](https://pinouts.org/) - Pinout Function Reference Guide\n* [Circuit Steps](https://circuitsteps.com/) - Circuit Analysis Tool\n* [BatteryUniversity](https://batteryuniversity.com/articles) - Learn About Batteries\n* [Electronics Tutorials](https://www.electronics-tutorials.ws/) or [Instrumentacion](http://instrumentacion.qi.fcen.uba.ar/libro.html) - Electronic Guides\n* [⁠Hacker Fab](https://docs.hackerfab.org/) - Semiconductor Documentation / Research\n* [RetroSix](https://www.retrosix.wiki/) - Retro Console Repair Guides + Info / [Discord](https://discord.gg/D4Envqc5jr)\n* [/m/engineering](https://www.reddit.com/user/nbatman/m/engineering/) - Engineering Multireddit\n* [⁠McMaster](https://www.mcmaster.com/) or [3D Find It](https://www.3dfindit.com/en/) - Free 3D Printable Hardware Parts + Tools\n* [Build List](https://buildlist.org/) or [USA Parts Made Fast](https://partsmadefast.com/) / [X](https://x.com/mattfreed) - On-Demand Online Manufacturers\n\n***\n\n## ▷ Aerospace Engineering\n\n* 🌐 **[Awesome Aerospace Engineering](https://github.com/mahran-sayed/awesome-aerospace-engineering/)** - Aerospace Engineering Learning Resources\n* 🌐 **[Awesome Flying FPV](https://github.com/Matthias84/awesome-flying-fpv)** - Remote Copter / Plane Resources\n* ↪️ **[Spacecraft Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_spacecraft)**\n* ↪️ **[Flight Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_flights)**\n* [⁠r/AerospaceEngineering](https://www.reddit.com/r/AerospaceEngineering/) - Aerospace Engineering Community\n* [⁠AerospaceWeb](https://aerospaceweb.org/) - Aerospace Info Database / Calculators / Q&A\n* [⁠The Rocketry Forum](https://www.rocketryforum.com/) or [Ye Olde Rocket Forum](https://www.oldrocketforum.com/) - Rocketry Forums / Community \n* [⁠r/rocketry](https://www.reddit.com/r/rocketry/) - Rocketry Community / [Discord](https://discord.com/invite/Ezgs4TGXvx)\n* [Nakka Rocketry](https://nakka-rocketry.net/) - Rocket Technical Archive\n* [JCRocket](https://www.jcrocket.com) - Rocketry Technical Information  / [YouTube](https://www.youtube.com/@JohnLCoker)\n* [Half Cat Rocketry](https://www.halfcatrocketry.com/) - Liquid Rocket Motor Guide / Info / Resources / [X](https://x.com/HalfCatRocketry) / [Discord](https://discord.gg/y2AH6ZegBX) / [GitHub](https://github.com/HalfCatRocketry)\n* [⁠OpenRocket](https://openrocket.info/) - Rocket Simulator / [Wiki](https://wiki.openrocket.info) / [Discord](https://discord.gg/qD2G5v2FAw) / [GitHub](https://github.com/openrocket/openrocket)\n* [⁠RocketReviews](https://www.rocketreviews.com/) - Rocket Reviews / Test Results \n* [ThrustCurve](https://www.thrustcurve.org/) - Rocket Motor Performance Database / [GitHub](https://github.com/JohnCoker/thrustcurve3)\n* [⁠MIT Rocket Team](https://wikis.mit.edu/confluence/display/RocketTeam/MIT+Rocket+Team+Home) - Official MIT Rocket Team Wiki / Resources Wikipedia\n* [⁠Jacobs Rocketry](https://www.jacobsrocketry.com/) - Rocketry Info / Manuals\n* [Tripoli Rocketry](https://www.tripoli.org/) or [⁠NAR](https://www.nar.org/) / [Facebook](https://www.facebook.com/groups/2255560886/) - High-Powered Rocket Resources / Info\n* [⁠Hot Nozzle Society](https://www.hotnozzlesociety.org/) - High-Power Rocketry Guide / Community / [X](https://x.com/HotNozzleSummer) / [Discord](https://discord.gg/ryjP9bUmkY)\n* [⁠RocketPy](https://github.com/RocketPy-Team/RocketPy) - High-Powered Rocket Simulator / [Discord](https://discord.gg/b6xYnNh)\n* [⁠openMotor](https://github.com/reilleya/openMotor) - Internal Ballistics Simulator\n* [AirVectors](https://www.airvectors.net/) or [PlaneSpotters](https://www.planespotters.net/) - Aircraft Indexes / Images\n* [Flight Mechanics](https://www.aircraftflightmechanics.com) - Aircraft Flight Mechanics Learning\n* [Falcon BMS](https://www.falcon-bms.com/) - Falcon 4.0 Modernization Project / [Wiki](https://wiki.falcon-bms.com/) / [Forum](https://forum.falcon-bms.com/) / [YouTube](https://www.youtube.com/@falcon-bms) / [Subreddit](https://www.reddit.com/r/falconbms/) / [Discord](https://discord.gg/KQNHQBz)\n* [FlightGear](https://www.flightgear.org/) - Open-Source Flight Simulator / [X](https://x.com/flightgearsim) / [GitLab](https://gitlab.com/flightgear/flightgear)\n* [SeligSIM](https://www.seligsim.com/) or [PicaSim](https://www.rowlhouse.co.uk/PicaSim/) / [GitHub](https://github.com/Rowlhouse/PicaSim) - Flight Simulators for RC Planes\n* [eCalc](https://www.ecalc.ch/) - Aerospace Engineering Calculators\n* [⁠Av8n](https://www.av8n.com/) - Aviation Physics Textbook\n* [SmartCockpit](https://www.smartcockpit.com/) - Aircraft Systems / Technical Manuals\n* [Boeing 737 Technical Site](http://www.b737.org.uk/) - B737 Technical Engineering Guides / History / [YouTube](https://www.youtube.com/@ChrisBrady737)\n* [OpenVSP](https://www.openvsp.org/) - Aircraft Geometry Tool / [GitHub](https://github.com/OpenVSP/OpenVSP)\n* [RCPlanes Online](https://rcplanes.online/) - RC Plane Aerodynamics / Guides\n* [UIUC Applied Aerodynamics Group](https://m-selig.ae.illinois.edu/ads.html) - Airfoil Coordinates / Aerodynamic Research\n* [Outerzone](https://outerzone.co.uk/) - Vintage Model Airplane Plans\n* [Airfoil Tools](http://airfoiltools.com/) - Airfoil Coordinates / Dat Files\n* [XFLR5](https://www.xflr5.tech/) - Airfoils Analysis Tool\n* [⁠OscarLiang.com](https://oscarliang.com/) - FPV Drone Tutorials / Reviews \n* [OpenDroneMap](https://www.opendronemap.org/) - Drone Mapping Software\n* [Open Drone Logbook](https://opendronelog.com/) - FOSS Drone Log [GitHub](https://github.com/arpanghosh8453/drone-logbook)\n* [⁠Langostino](https://github.com/swarm-subnet/Langostino) - Decentralized AI Drone Pilot Platform / Learning / [X](https://x.com/SwarmSubnet)\n* [Stolen Drone](https://stolendrone.info/) - Stolen Drone Info\n\n***\n\n## ▷ Chemistry\n\n* 🌐 **[Wolfram Alpha Chemistry](https://wolframalpha.com/examples/science-and-technology/chemistry)** - Chemistry Calculators / Tools\n* ↪️ **[Chemistry Lessons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_chemistry_lessons)**\n* ↪️ **[Periodic Tables](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_periodic_tables)**\n* ⭐ **[Lab Safety Guide / Intro](https://labmode.co.uk/)**\n* ⭐ **[LibreTexts Chemistry](https://chem.libretexts.org)** - Chemistry Texts\n* ⭐ **[Internet Chemistry](https://www.internetchemistry.com/search.php)** - Chemistry Search Index\n* [Chemistry Basics](https://saylordotorg.github.io/text_the-basics-of-general-organic-and-biological-chemistry/index.html) - Basics of General, Organic, and Biological Chemistry\n* [ChemicalAid](https://www.chemicalaid.com/), [⁠WebQC](https://www.webqc.org/) or [Chemequations](https://chemequations.com/en/) - Chemistry Calculators / Element Tables\n* [QuickChem](https://play.google.com/store/apps/details?id=com.map.michael.chemistry) - Chemistry Calculator\n* [PubChem](https://pubchem.ncbi.nlm.nih.gov/), [MOTM](https://www.chm.bris.ac.uk/motm/motm.htm), [NIST](https://webbook.nist.gov/chemistry/) or [EssentialChemicalIndustry](https://www.essentialchemicalindustry.org/) - Chemistry Wikis\n* [ChemistrySteps](https://www.chemistrysteps.com/), [⁠ChemQuiz](https://chemquiz.net/), [Science Geek](https://www.sciencegeek.net/) or [DocBrown](https://docbrown.info/) - Chemistry Practice / Guides\n* [Cliffnotes Chemistry](https://www.cliffsnotes.com/study-guides/chemistry/chemistry/elements/discovery-and-similarity) / [Organic Chemistry I](https://www.cliffsnotes.com/study-guides/chemistry/organic-chemistry-i) / [Organic Chemistry II](https://www.cliffsnotes.com/study-guides/chemistry/organic-chemistry-ii), [Chem Wiki](https://wiki.ch.ic.ac.uk/wiki/) or [chemguide](https://www.chemguide.co.uk) - Study Guides\n* [ReactionFlash](https://play.google.com/store/apps/details?id=ch.reaxys.reactionflash&hl=en-US) / [iOS](https://apps.apple.com/us/app/reactionflash/id432080813) - Chemical Reaction Flashcards\n* [⁠Compound Interest](https://www.compoundchem.com/infographics/) - Chemistry Infographics\n* [ChemistryTalk](https://chemistrytalk.org/) - Tutorials / Experiments / Elements / Reference Articles\n* [Sciencenotes](https://sciencenotes.org) - Periodic Tables / Chemistry Projects and Questions\n* [Organic Chemistry](https://www.organic-chemistry.org) or [Synarchive](https://synarchive.com/) - Organic Reactions\n* [CommonOrganicChemistry](https://www.commonorganicchemistry.com) - Common Reactions / Common Reagents\n* [name-reaction](https://www.name-reaction.com) - List of Name Reactions\n* [ChemTube3D](https://www.chemtube3d.com) - Interactive 3D Chemistry Animations\n* [ChemSpider](https://www.chemspider.com/) - Chemical Structures\n* [Merck Index](https://merckindex.rsc.org/) - Online Merck Index\n* [Organic Chemistry Data](https://organicchemistrydata.org/) - Organic Chemistry Data\n* [IGOC](https://www.chem.ucla.edu/~harding/IGOC/IGOC.html) - Illustrated Glossary of Organic Chemistry\n* [Colorado Chemistry Simulations](https://phet.colorado.edu/en/simulations/filter?subjects=chemistry&type=html%2Cprototype) - Chemistry Animations\n* [Chemical Forums](https://www.chemicalforums.com/) - Chemistry Forums\n* [ISODN Chemistry](https://discord.gg/cf7RN82) - ISODN Chemistry Discord Community\n* [Arkivoc](https://www.arkat-usa.org/) - Journals\n* [WebQC Balance Calculator](https://webqc.org/balance.php) - Chemical Equation Balance Calculator\n* [Chemexper Chemical Directory](https://www.chemexper.com/) - Chemical Directory\n* [OrgSyn](https://orgsyn.org/Default.aspx) - Chemistry Prep Guides\n\n***\n\n## ▷ Periodic Tables\n\n* ⭐ **[Ptable](https://ptable.com/)** - Interactive Table\n* ⭐ **[Images-of-elements](https://images-of-elements.com/)** - Element Images\n* ⭐ **[periodic-table.org](https://www.periodic-table.org/)** or **[Material Properties](https://material-properties.org/)** - Material / Element Learning Resources\n* [Atom Animation](https://atomanimation.com/) / [GitHub](https://github.com/matt765/atom-animation), [Graph Overflow](https://graphoverflow.com/graphs/3d-periodic-table.html) or [3D Periodic Table](https://artsexperiments.withgoogle.com/periodic-table/) - 3D Visualizations of Atoms\n* [Atomic](https://play.google.com/store/apps/details?id=com.jlindemann.science) - Periodic Table Mobile App\n* [The Periodic Table Of Elements](https://periodictableofchemicalelements.com/) - Interactive Table\n* [⁠Zperiod](https://zperiod.app/) - Interactive Table\n* [periodic-table.io](https://periodic-table.io/) - Interactive Table\n* [Periodic Table App](https://periodictableapp.com/) - Interactive Table\n* [WebElements](https://www.webelements.com) - Interactive Table\n* [⁠Photographic Periodic Table](https://periodictable.com/) - Image-Based Periodic Table w/ Physical Examples\n\n***\n\n## ▷ Biology\n\n* ⭐ **[Wikispecies](https://species.wikimedia.org/)** or [The Catalogue of Life](https://www.catalogueoflife.org/) - Species Databases\n* ⭐ **[Animalia](https://animalia.bio/)** or [A-Z Animal](https://a-z-animals.com/) - Animal Encyclopedia\n* ⭐ **[OneZoom](https://www.onezoom.org/)** - Tree of Life Explorer\n* ⭐ **[Lost and Found Nature](https://www.lostandfoundnature.com/)** - Rediscovered Animal / Plant Database\n* [BiologyOnline](https://www.biologyonline.com/) - Biology Articles\n* [Science Geek](https://www.sciencegeek.net/) - Biology Study Guides\n* [LibreTexts Biology](https://bio.libretexts.org/Bookshelves) - Biology Learning / Guides\n* [Biodiversity Heritage Library](https://www.biodiversitylibrary.org/) - Biodiversity Research\n* [Alien](https://alien-project.org/) - Artificial Life Simulator / [GitHub](https://github.com/chrxh/alien) / [Video](https://youtu.be/w9R6zrdl6jM)\n* [Metazooa](https://metazooa.com/) - Species Connection Game\n* [⁠Phenome10K](https://www.phenome10k.org/) - Biological / Palaeontological 3D Scans\n* [RecentlyExtinctSpecies](https://recentlyextinctspecies.com/) - Recently Extinct Species Database\n* [UniProt](https://www.uniprot.org/) - Protein Database\n* [iNaturalist](https://www.inaturalist.org/) - Organism Identification\n* [Ocearch](https://www.ocearch.org/?list) - Track Marine Life\n* [The Deep Sea](https://neal.fun/deep-sea/) - Interactive Deep Sea Life Guide\n* [Pattern Radio](https://patternradio.withgoogle.com/) - Listen to Whale Songs\n* [eBird](https://ebird.org/), [Audubon](https://www.audubon.org/) or [AllAboutBirds](https://www.allaboutbirds.org/) - Bird Species Databases / IDs\n* [EuroBirdPortal](https://www.eurobirdportal.org/) - European Bird Distribution Map\n* [BirdSounds](https://experiments.withgoogle.com/ai/bird-sounds/view/) - Thousands of Bird Sounds Visualized\n* [Merlin](https://play.google.com/store/apps/details?id=com.labs.merlinbirdid.app) or [whoBIRD](https://f-droid.org/fr/packages/org.woheller69.whobird/) - Bird Picture / Sound Identification\n* [Featherbase](https://www.featherbase.info/en/home) - Bird Feather Database\n* [BugGuide](https://bugguide.net/) - Insect Identification Community\n* [AntWeb](https://www.antweb.org/) - Ant Species Database\n* [Macroinvertebrates](https://www.macroinvertebrates.org/) - Freshwater Macroinvertebrates Atlas\n* [Life Under the Ice](https://lifeundertheice.org/) - View Antarctic Microbes\n* [WhyDoCatsAndDogs...?](https://whydocatsanddogs.com/) - Pet Q&A Site\n* [Backyard Chickens](https://www.backyardchickens.com/) - Chicken Raising Forum\n* [DinosaurPictures](https://dinosaurpictures.org/) - Dinosaur Info / Images\n* [Pteros](https://www.pteros.com/) - Pterosaur Database\n* [WFO](https://www.worldfloraonline.org/) - Plant Database\n* [The Ferns](https://tropical.theferns.info/) - Tropical Plant Database\n* [ISODN Biology](https://discord.gg/AzCQYY7) - ISODN Biology Discord Community\n\n***\n\n## ▷ Med School\n\n* 🌐 **[r/MedicalSchool Wiki](https://www.reddit.com/r/medicalschool/wiki/resources)** - Med School Resources\n* ↪️ **[Health Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_health)**\n* ⭐ **[Khan Academy](https://www.khanacademy.org/science/health-and-medicine)** - Physiology / Pathology Overviews\n* ⭐ **[Afratafreeh](https://afratafreeh.com/category/brands/)** - Medical Video Courses and Books\n* ⭐ **[Radiopaedia](https://radiopaedia.org/)**, [Radiology Assistant](https://radiologyassistant.nl/) or [Radiology Education](https://www.radiologyeducation.com/) - Radiology Resources\n* ⭐ **[⁠Stop the Bleed](https://www.stopthebleed.org/)** - Free First Aid Video Courses / Resources \n* [MDCalc](https://www.mdcalc.com/), [MSD Manuals](https://www.msdmanuals.com/) or [Epocrates](https://www.epocrates.com/) - Medical Reference Sites / Tools\n* [Geeky Medics](https://geekymedics.com/), [UC San Diego CG](https://meded.ucsd.edu/clinicalmed/introduction.html) or [Easy Auscultation](https://www.easyauscultation.com/) - Clinical Guides\n* [LibreTexts Med](https://med.libretexts.org/Bookshelves) - Medical Learning / Guides\n* [Glass AI](https://glass.health/ai) - Medical Diagnoses' Training AI\n* [Get Body Smart](https://www.getbodysmart.com/) or [University of Michigan Anatomy](https://sites.google.com/a/umich.edu/bluelink/curricula) - Anatomy Guides\n* [Zygote Body](https://www.zygotebody.com/), [AnatomyLearning](https://anatomylearning.com/) or [BioDigital](https://human.biodigital.com/index.html) - 3D Human Anatomical Models\n* [Inner Body](https://www.innerbody.com/htm/body.html) - Anatomy Atlas (2D&3D)\n* [NIH Print](https://3d.nih.gov/) - Biomedical Science 3D Models\n* [Sectional Anatomy](https://www.sectional-anatomy.org/) - Cross Sectional Educational MRI / CT Scans\n* [University of Minnesota Histology](https://www.histologyguide.org/index.html) or [University of Leeds Histology](https://histology.leeds.ac.uk/) - Histology Guides\n* [Tulane University Pharmacology](https://tmedweb.tulane.edu/pharmwiki/doku.php/start) - Pharmacology Info & Quizzes\n* [Antibiotics Summary](https://i.imgur.com/rADmmfy.jpeg), [2](https://files.catbox.moe/l7r3n5.jpeg) - Antibiotics Summary Image\n* [Healio ECG Review](https://www.healio.com/cardiology/learn-the-heart/ecg-review), [ECG Library](https://www.ecglibrary.com/) or [Litfl](https://litfl.com/ecg-library/) - ECG Information\n* [The ECG Course](https://www.youtube.com/playlist?list=PLVRaFpHAzzCgJdurDKLdG464Z2sMAy4oY) - ECG Video Course\n* [ECG Wave-Maven: Self-Assessment Program](https://ecg.bidmc.harvard.edu/maven/mavenmain.asp) - ECG Practice\n* [Hyper Heart](https://library.med.utah.edu/kw/pharm/hyperheart/#animation_container) - Massey University Heart Animation\n* [Emergency Medicine Cases](https://emergencymedicinecases.com/) - EM Case Index\n* [EMCrit](https://emcrit.org/) - Emergency Medicine Information\n* [DeployedMedicine](https://deployedmedicine.com/) (signup) or [TCCC](https://tccc.org.ua/en) - Combat Medicine Videos\n* [EMRap](https://www.emrap.org/hd) - Emergency Medicine Videos\n* [Calgary Guide](https://calgaryguide.ucalgary.ca/) - Disease Pathophysiology / Manifestation Flow-Charts\n* [MalaCards](https://www.malacards.org/) - Human Disease Database\n* [Epidemic Calculator](https://gabgoh.github.io/COVID/index.html) - COVID Data\n* [Pathology Outlines](https://www.pathologyoutlines.com/) - Pathology Info\n* [University of Utah Pathology](https://webpath.med.utah.edu/webpath.html) - Pathology Guide\n* [The Iowa Virtual Slidebox](https://www.mbfbioscience.com/iowavirtualslidebox) - Pathology Atlas Software\n* [Nextstrain](https://nextstrain.org/) - Pathogen Evolution Tracking\n* [⁠HemOnc](https://hemonc.org/) - Hematology / Oncology Reference Site\n* [DermNet](https://dermnetnz.org/) - Dermatology Reference Site\n* [⁠EyeWiki](https://eyewiki.org/) - Eye Encyclopedia\n* [Passmedicine](https://www.passmedicine.com/ucat/) - UCAT Practice Questions\n* [UCAT Score](https://codepen.io/souramoo/full/OJMQzVm) - UCAT Score Converter\n* [r/medicalschoolanki](https://www.reddit.com/r/medicalschoolanki/) - Community for Medical Anki Cards\n* [CRAM](https://www.cram.com/medical) - Medical Flashcards\n\n***\n\n# ► Space\n\n* ⭐ **[r/Space](https://reddit.com/r/Space)** - Space Subreddit\n* ⭐ **[Space Dashboard](https://spacedashboard.com/)** - Space Live Stream Dashboard\n* ⭐ **[NASA](https://www.nasa.gov/)** - National Aeronautics and Space Administration Website / [Images](https://images.nasa.gov/) / [Audio](https://www.nasa.gov/audio-and-ringtones/) / [Documents](https://ntrs.nasa.gov/search) / [APIs](https://api.nasa.gov/) / [History](https://www.nasa.gov/history/)\n* ⭐ **[March to the Moon](https://tothemoon.ser.asu.edu/)**, [Apollo Image Atlas](https://www.lpi.usra.edu/resources/apollo/) or [ApolloArchive](https://apolloarchive.com/) / [Flickr](https://www.flickr.com/photos/projectapolloarchive/albums/) - Moon Landing Images\n* [Interactive Apollo Missions](https://apolloinrealtime.org/) or [FirstMenOnTheMoon](https://www.firstmenonthemoon.com/) - Apollo in Realtime\n* [Marspedia](https://marspedia.org/) - Mars Wiki\n* [ESA](https://www.esa.int/) - European Space Agency Website\n* [JAXA](https://global.jaxa.jp/) - Japanese Space Agency Website / [Images / Videos](https://jda.jaxa.jp/?lang=e)\n* [CSA](https://www.asc-csa.gc.ca/eng/) - Canadian Space Agency Website\n* [ISRO](https://www.isro.gov.in/) - Indian Space Research Organization\n* [Space.com](https://www.space.com/) - Space News\n* [Encyclopedia Astronautica](http://www.astronautix.com/) - Space Encyclopedia\n* [NASA+](https://plus.nasa.gov/) - Official NASA Streaming Service\n* [NASA History](https://www.nasa.gov/history/history-publications-and-resources/) or [NASA Ebooks](https://www.nasa.gov/ebooks/) - NASA Books\n* [⁠Cosmos2025](https://cosmos2025.iap.fr/fitsmap.html), [Map of the Universe](https://mapoftheuniverse.net/), [Scale of the Universe](https://scaleofuniverse.com/), [AndroidCelestia](https://github.com/celestiamobile/AndroidCelestia/) or [SpaceEngine](https://spaceengine.org/) - Interactive Universe Scales\n* [NASA's Eyes](https://science.nasa.gov/eyes/) or [Celestia](https://celestiaproject.space/) - 3D Space Visualizations / [Solar System](https://eyes.nasa.gov/apps/solar-system/#/home)\n* [ExoplanetExplore](https://exoplanetexplore.vercel.app) - Interactive Exoplanet Visualization\n* [ExoplanetArchive](https://exoplanetarchive.ipac.caltech.edu/) - Exoplanet Database\n* [RGV Aerial Photography](https://discord.gg/wsFxEw9g4X) - Aerial Photography Community / News / [X](https://x.com/RGVaerialphotos)\n* [TheCMB](http://thecmb.org/) - 3D Cosmic Microwave Background Model\n* [ISODN Earth Science](https://discord.gg/ujvMHFV) - ISODN Earth Science Discord Community\n\n***\n\n## ▷ Astronomy\n\n* 🌐 **[Astronomy Resources](https://er-cryptid.tumblr.com/post/176809097526/free-astronomy-resources)** - Astronomy Resources\n* ⭐ **[JPL Photojournal](https://photojournal.jpl.nasa.gov/)** or [JPL Images](https://www.jpl.nasa.gov/images) - JPL Planetary Image Archives\n* ⭐ **[In The Sky](https://in-the-sky.org/)** - Astronomy News / Interactive Guides\n* [ISODN Astronomy & Astrophysics](https://discord.gg/8DJrk78) - ISODN Astronomy & Astrophysics Discord Community\n* [ViewSpace](https://viewspace.org/) - Space Videos and Digital Interactives\n* [Planet Globe](https://nbremer.github.io/planet-globe/) - Virtual Globes\n* [Sky Calendar](https://www.skycalendar.com/skycal/calendar) - Astronomy Calendar\n* [Nights on Earth](https://nightsonearth.com/) - Astronomical Event Calendar\n* [Space Weather News](https://spaceweathernews.com/) or [SpaceWeather](https://spaceweather.com/) - Space Weather Updates / [Videos](https://www.youtube.com/user/Suspicious0bservers)\n* [SunCalc](https://www.suncalc.org/), [ShadeMap](https://shademap.app/) or [MoonCalc](https://www.mooncalc.org/) - Sun / Moon Position\n* [Earth and Moon Viewer](https://www.fourmilab.ch/cgi-bin/Earth) - Earth / Moon Latitude and Longitude Viewer\n* [SDO Dashboard](https://sdo.gsfc.nasa.gov/data/dashboard/) - Live Sun Feed\n* [⁠WikiSky](https://www.wikisky.org/), [SkyViewer](https://skyviewer.app/) or [100,000 Stars](https://stars.chromeexperiments.com/) - Interactive Star Visualizations\n* [CelesTrack](https://celestrak.org/) - Earth Orbit Visualization\n* [TheSkyLive](https://theskylive.com/) or [Atlas of Space](https://atlasof.space/) - Solar System Simulators / Information\n* [Space Object Comparison](https://mr21.github.io/space-object-comparison/) - Compare Sizes Of Celestial Objects\n* [1 Pixel moon](https://www.joshworth.com/dev/pixelspace/pixelspace_solarsystem.html), [LightYear](https://www.lightyear.fm/) or [OMG SPACE](https://omgspace.net/) - Solar System Scale Model\n* [Astrogeology](https://astrogeology-usgs.hub.arcgis.com/pages/map-search) - Planetary Maps\n* [AndroidPlanisphere](https://github.com/tengel/AndroidPlanisphere) - Android Star Chart\n* [Aladin](https://aladin.cds.unistra.fr/) - Astronomical Image quar fViewer / [Lite Version](https://aladin.cds.unistra.fr/AladinLite/)\n* [Siril](https://siril.org/) - Astronomical Image Processor\n* [ESAsky](https://sky.esa.int/) - Public Astronomical Data\n* [Stellarium-Web](https://stellarium-web.org/) or [Stellarium](https://stellarium.org/) / [GitHub](https://github.com/Stellarium/stellarium) - Virtual Stellariums\n* [WorldwideTelescope](https://worldwidetelescope.org/) - Interactive Telescope Data / [Home Page](https://worldwidetelescope.org/home/) / [GitHub](https://github.com/WorldWideTelescope)\n* [ESA Hubble](https://esahubble.org/), [SpaceTelescopeLive](https://spacetelescopelive.org/) or [HubbleSite](https://hubblesite.org/) - Hubble Telescope Images\n* [James Webb Space Telescope](https://science.nasa.gov/mission/webb/) or [ESAWebb](https://esawebb.org/) - Webb Space Telescope Sites\n* [Webb Compare](https://www.webbcompare.com/) - Webb / Hubble Images\n* [APOD](https://apod.nasa.gov/) - Daily NASA Astronomy Images\n* [ESO Images](https://www.eso.org/public/images/), [NASA2Explore](https://www.flickr.com/photos/nasa2explore/) or [Astrobin](https://www.astrobin.com/search/) - Astronomy Images\n* [r/SpacePorn](https://www.reddit.com/r/spaceporn/) or [r/Astrophotography](https://www.reddit.com/r/astrophotography/) - Astrophotography Subreddits\n* [Meteor Showers](https://www.meteorshowers.org/) - 3D Meteor Shower Visualization\n* [Live Meteors](https://www.livemeteors.com/) - Live Meteor Radio Echoes\n* [Clear Dark Sky](https://cleardarksky.com/) - Star Gazing Weather Forecasts\n* [Dark Site Finder](https://darksitefinder.com/), [DarkSkyMap](https://darkskymap.com/) or [GoStarGazing](https://gostargazing.co.uk/) - Star Gazing Site Locators\n\n***\n\n## ▷ Spacecraft\n\n* ↪️ **[Aerospace Engineering Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_aerospace_engineering)**\n* ⭐ **[EarthData](https://worldview.earthdata.nasa.gov/)** - Daily Satellite Replays\n* ⭐ **[Visible Earth](https://visibleearth.nasa.gov/)**, [SpaceFromSpace](https://spacefromspace.com/), [GOES-16 Satellite Imagery](https://rammb-slider.cira.colostate.edu/) or [Sentinel Hub](https://www.sentinel-hub.com/) - Satellite Imagery\n* [⁠NASASpaceFlight](https://www.nasaspaceflight.com/) - Launch Livestreams / News / [Forum](https://forum.nasaspaceflight.com/) / [X](https://www.youtube.com/@NASASpaceflight)\n* [⁠Next Spaceflight](https://nextspaceflight.com/) / [X](https://x.com/NextSpaceflight) / [Discord](https://discord.gg/nextspaceflight), [nextrocket.space](https://nextrocket.space/) or [RocketLaunch](https://rocketlaunch.org/) - Rocket Launch / Space Flight Trackers\n* [⁠Spaceflight Archive](https://spaceflight-archive.com/) - Rocket Launch History / Visualizations / Stats / [X](https://x.com/S_F_Archive)\n* [TonyBela Infographics](https://tonybela.com/) - Spacecraft / Rocket Infographics / [X](https://x.com/InfographicTony)\n* [⁠Ringwatchers](https://ringwatchers.com/) - Starship Diagrams / Articles / Community / [X](https://x.com/ringwatchers) / [Discord](https://discord.com/invite/ringwatchers)\n* [Sen](https://www.sen.com/) - ISS Live Feed + Video Archive / [YouTube](https://www.youtube.com/@Sen) / [X](https://x.com/sen)\n* [ISS In Realtime](https://issinrealtime.org/) - Historical ISS Mission Replays / Database\n* [ISS Sim](https://iss-sim.spacex.com/) - ISS Docking Simulator\n* [Transit Finder](https://transit-finder.com/), [ISS Tracker](https://isstracker.pl/en), [Spot The Station](https://spotthestation.nasa.gov/) or [Where The ISS At?](https://wheretheiss.at/) - ISS Transit Tracking\n* [Satellite Map](https://satellitemap.space/), [KeepTrack](https://keeptrack.space/) / [GitHub](https://github.com/thkruz/keeptrack.space/), [SGP4](https://sgp4gl-demo.vercel.app/) / [GitHub](https://github.com/Kayhan-Space/sgp4gl-demo), [KeepTrackSpace](https://www.keeptrack.space/), [Find Starlink](https://findstarlink.com/) or [Look4Sat](https://github.com/rt-bishop/Look4Sat) - Satellite Orbit Maps / Trackers\n* [Spacebook](https://www.spacebook.com/) - Evaluates / Tracks Satellite Collision Risks & Maneuvers\n* [Leolabs Space](https://platform.leolabs.space/visualization) - Low Earth Orbit Simulator\n* [Orbiter](https://www.orbiter-forum.com/) - Open Source Spaceflight Simulator / [Subreddit](https://www.reddit.com/r/Orbiter/) / [GitHub](https://github.com/orbitersim/orbiter)\n* [Andegraf Rockets](https://rockets.andegraf.com/) - Rocket Diagrams\n\n***\n\n# ► History\n\n* ↪️ **[Historical Film Archives](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25B7_film_archives)**\n* ↪️ **[History Books](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading/#wiki_.25B7_history_books)**\n* ↪️ **[Historical Maps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_historic_maps)** - Map Resources\n* ↪️ **[⁠WW2 Links](https://ww2links.ca/)** - Educational WW2 Resources\n* ⭐ **[Historic Films](https://www.historicfilms.com/)** or [National Film Preservation Foundation](https://www.filmpreservation.org/) - Historic Footage / Films\n* ⭐ **[Histography](https://histography.io/)** - History Timelines\n* ⭐ **[MorbidKuriosity](https://morbidkuriosity.com/)** - Dark History, Conspiracies, Crime, Myths, etc.\n* [LibreTexts History](https://human.libretexts.org/Bookshelves/History) - History Learning Texts\n* [Smithsonian Institution Archives](https://siarchives.si.edu/) or [RareHistoricalPhotos](https://rarehistoricalphotos.com/) - Historical Photos / Documents\n* [Museo](https://museo.app/) - Museum Search\n* [Wonderous](https://play.google.com/store/apps/details?id=com.gskinner.flutter.wonders) - Learn About Ancient Structures\n* [Shorpy](https://shorpy.com/) - Historical Photos\n* [EyewitnesstoHistory](http://www.eyewitnesstohistory.com/index.html) - Historical Eyewitness Testimonies\n* [HMDB](https://www.hmdb.org/) - Historical Marker Database\n* [ManuscriptMiniatures](https://manuscriptminiatures.com/) - Medieval Manuscript Images\n* [BlackPast](https://www.blackpast.org/) - African History Encyclopedia\n* [Athena](https://athena.unige.ch/athena/) - Greek History Encyclopedia\n* [Mission US](https://www.mission-us.org/) - American History Learning Games\n* [OnThisDay](https://www.onthisday.com/) - What Happened on Specific Days\n* [Royal Constellations](https://royalconstellations.visualcinnamon.com/) - Royal Family Ancestral Visualization\n* [Royal Armouries Collections](https://royalarmouries.org/collection/) - Ancient Armaments Museum\n* [911 Realtime](https://911realtime.org/) - 9/11 in Real-Time\n* [The Food Timeline](https://www.foodtimeline.org/) - Food History Timeline\n* [Historical Recipes](https://l-lists.com/en/lists/55cbww.html) - Historical Recipes Site Index\n* [Arachne](https://arachne.dainst.org/) - Ancient Sculpture Image Archive\n* [SmartHistory](https://smarthistory.org/) - Art / Cultural Object History\n* [⁠gwulo](https://gwulo.com/) - Historical Hong Kong Photo Archive\n* [CARI](https://cari.institute/) or [CARI Are.na](https://www.are.na/consumer-aesthetics-research-institute/channels) - Design Aesthetics History\n* [ChinesePosters](https://chineseposters.net/) - Chinese Propaganda Poster History\n* [⁠Fashion History Timeline](https://fashionhistory.fitnyc.edu/) or [Historical Fashion](https://docs.google.com/document/d/1R8eulTsb9Zlc7h2H917dNJZS9s0rIq9OAu7LpSS9F2k/) - Historical Fashion Resources / History\n* [PessimistsArchive](https://pessimistsarchive.org/) - Historical Technological Pessimism Archive\n* [Time Portal](https://www.eggnog.ai/entertimeportal) - History Clip Guessing\n* [Forebears](https://forebears.io/) or [BehindTheName](https://www.behindthename.com/) - Name Etymologies\n\n***\n\n## ▷ Tech History\n\n* ⭐ **[⁠Historical Tech Tree](https://www.historicaltechtree.com/)** or [Calculating Empires](https://calculatingempires.net/) - Historical Discovery / Tech Timelines\n* [ETHW](https://ethw.org/) - Engineering and Technology History Wiki\n* [Museum of Obsolete Media](https://obsoletemedia.org/) - Physical Media Format Wiki / History\n* [BetaWiki](https://betawiki.net/wiki/Main_Page) - Operating System / Software History / [Discord](https://discord.com/invite/XPz5Zm42tR)\n* [Old Computer Museum](https://oldcomputers.net/) - Computer History\n* [The Retro Web](https://theretroweb.com/) - Computer Hardware History\n* [The HP 9845 Project](https://www.hp9845.net/) - HP 9845 Computer History\n* [Folklore](https://www.folklore.org) or [TheAppleWiki](https://theapplewiki.com/) - Apple Computer History\n* [Crypto Museum](https://www.cryptomuseum.com/) - Cryptographic Machine History\n* [VGA Museum](https://www.vgamuseum.info/) - Graphic Cards History\n* [Virus Encyclopedia](http://virus.wikidot.com/) - Computer Virus History\n* [MobilePhoneMuseum](https://www.mobilephonemuseum.com/) - Mobile Phone History / Info\n* [WalkmanLand](https://walkman.land/) - Walkman History / Database\n* [InfoMesh](https://infomesh.org/) - Web History / Info\n* [VersionMuseum](https://www.versionmuseum.com/) - Website History / Info\n* [info.cern](https://info.cern.ch/) - First Website on the Internet\n* [KilledByGoogle](https://killedbygoogle.com/), [Microsoft Graveyard](https://microsoftgraveyard.com/) or [SuedByNintendo](https://www.suedbynintendo.com/) - Dead Projects Archives\n* [NuclearWeaponArchive](https://nuclearweaponarchive.org/) - Nuclear Weapons History\n\n***\n\n## ▷ Mythology / Folklore\n\n* ⭐ **[GodChecker](https://www.godchecker.com/)** - Religion / Mythology History\n* ⭐ **[Theoi](https://www.theoi.com/)** - Greek Mythology\n* [ABookOfCreatures](https://abookofcreatures.com/), [Demons of the Deep](https://seademons.weebly.com/) or [Bestiary](https://bestiary.ca/beasts.htm) - Mythological Encyclopedias\n* [Germanic Mythology](https://www.germanicmythology.com/index.html) - Germanic Mythology\n* [Inuit Myths](https://www.inuitmyths.com/index.htm) - Inuit Mythology\n* [ObscUrban Legend Wiki](https://obscurban-legend.fandom.com/) - Mythology / Urban Legends\n* [Encyclopedia Mythica](https://pantheon.org/) - Mythology / Folklore / Religion\n* [FolkTexts](https://sites.pitt.edu/~dash/folktexts.html) - Mythology / Folklore\n* [Mythology.net](https://mythology.net/) - Mythology / Religion\n* [Japanese Mythology](https://japanesemythology.wordpress.com/) or [Yokai](https://yokai.com/) - Japanese Mythology / Folklore\n\n***\n\n# ► Humanities\n\n***\n\n## ▷ Geography / Sociology\n\n* 🌐 **[Soar](https://soar.earth/)**, [ArcGIS Living Atlas](https://livingatlas.arcgis.com/), [⁠WorldAtlas](https://www.worldatlas.com/) or [Cool Maps](https://coolmaps.esri.com/) - Atlases\n* 🌐 **[Awesome Datasets](https://github.com/awesomedata/awesome-public-datasets)** - Public Datasets\n* 🌐 **[Country Infographics](https://rentry.org/o4gq6cq5)** - Country Infographic Images\n* ↪️ **[Historical / Modern Maps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_maps)** - Map Resources\n* ⭐ **[Worldometer](https://www.worldometers.info/)**, [TheScaleOfLife](https://www.thescaleoflife.com/), [WorldBank](https://databank.worldbank.org/), [US Census](https://data.census.gov/), [DataUSA](https://datausa.io/), [Data.gov](https://data.gov/) or [UN Data](https://data.un.org/) - World Data & Statistics\n* ⭐ **[Our World in Data](https://ourworldindata.org/)** - World Problem Database\n* ⭐ **[The Atlas of Economic Complexity](https://atlas.hks.harvard.edu/)** - Global Economic Growth Data\n* ⭐ **[⁠Integrity Index](https://integrityindex.us/)** - US Political Finance Integrity Database / [Subreddit](https://www.reddit.com/r/politicalintegrity/) / [Discord](https://discord.gg/bvrwaDJveC)\n* ⭐ **[Ekvis](https://ekvis.com/)** / [Subreddit](https://www.reddit.com/r/Ekvis/) / [Discord](https://discord.gg/zU89VKknG4), [Seterra](https://www.seterra.com/#quizzes), [LizardPoint](https://lizardpoint.com/), [Worldle](https://worldle.teuteuf.fr/), [Learn World Map](https://map.koljapluemer.com/) or [Teuteuf](https://teuteuf.fr/) - Geography Guessing / Quizzes\n* [LibreTexts Social Science](https://socialsci.libretexts.org/Bookshelves) - Social Science Learning\n* [LibreTexts Geosciences](https://socialsci.libretexts.org/Bookshelves) - Geoscience Learning\n* [Maps.com](https://www.maps.com/) - Interesting / Educational Maps\n* [AntipodesMap](https://www.antipodesmap.com/) - Find Antipodes\n* [The True Size](https://thetruesize.com/) or [True Size of Countries](https://truesizeofcountries.com/) - Compare Country Size\n* [NationsEncyclopedia](https://www.nationsencyclopedia.com/) - Location / Population Data\n* [City Data](https://www.city-data.com/) - US City Data\n* [Data Commons](https://datacommons.org/) or [Engaging Data](https://engaging-data.com/) - Data Visualizations\n* [Global Consciousness Project](https://gcpdot.com/) - Real-Time Global Consciousness Data\n* [GovTrack](https://www.govtrack.us/) - US Government Legislation Tracking / Votes\n* [Trans Rights Map](https://transrightsmap.tgeu.org/) - Trans Legal Rights Map / Policy Tracking\n* [OpenSecrets](https://www.opensecrets.org/) - Government Money Tracking\n* [BLS](https://www.bls.gov/) - U.S. Bureau of Labor Statistics\n* [If It Were My Home](https://www.ifitweremyhome.com/), [GlobalEdge](https://globaledge.msu.edu/) or [MyLifeElsewhere](https://www.mylifeelsewhere.com/) - Country Data Comparisons\n* [WorldPoverty](https://worldpoverty.io/) - World Poverty Data\n* [PixelWealth](https://wealth.ronnycoste.com/) - Wealth Inequality Visualization / Facts / [GitHub](https://github.com/lertsoft/1-pixel-wealth)\n* [Unequal Scenes](https://unequalscenes.com/) - Scenes of Inequality Around the World\n* [Dollar Street](https://www.gapminder.org/dollar-street) - Compare Homes by Country / Income\n* [EverySecond](https://everysecond.io/) - Visualize Per Second Data\n* [OEC](https://oec.world/en) or [UN Comtrade](https://comtradeplus.un.org/) - Global Trade Data\n* [Statista](https://www.statista.com/) - Market Statistics\n* [Netblocks](https://netblocks.org/cost/) - Find Impact of Internet Shutdown on Economy\n* [Rulers.org](https://rulers.org/) - World Heads Of State & Government Database\n* [World Births and Deaths](https://worldbirthsanddeaths.com/) - World Birth / Death Rates Visualization\n* [DataUNODC](https://dataunodc.un.org/) - Drug / Crime Statistics\n* [Gun Violence Archive](https://www.gunviolencearchive.org/) - Gun Violence Statistics\n* [Incarceration in Real Numbers](https://mkorostoff.github.io/incarceration-in-real-numbers/) - Incarceration Visualization / Facts\n* [Expatistan](https://www.expatistan.com/) - Cost of Living Calculator\n* [Climate Data](https://climate-data.org/) or [Climate Explorer](https://crt-climate-explorer.nemac.org/) - Climate Change Data\n* [ExtremeWeatherWatch](https://www.extremeweatherwatch.com/) - Extreme Weather Data / Tracking\n* [En-ROADS](https://en-roads.climateinteractive.org/scenario.html) - Climate Solutions Simulator\n* [Global Volcanism Program](https://volcano.si.edu/) - Volcano Information Database\n* [8000ers](https://martin-laxenaire.fr/experiments/8000ers/#/everest) - Mountain Visualization & Info\n* [iCivics](https://www.icivics.org/games) - U.S. Law Learning Games\n* [WorldLicensePlates](http://www.worldlicenseplates.com/) - World License Plate Index\n* [Symbols](https://www.symbols.com/) - Symbol Database\n* [Flag Guesser](https://flagguesser.com/) or [Flag Match](https://flagmatch.com/) - Flag Quizzes\n* [FlagLog](https://www.flaglog.com/) or [Flaglookup](https://flaglookup.com/) - Flag Databases\n* [Flag Stories](https://flagstories.co/) - Flag Design Breakdowns\n\n***\n\n## ▷ Philosophy\n\n* ⭐ **[Stanford Encyclopedia of Philosophy](https://plato.stanford.edu/index.html)**, [IEP](https://iep.utm.edu/) or [nLab Philosophy](https://ncatlab.org/nlab/show/philosophy) - Philosophy Encyclopedias / [Search](https://www.visualizingsep.com/)\n* [Philosophy Bro](https://www.philosophybro.com/), [LibreTexts Philosophy](https://human.libretexts.org/Bookshelves/Philosophy), [Reasoned](https://www.reasoned.org/dir/), [TheDailyIdea](https://thedailyidea.org/) or [PhilosophyBasics](https://www.philosophybasics.com/) - Philosophy Resources / Learning\n* [Wireless Philosophy](https://www.wi-phi.com/) - Philosophy Videos\n* [⁠1000-Word Philosophy](https://1000wordphilosophy.com/) - 1000-Word Essays on Philosophical Topics\n* [Untools](https://untools.co/) - Better Thinking Tools\n* [Brainkit](https://www.braink.it/) - Learn Helpful Principles\n* [Art of Manliness](https://www.artofmanliness.com/) - Develop Life Skills\n* [VisualizeValue](https://archivve.visualizevalue.com/) - Life Lesson Visualizations\n* [Sketchplanations](https://www.sketchplanations.com/) - Explanation Sketches\n* [IEoP](https://iep.utm.edu/fallacy/), [YouLogicalFallacyIs](https://yourlogicalfallacyis.com/), [FallacyFiles](https://fallacyfiles.org/index.html) or [LogicalFallacies](https://www.logicalfallacies.org/) - Learn about Logical Fallacies\n* [RationalWiki](https://rationalwiki.org/) -  Pseudoscience Refutation Wiki\n* [YourBias.is](https://yourbias.is/) - Learn about Biases\n* [⁠Philosophy Stack Exchange](https://philosophy.stackexchange.com/) - Philosophy Forum\n* [Kialo](https://www.kialo.com/) - Debates / Discussion\n* [Umsu](https://www.umsu.de/trees/) - Analytic Tableaux Generator\n* [Proofs](https://proofs.openlogicproject.org/) - Natural Deduction Proof Checker\n* [PropCalc](https://www.inf.unibz.it/~franconi/teaching/propcalc/) - Propositional Logic Calculator\n* [ModalLogic](https://rkirsling.github.io/modallogic/) - Model Logic Playground\n* [Logitext](http://logitext.mit.edu/tutorial) - Sequent Calculus Tutorial\n* [WikEnigma](https://wikenigma.org.uk/) - 'Known Unknowns' Wiki\n* [The Trolley Problem Game](https://newfastuff.com/the-trolley-problem-game/) - The Trolley Problem\n* [Social Engineers](https://web.archive.org/web/20221208021915/https://www.socialengineers.net) - Social Engineering Guides\n\n***\n\n# ►  Skills / Hobbies / DIY\n\n* ↪️ **[Photography / Cameras](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25BA_photography_.2F_cameras)**\n* ↪️ **[Typing Tests / Games](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_typing_lessons)**\n* ↪️ **[Survival / Prepping](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_survival)**\n* ⭐ **[Knots 3D](https://knots3d.com/)**, [Animated Knots](https://www.animatedknots.com/) or [NetKnots](https://www.netknots.com/) - Learn to Tie Knots\n* [Ian's Shoelace Site](https://www.fieggen.com/shoelace/) - Learn to Tie Shoelaces\n* [Make it Yourself](https://makeityourself.org/), [Instructables](https://www.instructables.com/) or [CreativePark](https://creativepark.canon/en/index.html) - DIY Projects / Crafts\n* [⁠Low Tech Magazine](https://solar.lowtechmagazine.com/) - Sustainable DIY Tech Guides\n* [cholyknight](https://cholyknight.com/), [PinDIY](https://www.pindiy.com/), [AntiquePatternLibrary](https://www.antiquepatternlibrary.org/) or [FreeSewing](https://freesewing.eu/) / [Forum](https://forum.freesewing.eu/) - Free Sewing Patterns \n* [Ravelry](https://ravelry.com) - Fiber Artist Tools\n* [PEmbroider](https://github.com/CreativeInquiry/PEmbroider) - Embroidery Generator\n* [Toys from Trash](https://www.arvindguptatoys.com/toys.html) - Use Everyday Items to Make Toys\n* [HamExam](https://hamexam.org/), [AA9PW](https://www.aa9pw.com/) or [HamStudy](https://hamstudy.org/) - Ham Radio Practice Exams\n* [ARRL](https://www.arrl.org/) - Amateur Radio Resources / Learning / [Exam Search](https://www.arrl.org/find-an-amateur-radio-license-exam-session) / [Question Pools](https://www.arrl.org/question-pools)\n* [Perry Morse](https://www.perry.qa/morse), [Morse Typing Trainer](https://morse.withgoogle.com/learn/) or [ICWO](https://lcwo.net/) - Learn / Practice Morse Code\n* [Lock Picking 101](https://www.lockpicking101.com/) - Lock Picking Forum\n* [LibraryOfJuggling](https://libraryofjuggling.com/) - Juggling Technique Database\n* [diyhpluswiki](https://diyhpl.us/wiki/) - DIY Biohacking\n* [ActivistHandbook](https://activisthandbook.org/) or [Privacy Guides Activism](https://www.privacyguides.org/en/activism/) - Campaigning / Activism Guides\n* [Bridge Command](https://www.bridgecommand.co.uk/) - Bridge Command Ship Simulator\n* [UER](https://www.uer.ca/forum_showcats.asp) - Urban Exploration / Abandoned Place Forum / [MAP](https://www.uer.ca/locations/gmaps/)\n* [PaperToys](https://www.papertoys.com/) - Printable Paper Toys\n* [Fold N Fly](https://www.foldnfly.com/) - Paper Airplane Guides\n* [AXM Paper Space Scale Models](https://axmpapermodels.com/) - Spacecraft Paper Models\n* [Erowid](https://www.erowid.org/) or [Shroomery](https://www.shroomery.org/) - Psychoactive Information / Forum\n* [PsychonautWiki](https://psy.st/wiki/Main_Page) - Psychonautics Wiki\n* [HypnosisChatBooks](https://t.me/HypnosisChatBooks) - Hypnosis / Telegram\n\n***\n\n## ▷ Music\n\n* 🌐 **[Awesome Music Theory](https://github.com/vpavlenko/study-music)** - Music Theory Resources\n* ↪️ **[Sheet Music / Notation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_sheet_music_.2F_notation)**\n* ⭐ **[Muted](https://muted.io/)**, **[Open Music Theory](https://viva.pressbooks.pub/openmusictheory/)** / [2](https://openmusictheory.github.io/), [Chromatone](https://chromatone.center/), [Teoria](https://www.teoria.com/index.php), [SimplifyingTheory](https://www.simplifyingtheory.com/), [LightNote](https://www.lightnote.co/) or [Music Theory](https://www.musictheory.net/) - Music Theory\n* [LibreTexts Music](https://human.libretexts.org/Bookshelves/Music) - Music Learning\n* [AudioZ](https://audioz.download/tutorials/) - Audio Courses / [Forum](https://audiosex.pro/)\n* [Helio](https://helio.fm/) / [GitHub](https://github.com/helio-fm/helio-sequencer) or [NoteHeads](https://noteheads.net/) - Music Composition Tools\n* [MusicKit](https://musickit.jull.dev/), [⁠Tuner](https://codeberg.org/thetwom/Tuner) or [Tone Generator](https://www.szynalski.com/tone-generator/) - Metronome, Tuner & Tone Generators\n* [Tuner Ninja](https://tuner.ninja/) - Instrument Tuner\n* [Circle of Fifths](https://muted.io/circle-of-fifths/) - Visualize Notes, Cords and Keys\n* [ScoreCloud](https://scorecloud.com/), [ChordReader2](https://github.com/AndInTheClouds/chordreader2) or [Chordify](https://chordify.net/) - Chord Detection / Transcriber\n* [Arpeggiator](https://codepen.io/jakealbaugh/full/qNrZyw), [Chordi](https://chordi.co/) or [AutoChords](https://autochords.com/) - Chord Progression Generators\n* [HookTheory](https://www.hooktheory.com/trends) - Chord Progression Library\n* [Piano Scribe](https://laqieer.github.io/piano-scribe/) - Piano Transcriber\n* [LilyPond](https://lilypond.org/) - Music Engraving Program\n* [Learning Music](https://learningmusic.ableton.com/) or [Musicca](https://www.musicca.com/) - Music-Making Lessons\n* [Midiano](https://midiano.com/) / [Discord](https://discord.com/invite/SfFdbunEm2), [Piano Trainer](https://zaneh.itch.io/piano-trainer) / [GitHub](https://github.com/ZaneH/piano-trainer), [Chord Nebula](https://chords.yottanami.com/), [sightread](https://sightread.dev/) or [PianoCheetah](https://pianocheetah.app) - Piano Practice / Learning\n* [Keyboard Connect](https://keyboardconnect.com/) - Keyboard Tutoring App\n* [TrueToneGuitar](https://www.truetoneguitar.co.uk/tools/guitar-practice-routine-generator), [Songsterr](https://www.songsterr.com/) / [Downloader](https://www.songsterr-downloader.com/), [FAChords](https://www.fachords.com/) or [ChordBook](https://chordbook.com/) - Guitar Tools\n* [FretFlip](https://fretflip.com/guitar-scales), [Oolimo](https://www.oolimo.com/en/index.php), [StringScales](https://stringscales.com/), [My Fretboard Trainer](https://myfretboardtrainer.com/home/), [QFGM](https://quinnfetrowsguitarmachines.com/) or [GuitarScale](https://www.guitarscale.org/) - Learn Guitar Scales / Chords\n* [JamStart](https://jamstart.app/) - Spotify Chord Charts\n* [#fretflip](https://fretflip.com/) - Create / Print Guitar Scales & Chord Charts\n* [JustinGuitar](https://www.justinguitar.com/) or [Guitarsix](https://guitarsix.com/) - Guitar Lessons\n* [Ultimate Guitar](https://www.ultimate-guitar.com/) - Guitar Tabs\n* [Chorder](https://www.chorder.com/guitar-chords/) - Guitar Chord Finder\n* [Guitar Fretboard](https://muted.io/guitar-fretboard/), [Fretastic](https://fretastic.com/guitar) or [Gitori](https://www.gitori.com/) - Virtual Fretboards / Guitar Lessons\n* [coop3rdrumm3r](https://www.drumeo.com/coop3rdrumm3r/) or [FreeDrumLessons](https://www.youtube.com/c/freedrumlessons) - Drum Lessons\n* [911tabs](https://www.911tabs.com/) or [Finger Tabs](https://fingertabs.com/) - Tabs\n* [Jazz Improvisor](https://www.cs.hmc.edu/~keller/jazz/improvisor/) - Improvised Jazz\n* [LearningSynths](https://learningsynths.ableton.com/) - Synthesizers\n* [Sight Singing Factory](https://www.sightreadingfactory.com/) - Sight Singing Practice\n* [A-Complete-UTAU-Tutorial-For-Beginners](https://www.quotev.com/story/9299060/A-Complete-UTAU-Tutorial-For-Beginners) - UTAU Tutorial\n* [PerfectPitch](https://artistaiden.com/perfectpitch) - Pitch Recognition Practice\n* [MusicStaff](https://musicstaff.com/) - Music Teacher Search\n* [ChiffAndFipple](https://www.chiffandfipple.com/) - Irish Traditional Music Forum\n* [MIMO](https://mimo-international.com/MIMO/) - Musical Instrument Database\n* [VGM Sound Sources](https://docs.google.com/spreadsheets/d/1JJBlHHDc65fhZmKUGLrDTLCm6rfUU83-kbuD8Y0zU0o/) - VGM Sound Sources / [Discord](https://discord.gg/m4qzYNGHuS)\n\n***\n\n## ▷ Art / Editing\n\n* 🌐 **[Creator Resources](https://www.newgrounds.com/wiki/creator-resources/)** - Art & Animation Resource Index\n* 🌐 **[AwesomeAnimeResearch](https://github.com/SerialLain3170/AwesomeAnimeResearch)** - Anime Machine Learning\n* ↪️ **[Digital Art Collections](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_digital_art_collections)**\n* ⭐ **[Art Study Guide](https://drive.google.com/file/d/1cK9q7oeFRE58MVaSgUql662iGqCXC8Ah/)** - Art Study Guides / Tips\n* ⭐ **[Drawabox](https://drawabox.com/)**, [Drawing Starter Pack Playlist](https://www.youtube.com/playlist?list=PL7KO8uN5A9PJsQIJzecnohhKjtMnSuFtR), [FarsiTuts](https://t.me/farsituts) or [Bill Martin's Guide to Drawing](https://www.guidetodrawing.com/) - Drawing Lessons\n* ⭐ **[Proko](https://www.youtube.com/user/ProkoTV/videos)** - Figure Drawing Lessons\n* ⭐ **[PaintingTube](https://painting.tube)**, [MarcoBucci](https://www.youtube.com/@marcobucci), [Alphonso Dunn](https://www.youtube.com/c/ALPHONSODUNN/videos?view=0&sort=p&flow=grid), [Feng Zhu FZD](https://www.youtube.com/user/FZDSCHOOL/videos), [⁠Ctrl+Paint](https://www.ctrlpaint.com/), [Art Fundamentals](https://www.youtube.com/playlist?list=PLVgLT-e3jXPDgeED0pD0BPq8kY1VAZAGa) or [Circle Line Art](https://www.youtube.com/user/circlelinemedia/videos) - Art Video Tutorials\n* [Ubu](https://ubuweb.com/) - Avant-Garde Artifacts\n* [online-courses](https://online-courses.club/) - Art / Design Courses\n* [TutsPlus](https://tutsplus.com/) - Creative Courses\n* [Curriculum for the Solo Artists](https://alexhuneycutt.gumroad.com/l/free_curriculum) - Self-Taught Artist Curriculum\n* [DoArtDaily](https://dad.gallery) - Daily Art Challenges\n* [Character Design References](https://characterdesignreferences.com/visual-library) - Character Design Visual Library\n* [FloobyNooby](http://www.floobynooby.com/comp1.html), [JMMStoryboardTips](https://jimmortensen.gumroad.com/l/JMMStoryboardTips) or [A Guide to Storyboards](https://magicbunnyart.gumroad.com/l/fjvKA) - Storyboard Guides\n* [Settei Dreams](https://setteidreams.net/) - Anime Production Materials\n* [Anime Study General](https://discord.gg/3bwdfRk) - Anime Production Community\n* [McLelun](https://www.mclelun.com/p/tutorial.html) - Anime Style Background Tutorial\n* [AnimeOutline](https://www.animeoutline.com/) - Anime / Manga Drawing Tutorials\n* [Design Tuts](https://t.me/designfreetuts) - Design Tutorials\n* [PhotoshopTutorials.ws](https://www.photoshoptutorials.ws/) - Photoshop Tutorials\n* [DomDesigns](https://www.youtube.com/c/DomDesigns/) - Illustrator Tutorials\n* [PhotoshopTraining](https://www.youtube.com/@PhotoshopTrainingChannel), [Phlearn](https://www.youtube.com/@phlearn) or [PiXimperfect](https://www.youtube.com/@PiXimperfect) - Photoshop YouTube Tutorials\n* [⁠Practice Drawing This](https://practicedrawingthis.com/) - Drawing Practice\n* [The Bézier Game](https://bezier.method.ac/) - Pen Tool Practice\n* [ArtWithFlo](https://artwithflo.com/) - Procreate Tutorials\n* [Paintable](https://paintable.cc/) - Digital Art Tutorials\n* [Pedro's Pixel Art Tutorials](https://saint11.art/blog/pixel-art-tutorials/) or [SLYNYRD](https://www.slynyrd.com/gallery-animated) - Pixel Art Tutorials\n* [MetPublications](https://www.metmuseum.org/met-publications/all) - Art Learning Books\n* [GraphicsCodex](https://graphicscodex.com/) - 3D Computer Graphic Guides\n* [DrawingNow](https://www.drawingnow.com/) or [⁠Drawing Tutorials](https://www.drawingtutorials101.com/) - Learn to Draw\n* [Drawingbooks.org](https://www.drawingbooks.org/) - Old Drawing Books\n* [Line of Action](https://line-of-action.com/), [Timed Figure Poses](https://www.youtube.com/playlist?list=PL7EWYwaF6E-FZ8JiBlz2tF1DQUCw-GCmn), [LoveLifeDrawing](https://www.lovelifedrawing.com/) or [Daily Life Drawing Sessions](https://www.youtube.com/playlist?list=PL7EWYwaF6E-Exv72kVT4yYJM2lX-Xf66I) - Figure Sketch Tools / Lessons\n* [AnatomyArchive](https://www.anatomyarchive.org/) - Human Anatomy Drawing Tutorials\n* [Artist Reference](https://artist-reference.com) - Photo References for Artists\n* [Reference Angle](http://referenceangle.com/) - Human Photo Reference Search\n* [x6ud](https://x6ud.github.io/#/) - Animal Photo Reference Search\n* [Thomas Romain Perspective](https://ibb.co/album/chGtPJ?sort=name_asc) - Perspective Guide\n* [Dimensions](https://www.dimensions.com/) - Object Dimension Reference\n* [DevinKorwin Color Guide](https://x.com/devinkorwin/status/1278049901709012995) - Color in Paintings Guide\n* [Draw Mix Paint](https://www.drawmixpaint.com/) or [⁠Ran Art Blog](https://ranartblog.com/) - Learn Oil Painting\n* [Painting Demos](https://paintingdemos.com/) - Painting Demonstrations\n* [cg_tuts](https://t.me/cg_tuts) or [cgreferenceshub](https://t.me/cgreferenceshub) - CG Tutorials\n* [Seven Camels](https://sevencamels.blogspot.com/) - Storyboarding Tips / Learning by Disney's Head of Story\n* [Agora](https://agora.community/) - Animation Learning Community / Tutorials / [Discord](https://discord.com/invite/9hJxMyR)\n* [AMV101](https://www.amv101.com/) - Animated Music Video-Making Guides\n\n***\n\n## ▷ Rubiks Cube\n\n* 🌐 **[Cubing.net](https://www.cubing.net/)** - Cubing Tools\n* 🌐 **[Rubiks Cube Guide](https://rentry.co/cubingguide)** - ⁠Guide to Rubiks Cube / Resources\n* ↪️ **[Cube Simulators / Solvers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games/#wiki_.25B7_rubiks_cube)**\n* ⭐ **[J Perm](https://jperm.net/)**, [CubeSkills](https://www.cubeskills.com/), [RubiksTrainer](https://rubikstrainer.com/) or [Easiest Solve](https://easiestsolve.com/) - Cubing Tutorials / Practice Resources\n* ⭐ **[CubeDesk](https://cubedesk.io/)** or **[csTimer](https://cstimer.net/)** - Feature-Rich Cubing Timers\n* ⭐ **[SpeedCubeDB](https://speedcubedb.com/)** - Algorithm Database\n* [F2L Trainer](https://f2l-trainer.top/) - F2L Rubiks Trainer\n* [⁠crystalcube](https://crystalcuber.com/) - CFOP Cross Trainer / Edge Orientation Trainer \n* [⁠ZZ Method](https://www.zzmethod.com/) - Learn / Practice ZZ 3x3 Rubiks Speedrunning Method\n* [Roux Trainers](https://onionhoney.github.io/roux-trainers/) - Learn Roux Solving Method\n* [SpeedSolving](https://www.speedsolving.com/) / [Wiki](https://www.speedsolving.com/wiki) or [Ruwix](https://ruwix.com/) - Cubing Wiki / Community Forum\n* [World Cube Association](https://www.worldcubeassociation.org/) - Cubing Competitions & Records\n* [Cubing Time Standard](https://cubingtimestandard.com/) - Track Your Performance Across WCA Events\n* [alg.cubing.net](https://alg.cubing.net/), [CubeDB](https://cubedb.net/), or [Tao Yu Trainer](https://tao-yu.github.io/Alg-Trainer/) - Algorithm Animators / Visualizers\n* [F2L Trainer](https://expertcuber.by/f2l.php) - Algorithm-Specific Trainers\n* [BlindTrainer](https://blindtrainer.com/) - Blindfolded Rubinks Trainer\n* [Hypercubing](https://hypercubing.xyz/) - Hypercubing Wiki\n* [Speedcube.app](https://speedcube.app/) - Cubing Timer (Mobile-Friendly)\n* [SolveTheCube](https://solvethecube.com/timer) - Cubing Timer\n* [qqTimer](https://www.qqtimer.net/) - Cubing Timer\n\n***\n\n## ▷ Chess\n\n* 🌐 **[Awesome Chess](https://github.com/hkirat/awesome-chess)**, [⁠Immortal Chess Network](https://t.me/Immortal_Chess_Network), [⁠TheChessDirectory](https://thechessdirectory.com/) or [Chess Resources](https://redd.it/u43nrc) - Chess Resources\n* 🌐 **[/m/Chess](https://www.reddit.com/user/korfor/m/chess/)** or [r/Chess](https://reddit.com/r/chess) - Chess Subreddits\n* 🌐 **[r/Chess Books](https://reddit.com/r/chess/wiki/books)** - Recommended Chess Books\n* ↪️ **[Play Chess Online](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games#wiki_.25B7_chess)**\n* ⭐ **[Scid vs. PC](https://scidvspc.sourceforge.net/)** - Learn / Practice Chess\n* [ChessGames](https://www.chessgames.com/) - Chess Database / Community\n* [ChessLab](https://chesslab.me/) - Chess Lessons / [Discord](https://discord.com/invite/AA5G5f9wKC)\n* [Listudy](https://listudy.org/en) - Chess Lessons\n* [Chessable](https://www.chessable.com/) - Chess Lessons\n* [TheChessWebsite](https://www.thechesswebsite.com/) - Learn / Practice Chess\n* [HerculesChess](https://herculeschess.com/) - Learn / Practice Chess\n* [Chess Tempo](https://chesstempo.com/) - Chess Practice\n* [Lucas Chess](https://lucaschess.pythonanywhere.com/) - Chess Practice\n* [Chess Coach](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) - Chess Coaching App\n* [⁠Chess OCR](https://helpman.komtera.lt/chessocr/) - Multi-Site Digital Chessboard Analysis\n* [⁠Shâh Kur](https://shahkur.specr.net/) - Blind Chess Practice / Improve Board Visualization \n* [WintrChess](https://wintrchess.com/), [2](https://chess.wintrcat.uk/) - Chess Game / Move Analysis\n* [⁠Chess Analysis](https://chess-analysis.org/) - Chess Game / Move Analysis / [Discord](https://discord.gg/hvrEXhX8qA)\n* [Pawn Appétit](https://pawnappetit.com/) - Chess Game / Move Analysis / [GitHub](https://github.com/ChessKitchen/pawn-appetit)\n* [Chesskit](https://chesskit.org/) - Chess Game / Move Analysis / [Discord](https://discord.com/invite/Yr99abAcUr) / [GitHub](https://github.com/GuillaumeSD/Chesskit)\n* [YottaChess](https://www.yottachess.com/) - Chess Game / Move Analysis\n* [⁠Chessigma](https://www.chessigma.com/) - Chess Game / Move Analysis / [Discord](https://discord.gg/dy9VXd5n3v)\n* [En Croissant](https://encroissant.org/) - Chess Game / Move Analysis\n* [Chess Vision](https://chessvision.ai/) - Chess Game / Move Analysis\n* [⁠Tactic or Not](https://tacticornot.com/) - Chess Move Analysis / Practice / [Discord](https://discord.gg/2WWgsuZmag)\n* [OpeningTree](https://www.openingtree.com/) - Download / Visualize Chess Games\n* [Chess Monitor](https://www.chessmonitor.com/) - Track Chess Analytics\n* [2700chess](https://2700chess.com/) - Live Chess Player Ratings\n* [365Chess](https://www.365chess.com/) - Chess History / Lessons\n* [ChessVariants](https://www.chessvariants.com/index/favorites.php) - 1000+ Chess Variants + Guides\n\n***\n\n## ▷ Dungeons & Dragons\n\n* ↪️ **[D&D Building Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools/#wiki_.25B7_rpg_worldbuilding)** - Map Editors, Campaign Managers, Worldbuilding, etc.\n* ⭐ **[D&D Compendium](https://www.dnd-compendium.com/)** or [RPGBOT](https://rpgbot.net/) - D&D Tools & Learning Resources\n* ⭐ **[5etools](https://5e.tools/)**, [⁠DM Screen](https://www.linepup.com/dm-screen/) or [The Acaeum](https://www.acaeum.com/) - Rules & Content References\n* ⭐ **[D&D Beyond](https://www.dndbeyond.com/)** - Official Toolset for 5E\n* ⭐ **[Kobold+ Fight Club](https://koboldplus.club/)** - Encounter Builder & Balancer\n* [Avrae](https://avrae.io/) - D&D Automation Discord Bot\n* [DnD-Books](https://github.com/EllatharTheHalfling/DnD-Books/) or [D&D 5e BR](https://dnd5ed.github.io) / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) - D&D 4E/5E Books\n* [Cruinne's D&D Reading Room](https://arcadia.net/Cruinne/DnD/Articles/worldbuilding.html) - D&D Worldbuilding Checklist\n* [⁠DiceCloud](https://dicecloud.com/) - D&D 5e Character Manager / [GitHub](https://github.com/ThaumRystra/DiceCloud/)\n* [⁠DMHeroes](https://dmheroes.com/) - D&D NPC Generator / [Classic](http://classic.dmheroes.com/)\n* [Tetra-cube](https://tetra-cube.com/dnd/dnd-statblock.html) - Monster Statblock Generator\n* [GM Binder](https://www.gmbinder.com/) - 5E Homebrew Document Editors\n* [D&D Wiki](https://www.dandwiki.com/) - D&D Homebrew Wiki\n\n***\n\n## ▷ LEGO\n\n* 🌐 **[Awesome Lego](https://github.com/ad-si/awesome-lego)** - LEGO Resources\n* [⁠Rebrickable](https://rebrickable.com/) - LEGO Collection Manager / Build Ideas\n* [⁠Mecabricks Workshop](https://www.mecabricks.com/en/workshop) or [BrickLink Studio](https://www.bricklink.com/v3/studio/download.page) - Virtual LEGO Building\n* [Brickset](https://brickset.com/) - LEGO Set Guide\n\n***\n\n# ► Language Learning\n\n## ▷ Multi-Language\n\n* 🌐 **[Language Links](https://docs.google.com/spreadsheets/d/1EGPFLFJdyKGKjh8LXXA099ddf1yB6ZQgr_mmtBnYCy8)**, [LibreTexts Languages](https://human.libretexts.org/Bookshelves/Languages), [/int/ Guide](https://4chanint.miraheze.org/) or [r/LanguageLearning Resources](https://www.reddit.com/r/languagelearning/wiki/resources/) - Language Learning Resources\n* 🌐 **[Speechling](https://speechling.com/tools)** - Language Learning Tools\n* 🌐 **[LexiLogos](https://www.lexilogos.com/english/index.htm)** or [Dictionary Index](https://lyricstranslate.com/en/resources) - Language Dictionary Indexes\n* 🌐 **[Comprehensible Input Wiki](https://comprehensibleinputwiki.org/)** - Learn Languages via Comprehensible Input\n* ↪️ **[Translation Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_translators)**\n* ⭐ **[Language Transfer](https://www.languagetransfer.org/)** - Language Learning Lectures\n* ⭐ **[Language Reactor](https://www.languagereactor.com/)**, [Dreaming](https://dreaming.com/) / [Subreddit](https://www.reddit.com/r/dreamingspanish/), [2](https://www.reddit.com/r/DreamingFrench/), [LLPlayer](https://github.com/umlx5h/LLPlayer), [Trancy](https://www.trancy.org/) or [Easysubs](https://easysubs.cc/) - Learn Languages via Videos\n* ⭐ **[Readlang](https://readlang.com/)** - Learn a Language via Web Browsing\n* [⁠Lute](https://luteorg.github.io/lute-manual) - Learn a Language via Reading / [GitHub](https://github.com/LuteOrg/lute-v3)\n* [⁠Lingotype](https://www.lingotype.app/) - Learn Languages via Typing \n* [Language Learners](https://forum.language-learners.org/) - Language Learning Forum / Community\n* [WordReference](https://www.wordreference.com/), [Glosbe](https://glosbe.com/) or [Reverso](https://reverso.net/) - Translation Dictionary\n* [Yomitan](https://yomitan.wiki/) - Popup Dictionary / [Discord](https://discord.gg/3v22CATnyr)\n* [ReverseDictionary](https://reversedictionary.org/) or [OneLook Reverse](https://onelook.com/reverse-dictionary.shtml) - Search for Words Using Their Meanings\n* [Languagelearning.site](https://languagelearning.site/) - Language Learning Torrents\n* [Refold](https://refold.la/) - Language Learning Roadmap\n* [⁠Lengualytics](https://www.lengualytics.com/) - Comprehensible Input Tracker / Resources\n* [LingoDeer](https://www.lingodeer.com/) or [Busuu](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Language Learning Lessons\n* [Language Drops](https://languagedrops.com/) / [Premium](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) or [OkyDoky](https://www.okydoky.app/) - Language Learning App with Thematic Vocab\n* [Yojik](https://fsi-languages.yojik.eu/index.html) - Language Learning Courses\n* [DLIFLC](https://gloss.dliflc.edu/) - Language Learning Quizzes\n* [Ba Ba Dum](https://babadum.com/) - Language Learning Game\n* [LanguageGuide](https://www.languageguide.org/) - Visual Language Learning\n* [clozemaster](https://www.clozemaster.com/) - Context-Based Language Learning\n* [Sounter](https://sounter.com/), [LingoClip](https://lingoclip.com/) or [LyricFluent](https://lyricfluent.com/) - Learn Languages via Music\n* [MORT](https://github.com/killkimno/MORT) or [Textractor](https://github.com/Artikash/Textractor) - Learn Languages via Games\n* [Language Roadmap](https://languageroadmap.com/) - Foreign Language Media Difficulty Guide\n* [LearnWithOliver](https://www.learnwitholiver.com/) - Language Learning Flashcards\n* [MyLanguages](https://mylanguages.org/), [VocabTest](https://www.vocabtest.com/), [My Little Word Land](https://mylittlewordland.com/) or [50Languages](https://www.50languages.com/) - Grammar / Vocabulary Language Learning\n* [Vocatra](https://esite.ch/vocatra/) or [QuizFlow](https://apt.izzysoft.de/fdroid/index/apk/jdm.apps.quizflow/) - Vocabulary Trainers\n* [Verbix](https://www.verbix.com/) - Verb Conjugator\n* [ListLang](https://www.listlang.com/) - Most Used Words in Any Language\n* [Omniglot](https://omniglot.com/) - Writing System & Language Encyclopedia\n* [LingYourLanguage](https://lingyourlanguage.com/) or [Language Squad](https://www.languagesquad.com/) - Language Identification Test\n* [IPA Reader](https://ipa-reader.com/) - International Phonetic Alphabet Reader\n* [Interactive IPA Chart](https://www.ipachart.com/) - Learn Phonetic Alphabet Symbols\n* [LocalLingual](https://localingual.com/) or [DialectArchive](https://www.dialectsarchive.com/globalmap) - Listen to Accents\n* [Plover](https://www.openstenoproject.org/plover/) - Stenography Engine / [Discord](https://discord.gg/NAzMz7C3wq) / [GitHub](https://github.com/openstenoproject/plover)\n* [TeachMeHebrew](https://www.teachmehebrew.com/) - Learn Hebrew\n* [wehewehe](https://wehewehe.org/) - Hawaiian Dictionary\n* [Wasona](https://wasona.com/) - Toki Pona Learning Site / Minimal Language / [Info](https://wikipedia.org/wiki/Toki_Pona#Purpose)\n* [Tōku Reo](https://www.tokureo.maori.nz/) - Māori Language Learning Show / [Info](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/mori-note.md)\n* [Itchy Feet Comic](https://files.catbox.moe/lq6s85.png) - Asian Script Differentiation Guide\n\n***\n\n## ▷ Language Exchange\n\n* 🌐 **[The Language Exchange Network](https://redd.it/5m5426)**, [2](https://docs.google.com/document/d/14is9MfGfKC-ptDhXGWLQFYSAaWTJSnUxj6zK0RGqNIk/) - Language Exchange Communities / [Discord](https://discord.gg/jxcVmHJ)\n* [InterPals](https://www.interpals.net/)\n* [Episoden](https://www.episoden.com/)\n* [Tandem](https://www.tandem.net/)\n* [Conversation Exchange](https://www.conversationexchange.com/)\n* [RhinoSpike](https://rhinospike.com/)\n* [HiNative](https://hinative.com/)\n* [LangX](https://Langx.io/) / [GitHub](https://github.com/langx/langx)\n* [Polyglot](https://polyglotclub.com/)\n* [ISODN Linguistics](https://discord.gg/8RVtshPPTh) - ISODN Linguistics Discord Community\n\n***\n\n## ▷ English\n\n* 🌐 **[Many Things](https://www.manythings.org/)** - ESL Resources\n* 🌐 **[ESOL](https://www.esolcourses.com/)** - English Learning Resources\n* [youglish](https://youglish.com/) or [YouDict](https://youdict.co/) - YouTube Word Pronunciations\n* [Forvo](https://forvo.com/) or [HowJSay](https://howjsay.com/) - Pronunciation Dictionary\n* [The Internet TESL Journal](http://iteslj.org/) - Resources for EFL and ESL Teachers\n* [EFSET](https://www.efset.org/) - English Proficiency Test\n* [Spellcheck](https://spellcheck.xyz) - English Spelling Game\n* [Learn English Online](https://www.learn-english-online.org/), [ESLFast](https://www.eslfast.com/), [AntiMoon](https://www.antimoon.com/), [Oxford Online](https://www.oxfordonlineenglish.com/free-english-lessons), [⁠Learn English](https://learnenglishteens.britishcouncil.org/) or [Cambridge Online](https://www.cambridgeenglish.org/learning-english/) - English Lessons\n* [EnglishCentral](https://www.englishcentral.com/), [BBC English](https://www.bbc.co.uk/learningenglish/), [EngVid](https://www.engvid.com/) or [Voscreen](https://voscreen.com/) - English Video Lessons\n* [Frenglish](https://frenglish.ru/) or [English E-Reader](https://english-e-reader.net/) - English Learning Books\n* [elllo](https://www.elllo.org/) or [Listening Lab](https://www.esl-lab.com/) - English Listening Lessons / Practice\n* [TalkEnglish](https://www.talkenglish.com/) or [Stimuler IELTS Speaking Buddy](https://play.google.com/store/apps/details?id=com.stimuler) - Improve Spoken English\n* [WriteAndImprove](https://writeandimprove.com/) - Improve English Writing\n* [Elsaspeak](https://elsaspeak.com/en/) - Practice English Conversations\n* [Spanish-English](https://discord.com/invite/spanish-english) or [English Chat](https://discord.gg/english) - English Learning Community / Discord\n* [Jumpinto](https://rentry.co/FMHYB64#jumpinto) or [IELTS69](https://www.ielts69.com/) - Cambridge English Practice Tests\n* [⁠IELTS Liz](https://ieltsliz.com/) - IELTS Test Preparation\n* [yell0wsuit](https://yell0wsuit.page/english.html) or [OxfordLearnersDictionaries](https://www.oxfordlearnersdictionaries.com/) - Word Learning Site\n* [CEFR Lookup](https://cefrlookup.com/) - CEFR Word Level Lookup\n* [Podcasts in English](https://www.podcastsinenglish.com/) - English Learning Podcasts\n* [Langeek](https://langeek.co/) or [Ozdic](https://ozdic.com/) - Grammar / Vocabulary Language Learning\n* [EnglishAccentMap](https://www.englishaccentsmap.com/) - English Accent Videos / Map\n* [EnglishBanana](https://www.englishbanana.com/) - English Learning Worksheets\n* [Free4Talk](https://www.free4talk.com/) - English Learning Communities\n\n***\n\n## ▷ Japanese\n\n* 🌐 **[yame dame](https://yameda.me/)**, [Tatsumoto](https://tatsumoto-ren.github.io/), [GaijinRyman](https://github.com/GaijinRyman/LearningJapaneseResources), [Nihongo](https://nihongo-e-na.com/eng/), [Japanese Resources](https://forum.wordreference.com/threads/japanese-resources-%E2%80%94-constantly-updated.787986/) or [AnimeCards](https://animecards.site/) - Learning Resources\n* 🌐 **[Japanese Pitch Accent Resources](https://github.com/olety/japanese-pitch-accent-resources)** - Japanese Accent Resources\n* ↪️ **[Japanese Learning Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_japanese_learning_sites)** / [YouTube Channels](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_youtube_channels)\n* ↪️ **[Dictionaries / Translation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_dictionaries_.2F_translation)**\n* ↪️ **[Kanji Learning Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_kanji_learning)**\n* [JapaneseWithAnime](https://www.japanesewithanime.com/) or [Immersion Kit](https://www.immersionkit.com/) - Learn Japanese via Anime / Manga\n* [Nihongo con Teppei](https://nihongoconteppei.com/) - Japanese Beginners Podcast\n* [JapaneseTab](https://github.com/Anupya/JapaneseTab) - Japanese Learning Extension\n* [Minato](https://minato-jf.jp/) - Japanese Courses\n* [Memento](https://ripose-jp.github.io/Memento/) - Japanese Learning Video Player\n* [Supernative](https://supernative.tv/) or [LearnNatively](https://learnnatively.com/) - Learn Japanese via Media\n* [jidoujisho](https://github.com/arianneorpilla/jidoujisho) or [Manabi](https://reader.manabi.io/) - Learn Japanese via Books\n* [⁠VNClub](https://vnclub.org/) - Learn Japanese via Visual Novels\n* [Learn Japanese Grammar](https://kimallen.sheepdogdesign.net/) or [BunPro](https://bunpro.jp/) - Learn Japanese Grammar\n* [OJAD](https://www.gavo.t.u-tokyo.ac.jp/ojad/eng/pages/home) - Japanese Accent Dictionary\n* [DelvinLanguage](http://delvinlanguage.com/) - Fill in Missing Japanese Words\n* [Jlpt N3](https://dethitiengnhat.com/en/) or [JapaneseTest4You](https://japanesetest4you.com/) - Jlpt Exam Questions / [Grammar](https://jlptgrammarlist.neocities.org/)\n* [GetKanda](https://getkana.com/app/), [Nihonoari](https://github.com/aeri/Nihonoari-App) or [RealKana](https://realkana.com/) - Learn Kana\n\n***\n\n## ▷ Korean\n\n* ⭐ **[Learn Korean](https://discord.gg/e3H9Pde)** - Korean Learning Discord\n* [Read Korean Letters](https://readkoreanletters.com/) - Learn Korean Characters\n* [KR Dict](https://krdict.korean.go.kr/eng/) - Korean Learning Dictionary\n* [HowToStudyKorean](https://www.howtostudykorean.com/) - Korean Lessons / Practice\n* [iksi](https://www.iksi.or.kr/) - Korean Classes\n* [TalkToMeInKorean](https://talktomeinkorean.com/) - Korean Learning Courses\n* [Sogang](https://korean.sogang.ac.kr/) or [90 Day Korean](https://www.90daykorean.com/) - Korean Learning Lessons\n* [Mirinae](https://mirinae.io/) - Korean Word Breakdown\n* [National Institute of Korean Language](https://www.korean.go.kr/front_eng/main.do) - Korean Dictionaries / Expression Practice\n* [⁠LetsLearnHangul](http://letslearnhangul.com/) - Hangul Learning\n* [Hangul Practice](https://hangul.gay/) - Hangul Recognition Test\n* [UltimateKorean](https://ultimatekorean.com/) - Korean Grammar / Vocab Lessons\n* [KoreanKeyboardLearner](https://monikasun88.github.io/KoreanKeyboardLearner/) - Korean Typing Practice\n* [Korean Trainer](https://koreantrainer.mloesch.it/) - Korean Numbers & Date Practice\n* [Hangul](https://hangul.cool/) - Korean Typing Practice\n\n***\n\n## ▷ Chinese\n\n* 🌐 **[YellowBridge](https://www.yellowbridge.com/)** or [DigMandarin](https://www.digmandarin.com/) - Chinese Learning Tools\n* 🌐 **[Cantonese Sheik](https://www.cantonese.sheik.co.uk/)**, [⁠Refold Mandarin](https://zenith-raincoat-5cf.notion.site/Refold-Mandarin-Resources-d54bfade358b4d0a88b5600acb99582b) or [SinoSplice](https://www.sinosplice.com/)- Chinese Learning Resources\n* ⭐ **[r/ChineseLanguage](https://www.reddit.com/r/ChineseLanguage/)** - Chinese Learning Community / [Discord](https://discord.gg/PAjBET7)\n* ⭐ **[Zhongwen](https://zhongwen.com/gudian.htm)** - Learn via Classic Chinese Literature\n* [Train Chinese](https://www.trainchinese.com/), [ChineseSkill](https://www.chineseskill.com/) or [HelloChinese](https://hellochinese.cc/) - Chinese Learning App\n* [KongLongMandarin](https://www.konglongmandarin.com/), [DU Chinese](https://www.duchinese.net/) or [Dong Chinese](https://www.dong-chinese.com/) - Chinese Lessons\n* [Stroke Order](https://stroke-order.learningweb.moe.edu.tw/?la=1), [LexList](https://www.edbchinese.hk/lexlist_en/index.jsp), [ArchChinese](https://www.archchinese.com/) or [Hanzi Grids](https://www.hanzigrids.com/) - Chinese Writing Lessons / Stroke Orders\n* [LexList](https://www.edbchinese.hk/lexlist_en/index.jsp) or [Chinese Character Database](https://humanum.arts.cuhk.edu.hk/Lexis/lexi-mf/) - Learn Chinese Characters\n* [HackingChinese](https://www.hackingchinese.com/archive-2/) - Chinese Learning Articles\n* [Cantonese.ca](https://cantonese.ca/), [CantoScrolls](https://cantoscrolls.com/) or [Laoshi](https://laoshi.io/) - Chinese Vocabulary\n* [Lindict](https://humanum.arts.cuhk.edu.hk/Lexis/Lindict/), [CantoWords](https://cantowords.com/), [MDBG](https://www.mdbg.net/), [LexList](https://www.edbchinese.hk/lexlist_en/index.jsp), [Revised Dictionary](https://dict.revised.moe.edu.tw/index.jsp), [Concised Dictionary](https://dict.concised.moe.edu.tw/), [Mini Dictionary](https://dict.mini.moe.edu.tw/) or [zdict](http://zdic.net/) - Chinese Dictionaries\n* [Maorma](https://www.maorma.net/) - Chinese Tone Practice\n* [The Chairman's Bao](https://www.thechairmansbao.com/) - Chinese Reading Practice / News Articles\n* [Pleco](https://www.pleco.com/) - Chinese Flashcards / Dictionary\n* [Chinese Flashcards](https://www.chineseflashcards.io/) - Chinese Flashcards\n* [MandoBot](https://mandobot.netlify.app/) - Mandarin Translation / Segmentation\n\n***\n\n## ▷ Cantonese\n\n* 🌐 **[Cantonese Sheik](https://www.cantonese.sheik.co.uk/)** - Cantonese Learning Resources\n* [Live Lingua Cantonese](https://www.livelingua.com/courses/Cantonese) - Free Cantonese Courses\n* [EdUHK](https://corpus.eduhk.hk/cantonese/e_index.html), [OpenCantonese](https://opencantonese.org/), [polyu](https://www.polyu.edu.hk/clc/cantonese/home/?lang=en) or [eMini_MOOC2k](https://www.eduhk.hk/cle/resources/Mini_MOOC2/index.htm) - Cantonese Learning / Practice\n* [Cantonese.ca](https://cantonese.ca/) or [CantoScrolls](https://cantoscrolls.com/) - Cantonese Vocabulary\n* [Beginner's Cantonese](https://ywjt2.user.srcf.net/cantonese/) - Cantonese Grammar Lesson \n* [CantoWords](https://cantowords.com/) or [LexList](https://www.edbchinese.hk/lexlist_en/index.jsp) - Cantonese Dictionary\n* [HKDict](https://hkdict.megaexplorer.net/) - Contemporary Cantonese-English Dictionary\n* [Cantonese Character Database](https://humanum.arts.cuhk.edu.hk/Lexis/lexi-mf/)\n* [OnlineCantonese](https://www.ilc.cuhk.edu.hk/workshop/Chinese/Cantonese/OnlineCantonese/) - Cantonese Tone Practice\n* [CanPro](https://play.google.com/store/apps/details?id=com.app.can_pro) / [iOS](https://apps.apple.com/hk/app/cantonese-pronunciation-app/id1625045916) - Cantonese Pronunciation App\n* [Jyutping](https://jyutping.org/en/) or [LearnDuck](https://chaaklau.github.io/LearnDuck/) - Learn Cantonese Romanization System\n\n***\n\n## ▷ European\n\n* 🌐 **[French Comprehensible Input](https://docs.google.com/spreadsheets/d/e/2PACX-1vS35pIJ5A3g5tBSyOcYY6RXhkfGyHGYUc_iD08MYbRmZta8R4ydXbMyrgOpy9Ignq7iyrqyThusQ8mu/pubhtml)** or **[⁠Refold French](https://docs.google.com/document/d/1lcc5v2y8m-s7b5P6OI5xtvZiPUULohxyP1rN8hrtuig/)** - French Comprehensible Input Resources\n* ⭐ **[StudySpanish](https://studyspanish.com/)** or [LibreLingo](https://librelingo.app/) - Learn Spanish\n* ⭐ **[SpanishDict](https://www.spanishdict.com/)** or [⁠Linguee](https://www.linguee.es/) - Spanish Translation Dictionaries\n* [Spanish-English](https://discord.com/invite/spanish-english) - Spanish Learning Community / Discord\n* [SpanishChecker](https://spanishchecker.com/) - Spanish Grammar Check\n* [FluentWithStories](https://www.fluentwithstories.com/) - Learn Spanish via Stories\n* [The French Tutorial](http://www.frenchtutorial.com/) - French Learning Tutorials\n* [⁠TV5MONDE](https://apprendre.tv5monde.com/en/) - French Learning Videos \n* [LCSpeakFrench](https://t.me/LCSpeakFrench) - Live French Lessons\n* [Uusi Kielemme](https://uusikielemme.fi/) - Finnish Learning\n* [The People's Dictionary](https://folkets-lexikon.csc.kth.se/folkets/folkets.en.html) - Swedish Translation Dictionary\n* [⁠Easy Croatian](https://www.easy-croatian.com/) or [⁠HR4EU](https://www.hr4eu.hr/) - Croatian Language Learning \n\n***\n\n## ▷ German\n\n* 🌐 **[⁠German Learning Roadmap](https://learngerman.pages.dev/)** or **[German Resources](https://docs.google.com/document/d/1J5PJK0qStw2DHQHdRHuKIfq_bJrZkFarQVT7fkz13tg/edit#heading=h.biavq1413l4t)** - German Language Resources\n* ⭐ **[German Discord](https://discord.gg/german)** - German Learning Community\n* ⭐ **[DW German Course](https://learngerman.dw.com/en/learn-german/s-9528)** - German Learning Course\n* ⭐ **[VHS Lernportal](https://www.vhs-lernportal.de/)** - German Learning Course / [Mobile](https://play.google.com/store/apps/developer?id=Deutscher+Volkshochschul-Verband)\n* [Seedlang](https://seedlang.com/) - German Learning App\n* [Linguee](https://www.linguee.de/) / [2](https://www.linguee.com/) or [Dict.cc](https://m.dict.cc/) - German Translation Dictionaries\n* [VerbForm](https://github.com/kmoragap/verbform) - Create German Verb Anki Flashcards\n\n***\n\n## ▷ South Asian\n\n* 🌐 **[Urdu Resources](https://docs.google.com/document/d/1GRTK_E0YGybMNYZjFToM40sOHNkR1NJXc_dL8HW2Q_0/)** or [UrduNotes](https://urdunotes.com/) - Urdu Learning Resources\n* 🌐 **[Mga Nagmamarunong's Masterlist](https://docs.google.com/spreadsheets/d/1R9P2nt0sQbL8GqEO_hcPjwIZcM-4s0BbJifm-1AJ0Bc/)** - Tagalog Learning Resources\n* 🌐 **[Learn Sanskrit](https://www.learnsanskrit.org/)** or **[Sanskrit Studio](https://sanskritstudio.wordpress.com/)** - Sanskrit Lessons and Tools\n* [South Asian Languages](https://discord.gg/TrdqTDdMba) - South Asian Language Learning\n* [Urdupod101](https://www.urdupod101.com/blog/2021/03/18/urdu-grammar-overview/) - Urdu Grammar Overview / [Video](https://youtu.be/X5J_kXigPWE)\n* [Rekhta Dictionary](https://www.rekhtadictionary.com/) - Urdu Dictionary\n* [UBC Sanskrit Learning Tools](https://ubcsanskrit.ca/) - UBC Sanskrit Lessons\n* [Sanskrit Subreddit](https://www.reddit.com/r/sanskrit/) / [Resources](https://www.reddit.com/r/sanskrit/comments/kx3xyu/sanskrit_resources_compilation_post/) - Sanskrit Resources / Discussion\n* [Ambuda](https://ambuda.org/texts/) - Sanskrit Dictionaries / Texts\n\n***\n\n## ▷ Sign Languages\n\n* ⭐ **[SpreadTheSign](https://spreadthesign.com/)**, [Sign Dictionary](https://signacademy.org/) or [SL Dictionary](https://www.sldictionary.org/) - Multi-Language Dictionaries\n* [ASL Dictionary](https://www.signasl.org/), [Anysign](https://www.anysign.app/en/dictionary), [WhatsThatSign](https://www.whatsthatsign.com/), [StrongASL](https://www.strongasl.com/), [LifePrint](https://lifeprint.com/), [ASLCore](https://aslcore.org/) or [HandSpeak](https://www.handspeak.com/) - American Sign Language Dictionaries\n* [BSL Dictionary](https://www.signbsl.com/), [BSL Signbank](https://bslsignbank.ucl.ac.uk/), [MobileSign](http://www.mobilesign.org/) or [Signd](https://signd.co.uk/) - British Sign Language Dictionaries\n* [Text to Sign](https://wecapable.com/tools/text-to-sign-language-converter/) - Convert Text to Fingerspelling in ASL or BSL\n* [Rochester ASL / LSF](https://projects.lib.rochester.edu/lsf-asl-app/) - ASL / LSF / Click Dictionary\n* [SignFlow](https://signflow.website/) - Interactive Sign Dictionary / Learning\n* [⁠Helping Hands](https://helpinghands.gg/) - VR-Based Sign Language Practice / Classes / [Discord](https://discord.com/invite/helpinghands)\n* [Signbank](https://auslan.org.au/) - Australian Sign Language Dictionary\n* [NZSL](https://nzsl.nz/) - New Zealand Sign Language Dictionary\n* [SSC](https://www.ssc.education.ed.ac.uk/BSL/) - BSL Academic Term Dictionary\n* [BKS](https://bks.org.uk/) - British Key Word Signs\n* [International Sign](https://sonastik.ead.ee/rahvusvaheline/en) - International Sign Language\n* [DeafTec](https://deaftec.org/stem-dictionary/) or [Tachyo](https://www.tachyo.org/) - STEM Sign Dictionaries / Search\n* [Interpreter Services](https://alb-accmedia.austincc.edu/signs) - Specialized ASL Dictionary\n* [Sign AIP](https://www.sign-aip.net/sign-aip/en/) - Sign-Language Learning Videos\n* [SignSchool](https://www.signschool.com/) - ASL Learning / Dictionary\n* [The ASL Calendar](https://discord.gg/QU6vMSYN7y) - ASL Community / Resources\n* [⁠SooSL](https://www.soosl.net/) - Create Custom Sign Language Dictionaries\n* [ASL Learning](https://asl.ms/) - ASL Learning Site\n* [ASL-LEX](https://asl-lex.org/) - ASL Visual Connections Map / [Visualization](https://asl-lex.org/visualization/)\n* [DeafVideo](https://www.deafvideo.tv/) - ASL Vlogs + Videos / YouTube Style Site for Deaf Content\n* [Learn NZSL](https://learn.nzsl.nz/) - NZSL Learning Site\n* [HandyBSL](https://handybsl.co.uk/) - Learn / Practice BSL\n* [SignLearner](https://signlearner.com/) - Learn ASL or BSL while Browsing Internet / Chromium\n* [Signs](https://signs-ai.com/) - ASL Learning AI\n* [Learn BSL in SignWriting](https://ankiweb.net/shared/info/1502698119)\n* [DPAN](https://dpan.tv/), [Deaffest](https://deaffestonlinecinema.eventive.org/) (signup), [DMDb](https://deafmovie.org/free/) or [Lumo TV](https://lumotv.co.uk/) - Deaf Entertainment / News\n* [DMDb](https://deafmovie.org/) or [Sign on Screen](https://signonscreen.com/all-films/) - Deaf Movie Databases / Sign Language Films / Deaf Actors\n\n***\n\n# ► Developer Learning\n\n* 🌐 **[Awesome Courses](https://github.com/prakhar1989/awesome-courses/)** or **[Awesome Certificates](https://panx.io/awesome-certificates/)** / [GitHub](https://github.com/PanXProject/awesome-certificates) - Dev Course Indexes\n* 🌐 **[Awesome YouTubers](https://github.com/JoseDeFreitas/awesome-youtubers)** - YouTube Dev Channels Indexes\n* 🌐 **[ProgrammingLearningResources](https://rentry.co/ProgrammingLearningResources)**, [r/LearnProgramming Wiki](https://www.reddit.com/r/learnprogramming/wiki/faq#wiki_getting_started), [Programming Learning Index](https://github.com/bobeff/programming-math-science), [⁠awesome-opensource-documents](https://github.com/44bits/awesome-opensource-documents) or [A-to-Z-Resources-for-Students](https://github.com/dipakkr/A-to-Z-Resources-for-Students) - Programming Learning Resources\n* 🌐 **[Python Discord](https://pythondiscord.com/resources/)** - Python Learning Resources\n* 🌐 **[Roadmap](https://roadmap.sh/)** - Developer Roadmaps / [GitHub](https://github.com/kamranahmedse/developer-roadmap)\n* 🌐 **[Path to Senior Engineer](https://github.com/jordan-cutler/path-to-senior-engineer-handbook)** or [Professional Programming](https://github.com/charlax/professional-programming) - Software Engineer Resources\n* ↪️ **[Programming Books](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_programming_books)** - Read / Download Programming Books\n* ⭐ **[freeCodeCamp](https://www.freecodecamp.org/)** - Programming / Courses / Interactive\n* ⭐ **[git-cheat-sheet](https://github.com/arslanbilal/git-cheat-sheet)**, [Git Commands](https://gabrieldejesus.github.io/git-commands/) or [Git Cheatsheet](https://www.ndpsoftware.com/git-cheatsheet.html#loc=index;) - Git Command Lists\n* ⭐ **[OpenVim](https://openvim.com/)** or [Vim Hero](https://www.vim-hero.com/) - Interactive Vim Tutorials\n* ⭐ **[StarSQL](https://selectstarsql.com/)**, [⁠SQL Practice](https://www.sql-practice.online/) or [Learn SQL](https://sqlbolt.com/) - SQL Lessons / Practice\n* [First Timers Only](https://www.firsttimersonly.com/) - Contribution Guide for Beginners\n* [Beej's Guide to Git](https://beej.us/guide//) or [Git Tips](https://github.com/git-tips/tips) - Git Guides / Tips\n* [Oh My Git!](https://ohmygit.org/) or [Oh Shit, Git!?!](https://ohshitgit.com/) - Git Learning Game\n* [Git Tutorial](https://4geeksacademy.github.io/git-interactive-tutorial/) - Interactive Git Tutorial\n* [Learn Git Branching](https://learngitbranching.js.org/) - Interactive Git Branching Guide\n* [Git Time](https://git.bradwoods.io/) - Git Learning Game\n* [Hack Club](https://hackclub.com/) - Non-Profit High School Coding Community / Resources / [GitHub](https://github.com/hackclub)\n* [DevToolTips](https://devtoolstips.org/) - Developer Tips\n* [Checki0](https://checkio.org/) - Code Learning Games\n* [Scrimba](https://scrimba.com/) or [⁠VittaScience](https://en.vittascience.com/code) - Interactive Programming Learning\n* [CloudSkillsBoost](https://www.cloudskillsboost.google/paths) - Programming Courses\n* [⁠MOOC.fi](https://www.mooc.fi/en/) - Programming Courses \n* [EggHead](https://egghead.io/) - Programming Courses\n* [TechSchool](https://techschool.dev/en) - Programming Courses / [Discord](https://discord.com/invite/C4abRX5skH)\n* [⁠Josh Comeau](https://www.joshwcomeau.com/) - Programming Tutorials \n* [Scratch](https://scratch.mit.edu/) / [Firefox Extension](https://scratchaddons.com/) / [Chrome Extension](https://www.scratchtools.app/) / [Package Projects](https://packager.turbowarp.org/) / [Javascript Converter](https://turbowarp.org/), [2](https://github.com/TurboWarp/) / [Wiki / Guides](https://scratch-wiki.info/) / [GitHub](http://github.com/ScratchAddons/ScratchAddons) or [⁠MIT App Inventor](https://appinventor.mit.edu/) - Beginner Programming Learning\n* [USACO Guide](https://usaco.guide/) - Competitive Programming Lessons\n* [Beej's Guides](https://www.beej.us/guide/) or [LearnByExample](https://learnbyexample.github.io/) - Programming Guides\n* [CodinGame](https://www.codingame.com/) - Games to Practice Coding / Programming\n* [Advent of Code](https://adventofcode.com/) - Programming Puzzles\n* [Project Based Learning](https://github.com/practical-tutorials/project-based-learning) - Collection of Project-Based Tutorials\n* [Interview University](https://github.com/jwasham/coding-interview-university) - Software Engineer Study Guides\n* [System Design 101](https://github.com/ByteByteGoHq/system-design-101) or [system-design-primer](https://github.com/donnemartin/system-design-primer) - System Design Guides\n* [CLIG](https://clig.dev/) - CLI Design Guide / [Discord](https://discord.gg/EbAW5rUCkE)\n* [LearnToCloud](https://learntocloud.guide/) - Cloud Computing Guide\n* [⁠Server Survival](https://pshenok.github.io/server-survival/) - Tower Defense Game for learning Cloud Architecure / [GitHub](https://github.com/pshenok/server-survival)\n* [Swift Playgrounds](https://developer.apple.com/tutorials/swiftui) - Learn Swift UI / [Samples](https://developer.apple.com/tutorials/sample-apps)\n* [rTorr](https://vim.rtorr.com/) - Vim Editor Cheat Sheets\n* [Vim University](https://github.com/wincent/vim-university) - Vim Tips\n* [VimTip](https://vim.fandom.com/wiki/Category:VimTip) - Vim Editor Tips\n* [Vim Adventures](https://vim-adventures.com/) - Vim Learning Game\n* [High Assurance Rust](https://highassurance.rs/) - Software Development Guide\n* [LearningSEO.io](https://learningseo.io/) or [SEO Cheat Sheet](https://seo-cheat-sheet.9elements.com/) - SEO Learning\n* [SQL PD](https://sqlpd.com/), [SQL Noir](https://www.sqlnoir.com/), [Lost at SQL](https://lost-at-sql.therobinlord.com/) or [SQL Easy](https://www.sql-easy.com/) - SQL Learning Games\n* [PostgreSQL Tutorial](https://neon.tech/postgresql/tutorial) - PostgreSQL Tutorial\n* [MySQL Tutorial](https://www.mysqltutorial.org/) - MySQL Tutorial\n* [LearnOpenGL](https://learnopengl.com/) - Learn OpenGL\n* [Devops Exercises](https://github.com/bregman-arie/devops-exercises) - DevOps Exercises\n* [90DaysOfDevOps](https://github.com/MichaelCade/90DaysOfDevOps) - Learn DevOps\n* [Hasura](https://hasura.io/learn/) - GraphQL Courses\n* [systemd-by-example](https://systemd-by-example.com/) - systemd Learning\n* [The Linux Kernel](https://kernel.org/doc/) - Linux Kernel Development Guides / [Archives](https://kernel.org/)\n* [Workbench](https://apps.gnome.org/Workbench) - Learn / Experiment with Gnome / [GitHub](https://github.com/workbenchdev/Workbench)\n\n***\n\n## ► Coding Tutorials\n\n* 🌐 **[Project Based Learning](https://github.com/practical-tutorials/project-based-learning)** - Project Based Learning Resources\n* ⭐ **[Build your own X](https://github.com/codecrafters-io/build-your-own-x)** - Advanced Coding Tutorials / [Discord](https://discord.gg/DeqUD2P)\n* [Programiz](https://www.programiz.com/), [TutorialKart](https://www.tutorialkart.com/), [Hackr.io](https://hackr.io/), [Ultimate Programming](https://www.codebreakthrough.com/ultimate-programming-all-in-one-tutorials?coupon=LEARNFORFREE), [GeeksforGeeks](https://www.geeksforgeeks.org/) or [Tpoint Tech](https://www.tpointtech.com/) / [Telegram](https://t.me/tpointtech) - General Coding Tutorials\n* [Guru99](https://www.guru99.com/) - Software / Web Development\n* [Codelabs](https://codelabs.developers.google.com/) - Project Based Tutorials\n* [The SHA-256 Project](https://github.com/oconnor663/sha256_project) - Learn to Develop SHA-256\n* [calmcode](https://calmcode.io/) - Video Tutorials\n* [zetcode](https://zetcode.com/) - Programming Notes / Ebooks\n* [Ebook Foundation](https://ebookfoundation.github.io/free-programming-books/) - Programming Ebooks\n\n***\n\n## ▷ Programming Languages\n\n* ⭐ **[30 Days Of Python](https://github.com/Asabeneh/30-Days-Of-Python)** - Python Programming Challenge\n* [Hitchhiker's Guide to Python](https://docs.python-guide.org/) - Python Guide / [GitHub](https://github.com/realpython/python-guide)\n* [Typing.io](https://typing.io/) or [Silver Dev's WPM](https://wpm.silver.dev/) - Programming Typing Practice / Sign-Up\n* [A Byte of Python](https://python.swaroopch.com/) - Python Guide\n* [Learn Python](https://www.learnpython.org/) - Interactive Python Guide\n* [FutureCoder](https://futurecoder.io/) - Interactive Python Guide\n* [⁠Genepy](https://genepy.org/) - Interactive Python Guide\n* [Learn-Python](https://github.com/trekhleb/learn-python) - Python Playground / Cheatsheet\n* [CS50](https://cs50.harvard.edu/python/) - Python Course\n* [Tea Press](https://greenteapress.com/wp) - Python Learning Book\n* [Learn C](https://www.learn-c.org/) - C Tutorials\n* [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) / [GitHub](https://github.com/isocpp/CppCoreGuidelines) or [modern-cpp-tricks](https://github.com/rachitiitr/modern-cpp-tricks) - C++ Tips \n* [Learn C++](https://www.learncpp.com/) or [StudyPlan](https://www.studyplan.dev/) - C++ Lessons / Tutorials\n* [Makefile Tutorial](https://makefiletutorial.com/) - Makefile Tutorial\n* [AmigosCode](https://www.youtube.com/@amigoscode), [Java Design Patterns](https://java-design-patterns.com/) or [learncs.online](https://www.learncs.online/) - Java / Kotlin Guides\n* [Learn Next.js](https://nextjs.org/learn) - Next.js Learning Resources\n* [LearnGo](https://github.com/inancgumus/learngo), [Tour Go](https://tour.go.dev/) or [play-with-go](https://play-with-go.dev/) - Learn Go Programming\n* [Rust Learning](https://github.com/ctjhoa/rust-learning) - Rust Learning Resources\n* [Poignant](https://poignant.guide/) or [Try Ruby](https://try.ruby-lang.org/) - Learn Ruby\n* [Learn Perl](https://www.learn-perl.org/) - Learn Perl\n\n***\n\n## ▷ Web Development\n\n* 🌐 **[MDN](https://developer.mozilla.org/)** or [Web Dev Resources](https://joshjoshuap-webdevresources.vercel.app/) - Web Dev Learning Resources\n* ⭐ **[Odin Project](https://www.theodinproject.com/)**, [2](https://www.freecodecamp.org/learn/the-odin-project/) - Programming / Courses / Interactive / [Discord](https://discord.com/invite/fbFCkYabZB)\n* ⭐ **[FullStackOpen](https://fullstackopen.com/en/)** - Full Stack Course / [Discord](https://study.cs.helsinki.fi/discord/join/fullstack)\n* ⭐ **[LandChad](https://landchad.net/)**, [32bit](https://32bit.cafe/) or [learn.sadgrl.online](https://sadgrl.online/guides/) - Site Development Guides\n* ⭐ **[Learn to Code HTML & CSS](https://learn.shayhowe.com/)** - HTML/CSS Course\n* ⭐ **[PHP: The Right Way](https://phptherightway.com/)**, [Learn PHP](https://odan.github.io/learn-php/) or [PHP Tutorial](https://www.phptutorial.net/) - Learn PHP\n* ⭐ **[JavaScript.info](https://javascript.info/)**, [Patterns.dev](https://www.patterns.dev/) or [30 Days Of JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript) - JavaScript Learning Sites\n* [⁠Cloud Cost Handbook](https://handbook.vantage.sh/) - Public Cloud Hosting Cost Guide / [GitHub](https://github.com/vantage-sh/handbook.vantage.sh)\n* [Web Dev for Beginners](https://microsoft.github.io/Web-Dev-For-Beginners/) - Web Dev Course\n* [⁠Packet.School](https://packet.school/) - Interactive Networking Learning\n* [Awesome Network Analysis](https://github.com/briatte/awesome-network-analysis) - Network Analysis Learning\n* [Aquent Gymnasium](https://thegymnasium.com/) or [CodeAnalogies](https://www.codeanalogies.com/) - Web Dev Tutorials\n* [Dash](https://dash.generalassemb.ly/) - Web Dev Courses\n* [Web Skills](https://andreasbm.github.io/web-skills/), [Codeguage](https://www.codeguage.com/) / [Discord](https://discord.gg/V8jcS8d2H5), [web.dev](https://web.dev/learn) or [Encodedna](https://www.encodedna.com/) - Web Dev Guides\n* [Codevolution](https://www.youtube.com/@Codevolution) - Web Dev Video Lessons\n* [⁠The Copenhagen Book](https://thecopenhagenbook.com/) - Web App Auth Guidelines\n* [DOM Events](https://domevents.dev/) - Learn about DOM Events\n* [WebRTCForTheCurious](https://webrtcforthecurious.com/) - WebRTC Guide / [GitHub](https://github.com/webrtc-for-the-curious/webrtc-for-the-curious)\n* [backendlore](https://github.com/fpereiro/backendlore) or [Design Pattern for Humans](https://github.com/kamranahmedse/design-patterns-for-humans) - Backend Coding Guides\n* [backend-challenges](https://github.com/CollabCodeTech/backend-challenges) - Backend Challenges for Practice\n* [Backend Cheats](https://github.com/cheatsnake/backend-cheats) - Backend Cheatsheet / Guide\n* [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)\n* [STPG](https://stpg-tk.netlify.app/guides/) - Startpage Creation Guides / [Discord](https://discord.com/invite/ExAGgVR)\n* [Web Design in 4 Minutes](https://jgthms.com/web-design-in-4-minutes/) or [Strml](https://www.strml.net/) - Interactive Web Design Tutorial\n* [WebGL and GLSL Workshop](https://mattdesl.github.io/workshop-webgl-glsl/) - Interactive WebGL / GLSL Tutorial\n* [⁠HTML Style Guides](https://ggprompts.github.io/htmlstyleguides/) - ⁠HTML Style Guides / [GitHub](https://github.com/GGPrompts/htmlstyleguides)\n* [HEAD](https://htmlhead.dev/) - HTML head Element Guide\n* [css-animation](https://css-animations.io/) - CSS Animation Tutorial\n* [100DayCSS](https://100dayscss.com/), [CSS Challenges](https://css-challenges.com/) or [PlayCSS](https://playcss.app/) - CSS Challenges\n* [Codepip](https://codepip.com/games/), [Grid Garden](https://cssgridgarden.com/), [CSS Battle](https://cssbattle.dev/), [CSS Speedrun](https://css-speedrun.netlify.app/), [CodingFantasy](https://codingfantasy.com/) or [CSS Diner](https://flukeout.github.io/) - CSS Learning Games\n* [Guess CSS](https://www.guess-css.app/) - CSS Guessing Game\n* [Flexbox Froggy](https://flexboxfroggy.com/), [Flexbox Zombies](https://mastery.games/flexboxzombies), [FlexboxDefense](http://www.flexboxdefense.com/) or [KnightsoftheFlexboxTable](https://knightsoftheflexboxtable.com/) - CSS Flexbox Learning Games\n* [DefensiveCSS](https://defensivecss.dev/) - CSS Tips\n* [LearnCSSGrid](https://learncssgrid.com/) or [GridByExample](https://gridbyexample.com/) - CSS Grid Guides\n* [ReactStudyKit](https://reactstudykit.com/) - React Study Tools / Flashcards\n* [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) or [EloquentJavaScript](https://eloquentjavascript.net/) - JavaScript Learning Books\n* [JavaScript Questions](https://github.com/lydiahallie/javascript-questions) or [JavaScriptQuiz](https://javascriptquiz.com/) - JavaScript Questions for Practice\n* [33 JS Concepts](https://github.com/leonardomso/33-js-concepts) - Useful JavaScript Concepts\n* [You-Dont-Need-jQuery](https://github.com/camsong/You-Dont-Need-jQuery) - JavaScript Query Style Events Guide\n* [Untrusted](https://untrustedgame.com/) - JavaScript Learning Game\n* [HTMLDog](https://htmldog.com/) - HTML/CSS and JavaScript Tutorials\n* [Pixactly](https://pixact.ly/) - Test Pixel Dimension Orientation\n\n***\n\n## ▷ Computer Science\n\n* 🌐 **[CompSciLib](https://www.compscilib.com/)** - Computer Science Tools\n* ⭐ **[TeachYourselfComputerScience](https://teachyourselfcs.com/)** - Computer Science Book Recommendations\n* ⭐ **[Open Source Society University](https://github.com/ossu/computer-science)** / [PT-BR](https://github.com/ossu/computer-science-br) / [CN](https://github.com/ossu/computer-science-cn) - Computer Science Roadmap / [Discord](https://discord.gg/wuytwK5s9h)\n* ⭐ **[CS50](https://cs50.harvard.edu/x/)** - Harvard Computer Science Course / [Subreddit](https://www.reddit.com/r/cs50/) / [Telegram](https://t.me/cs50x) / [Discord](https://discord.com/invite/cs50) / [GitHub](https://github.com/cs50)\n* ⭐ **[NandGame](https://nandgame.com/)** - Computer Building Puzzle\n* ⭐ **[CraftingInterpreters](https://www.craftinginterpreters.com/)** - Scripting Language Implementation Book / [GitHub](https://github.com/munificent/craftinginterpreters)\n* [⁠CSRankings](https://csrankings.org/) - Publication Activity of Computer Science Colleges per Topic\n* [CS1000](https://cs1000.surge.sh/) - Computer Science / Software Engineering\n* [Tech Dev Guide](https://techdevguide.withgoogle.com/) - Computer Science Google Courses\n* [Big-O Cheatsheet](https://www.bigocheatsheet.com/) - Computer Science Complexities Cheatsheet\n* [CSDIY](https://csdiy.wiki/en/), [awesome-low-level-design](https://github.com/ashishps1/awesome-low-level-design), [awesome-system-design-resources](https://github.com/ashishps1/awesome-system-design-resources) or [LearnAIFromScratch](https://learnaifromscratch.github.io/) - Computer Science Learning Guides\n* [ProfessorMesser](https://www.professormesser.com/) - IT Courses\n* [Code.org](https://code.org/) - Computer Science Courses\n* [cs-video-courses](https://github.com/Developer-Y/cs-video-courses) - Computer Science Courses\n* [Modern Computer Science Curriculum](https://functionalcs.github.io/curriculum/) - Computer Science Courses\n* [⁠SEE](https://see.stanford.edu/) - Computer Science Courses\n* [CollegeComendium](https://collegecompendium.org/) - Computer Science Courses\n* [Gwern.net](https://gwern.net/) - Gwern Branwen Essays (AI, Psychology, & Statistics)\n* [Runestone Interactive](https://runestone.academy/) - Interactive Guides\n* [Computerphile](https://www.youtube.com/@Computerphile/) or [CSDojo](https://www.youtube.com/@CSDojo) - Computer Science YouTube Channels\n* [ApressOpen](https://www.apress.com/us/apress-open/apressopen-titles) - Computer Science Books\n* [Papers We Love](https://paperswelove.org/) - Computer Science Research Papers\n* [⁠System Design Academy](https://github.com/systemdesign42/system-design-academy) - Large Scale System Design Learning \n* [CS Academy](https://csacademy.com/) - Interactive Computer Science Lessons\n* [From Nand To Tetris](https://www.nand2tetris.org/course) - Computer Building Lesson\n* [Copetti](https://www.copetti.org/) - In-depth Console Architecture Analysis / [GitHub](https://github.com/flipacholas/Architecture-of-consoles)\n* [Web Browser Engineering](https://browser.engineering/) - Learn about Browser Engineering\n* [OSDev Wiki](https://wiki.osdev.org/) - Operating System Dev Wiki\n* [Wi is Fi](https://www.wiisfi.com/) - Wi-Fi Educational Guide\n* [CPU Land](https://cpu.land/) - What Happens when you run Programs\n* [Computer Science Lecture Links](https://github.com/riti2409/Resources-for-preparation-Of-Placements)\n* [Eylenburg](https://eylenburg.github.io/) - Hardware / Software Comparisons + History\n\n***\n\n## ▷ Data Science\n\n* 🌐 **[Awesome DataScience](https://github.com/academic/awesome-datascience)** - Data Science Resources\n* 🌐 **[⁠Awesome Data Analysis](https://github.com/PavelGrigoryevDS/awesome-data-analysis)** - Data Analysis Resources \n* 🌐 **[Data Engineer Handbook](https://github.com/DataExpert-io/data-engineer-handbook)** - Data Engineer Resources\n* ↪️ **[Machine / Deep Learning](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_machine_learning)**\n* ⭐ **[Open Source Society University](https://github.com/ossu/data-science)** - Data Science Roadmap / [Discord](https://discord.gg/wuytwK5s9h)\n* [Mage](https://www.mage.ai/) - Data Science Pipelines\n* [Deepnote](https://deepnote.com/) - Data Science Notebook\n* [Visualization.info](https://visualization.info/) - Learn About Data Visualization\n* [365Datascience](https://365datascience.com/) - Data Science Courses\n* [Advanced R](https://adv-r.hadley.nz/) - R Guide / [Solutions](https://advanced-r-solutions.rbind.io/)\n* [R Packages](https://r-pkgs.org/) - R Packages Guide\n* [R for Data Science](https://r4ds.had.co.nz/) - R Data Science Guide\n* [Zero to Nix](https://zero-to-nix.com/) - Nix Learning Guide\n* [ggplot2: Elegant Graphics for Data Analysis](https://ggplot2-book.org/index.html) - ggplot2 Guide\n* [Data Science Ipython Notebooks](https://github.com/donnemartin/data-science-ipython-notebooks), [Scipy Lectures](https://lectures.scientific-python.org/) or [Virgilio](https://virgili0.github.io/Virgilio/) / [GitHub](https://github.com/virgili0/Virgilio) - Learn DataScience\n* [Data Engineering Zoomcamp](https://github.com/DataTalksClub/data-engineering-zoomcamp) - Data Engineering Course\n* [Data Engineering Practice Problems](https://github.com/danielbeach/data-engineering-practice) - Data Engineering Practice\n* [Learn to Make Netflix Clone](https://github.com/kubowania/netflix-clone-graphql-datastax)\n* [Zasper](https://github.com/zasper-io/zasper) - Data Science IDE\n\n***\n\n## ▷ Data Structures\n\n* ⭐ **[Leetcode](https://leetcode.com/)** - Coding Practice\n* ⭐ **Leetcode Tools** - [Solutions](https://github.com/kamyu104/LeetCode-Solutions), [2](https://leetcode.ca/), [3](https://walkccc.me/LeetCode/) / [Company Questions](https://leetbot.org/), [2](https://seanprashad.com/leetcode-patterns/), [3](https://github.com/MysteryVaibhav/leetcode_company_wise_questions) / [Animations](https://github.com/MisterBooo/LeetCodeAnimation) / [Anki Cards](https://github.com/fspv/leetcode-anki) / [Videos](https://github.com/fishercoder1534/Leetcode) / [Resources](https://github.com/ashishps1/awesome-leetcode-resources) / [Analytics](https://leetcode-company-questions.vercel.app/)\n* [NeetCode](https://neetcode.io/) - Coding Interview Practice\n* [algonds](https://github.com/MaciejWas/algonds) - Coding Practice\n* [Codility](https://app.codility.com/programmers/) - Coding Practice\n* [ProjectLearn](https://projectlearn.io/) - Coding Practice\n* [LintCode](https://www.lintcode.com/) or [CodeWars](https://www.codewars.com/) - Coding Practice\n* [Coding Questions](https://platform.stratascratch.com/coding) or [Skilled.dev](https://skilled.dev/) - Coding Interview Questions\n* [BuildBox](https://app.buidlbox.io/), [DevPost](https://devpost.com/), [HackTheEarth](https://www.hackerearth.com/challenges/), [EMKC](https://emkc.org/challenges), [AtCoder](https://atcoder.jp/) or [Toph.co](https://toph.co/) - Hackathon / Challenge Communities\n* [Rosetta Code](https://rosettacode.org/wiki/Rosetta_Code), [CodeAbbey](https://www.codeabbey.com/), [Kattis](https://open.kattis.com/) or [Coding Problems](https://github.com/MTrajK/coding-problems) - Coding Problems / Solutions\n* [Exercism](https://exercism.org/), [HackerRank](https://www.hackerrank.com/) or [CS Circles](https://cscircles.cemc.uwaterloo.ca/) - Programming Lessons\n* [Hello Algo](https://www.hello-algo.com/en/) - Data Structures and Algorithms Course\n* [Algorithms-Cheatsheet-Resources](https://github.com/starkblaze01/Algorithms-Cheatsheet-Resources) - Code Algorithm Cheat Sheets\n* [algorithms](https://prashantbarahi.com.np/docs/algorithms/intro) - Code Algorithms & Data Structures Tutorials\n* [JavaScript Algorithms](https://github.com/trekhleb/javascript-algorithms) - Algorithms and Data Structures in JavaScript\n* [VisuAlgo](https://visualgo.net/) - Data Structures & Algorithm Animations\n* [Algorithm Visualizer](https://algorithm-visualizer.org/), [⁠Staying](https://staying.fun/en) or [Sorting Algorithms Visuallizer](https://sadanandpai.github.io/algo-visualizers/#/sorting-visualizer/bubble) / [GitHub](https://github.com/sadanandpai/algo-visualizers) - Visualize Code Algorithms\n* [CSES Problemset](https://cses.fi/problemset/) - Collection of Algorithmic Programming Problems\n* [Memery Spy](https://memory-spy.wizardzines.com/) - Learn how Bytes Represent Variables\n\n***\n\n## ▷ UI / UX\n\n* [design.tips](https://www.designer.tips/) or [Utopia](https://utopia.fyi/) - Design Tips\n* [HackDesign](https://hackdesign.org/) or [Sky Design](https://github.com/josephgoksu/sky-design) - UI / Webdesign Courses\n* [Can't Unsee](https://cantunsee.space/) - UI Design Test\n* [UXTools](https://uxtools.co/) or [UXMovement](https://uxmovement.com/) - Learn UX Design\n* [SitePoint](https://www.sitepoint.com/) - UX Design Courses & Books\n* [delightful humane design](https://codeberg.org/teaserbot-labs/delightful-humane-design) - Humane Design Resources\n* [Laws of UX](https://lawsofux.com/) - Maxims / Principles for UI Designers\n* [Deceptive Patterns](https://www.deceptive.design/) - Deceptive User Experience Examples\n* [UI Coach](https://uicoach.io/) - UI Design Challenge Generator\n* [HTML Dog](https://htmldog.com/) - Frontend Tutorials & Examples\n* [FrontEndMentor](https://www.frontendmentor.io/) or [Frontend Challenges](https://github.com/felipefialho/frontend-challenges) - Frontend Design Challenges\n* [Frontend Learning Kit](https://github.com/sadanandpai/frontend-learning-kit) - Frontend Learning Index\n* [Frontend Bootcamp](https://microsoft.github.io/frontend-bootcamp/) - Frontend Workshop\n\n***\n\n## ▷ Cybersecurity\n\n* 🌐 **[Free Cyber Resources](https://github.com/gerryguy311/Free_CyberSecurity_Professional_Development_Resources)**, [BlueTeam Tools](https://github.com/A-poc/BlueTeam-Tools) or [Applied Cybersecurity](https://www.nist.gov/itl/applied-cybersecurity/nice/resources/online-learning-content) - Cybersecurity Learning Resources\n* 🌐 **[Official Cybersecurity YouTube Channels](https://github.com/superlincoln953/Free-Official-Youtube-Content?tab=readme-ov-file#tech--security)**\n* 🌐 **[CTF Sites](https://ctfsites.github.io/)**, [echoCTF.RED](https://echoctf.red/), [CTF101](https://ctf101.org/), [picoCTF](https://picoctf.org/), [CTF Beginners Guide](https://jaimelightfoot.com/blog/so-you-want-to-ctf-a-beginners-guide/), [CTFtime](https://ctftime.org/) or [CTFLearn](https://ctflearn.com/) - CTF Resources / Guides\n* 🌐 **[Awesome Sites to Test On](https://github.com/BMayhew/awesome-sites-to-test-on)** - Cybersecurity Practice Sites\n* ⭐ **[HackTricks](https://book.hacktricks.wiki/)** - Practical Penetration Testing & Security Auditing Tips\n* ⭐ **[PortSwigger Academy](https://portswigger.net/web-security)** - Web Security Learning\n* ⭐ **[OWASP Cheatsheet](https://cheatsheetseries.owasp.org/)** - Application Security Guide\n* [Hackers101](https://www.hacker101.com/), [SmashTheStack](https://smashthestack.org/) or [WebHacking](https://webhacking.kr/) - Cybersecurity Challenges\n* [Skills for All](https://www.netacad.com/) or [90DaysOfCyberSecurity](https://github.com/farhanashrafdev/90DaysOfCyberSecurity) - Cybersecurity Courses\n* [TryHackMe](https://tryhackme.com/), [HackTheBox](https://www.hackthebox.com/) or [OpenSecurityTraining2](https://opensecuritytraining.info/) - Cybersecurity Lessons\n* [Addielamarr](https://publish.obsidian.md/addielamarr/), [Cyber Talent Kids](https://cybertalentskids.com/) or [Teach Yourself Info Sec](https://teachyourselfinfosec.com/) - Learn About Cybersecurity\n* [pwn.college](https://pwn.college/) - Cybersecurity Practice\n* [OverTheWire](https://overthewire.org/wargames/) - Cybersecurity Learning Game\n* [Hacksplaining](https://www.hacksplaining.com/) - Developer Security Lessons\n* [MicroCorruption](https://microcorruption.com/) - Learn Reverse Engineering / Cybersecurity\n* [x86re](https://x86re.com/) or [Reverse-Engineering](https://github.com/mytechnotalent/Reverse-Engineering) - Reverse Engineering Guides\n* [CrackMyApp](https://crackmy.app/) or [crackmes](https://crackmes.one/) / [Discord](https://discord.com/invite/2pPV3yq) - Reverse Engineering Challenges\n* [⁠Reverse Engineering Academy](https://reverseengineering.vercel.app/) - Interactive Reverse Engineering Lessons\n* [⁠Nightmare](https://guyinatuxedo.github.io/) - Binary Exploitation Defense / Reverse Engineering Course\n* [John Hammond](https://www.youtube.com/@_JohnHammond) - Cybersecurity YouTube Tutorials\n* [Pentesting Bible](https://github.com/blaCCkHatHacEEkr/PENTESTING-BIBLE) or [Juice Shop](https://owasp.org/www-project-juice-shop/) - Learn Pentesting\n* [How DNS Works](https://howdns.works/) - Learn DNS\n* [How DNSSEC Works](https://howdnssec.works/) - Learn DNSSEC\n* [CryptoPals](https://cryptopals.com/) or [Overview of Cryptography](https://www.garykessler.net/library/crypto.html) or [cryptohack](https://cryptohack.org/) - Cryptography Learning\n* [⁠CrypTool](https://www.cryptool.org/) - Interactive Cryptology Learning / Puzzles\n* [How HTTPS Works](https://howhttps.works/) - Learn HTTPS\n\n***\n\n## ▷ Game Development\n\n* 🌐 **[Awesome-Gamedev](https://github.com/FronkonGames/Awesome-Gamedev)**, [Learn Gamedev](https://github.com/notpresident35/awesome-learn-gamedev), [MagicTools](https://github.com/ellisonleao/magictools), [Newgrounds Wiki: Game Dev Resources](https://www.newgrounds.com/wiki/creator-resources/game-dev-resources) or [The VG Resource](https://www.vg-resource.com/) - Learning Resources\n* ↪️ **[Game Dev Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools/#wiki_.25BA_game_dev_tools)**\n* ⭐ **[Brackeys](https://www.youtube.com/channel/UCYbK_tjZ2OrIZFBvU6CCMiA)** - Game Dev Tutorials\n* ⭐ **[r/gamedev](https://www.reddit.com/r/gamedev/)** - Reddit Community\n* [⁠20 Games Challenge](https://20_games_challenge.gitlab.io/) - Beginner Game Dev Challenges\n* [CodeWisp](https://codewisp.net/) - Interactive Beginner Game Dev Learning\n* [Amit’s Game Programming](http://www-cs-students.stanford.edu/~amitp/gameprog.html) - Game Programming Guide\n* [GameProgramBooks](https://rentry.co/FMHYB64#gameprogrambooks) - Game Programming Books\n* [PICO-8](https://mboffin.itch.io/pico8-educational-toolset) - Basic Game Dev Concepts / [Web Version](https://www.pico-8-edu.com/)\n* [From Zero To Hero](https://therealpenaz91.itch.io/2dgd-f0th) - 2D Game Dev Book\n* [Web Game Dev](https://www.webgamedev.com/) - Game Dev Guides / [Discord](https://discord.com/invite/5Z28wjTeyh)\n* [SebastianLague](https://www.youtube.com/c/SebastianLague/playlists?view=50&sort=dd&shelf_id=4) - Game Dev Tutorials\n* [Level Design Book](https://book.leveldesignbook.com/) - Level Design Guide / Book\n* [Trig for Games](https://demoman.net/?a=trig-for-games) - Trigonometry Lessons for Games\n* [Shadertoy](https://www.shadertoy.com/) - Real-Time Shader Dev Platform\n* [Game Math](https://gamemath.com/book/intro.html) - Mathematics Lessons for Game Devs\n* [Graphics Workshop](https://github.com/ekzhang/graphics-workshop) - Learn Computer Graphics\n* [The Book of Shaders](https://thebookofshaders.com/) - Fragment Shaders Guide\n* [EmuDev](https://emudev.org/) - Emulator Development Information / [Discord](https://discordapp.com/invite/dkmJAes)\n* [⁠EmuDevs](https://afska.github.io/emudevz/) - NES Emulator Development Learning Game \n* [QB64SourceCode](https://www.qb64tutorial.com/) - QB64 Game Programming Tutorials\n* [8bitWorkshop](https://8bitworkshop.com/) - Retro Game Programming Tutorials\n\n***\n\n# ► Exam Prep\n\n* 🌐 **[IBResources](https://ibresources.in/)** - International Baccalaureate Resources\n* [FreeOnlineTest](https://www.freeonlinetest.in/), [⁠CrackAP](https://www.crackap.com/index.html), [Examveda](https://www.examveda.com/), [SaveMyExams](https://www.savemyexams.com/), [Aglasem](https://aglasem.com/), [MajorTests](https://www.123helpme.com/) or [Alloprof](https://www.alloprof.qc.ca/en/) - Exam Practice Tests\n* [IndiaBIX](https://www.indiabix.com/) - Aptitude Tests\n* [Science Career General](https://sciencecareergeneral.neocities.org/) - PhD / STEM Career Study Guides\n* [DoubtNut](https://www.doubtnut.com/) - Exam / Solutions / Help / [Ad-Bypass](https://greasyfork.org/en/scripts/534790)\n* [Papers.Xtreme](https://papers.xtremepape.rs/) - Test Revision Notes & Answers\n* [AllFreeDumps](https://www.allfreedumps.com/) or [⁠PDF Tube](https://pdf.tube/) - Exam Papers / Study\n* [⁠Get Sum Math](https://www.getsummath.com/) - GED Prep / Practice\n* [CaieFinder](https://caiefinder.com/) - Previous Cambridge Test Answers\n* [Exam Downloader](https://rentry.co/FMHYB64#et-dl) - Exam Download Tool\n* [ITExams](https://www.itexams.com/) - IT Exam Collection\n* [Pearson's AP Universe](https://drive.google.com/drive/folders/1kG84_tEPph4bEQqu2GnYx84xUzbdFGLw) - AP Exam Guides / Community / [Discord](https://discord.com/invite/sTanvkAZbN)\n* [CrackAP](https://www.crackap.com/) - Practice AP Exams\n* [r/APStudents Course Survey](https://docs.google.com/spreadsheets/u/6/d/1s-YM81RvD11h9UOTba_XsBKEy-NW8PEXim2UxSLwdRE/edit#gid=1924688511) - AP Exam Comparison Spreadsheet\n* [r/CATpreparation](https://www.reddit.com/r/CATpreparation/) - CAT Test Prep / [Discord](https://discord.gg/CAvHUZY6rH)\n* [Revisely](https://www.revisely.com/) - GCSE Exam Help\n* [⁠free-clep-prep](https://free-clep-prep.com/) or [ModernStates](https://modernstates.org/) - Free CLEP / DSST Exam Prep\n* [⁠NCERT Books](https://ncert.nic.in/textbook.php) - NCERT Practice Books\n* [nzqa.toasting](https://nzqa.toasting.me/) - Download NZQA Past Papers\n* [CatchaScience](https://catchascience.wordpress.com/), [IGCSEResources](https://sites.google.com/view/igcseresources/home), [r/IGCSE](https://www.reddit.com/r/igcse/) or [ZNotes](https://znotes.org/) - IGCSE Study Notes / Resources\n* [IGCSE Papers](https://igcse.net/igcse-past-papers-download/), [⁠exam-mate](https://www.exam-mate.com/pastpapers), [⁠Study Hatch](https://studyhatch.com/), [RevisionScience](https://revisionscience.com/) or [Physics & Maths Tutor](https://www.physicsandmathstutor.com/) - Download Past GCSE / IGCSE Papers\n* [anthropology](https://t.me/anthropology) - UPSC Telegram Channel\n* [GaryChamberlainLectureNotes](https://github.com/paulgp/GaryChamberlainLectureNotes) - Econometrics Lecture Notes\n\n***\n\n## ▷ SAT Testing\n\n* 🌐 **[Digital SAT Resources](https://redd.it/zzsgzl)** - SAT Resources\n* [SAT Slayer](https://www.satslayer.org/), [2](https://satslayer.vercel.app/) - SAT Practice Exams / Questions\n* [⁠Mcelroy Tutoring](https://www.mcelroytutoring.com/lower.php?url=44-official-sat-pdfs-and-82-official-act-pdf-practice-tests-free) - SAT Practice Exams / Questions\n* [OnePrep](https://oneprep.xyz/) - SAT Practice Exams / Questions\n* [⁠Sat DB](https://www.satdbfor.me/) - SAT Practice Exams / Questions / Requires Sign-Up \n* [DSATuz](https://t.me/DSATuz) - SAT Practice Exams / Questions / [Telegram](https://t.me/DSATuzchat)\n* [The SAT: Practice Tests](https://satsuite.collegeboard.org/sat/practice-preparation/practice-tests) - SAT Practice Exams / Questions\n* [SAT Question Bank](https://www.aniko.ai/free-resources/sat/question-bank) - SAT Practice Exams / Questions\n* [SATArchive](https://www.satarchive.com/) - Previous SAT Test Archive\n* [SAT Reading](https://rentry.co/satreading) - Suggested SAT Reading\n* [SAT_Files_discussion](https://t.me/SAT_Files_discussion) - SAT Exam Discussion\n\n***\n\n## ▷ JEE / NEET\n\n* 🌐 **[r/JEENEETards Index](https://www.reddit.com/r/JEENEETards/wiki/index)** - Guides / Study Material\n* ⭐ **[PhysicsWallah](https://www.pw.live/)** - JEE Lessons / [YouTube](https://www.youtube.com/c/PhysicsWallah/)\n* ⭐ **[PirateHive](https://phantomcodex9.github.io/piratehive/)** - Guides / Study Material\n* ⭐ **[ExamSide](https://questions.examside.com/)** - PYQ Solutions \n* [JEE Hub](https://jeehub.vercel.app/) - JEE / NEET PYQs\n* [JEE Books](https://t.me/+iHmGydsEO343ODk1) or [JEEBooksPDF](https://m.youtube.com/c/JEEBooksPDF) / [Telegram](https://telegram.me/jeebookspdf) - JEE Books Archives\n* [Genetry](https://genetry.carrd.co/) or [Lec.Branch](https://t.me/addlist/pgaJblpaVWIwYjFl) - JEE Lectures\n* [YouTube Lengths](https://redd.it/1614jn5), [Fastlane Lengths](https://redd.it/17d1qt3) or [Normal Lane Lengths](https://redd.it/183er1y) - Lecture Lengths / Data\n* [MarksAPP](https://web.getmarks.app/) - Guides / Study Material / [Telegram](https://telegram.me/getmarksapp)\n* [DoubtNut](https://www.doubtnut.com/) - Solutions / Help / [Ad-Bypass](https://greasyfork.org/en/scripts/534790)\n\n***\n\n# ► Educational Tools\n\n* 🌐 **[nanoHUB](https://nanohub.org/)** - Nanotechnology Tools\n* ↪️ **[Presentation / Slideshare tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_presentation_tools)**\n* ↪️ **[Data Visualization](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_data_visualization_tools)**\n* ↪️ **[Grammar / Spell Check](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_grammar_check)**\n* ⭐ **[Excalidraw](https://excalidraw.com/)** / [Sharing](https://excalihub.dev/), **[OpenBoard](https://openboard.ch/index.en.html)**, [DGM](https://dgm.sh/), [NotebookCast](https://www.notebookcast.com/), [WebWhiteboard](https://webwhiteboard.com/), [Microsoft Whiteboard](https://apps.microsoft.com/detail/9MSPC6MP8FM4), [WBO](https://wbo.ophir.dev/), [OurBoard](https://www.ourboard.io/), [Whiteboard.fi](https://whiteboard.fi/) or [Whiteboard Fox](https://r3.whiteboardfox.com/) - Whiteboards\n* [FreeForStudent](https://freeforstudents.org/) - Free for Student Deals\n* [Better Canvas](https://github.com/UseBetterCanvas/bettercanvas) - Canvas Enhancement Extension\n* [Tasks for Canvas](https://github.com/jtcheng26/canvas-task-extension) - Improved Canvas To-Do List\n* [ImageJ](https://imagej.net/) / [Web](https://ij.imjoy.io/) or [Fiji](https://fiji.sc/) - Scientific Image Analyzers\n* [Altium](https://www.altium365.com/viewer/) - Schematics Visualizer\n* [Wolfram Cloud](https://www.wolframcloud.com/) - Computational Intelligence\n* [GradesFixer](https://www.gradesfixer.com/) - Essay Samples\n* [Edu VPN](https://www.eduvpn.org/) - Institute Access VPN\n* [BachelorStudies](https://bachelorstudies.com/) - Bachelor Degree Search\n* [⁠Scholarship Roar](https://scholarshiproar.com/) - Scholarship Database\n* [⁠Extracurriculars.org](https://extracurriculars.org/) / [Discord](https://discord.gg/SGEtqcaSRu), [snow.day](https://www.snow.day/) or [Talem](https://www.talem.org/extracurriculars) - Extracurricular Search\n* [Niche](https://www.niche.com/), [TheUniGuide](https://www.theuniguide.co.uk/), [Alumnius](https://alumnius.net/) or [Top Universities](https://www.topuniversities.com/) - University / School Comparisons\n* [⁠CSRankings](https://csrankings.org/) - Publication Activity of Computer Science Colleges per Topic\n* [RateMyDorm](https://ratemydorm.com) or [:)](https://docs.google.com/document/d/14Mn1CrA-CV5YZAkOZtrMKTmn2O4oL-2EhIXhzXZbO0A/edit#) - College Dorm Reviews\n* [RateMyProfessor](https://www.ratemyprofessors.com/) - Professor Ratings\n* [Wordwall](https://wordwall.net/) - Lesson Creator\n* [The Chomsky Index](https://github.com/jasons-gh/the-chomsky-index) - Noam Chomsky Content Index Tool\n* [Internet-In-A-Box](https://internet-in-a-box.org/) - Create Free Offline Learning Hotspots / [GitHub](https://github.com/iiab/iiab)\n\n***\n\n## ▷ Study / Research\n\n\n* 🌐 **[Awesome Research](https://github.com/emptymalei/awesome-research)**, [Scolary](https://scolary.com/) or [KausalFlow](https://tools.kausalflow.com/) - Research Tool Indexes\n* ↪️ **[Note-Taking Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_note-taking)**\n* ↪️ **[Documents / Articles](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_documents_.2F_articles)** / **[Academic Papers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_academic_papers)**\n* ↪️ **[Research Paper Chatbots](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_specialized_chatbots)**\n* ⭐ **[Wolfram Alpha](https://www.wolframalpha.com/)** or [Wolfram Mobile](https://rentry.co/FMHYB64#wolfram-mobile) - Searchable Knowledge Base\n* ⭐ **[StudyLion](https://lionbot.org)** - Study Tracker / Productivity Discord Bot / [GitHub](https://github.com/StudyLions/StudyLion)\n* ⭐ **[StudyKit](https://studykit.app/)**, [StuDoc](https://www.studocu.com/) / [Downloader](https://github.com/danieltyukov/studocuhack), [Knowt](https://knowt.com/), [Quizlet](https://quizlet.com/) / [Show Hidden](https://greasyfork.org/en/scripts/423872), [Shmoop](https://www.shmoop.com/), [Bitesize](https://www.bbc.co.uk/bitesize) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material\n* ⭐ **[OpenSyllabus](https://opensyllabus.org/)** - Syllabus Search / Info\n* ⭐ **[Refseek](https://www.refseek.com/)**, [Explorer](https://explorer.globe.engineer/) or [Merlot](https://www.merlot.org/merlot/index.htm) - Academic Search Engines\n* ⭐ **[Coursicle](https://www.coursicle.com/)** - Class Schedule Tracker / Android, iOS\n* [Driftly](https://github.com/DP-Hridayan/Driftly) - Class Attendance Tracker / Android\n* [SciSpace](https://scispace.com/), [⁠Bohrium](https://www.bohrium.com/), [Scinito](https://ekb.scinito.ai/ai/chat) or [Elicit](https://elicit.com/) / [GitHub](https://github.com/elicit) - Research Chatbots\n* [⁠Paper Trails](https://www.papertrailshq.com/) or [ResearchRabbit](https://www.researchrabbit.ai/) - Academic Article / Paper Trackers\n* [Co-STORM](https://storm.genie.stanford.edu/) or [SciArena](https://sciarena.allen.ai/) - Generate Scientific Articles\n* [mybib](https://www.mybib.com/), [citemaker](https://www.citemaker.com/), [formatically](https://formatically.com/), [zbib](https://zbib.org/), [CitationMachine](https://citationmachine.net/), [⁠BibGuru](https://www.bibguru.com/), [Scribbr](https://www.scribbr.com/citation/generator/), [CiteFast](https://www.citefast.com) or [Cite This For Me](https://www.citethisforme.com/) - Citation Generators / [Chrome](https://chromewebstore.google.com/detail/cite-this-for-me-web-cite/nnnmhgkokpalnmbeighfomegjfkklkle)\n* [Publish or Perish](https://harzing.com/resources/publish-or-perish) - Citation Analyzer\n* [Inciteful](https://inciteful.xyz/) - Find Connected Literature via Citations\n* [PLText](https://pltext.com/), [PlagiarismDetector](https://plagiarismdetector.net/) or [Duplichecker](https://www.duplichecker.com/) - Plagiarism Checkers\n* [cb2bib](https://www.molspaces.com/cb2bib/) - Reference Extractors / Managers\n* [MassiveMark](https://www.bibcit.com/en/massivemark) - Convert LLM Chats to DOCX / [Discord](https://discord.gg/fPtQAQYmqq)\n* [GROBID](https://grobid.readthedocs.io) - Extract / Organize Scientific Document Info\n* [ExpertFile](https://expertfile.com/) or [ExpertiseFinder](https://expertisefinder.com/) - Industry / Academic Expert Search\n* [Foam](https://foambubble.github.io/) - Knowledge Management System\n* [Zotero](https://www.zotero.org/) - Research Assistant\n* [Catma](https://catma.de/) - Research Markup & Analysis Tool\n* [Scrible](https://www.scrible.com/) - Research / Writing Platform\n* [OpenRefine](https://openrefine.org/) - Data Cleaning\n* [Taguette](https://app.taguette.org/) - Data Analysis Document Tagging\n* [Lurnby](https://www.lurnby.com) - Research Highlighting Tool / [GitHub](https://github.com/Roznoshchik/Lurnby)\n* [General Index](https://archive.org/details/GeneralIndex) - Article Metadata Mining Project\n* [Papertag](https://www.papertag.app/) - Attach Digital Content to Paper\n* [Graded](https://nightdreamgames.com/#graded) - Grades Tracker / Android, iOS / [GitHub](https://github.com/NightDreamGames/Graded)\n* [GradesCalculator](https://calculatecgpa.com) - Calculate CGPA & GPA\n* [CalculateCGPA](https://cgpacalcs.com/) - Calculate GPA\n* [LearnedEasy](https://learnedeasy.com/) - Create Summaries / Quizzes from Books\n* [Brainly](https://brainly.com/) - Homework Help Bots / Communities / [Limit Bypass](https://greasyfork.org/en/scripts/430355)\n* [⁠Free Numerade Videos](https://discord.gg/nEYfaceEcU) - Homework Help Videos\n* [MammothMemory](https://mammothmemory.net/index.html) - Visual Memory-Based Solutions\n* [StudyStream](https://www.studystream.live/), [⁠Yeolpumta](https://www.yeolpumta.com/en) or [StudyTogether](https://www.studytogether.com/) - Online Study Groups\n* [Space Finder](https://spacefinder.lib.cam.ac.uk/) - UK Study Space Search\n* [Cheatography](https://cheatography.com/) - Educational Cheat Sheets\n\n***\n\n## ▷ Flashcards\n\n* ⭐ **[Anki](https://apps.ankiweb.net/)** - Flashcard App / [Subreddit](https://www.reddit.com/r/Anki/) / [Discord](https://discord.gg/jUvBM2sEs4) / [GitHub](https://github.com/ankitects/anki)\n* ⭐ **Anki Tools** - [Add-ons](https://ankiweb.net/shared/addons) / [Decks](https://ankiweb.net/shared/decks) / [Resources](https://docs.ankiweb.net/resources.html), [2](https://github.com/tianshanghong/awesome-anki)\n* [Anki Android](https://github.com/ankidroid/Anki-Android) or [AnkiWeb (iOS)](https://ankiweb.net/decks) - Anki Mobile Apps / [Discord](https://discord.gg/qjzcRTx)\n* [StudyCraft](https://studycraft.dev/) - Flashcard App / [GitHub](https://github.com/rodmarkun/StudyCraft)\n* [StudyLib](https://www.studylib.net/) - Online Flashcards\n* [Flippity](https://www.flippity.net/) - Online Flashcards\n* [revisiondojo](https://www.revisiondojo.com/) - Online Flashcards\n* [Flashka](https://www.flashka.ai/) - Online Flashcards\n* [NoteKnight](https://www.noteknight.com) - Online Flashcards\n* [RemNote](https://www.remnote.com/) - Flashcard App\n* [Flashcard Machine](https://www.flashcardmachine.com/) - Flashcard App\n* [Gizmo](https://gizmo.ai/) - Flashcard App\n* [SearchifyX](https://github.com/daijro/SearchifyX) - Search Flashcards\n\n***\n\n## ▷ Calculators\n\n* ⭐ **[Wolfram|Alpha](https://www.wolframalpha.com/examples/mathematics)** - Calculators\n* ⭐ **[Omni Calculator](https://www.omnicalculator.com/)** - Calculators\n* ⭐ **[OpenCalc](https://github.com/Darkempire78/OpenCalc)**, [yetCalc](https://github.com/Yet-Zio/yetCalc) or [microMathematics](https://github.com/mkulesh/microMathematics) - Android Calculators\n* ⭐ **[GeoGebra](https://www.geogebra.org/)** or [Desmos](https://www.desmos.com/) - Graphing Calculators\n* [CEmu](https://github.com/CE-Programming/CEmu) or [TI 84 Calculator](https://ti84calc.com/) / [2](https://ti84-online.com/) / [3](https://ti84calcultor.com/) / [4](https://ti84calculator.io/) - TI-84 Calculators\n* [numbr.dev](https://numbr.dev/) - Calculators\n* [Aqua Calc](https://www.aqua-calc.com/) - Calculators\n* [PlanetCalc](https://planetcalc.com/) - Calculators\n* [MatrixCalc](https://matrixcalc.org/en/) - Matrix Calculator\n* [Qalculate](https://qalculate.github.io/) - Desktop Calculator\n* [QwikTape](https://github.com/4silvertooth/QwikTape) - Note Style Calculator\n* [Kalker](https://kalker.xyz/) or [Numbat](https://numbat.dev/) - Scientific Calculators\n* [TICalc](https://www.ticalc.org/pub/) - TI Graphing Calculator Files\n* [arTIfiCE](https://yvantt.github.io/arTIfiCE/) - TI CE Calculator Jailbreak\n* [⁠Numla](https://numla.app/) / [GitHub](https://github.com/davidesantangelo/numla) or [Math Notepad](https://mathnotepad.com/) - Live Calculative Notepads\n* [Cymath](https://www.cymath.com/), [PhotoMath](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search), [Mathway](https://www.mathway.com/), [MathDF](https://mathdf.com/), [Tiger Algebra](https://www.tiger-algebra.com/), [⁠Maxima](https://maxima.sourceforge.io/) or [Symbolab](https://www.symbolab.com/) - Math / Algebra Problem Solvers\n\n***\n\n## ▷ Dictionaries / Thesaurus\n\n* ⭐ **[OneLook](https://onelook.com/)** - Multi Dictionary / Thesaurus Search\n* ⭐ **[Wiktionary](https://www.wiktionary.org/)** - Dictionary\n* ⭐ **[Merriam-Webster](https://www.merriam-webster.com/)** - Dictionary / Thesaurus\n* ⭐ **[GoldenDict](https://xiaoyifang.github.io/goldendict-ng/)** / [2](https://sourceforge.net/projects/goldendict/) - Dictionary\n* ⭐ **[NGrams](https://books.google.com/ngrams/)** or [Netspeak](https://netspeak.org/) - Word Usage Trackers\n* ⭐ **[The Piracy Glossary](https://rentry.org/The-Piracy-Glossary)** - Piracy Dictionary\n* ⭐ **[UrbanDictionary](https://www.urbandictionary.com/)** or [Slangit](https://slang.net/) - Slang Word / Phrase Dictionaries\n* [Wordnik](https://www.wordnik.com/) - Dictionary\n* [Oxford English Dictionary](https://oed.com/) - Dictionary / [Bypass](https://rentry.co/freeoed)\n* [Cambridge Dictionary](https://dictionary.cambridge.org/) - Dictionary\n* [PowerThesaurus](https://www.powerthesaurus.org/) - Thesaurus\n* [Historical Thesaurus of English](https://ht.ac.uk/) - Historical Thesaurus\n* [Phrases.org](https://phrases.org.uk/) - Phrase Dictionary\n* [Time Traveler](https://www.merriam-webster.com/time-traveler) - Find Words First Printed Usage\n* [EtymOnline](https://www.etymonline.com/) - Etymologies\n* [StarlingDB](https://starlingdb.org/) - Advanced Linguistics Dictionary\n* [Phrontistery](https://phrontistery.info/) - Obscure Word Dictionary\n* [Unionpedia](https://en.unionpedia.org/), [Lexipedia](https://www.lexipedia.com/) or [VisuWords](https://visuwords.com/) - Word Connections / Visualizers\n* [Eunoia](https://eunoia.world/) - Words with No Translation\n* [Affixes.org](https://www.affixes.org/) - Affixes\n* [Fraze.it](https://fraze.it/) - Sentence Search\n* [Feeels](https://feelu.vercel.app/) - Emotion Synonym Chart\n* [PrideFlags](https://www.prideflags.org/) - LGBT Flag Index\n* [TheDevilsDictionary](https://www.thedevilsdictionary.com/) - Cynical Dictionary\n* [WordSafety](http://wordsafety.com/) - Swear Word Indexes\n* [PyGlossary](https://github.com/ilius/pyglossary) or [DSL Converter](https://dictz.github.io/dsl_converter.html) - Convert Dictionary Files\n\n***\n\n## ▷ Encyclopedias\n\n* 🌐 **[List of Encyclopedias](https://wikipedia.org/wiki/List_of_online_encyclopedias)** - Online Encyclopedia Index\n* ⭐ **[Wikipedia](https://www.wikipedia.org/)** - Encyclopedia / [Content List](https://wikipedia.org/wiki/Wikipedia:Contents/Lists)\n* ⭐ **[EncycloSearch](https://encyclosearch.org/)** or [EncycloReader](https://encycloreader.org/) - Encyclopedia Search Engines\n* ⭐ **[Wolfram Alpha](https://www.wolframalpha.com/)** - Searchable Knowledgebase\n* [Omniglot](https://www.omniglot.com/index.htm) - Writing Systems & Languages Encyclopedia\n* [Simple Wiki](https://simple.wikipedia.org/wiki/Main_Page) - Simplified Wikipedia / [Auto-Redirect](https://rentry.co/simplewikifirefox)\n* [Britannica](https://www.britannica.com/)\n* [EverybodyWiki](https://en.everybodywiki.com/)\n* [Encyclopedia](https://www.encyclopedia.com/)\n* [NewWorldEncyclopedia](https://www.newworldencyclopedia.org/)\n* [Citizendium](https://citizendium.org/)\n* [Wikitia](https://wikitia.com/)\n* [InfoPlease](https://www.infoplease.com/)\n* [Refdesk](https://www.refdesk.com/factency.html)\n* [HandWiki](https://handwiki.org/)\n\n***\n\n## ▷ Wikipedia Tools\n\n* 🌐 **[Wiki Portals](https://rentry.co/wikiportals)** - Wiki Portals Navigation\n* [HatNote](https://top.hatnote.com/) - Top Pages\n* [Reversepedia](https://reversepedia.org/) - Page Connections\n* [wik](https://github.com/yashsinghcodes/wik) - Wiki TUI\n* [CDPedia](https://cdpedia.python.org.ar/index.en.es.html) - Offline View\n* [⁠WikiBoard](https://www.wikiboard.org/) - Pin Board Style Browser\n* [The ⁠Museum of All Things](https://may.as/moat/) - 3D Virtual Wikipedia Museum / [GitHub](https://github.com/m4ym4y/museum-of-all-things)\n* [Substance](https://substance.reorx.com/) - Extract Markdown\n* [UrlShortener](https://meta.wikimedia.org/wiki/Special:UrlShortener) - Shorten URLs\n* [WikiNearby](https://wikinearby.toolforge.org/) - Location Search\n* [EntiTree](https://www.entitree.com/) - WikiData Visualization Tool / [GitHub](https://github.com/codeledge/entitree)\n* [Wiki Timeline](https://wiki-timeline.com/) - Create Timelines from Wiki Articles"
  },
  {
    "path": "docs/feedback.md",
    "content": "---\ntitle: Feedback\ndescription: Anonymous comments taken from Reddit, Discord, X.com and our feedback system.\nnext: false\nprev: false\nlastUpdated: false\noutline: false\n---\n\n### Feedback\n\n:::tip What is this?\nThese are all anonymous comments taken from Reddit, Discord, X.com and our feedback system. This is why we do it. People are the motivation, equality is the goal.\n:::\n\n***\n\n* *\"Your sources have allowed me to give my father whatever shows or movies he asks for. Old stuff from when he was younger and all that. Stuff I wouldn't be able to access otherwise. It means a lot since he had heart surgery in Feb 2020 and cant really do much anymore, so its one of the few ways he can keep himself busy. Thank you.\"*\n\n* *\"Best Wiki ever. Wifey has stage 4 cancer. I am a working joe keeping this household afloat on warehouse wages while supporting our family. Finding this wiki has kept us close to our old way of life for free-fifty, lol! Books for the paperwhite, movies, TV, gaming, education, etc., etc. There is so much here that has enhanced our lives. And I find more in the depths every time I go exploring. Please don't ever quit updating/adding to this library of awesomeness! Anyway, I just wanted to drop an anonymous thank you for everything here. Amazing resource. Happy to have a carefully curated list instead of roaming blind into the internet wilds. You are doing some amazing works here. Basically my homepage now. Infinite Kudos!\"*\n\n* *\"That's why I love FMHY so much. Before id spend hours and hours every day trying to hunt useful websites for myself.\"*\n\n* *\"I love this website so much. I literally have it labelled as \"Everything\" in my favorites.\"*\n\n* *\"No bs, and has all the info I need to gain free access to media.\"*\n\n* *\"You have saved me in so many ways that it could not fit here in terms of the amount of text. I'm from a poor \"third world\" country and a portal like this allows me endless things that I simply can't afford! Keep up the good spirit and I wish you all the best from the bottom of my heart!\"*\n\n* *\"I love this website so much. I'm a current college student and the resources offered on this page have eased my stress in terms of finding textbooks and readings - thank you!\"*\n\n* *\"Y'all have helped not only me but my friends through college and the pandemic in ways you all probably don't even realize.\"*\n\n* *\"Thank you so much for this effort, guys, you are amazing, I stopped searching on google for stuff and got addicted to your website, keep going :)\"*\n\n* *\"Literally, when I need something, all I need to do is check here first! thank you for being here, for being access to everyone and anyone, I really really appreciate it!\"*\n\n* *\"Shoutout to you guys for letting my 60 year old mother feel like ms hackerman and enjoy her shows.\"*\n\n* *\"Me and my friends call your site the keys to the internet, its kinda amazing.\"*\n\n* *\"Thank you to whoever made the website,it has made things easier for a lot of people. I pinned this website on an old laptop I installed linux mint xfce on for one of my dads friends who is about 65 years old and he loves it, free media is awesome.\"*\n\n* *\"A really great and detailed job of putting everything together. I hope you hear this a lot, but thanks for all the work you put in this, people appreciate it more than you think <3.\"*\n\n* *\"Thanks to FMHY, I was able to find a piece of software that upped my efficiency at work three-fold. Literal life-saver. Thank you!\"*\n\n* *\"Great site! It's so useful, I now know about a lot more apps and such. Definitely made my life easier!\"*\n\n* *\"I want to express my sincere appreciation for the wiki of useful resources. It has proven to be an invaluable source of information, providing a wide range of knowledge on various topics. The well-organized and comprehensive nature of the wiki has been instrumental in aiding my research and learning. I am truly grateful for the effort and dedication that has gone into curating and maintaining such a valuable repository of knowledge. Thank you for this exceptional resource.\"*\n\n* *I've never had a dedicated site I can immediately go to that has virtually everything I need all in one singular organized, accessible and easy-to-use place. One thing I personally love is the flow of how everything is designed, it's super simple yet also very informative while still being incredibly appealing visually. Thank you to everyone who contributed to the compilation of this website!\"*\n\n* *\"I'm not kidding when I say my quality of life would be SO. MUCH. LOWER. if it wasn't for the people running this thing, as well as the people running all the tools we get to use. I seriously pray we get at least several more solid years of this style of internet.\"*\n\n* *\"FMHY genuinely made my life better. I am someone who loves video editing and I think it is my true passion, and if it weren't for fmhy and r/piracy megathread, I would be extremely sad. Editing would be so pay to win. I don't think I have spent money in the last while because while most people window shop or look for stuff to buy to fill the void in their hearts, I can just find cool plugins and resources. Thank you to everyone in the community, your hard work is greatly appreciated.\"*\n\n* *\"You guys have made this wonderful piece of combined knowledge into website, its like being exposed to what not I haven't seen/experienced in my life. I am really grateful for this initiative as I am not that financially blessed and I cannot afford a lot of the software out in the market, but due to fmhy I have access to nearly everything.\"*\n\n* *\"Amazing stuff. Spent almost whole day browsing this and I got introduced to tons of great software. Thank you!!\"*\n\n* *\"I can't begin to express how much of a godsend this website is! Please keep up the terrific work and know that you are making a massive difference in the lives of students like me who can't always pay for subscriptions, or are just looking for a neat tool!\"*\n\n* *\"Me and my sibling have made visiting this site a ritual. Seriously, we can't thank you enough for your work! Our broke third world living country asses would've never dreamed of seeing this much media.\"*\n\n* *\"I love FMHY's wiki, to the point I can't use the internet without it.\"*\n\n* *\"In this age of the internet, search engines are getting worse to find stuff we searching for. This site has helped me not only the when I can't find something on search engines, but also to find new stuff I didn't know existed. I go here first before I consult google. Thank you and everyone for your hard work. Don't loose this site, no matter the cost.\"*\n\n* *\"Before finding this, I've been searching google myself and have experienced viruses, fake info, and just bad advice. But the amazing guides and links on FMHY really make it so much safer and simpler to find the things I need. I'm sort of the tech person in my family, so it saves me from so much testing and work.\"*\n\n* *\"This wiki is one of the best out there, seriously. Keep up the great work!\"*\n\n* *\"This is the best wiki EVER, and I hope that the admins/people maintaining this wiki keep on adding cool stuff like this!\"*\n\n* *\"I love having an extreme amount of privacy. And it's not just for piracy, so this is REALLY useful. Thanks!\"*\n\n* *\"Every person I share this sub with is always completely grateful, and it's no wonder why.\"*\n\n* *\"Finding out about FMHY's wiki is the best thing that has happened to me, it has helped me so much in every way imaginable, i'm very grateful, keep it up!\"*"
  },
  {
    "path": "docs/file-tools.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/tools-index)**\n***\n***\n\n# ► File Tools\n\n* ↪️ **[File Scanners](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_file_scanners)**\n* ⭐ **[czkawka](https://github.com/qarmin/czkawka)** or [dupeGuru](https://dupeguru.voltaicideas.net/) - Duplicate File Finders\n* [UnLock IT](https://emcosoftware.com/unlock-it/download) or [Lock Hunter](https://lockhunter.com/) - File Unlocker / Deleter\n* [Icaros](https://github.com/Xanashi/Icaros) - Add Explorer Thumbnails to any Video Format\n* [⁠copyparty](https://github.com/9001/copyparty/) - Portable File Server\n* [HTTPDirfs](https://github.com/fangfufu/httpdirfs) or [hfs](https://rejetto.com/hfs/) / [2](https://github.com/rejetto/hfs) - HTTP File Systems\n* [WinBtrfs](https://github.com/maharmstone/btrfs) - Btrfs File System\n* [mergerfs](https://github.com/trapexit/mergerfs) - Union File System\n* [File-Examples](https://file-examples.com/) - Dummy File Examples\n\n***\n\n## ▷ Download Managers\n\n* **Note** - For more info on the benefits of Download Managers, see [The Piracy Glossary](https://rentry.org/the-piracy-glossary).\n\n***\n\n* ⭐ **[JDownloader](https://jdownloader.org/jdownloader2)** - Download Manager / **[Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/jdownloader-warning.md)**\n* ⭐ **JDownloader Tools** - [Debloat Guide](https://claraiscute.neocities.org/Guides/jdownloader2/), [2](https://claraiscute.pages.dev/Guides/jdownloader2/) / [Apps](https://my.jdownloader.org/apps/) / [Dark Theme](https://github.com/moktavizen/material-darker-jdownloader), [2](https://redd.it/q3xrgj) / [Dracula Theme](https://draculatheme.com/jdownloader2)\n* ⭐ **[AB Download Manager](https://abdownloadmanager.com/)** - Download Manager / [Telegram](https://t.me/abdownloadmanager_discussion) / [GitHub](https://github.com/amir1376/ab-download-manager)\n* ⭐ **[IDM](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites)**, [2](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games#wiki_.25BA_download_games) (search) - Download Manager / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/tonec-idm-integration-module/) / [Chrome](https://chromewebstore.google.com/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek)\n* [Go Speed](https://gopeed.com/) - Download Manager / [Extension](https://github.com/GopeedLab/browser-extension) / [Plugins](https://github.com/search?q=topic%3Agopeed-extension&type=repositories) / [GitHub](https://github.com/GopeedLab/gopeed)\n* [⁠Brisk](https://github.com/BrisklyDev/brisk) - Download Manager / [Extension](https://github.com/BrisklyDev/brisk-browser-extension) / [Discord](https://discord.gg/hGBDWNDHG3)\n* [FDM](https://www.freedownloadmanager.org/) - Download Manager / [YTDL Addon](https://github.com/meowcateatrat/elephant)\n* [aria2](https://aria2.github.io/) or [Persepolis](https://persepolisdm.github.io/) - Terminal Download Manager / [Download Bot](https://github.com/gaowanliang/DownloadBot) / [WebUI](https://github.com/ziahamza/webui-aria2), [2](https://ariang.mayswind.net/) / [GitHub](https://github.com/aria2/aria2)\n* [pyLoad](https://pyload.net/) - Lightweight Download Manager / [GitHub](https://github.com/pyload/pyload)\n* [Hitomi](https://github.com/KurtBestor/Hitomi-Downloader) - Multi-Site Media Download Tool\n* [ArrowDL](https://github.com/setvisible/ArrowDL/) - Download Manager\n* [Varia](https://github.com/giantpinkrobots/varia) - Download Manager\n* [⁠Surge](https://github.com/surge-downloader/surge) - TUI Download Manager\n* [File Centipede](https://filecxx.com/) - Upload / Download Manager\n* [DownThemAll](https://www.downthemall.org/) - Download Management Extension\n* [HTTP Downloader](https://erickutcher.github.io/) - Download Manager for HTTP / FTP / SFTP Protocols / [GitHub](https://github.com/erickutcher/httpdownloader)\n\n***\n\n## ▷ Archiving / Compression\n\n* 🌐 **[SuperCompression](https://supercompression.org/)** - File Compression Resources\n* ⭐ **[NanaZip](https://github.com/M2Team/NanaZip)** or **[7-Zip](https://www.7-zip.org/)** - File Archiver\n* ⭐ **[PeaZip](https://peazip.github.io/)** - Cross-Platform File Archiver / [GitHub](https://github.com/peazip/PeaZip/)\n* ⭐ **[CompactGUI](https://github.com/IridiumIO/CompactGUI)** - Transparent Compression\n* [Fileforums](https://fileforums.com/) or [Encode](https://encode.su/) - Data Compression Forums\n* [TurboBench](https://github.com/powturbo/TurboBench) - Compression Benchmark\n* [Efficient Compression Tool](https://github.com/fhanau/Efficient-Compression-Tool) or [Minuimus](https://birds-are-nice.me/software/minuimus.html) - File Archivers / Optimizers\n* [ezyZip](https://www.ezyzip.com/) - Zip Files Online\n* [unzip-online](https://unzip-online.com/en) - Unzip Files Online\n* [Unrar online](https://unrar.online/) - Unrar Files Online\n* [WinRAR](https://www.win-rar.com/), [2](https://www.rarlab.com) - File Archiver / [Hide Popups](https://claraiscute.neocities.org/Guides/x3-rawr/), [2](https://claraiscute.pages.dev/Guides/x3-rawr/) / [Update (Important)](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/winrar.md)\n* [UPX](https://upx.github.io/) - Executable File Compressor / [GitHub](https://github.com/upx/upx)\n\n***\n\n## ▷ File Converters\n\n* ⭐ **[File Converter](https://file-converter.io/)** - Offline / Convert & Compress Files / Windows / [GitHub](https://github.com/Tichau/FileConverter)\n* ⭐ **[VERT](https://vert.sh/)** - Online for Videos / Offline for Other Formats / Web / [Discord](https://discord.gg/8XXZ7TFFrK) / [GitHub](https://github.com/VERT-sh/VERT)\n* ⭐ **[Convert to it!](https://p2r3.github.io/convert/)** - Offline / File Converter / Web / [GitHub](https://github.com/p2r3/convert)\n* ⭐ **[Aconvert](https://www.aconvert.com/)** - Online / Various Converters / 40MB / Web\n* [⁠Docling](https://docling-project.github.io/docling/) / [GitHub](https://github.com/docling-project/docling) or [Pandoc](https://pandoc.org/) - Document / PDF File Converters\n* [ConvertCSV](https://www.convertcsv.com/) - Online CSV Data Conversion / Web\n* [Encoding Converter](https://encoding-converter.netlify.app/) - Online File Encoding Converter / Web\n* [Deark](https://entropymine.com/deark/) - Decode and Convert Files / Windows, Mac, Linux / [GitHub](https://github.com/jsummers/deark)\n* [text2img](https://master.ayra.ch/text2img/) - Local NFO Files to Image Converter / Web / [GitHub](https://github.com/AyrA/text2img)\n* [Shutter Encoder](https://www.shutterencoder.com/) - File Converter / Windows, Mac, Linux / [GitHub](https://github.com/paulpacifico/shutter-encoder)\n* [videoutils](https://www.videoutils.com/) - Online / File Converter / 500MB / Web\n* [Xconvert](https://www.xconvert.com) - Online / File Converter / 400MB / Web\n* [FreeConvert](https://www.freeconvert.com/) - Online / Unlimited / Clear Cookies / Web\n* [ConvertFiles](https://www.convertfiles.com/) - Online / File Converter / 250MB / Web\n* [Convertio](https://convertio.co/) - Online / File Converter / 100MB / Web\n* [AnyConvert](https://anyconv.com/) - Online / File Converter / 100MB / Web\n* [MiConv](https://miconv.com/) - Online / File Converter / 75MB / Web\n* [⁠Docpose](https://docpose.cloud/convert) - Online / File Converter / 25MB / Web\n* [⁠ConvertX](https://github.com/C4illin/ConvertX) - Self-Hosted Online File Converter\n\n***\n\n## ▷ File Managers\n\n* ⭐ **[Directory Opus](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites)** (search) - Windows File Manager\n* [DoubleCMD](https://doublecmd.sourceforge.io/) / [GitHub](https://github.com/doublecmd/doublecmd) or [muCommander](https://www.mucommander.com/) - Cross-Platform File Managers\n* [Sigma](https://sigma-file-manager.vercel.app) - Modern File Manager / [GitHub](https://github.com/aleksey-hoffman/sigma-file-manager)\n* [ChromaFiler](https://chroma.zone/chromafiler/) - Column-Based File Manager\n* [Yazi](https://yazi-rs.github.io/) - Terminal File Manager / [GitHub](https://github.com/sxyazi/yazi)\n* [One Commander](https://www.onecommander.com/) - File Manager\n* [Free Commander](https://freecommander.com/) - File Manager\n* [Q-Dir](https://www.softwareok.com/?seite=Freeware/Q-Dir) - File Manager\n* [Files](https://files.community/) - Customizable File Manager / Use Classic Installer / [Discord](https://discord.gg/files)\n* [Explorer++](https://explorerplusplus.com/) - Lightweight Windows File Manager\n* [Far Manager](https://www.farmanager.com/) - File / Archive Manager\n* [Total Commander](https://www.ghisler.com/) - Shareware File Manager\n* [TablacusExplorer](https://tablacus.github.io/explorer_en.html) or [Multi Commander](https://multicommander.com/) - Tab File Managers\n* [Vifm](https://vifm.info/) - Vim-Based File Manager\n* [superfile](https://superfile.netlify.app/) - Terminal File Manager / [GitHub](https://github.com/yorukot/superfile)\n* [FileBrowser Quantum](https://filebrowserquantum.com/) - Self-Hosted Web File Manager / [GitHub](https://github.com/gtsteffaniak/filebrowser)\n\n***\n\n## ▷ File Searching\n\n* ⭐ **[Everything](https://voidtools.com/)** - File Search Engine / [Alpha](https://www.voidtools.com/everything-1.5a/) / [Date Searching](https://rentry.co/etfd)\n* [Recoll](https://www.recoll.org/) / [Addon](https://addons.mozilla.org/en-US/firefox/addon/recoll-we/), [DocFetcher](https://docfetcher.sourceforge.io/) or [Orange](https://0-range.github.io/) - Cross-Platform Search Engines\n* [AnyTXT](https://anytxt.net/), [WizFile](https://antibody-software.com/wizfile/) or [FluentSearch](https://fluentsearch.net/) - Windows Search Engines\n* [AstroGrep](https://sourceforge.net/projects/astrogrep/), [grepWin](https://github.com/stefankueng/grepWin) or [dnGrep](https://dngrep.github.io/) - Windows GUI Grep Utilities\n* [fselect](https://github.com/jhspetersson/fselect) - SQL-like Search Engine\n* [fd](https://github.com/sharkdp/fd) - User Friendly \"find\" Alternative\n* [sist2](https://github.com/simon987/sist2) - Simple Incremental Search Tool\n\n***\n\n## ▷ File Encryption\n\n* ⭐ **[Cryptomator](https://cryptomator.org/)** / [GitHub](https://github.com/cryptomator/cryptomator) or [Tahoe-LAFS](https://tahoe-lafs.org/trac/tahoe-lafs) / [GitHub](https://github.com/tahoe-lafs/tahoe-lafs) - Cloud File Encryption\n* ⭐ **[VeraCrypt](https://www.veracrypt.fr/en/Home.html)** - Disk Encryptor / Use w/ External Drives\n* [age](https://github.com/FiloSottile/age) - File Encryptor\n* [REM](https://github.com/liriliri/rem) - File Encryptor / Rclone GUI\n* [Picocrypt-NG](https://github.com/Picocrypt-NG/Picocrypt-NG) - File Encryptor\n* [gocryptfs](https://github.com/bailey27/cppcryptfs) - File Encryptor\n* [Kryptor](https://www.kryptor.co.uk/) - File Encryptor\n\n***\n\n## ▷ File Sync\n\n* ⭐ **[SyncThing](https://syncthing.net/)** - Cross-Platform File Sync / [Android](https://github.com/chenxiaolong/BasicSync) / [Tray Support](https://martchus.github.io/syncthingtray/) / [GitHub](https://github.com/syncthing/syncthing)\n* ⭐ **[FreeFileSync](https://freefilesync.org/)** - Open-Source File Sync\n* [MyPhoneExplorer](https://www.fjsoft.at/) or [SyncFolder](https://apps.microsoft.com/detail/9nc73mjwhsww?rtc=1&hl=en-us&gl=US) - Phone and Desktop Sync\n* [allwaysync](https://allwaysync.com/) - File Sync Utility\n* [Resilio](https://www.resilio.com/individuals/) - P2P File Sync\n* [⁠TangoShare](https://tangoshare.com/) - P2P File Sync\n* [⁠SpectrShare](https://spectrshare.com/) - P2P File Sync\n* [SmartFTP](https://www.smartftp.com/) - FTP File Sync\n* [rsync](https://rsync.samba.org) - Command-line File Sync / [GitHub](https://github.com/RsyncProject/rsync)\n* [Unison](https://github.com/bcpierce00/unison) - Bidirectional File Sync\n\n***\n\n## ▷ File Backup\n\n* ⭐ **[restic](https://restic.net/)** - Secure File Backup / [GitHub](https://github.com/restic/restic)\n* ⭐ **[Kopia](https://kopia.io/)** - Encrypted File Backup / [GitHub](https://github.com/kopia/kopia/)\n* ⭐ **[Rescuezilla](https://rescuezilla.com/)** / [GitHub](https://github.com/rescuezilla/rescuezilla) or [CloneZilla](https://clonezilla.org/) - Disk Image Backup\n* [FolderClone](https://www.folderclone.com/) or [Echosync](https://www.luminescence-software.org/en/echosync/about/) - Folder Clone / Backup\n* [BackupPC](https://backuppc.github.io/backuppc/) - Networked File Backup\n* [TeraCopy](https://www.codesector.com/teracopy) - Copy Files Quickly / More Securely\n* [UrBackup](https://www.urbackup.org/) - Client / Server File Backup\n* [duplicity](https://duplicity.gitlab.io/) - File Backup\n* [Duplicati](https://www.duplicati.com/) - File Backup\n* [AOMEI Backupper](https://www.ubackup.com/) - File Backup\n* [Borg](https://www.borgbackup.org/) - De-duplicating File Backup / [WebUI](https://github.com/karanhudia/borg-ui)\n* [USBImager](https://bztsrc.gitlab.io/usbimager/) - USB Image Backup\n\n***\n\n## ▷ File Recovery\n\n* 🌐 **[Data Recovery](https://igwiki.lyci.de/wiki/Data_recovery)** - Data Recovery Tool Index\n* ⭐ **[TestDisk](https://www.cgsecurity.org/wiki/TestDisk)** - File Recovery\n* [PhotoRec](https://www.cgsecurity.org/wiki/PhotoRec) - File Recovery\n* [DMDE](https://dmde.com/download.html) - File Recovery\n* [Windows File Recovery](https://apps.microsoft.com/detail/9n26s50ln705) - File Recovery\n* [MultiPar](https://github.com/Yutaka-Sawada/MultiPar) - Prevent File Corruption / [Guide](https://youtu.be/5TsExiAsCXA)\n* [ShadowExplorer](https://www.shadowexplorer.com/) or [ShadowCopyView](https://www.nirsoft.net/utils/shadow_copy_view.html/) - Shadow Copy Explorers\n\n***\n\n## ▷ File Info / Metadata\n\n* ↪️ **[Image Metadata Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_photo_forensics_.2F_metadata)**\n* ↪️ **[Audio Metadata Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_audio_metadata)**\n* ⭐ **[Fileinfo](https://fileinfo.com/)**, [Filext](https://filext.com/) or [OpenMyFiles](https://www.openmyfiles.com/) - File Extension Libraries\n* ⭐ **[Phockup](https://github.com/ivandokov/phockup)** - Organize Photos / Videos by EXIF Date\n* [MediaInfo](https://mediaarea.net/en/MediaInfo) - Media File Analysis / Metadata Viewer / [Online](https://mediaarea.net/MediaInfoOnline)\n* [MediaPeek](https://mediapeek.plnk.workers.dev/) - Online Media File Analysis / Metadata Viewer / [GitHub](https://github.com/luminalreason/mediapeek)\n* [ExtractMetadata](https://www.extractmetadata.com/), [⁠FilesMD](https://www.filesmd.com/) or [Metadata2Go](https://www.metadata2go.com/) - Metadata Viewers / Editors\n* [⁠PrivMeta](https://www.privmeta.com/) / [GitHub](https://github.com/DScaife/privmeta/) or [mat2](https://github.com/jvoisin/mat2) / [Web Version](https://0xacab.org/jvoisin/mat2-web) - Remove Metadata from Files\n* [Attribute Changer](https://www.petges.lu/) - Edit File & Folder Properties\n* [WhatsLink](https://whatslink.info/) - View File Download Web Metadata\n* [Magika](https://github.com/google/magika) or [TridUI](https://github.com/JMcrafter26/TridUI) - File Type Detection Tools\n* [OpenHashTab](https://github.com/namazso/OpenHashTab) - Compare / Display File Hashes\n* [TagSpaces](https://www.tagspaces.org/) or [Tagging for Windows](https://tagging.connectpaste.com/) - Tag-Based File Systems\n* [SKTimeStamp](https://tools.stefankueng.com/SKTimeStamp.html) - Change File Created / Modified Time\n\n***\n\n## ▷ Formatting / Deletion\n\n* ⭐ **[SDelete](https://learn.microsoft.com/en-us/sysinternals/downloads/sdelete)** - File Deletion CLI\n* [Eraser](https://eraser.heidi.ie/), [File Shredder](https://fileshredder.org/), [Alternate File Shredder](https://www.alternate-tools.com/pages/c_fileshredder.php?lang=ENG), [Permadelete](https://developerstree.github.io/permadelete/) or [Delapp](https://github.com/differentrain/Delapp) - File Shredding\n* [Parted Magic](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites) (search) - Disk Partitioning / Data Recovery\n* [SSuite File Shredder and Burner](https://www.ssuiteoffice.com/software/ssuitefileshredder.htm) - File Shredder with Disk Burning\n* [Low Level Format](https://www.lowlevelformat.info/), [nwipe](https://github.com/martijnvanbrummelen/nwipe) or [ShredOS](https://github.com/PartialVolume/shredos.x86_64) - Complete Hard Drive Erasers\n* [RED](https://www.jonasjohn.de/red.htm) - Remove Empty Directories\n\n***\n\n## ▷ Data Automation\n\n* ⭐ **[Advanced Renamer](https://www.advancedrenamer.com/)**, [PowerRename](https://learn.microsoft.com/en-us/windows/powertoys/powerrename), [Szyszka](https://github.com/qarmin/szyszka), [F2](https://github.com/ayoisaiah/f2), [Ant Renamer](https://www.antp.be/software/renamer), [Flut Renamer](https://github.com/sun-jiao/flut-renamer) or [Bulk Rename Utility](https://www.bulkrenameutility.co.uk/) - Bulk Renamers\n* [FoliCon](https://dineshsolanki.github.io/FoliCon/) - Automatic Custom Media Icons / Folders / [GitHub](https://github.com/DineshSolanki/FoliCon)\n* [MediaMonkey](https://www.mediamonkey.com/) - Media Organizer\n* [tinyMediaManager](https://www.tinymediamanager.org/) or [MediaElch](https://www.kvibes.de/mediaelch/) - Media Collection Managers\n* [FileBot](https://www.filebot.net/) - Media File Renaming\n* [TVRename](https://www.tvrename.com/) or [⁠Rename My TV Series](https://www.tweaking4all.com/home-theatre/rename-my-tv-series-v2/) - TV File Data Automation\n* [Shoko](https://github.com/shokoanime) - Anime File Data Automation\n\n***\n\n# ► PDF Tools\n\n* [PDFGrep](https://pdfgrep.org/) or [OCRmyPDF](https://github.com/ocrmypdf/OCRmyPDF) - PDF Text Search\n* [PDFEncrypt](https://pdfencrypt.net/) - PDF File Encryption\n* [GraphPaper](https://incompetech.com/graphpaper/) - PDF Graphs\n* [PDF Fixer](https://pdffixer.com/) - Repair Damaged PDFs\n* [OpenSign](https://github.com/OpenSignLabs/OpenSign), [Signature PDF](https://pdf.24eme.fr/) / [GitHub](https://github.com/24eme/signaturepdf), [FalsiScan](https://gitlab.com/edouardklein/falsisign), [JustSignPDF](https://justsignpdf.com/) or [Adobe Sign](https://www.adobe.com/acrobat/online/sign-pdf.html) - PDF Signature Tools\n* [Google Drive PDF Downloader](https://github.com/zeltox/Google-Drive-PDF-Downloader) - Download Protected Google Drive PDFs\n* [PDFCoffee](https://pdfcoffee.com/) - Upload PDF, Word or PowerPoint Files\n* [PrintFriendly](https://www.printfriendly.com/) - Printer Formatting Tools\n\n***\n\n## ▷ Online PDF Toolkits\n\n* ⭐ **[BentoPDF](https://bentopdf.com/)** or [File PDF](https://filepdf.net/) - Client-Side / [GitHub](https://github.com/alam00000/bentopdf)\n* ⭐ **[⁠ihatepdf](https://www.ihatepdf.cv/)** - Client-Side\n* [PDFCraft](https://pdfcraft.devtoolcafe.com/) - Client-Side / [GitHub](https://github.com/PDFCraftTool/pdfcraft)\n* [BreezePDF](https://breezepdf.com/) - Client-Side\n* [PDFClear](https://www.pdfclear.com/) - Client-Side\n* [DigiPDF](https://digipdf.app/?lang=en_US) - Client-Side\n* [Sejda](https://www.sejda.com/)\n* [ILovePDF](https://www.ilovepdf.com/)\n* [⁠PDRResizer](https://pdfresizer.com/)\n* [PDF2Go](https://www.pdf2go.com/)\n* [DPDF](https://dpdf.com/)\n* [Digiparser](https://www.digiparser.com/free-tools/pdf)\n\n***\n\n## ▷ Offline PDF Toolkits\n\n* ⭐ **[Stirling-PDF](https://www.stirlingpdf.com/)** / Windows, Mac, Linux / Requires Sign-Up / [GitHub](https://github.com/Stirling-Tools/Stirling-PDF)\n* ⭐ **[PDF24](https://www.pdf24.org/)** / Web-Based / Windows\n* [⁠PDF4QT](https://jakubmelka.github.io/) / Windows, Linux / [GitHub](https://github.com/JakubMelka/PDF4QT)\n* [Foxit](https://www.foxit.com/pdf-reader/) / Web-Based / Windows, Linux, Android, iOS / [Features](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites) (search) / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/foxit-warning.md)\n* [xPDFReader](https://www.xpdfreader.com/) / Windows, Mac, Linux\n* [PDF Arranger](https://github.com/pdfarranger/pdfarranger) / Windows, Linux\n\n***\n\n## ▷ PDF Conversion Tools\n\n* [Rare2PDF](https://rare2pdf.com/), [online2pdf](https://online2pdf.com/) or [2PDFConverter](https://www.2pdfconverter.com/) - File to PDF Conversion\n* [⁠Tideflow](https://github.com/BDenizKoca/Tideflow-md-to-pdf) or [MD2PDF](https://md2pdf.netlify.app/) - Markdown to PDF Converters\n* [PDFconvert](https://docupub.com/pdfconvert/) - PDF File Converters\n* [Marker](https://github.com/VikParuchuri/marker) - PDF to Markdown\n* [PDFCrowd](https://pdfcrowd.com/), [TailWindPDF](https://tailwindpdf.com/) or [wkhtmltopdf](https://wkhtmltopdf.org/) - HTML to PDF / Image Converter\n* [Issuu](https://issuu.com/) - Convert PDF Files to Webpages, Flipbooks, Brochures & More / [Downloader](https://docdownloader.com/)\n* [WebToPDF](https://webtopdf.com/) or [Percollate](https://github.com/danburzo/percollate) - Webpage to PDF Converters\n* [Dangerzone](https://dangerzone.rocks/) - Convert Malicious PDFs to Safe Files / [GitHub](https://github.com/freedomofpress/dangerzone)\n\n***\n\n# ► File Transfer\n\n* ⭐ **[LocalSend](https://localsend.org/)** - Desktop / Mobile Transfer / [Discord](https://discord.com/invite/GSRWmQNP87) / [Subreddit](https://www.reddit.com/r/localsend/) / [GitHub](https://github.com/localsend/localsend)\n* ⭐ **[Blip](https://blip.net/)** - Desktop / Mobile Transfer / Turn \"Searchable by Name\" Off in Settings\n* [Photon](https://photondev.netlify.app/) - Desktop / Mobile Transfer / [GitHub](https://github.com/abhi16180/photon)\n* [KDE Connect](https://kdeconnect.kde.org/) - Desktop / Mobile Transfer\n* [Wormhole](https://wormhole.app/) - Desktop / Mobile Transfer / [Discord](https://discord.com/invite/de6FscsK5Z) / [GitHub](https://github.com/SocketDev)\n* [Warpinator](https://github.com/linuxmint/warpinator) - Desktop / Mobile Transfer\n* [⁠Phone Link](https://www.microsoft.com/en-us/windows/sync-across-your-devices) - Desktop / Mobile File Transfer \n* [Sefirah](https://github.com/shrimqy/Sefirah) - Desktop / Mobile Transfer\n* [QRServ](https://play.google.com/store/apps/details?id=dev.uint.qrserv) - Desktop / Mobile Transfer / [GitHub](https://github.com/uintdev/qrserv)\n* [Magic Wormhole](https://github.com/magic-wormhole/magic-wormhole) - Desktop / Mobile Transfer\n* [croc](https://github.com/schollz/croc) - Desktop / Mobile Transfer / [GUI](https://github.com/howeyc/crocgui)\n* [LANDrop](https://landrop.app/) - Desktop / Mobile Transfer\n* [NahrajSoubor](https://nahrajsoubor.cz/) - Desktop / Mobile Transfer\n* [⁠Clip Fish](https://clip.fish/) - Desktop / Mobile Transfer\n* [IPFS](https://ipfs.tech/) - Desktop / Mobile Transfer / [Discord](https://discord.gg/vj7qWuAyHY)\n* IPFS Tools - [Resources](https://awesome.ipfs.tech/), [2](https://github.com/ipfs/awesome-ipfs) / [Extension](https://github.com/ipfs/ipfs-companion) / [Desktop](https://github.com/ipfs/ipfs-desktop) / [IPFS Cluster](https://ipfscluster.io/)\n* [aQRoss](https://aqross.app/) or [qrcp](https://qrcp.sh/) / [GitHub](https://github.com/claudiodangelis/qrcp) - Share Files Using QR Codes\n* [OnionShare](https://onionshare.org/) - Share Files Over Tor Network\n* [FileZilla](https://filezilla-project.org/download.php?show_all=1) - FTP Client / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/filezilla-warning.md)\n* [WinSCP](https://winscp.net/eng/index.php) - FTP Client\n* [⁠robocopy](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy) - Windows Built-In File Transfer Guide / [WebUI](https://ar-puuk.github.io/robocopy-gui/)\n\n***\n\n## ▷ P2P Transfer\n\n* ⭐ **[PairDrop](https://pairdrop.net/)** / [GitHub](https://github.com/schlagmichdoch/pairdrop)\n* ⭐ **[JustBeamIt](https://justbeamit.com/)**\n* [Surge](https://getsurge.io/) - P2P App / [GitHub](https://github.com/rule110-io/surge)\n* [ToffeeShare](https://toffeeshare.com/) / [GitHub](https://github.com/ToffeeShare)\n* [⁠Station307](https://www.station307.com/)\n* [new.space](https://new.space/)\n* [WebWormhole](https://webwormhole.io/) / [GitHub](https://github.com/saljam/webwormhole)\n\n***\n\n# ► File Hosts\n\n* **Note** - Keep in mind that it's **never** a good idea to upload personal or confidential files to any file host, even if they claim to be encrypted. Most file hosts only remove files after inactivity, while some delete them regardless. Check each host if you're concerned about file expiry. Tags are: Total Storage (x days w/ acc) / Max File Size / File Expiry (x days w/ acc) / Signup Requirements.\n\n***\n\n* 🌐 **[PolyUpload File Host Index](https://github.com/spel987/PolyUploader?tab=readme-ov-file#-hosts)**\n* ↪️ **[Video File Hosts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25B7_video_file_hosts)**\n* ↪️ **[Image File Hosts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_image_hosts)**\n* ⭐ **[Gofile](https://gofile.io/)** - 100GB Monthly / Unlimited / 10 Days After Last Download / [Manager Export](https://greasyfork.org/en/scripts/515250)\n* ⭐ **[Pixeldrain](https://pixeldrain.com/)** - 10GB / 60 Days After Last Download (10% min) / [Speedtest](https://pixeldrain.com/speedtest) / [Bypass](https://pixeldrain-bypass.cybar.to/)\n* ⭐ **[VikingFile](https://vikingfile.com/)** - Unlimited / 15 Days After Last Download / Use Adblocker / [Discord](https://discord.gg/EPEFC6KkpF)\n* ⭐ **[Buzzheavier](https://buzzheavier.com/)**, [2](https://fuckingfast.net/), [3](https://bzzhr.co/) - Unlimited / 7 Day Expiry / +1 Hour Per DDL / [File Expiry](https://buzzheavier.com/help) / [Discord](https://discord.gg/ttQjgC28WP) / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/buzzheavier-warning.md)\n* ⭐ **[⁠ZeroFS](https://zerofs.link/)** - Unlimited / 30 Days After Last Download / [CLI](https://github.com/kirmola/zerofs-cli) / [Discord](https://discord.gg/PJWsgUt7XM)\n* ⭐ **[⁠Rootz](https://rootz.so/)** - 25GB / 15 Days After Last Download / Unlimited for Backstage Users / [Discord](https://discord.com/invite/rtz)\n* ⭐ **[Catbox](https://catbox.moe/)** - 200MB / Forever / [Proxy](https://fatbox.moe/)\n* ⭐ **[Pillowcase](https://pillows.su/)** - Audio File Host / 200MB (500MB w/ Account) / Forever\n* [FileQ](https://fileq.net/) - 50GB / 20GB / 3 Days After Last Download / Has Unlimited Plans / [Discord](https://discord.gg/zc2r9pZzF)\n* [FileMirage](https://filemirage.com/) - 50GB / 30 Days After Last View\n* [Send.now](https://send.now/) - 100GB / 15 Days After Last Download\n* [⁠UC.Files](https://files.union-crax.xyz/) - 25GB / Forever\n* [⁠storage.to](https://storage.to/) - 25GB / 7 Days\n* [Litterbox](https://litterbox.catbox.moe/) - 1GB / 3 Days\n* [Transfer.it](https://transfer.it/) - Unlimited / 90 Days / Owned by MEGA.nz\n* [MediaFire](https://www.mediafire.com/) - 4GB / Forever\n* [⁠Filester](https://filester.me/) - 10GB / 45 Days After Last Download\n* [DesiUpload](https://desiupload.co/) - 15 Days (2GB per file / 30 Days w/ Account)\n* [hostb](https://hostb.org/) - Unlimited / 30 Days After Last Download / [Source Code](https://r-w-x.org/r/hostb.git)\n* [udrop](https://www.udrop.com/) - 5GB / 50GB on Signup / Forever\n* [MixDrop](https://mixdrop.ag/) - Unlimited / 60 Days / Requires Sign-Up\n* [Ranoz](https://ranoz.gg/) - 20GB / 30 Days After Last Download\n* [1fichier.com](https://1fichier.com/) - 300GB / 15 Days (30 Days w/ Account)\n* [Filebin](https://filebin.net/) - Unlimited / 6 Days / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/filebin-warning.md)\n* [file.kiwi](https://file.kiwi/) - Unlimited / 90 Hours / [File Expiry](https://file.kiwi/en/price)\n* [⁠UpZur](https://upzur.com/) - 5GB / 1.95TB / 120 Days After Last Download / Requires Sign-Up\n* [⁠UploadHive](https://uploadhive.com/) - Unlimited / 50 Days After Last Download / Use Adblock\n* [FireLoad](https://www.fireload.com/) - Unlimited / 60 Days / Requires Sign-Up\n* [FEX.NET](https://fex.net/) - 100GB / 7 Days\n* [DropMeFiles](https://dropmefiles.com/) - 50GB / 14 Days\n* [⁠MixLoads](https://mixloads.to/) - 25.6GB / 2TB / 60 Days After Last Download / Requires Sign-Up\n* [⁠CryptFiles](https://cryptfiles.cloud/) - 10GB / Unlimited / 1 Year\n* [GigaFile](https://gigafile.nu/) - 300GB / 100 Days\n* [UploadNow](https://uploadnow.io/) - 100GB / 7 Days After Last Download\n* [eDisk](https://www.edisk.cz/) - 20GB / 30 Days\n* [Drop Download](https://drop.download/) - 25GB / 90 Days / Requires Sign-Up\n* [SwissTransfer](https://www.swisstransfer.com/) - 50GB / 30 Days / 250 Downloads\n* [⁠Dfiles](https://dfiles.com/) - 10GB / 90 Days\n* [BowFile](https://bowfile.com/) - 20GB / 20 Days\n* [⁠TheUserCloud](https://theuser.cloud/) - 10GB / 60 Days\n* [Hexupload](https://hexload.com/) or [AnonTransfer](https://anontransfer.com/) - 15GB / 30 Days\n* [Tempcloud](https://temp.kotol.cloud/) - 10GB / 3 Days\n* [GrosFichiers](https://www.grosfichiers.com/) or [DataTransfer](https://www.datatransfer.com/) - 10GB / 14 Days\n* [FileFast](https://filefa.st/), [2](https://gofile.to/) - 5GB / Unlimited\n* [Akira Box](https://akirabox.com/), [2](https://akirabox.to/) - 20GB Free / 30 Days After Last Download / Requires Sign-Up\n* [Imagenetz](https://www.imagenetz.de/?setLang=en) - 5GB / 30 Days After Last Download\n* [⁠Nerushare](https://nerushare.ovh/) - 5GB / Forever\n* [FilePort](https://fileport.io/) - 5GB / 7 Days\n* [FileDitch](https://fileditch.com/) or [SendGB](https://www.sendgb.com/) - 5GB / 90 Days\n* [MegaUp](https://megaup.net/) - 5GB / 60 Days\n* [⁠DataVaults](https://datavaults.co/) - 5GB / 15GB / 7 Days After Last Download / Requires Sign-Up\n* [FileGo](https://filego.at/) - 5GB / 90 Days After Last Download\n* [Bestfile](https://bestfile.io/) - 5GB / 80 Days After Last Download\n* [ufile.io](https://ufile.io/) - 5GB / 30 Days\n* [Internxt Send](https://send.internxt.com/) - 5GB / 15 Days\n* [⁠JuiceBox](https://box.juicey.dev/) - 15GB / 14 Days\n* [UserDrive](https://usersdrive.com/) - 5GB / 65 Days\n* [pCloud Transfer](https://transfer.pcloud.com/) or [Tresorit Send](https://send.tresorit.com/) - 5GB / 7 Days / Requires Email\n* [Temp.sh](https://temp.sh/) - 4GB / 3 Days\n* [⁠Mega4Upload](https://mega4upload.net/) - 3GB / 183GB / 150 Days After Last Download\n* [Workupload](https://workupload.com/) - 2GB / 90 Days\n* [Send](https://send.vis.ee/) - 2.5GB / 3 Days / 10 Downloads / [CLI](https://github.com/timvisee/ffsend) / [Instances](https://gitlab.com/timvisee/send-instances)\n* [JUMBOmail](https://www.jumbomail.me/) - 2GB / 7 Days / Requires Email\n* [TransferSize](https://www.transfersize.com/) - 50GB / 7 Days\n* [KrakenFiles](https://krakenfiles.com/) - 1GB / 3 Months on Sign-Up\n* [DropMB](https://dropmb.com/) - 512MB / 5 Years\n* [FileGo](https://filego.app/) - 2GB / 30 Days / Requires Sign-Up\n* [Lufi](https://upload.disroot.org/) - 2GB / 30 Days\n* [FilesPayouts](https://filespayouts.com/) - 10GB / Forever / Requires Sign-Up\n* [DooDrive](https://doodrive.com/) - 2GB / 30 Days / Requires Sign-Up\n* [Clicknupload](https://clicknupload.click) - 10GB / 8 Days / Requires Sign-Up\n* [Smash](https://fromsmash.com/) - 2GB / 7 Days / Requires Email\n* [MultiUp.io](https://multiup.io/) / [Extract / Upload](https://github.com/Reddiepoint/MultiUp-Direct) / [Discord](https://discord.gg/2yUEQPxTTU) or [Mirrored.to](https://www.mirrored.to/) - Multi Host Uploaders\n* [⁠PolyUploader](https://polyuploader.vercel.app/) / [GitHub](https://github.com/spel987/PolyUploader) or [Z-o-o-m](https://z-o-o-m.eu/) - Multi-Host Upload Desktop Apps\n* [DataNodes](https://datanodes.to/) - Webmasters Only File Host / [Discord](https://discord.gg/mKyBMyeKvh)\n* [Limited Upload Hosts](https://rentry.org/xc48kg) - More Hosts / 1GB or Below\n* [⁠Cocoleech](https://cocoleech.com/premium-link-generator) - Bypass Premium Link Speed Limits\n* [⁠Pearcrypt](https://pearcrypt.lol/) - File Link Containers / [Discord](https://discord.com/invite/QrrryWKA6X)\n\n***\n\n## ▷ Cloud Storage\n\n* **Note** - Free plan storage / Free plan account inactivity deletion / Avg monthly price per TB (annual plan).\n\n***\n\n* 🌐 **[Eylenburg Comparisons](https://eylenburg.github.io/cloud_comparison.htm)** or [ComparisonTabl.es](https://comparisontabl.es/cloud-storage/) - Compare Cloud Storage Sites\n* ↪️ **[Self-Hosted Cloud Storage](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_server_.2F_selfhosting)**\n* ⭐ **[Google Drive](https://drive.google.com/)** - 15GB Free / 2 Years\n* ⭐ **[MEGA](https://mega.io/)** - 20GB Free / 3 Months / ~$10 for 3TB / [GitHub](https://github.com/meganz)\n* [disk.yandex](https://disk.yandex.com/) - 5GB Free / 2 Years / ~$2 for 1TB\n* [Filen](https://filen.io/) - 10GB Free / 3 Months / ~$8 for 1TB / Requires Sign-Up for Sharing\n* [Dropbox](https://www.dropbox.com/) - 1 or 2GB Free / 12 Months / ~$5 for 1TB / [Client](https://github.com/SamSchott/maestral)\n* [MediaFire](https://www.mediafire.com/) - 10GB Free / 8 Months / $5 for 1TB\n* [icedrive](https://icedrive.net/) - 10GB Free / 3 Months / $5 for 1TB\n* [PCloud](https://www.pcloud.com/) - 10GB Free / 1 Year / ~$4 for 1TB\n* [FEB](https://www.febbox.com/) - 10GB Free / 1 Month / ~$4 for 2TB\n* [Keybase](https://keybase.io/) - 250GB / Forever / [GitHub](https://github.com/keybase/client)\n* [Proton Drive](https://proton.me/drive) - 5GB Free / 1 Year / ~$10 for 1TB / [Discord](https://discord.com/invite/proton) / [Note](https://proton.me/support/more-free-storage-existing-users)\n* [⁠InfiniCLOUD](https://infini-cloud.net/en/) - 20GB Free / 1 Year / ~$14 for 3TB\n* [⁠CryptFiles](https://cryptfiles.cloud/) -  10GB Free / 1 Year / ~$13 for 3TB\n* [JumpShare](https://jumpshare.com/) - 2GB Free / 1 Year / $8.25 for 1TB\n* [FileLu](https://filelu.com/) - 10GB / Forever / **[Expiry Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/filelu-warning.md)**\n* [CyberFile](https://cyberfile.me/) - 10GB Free\n* [MrOwl](https://www.mrowl.com/) - 10GB Free / ~$16 for 1TB\n* [Blomp](https://www.blomp.com/) - 40GB Free / 1 Month / ~$3 for 2TB\n* [Backblaze B2](https://www.backblaze.com/cloud-storage/) - 10GB Free / ~$6 for 1TB\n* [Cloudflare R2](https://www.cloudflare.com/developer-platform/products/r2/) - 10GB Free / ~$15.5 per 1TB\n* [⁠Tresorit](https://tresorit.com/) - 3GB / Forever / 500 Per File / ~$12 per 1TB\n* [1Cloud File](https://1cloudfile.com/) - 10GB Free\n* [Fix-OneDrive-Zip](https://github.com/pmqs/Fix-OneDrive-Zip) - Fix OneDrive Zip Files >4GB\n\n***\n\n## ▷ Cloud Managers\n\n* ⭐ **[Rclone](https://rclone.org/)** - Cloud Storage Manager / [Guide](https://rentry.co/simple-rclone-usage) / [GUI](https://github.com/liriliri/rem) / [Colab](https://colab.research.google.com/github/szyha/RcloneLabArchive/blob/master/RcloneLab.ipynb) / [Transfer Tool](https://github.com/TheCaduceus/Multi-Cloud-Transfer-Tool) / [Telegram](https://t.me/rclonexbot)\n* ⭐ **[gclone](https://github.com/dogbutcat/gclone)** - Cloud Storage Manager\n* ⭐ **[Air Explorer](https://airexplorer.net/en/)** - Cloud Storage Manager\n* ⭐ **[RaiDrive](https://www.raidrive.com/)** - Cloud Storage Manager\n* ⭐ **[Cyberduck](https://cyberduck.io/)** - Libre Server / Cloud Storage Browser / [GitHub](https://github.com/iterate-ch/cyberduck)\n* [SpaceDrive](https://www.spacedrive.com/) - Cloud Storage Manager\n* [OpenList](https://github.com/OpenListTeam/OpenList) - Cloud Storage Manager\n* [MultCloud](https://www.multcloud.com/) - Cloud Storage Manager\n* [xpipe](https://xpipe.io) - Remote File Manager\n* [FileStash](https://www.filestash.app/) - File Manager / [GitHub](https://github.com/mickael-kerjean/filestash)\n\n***\n\n## ▷ Google Drive Tools\n\n* ⭐ **[OneClickRun](https://colab.research.google.com/github/biplobsd/OneClickRun/blob/master/OneClickRun.ipynb)** - Google Drive Tools / Use Throwaway Google Account / [Features](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/oneclick-note.md)\n* [DriveUploader](https://driveuploader.com/) - Receive Files via Google Drive\n* [ZIP Extractor](https://zipextractor.app/) - Google Drive / Gmail File Archiver\n* [Google Drive CLI](https://github.com/glotlabs/gdrive) - Google Drive CLI Client\n* [goodls](https://github.com/tanaikech/goodls) - Google Drive Downloader\n* [gdrivedl](https://github.com/matthuisman/gdrivedl) - Google Drive Python Download Script\n* [ISAAC](https://rentry.co/FMHYB64#gservice-gen) - Google Service Account Generators\n* [goindex-extended](https://github.com/menukaonline/goindex-extended) / [Themes](https://install.kenci.workers.dev/) or [Google-Drive-Index](https://gitlab.com/GoogleDriveIndex/Google-Drive-Index) - Google Drive Indexers\n* [gdurl](https://gdurl.com/), [GDrive Link Generator](https://www.wonderplugin.com/online-tools/google-drive-direct-link-generator/), [Direct.GDrive](https://direct.gdrive.vip/en/), [Maulvi](https://maulvi.github.io/) or [GDriveWebAppPublic](https://github.com/CloudflareHackers/GDriveWebAppPublic) - GDrive Link Generators / Host Direct Links\n* [Google Drive Clone Bot](https://jsmsj.github.io/GdriveCloneBot/) - Copy Google Drives / [GitHub](https://github.com/jsmsj/GdriveCloneBot)\n* [GD-EFC Link Encryptor](https://rekulous.github.io/gd-efc-encryptor/) - Google Drive Link Encryptor for GD-EFC\n* [DriveRename](https://driverename.iblogbox.com/) - Bulk Google Drive File Rename\n* [Sharer](https://sharer.pw), [YuShare](https://yushare.my.id) or [GDToT](https://new10.gdtot.dad) - Google Drive File Sharing\n\n***\n\n## ▷ MEGA Tools\n\n* ⭐ **[Megabasterd](https://github.com/tonikelope/megabasterd)** - Download Quota Bypass / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/megabasterd-note.md)\n* ⭐ **[MEGA Account Generators](https://rentry.co/FMHYB64#mega-gen)** - Account Gen / Unlimited Upload Size / [Fix](https://rentry.co/mega_account_generator)\n* [MEGA Desktop](https://mega.io/desktop) - Official GUI App / [GitHub](https://github.com/meganz/MEGAsync)\n* [MEGA CMD](https://mega.io/cmd) - Official CLI App / [GitHub](https://github.com/meganz/MEGAcmd)\n"
  },
  {
    "path": "docs/gaming-tools.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n# ► Gaming Tools\n\n* ↪️ **[Download Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_download_managers)**\n* ↪️ **[Media Posters / Covers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_media_covers_.2F_posters)**\n* ↪️ **[Game Soundtracks](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_game_soundtracks)**\n* ⭐ **[PCGamingWiki](https://www.pcgamingwiki.com/)** - Game Fixes & Workarounds / [Discord](https://discord.gg/KDfrTZ8)\n* ⭐ **[Library of Codexes](https://libraryofcodexes.com/)** - Game Codex Library\n* ⭐ **[HowLongToBeat](https://howlongtobeat.com/)**, [2](https://hl2b.com/) - Find Average Game Lengths / [Discord](https://discord.gg/v5F26Dk)\n* ⭐ **[r/tipofmyjoystick](https://www.reddit.com/r/tipofmyjoystick/)** - Find Games via Screenshot or Description\n* ⭐ **[Game Pauser](https://madebyjase.com/game-pauser/)** - Pause Unpausable Cutscenes\n* ⭐ **[Valve Archive](https://valvearchive.com/)** - Rare Valve Data Archive\n* ⭐ **[Sunshine](https://app.lizardbyte.dev/Sunshine/)** or [Apollo](https://github.com/ClassicOldSong/Apollo) - Remote Server for Moonlight / [Mobile](https://github.com/ClassicOldSong/moonlight-android) / [Discord](https://discord.com/invite/d6MpcrbYQs) / [GitHub](https://github.com/LizardByte/Sunshine)\n* [Moonlight](https://moonlight-stream.org/) - Gaming Remote Desktop Client / [Discord](https://discord.com/invite/CGg5JxN) / [GitHub](https://github.com/moonlight-stream)\n* [⁠Greenlight](https://github.com/unknownskl/greenlight) - Improved xCloud Client / Xbox Cloud Gaming\n* [⁠Better xCloud](https://better-xcloud.github.io/) - Add Features to xCloud / [X](https://x.com/redphx) / [Telegram](https://t.me/betterxcloud) / [GitHub](https://github.com/redphx/better-xcloud)\n* [⁠Arcade Database](https://zenius-i-vanisher.com/v5.2/arcades.php) - Arcade Game Map + Database\n* [⁠Lets Play Index](https://www.letsplayindex.com/) - Index of Lets Plays / Longplays\n* [⁠TASVideos](https://tasvideos.org/) - TAS Video Community / Resources / [Emulator Resources](https://tasvideos.org/EmulatorResources) / [Game Resources](https://tasvideos.org/GameResources)\n* [VGHF Digital Archive](https://library.gamehistory.org/) - Historical Documents, Magazines, Transcripts, etc. / [Archive](http://archive.gamehistory.org/)\n* [⁠The Data Dungeon](https://archive.thedatadungeon.com/) - Pre-Release Video Game Content Archive / [Discord](https://discord.gg/bJKBRNagfA)\n* [⁠The Playstation Datacenter](https://psxdatacenter.com/) - Playstation Data Index \n* [FRAMED](https://framedsc.com/index.htm) - In-Game Screenshotting Tips\n* [NIWA](https://www.niwanetwork.org/) - Nintendo Independent Wiki Alliance / [Discord](https://discord.gg/59Mq6qB)\n* [Gog To Free](https://greasyfork.org/en/scripts/481134) - Add Piracy Site Links to GOG Store\n* [The Models Resource](https://models.spriters-resource.com/) - Game Models\n* [The Spriters Resource](https://www.spriters-resource.com/) - Video Game Sprites / [Discord](https://discord.gg/tsr)\n* [MiiCharacters](https://www.miicharacters.com/) - Famous Mii Creation Guides\n* [Archiverse](https://archiverse.pretendo.network/) - Miiverse Archive\n* [Buzz In](https://buzzin.live/) - Online Buzzer System\n* [Challonge](https://challonge.com/) or [Lorenzi's Game Boards](https://gb.hlorenzi.com/) - Tournament Creators / Managers\n* [Moments](https://steelseries.com/gg/moments), [Medal](https://medal.tv/) / [Watermark Remover](https://rentry.co/FMHYB64#medel) or [RePlays](https://github.com/lulzsun/RePlays) - Game Recording Tools\n* [Keystrokes](https://www.deviantart.com/jaxoriginals/art/Keystrokes-v1-3-889349339) - Keystrokes Overlay\n* [PSNProfiles](https://psnprofiles.com/) - Trophy Guide / PSN Profile Viewer\n* [Shmuplations](https://shmuplations.com/) - Japanese Developer Interviews\n* [Wiki.gg](https://wiki.gg/wikis/) - Game Wikis / [Redirector](https://support.wiki.gg/wiki/Redirect_to_wiki.gg)\n* [CSDb](https://csdb.dk/) or [GB64](https://gb64.com/index.php) - Commodore 64 Resources\n* [Awesome J2ME](https://github.com/hstsethi/awesome-j2me) - J2ME Resources\n* [GARbro](https://github.com/morkt/GARbro/) - Browse / Extract Visual Novel Resources\n* [LunaTranslator](https://docs.lunatranslator.org/en/) / [GitHub](https://github.com/HIllya51/LunaTranslator) or [⁠MTool](https://mtool.app/?lang=en) - Game / Visual Novel Translators\n* [⁠Interpreter](https://github.com/bquenin/interpreter) - Retro Japanese Game Live Translator \n* [ConceptArt](https://vk.com/conceptart) - Video Game Concept Art\n* [r/CrackWatch](https://www.reddit.com/r/CrackWatch/), [r/RepackWorld](https://reddit.com/r/RepackWorld), [GameStatus](https://gamestatus.info/) or [GitGud](https://discord.gg/APfesEBjjn) - Scene Release Trackers\n* [r/CrackSupport](https://reddit.com/r/CrackSupport) - Cracking Discussion / [Matrix](https://matrix.to/#/!MFNtxvVWElrFNHWWRm:nitro.chat?via=nitro.chat&via=envs.net&via=matrix.org)\n\n***\n\n## ▷ Game Launchers\n\n* ⭐ **[Playnite](https://playnite.link/)** - Game Library / Launcher / [Extensions](https://playnite.link/addons.html), [2](https://github.com/darklinkpower/PlayniteExtensionsCollection) / [Subreddit](https://www.reddit.com/r/playnite/) / [Discord](https://discord.com/invite/BrtABqe) / [GitHub](https://github.com/JosefNemec/Playnite/)\n* ⭐ **[Ascendara](https://ascendara.app/)** - Game Library / Launcher / Downloader / [Discord](https://ascendara.app/discord) / [GitHub](https://github.com/Ascendara/ascendara)\n* ⭐ **[Hydra](https://hydralauncher.gg/)** - Game Launcher / Torrent Client / [Plugins](https://library.hydra.wiki/) / [Themes](https://hydrathemes.shop/) / [Telegram](https://t.me/hydralauncher) / [GitHub](https://github.com/hydralauncher/hydra)\n* ⭐ **[Project GLD](https://y0urd34th.github.io/Project-GLD/)** / [GitHub](https://github.com/Y0URD34TH/Project-GLD/) or **[GOG Galaxy](https://www.gog.com/galaxy)** (closed source) - Game Libraries / Launchers\n* [UC.DIRECT](https://union-crax.xyz/direct) - Game Launcher / Downloader / [GitHub](https://github.com/Union-Crax/UnionCrax.Direct)\n* [Fit Launcher](https://github.com/CarrotRub/Fit-Launcher/) - Unofficial Game Launcher / Torrent Client / [Discord](https://discord.gg/cXaBWdcUSF)\n* [Launchbox](https://www.launchbox-app.com/) - Retro / Console Game Library / Launcher\n* [GameHUB Launcher](https://www.deviantart.com/not-finch/art/GameHUB-launcher-2-for-Rainmeter-785369648) - Rainmeter Game Launcher\n* [OpenGamepadUI](https://github.com/ShadowBlip/OpenGamepadUI) - Gamepad Native Launcher\n* [⁠TwintailLauncher](https://twintaillauncher.app/) - Game Launcher / Mod Engine for F2P Anime Games / [GitHub](https://github.com/TwintailTeam/TwintailLauncher)\n* [JackboxUtility](https://jackboxutility.com/) - Jackbox Games Launcher / [Discord](https://discord.gg/ffKMZeb88m) / [GitHub](https://github.com/JackboxUtility/JackboxUtility)\n* [⁠Starward](https://github.com/Scighost/Starward) - HoYoverse Game Launcher\n* [GameVault](https://gamevau.lt) - Self-Hosted Gaming Platform / [Discord](https://discord.gg/NEdNen2dSu) / [GitHub](https://github.com/Phalcode/gamevault-app)\n\n***\n\n## ▷ Optimization Tools\n\n* 🌐 **[Nvidia Overclocking](https://github.com/LunarPSD/NvidiaOverclocking/blob/main/Nvidia%20Overclocking.md)** - Nvidia Overclocking Resources\n* ⭐ **[SpecialK](https://www.special-k.info/)** - Game Optimization Tool / [Discord](https://discord.gg/specialk) / [GitHub](https://github.com/SpecialKO/SpecialK)\n* ⭐ **[MSI Afterburner](https://www.msi.com/Landing/afterburner)** - Overclocking Tool / Hardware Monitor / Avoid Norton 360 in Installer\n* ⭐ **[MSI Kombustor](https://www.geeks3d.com/furmark/kombustor/)** - GPU Benchmark Test\n* ⭐ **[DisplayMagician](https://displaymagician.littlebitbig.com/)** or [AutoActions](https://github.com/Codectory/AutoActions) - Per-Game Display Profiles\n* ⭐ **[Lossless Scaling](https://fmhy.net/gaming#download-games)** (search), **[Magpie](https://github.com/Blinue/Magpie)** or [OptiScaler](https://github.com/optiscaler/OptiScaler) - Game Upscaling\n* [SystemRequirementsLab](https://www.systemrequirementslab.com/cyri/) or [PCGameBenchmark](https://www.pcgamebenchmark.com/) - Game Requirements Tests\n* [SweetFX](https://sfx.thelazy.net/) or [ENBSeries](http://enbdev.com) - Game Setting Guides\n* [RagnoTech Optimization Catalog](https://ragnos1997.com/optimization-catalog/) or [TroubleChute](https://www.youtube.com/c/TroubleChute/featured) - Gaming Optimization Guides\n* [cancerogenoslab](https://sites.google.com/view/cancerogenoslab/) - FPS / Latency Guides\n* [Fraps](https://fraps.com/), [OCAT](https://gpuopen.com/ocat/) / [GitHub](https://github.com/GPUOpen-Tools/ocat), [RTSS](https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html), [CapFrameX](https://www.capframex.com/) or [Game Bar](https://rentry.co/WindowsFPS) - FPS Monitors\n* [SSTap](https://github.com/FQrabbit/SSTap-Rule) - Decrease Ping\n* [r/OptimizedGaming](https://www.reddit.com/r/OptimizedGaming/) - Game Optimization Community\n* [GPU Tweak III](https://www.asus.com/campaign/GPU-Tweak-III/index.php) or [EVGA Precision X1](https://www.evga.com/precisionx1/) / [Note](https://ibb.co/VSYtdTW) - Overclocking Tools / [Guide](https://docs.google.com/document/d/14ma-_Os3rNzio85yBemD-YSpF_1z75mZJz1UdzmW8GE/)\n* [Overclock](https://www.overclock.net/) - Overclocking Forum\n* [Ryzen Master Utility](https://www.amd.com/en/products/software/ryzen-master.html) - Overclocking Control for Ryzen Desktop CPU\n* [AMD-APU-Tuning-Utility](https://github.com/JamesCJ60/Universal-x86-Tuning-Utility) - AMD APU Tuning\n* [DLSS Swapper](https://github.com/beeradmoore/dlss-swapper) - Download, Manage & Swap DLSS\n* [⁠RTX Features Update](https://forums.guru3d.com/threads/rtx-features-total-update-package-v4-and-dlss-4-5-discussion.459016/) - Latest DLSS Without NVIDIA App \n* [dgVoodoo2](http://dege.freeweb.hu/dgVoodoo2/) - Glide & DirectX Graphics Wrapper\n* [⁠DXVK Studio](https://dxvkstudio.netlify.app/) - DXVK Manager\n* [⁠dxvk-gplasync](https://gitlab.com/Ph42oN/dxvk-gplasync/) - DXVK Fork w/ Async / Vulkan-Based Direct3D / Stutter Reduction \n* [VibranceGUI](https://vibrancegui.com/) - Automate Digital Vibrance Control\n* [ReShade](https://reshade.me/) - Generic Post-Processing Injector / [Easy Installer](https://github.com/OopyDoopy/ReShade-Centralized) / [Shaders](https://github.com/BlueSkyDefender/Depth3D) / [HDR](https://github.com/clshortfuse/renodx) / [DX11 Improvement](https://github.com/Filoppi/Luma-Framework) / [Discord](https://discord.com/invite/PrwndfH) / [GitHub](https://github.com/crosire/reshade)\n* [Scanlines for Windows](https://s4windows.itch.io/scanlines-for-windows) - Add Scanlines to Games / [Discord](https://discord.gg/MqxMj8MT55)\n* [DLSSG to FSR3](https://github.com/Nukem9/dlssg-to-fsr3) - AMD FSR3 Frame Generation for NVIDIA\n* [WindowedBorderlessGaming](https://westechsolutions.net/sites/WindowedBorderlessGaming/), [Borderless Gaming](https://legacy.borderlessgam.ing/) / [Discord](https://discord.gg/8UvpR5UgX3) / [GitHub](https://github.com/andrewmd5/Borderless-Gaming) or [FullScreenizer](http://runtimeterror.com/tools/fullscreenizer/) - Borderless Windows for All Games\n* [DxWnd](https://sourceforge.net/projects/dxwnd/) - Play Fullscreen Only Games in Window\n* [WSGF](https://www.wsgf.org/) - Widescreen Gaming Community / Solutions\n* [Widescreen Fixes Pack](https://thirteenag.github.io/wfp) / [GitHub](https://github.com/ThirteenAG/WidescreenFixesPack), [Widescreen Fixer v3.4](https://community.pcgamingwiki.com/files/file/1754-widescreen-fixer-v34-r737/) or [Flawless Widescreen](https://www.flawlesswidescreen.org/) - Widescreen Fixes\n* [4GB Patch](https://ntcore.com/?page_id=371) - Patch x86 executables to use 4GB\n\n***\n\n## ▷ Controller Tools\n\n* ⭐ **[DS4Windows](https://github.com/schmaldeo/DS4Windows)** / [2](https://github.com/TRARS/DS4Windows), [AntiMicroX](https://github.com/AntiMicroX/antimicroX), [DualSenseX](https://github.com/Paliverse/DualSenseX), [DualSenseY](https://github.com/WujekFoliarz/DualSenseY-v2), [PCXSense](https://github.com/Denellyne/PCXSense) or [Input Remapper](https://github.com/sezanzeb/input-remapper) - Gamepad Input Tools / [Steam Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/steam-controller-support.md)\n* [x360ce](https://www.x360ce.com/) / [GitHub](https://github.com/x360ce/x360ce) - DS4 / 360 Controller Emulator\n* [DsHidMini](https://docs.nefarius.at/projects/DsHidMini/) - Use PS3 Controllers on Windows\n* [JoyToKey](https://joytokey.net/en/) - Controller Emulator\n* [⁠DriftGuard](https://driftguard.app/) - Test / Calibrate Controller Drift \n* [Spud Controller](https://sadwhale-studios.itch.io/) - Controller / Mouse Input Displays\n* [Gamepad-Tester](https://hardwaretester.com/gamepad), [Controller Tester](https://controllertest.io/) or [Test Gamepad](https://testgamepad.online/) - Online Controller Testers\n* [DualSense Tester](https://ds.daidr.me/) - Web ⁠DualSense Tester / [GitHub](https://github.com/daidr/dualsense-tester)\n* [Calibration GUI](https://dualshock-tools.github.io/) - Web DualSense Calibration Tool / Requires Chromium / [GitHub](https://github.com/dualshock-tools/dualshock-tools.github.io)\n* [hidusbf](https://github.com/LordOfMice/hidusbf) - Decrease DS4/5 Input Lag / [Video](https://youtu.be/x0wcJM4FtXQ)\n* [HidHide](https://docs.nefarius.at/projects/HidHide/) - Input Device Firewall\n* [Whitescent Engine](https://apt.izzysoft.de/fdroid/index/apk/com.github.whitescent.engine) - Use Phone as Joy Stick / [GitHub](https://github.com/whitescent/Engine)\n* [JoystickGremlin](https://whitemagic.github.io/JoystickGremlin/) - Remap Joystick Devices\n* [Arcade Controls](http://arcadecontrols.com/arcade.htm) - DIY Arcade Controls\n* [AltCtrls](https://altctrls.info/) - Custom Controller Crafting Resources\n\n***\n\n## ▷ Game Mods\n\n* **Note** - Sites listed in this section only support single player games. We do not support or condone cheating in multiplayer games.\n\n***\n\n* 🌐 **[Big List of Randomizers](https://randomizers.debigare.com/)** - Game Randomizer Index / [Discord](https://discord.com/invite/YREMzGQ3gd) / [GitHub](https://github.com/video-game-randomizers/rando-list)\n* ↪️ **[Game Mods](https://rentry.co/FMHYB64#game-mods)** - Mods for Individual Games\n* ⭐ **[ModDB](https://moddb.com/)** - Game Mods / [Discord](https://discord.gg/5DTa2tf)\n* ⭐ **[Nexus Mods](https://www.nexusmods.com/)** - Game Mods / Sign-Up Required / [Bulk Downloader](https://greasyfork.org/en/scripts/483337) / [Redirect Skip](https://greasyfork.org/en/scripts/394039) / [Download Hidden](https://rentry.org/downloadingdeletednexusmods) / [Discord](https://discord.com/invite/nexusmods)\n* ⭐ **[GameBanana](https://gamebanana.com/)** - Game Mods / [Discord](https://discord.com/invite/h5xJv9M)\n* ⭐ **[ModdingLinked](https://moddinglinked.com/)** / [Discord](https://discord.com/invite/S99Ary5eba) or [⁠Step Modifications](https://stepmodifications.org/) - Bethesda Game Modding Guides\n* [Wand](https://wand.com/) - Mods / Trainer Manager / Single Player Only / [Full](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games#wiki_.25BA_download_games) (search)\n* [ModOrganizer](https://github.com/ModOrganizer2/modorganizer) - Mod Manager\n* [Otis_Inf Camera Mods](https://kemono.cr/patreon/user/37343853) - Game Camera Mods\n* [Mod.io](https://www.mod.io/) - Cross-Platform Game Mods Support / [Discord](https://discord.com/invite/modio)\n* [WabbaJack](https://www.wabbajack.org/) - Automated Modlist Installer / [Discord](https://discord.com/invite/wabbajack)\n* [ModWorkshop](https://modworkshop.net/) - Game Mods / [Discord](https://discord.com/invite/Eear4JW)\n* [GameFront](https://gamefront.com/) - Game Mods / [Discord](https://discord.com/invite/gamefront)\n* [Video Game Mods](https://videogamemods.com/) - Game Mods / [Discord](https://discord.com/invite/C2JussB8hk)\n* [SMods](https://catalogue.smods.ru/) - Game Mods\n* [MrAntiFun](https://mrantifun.net/) - Game Mods / Trainers\n* [⁠GamePressure](https://www.gamepressure.com/download/) - Game Mods / Trainers\n* [FearlessRevolution](https://fearlessrevolution.com/) - Game Mods / Trainers\n* [CheatRevolution](https://cheatevolution.com/) - Game Mods / Trainers\n* [Silent's Blog](https://cookieplmonster.github.io/mods/index/) - Game Mods / Patches\n* [FlingTrainer](https://flingtrainer.com/) - Game Mods / Trainers / Single Player Games Only\n* [GameCopyWorld](https://www.gamecopyworld.com/), [2](https://gamecopyworld.eu/) - Game Patchers / Trainers / Single Player Games Only\n* [ProAsm](http://www.proasm.com/) - Retro Game Mods\n* [Thunderstore](https://thunderstore.io/) - Unity Game Mods / [Discord](https://discord.thunderstore.io/)\n* [Gale](https://github.com/Kesomannen/gale/) or [r2modman](https://github.com/ebkr/r2modmanPlus) / [Discord](https://discord.thunderstore.io/) - Thunderstore / BepInEx Unity Mod Managers\n* [Archipelago](https://archipelago.gg/) - Multi-Game Randomizer\n* [ShaderGlass](https://github.com/mausimus/ShaderGlass) - Custom Screen Shaders\n\n***\n\n## ▷ Game Saves\n\n* ↪️ **[File Backup](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_file_backup) / [Sync](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_file_sync)**\n* ⭐ **[Ludusavi](https://github.com/mtkennerly/ludusavi)**, [⁠Ambidex](https://github.com/chwair/ambidex), [SaveState](https://github.com/Matteo842/SaveState) or [GameSave Manager](https://www.gamesave-manager.com/) - Game Save Backup Tools / Managers\n* [PCGamingWiki](https://www.pcgamingwiki.com/) - Save Locations Listed Under \"Game Data\"\n* [Save Game World](https://www.savegameworld.com/) - PC / PlayStation / Switch / Xbox / Wii\n* [SavegameDownload.com](https://www.savegamedownload.com/) - PC / Mobile / PlayStation / Switch / Xbox\n* [YourSaveGames](https://www.yoursavegames.com/) - PC / PSP\n* [SaveGame.Pro](https://savegame.pro/) - PC\n* [Saves For Games](https://savesforgames.com/) - PC\n* [GC Saves](https://gc-saves.com/) - Gamecube / [Discord](https://discord.gg/yb5DFx5)\n* [Save Editor Online](https://www.saveeditonline.com/) - Game Save Editor\n* [⁠XGP-save-extractor](https://github.com/Z1ni/XGP-save-extractor) - Extract Xbox Game Pass Saves for PC\n\n***\n\n## ▷ Game Maps\n\n* 🌐 **[Map Genie](https://mapgenie.io/)**, [MetaForge](https://metaforge.app/), [GamerMaps](https://www.gamermaps.net/), [IGN Maps](https://ign.com/maps), [GameMaps](https://www.gamemaps.com/), [THGL](https://www.th.gl/) or [VGMaps](https://www.vgmaps.com/) - Game Map Indexes\n* [noclip](https://noclip.website/) - Explore Game Maps\n* [KudosPrime](https://www.kudosprime.com/) - Racing Game Maps\n* [bspview](https://sbuggay.github.io/bspview) - Explore Quake & GoldSRC Maps / [GitHub](https://github.com/sbuggay/bspview)\n* [NES Maps](https://www.nesmaps.com/) - NES Game Maps\n* [SNES Maps](https://www.snesmaps.com/) - SNES Game Maps\n* [Forgehub](https://www.forgehub.com/) - Halo Maps / [Discord](https://discord.com/invite/ybGX7sv)\n* [Zelda BotW Street View](https://nassimsoftware.github.io/zeldabotwstreetview/) - Breath of the Wild Map\n* [Palworld Interactive](https://palworld.th.gl/) - Palworld Map\n* [Fortnite.gg](https://fortnite.gg/) - Fortnite Map, Guides, Skins, etc.\n* [Hitmaps](https://www.hitmaps.com/) - Hitman Maps / [Discord](https://discord.gg/RssFsajjjX)\n* [Hallownest](https://www.hallownest.net/) or [Interactive HN Map](https://scripterswar.com/hollowknight/map) - Hollow Knight Maps\n\n***\n\n## ▷ Git Gud\n\n* **Note** - There are guides on almost every [Steam page](https://steamcommunity.com/guides), some for beginners, 100% completion walkthroughs, and more.\n\n***\n\n* 🌐 **[⁠MouseCTRL](https://mousectrl.com/)** or [Mousepad Mastersheet](https://docs.google.com/spreadsheets/d/1RAnmZxDNduaGV8kB-GCvZ0MO6d9-0j9jmrU2f8dp0Ww/) - Mousepad Comparison Chart\n* 🌐 **[Gamepadla](https://gamepadla.com/)** - Gamepad / Controller Latency Tests\n* ⭐ **[Before I Play](https://beforeiplay.com/)** - Tips for any Game\n* ⭐ **[GamingSmart](https://gamingsmart.com/)**, [Sens Converter](https://kovaaks.com/kovaaks/sens-converter), [SensConverter](https://sensconverter.online/) or [Mouse Sensitivity](https://www.mouse-sensitivity.com/) - Game Sensitivity Converters / Tools\n* ⭐ **[Aim400kg](https://aim400kg.com/)**, [3D Aim Trainer](https://www.3daimtrainer.com/), [Aimlabs](https://aimlabs.com/), [Aiming.Pro](https://aiming.pro/) or [AimTrainer](https://aimtrainer.io/) - Aim Training\n* ⭐ **[Speedrun](https://www.speedrun.com/)** - Speedrunning Streams, Leaderboards, Resources, etc.\n* [Steam Guides](https://steamcommunity.com/guides), [MetaForge](https://metaforge.app/), [GameGuides](https://www.gamerguides.com/), [DotGG](https://dotgg.gg/), [Game8](https://game8.co/), [StrategyWiki](https://strategywiki.org/), [Samurai Gamers](https://samurai-gamers.com/), [UHS Hints](https://www.uhs-hints.com/) or [Kirklands](https://archive.org/details/kirklands-manual-labor-sony-playstation-2-usa-4k-version) - Game Guides\n* [Voltaic](https://voltaic.gg/) - Aim Benchmark & Guides\n* [Piper](https://github.com/libratbag/piper) - Gaming Mouse Config Tool\n* [⁠Onboard Memory Manager](https://support.logi.com/hc/en-gb/articles/360059641133-Onboard-Memory-Manager) - Modify Logitech G Mouse Memory\n* [LiveSplit](https://livesplit.org/) - Customizable Speedrun Timer\n* [The Manual Project](https://vimm.net/manual), [ReplacementDocs](http://replacementdocs.com/) or [GamesDatabase](https://www.gamesdatabase.org/) - Game Manuals\n* [Sym.gg](https://sym.gg/) - FPS Game Info & Weapon Stats / [Discord](https://discord.com/invite/RVRZ3RgYNP)\n* [⁠Balatro Wiki](https://balatrowiki.org/) - Community-Maintained Balatro Wiki / Card Database\n* [Bazaar DB](https://bazaardb.gg/) - The Bazaar Wiki / Guides ⁠/ [Discord](https://discord.gg/Thcdk2epGx)\n* [/codmeta/](https://dan.valeena.dev/guides/codmeta/), [2](https://rentry.co/codmeta) - Call of Duty Loadouts / Meta\n* [Warzone Loadout](https://warzoneloadout.games/) or [WZHub](https://wzhub.gg/) - Warzone Loadouts and Builds\n* [⁠LineupsValorant](https://lineupsvalorant.com/) - Valorant Lineups Database\n* [SNES Manuals](https://sites.google.com/view/snesmanuals) - SNES Game Manuals\n* [Ukikipedia](https://ukikipedia.net/) - SM64 Speedrunning Wiki\n* [P2SR Wiki](https://wiki.portal2.sr/) - Portal 2 Speedrunning Wiki\n* [Puyonexus](https://puyonexus.com/chainsim/) or [puyo.gg sim](https://www.puyo.gg/simulator/) - Puyo Puyo Chain Simulators\n\n***\n\n# ► Tracking / Databases\n\n* ⭐ **[Backloggd](https://www.backloggd.com/)** - Tracking / Database / [Discord](https://discord.gg/cMjGusjbwg)\n* ⭐ **[Glitchwave](https://glitchwave.com/)** - Tracking / Database / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/glitchwave-note.md)\n* ⭐ **[Infinite Backlog](https://infinitebacklog.net/)** - Tracking / Database / [Discord](https://discord.gg/v4SUud7)\n* [IGDB](https://www.igdb.com/) - Game Database / [Discord](https://discord.com/invite/igdb)\n* [Moby Games](https://www.mobygames.com/) - Game Database / [Discord](https://discord.gg/8zWGTQp)\n* [GiantBomb](https://www.giantbomb.com/games/) - Game Database\n* [Grouvee](https://www.grouvee.com/) - Tracking / Database\n* [RankOne](https://www.rankone.global/) - Tracking / Database\n* [GG](https://ggapp.io/) - Tracking / Database\n* [KeepTrackOfMyGames](https://keeptrackofmygames.com/) - Tracking / Database\n* [PlayTracker](https://playtracker.net/) - Tracking / Database\n* [Gamelib](https://gamelib.app/explore) - Tracking / Database\n* [Backloggery](https://backloggery.com/) - Tracking / Database\n* [Exophase](https://www.exophase.com/) - Tracking / Database\n* [RiotPixels](https://en.riotpixels.com/) - Tracking / Database\n* [LaunchBox Games Database](https://gamesdb.launchbox-app.com/) - Game Database\n* [GameFAQs](https://gamefaqs.gamespot.com/) - Game Database\n* [Rawg](https://rawg.io/) - Game Database\n* [rate.house](https://rate.house/chart/game) - Game Database\n* [listal](https://www.listal.com/) - Game Database\n* [FrontierNav](https://frontiernav.net/) - Game Database\n* [IMDb Advanced Search](https://www.imdb.com/search/) - Game Search\n* [Low Spec Games](https://exefer.github.io/lowspecgames/) - Low Spec Game Database / [Text Only](https://pastebin.com/MTCXZxCN) / [GitHub](https://github.com/exefer/lowspecgames)\n* [JRPGC](https://jrpgc.com/) - JRPG Databases / [Discord](https://discord.com/invite/jrpgc)\n* [RPGCodex](https://rpgcodex.net/forums/) - RPG Database / Forum\n* [SteamPeek](https://steampeek.hu/) or [IndieDB](https://www.indiedb.com/) - Indie Game Databases\n* [RetroShowcase](https://www.retroshowcase.gr/) or [The Good Old Days](https://www.goodolddays.net/) - Retro Game Databases\n* [Tiny Best Selector](https://go.madsoxgames.com/selector/) - Random Retro Game Suggestions\n* [Sega Retro](https://segaretro.org/) - Sega Game Database\n* [AtariAge](https://atariage.com/) - Atari Game Database\n* [Polish Pixels](https://polishpixels.com/) - Retro Polish Games Database\n* [Co-Optimus](https://www.co-optimus.com/) or [PlayCo-opGame](https://playco-opgame.com/) - Co-Op Game Databases\n* [SvenEvils Playground](https://store.steampowered.com/curator/8485829/) or [Local Multiplayer List](https://docs.google.com/spreadsheets/d/14f6qS2GJy8C-b40Df3dNH_aZq7WfZ4jMggzEajUrX0w/) - Local Multiplayer Game Database\n* [DoesItPlay?](https://www.doesitplay.org/) - Offline Game Compatibility Database\n* [⁠Backwards Compatible](https://www.backwards-compatible.com/) - PS4 / PS5 Backwards Compatibility Database \n* [⁠Works on WOA](https://www.worksonwoa.com/en/games/) - Windows on ARM Game Combability Database\n* [CloudBase](https://cloudbase.gg/) - Cloud Game Database\n* [DC Media List](https://docs.google.com/spreadsheets/d/1znGm7MswCG0yuRHSvyHDUuIdeNSS7DP-yWOEqKYTAIY/) - Full DC Media List (1935-2024)\n* [HOTU](https://www.homeoftheunderdogs.net/) - Rare Game Database\n* [Delisted Games](https://delistedgames.com/) - Delisted Games Database\n* [Are We Anti-Cheat Yet?](https://areweanticheatyet.com/) - Anti-Cheat Game Database / GNU/Linux or Wine/Proton Compatibility\n* [Unseen64](https://www.unseen64.net/) - Cancelled / Lost Games\n* [Internet Game Cars Database](https://igcd.net/) - Game Vehicle Database\n* [Incendar](https://incendar.com/) or [⁠Midloop](https://midloop.net/) / [Discord](https://discord.gg/AvUxR59Yv5) - Game Release Date Tracker\n* [Yamtrack](https://github.com/FuzzyGrim/Yamtrack) - Self-Hosted Media Tracker\n\n***\n\n## ▷ Curated Recommendations\n\n* 🌐 **[Awesome Engineering Games](https://github.com/arcataroger/awesome-engineering-games)** - Engineering Games\n* ⭐ **[AcclaimedVideoGames](https://www.acclaimedvideogames.com/)** or **[VideoGameCanon](https://www.videogamecanon.com/)** - Game Top 1000 List\n* ⭐ **[OpenCritic](https://opencritic.com/)** - Critic Game Reviews / Ratings\n* ⭐ **[SteamDB Ratings](https://steamdb.info/stats/gameratings/)** - Steam Ratings Chart\n* [TasteDive](https://tastedive.com/games) or [r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/) - Game Recommendations\n* [⁠Nodal](https://nodal.gg/) - Game Recommendations\n* [⁠/V/'s Recommended Games Wiki](https://vsrecommendedgames.miraheze.org/) - Game Recommendations\n* [⁠Emulation Collection](https://docs.google.com/spreadsheets/d/1bYIhExnaQXYyWLnna1WJPLMvXnmSlq2tvazDL3eQ3z0) - Game Recommendation Chart / 7+ Metacritic\n* [Charts and Culture](https://pastebin.com/uRDJVGkL) - Game Recommendation Directory\n* [Can I Play That?](https://caniplaythat.com/) - Video Game Accessibility Reviews\n* [MoreGamesLike](https://www.moregameslike.com/) or [Games Like Finder](https://gameslikefinder.com/) - Find Similar Games\n* [MiniReview](https://minireview.io/) - Mobile Game Recommendations / Reviews / [Discord](https://discord.gg/TJq6EXfm7f)\n\n***\n\n# ► Steam / Epic\n\n* 🌐 **[Steam Tool Collection](https://steamcommunity.com/sharedfiles/filedetails/?id=451698754)**, [steam.tools](https://steam.tools/) or [SteamInternals](https://cs.rin.ru/forum/viewtopic.php?f=10&t=65887) - Steam Tool Indexes\n* ⭐ **[SDD GUI](https://github.com/mmvanheusden/SteamDepotDownloaderGUI)**, [ManifestHub](https://github.com/SteamAutoCracks/ManifestHub), [Steam Manifest Downloader](https://manifest.youngzm.com/) or [DepotDownloader](https://github.com/SteamRE/DepotDownloader) - Steam Depot / Manifest Downloaders\n* ⭐ **[RedAlt SteamUp](https://cs.rin.ru/forum/viewtopic.php?f=14&t=138413&p=3000090)** - Steam Depot Update Creator\n* [Steam Link](https://play.google.com/store/apps/details?id=com.valvesoftware.steamlink) - Stream Steam Library to TV\n* [Steam Mover](https://www.traynier.com/software/steammover) - Store Steam Games on Multiple Drives\n* [Steam Rom Manager](https://github.com/SteamGridDB/steam-rom-manager) - Add ROMs to Steam\n* [BoilR](https://github.com/PhilipK/BoilR) - Sync Game Platforms with Steam\n* [⁠Achievement Watcher](https://github.com/darktakayanagi/Achievement-Watcher) - Multi-Platform Achievement Parser / [Setup Guide](https://breadcloud.net/blog/achievements-guide/)\n* [SamRewritten](https://github.com/PaulCombal/SamRewritten) or [SteamAchievementManager](https://github.com/gibbed/SteamAchievementManager) - Steam Achievement Managers\n* [SteamHunters](https://steamhunters.com/) / [Discord](https://discord.com/invite/SeJ25Xv) or [TrueSteamAchievements](https://truesteamachievements.com/) - Steam Achievement Tracking / Leaderboards / Profiles\n* [⁠VSThemes Steam](https://vsthemes.org/en/steam/) - Custom Steam Profiles\n* [SteamID](https://steamid.io/) / [2](https://steamid.uk/), [SteamDetective](https://steamdetective.com/) or [SteamFinder](https://steamidfinder.com/) - Steam ID Lookup\n* [SteamGuard](https://github.com/dyc3/steamguard-cli) - Generate Steam 2FA Codes\n* [Super Steam Packer](https://cs.rin.ru/forum/viewtopic.php?f=29&t=131328) - Pack and Share Your Steam Games\n* [Steam API Check Bypass](https://github.com/SteamAutoCracks/Steam-API-Check-Bypass) - Steam API Check Bypass\n* [ROM Heaven CSF](https://rentry.co/FMHYB64#csf) - Clean Steam Files\n\n***\n\n## ▷ Client Tools\n\n* ⭐ **[Heroic Games Launcher](https://heroicgameslauncher.com/)** - Epic / GOG / Prime Games Launcher / [Discord](https://discord.com/invite/rHJ2uqdquK) / [GitHub](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher)\n* ⭐ **[Nemirtingas Epic Emulator](https://cs.rin.ru/forum/viewtopic.php?f=29&t=105551)** - Epic Online Service Emulator\n* ⭐ **[TCNO](https://github.com/TCNOco/TcNo-Acc-Switcher)** - Platform Account Switcher / [Tutorial](https://youtu.be/0h-xjiW9M7Y)\n* [LEGENDARY](https://github.com/derrod/legendary) / [Discord](https://legendary.gl/discord) or [Rare](https://raredevs.github.io/Rare/) / [GitHub](https://github.com/RareDevs/Rare) - Epic Games Launchers\n* [Depressurizer](https://github.com/Depressurizer/Depressurizer) or [Backlog.rip](https://backlog.rip/) - Steam Library Organizers\n* [Steam Art Manager](https://github.com/Tormak9970/Steam-Art-Manager) - Find / Manage Game Art\n* [Millennium](https://steambrew.app/) - Steam Client Customization / [Discord](https://steambrew.app/discord) / [GitHub](https://github.com/shdwmtr/millennium)\n* [Watt Toolkit](https://steampp.net/) - Enhance Steam Functionality / [GitHub](https://github.com/BeyondDimension/SteamTools)\n* [SteamCMD](https://developer.valvesoftware.com/wiki/SteamCMD) - Command-Line Steam Client\n* [Adwaita for Steam](https://github.com/tkashkin/Adwaita-for-Steam) - Steam GNOME Skin\n* [Backgrounds.Gallery](https://backgrounds.gallery/) - Steam Backgrounds\n* [Steam.Design](https://steam.design/) - Steam Background Cropper\n* [Center.Steam](https://center.steam.design/) - Center Steam Text\n* [Steam Inventory Helper](https://steaminventoryhelper.com/) - Steam Inventory Enhancement Extension\n\n***\n\n## ▷ DLC Unlock / DRM Bypass\n\n* ⭐ **[CreamAPI](https://cs.rin.ru/forum/viewtopic.php?t=70576)** - Steam DLC Unlocker\n* ⭐ **[GreenLuma](https://cs.rin.ru/forum/viewtopic.php?f=29&t=103709)** - Steam DLC Unlocker / [Manager](https://github.com/3vil3vo/GreenLuma-Manager)\n* ⭐ **[Unsteam](https://cs.rin.ru/forum/viewtopic.php?f=20&t=134707&hilit=unsteam)** - Online Steam DRM Bypass / Cracked Servers Only / Multiplayer Emulator\n* ⭐ **[Steamless](https://github.com/atom0s/Steamless)** - Steam DRM Remover\n* ⭐ **[Goldberg Fork](https://github.com/Detanup01/gbe_fork)** / [Guide](https://rentry.co/goldberg_emulator) or [SmartSteamEmu](https://cs.rin.ru/forum/viewtopic.php?f=29&t=62935&sid=c6b5dadd40d56ac20a8789121bb743c5) - Offline Steam / Multiplayer Emulators\n* ⭐ **[Steam-Auto-Crack](https://github.com/SteamAutoCracks/Steam-auto-crack)** or [SteamAutoCracker](https://github.com/BigBoiCJ/SteamAutoCracker) / [GUI](https://github.com/harryeffinpotter/Steam-Autocracker-GUI/) - Auto Apply Cracks / [Guide](https://codeberg.org/fernbacher/How-To-Crack)\n* [Koalageddon](https://github.com/KA4I/Koalageddon) - DLC Unlocker for Origin, EA, Uplay & Steam\n* [CreamInstaller Revival](https://cs.rin.ru/forum/viewtopic.php?f=20&t=154539) - Steam DLC Unlocker / [GitHub](https://github.com/FroggMaster/CreamInstaller)\n* [DreamAPI](https://cs.rin.ru/forum/viewtopic.php?f=10&t=111520) - DLC Unlocker for Origin and EA\n* [Anadius](https://rentry.co/FMHYB64#anadius) - EA DLC Unlocker\n* [ScreamAPI](https://github.com/acidicoala/ScreamAPI) - Epic DLC Unlocker\n\n***\n\n## ▷ Store Tools\n\n* ⭐ **[SteamDB](https://steamdb.info/)** / [Extension](https://steamdb.info/extension/) / [Discord](https://discord.com/invite/steamdb), [BestOfSteam](https://bestofsteam.com/), [Steam250](https://steam250.com/) or [Steambase](https://steambase.io/) / [Extension](https://chromewebstore.google.com/detail/better-steam/iobagpbkbdkobggejjcnidehfenchpec) - Steam Insight Tools / Game Charts\n* [⁠EGData](https://egdata.app/) - Epic Games Insight Tools / [GitHub](https://github.com/nachoaldamav/egdata)\n* [AugmentedSteam](https://augmentedsteam.com/) - Steam Web Enhancement Extension\n* [SteamScout](https://www.togeproductions.com/SteamScout/) - Steam Review Analyzer\n* [⁠VaporLens](https://vaporlens.app/) - Steam Review Summaries / Insights\n* [Steam Link Dropdown](https://greasyfork.org/en/scripts/523078) - Add Piracy Site Links to Steam Store\n* [UWPHook](https://briano.dev/UWPHook/) - Add Windows Store Games to Steam\n* [Steam URL Opener](https://github.com/veteran29/steam-url-open-extension) - Open URLs Inside Steam Client\n* [Steam Age Bypass](https://greasyfork.org/en/scripts/18450-steam-bypass-age-confirmation-prompts) - Bypass Age Confirmation\n* [Steam Currency Converter](https://github.com/Solidet-com/steam-currency-converter) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/steam-currency-converter-note.md) - Steam Currency Converter\n\n***\n\n## ▷ Steam Workshop Downloaders\n\n* ⭐ **[WorkshopDL](https://github.com/imwaitingnow/WorkshopDL)**\n* [Nether Workshop Downloader](https://github.com/NethercraftMC5608/NetherWorkshopDownloader) / [Discord](https://discord.com/invite/bs9TMxMJk9)\n* [GGNTW](https://ggntw.com/steam)\n* [SteamCMD](https://developer.valvesoftware.com/wiki/SteamCMD)\n* [SCMD](https://github.com/BerdyAlexei/SCMD-Workshop-Downloader-2)\n* [Streamline](https://github.com/dane-9/Streamline-Workshop-Downloader)\n* [Steam Workshop Downloader](https://github.com/shadoxxhd/steamworkshopdownloader)\n* [Wallpaper EngineWorkshop Downloader](https://github.com/SteamAutoCracks/WallpaperEngineWorkshopDownloader)\n* [Steamworkshop.download](http://steamworkshop.download/) - Web-Based\n* [Skymods](https://catalogue.smods.ru) - Web-Based\n\n***\n\n# ► Multiplayer Tools\n\n* ⭐ **[Nucleus Co-op](https://github.com/SplitScreen-Me/splitscreenme-nucleus)** - Local Split-Screen PC Multiplayer / [Subreddit](https://www.reddit.com/r/nucleuscoop/)\n* [⁠GameDate](https://www.gamedate.org/) - Game Session Scheduling Platform / [Subreddit](https://www.reddit.com/r/GameDate/)\n* [⁠bo3.gg](https://bo3.gg/) - Track ESport Matches, Scores and Streams\n* [Liquipedia](https://liquipedia.net/) - Competitive Gaming / ESports Wiki / [Discord](https://discord.com/invite/liquipedia)\n* [Tracker.gg](https://tracker.gg/) - Game Leaderboards / Stats\n\n***\n\n## ▷ Multiplayer Fixes\n\n* ⭐ **[Online Fix](https://online-fix.me/)** - Online / LAN Multiplayer Fix / [Discord](https://discord.gg/yExgFYncMD)\n* ⭐ **[ZeroTier](https://www.zerotier.com/)** - LAN Multiplayer Fix / [LAN Fix](https://github.com/gomaaz/Zerotier_Gaming_Fix)\n* [Radmin](https://www.radmin-vpn.com/) - Dedicated Servers / LAN Multiplayer Fix / [Discord](https://discord.com/invite/8MapDM7m96)\n* [Hamachi](https://vpn.net/) - Dedicated Servers / LAN Multiplayer Fix\n* [NetMaker](https://www.netmaker.io/) - LAN Multiplayer Fix\n* [OpenSpy](https://openspy.net/) - LAN Multiplayer Fix / [Discord](https://discord.com/invite/sMaWdbt) / [GitHub](https://github.com/openspy/openspy-core)\n* [Team XLink](https://www.teamxlink.co.uk/) - LAN Multiplayer Fix / [Discord](https://discord.com/invite/XUS9n73KSP)\n* [ZLOEmu](https://zloemu.net/) - LAN Multiplayer Fix\n* [t7patch](https://github.com/shiversoftdev/t7patch) - Black Ops 3 Fixes\n\n***\n\n## ▷ Multiplayer Mods\n\n* 🌐 **[Multiplayer Mods](https://docs.google.com/spreadsheets/d/e/2PACX-1vSV41AswEt3EpzSyd85YRVtoJaIIXWjtBy347dISJg4fs6xSNPqcgfsh76TxX_l-mnT7pjMlSqTW-87/pubhtml)** or [Unmoddable](https://unmoddable.com/) - Multiplayer Mods for Single-Player Games\n* 🌐 **[CoD Servers](https://codservers.xyz/)**, **[cod.pm](https://cod.pm/)** or **[GameServe.rs](https://gameserve.rs/)** - COD Multiplayer Mod Server Trackers\n* ⭐ **[Plutonium](https://plutonium.pw/)** - COD BO1/BO2, MW3 and WaW Multiplayer Client / [Setup Guide](https://guides.viren070.me/plutonium) / [Video Guide](https://youtu.be/8F7hv98t8ck) / [Offline Launcher](https://github.com/JugAndDoubleTap/LanLauncher) / [Discord](https://discord.gg/d95y8ah)\n* ⭐ **[CnCNet](https://cncnet.org/)** - Multiplayer Command & Conquer, Red Alert & more / [Discord](https://discord.com/invite/aJRJFe5)\n* [Balatro Multiplayer](https://balatromp.com/) - Balatro Multiplayer Mod / [Discord](https://discord.com/invite/W22FEqVWsq) / [GitHub](https://github.com/Balatro-Multiplayer/BalatroMultiplayer)\n* [OpenFortress](https://openfortress.fun/) - Team Fortress 2 Mod\n* [TF2 Classified](https://tf2classified.com/) - Team Fortress 2 Classified Mod\n* [AlterWare](https://alterware.dev/) - COD BO3, AW, and Ghosts Multiplayer Client / Requires Clean Files / [Docs](https://alterware.dev/docs) / [Discord](https://discord.com/invite/2ETE8engZM)\n* [IW4x](https://iw4x.io/) - COD Modern Warfare 2 (2009) Multiplayer Client / Requires Clean Files / [Discord](https://discord.com/invite/pV2qJscTXf) / [GitHub](https://github.com/iw4x/iw4x-client)\n* [Aurora](https://auroramod.dev/) - Modern Warfare Remastered + Infinite Warfare Multiplayer Client / Requires Clean Files / [Discord](https://discord.com/invite/6pSNTjtTCG) / [GitHub](https://github.com/auroramod/h1-mod)\n* [HorizonMW](https://discord.gg/horizonmw) - Modern Warfare Remastered Multiplayer Client / [Guide](https://youtu.be/BgfTZMXeQ8E) / [Servers / Info](https://master.iw4.zip/)\n* [Ezz-BOIII](https://rentry.co/FMHYB64#boiii) - COD Black Ops 3 Multiplayer Client\n* [CoD4x Mod](https://cod4x.ovh/) - COD4 (2007) Multiplayer Project / Requires MP Key / [Discord](https://discord.cod4x.ovh/)\n* [Venice Unleashed](https://veniceunleashed.net/) / [Discord](https://discord.com/invite/dpJwaVZ) or [Warsaw Revamped](https://warsaw.gg/) / [Discord](https://discord.com/invite/C9Zrh4G) - Battlefield Mod Projects\n* [SM64 Coop Deluxe](https://sm64coopdx.com/) - Super Mario 64 Co-Op / [Discord](https://discord.gg/TJVKHS4) / [GitHub](https://github.com/coop-deluxe/sm64coopdx)\n* [Smash64](https://smash64.online/) - Super Smash Bros 64 Online / [Discord](https://discord.gg/ssb64)\n* [Marne](https://marne.io/) - BF1 Multiplayer Project / [Discord](https://marne.io/discord)\n* [Slippi](https://slippi.gg/) - Super Smash Bros Melee Online / [Discord](https://discord.com/invite/pPfEaW5)\n* [Tilted Online](https://wiki.tiltedphoques.com/tilted-online/) - Multiplayer Skyrim & Fallout 4 / [Setup Guide](https://youtu.be/ytSftFoQQHA) / [Discord](https://discord.gg/skyrimtogether) / [GitHub](https://github.com/tiltedphoques/TiltedEvolution)\n* [NV:MP](https://nv-mp.com/) - Fallout: New Vegas Multiplayer / [Discord](https://discord.com/invite/mKVdhmEDrW)\n* [Nitrox](https://nitrox.rux.gg/) - Subnautica Multiplayer Mod / [Subreddit](https://www.reddit.com/r/SubnauticaNitrox/) / [Discord](https://discord.gg/E8B4X9s) / [GitHub](https://github.com/SubnauticaNitrox/Nitrox)\n* [BeamMP](https://beammp.com/) - BeamNG Multiplayer / [GitHub](https://github.com/BeamMP/BeamMP)\n* [Fika](https://project-fika.gitbook.io/wiki) - Play Single Player Tarkov Co-Op\n* [OnlineCTR](https://www.online-ctr.com/) - Crash Team Racing Multiplayer\n* [Old School RuneScape](https://oldschool.runescape.com/) - Classic Runescape / [Discord](https://discord.com/invite/osrs)\n* [RuneLite](https://runelite.net/) - Old School RuneScape Client w/ Plugin Support / [Discord](https://runelite.net/discord)\n* [Mega Man Arena](https://www.megamanarena.com/) or [Megaman 2.5D](https://petersjostrand.com/) - Multiplayer Mega Man\n* [DMP](https://d-mp.org/) - Kerbal Spaceprogram Multiplayer Mod\n\n***\n\n## ▷ Multiplayer Servers\n\n* ⭐ **[TrackyServer](https://www.trackyserver.com/)** - Find Private Multiplayer Servers\n* ⭐ **[Pelican](https://pelican.dev/)** / [GitHub](https://github.com/pelican-dev/panel) or [Pterodactyl](https://github.com/pterodactyl/panel) / [Discord](https://discord.gg/pterodactyl) - Game Server Management Panel\n* ⭐ **[Playit.gg](https://playit.gg/)** - Global Proxy / [Discord](https://discord.gg/AXAbujx)\n* [Server.pro](https://server.pro/) - Game Server Hosting\n* [Impostor](https://impostor.github.io/Impostor/) - Among Us Private Server / [Discord](https://discord.com/invite/Mk3w6Tb)\n* [VRCList](https://vrclist.com/) - Find VRChat Worlds / Requires Sign-Up\n* [OldUnreal](https://www.oldunreal.com/) - Unreal Tournement Servers / [Discord](https://discord.gg/thURucxzs6)\n* [DiIiS](https://github.com/blizzless/blizzless-diiis) - Open-Source Diablo III Local Server\n* [⁠Warehouse](https://wiki.aiwarehouse.xyz/) - Transformers, DJ Hero, Blur, Grid, GH3, & Singularity Multiplayer\n* [ElDewrito](https://www.eldewrito.org/) - Halo Online / Halo 3 Servers\n* [Project Cartographer](https://www.halo2.online/) - Halo 2 Online Servers\n* [Halo Custom Edition](https://www.haloce.org/) - Halo CE Online Servers\n* [BF2142 Reclamation](https://battlefield2142.co/) - BF2142 Servers / [Discord](https://discord.gg/MEwBW9U)\n* [SiMPLE](https://team-simple.org/forum/) - Battlefield 1942 Servers / [Discord](https://discord.team-simple.org/)\n* [Overwatch-Server-Selector](https://github.com/foryVERX/Overwatch-Server-Selector) - Overwatch Server Selector\n* [Northstar](https://thunderstore.io/c/northstar/), [2](https://northstar.tf/) - Titanfall 2 Server Hosting & Modding / [GitHub](https://github.com/R2Northstar/Northstar/) / [Guide](https://rentry.org/northstar-guide) / [Discord](https://discord.gg/CEszSguY3A)\n* [R1Delta](https://r1delta.net/) - Titanfall 1 Server Revival / [Discord](https://discord.com/invite/AFnMwrvPzV)\n* [CryMP](https://crymp.org/) - Crysis 1 Multiplayer Revival / [Discord](https://discord.gg/kY8hb2n) / [GitHub](https://github.com/crymp-net/)\n* [⁠Crysis Wars MP](https://crysiswarsmp.com/) - Crysis Warhead Multiplayer Revival / [Discord](https://discord.gg/RBmvztP)\n* [FXPGunZ](https://fxpgunz.com/) - GunZ Multiplayer Revival\n* [RisingHub](https://risinghub.net/) - Battlefield Heroes Revival Project / [Discord](https://discord.gg/GqxxgBj)\n* [⁠Carbon](https://discord.gg/52d8ydB5dz) - Self-Hostable Private Fortnite Servers / 1.7.2-30.00 & 30.10+ Via Proxy\n* [Revive Joint Operations](https://revivejointops.com/) or [JointOps2024](https://jointops2024.com/) - Joint Ops Revival Project / Clean Files Required / [YouTube](https://www.youtube.com/@SPAGHETTI-JO) / [Discord](https://discord.com/invite/7AG8gTq)\n* [ET: Legacy](https://www.etlegacy.com/) - Wolfenstein Enemy Territory Servers / [Discord](https://discord.com/invite/UBAZFys)\n* [Factorio.zone](https://factorio.zone/) - Free Factorio Servers\n* [Clash of Magic](https://www.clashofmagic.io/) / [Discord](https://discord.gg/clashofmagic) or [Atrasis](https://atrasisclash.net/) / [Discord](https://discord.gg/wmSjaTJ) - Clash of Clans Private Servers\n* [Rusticaland](https://rusticaland.net/) - Free Rust Servers / [Discord](https://discord.com/invite/MD9RgdYhpf)\n* [The Crew Unlimited](https://thecrewunlimited.com/) - The Crew 1 Revival Project / [Discord](https://discord.gg/Ms7T5vWgP5)\n* [Ephinea](https://ephinea.pioneer2.net/) - Phantasy Star Online Blue Burst Server Revival\n* [PSO Servers](https://www.reddit.com/r/PSO/wiki/servers) - Phantasy Star Online 1 Server Revivals\n* [DramaSO](https://www.dramaso.org/) - Sims Online Server Revival\n* [⁠FlashPrivateServer](https://github.com/GlennnM/FlashPrivateServer) - Ninja Kiwi Server Revivals for Multiple Games \n* [KOCity](https://kocity.xyz/) - Knockout City Multiplayer Revival / [Discord](https://discord.gg/4kNPb4cRxN) / [GitHub](https://github.com/kocxyz/Launcher)\n* [Elemental Fracture](https://elefrac.com/) - Spellbreak Community Revival / [Discord](https://dsc.gg/elefrac)\n* [NolfRevival](http://nolfrevival.tk/) - NOLF, NOLF 2 & Contract Jack\n* [Toontown Rewritten](https://www.toontownrewritten.com/) or [Corporate Clash](https://corporateclash.net/) - Toontown Multiplayer Revivals\n* [⁠Moshi Monsters Online](https://moshionline.net/) - Moshi Monsters Revival / [Codes](https://moshionline.net/codes/) / [Discord](https://discord.com/invite/5Nwz9Xmjkc)\n* [⁠Echo VR Installer](https://github.com/marshmallow-mia/Echo-VR-Installer) - Echo VR Revival / [Guide](https://quest.echovr.de/) / [GitHub](https://github.com/moshionlineteam)\n\n***\n\n# ► Homebrew\n\n* 🌐 **[Darthsternie](https://darthsternie.net/)** - Console Firmware Archive\n* 🌐 **[Emulators on Consoles](https://emulation.gametechwiki.com/index.php/Category:Emulators_on_consoles)** - List of Emulators for Consoles\n* ⭐ **[Hacks.Guide](https://hacks.guide/)** / [2](https://wiki.hacks.guide/), **[CFW Guide](https://cfw.guide/)**, [ConsoleMods.org](https://consolemods.org/) / [Discord](https://discord.gg/x5vEnkR4C8), [Digiex](https://digiex.net/forums/), [Homebrew Guides](https://rentry.co/Guides) or [Gamebrew](https://www.gamebrew.org/) - Homebrew Guides\n* ⭐ **[Nintendo Homebrew](https://discord.gg/C29hYvh)** - Nintendo Homebrew Discord\n* ⭐ **[GBATemp](https://gbatemp.net/)** - Homebrew Forum\n* [r/Homebrew](https://www.reddit.com/r/homebrew/) - Homebrew Subreddit\n* [Handhelds Wiki](https://handhelds.wiki/) - Retro Handhelds Wiki / Firmware / Hardware Mods\n* [Game Boy Tech Page](https://web.archive.org/web/19990209041732/http://home.hiwaay.net/%7Ejfrohwei/gameboy/home.html) - Game Boy Tools\n* [Game Boy Book Reader](https://www.mqp.com/fun/) - Game Boy Book Reader\n* [NESC-SNESC-Modifications](https://github.com/KMFDManic/NESC-SNESC-Modifications) - NES, SNES & Playstation Mods\n* [ModMyClassic](https://modmyclassic.com/) - Classic Console Mods\n* [Wololo](https://wololo.net/) - Console Modding News\n* [N64Brew](https://n64brew.dev/wiki/Main_Page) - N64 Homebrew Wiki\n* [NKit](https://wiki.gbatemp.net/wiki/NKit) - Disc Image Processor\n* [NASOS](https://download.digiex.net/Consoles/GameCube/Apps/NASOSbeta1.rar) - Gamecube iso.dec to ISO Converter\n* [NESDev](https://www.nesdev.org/) - NES / SNES Dev Homebrew Guides / Forum\n* [hakchi2 CE](https://github.com/TeamShinkansen/Hakchi2-CE) - Add More Roms to NES/SNES Classic Mini / [Discord](https://discord.gg/UUvqsAR)\n* [ROM News](http://rom-news.org/) - Console Game Release PreDB / NFO Database\n\n***\n\n## ▷ Switch Homebrew\n\n* ⭐ **[r/SwitchPirates Wiki](https://www.reddit.com/r/SwitchPirates/wiki/index/)** or **[Switch Hacks Guide](https://switch.hacks.guide/)** (anti-piracy) - Homebrew Guides\n* ⭐ **[Homebrew App Store](https://hb-app.store/)** - Switch / Wii U Homebrew App Store\n* [r/SwitchPirates](https://www.reddit.com/r/SwitchPirates/) or [r/SwitchHacks](https://reddit.com/r/SwitchHacks) - Switch Homebrew Subreddits\n* [LAN Play Status](http://www.lan-play.com/) or [Switch-LAN-Play](https://github.com/spacemeowx2/switch-lan-play) / [Discord](https://discord.gg/PUEmfV4) - Switch Multiplayer Servers\n* [FlagBrew](https://github.com/FlagBrew) - Switch Homebrew Apps / [Discord](https://discord.com/invite/4Rv8DTzGFa)\n* [NSP Forwarder](https://nsp-forwarder.n8.io/) - Switch NSP Forwarder\n* [Switch Army Knife](https://www.gamebrew.org/wiki/Switch_Army_Knife) - Switch File Converter\n* [SysDVR](https://github.com/exelix11/SysDVR) - Switch Game Capture\n* [sys-con](https://github.com/cathery/sys-con) - Use Any USB Controller on Switch\n* [MissionControl](https://github.com/ndeadly/MissionControl) - Use Any Bluetooth Controller on Switch\n\n***\n\n## ▷ Wii U / Wii Homebrew\n\n* ⭐ **[Wii U Hacks Guide](https://wiiu.hacks.guide/)** - Wii U Jailbreak Guide\n* ⭐ **[Wii Hacks Guide](https://wii.hacks.guide/)** - Wii Jailbreak Guide\n* ⭐ **[WiiBrew](https://wiibrew.org/)** - Wii Homebrew Wiki\n* ⭐ **[WiiUBrew](https://wiiubrew.org/wiki/Main_Page)** - Wii U Homebrew Wiki\n* ⭐ **[WiiLink](https://wiilink.ca/)** - Wii Channel Restoration / [BlueSky](https://bsky.app/profile/wiilink.ca) / [X](https://x.com/WiiLink24) / [Discord](https://discord.gg/wiilink) / [GitHub](https://github.com/WiiLink24)\n* ⭐ **[Wiimmfi](https://wiimmfi.de/)** or [WiiLink WFC](https://wfc.wiilink.ca/) / [BlueSky](https://bsky.app/profile/wiilink.ca) / [X](https://x.com/WiiLink24) / [Discord](https://discord.gg/wiilink) - Wii Multiplayer Servers\n* ⭐ **[Homebrew App Store](https://hb-app.store/)** - Switch / Wii U Homebrew App Store\n* [Pretendo](https://pretendo.network/) - Wii U Network Replacement\n* [r/WiiUHacks](https://www.reddit.com/r/WiiUHacks/) - Wii U Homebrew Subreddit\n* [r/WiiHacks](https://www.reddit.com/r/WiiHacks/) - Wii Homebrew Subreddit\n* [Open Shop Channel](https://oscwii.org/) - Wii Homebrew App Library\n* [⁠TinyWiiBackupManager](https://github.com/mq1/TinyWiiBackupManager) - Wii Backup Manager / Homebrew App \n* [WBFStoISO](https://www.wbfstoiso.com/) - WBFS to ISO\n\n***\n\n## ▷ 3DS / DS Homebrew\n\n* 🌐 **[DS Homebrew](https://ds-homebrew.com/)** - DS / 3DS Homebrew Resources / [Wiki](https://wiki.ds-homebrew.com/) / [Discord](https://discord.com/invite/yD3spjv)\n* ⭐ **[3DS Jailbreak Guide](https://3ds.hacks.guide/)** - 3DS Jailbreak Guide\n* ⭐ **[DSi Jailbreak Guide](https://dsi.cfw.guide/)** - DSi Jailbreak Guide\n* ⭐ **[Wiimmfi](https://wiimmfi.de/)** or [Kaeru Team](https://kaeru.world/) - DS Multiplayer Servers\n* [⁠Archcord](https://www.flashcarts.net/) - DS + GBA Flashcart Comparisons / YSMenu Compatibility\n* [Pretendo](https://pretendo.network/) - 3DS Network Replacement\n* [Universal DB](https://db.universal-team.net/) - 3DS / DS Modding Apps\n* [Theme Plaza](https://themeplaza.art/themes) - 3DS Themes / [Discord](https://discord.com/invite/Pz25PX5vr5)\n* [Artic Base](https://github.com/PabloMK7/ArticBaseServer) - Play Physical 3DS Games on Citra\n* [Kekatsu-DS](https://github.com/cavv-dev/Kekatsu-DS) - Download DS / DSiware Games Directly on Devices / [CrocDB Support](https://github.com/cavv-dev/crocdb-to-kekatsu)\n* [BootNTR](https://github.com/Nanquitas/BootNTR) - Stream 3DS to PC or Mac / [Instructions](https://gbatemp.net/threads/3ds-screen-recording-without-a-capture-card-ntr-cfw-method.423445/)\n* [r/3DSPiracy](https://www.reddit.com/r/3dspiracy/) or [3DSHacks](https://reddit.com/r/3dshacks/) - 3DS Modding Subreddit\n* [FlagBrew](https://github.com/FlagBrew) - 3DS Homebrew Apps / [Discord](https://discord.com/invite/4Rv8DTzGFa)\n* [Batch CIA 3DS Decryptor](https://gbatemp.net/threads/batch-cia-3ds-decryptor-a-simple-batch-file-to-decrypt-cia-3ds.512385/) - Decrypt 3DS Files\n* [Rverse](https://discord.gg/wCvJSCxf4G) - 3DS Miiverse Recreation Discord Server\n* [TomodachiShare](https://tomodachishare.com/) - Tomodachi Life + Miitopia Mii Archive / Codes / [Discord](https://discord.gg/48cXBFKvWQ) / [GitHub](https://github.com/trafficlunar/tomodachi-share)\n\n***\n\n## ▷ Playstation Homebrew\n\n* ⭐ **[PS4 Modding](https://www.youtube.com/playlist?list=PLn7ji3VsPy3FRxLrjz5ScpvpTirAxQ3me)** - PS4 Jailbreak Guides\n* ⭐ **[Vita Hacks Guide](https://vita.hacks.guide/)** - Vita Jailbreak Guide\n* [⁠PSX Place](https://www.psx-place.com/) - Playstation Homebrew Forums\n* [PSDevWiki](https://www.psdevwiki.com/) - Playstation Dev / Homebrew Wiki\n* [Chiaki](https://git.sr.ht/~thestr4ng3r/chiaki) / [GitHub](https://github.com/streetpea/chiaki-ng) or [RemotePlay](https://remoteplay.dl.playstation.net/remoteplay/lang/gb/) - Playstation Remote Play Clients\n* [r/PS5Homebrew](https://www.reddit.com/r/ps5homebrew/) - PS5 Homebrew Subreddit\n* [r/PS4Homebrew](https://www.reddit.com/r/ps4homebrew/) - PS4 Homebrew Subreddit\n* [⁠OrbisPatches](https://orbispatches.com/) or [ProsperoPatches](https://www.prosperopatches.com/) - PS4 / PS5 Game Updates / [Discord](https://discord.com/invite/2ApmZKs)\n* [DarkSoftware](https://www.darksoftware.xyz/) - PS4 / PS3 Firmware\n* [r/PS3Homebrew](https://reddit.com/r/ps3homebrew) or [r/PS3Piracy](https://www.reddit.com/r/ps3piracy/) - PS3 Homebrew / Piracy Subreddits\n* [⁠webMAN MOD](https://aldostools.github.io/webMAN-MOD/) - Add Extended Services to PS3 Consoles / [GitHub](https://github.com/aldostools/webMAN-MOD)\n* [Brewology](http://store.brewology.com/) or [PS Network Database](https://rentry.co/FMHYB64#ps-content) - PS3 Homebrew Stores\n* [PS3 Disc Dumper](https://github.com/13xforever/ps3-disc-dumper) - Decrypted PS3 Disc Dumper\n* [PS3 Game Updater](https://www.psx-place.com/threads/ps3-game-updater-v1-5-psn-liberator-v0-96b-rudi-rastelli-adds-ps3p-pkg-ripper-support.3766/) or [Rusty Pan](https://github.com/RainbowCookie32/rusty-psn) - Update PS3 Games\n* [⁠PS2 Scene](https://discord.com/invite/Bd3A7v8) - PS2 Homebrew Discord\n* [⁠r/PS2Homebrew](https://www.reddit.com/r/ps2homebrew/) - PS2 Homebrew Subreddit\n* [PSBBN Patch](https://rentry.co/FMHYB64#psbbn-definitive) - PSBBN Definitive Project\n* [PSXDev](https://www.psxdev.net/) - PS1 Development\n* [MemcardRex](https://shendosoft.blogspot.com/2014/01/memcardrex-18-released.html?m=1) - PS1 Save Transfer Tools / [Archive](https://archive.org/details/MemcardRex1.8)\n* [r/VitaPiracy](https://www.reddit.com/r/VitaPiracy/) / [Discord](https://discord.gg/6Udcx2w) or [r/VitaHacks](https://reddit.com/r/vitahacks/) - PSVita Homebrew Subreddits\n* [PSP Archive](https://psp-archive.github.io/) - PSP Homebrew Archive\n* [VitaDB](https://www.rinnegatamante.eu/vitadb) - PS Vita Homebrews\n* [PSPunk](https://www.pspunk.com/) - PSP Homebrew Info\n\n***\n\n## ▷ Xbox Homebrew\n\n* 🌐 **[r/360Hacks Guide](https://redd.it/8y9jql)** - Xbox 360 Modding Guides List\n* ⭐ **[Team Resurgent](https://rentry.co/FMHYB64#team-resurgent)** - Xbox Homebrew Tools\n* [r/XboxModding](https://www.reddit.com/r/XboxModding/) or [r/XboxRetailHomebrew](https://www.reddit.com/r/XboxRetailHomebrew/) - Xbox Homebrew Subreddits\n* [r/XboxHomebrew](https://www.reddit.com/r/XboxHomebrew/) - Xbox One/Series Homebrew Subreddit\n* [Xbox 360 Stealth Servers Guide](https://rentry.co/FMHYB64#xbox-ss)\n* [Insignia](https://insignia.live/) - Original Xbox Replacement Servers / [Discord](https://discord.gg/CWkdVdc)\n* [⁠dbox.tools](https://dbox.tools/) - Xbox 360 Content Database / Requires Decompiler\n* [C-Xbox Tool](https://gbatemp.net/download/c-xbox-tool.7615/) - .XBE to ISO File Converter\n\n***\n\n## ▷ Steam Deck\n\n* 🌐 **[Steam Deck Mods](https://docs.google.com/document/d/1TWhN9nCorKxut5O7UbPQPDhXLb-8C-CIoesB01yfhmY/)** - Steam Deck Mods / [Discord](https://discord.com/invite/SteamDeck)\n* ⭐ **[Decky Loader](https://decky.xyz/)** - Steam Deck Plugin Loader / [Plugins](https://plugins.deckbrew.xyz/) / [GitHub](https://github.com/SteamDeckHomebrew/decky-loader)\n* [Steam Deck Pirates’ Cove](https://livinin82.github.io/steam-deck-pirates/) / [2](https://rentry.org/steamdeckpiratescove) or [Steam Deck Guide](https://main.steamdeck.guide/) / [2](https://steamdeck.guide/) / [GitHub](https://github.com/NKkrisz/Steam-Deck-Guide) - Steam Deck Guides / Resources\n* [r/SteamDeckPirates](https://www.reddit.com/r/SteamDeckPirates/) - Steam Deck Piracy Subreddit / [Discord](https://discord.gg/frg5Mmda56)\n* [great-on-deck-search](https://github.com/cptpiepmatz/great-on-deck-search) - Verified Steam Deck Game Search\n* [OpenGameInstaller](https://ogi.nat3z.com/) - Game Manager w/ DDL, Torrent, and Real Debrid / [Addons](https://ogi.nat3z.com/community/) / [GitHub](https://github.com/Nat3z/OpenGameInstaller)\n* [Steam Deck Tools](https://steam-deck-tools.ayufan.dev) - Fan Overlay, Power Control and Steam Controller\n* [EmuDeck](https://www.emudeck.com/) - Steam Deck Emulator Setup / [Compatibility](https://docs.google.com/spreadsheets/d/1fRqvAh_wW8Ho_8i966CCSBgPJ2R_SuDFIvvKsQCv05w/) / [Discord](https://discord.com/invite/b9F7GpXtFP)\n* [GameImage](https://github.com/ruanformigoni/gameimage) - Steam Deck Game Setup\n* [Bazzite](https://bazzite.gg/) - Alt Steam Deck OS\n* [Steam-Deck.Force](https://github.com/scawp/Steam-Deck.Force-SteamOS-On-Boot) - Force SteamOS Boot\n* [HoloISO](https://github.com/HoloISO/releases) - SteamOS 3 (Holo) Archiso Config / [Telegram](https://t.me/HoloISO)\n* [Steam Deck Repo](https://steamdeckrepo.com/) - Steam Deck Boot Videos\n\n***\n\n# ► Minecraft Tools\n\n* 🌐 **[MCDOC](https://mcdoc.site/)** - Minecraft Tools & Unlockers / [GitLab](https://gitlab.com/mcdoc/mcdoc.site) / [Discord](https://discord.gg/TtJM3ahtuM)\n* 🌐 **[Awesome Minecraft](https://github.com/bs-community/awesome-minecraft)** - Minecraft Resources\n* ⭐ **[Minecraft Wiki](https://minecraft.wiki/)**\n* ⭐ **[Villager Trading Cheatsheet](https://minecraft.wiki/images/Trading_and_Bartering_Guide_for_Minecraft_Java_Edition_1.17%2B.png)**\n* ⭐ **[Minecraft Brewing Cheatsheet](https://minecraft.wiki/images/Minecraft_brewing_en.png)**\n* [MC Utils](https://mcutils.com/) - Minecraft Web Tools / [Discord](https://discord.com/invite/HvPARrr55x)\n* [Minecraft Forum](https://www.minecraftforum.net/) - Minecraft Community / Support / [Discord](https://discord.com/invite/wGrQNKX)\n* [MCPEDL](https://mcpedl.com/) - Bedrock Resources\n* [DigiMinecraft](https://www.digminecraft.com/) or [Birdflop](https://www.birdflop.com/resources/) / [GitHub](https://github.com/birdflop/web) - Minecraft Guides / Tools\n* [ViveCraft](https://www.vivecraft.org/) - VR Minecraft / [Discord](https://discord.com/invite/2x3QCk8qa9) / [GitHub](https://github.com/Vivecraft/VivecraftMod)\n* [The Minecraft Archive Project](https://map.crummy.com/) - Minecraft Archive\n* [Omniarchive](https://omniarchive.uk/) - Lost Developmental Versions Archive / [Discord](https://discord.com/invite/udX5PRKayw)\n* [SkyCrypt](https://sky.shiiyu.moe/) - Hypixel SkyBlock Stats / [Discord](https://discord.com/invite/cNgADv2kEQ) / [GitHub](https://github.com/SkyCryptWebsite/SkyCryptv2)\n* [Minecraft Java Servers](https://dankware.alwaysdata.net/minecraft-java-servers) or [Bedrock Servers](https://dankware.alwaysdata.net/minecraft-bedrock-servers) - Server Lists\n* [MC Icons](https://mcicons.ccleaf.com/) - Minecraft Icon Search / [Discord](https://discord.com/invite/ccleaf)\n* [Textcraft](https://textcraft.net/) - Minecraft Text & Logo Generator\n* [Blockmatic](https://blockmatic.trafficlunar.net/) - Minecraft Pixel Art Editor / [GitHub](https://github.com/trafficlunar/blockmatic)\n* [PixelStacker](https://taylorlove.info/pixelstacker/), [MinecraftArt](https://minecraftart.org/) or [Minecraft Pixel Art](https://minecraft-pixel-art.com/) - Import images to Minecraft Art\n* [HueBlocks](https://1280px.github.io/hueblocks/) - Minecraft Block Gradient Generator / [GitHub](https://github.com/1280px/hueblocks)\n* [Block Palettes](https://www.blockpalettes.com/) or [Block Colors](https://blockcolors.app/) / [Discord](https://discord.com/invite/hJDxqWnXnZ) - Block Color Palettes\n* [⁠Minemev](https://minemev.com/), [MCBuild](https://mcbuild.org/) or [CreateMod](https://createmod.com/) - Minecraft Build / Farm Schematics\n* [⁠Note Block Studio](https://noteblock.studio/) - Minecraft Block Composer / [Share Songs](https://noteblock.world/) / [GitHub](https://github.com/OpenNBS)\n* [MiniMessageViewer](https://webui.advntr.dev/) - Format Plugin Messages / [Discord](https://discord.com/invite/MMfhJ8F) / [GitHub](https://github.com/KyoriPowered/adventure-webui)\n* [Minecraft Timeline](https://minecraft-timeline.github.io/) - Minecraft Update History Timeline / [GitHub](https://github.com/minecraft-timeline/minecraft-timeline.github.io)\n\n***\n\n## ▷ Hosting Tools\n\n* 🌐 **[FMHL](https://www.myuui.com/)** - Free Minecraft Hosts List / [GitHub](https://github.com/Myuui/Free-Minecraft-Hosts)\n* ⭐ **[auto-mcs](https://www.auto-mcs.com/)** - Server Manager / Easy Setup / [GitHub](https://github.com/macarooni-man/auto-mcs)\n* ⭐ **[Playit.gg](https://playit.gg/)** - Global Proxy / [Discord](https://discord.gg/AXAbujx)\n* ⭐ **[paper-optimization](https://paper-chan.moe/paper-optimization/)** or [minecraft-optimization](https://github.com/YouHaveTrouble/minecraft-optimization) - Server Optimization Guides\n* [World Host](https://modrinth.com/mod/world-host) or [e4mc](https://modrinth.com/mod/e4mc) / [Lan Server Properties](https://modrinth.com/mod/lan-server-properties) - Local Server Multiplayer Mods\n* [setup.md](https://setup.md/) - Server Admin Guides / Wiki / [GitHub](https://github.com/setupmd/docs)\n* [CraftyControl](https://craftycontrol.com/) - Server Manager / [GitLab](https://gitlab.com/crafty-controller/crafty-4)\n* [MCSManager](https://mcsmanager.com/) - Server Manager / [GitHub](https://github.com/MCSManager/MCSManager)\n* [Fork](https://www.fork.gg/) - Server Manager / [GitHub](https://github.com/ForkGG)\n* [SquidServers](https://squidservers.com/) - Server Manager / Easy Setup / [Discord](https://discord.gg/Y8QtmK2exk) / [GitHub](https://github.com/squidservers)\n* [⁠GrimAC](https://modrinth.com/plugin/grimac) - Free Server Anti-Cheat / [GitHub](https://github.com/GrimAnticheat/Grim)\n* [Minekube Connect](https://connect.minekube.com/) - Ingress Tunnel for Minecraft Servers / [Discord](https://discord.com/invite/HvQugYx) / [GitHub](https://github.com/minekube/connect-java)\n* [ViaVersion](https://viaversion.com/) - Allow Connections from Older Versions / [Discord](https://discord.gg/viaversion) / [GitHub](https://github.com/viaversion)\n* [mclo.gs](https://mclo.gs/) - Minecraft Log Sharing / Analyzing / [GitHub](https://github.com/aternosorg/mclogs-integration)\n* [Minestom](https://minestom.net/) - Lightweight Minecraft Server / [Discord](https://discord.gg/pkFRvqB) / [GitHub](https://github.com/Minestom/Minestom)\n* [DriveBackupV2](https://modrinth.com/plugin/drivebackupv2) - Server Plugin to Create Cloud Backups of Worlds / [Discord](https://discord.com/invite/VdCAUtm) / [GitHub](https://github.com/MaxMaeder/DriveBackupV2)\n* [Pufferfish](https://github.com/pufferfish-gg/Pufferfish), [Purpur](https://purpurmc.org/) / [Discord](https://purpurmc.org/discord) / [GitHub](https://github.com/PurpurMC/) or [Paper](https://papermc.io/software/paper) / [Discord](https://discord.com/invite/papermc) / [GitHub](https://github.com/PaperMC/Paper) / [Plugins](https://hangar.papermc.io/) - Performance Enhancement Servers\n* [GeyserMC](https://geysermc.org/) - Join Minecraft Java Servers with Bedrock Client / [Discord](https://discord.com/invite/geysermc) / [GitHub](https://github.com/GeyserMC/Geyser) / [Extras](https://geyserextras.letsgoaway.dev/) / [GitHub](https://github.com/GeyserExtras/GeyserExtras/) / [Consoles](https://wiki.geysermc.org/geyser/using-geyser-with-consoles/)\n* [ServerPackCreator](https://serverpackcreator.de/) - Create Minecraft Server Packs from Modpacks / [Discord](https://discord.com/invite/JfsXK8qB95) / [GitHub](https://github.com/Griefed/ServerPackCreator)\n* [mcsrvstat](https://mcsrvstat.us/) - Server Status Updates\n* [MC-Server-Banner-API](https://github.com/LOOHP/MC-Server-Banner-API) - Real-Time Updated Server Banners\n\n***\n\n## ▷ Launchers\n\n* 🌐 **[Minecraft Launcher Comparisons](https://mc-launcher.tayou.org/)** - Minecraft Launcher Comparison Chart / [GitHub](https://github.com/TayouVR/MinecraftLauncherComparison)\n* ↪️ **[Premium-Only Launchers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_premium_only_launchers)** - Launchers that Require Official Account\n* ⭐ **[PineconeMC](https://pineconemc.ru/)**, [2](https://elyprismlauncher.github.io/) / [Discord](https://discord.gg/5kcBCvnbTp) / [GitHub](https://github.com/ElyPrismLauncher/ElyPrismLauncher), **[Freesm Launcher](https://freesmlauncher.org/)** / [Theme Creator](https://new.freesmlauncher.org/themes) / [Telegram](https://t.me/freesmteam) / [Discord](https://discord.com/invite/6jjw4gjy4w) / [GitHub](https://github.com/FreesmTeam/FreesmLauncher) or [ShatteredPrism](https://github.com/LunaisLazier/ShatteredPrism) - Prism Launcher Forks w/ Alt Auth Server Support / [CurseForge Downloads](https://rentry.co/FMHYB64#curseforge-dl)\n* [ZalithLauncher](https://github.com/ZalithLauncher/ZalithLauncher) / [Discord](https://discord.gg/yDDkTHp4cJ), [⁠Mojolauncher](https://github.com/mojolauncher/mojolauncher) / [Discord](https://discord.gg/VHdwQFsaGX) or [FoldCraftLauncher](https://github.com/FCL-Team/FoldCraftLauncher) / [Discord](https://discord.gg/ffhvuXTwyV) - Java Edition for Android\n* [SkLauncher](https://skmedix.pl/) - User-friendly Launcher / [Ad Bypass](https://greasyfork.org/en/scripts/563188)\n* [⁠AstralRinth](https://git.astralium.su/didirus/AstralRinth) - User-friendly Launcher\n* [Betacraft Launcher](https://betacraft.uk/) / [2](https://betacraft.ee/) / [3](https://betacraft.ovh/) or [LegacyFix](https://github.com/betacraftuk/legacyfix) - Patch / Fix Legacy Versions\n* [HMCL](https://hmcl.huangyuhui.net/) - Launcher / [GitHub](https://github.com/HMCL-dev/HMCL)\n* [Crystal Launcher](https://crystal-launcher.net/) - Launcher / [Discord](https://discord.com/invite/S4cSFjq)\n* [PrismLauncher-Cracked](https://github.com/Diegiwg/PrismLauncher-Cracked) - Launcher / Prism Launcher Fork w/ Alt Offline Support / [CurseForge Downloads](https://rentry.co/FMHYB64#curseforge-dl)\n* [X Minecraft Launcher](https://xmcl.app/) - Launcher / [Discord](https://discord.com/invite/W5XVwYY7GQ)\n* [Legacy Launcher](https://llaun.ch/en) - Minimal Launcher / May Require VPN to View Site\n* [Quantum Launcher](https://mrmayman.github.io/quantumlauncher/) - Lightweight Launcher / [Discord](https://discord.com/invite/bWqRaSXar5) / [GitHub](https://github.com/Mrmayman/quantum-launcher/)\n* [Minecraft Legacy](https://rentry.co/FMHYB64#mc-legacy) - Minecraft Legacy Console Edition\n\n***\n\n## ▷ Mods / Data Packs\n\n* 🌐 **[Not Essential](https://alternatives.microcontrollers.dev/)** - List of Alternatives to Essential / [GitHub](https://github.com/MicrocontrollersDev/Alternatives)\n* 🌐 **[OptiFine Alternatives](https://optifine.alternatives.lambdaurora.dev/)** - OptiFine Alternatives for Fabric\n* ↪️ **[Mod Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_mod_.2F_resource_pack_indexes)**\n* [Fabric](https://fabricmc.net/) / [Discord](https://discord.gg/VDGnGsFeuy) / [GitHub](https://github.com/FabricMC), [NeoForged](https://neoforged.net/) / [X](https://x.com/NeoForged_MC) / [Discord](https://discord.com/invite/UuM6bmAjXh) / [GitHub](https://github.com/neoforged), [Forge](https://files.minecraftforge.net/) / [Discord](https://discord.com/invite/UuM6bmAjXh) / [GitHub](https://github.com/MinecraftForge/MinecraftForge), [Quilt](https://quiltmc.org/) / [Discord](https://discord.com/invite/M7GpuyTBvy) / [GitHub](https://github.com/QuiltMC) - Mod Loaders\n* [ViaFabricPlus](https://modrinth.com/mod/viafabricplus), [2](https://www.curseforge.com/minecraft/mc-mods/viafabricplus) - Fabric Mod for Joining All Versions / [Discord](https://discord.com/invite/viaversion) / [GitHub](https://github.com/ViaVersion/ViaFabricPlus?tab=readme-ov-file)\n* [WorldEdit](https://enginehub.org/worldedit) / [BE](https://github.com/SIsilicon/WorldEdit-BE), [Toolchest](https://bedrocktoolchest.com/) (bedrock) or [Axiom](https://modrinth.com/mod/axiom), [2](https://axiom.moulberry.com/) / [GitHub](https://discord.com/invite/axiomtool) - Building Tools / World Editors\n* Worldedit Tools - [Docs](https://worldedit.enginehub.org/en/latest/) / [CUI](https://modrinth.com/mod/worldedit-cui) / [Discord](https://discord.gg/enginehub) / [GitHub](https://github.com/EngineHub/WorldEdit)\n* [quark](https://quarkmod.net/) - Add Vanilla-like / QoL Features / [GitHub](https://github.com/VazkiiMods/Quark)\n* [Voxy](https://modrinth.com/mod/voxy) / [GitHub](https://github.com/MCRcortex/voxy), [DistantHorizons](https://modrinth.com/mod/distanthorizons) / [Gitlab](https://gitlab.com/distant-horizons-team/distant-horizons) or [Bobby](https://modrinth.com/mod/bobby), [2](https://www.curseforge.com/minecraft/mc-mods/bobby) / [GitHub](https://github.com/Johni0702/bobby) - Lightweight Distance Rendering Mods\n* [Nvidium](https://modrinth.com/mod/nvidium) - Nvidia OpenGL Rendering Mod / [GitHub](https://github.com/MCRcortex/nvidium)\n* [VulkanMod](https://modrinth.com/mod/vulkanmod) - Vulkan Rendering Mod / [Discord](https://discord.gg/FVXg7AYR2Q) / [GitHub](https://github.com/xCollateral/VulkanMod)\n* [ModMenu](https://modrinth.com/mod/modmenu) / [GitHub](https://github.com/TerraformersMC/ModMenu), [PAX](https://github.com/maradotwebp/pax) / [Discord](https://discord.com/invite/GQ4MTquzyX) or [Mod Manager](https://github.com/kaniol-lck/modmanager) - Minecraft Mod Managers\n* [r/feedthebeast](https://reddit.com/r/feedthebeast/) - MC Modding Community\n* [Visual Bukkit](https://www.spigotmc.org/resources/visual-bukkit.76474/) - GUI Plugin Builder / [Discord](https://discord.gg/ugkvGpu) / [GitHub](https://github.com/OfficialDonut/VisualBukkit)\n* [CraftPresence](https://modrinth.com/mod/craftpresence) / [Gitlab](https://gitlab.com/CDAGaming/CraftPresence) or [Phase's Discord RPC](https://modrinth.com/mod/phases-discord-rich-presence) / [GitHub](https://github.com/ThePhaseCat/phases-discord-rich-presence) - Discord RPC for Java Edition\n* [Controlify](https://modrinth.com/mod/controlify) - Add Controller Support to Java Edition / [GitHub](https://github.com/isXander/Controlify)\n* [No Telemetry](https://modrinth.com/mod/no-telemetry), [2](https://www.curseforge.com/minecraft/mc-mods/no-telemetry) - Disable Telemetry Data / [GitHub](https://github.com/kb-1000/no-telemetry?tab=readme-ov-file)\n* [SimpleVoicechat](https://modrinth.com/plugin/simple-voice-chat) - Feature-Rich Voice Chat Mod / [Discord](https://discord.gg/4dH2zwTmyX) / [GitHub](https://github.com/henkelmax/simple-voice-chat)\n* [ReplayMod](https://replaymod.com/) / [Discord](https://discord.com/invite/5GR7RSb) / [GitHub](https://github.com/ReplayMod/ReplayMod) or [FlashBack](https://modrinth.com/mod/flashback) / [Discord](https://discord.com/invite/mAYDZ9c7rD) / [GitHub](https://github.com/Moulberry/Flashback?tab=readme-ov-file) - Record Game Sessions\n* [Craftify](https://modrinth.com/mod/craftify) - Display / Control Playing Music from Streaming Services / [GitHub](https://github.com/ThatGravyBoat/Craftify)\n* [Vanilla Tweaks](https://www.vanillatweaks.net/) - Semi-custom Resource Packs, Data Packs, and Crafting Tweaks / [X](https://x.com/vanillatweaks) / [Discord](https://discord.com/invite/qG53qwF)\n* [Bedrock Tweaks](https://bedrocktweaks.net/) - Unofficial Vanilla Tweaks Port to Bedrock Edition / [Discord](https://discord.com/invite/xq9JpJ3) / [GitHub](https://github.com/bedrocktweaks)\n* [Smithed](https://smithed.net/) or [Voodoo Packs](https://mc.voodoobeard.com/) / [Discord](https://discord.gg/SnJQcfq) - Minecraft Data Packs\n* [Data Pack Generators](https://misode.github.io/) - Minecraft Data Pack Generators\n* [⁠MCreator](https://mcreator.net/) - Minecraft Mod Creator / [Hardware Link](https://github.com/Pylo/MCreatorLink) / [Reddit](https://www.reddit.com/r/MCreator/) / [GitHub](https://github.com/MCreator/MCreator)\n* [Packwiz](https://packwiz.infra.link/) - Modpack CLI Distribution Tool / [GitHub](https://github.com/packwiz/packwiz)\n\n***\n\n## ▷ Maps / World Tools\n\n* 🌐 **[ChunkBase](https://www.chunkbase.com/apps/)** - Minecraft Map Tools\n* [Minecraft Datapack Map](https://map.jacobsjo.eu/) / [GitHub](https://github.com/jacobsjo/mc-datapack-map), [MCA Selector](https://github.com/Querz/mcaselector), [uNmINeD](https://unmined.net/) / [Discord](https://discord.com/invite/TCmvrPyA9x) or [WorldPainter](https://www.worldpainter.net/) - Minecraft Map Editors / Viewers\n* [MCSeedMap](https://mcseedmap.net/), [MineAtlas](http://mineatlas.com/) or [Cubiomes Viewer](https://github.com/cubitect/cubiomes-viewer) - Minecraft Seed Map Viewers\n* [MapVerse](https://mapverse.net/) - Download / Play Minecraft Map Servers / [Discord](https://discord.gg/xFgTJtebgp)\n* [MinecraftMaps](https://www.minecraftmaps.com/), [⁠BedrockExplorer](https://www.bedrockexplorer.com/queries/free-content/everyone/all/), [Minecraft Forum](https://www.minecraftforum.net/) / [Discord](https://discord.com/invite/wGrQNKX) or [Mapcraft](https://mapcraft.me/) - Minecraft Maps\n* [Minecraft Earth Map](https://earth.motfe.net/) - Earth Maps\n* [CTMRepository](https://ctmrepository.com/) - Complete the Monument Maps / [Discord](https://discord.com/invite/G2WVCB3)\n* [MapartCraft](https://rebane2001.com/mapartcraft/) or [Cartographer](https://cartographer-mc.com/) - Mapart Schematic / map.dat Generator\n* [BlueMap](https://bluemap.bluecolored.de/) - Create 3D Map Models / [GitHub](https://github.com/BlueMap-Minecraft/BlueMap)\n* [Arnis](https://github.com/louis-e/arnis) - Generate Real-world Locations in Minecraft\n* [⁠je2be-web](https://je2be.app/) - Minecraft File Converter / [GitHub](https://github.com/kbinani/je2be-web)\n* [Chunker](https://oss.chunker.app/) - Java / Bedrock Format Converter\n* [Minecraft Map Converter](https://archive.org/details/Minecraft-map-converter) - PS3/360 Format Converter\n* [Amidst](https://github.com/toolbox4minecraft/amidst) - Minecraft World Overview Display Tool\n* [⁠Custom Worlds](https://superflat.crackedmagnet.com/) - Bedrock Custom Superflat World Generator\n\n***\n\n## ▷ Technical Tools\n\n* 🌐 **[TMC Links](https://gist.github.com/JoakimThorsen/e90bd7a588af25ae529530987d9acc8a)** - Technical Minecraft Resources\n* 🌐 **[Minecraft Speedrunning](https://www.minecraftspeedrunning.com/)** - Minecraft Speedrunning Resources\n* ⭐ **[MCPropertyEncyclopedia](https://joakimthorsen.github.io/MCPropertyEncyclopedia/)** - Block Property Encyclopedia / [Discord](https://discord.com/invite/RUEVmTahYg)\n* ⭐ **[spark](https://spark.lucko.me/)** - Minecraft Performance Profiler / [Discord](https://discord.com/invite/PAGT2fu)\n* ⭐ **[Minecraft Java Flags](https://unascribed.com/garden/jvm-args/)** - Java Edition Performance Tweaks\n* [Report Inspector](https://misode.github.io/report/) - Crash Report / Profiling Inspector\n* [⁠Minecraft TAS](https://minecrafttas.com/) - Minecraft TAS Community / Tools / Tutorials / [Discord](https://discord.gg/jGhNxpd)\n* [Mineflayer](https://prismarinejs.github.io/mineflayer/) - Minecraft Bot Creator / [Discord](https://discord.com/invite/GsEFRM8) / [GitHub](https://github.com/PrismarineJS/mineflayer)\n* [Minecraft Armor Stand](https://haselkern.com/Minecraft-ArmorStand/) - Design Poses for Armorstands\n* [Enchant Order](https://iamcal.github.io/enchant-order/) - Minecraft Enchantment Ordering Tool\n* [Minecraft Tools](https://minecraft.tools/en/) or [GamerGeeks](https://www.gamergeeks.net/) - Minecraft Tools / Calculators\n* [Minecraft Command Science](https://minecraftcommand.science/) or [MCStacker](https://mcstacker.net/) / [Discord](https://discord.com/invite/WCb6GNf) - Minecraft Command Generators\n* [NBT Studio](https://github.com/tryashtar/nbt-studio/) or [webNBT](https://irath96.github.io/webNBT/) - Minecraft NBT File Editors\n* [MinecraftJSON](https://www.minecraftjson.com/) - Minecraft Tellraw Generator\n\n***\n\n## ▷ Customization\n\n* 🌐 **[ShaderLABS](https://shaderlabs.org/wiki/Main_Page)** - Shader Comparisons and Resources / [Discord](https://discord.com/invite/RpzWN9S)\n* ↪️ **[Resource Pack Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_mod_.2F_resource_pack_indexes)**\n* ⭐ **[NameMC](https://namemc.com/)**, [Laby](https://laby.net/) / [Discord](https://discord.com/invite/8JBMHDfWKp) or [Crafty](https://crafty.gg/) / [Discord](https://discord.com/invite/WYgJK3y) - Minecraft Name & Skin Availability Trackers\n* [ShadersMods](https://shadersmods.com/) or [MinecraftShader](https://minecraftshader.com/) - Minecraft Shaders\n* [Iris Shaders](https://modrinth.com/mod/iris) - Fabric Shadermod for Minecraft\n* [MinecraftSkins](https://www.minecraftskins.com/), [⁠BedrockExplorer](https://www.bedrockexplorer.com/queries/free-content/everyone/all/) or [SkinMC](https://skinmc.net/) - Minecraft Skins\n* [MSkins](https://mskins.net/en) - Skin Grabber\n* [Ely.by](https://ely.by/) - Skin System / Authorization\n* [NeedCoolerShoes](https://needcoolershoes.com/) / [Discord](https://discord.gg/FEfbZYvQUa) / [GitHub](https://github.com/NeedCoolerShoes/needcoolershoes), [SkinsRestorer](https://skinsrestorer.net/) / [GitHub](https://github.com/SkinsRestorer/SkinsRestorer) or [Nova Skin](https://minecraft.novaskin.me/) - Minecraft Skin Editors\n* [MinecraftCapes](https://minecraftcapes.net/) / [Discord](https://discord.com/invite/jqRU9SN) or [Capes](https://modrinth.com/mod/capes) - Minecraft Capes\n* [Minecraft Heads](https://minecraft-heads.com/) - Custom Minecraft Heads / [Discord](https://discord.com/invite/K7yxDD2HP3)\n* [PVPRP](https://pvprp.com/) - PVP Texture Packs / [Auto-Download Script](https://greasyfork.org/en/scripts/467663)\n* [⁠ConvertMCPack](https://convertmcpack.net/) - Texture Pack Version Converter \n\n***\n\n## ▷ 3D Tools\n\n* ⭐ **[jmc2obj](https://www.jmc2obj.net/)**, [Mineways](https://www.realtimerendering.com/erich/minecraft/public/mineways/) / [Discord](https://discord.com/invite/wfayQA6Dyc), [MiEX](https://bramstout.nl/en/miex/), [Minutor](https://seancode.com/minutor/) - Minecraft World Exporters\n* [Mine-imator](https://www.mineimator.com/) - Animation Tool / [2.0 Version](https://www.mineimatorforums.com/index.php?/topic/90789-mine-imator-202/) / [Forum](https://www.mineimatorforums.com/) / [Discord](https://discord.com/invite/GxFp6xv) / [GitHub](https://github.com/stuffbydavid/Mine-imator)\n* [Chunky](https://chunky-dev.github.io/docs/) - Photorealistic Renderer / [Discord](https://discord.com/invite/VqcHpsF) / [GitHub](https://github.com/chunky-dev/chunky)\n* [⁠Minecraft Generator](https://minecraftgenerator.com/) - Minecraft Model Generators\n* [Block Display](https://block-display.com/) - Design / Share Block Display Models / [Discord](https://discord.gg/VCeHfSd6Xa)\n* [BDStudio](https://eszesbalint.github.io/bdstudio/editor) or [⁠Bedrock Editor](https://github.com/Mojang/minecraft-editor) - 3D Editors\n* [Blockbench](https://www.blockbench.net/) - Low Poly 3D Editor / [Discord](https://discord.com/invite/blockbench)\n* [Cubical](https://www.cubical.xyz/) - Minecraft 3D Schematic Tool / [Beta](https://beta.cubical.xyz/)\n* [Custom-MC-Render-Cweeper](https://rentry.co/custom-mc-render-cweeper) - Import Custom 3D Models into Minecraft\n* [ObjToSchematic](https://objtoschematic.com/) - Converts 3D Models into MC Formats / [Discord](https://discord.com/invite/McS2VrBZPD)\n* [NBT2Components](https://misode.github.io/nbt2components/) - NBT to Component Converter\n* [Layoutit](https://voxels.layoutit.com/), [⁠vengi](https://vengi-voxel.github.io/vengi/) / [GitHub](https://github.com/vengi-voxel/vengi), [VoxelSphereGenerator](https://oranj.io/blog/VoxelSphereGenerator) or [Minecraft Shapes](https://minecraftshapes.com/) - Minecraft Shape Tools / Voxel Editors\n\n***\n\n# ► Game Specific\n\n* 🌐 **[Awesome Trackmania](https://github.com/EvoEsports/awesome-trackmania)** - Trackmania Resources\n* 🌐 **[ACNH.Directory](https://acnh.directory/)** or **[⁠NookNet](https://nooknet.net/)** / [Discord](https://discord.com/invite/RwNrqmH) - Animal Crossing: New Horizons Resources / Guides\n* 🌐 **[osu! Game Rsources](https://resources.osucord.moe/)** / [GitHub](https://github.com/osucord/resources) or **[Useful Osu](https://github.com/CarbonUwU/Useful-osu)** - Osu! Resources\n* 🌐 **[FM Scout](https://www.fmscout.com/)** - Football Manager Resources / Community\n* ⭐ **[Tactics.tools](https://tactics.tools/)** / [Discord](https://discord.com/invite/K4Z6shucH8) or [MetaTFT](https://www.metatft.com/) / [Discord](https://discord.com/invite/RqN3qPy) - Team Fight Tactic Guides, Stats, Tools, etc.\n* [Half Life Project Beta](https://hl2-beta.ru/?language=english) - Unreleased / Cut Half-Life Content\n* [Palworld.gg](https://palworld.gg/), [PalworldTrainer.com](https://palworldtrainer.com/) or [Paldb.cc](https://paldb.cc/) - Palworld Databases\n* [Braytech](https://bray.tech/) - Destiny 2 Stats\n* [Rust Clash](https://wiki.rustclash.com/) - Rust Info / Tools\n* [⁠UltraRumble](https://ultrarumble.com/) - My Hero Ultra Rumble Info Database \n* [totk.wism.fr](https://totk.wism.fr/) - Zelda TOTK AutoBuild QR Codes\n* [Stardew.app](https://stardew.app/) - Stardew Valley Progress Tracker\n* [Fortnite Tracker](https://fortnitetracker.com/) - Fortnite Leaderboards / Stats\n* [FortniteEXP](https://www.fortnitexp.net/) - Fortnite XP Progression / Leveling Rates\n* [Ready or Not Doc](https://docs.google.com/spreadsheets/d/1d89lpFDA9lo_v13iBlnhtuA6DvuUnKfPaeo0d4RBGJ4/) - Ready or Not Info\n* [EFEM](https://efem.club/) - Football Manager Database / Info\n* [FM Moneyball](https://www.fmdatalab.com/tutorials/moneyball) - Football Manager Recruitment Tool / [Tutorial](https://youtu.be/vBoHCH-rZMI)\n* [Asphalt Database](https://asphalt9.info/) - Asphalt Legends Unite Database / Wiki\n* [WRCsetups](https://wrcsetups.com/) - WRC Setups\n* [⁠EWGF](https://ewgf.gg/) - Tekken 8 Character + Player Stats / [Discord](https://discord.com/invite/EUEnH99har)\n* [Collection Manager](https://github.com/Piotrekol/CollectionManager) - Osu! Collection Manager\n* [osu trainer](https://github.com/FunOrange/osu-trainer) - Osu! Trainer\n* [danser-go](https://github.com/Wieku/danser-go) - Osu! Dancing Visualizer\n* [SpinShare](https://spinsha.re/) - Spin Rhythm XD Custom Charts\n* [AC Letter Scorer](https://hunter-r.com/ac-letter-scorer/) - Animal Crossing (GCN) Letter Scorer / [GitHub](https://github.com/HunterRDev/AC-Letter-Scorer)\n\n***\n\n## ▷ MOBA Tools\n\n* ⭐ **[OP.GG](https://www.op.gg/)** - LoL Player Background Check\n* ⭐ **[DPM.LOL](https://dpm.lol/)**, **[U.GG](https://u.gg/)**, [KoreanBuilds](https://en.koreanbuilds.net/), [EuropeanBuilds](https://en.europeanbuilds.net/), [LoLTheory](https://loltheory.gg/), [MurderBridge](https://www.murderbridge.com/) or [LoLAlytics](https://lolalytics.com/) / [Discord](https://discord.com/invite/zKyaZ6w) - LoL Builds / Tiers\n* ⭐ **[Gol.gg](https://gol.gg/esports/home/)** - LoL Competitive Stats, All Regions\n* [MobaFire](https://www.mobafire.com/) - LoL Champion Guides\n* [LoL Wiki](https://wiki.leagueoflegends.com/) - Official LoL Wiki\n* [LoL Math](https://lolmath.net/) - LoL Item Optimizer / [Discord](https://discord.com/invite/BpGpdzw)\n* [iTero](https://www.itero.gg/) - LoL AI Coach\n* [DraftGap](https://draftgap.com/) - LoL Draft Analysis Tools\n* [Mobalytics](https://mobalytics.gg/) or [DeepLoL](https://www.deeplol.gg/) - Game Performance & Stats Analyzer\n* [Porofessor](https://porofessor.gg/) - Live LoL Game Stats\n* [ProStreams](https://prostreams.gg/) - Watch Pro LoL Twitch Streams\n* [DotaBuff](https://www.dotabuff.com/), [Stratz](https://stratz.com/), [OpenDota](https://www.opendota.com/) or [Dota2ProTracker](https://www.dota2protracker.com/) - Dota 2 Stat Trackers / Hero Guides\n* [SmiteGuru](https://smite.guru/) - Smite Leaderboards\n* [mood.gg](https://mood.gg/) - LoL Character-Based Audio Playlists\n* [RuneForge](https://runeforge.dev/) - Custom LoL Skins / [Discord](https://discord.com/invite/runeforge)\n* [Deceive](https://github.com/molenzwiebel/deceive) - Appear Offline in LoL\n* [Disenchanter](https://github.com/marvinscham/disenchanter) - LoL Mass Disenchanter\n\n***\n\n## ▷ Fighting Tools\n\n* 🌐 **[⁠The Melee Library](https://www.meleelibrary.com/)** - Super Smash Bros. Melee Learning Resources\n* [⁠The Fighting Game Glossary](https://glossary.infil.net/) - Fighting Game Term Glossary\n* [⁠FAT Online](https://fullmeter.com/fatonline) or [⁠SuperCombo](https://wiki.supercombo.gg/) - Fighting Game Wikis / Move Databases\n* [⁠DustLoop](https://www.dustloop.com/) - Guides for Arc System Works' Games / [Discord](https://discord.com/invite/d9tgMZg)\n* [⁠Melee Calculator](https://ikneedata.com/calculator.html) - Melee Frame Data Calculator\n* [⁠DragonDown](https://dragdown.wiki/) - Wiki / Info Hub for Rivals of Aether + Smash Games / [Discord](https://discord.gg/5qnED6WkHD)\n* [Smash Ultimate Calculator](https://rubendal.github.io/SSBU-Calculator/) - Smash Ultimate Knockback Calculator / [GitHub](https://github.com/rubendal/SSBU-Calculator)\n* [⁠Ultimate Frame Data](https://ultimateframedata.com/) - Move Database for Smash + Street Fighter\n* [⁠FightCore](https://www.fightcore.gg/) - Super Smash Bros. Melee Frame Data\n* [⁠Brawl Move Database](https://docs.google.com/spreadsheets/d/1_5NFTe3dvxxC6MMlsI49mnC5m7D3_y5UoGZ7mxPje1I/) - Super Smash Bros. Brawl Frame Data\n* [SF6Frames](https://sf6frames.com/) or [FighterCenter](https://fightercenter.net/) - Street Fight 6 Move Databases\n* [⁠Wavu](https://wavu.wiki/) / [Discord](https://discord.com/invite/86UFj8GEcC), [Okizeme](https://okizeme.gg/) or [TekkenDocs](https://tekkendocs.com/) - Tekken Game Guides / Move Databases\n\n***\n\n## ▷ Pokemon Tools\n\n* 🌐 **[Awesome Pokémon](https://github.com/tobiasbueschel/awesome-pokemon)** - Pokémon Resources\n* 🌐 **[r/PTCGP Resource Guide](https://redd.it/1gf94ey)** - Pokémon TCG Pocket Resources\n* ⭐ **[Bulbapedia](https://bulbapedia.bulbagarden.net/wiki/Main_Page)** - Pokémon Wiki\n* ⭐ **[Serebii.net](https://www.serebii.net/)**, [Pokémon Awesome](https://pokemon-awesome.vercel.app/), [PocketMonsters.net](https://pocketmonsters.net/) or [Pokémon Database](https://pokemondb.net/) - Pokémon Databases\n* ⭐ **[PokeList](https://pokemonlist.netlify.app/)** or [PokeAPI](https://pokeapi.co/) - Pokédexes\n* ⭐ **[Pokémon Typechart](https://pokemondb.net/type)** or [Type Calculator](https://www.pkmn.help/) - Pokémon Type Charts\n* ⭐ **[PokeMMO](https://pokemmo.com/)**, [DelugeRPG](https://www.delugerpg.com/), [Pokemon Blaze Online](https://pokemonblazeonline.com/) / [Discord](https://discord.com/invite/b3ZnXuf5fk) or [Pokémon Revolution Online](https://pokemonrevolution.net/) - Pokémon MMOs\n* ⭐ **[PokéRogue](https://pokerogue.net/)** - Pokémon Dungeon Crawler / [Wiki](https://wiki.pokerogue.net/start) / [Subreddit](https://reddit.com/r/pokerogue/) / [Mobile](https://github.com/Admiral-Billy/Pokerogue-App) / [Discord](https://discord.com/invite/uWpTfdKG49)\n* ⭐ **[Pokémon Showdown](https://pokemonshowdown.com/)** - Online Pokémon Battles\n* [PokeCommunity](https://www.pokecommunity.com/) - Pokémon Community\n* [Project Pokémon](https://projectpokemon.org/) - Pokémon Tools, Exploits, Saves, etc.\n* [PokeGB](https://github.com/binji/pokegb) - Pokémon Blue Emulator\n* [pret](https://github.com/orgs/pret/repositories) - Pokémon Disassembly / Decompilation Projects\n* [Pokemon Auto Chess](https://pokemon-auto-chess.com/) - Pokemon Style Teamfight Tactics / [Discord](https://discord.gg/6JMS7tr) / [GitHub](https://github.com/keldaanCommunity/pokemonAutoChess)\n* [PKHeX](https://github.com/kwsch/PKHeX) - Pokémon Save File Editor\n* [PMD Generators](https://syphist.com/pmd/) - Pokémon Mystery Dungeon Generators\n* [GameBanana](https://gamebanana.com/mods/games/14783) - Pokémon Brilliant Diamond / Shining Pearl Mods\n* [pkNX](https://github.com/kwsch/pkNX) - Switch Pokémon ROM Editor / Randomizer\n* [Universal Pokémon Randomizer ZX](https://github.com/Ajarmar/universal-pokemon-randomizer-zx/) - Randomize Pokémon (works for GBA to 3DS)\n* [NYCPokeMap](https://nycpokemap.com/) - Real-Time Pokémon GO Map for NYC\n* [PkmnCards](https://pkmncards.com/), [Pokéllector](https://www.pokellector.com/) or [Limitless](https://limitlesstcg.com/) - Pokémon Card Databases / Resources\n* [TCG ONE](https://tcgone.net/) - Online Pokémon Card Game / [Discord](https://discord.gg/MTBGxVE)\n* [unite-db](https://unite-db.com/) - Pokémon Unite Database\n* [HelixChamber](https://helixchamber.com/) - Unused Pokémon Material\n\n***\n\n## ▷ Counter-Strike Tools\n\n* ⭐ **[CsWarzOnE](https://cswarzone.com/)** - Counter-Strike Downloads\n* ⭐ **[HLTV](https://www.hltv.org/)** or [Dust2](https://www.dust2.us/) - Counter-Strike News\n* ⭐ **[CS Demo Manager](https://cs-demo-manager.com/)** - Counter-Strike Demo Manager\n* ⭐ **[Faceit](https://www.faceit.com/)** - Matchmaking Client / [Account Finder](https://faceitfinder.com/) / [Enhancements](https://repeek.gg/)\n* ⭐ **[CSNADES](https://csnades.gg/)** or [CS2Util](https://www.cs2util.com/) - CS2 Nade Lineups\n* [CSGO Trader](https://csgotrader.app/) - CS:GO Trading Enhancements\n* [CS2 Weapon Spreadsheet](https://docs.google.com/spreadsheets/d/11tDzUNBq9zIX6_9Rel__fdAUezAQzSnh5AVYzCP060c/) - Weapon Stats / Prices\n* [ArminC-AutoExec](https://github.com/ArmynC/ArminC-AutoExec) - ArminC's CS2 Config\n* [CS2 Browser](https://cs2browser.net/) or [CS2 Server Picker](https://github.com/FN-FAL113/cs2-server-picker) - Counter-Strike 2 Server Browser\n\n***\n\n## ▷ GTA Tools\n\n* 🌐 **[GTAAll](https://www.gtaall.com/)**, [⁠GTAForums](https://gtaforums.com/), [⁠FusionFix](https://fusionfix.io/), [GTAInside](https://gtainside.de/), [GameModding](https://gamemodding.com/), [GTAGarage](https://gtagarage.com/) or [LibertyCity](https://libertycity.net/) - GTA Mods, Walkthroughs & More\n* 🌐 **[GTA5-Mods](https://www.gta5-mods.com/)** - GTAV Mods\n* 🌐 **[MixMods](https://www.mixmods.com.br/)** - GTASA Mods\n* 🌐 **[cheeseburger's GTA Mods](https://cheeseburgersmod.blogspot.com/)** - GTA Mobile Mods\n* ⭐ **[San Andreas: Multiplayer](https://www.sa-mp.mp/)** / [Discord](https://discord.com/invite/samp) or [Multi Theft Auto](https://multitheftauto.com/) / [GitHub](https://github.com/multitheftauto/mtasa-blue) - Multiplayer GTA:SA\n* ⭐ **[CLEO](https://cleo.li/)** - Extensible Library Plugin for GTA III, VC & SA / [Discord](https://discord.com/invite/d5dZSfgBZr)\n* ⭐ **[SilentPatch](https://cookieplmonster.github.io/mods/gta/)** - Quality of Life Fixes for GTA III, VC & SA\n* [FiveM](https://fivem.net/) or [RAGE](https://rage.mp/) / [Discord](https://discord.com/invite/tChBaeu) - Modded GTAV Servers / Requires Legit Copy\n* [GTA Cars](https://gtacars.net/) - GTA Car Database / Stats\n* [Rainbomizer](https://rainbomizer.com/) - GTA Randomizer Mods\n* [Gillian's GTA](https://gillian-guide.github.io/) - GTA IV Modding Guide\n* [GTA Connected](https://gtaconnected.com/) - Multiplayer Mod / GTA III, IV, VC, SA / [Discord](https://discord.gg/YSyasDa)\n* [Vice City: Multiplayer](https://vc-mp.org/) - Mutiplayer GTA:VC\n* [GTA Manager](https://func-vehicle.github.io/gtamanager/) - GTA V Business Manager\n* [GTA Downgraders](http://downgraders.rockstarvision.com/) - GTA Game Downgraders\n* [⁠GTASnP](https://gtasnp.com/) - Upload + Browse GTA Save Files \n\n***\n\n## ▷ Doom Tools\n\n* ⭐ **[Doom Wiki](https://doomwiki.org/wiki/Entryway)** - Doom Wiki\n* ⭐ **[ZDoom](https://www.zdoom.org/downloads)** - Doom Source Port\n* ⭐ **[ZDaemon](https://www.zdaemon.org/)**, **[Doomseeker](https://doomseeker.drdteam.org/)**, [oDamex](https://odamex.net/), [DoomUtils](https://doomutils.ucoz.com/) or [Zandronum](https://zandronum.com/) / [Hosting / WADs](https://allfearthesentinel.com/) - Online Multiplayer Doom\n* [Classic DOOM](https://classicdoom.com/) - Doom Console Port Encyclopedia / Documents\n* [DoomWorld](https://www.doomworld.com/) - Doom Downloads\n* [Freedoom](https://freedoom.github.io/) - Open-Source Doom Assets\n* [Doom64 EX](https://doom64ex.wordpress.com/downloads/) - Doom 64 PC Port\n* [dhewm3](https://dhewm3.org/) - Doom 3 Source Port\n* [Doom WADs Indexes](https://rentry.co/FMHYB64#doom-wads), [DoomsHack](https://doomshack.org/) or [Doom Wad Station](https://www.doomwadstation.net/) - Doom WADs\n* [DOOM FX](https://github.com/RandalLinden/DOOM-FX) - Doom SNES Source Code\n* [UltimateDoomBuilder](https://ultimatedoombuilder.github.io/) - Doom Map Builder\n\n***\n\n## ▷ Mario Kart Tools\n\n* ⭐ **[Retro Rewind](https://rentry.org/Retro-Rewind)** - Retro MKWii Tracks / Multiplayer / [Discord](https://discord.gg/qbr3Y4PJFH)\n* ⭐ **RR Tools** - [Wiki](https://wiki.tockdom.com/wiki/Retro_Rewind) / [Auto-Updater](https://github.com/TeamWheelWizard/WheelWizard/releases) / [VR Rankings](https://rwfc.net/) / [Troubleshooting](https://rentry.org/RR-Fixes)\n* ⭐ **[CTGP Revolution](https://www.chadsoft.co.uk/)** - Custom MKWii Tracks / Multiplayer / Requires Disc / [Discord](https://discord.com/invite/XMEQGDK)\n* ⭐ **[MKWRs](https://mkwrs.com)** - Mario Kart Records / Videos\n* ⭐ **[MKW Lobbies](https://wiimmfi.de/stats/mkw)** - Online MKW Lobbies\n* ⭐ **[CTGP Deluxe](https://www.ctgpdx.com/)** - Custom MK8DX Tracks / [Discord](https://discord.gg/9k5AjARVP9)\n* ⭐ **[CTGP-7](https://ctgp-7.github.io/)** - Custom MK7 Tracks / [Discord](https://discord.gg/0uTPwYv3SPQww54l)\n* [Combo Builder](https://mariokart.info/) - Setup Builder MK7, MK8(D), and MKW\n* [MKWorld](https://www.mkworldbuilder.com/) - Mario Kart World Setup Builder\n* [MKW Statpedia](https://docs.google.com/spreadsheets/d/1EQd2XYGlB3EFFNE-35hFLaBzJo4cipU9DZT4MRSjBlc/) - Mario Kart World Stats\n* Luigi_Fan2's Stat Charts - [MK8DX](https://docs.google.com/spreadsheets/d/1g7A-38tn9UAIbB2B3sZI-MpILsS3ZS870UTVMRRxh4Q/edit?gid=0#gid=0) / [MK8](https://docs.google.com/spreadsheets/d/1kfhyD3ZQhfRG0PEZt2Z815K7wZ20R7DOqCQnTBNko0U/edit?gid=0#gid=0) - Mario Kart Stats\n* [MK8DX Builder](https://mk8dxbuilder.com/) - Kart Builder\n* [MKCentral](https://www.mariokartcentral.com/mkc/) - Mario Kart Tournaments\n* [r/MarioKart](https://www.reddit.com/r/mariokart/) or [r/MarioKartWii](https://www.reddit.com/r/MarioKartWii/) - Mario Kart Subreddits\n* [Mario Kart World Discord](https://discord.gg/mario-kart-world) - Mario Kart World Lobbies / Community / Avoids Intermission Tracks\n* [RiiBalanced](https://drive.google.com/file/d/1AKJH3s0YpxQ09eud0EEd2YVFJ56f9VuO/view) - Rebalanced MKWii Mod / [Discord](https://discord.gg/YZxyK4f3EU)\n* [Mario Kart Wii Deluxe](https://wiki.tockdom.com/wiki/Mario_Kart_Wii_Deluxe) - Custom MKWii Tracks / [Discord](https://discord.com/invite/tRVhfWSkf2)\n* [TTs Online](https://redd.it/ie6gi7) - MKWii Online Time Trials Mod\n* [CTGPRecords](https://www.youtube.com/@CTGPRecords) - Custom Track Records / Videos\n* [MaxVRList](https://maxvrlist.com/) - VR Leaderboards / [Discord](https://discord.gg/S8HcYawzhx)\n* [xer](https://xer.fr/mkw) - MKWii Item Probabilities\n* [MK8DX Prob](https://japan-mk.blog.jp/mk8dx/note4/prob.html) - MK8DX Item Probabilities\n* Tockdom Wikis - [MKWii](https://wiki.tockdom.com/wiki/Main_Page) / [MK8](https://mk8.tockdom.com/) / [MK3DS](https://mk3ds.com/) / [MKDS](https://wiki.dshack.org/) / [MKDD](https://mkdd.org/) - Custom Mario Kart Wikis / [Discord](https://discord.gg/pppFCpWtFJ)\n* [Custom Track Tutorial](https://wiki.tockdom.com/wiki/Custom_Track_Tutorial) - How to Make Custom MKWii Tracks\n* [MKW Texture Hacks](https://wiki.tockdom.com/wiki/Texture_Hack_Distribution) - Custom MKWii Textures\n* [ShortCat](https://shortcat.pro/) - MK8DX Strategy Guide\n\n***\n\n## ▷ Geometry Dash Tools\n\n* 🌐 **[GD Colon](https://gdcolon.com/)** - GD Tools Index\n* ↪️ **[GD Demon Lists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_geometry_dash_demon_lists)**\n* ⭐ **[Geode](https://geode-sdk.org/)** - Mod Menu / Modding Framework\n* ⭐ **[GDDP](https://gddp.pro/)** or **[GD Demon Ladder](https://gdladder.com/)** - Practice & Improve Your Skills\n* [Soluble Texture Packs](https://solubletexturepacks.com/) - GD Texture Packs / [Manager](https://geode-sdk.org/mods/geode.texture-loader/)\n* [Song File Hub](https://songfilehub.com/home) - GD Songs & Mashups / [Discord](https://discord.com/invite/maSgd4zpEF)\n* [G.js](https://g-js-api.github.io/G.js/) - GD Level Programming Language\n* [GD Docs](https://wyliemaster.github.io/gddocs/) - GD Programming Documentation\n* [GD History](https://history.geometrydash.eu/) - GD Archival Project / [Downloader](https://github.com/Cvolton/GDHistory-Downloader)\n* [GMD Private Server](https://github.com/Cvolton/GMDprivateServer) - Private Server Maker\n* [3Dash](https://delugedrop.itch.io/3dash) - 3D Geometry Dash Game / [Demon List](https://3dashdl.pages.dev/#/) / [Challenge List](https://3dashdemonlist.github.io/Challenge/) / [Impossible Levels](https://3dashdemonlist.github.io/ILL/)\n\n***\n\n## ▷ Roblox Tools\n\n* ⭐ **[RoSeal](https://www.roseal.live/)**, [RoValra](https://rovalra.com/) / [GitHub](https://github.com/NotValra/RoValra), [⁠Rolocate](https://oqarshi.github.io/Invite/rolocate/), [BTRoblox](https://github.com/AntiBoomz/BTRoblox), [RoGold](https://rogold.live/free) or [RoPro](https://ropro.io/) - Enhance Roblox Website / Add Features / Extensions\n* ⭐ **[Bloxstrap](https://bloxstraplabs.com/)** or [Fishstrap](https://fishstrap.app) - Roblox Player Bootstrapper / [Discord](https://discord.com/invite/nKjV3mGq6R) / [GitHub](https://github.com/bloxstraplabs/bloxstrap)\n* ⭐ **[⁠Rotrends](https://rotrends.com/)**, [Rolimon's](https://www.rolimons.com/games) or [RoMonitor Stats](https://romonitorstats.com/) - Roblox Analytics / Stats\n* [Roblox Studio Mod Manager](https://github.com/MaximumADHD/Roblox-Studio-Mod-Manager) - Roblox Studio Bootstrapper\n* [⁠Rojo](https://github.com/rojo-rbx/rojo) - Use External Code Editors for Roblox Studio Projects\n* [Better Discovery](https://www.roblox.com/games/15317947079/) - Game Discovery\n* [RBXServers](https://rbxservers.xyz/) - Roblox VIP Servers\n* [RobloxDen](https://robloxden.com/) or [Rocodes](https://rocodes.gg/) - Track Roblox Promo Codes\n* [Roblox Web APIs](https://github.com/matthewdean/roblox-web-apis) - Roblox APIs\n* [Dripzels](https://dripzels.com/) or [ingame.clothing](https://ingame.clothing/) - Preview Avatar Clothing\n\n***\n\n## ▷ Terraria Tools\n\n* 🌐 **[Terraria Community Archive](https://kuz-zzz.github.io/terraria-archive/)** - Terraria Tools / Resources\n* ⭐ **[Terraria Wiki](https://terraria.wiki.gg/)** or [Terranion](https://yal.cc/r/terranion/) - Terraria Wikis\n* [⁠PinkGel](https://pinkgel.pages.dev/) - Terraria Item Database \n* [tShock](https://github.com/Pryaxis/TShock) - Terraria Server Tools\n* [Terraria Forum](https://forums.terraria.org/) - Terraria Community, Mods Help and More\n* [TEdit](https://www.binaryconstruct.com/tedit), [terramap](https://terramap.github.io/), [TerraFirma](https://github.com/mrkite/TerraFirma/releases/) or [terraria-map-editor](https://tedit.github.io/terraria-map-editor-web/) - Map Viewers / Editors\n* [Terrasavr](https://yal.cc/r/terrasavr/) - Terraria Character Editor\n* [Increased FOV](https://gamebanana.com/tuts/14022) - Increase Terraria FOV for 21:9 Monitors\n\n***\n\n## ▷ RimWorld Tools\n\n* ⭐ **[RimWorld Wiki](https://rimworldwiki.com/)** - Official Wiki\n* ⭐ **[RimSort](https://rimsort.github.io/RimSort/)** - Mod Manager / [GitHub](https://github.com/RimSort/RimSort)\n* [RimWorld Discord](https://discord.com/invite/rimworld) - Official Community Discord\n* [r/RimWorld](https://www.reddit.com/r/RimWorld/) - Official Community Subreddit\n* [Judge My List](https://jumli.sysrqmagician.dev/) - Automated Modlist Feedback / [GitHub](https://github.com/sysrqmagician/jumli)\n* [Workshop Walker](https://workshop-walker.disconsented.com/) - Improved Steam Workshop UI / [GitHub](https://github.com/disconsented/workshop-walker)\n* [Void Archives](https://sites.google.com/view/void-archives/) - RimWorld Guides\n* RimWorld Infographs - [Basic](https://mortalsmurph.com/?page_id=184) / [Anomaly DLC](http://mortalsmurph.com/?page_id=50)\n\n***\n\n## ▷ Undertale / Deltarune Tools\n\n* 🌐 **[GameJolt Undertale](https://gamejolt.com/games/best/tag-undertale)** or **[itch.io Undertale](https://itch.io/games/tag-undertale)** - Fan Game Indexes / Indie Tributes\n* ⭐ **[Undertale Wiki](https://undertale.wiki/)** / **[Deltarune Wiki](https://deltarune.wiki/)** - Main Gameplay & Lore Databases\n* ⭐ **[UndertaleModTool](https://github.com/UnderminersTeam/UndertaleModTool)** - Datamining / Modding Tool\n* [Fangamer Newsletters](https://toby.fangamer.com/newsletters/) - Latest Developer Updates\n* [UTDR Dialogue Compendium](https://inactivesnail.neocities.org/utdr-dialogue), [Undertale Dialogue Dump](https://hushbugger.github.io/dialogue/) - Ingame Dialogue Dump\n* [Starmen.net Forum](https://forum.starmen.net/forum/RadDog/undertale) - Historical Community / Requires Sign-Up\n* [Sans Fight](https://jcw87.github.io/c2-sans-fight/) - Undertale Fight Simulator\n* [Flowey's Time Machine](https://crumblingstatue.github.io/FloweysTimeMachine/) - Undertale Save Editor\n* [Tenna Project](https://tennaproject.com/welcome) - DELTARUNE Save Editor\n* [CreateYourFrisk (CYF)](https://github.com/RhenaudTheLukark/CreateYourFrisk) - Lua-Moddable Undertale Battle Engine / Unitale Fork / [Deltarune Mod](https://github.com/RhenaudTheLukark/CreateYourKris) / [Docs](https://rhenaudthelukark.github.io/CreateYourFrisk/) / [Subreddit](https://www.reddit.com/r/Unitale/)\n* [Kristal](https://kristal.cc/) - DELTARUNE Fangame & Battle Engine / [GitHub](https://github.com/KristalTeam/Kristal)\n* [Unitale](https://jevilhumor.itch.io/undertale-engine) - Original Lua-Moddable Undertale Engine\n\n***\n\n## ▷ Gacha Tools\n\n* 🌐 **[Paimon.moe](https://paimon.moe/)** or [Honey Impact](https://gensh.honeyhunterworld.com/) - Genshin Impact Resources / Tools\n* 🌐 **[Honkai.gg](https://honkai.gg/)** - Honkai Star Rail Resources / Tools\n* 🌐 **[Umamusume Resources](https://steamcommunity.com/sharedfiles/filedetails/?id=3540114219)**, [2](https://rentry.co/uma-resources) - Umamusume Guides / Resources\n* ⭐ **[Prydwen](https://www.prydwen.gg/)** - Gacha Game Guides / [Discord](https://discord.gg/prydwen)\n* ⭐ **[Keqingmains](https://keqingmains.com/)** - Genshin Guides\n* ⭐ **[XXMI](https://github.com/SpectrumQT/XXMI-Launcher)** - Gacha Games Modding Tool / [Discord](https://discord.gg/agmg)\n* [r/GachaGaming](https://www.reddit.com/r/gachagaming/) - Gacha Games Subreddit\n* [FGO GamePress](https://grandorder.gamepress.gg/) - FGO Wiki + Guides\n* [Chaldea](https://chaldea.center/) - FGO Planner & Battle Simulator\n* [LunarCore](https://github.com/Melledy/LunarCore) - Private Honkai: Star Rail Servers\n* [Star Rail Station](https://starrailstation.com/) or [stardb.gg](https://stardb.gg/) - Honkai Star Rail Guides\n* [Seelie.me](https://seelie.me/) - Genshin / Star Rail Planner\n* [Genshin Center](https://genshin-center.com/) - Genshin Planner\n* [Genshin Optimizer](https://frzyc.github.io/genshin-optimizer/) - Genshin Impact Calculator / Artifact Optimizer\n* [Genshin Helper Doc](https://docs.google.com/spreadsheets/d/1gNxZ2xab1J6o1TuNVWMeLOZ7TPOqrsf3SshP5DLvKzI/htmlview?pru=AAABdXYM80o*xMxXJdNbCCZ-v9FLVh6EXg) - Genshin Builds Guide\n* [Grasscutter](https://grasscutter.io/) - Private Genshin Impact Servers / [Discord](https://discord.gg/T5vZU6UyeG)\n* [Genshin Impact FPS Unlocker](https://github.com/34736384/genshin-fps-unlock) - Unlock Genshin Impact FPS Cap\n* [Hoyolab Teyvat Interactive Map](https://act.hoyolab.com/ys/app/interactive-map/index.html), [Mapgenie Teyvat Interactive Map](https://mapgenie.io/genshin-impact) or [Genshin Impact Map](https://genshin-impact-map.appsample.com/) - Genshin Impact Maps\n\n***\n\n## ▷ Tabletop Tools\n\n* 🌐 **[Awesome TTRPGs](https://github.com/Zireael07/awesome-tabletop-rpgs)** - Online TTRPGs & Resources\n* ↪️ **[D&D Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_dungeons_.26amp.3B_dragons)** - Dungeons & Dragons Guides / Tools\n* ⭐ **[dice.run](https://dice.run/)**, [DiceSimulator.com](http://www.dicesimulator.com/), [Let's Roll](https://www.linepup.com/dice/) or [Desktop Dice](https://girkovarpa.itch.io/desktopdice) - Dice Simulators\n* [Scorecard.gg](https://scorecard.gg/) - Create Scorecards for Game Matches\n* [RPGBOT](https://rpgbot.net/), [Wargamer](https://www.wargamer.com/), [Roll for Fantasy](https://rollforfantasy.com/), [Kassoon](https://www.kassoon.com/) or [DragonsFoot](https://www.dragonsfoot.org/) - RPG / TTRPG Tools & Learning Resources\n* [Tabletopy](https://tabletopy.com/) or [Tabletop Audio](https://tabletopaudio.com/) - Immersive SFX / Music for TTRPGs\n* [RPGnet](https://forum.rpg.net/) - RPG Forum\n* [Archives of Nethys](https://aonprd.com/) - Pathfinder Database\n* [⁠Untapped.gg](https://untapped.gg/en) - Card Game Decks / Practice / Metas\n* [Forge](https://card-forge.github.io/forge/) - Magic: The Gathering Rules Engine & Deck Manager / [GitHub](https://github.com/Card-Forge/forge)\n* [MOGG](http://img.mogg.fr/HIRES/) - Magic: The Gathering Card Scans\n* [Yugipedia](https://yugipedia.com/), [Master Duel Meta](https://www.masterduelmeta.com/) / [Discord](https://discord.com/invite/masterduelmeta) or [YGOPRODeck](https://ygoprodeck.com/) - Yu-Gi-Oh! Resources / Card Lists / Metas\n* [Untap.in](https://untap.in/) - Test Card Game Decks / Requires Sign-Up\n\n***\n\n## ▷ RPG Worldbuilding\n\n* ↪️ **[Writing Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_writing_tools)** - Writing Tools / Story Managers\n* ⭐ **[Kanka](https://kanka.io/)**, [World Anvil](https://www.worldanvil.com/), [RPTools](https://www.rptools.net/), [Scabard](https://www.scabard.com/), [Adventurer's Codex](https://adventurerscodex.com) or [Fantasia Archive](https://fantasiaarchive.com/) - RPG Campaign Managers / Worldbuilding Suites\n* ⭐ **[Chaotic Shiny](http://chaoticshiny.com/)**, [Chartopia](https://chartopia.d12dev.com/), [Seventh Sanctum](https://www.seventhsanctum.com/), [Notebook.ai](https://www.notebook.ai/), [Fantasy Name Generators](https://www.fantasynamegenerators.com/) or [Eigengrau's Generator](https://eigengrausgenerator.com/) - RPG / Fantasy Story Writing Tools\n* ⭐ **[donjon](https://donjon.bin.sh/)** or [Azgaar](https://azgaar.github.io/Fantasy-Map-Generator/) - Procedural RPG / Fantasy Map Generators\n* [watabou](https://watabou.itch.io/) - Generators for Fantasy Worlds, Dungeons, and More\n* [Inkwell Ideas](https://inkwellideas.com/) - RPG Software & Accessories\n* [Map Generator](https://emptybuttons.itch.io/map-generator) or [RPG Map II](https://deepnight.itch.io/tabletop-rpg-map-editor) - TTRPG Map Editors / Windows\n* [DungeonFog](https://www.dungeonfog.com/) - Advanced TTRPG Map Editor / Requires Sign-Up\n* [Inkarnate](https://inkarnate.com/) - Fantasy Map Editor / Requires Sign-Up\n* [Dungeon Scrawl](https://www.dungeonscrawl.com/) - Dungeon Mapmaking Editor / [Subreddit](https://www.reddit.com/r/dungeonscrawl/) / [Discord](https://discord.com/invite/RxyZyXg) / [GitHub](https://probabletrain.itch.io/dungeon-scrawl)\n* [Dungeon Map Doodler](https://dungeonmapdoodler.com/) - Dungeon & Terrain Map Editor\n\n***\n\n## ▷ ARPG / MMORPG Tools\n\n* 🌐 **[Grim Tools](https://www.grimtools.com/)** - Grim Dawn Tools\n* 🌐 **[Last Epoch Tools](https://www.lastepochtools.com/)** - Last Epoch Tools\n* ⭐ **[Maxroll](https://maxroll.gg/)** - ARPG Build Guides\n* [D4Builds](https://d4builds.gg/) - Diablo IV Build Guides\n* [Helltides](https://helltides.com/) - Diablo IV Pit Leaderboards / Helltide Tracker\n* [Path of Building](https://pathofbuilding.community/) - Path of Exile Build Planner\n* [Murlok](https://murlok.io/) - WoW PvP / PvE Guides / [Discord](https://discord.gg/daFKqeZxfD)\n* [WoWProgress](https://www.wowprogress.com) or [CheckPVP](https://www.check-pvp.fr/) - WoW Rankings\n* [RaidPlan](https://raidplan.io/) - WoW Raid Planner / [Discord](https://discord.com/invite/mTuHsfb)"
  },
  {
    "path": "docs/gaming.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n* **Note** - Use [redirect bypassers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_redirect_bypass) to skip link shorteners. Don't forget to install an [adblocker](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking).\n\n***\n\n# ► Download Games\n\n* 🌐 **[r/PiratedGames Mega](https://rentry.org/pgames)** / [Discord](https://discord.gg/dZWwhUy), **[CS.RIN Mega](https://cs.rin.ru/forum/viewtopic.php?f=10&t=95461)** or **[privateersclub](https://megathread.pages.dev/)** / [Discord](https://discord.gg/jz8dUnnD6Q) - Piracy Indexes\n* 🌐 **[Wotaku](https://wotaku.wiki/games)** / [Discord](https://discord.gg/vShRGx8ZBC) or **[EverythingMoe](https://everythingmoe.com/section/game)** / [Discord](https://discord.gg/GuueaDgKdS) - Otaku Games Indexes\n* ⭐ **[CS.RIN.RU](https://cs.rin.ru/forum)**, [2](https://csrin.org/) - Download / Signup / PW: `cs.rin.ru / csrin.org` / [.onion](http://csrinrutkb3tshptdctl5lyei4et35itl22qvk5ktdcat6aeavy6nhid.onion/forum)\n* ⭐ **CS.RIN Tools** - [Status](https://csrinstaff.writeas.com/) / [Enhancements](https://github.com/SubZeroPL/cs-rin-ru-enhanced-mod) / [Steam Buttons](https://github.com/Altansar69/CS.RIN.RU-Enhanced-external) / [Search Guide](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/csrin-search.md)\n* ⭐ **[AnkerGames](https://ankergames.net/)** - Download / Torrent / Pre-Installed / [Subreddit](https://www.reddit.com/r/Anker_Games_/) / [Discord](https://discord.gg/nnMnGzDbwg)\n* ⭐ **[SteamRIP](https://steamrip.com/)** - Download / Pre-Installed / PW: `steamrip.com` / [Subreddit](https://www.reddit.com/r/SteamRip/) / [Discord](https://discord.gg/NBVFJsmy9y)\n* ⭐ **[AstralGames](https://astral-games.xyz/)** - Download / Achievements / Pre-Installed / [Discord](https://discord.gg/38bRNmKB4v)\n* ⭐ **[GOG Games](https://gog-games.to/)** - Download / Torrent / GOG Games Only / [.onion](http://goggamespyi7b6ybpnpnlwhb4md6owgbijfsuj6z5hesqt3yfyz42rad.onion/)\n* ⭐ **[UnionCrax](https://union-crax.xyz/)**, [2](https://note-tool.study/) - Download / Pre-Installed / [Status](https://status.union-crax.xyz/) / [Launcher](https://union-crax.xyz/direct) / [Discord](https://discord.com/invite/dkKxZGjyF8)\n* ⭐ **[Online Fix](https://online-fix.me/)** - Download / Torrent / Multiplayer / PW: `online-fix.me` / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Telegram](https://t.me/onlinefix) / [Discord](https://discord.gg/yExgFYncMD)\n* ⭐ **[SteamUnderground](https://steamunderground.net/)** - Download / Pre-Installed / [Discord](https://discord.gg/hxdv7eJ5Yt)\n* ⭐ **[Ova Games](https://www.ovagames.com/)** - Download / PW: `www.ovagames.com` / [Requires Redirect Bypass](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_redirect_bypass)\n* ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Download / Forum / Requires Sign-Up\n* ⭐ **[Virgil Game Search](https://virgil.samidy.com/Games/)**, [2](https://virgil-search.pages.dev/Games/) / [GitHub](https://github.com/SamidyFR/Virgil), [Rezi Search](https://rezi.one/), [Playseek](https://playseek.app/), [Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg), [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx) or [r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines\n* [g4u](https://g4u.to/) - Download / PW: `404`\n* [GLoad](https://gload.to/) - Download / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)\n* [GameBounty](https://gamebounty.world/) - Download / [Discord](https://discord.gg/dmjUJ4xCEV)\n* [scene cat](https://rentry.co/FMHYB64#scene-cat) - Download / [Discord](https://discord.gg/wXdNEhf73x)\n* [⁠Fluxy Repacks](https://fluxyrepacks.xyz/) - Download / [Discord](https://discord.gg/TBs8Te5nwn) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/fluxy-repacks.md)\n* [appnetica](https://appnetica.com/) - Torrent / Pre-Installed / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Telegram](https://t.me/appnetica_info)\n* [AtopGames](https://atopgames.com/) - Download / Pre-Installed / [Discord](https://discord.gg/KSG9Tg2s7b)\n* [⁠Cracked-Games](https://cracked-games.org/) - Download / [Discord](https://discord.com/invite/cgames)\n* [ElEnemigos](https://elenemigos.com/) - Download / PW: `elenemigos.com` / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Telegram](https://t.me/ElEnemigos) / [Discord](https://discord.com/invite/juegos)\n* [Rexa Games](https://rexagames.com/) - Download / Pre-Installed / Use Adblock / [Discord](https://discord.gg/6KWStFYSTj)\n* [SteamOra](https://steamora.net/) - Download / Pre-Installed / [Discord](https://discord.gg/2bRYgFS8Rj)\n* [TriahGames](https://triahgames.com/) - Download / PW: `www.triahgames.com` / [Discord](https://discord.gg/vRxJNNcJNh)\n* [CG Games](https://www.cg-gamespc.com/) - Download\n* [GamePCFull](https://gamepcfull.com/) - Download\n* [Reloaded Steam](https://reloadedsteam.com/) - Download / Pre-Installed / Use Adblock / [Discord](https://discord.gg/XqMpBdVWvK)\n* [SteamGG](https://steamgg.net/) - Download / Pre-Installed / Use Adblock / [Subreddit](https://www.reddit.com/r/OfficialSteamGG/) / [Discord](https://discord.gg/Rw6AT3hZZE)\n* [World of PC Games](https://worldofpcgames.com/), [⁠The Dark Games](https://the-dark-games.com/) or [GetFreeGames](https://getfreegames.net/) - Download / Pre-Installed / Use Adblock / [Site Info](https://rentry.org/ikc3x8bt) / [Subreddit](https://www.reddit.com/r/WorldofPCGamess/)\n* [IRC Games](https://redd.it/x804wg) - Download Games via IRC\n* [FreeToGame](https://www.freetogame.com/games), [⁠TendingNow](https://trendingnow.games/free) or [Acid Play](https://acid-play.com/) - F2P Games / [Trackers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_free_stuff)\n* [ROM Heaven CSF](https://rentry.co/FMHYB64#csf) - Clean Steam Files\n\n***\n\n## ▷ Game Repacks\n\n* **Note** - Repacks are compressed versions of games that exchange smaller downloads for longer installation times. Good if you have low bandwidth or data limits.\n\n***\n\n* ⭐ **[FitGirl Repacks](https://fitgirl-repacks.site/)** - Download / Torrent / ROM Repacks / [Unofficial Launcher](https://github.com/CarrotRub/Fit-Launcher/)\n* ⭐ **[KaOsKrew](https://kaoskrew.org/)** - Download / [Redirect Bypass](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_redirect_bypass) / [Discord](https://discord.com/invite/WF2pqPTFBs)\n* ⭐ **[ARMGDDN Browser](https://github.com/KaladinDMP/AGBrowser)**, [2](https://cs.rin.ru/forum/viewtopic.php?f=14&t=140593) - Download / Avoid Software / [Telegram](https://t.me/ARMGDDNGames) / [Discord](https://discord.gg/abeChzCy8X)\n* ⭐ **[Gnarly Repacks](https://rentry.co/FMHYB64#gnarly)** - Download / PW: `gnarly`\n* [ScOOt3r Repacks](https://discord.gg/xe3Fys8Upy) - Download / Torrent / [Discord](https://discord.com/invite/WF2pqPTFBs)\n* [M4CKD0GE Repacks](https://m4ckd0ge-repacks.site/) - Download / [Discord](https://discord.gg/693hNBdymb)\n* [Dyren Repacks](https://rentry.co/FMHYB64#dyren) - Download / Torrent / [Discord](https://discord.com/invite/kw36u9cxd3)\n* [⁠Vanya Games](https://vanya-games.site/) - Download\n* [DODI Repacks](https://rentry.co/FMHYB64#dodi) - Torrent / [Redirect Bypass](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_redirect_bypass) / [Discord](https://discord.gg/D9WU7C9FSE) / **[Site Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/dodi-warning.md)** \n* [⁠Stevv Game](https://www.stevvgame.com/) - Download / [Discord](https://discord.gg/snbpB6pCK9)\n* [Xatab Repacks](https://byxatab.com/) - Torrent / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)\n* [Elamigos](https://elamigos.site/) - Download\n* [FreeGOGPCGames](https://freegogpcgames.com/) - GOG Games Torrent Uploads / [Hash Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/freegogpcgames-note.md)\n\n***\n\n## ▷ [Linux Games](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_linux_gaming)\n\n***\n\n## ▷ [Mac Games](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_mac_gaming)\n\n***\n\n# ► Special Interest\n\n* 🌐 **[OSGL](https://trilarion.github.io/opensourcegames/)**, [Awesome Open Source Games](https://github.com/michelpereira/awesome-open-source-games) or [LibreGameWiki](https://libregamewiki.org/List_of_games) - Open-Source Games\n* 🌐 **[Awesome Terminal Games](https://ligurio.github.io/awesome-ttygames/)** - ASCII Terminal Games\n* 🌐 **[Kliktopia](https://kliktopia.org/)** - Klik Games\n* ⭐ **[itch.io](https://itch.io/games/new-and-popular/featured/free)** / [Discord](https://discord.gg/qDaYeXPsRK), [Killed By A Pixel](https://frankforce.com/all-games/), [Gamdie](https://gamdie.com/) / [Discord](https://discord.gg/cDKH3R4nR2), [Indie Rentry](https://rentry.org/hhtxv7ud), [DigiPen](https://games.digipen.edu/) or [Game Jolt](https://gamejolt.com/games?price=free) - Indie Games\n* ⭐ **itch.io Tools** - [Downloader](https://github.com/Emersont1/itchio) / [Desktop](https://github.com/itchio/itch) / [Mobile](https://sr.ht/~gardenapple/mitch/) / [Auto-Claim](https://github.com/Smart123s/ItchClaim)\n* [Playtester](https://playtester.io/) / [Discord](https://discord.gg/A5yzKNP7FE) or [Alpha Beta Gamer](https://alphabetagamer.com/) / [Discord](https://discord.gg/3Gtqp9BDeY) - Play Games in Alpha / Beta Testing\n* [Necromanthus](https://necromanthus.com/) - 3D Shockwave Games\n* [LemmaSoft](https://lemmasoft.renai.us/) - Visual Novel Games / [Discord](https://discord.gg/6ckxWYm)\n* [Visual Novels Android](https://t.me/visual_novels_android_eng) - Android Visual Novel Ports\n* [⁠Adventure Game Studio](https://www.adventuregamestudio.co.uk/#play) - Point-And-Click Games / [Discord](https://discord.gg/BSvN5ZF) / [GitHub](https://github.com/adventuregamestudio/ags)\n* [vgperson](https://vgperson.com/games/) - Simple Japanese Games\n* [Visual Pinball](https://github.com/vpinball/vpinball) - Pinball Table Editor / Simulator / [Tables](https://www.vpforums.org/)\n* [Ninja Kiwi Archive](https://ninjakiwi.com/archive) - Ninja Kiwi / Bloons Archive / [Subreddit](https://www.reddit.com/r/NinjaKiwiOfficial/) / [Discord](https://discord.com/invite/ninjakiwi)\n* [DoujinStyle](https://doujinstyle.com) - Doujin Games / [Discord](https://discord.com/invite/z2QDFdA)\n* [MoriyaShrine](https://moriyashrine.org/) - Touhou Games\n* [Kahvibreak](https://bluemaxima.org/kahvibreak/) - Java 2 Micro Mobile Games / [Discord](https://discord.gg/8TgbHAG)\n* [Planet Casio](https://www.planet-casio.com/Fr/programmes/jeux-casio.php) or [Cemetech](https://cemetech.net/) - Calculator Games\n* [UnorthodoxFun](https://github.com/rarelygoeshere/UnorthodoxFun) - Games on Unorthodox Platforms\n* [⁠Fangame Archive](https://archive.dappermink.me/) / [Discord](https://discord.com/invite/HSeycPx) or [Delicious Fruit](https://delicious-fruit.com/) - I Wanna Be the Guy Fan Game Archives\n* [GamesOnPDF](https://github.com/rarelygoeshere/GamesOnPDF) - PDF Games\n* [PyGames](https://www.pygame.org/) - Python Games / [Discord](https://discord.gg/uEKeRSqr2Y) / [GitHub](https://github.com/pygame/pygame)\n* [Flashtro](https://flashtro.com/) - Cracker Intros\n* [Redump Forum](http://forum.redump.org/) - Disc Hash Preservation Project\n\n***\n\n## ▷ Virtual Reality\n\n\n* ↪️ **[PCVR Games](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games#wiki_.25BA_download_games)**\n* ⭐ **[ARMGDDN Browser](https://github.com/KaladinDMP/AGBrowser)**, [2](https://cs.rin.ru/forum/viewtopic.php?f=14&t=140593) - VR Games / Avoid Software / [Telegram](https://t.me/ARMGDDNGames) / [Discord](https://discord.gg/abeChzCy8X)\n* [Phoenix Place](https://phoenixplace.xyz/) - VR Games / Requires Sign-Up / [Discord](https://discord.gg/wfJs3eJvHa)\n* [⁠The Gear VR Vault](https://vault.gearvr.net/) - VR Abandonware Games / Apps\n* [⁠heyVR.io](https://heyvr.io/) - Browser VR Games / [Discord](https://discord.gg/tjbmKKH)\n* [SideQuest](https://sidequestvr.com/) - VR Sideloading Platform / [Subreddit](https://www.reddit.com/r/sidequest)\n* [VRCArena](https://www.vrcarena.com/) - Resources for Social VR Games / [Discord](https://discord.gg/UVs9V58)\n* [UEVR](https://uevr.io/) - Convert Unreal Engine Games to VR\n* [Oculess](https://github.com/basti564/Oculess) - Remove Oculus Quest Account Requirements & Telemetry\n* [ALVR](https://github.com/alvr-org/ALVR) - Stream VR Games from PC to Headset\n\n***\n\n## ▷ Abandonware / Retro\n\n* ⭐ **[My Abandonware](https://www.myabandonware.com/)** - Abandonware\n* ⭐ **[AbandonwareGames](https://abandonwaregames.net/)** - Abandonware\n* ⭐ **[Retro eXo](https://www.retro-exo.com/)** - Abandonware / Retro PC Games / Torrents\n* ⭐ **[Zombs-Lair](https://www.zombs-lair.com/)** - Abandonware / [Discord](https://discord.com/invite/JdyPtRv)\n* ⭐ **[VETUSWARE](https://vetusware.com/category/Games/)** - Abandonware\n* ⭐ **[CollectionChamber](https://collectionchamber.blogspot.com/)** - Abandonware\n* ⭐ **[LegendsWorld](https://www.legendsworld.net/)** - Retro PC Adventures\n* ⭐ **[RAZE](https://github.com/ZDoom/Raze)** / [Discord](https://discord.com/invite/zdoom-edge-raze-official-268086704961748992) or [BuildGDX](https://m210.duke4.net/) / [Discord](https://discord.gg/zZw2eq3n7G) - Oldschool Shooter Engines\n* [C.A.G.E](https://discord.gg/cage) - Abandonware / Requires Discord\n* [File Hunter](https://www.file-hunter.com/) - MSX Games\n* [Old-Games](https://www.old-games.ru/) - Abandonware\n* [Japanese PC Compendium](https://japanesepccompendium.blogspot.com/) - Retro Japanese PC Games\n* [OldGamesDownload](https://oldgamesdownload.com/) - Abandonware\n* [ClassicPCGames](https://archive.org/details/classicpcgames) - Abandonware\n* [Magipack](https://rentry.co/FMHYB64#magipack) - Abandonware\n* [GiochiAbandonware](https://giochiabandonware.com/) - Abandonware / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)\n* [Old-Games.com](https://www.old-games.com/) - Abandonware / 2 Daily Downloads\n* [Win7Games](https://win7games.com/) - Classic Windows Games\n* [The U-M Software Archives](https://websites.umich.edu/~archive/) - Retro PC / Mac Games\n* [DOS HAVEN](https://www.doshaven.eu/), [FreeDOSGames](https://www.freedosgames.de/) or [Abandonware DOS](https://www.abandonwaredos.com/) - DOS Games\n* [MSX Resource Center](https://www.msx.org/) - MSX Games\n* [Generation MSX](https://www.generation-msx.nl/) - MSX Games\n* [World of Spectrum](https://worldofspectrum.org/) - Sinclair ZX Spectrum Games\n* [SpectrumComputing](https://spectrumcomputing.co.uk/) - Sinclair ZX Spectrum Games\n* [GamesNostalgia](https://gamesnostalgia.com/) - Commodore 64 Games\n* [whdload](https://www.whdload.de/) - Amiga Games\n\n***\n\n## ▷ Decomps / Ports\n\n* 🌐 **[Game Decompilations](https://decomps.fun/)**, [2](https://decomps.samidy.com/), [3](https://rentry.co/Decomps) - Game Decompilations / Ports / [GitHub](https://github.com/SamidyFR/Game-Decompilations)\n* 🌐 **[RetroReversing](https://www.retroreversing.com/source-code/decompiled-retail-console-games)** - Game Decompilations / Ports\n* 🌐 **[awesome-game-decompilations](https://github.com/CharlotteCross1998/awesome-game-decompilations)** - Game Decompilations / Ports\n* 🌐 **[Galaxy of Games](https://galaxyofgames.neocities.org/)** - Game Decompilations / Ports\n* 🌐 **[PCGamingWiki Ports](https://www.pcgamingwiki.com/wiki/List_of_unofficial_ports)** - Game Decompilations / Ports\n* 🌐 **[TheGamingEmporium](https://thegamingemporium.com/categories/decompilations-recompilations/)** - Game Decompilations / Ports\n* 🌐 **[GameTechWiki Ports](https://emulation.gametechwiki.com/index.php/Game_engine_recreations_and_source_ports)** - Game Decompilations / Ports\n* [IOQuake3](https://ioquake3.org/) - Quake 3 Source Port / [Discord](https://discord.gg/YY9UvMHGYb) / [GitHub](https://github.com/ioquake/ioq3)\n* [YQuake2](https://www.yamagi.org/quake2/) - Quake 2 Source Port / [GitHub](https://github.com/yquake2/yquake2)\n* [Ship of Harkinian](https://www.shipofharkinian.com/) - Ocarina of Time Port / [Discord](https://discord.com/invite/shipofharkinian) / [GitHub](https://github.com/HarbourMasters/Shipwright)\n* [Zelda 64: Recompiled](https://github.com/Zelda64Recomp/Zelda64Recomp) - Majora's Mask Port / [Discord](https://discord.gg/AWZThJ4dPf)\n* [Beyond All Reason](https://www.beyondallreason.info/) - Open-Source Total Annihilation / Supreme Commander / [Discord](https://discord.gg/beyond-all-reason) / [GitHub](https://github.com/beyond-all-reason)\n* [DFWorkshop](https://www.dfworkshop.net/) - Daggerfall Unity Engine Port\n* [EDuke32](https://www.eduke32.com/) - Duke Nukem 3D Source Port / [Discord](https://discord.gg/ks5bHrH)\n* [NBlood](https://github.com/NBlood/NBlood) - Reverse-Engineered Duke Nukem Ports\n* [ECWolf](https://maniacsvault.net/ecwolf/) - Wolfenstein 3D, Spear of Destiny & Super 3D Noah's Ark Port\n* [⁠Cut the Rope Home](https://ctrhome.github.io/) - Cut the Rope Game + Mod Archive\n* [SRB2Kart](https://mb.srb2.org/threads/srb2kart.25868/) / [GitHub](https://github.com/STJr/Kart-Public) or [RingRacers](https://github.com/KartKrewDev/RingRacers) - Open-Source Sonic Kart Games\n* [Arx Libertatis](https://arx-libertatis.org/) - Arx Fatalis PC Port\n* [Pixel Gun World](https://pgun.rilisoft.info/) / [Discord](https://discord.com/invite/pHteGmZzbU) or [Pixel Gun X](https://discord.com/invite/8796Fs9tZm) - Pixel Gun 3D Revivals / PC Ports\n* [Infinity Blade PC](https://www.reddit.com/r/infinityblade) - Infinity Blade I/II PC Ports / [Discord](https://discord.gg/GfX3pmC)\n* [N64Recomp](https://github.com/N64Recomp/N64Recomp), [XenonRecomp](https://github.com/hedge-dev/XenonRecomp) or [PS2Recomp](https://github.com/ran-j/PS2Recomp) - Static Recompilers / Native PC Porting Tools ⁠\n\n***\n\n## ▷ Remakes / Recreations\n\n* 🌐 **[Awesome Game Remakes](https://github.com/radek-sprta/awesome-game-remakes)** or [Game Clones](https://osgameclones.com/) - Open-Source Remakes\n* ⭐ **[Clone Hero](https://clonehero.net/)** - Guitar Hero Clone / [Wiki / Guides](https://wiki.clonehero.net/) / [Setlists](https://rentry.co/FMHYB64#setlists), [2](https://customsongscentral.com/) / [Wii Controller Support](https://github.com/Meowmaritus/WiitarThing) / [Custom Client](https://clonehero.scorespy.online) / [Discord](https://discord.gg/Hsn4Cgu)\n* ⭐ **[OpenMW](https://openmw.org/)** - Morrowind Remake / [GitHub](https://github.com/OpenMW/openmw) / [Multiplayer](https://github.com/TES3MP/TES3MP)\n* ⭐ **[OpenRCT2](https://openrct2.io/)** - Open-Source RollerCoaster Tycoon 2 / [Plugins](https://openrct2plugins.org/) / [Subreddit](https://www.reddit.com/r/openrct2/) / [Discord](https://discord.gg/ZXZd8D8) / [GitHub](https://github.com/OpenRCT2/OpenRCT2)\n* ⭐ **[OpenBOR](https://github.com/DCurrent/openbor)** - 2D Side Scrolling / Beat 'Em Up Engine / [Wiki / Forum](https://www.chronocrash.com/) / [Resources](https://www.chronocrash.com/forum/resources/categories/openbor.2/)\n* [Locomalito](https://locomalito.com/) or [RetroSpec](https://retrospec.sgn.net/) - Classic Game Remakes\n* [Mugen](https://emulation.gametechwiki.com/index.php/Mugen) - 2D Fighting Game Engine / [Resources](https://mugenguild.com/), [2](https://mugenfreeforall.com/), [3](https://www.andersonkenya1.net/), [4](https://juegosdemugen.com/en/)\n* [Ikemen GO](https://ikemen-engine.github.io/) - 2D Fighting Game Engine / [Guides](https://ikemengo.com/) / [Discord](https://discord.com/invite/QWxxwjE) / [GitHub](https://github.com/ikemen-engine/Ikemen-GO)\n* [Super Smash Flash](https://www.supersmashflash.com/) / [Discord](https://discord.com/invite/mcleodgaming) or [Smash Crusade](https://smash-crusade.itch.io/crusade) / [Forum](https://projectcrusade.forumotion.com/) / [Discord](https://discord.com/invite/9WBn6u65Fg) - Flash Super Smash Bros.\n* [Luanti](https://www.luanti.org/) / [Discord](https://discord.gg/minetest) / [GitHub](https://github.com/luanti-org), [Classicube](https://www.classicube.net/) / [Discord](https://discord.com/invite/DvYYyRw) / [GitHub](https://github.com/UnknownShadow200/ClassiCube) or [Cubyz](https://cubyz.net/) - Open-Source Minecraft Clones / Alternatives\n* [Chrono Divide](https://chronodivide.com/) / [Discord](https://discord.gg/uavJ34JTWY) / [GitHub](https://github.com/chronodivide) or [OpenRA](https://openra.net/) / [Discord](https://discord.com/invite/m5dVWH4aQE) / [GitHub](https://github.com/OpenRA/OpenRA) - Command & Conquer Recreations\n* [The Dark Mod](https://www.thedarkmod.com/) - Modernized Thief Recreation / [Community Missions](https://www.thedarkmod.com/missions/)\n* [Xonotic](https://xonotic.org/) - Open-Source Modified Quake Engine FPS / [GitLab](https://gitlab.com/xonotic/xonotic/)\n* [Silent Hill 2: Enhanced Edition](https://enhanced.townofsilenthill.com/SH2/) - Silent Hill 2 Mod Project\n* [OpenTTD](https://www.openttd.org/) -  Open-Source Transport Tycoon / [Subreddit](https://www.reddit.com/r/openttd/) / [Discord](https://discord.gg/openttd) / [GitHub](https://github.com/OpenTTD/OpenTTD)\n* [⁠CorsixTH](https://corsixth.com/) - Theme Hospital Re-Implementation \n* [⁠DevilutionX](https://devilutionx.com/) - Open-Source Modified Diablo 1 / [GitHub](https://github.com/diasurgical/devilutionx)\n* [Team Forever](https://teamforeveronline.wixsite.com/home) - Sonic 1 & 2 Enhanced / [S1F Mods](https://gamebanana.com/mods/games/10601) / [S2A Mods](https://gamebanana.com/mods/games/15019) / [YouTube](https://www.youtube.com/@teamforeverdev) / [BlueSky](https://bsky.app/profile/teamforever.bsky.social)\n* [Sonic 3 A.I.R.](https://sonic3air.org/) - Sonic 3 & Knuckles Enhanced / [Mods (Official)](https://sonic3air.boards.net/board/6/mod-releases), [Alt](https://gamebanana.com/mods/games/6878) / [Discord](https://dc.railgun.works/s3air) / [GitHub](https://github.com/Eukaryot/sonic3air)\n* [SRB2](https://www.srb2.org/) - Open-Source Sonic Fan Game / [Addons](https://mb.srb2.org/addons/) / [Discord](https://discord.com/invite/b3BGb8A) / [GitLab](https://git.do.srb2.org/STJr/SRB2)\n* [Streets of Rage Remake](https://sorr.forumotion.net/t838-new-streets-of-rage-remake-v5-2-download-and-info) - Streets of Rage Remake\n* [OpenSA](https://github.com/Dzierzan/OpenSA) - Swarm Assault Recreation / [Requires OpenRA](https://www.moddb.com/mods/opensa) / [Non OpenRA Version](https://dzierzan.itch.io/opensa)\n* [SP Tarkov](https://www.sp-tarkov.com/) - Escape from Tarkov Single Player Mod / [GitHub](https://github.com/sp-tarkov)\n* [doukutsu-rs](https://github.com/doukutsu-rs/doukutsu-rs) - Open-Source Cave Story Remake\n* [Mars 3D](https://mars3d-game.wixsite.com/index) - Mars 3D Translation & Remake\n* [Unciv](https://github.com/yairm210/Unciv) - Civilization V Remake / [Discord](https://discord.gg/bjrB4Xw)\n* [FreeCiv](https://www.freeciv.org/) - Civilization Remake / [GitHub](https://github.com/freeciv)\n* [⁠Widelands](https://www.widelands.org/) - Open-Source The Settlers II Successor / [GitHub](https://github.com/widelands/widelands)\n* [CannonBall](https://github.com/djyt/cannonball) - OutRun Remake\n* [Forge](https://card-forge.github.io/forge/) - Magic: The Gathering Fangame / [GitHub](https://github.com/Card-Forge/forge)\n* [EDOPro](https://projectignis.github.io/) - Yu-Gi-Oh! TCG Fangame / [Discord](https://discord.gg/ygopro-percy) / [GitHub](https://github.com/ProjectIgnis)\n* [⁠Hyper Dragon Ball Z](https://discord.gg/W85hmYcJB9) - Fan-Made Dragon Ball Z Inspired Fighting Game / Mugen + Ikemen GO\n* [Pac-Man](https://github.com/masonicGIT/pacman) - Pac-Man with Added Features\n* [YARC-Official](https://github.com/YARC-Official) - Rock Band Clone / [Launcher](https://github.com/YARC-Official/YARC-Launcher/releases) / [Discord](https://discord.gg/sqpu4R552r)\n* [⁠YAVSRG (Interlude)](https://www.yavsrg.net/) - Rhythm Game Engine / [Discord](https://discord.com/invite/tA22tWR)\n* [Bridge](https://github.com/Geomitron/Bridge) - Download Charts for Rhythm Games / [Discord](https://discord.gg/cqaUXGm)\n* [ITGmania](https://www.itgmania.com/) - DDR Clone / [GitHub](https://github.com/itgmania/itgmania)\n* [beatoraja](https://mocha-repository.info/) - BMS Player as Alternative to IIDX / [beatoraja English Guide](https://github.com/wcko87/beatoraja-english-guide/wiki)\n* [Unnamed SDVX clone](https://github.com/Drewol/unnamed-sdvx-clone) - Sound Voltex Clone\n* [OpenTaiko](https://github.com/0auBSQ/OpenTaiko) - Taiko no Tatsujin Clone / [Taiko Simulator Guide](https://guide.tjadataba.se/) / [Discord](https://discord.gg/aA8scTvZ6B)\n* [Etterna](https://etternaonline.com/) or [Quaver](https://quavergame.com/) / [Discord](https://discord.gg/quaver) / [GitHub](https://github.com/Quaver) - O2Jam Clones\n* [osu!](https://osu.ppy.sh/home) / [Discord](https://discord.gg/ppy) / [GitHub](https://github.com/ppy), [osu!droid](https://osudroid.moe/) / [Discord](https://discord.gg/fAq9em8) / [GitHub](https://github.com/osudroid/osu-droid) or [McOsu](https://store.steampowered.com/app/607260/McOsu/) / [Discord](https://discord.gg/3UQnt7X) - Osu! Tatakae! Ouendan Clones\n* [PPD](https://projectdxxx.me/) - Project Diva Clone\n* [Rhythia (Discord)](https://discord.gg/rhythia) - Sound Space Clone\n* [Cytoid](https://cytoid.io/) - Cytus Clone / [GitHub](https://github.com/Cytoid/)\n* [Sonolus](https://sonolus.com/) - Project Sekai Clone / [Guides](https://wiki-en.purplepalette.net/home) / [GitHub](https://github.com/Sonolus) \n\n***\n\n## ▷ Revival Projects\n\n* ↪️ **[Multiplayer Revivals / Mods](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools#wiki_.25B7_multiplayer_mods)**\n* [Falcon BMS](https://www.falcon-bms.com/) - Falcon 4.0 Modernization Project / [Wiki](https://wiki.falcon-bms.com/) / [Forum](https://forum.falcon-bms.com/) / [YouTube](https://www.youtube.com/@falcon-bms) / [Subreddit](https://www.reddit.com/r/falconbms/) / [Discord](https://discord.gg/KQNHQBz)\n* [FlightGear](https://www.flightgear.org/) - Open-Source Flight Simulator / [X](https://x.com/flightgearsim) / [GitLab](https://gitlab.com/flightgear/flightgear)\n* [Sonic Runners Revival](https://sonicrunners.com/) - ⁠Sonic Runners Revival / [Discord](https://discord.gg/T5ytR6T)\n* [ Age of the Ring](https://www.moddb.com/mods/the-horse-lords-a-total-modification-for-bfme) - LOTR: The Battle for Middle-Earth II Revival Mod / [Discord](https://discord.com/invite/MB8Kj9N)\n* [Aleph One](https://alephone.lhowon.org/) - Open-Source Marathon Continuation / [Discord](https://discord.com/invite/NvF3pdV)\n* [OpenNox](https://github.com/opennox/opennox) - Nox Revival Project / [Discord](https://discord.gg/HgDUeXhAyW)\n* [r/MinecraftStoryMode](https://www.reddit.com/r/MinecraftStoryMode/) - Minecraft Story Mode Revival Project / [Discord](https://discord.gg/zUuABEc6at)\n* [Peacock](https://thepeacockproject.org/) - Hitman World of Assassination Server Replacement / [GitHub](https://github.com/thepeacockproject/Peacock)\n* [SpaceCadetPinball](https://github.com/k4zmu2a/SpaceCadetPinball) - Space Cadet Pinball / [Android](https://github.com/fexed/Pinball-on-Android)\n\n***\n\n# ► Emulation / ROMs\n\n## ▷ Emulators\n\n* 🌐 **[Emulation Wiki](https://emulation.gametechwiki.com/)**, [Awesome Emulators](https://github.com/DerekTurtleRoe/awesome-emulators), [PlanetEmu](https://www.planetemu.net/), [EmuWiki](https://www.vincenzoscarpa.it/emuwiki/pmwiki/pmwiki.php?n=Emulators.Emulators&lng=en) or [EmuCR](https://www.emucr.com/) - Download Emulators\n* 🌐 **[Multi System Emulators](https://emulation.gametechwiki.com/index.php/Multi-system_emulators)** / [Frontends](https://emulation.gametechwiki.com/index.php/Frontends) - Emulators with Multiple Consoles\n* 🌐 **[RedSquirrel Project List](https://redsquirrel87.com/doku.php/projects-list)** - Emulator Tools\n* 🌐 **[Multiplayer Emulation](https://emulation.gametechwiki.com/index.php/Netplay)** - Multiplayer Emulation Tools\n* ↪️ **[Emulators on Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_emulators_on_android)**\n* ⭐ **[Recommended Emulator Specs](https://emulation.gametechwiki.com/index.php/Computer_specs)**\n* ⭐ **[Emulator BIOS Files](https://emulation.gametechwiki.com/)** - Search for \"Emulator Files\"\n* ⭐ **[RetroAchievements](https://retroachievements.org/)** - Achievements for Emulators / [Compatible Games](https://retroachievements.vercel.app/) / [DAT Files](https://rentry.co/FMHYB64#ra-dat)\n* ⭐ **[Dolphin Guides](https://dolphin-emu.org/docs/guides/)** or [Dolphin Performance Guide](https://github.com/shiiion/dolphin/wiki/Performance-Guide) - Dolphin Setup / Performance Guides\n* ⭐ **[Cemu Guide](https://cemu.cfw.guide/)** or [r/CemuPiracy Tutorial](https://www.reddit.com/r/CemuPiracy/wiki/tutorial/) - Wii U / BOTW Setup Guides\n* [Switch Emulation](https://rentry.co/FMHYB64#switch-emulation) - Switch Emulator Setup Guides\n* [Wiki of Axekin](https://wiki.axekin.com/) - Emulation Guides / [Discord](https://discord.gg/CUpf57y5Vg)\n* [Handhelds Wiki](https://handhelds.wiki/) - Retro Handhelds Wiki / Emulation Guides⁠\n* [RetroCatalog](https://retrocatalog.com/) or [Handheld Emulation Compatibility](https://docs.google.com/spreadsheets/d/1irg60f9qsZOkhp0cwOU7Cy4rJQeyusEUzTNQzhoTYTU/) - Handheld Emulation Compatibility / Info\n* [TOSEC](https://rentry.co/FMHYB64#tosec) - The Old School Emulation Center\n* [Two-Torial](https://two-torial.maimaidxprism.plus/) - Arcade Game Emulation Guides\n* [Emulation Collective](https://discord.com/invite/7pcAbZzpXj) - Xbox One/Series X|S UWP Emulation Discord\n* [MouseInjector](https://github.com/garungorp/MouseInjectorDolphinDuck) - Add Mouse Support to Emulators\n* [SaveFileConverter](https://savefileconverter.com/) - Convert Console Saves to Emulator Saves\n* [Motion Support Bypass](https://redd.it/gobcne) - Fix Cemu BOTW Motion Shrines / [DL](https://mega.nz/file/1Uo3BI6L#X5m-bPK27-X-IijzJH1o4MloivkUqP33zsUJE_kpOdc)\n* [ns-emu-mod-downloader](https://github.com/exefer/ns-emu-mod-downloader) - Download Switch Emulator Mods\n* [TOTK Optimization](https://rentry.co/FMHYB64#totk-optimization) - TOTK Optimization / Fixes\n* [UniversalDynamicInput](https://github.com/Venomalia/UniversalDynamicInput) - Custom Dolphin Button Pack\n* [Prime Hack](https://github.com/Kekun/primehack) or [Prime Hunter Hack](https://github.com/IBreakGames/PrimeHunterHack) - Add Mouse Support to Metroid Games\n* [RPCS3 Setup Guide](https://docs.google.com/document/d/1gdjNab-CtVS97jH2diPPP5tCrpBeof9-qPIRRB9-BrU/edit) - RPCS3 Emulator Setup Guide\n* [PCSX-Redux](https://pcsx-redux.consoledev.net) - PSCX Development Emulator\n* [Modernized PCSX2 Settings](https://mega.nz/folder/WdNAlY5Z#K6PmrQFyDm2k7BEV8KoAmg) - Premade PCSX2 Settings\n* [⁠Skate 3 RPCS3 Online](https://discord.gg/DFWCaTGyBT) - RPCS3 Skate 3 Multiplayer\n* [⁠ArticBaseServer](https://github.com/azahar-emu/ArticBaseServer) - Broadcast 3DS Games to Emulators / Requires No Game Dump\n* [PictoChat Online](https://pict.chat/) - Browser DS PictoChat\n* [webnofrendo](https://zardam.github.io/webnofrendo/) - NES Numworks Emulator\n\n***\n\n## ▷ ROM Resources\n\n* 🌐 **[ROM Managers](https://emulation.gametechwiki.com/index.php/ROM_managers)** - List of ROM Managers\n* ⭐ **[Skraper](https://www.skraper.net/)** - ROM Cover / Metadata Scraper\n* [ROM Tools](https://romtools.io/) - Multi-Tool / Patch / Convert / Compress / Analyze\n* [RomStation](https://www.romstation.fr/) - ROM Downloader / Manager / Multiplayer\n* [⁠Romifleur](https://github.com/4Sitam4/Romifleur/) - ROM Downloader / Manager\n* [⁠Romm](https://romm.app/) - Self-Hosted ROM Manager / [Discord](https://discord.gg/RGPJHNMMwJ) / [GitHub](https://github.com/rommapp/romm)\n* [⁠ROM Duplicate Manager](https://github.com/Anach/ROM_Duplicate_Manager) - Remove Duplicate ROM Files\n* [Hash Tool](https://www.romhacking.net/hash/) - ROM Patch Compatibility Checker\n* [RomPatcher](https://www.marcrobledo.com/RomPatcher.js/) / [GitHub](https://github.com/marcrobledo/RomPatcher.js/), [Rom Patcher JS](https://www.romhacking.net/patch/), [Hack64 Patcher](https://hack64.net/tools/patcher.php) or [FFF6Hacking Patcher](https://www.ff6hacking.com/patcher/) - Online ROM Patchers\n* [Redump Forum](http://redump.org/) - Disc Hash Database\n* [No-Intro](https://no-intro.org/) - Cartridge (etc) Hash Database  / [Discord](https://discord.gg/dvk6W6vZmp)\n* [Dats.site](https://dats.site/home.php) - Scene Release Hash Database\n* [Dat-O-Matic](https://datomatic.no-intro.org/index.php) - ROM Datasets\n* [r/ROMs](https://www.reddit.com/r/ROMs/) - ROM Discussion Sub / [Wiki](https://www.reddit.com/r/Roms/wiki/) / [Matrix](https://matrix.to/#/#romz:matrix.org)\n* [Kuribo64](https://kuribo64.net/) - ROM Modding Community\n\n***\n\n## ▷ ROM Sites\n\n* 🌐 **[ROM Sites Wiki](https://emulation.gametechwiki.com/index.php/ROM_%26_ISO_Sites)** - List of ROM Download Sites\n* 🌐 **[r/ROMs Mega](https://r-roms.github.io/)** - ROMs\n* ⭐ **[Myrient](https://rentry.co/FMHYB64#myrient)** - ROMs / [Archive](https://rentry.co/FMHYB64#myrient-backup) / [Backup Project](https://myrient.org/), [2](https://minerva-archive.org/) / [Telegram](https://t.me/s/myrient) / [Discord](https://discord.gg/4kVP9AuQ24)\n* ⭐ **[Axekin](https://www.axekin.com/)** - ROMs / [Discord](https://discord.gg/CUpf57y5Vg)\n* ⭐ **[Vimm's Lair](https://vimm.net/)** - ROMs / [Discord](https://discord.com/invite/XReX2ZGNcV)\n* ⭐ **[No-Intro Archive](https://rentry.co/FMHYB64#no-intro)** - ROMs / Unoffcial\n* ⭐ **[ROM Heaven](https://romheaven.com/)** - ROMs\n* ⭐ **[Ziperto](https://ziperto.com/)** - ROMs\n* ⭐ **[RuTracker ROMs](https://rutracker.org/forum/viewforum.php?f=548)** - ROMs / Torrents / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_sites)\n* ⭐ **[RetroGameTalk](https://retrogametalk.com/)** or [CDRomance](https://cdromance.org/) / [Subreddit](https://www.reddit.com/r/RetroGameTalk/), [⁠ROMHack.ing](https://www.romhack.ing/) / [Discord](https://discord.gg/uAufcgz), [⁠ROMHacking.com](https://romhacking.com/), [ROMhacking](https://www.romhacking.net/), [⁠ROMHack Plaza](https://romhackplaza.org/) / [Discord](https://discord.gg/5CKzeWmZZU) or [Reality Incorporated](https://sites.google.com/view/bonmarioinc/rom-hacks/released-rom-hacks) - ROM Fan Translations / Hacks\n* [WowROMs](https://wowroms.com/en) - ROMs\n* [Retro Game Champion](https://www.retrogamechampion.com/) - Retro Game ROMs, Magazines, Music & more / [Discord](https://discord.gg/zueusZt)\n* [Zophar's Domain](https://www.zophar.net/) - ROM Mods\n* [⁠roms.by](https://www.roms.by/) - ROMs / Requires Sign-Up\n* [TheRomDepot](https://theromdepot.com/) - ROMs / Requires Sign-Up\n* [BlueRoms](https://www.blueroms.ws/) - ROMs / Torrents\n* [⁠EpicROMs](https://epicroms.net/roms/) - ROMs / [Subreddit](https://www.reddit.com/r/EpicRoms/)\n* [Arquivista ROMs](https://rentry.co/FMHYB64#arquivista) - ROMs\n* [FinalBurn Neo](https://rentry.co/FMHYB64#finalburn-neo) - ROMs / Zip\n* [Romsie](https://roms2000.com/) - ROMs\n* [Retrostic](https://www.retrostic.com/) - ROMs\n* [ROMsGames](https://www.romsgames.net/roms/) - ROMs\n* [ConsoleROMs](https://www.consoleROMs.com/) - ROMs\n* [ROMsHQ](https://romshq.com/) - ROMs\n* [Emu-Land](https://www.emu-land.net/en) - ROMs\n* [Player One](https://player1.eu/) - ROMs\n* [HexRom](https://hexrom.com/) - ROMs / [Telegram](https://t.me/Hexrom_Com)\n* [The Old Computer](https://www.theoldcomputer.com/) - ROMs\n* [Emuparadise](https://www.emuparadise.me/) - ROMs / [Forum](https://www.epforums.org/) / [Fix Downloads](https://gist.github.com/infval/c69b479ff0bd590f2dd7e1975fe2fcad/raw/8be1b17f03837939c8baab3b2247eb60a22fa89a/emuparadise.download.user.js)\n* [ROM-Collections](https://rentry.co/FMHYB64#rom-collections) - ROMs\n* [ROMsPURE](https://ROMspure.cc/) - ROMs\n* [Romspedia](https://www.romspedia.com/) - ROMs\n* [TechToROMs](https://techtoroms.com/) - ROMs\n* [RPGOnly](https://rpgonly.com) - ROMs\n* [ROMsFun](https://romsfun.com/) - ROMs\n* [RetroZone](https://retrozone.co/) - ROMs / [Discord](https://discord.gg/662GhC76tJ)\n* [ROMSPack](https://www.romspack.com/) - ROMs\n* [NGR](https://www.nextgenroms.com/) - ROMs / [Discord](https://discord.gg/BQPzkwj)\n* [FantasyAnime](https://fantasyanime.com/) - ROMs\n* [Rom Magnet Links](https://emulation.gametechwiki.com/index.php/ROM_%26_ISO_Sites#BitTorrent) - ROMs / Torrent\n* [DLXbGame](https://dlxbgame.com/) - ROMs / Xbox 360 / Avoid PC Games\n* [ROM CSE](https://cse.google.com/cse?cx=f47f68e49301a07ac) / [CSE 2](https://cse.google.com/cse?cx=744926a50bd7eb010) - Multi-Site ROM Search\n* [Wad Archive](https://archive.org/details/wadarchive) - 83k WAD Files\n* [Cah4e3](https://cah4e3.shedevr.org.ru/) - Unlicensed ROMs / Bootlegs / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)\n* [AtariMania](https://www.atarimania.com/) - ROMs / Atari Consoles\n* [/1CC/](https://1cc.kr.eu.org/1cc/index.html) / [Discord](https://discord.com/invite/e7xffWFf9p), [PleasureDome](https://pleasuredome.github.io/pleasuredome/mame/), [MAME World](https://mameworld.info/), [⁠MDK](https://mdk.cab/) or [Arcade Database](http://adb.arcadeitalia.net/default.php?lang=en) - Arcade MAME ROMs\n* [PICOwesome](https://rentry.co/FMHYB64#picowesome) - PICO-8 ROMs\n* [POP Unofficial Website](https://popuw.com/) - Prince of Persia ROMs / Mods\n* [⁠FFHacktics](https://ffhacktics.com/smf/) - Final Fantasy Tactics Mods / [Discord](https://discord.gg/xpXa8VEV2k)\n* [SAGE](https://sagexpo.org/) / [Discord](https://discord.sonicfangameshq.com/) or [Sonic Retro](https://forums.sonicretro.org/) / [GitHub](https://github.com/sonicretro/) - Sonic Fan Games + Mods\n* [Mega Man Maker](https://megamanmaker.com/) - Create Mega Man Levels\n\n***\n\n## ▷ Nintendo ROMs\n\n* ⭐ **[hShop](https://hshop.erista.me/)** / [Discord](https://discord.gg/dYKm279) or [3DS ROMS](https://3dsroms.org) - ROMs / 3DS\n* ⭐ **[WiiUDownloader](https://github.com/Xpl0itU/WiiUDownloader)**, [WiiUSBHelper](https://github.com/FailedShack/USBHelperInstaller/releases) or [JNUSTool](https://gbatemp.net/threads/jnustool-nusgrabber-and-cdecrypt-combined.413179/) - ROMs / Wii U\n* ⭐ **[NesFiles](https://www.nesfiles.com/)** or [FC Gallery](https://fcpic.nesbbs.com/index_en.html) - ROMs / NES / Famicom\n* [taodung](https://taodung.com/) - ROMs / 3DS / Switch\n* [Homebrew Hub](https://hh.gbdev.io/) - Homebrew ROMs / NES / Game Boy\n* [64DD.org](https://64dd.org/) - ROMs / 64DD\n* [NXBrew](https://nxbrew.net/) - ROMs / Switch\n* [NSWGame](https://nswgame.com/) - ROMs / DS / 3DS / Switch / Wii / WiiU / Avoid PC Games\n* [notUltraNX](https://not.ultranx.ru/en) - ROMs / Switch / Requires Sign-Up\n* [ROMSim](https://romsim.com/) - ROMs / Switch / [Discord](https://discord.gg/Zgdhq7xDcd)\n* [ROMSLAB](https://romslab.com/) - ROMs / Switch\n* [GNS](https://rentry.co/FMHYB64#gns) - ROMs / Switch\n* [SwitchROMS](https://switchroms.io/) - ROMs / Switch\n* [SwitchGamesMall](https://switchgamesmall.icu/), [2](https://smallgames.ch/) - ROMs / Switch\n* [RetroNDS](https://t.me/retronds) - ROMs / Switch / Requires Telegram\n* [⁠NSWTL](https://nswtl.info/) - ROMs / Switch / Torrents / Requires Telegram\n* [NSWDB](https://www.nswdb.com) - Switch Release Tracker\n* [3DSDB](https://3dsdb.com/) - 3DS Release Tracker\n* [SM64ROMHacks](https://rentry.co/FMHYB64#sm64romhacks) - Super Mario 64 Mods / [Discord](https://discord.com/invite/BYrpMBG)\n* [MFGG](https://mfgg.net/) - Super Mario Fan Games / Mods / [Discord](https://discord.gg/jchgfw5)\n* [Newer Team](https://newerteam.com/) or [NSMBHD](https://nsmbhd.net/) / [Discord](https://discord.gg/x7gr3M9) - Super Mario Bros. DS / Wii Mods\n* [SMW Hacks](https://rentry.co/FMHYB64#smw-hacks) or [SMWCentral](https://smwcentral.net/) - Super Mario World ROM Mods\n* [Wario Land Vault](https://wario-land.github.io/HackVault/index.html) - Wario Land ROM Mods\n* [Pokémon ROM Mods](https://rentry.co/FMHYB64#poke) - Pokémon ROM Mods\n* [OOTMM](https://ootmm.com/) - Randomize + Merge Ocarina of Time with Majora's Mask\n* [SMBX2](http://codehaus.wohlsoft.ru/index.php) - Super Mario Enhancement Mod / [Levels](https://rentry.co/FMHYB64#smbx-preservation) / [Discord](https://discord.com/invite/aCZqadJ)\n* [⁠Super Mario Bros Remastered](https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public) - Super Mario Bros. Remake / [Discord](https://discord.com/invite/A68uRsnja3)\n* [⁠SMB Arena](https://www.smbarena.com/) - Super Mario Bros. 1 Mods\n* [Super Mario and the Rainbow Stars](https://superstarshi.github.io/smatrs/) - Super Mario Mod / [Discord](https://discord.gg/GBXUa7NF2J)\n* [⁠Super Mario War](http://smwstuff.net/) - Multiplayer Deathmatch Style Super Mario. Bros. \n* [⁠Mario Party Legacy](https://mariopartylegacy.com/forum/) - Mario Party Mods\n* [Super Mario Bros Crossover](https://archive.org/details/SuperMarioCrossoverOffline) - Play SMB with Alternative Characters\n* [MetroidConstruction](https://metroidconstruction.com/) - Metroid ROM Modding Community / [Discord](https://discord.gg/xDwaaqa)\n* [⁠NS2DB](https://ns2db.com/) - Switch 2 / Switch / 3DS ROM Release Tracker\n\n***\n\n## ▷ Playstation ROMs\n\n* ⭐ **[NoPayStation](https://nopaystation.com/)** - ROMs / PS3 / PSP / PSVita / [Discord](https://discord.com/invite/rNGrkUY)\n* ⭐ **[PSVitaVPK](https://psvitavpk.com/)** - ROMs / PSVita\n* [AlvRo](https://rentry.co/FMHYB64#alvro) - ROMs / PS2 / PW: `ByAlvRo`\n* [Super PSX](https://www.superpsx.com/) - ROMs / PS3 / PS4 / PS5 / **Avoid PC Games** / [Discord](https://discord.gg/BVc63GqV7Y)\n* [DLPSGame](https://dlpsgame.com/) - ROMs / PS2 / PS3 / PS4 / PS5 / **Avoid PC Games**\n* [PKGPS4](https://www.pkgps4.click/) - ROMs / PS4\n* [PS3R](https://ps3r.com/) - ROMs / PS3\n* [PS Network Database](https://rentry.co/FMHYB64#ps-content) - ROMs / PS3\n* [PSXROMs](https://psxroms.pro/) - ROMs / PS2 / PSP\n* [DownloadGamePSP](https://downloadgamepsp.org/) - ROMs / PSP / PSVita / **Avoid PC Games**\n* [PS1 Covers](https://github.com/xlenore/psx-covers) or [PS2 Covers](https://github.com/xlenore/ps2-covers) - Cover Downloaders\n\n***\n\n## ▷ Browser Emulators\n\n* 🌐 **[Browser Emulator Index](https://emulation.gametechwiki.com/index.php/Emulators_on_browsers)** - List of Browser Emulators\n* ↪️ **[EmulatorJS / NeptunJS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_emulatorjs_.2F_neptunjs)** - Frontends for EmulatorJS / NeptuneJS\n* ⭐ **[GAM.ONL](https://gam.onl/)**, [2](https://www.retrogames.onl/) - Multi-Console\n* ⭐ **[Console Living Room](https://archive.org/details/consolelivingroom)** - Multi-Console / Archive.org\n* ⭐ **[Telemelt](https://telemelt.com/)** - Multiplayer Browser Emulator\n* ⭐ **[RetroArch Web](https://web.libretro.com/)** - Multi-Console\n* ⭐ **[Play Classic Games](https://playclassic.games/)** - Retro Consoles / Multiple-Emulators\n* ⭐ **[EmulatorJS](https://demo.emulatorjs.org/)** - Multi-Console / [Supported Systems](https://emulatorjs.org/docs/systems) / [Discord](https://discord.gg/6akryGkETU) / [GitHub](https://github.com/EmulatorJS/EmulatorJS)\n* ⭐ **[Eclipse](https://eclipseemu.me/play/)** - Multi-Console / [Discord](https://discord.gg/dTCnM2r5e5)\n* [AfterPlay](https://afterplay.io/play/recently-played) - Multi-Console / [Discord](https://discord.gg/PtgKse35q7)\n* [rom.so](https://rom.so/) - Multi-Console / Requires Sign-Up\n* [Online Retro Games](https://www.vincenzoscarpa.it/emuwiki/pmwiki/pmwiki.php?n=OnlineGames.OnlineGames&lng=en) - Retro Consoles / Archive.org\n* [⁠FreebieGames](https://freebie.games/) -  Retro Consoles / Multiple-Emulators\n* [RetroGames](https://www.retrogames.cz/) - Retro Consoles\n* [Retro Games Bot](https://retrogamesbot.com/) - Retro Consoles\n* [Aurora](https://skitty.xyz/aurora/) - Retro Consoles / [Discord](https://discord.gg/UAf7Bad)\n* [WebRCade](https://play.webrcade.com/) - Retro Consoles / [Discord](https://discord.gg/C4gXN2HJAv) / [GitHub](https://github.com/webrcade)\n* [Vizzed](https://www.vizzed.com/) - Retro Consoles / Multiple-Emulators\n* [Online.OldGames](https://online.oldgames.sk/) - Retro Consoles / Multiple-Emulators\n* [ClassicGames](https://www.classicgames.me/) - Retro Consoles / Multiple-Emulators\n* [Virtual Consoles](https://virtualconsoles.com/) - Retro Consoles / Multiple-Emulators\n* [ClassicReload](https://classicreload.com/) - Retro Consoles / Multiple-Emulators\n* [Emupedia](https://emupedia.net/beta/) - Retro Consoles\n* [DOS Games Archive](https://www.dosgamesarchive.com/), [Best DOS Games](https://bestdosgames.com/), [Best Old Games](https://www.bestoldgames.net/), [DOSGames](https://dosgames.com/) or [RGB Classic Games](https://www.classicdosgames.com/) - DOS Browser Emulators\n* [⁠Meowio](https://www.information-superhighway.net/meowio/) - NES Browser Emulator / Custom Music + Sounds\n* [SNESFun](https://www.snesfun.com/) - SNES Browser Emulator / Multiplayer\n* [PS1FUN](https://www.ps1fun.com/) - PS1 Browser Emulator\n* [SSega](https://www.ssega.com/) - Sega Browser Emulators / Multiplayer\n* [Sega Play](https://sega-play.online/) - Sega Browser Emulator\n* [File-Hunter](https://www.file-hunter.com/) - MSX / Amiga Browser Emulator\n* [MSXGamesWorld](https://www.msxgamesworld.com/) or [CheatMSX](https://www.cheatmsx.com/) - MSX Browser Emulators\n* [CommodoreGames](https://www.commodoregames.net/) or [C64Online](https://c64online.com/) - Commodore / C64 Browser Emulators\n* [QAOP](https://torinak.com/qaop/games) - ZX Spectrum Browser Emulator\n* [Homebrew Hub](https://hh.gbdev.io/) - Homebrew ROM Emulator / NES / Gameboy\n* [Tiny8bit](https://floooh.github.io/tiny8bit/) - Vintage 8-Bit / [GitHub](https://github.com/floooh/chips-test)\n* [RetroFab](https://itizso.itch.io/retrofab) or [LCD Games](http://bdrgames.nl/lcdgames/) / [GitHub](https://github.com/BdR76/lcdgame.js) - Retro LCD Game Emulators\n* [DosGames](https://dosgames.com/), [DOSZone](https://dos.zone/) / [Discord](https://discord.com/invite/hMVYEbG), [WePlayDOS](https://weplaydos.games/) / [Discord](https://discord.gg/82TAR6fJ8g) / [GitHub](https://github.com/muditjuneja/weplaydos.games) or [PlayDOSGames](https://www.playdosgames.com/) - DOS Browser Emulators\n\n***\n\n# ► Puzzle Games\n\n* ⭐ **[Simon Tatham's Puzzles](https://www.chiark.greenend.org.uk/~sgtatham/puzzles/)** - Multiple Puzzle Games / [Mobile](https://github.com/chrisboyle/sgtpuzzles)\n* [⁠Puzzmo](https://www.puzzmo.com/) or [Arkadium](https://www.arkadium.com/) - Daily Word + Puzzle Games\n* [⁠ThinkyGames](https://thinkygames.com/games/?free=true&platforms=Web) - Indie Puzzle Games \n* [Puzzle Loop](https://www.puzzle-loop.com/) - Multiple Puzzle Games / [Discord](https://discord.gg/YJp77jFzWv)\n* [Puzzle Party](https://artsandculture.google.com/experiment/puzzle-party/EwGBPZlIzv0KRw) - Multiplayer Jigsaws\n* [PuzzlePrime](https://www.puzzleprime.com/) - Problems / Puzzles\n* [Game for the Brain](https://www.gamesforthebrain.com/) - Puzzles / Quizzes\n* [MasasGames](https://masasgames.com/) - Virtual Escape Rooms\n* [Murdle](https://murdle.com/) - Daily Murder Mystery\n* [⁠enclose.horse](https://enclose.horse/) - Daily Horse Enclosure Puzzle / Community Levels\n* [Sokoban Online](https://www.sokobanonline.com/) - Sokoban Puzzles\n* [DailyDungeon](https://dailydungeon.net/) - Puzzle Dungeon Crawler\n* [Sokoban](https://suppilulemur.neocities.org/) - Zelda-Themed Sokoban Puzzles\n* [All The 2048](https://true65536.github.io/allthe2048/), [DuckDuckgo 2048](https://duckduckgo.com/?q=play+2048&amp;ia=answer) or [2048](https://play2048.co/) - 2048 Puzzles\n* [JetHolt](https://jetholt.com/hacking/), [RebelWithoutACause](https://rebelwithoutarootcause.com/demos/terminal/) or [Aramor](https://aramor.epizy.com/fallout-terminal/main) - Fallout Terminal Hacking Game\n* [Rockbasher](https://www.rockbasher.com/) - Retro Style Puzzle Game\n* [⁠Queens Game](https://queensgame.io/) - N-Queens Problem Inspired Puzzle\n* [Orion](https://orion.lukasbach.com/) - Puzzle Game\n* [⁠Cyadonia](https://cyadonia.com/) - Puzzle Game\n* [Euclidea](https://www.euclidea.xyz/) - Geometric Puzzles\n* [Pixel Puzzler](https://pixel-puzzler.playcurious.games/) or [UnFlip](https://unflipgame.com/) / [Discord](https://discord.com/invite/Hg6zVmTJeP) - Block Puzzles\n* [Sudoku XV](https://keeri.place/sudoku-xv) - Sudoku\n* [UsDoku](https://www.usdoku.com/) - Multiplayer Sudoku\n* [⁠Penpa+](https://swaroopg92.github.io/penpa-edit/) - Create / Solve Pencil Sudokus + Puzzles\n* [picture dots](https://www.picturedots.com/) - Make & Play Dot Puzzles\n* [Oh, My Dots!](https://www.ohmydots.com/) - Connect the Dots Game\n* [BreakLock](https://maxwellito.github.io/breaklock/) - Pattern Lock Game / [GitHub](https://github.com/maxwellito/breaklock)\n* [Kuku Kube](https://kuku-kube.com/) - Find the Different Squares\n* [MazeGenerator](https://www.mazegenerator.net/), [Maze Toys](https://maze.toys/) or [Maze](https://www.epgsoft.com/maze/) - Maze Generators\n\n***\n\n## ▷ Rubiks Cube\n\n* ↪️ **[Cubing Practice / Training](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_rubiks_cube)**\n* ⭐ **[Grubiks](https://grubiks.com/)** or **[Rubikverse](https://rubikverse.com/)** - Multi-Cube Types Simulators\n* ⭐ **[Rubik's Cube Explorer](https://iamthecu.be/)** - 3x3 Cube Simulator\n* [pCubes](https://twistypuzzles.com/forum/viewtopic.php?f=1&t=27054) - Multi-Cube Types App / Windows\n* [The Cube](https://bsehovac.github.io/the-cube/) - Multi-Size Cube Simulator\n* [FT Cube](https://shuantsu.github.io/ft_cube/) - Multi-Size Simulator & Net Generator\n* [Maple Leaves Sim](https://filipeteixeira.com.br/mapleaves/) - Maple Leaf Cube Simulator\n* [RubiksCu.be](https://rubikscu.be/solver/) - 3x3 Cube Solver\n* [RubikSolve](https://rubiksolve.com/) - 3x3 Cube Solver\n* [Rubik's Cube Solver](https://rubiks-cube-solver.com/) - 3x3 Cube Solver\n\n***\n\n## ▷ Minesweeper\n\n* ⭐ **[Minesweeper.Online](https://minesweeper.online/)** / [Wiki](https://minesweeper.online/help) or [PROXX](https://proxx.app/) - Play Minesweeper\n* [Authoritative Minesweeper](https://minesweepergame.com/) - Minesweeper Wiki\n* [Minesweeper Advent Calendar](https://heptaveegesimal.com/2018/advent-calendar/) - 60+ Versions of Minesweeper\n* [mmmines!](https://mmmines.fly.dev/), [MinesweeperPro](https://www.minesweeperpro.com/), [Mines JD](https://minesjd.com/) or [m3o](https://play.m3o.xyz/) - Multiplayer Minesweeper\n* [Minesweeper Infinity](https://www.minesweeperinfinity.com/) - Infinite Minesweeper\n* [Minesweeper Twist](https://polyreplay.com/minesweepertwist) - Irregular Grid Minesweeper\n\n***\n\n## ▷ Crosswords\n\n* ⭐ **[Crosshare](https://crosshare.org/)** - Crossword Puzzles / Creator\n* [BestCrosswords](https://www.bestcrosswords.com/) - Crossword Puzzles\n* [Hovercats](https://hovercats.gg/) - Multiplayer Crosswords / [Discord](https://discord.gg/PwvKmJE6Xp)\n* [Truncate](https://truncate.town/) - Crossword Strategy Game\n* [Regex Crossword](https://regexcrossword.com/), [2](https://jimbly.github.io/regex-crossword/) - Regex Crosswords\n* [Web Paint-by-Number](https://webpbn.com/) or [Nonograms.org](https://www.nonograms.org/) - Graphic Crosswords (Nonograms)\n* [Crossword Labs](https://crosswordlabs.com/), [Exet](https://viresh-ratnakar.github.io/exet.html), [Crosserville](https://www.crosserville.com/), [Puzzlemaker](https://puzzlemaker.discoveryeducation.com/) or [XWords](https://www.xwords-generator.de/en) - Crossword Creators / Editors\n\n***\n\n## ▷ Word Games\n\n* 🌐 **[DLES.gg](https://dles.gg/)** or [DLES](https://dles.aukspot.com/) - Word Game Indexes\n* 🌐 **[Wordleverse](https://wordleverse.net/)**, [WordleWeb](https://github.com/rarelygoeshere/WordleWeb), [Wordle Collection](https://rentry.org/v72n74fu), [Awesome Wordle](https://github.com/prakhar897/awesome-wordle), [Alldle](https://alldle.net/) or [Wordles of the World](https://rwmpelstilzchen.gitlab.io/wordles/) - Wordle Game Indexes\n* ⭐ **[Wordle](https://www.nytimes.com/games/wordle/index.html)** - Original Wordle\n* ⭐ **[Wordle Analyzer](https://wordle-analyzer.com/)** / [GitHub](https://github.com/jakearchibald/wordle-analyzer/)\n* ⭐ **[Woogles](https://woogles.io/)**, [MoreWords](https://www.morewords.com/), [PlayScrabble](https://playscrabble.com/) or [WordHub](https://wordhub.com/) - Scrabble\n* [TheWordSearch](https://thewordsearch.com/) - Word Search Puzzles\n* [⁠Puzzmo](https://www.puzzmo.com/) - Daily Word + Puzzle Games\n* [⁠Wordsmyth](https://www.playwordsmyth.com/) - Daily Word Transformation Game\n* [Make a Word Search](http://www.makeawordsearch.net/) or [Word Search Labs](https://wordsearchlabs.com/) - Word Search Creators\n* [Connections](https://connections.swellgarfo.com/) - Custom Word Puzzles\n* [RobinWords](https://www.robinwords.com/) - Word Ladder Game\n* [⁠TiledWords](https://tiledwords.com/) - Daily Tile Rotation Word Game\n* [JKLM.FUN](https://jklm.fun/) - Multiplayer Word Games\n* [eWordChallenge](https://www.ewordchallenge.net/) - Boggle Online\n* [Squaredle](https://squaredle.app/) - Daily Word Puzzle\n* [⁠Glyph](https://glyph.today/) - Daily Word Puzzle\n* [⁠OneLook Games](https://onelook.com/games) - Word Games\n* [Linxicon](https://linxicon.com/) or [word.golf](https://www.word.golf/) - Word Connection Games\n* [Wordle VS](https://wordlevs.com/) - Multiplayer Wordle\n* [⁠Infinite Wordle](https://gregcameron.com/infinite-wordle/) or [Wordle Unlimited](https://wordleunlimited.org/) - Wordle without Daily Limits\n* [Fusele](https://fusele.netlify.app/) - Wordle Variant\n* [Word500](https://word500.com/) - Wordle + Mastermind\n* [Wordly](https://wordly.org/) - Wordle Clone\n* [Octordle](https://www.britannica.com/games/octordle/) - Eight Word Wordle\n* [Sqword](https://www.sqword.com/) - Deck-Based Wordle\n* [Alphabeticle](https://alphabeticle.xyz/) - Alphabetical Wordle\n* [WordMaze](https://wordmaze.click/) - Maze Style Wordle\n* [Pixletters](https://pixletters.com/) - Pixel Style Wordle\n* [Wourdle](https://wourdle.com/) - British English Wordle\n* [Ridella](https://ridella.xyz/) - Riddle Wordle\n\n***\n\n# ► Tabletop Games\n\n* 🌐 **[BoardGameGeek](https://boardgamegeek.com/)** or **[Kallax](https://kallax.io/)** - Board Game Databases\n* 🌐 **[Pub Meeple](https://www.pubmeeple.com/rankings)** - Community Board Game Rankings\n* 🌐 **[Online Board Games](https://drive.google.com/file/d/1NO-05LM-SakbwqNajBXgIO4HuCSkBd6n/view)** - Online Board Game Database / Image\n* ↪️ **[Tabletop Tools & Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools/#wiki_.25B7_tabletop_tools)**\n* ⭐ **[Roll20](https://roll20.net/)** / [Discord](https://discord.gg/roll20) or [Rolisteam](https://rolisteam.org/) / [Discord](https://discord.gg/MrMrQwX) - Online Virtual Tabletop Platforms\n* [⁠BoardGameplay](https://boardgameplay.com/) - Online Board Games / [Discord](https://discord.gg/EC5ZvQa7M5)\n* [FlyOrDie](https://www.flyordie.com/) - Online Board Games\n* [⁠VirtualTabletop](https://virtualtabletop.io/) - Online Board Games / [GitHub](https://github.com/ArnoldSmith86/virtualtabletop)\n* [PlayOK](https://www.playok.com/) - Online Board Games\n* [Screentop](https://screentop.gg/) - Online Board Games / [Discord](https://discord.gg/wva8ebh)\n* [BoardSpace](https://boardspace.net/english/index.shtml) - Online Board Games / [GitHub](https://github.com/ddyer0/boardspace.net)\n* [FreeBoardGames](https://www.freeboardgames.org/) - Online Board Games / [Discord](https://discord.gg/AaE6n3n) / [GitHub](https://github.com/freeboardgames/FreeBoardGames.org)\n* [FunNode](https://www.funnode.com/) - Online Board Games\n* [Board Game Online](https://www.boardgame-online.com/) - Online Board Games\n* [Board Game Arena](https://en.boardgamearena.com/) - Online Board Games / Requires Sign-Up\n* [MahjongFun](https://www.mahjongfun.com/), [⁠Voxjong](https://voxjong.com/), [Mahjong 4 Friends](https://mahjong4friends.com/), [Classic Mahjong](https://classic-mahjong.com/) or [The Mahjong](https://themahjong.com/) - Mahjong Games\n* [lishogi.org](https://lishogi.org/) - Shogi / [Discord](https://discord.gg/YFtpMGg3rR)\n* [Online-Go.com](https://online-go.com/) - Multiplayer GO\n* [lidraughts.org](https://lidraughts.org/) - Multiplayer Checkers\n* [Colonist](https://colonist.io/) - Settlers of Catan Board Game / [Subreddit](https://www.reddit.com/r/Colonist/) / [Discord](https://discord.gg/colonist)\n* [Party Project](https://char64.itch.io/partyproject) - Mario Party-Style Tabletop Games / [Discord](https://discord.gg/nhUQwpGEQR)\n* [Richup.io](https://richup.io/) - Monopoly-Style Board Game / [Discord](https://discord.gg/r6uJ6bq8ZH)\n* [Rally the Troops](https://www.rally-the-troops.com/) - Historical-Style Board Games / [Discord](https://discord.gg/CBrTh8k84A)\n* [18xx](https://18xx.games/) - 18xx Board Games Online / [GitHub](https://github.com/tobymao/18xx)\n* [Hexxagon](https://hexxagon.com/) - Rubies Vs Pearls\n* [The Bafflement Fires](https://www.dpoetry.com/fires/) - 1950s Freemasonic Board Game\n\n***\n\n## ▷ Chess\n\n* ↪️ **[Chess Learning / Practice](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_chess)**\n* ⭐ **[lichess](https://lichess.org/)** - Chess Platform / [Discord](https://discord.com/invite/lichess) / [GitHub](https://github.com/lichess-org)\n* ⭐ **lichess Tools** - [Mobile Apps](https://lichess.org/mobile) / [Prettier UI](https://prettierlichess.github.io/) / [Themes](https://github.com/algertc/prettierlichess-themes) / [Leagues](https://www.lichess4545.com/) / [Extra Functionality](https://lichess.org/page/extend)\n* ⭐ **[Print Chess](https://www.printchess.com/)** - Printable Paper Chess Set\n* [Chess.com](https://www.chess.com/) - Chess Platform / [Discord](https://discord.gg/3VbUQME) - Chess Platform\n* [PyChess](https://www.pychess.org/) - Chess Platform / [Discord](https://discord.gg/aPs8RKr) / [GitHub](https://github.com/gbtami/pychess-variants)\n* [GameKnot](https://gameknot.com/) - Chess Platform\n* [SparkChess](https://www.sparkchess.com/) - Chess Platform\n* [Chesses](https://pippinbarr.com/chesses/), [TheChessDirectory](https://thechessdirectory.com/play-chess) or [Omnichess](https://omnichess.club/) - Multiple Styles of Chess\n* [Echo Chess](https://echochess.com/) - Morph-Style Chess / [Discord](https://discord.gg/echochess)\n* [The Kilobyte's Gambit](https://vole.wtf/kilobytes-gambit/) - Retro-Style Chess\n* [Kung Fu Chess](https://www.kfchess.com/) - Real-Time Chess Without Turns\n* [⁠Blindfold Chess](https://www.blindfold-chess.online/) - Play Blindfold Chess Against Stockfish\n* [Pokemon Chess](https://pokemonchess.com/) - Pokémon-Style Chess / [Discord](https://discord.gg/fp5bcCqg8q)\n* [ChessBase](https://www.chessbase.in/) / [English](https://en.chessbase.com/) - Indian Chess News\n\n***\n\n## ▷ Card Games\n\n* ↪️ **[Tabletop Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools#wiki_.25B7_tabletop_tools)**\n* ⭐ **[World of Card Games](https://worldofcardgames.com/)** - Multiplayer Card Games\n* ⭐ **[Codenames](https://codenames.game/)** - Party Card Game\n* [OCTGN](https://www.octgn.net/) - Virtual Multiplayer Card Games / Tabletop App / [Discord](https://discord.gg/Yn3Jrpj) / [GitHub](https://github.com/octgn/OCTGN)\n* [CardGames.io](https://cardgames.io/) - Multiplayer Card Games\n* [247Games](https://www.247games.com/) - Multiplayer Card Games\n* [CardzMania](https://www.cardzmania.com/) - Multiplayer Card Games\n* [BlacksReds](https://blacksreds.com/) - Multiplayer Card Games\n* [PlayOK](https://www.playok.com/) - Multiplayer Card Games\n* [PlayingCards.io](https://playingcards.io/) - Multiplayer Card Games\n* [Lethal](https://playlethal.fun/) - Single Turn Card Game / [Discord](https://discord.gg/2sev8HA9sd)\n* [⁠Wikipedia Gacha](https://wikigacha.com/) - Wikipedia Gacha / Card Game\n* [gTOONS Remastered](https://gtoons.app/) - Cartoon Network Strategy Card Game / [Discord](https://discord.gg/KM2ggJtkMr)\n* [Picture Cards](https://picturecards.online/) / [Discord](https://discord.gg/kJB4bxSksw), [Bad Cards](https://bad.cards/) or [Pretend You're Xyzzy](https://pyx-1.pretendyoure.xyz/zy/game.jsp) - Online Cards Against Humanity\n* [Cards Against Humanity](https://www.cardsagainsthumanity.com/) - Official CAH Site w/ Free Printable Set\n* [Secret Hitler](https://secret-hitler.online/) - Online Secret Hitler Game / [Ruleset](https://www.secrethitler.com/assets/Secret_Hitler_Rules.pdf) / [GitHub](https://github.com/ShrimpCryptid/Secret-Hitler-Online/) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/sh-note.md) \n* [Wikidata Card Game Generator](https://cardgame.blinry.org/) - Generate \"Top Trumps\" Cards Using Wikidata\n* [Solitaired](https://solitaired.com/), [Solitr](https://www.solitr.com/), [Solitaire Owl](https://solitaireowl.com/) or [World of Solitaire](https://worldofsolitaire.com/) - Online Solitaire\n* [PySolFC](https://pysolfc.sourceforge.io/) - Portable Solitaire App / Windows, Mac, Linux / [GitHub](https://github.com/shlomif/PySolFC)\n* [Blackjack Break](https://blackjackbreak.com/) or [HTML5 Blackjack](https://www.html5blackjack.net/) - Online Blackjack\n* [Poker Now](https://www.pokernow.club/) or [247 Free Poker](https://www.247freepoker.com/) - Multiplayer Poker\n\n***\n\n## ▷ [Dungeons & Dragons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_dungeons_.26amp.3B_dragons)\n\n***\n\n# ► Browser Games\n\n* ⭐ **[Allchemy](https://allchemy.io/)**, [Little Alchemy](https://littlealchemy.com/), [Little Alchemy 2](https://littlealchemy2.com/) or [Infinite Craft](https://neal.fun/infinite-craft/) / [Wiki](https://expitau.com/InfiniteCraftWiki/) / [Search](https://infinibrowser.wiki/) - Infinite Item Crafting Games\n* ⭐ **[The World's Biggest Pac-Man](https://worldsbiggestpacman.com/)** - Infinite Custom Pac-Man\n* ⭐ **[Mario Kart PC](https://mkpc.malahieude.net/mariokart.php)** - Browser SNES Style Mario Kart / Multiplayer / [Custom Maps](https://mkpc.malahieude.net/creations.php)\n* ⭐ **[Super Monkey Ball Web](https://rentry.co/FMHYB64#mb-online)** - Browser Super Monkey Ball\n* ⭐ **[Marble Blast Gold Web](https://marbleblast.vaniverse.io/)** / [GitHub](https://github.com/Vanilagy/MarbleBlast) or [Marble Blast Ultra](https://marbleblastultra.randomityguy.me/) / [GitHub](https://github.com/RandomityGuy/MBHaxe) - Browser Marble Blast\n* ⭐ **[Slope Plus](https://coweggs.itch.io/slope-plus)** - Downhill Ball Game\n* ⭐ **[QWOP](https://www.foddy.net/Athletics.html)** - Ragdoll Running Game\n* [SMBGames](https://smbgames.be/) - Browser Super Mario\n* [SMWGames](https://www.smwgames.com/) - Modded Browser Super Mario World\n* [Level Share Square](https://levelsharesquare.com/) - Custom Mario Fangame Maps\n* [Jelly Mario](https://jellymar.io/) - Jelly Super Mario\n* [⁠Cut the Rope Home](https://ctrhome.github.io/play/) - Cut the Rope Games\n* [Club Penguin Legacy](https://play.cplegacy.com/) or [Club Penguin Journey](https://cpjourney.net/) - ⁠Club Penguin Revivals / [Servers](https://penguintrack.com/)\n* [Snubby](https://rentry.co/FMHYB64#sr-game) - Browser Slime Rancher\n* [CelesteClassic](https://maddymakesgamesinc.itch.io/celesteclassic) - Full Classic Celeste\n* [TENNIS!](https://snek-vunderkind.vercel.app/games/tennis.html) - JavaScript Pong\n* [SpaceCadetPinball](https://alula.github.io/SpaceCadetPinball) - Browser Space Cadet Pinball\n* [Fluppy](https://fluppy.pages.dev/), [Google Snake Mods](https://googlesnakemods.com/) / [Discord](https://discord.gg/NA6vHg62An) / [GitHub](https://github.com/DarkSnakeGang/GoogleSnakeModLoader) , [Play Snake](https://playsnake.org/) or [Snake-Game](https://www.onemotion.com/snake-game/)- Snake Style Games\n* [⁠LEGO Island Web Port](https://rentry.co/FMHYB64#bli) - Browser LEGO Island\n* [Flappy Bird](https://flappybird.io/) - HTML5 Flappy Bird\n* [Lain Game](https://laingame.net/) - Lain Game Browser Emulator\n* [You Have Not Died Of Dysentery](https://woe-industries.itch.io/you-have-not-died-of-dysentery) - Oregon Trail with Alt Dysentery Mechanics\n* [The Circle](https://the-circle.app/) - Dodge Circles\n* [JoeDangerTheGame](https://joedangerthegame.com/) - Trials Inspired Game\n* [Polka Dot Game](https://www.polkadotgame.com/) - Dodge & Eat Dots\n* [Launch Ball](https://launchball.sciencemuseum.org.uk/) - Physics Game w/ Map Creator\n* [Spinner](https://hyperspace-wizard.itch.io/spinner) - Spinner Timing Game\n* [Ehmorris](https://ehmorris.com/lander/) - Spaceship Landing Game\n* [Dino Swords](https://dinoswords.gg/) - Stay Alive by Jumping / Destroying Cacti\n* [Web osu!mania](https://rentry.co/FMHYB64#wosu) - Browser osu!mania Beatmaps / [Discord](https://discord.com/invite/8zfxCdkfTx)\n* [Taiko Web](https://rentry.co/FMHYB64#tnt) - Taiko no Tatsujin / Rhythm Game\n* [Rhythm Plus](https://rhythm-plus.com), [2](https://rhythmplus.io/) - Rhythm Game / [Discord](https://discord.com/invite/ZGhnKp4) / [GitHub](https://github.com/henryzt/Rhythm-Plus-Music-Game)\n* [Bemuse](https://bemuse.ninja/) - Rhythm Game / [Discord](https://discord.gg/aB6ucmx) / [GitHub](https://github.com/bemusic/bemuse)\n* [Pulsus](https://www.pulsus.cc/play/) - 3x3 Letter Tile Rhythm Game\n* [DB Evolution](https://www.txori.com/dbdevolution) - Dragon Ball Fighting Game\n* [Rooms](https://rooms.xyz/) - Room Design Game / [Discord](https://discord.gg/rooms)\n* [Haxball](https://www.haxball.com/) - Physics-Based Soccer\n* [Mexican Train](https://mexicantrain.online/) - Domino Train Game / Requires Sign-Up\n* [racing-game](https://racing.pmnd.rs/) - Driving Game / Requires Sign-Up / [Discord](https://discord.gg/dQW7fDmaAG) / [GitHub](https://github.com/pmndrs/racing-game)\n* [The Race](https://therace.montblanclegend.com/), [2](https://therace.montblancexplorer.com/) - Driving Game\n* [slow roads](https://slowroads.io/) - Driving Game\n* [The Multiverse](https://across-multiverse.com/) - Universe Exploration Game Across\n* [⁠Messenger](https://messenger.abeto.co/) - Relaxing 3D Delivery Game\n* [Starshine Legacy](https://starshine-legacy.starstable.com/index.html) - 3D Browser Mystery Game\n* [Neopets](https://www.neopets.com/), [tamaNOTchi](https://tamanotchi.world/) or [Marapets](https://www.marapets.com) - Virtual Pet Games / Requires Sign-Up\n* [Gaia Online](https://www.gaiaonline.com/) - Anime Virtual Pet / Requires Sign-Up\n* [Edu-Games](https://www.edu-games.org/) - Educational Games\n\n***\n\n## ▷ Multi-Game Sites\n\n* ⭐ **[Flash Arch](https://flasharch.com/en)** - Browser Game Aggregator / [Discord](https://discord.com/invite/guQ9Afn)\n* ⭐ **[Kongregate](https://www.kongregate.com/)** - Browser Game Aggregator\n* ⭐ **[Crazy Games](https://www.crazygames.com/)** - Browser Game Aggregator\n* ⭐ **[Flashpoint](https://flashpointarchive.org/)** - Flash Game Archive App / [Play Online](https://ooooooooo.ooo/browse) / [Discord](https://discord.gg/Z4gGtJvvn8)\n* ⭐ **Flash Tools** - [Flash Emulator](https://ruffle.rs/) / [Clean Builds](https://github.com/darktohka/clean-flash-builds/) / [Mobile](https://github.com/ruffle-rs/ruffle-android)\n* [Andkon](https://andkon.com/arcade/) - Browser Game Aggregator\n* [Addicting Games](https://www.addictinggames.com/) - Browser Game Aggregator\n* [Game-Game](https://game-game.com/) - Browser Game Aggregator\n* [Flash Library](https://rentry.co/FMHYB64#software-library-flash) - Browser Game Aggregator\n* [Nexiloop Games](https://nexiloop.games/) - Browser Game Aggregator / [Discord](https://discord.gg/Wvxr9YsHHf)\n* [Y8](https://www.y8.com/) - Browser Game Aggregator\n* [Alfy](https://www.alfy.com/) - Browser Game Aggregator\n* [⁠Gamesfrog](https://gamesfrog.com/) - Browser Game Aggregator\n* [Miniplay](https://www.miniplay.com/) - Browser Game Aggregator\n* [Poki](https://poki.com/) - Browser Game Aggregator\n* [Snokido](https://www.snokido.com/) - Browser Game Aggregator\n* [FreeGames](https://freegames.org/) - Browser Game Aggregator\n* [GamezHero](https://www.gamezhero.com/) - Browser Game Aggregator\n* [Yandex Games](https://yandex.com/games/) - Browser Game Aggregator\n* [yell0wsuit](https://yell0wsuit.page/games.html) - Browser Game Aggregator\n* [GamePix](https://www.gamepix.com/) - Browser Game Aggregator\n* [⁠Gameflare](https://www.gameflare.com/) - Browser Game Aggregator\n* [Friv](https://www.friv.com/) - Browser Game Aggregator\n* [RoundGames](https://www.roundgames.com/) - Browser Game Aggregator\n* [Flash by Night](http://www.flashbynight.com/) - Browser Game Aggregator\n* [FlashMuseum](https://flashmuseum.org/) - Browser Game Aggregator\n* [FlashLegacy](https://www.flashlegacy.com/) - Browser Game Aggregator\n* [iogames.space](https://iogames.space/) - Browser Game Aggregator\n* [IOGames](https://iogames.party/) - Browser Game Aggregator\n* [Kevin Games](https://kevin.games/) - Browser Game Aggregator\n* [TheBestarcade](https://html5.thebestarcadescript.com/) - Browser Game Aggregator\n* [AlbinoBlackSheep](https://www.albinoblacksheep.com/games/) - Browser Game Aggregator\n* [r/WebGames](https://reddit.com/r/WebGames) - Browser Games Subreddit\n* [Spatial](https://www.spatial.io/) - 3D Browser Games\n* [⁠drifted](https://www.drifted.com/) - Drifting-Focused Browser Games\n* [Curated PICO-8](https://nerdyteachers.com/PICO-8/Games/) - PICO-8 Browser Games\n* [Noel Friedrich](https://www.noel-friedrich.de/terminal/) - Browser Terminal Games\n* [ABA Games](https://www.asahi-net.or.jp/~cs8k-cyu/browser.html) - Single Button Games\n* [Cool Math Games](https://www.coolmathgames.com/) - Educational Browser Games\n\n***\n\n## ▷ Indie Browser Games\n\n* 🌐 **[Browser Craft](https://browsercraft.com/)** - Indie Browser Game Index / Tracker\n* ⭐ **[Newgrounds](https://www.newgrounds.com/games)** - Indie Games / Community Developed\n* ⭐ **[Nitrome](https://www.nitrome.com/)** - Indie Games / In-House Dev Team\n* ⭐ **[itch.io web games](https://itch.io/games/free/platform-web)** - Indie Games / Community Developed / [Discord](https://discord.gg/qDaYeXPsRK)\n* ⭐ **[Armor Games](https://armorgames.com/)** - Indie Games / Official Publisher\n* [Js13kGames](https://js13kgames.com/entries) - Indie Browser Game Competition\n* [Deepnight](https://deepnight.net/) - Indie Games / In-House Dev Team\n* [watabou](https://watabou.itch.io/) - Indie Games / In-House Dev Team\n* [DAN-BALL](https://dan-ball.jp/en/) - Indie Games / In-House Dev Team\n* [Modd.io](https://www.modd.io/) - Indie Games / Community Developed\n* [Kindanice](https://kindanice.itch.io/) - Indie Games / itch.io Developer\n* [Graeme Borland](https://graebor.itch.io/) - Indie Games / itch.io Developer\n* [Jezzamon](https://jezzamon.itch.io/) - Indie Games / itch.io Developer\n* [⁠heyVR.io](https://heyvr.io/) - Browser VR Games / [Discord](https://discord.gg/tjbmKKH)\n\n***\n\n## ▷ Unblocked Games\n\n* **Note** - These are browser game collections that also function as proxies / unblockers.\n\n***\n\n* ⭐ **[GN-Math](https://gn-math.dev/)**, [2](https://gn-math-t.github.io/) - Browser Games / Ports / [Discord](https://discord.com/invite/D4c9VFYWyU)\n* ⭐ **[Selenite](https://selenite.cc/)**, [2](https://selenite.skysthelimit.dev/), [3](https://selenite.skys.day/) - Browser Games / Ports / [Discord](https://discord.gg/7jyufnwJNf)\n* [VAPOR](https://vapor.my/) - Browser Games / Ports / [Discord](https://discord.com/invite/BHwm9rrK55)\n* [⁠Truffled](https://truffled.lol/g) - Browser Games / Ports\n* [Unblock KISD](https://sites.google.com/view/unblockkisd/) - Browser Games\n* [UBG365](https://ubg365.github.io/) - Browser Games\n* [⁠US5](https://us5.thetravelingtourguide.com/) - Browser Games / [Discord](https://discord.com/invite/VDA8Ngx38Z)\n* [Ultimate Game Stash](https://rentry.co/FMHYB64#ugs) - Browser Games / HTML5\n\n***\n\n## ▷ Party / Multiplayer\n\n* ⭐ **[Eaglercraft](https://eaglercraft.com/)** / [Discord](https://discord.gg/yxpa55BahB), [⁠AmplerLauncher](https://irv77.github.io/AmplerLauncher/), [WebMC](https://webmc.xyz/) / [2](https://webmc.colbster937.dev/) / [3](https://webmc-launcher.vercel.app/), [EaglerCraftX](https://fastest.eaglercraft.win/) / [2](https://client.eaglercraft.win/) or [Minecraft Classic](https://classic.minecraft.net/) - Online Browser Minecraft / [Site List](https://deev.is/) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/eaglercraft-note.md)\n* ⭐ **Eaglercraft Tools** - [Mod Loader](https://eaglerforge.github.io/) / [Mod Search](https://eaglerrinth.github.io/) / [Create Mods](https://eaglerforge-builder.vercel.app/), [2](https://eaglerforge.github.io/EaglerForgeBuilderNew/) / [Public Servers](https://topeaglerservers.com/) / [Improved Servers](https://github.com/lax1dude/eaglerxserver), [2](https://modrinth.com/organization/eaglercraftxserver)\n* ⭐ **[NetGames](https://netgames.io/)** - Multiple Games / [Discord](https://discord.com/invite/chgD7WF)\n* ⭐ **[Gidd.io](https://gidd.io/)** - Multiple Games\n* ⭐ **[Gartic Phone](https://garticphone.com/)** - Telephone Game / [Discord](https://discord.gg/gartic)\n* ⭐ **[skribbl](https://skribbl.io/)** / [Extra Features](https://typo.rip/) / [GitHub](https://github.com/toobeeh/skribbltypo), [DrawBattle](https://drawbattle.io/) / [Discord](https://discord.gg/D6aHB4hRhK), [Sketchful](https://sketchful.io/) / [Subreddit](https://reddit.com/r/Sketchful) / [Discord](https://discord.gg/MEvtMCv), [⁠DrawWars](https://drawwars.io/), [Drawize](https://www.drawize.com/) or [Gartic](https://gartic.io/) - Drawing / Guessing Game / Multiplayer\n* [⁠GamingCouch](https://gamingcouch.com/) - Multiplayer Phone Controller / Gamepad Games / [Discord](https://discord.gg/UqSX9ZGz5u)\n* [⁠Tough Love Arena](https://toughlovearena.com/) - Multiplayer Browser Fighting Game / [Discord](https://discord.gg/gMBRaUPDT7)\n* [AWBW](https://awbw.amarriner.com/) - Multiplayer Browser Advance Wars / [Discord](https://discord.com/invite/rPpWT2x)\n* [Bloxd](https://bloxd.io/) / [Texture Editor / Assets](https://www.bloxdforge.com/) / [Discord](https://discord.com/invite/vwMp5y25RX) or [MiniBlox](https://miniblox.io/) / [Discord](https://discord.com/invite/nAwzkUJNmb) - Online Minecraft Clones\n* [Game Of Bombs](https://gameofbombs.com/) - Multiplayer Bomberman Style MMO\n* [PandaBomber](https://pandabomber.gg/) - Multiplayer Bomberman Style Game / [Discord](https://discord.gg/YFJCCxkdFZ)\n* [⁠Splatoon.io](https://splatoon.io/) - Multiplayer ⁠Splatoon Style Game\n* [Slither.io](https://slither.io/) - Grow the Longest Worm\n* [Make It Meme](https://makeitmeme.com/) - Meme Party Game\n* [Hexar.io](https://www.hexar.io/) or [splix.io](https://splix.io/) - Control the Map\n* [Powerline.io](https://powerline.io/) - Multiplayer Snake\n* [agar.io](https://agar.io/) - Become the Biggest Circle\n* [mope.io](https://mope.io/) - Become the Biggest Animal / [Discord](https://discord.com/invite/nQAVB9c)\n* [TagPro](https://koalabeast.com/) - Multiplayer Capture the Flag / [Discord](https://discord.com/invite/hhW3MDzrt3)\n* [Golf Party](https://golfparty.io/) - Multiplayer Mini Golf Game\n* [Bloob.io](https://bloob.io/) - Multiple Games\n* [Yucata](https://www.yucata.de/en/) - Multiple Games\n* [Foony](https://foony.com/) - Multiple Games\n* [Pixoguess](https://pixoguess.io/) - Guess Pixelated Images\n* [Tensor Trust](https://tensortrust.ai/) - AI Prompting Multiplayer Skill Game\n* [AI Bingo](https://ai-bingo.lipsumar.io/) - AI Art Guessing Games\n* [Deeeep](https://deeeep.io/) - Multiplayer Feeding Frenzy Games\n* [fsh.zone](https://fsh.zone/) - Multiplayer Fishing Game / [Discord](https://discord.com/invite/FKEzJSf)\n* [Moo Moo](https://moomoo.io/) - Multiplayer Survival Game\n* [Really Boring Website](https://really.boring.website/) - Online Scattergories\n* [Gpop.io](https://gpop.io/) - Rhythm Game\n* [Betrayal](https://betrayal.io/) - Among Us Clone\n* [Death by AI](https://deathbyai.gg/) - Survival Plan Game\n* [Smash Karts](https://smashkarts.io/) - Kart Battles\n* [Spacewar!](https://www.masswerk.at/spacewar/) - All 11 Versions / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/spacewar.md)\n* [tix.tax](https://tix.tax/) - Tic-Tac-Toe\n\n***\n\n## ▷ Text Adventures\n\n* **Note** - Oldschool text adventure games are known for being [unforgiving](https://www.ifwiki.org/Cruelty_scale), but you can usually find solutions / guides online. You can also try feeding the text to [AI chatbots](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_online_chatbots), which can be both helpful and amusing.\n\n***\n\n* 🌐 **[IFWiki](https://www.ifwiki.org/)** - Interactive Fiction Encyclopedia / Resources\n* ⭐ **[IFDB](https://ifdb.org/)** - Text Adventures\n* [Mudlet](https://www.mudlet.org/) - Text Adventure Platform / [Discord](https://discord.com/invite/kuYvMQ9) / [GitHub](https://github.com/Mudlet/Mudlet)\n* [IFWizz](https://ifwizz.de/if-en.html) - Text Adventures\n* [IFArchive](https://www.ifarchive.org/) - Text Adventures\n* [Web Adventures](https://www.web-adventures.org/) - Text Adventures\n* [Seedship](https://philome.la/johnayliff/seedship/play/index.html) - Text Adventures\n* [TextAventures](https://textadventures.co.uk/) - User-Made Text Adventures\n* [WrittenRealms](https://writtenrealms.com/), [Genesis](https://www.genesismud.org/), [Fateful Quest](https://fateful.quest/) or [Level 13](https://nroutasuo.github.io/level13/) - Individual Adventures\n* [Muds](https://muds.fandom.com/wiki/) - Text Adventure ROMs\n* [SolutionArchive](https://solutionarchive.com/) - Text Adventure Solutions\n\n***\n\n## ▷ Shooter\n\n* ⭐ **[Play-CS](https://play-cs.com/)** - Browser Counter-Strike 1.6\n* ⭐ **[NZP](https://nzp.gay/)** - Browser Retro Zombies Recreation\n* ⭐ **[Krunker.io](https://krunker.io/)**, [2](https://browserfps.com/) - PvP FPS\n* [OpenArena Live](https://kosmi.io/openarena) or [Q1K3](https://js13kgames.com/games/q1k3/index.html) - Quake Inspired Games\n* [WebLiero](https://www.webliero.com/) - Multiplayer Liero Clone\n* [⁠Voxiom](https://voxiom.io/) - Minecraft Inspired PVP FPS / [Discord](https://discord.gg/GBFtRcY)\n* [Debug Survivor](https://debug-survivor.leek.io/) - Dev Themed Roguelike Shooter\n* [Venge](https://venge.io/) - PvP FPS\n* [kour.io](https://kour.io/), [2](https://kourio.online/) - PvP FPS\n* [ev.io](https://ev.io/) - PvP FPS\n* [Deadshot](https://deadshot.io/) - PvP FPS\n* [LolShot](https://lolshot.io/) - PvP FPS\n* [ShellShock](https://www.shellshock.io/) - PvP FPS\n* [MiniRoyale](https://miniroyale.io/) - Battle Royale Game\n* [Survev.io](https://survev.io/) - Top-Down Battle Royale / [Discord](https://discord.gg/75RAK3p3K2)\n* [Hypersomnia](https://play.hypersomnia.io/) - Top-Down Shooter / [GitHub](https://github.com/TeamHypersomnia/Hypersomnia)\n* [ZombsRoyale.io](https://zombsroyale.io/) - Top-Down Battle Royale\n* [Gats.io](https://gats.io/) - Top-Down Battle Royale / [Discord](https://discord.gg/8Tspptdupm)\n* [Operius](https://mors-games.itch.io/operius) - Space Shooter\n* [Galaxies](https://playcanv.as/p/Ikq6Uk6A/) - Space Combat Game\n* [MK48](https://mk48.io/) - Ship Combat Game / [Discord](https://discord.com/invite/YMheuFQWTX) / [GitHub](https://github.com/SoftbearStudios/mk48)\n* [Tanki](https://tankionline.com/) or [Diep](https://diep.io/) - Online Team VS Team Tank Games\n* [webXash](https://x8bitrain.github.io/webXash/) - Half Life Demo\n\n***\n\n## ▷ Platformer\n\n* ⭐ **[Bonk](https://bonk.io/)** - Multiplayer Physics Game\n* ⭐ **[TotalJerkFace](https://totaljerkface.com/)** - Happy Wheels & Other Games\n* ⭐ **[Line Rider](https://www.linerider.com/)** - Draw Sled Tracks\n* [LOLBeans](https://lolbeans.io/) - Fall Guys Clone\n* [Free Rider HD](https://www.freeriderhd.com/) - Draw / Race Bike Tracks\n* [Raptjs](https://madebyevan.com/rapt/) or [Synesthesia in Space](http://synesthesiagame.com/) - Puzzle Platformer\n* [Tales of Dorime](https://dorime.udany.net/) - 2D Platformer\n* [PrinceJS](https://princejs.com/) - Prince of Persia\n\n***\n\n## ▷ Simulation\n\n* [⁠IsoCity](https://iso-city.com/) - City Building Game / [GitHub](https://github.com/amilich/isometric-city)\n* [IsoCoaster](https://iso-coaster.com/) - Theme-Park Building Game / [GitHub](https://github.com/amilich/isometric-city)\n* [HatTrick](https://www.hattrick.org/) - Multiplayer Football League Manager\n* [⁠MatchSimulator](https://matchsimulator.com/) - Football League Simulator\n* [FSHistory](https://s-macke.github.io/FSHistory/) - Play Classic Flight Simulator\n* [⁠Ride Simulator](https://sims.willby.info/) - Disney Ride Control Simulators\n* [Hacker Wars](https://hackerwars.io/) - Hacking Simulators\n* [Startup Simulator](https://toggl.com/startup-simulator/) - Startup Simulation Game\n* [Sim CB](https://benoitessiambre.com/macro.html) - Central Bank Simulator\n* [Orbity](https://orbity.io/game.php) - Spaceship Launching Game\n* [Plane Food Simulator](https://sheepandram.itch.io/pfs2021) - Plane Food Eating Game\n* [Alternate History Simulator](https://abw.blue/) - Write Alternate History\n* [NationStates](https://www.nationstates.net/) - Nation Simulation Game / [Scripts](https://hare.kractero.com/)\n* [Politics and War](https://politicsandwar.com/) - More Advanced Nation Building Simulation Game / [Discord](https://discord.com/invite/H9XnGxc)\n* [GeoFS](https://www.geo-fs.com/geofs.php) - Plane Simulator\n* [Money Simulator](https://simulator.money) - Money Simulator\n* [BrantSteele](https://brantsteele.com/index.php) or [Simublast](https://www.simublast.com/) - Game Show Simulators\n\n***\n\n## ▷ RPGs\n\n* ↪️ **[RPG / TTRPG Builders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools/#wiki_.25B7_rpg_worldbuilding)**\n* ↪️ **[ARPG / MMORPG Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools/#wiki_.25B7_arpg_.2F_mmorpg_tools)**\n* [Fallen London](https://www.fallenlondon.com/) - Text-Based RPG\n* [Yume Nikki Online Project](https://ynoproject.net/) - Multiplayer Yume Nikki / [Discord](https://discord.com/invite/fRG3AxUeKN)\n* [Dynast](https://dynast.io/) - Survival Browser Game\n* [⁠Noxious](https://noxious.gg/) - Multiplayer Sandbox / MMORPG / [Discord](https://discord.gg/JTev3nzeDa)\n* [Kingdom of Loathing](https://www.kingdomofloathing.com/) - Comedy RPG\n* [Frasier Fantasy](https://edward-la-barbera.itch.io/frasier-fantasy) - Comedy RPG\n* [Gridland](https://gridland.doublespeakgames.com/) - Grid Matching RPG\n* [Backpack Hero](https://thejaspel.itch.io/backpack-hero) - Turn-Based RPG\n* [Miniconomy](https://www.miniconomy.com/) - Economy Game\n* [⁠OFF](https://off.zchr.org/) - Browser RPG\n* [Forumwarz](https://www.forumwarz.com/) - Browser RPG\n* [Dungeon Crawl](https://crawl.develz.org/) - Browser RPG\n* [Isleward](https://bigbadwaffle.itch.io/isleward) - Browser RPG\n* [Hordes.io](https://hordes.io/) - Browser MMORPG / [Discord](https://discord.com/invite/hordes)\n* [Aberoth](https://aberoth.com/) - Browser MMORPG\n* [RPGMaker Game Archive](https://archive.org/details/rpgmaker-net-game-archive) - Collection of Games From RPGMaker\n\n***\n\n## ▷ Strategy\n\n* ⭐ **[Super Auto Pets](https://teamwood.itch.io/super-auto-pets)** - Pet Battle Game / [Resources](https://www.groundedsap.co.uk/)\n* [KDice](https://www.kdice.com/) - Multiplayer Dice War\n* [OpenFront](https://openfront.io/) / [Discord](https://discord.gg/k22YrnAzGp) or [Territorial](https://territorial.io/) - Conquest / War Style Games\n* [Warzone](https://www.warzone.com/) - RISK Clone\n* [Neptune's Pride](https://np4.ironhelmet.com/) - Space Strategy Game\n* [generals.io](https://generals.io/) - War Strategy Game\n\n***\n\n## ▷ Incremental / Idle\n\n* 🌐 **[r/Incremental_Games](https://www.reddit.com/r/incremental_games/wiki/list_of_incremental_games)**, [Galaxy Click](https://galaxy.click/), [IncrementalDB](https://www.incrementaldb.com/) or [Almost Idle](https://almostidle.com/) - Incremental Games Indexes\n* ⭐ **[Cookie Clicker](https://orteil.dashnet.org/cookieclicker/) / [2](https://orteil.dashnet.org/experiments/cookie/)** - Incremental Cookie Game\n* ⭐ **Cookie Clicker Tools** - [Multiple Tools](https://github.com/CookieMonsterTeam/CookieMonster) / [Calculator](https://coderpatsy.bitbucket.io/cookies/cookies.html) / [Discord](https://discord.com/invite/cookie)\n* [The Thorp of Woodstock](https://cheerfulghost.github.io/civ-clicker/index.html) - Build a Civilization\n* [BitBurner](https://bitburner-official.github.io/) - Incremental RPG\n* [Progress Quest](http://progressquest.com/play/) - Idle RPG / [Discord](https://discord.com/invite/dz7MFNU)\n* [Idlescape](https://www.play.idlescape.com/) - Idle MMORPG\n* [Universal Paperclips](https://www.decisionproblem.com/paperclips/index2.html) - A Paperclip Creation Simulator\n* [MousePoint](https://creativetechguy.com/mousepoint) - Incremental Mouse Movement Game\n* [CandyBox](https://candybox2.github.io/) - Candy Eating Game\n* [Particle Clicker](https://particle-clicker.web.cern.ch/) - Incremental Particle Physics Games\n* [KittensGame](https://kittensgame.com/web/) - Incremental Kitten Maker\n* [Incremancer](https://incremancer.gti.nz/) or [Danemancer](https://cirusdane.github.io/incremancer/) - Incremental Zombie Game\n* [A Dark Room](https://adarkroom.doublespeakgames.com/) - Dark Room Survival Game\n* [WarClicks](https://warclicks.com/) - Incremental War Game\n* [Goblin Bet](https://goblin.bet/) - Bet on 1v1 Monster Fights\n* [The First Alkahistorian](https://nagshell.github.io/elemental-inception-incremental/) - Incremental Elemental Game\n* [FactoryIdle](https://factoryidle.com/) - Factory Idle Simulator\n* [Antimatter Dimensions](https://ivark.github.io/) - Antimatter Idle Game / [Android](https://play.google.com/store/apps/details?id=kajfosz.antimatterdimensions) / [Discord](https://discord.gg/AntimatterDimensions)\n* [Theory of Magic](https://mathiashjelm.gitlab.io/arcanum/) - Magic Idle Game\n* [Succubox](https://www.glaielgames.com/succubox/) - Loot Box Idle Game\n* [Swarm Simulator](https://www.swarmsim.com/) - Idle Bug Swarm Game\n\n***\n\n## ▷ Trivia / Guessing\n\n* ⭐ **[GuessTheGame](https://guessthe.game/)** or [Gamedle](https://www.gamedle.wtf/) - Game Guessing Games\n* [The Impossible Quiz](https://www.newgrounds.com/portal/view/365143) - Classic Quiz Browser Game \n* [TriviaDuel](https://www.triviaduel.com/), [Fun Trivia](https://www.funtrivia.com/), [Sporcle](https://www.sporcle.com/), [uQuiz](https://uquiz.com/), [ARealMe](https://www.arealme.com/) or [JetPunk](https://www.jetpunk.com/) - Quiz / Trivia\n* [The Re-Ride](https://thereri.de/) - You Don't Know Jack: The Ride Remake / [Discord](https://discord.com/invite/89sgMHnDRB)\n* [FlightGuesser](https://flightguesser.com/) - Flight Path Guessing Game\n* [Akinator](https://en.akinator.com/) - 20 Questions\n* [⁠Ballpark](https://ball-park.dev/) - Daily Estimation Game\n* [Buzzinga](https://buzzinga.io/) - Jeopardy Creator\n* [Bestiefy](https://bestiefy.com/) - Friend Quizzes\n* [WTM](https://whatthemovie.com/), [Moviedle](https://moviedle.xyz/), [Actorle](https://actorle.com/) / [TV](https://actorle.tv/), [Kino.wtf](https://www.kino.wtf/), [Likewise](https://pix-media.com/games), [Flickle](https://flickle.app/), [⁠Flickle](https://www.flickle.co/) or [Framed](https://framed.wtf/) - Movie / TV Guessing Games\n* [Cinenerdle](https://www.cinenerdle.app/) or [Cinenerdle2](https://www.cinenerdle2.app/) - Movie Puzzles\n* [BoxOfficeGA](https://boxofficega.me/) - Box Office Guessing\n* [Scenewise](https://scenewise.io/) - Movie Scene Order Puzzle\n* [⁠AniGuessr](https://aniguessr.com/) - Anime Guessing Game\n* [AMQ](https://animemusicquiz.com/) - Anime Theme Song Guessing\n* [ConnectTheStars](https://connectthestars.xyz/) or [Movie To Movie](https://movietomovie.com/) - Connect Stars through Movies\n* [Play Football](https://playfootball.games/) - Football Quizzes / Trivia\n* [The Wiki Game](https://www.thewikigame.com/) or [WikiRacer](https://wikiracer.io/) - Wikipedia Exploration Games / [Automation Tool](https://www.sixdegreesofwikipedia.com/), [2](https://gitlab.com/johanbluecreek/wikiracer)\n* [⁠FactorDay](https://factorday.com/) - Daily Wikipedia-Based Trivia / Crosswords\n* [Catfishing](https://catfishing.net/) - Wiki Article Guessing Game\n* [More or Less](https://moreorless.io/) - More or Less Guessing\n* [Muzify](https://muzify.com/) (signup), [Musicle](https://musicle.app/), [⁠Whatsamusic](https://whatsamook.games/mu) / [Discord](https://discord.gg/NM7x5R6), [Bandle](https://bandle.app/), [Spotle](https://spotle.io/) or [Lofidle](https://lofidle.com/) - Music / Song Guessing Games\n* [DanceMusic](https://dancemusic.wtf/) - Electronic Music Genre Guessing Game\n* [Poeltl](https://poeltl.nbpa.com/) - NBA Guessing Game\n* [The Higher Lower Game](https://www.higherlowergame.com/) or [Google Feud](https://googlefeud.com/) - Guess What's Googled More\n* [Graphs](https://www.graphs.world/) - Graph Guessing Game\n* [English Sandwich](https://englishsandwich.github.io/) - Guess Where Dishes are From\n* [Guess The Price](https://guesstheprice.net/) - Price Guessing Game\n* [Apparle](https://www.apparle.com/) - Apparel Price Guessing Game\n* [⁠WildGuesser](https://wildguesser.com/) or [Metazooa](https://metazooa.com/) - Animal Guessing Games\n* [Pufferdle](https://pufferdle.com/) - Fish Guessing Game\n* [ChessGuessr](https://www.chessguessr.com/) - Chess Style Guessing Game\n* [⁠Dialed](https://dialed.gg/) - Color Memory Game \n* [Huedle](https://huedle.com/), [Color Rush](https://www.colorrush.io/), [WhatTheHex](https://yizzle.com/whatthehex/) or [Hexcodle](https://www.hexcodle.com/) - Hex Code Guessing Games\n* [Nerdle](https://nerdlegame.com/), [Additional](https://additional.today/) or [Countle](https://www.countle.org/) - Math Guessing Games\n* [⁠MCdle](https://www.mcdle.net/) or [Minecraftle](https://minecraftle.zachmanson.com/) - Minecraft Guessing Games\n* [Gearoid Pokémon](https://gearoid.me/pokemon/), [Pokedle](https://pokedle.net/) or [Squirdle](https://squirdle.fireblend.com/) - Pokémon Guessing Games\n* [Pokémon Infinite Heardle](https://pkmn-infinite-heardle.glitch.me/) - Pokémon Music Guessing\n* [LoLdle](https://loldle.net/) - League of Legends Guessing Games\n* [Owdle](https://owdle.guessing.day/) - Overwatch Guessing Games\n* [Guess The Year](https://guess-the-year.davjhan.com/) or [ChronoPhoto](https://www.chronophoto.app/) - Year Guessing Game\n* [Wikitrivia](https://wikitrivia.tomjwatson.com/) - Guess Which Event Came First\n\n***\n\n## ▷ Tetris\n\n* ⭐ **[TETR.IO](https://tetr.io/)** - Multiplayer Browser Tetris / [Plus](https://gitlab.com/UniQMG/tetrio-plus) / [Skin Database](https://you.have.fail/tetrioplus//) / [Stats](https://tsbeta.dan63.by/) / [Discord](https://discord.com/invite/tetrio) / [GitHub](https://github.com/tetrio/)\n* [Jstris](https://jstris.jezevec10.com/) - Multiplayer Browser Tetris / [Plus](https://discord.gg/mtX8ek82xb) / [Skin Database](https://docs.google.com/spreadsheets/d/1xO8DTORacMmSJAQicpJscob7WUkOVuaNH0wzkR_X194/htmlview#)\n* [Tetra eSports](https://tetraesports.com/) - Competitive Multiplayer Tetris / [Discord](https://discord.gg/6EFdcGuWKn)\n* [⁠Techmino](https://github.com/26F-Studio/Techmino) - Multi-Mode Tetris Recreation \n* [⁠Notris Foes](https://notrisfoes.com/) - Multiplayer Browser Tetris / [Discord](https://discord.com/invite/qBJeAKk)\n* [⁠nestris](https://nestris.org/) - Multiplayer Browser Tetris / Practice\n* [Apotris](https://akouzoukos.com/apotris/play/) - Customizable Browser Tetris w/ Responsive Controls / [Multi-Platform](https://akouzoukos.com/apotris) / [Source Code](https://gitea.com/akouzoukos/apotris)\n* [Tetris](https://tetris.com/) - Browser Tetris\n* [⁠LazyTetris](https://lazytetris.com/) - Browser Tetris\n* [Tetr.js](http://farter.cn/tetr.js/) - Browser Tetris\n* [First-Person Tetris](https://firstpersontetris.com/) - First Person Tetris\n* [Sandtris](https://sandtris.com/) - Falling Sand Style Tetris\n* [FOUR.lol](https://four.lol/) - Tetris Openers Wiki\n* [Underdogs Cup Lounge](https://discord.gg/QCbC9cA) - Tetris Resources & Coaching Discord\n* [Fumen](https://harddrop.com/fumen/) - Tetris Field Editor\n\n***\n\n## ▷ GeoGuessr\n\n* 🌐 **[GGHY](https://gghy.net/)** - GeoGuessr Resources\n* ⭐ **[Plonk It](https://www.plonkit.net/)** / [Discord](https://discord.gg/plonk-it-854419081813164042), **[Regionguessing](https://docs.google.com/spreadsheets/d/1UNvkoY-LaktF75nU_cP7-wVRAEvH3fSqVZet20HqxXA)**, [GeoTips](https://geotips.net/) / [Discord](https://discord.gg/svhWzU7FMa), [GeoHints](https://geohints.com/) / [Discord](https://discord.gg/bCZ8Bg2vUd), [⁠GeoMetas](https://www.geometas.com/) or [Top Tricks](https://somerandomstuff1.wordpress.com/2019/02/08/geoguessr-the-top-tips-tricks-and-techniques/) - GeoGuessr Guides / Tips\n* ⭐ **[Geotastic](https://geotastic.net/)** - Multiplayer GeoGuessr / Requires Sign-Up\n* ⭐ **[Globle](https://globle-game.com/)** - Country Hot-or-Cold Guessing Game\n* [LearnableMeta](https://learnablemeta.com/) / [Discord](https://discord.gg/AcXEWznYZe) or [helloquiz](https://helloquiz.app/) / [Discord](https://discord.gg/td7bN9HKhX) - Geoguessr Practice Maps\n* [Emily's GeoGuessr Tools](https://geo.emily.bz/) - GeoGuessr Tools\n* [Geohub](https://www.geohub.gg/) - Free GeoGuessr Alt / Requires Google API\n* [GuessWhereYouAre](https://guesswhereyouare.com/) - Free GeoGuessr Alt w/ Multiplayer\n* [OpenGuessr](https://openguessr.com/) - Free GeoGuessr Alt w/ Multiplayer\n* [WorldGuessr](https://www.worldguessr.com/) - Free GeoGuessr Alt\n* [FreeGuessr](https://freeguessr.com/) - Free GeoGuessr Alt\n* [City Guesser](https://virtualvacation.us/guess) - Video-Based GeoGuessr\n* [Quizzity](https://david-peter.de/quizzity/) - City Guessing Game\n* [⁠TVGuessr](https://www.tvguessr.garden/) - Guess Countries by TV Channels\n* [Tradle](https://games.oec.world/en/tradle/) - Guess Countries by their Exports\n* [Back Of Your Hand](https://backofyourhand.com/) - Local GeoGuessr\n* [LostGamer](https://lostgamer.io/) - Video Game GeoGuessr\n* [GTA V GeoGuessr](https://gta-geoguesser.com/) - GTA V GeoGuessr\n* [TimeGuessr](https://timeguessr.com/) - Historical Time-period GeoGuessr\n* [LanguageGuessr](https://languageguessr.io/) - Language GeoGuessr / Requires Sign-Up\n* [Artifact Guesser](https://artifactguesser.com/) or [GeoArtwork](https://artsandculture.google.com/experiment/geo-artwork/wgEPVBAUiRVlEQ) - Guess Origins of Cultural Artifacts\n* [travle](https://travle.earth/) - Guess Countries Between Two Locations\n* [MapGenerator](https://map-generator-nsj.vercel.app/) - GeoGuessr Map Generator\n* [VirtualStreets](https://virtualstreets.org/) - Google Street Update Tracker\n\n***\n\n# ► [Gaming Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools)\n"
  },
  {
    "path": "docs/image-tools.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/tools-index)**\n***\n***\n\n# ► Image Editing\n\n* 🌐 **[PuccaNoodles' Sheet](https://docs.google.com/spreadsheets/d/1-8OKuEvRR038Uno--Vi9tQRe4eFCSfQTPov7nXgiJ3w/)** - Image Creation Resources\n* ↪️ **[AI Image Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_image_generation)**\n* ↪️ **[Art Education](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_art_.2F_editing)**\n* [Croppola](https://croppola.com/), [AutoCropper](https://www.autocropper.io/), [Bulk Image Crop](https://bulkimagecrop.com/) or [Avatar Cropper](https://avatarcropper.com/) - Cropping Tools\n* [imgsli](https://imgsli.com/) - Before & After Slider Generator\n* [⁠PixelFrame](https://pixelframe.design/) - Custom Pop Culture Graphic Generator\n* [Scribus](https://www.scribus.net/) or [Quarkdown](https://quarkdown.com/) / [GitHub](https://github.com/iamgio/quarkdown) - Page Layout & Typesetting Programs\n* [Images.weserv.nl](https://images.weserv.nl/) - Image Editing Server\n* [GradientArt](https://gra.dient.art/) or [TailBlend](https://tailblend.vercel.app/) - Gradient Editor\n* [Canvas](https://www.nvidia.com/en-us/studio/creative-side-hustle/) - Turn Simple Art into Photorealistic Landscapes\n* [Image Splitter](https://ruyili.ca/image-splitter/) - Split Images into Tiles\n* [PicFont](https://picfont.com/) - Add Text to Images\n\n***\n\n## ▷ Editing Software\n\n* ↪️ **[Editing Software](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent/#wiki_.25BA_torrent_sites)**\n* ↪️ **[Android Editors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_image_tools)**\n* ⭐ **[GIMP](https://www.gimp.org/)** / Windows, Mac, Linux / [Photoshop UI](https://github.com/Diolinux/PhotoGIMP) / [Texture Synthesizer](https://github.com/bootchk/resynthesizer) / [Discord](https://discord.gg/kHBNw2B) / [Subreddit](https://www.reddit.com/r/GIMP/) / [GitLab](https://gitlab.gnome.org/GNOME/gimp)\n* ⭐ **[ImageMagick](https://imagemagick.org/index.php)** / Windows, Mac, Linux, iOS / [Scripts](https://www.fmwconcepts.com/imagemagick/index.php) / [GitHub](https://github.com/imagemagick/imagemagick)\n* [⁠Affinity](https://www.affinity.studio/) or [⁠AffinityOnLinux](https://github.com/ryzendew/Linux-Affinity-Installer) / Windows, Mac, Linux / [No Login Method](https://rentry.co/FMHYB64#affinity)\n* [LazPaint](https://lazpaint.github.io/) / Windows, Mac, Linux / [GitHub](https://github.com/bgrabitmap/lazpaint/)\n* [PhotoDemon](https://photodemon.org/) / Windows / [GitHub](https://github.com/tannerhelland/PhotoDemon)\n* [⁠RapidRAW](https://www.getrapidraw.com/) / Windows, Mac, Linux / [Discord](https://discord.com/invite/cvFugZ2Hw8) / [GitHub](https://github.com/CyberTimon/RapidRAW)\n* [Paint.net](https://www.getpaint.net/index.html) / Windows / [GitHub](https://github.com/paintdotnet)\n* [Gimel Studio](https://gimelstudio.com/) / Windows / [GitHub](https://github.com/GimelStudio/GimelStudio)\n* [Hugin](https://hugin.sourceforge.io/) - Panorama Image Generator / Windows, Mac, Linux\n* [IOPaint](https://github.com/Sanster/IOPaint) - AI Image Multitool Editor\n  \n***\n\n## ▷ Online Editors\n\n* ⭐ **[Pixlr](https://pixlr.com/)** - Simple Editor / [Hide Premium](https://greasyfork.org/en/scripts/425737) / [Unlimited Saves](https://greasyfork.org/en/scripts/460881), [2](https://greasyfork.org/en/scripts/490940)\n* ⭐ **[Lunapic](https://lunapic.com/)** - Multi-Tool\n* ⭐ **[Photopea](https://www.photopea.com/)** - Photoshop Alt\n* [BitMappery](https://www.igorski.nl/application/bitmappery/) - Photoshop Alt\n* [iPiccy](https://ipiccy.com/) - Photoshop Alt\n* [Stet](https://stet.io/) - Photoshop Alt\n* [Polarr](https://photoeditor.polarr.co/) - Multi-Tool\n* [Resize Pixel](https://www.resizepixel.com/) - Multi-Tool\n* [Tom's Editor](https://tomseditor.com/editor/) - Multi-Tool\n* [photo.codes](https://www.photo.codes/) - Simple Editor w/ Shareable Colab Codes\n* [MiNi Photo Editor](https://mini2-photo-editor.netlify.app/) - Simple Editor / [GitHub](https://github.com/xdadda/mini-photo-editor)\n* [Polotno Studio](https://studio.polotno.com/) - Simple Editor\n* [ILoveImg](https://www.iloveimg.com/photo-editor) - Simple Editor\n* [UpperPix](https://upperpix.com/) - Simple Editor\n* [Online Photo Editor](https://www.freeonlinephotoeditor.com/) - Simple Editor\n* [Picverse](https://www.picverse.com/online-photo-editor) - Simple Editor\n* [webp2jpg](https://renzhezhilu.github.io/webp2jpg-online/) - Simple Editor\n* [edit.photo](https://edit.photo/) - Simple Editor\n* [RedKetchup](https://redketchup.io/) - Multi-Tool\n* [fffuel](https://fffuel.co/) - Multi-Tool\n* [Mara](https://mara.photos/) - Multi-Tool\n\n***\n\n## ▷ Content Removers\n\n* ⭐ **[ObjectRemover](https://objectremover.com/)**, **[Lama Cleaner](https://lama-cleaner-docs.vercel.app/)**, [Inpaint](https://theinpaint.com/), [Cleanup.pictures](https://cleanup.pictures/) or [HAMA](https://www.hama.app/) - Object Removers\n* ⭐ **[BG Bye](https://bgbye.io/)**, [2](https://fyrean.itch.io/bgbye-background-remover), [3](https://bgbye.fyrean.com/) - Background Remover / [GitHub](https://github.com/MangoLion/bgbye)\n* [Pixelcut](https://www.pixelcut.ai/) - Background Remover\n* [Ripolas Background Remover](https://ripolas.org/background-remover/) - Background Remover / Non-AI\n* [Change BG](https://www.change-bg.org/) - Background Remover\n* [Adobe Express Background Remover](https://www.adobe.com/express/feature/image/remove-background) - Background Remover\n* [remove.bg](https://www.remove.bg/) - Background Remover / [GIMP Plugin](https://github.com/manu12121999/RemoveBG-GIMP)\n* [Rembg](https://github.com/danielgatis/rembg) - Self-Hosted Background Remover\n* [Segment Anything](https://aidemos.meta.com/segment-anything) - Visual Segmentation / [GUI](https://github.com/dibrale/samist) / [Stable Diffusion WebUI](https://github.com/continue-revolution/sd-webui-segment-anything) / [Extensions](https://github.com/kevmo314/magic-copy)\n\n***\n\n## ▷ Upscale / Restore\n\n* ⭐ **[Waifu2x](https://github.com/nagadomi/nunif)** - Anime Image Upscaling / [WebUI](https://www.waifu2x.net/), [2](https://unlimited.waifu2x.net/), [3](https://waifu2x.pro/) / Self-Hosted\n* ⭐ **[WaifuXL](https://waifuxl.com/)** - Anime Image Upscaling / Online / Self-Hosted\n* ⭐ **[image-upscaling](https://image-upscaling.net/)** - Image Upscaling / Online\n* ⭐ **[Upscayl](https://upscayl.org/)** - Image Upscaling / Self-Hosted / [GitHub](https://github.com/upscayl/upscayl)\n* ⭐ **[chaiNNer](https://chainner.app/)** - Image Upscaling / Self-Hosted / [GitHub](https://github.com/chaiNNer-org/chaiNNer)\n* ⭐ **[OpenModelDB](https://openmodeldb.info/)** - AI Upscaling Model Database\n* [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN) - Image Restoration Algorithms / [Face Restoration](https://github.com/TencentARC/GFPGAN) / Online / Self-Hosted\n* [IMGUpscaler](https://imgupscaler.ai/) - Image Upscaling / Restoration / Video Upscaling / Online\n* [Bigjpg](https://bigjpg.com/) - Image Upscaling / Online\n* [Ilaria_Upscaler](https://huggingface.co/spaces/TheStinger/Ilaria_Upscaler) - Image Upscaling / Online\n* [Final2x](https://github.com/Tohrusky/Final2x) - Image Upscaling / Self-Hosted\n* [Lossless Scaling](https://fmhy.net/gaming#download-games) (search) - Image Upscaling\n* [Warlock-Studio](https://github.com/Ivan-Ayub97/Warlock-Studio) -  Image Upscaling\n* [imgupscaler](https://imgupscaler.com/) - Image Upscaling / Online\n* [QualityScaler](https://github.com/Djdefrag/QualityScaler) - Image Upscaling / Video Upscaling / Denoising / Self-Hosted\n* [resdet](https://github.com/0x09/resdet) - Detect Source Resolution of Upscaled Images / Self-Hosted\n\n***\n\n## ▷ Image Effects\n\n* ⭐ **[Mosh](https://moshpro.app/)**, **[Efecto](https://efecto.app/)**, [glitch2](https://akx.github.io/glitch2/) or [GlitchyImage](https://glitchyimage.com/) - Glitch Images\n* [PhotoFunia](https://photofunia.com/), [effect.app](https://effect.app/), [⁠Tooooools](https://tooooools.app/) or [Image Mage](https://imagemageage.github.io/) - Photo Effects / Filters\n* [Palettum](https://palettum.com/) - Add Custom Color Palettes to Images & GIFs / [GitHub](https://github.com/arrowpc/palettum) \n* [InColor](https://www.myheritage.com/incolor) - B&W Image Colorization / Requires Sign-Up\n* [⁠Dual Shades](https://dual-shades.anmolagrawal.dev/) - Generate B&W Images w/ Colorized Subjects\n* [PhotoJoiner](https://www.photojoiner.com/) or [⁠Collaigo](https://www.collaigo.com/) / [Discord](https://discord.gg/WbVXpRkWZv) (chrome) - Collage Makers / Editors\n* [⁠shabzefilters](https://shabzefilters.netlify.app/) - ASCII, Dot, Braille, Block, Line, etc \n* [AIDraw](https://ai-draw.tokyo/en/) or [⁠FiniteCurve](https://www.finitecurve.com/) - Turn Photos into Line Art\n* [Tiler](https://github.com/nuno-faria/tiler) - Mosaic Image Generator\n* [Fotosketcher](https://fotosketcher.com/) - Turn Photos into Artwork / Windows\n* [Mimi](https://mimi-panda.com/) - Turn Photos into Coloring Book Sketch\n* [Text-Image](https://www.text-image.com/) - Text Image Generator\n* [ordered-dither-maker](https://seleb.github.io/ordered-dither-maker/), [BDFM](https://bitmap.designfamilymarket.com/), [Ditherista](https://github.com/robertkist/ditherista/) or [Dither Me This](https://doodad.dev/dither-me-this/) - Image Dithering / Bitmap Generators\n* [Rutt-Etra-Izer](https://airtightinteractive.com/demos/js/ruttetra/) - Scanned-line Images\n* [Tinter](https://github.com/uxie-io/tinter) - Hue Editor\n* [Geometrize](https://www.geometrize.co.uk/) - Redraw Images with Geometric Shapes / [GitHub](https://github.com/Tw1ddle/geometrize)\n* [PBNify](https://pbnify.com/) - Paint by Number Tool\n* [Party-ify](https://nathanielw.github.io/party-ify/) - Party-ify Images\n\n***\n\n## ▷ [Linux Image Editing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_linux_image)\n\n***\n\n## ▷ [Mac Image Editing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_mac_image)\n\n***\n\n# ► Image Creation\n\n***\n\n## ▷ Painting / Drawing\n\n* 🌐 **[Digital Art Brushes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_digital_brushes)** - Download Brushes\n* ⭐ **[Krita](https://krita.org/en/)** - Painting App / Windows, Mac, Linux / [AI Generation](https://github.com/Acly/krita-ai-diffusion/) / [GitHub](https://github.com/KDE/krita)\n* ⭐ **[miniPaint](https://viliusle.github.io/miniPaint/)** - Browser Painting / Web\n* ⭐ **[Pinta](https://www.pinta-project.com/)** - Painting App / Windows, Mac, Linux / [GitHub](https://github.com/PintaProject/Pinta)\n* [Magma](https://magma.com/), [⁠MagicalDraw](https://draw.kuku.lu/), [DrawPile](https://drawpile.net/) or [malmal](https://malmal.io/) - Collaborative Drawing\n* [SmoothDraw](https://qrli.github.io/smoothdraw/) - Painting App / Windows\n* [Inkscape](https://inkscape.org/) - Drawing / Sketching / Windows, Mac, Linux / [GitLab](https://gitlab.com/inkscape/inkscape)\n* [FireAlpaca](https://firealpaca.com/) - Painting App / Windows, Mac\n* [PixiEditor](https://pixieditor.net/) - Vector Editor / Painting App / Windows, Mac, Linux / [Discord](https://discord.com/invite/qSRMYmq) / [GitHub](https://github.com/PixiEditor/PixiEditor)\n* [SumoPaint](https://sumopaint.com/) - Browser Painting / Web\n* [KRESKA.art](https://kreska.art/) - Browser Painting / Drawing / Web\n* [⁠Wigglypaint](https://wigglypaint.net/) - Browser Painting / Animated Brushes\n* [Milton](https://www.miltonpaint.com/) - Infinite Canvas Painting / Windows, Linux / [GitHub](https://github.com/serge-rgb/milton)\n* [AutoDraw](https://www.autodraw.com/) - AI Drawing Tool / Web\n* [⁠VibePaintAI](https://vibepaint-ai-795372324720.us-west1.run.app/) - AI Painting Tool\n* [VectorPaint](https://vectorpaint.yaks.co.nz/) - Vector Editor / Painting / Web\n* [⁠Provector](https://start.provector.app/) - Vector Editor / Web / [GitHub](https://github.com/diaoliu/provector)\n* [Graphite](https://graphite.art) - Vector Editor / Web / [Subreddit](https://www.reddit.com/r/graphite/) / [Discord](https://discord.com/invite/uMjBz5N68W) [GitHub](https://github.com/GraphiteEditor/Graphite)\n* [⁠Vectorpea](https://www.vectorpea.com/) - Vector Editor / Web\n* [Tilda](https://tilda.cc/lp/vector/) - Vector Editor / Web\n* [HeavyPaint](https://www.heavypaint.com/) - Water Color Painting / Android, iOS, Web\n* [Mixbox Painter](https://scrtwpns.com/mixbox/painter/) - Realistic Paint Mixing / Web\n* [Vervette](https://www.taron.de/Vervette/sandbox/) - Realistic Fluid Painting / Web\n* [ArtistAssistApp](https://artistassistapp.com/) - Useful Painting Tools / Web\n* [Inscribed](https://inscribed.app/) - Sketch-Based Slides / Web / [GitHub](https://github.com/chunrapeepat/inscribed)\n* [Sketch Toy](https://www.sketchtoy.com/) - Drawing / Sketching / Web\n* [tldraw](https://www.tldraw.com/) - Drawing / Sketching / Web\n* [Ok! So](https://okso.app/) - Drawing / Sketching / Web\n* [Kleki](https://kleki.com/) - Drawing / Sketching / Web\n* [Sketchbook](https://www.sketchbook.com/) - Drawing / Sketching / Windows, Mac, Android, iOS\n* [Fresco](https://www.adobe.com/products/fresco.html) - Drawing / Windows, iOS\n* [Concepts](https://concepts.app/) - Drawing / Sketching / Windows, Android, iOS\n* [MonsterMash](https://monstermash.zone/) - Sketch-Based Modeling & Animation Tool / Web\n* [IOGraphica](https://iographica.com/) - Turn Mouse Movement into Art / Windows, Mac, Linux\n* [Perfect Freehand](https://perfect-freehand-example.vercel.app/) - Draw Free Hand Lines / Web / [GitHub](https://github.com/steveruizok/perfect-freehand)\n* [minimator](https://minimator.app/) - Create Grid-Based Drawings / Web / [GitHub](https://github.com/maxwellito/minimator/)\n* [Perspective Tools](https://perspectivetools.com/) - Interactive Perspective Grids\n* [Animated Drawings](https://sketch.metademolab.com/), [FAIR Animated Drawings](https://fairanimateddrawings.com/site/home), [MotorPen](https://motorpen.com/) - Animate Drawings\n* [DrawTab](https://docs.thesevenpens.com/drawtab) - Drawing Tablet Info / Wiki\n\n***\n\n## ▷ Pixel Art\n\n* 🌐 **[Awesome Pixel Art](https://github.com/Siilwyn/awesome-pixel-art)** - Pixel Art Resource Index\n* ↪️ **[Pixel Art Animation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25B7_animation_tools)**\n* ↪️ **[ASCII Art](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_ascii_art)**\n* ⭐ **[Aseprite](https://github.com/aseprite/aseprite)** - Pixel Art Editor / [Guide](https://youtu.be/Z4Enx-Nb43E)\n* ⭐ **[LibreSprite](https://libresprite.github.io/)** - Pixel Art Editor\n* ⭐ **[Piskel](https://www.piskelapp.com/)** - Pixel Art Editor / Web\n* [rx](https://rx.cloudhead.io/) - Pixel Art Editor / Mac, Linux / [Discord](https://discord.com/invite/xHggPjfsS9) / [GitHub](https://github.com/cloudhead/rx)\n* [PixiEditor](https://pixieditor.net/) - Pixel Art Editor / Windows, Mac, Linux / [Discord](https://discord.com/invite/qSRMYmq) / [GitHub](https://github.com/PixiEditor/PixiEditor)\n* [CSprite](https://csprite.github.io/) - Pixel Art Editor / Windows, Mac, Linux / [GitHub](https://github.com/csprite/csprite)\n* [PyDPainter](https://pydpainter.org/) - Bitmap Graphics Editor / Windows, Mac, Linux / [GitHub](https://github.com/mriale/PyDPainter)\n* [Paint Of Persia](https://dunin.itch.io/ptop) - Rotoscoping Pixel Art Tool / Windows, Mac\n* [Pixelated](https://pixelated.vercel.app/) - Pixel Art Editor / Web\n* [PixilArt](https://www.pixilart.com/draw) - Pixel Art Editor / Web\n* [⁠Poxil](https://poxil.vercel.app/) - Pixel Art Editor / Web / [GitHub](https://github.com/F4tal1t/Poxil)\n* [GraphicsGale](https://graphicsgale.com/us/) - Pixel Art Editor\n* [JPixel](https://pixelfromhell.itch.io/jpixel) - Pixel Art Editor\n* [⁠KPix](https://github.com/krush62/KPix) - Pixel Art Editor\n* [SpookyGhost](https://encelo.itch.io/spookyghost) - Pixel Art Editor\n* [PixelartVillage](https://pixelartvillage.com/), [⁠Pixel Converter](https://pixel-converter.ameniwa.com/), [Pixel It](https://giventofly.github.io/pixelit/), [PixelartGenerator](https://pixelartgenerator.app/) or [Pixelart Converter](https://app.monopro.org/pixel/?lang=en) - Image to Pixel Art Converters / Web\n* [GB Dot Converter](https://deepblizzard.itch.io/gb-dot-converter) - Image to Game Boy Style Art Converter / Web\n* [⁠GLORP](https://zack-gphom.itch.io/glorp-pixel-to-svg) - Convert Pixel Art to Optimized SVGs / [GitHub](https://github.com/ZackGphom/GLORP/)\n* [Pixelorama](https://pixelorama.org/) - 2D Sprite Editor / Windows, Mac, Linux, Web / [Discord](https://discord.com/invite/GTMtr8s) / [GitHub](https://github.com/Orama-Interactive/Pixelorama)\n* [pixeldudesmaker](https://0x72.itch.io/pixeldudesmaker) or [Creature Mixer](https://kenney.itch.io/creature-mixer) - Sprite Generator / Web\n* [Nasu](https://hundredrabbits.itch.io/nasu) - Spritesheet Editor / Windows, Mac, Linux, Android\n* [GIF to Frames](https://giftoframes.com/) - GIF to Spritesheet\n* [Pixel Snapper](https://www.spritefusion.com/pixel-snapper) - Auto-Fix Pixel Art into Grids / [Discord](https://discord.com/invite/8sCEAspmBV) / [GitHub](https://github.com/Hugo-Dz/spritefusion-pixel-snapper)\n* [Pixel Reconstructor](https://i-win.neocities.org/pixel/), [Pixel Art Upscaler](https://imaginarycatlab.com/free-pixel-art-upscaler.html) or [Pixel Art Scaler](https://lospec.com/pixel-art-scaler/) - ⁠Pixel Art Upscalers\n\n***\n\n## ▷ GIF Tools\n\n* ⭐ **[Gifski](https://gif.ski/)** - GIF Encoder / Windows, Mac, Linux / [GitHub](https://github.com/ImageOptim/gifski)\n* ⭐ **[EZGif](https://ezgif.com/)**, **[⁠Klipy](https://klipy.com/create/gif-maker/)** or [GIFnText](https://www.gifntext.com/) - GIF Generators / Web\n**[⁠Klipy](https://klipy.com/create/gif-maker/)*** [⁠PicMix](https://www.picmix.com/) - Glitter Style GIF Creator\n* [⁠MakeEmoji](https://makeemoji.com/), [EmojiCreator](https://emojicreator.ai/) or [Slackmoji Lab](https://slackmojilab.com/) - Make Custom Animated Emojis\n* [Gifsicle](http://www.lcdf.org/gifsicle/) - GIF Generator / Windows, Mac, Linux / [GitHub](https://github.com/kohler/gifsicle)\n* [Giphy](https://giphy.com/), [Tenor](https://tenor.com/), [Gifer](https://gifer.com/en), [GifCities](https://gifcities.org/), [Animations](https://bleuje.com/animationsite/) or [GIFBin](https://gifbin.com/) - View / Download GIFs\n* [⁠AnimGifMoji](https://www.animgifmoji.com/) - GIF to Emoji Converter\n* [DrawIsland](https://drawisland.com/) or [Sketch Machine](https://sketchmachine.net/) - Create GIFs from Drawings\n* [ScreenToGif](https://www.screentogif.com/) - GIF Recorder / Windows / [GitHub](https://github.com/NickeManarin/ScreenToGif)\n* [licecap](https://www.cockos.com/licecap/) - Create GIFs via Screencasts / Windows, Mac, Linux / [GitHub](https://github.com/justinfrankel/licecap)\n* [ugiffer](https://iobureau.com/ugiffer/) - Create GIFs via Screencasts / Windows\n* [blinkies.cafe](https://blinkies.cafe/) - Custom Retro Blinkie GIFs / Badges / [GitHub](https://github.com/piconaut/blinkies.cafe)\n\n***\n\n## ▷ Meme Tools\n\n* ⭐ **[Know Your Meme](https://knowyourmeme.com/)** or [FindThatMeme](https://findthatmeme.com/) - Meme Databases\n* [ImgFlip](https://imgflip.com/memegenerator), [Meme Generator](https://www.memegenerator.top/), [Meme Town](https://meme.town/), [MemeBetter](https://memebetter.com/), [meme-generator](https://newfastuff.com/meme-generator/), [Classic Memes](https://classic.createa.meme/) or [Emacs Meme Generator](https://github.com/larsmagne/meme) - Meme Creators\n* [MemeCam](https://www.memecam.io/) - AI Meme Generator\n* [Memegine](https://memegine.com/) - Meme Search Engine\n* [GreenScreenMemes](https://greenscreenmemes.com/) - Green Screen Memes\n* [TweetGen](https://www.tweetgen.com/) - Fake Tweet Creator\n* [iFake](https://ifaketextmessage.com/) - Fake Text Creator\n* [Objection!](https://objection.lol/) - Ace Attorney Courtroom / Objection Generator\n* [Pokémon Battle Creator](http://www.pokemonbattlecreator.com/) - Pokémon Battle Scene Meme Generator\n* [Master of all Science](https://masterofallscience.com/) - Rick and Morty Meme Generator\n* [Frinkiac](https://frinkiac.com/) - Simpsons Meme Generator\n* [Morbotron](https://morbotron.com/) - Futurama Meme Generator\n* [LowQualitymemes](https://www.lowqualitymemes.com/) - Low Quality / Cursed Meme Generator\n* [YouWouldntStealAWebsite](https://youwouldntsteala.website/editor.html) - \"You Wouldn't Steal\" Meme Generator\n* [BreakYourOwnNews](https://www.breakyourownnews.com/) - Breaking News Meme Generator\n* [AnimorphGenerator](https://animorphgenerator.com/) - Animorph Image Generator\n* [AwesomeCars](https://awesomecars.neocities.org/) - Drip Car Memes\n* [GIFMemes](https://gifmemes.io/) - GIF Memes Creator\n\n***\n\n## ▷ [Animation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25B7_animation_tools)\n\n***\n\n# ► Design Resources / Ideas\n\n* ↪️ **[Design Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_design_resources)**\n* ⭐ **[archives.design](https://archives.design/)** - Graphic Design Archive\n* ⭐ **[Muzli](https://search.muz.li/)** or [⁠Cosmos](https://www.cosmos.so/) - Design Inspiration Sites\n* [CARI](https://cari.institute/) or [CARI Are.na](https://www.are.na/consumer-aesthetics-research-institute/channels) - Design Aesthetics History\n* [People’s Graphic Design Archive](https://peoplesgdarchive.org/) - Graphic Design History\n* [One Page Love](https://onepagelove.com/) - Single Page Site Design Ideas\n* [SMPoster](https://www.smposter.com/) - Poster Designs\n* [AnotherGraphic](https://anothergraphic.org/) - Typography Designs\n* [The Boolean Game](https://boolean.method.ac/) - Learn Boolean Operations in Vector Editors\n\n***\n\n## ▷ Design Apps\n\n* ⭐ **[Figma](https://www.figma.com/)** - Design Collab App / Web\n* [Canva](https://www.canva.com/) - Design App / Windows, Mac, Web / [Invites](https://rentry.co/FMHYB64#canva)\n* [lunacy](https://icons8.com/lunacy) - Design App / Windows, Mac, Linux\n* [VistaCreate](https://create.vista.com/) - Design App / Web\n* [Penpot](https://penpot.app/) - Design App & Prototyping Platform / [GitHub](https://github.com/penpot/penpot)\n* [blush](https://blush.design/) - Illustration Design / Web\n* [Pattern Ninja](https://patterninja.com/) - Background / Pattern Design / Web\n* [Pixelied](https://pixelied.com/) - Online Design Tool / Web\n* [⁠Antlii](https://antlii.work/) - Online Design Generators\n\n***\n\n## ▷ Icons / Avatars\n\n* ↪️ **[SVG Icons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_svg_icons)** / **[SVG Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_svg_tools)**\n* ⭐ **[Alphacoders Avatars](https://avatars.alphacoders.com/)** - PFPs / Avatars\n* ⭐ **[Picrew](https://picrew.me/en/)** - Avatar Creator\n* [⁠Icon Gen](https://icon-gen.netlify.app/) - Logo to Avatar / Icon Generator\n* [PixelMe](https://xsgames.co/pixelme/) or [Avatar Mixer](https://kenney.itch.io/avatar-mixer) - 8-bit Avatar Creators\n* [⁠Square Face Generator](https://squareface.app/) - Square Face Avatar Generator\n* [⁠Icon Z](https://icon-z.com/), [Avatar Maker](https://avatarmaker.com/), [Avataaars](https://getavataaars.com/) or [Personas](https://personas.draftbit.com/) - Simple Face Avatar Creators\n* [MultiAvatar](https://multiavatar.com/) - Generate Random Avatars\n* [⁠FreeLogoMaker](https://myfreelogomaker.com/), [⁠BrandCrowd](https://www.brandcrowd.com/), [⁠Logo Surf](https://www.logo.surf/) or [OnlineLogoMaker](https://www.onlinelogomaker.com/) - Logo Creators\n* [Logo Fast](https://logofa.st/) or [LogoFreeway](https://logofreeway.com/logos.php) - Simple Logo Creators Based on Premade Icons\n* [LogoMaker](https://www.namecheap.com/logo-maker/app/new/) - Generate Logos Based on Project Name & Style\n* [PFP Finder](https://pfpfinder.com) - PFPs / Avatars\n* [Random Avatars](https://randomavatar.com/) - PFPs / Avatars\n* [pfps.gg](https://pfps.gg/) - Profile Picture Index\n* [Innocenzi](https://avatar.innocenzi.dev/) - Round Avatar Creator\n* [RealFaviconGenerator](https://realfavicongenerator.net/) - Favicon Generator\n* [Formia](https://www.formia.so/) - 2D to 3D Icon Converter\n\n***\n\n## ▷ Textures / Patterns\n\n* [AmbientCG](https://ambientcg.com/) - Textures\n* [TextureTown](https://textures.neocities.org/) - Textures\n* [3D textures](https://icons8.com/l/3d-textures/) - Textures\n* [Textureking](https://www.textureking.com/) - Textures\n* [Texture Labs](https://texturelabs.org/) - Textures\n* [Transparent Textures](https://www.transparenttextures.com/) - Textures\n* [Texture Club](https://www.sketchuptextureclub.com/) - Textures\n* [TexturesForFree](https://texturesforfree.com/) - Textures\n* [texture4photoshop](https://t.me/texture4photoshop) - Textures\n* [MatLib](https://matlib.gpuopen.com/main/materials/all) - Textures\n* [TextureNinja](https://texture.ninja/) - Textures\n* [cgbookcase](https://www.cgbookcase.com/) - Textures\n* [Subtle Patterns](https://www.toptal.com/designers/subtlepatterns/) - Patterns\n* [Background Tiles](https://background-tiles.com/) - Patterns\n* [Pixela](https://pixela.ai/) or [TextureLab](https://www.texturelab.io/) - Texture Generators\n* [⁠Normal Map Generator](https://normalmapgenerator.art/) - 2D to 3D Texture Texture Map Converter\n* [TextureLab](https://njbrown.itch.io/texturelab) - Procedural Texture Generator / [Discord](https://discord.com/invite/975NdQPsSc) / [GitHub](https://github.com/njbrown/texturelab)\n* [Material Maker](https://rodzilla.itch.io/material-maker) - Procedural Texture Creator\n* [DoodDad](https://doodad.dev/pattern-generator), [Repeater](https://repeater.space/), [PatternPad](https://patternpad.com/), [patternico](https://patternico.com/), [Repeater](https://www.richardwestenra.com/repeater/), [more.graphics](https://more.graphics/), [Valentina](https://gitlab.com/smart-pattern/valentina) or [Haikei](https://app.haikei.app/) - Pattern Generators\n* [Noise & Gradient](https://www.noiseandgradient.com/), [PhotoGradient](https://photogradient.com/), [BGJar](https://bgjar.com/), [MeshGradient](https://meshgradient.in/) or [BGGenerator](https://bggenerator.com/) - Background / Gradient Generators\n* [Tabbied](https://tabbied.com/) or [Slopes](https://tinkersynth.com/slopes/) - Art Pattern Generators\n* [Mixer](https://quixel.com/mixer) - 3D Texture Creation Software\n* [The Textures Resource](https://textures.spriters-resource.com/) - Game Textures\n* [Trianglify.io](https://trianglify.io/) - Low-Poly Texture Generator\n\n***\n\n## ▷ Free Assets\n\n* [Gumroad](https://gumroad.com/) (Enter $0)\n* [psdkeys](https://psdkeys.com/)\n* [Freeject](https://www.freeject.net/)\n* [⁠Salvaged](https://salvaged.nu/)\n* [AvaxGFX](https://avxgfx.com/)\n* [Cg_peers Archive](https://t.me/Cgpeers_archive)\n* [PNGTree](https://pngtree.com/)\n* [TianUI](https://www.titanui.com/)\n* [Designer Candies](https://designercandies.net/category/freebies/)\n* [PSDLY](https://www.psdly.to/)\n* [Unblast](https://unblast.com/)\n* [CGArchives](https://cgarchives.com/)\n* [CGPerec](https://t.me/cgperec)\n* [SearchGFX](https://searchgfx.com/)\n* [Quasual](https://m.vk.com/quasual)\n* [designersgan9](https://m.vk.com/designersgan9)\n* [Free_Design_Files](https://t.me/Free_Design_Files)\n* [WockupWorld](https://m.vk.com/mockupworld)\n* [OnlyGFX](https://www.onlygfx.com/)\n* [The GFX](https://m.vk.com/the_gfx)\n* [Graphics Materials](https://vk.com/topic-178186634_39330245)\n* [desiignertm](https://vk.com/desiignertm)\n* [all_psd](https://vk.com/all_psd)\n* [Playersdsg](https://t.me/playersdsg)\n* [designbloody](https://vk.com/designbloody)\n* [designarchiv](https://t.me/designarchiv)\n* [outsideotf](https://t.me/s/outsideotf)\n* [DOPE Editing](https://t.me/DOPE_editing)\n* [desgang](https://t.me/desgang)\n* [grphc dsgn](https://t.me/+xx1YjI6DC4RiZjJk)\n* [creativemrkt](https://t.me/creativemrkt)\n* [freepsdvn](https://freepsdvn.com/)\n* [PrivateDesigner](https://t.me/privatedesigner)\n* [Solutioonn](https://t.me/solutioonn)\n* [ae-project](https://ae-project.su/)\n* [godownloads](https://www.godownloads.org/)\n* [PanosFX](https://www.panosfx.com/) or [Fix the Photo](https://fixthephoto.com/free-photoshop-actions) - Photoshop Actions\n\n***\n\n# ► Download Images\n\n* 🌐 **[designer](https://start.me/p/jj0JAp/designer)** - Image Download Site Indexes\n* ↪️ **[PNG Images / Clipart](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_png_images_.2F_clipart)**\n* ⭐ **[gallery-dl](https://github.com/mikf/gallery-dl)**, [RipMe](https://github.com/RipMeApp/ripme), [WFDownloader](https://www.wfdownloader.xyz/), [ImgDownloader](https://imgdownloader.com/), [SCrawler](https://github.com/AAndyProgram/SCrawler) / [Discord](https://discord.gg/uFNUXvFFmg) or [Image Extractor](https://extract.pics/) - Image Download Tools\n* [same.energy](https://same.energy/) - Visual Search Engine\n* [Dezoomify](https://dezoomify.ophir.dev/) - Download Zoomable Images\n* [OpenMoji](https://openmoji.org/) or [JoyPixels](https://www.joypixels.com/) - Emojis\n* [PixelJoint](https://pixeljoint.com/), [Lospec](https://lospec.com/) or [rsrcs](https://rentry.co/rsrcs) - Download / Share Pixel Art\n* [shot.cafe](https://shot.cafe/), [⁠StillsLab](https://stillslab.com/), [FanCaps](https://fancaps.net/) or [Film Grab](https://film-grab.com/) - Media Screenshots / Stills\n* [Free Classic Image](https://freeclassicimages.com/) - Vintage / Retro Image Collection / Some NSFW\n* [Footyrenders](https://www.footyrenders.com/) - Football Related Images\n* [PSDGraphics](https://www.psdgraphics.com/) - PSD Files\n* [Placeit](https://placeit.net/) - Image Templates\n* [Worldvectorlogo](https://worldvectorlogo.com/), [Brands of the World](https://www.brandsoftheworld.com/), [seeklogo](https://seeklogo.com/) or [SuperTinyIcons](https://edent.github.io/SuperTinyIcons/) - Logo Search / Designs\n* [MariaLetta](https://github.com/MariaLetta/mega-doodles-pack) - Free Doodles\n* [Block Posters](https://www.blockposters.com/), [PosterRazor](https://posterazor.sourceforge.io/) or [Rasterbator](https://rasterbator.net/) - Create Printable Posters\n\n***\n\n## ▷ Image Search Engines\n\n* ⭐ **[Search by Image](https://github.com/dessant/search-by-image)** - Browser Extension\n* ⭐ **[Yandex Images](https://yandex.com/images/)** or [Mavink](https://mavink.com/) - Image Search\n* ⭐ **[SauceNao](https://saucenao.com/)** - Reverse Image Search / [Extension](https://saucenao.com/tools/)\n* ⭐ **[SmartImage](https://github.com/Decimation/SmartImage)** - Reverse Image Search App\n* ⭐ **[Google Lens](https://www.google.com/?olud)** - Reverse Image Search\n* ⭐ **[TinEye](https://tineye.com/)** - Reverse Image Search / [Extension](https://tineye.com/extensions)\n* [⁠Bing Visual Search](https://bing.com/camera) - Reverse Image Search\n* [Copyseeker](https://copyseeker.net/) - Reverse Image Search\n* [infini.wtf](https://infini.wtf/) - Reddit Image Search\n* [IQDB](https://iqdb.org/) - Reverse Image Search\n* [MaxURL](https://qsniyg.github.io/maxurl/) - Larger Image Search / [GitHub](https://github.com/qsniyg/maxurl)\n* [VISE](https://www.robots.ox.ac.uk/~vgg/software/vise/) - Image Search with Search Queries\n* [Have I Been Trained?](https://haveibeentrained.com/) - AI Image Search\n* [RootAbout](https://rootabout.com/) - Archive / OpenLibrary Reverse Image Search\n* [Multicolr](https://labs.tineye.com/multicolr/) - Color-Based Image Search\n* [trace.moe](https://trace.moe/) or [Saucekudasai](https://saucekudasai.com/) - Anime Reverse Image Search\n* [Image_Max_URL](https://openuserjs.org/scripts/qsniyg/Image_Max_URL) - Browser Userscript\n\n***\n\n## ▷ Stock Images\n\n* **Note** - Royalty-free implies images free for personal or commercial use with some usage restrictions (see site's TOS). CC0 stands for Creative Commons Zero and means images are public domain. Sites not tagged have licensing that varies.\n\n***\n\n* 🌐 **[Awesome Stock Resources](https://github.com/neutraltone/awesome-stock-resources#photography)** - Stock Photo Index\n* ⭐ **[GetPaidStock](https://getpaidstock.com/)**, **[DownPic](https://downpic.cc)** or **[Downloader.la](https://downloader.la/)** - Paid Stock Photo Downloaders\n* ⭐ **[EveryPixel](https://www.everypixel.com/)**, [O-DAN](https://o-dan.net/en/) or [LibreStock](https://librestock.com/) - Stock Photo Search Engines\n* [Unsplash](https://unsplash.com/) - Stock Photos / Royalty-Free\n* [Pixabay](https://pixabay.com/) - Stock Photos\n* [Adobe Stock](https://stock.adobe.com/free) - Stock Photos / Royalty-Free\n* [Pixnio](https://pixnio.com/) - Stock Photos / Royalty-Free\n* [Pikwizard](https://pikwizard.com/) - Stock Photos / Royalty-Free\n* [Pexels](https://www.pexels.com/) - Stock Photos / Royalty-Free\n* [Pixelmob](https://app.pixelmob.co/) - Stock Photos / Royalty-Free\n* [diverseui](https://diverseui.com/) - Human Face Photos / Royalty-Free\n* [themeisle](https://mystock.themeisle.com/) - Stock Photos / CC0\n* [PxHere](https://pxhere.com/) - Stock Photos / CC0\n* [focastock](https://focastock.com/) - Stock Photos / CC0\n* [Foodiesfeed](https://www.foodiesfeed.com/) - Food Photos / CC0\n* [freenaturestock](https://freenaturestock.com/) - Nature Photos / CC0\n* [Burst](https://www.shopify.com/stock-photos) - Stock Photos\n* [Hippopx](https://www.hippopx.com/) - Stock Photos\n* [BarnImages](https://barnimages.com/) - Stock Photos\n* [Lummi](https://www.lummi.ai/) - AI Generated Stock Photos\n* [Smithsonian Open Access](https://www.si.edu/OpenAccess) - Smithsonian High-Quality Photos\n* [desirefx](https://desirefx.me/category/stock_images/) - Stock Photo Overlays\n* [creativity103](https://creativity103.com/) - Abstract Background Photos\n* [Warren Photographic](https://www.warrenphotographic.co.uk/index.php) - Animal Photos\n* [PhyloPic](https://www.phylopic.org/) - Animal Silhouettes\n* [iwaria](https://iwaria.com/) - African Photos\n* [twnsnd](https://nos.twnsnd.co/) - Vintage Photos / Public Domain\n* [PNGIMG](https://pngimg.com/) or [stickpng](https://www.stickpng.com/) - PNG Photos / Noncommercial License\n* [gfxmountain](https://gfxmountain.com/stock-photos/) - Stock Photo Collections\n* [freepikuz_pro](https://t.me/freepikuz_pro) - FreePik Downloader\n* [Flickr Commons](https://www.flickr.com/commons) - Public Photo Archives / [Downloader](https://github.com/beaufour/flickr-download)\n* [Shutterstock Premium](https://t.me/shutterstockpremium), [freestockphotos](https://t.me/freestockphotos) or [Shutter](https://t.me/Shutter) - Shutterstock Telegram Downloaders\n* [Nohat](https://nohat.cc/), [FreeImages](https://www.freeimages.com/), [cgispread](https://cgispread.com/), [Vecteezy](https://www.vecteezy.com/) or [FreeDesignFile](https://freedesignfile.com/) - Stock Photos / Vectors\n* [publicdomainvectors](https://publicdomainvectors.org/), [Free Vector](https://www.freevector.com/), [VectorJunky](https://www.vectorjunky.com/), [freevectors](https://www.freevectors.net/) or [vector4free](https://www.vector4free.com/) - Vector Images\n* [VectorPortal](https://www.vectorportal.com/) or [VectorStock](https://www.vectorstock.com/free-vectors) - Vectores Images / Creative Common Attribution\n* [123freevectors](https://www.123freevectors.com/) - Background Vectors\n* [mockups-design](https://mockups-design.com/), [zippypixels](https://zippypixels.com/) or [Mockups](https://mockups.pixeltrue.com/) - Product Mockups\n\n***\n\n## ▷ Art / Illustrations\n\n* ⭐ **[Kemono](https://kemono.cr/posts?tag=)** - Patreon Content / Some NSFW / [Patreon Redirect](https://sleazyfork.org/en/scripts/483259), [2](https://greasyfork.org/en/scripts/553616) / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)\n* ⭐ **[ArtStation](https://www.artstation.com/)** - User-Made Art / Fanart / [Downloader](https://github.com/findix/ArtStationDownloader)\n* ⭐ **[Pixiv](https://www.pixiv.net/)** - Japanese Fanart\n* ⭐ **Pixiv Tools** - [Downloader](https://github.com/Nandaka/PixivUtil2), [2](https://github.com/xuejianxianzun/PixivBatchDownloader) / [Rankings](https://pixiv.navirank.com/) / [Official Frontend](https://pixiv.perennialte.ch/) / [Frontend List](https://pixivfe-docs.pages.dev/instance-list/) / [Preview](https://github.com/NightLancer/PixivPreview), [2](https://github.com/ppixiv/ppixiv) / [Android](https://github.com/Notsfsssf/pixez-flutter/blob/master/.github/README_en.md)\n* ⭐ **[Danbooru](https://safebooru.donmai.us/)**, [Sankaku Complex](https://www.sankakucomplex.com/) or [yande.re](https://yande.re/) - Anime-Style Image Booru / [Downloader](https://github.com/kuanyui/BooruShinshi)\n* ⭐ **[hydrus](https://hydrusnetwork.github.io/hydrus/)** - Booru-Style Media Tagger / [GitHub](https://github.com/hydrusnetwork/hydrus)\n* [Buzzly](https://buzzly.art/) - User-Made Art / Fanart\n* [Artfol](https://www.artfol.app/) - User-Made Art / Fanart\n* [Cara](https://cara.app/) - User-Made Art / Fanart\n* [DeviantArt](https://www.deviantart.com/) - User-Made Art / Fanart\n* [InkBlot](https://inkblot.art/) - User-Made Art / Fanart / Requires Sign-Up\n* [⁠Zerochan](https://www.zerochan.net/) - Japanese Fanart / [Discord](https://discord.gg/HkGgX6Qs3N)\n* [⁠PidgiWiki](https://www.pidgi.net/) - Video Game PNGs / [Discord](https://discord.gg/Eg9QahqpXf)\n* [Safebooru](https://safebooru.org/) or [TBIB](https://tbib.org/) - Image Boorus\n* [icons8](https://icons8.com/illustrations), [LostGeometry](https://lostgeometry.craftwork.design/), [3D Illustrations](https://3d.khagwal.com/) - 3D Illustrations\n* [StorySet](https://storyset.com/), [unDraw](https://undraw.co/illustrations), [blush](https://blush.design/) or [Humaaans](https://www.humaaans.com/) - Customizable Illustrations\n* [Pastel](https://usepastel.com/marker-illustrations) - Marker Illustrations\n* [Fresh Folk](https://fresh-folk.com/) or [lukaszadam](https://lukaszadam.com/illustrations) - Illustrations of People\n* [free-gophers-pack](https://github.com/MariaLetta/free-gophers-pack) - Gophers Illustrations\n* [reshot](https://www.reshot.com/), [freeillustrations](https://freeillustrations.xyz/), [DrawKit](https://www.drawkit.com/), [NiceIllustrations](https://niceillustrations.com/free-illustrations/) or [manypixels](https://www.manypixels.co/gallery) - Misc Illustrations\n* [OldBookIllustrations](https://www.oldbookillustrations.com/) - Illustrations from Old Books\n* [Buhitter](https://buhitter.com/) - X.com Illustration Search\n* [imgbrd-grabber](https://www.bionus.org/imgbrd-grabber/) - Booru Image Downloader\n* [Artbreeder](https://artbreeder.com/) - Image Discovery / Combining\n* [TEv2](http://te2.tewi.us/) - Share Your Drawings\n\n***\n\n## ▷ Media Covers / Posters\n\n* ⭐ **[Ben Dodson](https://bendodson.com/projects/itunes-artwork-finder/)**, [2](https://bendodson.com/projects/apple-tv-movies-artwork-finder/) - Movies / TV / Music / Comic / Book / Anime / Manga\n* [BigBoxCollection](https://bigboxcollection.com/) - 3D Game Boxes\n* [The Poster DB](https://theposterdb.com/) / [Subreddit](https://www.reddit.com/r/ThePosterDB) / [Discord](https://discord.com/invite/NARZqQX), [DVD Covers](https://www.dvd-covers.org/) or [MediUX](https://mediux.pro/) - Movies / TV\n* [Movie Posters Gallery](https://www.moviepostersgallery.com/), [Film On Paper](https://www.filmonpaper.com/posters/), [The Poster Collector](https://postercollector.co.uk/) or [IMP Awards](http://www.impawards.com/) - Movies\n* [GameTDB](https://www.gametdb.com/), [The Cover Project](https://www.thecoverproject.net/), [LibRetro Thumbnails](https://thumbnails.libretro.com/) or [Gaming Alexandria](https://www.gamingalexandria.com/wp/#) - Games\n* [Cover Century](https://www.covercentury.com/) - Movies / Games\n* [FanArt](https://fanart.tv/) - Poster Fanart / [Discord](https://discord.gg/r9VufRk)\n* [r/MoviePosterPorn](https://www.reddit.com/r/MoviePosterPorn/) - Movie Poster Subreddit\n\n***\n\n## ▷ Download Extensions\n\n* [Download all Images](https://webextension.org/listing/save-images.html) / [GitHub](https://github.com/belaviyo/save-images/)\n* [Cute Save Button](https://github.com/Dezaimasu/cute-button) / [Changing the Save Icon](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/cute-save-button-icon.md)\n* [svgexport](https://svgexport.io/)\n* [SVG Gobbler](https://github.com/rossmoody/svg-gobbler)\n* [Image Picka](https://github.com/eight04/image-picka)\n\n***\n\n## ▷ [Wallpapers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_wallpapers)\n\n***\n\n# ► 3D Models\n\n* ⭐ **[Thingiverse](https://www.thingiverse.com/)** - Share / Download 3D Models\n* ⭐ **[Printables](https://www.printables.com/)** - Find Practical 3D Models Ready for Printing\n* [Clara.io](https://clara.io/library), [PolyHaven](https://polyhaven.com/), [CadNav](https://www.cadnav.com/), [Open3dModel](https://open3dmodel.com/) or [Archibase](https://archibase.co/) - Misc 3D Models\n* [Sketchfab](https://sketchfab.com/) / [Ripper](https://github.com/gamedev44/Fabulous-Ripper), [⁠Tripo Studio](https://studio.tripo3d.ai/) (temp mail), [3DArchive](https://t.me/ArchiveStl), [cgtrader](https://www.cgtrader.com/free-3d-models) or [3dsky](https://3dsky.org/) - Misc 3D Models / Requires Sign-Up\n* [Cults](https://cults3d.com/), [Thangs](https://thangs.com/), [MakerWorld](https://makerworld.com/) or [Pinshape](https://pinshape.com/) - Printable 3D Models / Requires Sign-Up\n* [STLFinder](https://www.stlfinder.com/) - Multi-Site Search\n* [3D Warehouse](https://3dwarehouse.sketchup.com/) - 3D Models Compatible with SketchUp / Requires Sign-Up\n* [Pack 3D Models](https://p3dm.ru/) - Vehicle / Character 3D Models\n* [Figurosity](https://figurosity.com/) - Human 3D Models\n* [Handz](https://www.handz.design/) - 3D Hand Models\n* [Generated Photos](https://generated.photos/) - AI Generated Model Photos\n* [ripper.store](https://forum.ripper.store/) - 3D Avatar Assets\n* [Archive3D](https://free3d.io/) - Furniture / Accessories / Vehicle 3D Models\n* [poly.pizza](https://poly.pizza/) - Low Poly 3D Models\n* [RIGModels](https://rigmodels.com/) - Rig / Animate 3D Models\n* [NASA 3D Resources](https://nasa3d.arc.nasa.gov/models/printable) - NASA 3D Models\n* [3D Find It](https://www.3dfindit.com/en/) - Industrial / Engineering 3D Models\n* [⁠McMaster](https://www.mcmaster.com/) or [3D Find It](https://www.3dfindit.com/en/) - 3D Printable Hardware Parts + Tools\n* [thebasemesh](https://www.thebasemesh.com/) - Mesh 3D Models\n* [BlenderKit](https://www.blenderkit.com/) - 3D Model Library Integrated into Blender\n* [⁠Gridfinity](https://gridfinity.xyz/), [⁠Multiboard](https://www.multiboard.io/), [⁠openGrid](https://www.opengrid.world/) or [Jerrari Design](https://www.jerrari3d.com/) - 3D Storage Systems\n* [CosplayStaticFigure](https://t.me/CosplayStaticFigure) - Cosplay / Figurine 3D Models\n* [3DBrute](https://3dbrute.com/), [3DZip](https://3dzip.org/) or [DesignConnected](https://www.designconnected.com/) - 3D Furniture Models\n* [Vertex](https://vertex.im/) - 3D Icons\n* [Ameede](https://www.ameede.com/) - CNC / Laser Design Vectors\n* [Skybox](https://skybox.blockadelabs.com/) - AI Generated 3D Environments\n* [PoseManiacs](https://www.posemaniacs.com/), [Anatomy Doc](https://photos.google.com/share/AF1QipMbaSTp0BlK1kBCKVvfZzyDhcgCZQuaDBbp8v8Lj6hxnBaNh7YWoKwCPCYr-10--A?pli=1&key=cU5OaV9TVWhoMWlVZERnaEc2YVFKQTJHbnVDeWR3), [Adorkastock](https://www.adorkastock.com/) or [Anatomy360](https://anatomy360.info/anatomy-scan-reference-dump/) - Pose References\n\n***\n\n## ▷ 3D Modeling Apps\n\n* ⭐ **[Blender](https://www.blender.org/)** - FOSS 3D Modeling App\n* ⭐ **Blender Tools** - [Resources](https://awesome-blender.netlify.app/), [GitHub](https://github.com/agmmnn/awesome-blender) / [Addons](https://t.me/BlenderUniverse/3) / [Plugins](https://t.me/blenderplugs) / [Textures](https://github.com/carson-katri/dream-textures) / [Renderer](https://github.com/prman-pixar/RenderManForBlender) / [3D Nodes](https://t.me/geometrynodes) / [AI Render](https://github.com/benrugg/AI-Render)\n* ⭐ **[MCprep](https://theduckcow.com/dev/blender/mcprep/)** - All-in-one Minecraft Blender Addon / [Discord](https://discord.com/invite/mb8hBUC) / [GitHub](https://github.com/Moo-Ack-Productions/MCprep)\n* ⭐ **[Shap-e](https://github.com/openai/shap-e)** - Generate 3D Objects Based on Text / Image Prompts\n* [Goo Engine](https://www.dillongoostudios.com/gooengine/) - 3D Anime Blender Mod\n* [Meshy.ai](https://www.meshy.ai/) / [Discord](https://discord.com/invite/KgD5yVM9Y4), [⁠Tripo Studio](https://studio.tripo3d.ai/) (temp mail) or [TRELLIS](https://trellis3d.github.io/) / [GitHub](https://github.com/microsoft/TRELLIS) / [HuggingFace](https://huggingface.co/spaces/JeffreyXiang/TRELLIS) - AI 3D Model Generators\n* [VFXmed](https://www.vfxmed.com/) - Blender Addons\n* [Wings 3D](https://www.wings3d.com/) - Cross-Platform 3D Modeling App\n* [Bforartists](https://www.bforartists.de/) - Cross-Platform 3D Modeling App / [Discord](https://discord.com/invite/yKuR77v) / [GitHub](https://github.com/Bforartists/Bforartists)\n* [JustSketchMe](https://justsketch.me/) - Cross-Platform 3D Pose Reference Tool\n* [MakeHuman](https://static.makehumancommunity.org/) - 3D Humanoid Modeler\n* [PoseMy.art](https://app.posemy.art/), [SetPose](https://setpose.com/), [DesignDoll](https://terawell.net/en/index.php), [Magic Poser](https://magicposer.com/), [Quickposes](https://quickposes.com/en) or [JustSketchMe](https://app.justsketch.me/) - Posing Tools\n* [Vectary](https://www.vectary.com/), [Womp](https://beta.womp.com/), [Bloom3D](https://bloom3d.com/) or [Zdog](https://zzz.dog/) - Online 3D Modeling Tools\n* [FaceMaker](http://facemaker.uvrg.org/) - 3D Face / Avatar Generator\n* [Recursivity](https://gregtatum.com/poems/recursive/5/) - 3D Tree Creator\n* [ModelViewer](https://modelviewer.dev/), [3DViewer](https://3dviewer.net/) or [F3D](https://f3d.app/) - 3D Model Viewers\n* [Armorpaint](https://armorpaint.org/) - 3D Painting\n* [SculptGL](https://stephaneginier.com/sculptgl/) - 3D Sculpting\n* [MagicaVoxel](https://ephtracy.github.io/) or [Goxel](https://goxel.xyz/) - Voxel Art Editor / Interactive Path Tracing Renderer\n\n***\n\n## ▷ 3D Modeling Tools\n\n* ⭐ **[Efecto](https://efecto.app/)** - 3D Model Visual Effects\n* [Embossify](https://www.embossify.com/) or [Tripo3D](https://www.tripo3d.ai/app/home) - Image to 3D Model Converters\n* [3D Transformer](https://www.3dtransformer.com/) - Rotate 3D Images\n* [3DConvert](https://3d-convert.com/en/) - Online 3D Image Converter\n* [PaintUp](http://technohippy.github.io/teddyjs/) or [⁠VGGT](https://huggingface.co/spaces/facebook/vggt) - Make 2D Art into 3D\n* [Keygen](https://keygen.co/) - 3D Key Model Generator\n* [AliceVision](https://alicevision.org/) - 3D Reconstruction / Camera Tracking\n* [Perspective Grid](https://www.reubenlara.com/perspectivegrid/) - 3D Perspective Tool\n* [Assemblr](https://www.assemblrworld.com/) - Augmented Reality Image Creator\n* [MeshLab](https://www.meshlab.net/) - 3D Mesh Processing / [GitHub](https://github.com/cnr-isti-vclab/meshlab)\n* [Ninja Ripper](https://gamebanana.com/tools/5638) / [2](https://0curtain0.github.io/ninja_ripper.html) - Extract 3D Models from Games\n\n***\n\n## ▷ 3D Printing\n\n* 🌐 **[Awesome 3D Printing](https://github.com/ad-si/awesome-3d-printing)** - 3D Printing Resources\n* [Polymaker](https://wiki.polymaker.com/) / [Discord](https://discord.com/invite/polymaker) or [Teaching Tech](https://teachingtechyt.github.io/index.html) / [GitHub](https://github.com/teachingtechYT/teachingtechYT.github.io) - 3D Printer Guides / Learning \n* [3D Printer Recs](https://redd.it/1bh9jud) - Hobbyist 3D Printer Recommendations\n* [⁠SpoolScout](https://www.spoolscout.com/) - Search / Compare 3D Printing Filament Prices \n* [OrcaSlicer](https://www.orcaslicer.com/) / [X](https://x.com/real_OrcaSlicer) / [Discord](https://discord.gg/P4VE9UY9gJ) / [GitHub](https://github.com/OrcaSlicer/OrcaSlicer), [⁠PrusaSlicer](https://help.prusa3d.com/product/prusaslicer) / [GitHub](https://github.com/prusa3d/PrusaSlicer), [⁠CrealityPrint](https://github.com/CrealityOfficial/CrealityPrint) or [Ultimaker Cura](https://ultimaker.com/software/ultimaker-cura) - 3D Printing Software\n* [⁠e-NABLE](https://enablingthefuture.org/) - Volunteer Own 3D Printer for use in Prosthetic Limb Printing\n\n***\n\n## ▷ CAD Engineering\n\n* [⁠Solid Edge](https://resources.sw.siemens.com/en-US/download-solid-edge-community-edition/) - CAD App\n* [Onshape](https://www.onshape.com/en/products/free) - CAD Modeling with Real-time Collaboration\n* [Tinkercad](https://www.tinkercad.com/) - Educational CAD Modeling\n* [FreeCAD](https://www.freecad.org/) - Parametric CAD Modeling / [GitHub](https://github.com/FreeCAD/FreeCAD)\n* [⁠Chili3d](https://chili3d.com/) - Web-Based CAD App / [GitHub](https://github.com/xiangechen/chili3d)\n* [BRL-CAD](https://brlcad.org/) or [OpenSCAD](https://openscad.org/) - Cross-Platform CSG CAD Modeling\n* [LibreCAD](https://librecad.org/) or [QCAD](https://www.qcad.org/en/) - 2D CAD Modeling\n* [Mayo](https://github.com/fougue/mayo) - 3D CAD Viewer and Converter\n* [CadHub](https://cadhub.xyz/) - Community Hub for CAD Projects\n\n***\n\n# ► Image Tools\n\n* 🌐 **[Creator Resources](https://www.newgrounds.com/wiki/creator-resources/)** - Art / Animation Resources\n* 🌐 **[Awesome Colab Notebooks](https://github.com/amrzv/awesome-colab-notebooks)** - Image Colab Resources\n* ↪️ **[Color Scheme Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_color_schemes)**\n* ⭐ **[ImgOps](https://imgops.com/)** - Image Operations Meta-Tool\n* ⭐ **[AntiDupl](https://github.com/ermig1979/AntiDupl)** or [cbird](https://github.com/scrubbbbs/cbird) - Duplicate Image Removers\n* ⭐ **[Slowpoke Pics](https://slow.pics/)**, [ICAT](https://www.nvidia.com/en-us/geforce/technologies/icat/) or [Image Comparison Tool](https://jklgit.github.io/Image-Comparison-in-Browser/index.html) - Image Comparisons\n* [odiff](https://github.com/dmtrKovalenko/odiff) - Image Visual Difference Tool\n* [Picviewer CE+](https://github.com/hoothin/UserScripts/tree/master/Picviewer%20CE+) - Turn Webpages into Image Galleries\n* [⁠Universal Sig Rotator](https://sig.grumpybumpers.com/) - Rotates Image for Forum Signatures / Site Banners\n* [Binternet](https://github.com/Ahwxorg/Binternet) or [Pinvibe](https://www.pinvibe.com/) - Pinterest Frontends\n* [Image Color Summarizer](https://mk.bcgsc.ca/color-summarizer/) - Image Color Summarizer\n* [Image Colors](https://franciscouzo.github.io/image_colors/) - Image Color Scatter Plot\n* [Image Pixel Sorter](http://birdhat.org/misc/sort-pixels/) - Sort Pixels of Images\n* [Adobe Bridge](https://adobe.com/products/bridge.html) - Adobe Assets Manager\n* [behind!](https://github.com/kubuzetto/behind) - View Background Images\n* [Visual Center](https://javier.xyz/visual-center/) - Find the Visual Center of an Image\n* [Watermarkly](https://watermarkly.com/), [BatchWatermark](https://batchwatermark.com/) or [Watermarkup](https://watermarkup.com/watermark.html) - Image Watermarking\n* [Watermark Remover](https://www.watermarkremover.io/), [Unwatermark](https://unwatermark.ai/) or [DeWatermark](https://dewatermark.ai/) - Watermark Removal\n* [Glaze](https://glaze.cs.uchicago.edu/index.html) or [Nightshade](https://nightshade.cs.uchicago.edu/downloads.html) - Protect Digital Art from AI Copies\n* [APNG Maker](https://rukario.github.io/Schande/Uninteresting%20stuff/APNG%20Maker.html) - Create / Optimize APNG Images\n* [JPEGMedic ARWE](https://www.jpegmedic.com/tools/jpegmedic-arwe/) - Ransomware-Encrypted Image Recovery Tool\n* [CamScanner](https://apps.apple.com/us/app/camscanner-pdf-scanner-app/id388627783) - Scan & Digitize Documents / iOS\n* [Swapface](https://swapface.org/) / [Discord](https://discord.com/invite/5yPew6Cy6a), [Face Swapper](https://faceswapper.ai/), [FaceSwapVideo](https://faceswapvideo.io/), [facy.ai](https://facy.ai/swap-face-ai/photo), [AIFaceSwap](https://aifaceswap.io/) or [FaceFusion](https://github.com/facefusion/facefusion) - Face Swapping\n* [WiseTagger](https://github.com/0xb8/WiseTagger) - Image Tagger\n* [BooruDatasetTagManager](https://github.com/starik222/BooruDatasetTagManager) - Booru Image Tagger\n* [Cluttr](https://gitlab.com/bearjaws/cluttr), [Diffractor](https://www.diffractor.com/) / [GitHub](https://github.com/diffractor/diffractor), [Exif Sorter](https://www.amok.am/en/freeware/amok_exif_sorter/) or [TagStudio](https://github.com/TagStudioDev/TagStudio) - Image File Organizers / Managers\n* [Allusion](https://allusion-app.github.io/) - Reference Image Manager\n* [Something to Draw](https://something-to-draw.com/) - Find Things to Draw\n\n***\n\n## ▷ Image Compressors\n\n* ⭐ **[Caesium](https://saerasoft.com/caesium/)** - Compression Software / [Web App](https://caesium.app/) / [CLI](https://github.com/Lymphatus/caesium-clt) / [GitHub](https://github.com/Lymphatus/caesium-image-compressor)\n* ⭐ **[Squoosh](https://squoosh.app/)** - Compressor / Converter / [GitHub](https://github.com/GoogleChromeLabs/squoosh)\n* ⭐ **[Seopix](https://www.seopix.io/)** - Batch Compressor / Editor\n* [optimize.photos](https://optimize.photos/) - Batch Compressor\n* [CompressImage](https://compressimage.io/) - Batch Compressor\n* [CrushImage](https://crushimage.com/) - Batch Compressor\n* [Bulk Image Compress](https://imagecompressr.com/) - Batch Compressor\n* [HiCompress](https://hicompress.com/tools) - Batch Compressor\n* [minipic](https://minipic.app/) - Batch Compressor / Converter\n* [Compress JPEG](https://compressjpeg.com/) - Batch Compressor / Unlimited Upload\n* [TinyPNG](https://tinypng.com/) or [TinyJPG](https://tinyjpg.com/) - Batch Compressor / 20MB Upload / [GitHub](https://github.com/tinify)\n* [ImageSmaller](https://www.imagesmaller.com/) - Compressor / 50MB Upload\n* [CompressOrDie](https://compress-or-die.com/) - Multitool\n* [PNGQuant](https://pngquant.org/) - PNG Compression Software / [GitHub](https://github.com/kornelski/pngquant)\n\n***\n\n## ▷ Image Optimization\n\n* ⭐ **[ImageMagick](https://imagemagick.org/index.php)** - Image Optimization / [Scripts](https://www.fmwconcepts.com/imagemagick/index.php)\n* [RIOT](https://riot-optimizer.com/) - Image Optimization\n* [YOGA](https://yoga.flozz.org/) - Image Optimization\n* [ImageFoo](https://imagefoo.com/) - Image Optimization\n* [tiny.pictures](https://tiny.pictures/) - Image Optimization\n* [Pingo](https://css-ig.net/pingo) - Image Optimization / [GUI](https://css-ig.net/pinga)\n* [Ihancer](https://ihancer.com) - Image Optimization\n* [Waifu2x](https://www.waifu2x.net/) - Image Optimization\n* [OxiPNG](https://github.com/shssoichiro/oxipng) - PNG Optimization\n* [Crunch](https://github.com/chrissimpkins/Crunch) - PNG Optimization / Self-Hosted / No Sign-Up\n\n***\n\n## ▷ Image Converters\n\n* ↪️ **[File Converter](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_file_converters)** - Multi-Format Converters\n* ⭐ **[minipic](https://minipic.app/)**\n* [RedKetchup](https://redketchup.io/)\n* [Knvrt](https://www.knvrt.one/)\n* [Convertmyimage](https://convert-my-image.com/)\n* [ImageConvert](https://imageconvert.org/)\n* [imverter](https://www.imverter.com/)\n* [Raw Pics](https://raw.pics.io/)\n* [Converseen](https://converseen.fasterland.net/)\n\n***\n\n## ▷ Image Resizing\n\n* [PixelHunter](https://pixelhunter.io/) - Resize Images for Different Sites\n* [Resize App Icon](https://resizeappicon.com/) - Resize Square Images\n* [⁠Pro Image Tool](https://proimagetool.com/)\n* [Simple Image Resizer](https://www.simpleimageresizer.com/)\n* [ImageResizer](https://imageresizer.com/)\n* [PicResize](https://picresize.com/)\n* [Birme](https://www.birme.net/)\n* [Bulk Image Resize](https://bulkimageresize.com/)\n* [ResizeNow](https://www.resizenow.com/en)\n* [BulkResizePhotos](https://bulkresizephotos.com/)\n\n***\n\n## ▷ Image to Text / OCR\n\n* **Note** - Keep in mind most [AI Chatbots](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_online_chatbots) have built-in image to text, and in many cases are even more accurate than OCR tools.\n\n***\n\n* ⭐ **[ImageToText](https://www.imagetotext.info/)** - Online OCR\n* ⭐ **[Capture2Text](https://capture2text.sourceforge.net/)**, [⁠NormCap](https://dynobo.github.io/normcap/), / [GitHub](https://github.com/dynobo/normcap), [tesseract](https://github.com/tesseract-ocr/tesseract) or [gImageReader](https://github.com/manisandro/gImageReader) - OCR Desktop Apps\n* ⭐ **[Text Grab](https://github.com/TheJoeFin/Text-Grab)** - Minimal OCR Windows Tool\n* [TextShot](https://github.com/ianzhao05/textshot) - Cross-Platform OCR\n* [ImageScanOCR](https://github.com/ttop32/ImageScanOCR) - Windows OCR Tool\n* [Handwriting-OCR](https://github.com/Breta01/handwriting-ocr) - Handwriting OCR\n* [Project Naptha](https://projectnaptha.com/) - Automatic OCR while Browsing Images\n* [i2ocr](https://www.i2ocr.com/) - Online OCR\n* [GLM-OCR](https://ocr.z.ai/) - Online OCR\n* [OCR.SPACE](https://ocr.space/) - Online OCR\n* [OCRTool](https://ocrtool.net/) - Online OCR\n* [2OCR](https://2ocr.com/) - Online OCR\n* [OnlineOCR](https://onlineocr.org/) - Online OCR\n* [NewOCR](https://www.newocr.com/) - Online OCR\n* [OnlineOCR](https://www.onlineocr.net/) - Online OCR\n\n***\n\n## ▷ Image Viewers\n\n* ⭐ **[IrfanView](https://www.irfanview.com/)**\n* ⭐ **[JPEGView](https://github.com/sylikc/jpegview)**\n* ⭐ **[FastStone](https://www.faststone.org/index.htm)**\n* ⭐ **[qView](https://interversehq.com/qview/)**\n* ⭐ **[XnView MP](https://www.xnview.com/en/xnviewmp/)**\n* ⭐ **[Digikam](https://www.digikam.org/)**\n* ⭐ **[ImageGlass](https://imageglass.org/)** / [GitHub](https://github.com/d2phap/ImageGlass)\n* [⁠Imagine](https://www.nyam.pe.kr/dev/imagine/)\n* [nomacs](https://nomacs.org/) / [GitHub](https://github.com/nomacs/nomacs)\n* [qimgv](https://github.com/easymodo/qimgv)\n* [oculante](https://github.com/woelper/oculante)\n* [Diffractor](https://www.diffractor.com/) / [GitHub](https://github.com/diffractor/diffractor)\n* [PhotoQt](https://github.com/luspi/photoqt)\n* [⁠NeeView](https://neelabo.github.io/NeeView/en-us/) / [GitHub](https://github.com/neelabo/NeeView)\n* [PicView](https://picview.org/)\n* [ImagefanReloaded](https://github.com/mihnea-radulescu/imagefanreloaded)\n* [Image Eye](https://www.fmjsoft.com/imageeye.html)\n* [Quick Picture Viewer](https://moduleart.github.io/quick-picture-viewer/)\n* [HoneyView](https://en.bandisoft.com/honeyview/)\n* [picturama](https://picturama.github.io/)\n* [narrative](https://narrative.so/)\n* [G'MIC](https://gmic.eu/)\n* [BeeRef](https://beeref.org/) or [PureRef](https://www.pureref.com/) - Reference Image Viewers\n* [HDRView](https://github.com/wkjarosz/hdrview) or [tev](https://github.com/Tom94/tev) - HDR / Technical Image Viewers\n* [FlipFlip](https://github.com/ififfy/flipflip/) - Image Slideshow\n\n***\n\n## ▷ Offline Galleries\n\n* **Note** - Note that the options listed in this section require self-hosting.\n\n***\n\n* 🌐 **[FOSS Photo Libraries](https://meichthys.github.io/foss_photo_libraries/)**\n* ↪️ **[Android Galleries](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_image_galleries)**\n* [Immich](https://immich.app/) / [Storage Server](https://pixelunion.eu/) / [GitHub](https://github.com/immich-app/immich)\n* [Damselfly](https://github.com/Webreaper/Damselfly)\n* [HomeGallery](https://home-gallery.org/)\n* [LibrePhotos](https://github.com/LibrePhotos/librephotos)\n* [Lychee](https://lycheeorg.github.io/)\n* [PhotoPrism](https://github.com/photoprism/photoprism)\n* [Photoview](https://github.com/photoview/photoview)\n* [Ente](https://help.ente.io/self-hosting/)\n* [Photonix](https://photonix.org/)\n* [photos](https://github.com/nextcloud/photos/)\n* [imagestore](https://github.com/gregordr/imagestore)\n* [Memories](https://memories.gallery/)\n* [Piwigo](https://piwigo.org/)\n* [PiGallery 2](https://bpatrik.github.io/pigallery2/)\n* [PicoShare](https://github.com/mtlynch/picoshare)\n* [Up1](https://github.com/Upload/Up1)\n* [Chevereto](https://chevereto.com/)\n* [Photofield](https://github.com/SmilyOrg/photofield)\n* [⁠Urocissa](https://hsa00000.github.io/urocissa/) - Handles Millions of Images / [GitHub](https://github.com/hsa00000/urocissa)\n\n***\n\n## ▷ Online Galleries\n\n* ⭐ **[Postimages](https://postimages.org/)** - 32MB / Forever\n* [Rimgo](https://rimgo.codeberg.page/), [2](https://codeberg.org/rimgo/instances) - Imgur Frontend\n* [tixte](https://tixte.com/) - 15GB Storage Total / Forever / Requires Sign-Up\n* [lookimg](https://lookimg.com/) - 20MB / Forever / Requires Sign-Up\n* [Horizon](https://horizon.pics/) - 75MB (500MB Storage) / Forever / Requires Sign-Up\n* [imgchest](https://imgchest.com/) - 10MB (30MB with Account) / Forever\n* [Imgur](https://imgur.com/) - 20MB Image / 200MB Animated / Forever / [Upload Limits](https://help.imgur.com/hc/en-us/articles/26511665959579-What-files-can-I-upload-Is-there-a-size-limit) / [Direct Link Grabber](https://imgur.plen.io/)\n* [Google Photos](https://photos.google.com/) - 200MB / 15GB Cloud / Forever\n* [Zonerama](https://eu.zonerama.com/) - Unlimited / Forever\n* [Ente](https://ente.io/) - Unlimited / 10GB Cloud\n* [Piczel](https://piczel.tv/) - 10MB / Forever / Requires Sign-Up\n* [TurboImageHost](https://www.turboimagehost.com/) - 20MB / Forever\n* [Google Photos Toolkit](https://github.com/xob0t/Google-Photos-Toolkit) - Manage / Delete Google Photos\n* [Google Takeout](https://takeout.google.com/) - Export from Google Photos / [Script](https://github.com/Xentraxx/GooglePhotosTakeoutHelper)\n* [Google Photos EXIF](https://github.com/mattwilson1024/google-photos-exif) - Populate Missing EXIF metadata in Google Photos\n* [GPhotos Guide](https://github.com/g8row/gphotos-guide) - Guide for Unlimited Google Photos Storage on Windows\n\n***\n\n## ▷ Image Hosts\n\n* ⭐ **[ImgBB](https://imgbb.com/)** - 32MB / Forever\n* ⭐ **[Catbox](https://catbox.moe/)** - 200MB / Forever / [Proxy](https://fatbox.moe/) / [ShareX Config](https://files.catbox.moe/w4ztcf.sxcu) / [Tools / Extensions](https://catbox.moe/tools.php)\n* [pixelfed](https://pixelfed.org/) - Decentralized Image Sharing Social Network / Requires Sign-Up / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_pixelfed_tools) / [Android](https://gitlab.shinice.net/pixeldroid/PixelDroid) / [GitHub](https://github.com/pixelfed/pixelfed)\n* [sxcu.net](https://sxcu.net/) - Free ShareX Uploader Service / 95MB / N/A\n* [FreeImage.Host](https://freeimage.host/) - 64MB (128MB W/ Account) / Forever\n* [imgbox](https://imgbox.com/) - 10MB / Forever\n* [i](https://tikolu.net/i/) - 8MB / Forever\n* [IMGPile](https://imgpile.com/) - 100MB / Forever\n* [YourImageShare](https://yourimageshare.com/) - 100MB / Forever\n* [pic.maxiol](https://pic.maxiol.com/) - 100MB / Forever\n* [GIFYU](https://gifyu.com/) - 50MB (100MB w/ Account) / Forever\n* [ThumbSnap](https://thumbsnap.com/) - 48MB / Forever\n* [Kepkuldes](https://kepkuldes.com/) - 40MB / Forever\n* [Pikky](https://pikky.net/) - 20MB / Forever\n* [imagebam](https://www.imagebam.com/) - 20MB / Forever\n* [imagevenue](https://www.imagevenue.com/) - 20MB / Forever\n* [FastPic](https://fastpic.org/) - 25MB / Forever\n\n***\n\n## ▷ Screenshot Tools\n\n* ⭐ **[ShareX](https://getsharex.com/)** - Screenshot & Screen Recorder Tool / Windows / [Image Hosts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools/#wiki_.25B7_image_hosts) / [File Manager](https://xbackbone.app/) / [Discord](https://discord.com/invite/ShareX) / [GitHub](https://github.com/ShareX/ShareX)\n* ⭐ **[Flameshot](https://flameshot.org/)** - Windows, Mac, Linux / [GitHub](https://github.com/flameshot-org/flameshot)\n* ⭐ **[Zipline](https://zipline.diced.sh/)** - Self-Hosted ShareX Server / [GitHub](https://github.com/diced/zipline)\n* [Greenshot](https://getgreenshot.org/) - Windows, Mac / [GitHub](https://github.com/greenshot/greenshot)\n* [KSnip](https://github.com/ksnip/ksnip) - Windows, Mac, Linux\n* [FuseBase Capture](https://thefusebase.com/screenshot) - Chrome-based Extension\n* [PixpinApp](https://pixpin.cn/) - Windows, Mac\n* [ScreenshotX](https://screenshotx.com/) - Windows\n* [⁠Pilko](https://pilko.studio/) - Video Frame Capture Tool\n* [VideoToJPG](https://videotojpg.com/) - Video Frame Extraction / [Discord](https://discord.com/invite/PjJUPzrkRM)\n* [FRAMED](https://framedsc.com/index.htm) - In-Game Screenshotting Tips\n* [Moocup](https://moocup.jaydip.me/) / [GitHub](https://github.com/jellydeck/moocup/) or [Screenshot Studio](https://www.screenshot-studio.com/) / [GitHub](https://github.com/KartikLabhshetwar/screenshot-studio) - Screenshot Editors / Mockups\n* [Screenshot Guru](https://screenshot.guru/), [Site-Shot](https://www.site-shot.com/) or [Pikwy](https://pikwy.com/) - Take Screenshots of Websites\n* [Screenshot Rocks](https://screenshot.rocks/) / [GitHub](https://github.com/daveearley/screenshot.rocks) - Create Screenshot Mockups of Websites\n* [paste.photos](https://www.paste.photos/) - Paste Image to Download / [GitHub](https://github.com/AlejandroAkbal/Paste-Image-to-Download)\n* [How to Screenshot](https://screenshot.help/) - Multi-Platform Screenshot Tutorials / [GitHub](https://github.com/s-thom/howtoscreenshot)\n\n***\n\n## ▷ Palette Generators\n\n* ⭐ **[Color Designer](https://colordesigner.io/tools)**, [Color Palette Pro](https://colorpalette.pro/) / [Guide](https://colorpalette.pro/manual), [TheGoodColors](https://thegoodcolors.com/), [Super Color Palette](https://supercolorpalette.com/), [Nof](https://nofpg.netlify.app/) / [GitHub](https://github.com/Northstrix/nof) or [Coolors](https://coolors.co/) - Color Palette Generators\n* [Clariss](https://www.clariss.xyz/), [Color Palette Generator](https://www.degraeve.com/color-palette), [Palitra](https://palitra.app/) or [Color Picker](https://imagecolorpicker.com/) - Generate Color Palettes from Images\n* [Color Space](https://mycolor.space/) - Generate Gradient Color Palettes\n* [Colors Wall](https://colorswall.com/) or [ColorKit](https://colorkit.co/color-palette-generator/) - Generate Random Color Palettes\n* [Color Kit](https://colorkit.io/) - Generate Color Palettes by Mixing 2 Colors\n* [Pigment](https://pigment.shapefactory.co/), [Eva Design System](https://colors.eva.design/), [Scale](https://hihayk.github.io/scale/) or [Huey](https://huey.design/) - Simple Color Palette Generators\n* [ColorBox](https://colorbox.io/), [hue.tools](https://hue.tools/), [Randoma11y](https://randoma11y.com/), [accessiblepalette](https://accessiblepalette.com/) or [colorcolor](https://colorcolor.in/) - Advanced Color Palette Generators\n* [Good Palette](https://goodpalette.io/), [Huemint](https://huemint.com/), [AI Colors](https://aicolors.co/) or [PaletteMaker](https://palettemaker.com/) - Generate UI Color Palettes\n* [Couleur.io](https://couleur.io/) - CSS Color Palettes Generator\n* [UI Colors](https://uicolors.app/create) or [Tints](https://www.tints.dev/) - Tailwind CSS Color Generators\n* [Poolors](https://poolors.com/) - Generate Most / Least Used Color Palettes\n\n***\n\n## ▷ Color Pickers\n\n* 🌐 **[React Color](https://casesandberg.github.io/react-color/)** - Color Pickers Index\n* 🌐 **[BrandColors](https://brandcolors.net/)** - Brand Color Palettes Index\n* [Material UI](https://materialui.co/colors/), [OKLCH](https://oklch.com/), [Color Deck](https://color.obscuredetour.com/), [Picular](https://picular.co/) or [ColorKit's Color Picker](https://colorkit.co/color-picker/) - Color Pickers\n* [Colorpicker](https://colorpicker.fr/), [Just Color Picker](https://annystudio.com/software/colorpicker/) or [epick](https://github.com/vv9k/epick) - Color Picker Desktop Apps\n* [Colorscales](https://www.colorscales.com/en/start) - Find Colors in Color Space\n* [ColourCode](https://www.toptal.com/designers/colourcode/) or [Colordot](https://color.hailpixel.com/) - Find Colors by Moving Mouse\n* [Geenes](https://geenes.app/welcome) or [Leonardo](https://leonardocolor.io/) - Find UI Color Palettes\n* [Sorted CSS Colors](https://enes.in/sorted-colors/) - Find Similar CSS Colors\n* [Color Hunt](https://colorhunt.co/), [COLOURlovers](https://www.colourlovers.com/), [SchemeColor](https://www.schemecolor.com/), [Culrs](https://culrs.com/) or [Colorffy](https://colorffy.com/) - Find Color Palettes\n* [Adobe Color](https://color.adobe.com/) - Find Color Palettes with Color Wheel\n* [Color Lisa](https://colorlisa.com/) - Find Art-Based Color Palettes\n* [Color Leap](https://colorleap.app/) - Find Historical Color Palettes\n* [COLORWISE](https://colorwise.io/) - Find Color Palettes from Product Hunt Products\n\n***\n\n# ► Photography / Cameras\n\n* ↪️ **[Android Camera](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_camera)** - Android Camera Resources / Tools\n* [r/Photography Guide](https://www.reddit.com/r/photography/wiki/introduction) or [Cambridge In Colour](https://www.cambridgeincolour.com/) - Photography / Camera Guides\n* [Camera Decision](https://cameradecision.com/) or [Digicamfinder](https://digicamfinder.com/) - Compare Cameras\n* [Camera Wiki](http://camera-wiki.org/) - Camera Model Wiki\n* [PhotoFeeler](https://www.photofeeler.com/) - Get Photo Feedback\n* [darktable](https://www.darktable.org/) / [GitHub](https://github.com/darktable-org/darktable), [⁠RapidRAW](https://www.getrapidraw.com/) / [Discord](https://discord.com/invite/cvFugZ2Hw8) / [GitHub](https://github.com/CyberTimon/RapidRAW), [RawTherapee](https://www.rawtherapee.com/) / [GitHub](https://github.com/RawTherapee/RawTherapee) or [⁠LightZone](https://github.com/ktgw0316/LightZone) - RAW Photo Editors / Windows, Mac, Linux\n* [HDRMerge](https://jcelaya.github.io/hdrmerge/) - RAW Photography HDR Merge Tool / [GitHub](https://github.com/jcelaya/hdrmerge)\n* [PixelPeeper](https://pixelpeeper.com/) - Extract Lightroom Edits / Settings\n* [PhotoEphemeris](https://photoephemeris.com/) - Photography Sunlight Calculator\n* [MagicLantern](https://www.magiclantern.fm/) - Custom Canon EOS Firmware / [Unsupported](https://magiclantern.fandom.com/wiki/Other_dslr) / [Subreddit](https://www.reddit.com/r/MagicLantern/) / [Discord](https://discord.gg/uaY8akC)\n* [CHDK](https://chdk.fandom.com/wiki/CHDK) - Custom Canon PowerShot Firmware\n* [fSpy](https://fspy.io/) - Still Image Camera Matching\n* [DPReview](https://www.dpreview.com/reviews/image-comparison/fullscreen) - Camera Image Quality Comparison\n* [Canon Camera Museum](https://global.canon/en/c-museum/camera-series.html) - History of Canon Cameras\n\n***\n\n## ▷ Photo Forensics / Metadata\n\n* 🌐 **[Photo OSINT](https://start.me/p/0PgzqO/photo-osint)** - Image OSINT Resources\n* ↪️ **[File Info / Metadata](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_file_info_.2F_metadata)**\n* ⭐ **[Fawkes](http://sandlab.cs.uchicago.edu/fawkes/)** - Facial Cloaking\n* ⭐ **[FotoForensics](https://www.fotoforensics.com/)**, [Sherloq](https://github.com/GuidoBartoli/sherloq) or [Forensically](https://29a.ch/photo-forensics/) - Photo Forensics Tools\n* [ViewEXIF](https://www.imgonline.com.ua/eng/exif-info.php), [Jimpl](https://jimpl.com/), [ExifData](https://exifdata.com/), [OnlineEXIFViewer](https://onlineexifviewer.com/), [ExifLooter](https://github.com/aydinnyunus/exifLooter) or [CameraSummary](https://camerasummary.com/) - EXIF / Metadata Viewers\n* [exiftool](https://exiftool.org/), [2](https://github.com/FrankBijnen/ExifToolGui/), [EXIFRemove](https://www.exifremove.com/), [scrambled-exif](https://gitlab.com/juanitobananas/scrambled-exif), [MetaEditor](https://metaeditor.picvario.com/), [Metadata-Remover](https://github.com/Anish-M-code/Metadata-Remover), [adarsus](https://www.adarsus.com/en/remove-metadata-online-document-image-video/) or [VerExif](https://www.verexif.com/en/) - Remove Meta / EXIF Data\n* [Pic2Map](https://www.pic2map.com/) - Image EXIF data viewer with GPS support\n* [TheExifer](https://www.thexifer.net/), [Photini](https://github.com/jim-easterbrook/Photini) or [ColorPilot](https://www.colorpilot.com/exif.html) - Image EXIF Data Editors\n* [Picarta](https://picarta.ai/) / [Discord](https://discord.gg/g5BAd2UFbs), [GeoSpy](https://geospy.net/)\n or [GeoEstimation](https://labs.tib.eu/geoestimation) - Image Geolocation / Location Estimation\n* [Image Identification Project](https://www.imageidentify.com/) - Image Identification Tool\n* [StegOnline](https://georgeom.net/StegOnline/upload), [OpenStego](https://www.openstego.com/), [OpenPuff](https://embeddedsw.net/OpenPuff_Steganography_Home.html), [Steganography-PNG](https://pedrooaugusto.github.io/steganography-png/) / [GitHub](https://github.com/pedrooaugusto/steganography-png), [ImSter](https://github.com/DJayalath/ImSter), [stegano](https://bztsrc.gitlab.io/stegano/), [hide-text](https://all-tools.github.io/hide-text-in-image/) or [stegpy](https://github.com/izcoser/stegpy) - Images Steganography Tools\n* [Aperisolve](https://aperisolve.fr/) / [2](https://www.aperisolve.com/) or [stegextract](https://github.com/evyatarmeged/stegextract) - Steganography Analysis Tool\n* [Redacted](https://redacted.app/) - Blur, Pixelate or Blackout parts of Images\n* [Image Scrubber](https://everestpipkin.github.io/image-scrubber/) - Blur Images / Scrub Metadata\n* [Schizoware](https://sourceforge.net/projects/schizoware/) - Image Name / Hash Randomizer\n* [Base64 Image](https://www.base64-image.de/) - Encode / Decode Images\n"
  },
  {
    "path": "docs/index.md",
    "content": "---\ntitle: Welcome\nlayout: home\ndescription: The largest collection of free stuff on the internet!\n\nhero:\n  name: freemediaheckyeah\n  tagline: The largest collection of free stuff on the internet!\n  announcement:\n    title: Keep Android Open 🔓\n    link: /posts/KeepAndroidOpen\n  image:\n    src: test.png\n    alt: FMHY Icon\n  actions:\n    - theme: brand\n      text: See Beginners Guide\n      link: /beginners-guide\n    - theme: alt\n      text: Posts\n      link: /posts\n    - theme: alt\n      text: Contribute\n      link: /other/contributing\n    - theme: alt\n      text: Discord\n      link: https://github.com/fmhy/FMHY/wiki/FMHY-Discord\n\nfeatures:\n  - title: Adblocking / Privacy\n    link: /privacy\n    details: Learn how to block ads, trackers and other nasty things.\n    icon: |\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#D05A6E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-shield-ellipsis\"><path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/><path d=\"M8 12h.01\"/><path d=\"M12 12h.01\"/><path d=\"M16 12h.01\"/><title>Ad-block / Privacy</title></svg>\n\n  - title: Artificial Intelligence\n    link: /ai\n    details: Explore the world of AI and machine learning.\n    icon: |\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#91989F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-bot\"><path d=\"M12 8V4H8\"/><rect width=\"16\" height=\"12\" x=\"4\" y=\"8\" rx=\"2\"/><path d=\"M2 14h2\"/><path d=\"M20 14h2\"/><path d=\"M15 13v2\"/><path d=\"M9 13v2\"/><title>Artificial Intelligence</title></svg>\n\n  - title: Streaming\n    link: /video\n    details: Stream, download, torrent and binge all your favourite movies and shows!\n    icon: |\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#7aa2f7\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-tv-minimal-play\"><path d=\"M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z\"/><path d=\"M7 21h10\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><title>Streaming</title></svg>\n\n  - title: Listening\n    icon: |\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#7c82fe\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-music\"><path d=\"M9 18V5l12-2v13\"/><circle cx=\"6\" cy=\"18\" r=\"3\"/><circle cx=\"18\" cy=\"16\" r=\"3\"/><title>Listening</title></svg>\n    link: /audio\n    details: Stream, download and torrent songs, podcasts and more!\n\n  - title: Gaming\n    icon: |\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#49d3e9\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-gamepad-2\"><line x1=\"6\" x2=\"10\" y1=\"11\" y2=\"11\"/><line x1=\"8\" x2=\"8\" y1=\"9\" y2=\"13\"/><line x1=\"15\" x2=\"15.01\" y1=\"12\" y2=\"12\"/><line x1=\"18\" x2=\"18.01\" y1=\"10\" y2=\"10\"/><path d=\"M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z\"/><title>Gaming</title></svg>\n    link: /gaming\n    details:\n      Download and play all your favourite games or emulate some old but gold\n      ones!\n\n  - title: Reading\n    icon: |\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#3ccd93\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-book-text\"><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20\"/><path d=\"M8 11h8\"/><path d=\"M8 7h6\"/><title>Reading</title></svg>\n    link: /reading\n    details:\n      Whether you're a bookworm, otaku or comic book fan, you'll be able to find\n      your favourite pieces of literature here!\n\n  - title: Downloading\n    icon: |\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#BEC23F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-hard-drive-download\"><path d=\"M12 2v8\"/><path d=\"m16 6-4 4-4-4\"/><rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\"/><path d=\"M6 18h.01\"/><path d=\"M10 18h.01\"/><title>Downloading</title></svg>\n    link: /downloading\n    details:\n      Download all your favourite software, movies, shows, music, games and\n      more!\n\n  - title: Torrenting\n    icon: |\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#8A6BBE\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-magnet\"><path d=\"m12 15 4 4\"/><path d=\"M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282z\"/><path d=\"m5 8 4 4\"/><title>Torrenting</title></svg>\n    link: /torrenting\n    details: Download your favourite media using the BitTorrent protocol.\n\n  - title: Educational\n    icon: |\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#A8D8B9\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-graduation-cap\"><path d=\"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z\"/><path d=\"M22 10v6\"/><path d=\"M6 12.5V16a6 3 0 0 0 12 0v-3.5\"/><title>Educational</title></svg>\n    link: /educational\n    details: Educational content for all ages.\n\n  - title: Android / iOS\n    icon: |\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0\n      0 24 24\" fill=\"none\" stroke=\"#DAC9A6\" stroke-width=\"2\"\n      stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide\n      lucide-smartphone\"><rect width=\"14\" height=\"20\" x=\"5\" y=\"2\" rx=\"2\"\n      ry=\"2\"/><path d=\"M12 18h.01\"/><title>Android / iOS</title></svg>\n    link: /mobile\n    details: All forms of content for Android and iOS.\n\n  - title: Linux / macOS\n    icon: |\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#f17c67\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-square-terminal\"><path d=\"m7 11 2-2-2-2\"/><path d=\"M11 13h4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><title>Linux / macOS</title></svg>\n    link: /linux-macos\n    details: The $HOME of Linux and macOS.\n\n  - title: Non-English\n    icon: |\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#FB9966\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-languages\"><path d=\"m5 8 6 6\"/><path d=\"m4 14 6-6 2-3\"/><path d=\"M2 5h12\"/><path d=\"M7 2h1\"/><path d=\"m22 22-5-10-5 10\"/><path d=\"M14 18h6\"/><title>Non-English</title></svg>\n    link: /non-english\n    details: Content in languages other than English.\n\n  - title: Miscellaneous\n    icon: |\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#DDD23B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-boxes\"><path d=\"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z\"/><path d=\"m7 16.5-4.74-2.85\"/><path d=\"m7 16.5 5-3\"/><path d=\"M7 16.5v5.17\"/><path d=\"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z\"/><path d=\"m17 16.5-5-3\"/><path d=\"m17 16.5 4.74-2.85\"/><path d=\"M17 16.5v5.17\"/><path d=\"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z\"/><path d=\"M12 8 7.26 5.15\"/><path d=\"m12 8 4.74-2.85\"/><path d=\"M12 13.5V8\"/><title>Miscellaneous</title></svg>\n    link: /misc\n    details: Various topics like food, travel, news, shopping, fun sites and more!\n---\n\n<script setup>\nimport { onMounted } from 'vue'\n\nonMounted(() => {\n  var preferredKawaii\n  try {\n    preferredKawaii = localStorage.getItem('uwu')\n  } catch (err) {}\n  const urlParams = new URLSearchParams(window.location.search)\n  const kawaii = urlParams.get('uwu')\n  const setKawaii = () => {\n    const images = document.querySelectorAll('.VPImage.image-src')\n    images.forEach((img) => {\n      img.src = '/logo-uwu.svg'\n    })\n  }\n  const resetKawaii = () => {\n    const images = document.querySelectorAll('.VPImage.image-src')\n    images.forEach((img) => {\n      img.src = '/test.png'\n    })\n  }\n  if (kawaii === 'true') {\n    try {\n      localStorage.setItem('uwu', true)\n    } catch (err) {}\n    console.log('uwu mode enabled. Disable with \"?uwu=false\".');\n    setKawaii()\n  } else if (kawaii === 'false') {\n    try {\n      localStorage.removeItem('uwu', false)\n    } catch (err) {}\n    resetKawaii()\n  } else if (preferredKawaii) {\n    setKawaii()\n  }\n\n  let clickCount = 0;\n  const heroImage = document.querySelector('.VPImage.image-src');\n  \n  const handleClick = () => {\n    clickCount += 1;\n    if (clickCount === 5) {\n      const isKawaii = localStorage.getItem('uwu') === 'true';\n      if (isKawaii) {\n        localStorage.removeItem('uwu');\n        resetKawaii();\n        console.log('uwu mode disabled.');\n      } else {\n        localStorage.setItem('uwu', true);\n        setKawaii();\n        console.log('uwu mode enabled after 5 clicks.');\n      }\n      clickCount = 0;\n    }\n  };\n\n  if (heroImage) {\n    heroImage.addEventListener('click', handleClick);\n  }\n})\n</script>\n"
  },
  {
    "path": "docs/internet-tools.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/tools-index)**\n***\n***\n\n# ► Internet Tools\n\n* ↪️ **[Web Privacy Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_web_privacy)**\n* [Pake](https://github.com/tw93/Pake) - Turn Webpages into Desktop Apps\n* [deploy-your-own-saas](https://github.com/Atarity/deploy-your-own-saas) - Self-Hosted Cloud Services\n* [Namechk](https://namechk.com/), [User Scanner](https://github.com/kaifcodec/user-scanner/) or [IUS](https://instantusername.com/) - Check Username Availability\n* [UsernameGenerator](https://usernamegenerator.com/) - Username Generator\n* [byp4xx](https://github.com/lobuhi/byp4xx) - Bypass \"403 Forbidden\" Errors\n\n***\n\n## ▷ Network Tools\n\n* ⭐ **[fast](https://fast.com/)** / [Blur Info](https://userstyles.world/style/17413) / [CLI](https://github.com/sindresorhus/fast-cli), **[Cloudflare Speed Test](https://speed.cloudflare.com/)** / [CLI](https://github.com/kavehtehrani/cloudflare-speed-cli), **[OpenSpeedTest](https://openspeedtest.com/)** / [GitHub](https://github.com/openspeedtest/Speed-Test) or **[LibreSpeed](https://librespeed.org/)** - Speed Tests\n* ⭐ **[Safing Portmaster](https://safing.io/)** - Network Monitor / DNS Resolver / Firewall / [Discord](https://discord.com/invite/9ScnccuXaZ) / [GitHub](https://github.com/safing)\n* [Pinging](https://www.pinging.net/), [GlobalPing](https://globalping.io/) or [PingTracer](https://github.com/bp2008/pingtracer) - Network Testing / Ping Monitors\n* [NetBlocks](https://api.webprobe.org/) or [OpenNetMeter](https://github.com/Ashfaaq18/OpenNetMeter) - Internet Performance Monitor\n* [WiFi Analyzer](https://apps.microsoft.com/store/detail/wifi-analyzer/9NBLGGH33N0N) - WiFi Analyzer\n* [WireShark](https://www.wireshark.org/) - Network Protocol Analyzer / [Profiles](https://github.com/amwalding/wireshark_profiles)\n* [Trippy](https://trippy.cli.rs/) - Network Diagnostic Tool\n* [MxToolbox](https://mxtoolbox.com/NetworkTools.aspx) - Network Tools\n* [NETworkManager](https://borntoberoot.net/NETworkManager/) / [GitHub](https://github.com/BornToBeRoot/NETworkManager) or [WLan10](https://github.com/afit/wlan10) - Network Manager\n* [mRemoteNG](https://mremoteng.org/) - Remote Connections Manager\n* [Netbalancer](https://netbalancer.com/) - Internet Traffic Control\n* [⁠Meshtastic](https://meshtastic.org/) - Off-Grid Mesh Network Communication Guide\n* [Arcai](https://arcai.com/) - WiFi Speed Control\n* [SwitchHosts](https://github.com/oldj/SwitchHosts) - Windows Hosts File Editor\n* [MAC Address](https://macaddress.io/) - MAC Address Lookup\n* [masscan](https://github.com/robertdavidgraham/masscan) - Port Scanner\n* [PortChecker](https://portchecker.co/), [CanYouSeeMe](https://canyouseeme.org/), [ping.pe](https://ping.pe/), [PortCheckers](https://www.portcheckers.com/) or [RustCat](https://github.com/robiot/rustcat) - Port Checkers\n* [Waveform Test](https://www.waveform.com/tools/bufferbloat) or [LibreQoS Test](https://bufferbloat.libreqos.com/) - Test Bufferbloat / Ping Under Load\n* [PacketSender](https://packetsender.com/) - Packet Sender\n\n***\n\n## ▷ Password Managers\n\n* ↪️ **[Password Privacy / 2FA](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_password_privacy_.2F_2fa)**\n* ⭐ **[Bitwarden](https://bitwarden.com/)** / [Alt Client](https://github.com/AChep/keyguard-app) / [X](https://x.com/bitwarden) / [Subreddit](https://reddit.com/r/bitwarden) / [GitHub](https://github.com/bitwarden)\n* ⭐ **[KeePass](https://keepass.info/)** / [Forks](https://keepass.info/download.html) / [Plugins](https://keepass.info/plugins.html) / [Read-Only](https://tusk.subdavis.com/) or **[KeePassXC](https://keepassxc.org/)**\n* ⭐ **[Proton Pass](https://proton.me/pass)**\n* [Pashword](https://pashword.app/)\n* [LessPass](https://lesspass.com/)\n* [Buttercup](https://buttercup.pw/)\n* [KeeWeb](https://keeweb.info/) / [GitHub](https://github.com/keeweb/keeweb)\n* [Spectre](https://spectre.app/)\n* [VaultWarden](https://github.com/dani-garcia/vaultwarden) - Self-Hosted\n\n***\n\n## ▷ Paywall Bypass\n\n* ⭐ **[Bypass Paywalls Clean](https://gitflic.ru/project/magnolia1234/bpc_uploads)** - Browser Extensions / [X](https://x.com/Magnolia1234B)\n* ⭐ **[Freedium](https://freedium-mirror.cfd/)**, [ReadMedium](https://readmedium.com/) or [Medium Parser](https://github.com/Xatta-Trone/medium-parser-extension) - Bypass Medium Paywalls\n* ⭐ **[wallabag](https://wallabag.org/)** / [Instances](https://github.com/wallabag/wallabag/wiki/wallabag-ecosystem#list-of-public-instances-open-for-registration) / [Resources](https://github.com/wallabag/wallabag/wiki/wallabag-ecosystem) or [Ladder](https://github.com/everywall/ladder) - Self-Hosted\n* [PaywallBuster](https://paywallbuster.com/) - Paywall Bypass Tool\n* [ByeByePaywall](https://byebyepaywall.com/en/) - Paywall Bypass Tool\n* [⁠PressReleased](https://pressreleased.alwaysdata.net/) - Paywall Bypass Tool / [Discord](https://discord.gg/fn33a5mq8w)\n* [⁠RemovePaywalls](https://removepaywalls.com/) - Paywall Bypass Tool\n* [smry.ai](https://smry.ai/) - Paywall Bypass Tool\n* [Scientific Doc Paywall Bypass](https://greasyfork.org/en/scripts/35521) - Bypass Scientific Document Paywalls\n* [Unpaywall](https://unpaywall.org/) - Bypass Scholarly Article Paywalls\n\n***\n\n## ▷ Link in Bio\n\n* ⭐ **[Linktree](https://linktr.ee/)** - Unlimited / Custom URLs\n* ⭐ **[Linkstack](https://linkstack.org)** / [GitHub](https://github.com/LinkStackOrg/LinkStack) or **[LittleLink](https://littlelink.io/)** - Unlimited / Custom URLs / Self-Hosted\n* ⭐ **[Carrd](https://carrd.co/)** - Unlimited / Custom URLs / Multiple Designs\n* [⁠WonderLink](https://en.wonderlink.de/) - Unlimited / Custom URLs\n* [OneURL](https://www.oneurl.live/) - Unlimited / Custom URLs / [GitHub](https://github.com/KartikLabhshetwar/oneurl)\n* [BioSites](https://biosites.com/) - Unlimited / Custom URLs\n* [Linkr](https://linkr.com/) - Unlimited / Custom URLs\n* [AlsoAt](https://alsoat.app) - Unlimited / Custom URLs\n\n***\n\n## ▷ Captcha Tools\n\n* ⭐ **[Buster](https://github.com/dessant/buster)** - Auto Captcha Solver / [Improve Success Rate](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/buster-note.md)\n* [NopeCHA](https://nopecha.com/) - Auto Captcha Solver / [Requires Tokens](https://nopecha.com/manage) / [Discord](https://discord.com/invite/yj7cTYBQaw)\n* [Privacy Pass](https://github.com/cloudflare/pp-browser-extension) - Save Captcha Tokens\n* [Democaptcha](https://democaptcha.com/demo-form-eng/hcaptcha.html) - hCaptcha Demo / Get Captcha Tokens\n* [ReCAPTCHA Demo](https://www.google.com/recaptcha/api2/demo) or [reCAPTCHA test](https://patrickhlauke.github.io/recaptcha/) - reCAPTCHA Demos / Get Captcha Tokens\n\n***\n\n## ▷ Chat Tools\n\n* ↪️ **[Discord Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25BA_discord_tools)**\n* ↪️ **[Telegram Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25BA_telegram_tools)**\n* ↪️ **[Privacy-Focused Messengers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_encrypted_messengers)**\n* ↪️ **[IRC Clients / Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25B7_irc_tools)**\n* ↪️ **[⁠XMPP Clients / Resources](https://xmpp.org/getting-started/)**\n* ⭐ **[Stoat](https://stoat.chat/)** - Communication Platform / Discord Alt / [Bots](https://rvlt.gg/discover/bots) / [Resources](https://github.com/stoatchat/awesome-stoat), [2](https://github.com/revoltchat/awesome-revolt)\n* ⭐ **[Mumble](https://www.mumble.info/)**, [Jam](https://jam.systems/), [TeaSpeak](https://teaspeak.de/gb/) or [TeamSpeak](https://www.teamspeak.com/) / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/teamspeak-warning.md) - Voice Chat\n* ⭐ **[Hack.chat](https://hack.chat/)**, [Shick](https://shick.me/), [LeapChat](https://www.leapchat.org/), [otr.to](https://otr.to/) / [GitHub](https://github.com/jermainee/otr.to), [Chitchatter](https://chitchatter.im/) / [GitHub](https://github.com/jeremyckahn/chitchatter) or [tik.io](https://tlk.io/) - Minimal / Chats that Work Without Sign-Up\n* ⭐ **[Gajim](https://gajim.org/)**, [CoyIM](https://coy.im/), [⁠Prose](https://prose.org/), [⁠Fluux](https://github.com/processone/fluux-messenger/), [Profanity](https://profanity-im.github.io/) / [GitHub](https://github.com/profanity-im/profanity) or [xabber](https://www.xabber.com/) - XMPP Clients\n* [Pidgin](https://www.pidgin.im/) / [GitHub](https://keep.imfreedom.org/pidgin/pidgin/) or [Ferdium](https://ferdium.org/) / [GitHub](https://github.com/ferdium/ferdium-app) - Combine Web Apps / Chat Services\n* [MatterBridge](https://github.com/42wim/matterbridge) - Bridge for Multiple Chat Apps\n* [⁠Fluxer](https://fluxer.app/) - Communication Platform / Discord Alt / [Server Index](https://fluxerservers.com/)\n* [Miranda NG](https://www.miranda-ng.org/en/) or [WeeChat](https://weechat.org/) - General Chat Apps\n* [Twist](https://twist.com/) - Collaboration Chat Manager\n* [Altus](https://github.com/amanharwara/altus) or [WAO](https://dedg3.com/wao/) - WhatsApp Clients\n* [WhatsApp-Chat-Exporter](https://github.com/KnugiHK/WhatsApp-Chat-Exporter), [2](https://wts.knugi.dev/) - WhatsApp HTML Chat Exporter / Requires Root\n* [WAIncognito](https://chromewebstore.google.com/detail/waincognito/alhmbbnlcggfcjjfihglopfopcbigmil) - Disable WhatsApp Read Receipts & Presence Updates\n* [TikTok Chat Reader](https://tiktok-chat-reader.zerody.one/) - Live TikTok Chat Reader\n* [Guildbit](https://guildbit.com/) - Voice Chat Servers\n* [MiroTalk](https://p2p.mirotalk.com/) / [2](https://mirotalk.up.railway.app/) or [MiroTalk SFU](https://sfu.mirotalk.com/) - Video Chat / [GitHub](https://github.com/miroslavpejic85/mirotalk)\n* [Videolink2me](https://videolink2me.com/) - Video Chat\n* [Jitsi](https://jitsi.org/) - Video Chat / [Web App](https://meet.jit.si/) / [GitHub](https://github.com/jitsi/jitsi-meet)\n* [Briefing](https://brie.fi/ng) - Video Chat\n* [Talky](https://talky.io/) - Video Chat\n* [GoTeam](https://goteam.video/) - Video Chat\n* [⁠Linkello](https://call.linkello.com/) - Video Chat\n* [Chat Analytics](https://github.com/mlomb/chat-analytics) - Generate Chat Analytics\n\n***\n\n## ▷ QR Code Tools\n\n* ⭐ **[Mini QR](https://mini-qr-code-generator.vercel.app/)** - Generator / Customizable / [GitHub](https://github.com/lyqht/mini-qr)\n* [QArt Coder](https://research.swtch.com/qr/draw/) - Generator / Customizable\n* [QRcodly](https://www.qrcodly.de/) - Generator / Customizable\n* [QRCode Monkey](https://www.qrcode-monkey.com/) - Generator / Customizable\n* [⁠FreeQRApp](https://freeqrapp.com/) - Generator / Customizable\n* [2QR](https://2qr.info/) - Generator\n* [barcodrod.io](https://barcodrod.io/) - Scanner / Windows / [GitHub](https://github.com/MarkHopper24/barcodrod.io)\n* [Barcode Scanner](https://gitlab.com/Atharok/BarcodeScanner) - Scanner / Android\n* [Binary Eye](https://github.com/markusfisch/BinaryEye) - Scanner / Android\n* [QR Code Scanner](https://qrcodescan.in/) - Scanner / Web\n\n***\n\n# ► RSS Tools\n\n* 🌐 **[All about RSS](https://github.com/AboutRSS/ALL-about-RSS)** / [Telegram](https://t.me/s/aboutrss), [RSSTango](https://rentry.org/rrstango) or [RSS](https://gist.github.com/thefranke/63853a6f8c499dc97bc17838f6cedcc2) - RSS Feed / Tool Indexes\n* [FeedButler](https://feedbutler.app/en) - RSS to Email\n* [siftrss](https://siftrss.com/) - RSS Feed Filters\n* [Want My RSS](https://github.com/Reeywhaar/want-my-rss) - Restores Firefox RSS Features\n* [RSS.app](https://rss.app/) or [Feedle](https://feedle.world/) - RSS Feed Search\n* [Kill the Newsletter](https://kill-the-newsletter.com/) - Convert Email Newsletters into Atom Feeds\n\n***\n\n## ▷ RSS Readers\n\n* ↪️ **[Android RSS Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_internet)**\n* ⭐ **[Feedly](https://feedly.com/)** - RSS Reader / Multi-Platform / [Notifier](https://olsh.me/Feedly-Notifier/)\n* ⭐ **[rss.fmhy](https://rss.fmhy.bid/)** or [Prodottoinrete](https://freshrss.prodottoinrete.com/i/) - RSS Reader / Web-Based\n* ⭐ **[RSS Guard](https://github.com/martinrotter/rssguard)** - RSS Reader / Multi-Platform / [Scraper](https://github.com/Owyn/CSS2RSS) / [Discord](https://discord.com/invite/7xbVMPPNqH)\n* ⭐ **[Inoreader](https://www.inoreader.com/)** - RSS Reader / Multi-Platform\n* ⭐ **[Feedbro](https://nodetics.com/feedbro/)**, [Sage-Like](https://addons.mozilla.org/en-US/firefox/addon/sage-like/), [Brief](https://github.com/brief-rss/brief) or [Fraidycat](https://fraidyc.at/) - Browser Extensions\n* [Fluent Reader](https://hyliu.me/fluent-reader/) - RSS Reader / Multi-Platform\n* [Feed Flow](https://www.feedflow.dev/) - RSS Reader / Multi-Platform / [GitHub](https://github.com/prof18/feed-flow)\n* [yarr](https://github.com/nkanaev/yarr) - RSS Reader / Multi-Platform\n* [NewsBlur](https://www.newsblur.com/) - RSS Reader / Web-Based / [GitHub](https://github.com/samuelclay/NewsBlur)\n* [WebFeed](https://taoshu.in/webfeed/turn-browser-into-feed-reader.html) - RSS Reader / Web-Based\n* [JungleReader](https://www.zajungle.com/) - RSS Reader / Web-Based\n* [JesterEngine](https://jesterengine.com/) - RSS Reader / Web-Based\n* [NewsPipe](https://github.com/cedricbonhomme/newspipe), [Miniflux](https://miniflux.app/), [selfoss](https://selfoss.aditu.de/), [FreshRSS](https://freshrss.org/), [Fusion](https://github.com/0x2E/fusion), [rss](https://codeberg.org/danb/rss) or [CommaFeed](https://www.commafeed.com/#/welcome) - Self-Hosted RSS Readers\n\n***\n\n## ▷ RSS Feed Generators\n\n* ⭐ **[RSS Bridge](https://rss-bridge.org/bridge01/)** / [GitHub](https://github.com/RSS-Bridge/rss-bridge)\n* [MoRSS](https://morss.it/)\n* [RSSHub](https://docs.rsshub.app/) / [GitHub](https://github.com/DIYgod/RSSHub)\n* [RSS Finder](https://rss-finder.rook1e.com/) / [GitHub](https://github.com/0x2E/rss-finder)\n* [FetchRSS](https://fetchrss.com/)\n* [RSS Diffbot](https://rss.diffbot.com/)\n* [RuSShdown](https://chaiaeran.github.io/RuSShdown/)\n* [PolitePol](https://politepaul.com/en//)\n* [Janicek](https://feed.janicek.co/)\n* [FiveFilters](https://createfeed.fivefilters.org/)\n\n***\n\n# ► Search Tools\n\n* ↪️ **[Reddit Search Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_reddit_search)**\n* [SimilarSiteSearch](https://www.similarsitesearch.com/), [SimilarWeb](https://similarweb.com/), [SitesLikes](https://www.siteslike.com/), [TopSimilarSites](https://topsimilarsites.com/), [SimilarSites](https://similarsites.com/), [OpenDirectory](https://odir.us/) or [SiteLike.org](https://www.sitelike.org/) - Similar Site Searches\n* [sitedorks](https://github.com/Zarcolio/sitedorks), [Dorks-collections-list](https://github.com/cipher387/Dorks-collections-list/), [OSINT Dorks](https://github.com/BushidoUK/OSINT-SearchOperators), [Google Dork List](https://www.boxpiper.com/posts/google-dork-list), [Dork Genius](https://dorkgenius.com/) or [DorkSearch](https://www.dorksearch.com/) - Search Engine Dorking Tools\n* [UserSearch](https://usersearch.com/) / [2](https://usersearch.org/), [Sherlock](https://github.com/sherlock-project/sherlock), [Maigret](https://github.com/soxoj/maigret), [Nexfil](https://github.com/thewhiteh4t/nexfil), [Lullar](https://lullar-com-3.appspot.com/), [Blackbird](https://github.com/p1ngul1n0/blackbird) or [WhatsMyName](https://whatsmyname.app/) - Username Search\n* [Soovle](https://www.seo.com/soovle/), [Keyword.io](https://www.keyword.io/), [SearchEngineReports](https://searchenginereports.net/), [ContentIdeas](https://contentideas.io/) or [Keyword Tool](https://keywordtool.io/) - Popular Keyword Search\n* [DuckDuckBang](https://mosermichael.github.io/duckduckbang/html/main.html) - DuckDuckGo !bang Meta Search / [GitHub](https://github.com/MoserMichael/duckduckbang)\n* [KeywordSheeter](https://keywordsheeter.com/) or [Spyfu](https://www.spyfu.com/) - Keyword Research Tools\n* [BoardReader](https://boardreader.com/), [CrowdView](https://crowdview.ai/) or [FindAForum](https://www.findaforum.net/) - Forum Search Engine\n* [Raw Web](https://rawweb.org/) or [BlogErnity](http://www.bloggernity.com/) - Blog Search\n* [VHSearch](https://vhs.neocities.org/) - Neocities Search Engine\n* [4chanSearch](https://4chansearch.com/), [4chansearch.org](https://4chansearch.org/) or [4search](https://4search.neocities.org/) - 4chan Search\n* [tumbex](https://www.tumbex.com/) - Tumblr Search\n* [AlsoAsked](https://alsoasked.com/) - Related Search Tool\n* [Wiby](https://wiby.org/), [2](https://wiby.me/) - Search Engine for Lightweight Web Pages\n* [Search My Site](https://searchmysite.net/) - Personal Site Search / Open Source\n* [Intelligence X](https://intelx.io/tools) or [Aware-Online](https://www.aware-online.com/en/osint-tools/) - Multiple Search Tools\n* [Sources.com](https://www.sources.com/) - Journalism Source Search\n* [GrayHatWarfare](https://buckets.grayhatwarfare.com/) or [OpenBuckets](https://openbuckets.io/) - Amazon S3 Buckets Search\n* [Yandex Search Operators](https://yandex.com/support/direct/keywords/symbols-and-operators.html), [2](https://seosly.com/yandex-search-operators/) - Yandex Search Operator Resources\n* [FindAGrave](https://findagrave.com/) - Gravestone Search\n* [rfc.fyi](https://rfc.fyi/) - RFC Search\n* [Shodan](https://www.shodan.io/) or [FOFA](https://fofa.info/) / [GitHub](https://github.com/FofaInfo/Awesome-FOFA) - Internet Connected Device / Public Assets Search\n* [OCCRP Aleph](https://aleph.occrp.org/) - Public Records / Leaks Search\n* [OpenOwnership](https://register.openownership.org/) - Company Ownership Search\n* [CorporationWiki](https://www.corporationwiki.com/) - Company Info Search\n* [OffshoreLeaks](https://offshoreleaks.icij.org/) - Offshore Company Leaks Search\n* [judyrecords](https://www.judyrecords.com/) - US Court Case Search\n* [Is it big?](https://isitbig.org/) - Brand Corporation Connection Search\n* [ImportYeti](https://www.importyeti.com/) - Search U.S. Customs Shipment Records\n* [Social-Analyzer](https://github.com/qeeqbox/social-analyzer) - Profile Search CLI\n* [TMHunt](http://www.tmhunt.com/) - Clothing Trademark Search\n* [BrownBook](https://www.brownbook.net/) - Business Listing Search\n* [txtai](https://neuml.github.io/txtai/) - Build Semantic Search Apps\n* [HGSearch](https://hgsearch.ridhom.dev/) - HealthyGamerGG Video Dialogue Search\n* [useful-forks](https://useful-forks.github.io/) or [GitPop3](https://andremiras.github.io/gitpop3/) - GitHub Fork Search\n* [MyCroftProject](https://mycroftproject.com/) - Search Engine Plugins\n\n***\n\n## ▷ Search Engines\n\n* 🌐 **[Fagan Finder](https://www.faganfinder.com/)**, [Search Engine Index](https://wikipedia.org/wiki/List_of_search_engines), [DirectSearch.Net](http://www.directsearch.net/), [Search Engine Colossus](https://www.searchenginecolossus.com/), [Advanced Search Tools](https://start.me/p/nRADzL/advanced-search-tools) or [Search-Engine](https://start.me/p/wM7y15/search-engine) - Search Engine Indexes\n* ↪️ **[AI Search Engines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_specialized_chatbots)**\n* ↪️ **[Privacy Search Engines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_search_engines)**\n* ↪️ **[Image Search Engines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools/#wiki_.25B7_image_search_engines)**\n* [Search All](https://www.searchall.net/), [WebSitesSearch](https://web-sites-search.web.app/), [CombinedSearch](https://combinedsearch.io/), [gnod Search](https://www.gnod.com/search/) or [AIO Search](https://www.aiosearch.com/) - Multi-Site Search\n* [100 Search Engines](https://www.100searchengines.com/) - Search with 100 Search Engines\n* [Mwmbl](https://mwmbl.org/) - Community Organized Search Engine / [GitHub](https://github.com/mwmbl/mwmbl)\n* [Jumps](https://jumps.io/) or [Yubnub](https://yubnub.org/) - Site Quick Search\n* [Trovu.net](https://trovu.net/) - Command Search / [GitHub](https://github.com/trovu/trovu)\n* [Marginalia Search](https://marginalia-search.com/) - Text-Based Search Engine / [GitHub](https://github.com/MarginaliaSearch/MarginaliaSearch)\n* [TheOldNet](https://theoldnet.com/) or [OldVista](https://www.oldavista.com/) - Oldschool / Retro Site Search Engines\n* [OceanHero](https://oceanhero.today/) or [ekoru](https://ekoru.org/) - Ocean Protection Search Engines\n* [Ecosia](https://www.ecosia.org/) - Plant Trees via Search / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ecosia-the-green-search/) / [Chrome](https://chromewebstore.google.com/detail/ecosia-the-search-engine/eedlgdlajadkbbjoobobefphmfkcchfk)\n* [Presearch](https://presearch.com/) / [GitHub](https://github.com/presearchofficial)\n* [Bing](https://www.bing.com/)\n* [Google](https://google.com/) / [AI Mode](https://google.com/aimode), [2](https://www.google.com/search?udm=50)\n* [Lycos](https://www.lycos.com/)\n* [WebCrawler](https://www.webcrawler.com/)\n* [Million Short](https://millionshort.com/)\n* [Andi](https://andisearch.com/)\n* [Yandex](https://yandex.com/)\n* [Vuhuv](https://vuhuv.com/)\n* [Carrot2](https://search.carrot2.org/#/web)\n* [Yahoo](https://www.yahoo.com/)\n* [AOL](https://search.aol.com/)\n* [All the Internet](https://www.alltheinternet.com/)\n* [eTools.ch](https://www.etools.ch/)\n* [WorldWideScience](https://worldwidescience.org/)\n* [Whoogle Search](https://github.com/benbusby/whoogle-search) or [ZincSearch](https://zincsearch-docs.zinc.dev/) / [GitHub](https://github.com/zincsearch/zincsearch) - Self-Hosted Search Engines\n\n***\n\n## ▷ Custom Search Engines\n\n* 🌐 **[CSE Utopia](https://start.me/p/EL84Km/cse-utopia)**, [Awesome CSEs](https://github.com/davzoku/awesome-custom-search-engines) or [Boolean Strings](https://booleanstrings.com/all-the-40-forty-custom-search-engines/) - Custom Search Engine Indexes\n* ⭐ **[Virgil Game Search](https://virgil.samidy.com/Games/)** / [GitHub](https://github.com/SamidyFR/Virgil), [Rezi Search](https://rezi.one/), [Playseek](https://playseek.app/), [Game Download CSE](https://cse.google.com/cse?cx=006516753008110874046:cbjowp5sdqg) or [r/PiratedGames CSE](https://cse.google.com/cse?cx=20c2a3e5f702049aa) - Multi-Site Search Engines\n* [TV Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:hrhinud6efg) - Search TV Streaming Sites\n* [Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:cfdhwy9o57g##gsc.tab=0), [2](https://cse.google.com/cse?cx=006516753008110874046:o0mf6t-ugea##gsc.tab=0), [3](https://cse.google.com/cse?cx=98916addbaef8b4b6), [4](https://cse.google.com/cse?cx=0199ade0b25835f2e)\n* [Download CSE](https://cse.google.com/cse?cx=006516753008110874046:1ugcdt3vo7z), [2](https://cse.google.com/cse?cx=006516753008110874046:reodoskmj7h) - Search Download Sites\n* [Virgil Software Search](https://virgil.samidy.com/Software/) / [GitHub](https://github.com/SamidyFR/Virgil) or [Software CSE](https://cse.google.com/cse?cx=ae17d0c72fa6cbcd4) - Search Software Sites\n* [Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:0led5tukccj), [2](https://cse.google.com/cse?cx=006516753008110874046:kh3piqxus6n) - Search General Torrent Sites\n* [Reading CSE](https://cse.google.com/cse?cx=006516753008110874046:s9ddesylrm8), [2](https://cse.google.com/cse?cx=006516753008110874046:rc855wetniu), [3](https://cse.google.com/cse?cx=e9657e69c76480cb8), [4](https://cse.google.com/cse?cx=c46414ccb6a943e39), [5](https://ravebooksearch.com/), [6](https://recherche-ebook.fr/en/) - Search Reading Sites\n* [Audiobooks CSE](https://cse.google.com/cse?cx=006516753008110874046:cwbbza56vhd) - Search Audiobook Sites\n* [Comics CSE](https://cse.google.com/cse?cx=006516753008110874046:p4hgytyrohg) - Search Comic Sites\n* [Manga CSE](https://cse.google.com/cse?cx=006516753008110874046:4im0fkhej3z), [2](https://cse.google.com/cse?cx=006516753008110874046:a5mavctjnsc#gsc.tab=0) - Search Manga Sites\n* [Virgil APK Search](https://virgil.samidy.com/Mobile), [Android APK CSE](https://cse.google.com/cse?cx=e0d1769ccf74236e8), [2](https://cse.google.com/cse?cx=73948689c2c206528), [3](https://cse.google.com/cse?cx=a805854b6a196d6a6) or [Apps & Games Search](https://cse.google.com/cse?cx=066a762d5699f4d91) - Search Android APK Sites\n* [Extensions CSE](https://cse.google.com/cse?cx=86d64a73544824102) - Search Extension Sites\n* [Fonts CSE](https://cse.google.com/cse?cx=82154ebab193e493d) - Search Font Sites\n* [Video Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:6v9mqdaai6q) - Search YouTube-Like Video Sites\n* [Video Download CSE](https://cse.google.com/cse?cx=006516753008110874046:wevn3lkn9rr), [2](https://cse.google.com/cse?cx=89f2dfcea452fc451), [3](https://cse.google.com/cse?cx=aab218d0aa53e3578) - Search Video Download Sites\n* [Video Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:gaoebxgop7j) - Search Video Torrent Sites\n* [Anime Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:vzcl7wcfhei) or [Kuroiru](https://kuroiru.co/) - Search Anime Streaming Sites\n* [Anime Download CSE](https://cse.google.com/cse?cx=006516753008110874046:osnah6w0yw8) - Search Anime Download Sites\n* [Anime Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:lamzt6ls4iz) - Search Anime Torrent Sites\n* [Audio Download CSE](https://cse.google.com/cse?cx=006516753008110874046:ibmyuhh72io), [2](https://cse.google.com/cse?cx=006516753008110874046:ohobg3wvr_w), [3](https://cse.google.com/cse?cx=32d85b41e2feacd3f) - Search Audio Download Sites\n* [Audio Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:v75cyb4ci55) - Search Audio Torrent Sites\n* [Game Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:pobnsujblyx) - Search Game Torrent Sites\n* [PastebinSearch](https://cipher387.github.io/pastebinsearchengines/) or [Paste Skimmer](https://sites.google.com/view/l33tech/tools/pasteskimmer) - Search Pastebins\n* [File Host Search](https://cse.google.com/cse?cx=90a35b59cee2a42e1) - Search File Hosts\n* [Linux Software CSE](https://cse.google.com/cse?cx=81bd91729fe2a412b) - Search Linux Software Sites\n* [ROM CSE](https://cse.google.com/cse?cx=f47f68e49301a07ac), [2](https://cse.google.com/cse?cx=744926a50bd7eb010) - Search ROM Sites\n* [TikTok CSE](https://cse.google.com/cse?cx=c42f6b58703f83683) - TikTok Search\n* [Telegago](https://cse.google.com/cse?&cx=006368593537057042503:efxu7xprihg#gsc.tab=0) or [TG CSE](https://cse.google.com/cse?cx=006249643689853114236:a3iibfpwexa) - Telegram CSE\n\n***\n\n## ▷ Google Search Tools\n\n* 🌐 **[SearchTweaks](https://searchtweaks.com/)** - Google Search Tools\n* [Mastering Google Search Operators](https://moz.com/blog/mastering-google-search-operators-in-67-steps), [2](https://ahrefs.com/blog/google-advanced-search-operators/), [3](https://moz.com/learn/seo/search-operators), [4](https://seranking.com/ru/blog/operatory-poiska-google/) - Google Search Operator Resources\n* [Custom Sidebar](https://greasyfork.org/en/scripts/535629) - Highly Customizable ⁠Google Search Sidebar\n* [ISearchFrom](https://isearchfrom.com/) - Change Location / Device for Google Search\n* [goosh](https://goosh.org/) - Simple Google Web Client\n* [Google Trends](https://trends.google.com/trends/) - Google Search Trends\n* [⁠Google Images Tools Enhanced](https://greasyfork.org/en/scripts/537524) - Extra Google Image Search Filters\n* [View Image](https://github.com/bijij/ViewImage) - Adds Back \"View Image\" Button to Google Image Search\n* [Show Image Dimensions](https://greasyfork.org/scripts/401432) - Add Image Dimensions to Google\n* [Google DWIMages](https://greasyfork.org/en/scripts/29420) - Direct Links to Images & Pages on Google\n* [Endless Google](https://openuserjs.org/scripts/tumpio/Endless_Google) - Google Search Endless Scrolling\n* [Google Bangs](https://greasyfork.org/en/scripts/424160) - DDG !bangs in Google\n* [DisableAMP](https://github.com/AdguardTeam/DisableAMP) - Disable Google AMP Links\n\n***\n\n# ► URL Tools\n\n* ↪️ **[Encode / Decode URLs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_encode_.2F_decode)**\n* ⭐ **[Flagfox](https://flagfox.wordpress.com/)** - Multi-Tool Firefox Extension for URLs / [Full Tools List](https://files.catbox.moe/s7s4pv.png)\n* ⭐ **[HTTPStatus](https://httpstatus.io/)** - Check URL Status Codes / Redirect Chains\n* ⭐ **[lychee](https://lychee.cli.rs/)** - URL Scanner / [GitHub](https://github.com/lycheeverse/lychee/)\n* [ChangeDetection.io](https://github.com/dgtlmoon/changedetection.io), [urlwatch](https://thp.io/2008/urlwatch/), [Visualping](https://visualping.io/), [Changd](https://github.com/paschmann/changd) or [Follow That Page](https://www.followthatpage.com/) - Page Change Detection / Notification\n* [Linkify Plus Plus](https://greasyfork.org/scripts/4255) - Turn Plain Text URLs Into Links\n* [Open Bulk URL](https://openbulkurl.com/), [Multiple Link Opener](https://urltoolshub.com/multiple-link-opener/) or [OpenAllURLs](https://www.openallurls.com/) - Bulk Open URLs\n* [Link Lock](https://rekulous.github.io/link-lock/) - Encrypt & Decrypt Links with Passwords\n* [scrt.link](https://scrt.link/) or [Temporary URL](https://www.temporary-url.com/) - Temporary Single-Use Links\n* [W.A.R. Links Checker Premium](https://greasyfork.org/en/scripts/2024) - File Host Link Auto-Check\n* [XML-Sitemaps](https://www.xml-sitemaps.com/) - Sitemap Creator\n* [IndexKings](http://www.indexkings.com/) - URL Indexer\n\n***\n\n## ▷ Redirect Bypass\n\n* ⭐ **[Bypass All Shortlinks Debloated](https://codeberg.org/gongchandang49/bypass-all-shortlinks-debloated)** - Bypass Link Shorteners\n* ⭐ **[Evade](https://skipped.lol/evade/evade.user.js)** - Ad-Links Bypasser / [Site](https://skipped.lol/) / [Discord](https://discord.gg/aaw9jmw4BC)\n* ⭐ **[Bypass.vip](https://bypass.vip/)** - Ad Links Bypasser / [Userscript](https://github.com/bypass-vip/userscript/raw/refs/heads/main/bypass-vip.user.js) / [Discord](https://bypass.vip/discord)\n* [Zen Bypass](https://izen.lol/) - Ad Links Bypasser / [Telegram](https://t.me/izenlol) / [Discord](https://discord.com/invite/ua7SCUAg3A)\n* [RIP Linkvertise](https://rip.linkvertise.lol/) - Ad-Links Bypasser / [Userscript](https://trw.lat/install/userscript/u.user.js)\n* [⁠bypass.tools](https://bypass.tools/) - Ad-Links Bypasser / [Discord](https://discord.gg/NSCEvtCCwF)\n* [bypass.link](https://bypass.link/) - Bypass Link Shorteners\n* [TimerHooker](https://greasyfork.org/en/scripts/372673) - Skip Timers on File Hosts\n* [bypass.city](https://bypass.city/), [2](https://adbypass.org/) - Bypass Link Shorteners / [Userscript](https://bypass.city/how-to-install-userscript) / [Discord](https://discord.gg/bypass-city)\n* [BypassUnlock](https://bypassunlock.com/) - Bypass Link Shorteners\n* [Adsbypasser](https://adsbypasser.github.io/) - Bypass Link Shorteners / [GitHub](https://github.com/adsbypasser/adsbypasser)\n* [Bypass-Links](https://bypass-links.vercel.app) - Bypass Links / [GitHub](https://github.com/amitsingh-007/bypass-links)\n* [Yuumari](https://yuumari.com/bypass/) - Convert Shortened Links / [Script](https://yuumari.com/m-links/#js-code)\n* [UploadHEaven](https://greasyfork.org/en/scripts/442019) - Bypass Uploadhaven Time Restriction\n* [Bypass FREEdlink](https://greasyfork.org/en/scripts/522735) - Bypass FREEdlink \"frdl\" Timers / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/bypass-freedlink.md)\n\n***\n\n## ▷ Short Link Tools\n\n* ⭐ **[WhereGoes](https://wheregoes.com/)** or [Redirect Detective](https://redirectdetective.com/) - Check Paths of Redirects / Short Links\n* [Shortshare](https://shortshare.app/) - URL Shortener App\n* [URL Expander](https://t.ly/tools/link-expander/) - URL Unshortener\n* [CheckShortURL](https://checkshorturl.com/) - URL Unshortener\n* [ExpandURL](https://www.expandurl.net/) - URL Unshortener\n* [TrueURL](https://trueurl.com/) - URL Unshortener\n* [Unshorten.me](https://unshorten.me/) - URL Unshortener\n* [Unshorten.It!](https://unshorten.it/) - URL Unshortener\n\n***\n\n## ▷ URL Shorteners\n\n* ⭐ **[spoo.me](https://spoo.me/)** - `spoo.me/ZbvUhz` / [Discord](https://spoo.me/discord) / [GitHub](https://github.com/spoo-me/url-shortener)\n* ⭐ **[T.LY](https://t.ly/)** - `t.ly/qqH6`\n* [is.gd](https://www.is.gd/) - `is.gd/9dkISG`\n* [SmartLnks](https://smartlnks.com/) - `smartlnks.com/Vjr0m`\n* [TinyURL](https://tinyurl.com/) - `tinyurl.com/twgf2ks` / [Reveal URL](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/tinyurl-note.md)\n* [refer.is](https://refer.is/) - `refer.is/gpdvk7zf`\n* [X.gd](https://x.gd/) - `x.gd/rcg0Z`\n* [Bom.so](https://bom.so/) - `bom.so/VevMJv`\n* [By.com.vn](https://by.com.vn/) - `by.com.vn/tKYeSo`\n* [Bly.to](https://blyto.com/) - `bly.to/3e04d1`\n* [⁠1sh](https://www.1sh.pl/) - `1sh.pl/qIPAbZ`\n* [s.id](https://home.s.id/) - `s.id/EQBsg`\n* [Linkify](https://creator.linkify.cz/) - `linkify.cz/1a0O`\n* [⁠AnonShort](https://anonshort.com/) - `ash.biz.id/JO8Ou`\n* [Jii.Li](https://jii.li/) - `jii.li/hNFXP`\n* [f1.tf](https://f1.tf/) - `f1.tf/k94R`\n* [⁠h1.nu](https://h1.nu/) - `h1.nu/1isSI`\n* [u.to](https://u.to/) - `u.to/jc85Ig`\n* [Walee](https://wal.ee/) - `wal.ee/zluqo`\n* [momou](https://ige.li/) - `ige.li/gq3ig`\n* [n9.cl](https://n9.cl/) - `n9.cl/6gjfj`\n* [ej.uz](https://ej.uz/), [2](https://sald.us/) - `ej.uz/t8ar`\n* [Goo.su](https://goo.su/) - `goo.su/7pNRjy7` / [Chrome Extension](https://chromewebstore.google.com/detail/free-link-shortener-goosu/clcoifeibkncgnegebeehkodandleohn)\n* [AI6](https://ai6.net/) - `ai6.net/nm3tyz`\n* [Kutt](https://kutt.to/) - Account Required / [GitHub](https://github.com/thedevs-network/kutt)\n* [Anon.to](https://anon.to/) - Anonymous URLs / `anon.to/7SWqpG`\n* [Thinfi](https://thinfi.com/) - Password Protected Short Links / `thinfi.com/q8aw`\n* [Wikimedia Shortener](https://meta.wikimedia.org/wiki/Special:UrlShortener) - Shorten Wikimedia Domain Links\n* [Suri](https://github.com/surishortlink/suri), [MPNG.IN](https://github.com/thewalkingtoast/mpngin), [Snapp](https://github.com/urania-dev/snapp), [Dub.co](https://github.com/dubinc/dub) or [Shlink](https://github.com/shlinkio/shlink) - Self-Hosted Link Shorteners\n\n***\n\n## ▷ Down Site Checkers\n\n* ⭐ **[Down for Everyone or Just Me](https://downforeveryoneorjustme.com/)**\n* ⭐ **[Downdetector](https://downdetector.com/)**\n* [Is The Service Down?](https://istheservicedown.com/)\n* [Is It Down Right Now](https://www.isitdownrightnow.com/)\n* [Dead Link Checker](https://www.deadlinkchecker.com/)\n* [Online Broken Link Checker](https://brokenlinkcheck.com/broken-links.php)\n* [Dr. Link Check](https://www.drlinkcheck.com/)\n* [HTTPStatus](https://httpstatus.io/)\n* [UpDownToday](https://updowntoday.com/)\n\n***\n\n# ► Email Tools\n\n* 🌐 **[Email Providers](https://wikipedia.org/wiki/Comparison_of_webmail_providers)** - Provider Comparisons\n* ↪️ **[Email Privacy Services / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_email_privacy)**\n* ⭐ **[InboxReads](https://inboxreads.co/)** or [Readsom](https://readsom.com/) - Email Newsletter Archive\n* [Outlook](https://www.microsoft.com/en-us/microsoft-365/outlook/email-and-calendar-software-microsoft-outlook) - Number-Free Email Service\n* [Delta Chat](https://delta.chat/) - Email-Based Messenger\n* [Boomerang](https://www.boomeranggmail.com/), [NudgeMail](https://nudgemail.com/) or [FollowupThen](https://www.followupthen.com/) - Scheduled Email Sending & Reminders\n* [Useplaintext](https://useplaintext.email/) - How to Use Plaintext Email\n* [Meru](https://github.com/timche/meru) - Gmail Desktop Client\n* [Got Your Back](https://github.com/GAM-team/got-your-back) - Backup Gmail Messages\n* [ExtractMailAddress](https://extractemailaddress.com/) - Extract Emails, URLs, and Numbers from Text\n* [scr.im](http://scr.im/) - Email Captcha Protection\n\n***\n\n## ▷ Email Clients\n\n* ⭐ **[Betterbird](https://www.betterbird.eu/)** or **[Thunderbird](https://www.thunderbird.net/en-US/)** / [Tray Icon](https://github.com/Ximi1970/systray-x) / [Matrix](https://matrix.to/#/#thunderbird:mozilla.org) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/thunderbird.md) \n* ⭐ **[Mailspring](https://getmailspring.com/)** - [Themes](https://github.com/topics/mailspring-theme) / [GitHub](https://github.com/Foundry376/Mailspring)\n* [Outlook](https://outlook.live.com/owa/)\n* [ElectronMail](https://github.com/vladimiry/ElectronMail)\n* [eM Client](https://www.emclient.com/)\n* [RainLoop](https://www.rainloop.net/)\n* [Roundcube](https://roundcube.net/)\n* [Spike](https://www.spikenow.com/)\n* [Canary](https://canarymail.io/)\n* [Twobird](https://www.twobird.com/)\n\n***\n\n## ▷ Temp Mail\n\n* **Note** - If you're looking for something more private and convenient, check out our [Email Aliasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_email_aliasing) section. For details about tags, refer to [this resource](https://rentry.org/9i2uu6dx).\n\n***\n\n* ⭐ **[SmailPro](https://smailpro.com/temporary-email)** - Gmail & Outlook / 30+ Domains\n* ⭐ **[Zemail](https://zemail.me/)** - Gmail / Forever / 1 Day / 7 Domains\n* ⭐ **[Gmailnator](https://emailnator.com/)** - Gmail / Forever / 1 Day / 6 Domains\n* ⭐ **[Tempr.email](https://tempr.email/en/)** - Forever / 1 Month / 50+ Domains\n* ⭐ **[Inboxes](https://inboxes.com/)** - Forever / 7 Days / 19 Domains\n* ⭐ **[Mail.tm](https://mail.tm/)** or [Mail.gw](https://mail.gw/) - Forever / 7 Days / 1 Domain\n* ⭐ **[temp-mail.org](https://temp-mail.org/)** - Forever / 2 Hours / N/A / [Telegram Bot](https://t.me/TempMail_org_bot)\n* ⭐ **[temp-mail.io](https://temp-mail.io/)** - 1 Day / 1 Day / 12 Domains\n* [EduMail](https://edumailfree.com/), [Zenvex](https://zenvex.dev/) / [2](https://tempsmail.org/) / [3](https://tempmail.pw) / [4](https://www.emailgenerator.org/) / [5](https://edumail.su/), [GetEduMail](https://getedumail.com/) or [etempmail](https://eTempMail.com/) - .Edu Addresses\n* [Guerrilla Mail](https://www.guerrillamail.com/) - Forever / 1 Hour / 11 Domains / [SharkLasers](https://www.sharklasers.com/)\n* [Bloody Vikings!](https://addons.mozilla.org/en-US/firefox/addon/bloody-vikings/) - Temp Email Extension\n* [Tmail.io](https://tmail.io/) - Gmail / Forever / 1 Day / 4 Domains\n* [CF Temp Mail](https://em.bjedu.tech/en), [2](https://mail.awsl.uk/en) - Forever / Forever / 5 Domains / [GitHub](https://github.com/dreamhunter2333/cloudflare_temp_email/blob/main/README_EN.md)\n* [⁠DuckSpam](https://duckspam.com/) - Forever / Forever / 1 Domain\n* [TemporaryMail.com](https://temporarymail.com/) - Forever (use once every 14 days) / 7 Domains\n* [TempEmail](https://www.tempemail.cc/) - Forever / Forever / 1 Domain\n* [Reusable.email](https://reusable.email/) - Forever / Forever / 1 Domain / [Telegram](https://t.me/reusable)\n* [⁠AltAddress](https://altaddress.org/) - Forever / 3 Days / 14 Domains\n* [22.Do](https://22.do/) - Gmail / 1 Day / 1 Day / 3 Domains\n* [MailTicking](https://www.mailticking.com/) - Gmail / 2 Domains\n* [YOPmail](https://yopmail.com/email-generator) - Forever / 8 Days / 100+ Domains\n* [Temporary-Mail](https://temporary-mail.net/) - Forever / 11 Domains\n* [48hr.email](https://48hr.email/) - Forever / 2 Days / 7 Domains\n* [NiceMail](https://nicemail.cc/) - Forever / 1 Day / 3 Domains\n* [Mailnesia](https://mailnesia.com/) - Forever / 2 Days / 1 Domain\n* [⁠Driftz Mail](https://driftz.net/) - 23 Domains\n* [Spambox](https://spambox.xyz/) or [Trashinbox](https://trashinbox.net/) - Forever / 1 Day / 4 Domains\n* [Maildrop](https://maildrop.cc/), [Trashmail](https://trashmail.ws/) - Forever / 1 Day / 1 Domain\n* [cs.email](https://cs.email/) - Forever / 1 Hour / 12 Domains\n* [Email Generator](https://generator.email/), [Fake Email](https://email-fake.com/) or [TempM](https://tempm.com/) - 50+ Domains\n* [DisposableMail](https://www.disposablemail.com/) or [FakeMail](https://www.fakemail.net/) - 14 Days / 14 Days / 1 Domain\n* [AdGuard Temp Mail](https://adguard.com/adguard-temp-mail/overview.html) - 7 Days / 1 Day / 1 Domain\n* [Tempmailo](https://tempmailo.com/) - 2 Days / 2 Days / N/A\n* [Xeramail](https://xeramail.com/) - 1 Day / 1 Day / 2 Domains\n* [Vmail.DEV](https://vmail.dev/) - 1 Day / 1 Day / 2 Domains\n* [⁠TempMail](https://mail.re146.dev/) - 1 Day / 1 Hour / 2 Domains\n* [TempMail.love](https://tempmail.love/) - 1 Day / 1 Day / 1 Domain\n* [tempmail.altmails](https://tempmail.altmails.com/) - 1 Day / 1 Day / 1 Domain\n* [Mail.cx](https://mail.cx/) - 1 Day / 12 Hours / 5 Domains\n* [Mails.org](https://mails.org/) - 30 Mins / 5 Domains\n* [Moakt](https://www.moakt.com/) - 1 Hour / 1 Hour / 13 Domains\n* [MintEmail.com](https://www.mintemail.com/) or [tempail.com](https://tempail.com/) - 1 Hour / 1 Hour / 1 Domain\n* [Mohmal](https://www.mohmal.com/en) - 45 Mins / 45 Mins / 1 Domain\n* [MinuteInbox](https://minuteinbox.com/), [10minemail.com](https://10minemail.com/), [10minutemail.com](https://10minutemail.com/) or [Linshi Email](https://www.linshi-email.com/en) - 10 Minute Lifespan Emails\n* [mail-temp.com](https://mail-temp.com/) or [emailfake.com](https://emailfake.com/) - 50+ Domains\n* [AnonymMail.net](https://anonymmail.net/) or [Mail.td](https://mail.td/) - 5 Domains\n* [EmailOnDeck](https://www.emailondeck.com/), [EmailTemp](https://emailtemp.org/), [Haribu](https://haribu.net/) or [tempmaili.com](https://tempmaili.com/) - 1 Domain\n* [TMail](https://tmail.link/) - Lightweight Email\n* [More Sites](https://rentry.org/i3ozxg6f) - More Temp Mail Sites\n\n***\n\n## ▷ Email Aliasing\n\n* 🌐 **[⁠Email Aliasing Comparison](https://email-aliasing-comparison.pages.dev/)** / [GitHub](https://github.com/fynks/email-aliasing-comparison)\n* ⭐ **[DuckDuckGo Email Protection](https://duckduckgo.com/email/)** or [Qwacky](https://github.com/Lanshuns/Qwacky) - Email Aliasing / [Send Mail](https://duckduckgo.com/duckduckgo-help-pages/email-protection/duck-addresses/how-do-i-compose-a-new-email) / [Unlimited Guide](https://bitwarden.com/help/generator/#tab-duckduckgo-3Uj911RtQsJD9OAhUuoKrz)\n* [addy.io](https://addy.io/) - Email Aliasing / [GitHub](https://github.com/anonaddy/anonaddy)\n* [SimpleLogin](https://simplelogin.io/) - Email Aliasing / 10 Alias Limit / [X](https://x.com/SimpleLogin) / [Subreddit](https://www.reddit.com/r/Simplelogin/) / [GitHub](https://github.com/simple-login/app)\n* [Mailgw](https://mailgw.com/) - Email Aliasing\n* [erine.email](https://erine.email/) - Email Aliasing\n* [33mail](https://33mail.com/) - Email Aliasing\n* [TrashMail](https://trashmail.com/) - Email Aliasing\n* [AdGuard Mail](https://adguard-mail.com/) - Email Aliasing\n\n***\n\n# ► Browser Bookmarks\n\n* ⭐ **[Floccus](https://floccus.org/)** - Bookmark / Tab Sync / [GitHub](https://github.com/floccusaddon/floccus)\n* [linkhut](https://ln.ht/), [Linkhorse](https://link.horse/) or [TinyGem](https://tinygem.org/) - Social Bookmarking\n* [SuperMemory](https://supermemory.ai/) - AI Bookmark App / [GitHub](https://github.com/supermemoryai/supermemory)\n* [Auto-Sort Bookmarks](https://github.com/eric-bixby/auto-sort-bookmarks-webext) - Bookmark Sorting Extension\n* [Bookmarklets Guide](https://rentry.co/bookmarklets-guide) - Bookmarklets / Guide\n* [Bookmarkify](https://bookmarkify.it/) - Create JS Bookmarklets\n* [Get Bookmarklets](https://getbookmarklets.com/) - Download / Share Bookmarklets\n* [export-edge-collections](https://github.com/KantaHasegawa/export-edge-collections-tool) - Convert MS Edge Collections to Bookmarks\n\n***\n\n## ▷ Bookmark Managers\n\n* ⭐ **[Sidebery](https://github.com/mbnuqw/sidebery)** - Firefox Extension\n* ⭐ **[Raindrop.io](https://raindrop.io/)** - Cross-Platform Manager / [TUI](https://github.com/davep/braindrop)\n* [Start.me](https://about.start.me/) - Web-Based Manager\n* [Bookmark Manager Zero](https://bmz.absolutezero.fyi/) - Firefox / Chrome Extension / Android\n* [Bort](https://bort.io/) - Web-Based Manager / Requires Dropbox\n* [wallabag](https://wallabag.org/) - Web-Based Manager\n* [Dropmark](https://www.dropmark.com/) - Web-Based Manager\n* [KeepThisSite](https://keepthis.site/) - Web-Based Manager\n* [yabs.io](https://www.yabs.io/) - Web-Based Manager\n* [Centroly](https://centroly.com/) - Web-Based Manager\n* [Stacks](https://betterstacks.com/) - Web-Based Manager\n* [Zulu](https://tryzulu.com/) - Web-Based Manager\n* [GGather](https://web.ggather.com/) - Web-Based Manager\n* [Shiori](https://github.com/go-shiori/shiori) - Desktop Manager\n* [Instapaper](https://www.instapaper.com/) - Desktop Manager\n* [booky](https://booky.io/) - Desktop Manager\n* [linksort](https://linksort.com/) - Desktop Manager\n* [Bookmarkme](https://bookmarkme.io/) - Desktop Manager\n* [Mission Control](https://mission-control.app/) - Chrome Extension\n* [buku](https://github.com/jarun/buku) - CLI Bookmark Manager\n* [Linkwarden](https://linkwarden.app/) / [GitHub](https://github.com/linkwarden/linkwarden), [KaraKeep](https://karakeep.app/) / [GitHub](https://github.com/karakeep-app/karakeep), [Shaarli](https://github.com/shaarli/Shaarli), [LinkAce](https://www.linkace.org/) or [linkding](https://github.com/sissbruecker/linkding) - Self-Hosted Managers\n\n***\n\n# ► Browser Startpages\n\n* 🌐 **[Awesome Startpage](https://github.com/jnmcfly/awesome-startpage)** - Startpage Resources\n* 🌐 **[Startpage Emporium](https://startpages.github.io/)** - Startpage Index\n* ⭐ **[WebOasis](https://ndsamuelson.github.io/weboas-is/)** / [GitHub](https://github.com/ParrotDevelopers/WebOasis/)\n* ⭐ **[MONKNOW](https://www.monknow.com/)**\n* [r/startpages](https://www.reddit.com/r/startpages/)\n* [8bitdash](https://www.8bitdash.com/)\n* [8 Bit Dashboard](https://8bitdashboard.com/)\n* [Clippingmini](https://www.clippingmini.com/)\n* [Draggo](https://draggo.com/)\n* [Pearltrees](https://www.pearltrees.com/)\n* [Nextcloud](https://apps.nextcloud.com/apps/bookmarks)\n* [Cling](https://cling.com/)\n* [FMHY Startpage](https://fmhy.net/startpage)\n* [Symbaloo](https://www.symbaloo.com/)\n* [Tixio](https://tixio.io/)\n* [Bento](https://github.com/migueravila/Bento)\n* [nightly](https://github.com/damnitharshit/nightly)\n* [Protopage](https://www.protopage.com/)\n* [tilde](https://github.com/xvvvyz/tilde)\n* [Fluidity](https://prettycoffee.github.io/fluidity/) / [GitHub](https://github.com/PrettyCoffee/fluidity)\n* [AllMyFaves](https://allmyfaves.com/)\n* [start.me](https://start.me/)\n* [Combobox](https://combobox.me)\n\n***\n\n## ▷ Custom New Tab Pages\n\n* ⭐ **[Anori](https://anori.app/)** / [GitHub](https://github.com/OlegWock/anori)\n* ⭐ **[Mue](https://muetab.com/)** / [GitHub](https://github.com/mue/mue)\n* ⭐ **[Bonjourr](https://bonjourr.fr/)** / [GitHub](https://github.com/victrme/Bonjourr)\n* [Renewed Tab](https://renewedtab.com/) / [Discord](https://discord.gg/zYjR54b) / [GitLab](https://gitlab.com/renewedtab/renewedtab/)\n* [mtab](https://github.com/maxhu08/mtab)\n* [nightTab](https://github.com/zombieFox/nightTab)\n* [⁠TablissNG](https://github.com/BookCatKid/TablissNG/)\n* [MaterialYouNewTab](https://github.com/prem-k-r/MaterialYouNewTab)\n* [hexagonTab](https://github.com/zombieFox/hexagonTab)\n* [Perfect Home](https://github.com/perfect-things/perfect-home)\n* [Yet Another Speed Dial](https://github.com/conceptualspace/yet-another-speed-dial)\n* [Infinity New Tab](https://en.infinitynewtab.com/)\n* [Momentum](https://momentumdash.com/)\n\n***\n\n# ► Browser Tools\n\n* 🌐 **[Browser Comparisons](https://privacytests.org/)**, [Eylenburg Comparisons](https://eylenburg.github.io/browser_comparison.htm) or [ATH Comparisons](https://browsers.avoidthehack.com/) - Compare Popular Browsers\n* 🌐 **[Desktop Browser List](https://github.com/nerdyslacker/desktop-web-browsers)** - Desktop Browser Index\n* ↪️ **[Recommended Browsers](https://fmhy.net/beginners-guide#browsers)**, [2](https://rentry.org/Piracy-BG#browsers) / **[Privacy Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_browser_privacy)**\n* ↪️ **[Android Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_browsers)**\n* ⭐ **[BrowserBench](https://browserbench.org/)** or [WPT](https://wpt.fyi) - Browser Benchmark Tests\n* [⁠Browser Tamer](https://www.aloneguid.uk/projects/bt/) - Multi-Browser Link Redirector & Profile Switcher / [GitHub](https://github.com/aloneguid/bt)\n* [⁠Just the Browser](https://justthebrowser.com/) - Browser Debloat Script / Guide / [GitHub](https://github.com/corbindavenport/just-the-browser)\n* [VsyncTester](https://vsynctester.com/) - Browser VSYNC Test / Firefox Broken\n* [Gemini Portal](https://geminiprotocol.net/), [2](https://yesterweb.org/gemini) - Gemini to https Web Proxy Service\n* [Rambox](https://rambox.app/), [Kera](https://desktop.kerahq.com/) or [Tangram](https://github.com/sonnyp/Tangram) - Web App Browsers\n* [ThemeBeta](https://www.themebeta.com/) - Change Chrome Theme\n* [Chrome Theme Studio](https://chrometheme.studio/) - Create Chrome Theme\n* [Chromium Flags](https://nu11u5.github.io/chromium-flags/) - Chromium-Based Browser Flags\n* [Hidden Settings](https://gitlab.com/Madis0/hidden-settings/) - Chromium-Based/Firefox Hidden Settings\n* [Hurl](https://github.com/U-C-S/Hurl) - Select Browser on URL Clicks\n* [Clean Flash Builds](https://github.com/darktohka/clean-flash-builds/) - Flash Downloads\n* [Chrome Keyboard Shortcuts](https://support.google.com/chrome/answer/157179)\n\n***\n\n## ▷ Firefox Tools\n\n* ↪️ **[Firefox Extensions](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_firefox_extensions)**\n* ⭐ **[Firefox](https://www.firefox.com/)** / [Nightly](https://www.firefox.com/channel/desktop/#nightly) / [Beta](https://www.firefox.com/channel/desktop/#beta) / [GitHub](https://github.com/mozilla-firefox/firefox)\n* ⭐ **[Firefox Trains](https://whattrainisitnow.com/)** - Official Release Tracker\n* ⭐ **[arkenfox](https://github.com/arkenfox/user.js)** / [Video](https://youtu.be/F7-bW2y6lcI) / [GUI](https://arkenfox.github.io/gui/) or [Betterfox](https://github.com/yokoffing/Betterfox) - Firefox user.js Tweaks / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/general-tweak-warning.md)\n* [Firefox Keyboard Shortcuts](https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly)\n* [⁠Sine](https://github.com/CosmoCreeper/Sine) - Firefox Mod / Theme Manager\n* [Hidden Settings](https://gitlab.com/Madis0/hidden-settings/-/blob/master/firefox.md) - Firefox Hidden Settings\n* [Bookmark Search Plus 2](https://github.com/aaFn/Bookmark-search-plus-2) - Search Firefox Bookmarks\n* [Default Bookmark Folder](https://github.com/teddy-gustiaux/default-bookmark-folder) - Change Default Firefox Bookmark Folder\n* [FirefoxCSS Store](https://firefoxcss-store.github.io/) - Firefox Themes List\n* [r/FirefoxCSS](https://reddit.com/r/FirefoxCSS) or [Firefox CSS Hacks](https://github.com/MrOtherGuy/firefox-csshacks) - Firefox CSS Resources\n* [Want My RSS](https://github.com/Reeywhaar/want-my-rss) - Restores Firefox RSS Features\n* [⁠Doqment](https://github.com/shivaprsd/doqment) - Firefox PDF Reader Dark Mode\n\n***\n\n## ▷ Browser Extensions\n\n* 🌐 **[WebExtension.org](https://webextension.org/)** or [MyBrowserAddon](https://mybrowseraddon.com/) - Open-Source Extension Indexes\n* ↪️ **[Adblocking Extensions](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_adblocking)**\n* ↪️ **[Translation Extensions](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_translators)**\n* ↪️ **[Download Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_download_managers)**\n* ↪️ **[Video Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_video_download)**\n* ↪️ **[Image Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_download_extensions)**\n* ↪️ **[Productivity / Site Blocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_productivity_.2F_time_tracking)**\n* ↪️ **[Bookmark Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_bookmark_managers)**\n* ↪️ **[Tab Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_tab_managers)**\n* ⭐ **[Stylus](https://add0n.com/stylus.html)** - Custom Website Color Schemes\n* ⭐ **Stylus Styles** - [User Styles](https://userstyles.world/), [2](https://uso.kkx.one/) / [OLED](https://github.com/zettaexa/userstyles) / [Oldschool](https://forum.spacehey.com/topic?id=90895) / [Catppuccin](https://github.com/catppuccin/userstyles)\n* ⭐ **[Dark Reader](https://darkreader.org/)**, [Midnight Lizard](https://midnight-lizard.org/) or [Custom Dark Mode](https://mybrowseraddon.com/custom-dark-mode.html) - Dark Mode\n* ⭐ **ScrollAnywhere** - [Firefox](https://addons.mozilla.org/en-US/firefox/addon/scroll_anywhere/) / [Chrome](https://chrome.google.com/webstore/detail/scrollanywhere/jehmdpemhgfgjblpkilmeoafmkhbckhi) - Improves Scrolling Functionality\n* ⭐ **[Auto Tab Discard](https://webextension.org/listing/tab-discard.html)** or [Tab Wrangler](https://github.com/tabwrangler/tabwrangler) - Discard Inactive Tabs\n* ⭐ **Clipboard2File** - [Firefox](https://github.com/vord1080/clipboard2file/) / [Chrome](https://github.com/daijro/Clipboard2File-Chrome) - Upload Images from Clipboard\n* [CRX Viewer](https://robwu.nl/crxviewer/) - View Extension Source Code\n* [Omni](https://github.com/alyssaxuu/omni) - Browser Quick Launcher\n* [Extensions CSE](https://cse.google.com/cse?cx=86d64a73544824102) - Multi-Site Extension Search\n* [Chrome Stats](https://chrome-stats.com/) - Compare / Analyze Chrome, Firefox, and Edge Extensions\n* [Vimium](https://vimium.github.io/) / [GitHub](https://github.com/philc/vimium), [Surfingkeys](https://github.com/brookhong/Surfingkeys), [Tridactyl](https://tridactyl.xyz/), [Web Search Navigator](https://github.com/infokiller/web-search-navigator), [Shortkeys](https://www.shortkeys.app/) or [Vimium C](https://github.com/gdh1995/vimium-c) - Keyboard Shortcuts\n* [Custom Scrollbars](https://addons.wesleybranton.com/addon/custom-scrollbars/) - Custom Browser Scrollbars\n* [Quick Tabs](https://github.com/babyman/quick-tabs-chrome-extension) - Quickly Switch Between Current & Recently Closed Tabs\n* [Custom Page Zoom](https://mybrowseraddon.com/custom-page-zoom.html) - Improves Zoom Functionality\n* [User Agent Switcher](https://webextension.org/listing/useragent-switcher.html) - Switch Your User-Agent\n* [⁠CRXInstaller](https://addons.mozilla.org/en-US/firefox/addon/crxinstaller/) - Use Chrome Extensions in Firefox Forks, Floorp, Librewolf, etc. / [GitHub](https://github.com/FoxRefire/ChromeXPIPorter)\n* [Snooze Tabs](https://github.com/bwinton/SnoozeTabs) - Temporarily Snooze Tabs\n* [AutoRefresh](https://autorefresh.io/) or [Tab Auto Refresh](https://mybrowseraddon.com/tab-auto-refresh.html) - Refresh Tabs\n* [Dictionaries](https://github.com/pnlpal/dictionariez) or [Definer](https://lumetrium.com/definer/) - Popup Dictionaries\n* [CustomRightClickMenu](https://github.com/SanderRonde/CustomRightClickMenu) - Custom Right Click Menu\n* [BigSearch](https://github.com/garywill/BigSearch) or [SearchJumper](https://hoothin.github.io/SearchJumper/) - Context Search\n* [Selecton](https://github.com/emvaized/selecton-extension) - Text Context Menu\n* [⁠LinkHints](https://lydell.github.io/LinkHints/) - Adds Ability to Click Links via Keyboard\n* [Magnifying Glass](https://mybrowseraddon.com/magnifying-glass.html) - Magnify Webpages\n* Print Edit WE - [Firefox](https://addons.mozilla.org/en-US/firefox/addon/print-edit-we/) / [Chrome](https://chrome.google.com/webstore/detail/print-edit-we/olnblpmehglpcallpnbgmikjblmkopia) - Edit Pages to Make them Printable\n* [PageZipper](https://www.printwhatyoulike.com/pagezipper) or [AutoPagerize](http://autopagerize.net/) - Merges a Sites \"Next\" Pages\n* [Turn Off the Lights](https://www.turnoffthelights.com/) or [Theater Mode](https://mybrowseraddon.com/theater-mode.html) - Play Videos in Theater Mode\n* [GlobalSpeed](https://github.com/polywock/globalSpeed) - Set Default Video / Audio Speed\n* [Indie Wiki Buddy](https://getindie.wiki/) - Redirect Fandom / Fextralife to Indie Wikis / [Redirect List](https://getindie.wiki/listings/)\n* [Fake Data](https://www.fakedata.pro/) - Fill Forms with Fake Data\n* [External App Button](https://webextension.org/listing/external-application-button.html) - Connect Browser to External Apps\n* [Stylebot](https://stylebot.dev/) - Modify Webpages\n* [SocialFocus](https://socialfocus.app/) - Hide Distracting Elements on Social Media Sites\n* [Always Visible](https://webextension.org/listing/always-active.html) - Always Active / On-Top Window\n* [⁠Circadian](https://github.com/Pasithea0/circadian-extension) or [Screen Color Temperature](https://mybrowseraddon.com/screen-color-temperature.html) - Auto-Adjust Display Color / Temperature\n* [ColorZilla](https://www.colorzilla.com/) or [ColorFish](https://ui.vision/colorfish) - Color Picker\n* [Clippings](https://aecreations.io/clippings/index.php) or [Quick Copy](https://github.com/ramitmittal/quick-copy) - Clipboard Manager\n* [Emoji Addon](https://www.emojiaddon.com/) - Quickly Copy / Paste Emojis\n* [Copycat](https://github.com/BlackGlory/Copycat) - Copy Content in Multiple Formats\n* [Allow Right Click](https://webextension.org/listing/allow-right-click.html) - Force Enable Right Click / [GitHub](https://github.com/lunu-bounir/allow-right-click)\n* [Copy Selection as Markdown](https://github.com/0x6b/copy-selection-as-markdown) - Copy Text as Markdown\n* [CopyFish](https://ocr.space/copyfish) - Grab Text from Images / [GitHub](https://github.com/A9T9/Copyfish/)\n* [Max Focus](https://maxfoc.us/) - Preview Links\n* [Consent-O-matic](https://consentomatic.au.dk/) / [2](https://github.com/cavi-au/Consent-O-Matic) - Block Cookie Consent Popups\n* [Get-cookies.txt](https://github.com/kairi003/Get-cookies.txt-LOCALLY) or [ExportCookies](https://github.com/rotemdan/ExportCookies) - Cookies Exporters\n* [Cookie-Editor](https://cookie-editor.com/) - Cookie Editor\n* [Link Gopher](https://sites.google.com/site/linkgopher/), [Link Extractor](https://link-extractor.cssnr.com/), [Copy Selected Links](https://addons.mozilla.org/en-US/firefox/addon/copy-selected-links/) or [CopyLinks++](https://github.com/MichelePezza/CopyLinksplusplus) - Extract / Copy Links on Webpages\n* [CopyTabTitleUrl](https://github.com/k08045kk/CopyTabTitleUrl) - Copy Title / URL of a Tab\n* [Distil](https://distill.io/) or [Update Scanner](https://sneakypete81.github.io/updatescanner/) - Page Change Detection / Notification\n* [Offline Mode](https://mybrowseraddon.com/offline-mode.html) - Disconnect Browser from the Internet\n* [Page Edit](https://mybrowseraddon.com/page-edit.html) - Turn Webpages into Editable Documents\n* [SingleFile](https://github.com/gildas-lormeau/SingleFile) - Save Webpages as HTML\n* [Listly](https://www.listly.io/) - Webpage to Spreadsheet Converter\n* [Favicon Detector](https://github.com/BlackGlory/favicon-detector) - Detect Website Favicons\n* [Betterviewer](https://github.com/Ademking/Betterviewer) - Image View Mode\n* [behind!](https://github.com/kubuzetto/behind) - View Background Images\n* [Smart Upscale](https://tanalin.com/en/projects/smart-upscale/) - Browser Image Upscaling\n* [UI.Vision RPA](https://ui.vision/) - Workflow Automation\n* [Streak](https://www.streak.com/) - Email Engagement Tracker\n* [Native HLS](https://github.com/Palethorn/native-adaptive-streaming/) - Allows HLS & MPEG-Dash native playback\n* [Session Alive](https://github.com/arunelias/session-alive/) - Keep Website Sessions Alive\n* [Broken Link Checker](https://webextension.org/listing/broken-link-checker.html) - Checks Page for Broken Links\n* [GoFullPage](https://gofullpage.com/), [Easy Screenshot](https://webextension.org/listing/screenshot.html) or [FireShot](https://addons.mozilla.org/firefox/addon/fireshot/) - Full Page Screenshots\n* [Bulk URL Opener](https://bulkurlopener.com/) or [Open-Multiple-URLs](https://github.com/htrinter/Open-Multiple-URLs/) - Open Multiple URLs in One Click\n* [PronounDB](https://pronoundb.org/) - Pronoun Addon\n* [XKit](https://github.com/new-xkit/XKit) - Tumblr Enhancement Extension\n* [Tab Session Manager](https://tab-session-manager.sienori.com/), [Sessionic](https://github.com/navorite/sessionic) or [Session Buddy](https://sessionbuddy.com/) - Session Managers\n* [Peek](https://github.com/corbindavenport/peek) - Shows Images & Videos Behind Links & Thumbnails\n\n***\n\n## ▷ Firefox Extensions\n\n* 🌐 **[Firefox Addons](https://addons.mozilla.org/firefox/extensions/)** - Firefox Addon Store\n* ⭐ **[FoxyTab](https://addons.mozilla.org/en-US/firefox/addon/foxytab/)** - Tab Tools\n* [Firefox Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/), [Container Tab Groups](https://addons.mozilla.org/en-US/firefox/addon/container-tab-groups/) or [Temporary Containers](https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/) - Separate Firefox Sessions / [Guide](https://www.thechiefmeat.com/guides/containers.html)\n* [ContextSearch web-ext](https://addons.mozilla.org/en-US/firefox/addon/contextsearch-web-ext/) - Search Selected Text / Multi Site Search\n* [FoxyLink](https://addons.mozilla.org/en-US/firefox/addon/foxylink/) - Link Tools\n* [Snap Links Plus](https://cpriest.github.io/SnapLinksPlus/) - Select, Copy or Open Multiple Links at Once\n* [Multithreaded Download Manager](https://addons.mozilla.org/en-US/firefox/addon/multithreaded-download-manager/) - Download Manager\n* [cliget](https://github.com/zaidka/cliget) - Download Files from Command Line\n* [FX Cast](https://hensm.github.io/fx_cast/) - Enable Chromecast in Firefox\n* [⁠CRXInstaller](https://addons.mozilla.org/en-US/firefox/addon/crxinstaller/) / [GitHub](https://github.com/FoxRefire/ChromeXPIPorter) (nightly) or [Firefox Scripts](https://github.com/xiaoxiaoflood/firefox-scripts) - Chrome Extensions in Firefox \n* [Dark Background and Light Text](https://github.com/m-khvoinitsky/dark-background-light-text-extension) - Dark Mode\n* [Bookmarks Organizer](https://github.com/cadeyrn/bookmarks-organizer) - Bookmark Cleanup\n* [Bookmark Batch-Updater](https://addons.mozilla.org/en-US/firefox/addon/bookmark-batch-updater/) - Modify Properties of Multiple Bookmarks\n* [New Tab Override](https://www.soeren-hentzschel.at/firefox-webextensions/new-tab-override/) - Pick Site that Opens in New Tabs / [GitHub](https://github.com/cadeyrn/newtaboverride)\n* [Multi Tabs](https://addons.mozilla.org/en-US/firefox/addon/search-multi-tabs/) - Multi Tab Word Search\n* [Search Site WE](https://addons.mozilla.org/en-US/firefox/addon/search-site-we/) - Search Current Domain\n* [Firefox Color](https://color.firefox.com/) or [SwiftTheme](https://addons.mozilla.org/en-US/firefox/addon/swifttheme/) - Custom Firefox Theme Creation\n* [Adaptive Tab Bar Colour](https://github.com/easonwong-de/Adaptive-Tab-Bar-Colour) - Changes Theme to Match Site Appearances\n* [Gesturefy](https://github.com/Robbendebiene/Gesturefy) - Mouse Gestures\n* [User-Agent String Switcher](https://addons.mozilla.org/en-US/firefox/addon/user-agent-string-switcher/) - Switch Your User-Agent\n* [Chrome Mask](https://addons.mozilla.org/en-US/firefox/addon/chrome-mask/) - Use Chrome-Only Sites on Firefox / [GitHub](https://github.com/denschub/chrome-mask)\n* [SoundFixer](https://github.com/valpackett/soundfixer) - Fixes / Increase Browser Audio\n* [Read Aloud](https://readaloud.app/) - Text to Speech / [Discord](https://readaloudai.com/discord)\n* [PWAsForFirefox](https://pwasforfirefox.filips.si) - Install Progressive Web Apps\n\n***\n\n## ▷ Chrome Extensions\n\n* 🌐 **[Chrome Web Store](https://chromewebstore.google.com/)**, [Chrome-Extension](https://github.com/harshita214/Chrome-Extension) or [Crx4Chrome](https://www.crx4chrome.com/) - Chrome Addon Stores\n* ⭐ **[chromium-web-store](https://github.com/NeverDecaf/chromium-web-store)** - Add Extensions to Ungoogled Chromium\n* ⭐ **[Clipper](https://clipper.website/)** - Copy Content in Multiple Formats\n* [Extensity](https://chromewebstore.google.com/detail/extensity/jjmflmamggggndanpgfnpelongoepncg) / [GitHub](https://github.com/sergiokas/Extensity) or [Extension Manager](https://chromewebstore.google.com/detail/extension-manager/gjldcdngmdknpinoemndlidpcabkggco) - Extension Managers\n* [⁠CRX Downloader](https://crx-downloader.com/) - Chrome Extension Downloader \n* [WebCRX](https://webcrx.io/) - Easily Install Local CRX Files\n* [Source Downloader](https://mybrowseraddon.com/extension-source-downloader.html) - View Extension Source Code / [Guide](https://gist.github.com/paulirish/78d6c1406c901be02c2d)\n* [Transpose](https://transpose.video/) - Online Video Pitch Shifter, Speed Changer and Looper\n* [Smart Mute](https://chromewebstore.google.com/detail/smart-mute/apadglapdamclpaedknbefnbcajfebgh) - Tab Mute Manager\n* [Volume Master](https://chromewebstore.google.com/detail/volume-master/jghecgabfgfdldnmbfkhmffcabddioke) - Increase Browser Volume\n* [Text Blaze](https://blaze.today/) - Create Text Snippets\n* [TabCopy](https://github.com/hansifer/tab-copy) - Copy Tabs to Clipboard\n* [Linkclump Plus](https://chromewebstore.google.com/detail/linkclump-plus/ainlglbojoodfdbndbfofojhmjbmelmm) - Select, Copy or Open Multiple Links at Once / [GitHub](https://github.com/from-es/linkclump-plus)\n* [Bookmarks Cleanup](https://chromewebstore.google.com/detail/bookmarks-clean-up/oncbjlgldmiagjophlhobkogeladjijl) - Bookmark Cleanup\n* [Simple Mass Downloader](https://chromewebstore.google.com/detail/simple-mass-downloader/abdkkegmcbiomijcbdaodaflgehfffed) - Download Multiple Links at Once\n* [CrxMouse](https://crxmouse.com/) - Mouse Gestures\n* [Night Shift Redux](https://chromewebstore.google.com/detail/night-shift/ocginjipilabheemhfbedijlhajbcabh) - Adapts Display Color to Time of Day\n* [SmoothKeyScroll](https://www.smoothkeyscroll.com/) - Smooth Key Scrolling\n* [Page Pad](https://chromewebstore.google.com/detail/page-pad-make-quick-notes/igobdfagkcadgcfooegonbbeeggagakn) - Web Page Note-Taking\n* [Text to Image](https://chromewebstore.google.com/detail/text-to-image/nkljaohokglebeljcgchmehnhdieakda) - Text to Image\n* [Bookmark Dupes](https://chromewebstore.google.com/detail/bookmark-dupes/ombpkjoelcapenbepmgifadkgpokfgfd) - Remove Dupe Bookmarks\n* [⁠Tabler](https://tabler.one/), [Supatabs](https://supatabs.com/), [Prune](https://chromewebstore.google.com/detail/prune/gblddboefgbljpngfhgekbpoigikbenh) / [GitHub](https://github.com/tbrockman/prune) or [Tab Modifier](https://github.com/furybee/chrome-tab-modifier) - Tab Managers\n* [Lazy Tabs](https://github.com/jman/lazy_tab) - Auto Discard Inactive Tabs\n* [Rearrange Tabs](https://chromewebstore.google.com/detail/rearrange-tabs/ccnnhhnmpoffieppjjkhdakcoejcpbga) - Rearrange Tabs\n* [Popup Tab Switcher](https://github.com/dvdvdmt/popup-tab-switcher) - Improved Tab Switching\n* [Caffeine](https://webextension.org/listing/caffeine.html) - Prevent OS from Sleeping\n* [uAutoPagerize](https://chromewebstore.google.com/detail/kdplapeciagkkjoignnkfpbfkebcfbpb) or [Infy Scroll](https://chromewebstore.google.com/detail/infy-scroll/gdnpnkfophbmbpcjdlbiajpkgdndlino) - Merges a Sites \"Next\" Pages\n* [Amino](https://amino.dev/) - Customize Webpage CSS\n* [Resizing](https://resizing.app/) - Resize Images\n* [Check My Links](https://chromewebstore.google.com/detail/check-my-links/ojkcdipcgfaekbeaelaapakgnjflfglf) - Check for Broken Links\n* [Disable All Extensions](https://chromewebstore.google.com/detail/disable-all-extensions/ailfldpmpboolaihojfagmmfbhcgohne) - Disable All Extensions\n\n***\n\n## ▷ Safari Extensions\n\n* ⭐ **[Userscripts](https://apps.apple.com/us/app/userscripts/id1463298887)** - Safari Userscript Manager / [GitHub](https://github.com/quoid/userscripts/)\n* [Turn Off the Lights](https://www.turnoffthelights.com/) or [Dark Reader Script](https://gist.github.com/kfur/266c456dd69072eb7533f457ee5f18a0) - Dark Mode\n* [CSE](https://cizzuk.net/projects/cse/) - Custom Search Engine / [GitHub](https://github.com/Cizzuk/CSE)\n* [PiPifier](https://apps.apple.com/us/app/pipifier/id1234771095) - Picture in Picture Mode\n\n***\n\n## ▷ Userscripts\n\n* 🌐 **[Awesome Userscripts](https://github.com/awesome-scripts/awesome-userscripts)**, [XIU2](https://github.com/XIU2/UserScript) or [Userscript.zone](https://www.userscript.zone/) - Userscript Indexes\n* ↪️ **[Google Search Userscripts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_google_search_tools)**\n* ⭐ **[Violentmonkey](https://violentmonkey.github.io/)** / [Discord](https://discord.gg/XHtUNSm6Xc), **[Tampermonkey](https://www.tampermonkey.net/)** or [Firemonkey](https://addons.mozilla.org/en-US/firefox/addon/firemonkey/) - Userscript Managers\n* ⭐ **[Greasy Fork](https://greasyfork.org/)**, [OpenUserJS](https://openuserjs.org/) or [Userscripts](https://userscripts-mirror.org/) - Install Userscripts\n* ⭐ **Greasy Fork Tools** - [Enhancements](https://greasyfork.org/en/scripts/473830) / [Helper](https://greasyfork.org/en/scripts/393396) / [Tweaks](https://greasyfork.org/en/scripts/368183) / [Cleanup Script](https://greasyfork.org/en/scripts/12179) / [Themes](https://greasyfork.org/en/scripts/4336)\n* ⭐ **[Picviewer CE+](https://greasyfork.org/en/scripts/24204)** - Image Viewing Tool\n* [Userscript-Plus](https://github.com/magicoflolis/Userscript-Plus) - Discover Userscripts for Current Webpage\n* [Select All Checkboxes](https://greasyfork.org/en/scripts/22587) - Auto Check All Boxes\n* [Always Remember Me](https://openuserjs.org/scripts/Patabugen/Always_Remember_Me) - Always Tick \"Remember Me\"\n* [Google Hit Hider](https://greasyfork.org/en/scripts/1682) - Hide Sites in Search Results\n* [Remove Bing CK](https://greasyfork.org/en/scripts/483444) - Remove Bing CK Redirects\n* [DownloadAllContent](https://greasyfork.org/en/scripts/25068) - Download Content from Pages\n* [Microsoft Store Direct Download](https://greasyfork.org/en/scripts/394420-microsoft-store-direct-download) - Microsoft Store Direct Downloads\n* [⁠Fandom Focus](https://greasyfork.org/en/scripts/528895) - Improves Fandom Website UI\n* [Maximize Video](https://greasyfork.org/en/scripts/4870) - Maximize Playing Videos via Button\n* [Pagetual](https://pagetual.hoothin.com/) - Merge Sites \"Next\" Pages\n* [Mouseover Popup Image Viewer](https://greasyfork.org/en/scripts/394820-mouseover-popup-image-viewer) - Shows Images & Videos Behind Links & Thumbnails\n\n***\n\n# ► Archiving\n\n## ▷ Archive Services\n\n* ↪️ **[4chan Archives](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_4chan_archives)**\n* ⭐ **[Internet Archive](https://archive.org/)** - Internet Archive / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_internet_archive_tools)\n* ⭐ **[Wayback Machine](https://web.archive.org/)** - Archive Web Pages\n* ⭐ **Wayback Machine Tools** - [Downloader](https://github.com/jsvine/waybackpack) / [Browser Extension](https://github.com/internetarchive/wayback-machine-webextension), [2](https://vegetableman.github.io/vandal/) / [Script](https://github.com/overcast07/wayback-machine-spn-scripts) / [Auto Load](https://gitlab.com/gkrishnaks/WaybackEverywhere-Firefox)\n* ⭐ **[Web Archives](https://github.com/dessant/web-archives)** or [Resurrect Pages Fork](https://github.com/Albirew/resurrect-pages-isup-edition) - Browser Extensions\n* ⭐ **[CachedView](https://cachedview.nl/)** or [Quick Cache](https://cybdetective.com/quickcacheandarhivesearch.html) - Aggregate Cache Results\n* [Ghost Archive](https://ghostarchive.org/) - Archive Web Pages\n* [WebArchive.io](https://www.webarchive.io/) - Archive Web Pages\n* [ArchiveTeam](https://wiki.archiveteam.org/index.php/Main_Page) - Archiving Project / Wiki / Full Site Archive\n* [Perma.cc](https://perma.cc/) - Create Permalinks\n\n***\n\n## ▷ Web Archiving Tools\n\n* 🌐 **[Awesome Web Archiving](https://github.com/iipc/awesome-web-archiving)** - Web Archiving Tools\n* 🌐 **[Data Hoarding](https://datahoarding.org/resources.html)** - Data Hoarding Resources\n* 🌐 **[Webrecorder](https://webrecorder.net/)** - Open-Source Archiving Tools\n* ↪️ **[Twitter Archiving](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media/#wiki_.25B7_twitter.2Fx_archiving)**\n* ↪️ **[YouTube Archiving](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media/#wiki_.25B7_youtube_archiving)**\n* ⭐ **[ArchiveBox](https://archivebox.io)** - Self-Hosted Web Archiving / [GitHub](https://github.com/archivebox/archivebox)\n* ⭐ **[MarkDownload](https://github.com/deathau/markdownload)** or [MarkdownDown](https://markdowndown.vercel.app/) - Download Web Pages as Markdown Files\n* ⭐ **[HTTrack](https://www.httrack.com/)** - Website Downloader\n* ⭐ **[datahoarder-website-to-markdown](https://github.com/evilsh3ll/datahoarder-website-to-markdown)** - Index to Markdown Tool\n* [Tubeup](https://github.com/bibanon/tubeup) - Multi-VOD Service to IA Uploader\n* [Irchiver](https://irchiver.com/) - Automatic Web Browser Screenshots\n* [Monolith](https://github.com/Y2Z/monolith) or [Single File](https://addons.mozilla.org/en-US/firefox/addon/single-file) - Save Webpages as HTML\n* [WAIL](https://machawk1.github.io/wail/) - GUI for Archiving Tools / [GitHub](https://github.com/machawk1/wail)\n* [ReplayWeb](https://replayweb.page/) or [OldWeb](https://oldweb.today/) - View Web Archive Files\n* [ArchiveWeb.page](https://archiveweb.page/) - Browser Extension\n* [WikiTeam](https://github.com/WikiTeam/wikiteam) - Archive Wikis\n* [Wayback](https://github.com/wabarc/wayback) - Web Archiving Tool\n* [DownloadNet (dn)](https://github.com/dosyago/dn) or [Kiwix](https://kiwix.org/en/) / [Zim Reader](https://zimit.kiwix.org/) / [Wiki DL Guide](https://practicalbetterments.com/download-all-of-wikipedia-on-your-phone/) - Offline Website Readers\n* [Wget2](https://gitlab.com/gnuwget/wget2) / [Commands](https://www.whatismybrowser.com/developers/tools/wget-wizard/), [SuckIT](https://github.com/skallwar/suckit), [Cyotek WebCopy](https://www.cyotek.com/cyotek-webcopy), [Website Downloader](https://github.com/AhmadIbrahiim/Website-downloader) or [PageRip](https://webpagerip.com/) - Website Downloaders\n* [Archivematica](https://www.archivematica.org/) - Digital Preservation System\n* [wallabag](https://wallabag.org/) - Save Articles\n* [CopySite](https://xdan.ru/copysite/) - Copy Websites\n* [Scoop](https://github.com/harvard-lil/scoop) - Capture Engine\n\n***\n\n## ▷ Web Scraping / Crawling\n\n* 🌐 **[Awesome Web Scraping](https://github.com/lorien/awesome-web-scraping)** or **[Web Scraping FYI](https://webscraping.fyi/)** - Web Scraping Tools / Resources\n* ⭐ **[Instant Data Scraper](https://chromewebstore.google.com/detail/instant-data-scraper/ofaokhiedipichpaobibbnahnkdoiiah)** - Browser Extension\n* [SpiderSuite](https://spidersuite.io/) - Advanced Web Crawler / [GitHub](https://github.com/3nock/SpiderSuite)\n* [Heritrix](https://heritrix.readthedocs.io/) - Internet Archive's Web Crawler / [GitHub](https://github.com/internetarchive/heritrix3)\n* [80legs](https://80legs.com/) - Cloud-Based\n* [Crawly](https://crawly.diffbot.com/) - Online Scraper\n* [⁠Scrapling](https://github.com/D4Vinci/Scrapling) - Web Scraper\n* [web.scraper.workers.dev](https://web.scraper.workers.dev/) - Web Scraper\n* [Waymore](https://github.com/xnl-h4ck3r/waymore/) - Web Scraper\n* [grab-site](https://github.com/ArchiveTeam/grab-site) - ArchiveTeam Web Crawler\n* [brozzler](https://github.com/internetarchive/brozzler) - Web Crawler\n* [Crawl4AI](https://github.com/unclecode/crawl4ai) - LLM-Friendly Scraper / Crawler\n\n***\n\n# ► Open Source Intelligence\n\n* 🌐 **[Awesome OSINT](https://github.com/jivoi/awesome-osint)** - Awesome OSINT\n* ↪️ **[Domain / DNS Info](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_domain_.2F_dns)**\n* ↪️ **[Search Engine OSINT](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25BA_search_tools)**\n* ⭐ **[IntelTechniques](https://inteltechniques.com/index.html)** or [OSINT Techniques](https://www.osinttechniques.com/) - OSINT Resources\n* ⭐ **[Analyst Research Tools](https://analystresearchtools.com/)** - Tools and Resources\n* [Osintracker](https://www.osintracker.com/) - Track Your Investigations\n* [Cyber Detective](https://cybdetective.com/) - Tools, Techniques, and Projects / [GitHub](https://github.com/cipher387)\n* [MetaOSINT](https://metaosint.github.io/) - OSINT Search Tool / [GitHub](https://github.com/MetaOSINT/MetaOSINT.github.io/)\n* [Mitaka](https://github.com/ninoseki/mitaka) - OSINT Search Extension\n* [Harpoon](https://github.com/Te-k/harpoon) - OSINT CLI Tool\n* [OSINT Dojo](https://www.osintdojo.com/resources/) - OSINT Guides\n* [non-typical-OSINT-guide](https://github.com/OffcierCia/non-typical-OSINT-guide) - OSINT Guides\n* [What is OSINT?](https://www.recordedfuture.com/blog/open-source-intelligence-definition) - Article\n* [The Key to Unlocking the Web's Secrets](https://www.einvestigator.com/open-source-intelligence-tools/) - Article\n* [Malfrat's OSINT Map](https://map.malfrats.industries/) - Interactive Map\n* [OH SHINT!](https://ohshint.gitbook.io/oh-shint-its-a-blog/) - OSINT Blog\n\n***\n\n## ▷ OSINT Collections\n\n* [OSINT Combine](https://www.osintcombine.com/tools) - OSINT Investigation Tools\n* [Bellingcat](https://bellingcat.gitbook.io/toolkit) - Online Investigation Toolkit\n* [Reuser](https://rr.reuser.biz/) - OSINT Resource Discovery Toolkit\n* [The Pika's OSINT ToolBox](https://pikaosint.pages.dev/) - General Index / [GitHub](https://github.com/passthesh3ll/The-Pika-s-OSINT-ToolBox)\n* [Cyber Detective's OSINT Collection](https://github.com/cipher387/osint_stuff_tool_collection) - General Index\n* [Nixintel's OSINT Resource List](https://start.me/p/rx6Qj8/nixintel-s-osint-resource-list) - General Index\n* [Technisette's OSINT Tools](https://start.me/p/wMdQMQ/tools) - General Index\n* [OSINT](https://start.me/p/ZME8nR/osint) - General Index\n* [UK-OSINT](https://www.uk-osint.net/index.html) - General Index\n* [⁠Awesome OSINT For Everything](https://astrosp.github.io/osint-web/) - General Index / [GitHub](https://github.com/Astrosp/Awesome-OSINT-For-Everything/)\n* [OSINTFramework](https://osintframework.com/) - General Index\n* [AsINT_Collection](https://start.me/p/b5Aow7/asint_collection) - General Index\n* [OSINT4ALL](https://start.me/p/L1rEYQ/osint4all) - General Index\n* [OSINT All](https://start.me/p/0PwOGl/osint-all) - General Index\n* [OSINT Resources](https://start.me/p/1kAP0b/osint-resources) - General Index\n* [OSINT Essentials](https://www.osintessentials.com/) - General Index\n* [OSINTgeek](https://osintgeek.de/tools) - General Index\n* [Awesome Search Engines](https://github.com/edoardottt/awesome-hacker-search-engines) - OSINT / Cybersecurity Search Engines\n* [Social-Media-OSINT](https://github.com/osintambition/Social-Media-OSINT-Tools-Collection) - Social Media Index\n* [OSINT for Countries](https://github.com/wddadk/OSINT-for-countries) / [V2](https://github.com/paulpogoda/OSINT-for-countries-V2.0) - Indexes Organized by Country\n* [DiscordOSINT](https://github.com/husseinmuhaisen/DiscordOSINT) - Discord OSINT Index\n* [Awesome Telegram OSINT](https://github.com/ItIsMeCall911/Awesome-Telegram-OSINT) or [The OSINT Toolbox](https://github.com/The-Osint-Toolbox/Telegram-OSINT) - Telegram OSINT Indexes\n"
  },
  {
    "path": "docs/linux-macos.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n# ► Linux Guides\n\n* **Note** - Keep in mind that install guides can usually be found on each distros doc page. You can find doc pages on each distros site, or through their [DistroWatch](https://distrowatch.com/dwres.php?resource=popularity) pages.\n\n***\n\n* ⭐ **[ArchWiki](https://wiki.archlinux.org/)** - Linux Guides / [Manuals](https://man.archlinux.org/) / [TUI](https://codeberg.org/theooo/mantra.py)\n* [Gentoo Wiki](https://wiki.gentoo.org/wiki/Main_Page) - Gentoo Wikis / Guides\n* [Debian Wiki](https://wiki.debian.org/) - Debian Wiki / Guides\n* [LinuxJourney](https://labex.io/linuxjourney) - Interactive Linux Guides\n* [HowToLinux](https://howtolinux.vercel.app) - Linux Desktop Guides\n* [Sindresorhus Guides](https://github.com/sindresorhus/guides) - Linux Guides for Node.js Developers\n* [Erik Dubois](https://www.youtube.com/c/ErikDubois) - Arch-centric Linux Video Tutorials\n* [Linuxtopia](https://www.linuxtopia.org/) - Linux Guides\n* [Linux Roadmap](https://roadmap.sh/linux) - Linux Learning Roadmap\n* [Vim Tutorials](https://www.youtube.com/playlist?list=PL3cu45aM3C2DJVGfCjSBB1yD9YkC7q27-) - Vim Tutorial Playlist by Mental Outlaw\n* [Boot-Repair](https://help.ubuntu.com/community/Boot-Repair) - Grub Repair Guide for Linux Systems\n\n***\n\n## ▷ CLI Cheat Sheets\n\n* ⭐ **[Linux Command Library](https://linuxcommandlibrary.com/)** / [GitHub](https://github.com/SimonSchubert/LinuxCommandLibrary) - Searchable Linux Command Index\n* [Awesome for One Liner](https://github.com/sheepla/awesome-for-oneliner) - Curated One-Liner CLI Tools\n* [You Don't Need GUI](https://github.com/you-dont-need/You-Dont-Need-GUI) - CLI Alts for GUI Tasks\n* [CommandlineFU](https://www.commandlinefu.com/) - Community-Driven Command Snippets\n* [cheat.sh](https://github.com/chubin/cheat.sh) or [Commands.dev](https://www.commands.dev/) - Terminal Commands\n* [Bash Academy](https://guide.bash.academy/) - Bash Scripting Guide\n* [ss64 Bash](https://ss64.com/bash/) - Alphabetical Command Reference\n* [Bash Oneliner](https://onceupon.github.io/Bash-Oneliner/) - Bash One-Liner Collection\n* [navi](https://github.com/denisidoro/navi) - Interactive Cheatsheet Tool\n\n***\n\n# ► Linux Communities\n\n* **Note** - Keep in mind it's usually best to seek specific forums for your Distro if you need help with them.\n\n***\n\n* ⭐ **[All Things Linux](https://discord.gg/linux)** - Linux Discord Server\n* [LinuxQuestions](https://www.linuxquestions.org/questions/) - Linux Q&A Forum\n* [Linux.Chat](https://discord.gg/linuxchat) - Linux Discord Server\n* [Linux x Technology](https://linuxdiscord.com/) - Linux Discord Server\n* [Arch Linux Community](https://discord.gg/3m6dbPR) - Linux Discord Server\n* [Discord-Linux](https://discord.gg/discord-linux) - Linux Discord Server\n* [Linux.org](https://linux.org/) - Linux Forum\n* [Arch Forums](https://bbs.archlinux.org/) - Linux Forum\n* [Gentoo Forums](https://forums.gentoo.org/) - Linux Forum\n* [⁠phoronix](https://www.phoronix.com/forums/) - Linux Forum\n\n***\n\n# ► Linux Distros\n\n* **Note** - We don't curate individual distros ourselves as we feel the indexes listed are good enough to stand on their own. Keep in mind that install guides can usually be found on each distros doc page. You can find doc pages on each distros site, or through their [DistroWatch](https://distrowatch.com/dwres.php?resource=popularity) pages.\n\n***\n\n* 🌐 **[DistroWatch](https://distrowatch.com/dwres.php?resource=popularity)** - Distro Index w/ News + Rankings / [Advanced Search](https://distrowatch.com/search.php#advanced)\n* 🌐 **[ATL ISO Archive](https://iso.atl.dev/)** - Linux / BSD ISO Archive\n* ⭐ **[DistroChooser](https://distrochooser.de/)** / [Beta](https://beta.distrochooser.de/) - Quiz-Based Distro Selector / [Discord](https://discord.com/invite/aDkCutfqak) / [GitHub](https://github.com/distrochooser/distrochooser)\n* [distro.moe](https://distro.moe/) - Random Distro Finder\n* [Linux Live Kit](https://www.linux-live.org/) - Create Live Distros from Installed Systems\n* [OpenSourceFeed](https://www.opensourcefeed.org/) - Open-Source Distros\n* [OS.click](https://os.click/en) - Fast Distro Downloads\n* [LinuxTracker](https://linuxtracker.org/) - BitTorrent Distro Repo\n* [Linux Comparisons](https://eylenburg.github.io/linux_comparison.htm) - Detailed Distro Comparison Charts\n* [ArchiveOS](https://archiveos.org/) - Inactive / Open-Source OS Projects\n\n***\n\n# ► Linux Apps\n\n* 🌐 **[GNOME Shell Extensions](https://extensions.gnome.org/)**\n* ↪️ **[Multi-Platform Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading/#wiki_.25B7_ebook_readers)** - Ebook Reader Index\n* ⭐ **[Bottles](https://usebottles.com/)** - Manage Wine containers / [Discord](https://discord.com/invite/wF4JAdYrTR) / [GitHub](https://github.com/bottlesdevs)\n* ⭐ **[WineHQ](https://appdb.winehq.org/)** - Wine Compatibility Database\n* ⭐ **[Q4Wine](https://sourceforge.net/projects/q4wine/)** - Wine GUI\n* ⭐ **[AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher)** or [GearLever](https://github.com/mijorus/gearlever) - Integrate AppImages to App Launchers\n* ⭐ **[winetricks](https://github.com/Winetricks/winetricks)** - Wine Fixes\n* ⭐ **[rofi](https://davatorium.github.io/rofi/)** / [Emoji Selector](https://github.com/Mange/rofi-emoji), [vicinae](https://github.com/vicinaehq/vicinae), [Fuzzel](https://codeberg.org/dnkl/fuzzel), [Ulauncher](https://ulauncher.io/) or [wofi](https://hg.sr.ht/~scoopta/wofi) - App Launchers / Keystroke Launchers\n* ⭐ **[FreeRDP](https://www.freerdp.com/)** / [GitHub](https://github.com/FreeRDP/FreeRDP), [⁠Remmina](https://remmina.org/) or [⁠Apache Guacamole](https://guacamole.apache.org/) - Remote Desktop Clients \n* ⭐ **[shell_gpt](https://github.com/TheR1D/shell_gpt)** or [shellgpt](https://github.com/jiacai2050/my-works/tree/main/shellgpt) - AI Terminal Chatbot / GPT\n* [Darling](https://www.darlinghq.org/) - Run macOS Apps on Linux / [Discord](https://discord.com/invite/XRD3mQA) / [GitHub](https://github.com/darlinghq/darling)\n* [innoextract](https://constexpr.org/innoextract/) - Windows Installer Unpacker / [GitHub](https://github.com/dscharrer/innoextract)\n* [web2app](https://github.com/hamza72x/web2app) - Turn Webpages into Desktop Apps\n* [Autokey](https://autokey.github.io/index.html) - Linux Automation Utility / [GitHub](https://github.com/autokey/autokey)\n* [ProtonTricks](https://github.com/Matoking/protontricks) - Run Winetricks Commands for Steam Play / Proton Games\n* [Touchégg](https://github.com/JoseExposito/touchegg) - Multi-Touch Gesture Recognizer\n* [Ghostwriter](https://ghostwriter.kde.org/) or [Remarkable](https://remarkableapp.github.io/) - Markdown Editor\n* [taskbook](https://github.com/klaudiosinani/taskbook) or [nb](https://xwmx.github.io/nb) / [GitHub](https://github.com/xwmx/nb) - Note Apps\n* [Featherpad](https://github.com/tsujan/FeatherPad) or [gedit](https://gedit-text-editor.org/) - Text Editors\n* [Kate Editor](https://kate-editor.org/) - Source Code Editor\n* [TextPieces](https://gitlab.com/liferooter/textpieces) - Quick Text Transformations\n* [Durdraw](https://durdraw.org/) - ASCII Editor\n* [ly](https://github.com/fairyglade/ly) - Display Manager with Console UI\n* [GammaStep](https://gitlab.com/chinstrap/gammastep) - Adjust Screen Temperature\n* [Weylus](https://github.com/H-M-H/Weylus) - Use Mobile Device as Trackpad\n* [AudioSource](https://github.com/gdzx/audiosource) - Use Mobile Device as Microphone\n* [Alpaca](https://jeffser.com/alpaca/) - Run LLMs on Linux\n* [nyrna](https://nyrna.merritt.codes) - Suspend Apps / Games\n* [Solaar](https://github.com/pwr-Solaar/Solaar) - Logitech Device Manager\n* [bluetuith](https://github.com/darkhz/bluetuith) - Bluetooth Manager\n* [libimobiledevice](https://libimobiledevice.org) - Communicate with iOS Devices\n* [Linux-PowerToys](https://github.com/domferr/Linux-PowerToys) - PowerToys for Linux\n* [Railway](https://flathub.org/apps/de.schmidhuberj.DieBahn) - Travel Info Manager\n* [Wike](https://github.com/hugolabe/Wike) - Wikipedia App\n* [Komikku](https://flathub.org/en/apps/info.febvre.Komikku), [Suwayomi-VaadinUI](https://github.com/Suwayomi/Suwayomi-VaadinUI) or [Manga Reader](https://flathub.org/apps/com.georgefb.mangareader) - Manga Readers\n* [Mako](https://github.com/emersion/mako) or [dunst](https://dunst-project.org/) / [GitHub](https://github.com/dunst-project/dunst) - Customizable Notification Daemon\n* [Eloquent](https://github.com/sonnyp/Eloquent) or [DidYouMean](https://github.com/hisbaan/didyoumean) - Grammar Check Apps\n* [KTouch](https://apps.kde.org/ktouch/), [typer](https://github.com/maaslalani/typer) or [Toipe](https://github.com/Samyak2/toipe) - Typing Practice\n\n***\n\n## ▷ Software Sites\n\n* 🌐 **[ArchWiki App Sites](https://wiki.archlinux.org/title/List_of_applications)** or **[Ultimate Cheatsheet](https://gist.github.com/bgoonz/be5c5be77169ef333b431bc37d331176)** - Linux Software / Site Index\n* 🌐 **[Awesome Linux Software](https://luong-komorebi.github.io/Awesome-Linux-Software/)** - FOSS Linux Software\n* 🌐 **[Awesome KDE](https://github.com/francoism90/awesome-kde)** - FOSS KDE Software\n* 🌐 **[Awesome GNOME](https://github.com/Kazhnuz/awesome-gnome)** - FOSS GNOME Software\n* 🌐 **[FOSS Software Packages](https://wikipedia.org/wiki/List_of_free_and_open-source_software_packages)** - FOSS Software Packages Index\n* ⭐ **[Kapital Sin](https://www.kapitalsin.com/forum/index.php?board=5.0)** / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)\n* ⭐ **[The Book of Secret Knowledge](https://github.com/trimstray/the-book-of-secret-knowledge)**\n* ⭐ **[Linux Software CSE](https://cse.google.com/cse?cx=81bd91729fe2a412b)** - Multi-Site Software Search\n* [⁠TuxMate](https://tuxmate.com/) - Bulk App Installer / [GitHub](https://github.com/abusoww/tuxmate)\n* [Awesome Linux Minimalism](https://github.com/MindPatch/awesome-linux-minimalism) - FOSS Software\n* [FOSS Torrents](https://fosstorrents.com/) - FOSS Software Torrents\n* [Open Source Linux Programs](https://files.catbox.moe/o99qyz.jpg) - FOSS Software Chart\n* [Rim's Linux Wiki](https://rlw.pages.dev/), [2](https://rimswiki.xyz/) - Linux Software / Tool Index / [Discord](https://discord.gg/pQVYgjzM3w)\n* [KDE Applications](https://apps.kde.org/) or [KDE Store](https://store.kde.org/browse/) - KDE Apps & Themes\n* [Flatpak](https://flatpak.org/) or [Flathub](https://flathub.org/) - Flatpak App Repositories\n* [SnapCraft](https://snapcraft.io/store) - Snap Repository\n* [Nix](https://nixos.org/) / [Resources](https://github.com/nix-community/awesome-nix), [pkgx](https://pkgx.sh/) / [GitHub](https://github.com/pkgxdev/pkgx) or [Homebrew](https://brew.sh/) - Package Managers\n* [Zap](https://zap.srev.in) / [GitHub](https://github.com/srevinsaju/zap) or [AM](https://github.com/ivan-hc/AM) - App Image Managers\n* [Pkgs](https://pkgs.org/) or [Repology](https://repology.org/) - Searchable Linux Package Database\n* [AppImageHub](https://www.appimagehub.com/) / [GUI](https://github.com/prateekmedia/appimagepool), [AppImages](https://appimage.github.io/) or [Get AppImage](https://g.srev.in/get-appimage/) - Download AppImages\n* [Apps for GNOME](https://apps.gnome.org/) - GNOME Apps\n* [emplace](https://github.com/tversteeg/emplace) - System Package Sync\n* [Pacstall](https://pacstall.dev/) - AUR-Inspired Package Manager for Ubuntu\n\n***\n\n## ▷ Linux System\n\n* 🌐 **[Hardware for Linux](https://linux-hardware.org/)** - Linux Hardware Compatibility Database / [Forum](https://forum.linux-hardware.org/) / [GitHub](https://github.com/linuxhw/)\n* ⭐ **[Btop](https://github.com/aristocratos/btop)**, **[fastfetch](https://github.com/fastfetch-cli/fastfetch)**, **[MangoHud](https://github.com/flightlessmango/MangoHud)**, [CPU-X](https://github.com/TheTumultuousUnicornOfDarkness/CPU-X), [Macchina](https://github.com/Macchina-CLI/macchina), [Archey4](https://github.com/HorlogeSkynet/archey4), [Hyfetch](https://github.com/hykilpikonna/hyfetch) or [s-tui](https://github.com/amanusk/s-tui) - System Info / Resource Monitors\n* ⭐ **[TimeShift](https://github.com/linuxmint/timeshift)** - System Restore / Backup\n* [Impression](https://gitlab.com/adhami3310/Impression) - Create Bootable USB Linux Drives\n* [anuraOS](https://github.com/MercuryWorkshop/anuraOS) / [Instance](https://anura.pro/) - Linux Browser Emulator\n* [SysmonForLinux](https://github.com/microsoft/SysmonForLinux) - Monitor / Log System Activity\n* [htop](https://htop.dev/) or [Zenith](https://github.com/bvaisvil/zenith) - Interactive Process Viewers\n* [screenFetch](https://github.com/KittyKatt/screenFetch) - Bash Screenshot Information Tool\n* [Nanobench](https://github.com/andreas-abel/nanoBench) - CPU Microbenchmark / [Documentation](https://nanobench.ankerl.com/)\n* [ScanMem](https://github.com/scanmem/scanmem) - Memory Scanner / Debugger\n* [pacwall](https://github.com/Kharacternyk/pacwall) - Live Wallpaper Dependency Graph / Package Status\n* [keyd](https://github.com/rvaiya/keyd) or [xremap](https://github.com/xremap/xremap) - Keyboard Remapping\n* [LAN Mouse](https://github.com/feschber/lan-mouse) - Mouse & Keyboard Sharing\n* [Input Leap](https://github.com/input-leap/input-leap) - Multi-Computer Control\n* [auto-cpufreq](https://github.com/AdnanHodzic/auto-cpufreq) - CPU Speed & Power Optimization Automation\n* [Fan Control](https://github.com/wiiznokes/fan-control) - Fan Controller\n* [⁠WinApps](https://github.com/winapps-org/winapps) - Run Windows Apps on Linux\n* [Teleport](https://teleportsite.pages.dev/) - Windows App Compatibility Analyzer\n* [NetBoot](https://netboot.xyz/) - iPXE Network Boot\n* [CloverBootloader](https://github.com/CloverHackyColor/CloverBootloader/) - Windows, Mac & Linux Bootloader / [Config](https://mackie100projects.altervista.org/)\n* [zfsBootMenu](https://docs.zfsbootmenu.org/) - ZFS Bootloader\n* [Waycheck](https://gitlab.freedesktop.org/serebit/waycheck) - Lists Protocols Implemented by a Wayland Compositor\n* [Linux Heads](https://osresearch.net/) - Minimal CoreBoot / [GitHub](https://github.com/linuxboot/heads)\n* [coreboot](https://coreboot.org/) or [Libreboot](https://libreboot.org/) - Replace Proprietary BIOS/UEFI Firmware\n* [GParted](https://gparted.org/) - Partition Manager\n* [CoreELEC](https://coreelec.org) / [GitHub](https://github.com/CoreELEC/CoreELEC) or [LibreELEC](https://libreelec.tv/) / [GitHub](https://github.com/LibreELEC/LibreELEC.tv) - Kodi-Based Operating System\n* [DistroSea](https://distrosea.com/) - Cloud Virtual Machine / Allows Browsers\n* [Linux-KVM](https://www.linux-kvm.org/page/Downloads) - Virtualization Kernel module\n* [WebVM](https://webvm.io/) - Browser Virtual Machine / [Discord](https://discord.gg/yTNZgySKGa) / [GitHub](https://github.com/leaningtech/webvm)\n* [OSX-KVM](https://github.com/kholia/OSX-KVM), [OneClick-macOS-Simple-KVM](https://oneclick-macos-simple-kvm.notaperson535.is-a.dev/) or [macOS-Simple-KVM](https://github.com/foxlet/macOS-Simple-KVM) - macOS Virtual Machines\n* [kmon](https://kmon.cli.rs/) - Kernel Manager and Activity Monitor\n* [Kernel Map](https://makelinux.github.io/kernel/map/) - Interactive Linux Kernel Map\n* [KernelNewbies](https://kernelnewbies.org/) - Kernel Developer Guides\n* [SystemRescue](https://www.system-rescue.org/) or [Super Grub2 Disk](https://www.supergrubdisk.org/super-grub2-disk/) - Bootable System Rescue Toolkits\n* [bt-dualboot](https://github.com/x2es/bt-dualboot) - Dual-Boot Bluetooth Sync Tool\n* [open-gpu-kernel-modules](https://github.com/NVIDIA/open-gpu-kernel-modules) - NVIDIA Linux Open GPU Kernel Module\n* [nosystemd](https://nosystemd.org/) - Alternatives to systemd\n* [greetd](https://sr.ht/~kennylevinsen/greetd/) - Login Manager Daemon\n\n***\n\n## ▷ Linux Video\n\n* ↪️ **[Media Servers / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_media_servers)**\n* ⭐ **[mpv](https://mpv.io/)** or [VLC](https://www.videolan.org/) - Video Players\n* ⭐ **[Haruna](https://apps.kde.org/haruna/)** / [GitHub](https://github.com/KDE/haruna) or **[Celluloid](https://github.com/celluloid-player/celluloid)** - MPV Frontends\n* ⭐ **[Kdenlive](https://apps.kde.org/kdenlive/)** / [GitHub](https://github.com/KDE/kdenlive), [⁠davincibox](https://github.com/zelikos/davincibox) or [Flowblade](https://jliljebl.github.io/flowblade/) / [GitHub](https://github.com/jliljebl/flowblade) - Video Editors\n* [MultiPlex](https://github.com/pojntfx/multiplex) - Torrent Watch Party / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn)\n* [MPV Shim](https://github.com/iwalton3/plex-mpv-shim) - Cast Plex to MPV\n* [gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/) - Lightweight Screen Recorder w/ Shadowplay\n* [Gromit MPX](https://github.com/bk138/gromit-mpx) - Screen Annotation\n* [AV Linux](https://www.bandshed.net/avlinux/) - Video / Audio Editor\n* [REAL Video Enhancer](https://github.com/TNTwise/REAL-Video-Enhancer) - Video Upscaling\n* [4KTUBE](https://github.com/rishabh3354/4KTUBE) or [Video Downloader](https://github.com/Unrud/video-downloader) - Video Downloaders\n* [Linux-Fake-Background-Webcam](https://github.com/fangfufu/Linux-Fake-Background-Webcam/) - Fake Webcam Background\n* [AnymeX](https://anymex.vercel.app/) - Anime Streaming App / [Extension Guide](https://wotaku.wiki/guides/ext/mangayomi) / [Discord](https://discord.com/invite/EjfBuYahsP) / [GitHub](https://github.com/RyanYuuki/AnymeX)\n* [Hayase](https://hayase.watch/) - Anime Torrent Streaming App / [Extensions](https://rentry.co/FMHYB64#hayase)\n* [ani-cli](https://github.com/pystardust/ani-cli) - Anime Streaming Terminal\n* [Trackma](https://github.com/z411/trackma/) - Anime Tracking App\n* [LiveCaptions](https://github.com/abb128/LiveCaptions) - Real-Time Captions\n\n***\n\n## ▷ Linux Audio\n\n* 🌐 **[Awesome Linux Audio](https://gitlab.com/nodiscc/awesome-linuxaudio)** - Live Audio Resources\n* ⭐ **[SpotX-Bash](https://github.com/SpotX-Official/SpotX-Bash)** or [spotify-adblock](https://github.com/abba23/spotify-adblock) - Spotify Adblockers\n* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes & Plugins / [Discord](https://discord.gg/VnevqPp2Rr) / [GitHub](https://github.com/spicetify/cli) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/spicetify-note.md) \n* ⭐ **[Shortwave](https://flathub.org/en/apps/de.haeckerfelix.Shortwave)** / [GitLab](https://gitlab.gnome.org/World/Shortwave) or [QMPlay2](https://github.com/zaps166/QMPlay2) - Radio Players\n* ⭐ **[SongRec](https://github.com/marin-m/SongRec)** or [Mousai](https://github.com/SeaDve/Mousai) - Song Identifiers\n* [puddletag](https://docs.puddletag.net/) - Metadata Organizer / [GitHub](https://github.com/puddletag/puddletag)\n* [Tidal Hi-Fi](https://github.com/Mastermindzh/tidal-hifi) - Hi-Fi Tidal for Linux\n* [cmus](https://cmus.github.io/) - Audio Player\n* [Tauon Music Box](https://tauonmusicbox.rocks/) - Audio Player / [Discord](https://discord.com/invite/v4EmhES) / [GitHub](https://github.com/Taiko2k/Tauon)\n* [Lollypop](https://gitlab.gnome.org/World/lollypop) - Audio Player\n* [Audacious](https://audacious-media-player.org/) - Audio Player / [GitHub](https://github.com/audacious-media-player)\n* [Amberol](https://gitlab.gnome.org/World/amberol) - Audio Player\n* [Fooyin](https://www.fooyin.org/) - Audio Player / [GitHub](https://github.com/fooyin/fooyin)\n* [Gapless](https://gitlab.gnome.org/neithern/g4music) - Audio Player\n* [dopamine](https://github.com/digimezzo/dopamine) - Audio Player\n* [AudioTube](https://invent.kde.org/multimedia/audiotube), [ytermusic](https://github.com/ccgauche/ytermusic/) or [Monophony](https://gitlab.com/zehkira/monophony) - YouTube Audio Clients\n* [MOC](https://moc.daper.net/) or [Kew](https://github.com/ravachol/kew) - TUI Audio Players\n* [⁠Sonosano](https://sonosano.krshh.com/) - Self-Hosted P2P Lossless Music Player / [GitHub](https://github.com/KRSHH/Sonosano)\n* [Deezer Linux](https://github.com/aunetx/deezer-linux) or [DZR](https://github.com/yne/dzr) - Deezer Clients\n* [MusicPod](https://github.com/ubuntu-flutter-community/musicpod) - Podcast / Radio Player\n* [HeadsetControl](https://github.com/Sapd/HeadsetControl) - Headset Settings Manager\n* [Pipewire Multimedia API](https://pipewire.org/) - Improved Video / Audio Handling\n* [⁠LibrePods](https://github.com/kavishdevar/librepods) - Use AirPod Features on Linux\n* [EasyEffects](https://github.com/wwmm/easyeffects) - Pipewire Audio Effects\n* [Werman](https://github.com/werman/noise-suppression-for-voice) or [NoiseTorch](https://github.com/noisetorch/NoiseTorch) - Noise Suppression Software\n* [Qtractor](https://qtractor.org/) - Audio Editor\n* [Calf Studio Gear](https://calf-studio-gear.org/) - Audio Production Plugins\n* [Ensembles](https://github.com/ensemblesaw/ensembles-app) - Musical Performance Arranger\n* [JDSP4Linux](https://github.com/Audio4Linux/JDSP4Linux) - Audio Processors\n* [cava](https://github.com/karlstav/cava) - Console Audio Visualizer\n* [Blanket](https://github.com/rafaelmardojai/blanket) - Ambient Sound Mixer for Linux\n\n***\n\n## ▷ Linux Image\n\n* ↪️ **[Linux Image Editors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_editing_software)**\n* ⭐ **[Flameshot](https://flameshot.org/)**, [Gradia](https://gradia.alexandervanhee.be/) / [GitHub](https://github.com/AlexanderVanhee/Gradia) or [Scrot](https://github.com/resurrecting-open-source-projects/scrot) - Screenshot Tools\n* [v4l2loopback](https://github.com/v4l2loopback/v4l2loopback) - Create Virtual Cameras\n* [Drawing](https://maoschanz.github.io/drawing/) - Drawing App\n* [Feh](https://feh.finalrewind.org/) or [NSXIV](https://github.com/nsxiv/nsxiv) - Image Viewer\n* [lsix](https://github.com/hackerb9/lsix) - View Images in Terminal\n* [Upscaler](https://gitlab.gnome.org/World/Upscaler) - Image Upscaler\n* [Trimage](https://trimage.org/) or [Curtail](https://github.com/Huluti/Curtail) - Image Compressor\n* [MkPosters](https://github.com/patrick-kidger/mkposters) - Turn Markdown Files into Posters\n* [Rapid](https://damonlynch.net/rapid/) - Quick Linux Photo Importer\n\n***\n\n## ▷ Productivity / Calendars\n\n* [todo](https://github.com/sioodmy/todo/) or [Planify](https://github.com/alainm23/planify) - To-Do Apps\n* [Timestrap](https://timestrap.bythewood.me/) or [Mindfulness at the Computer](https://fswb.codeberg.page/mindfulness-at-the-computer/) - Productivity Managers\n* [Client Evolution](https://help.gnome.org/users/evolution/stable/) or [dLine](https://github.com/jazz-it/dline) - Calendars\n* [SafeEyes](https://slgobinath.github.io/SafeEyes/) - Break Reminders\n* [dijo](https://github.com/oppiliappan/dijo) - Activity Tracker\n\n***\n\n## ▷ Linux Gaming\n\n* 🌐 **[Are We Anti-Cheat Yet?](https://areweanticheatyet.com/)** - Anti-Cheat Game Database / GNU/Linux & Wine/Proton Compatibility\n* ⭐ **[Comprehensive Gaming Guide](https://linux-gaming.kwindu.eu/index.php?title=Main_Page)** / [3](https://web.archive.org/web/20221022121735/https://www.reddit.com/r/Piracy/comments/ndrtlf/comment/gyccwhk/?context=3) / [4](https://www.reddit.com/r/LinuxCrackSupport/wiki/index) - Linux Gaming Guides\n* ⭐ **[protondb](https://www.protondb.com/)** - Proton Compatibility / [Steam Extension](https://github.com/Trsnaqe/protondb-community-extension) / [Discord](https://discord.com/invite/uuwK9EV)\n* ⭐ **[Heroic Games Launcher](https://heroicgameslauncher.com/)** - Epic / GOG / Prime Games Launcher / [Discord](https://discord.com/invite/rHJ2uqdquK) / [GitHub](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher)\n* ⭐ **[proton-ge-custom](https://github.com/GloriousEggroll/proton-ge-custom)** - Play Windows Games on Linux / [Guide](https://www.reddit.com/r/LinuxCrackSupport/comments/yqfirv/how_to_install_fitgirl_or_dodi_windows_repacks_in/)\n* ⭐ **[ProtonPlus](https://github.com/Vysp3r/ProtonPlus)**, [ProtonUp-QT](https://davidotek.github.io/protonup-qt/) / [GitHub](https://github.com/DavidoTek/ProtonUp-Qt/) or [Proton Sarek](https://github.com/pythonlover02/Proton-Sarek) (old gpus) - Linux Game Launcher Compatibility Managers\n* ⭐ **[Lutris](https://lutris.net/)** - Games Manager / [Discord](https://discord.com/invite/Pnt5CuY)\n* ⭐ **[Kapital Sin](https://www.kapitalsin.com/forum/index.php?board=4.0)** - Linux Games / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)\n* ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Linux Games / Requires Sign-Up\n* ⭐ **[johncena141](https://rentry.co/FMHYB64#johncena141)** - Linux Games / [Search](https://games.melroy.org/), [2](https://project516.dev/linux-games) / [Support](https://gitlab.com/jc141x/portal)\n* [UnderTaker141](https://github.com/AbdelrhmanNile/UnderTaker141) - Game Libraries / Launchers\n* [RuTracker](https://rutracker.org/forum/viewforum.php?f=899) - Linux Games / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_sites)\n* [Native Linux Games](https://rentry.co/FMHYB64#native-linux-games) - Linux Games\n* [⁠Faugus Launcher](https://github.com/Faugus/faugus-launcher) - Multi-Game Platform Launcher / Windows Game Launcher\n* [winesapOS](https://github.com/winesapOS/winesapOS) - Play Games on Storage Devices\n* [wine-wayland](https://github.com/varmd/wine-wayland) - Play DX9/DX11 / Vulkan Games\n* [CreamLinux](https://github.com/anticitizn/creamlinux) - Steam DLC Unlocker / [Installer](https://github.com/Novattz/creamlinux-installer)\n* [SLSsteam](https://cs.rin.ru/forum/search.php?st=0&sk=t&sd=d&sr=topics&keywords=SLSsteam) - Steamclient Mod w/ DLC Unlocker and Emulated Achievements\n* [⁠SteamTinkerLaunch](https://github.com/sonic2kk/steamtinkerlaunch) - Steam Wrapper w/ Custom Launcher Options\n* [AdwSteamGtk](https://github.com/Foldex/AdwSteamGtk) - Steam Frontend\n* [steam-tui](https://github.com/dmadisetti/steam-tui) - Rust TUI for Steam\n* [Luxtorpeda](https://github.com/luxtorpeda-dev/luxtorpeda) or [Boxtron](https://github.com/dreamer/boxtron) - Run Steam Games on Linux\n* [RetroDECK](https://retrodeck.net/) - Emulator for Steam Deck\n* [CryoUtilities](https://github.com/CryoByte33/steam-deck-utilities) - Steam Deck Utilities\n* [SamRewritten](https://github.com/PaulCombal/SamRewritten) - Steam Achievement Manager\n* [Steam for Linux](https://github.com/ValveSoftware/steam-for-linux) - Steam Linux Beta Issue Tracker\n* [Minigalaxy](https://sharkwouter.github.io/minigalaxy/) - GOG Client\n* [⁠Online-Fix Linux](https://github.com/ZzEdovec/onlinefix-linux) - Launch Games w/ ⁠Online-Fix Patches\n* [Sober](https://sober.vinegarhq.org/) - Roblox Linux Port / [Vinegar (Studio Only)](https://vinegarhq.org/)\n* [Limo](https://github.com/limo-app/limo) - Nexus Mods Manager for Linux\n* [ssprea-nvidia-control](https://github.com/ssprea/ssprea-nvidia-control) or [CoreCtrl](https://gitlab.com/corectrl/corectrl) - GPU Overclocking Tools\n* [DXVK](https://github.com/doitsujin/dxvk) - Vulkan-Based Direct3D for Linux / Wine\n* [⁠D7VK](https://github.com/WinterSnowfall/d7vk) - Vulkan-Based D3D7/6/5 for Linux / Wine\n* [⁠dxvk-gplasync](https://gitlab.com/Ph42oN/dxvk-gplasync/) - DXVK Fork w/ Async / Vulkan-Based Direct3D / Stutter Reduction\n* [⁠lsfg-vk](https://github.com/PancakeTAS/lsfg-vk) - Lossless Scaling for Linux\n* [VKBasAlt](https://github.com/DadSchoorse/vkBasalt) - Game Post Processing Layer\n* [Liquorix](https://liquorix.net/), [Xanmod](https://xanmod.org/) or [Frogging](https://github.com/Frogging-Family/linux-tkg) - Linux Gaming Kernels\n* [Gamemode](https://github.com/FeralInteractive/gamemode) - Linux System Optimizer\n* [LibreGaming](https://github.com/Ahmed-Al-Balochi/LibreGaming) - Linux Game Package Downloader\n* [PortMaster](https://portmaster.games/) - Port Games to Linux Handheld Devices / [Discord](https://discord.gg/JxYBp9HTAY)\n* [Gameboy.live](https://github.com/HFO4/gameboy.live) - Terminal Game Boy Emulator\n* [QuickPassthrough](https://github.com/HikariKnight/quickpassthrough) - Simplified QEMU GPU Passthrough\n* [⁠WiVRn](https://wivrn.github.io/) - Wirelessly Stream PC VR Games from Linux to Standalone VR Headset \n\n***\n\n# ► Linux Tools\n\n## ▷ Adblock / Privacy\n\n* ↪️ **[Linux 2FA](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_password_privacy_.2F_2fa)**\n* ↪️ **[DNS Adblocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_dns_adblocking)**\n* ⭐ **[Arch Security Wiki](https://wiki.archlinux.org/title/Security)**, [Linux Hardening](https://vez.mrsk.me/linux-hardening.html) / [2](https://madaidans-insecurities.github.io/guides/linux-hardening.html) or [How to Secure a Linux Server](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server) - Linux Security Guides\n* ⭐ **[CryptSetup](https://gitlab.com/cryptsetup/cryptsetup)**, [gocryptfs](https://nuetzlich.net/gocryptfs) / [GitHub](https://github.com/rfjakob/gocryptfs) or [Tomb](https://dyne.org/software/tomb/) - File Encryption\n* [Securely Wipe Disk](https://wiki.archlinux.org/title/Securely_wipe_disk) or [SSD Memory Cell Clearing](https://wiki.archlinux.org/title/Solid_state_drive/Memory_cell_clearing) - Linux Disk Wipe Guides\n* [JShielder](https://github.com/Jsitech/JShielder) - Hardening Script for Linux Servers\n* [Lynis](https://github.com/CISOfy/lynis) - Linux Security Auditing Tool\n* [Lockigest](https://elma.dev/works/lockigest/) - Screen Locker / [GitHub](https://github.com/elmsec/lockigest)\n* [Mistborn](https://gitlab.com/cyber5k/mistborn) - Manage Cloud Security Apps\n* [OpenSnitch](https://github.com/evilsocket/opensnitch) or [gufw](https://github.com/costales/gufw) - Linux Firewalls\n* [Tracee](https://aquasecurity.github.io/tracee/latest) - Runtime Security and Forensics\n* [vnStat](https://github.com/vergoh/vnstat) - Network Monitors\n* [Howdy](https://github.com/boltgolt/howdy) - Linux Facial Authentication\n* [USBGuard](https://github.com/USBGuard/usbguard) - Implement USB Device Authorization Policies\n* [ShuffleStacks](https://shufflecake.net/) - Create Hidden Volumes\n* [Collision](https://flathub.org/apps/dev.geopjr.Collision) - Check File Hashes\n* [WhoAmI Project](https://owerdogan.github.io/whoami-project) - Privacy / Anonymity Tool / [GitHub](https://github.com/owerdogan/whoami-project)\n* [Yubikey Full Disk Encryption](https://github.com/agherzan/yubikey-full-disk-encryption) - Use YubiKey to unlock a LUKS Partition\n* [Firejail](https://firejail.wordpress.com/) or [Bubblewrap](https://github.com/containers/bubblewrap) - Sandboxing Tools\n* [GoogleTeller](https://github.com/berthubert/googerteller) - Google Tracking Notifications\n\n***\n\n## ▷ Linux Internet\n\n* ↪️ **[Linux Torrent Clients](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_clients)**\n* ⭐ **[Nicotine+](https://nicotine-plus.org/)** or [Soulseek](https://www.slsknet.org) - File Sharing App\n* ⭐ **[Linux WiFi Hotspot](https://github.com/lakinduakash/linux-wifi-hotspot)** - Create WiFi Hotspots\n* [BTFS](https://github.com/johang/btfs) - Bittorrent Filesystem\n* [Luakit](https://luakit.github.io/) - Lightweight Linux Browser\n* [browsh](https://www.brow.sh/) - Text-Based Browser\n* [ElectronMail](https://github.com/vladimiry/ElectronMail), [Claws Mail](https://www.claws-mail.org/) or [dodo](https://github.com/akissinger/dodo) - Email Clients\n* [Akregator](https://apps.kde.org/akregator/), [NewsBoat](https://newsboat.org/), [NewsFlash](https://gitlab.com/news-flash/news_flash_gtk), [Photon](https://git.sr.ht/~ghost08/photon) or [gorss](https://github.com/Lallassu/gorss) - RSS Readers\n* [Seahorse](https://gitlab.gnome.org/GNOME/seahorse) - GNOME Password Manager\n* [gopass](https://www.gopass.pw/) - CLI Password Manager\n* [KGet](https://apps.kde.org/kget/) or [GabutDM](https://github.com/gabutakut/gabutdm) - Download Managers\n* [GDown](https://github.com/wkentaro/gdown) - Google Drive Downloader\n* [google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse) - Mount Google Drive\n* [maestral](https://maestral.app/) - Dropbox Client\n* [apt-fast](https://github.com/ilikenwf/apt-fast) - APT Download Accelerator\n* [Nala](https://gitlab.com/volian/nala) - APT Frontend\n* [aMule](https://www.amule.org/) - eMule-like P2P Client\n* [⁠OpenWRT](https://openwrt.org/) - Linux Router Firmware\n* [⁠dae](https://github.com/daeuniverse/dae) - Linux Router Performance Proxy App / [WebUI](https://github.com/daeuniverse/daed)\n* [Linux Router](https://github.com/garywill/linux-router) - Set Linux as Router\n* [Netcat](https://rentry.co/Netcat) - Networking Tool\n* [Bandwhich](https://github.com/imsnif/bandwhich) - Terminal Bandwidth Utilization Tool\n* [iperf](https://github.com/esnet/iperf) - Network Bandwidth Test\n* [Rang3r](https://github.com/floriankunushevci/rang3r) - IP / Port Scanner\n* [sttr](https://github.com/abhimanyu003/sttr) - Base64 Encryption / Decryption TUI\n* [Netflix Proxy](https://github.com/ab77/netflix-proxy/) - Streaming Service Proxy\n* [Teams for Linux](https://github.com/IsmaelMartinez/teams-for-linux) - Collaboration Platform\n* [mx moment](https://mx-moment.xyz/) - Encrypted Chat Client\n* [Adium](https://adium.im/), [Polari](https://apps.gnome.org/Polari/) / [GitLab](https://gitlab.gnome.org/GNOME/polari), [Irssi](https://github.com/irssi/irssi) or [Weechat](https://weechat.org/) - IRC Clients\n* [Dino](https://dino.im/) - XMPP Client\n* [gurk-rs](https://github.com/boxdot/gurk-rs) - Signal Client\n* [ZapZap](https://rtosta.com/zapzap/) - WhatsApp Client / [GitHub](https://github.com/rafatosta/zapzap)\n* [YouTube-Viewer](https://github.com/trizen/youtube-viewer), [Pipe Viewer](https://github.com/trizen/pipe-viewer) or [Pipeline](https://gitlab.com/schmiddi-on-mobile/pipeline) - YouTube Clients\n* [GrayJay](https://grayjay.app/) - YouTube, Twitch, Rumble, etc. / Avoid Playstore / [Guide](https://youtu.be/EnZrv37u66c) / [Plugins](https://plugins.grayjay.app/) / [Add Platforms](https://grayjay-sources.github.io/), [2](https://github.com/grayjay-sources/grayjay-sources.github.io), [3](https://gitlab.futo.org/videostreaming/plugins) / [GitLab](https://gitlab.futo.org/videostreaming/grayjay)\n* [Discover](https://github.com/trigg/Discover) - Discord Overlay\n* [dvm](https://github.com/diced/dvm) - Discord Version Manager\n\n***\n\n## ▷ Server / Selfhosting\n\n* 🌐 **[Awesome Selfhosted](https://awesome-selfhosted.net/)** / [2](https://gist.github.com/kvnxiao/27c14760cbec35b4e312e34c856b51a8) or [Awesome Selfhosted UI](https://awesomeselfhosted.netlify.app/) - Self-Hosted Software Index / [GitHub](https://github.com/awesome-selfhosted/awesome-selfhosted)\n* 🌐 **[⁠Awesome Homelab](https://github.com/miantiao-me/awesome-homelab/)** - Homelab App Index\n* 🌐 **[Selfh.st](https://selfh.st/apps/)** - Self-Hosted Software Index\n* 🌐 **[Self-Hosting-Guide](https://github.com/mikeroyal/Self-Hosting-Guide)** - Self-Hosted Software Index\n* 🌐 **[⁠RackRat](https://rackrat.net/)** - eBay Rackmount Server Prices / Comparisons\n* ↪️ **[Media Servers / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_media_servers)**\n* ↪️ **[Selfhosted Image Galleries](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_offline_galleries)**\n* ⭐ **[Homepage](https://gethomepage.dev/)** / [GitHub](https://github.com/gethomepage/homepage), **[Dashy](https://dashy.to/)** / [GitHub](https://github.com/Lissy93/dashy), [Flame](https://github.com/pawelmalak/flame), [Homer](https://github.com/bastienwirtz/homer), [Lab Dash](https://github.com/AnthonyGress/lab-dash), [mafl](https://mafl.hywax.space/), [Homarr](https://homarr.dev/) / [GitHub](https://github.com/homarr-labs/homarr) or [Organizr](https://github.com/causefx/Organizr) - Home Server Startpages\n* [Glance](https://github.com/glanceapp/glance) - Feed Dashboard\n* [⁠ThingsBoard](https://github.com/thingsboard/thingsboard) - IoT Device Manager / Visualizer / Data Collection \n* [Self Managed Life](https://wiki.futo.org/) - FOSS / Self-Hosting Guide / [Video](https://youtu.be/Et5PPMYuOc8), [2](https://youtu.be/3fW9TV1WQi8)\n* [r/SelfHosted Wiki](https://wiki.r-selfhosted.com/) - Self-Hosting Guides / Resources / Community / [Subreddit](https://www.reddit.com/r/selfhosted/) / [GitHub](https://github.com/r-selfhosted/wiki)\n* [Server World](https://www.server-world.info/en/) - Network Server Guides\n* [HowtoForge](https://www.howtoforge.com/) / [GitHub](https://github.com/lollipopkit/flutter_server_box) or [Comfy.Guide](https://comfy.guide/) - Linux Server Software Guides\n* [serverbox](https://cdn.lpkt.cn/serverbox/), [⁠Termix](https://github.com/Termix-SSH/Termix) / [Discord](https://discord.gg/jVQGdvHDrf), [EasyPanel](https://easypanel.io/), [Webmin](https://webmin.com/) / [GitHub](https://github.com/webmin/webmin), [Cockpit Project](https://cockpit-project.org/), [CasaOS](https://casaos.zimaspace.com/) / [GitHub](https://github.com/IceWhaleTech/CasaOS) or [1Panel](https://1panel.pro/) / [GitHub](https://github.com/1Panel-dev/1Panel) - Linux Server Managers / Status\n* [⁠LXD UI](https://github.com/canonical/lxd-ui) - Linux Container + Virtual Machine Manager\n* [Proxmox](https://www.proxmox.com/) - Self-Hosted Server Tools / Virtual Environment\n* [yet another bench script](https://github.com/masonr/yet-another-bench-script) - Server Performance Script\n* [Docket-Jacket](https://github.com/linuxserver/docker-jackett) - Docker Jacket Container\n* [arch-delugevpn](https://github.com/binhex/arch-delugevpn) - Docker with Torrent client and VPN on Arch Linux base\n* [swizzin](https://swizzin.ltd/) - Seedbox for Ubuntu / Debian\n* [rtinst](https://github.com/arakasi72/rtinst) - Seedbox Installation Script for Ubuntu / Debian\n* [SeedSync](https://github.com/ipsingh06/seedsync) - Sync your Seedbox\n* [openmediavault](https://www.openmediavault.org/) / [GitHub](https://github.com/openmediavault/openmediavault/), [SeaFile](https://www.seafile.com/en/home/) or [Linux Server](https://github.com/ZizzyDizzyMC/linx-server/) - Self-Hosted Cloud Storage\n* [⁠ConvertX](https://github.com/C4illin/ConvertX) - Self-Hosted Online File Converter \n* [iRedMail](https://www.iredmail.org/), [Docker Mailserver](https://docker-mailserver.github.io/docker-mailserver/edge/), [UnInbox](https://github.com/un/inbox) or [Mail-in a Box](https://mailinabox.email/) - Self-Hosted Email Servers\n\n***\n\n## ▷ File Tools\n\n* 🌐 **[Linux File Backup](https://github.com/restic/others)** - File Backup App List\n* ⭐ **[Warpinator](https://github.com/linuxmint/warpinator)**, [rQuickshare](https://github.com/Martichou/rquickshare), [Magic Wormhole](https://github.com/magic-wormhole/magic-wormhole), [syncthing](https://syncthing.net/) / [Tray Support](https://martchus.github.io/syncthingtray/), [portal](https://github.com/SpatiumPortae/portal), [Zrok](https://zrok.io/), [Celeste](https://flathub.org/apps/com.hunterwittenborn.Celeste) / [2](https://snapcraft.io/celeste) / [GitHub](https://github.com/hwittenborn/celeste), [Cattail](https://github.com/nerdyslacker/cattail) or [Sharing](https://github.com/parvardegr/sharing) - File Sync / Transfer\n* ⭐ **[lf](https://github.com/gokcehan/lf)**, **[ranger](https://ranger.fm/)** / [Codeberg](https://codeberg.org/ranger/pages), **[nnn](https://github.com/jarun/nnn)**, **[clifm](https://github.com/leo-arch/clifm)**, **[fm](https://github.com/mistakenelf/fm)**, **[superfile](https://github.com/yorukot/superfile)**, **[Joshuto](https://github.com/kamiyaa/joshuto)** - Terminal File Managers\n* ⭐ **[Baobab](https://gitlab.gnome.org/GNOME/baobab)**, **[Filelight](https://apps.kde.org/en-gb/filelight/)** - Disk Usage Analyzers / GUI\n* ⭐ **[dut](https://codeberg.org/201984/dut)**, **[gdu](https://github.com/dundee/gdu)**, **[NCDU](https://dev.yorhel.nl/ncdu)** - Disk Usage Analyzers / CLI\n* [ANGRYsearch](https://github.com/DoTheEvo/ANGRYsearch), [gocatcli](https://github.com/deadc0de6/gocatcli/), [xplr](https://xplr.dev/) / [Discord](https://discord.com/invite/JmasSPCcz3) / [GitHub](https://github.com/sayanarijit/xplr), [logo-ls](https://github.com/Yash-Handa/logo-ls), [ugrep](https://ugrep.com) / [GitHub](https://github.com/Genivia/ugrep) or [Achoz](https://github.com/kcubeterm/achoz) - File Explorers / Search\n* [The Filesystem Hierarchy Standard](https://i.imgur.com/0vfM4dm.png), [2](https://files.catbox.moe/2390ha.png) - Linux Filesystem Chart\n* [Dolphin](https://userbase.kde.org/Dolphin) / [Source Code](https://invent.kde.org/system/dolphin) or [SpaceFM](https://ignorantguru.github.io/spacefm/) - File Managers\n* [PeaZip](https://peazip.github.io/) / [GitHub](https://github.com/peazip/PeaZip/), [pigz](https://zlib.net/pigz/) / [GitHub](https://github.com/madler/pigz), [p7zip](https://p7zip.sourceforge.net/) or [GNU Gzip](https://www.gnu.org/software/gzip/) - File Archivers / Unzippers\n* [Collector](https://mijorus.it/projects/collector/) - File Drag & Drop\n* [Bash Upload](https://bashupload.com/) - Bash File Upload 50GB / 3 days\n* [Zoxide](https://github.com/ajeetdsouza/zoxide) - Improved CD Command\n* [lnav](https://lnav.org/) - Log File Viewer / Analyzer / [Discord](https://discord.gg/erBPnKwz7R) / [GitHub](https://github.com/tstack/lnav)\n* [Pika Backup](https://gitlab.gnome.org/World/pika-backup/) or [RecoverPy](https://github.com/PabloLec/RecoverPy) - File Backup / Reocovery Tools\n* [Boxxy](https://github.com/queer/boxxy) - Contain Files / Directories\n* [Junction](https://github.com/sonnyp/Junction) - Change File Associations\n* [Krename](https://apps.kde.org/en-gb/krename/) - Bulk File / Folder Renaming\n* [FSLint](https://www.pixelbeat.org/fslint/), [kdiff3](https://apps.kde.org/en-gb/kdiff3/) or [fclones](https://github.com/pkolaczk/fclones) - Duplicate File Finder\n* [xdg-ninja](https://github.com/b3nj5m1n/xdg-ninja) - Unwanted File Finder\n* [rcm](https://github.com/thoughtbot/rcm) - Manage Dotfiles\n* [PDF Mix](https://scarpetta.eu/pdfmixtool/) - PDF Editor\n* [gscan2pdf](https://gscan2pdf.sourceforge.net/) - Turn Documents into PDFs\n\n***\n\n## ▷ Android on Linux\n\n* ⭐ **[Waydroid](https://waydro.id/)** - Containerized Android on Linux / [Scripts](https://github.com/casualsnek/waydroid_script) / [GitHub](https://github.com/waydroid)\n* [Redroid](https://github.com/remote-android/redroid-doc) or [Docker-Android](https://github.com/budtmo/docker-android) - Containerized Android on Linux\n* [Genymotion](https://www.genymotion.com/) - Android Emulator\n* [Android Studio](https://developer.android.com/studio) - IDE with Built-in Android Emulator\n* [Android-x86](https://www.android-x86.org/) - Android-Based OS for PC\n* [adbfs-rootless](https://github.com/spion/adbfs-rootless) - Mount Android on Linux via ADB\n\n***\n\n## ▷ Terminal / Shell\n\n* 🌐 **[Awesome Shell](https://github.com/alebcay/awesome-shell)**, [tldr](https://tldr.inbrowser.app/) / [GitHub](https://github.com/tldr-pages/tldr) or [AltBox](https://altbox.dev/) - Linux Shell Resources\n* 🌐 **[Awesome TUIs](https://github.com/rothgar/awesome-tuis)** or [TerminalTrove](https://terminaltrove.com/) - TUI Indexes\n* 🌐 **[⁠Awesome Terminal Recorder](https://github.com/orangekame3/awesome-terminal-recorder)** - Terminal Recorder Index\n* ⭐ **[zsh](https://www.zsh.org/)**, **[bash](https://www.gnu.org/software/bash/)**, [fish](https://fishshell.com/), [Elvish](https://elv.sh/), [Es](https://wryun.github.io/es-shell/), [PowerShell](https://github.com/powershell/powershell), [Ion](https://gitlab.redox-os.org/redox-os/ion), [Xonsh](https://xon.sh/), [Nushell](https://www.nushell.sh/) or [oils](https://oils.pub/) / [GitHub](https://github.com/oils-for-unix/oils) - Command Line Shells\n* ⭐ **zsh Tools** - [Plugins](https://github.com/unixorn/awesome-zsh-plugins) / [Customization](https://ohmyz.sh/) / [Theme](https://github.com/romkatv/powerlevel10k) / [Auto Setup](https://github.com/gustavohellwig/gh-zsh) / [Rich Framework](https://github.com/sorin-ionescu/prezto)\n* ⭐ **[Alacritty](https://alacritty.org)**, **[Kitty](https://sw.kovidgoyal.net/kitty/overview/)**, **[Wezterm](https://wezterm.org)** / [GitHub](https://github.com/wezterm/wezterm), [tabby](https://tabby.sh/), [foot](https://codeberg.org/dnkl/foot), [Simple Terminal](https://st.suckless.org/), [Wave](https://www.waveterm.dev/), [Ghostty](https://ghostty.org/), [yakuake](https://apps.kde.org/yakuake/) or [emacs-eat](https://codeberg.org/akib/emacs-eat) - Linux Terminal Emulators\n* ⭐ **[LinuxCommand](https://www.linuxcommand.org/tlcl.php)**, [Command Line Guide](https://github.com/jlevy/the-art-of-command-line) or [ManKier](https://www.mankier.com/) - Command-Line Lessons\n* [Starship](https://starship.rs/) or [Liquidprompt](https://github.com/liquidprompt/liquidprompt) - Bash / Zsh Prompt\n* [utils](https://github.com/Loupeznik/utils) or [UsefulLinuxShellScripts](https://github.com/jackrabbit335/UsefulLinuxShellScripts) - Linux Shell Tool Scripts\n* [Gum](https://github.com/charmbracelet/gum) - Shell Script Creator\n* [ShellCheck](https://www.shellcheck.net/) - Shell Script Bug Check\n* [⁠ShellScript](https://www.shellscript.sh/) or [shell-scripting-tutorial](https://github.com/techarkit/shell-scripting-tutorial) - Shell Scripting Tutorials\n* [Bash Crawl](https://gitlab.com/slackermedia/bashcrawl) - Linux Command Learning Game\n* [bash_loading_animations](https://github.com/Silejonu/bash_loading_animations) - Bash Loading Animations\n* [bash-it](https://github.com/Bash-it/bash-it) or [Bashly](https://bashly.dev/) - Bash Frameworks\n* [zx](https://google.github.io/zx/) or [dax](https://github.com/dsherret/dax) - Write Complex Scripts\n* [Basher](https://www.basher.it/) or [bpkg](https://bpkg.sh/) - Bash Package Manager\n* [Distrobox](https://distrobox.it/) - Use Distros via Terminal\n* [explainshell.com](https://explainshell.com/) - Match Command-Line Arguments to Help Text\n* [Tmux](https://github.com/tmux/tmux) - Terminal Multiplexer / [Cheatsheet](https://tmuxcheatsheet.com/)\n* [Zellij](https://zellij.dev/) - Terminal Workspace\n* [atuin](https://atuin.sh/) - Shell History Management / [GitHub](https://github.com/atuinsh/atuin)\n* [cbonsai](https://gitlab.com/jallbrit/cbonsai) - Generate Bonsai Trees in Terminal\n* [pipes.sh](https://pipeseroni.github.io/) or [pipes-rs](https://github.com/lhvy/pipes-rs) - Animated Pipes in Terminal\n\n***\n\n## ▷ Raspberry Pi\n\n* 🌐 **[Awesome Raspberry Pi](https://github.com/thibmaek/awesome-raspberry-pi)** - Raspberry Pi Tools / Resources\n* 🌐 **[Pi-Apps](https://pi-apps.io/)** - Raspberry Pi App Store / [GitHub](https://github.com/Botspot/pi-apps)\n* [Pinn](https://github.com/procount/pinn) - Raspberry Pi OS Installer\n* [PiVPN](https://pivpn.io/) - Raspberry Pi VPN / [GitHub](https://github.com/pivpn/pivpn)\n* [raspberrypiwireguard](https://github.com/adrianmihalko/raspberrypiwireguard) - Install WireGuard on Raspberry Pi\n* [Raspberry Pi Connect](https://www.raspberrypi.com/software/connect/) - Raspberry Pi Remote Access\n* [CaribouLite](https://github.com/cariboulabs/cariboulite) - Raspberry Pi Tx/Rx 6GHz SDR\n* [Piper](https://github.com/OHF-Voice/piper1-gpl) - Raspberry Pi Text-To-Speech\n* [Pinout](https://pinout.xyz/) - Raspberry Pi GPIO Pins Guide\n\n***\n\n# ► Ricing / Customization\n\n* 🌐 **[Awesome Ricing](https://github.com/fosslife/awesome-ricing)**, **[⁠Awesome Linux Ricing](https://github.com/avtzis/awesome-linux-ricing)** or [Pling](https://www.pling.com/s/All-Linux/browse/) - Linux Ricing Resources\n* ⭐ **[Elkowar's Wacky Widgets](https://elkowar.github.io/eww)**, **[Aylur's GTK Shell](https://github.com/Aylur/ags)** or [⁠Quickshell](https://quickshell.org/) - Widgeting Systems\n* ⭐ **[unixporn](https://unixporn.github.io/)** - Ricing Community / [Subreddit](https://reddit.com/r/unixporn) / [Discord](https://discord.gg/unixporn)\n* [dotfiles](https://dotfiles.github.io/) - GitHub Dotfiles\n* [⁠Chezmoi](https://www.chezmoi.io/) - Dotfile Managers\n\n***\n\n## ▷ Desktop Environment\n\n* 🌐 **[Desktop Environment Comparison](https://eylenburg.github.io/de_comparison.htm)**\n* [Extension Manager](https://mattjakeman.com/apps/extension-manager) - GNOME Shell Extension Manager\n* [Material Shell](https://material-shell.com/) or [Forge](https://github.com/forge-ext/forge) - GNOME Tiling Extension\n* [Pop!_OS Shell](https://github.com/pop-os/shell) - Pop-Shell for GNOME\n* [Guillotine](https://gitlab.com/ente76/guillotine/) - Execute Commands from a Customizable Menu / GNOME Extension\n* [Hardcode Tray](https://github.com/bilelmoussaoui/Hardcode-Tray) - Hardcoded Tray Icon Fix\n\n***\n\n## ▷ Window Managers\n\n* 🌐 **[⁠Awesome Wayland](https://github.com/rcalixte/awesome-wayland)** - Wayland Resources\n* 🌐 **[Window Manager Index](https://wiki.archlinux.org/title/Window_manager)** - List of Window Managers\n* 🌐 **[Wayland Compositor Index](https://wiki.archlinux.org/title/Wayland#Compositors)** - List of Wayland Compositors\n* 🌐 **[We Are Wayland Now](https://wearewaylandnow.com/)** - Wayland Ecosystem Components / [GitHub](https://github.com/gianklug/wearewaylandnow)\n* ⭐ **[i3wm](https://i3wm.org)** - Manual Tiling Window Manager / [Reference Card](https://i3wm.org/docs/refcard.html)\n* ⭐ **[awesomewm](https://awesomewm.org)** / [GitHub](https://github.com/awesomeWM/awesome), **[xmonad](https://xmonad.org)**, [Qtile](https://qtile.org/) or [dwm](https://dwm.suckless.org) - Dynamic Tiling Window Managers\n* ⭐ **[Hyprland](https://hyprland.org/)** / [Resources](https://github.com/hyprland-community/awesome-hyprland) / [Arch Wiki](https://wiki.archlinux.org/title/Hyprland) / [Simple Config](https://github.com/mylinuxforwork/dotfiles), [2](https://ii.clsty.link/en/) or **[niri](https://github.com/YaLTeR/niri)** - Dynamic Tiling Wayland Compositors\n* ⭐ **[Sway](https://github.com/swaywm/sway)** / [Arch Wiki](https://wiki.archlinux.org/title/Sway) or [SwayFx](https://github.com/WillPower3309/swayfx) - i3-compatible Wayland Compositors\n* [BSPWM](https://github.com/baskerville/bspwm) - Hybrid Tiling Window Manager\n* [herbstluftwm](https://herbstluftwm.org) - Manual Tiling Window Manager\n* [river](https://github.com/riverwm/river/) - Wayland Compositor\n* [LabWC](https://github.com/labwc/labwc) - Wayland Compositor\n* [wayfire](https://github.com/WayfireWM/wayfire/) - Wayland Compositor\n* [picom](https://github.com/yshui/picom) - Compositor for Standalone X11 Window Managers / [Docs](https://picom.app/) / [GitHub](https://github.com/yshui/picom)\n* [Polybar (X11)](https://github.com/polybar/polybar) / [Themes](https://github.com/adi1090x/polybar-themes), [Iron Bar](https://github.com/JakeStanger/ironbar) (Wayland) or [Waybar](https://github.com/Alexays/Waybar) (Wayland) - Customizable Status Bars\n\n\n***\n\n## ▷ Linux Themes\n\n* 🌐 **[xfce-look](https://www.xfce-look.org/)** - XFCE Linux Themes\n* 🌐 **[Gnome-Look](https://www.gnome-look.org/)** - GNOME Themes\n* [Hellwal](https://github.com/danihek/hellwal) - Color Palette Generator for Ricing\n* [Themix](https://github.com/themix-project/themix-gui) - Linux Themes / GUI\n* [Kvantum](https://github.com/tsujan/Kvantum) - Linux QT / KDE Theme Engine\n* [⁠nwg-look](https://github.com/nwg-piotr/nwg-look) - GTK3 Settings Editor\n* [Arc](https://github.com/jnsh/arc-theme) - Transparent Linux Theme\n* [Ant](https://github.com/EliverLara/Ant) - Light Linux Theme\n* [AeroThemePlasma](https://github.com/WackyIdeas/aerothemeplasma) / [2](https://gitgud.io/wackyideas/aerothemeplasma) or [VistaThemePlasma](https://gitgud.io/catpswin56/vistathemeplasma/) - Windows 7 / Vista Themes for KDE Plasma \n* [XScreenSaver](https://www.jwz.org/xscreensaver/) - Linux Screensavers\n* [varietywalls](https://github.com/varietywalls/variety) or [HydraPaper](https://hydrapaper.gabmus.org/) - Wallpaper Managers\n* [Video Wallpaper](https://github.com/ghostlexly/gpu-video-wallpaper) or [Hidamari](https://github.com/jeffshee/hidamari) - Use Videos as Animated Wallpapers\n* [⁠tint](https://github.com/ashish0kumar/tint) - Extract Wallpaper Colors for System Scheme / [GUI](https://github.com/lighttigerXIV/catppuccinifier)\n* [Polychromatic](https://polychromatic.app/) or [OpenRazer](https://openrazer.github.io/) - Linux System Light Control\n* [Burn My Windows](https://github.com/Schneegans/Burn-My-Windows) - Window Closing Effects\n* [theme.sh](https://github.com/lemnos/theme.sh), [NotCurses](https://github.com/dankamongmen/notcurses) / [Wiki](https://nick-black.com/dankwiki/index.php/Notcurses) or [Shell Color Scripts](https://gitlab.com/dwt1/shell-color-scripts) / [2](https://github.com/stark/Color-Scripts) - Custom Terminal Themes\n\n***\n\n# ► Mac Apps\n\n* ↪️ **[Multi-Platform Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading/#wiki_.25B7_ebook_readers)** - Ebook Reader Index\n* ↪️ **[Office Suites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_office_suites)**\n* ⭐ **[gibMacOS](https://github.com/corpnewt/gibMacOS)** or [Mist](https://github.com/ninxsoft/Mist) - Download macOS\n* ⭐ **[NearDrop](https://github.com/grishka/NearDrop)** or [maestral](https://maestral.app/) - File Sharing Apps\n* ⭐ **[shottr](https://shottr.cc/)** or [⁠Better Shot](https://www.bettershot.site/) / [GitHub](https://github.com/KartikLabhshetwar/better-shot) - Screenshot Tools\n* ⭐ **[Aptonic](https://aptonic.com/)** - Drag-and-Drop Shelf / Quick File Access\n* [Ghostty](https://ghostty.org/) - GPU-Accelerated Terminal Emulator / [GitHub](https://github.com/ghostty-org/ghostty)\n* [Ice Cubes](https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884) - Mastodon Client / [GitHub](https://github.com/Dimillian/IceCubesApp)\n* [Sky.app](https://github.com/jcsalterego/Sky.app) - Bluesky Client\n* [Beta Profiles](https://betaprofiles.com/) - Download Pre-Release Versions macOS\n* [CloverBootloader](https://github.com/CloverHackyColor/CloverBootloader/) - Windows, Mac & Linux Bootloader / [Config](https://mackie100projects.altervista.org/)\n* [Boot Camp](https://support.apple.com/boot-camp) - Windows Bootloader / [DL Script](https://github.com/timsutton/brigadier)\n* [Tart](https://tart.run/) - Virtual Machine Manager / [GitHub](https://github.com/cirruslabs/tart)\n* [UTM](https://mac.getutm.app/) or [VMware](https://www.vmware.com/products/desktop-hypervisor/workstation-and-fusion) - Virtual Machines / Run Linux or Windows on macOS\n* [VirtualBuddy](https://github.com/insidegui/VirtualBuddy) - Virtualize macOS 12 and later on Apple Silicon\n* [Docker OSX](https://github.com/sickcodes/Docker-OSX) - Mac VM in Docker\n* [SwiftUI Win11](https://jinxiansen.github.io/Windows11/) - Windows 11 Desktop Client for macOS\n* [OrbStack](https://orbstack.dev/) - Docker Client\n* [Bookshelf](https://apps.apple.com/us/app/bookshelf-reading-tracker/id1469372414) - Book Tracker\n* [LimaVM](https://lima-vm.io/) - Linux VM\n* [CrossOver](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_software_sites2) (search) - Run Windows on Mac\n* [PortingKit](https://www.portingkit.com/) or [PlayOnMac](https://www.playonmac.com/en/) - Run Windows Games / Programs on Mac\n* [OpenCore](https://github.com/acidanthera/OpenCorePkg) - Mac Bootloader / [Config](https://mackie100projects.altervista.org/opencore-configurator/) / [Guide](https://dortania.github.io/OpenCore-Install-Guide/)\n* [PlayCover](https://playcover.io/) - Run iOS Apps on Apple Silicon Macs / [GitHub](https://github.com/PlayCover/PlayCover)\n* [rEFind](https://www.rodsbooks.com/refind/) - Boot Manager\n* [Kexts](https://www.tonymacx86.com/resources/categories/kexts.11/) - UEFI Kexts\n* [Adobe Downloader](https://github.com/X1a0He/Adobe-Downloader/blob/main/readme-en.md) - Adobe Product Downloader\n* [ss64 macOS](https://ss64.com/mac/) - macOS Bash Commands\n* [Left on Read](https://leftonread.me/) - iMessage Client\n* [MacBing](https://goodsnooze.gumroad.com/l/macbing), [LlamaChat](https://www.llamachat.app/) or [Mollama](https://apps.apple.com/app/mollama/id6736948278) - AI Chatbots\n* [CodexBar](https://codexbar.app/) - Menu Bar AI Limit Tracker / [GitHub](https://github.com/steipete/CodexBar)\n* [ViennaRSS](https://www.vienna-rss.com/) - RSS Feed Reader\n* [Tachidesk-Sorayomi](https://github.com/Suwayomi/Tachidesk-Sorayomi) - Manga Reader / [Extensions](https://keiyoushi.github.io/extensions/), [2](https://discord.gg/3FbCpdKbdY), [3](https://wotaku.wiki/guides/tech/repo)\n* [Dialect](https://github.com/dialect-app/dialect) - Translator\n* [Drafts](https://getdrafts.com/), [CotEditor](https://coteditor.com/), [TextMate](https://macromates.com/), [Nebo](https://apps.apple.com/us/app/nebo-notes-pdf-annotations/id1119601770), [Strflow](https://strflow.app/), [⁠NotesPlus](https://www.notesplus.com/), [Kyun](https://github.com/lennart-finke/kyun), [Notenik](https://notenik.app/) or [Voodoopad](https://www.voodoopad.com/) - Text Editors / Notes\n* [Agenda](https://agenda.com/) - Date-Focused Note Organizer / [Forum](https://agenda.community/)\n* [Taskpaper](https://www.taskpaper.com/) - Plain Text To-Do Lists\n* [BibDesk](https://bibdesk.sourceforge.io/) - Bibliography Manager\n* [Microsoft Office](https://rentry.co/FMHYB64#macos-office) - Microsoft Office for macOS\n* [Hammerspoon](https://www.hammerspoon.org/) or [Bunch](https://bunchapp.co/) - Desktop Automation via Lua Scripts\n* [MacScripter](https://www.macscripter.net/) - Automation Forum\n* [pongoOS](https://github.com/checkra1n/pongoOS) - Mac Pre-Boot Executor\n* [Later](https://getlater.app/) - Restore App Sessions / [GitHub](https://github.com/alyssaxuu/later)\n* [MacVim](https://macvim.org/), [CodeEdit](https://www.codeedit.app/), [AuroraEditor](https://auroraeditor.com/) or [OpenCode](https://opencode.ai/) - Code Editors\n* [SD Buddy](https://github.com/breadthe/sd-buddy), [CHARL-E](https://www.charl-e.com/) or [Swift Core ML Diffusers](https://github.com/huggingface/swift-coreml-diffusers) - Stable Diffusion Apps\n* [ColorSlurp](https://colorslurp.com/) or [Material-Colors-native](https://github.com/BafS/Material-Colors-native) - Color Picker\n* [Use Contrast](https://usecontrast.com/) - Check Color Contrast Ratios\n* [Sim Daltoinism](https://michelf.ca/projects/sim-daltonism/) - Color Blindness Simulator\n* [AnimeBox](https://www.animebox.es/) - Booru Client\n* [Hachidori](https://malupdaterosx.moe/hachidori/) - Automatically Update MAL / Anilist / Kitsu Lists\n* [Magit!](https://magit.vc/) - Git Text-Based UI\n* [ProperTree](https://github.com/corpnewt/ProperTree) - GUI Plist Editor\n* [NHCalc](https://github.com/KhaosT/nhcalc) - Compute Image NeuralHash\n* [Does It Arm?](https://doesitarm.com/) - Apple Silicon App Compatibility Chart\n* [SelfControlApp](https://selfcontrolapp.com/) - Website Blocker\n* [Typist](https://apps.apple.com/us/app/typist/id415166115?ign-mpt=uo%3D4&mt=12) - Typing Practice\n* [Comet](https://apps.apple.com/us/app/comet-for-reddit/id1146204813) - Reddit Client\n* [Sink It](https://apps.apple.com/us/app/sink-it-for-reddit/id6449873635) - Improved Reddit Comment Navigation\n* [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Grayscale Control\n* [macOSicons](https://macosicons.com/) - macOS App Icons\n* [equinux](https://equinux.github.io/) - OS X Certificate Fix\n* [Lilu](https://github.com/acidanthera/Lilu) - Kext / Process Patcher\n* [TopNotch](https://topnotch.app/) - Hide the Notch on MacBooks\n\n***\n\n## ▷ Software Sites\n\n* 🌐 **[Awesome macOS](https://github.com/iCHAIT/awesome-macOS)**, [OpenSourceApple](https://opensource.apple.com/), [Awesome Mac](https://github.com/jaywcjlove/awesome-mac) or [Awesome OS Apps](https://github.com/serhii-londar/open-source-mac-os-apps) - FOSS App Indexes\n* 🌐 **[Mac Menu Bar](https://macmenubar.com/)** - Menu Bar App Index\n* ⭐ **[Homebrew](https://brew.sh/)**, [Munki](https://www.munki.org/munki/), [MacApps](https://macapps.link/en/) or [Applite](https://aerolite.dev/applite) - Package Managers / [Homebrew GUI](https://corkmac.app/)\n* [AppsTorrent](https://appstorrent.ru/)\n* [nMac](https://nmac.to/)\n* [MacBB](https://macbb.org/)\n* [Antibiotic's](https://t.me/AntibioticsChannel)\n* [MacKed](https://macked.app/)\n* [TorrentMac](https://www.torrentmac.net/) - Use Adblock\n* [Macintosh Garden](https://macintoshgarden.org/) - Oldschool Software\n* [MacintoshRepository](https://www.macintoshrepository.org/) - Oldschool Software\n* [ThriftMac](https://thriftmac.com/) - Freeware\n* [Sindre Sorhus](https://sindresorhus.com/apps/free) - Freeware\n* [Latest](https://github.com/mangerlahn/latest) - Software Updater\n\n***\n\n## ▷ Mac Video\n\n* [IINA](https://iina.io/) - Video Player\n* [Hayase](https://hayase.watch/) - Anime Torrent Streaming App / [Extensions](https://rentry.co/FMHYB64#hayase) / [Wiki](https://wiki.hayase.watch/)\n* [AnymeX](https://anymex.vercel.app/) - Anime Streaming App / [Extension Guide](https://wotaku.wiki/guides/ext/mangayomi) / [Discord](https://discord.com/invite/EjfBuYahsP) / [GitHub](https://github.com/RyanYuuki/AnymeX)\n* [⁠Unwatched](https://apps.apple.com/app/unwatched-para-youtube/id6477287463) or [Yattee](https://github.com/yattee/yattee) - YouTube Players\n* [REAL Video Enhancer](https://github.com/TNTwise/REAL-Video-Enhancer) - Video Upscaling\n* [Cap](https://cap.so/), [Kap](https://getkap.co) or [ScreenTimeLapse](https://github.com/wkaisertexas/ScreenTimeLapse) - Screen Recorders / [Cap GitHub](https://github.com/CapSoftware/Cap)\n* [⁠LonelyScreen](https://www.lonelyscreen.com/) - AirPlay Receiver for PC / macOS\n\n***\n\n## ▷ Mac Audio\n\n* ⭐ **[SpotX-Bash](https://github.com/SpotX-Official/SpotX-Bash)** - Spotify Adblockers\n* ⭐ **[Spicetify](https://spicetify.app/)** - Spotify Themes & Plugins / [Discord](https://discord.gg/VnevqPp2Rr) / [GitHub](https://github.com/spicetify/cli) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/spicetify-note.md)\n* [foobar2000](https://www.foobar2000.org/mac) or [VOX Mac Music Player](https://vox.rocks/mac-music-player) - Audio Players\n* [Silicio](https://apps.apple.com/us/app/silicio-mini-player/id933627574) - Audio Mini Player\n* [Alfred Spotify Mini Player](https://alfred-spotify-mini-player.com/) - Spotify Mini Player\n* [Sonosano](https://github.com/KRSHH/Sonosano) - Self-Hosted P2P Lossless Music Player\n* [SoundSeer](https://github.com/jonathangarelick/SoundSeer) - Spotify in Menu Bar\n* [TheBoringNotch](https://theboring.name/) - Turn Notch into Audio Controller / Calendar / [Discord](https://discord.gg/GvYcYpAKTu) / [GitHub](https://github.com/TheBoredTeam/boring.notch/)\n* [Nuage](https://github.com/lbrndnr/nuage-macos) - Soundcloud Client\n* [Garageband](https://apps.apple.com/us/app/garageband/id682658836?mt=12) - Audio Editor\n* [EQMac](https://eqmac.app/) - Audio Equalizer\n* [The Levelator](https://archive.org/details/conversationsnetwork_org-levelator) - Automatic Audio Level Adjustments\n* [Guitarix](https://guitarix.org/) - Virtual Guitar Amplifier / [Plugins](https://github.com/brummer10/GxPlugins.lv2)\n* [XLD](https://sourceforge.net/projects/xld/) - Lossless Audio Transcoder\n* [BlackHole](https://github.com/ExistentialAudio/BlackHole) - Pass Audio to Apps\n* [Cuterdio](https://cuterdio.com/en) - Radio\n* [Playlisty](https://apps.apple.com/us/app/playlisty-the-playlist-tool/id1459275972) - Transfer Apple Music Playlists to Spotify\n\n***\n\n## ▷ Mac Image\n\n* [Gifski](https://sindresorhus.com/gifski) - Image to GIF Converter / [GitHub](https://github.com/sindresorhus/Gifski)\n* [Darkroom](https://apps.apple.com/us/app/darkroom-photo-video-editor/id953286746) - Image / Video Editor\n* [SeaShore](https://sourceforge.net/projects/seashore/) - Image Editor\n* [ImageOptim](https://imageoptim.com/mac) - Image Optimization\n* [Perspec](https://github.com/ad-si/Perspec) - Correct Perspective of Images\n* [Draw Things](https://apps.apple.com/us/app/draw-things-ai-generation/id6444050820) - AI Image Drawing Tool\n\n***\n\n## ▷ Mac Gaming\n\n* ⭐ **[Torrminatorr](https://forum.torrminatorr.com/)** - Mac Games\n* ⭐ **[AppleGamingWiki](https://applegamingwiki.com/)** or [Mac Gaming DB](https://macgamingdb.app/) - Mac Game Fixes / Compatibility / [Discord](https://discord.gg/28CAAr6SpB)\n* ⭐ **[Goldberg](https://github.com/inflation/goldberg_emulator)** - Steam Multiplayer Client Emulator\n* [SCNLOG](https://scnlog.me/games/mac/) - Mac Games\n* [RuTracker](https://rutracker.org/forum/viewforum.php?f=960) - Mac Games / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_sites)\n* [AppsTorrent](https://appstorrent.ru/games/) - Mac Games\n* [MacintoshRepository](https://www.macintoshrepository.org/games/) - Oldschool Mac Games\n* [Mac Source Ports](https://www.macsourceports.com/) - Run Old Mac Games\n* [Heroic Games Launcher](https://heroicgameslauncher.com/) - Epic / GOG / Prime Games Launcher / [Discord](https://discord.com/invite/rHJ2uqdquK) / [GitHub](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher)\n* [Mythic](https://getmythic.app/) - Epic Games Launcher / [Discord](https://discord.gg/58NZ7fFqPy)\n* [NASOS](https://archive.org/download/nNASOS1.8/nNASOS1.8.zip) - Gamecube iso.dec to ISO Converter\n* [r/MacGaming](https://www.reddit.com/r/macgaming/) - Mac Gaming Community / [Discord](https://discord.gg/MgJsb5m)\n* [cemu.emiyl](https://cemu.emiyl.com/) - CEMU Compatibility List\n\n***\n\n# ► Mac Tools\n\n## ▷ Mac Adblock / Privacy\n\n* 🌐 **[Awesome OSX Security](https://github.com/ashishb/osx-and-ios-security-awesome)** - Mac Security Resources\n* ↪️ **[Mac 2FA](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_password_privacy_.2F_2fa)**\n* ↪️ **[DNS Adblocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_dns_adblocking)**\n* ⭐ **[Malwarebytes](https://www.malwarebytes.com/mac-download)**, [BlockBlock](https://objective-see.org/products/blockblock.html) or [KnockKnock](https://objective-see.org/products/knockknock.html) - Antivirus\n* [⁠uBO Lite Safari](https://apps.apple.com/app/ublock-origin-lite/id6745342698), [AdGuard Safari](https://adguard.com/en/adguard-safari/overview.html) / [Guide](https://avieshek.wordpress.com/2024/07/07/how-to-filter-ads-and-block-popups-on-iphone-and-macos/), [wBlock](https://apps.apple.com/app/wblock/id6746388723) / [GitHub](https://github.com/0xCUB3/wBlock) or [Stay](https://apps.apple.com/app/stay-for-safari/id1591620171) - Safari Adblockers\n* [1Blocker](https://1blocker.com/) - DNS Adblocker\n* [Lockdown Privacy](https://lockdownprivacy.com/) - Block Trackers / Ads\n* [Gas Mask](https://github.com/2ndalpha/gasmask) - Block Ads via Host Files\n* [macOS Privacy Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide) - Mac Privacy & Security Guides\n* [DNS Party](https://encrypted-dns.party/) - Encrypted DNS Profiles\n* [LuLu](https://objective-see.org/products/lulu.html) - Mac Firewall\n* [RansomWhere?](https://objective-see.org/products/ransomwhere.html) - Ransomware Blocker\n* [OverSight](https://objective-see.org/products/oversight.html) - Webcam / Mic Monitor\n* [SuspiciousPackage](https://www.mothersruin.com/software/SuspiciousPackage/get.html) - Analyze PKG Files\n* [Santa](https://github.com/northpolesec/santa) - Binary Authorization System\n* [DHS](https://objective-see.org/products/dhs.html) - Dylib Hijack Scanner\n* [GPG Suite](https://gpgtools.org/) - Encrypt & Sign Data / Communications\n* [What's Your Sign?](https://objective-see.org/products/whatsyoursign.html) - View File Cryptographic Signatures\n* [Tracker Zapper](https://rknight.me/apps/tracker-zapper/) - Remove URL Tracking Elements\n* [LinkLiar](https://halo.github.io/LinkLiar/) - Spoof MAC Address\n* [Kextviewr](https://objective-see.org/products/kextviewr.html) - View All Kernel Modules\n* [mac_apt](https://github.com/ydkhatri/mac_apt) - Artifact Parsing Tool\n* [OpenVPN](https://tunnelblick.net/) or [Passepartout](https://passepartoutvpn.app/) - VPN Tunnel\n* [MailTrackerBlocker](https://apparition47.github.io/MailTrackerBlocker/) - Privacy-Based Email Client\n* [Status](https://status.app/) - Encrypted Messaging Client\n\n***\n\n## ▷ Mac Internet\n\n* ↪️ **[Mac Torrent Clients](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_clients)**\n* [KeePassXC](https://keepassxc.org/download/#macos) or [Strongbox](https://strongboxsafe.com/) - Password Managers\n* [What Route](https://whatroute.net/) - Network Diagnostic Tool\n* [ElectronMail](https://github.com/vladimiry/ElectronMail) - Email Client\n* [Browserino](https://github.com/AlexStrNik/Browserino) - Browser Prompter\n* [Orion](https://kagi.com/orion/) - Browser with Chrome + Firefox Extension Support / [Discord](https://discord.gg/Yk8Aj8AxGw)\n\n***\n\n## ▷ System Tools\n\n* 🌐 **[AppleDB](https://appledb.dev/)** - Apple Device / Software Info Database\n* 🌐 **[Mac Menu Bar](https://macmenubar.com/)** - Menu Bar App Directory\n* ⭐ **[Alfred](https://www.alfredapp.com/)**, [Raycast](https://www.raycast.com/), [Albert](https://albertlauncher.github.io/), [Quicksilver](https://qsapp.com/), [KeyboardCowboy](https://github.com/zenangst/KeyboardCowboy) or [SOL](https://sol.ospfranco.com/) - Keystroke Launchers / Spotlight Replacements / [Alfred Workflows / Themes](https://www.packal.org/) / [Albert GitHub](https://github.com/albertlauncher/albert)\n* ⭐ **[CustomShortcuts](https://www.houdah.com/customShortcuts/)**, [Karabiner-Elements](https://karabiner-elements.pqrs.org/) or [ShortcutKeeper](https://shortcutkeeper.com/) - Custom Keyboard Shortcuts\n* ⭐ **[alt-tab-macos](https://alt-tab-macos.netlify.app/)** - Windows-Style Alt-Tab for Mac\n* [MuMuPlayer](https://www.mumuplayer.com/), [NoxPlayer](https://www.bignox.com/) or [Genymotion](https://www.genymotion.com/download/) - Android on macOS\n* [Advanced macOS Commands](https://saurabhs.org/advanced-macos-commands) - Advanced Command-Line Tools\n* [Conky](https://conky.cc), [eul](https://github.com/gao-sun/eul), [Stats](https://github.com/exelban/stats), [Mission Center](https://gitlab.com/mission-center-devs/mission-center) or [MacFetch](https://github.com/gantoreno/macfetch) - Hardware / System Monitors / [Conky Colors](https://github.com/helmuthdu/conky_colors)\n* [Hot](https://github.com/macmade/hot) - CPU Monitor\n* [TaskExplorer](https://objective-see.org/products/taskexplorer.html) - Task Manager / Viewer\n* [Mole](https://github.com/tw93/Mole) - System Cleanup / Optimization Multi-Tool\n* [Pearcleaner](https://itsalin.com/appInfo/?id=pearcleaner) - System Cleanup / Uninstaller / [GitHub](https://github.com/alienator88/Pearcleaner)\n* [BetterDisplay](https://github.com/waydabber/BetterDisplay) - Display Controller / Custom Resolutions / HDR Control\n* [DisplayPlacer](https://github.com/jakehilborn/displayplacer) - Dual Monitor Manager\n* [KeyPad](https://apps.apple.com/in/app/keypad-bluetooth-keyboard/id1491684442) - Connect Mac Keyboard to Mobile Devices\n* [LinearMouse](https://linearmouse.app/) or [MacMouseFix](https://macmousefix.com/) - Mouse Remapping\n* [Pinch](https://github.com/danqing/Pinch) - Trackpad Pinch to Zoom Gesture\n* [MiddleClick](https://github.com/artginzburg/MiddleClick) - Middle / Scroll Click via 3 Finger Tap\n* [Scroll Reverser](https://pilotmoon.com/scrollreverser/) - Per-Device Scroll Settings\n* [KeyClu](https://sergii.tatarenkov.name/keyclu/support/) - Shortcut CheatSheet for Current Application\n* [KeyCastr](https://github.com/keycastr/keycastr) - Keystroke Visualizer\n* [⁠FineTune](https://github.com/ronitsingh10/FineTune) - Volume Mixer / Per App Volume Control / Routing / EQ / Booster\n* [MonitorControl](https://monitorcontrol.app/) - External Monitor Brightness / Volume Control\n* [BackgroundMusic](https://github.com/kyleneideck/BackgroundMusic) - Volume Mixer / Auto-Pause\n* [MacThrottle](https://github.com/angristan/MacThrottle) - Menu Bar Thermal Throttling Tracker\n* [AlDente](https://apphousekitchen.com/) - Charging Manager\n* [BatteryBuddy](https://batterybuddy.app/) - Cute Battery Indicator\n* [AirBattery](https://github.com/lihaoyun6/AirBattery) or [CoconutBattery](https://www.coconut-flavour.com/coconutbattery/) - Device Battery Trackers\n* [Macs Fan Control](https://github.com/crystalidea/macs-fan-control) - Fan Controller\n* [Touché](https://redsweater.com/touche/) - Touch Bar Simulator\n* [Sentinel](https://github.com/alienator88/Sentinel) - SwiftUI Gatekeeper Config GUI\n* [USBMap](https://github.com/corpnewt/USBMap) - Map macOS USB Ports\n* [Actions](https://sindresorhus.com/actions) - Additional Shortcuts App Actions\n* [pock](https://pock.app/) - Touch Bar Widget Manager / [GitHub](https://github.com/pock/pock)\n* [Übersicht](https://tracesof.net/uebersicht/) - System Command Widgets\n* [Itsycal](https://www.mowglii.com/itsycal/) - Menu Bar Calendar\n* [Clocker](https://abhishekbanthia.com/clocker/) or [MeetingBar](https://meetingbar.app/) - Menu Bar Meetings Calendars\n* [xbar](https://xbarapp.com/) - Manage Menu Bar Items / [GitHub](https://github.com/matryer/xbar)\n* [MacLaunch](https://github.com/hazcod/maclaunch) - Manage Startup Items\n* [Ice](https://icemenubar.app/) - Menu Bar Manager / [GitHub](https://github.com/jordanbaird/Ice)\n* [OnlySwitch](https://github.com/jacklandrin/OnlySwitch) - Menu Bar Toggle Switches\n* [Sloth](https://github.com/sveinbjornt/Sloth) - Process Manager\n* [Amphetamine](https://apps.apple.com/app/amphetamine/id937984704) - Prevent Sleep Mode / Highly Configurable\n* [KeepingYouAwake](https://github.com/newmarcel/KeepingYouAwake) - Prevent Sleep Mode / Lightweight\n* [Yabai](https://github.com/koekeishiya/yabai), [Amethyst](https://ianyh.com/amethyst/) / [GitHub](https://github.com/ianyh/Amethyst), [AeroSpace](https://github.com/nikitabobko/AeroSpace), [1Piece](https://app1piece.com/), [Loop](https://github.com/MrKai77/Loop), [Phoenix](https://kasper.github.io/phoenix/) or [Rectangle](https://rectangleapp.com/) - Window Managers\n* [Maccy](https://maccy.app/), [ClipBook](https://clipbook.app/), [ClipPocket](https://github.com/dhahd/ClipPocket), [clipboard-history](https://github.com/SUPERCILEX/clipboard-history) or [TRex](https://trex.ameba.co/) - Clipboard Managers\n* [Pictogram](https://pictogramapp.com/), [IconSet](https://github.com/tale/iconset) or [IconChamp](https://www.macenhance.com/iconchamp.html) - Custom App Icons\n* [Tintd](https://www.tintd.app/) or [Manila](https://github.com/neilsardesai/Manila) - Change Folder Colors\n* [MacPaper](https://github.com/naomisphere/macpaper/) - Mac Wallpaper Manager\n* [Dynamic Wallpaper Club](https://dynamicwallpaper.club/) - Dynamic Wallpaper App\n* [wallpapper](https://github.com/mczachurski/wallpapper) or [Equinox](https://equinoxmac.com/) - Dynamic Wallpaper Creators\n* [Plash](https://sindresorhus.com/plash) - Use Website as Wallpaper\n* [100 macOS Screensavers](https://github.com/bjdehang/100-macos-screensavers) - Minimalist Screensavers\n* [DarkModeBuddy](https://github.com/insidegui/DarkModeBuddy) or [ThemeKit](https://github.com/luckymarmot/ThemeKit) - System Dark Mode Apps\n* [Magic Trace](https://github.com/janestreet/magic-trace) - Performance Analysis with Intel PT\n\n***\n\n## ▷ File Tools\n\n* ⭐ **[PeaZip](https://peazip.github.io/peazip-macos.html)**, [The Unarchiver](https://theunarchiver.com/), [unxip](https://github.com/saagarjha/unxip) or [Keka](https://www.keka.io/) - File Archivers / [PeaZip GitHub](https://github.com/peazip/PeaZip/)\n* ⭐ **[Readdle](https://readdle.com/documents)** - Multipurpose File Tool\n* [OpenMTP](https://openmtp.ganeshrvel.com/) - Mac / Android File Transfer / [GitHub](https://github.com/ganeshrvel/openmtp)\n* [Progress](https://github.com/Xfennec/progress) - Show Copied Data Progress\n* [Bruji](https://www.bruji.com/) - Media Cataloging Software Suite\n* [superfile](https://superfile.netlify.app/) - Terminal File Manager / [GitHub](https://github.com/yorukot/superfile)\n* [macFUSE](https://macfuse.github.io/) - Mac File Integration / [GitHub](https://github.com/macfuse/macfuse)\n* [JDownloader](https://jdownloader.org/jdownloader2) - File Download Manager / [Debloat](https://claraiscute.neocities.org/Guides/jdownloader2/) / [Dark Theme](https://redd.it/q3xrgj), [2](https://github.com/moktavizen/material-darker-jdownloader/) / [Dracula Theme](https://draculatheme.com/jdownloader2) / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/jdownloader-warning.md)\n* [Go Speed](https://gopeed.com/) - File Download Manager / [GitHub](https://github.com/GopeedLab/gopeed) / [Extension](https://github.com/GopeedLab/browser-extension) / [Plugins](https://github.com/search?q=topic%3Agopeed-extension&type=repositories)\n* [Progressive Downloader](https://macpsd.net/) - File Download Manager\n* [eza](https://eza.rocks/) - Modern `ls` Replacement\n* [Transnomino](https://www.transnomino.com/) or [Riffo](https://riffo.ai/rename) - Bulk File / Folder Renaming\n* [fzf](https://github.com/junegunn/fzf) or [skim](https://github.com/skim-rs/skim) - Fuzzy Finders\n* [FlyingCarpet](https://github.com/spieglt/FlyingCarpet) - Cross-Platform AirDrop / [Guide](https://redd.it/vthltc)\n\n***\n\n# ► Unix-Like\n\n* 🌐 **[ATL ISO Archive](https://iso.atl.dev/)** - Linux / BSD ISO Archive\n* 🌐 **[Awesome-ttygames](https://github.com/ligurio/awesome-ttygames)** - Unix ASCII Games\n* 🌐 **[Awesome BSD](https://github.com/DiscoverBSD/awesome-bsd)** - BSD Resources\n* 🌐 **[Hardware for BSD](https://bsd-hardware.info/)** - BSD Hardware Compatibility Database / [GitHub](https://github.com/bsdhw/)\n* [UnitedBSD](https://www.unitedbsd.com/) - BSD Forum / Community\n* [FreeBSD Wiki](https://wiki.freebsd.org/) - FreeBSD Wiki / Guides / [Docs](https://docs.freebsd.org/en/books/handbook/)\n* [Pkgs](https://pkgs.org/) or [Repology](https://repology.org/) - Searchable Unix-Like Package Database\n* [GameShell](https://github.com/phyver/GameShell) - Unix Shell Learning Game\n* [Modern Unix](https://github.com/ibraheemdev/modern-unix) - Unix Shells\n* [wpgtk](https://deviantfero.github.io/wpgtk) - Fully Customizable Unix Color Schemer\n* [Plan9Port](https://9fans.github.io/plan9port/) - Unix Port for Plan9 Libraries + Programs / [GitHub](https://github.com/9fans/plan9port)\n"
  },
  {
    "path": "docs/misc.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n# ► Indexes\n\n* 🌐 **[Awesome List Index](https://github.com/sindresorhus/awesome), [GitHub Topics](https://github.com/topics/awesome)** / [2](https://github.com/topics/awesome-list) - All Awesome Lists\n* 🌐 **[Lists](https://github.com/jnv/lists)** - List of Lists Index\n* ↪️ **[AI Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_ai_indexes)**\n* ⭐ **[FMHY Search](https://fmhy.net/posts/search)** - Search the Wiki\n* ⭐ **[Awesome Search](https://awesomelists.top/)** - Awesome List Search\n* ⭐ **[Couleur Tweak Tips](https://ctt.cx/)** - Comprehensive Hub of Resources and Tools / [Discord](https://discord.gg/CTT)\n* ⭐ **[r/InternetIsBeautiful](https://reddit.com/r/InternetIsBeautiful)** - Helpful / Fun Sites\n* [Track Awesome List](https://www.trackawesomelist.com/) - Daily Awesome List Updates\n* [⁠ForumDirectory](https://www.forumdirectory.com/) - Forum Directory\n* [ooh.directory](https://ooh.directory/) - Blog Directory\n* [Dan's Guides](https://dan.valeena.dev/#my-guides) - List of Guides by Dan\n* [xRanks](https://xranks.com/), [Start.me Stats](https://start.me/pages), [StatCrop](https://www.statscrop.com/websites/top-sites/), [HypeStat](https://hypestat.com/), [10 Million Sites](https://www.domcop.com/top-10-million-websites) or [CuteStat](https://www.cutestat.com/) - Site Rankings\n* [findPWA](https://findpwa.com/), [Store.app](https://store.app/), [SaaS Discovery](https://saasdiscovery.com/) or [Electron](https://www.electronjs.org/apps) - Web App Indexes\n* [SmartLinks](https://smartlinks.org/index.html) - Website Directory\n* [OneMillionScreenshots](https://onemillionscreenshots.com/) - Website Snapshot Map\n* [Data Hoarding](https://datahoarding.org/) - Data Hoarding Sites / Resources\n* [Archive-It](https://archive-it.org/) - Archive.org Collections\n* [Single Serving Sites](https://singleservingsites.cool/) - Single-Purpose Sites\n* [Clone Wars](https://gourav.io/clone-wars) - Site Clone Index / [GitHub](https://github.com/GorvGoyl/Clone-Wars)\n* [Open Sustainable Technology](https://opensustain.tech/) - Sustainable Tech Project Index\n* [OldSchoolSitesCatalogue](https://github.com/rarelygoeshere/OldSchoolSitesCatalogue) or [href.cool](https://href.cool/) - Oldschool Site Indexes\n* [DeletedCity](http://deletedcity.net/) or [Restorativland](https://geocities.restorativland.org/) - Geocities Site Indexes\n* [National Archives](https://www.nationalarchives.gov.uk/webarchive/) - UK Government Site Archive\n* [The Hive Index](https://thehiveindex.com/) - Online Communities Index\n* [Gazetteer of Wikis](https://meta.miraheze.org/wiki/Gazetteer_of_wikis), [Wiki Stats](https://wikistats.wmcloud.org/display.php?t=mh) or [WikiDiscover](https://meta.miraheze.org/wiki/Special:WikiDiscover) - Miraheze Wiki Indexes\n* [NetSplit](https://netsplit.de/) - IRC Channel Index\n* [Creative Commons](https://github.com/fmhy/FMHYedit/issues/1386#issuecomment-1906854653) - Creative Commons Content Sites\n* [sourcehut](https://sr.ht/) - Public Project Index\n\n***\n\n## ▷ Site / Tool Indexes\n\n* ⭐ **[Ripped](https://ripped.guide/)** - Piracy Index / [Discord](https://discord.ripped.guide/)\n* ⭐ **[r/PiratedGames Megathread](https://rentry.org/pgames)** - Game Piracy Index / [Discord](https://discord.gg/dZWwhUy)\n* ⭐ **[CS.RIN Mega](https://cs.rin.ru/forum/viewtopic.php?f=10&t=95461)**, [2](https://csrin.org/) - Game Piracy Index\n* ⭐ **[privateersclub](https://megathread.pages.dev/)** - Game Piracy Index / [Discord](https://discord.gg/jz8dUnnD6Q)\n* ⭐ **[Wotaku](https://wotaku.wiki/)** - Otaku Index / [Discord](https://discord.gg/vShRGx8ZBC)\n* ⭐ **[EverythingMoe](https://everythingmoe.com/)**, [2](https://everythingmoe.org/) - Otaku Media Index / [Subreddit](https://www.reddit.com/r/everythingmoe/) / [Discord](https://discord.gg/GuueaDgKdS)\n* ⭐ **[The Index](https://theindex.moe)** - Japanese Piracy Index / Bookmarking Site / [Wiki](https://thewiki.moe/) / [Discord](https://discord.gg/Snackbox)\n* [Delightful Creative Tools](https://codeberg.org/ADHDefy/delightful-creative-tools) - Media Creation Index\n* [refdesk.com](https://www.refdesk.com/toc.html) - Fact-checking Index\n* [Pixelated Pathways](https://courage-1984.github.io/pixelated-pathways/), [2](https://rentry.org/Pixelated_Pathways) - Site / Tool Index\n* [OSS Insight](https://ossinsight.io/) - GitHub Project Indexes\n* [ibiblio](https://www.ibiblio.org/) - Site / Tool Index\n* [unapothecary's terminal](https://unapothecary.neocities.org/websites) - Site / Tool Index\n* [mw.rat.bz](https://mw.rat.bz/index.html) - Site / Tool Index\n\n***\n\n# ► Free Stuff\n\n* [AppAgg](https://appagg.com/) - Multi-Platform / Apps / [Discord](https://discord.gg/XUhs6fcFqQ) / [GitHub](https://github.com/AppsAgg/AppAgg)\n* [FreeCycle](https://www.freecycle.org/), [TrashNothing](https://trashnothing.com/) or [Freegle](https://www.ilovefreegle.org/) - Free Stuff Exchange / Gifting Communities\n* [r/GooglePlayDeals](https://reddit.com/r/googleplaydeals) - Free / Cheap Apps / Games / [Reddit Bot](https://github.com/a-ton/gpd-bot)\n* [App Sales](https://www.app-sales.net/nowfree/) - Free / Cheap Apps / Games\n* [Play-Deals](https://github.com/psuzn/Play-Deals) - Free / Cheap Apps / Games\n* [r/AppHookup](https://www.reddit.com/r/AppHookup/) - Free / Cheap Software & Apps / Games\n* [AppRaven](https://appraven.net/activity/pricedrops?ratingCount=0&price=FREE) - Apple Platform Apps / Games / [Subreddit](https://www.reddit.com/r/AppRaven/) / [Telegram](https://t.me/AppRavenOfficial) / [Discord](https://discord.com/invite/q8nPsNAypC)\n* [BAEN](https://www.baen.com/catalog/category/view/s/free-library/id/2012) - Books\n* [FreeForStudent](https://freeforstudents.org/) - Free for Student Deals\n* [FreeReadFeed](https://www.freereadfeed.com/) or [eReaderIQ](https://www.ereaderiq.com/freebies) - Free Kindle Releases\n* [r/FREE](https://reddit.com/r/FREE/)\n* [⁠r/freebies](https://www.reddit.com/r/freebies/)\n* [r/eFreebies](https://reddit.com/r/eFreebies)\n* [r/udemyfreebies](https://reddit.com/r/udemyfreebies)\n* [r/FreeEBOOKS](https://reddit.com/r/FreeEBOOKS)\n\n***\n\n## ▷ Free Games\n\n* ⭐ **[IsThereAnyDeal](https://isthereanydeal.com/giveaways/)** - Games / [Discord](https://discord.com/invite/C3K4bBh)\n* [FreeToGame](https://www.freetogame.com/games), [⁠TendingNow](https://trendingnow.games/free) or [Acid Play](https://acid-play.com/) - F2P Games / [Trackers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_free_stuff)\n* [Free Games Claimer](https://github.com/vogler/free-games-claimer) - Auto-Claim Free Epic, Amazon, and GOG Games\n* [epicgames-freegames-node](https://github.com/claabs/epicgames-freegames-node) - Auto-Claim Free Epic Games\n* [SteamGifts](https://www.steamgifts.com/), [Free250](https://steam250.com/price/free), [r/FreeGamesOnSteam](https://reddit.com/r/FreeGamesOnSteam) or [SteamDB](https://steamdb.info/upcoming/free/) - Steam Games\n* [Key Hub](https://key-hub.eu/) - Steam Key Giveaways / [Discord](https://discord.gg/RbWahNY)\n* [IndieGala](https://freebies.indiegala.com/) - Games\n* [FreeGameCodes](https://freegames.codes/) - Games / [Discord](https://discord.gg/ZmUbRcp)\n* [r/freegames](https://www.reddit.com/r/freegames/) - Games\n* [FreeToKeep](https://freetokeep.gg/) - Games / [Discord](https://discord.gg/t3Yh5Pfw6Y)\n* [r/RandomActsOfGaming](https://www.reddit.com/r/RandomActsOfGaming/) - Games\n* [TemporarilyFreeGames](https://t.me/temporarilyfreegames) - Games\n* [GG.deals Free](https://gg.deals/news/?availability=1&type=6) - Games\n* [Free Games Tracker](https://pyoneerc1.itch.io/free-games-tracker) - Games\n* [GamerPower](https://www.gamerpower.com/) - Games\n* [GrabFreeGames](https://grabfreegames.com/notifications) - Games / [Steam Group](https://steamcommunity.com/groups/GrabFreeGames) / [Discord](https://discord.gg/CjQSS4z)\n* [Epic Games Free](https://www.epicgames.com/store/en-US/free-games) or [Epic Free Games](https://t.me/epicfreegames) - Free Epic Games\n* [EpicFreeGamesList](https://josephmate.github.io/EpicFreeGamesList/) - Epic Free Games List\n* [Steam Mods](https://store.steampowered.com/search/?maxprice=free&category1=997) - Steam Mods\n* [Freetchio](https://shaigrorb.github.io/freetchio/) - itch.io Games\n* [⁠VRDB](https://vrdb.app/games?min_price=0&max_price=0) or [QuestStoreDB](https://queststoredb.com/free_apps/) - VR Games\n* [NobsGames](https://nobsgames.stavros.io/android/?name=&genre=&rating__gt=&price=free) - Game APKs\n* [MiniReview](https://minireview.io/browse?sort=last-added-reviews&monetization=free&monetization-android=free&monetization-ios=free) - Mobile Game Recommendations / [Discord](https://discord.gg/TJq6EXfm7f) - Game APKs\n* [FreeSteamOffers_Bot](https://t.me/FreeSteamOffers_Bot/) - Telegram\n* [Games Radar](https://play.google.com/store/apps/details?id=com.arioch.efgr) - Games / Android App\n* [r/FreeGameFindings](https://reddit.com/r/FreeGameFindings) / [Socials](https://freegamefindings.ca/)\n* [r/Freegamestuff](https://reddit.com/r/Freegamestuff)\n* [Free Packages](https://steamdb.info/freepackages/) - Mass Activate All Free Steam Games / $5 Account Min / [Guide](https://youtu.be/svbdw-pYNT8)\n\n***\n\n## ▷ Assistance / Charity\n\n* ⭐ **[⁠FindHelp](https://www.findhelp.org/)** - Find Free or Reduced-Cost Resources / US Only\n* [⁠Single Mother Guide](https://singlemotherguide.com/) - Single Mother Government Benefits Guide / US Only\n* [Be My Eyes](https://www.bemyeyes.com/) - Assist the Visually Impaired\n* [r/Assistance](https://www.reddit.com/r/Assistance/) or [r/borrow](https://www.reddit.com/r/borrow/) - Assistance / Donation Subreddits\n* [r/Homeless](https://www.reddit.com/r/homeless/) - Homeless Assistance Subreddit\n* [r/Random_Acts_Of_Pizza](https://www.reddit.com/r/Random_Acts_Of_Pizza/) - Pizza Donation Subreddit\n* [TinyKitten](https://tinykittens.com/) - Kitten Rescue / Donation\n* [CharityNavigator](https://www.charitynavigator.org/), [Arab.org](https://arab.org/), [CharityWatch](https://www.charitywatch.org/), [ProPublica](https://projects.propublica.org/nonprofits/) or [GiveWell](https://www.givewell.org) - Charity Ratings / Resources\n* [Free Rice](https://freerice.com/) - Earn Rice for the World Food Programme / Trivia\n* [⁠e-NABLE](https://enablingthefuture.org/) - Volunteer Own 3D Printer for use in Prosthetic Limb Printing\n\n***\n\n# ► Food\n\n* 🌐 **[/m/food](https://www.reddit.com/user/Siryonkee/m/food/)** - Food Multireddit\n* 🌐 **[Dolici](https://dolici.com/)** - Top Restaurant List\n* ⭐ **[Baking Calculators](https://bakingcalculators.com/)** - Measurement System Conversion Calculators\n* ⭐ **[Grocy](https://grocy.info/)** / [Android](https://patrickzedler.com/grocy/) / [Subreddit](https://www.reddit.com/r/grocy) / [GitHub](https://github.com/grocy/grocy), [Listonic](https://new.app.listonic.com/en) or [KitchenOwl](https://kitchenowl.org/) / [GitHub](https://github.com/TomBursch/kitchenowl) - Grocery / Pantry Managers\n* ⭐ **[Sporked](https://sporked.com/)** - Packaged Food Reviews\n* ⭐ **[Still Tasty](https://www.stilltasty.com/)** or [EatByDate](https://www.eatbydate.com/) - Shelf Life Guides\n* ⭐ **[OpenTable](https://www.opentable.com/)** - Restaurant Reservation Search\n* [DoesItGoBad.com](https://www.doesitgobad.com/) - Food Storage Tips\n* [Heard.](https://heardnyc.com/) - Anonymous Food & Restaurant Reviews / [Subreddit](https://www.reddit.com/r/KitchenConfidential/)\n* [FoodExpirationDates](https://github.com/lorenzovngl/FoodExpirationDates) or [Fridgey](https://f-droid.org/packages/lying.fengfeng.foodrecords/) - Food Expiration Trackers\n* [⁠Cook Well](https://www.cookwell.com/) - Cooking Lessons / Science\n* [Parsnip](https://www.parsnip.ai/) - Cooking Lessons / Skill Tracking App\n* [r/Cooking](https://reddit.com/r/Cooking) - Cooking Discussion / Tips\n* [r/AskCulinary](https://reddit.com/r/AskCulinary) - Get Cooking Advice\n* [Cheese.com](https://cheese.com/) - Cheese Resources\n* [⁠Apple Rankings](https://applerankings.com/) - ⁠Apple Rankings / Reviews\n* [Crispy Creations](https://claraiscute.neocities.org/Guides/crispycreations/), [2](https://claraiscute.pages.dev/Guides/crispycreations/) - Potato Chip Info / Guides\n* [FermenThings](https://wiki.fermenthings.be/) - Fermentation Wiki\n* [⁠SaltYourMeat](https://www.saltyourmeat.com/) - Dry Brining Calculator\n* [HackTheMenu](https://hackthemenu.com/) - Fast Food Secret Menu Items\n* [Too Good To Go](https://www.toogoodtogo.com/) - Surplus Food Marketplace\n* [Boycott Buddy](https://www.boycottbuddy.app/) - Identify Brands with Unethical Practices (child labor, slave labor, etc.)\n* [⁠Slave Free Chocolate](https://www.slavefreechocolate.org/) - Chocolatiers that use Ethically Sourced (child slavery free) Cocoa\n\n***\n\n## ▷ Recipes\n\n* 🌐 **[TheGreatestCookbooks](https://thegreatestbooks.org/v/grid/the-greatest/cookbooks/books)** - Expert Recommended Cookbooks\n* ⭐ **[Tandoor Recipes](https://docs.tandoor.dev/)**, [Mealie](https://mealie.io/) / [Discord](https://discord.com/invite/QuStdQGSGK), [⁠GrubPick](https://grubpick.com/), [Cooked](https://cooked.wiki/) or [ManageMeals](https://managemeals.com/) - Recipe Managers\n* ⭐ **[Noods.io](https://noods.io/)**, [⁠Gobsmacked](https://gobsmacked.io/), [Just the Recipe](https://www.justtherecipe.com/), [WheresTheDish](https://www.wheresthedish.com/), [⁠Forkestrate](https://app.forkestrate.com/), [Copy Me That](https://www.copymethat.com/), [drizzlelemons](https://www.drizzlelemons.com/) or [PlainOldRecipe](https://www.plainoldrecipe.com/) - Extract Recipes from Sites / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/recipe-filter/) / [Chrome](https://chromewebstore.google.com/detail/ahlcdjbkdaegmljnnncfnhiioiadakae)\n* ⭐ **[SuperCook](https://www.supercook.com/)** - Recipe Search\n* [MyFridgeFood](https://myfridgefood.com/), [RecipeRadar](https://www.reciperadar.com/) or [WhiskIt](https://whiskit.ai/) - Find Recipes Based on Ingredients\n* [FoodSubs](https://foodsubs.com/) - Ingredient Substitutions Database\n* [Food Mood](https://artsandculture.google.com/experiment/food-mood/HwHnGalZ3up0EA?hl=en) - Blend Two Cuisines for Recipes\n* [Fit Men Cook](https://fitmencook.com/) or [PunchFork](https://www.punchfork.com/) - Recipes\n* [Search-22](https://search-22.com/recipe-search-tools) - Multi-Site Recipe Search\n* [Wikibook Recipes](https://wikibooks.org/wiki/Category:Cookbook) - Recipe Wiki\n* [Epicurious](https://www.epicurious.com/) - Recipe Search / Index\n* [PublicDomainRecipes](https://publicdomainrecipes.com/) - Recipe Search / [GitHub](https://github.com/ronaldl29/public-domain-recipes) \n* [Recipe Search](https://recipe-search.typesense.org/) - Recipe Search\n* [Hari Recipes](https://hari.recipes/) - Recipe Search\n* [KitchenAid](https://www.kitchenaid.com/recipes.html) - Recipe Search\n* [Recipeeper](https://www.recipeeper.com/) - Dietary-Based Recipes\n* [⁠DAREBEETS](https://darebeets.com/) - Plant-Based Recipes\n* [TasteAtlas](https://www.tasteatlas.com/) - Recipe Map\n* [AmazingRibs](https://amazingribs.com/) - Rib Recipes\n* [The Bread Code Manifesto](https://github.com/hendricius/the-sourdough-framework) - Bread Baking Recipes\n* [Historical Recipes](https://l-lists.com/en/lists/55cbww.html) - Historical Recipes\n* [r/GifRecipes](https://reddit.com/r/GifRecipes) - Recipes in GIF Format\n* [r/recipes](https://reddit.com/r/recipes) - Share Recipes\n\n***\n\n## ▷ Drinks\n\n* ⭐ **[/coffee/](https://dan.valeena.dev/guides/coffee-guide/)**, [2](https://rentry.co/coffeeguide) or [Coffee Time General](https://pastebin.com/UEzwuyLz) - Coffee Brewing Masterlists / Guides\n* ⭐ **[Beanconqueror](https://beanconqueror.com/)** / [GitHub](https://github.com/graphefruit/Beanconqueror) or [Timer.Coffee](https://www.timer.coffee) / [GitHub](https://github.com/antonkarliner/timer-coffee) - Coffee Tracking Apps / Timers\n* [Cofi](https://github.com/rozPierog/Cofi) - Coffee Brew Timer / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/cofi-note.md)\n* [Brew Great Coffee](https://www.brewgreat.coffee/) - Espresso / Pour-Over Brewing Tools + Tips\n* [The Minimal Pour](https://theminimalpour.com/) - Pour-Over Coffee Calculator\n* [Notbadcoffee](https://notbadcoffee.com/flavor-wheel-en/) - Interactive Coffee Flavor Wheel\n* [Nahbucks!](https://nahbucks.com/) - Find Local Non-Starbucks Coffee Shops (US)\n* [⁠Aeromatic](https://aeromatic.app/) - AeroPress Recipe App\n* [/tea/](https://claraiscute.pages.dev/Guides/teageneral/) - Tea Brewing Masterlist / Guide\n* [Drinkable](https://github.com/MOIMOB/drinkable) - Create Cocktails from Home Ingredients\n* [Make Me a Cocktail](https://makemeacocktail.com/mybar/) - Cocktail Builders\n\n***\n\n# ► Household\n\n* ↪️ **[Raspberry Pi Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_raspberry_pi)**\n* ⭐ **[Home Assistant](https://www.home-assistant.io/)** - Home Assistant / IoT / [Tracker](https://github.com/djdevil/person-tracker-card/) / [Appliances](https://github.com/Andre0512/hOn) / [GUI](https://github.com/LAB02-Research/HASS.Agent) / [Mobile Apps](https://companion.home-assistant.io/)\n* ⭐ **[Grocy](https://grocy.info/)** - Grocery / Household Management Tool / [Android](https://patrickzedler.com/grocy/) / [Subreddit](https://www.reddit.com/r/grocy) / [GitHub](https://github.com/grocy/grocy)\n* [OpenHab](https://www.openhab.org/) - Home Assistant / IoT / [Setup](https://github.com/openhab/openhabian) / [Mobile](https://github.com/openhab/openhab-android)\n* [Esphome](https://esphome.io/) - Home Assistant / IoT\n* [ioBroker](https://www.iobroker.net/) - Home Assistant / IoT / [Discord](https://discord.com/invite/HwUCwsH) / [GitHub](https://github.com/ioBroker/ioBroker)\n* [Exo](https://github.com/exo-explore/exo/) - Run AI Home Device Cluster / [Telegram](https://t.me/+Kh-KqHTzFYg3MGNk) / [Discord](https://discord.gg/EUnjGpsmWw)\n* [BudgetDuo](https://budgetduo.com/) - Split Household Expenses\n* [OpenVoiceOS](https://www.openvoiceos.org/) - Custom Voice-Controlled Interfaces / [GitHub](https://github.com/OpenVoiceOS/)\n* [Sweet Home 3D](https://www.sweethome3d.com/), [⁠Planner5D](https://planner5d.com/) or [Homestyler](https://www.homestyler.com/) - Interior Design Apps\n* [BlockLayer](https://www.blocklayer.com/) - Construction / Remodeling Calculators\n* [PlanYourRoom](https://www.planyourroom.com/) - Visualize PC Setups\n\n***\n\n# ► Gardening\n\n* 🌐 **[Awesome Agriculture](https://github.com/brycejohnston/awesome-agriculture)** - Agriculture Resources\n* 🌐 **[Agriculture / Gardening Subreddits](https://claraiscute.pages.dev/Guides/touchgrasss/)**\n* 🌐 **[Cannabis Growing Subreddits](https://www.reddit.com/r/trees/wiki/entreddits_social#wiki_growing)** or [Marijuana Subs](https://www.reddit.com/r/trees/wiki/entreddits_social) - Marijuana Subreddits\n* ⭐ **[EarthEasy](https://eartheasy.com/blogs/yard-garden)**, [How To Garden](https://www.bhg.com/gardening/how-to-garden/), [HappySprout](https://www.happysprout.com), [Growing Guide](https://blog.planter.garden/), [GrowStuff](https://www.growstuff.org/) or [GrowVeg](https://www.growveg.com/) - Gardening Guides\n* ⭐ **[r/Gardening](https://reddit.com/r/gardening)** - Gardening Community\n* ⭐ **[r/Whatsthisplant](https://www.reddit.com/r/whatsthisplant/)** - Plant Identification Community\n* [PictureThis](https://www.picturethisai.com/) or [Pl@ntNet](https://identify.plantnet.org/) - Plant Identification Tools / [Android](https://play.google.com/store/apps/details?id=cn.danatech.xingseus) / [iOS](https://apps.apple.com/us/app/picturethis-plant-identifier/id1252497129)\n* [WildFlowerSearch](https://wildflowersearch.org/) - Flower Identifier\n* [Permapeople](https://permapeople.org/) - Garden Plant Info\n* [How Many Plants](https://howmanyplants.com/) - House Plant Information\n* [Florae](https://github.com/aeri/Florae) or [Plant-it](https://github.com/MDeLuise/plant-it) - Plant Care Reminders\n* [WorldOfSucculents](https://worldofsucculents.com/) - Succulent Database\n* [MyGarden](https://gitlab.com/m9712/mygarden) - Garden Management App\n* [Gardenia](https://www.gardenia.net/) or [Garden Design](https://www.gardendesign.com/) - Garden Design Resources\n* [r/UrbanGardening](https://www.reddit.com/r/UrbanGardening/) - Urban Gardening Community\n* [r/Farming](https://reddit.com/r/farming/) - Farming Community\n* [Composting](https://learn.eartheasy.com/guides/composting/) - Composting Guides\n* [Modern Farmer](https://modernfarmer.com/) - Agricultural News\n* [Chip Drop](https://getchipdrop.com/) - Free Mulch\n* [World Hardiness Zones](https://upload.wikimedia.org/wikipedia/commons/a/a7/World_Hardiness_Zones.png) or [Plantmaps](https://www.plantmaps.com/) - Global Map of Hardiness Zones\n* [r/Microgrowery](https://reddit.com/r/microgrowery/) or [GrassCity](https://forum.grasscity.com/) - Cannabis Growing Communities\n* [SeedFinder](https://seedfinder.eu/en) - 35500+ Strain Database\n\n***\n\n# ► Vehicle\n\n* 🌐 **[Awesome Vehicle Security](https://github.com/jaredthecoder/awesome-vehicle-security)** - Vehicle Security Resources\n* [Startmycar](https://www.startmycar.com), [CarCareKiosk](https://www.carcarekiosk.com/) or [CarComplaints](https://www.carcomplaints.com/) - Car Repair Sites\n* [JDMFSM](https://jdmfsm.info/Auto/), [Charm](https://charm.li/), [CarPDFManual](https://www.carpdfmanual.com/), [iFitIt Vehicle](https://www.ifixit.com/Device/Car_and_Truck) or [ProCarManuals](https://procarmanuals.com/) - Auto Repair Manuals\n* [Ownersman.com](https://ownersman.com/) - Car Owner Manuals\n* [PremierProduct](https://www.premierproducts-uk.co.uk/) or [Auto Manual](https://www.auto-manual.com/) - Vehicle Manuals\n* [Cars.com](https://www.cars.com/research/compare/) - Vehicle Reviews / Comparisons\n* [WebAutoCats](https://webautocats.com/) - Vehicle Parts Database\n* [⁠CarSized](https://www.carsized.com/) - Vehicle Size Comparisons\n* [How a Car Works](https://www.howacarworks.com/) - Car Mechanics / Automotive Engineering Guides\n* [Internet Movie Cars Database](https://www.imcdb.org/) - Movie Vehicle Database\n* [Internet Game Cars Database](https://igcd.net/) - Game Vehicle Database\n* [PlateRecognizer](https://platerecognizer.com/) - License Plate Recognition\n* [GasPrices](https://gasprices.aaa.com/) - Gas Price Tracker\n* [Fuel.io](https://fuel.io/) - Vehicle Fuel Tracking\n* [LubeLogger](https://lubelogger.com/) - Self-Hosted Maintenance + Fuel Mileage Tracker / [GitHub](https://github.com/hargata/lubelog) \n* [EV-Map](https://ev-map.app/) - Electronic Vehicle Charging Map\n* [Alibi](https://github.com/Myzel394/Alibi) or [DroidDashcam](https://play.google.com/store/apps/details?id=com.helge.droiddashcam) - Mobile Dashcams\n\n***\n\n# ► Travel\n\n* ↪️ **[Concerts / Live Shows](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio/#wiki_.25B7_concerts_.2F_live_shows)**\n* ⭐ **[Atlas Obscura](https://www.atlasobscura.com/)** / [Mobile](https://app.atlasobscura.com/), [Wikivoyage](https://www.wikivoyage.org) or [WikiTravel](https://wikitravel.org/) - Travel Guides\n* [⁠CozyCozy](https://www.cozycozy.com/) - Compares 100+ Travel Accommodation Sites \n* [⁠Ikuyo](https://ikuyo.kenrick95.org/) - Trip / Travel Planning\n* [Roadside America](https://www.roadsideamerica.com/) - Roadside Attraction Guides\n* [⁠IMAX Guide](https://143190.xyz/) - Database of IMAX Theatres / [GitHub](https://github.com/r-imax/imaxguide)\n* [FindFright](https://frightfind.com/) - Spooky Attractions / Walkthroughs\n* [Bike Sharing](https://bikesharingworldmap.com/) - Bike Rental Map\n* [SkyDB](https://www.skydb.net/) - Skyscraper Locations / Info\n* [Seat61](https://www.seat61.com/) - Train Travel Guide\n* [⁠Trustroots](https://www.trustroots.org/) - Traveler Hospitality Community\n* [SitInShade](https://sitinshade.com/) - Avoid the Sun While Traveling\n* [eSIMDB](https://esimdb.com/) - Compare eSIM Prices\n\n***\n\n## ▷ Flights\n\n* **Note** - Remember it's always good to cross-check flight prices across multiple providers + the airline's site itself to be sure you're getting the best deal.\n\n***\n\n* ⭐ **[ADS-B Exchange](https://globe.adsbexchange.com/)**, [FlightRadar24](https://www.flightradar24.com/), [PlaneFinder](https://planefinder.net/), [Airplanes.live](https://globe.airplanes.live/), [Radarbox](https://www.airnavradar.com/), [Air Loom](https://objectiveunclear.com/airloom.html) or [FlightAware](https://www.flightaware.com/) - Live Flight Trackers\n* [VisaIndex](https://visaindex.com/) - Worldwide Travel Visa Guides\n* [Google Flights](https://www.google.com/travel/flights) or [⁠SkyScanner](https://skyscanner.net/) - Compare / Book Flights\n* [seats.aero](https://seats.aero/) - Flight Search Engine / [Discord](https://discord.gg/PaHdCqb7eh)\n* [Matrix](https://matrix.itasoftware.com/) - Airfare Search\n* [FlightConnections](https://www.flightconnections.com/) - Interactive Flight Routes\n* [SkyVector](https://skyvector.com/) - Flight Planner\n* [⁠ADSB.im](https://adsb.im/) - ADSB Tracking for Single Board Computers\n* [⁠Notamify](https://notamify.com/) - Decode NOTAMs / Track Flight Delays \n\n***\n\n# ► Maps\n\n* 🌐 **[Awesome Maps](https://github.com/simsieg/awesome-maps)** - Online Map Resources\n* 🌐 **[Soar](https://soar.earth/)**, [ArcGIS Living Atlas](https://livingatlas.arcgis.com/), [⁠WorldAtlas](https://www.worldatlas.com/) or [Cool Maps](https://coolmaps.esri.com/) - Atlases\n* 🌐 **[Maps and Geospatial Products](https://www.ncei.noaa.gov/maps-and-geospatial-products)** - All NCEI Maps\n* ⭐ **[CrisisWatch](https://www.crisisgroup.org/crisiswatch)**, [ACLED](https://acleddata.com/data/), [Global Conflict Tracker](https://www.cfr.org/global-conflict-tracker), [LiveUAMap](https://liveuamap.com/), [⁠World-Monitor](https://world-monitor.com/), [⁠Iran War Map](https://iranwarmap.com/), [⁠Conflictly](https://www.conflictly.app/) or [Israeli-Palestine Conflict](https://israelpalestine.liveuamap.com/) - Global Conflict Maps\n* [World Monitor](https://worldmonitor.app/) - Real-Time News Map / [Tech Version](https://tech.worldmonitor.app/) / [GitHub](https://github.com/koala73/worldmonitor)\n* [Maps.com](https://www.maps.com/) - Interesting / Educational Maps\n* [FreeMapTools](https://www.freemaptools.com/) - Map Tools\n* [The Cartographers' Guild](https://www.cartographersguild.com/) - Cartography Forum\n* [TextToMap](https://www.textomap.com/) - Text-Based Map Search\n* [Copernix](https://copernix.io/) or [Local Map](https://www.matthewsiu.com/local-map) - Explore a Map with Wikipedia\n* [Flickr Map](https://www.flickr.com/map/) - Flickr Map\n* [r/MapPorn](https://reddit.com/r/MapPorn) - Reddit Map Community\n* [NearbyWiki](https://en.nearbywiki.org/) - Explore Interesting Places Near You\n* [Urbex](https://urbexology.com/) or [UER](https://www.uer.ca/locations/gmaps/) / [Forum](https://www.uer.ca/forum_showcats.asp) - Urban Exploration / Abandoned Place Maps\n* [⁠Arcade Database](https://zenius-i-vanisher.com/v5.2/arcades.php) - Arcade Game Map + Database\n* [Wikimapia](https://wikimapia.org/) - Online Editable Map\n* [Orhyginals Map](http://map.orhyginal.fr/) - Online Editable Map\n* [MapChart](https://mapchart.net/) or [Qgis](https://qgis.org/) - Create Custom Maps\n* [There to Where](https://theretowhere.com/) - Find Apartments Near Important Things\n* [Scribble Maps](https://www.scribblemaps.com/create/) - Custom Location Map\n* [⁠CartoArt](https://carto-art.vercel.app/) or [Map to Poster](https://github.com/originalankur/maptoposter) - Map Poster Generators \n* [Dawarich](https://dawarich.app/) - Self-Hosted Google Maps Timeline Alternative / [Discord](https://discord.gg/pHsBjpt5J8)\n* [gpx.studio](https://gpx.studio/) - GPX File Editor\n* [OpenDroneMap](https://www.opendronemap.org/) - Drone Mapping Software\n* [Mobac](https://mobac.sourceforge.io/) - Mobile Atlas Creator\n* [Freedom House](https://freedomhouse.org/explore-the-map) or [Civicus Monitor](https://monitor.civicus.org/) - Freedom Maps\n* [Trans Rights Map](https://transrightsmap.tgeu.org/) - Trans Legal Rights Map / Policy Tracking\n* [Erin's Informed Consent HRT Map](https://redd.it/d6p05q) - Informed Consent HRT Clinics Map\n* [BlueW](https://bluew.org/) - Free Water Refill Map\n* [Notable People](https://tjukanovt.github.io/notable-people) or [People Map](https://pudding.cool/2019/05/people-map/) - Notable People Maps\n* [NUKEMAP](https://nuclearsecrecy.com/nukemap/), [NukeSim](https://www.nukesim.com/), [Bomb Blast](https://outrider.org/nuclear-weapons/interactive/bomb-blast) or [MISSILEMAP](https://nuclearsecrecy.com/missilemap/) - Interactive Damage Effect Maps\n* [CAD Mapper](https://cadmapper.com/) or [GrabCAD](https://grabcad.com/library) - Free CAD Files\n\n***\n\n## ▷ Navigation / Transport\n\n* ⭐ **[Google Maps](https://www.google.com/maps/)**, [Apple Maps](https://beta.maps.apple.com/), [Bing Maps](https://www.bing.com/maps), [OsmAnd](https://osmand.net/) or [Mapy](https://mapy.com) - Online / Offline Maps\n* ⭐ **[CoMaps](https://www.comaps.app/)** / [Source Code](https://codeberg.org/comaps/comaps) or [Organic Maps](https://organicmaps.app/) / [Subreddit](https://www.reddit.com/r/organicmaps/) / [Telegram](https://t.me/OrganicMaps) / [GitHub](https://github.com/organicmaps/organicmaps) - Offline Maps\n* ⭐ **[OpenStreetMap](https://www.openstreetmap.org/)** - Open Community Maps\n* ⭐ **[StreetComplete](https://streetcomplete.app/)** - OpenStreetMap Surveyor App / Quests / [GitHub](https://github.com/streetcomplete/streetcomplete)\n* ⭐ **OpenStreetMap Tools** - [Resources](https://github.com/osmlab/awesome-openstreetmap) / [Features](https://github.com/deevroman/better-osm-org) / [Advanced Search](https://nominatim.openstreetmap.org/ui/search.html) / [Advanced Editor](https://level0.osmz.ru/) / [AI Editor](https://rapideditor.org/) / [Overpass API GUI](https://overpass-turbo.eu/)\n* [Waze](https://www.waze.com/) - Driving / Navigation Focused Map / [Editor](https://www.waze.com/en-US/editor)\n* [GMaps WV](https://f-droid.org/packages/us.spotco.maps/) - Restricted Google Maps WebView Wrapper / [GitHub](https://github.com/woheller69/maps)\n* [CubeTrek](https://cubetrek.com/) - GPS Track Manager\n* [Wikiroutes](https://wikiroutes.info/) or [CityMapper](https://citymapper.com/) - Public Transport Maps\n* [AnyTrip](https://anytrip.com.au/) - Australia & New Zealand Public Transport Maps\n* [Mini Tokyo 3D](https://minitokyo3d.com/) - Tokyo Public Transport Map / [GitHub](https://github.com/nagix/mini-tokyo-3d)\n* [rasp.yandex](https://rasp.yandex.ru/map/trains/) - Russia Public Transport Map\n* [kakaomap](https://map.kakao.com/) - Map of South Korea\n* [Skimap.org](https://skimap.org/) - Detailed Ski Maps\n* [ALPR Watch](https://alprwatch.org/) or [DeFlock](https://deflock.me/) / [Discord](https://discord.gg/aV7v4R3sKT) / [GitHub](https://github.com/FoggedLens/deflock) - AI Automated License Plate Reader Cameras / ALPR Maps\n* [People Over Papers](https://iceout.org/en/) or [ICE Map](https://www.icemap.dev/) - ICE Activity Information / Maps\n* [⁠Geo Share](https://github.com/jakubvalenta/geoshare) - Open Map Links in Alt Map Apps / Copy Coordinates\n\n***\n\n## ▷ Railway Maps\n\n* [OpenRailwayMap](https://www.openrailwaymap.org/) - World's Railway Infrastructure\n* [trains.fyi](https://trains.fyi/) - Real-Time North America Train Tracker\n* [amtrak explorer](https://amtrakexplorer.com/) - North America Railway Map\n* [Vanshnookenraggen Track Maps](https://www.vanshnookenraggen.com/_index/category/maps/track-maps/) - Detailed Subway Maps / History\n* [AP Transit](https://aptransit.co/) - NYC Live Subway Map\n* [Swiss Railways Network](https://maps.vasile.ch/transit-sbb/) - Switzerland Railway Map\n* [vr.fi](https://www.vr.fi/en/live-train-tracker-map) - Finland Train Tracker Map\n* [IndianRailInfo](https://indiarailinfo.com/newatlas) - Indian Railways Map\n* [SignalBox](https://www.map.signalbox.io/) or [Live Tube Map](https://www.londonunderground.live/) - UK Live Train Maps\n* [Train positions](https://treinposities.nl/) - Netherlands Train Info Map\n* [Chronotrains](https://www.chronotrains.com/) - European Train Distances\n* [Abandoned Rails](https://www.abandonedrails.com/) - Abandoned US Railroad Routes\n\n***\n\n## ▷ Climate / Weather\n\n* ⭐ **[Windy](https://www.windy.com/)**, **[Ventusky](https://www.ventusky.com/)**, [⁠WXCharts](https://wxcharts.com/), [Earth Observatory](https://earthobservatory.nasa.gov/global-maps), [Zoom Earth](https://zoom.earth/), [Weatherwise](https://web.weatherwise.app/), [Earth Now](https://climate.nasa.gov/earth-now/), [Earth](https://earth.nullschool.net/) or [satellite-map.gosur](https://satellite-map.gosur.com/) - General Weather / Climate Maps\n* [⁠CyclonicWx](https://cyclonicwx.com/) - Tropical Weather Tracking Tools / Plotting\n* [Netweather](https://www.netweather.tv/charts-and-data/global-jetstream) - Global Jetstream Forecast Map\n* [Cyclocane](https://www.cyclocane.com/) - Cyclone and Hurricane Tracker Map\n* [Supercell Wx](https://supercellwx.net/) - Visualize / Archive NEXRAD Data + Weather Alerts / [GitHub](https://github.com/dpaulat/supercell-wx)\n* [tornado.live](https://tornado.live/) - Real-Time US Severe Weather Alerts Map\n* [Tropical Tidbits](https://www.tropicaltidbits.com/) - Hurricane Forecast Models\n* [FloodMap](https://www.floodmap.net/) - Sea Level / Flood Map\n* [Snow Forcast](https://www.snow-forecast.com/maps) - Snow Forecast Maps\n* [AtticRadar](https://atticradar.steepatticstairs.net/) - Advanced Weather Radar / NOAA Stations\n* [Tornado Archive](https://tornadoarchive.com/) - Tornado Archive Data Explorer\n* [Find Your Tornado Shelter](https://findyourtornadoshelter.com/) - Tornado Shelter Map\n* [Blitzortung.org](https://www.blitzortung.org/en/live_lightning_maps.php) or [Lightning Maps](https://www.lightningmaps.org/) - Lightning / Thunderstorms Maps\n* [ClearOutside](https://clearoutside.com/) - Weather Visibility Tracker\n* [aqicn.org](https://aqicn.org/map/world) - Air Quality Map\n* [Light Pollution Map](https://lightpollutionmap.info/) or [lightpollutionmap](https://lightpollutionmap.app) - Light Pollution Maps\n* [CPRE](https://www.cpre.org.uk/light-pollution-dark-skies-map/) - England Light Pollution and Dark Skies\n* [Electricity Maps](https://app.electricitymaps.com/map) - Electricity CO₂ Emissions Map\n* [SaveEcoBot](https://www.saveecobot.com/en/radiation-maps) - Radioactivity / Air Quality in Ukraine\n\n***\n\n## ▷ Geography Maps\n\n* [Falling Fruit](https://fallingfruit.org/) - Urban Harvesting Map\n* [HungerMap](https://hungermap.wfp.org/) - Global Hunger Map\n* [Global Fishing Watch](https://globalfishingwatch.org/map) - Fishing Activity Map\n* [OCEARCH](https://www.ocearch.org/tracker/) - Shark Tracker\n* [MarineTraffic](https://www.marinetraffic.com/), [CruiseMapper](https://www.cruisemapper.com/) or [MyShipTracking](https://www.myshiptracking.com/) - Live Ship Trackers\n* [EuroBirdPortal](https://www.eurobirdportal.org/) - European Bird Distribution Map\n* [Global Forest Watch](https://www.globalforestwatch.org/map/) - Interactive Forest & Tree Cover Map\n* [Sounds of the Forest](https://timberfestival.org.uk/soundsoftheforest-soundmap/) - Forest Sounds Map\n* [Aporee](https://aporee.org/maps/) - World Map of Sounds\n* [Cost of Living](https://www.numbeo.com/cost-of-living/) - Cost of Living Map\n* [MoveMap](https://www.movemap.io/) - North America Property Costs Map\n* [ExoRoad](https://www.exoroad.com/) - Find Places to Live via Description\n* [Beacon](https://beacon.schneidercorp.com/) - Property Info / Map Search\n* [World Population Density](https://luminocity3d.org/WorldPopDen/) - Population Density Map\n* [FIRMS](https://firms.modaps.eosdis.nasa.gov/map/) - Fire / Thermal Anomalies Map\n* [Native Land](https://native-land.ca/) - Indigenous Territory Map\n* [kepler.gl](https://kepler.gl/) - Geospatial Analysis Tool / [GitHub](https://github.com/keplergl/kepler.gl)\n\n***\n\n## ▷ Geology Maps\n\n* [USGS Maps](https://www.usgs.gov/products/maps) - Geologic Maps / 3-D Geologic Frameworks\n* [Macrostrat](https://macrostrat.org/) - Geological Data Map\n* [Fishermap](https://usa.fishermap.org/depth-map/) - Water Depth Maps\n* [River Runner](https://river-runner.samlearner.com/) / [3D Map](https://river-runner-global.samlearner.com/) - Raindrop Tracking Map\n* [Global Wetlands](https://www2.cifor.org/global-wetlands/) - Wetlands Map\n* [Mindat](https://www.mindat.org/countrylist.php) - Mineral Deposits Map\n* [PeakFinder](https://www.peakfinder.com/) - Mountain Names Map\n* [topographic-map](https://en-gb.topographic-map.com/) - Topographic Map\n* [KCG2](https://prop.kc2g.com/) - Ionospheric Conditions Map\n* [VolcanoDiscovery](https://www.volcanodiscovery.com/erupting_volcanoes.html) - Volcano Activity Map\n* [USGS](https://earthquake.usgs.gov/earthquakes/map/) - Earthquake Activity Map\n* [GPlates](https://www.gplates.org/) - Plate Tectonics Simulator\n\n***\n\n## ▷ Historic Maps\n\n* 🌐 **[Map History](https://www.maphistory.info/)** or [David Rumsey Map Collection](https://www.davidrumsey.com/) - Historical Map Indexes\n* ⭐ **[Running Reality](https://www.runningreality.org/)**, [World History Maps](https://www.worldhistory.org/mapselect/), [⁠Globe of History](https://www.globeofhistory.com/) (desktop), [Chronas](https://www.chronas.org/) or [OldMapsOnline](https://www.oldmapsonline.org/) - Interactive Historical Maps\n* [HMDB](https://www.hmdb.org/) - Historical Marker Database / Map\n* [Harvard WorldMap](https://worldmap.maps.arcgis.com/home/index.html) - ArcGIS Map Archive\n* [Cronobook](https://cronobook.com/) - Historic Street View\n* [EuraAtlas](https://euratlas.com/) - Historical Atlas of Europe\n* [r/oldmaps](https://www.reddit.com/r/oldmaps/) or [r/papertowns](https://www.reddit.com/r/papertowns/) - Historical Maps Community\n* [Historical City Maps](https://redd.it/61fdp6) - Collection of Historical City Maps\n* [Library of Congress](https://www.loc.gov/collections/?fa=partof:geography+and+map+division) - LOC Historic Maps Archive\n* [American Panorama](https://dsl.richmond.edu/panorama/) - Interactive US History Maps\n* [Mused](https://mused.com/) - Text to 3D Historical Simulation Map\n* [NLS Maps](https://maps.nls.uk/) - Historical Maps of Scotland\n* [Imperium](https://imperium.ahlfeldt.se/) - Digital Atlas of the Roman Empire\n* [ORBIS](https://orbis.stanford.edu/) - Interactive Simulation of Roman Trade & Travel Logistics\n* [Ancient Earth](https://dinosaurpictures.org/ancient-earth) - Globe of Ancient Earth\n* [1940s NYC](https://1940s.nyc/) - Explore 1940's New York\n* [⁠Project ’44](https://www.project44.ca/) - World War II Historical Map / [X](https://x.com/project4_4) / [Discord](https://discord.gg/bzWEuc6JJv)\n* [Project Athena](https://www.projectathena.ca/) - War in Afghanistan Historical Map / [X](https://x.com/TFProjectAthena) / [Discord](https://discord.gg/jMmxWZpUKs)\n* [HK Battle 1941](https://digital.lib.hkbu.edu.hk/1941hkbattle/en/index.php) - The Battle of Hong Kong 1941 Interactive Map\n* [Japanese Occupation of HK](https://digital.lib.hkbu.edu.hk/1941hkbattle/en/index.php) - Japanese Occupation of Hong Kong Interactive Map\n* [Medieval Murder Maps](https://medievalmurdermap.co.uk/) - Interactive Medieval Murder / Death Maps\n\n***\n\n## ▷ Infrastructure Maps\n\n* [Open Infrastructure Map](https://openinframap.org/) - Global Infrastructure Map / [GitHub](https://github.com/openinframap/openinframap/)\n* [PowerOutage.us](https://poweroutage.us/) - US Power Outage Map\n* [CoverageMap](https://coveragemap.com/) - Cell Coverage Map\n* [CellMapper](https://www.cellmapper.net/) or [OpenCelliD](https://opencellid.org/) - Cell Tower Maps\n* [Spectrum Ownership Map](https://specmap.sequence-omega.net/) - Cell Carrier FCC Spectrum Map\n* [WiGLE](https://wigle.net/) - Wireless Networks Map\n* [broadbandmap.fcc.gov](https://broadbandmap.fcc.gov/) - FCC National Broadband Map\n* [Submarine Cable Map](https://www.submarinecablemap.com/) - Undersea Internet Cable Map\n\n***\n\n## ▷ Satellite / Earth Data\n\n* ⭐ **[Google Earth](https://www.google.com/earth/about/versions/)** - Earth Viewer\n* [Huge Earth Maps](https://maps.drsys.eu/) - High Res Earth Maps\n* [FacilMap](https://facilmap.org/) or [OsmAPP](https://osmapp.org/) - OSM Web Apps\n* [OpenMapTiles](https://openmaptiles.org/) - Self-Hosted Map Tools\n* [NASA Earthdata](https://search.earthdata.nasa.gov/search) - Earth Data Archive\n* [glifwc](https://maps.glifwc.org/) - Map with Data\n* [Mapillary](https://www.mapillary.com/) or [Mapcarta](https://mapcarta.com/) - Open Street View Data\n* [Instant Street View](https://www.instantstreetview.com/) - Instantly Load Street View\n* [MapCrunch](https://www.mapcrunch.com/) or [Random Street View](https://randomstreetview.com/) - Random Street View\n* [city roads](https://anvaka.github.io/city-roads/) - City Roads Map\n* [GeoHack](https://geohack.toolforge.org/) - Uncensored Google Satellite View\n\n***\n\n# ► News\n\n* 🌐 **[AllYouCanRead](https://www.allyoucanread.com/)** - Worldwide News Sites Index\n* ↪️ **[Newspaper Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_newspapers)**\n* ↪️ **[Bypass Article Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)**\n* ⭐ **[TorrentFreak](https://torrentfreak.com/)** - Piracy News / [Telegram](https://t.me/torrentfreaks)\n* ⭐ **[Current Events Wiki](https://wikipedia.org/wiki/Portal:Current_events)** - Breaking News\n* ⭐ **[Good News Network](https://www.goodnewsnetwork.org/)** or [Happy Daze](https://happydaze.io/) - Uplifting News\n* [World Monitor](https://worldmonitor.app/) / [Tech Version](https://tech.worldmonitor.app/) / [GitHub](https://github.com/koala73/worldmonitor), [⁠Conflictly](https://www.conflictly.app/) or [⁠World-Monitor](https://world-monitor.com/) - Real-Time News Aggregators / Monitors / Maps\n* [News as Facts](https://newsasfacts.com/) - Wiki-Based News\n* [Google Alerts](https://www.google.com/alerts) - News Alerts by Topics\n* [Top Stories](https://murmel.social/top) - Top Fediverse News\n* [CBM](https://comicbookmovie.com/) - Comic / Movie / TV News\n* [Anime News Network](https://www.animenewsnetwork.com/) - Anime News\n* [Anime Corner](https://animecorner.me/) - Anime / Manga News\n* [ArtDaily](https://artdaily.com) - Art News\n* [Codrops](https://tympanus.net/codrops/) - Design News\n* [The Athletic](https://www.nytimes.com/athletic/) - Sports News / [Bypass Paywall](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_paywall_bypass) / [Mobile](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search)\n* [EventMap](https://rsoe-edis.org/eventMap) - Emergency and Disaster Maps\n* [Interactive News Map](https://usa.liveuamap.com/) - Geolocated News Alerts / Headlines U.S.\n* [MedicineNet](https://www.medicinenet.com/), [MedPageToday](https://www.medpagetoday.com/), [EverydayHealth](https://www.everydayhealth.com/), [Medscape](https://www.medscape.com/), [healthline](https://www.healthline.com/), [Medicalxpress](https://medicalxpress.com/) or [WebMD](https://www.webmd.com/) - Health News\n* [MathURLs](https://mathurls.com/) - Math News\n* [Dailynous](https://dailynous.com/) - Philosophy News\n* [Medievalists](https://www.medievalists.net/category/news/) - Medieval History News\n* [FinURLs](https://finurls.com/) - Finance & Business News\n* [⁠NCS](https://www.newscaststudio.com/) - Television Broadcast Network News\n* [Web3 Is Going Great](https://www.web3isgoinggreat.com/) - Web3 Disaster News\n* [Citizen](https://citizen.com/explore) - Real Time Local News (US Only)\n* [POTUS Tracker](https://potustracker.us/) or [GovData](https://www.govactionlist.com/) - Government Executive Orders, Location & more\n* [FlightSaftey](https://asn.flightsafety.org/), [PlaneCrashInfo](https://www.planecrashinfo.com/) or [AVHerald](https://avherald.com/) - Aviation Incidents / News\n* [Read Something Wonderful](https://readsomethingwonderful.com/), [Read Something Great](https://www.readsomethinggreat.com/) or [BoredReading](https://boredreading.com/) - Random Articles / Blog Posts\n* [Media Bias Fact Check](https://drmikecrowe.github.io/mbfcext/) or [HonestyMeter](https://www.honestymeter.com/) - Media Bias Checkers\n* [PressMob](https://pressmob.ai/) - Journalist Search\n* [Scribe](https://sr.ht/~edwardloveall/Scribe/) or [LibMedium](https://libmedium.batsense.net/) - Medium Frontends\n\n***\n\n## ▷ Aggregators\n\n* ⭐ **[Spike News](https://readspike.com/)**, [2](https://spike.news/)\n* [QotNews](https://news.t0.vc/) - Hacker News / Reddit / Lobsters / Tildes\n* [Kagi News](https://news.kagi.com/) - Aggregator / Summaries / [GitHub](https://github.com/kagisearch/kite-public)\n* [NewsMinimalist](https://www.newsminimalist.com/) - Aggregator / Summaries\n* [⁠Particle](https://particle.news/) - Aggregator / Summaries\n* [AlDaily](https://www.aldaily.com/) - Art / Philosophy / Literature News\n* [Ground.news](https://ground.news/) - Requires Sign-Up\n* [Upstract](https://upstract.com/)\n* [newstel](https://newstel.vercel.app/)\n* [⁠100.news](https://100.news/)\n* [AllSides](https://www.allsides.com/)\n* [SPIDR](https://spidr.today/)\n* [NewsNow](https://www.newsnow.co.uk/)\n* [SkimFeed](https://skimfeed.com/)\n* [Google News](https://news.google.com/)\n* [sumi.news](https://sumi.news/)\n* [AllTop](https://alltop.com/)\n\n***\n\n## ▷ Tech News\n\n* ↪️ **[Dev / Cybersecurity News](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25BA_dev_news)**\n* ⭐ **[⁠GamersNexus](https://gamersnexus.net/)** - PC Gaming News\n* ⭐ **[Hacker News](https://news.ycombinator.com/)** - Tech News / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_hacker_news_tools)\n* [World Monitor](https://tech.worldmonitor.app/) - Real-Time Tech News Aggregator / Monitor / Map / [GitHub](https://github.com/koala73/worldmonitor)\n* [AlternativeTo Aggregator](https://alternativeto.net/news/all/) - Tech News Aggregator\n* [⁠DeadStack](https://deadstack.net/) - Tech / AI News Aggregator\n* [TechURLs](https://techurls.com/) - Tech News\n* [Techmeme](https://www.techmeme.com/) - Tech News\n* [The Brutalist Report](https://brutalist.report/) - Tech News\n* [Techxplore](https://techxplore.com/) - Tech News\n* [⁠ThisWeekInVideoGames](https://thisweekinvideogames.com/news/) - Gaming News\n* [TuxURLs](https://tuxurls.com/), [phoronix](https://www.phoronix.com/) or [⁠LWN](https://lwn.net/Archives/) - Linux News\n* [Liliputing](https://liliputing.com/) - Hardware / Linux Mobile News\n* [Geeks3D](https://www.geeks3d.com/), [Toms Hardware](https://www.tomshardware.com/) or [Overclock3D](https://overclock3d.net/) - Hardware News / Reviews\n* [EmergentMind](https://www.emergentmind.com/), [⁠TestingCatalog](https://www.testingcatalog.com/), [Singularity Hub](https://singularityhub.com/) or [Dupple](https://www.dupple.com/techpresso) - AI News\n* [GamesRecap](https://gamesrecap.io/) - Game Announcements / Trailers\n* [Internet Society](https://pulse.internetsociety.org/blog) - Internet Infrastructure News\n* [⁠FilterWatch](https://filter.watch/english/) - Censorship News / Articles\n* [RestorePrivacy](https://cyberinsider.com/news/) or [Privacy International](https://www.privacyinternational.org/) - Privacy / Security News\n\n***\n\n## ▷ Hacker News Tools\n\n* 🌐 **[Awesome Hacker News](https://github.com/cheeaun/awesome-hacker-news)** - HN Apps & Resources Index\n* ⭐ **[Newsit](https://newsit.benwinding.com/)** - Webpage Comments Widget / [GitHub](https://github.com/benwinding/newsit)\n* ⭐ **[Modern HN](https://www.modernhn.com/)** - Modern UI Extension\n* [Hacki](https://github.com/Livinglist/Hacki), [Harmoni](https://play.google.com/store/apps/details?id=com.simon.harmonichackernews) or [Glider](https://github.com/Mosc/Glider) - Android Hacker News Apps\n* [ZCombinator](https://github.com/Livinglist/ZCombinator), [HACK](https://apps.apple.com/app/id1464477788), [Octal](https://apps.apple.com/app/id1308885491), [Hackers](https://apps.apple.com/app/id603503901) or [Hacki](https://apps.apple.com/app/id1602043763) - iOS Hacker News Apps\n* [Related Submissions](https://hnrelevant.imadij.com/) - Similar Posts Sidebar Extension / [GitHub](https://github.com/imdj/HNRelevant)\n* [The Hacker Herald](https://hackerherald.com/) or [hckrnws](https://www.hckrnws.com/) - HN Frontends\n* [Alexandria Library](https://alexandria-library.julienc.me/search/) - HN Search Frontend\n* [HNRankings](https://hnrankings.info/) or [Lindy Hacker News](https://hn.lindylearn.io/) - Best of / Top Posts Aggregator\n* [⁠Hacker Smacker](https://hackersmacker.org/) - Filter / Mark HackerNews Posters\n* [⁠Hacker Book](https://hackerbook.dosaygo.com/) - Hacker News Posts + Comment Archive\n* [Hacker News RSS](https://hnrss.github.io/) - HN RSS Feeds\n\n***\n\n## ▷ Science News\n\n* ⭐ **[phys](https://phys.org/)** - Physics News / Articles\n* [SciURLs](https://sciurls.com/)\n* [NewScientist](https://www.newscientist.com/)\n* [PopSci](https://www.popsci.com/)\n* [ScienceDaily](https://www.sciencedaily.com/)\n* [EurekAlert](https://www.eurekalert.org/)\n* [LiveScience](https://livescience.com/)\n* [ScienceNews](https://www.sciencenews.org/)\n* [IFLScience](https://www.iflscience.com/)\n\n***\n\n# ► Health\n\n## ▷ Mental Health\n\n* 🌐 **[Awesome Mental Health](https://dreamingechoes.github.io/awesome-mental-health)** or [mentalillnessmouse](https://mentalillnessmouse.wordpress.com/helpfulresources/) - Mental Health Resources\n* ↪️ **[Relaxation / Ambient](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio/#wiki_.25B7_ambient_.2F_relaxation)**\n* [Health Assessment Tools](https://www.nhs.uk/mental-health/) - General Health Tools\n* [/mental health/](https://dan.valeena.dev/guides/mental-health/), [2](https://rentry.co/mentalhealthy) - Mental Help Tips\n* [How We Feel](https://play.google.com/store/apps/details?id=org.howwefeel.moodmeter&hl=en-US) / [iOS](https://apps.apple.com/app/id1562706384), [Nomie](https://v5.nomie.app/), [Koduko](https://github.com/Mazahir26/koduko) or [Respawn](https://respawn.pro/) - Wellbeing Apps / Journals\n* [You feel like shit.](https://philome.la/jace_harr/you-feel-like-shit-an-interactive-self-care-guide/play/index.html), [2](https://youfeellikeshit.com/) - Interactive Self-Care Guide\n* [deskspace](https://npckc.itch.io/deskspace) - Self-Care App\n* [Mindfulness Coach](https://mobile.va.gov/app/mindfulness-coach) - Mindfulness / Stress Reduction App\n* [Coping Skills Masterlist](https://docs.google.com/document/d/1KI1kzj6Bjx_O3ggYXfgEuTtOsLiCW0V-JeWpTyX5OOU/) - Mental Health Coping Skills\n* [Zen Habits](https://zenhabits.net/) - Develop Zen Habits\n* [Medito](https://github.com/meditohq/medito-app) or [Heartfulness](https://www.heartfulnessapp.org/) - Meditation App\n* [IIB Mindfulness](https://informationisbeautiful.net/visualizations/what-is-meditation-mindfulness-good-for/) - Meditation Techniques / Infographic\n* [Conversations](https://conversations.movember.com/en/conversations/) - Mental Health Conversation Practice\n* [TripSit](https://tripsit.me/) / [Discord](https://discord.gg/tripsit), [Drugs.com](https://www.drugs.com/) or [DrugBank](https://go.drugbank.com/) - Drug Information / Side Effects\n\n***\n\n## ▷ Physical Health\n\n* ⭐ **[Simple Science Fitness](https://ss.fitness/calculators)** - Fitness Calculators\n* ⭐ **[BMI Chart](https://wikipedia.org/wiki/Body_mass_index#/media/File:BMI_chart.png)** - BMI Range Graph\n* ⭐ **[Standard BMI Calculator](https://www.nhlbi.nih.gov/health/educational/lose_wt/BMI/bmicalc.htm)**, [CDC Adult](https://www.cdc.gov/bmi/adult-calculator/index.html) or [CDC Teen](https://www.cdc.gov/bmi/child-teen-calculator/index.html) - BMI Calculator\n* ⭐ **[Sleeping Guide](https://rentry.co/sleepguide)** - Sleep Hygiene / Science Guide\n* [AMMFitness](https://www.ammfitness.co.uk/) - Fitness / Nutrition Info\n* [The Fitness Wiki](https://thefitness.wiki/) - Fitness Information Wiki\n* [FitoTrack](https://codeberg.org/jannis/FitoTrack), [Flexify](https://github.com/brandonp2412/Flexify) or [MyFitnessPal](https://www.myfitnesspal.com/) - Fitness Apps\n* [⁠Bevel](https://www.bevel.health/) - Wearable Watch Health Data App \n* [openScale](https://f-droid.org/packages/com.health.openscale/) or [trale](https://github.com/QuantumPhysique/trale) - Weight & Body Metrics Trackers\n* [SailRabbit](https://www.sailrabbit.com/bmr/) - BMR / TDEE Calculator\n* [Bodyweight Fitness Progressions](https://docs.google.com/spreadsheets/d/1a8tlZ-zbF695HA3Lmm20OIYeYYxo1lmUOczUXKLoL4s/)\n* [r/LoseIt](https://www.reddit.com/r/loseit/) - Weight Loss Subreddit\n* [MOVE! Coach](https://mobile.va.gov/app/move-coach) - Weight Loss Program\n* [Weight Loss Side Effects](https://weight-loss-side-effects.netlify.app/) - Weight Loss Side Effect Mitigation\n* [r/GainIt](https://www.reddit.com/r/gainit/) - Healthy Weight Gain Subreddit\n* [r/Flexibility](https://www.reddit.com/r/flexibility/) - Flexibility Subreddit\n* [HealthDirect](https://www.healthdirect.gov.au/), [epocrates](https://www.epocrates.com/), [medlineplus](https://medlineplus.gov/), [merckmanuals](https://www.merckmanuals.com/), [mayoclinic](https://www.mayoclinic.org/), [rxlist](https://www.rxlist.com/), [nejm](https://www.nejm.org/), [ncbi](https://www.ncbi.nlm.nih.gov/pmc/), [hhs](https://www.hhs.gov/), [nih](https://www.nih.gov/), [cdc](https://www.cdc.gov/) - Government Health Resources\n* [oshaction](https://www.oshaction.org/resources/) - Occupational Health and Safety Resources\n* [CancerFactFinder](https://cancerfactfinder.org/) - Cancer Fact Search\n* [⁠INCIDecoder](https://incidecoder.com/) - Skincare Ingredients Search / Database \n\n***\n\n## ▷ Workout / Exercise\n\n* 🌐 **[Evidence-Based Training Wiki](https://www.reddit.com/r/EvidenceBasedTraining/wiki/index/)** - Evidence-Based Training Resources\n* 🌐 **[ExRx.net](https://exrx.net/)** - Exercise Resources\n* ⭐ **[DAREBEE](https://darebee.com/)** - Workout Plans\n* ⭐ **[r/BodyweightFitness Wiki](https://www.reddit.com/r/bodyweightfitness/wiki/index/)** - Bodyweight Fitness Routines / [Android](https://play.google.com/store/apps/details?id=com.eightxthree.app)\n* ⭐ **[/u/KNightNox Diagram](https://i.imgur.com/gEfyf0q.jpeg)**, [2](https://i.ibb.co/b5TpBHqm/g-Efyf0q.jpg) - Zoomable Exercise Diagram\n* ⭐ **[Boostcamp](https://www.boostcamp.app/)**, [Hevy](https://www.hevyapp.com/), [⁠Tracked](https://www.tracked.gg/), [⁠Hybrid Calisthenics](https://www.hybridcalisthenics.com/app), [Kenko](https://github.com/Iamlooker/Kenko), [FitNotes](https://www.fitnotesapp.com/) or [FitHero](https://fithero.app/) - Workout Trackers\n* [Fitness Blender](https://www.fitnessblender.com/videos?exclusive%5B%5D=0) or [⁠Muscle & Strength](https://www.muscleandstrength.com/exercises) - Workout Videos\n* [Calistree](https://calistree.app/) - Exercise Search\n* [FitnessProgramer](https://fitnessprogramer.com/) - Workout Plans\n* [Workout.lol](https://workout.cool/), [2](https://workout.lol/) - Custom Workout Plans\n* [MuscleWiki](https://musclewiki.com/) or [The Casual Gym](https://gym.naya.com.np/) - Muscle / Exercise Information Tool\n* [Liftosaur](https://www.liftosaur.com/), [LiftLog](https://github.com/LiamMorrow/LiftLog) or [StrongLifts](https://stronglifts.com/) - Weightlifting Trackers\n* [Liftvault](https://liftvault.com/) - Weightlifting Programs / Spreadsheets\n* [Google Fit](https://www.google.com/fit/) - Activity Coach\n* [Impakt](https://www.impakt.com/) - AI Fitness Coach / Social Platform\n* [OpenTrack](https://opentracksapp.com/) - Sports Tracking App\n* [ACTIVE](https://www.active.com/) - Find Local Races & Events\n* [Runlytics](https://www.runlytics.app/) - Running Analytics\n* [RunnerUp](https://github.com/jonasoreland/runnerup) or [Strava](https://www.strava.com/) - Run Trackers\n* [MapMyWalk](https://www.mapmywalk.com/) - Walking Tracker\n* [GoldenCheetah](https://www.goldencheetah.org/), [AAT](https://bailu.ch/aat/) - Cycling / Biking Trackers\n* [AllTrails](https://www.alltrails.com/), [Wikiloc](https://www.wikiloc.com/) or [TrailRouter](https://trailrouter.com/) - Hiking / Trail Routes\n* [Wanderer](https://github.com/Flomp/wanderer) - Self-Hosted Trail Database\n* [⁠OpenClimbing](https://openclimbing.org/) - Editable Climbing Map / [GitHub](https://github.com/zbycz/osmapp)\n* [fastnfitness](https://github.com/brodeurlv/fastnfitness) or [PFCTE](https://github.com/SecUSo/privacy-friendly-circuit-training-exercises) - Exercise & Activity Trackers\n* [wger](https://wger.de/) - Self-Hosted Workout, Nutrition / Weight App / [Fitness](https://github.com/wger-project/flutter) / [GitHub](https://github.com/wger-project/wger)\n* [Start Bodyweight](http://www.startbodyweight.com/) - Bodyweight Training\n* [Feeel](https://gitlab.com/enjoyingfoss/feeel) - Home Workout App\n\n***\n\n## ▷ Nutritional Health\n\n* ⭐ **[Nutritionix](https://www.nutritionix.com/)** - Nutrition Tracker App\n* ⭐ **[r/Nutrition](https://www.reddit.com/r/nutrition/)** - Nutrition Subreddit\n* ⭐ **[Caffeine Calculator](https://www.caffeineinformer.com/death-by-caffeine)** - Caffeine Intake Calculator\n* ⭐ **[Urine Color Chart](https://www.southtees.nhs.uk/wp-content/uploads/2022/08/Urine-colour-chart.pdf)** - Levels of Dehydration\n* ⭐ **[OpenFoodFacts](https://world.openfoodfacts.org/)** - Food Database & Health Information / [Scanner](https://play.google.com/store/apps/details?id=org.openfoodfacts.scanner)\n* [NutritionFacts.org](https://nutritionfacts.org/) - Video Library for Latest Health-Based Research\n* [The Nutrition Source](https://nutritionsource.hsph.harvard.edu/) - Harvard University Health Website\n* [Liquid Drink](https://play.google.com/store/apps/details?id=com.xpp.drink) - Liquid Intake Tracker\n* [Daily Dozen](https://github.com/nutritionfactsorg/daily-dozen-android) - Daily Diet Recommendations / Android\n* [Eat This Much](https://www.eatthismuch.com/), [Mealime](https://www.mealime.com/) or [MealPrepPro](https://mealpreppro.com/) / [Android](https://play.google.com/store/apps/details?id=com.nibbleapps.meal_prep_pro) - Meal Prep & Planning Apps / Android, iOS\n* [Calories-In](https://calories-in.com/) - Meal Prep & Planning / Web\n* [Nosh](https://nosh.tech/) - Food Management App\n* [Edamam](https://www.edamam.com/) - Food-Related APIs\n* [Child Nutrition](https://www.coursera.org/learn/childnutrition) - Child Nutrition / Cooking Course\n* [Examine.com](https://examine.com/) - Supplement & Nutrition Analysis\n* [Cronometer](https://cronometer.com/), [Energize](https://codeberg.org/epinez/Energize/) or [Waistline](https://github.com/davidhealey/waistline) - Track Nutrition & Calories\n* [MyFoodData](https://www.myfooddata.com) or [Spelt](https://spe.lt/) - Food Nutrition Info\n* [Nutrient Sorter](https://michaelf314.github.io/nutrient-sorter/) - Vegan Food Nutrient Sorter\n* [FoodStruct](https://foodstruct.com/) - Food Encyclopedia & Comparison\n* [Tellspecopedia](http://www.tellspecopedia.com/) - Find Healthy Food\n* [Yuka](https://play.google.com/store/apps/details?id=io.yuka.android) - Scan Ingredient Lists\n* [ORAC Values](https://superfoodly.com/orac-values/) - ORAC Value Database / Information\n* [Kids Health](https://www.kidshealth.org/) - Kids Health Information\n\n***\n\n## ▷ Sexual Health\n\n* ⭐ **[PlannedParenthood](https://www.plannedparenthood.org/)**, [Abortion Resources](https://redd.it/phrcrn) / [2](https://redd.it/vm56bs) or [Safe2Choose](https://safe2choose.org/) - Abortion Resources\n* ⭐ **[WomenOnWeb](https://www.womenonweb.org/en/page/521/who-we-are)** - Free Abortion Pills\n* [babycenter](https://www.babycenter.com/) - Pregnancy and Parenting Resources\n* [Pregnancy Calculator](https://americanpregnancy.org/resources/pregnancy-calculator/) - Due Date Calculator\n* [DoItRight](https://trust.ph/) or [Scarleteen](https://www.scarleteen.com/) - Sex Education Resources\n* [Euki](https://eukiapp.org/) - Sexual / Reproductive Health App\n* [Tubal Sterilization](https://docs.google.com/spreadsheets/d/1Djia_WkrVO3S4jKn6odNwQk7pOcpcL4x00FMNekrb7Q/) - Tubal Sterilization Gynecologists\n\n***\n\n## ▷ HRT / Trans Health\n\n* 🌐 **[Trans Healthcare Resources](https://transharmreduction.org/healthcare-resources)** or **[TFS Tools](https://transfemscience.org/misc/)**\n* ⭐ **[Trans Papers](https://docs.google.com/spreadsheets/d/1d9KKqP9IHa5ZxU84a_Jf0vIoAh7e8nj_lCW27KbYBh0/)** - Academic Papers on Transgender Health & Sociology\n* [Trans Harm Reduction](https://transharmreduction.org/), [PGHRT](https://pghrt.diy) or [DIY HRT Directory 2.0](https://diyhrt.info/) - HRT Safety Guides / [Testing](https://transharmreduction.org/hrt-testing)\n* [Erin's Informed Consent HRT Map](https://redd.it/d6p05q) - Informed Consent HRT Clinics / Map\n* [DIYHRT.Market](https://diyhrt.market/) - HRT Vendor Directory / Price Comparison & Safety Guides\n* [Gender Dysphoria Bible](https://genderdysphoria.fyi/) - Gender Dysphoria Learning / Guidance / [GitHub](https://github.com/GenderDysphoria/GenderDysphoria.fyi)\n* [FTM Resource Guide](https://www.ftmguide.org/) - FTM Resources / Guidance\n* [Trans Reads](https://transreads.org/) - Transgender-Focused Literature\n* [⁠Trans Voice Party](https://transvoice.party/) - Trans Voice Therapy Resources / [Discord](https://discord.gg/8weEXE7RzU)\n* [Acoustic Gender](https://acousticgender.space/) or [Voice Tools](https://devextras.com/voicetools/) - Voice Therapy \n* [Trans Rights Map](https://transrightsmap.tgeu.org/) - Trans Legal Rights Map / Policy Tracking\n\n***\n\n## ▷ Detoxing / Sobriety\n\n* ⭐ **[r/NoSurf](https://www.reddit.com/r/nosurf/wiki/index)** - Digital Detox Community / [Discord](https://discord.com/invite/QFhXt2F)\n* [Farhan](https://github.com/tahaak67/Farhan), [LockMeOut](https://play.google.com/store/apps/details?id=vikesh.dass.lockmeout), [DetoxDroid](https://github.com/flxapps/DetoxDroid) or [StopScroll](https://play.google.com/store/apps/details?id=com.noscroll.antiscroll) - Control Phone Addiction\n* [The Freedom Model](https://www.thefreedommodel.org/ebooks/) - Addiction-Help Model / [Books](https://www.youtube.com/playlist?list=PLd6KCmnSpHuE29G2f9JXHMcZKbvzSdInw) / [Lessons](https://www.youtube.com/playlist?list=PLd6KCmnSpHuFBFw-ei2eTYJPrSoLuwBFL)\n* [Sobriety](https://github.com/KiARC/Sobriety) - Sobriety Tracker\n* [I Am Sober](https://iamsober.com/en/site/home) - Sobriety Tracker / Community\n* [Petals](https://github.com/LeoColman/Petals) - Quit / Reduce Marijuana Usage\n* [DrugFree](https://drugfree.org/) - Drug Abuse Prevention & Recovery Help\n\n***\n\n## ▷ Porn Quitting\n\n* ↪️ **[Site Blocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_productivity_.2F_time_tracking)**\n* ⭐ **[EasyPeasy](https://easypeasymethod.org/)**, [2](https://gitlab.com/snuggy/easypeasy) / [Audiobook](https://youtu.be/ZktxO6adTnI) or [QuitPornEasily](https://quitporneasily.com/) - Painlessly Quit Pornography\n* [⁠FreeLife](https://rentry.org/FreeLife) - Porn Blocking Guide\n* [Plucky](https://pluckyfilter.com/) - Content Filter\n* [CleanBrowsing](https://cleanbrowsing.org/filters/) - Family DNS Filters\n* [cringeMDb](https://cringemdb.com/), [Age Rating JuJu](https://www.ageratingjuju.com/), [CommonSenseMedia](https://www.commonsensemedia.org/) or [unconsenting media](https://www.unconsentingmedia.org) - Find SFW Movies\n* [Movie Parser](https://raskie.com/post/practical-ai-autodetecting-nsfw) - Detect NSFW Scenes in Movies\n* [Wingman](https://github.com/wingman-jr-addon/wingman_jr) or [HaramBlur](https://haramblur.com/) / [2](https://linktr.ee/haramblur) - Block NSFW Images\n* [SAA Recovery](https://saa-recovery.org/), [Cosa Recovery](https://cosa-recovery.org/) or [Smart Recovery](https://www.smartrecovery.org/) - Find Sex Addiction Meetings\n\n***\n\n# ► Career\n\n* 🌐 **[Common Q&As](https://www.indeed.com/career-advice/interviewing/top-interview-questions-and-answers)** - Interview Questions Index\n* ⭐ **[Comparably](https://www.comparably.com/)** or [GoodFirms](https://www.goodfirms.co/) - Compare Companies / Salaries\n* ⭐ **[Reverse Interview](https://github.com/viraptor/reverse-interview)** or [job-interview-questions](https://github.com/lkostrowski/job-interview-questions-to-ask-companies) - Questions to Ask Potential Employers\n* ⭐ **[Kimai](https://www.kimai.org/)** or [Clockify](https://clockify.me/) - Work Hour Trackers\n* [80,000 Hours](https://80000hours.org/), [O*NET](https://www.onetonline.org/), [Career Dreamer](https://grow.google/career-dreamer/) or [MyNextMove](https://www.mynextmove.org/) - Explore Career Options\n* [r/careerguidance](https://www.reddit.com/r/careerguidance/) - Career Guidance Subreddit\n* [UseThis](https://usesthis.com/) - Career Interviews\n* [Science Career General](https://sciencecareergeneral.neocities.org/) - PhD / STEM Career Study Guides\n* [LibreTexts Business](https://biz.libretexts.org/) - Business Learning / Guides\n* [JustLanded](https://www.justlanded.com/) - Working & Living Abroad Guides\n* [Space Crew](https://spacecrew.com/) - Find Space Related Jobs\n* [EconJobRumors](https://www.econjobrumors.com/) - Economic Job Market Forum\n* [SocJobRumors](https://www.socjobrumors.com/) - Sociology Job Market Forum\n* [BLS](https://www.bls.gov/) - U.S. Bureau of Labor Statistics\n* [Side Hustle Stack](https://sidehustlestack.co/) - Find Platform-Based Side Work\n* [MedusaJS](https://medusajs.com/) - Open Source Commerce Store\n* [Contact Card](https://contact-card.vercel.app/) - Contact Card Generator\n* [MS Word Cover Page Templates](https://www.mswordcoverpages.com/) - Cover Page Templates\n* [Linkedin Preview](https://www.alarapp.com/en/linkedin-preview) - Preview Linkedin Posts\n* [WhoPaysWriters](http://whopayswriters.com/) - Freelance Writing Publications\n* [Creator Monetization Platforms](https://docs.google.com/spreadsheets/d/1ii59-tKBwsol4jGwVehXy-oaJfVLKUciwXtB2tuKqQg/edit#gid=0) - Monetization Platforms Comparisons\n* [Gerev](https://github.com/GerevAI/gerev) - Search within Workplace Apps\n* [Gale Presents: Udemy](https://www.gale.com/elearning/udemy) - Business Courses / Requires Library Card\n* [Pimp My Money](https://pimpmymoney.net/) (Torrent) or [HubSpot Academy](https://academy.hubspot.com/) - Digital Marketing Courses\n* [Statista](https://statista.com/) - Market Statistic Search\n* [Systeme](https://systeme.io/) or [SendPulse](https://sendpulse.com/) - Marketing Tools\n* [Marmof](https://marmof.com/) - Creator / Marketing AI\n* [MMAGlobal](https://www.mmaglobal.com/) - View Past Marketing Reports\n* [Annual Reports](https://www.annualreports.com/) - Annual Company Reports\n* [LeanTime](https://leantime.io/) - Project / Delivery Manager\n* [Twain](https://www.twain.ai/), [WriteCream](https://www.writecream.com/) or [Textcortext](https://textcortex.com/) - AI Communication Outreach Assistants\n* [Cody](https://meetcody.ai/) - Company Management AI\n* [PHPCRM](https://www.phpcrm.com/), [Monday](https://monday.com/) or [Twenty](https://github.com/twentyhq/twenty) - Company Management Tools\n* [⁠Invoify](https://invoify.vercel.app/) / [GitHub](https://github.com/al1abb/invoify), [EasyInvoicePDF](https://easyinvoicepdf.com) / [GitHub](https://github.com/VladSez/easy-invoice-pdf), [Invoicely](https://invoiceto.me/), [InvoiceNinja](https://invoiceninja.com/) or [Akaunting](https://akaunting.com/) - Invoicing Tools\n* [Google Patents](https://patents.google.com/) - Searchable Patents Database\n* [Layoffs.fyi](https://layoffs.fyi/) or [⁠WarnTracker](https://www.warntracker.com/) - Live Layoffs Trackers\n* [GoodJobsFirst](https://goodjobsfirst.org/) - Subsidy Tracker\n* [QR Menu Creator](https://qrmenucreator.com/) - Convert Menu to QR Codes\n* [CandidateChecker](https://candidatechecker.io/) - User Backgrounds for Hiring\n\n***\n\n## ▷ Job Search / Application\n\n* ⭐ **[5000 Best Job Sites](http://5000best.com/websites/Jobs/)** or [Indeed](https://www.indeed.com/) - Job Search Sites\n* ⭐ **[4-Day Week](https://4dayweek.io/)** - Find Jobs with 4-Day Weeks\n* [OnSites](https://www.onsites.fyi/) - View / Share Interview Experiences\n* [50WaysToGetAJob](https://50waystogetajob.com/) - Interactive Job Search Guide\n* [⁠Welcome To The Jungle](https://www.welcometothejungle.com/), [JobBoardSearch](https://jobboardsearch.com/), [⁠HiringCafe](https://hiring.cafe/), [JobsFromSpace](https://www.jobsfromspace.com/), [CyberCoders](https://www.cybercoders.com/), [whoishiring](https://whoishiring.io/), [Toby Tools](https://rentry.co/qnu6x), [The Muse](https://www.themuse.com/search/) or [EuroJobs](https://eurojobs.com/) - Job Search\n* [Hiring Without Whiteboards](https://github.com/poteto/hiring-without-whiteboards) - Find Straightforward Hiring Processes\n* [RolePad](https://rolepad.com/) or [JobSync](https://github.com/Gsync/jobsync) - Job Search Managers\n* [DoorsOpen](https://www.doorsopen.co/) - Music Industry Jobs\n* [Job Shell](https://github.com/angelplusultra/job-shell) - Scrape Job Postings\n* [SpeedyApply](https://www.speedyapply.com/) or [AIHawk](https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk) - Job Application Autofill Tools\n* [ScrapedIn](https://github.com/dchrastil/ScrapedIn) - Scrape LinkedIn\n\n***\n\n## ▷ Resume / Portfolio\n\n* 🌐 **[⁠r/Resumes Wiki](https://www.reddit.com/r/resumes/wiki/index/)** - Resume Resources / Guides\n* ⭐ **[RX Resume](https://rxresu.me/)** / [GitHub](https://github.com/amruthpillai/reactive-resume), [FlowCV](https://flowcv.com/), [HeyCV](https://heycv.app/), [Resuminator](https://www.resuminator.in/) / [GitHub](https://github.com/resuminator/resuminator) or [Sheets](https://sheetsresume.com/builder) - Resume Builders\n* ⭐ **[KickResume Samples](https://www.kickresume.com/en/help-center/resume-samples/)** - Resume Samples\n* [ResumGO](https://www.resumgo.com/) - Resume Templates\n* [⁠YAMLResume](https://yamlresume.dev/) / [GitHub](https://github.com/yamlresume/yamlresume) or [RenderCV](https://rendercv.com/) / [GitHub](https://github.com/rendercv/rendercv) - YAML Based Resume Builders\n* [IntelligentCV](https://www.intelligentcv.app/) - Resume Builder Mobile App\n* [ChatProfolio](https://chatprofolio.vercel.app/) or [PeerList](https://peerlist.io/) - Portfolio Builders\n* [CoFolios](https://cofolios.com/) - Portfolio Samples\n\n***\n\n## ▷ Remote Jobs\n\n* 🌐 **[Awesome Remote Jobs](https://github.com/lukasz-madon/awesome-remote-job)** or [Established Remote](https://github.com/yanirs/established-remote) - Remote Job Resources\n* 🌐 **[⁠remote-jobs](https://remoteintech.company/)** - Remote Friendly Company Index / [GitHub](https://github.com/remoteintech/remote-jobs)\n* ⭐ **[Real Work From Anywhere](https://www.realworkfromanywhere.com/)** - Global \"Work-From-Anywhere\" Job Board\n* [Overemployed](https://overemployed.com/) - Discuss Working 2+ Remote Jobs / [Subreddit](https://www.reddit.com/r/overemployed) / [Discord](https://discord.com/invite/a8VGhbZyek)\n* [r/RemoteJobs](https://www.reddit.com/r/RemoteJobs/) - Remote Jobs Subreddit / Check \"Job Posts\" Flag\n* [MTurk](https://www.mturk.com/) - Online Task Work\n* [NoCommute](https://www.nocommutejob.com/) - Remote Job Notifications\n* [WeNomad](https://wenomad.so/) or [Nomad List](https://nomads.com/) - Remote Work Ratings\n* [Jobspresso](https://jobspresso.co/) - Remote Jobs\n* [Remote Jobs](https://remotejobs.com/) - Remote Jobs\n* [himalayas](https://himalayas.app/) - Remote Jobs\n* [We Work Remotely](https://weworkremotely.com/) - Remote Jobs\n* [TangerineFeed](https://tangerinefeed.net/) - Remote Jobs\n* [RemoteYeah](https://remoteyeah.com/) - Remote Jobs / [Telegram](https://t.me/remoteyeah) / [Discord](https://discord.gg/69s55S7DjB)\n* [CareerVault](https://careervault.io/) - Remote Jobs\n* [NoDesk](https://nodesk.co/) - Remote Jobs\n* [Remote OK](https://remoteok.com/) - Remote Jobs\n* [JobsCollider](https://jobscollider.com/) - Remote Jobs\n* [Dynamite Jobs](https://dynamitejobs.com/) - Remote Jobs\n* [Working Nomads](https://www.workingnomads.com/jobs) - Remote Jobs\n* [Remotive](https://remotive.com/) - Remote Jobs\n* [DailyRemote](https://dailyremote.com/) - Remote Jobs\n* [HireBasis](https://www.hirebasis.com/) - Remote Jobs\n* [Remotedom](https://remotedom.com/) - Remote Jobs\n\n***\n\n## ▷ Tech Jobs\n\n* 🌐 **[30-sec](https://30secondsofinterviews.org/)** - Tech Interview Questions Indexes\n* 🌐 **[Summer 2026 Internships](https://github.com/SimplifyJobs/Summer2026-Internships)** - Tech Internships List / [Notifications](https://swelist.com/)\n* 🌐 **[Free-Certifications](https://github.com/cloudcommunity/Free-Certifications)** - Free Certifications / Courses Index\n* 🌐 **[TheRemoteFreelancer](https://github.com/engineerapart/TheRemoteFreelancer)** - Remote Tech Jobs Index\n* ↪️ **[Learn Programming](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25BA_developer_learning)**\n* ↪️ **[Learn Computer Science](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_computer_science)**\n* ⭐ **[Tech Interview Handbook](https://www.techinterviewhandbook.org/software-engineering-interview-guide/)** or [Frontend Interview Handbook](https://www.frontendinterviewhandbook.com/) - Interview Handbooks / [GitHub](https://github.com/yangshun/)\n* [MoAiJobs](https://www.moaijobs.com/) - Find Jobs in AI Companies\n* [FOSS Jobs](https://www.fossjobs.net/) - FOSS Project Jobs\n* [⁠Hiresail](https://hiresail.vercel.app/) - Freelance Work / Swipe Style Search / Resume Generator \n* [Authentic Jobs](https://authenticjobs.com/) - Find Developer / Designer Jobs\n* [Dribbble](https://dribbble.com/) - Designer Jobs\n* [r/DesignJobs](https://www.reddit.com/r/DesignJobs/) - Designer Jobs Subreddit\n* [Best PM Jobs](https://www.bestpmjobs.com/) - Tech Firm Night Jobs\n* [JS Remotely](https://jsremotely.com/) - Find Remote JavaScript Jobs\n* [larajobs](https://larajobs.com/) - Find Laravel Jobs\n* [Python Job Board](https://www.python.org/jobs/) - Find Python Jobs\n* [Levels.fyi](https://www.levels.fyi/) - Tech Career Salaries\n* [LeetFree](https://doocs.github.io/leetcode/#/README_EN) - Leaked Google / Facebook / Amazon Interview Questions / [GitHub](https://github.com/doocs/leetcode/blob/main/README_EN.md)\n* [Interviews.school](https://interviews.school/) or [InterviewThis](https://github.com/Twipped/InterviewThis) - Interview Preparation Guides\n* [Interview Warmup](https://grow.google/certificates/interview-warmup/) - Interview Practice\n* [Cyberseek](https://www.cyberseek.org/index.html) - Cybersecurity US Job Market Info\n* [NIST](https://www.nist.gov/nice/apprenticeship-finder) - Find NICE Cybersecurity Apprenticeship Programs\n* [Data.gov Resources](https://resources.data.gov/) - Data Management Tools / Training\n* [AWS re/Start](https://aws.amazon.com/training/restart/) or [AWS Training](https://www.aws.training/) - Cloud Career Training\n* [9Tut](https://www.9tut.com/) - CCNA Certification Training\n* [CompTIA](https://www.comptia.org/) / [Practice](https://www.examcompass.com/), [Cisco Training](https://www.cisco.com/c/en/us/training-events/training-certifications/certifications.html) or [UI.com](https://www.ui.com/training/) - Training / Certifications\n* [web3.career](https://web3.career/) or [FindWeb3](https://findweb3.com/) - Find Web3 Jobs\n\n***\n\n## ▷ Startup\n\n* 🌐 **[Awesome Startup](https://github.com/Ibexoft/awesome-startup-tools-list)**, [Awesome Launching Platforms](https://github.com/DirectorySurf/awesome-launch-platforms), [Awesome Launch](https://github.com/soGeneri/awesome-launch) or [Tools for Startups](https://docs.google.com/spreadsheets/d/1s6-hGBh0_tqa-jd23fsdYuwbmS8UPmElPqaH-Rnoa_A/htmlview) - Startup Resources Indexes\n* 🌐 **[moreThanFAANGM](https://kaustubh-natuskar.github.io/moreThanFAANGM/)** - Good Companies / Startups Index\n* [⁠Awesome OSS Monetization](https://github.com/PayDevs/awesome-oss-monetization/) - Monetization Approaches for OSS Projects\n* [⁠Startups RIP](https://startups.rip/) or [Failory](https://www.failory.com/graveyard) - Learn Why Startups Failed\n* [280+ Websites to Submit Your Startup](https://airtable.com/shrwqaak73gy83w9A/tblu5RcUft9fYp9Ju/viwFHmIyMniXzlpK4?blocks=show) or [PlacesToPostYourStartup](https://www.placestopostyourstartup.com/) - Startup Submission Sites\n* [WellFound](https://wellfound.com/) - Find Employees for Startups\n* [Business Card Generator](https://business-card-generator.vercel.app/) or [Haystack](https://thehaystackapp.com/) - Business Cards\n\n***\n\n## ▷ Collaboration Platforms\n\n* ⭐ **[NextCloud](https://nextcloud.com/)** - Collaboration Platform / File Sharing / [GitHub](https://github.com/nextcloud)\n* [Teams for Linux](https://github.com/IsmaelMartinez/teams-for-linux) - Unofficial Teams Client / Windows, Mac, Linux\n* [Atlassian](https://www.atlassian.com/) - Collaboration Platform\n* [Twake](https://twake.app/) - Collaboration Platform / [GitHub](https://github.com/linagora/twake-drive)\n* [Mattermost](https://mattermost.com/) - Self-Hosted Collaboration Platform / [GitHub](https://github.com/mattermost/mattermost)\n* [LucidSpark](https://lucidspark.com/), [Creately](https://creately.com/) or [Miro](https://miro.com/) - Idea / Collaboration Whiteboards\n* [ScreenRec](https://screenrec.com/) - Screen Recording for Collaboration\n* [Zulip](https://zulip.com/) - Team Chat / [GitHub](https://github.com/zulip/zulip/)\n* [Freedcamp](https://freedcamp.com/) - Project / Task Organization\n* [Asana](https://asana.com/) - Project / Task Organization\n* [Linear](https://linear.app/) - Project / Task Organization \n* [Factsplat](https://factsplat.com/) - Project Manager\n* [Mural](https://www.mural.co/) - Project Manager\n* [Taskcafe](https://github.com/JordanKnott/taskcafe) - Task Manager\n* [Nino](https://nino.app/) - Task Manager\n* [Trello](https://trello.com/) - Task Manager\n* [WeKan](https://github.com/wekan/wekan), [Kanboard](https://kanboard.org/) or [Planka](https://planka.app/) - Kanban Boards / Task Managers\n* [Airtable](https://www.airtable.com/) - Spreadsheet-Database Hybrid for Team Workflows\n\n***\n\n## ▷ Finance / Savings\n\n* 🌐 **[r/PersonalFinance Wiki](https://www.reddit.com/r/personalfinance/wiki/index)** / [Countries](https://www.reddit.com/r/personalfinance/wiki/country_index/) or [UK Personal Finance](https://ukpersonal.finance/) - Financial Advice / Resources\n* ⭐ **[TradingView](https://www.tradingview.com/)**, [GoCharting](https://gocharting.com/), [ticker](https://github.com/achannarasappa/ticker) or [finviz](https://finviz.com/) - Market Charting & Analysis Platforms\n* ⭐ **[StockTicker](https://github.com/premnirmal/StockTicker)** or [Candle](https://gitlab.com/cosmosapps/candle) - Mobile Market Charting & Analysis Platforms\n* ⭐ **[Ghostfolio](https://ghostfol.io/en/start)** / [Import](https://github.com/dickwolff/Export-To-Ghostfolio), [Paisa](https://paisa.fyi/) / [GitHub](https://github.com/ananthakumaran/paisa), [HomeBank](https://www.gethomebank.org/en/index.php), [Bagels](https://github.com/EnhancedJax/Bagels), [Firefly III](https://firefly-iii.org/), [Money Manager EX](https://moneymanagerex.org/) or [Actual](https://github.com/actualbudget/actual) - Finance / Expense Managers\n* [Weekly Market Recap](https://am.jpmorgan.com/content/dam/jpm-am-aem/americas/us/en/insights/market-insights/wmr/weekly_market_recap.pdf) - Weekly Stock Market Recaps\n* [⁠Free File](https://apps.irs.gov/app/freeFile/), [US Taxes](https://ustaxes.org/) or [FreeTaxUSA](https://www.freetaxusa.com/) - File Taxes for Free / [Get Pin](https://youtu.be/iPw8I-cZ1eY) / [Form Calc](https://opentaxsolver.sourceforge.net/)\n* [⁠Infolib](https://infolib.org/) - Customizable Dashboard w/ Financial News, Crypto Tracking, & Trading Tools\n* [money-manager](https://github.com/moneymanagerex/android-money-manager-ex), [Buckwheat](https://buckwheat.app/), [My Expenses](https://www.myexpenses.mobi/), [Cashew](https://play.google.com/store/apps/details?id=com.budget.tracker_app) / [iOS](https://apps.apple.com/us/app/cashew-expense-budget-tracker/id6463662930) or [Sushi](https://github.com/jerameel/sushi) - Mobile Finance / Expense Managers\n* [GreenStash](https://github.com/Pool-Of-Tears/GreenStash) - Savings Tracking App\n* [Denaro](https://github.com/NickvisionApps/Denaro) - Linux Finance Managers\n* [Ledger](https://ledger-cli.org/) or [hledger](https://hledger.org/index.html) - Accounting Systems\n* [PortfolioVisualizer](https://www.portfoliovisualizer.com/) - Visualize Portfolio\n* [r/povertyfinance wiki](https://www.reddit.com/r/povertyfinance/wiki/index/) - Financial Tips / Resources\n* [Simul8or](https://simul8or.com/) - 100K Trading Simulator\n* [r/BeerMoney](https://www.reddit.com/r/beermoney/) - Online Money Making Community / [Wiki](https://www.rxddit.com/r/beermoney/wiki/index)\n* [Compound Interest Calculator](https://www.investor.gov/financial-tools-calculators/calculators/compound-interest-calculator) - Determine Compound Interest Money Growth\n* [⁠Bogleheads](https://www.bogleheads.org/wiki/Main_Page) - Investing Advice Inspired by John Bogle \n* [GamestonkTerminal](https://github.com/OpenBB-finance/OpenBBTerminal), [OpenBB Terminal](https://openbb.co/) or [KoyFin](https://www.koyfin.com/) - Investment Research Tools\n* [Portfolio Performance](https://www.portfolio-performance.info/en/) - Portfolio Investment Tracker / [GitHub](https://github.com/portfolio-performance/portfolio)\n* [Financials Extension](https://github.com/cmallwitz/Financials-Extension) - Stock Market Data for LibreOffice Calc\n* [YieldFinder](https://yieldfinder.app/) - Rates for Savings Accounts, Market Funds, and Treasuries\n* [Quiver Quantitative](https://www.quiverquant.com/) - Stock Trading Research\n* [Technical Library](https://t.me/+Tz4VCcFAMVJGzd8z) - Educational Trading Ebooks\n* [TradingView Webhook Bot](https://github.com/fabston/TradingView-Webhook-Bot) / [Index](https://github.com/pAulseperformance/awesome-pinescript) - Send TradingView Alerts to Various Apps\n* [tickrs](https://github.com/tarkah/tickrs) - Ticker Data in Terminal\n* [⁠BestETF](https://www.bestetf.net/) or [ETFDB](https://etfdb.com/) - ETF Databases\n* [DeFi Derivative Landscape](https://github.com/0xperp/defi-derivatives) - DeFi Derivative Guide\n* [Kitco](https://www.kitco.com/) - Gold Rate Calculators\n* [MortgageCalculator](https://www.mortgagecalculator.site/) - Mortgage Calculator\n\n***\n\n## ▷ Crypto / Bitcoin\n\n* **Note** - It's recommended to store cryptocurrency offline in cold wallets such as Electrum, rather than exchanges like Binance or others. This increases security and gives you full control of your assets.\n\n***\n\n* 🌐 **[ChainList](https://chainlist.org/)** - EVM RPC List / [GitHub](https://github.com/DefiLlama/chainlist)\n* 🌐 **[KYCNOT.ME](https://kycnot.me/)** / [i2p](http://nti3rj4j4disjcm2kvp4eno7otcejbbxv3ggxwr5tpfk4jucah7q.b32.i2p/) / [.onion](http://kycnotmezdiftahfmc34pqbpicxlnx3jbf5p7jypge7gdvduu7i6qjqd.onion/) / [Source Code](https://codeberg.org/pluja/kycnotme), **[NotKYC](https://notkyc.com/)** or **[⁠OrangeFren](https://orangefren.com/)** - Non-KYC Exchanges / Services\n* ⭐ **[WalletScrutiny](https://walletscrutiny.com/)** - Verify Crypto Wallets are Open-Source / Secure / [Subreddit](https://www.reddit.com/r/WalletScrutiny) / [Discord](https://discord.gg/yCNdcSJw9k) / [GitLab](https://gitlab.com/walletscrutiny/walletScrutinyCom)\n* ⭐ **[Rotki](https://rotki.com/)** - Portfolio Manager / [Discord](https://discord.rotki.com/) / [GitHub](https://github.com/rotki)\n* [BitcoinTalk](https://bitcointalk.org/) - Bitcoin Forum\n* [BTCPay](https://btcpayserver.org/) - FOSS Bitcoin Payment Processor\n* [BitcoinWhosWho](https://www.bitcoinwhoswho.com/) - Bitcoin Address Scanner\n* [BlockChain](https://www.blockchain.com/explorer), [Velo](https://velo.xyz/), [CoinWatch](https://github.com/shorthouse/CoinWatch), [Hivexplorer](https://hivexplorer.com/), [BlockChair](https://blockchair.com/), [Mempool](https://mempool.space/), [L2BEAT](https://l2beat.com/), [HiveblockExplorer](https://hiveblockexplorer.com/), [CoinGlass](https://www.coinglass.com/) or [LiveCoinWatch](https://www.livecoinwatch.com/) - Live Crypto Prices / Blockchain Explorers\n* [Privacy Watch](https://privacy.watch/) - Privacy Crypto Price Tracker\n* [CoinGlass](http://www.coinglass.com) - Crypto Derivatives Data\n* [DefiLlama](https://defillama.com/) - TVL Aggregator\n* [WalletExplorer](https://www.walletexplorer.com/) - Bitcoin Block Explorers\n* [Cryptopedia](https://www.gemini.com/cryptopedia) or [Crypto Canon](https://a16zcrypto.com/posts/article/crypto-readings-resources/) - Crypto Learning Resources\n* [IQ.Wiki](https://iq.wiki/) - Crypto Encyclopedia\n* [protocol-reading-list](https://github.com/b-chiang/protocol-reading-list) - Crypto Protocols\n* [Traders Video Library](https://t.me/TradersVideo_Library) - Crypto Trading Courses\n* [HiveRSS](https://www.hiverss.com/) - Create Hive RSS Feeds\n\n***\n\n# ► Shopping\n\n\n* **Note** - Make sure to install a [adblocker](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_adblocking) when using these sites.\n\n***\n\n* 🌐 **[⁠Monerica](https://app.monerica.com/filter?Statuses=Verified)** - Monero-Friendly Site Index\n* ⭐ **[ThisIsWhyImBroke](https://www.thisiswhyimbroke.com/)** - Find Interesting Things to Buy\n* ⭐ **[Consumer Rights Wiki](https://consumerrights.wiki/)** - Documents Practices That Impact Consumer Rights / [Discord](https://discord.gg/8w5rSNAXRf)\n* ⭐ **[Dark Patterns Tip Line](https://darkpatternstipline.org/)** or [Dark Patterns](https://hallofshame.design/collection/) - Deceptive Services to Avoid\n* [Dark Patterns Detective](https://games.productartistry.com/games/dark-patterns) - Learn to Avoid Deceptive Services\n* [Looria](https://www.looria.com/) or [ProductHunt](https://producthunt.com/) - Product / Service Reviews\n* [Pepper](https://www.pepperdeals.com/) or [SlickDeals](https://slickdeals.net/) - Shopping Deal Communities\n* [⁠BangYourBuck](https://bangyourbuck.com/) - Unit Shopping Calculator / Comparisons for Amazon \n* [Hagglezon](https://www.hagglezon.com/) - Price Comparisons for Amazon Stores Across Europe\n* [⁠RedRecs](https://www.redrecs.com/) - Reddit Product Rankings, Summaries, and Comments / [Methodology](https://www.redrecs.com/how-redrecs-works)\n* [⁠BuyItForLife](https://buyitforlife.com/) - Durable Product Shopping Guide / [Subreddit](https://www.reddit.com/r/BuyItForLife/)\n* [⁠NoBids](https://nobids.net/) or [WatchCount](https://www.watchcount.com/) - eBay Advanced Search\n* [Typo Hound](https://typohound.com/) or [FatFingers](https://fatfingers.com/) - eBay Typo Search\n* [PicClick](https://picclick.com/) - eBay Quick Search\n* [⁠a view from my seat](https://aviewfrommyseat.com/) / [UK](https://aviewfrommyseat.co.uk/) - See Event Views Before Buying Tickets\n* [Desenmascara](https://desenmascara.me/) - Spot Counterfeit Sites\n* [r/MaleFashionAdvice Spreadsheet](https://docs.google.com/spreadsheets/d/1mhOIpjUUibBf3QueJs8iRJy5gBKCILq82ekJkiC5uqQ/) - Male Clothing Brand / Price Spreadsheet\n* [r/FashionReps](https://www.reddit.com/r/FashionReps/) - Replica Clothing Community\n* [⁠Carryology](https://www.carryology.com/) - Baggage, Luggage and Everyday Carry Reviews\n* [Best Damn EDC](https://www.youtube.com/channel/UCK5R1BsMtGd4DtI5uGQRHIg) - Everyday Carry Reviews / [Blog](https://bestdamnedc.com/)\n* [⁠PackHacker](https://www.packhacker.com/) - Everyday Carry and Travel Gear Reviews / [YouTube](https://www.youtube.com/channel/UC_rI3y1DzDULTr-UIvshiwg)\n* [⁠OutdoorGearLab](https://www.outdoorgearlab.com/) - Outdoor Gear Comparisons / Reviews\n* [⁠Everyday Commentary](https://www.everydaycommentary.com/best-of) - Flashlight and Knife Reviews / [YouTube](https://www.youtube.com/@EverydayCommentary) \n* [⁠Run Repeat](https://runrepeat.com/) - Shoe Shopping Guide / Reviews\n* [GoEuropean](https://www.goeuropean.org/) - European Products / Services\n* [⁠The Gentleman Stationer](https://www.gentlemanstationer.com/resources) - Writing Instrument and Stationary Reviews \n* [Unsharpen](https://www.youtube.com/@unsharpen) - Mechanical Pencil Reviews / [Blog](https://unsharpen.com/)\n* [JetPens Blog](https://www.jetpens.com/blog) - Mechanical Pen / Pencil Guides / Shopping / [YouTube](https://www.youtube.com/@JetPens)\n* [⁠Knockology](https://forum.knockology.com/) or [r/mechanicalpencils](https://www.reddit.com/r/mechanicalpencils/) / [Wiki](https://www.reddit.com/r/mechanicalpencils/wiki/index/) / [Discord](https://discord.com/invite/2zZfsax) - Mechanical Pencil Communities\n* [⁠Pen Addict](https://www.penaddict.com/) - Mechanical Pencil and Stationary Reviews\n* [⁠UK Fountain Pens](https://ukfountainpens.com/) - Fountain Pen Reviews\n* [⁠IPTV Surf](https://iptv.surf/) - IPTV Service Guide / Toolkit\n* [WornOnTV](https://wornontv.net/) or [ShopYourTV](https://shopyourtv.com/) - Find Outfits from TV Shows\n* [GoodOnYou](https://directory.goodonyou.eco/) - Clothing Brand Sustainability Ratings\n* [BabyGearLab](https://www.babygearlab.com/) - Baby Product Comparisons / Reviews\n* [Cars.com](https://www.cars.com/research/compare/) - Vehicle Reviews / Comparisons\n* [⁠CarSized](https://www.carsized.com/) - Vehicle Size Comparisons\n* [⁠INCIDecoder](https://incidecoder.com/) - Skincare Ingredients Search / Database\n* [Fragrantica](https://www.fragrantica.com/), [Basenotes](https://basenotes.com/) or [Parfumo](https://www.parfumo.com/) - Perfume / Fragrance Databases\n* [Models.dev](https://models.dev/) - AI Model Database / Pricing / [GitHub](https://github.com/anomalyco/models.dev)\n* [Build List](https://buildlist.org/) or [USA Parts Made Fast](https://partsmadefast.com/) / [X](https://x.com/mattfreed) - On-Demand Online Manufacturers\n* [Boycott Buddy](https://www.boycottbuddy.app/) - Identify Brands with Unethical Practices (child labor, slave labor, etc.)\n\n***\n\n## ▷ Electronics\n\n* ⭐ **[PCPartPicker](https://pcpartpicker.com/)**, [BuildCores](http://www.buildcores.com/) / [Subreddit](https://reddit.com/r/buildcores) / [Discord](https://discord.gg/gxHtZx3Uxe) or [CGDirector](https://www.cgdirector.com/pc-builder/) - PC Building Sites\n* ⭐ **[r/PCMasterrace Builds](https://pcmasterrace.org/builds)**, [r/BuildaPC Wiki](https://www.reddit.com/r/buildapc/wiki/index) or [PC Tiers](https://pctiers.com/) - PC Building Guides / **[Video](https://youtu.be/s1fxZ-VWs2U)**\n* ⭐ **[NanoReview](https://nanoreview.net/)**, **[TechPowerup](https://www.techpowerup.com/)**, [TechGearLab](https://www.techgearlab.com/), [ProductChart](https://www.productchart.com/), [Octoparts](https://octopart.com/), [Technical City](https://technical.city/) or [Techspecs](https://techspecs.io/) - Tech / Hardware Comparisons\n* ⭐ **[Open Benchmarking](https://openbenchmarking.org/)** - Hardware Benchmarks\n* ⭐ **[GSMArena](https://www.gsmarena.com/)** / [Guide](https://www.gsmarena.com/reviews.php3?sTag=Buyers+guide), [Prepaid Compare](https://prepaidcompare.net/), [PhoneDB](https://phonedb.net/), [GSMChoice](https://www.gsmchoice.com/en/), [⁠Antutu](https://www.antutu.com/en/ranking/rank1.htm) or [Kimovil](https://www.kimovil.com/en/) - Compare Phones / Prices\n* ⭐ **[CPUBenchmark](https://www.cpubenchmark.net/)**, [Toms GPU Hierarchy](https://www.tomshardware.com/reviews/gpu-hierarchy) or [NoteBenchcheck](https://www.notebookcheck.net/Benchmarks-Tech.123.0.html) - GPU / CPU Benchmarks\n* ⭐ **[r/MechanicalKeyboards Wiki](https://www.reddit.com/r/MechanicalKeyboards/wiki/index)**, [KeebFinder](https://keeb-finder.com/) or [Alexotos](https://www.alexotos.com/keyboard-vendor-list/) / [Discord](https://discord.com/invite/xMQArAaGRB) - Mechanical Keyboard Recommendations\n* ⭐ **[⁠MouseCTRL](https://mousectrl.com/)** or [Mousepad Mastersheet](https://docs.google.com/spreadsheets/d/1RAnmZxDNduaGV8kB-GCvZ0MO6d9-0j9jmrU2f8dp0Ww/) - Mousepad Comparison Chart\n* [⁠LTT Labs](https://www.lttlabs.com/) - Hardware / Tech Reviews\n* [Privacy Not Included](https://foundation.mozilla.org/privacynotincluded/) - Product Privacy Ratings\n* [r/buildapc](https://reddit.com/r/buildapc) - PC Building Community / [Discord](https://discord.com/invite/buildapc)\n* [r/BuildAPCForMe](https://reddit.com/r/BuildAPCForMe) - PC Building Community\n* [⁠Mini PC Guide / Comparisons](https://docs.google.com/spreadsheets/d/1MSVzjTK5bubSo7_pltKbWausKWoVUYynNdouj4GlIdE)\n* [⁠MoboMaps](https://mobomaps.com/) - Motherboard Visualizations / Info\n* [GPU Scout](https://www.gpuscout.com/) - eBay GPU Price Tracker\n* [CPU Scout](https://www.cpuscout.com/) - eBay CPU Price Tracker\n* [⁠WhereIsMyRam](https://whereismyram.com/) - DDR5 RAM Price Tracker\n* [NewMaxx's SSD Site](https://borecraft.com/) / [Doc](https://docs.google.com/spreadsheets/d/1B27_j9NDPU3cNlj2HKcrfpJKHkOf-Oi1DbuuQva2gT4/), [SSD Tester](https://ssd-tester.com/) or [JohnnyLucky](https://www.johnnylucky.org/data-storage/ssd-database.html) - SSD Buying Comparisons\n* [Disk Prices](https://diskprices.com/), [⁠PricePerGig](https://pricepergig.com/), [List of Disks](https://www.listofdisks.com/) or [⁠TerabyteDeals](https://terabytedeals.com/) - Disk Price Trackers\n* [Jarrod's Tech](https://jarrods.tech/resources/) or [SuggestALaptop](https://discord.gg/pes68JM) / [Guide](https://docs.google.com/document/d/1_Oh9M4zrBB1hx3B0Yw32-evH4bqTmwNM5DJ12lWvA0w/) (discord) - Laptop Suggestions\n* [Laptop Wiki](https://laptopwiki.eu/) - Laptop Info Database\n* [EveryMac](https://everymac.com/) - Mac Info Database\n* [EloShapes](https://www.eloshapes.com/), [Sensor.fyi](https://sensor.fyi/info/), [RocketJumpNinja](https://www.rocketjumpninja.com/) or [r/MouseReview](https://www.reddit.com/r/MouseReview/) / [Discord](https://discord.gg/mousereview) - Mouse Buying Guides\n* [⁠Cybenetics PSU Benchmarks](https://www.cybenetics.com/index.php?option=psu-performance-database) or [PSU Tier List](https://psutierlist.org/) / [Document](https://docs.google.com/spreadsheets/d/1akCHL7Vhzk_EhrpIGkz8zTEvYfLDcaSpZRB6Xt6JWkc/) / [Discord](https://discord.gg/qkrJy3hDa8) - PSU Buying Guides / Benchmarks\n* [4K TV Guide](https://www.reddit.com/r/4kTV/comments/1mxcuv7/) - 4K TV Buying Guide\n* [⁠r/HTBuyingGuides](https://www.reddit.com/r/HTBuyingGuides/) - Home Theater Buying Guides\n* [Dolby Vision Stuff](https://docs.google.com/spreadsheets/d/15i0a84uiBtWiHZ5CXZZ7wygLFXwYOd84) - Dolby Vision (HDR) Playback Guide\n* [DisplaySpecifications](https://www.displayspecifications.com/), [PC Monitors](https://pcmonitors.info/), [TFTCentral](https://tftcentral.co.uk/), [Monitor Hunter](https://docs.google.com/document/d/1illeNLsUfZ4KuJ9cIWKwTDUEXUVpplhUYHAiom-FaDo/), [Monitor Spreadsheet](https://docs.google.com/spreadsheets/d/1wBV0U3a1XuP1yFLvs_Ald3FE1y45bVxtS2zBXixsGLs/edit) or [DisplayNinja](https://www.displayninja.com/) - Monitor Buying Guides\n* [sven dpi](https://www.sven.de/dpi/) - Screen / Monitor Size Comparisons\n* [AudioScienceReview](https://www.audiosciencereview.com/forum/index.php) - Audio Equipment Discussion\n* [Scarbir](https://www.scarbir.com/), [r/Headphones Guide](https://sites.google.com/view/quipa/assistants), [Squiglink](https://squig.link/), [DIY-Audio-Heaven](https://diyaudioheaven.wordpress.com/), [Crinacle Graphs](https://graph.hangout.audio/) or [Crinacle](https://list.hangout.audio/iem) - Headset / Headphone / Earphone Comparisons\n* [Consoomer_Guide](https://consoomer-guide.pages.dev/) / [2](https://rentry.org/consoomer_guide) - Earphone Shopping Guide\n* [Crinacle's Ultimate IEM List](https://list.hangout.audio/iem/) or [IEMGazette](https://4ciemg.github.io/IEMGazette/) - In-Ear Monitor Comparisons / Reviews\n* [SpeakerRanking](https://www.speakerranking.com/) - Speaker Comparisons / Reviews\n* [Erin's Audio Corner](https://www.erinsaudiocorner.com/) or [Equipboard](https://equipboard.com/) - Audio Equipment Comparisons\n* [⁠Audio Test Kitchen](https://www.audiotestkitchen.com/) - Compare Microphone Sounds\n* [⁠The Great MicroSD Card Survey](https://www.bahjeez.com/the-great-microsd-card-survey/) - MicroSD Tests / Comparisons \n* [Don’t kill my app!](https://dontkillmyapp.com/) - Manufacturer Battery Life vs. App Functionality\n* [PhoneSized](https://phonesized.com/) or [HotSpot3D](https://www.hotspot3d.com/) - Phone Size Comparisons\n* [Gamepadla](https://gamepadla.com/) - Gamepad / Controller Latency Tests\n* [⁠Archcord](https://www.flashcarts.net/) - DS + GBA Flashcart Comparisons / YSMenu Compatibility\n* [⁠EmuReady](https://www.emuready.com/) - Mobile Game Emulation Compatibility / Info / [Discord](https://discord.gg/CYhCzApXav) / [GitHub](https://github.com/Producdevity/EmuReady)\n* [RetroCatalog](https://retrocatalog.com/) or [Handheld Emulation Compatibility](https://docs.google.com/spreadsheets/d/1irg60f9qsZOkhp0cwOU7Cy4rJQeyusEUzTNQzhoTYTU/) - Handheld Game Emulation Compatibility / Info\n* [ComparisonTabl.es](https://comparisontabl.es/) - Compare E-Readers\n* [DrawTab](https://docs.thesevenpens.com/drawtab) - Drawing Tablet Info / Wiki\n* [Consolevariations](https://consolevariations.com/) - Game Console Rarity / Shopping\n* [Camera Decision](https://cameradecision.com/) or [Digicamfinder](https://digicamfinder.com/) - Compare Cameras\n* [⁠OscarLiang.com](https://oscarliang.com/) - FPV Drone Equipment Reviews \n* [3D Printer Recs](https://redd.it/1bh9jud) - Hobbyist 3D Printer Recommendations\n* [⁠SpoolScout](https://www.spoolscout.com/) - Search / Compare 3D Printing Filament Prices\n* [⁠RackRat](https://rackrat.net/) - eBay Rackmount Server Prices / Comparisons\n\n***\n\n## ▷ Games\n\n* ↪️ **[Steam Store Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools#wiki_.25B7_store_tools)**\n* ⭐ **[GG.deals](https://gg.deals/)** - Multi-Store / Multi-Platform / [Discord](https://discord.com/invite/NhsTFvdHXG)\n* ⭐ **[IsThereAnyDeal](https://isthereanydeal.com/)** - Multi-Store / [Discord](https://discord.com/invite/C3K4bBh)\n* ⭐ **[SteamDB](https://steamdb.info/sales/)** - Steam Sales / [Extension](https://steamdb.info/extension/) / [Discord](https://discord.com/invite/steamdb)\n* [⁠EGData](https://egdata.app/) - Epic Store Sales / [GitHub](https://github.com/nachoaldamav/egdata)\n* [SteamBase](https://steambase.io/sales) - Steam Sales / [Discord](https://discord.gg/C7fxdbCf6A)\n* [r/SteamDeals](https://www.reddit.com/r/steamdeals/) - Steam Sales\n* [CheapShark](https://www.cheapshark.com/) - Multi-Store / [Discord](https://discord.com/invite/cheapshark)\n* [PSPrices](https://psprices.com/) - Multi-Store / Multi-Platform / [Discord](https://discord.com/invite/hN57zh8Ey2)\n* [DekuDeals](https://www.dekudeals.com/) - Console Game Price Tracker\n* [AppAgg](https://appagg.com/) - Multi-Store / Multi-Platform / [Discord](https://discord.gg/XUhs6fcFqQ) / [GitHub](https://github.com/AppsAgg/AppAgg)\n* [CheapCharts](https://games.cheapcharts.com/) - Switch, Xbox and Playstation Price Tracker\n* [r/GameDeals](https://www.reddit.com/r/gamedeals) - Game Deal Subreddit\n* [PriceCharting](https://www.pricecharting.com/) - Game, Comic & Trading Card Price Tracker\n* [⁠VRDB](https://vrdb.app/) or [QuestStoreDB](https://queststoredb.com/) - VR Game / App Price Tracker\n\n***\n\n## ▷ Apps\n\n* [AppRaven](https://appraven.net/activity/pricedrops?ratingCount=0&price=FREE) - Apple Platform Apps / Games / [Subreddit](https://www.reddit.com/r/AppRaven/) / [Telegram](https://t.me/AppRavenOfficial) / [Discord](https://discord.com/invite/q8nPsNAypC)\n* [App Sales](https://www.app-sales.net/nowfree/) - Android Apps\n* [r/GooglePlayDeals](https://reddit.com/r/googleplaydeals) - Android Apps\n* [Play-Deals](https://github.com/psuzn/Play-Deals) - Android Apps\n* [r/AppHookup](https://www.reddit.com/r/AppHookup/) - Multi-Store / Multi Platform\n* [⁠r/MacAppStoreDeals](https://www.reddit.com/r/MacAppStoreDeals/) - Apple Apps\n\n***\n\n## ▷ Toys / Collectibles\n\n* [MyFigureCollection](https://myfigurecollection.net/) - Japanese Pop-Culture Merch Database\n* [Pokechange](https://en.pokechange.net/) or [Misprint](https://www.misprint.com/) - Buy / Sell Pokémon Cards\n* [⁠ThePriceDex](https://www.thepricedex.com/) - Pokémon Card Price Tracking\n* [Dinosaur Toy Blog](https://dinotoyblog.com/) or [Animal Toy Blog](https://animaltoyforum.com/blog/) - Animal Toy Reviews\n* [Ty Collector](https://tycollector.com/) or [Beaniepedia](https://beaniepedia.com/) - Ty Collectibles Databases\n* [BreyerHorseRef](https://www.breyerhorseref.com/) - Breyer Horse Database\n* [The Toy Pool](https://thetoypool.com/) - Multi-Brand Toy & Doll Database\n* [Brickset](https://brickset.com/) - Lego Set Guide\n* [FigureRealm](https://www.figurerealm.com/) - Track Action Figure Collection\n\n***\n\n## ▷ Price Tracking\n\n* ⭐ **[Dupe](https://dupe.com/)** or [wtf.deals](https://wtf.deals/) - Furniture Duplicate Deals Search\n* ⭐ **[Keepa](https://keepa.com/)**, [PriceHistory](https://pricehistoryapp.com/) or [CamelCamelCamel](https://camelcamelcamel.com/) / [Charts](https://greasyfork.org/en/scripts/416590) - Amazon Price Trackers / [App](https://play.google.com/store/apps/details?id=com.offertadelgiorno.offertadelgiorno)\n* [Vetted](https://vetted.ai/), [Real Price Tracker](https://www.realpricetracker.com/) or [FlipsHope](https://flipshope.com/) - Price Tracking Extensions\n* [r/WhatsThisWorth](https://www.reddit.com/r/whatsthisworth/) - Online Appraisals\n* [Music Software Deals](https://musicsoftwaredeals.com/) - Track Music Software Prices\n* [Valuta EX](https://valuta.exchange/) or [Currency World](https://currency.world/) - Currency Converters\n\n***\n\n# ► Useful Sites\n\n* ↪️ **[Skills / Hobbies / DIY](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25BA__skills_.2F_hobbies_.2F_diy)**\n* ↪️ **[Manual Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_manuals)** - Repair Articles / Manuals\n* ↪️ **[Mind Mapping](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_mind_mapping)**\n* ↪️ **[Presentation / Slideshare Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_presentation_tools)**\n* ↪️ **[Data Visualization](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_data_visualization_tools)**\n* ↪️ **[Polling Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_poll_sites)**\n* ⭐ **[Versus](https://versus.com/)**, [SocialCompare](https://socialcompare.com/en) or [Diffen](https://www.diffen.com/) - Compare Anything\n* ⭐ **[endoflife.date](https://endoflife.date/)** - Tool / Tech End of Life Index\n* ⭐ **[USPS Shipping Supplies](https://store.usps.com/store/results/free-shipping-supplies/_/N-alnx4j)** - Free Shipping Supplies\n* [Don't Call The Police](https://dontcallthepolice.com/) - Alternative Crisis Response / Police Alternatives\n* [Dashboard](https://zzanehip.github.io/Dashboard/) - Mac-Style Dashboard Widget\n* [RANDOM](https://www.random.org/), [The One Generator](https://theonegenerator.com/) or [getrandomgenerator](https://getrandomgenerator.com/) - Random Generators\n* [The Measure Of Things](https://www.themeasureofthings.com) - Comparative / Relative Quantity Measurements\n* [Compare Sizes](https://comparesizes.com/) or [⁠SizeR.jp](https://sizer.jp/) - Compare Sizes of Anything\n* [Paper Sizes](https://papersizes.io/) - Common Paper Sizes\n* [wttr](https://wttr.in/) - Simple / Minimal Weather / [GitHub](https://github.com/chubin/wttr.in)\n* [WeatherStar 4000+](https://weatherstar.netbymatt.com/) / [2](https://weatherstar.dev/) or [WeatherScan](https://weatherscan.net/) - Retro Style Weather / [80's](https://weatherstar3000.netbymatt.com/) / [GitHub](https://github.com/MistWeatherMedia/)\n* [Wheel Decide](https://wheeldecide.com/), [Spinn a Wheel](https://spinnawheel.com/), [Ultimate Wheel](https://ultimatewheelspin.com/), [PickerWheel](https://pickerwheel.com/), [SWG](https://spinthewheelgenerator.com/), [SpinTheWheel](https://spinthewheel.io/), [HeySpinner](https://heyspinner.com/), [TheSpinnerWheel](https://thespinnerwheel.com/) or [Wheel of Names](https://wheelofnames.com/) - Wheel Randomizers\n* [SurveyHeart](https://surveyheart.com/) - Survey Creators\n* [Label Studio](https://labelstud.io/) or [Cvat](https://www.cvat.ai/) - Data Organizing Tools\n* [colnect](https://colnect.com/en) - Manage Personal Collections\n* [Diffchecker](https://www.diffchecker.com/) - Check Differences in Text, Images, PDFs or Files\n* [Acoustic Gender](https://acousticgender.space/) - Measure Voice Pitch\n* [Timeline Cascade](https://markwhen.com/) / [GitHub](https://github.com/mark-when/markwhen), [Timeline JS](https://timeline.knightlab.com/) or [Time.Graphics](https://time.graphics/) - Create Timelines\n* [Timeliner](https://timelinize.com/) - Create Personal Digital Timeline\n* [Familypedia](https://familypedia.fandom.com/), [Gramps](https://gramps-project.org/blog/), [FamilySearch](https://www.familysearch.org/) or [WikiTree](https://wikitree.com/) - Find Family Trees\n* [⁠Family Chart](https://github.com/donatso/family-chart) or [FamilyEcho](https://www.familyecho.com/) - Create Custom Family Tree\n* [ThistoThat](https://www.thistothat.com/) - How to Glue Anything to Anything\n* [A Bra That Fits](https://www.abrathatfits.org/calculator.php) or [BraMetric](https://brametric.com/) - Bra Size Calculators\n* [r/CurlyHair Guide](https://docs.google.com/document/d/e/2PACX-1vSvGm-p4tvrstjT-XEo6pTHZSYeEON7xF5lPSnNv-3Kc2lCrdnkjXhFbdHt4pF3HUetWZ1j9dgfBBkS/pub) - Curly Hair Haircare Guide\n* [Stolen Drone](https://stolendrone.info/) - Stolen Drone Info\n* [CacheSleuth](https://www.cachesleuth.com/) - Geocaching Tools\n* [Parcelsapp](https://parcelsapp.com/en/), [Informed Delivery](https://informeddelivery.usps.com/) or [17Track](https://www.17track.net/en) - Mail Package Tracking\n* [TemplateMaker](https://www.templatemaker.nl/) - Package / Box Templates\n* [Hots&Cots](https://www.hotscots.app/) - Military Reviews of Barracks / DFAC\n\n***\n\n## ▷ Multi Tool Sites\n\n* 🌐 **[Mr Free Tools](https://mrfreetools.com/)** - Find Free Tools\n* ⭐ **[TinyWow](https://tinywow.com/)** - Text / Image / PDF / File\n* ⭐ **[PineTools](https://pinetools.com/)** - Text / Multimedia / Colors / Code\n* [ZeroKit](https://zerokit-dun.vercel.app/) - Text / Image / Social Media / Code\n* [GoOnlineTools](https://goonlinetools.com/) - Text / Encode-Decode / Code / Random / Image\n* [⁠99Tools](https://99tools.net/) - Text / Encode-Decode / Code / Random / Image\n* [Framasoft](https://degooglisons-internet.org/en/) - Text / Collaboration\n* [10015.io](https://10015.io/) - Text / Image / Code / Colors\n* [Disroot](https://disroot.org/en/#services) - Text / Social Media\n* [Private.coffee](https://private.coffee/services.html) - Text / Code \n* [RandomTools](https://randomtools.io/) - Social Media / Text / Image / Code\n* [delphitools](https://delphi.tools/), [2](https://tools.rmv.fyi/) - Social Media / Text / Image\n* [MajorGeeks Tools](https://tools.majorgeeks.com/) - Social Media / Text / Image / Code\n* [OmniTools](https://omnitools.app/) - Social Media / Text / Image / Code\n* [uFreeTools](https://www.ufreetools.com/en/) - Text / Code\n* [ToolYatri](https://toolyatri.com/) - Text / Code\n* [IPVoid](https://www.ipvoid.com/) - Text / IP\n* [AppsCyborg](https://appscyborg.com/) - File Conversion / Media\n* [onlinetools](https://onlinetools.com/) - File-Specific Tools\n* [a.tools](https://www.a.tools/) - Text / Image / Code / Cryptography\n* [RakkoTools](https://en.rakko.tools/) - Text / Code / Image\n* [123Apps](https://123apps.com/) - Multimedia / File Conversion / PDF\n* [KodyTools](https://www.kodytools.com/) or [Webacus](https://webacus.dev/) - Data / Text / Design / Cryptography / Unit Conversion\n* [Media.io](https://www.media.io/online-tools.html) - Multimedia\n* [Digital Methods Initiative](https://wiki.digitalmethods.net/Dmi/ToolDatabase) - Research Tools Database\n* [BfoTool](https://bfotool.com/) - Text / Image / Code / File Conversion\n* [Ian Coleman](https://iancoleman.io/) - Cryptography and Encoding Tools\n* [URL Decode](https://url-decode.com/cat/all) - Dev Tools / Web Tools / File Conversion\n\n***\n\n## ▷ Productivity / Time Tracking\n\n* 🌐 **[ProductivePrivacy](https://priductive.com/)** - Privacy-Focused Productivity Apps\n* 🌐 **[Time and Date](https://www.timeanddate.com/)** - Multiple Time Tracking Tools\n* ↪️ **[To-Do Lists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_to_do_lists)**\n* ↪️ **[Android Productivity / App Blocking](https://www.reddit.com/mod/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_productivity_.2F_app_blockers)**\n* ⭐ **[Super Productivity](https://super-productivity.com/)** - Time Tracker / Productivity App / To-Do List\n* ⭐ **[Habitica](https://habitica.com/)** - Achievement Style Productivity App / [GitHub](https://github.com/HabitRPG/habitica)\n* [Zoneless](https://zoneless.tools/), [WorldTimeBuddy](https://www.worldtimebuddy.com/) or [EveryTimeZone](https://everytimezone.com/) - Time Zone Visualizers / Comparisons\n* [⁠FocusTube](https://github.com/malekwael229/FocusTube), [UnDistracted](https://www.undistracted.app/) or [Focus-ToDo](https://chromewebstore.google.com/detail/ngceodoilcgpmkijopinlkmohnfifjfb) - Distraction / Doomscroll Blocking Extensions\n* [r/GetMotivated](https://www.reddit.com/r/GetMotivated/) - Motivational Community\n* [Untools](https://untools.co/) - Better Thinking Tools\n* [Freeter](https://freeter.io) - Work Organizer / [GitHub](https://github.com/FreeterApp/Freeter)\n* [VisualizeHabit](https://visualizehabit.com/) - Habit Tracking\n* [Cold Turkey](https://getcoldturkey.com/) - Site Blocker / Productivity App\n* [⁠WHPH](https://whph.ahmetcetinkaya.me/) - Productivity Tracker / [GitHub](https://github.com/ahmet-cetinkaya/whph)\n* [⁠ScreenZen](https://screenzen.co/) - Site / App Blocker\n* [SelfControlApp](https://selfcontrolapp.com/) - Mac Site Blocker\n* [ActivityWatch](https://activitywatch.net/) - Device / App Time Tracker / [Extensions](https://github.com/ActivityWatch/aw-watcher-web)\n* [ProcrastiTracker](https://strlen.com/procrastitracker/) - Device / App Time Tracker\n* [Focumon](https://www.focumon.com/) - Pokémon Style Productivity App\n* [Timer](https://klaster1.github.io/timer-5) - Time Tracker\n* [timebleed](https://timebleed.com/) - Time Tracker / Break Reminders\n* [wnr](https://getwnr.com/) - Time Tracker / Break Reminders\n* [Pomatez](https://zidoro.github.io/pomatez/) - Time Tracker / Break Reminders\n* [BreakTimer](https://breaktimer.app/) - Break Reminders\n* [Stretchly](https://hovancik.net/stretchly) - Break Reminders\n* [skāl.es](https://www.skal.es/) - Work Life Balance Tracking\n* [BreakMessage](https://breakmessage.com/) - Online Break Reminders\n* [Plucky](https://pluckyfilter.com/), [⁠one sec](https://one-sec.app/), [Block Site](https://webextension.org/listing/block-site.html), [LeechBlock](https://www.proginosko.com/leechblock), [uBlacklist](https://ublacklist.github.io/docs) or [Forest](https://addons.mozilla.org/en-US/firefox/addon/forest-stay-focused-be-present/) / [Chrome](https://chrome.google.com/webstore/detail/forest-stay-focused-be-pr/kjacjjdnoddnpbbcjilcajfhhbdhkpgk) - Site Blocking Extensions\n* [Time Tracker](https://www.wfhg.cc/) - Browser Time Tracking Extension / [GitHub](https://github.com/sheepzh/time-tracker-4-browser)\n* [Comicsflow](https://comicsflow.com/) - Comic / Manga Project Manager\n\n***\n\n## ▷ Calendars / Events\n\n* ⭐ **[Cal.com](https://cal.com/)** - Business / Work Schedule Calendar / [GitHub](https://github.com/calcom/cal.com)\n* ⭐ **[LettuceMeet](https://lettucemeet.com)**, [Event Rally](https://rallly.co/) / [GitHub](https://github.com/lukevella/Rallly), [Cally](https://cally.com/), [Mobilizon](https://joinmobilizon.org/) or [Gancio](https://gancio.org/) - Event Date Organizing\n* [Luma](https://lu.ma/), [⁠Heylo](https://www.heylo.com/), [⁠Eventbrite](https://www.eventbrite.com/) or [Meetup](https://www.meetup.com/) - Search or Post Local Events\n* [Samay](https://samay.app/) - Meeting Time Polls\n* [GanttProject](https://www.ganttproject.biz/) - Project Scheduling App\n* [Pick Time](https://pick-time.io/) - Easily Schedule Times with Friends\n* [Proton Calendar](https://proton.me/calendar) - Calendar / [Discord](https://discord.com/invite/proton)\n* [Tuta Calendar](https://tuta.com/calendar) - Calendar\n* [Tweek](https://tweek.so/) - Calendar\n* [Gantt](https://github.com/neuronetio/gantt-schedule-timeline-calendar) - Calendar\n* [time.fyi](https://time.fyi/) - Calendar / Time Tools\n* [Office Holidays](https://www.officeholidays.com/) - World Event Calendars\n* [Countdowns](https://www.countdowns.live/) - Create Custom Countdowns\n* [StageTimer](https://stagetimer.io/) - Event Timer\n* [Table Plan](https://table-plan.com/) - Seating Chart Maker ⁠\n* [WhoBrings](https://whobrings.com/) - Party Item Management Tool\n* [KittySplit](https://www.kittysplit.com/en/) or [Spliit](https://spliit.app/) - Group Expense Splitting Calculator\n\n***\n\n# ► Fun Sites\n\n## ▷ Chat / Forums\n\n* 🌐 **[r/ListOfSubreddits](https://www.reddit.com/r/ListOfSubreddits/wiki/listofsubreddits/)** - List of Subreddits\n* 🌐 **[Piracy Subs](https://www.reddit.com/r/Piracy/wiki/megathread/related_subreddits)** - Piracy Subreddits\n* ↪️ **[Multireddit Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_multireddits)**\n* ↪️ **[AI Chatbots](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_ai_chatbots)**\n* ⭐ **[Knockout](https://knockout.chat/)** / [Discord](https://discord.com/invite/tqUtPA43Hy), [comfy box](https://comfybox.floofey.dog/), [SheepishPatio](https://sheepishpatio.net/) or [Macintosh Cafe](https://forum.agoraroad.com/) - General Forums\n* ⭐ **[SufficientVelocity](https://forums.sufficientvelocity.com/)**, [Myth Weavers](https://www.myth-weavers.com/), [⁠AltHistory](https://althistory.com/), [RolePlayer](https://www.roleplayer.me/) or [SpaceBattles](https://forums.spacebattles.com/) - Fanfiction / Roleplaying Communities\n* [Frantic Fanfic](https://franticfanfic.com/) - Fanfiction Chat Game\n* [bugs](https://nobodyhere.com/bugs/) or [Posting.Cool](https://posting.cool/) - Random Topic Forums\n* [⁠Perfectly Imperfect](https://www.pi.fyi/) - Oldschool Internet Style Social Media Site\n* [Earth Reviews](https://neal.fun/earth-reviews/) - Help Improve the Simulation\n* [Virtual World List](https://virtualworldslist.neocities.org/) - Virtual World List\n* [Monkey](https://www.monkey.app/) - Random Chat Rooms\n* [Wireclub](https://www.wireclub.com/) - Topic Chat Rooms\n* [MyCast](https://www.mycast.io/) - Dream Casting Discussions\n* [AnimeSuki](https://forums.animesuki.com/), [AnimeUKNews](https://forums.animeuknews.net/) or [Fanverse](https://www.fanverse.org/) - Anime Discussion\n* [Fora](https://fora.com/communities/) or [Discourse](https://discover.discourse.com/) - Specialty Forums\n* [Resetera](https://www.resetera.com/), [RetroGameTalk](https://retrogametalk.com/) / [Subreddit](https://www.reddit.com/r/RetroGameTalk/) or [RacketBoy](https://racketboy.com/forum/) - Gaming Forums\n* [TheRPF](https://www.therpf.com/forums/) - Movie Costume / Prop Forum\n* [Websleuths](https://www.websleuths.com/) - Crime Solving Forum\n* [Airsoft International](https://discord.gg/airsoft) - Airsoft Guides / Community ⁠\n* [Photonlexicon](https://www.photonlexicon.com/forums/) - Lasers Forum\n* [Status.Cafe](https://status.cafe/) - Share Current Status\n* [TwoCansAndAString](https://twocansandstring.com/) or [TellOnMe](https://tellonym.me/) - Anonymous Q&A\n* [Earth 2050](https://2050.earth/) - Future Predictions\n* [MessageToTheFuture](https://messagetothefutu.re/) or [FutureMe](https://www.futureme.org/) - Send Messages to Future Self\n* [PostSecret](https://postsecret.com/) - Share Secrets via Postcard\n* [PenPal World](https://www.penpalworld.com/) or [GlobalPenFriends](https://www.globalpenfriends.com/) - Pen Pal Community\n* [WriteAPrisoner](https://writeaprisoner.com/) - Pen Pals for Inmates\n* [Magic Crystal Ball](https://www.oproot.com/ball/) - Get Messages from Beyond\n\n***\n\n## ▷ Image / Video\n\n* ↪️ **[Digital Art Collections](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_digital_art_collections)**\n* ↪️ **[Image Creation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25BA_image_creation)**\n* ↪️ **[ASCII Art](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_ascii_art)**\n* ↪️ **[Art / Illustrations](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_art_.2F_illustrations)**\n* ↪️ **[GIF Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_gif_tools)**\n* ↪️ **[Meme Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools/#wiki_.25B7_meme_tools)**\n* ↪️ **[4chan Archives](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_4chan_archives)**\n* ⭐ **[SakugaBooru](https://www.sakugabooru.com/)** - Anime Animation Booru / [Enhancements](https://chromewebstore.google.com/detail/sakuga-extended/khmnmdaghmhkcbooicndamlhkcmpklmc)\n* [loc.alize](https://loc.alize.us/) - Explore Earth via Images\n* [Newgrounds Auditorium](https://bluemaxima.org/auditorium/) - Newground Flash Animation Archive\n* [MSPFA](https://mspfa.com/) - MS Paint Fan Adventures\n* [GigaMacro](https://viewer.gigamacro.com/) or [Gigapan](https://www.gigapan.com/) - Panoramic Photography\n* [stringers.live](https://stringers.live/) - Live Freelance Journalist Streams\n* [Retro TV Simulator](https://www.myretrotvs.com/) - Simulate Oldschool TV Channels\n* [TheOfficeStareMachine](http://theofficestaremachine.com/) - The Office Video Emotion Search\n* [BumpWorthy](https://www.bumpworthy.com/) - Adult Swim Bumps\n* [YouTune](https://youtune.elan.place/) - Random Low View Songs\n* [⁠Flipnote Studio Scratch](https://turbowarp.org/382497241) - Web-based Flipnote Studio\n* [Sudomemo](https://www.sudomemo.net/) or [Kaeru Gallery](https://gallery.kaeru.world/) - DS Flipnote Studio Galleries\n* [Toonami Remastered](https://www.toonamiremastered.com/) - Remastered Toonami Content\n* [ThisXDoesNotExist](https://thisxdoesnotexist.com/) - Realistic-Looking Fake Versions of Things\n* [ThisPersonNotExist](https://thispersonnotexist.org/), [ThisPersonDoesNotExist](https://www.thispersondoesnotexist.com/) or [this-person-does-not-exist](https://this-person-does-not-exist.com/) - People That Don't Exist\n* [The Slideshow](https://theslideshow.net/) - Google Image Slideshow\n* [⁠The Gallery of Babel](https://babel.alfaoz.dev/) or [babel image archives](https://babelia.libraryofbabel.info/) - Image Version of Library of Babel\n* [Different Strokes](https://scottts.itch.io/different-strokes) - Online User-Made Art Gallery\n* [Creative Uncut](https://www.creativeuncut.com/) - Video Game Art\n* [IndieGameBooru](https://indiegame.booru.org/) - Indie Game Image Booru\n* [ASCII Theatre](https://ascii.theater/) - ASCII Based Movies\n* [Random Screenshot](https://randomscreenshot.com/) or [Random Prnt.sc](https://chrishannah.me/prntsc/) - Random Screenshots\n* [Random Comic Generator 3.0](https://explosm.net/rcg) - Explosm Random Comic Generator\n* [Pulp-O-Mizer](https://thrilling-tales.webomator.com/derange-o-lab/pulp-o-mizer/pulp-o-mizer.html) - Vintage Magazine Cover Generator\n* [Chris Shier](https://www.csh.bz/) - Canvas Animations / GIFs\n* [THE 88×31 ARCHIVE](https://hellnet.work/8831/), [Babamos 88x31](https://cyber.dabamos.de/88x31/index.html), [88x31 Buttons](https://anlucas.neocities.org/88x31Buttons) or [Web Badges World](https://web.badges.world/) - Oldschool 88x31 Web Badges\n* [r/Place Atlas](https://place-atlas.stefanocoding.me/) - r/Place Info\n* [LameBook](https://www.lamebook.com/) - Funny Facebook Statuses\n* [TinyFox](https://tinyfox.dev/image-list/) - Random Animal Images\n* [Kittenwar!](https://www.kittenwar.com/) - Rate Kittens\n* [Cataas](https://cataas.com/cat), [CatPics](https://catpics.lol/) or [Random Cat](https://s4il.is-a.dev/randomcat/) - Random Cat Images\n* [procatinator](https://procatinator.com/) - Cat GIFs & Music\n* [Open Puppies](https://openpuppies.com/) - Random Dog GIFs\n* [Magic Sketchpad](https://magic-sketchpad.glitch.me/)\n* [Webchemy](https://webchemy.org/) - Drawing / Sketching\n* [World Draw](https://world-draw.appspot.com/draw) - Draw World Together\n* [Eschersket](https://eschersket.ch/) - Symmetry Drawing Tool\n* [Crayon Town](https://crayon.town/) - Infinite Online Drawing Canvas\n* [Triviart](https://triviart.live/) - Infinite Painting Canvas with Trivia\n* [bomomo](https://bomomo.com/) - Multi-Brush Painting\n* [Monsterland](https://monsterland.net/) - Collaborative Monster Drawing\n* [JS Kid Pix](https://kidpix.app/) - Browser JS KidPix\n* [JacksonPollock](https://www.jacksonpollock.org/) - Splatter Painting / Click to Change Color\n* [Paint with Music](https://artsandculture.google.com/experiment/paint-with-music/YAGuJyDB-XbbWg) - Paint with Sound\n* [No Paint](https://nopaint.art/) - Press \"Paint\" if you like what you see, \"No\" if you don't\n* [paint.wtf](https://paint.wtf/) - Have an AI Judge Your Art\n* [MakeCoatOfArms](https://www.allfamilycrests.com/makecoatofarms.htm) - Coat of Arms Generator\n* [Where Is The Google Car](https://www.whereisthegooglecar.com/) - Google Car Images / Locations\n* [Web Neko](https://webneko.net/) - Nekos on the Web\n* [Uji](https://ghpages.noahdoersing.com/uji/) or [Turtletoy](https://turtletoy.net/) - Minimalist Art Generators\n* [Random Art](https://www.random-art.org/) - Random Art Generator\n* [Paper Quilling Art](https://pissang.github.io/paper-quilling-art/) - Paper Quilling Art Generator\n* [Periodicity](https://williamhoza.com/periodicity/) - Harmonic Motion Patterns\n* [Synaptic Spiral](https://synapticspiral.nz/) or [Mandelbrot Explorer](https://math.hws.edu/eck/js/mandelbrot/MB.html) / [WebGPU](https://math.hws.edu/eck/js/mandelbrot/MBgpu.html) - Fractal Visualizers / Creators\n* [Inspirograph](https://inspiral-web.nathanfriend.com/) or [SpirographN](http://seedcode.com/SpirographN/sgn.html) - Spirograph Tool\n* [Silk](http://weavesilk.com/) - Create Geometric Silk Art\n* [MandalaGaba](https://www.mandalagaba.com/) / [Pro Version](https://pro.mandalagaba.com/), [Mandala App](https://mandala-app.com/) or [DigitalDoily](https://codymoose.github.io/web-applications/DigitalDoily/index.html) - Zen Geometry Tools\n* [myMrLx](https://codepen.io/davidpanik/full/myMrLx/) - Spiral Art Generators\n* [Remoji](https://remoji.com/) - Emoji Painting\n* [EmojiMix](https://tikolu.net/emojimix) or [Emoji Kitchen](https://emojikitchen.dev/) - Combine Emojis\n* [EmoteStud](https://emotestud.io/), [Emoji Factory](https://codepen.io/oliviale/full/qLYNbE) or [Ccclaymoji](https://fffuel.co/ccclaymoji/) - Emoji Creators\n* [MyPokeCard](https://www.mypokecard.com/en/) - Create Pokémon Cards\n* [pokemon-colorscripts](https://gitlab.com/phoneybadger/pokemon-colorscripts) - Terminal Pokémon Sprites\n* [Pokémon Fusion](https://pokemon.alexonsager.net/) - Fuse Pokémon\n* [Poke Palettes](https://pokepalettes.com/) - Pokémon Color Palettes\n* [Star Wars Intro Creator](https://starwarsintrocreator.kassellabs.io/) - Create Star Wars Intros\n* [Mirage Gallery](https://www.miragegallery.ai/) - AI Art Gallery\n* [Gondola List](https://gondola.nabein.me/list) - Gondola Meme Archive\n* [Matchbox Dan](https://matchbox-dan.com/) - Matchbox Car Picture Archive\n* [Floor796](https://floor796.com/) - Ever-Expanding Animated Scene\n* [Zoomquilt](https://www.zoomquilt.org/) / [2](https://zoomquilt2.com/), [Infinite Zoom](https://infinitezoom.net/) or [Arkadia](https://arkadia.xyz/) - Infinite Zooming Paintings\n* [Blue Ball Machine 2](https://blueballmachine2.ytmnd.com/) - Full Page Chain Reaction Image\n* [YourNameInLandsat](https://science.nasa.gov/specials/your-name-in-landsat/) - Spell Anything via Satellite Images\n* [Useless Certifications](https://uselesscertifications.com/) - Useless Certifications\n* [Anime Girls Holding Programming Books](https://cat-milk.github.io/Anime-Girls-Holding-Programming-Books/)\n* [webgbcam](https://maple.pet/webgbcam/) - Game Boy Camera in Browser\n* [Terminal Video Player](https://github.com/TheRealOrange/terminalvideoplayer) - Cursed Terminal Video Player\n\n***\n\n## ▷ Interactive\n\n* 🌐 **[David.li](https://david.li/)** - Physics Games\n* ↪️ **[Browser Games](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games#wiki_.25BA_browser_games)**\n* ⭐ **[The Life Engine](https://thelifeengine.net/)** - Artificial Life Simulation / [Video](https://youtu.be/iSAKEnRfles) / [Discord](https://discord.gg/ZsrAAByEnr)\n* ⭐ **[Sandboxels](https://neal.fun/sandboxels/)**, [Powder Game 2](https://dan-ball.jp/en/javagame/dust2/), [Powder Toy](https://powdertoy.co.uk/), [sandspiel.club](https://sandspiel.club/) - Falling Sand Physics Sandbox\n* ⭐ **[Genetic Cars 2](https://rednuht.org/genetic_cars_2/)** or [geneticars](https://geneticars.vercel.app/) - Random 2D Car Generator\n* ⭐ **[Human Benchmark](https://humanbenchmark.com/)** - Brain Games & Cognitive Tests\n* [⁠your ai slop bores me](https://youraislopbores.me/) - Interactive Human AI Roleplaying / [Discord](https://discord.gg/aislop)\n* [Impersona](https://impersona.chat/) - In-Character Public Chats / [Discord](https://discord.gg/DX74sGX)\n* [DJ3D](https://dj3d.io/) - Watch YouTube in Virtual World\n* [The ⁠Museum of All Things](https://may.as/moat/) - 3D Virtual Wikipedia Museum / [GitHub](https://github.com/m4ym4y/museum-of-all-things)\n* [VentScape](https://www.ventscape.life/) or [PostSecretVoicemail](https://www.postsecretvoicemail.com/) - Speak into a Void\n* [AfterTheBeep](https://afterthebeep.tel/) - Public Voicemail\n* [Frequency2156](https://frequency2156.com/) - Listen to / Record Survival Messages\n* [1000 Seconds](https://mattround.com/usvsth3m/1000-seconds/) - Test of Patience\n* [Just a Minute](https://jinay.dev/just-a-minute/) - Estimate a Minute\n* [Oracle](https://roadtolarissa.com/oracle/) - Try to Trick an AI\n* [Cookie Consent Speed.Run](https://cookieconsentspeed.run/) - Cookie Disabling Game\n* [Are You You?](https://www.areyouyou.eu/) - Try to Fool Face Recognition Software\n* [Word Blanks](https://www.wordblanks.com/) or [Plot Generator](https://www.plot-generator.org.uk/) - Online Mad Libs\n* [MagicKeyboard](http://magickeyboard.io/) - Try \"feross\", \"hexbin\", \"rain\", or \"semi\"\n* [Just Type Stuff](https://justtypestuff.com/) - Type Things into Existence\n* [⁠HammyHome](https://hammyhome.com/) - Interactive Virtual Pet Hamsters\n* [Nicky Case](https://ncase.me/) - Interactive Social Simulations / Puzzles\n* [Cafe and Diner](https://www.cafeanddiner.com/) - Browser Mystery Game\n* [Pokémon Fossil Museum](https://my.matterport.com/show/?m=P9WCbyCBGBM) - Explore Pokémon Fossil Museum\n* [New Campaign Trail](https://www.newcampaigntrail.com/) - Presidential Campaign Game / [Discord](https://discord.gg/CfS6yTtjZj)\n* [There Is No Website](https://www.thereisnoweb.site/) - Browser Website Game\n* [2020 Game](https://2020game.io/) - Play Through 2020\n* [Terminal 00](https://angusnicneven.com/), [corru.observer](https://corru.observer/), [lomando](https://lomando.com/main.html) or [angelangelangel](https://angelangelangelangelangel.com/) - Cursed Sites / Horror Games\n* [Windows93](https://www.windows93.net/) - Windows 93 Emulator\n* [larsberg](https://www.larsberg.net/#/), [substack](https://substack.net/) or [mrdoob](https://mrdoob.neocities.org/) - Trippy 3D Experiments\n* [Google Doodles](https://doodles.google/), [2](https://sites.google.com/site/populardoodlegames) - Interactive Google Doodles\n* [Quick, Draw](https://quickdraw.withgoogle.com/) - Doodle Game\n* [Doodle Dash](https://xenova-doodle-dash.static.hf.space/index.html) - Let AI Guess Doodles\n* [Genetic Walkers](https://rednuht.org/genetic_walkers/) - Genetic Algorithm Walkers\n* [A Better World](https://abw.blue/index_en.php) - Interactive History Changing Game\n* [OpenGeofiction](https://opengeofiction.net/) - User-Made Fictional Map\n* [⁠The Cursed Library](https://cursed.epic.net/) - Interactive 3D Short Stories\n* [What Football Will Look Like](https://www.sbnation.com/a/17776-football/chapter-1) - Interactive Future Football Story\n* [DrivingSimulator](https://framesynthesis.com/drivingsimulator/maps/) - 3D Driving Simulator\n* [OpenScope](https://www.openscope.io/) - Air Traffic Control Simulator\n* [Traffic Simulation](https://traffic-simulation.de/) - Traffic Flow Simulation\n* [cnnix-steership](https://edition.cnn.com/interactive/2021/03/cnnix-steership/) - Steer through the Suez Canal\n* [Ballooning](https://alexanderperrin.com.au/triangles/ballooning/) - Procedurally Generated Balloon Simulator\n* [Tamajoji](https://aericode.itch.io/tamajoji) - Browser Tamagotchi\n* [KickassApp](https://kickassapp.com/) - Turn Webpages into Space Shooting Game\n* [Our World of Text](https://ourworldoftext.com/), [TextWall](https://tw.2s4.me/) or [OurWorldOfText](https://www.yourworldoftext.com/) - Infinite Community Text Grid\n* [This Is Sand](https://thisissand.com/) - Make Sand Art\n* [Orb.Farm](https://orb.farm/) - Virtual Aquatic Ecosystem\n* [3DTuning](https://www.3dtuning.com/) - Build 3D Cars\n* [Generativeplanets](https://zehfernandes.com/generativeplanets/builder) or [Planet](https://oskarstalberg.com/game/planet/planet.html) - Planet Generators\n* [Townscaper](https://oskarstalberg.com/Townscaper/) - Town Building Sandbox\n* [Gravity Points](https://codepen.io/akm2/full/rHIsa), [Hermann](https://www.hermann.is/gravity/) or [dmilin1](https://dmilin1.github.io/PrincipiaJS/build/index.html) - Gravity Simulators\n* [Google Gravity](https://mrdoob.com/projects/chromeexperiments/google-gravity/) - Falling Google\n* [Origami Simulator](https://origamisimulator.org/) - Origami Simulation\n* [Super Snowflake Maker](https://supersnowflakemaker.com/) or [Fold & Cut](https://www.onemotion.com/fold-cut-paper/) - Make Digital Paper Snowflakes\n* [Iceberger](https://joshdata.me/iceberger.html) - Draw an Iceberg, See how it Floats\n* [BubblesPop](https://bubblespop.netlify.app/), [2](https://brainteaser.top/bubblespop.html) - Pop Bubble Wrap\n* [Checkbox Life](https://huth.me/checkbox-life/) or [Checkbox Olympics](https://checkbox.toys/) - Checkbox Games\n* [Fidget Page](https://www.fidgetpage.com/) - Play with Fidget Spinner\n* [Keep calm and poke me.](https://calm.ovh/) - Poke & Pull\n* [Wanda Whirl](https://wandawhirl.com/) - Play w/ Colorful Streamers\n* [Elastic Man](https://www.adultswim.com/etcetera/elastic-man/) - Elastic Morty\n* [Screentoys](https://www.screentoys.com/) - Photo Morphing Toy\n* [Smash The Walls](https://smashthewalls.com/) - Smash Walls\n* [Odyssey](https://experience.odyssey.ml/) - Interactive 3D AI Generated Video\n* [Koalas to the Max](https://www.koalastothemax.com/) - Make Smaller & Smaller Dots\n* [Popcat](https://popcat.click/) - Worldwide Popcat Clicking Competition\n* [EveryoneDraw](https://everyonedraw.com/), [pixels.land](https://pixel.land/) or [World of Pixels](https://ourworldofpixels.com/) - Infinite Online Pixel Art\n* [Spherical Trochoids](https://claytonmain.github.io/spherical-trochoids/) - Experiment with Spherical Trochoids\n* [⁠DrawAFish](https://drawafish.com/) - Global Fish Drawing Tank\n* [DrawAurora](https://www.drawaurora.com/) - Draw Auroras\n* [Neonflames](https://29a.ch/sandbox/2011/neonflames/) - Draw Nebulas\n* [Leapy Grid](https://codepen.io/Godje/full/mOzpEY/) - Play with Rainbow Grid\n* [Pianos.pub](https://pianos.pub/) - Find Public Pianos\n* [danielx](https://danielx.net/composer/) or [AMS](https://flyx.org/ams/) - Mario Paint Composer Ports / [Archive](https://archive.org/details/mariopaintcomposer_201609)\n* [Typatone](https://www.typatone.com/) - Play Music by Typing\n* [Blossom](https://blossom.alexbainter.com/) - Create Sounds via Clicks\n* [Drawing Garden](https://drawing.garden/) - Create Sounds via Mouse Movement\n* [Fractal Sound Explorer](https://codeparade.itch.io/fractal-sound-explorer) - Create Sounds via Fractals\n* [Corruption Loops](https://corruptionloops.alexbainter.com/) - Generative Unique Ambient Music\n* [Abundant Music](https://pernyblom.github.io/abundant-music/) - Procedural Music Editor\n* [typedrummer](http://typedrummer.com/) - Drum by Typing\n* [Soundscape](https://soundscape.world/) - 6rBuilder / Visualizer\n* [MikuTap](https://aidn.jp/mikutap/) - Click to Make Sounds / Graphics\n* [Patatap](https://www.patatap.com/) - Type to Create Melodies / Moving Shapes\n* [Touch Pianist](http://touchpianist.com/) - Magical Piano App\n* [A.I. DUET](https://experiments.withgoogle.com/ai/ai-duet/view/) - AI Piano Duet\n* [Pianoverse](https://pianoverse.net/) or [MultiplayerPiano](https://multiplayerpiano.com/) - Multiplayer Piano\n* [Incredibox](https://www.incredibox.com/demo/) - Make Beatboxing Beats\n* [DJ Phonetic](https://djphonetic.brianfoo.com/) - Historical Speech Beatboxing\n* [Viola the Bird](https://artsandculture.google.com/experiment/viola-the-bird/nAEJVwNkp-FnrQ?cp) - Browser Cello\n* [bongo.cat](https://bongo.cat/) - Become Bongo Cat\n* [ambient.garden](https://ambient.garden/) - 3D Audio Landscape\n* [audio visual generator](https://fredericbriolet.com/avg/) - Visual Audio Generator\n* [Short Trip](https://alexanderperrin.com.au/paper/shorttrip/) - Relaxing Cat Game\n* [Draw a Stickman](https://drawastickman.com/) - Stickman Adventure / [Discord](https://discord.com/invite/DFvejdC)\n* [Wonder of Wonder Art](https://aidn.jp/wowa/) - Create a Dancing Character\n* [Emotiguy](https://testing.duckwithsunglasses.com/emotiweb/) - Edit Emotiguy\n* [Cursor Car](https://papercookies.itch.io/cursor-car) - Play with Car Cursor\n\n***\n\n## ▷ Interesting\n\n* ↪️ **[Online Virtual Tours](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25BA_virtual_tours)**\n* ⭐ **[InfiniteConversation](https://infiniteconversation.com/)** or [InfiniteConvo](https://infiniteconvo.ai/) - Never-Ending AI Conversations\n* ⭐ **[Ranker](https://www.ranker.com/)**, [Rank Engine](https://www.pubmeeple.com/ranking-engine), [Listography](https://listography.com/), [TheTopsTens](https://www.thetoptens.com/), [CopyPasteList](https://copypastelist.co/) or [ListVerse](https://listverse.com/) - Create / Explore Lists\n* ⭐ **[Topsters](https://topsters.org/)**, [TierMaker](https://tiermaker.com/) or [OpenTierBoy](https://www.opentierboy.com/) / [GitHub](https://github.com/infinia-yzl/opentierboy) - Create / Explore Tier Lists\n* ⭐ **[The Lost Media Wiki](https://lostmediawiki.com/)** / [Forum](https://forums.lostmediawiki.com/) / [Subreddit](https://www.reddit.com/r/lostmedia/) / [Discord](https://discord.gg/NFsM8YbBYH)\n* ⭐ **[Goody2](https://www.goody2.ai/chat)** - World's Most Ethical AI\n* [Wiki List of Lists of Lists](https://en.wikipedia.org/wiki/List_of_lists_of_lists) - Index of Wiki Lists\n* [The Pudding](https://pudding.cool/) - Explains Ideas w/ Visual Essays\n* [Iceberg Charts](https://www.reddit.com/r/IcebergCharts/) - Explore Obscure Topics\n* [Google Earth](https://www.google.com/earth/about/versions) - Explore Earth\n* [Land Lines](https://lines.chromeexperiments.com/) - Explore Google Earth via Gestures\n* [elgooG](https://elgoog.im/) - Google Easter Eggs\n* [QuarterMaester](https://quartermaester.info/) - Game of Thrones Map\n* [⁠Git City](https://www.thegitcity.com/) - 3D GitHub City / [GitHub](https://github.com/srizzon/git-city)\n* [DamnInteresting](https://www.damninteresting.com/) - Interesting Stories\n* [Unusual Articles](https://wikipedia.org/wiki/Wikipedia:Unusual_articles) - Unusual Wiki Articles\n* [IndieBlogs](https://indieblog.page/) - Random Indie Blogs\n* [⁠moltbook](https://www.moltbook.com/) - A Social Network for AI Agents\n* [spurious correlations](https://tylervigen.com/spurious-correlations) - Random Correlations\n* [The Cutting Room Floor](https://tcrf.net/The_Cutting_Room_Floor) - Unused Video Game Content Research\n* [SongMeanings](https://songmeanings.com/) - Discover Song Meanings\n* [The Dictionary of Obscure Sorrows](https://www.thedictionaryofobscuresorrows.com/) - Made Up Words for Sorrows\n* [Hypertranslate](https://www.ravbug.com/hypertranslate/) - Google Translate Telephone Game\n* [⁠GomiTier](https://www.gomitier.tech/) - Create Custom Anime Tier Lists w/ AniList or Mal Account\n* [House Creep](https://www.housecreep.com/) - Homes with A Curious or Criminal History\n* [⁠Detective Board](https://www.detectiveboard.io/) - Make / Explore Community Detective Boards\n* [Wiby](https://www.wiby.me/) - Explore Old Sites\n* [eieio.games](https://eieio.games/) - Experimental Games / Showcases\n* [Projectrho](https://www.projectrho.com/public_html/rocket/) - Fantasy Rocket Encyclopedia\n* [EnigmaLabs](https://enigmalabs.io/) or [UFO Casebook](https://www.ufocasebook.com/) - UFO Sighting Lists / Tracking\n* [BFRO](https://bfro.net/) - Bigfoot Research Site\n* [TheShadowlands](https://theshadowlands.net/) - Oldschool Paranormal Research Site\n* [BreezeWiki](https://breezewiki.com/) / [Mirrors](https://docs.breezewiki.com/Links.html#(part._.Mirrors)) or [Phantom](https://codeberg.org/phantom-org/phantom) - Fandom Frontends\n* [BlackDrago](https://www.blackdrago.com/) - Dragon Encyclopedia\n* [FutureTimeline](https://www.futuretimeline.net/) - Timeline of Future Predictions\n* [⁠Doomsday Scoreboard](https://doomsday.march1studios.com/) - Past & Predicted Apocalypse Events / Failed Prediction Scoreboard\n* [CommSpeeches](https://commspeeches.softr.app/) - Famous Graduation Speeches\n* [Roadside America](https://www.roadsideamerica.com/) - Roadside Attractions\n* [Roller Coaster Database](https://rcdb.com/) - World Roller Coasters\n* [FirstVersions](https://www.firstversions.com/) - Find First Versions of Anything\n* [ConWorld](https://wiki.conworld.org/) - Constructed Worlds Wiki\n* [Aesthetics Wiki](https://aesthetics.fandom.com/wiki/Aesthetics_Wiki) - Aesthetics Wiki / [Subreddit](https://www.reddit.com/r/aesthetic/)\n* [Pushing Pixels](https://www.pushing-pixels.org/fui/) - Imaginary UI from Movies\n* [Nestflix](https://nestflix.fun/) - Fictional Media in Media Database\n* [List of Aesthetics](https://aesthetics.fandom.com/wiki/List_of_Aesthetics)\n* [BogLeech](https://bogleech.com/) - Monster Design Reviews\n* [Game a-b-street](https://a-b-street.github.io/docs/) - Traffic Simulation\n* [John Conway’s Game of Life](https://playgameoflife.com/) - Cellular Automaton Game / [Patterns](https://conwaylife.appspot.com/library/) / [Video](https://youtu.be/CgOcEZinQ2I), [2](https://youtu.be/R9Plq-D1gEk)\n* [Moral Machine](https://www.moralmachine.net/) - Decision-Making AIs\n* [Chirper](https://chirper.ai/) - AI Generated X.com\n* [Judge My Music](https://pudding.cool/2021/10/judge-my-music/) - Have an AI Judge Your Taste in Music\n* [Common Voice](https://www.saveriomorelli.com/commonvoice/) - Help Teach a Machine How to Talk\n* [Michaelbach](https://michaelbach.de/ot/) or [Optical Toys](https://optical.toys/) - Optical Illusions\n* [Strobe Illusion](https://strobe.cool/) - Hallucination Illusion\n* [Notpron](http://www.notpron.com/) - Worlds Hardest Internet Riddle\n* [PoliticalTests](https://politicaltests.github.io/) - Political Alignment Tests\n* [HowNormalAmI?](https://www.hownormalami.eu/) - Face Judge AI\n* [Face Shape AI](https://www.detect-face-shape.com) or [Face Shape Detectors](https://www.faceshapedetectors.org/) - Face Shape Detectors\n* [You're Getting Old](https://you.regettingold.com/) - Age Perspective\n* [HeyFromTheFuture](https://heyfromthefuture.com/) - What People Wish They Knew at Your Age\n* [MyGrandmothersLingo](https://www.sbs.com.au/mygrandmotherslingo/) - Interactive Story\n* [Emoji to Scale](https://javier.xyz/emoji-to-scale/) - Emoji Size Scale\n* [Cube Rule](https://cuberule.com/) - The Cube Rule of Food\n* [The GIF Pronunciation Page](https://www.olsenhome.com/gif/) - How to Pronounce \"GIF\"\n* [Where's George?](https://www.wheresgeorge.com/) or [TrackDollar](http://trackdollar.com/) - Dollar Tracking\n* [WordCount](https://www.vidarholen.net/contents/wordcount/) - Most Common Linux Kernel Source Code Words\n\n***\n\n## ▷ Live Webcams\n\n* ⭐ **[WebcamTaxi](https://www.webcamtaxi.com/en/)**\n* ⭐ **[Explore](https://explore.org/)**, [Mangolinkcam](https://www.mangolinkcam.com/), [Africam](https://africam.com/our-locations/) or [AnimalsLife](https://animalslife.net/category/shelters/) - Animal Cams\n* ⭐ **[San Diego Zoo](https://zoo.sandiegozoo.org/live-cameras)** or [NationalZoo](https://nationalzoo.si.edu/webcams) - Zoo Webcams\n* [WorldCams](https://worldcams.tv/)\n* [EarthCam](https://www.earthcam.com/)\n* [WebcamExplore](https://www.webcamexplore.com/)\n* [BalticLiveCam](https://balticlivecam.com/)\n* [Camscape](https://www.camscape.com/)\n* [Worldviewstream](https://worldviewstream.com/)\n* [CamStreamer](https://camstreamer.com/live)\n* [SkylineWebcams](https://www.skylinewebcams.com/en.html)\n* [webcamhopper](https://www.webcamhopper.com/)\n* [WorldCam](https://worldcam.eu/)\n* [mangolinkworld](https://www.mangolinkworld.com/)\n* [Insecam](http://www.insecam.org/en/)\n* [CameraFTP](https://www.cameraftp.com/cameraftp/publish/publishedcameras.aspx)\n* [WebcamGalore](https://www.webcamgalore.com/)\n* [Windy Webcams](https://www.windy.com/-Webcams/webcams)\n* [livecamcroatia](https://www.livecamcroatia.com/en)\n* [Monterey Bay Aquarium](https://www.montereybayaquarium.org/animals/live-cams) or [AquariumOfPacific](https://www.aquariumofpacific.org/exhibits/webcams) - Aquarium Webcams\n* [BirdCAMs](https://birdcams.live/) - Bird Nests\n* [meow.camera](https://meow.camera/) - Chinese Cat Cams / [Android](https://play.google.com/store/apps/details?id=com.hello.purr) / [iOS](https://apps.apple.com/app/id6475722361) / [Discord](https://discord.com/invite/QmHWpZF9cP)\n* [The Fish Doorbell](https://visdeurbel.nl/en/) - Help Fish Migrate\n* [Insecam](http://www.insecam.org/en/) or [WorldEye](https://worldeye.cam) - Public Surveillance Webcams\n* [r/controllablewebcams](https://reddit.com/r/controllablewebcams) / [Discord](https://discord.gg/wdjtevG)\n* [snoweye](https://www.snoweye.com/) - Ski Resorts\n* [Airport Webcams](https://airportwebcams.net/) / [X](https://x.com/AirportWebcams)\n* [FogCam](https://www.fogcam.org/) - The World's Oldest Webcam\n\n***\n\n## ▷ Random\n\n* 🌐 **[Funny / Useless](https://rentry.org/aksry2vc)** - Funny / Useless Websites\n* 🌐 **[Websites From Hell](https://websitesfromhell.net/)** - Shitty Websites\n* 🌐 **[404PageFound](https://www.404pagefound.com/)** - Old Websites\n* ⭐ **[Neal.fun](https://neal.fun/)** - Toys / Games\n* ⭐ **[Random FMHY Sites](https://ffmhy.pages.dev/)** - Find Random Sites Listed on FMHY / Works Per Page / [Use Button](https://i.ibb.co/xrqkVGJ/image.png), [2](https://i.imgur.com/88eNtD4.png)\n* ⭐ **[Vijay's Virtual Vibes](https://vijaysvibes.uk/)** - Find Random Sites / [iFrame Version](https://vijaysvibes.uk/iframe-version.html)\n* ⭐ **[Copypasta Text](https://copypastatext.com/)** - Copypasta Databases\n* ⭐ **[CreepyPasta](https://www.creepypasta.com/)** - Creepypasta Database\n* ⭐ **[TheOnion](https://theonion.com/)** - Fake News Articles\n* ⭐ **[Uncyclopedia](https://en.uncyclopedia.co/)** - Wikipedia Parody\n* ⭐ **[WhatBeatsRock](https://www.whatbeatsrock.com/)** - Guess What Beats What\n* ⭐ **[Library of Babel](https://libraryofbabel.info/)** - Every Book of Past, Present, and Future\n* [OpenChaos.dev](https://www.openchaos.dev/) - Evolving Open-Source Project Governed by Community Votes / [GitHub](https://github.com/skridlevsky/openchaos)\n* [Grant Kot](https://grantkot.com/) - Toys / Games\n* [Oimo](https://oimo.io/works) - Toys / Games\n* [AIDN](https://aidn.jp/) - Toys / Games\n* [Neave](https://codepen.io/neave) / [2](https://neave.com/) - Toys / Games\n* [BoredHumans](https://boredhumans.com/) - Toys / Games\n* [puissant](https://sandwichpuissant.net/) - Toys / Games\n* [Mr.doob](https://mrdoob.com/) - Toys / Games\n* [Bimble Space](https://in.bimble.space/toys) - Toys / Games\n* [Creative Tech Guy](https://creativetechguy.com/) - Toys / Games\n* [Just For Fun](https://justforfun.io/) - Toys / Games\n* [Andrew Marsh](https://andrewmarsh.com/software) - Toys / Games\n* [JenniferDewalt](https://jenniferdewalt.com/) - Toys / Games\n* [Chrome Experiments](https://experiments.withgoogle.com/collection/chrome) - Toys / Games\n* [yezi](https://yezi.itch.io/) - Toys / Games\n* [topster](https://topster.net/) - Toys / Games\n* [p5aholic](https://experiments.p5aholic.me/) - Toys / Games\n* [vole.wtf](https://vole.wtf/) - Toys / Games\n* [WilliamHoza](https://williamhoza.com/misc/) - Toys / Games\n* [Rinkworks](http://www.rinkworks.com/) - Toys / Games\n* [Orteil](https://orteil.dashnet.org/) - Toys / Games\n* [funwebsite](https://funwebsite.fun/) - Toys / Games\n* [Toms.Toys](https://toms.toys/) - Toys / Games\n* [Pointless Sites](https://www.pointlesssites.com/) - Toys / Games\n* [The Scientific Place](https://scientific.place/) - Toys / Games\n* [artistaiden](https://artistaiden.com/) - Toys / Games\n* [ToyBox](https://toybox.toms.toys/) - Toys / Games\n* [⁠IARadio](https://iaradio.eu/) - AI Generated Radio Stations\n* [The Red Button](https://clicktheredbutton.com/) - Random Video / Song Generator\n* [Visit A Random Website](https://visitarandomwebsite.com/) - Find Random Sites\n* [LinkRoll](https://satyrs.eu/linkroll) - Find Random Sites\n* [BoredButton](https://www.boredbutton.com/) - Find Random Sites\n* [Sharkle!](https://sharkle.com/) - Find Random Sites\n* [The Useless Web](https://theuselessweb.com/), [2](https://theuselessweb.site/) - Find Random Sites\n* [JumpStick](https://jumpstick.app/) - Find Random Sites\n* [Trilzo](https://www.trilzo.com/) - Find Random Sites\n* [OpenBulkURL](https://openbulkurl.com/random/) - Find Random Sites\n* [ViralWalk](https://www.viralwalk.com/) - Find Random Sites\n* [The Forest](https://theforest.link/) - Find Random Sites\n* [PortalPioneer](https://www.portalpioneer.com/) - Find Random Sites\n* [TheSillyWeb](https://thesillyweb.com/) - Find Random Sites\n* [PageOrb](https://www.pageorb.com/) - Random Trippy Sites\n* [WhatsMYIP](http://random.whatsmyip.org/) - Find Random Sites\n* [Random-Website](https://random-website.com/) - Find Random Sites\n* [Wilderness Land](https://wilderness.land/) - Find Random Sites\n* [CloudHiker](https://cloudhiker.net/) - Find Random Sites\n* [HyperText](https://hypertext.tv/) - Random Sites / TV Channel Style / [GitHub](https://github.com/evadecker/hypertext.tv)\n* [Things to Do](https://randomthingstodo.com/) or [TheZen](https://thezen.zone/) - Activity Suggestions\n* [rrrather](https://rrrather.com/) - Would You Rather\n* [Scattergories](https://swellgarfo.com/scattergories) - Scattergories Lis6t Generator\n* [Color Arena](https://color-arena.agpallav.com/) - Best Color Voting\n* [ColorNames](https://colornames.org/) - Help Name Colors\n* [Colorword](https://colorword.recu3125.com/) - Word Color Voting\n* [Gizoogle](https://www.gizoogle.net/) - Google Shiznit\n* [Presence](https://presence.mrarich.com/) - Unwrap Presents Remotely\n* [Lots of Links](https://annierau.com/LOL-lots-of-links) - Random Funny Links\n* [WindowSwap](https://www.window-swap.com/) or [VisualVacation](https://virtualvacation.us/window) - Open Random Windows\n* [MoodLight](https://www.moodlight.org/) or [Defonic MoodLight](https://defonic.com/moodlight.html) - Turn Screen into Strobe / Mood Light\n* [HYDRA](https://hydra.ojack.xyz/) - Live Coding Networked Visuals / [Discord](https://discord.gg/ZQjfHkNHXC)\n* [The Editing Room](https://www.the-editing-room.com/) - Funny Abridged Movie Scripts\n* [ShindanMaker](https://en.shindanmaker.com/) - Diagnoses / Fortune AI\n* [LMGTFY](https://lmgtfy2.com/), [LMDDGTFY](https://lmddgtfy.net/), [LMSPTFY](https://lmsptfy.com/) or [GIYBF](https://giybf.com/) - Remind People that Search Engines Exist\n* [AfterTheTone](https://afterthetone.com/) - Random Answering Machine Messages\n* [Pink Trombone](https://dood.al/pinktrombone/) - Human Pitch Generator\n* [Purrli](https://purrli.com/) - Cat Purr Generator\n* [WebCassette](https://webcassette.klevgrand.se/) - Add Cassette Effects to Songs\n* [The Nicest Place](https://thenicestplace.net/) - Internet Hugs\n* [InspiroBot](https://inspirobot.me/) - Inspirational Quote Generator\n* [HORG](http://www.horg.com/horg/) - Holotypic Occlupanid Research Group\n* [Waifu Labs](https://waifulabs.com/) - Meet Your Waifu\n* [Skynet](https://pierrepapierciseaux.net/.skynet/?lang=en) - View Websites like they're from the 90s\n* [CameronsWorld](https://www.cameronsworld.net/) - 90s Themed Website\n* [Classic GTA Sites](https://classicgtasites.com/) - Original GTA Site\n* [The Death Generator](https://deathgenerator.com/) - Video Game Text Generator\n* [IASIP App](https://iasip.app/) - It's Always Sunny Title Generator\n* [JUST SCREAM!](https://justscream.baby/listen/) - Screams into the Universe / Archive\n* [UpJoke](https://upjoke.com/) - Jokes for Any Topic\n* [CSS Puns](https://saijogeorge.com/css-puns/) - CSS Puns\n* [Peter Answers](https://www.peteranswers.com/) - Create Fake Questions & Answers / [Tutorial](https://peteranswers.info/peter-answers-hack)\n* [The Santa Tracker](https://www.thesantatracker.com/) - Track Santa during Christmas\n* [April Fools Day On The Web](https://aprilfoolsdayontheweb.com/) - Find April Fools' Pranks Played by Websites\n* [PrankHotline](https://prankhotline.com/) - Phone Pranks\n* [GeekPrank](https://geekprank.com/) or [Pranx](https://pranx.com/) - Windows Pranks\n* [Update Faker](https://updatefaker.com/) or [Fake Update](https://fakeupdate.net/) - Fake System Update Pranks\n* [DownloadHardware](https://downloadhardware.com/) - Download Computer Hardware\n* [The Restart Page](http://www.therestartpage.com/) - Vintage Operating System Reboots\n* [Windows XP Error Worm](https://ybenbihi.github.io/windows-error-worm/) - Click & Drag Windows Errors\n* [HackTyper](https://hackertyper.net/), [HackerTyper](https://hackertyper.com/), [Hoacks](https://hoacks.com/) or [Geektyper](https://geektyper.com/) - Fake Hacking Screen\n"
  },
  {
    "path": "docs/mobile.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n# ► Android APKs\n\n## ▷ Modded APKs\n\n* **Note** - Keep in mind some modded APK sites will list apps with fake names which are generally not worth using.\n\n***\n\n* ⭐ **[Mobilism](https://forum.mobilism.org/viewforum.php?f=398)**, [2](https://forum.mobilism.me/viewforum.php?f=398) - Requires Sign-Up / [User Ranks](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/mobilism-ranks.md)\n* ⭐ **[4PDA](https://4pda.to/forum/)** - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [App](https://github.com/slartus/4pdaClient-plus) / [Telegram](https://t.me/real4pda) / [Captcha Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/captcha-4pda.md)\n* ⭐ **[RockMods](https://www.rockmods.net/)** / [Telegram](https://t.me/RBMods)\n* ⭐ **[PlatinMods](https://platinmods.com/)** / Requires Sign-Up\n* ⭐ **[PDALife](https://pdalife.com/)** / [App](https://pdalife.com/pdalife-app-android-a40597.html) / [Telegram](https://t.me/pdalife_official) / [Discord](https://discord.gg/erVkAkzGHZ)\n* ⭐ **[AN1](https://an1.com/)** / [Telegram](https://t.me/android1com)\n* [Virgil APK Search](https://virgil.samidy.com/Mobile), [Android APK CSE](https://cse.google.com/cse?cx=e0d1769ccf74236e8) / [CSE 2](https://cse.google.com/cse?cx=73948689c2c206528) / [CSE 3](https://cse.google.com/cse?cx=a805854b6a196d6a6) or [Apps & Games Search](https://cse.google.com/cse?cx=066a762d5699f4d91) - APK Search Engines\n* [APKVision](https://apkvision.org/) / [Telegram](https://t.me/apkvision)\n* [LiteAPKs](https://liteapks.com/) / [App](https://liteapks.com/app.html) / [Telegram](https://t.me/liteapks) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/liteapk-modyolo-note.md) \n* [Modyolo](https://modyolo.com/) / [Telegram](https://t.me/modyolo_official) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/liteapk-modyolo-note.md)\n* [Nsane Forums](https://nsaneforums.com/)\n* [Sbenny](https://sbenny.com/) / [Subreddit](https://www.reddit.com/r/SbennyOfficial/)\n* [APKSum](https://www.apksum.com/)\n* [⁠Android Zone](https://android-zone.ws/)\n* [AndroidRepublic](https://androidrepublic.org/)\n* [⁠Android Oyun Club](https://androidoyun.club/)\n* [Androeed](https://androeed.store/), [2](https://androeed.ru/) / [Telegram](https://t.me/androeed_store)\n* [AndroPalace](https://www.andropalace.org/) / [Telegram](https://telegram.me/officialandropalace)\n* [9Mod](https://9mod.com/)\n* [A2Z APK](https://a2zapk.io/) / [Telegram](https://t.me/a2zapkofficial)\n* [APK4Free](https://apk4free.net/) / [Telegram](https://t.me/apk4free_net)\n* [Release APK](https://forum.release-apk.com/) / [Discord](https://discord.gg/RDVKXsnqce)\n* [ReXDL](https://rexdl.com/) / [Telegram](https://t.me/joinchat/AAAAAFVMhwX7IzS5hMc8OQ)\n\n***\n\n## ▷ Telegram Channels\n\n* **Note** - These also contain modded APKs similar to the section above.\n\n***\n\n* ⭐ **[Youarefinished Mods](https://t.me/+h95JCUnuf-M1MTE1)** - Modded Apps\n* ⭐ **[Satriyaid](https://t.me/s/satriyaid)** - Modded Editing Apps\n* [ANiK555_Mods](https://t.me/+1gj58uSCVFw1OTJl) - Modded Apps\n* [alexstranniklite](https://t.me/alexstranniklite) - Modded Apps\n* [AMRTSOFFICIAL](https://t.me/+UGzSc_aVSbI8yTw2) - Modded Apps\n* [Sam Mods](https://t.me/+RUVXlRhdsXR2yemD) - Modded Apps\n* [MustHave](https://t.me/Alexey070315) - Modded Apps\n* [Tech Day](https://t.me/s/tech_d4y) - Modded Editing Apps\n* [Modules Repository](https://t.me/modulesrepo) - Mobile Customization Index\n* [EasyAPK](https://t.me/EasyAPK) - Modded Apps / Games\n* [AyraProject](https://t.me/AyraProject) - Custom ROM / Ports\n\n***\n\n## ▷ FOSS APKs\n\n* 🌐 **[Android FOSS](https://github.com/offa/android-foss)**, [Cool FOSS](https://albertomosconi.github.io/foss-apps/) or [AAA](https://github.com/Psyhackological/AAA) - FOSS App Indexes\n* 🌐 **[Awesome F-Droid](https://fdroid.tabler.dev/)** / [GitHub](https://github.com/moneytoo/awesome-fdroid)\n* 🌐 **[Awesome Shizuku](https://github.com/timschneeb/awesome-shizuku)** - Shizuku App Index\n* ⭐ **[FossifyOrg](https://github.com/FossifyOrg)** or [Goodwy](https://github.com/Goodwy?tab=repositories) - Simple FOSS Apps\n* ⭐ **[Droid-ify](https://droidify.eu.org/)** - FOSS App Installer / [GitHub](https://github.com/Droid-ify/client)\n* [F-Droid](https://f-droid.org/) / [GitLab](https://gitlab.com/fdroid) - FOSS App Installer / [Basic](https://f-droid.org/en/packages/org.fdroid.basic/)\n* F-Droid Tools - [Repositories](https://forum.f-droid.org/t/known-repositories/) / [Desktop](https://github.com/mvdan/fdroidcl) / [Build Status](https://codeberg.org/pstorch/F-Droid_Build_Status) / [Advanced Search](https://github.com/dbeley/fdroid-insights)\n* [Neo Store](https://github.com/NeoApplications/Neo-Store) - FOSS App Installer / [Telegram](https://t.me/neo_android_store)\n* [IzzyOnDroid](https://android.izzysoft.de/applists.php) - FOSS Apps / [F-Droid](https://apt.izzysoft.de/fdroid/index.php) / [GitLab](https://gitlab.com/IzzyOnDroid/repo)\n* [You Apps](https://you-apps.net/) - FOSS Apps / [GitHub](https://github.com/you-apps)\n* [FossDroidAndroid](https://t.me/FossDroidAndroid) - FOSS Apps / Telegram\n* [GrapheneOS Apps](https://github.com/GrapheneOS/AppStore) - Work on Non-GrapheneOS Devices\n\n***\n\n## ▷ Untouched APKs\n\n* **Note** - You can use [AntiSplit-M](https://github.com/AbdurazaaqMohammed/AntiSplit-M) if you need to merge \"split\" or \"bundled\" APK formats such as APKM or APKX. This will convert them to regular APK format used for installing and patching.\n\n***\n\n* ↪️ **[Free App Giveaways](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_free_stuff)** - App Giveaway Sites\n* ⭐ **[APKMirror](https://www.apkmirror.com/)** / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/toolbox-google-play-store/) / [Chrome](https://chrome.google.com/webstore/detail/toolbox-for-google-play-s/fepaalfjfchbdianlgginbmpeeacahoo)\n* ⭐ **[UpToDown](https://en.uptodown.com/android)**\n* ⭐ **[APKCombo](https://apkcombo.com/)**\n* ⭐ **[Aurora Store](https://auroraoss.com/)** - Google Play Store Alt / [GitLab](https://gitlab.com/AuroraOSS/AuroraStore) / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/aurora-note.md)\n* [APKPure](https://apkpure.net/), [2](https://apkpure.com/) / [Telegram](https://t.me/APKPure_Official_2) / Avoid Their App\n* [Android Ultimate Collection](https://xdaforums.com/t/android-ultimate-collection-guides.4513231/)\n* [APKToy](https://www.apktoy.com/)\n* [Astro Android](https://t.me/AstroAndroid) - Telegram\n* [Material-You-app-list](https://nyas1.github.io/Material-You-app-list/) / [Telegram](https://t.me/materialyouapps) / [GitHub](https://github.com/nyas1/Material-You-app-list)\n* [NikGapps](https://nikgapps.com/) - Google App Packages / [Telegram](https://t.me/NikGapps)\n* [Shelf](https://play.google.com/store/apps/details?id=com.shelf.app) - App Recommendations\n\n***\n\n## ▷ App Launchers\n\n* 🌐 **[Launcher Comparison Table](https://grabster.notion.site/6671f3b62d8043c4aaaae22a241e3f05?v=91d9b664887643298f85fe18044d3560)**\n* ⭐ **[Lawnchair](https://lawnchair.app/)** - Pixel-Based Launcher / [Feed](https://github.com/LawnchairLauncher/lawnfeed) / [Icons](https://github.com/LawnchairLauncher/lawnicons) / [Telegram](https://t.me/lawnchairci) / [Discord](https://discord.gg/3x8qNWxgGZ) / [GitHub](https://github.com/LawnchairLauncher/lawnchair)\n* ⭐ **[Niagara Launcher](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** (search), [2](https://niagaralauncher.app/) - Single-Hand Launcher / [Telegram](https://t.me/niagara_news) / [Discord](https://discord.com/invite/niagara-launcher-728630549278883950)\n* ⭐ **[SmartLauncher](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** (search), [2](https://www.smartlauncher.net/) - Customizable Launcher / [Telegram](https://t.me/smartlauncher)\n* ⭐ **[Kvaesitso](https://kvaesitso.mm20.de/)** - Search-Focused Launcher / [Telegram](https://t.me/Kvaesitso) / [GitHub](https://github.com/MM2-0/Kvaesitso)\n* [Smart Dock](https://f-droid.org/packages/cu.axel.smartdock/) - Desktop App Launcher / [GitHub](https://github.com/axel358/smartdock)\n* [KISS](https://kisslauncher.com/) / [GitHub](https://github.com/Neamar/KISS) or [TBLauncher](https://tbog.github.io/TBLauncher/) / [GitHub](https://github.com/TBog/TBLauncher) - Low-Memory Usage Launcher\n* [Discreet Launcher](https://falzonv.github.io/discreet-launcher/) - Minimalist / Clean Launcher / [GitHub](https://github.com/falzonv/discreet-launcher)\n* [Lunar Launcher](https://github.com/iamrasel/lunar-launcher) - Minimalist / Clean Launcher / [Telegram](https://t.me/LunarLauncher_chats)\n* [mLauncher](https://github.com/DroidWorksStudio/mLauncher) - Minimalist / Clean Launcher\n* [Focus Launcher](https://github.com/mslalith/focus_launcher) - Minimalist / Clean Launcher\n* [NeoLauncher](https://github.com/NeoApplications/Neo-Launcher) - Customizable Launcher / [Telegram](https://t.me/neo_launcher)\n* [Unlauncher](https://jkuester.github.io/unlauncher/) - Distraction-Free Launcher / [GitHub](https://github.com/jkuester/unlauncher)\n* [Notcha](https://play.google.com/store/apps/details?id=com.notch.launcher) - Secondary Launcher\n* [PixelLauncherMods](https://github.com/KieronQuinn/PixelLauncherMods) - Enable Features in Stock App Launcher / Root\n* [QuickSwitch](https://github.com/skittles9823/QuickSwitch) - Enable Quickstep in Launchers / [Magisk Fix](https://github.com/skittles9823/QuickSwitch/issues/73#issuecomment-2359895577)\n* [Activity Launcher](https://github.com/butzist/ActivityLauncher) - Activity Launch Shortcuts\n\n***\n\n## ▷ APK Tools\n\n* ⭐ **[App Manager](https://muntashirakon.github.io/AppManager/)** / [GitHub](https://github.com/MuntashirAkon/AppManager), [Inure](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) or [Package Manager](https://smartpack.github.io/PackageManager/) / [GitHub](https://github.com/SmartPack/PackageManager) - Package Managers\n* ⭐ **[Lucky Patcher](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** (search) - App Patcher\n* ⭐ **Lucky Patcher Tools** - [Guide](https://flixbox.github.io/lp-compat/docs/intro) / [Compatibility](https://flixbox.github.io/lp-compat/) / [Subreddit](https://www.reddit.com/r/luckypatcher/) / [Discord](https://discord.com/invite/RS5ddYf7mw)\n* ⭐ **[Obtainium](https://obtainium.imranr.dev/)** / [Configs](https://apps.obtainium.imranr.dev/) / [GitHub](https://github.com/ImranR98/Obtainium), [UpgradeAll](https://github.com/DUpdateSystem/UpgradeAll) or [APKUpdater](https://github.com/rumboalla/apkupdater) - APK Installers / Updaters\n* ⭐ **[AntiSplit-M](https://github.com/AbdurazaaqMohammed/AntiSplit-M)** - Merge Split APKs\n* [InstallerX-Revived](https://github.com/wxxsfxyzm/InstallerX-Revived/) - Universal Installer Replacement\n* [Direct Download From Google Play](https://greasyfork.org/en/scripts/33005-direct-download-from-google-play/) - Add Direct DL Links to Google Play\n* [GBox](https://www.gboxlab.com/) - GMS Google Box / [Telegram](https://t.me/+ZiW_7bvq8Sc5MzFl)\n* [InstallWithOptions](https://github.com/zacharee/InstallWithOptions/) - Install / Merge APKs with Extra Options\n* [Raccoon](https://raccoon.onyxbits.de/) - Private APK Downloader\n* [APKeep](https://github.com/EFForg/apkeep) - APK Download CLIs\n* [CorePatch](https://github.com/LSPosed/CorePatch) - Disable Signature Verification / [Telegram](https://t.me/core_patch_chat)\n* [Zygisk Detach](https://github.com/j-hc/zygisk-detach) - Detach APKs from Google Play Store / [Telegram](https://t.me/rv_magisk)\n* [Beta Maniac](https://play.google.com/store/apps/details?id=it.mirko.beta) - Beta Release Notifications\n* [Let Me Downgrade](https://github.com/DavidBerdik/Let-Me-Downgrade) - Downgrade Apps on Android 12/13 / Root\n* [APKAdmin](https://apkadmin.com/) - APK Hosting Site\n\n***\n\n## ▷ ReVanced Tools\n\n* **Note** - If you're a developer, please consider contributing to the **[official projects](https://github.com/ReVanced)** over unofficial ones.\n\n***\n\n* 🌐 **[ReVanced-Patch-Bundles](https://github.com/Jman-Github/ReVanced-Patch-Bundles)** - ReVanced Patch Index\n* ⭐ **[ReVanced Manager](https://revanced.app/)** - Android App Patcher / Official / [Guide](https://sodawithoutsparkles.github.io/revanced-troubleshooting-guide/) / [Changelog](https://revanced.app/announcements) / [Discord](https://discord.com/invite/rF2YcEjcrT) / [GitHub](https://github.com/ReVanced/revanced-manager)\n* ⭐ **[ReVanced Obtainium Guide](https://wispydocs.pages.dev/revanced-morphe-obtainium/)** - Update ReVanced Apps Automatically\n* [ReVanced Non-Root](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root) - Pre-Built RV & RVX APKs / [Telegram](https://t.me/fiorenmas)\n* [ReVanced Magisk Module](https://github.com/j-hc/revanced-magisk-module) - ReVanced Builder / [Config Gen](https://j-hc.github.io/rvmm-config-gen/) / [Telegram](https://t.me/rvc_magisk)\n* [ReVanced CLI](https://github.com/ReVanced/revanced-cli) - CLI Patcher / [Guide](https://rentry.org/Revanced_Guide)\n* [Enhancify](https://github.com/Graywizard888/Enhancify) - TUI Wrapper\n\n***\n\n## ▷ Social Media Apps\n\n* 🌐 **[/reddit clients/](https://dan.valeena.dev/guides/reddit-clients/), [2](https://rentry.co/redditclients)** - Android Reddit Client Comparisons\n* ↪️ **[Social Media Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media/)**\n* ↪️ **[YouTube Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_youtube_apps)**\n* ↪️ **[Twitch Adblockers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_twitch_adblockers)**\n* ⭐ **[Revenge](https://github.com/revenge-mod/revenge-bundle)** - Modded Discord Client / [Plugins](https://plugins-list.pages.dev/) / [Fonts](https://github.com/Rairof/Theme-Fonts), [2](https://github.com/Purple-EyeZ/Bunny-Fonts) / [Discord](https://discord.com/invite/ddcQf3s2Uq)\n* ⭐ **[Xtra](https://github.com/crackededed/Xtra)**, [BTTV](https://github.com/bttv-android/bttv), [Twire](https://github.com/twireapp/Twire) or [Frosty](https://www.frostyapp.io/) / [GitHub](https://github.com/tommyxchow/frosty) - Twitch Clients\n* ⭐ **[piko](https://github.com/crimera/twitter-apk)**, [2](https://github.com/lluni/twitter-apk) / [Telegram](https://t.me/pikopatches) / [GitHub](https://github.com/crimera/piko), [⁠QuaX](https://github.com/Teskann/QuaX) or [Squawker](https://github.com/j-fbriere/squawker) - Twitter / X Apps\n* ⭐ **[Nobook](https://github.com/ycngmn/Nobook)** - Ad-Free Facebook Lite\n* ⭐ **[Voyager](https://vger.app) / [GitHub](https://github.com/aeharding/voyager)**, [Jerboa](https://github.com/LemmyNet/jerboa), [Eternity](https://codeberg.org/Bazsalanszky/Eternity), [summit](https://play.google.com/store/apps/details?id=com.idunnololz.summit), [Raccoon](https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy) or [Thunder](https://github.com/thunder-app/thunder) - Lemmy Clients / [Index](https://join-lemmy.org/apps)\n* ⭐ **[Tusky](https://tusky.app/)**, [Dhaaga](https://github.com/suvam0451/dhaaga), [SubwayTooter](https://github.com/tateisu/SubwayTooter), [Moshidon](https://github.com/LucasGGamerM/moshidon) or [Dimett](https://github.com/MateriiApps/Dimett) - Mastodon Clients\n* [⁠Patcheddit](https://github.com/wchill/patcheddit), [Stealth](https://gitlab.com/cosmosapps/stealth), [Continuum](https://github.com/cygnusx-1-org/continuum) or [RedReader](https://github.com/QuantumBadger/RedReader) - Reddit Clients\n* [Watomatic](https://watomatic.app/) / [Subreddit](https://www.reddit.com/r/watomatic/) / [GitHub](https://github.com/adeekshith/watomatic) or [AutoResponder](https://www.autoresponder.ai/) - Chat App Auto-Responders\n* [⁠Beeper](https://www.beeper.com/) / [GitHub](https://github.com/beeper) or [Openvibe](https://openvibe.social/) / [Discord](https://discord.gg/GduN6fB6NN) - Combine Chat / Social Media Apps\n* [Graysky](https://graysky.app/) - Bluesky Client / [GitHub](https://github.com/mozzius/graysky)\n* [Mumla](https://gitlab.com/quite/mumla) or [Meshenger](https://github.com/meshenger-app/meshenger-android) - Voice Chat\n* [Aliucord](https://github.com/Aliucord/Manager) - Modded Discord Client / Join [Discord](https://discord.gg/EsNDvBaHVU) for Themes + Plugins\n* [Kettu](https://www.raincord.dev/kettu) - Modded Discord Client / [Discord](https://discord.gg/qkdPGunwjW) / [Codeberg](https://codeberg.org/cocobo1/Kettu) / [GitHub](https://github.com/C0C0B01/Kettu)\n* [Dumpus](https://github.com/dumpus-app/dumpus-app) - View Discord Data / Self-Host for Privacy / [Discord](https://androz2091.fr/discord)\n* [DankChat](https://github.com/flex3r/DankChat) - Talk in Multiple Twitch Chats at Once\n* [OldLander](https://github.com/OctoNezd/oldlander) - Improve Old Reddit\n* [Kuroba](https://github.com/Adamantcheese/Kuroba) or [Chan](https://github.com/moffatman/chan) - 4chan Apps\n* [⁠Instafel](https://instafel.app/) / [GitHub](https://github.com/mamiiblt/instafel/) or [InstaEclipse](https://github.com/ReSo7200/InstaEclipse) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/instaeclipse-note.md) - Modded Instagram Clients / [Tools](https://play.google.com/store/apps/details?id=com.dageek.socialtoolbox_android)\n* [TikTokModCloud](https://t.me/TikTokModCloud) - Modded TikTok Client\n* [Telegram-Themer](https://github.com/therxmv/Telegram-Themer) or [Telegram Monet](https://github.com/mi-g-alex/Telegram-Monet) / [Telegram](https://t.me/tgmonet) - Telegram Theme Creators\n* [Launch Chat](https://github.com/vinaygopinath/launch-chat), [WhatsAppNoContact](https://github.com/theolm/WhatsAppNoContact) or [Tellurium](https://play.google.com/store/apps/details?id=com.quadren.tellurium) - Number-Free WhatsApp Chat\n* [WaEnhancer](https://github.com/Dev4Mod/WaEnhancer) (root) - WhatsApp Patcher / [Telegram](https://t.me/waenhancer)\n* [Whatsapp Backup Reader](https://whatsappbr.netlify.app/) - Read Exported WhatsApp Chats\n* [WhatsAppCleaner](https://github.com/VishnuSanal/WhatsAppCleaner) - Clean Redundant WhatsApp Media Files\n* [PurrfectSnap](https://purrfectsnap.vercel.app) / [GitHub](https://github.com/particle-box/PurrfectSnap) or [SE Extended](https://git.seextended.org/bocajthomas/SE-Extended) / [Telegram](https://t.me/SE_Extended_CI) - Snapchat Clients\n\n***\n\n## ▷ Telegram Clients\n\n* ⭐ **[AyuGram](https://github.com/AyuGram/AyuGram4A)** - Telegram With Extra Features / [Docs](https://docs.ayugram.one/) / [Telegram](https://t.me/ayugramchat)\n* ⭐ **[Nagram](https://github.com/nextalone/nagram)** / [Telegram](https://t.me/nagram_channel), [⁠NagramX](https://t.me/NagramX) / [GitHub](https://github.com/risin42/NagramX) or [Momogram](https://github.com/dic1911/Momogram) - NekoX Forks\n* [Nekogram](https://nekogram.app/) - Simplistic Client / [GitHub](https://github.com/Nekogram/Nekogram/)\n* [exteraGram](https://exteragram.app) - Custom Settings / Customizable Design / [Plugins](https://plugins.exteragram.app/) / [GitHub](https://github.com/exteraSquad/exteraGram)\n* [Forkgram](https://github.com/Forkgram/TelegramAndroid) - Basic Client\n* [Nicegram](https://nicegram.app/) - Basic Client / [GitHub](https://github.com/Nicegram)\n* [Octogram](https://octogramapp.github.io/) - Basic Client / [GitHub](https://github.com/OctoGramApp/OctoGram)\n* [Nullgram](https://github.com/qwq233/Nullgram/) - Basic Client\n* [Cherrygram](https://github.com/arsLan4k1390/Cherrygram) - Advanced Client\n\n***\n\n# ► Android Device\n\n* 🌐 **[Manufacturer Specific](https://rentry.org/ekrw4)** - Manufacturer-Specific Mobile Tools\n* ↪️ **[Device Comparisons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_electronics)**\n* ⭐ **[XDA](https://xdaforums.com/)** - Android Discussion Forum / [Discord](https://discord.com/invite/e4v8qtkcBw)\n* ⭐ **[ADB AppControl](https://adbappcontrol.com/en/)** / [GUI](https://aya.liriliri.io/), [2](https://github.com/Alex4SSB/ADB-Explorer) / [Telegram](https://t.me/AdbAppControl_En), **[scrcpy](https://github.com/Genymobile/scrcpy)** / [Mobile App](https://github.com/zwc456baby/ScrcpyForAndroid) / [Subreddit](https://www.reddit.com/r/scrcpy), **[PlainApp](https://docs.plain.icu/)** / [GitHub](https://github.com/ismartcoding/plain-docs), [WebADB](https://app.webadb.com/), [QtScrcpy](https://github.com/barry-ran/QtScrcpy) or [Octi](https://github.com/d4rken-org/octi) - Android Device Managers / Controllers\n* ⭐ **[Shizuku](https://shizuku.rikka.app/)** / [Tools](https://github.com/legendsayantan/ShizuTools) / [GitHub](https://github.com/RikkaApps/Shizuku), [Shizuku Fork](https://github.com/thedjchi/Shizuku) or [Dhizuku](https://github.com/iamr0s/Dhizuku) - Let Apps Use System API\n* [Plexus](https://plexus.techlore.tech/) - De-Googled Device Compatibility / [GitHub](https://github.com/techlore/Plexus-app)\n* [GSMHosting](https://forum.gsmhosting.com/vbb/) - GSM Discussion Forum\n* [AVNC](https://github.com/gujjwal00/avnc) or [DroidVNC-NG](https://github.com/bk138/droidVNC-NG) - Remote Desktop Clients / VNC\n* [EtchDroid](https://etchdroid.app/) - Write OS Images to USB Drive / [GitHub](https://github.com/etchdroid/etchdroid)\n* [Techbone](https://www.techbone.net/) - Android Usage Guide\n* [ADB101](https://rentry.co/adb101) - Android Debug Bridge Setup Guide\n* [Device Info](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search), [Castro](https://play.google.com/store/apps/details?id=com.itemstudio.castro), [G-CPU](https://play.google.com/store/apps/details?id=com.insideinc.gcpu), [Device Info HW](https://play.google.com/store/apps/details?id=ru.andr7e.deviceinfohw), [Athena](https://github.com/SebaUbuntu/Athena), [DevCheck](https://devcheck.app/) or [SysLog](https://github.com/Tortel/SysLog) - Device Info / Monitors\n* [Swappa](https://swappa.com/imei) / [Subreddit](https://reddit.com/r/swappa) or [SickW](https://www.sickw.com/) - IMEI, MEID, ESN Checker\n* [Fix My Speakers](https://fixmyspeakers.com/) - Eject Water from Phone Speakers\n* [FlashDim](https://github.com/cyb3rko/flashdim) - Adjust Flashlight Brightness\n* [Fire Toolbox](https://xdaforums.com/t/windows-tool-fire-toolbox-v12-0.3889604/) - Fire Tablet Tools\n\n***\n\n## ▷ Optimization\n\n* ⭐ **[Canta](https://samolego.github.io/Canta/)** - Android Debloater / Requires Shizuku\n* ⭐ **[Universal Android Debloater v2](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation)** - Android Debloater / [Discord](https://discord.gg/CzwbMCPEZa)\n* ⭐ **[Hail](https://github.com/aistra0528/Hail/blob/master/README_EN.md)** - Deactivate Unused Apps\n* [De-Bloater](https://sunilpaulmathew.github.io/De-Bloater/) - Android Debloater / Root / [GitHub](https://github.com/sunilpaulmathew/De-Bloater)\n* [Uninstall Bloatware](https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/) - Android Debloating Guide\n* [Blocker](https://github.com/lihenggui/blocker) - Component Controller\n* [Tweaker](https://github.com/zacharee/Tweaker) - Android System Tweaks / Features\n* [GearJail](https://gearjail.neocities.org/) - Android Guides / Resources\n\n***\n\n## ▷ Customization\n\n* ⭐ **[r/AndroidThemes](https://www.reddit.com/r/androidthemes/)** - Android Themes Subreddit\n* ⭐ **[Mobile Abyss](https://mobile.alphacoders.com/)** - Wallpapers\n* [RBoard](https://xdaforums.com/t/app-rboard-theme-manager.4331445/) (root) / [GitHub](https://github.com/DerTyp7214/RboardThemeManagerV3) or [ColorBlendr](https://github.com/Mahmud0808/ColorBlendr) (requires shizuku)- Theme Managers\n* [PixelXpert](https://github.com/siavash79/PixelXpert) (root), [⁠Essentials](https://github.com/sameerasw/essentials) or [Dashbud](https://dashbud.dev/) / [Discord](https://discord.com/invite/78h7xgj) - Android Customization Apps\n* [DualWallpaper](https://github.com/Yanndroid/DualWallpaper) - Change Wallpaper Depending on System Theme\n* [Wallpaper Engine](https://www.wallpaperengine.io/android/en) - Wallpapers / Live Wallpapers\n* [Muzei](https://muzei.co/), [Doodle](https://patrickzedler.com/doodle/) or [Amoled Backgrounds](https://play.google.com/store/apps/details?id=com.droidheat.amoledbackgrounds) - Live Wallpapers\n* [r/iWallpaper](https://www.reddit.com/r/iWallpaper/) or [r/MobileWallpaper](https://www.reddit.com/r/MobileWallpaper/) - Mobile Wallpaper Subs\n* [wallhaven.cc](https://wallhaven.cc/search?categories=110&purity=100&ratios=portrait) - Wallpapers\n* [⁠Wallpapers Clan](https://wallpapers-clan.com/) - Wallpapers\n* [⁠WallWidgy](https://www.wallwidgy.app/) - Minimal Wallpapers / [GitHub](https://github.com/not-ayan/wallwidgy)\n* [wallman](https://gitlab.com/colorata/wallman) - Wallpapers\n* [WallYou](https://github.com/you-apps/WallYou) - Wallpapers\n* [Paperize](https://github.com/Anthonyy232/Paperize) - Wallpapers\n* [r/Amoledbackgrounds](https://www.reddit.com/r/Amoledbackgrounds/) - Amoled Wallpapers ⁠\n* [Diffuse](https://diffuse.app/) - Live Audio Wallpapers\n* [Candybar](https://github.com/zixpo/candybar), [⁠Wallpapers Clan](https://wallpapers-clan.com/), [Arcticons](https://arcticons.com/) or [Alembicons](https://f-droid.org/packages/com.kaanelloed.iconeration/) - Custom Icon Packs\n* [Phonetones](https://rentry.co/FMHYB64#phonetones) - Ringtones\n\n***\n\n## ▷ Battery Tools\n\n* ⭐ **[SaverTuner](https://codeberg.org/s1m/savertuner)** - Battery Monitor / Manager / Root / Enable w/ Root or Shizuku\n* [Charge Meter](https://play.google.com/store/apps/details?id=dev.km.android.chargemeter) - Battery Monitor / Manager\n* [BatteryGuru](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Battery Monitor / Manager\n* [Batt](https://gitlab.com/narektor/batt) - Battery Monitor / Manager\n* [aBattery](https://play.google.com/store/apps/details?id=me.linshen.abattery) - Battery Monitor / Manager\n* [AccuBattery](https://play.google.com/store/apps/details?id=com.digibites.accubattery) - Battery Monitor / Manager\n* [Ampere](https://play.google.com/store/apps/details?id=com.gombosdev.ampere) - Battery Monitor / Manager\n* [Battarang](https://battarang.anissan.com) - Battery Monitor / Manager / [GitHub](https://github.com/ni554n/battarang-notifier-android)\n* [ClassicPowerMenu](https://github.com/KieronQuinn/ClassicPowerMenu) - Android Power Menu Replacement / Root\n* [BatteryTool](https://github.com/Domi04151309/BatteryTool) or [Drowser](https://gitlab.com/juanitobananas/drowser) - Freeze App Background Activities / Root\n\n***\n\n## ▷ Keyboard Tools\n\n* ⭐ **[FUTO Keyboard](https://keyboard.futo.org/)** - Privacy-Focused Keyboard / [Discord](https://discord.gg/ENYRubhTRw)\n* ⭐ **[Florisboard](https://florisboard.org)** - Privacy-Focused Keyboard\n* ⭐ **[HeliBoard](https://github.com/Helium314/HeliBoard)** - Customizable Privacy-Focused Keyboard / [Layouts Guide](https://github.com/Helium314/HeliBoard/wiki/2.-Layouts)\n* [Gboard](https://play.google.com/store/apps/details?id=com.google.android.inputmethod.latin) - Keyboard\n* [SwiftKey](https://www.microsoft.com/en-us/swiftkey) - Keyboard\n* [Unexpected Keyboard](https://github.com/Julow/Unexpected-Keyboard) - Keyboard\n* [AnySoftKeyboard](https://anysoftkeyboard.github.io/) - Privacy-Focused Keyboard\n* [⁠KGPT](https://github.com/Eluea/KGPT) - AI Keyboard / Use LSPosed or LSPatch\n* [⁠CleverKeys](https://github.com/tribixbite/CleverKeys) - Gesture-Based Keyboard w/ Termux Support\n* [Thumb-Key](https://github.com/dessalines/thumb-key) - Swipe Keyboard\n* [Flickboard](https://codeberg.org/natkr/flickboard) - Keyboard\n* [KeyboardGPT](https://github.com/Mino260806/KeyboardGPT) - AI Keyboard\n* [Sayboard](https://github.com/ElishaAz/Sayboard) - AI Voice Keyboard\n* [KeyMapper](https://github.com/keymapperorg/KeyMapper) - Remap Keys / [Docs](https://docs.keymapper.club/) / [Discord](https://discord.com/invite/jutQhBeKpb)\n\n***\n\n## ▷ Screen Tools\n\n* [Quick Cursor](https://play.google.com/store/apps/details?id=com.quickcursor) - Cursor for Large Smartphones\n* [Caffeine](https://lab.zhs.moe/caffeine/) or [KeepScreenOn](https://github.com/elastic-rock/KeepScreenOn) - Keep Screen On\n* [FakeStandby](https://fakestandby.jonasbernard.de/) - Turn Off the Screen While App is Running\n* [KineStop](https://play.google.com/store/apps/details?id=com.urbandroid.kinestop) - Prevent Motion Sickness\n\n***\n\n## ▷ Number / SMS\n\n* **Note** - Note that alternative SMS apps don't support RCS.\n\n***\n\n* ⭐ **[Quik](https://github.com/octoshrimpy/quik)** - Stock Messaging App Replacement\n* ⭐ **[Yet Another Call Blocker](https://f-droid.org/en/packages/dummydomain.yetanothercallblocker/)** / [GitLab](https://gitlab.com/xynngh/YetAnotherCallBlocker) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/yet-another-call-blocker-note.md) , [Should I Answer?](https://www.shouldianswer.net/), [SpamBlocker](https://github.com/aj3423/SpamBlocker) or [Silence](https://f-droid.org/packages/me.lucky.silence) - Block Spam Calls\n* ⭐ **Fossify Apps** - [Messages](https://github.com/FossifyOrg/Messages) / [Phone](https://github.com/FossifyOrg/Phone) / [Contacts](https://github.com/FossifyOrg/Contacts)\n* [ConnectYou](https://github.com/you-apps/ConnectYou) - Contacts / SMS App\n* [OpenContacts](https://gitlab.com/sultanahamer/OpenContacts) - Save Contacts to Separate Database\n* [BCR](https://github.com/chenxiaolong/BCR) - Call Recorder / [GUI](https://github.com/nicorac/bcr-gui)\n* [Logger](https://github.com/Sanmeet007/logger) - View / Export Call Logs\n* [Scammer.Info](https://scammer.info/) - Scam Numbers Database\n* [Prepaid SIM Cards](https://prepaid-data-sim-card.fandom.com/wiki/Prepaid_SIM_with_data) - Prepaid Data SIM Card Wiki\n* [Walkie-Talkie](https://walkie-talkie.io/) or [Codec2 Talkie](https://github.com/sh123/codec2_talkie) - Walkie-Talkie Apps\n* [SMS-IE](https://github.com/tmo1/sms-ie) - Import / Export SMS Messages\n\n***\n\n## ▷ Root / Flash\n\n* 🌐 **[Awesome Android Root](https://awesome-android-root.org/)** - Rooted App Index / [GitHub](https://github.com/awesome-android-root/awesome-android-root)\n* 🌐 **[Bootloader Unlock: Wall of Shame](https://github.com/melontini/bootloader-unlock-wall-of-shame)** or [BL List](https://a.zli.li/) - Bootlocker Limit Indexes / Policies / [GitHub](https://github.com/xuemian168/android-locker)\n* ⭐ **[Android Docker](https://gist.github.com/FreddieOliveira/efe850df7ff3951cb62d74bd770dce27)** - Run Docker on Android\n* [ADB-and-FastbootPlusPlus](https://github.com/K3V1991/ADB-and-FastbootPlusPlus) - ADB / Fastboot Programs\n* [aShell](https://gitlab.com/sunilpaulmathew/ashell) or [aShellYou](https://github.com/DP-Hridayan/aShellYou) - ADB Shells\n* [LogFox](https://github.com/F0x1d/LogFox) - LogCat Reader\n* [Amazing Temp Root](https://xdaforums.com/t/amazing-temp-root-for-mediatek-armv8-2020-08-24.3922213/) - MediaTek Temp Root\n* [Orangefox](https://orangefox.download/), [twrp](https://twrp.me/) or [SkyHawk](https://skyhawkrecovery.github.io/) - Custom Recovery Firmware\n* [Smali Patcher](https://xdaforums.com/t/module-smali-patcher-7-4.3680053/) - Android System Patcher\n* [⁠Rezygisk](https://github.com/PerformanC/ReZygisk) - Zygote Injection Engine \n* [ReLSPosed](https://github.com/ThePedroo/ReLSPosed) or [LSPosed](https://github.com/JingMatrix/LSPosed) - Module-Based Customization Framework\n* [PixelFlasher](https://github.com/badabing2005/PixelFlasher) - Pixel Phone Flashing GUI\n\n***\n\n## ▷ Root Managers\n\n* ⭐ **[KernelSU](https://kernelsu.org/)**\n* ⭐ **Magisk Tools** - [Module Manager](https://github.com/DerGoogler/MMRL) / [Mods](https://t.me/magiskmod_update) / [Support Layer](https://github.com/axonasif/rusty-magisk) / [PlayIntegrity Fix](https://xdaforums.com/t/tricky-store-bootloader-keybox-spoofing.4683446/) / [Alt Repo](https://github.com/Magisk-Modules-Alt-Repo)\n* [KernelSU-Next](https://github.com/KernelSU-Next/KernelSU-Next)\n* [Magisk](https://github.com/topjohnwu/Magisk)\n* [⁠Magisk Alpha](https://t.me/magiskalpha)\n* [ReSukiSU](https://resukisu.github.io/) / [Telegram](https://t.me/ReSukiSU/)\n* [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal)\n* [MTKClient](https://github.com/bkerler/mtkclient)\n* [APatch](https://github.com/bmax121/APatch)\n* [Mtk Easy Su](https://github.com/JunioJsv/mtk-easy-su)\n* [FolkPatch](https://fp.mysqil.com/en) / [GitHub](https://github.com/matsuzaka-yuki/FolkPatch)\n\n***\n\n## ▷ Operating Systems\n\n* 🌐 **[Android Privacy ROM Comparisons](https://eylenburg.github.io/android_comparison.htm)** or [Android ROM List](https://github.com/musabcel/android_rom_list)\n* 🌐 **[GSI List](https://github.com/TrebleDroid/treble_experimentations/wiki/Generic-System-Image-(GSI)-list)** - Generic System Image Index\n* ⭐ **[GrapheneOS](https://grapheneos.org/)** - Security & Privacy Hardened Android / Google Pixel Only / [Bank App Compatibility](https://privsec.dev/posts/android/banking-applications-compatibility-with-grapheneos/) / [Matrix](https://matrix.to/#/%23community:grapheneos.org) / [Discord](https://discord.com/invite/grapheneos) / [Telegram](https://t.me/GrapheneOS)\n* [⁠Custom ROM Hardware](https://customromhardware.miraheze.org/) - Android Custom ROM Compatibility / Database \n* [LineageOS](https://www.lineageos.org/) - Privacy-Focused OS / [Discord](https://discord.gg/gD6DMtf)\n* [⁠AsteroidOS](https://asteroidos.org/) - Linux Distro for Smart Watches\n\n***\n\n# ► Android Camera\n\n* ⭐ **[Google Lens](https://lens.google.com/)** - Multiple Camera Tools\n* ⭐ **[Reincubate Camo](https://camo.com/studio)** / [IP Webcam](https://play.google.com/store/apps/details?id=com.pas.webcam) / [Windows Driver](https://ip-webcam.appspot.com/), [Iriun](https://iriun.com/) or [DroidCam](https://github.com/dev47apps/droidcam-linux-client) - Use Android as Webcam / Live Cam\n* [Libre Camera](https://github.com/iakdis/librecamera) - Camera App\n* [GrapheneOS Camera](https://github.com/GrapheneOS/Camera) - Camera App\n* [Blackmagic Camera](https://play.google.com/store/apps/details?id=com.blackmagicdesign.android.blackmagiccam) - Camera App\n* [ProofMode](https://gitlab.com/guardianproject/proofmode/proofmode-android) - Camera App\n* [Open Camera](https://sourceforge.net/projects/opencamera/) - Camera App\n* [FadCam](https://github.com/anonfaded/FadCam) - Background Video Recorder\n* [googlecameraport](https://www.celsoazevedo.com/files/android/google-camera) - Google Cam Downloads / [XML Configs](https://t.me/xmlshamimmod) / [Telegram](https://t.me/googlecameraport)\n* [Gcam-Services-Provider](https://github.com/lukaspieper/Gcam-Services-Provider) - Use Google Cam without Google Play\n* [BarcodeScanner](https://gitlab.com/Atharok/BarcodeScanner) or [BinaryEye](https://github.com/markusfisch/BinaryEye) - QR / Barcode Scanners\n* [TimeLapseCam](https://github.com/woheller69/TimeLapseCamera) - Timelapse Camera\n\n***\n\n## ▷ Image Tools\n\n* ⭐ **[Image Toolbox](https://github.com/T8RIN/ImageToolbox)** - Image Editor\n* [PicsArt](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Image Editor\n* [Hypic](https://play.google.com/store/apps/details?id=com.xt.retouchoversea) - Image Editor\n* [Snapseed](https://play.google.com/store/apps/details?id=com.niksoftware.snapseed) - Image Editor\n* [PhotoLayers](https://play.google.com/store/apps/details?id=com.handycloset.android.photolayers) - Image Editor\n* [Photo Editor](https://www.iudesk.com/) - Image Editor\n* [Pixomatic](https://pixomatic.us/) - Image Editor\n* [Material Photo Widget](https://github.com/fibelatti/photo-widget) - Homescreen Photo Widget\n* [PhotoScan](https://play.google.com/store/apps/details?id=com.google.android.apps.photos.scanner) - Easily Scan & Digitize Photos\n* [Color Camera](https://play.google.com/store/apps/details?id=theindusdeveloper.com.colorcamera) - Change Image Colors\n* [Imagepipe](https://codeberg.org/Starfish/Imagepipe) - Image Size Reducer\n* [FFShare](https://github.com/caydey/ffshare) - Compress Videos / Images\n* [RealSR](https://github.com/tumuyan/RealSR-NCNN-Android), [Galaxy Enhance-X](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_untouched_apks) (search) or [Superimage](https://superimage.io/) - Image Upscalers\n* [AndroidOCR](https://github.com/SubhamTyagi/android-ocr) - Extract Text from Images\n* [SauceNAO](https://github.com/LuK1337/SauceNAO) - Reverse Image Search / Some NSFW\n* [AppMockUp](https://app-mockup.com/) - Screenshot Builder\n* [Scrambled Exif](https://gitlab.com/juanitobananas/scrambled-exif), [MetadataRemover](https://github.com/Crazy-Marvin/MetadataRemover) or [exif-eraser](https://github.com/Tommy-Geenexus/exif-eraser) - Remove Image Metadata\n* [VES-Image-Compare](https://github.com/VincentEngel/VES-Image-Compare) - Easily Compare Images\n\n***\n\n## ▷ Image Galleries\n\n* ⭐ **[Gallery](https://github.com/FossifyOrg/Gallery)** - Photo / Video Gallery\n* ⭐ **[Aves](https://github.com/deckerst/aves)** - Photo / Video Gallery\n* [Google Photos Revanced](https://revanced.app/) - Photo / Video Gallery / Unlimited / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_revanced_tools) / [Easy Install](https://wispydocs.pages.dev/revanced-morphe-obtainium/)\n* [PhotosGo](https://play.google.com/store/apps/details?id=com.google.android.apps.photosgo) - Photo / Video Gallery\n* [Ente](https://ente.io/) - Photo / Video Gallery / [GitHub](https://github.com/ente-io/ente)\n* [Photok](https://github.com/leonlatsch/Photok) - Photo / Video Gallery\n* [UhuruPhotos](https://uhuru.photos) - Photo / Video Gallery / [GitHub](https://github.com/savvasdalkitsis/uhuruphotos-android)\n* [Gallery 2.0](https://github.com/IacobIonut01/Gallery) - Photo / Video Gallery\n* [PhotoSwooper](https://codeberg.org/Loowiz/PhotoSwooper) or [Sponge](https://play.google.com/store/apps/details?id=com.prismtree.sponge) - Image Gallery Cleaners\n\n***\n\n# ► Android Tools\n\n## ▷ Android Utilities\n\n* ↪️ **[Android Calculators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_calculators)**\n* ⭐ **[MacroDroid](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** (search) / [Subreddit](https://www.reddit.com/r/macrodroid/), [Tasker](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) or [Automate](https://llamalab.com/automate/) / [Subreddit](https://www.reddit.com/r/AutomateUser/) - Android Automation\n* ⭐ **[Unified Remote](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** (search), [2](https://www.unifiedremote.com/) or [KDE Connect](https://kdeconnect.kde.org/) - Control PC with App\n* [Tooly](https://play.google.com/store/apps/details?id=com.yousx.thetoolsapp) or [fooView](https://play.google.com/store/apps/details?id=com.fooview.android.fooview) - Multi-Tool Apps\n* [LightCut](https://play.google.com/store/apps/details?id=com.lightcut.videoeditor), [⁠Lossless Video Cutter](https://play.google.com/store/apps/details?id=com.losslessvideocutter), [open-video-editor](https://github.com/devhyper/open-video-editor), [InShot](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) or [Vaux](https://play.google.com/store/apps/details?id=com.vaux.vaux_editor) - Video Editors\n* [Inverse AI](https://play.google.com/store/apps/details?id=com.inverseai.video_converter) - Video Converter / Compressor\n* [⁠Compressor](https://github.com/JoshAtticus/Compressor) - Video Compressor\n* [auto-auto-rotate](https://gitlab.com/juanitobananas/auto-auto-rotate) - Per App Rotation Settings\n* [Shelter](https://gitea.angry.im/PeterCxy/Shelter) / [2](https://github.com/PeterCxy/Shelter), [Island](https://github.com/oasisfeng/island) or [Insular](https://secure-system.gitlab.io/Insular/) / [GitLab](https://gitlab.com/secure-system/Insular) - Isolate / Clone Apps via Work Profiles\n* [Geto](https://github.com/JackEblan/Geto) - Custom App Settings / Requires Shizuku\n* [Catima](https://catima.app/) - Loyalty Card Managers\n* [Shortcut Maker](https://play.google.com/store/apps/details?id=rk.android.app.shortcutmaker) or [Quikshort](https://play.google.com/store/apps/details?id=com.atolphadev.quikshort) - Create App Shortcuts\n* [Touch The Notch](https://play.google.com/store/apps/details?id=com.notch.touch) or [Action Notch](https://play.google.com/store/apps/details?id=com.androxus.touchthenotch) - Use Camera Notch as Button\n* [⁠UbikiTouch](https://play.google.com/store/apps/details?id=eu.toneiv.ubktouch) - Gesture Navigation / Custom Actions \n* [TapTap](https://github.com/KieronQuinn/TapTap) - Android Back Gesture Controls\n* [Circle to Search](https://play.google.com/store/apps/details?id=com.circletosearch.android) or [MiCTS](https://github.com/parallelcc/MiCTS/blob/main/README_en.md) - Circle to Search\n* [notesGPT](https://usenotesgpt.com/) - AI Voice Notes\n* [AudioNote](https://certified84.github.io/AudioNote/) or [⁠Fossify Voice Recorder](https://github.com/FossifyOrg/Voice-Recorder) - Video / Voice Recorders\n* [⁠AndroidMic](https://github.com/teamclouday/AndroidMic) - Use Android as PC Mic\n* [ChatBox](https://github.com/Bin-Huang/chatbox), [Rikka AI](https://rikka-ai.com/) / [Discord](https://discord.gg/9weBqxe5c4) / [GitHub](https://github.com/rikkahub/rikkahub), [Maid](https://github.com/Mobile-Artificial-Intelligence/maid), [ChatterUI](https://github.com/Vali-98/ChatterUI), [Off Grid](https://github.com/alichherawalla/off-grid-mobile-ai), [⁠Google AI Edge Gallery](https://github.com/google-ai-edge/gallery), [Cherry Studio](https://github.com/CherryHQ/cherry-studio-app), [⁠ComfyChair](https://github.com/legal-hkr/comfychair) or [PocketPal AI](https://github.com/a-ghorbani/pocketpal-ai) - Local AI Chatbots\n* [⁠Arc](https://play.google.com/store/apps/details?id=com.rethink.arc) - AI Assistant\n* [Safe Headphones](https://play.google.com/store/apps/details?id=com.jazibkhan.noiseuncanceller) - Audio Surrounding Recorder\n* [Voiceliner](https://a9.io/voiceliner/) - Voice Memos / [GitHub](https://github.com/maxkrieger/voiceliner)\n* [⁠Mopria Scan](https://play.google.com/store/apps/details?id=org.mopria.scan.application) - Auto Connect Android to Scanners / Printers \n* [Gadgetbridge](https://gadgetbridge.org/) - Gadget Manager / [Supported Devices](https://gadgetbridge.org/gadgets/) / [Source Code](https://codeberg.org/Freeyourgadget/Gadgetbridge)\n* [TouchDroid](https://github.com/SKRInternationals/TouchDroid), [Mousedroid](https://github.com/darusc/Mousedroid) or [USB HID Client](https://github.com/Arian04/android-hid-client) (root) - Use Device as PC Mouse / Keyboard\n* [Android Virtual Pen](https://github.com/androidvirtualpen/virtualpen) - Use Device as PC Virtual Pen\n* [Google Slides](https://play.google.com/store/apps/details?id=com.google.android.apps.docs.editors.slides) - Make Presentations\n* [Listy](https://listy.is/) or [HypeList](https://hypelist.com/) - Create Lists of Anything\n* [⁠Gameye](https://www.gameye.app/) - Track Game Collection / Prices\n* [VoiceGPT](https://github.com/WSTxda/Plugin-VoiceGPT) or [Dicio](https://github.com/Stypox/dicio-android) - Voice Assistants\n* [Tunity](https://tunity.com/) - Hear Muted TVs\n* [Trail Sense](https://kylecorry.com/Trail-Sense/) - Wilderness Survival App / [GitHub](https://github.com/kylecorry31/Trail-Sense)\n* [SensorServer](https://github.com/umer0586/SensorServer) - Use Phone as Accelerometer\n* [⁠OpenBubbles](https://openbubbles.app/) - Get Apple Services on Android\n* [GitNex](https://gitnex.com/) - Forgejo and Gitea Client for Android / [Source Code](https://codeberg.org/gitnex/GitNex/)\n* [LSPatch](https://github.com/JingMatrix/LSPatch) - Non-root Xposed Framework\n* [Black Screen](https://play.google.com/store/apps/details?id=io.japp.blackscreen) - Turn Off Display While Audio is Playing\n* [Flip DND](https://play.google.com/store/apps/details?id=com.urbandroid.dnd) - Flip to Activate Do Not Disturb Mode\n* [AutoDND](https://github.com/dic1911/android_AutoDND/) - App-Activated Do Not Disturb Mode\n* [Audify](https://play.google.com/store/apps/details?id=in.codeseed.audify) - Reduce Notification Distractions\n* [Volumee](https://maslanka.app/volumee/) or [SoundTap](https://play.google.com/store/apps/details?id=fr.angel.soundtap) - Volume Button Track Control\n* [VolumeLockr](https://github.com/jonathanklee/VolumeLockr) - Volume Locker\n\n***\n\n## ▷ Android Adblocking\n\n* ↪️ **[DNS Adblocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_dns_adblocking)**\n* ⭐ **[Rethink DNS](https://rethinkdns.com/app)** / [Blocklists](https://rethinkdns.com/app#blocklists), [personalDNSfilter](https://www.zenz-solutions.de/personaldnsfilter-wp/) - DNS Adblockers\n* ⭐ **[AdGuard Premium](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** (search) or [Adguard](https://adguard.com/en/adguard-android/overview.html) (browser only) - Adblocking App / [Subreddit](https://www.reddit.com/r/Adguard/) / [GitHub](https://github.com/AdguardTeam/AdguardForAndroid)\n* ⭐ **[uBlock Origin](https://github.com/gorhill/uBlock)** - Adblocker / Works Best on [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/)\n* [⁠Re-Malwack](https://re-malwack.vercel.app/) - Adblocking App / [GitHub](https://github.com/ZG089/Re-Malwack)\n* [AdAway](https://adaway.org/) - Adblocking App / [GitHub](https://github.com/AdAway/AdAway)\n* [PrivateDNSAndroid](https://github.com/karasevm/PrivateDNSAndroid) - DNS Switchers\n\n***\n\n## ▷ Android Privacy\n\n* 🌐 **[Awesome Android Security](https://github.com/ashishb/android-security-awesome)** - Security Resources\n* ↪️ **[Privacy-Focused Operating Systems](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_operating_systems)**\n* ↪️ **[Encrypted Messengers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_encrypted_messengers)**\n* ↪️ **[Android 2FA](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_password_privacy_.2F_2fa)**\n* ↪️ **[Android Proxy Clients](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_proxy_clients)**\n* ⭐ **[Triage](https://tria.ge/)**, **[Hybrid Analysis](https://hybrid-analysis.com/)** or [Pithus](https://beta.pithus.org/) - APK / URL Virus Scanners\n* ⭐ **[Rethink DNS](https://rethinkdns.com/)** / [GitHub](https://github.com/celzero/rethink-app), [ShizuWall](https://github.com/AhmetCanArslan/ShizuWall), [AFWall+](https://github.com/ukanth/afwall/) (root) or [Karma](https://github.com/StarGW-net/karma-firewall) - Firewalls\n* ⭐ **[URLCheck](https://github.com/TrianguloY/URLCheck)**, [Tarnhelm](https://github.com/lz233/Tarnhelm), [LinkSheet](https://github.com/LinkSheet/LinkSheet) or [Untracker](https://github.com/zhanghai/Untracker) - URL Cleaners / Tracking Removal\n* ⭐ **[Exodus](https://reports.exodus-privacy.eu.org/en/)** - App Tracker Database\n* ⭐ **[Amarok](https://github.com/deltazefiro/Amarok-Hider)**, [Aer](https://github.com/nain-F49FF806/anemo-aer) or [SafeSpace](https://github.com/aashishksahu/SafeSpace) - Hide Files / Apps\n* [InviZible](https://invizible.net/en/) - Tor, DNSCrypt, And Purple I2P Hybrid VPN / [GitHub](https://github.com/Gedsh/InviZible)\n* [Intra](https://getintra.org) - Encrypted DNS App\n* [PermissionManagerX](https://github.com/mirfatif/PermissionManagerX) - App Permission Manager\n* [Orbot](https://orbot.app/en/), [2](https://guardianproject.info/apps/org.torproject.android/) - Tor Proxy Apps\n* [Privacy Guides](https://www.privacyguides.org/en/android/), [2](https://privacyguides.github.io/privacyguides.org/), [3](https://privacyguides-org-production.b-cdn.net/en/) - Educational Guide / [Discuss](https://discuss.privacyguides.net/) / [.onion](http://www.xoe4vn5uwdztif6goazfbmogh6wh5jc4up35bqdflu6bkdc5cas5vjqd.onion/) / [Matrix](https://matrix.to/#/#privacyguides:matrix.org) / [GitHub](https://github.com/privacyguides/privacyguides.org)\n* [DroidFS](https://forge.chapril.org/hardcoresushi/DroidFS) - Encrypted File Manager\n* [Network Survey](https://github.com/christianrowlands/android-network-survey) - Mobile Network Scanner / Survey Tool \n* [TrackerControl](https://trackercontrol.org/) / [GitHub](https://github.com/TrackerControl/tracker-control-android) or [⁠Privacy Guard](https://play.google.com/store/apps/details?id=com.franko.privacyguard) - Tracker Monitors / Controllers\n* [LibChecker](https://github.com/LibChecker/LibChecker) - View App Third-Party Libraries\n* [Sapio](https://github.com/jonathanklee/Sapio) - Scan Apps for Google Dependency\n* [NetGuard](https://www.netguard.me/) - Block Internet Access Per App / [GitHub](https://github.com/M66B/NetGuard)\n* [Open SSTP Client](https://github.com/kittoku/Open-SSTP-Client) - SSTP Client\n* [SimpleLogin](https://github.com/simple-login/Simple-Login-Android) or [AnonAddy](https://gitlab.com/Stjin/anonaddy-android) - Email Forwarding\n* [Keyoxide](https://codeberg.org/Berker/keyoxide-flutter) - Verify Decentralized Cryptographic Identities\n* [⁠HMA-OSS](https://github.com/frknkrc44/HMA-OSS) or [Hide My Applist](https://github.com/Dr-TSNG/Hide-My-Applist) (root) - Hide Applist\n* [JustUseApp](https://justuseapp.com/) - App Subscription Reviews\n\n***\n\n## ▷ Android Internet\n\n* ↪️ **[QR Code Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_qr_code_tools)**\n* ↪️ **[Hacker News Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_hacker_news_tools)**\n* ⭐ **[KeePassDX](https://www.keepassdx.com/)**, **[Bitwarden](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden)** / [Alt Client](https://github.com/AChep/keyguard-app) / [X](https://twitter.com/bitwarden) / [Subreddit](https://reddit.com/r/bitwarden) / [GitHub](https://github.com/bitwarden), [Proton Pass](https://proton.me/pass/download/android), [AuthPass](https://authpass.app/), [KeyPass](https://github.com/yogeshpaliyal/KeyPass) or [Keepass2Android](https://play.google.com/store/apps/details?id=keepass2android.keepass2android) / [GitHub](https://github.com/PhilippC/keepass2android) - Password Managers\n* ⭐ **[Thunderbird](https://www.thunderbird.net/en-US/mobile/)** / [GitHub](https://github.com/thunderbird/thunderbird-android) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/thunderbird.md), [Monocles](https://f-droid.org/packages/de.monocles.mail/) or [FairEmail](https://email.faircode.eu/) - Email Clients\n* ⭐ **[Network Survey](https://www.networksurvey.app/)**, [PCAPdroid](https://emanuele-f.github.io/PCAPdroid/) or [keepitup](https://github.com/ibbaa/keepitup/) - Network Monitors\n* [PairVPN Hotspot](https://pairvpn.com/hotspot), [Tetherfi](https://github.com/pyamsoft/tetherfi) or [NetShare](https://netshare.app/) - Create Wi-Fi Hotspots\n* [Wolfram Alpha](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Searchable Knowledge Base\n* [Feeder](https://github.com/spacecowboy/Feeder), [Pluma RSS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search), [Twine](https://github.com/msasikanth/twine), [FeedMe](https://github.com/seazon/FeedMe), [news](https://github.com/bubelov/news), [nunti](https://gitlab.com/ondrejfoltyn/nunti), [Aggregator News](https://play.google.com/store/apps/dev?id=5578181639208826441), [CapyReader](https://github.com/jocmp/capyreader) or [ReadYou](https://github.com/Ashinch/ReadYou) - RSS Readers\n* [NewsBang](https://www.newsbang.com/) - News App / US Only\n* [Glasswire](https://play.google.com/store/apps/details?id=com.glasswire.android), [⁠Traffic Light](https://github.com/leekleak/traffic-light/) or [DataMonitor](https://github.com/itsdrnoob/DataMonitor) - Data Usage Monitors\n* [PINCredible](https://github.com/cyb3rko/pincredible) - PIN Manager\n* [Bookmark Manager Zero](https://bmz.absolutezero.fyi/), [Linkora](https://github.com/LinkoraApp/Linkora) / [Discord](https://discord.gg/ZDBXNtv8MD), [Link Manager](https://play.google.com/store/apps/details?id=com.michaelflisar.linkmanager), [Shiori](https://github.com/DesarrolloAntonio/Shiori-Android-Client) - Bookmark Managers\n* [NativeAlpha](https://play.google.com/store/apps/details?id=com.cylonid.nativealpha) - Run Websites in Borderless Window\n* [EasyOpenLink](https://codeberg.org/marc.nause/easyopenlink) - Easily Open Links in Text via Share Function\n* [PassAndroid](https://github.com/ligi/PassAndroid) - Manage Virtual Tickets / Passes\n* [Conversations](https://codeberg.org/iNPUTmice/Conversations) - XMPP App\n* [IRCCloud](https://github.com/irccloud/android), [Goguma](https://codeberg.org/emersion/goguma) or [Revolution IRC](https://github.com/MCMrARM/revolution-irc) - IRC Clients\n* [NFC Tools](https://play.google.com/store/apps/details?id=com.wakdev.wdnfc) - Read / Write NFC Tags\n* [⁠Ruffle Android](https://github.com/ruffle-rs/ruffle-android) - Android Flash Emulator\n* [SubX](https://play.google.com/store/apps/details?id=com.alkapps.subx) or [SubscriptionManager](https://play.google.com/store/apps/details?id=de.simolation.subscriptionmanager) - Track Subscription Services\n* [WiFiman](https://play.google.com/store/apps/details?id=com.ubnt.usurvey), [WiFiAnalyzer](https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/) / [GitHub](https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer) or [WLANScanner](https://github.com/bewue/WLANScanner) - Network Scanners\n* [Fing](https://www.fing.com/fing-app/) - Network Toolkit\n\n***\n\n## ▷ Android Browsers\n\n* **Note** - This section covers both normal and privacy-focused browsers.\n\n***\n\n* 🌐 **[Firefox Extensions](https://addons.mozilla.org/android/)** - Android Firefox Addon Store\n* ⭐ **[Brave](https://brave.com/)** - Chromium-Based / Built-in Adblock / Privacy-Focused / [GitHub](https://github.com/brave/brave-browser)\n* ⭐ **[Cromite](https://github.com/uazo/cromite)** - Chromium-Based / Extensions (Settings > Dev Options) / Built-in Adblock / [Filter](https://github.com/xarantolus/filtrite) / [Adblock Scripts](https://userscripts.010.one/)\n* ⭐ **[IronFox](https://ironfoxoss.org/)** - Mull Browser Fork / Extensions / Privacy-Focused / [Discord](https://discord.gg/zbdzfRVyVh) / [GitLab](https://gitlab.com/ironfox-oss/IronFox)\n* ⭐ **[Firefox](https://www.firefox.com/browsers/mobile/android/)** - Customizable Browser / Extensions / [Focus](https://www.firefox.com/browsers/mobile/focus/) / [Nightly](https://www.firefox.com/channel/android/#nightly)\n* [Iceraven Browser](https://github.com/fork-maintainers/iceraven-browser) - Firefox-Based / Extensions\n* [Fennec](https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/) - Firefox-Based / Extensions / [GitLab](https://gitlab.com/relan/fennecbuild)\n* [FFUpdater](https://github.com/Tobi823/ffupdater) - Multi-Browser Updater\n* [Eruda](https://github.com/liriliri/eruda) - Mobile Browser Console / [Userscript](https://greasyfork.org/en/scripts/400760-console-for-mobile-browsers-eruda) / [Guide](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/eruda.md)\n* [Hermit](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) / [2](https://play.google.com/store/apps/details?id=com.chimbori.hermitcrab) - Lite Apps Browser\n\n***\n\n## ▷ Android File Tools\n\n* ↪️ **[Mobile / Desktop Transfer](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25BA_file_transfer)**\n* ⭐ **[1DM](https://play.google.com/store/apps/details?id=idm.internet.download.manager)** / [Features](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search), [Go Speed](https://gopeed.com/) / [Plugins](https://github.com/search?q=topic%3Agopeed-extension&type=repositories) / [GitHub](https://github.com/GopeedLab/gopeed), [AB Download Manager](https://abdownloadmanager.com/) / [Telegram](https://t.me/abdownloadmanager_discussion) / [GitHub](https://github.com/amir1376/ab-download-manager), [ADM](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) or [FDM](https://play.google.com/store/apps/details?id=org.freedownloadmanager.fdm) - Download Managers\n* ⭐ **[MiXplorer](https://mixplorer.com/beta/)**, [2](https://mixplorer.com/), [3](https://xdaforums.com/t/app-2-2-mixplorer-v6-x-released-fully-featured-file-manager.1523691/), [MT Manager](https://mt2.cn/) - Advanced Root File Explorer / Manager / [Themes](https://play.google.com/store/apps/details?id=de.dertyp7214.mixplorerthemecreator)\n* ⭐ **[SD Maid SE](https://github.com/d4rken-org/sdmaid-se)** - File Manager / Cleaner / [Discord](https://discord.com/invite/8Fjy6PTfXu) / [Unlock Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/sd-maid.md)\n* ⭐ **[Material Files](https://github.com/zhanghai/MaterialFiles)** - File Manager\n* ⭐ **[Fossify File Manager](https://github.com/FossifyOrg/File-Manager)** - File Manager\n* ⭐ **[ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver)** - File Manager / Archiver\n* ⭐ **[Pairdrop](https://pairdrop.net/)** - File Sharing / [GitHub](https://github.com/fm-sys/snapdrop-android) - File Archiver\n* ⭐ **[Cx File Explorer](https://play.google.com/store/apps/details?id=com.cxinventor.file.explorer)**, [Total Commander](https://www.ghisler.com/ce.htm), [File Navigator](https://play.google.com/store/apps/details?id=com.w2sv.filenavigator) / [GitHub](https://github.com/w2sv/FileNavigator) or [Prism File Explorer](https://github.com/Raival-e/Prism-File-Explorer) - File Managers / Explorers\n* [Aria2App](https://github.com/devgianlu/Aria2App) - Download Manager Controller\n* [Round Sync](https://github.com/newhinton/Round-Sync) or [MetaCTRL](https://metactrl.com/) - Multi-Site Cloud Storage File Managers\n* [AdbFileManager](https://github.com/T0biasCZe/AdbFileManager) - Manage Android File via Windows\n* [Dropbox](https://www.dropbox.com/) / [Sync](https://play.google.com/store/apps/details?id=com.ttxapps.dropsync) - Cloud Storage\n* [RSAF](https://github.com/chenxiaolong/RSAF) - Add RClone Remotes to Android Storage Framework\n* [iyox-Wormhole](https://github.com/iyox-studios/iyox-Wormhole) or [Wormhole](https://gitlab.com/lukas-heiligenbrunner/wormhole) - File Sync / Sharing\n* [CrocGUI](https://github.com/howeyc/crocgui) - File Sync / Sharing\n* [ZipXtract](https://github.com/WirelessAlien/ZipXtract) - File Archivers\n* [ConnectBot](https://connectbot.org/) - SSH Client\n* [Disky](https://felixnuesse.de/disky/) - Disk Usage Analyzer / [GitHub](https://github.com/newhinton/disky)\n* [Adebar](https://codeberg.org/izzy/Adebar), [OpenAndroidBackup](https://mrrfv.github.io/open-android-backup/) / [GitHub](https://github.com/mrrfv/open-android-backup), [DataBackup](https://github.com/XayahSuSuSu/Android-DataBackup) (root), [Swift Backup](https://swiftapps.org/), [Neo Backup](https://github.com/NeoApplications/Neo-Backup) (root) - Device Backup Tools\n* [Folder in Folder](https://play.google.com/store/apps/details?id=com.ss.folderinfolder) - Create Subfolders\n* [Marc Files](https://play.google.com/store/apps/details?id=com.marc.files) - File Manager Shortcut\n* [HexViewer](https://github.com/Keidan/HexViewer) - Hex Viewer\n\n***\n\n## ▷ Android Text Tools\n\n* ↪️ **[Android Code Editors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_android_code_editors)**\n* ⭐ **[Obsidian](https://obsidian.md/mobile)** - Highly Customizable Note-Taking App\n* ⭐ **[Easy Notes](https://github.com/Kin69/EasyNotes)**, [Notally](https://github.com/OmGodse/Notally), [NotallyX](https://github.com/PhilKes/NotallyX), [Google Keep](https://keep.google.com/) or [ColorNote](https://www.colornote.com/) - Minimalistic Note-Taking Apps\n* ⭐ **[Xed-Editor](https://github.com/Xed-Editor/Xed-Editor)** / [GitHub](https://github.com/Acode-Foundation/Acode), [Acode](https://acode.app), [QuickEdit](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Text / Code Editors\n* ⭐ **[FUTO Voice](https://voiceinput.futo.org/)** or [Transcribro](https://github.com/soupslurpr/Transcribro) - Voice-Input Keyboards\n* ⭐ **[Look Up](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** (search), [Livio](https://play.google.com/store/apps/dev?id=7909003501452794484) or [AARD2](https://github.com/itkach/aard2-android), [NotificationDictionary](https://github.com/tirkarthi/NotificationDictionary) or [Ciyue](https://f-droid.org/packages/org.eu.mumulhl.ciyue/) - Dictionary Apps\n* [Markor](https://fossdroid.com/a/markor.html) or [Google Docs](https://play.google.com/store/apps/details?id=com.google.android.apps.docs.editors.docs) - Text Editors\n* [neutriNote](https://github.com/appml/neutrinote) or [OneNote](https://play.google.com/store/apps/details?id=com.microsoft.office.onenote&hl=en-us) - Note-Taking Apps with Markdown / Math Support\n* [Quillpad](https://quillpad.github.io/) / [GitHub](https://github.com/quillpad/quillpad) or [⁠Anytype](https://play.google.com/store/apps/details?id=io.anytype.app) / [Telegram](https://t.me/anytype) - Note-Taking App with Markdown Support\n* [AppFlowy](https://appflowy.com/) - Note-Taking App with Markdown Support / [Discord](https://discord.com/invite/appflowy-903549834160635914) / [GitHub](https://github.com/AppFlowy-IO)\n* [Safe Notes](https://safenote.co/) / [GitHub](https://github.com/keshav-space/safenotes) - AES-256 Encrypted Note-Taking App\n* [NotePad](https://github.com/mshdabiola/NotePad) or [Notebook](https://www.zoho.com/notebook/mobile-app.html) - Note-Taking Apps with Drawing\n* [Walling](https://walling.app/) or [Workflowy](https://play.google.com/store/apps/details?id=com.workflowy.android) - Note-Taking Apps for Projects\n* [Moe Memos](https://memos.moe/) - Self-Hosted Note-Taking App\n* [Writer Plus](https://play.google.com/store/apps/details?id=co.easy4u.writer) - Note-Taking App for Writers\n* [Saber](https://github.com/saber-notes/saber) or [Notein](https://www.notein.ai/) - Note-Taking Apps for Handwritten Notes\n* [Novelist](https://www.novelist.app/) - Writing App\n* [Logseq](https://logseq.com/) - Outlining / [Discord](https://discord.com/invite/VNfUaTtdFb) / [GitHub](https://github.com/logseq/logseq)\n* [OSS Document Scanner](https://github.com/Akylas/OSS-DocumentScanner), [Adobe Scanner](https://www.adobe.com/acrobat/mobile/scanner-app.html), [vFLat Scan](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) or [OpenScan](https://github.com/ethereal-developers/OpenScan) - Document Scanners\n* [Google Sheets](https://play.google.com/store/apps/details?id=com.google.android.apps.docs.editors.sheets) - Document Editor / Reader\n* [LibreOffice Viewer](https://www.libreoffice.org/download/android-and-ios/) - Document Reader\n* [Paperless](https://github.com/astubenbord/paperless-mobile) - Document Manager\n* [DiaryVault](https://github.com/SankethBK/diaryvault) - Diary App\n* [Read Aloud AI](https://readaloudai.com/android) - Text to Speech / [Discord](https://readaloudai.com/discord)\n* [DeepLAndroid](https://github.com/sakusaku3939/DeepLAndroid), [Kagi Translate](https://play.google.com/store/apps/details?id=com.kagi.translate), [RTranslator](https://github.com/niedev/RTranslator) or [TranslateYou](https://github.com/you-apps/TranslateYou) - Translation Apps\n* [UnicodePad](https://play.google.com/store/apps/details?id=jp.ddo.hotmist.unicodepad) - Emoji / Unicode Manager / [GitHub](https://github.com/Ryosuke839/UnicodePad)\n* [Clipboard CopyPaste](https://www.evvasoft.com/ccp.html) - Clipboard Managers\n\n***\n\n## ▷ To-Do Apps\n\n* ⭐ **[Tasks](https://tasks.org/)** - Customizable To-Do App with Sync Support / [GitHub](https://github.com/tasks/tasks)\n* ⭐ **[SnapTick](https://github.com/vishal2376/snaptick)** - To-Do App with Pomodoro Timer\n* [Any.do](https://www.any.do/), [Orgzly-revived](https://www.orgzlyrevived.com/) / [GitHub](https://github.com/orgzly-revived/orgzly-android-revived), [Super Productivity](https://super-productivity.com/) or [Taskito](https://taskito.io/) - To-Do Apps with Sync Support\n* [doable](https://doable.at/) - To-Do App with Sync / Extensions Support\n* [Alkaa](https://github.com/igorescodro/alkaa), [Chaos Control 2](https://play.google.com/store/apps/details?id=com.tarasovmobile.cc2) or [Twos](https://www.twosapp.com/) - Simple To-Do Apps\n* [EverydayTasks](https://everydaytasks.jepfa.de/) - To-do App with Statistics\n\n***\n\n## ▷ Notifications / Widgets\n\n* ⭐ **[ntfy](https://ntfy.sh/)** / [Discord](https://discord.gg/cT7ECsZj9w) / [GitHub](https://github.com/binwiederhier/ntfy), [AppRise](https://github.com/caronc/apprise) or [PingMe](https://pingme.lmno.pk/) - Custom Push Notifications\n* [DoNotNotify](https://donotnotify.com/) - Notification Blocker / Manager / [GitHub](https://github.com/anujja/DoNotNotify)\n* [Quick-Tile-Settings](https://github.com/RBN-Apps/Quick-Tile-Settings) or [QuickTiles](https://gitlab.com/flxholle/quick-tiles) - Quick Setting Tiles\n* [KWGT Widgets](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Custom Android Widgets\n* [Smartspacer](https://github.com/KieronQuinn/Smartspacer) - Custom Android \"At a Glance\" Widget\n* [Notification Listener](https://github.com/Alfio010/notification-listener-android) - Save / Pin Notifications\n* [ClassicPowerMenu](https://github.com/KieronQuinn/ClassicPowerMenu) - Android Power Menu Replacement / Root\n\n***\n\n## ▷ Date & Time\n\n* ⭐ **[Sleep as Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** or [Sleep Cycle](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Clock / Alarm\n* [JTX](https://jtx.techbee.at/), [Etar](https://github.com/Etar-Group/Etar-Calendar), [digical](https://digibites.nl/digical) or [TimeTreeApp](https://timetreeapp.com/intl/en/) - Calendars\n* [QRAlarm](https://github.com/sweakpl/qralarm-android) - Alarm with QR Code Control\n* [Calendar Notifications](https://play.google.com/store/apps/details?id=com.tuogol.calendar.notification) - Calendar in Notifications\n* [Birday](https://github.com/m-i-n-a-r/birday) - Birthday Calendar\n* [Sectograph](https://play.google.com/store/apps/details?id=prox.lab.calclock), [Journal it](https://play.google.com/store/apps/details?id=org.de_studio.diary) or [TimePlanner](https://github.com/v1tzor/TimePlanner) - Planner Apps\n* [Daily You](https://github.com/Demizo/Daily_You) - Daily Journal / Picture / Mood tracker\n* [FamilyWall](https://www.familywall.com/) - Family Organization Planner\n* [Clock](https://github.com/BlackyHawky/Clock) - Clock / Alarm\n* [Chrono](https://github.com/vicolo-dev/chrono) - Clock / Alarm\n\n***\n\n## ▷ Productivity / App Blockers\n\n* ↪️ **[Text Editors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_text_tools) / [To-Do Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_to-do_apps)**\n* ⭐ **[Loop Habit Tracker](https://github.com/iSoron/uhabits)** - Habit Tracker\n* ⭐ **[Table Habit](https://github.com/FriesI23/mhabit)** - Habit Tracker\n* [StayFree](https://stayfreeapps.com/) - Digital Productivity Tracker / App Blocker\n* [Folksable](https://folksable.com/) - Social Habit Tracker\n* [HabitBuilder](https://github.com/ofalvai/HabitBuilder) - Habit Tracker\n* [Grit](https://github.com/shub39/Grit) - Habit Tracker\n* [moreDays](https://gitlab.com/wuapps/moredays) - Habit Tracker\n* [TheFor](https://thefor.xyz/) - Habit Tracker\n* [Unlock Master](https://github.com/sweakpl/unlock-master) - Digital Habit Tracker\n* [Mindful](https://github.com/akaMrNagar/Mindful) - Digital Productivity Tracker / App Blocker\n* [Ascent](https://play.google.com/store/apps/details?id=com.ascent) - App Blocker\n* [one sec](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - App Blocker\n* [⁠ScreenZen](https://screenzen.co/) - Website / App Blocker\n* [MyBrain](https://github.com/mhss1/MyBrain) - Productivity Tracker\n* [SimpleTimeTracker](https://github.com/Razeeman/Android-SimpleTimeTracker) - Productivity / Time Tracker\n* [Success](https://eveningkid.com/success/) - Productivity Tracker\n* [Goodtime](https://github.com/adrcotfas/Goodtime) - Productivity Tracker\n* [timeto.me](https://timeto.me/) - Time Management Tracker / [GitHub](https://github.com/Medvedev91/timeto.me)\n\n***\n\n## ▷ Maps / Location\n\n* ↪️ **[Navigation / Transport Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc/#wiki_.25B7_navigation_.2F_transport)**\n* [Find My Device (FMD)](https://gitlab.com/fmd-foss/fmd-android), [PhoneTrack](https://github.com/julien-nc/phonetrack), [2](https://gitlab.com/eneiluj/phonetrack-android) or [AutoWhatsAppTriggers](https://play.google.com/store/apps/details?id=om.roitman.autowhatsapptriggers) - Track Phones Location\n* [OwnTracks](https://owntracks.org/), [Hauk](https://github.com/bilde2910/Hauk), [Positional](https://github.com/Hamza417/Positional), [2](https://github.com/mtrewartha/positional), [GPSCockpit](https://github.com/woheller69/gpscockpit), [GPSTest](https://play.google.com/store/apps/details?id=com.android.gpstest) or [GnssLogger](https://play.google.com/store/apps/details?id=com.google.android.apps.location.gps.gnsslogger) - Track Own Location / GPS\n* [Android-Mock-Location](https://github.com/warren-bank/Android-Mock-Location) or [GPS JoyStick Guide](http://gpsjoystick.theappninjas.com/faq/) (root) - Fake GPS Location\n* [MetaRadar](https://github.com/Semper-Viventem/MetaRadar) - Track Devices Following You\n* [WTMP](https://play.google.com/store/apps/details?id=com.wtmp.svdsoftware) - Detect When Phone is Touched\n* [LockWatch](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) or [CrookCatcher](https://www.crookcatcher.app/) - Locate / Recover Stolen Phone\n* [Alpi Maps](https://github.com/Akylas/alpimaps) - Offline Maps\n* [LavSeeker](https://github.com/woheller69/lavatories) - Public Toilet Map\n* [Transportr](https://transportr.app/) - Public Transport Assistant\n* [EV-Map](https://ev-map.app/) - Electronic Vehicle Charging Map\n* [Fuel.io](https://fuel.io/) - Vehicle Fuel Tracking\n* [Aftership](https://play.google.com/store/apps/details?id=com.aftership.AfterShip) - Package Tracker\n\n***\n\n## ▷ Weather Apps\n\n* ⭐ **[WeatherMaster](https://github.com/PranshulGG/WeatherMaster)**\n* ⭐ **[Breezy Weather](https://github.com/breezy-weather/breezy-weather)**\n* ⭐ **[OpenWeather](https://play.google.com/store/apps/details?id=uk.co.openweather)**\n* [OSS Weather](https://github.com/Akylas/oss-weather)\n* [AccuWeather](https://app.accuweather.com/app-download) / [Features](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search)\n* [Rain](https://github.com/DarkMooNight/Rain)\n* [Weawow](https://play.google.com/store/apps/details?id=com.weawow)\n* [KWeather](https://invent.kde.org/utilities/kweather)\n* [Meteored](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search)\n* [Overmorrow](https://play.google.com/store/apps/details?id=com.marotidev.Overmorrow)\n* [Bura](https://github.com/davidtakac/bura)\n* [omWeather](https://github.com/woheller69/omweather)\n* [⁠Flowx](https://flowx.io/) - Weather Visualization / Map\n* [Suntimes](https://github.com/forrestguice/SuntimesWidget) - Sunlight / Moonlight Display App\n\n***\n\n# ► Emulators\n\n***\n\n## ▷ Emulators on Android\n\n* 🌐 **[Emulators on Android](https://emulation.gametechwiki.com/index.php/Emulators_on_Android)** / [Frontends](https://emulation.gametechwiki.com/index.php/Emulators_on_Android#Launcher_Frontends)\n* 🌐 **[⁠EmuReady](https://www.emuready.com/)** - Mobile Game Emulation Compatibility / Info / [Discord](https://discord.gg/CYhCzApXav) / [GitHub](https://github.com/Producdevity/EmuReady)\n* ⭐ **[Termux](https://termux.dev/)** - Terminal Emulator / [GUI](https://github.com/termux/termux-gui) / [Beautify](https://github.com/mayTermux/myTermux) / [Matrix](https://matrix.to/#/#Termux:matrix.org) / [Subreddit](https://www.reddit.com/r/termux) / [Telegram](https://telegram.me/termux24x7) / [Discord](https://discord.gg/HXpF69X) / [GitHub](https://github.com/termux/)\n* [JoiPlay](https://joiplay.net/) - RPG Maker Game Interpreter & more\n* [Limbo](https://github.com/limboemu/limbo) or [TermOne Plus](https://termoneplus.com/) - Windows Emulator on Android / Terminal Emulators / OS Environments\n* [Ubuntu on Android](https://docs.udroid.org/) - Ubuntu Emulator / [GitHub](https://github.com/RandomCoderOrg/ubuntu-on-android)\n* [r/EmulationOnAndroid](https://www.reddit.com/r/emulationonandroid) - Android Game Emulation Subreddit\n* [GameHub Lite](https://github.com/Producdevity/gamehub-lite) - Game Emulator / Launcher\n* [⁠GameNative](https://gamenative.app/) - Game Emulator / Launcher / [Discord](https://discord.gg/2hKv4VfZfE) / [GitHub](https://github.com/utkarshdalal/GameNative)\n* [Source Engine 4 Android](https://discord.gg/source-engine-4-android-672055862608658432) - Source Engine Ports\n* [AdrenoToolsDrivers](https://github.com/K11MCH1/AdrenoToolsDrivers) - Adreno Drivers for Android Emulators\n\n***\n\n## ▷ Android on Windows\n\n* **Warning** - Closed-source emulators (like Nox) contain intrusive ads and trackers, so it's best to use open-source options or android subsystems.\n\n***\n\n* 🌐 **[Android Emulators](https://emulation.gametechwiki.com/index.php/Android_emulators)** or **[Emulator List](https://platinmods.com/threads/list-of-x86-android-emulators-for-pc.40529/)** - Android Emulator Lists\n* ↪️ **[Android on Linux](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_android_on_linux)**\n* ↪️ **[Android on macOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_system_tools)**\n* ⭐ **[WSABuilds](https://github.com/MustardChef/WSABuilds)** - Windows Subsystem / Pre-built Binaries\n* ⭐ **[Google Play Games](https://play.google.com/googleplaygames)** - Android Mobile Games on Windows\n* [MuMuPlayer](https://www.mumuplayer.com/) - Android Emulator\n* [MSI App Player](https://www.msi.com/Landing/appplayer) - Android Emulator / Debloated Bluestacks\n* [Docker Android](https://github.com/budtmo/docker-android) - Android on Docker\n* [Genymotion](https://www.genymotion.com/download/) - Android Emulator\n* [NoxPlayer](https://www.bignox.com/) - Android Emulator / [Debloat](https://gist.github.com/TameemS/72c4b92131977aced56e727d51599a48)\n* [GameLoop](https://www.gameloop.com/) - Android Emulator\n* [MEmu](https://www.memuplay.com/) - Android Emulator / [Debloat](https://gist.github.com/TameemS/603686cec857ff1f91e68607e374b0d8)\n* [LDPlayer](https://www.ldplayer.net/) - Android Emulator / [Debloat](https://gist.github.com/TameemS/894cdb8adae1d6042a5f21c4e80bcd9e/)\n\n***\n\n## ▷ Linux on Android\n\n* [postmarketOS](https://www.postmarketos.org/) - Alpine-Based\n* [Ubuntu Touch](https://devices.ubuntu-touch.io/) - Ubuntu-Based\n* [Mobian](https://mobian-project.org/) - Debian-Based\n* [⁠Linux Deploy](https://github.com/meefik/linuxdeploy) - Install and run GNU/Linux on Android + TV Boxes\n\n***\n\n# ► Android Torrenting\n\n* **Note** - Remember to get a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) before torrenting and [bind it to your client](https://wispydocs.pages.dev/torrenting/) if it allows.\n\n***\n\n* ⭐ **[Flud](https://play.google.com/store/apps/details?id=com.delphicoder.flud)** - Torrent Client / Allows Binding / Use Adblock\n* ⭐ **[LibreTorrent](https://gitlab.com/proninyaroslav/libretorrent)** - Torrent Client / Doesn't Allow Binding / [Telegram](https://t.me/LibreTorrent) / [GitHub](https://github.com/proninyaroslav/libretorrent)\n* [Tixati](https://tixati.com/android) - Torrent Client / Allows Binding\n* [BiglyBT](https://android.biglybt.com/) - Torrent Client / Allows Binding\n* [tTorrent](https://ttorrent.org/) - Torrent Client\n* [FDM](https://play.google.com/store/apps/details?id=org.freedownloadmanager.fdm) - Torrent Client\n* [TorrServe](https://github.com/YouROK/TorrServe) - Torrent Client\n* [1DM](https://play.google.com/store/apps/details?id=idm.internet.download.manager) - Torrent Client / [Features](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) *Search\n* [Trireme](https://github.com/teal77/trireme) - Deluge Client\n* [Transdroid](https://www.transdroid.org) - Manage BitTorrent Clients / [F-Droid](https://f-droid.org/packages/org.transdroid.full/) / [GitHub](https://github.com/erickok/transdroid)\n* [nzb360](https://play.google.com/store/apps/details?id=com.kevinforeman.nzb360) - NZB / Torrent Manager\n\n***\n\n# ► Android Reading\n\n* ↪️ **[Multi-Platform Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading/#wiki_.25B7_ebook_readers)**\n* ⭐ **[Librera](https://librera.mobi/)** - Ebook Reader\n* ⭐ **[Moon+ Reader](https://www.moondownload.com/)** - Ebook Reader / [Theme Guide](https://claraiscute.neocities.org/Guides/moontheme/), [2](https://claraiscute.pages.dev/Guides/moontheme)\n* ⭐ **[Legado](https://github.com/gedoor/legado/blob/master/English.md)** or [Legado MD3](https://github.com/HapeLee/legado-with-MD3/releases) - Ebook Reader\n* ⭐ **[Readera](https://readera.org/)** - Ebook Reader\n* ⭐ **[Voice](https://voice.woitaschek.de/)** - Audiobook Player / [GitHub](https://github.com/PaulWoitaschek/Voice/)\n* ⭐ **[Smart Audiobook Player](https://play.google.com/store/apps/details?id=ak.alizandro.smartaudiobookplayer)** - Audiobook Player\n* [ElevenReader](https://elevenreader.io/) or [ReadWise](https://readwise.io/read) (reset trial) - Book to Audiobook Converters\n* [Sirin](https://play.google.com/store/apps/details?id=com.sirin.android) - Audiobook Player\n* [PlayBook](https://github.com/Goodwy/PlayBook) - Audiobook Player\n* [eStories](https://play.google.com/store/apps/details?id=com.estories) - Audiobook Player\n* [Prestigio](https://play.google.com/store/apps/details?id=com.prestigio.ereader) - Ebook Reader\n* [JellyBook](https://github.com/JellyBookOrg/JellyBook) - Ebook Reader\n* [Chaka](https://github.com/elementdavv/chaka) - Ebook Reader\n* [Anx Reader](https://anx.anxcye.com/) - Ebook Reader / [GitHub](https://github.com/anxcye/anx-reader)\n* [eBoox](https://eboox.app/) - Ebook Reader\n* [Sav PDF Viewer Pro](https://www.savpdfviewer.com) - PDF Reader / [GitHub](https://github.com/Sav22999/sav-pdf-viewer-pro)\n* [MJ PDF](https://github.com/mudlej/mj_pdf) - PDF Reader\n* [Fable](https://fable.co/) - Join / Create Bookclubs\n* [Myne](https://github.com/Pool-Of-Tears/Myne) - Read Ebooks from Project Gutenberg\n* [Openreads](https://github.com/mateusz-bak/openreads), [NeverTooManyBooks](https://github.com/tfonteyn/NeverTooManyBooks) or [Basmo](https://basmo.app/) - Book Managers / Trackers\n* [Wikipedia](https://play.google.com/store/apps/details?id=org.wikipedia) - Wikipedia App / [Beta](https://play.google.com/store/apps/details?id=org.wikipedia.beta)\n* [WikWok](https://github.com/terrakok/Wikwok) - Random Wiki Article Viewer / [Web App](https://terrakok.github.io/WikWok)\n* [ComicScreen](https://play.google.com/store/apps/details?id=com.viewer.comicscreen) or [Bubble2](https://github.com/edeso/bubble2) - Comic Readers\n* [LNReader](https://github.com/LNReader/lnreader) / [Discord](https://discord.com/invite/QdcWN4MD63), [Ranobe](https://github.com/ranobe-org/ranobe) or [IReader](https://ireaderorg.netlify.app/) - Light Novels\n* [SoftGoods](https://softgoods.app/) - Fanfiction\n* [Bionic Reading](https://play.google.com/store/apps/details?id=com.bionic_reading_app) - Reading Fixation Points\n\n***\n\n## ▷ Android Manga\n\n* ⭐ **[Mihon](https://mihon.app/)** - Manga Reader / [Extensions](https://keiyoushi.github.io/extensions/), [2](https://discord.gg/3FbCpdKbdY), [3](https://wotaku.wiki/guides/ext/mihon) / [Endorsed Forks](https://mihon.app/forks/), [2](https://github.com/nekomangaorg/Neko), [3](https://komikku-app.github.io/) / [Avoid Fakes](https://mihon.app/news/2025-11-05-potential-threat) / [Discord](https://discord.gg/mihon) / [GitHub](https://github.com/mihonapp/mihon)\n* ⭐ **[Dantotsu](https://discord.com/invite/4HPZ5nAWwM)** - Manga Reader / [Extension Guide](https://wotaku.wiki/guides/ext/mihon) / [Source Code](https://git.rebelonion.dev/rebelonion/Dantotsu/) / [Telegram](https://t.me/+gzBCQExtLQo1YTNh)\n* [Mangayomi](https://github.com/kodjodevf/mangayomi) - Manga Reader / [Discord](https://discord.com/invite/EjfBuYahsP)\n* [Futon](https://github.com/LandWarderer2772/Futon/) - Manga Reader\n* [⁠Kotatsu-Redo](https://github.com/Kotatsu-Redo/Kotatsu-Redo) - Manga Reader / [Discord](https://discord.com/invite/sfPJSQNxfW)\n* [Perfect Viewer](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Manga File Viewer\n* [Manga Tag](https://www.mangatag.com/) - Manga File Viewer\n* [Kinoko](https://github.com/gsioteam/kinoko) - Manga File Viewer\n* [Kitsune](https://github.com/Drumber/Kitsune) - Manga Tracker\n\n***\n\n# ► Android Audio\n\n* ↪️ **[Song Identification Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_song_identification)**\n* ⭐ **[Seal](https://github.com/JunkFood02/Seal)** or [⁠Seal+](https://github.com/MaheshTechnicals/Sealplus) - Multi-Site Audio Downloader\n* ⭐ **[ytdlnis](https://ytdlnis.org/)** - Multi-Site Audio Downloader / [GitHub](https://github.com/deniscerri/ytdlnis)\n* ⭐ **[SpotiFLAC-Mobile](https://github.com/zarzet/SpotiFLAC-Mobile)** - Multi-Site Audio Downloader / Playlist Extractor\n* ⭐ **[Seeker](https://github.com/jackBonadies/SeekerAndroid)** - Audio Downloader / Soulseek Frontend\n* ⭐ **[Poweramp Equalizer](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** (search) / [Forum](https://forum.powerampapp.com/), **[RootlessJamesDSP](https://github.com/timschneeb/RootlessJamesDSP)** / [Guide](https://rentry.co/rootlessjamesdsp-guide), [FlowEQ](https://play.google.com/store/apps/details?id=com.floweq.equalizer), [⁠Echo Equalizer](https://play.google.com/store/apps/details?id=com.hapibits.soundlift), [Wavelet](https://play.google.com/store/apps/details?id=com.pittvandewitt.wavelet) or [Flat Equalizer](https://play.google.com/store/apps/details?id=com.jazibkhan.equalizer) - Audio Equalizers\n* ⭐ **[AutomaTag](http://automatag.com/)** - Metadata Organizer\n* ⭐ **[AudioRelay](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** (search) or [Audio Share](https://github.com/mkckr0/audio-share) - Stream Audio Between Devices\n* ⭐ **[Pano Scrobbler](https://github.com/kawaiiDango/pano-scrobbler)** - Android Scrobbler\n* ⭐ **[CApod](https://github.com/d4rken-org/capod)**, [OpenPods](https://github.com/adolfintel/OpenPods) or [MaterialPods](https://play.google.com/store/apps/details?id=com.pryshedko.materialpods) - AirPod Monitors / Battery Trackers\n* [Modded Spotify](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Ad-Free Spotify Patchers / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/android-spotify-note.md)\n* Spotify Tools - [Friend Activity](https://spotivity.me/) / [Mute Ads](https://play.google.com/store/apps/details?id=live.teekamsuthar.mutify), [2](https://github.com/aghontpi/ad-silence) / [Stats](https://stats.fm/) / [Lyrics](https://github.com/WXRIW/Lyricify-App)\n* [⁠LibrePods](https://github.com/kavishdevar/librepods) - Add AirPod Features to Android / Requires Root\n* [SongSync](https://github.com/Lambada10/SongSync) - Lyrics App\n* [FastLyrics](https://github.com/TecCheck/FastLyrics) or [Rush](https://github.com/shub39/Rush) - Live Lyrics Apps\n* [ListenBrainz](https://github.com/metabrainz/listenbrainz-android) or [MusicSearch](https://github.com/lydavid/MusicSearch) - Music Tracking / Rating\n* [Murglar](https://murglar.app/) - Multi-Site Audio Downloader\n* [⁠QobuzDownloaderX-Mobile](https://github.com/JemPH/QobuzDownloaderX-Mobile) - Qobuz Audio Downloader\n* [NewPipe](https://newpipe.net/) - Multi-Platform Streaming / [GitHub](https://github.com/TeamNewPipe/NewPipe/)\n* [Redomi](https://github.com/acszo/Redomi/) - Multi-Platform Streaming\n* [SoundCloud](https://play.google.com/store/apps/details?id=com.soundcloud.android) - Streaming\n* [Soundbound App](https://soundbound.app/) - Streaming / Download / [Telegram](https://t.me/soundboundofficial)\n* [Saturn](https://github.com/Sheathed/Saturn) or [Refreezer](https://github.com/DJDoubleD/refreezer) - Deezer / FLAC / Requires Premium (Firehawk52)\n* [Trebel](https://home.trebel.io/) - Streaming\n* [Deezer](https://play.google.com/store/apps/details?id=deezer.android.app) - Streaming / [Availability](https://support.deezer.com/hc/en-gb/articles/115003749449-List-Of-Countries-Deezer-Is-Available-In)\n* [Music Time Travel](https://play.google.com/store/apps/details?id=com.zh.musictimetravel) - Music Discovery\n* [Airbuds](https://play.google.com/store/apps/details?id=com.capp.poplive) - Friends Listening Activity\n* [Music Speed Changer](https://play.google.com/store/apps/details?id=com.smp.musicspeed) - Audio Multi-Tool / Equalizer\n* [Super Sound](https://play.google.com/store/apps/details?id=com.tianxingjian.supersound) - Audio Editor\n* [ViPER4Android](https://github.com/programminghoch10/ViPER4AndroidRepackaged) - Audio Modifier / Equalizer\n* [audio-analyzer](https://github.com/woheller69/audio-analyzer-for-android) or [Spectroid](https://play.google.com/store/apps/details?id=org.intoorbit.spectrum) - Audio Spectrum Analyzers / Spectrograms\n* [Musekit](https://github.com/Kwasow/Musekit) or [Tack](https://github.com/patzly/tack-android) - Tuning Fork / Metronome\n* [Ad Silence](https://github.com/aghontpi/ad-silence) - Mutes Ads on Music Platforms\n\n***\n\n## ▷ Android Audio Players\n\n* ⭐ **[Poweramp](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** (search)\n* ⭐ **[Musicolet Music Player](https://krosbits.in/musicolet/)**\n* ⭐ **[Namida](https://github.com/namidaco/namida)**\n* ⭐ **[VLC for Android](https://www.videolan.org/vlc/download-android.html)**\n* ⭐ **[Foobar2000](https://www.foobar2000.org/android)**\n* ⭐ **[tempus](https://github.com/eddyizm/tempus)**, [Ultrasonic](https://gitlab.com/ultrasonic/ultrasonic), [⁠SubstreamerApp](https://substreamerapp.com/) - Subsonic Clients / [Audio Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_audio_servers)\n* [AIMP](https://www.aimp.ru/?do=download&os=android)\n* [Gramophone](https://github.com/AkaneTan/Gramophone)\n* [Oto Music](https://play.google.com/store/apps/details?id=com.piyush.music)\n* [Rhythm](https://rhythmweb.vercel.app/) / [GitHub](https://github.com/cromaguy/Rhythm)\n* [Symphony](https://zyrouge.github.io/symphony/) / [GitHub](https://github.com/zyrouge/symphony)\n* [Auxio](https://github.com/OxygenCobalt/Auxio/)\n* [Retro Music Player](https://retromusic.app/) / [GitHub](https://github.com/RetroMusicPlayer/RetroMusicPlayer)\n* [Nyx Music Player](https://play.google.com/store/apps/details?id=com.awedea.nyx)\n* [OuterTune](https://github.com/OuterTune/OuterTune)\n* [Phonograph Plus](https://github.com/chr56/Phonograph_Plus)\n* [Lotus](https://github.com/dn0ne/lotus), [2](https://f-droid.org/packages/com.dn0ne.lotus)\n* [Salt Player](https://github.com/Moriafly/SaltPlayerSource)\n* [Harmonoid](https://harmonoid.com/) / [Discord](https://discord.gg/2Rc3edFWd8) / [GitHub](https://github.com/harmonoid/harmonoid)\n* [Finamp](https://github.com/jmshrv/finamp) or [Fintunes](https://www.fintunes.app/) / [GitHub](https://github.com/leinelissen/jellyfin-audio-player) - Jellyfin Audio Players\n\n***\n\n## ▷ YouTube Music\n\n* **Note** - YouTube Music has a generous free tier that allows 100,000 songs to be uploaded to the cloud without using storage quota.\n\n***\n\n* ⭐ **[Metrolist](https://metrolist.meowery.eu/)** / [Discord](https://discord.com/invite/zrdbeRG2Mt) / [GitHub](https://github.com/MetrolistGroup/Metrolist) - YouTube Music Players / Innertune Forks / Audio Players\n* ⭐ **[ReVanced YouTube](https://revanced.app/)** - Ad-Free YouTube Patcher / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_revanced_tools) / [Guide](https://sodawithoutsparkles.github.io/revanced-troubleshooting-guide/), [2](https://github.com/KobeW50/ReVanced-Documentation/blob/main/YT-ReVanced-Guide.md) / [Changelog](https://revanced.app/announcements) / [Discord](https://discord.com/invite/rF2YcEjcrT)\n* ⭐ **[Morphe](https://morphe.software/)** - Ad-Free YouTube Patcher / [X](https://x.com/MorpheApp) / [Resources](https://xdaforums.com/t/app-guides-unofficial-morphe-megathread.4774994/) / [Easy Install / Updates](https://wispydocs.pages.dev/revanced-morphe-obtainium/) / [Subreddit](https://reddit.com/r/MorpheApp) / [Patch Index](https://www.reddit.com/r/MorpheApp/comments/1recqxc/morphe_manager_patch_index/) / [GitHub](https://github.com/MorpheApp/morphe-manager)\n* [Musify](https://gokadzev.github.io/Musify/) - YouTube Music Player / [GitHub](https://github.com/gokadzev/Musify)\n* [BloomeeTunes](https://github.com/HemantKArya/BloomeeTunes) - YouTube Music Player\n* [SimpMusic](https://simpmusic.org/) - YouTube Music Player / [GitHub](https://github.com/maxrave-dev/SimpMusic)\n* [Namida](https://github.com/namidaco/namida) - YouTube Music Player\n* [Gyawun](https://github.com/jhelumcorp/gyawun) - YouTube Music Player\n\n***\n\n## ▷ Android Podcasts / Radio\n\n* ⭐ **[RadioDroid](https://github.com/segler-alex/RadioDroid)** - Radio App\n* ⭐ **[AntennaPod](https://antennapod.org/)** - Podcast Player / [GitHub](https://github.com/AntennaPod/AntennaPod)\n* ⭐ **[Pocket Casts](https://www.pocketcasts.com/)** - Podcast Player\n* [IHeartRadio](https://play.google.com/store/apps/details?id=com.clearchannel.iheartradio.controller) - Podcast / Radio App\n* [MixCloud](https://play.google.com/store/apps/details?id=com.mixcloud.player) - Podcast / Radio App\n* [TuneIn](https://play.google.com/store/apps/details?id=tunein.player) - Podcast / Radio App\n* [PodAura](https://github.com/SkyD666/PodAura) - Podcast Player\n* [Snipd](https://www.snipd.com/) - Podcast Player\n* [Escapepod](https://codeberg.org/y20k/escapepod) - Podcast Player\n* [Podbean](https://play.google.com/store/apps/details?id=com.podbean.app.podcast) - Podcast Player\n* [Podcini](https://github.com/XilinJia/Podcini) - Podcast Player\n* [Transistor](https://codeberg.org/y20k/transistor) - Radio App\n* [Radio Garden](https://play.google.com/store/apps/details?id=com.jonathanpuckey.radiogarden) - Radio App\n* [Nightwave Plaza](https://play.google.com/store/apps/details?id=one.plaza.nightwaveplaza) - Nightwave Radio\n* [LISTEN.moe](https://github.com/LISTEN-moe/android-app) - J-Pop / K-Pop Radio\n\n***\n\n## ▷ Android Relaxation\n\n* ⭐ **[Calm](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** (search) - Relaxation / Sleep App\n* ⭐ **[Medito](https://meditofoundation.org/medito-app)** - Meditation / Sleep Sounds\n* [Waking Up](https://app.wakingup.com/scholarship) - Sam Harris' Mindfulness Platform\n* [Rain Sounds](https://sleeprelaxapps.github.io/rainsounds/) - Ambient Rain\n* [A Soft Murmur](https://asoftmurmur.com/) - Mix Ambient Sounds\n* [HealthyMinds](https://hminnovations.org/meditation-app) - Meditation\n* [Serenity](https://github.com/YajanaRao/Serenity) - Meditation / Sleep Sounds\n* [Noice](https://trynoice.com/) - Meditation / Sleep Sounds\n* [Tide.fm](https://tide-api.moreless.io/v1/redirect/download?platform=android) - Meditation / Sleep Sounds / Requires Number\n* [myNoise](https://play.google.com/store/apps/details?id=com.mynoise.mynoise) - Background Noises & Interactive Soundscapes\n* [ZenTimer](https://play.google.com/store/apps/details?id=com.spotlightsix.zentimerlite2) - Insight Timer\n* [Lo-fi Clouds Radio](https://www.lofi-clouds.com/) - Lo-fi Radio\n* [Chroma Doze](https://play.google.com/store/apps/details?id=net.pmarks.chromadoze) - White Noise Generator\n\n***\n\n# ► Android Streaming\n\n* ↪️ **[Android TV / Firestick](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25B7_android_tv_.2F_firestick)**\n* ⭐ **[Stremio](https://www.stremio.com/)** or [Nuvio](https://nuvioapp.space/) / [GitHub](https://github.com/tapframe/NuvioStreaming) - Torrent Streaming / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25B7_stremio_tools)\n* ⭐ **[PlayTorrio](https://playtorrio.xyz/)** - Movies / TV / Anime / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)\n* ⭐ **[CloudStream](https://github.com/recloudstream/cloudstream)** - Movies / TV / Anime\n* ⭐ **CloudStream Resources** - [Docs](https://cloudstream.miraheze.org/wiki/Main_Page) / [Plugins](https://discord.com/invite/wpX5Rfcx87), [2](https://rentry.org/cs3-repos), [3](https://cloudstream.miraheze.org/wiki/List_of_extensions) / [Discord](https://discord.com/invite/5Hus6fM)\n* ⭐ **[Kodi](https://kodi.tv/)** - [r/Addons4Kodi](https://www.reddit.com/r/Addons4Kodi/) / [Tracker](https://kinkeadtech.com/best-kodi-streaming-addons/) / [Trending](https://kodiapps.com/addons-chart)\n* ⭐ **[HDO Box](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks)** (search) - Movies / TV / [Telegram](https://t.me/+Ywz5HnhvFHA3Zjk1) / [Discord](https://discord.gg/VPRJVExUVD) / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/hdo-box-note.md) \n* ⭐ **[Syncler](https://syncler.net/)** - Movies / TV / [Providers](https://www.reddit.com/r/providers4syncler/)\n* ⭐ **[BubblesUPNP](https://play.google.com/store/apps/details?id=com.bubblesoft.android.bubbleupnp)** or [Macast](https://xfangfang.github.io/Macast/) - Media Servers\n* [CineHD](https://cinehd.xyz/) - Movies / TV\n* [⁠FlixQuest](https://flixquest.beamlak.dev/) - Movies / TV / [GitHub](https://github.com/BeamlakAschalew/flixquest)\n* [Movie HD](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Movies / TV / Requires AMPlayer\n* [VivaTV](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Movies / TV / Requires TPlayer\n* [OnStream](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Movies / TV / Requires SPlayer\n* [FilmPlus](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Movies / TV / Requires BPlayer\n* [Flixclusive](https://github.com/flixclusiveorg/Flixclusive) - Movies / TV / [Plugins](https://discord.com/invite/7yPSPveReu)\n* [Vega App](https://github.com/Zenda-Cross/vega-app) - Movies / TV\n* [Nxsha](https://nxsha.app/) - Movies / TV\n* [MovieBox](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Movies / TV\n* [⁠Uriel](https://uriel-app.vercel.app/) - Movies / TV / Anime / [Discord](https://discord.gg/dM2RUMdSZV)\n* [Flixoid](https://rentry.co/FMHYB64#flixoid) - Movies / TV\n* [BeeTV](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Movies / TV\n* [TeaTV](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Movies / TV / Requires TPlayer\n* [Flixeon](https://flixeon.me/) - Movies / TV\n* [LokLok](https://loklok.com/download) - Movies / TV\n* [DigilogTV](https://github.com/aldrinzigmundv/digilogtv) - News TV Channels\n* [aDrama](https://adrama.app/) - Asian Drama\n* [Amnis](https://play.google.com/store/apps/details?id=com.amnis) - Stream Videos from Torrents\n* [PiliPlus](https://github.com/bggRGjQaUbCoE/PiliPlus) - Improved Bilibili Client\n* [MovieDB](https://github.com/WirelessAlien/MovieDB) - TMDB App\n* [Great Courses Plus Premium](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Courses\n* [Showly](https://github.com/michaldrabik/showly) - TV Trackers\n\n***\n\n## ▷ Android Video Players\n\n* ⭐ **[⁠mpvEx](https://github.com/marlboro-advance/mpvEx)**\n* ⭐ **[mpvKt](https://github.com/abdallahmehiz/mpvKt/)** / [Nightly Builds](https://nightly.link/abdallahmehiz/mpvKt/workflows/nightlies/main)\n* ⭐ **[mpv-android](https://github.com/mpv-android/mpv-android)**\n* ⭐ **[VLC](https://www.videolan.org/vlc/download-android.html)**\n* ⭐ **[Synkplay](https://github.com/yuroyami/syncplay-mobile)** - Video Stream Sync\n* [Just Player](https://github.com/moneytoo/Player)\n* [⁠Night Video Player](https://play.google.com/store/apps/details?id=com.rz.night.player)\n* [MX Player](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) / [Codec](https://github.com/USBhost/MX_FFmpeg)\n* [Nova Video Player](https://github.com/nova-video-player/aos-AVP)\n* [Next Player](https://github.com/anilbeesetti/nextplayer)\n* [⁠Arc Video Player](https://www.arctechstudio.com/)\n* [Audiofy](https://play.google.com/store/apps/details?id=com.prime.player)\n* [ScreenStream](https://github.com/dkrivoruchko/ScreenStream) - Cast Device to Screen\n* [M3UAndroid](https://github.com/oxyroid/M3UAndroid) - Media Player / [Telegram](https://t.me/m3u_android)\n\n***\n\n## ▷ Android Anime\n\n* 🌐 **[Wotaku](https://wotaku.wiki/software#anime-streaming)** - Anime Streaming Index / [Discord](https://discord.gg/vShRGx8ZBC)\n* 🌐 **[EverythingMoe](https://everythingmoe.com/section/mobileapp)**, [2](https://everythingmoe.org/section/mobileapp) - Anime App Index / [Discord](https://discord.gg/GuueaDgKdS)\n* ⭐ **[DailyAL](https://github.com/JICA98/DailyAL)**, [MALClient](https://github.com/Drutol/MALClient), [AL-chan](https://zend10.github.io/AL-chan/), [Nekome](https://github.com/Chesire/Nekome), [Moelist](https://moelist.net/), [Kitsune](https://github.com/Drumber/Kitsune) or [AniTrend](https://anitrend.co/) / [GitHub](https://github.com/AniTrend/anitrend-app) - Anime Trackers\n* ⭐ **[Aniyomi](https://aniyomi.org/)** / [GitHub](https://github.com/aniyomiorg/aniyomi) or [Anikku](https://github.com/komikku-app/anikku) / [Extension Guide](https://wotaku.wiki/guides/ext/mihon) / [Discord](https://discord.gg/F32UjdJZrR)\n* [AnymeX](https://anymex.vercel.app/) / [Extension Guide](https://wotaku.wiki/guides/ext/mangayomi) / [Discord](https://discord.com/invite/EjfBuYahsP) / [GitHub](https://github.com/RyanYuuki/AnymeX)\n* [Dantotsu](https://discord.com/invite/4HPZ5nAWwM) / [Extension Guide](https://wotaku.wiki/guides/ext/mihon) / [Source Code](https://git.rebelonion.dev/rebelonion/Dantotsu/) / [Telegram](https://t.me/+gzBCQExtLQo1YTNh)\n* [AniLab](https://anilab.to/) - Use [DNS Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_dns_adblocking)\n* [Animiru](https://github.com/Quickdesh/Animiru)\n* [AnimeTV](https://discord.com/invite/zD6URsM4ms)\n* [Hayase](https://hayase.watch/) - Torrent Streaming App / [Extensions](https://rentry.co/FMHYB64#hayase) / [Wiki](https://wiki.hayase.watch/)\n\n***\n\n## ▷ Android Live TV\n\n* [Perfect IPTV Player](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - IPTV Player\n* [OTTRun](https://www.ottrun.com/) - IPTV Player\n* [OTT Navigator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_untouched_apks) (search) - IPTV Player\n* [Tiwee](https://github.com/neffex97/Tiwee) - IPTV Player\n* [iMPlayer](https://implayer.tv/) - IPTV Player\n* [IPTV Smarters Pro](https://www.iptvsmarters.com/) - IPTV Player\n* [M3U8 Downloader](https://play.google.com/store/apps/details?id=com.leavjenn.m3u8downloader) - M3U8 Download App\n* [Live Sports HD](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Sports\n* [RBTV77](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Sports\n* [FreeTV](https://github.com/phstudio2/FreeTV) - Live TV App / [GitHub](https://github.com/phstudio2/FreeTV)\n\n***\n\n## ▷ Android YouTube Apps\n\n* ⭐ **[ReVanced Manager](https://revanced.app/)** - Ad-Free YouTube Patcher / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_revanced_tools) / [Guide](https://github.com/KobeW50/ReVanced-Documentation/blob/main/YT-ReVanced-Guide.md) / [Changelog](https://revanced.app/announcements) / [Discord](https://discord.com/invite/rF2YcEjcrT)\n* ⭐ **[Morphe](https://morphe.software/)** - Ad-Free YouTube Patcher / [Resources](https://xdaforums.com/t/app-guides-unofficial-morphe-megathread.4774994/) / [Easy Install / Updates](https://wispydocs.pages.dev/revanced-morphe-obtainium/) / [X](https://x.com/MorpheApp) / [Subreddit](https://reddit.com/r/MorpheApp) / [Patch Index](https://www.reddit.com/r/MorpheApp/comments/1recqxc/morphe_manager_patch_index/) / [GitHub](https://github.com/MorpheApp/morphe-manager)\n* ⭐ **[GrayJay](https://grayjay.app/)** - YouTube, Twitch, Rumble, etc. / Avoid Playstore / [Guide](https://youtu.be/EnZrv37u66c) / [Plugins](https://plugins.grayjay.app/) / [Add Platforms](https://grayjay-sources.github.io/), [2](https://github.com/grayjay-sources/grayjay-sources.github.io), [3](https://gitlab.futo.org/videostreaming/plugins) / [GitLab](https://gitlab.futo.org/videostreaming/grayjay)\n* ⭐ **[LibreTube](https://libretube.dev/)** - Ad-Free YouTube / SponsorBlock / ReturnYTDislikes\n* ⭐ **[PipePipe](https://github.com/InfinityLoop1308/PipePipe)** - Ad-Free YouTube / SponsorBlock / ReturnYTDislikes\n* ⭐ **[ytdlnis](https://ytdlnis.org/)** / [GitHub](https://github.com/deniscerri/ytdlnis), **[Seal](https://github.com/JunkFood02/Seal)**, [YouTubeDL Android](https://github.com/yausername/youtubedl-android), [SnapTube](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) or [SongTube](https://github.com/SongTube/SongTube-App) - Audio / Video Downloaders\n* [NewPipe](https://newpipe.net/) - Ad-Free YouTube / [GitHub](https://github.com/TeamNewPipe/NewPipe/)\n* [FluxTube](https://github.com/mu-fazil-vk/FluxTube) - Ad-Free YouTube\n* [⁠Litube](https://github.com/HydeYYHH/litube) - Ad-Free YouTube\n* [Tubular](https://github.com/polymorphicshade/Tubular) - Ad-Free YouTube / SponsorBlock / ReturnYTDislikes\n* [Hyperion](https://github.com/zt64/Hyperion) - YouTube Frontend\n* [SkyTube](https://github.com/SkyTubeTeam/SkyTube) or [⁠SkyTubeLegacy](https://github.com/SkyTubeTeam/SkyTubeLegacy) - YouTube Player\n* [BravePipe](https://github.com/bravepipeproject/BravePipe) - Fork with YT, Rumble, Bitchute, ReturnYTDislike and SponsorBlock\n* [FreeTube Android](https://github.com/MarmadileManteater/FreeTubeAndroid) - YouTube Player\n\n***\n\n# ► iOS Tools\n\n* 🌐 **[iOS Emulators](https://emulation.gametechwiki.com/index.php/IOS_emulators)** or [r/EmulationOniOS](https://www.reddit.com/r/EmulationOniOS/) / [Discord](https://discord.gg/VSpc2KwBDr) - List of iOS Emulators\n* ↪️ **[Safari Extensions](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_safari_extensions)**\n* ↪️ **[Hacker News Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_hacker_news_tools)**\n* ⭐ **[Bitwarden](https://bitwarden.com/download/apple-iphone-password-manager/)** / [X](https://twitter.com/bitwarden) / [Subreddit](https://reddit.com/r/bitwarden) / [GitHub](https://github.com/bitwarden), **[Keepassium](https://keepassium.com/)**, [Proton Pass](https://proton.me/pass/download/ios), [AuthPass](https://authpass.app/) or [Strongbox](https://strongboxsafe.com/) - Password Managers\n* ⭐ **[PairVPN Hotspot](https://pairvpn.com/hotspot)** - Create Mobile Hotspots\n* ⭐ **[Reincubate Camo](https://camo.com/studio)** or [Iriun](https://iriun.com/) - Use iOS Device as Webcam\n* [iTorrent](https://github.com/XITRIX/iTorrent) / [AltStore](https://therealfoxster.github.io/altsource-viewer/view/?source=https://xitrix.github.io/iTorrent/AltStore.json) or [PikaTorrent](https://www.pikatorrent.com/) / [GitHub](https://github.com/G-Ray/pikatorrent) - Torrent Clients \n* [⁠iDescriptor](https://github.com/iDescriptor/iDescriptor) - iDevice (iOS/iPad) Management Tool\n* [iOS Settings URLs](https://github.com/FifiTheBulldog/ios-settings-urls) - iOS Settings URL List\n* [FreshWalls](https://apps.apple.com/app/id1627085956) or [iOS Wallpapers](https://goo.gl/photos/ZVpabTtcezd35XBa9/) - iPhone Wallpapers\n* [ChatGPT](https://apps.apple.com/app/id6448311069), [Gemini](https://apps.apple.com/us/app/google-gemini/id6477489729), [DeepSeek](https://apps.apple.com/us/app/deepseek-ai-assistant/id6737597349), [Mollama](https://apps.apple.com/app/mollama/id6736948278), [ChatBox](https://github.com/Bin-Huang/chatbox), [FullMoon](https://fullmoon.app/) or [PocketPal AI](https://github.com/a-ghorbani/pocketpal-ai) - AI Chatbots\n* [Santander](https://github.com/NSAntoine/Santander) or [Documents](https://apps.apple.com/app/documents-file-manager-docs/id364901807) - File Managers\n* [ZArchiver](https://apps.apple.com/app/id6504976055) or [Keka](https://testflight.apple.com/join/gPYINGCJ) - File Archiver\n* [Blip](https://apps.apple.com/in/app/blip-send-files-in-a-click/id6463305181) - File Transfer /  Turn \"Searchable by Name\" Off in Settings\n* [fGet](https://apps.apple.com/app/fget-file-manager-browser/id1582654012) - Download Manager\n* [The National Do Not Call Registry](https://www.donotcall.gov/) - Opt Out of Telemarketing Calls\n* [touchHLE](https://github.com/touchHLE/touchHLE) - iOS App Desktop Emulator / [Compatibility](https://appdb.touchhle.org/)\n* [PancakeStore](https://github.com/jailbreakdotparty/PancakeStore), [MuffinStore](https://github.com/mineek/MuffinStore) or [Downgrade Apps](https://github.com/qnblackcat/How-to-Downgrade-apps-on-AppStore-with-iTunes-and-Charles-Proxy/) - iOS App Downgraders\n* [Drafts](https://getdrafts.com/), [Strflow](https://strflow.app/), [⁠NotesPlus](https://www.notesplus.com/), [FreeNotes](https://apps.apple.com/app/id6464237904), [Google Docs](https://apps.apple.com/us/app/google-docs/id842842640) or [Bear](https://bear.app/) - Note-Taking / Text Editors\n* [Google Sheets](https://apps.apple.com/us/app/google-sheets/id842849113) - Document Editor / Reader\n* [Noteful](https://apps.apple.com/app/id1587904334) or [Highlights](https://highlightsapp.net/) - PDF Note-Taking\n* [iSH Shell](https://ish.app/) / [GitHub](https://github.com/ish-app/ish) or [a-Shell](https://holzschu.github.io/a-Shell_iOS/) - Terminal Emulators\n* [Local Time Generator](https://www.icloud.com/shortcuts/6bd103c2be0148c1b9c30abb7a72bc94) - Generate Discord Timestamps / Shortcut\n* [UTM](https://getutm.app/) - Virtual Machines\n* [⁠Circadian](https://github.com/Pasithea0/circadian-extension) - Auto-Adjust Display Color / Temperature\n* [Lock Launcher](https://www.locklauncher.com/) - Lock Screen App Launcher\n* [SwiftKey](https://www.microsoft.com/en-us/swiftkey) - Keyboard\n* [CoconutBattery](https://www.coconut-flavour.com/coconutbattery/) - Battery Tracker\n* [Scriptable](https://scriptable.app/) - Automation Script Tool / [Scripts / Widgets](https://github.com/dersvenhesse/awesome-scriptable), [2](https://shareable.vercel.app/)\n* [PureKFD](https://github.com/Lrdsnow/PureKFD) / [Discord](https://discord.gg/cCSwxqdvzx) or [Misaka](https://github.com/straight-tamago/misaka) / [Discord](https://discord.gg/mVrPxY3X6W) - iOS Customization Apps\n* [iSkin](https://iskin.tooliphone.net/), [r/iOSsetups](https://www.reddit.com/r/iOSsetups/) or [r/iOSthemes](https://www.reddit.com/r/iOSthemes/) - iOS Themes\n* [iCustom](https://icustom.tooliphone.net/) - Make Custom Icons without Shortcuts\n* [RoutineHub](https://routinehub.co/) - Shortcuts\n* [Color Widgets](https://apps.apple.com/app/id1531594277) or [WidgetSmith](https://apps.apple.com/app/id1523682319) - iOS Widgets\n* [YT-DLP](https://mcgaritydotme.notion.site/Using-yt-dlp-to-download-YouTube-content-on-an-iPad-16d0f4bcaf524d41a92a0d714d4bd100) - YouTube Downloader\n* [Keynote](https://apps.apple.com/app/id361285480) or [Google Slides](https://apps.apple.com/us/app/google-slides/id879478102) - Make Presentations\n* [WiFi Map](https://apps.apple.com/app/wifi-map-esim-internet-finder/id548925969) - Public WiFi Maps\n* [⁠Particle](https://particle.news/) - News Aggregation App\n* [Fiery Feeds](https://apps.apple.com/app/id1158763303), [Feeeed](https://apps.apple.com/app/id1600187490), [Reeder](https://reederapp.com/) or [NetNewsWire](https://apps.apple.com/app/id1480640210) - RSS Reader\n* [Read Aloud AI](https://readaloudai.com/ios) - Text to Speech\n* [Voiceliner](https://a9.io/voiceliner/) - Voice Memos / [GitHub](https://github.com/maxkrieger/voiceliner)\n* [Untold](https://apps.apple.com/app/id6451427834) - Voice Journal\n* [TrollRecorder](https://github.com/Lessica/TrollRecorder) - Call Recorder\n* [PicsArt](https://picsart.com/apps) - Image Editor\n* [AnimeGen](https://github.com/cranci1/AnimeGen) - Anime Image Generator / [AltStore](https://cranci.tech/repo.json) / [Discord](https://discord.gg/XR3SrmUbpd)\n* [Picsew](https://apps.apple.com/app/id1208145167) - Screenshot Stitching\n* [BlackMagic Camera](https://apps.apple.com/app/id6449580241) - Camera App\n* [Lightme](https://apps.apple.com/app/id1509033790) - Light Meter\n* [NetClicker](https://netclicker.tv/) - Phone Browser Controller\n* [Monal](https://monal-im.org) - XMPP App / [GitHub](https://github.com/monal-im/Monal)\n* [Buz](https://www.buzmenow.com/) - Voice Chat\n* [iMessage Exporter](https://github.com/ReagentX/imessage-exporter) - Export iMessage Chats\n* [NFC Tools](https://apps.apple.com/app/nfc-tools/id1252962749) - Read / Write NFC Tags\n* [Plinky](https://www.plinky.app/) or [DoMarks](https://www.domarks.app/) - Bookmark Managers\n* [⁠Clean Links](https://cleanlinks.app/) - URL Cleaning + QR Destination Viewer\n* [Kagi Translate](https://apps.apple.com/app/kagi-translate/id6748310237) or [TranslatedLabs](https://translatedlabs.com/) - Translation Apps\n* [Sim Daltoinism](https://michelf.ca/projects/sim-daltonism/) - Color Blindness Simulator\n* [Microsoft To Do](https://to-do.office.com/) or [Twodos](https://apps.apple.com/app/id6463499163) - To-Do Apps\n* [Journal it](https://apps.apple.com/app/id1501944799) - Planner / Journal App\n* [Success](https://apps.apple.com/app/id1544852780), [Table Habit](https://github.com/FriesI23/mhabit) or [(Not Boring) Habits](https://apps.apple.com/app/id1593891243) - Productivity Booster / Habit Trackers\n* [⁠ScreenZen](https://screenzen.co/) - Website / App Blocker\n* [⁠Apple Config Guide](https://redd.it/1731ozp) - iOS App / Distraction Blocking Guide \n* [Body Clock](https://apps.apple.com/app/id869648628) - Plan / Track Circadian Rhythm\n* [Parcel](https://apps.apple.com/app/id375589283) or [Aftership](https://apps.apple.com/app/id507014023) - Delivery Tracker\n* [KeyPad](https://apps.apple.com/app/id1491684442) - Connect Mac Keyboard to Mobile Devices\n\n***\n\n## ▷ iOS Jailbreaking\n\n* 🌐 **[IPA Apps](https://ipa-apps.me/)**, **[Jailbreaks.app](https://jailbreaks.app/)** or **[Jailbreak Chart](https://docs.google.com/spreadsheets/d/15-GeIjfsSDThS_Ic-r4E-tTlIx1yuxQDugkFUtTrxbs/edit?gid=293261150#gid=293261150)** - Jailbreaking Tool Indexes\n* 🌐 **[Types of Jailbreak](https://ios.cfw.guide/types-of-jailbreak/)** - List of Jailbreak Types\n* 🌐 **[AppleDB](https://appledb.dev/)** - Apple Device / Software Info Database\n* 🌐 **[ReJail](https://rejail.ru/)** or [⁠CyPwn Repo](https://repo.cypwn.xyz/) - Cracked Tweaks Repository\n* ⭐ **[iOS Jailbreaking Guide](https://ios.cfw.guide/)** - Jailbreaking Guide\n* ⭐ **[r/jailbreak Discord](https://discord.com/invite/jb)** - Jailbreaking Community / [Subreddit](https://reddit.com/r/jailbreak)\n* ⭐ **[r/LegacyJailbreak](https://www.reddit.com/r/LegacyJailbreak/)** - Jailbreak Old Devices (iOS 12 and Below) / [Discord](https://discord.gg/bhDpTAu)\n* ⭐ **[Legacy-iOS-Kit](https://github.com/LukeZGD/Legacy-iOS-Kit)** - Legacy iOS Devices / Downgrade / Save Blobs / Jailbreak / Bypass\n* [Dopamine](https://ellekit.space/dopamine/) - 15.0-16.6.1* Semi-Untethered Jailbreak (A8-A16 & M1-M2) / [Guide](https://ios.cfw.guide/installing-dopamine/) / [GitHub](https://github.com/opa334/Dopamine)\n  - *A12 and later devices are not supported on iOS 16.6 - 16.6.1, and A15-A16/M2 devices are not supported on iOS 16.5.1 - 16.6.1.\n* [palera1n](https://palera.in) - 15.0-18.x Semi-Tethered Jailbreak (A8-A11 & T2) / [Guide](https://ios.cfw.guide/installing-palera1n/) / [GitHub](https://github.com/palera1n/palera1n)\n* [nathanlr](https://ios.cfw.guide/installing-nathanlr/) - iOS 16.5.1-16.7 RC & 17.0 | Semi-Untethered Semi-Jailbreak (A12) / [Guide](https://ios.cfw.guide/installing-nathanlr/) / [GitHub](https://github.com/verygenericname/nathanlr)\n* [checkra1n](https://checkra.in/) - 12.0-14.8.1 Semi-Tethered Jailbreak (5s-X)\n* [Taurine](https://taurine.app/) - 14-14.8.1 Semi-Untethered Jailbreak\n* [Odyssey](https://theodyssey.dev/) - 13.0-13.7 Semi-Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-odyssey/)\n* [Chimera](https://chimera.coolstar.org/) - 12.0-12.5.8 Semi-Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-chimera/)\n* [unc0ver](https://github.com/pwn20wndstuff/Undecimus) - 11.0-14.8 Semi-Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-unc0ver/)\n* [Electra](https://coolstar.org/electra/) - 11.0-11.4.1 Semi-Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-electra/)\n* [Socket](https://socket-jb.app/) - 10.0.1-10.3.4 Semi-Tethered Jailbreak (32-bit Only) / [Guide](https://ios.cfw.guide/installing-socket/)\n* [Totally Not Spyware](https://totally-not.spyware.lol/) - 10.0-10.3.3 Semi-Untethered Jailbreak (64-bit Only) / [Guide](https://ios.cfw.guide/using-tns/)\n* [Meridian](https://github.com/PsychoTea/MeridianJB/) - 10.0-10.3.3 Semi-Untethered Jailbreak (A7-A10(X)) / [Guide](https://ios.cfw.guide/installing-meridian-ipa/)\n* [sockH3lix](https://github.com/SongXiaoXi/sockH3lix) - 10.0-10.3.3 Semi-Untethered Jailbreak (64-bit Only) / [Guide](https://ios.cfw.guide/installing-sockh3lix/)\n* [doubleH3lix](https://doubleh3lix.tihmstar.net/) - 10.0-10.3.3 Semi-Untethered Jailbreak (A7-A9(X)) / [Guide](https://ios.cfw.guide/installing-doubleh3lix-ipa/) / [GitHub](https://github.com/tihmstar/doubleH3lix)\n* [Phoenix](https://phoenixpwn.com/) - 9.3.5-9.3.6 Semi-Untethered Jailbreak (32-bit Only) / [Guide](https://ios.cfw.guide/installing-phoenix/)\n* [p0laris](https://p0laris.dev/) - 9.3.5-9.3.6 Untethered Jailbreak (A5-A5X) / [Guide](https://ios.cfw.guide/installing-phoenix/) / [GitHub](https://github.com/p0larisdev/app)\n* [Pangu933](https://web.archive.org/web/20170214021020/http://dl.pangu.25pp.com/jb/NvwaStone_1.1.ipa) - 9.2-9.3.3 Semi-Untethered Jailbreak (64-bit Only) / [Guide](https://ios.cfw.guide/installing-pangu933/)\n* [HomeDepot](https://web.archive.org/web/20240121141909/http://wall.supplies/) - 9.1-9.3.4 Semi-Untethered Jailbreak (32-bit Only) / [Guide](https://ios.cfw.guide/installing-homedepot/)\n* [Pangu9](https://web.archive.org/web/20170702115349/http://en.9.pangu.io/) - 9.0GM-9.1 Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-pangu9/)\n* [wtfis](https://github.com/TheRealClarity/wtfis) - 8.0-8.4.1 Untethered Jailbreak (64-bit Only) / [Guide](https://ios.cfw.guide/installing-wtfis/)\n* [HomeDepot OLD](https://web.archive.org/web/20240121141903/https://wall.supplies/OLD%20iPhone%20HACKED.html) - 8.0-8.4.1 Semi-Untethered Jailbreak (A5-A5X) / [Guide](https://ios.cfw.guide/installing-homedepot/)\n* [Carbon](http://carbon.sep.lol/) - 8.0-9.3.6 Untethered Jailbreak (32-bit Only)\n* [Lyncis](https://github.com/staturnzz/Lyncis) - 8.0-8.4.1 Tethered Jailbreak (64-bit) / [Guide](https://ios.cfw.guide/using-lyncis/)\n* [Pangu7](https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/file/41UlRSyS) - 7.1-7.1.2 Untethered Jailbreak / **[Warning](https://rentry.co/77idzr4v)** / [Guide](https://ios.cfw.guide/installing-pangu7/) / [Mac](https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/file/Fo8ihCJa)\n* [Evasi0n7](https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/file/1wc0HZgQ) - 7.0-7.0.6 Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-evasi0n7/) / [5s / 5c](https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/file/Z1MC2ZaS)\n* [p0sixspwn](https://ih8sn0w.com/p0sixspwn.html) - 6.1.3-6.1.6 Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-p0sixspwn/) / [macOS High Sierra+](https://archive.org/download/p0sixspwn-modernmacOS/p0sixspwn%206.1.6%20test.zip)\n* [Evasi0n6](https://mega.nz/folder/k4FAXCIB#Fk7pxs6ikYzL3YBvAGX5ig/folder/I5k1gaoQ) - 6.0-6.1.2 Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-evasi0n6/)\n* [g1lbertJB](https://github.com/g1lbertJB/g1lbertJB/) - 5.0-6.1.2 Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-g1lbertJB/) / [CFW Tool](https://github.com/eatingurtoes/g1lbertCFW/) / [Discord](https://discord.gg/kWmGBSUhyW)\n* [greenpois0n](https://web.archive.org/web/20131024115207/http://greenpois0n.com/downloads/) - 4.1-4.2.6 Untethered Jailbreak / [Guide](https://ios.cfw.guide/installing-greenpois0n/)\n* [Gala](https://github.com/codyd51/gala) - iOS 4 Interactive Jailbreak\n* [limera1n](https://github.com/DrWhax/limera1n-mirror) - 3.2.2-4.1 Untethered Jailbreak (A4 & 3GS & iPod Touch 3rd Gen & iPad 1st Generation) / [Guide](https://ios.cfw.guide/installing-limera1n/)\n* [ipwndfu](https://github.com/axi0mX/ipwndfu) - Jailbreak iPhone 3GS / Pwned DFU\n* [SuccessionRestore](https://github.com/Samgisaninja/SuccessionRestore) - Restore jailbroken iOS without a computer (without updating)\n* [odysseyn1x](https://github.com/raspberryenvoie/odysseyn1x) - Checkra1n & Odysseyra1n Installation Distro / [Guide](https://ios.cfw.guide/using-odysseyn1x/)\n* [BlobSaver](https://github.com/airsquared/blobsaver) - GUI for Saving SHSH Blobs\n* [TSSChecker](https://github.com/tihmstar/tsschecker) - Check TSS Signing Status\n* [IPSW](https://ipsw.me/) - Clean Apple Firmware\n* [FutureRestore](https://github.com/tihmstar/futurerestore) - Restore to Unsigned Firmware / [GUI](https://github.com/CoocooFroggy/FutureRestore-GUI/)\n* [Sileo](https://getsileo.app/) or [Zebra](https://getzbra.com/) - iOS Package Managers\n* [iOS Repo Updates](https://www.ios-repo-updates.com/) - App Repository Updates\n* [Nugget](https://github.com/leminlimez/Nugget) - iOS Tweaks Tool\n* [Roothide Bootstrap](https://github.com/roothide/Bootstrap) - Inject Tweaks into Apps without jailbreak (14.0-17.0) / [Tweaks](https://github.com/roothide/roothide.github.io)\n* [wInd3x](https://github.com/freemyipod/wInd3x) - iPod Classic / Nano Bootrom Exploit\n* [OneJailbreak](https://onejailbreak.com/) or [iDownload](https://www.idownloadblog.com/tag/jailbreak/) - Jailbreak News\n\n***\n\n## ▷ iOS Sideloading\n\n* ⭐ **[Sideloading Guide](https://rentry.co/sideloadingguide)** or [ios.cfw.guide](https://ios.cfw.guide/sideloading-apps/) - Sideloading Guides\n* ⭐ **[TrollStore](https://github.com/opa334/TrollStore)** - Non-Appstore Apps / No-Jailbreak / 14.0 - 16.6.1, 16.7 RC, 17.0 / [External Repos](https://github.com/TheResonanceTeam/TrollApps/) / [Decrypt](https://github.com/donato-fiore/TrollDecrypt) / [Guide](https://ios.cfw.guide/installing-trollstore/) / [Web App](https://theresonanceteam.github.io/trollapps-web/)\n* ⭐ **[SideStore](https://sidestore.io/)** - Non-Jailbreak Sideloading App (iOS 14.0 & Above) / [Limit Bypass](https://docs.sidestore.io/docs/advanced/alternative#sidestore-exploits) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/limit-bypass-note.md)\n* ⭐ **[Sideloadly](https://sideloadly.io/)** - Non-Jailbreak Sideloading (iOS 7.0 & Above)\n* ⭐ **[⁠PlumeImpactor](https://github.com/khcrysalis/Impactor)** - Non-Jailbreak Sideloading\n* ⭐ **[Feather](https://github.com/khcrysalis/Feather)** - Sideloading App (iOS 15.0 & Above) / Requires Apple Dev Certificate\n* [AltStore Classic](https://altstore.io/) - Non-Jailbreak Sideloading App (iOS 14.0 & Above) / [Repo Viewer](https://therealfoxster.github.io/altsource-viewer/), [2](https://altsource.by.lao.sb/browse/) / [AltServer](https://github.com/NyaMisty/AltServer-Linux) / [Guide](https://faq.altstore.io/altstore-classic/how-to-install-altstore-windows)\n* [r/Sideloaded](https://reddit.com/r/sideloaded) - Sideloading Subreddit\n* [⁠Ksign](https://github.com/Nyasami/Ksign) - Non-Jailbreak Sideloading\n* [⁠iloader](https://iloader.app/) - Non-Jailbreak Sideloading / [GitHub](https://github.com/nab138/iloader/)\n* [LiveContainer](https://github.com/khanhduytran0/LiveContainer) - Run Apps Without Installing / Bypass Sidestore limits\n* [⁠BlacklistBeGone](https://github.com/jailbreakdotparty/BlacklistBeGone) - Lift Revoked Certificate Blacklist / iOS 17.0 -> iOS 18.0.1\n* [SignTools](https://github.com/SignTools/SignTools) - Self-Hosted App Signer\n* [Cyan](https://github.com/asdfzxcvbn/pyzule-rw) - Modify IPAs / Inject Tweaks\n\n***\n\n## ▷ iOS Adblocking\n\n* ↪️ **[DNS Adblocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25B7_dns_adblocking)**\n* ⭐ **[AdGuard](https://adguard.com/en/adguard-ios/overview.html)** - Adblocker / [Guide](https://avieshek.wordpress.com/2024/07/07/how-to-filter-ads-and-block-popups-on-iphone-and-macos/) / [Pro](https://t.me/blatants) (requires patch) / [Subreddit](https://www.reddit.com/r/Adguard/) / [GitHub](https://github.com/AdguardTeam/AdguardForAndroid)\n* ⭐ **[Brave](https://apps.apple.com/app/id1052879175)** - Adblock Browser\n* [Orion](https://kagi.com/orion/) - Adblock Browser w/ Extensions / [Discord](https://discord.gg/Yk8Aj8AxGw)\n* [⁠uBO Lite Safari](https://apps.apple.com/app/ublock-origin-lite/id6745342698) - Safari Adblocker\n* [1Blocker](https://1blocker.com/) - Adblocker\n* [Stay](https://apps.apple.com/app/stay-for-safari/id1591620171) - Safari Adblocker / Userscript Manager\n* [wBlock](https://apps.apple.com/app/wblock/id6746388723) - Safari Adblocker / [GitHub](https://github.com/0xCUB3/wBlock)\n* [iSponsorBlock](https://github.com/Galactic-Dev/iSponsorBlock) - Skip YouTube Sponsorships\n* [SponsorBlock for YT Music](https://github.com/dayanch96/SponsorBlock-YouTubeMusic) - Skip Non-Music Segments in YouTube Music\n\n***\n\n## ▷ iOS Privacy\n\n* ↪️ **[Encrypted Messengers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_encrypted_messengers)**\n* ↪️ **[iOS 2FA](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_password_privacy_.2F_2fa)**\n* ⭐ **[Onion Browser](https://onionbrowser.com/)** - Onion Browser\n* [Brave](https://apps.apple.com/app/id1052879175) or [Firefox Focus](https://apps.apple.com/app/id1055677337) - Privacy-Focused Browsers\n* [DNSecure](https://github.com/kkebo/DNSecure) - Encrypted DNS\n* [Proton Mail](https://apps.apple.com/app/id979659905) - Encrypted Emailing Service / [Discord](https://discord.com/invite/proton)\n\n***\n\n# ► iOS iPAs\n\n* 🌐 **[CyPwn](https://ipa.cypwn.xyz/)** - Tweaked App Library / [AltStore](https://ipa.cypwn.xyz/cypwn.json) / [Telegram](https://telegram.me/cypwngroup) / [Discord](https://discord.com/invite/UvHZz3HfN9)\n* 🌐 **[Open-Source iOS Apps](https://github.com/dkhamsing/open-source-ios-apps)** - Open-Source Apps\n* 🌐 **[Awesome TestFlight](https://github.com/pluwen/awesome-testflight-link)**, [⁠Departures](https://departures.to/), [TestFlightLinks](https://t.me/testflightlinks) or [TestFlight Spreadsheet](https://docs.google.com/spreadsheets/d/1Uej3AQPxRcLRXnmthUXR-7oGkNV_GsMFgCoNnuPtSwI/) - TestFlight App Indexes\n* 🌐 **[⁠App Store Tracker](https://appstoretracker.com/)** - App Store Analytics / Tracker \n* 🌐 **[iOS Console Emulators](https://www.reddit.com/r/EmulationOniOS/wiki/emulators)** - Gaming Emulator Index\n* ⭐ **PDALife** - [Games](https://pdalife.com/ios/games) / [Apps](https://pdalife.com/ios/programmy/) / [Telegram](https://t.me/pdalife_official)\n* ⭐ **[CodeVN](https://ios.codevn.net/)** / [Telegram](https://t.me/+1qK9KUZlfGs3ZDg1) or [IPALibrary](https://ipalibrary.me/) - Tweaked Apps / Use Safari to Translate\n* [4PDA](https://4pda.to/forum/) - Tweaked Apps / Use Safari to Translate / [Captcha Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/captcha-4pda.md)\n* [AppDB](https://appdb.to) - App Library\n* [iOSVizor](https://iosvizor.com/) - Tweaked Apps / [Telegram](https://t.me/iosvizor)\n* [DriftyWinds](https://raw.githubusercontent.com/driftywinds/driftywinds.github.io/master/AltStore/apps.json) - AltStore App Source\n* [fnd](https://fnd.io/) - App Store Search\n* [TrollStore-IPAs](https://github.com/Neoncat-OG/TrollStore-IPAs) - Tweaked Apps\n* [Moe's App Hub](https://rentry.co/FMHYB64#moes-app) - Tweaked Apps\n* [PlatinMods](https://platinmods.com/) - Tweaked Apps / Requires Sign-Up\n* [AppTesters](https://repository.apptesters.org/) - Tweaked Apps / [Telegram](https://t.me/AppleTesters)\n* [IPA Archive](https://stuffed18.github.io/ipa-archive-updated) - Search Engine\n* [iOSObscura](https://archive.org/details/iOSObscura) - Old App Archive / [Search Engine](https://iphoneosobscura.litten.ca/)\n* [AppleCensorship](https://applecensorship.com/) - Censored App Store Apps\n* [IPATool](https://github.com/majd/ipatool) - Search / Download App Packages\n* [Decrypted App Store](https://armconverter.com/decryptedappstore), [AnyIPA](https://anyipa.me/) / [Telegram](https://t.me/AnyIPAme) / [Discord](https://discord.gg/c233DYUzsw) or [decrypt.day](https://decrypt.day/) - Decrypted iOS Apps\n* [AppSnake](https://appsnake.cypwn.xyz/) - Check if Unlockers Work on App\n* [Calvink19](https://calvink19.co/patch) - App Patches for iOS Legacy Devices\n\n***\n\n## ▷ Telegram Channels\n\n* ⭐ **[Blatant's IPA Library](https://blatants.fyi/)**, [2](https://t.me/blatants) - Tweaked Apps / [Telegram](https://t.me/blatantbruh) \n* ⭐ **[Eevee IPA Decrypter](https://t.me/eeveedecrypterbot)** - Decrypted iOS Apps\n* [binnichtaktivsipas](https://t.me/binnichtaktivsipas) - Tweaked Apps\n* [IPA Dark](https://t.me/ipa_dark) - Games\n* [Scholars Lounge](https://t.me/thescholarslounge) - Tweaked Apps\n* [iOSAppsFree](https://t.me/iOSAppsFree) - Tweaked Apps\n* [MelonsIPAs](https://t.me/melonipas) - Tweaked Apps\n* [⁠Cie's IPAs](https://t.me/ciesIPAs) - Tweaked Apps\n* [⁠Sa1y0miii](https://t.me/Sa1y0miii) - Tweaked Apps\n* [GLESign](https://t.me/glesign) - Tweaked Apps / Games & Game Ports\n* [TDMBest](https://t.me/tdmbest_ipas) - Game Ports\n* [⁠iOSDecrypted](https://t.me/+ZyDPcj76C99lNzQy) - Modded Social Media Apps\n\n***\n\n## ▷ Social Media Apps\n\n* ⭐ **[Acorn](https://acorn.blue/)** / [Discord](https://discord.gg/sWzw5GU5RV), [RedditFilter](https://github.com/level3tjg/RedditFilter) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/redditfilter-note.md), [Apollo](https://github.com/Balackburn/Apollo) / [Tweak](https://github.com/JeffreyCA/Apollo-ImprovedCustomApi), [Lurker](https://apps.apple.com/app/lurkur-for-reddit/id6470203216) or [RDX](https://apps.apple.com/app/rdx-for-reddit/id6503479190) - Reddit Clients\n* ⭐ **[Voyager](https://apps.apple.com/app/id6451429762)** / [GitHub](https://github.com/aeharding/voyager), [Arctic](https://getarctic.app/), [Mlem](https://apps.apple.com/app/id6450543782) / [GitHub](https://github.com/mlemgroup/mlem) or [Thunder](https://thunderapp.dev/) / [GitHub](https://github.com/thunder-app/thunder) - Lemmy Clients\n* ⭐ **[Ice Cubes](https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884)**, [Gazzetta](https://apps.apple.com/app/id6738706671) or [Mastodon](https://apps.apple.com/app/id1571998974) - Mastodon Clients\n* ⭐ **[BHTwitter](https://github.com/BandarHL/BHTwitter)** - X.com Apps\n* ⭐ **[OpenInYT](https://apps.apple.com/app/id1591585819)** - Adds \"Open In\" Popup to iOS Social Media Apps\n* [Kettu](https://www.raincord.dev/kettu) - Modded Discord Client / [Discord](https://discord.gg/qkdPGunwjW) / [Codeberg](https://codeberg.org/cocobo1/Kettu) / [GitHub](https://github.com/C0C0B01/Kettu)\n* [Openvibe](https://openvibe.social/) - Combine Social Media Apps\n* [Sink It](https://apps.apple.com/us/app/sink-it-for-reddit/id6449873635) - Improved Reddit Comment Navigation\n* [SNMessenger](https://github.com/NguyenASang/SNMessenger) - Facebook Messenger Tweak\n* [Frosty](https://www.frostyapp.io/) - Twitch Client / [GitHub](https://github.com/tommyxchow/frosty)\n* [Chatsen](https://chatsen.app/) - Cross-Platform Twitch Chat / [Discord](https://discord.com/invite/5G8hpgHkXB) / [GitHub](https://github.com/chatsen/chatsen)\n* [Graysky](https://graysky.app/), [Skeets](https://www.skeetsapp.com/) or [Bluesky Social](https://apps.apple.com/app/bluesky-social/id6444370199) - Bluesky Clients\n* [⁠Bluesky Tracker](https://blueskytracker.app/) - Bluesky Network Manager / Insights \n* [Chan](https://github.com/moffatman/chan) - 4chan App\n* [SCInsta](https://github.com/SoCuul/SCInsta) or [BHInstagram](https://github.com/BandarHL/BHInstagram) - Instagram Tweaks\n* [Swiftgram](https://swiftgram.app/) / [GitHub](https://github.com/Swiftgram/Telegram-iOS) - Telegram Apps\n* [Watusi](https://watusi.fouadraheb.com/) - WhatsApp Patchers / [GitHub](https://github.com/FouadRaheb/Watusi-for-WhatsApp)\n* [Whatsapp Backup Reader](https://whatsappbr.netlify.app/) - Read Exported Whatsapp Chats\n* [FakeWhats](https://www.fakewhats.com/) or [FakeInfo](https://fakeinfo.net/fake-whatsapp-chat-generator) - Fake WhatsApp Messages\n\n***\n\n# ► iOS Audio\n\n* ⭐ **[SpotC++](https://spotc.yodaluca.dev/)** - Spotify / Ad-Free / Sideloaded / [GitHub](https://github.com/SpotCompiled/SpotilifeC/)\n* ⭐ **[YTMusicUltimate](https://github.com/dayanch96/YTMusicUltimate)** - Modded YouTube Music / Ad-Free / [Discord](https://discord.gg/BhdUyCbgkZ)\n* ⭐ **[SpotiFLAC-Mobile](https://github.com/zarzet/SpotiFLAC-Mobile)** - YouTube Music Player / Downloader / Playlist Extractor\n* [Cosmos Music Player](https://github.com/clquwu/Cosmos-Music-Player), [VOX](https://apps.apple.com/app/id916215494), [Jewelcase](https://jewelcase.app/), [FooBar](https://apps.apple.com/us/app/foobar2000/id1072807669) or [Melodista](https://apps.apple.com/app/id1293175325) - Audio Players\n* [⁠8SPINE](https://testflight.apple.com/join/WpRgRCDm) - Module-Based Streaming / Downloading / [Modules](https://8spine-modules.vercel.app/)\n* [Soundcloud](https://soundcloud.com/download) - Streaming / [Tweak](https://github.com/Rov3r/scmusicplus)\n* [⁠Lyra](https://lyramusic.app/) - YouTube Music / Ad-Free / [Discord](https://discord.gg/64fVZ2QdZ9)\n* [Audiomack](https://apps.apple.com/app/id921765888) - Streaming\n* [Deezer](https://apps.apple.com/app/id292738169) - Streaming\n* [Demus](https://demus.app/) - Streaming\n* [GarageBand](https://apps.apple.com/app/id408709785) - Audio Editor / Creator\n* [Music Speed Changer](https://apps.apple.com/us/app/music-speed-changer/id1595494271) - Audio Multi-Tool / Equalizer\n* [⁠ByeTunes](https://github.com/EduAlexxis/ByeTunes) - Bypass iTunes + Directs Add Music / Ringtones\n* [stats.fm](https://stats.fm/) - Spotify Listening Stats\n\n***\n\n## ▷ iOS Podcasts / Radio\n\n* ⭐ **[SpotC++](https://spotc.yodaluca.dev/)** - Spotify / Ad-Free / Sideloaded / [GitHub](https://github.com/SpotCompiled/SpotilifeC/)\n* ⭐ **[PocketCasts](https://www.pocketcasts.com/)** - Podcasts\n* ⭐ **[Triode](https://triode.app/)** - Radio App\n* ⭐ **[Cuterdio](https://cuterdio.com/en)** - Radio App\n* [Spotify](https://apps.apple.com/app/id324684580) - Podcasts\n* [Podbean](https://apps.apple.com/app/id973361050) - Podcasts\n* [Apple Podcasts](https://apps.apple.com/app/id525463029) - Podcasts\n* [Overcast](https://overcast.fm/) - Podcasts\n* [IHeartRadio](https://apps.apple.com/app/id290638154), [MixCloud](https://apps.apple.com/app/id401206431) or [TuneIn](https://apps.apple.com/app/id418987775) - Podcasts / Radio\n* [Radio Garden](https://apps.apple.com/app/radio-garden-live/id1339670993) - Radio App\n\n***\n\n## ▷ iOS Relaxation\n\n* ⭐ **[Medito](https://meditofoundation.org/medito-app)** - Meditation / Sleep Sounds\n* [HealthyMinds](https://hminnovations.org/meditation-app) - Meditation\n* [Waking Up](https://app.wakingup.com/scholarship) - Sam Harris' Mindfulness Platform\n* [Tide.fm](https://apps.apple.com/app/id1077776989) - Meditation / Sleep Sounds\n* [Insight Timer](https://apps.apple.com/app/id337472899) - Meditation / Sleep Sounds\n\n***\n\n# ► iOS Streaming\n\n* ⭐ **[Nuvio](https://nuvioapp.space/)** / [GiTHub](https://github.com/tapframe/NuvioStreaming), [Stremio](https://www.stremio.com/) or [Web Stremio](https://web.stremio.com/), [2](https://stremio-neo.aayushcodes.eu/) / [Guide](https://blog.stremio.com/using-stremio-web-on-iphone-ipad/) - Movies / TV / Anime / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25B7_stremio_tools)\n* ⭐ **[Luna](https://github.com/cranci1/Luna)** - Movies / TV / Anime / Extension-Based / [Modules](https://library.cufiy.net/library/) / [Discord](https://discord.gg/XR3SrmUbpd)\n* ⭐ **[Kodi](https://kodi.tv/)** - Movies / TV / Anime / [r/Addons4Kodi](https://www.reddit.com/r/Addons4Kodi/) / [Tracker](https://kinkeadtech.com/best-kodi-streaming-addons/) / [Trending](https://kodiapps.com/addons-chart)\n* ⭐ **[Synkplay](https://github.com/yuroyami/syncplay-mobile)** - Video Stream Sync\n* [PlayTorrio](https://playtorrio.xyz/) - Movies / TV / Anime / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)\n* [OutPlayer](https://outplayer.app/), [VLC](https://apps.apple.com/app/id650377962), [Pojobox](https://apps.apple.com/app/id1454098557) or [Infuse](https://github.com/dayanch96/InfusePlus) - Video Players\n* [Streamyfin](https://github.com/streamyfin/streamyfin) or [Swiftfin](https://apps.apple.com/app/id1604098728) - Jellyfin Client\n* [Tubi](https://apps.apple.com/app/id886445756) - Movies / TV\n* [Pluto](https://apps.apple.com/app/id751712884) - Movies / TV\n* [⁠Uriel](https://uriel-app.vercel.app/) - Movies / TV / Anime / [Discord](https://discord.gg/dM2RUMdSZV)\n* [⁠Mojuru](https://www.mojuru.app/) - Movies / TV / Anime / Extension-Based / [Modules](https://modulesbypaul.vercel.app/?supports=Mojuru) / [Discord](https://discord.com/invite/vv5nhvhqQD) / [GitHub](https://github.com/mojuru-app/mojuru)\n* [Mometu](https://apps.apple.com/us/app/mometu/id1609138069) - Movies / TV\n* [⁠NebuloIPTV](https://github.com/mongoosemonke504/NebuloIPTV) - Live Sports\n* [Channels Pro](https://apps.apple.com/us/app/channels-pro-iptv-player/id1491605049) - Live Sports / Insert \"veve.pro\"\n* [Found TV](https://apps.foundtv.com/) - Found Footage Movies / Requires Sign-Up\n* [Viki](https://apps.apple.com/app/id445553058) - Asian Drama\n* [TVBAnywhere](https://apps.apple.com/app/id1191642382) - Chinese Drama\n* [Tunity](https://tunity.tempurl.host/) - Hear Any Muted TV / US Only\n\n***\n\n## ▷ iOS Anime\n\n* [Ketsu](https://ketsu.app/download.html) / [Discord](https://discord.gg/gjcy6MQ)\n* [AnymeX](https://anymex.vercel.app/) / [Extension Guide](https://wotaku.wiki/guides/ext/mangayomi) / [Discord](https://discord.com/invite/EjfBuYahsP) / [GitHub](https://github.com/RyanYuuki/AnymeX)\n* [MyAnimeList Client](https://apps.apple.com/app/id1469330778) or [Kitsune](https://apps.apple.com/app/id6466716447) - MyAnimeList Clients\n* [Otraku](https://github.com/lotusprey/otraku), [MyAnilist](https://apps.apple.com/us/app/myanilist/id741257899), [Ryuusei](https://ryuusei.moe/) or [AniHyou](https://axiel7.github.io/anihyou) / [GitHub](https://github.com/axiel7/AniHyou-android) - AniList Apps\n\n***\n\n## ▷ iOS YouTube Apps\n\n* ⭐ **[YouTube Plus](https://github.com/dayanch96/YTLite)** - Modded YouTube iPA / Closed-Source\n* ⭐ **[Yattee](https://github.com/yattee/yattee)** - YouTube Player\n* [Dan's Workshop](https://dvntm0.github.io/) - Modded YouTube IPAs / [Telegram](https://t.me/dvntms) / [Discord](https://discord.gg/VN9ZSeMhEW)\n* [⁠uYouEnhanced](https://github.com/arichornlover/uYouEnhanced) - Modded YouTube iPA\n* [YTLitePlus](https://ytliteplus.github.io/) - YTLite + Tweaks / Official iPAs are Outdated / [GitHub](https://github.com/YTLitePlus/YTLitePlus)\n* [OpenYouTubeSafariExtension](https://github.com/BillyCurtis/OpenYouTubeSafariExtension) - Add \"Open In\" Alert to Sideloaded YouTube Apps\n\n***\n\n# ► iOS Reading\n\n* ↪️ **[Multi-Platform Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading/#wiki_.25B7_ebook_readers)** - Ebook Reader Index\n* ⭐ **[Paperback](https://paperback.moe/)** - Manga Reader / [Extensions](https://discord.gg/rmf6jQpMU9) / [Discord](https://discord.paperback.moe/)\n* ⭐ **[Aidoku](https://aidoku.app/)** - Manga Reader / [GitHub](https://github.com/Aidoku/Aidoku)\n* ⭐ **[Tachimanga](https://tachimanga.app/)** - Manga Reader / Freemium / [Discord](https://discord.gg/8aMcdYdaBz)\n* ⭐ **[Readera](https://readera.org/)** - Ebook Reader\n* [Suwatte](https://www.suwatte.app/) - Comic Reader / [Discord](https://discord.gg/8wmkXsT6h5) / [GitHub](https://github.com/suwatte)\n* [Prologue](https://prologue.audio/) - Audiobooks for Plex\n* [JellyBook](https://github.com/JellyBookOrg/JellyBook) - Ebook Reader\n* [Anx Reader](https://anx.anxcye.com/) - Ebook Reader / [GitHub](https://github.com/anxcye/anx-reader)\n* [eBoox](https://eboox.app/) - Ebook Reader\n* [Readwise](https://apps.apple.com/app/readwise/id1476885528) - Ebook Reader\n* [Cantook](https://apps.apple.com/app/cantook-by-aldiko/id1476410111) - Ebook Reader\n* [FBReader](https://apps.apple.com/app/fbreader-epub-and-fb2-reader/id1067172178) - Ebook Reader\n* [SideBooks](https://apps.apple.com/app/id409777225) - PDF Reader\n* [BookPlayer](https://github.com/TortugaPower/BookPlayer) - Audiobook Player / [Discord](https://discord.gg/MjCUXgU)\n* [Panels](https://apps.apple.com/app/id1236567663) - Comic Reader\n* [Mangayomi](https://github.com/kodjodevf/mangayomi) - Manga Reader / [Discord](https://discord.com/invite/EjfBuYahsP)\n* [ZETSU](https://apps.apple.com/app/id1510161371) - Manga Reader / [Discord](https://discord.com/invite/NzJtsSf7t3)\n* [Hanami](https://github.com/oolxg/Hanami) - Manga Reader\n* [Libby](https://apps.apple.com/app/id1076402606) - Digital Library Books / Extend Time via Offline or Airplane Mode\n"
  },
  {
    "path": "docs/non-english.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n* **Note** - Use this section for media (movies, music, books). For installing software, games, or APKs, use the English sections unless the source is highly trusted (e.g., m0nkrus). Try a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn) if sites are blocked.\n\n***\n\n# ► Arabic / العربية\n\n* [Dawin](https://www.dawin.io/) - Markdown Editor\n* [Wudooh](https://wudooh.app/) - Make Arabic Text Clearer\n* [AdslGate](https://www.adslgate.com/) - Arabic Tech Forum\n* [ZeroTaxJobs](https://zerotaxjobs.com/) - Software Engineer Jobs\n* [arabic-reddit-extension](https://github.com/andronasef/arabic-reddit-extension) - Fix Arabic Language on Reddit\n\n## ▷ Downloading / تحميل\n\n* [⁠Bahy Films](https://eg.bahyfilms.com/), [2](https://egy.bahy-films.info/) - Movies / TV / Anime / Sub / Dub / 1080p\n* [Stardiima](https://e.stardiima.top/) - Movies / TV / [Telegram](https://t.me/+Phq8ETiiBAIwNzJk)\n* [⁠My Cima](https://my-cima.video/) - Movies / TV\n* [ArabicFonts](https://arabicfonts.net/) or [ARFonts](https://www.arfonts.net/) - Fonts\n* [Eternal Dream Arabization](https://www.etrdream.com/) - Modern / Official / Retro Games Arabic Localization\n\n## ▷ Torrenting / التورنت\n\n* [Arab Torrents](https://arab-torrents.com/) - Video / Audio / Books\n* [ArabP2P](https://www.arabp2p.net/) - Video / Private Tracker\n\n## ▷ Streaming / البث\n\n* ⭐ **[Cimaleek](https://cimaleek.ws/)** - Movies / TV\n* ⭐ **[FaselHD](https://www.faselhds.biz/)** - Movies / TV / Anime / Sub / 1080p / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)\n* [ArabLionz](https://arlionztv.ink/) - Movies / TV / Sub / 1080p\n* [egydead](https://egydead.skin/) - Movies / TV / Anime / Sub / 1080p\n* [FajerShow](https://fajer.show) - Movies / TV / Cartoons / Sub / 720p\n* [ArabSeed](https://a.asd.homes/main/) - Movies / TV / Anime\n* [egybest](https://egybest.la/) - Movies / TV / Anime\n* [TopCinema](https://web6.topcinema.cam/) - Movies / TV / Anime\n* [⁠My Cima](https://my-cima.video/) - Movies / TV\n* [Laroza TV](https://tv.laroza.now/) - TV\n* [witanime](https://witanime.cyou/) - Anime / Sub / 1080p\n* [okanime](https://okanime.tv/) - Anime / Sub / 1080p / Region Locked\n* [ristoanime](https://ristoanime.com/) - Anime\n* [witanime](https://witanime.red/) - Anime\n* [anslayerweb](https://anslayerweb.com/) - Anime\n* [animezid](https://animezid.net/) - Anime / Cartoons\n* [Animerco](https://gat.animerco.org/) - Anime / Sub / 1080p\n* [maycima](https://maycima.com/) - Anime\n* [shahiid](https://shahiid-anime.net/) - Anime / Sub / 720p\n* [anime3rb](https://anime3rb.com/) - Anime / Sub\n* [arabic-toons](https://www.arabic-toons.com/) - Cartoons\n* [Flowind](https://flowind.net/) - Cartoons\n* [elahmad](http://www.elahmad.com/tv/arabic-channel.php) - Live TV\n* [Split TV](https://split-tv.co.il/) - Live News / Split Screen\n* [Bein4kora](https://bein4kora.com/) - Live Football\n* [koraa-live](https://www.koraa-live.com/) - Live Football\n* [al-fann](https://www.al-fann.net/) - Music\n* [nghmat](https://songs.nghmat.com/) - Music / MP3\n\n## ▷ Reading / القراءة\n\n* [Noor Book](https://www.noor-book.com/) - Books\n* [Shamela](https://shamela.ws/) - Books / Documents\n* [FoulaBook](https://foulabook.com/) - Books\n* [books-library](https://books-library.website/) - Books\n* [EbookSar](https://www.ebooksar.net/) - Books / [Telegram](https://t.me/ebooksar)\n* [AlarabiMag](https://www.alarabimag.com/) - Books\n* [Hindawi](https://www.hindawi.org/) - Books\n* [Abjjad](https://www.abjjad.com/) - Books\n* [GedoLibrary_bot](https://telegram.me/GedoLibrary_bot) - Book Telegram Bot\n* [3asq](https://3asq.org/) - Manga\n* [Azoramoon](https://azoramoon.com/) - Manga\n* [KenManga](https://ar.kenmanga.com/) - Manga\n* [⁠Eshadow](https://www.eshadow.net/) - Manga\n* [hijala](https://www.hijala.com/) - Manga / [Discord](https://discord.com/invite/sGTBCDeE2J)\n* [Aldiwan](https://www.aldiwan.net/) - Poems / [Telegram](https://t.me/AldiwanNet)\n* [Almaany](https://www.almaany.com/) - Multilingual Dictionary\n* [dohadictionary](https://www.dohadictionary.org/) - Historical Dictionary\n* [Mo3jam](https://ar.mo3jam.com) - Colloquial / Slang Dictionary\n\n***\n\n# ► Bangla / বাংলা\n\n* ⭐ **[Avro Keyboard](https://www.omicronlab.com/avro-keyboard.html)** - Bangla Typing Tool / Spellcheck / [WebUI](https://avro.im/)\n* [aapathshala](https://aapathshala.com/library/) - Test Practice\n* [Python Maateen](https://python.maateen.me/) - Python Guide\n* [Chorcha](https://chorcha.net/) - Test Prep App\n\n## ▷ Reading / পড়া\n\n* [24livenewspaper](https://www.24livenewspaper.com/bangla-newspaper) or [allbanglanewspaper](https://www.allbanglanewspaper.xyz/) - Bangla Newspapers\n* [IQGAW](https://t.me/IQGamer_PDFStore) - PDF Library for BD HSC Candidates\n* [BanglaBookshelf](https://www.banglabookshelf.com/) - Fiction / Islamic / Tech Books\n* [AmarBooks](https://www.amarbooks.org/) - Books\n* [Boimate](https://boimate.com/) - Books\n* [ebanglalibrary](https://www.ebanglalibrary.com/) - Books\n* [BengaliEbook](https://www.worldmets.com/) - Books\n* [bengaliebook](https://bengaliebook.com/) - Books\n* [boierthikana](http://boierthikana.com/) - Books\n* [banglaclassicbooks](https://banglaclassicbooks.blogspot.com/) - Books\n* [allbanglaboi](https://allbanglaboi.com/) - Books\n* [granthagara](https://granthagara.com/) - Books\n* [bookspointer](https://bookspointer.com/) - Books\n* [jyotirjagat](https://jyotirjagat.wordpress.com/) - Books\n* [⁠Banglabook](https://www.banglabook.org/) - Books\n* [GoBanglaBooks](https://www.gobanglabooks.com/) - Books / Downloads\n* [SovietBooksinBengali](https://sovietbooksinbengali.blogspot.com/) - Soviet Books\n* [NCTB](https://nctb.portal.gov.bd/) - NCTB Textbooks of Bangladesh\n\n## ▷ Downloading / ডাউনলোডিং\n\n* [MLSBD](https://mlsbd.co/) - Movies / TV\n* [⁠MovieDokan](https://moviedokan.my/) - Movies / TV\n* [emwbd](https://emwbd.shop/) - Movies / TV\n* [Bangla Song](https://www.music.com.bd/) - Bangla Song / Music / Radio / MP3\n* [Bhoot FM](https://bhoot-fm.com/) - Bhoot FM Archive / Paranormal Radio Show\n\n***\n\n## ▷ Streaming / স্ট্রিমিং\n\n* [Fibwatch](https://fibwatch.art/) - Movies / TV\n* [jadoocinema](https://www.jadoocinema.com/) - Movies / TV / Sub / Dub / 1080p\n\n***\n\n# ► Bulgarian / Български\n\n* [YavkA](https://yavka.net/), [subsunacs](https://subsunacs.net/) or [subs.sab.bz](http://subs.sab.bz/) - Subtitles\n\n## ▷ Streaming / Стрийминг\n\n* [NovaPlay](https://play.nova.bg/) - Live TV / TV / Sub / Dub / 1080p\n* [Filmifen](https://filmifen.com/) - Movies / Sub / Dub\n* [BGTVI](https://bgtvi.com/) - TV / Sub / Dub / 720p\n* [BGESTV](https://bgestv.com) - TV / Sub / Dub / 720p\n* [Filmi7](https://filmi7.net/) - Movies / Sub / Dub\n* [glebul](https://glebul.com/) - Live TV\n\n***\n\n# ► Chinese / 华语\n\n* 🌐 **[heji](https://233heji.com/)** or [bajins](https://www.bajins.com/) - Chinese Sites / Tools Indexes\n* 🌐 **[Awesome GitHub Repo](https://github.com/Wechat-ggGitHub/Awesome-GitHub-Repo)** - Programming Resources Index\n* 🌐 **[RecTG](https://github.com/jackhawks/rectg)** - Chinese Telegram Groups / Bots\n* [ixigua.com](https://www.ixigua.com/) - Chinese Alternative to YouTube and TikTok\n* [Linux Do](https://linux.do/) - AI, Tech and Linux Forum\n* [⁠Arch Linux Concise Guide](https://arch.icekylin.online/) or [⁠ArchlinuxCN](https://archlinuxcn.org/) - Arch Linux Guides\n* [GitHub Speed Guide](https://forum.blackfox.qzz.io/posts/speed-up-github-in-china-70e2a7/) - Guide to Speed Up GitHub\n* [Diaosi Forum](https://assbbs.com/) - Piracy Discussion Forum\n* [assrt](https://assrt.net/), [srtku](https://srtku.com/) or [zimuku](https://zimuku.org/) - Subtitles\n* [Bangumi](https://bangumi.moe/) - Anime Subtitles\n* [Tool.lu](https://tool.lu/) - Online Tools\n* [Anti-Ad](https://anti-ad.net/) - Adblock Filters\n* [GameLoop](https://syzs.qq.com/) - Android Emulator\n* [Thanox](https://tornaco.github.io/Thanox-Docs/en) - Android System Manager\n* [Winmoes](https://winmoes.com/) - Anime Windows Themes / Wallpapers\n* [Gridea](https://open.gridea.dev/) - Blog Writing Client\n* [taioan](https://ji.taioan.org/) - Chinese Spell Check\n* [itaigi](https://itaigi.tw/) - Chinese to Taiwanese Translator\n* [CatoCR](https://catocr.com/) - Image to Text\n* [Oh.Taigi](https://oh.taigi.info/) - Learn Taiwanese\n* [Bangumi](https://bangumi.tv/), [2](https://chii.in/) - Media Database / [Android Client](https://github.com/czy0729/Bangumi)\n* [TopHub](https://tophub.today/), [Rebang](https://rebang.today/) or [Chinadaily](https://cn.chinadaily.com.cn/) - News\n* [IT Home](https://www.ithome.com/) - Tech News\n* [jialezi](https://blog.jialezi.net/) - Tech Tutorials\n* [Lofter](https://www.lofter.com) - Novel Fan Art\n* [⁠ScriptCat Index](https://scriptcat.org/) - Userscript Index\n* [Bing China](https://www.bing.com/?mkt=zh-CN), [Toutiao](https://www.toutiao.com/), [sogou](https://www.sogou.com/) or [yisou](http://yisou.com/) - Search Engines\n* [ICIBA](https://www.iciba.com/) / [Client](https://cp.iciba.com/), [Fanyi](https://fanyi.qq.com/) or [YouDao](https://fanyi.youdao.com/) - Translators\n* [Hack Game](https://hack-games.com/) - Incremental Games\n* [Funn](https://fuun.fun/) - Fun Sites\n* [V2EX](https://v2ex.com/), [CNBlogs](https://www.cnblogs.com/) or [ZongScan](https://www.zongscan.com/) - Developer / Programming Forums\n* [BookStack](https://www.bookstack.cn/) - Developer / Programming Guides\n* [Gitee](https://gitee.com/) - GitHub Alternative\n* [HelloGitHub](https://hellogithub.com/) - GitHub Projects\n* [hkslbrowser](http://www.cslds.org/hkslbrowser/index.jsp) - Chinese Sign Language Dictionary\n\n## ▷ Great Firewall\n\n* **Note** - Keep in mind some VPNs claiming to bypass GFW are made by Chinese agencies as a way to get user info. We recommend avoiding any generic ones, and sticking to ones listed in the [VPN section](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn).\n\n***\n\n* ↪️ **[Anti-Censorship Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_anti-censorship)** / **[Proxy Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_proxy)**\n* ⭐ **[Censorship Bypass Guide](https://cbg.fmhy.bid/)**  or [Censorship Bypass](https://rentry.co/chinese-censorship-bypass-guide) - Censorship Bypass Guide\n* [gfwlist](https://github.com/gfwlist/gfwlist) - Blocked Sites List\n* [r/dumbclub](https://www.reddit.com/r/dumbclub/) - GFW Discussion\n* [gfw.report](https://gfw.report/) - GFW Information\n* [GHProxy](https://ghproxy.link/) - GitHub Proxy (not blocked by GFW)\n* [⁠GFWMass](https://github.com/eli32-vlc/gfwmass) - Proxy Deployment Tool / [Guide](https://forum.blackfox.qzz.io/posts/introduction-to-gfwmass/)\n* [Accesser](https://github.com/URenko/Accesser/) - SNI RST Solver\n* [China Firewall Test](https://www.dotcom-tools.com/china-firewall-test), [ChinaFirewallTest](http://www.chinafirewalltest.com/), [BlockedInChina](https://www.comparitech.com/privacy-security-tools/blockedinchina/) or [Chinese Firewall](https://viewdns.info/chinesefirewall/) - Chinese Firewall Blocking Test\n* [todaiinews](https://chinese.todaiinews.com/) - Language Learning\n\n## ▷ Downloading / 下载\n\n* [AnimeNep](https://t.me/AnimeNep) - Anime\n* [J-pop Music Download](https://jpop.xyz/category/c-pop/) - Music / FLAC / MP3\n* [icourse163](https://www.icourse163.org/) / [Icourse163 Downloader](https://greasyfork.org/en/scripts/372684) - Courses\n* [CN GreenLumaGUI](https://github.com/clinlx/CN_GreenLumaGUI) - Offline Steam DRM Bypass / DLC Unlocker\n* [SuperLosslessMusic](https://t.me/SuperLosslessMusic) - Audio / FLAC\n* [flac_file](https://t.me/flac_file) - Audio / FLAC\n* [VmoMusic](https://t.me/VmoMusic) - Audio / FLAC\n* [feiku6](https://www.feiku6.com/) - Books / Reading / Listening\n* [Salty Leo](https://book.tstrs.me/search) - Books / Fiction / Non-Fiction / Downloading\n\n## ▷ Torrenting / 下载种子\n\n* [qBittorrent Enhanced](https://github.com/c0re100/qBittorrent-Enhanced-Edition) - QBitorrent for Chinese Users\n* [Csze BT](https://bt.orzx.im/) - Video / Audio / Books\n* [acgnx](https://www.acgnx.se/) - Video / Audio / Books / NSFW\n* [Share.dmhy](https://share.dmhy.org/) - Video / Anime / NSFW\n* [XiaZai001](https://xiazai001.org/) - Video / Audio\n* [dytt8](https://www.dydytt.net) - Video / Anime\n* [dygang](https://www.dygang.cc/) - Video\n* [seedhub](https://www.seedhub.cc/) - Video\n* [btbtla](https://www.btbtla.com/) - Video\n* [ACG.rip](https://acg.rip/) - Anime / Audio\n* [MioBT](https://www.miobt.com/) - Anime\n* [VCB-S](https://vcb-s.com/) - Anime\n* [ACGNX](https://share.acgnx.se/) - Anime\n* [Anime-Torrent](https://www.anime-torrent.com/) - Anime\n* [Snow-Raws](https://snow-raws.com/) - Anime / [Official Tracker](https://www.skyey2.com/)\n* [Mikan](https://mikanani.me/) - Anime\n* [Auto_Bangumi](https://github.com/EstrellaXD/Auto_Bangumi) - Anime Torrent Auto Download\n* [AnimeTrackerList](https://github.com/DeSireFire/animeTrackerList) - Anime Trackers List\n\n## ▷ Streaming / 流媒体\n\n* 🌐 **[Chinese Drama Site Index](https://www.reddit.com/r/CDrama/wiki/streaming)** - Chinese Drama Sites Index\n* 🌐 **[klyingshi](https://klyingshi.com/)** - Chinese Streaming Sites Index\n* ⭐ **[555dy](https://577938.vip/)** - Movies / TV / Anime / NSFW / Sub / 1080p\n* ⭐ **[BiliBili](https://www.bilibili.com/)** / [.tv](https://www.bilibili.tv/) / [Client](https://xfangfang.github.io/wiliwili/) / [Quality Change](https://greasyfork.org/en/scripts/467511) / [Sign-Up Block](https://greasyfork.org/en/scripts/467474) / [Sponsorblock](https://github.com/hanydd/BilibiliSponsorBlock) / [Enhancement Script](https://github.com/the1812/Bilibili-Evolved)\n* [Tencent Video](https://v.qq.com/) - Movies / TV / Anime / Cartoons / Sub / Dub / 1080p / [Downloader](https://weibomiaopai.com/online-video-downloader/tencent)\n* [MoMoVOD](https://momovod.app/) - Movies / TV / Anime / Sub / 1080p\n* [VidHub](https://vidhub.me/) - Movies / TV / Anime / Sub / 1080p\n* [ztv.tw](https://ztv.tw) - Streaming / Movies / TV / Anime\n* [chinaq.app](https://chinaq.app/) - Movies / TV / Anime\n* [xigua2](https://xigua2.com/) - Movies / TV / Sub\n* [Imaple](https://imaple8.co/) - Movies / TV / Sub / 1080p\n* [xiaoyakankan](https://xiaoyakankan.com/) - Movies / TV / 720p\n* [IYF](https://www.iyf.tv/) - Movies / TV / Sub / Dub / 720p\n* [gimytw](https://gimytw.cc/) - Movies / TV / Cartoons / Dub\n* [viu](https://viu.tv/) - Movies / TV / Free w/ Ads\n* [hoy](https://hoy.tv/) - Movies / TV / Free w/ Ads\n* [KokoTV](https://kokotv.me/) - Drama / Sub / Dub / 1080p\n* [nunuju](https://nunuju.com/) - Drama / Sub / Dub / 1080p\n* [dramaq](https://dramaq.xyz/) - Drama / Sub / Dub / 1080p\n* [duanjuhk](https://duanjuhk.com/) - Short Drama / Sub / Dub / 1080p\n* [CC動漫](https://ccdm.cc/) - Anime / Sub / 1080p\n* [AGE Animation](https://www.agedm.org/) - Anime / Sub / 1080p\n* [xgcartoon](https://www.xgcartoon.com/) - Anime / Sub / Dub / 1080p\n* [Anime1](https://anime1.me/) - Anime / Sub / 1080p\n* [Myself-BBS](https://myself-bbs.com/) - Anime / Sub / 1080p\n* [AGE Anime](https://www.agedm.tv/) - Anime / Sub / 1080p\n* [bimiacg](https://www.bimiacg14.net/) - Anime / Sub / 1080p\n* [music.163](https://music.163.com/) - Music\n* [5nd](http://www.5nd.com/) - Music\n* [MissEvan](https://www.missevan.com/) - Music / Podcasts / Audio Comics\n* [Kilamanbo](https://kilakila.cn/) - Audio Comic Drama\n* [Huya](https://www.huya.com/) - Live Streaming\n* [IPTV807](https://iptv807.com/) - Live TV\n* [數學老師張旭](https://space.bilibili.com/521685904) - Math Lessons\n* [free-project-course](https://github.com/resumejob/free-project-course) - Programming Courses\n* [Baidu SkyDrive Video Player](https://greasyfork.org/en/scripts/426952-%E7%99%BE%E5%BA%A6%E7%BD%91%E7%9B%98%E8%A7%86%E9%A2%91%E6%92%AD%E6%94%BE%E5%B0%8A%E4%BA%AB-vip-%E8%A7%A3%E9%94%81%E8%A7%86%E9%A2%91%E5%80%8D%E6%95%B0-%E8%A7%A3%E9%94%81%E5%85%A8%E9%83%A8%E6%B8%85%E6%99%B0%E5%BA%A6) - Baidu VIP Video Player\n* [acfun.cn](https://www.acfun.cn/) - Video Streaming / YouTube Alt\n\n## ▷ Reading / 阅读\n\n* ⭐ **[69xinshu](https://www.69shuba.com/)** - Fiction\n* [Jiumo](https://www.jiumodiary.com/) - Book Search Engine\n* [BooksThatMakeYouThink](https://t.me/BooksThatMakeYouThink) - Nonfiction\n* [AutumnWindBookstore](https://www.qiufengshuwu.com/) - Fiction\n* [ixdzs](https://ixdzs8.tw/) - Fiction\n* [99csw.com](https://99csw.com/) - Fiction / Non-fiction\n* [nunubook.com](https://nunubook.com/) - Fiction / Non-fiction\n* [haodoo](https://haodoo.net/) - Fiction\n* [24hbook](https://24hbook.com/) - Fiction / Non-fiction\n* [5165.org](https://5165.org/) - Fiction / Nonfiction\n* [52shuku](https://www.52shuku.vip/) - Books / Light-Novels\n* [books.l3zc](https://books.l3zc.com/) - Fiction / Non-fiction\n* [ttkan](https://www.ttkan.co) - Books / Light-Novels\n* [Piaotian](https://www.piaotia.com/) - Books / Light-Novels\n* [qqszz](https://www.qqszz.net/) - Books / Light-Novels / Requires Sign-Up\n* [yodu](https://www.yodu.org/) - Books / Light-Novels\n* [256zw](https://www.256zw.org/) - Light-Novels\n* [Doujin Fiction Network](https://www.trxs.me/) or [Readfine](https://t.me/Readfine) / [Discussion](https://t.me/ReadfineChat) - FanFiction\n* [shuge](https://www.shuge.org/) - Rare / Ancient Books\n* [CText](https://ctext.org/), [ChineseNotes](https://chinesenotes.com/texts.html) or [quanxue](https://www.quanxue.cn/) - Chinese Historic Text Archives\n* [guoxue](http://www.guoxue.com/) - History / Journals\n* [NG Tech](https://ng-tech.icu/) - Documents\n* [ebooks](https://github.com/XWHQSJ/ebooks), [Chinese Programming Books](https://github.com/justjavac/free-programming-books-zh_CN) or [Banshujiang](http://www.banshujiang.cn/) - Programming Books\n* [kangxizidian](https://kangxizidian.com/) - Chinese Kangxi Dictionary\n* [Shufazidian](https://www.shufazidian.com/) - Chinese Calligraphy Dictionary\n* [owlook](https://www.owlook.com.cn/) - Chinese Web Novel Search / [GitHub](https://github.com/howie6879/owllook)\n* [CCams](http://www.ccamc.co/) - Chinese Character Search\n* [CBeta](https://www.cbeta.org/) or [Goodweb](http://goodweb.net.cn/sutra/) - Chinese Buddhist Scriptures\n* [Open Literature](http://open-lit.com/html/) - Classic Chinese Novels\n* [21dzk](https://21dzk.l.u-tokyo.ac.jp/SAT/index.html) - Chinese Buddhist Scriptures\n* [wenku](https://pypi.org/project/wenku/) - Baidu Wenku Downloader\n* [Trtag](https://trtag.com/) - Movies / TV Encyclopedia\n\n## ▷ Light Novels\n\n* [beqege](https://www.beqege.cc/) - Light-Novels\n* [jpxs123.cc](https://jpxs123.cc/) - Light-Novels / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)\n* [kanunu8](https://www.kanunu8.com/) - Light-Novels\n* [hetushu](https://hetushu.com/) - Light-Novels\n* [Zongheng](https://www.zongheng.com/) - Light-Novels\n* [Bixiange](https://www.bixiange.top/) - Light-Novels\n* [qinkan](https://www.qinkan.net/) - Light-Novels\n* [ffxs8](https://ffxs8.com/) - Light-Novels\n* [powanjuan](https://powanjuan.cc/) - Light-Novels\n\n## ▷ Manga\n\n* [AC.QQ](https://ac.qq.com/) - Manga\n* [BiliBili](https://manga.bilibili.com/) - Manga\n* [DM5](https://www.dm5.com/), [2](https://tel.1kkk.com/) - Manga / Manhua\n* [godamanga.site](https://godamh.com/) - Manga\n* [xmanhua.com](https://xmanhua.com/) - Manga / Some NSFW\n* [tvbsmh](https://www.tvbsmh.com/) - Manga\n* [manhuagui](https://www.manhuagui.com/) - Manga\n* [colamanga](https://www.colamanga.com/) - Manga\n* [rumanhua](https://rumanhua.com/) - Manga\n* [mkzhan](https://www.mkzhan.com/) - Manga\n* [manhuapi](http://www.manhuapi.cc/) - Manga\n* [36mh](https://www.36mh.org/) - Manga\n* [komiic](https://komiic.com/) - Manga\n* [happymh.com](https://happymh.com/) - Manga\n* [manben](https://www.manben.com/) - Manga\n* [manhuazhan](https://www.manhuazhan.com/) - Manga\n* [rumanhua](https://www.rumanhua.com/) - Manga\n* [godamh](https://godamh.com/) - Manga\n* [fengchemh](https://www.fengchemh.com/) - Manga\n* [yibenmanhua](https://www.yibenmanhua.com/) - Manga\n* [dongmanmanhua](https://www.dongmanmanhua.cn/) - Manga\n* [2animx](https://www.2animx.com/) - Manga\n* [baozimh](https://baozimh.one/) - Manhua\n* [acgn.cc](https://comic.acgn.cc/) - Manga\n* [Mangabz](https://www.mangabz.com/) - Manga\n* [Baozimh](https://baozimh.org/) - Manga / Manhua / Manhwa\n* [Baozimh](https://www.baozimh.com/) - Webtoons\n\n***\n\n# ► Czech / Čeština\n\n* [uschovna](https://www.uschovna.cz/) or [posilej](https://posilej.cz/) - Czech File Hosts\n* [FuckCards](https://fuckcards.store/) or [NoCard](https://nocard.cz/) - Public Czech Club Cards / [Android App](https://github.com/HelloOO7/Karticky)\n* [spojenka](https://spojenka.cz/) - Public Czech Transport App\n\n## ▷ Downloading / Stahování\n\n* ⭐ **[hellspy](https://hellspy.to/)** - Video / Geoblocked\n* [WebShare](https://webshare.cz/) - Video / Audio / Books / NSFW\n* [War-Forum](https://war-forum.net/) - Video / Audio / Books / Comics / NSFW / Sign-Up Required\n* [WarezCenter](https://warcenter.cz/) - Video / Audio / Books / NSFW / Sign-Up Required\n* [FastShare.cloud](https://fastshare.cloud/) - Video / Audio / Books / NSFW\n* [Datoid](https://datoid.to/) - Video / Audio / Books / NSFW / Sign-Up Required for 1GB+ Files\n\n## ▷ Torrenting\n\n* [sktorrent](https://sktorrent.eu/) - Movies / TV / Anime\n\n## ▷ Streaming / Streamování\n\n* [Bombuj](https://bombuj.si/) - Movies / TV\n* [PlayMe](https://playme.wtf/) - Movies / TV / Anime / 1080p / [Discord](https://discord.com/invite/K4rDRa5WAS)\n* [Sledujteto](https://www.sledujteto.cz/) - Movies / TV / Anime / 1080p\n* [filmbot](https://filmbot.tv/) - Movies / TV / Anime\n* [mrkni](https://mrkni.tv/) - Movies / TV / Anime\n* [mrkaj](https://mrkaj.si/) - Movies / TV / Anime / Geoblocked\n* [uzi](https://uzi.si) - Movies / TV / Anime / Geoblocked\n* [Dupe](https://dupe.cz/) - Movies / TV / Anime / Concerts / 1080p / Geoblocked / [Discord](https://discord.com/invite/tSzJW4fBtF)\n* [svetserialu](https://svetserialu.io/) - Movies / TV / Anime / 1080p\n* [sledujfilmy](https://ww.sledujfilmy.io/) or [serialy](https://sledujserialy.io/) - Movies / TV / Anime / 1080p\n* [najserialy](https://www.najserialy.io/) - Movies / TV / Anime / 1080p\n* [Ceskatelevize](https://www.ceskatelevize.cz/ivysilani/) - Movies / TV\n* [sweet.tv](https://sweet.tv/pl/) - Free w/ Ads / [Login Bypass](https://github.com/Julmik647/sweet-tv-no-login)\n* [CSFD](https://www.csfd.cz/) - Czech Film Database\n\n## ▷ Reading / Čtení\n\n* [xTrance](https://xtrance.info/) - Books / Download / Requires Sign-Up\n* [PDF Books](https://pdfknihy.maxzone.eu/index.html) - Public Domain Books\n* [databazeknih](https://www.databazeknih.cz/) - Czech Book Database\n* [eknihovna](https://eknihovna.maxzone.eu/index.html) - Books\n* [prirucka](https://prirucka.ujc.cas.cz) or [slovnikcestiny](https://slovnikcestiny.cz/uvod.php) - Dictionaries\n* [WebArchive](https://webarchiv.cz/) - Documents\n\n***\n\n# ► Filipino / Pinoy\n\n## ▷ Streaming / Nanonood\n\n* [Movies Ni Pipay](https://moviesnipipay.me/) - Movies / TV / Anime / Some NSFW / Sub / Dub / 1080p\n* [Pinoy Movies Hub](https://pinoymovieshub.cv/) - Movies / TV / Anime / NSFW / Sub / Dub / 720p\n* [cinema](https://cinema.com.ph) - Movies / TV / Anime\n* [Pinoymoviepedia](https://pinoymoviepedia.ru/) - Movies / TV / NSFW / Sub / Dub / 720p\n* [Pinoy Albums](https://pinoyalbums.com/) - Music\n\n***\n\n# ► Finnish / Suomi\n\n* [finna.fi](https://www.finna.fi/) - Media Archive / Requires Library Card\n* [Sanuli](https://sanuli.fi/) - Finnish Wordle\n* [Viittomaluettelot](https://suvi.viittomat.net/) - Sign Language Dictionary\n\n## ▷ Streaming / Suoratoisto\n\n* [Elonet](https://elonet.finna.fi/) - Classic Movies\n* [Areena](https://areena.yle.fi/) - Movies / TV / 1080p\n* [Viddla](https://www.viddla.fi/) - Movies / TV / Requires Library Card\n* [TVKaista](https://www.tvkaista.org/) - Finnish IPTV\n* [Podcast24](https://podcast24.fi/) - Podcasts\n* [helpotnopat](https://helpotnopat.fi/) - Courses\n\n## ▷ Reading / Lukeminen\n\n* [Lonnrot](http://www.lonnrot.net/) - Books\n* [HistDoc](https://histdoc.net/) - Historical Finnish Documents\n\n***\n\n# ► French / Français\n\n* 🌐 **[r/FrancePirate Mega](https://redd.it/1od83o4)** - Piracy Megathread / Check Comments / [Subreddit](https://reddit.com/r/FrancePirate/)\n* ⭐ **[Dealabs](https://www.dealabs.com/)** - Track Deals / Freebies\n* [Sous-Titres](https://www.sous-titres.eu/) or [SubFactory](https://subfactory.fr/) - Subtitles\n* [Tseret](https://tseret.com/) - Game Guides\n* [BonPatron](https://bonpatron.com/) - Spelling and Grammar Check\n* [GoTo10](https://www.goto10.fr/) - BBS and Minitel Archives\n* [DropReference](https://dropreference.com/) - PC Building Site\n* [nuit-blanche](https://nuit-blanche.ch/) - Drug Detox Help\n* [Remonterletemps](https://remonterletemps.ign.fr) - France Geographic / Forestry Info and Maps\n* [nooSFere](https://www.noosfere.org/) - Science Fiction Media Database\n* [Perspective Monde](https://perspective.usherbrooke.ca/) - Datasets / Statistics\n* [carto.tchoo](https://carto.tchoo.net/) - Live Train Map\n* [Prix Carburants](https://www.prix-carburants.gouv.fr/) - Gas Prices\n* [Donnons](https://donnons.org/) or [⁠Geev](https://www.geev.com/) - Free Stuff Exchange / Gifting\n* [Signsuisse](https://www.sgb-fss.ch/signsuisse/fr/), [LSF Dico](https://lsfdico.injs-metz.fr/) or [LSQ](https://lsq-fr.ca/) - French Sign Language Dictionaries\n* [I Say LSF](https://dico.swax-lsf.fr/) - French Sign Translator\n\n## ▷ Downloading / Téléchargement\n\n* [WawaCity](https://www.wawacity.irish/) - Movies / TV / Check [Telegram](https://t.me/Wawacityofficiel) if Domain Changes\n* [Extreme-Down](https://www.extreme-down.fit/) - Video / Audio / Books\n* [MuaDib](https://muaddib-sci-fi.blogspot.com/) - Sci-Fi Movies\n* [PiratePunk](https://www.pirate-punk.net/) - Punk Music / Radio / Concerts Dates / Forum\n* [Emurom](https://www.emurom.net/) - Retro ROMs\n* [Abandonware Magazines](https://www.abandonware-magazines.org/) - Retro Computer / Games Magazines\n* [Abandonware France](https://www.abandonware-france.org/index.php) - Abandonware\n* [Abandonware Videos](https://www.abandonware-videos.org/) - Retro Game Related Videos\n\n## ▷ Torrenting\n\n* [⁠Torr9](https://torr9.net/) - Video / Audio / Books\n\n## ▷ Streaming\n\n* ⭐ **[RgShows](https://www.rgshows.ru/)** - Movies / TV / Anime / 4K / [Guide](https://www.rgshows.ru/guide.html)\n* ⭐ **[Movix](https://www.movix.blog/)** - Movies / TV / Anime\n* [Darkiworld](https://darkiworld14.com/) - Movies / TV / Anime / [Status](https://t.me/tirexo_officiel)\n* [noctaflix](https://noctaflix.lol/) - Movies / TV / Anime / [Telegram](https://t.me/noctaflix)\n* [yablom](https://yablom.com/) - Movies / TV / Anime\n* [FS02](https://fs02.lol/) - Movies / TV / Anime\n* [frembed](https://frembed.lat/) - Movies / TV / Anime / Dub / [Status](https://t.me/+gBSyUOO_3D1mZDZk)\n* [yakriv](https://yakriv.com/), [Kordoz](https://www.kordoz.com/) or [Deksov](https://deksov.com/) - Movies / TV / Anime\n* [Paradise lost.666](https://mfp666.blogspot.com/) - Classic French Movies / TV / Music\n* [Film à Revoir](https://filmarevoirnad.blogspot.com/) - Classic French Movies\n* [Ciné-Bis-Art](https://humungus-cinebisart.blogspot.com/) - Movies / Requires Sign-Up\n* [TF1](https://www.tf1.fr/) - Live TV / Movies / TV / Anime / Requires French VPN for Some Content\n* [cinestream](https://cinestream.info/) - Movies / TV / Anime\n* [toflix](https://toflix.xyz/) - Movies / TV / Anime\n* [fs6](https://fs6.lol/) - Movies / TV / Anime\n* [flemmix](https://flemmix.irish/) - Movies / TV / Anime / [Mirrors](https://ww1.wiflix-adresses.fun/)\n* [Cinémathèque de Bretagne](https://www.cinematheque-bretagne.bzh/) - Classic / Amateur Movies\n* [ICI Tou.tv](https://ici.tou.tv/) - Canada Public Broadcaster / Movies / TV / Docs / Cartoons / Requires Sign-Up\n* [Télé-Québec](https://www.telequebec.tv/) - Québec Public Broadcaster / Movies / TV / Docs / Requires Sign-Up\n* [TV5Unis](https://www.tv5unis.ca/) - Multiple Broadcasters / Movies / TV / Docs / No Requires Sign-Up\n* [TFO](https://www.tfo.org/) - Ontario French Public Broadcaster / Movies / TV / Docs / Anime / No Requires Sign-Up\n* [FRAnime](https://franime.fr/) - Anime / Sub / 1080p\n* [toonanime](https://www.toonanime.biz/) - Anime / Sub / Dub\n* [VoirAnime](https://v6.voiranime.com/) - Anime / Sub / 1080p\n* [vostfree](https://vostfree.ws/) - Anime / Sub / 1080p\n* [anime-kami](https://anime-kami.com/) - Anime\n* [anime-sama](https://anime-sama.tv/), [2](https://anime-sama.pw/) - Anime\n* [animesultra](https://animesultra.org/) - Anime / Sub / Dub\n* [French Anime](https://french-anime.com/) - Anime / Sub / 1080p\n* [Streaming-integrale](https://streaming-integrale.com/) - Anime Sub / Dub / 1080p\n* [vostanime](https://ww7.vostanime.fr/) - Anime / Sub / 1080p\n* [animeko](https://w2.animeko.ws/) - Anime / Sub / 1080p\n* [molotov.tv](https://www.molotov.tv/) - Live TV\n* [tvradiozap](https://tvradiozap.eu/) - Live TV\n* [DirectFR](https://directfr.sbs/) - Live TV\n* [witv](https://witv.soccer/) - Live TV\n* [oohquelbut](https://quelbut.me/) - Live Sports\n* [kiboanime](https://www.kiboanime.app/) - Anime Streaming Mobile App\n* [Grafikart](https://grafikart.fr/) - Programming Courses\n* [fluxradios](https://fluxradios.blogspot.com/) - Radio Stations\n* [programmes-radio](https://www.programmes-radio.com/fr/) - Radio Schedule / Streaming\n\n## ▷ Reading / Lecture\n\n* [Bookys](https://www6.bookys-ebooks.com/) - Books / Comics / Magazines / Newspapers / Some NSFW\n* [zone-ebook.com](https://zone-ebook.com/) - Books / Comics / Magazines / Newspapers / Audiobooks\n* [Nos Livres](https://noslivres.net/) - Public Domain Books\n* [Audiocite](https://www.audiocite.net/) - Audiobooks\n* [litteratureaudio](https://www.litteratureaudio.com/) - Audiobooks / [Ripper](https://github.com/L-at-nnes/litteratureaudio.com-ripper)\n* [Origines](https://mangas-origines.fr/) - Manga / Manhwa / Manhua / Some NSFW \n* [Mangadraft](https://www.mangadraft.com/) - Manga / Comics / Webtoons / Light-Novels\n* [Planete-BD](https://planete-bd.org/) - Manga / Comics\n* [SushiScan](https://sushiscan.net/) - Manga\n* [lelscanfr](https://lelscanfr.com/) - Manga\n* [Theses.fr](https://www.theses.fr/) - Theses\n* [FRDownMags](https://fr.downmagaz.net/) - Magazines / Some NSFW\n* [ORAEDES](https://oraedes.fr/) - Occult / Esoteric\n\n***\n\n# ► German / Deutsch\n\n* [RR.Topliste](https://toplist.raidrush.ws/) - Piracy Site List\n* [xrel](https://www.xrel.to/) - Scene Release / P2P Tracker\n* [Boerse](https://boerse.am/) - German Data Sharing Discussion Forum\n* [animexx](https://www.animexx.de/) - German Anime Community\n* [WiiDatabase](https://wiidatabase.de/) - Nintendo Homebrew\n* [⁠BetterBahn](https://github.com/l2xu/betterbahn) - Train Changeover App\n* [All About Berlin](https://allaboutberlin.com/) - Berlin Expat Guide / Relocation Tools\n* [F-Online](https://app.f-online.at/) - Austrian Driving License Learning App\n* [Signsuisse](https://www.sgb-fss.ch/signsuisse/), [GebaerdenLernen](https://gebaerdenlernen.de/) or [SignDict](https://signdict.org) - German Sign Language Dictionaries / Learning\n\n## ▷ Downloading / Herunterladen\n\n* [Usenet DE Guide](https://github.com/PCJones/usenet-guide) - German Usenet Guide / [Discord](https://discord.gg/src6zcH4rr)\n* [Radar / Sonarr DE Guide](https://github.com/PCJones/radarr-sonarr-german-dual-language/blob/main/GERMAN_DUAL_LANGUAGE_GUIDE_GER.md)\n* [Crawli](https://crawli.net/) - Download Search\n* [DarkLight](https://board.darklight.to/) - Video / Audio / ROMs / Books / Magazines / NSFW\n* [Goldesel](https://goldesel.bz/) - Video / Audio / NSFW\n* [Boerse](https://myboerse.bz/) - Video / Audio / NSFW\n* [byte.to](https://byte.to/) - Video / Audio / Books / NSFW\n* [ngb](https://ngb.to/) - Video / Audio / Books\n* [Nima4k](https://nima4k.org/) - Video / Audio\n* [FilmFans](https://filmfans.org/) - Video\n* [hd-source](https://hd-source.to/) or [DDL-Warez](https://ddl-warez.cc/) - Video / NSFW\n* [MLCBoard](https://mlcboard.com/) - Movies\n* [Data Load](https://www.data-load.in/) - Movies / Requires Sign-Up\n* [Anime-Loads](https://www.anime-loads.org/) - Anime\n* [CannaPower](https://canna-power.to/) - Audio\n\n## ▷ Streaming\n\n* ⭐ **[Moflix](https://moflix-stream.xyz/)** - Movies / TV / Dub / 1080p\n* ⭐ **[Kinoger](https://kinoger.com/)** - Movies / TV / 1080p\n* ⭐ **[S.TO](https://s.to/)**, [2](https://serienstream.to/) - TV / Anime / Dub / 720p\n* ⭐ **[Movie2k](https://movie2k.cx/)** - Movies / TV / Dub\n* ⭐ **[FilmPalast](https://filmpalast.to)** - Movies / TV / Dub / 720p\n* [KinoZ](https://www21.kinox.to/) - Movies / TV / Anime\n* [Cineby](https://www.cineby.gd/) - Movies / TV / Anime / 1080p / Auto-Next / [Discord](https://discord.gg/C2zGTdUbHE)\n* [Kinoking](https://kinoking.cc/) - Movies / TV / Anime / Dub / 1080p\n* [Kinos](https://www.kinos.to/) - Movies / TV / Dub / 720p\n* [Cine](https://cine.to/) - Movies / TV / Dub / 720p\n* [Movie4k](https://movie4k.sx/) - Movies / TV / Dub / 720p\n* [StreamCloud](https://streamcloud.my) - Movies / TV / 720p\n* [streamkiste.taxi](https://streamkiste.taxi/) - Movies / TV / Dub / 720p\n* [Einschalten](https://einschalten.in/) - Movies / Dub / 720p\n* [Haschcon](https://haschcon.com/) - Movies / 720p\n* [ardmediathek](https://www.ardmediathek.de/) - Free w/ Ads\n* [zdf](https://www.zdf.de/) - Free w/ Ads\n* [Burning Series](https://bs.to/) - TV / Dub / 720p\n* [FireAnime](https://fireani.me/) - Anime\n* [Anime-Loads](https://www.anime-loads.org/) - Anime / Dub / 1080p\n* [Aniworld](https://aniworld.to) - Anime / Sub / Dub / 720p\n* [⁠TOGGO](https://www.toggo.de/) - Cartoons\n* [dokustreams](https://dokustreams.de/) or [dctp.tv](https://www.dctp.tv/) - Documentaries\n* [Stiftung imai](https://stiftung-imai.de/) - Video Archive\n* [Edels Gute Stube](https://edels-stube.eu/) - Live TV / Sports / Movies / TV / Documentaries / Dub / 720p\n* [LiveTV](https://livetv.sx/dex/) - Sports\n* [SRF.CH](https://www.srf.ch/) - Live TV / Sports / Requires Swiss VPN\n* [2ix2](https://www.2ix2.com/) - Live TV\n* [livestream](https://www.livestream.ad/) - Live TV\n* [⁠Zapp](https://github.com/mediathekview/zapp) - Live TV / Android\n* [Studyflix](https://studyflix.de/) - Courses\n* [mediathekviewweb](https://mediathekviewweb.de/) - IPTV\n* [hoerspielprojekt](https://www.hoerspielprojekt.de/) - Radio\n\n## ▷ Reading / Lesen\n\n* [Dokumen](https://dokumen.pub/) - Books\n* [EBook Land](https://www.ebook-land.cc/index.php) - Books / Magazines\n* [DownMagaz](https://de.downmagaz.net/) - Magazines / NSFW\n* [MyComics](https://www.mycomics.de/) - Comics\n* [Kanjiku](https://kanjiku.net/) - Manga\n* [Hoerbuch](https://hoerbuch.us/) - Audiobooks\n* [Projekt Gutenberg.](https://www.projekt-gutenberg.org/) - Classic German Books\n* [Sagen](https://www.sagen.at/) - European Ethnology / Folklore\n* [deutschelyrik](https://www.deutschelyrik.de/) - Poetry\n\n***\n\n# ► Greek / Ελληνικά\n\n## ▷ Streaming\n\n* [Greek-Movies](https://greek-movies.com/) - Movies / TV / Live / Courses / Dub / 720p\n* [xrysoi](https://xrysoi.pro/), [2](https://tainiesonline.xyz) - Movies / TV\n* [tenies](https://tenies.gr/) - Movies / TV / Anime\n* [filmatic](https://filmatic.online/) - Movies / TV\n* [gamatotv](https://gamatotv.info/) - Movies / TV\n* [movio](https://movio.club/) - Movies / TV\n* [tainio-mania](https://tainio-mania.store), [2](https://tenies-online.best/), [3](https://voody-online.com/), [4](https://moomza.com/) - Movies / TV\n* [eltube](https://www.eltube.gr/) - Movies\n* [ertflix](https://www.ertflix.gr/en/) - Movies / TV\n* [An1me](https://an1me.to/) - Anime / Sub / Dub / 1080p / [Discord](https://discord.com/invite/qPcUxRH)\n* [GRecoTM Builds](https://grecotm.club/) - Kodi Builds / [Guide](<https://web.archive.org/web/20210925022803/https://en.iguru.gr/odigos-egkatastasis-ellinikou-build-sto-kodi/>) / [Discord](https://discord.com/invite/zVVfbDY)\n* [GreekTV](https://greektv.app/) - IPTV\n* [NetNix](https://netnix.tv/) - Live TV\n* [stokourbeti](https://stokourbeti.online/) - Live Sports\n* [SportOnTV](https://sportontv.biz/) - Live Sports / [Mirrors](https://sotproxy.ext.io/) / [Discord](https://discord.gg/YhQPSSMps2)\n* [Foothubhd](https://foothubhd.info/) - Live Football / [Discord](https://discord.com/invite/KGgsRmKZPC)\n* [greekdocumentaries2](https://greekdocumentaries2.blogspot.com/) - Documentaries\n* [Live24](https://live24.gr/) or [e-Radio](https://www.e-radio.gr/) - Radio\n* [Subs4series](https://www.subs4series.com/), [greeksubs](https://greeksubs.net) or [subs4free](https://www.subs4free.club/) - Greek Subtitles\n\n## ▷ Torrenting\n\n* [AnimEclipse](http://www.animeclipse.com/) - Anime Torrents / [Discord](https://discord.com/invite/VU6UScPPCU)\n\n***\n\n# ► Hebrew / עברית\n\n* [WizdomSubs](https://wizdom.xyz/) or [Ktuvit](https://www.ktuvit.me/) - Subtitles\n* [TranslationsMovieHEB](https://t.me/translationsmoviesheb) - Request Subtitle Translations\n* [RedAlert](https://redalert.me/index_en.html), [Tzevaadom](https://www.tzevaadom.co.il/) or [RocketAlert](https://rocketalert.live/) - Rocket Alerts\n\n## ▷ Streaming / הזרמה\n\n* [JFC](https://jfc.org.il/) - Israel Movie Archive\n* [Animeil-TV](https://www.animeil-tv.com/) - Anime\n* [GURUTV](https://gurutv.online/) - Live TV\n* [israelTV](https://israeltv.online/) - Live TV\n* [zradio](https://zradio.co.il/) - Radio Stations\n\n## ▷ Downloading / הורדה\n\n* [AnimeBlood](https://animebloodsub.net/) - Anime / Download / Sub\n\n## ▷ Reading / קרוא\n\n* [mangashelf](https://mangashelf.co.il/) - Manga\n\n***\n\n# ► Hungarian / Magyar\n\n* [Turistautak](https://turistautak.hu/) - Hungarian Maps\n\n## ▷ Streaming / Streamelés\n\n* ⭐ **[moviedrive](https://moviedrive.hu/)** - Movies / TV / Sub / Dub / 1080p / [Discord](https://discord.com/invite/blackfire)\n* [hdmozi](https://hdmozi.hu/) - Movies / TV / Sub / Dub / 1080p\n* [OnlineFilmekIngyen](https://www.onlinefilmekingyen1.com/) - Movies / Sub / Dub / 1080p\n* [filmezek](https://filmezek.com/) - Movies\n* [animedrive](https://animedrive.hu/) - Anime / [Discord](https://discord.com/invite/blackfire)\n* [Myonlinerádió](https://myonlineradio.hu/) - Radio Stations\n\n## ▷ Torrenting / Torrentezés\n\n* [HunTorrent](https://huntorrent.org/) - Movies / TV / Sub / Dub / 1080p\n* [TorrentEmpire](https://torrent-empire.me/) - Torrent Discussion\n\n***\n\n# ► Indian Languages\n\n* [Ad-Link Bypass Bot](https://t.me/Nick_Bypass_Bot)\n* [Indic-Keyboard](https://gitlab.com/indicproject/indic-keyboard) - Indian Android Keyboard\n* [Bhashini](https://bhashini.gov.in/) - Live Translation App / Text and Speech\n* [PCPriceTracker](https://pcpricetracker.in/) - PC Component Price Tracking\n* [Jagraan Josh](https://www.jagranjosh.com/) - Indian Education / Exam News\n* [TalkingHands](https://talkinghands.co.in/) - Indian Sign Language Dictionary / Learning\n* [IndianSignLanguage](https://indiansignlanguage.org/) - Indian Technical Sign Language Dictionary\n\n## ▷ Downloading\n\n* ⭐ **[VegaMovies](https://vegamovies.gratis/)**, [2](https://moviesflix.ad/) - Movies / TV / Anime / 4K / 1080p / [Telegram](https://telegram.dog/vega_officials)\n* ⭐ **[UHDMovies](https://modlist.in/?type=uhdmovies)** - Movies / 4K\n* ⭐ **[⁠The One Piece](https://m.flixindia.xyz/)** - Movie / TV / Anime / [Telegram](https://telegram.me/TheOnePieceUpdates)\n* ⭐ **[HDHub4u](https://hdhub4u.gd/)** - Movies / TV / 1080p\n* ⭐ **[⁠XDMovies](https://xdmovies.site/)** - Movies / TV / 4K / 1080p\n* ⭐ **[MoviesMod](https://modlist.in/?type=hollywood)** - Movies / TV / Sub / Dub / 1080p / [Bypass](https://greasyfork.org/en/scripts/474747)\n* ⭐ **[SD Toons](https://sdtoons.in/category/cartoon/)** - Movies / TV / Anime / 1080p / Some NSFW\n* ⭐ **[ToonWorld4All](https://toonworld4all.me/)** - Anime / Cartoon / Geoblocked\n* ⭐ **[AToZ Cartoonist](https://atozcartoonist.me/)** - Anime / Cartoons / Sub / Dub / 1080p\n* ⭐ **[ToonsHub](https://www.toonshub.xyz/)** - Anime / Dub / 1080p / [Telegram](https://t.me/s/toonshubupdates) / [Discord](https://dsc.gg/toonshub)\n* ⭐ **[TamilMV](https://www.1tamilmv.farm/)** - Movies / TV / Anime / Sub / Dub / 4K / 1080p / Indian Languages\n* [Bollyflix](https://bollyflix.vet/) - Movies / TV / Anime\n* [SSR Movies](https://ssrmovies.com/) - Movies / TV / Sub / Dub / 1080p\n* [⁠HindMoviez](https://hindmoviez.cafe/) - Movies / TV / Anime / 1080p\n* [DownloadHub](https://downloadhub.boston/) - Movies / TV / Sub / Dub / 1080p\n* [MkvMoviesPoint](https://mkvmoviespoint.cool/) - Movies / TV / Sub / Dub / 1080p / [Telegram](https://telegram.me/mkvpoint1)\n* [MKV Mad](https://mkvmad.com/) - Movies / TV / Sub / Dub / 1080p\n* [KatMovieHD](https://katworld.net/?type=KatmovieHD) - Movies / TV / Anime / Sub / Dub / 1080p\n* [Cinevood](https://cinevood.net/) - Movies / TV / 1080p\n* [MoviesDrive](https://moviesdrive.forum/) - Movies / TV / Anime / [Status](https://moviesdrives.cv/), [2](https://moviedrive.org/) / [Telegram](https://t.me/moviesdrivee)\n* [9kmovies](https://9kmovies.solar/m/) - Movies / TV / 1080p\n* [⁠Cinemalux](https://cinemalux.zip/) - Movies / TV / 1080p\n* [isaiDub](https://rentry.co/FMHYB64#isaidub) - Movies / TV / 720p\n* [OlaMovies](https://n1.olamovies.info/) - Movies / TV / Sub / Dub / 4K / 1080p / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / [Requests](https://space.olamovies.app/)\n* [Fojik](https://fojik.site/) - Movies\n* [MoviesFD](https://moviesfd.vip/) - Movies / Sub / Dub / 1080p\n* [Paidnaija](https://paidnaija.net/) - Movies / Sub / 720p / [Telegram](https://t.me/joinchat/E9cst-5oQDA5MzRk)\n* [MoviesNation](https://moviesnation.party/) - Movies / TV / Sub / Dub / 1080p / [Telegram](https://t.me/+O88huh3QZ2k2Yjc9)\n* [DesireMovies](https://desiremovies.my/) - Movies / TV / Sub / Dub / 1080p\n* [KatDrama](https://katdrama.com/) - Korean Drama\n* [Anime Dub Hindi](https://www.animedubhindi.me/) - Anime / Dub / 1080p\n* [PikaHD](https://pikahd.com/) - Anime / Dub / 1080p\n* [Toonhub4u](https://toonhub4u.me/) - Anime / Cartoon / Dub / 1080p / [Telegram](https://telegram.me/joinchat/oHRgJ6SMZ6c3OTI1)\n* [New Hindi Animes](https://t.me/New_Hindi_Animes) - Anime Telegram Chat\n* [Indian Flac Songs](https://t.me/indianflacsongs) - Music / FLAC\n* [Malayalam Film Songs](https://t.me/cc_NewMalayalamMp3) - Audio\n\n## ▷ Torrenting\n\n* ⭐ **[TamilMV](https://www.1tamilmv.farm/)** - Movies / TV / Anime / Sub / Dub / 4K / 1080p / Indian Languages\n\n## ▷ Streaming\n\n* ⭐ **[Cineby](https://www.cineby.gd/)** - Hindi-Dub Movies / TV / Anime / 1080p / Auto-Next / [Discord](https://discord.gg/C2zGTdUbHE)\n* ⭐ **[HydraHD](https://hydrahd.com/)** - Movies / TV / Anime / Auto-Next / [Status](https://hydrahd.info/)\n* ⭐ **[RgShows](https://www.rgshows.ru/)** - Movies / TV / Anime / 4K / [Guide](https://www.rgshows.ru/guide.html) / [Discord](https://discord.com/invite/K4RFYFspG4)\n* ⭐ **[PirateXPlay](http://piratexplay.cc/)** - Cartoons / Anime / [Mirrors](https://piratexplay.com/)\n* ⭐ **[⁠Animelok](https://animelok.xyz/)** - Anime / Cartoons / 1080p / Auto-Next / [Mirrors](https://animelok.to/) / [Telegram](https://t.me/animerulz_xyz) / [Discord](https://discord.gg/32taxtj5BC)\n* ⭐ **[ToonStream](https://toonstream.one/)** - Cartoons / Anime / 1080p / [Telegram](https://telegram.me/toonstream)\n* ⭐ **[Anime World India](https://watchanimeworld.in/)**, [2](https://animesalt.top/),  - Anime\n* ⭐ **[MultiMovies](https://multimovies.guru)** - Movies / TV / .guru Always Redirects to Main / [Telegram](https://telegram.me/+8Is7Ezz56fNkZDZl)\n* [TamilMV](https://www.1tamilmv.farm/) - Movies / TV / Anime / Sub / Dub / 4K / 1080p / Indian Languages\n* [Einthusan](https://einthusan.tv/) - Movies / 1080p\n* [saicord](https://saicord.com/hi/) - Movies / TV \n* [dulourd](https://www.dulourd.boo/) - Movies / TV \n* [CinemaOS](https://cinemaos.live/), [2](https://cinemaos.tech/), [3](https://cinemaos.me/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/38yFnFCJnA)\n* [TamilGun](https://tamilgun.group/) - Tamil Movies / TV / Dub / 1080p / 720p\n* [tamildhool](https://www.tamildhool.net/) - TV / Serial\n* [tamilpirates](https://tamilpirates.icu/) - Tamil & Indian languages Movies / TV / Dub / 1080p / 720p\n* [1TamilMV](https://www.1tamilmv.ru/) - Movies / TV / 1080p / 720p\n* [Pulsar](https://pulsar.fm/) - Music / 320kbps\n* [Bolly2Tolly](https://www.bolly2tolly.net/) - Movies / TV / Dub\n* [Isaimini](https://isaimini.com.co/) - Movies / 4K / 1080p\n* [HDMovie1](https://hdmovie1.free.nf/) - Movies / TV / Dub / 4K / 1080p\n* [moviesflix](https://moviesflix.com.pl/) - Movies / Dub / 1080p\n* [Desicinemas](https://desicinemas.to/) or [BollyZone](https://www.bollyzone.to/) - Movies / TV / 1080p\n* [flixsix](https://flixsix.com/) - Movies / TV / Dub / 1080p\n* [Movi](https://www.movi.pk/) - Movies / TV / Dub / 1080p\n* [Cloudy](https://cloudy.pk/) - Movies / TV / Cartoons / Sub / Dub / 720p / [Telegram](https://t.me/cloudypkmovies)\n* [IndianCine](https://indiancine.ma/) - Indian Short / Classic Movies\n* [Kartoons](https://kartoons.fun/) - Anime / Cartoons\n* [Aniflix](https://aniflix.uno/) - Anime / [Telegram](https://t.me/Aniflix_Anime_Requests)\n* [desidubanime](https://www.desidubanime.me/) - Anime\n* [mxplayer](https://www.mxplayer.in) - Movies\n* [Desi Serials](https://www.desi-serials.to/) - TV\n* [desitv](https://www.desitv.to/) - TV\n* [DistroTV](https://distro.tv/) - Live TV\n* [crickmail](https://crickmail.pages.dev/channel-13) - Live Cricket\n* [Vega App](https://github.com/Zenda-Cross/vega-app) - Movies / TV / Android App\n* [MovieBox](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Movies / TV\n* [Indian IPTV App](https://github.com/kananinirav/Indian-IPTV-App) - IPTV Android App\n* [kukufm.com](https://kukufm.com/) - Podcasts / Radio / Audiobooks\n* [OnlineFMRadio](https://www.onlinefmradio.in/) - Radio\n* [hungama](https://www.hungama.com/music/) - Music\n* [jiosaavn](https://www.jiosaavn.com/), [Saavn Web](https://saavn-web-ui.vercel.app/) / [GitHub](https://github.com/wiz64/saavn-web-ui) or [Hayasaka](https://hayasaka.vercel.app/) - Music / [API](https://cyberboysumanjay.github.io/JioSaavnAPI/)\n* [GateSmashers](https://www.youtube.com/@GateSmashers) - Gate Preparation / Educational\n\n## ▷ Reading\n\n* [SuccessCDs](https://www.successcds.net/) - CBSE Study Guides\n* [Digital Library of India](https://dli.sanskritdictionary.com) - Books\n* [⁠Bankelal Comics Lite](https://play.google.com/store/apps/details?id=com.comicslover.bankelalcomics) - Classic Comics App / Use Adblocker\n* [NDLI](https://ndl.iitkgp.ac.in/) - Educational Resources / Documents\n* [Sanskrit Documents](https://sanskritdocuments.org), [sanskritsahitya](https://sanskritsahitya.org/) or [gitasupersite](https://www.gitasupersite.iitk.ac.in/) - Esoteric Texts\n* [Hindwi](https://hindwi.org/) - Hindi Poems\n\n***\n\n# ► Indonesian / Bahasa Indonesia\n\n* [bebasid](https://github.com/bebasid/bebasid) - Indonesian Site Unblock Proxies / [DNS](https://github.com/bebasid/bebasdns) / [Script](https://gist.github.com/mul14/eb05e88fcec5bb195cbb)\n\n## ▷ Downloading / Mengunduh\n\n* ⭐ **[Lendrive](https://lendrive.web.id/)** - Movies / Anime / Sub / Dub / 1080p / x265\n* [sontolfilm](https://sontolmovie.xyz) - Movies / TV / Anime\n* [ngefilm21](https://new16.ngefilm.site/) - Movies / TV / Anime\n* [lk21official](https://tv6.lk21official.cc/) - Movies / TV / Anime / Region Locked\n* [Kusonime](https://kusonime.com/) - Anime / Sub / Dub / 1080p / [Discord](https://discord.com/invite/4A7RqFraZW)\n* [AniBatch](https://anibatch.anibatch.moe/), [2](https://www.animebatch.id/) - Anime / Dub / 1080p\n* [Samehadaku](https://samehadaku.care/) - Anime / Sub / 1080p / [Telegram](https://t.me/samehadaku_care)\n* [Doronime](https://doronime.id/) - Anime / Sub / 1080p\n* [IndonesiaEbook](https://ebook.twointomedia.com/) - Books\n* [madrotter-treasure-hunt](https://madrotter-treasure-hunt.blogspot.com/) - Music\n\n## ▷ Streaming / Menyiarkan\n\n* ⭐ **[OtakuDesu](https://otakudesu.cloud/)** - Anime / Sub / 720p\n* ⭐ **[sontolfilm](https://sontolmovie.xyz/)** - Movies / TV / Anime\n* [ngefilm21](https://www.ngefilm21.pw/) - Movies / TV / Anime\n* [baladfilm](https://tv4.baladfilm.asia/) - Movies / TV\n* [idlixku](https://idlix.net/) - Movies / TV\n* [klikxxi](https://klikxxi.art/), [2](https://www.klikxxi.com/) - Movies / TV\n* [MyNimeku](https://www.mynimeku.com/) - Anime / Sub / 1080p\n* [Anoboye](https://anoboye.com/) - Anime / Donghua / Sub\n* [Samehadaku](https://samehadaku.care/) - Anime / Sub / 1080p / [Telegram](https://t.me/samehadaku_care)\n* [Irama Nusantara](https://www.iramanusantara.org/en) - Music\n\n## ▷ Reading / Membaca\n\n* [Komiku](https://komiku.id/) - Manga\n* [Komikcast](https://komikcast.com) - Manga\n* [maid.my](https://www.maid.my.id/) - Manga\n* [softkomik](https://softkomik.com/) - Manga\n* [BacaLightNovel](https://bacalightnovel.co/) - Light Novels\n* [Sakuranovel](https://sakuranovel.id/) - Light Novels\n* [meionovels](https://meionovels.com/) - Light Novels\n* [catatannusantara](https://www.catatannusantara.com/pustaka) - History Books\n* [sastra](https://www.sastra.org/) - History Wiki\n\n***\n\n# ► Italian / Italiano\n\n* 🌐 **[The Italian Corsairs](https://rentry.co/the-italian-corsairs)** - Piracy Sites List\n* [⁠Raiscuola](https://www.raiscuola.rai.it/italianoperstranieri) - Italian Language Learning\n* [Signsuisse](https://www.sgb-fss.ch/signsuisse/) - Italian Sign Language Dictionary\n\n## ▷ Downloading / Scaricare\n\n* [OverDay](https://overday.org/) - Courses / Books / [Mirrors](https://justpaste.it/OVERPOSTING) / [2](https://filecrypt.co/Container/B25EED8329.html) / [Telegram](https://t.me/Overposting1)\n* [HD4Me](https://hd4me.net/) - Movies / TV / Sub / 720p\n* [Ipersphera](https://www.ipersphera.com/) - Movies / TV / Sub\n* [XDCC Mule](https://www.xdccmule.org/) - IRC Download Search\n\n## ▷ Torrenting\n\n* [MIRCrew](https://mircrew-releases.org/) - Movies / TV / Anime\n* [ICV Crew](https://www.icv-crew.com/forum/) - Torrent Forum\n* [TNT Village](https://tntvillage-db.programmiedovetrovarli.it/) - Torrent Aggregator\n\n## ▷ Streaming\n\n* [Cinezo](https://www.cinezo.net/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/Gx27YMK73d)\n* [StreamingCommunity](https://streamingcommunityz.mba/) - Movies / TV / 1080p / [Status](https://telegra.ph/Link-Aggiornato-StreamingCommunity-09-29)\n* [Altadefinizione](https://altadefinizione.ist/) - Movies / Dub / 1080p / [Status](https://telegra.ph/Link-Aggiornato-Altadefinizione-08-07) / [Telegram](https://t.me/+x_9jyFBbYBpkYTRi)\n* [CB01](https://cb01net.site/) - Movies / TV / Dub / 1080p / [Status](https://cineblog01.red/) / [Telegram](https://t.me/s/cb01_nuovo_indirizzo_ufficiale)\n* [CasaCinema](https://casacinema.lat/) - Movies / TV / Anime / Sub / Dub / 1080p\n* [Mediaset Infinity](https://mediasetinfinity.mediaset.it/) - Live TV / Movies / TV / Documentaries / Radio / Dub / Requires Italian VPN / Sign-Up Unlocks Extra Features\n* [RaiPlay](https://www.raiplay.it/) - Live TV / Movies / TV / Dub / Requires Italian VPN / Sign-Up Unlocks Channel History\n* [AnimeWorld](https://www.animeworld.ac/) - Anime / Sub / Dub / 1080p / [Mirrors](https://www.animeworlditalia.com/) / [Telegram](https://t.me/AnimeWorldITA2)\n* [AnimeSaturn](https://www.animesaturn.cx/) - Anime / Sub / Dub / 1080p / [Mirrors](https://www.animesaturn.me/) / [Telegram](https://t.me/AnimeSaturnRedirect)\n* [AnimeUnity](https://www.animeunity.so/) - Anime / Sub / Dub / 1080p / [Telegram](https://t.me/animeunitytv)\n* [AniDream](https://anidream.cc/) - Anime / Cartoons / Sub / Dub / 1080p / [Telegram](https://t.me/anidreamindex)\n* [Toonitalia](https://toonitalia.xyz/) - TV / Anime / Sub / Dub\n* [Arcoiris TV](https://www.arcoiris.tv/) - Italian TV / 720p\n* [hattrick](https://hattrick.ws/) - Live Football\n* [tream4Me](https://guruhitech.com/kodi-on-demand-e-rinato-ora-si-chiama-stream4me-kodi/) - Streaming Kodi Addon\n* [Ovovideo](http://ovovideo.com/) - Video Encyclopedia\n* [Raiplay Sound](https://www.raiplaysound.it/) - Podcasts / Radio\n\n## ▷ Reading / Leggere\n\n* [LiberLiber](https://liberliber.it/opere/libri/) - Books\n* [MangaWorld](https://www.mangaworld.cx/) - Manga / [Telegram](https://t.me/MangaWorldITA)\n* [hastateam](https://ddt.hastateam.com/) - Manga\n* [Slumberland](https://www.slumberland.it/) - Comic Encyclopedia\n* [EFP Fanfiction](https://efpfanfic.net/) - Fanfiction\n\n***\n\n# ► Japanese / 日本語\n\n* [MiniTokyo3D](https://minitokyo3d.com/) - Tokyo Public Transport Map\n* [Poipiku](https://poipiku.com/) - User-Made Images\n* [⁠Voicevox](https://voicevox.hiroshiba.jp/) - FOSS Japanese TTS / Singing Synthesis\n* [Annict](https://annict.com/) - Anime Tracker\n* [Japanese Subtitles](https://gist.github.com/tatsumoto-ren/78ba4e5b7c53c7ed2c987015fa05cc2b) - Subtitles\n* [Jimaku](https://jimaku.cc/) - Anime Subtitles\n* [Japan Reference](https://jref.com/) - Japanese Culture Forum\n* [fuseji](http://fuseji.net/) - Hidden Character Search\n* [goo](https://www.goo.ne.jp/) or [Yahoo Japan](https://search.yahoo.co.jp/) - Search\n* [megalodon](https://megalodon.jp/) or [gyo.tc](https://gyo.tc/) - JP Web Archive Tool\n* [Pixiv Guides](https://www.pixiv.net/howto) / [Ideas](https://www.pixiv.net/idea/) - Drawing Guides / Inspiration\n* [MangaMaterials](https://www.youtube.com/channel/UCnx8zKs3c3yeFPYQ2QzMqLA/) / [X](https://x.com/mangamaterials2), [animesijyuku](https://www.youtube.com/@animesijyuku/) or [DoKiDoKiDrawing](https://www.youtube.com/@DoKiDoKiDrawing/) - Manga Video Tutorials / [Pixiv](https://www.pixiv.net/en/users/16776564)\n\n## ▷ Downloading / ダウンロード\n\n* ⭐ **[TheMoeWay](https://learnjapanese.moe/)** - Japanese Media / [Discord](https://discord.gg/nhqjydaR8j)\n* [Akiba-Online](https://www.akiba-online.com/) - Video / Audio / Comics / NSFW / 1080p\n* [JPop Singles](https://www.jpopsingles.eu/) - Music / MP3 / FLAC\n* [Doujin Cafe (Discord)](https://discord.gg/doujincafe) - Music / MP3 / FLAC\n* [Doujin Music](https://rentry.co/FMHYB64#doujin-music) - Music / MP3\n* [DoujinStyle](https://doujinstyle.com/) - Music / MP3 / FLAC\n* [J-pop Music Download](https://jpop.xyz/) - Music / MP3 / FLAC\n* [Perfect Dark](https://perfectdark.benri-tool.net/) - P2P App\n\n## ▷ Streaming / ストリーミング\n\n* [sudatchi](https://sudatchi.com/) - Anime\n* [NicoVideo](https://www.nicovideo.jp/) - Japanese YouTube Alternative / [Desktop](https://github.com/tor4kichi/Hohoema)\n* [JP-Films](https://jp-films.com/) - Classic Japanese Movies / TV / 1080p\n* [Japanese Animated Film Classics](https://animation.filmarchives.jp/index.html) - Japanese Animation Archive\n* [Abema](https://abema.tv/) - Live TV\n* [utako](https://web.utako.moe/) - Live TV\n* [iptv-jp](https://rentry.co/fmhyb64#iptv-playlists) - Japanese IPTV Resources\n* [National Film Archive of Japan](https://meiji.filmarchives.jp/) - Japanese Movie Archive\n* [SimulRadio](https://simulradio.info/) - Radio\n* [Kagakueizo](https://www.kagakueizo.org/) - Science Documentaries\n* [Twitcasting](https://twitcasting.tv/) - Live Streaming\n\n## ▷ Reading / 読書\n\n* 🌐 **[Rawmangaz](https://claraiscute.neocities.org/Guides/rawmangaz/)**, [2](https://claraiscute.pages.dev/Guides/rawmangaz/) - List of Raw Manga Sites\n* [senmanga](https://raw.senmanga.com/) - Manga / Novels / NSFW\n* [DLRaw](https://dlraw.ac/), [2](https://manga-zip.is/), [3](https://manga-zip.tv/) - Manga\n* [Raw-Zip](https://raw-zip.com/) - Manga\n* [MangaZone](https://www.manga-zone.org/) - Manga\n* [RawCans](https://raw-cans.net/) - Manga\n* [BSZip](https://bszip.com/) - Manga\n* [DLZip](https://dl-zip.com/) - Manga\n* [MangaBox](https://www.mangabox.me/) - Manga\n* [Mangaz](https://www.mangaz.com/) - Manga\n* [shinmoemanga](https://shinmoemanga.neocities.org/) - Manga\n* [Comic Walker](https://comic-walker.com/) - Manga\n* [mangajikan](https://mangajikan.net/) - Manga\n* [Rawkuma](https://rawkuma.com/) - Manga\n* [KL](https://klz9.com/idx) - Manga\n* [A-zmanga](https://www.a-zmanga.net/) - Manga\n* [AsianMediaBlog Manga](https://asiamediablog.com/media/comic/manga/) - Manga\n* [Comic77.com](https://comic77.com/) - Manga\n* [Comics888](https://comics888.com/) - Manga\n* [KLManga](https://klz9.com/) - Manga\n* [mangafree](https://mangafree.me/) - Manga\n* [rawfree](https://rawfree.to/) - Manga\n* [rawkuma](https://rawkuma.net/) - Manga\n* [raw1001](https://raw1001.net/) - Manga\n* [gomuraw](https://gomuraw.com/) - Manga / Some NSFW\n* [mangakoma01](https://mangakoma01.net/) - Manga\n* [mangakoma](https://mangakoma.net/) - Manga\n* [rawfree](https://rawfree.me/) - Manga\n* [spoilerplus](https://spoilerplus.tv) - Manga\n* [boroboro](https://boroboro.neocities.org/) - Manga\n* [tonarinoyj](https://tonarinoyj.jp/) - Manga\n* [Honto](https://honto.jp/cp/ebook/recent/free.html) - Manga / NSFW\n* [CMOA](https://www.cmoa.jp/) - Manga\n* [youngaceup](https://web-ace.jp/youngaceup/) - Manga\n* [welovemanga](https://welovemanga.one/) - Manga\n* [manga1000](https://manga1000.top/) - Manga\n* [shobonnexus](https://shobonnexus.com/) - Novels / Magazines\n\n***\n\n# ► Korean / 한국어\n\n* ⭐ **[wrtn](https://wrtn.ai/)** - GPT-4 Chatbot / [Android](https://play.google.com/store/apps/details?id=com.wrtn.app) / [iOS](https://apps.apple.com/us/app/%EB%A4%BC%ED%8A%BC-%EB%AA%A8%EB%91%90%EB%A5%BC-%EC%9C%84%ED%95%9C-ai-%ED%8F%AC%ED%84%B8/id6448556170) / No Sign-Up\n* [Arca](https://arca.live/) - Forum\n* [dic.daum](https://dic.daum.net/) - Korean Translator / Spellchecker\n* [TadakTadak](https://tadaktadak.co.kr/) - Korean Practice / English Learning\n* [EBS](https://www.ebs.co.kr/) - Korean Courses for the Visually / Hearing Impaired\n* [Awesome Cafe](https://github.com/utilForever/awesome-cafe) - Korean Cafe List\n* [Sldict](https://sldict.korean.go.kr/) - Sign Language Learning\n* [NAVER](https://www.naver.com/) - Search\n* [Free Korean Fonts](https://www.freekoreanfont.com/) - Korean Fonts\n* [Etoland](https://etoland.co.kr/) - Bulletin Board\n* [litt.ly](https://litt.ly/) - Personal Link Homepage\n\n## ▷ Downloading\n\n* [CinEast](https://cineaste.co.kr/) - Movies / TV / Sub / 1080p\n* [J-pop Music Download](https://jpop.xyz/category/k-pop/) - Music / MP3 / FLAC\n* [KPopExplorer](https://kpopexplorer.net/) - Music / MP3 / FLAC\n* [ilKPOP](https://ilkpop.in/) - Music / MP3\n\n## ▷ Streaming\n\n* [OnDemandKorean](https://www.ondemandkorea.com/) - Korean Movies / TV / 720p\n* [AQ Stream](https://aqstream.com/) - Live TV / [Discord](https://discord.com/invite/dVhgAgwxHE)\n* [Chzzk](https://chzzk.naver.com/) - Live Streams\n* [eHistory](https://www.ehistory.go.kr/) - Video Archive / Cultural Films\n\n## ▷ Reading\n\n* [kakao](https://page.kakao.com/) - Manga\n* [MangaViewAndroid](https://junheah.github.io/MangaViewAndroid/) - Manga\n* [Namu Wiki](https://namu.wiki/w/나무위키:대문) - Korean Wiki\n\n***\n\n# ► Malay / Bahasa Melayu\n\n* [Lowyat](https://forum.lowyat.net/) - Tech Forum\n\n***\n\n# ► Persian / فارسی\n\n* 🌐 **[Awesome Freedom](https://github.com/hiddify/awesome-freedom)** - Tools Index\n* 🌐 **[Awesome AI channels](https://github.com/AminTaheri23/Awesome-AI-telegram-gp-and-channel)** - AI Telegram Channels / Groups Index\n* 🌐 **[Free VPN Telegram Channels](https://bin.disroot.org/?85b66e37980b245e#DRbHouuNMfXGRdqPs68y6nGLULhHdvdXzuPdDmBxsyi2)** - Free VPNs Index\n* [Wudooh](https://wudooh.app/) - Make Persian Text Clearer\n* [cscot](https://cscot.pages.dev/2023/07/10/v2ray-geoip-iran/) - V2Ray GeoIP Guide\n* [⁠projectXhttp](https://t.me/projectXhttp) - Xray-Core Telegram Group\n* [Persian Calendar](https://github.com/persian-calendar/persian-calendar) - Android Persian Calendar\n* [⁠FilterWatch](https://filter.watch/) - Censorship News / Articles\n* [parseek](https://www.parseek.com/) - Search\n\n## ▷ Downloading / دانلود\n\n* 🌐 **[Persian Telegram Courses](https://rentry.co/sn66v)** - Persian Courses Index\n* [git_ir](https://t.me/git_ir) - Programming Courses\n* [Old Persian Games](https://oldpersiangames.org/) - Iranian Games\n* [Download.ir](https://download.ir/) - Video / Software / ROMs / Books\n* [DigiMovie](https://digimoviez.com/) - Movies / TV / Sub / Dub / 1080p\n* [iranianfilmarch](https://t.me/iranianfilmarch) - Iranian Movies / 1080p\n* [AnimeSubtitle](https://animesubtitle.ir/) - Anime Subtitles\n* [GolsarMusic](https://golsarmusic.ir/) - Music / MP3\n* [Download1Music](https://download1music.ir/) - Music / MP3\n* [Just Music](https://just-music.ir/) - Classical Music / MP3\n* [Pixinema](https://www.pixinema.ir/) - Soundtracks\n* [farsroid](https://www.farsroid.com/) - APKs\n* [TeleLeecherbot](https://t.me/TeleLeecherbot) - Movie Leech Telegram Bots\n* [FilmgramBot](https://t.me/FilmgramBot) or [FileMovieBot](https://t.me/FileMovieBot) - Movie Search Telegram Bots\n* [hoseinwave](https://rj.hoseinwave.ir/) - Javen Radio Downloader\n\n## ▷ Streaming / پخش\n\n* [RadioVatani](https://www.radiovatani.com/) - Persian Movies / TV / Live / 1080p\n* [Nostalgik](https://nostalgiktv.org/) - Persian Movies / TV / Cartoons / 720p\n* [myket](https://myket.ir/) - Movies / TV / Region Locked\n* [imvbox](https://www.imvbox.com/) - Movies / TV / Sub\n* [hikoca](https://hikoca.co.uk/) - Movies / TV\n* [Anten.ir](https://www.anten.ir/) - Live TV / Sports\n* [ParsaTV](https://www.parsatv.com/) - Live TV\n* [Split TV](https://split-tv.co.il/) - Live News / Split Screen\n* [MusicGeek](https://musicgeek.ir/) - Music\n* [Awesome Persian Podcasts](https://github.com/ashkanRmk/awesome-persian-podcasts) - Podcasts\n\n## ▷ Reading / خواندن\n\n* [Afghanistandl](https://afghanistandl.nyu.edu/) - Historical Books\n\n***\n\n# ► Polish / Polski\n\n* [Poland.gg]( https://poland.gg/) - Data & Statistics\n* [JakDojade](https://jakdojade.pl/) - Public Transport Map\n* [Napisy24](https://napisy24.pl/), [GrupaHatak](https://grupahatak.pl/) or [KickAssSubtitles](https://kickasssubtitles.com/pl) - Subtitles\n* [Tekstowo](https://www.tekstowo.pl/) - Lyrics\n* [AnimeSub.info](http://animesub.info/) - Anime Subtitles\n\n## ▷ Downloading / Pobieranie\n\n* ⭐ **[Grupa Mirai](https://www.grupa-mirai.pl/)** - Anime / Sub / 1080p / [Discord](https://discord.gg/WyXrp6ZK5J)\n* [animezone](https://www.animezone.pl/) - Anime / Sub / 720p\n* [Polish Abandonware](https://polish-abandonware.pl/) - Abandonware / [Discord](https://discord.gg/TuDSpDzDsh)\n\n## ▷ Torrenting / Torrentowanie\n\n* ⭐ **[Grupa Mirai](https://www.grupa-mirai.pl/)** - Anime / Sub / 1080p / [Discord](https://discord.gg/WyXrp6ZK5J)\n* [polskie-torrenty](https://helltorrents.com/index.php) - Video / Audio / Books / NSFW\n* [devil-torrents](https://devil-torrents.pl/) - Video / Audio / Books / NSFW\n* [Electro Torrent](https://electro-torrent.pl/) - Video / Audio / Books\n\n## ▷ Streaming\n\n* 🌐 **[Polish Kodi Addons](https://github.com/mtr81/kodi_addons)**\n* 🌐 **[FilmWeb](https://www.filmweb.pl/vod/free)** - Free w/ Ads Service Index\n* ⭐ **[Obejrzyj](https://www.obejrzyj.to/)** - Movies / TV\n* ⭐ **[OgladajAnime](https://ogladajanime.pl/)** - Anime / Sub / 1080p / [Discord](https://discord.com/invite/XJTq5Ez5Kv)\n* ⭐ **[Grupa Mirai](https://www.grupa-mirai.pl/)** - Anime / Sub / 1080p / [Discord](https://discord.gg/WyXrp6ZK5J)\n* [Virpe](https://virpe.cc/) - Movies / TV\n* [Vestroiakr](https://vestroiakr.blogspot.com/) - Movies / TV / Anime\n* [kinoteka](https://kinoteka.cc/) - Movies / TV / Anime\n* [premiumsmart](https://premiumsmart.eu/) - Movies / TV / Anime\n* [Zerion](https://zerion.cc/) - Movies / TV / Cartoons / Dub / 720p\n* [Zaluknij](https://zaluknij.cc/) - Movies / TV / Anime\n* [wizja](https://wizja.cc/) - Movies / TV / Anime\n* [ninateka](https://ninateka.pl/) - Movies\n* [Bajeczki24](https://bajeczki24.pl/) - Movies / TV\n* [Ekino-TV](https://ekino-tv.pl/), [3](https://ekino.sx/), [4](https://ekino.ws/) - Movies / TV / Sub / 720p\n* [KreskówkaSubs](https://kreskowkasubs.blogspot.com/) - Cartoons / Sub / Dub\n* [Filman](https://filman.cc/) - Movies / TV\n* [centrum-dramy](https://centrum-dramy.pl/) - Asian Drama\n* [Rakuten](https://www.rakuten.tv/pl/gardens/avod-fast) - Free w/ Ads\n* [sweet.tv](https://sweet.tv/pl/) - Free w/ Ads / [Login Bypass](https://github.com/Julmik647/sweet-tv-no-login)\n* [vod.tvp](https://vod.tvp.pl/) - Free w/ Ads\n* [Pilot](https://pilot.wp.pl/) - Free w/ Ads\n* [megogo](https://megogo.net/) - Free w/ Ads\n* [player.pl](https://player.pl/) - Free w/ Ads\n* [FilmPolski](https://filmpolski.pl/fp/index.php) - Polish Video Archive\n* [docchi](https://docchi.pl/) - Anime / Sub / 1080p / [Kodi Addon](https://github.com/skoruppa/plugin.video.docchipl)\n* [animedesu](https://animedesu.pl/) - Anime\n* [FrixySubs](https://frixysubs.pl/) - Anime / Sub / 1080p\n* [Fumetsu](https://fumetsu.pl/) - Anime / Sub / 1080p\n* [Nana Subs](https://nanasubs.com/) - Anime / Sub / 1080p\n* [Anime Odcinki](https://anime-odcinki.pl/) - Anime / Sub / 1080p\n* [Desu-Online](https://desu-online.pl/) - Anime / Sub / 1080p\n* [Shinden](https://shinden.pl/) - Anime / Sub / 1080p / [Discord](https://discord.gg/xyH5uS6)\n* [Sport TVP](https://sport.tvp.pl/) - Live Sports\n* [dokumentalne](https://dokumentalne.net/) - Documentaries\n* [radio-polska](https://www.radio-polska.pl/) or [radioyanosik](https://radioyanosik.pl/) - Radio\n* [FlowFlix](https://flowflix.vercel.app/) - Streaming App / Windows, Android / [Discord](https://discord.gg/VSUWb283RK) / [GitHub](https://github.com/qJulianx/FlowFlixWeb)\n* [Naikamu](https://naikamu.com/) - Anime Streaming App / Android, iOS\n* [adapter](https://adapter.pl/) - Descriptive Audio for Blind Users\n\n## ▷ Reading / Czytanie\n\n* [wolnelektury](https://wolnelektury.pl/) - Books / Fiction / Audiobooks\n* [Audiobook PL](https://audiobookpl.tumblr.com/) - Audiobooks\n* [Academica](https://academica.edu.pl/) - Online Library\n* [Docer PL](https://docer.pl/) - Books\n\n***\n\n# ► Portuguese / Português\n\n* **Note** - Brazil is known for blocking many sites, try using a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) if you can't access one.\n\n***\n\n* 🌐 **[Pirataria Megathread](https://pirataria.link)** - Portuguese /r/Piracy Mega / [Subreddit](https://www.reddit.com/r/pirataria/)\n* 🌐 **[Invertexto](https://www.invertexto.com)** - Online Tools Index\n* [SAPO](https://www.sapo.pt) - Search\n* [Legendas Brasil](https://legendasbrasil.org) - Subtitle Search App\n* [Legendas.net](https://legendas.net) or [Legenda Oficial](http://legendaoficial.net) - Subtitles\n* [Educa Mais Brasil](https://www.educamaisbrasil.com.br/enem/guia-enem) - ENEM Study Material\n* [Flutterando](https://github.com/Flutterando/roadmap) - Flutter Guides\n* [Escola Kids](https://escolakids.uol.com.br) - Kids Learning\n* [Atari2600](https://www.atari2600.com.br) - Browser Emulator\n* [Racha Cuca](https://rachacuca.com.br) - Puzzles / Trivia\n* [Jogorama](https://jogorama.com.br) - Game Index / Tips\n* [Dicionário MPB](https://dicionariompb.com.br) - Top Song Charts\n\n## ▷ Downloading / Baixar\n\n* ⭐ **[WR Educacional](https://www.wreducacional.com.br)** - Courses\n* ⭐ **[Curso_vip](https://t.me/Curso_vip)** - Courses / Books\n* [Os Reformados](https://osreformados.com) - Video / Audio / Magazines / Sub / Dub / 1080p\n* [Online Cursos Gratuitos](https://onlinecursosgratuitos.com) - Courses\n* [Escola Educação](https://escolaeducacao.com.br/estude-gratis) - Courses\n* [Mundo Ubuntu](https://www.mundoubuntu.com.br) - Courses / Tech Guides\n\n## ▷ Torrenting\n\n* 🌐 **[Trackers.md](https://pirataria.link/trackers)** - Private Tracker Index\n* [Download Cult](http://downloadcult.org) - Classic Movies\n* [Dark Animes](https://darkmahou.org) - Anime\n* [Anime No Sekai](https://www.ansktracker.net) - Anime WebIRC Tracker\n* [Sua Música](https://www.suamusica.com.br) - Audio / MP3\n\n## ▷ Streaming\n\n* ⭐ **[Cineby](https://www.cineby.gd/)** - Movies / TV / Anime / 1080p / Auto-Next / [Discord](https://discord.gg/C2zGTdUbHE)\n* ⭐ **[Gyn Cursos](https://gyncursos.com.br)**, [Curso em Vídeo](https://www.cursoemvideo.com), [iEstudar Cursos](https://iestudar.com) or [Pensar Cursos](https://www.pensarcursos.com.br) - Courses\n* [tugaflix](https://tugaflix.best) - Movies / TV / Sub / 1080p\n* [Filmes Online HD](https://www.filmesonlinehdgratis.com.br) - Movies / TV / Sub / 720p\n* [99](https://www.99.media/pt/) - Documentaries / Sub / 1080p\n* [Libreflix](https://libreflix.org) - Portuguese TV / Documentaries / 720p\n* [AnimeFire](https://animefire.plus/) - Anime / Sub / 1080p\n* [goyabu](https://goyabu.to/) - Anime / Sub\n* [NewZect](https://newzect.com) - Asian Drama / Sub / 720p\n* [NetMovies](https://www.netmovies.com.br) - Movies / TV / Requires Login\n* [Bombozila](https://bombozila.com) - Movies / TV / Requires Login\n* [Olhos na TV](https://www.olhosnatv.com.br) - Live TV / Sports\n* [CXTv](https://www.cxtv.com.br) - Live TV\n* [TV Gazeta](https://www.tvgazeta.com.br/aovivo/) - Live TV\n* [embedtv](https://embedtv.digital/) - Live TV\n* [TV Cultura](https://cultura.uol.com.br/aovivo/) - Live TV\n* [Futebol Agora](https://futebolagora.gratis/) - Live Sports\n* [Kultivi](https://app.kultivi.com) - Courses\n* [Prime Cursos](https://www.primecursos.com.br) - Courses\n* [UNIASSELVI](https://portal.uniasselvi.com.br/cursolivre) - Courses\n* [Canal do Ensino](https://canaldoensino.com.br/blog/) - Courses\n* [Omie](https://academy.omie.com.br) - Courses\n* [MOOC GGTE](https://moocs.ggte.unicamp.br) - Courses\n* [Download de Livros Grátis](https://download-de-livros-gratis.webnode.page) - Courses\n* [Núcleo do Conhecimento](https://www.nucleodoconhecimento.com.br) - Courses\n* [Escola Virtual Gov](https://www.escolavirtual.gov.br/catalogo) - Courses\n* [Veduca](https://veduca.org) - Courses\n* [Eaulas](https://eaulas.usp.br/portal/home) - Learning Videos\n* [Moodle](https://moodle.ifrs.edu.br/course/index.php?categoryid=38) - MOOC Courses\n* [Marcos Aba](https://www.youtube.com/@MarcosAba/videos) - Math Courses\n* [DIO](https://www.dio.me) - Development Courses\n* [Palco MP3](https://www.palcomp3.com.br) - Music / MP3\n* [Harpa Cristã](https://harpacrista.org), [2](https://play.google.com/store/apps/details?id=br.com.masterapps.harpacristagratis) - Christian Music / MP3\n* [Rádio J-Hero](https://radiojhero.com) - Radio\n* [Radios.com.br](https://www.radios.com.br) - Radio\n* [Radiosaovivo.net](https://radiosaovivo.net) - Radio\n* [radio.net](https://br.radio.net) - Radio\n* [tudoradio.com](https://tudoradio.com) - Radio\n* [Super Rádio Tupi](https://www.tupi.fm) - Radio\n* [A Rádio Rock](https://www.radiorock.com.br) - Radio\n* [Vagalume FM](https://vagalume.fm) - Radio\n* [Hunter.FM](https://hunter.fm) - Radio\n* [M80 Rádio](https://m80.pt) - Radio\n* [TSF](https://www.tsf.pt) - Radio\n* [Radio.pt](https://www.radio.pt) - Radio\n* [Rádios7](http://www.radios7.com) - Radio\n* [Antena 1](https://www.antena1.com.br) - Radio\n* [CXRadio](https://www.cxradio.com.br) - Radio\n* [Flow Podcast](https://nv99.com.br/flow) - Political Podcast\n* [cinematório](https://www.cinematorio.com.br) - Movie Podcasts\n* [RapaduraCast](https://cinemacomrapadura.com.br/cat/rapaduracast-podcast/) - Movie Podcasts\n* [Omelete Originals](https://originals.omelete.com.br) - Podcasts\n* [Papo de Gordo](https://www.papodegordo.com.br/category/podcast/) - Podcasts\n* [Kboing FM](https://www.kboingfm.com.br/podcast/) - Podcasts\n* [Tastemade](https://www.tastemade.com.br) - Recipe Videos\n\n## ▷ Reading / Leitura\n\n* [Bússola Escolar](http://www.bussolaescolar.com.br) - Educational Search Engine\n* [Livros Narrados](https://livrosnarrados.blogspot.com) - Audiobooks\n* [Tudo de Bom em Audiolivros](https://tudodebomemaudiobooks.blogspot.com) - Audiobooks\n* [Biblioteca Brasiliana](https://digital.bbm.usp.br/handle/bbm/1) - Books\n* [Baixe Livros](https://www.baixelivros.com.br) - Books\n* [eBooksBrasil](https://ebooksbrasil.org) - Books\n* [Online Cursos Gatuitos](https://onlinecursosgratuitos.com) - Books\n* [Dlivros](https://dlivros.com/) - Books\n* [Doceru](https://doceru.com/) - Books\n* [Cultura Acadêmica](https://www.culturaacademica.com.br) - Educational Books\n* [Toomics](https://global.toomics.com/br) - Comics\n* [Arte HQs](http://www.artehqs.com.br) - Comics\n* [Tropa BR](https://tropabrscans.blogspot.com) - Comics\n* [Banda Desenhada](https://bandadesenhada-pt.blogspot.com/) - Comics\n* [Novel Mania](https://novelmania.com.br) - Light Novels\n* [Central Novel](https://centralnovel.com) - Light Novels\n* [Tsundoku Traduções](https://tsundoku.com.br) - Light Novels\n* [fanfiction.com](https://fanfiction.com.br/) - Fanfiction\n* [Revista PROGRAMAR](https://www.revista-programar.info) - Programming Magazine\n* [Escritas.org](https://www.escritas.org) - Poetry / Quotes\n* [Luso-Poemas](https://www.luso-poemas.net) - Poetry\n* [Poesias Online](https://www.poesiasonline.com) - Poetry\n* [Site de Poesias](https://sitedepoesias.com) - Poetry\n* [A Magia da Poesia](https://poemassemerros.wordpress.com) - Poetry\n* [bibliotecaelfica](https://bibliotecaelfica.org/) - RPG Books\n* [Superarquivo](https://super.abril.com.br/superarquivo/) - Magazines\n* [Jornais e Revistas](https://www.jornaiserevistas.com) - Magazines\n* [VerCapas](https://www.vercapas.com.br) - Magazines\n* [Revista do Linux](https://augustocampos.net/revista-do-linux/index.html) - Linux Magazine\n* [Jornais Brasileiros](https://www.jornaisbrasileiros.net.br) - News App\n* [Toda Matéria](https://www.todamateria.com.br) - Learning Material\n* [Brasil Escola](https://brasilescola.uol.com.br) - Learning Material\n* [Mundo Educação](https://mundoeducacao.uol.com.br) - Math / History\n* [Acessaber](https://acessaber.com.br) - Math Lessons\n* [BORE](https://obrasraras.usp.br) - Historical Documents\n* [Recanto das Letras](https://www.recantodasletras.com.br) - Text Archive\n* [RetroArquivo](https://retroarquivo.wordpress.com) - Portuguese Game Magazines\n* [Arquivo.pt](https://arquivo.pt) - History / Sociology / Linguistics Archives\n* [Desciclopédia](https://desciclopedia.org/wiki/P%C3%A1gina_principal) - Wikipedia Parody\n\n***\n\n# ► Romanian / Limba Română\n\n* [arhivabac](https://www.arhivabac.com/) or [pro-matematica](https://www.pro-matematica.ro/ ) - Romanian Exam Prep\n\n## ▷ Downloading\n\n* [xCinema.ro](https://www.xcinema.ro/) - Movies / TV / Sub / 720p\n* [FilmePeAlese](https://www.filmepealese.com/) - Movies / TV / Sub / 720p\n* [lib2life](https://rentry.co/FMHYB64#lib2life) - Historical Books\n\n## ▷ Streaming\n\n* [Namaste Serials](https://namasteserials.com/) - Movies / TV / Sub / 720p\n* [Deseneledublate](https://deseneledublate.com/) - Movies / TV / Sub / 720p\n* [portalultautv](https://portalultautv.biz/) - Movies / TV / Sub\n* [fsonline](https://www3.fsonline.app/) - Movies / TV / Sub\n* [desenefaine](https://desenefaine.com/) - Movies / TV / Sub\n* [xfilme](https://xfilme.ro/) - Movies\n* [telenovelero](https://telenovelero.com/) - TV\n* [clicksud](https://clicksud.com.in/) - TV\n* [filmflix](https://filmflix.ro/) - Movies\n* [Meoo.ro](https://meoo.ro/) - Movies\n* [vezihd](https://vezihd.ro/) - Movies\n* [VeziSeriale](https://veziseriale.org) - Movies / TV / Anime / Sub / 720p\n* [ClickSud](https://clicksud.co/) - Movies / TV / Sub / 720p\n* [VoxFilmeOnline](https://voxfilmeonline.biz/) - Movies / TV / Sub / 720p\n* [luminsangelsseriale](https://luminsangelsseriale.com/) - Movies / TV\n* [DozaAnimată](https://www.dozaanimata.net/) - Anime / Cartoons / Sub / Dub / 720p\n* [Cool TV Online](https://www.cool-etv.net/) - Live TV / Sports\n* [Subs.ro](https://subs.ro/), [Subtitrari](https://www.subtitrari-noi.ro/) or [Titrari](https://www.titrari.ro/) - Subtitles\n\n***\n\n# ► Russian / Русский\n\n* ⭐ **[РосКомСвобода](https://t.me/roskomsvoboda_discuss)** / [roskomsvoboda](https://t.me/roskomsvoboda) / [rks_org_Bot](https://t.me/rks_org_bot), [ru_tech_talk](https://t.me/ru_tech_talk) or [protocol_vpn](https://t.me/protocol_vpn) - Censorship Discussion Telegrams\n* [Ru.Board](https://forum.ru-board.com/) - Piracy Discussion Forum\n* [subtitry](https://subtitry.ru/) or [DXP](https://dxp.ru/) - Subtitles\n* [RKN Dump Check](https://t.me/u2ckbot) - Censorship Check\n* [⁠EtoNeYa](https://tseya.a9fm.site/) or [⁠LowiK](https://lowik.gitverse.site/lowik/) - Mobile Network Censorship Bypass\n* [Mail.ru](https://mail.ru/) or [r0.ru](https://r0.ru/) - Search Engines\n* [Kribrum](https://kribrum.io/search) - Social Media Search Engine\n* [TGStat](https://tgstat.ru/) - Telegram Channel Stats\n* [EDA](https://eda.ru/) - Recipes\n* [Songs Pro](https://songspro.pro/) - Lyrics\n* [WASM](https://www.wasm.in/) - Web Assembly Forum\n* [Ok.ru](https://ok.ru/), [VK](https://vk.com/), [MyMail](https://my.mail.ru/) or [RUTube](https://rutube.ru/) - Russian Social Networks\n* [GitFlic](https://gitflic.ru/) - GitHub Alternative\n* [ScreenChat](https://screenchat.live/) - Create Fake Texts\n* [RG.RU](https://rg.ru/) - News / [Telegram](https://t.me/rgrunews)\n* [Kremlin News](https://t.me/news_kremlin) - Government News\n* [Ovd-info](https://t.me/ovdinfolive) - Protestor Prosecution News / [Telegram](https://t.me/ovdinfo)\n* [government_rus](https://t.me/government_rus) - Official Government Telegram\n* [zakupki_time](https://t.me/zakupki_time) - Government Procurement Watch\n* [⁠NoWar.help](https://www.nowar.help/) - War Resources / Help\n* [Што за шрифт?](https://t.me/+lZD1qlHA3sFhMzQy) - Fonts\n* [World Art](http://www.world-art.ru/) - Movies / Anime / Game Reviews and Art Display\n* [Cute Chan](https://kpop.re/) - K-Pop Imageboard\n\n## ▷ Downloading / Скачивание\n\n* ⭐ **[4PDA](https://4pda.to/forum/)** / Android, iOS / [App](https://github.com/slartus/4pdaClient-plus) / [Captcha Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/captcha-4pda.md)\n* [Androeed](https://androeed.store/), [2](https://androeed.ru/) / Android\n* [CWER](http://cwer.ru/), [2](http://cwer.ws/) - Video / Audio / Games / Books\n* [2BakSa](http://2baksa.ws/) - Video / Audio / Books\n* [Allmults](https://allmults.org/) - Cartoons / Sub / Dub / 1080p\n* [z3.fm](https://z3.fm/) - Music / MP3\n* [tancpol](https://tancpol.net/) - Music / MP3\n* [MDCORE](https://vk.com/mdcore) - Metal / MP3\n* [MDROCK](https://vk.com/mdrock) - Rock / MP3\n* [KinoSoundtrack](https://www.kinosoundtrack.com/) - Soundtracks / MP3\n* [Course Hunter](https://coursehunter.net/) or [Sliwbl](https://s1.sliwbl.com/) - Programming Courses\n\n## ▷ Torrenting / Торрентинг\n\n* 🌐 **[toptracker](https://toptracker.ru/)** - Torrent Site List\n* 🌐 **[UpTracker](https://www.uptracker.ru/)** - Torrent Tracker Index\n* ⭐ **[RuTracker](https://rutracker.org/)**, [2](https://rutracker.net/) - Video / Audio / Comics / Magazines / Requires VPN / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_sites)\n* [UZTracker](https://uztracker.net/) - Video / Audio / Books\n* [krasfs](https://krasfs.ru/) or [torrent.by](https://torrent.by/) - Torrent Search\n* [rutor](https://rutor.info/) - Video / Audio / Books / ROMs / Magazines\n* [PiratBit](https://pb.wtf/), [2](https://piratbit.top/) - Video / Audio / Books / Comics / Magazines / NSFW\n* [rustorka](https://rustorka.com/forum/index.php) - Video / Audio / Books / ROMs / Games / Magazines\n* [Korsars](http://korsars.pro/) - Video / Audio / Books\n* [SeedOff](https://seedoff.zannn.top/) - Video / Audio / Books\n* [DDGroupClub](http://ddgroupclub.win/) - Video / Audio / Books / ROMs\n* [Utor.pp](http://utor.pp.ua/) - Video / Audio / Books / ROMs\n* [Spaider](https://spaider.net/) - Video / Audio / ROMs\n* [NNM-Club](https://nnmclub.to/) - Video / Audio\n* [androidkino](https://androidkino.net/) - Movies / TV\n* [RIPS](https://rips.club/) - Movies / TV / Concerts\n* [Fast torrent](http://fast-torrent.ru/) - Movies / TV / Anime\n* [BigFanGroup](https://bigfangroup.org/) - Movies / TV / Anime\n* [Animelayer](https://animelayer.ru/) - Anime\n* [kinozal](https://kinozal.tv/) - Movies\n* [bitru](https://bitru.org/) - Movies\n* [Selezen](https://www.selezen.club/) - Movies\n* [RGFootball](http://rgfootball.net/) - Sports\n\n## ▷ Streaming / Стриминг\n\n* ⭐ **[HDrezka](https://rezka.ag/)**, [2](https://hdrezka.ag/) - Movies / TV / Anime / Sub / Dub / 4K / 1080p / Requires VPN\n* ⭐ **[yummyani](https://site.yummyani.me/)** - Anime / Sub / 1080p\n* [HD VideoBox](https://strannikmodz.me/apps/media/135-hdvideobox-222.html) - Movies / TV / Anime / Aggregator / [AMOLED](https://strannikmodz.me/other_modz/sirenes_team/127-hd-videobox-st-221.html)\n* [KinoBase](https://kinobase.org/) - Movies / TV / Sub / Dub / 1080p\n* [kinokong](https://kinokong.pro/) - Movies / TV / Dub / 1080p\n* [EX-FS](https://ex-fs.net/) - Movies / TV / Anime / Dub / 1080p\n* [Zona Plus](https://w140.zona.plus/) - Movies / TV / Anime / Dub\n* [IVI](https://www.ivi.tv/) - Movies / TV / Anime / Dub\n* [KinoFlux](https://kinoflux.biz/) - Movies / TV / Dub / 1080p\n* [DostFilms](https://dostfilms.site/) - Movies / TV / Anime / Dub / 1080p\n* [kinogoo](https://hd.kinogoo.cc/) - Movies / TV / Anime / Sub / Dub / 1080p\n* [filmix](https://filmix.my/) - Movies / TV / Anime / 720p\n* [Kinotochka](https://kinovibe.co/) - Movies / TV / Anime / Dub / 720p\n* [filmozavr](https://filmozavr.com/) - Movies / TV / Anime / Dub\n* [staroetv](https://staroetv.su/) - Retro Russian Streaming\n* [seasonvar](http://seasonvar.ru/) - TV / Dub / 720p\n* [animang](https://animang.one/) - Anime / Dub / 1080p\n* [Shiza Project](https://shiza-project.com/) - Anime / Dub / 720p\n* [anilib](https://anilib.me/), [2](https://v3.animelib.org) - Anime / Dub / 1080p\n* [AniFilm](https://anifilm.net/) - Anime / Sub / 1080p\n* [AniLibria](https://anilibria.top/) - Anime / Sub / 1080p\n* [Animebuff](https://animebuff.ru/) - Anime / Sub / 1080p\n* [animego](https://animego.me/) - Anime / Sub / 1080p\n* [animego](https://animego.me/) - Anime / Sub / 1080p\n* [Animestars](https://animestars.org/) - Anime / Sub / 1080p\n* [Anidub](https://anidub.pro/) - Anime / Sub / Dub / 1080p / [Telegram](https://t.me/anidubofficial) / [Discord](https://discord.com/invite/QF6Kn99tsu)\n* [SovietRomantica](https://sovetromantica.com/) - Anime / Dub / 1080p / [Telegram](https://t.me/joinchat/9yG7ZfmLX1E4OWNi) / [Discord](https://discord.com/invite/sWRPWN4)\n* [Tunime](https://an0ncer.github.io/) - Anime / Sub / 1080p\n* [yummyanime](https://yummyanime.tv/) - Anime\n* [AniLabX](https://anilabx.xyz/) - Android Anime / Cartoons / Drama App\n* [RUkino](https://rukino.org/) - Russian Movies / TV / 1080p\n* [CCCP Film](https://cccp-film.ru/) - Soviet Movies / TV\n* [Soviet Movies Online](https://sovietmoviesonline.com/) - Soviet Movies / Sub\n* [VseDoramy](https://vsedoramy.net/) - Asian Drama / Dub / 720p\n* [Dokonlin](https://www.dokonlin.online/) - Documentaries / Dub / 1080p\n* [liveam](http://liveam.tv/) - TV\n* [mult-fan](https://mult-fan.tv/) - Cartoons\n* [animatsiya](https://animatsiya.net/) - Russian Animation Archive\n* [TurkishTV](https://turkishtv.co/), [turserial](https://turserial.info/), [KinoTurk](https://kinoturk.net/) or [TurkRu.TV](https://turkrutv.tv/) - Turkish TV w/ Russian Subs\n* [TVRF](https://tvrf.online/) - Live TV\n* [Viks](http://live.viks.tv/) - Live TV\n* [Telik](https://telik.top/) - Live TV\n* [ontivi](https://ip.ontivi.net/) - Live TV\n* [smotret](https://smotret.tv/) - Live TV\n* [federal](https://federal.tv/) - Live TV\n* [RUTube Live](https://rutube.ru/feeds/live/) - Live TV\n* [televizor24tochka](https://televizor24tochka.ru/tv/) - Live TV\n* [livestream](https://www.livestream.ad/) - Live TV\n* [Glaz.tv](https://glaz.tv/) - Live TV\n* [DomaTV](http://live.domatv.net/) - Live TV\n* [finttv](https://finttv.in/) - Live Sports\n* [Anixart](https://anixart-app.com/) - Anime / Android App\n* [Tancpol](https://tancpol.net/) - Music\n* [z3.fm](https://z3.fm/) - Music\n* [E:\\\\music\\\\](https://vk.com/e_music) - Music\n* [MDCORE](https://vk.com/mdcore) - Metal\n* [Russian Records](https://www.russian-records.com/) - Russian Record Recordings\n* [Top Radio](https://top-radio.ru/) - Radio\n* [recradio](https://t.me/recradio) - Radio\n* [OpenEDU](https://openedu.ru/) - Courses\n* [Teach.in](https://teach-in.ru/) - Lectures\n* [videotuts](https://videotuts.ru/) - Design Video Tutorials\n\n## ▷ Reading / Чтение\n\n* ⭐ **[CyberLeninka](https://cyberleninka.ru/)** - Articles / Educational / Scientific / Legal\n* ⭐ **[Lib.ru](http://lib.ru/)** - Books\n* ⭐ **[Flibusta](https://flibusta.is/)** - Books / [.onion](http://flibustaongezhld6dibs2dps6vm4nvqg2kp7vgowbu76tzopgnhazqd.onion/) / [.i2p](http://flibusta.i2p/), [2](http://zmw2cyw2vj7f6obx3msmdvdepdhnw2ctc4okza2zjxlukkdfckhq.b32.i2p/)\n* [Knowledge Base](https://dontaz.github.io/), [2](https://dontaz.pages.dev/), [3](https://dontaz.vercel.app/) - Educational Recommendations\n* [VK Book DL Pages](https://redd.it/kne0ba)\n* [Twirpx](https://www.twirpx.com/) - Books / Educational\n* [studmed](https://www.studmed.ru/) - Books / Educational\n* [alleng](https://www.alleng.org/) - Textbooks\n* [11klasov](https://go.11klasov.net/) - Textbooks\n* [rusneb](https://rusneb.ru/) - Books\n* [obuchalka.org](https://obuchalka.org/) - Books / Homework Solutions\n* [Filibusta](https://flibusta.site/) - Books\n* [coollib](https://coollib.xyz/) - Books\n* [libking](https://libking.ru/) - Books\n* [Maxima Library](https://maxima-library.com/) - Books\n* [rulit](https://www.rulit.me/) - Books\n* [bookscafe](https://bookscafe.net/) - Books / Some NSFW\n* [Litgu.ru](https://litgu.ru/) - Books\n* [freedomist](https://t.me/freedomist_6ks_bot) - Books / Telegram Bot\n* [MirKnig.sur](https://mirknig.su/) - Books / Fiction / Nonfiction\n* [Litgu.ru](https://litgu.ru/) - Books / Audiobooks\n* [Fantasy Worlds](https://fantasy-worlds.org/) - Books / Audiobooks\n* [booktracker](https://booktracker.org/) - Books / Audiobooks / Comics / Magazines / NSFW\n* [mp3-book](https://mp3-book.com/) - Audiobooks\n* [AniLabX](https://anilabx.xyz/) - Manga / Comics / Light Novels\n* [Gameland](https://gameland.ru/archive/) - Country of Games Magazine Archive\n* [mangalib.me](https://mangalib.me/) - Manga\n* [MangaPoisk](https://mangapoisk.me/) - Manga\n* [Manga Club](https://mangaclub.ru/) - Manga\n* [remanga](https://remanga.org/) - Manga\n* [Manga Hub](https://mangahub.ru/) - Manga\n* [mmnt](https://www.mmnt.ru/) - Document Search\n* [Samlib](http://samlib.ru/) - Document Search\n* [militera](http://militera.org/) - Military History\n* [Arzamas](https://arzamas.academy/) - Cultural History\n* [geokniga](https://www.geokniga.org/) - Geology Documents\n* [Playing Soviet](https://commons.princeton.edu/soviet/) - Children's Books\n* [Baza Knig](https://baza-knig.ink/), [Flibusta_Anglysky](https://t.me/flibusta_anglysky), [Аkniga](https://akniga.org/), [Bibl](https://biblus.in/) - Audiobooks\n* [Science Lab](https://fantlab.ru/) - Sci-Fi Book Discussion\n\n***\n\n# ► Slovak / Slovenčina\n\n## ▷ Streaming\n\n* [jOj Archive](https://www.joj.sk/archiv) - Movies / TV\n* [Markiza](https://www.markiza.sk/) - Movies / TV\n* [rtvs](https://www.rtvs.sk/televizia/archiv) - TV\n* [Bombuj](https://bombuj.si/) - Movies / TV\n* [uzi.si](https://uzi.si) - Movies / TV / Anime / VPN May Be Needed\n* [sweet.tv](https://sweet.tv/pl/) - Free w/ Ads / [Login Bypass](https://github.com/Julmik647/sweet-tv-no-login)\n* [MojeVideo](https://www.mojevideo.sk/), [2](https://m.mojevideo.sk/) - User Videos\n\n## ▷ Torrenting\n\n* [sktorrent](https://sktorrent.eu/) - Movies / TV / Anime\n\n## ▷ Reading\n\n* [pdfknihy](https://pdfknihy.sk/zadarmo/) - Books\n* [eknizky](https://eknizky.sk/) - Books / Requires Sign-Up for Downloads\n\n***\n\n# ► Spanish / Español\n\n* 🌐 **[Awesome Telegram Redcarpet](https://listados.gitlab.io/awesome-telegram-redcarpet/)**, [2](https://gitlab.com/listados/awesome-telegram) - Telegram Channel Index\n* [Minijuegos](https://www.minijuegos.com/) - Browser Games\n* [EmojiTool](https://emojitool.com/) - Emoji Database\n* [AIfindy](https://aifindy.com/) - AI Tools Index\n* [Diccionario RAE en un clic](https://chromewebstore.google.com/detail/diccionario-rae-en-un-cli/gejdeepcjkfbepfkcfdgiodgoglakiii) - Dictionary Extension\n* [El Museo de los 8 bits](https://museo8bits.com/) - History of Computing\n* [Universia](https://www.universia.net) - Spanish University Search\n* [SubDivX](https://www.subdivx.com/) - Subtitles\n\n## ▷ Downloading / Descargar\n\n* ⭐ **[eMule](https://www.emule-project.com/home/perl/help.cgi?l=17&rm=show_topic&topic_id=586)** - Video / Audio / Reading / NSFW / Castilian\n* ⭐ **[Curso_vip](https://t.me/Curso_vip)** - Courses / Books\n* [identi](https://identi.io/) - Video / Audio / Reading / Latino / Castilian\n* [ExVagos](https://www.exvagos.org/) - Video / Audio / Reading / Castilian\n* [Gun's Cave](https://lacuevadeguns.com/forum/index.php?action=forum) - Video / Audio / Reading / Castilian\n* [Flipax2](https://flipax2.me/) - Video / Audio / Reading / Castilian\n* [latabernadelcangrejo](https://www.latabernadelcangrejo.eu/) - Video / Audio\n* [Fiuxy2](https://fiuxy2.co/) - Video / Audio / Reading / NSFW\n* [PelisEnHD](https://pelisenhd.org/) - Movies / TV / Anime / 4K / Latino / Castilian\n* [LatinoMegaHD](https://www.latinomegahd.net/) - Movies / TV / 4K / 1080p / Latino\n* [GDRIVELatinoHD](https://gdrivelatinohd.net), [2](https://gdrivelatino.net/) - Movies / TV / 4K / 1080p / Latino\n* [Hackstore.rs](https://www.hackstore.to/) - Movies / TV / Anime / 1080p / Latino\n* [Mega1080](https://www.mega1080.com/) - Movies / Documentaries / 1080p / Latino\n* [MegaPeliculasRip](https://www.megapeliculasrip.net/) - Movies / Classics / TV / Animation / 1080p / Latino\n* [DescargasDD](https://descargasdd.org/) - Video / Audio / Castilian / Latino / Requires Waitlist / [Telegram](https://t.me/joinchat/VAWOu0TNfOXfnauA)\n* [SeiresHD](https://seireshd.com/) - Movies / TV / Animation / 1080p / Latino\n* [mirandopeliculas](https://www.mirandopeliculas.com/) - Movies / TV / Latino\n* [Cine24h](https://cine24h.online/) - Movies / TV / Sub / Dub / 720p\n* [relampagomovies](https://relampagomovies.com/) - Movies / TV\n* [subtituladas.com](https://subtituladas.com/) - Movies / Sub / 720p\n* [Bajalo Gratis](https://bajalogratis.com/) - Movies / Latino\n* [Mega DVDRip](https://peliculas-dvdrip.com/) - Movies / TV / Latino / Castilian\n* [ProgramasVirtualesPC](https://www.programasvirtualespc.net/category/peliculas/) - Movies / TV / Latino\n* [Gatonplayseries](https://gatonplayseries.com/) - Movies / TV / Latino / Anime\n* [Peliculas Google Drive](https://www.peliculasgd.net/) - Movies / Latino\n* [TodoDVDFull](https://www.tododvdfull.com/) - Movies / Latino\n* [granpirata](https://granpirata.com/) - Movies / TV / Animation / Latino\n* [Mega Descargas](https://mega-descargas-serie.blogspot.com/) - TV / Latino\n* [RetroCanal](https://retrocanal.net/) - Classical Movies / TV\n* [DCC](https://cineclasicodcc.com/) - Classical Movies / TV\n* [DivX Clásico](http://www.divxclasico.com/) - Classical Movies / TV / ED2K Links\n* [RebeldeMule](https://www.rebeldemule.org/) - Movies / Classics / TV / Documentaries / Reading / ED2K Links / [Telegram](https://telegram.me/rebeldemule)\n* [exploradoresp2p](https://exploradoresp2p.com/) - Movies / Classics / TV / Documentaries / ED2K Links\n* [Shadow-Rangers](https://shadowrangers.net/) - Anime / Sub / Dub / Latino / Castilian\n* [Daemon Anime](https://www.daemonanime.net/) - Anime / Sub / Dub / Latino\n* [MandraAnime](https://mandranime.com/) - Anime / Sub\n* [Animegafirex](https://www.animegafirex.com/) - Anime / Sub\n* [japanpaw](https://japanpaw.com/) - Anime\n* [ivanime](https://www.ivanime.com/) - Anime / [Discord](https://discord.gg/PTbSKQbBJc)\n* [DW Anime](https://dw-anime.net/) - Anime\n* [AZ Anime](https://www.az-animex.com/) - Anime\n* [sphinxanime](https://sphinxanime.com/) - Anime\n* [CrisAnime](https://crisanimex.com/) - Anime / Sub / Dub\n* [TioDonghua](https://tiodonghua.com/) - Anime / Sub / Light Novels\n* [Japan Paw!](https://japan-paw.net/) - Anime / Sub\n* [Fukou-Da!](https://fukou-da.net/) - Anime / Sub / Light Novels\n* [Cursos En Mega](https://t.me/s/cursosenmega) - Courses\n* [punkconpunk](https://punkconpunk.blogspot.com/) - MP3 / Punk Music\n* [Hello-Python](https://github.com/mouredev/Hello-Python) or [python-web](https://github.com/mouredev/python-web) - Python Courses\n\n## ▷ Torrenting / Torrentear\n\n* ⭐ **[MejorTorrent](https://www36.mejortorrent.eu/)** - Movies / TV / Documentaries / Castilian\n* ⭐ **[Grantorrent.wtf](https://grantorrent.wtf/)** - Movies / TV / Documentaries / Castilian\n* [DonTorrent](https://donproxies.com/) - Movies / TV / Documentaries / Castilian / [.onion](https://dontorufwmbqhnoe2wvko5ynis6axf7bqod6wkmdvxmjyek64tantlqd.onion/) / [Telegram](https://t.me/s/DonTorrent)\n* [EliteTorrent](https://www.elitetorrent.wf/) - Movies / TV\n* [Wolfmax4k](https://wolfmax4k.com/) - Movies / TV / 4K / 1080p\n* [EsmeraldaTorrent](https://esmeraldatorrent.com/) - Movies / TV / Castilian\n* [CalidadTorrent](https://calidadtorrent.com/) - Movies / TV / Documentaries / Castilian\n* [PediaTorrent](https://pediatorrent.com/) - Movies / TV / Documentaries / Castilian\n* [MoviesDVDR](https://www.moviesdvdr.co/) - Movies / Castilian\n* [VivaTorrents](https://www.vivatorrents.org/) - Movies / TV / Castilian\n* [PasateaTorrent](https://pasateatorrent.org/) - Movies / TV / Castilian\n* [DiXvA](https://www.dixva.com/), [2](https://www.sinsitio.site/) - Movies / TV / Music / NSFW / [Telegram](https://t.me/+YSdB1y9VdjAzNDkx)\n* [Hacktorrent](https://hacktorrent.men/) - Movies / TV / Anime / Latino\n* [Unionfansub](https://foro.unionfansub.com/index.php) - Anime\n* [Akiba-kei](http://akiba-team.org/) - Anime\n\n## ▷ Streaming / Streamear\n\n* ⭐ **[Cineby](https://www.cineby.gd/)** - Movies / TV / Anime / 1080p / Auto-Next / [Discord](https://discord.gg/C2zGTdUbHE)\n* ⭐ **[HDFull](https://dominioshdfull.com/)** - Movies / TV / Anime / 1080p / Requires Sign-Up / Castilian / Latino\n* ⭐ **[LaQuay TDT Channels](https://www.tdtchannels.com/)** - Live TV / Live Radio / IPTV / Castilian / [GitHub](https://github.com/LaQuay/TDTChannels)\n* [Zonaleros](https://www.zona-leros.com/peliculas-hd-online-lat) - Movies / TV / 1080p / Latino\n* [Solo Latino](https://sololatino.net/) - Movies / TV / Anime / 1080p / Latino\n* [ModoCine](https://modocine.com/) - Movies / TV\n* [Tubepelis](https://www.tubepelis.com/) - Movies / TV\n* [PelisPlus](https://ww3.pelisplus.to/) - Movies / TV\n* [La Movie](https://la.movie/) - Movies / TV\n* [hackstore2](https://hackstore2.com/) - Movies / TV\n* [cineplus](https://www.cineplus.lat) - Movies / TV\n* [Cinezo](https://www.cinezo.net/) - Movies / TV / Anime / Auto-Next / Watch Parties / [Discord](https://discord.gg/Gx27YMK73d)\n* [RaroVHS](https://www.rarovhs.com/) - Rare Spanish Content\n* [PelisPedia](https://pelispedia.mov/) - Movies / TV / Latino\n* [Tubi Spanish](https://tubitv.com/category/spanish_language) - Free w/ Ads / May Require VPN\n* [tele-libre](https://tele-libre.fans/) - Live TV\n* [rtvcplay](https://rtvcplay.co/) - Free Public Colombian TV\n* [la14hd](https://la14hd.com/) - Live Sports\n* [Streamtpmedia](https://streamtpmedia.com/) - Live Sports\n* [angulismotv](https://angulismotv-dnh.pages.dev/) - Live Sports\n* [librefutboltv](https://librefutboltv.su/) - Live Football\n* [Listas-IPTV](https://rentry.co/fmhyb64#iptv-playlists) - Spanish IPTV Resources\n* [Cinecalidad](https://www.cinecalidad.ec/) - Movies / TV / Animation / Latino\n* [detodopeliculas](https://detodopeliculas.nu/) - Movies / TV\n* [verpeliculasonline](https://verpeliculasonline.org/), [2](https://ver-peliculas-online.org/) - Movies / TV\n* [PelisPedia.is](https://pelispedia.is/) - Movies / TV\n* [Gnula.se](https://gnula.se/) - TV / Anime\n* [Gnula.nu](https://gnula.nu/) - Movies\n* [CineHDPlus](https://cinehdplus.org/) - Movies / TV\n* [PelisForte](https://pelisforte.se/) - Movies / TV\n* [EntrePeliculasySeries](https://entrepeliculasyseries.nz/) - Movies / TV / Anime\n* [VerPeliculasUltra](https://verpeliculasultra.com/) - Movies\n* [Cinedeantes](https://cinedeantes2.weebly.com/) - Classic Films\n* [novelas360](https://novelas360.com/) - TV / Drama\n* [Tlnovelas](https://tlnovelas.net/) - TV / Drama\n* [gnulaseries](https://gnulaseries.nu/) - TV\n* [Series Peruanas](https://seriesperu.com/) - TV / Drama\n* [Asialiveaction](https://asialiveaction.com/) - Asian Drama\n* [Doramasyt](https://www.doramasyt.com/) - Asian Drama\n* [Vix](https://www.vix.com/tv/) - TV / LATAM Only\n* [AtresPlayer](https://www.atresplayer.com/) - Live TV / Movies / TV / Castilian\n* [Cine Libre Online](https://www.cinelibreonline.com/) - YouTube Movies\n* [Argentine Cinema](https://www.youtube.com/@argentinecinemawithenglish4476/) - Argentine YouTube Movies\n* [Cine.Arplay](https://play.cine.ar/) - Argentinian Movies / TV\n* [Cinemargentino](https://www.cinemargentino.com/) - Movies / Documentaries\n* [CCLM](https://www.cclm.cl/cineteca-online) or [Platfo Filmo](https://filmo.platfo.es/pages/home) - Spanish Film Archives\n* [Naranjas de Hiroshima](https://www.naranjasdehiroshima.com/) - Documentaries / Archives\n* [DocumaniaTV](https://www.documaniatv.com/) - Documentaries\n* [Area Documental](https://www.area-documental.com/) - Documentaries\n* [Latanime](https://latanime.org/) - Anime / Sub / Dub / Latino\n* [JKAnime](https://jkanime.net/) - Anime / Sub\n* [TioAnime](https://tioanime.com/) - Anime / Sub\n* [jkanimeflv](https://jkanimeflv.com/) - Anime / Sub\n* [animeav1](https://animeav1.com/) - Anime\n* [Animejara](https://animejara.com/) - Anime / Sub\n* [AnimeFLV.net](https://www3.animeflv.net/) - Anime / Sub\n* [mundodonghua](https://www.mundodonghua.com/) - Anime / Sub\n* [estrenosanime](https://estrenosanime.net/) - Anime\n* [animeonline](https://ww3.animeonline.ninja/) - Anime / Sub\n* [ytanime](https://ytanime.tv/) - Anime / Sub\n* [LACartoons](https://www.lacartoons.com/) - Cartoons\n* [LatinLucha](https://latinluchas.com/) - WWE / MMA Replays / Latino\n* [EventosHQ](https://www.eventoshq.me/) - WWE / MMA Replays / Latino\n* [Tangos78rpm](https://www.tangos78rpm.com/) - Classic Records\n* [⁠Streamflix](https://github.com/streamflix-reborn/streamflix) - Android Streaming App\n\n## ▷ Reading / Leer\n\n* ⭐ **[EpubLibre](https://www.epublibre.org/)** - Books / Torrents / May Require VPN\n* ⭐ **[Spanish Reading CSE](https://cse.google.com/cse?cx=85e4a562f2abf40f6)** - Multi-Site Book Search\n* [eBiblioteca](https://ebiblioteca.org/) - Books\n* [ePub Gratis](https://www.epubgratis.info/) - Books\n* [LectuEpub](https://lectuepub4.com/) - Books\n* [LectuEpubGratis](https://lectuepubgratis3.com/) - Books\n* [Lectulandia](https://ww3.lectulandia.com/), [2](https://ww3.lectulandia.co/) - Books\n* [Ebookelo](https://ww2.ebookelo.com/) - Books\n* [Bibliotecasecreta](http://bibliotecasecreta.nl/) - Telegram Book Bot\n* [Elejandría](https://www.elejandria.com/) - Books\n* [El Libro Total](https://www.ellibrototal.com/ltotal/) - Books / Audiobooks\n* [FreeLibros](https://www.freelibros.net/) - Textbooks / Books / Audiobooks / Magazines / Courses / Documentaries\n* [Librotecarios](https://librotecarios.blogspot.com/) - Textbooks\n* [Libros de la Nube](https://librosdelanube.blogspot.com/) - Textbooks\n* [albalearning](https://albalearning.com/) - Audiobooks\n* [Manga en Español](https://t.me/manga_es) - Manga\n* [HeavenManga](https://heavenmanga.com/) - Manga\n* [InManga](https://inmanga.com/) - Manga\n* [absorbiendomangas2](https://absorbiendomangas2.blogspot.com/) - Manga\n* [lexmangas](https://www.lexmangas.com/) - Manga\n* [miauscan](https://lectormiau.com/) - Manga\n* [zonatmo](https://zonatmo.com/) - Manga\n* [anzmangashd](https://www.anzmangashd.com/) - Manga\n* [vermanhwa](https://vermanhwa.com/) - Manga\n* [faneo](https://www.faneo.es/) - Manga\n* [Nova](https://novelasligeras.net/) - Manga / Light Novels\n* [Izicomics](https://www.izicomics.com/) - Manga / Comics\n* [MegaComicsTV3](https://megacomicstv3.blogspot.com/) - Comics\n* [novenadimension](https://foro.novenadimension.com/) - Comics / Downloads\n* [tupropiaaventura_bot](https://t.me/tupropiaaventura_bot) - Text Adventure / Telegram\n* [booksmedicos](https://booksmedicos.org/) - Medical Textbooks\n* [Manuales de instrucciones](https://www.manualpdf.es/) - Manuals\n* [SciELO Chile](https://scielo.conicyt.cl/) - Scientific Journals\n* [rincondelvago](https://www.rincondelvago.com/) - Academic Documents\n* [cervantesvirtual](https://www.cervantesvirtual.com/portales/literatura/multimedia_videoteca_signada/) - Signed Literature for Deaf Users\n\n***\n\n# ► Swedish / Sverige\n\n* [Eniro](https://www.eniro.se/) - Search\n* [teckensprakslexikon](https://teckensprakslexikon.su.se/) - Swedish Sign Language Dictionary\n\n## ▷ Streaming\n\n* [SVT Play](https://www.svtplay.se/) - Movies / TV\n* [Filmarkivet](https://www.filmarkivet.se/) - Short Films\n* [Stockholmskallan](https://stockholmskallan.stockholm.se/sok/?cstids=6) - Public Domain Films\n\n***\n\n# ► Thai / ไทย\n\n* [Thai Dictionary](https://dictionary.orst.go.th/)\n* [TH-SL](https://www.th-sl.com/) - Sign Language Database\n\n## ▷ Reading / อ่าน\n\n* [kingsmanga](https://www.kingsmanga.net/) - Manga\n* [novels108](https://www.novels108.com/) - Light Novels\n\n***\n\n# ► Turkish / Türkçe\n\n* [Doğruluk Payı](https://www.dogrulukpayi.com/) - News Verification\n* [Market Fiyatı](https://marketfiyati.org.tr/) - Market Prices\n\n## ▷ Downloading / İndirme\n\n* [Türkçe Altyazı](https://turkcealtyazi.org/) - Subtitles\n* [Playstation Haber](https://playstationhaber.com/) / [MCpsp](https://www.mcpsp.com) - PlayStation Piracy Forums\n* [Turkish Audio Center](https://www.turkishaudiocenter.com), [Shareses](https://shareses.com), [Türkçe Ses İndir](https://www.turkcesesindir.com/), [Turkce Ses Dosyası](https://turkce-sesdosyasi.blogspot.com/) or [Turkish Sound Track](https://trsoundtrack.blogspot.com/) - Turkish Dubs\n* [Sinner Clown](https://sinnerclownceviri.net) / [Discord](https://discord.com/invite/nApvcT6Tt6), [Hangar](https://www.hangarceviri.com), [Calypso](https://www.calypsoceviri.com/) - Game Localizations\n* [Mp3 indir dur](https://www.mp3indirdur.com.tr/), [Mp3 semti](https://mp3semti.com/) - Music / MP3s\n\n## ▷ Streaming / İzleme\n\n* ⭐ **[Hdfilmcehennemi](https://www.hdfilmcehennemi.ws/)** - Movies / TV / Sub / Dub / 1080p\n* ⭐ **[Yabancıdizi](https://yabancidizi.so/)** - Movies / TV / Sub / Dub / 1080p \n* ⭐ **[FullHDFilmizlesene](https://www.fullhdfilmizlesene.tv/)**, [2](https://www.fullhdfilmizlesene.com) - Movies / Sub / Dub / 1080p\n* ⭐ **[Dizi Film Botu](https://t.me/Difix9Bot)** - Movies / TV / Anime / Sub / Dub / 4K / 2K / 1080p / Documentaries\n* [Izlelan](https://izlelan.vercel.app/) - Movies / TV / Anime\n* [Dizipal](https://dizipal1532.com/), [2](https://dizipalx61.com/) - Movies / TV / Sub / Dub / 1080p\n* [Dizilla](https://dizilla.to/) - Movies / TV / Sub / Dub / 1080p\n* [canlidizi14](https://www.canlidizi14.com/) - Movies / TV / Anime\n* [ugurfilm3](https://ugurfilm3.xyz/) - Movies / TV / Anime\n* [diziyo](https://diziyo.sh/) - Movies / TV / Anime\n* [kultfilmler](https://kultfilmler.net/) - Movies / TV / Anime\n* [webteizle3](https://webteizle3.xyz/) - Movies / TV / Anime\n* [Diziyou](https://www.diziyou.one/) - TV / Sub / Dub / 1080p\n* [Ddizi](https://www.ddizi.vip/) - TV\n* [Diziizle](https://www.diziizle.tel/) - TV\n* [Dizibox](https://www.dizibox.live/) - TV / Sub / 1080p\n* [Jet Film izle](https://jetfilmizle.website/) - Movies / Requires VPN\n* [Turkish123](https://turkish123.to/) or [Yoturkish](https://www.yoturkish.com) - Turkish TV w/ Eng Subs\n* [webdramaturkey2](https://webdramaturkey2.com/) - Asian Drama\n* [Türk Anime](https://www.turkanime.co/) - Anime / [Downloader](https://github.com/KebabLord/turkanime-indirici)\n* [Anizm](https://anizm.net/) - Anime\n* [TR Anime İzle](https://www.tranimeizle.co) - Anime\n* [OpenAnime](https://openani.me/) - Anime\n* [AnimeciX](https://anm.cx/) - Anime\n* [SeiCode](https://seicode.net/) - Anime\n* [AsyaAnimeleri](https://asyaanimeleri.top/) - Anime\n* [cizgimax](https://cizgimax.online/) - Cartoons\n* [belgeselx](https://belgeselx.com/) - Documentaries\n* [Canlı TV](https://www.canlitv.me/) - Live TV / Requires VPN\n* [Kral Bozguncu](https://discord.gg/kral) - Talk and watch football.\n\n## ▷ Reading / Okuma\n\n* [Kitap](https://t.me/addlist/ioGiM9KIZvhjOTZk) - Books\n* [KediKitap](https://t.me/KediKitap) - Books\n* [E kütüphanem](https://t.me/addlist/og2-cDRwlu9mOTY0) - Books\n* [⁠Hattusa](https://hattusa.club/) - Books\n* [Manga Denizi](https://www.mangadenizi.net/) - Manga / [Discord](https://discord.com/invite/8zBMSGZ)\n* [Mavi Manga](https://mavimanga.com/) - Manga\n* [sadscans](https://sadscans.net/) - Manga\n* [Trwebtoon](https://trwebtoon.com/) - Manga\n* [Nirvana Manga](https://nirvanamanga.com/) - Manga\n* [Tortuga-ceviri](https://tortugaceviri.com/) - Manga / [Discord](https://discord.gg/bSxwMNM9mm)\n* [Raindrop](https://www.raindropteamfan.com/) - Manga\n* [Uzaymanga](https://uzaymanga.com/) - Manga\n\n***\n\n# ► Ukrainian / Українська\n\n* [⁠NoWar.help](https://www.nowar.help/) - War Resources / Help\n\n## ▷ Torrenting\n\n* [Mazepa](https://mazepa.to/) - Video / Audio / Books\n* [Toloka](https://toloka.to/) - Torrent Tracker\n* [utog](https://utog.org/uzhm/) - Ukrainian Sign Language Dictionary\n\n## ▷ Reading\n\n* [manga.in](https://manga.in.ua/) - Manga\n\n## ▷ Streaming\n\n* [UASERIAL](https://uaserial.tv/) - Movies / TV / Anime / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn) / [Telegram](https://t.me/uaserialchannel)\n* [UAKino-Bay](https://uakino-bay.net/) - Movies / TV / Anime\n* [UASerials](https://uaserials.pro/) - Movies / TV / Anime\n* [KinoUKR](https://kinoukr.com/) - Movies / TV / Use [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn)\n* [sweet.tv](https://sweet.tv/pl/) - Free w/ Ads / [Login Bypass](https://github.com/Julmik647/sweet-tv-no-login)\n\n***\n\n# ► Uzbek / Ўзбек\n\n## ▷ Downloading\n\n* [AsilMedia](http://asilmedia.org/) - Movies / TV / [Telegram](https://t.me/asilmedia_tarjima_kinolar)\n\n## ▷ Streaming\n\n* [uzmax.net](https://uzmax.net/) - Movies / TV\n* [AsilMedia](http://asilmedia.org/) - Movies / TV / [Telegram](https://t.me/asilmedia_tarjima_kinolar)\n\n## ▷ Reading\n\n* [FaylZona](https://t.me/megadokbot) - Books / Documents / Slides\n\n***\n\n# ► Vietnamese / Việt\n\n* ⭐ **[Voz.vn](https://voz.vn/)**, [VN-Z](https://vn-z.vn/), [TECHRUM.VN](https://www.techrum.vn/) or [WhiteHat.vn](https://whitehat.vn/) - Tech Forum\n* ⭐ **[J2team](https://www.facebook.com/groups/j2team.community)** - Tech Community\n* ⭐ **[Unikey](https://www.unikey.org/)** - Vietnamese Keyboard / [Source Code](https://sourceforge.net/projects/unikey/)\n* ⭐ **[Báo Mới](https://baomoi.com/)** - News Aggregator / [Android](https://play.google.com/store/apps/details?id=com.epi) / [iOS](https://apps.apple.com/app/báo-mới-đọc-báo-tin-mới-24h/id651979466)\n* ⭐ **[HocMai Forum](https://diendan.hocmai.vn/)** - Study Forum\n* [hostsVN](https://github.com/bigdargon/hostsVN/wiki) - Adblocking Guides\n* [Quantrimang](https://quantrimang.com/) or [Anonyviet](https://anonyviet.com/) - Tech News\n* [Phudeviet](http://phudeviet.org/) - Subtitles\n* [Forumvi](https://www.forumvi.com/) - Forum Creator\n* [MuaThongMinh](https://muathongminh.vn/) - E-commerce Price Tracker\n* [Unity_Cheat_Sheet](https://github.com/NaomiLe1811/Unity_Cheat_Sheet_Tieng_Viet) - Unity Game Engine Cheat Sheet\n\n## ▷ Torrenting / Tải tệp bằng torrent\n\n* [NetHD](https://nethd.org/) - Video / Audio / Requires Sign-Up\n\n## ▷ Streaming / Phát trực tuyến\n\n* [Phimmoi](https://vuaphimmoi.net/) - Movies / TV / Anime / Sub / Dub / 1080p\n* [kkphim](https://kkphim.com/) - Movies / TV / Anime / Sub / Dub / 1080p\n* [NguonC](https://phim.nguonc.com/) - Movies / TV / Anime / Sub / Dub / 1080p\n* [OPhim](https://ophim18.cc/) - Movies / TV / Anime / Sub / 1080p\n* [AnimeTVN](https://animetvn4.com/) - Anime / Chinese Animation / Sub / 1080p\n* [AnimeVietsub](https://animevietsub.link/) - Anime / Chinese Animation / Sub / 1080p / [Telegram](https://t.me/animevietsub) / [Discord](https://discord.com/invite/AUNt59q)\n* [Ani4u](https://ani4u.org/) - Anime / Sub / 1080p\n* [TVMienPhi](https://tv.tvhayhd.org/) - Live TV / 1080p\n* [XemPhim](https://xemphim.app/) - Movies / TV / Sub / 720p\n* [TokuVN](https://tokuvn.com/) - Tokusatsu / Sub / 480p\n* [⁠Phim4K](https://phim4k.xyz/) - Desktop App / [Telegram](https://t.me/congdong4ker)\n\n## ▷ Free w/ Ads / Miễn phí với quảng cáo\n\n* ⭐ **[ZingMP3](https://zingmp3.vn/)** or [NhacCuaTui](https://www.nhaccuatui.com/) - Music\n* [FPT Play](https://fptplay.vn/) - Live TV / Movies / TV / Anime / Sub / Dub / 1080p\n* [THVL](https://www.thvli.vn/) - Live TV / Movies / TV / Music / Dub / 1080p\n* [TV360](https://tv360.vn/) - Live TV / Movies / TV / Sub / Dub / 1080p\n* [VieON](https://vieon.vn/) - Live TV / Movies / TV / Anime / Sub / Dub / 720p\n* [Danet](https://danet.vn/) - Live TV / Movies / TV / Anime / Sub / 720p\n* [HTV](https://hplus.com.vn/), [2](https://htvc.com.vn/) - Live TV / TV / 1080p / Requires Sign-Up\n\n## ▷ Reading / Đọc\n\n* ⭐ **[hoc10](https://hoc10.vn/)** - Textbooks, Study Material, Lecture Notes, etc.\n* ⭐ **[Thư Viện Pháp Luật](https://thuvienphapluat.vn/)** - Legal Information Portal / [Facebook](https://www.facebook.com/ThuVienPhapLuat.vn/)\n* ⭐ **[VietJack](https://vietjack.com/)**, **[LoiGiaiHay](https://loigiaihay.com/)**, **[VNDoc](https://vndoc.com/)** or **[Tech12h](https://tech12h.com/)** - Study References\n* ⭐ **[Thoát Porn Luận](https://thu-tram.github.io/tpl/)** - Porn Quitting Guide / EasyPeasy Translation\n* [Thivien](https://www.thivien.net/) - Poetry\n* [MeTaiSach](https://metaisach.com/) - Books\n* [GacSach](https://gacsach.org/) - Books\n* [NhaSach](https://nhasachmienphi.com/) - Books\n* [DocSach24](https://docsach24.co/) - Books\n* [tieulun](https://tieulun.hd.free.fr/) - Books\n* [SachHay](https://www.sachhayonline.com/) - Books\n* [TruyenPlus](https://Truyenplus.vn) - Books / Novel\n* [TruyenQQ](https://truyenqqviet.com/) - Manga / Manhwa / Manhua\n* [COMI](https://comi.mobi/) - Manga / Manhwa / Manhua / Novel\n* [cuutruyen](https://cuutruyen.net/) - Manga\n* [Bao Tang Truyen](https://baotangtruyen34.top/) - Manga\n* [Sonako](https://sonako.fandom.com/vi/wiki/Sonako_Light_Novel) - Light Novels / [Facebook](https://www.facebook.com/SonakoWiki/)\n* [Vietwriter](https://vietwriter.one/) - Manga / Manhwa / Manhua / Novel\n* [TruyenFull](https://truyenfull.vision/) - Manga / Light Novels\n* [Hako](https://docln.net/) - Light Novels / [Facebook](https://www.facebook.com/groups/hako.group)\n* [Babla](https://www.babla.vn/), [VDict](https://vdict.com/) or [VTuDien](https://vtudien.com/) - Dictionary\n\n***\n\n# ► Other Languages\n\n* 🌐 **[Non-English Ebook & Audiobook Sites](https://redd.it/gehkl0)**\n* ↪️ **[Asian Drama Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25B7_drama_streaming)**\n* [kool.to](https://www.kool.to/) - Multilingual / Live TV\n* [Keyman](https://keyman.com/) - Multilingual / Keyboard Files\n* [Jainism Library of Jain Literature](https://www.atmadharma.com/index.html) - Multilingual / Sacred Texts\n* [⁠Albkanale](https://albkanale.com/) - Albanian Live TV Android App\n* [amharicbookss](https://t.me/amharicbookss) - Amharic / Books\n* [Yoda](https://yoda.az/) - Azerbaijani / Live TV\n* [euskal](https://www.euskal-encodings.eus/) - Basque / Download / Movies / TV\n* [radioplayer.be](https://radioplayer.be/) - Belgian Radio Stations / French / Dutch\n* [lupiteam](https://lupiteam.net/) - Corsican / Manga\n* [BalkanDownload](https://balkandownload.org/) - Croatian / Serbian / Slovene / Download / Video / Audio / Games / Books / Comics\n* [WarezHR](https://www.warezhr.org/) - Croatian / Download / Video / Audio / Games / Books / Comics\n* [JockanTV](https://jockantv.com/) - Croatian / Streaming / Dubbed Cartoons / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)\n* [DR.DK](https://www.dr.dk/) - Danish / Movies / TV / Live\n* [CyberSkills](https://discord.com/invite/2tTwMvbSXu) - Danish Cybersecurity Discord\n* [NPO](https://npo.nl/) - Dutch / TV Streaming\n* [Oorboekje](https://oorboekje.nl/) or [luisterradio](https://luisterradio.fm/) - Dutch Radio Stations\n* [Warez.Ge](https://warez.ge/) - Georgian / Download / Video / Audio \n* [Deildu](https://deildu.net/) - Icelandic / Torrents\n* [kzkitap](https://t.me/kzkitap) - Kazakh Books\n* [Shafilm](https://shafilm.vip/) - Kurdish / Streaming / Movies / TV / Anime / Cartoons\n* [KurdCinema](https://www.kurdcinama.com/) - Kurdish / Streaming / Movies / TV / Anime / Cartoons\n* [Kurdsubtitle](https://kurdsubtitle.net) - Kurdish / Subtitles\n* [Redzidzirdilatviju](https://www.redzidzirdilatviju.lv/) - Latvian / Documents\n* [vaizdopamokos](https://vaizdopamokos.lt/) - Lithuanian Educational Videos\n* [Paper](https://paper.naya.com.np/) - Nepali / Text Tools\n* [NRK TV](https://tv.nrk.no/) - Norwegian / Stream / Movies / TV / Documentaries / Sub / 1080p\n* [Nasjonalbiblioteket](https://www.nb.no/en/digitizing-at-the-national-library/) - Norwegian / Books / Journals / Magazines / Maps / Music Sheets\n* [Tegnordbok](https://www.minetegn.no/Tegnordbok-2016/) - Norwegian Sign Language Dictionary\n* [DJPunjab](https://djpunjab.is/) - Punjabi / Download / MP3\n* [animesrbija](https://www.animesrbija.com/) - Serbian / Streaming / Anime\n* [Anime Balkan](https://animebalkan.gg/) - Serbian / Streaming / Anime / 1080p\n* [gledajcrtace](https://www.gledajcrtace.rs/) or [gledajcrtace.org](https://gledajcrtace.org/) - Serbian / Dubbed Cartoons\n* [iptvm3u](https://iptvm3u.vercel.app/) - Serbian / Live TV / Radio\n* [Singapore Sign](https://blogs.ntu.edu.sg/sgslsignbank/) - Singapore Sign Language Dictionary\n* [baiscopedownloads](https://baiscopedownloads.link/) - Sinhalese / Download / Movies / TV\n* [ZoomLinkHub](https://zoomlinkhub.com/) - Sinhalese / Download / Movies / TV\n* [zoom.lk](https://zoom.lk/) or [Cineru.lk](https://cineru.lk/) - Sinhalese / Subtitles\n* [Najdi.si](https://www.najdi.si/) - Slovene / Search\n* [BSF](https://bsf.si/) - Slovene Film Database\n* [iptv-ch](https://rentry.co/fmhyb64#iptv-playlists) - Swiss / IPTV Resources\n* [Segoideas](https://segoideas.com/) - Taiwanese / Streaming / TV\n* [wlext](https://wlext.is/) - Turkish / Filipino / Thai / Streaming / Movies\n* [Machine Learning ka Chilla](https://www.youtube.com/playlist?list=PL9XvIvvVL50HHzaLPtFBOuikAWa0JdhMW) - Urdu / Machine Learning Course\n* [PSL Dictionary](https://psl.org.pk/dictionary) - Urdu Sign Language Dictionary\n"
  },
  {
    "path": "docs/other/FAQ.md",
    "content": "---\ntitle: FAQ\ndescription: A List Of Questions And Answers Related To FMHY.\n---\n\n# FAQs\n\n**Q**: Why are there so few subreddit posts? *Is the sub dead?* :(\n\n**A**: Posting has always been off as Reddit is where we make announcements. Our main focus is the **[Website](https://fmhy.net/)**, which has grown to include nearly 30k links. **It's 100% alive**, and gets updated [daily](https://redd.it/1pl8vl0). For a discussion sub, check out /r/Piracy, or join our [Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord) on Fridays.\n***\n**Q**: Are the sites here safe to use?\n\n**A**: Yes, we always scan files and research sites before adding them. We also listen to the community, so if there's something you feel needs to be addressed you're more than welcome to contact us.\n***\n**Q**: The site won't load, what should I do?\n\n**A:** If you can't get the site to load, we'd recommend trying some of the methods listed [here](https://rentry.co/7vycxgn2), or try any of the [backups](https://github.com/fmhy/FMHY/wiki/Backups).\n***\n**Q**: How can I contact you?\n\n**A**: The best way is to join us in [Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord). Here you can submit links, get help or suggest changes to the wiki. [Mod messages](https://www.reddit.com/message/compose/?to=/r/FREEMEDIAHECKYEAH) are also always open.\n***\n**Q**: Can I edit FMHY?\n\n**A**: Absolutely. This project was made by and belongs to the community, so we allow anyone to suggest changes via [pull requests](https://github.com/fmhy/FMHYedit) or suggestions in our [Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord). We want this project to be as organized and useful as possible, so if you feel like you can help improve it, please do. \n***\n**Q**: Can I donate?\n\n**A**: We appreciate that people want to support us, but we never have and never will accept donations. We maintain this project because it's fun and we want to help others, not make money.\n***\n**Q**: When was FMHY created?\n\n**A**: The original sub was created on [April 29th, 2018](https://i.ibb.co/VJQmQ9t/image.png)."
  },
  {
    "path": "docs/other/backups.md",
    "content": "**Official Website / Source**\n\nOfficial website, mirrors, GitHub, markdown, and a selfhosting guide.\n\n* **[FMHY.net](https://fmhy.net/)** - Main Website\n* [fmhyclone](https://fmhyclone.pages.dev/) - Official Mirror\n* [fmhy.pages.dev](https://fmhy.pages.dev/) - Official Mirror\n* [GitHub Source](https://github.com/fmhy/edit) - Official GitHub Source Repo\n* [Selfhosting Guide](https://fmhy.net/other/selfhosting) - Run FMHY Locally\n* [Markdown Files](https://github.com/fmhy/FMHYedit/archive/refs/heads/main.zip) - Raw .zip Archive\n* [Markdown Page](https://api.fmhy.net/single-page) (Mirrors: [2](https://fmhyapi.wispy.qzz.io/single-page)) - Entire Markdown on Single Page\n\n***\n\n**Backup Instances**\n\nVerified instances that mirror the official FMHY [repository](https://github.com/fmhy/edit).\n\n* [FMHY Archive](https://ffmhy.pages.dev/) - Alternative Style\n* [Retro FMHY](https://retrofmhy.pages.dev/) - Alternative Style / [Improved Search](https://greasyfork.org/en/scripts/568232)\n* [fmhy.bid](https://fmhy.bid/)\n* [fmhy.samidy.com](https://fmhy.samidy.com/)\n* [fmhy.jbugel.xyz](https://fmhy.jbugel.xyz/)\n* [a-fmhy](https://a-fmhy.pages.dev/) / [GitHub](https://github.com/LandWarderer2772/A-FMHY)\n* [fmhy.artistgrid.cx](https://fmhy.artistgrid.cx/) (Mirrors: [2](https://fmhy.artistgrid.pp.ua/)/[3](https://fmhy.blooketbot.me/)/[4](https://fmhy.joyconlab.net/)/[5](https://fmhy.monochrome.tf/)/[6](https://fmhy.piperagossip.org/)/[7](https://fmhy.pp.ua/)/[8](https://fmhy.prigoana.com/)/[9](https://fmhy.prigoana.pp.ua/))\n* [fmhy.xyz](https://fmhy.xyz/) - Safe for Work (no nsfw page)\n* [fmhy.vercel.app](https://fmhy.vercel.app/) - Original Style\n\n***\n\n**Official Mirrors**\n\nOfficial mirrors and alternative ways to view FMHY.\n\n* **[Reddit Backup](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n*  Add `/r/FREEMEDIAHECKYEAH/wiki/index` to the end of any [Redlib instance](https://github.com/redlib-org/redlib-instances/blob/main/instances.md) / [2](https://github.com/libreddit/libreddit-instances/blob/master/instances.md)\n* [GitHub Backup](https://github.com/fmhy/FMHY/wiki)\n* [Rentry Backup](https://rentry.co/FMHY) / [Mirror](https://rentry.org/FMHY)\n* [SFW Rentry](https://rentry.co/piracy) / [Mirror](https://rentry.org/piracy)\n\n***\n\n**Backup Page Backups**\n\n[FMHY.net](https://fmhy.net/other/backups) / [Reddit](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/backups) / [GitHub](https://github.com/nbats/FMHY/wiki/Backups/) / [Rentry](https://rentry.co/FMHYbackups/)\n"
  },
  {
    "path": "docs/other/contributing.md",
    "content": "---\ntitle: Contributing\ndescription: How to contribute to the project.\nnext: false\nprev: false\n---\n\n<!-- @include: ../../.github/CONTRIBUTING.md -->\n"
  },
  {
    "path": "docs/other/selfhosting.md",
    "content": "---\ntitle: Selfhosting FMHY\ndescription: This guide will help you set up and run your own instance of FMHY locally.\n---\n\n# Selfhosting\n\n:::warning\nDo note that you **must** differentiate your instance from the official site (fmhy.net) to avoid confusion. Steps to do so are given in step 4.\n:::\n\nThis guide will help you set up and run your own instance of FMHY locally.\n\n### Docker (Experimental)\n\nTo run a local instance, you will need to install [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/).\n\nAfter installing both, run the following commands:\n\n```bash\ngit clone https://github.com/fmhy/edit.git\ncd edit\nsudo docker compose up --build\n```\n\nIt might take a few minutes to build the image and start the container, running at port 4173.\n\n### Nix Flake\n\nYou can use [nix](https://nixos.org/) to set up a development environment, we have a [flake](https://nixos.wiki/wiki/Flakes) that setups `nodejs` and `pnpm`.\n\n1. Fork the repository and clone it to your local machine with `git clone https://github.com/fmhy/edit.git`.\n2. Run `nix flake update` to update the flake lock file.\n3. Run `nix develop` to enter the development environment.\n4. Make your changes.\n5. Exit the development environment by running `exit`.\n\n### Manually\n\nYou will need to install the following:\n- [Git](https://git-scm.com/downloads)\n- [Node.js](https://nodejs.org/en/download/) - Install version 25.2.1\n- [pnpm 9.12.2+](https://pnpm.io/installation)\n\n#### Step 1: Clone the Repository\n\n```bash\ngit clone https://github.com/fmhy/edit.git\ncd edit\n```\n\n#### Step 2: Install Dependencies\n\nInstall project dependencies using pnpm:\n\n```bash\npnpm install\n```\n\n#### Step 3: Development Mode\n\nTo run the project in development mode:\n\n```bash\n# Start the documentation site in dev mode\npnpm docs:dev\n\n# Start the API in dev mode (if needed)\npnpm api:dev\n```\n\nThe development server will start at `http://localhost:5173` by default.\n\n#### Step 4: Building for Production\n\nYou will need to update:\n- `meta`: Constant in `docs/.vitepress/constants.ts`\n  - `name`: Name of your instance\n  - `hostname`: Your domain\n  - `description`: Description of your instance\n  - `tags`: Opengraph tags\n  - `build`: Build options (can be configured with [Environment Variables](/other/selfhosting#environment-variables))\n- `docs/index.md`\n  - `title`\n  - `description`\n  - `hero.name`\n  - `hero.tagline`\n\nTo build the project for production:\n\n```bash\n# Build the documentation site\npnpm docs:build\n\n# Build the API (if needed) using the Node.js preset\nNITRO_PRESET=node pnpm api:build\n```\n\n#### Step 5: Preview Production Build\n\nTo preview the production build locally:\n\n```bash\n# Preview the documentation site\npnpm docs:preview\n\n# Preview the API (if needed)\npnpm api:preview\n```\n\n#### Step 6: Deploy\n\nSee the [VitePress deployment guide](https://vitepress.dev/guide/deploy) for more info.\n\n### API Deployment\n\nIf you want to deploy the API component (feedback system), you'll need to set up Cloudflare Workers and KV storage.\n\n#### Prerequisites\n\n- A [Cloudflare account](https://dash.cloudflare.com/sign-up)\n- [Wrangler CLI](https://developers.cloudflare.com/workers/wrangler/install-and-update/) installed globally\n\n#### Step 1: Configure Wrangler\n\nUpdate `wrangler.toml` with your Cloudflare account information:\n\n1. Get your account ID from the Cloudflare dashboard (found in the right sidebar)\n2. Replace the `account_id` value in `wrangler.toml` with your account ID\n3. If you're using a custom domain, keep `workers_dev = false` and update the `routes` section\n4. If you're deploying to `*.workers.dev`, set `workers_dev = true` and remove the `routes` section\n\n#### Step 2: Create KV Namespace\n\nCreate a KV namespace for data storage:\n\n```bash\nnpx wrangler kv:namespace create STORAGE\n```\n\nThis command will return a namespace ID. Copy this ID and replace the `id` value in the `[[kv_namespaces]]` section of `wrangler.toml` (line 14).\n\n**Note:** If you want to deploy without running Wrangler locally (e.g., in CI/CD), you'll need to:\n1. Create the KV namespace manually in the Cloudflare dashboard\n2. Update both the `account_id` and `id` values in `wrangler.toml` in your fork\n\n#### Step 3: Build and Deploy\n\nBuild and deploy the API:\n\n```bash\n# Build the API\npnpm api:build\n\n# Deploy to Cloudflare Workers\npnpm api:deploy\n```\n\nThe API will be deployed to your configured domain or `*.workers.dev` subdomain.\n\n#### Rate Limiting (Optional)\n\nThe rate limiter binding requires setup through the Cloudflare dashboard. You can skip this for basic deployments or configure it later through the Workers dashboard under the \"Rate limiting\" section.\n\n#### Environment Variables\n\n##### Build-time Variables (for Documentation)\n\nThese variables control what gets included when building the documentation site:\n\n- `FMHY_BUILD_NSFW` - Enable NSFW sidebar entry (experimental)\n- `FMHY_BUILD_API` - Enable API component for feedback system\n\n##### Runtime Variables (for API Worker)\n\nThese variables are used by the deployed Cloudflare Worker API:\n\n- `WEBHOOK_URL` - Discord webhook URL for posting feedback messages (required for API feedback functionality)\n\n#### Troubleshooting\n\n1. If you encounter Node.js version issues, ensure you're using Node.js 21+\n2. For pnpm-related issues, ensure you're using pnpm 9+\n3. If you encounter build issues, try clearing cache:\n    ```bash\n    # Linux\n    rm -rf docs/.vitepress/cache\n\n    # PowerShell\n    rm -r -fo docs/.vitepress/cache\n    ```\n\n### Reverse Proxy\n\nYou should be able to use any reverse proxy with this vitepress website, but find a reasonable config for an nginx server [in the repo here](https://github.com/fmhy/edit/blob/main/.github/assets/nginx.conf)"
  },
  {
    "path": "docs/other/wallpapers.md",
    "content": "---\ntitle: Wallpapers\ndescription: Elevate yourself to the next level with our beautiful wallpapers.\nnext: false\nprev: false\n---\n\n<script setup>\nimport WallpaperCard from '../.vitepress/theme/components/WallpaperCard.vue'\n</script>\n\n# Wallpapers\n\nElevate yourself to the next level with our beautiful wallpapers.\n\nAll of these wallpapers were made by [taskylizard](https://github.com/taskylizard).\n\n<WallpaperCard\n  title=\"Arc\"\n  description=\"A rounded arc design with a pleasing fade.\"\n  mobile=\"https://cdn.jsdelivr.net/gh/fmhy/design-system/branding/arc_mobile.png\"\n  desktop=\"https://cdn.jsdelivr.net/gh/fmhy/design-system/branding/arc_desktop.png\"\n/>\n\n---\n\n<WallpaperCard\n  title=\"Rays\"\n  description=\"A gradient background with a soft, rounded arc.\"\n  mobile=\"https://cdn.jsdelivr.net/gh/fmhy/design-system/branding/rays_mobile.png\"\n  desktop=\"https://cdn.jsdelivr.net/gh/fmhy/design-system/branding/rays_desktop.png\"\n/>\n\n---\n\n<WallpaperCard\n  title=\"Tinted Rays\"\n  description=\"A gradient background with a soft, rounded arc. Tinted white at the bottom corner.\"\n  mobile=\"https://cdn.jsdelivr.net/gh/fmhy/design-system/branding/tinted_rays_mobile.png\"\n  desktop=\"https://cdn.jsdelivr.net/gh/fmhy/design-system/branding/tinted_rays_desktop.png\"\n/>\n"
  },
  {
    "path": "docs/posts/FCC.md",
    "content": "---\ntitle: Fight Chat Control 🔒\ndescription: Protect EU Digital Privacy\ndate: 2025-09-04\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"\" />\n\n### The EU (still) wants to scan your private messages and photos.\n\nThe \"Chat Control\" proposal would mandate scanning of all private digital communications, including encrypted messages and photos. This threatens fundamental privacy rights and digital security for all EU citizens.\n\nEvery photo, every message, and every file you send will be automatically scanned—without your consent or suspicion. This is not about catching criminals; it is ***mass surveillance*** imposed on all 450 million citizens of the European Union.\n\nEU politicians *exempt themselves* from this surveillance under \"professional secrecy\" rules. They get privacy. You and your family do not. If you're in the EU, please consider contacting Members of the European Parliament (MEPs) using the info provided on the site below:\n\n# https://fightchatcontrol.eu/\n\nThere is also a Change.org petition [here](https://stopchatcontrol.eu/) if you'd like to sign it.\n\nDiscussion: https://redd.it/1n840p9\n"
  },
  {
    "path": "docs/posts/Internet-Archive.md",
    "content": "---\ntitle: Internet Archive Breach\ndescription: Internet Archive was hacked\ndate: 2024-10-09\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\" />\n\n#### Internet Archive was hacked today, all 31 million accounts have had their details leaked. If you have an account its *highly* recommended to change your password on the site, as well as anywhere else you are using the same login details.\n\n* https://www.bleepingcomputer.com/news/security/internet-archive-hacked-data-breach-impacts-31-million-users/\n\n* https://haveibeenpwned.com/"
  },
  {
    "path": "docs/posts/KeepAndroidOpen.md",
    "content": "---\ntitle: Keep Android Open 🔓\ndescription: Android will become a locked-down platform in less than 200 days.\ndate: 2026-02-26\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"\" />\n\n### Android will become a locked-down platform in less than 200 days.\n\nIn August 2025, Google announced that as of September 2026, it will no longer be possible to develop apps for the Android platform **without first registering centrally with Google**. This registration will involve:\n\n- Paying a fee to Google\n- Agreeing to Google’s Terms and Conditions\n- Providing government identification\n- Uploading evidence of the developer’s private signing key\n- Listing all current and future application identifiers\n\n***\n\n### What this means for you\n\n- You will no longer be able to choose what software you run on your phone. You will be forced only to use apps that Google has deemed okay for you to install.\n\n- Creators / developers will no longer be able to make or share apps without first seeking the permission of Google, which will vastly limit the amount of good apps that exist, similar to Apple's ecosystem.\n\n***\n\n### How you can help\n\n**Developers: Resist and refuse**\n\nIf you are an app developer, *do not sign up* for the early access program, perform identity verification, or accept an invitation to the Android Developer Console. Respond (politely) to any invitation with a list of your concerns and objections.\n\nIt is only through developer acquiescence and capitulation that their takeover plan can possibly succeed.\n\nDiscourage fellow app developers and organizations from signing up to the program. Use community forums, social media, and blog posts to spread the message. Include the [FreeDroidWarn library](https://github.com/woheller69/FreeDroidWarn) in your code to inform your app users. If you manage a web site, consider adding the [countdown banner](https://keepandroidopen.org/banner) to the top of your page.\n\nIf you are a Google employee or contractor of good conscience and have additional insight about the program, including planned technical implementation details or additional rationales for the program, please reach out to `tips@keepandroidopen.org` from a non-work machine and a non-gmail account. Your information will be kept in strict confidence.\n\n***\n\n### Everyone: Make your voice heard\n\n- [Install F-Droid](https://f-droid.org/) on your Android device(s) (or similar [FOSS installers](https://fmhy.pages.dev/mobile#foss-apks)). The more people that use alternative app marketplaces, the harder it will be to shut them out.\n- Provide feedback directly to Google using their [Android developer verification requirements survey](https://docs.google.com/forms/d/e/1FAIpQLSfN3UQeNspQsZCO2ITkdzMxv81rJDEGGjO-UIDDY28Rz_GEVA/viewform?pli=1).\n- Make your voice heard on social media and with blog posts, and link to https://keepandroidopen.org\n- Combat astroturfing: when you encounter suspect posts on community forums and social media in support of the policy (“Well, actually…”), challenge them and do not be shy.\n-Help this project out by [editing this page](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/en/index.md) with more useful information.\n- [Sign this change.org petition](https://www.change.org/p/stop-google-from-limiting-apk-file-usage/)\n\n***\n\n###  Consumers: Contact national regulators\n\n**[List of Regulators](https://keepandroidopen.org/)** (at bottom)\n\nRegulators worldwide are genuinely concerned about monopolies and the centralization of power in the tech sector, and want to hear directly from individuals who are affected and concerned. When contacting regulators directly, you should be polite and specific about the harm you believe these policies will cause, both to consumers and to competition.\n\nComplaints are especially impactful when they are authored by a citizen of that country or region, and when the language of the email is written in one of the official languages of the region's governing body. Request a written acknowledgement of the complaint, and consider forwarding any responses you receive to `victory@keepandroidopen.org` so that we might highlight and reference them.\n\n***\n\n**This information above is from the following page**: \n\nhttps://keepandroidopen.org/\n\n**Discussion Post**:\n\nhttps://redd.it/1rf71xj\n"
  },
  {
    "path": "docs/posts/Nov-2025.md",
    "content": "---\ntitle: Monthly Updates [November]\ndescription: November 2025 updates\ndate: 2025-11-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n# Wiki Updates\n\n- Added the **[AMOLED Theme](https://i.ibb.co/hx97zL3W/978676.jpg)** / [2](https://i.imgur.com/fMrnGmF.png) to our site as a [Toggle](https://i.ibb.co/pvkfg3hC/image.png) / [2](https://i.imgur.com/qF7exKw.png) that can be turned on or off. Thank you to @Land for doing this.\n\n- Built an **[External Search Engine](https://fmhy-search.dev.zenir.tech/)** that should work better in most cases than the built-in VitePress search on our website.\n\n- Added a **[New Backup](https://fmhyclone.pages.dev/)** of FMHY with daily sync, hosted on GitLab. It also includes a backup of the [raw markdown](https://fmhyapi.wispy.qzz.io/single-page) page. We also added another [backup](https://a-fmhy.pages.dev/) of our website that has the aforementioned theme enabled by default.\n\n- The Space section has become a bit hard to navigate (60+ lines), so we've split it into its [own head section](https://fmhy.net/educational#space), with two new subsections: [Astronomy](https://fmhy.net/educational#astronomy) and [Spacecraft](https://fmhy.net/educational#spacecraft). Astronomy covers celestial objects or phenomena in the cosmos. Spacecraft covers rockets, launches, and the ISS. The head section remains for general space-related things like NASA's website, news, etc.\n\n- Remakes / Ports in Gaming had over 80 lines and was disorganized, so we've split it into three new sections to make it more comprehensible: [Decomps / Ports](https://fmhy.net/gaming#decomps-ports), [Remakes / Recreations](https://fmhy.net/gaming#remakes-recreations), and [Revival Projects](https://fmhy.net/gaming#revival-projects). We also turned \"Special Interest\" into its own head category to organize the TOC better.\n\n- Re-ordered [Manga Sites](https://fmhy.net/reading#manga) based on poll results from our Discord. Weeb Central has moved to the #1 spot, and MangaFire + MangaNato have both been starred. Thank you to everyone who voted. [Before vs. After](https://i.ibb.co/j9Sn4hRR/image.png) / [2](https://i.imgur.com/u8zFZTX.png).\n\n- Cleaned up multiple Audio Streaming sections and added new ones to improve organization, including: [Specialty](https://fmhy.net/audio#specialty-streaming), [Genre-Specific](https://fmhy.net/audio#genre-specific-streaming), [Radio Directories](https://fmhy.net/audio#radio-directories), and [Lofi Radio](https://fmhy.net/audio#lofi-radio). [Before vs. After](https://github.com/fmhy/edit/pull/4128#issuecomment-3476036920). Thank you to @AnarchyDR for this work.\n\n- Updated the [Audio Streaming](https://fmhy.net/audio) Table of Contents to make it less cluttered and easier to navigate. [Before vs. After](https://i.ibb.co/0yJbh03H/234243.jpg) / [2](https://i.imgur.com/fhgqKzb.png).\n\n- Cleaned up [Browser Emulators](https://fmhy.net/gaming#browser-emulators), fixed labels, removed dead sites, and moved any sites only serving as EmulatorJS / NeptunJS frontends to storage. [Before vs. After](https://i.ibb.co/LXdhcDFD/Untitled.png) / [2](https://i.imgur.com/W9x8jY4.png).\n\n- We removed the \"No Torrenting\" label from Proton VPN as you can now set it up with an OpenVPN config that allows you to torrent for free. Note that these expire and must be regenerated periodically. The guide is listed next to [Proton](https://fmhy.net/privacy#vpn). TY to Wispy and others for figuring this out.\n\n- Added a [Tetris](https://fmhy.net/gaming#tetris) section to Gaming.\n\n- Fixed messy formatting in Game Optimization. [Before vs. After](https://i.ibb.co/Vc99kJhh/image.png) / [2](https://i.imgur.com/HRPUwL3.png).\n\n***\n\n# Stars Added ⭐\n\n- Starred [AB Download Manager](https://fmhy.net/file-tools#download-managers) in Download Managers. Open-source, fast, cross-platform, supports resumable downloads, and has an active dev team. \n\n- Bumped [CrocDB](https://fmhy.net/gaming#rom-sites) to the new #1 spot over Myrient in ROM sites. Croc covers multiple sites, has a better UI, and a new \"rompack\" feature.\n\n- Starred [PlayTorrio](https://fmhy.net/video#torrent-apps) in Torrent Streaming Apps. A feature-rich new client with addons similar to Stremio (like Torrentio), Jackett integration, and Debrid support.\n\n- Starred [NotebookLM](https://fmhy.net/ai#specialized-chatbots) in Specialized Chatbots. Excellent for document-based chatting and note-taking. It handles audio/video overviews well and can generate quizzes and flashcards.\n\n- Starred [Anidap](https://fmhy.net/video#anime-streaming) in Anime Streaming. Features a nice UI and utilizes unique, fast hosts.\n\n- Starred [PlayTorrio IPTV](https://fmhy.net/video#live-tv) in Live TV / Sports. Fast streams, huge library, and solid quality. Note that Darkness TV is the original; PlayTorrio has improved the UI.\n\n- Starred [Heroic Games Launcher](https://fmhy.net/linux-macos#linux-gaming) in Linux Gaming. An excellent launcher for Epic, GOG, and Prime games; currently better maintained than Lutris.\n\n- Starred [ComicBookRoundup](https://fmhy.net/reading#curated-recommendations) in Reading Recommendations. A comic-focused review and rating aggregator, similar to Metacritic.\n\n- Starred [Ziperto](https://fmhy.net/gaming#rom-sites) in ROM Sites. A long-standing site with a massive library and fast hosts.\n\n- Starred [Sportsbite](https://fmhy.net/video#live-sports) in Live Sports. An aggregator with numerous hosts, a clean UI, and coverage for most major events.\n\n***\n \n# Things Removed\n\n- Removed DramaGo as they seem to have shut down.\n\n- Unstarred Character.AI due to the ongoing removal of popular characters and user dissatisfaction with increasing restrictions/filters.\n"
  },
  {
    "path": "docs/posts/WWH.md",
    "content": "---\ntitle: Why We're Here 🤍\ndescription: Help Heal\ndate: 2025-09-11\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\" />\n\nPeople always want to know what the point of life is. Why are they on earth? What are we doing here? Whats our purpose? *Whats the point?* \n\nFor most of my life, I didn't really have any answer, but as I got older, I realized, things weren't about me. I took a step back, and recognized a much bigger picture we're all apart of, and I now know exactly why we're here on earth. \n\nAs a human, you have a powerful ability, to calm, heal, and help those around you. You have the ability to protect both the people in our world, and the planet itself from harm and distress.  \n\nI know there is a huge amount of pain in our world, a lot of anger, a lot of sadness, and believe me when I say, I share the same feelings. However I believe its important that we each learn to ***harness that energy into things that are positive and kind***, not negative or evil. \n\nRemember that a lot of who you are, is your ability to experience things outside of yourself, *including other humans.* They are a direct and immediate part of your own reality. Treat their struggles and woes as if they were your own, don't leave people behind, don't leave people unloved. As frustrating as the world can be, it is worth protecting, it is worth loving, it is worth healing together.\n\n***\n\n* *\"Life is a beautiful, magnificent thing, even to a jellyfish... The trouble is you won't fight. You've given in, continually dwelling on sickness and death. But there's something just as inevitable as death, and that's life. Life, life, life. Think of all the power that's in the universe, moving the earth, growing the trees. That's the same power within you if you only have the courage and the will to use it.\"* - Charlie Chaplin, Limelight 1952\n\n* *\"The wise man beholds all beings in the Self, and the Self in all beings; for that reason, he does not hate anyone.\"* - Isa Upanishad"
  },
  {
    "path": "docs/posts/april-2023.md",
    "content": "---\ntitle: Monthly Updates [April]\ndescription: April 2023 updates.\ndate: 2023-04-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Added\n  [🤖 Artificial Intelligence](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai)\n  section.\n\n- Added Optimization, Tabletop, and Git Gud subsections in\n  [Gaming](/gaming/#gaming-tools).\n\n- Split [Language Learning](/educational/#language-learning) into\n  subsections.\n\n- Split [Shopping](/misc/#shopping) into subsections.\n\n- Split the learning portion of [Dev Tools](/developer-tools/) into subsections.\n\n- Added Art Education section to [Image Tools](/image-tools/#art-education).\n\n- Added NoFap section to NSFW to save souls.\n\n- Added [New Headers](https://imgur.com/a/YXWUZun) to the subreddit.\n\n---\n\n### Stars Added ⭐\n\n- Starred [ChatPDF](/ai/#ai-chatbots) in AI Chatbots. AI that turns any book\n  into a chatbot.\n\n- Starred [Foogle](/video/#drives--directories) in Video Download.\n  Fast, single-click video downloads.\n\n- Starred [JustChill](/video/#dedicated-hosts) in Streaming Sites.\n  Nice UI, fast 1080p.\n\n- Starred [movie-web](/video/#multi-hosts) in Streaming Sites. Nice UI,\n  fast 1080p.\n\n- Starred [Primewire](/video/#multi-hosts) in Streaming Sites.\n  Primewire has started adding links to pirated content again.\n\n- Starred [Wotaku](https://wotaku.pages.dev/) in Indexes. Awesome Japanese\n  piracy index.\n\n- Starred [RLSLOAD](/downloading/#software-sites) in Software Sites.\n  Software site with single-click downloads.\n\n- Starred [Flameshot](/image-tools/#screenshot-tools) in Screenshot Tools. Some\n  people like this more than ShareX.\n\n---\n\n### Things Removed\n\n- Removed FTUApps. FTU got caught with [malware](https://redd.it/120xk62) by\n  /r/Piracy.\n\n- Removed star from FileCR. They added new anti-adblock measures recently, and\n  adblock defenders are no longer working for many users.\n\n- Removed anti-anti-copy userscript. Script enables F7 \"Caret Browsing mode\"\n  without telling the user it's been enabled, or how to turn it off.\n"
  },
  {
    "path": "docs/posts/april-2024.md",
    "content": "---\ntitle: Monthly Updates [April]\ndescription: April 2024 updates\ndate: 2024-04-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Split Android Tools into subsections:\n  [Optimization](https://fmhy.net/mobile#optimization),\n  [Battery](https://fmhy.net/mobile#battery-tools),\n  [Keyboard](https://fmhy.net/mobile#keyboard-text),\n  [Screen](https://fmhy.net/mobile#screen-tools),\n  [Files](https://fmhy.net/mobile#android-file-tools),\n  [Root / Flash](https://fmhy.net/mobile#root-flash),\n  [Productivity](https://fmhy.net/mobile#productivity-calendars),\n  [Maps](https://fmhy.net/mobile#maps-location),\n  [Notifications](https://fmhy.net/mobile#notifications-widgets) and\n  [Social Media](https://fmhy.net/mobile#social-media-apps).\n\n- Added [Abandonware](https://fmhy.net/gaming#abandonware),\n  [MOBA](https://fmhy.net/gaming#moba-tools),\n  [Gacha](https://fmhy.net/gaming#gacha-tools),\n  [Counter-Strike](https://fmhy.net/gaming#counter-strike-tools),\n  [Doom](https://fmhy.net/gaming#doom-tools) and\n  [Controller Tool](https://fmhy.net/gaming#controller-tools)\n  sections to Gaming.\n\n- Added [Toys / Figures](https://fmhy.net/misc#toys-figures) section to\n  Shopping.\n\n- Added [Manga](https://fmhy.net/mobile#android-manga) section to\n  Android Reading.\n\n- Added [MPV Shaders](https://fmhy.net/storage#mpv-shaders) section to Video\n  Tools.\n\n- Added [Email](https://fmhy.net/privacy#email-privacy) section to\n  Privacy.\n\n- Added [Regex](https://fmhy.pages.dev/developer-tools#regex-tools) section to Dev\n  Tools.\n\n- Our [FMHY Social](https://social.fmhy.net/@fmhy) (fediverse instance /\n  account) is now live.\n\n- Removed wiki from Saidit. It's our least used version so we're not sure it's\n  worth the effort. If enough people want it back we'll reconsider.\n\n---\n\n### Stars Added ⭐\n\n- Starred [Streamed](https://fmhy.net/video#live-sports) in Live\n  Sports. Fast streams, no ads.\n\n- Starred [Poke](https://fmhy.net/social-media-tools#youtube-frontends) in\n  YouTube Frontends. Nice UI, download support, no ads.\n\n- Starred [Motrix](https://fmhy.net/file-tools#download-managers) in Download\n  Managers. Some people prefer this over Jdownloader / IDM.\n\n- Starred [Openlib](https://fmhy.net/mobile#android-reading) in\n  Android Reading. Anna’s Archive app.\n\n- Starred [Stacher](https://fmhy.net/social-media-tools#youtube-downloaders) in\n  YouTube Downloaders. Modern YT-DL GUI.\n\n- Starred [DeepLX](https://fmhy.net/text-tools#translators) in Translators.\n  Unlimited DeepL.\n\n- Starred [Claude](https://fmhy.net/ai#online-chatbots) in Online Chatbots.\n  Works better than things like Gemini.\n\n- Starred [Soft98](https://fmhy.net/downloading#software-sites) in\n  Software Sites. Big library, single click DDL.\n\n- Starred [JellyPlayer](https://fmhy.net/video-tools#jellyfin-tools) in Jellyfin\n  Tools. Modern Jellyfin client.\n\n- Starred [UniGetUI](https://fmhy.net/system-tools#package-managers) in Package\n  Managers. Nice user interface for Winget.\n\n- Starred [Zipline](https://fmhy.net/image-tools#screenshot-tools) in Screenshot\n  Tools. Self-hosted, feature-rich ShareX server.\n\n- Starred [WSABuilds](https://fmhy.net/mobile#android-emulators) in\n  Android Emulators. Pre-built WSA binaries that will continue to be\n  [updated](https://ibb.co/R4hssDc).\n\n- Starred [SmartImage](https://fmhy.net/image-tools#reverse-image-search) in\n  Reverse Image Search. Multi-site reverse image search tool.\n\n---\n\n### Things Removed\n\n- Removed free-mp3-download as they've shut down.\n\n- Removed HolyUnblocker as they've\n  [shut down](https://github.com/QuiteAFancyEmerald/Holy-Unblocker?tab=readme-ov-file#important-message-original).\n\n- Removed WSA as support for it has been [dropped](https://ibb.co/zxB565S).\n\n- Unstarred FlixHQ in Streaming. This used to be good but seems to be a lot\n  slower recently.\n"
  },
  {
    "path": "docs/posts/april-2025.md",
    "content": "---\ntitle: Monthly Updates [April]\ndescription: April 2025 updates\ndate: 2025-04-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n# Wiki Updates\n\n- Added a **[Guide](https://fmhy.net/other/selfhosting)** to set up and run your own instance of FMHY locally.\n\n- Added a **[Userscript](https://greasyfork.org/en/scripts/528660-fmhy-safelink-guard)** version of the FMHY Safeguard.\n\n- You can now choose [custom text colors](https://i.imgur.com/kXNRPjM.mp4) for the site using the icons in the sidebar + updated the feedback system to be more prominent.\n\n- Cleaned up Drama Streaming section, removed dead / bad sites, and starred a few that seemed to work the best, [before vs after](https://i.imgur.com/E3QTrUn.png).\n\n- Cleaned up Japanese Learning section, note that no sites were removed, just moved, [before vs after](https://i.imgur.com/wPboWjk.png).\n\n- Added usage limit tags to the [AI Video Generators](https://fmhy.net/ai#video-generation).\n\n- Better organized font section + split into [Generators](https://fmhy.net/text-tools#font-text-generators) and [Customization](https://fmhy.net/text-tools#font-customization).\n\n- Added a few [New Criteria](https://i.imgur.com/s7UGdIz.png) to our streaming site grading system.\n\n***\n\n# Stars Added ⭐\n\n- Starred [DAB Music Player](https://fmhy.net/audio#download-sites) in Audio DDL. Single-click FLAC album downloads, has web app + desktop apps for Windows, Mac, and Linux, with Android support coming soon.\n\n- Starred [IronFox](https://fmhy.net/storage#privacy-based) in Android Privacy Browsers. Firefox-based browser with a focus on privacy / security. Feature-rich, recommended by the LibreWolf dev team, and our community seems to really like it.\n\n- Starred [AdGuardExtra](https://fmhy.net/social-media-tools#twitch-adblockers) in Twitch Adblockers. This seems to be the best way to block them now.\n\n- Starred [AMP4](https://fmhy.net/social-media-tools#youtube-downloaders) in YouTube Video Downloaders, ad-free, supports playlists and 3-hour long videos.\n\n- Starred [JustDeleteMe](https://fmhy.net/privacy#web-privacy) in Web Privacy. Directory of links to more easily delete your accounts from web services.\n\n- Starred [PocketCasts](https://fmhy.net/audio) in Podcast Streaming. Popular iOS podcast player that recently added both desktop + web apps.\n\n- Starred [ADS-B Exchange](https://fmhy.net/misc#flights) in Flights section, one of the only sites that doesn't lock features behind paywalls.\n\n- Replaced star for xManager with [ReVanced Manager](https://fmhy.net/mobile#android-audio) in Ad-Free Spotify as it has more features, fewer issues, and xManager itself recommends it.\n\n- Removed star for Bark as it's limited, and star for Tortoise TTS as it doesn't sound good, and instead starred [TTS Online](https://fmhy.net/ai#text-to-speech), which sounds better and has a 10k daily character limit.\n\n***\n \n# Things Removed\n\n- Removed TorrentGalaxy, doesn't look like it's coming back anytime soon sadly.\n\n- Removed The Last Disaster from Audio DDL as they've shut down.\n\n- Removed TOTV from Live TV as every channel seems to be YouTube videos now.\n\n- Unstarred Plex as they've made remote streaming [paid only](https://www.plex.tv/blog/important-2025-plex-updates/), and increased their prices at the same time.\n\n- Unstarred PSArips as their download process is very annoying.\n\n- Unstarred Bookracy as it's been having issues for a while now.\n"
  },
  {
    "path": "docs/posts/aug-2023.md",
    "content": "---\ntitle: Monthly Updates [August]\ndescription: August 2023 updates.\ndate: 2023-08-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Moved fmhy.ml to **[fmhy.net](/)**, and updated the site's UI to more closely match\n  [fmhy.pages.dev](/).\n\n- Separated Android Tools into subcategories:\n  [Device](/mobile/#android-device),\n  [Utilities](/mobile/#android-utilities),\n  [Internet](/mobile/#android-internet),\n  [Camera](/mobile/#android-camera) and\n  [Customization](/mobile/#customization).\n\n- Added an [Engineering](/educational/#engineering) section to Educational.\n\n- Renamed Multi Hosts to [Multi Server](/video/#multi-server),\n  Dedicated Hosts to [Single Server](/video/#single-server), and\n  bumped Multi above Single as they're generally better.\n\n- Moved all the APK sections out of storage, and back into the main\n  [Android section](/mobile/#android-apks).\n\n- Combined all [Indian Language sites](/non-english/#indian-languages) into one\n  section in Non-Eng, as most host content for more than one language.\n\n---\n\n### Stars Added ⭐\n\n- Starred [Ova Games](/gaming/#download-games) in Game Download. Big\n  library, fast hosts.\n\n- Starred [SmashyStream](/video/#multi-server) in Streaming Sites.\n  Nice UI, fast 1080p.\n\n- Starred [BlackPearlOrigin](/storage/#game-libraries--launcher) in Game\n  Launchers. New game launcher and downloader, made by our friends.\n\n- Starred Androeed and Modyolo in [Modded APKs](/mobile/#modded-apks).\n\n- Starred [Skraper](/gaming/#emulation--roms) in Emulation. Automate\n  ROM Covers / Metadata.\n\n- Starred [ROMhacking](/gaming/#rom-sites) in ROM Sites. One of the\n  oldest sites for fan translations.\n\n- Starred [FreeSports](/video/#live-tv--sports) in Live Sports. A\n  live sports site that isn't flooded with ads like most are.\n\n- Starred [SoccerCatch](/video/#sports-streaming) in Sports\n  Streaming. Full Match replays.\n\n- Starred [DownloadPirate](/storage/#vfx-sites) in VFX Sites. Popular site for\n  video effects and software.\n\n- Starred [SophiApp](/storage/#windows-10-debloater) in debloaters. Gives good\n  explanations for its tweaks, making it safer for new users.\n\n- Starred\n  [Actually Good Distros](https://ash.fail/blog/20230625-actually-good-distro-recomendations-for-beginners.html)\n  in Linux. Beginner distro guides.\n\n---\n\n### Things Removed\n\n- Removed Bromite as they've [stopped updates](https://i.imgur.com/uM3ryHR.png),\n  and replaced it with [Cromite](https://github.com/uazo/cromite) which will\n  continue to be updated by one of their devs.\n\n- Removed AI Text Detectors as they're known for\n  [being inaccurate](https://arstechnica.com/information-technology/2023/07/openai-discontinues-its-ai-writing-detector-due-to-low-rate-of-accuracy/).\n\n- Unstarred SoftArchive in Software as people have become annoyed with their\n  slow hosts.\n\n- Unstarred LookMovie in Streaming as people don't like the fact 1080p is behind\n  premium.\n\n- Unstarred QuickBoost in Tweaking as the app doesn't give details as to what\n  each tweak actually does.\n\n- Unstarred Sockshare in Streaming as their original domain died, and it doesn't\n  have the best UI anyway.\n\n- Removed AnimeKaizoku from Anime Streaming as they've shut down.\n\n- Removed DeepFloyd from Image Generators as it's been paused for over a month.\n\n- Removed Appnee from Software Sites. The MAS team found that they host many\n  [unsafe activators](https://i.imgur.com/KmDKUw4.png). We don't think Appnee is\n  purposefully malicious; they just need to be more careful and clean things up\n  before we can add them again.\n"
  },
  {
    "path": "docs/posts/aug-2024.md",
    "content": "---\ntitle: Monthly Updates [August]\ndescription: August 2024 updates\ndate: 2024-08-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Added [URL Tools](https://fmhy.net/internet-tools#url-tools) section with\n  subsections: [Shorteners](https://fmhy.net/internet-tools#url-shorteners),\n  [Unshorteners](https://fmhy.net/internet-tools#url-unshorteners),\n  [Site Checks](https://fmhy.net/internet-tools#down-site-checkers) and\n  [Domain / DNS](https://fmhy.net/internet-tools#domain-dns).\n\n- Split Search Tools into subsections:\n  [Search Engines](https://fmhy.net/internet-tools#search-engines),\n  [Custom Engines](https://fmhy.net/internet-tools#custom-search-engines) and\n  [Google Tools](https://fmhy.net/internet-tools#google-search-tools).\n\n- Split Multiplayer Tools into subsections:\n  [Fixes](https://fmhy.net/gaming-tools#multiplayer-fixes),\n  [Mods](https://fmhy.net/gaming-tools#multiplayer-mods) and\n  [Servers](https://fmhy.net/gaming-tools#multiplayer-servers).\n\n- Split Game Dev Tools into subsections:\n  [Game Engines](https://fmhy.net/developer-tools#game-engines),\n  [Asset Creation](https://fmhy.net/developer-tools#asset-creation) and\n  [Map Creators](https://fmhy.net/developer-tools#map-creators-editors).\n\n- Added [Office Suites](https://fmhy.net/text-tools#office-suites) section to\n  Text Tools.\n\n- Added [Wallpaper Managers](https://fmhy.net/system-tools#wallpaper-managers)\n  section to Customization.\n\n- Added [Captcha Tools](https://fmhy.net/internet-tools#captcha-tools) section\n  to Internet Tools.\n\n- Added [Tumblr Tools](https://fmhy.net/social-media-tools#tumblr-tools) section\n  to Social Media Tools.\n\n- Added [VTuber Tools](https://fmhy.net/video-tools#vtuber-tools) section to\n  Video Tools.\n\n- Added warning to Vadapav NOT to use DL managers to bulk download anymore as\n  they're [banning](https://ibb.co/VvrZMXQ) for it now. You can still use DL\n  managers, just download at a reasonable pace please.\n\n- Decided to pull the plug on the feedback forum (feedback.fmhy.net), and\n  instead enable the\n  [forums feature](https://discord.com/blog/forum-channels-space-for-organized-conversation)\n  in our [Discord](https://discord.gg/5W9QJKuPkD). We now have forums for giving\n  suggestions, getting support, and testing links.\n\n---\n\n### Stars Added ⭐\n\n- Starred [lucida](https://fmhy.net/audio#audio-ripping-sites) in\n  Audio Ripping. Multi-site audio ripping with 320kb / FLAC support.\n\n- Starred [Proton Docs](https://fmhy.net/text-tools#online-editors) in Text\n  Tools. Proton's Google Docs alternative.\n\n- Starred [Pikimov](https://fmhy.net/video-tools#online-editors) in Online Video\n  Editors. Online Adobe After Effects alternative.\n\n- Starred [Flowstreams](https://fmhy.net/video#live-sports) in Live\n  Sports. Live sports / music events.\n\n- Starred [FullReplays](https://fmhy.net/video#sports-replays) in\n  Sports Replays. Full soccer match replays.\n\n- Starred [Aurora Store](https://fmhy.net/mobile#untouched-apks) in\n  Untouched APKs. FOSS version of the Play Store.\n\n- Starred [No Trace](https://fmhy.net/privacy#privacy-indexes) in\n  Privacy Indexes. In-depth privacy guides / anti-surveillance.\n\n- Starred\n  [Futo Keyboard / Voice](https://fmhy.net/mobile#keyboard-text) in\n  Android Keyboard Tools. Privacy-focused keyboards.\n\n- Starred [Piko](https://fmhy.net/mobile#social-media-apps) in Android\n  Social Media. ReVanced patches for X.com.\n\n- Starred [auto-mcs](https://fmhy.net/storage#minecraft-server-tools) in\n  Minecraft Server Tools. Simple Minecraft server setup.\n\n- Starred [Vijay's Virtual Vibes](https://fmhy.net/misc#random) in Fun\n  Sites. Find random sites.\n\n- Starred [Codeium](https://fmhy.net/ai#coding-ais) in Coding AIs. Popular\n  coding AI with unlimited GPT-3.5.\n\n- Starred [Print Chess](https://fmhy.net/gaming#strategy) in Strategy\n  Games. Printable paper chess set.\n\n- Starred both Streamflix and PrimeFlix in\n  [Multi Host](https://fmhy.net/video). Both sites have improved a\n  lot recently.\n\n- Re-added + Starred [Gmailnator](https://fmhy.net/internet-tools#temp-mail).\n  Temp mail site with Gmail addresses.\n\n---\n\n### Things Removed\n\n- Removed Fmovies as it's been offline for weeks. We've replaced it with\n  [FBOX](https://fmhy.net/video#multi-server) for now.\n\n- Removed Cipher Files as they've [shut down](https://ibb.co/gzYX4Gb).\n\n- Removed Homeworkify as they've [shut down](https://ibb.co/wJp6B3b).\n\n- Unstarred both Awesome Privacy and Hitchhiker’s Guide in Privacy Indexes, and\n  bumped PrivacyGuides.org to the top. PrivacyGuides is high quality and updated\n  more often than others.\n"
  },
  {
    "path": "docs/posts/aug-2025.md",
    "content": "---\ntitle: Monthly Updates [August]\ndescription: August 2025 updates\ndate: 2025-08-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n# Wiki Updates\n\n- Did a complete **[Contribution Guide](https://fmhy.pages.dev/other/contributing)** rewrite. It's now more intuitive and fully up-to-date. TY to Hugo.\n\n- Added [Server / Selfhosting](https://fmhy.net/linux-macos#server-selfhosting) section to Linux.\n\n- Added [Exams / Tests](https://fmhy.net/educational#exams-tests) section to Educational Tools. This also helped debloat the study section a bit.\n\n- Added [Classic / Public Domain](https://fmhy.net/video#classics-public-domain) + [Film Archive](https://fmhy.net/video#film-archives) sections to Specialty Streaming.\n\n- Added [Hacker News Tools](https://fmhy.pages.dev/misc#hacker-news-tools) section to News Sites.\n\n- Added [Sign Language](https://fmhy.net/educational#sign-language) section to Language Learning.\n\n- Added [Assistance / Charity](https://fmhy.net/misc#assistance-charity) section to Free Stuff.\n\n- Added [Vehicle](https://fmhy.net/misc#vehicle) section to Miscellaneous.\n\n- Moved [Coding Tutorials](https://fmhy.net/educational#coding-tutorials) out of storage, reformatted, added labels and removed some sites. [Before vs. After](https://i.ibb.co/0VVhmrrT/image.png)\n\n- Moved [Android Telegram Clients](https://fmhy.net/mobile#telegram-clients) out of storage, cleaned it up, added labels. [Before vs. After](https://i.ibb.co/276xNQWS/image.png)\n\n- Moved [Media Covers / Posters](https://fmhy.net/image-tools#media-covers-posters) out of storage + added labels. [Before vs. After](https://i.ibb.co/DDrN5zDt/image.png)\n\n- Moved [Album Artwork](https://fmhy.net/audio#album-artwork) out of storage + added labels.\n\n- Moved [Static Page Hosting](https://fmhy.net/developer-tools#static-page-hosting) out of storage + reorganized and added labels. [Before vs. After](https://i.ibb.co/Kpq1shtP/Untitled.png)\n\n- Cleaned up [Link in Bio](https://fmhy.net/internet-tools#link-in-bio) section, removed sites that didn't stand out + starred Carrd. [Before vs. After](https://i.ibb.co/8gfjXg2G/image.png)\n\n- Cleaned up [Ebook section](https://fmhy.net/reading#ebooks), added / fixed labels, moved sites that didn't fit the section. [Before vs. After](https://i.ibb.co/0yYcZQWW/Untitled.jpg)\n\n- Cleaned up [Spotify Tools](https://fmhy.net/audio#spotify-tools) + [Spotify Playlist Tools](https://fmhy.net/audio#playlist-tools). Re-organized + removed sites that didn't stand out.\n\n- Cleaned up formatting in [Adblock section](https://fmhy.net/privacy#adblocking). [Before vs. After](https://i.ibb.co/0jcysGV3/Adblock-Before.png)\n\n- Decided to bring back our [Saidit backup](https://saidit.net/s/freemediaheckyeah/wiki/index). Saidit has always supported us; their owner actually posted FMHY themselves on the main Saidit wiki. It's always good to have places like this that we know we can trust.\n\n- To make streaming easier to navigate, we've separated [API Frontends](https://fmhy.net/video#api-frontends) and [Single Server](https://fmhy.net/video#single-server) sites into their own sections. \n\n- Thank you to Hugo, Samidy, Dan, kick, Anarchydr, and everyone else who helped re-organize or create the sections this month.\n\n***\n\n# Stars Added ⭐\n\n- Starred [Google Assistant](https://fmhy.net/audio#song-identification) in Song Identification. Works by humming songs; seems to be even more accurate than Shazam in our testing.\n\n- Starred [Qwen](https://fmhy.net/ai#image-generation) in Image Gen. Unlimited, no signup required; seems to be almost as good as 4o as of now.\n\n- Starred [Redlib](https://fmhy.net/social-media-tools#reddit-tools) in Reddit Tools. Privacy-friendly Reddit frontend, works without an account. \n\n- Starred [keybr](https://fmhy.net/text-tools#typing-lessons) in Typing Lessons. Custom touch typing practice, has nice UI, multiplayer, profiles, themes, etc.\n\n- Starred [Seal](https://fmhy.net/mobile#android-youtube-apps) in Android YouTube Downloaders. Open-source downloader that supports many sites.\n\n- Starred [SaverTuner](https://fmhy.net/mobile#battery-tools) in Android Battery Tools. Battery saving app that many people have had good results with in our testing.\n\n- Starred [Xtra](https://fmhy.net/mobile#social-media-apps) in Android Social Media. Open-source Twitch client that seems to work well for people.\n\n- Starred [FSTV](https://fmhy.net/video#live-sports) in Live Sports. Has fast streams + covers a solid amount of leagues.\n\n- Starred [MusicBrainz Picard](https://fmhy.net/audio#audio-metadata) in Audio Metadata. Big catalog, good for batch metadata automation and sorting.\n\n- Starred [Beanconqueror](https://fmhy.net/misc#drinks) in Drinks section. Open-source, ad-free, and [feature-rich](https://i.ibb.co/1GkdXk4N/image.png) brew tracking app.\n\n- Starred [Crosshare](https://fmhy.net/gaming#crosswords) in Crossword section. Feature-rich, custom UI, active userbase and new puzzles daily.\n\n- Starred [CS50](https://fmhy.net/educational#computer-science) in Computer Science. Well-respected Harvard Computer Science Course.\n\n***\n \n# Things Removed\n\n- Removed nsw2u, nswdl, ps4pkg, and game-2u as they've been targeted and [shut down](https://torrentfreak.com/fbi-seizes-gaming-piracy-domains-including-pre-release-target-nsw2u/) by the FBI.\n\n- Removed InstallGentoo Wiki as it's been taken over by trolls. As of now the site should be avoided (NSFL content), but we'll consider re-adding if the situation ever gets handled.\n\n- Removed HuggingChat as it's [shut down](https://x.com/julien_c/status/1940082259287069089). Note that HuggingFace still works; it's only chat that's gone.\n\n- Removed Cobalt from YT downloaders as it [no longer supports YouTube](https://x.com/justusecobalt/status/1943279590178230618). Note that it still supports other video sites, so we've kept it in other sections it fits in.\n\n- Removed Masquerade Repacks as they've [called it quits](https://i.ibb.co/0pndbGNP/image.png); note that Kaos itself is still going strong.\n"
  },
  {
    "path": "docs/posts/changelog-sites.md",
    "content": "---\ntitle: Changelog Sites\ndescription: Added Changelog Sites\ndate: 2025-12-12\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n**https://changes.fmhy.bid/**\n\nThis covers changes that occur in both the #Recently-Added and #Monthly-Update channels in our Discord.\n\n***\n\n**https://fmhy-tracker.pages.dev/**\n\nThis covers links that have been added, updated, or removed by watching GitHub for changes.\n\n***\n\nNote that we also make monthly posts on both reddit + our site with the bigger changes, and you can also follow them yourself by joining our [Discord](https://redd.it/17f8msf), or watching the [Commits Page](https://github.com/fmhy/edit/commits/main/) on GitHub."
  },
  {
    "path": "docs/posts/dec-2023.md",
    "content": "---\ntitle: Monthly Updates [December] 250k members!!\ndescription: Thank you all for 250K members! ♡\ndate: 2023-12-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n<Post authors=\"nbats,taskylizard\" />\n\n---\n\n### Wiki Updates\n\n- Separated Tool sections into their own pages: [System Tools](/system-tools),\n  [File Tools](/file-tools), [Internet Tools](/internet-tools),\n  [Text Tools](/text-tools), [Video Tools](/video-tools) and\n  [Audio Tools](/audio-tools).\n\n- Separated Health into subsections: [Mental](/misc#mental-health),\n  [Physical](/misc#physical-health),\n  [Nutritional](/misc#nutritional-health),\n  [Sexual](/misc#sexual-health) and [Detoxing](/misc#detoxing).\n\n- Added a section for [Open-Source Games](/gaming#open-source-games)\n  in Gaming.\n\n- Added a section for [Animation Tools](/video-tools#animation-tools) in Video\n  Tools.\n\n- Added a section for [Academic Papers](/reading#academic-papers) in\n  Educational Reading.\n\n- Added sections for [Illustrations](/image-tools#illustrations) and\n  [Textures / Patterns](/storage#textures-patterns) in Images.\n\n- Added sections in Linux for [Video](/linux-macos#linux-video),\n  [Audio](/linux-macos#linux-audio), [Images](/linux-macos#linux-images) and\n  [File Tools](/linux-macos#file-tools).\n\n- Made a [\"safe for work\"](https://rentry.org/piracy) version of our index with\n  no NSFW links listed.\n\n- Added a [collapsible list](https://i.imgur.com/wnOXvKG.png) of all the Tool\n  sections to our site's sidebar.\n\n---\n\n### Stars Added ⭐\n\n- Starred [Streamflix](/video#multi-server) in Streaming Sites. Nice\n  UI, fast 1080p, run by members of our community.\n\n- Starred [watch.lonelil](/video#multi-server) in Streaming Sites.\n  Nice UI, fast 4K + 1080p, live TV.\n\n- Starred [Game Bounty](/gaming#download-games) in Game Download.\n  Fast hosts, pre-installs, clean uploads, run by members of our community.\n\n- Starred [AbandonwareGames](/storage#abandonware-games) in Abandonware Games.\n  Nice site with a big library of old-school games.\n\n- Starred [Heroic Games Launcher](/gaming#steam-epic) in Steam /\n  Epic. Open-source Epic Games launcher.\n\n- Starred [TG Archive](/downloading#download-directories) in Download\n  Directories. Telegram file archive + search tool.\n\n- Starred [BleachBit](/system-tools#system-debloating) in System Debloating.\n  Popular system file cleaning tool.\n\n- Starred [YT-DLP-GUI](/video-tools#youtube-download) in YouTube Download. Nice\n  GUI for YT-DL with single-click installer.\n\n- Starred [EverythingToolbar](/system-tools#system-tweaks) in System Tweaks.\n  Adds lots of features to Windows toolbar.\n\n- Starred [DeepL](/text-tools#translators) in Translators. People feel this\n  gives some of the best results.\n\n- Starred [Magpie](/gaming#optimization-tools) in Gaming\n  Optimization. Enable AMD FSR on any game or device.\n\n- Starred [TrollStore](/mobile#ios-apps) in iOS Apps. Permanently\n  install non-App Store iOS apps w/o PC, paid dev account or being jailbroken.\n\n- Starred [SmartTube](/video#smart-tv-firestick) in Smart TV /\n  Firestick. Ad-free YouTube app. Previously called SmartTubeNext.\n\n---\n\n### Things Removed\n\n- Removed both AppsTorrent and nMac as they're listed as unsafe by\n  [MacSerialJunkie](https://i.imgur.com/De9u5Ox.png).\n\n- Removed both LocalCDN and Decentraleyes as they're redundant with\n  [Total Cookie Protection](https://blog.privacyguides.org/2021/12/01/firefox-privacy-2021-update/#localcdn-and-decentraleyes)\n  enabled.\n\n- Removed NovaAI as they've\n  [decided to shut down](https://www.reddit.com/r/Piracy/comments/17pzrzj/nova_oss_the_api_that_provided_free_gpt4_and/).\n\n- Replaced all CurseForge links with Modrinth as people feel CurseForge\n  [doesn't cooperate](https://youtu.be/Vhdwz5apiQQ?si=xgzkQFa1S7hZNa5-) with\n  their user-base well.\n\n- Unstarred 12ft.io as it can no longer bypass non-JavaScript based paywalls.\n\n- Removed FileListing as they've shut down their servers.\n\n- Removed GreaseMonkey as it hasn't been updated in 3 years + has a possible\n  history of tracking users.\n"
  },
  {
    "path": "docs/posts/dec-2024.md",
    "content": "---\ntitle: Monthly Updates [December]\ndescription: December 2024 updates.\ndate: 2024-12-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n\n- Added [FFmpeg section](https://fmhy.net/video-tools#ffmpeg-tools) to Video Tools.\n\n- Added [Anti-Censorship](https://fmhy.net/privacy#anti-censorship) section to Proxies.\n\n- Added [Spotify Playlist Tools](https://fmhy.net/audio#spotify-playlists) section to Audio.\n\n- Added [Household Management](https://fmhy.net/misc#household) section to Misc.\n\n- Added new subsections to YouTube: [Video Tools](https://fmhy.net/social-media-tools#video-tools) / [Playlist Tools](https://fmhy.net/social-media-tools#playlist-tools) / [Archiving](https://fmhy.net/social-media-tools#youtube-archiving)\n\n- Split Webhosting into subsections: [Free Webhosting](https://fmhy.net/storage#free-webhosting-sites) / [Static Pages](https://fmhy.net/storage#static-page-hosting) / [Dynamic Pages](https://fmhy.net/storage#dynamic-page-hosting) / [Site Builders](https://fmhy.net/storage#website-builders)\n\n- Split [Smart TV](https://fmhy.net/video#smart-tv-firestick) and [Android TV](https://fmhy.net/video#android-tv) into separate sections.\n\n- Split [Physical Health](https://fmhy.net/misc#physical-health) and [Workout](https://fmhy.net/misc#workout-exercise) into separate sections.\n\n- Split [Single Server](https://fmhy.net/video#single-server) and [Free w/ Ads](https://fmhy.net/video#free-w-ads) streaming into separate sections.\n\n- Moved IPTV Tools out of storage into its own [dedicated section](https://fmhy.net/video#iptv-tools).\n\n- Cleaned up both [DNS Resolver](https://fmhy.net/storage#free-dns-resolvers) + [VPN Config](https://fmhy.net/storage#free-vpn-configs) sections.\n\n- Went through [AI section](https://fmhy.net/ai) and tagged bots that don't require signup.\n\n***\n\n### Stars Added ⭐\n\n- Starred [Windows 10 After EOL](https://fmhy.net/system-tools#windows-updates) in Windows Updates. Continue to receive updates after Win10's End-Of-Life in Oct 2025.\n\n- Starred [Directory Opus](https://fmhy.net/file-tools#file-explorers) in File Explorers. Powerful and highly customizable Windows file manager.\n\n- Starred [Censorship Bypass Guide](https://fmhy.net/privacy#anti-censorship) in Anti-Censorship. Easy-to-follow censorship bypass guides.\n\n- Starred [Mistral](https://fmhy.net/ai#online-chatbots) in Online Chatbots. Feature-rich bot which includes web search, a canvas tool, image generation and more.\n\n- Starred [OnTheSpot](https://fmhy.net/audio#audio-ripping-tools) in Audio Ripping. Spotify Downloader with a GUI that still works after Spotify's changes.\n\n- Starred [LanguageTool](https://fmhy.net/text-tools#grammar-check) in Grammar Check. This seemed to pick up the most errors when compared to other options.\n\n- Starred [BlockAway](https://fmhy.net/privacy#proxy-sites) in Proxy Sites. Popular proxy site that seems to work well for most people.\n\n- Starred [Plutonium](https://fmhy.net/gaming-tools#multiplayer-mods) in Multiplayer Mods. The most popular COD multiplayer server mod, works with multiple games.\n\n- Starred [webOS Dev Manager](https://fmhy.net/video#smart-tv-firestick) in Smart TV. LG TV Homebrew Installer + Guide.\n\n- Starred [Citrus Search](https://fmhy.net/reading#academic-papers) in Academic Papers. Easily search and find similar papers for any topic.\n\n***\n\n### Things Removed\n\n- Removed free WARP keys as they're being revoked now.\n\n- Removed DramaCool as they're [shutting down](https://x.com/dramacoolcom/status/1861628424147869919). We're aware GogoAnime has also stopped updates, but we're waiting for more news before removing them.\n\n- Removed both SusFlix and BFlix as they've been offline for over a week.\n\n- Unstarred multiple streaming sites as we had so many stars they became meaningless. [Before vs. After](https://i.ibb.co/QPxKLm2/image.png).\n\n- Unstarred Claude as the free tier is too limited now.\n\n- Unstarred ClearURLs as it's mostly redundant with adblockers like uBO.\n"
  },
  {
    "path": "docs/posts/dec-2025.md",
    "content": "---\ntitle: Monthly Updates [December]\ndescription: December 2025 updates\ndate: 2025-12-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n# Wiki Updates\n\n- Added new backup site **[FMHY.bid](https://fmhy.bid/)**. Should be unblocked more places than .net currently.\n\n- Added new section for [Photography / Cameras](https://fmhy.net/image-tools#photography-cameras).\n\n- Added new section for [3D Printing / Printers](https://fmhy.net/image-tools#_3d-printing).\n\n- Re-ordered [AI Benchmarks](https://fmhy.net/ai#ai-benchmarks), starred Kaggle Benchmarks, removed ones with dated testing, and added a subsection for [Specialized Benchmarks](https://fmhy.net/ai#specialized-benchmarks). [Before vs After](https://i.ibb.co/5xY36Pk5/Untitled.png) / [2](https://i.imgur.com/NuIHGhC.png).\n\n- Re-ordered and cleaned up ugly formatting in [Hosting Tools](https://fmhy.net/developer-tools#hosting-tools). [Before vs After](https://i.ibb.co/21g23vSy/Untitled.png) / [2](https://i.imgur.com/G6sJPo1.png).\n\n- Moved [Browser Startpages](https://fmhy.net/internet-tools#browser-startpages) + [Custom New Tab Pages](https://fmhy.net/internet-tools#custom-new-tab-pages) out of storage into their own sections.\n\n- Brought back the [Website](https://fmhy.github.io/FMHY-SafeGuard/) for FMHY SafeGuard.\n\n***\n\n# Stars Added ⭐\n\n- Starred [AnimeX](https://fmhy.net/video#anime-streaming) in Anime Streaming. Feature-rich, solid sources, big library, nice UI, and has forums.\n\n- Starred [Bing Image Creator](https://fmhy.net/ai#image-generation) in Image Gen. Gives 200 daily, has good editing, and seems to be the best way to use GPT Image 1 as of now.\n\n- Starred [TizenTube Cobalt](https://fmhy.net/video#android-tv) in Android TV. Ad-free YouTube app, updated often, has SponsorBlock support, and uses the official YouTube UI.\n\n- Starred [Watch Footy](https://fmhy.net/video#live-sports) in Live Sports. Solid sources, nice UI, and lots of events.\n\n- Starred [Streamer.bot](https://fmhy.net/video-tools#live-streaming) in Live Streaming Tools. [Feature-rich](https://streamer.bot/features) live stream manager, compatible w/ OBS, Streamlabs, etc.\n\n- Starred [RoSeal](https://fmhy.net/gaming-tools#roblox-tools) in Roblox Tools. Improves the Roblox website and adds nearly 200 extra features.\n\n- Starred [Voice](https://fmhy.net/mobile#android-reading) in Android Audiobook Players. Open-source, multi-format, has cover fetch, and a nice minimal design.\n\n- Starred [Loop Habit Tracker](https://fmhy.net/mobile#productivity-trackers) in Mobile Productivity. Open-source, has sticky notifications, and better limits than most free options.\n\n- Re-starred [CDRomance](https://fmhy.net/gaming#rom-sites) in ROM Sites as it's made a comeback. Note that RetroGamingTalk accounts will work on CDRomance.\n\n***\n \n# Things Removed\n\n- Removed Anadius as they've [decided to step down](https://i.ibb.co/TD9kRCR3/image.png) / [2](https://i.imgur.com/2Xk8Jor.png). It may be re-added in the future if someone new steps up to maintain it.\n\n- Removed ContextSearch as it's been removed by Firefox. It seems to be causing issues, and in some cases flooding sites with requests. We're unsure if it's purposefully malicious or a mistake by its developer, but regardless, it's recommended to remove it and try other options like [ContextSearch web-ext](https://fmhy.net/internet-tools#firefox-extensions).\n\n- Unstarred [Files](https://fmhy.net/file-tools#file-managers) in File Managers. There was a lot of hype for this originally, but people have started to come forward saying it's too laggy / slow to be useful.\n\n- Unstarred Grok, Qwen, Mage, and Flux.1 Schnell in [Image Gen](https://fmhy.net/ai#image-generation). These were considered good in the past, but there are much better, less-dated free options at this point.\n"
  },
  {
    "path": "docs/posts/discord.md",
    "content": "---\ntitle: Public Discord Server\ndescription: Our new space to chat in.\ndate: 2023-10-24\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\" />\n\n# Public URL: https://github.com/fmhy/FMHY/wiki/FMHY-Discord\n"
  },
  {
    "path": "docs/posts/feb-2024.md",
    "content": "---\ntitle: Monthly Updates [Feb]\ndescription: February 2024 updates.\ndate: 2024-02-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\" />\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Our official pastebin, **[snowbin](https://pastes.fmhy.net/)**, is now live!\n  Keep in mind pastes only last for 7 days, and as of now you can't make edits,\n  but we may add features like this in the future.\n\n- Ran a [poll](https://i.imgur.com/73paJlr.png) regarding streaming sites and\n  used the results to help us re-order the\n  [streaming section.](/video)\n\n- Turned Spotify into its own section w/ subsections:\n  [Clients](/audio#spotify-clients),\n  [Adblockers](/audio#spotify-adblockers),\n  [Download](/audio#spotify-download) and\n  [Tools](/audio#spotify-tools).\n\n- Added a section for [Soundtracks](/audio#media-soundtracks) in\n  Audio.\n\n- Added sections for [Computer Science](/developer-tools#computer-science) and\n  [Docker](/developer-tools#docker-tools) in Dev Tools.\n\n- Added a section for\n  [Two-Factor Authentication](/privacy#two-factor-authentication) in Web\n  Privacy.\n\n- Re-organized [Magazine Sites](/reading#magazines) + added filehosts\n  to their descriptions.\n\n- Removed OnStream from unsafe sites. The [\"evidence\"](https://rentry.co/upo2r)\n  we had listed wasn't very solid. If someone has more proof we can reconsider,\n  but for now we don't have reason enough to call them unsafe. Keep in mind it's\n  not posted in the wiki, just removed from our unsafe list.\n\n- We recently moved off Netlify, and soon after a scammer\n  [took over the domain](https://i.imgur.com/rByoHnf.png). If you had this page\n  bookmarked we'd highly recommend you remove it and update to our\n  [new domain](/). We've tried reporting it to Netlify, but so far they haven't\n  done anything.\n\n- Grammar issues have been fixed\n  [throughout the wiki](https://github.com/fmhy/FMHYedit/pull/1337) /\n  [2](https://github.com/fmhy/FMHYedit/pull/1340) /\n  [3](https://github.com/fmhy/FMHYedit/pull/1339). Remember that anyone can send\n  [pull requests](https://github.com/fmhy/FMHYedit) to our GitHub, so don't be\n  afraid to help us fix things like this.\n\n- Added a mirror of our site to [github.io](https://fmhy.github.io/FMHYedit/).\n\n---\n\n### Stars Added ⭐\n\n- Starred updated guides for both [Windows Piracy](/system-tools#windows-isos)\n  and [Office Piracy](/text-tools#text-editors).\n\n- Starred [Buzzheavier](/file-tools#file-hosts) in File Hosts. No upload limit,\n  files last forever.\n\n- Starred [Linqbin](/internet-tools#url-tools) in URL Tools. Privacy-focused\n  temp link shortener/pastebin, made by one of our Discord mods.\n\n- Starred [Gnarly Repacks](/gaming#game-repacks) in Game Repacks +\n  ROMs. Trusted repacker who's been around for years.\n\n- Starred [PrimeFlix](/video#multi-server) in Streaming Sites. Nice\n  UI, fast 1080p, lots of hosts.\n\n- Starred [LightDLMovies](/video#download-sites) in Video Download.\n  Fast, single-click, 1080p downloads.\n\n- Starred [Flugel Anime](/video#anime-downloading) in Anime DDL.\n  Archive of nyaa.si with fast downloads.\n\n- Starred [Divisions by zero](/social-media-tools#fediverse-tools) in Fediverse\n  Tools. The best piracy-focused instance on Lemmy.\n\n- Starred [CRACKSurl](/downloading#software-sites) in Software Sites.\n  Clean scans + admins are members of FMHY.\n\n- Starred [PDF Drive](/reading#pdf-search) in PDF Sites as their\n  downloads are working again.\n\n- Starred [Bypass All Shortlinks](/privacy#redirect-bypass) in Redirect\n  Bypass. This is a fork of the original script with all tracking elements\n  removed.\n\n---\n\n### Things Removed\n\n- Removed Tachiyomi as it is\n  [no longer being developed](https://tachiyomi.org/news/2024-01-13-goodbye).\n  We've replaced it with its successor\n  [Mihon](/mobile#android-reading), and keep in mind the forks linked\n  there still work.\n\n- Removed ReVanced Extended in YouTube Apps as it's been\n  [archived](https://redd.it/1abt4kk).\n\n- Removed Nitter in Frontends as the lead dev decided to\n  [call it quits](https://github.com/zedeus/nitter/issues/1155#issuecomment-1913361757).\n\n- Removed Erai-Raws in Anime DDL as they're closing registrations.\n\n- Removed WorldCinema in Video DDL as they've gone premium only.\n\n- Removed /r/ApkApps Megathread as it's no longer updated.\n\n- Removed Lunar Client in Minecraft Launchers as it's closed-source and their\n  privacy policy is [very poor](https://i.imgur.com/2Wtds7l.png).\n\n- Unstarred LibreWolf as Mullvad Browser is a similar project with\n  [auto updates](https://i.imgur.com/GTzWHR0.png).\n\n- Unstarred Zoo in AI Chatbots as it's no longer unlimited.\n\n- Unstarred Phind in AI Chatbots as it no longer offers free GPT-4.\n"
  },
  {
    "path": "docs/posts/feb-2025.md",
    "content": "---\ntitle: Monthly Updates [Feb]\ndescription: February 2025 updates.\ndate: 2025-02-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\" />\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n\n### Wiki Updates\n\n- Added [Concerts / Live Shows](https://fmhy.net/audio#concerts-live-shows) section to Audio.\n\n- Added [Genre Specific](https://fmhy.net/audio#genre-specific) section to Audio Downloading.\n\n- Added [Drinks](https://fmhy.net/misc#drinks) section under Food.\n\n- Moved [Collaboration Platforms](https://fmhy.net/misc#collaboration-platforms) out of storage, cleaned up the section, and added labels.\n\n- For individual notes, we've stopped linking to pastebins and instead link to our own [GitHub page](https://github.com/fmhy/FMHY/wiki/FMHY‐Notes.md). \n\n- Added a [Site Grading System](https://github.com/fmhy/FMHY/wiki/Stream-Site-Grading) for streaming to help sort them more fairly. This is currently a work in progress, and more categories will be added to further separate sites at the top, such as mobile optimization, ad-free streaming, watch list syncing, and more.\n\n***\n\n# Stars Added ⭐\n\n- Starred [DeepSeek](https://fmhy.net/ai#online-chatbots) in Online Chatbots. V3 is unlimited, and people seem to be really liking it so far.\n\n- Starred [AnimeZ](https://fmhy.net/video#anime-streaming) in Anime Streaming. Has fast streams and did well in our polls.\n\n- Starred [OOMoye](https://fmhy.net/video#download-sites) + [PKMovies](https://fmhy.net/video#drives-directories) under Video Download. Both have big libraries, fast hosts, and single-click downloads.\n\n- Starred [Ludusavi](https://fmhy.net/gaming-tools#game-saves) in Game Saves. Feature-rich game save manager that supports all platforms.\n\n- Starred [TV Garden](https://fmhy.net/video#live-tv) in Live TV. Nice UI, lots of channels, and consistent compared to similar options.\n\n- Starred [PipePipe](https://fmhy.net/mobile#android-youtube-apps) in Android YouTube Apps. Feature-rich fork of NewPipe w/ SponsorBlock / ReturnYTDislikes. \n\n- Starred [PokéRogue](https://fmhy.net/gaming-tools#pokemon-tools) in Pokémon section. Popular and fun Pokémon dungeon crawler.\n\n- Starred [WatchParty](https://fmhy.net/video-tools#stream-sync) in Stream Sync. Feature-rich video sync app that seems to work well for people. \n\n- Starred [Gifski + EZGif](https://fmhy.net/image-tools#gif-tools) under GIF Tools. High-quality GIF creation tools.\n\n- Starred [Blatant's IPA Library](https://fmhy.net/mobile#telegram-channels-1) in iOS Apps. High-quality iOS app releases; stands out compared to similar TG groups.\n\n- Starred [Reaper](https://fmhy.net/audio#audio-editors) under Audio Editors. Feature-rich digital audio workstation. It says it's a trial, but the trial never actually ends. \n\n- Added star back to [SteamGG](https://fmhy.net/gaming#download-games) in Game DDL. Game download site with pre-installs and good hosts, similar to SteamRIP. \n\n***\n\n# Things Removed\n\n- Unstarred Firehawk52 as Deezer ARLs are being nuked instantly now.\n\n- Unstarred IPALibrary and replaced it with [CodeVN](https://fmhy.net/mobile#ios-ipas), as this is where IPALibrary sources its apps.\n"
  },
  {
    "path": "docs/posts/feb-2026.md",
    "content": "---\ntitle: Monthly Updates [February]\ndescription: February 2026 updates\ndate: 2026-02-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n# Wiki Updates\n\n- Our site's default search is now **[Exact Match](https://i.ibb.co/rKNb8CGh/34t34g34.png) / [2](https://i.imgur.com/6XUs4fs.png)**, which is a lot more accurate. You can toggle between both exact and fuzzy. TY to Zenith for doing this.\n\n- Added **[Note Tooltips](https://i.ibb.co/mCZJzj1N/image.png) / [2](https://i.imgur.com/acbozgK.png)** that can be viewed simply by hovering over them. TY to Bread for doing this.\n\n- You can now navigate through [Multiple Result Pages](https://i.ibb.co/5XsSN8bm/image.png) in a single search, page titles are now included in searches, and there is a blur effect behind the window. TY to Bread.\n\n- Added an [Index Toggle](https://i.ibb.co/zVhQJDGt/234234234.png) / [2](https://i.imgur.com/oYXk3vw.png) to view only the indexes on a page, similar to the star toggle. TY to Zenith.\n\n- Fixed multiple mobile issues, including search not updating when typing; the navigation bar will now show immediately when scrolling up, instead of having to go all the way up. TY to Bread.\n\n- Added [Monochrome](https://i.ibb.co/CpTJ1yL6/234234.png) / [2](https://i.imgur.com/FN54ocn.png) as an option to the color picker. TY to Zenith.\n\n- Added a section for [Xbox Homebrew](https://fmhy.net/gaming-tools#xbox-homebrew) in Gaming Tools.\n\n- Added a section for [Undertale / Deltarune](https://fmhy.net/gaming-tools#undertale-deltarune) in Gaming Tools. TY to Nattakit, Eitan, Chara, and Clara for making this.\n\n- Added a section for [RimWorld Tools](https://fmhy.net/gaming-tools#rimworld-tools) in Gaming Tools. TY to Litekin for making this.\n\n- Added a section for [Aerospace Engineering](https://fmhy.net/educational#aerospace-engineering) under Educational. TY to Yeet + Manu for making this.\n\n- Added a section for [Indie Browser Games](https://fmhy.net/gaming#indie-browser-games) + Starred Nitrome.\n\n- Added a section for [Unblocked Browser Games](https://fmhy.net/gaming#unblocked-games) + Starred Selenite.\n\n- Added a section for [HRT / Trans Health](https://fmhy.net/misc#hrt-trans-health) under the Health section. TY to April + Pluey for making this.\n\n***\n\n# Stars Added ⭐\n\n- Starred [Hydra](https://fmhy.net/gaming-tools#game-launchers) in Game Launchers. Has plugin-based downloads, torrents, RD + TorBox, good customization, achievements, friends list, playtime monitor, cloud saves, etc. ⁠\n\n- Starred [SpotiFLAC-Mobile](https://fmhy.net/mobile#android-audio) in Android Audio. Open-source download app with support for multiple sites.\n\n- Starred both [ElyPrismLauncher + Freesm Launcher](https://fmhy.net/gaming-tools#launchers) in MC Launchers. Both are feature-rich forks of Prism that stood out more than other forks we tried.\n\n- Starred [Gemini](https://fmhy.net/ai#official-model-sites) in AI Chatbots. Gemini 3 Flash works well now and is ranked highly on LMArena.\n\n- Starred [Morphe](https://fmhy.net/mobile#android-youtube-apps) in Android YouTube + Android YouTube Music. Ad-free YouTube patcher / ReVanced alternative.\n\n- Starred [XDMovies + The One Piece](https://fmhy.net/video#download-sites) in Video Downloading. Both have big libraries + fast hosts.\n\n- Starred [mpvEx](https://fmhy.net/mobile#android-video-players) in Android Video Players. Feature-rich mpv fork, improved UI, well-maintained.\n\n- Starred [Virgil Game Search](https://fmhy.net/gaming#download-games) in Game Download. Custom multi-site game download search engine; uses only trusted sources.\n\n- Starred [Dan Store](https://fmhy.net/downloading#freeware-sites) in Freeware Sites. Web-based Microsoft Store explorer; bypasses the need for the Microsoft Store app.\n\n- Starred [KoReader](https://fmhy.net/reading#ebook-readers) in Ebook Readers. Open-source, highly customizable, plugin support; very good for e-readers.\n\n- Starred [Nothing To Watch](https://fmhy.net/video#recommendation-tools) in Movie Recommendation Tools. Interactive discovery visualization; a fun/unique way to find something to watch.\n\n- Starred [Ekvis](https://fmhy.net/educational#geography-sociology) in Geography. Well-maintained and useful geography learning site; covers 220+ countries, flags, territories, etc.\n\n- Starred [Slope Plus](https://fmhy.net/gaming#browser-games) in Browser Games. Updated version of Slope; has extra features, game modes, and an active custom map community.\n\n- Starred [GeminiGen AI](https://fmhy.net/ai#video-generation) in Image + Video Gen. Gives unlimited Nano Banana Pro images, and unlimited Sora 2, Veo 3.1, and Grok videos.\n\n- Starred [Perchance](https://fmhy.net/ai#image-generation) Image Gen. Unlimited, no sign-up required, and has improved a lot quality-wise.\n\n- Starred [Flow-Fi](https://fmhy.net/audio#lofi-radio) in Lo-Fi Radio. Has lots of options for stations and video backgrounds; higher-quality than most lo-fi sites we're sent.\n\n- Starred [StreetComplete](https://fmhy.net/misc#navigation-transport) in the Navigation section. Helps fill in missing OpenStreetMap data by completing quests.\n\n- Starred [Flash Arch, Kongregate, & Crazy Games](https://fmhy.net/gaming#multi-game-sites) in Browser Games. After going through this section, these three seemed to stand out the most, but if we missed any other good ones, feel free to let us know. We did also consider AddictingGames + Poki, but were too unsure on both. \n\n***\n \n# Things Removed\n\n- Removed BATO.to as [their staff has been threatened](https://i.ibb.co/67mzHCsW/234234234.png) / [2](https://i.imgur.com/84cioY3.png), and they've been forced to shut down the site. \n\n- Removed EeveeSpotifyReborn as it's been archived.\n\n- Removed MangaPark as their site is redirecting to ads now.\n"
  },
  {
    "path": "docs/posts/jan-2024.md",
    "content": "---\ntitle: Monthly Updates [Jan] & Happy New Year!\ndescription: Happy New Year everyone! We've made a lot of progress this year.\ndate: 2024-01-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats,zinklog,Q,Kai,taskylizard\" />\n\nHi everyone, happy new year! As we bid farewell to '23, let's take a moment to\nreflect on the remarkable journey FMHY has had this year:\n\n- We made a new website, enriched with an array of handcrafted features (by me,\n  of course) to enhance your experience and make browsing the wiki pleasant on\n  all devices (mobile included!).\n- We opened our Discord server and reached 10k members, which introduced many\n  great new people to this community and made contribution easy.\n- We've reached 250k+ members and 31 million views on Reddit!\n- Our FMHYedit repository oversaw an impressive 1k+ pull requests made by the\n  community and merged over 8k commits!\n- This wiki has grown to be more than just a piracy index, so we felt it's about\n  time other sections get some love. As such, we organized and separated tools\n  sections into their own pages, which allowed us to move a lot of useful tools\n  out of storage and make it a lot easier to discover them.\n- We started the debloat arc of FMHY and went from 27k links to 24k! We've\n  removed a lot of dead, useless, and niche links / categories, as well as\n  re-organized a lot of sections for better clarity and easier navigation.\n\nAs we enter 2024, we eagerly anticipate building on our achievements and\nevolving together. FMHY wouldn't be what it is today without the love and\nsupport of everyone in this community. Thank you for being an integral part of\nFMHY. Here's to another year of growth and success! 💙\n\n### Wiki Updates\n\n- Made our own instances for both **[SearX](https://searx.fmhy.net/)** +\n  **[Whoogle](https://whoogle.fmhy.net/)**.\n\n- Made a [Posts](/posts) page on our site, so you can see all updates without\n  needing Reddit. You can also follow via [RSS](/feed.rss).\n\n- Created a new category for [Social Media Tools](/social-media-tools) and\n  added subsections for popular sites that needed them (Reddit, Discord,\n  YouTube, etc.).\n\n- Added sections for [Game Soundtracks](/audio#game-soundtracks),\n  [IRC Tools](/downloading#irc-tools), and\n  [Coding AIs](/developer-tools#coding-ais).\n\n- Split Career into subsections: [Remote Jobs](/misc#remote-jobs),\n  [Tech Jobs](/misc#tech-jobs), [Startup](/misc#startup), and\n  [Finance / Crypto](/misc#finance-crypto).\n\n- Split Game Mods into subsections:\n  [Mod Indexes](/gaming#mod-indexes) and\n  [Single Mods](/gaming#game-mods).\n\n- Split News into subsections: [Aggregators](/misc#aggregators) and\n  [Tech News](/misc#tech-news).\n\n- Re-organized both\n  [Android Operating Systems](/mobile#operating-systems) +\n  [App Launchers](/mobile#app-launchers), and moved them out of\n  storage.\n\n---\n\n### Stars Added ⭐\n\n- Starred [Braflix](/video#streaming-sites) in Streaming Sites. Fast\n  streams, no ads, nice UI, 4K + 1080p.\n\n- Starred [Liber3](/reading#ebooks) in Reading Sites. Big library,\n  nice UI, single-click downloads.\n\n- Starred [Screenbox](/video-tools#video-players) in Video Players. Open-source,\n  VLC-based video player with a nice UI.\n\n- Starred [Vesktop](/social-media-tools#discord-clients) in Discord Clients.\n  Lightweight desktop client built with Vencord.\n\n- Starred [SydneyQt](/ai#proprietary-llms) in AI Chatbots. Jailbroken Bing AI.\n\n- Starred [App Manager](/mobile#foss-apks) in FOSS APKs. Open-source\n  Android app package manager.\n\n- Starred [scrcpy](/mobile#android-device) in Android Tools. Manage\n  mobile devices via desktop.\n\n- Starred [KernelSU](/mobile#android-device) in Android Device. Root\n  tool that some people prefer over Magisk.\n\n- Starred [Onion Browser](/mobile#ios-privacy) in iOS Privacy.\n  Recommended by Tor on their site.\n\n- Starred [Wii Guide](/gaming#homebrew) in Homebrew.\n\n- Starred [Video2x](/video-tools#video-tools-1) in Video Tools. Lossless\n  video/GIF/image upscaler.\n\n- Starred [VCRedist](/system-tools#windows-updates) in Windows Updates. Easily\n  download all Microsoft Visual C++ redists.\n\n- Starred [CanvasBlocker](/privacy#privacy-extensions) in Privacy\n  Extensions. Prevent JavaScript API fingerprinting.\n\n---\n\n### Things Removed\n\n- Removed SevenGamers as they've\n  [decided to shut down](https://i.imgur.com/C5sgVqI.png).\n\n- Removed YasDL as they uploaded a version of StarDock with the same malware\n  that filecr and others have gotten removed for.\n\n- Removed Torrentz2 as they've stopped indexing new torrents.\n\n- Unstarred LookMovie as they've added a\n  [10-second wait](https://i.imgur.com/I0D9Hyt.png) before videos play.\n\n- Unstarred DS4Windows in gaming tools. You can just add games to Steam and turn\n  on PS4 controller support by right-clicking the game.\n\n- Unstarred Ideogram as it's no longer unlimited.\n\n- Removed EveryNoiseAtOnce as the dev has been\n  [let go from Spotify](https://i.imgur.com/AaIrcAc.png).\n\n- Removed CryptoStorm as it's [possibly unsafe](https://i.imgur.com/VDlSY1T.png).\n  The owner has no ties to it anymore apparently, but it's still hard to trust a\n  company with a history this dark.\n\n- Removed our backups from NotABug. Their site goes down nearly\n  [every day](https://i.imgur.com/Vx8Ou68.png) at this point, and it's become a\n  nightmare to keep 25 wiki pages updated there. If they ever fix their issues\n  we may bring it back.\n"
  },
  {
    "path": "docs/posts/jan-2025.md",
    "content": "---\ntitle: Monthly Updates [January]\ndescription: January 2025 updates.\ndate: 2025-01-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n\n### Wiki Updates\n\n- Created **[guides.fmhy.lol](https://guides.fmhy.lol/)**, which lists all the guides we have throughout FMHY.\n\n- Re-ordered [Game DDL](https://fmhy.net/gaming#download-games) based on [poll results](https://challonge.com/1mqmqrdq). Congrats to CS.RIN for coming out on top.\n\n- Added both [Sideloading](https://fmhy.net/mobile#ios-sideloading) and [Social Media App](https://fmhy.net/mobile#social-media-apps-1) sections to iOS.\n\n- Added [Last.fm section](https://fmhy.net/audio#last-fm-tools) to Audio Tracking.\n\n- Cleaned up the Font section + split it into subcategories: [Open-Source](https://fmhy.net/text-tools#open-source-freeware) / [Free Fonts](https://fmhy.net/text-tools#free-fonts).\n\n- Added guides + better descriptions to the [Jailbreaking Tools](https://fmhy.net/mobile#ios-jailbreaking).\n\n- Added License Tags to [Stock Photo Sites](https://fmhy.net/image-tools#stock-images).\n\n- De-bloated the [IDEs section](https://fmhy.net/developer-tools#ides-code-editors) in Dev Tools.\n\n---\n\n### Stars Added ⭐\n\n- Starred [Image FX](https://fmhy.net/ai#image-generation) in Image Gen + [Video FX](https://fmhy.net/ai#video-generation) in Video Gen. AI generators made by Google; US only.\n\n- Starred [Alu](https://fmhy.net/privacy#proxy-sites) in Proxy Sites. Proxy site similar to things like HolyUnblocker.\n\n- Starred [Lively](https://fmhy.net/system-tools#wallpaper-managers) in Wallpaper Managers. Feature-rich live wallpaper manager for Windows.\n\n- Starred [BandLab](https://fmhy.net/audio#browser-editors-synths) in Audio Browser Editors. Popular and feature-rich digital audio workstation.\n\n- Starred [Kvaesitso](https://fmhy.net/mobile#app-launchers) in Android App Launchers. Feature-rich, search-focused launcher.\n\n- Starred [SideStore](https://fmhy.net/mobile#ios-sideloading) in iOS Sideloading. Fork of AltStore that doesn't require a PC.\n\n- Starred [uYouEnhanced](https://fmhy.net/mobile#ios-youtube-apps) in iOS YouTube apps. Modded YouTube IPA. \n\n- Starred [The Book of Secret Knowledge](https://fmhy.net/linux-macos#software-sites) in Linux Software. Lists, manuals, cheatsheets, tools, and more.\n\n- Starred [You Don't Need JavaScript](https://fmhy.net/developer-tools#css) in CSS Tools. Curated list of CSS demos.\n\n---\n\n### Things Removed\n\n- Removed Filehaus as they've [shut down](https://i.imgur.com/aNPHfAN.png).\n\n- Unstarred GoGoAnime as they're no longer adding new content.\n"
  },
  {
    "path": "docs/posts/jan-2026.md",
    "content": "---\ntitle: Monthly Updates [January]\ndescription: January 2026 updates\ndate: 2026-01-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n# Wiki Updates\n\n- Added **[Alternative Frontend](https://ffmhy.pages.dev/)** of FMHY with a totally different design. This pulls from the official source, so it will stay synced with new edits. It also has a [random site](https://i.ibb.co/fVkHqhRP/image.png) / [2](https://i.imgur.com/p4Mxs8y.png) button that works per page. Note the front page for this has been removed, and it now directs to the wiki itself. Thank you to nw for making this.\n\n- Added **[3 New Instances](https://fmhy.net/other/backups)** to our Backups Page (Samidy, JBugel, ArtistGrid).\n\n- Added **[Catppuccin](https://i.ibb.co/Ps8vDJL0/image.png)** / [2](https://i.imgur.com/558l4gH.png) as an option in our color picker. Thank you to Samidy for doing this.\n\n- Added a new section for [Textbooks](https://fmhy.net/reading#textbooks).\n\n- Added a new section for [File Info / Metadata](https://fmhy.net/file-tools#file-info-metadata).\n\n- Merged Linux + Mac Torrent Clients into the [Main Section](https://fmhy.net/torrenting#torrent-clients), and added labels + platform icons. [Before vs. After](https://i.ibb.co/fV1zdt44/Untitled.jpg) / [2](https://i.imgur.com/THLiMqL.jpeg)\n\n- Re-ordered [Light Novel Sites](https://fmhy.net/reading#light-novels) based on library size and UI, added labels, removed small libraries, and starred two that stood out (NovelCool + WuxiaClick). [Before vs. After](https://i.ibb.co/DSRfsrM/Untitled.png) / [2](https://i.imgur.com/IMRUQoo.png)\n\n- Debloated the [Audio Recommendation](https://fmhy.net/audio#curated-recommendations) section + added a new section for [Song / Artist Discovery](https://fmhy.net/audio#song-artist-discovery). [Before vs. After](https://i.ibb.co/zTDNZgr9/Untitled.png) / [2](https://i.imgur.com/V6h0mQx.png)\n\n- Added Labels to both [Linux Cheat Sheets](https://fmhy.net/linux-macos#cli-cheat-sheets) + [Linux Distros](https://fmhy.net/linux-macos#linux-distros). Thank you to [helxop](https://github.com/fmhy/edit/commit/9a9cd6dd47027ac63370b453ec86a943cdc0b9d6). [Before vs. After](https://ibb.co/gMD8mKbw) / [2](https://i.imgur.com/hqqLsCB.png)\n\n- Revamped our [Feedback Window](https://i.ibb.co/JjpzRXL7/image.png) / [2](https://i.imgur.com/nODLPVM.png) to try to improve its look. Thank you to Samidy for doing this.\n\n- Added a backup / frontend for our [Grading Page](https://fmhy-grading.pages.dev/), and moved both our [Backup](https://fmhy.net/other/backups) + [FAQ](https://fmhy.net/other/FAQ) pages to our website instead of Reddit/GitHub. Thank you to Roi Goat + Samidy for doing this.\n\n- Improved our [theme handler](https://github.com/fmhy/edit/pull/4386), which will help us more easily switch or add themes in the future (like Halloween, Christmas, etc.). Thank you to Land for doing this.\n\n- Added 360 Total Security to unsafe sites. If you install any of their apps, it will keep giving the user popups to install their \"toolbox,\" or will install it without consent if you use clean, repair, or optimize options. Once installed, the toolbox will then [modify your default apps](https://en.wikipedia.org/wiki/Criticism_of_Qihoo_360#Malicious_promotion) (such as your browser) and switch them all to 360 options. \n\n***\n\n# Stars Added ⭐\n\n- Starred [DDLBase](https://fmhy.net/video#download-sites) in Video Download. Has both 4K + 1080p content, uses only fast hosts, and has a huge library.\n\n- Starred [Anime Realms](https://fmhy.net/video#anime-streaming) in Anime Streaming. Good sources, nice UI, auto-next, custom player, and multi-language support.\n\n- Starred [Music Hunters](https://fmhy.net/audio#telegram-bots) in Telegram Audio Bots. Supports lots of sites, has good quality, and is easy to use.\n\n- Starred [AstralGames](https://fmhy.net/gaming#download-games) in Game Downloading. Big library, fast hosts, pre-installs, and allows requests.\n\n- Starred [Comix](https://fmhy.net/reading#manga) in Manga Sites. Big library, allows uploads, nice UI, and will be adding more languages soon.\n\n- Starred [Monochrome](https://fmhy.net/audio#streaming-sites) in Audio Streaming. No sign-up needed, multi-API integrations, Last.fm integration, customizable, and a big library.\n\n- Starred [Rive, Aether, Willow, and FlyX](https://fmhy.net/video) in Streaming. These have nice custom players, lots of features, fast streams, and impressive UIs.\n\n- Starred [StreamSports99](https://fmhy.net/video#live-sports) in Live Sports. Has fast servers and a solid UI.\n\n- Starred [Control Panel for Twitter](https://fmhy.net/social-media-tools#twitter-x-customization) in Twitter/X Customization. Adds a lot of extra features, lets you hide sections you don't use, improves UI, and much more.\n\n- Starred [Rootz](https://fmhy.net/file-tools#file-hosts) in File Hosts. Good speed, 25GB per file, and lasts 15 days after the last download. \n\n- Starred [PigenAI](https://fmhy.net/ai#image-generation) in Image Gen. Has unlimited Imagen 4, Qwen, and Nano Banana.\n\n- Starred [Nuvio](https://fmhy.net/mobile#ios-streaming) in iOS Streaming. This uses Stremio plugins and has fewer limits than the \"Lite\" version currently available on iOS.\n\n- Starred [Flud](https://fmhy.net/mobile#android-torrenting) in Android Torrenting. Allows binding, is well-maintained, and ads can easily be blocked via DNS.\n\n- Starred [Sleeping Guide](https://fmhy.net/misc#physical-health) in Physical Health. A sleep hygiene/science guide; seems to be well-received so far, curated by Dan.\n\n- Starred [OpenMW](https://fmhy.net/gaming#remakes-recreations) in Remakes / Recreations. Complete ground-up reimplementation of Morrowind, [approved by Bethesda](https://wiki.openmw.org/index.php?title=Bethesda_Emails) themselves.\n\n- Starred [Clone Hero](https://fmhy.net/gaming#remakes-recreations) in Remakes / Recreations. Feature-rich Guitar Hero clone, thousands of songs + playlists, no lag, works with all guitar controllers, and supports MIDI drum kits.\n\n- Starred [Gidd](https://fmhy.net/gaming#party-multiplayer) in Multiplayer Browser Games. Has quality versions of things like Monopoly, GeoGuessr, card games, etc. \n\n- Starred [QEMU](https://fmhy.net/system-tools#virtual-machines) in Virtual Machines. Performs well on non-Windows systems; best used with Virt-Manager or Vagrantup.\n\n- Starred [Restic](https://fmhy.net/file-tools#file-backup) in File Backup. Easy to use, multi-platform, and performed well in benchmarks.\n\n- Starred [Gemini CLI](https://fmhy.net/ai#coding-ais) in Coding AIs. This seems to have some of the best limits as of now.\n\n***\n \n# Things Removed\n\n- Removed CrocDB as they've been [hit by DMCA](https://i.ibb.co/RpDvJFgf/image.png) / [2](https://i.imgur.com/iSV0MHq.png). \n\n- Removed the IcebergCharts website as they've been [hacked a few times now](https://i.ibb.co/XxMMwqDk/image.png) / [2](https://i.imgur.com/MkvElvr.png), and can't figure out why it's happening. We may re-add it in the future if they figure it out. Note that we'll keep the subreddit in its place for now.\n\n- Removed CanvasBlocker as it's Firefox-only, and FF has this built-in now; it can also apparently make fingerprinting worse in some cases and isn't maintained well anymore.\n\n- Removed FTV and WAC from Live Sports as both are now gone.\n\n- Removed Foxified as it's suddenly [filling results with ads](https://i.ibb.co/4RzPsQ8Z/image.png) / [2](https://i.imgur.com/AjBMdfX.png). \n\n- Unstarred OnTheSpot as it will be losing Spotify support soon.\n\n- Unstarred Windsurf in Coding AIs as its limits and free models aren't as good anymore.\n"
  },
  {
    "path": "docs/posts/july-2023.md",
    "content": "---\ntitle: Monthly Updates [July]\ndescription: July 2023 updates.\ndate: 2023-07-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\" />\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Added a [Study / Research](/educational/#study--research) section to\n  Educational.\n\n- Added a [Travel](/misc/#travel) section to Miscellaneous.\n\n- Added a [Hardware](/system-tools#hardware-tools) section to System Tools.\n\n- Added qualities (720p, 1080p) to\n  [Anime Streaming](/video/#anime-streaming) sites.\n\n- Combined [Steam / Epic Tools](/gaming/#steam--epic) with DLC-Unlockers.\n\n- Linked the [\"missing sections\"](https://ibb.co/X8K2GTc) in all index pages, \n  i.e., Image Tools, Dev Tools, Storage, Base64, NSFW, and Unsafe.\n\n---\n\n### Stars Added ⭐\n\n- Starred [Seez](/video/#multi-hosts) in Streaming Sites. Nice UI,\n  fast 1080p.\n\n- Starred [SockShare](/video/#dedicated-hosts) in Streaming Sites.\n  Great for obscure TV.\n\n- Starred [UHDMovies](/video/#download-sites) in Video Download. 4K\n  Movie Host.\n\n- Starred [Glitchwave](/gaming/#tracking--discovery) in Game\n  Tracking. RYM's new game rating site.\n\n- Starred [hate5six](/audio/#streaming-sites) in Audio Streaming.\n  Huge collection of live band videos.\n\n- Starred [SittingOnClouds](/audio/#download-sites) in Audio\n  Download. Game / Anime Soundtracks.\n\n- Starred [Koalageddon](/gaming/#steam--epic) in Steam / Epic. DLC\n  Unlocker.\n\n- Starred [SpotC++](/mobile/#ios-audio) in iOS Audio. Spotilife +\n  Sposify IPA.\n\n- Starred [Favoree](/toolsguide/#youtube-tools) in YouTube Tools. Channel\n  discovery.\n\n- Starred [CloakStream](/privacy/#browser-tools) in Privacy Tools.\n  Encrypt download URLs.\n\n---\n\n### Things Removed\n\n- Removed Soap2Day in Streaming Sites as they've shut down.\n\n- Unstarred JustChill in Streaming Sites as they've been dealing with DDoS\n  attacks and now require logins.\n\n- Removed Rinzry in Video Download as drive generators no longer work.\n\n- Removed Mudome in Audio Streaming as it turned into a NSFW site.\n\n- Removed Demonoid as they've gone private.\n\n- Unstarred Imgur in Image Hosts as they've mass-deleted everything not tied to\n  accounts.\n\n- Unstarred IVPN as they've decided to remove\n  [port forwarding](https://www.ivpn.net/blog/gradual-removal-of-port-forwarding/).\n\n- Removed Chromium from the Unsafe List, as some people feel strongly that\n  [Manifest V3](https://www.eff.org/deeplinks/2021/12/chrome-users-beware-manifest-v3-deceitful-and-threatening)\n  isn't enough justification to label it unsafe.\n"
  },
  {
    "path": "docs/posts/july-2024.md",
    "content": "---\ntitle: Monthly Updates [July]\ndescription: July 2024 updates.\ndate: 2024-07-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n## Tournament Results\n\nWe did another streaming sites tournament to help us better re-order and clean\nup the section. When we did this publicly the first time there was obvious\ncheating, so we decided to make this more private and allowed only members with\nDiscord roles to vote. During each round we also had discussions about the sites\nwhich can be viewed in our Discord polls channel. These discussions were taken\ninto account when reordering, but for the most part, we relied on the voting\nresults.\n\nIn the end, some sites managed to keep their previous spots, while a few have been\nstarred, unstarred, or even removed if they were low quality or broken. If you\nsee a round with no votes either way, it means one of the sites was DQ'd.\n\n## [Final Results](https://challonge.com/Multi_Host_Streaming.svg) / [Before vs. After](https://i.imgur.com/MXN0mR5.png)\n\nWe'll be doing more tournaments in the future, so make sure to join our Discord\nif you want to be a part of them, and let us know which sections you'd like to\nsee most.\n\n---\n\n### Wiki Updates\n\n- Added [Stremio Tools](https://fmhy.net/video#stremio-tools) section\n  to Streaming.\n\n- Added [Video Generation](https://fmhy.net/ai#video-generation) section to AI.\n\n- Added [Audio Transcription](https://fmhy.net/text-tools#audio-transcription)\n  section to Text Tools.\n\n- Added [System Audio](https://fmhy.net/system-tools#system-audio) and\n  [USB / Bootloaders](https://fmhy.net/system-tools#usb-bootloaders) sections to\n  System Tools.\n\n- Added [Network Security](https://fmhy.net/privacy#network-security)\n  section to Privacy.\n\n- Added\n  [Fanfiction / Stories](https://fmhy.net/reading#fanfiction-stories)\n  section to Reading.\n\n- Added [Audio Metadata](https://fmhy.net/audio#audio-metadata)\n  section to Audio.\n\n- Added [Wayland Compositors](https://fmhy.net/linux-macos#wayland-compositors)\n  section to Linux.\n\n- Added [LaTeX Tools](https://fmhy.net/storage#latex-tools) section to Math.\n\n- Turned [Email Tools](https://fmhy.net/internet-tools#email-tools) into a main\n  section with subsections.\n\n- Split the Subtitle section into\n  [Tools](https://fmhy.net/video#subtitles) and\n  [Downloads](https://fmhy.net/video#download-subtitles).\n\n- Added multiple (15) new sections to\n  [Dev Tools](https://fmhy.pages.dev/developer-tools) and cleaned up a lot of old\n  sections.\n\n- Cleaned up [Video Hosts](https://fmhy.pages.dev/video-tools#video-file-hosts),\n  [Image Optimization](https://fmhy.net/image-tools#image-optimization), and\n  [Icons / Avatars](https://fmhy.net/image-tools#icons-avatars) sections.\n\n- Started adding non-English spellings (i.e., Chinese / 汉语方言) to titles in\n  the [Non-English section](https://fmhy.pages.dev/non-english). We haven't been\n  able to translate all the sections yet, so if you can help fill in the blanks,\n  please send your translations in the comments.\n\n---\n\n### Stars Added ⭐\n\n- Starred [Hidan](https://fmhy.net/file-tools#file-hosts) in File Hosts. Fast,\n  unlimited size, no account required; publishes when they remove files.\n\n- Starred [Catppuccin](https://fmhy.net/system-tools#custom-themes) in Custom\n  Themes. High-quality pastel system app themes.\n\n- Starred [Bio Link](https://fmhy.net/internet-tools#link-in-bio-sites) in Link\n  in Bio Sites. Feature-rich, nice UI; stood out to us when going through the\n  section.\n\n- Starred [RetroAchievements](https://fmhy.net/gaming#emulators) in\n  Emulators. Add achievements to retro games / ROMs.\n\n- Starred [r/Translator](https://www.reddit.com/r/translator/) in Translators.\n  Allows you to request translations of almost anything.\n\n- Starred [sdk.vercel](https://fmhy.net/ai#online-chatbots) in Online Chatbots.\n  Chatbot playground with unlimited GPT-4o.\n\n- Starred [FossifyOrg](https://fmhy.net/mobile#foss-apks) in FOSS\n  APKs. Covers most basic apps, minimal UI.\n\n- Starred\n  [Universal Android Debloater](https://fmhy.net/mobile#optimization)\n  in Android Optimization. Updated fork of the original UAD.\n\n- Starred [Amarok](https://fmhy.net/mobile#android-privacy) in Android\n  Privacy. Easily hide private files / apps on Android.\n\n- Starred [Sideloadly](https://fmhy.net/mobile#ios-apps) in iOS Apps.\n  Lightweight, simple setup, and auto-updates apps.\n\n- Starred [EeveeSpotify](https://fmhy.net/mobile#ios-audio) in iOS\n  Audio. Updated Spotify premium app now that Spotilife has stopped working.\n\n- Starred [S0undTV](https://fmhy.net/mobile#smart-tv-firestick) in\n  Firestick. Ad-free Twitch for Firestick.\n\n- Starred [Uncyclopedia](https://fmhy.net/misc#random) in Fun Sites.\n\n- Added star back to [Bloxstrap](https://fmhy.net/gaming-tools#roblox-tools).\n  Most issues are being fixed and the repo seems to be active again.\n\n---\n\n### Things Removed\n\n- Unstarred Vimm's Lair, they thought it was trolls at first, but now\n  [Lego and Sega](https://i.ibb.co/Dp9Kwk4/image.png) have both joined to take\n  down games.\n\n- Unstarred XDM + Motrix; neither is updated as often as other big download managers\n  and XDM gives people issues on mobile.\n\n- Unstarred SKLauncher; it's closed-source, can't download with adblock enabled,\n  and we have better MC launchers listed anyways.\n"
  },
  {
    "path": "docs/posts/july-2025.md",
    "content": "---\ntitle: Monthly Updates [July]\ndescription: July 2025 updates\ndate: 2025-07-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n\n# Wiki Updates\n\n- Added **[Platform Icons](https://i.ibb.co/PZdY4rBZ/image.png)** to descriptions on the website. Note that more sections may get icons in the future where we feel necessary. TY to hugo for this.\n\n- Started a **[YouTube Channel Spreadsheet](https://docs.google.com/spreadsheets/d/1xZm5BcQTYJx8sfSuqHExHtIOPtSfod8beHKtYzp8DxE/)** with channels recommended by FMHY users. TY to zink for this.\n\n- Added a **[Browser Startpage](https://fmhy.net/startpage)** to our website. If there's anything you guys would like added to it, let us know. TY to tasky for this.\n\n- Added [Tabletop](https://fmhy.net/gaming#tabletop-games), [Chess](https://fmhy.net/gaming#chess), [Card](https://fmhy.net/gaming#card-games), [Dungeons & Dragons](https://fmhy.net/educational#dungeons-dragons), and [RPG Worldbuilding](https://fmhy.net/gaming-tools#rpg-worldbuilding) sections.\n\n- Updated guides: [VPN Binding](https://fmhy.net/privacy#vpn-tools) / [Windows Debloat](https://fmhy.net/system-tools#windows-isos) / [ReVanced Obtainium](https://fmhy.net/mobile#revanced-tools) / [webOS Homebrew](https://fmhy.net/video#smart-tv-firestick).\n\n- Cleaned up [Royalty-Free Music](https://fmhy.net/audio#royalty-free-music), added labels, and moved it from storage to its own section. [Before vs. After](https://i.ibb.co/20Bb99zP/image.png).\n\n- Cleaned up [Content Removers](https://fmhy.net/image-tools#content-removers), merged both sections, and moved them out of storage. [Before vs. After](https://i.ibb.co/rnThdr5/Untitled.jpg).\n\n- Cleaned up [File / P2P Transfer](https://fmhy.net/file-tools#file-transfer); removed any that were unmaintained or had bad privacy policies. [Before vs. After](https://i.ibb.co/GfK168jD/Untitled.jpg).\n\n- Cleaned up [Regex Tools](https://fmhy.net/developer-tools#regex-tools), [Map Creators / Editors](https://fmhy.net/developer-tools#map-creators-editors), and [Tabletop Tool](https://fmhy.net/gaming-tools#tabletop-tools) sections.\n\n- Moved [Browser Ebook Readers](https://fmhy.net/reading#browser-ebook-readers) + [Game Assets](https://fmhy.net/developer-tools#game-assets) out of storage into their own sections.\n\n- Split [Job Search / Application](https://fmhy.net/misc#job-search-application) sites into their own section under Career.\n\n***\n\n# Stars Added ⭐\n\n- Starred [Acer Movies](https://fmhy.net/video#drives-directories) in Drives / Directories. Big library with single-click downloads.\n\n- Starred [Ascendara](https://fmhy.net/gaming-tools#game-launchers) in Game Launchers. Open-source, feature-rich game manager with easy in-app downloads.\n\n- Starred [GPT1Image](https://fmhy.net/ai#image-generation) in Image Generators. Free unlimited GPT-Image-1 images.\n\n- Starred [Axekin](https://fmhy.net/gaming#rom-sites) in ROM sites. Fast hosts, big library, and lots of platforms.\n\n- Starred [NoPayStation](https://nopaystation.com/) in Sony ROMs. One of the best sources for Sony platform ROMs.\n\n- Starred [1DM](https://fmhy.net/mobile#android-file-tools) in Android Download Managers as it [won in polls](https://i.ibb.co/zh2BKZ0z/image.png) and has features like split-file support.\n\n- Starred [Metrolist](https://fmhy.net/mobile#youtube-music) in Android YouTube Music players, as people feel this stands out the most of the Outertune forks.\n\n- Starred [AntiSplit-M](https://fmhy.net/mobile#apk-tools) in APK Tools. Easily merge split APK files.\n\n- Starred [bleh](https://fmhy.net/audio#last-fm-tools) in Last.fm Tools. Feature-rich customization script that makes the site look much better.\n\n- Starred [PDALife](https://fmhy.net/mobile#modded-apks) in Modded APKs. Easy download process, fast host, and good for modded games.\n\n- Starred [GamersNexus](https://fmhy.net/misc#tech-news) in Tech News. In-depth component reviews and news for PC building.\n\n- Starred [bt.etree, MiroPPB (ASOT), and BBC Essential](https://fmhy.net/audio#concerts-live-shows) in Concert / Live Shows. \n\n- Starred [NovelFire](https://fmhy.net/reading#light-novels) in Light Novels. Nice UI; allows login to rate and save progress.\n\n- Starred [LM Studio](https://fmhy.net/ai#self-hosting-tools) in AI Self-Hosting. Useful for running models locally; supports all GPUs or runs on CPU if needed. \n\n- Starred [Tailscale](https://fmhy.net/privacy#vpn-tools) in VPN Tools. Secure Network VPN that's easy to use and very [feature-rich](https://i.ibb.co/ZRhQBNtX/image.png).\n\n- Starred [Stop The Bleed](https://fmhy.net/educational#med-school) in Med School. Free first aid video courses and resources.\n\n***\n \n# Things Removed\n\n- Unstarred G-MEH as it tends to have outdated plugins, disabled pages, and people feel there are better options.\n\n- Unstarred SystemRequirementsLab as people don't feel it's very useful anymore.\n\n- Unstarred Comfy Online as it has older / more limited models than other starred options.\n\n- Removed Awesome Piracy as it's no longer maintained very well. No disrespect intended - Awesome Piracy is older than FMHY and inspired us in a lot of ways early on; if it starts getting maintained better, we'll consider re-adding it.\n"
  },
  {
    "path": "docs/posts/jun-2023.md",
    "content": "---\ntitle: Monthly Updates [June]\ndescription: June 2023 updates.\ndate: 2023-06-01\nnext: false\n\nprev: false\nfooter: true\n---\n\n<Post authors=\"nbats\" />\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Added a [Chess / Checkers](/gaming/#chess--checkers) section to\n  Browser Games.\n\n- Added a [Stable Diffusion](/ai/#stable-diffusion) section to Artificial\n  Intelligence.\n\n- Added qualities (720p, 1080p, 4k) to\n  [Video Download](/video/#download-sites) sites.\n\n- Created a [Git Organization](https://github.com/fmhy) and combined all FMHY\n  related projects into it.\n\n- Updated the [Beginner's Guide](https://rentry.org/Piracy-BG) with new links, a\n  FAQ section, and more.\n\n- Imgur is removing everything not tied to an account, so we've gone through and\n  replaced all our images with ImgBB.\n\n- Added [Friend Wikis](https://ibb.co/HCB7BS9) to our sidebar.\n\n---\n\n### Stars Added ⭐\n\n- Starred [Rezi](/storage/#game-download-cse) in Gaming Sites. Multi-site game\n  download search.\n\n- Starred [Guanaco](https://huggingface.co/spaces/uwnlp/guanaco-playground-tgi),\n  [Call Annie](https://callannie.ai/), [BAI](https://chatbot.theb.ai), and\n  [LMSYS](https://chat.lmsys.org/) in AI Chatbots.\n\n- Starred [Zoo](https://zoo.replicate.dev/) and\n  [DeepFloyd IF](https://huggingface.co/spaces/DeepFloyd/IF) in Image\n  Generators.\n\n- Starred [Prompt Engineering Guide](/ai/#chatgpt-prompts) in ChatGPT prompts.\n\n- Starred [Bark](/ai/#text-to-speech) in Text to Speech.\n\n- Starred [Firehawk52 Guide](/audio/#download-apps) in Audio\n  Downloading.\n\n- Starred [store.rg](/downloading/#freeware-sites) in Freeware Sites.\n\n- Starred [f.lux](/toolsguide/#tweaking) in System Tweaking.\n\n- Starred [MacroDroid](/mobile/#android-tools) in Android Tools.\n\n- Starred [Rating Graph](https://www.ratingraph.com/) and\n  [DeepSearch](https://deepsearch.mycelebs.com/movie) in Tracking / Discovery.\n\n- Starred [Programming Learning Resources](/developer-tools/#learning--cheat-sheets) in\n  Dev Tools.\n\n- Starred [CityHop](/audio/#ambient--relaxation) in Ambient /\n  Relaxation.\n\n- Starred [Knockout](/misc/#chat--forums) in Chat / Forums. Made by members\n  of the Facepunch forums after it shut down.\n\n---\n\n### Things Removed\n\n- Removed and unstarred RARBG as they have decided to\n  [call it quits](https://ibb.co/zxcLTpq).\n\n- Unstarred Mullvad in VPNs as they are\n  [removing support for port forwarding](https://mullvad.net/en/blog/2023/5/29/removing-the-support-for-forwarded-ports/).\n\n- Unstarred Patoghu in Download Sites. They've added\n  [Persian CAPTCHAs](https://ibb.co/2SjzZb1) to their downloads, making the site\n  useless to English users.\n\n- Unstarred MagicBrush in AI Image Generators. Not quite as good as other free\n  options now.\n\n- Unstarred Authy in Privacy Tools as it's not open-source.\n\n- Unstarred Awesome ChatGPT as it's no longer updated.\n\n- Bromite doesn't seem to be maintained anymore, so we've replaced the main repo\n  with an [auto-build](/mobile/) for now.\n"
  },
  {
    "path": "docs/posts/june-2024.md",
    "content": "---\ntitle: Monthly Updates [June]\ndescription: June 2024 updates\ndate: 2024-06-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Added [Switch](https://fmhy.net/gaming-tools#switch-homebrew),\n  [Wii U / Wii](https://fmhy.net/gaming-tools#wii-u-wii-homebrew),\n  [3DS / DS](https://fmhy.net/gaming-tools#_3ds-ds-homebrew), and\n  [PlayStation](https://fmhy.net/gaming-tools#playstation-homebrew) sections to\n  Homebrew.\n- Added [Virtual Reality](https://fmhy.net/gaming#virtual-reality)\n  and [Game Save](https://fmhy.net/gaming-tools#game-saves) sections to Gaming.\n\n- Added [Dev Communities](https://fmhy.net/developer-tools#dev-communities) and\n  [Reverse Engineering](https://fmhy.net/developer-tools#reverse-engineering) sections\n  to Dev Tools.\n\n- Added [Linux Communities](https://fmhy.net/linux-macos#linux-communities)\n  section to Linux.\n\n- Added [Flights](https://fmhy.net/misc#flights) section to Travel.\n\n- Organized the Maps section and added multiple\n  [new subsections](https://fmhy.net/misc#maps) to it.\n\n- Debloated [Indexes](https://fmhy.net/misc#indexes),\n  [Multi-Tool](https://fmhy.net/misc#multi-tool-sites),\n  [File Scanners](https://fmhy.net/privacy#file-scanners),\n  [Archiving](https://fmhy.net/internet-tools#archiving), and\n  [Sheet Music](https://fmhy.net/storage#music-sheet-collections) sections.\n\n- Re-added our\n  [Unsafe Sites Filter](https://github.com/WindowsAurora/FMHYFilterlist/). This\n  can be added to uBlock to stop anything in\n  [unsafe sites](https://fmhy.net/unsafe) from loading in your browser.\n\n- We compared FMHY to the badware filter list to make sure we didn't have\n  anything on it, [and we didn't](https://ibb.co/9TQ6Nnv).\n\n- Added an optional [alternative logo](https://pastebin.com/MDnQPKP3) to our\n  website.\n\n---\n\n### Stars Added ⭐\n\n- Starred both squid.wtf and MP3 Daddy in\n  [Audio Ripping](https://fmhy.net/audio#audio-ripping-sites). Deezer\n  ripping sites both capable of getting FLAC files.\n\n- Starred [Morphic](https://fmhy.net/ai#online-chatbots) in Online Chatbots.\n  GPT-4o-powered search w/ no limits.\n\n- Starred [ROM Heaven](https://fmhy.net/gaming#rom-sites) in ROM\n  sites. Badass new ROM site with single-click DDL and a high-quality UI.\n\n- Starred [All Things Linux](https://fmhy.net/linux-macos#linux-communities) in\n  Linux Communities. Linux Discord server focused on helping others and\n  learning.\n\n- Starred [Eaglercraft](https://fmhy.net/gaming-tools#minecraft-tools) in\n  Minecraft as it's started getting updates again.\n\n- Starred [CompactGUI](https://fmhy.net/file-tools#file-archivers) in File\n  Archivers. Very [useful](https://ibb.co/xm23Xbh) archiver with a nice UI.\n\n- Starred [Spicetify](https://fmhy.net/audio#spotify-adblockers) in\n  Spotify Adblockers. This has adblock plugins that work just as well as SpotX.\n\n- Starred [UI Revert Script](https://fmhy.net/social-media-tools#reddit-tools)\n  in Reddit Tools. Restores Reddit's 2023 UI.\n\n- Starred [Snaptick](https://fmhy.net/storage#to-do-apps) in Android To-Do Apps.\n  Very feature-rich to-do app.\n\n- Starred [PurpleAdblock](https://fmhy.net/social-media-tools#twitch-adblockers)\n  in Twitch Adblockers. Got an update recently and seems to be working again.\n\n- Starred [ImageGlass](https://fmhy.net/image-tools#image-viewers) in Image\n  Viewers. Popular lightweight image viewer with a nice UI.\n\n- Starred [Neal.fun](https://fmhy.net/storage#fun-indexes) in Fun Indexes. OG\n  site with lots of fun games / experiments.\n\n- Starred [Pi-hole](https://fmhy.net/privacy#dns-adblocking) in DNS\n  Adblockers as their lists are more updated than NextDNS.\n\n- Starred [ChatGPT](https://fmhy.net/ai#online-chatbots) in Online Chatbots as\n  they're adding GPT-4o to the\n  [free tier](https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4-gpt-4-turbo-and-gpt-4o).\n\n---\n\n### Things Removed\n\n- Removed both moo and media drives as neither work anymore.\n\n- Removed The Movie Archive as it's shut down.\n\n- Removed Subscene as they've [closed](https://ibb.co/SVX41NW).\n\n- Removed neofetch as it's been archived.\n\n- Unstarred Bloxstrap as the\n  [dev doesn't have time](https://github.com/pizzaboxer/bloxstrap/wiki/Addressing-usability-problems-with-Bloxstrap-v2.5.4) currently to keep it updated.\n\n- Unstarred NextDNS as their filter lists include negligent ones (like energized) which cause a bunch of issues, including fmhy.net getting blocked.\n"
  },
  {
    "path": "docs/posts/june-2025.md",
    "content": "---\ntitle: Monthly Updates [June]\ndescription: June 2025 updates\ndate: 2025-06-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n# Wiki Updates\n\n- All guides written by Dan, like **[/coffee/](https://rentry.co/coffeeguide)** & **[/pool/](https://rentry.co/poolguide)**, have been compiled in **[/danfmhy/](https://rentry.co/danfmhy/)**. \n\n- You can now search FMHY using [Brave Goggles](https://github.com/fmhy/bookmarks?tab=readme-ov-file#goggle).\n\n- Added [Nintendo](https://fmhy.net/gaming#nintendo-roms), [Sony](https://fmhy.net/gaming#sony-roms), and [Resource](https://fmhy.net/gaming#rom-resources) sections to ROMs.\n\n- Added [Rubik's Cube](https://fmhy.net/gaming#rubiks-cube), [Minesweeper](https://fmhy.net/gaming#minesweeper), and [Crossword](https://fmhy.net/gaming#crossword-puzzles) sections to Puzzles.\n\n- Added a [Game Learning](https://fmhy.net/educational#game-learning) section to Educational, with [Rubik's Cube](https://fmhy.net/educational#rubiks-cube) + [Chess](https://fmhy.net/educational#chess) subsections.\n\n- Added a [Firefox Tools](https://fmhy.net/internet-tools#firefox-tools) section to Internet. \n\n- Added a [Data Breach Monitoring](https://fmhy.net/privacy#data-breach-monitoring) section to Privacy.\n\n- Added a [Task Automation](https://fmhy.net/system-tools#task-automation) section to System Tools.\n\n- Added a [Unix-Like](https://fmhy.net/linux-macos#unix-like) section to the bottom of Linux.\n\n- Added Size Limits + Sign-up Requirements to [Remote Torrenting](https://fmhy.net/torrenting#remote-torrenting) descriptions.\n\n- Re-organized [Android Audio Players](https://fmhy.net/mobile#android-audio-players) based on [Poll Results](https://i.imgur.com/2FOFOth.png). The four stars are now: Poweramp, Musicolet, VLC, and foobar2000.\n\n- Re-organized [Android Keyboards](https://fmhy.net/mobile#keyboard-tools) based on [Poll Results](https://i.imgur.com/OE8zsC0.png). FUTO managed to keep its top spot, and Heli was bumped up much higher.\n\n- Re-organized [Live Sports](https://fmhy.net/video#live-sports), removed sites w/ broken or dupe players, and starred a few that seemed to stand out. [Before vs. After](https://i.imgur.com/eDioF9L.png).\n\n- Re-organized [Radio Streaming](https://fmhy.net/audio#radio-streaming) + [Internet Radio](https://fmhy.net/audio#internet-radio), added new stars and new labels, and moved both sections out of storage.\n\n- Re-organized [RSS Readers](https://fmhy.net/internet-tools#rss-readers), improved labels, and removed bad ones. [Before vs. After](https://i.imgur.com/oAVEC6H.png).\n\n- Re-organized [Text Adventures](https://fmhy.net/gaming#text-adventures), added labels, and moved out of storage. [Before vs. After](https://i.imgur.com/JrdEDC3.png).\n\n- Re-organized Dev Tool Sites, moved out of storage, and separated into [Indexes](https://fmhy.net/developer-tools#dev-tool-indexes) + [Online Toolkits](https://fmhy.net/developer-tools#online-toolkits). [Before vs. After](https://i.imgur.com/JyJOW9v.png).\n\n- Updated [grading criteria #4 and #5](https://github.com/fmhy/FMHY/wiki/Stream-Site-Grading) to reward sites that have source auto-switch + episode auto-next working across all their servers. Also merged quality, subtitle, and media type criteria into #1 to simplify scoring, and started giving points for watch party support. This has reduced the total amount of stars and helped the best sites stand out more. [Before vs. After](https://i.imgur.com/omYr1pQ.png).\n\n***\n\n# Stars Added ⭐\n\n- Starred [LMArena](https://fmhy.net/ai#image-generation) in Image Gen. Good models, unlimited, no sign-up required; clear cookies if you're getting errors.\n\n- Starred [HuggingChat](https://fmhy.net/ai#online-chatbots) in Online Chatbots. Privacy-friendly, lots of models, sign-up required, but temp-mail works.\n\n- Starred [Blip](https://fmhy.net/file-tools#file-transfer) in File Transfer. Easily transfer large files over the internet or between your own devices. Well-liked by everyone in our Discord who has tried it.\n\n- Starred [ImageToolbox](https://fmhy.net/mobile#camera-tools) in Android Image Editors. Open-source, feature-rich, and well-maintained.\n\n- Starred [Parabolic](https://fmhy.net/social-media-tools#youtube-downloaders) in YouTube Downloaders. Open-source, multi-platform, and one of the easier-to-use yt-dlp frontends.\n\n- Starred [Infinite Backlog](https://fmhy.net/gaming-tools#tracking-databases) in Game Tracking / Databases. Backloggd/Glitchwave competitor with a nice UI, achievement integration, and challenges.\n\n- Starred [GameBanana](https://fmhy.net/gaming-tools#game-mods) in Game Mods. High-quality, well-organized, and the go-to for certain franchises like Sonic, Celeste, etc.\n\n- Starred [TETR.IO](https://fmhy.net/gaming#party-multiplayer) in Multiplayer Browser Games. F2P multiplayer Tetris that's popular, feature-rich, and [well-maintained](https://tetr.io/about/patchnotes/) by its devs.\n\n- Starred [Mario Kart PC](https://fmhy.net/gaming#browser-games) in Browser Games. SNES-style Mario Kart w/ [Custom Maps](https://mkpc.malahieude.net/creations.php) & Multiplayer.\n\n- Starred [RootlessJamesDSP](https://fmhy.net/mobile#android-audio) in Android Audio Equalizers. Open-source, supports many apps, AutoEQ support; good Poweramp alt.\n\n- Starred [Plonk It](https://fmhy.net/gaming#geoguessr-games) in GeoGuessr Games. Active community for learning GeoGuessr.\n\n- Starred [Zed](https://fmhy.net/ai#coding-ais) in Coding AIs. Collaborative coding AI getting positive attention from [HackerNews](https://news.ycombinator.com/item?id=43959710) + our members.\n\n***\n \n# Things Removed\n\n- Unstarred OOMoye as their library seems a lot smaller now, and their search is still broken.\n"
  },
  {
    "path": "docs/posts/mar-2025.md",
    "content": "---\ntitle: Monthly Updates [March]\ndescription: March 2025 updates\ndate: 2025-03-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Re-ordered [AI image generators](https://fmhy.net/ai#image-generation) based on [poll results](https://challonge.com/xfu596g9). Thanks to everyone who voted, and congrats to NexusAI Image for coming out on top.\n\n- Separated [Image Hosts](https://fmhy.net/image-tools#image-hosts) & [Online Galleries](https://fmhy.net/image-tools#online-galleries) into their own subsections + added size, file retention, and sign-up requirement tags.\n\n- Split Web Hosting Sites into [Dynamic](https://fmhy.net/storage#dynamic-page-hosting), [Static](https://fmhy.net/storage#static-page-hosting), & [Builders](https://fmhy.net/storage#website-builders) + added space, monthly transfer, and traffic tags to each.\n\n- Separated [RSS Tools](https://fmhy.net/internet-tools#rss-tools) & [Bookmark Tools](https://fmhy.net/internet-tools#bookmark-tools) into their own subsections.\n\n- Moved [Voice Removal / Separation](https://fmhy.net/ai#voice-removal-separation) from storage to its own section in AI. [Before vs. After](https://i.imgur.com/sPqq1v3.png)\n\n- Added mobile optimization scores for all the [streaming sites](<https://github.com/fmhy/FMHY/wiki/Stream-Site-Grading>).\n\n- Added tags / labels to the [Image Upscalers](https://fmhy.net/image-tools#upscale-restore) section.\n\n---\n\n### Stars Added ⭐\n\n- Starred [files.vc](https://fmhy.net/file-tools#file-hosts) in File Hosts. 10GB per file, no expiration, unlimited files.\n\n- Starred [AB Download Manager](https://fmhy.net/file-tools#download-managers) in Download Managers. Manager that is open-source, well-maintained, feature-rich, and nice to look at.\n\n- Starred [lossless-cut](https://fmhy.net/video-tools#video-editors) in Video Editors. Feature-rich editor that preserves quality/metadata for FFmpeg.\n\n- Starred [wide.video](https://fmhy.net/video-tools#online-editors) in Online Video Editors. Feature-rich and stands out a lot compared to similar options.\n\n- Starred [Footballia](https://fmhy.net/video#sports-replays) in Sports Replays. Full classic football matches.\n\n- Starred [Geotastic](https://fmhy.net/gaming#geoguessr-games) in GeoGuessr Games. Seems to stand out compared to similar options.\n\n- Starred [DAREBEE + r/BodyweightFitness Wiki](https://fmhy.net/misc#workout-exercise) in Workout. Multiple fitness routines; both seem to be well-liked by the community.\n\n- Re-starred [Stacher](https://fmhy.net/social-media-tools#youtube-downloaders) in YouTube Downloaders. People felt as though a good yt-dlp GUI was worth having starred again.\n\n- Starred [UVR5_UI](https://fmhy.net/ai#voice-removal-separation) in Voice Removal. Online voice removal tool that seems to work well.\n\n---\n\n### Things Removed\n\n- Removed Malwarebytes crack as it no longer works.\n\n- Unstarred Go Speed as people don't feel it's as good as other options anymore.\n"
  },
  {
    "path": "docs/posts/mar-2026.md",
    "content": "---\ntitle: Monthly Updates [March]\ndescription: March 2026 updates\ndate: 2026-03-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n# Wiki Updates\n\n- Updated some of the **[Homepage Icons](https://i.ibb.co/7JKx0WJ5/image.png)** / [2](https://i.imgur.com/8n5Wgw9.png) to try to make them more clear. Thank you to suprememuhit for doing this.\n\n- Moved Coding AIs from AI section to Developer Tools with [4 new subsections](https://i.ibb.co/mC6MyNQN/image.png) / [2](https://i.imgur.com/rFZJqJo.png). Thank you to anarchydr for doing this.\n\n- Added new [MPV client list](https://mpv.rocks/) site + bumped it to #1 video player as many people feel its the best of the big three (MPV, MPC, VLC.)\n\n- Added section for [Cantonese Learning](https://fmhy.net/educational#cantonese). Thank you to YEET for doing this. \n\n- Moved OuterTune from YouTube Music Players to Android Audio Players as they're [dropping YTM support](https://github.com/OuterTune/OuterTune/discussions/1116).\n\n***\n\n# Stars Added ⭐\n\n- Starred both [Epstein Exposed + JMail](https://fmhy.net/reading#declassified-leaked-documents) in documents section, we've been sent a lot of these, but these 2 seem to have some of the better UIs.\n\n- Starred [Convert to it!](https://fmhy.net/file-tools#file-converters) in File Converters, nearly all formats imaginable, file uploads are in browser only, not uploaded to them which is good for privacy.\n\n- Starred [ZeroFS](https://fmhy.net/file-tools#file-hosts) in File Hosting, unlimited file size, keeps files for 30 days after its last download.\n\n- Starred [GN-Math](https://fmhy.net/gaming#unblocked-games) in Unblocked Browser Games, has a bunch of good ports, seems to be well liked.\n\n- Starred [Font Analyzer](https://fmhy.net/text-tools#font-tools) in Font Tools, analyses fonts from any page and gives you similar alternatives.\n\n- Starred [Markbox](https://fmhy.net/text-tools#pastebins) (aka fluffle) in Pastebins, alt to rentry with similar UI, has markdown support, editing, etc.\n\n- Starred [Efecto](https://fmhy.net/image-tools#image-effects) in Image Editing, web-based visual effects editor, supports images, videos and 3D models.\n\n- Starred [KLIPY](https://fmhy.net/ai#video-generation) in Video Gen, allows you to generate unlimited GIFs using Veo 3.\n\n- Starred [Image-Upscaling](https://fmhy.net/image-tools#upscale-restore), online image upscaling tool, works quickly, gives good results.\n\n- Starred [Google Flow](https://fmhy.net/ai#image-generation) in Image Gen, gives unlimited Nano Banana Pro / Nano Banana 2. \n\n- Starred [Khoj](https://fmhy.net/ai#image-generation) in Image Gen, gives unlimited Nano Banana / Imagen 4.\n\n- Starred [Knots 3D](https://fmhy.net/educational#skills-hobbies-diy) in Educational Skills, 3D interactive guides to learn how to tie any knot. \n\n- Starred [Google AI Mode](https://fmhy.net/ai#specialized-chatbots) in Specialized Chatbots, AI Search Engine, that gives unlimited Gemini 3.\n\n- Starred [Net4People](https://fmhy.net/privacy#anti-censorship) in Censorship Bypass section, worldwide censorship circumvention discussion, chats take place within the GitHub issue section. \n\n- Starred [NetBird](https://fmhy.net/privacy#vpn-server) in VPN Servers, WireGuard Mesh similar to Tailscale, except its open-source, self-hostable, and has a web UI. \n\n- Starred two [FreshRSS](https://fmhy.net/internet-tools#rss-readers) instances in RSS Readers (rss.fmhy + Prodottoinrete), its customizable, web-based, and allows unlimited feeds.\n\n***\n \n# Things Removed\n\n- Removed Duolingo as it has bad privacy, and has gained a rep for being a poor way to learn a language.\n\n- Removed Pollinations from AI sections as they're restricting their best models to paid users only now.\n"
  },
  {
    "path": "docs/posts/march-2024.md",
    "content": "---\ntitle: Monthly Updates [March]\ndescription: March 2024 Updates\ndate: 2024-03-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info \nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Added custom search engines (CSE) for\n  [Courses](https://cse.google.com/cse?cx=f7a118c70d0804fc4) and\n  [Fonts](https://cse.google.com/cse?cx=82154ebab193e493d).\n\n- Added a section for\n  [Productivity Tools](https://fmhy.net/misc#productivity-tools) in Useful\n  Sites.\n\n- Added a section for [File Recovery](https://fmhy.net/file-tools#file-recovery)\n  in File Tools.\n\n- Added a section for\n  [Fingerprinting / Tracking](https://fmhy.net/privacy#fingerprinting-tracking)\n  in Privacy.\n\n- Added sections for\n  [Mario Kart](https://fmhy.net/gaming#mario-kart-tools) +\n  [Geometry Dash](https://fmhy.net/gaming#geometry-dash-tools) in\n  Gaming.\n\n- Added a section for\n  [Crypto / Bitcoin](https://fmhy.net/misc#crypto-bitcoin) in Career.\n\n- Added a section for [Raspberry Pi](https://fmhy.net/linux-macos#raspberry-pi) in\n  Linux.\n\n- Added sections for [Design Apps](https://fmhy.net/image-tools#design-apps) +\n  [Design Assets](https://fmhy.net/image-tools#free-assets) in Image Tools.\n\n- Our Minecraft Server is now live. Click\n  **[here](https://fmhy.net/posts/minecraft-server)** to join.\n\n---\n\n### Stars Added ⭐\n\n- Starred\n  [yet another music server](https://fmhy.net/audio#audio-downloading)\n  in Audio Downloading. Multi-site DDL (Deezer, Qobuz, Tidal, Spotify, YouTube,\n  FLAC).\n\n- Starred [wrtn](https://fmhy.net/ai#online-chatbots) in Online Chatbots. No-limit\n  GPT-4; tell it to always talk in English.\n\n- Starred\n  [M4UFree + YesMovies](https://fmhy.net/video#streaming-sites) in\n  Streaming. Both have huge libraries, fast 1080p, and have been around for over\n  a decade.\n\n- Starred [Poe](https://fmhy.net/ai#online-generators) in Image Generators. 100\n  SDXL and 100 Playground gens.\n\n- Starred\n  [Simply Optimized](https://fmhy.net/storage#minecraft-optimization-mods) in\n  Minecraft Optimization. Some prefer this to Fabulously Optimized.\n\n- Starred [SolidTorrents](https://fmhy.net/torrenting#aggregators) in\n  Torrent Aggregators.\n\n- Starred [MrGamingStreams](https://fmhy.net/video#live-tv-sports) in\n  Live TV. Fast streams, nice UI, no ads.\n\n- Starred [720pier](https://fmhy.net/video#sports-streaming) in\n  Sports Streaming. Sport replay torrents.\n\n- Starred\n  [Enhancer for YT](https://fmhy.net/social-media-tools#youtube-customization)\n  in YouTube Customization. YouTube enhancement extension.\n\n- Starred [RatS](https://fmhy.net/video#tracking-discovery) in\n  Tracking / Discovery. Sync media ratings between sites.\n\n---\n\n### Things Removed\n\n- Removed Vendetta from Android as the devs have\n  [shut it down](https://i.imgur.com/F4o2ela.png).\n\n- Removed TTV LOL as it stopped working.\n\n- Unstarred bypass.vip and FastForward as they\n  [don't work as well](https://i.imgur.com/EMRcqX6.png) as they used to.\n\n- Unstarred Claude in chatbots as it requires email + phone number and doesn't\n  give as good results as it used to.\n\n- Unstarred Harmonoid as it's no longer being updated and has 100+ issues on\n  GitHub.\n"
  },
  {
    "path": "docs/posts/may-2023.md",
    "content": "---\ntitle: Monthly Updates [May]\ndescription: May 2023 updates.\ndate: 2023-05-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Added **[The Piracy Glossary ☠️](https://rentry.org/The-Piracy-Glossary)**,\n  where we've organized and provided explanations for every piracy-related term we\n  could think of.\n\n- Added Optimization, Tweaking, Virtual Machines, and Terminal / CLI subsections\n  to [System Tools](/system-tools).\n\n- Added Chat / Forums, Image / Video, Interactive, Interesting, and Random\n  subsections to [Fun Sites](/misc/#fun-sites).\n\n- Added a [Gardening](/misc/#gardening) section to Miscellaneous.\n\n- Created a [Software CSE](/downloading/#software-sites) out of the\n  Software sites.\n\n---\n\n### Stars Added ⭐\n\n- Starred [Torrminatorr](/gaming/#download-games) in Gaming Sites.\n  Torrminatorr is back!\n\n- Starred [GOG Games](/gaming/#download-games) in Gaming Sites. GOG\n  is back on the Clearnet!\n\n- Starred [FileCR](/downloading/#software-sites) in Software Sites.\n  FileCR has removed their anti-adblock.\n\n- Starred [Streaminal-TV](/video/#dedicated-hosts) in Streaming\n  Sites. Nice UI, fast 1080p.\n\n- Starred [TokyoInsider](/video/#anime-downloading) in Anime\n  Downloading. Anime site with single-click DDLs.\n\n- Starred [Cubari](/reading/#manga-sites) in Manga Sites. Multi-site\n  manga scraper.\n\n- Starred [FoxyTab](https://addons.mozilla.org/en-US/firefox/addon/foxytab/),\n  [Zoom Page WE](https://addons.mozilla.org/en-US/firefox/addon/zoom-page-we/),\n  and [Scroll Anywhere](https://addons.mozilla.org/en-US/firefox/addon/scroll_anywhere/)\n  in Browser Extensions.\n\n- Starred [PokeSmash](/misc/#random) in Fun Sites.\n\n- Re-added + starred [WCO](/video/#cartoon-streaming) in Cartoon\n  Streaming. This went paid for a bit but seems to be free again.\n\n- Re-added + starred [CloudStream](/mobile/#android-streaming) in\n  Android Streaming. Some extensions are still getting updates.\n\n---\n\n### Things Removed\n\n- Unstarred WebOasis in Indexes. Doesn't seem to be getting updated anymore. RIP\n  Webby.\n\n- Unstarred UniqueStream, HDMovieBox, and Pirate-Media in Streaming for being\n  slow or dead.\n\n- Unstarred Soft98 in Software as most downloads are dead.\n\n- Removed Midjourney in Image Gen as it's\n  [no longer free](https://youtu.be/EHnUydrurmk).\n"
  },
  {
    "path": "docs/posts/may-2024.md",
    "content": "---\ntitle: Monthly Updates [May]\ndescription: May 2024 updates\ndate: 2024-05-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Added [Multi-Game](https://fmhy.net/gaming#multi-game-sites),\n  [Party](https://fmhy.net/gaming#party-games),\n  [Shooter](https://fmhy.net/gaming#shooter),\n  [Platforming](https://fmhy.net/gaming#platformer),\n  [Simulation](https://fmhy.net/gaming#simulation),\n  [Arcade](https://fmhy.net/gaming#arcade), and\n  [RPG](https://fmhy.net/gaming#rpg) sections to Browser Games.\n\n- Added [Med School](https://fmhy.net/educational#med-school),\n  [Philosophy](https://fmhy.net/educational#philosophy), and\n  [Geography](https://fmhy.net/educational#geography-datasets) sections to\n  Education.\n\n- Added [Linux Guides](https://fmhy.net/linux-macos#linux-guides) and\n  [Window Managers](https://fmhy.net/linux-macos#window-managers) sections to\n  Linux.\n\n- Added a [Public Domain](https://fmhy.net/reading#public-domain)\n  section to Reading.\n\n- Added a [German](https://fmhy.net/educational#german) section to Language\n  Learning.\n\n- Renamed Audio Download to\n  [Audio Ripping](https://fmhy.net/audio#audio-ripping), cleaned up\n  the section, and separated sites and tools into their own subsections.\n\n- Cleaned up the\n  [qBittorrent Tools](https://fmhy.net/torrenting#qbittorrent-tools),\n  [Paywall Bypass](https://fmhy.net/internet-tools#paywall-bypass),\n  [Pastebins](https://fmhy.pages.dev/text-tools#pastebins), and\n  [OSINT](https://fmhy.net/internet-tools#open-source-intelligence) sections.\n\n- Moved [Periodic Tables](https://fmhy.net/educational#periodic-tables),\n  [Quotes](https://fmhy.net/educational#quote-indexes),\n  [File Scanners](https://fmhy.net/privacy#file-scanners), and\n  [Sheet Music](https://fmhy.net/audio#sheet-music) out of storage\n  into main sections.\n\n- Moved [Gaming Tools](https://fmhy.net/gaming-tools) out of Gaming onto its own\n  page.\n\n- Separated [Painting](https://fmhy.net/image-tools#painting) and\n  [Drawing](https://fmhy.net/image-tools#drawing) into their own sections.\n\n---\n\n### Stars Added ⭐\n\n- Starred the [Debloat Guide](https://fmhy.net/system-tools#system-debloating) in\n  System Debloating. Collaborative project by our Discord members; let us know\n  what you think or if you have any suggestions for it.\n\n- Starred [Nunflix](https://fmhy.net/video#multi-server) in\n  Streaming. Multi-server streaming with fast hosts and a nice UI.\n\n- Starred [Game Bounty](https://fmhy.net/downloading#software-sites) in\n  Software as they've started uploading software recently.\n\n- Starred [FastStream](https://fmhy.net/video#helpful-sites-tools) in\n  Streaming Tools. Fragmentation streaming which speeds up browser video\n  buffering.\n\n- Starred [Mumble](https://fmhy.net/internet-tools#chat-tools) in Chat Tools.\n  Old-school voice chat client used and loved by many.\n\n- Starred [Tixati](https://fmhy.net/torrenting#torrent-clients) in\n  Torrent Clients. Simple client still popular in some circles.\n\n- Starred [SpecialK](https://fmhy.net/gaming-tools#optimization-tools) in Gaming\n  Optimization. Feature-rich game optimization tool.\n\n- Starred [qView](https://fmhy.net/image-tools#image-viewers) in Image Viewers.\n  Minimal and efficient open-source image viewer.\n\n- Starred [SauceNAO](https://fmhy.net/image-tools#reverse-image-search) in Reverse\n  Image Search. Multi-site search engine.\n\n- Starred [Puter](https://fmhy.net/system-tools#os-emulators) in OS Emulators.\n  Session-saving browser operating system.\n\n- Starred [playit.gg](https://fmhy.net/storage#minecraft-servers) in Minecraft\n  Servers. Easy-to-set-up Minecraft servers.\n\n- Starred\n  [MCPropertyEncyclopedia](https://fmhy.net/gaming-tools#minecraft-tools) in\n  Minecraft Tools. Comprehensive block info database.\n\n- Starred\n  [Shazam + WatZatSong](https://fmhy.net/audio#song-identification)\n  in Song Identification. Popular song identification tools.\n\n---\n\n### Things Removed\n\n- Removed MrGamingStreams as they've shut down.\n- Removed IDM Activation Script as it's been archived.\n"
  },
  {
    "path": "docs/posts/may-2025.md",
    "content": "---\ntitle: Monthly Updates [May]\ndescription: May 2025 updates.\ndate: 2025-05-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n# Wiki Updates\n\n- Made a FMHY [Redlib Instance](https://redlib.fmhy.net/r/FREEMEDIAHECKYEAH/wiki/index) + our [SearXNG](https://searx.fmhy.net/) is working again too.\n\n- Added an [ARPG / MMORPG](https://fmhy.net/gaming-tools#arpg-mmorpg-tools) section in Gaming Tools.\n\n- Added [STEM](https://fmhy.net/reading#stem-resources) + [Kindle Tools](https://fmhy.net/reading#kindle-tools) sections in Reading.\n\n- Added [Disc Utilities](https://fmhy.net/video-tools#disc-utilities) + [Video Enhancement / Effects](https://fmhy.net/video-tools#video-enhancement-effects) sections in Video Tools.\n\n- Split the Steam / Epic section into subsections: [Client Tools](https://fmhy.net/gaming-tools#client-tools), [DLC Unlock / DRM Bypass](https://fmhy.net/gaming-tools#dlc-unlock-drm-bypass), and [Steam Store](https://fmhy.net/gaming-tools#steam-store).\n\n- Split the macOS section into subsections: [Video](https://fmhy.net/linux-macos#mac-video), [Audio](https://fmhy.net/linux-macos#mac-audio), [Image](https://fmhy.net/linux-macos#mac-images), [Internet](https://fmhy.net/linux-macos#mac-internet), [System](https://fmhy.net/linux-macos#system-tools), and [File](https://fmhy.net/linux-macos#file-tools-1).\n\n- Split PDF Tools into subsections: [Online Toolkits](https://fmhy.net/file-tools#online-pdf-toolkits), [Offline Toolkits](https://fmhy.net/file-tools#offline-pdf-toolkits), [Conversion](https://fmhy.net/file-tools#pdf-conversion-tools), and [Utilities](https://fmhy.net/file-tools#pdf-utilities).\n\n- Split Video Processing into [Programs](https://fmhy.net/video-tools#processing-encoding) and [Online](https://fmhy.net/video-tools#online-processing) sections.\n\n- Re-organized & added labels to [Android Text Editors](https://fmhy.net/storage#android-text-editors), [Note-Taking](https://fmhy.net/storage#note-taking), and [To-Do](https://fmhy.net/storage#to-do-apps). [Before vs. After](https://i.imgur.com/JyGeAsi.jpeg)\n\n- Re-organized & added labels to [Ambient Sound Mixers](https://fmhy.net/storage#ambient-sound-mixers) and [Android Browsers](https://fmhy.net/storage#android-browsers). [Before vs. After](https://i.imgur.com/F48u9pk.png)\n\n- Re-organized & added labels to [Website Templates](https://fmhy.net/storage#website-templates), [WordPress Themes](https://fmhy.net/storage#wordpress-themes), and [YouTube Movies](https://fmhy.net/video#free-w-ads). [Before vs. After](https://i.imgur.com/Q84jTaz.png)\n\n- Re-organized the [Manga Section](https://fmhy.net/reading#manga) based on [Poll Results](https://challonge.com/lzbv9baj/). Congrats to ComicK for coming out on top.\n\n- Moved [Website Generators](https://fmhy.net/developer-tools#website-generators) out of storage, re-organized, and added labels. [Before vs. After](https://i.imgur.com/V1DWN9D.jpeg)\n\n- Moved [3D Modeling + CAD Sections](https://fmhy.net/image-tools#_3d-models) out of storage, re-organized, and added labels. [Before vs. After](https://i.imgur.com/4V41Zdx.png)\n\n- All media tracking sections have now been split into Tracking / Databases and Recommendations. This applies to Streaming, Gaming, Reading, and Audio sections.\n\n***\n\n# Stars Added ⭐\n\n- Starred [AnimeKai](https://fmhy.net/video) in Anime Streaming. Feature-rich, huge library, fast servers. People seem to really like it, so we've moved it to the #1 spot.\n\n- Starred both [111477 + DramaSuki](https://fmhy.net/video#drives-directories) in Drives / Directories. Both have fast speeds and lots of content.\n\n- Starred [BatCave](https://fmhy.net/reading#comics) in Comic Sites. New comic site with tracking, ratings, and a nice UI.\n\n- Starred [PairDrop](https://fmhy.net/file-tools#p2p-transfer) in P2P File Transfer. Open-source, easy to use, and allows creating rooms.\n\n- Starred [Five Books](https://fmhy.net/reading#curated-recommendations) in Book Recommendations. Expert-recommended top 5 lists with lots of categories.\n\n- Starred [VideoGameCanon](https://fmhy.net/gaming-tools#curated-recommendations) in Game Recommendations. Game top 1,000 list that people in our server find useful.\n\n- Starred [Mini QR](https://fmhy.net/internet-tools#url-tools) in URL Tools. Lets you create custom QR code art.\n\n- Starred [Table Habit](https://fmhy.net/mobile#productivity-trackers) in Android Productivity Trackers. Open-source, updated regularly, and has a nice UI.\n\n- Starred both [BGBye + Pixelcut](https://fmhy.net/storage#background-removers) in Background Removers as they seemed to work the best.\n\n- Starred [EncycloSearch](https://encyclosearch.org/) in Encyclopedias. Combines two dozen encyclopedias into one search engine.\n\n- Starred [Exact Audio Copy](https://fmhy.net/audio#audio-ripping-tools) in Audio Ripping. Popular CD ripping tool, recommended in Redacted's interview guide.\n\n- Switched to [AI Studio](https://fmhy.net/ai#online-chatbots) as Google's main chatbot as it works well on mobile, is less laggy, has chat history, and has less censorship than Gemini.\n\n- Added [Free-Official-YouTube-Content](https://fmhy.net/video#free-w-ads) as an index emoji in Free w/ Ads. Not a star, but we feel it's good enough to mention.\n\n***\n \n# Things Removed\n\n- Removed ReVanced MMT as it's no longer maintained.\n"
  },
  {
    "path": "docs/posts/new-site.md",
    "content": "---\ntitle: New Website\ndescription: Our brand new site (which you're on currently)\ndate: 2023-11-12\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"taskylizard\" />\n\n### New URL: https://fmhy.net/\n\nHey everyone, just wanted to let you all know that we're finally done with the\nnew website, and are officially launching it today! I know a lot of different\nversions of FMHY have been made over the years, but we've put a ton of effort\ninto this one, and honestly feel like its the best version to date.\n\nWe really hope you enjoy it, and if you have any issues or suggestions feel free\nto leave them in the comments here, or by using the new feedback system built\ninto the site.\n\n---\n\n### Site Features\n\n- Star Only Toggle\n- Dark / Light Modes\n- Feedback System\n- Improved UI + Site Speed\n- Improved Search Functionality\n- Automatic Updates\n- Table of Content Sidebars\n- Storage URLs Direct to Site Rather than Reddit\n- NSFW Section\n"
  },
  {
    "path": "docs/posts/nov-2023.md",
    "content": "---\ntitle: Monthly Updates [November]\ndescription: October 2023 updates.\ndate: 2023-11-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- We've started work on a **[New Website](https://fmhy.net)**. Keep in mind this\n  is still in beta and will eventually be moved to our main domains once we\n  feel it's ready.\n\n- Added\n  [Hosting](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_hosting_tools),\n  [Cybersecurity](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25BA_cybersecurity_tools),\n  and\n  [Database](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25BA_database_tools)\n  sections to Dev Tools.\n\n- Added a\n  [Privacy Frontends](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_frontends)\n  section to Privacy Tools.\n\n- Added a\n  [Fediverse Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/tools-misc#wiki_.25B7_fediverse_tools)\n  section to Tools.\n\n- Split Git Tools into two sections:\n  [Git](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_git_tools)\n  /\n  [GitHub](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_github_tools).\n\n- Added subsections to all the main\n  [storage sections](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage)\n  that needed them.\n\n- Made our Discord [public again](https://redd.it/17f8msf).\n\n### Stars Added ⭐\n\n- Starred\n  [cinehub.wtf](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_streaming_sites)\n  in Streaming Sites. Solid UI, fast 1080p.\n\n- Starred\n  [UpMovies](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25B7_single_server)\n  in Streaming Sites. This used to be known as Sockshare, but they've updated\n  their site and rebranded. Not always the best quality, but it really is one of\n  the best sites to find obscure stuff, especially shows.\n\n- Starred\n  [FSL](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25B7_live_tv_.2F_sports)\n  in Live TV sites.\n\n- Starred\n  [Squidify](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25B7_streaming_sites)\n  in Audio Streaming. Popular anime / gaming audio streaming site.\n\n- Starred\n  [Backloggd](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games#wiki_.25BA_tracking_.2F_discovery)\n  in Game Tracking / Discovery. Game collection tracker with a really nice UI.\n\n- Starred\n  [Fooocus](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_local_frontends)\n  in AI Image Gen. Free, high-quality image generator.\n\n- Starred\n  [GrapheneOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_privacy)\n  in Android Privacy. Privacy-based operating system popular within privacy\n  circles.\n\n- Starred\n  [Briar](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encrypted_android_messengers)\n  in Encrypted Android Messengers. Privacy-based Android messenger popular\n  within privacy circles.\n\n- Starred\n  [XDA](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_tools)\n  in Android Tools. Active Android discussion forum.\n\n- Starred\n  [hektCaptcha](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_multi_browser)\n  in Extensions. Seems to work better than others like Buster now.\n\n- Starred\n  [SDelete](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_drive_formatting_.2F_file_deletion)\n  in Drive Formatting / File Deletion. Microsoft's official file deletion tool.\n\n- Starred\n  [Cloudflare Speed Test](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_internet_speed_test)\n  in Speed Tests. Gives more info than a lot of the other sites do.\n\n- Starred SSD and The Hitchhiker’s Guide in\n  [Privacy Guides](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_privacy_guides).\n  Some of the most in-depth privacy guide sites out there.\n\n- Starred Unreal Engine and Godot in\n  [Game Engines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_game_engines).\n  Popular free engines used to create games.\n\n### Things Removed\n\n- Removed CrackHub as they've sadly decided to\n  [call it quits](https://i.imgur.com/jaY0grY.png). Huge thank you to them for\n  providing such a solid site and so many games to people for as long as they\n  did. They will be missed.\n\n- Unstarred PromptJungle in Online Image Generators as their bot is broken and\n  Discord channels have been locked. Apparently, they're going to make a\n  comeback, but it's been over a month now.\n\n- Unstarred C1NE in Streaming Sites. It used to be good, but for whatever reason\n  it's extremely slow now.\n\n- Unstarred Photopea as they caused a bunch of drama in the privacy community by\n  [suddenly changing their ad policy](https://yev.varyel.com/post/732023637981446144/psa-photopea-just-became-a-very-shady-option-for)\n  and adding an anti-adblock detector to their site. I believe they've removed\n  it, but a lot of people have lost trust in them now.\n\n- Removed Privacy Pass from extensions as it no longer works.\n"
  },
  {
    "path": "docs/posts/nov-2024.md",
    "content": "---\ntitle: Monthly Updates [November]\ndescription: Nov 2024 updates\ndate: 2024-11-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Added a new FMHY backup domain: `FMHY.lol`\n\n- The [FMHY SafeGuard](https://github.com/kenhendricks00/FMHY-SafeGuard) extension is ready to be tested. Let us know how it works for you guys, and TY to everyone who made it happen.\n\n- Split [FOSS](https://fmhy.net/downloading#foss-sites) and [Freeware](https://fmhy.net/downloading#freeware-sites) into separate sections and cleaned up formatting: [Before vs. After](https://i.ibb.co/M5F1Dk7/image.png).\n\n- Split [Text Editors](https://fmhy.net/text-tools#text-editors) and [Note-Taking](https://fmhy.net/text-tools#note-taking) into separate sections, added labels, and removed any that were low quality or abandoned.\n\n- Split [Radio Stations](https://fmhy.net/audio#radio-streaming) and [Podcasts](https://fmhy.net/audio#podcast-streaming) into separate sections.\n\n- Added tags to bookmark managers and removed ones that looked low quality: [Before vs. After](https://i.ibb.co/nczmmrv/3453453453.jpg).\n\n- Added tags to Remote Desktop and removed any that looked low quality: [Before vs. After](https://i.ibb.co/jw87F2W/image.png).\n\n- Added tags to Online Image Editors and removed any that didn't stand out: [Before vs. After](https://i.ibb.co/hFwBD6n/34534534.jpg).\n\n- Added tags to Link in Bio and removed any that seemed low quality: [Before vs. After](https://i.ibb.co/BjZ3SpR/image.png).\n\n- Added a [Special Interests](https://fmhy.net/gaming#special-interest) section to Gaming to help debloat the main DDL section a bit.\n\n***\n\n### Stars Added ⭐\n\n- Starred [Bluesky](https://fmhy.net/social-media-tools#fediverse-tools) in Fediverse Tools as many are leaving Twitter for it now.\n\n- Starred [Kdenlive](https://fmhy.net/video-tools#video-editors) in Video Editors. Open-source, feature-rich, multi-platform editor.\n\n- Starred [Khinsider](https://fmhy.net/audio#game-soundtracks) in Game Soundtracks. Popular soundtrack site with a big library.\n\n- Starred [Camo](https://fmhy.net/video-tools) in Video Tools. Allows you to use any device as a webcam.\n\n- Starred [FMSTREAM](https://fmhy.net/storage#live-radio) in Radio Streaming. The largest online radio directory on the internet.\n\n- Starred [Thunderbird](https://fmhy.net/mobile#android-internet) in Android Internet as it's just a better version of K-9 Mail. \n\n- Starred [Pixlr](https://fmhy.net/image-tools#online-editors) in Online Image Editors. Feature-rich editor with a nice UI. Has a daily limit, but it can be bypassed with the script linked.\n\n- Starred [x266.mov](https://fmhy.net/social-media-tools#discord-tools) in Discord Tools. Allows you to embed large videos on Discord.\n\n- Starred [Playlists.cloud](https://fmhy.net/audio#spotify-tools) in Spotify Tools. Unlimited playlist transfer between Spotify / Apple Music.\n\n- Starred [InfiCourses](https://fmhy.net/educational#downloading) in Course DDL. Big library with courses tough to find elsewhere.\n\n- Starred [Excalidraw](https://fmhy.net/image-tools#drawing) in Drawing Tools. Feature-rich compared to similar web apps.\n\n- Went through [SMS Verification](https://fmhy.net/storage#sms-verification-sites) and starred ones that stood out the most.\n\n***\n\n### Things Removed\n\n- Removed Mutaz as they no longer host cracked software.\n\n- Removed Fey as the free tier is too limited now.\n\n- Unstarred BetterDiscord as it runs poorly for many people due to bad optimization, and there are better options like Vencord.\n\n- Unstarred OlaMovies as they now require Google logins.\n\n- Unstarred PDALife as many apps are outdated, their official app isn't maintained, and there are better sites.\n\n- Unstarred Not Diamond as it isn't unlimited anymore.\n\n- Unstarred ElevenLabs as it's capped at 10 mins, limiting its usefulness.\n"
  },
  {
    "path": "docs/posts/oct-2023.md",
    "content": "---\ntitle: Monthly Updates [October]\ndescription: October 2023 updates.\ndate: 2023-10-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Created a **[List of Guides](https://rentry.co/fmhy-guides)** on Rentry. This\n  page is automated and updates itself anytime a new Rentry is added or removed\n  from FMHY. You can also download the guides yourself by using this\n  [script](https://gist.github.com/Rust1667/efc055debaf4876e4de39cc0d32f18c1).\n\n- Made a [Pokémon](/gaming/#pok%C3%A9mon-tools) section in Gaming\n  Tools and an [Email](/internet-tools#email-tools) section in Internet Tools.\n\n- Added [emojis](https://i.imgur.com/mgYq8nF.png) to indicate when we're linking\n  3rd party indexes or our storage page:\n\n🌐 = 3rd Party Indexes (i.e., /r/PiratedGames Mega, Awesome Lists, etc.)\n\n↪️ = Storage Links\n\n### Stars Added ⭐\n\n- Starred [Nova AI](/ai/#ai-chatbots) in AI Chatbots. Provides free GPT-4 tokens.\n\n- Starred [BlueROMs](/gaming/#rom-sites) in ROM Sites. A simple DDL\n  site with lots of systems.\n\n- Starred [Qiwi](/storage/#file-sharing-tools) in File Hosts. A fast host that is\n  becoming popular in piracy circles.\n\n- Starred Moo and Media in\n  [Video Drives](/video/#drives--directories). Fast drives with lots\n  of content.\n\n- Starred [WiiUDownloader](/gaming/#rom-sites) in ROM Sites. Updated\n  more frequently than WiiUSBHelper.\n\n- Starred [Time4TV](/video/#live-tv--sports) in Live TV. Fast\n  streams and a wide variety of channels.\n\n- Starred [Tampermonkey](/storage/#userscript-managers) in Userscript Managers.\n  Updated more frequently than Greasemonkey.\n\n- Starred [PeaZip](/storage/#compression-programs) in File Archivers.\n  Open-source and supports many formats.\n\n- Starred [Miru](/mobile/#android-streaming) in Android Streaming.\n  An open-source, multi-format media app.\n\n- Starred [gibMacOS](/linux-macos/#mac-tools--apps) in Mac Tools. Easily download\n  macOS versions.\n\n- Starred [AppsTorrent](/linux-macos/#mac-software) in Mac Software. A popular\n  Mac software site with many apps.\n\n- Starred [PlayPhrase](/video-tools) in Video Tools. Search the entire internet\n  for specific video clips.\n\n- Starred [Magic ToDo](/storage/#note-taking--to-do-apps) in To-Do Apps.\n  An AI-powered automatic task breakdown tool.\n\n- Starred [SafeSubstance](/misc/#health) in Health. Provides drug information\n  and side effects.\n\n- Starred [TinyKittens](https://tinykittens.com/) in General Tools. A kitten\n  rescue and donation website.\n\n### Things Removed\n\n- Removed RSLOAD, as they have uploaded a version of Malwarebytes bundled with\n  the same malware that caused the recent FileCR controversy. We have emailed\n  them; hopefully, they remove it soon so we can re-evaluate.\n\n- Removed marin.moe from Anime Streaming as it is redirecting to an unrelated\n  domain now.\n\n- Removed AdGuard Extra and other adblock defenders as they are\n  [redundant](https://ibb.co/xgrtbBZ) when using uBlock Origin.\n\n- Removed SteamSkins as Steam dropped support for them in the latest update.\n\n- Removed Saikou from Android Anime as their GitHub repository has been DMCA'd.\n\n- Removed Uptobox from File Hosts as their data center was\n  [raided by French police](https://torrentfreak.com/uptobox-goes-dark-following-police-raids-on-french-datacenters-230920/).\n"
  },
  {
    "path": "docs/posts/oct-2024.md",
    "content": "---\ntitle: Monthly Updates [Oct 2024]\ndescription: October 2024 updates\ndate: 2024-10-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Did a complete overhaul of the **[Beginners Guide](https://fmhy.net/beginners-guide)**. Removed outdated links, added new sites, and rewrote all the tips.\n\n- Reorganized the [Anime Streaming](https://fmhy.net/video#anime-streaming) section based on **[tournament results](https://challonge.com/Anime_Streaming.svg)**.\n\n- Reorganized both [Multi / Single Hosts](https://ibb.co/X7SC3f8) in the [Streaming section](https://fmhy.net/video) as people felt they were somewhat outdated.\n\n- Added a section for [Steam Deck](https://fmhy.net/gaming-tools#steam-deck) in Gaming Tools.\n\n---\n\n### Stars Added ⭐\n\n- Starred [datadiff](https://fmhy.net/video#drives-directories) in Drives / Directories. Media directory with fast download speed, similar to vadapav / moo.\n\n- Starred [Proton Pass](https://fmhy.net/internet-tools#password-managers) in Password Managers. Feature-rich manager comparable with things like Bitwarden.\n\n- Starred [Miruro](https://fmhy.net/video#anime-streaming) in Anime Streaming. This was the winner of our anime streaming polls.\n\n- Starred [RockMods](https://fmhy.net/mobile#modded-apks) in Modded APKs. RockMods label all their releases correctly and are usually one of the main sources of other groups.\n\n- Starred [OpenStax](https://fmhy.net/reading#educational-books) in Educational Books. Well-organized educational textbook site.\n\n- Starred [Yet Another Call Blocker](https://fmhy.net/mobile#number-sms) in Number / SMS. Hasn't been updated in a while, but it doesn't need to be as it's connected to a crowdsourced number [database](https://www.shouldianswer.com/).\n\n- Starred [UrlCheck](https://fmhy.net/mobile#android-privacy) in Android Privacy. Customizable open-source URL cleaner for Android.\n\n- Starred [Rev Wallpaper](https://fmhy.net/system-tools#wallpapers) in Wallpapers. Reverse wallpaper search engine.\n\n- Starred [Edge-Remover](https://fmhy.net/internet-tools#browser-tools) in Browser Tools. Easy way to uninstall Microsoft Edge.\n\n- Starred [Akuse](https://fmhy.net/video#anime-streaming) in Anime Streaming. Open-source anime app with a nice UI.\n\n- Starred [Movies Countdown](https://fmhy.net/video#calendar-upcoming) in Calendar / Upcoming. Tracks upcoming movie releases, both digital and theater.\n\n- Starred [Simple Tab Groups](https://fmhy.net/storage#tab-managers) in Tab Managers. Feature-rich tab manager with plugin support.\n\n---\n\n### Things Removed\n\n- Removed Essential from Minecraft mods as they have a history of malicious practices and there are better options anyway.\n\n- Removed Slider as they've been [shut down](https://ibb.co/NnY4M8b).\n\n- Removed AnimeOut as they've closed signups. \n\n- Unstarred LookMovie as they've locked 720p [behind a paywall](https://ibb.co/9W50NTg).\n\n- Unstarred Modyolo and LiteAPKs as both mislabel releases from other groups as their own and tag apps as newer versions than actually exist in order to get more downloads.\n\n- Unstarred Gemini as many people consider it less useful than other AI.\n\n- Unstarred Duolingo as there are better ways to learn languages.\n\n- Unstarred Tixati as it's closed-source and there are better options like qBit, Transmission, and Deluge.\n"
  },
  {
    "path": "docs/posts/oct-2025.md",
    "content": "---\ntitle: Monthly Updates [Oct]\ndescription: Oct 2025 updates\ndate: 2025-10-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n# Wiki Updates\n\n- Reorganized [Download Sites](https://fmhy.net/downloading#download-sites), retested each, bumped ones with faster hosts higher, moved any that fit other sections better, removed dead or premium-only, and fixed inaccurate labels. [Before vs. After](https://i.imgur.com/B2kJ23O.png).\n\n- Reorganized [Programming Learning](https://fmhy.net/educational#programming-languages), removed outdated sites, and fixed bad formatting. [Before vs. After](https://i.imgur.com/LE1ozRI.png).\n\n- Reworked all our VPN + Proxy sections. There was too much to fit into a \"before vs after\" image, but you can see all of the changes in the [pull request](https://github.com/fmhy/edit/pull/4108/files) by Wispy.\n\n- Fixed formatting in [Android Camera Tools](https://fmhy.net/mobile#android-camera), turned it into its own head section, and added new subsections for [Image Editing](https://fmhy.net/mobile#image-tools) + [Image Galleries](https://fmhy.net/mobile#image-galleries) to make it easier to navigate.\n\n- Added PWA (Progressive Web App) support to our website. This means our site can be added to your home screen or desktop like an app. It can (in theory) allow a smoother experience when browsing the site. For mobile, it may prompt you, or you can add it by selecting [\"Add to Home Screen\"](https://i.imgur.com/JgyjqBI.png). For desktop, simply hit the [PWA icon](https://i.imgur.com/gcu8r0U.png) in the address bar.\n\n- Updated Windscribe's description to \"No Torrenting w/ Free Version\" as they can no longer [afford to keep it running](https://redd.it/1nos1a9). We've also bumped it below Proton, as Proton is unlimited despite having the same no-torrent limitation.\n\n***\n\n# Stars Added ⭐\n\n- Starred a new [Sideloading Guide](https://fmhy.net/mobile#ios-sideloading) in the iOS section. This is more up-to-date than iOS.cfw's now.\n\n- Starred [Virgil Software Search](https://fmhy.net/downloading#software-sites) in Software Sites. Custom multi-site software search engine; only uses trusted sites already listed on FMHY.\n\n- Starred [Kimi](https://fmhy.net/ai#official-model-sites) in AI Chatbots. Good free limits, highest-rated open-source model on LMArena, adding K2 reasoning soon.\n\n- Starred [LMArena Search](https://fmhy.net/ai#specialized-chatbots) in Specialized Chatbots. Unlimited, shows all sources, and has good search options.\n\n- Starred [Kagane](https://fmhy.net/reading#manga) in Manhwa / Manga. Big library, no compression, nice UI, and can toggle SFW / NSFW.\n\n- Starred [MangaBaka](https://fmhy.net/reading#tracking-database) in Manga / Light Novel Tracking. Has an expansive, detailed database and a nice UI; seems to be well-liked so far.\n\n- Starred [VikingFile](https://fmhy.net/file-tools#file-hosts) in File Hosts. Fast, unlimited size, and files last 15 days (after the last download). Seems to be used by lots of sites now.\n\n- Starred [Consumer Rights Wiki](https://fmhy.net/misc#shopping) in the Shopping section. In-depth wiki that documents practices that impact consumer rights. Founded by Louis Rossmann.\n\n- Re-starred [Vimm's Lair](https://fmhy.net/gaming#rom-sites) as they've recovered a lot of content that had been deleted.\n\n- Re-starred Firehawk52 as it's fully functioning again.\n\n***\n \n# Things Removed\n\n- Removed ComicK as they had to [remove all of their content](https://www.reddit.com/r/animepiracy/s/NInzfJ7GUK). Such a huge amount of material, both popular and obscure, has been ripped from the internet. Truly unfortunate. They will be very missed. Thank you to ComicK for all the years of making people's lives better.\n\n- Removed ReVanced in Android Audio as it [no longer blocks Spotify ads](https://torrentfreak.com/revanced-complies-with-spotify-takedown-but-explores-options-to-fight-back/), and instead moved it to YouTube Music, as it still works fine for that.\n\n- Removed Canva Pro Telegram invite; it's gone and we don't have a new link for it. That was our last working Canva Pro method, so it might be a while before we find an alternative. \n\n- Unstarred Cobalt (in audio ripping, not video) as it's SoundCloud + Newgrounds only, making it less useful than it was. \n\n- Unstarred Koalageddon in DLC unlockers, as V1/V2 are both archived and no longer updated.\n"
  },
  {
    "path": "docs/posts/search.md",
    "content": "---\ntitle: How-to Search FMHY\ndescription: Various tools to help you query FMHY.\ndate: 2023-01-07\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\" />\n\n### [Streamlit Search](https://fmhy-search.streamlit.app/)\n\nSearch engine hosted on Streamlit\n\n---\n\n### [FMHY.net Search](https://fmhy.net/)\n\nSearch engine hosted on FMHY.net\n\n---\n\n### [GitHub Search](https://github.com/search?q=repo%3Afmhy%2FFMHY+&type=wikis)\n\nGitHub page search engine\n\n---\n\n### [Bookmark HTML](https://github.com/fmhy/bookmarks)\n\nTurn FMHY into browser bookmarks\n\n---\n\n### [FMHY Goggles](https://github.com/fmhy/bookmarks#goggle)\n\nSearch FMHY using Brave Goggles\n\n---\n\n### [Python Script](https://github.com/Rust1667/a-FMHY-search-engine)\n\nSearch the Markdown via a Python script\n\n---\n\n### [Raw Markdown](https://api.fmhy.net/single-page)\n\nSearch the Markdown manually (Ctrl+F)\n\n---\n\n### [Dupe Checker](https://github.com/fmhy/dupe-checker)\n\nFMHY Dupe Check Tool\n\n---\n\n### Search Page Backups\n\n[FMHY.net](https://fmhy.net/posts/search) / [Reddit](https://redd.it/105xraz)\n"
  },
  {
    "path": "docs/posts/sept-2023.md",
    "content": "---\ntitle: Monthly Updates [September]\ndescription: September 2023 updates.\ndate: 2023-09-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Split Linux Tools into subcategories: [System](/linux-macos/#linux-system),\n  [Apps](/linux-macos/#linux-apps), [Internet](/linux-macos/#linux-internet),\n  [Terminal / Shell](/linux-macos/#terminal--shell), and\n  [Customization](/linux-macos/#customization).\n\n- NSFW has been [overhauled](/nsfwpiracy/) with a bunch of new sites and\n  sections.\n\n- Added Z-Lib's new [Desktop App / Extension](/reading/#reading-sites)\n  in Reading Sites.\n\n- Replaced 9anime with [AniWave](/video/#anime-streaming) as they've\n  [rebranded](https://torrentfreak.com/9anime-rebrands-to-aniwave-citing-legal-troubles-230802/)\n  to avoid blocking.\n\n- Replaced the link to IDM in Download Managers with an\n  [activation script](/storage/#file-download-managers).\n\n- Replaced /r/VPN with [r/VPNs](https://www.reddit.com/r/vpns/) in our sidebar,\n  as it allows users to discuss specific providers.\n\n### Stars Added ⭐\n\n- Starred SusFlix and The Movie Archive in\n  [Streaming Sites](/video/#multi-server). Big libraries, 4K quality.\n\n- Starred [Dhokla](/video/#drives--directories) in Video Downloading.\n  Big drive, fast downloads.\n\n- Starred\n  [Awesome Free ChatGPT](https://github.com/LiLittleCat/awesome-free-chatgpt/blob/main/README_en.md)\n  in AI Chatbots. Huge list of free chatbots.\n\n- Starred [NanaZip](/storage/#compression-programs) in File Archivers.\n  Open-source, modern design, and preferred over 7-Zip by some.\n\n- Starred [Deluge](/torrenting/#torrent-clients) in Torrent Clients.\n  Open-source client with many useful\n  [plugins](https://dev.deluge-torrent.org/wiki/Plugins).\n\n- Starred [InnerTune](/mobile/#android-audio) in Android Audio.\n  Open-source YouTube Music client.\n\n- Starred APKPure and UpToDown in\n  [Untouched APKs](/mobile/#untouched-apks).\n\n- Starred EverythingMoe and Ripped in [Indexes](/misc/#indexes). Solid\n  piracy indexes.\n\n- Starred [ReadAllComics](/reading/#comic-sites) in Comics. Big\n  library, no captcha.\n\n- Starred [WatchWrestling24](/video/#sports-streaming) in Sports\n  Streaming. Good video hosts, quick uploads.\n\n- Starred [Sandboxie Plus](/privacy/#antivirus) in Antivirus.\n  User-friendly software sandbox / [Guide](https://rentry.co/sandboxie-guide).\n\n- Starred [DarkPatternsTipline](/misc/#shopping) in Shopping. Deceptive\n  Service Design Tipline.\n\n- Starred [Scoop](/storage/#package-managers) in Package Managers. Command-line\n  installer for Windows.\n\n- Starred [SA Drive](/toolsguide/#file-tools) in File Tools. Google Service\n  Account Drive Manager.\n\n- Starred [OpenModelDB](/storage/#image-upscalers) in Image Upscaling. Upscaling\n  Model Database.\n\n- Starred [EyeCndy](/toolsguide/#video-tools) in Video Tools. Camera technique\n  library.\n\n### Things Removed\n\n- We've stopped accepting and started removing all AI tools that require paid\n  API keys to function.\n\n- Removed FileCR as they've been\n  [caught with malware](https://rentry.co/filecr_malware) and still haven't\n  removed it.\n\n- Removed AnonFiles as they've decided to quit due to people\n  [abusing the site](https://i.imgur.com/lXoEqAV.png).\n\n- Unstarred WinRAR in File Archivers. People feel it's not as useful anymore\n  given open-source options like 7-Zip / NanaZip.\n\n- Removed RVX from the ReVanced section as it's been\n  [discontinued](https://github.com/inotia00/revanced-documentation/wiki/Announcement).\n\n- Removed PDF Drive in PDF Sites as downloads no longer work.\n\n- Removed TronScript in Debloaters. Some people consider it\n  [overkill](https://i.imgur.com/K5hf5Bu.png).\n\n- Removed Poe in AI Chatbots as it's now limited to 10 daily messages (or 100 in\n  some countries).\n\n- Removed the \"Everything I Know\" wiki from Indexes as they've gone\n  [paid](https://i.imgur.com/ig8jPGL.jpg). You can get around it by blocking the\n  overlay, but we're not interested in sending traffic their way anymore.\n\n- Unstarred 1337x and added a [warning](https://pastebin.com/Rc9MYMZ7) to avoid\n  software / games, as they've had issues with malware, including a torrent that\n  was up for days after being reported. They did remove it eventually and\n  [responded](https://i.imgur.com/ij4CXIm.png) to the situation, so we feel it\n  would be unfair to remove their site entirely. Our hope is that 1337x acts\n  quicker in the future, avoids situations like this, and begins to earn trust\n  back from people over time.\n"
  },
  {
    "path": "docs/posts/sept-2024.md",
    "content": "---\ntitle: Monthly Updates [Sept]\ndescription: September 2024 updates\ndate: 2024-09-01\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n### Wiki Updates\n\n- Made [multiple updates](https://i.ibb.co/4ThbdyN/image.png) to our site and feedback system. All pages are now [visible](https://fmhy.net/) on the front page, feedback can now be [sent from any section](https://i.ibb.co/k8p2rcF/image.png), and [site icons](https://i.ibb.co/tBMwXXy/image.png) have been added for Discord, Telegram, Reddit, Git, etc.\n\n- Created a [method](https://github.com/fmhy/bookmarks) to add all of FMHY to your bookmarks.\n\n- Added subsections to Minecraft Tools: [Hosting](https://fmhy.net/gaming-tools#hosting-tools), [Launchers](https://fmhy.net/gaming-tools#launchers), [Data Packs](https://fmhy.net/gaming-tools#mods-data-packs), [Map Tools](https://fmhy.net/gaming-tools#maps-world-tools), [Technical Tools](https://fmhy.net/gaming-tools#technical-tools), [Customization](https://fmhy.net/gaming-tools#customization), and [3D Tools](https://fmhy.net/gaming-tools#_3d-tools).\n\n- Added [ChatGPT Tools](https://fmhy.net/ai#chatgpt-tools), [AI Benchmarks](https://fmhy.net/ai#ai-benchmarks), and [AI Search Engine](https://fmhy.net/ai#ai-search-engines) sections to AI.\n\n- Added [YouTube Music](https://fmhy.net/mobile#youtube-music-clients) and [YouTube App](https://fmhy.net/mobile#ios-youtube-apps) (iOS) sections to Mobile.\n\n- Added [Coding Tools](https://fmhy.net/developer-tools#coding-tools) and [Android Code Editor](https://fmhy.net/developer-tools#android-code-editors) sections to Code Editors.\n\n- Added a [Geoguessr](https://fmhy.net/gaming#geoguessr-games) section to Browser Games.\n\n- Added a [Cloud Managers](https://fmhy.net/file-tools#cloud-managers) section to File Tools.\n\n- Added a [JEE / NEET](https://fmhy.net/educational#jee-neet) section in Edu Tools.\n\n- Added a [Streaming APIs](https://fmhy.net/video#streaming-apis) section to Streaming.\n\n- Split Audiobooks into [Downloading](https://fmhy.net/reading#downloading) and [Streaming](https://fmhy.net/reading#streaming).\n\n- Made the FMHY site logo easier to switch (click it 5 times).\n\n- Our filterlist has been moved to [here](https://fmhy.github.io/FMHYFilterlist/site/index.html), and our markdown page to [here](https://api.fmhy.net/single-page).\n\n---\n\n### Stars Added ⭐\n\n- Starred [Bookracy](https://fmhy.net/reading#ebooks) in Ebook Sites. Promising book site with a solid UI and community.\n\n- Starred [Droid-ify](https://fmhy.net/mobile#foss-apks) in FOSS APKs. Open-source F-Droid client some like more than the official.\n\n- Starred [Disblock Origin](https://fmhy.net/privacy#adblocking) in Adblocking. Removes Nitro / Boost ads from Discord.\n\n- Starred [Sidebery](https://fmhy.net/storage#tab-managers) in Tab Managers. Useful open-source tab manager / bookmark manager.\n\n- Starred [FastFLUX](https://fmhy.net/ai#image-generation) in AI Image Gen. Good quality and currently unlimited. \n\n- Starred [You](https://fmhy.net/ai#ai-search-engines) in AI Search Engines. Fast, free, unlimited AI search.\n\n- Starred [Archive of Our Own](https://fmhy.net/reading#fanfiction-stories) in Fanfiction Sites. Popular and extensive archive of fanfiction.\n\n- Starred [Materialgram](https://fmhy.net/social-media-tools#telegram-clients) and [AyuGram](https://fmhy.net/mobile#social-media-apps) (Android) in Telegram Clients. Simple, ad-free, feature-rich clients.\n\n- Starred [NCS](https://fmhy.net/storage#royalty-free-music) in Royalty Free Music. Popular library for free music.\n\n- Starred [K-9 Mail](https://fmhy.net/mobile#android-internet) in Android Internet. Open-source mobile mail client.\n\n- Starred [Lossless Scaling](https://fmhy.net/gaming-tools#optimization-tools) in Game Optimization. Powerful upscaling with frame generation for all GPUs.\n\n- Starred [Hotkey Cheatsheet](https://fmhy.net/system-tools#mouse-keyboard) in Keyboard Tools. Keyboard hotkeys for lots of different apps.\n\n- Starred [Viren070's Guides](https://fmhy.net/video#stremio-tools) in Stremio Tools. Helpful guides to use Stremio.\n\n---\n\n### Things Removed\n\n- Said goodbye to both Fmovies and Aniwave.\n\n- Removed SusFlix as it's been down for over a week.\n\n- Removed Lantern as its limit is low (250mb daily) and it's closed-source.\n\n- Removed Lexica as they're removing the free tier.\n\n- Unstarred APKPure due to their poor privacy policy and low-quality apps.\n\n- Unstarred ROMhacking as they're going [archive-only](https://www.romhacking.net/forum/index.php?topic=39405).\n\n- Unstarred Morphic as they will [no longer](https://i.ibb.co/sRVyVKk/image.png) be using paid models for searching.\n\n- Unstarred sdk.vercel as it requires an account for the better models.\n"
  },
  {
    "path": "docs/posts/sept-2025.md",
    "content": "---\ntitle: Monthly Updates [Sept]\ndescription: Sept 2025 updates\ndate: 2025-08-31\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"nbats\"/>\n\n:::info\nThese update threads only contain major updates. If you're interested\nin seeing all minor changes you can follow our\n[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or\n[Updates Channel](https://redd.it/17f8msf) in Discord.\n:::\n\n# Wiki Updates\n\n- FMHY.net URLs have **[been updated](https://i.imgur.com/rNoyhHH.png)** to make them look cleaner and easier to share or type. \n\n- Split AI Chatbots into [Official Model](https://fmhy.net/ai#official-model-sites), [Multi-Model](https://fmhy.net/ai#multiple-model-sites), and [Specialized](https://fmhy.net/ai#specialized-chatbots) to make the section easier to navigate. \n\n- Added a [QR Code Tools](https://fmhy.net/internet-tools#qr-code-tools) section to Internet.\n\n- Added an [SAT Testing](https://fmhy.net/educational#sat-testing) section to Educational.\n\n- Added an [AI Coding Benchmarks](https://fmhy.net/ai#coding-ai-benchmarks) section to AI.\n\n- Merged [Quotes / Poetry](https://fmhy.net/readingpiracyguide#quotes-poetry) into one section under Reading.\n\n- Debloated and reorganized the [Translator](https://fmhy.net/text-tools#translators) section. [Before vs. After](https://i.imgur.com/CO0U0xQ.png)\n\n- Debloated and reorganized the [Image Generator](https://fmhy.net/ai#image-generation) section. [Before vs. After](https://i.imgur.com/wAcNMrX.png)\n\n- Debloated and reorganized the [Hackintosh](https://fmhy.net/system-tools#hackintosh) section. [Before vs. After](https://i.imgur.com/aAHEhqe.png)\n\n- Debloated and reorganized the [Live Webcams](https://fmhy.net/misc#live-webcams) section. [Before vs. After](https://i.imgur.com/jI0f3OV.png)\n\n- Debloated and reorganized the [Resume / Portfolio](https://fmhy.net/miscguide#resume-portfolio) section. [Before vs. After](https://i.imgur.com/pwUZsYl.png)\n\n- Debloated and reorganized the [LaTeX Tools](https://fmhy.net/text-tools#latex-tools) section. [Before vs. After](https://i.imgur.com/rVzuyvF.png)\n\n- Cleaned up formatting in the [Image Gen Guide](https://fmhy.net/ai#guides-tools) section. [Before vs. After](https://i.imgur.com/ml6JGy7.png)\n\n- **Thank you to CY83R, AnarchyDr, Kiri, Hugo, and anyone else who helped organize or create sections this month.**\n\n***\n\n# Stars Added ⭐\n\n- Re-starred [Copilot](https://fmhy.net/ai#official-model-sites) in Official Models and moved it to the #2 spot. It now has unlimited o4-mini and GPT-5 access.\n\n- Starred [DeepL](https://fmhy.net/text-tools#translators) in Translators. Fast, accurate, and features flexible post-processing, making it ideal for production environments.\n\n- Starred [UnionCrax](https://fmhy.net/gaming#download-games) in Game Downloading. Features fast hosts, pre-installs, and allows for requests.\n\n- Starred [VORAPIS](https://fmhy.net/social-media-tools#youtube-customization) in YouTube Customization. Restores the classic layout and improves performance.\n\n- Starred [WiiLink](https://fmhy.net/gaming-tools#wii-u-wii-homebrew) in Wii Homebrew. Restores functionality to Wii Channels that have been abandoned by Nintendo.\n\n- Starred [AN1](https://fmhy.net/mobile#modded-apks) in Android APKs. Features a large library of games, quick updates, and single-click downloads.\n\n- Starred [Namida](https://fmhy.net/mobile#android-audio-players) in Android Audio Players. Smooth, highly customizable, includes YouTube support, and features a nice UI.\n\n- Starred [StartAllBack](https://fmhy.net/system-tools#system-tweaks) in System Tweaks. Restores Win10-style UI features in Win11 and improves overall responsiveness.\n\n- Starred [Z.ai](https://fmhy.net/ai) in AI Chatbots. Fast, unlimited, and performs well; it's one of the better open-source reasoning models available.\n\n- Starred [GAM.ONL](https://fmhy.net/gaming#browser-emulators) in Browser Emulators. Features a very nice UI and navigation system plus many consoles and games.\n\n- Starred the [Vita Hacks Guide](https://fmhy.net/gaming-tools#playstation-homebrew) in PlayStation Homebrew. Well-respected, easy to follow, and highly recommended for anyone starting Vita modding.\n\n- Starred [Subtitle Edit](https://fmhy.net/video#subtitle-tools) in Subtitle Tools. An easy-to-use, feature-rich, and well-maintained subtitle editor.\n\n***\n \n# Things Removed\n\n- Unstarred ChatGPT; it currently has poor overall limits and reasoning quotas. It is no longer considered a top-tier free option compared to others.\n"
  },
  {
    "path": "docs/posts/support-ia.md",
    "content": "---\ntitle: The Internet Archive needs your help.\ndescription: Support IA\ndate: 2025-04-21\nnext: false\n\nprev: false\n\nfooter: true\n---\n\n<Post authors=\"\" />\n\nA coalition of major record labels has filed a lawsuit against the Internet Archive—demanding **$700 million** for our work preserving and providing access to historical 78rpm records. These fragile, obsolete discs hold some of the earliest recordings of a vanishing American culture. But this lawsuit goes far beyond old records. It’s an attack on the Internet Archive itself.\n\nThis lawsuit is an **existential threat** to the Internet Archive and everything we preserve—including the **Wayback Machine**, a cornerstone of memory and preservation on the internet.\n\n**At a time when digital information is disappearing, being rewritten, or erased entirely, the tools to preserve history must be defended—not dismantled.**\n\nThis isn’t just about music. It’s about whether future generations will have access to knowledge, history, and culture.\n***\n## [Sign our open letter](https://www.change.org/p/defend-the-internet-archive) and tell the record labels to drop their lawsuit.\n***\n**Posted by Chris Freeland, Director of Library Services at Internet Archive**\n\n###### Source: https://blog.archive.org/2025/04/17/take-action-defend-the-internet-archive/\n\n###### Reddit Discussion: https://redd.it/1k4qqid\n"
  },
  {
    "path": "docs/posts.md",
    "content": "---\ntitle: Posts\ndescription: All our posts, sorted by date.\neditLink: false\noutline: false\nnext: false\nprev: false\nsidebar: true\n---\n\n<script setup>\nimport Index from './.vitepress/theme/Posts.vue'\n</script>\n\n<Index/>\n"
  },
  {
    "path": "docs/privacy.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n# ► Adblocking\n\n* **Note** - Many sites contain ads, popups or redirects, so we [highly recommend](https://fmhy.net/beginners-guide#adblocking) using an adblocker. Don't run multiple general adblockers (e.g., uBlock Origin and AdGuard) simultaneously to [avoid breakage](https://x.com/gorhill/status/1033706103782170625). Combining general adblockers with tools like SponsorBlock is fine. \n\n***\n\n* ↪️ **[Spotify Adblockers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio/#wiki_.25BA_spotify_tools)**\n* ↪️ **[Twitch Adblockers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_twitch_adblockers)**\n* ↪️ **[Bypass URL Redirects](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_redirect_bypass)**\n* ↪️ **[Bypass Article Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)**\n* ⭐ **[uBlock Origin](https://github.com/gorhill/uBlock)**, [uBO Lite](https://github.com/uBlockOrigin/uBOL-home) (MV3) or [AdGuard](https://github.com/AdguardTeam/AdguardBrowserExtension) - Adblockers / [Redundant Extensions](https://github.com/arkenfox/user.js/wiki/4.1-Extensions/#-dont-bother)\n* ⭐ **Report Issues** - [uAssets](https://github.com/uBlockOrigin/uAssets/issues) / [Hosts](https://github.com/uBlockOrigin/uAssets/discussions/27472) / [AdGuard](https://reports.adguard.com/new_issue.html) / [EasyList](https://github.com/easylist/easylist/issues)\n* ⭐ **[SponsorBlock](https://sponsor.ajay.app/)** - Skip Sponsored YouTube Ads / [X](https://x.com/SponsorBlock) / [Discord](https://discord.gg/SponsorBlock) / [GitHub](https://github.com/ajayyy/SponsorBlock)\n* ⭐ **SponsorBlock Tools** - [Bookmarklet](https://github.com/mchangrh/sb.js) / [Script](https://greasyfork.org/en/scripts/453320) / [Ports](https://github.com/ajayyy/SponsorBlock/wiki/3rd-Party-Ports) / [Database](https://sb.ltn.fi/) / [Chromecast](https://github.com/gabe565/CastSponsorSkip)\n* [Disblock Origin](https://codeberg.org/AllPurposeMat/Disblock-Origin) or [Discord Adblock](https://codeberg.org/ridge/Discord-AdBlock) - Hide Discord Nitro / Boost Ads\n* [Popup Blocker (strict)](https://github.com/schomery/popup-blocker), [Popupblocker All](https://addons.mozilla.org/en-US/firefox/addon/popupblockerall/) or [PopUpOFF](https://popupoff.org/) - Popup Blockers / [Userscript](https://github.com/AdguardTeam/PopupBlocker)\n* [BehindTheOverlay](https://github.com/NicolaeNMV/BehindTheOverlay) - Hide Website Overlays\n* [⁠Spot SponsorBlock](https://spotsponsorblock.org/) - Skip Sponsored Spotify Podcast Ads / [GitHub](https://github.com/Spot-SponsorBlock/Spot-SponsorBlock-Extension)\n* [BilibiliSponsorBlock](https://github.com/hanydd/BilibiliSponsorBlock) - Skip Sponsored Bilibili Ads\n\n***\n\n## ▷ Adblock Filters\n\n* **Note** - Always check extra uBO filters in settings before trying third-party filter lists.\n\n***\n\n* ⭐ **[LegitimateURLShortener](https://raw.githubusercontent.com/DandelionSprout/adfilt/refs/heads/master/LegitimateURLShortener.txt)** - Query Parameter Cleaning Rules\n* [Hagezi Blocklists](https://github.com/hagezi/dns-blocklists) - Blocklist Collection\n* [FilterLists](https://filterlists.com/) - Filter / Host List Directory\n* [FMHY Filterlist](https://github.com/fmhy/FMHYFilterlist) - Unsafe Sites Filter\n* [AI uBlock Blacklist](https://github.com/alvi-se/ai-ublock-blacklist) - Blocks AI Generated Sites \n* [⁠Huge AI Blocklist](https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist) - Removes AI Imagery from Search Engines \n\n***\n\n## ▷ DNS Adblocking\n\n* **Note** - If your goal is to block browser ads, it's best to just stick with uBlock Origin, as additional filters can cause conflicts or anti-adblock.\n\n***\n\n* 🌐 **[DNS Providers](https://adguard-dns.io/kb/general/dns-providers/)** - DNS Provider Index\n* ↪️ **[Free DNS Resolvers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_dns_resolvers)**\n* ⭐ **[Pi-Hole](https://pi-hole.net/)** - Self-Hosted DNS Adblocking / [X](https://x.com/The_Pi_Hole) / [Subreddit](https://reddit.com/r/pihole/) / [GitHub](https://github.com/pi-hole)\n* ⭐ **Pi-Hole Tools** - [Filters](https://firebog.net/) / [Tray App](https://github.com/PinchToDebug/Pihole-Tray/) / [Android Server](https://github.com/DesktopECHO/Pi-hole-for-Android) (root)\n* ⭐ **[AdGuard Home](https://adguard.com/en/adguard-home/overview.html)** - Self-Hosted DNS Adblocking / [Balena-AdGuard](https://github.com/klutchell/balena-adguard) / [X](https://x.com/adguard) / [Subreddit](https://reddit.com/r/Adguard) / [Telegram](https://t.me/adguarden) / [GitHub](https://github.com/AdguardTeam/AdGuardHome)\n* ⭐ **[Mullvad DNS](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls/)** - DNS Adblocking / Filtering / [Extension](https://mullvad.net/en/download/browser/extension) / [GitHub](https://github.com/mullvad)\n* [DNS Speed Test](https://dnsspeedtest.online/) / [GitHub](https://github.com/BrainicHQ/DoHSpeedTest), [DNS Perf](https://dnsperf.com/dns-speed-benchmark) or [NameBench](https://code.google.com/archive/p/namebench/) - DNS Speed Tests\n* [YogaDNS](https://yogadns.com/) - Custom DNS Client for Windows\n* [NextDNS](https://nextdns.io) - Customizable DNS Adblocking Service / [Video](https://youtu.be/WUG57ynLb8I)\n* [LibreDNS](https://libredns.gr/) - DNS Adblocking / [GitLab](https://gitlab.com/libreops/libredns)\n* [Tiarap](https://doh.tiar.app/) - DNS Adblocking / [GitHub](https://github.com/pengelana/blocklist)\n* [Rethink DNS](https://rethinkdns.com/configure) - DNS Adblocking\n* [DNSWarden](https://dnswarden.com/) - DNS Adblocking / [GitHub](https://github.com/bhanupratapys/dnswarden)\n* [Blocky](https://0xerr0r.github.io/blocky/latest/) - DNS Adblocking / [GitHub](https://github.com/0xERR0R/blocky)\n* [AdGuard DNS](https://adguard-dns.io/) - Customizable DNS Adblocking Service / [X](https://x.com/adguard) / [Subreddit](https://reddit.com/r/Adguard) / [Telegram](https://t.me/adguarden)\n* [Control D](https://controld.com/free-dns) - Customizable DNS Adblocking Service / [X](https://x.com/controldns) / [Subreddit](https://reddit.com/r/ControlD/) / [Discord](https://discord.gg/dns)\n* [NxFilter](https://nxfilter.org/) - Self-Hosted Customizable DNS Adblocking / [Subreddit](https://reddit.com/r/nxfilter)\n* [TBlock](https://tblock.me/) - DNS Adblocking Client / [Source Code](https://codeberg.org/tblock/tblock)\n* [Diversion](https://diversion.ch/) - Asuswrt-Merlin Router Adblock Manager\n* [Phishing Army](https://phishing.army/) - DNS Phishing Blocklist / [X](https://x.com/PhishingArmy)\n* [Technitium](https://technitium.com/dns) - Self-Hosted DNS Server / [Subreddit](https://reddit.com/r/technitium/) / [GitHub](https://github.com/TechnitiumSoftware/DnsServer)\n\n***\n\n## ▷ DNS Filters\n\n* ⭐ **[OISD](https://oisd.nl/)**\n* [hBlock](https://github.com/hectorm/hblock)\n* [Hosts File Aggregator](https://github.com/StevenBlack/hosts)\n* [Spamhaus](https://www.spamhaus.org/blocklists/)\n* [black-mirror](https://github.com/T145/black-mirror)\n* [Scam Blocklist](https://github.com/durablenapkin/scamblocklist)\n* [neodevhost](https://github.com/neodevpro/neodevhost)\n* [1Hosts](https://o0.pages.dev/)\n\n***\n\n## ▷ [Linux Adblocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_adblock_.2F_privacy)\n\n***\n\n## ▷ [Mac Adblocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_mac_adblock_.2F_privacy)\n\n***\n\n## ▷ [Android Adblocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_adblocking)\n\n***\n\n## ▷ [iOS Adblocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_ios_adblocking)\n\n***\n\n# ► Antivirus / Anti-Malware\n\n* **Note** - It's best to keep Windows Defender's real-time protection on. You can select ‘Allow on device’ for pirated software detections like patches, or exclude by ‘File‘ in ‘Exclusions’ for false positives when needed + [More Info](https://wispydocs.pages.dev/windows/#antivirus).\n***\n\n* ↪️ **[Virtual Machines](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_virtual_machines)**\n* ⭐ **[Malwarebytes](https://www.malwarebytes.com/)** / [X](https://x.com/malwarebytes) or [ESET](https://rentry.co/FMHYB64#eset) - Antivirus\n* ⭐ **[AdwCleaner](https://www.malwarebytes.com/adwcleaner/)** - Anti-Adware / [X](https://x.com/malwarebytes)\n* ⭐ **[Triage](https://tria.ge/)** or [Cuckoo](https://cuckoo.cert.ee/) / [2](https://sandbox.pikker.ee/) - Online Sandboxes\n* ⭐ **[Security / Antivirus Multireddit](https://www.reddit.com/user/goretsky/m/security/)** - Reddit Communities\n* ⭐ **[FMHY SafeGuard](https://fmhy.github.io/FMHY-SafeGuard/)** - Detects if Current Site is Trusted / Untrusted / [GitHub](https://github.com/fmhy/FMHY-SafeGuard)\n* [BleepingComputer](https://www.bleepingcomputer.com/forums/f/22/virus-trojan-spyware-and-malware-removal-help/), [Malwarebytes Forums](https://forums.malwarebytes.com/forum/7-windows-malware-removal-help-support/) or [Sysnative](https://www.sysnative.com/forums/forums/security-arena.66/) - Malware Removal Forums / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/malware-removal-forums.md)\n* [Sandboxie Plus](https://sandboxie-plus.com/) - Sandbox Environment / [Guide](https://claraiscute.neocities.org/Guides/sandboxie-guide/), [2](https://claraiscute.pages.dev/Guides/sandboxie-guide/) / [GitHub](https://github.com/sandboxie-plus/Sandboxie)\n* [Windows Sandbox](https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview) - Full Virtual Machine Sandbox Environment\n* [Dangerzone](https://dangerzone.rocks/) - Convert Malicious PDFs to Safe Files / [GitHub](https://github.com/freedomofpress/dangerzone)\n* [No More Ransom](https://www.nomoreransom.org/en/decryption-tools.html) - Ransomware Decryption Tools\n* [ID Ransomware](https://id-ransomware.malwarehunterteam.com/) - Ransomware Identification Tool\n* [ConfigureDefender](https://github.com/AndyFul/ConfigureDefender) - Configure Windows Defender Settings\n\n***\n\n## ▷ File Scanners\n\n* 🌐 **[The Second Opinion](https://jijirae.github.io/thesecondopinion/index.html)**, [2](https://rentry.co/thesecondopinion) - Portable Malware Scanners / Removal Tools / [GitHub](https://github.com/jijirae/thesecondopinion/)\n* ⭐ **[VirusTotal](https://www.virustotal.com/)** / [Scan Results Guide](https://claraiscute.neocities.org/Guides/vtguide/), [2](https://claraiscute.pages.dev/Guides/vtguide/) or **[Hybrid Analysis](https://hybrid-analysis.com/)** - Online File Scanner\n* ⭐ **VirusTotal Tools** - [CLI](https://github.com/VirusTotal/vt-cli) / [Uploader](https://github.com/SamuelTulach/VirusTotalUploader) / [Lite Version](https://www.virustotal.com/old-browsers/)\n* [Microsoft Safety Scanner](https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download) - On-demand AV Scanner\n* [Manalyzer](https://manalyzer.org/) - PE File Scanner / [GitHub](https://github.com/JusticeRage/Manalyze)\n* [YARA](https://virustotal.github.io/yara/) - Malware Identification Tool / [GitHub](https://github.com/virustotal/yara)\n* [Winitor](https://www.winitor.com/) - EXE Malware Assessment\n* [pyWhat](https://github.com/bee-san/pyWhat) - Identify Anything / [Discord](https://discord.com/invite/zYTM3rZM4T)\n* [Grype](https://github.com/anchore/grype) - Container Images Vulnerability Scanner\n* [Jotti](https://virusscan.jotti.org/en) -  Online File Scanner\n* [⁠Threat Insights Portal](https://www.threat.rip/) - Online File Scanner / [Discord](https://discord.com/invite/p2YbdzJ6f2)\n* [Filescan.io](https://www.filescan.io/) or [⁠MetaDefender Cloud](https://metadefender.com/) - Online File Scanner / [X](https://x.com/filescan_itsec) / [GitHub](https://github.com/filescanio)\n* [Farbar](https://www.bleepingcomputer.com/download/farbar-recovery-scan-tool/) - Local File Scanner / [Guide](https://www.bleepingcomputer.com/forums/t/781976/)\n\n***\n\n## ▷ Site Legitimacy Check\n\n* ⭐ **[URL Void](https://www.urlvoid.com/)**\n* ⭐ **[URLScan](https://urlscan.io/)**\n* ⭐ **[Trend Micro](https://global.sitesafety.trendmicro.com/)**\n* [ScamAdviser](https://www.scamadviser.com/)\n* [IsLegitSite](https://www.islegitsite.com/)\n* [ZScaler](https://zulu.zscaler.com/)\n* [Talos](https://talosintelligence.com/)\n\n***\n\n# ► Privacy\n\n* ↪️ **[SMS Verification Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_sms_verification_sites)**\n* ↪️ **[File Encryption](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_file_encryption)**\n* ↪️ **[Drive Formatting / File Deletion](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_formatting_.2F_deletion)**\n* ↪️ **[Photo Forensics / Metadata](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_photo_forensics_.2F_metadata)**\n* ↪️ **[Privacy-Focused Android Operating Systems](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_operating_systems)**\n* ⭐ **[Whonix](https://www.whonix.org/)** / [Telegram](https://t.me/s/Whonix) / [GitHub](https://github.com/Whonix), **[Qubes](https://www.qubes-os.org/)** / [GitHub](https://github.com/QubesOS) or **[Tails](https://tails.net/)** / [Telegram](https://t.me/torproject) / [GitHub](https://github.com/torproject) - Privacy-Focused Operating Systems\n* [W10Privacy](https://www.w10privacy.de/english-home/) - Privacy and Data Protection Tools\n* [Telemetry.md](https://gist.github.com/ave9858/a2153957afb053f7d0e7ffdd6c3dcb89) - Disable Windows 10/11 Telemetry\n* [Agent DVR](https://www.ispyconnect.com/) / [Subreddit](https://www.reddit.com/r/ispyconnect/), [Frigate](https://frigate.video/) / [GitHub](https://github.com/blakeblackshear/frigate), [Smart Sec Cam](https://github.com/scottbarnesg/smart-sec-cam) or [ZoneMinder](https://zoneminder.com/) / [Discord](https://discord.gg/tHYyP9k66q) / [GitHub](https://github.com/ZoneMinder/ZoneMinder/) - Security Camera Systems\n* [⁠go2rtc](https://github.com/AlexxIT/go2rtc) - Security Camera Bridge + Stream Manager \n* [Team Elite](https://www.te-home.net/) - Security Software\n* [YourDigitalRights](https://yourdigitalrights.org/) - Get Organizations to Delete Your Personal Data\n* [Big Ass Data Broker Opt-Out List](https://github.com/yaelwrites/Big-Ass-Data-Broker-Opt-Out-List) - List of Data Broker Opt-Out Resources\n* [⁠DataRequests](https://www.datarequests.org/) - GDPR Request Generator / Tools \n* [Surfer Protocol](https://github.com/Surfer-Org/Protocol) - Multi-Platform User Data Exporter / [Discord](https://discord.gg/5KQkWApkYC)\n* [GnuPG](https://gnupg.org/) - Data / Communication Encryption Tool / [Installer](https://www.gpg4win.org/)\n* [PrivNote](https://privnote.com/), [SafeNote](https://safenote.co/) / [GitHub](https://github.com/devrolabs), [Burn.Link](https://burn.link/), [ThisLinkWillSelfDestruct](https://thislinkwillselfdestruct.com/), [s.cr](https://s.cr/), [Yopass](https://yopass.se/) / [GitHub](https://github.com/jhaals/yopass), [Hemmelig](https://hemmelig.app/) / [GitHub](https://github.com/HemmeligOrg/Hemmelig.app), [Burn My Note](https://www.burnmynote.link/) or [OneTimeSecret](https://onetimesecret.com/) / [GitHub](https://github.com/onetimesecret/onetimesecret) - Self-Destructing Messages / Private Notes\n* [Forensic Focus](https://www.forensicfocus.com/forums/) - Digital Forensics Discussion Forums\n* [SurveillanceWatch](https://www.surveillancewatch.io/) - Surveillance Company Connections\n* [ALPR Watch](https://alprwatch.org/) or [DeFlock](https://deflock.me/) / [Discord](https://discord.gg/aV7v4R3sKT) / [GitHub](https://github.com/FoggedLens/deflock) - AI Automated License Plate Reader Cameras / ALPR Maps\n* [ALPR Watch](https://alpr.watch/) - Track Local Government Surveillance Tech Meetings\n* [People Over Papers](https://iceout.org/en/) or [ICE Map](https://www.icemap.dev/) - ICE Activity Information / Maps\n* [If An Agent Knocks](https://docs.google.com/document/d/176Yds1p63Q3iaKilw0luChMzlJhODdiPvF2I4g9eIXo/) - Best Practices if Contacted by Agents\n\n***\n\n## ▷ Privacy Indexes\n\n* ⭐ **[Privacy Guides](https://www.privacyguides.org/)**, [2](https://privacyguides.github.io/privacyguides.org/), [3](https://privacyguides-org-production.b-cdn.net/en/) - Educational Guide / [Discuss](https://discuss.privacyguides.net/) / [.onion](http://www.xoe4vn5uwdztif6goazfbmogh6wh5jc4up35bqdflu6bkdc5cas5vjqd.onion/) / [Matrix](https://matrix.to/#/#privacyguides:matrix.org) / [GitHub](https://github.com/privacyguides/privacyguides.org)\n* ⭐ **[Surveillance Self-Defense](https://ssd.eff.org/)** - Educational Guide\n* ⭐ **[The New Oil](https://thenewoil.org/)** - Educational Guide / [GitHub](https://github.com/tnonate/thenewoil)\n* ⭐ **[No Trace](https://www.notrace.how/)** - Educational Guide / [.onion](http://i4pd4zpyhrojnyx5l3d2siauy4almteocqow4bp2lqxyocrfy6prycad.onion/)\n* ⭐ **[The Hitchhiker’s Guide](https://anonymousplanet.org/)** / [GitHub](https://github.com/Anon-Planet/thgtoa) or [The OPSEC Bible](https://opsec.hackliberty.org/), [2](https://bible.beginnerprivacy.com/opsec/) / [.onion](http://opbible7nans45sg33cbyeiwqmlp5fu7lklu6jd6f3mivrjeqadco5yd.onion/) / [SimpleX Chat](http://nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/simplex.html) - Extensive Online Anonymity Guides\n* ⭐ **[Consumer Rights Wiki](https://consumerrights.wiki/)** - Documents Practices That Impact Consumer Rights\n* [Lissy93's Awesome Privacy](https://awesome-privacy.xyz/) / [GitHub](https://github.com/lissy93/awesome-privacy), [Awesome Security Hardening](https://github.com/decalage2/awesome-security-hardening) or [pluja's Awesome Privacy](https://pluja.github.io/awesome-privacy/) / [GitHub](https://github.com/pluja/awesome-privacy) - Privacy App / Service\n* [Defensive Computing Checklist](https://defensivecomputingchecklist.com/) - Educational Guide\n* [⁠Whonix Wiki](https://www.whonix.org/wiki) - Educational Guide / [Forum](https://forums.whonix.org/)\n* [⁠Kicksecure Wiki](https://www.kicksecure.com/wiki) - Educational Guide / [Forum](https://forums.kicksecure.com/)\n* [OPSEC guide](https://whos-zycher.github.io/opsec-guide/) - Educational Guide\n* [PrivSec](https://privsec.dev/) - Educational Guide / [GitHub](https://github.com/PrivSec-dev)\n* [Digital Defense](https://digital-defense.io/) - Personal Checklist for Privacy & Security / [GitHub](https://github.com/lissy93/personal-security-checklist)\n* [AvoidTheHack](https://avoidthehack.com/) - Educational Blog / [GitHub](https://github.com/avoidthehack)\n* [Hostux](https://hostux.network/) - Privacy Tools / [Source Code](https://git.hostux.net/valere/hostux.network)\n* [Privacy Settings](https://github.com/StellarSand/privacy-settings) - Privacy Setting Guides\n* [Privacy Not Included](https://www.mozillafoundation.org/en/privacynotincluded/) - Product Privacy Ratings\n* [EncryptedList](https://encryptedlist.xyz/) - List of Encrypted Services/Apps\n* [Awesome Vehicle Security](https://github.com/jaredthecoder/awesome-vehicle-security) - Vehicle Security Resources\n\n***\n\n## ▷ Network Security\n\n* ⭐ **[Safing Portmaster](https://safing.io/)** - Network Monitor / DNS Resolver / Firewall / [Discord](https://discord.com/invite/9ScnccuXaZ) / [GitHub](https://github.com/safing)\n* [I2P](https://geti2p.net/en/) - Encrypted Private Network Layer / [GitLab](https://i2pgit.org/)\n* [Simplewall](https://github.com/henrypp/simplewall) - Firewall\n* [Fort](https://github.com/tnodir/fort) - Firewall\n* [WFC](https://www.binisoft.org/wfc.php) - Firewall\n\n***\n\n## ▷ [Linux Privacy](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_adblock_.2F_privacy)\n\n***\n\n## ▷ [Mac Privacy](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25BA_mac_adblock_.2F_privacy)\n\n***\n\n## ▷ [Android Privacy](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_privacy)\n\n***\n\n## ▷ [iOS Privacy](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_ios_privacy)\n\n***\n\n# ► Web Privacy\n\n* 🌐 **[Google Alt List](https://www.techspot.com/article/2752-all-google-alternatives/)**, [r/degoogle](https://www.reddit.com/r/degoogle) or [No More Google](https://nomoregoogle.com/) - Google App Alternatives\n* ↪️ **[Encode / Decode URLs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_encode_.2F_decode)**\n* ⭐ **[PrivacySpy](https://privacyspy.org/)** / [GitHub](https://github.com/politiwatch/privacyspy) or [ToS;DR](https://tosdr.org/) / [Discord](https://discord.gg/tosdr) / [GitHub](https://github.com/tosdr) - Sites Privacy Policies\n* ⭐ **[JustDeleteMe](https://justdeleteme.xyz/)** - Find / Terminate Old Accounts / [GitHub](https://github.com/jdm-contrib/jdm)\n* [Phish Report](https://phish.report/), [OpenPhish](https://openphish.com/), [Netcraft Report](https://report.netcraft.com/report), [isitPhishing](https://isitphishing.org/), [PhishStats](https://phishstats.info/) / [Telegram](https://t.me/joinchat/AAAAAElZRwd0aBrYTaHHcQ) / [GitHub](https://github.com/eschultze/phishstats-api-network) or [PhishTank](https://phishtank.org/) - Report Phishing Sites\n* [DNS Jumper](https://www.sordum.org/7952/dns-jumper-v2-3/) - DNS Switcher\n* [⁠OnionHop](https://www.onionhop.de/) - Tor Network Client / Onion Routing / [GitHub](https://github.com/center2055/OnionHop)\n* [PeerTube](https://joinpeertube.org/) - Decentralized Video Hosting / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_peertube_tools) / [GitHub](https://github.com/Chocobozzz/PeerTube)\n* [tweetXer](https://github.com/lucahammer/tweetXer) - Delete X.com Posts\n* [delete-likes-from-x-com.md](https://gist.github.com/aymericbeaumet/d1d6799a1b765c3c8bc0b675b1a1547d) - Delete X.com Likes / Favorites\n* [Power Delete Suite](https://github.com/j0be/PowerDeleteSuite) - Reddit Auto Post Delete\n* [Hyphanet](https://www.hyphanet.org/) - Browse / Publish Freenet Sites / [GitHub](https://github.com/hyphanet)\n\n***\n\n## ▷ Browser Privacy\n\n* 🌐 **[Browser Privacy Guides](https://www.privacyguides.org/en/desktop-browsers)** - Browser Privacy / Setup Guides\n* ↪️ **[Browser Comparisons](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25BA_browser_tools)**\n* ↪️ **[Android Privacy Browsers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_browsers)**\n* ⭐ **[Tor Browser](https://www.torproject.org/)**, [2](https://tor.eff.org/) - Onion-Routed Browser / [TG Downloads / Bridges](https://t.me/torproject) / [.onion](http://2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion/) / [GitLab](https://gitlab.torproject.org/tpo/applications/tor-browser)\n* ⭐ **[Mullvad Browser](https://mullvad.net/en/browser)** - Tor Browser Fork (without Tor network) / [GitHub](https://github.com/mullvad)\n* ⭐ **[arkenfox](https://github.com/arkenfox/user.js)** - Firefox Privacy Tweak / [Video](https://youtu.be/F7-bW2y6lcI) / [GUI](https://arkenfox.github.io/gui/) / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/general-tweak-warning.md)\n* ⭐ **[LibreWolf](https://librewolf.net/)** - Custom Privacy-Focused Firefox / [Auto-Updater](https://github.com/ltguillaume/librewolf-winupdater), [2](https://codeberg.org/ltguillaume/librewolf-winupdater) / [Source Code](https://codeberg.org/librewolf) / [Subreddit](https://www.reddit.com/r/LibreWolf)\n* [⁠Phoenix](https://codeberg.org/celenity/Phoenix) - Firefox Privacy Tweak / [GitHub](https://github.com/celenityy/Phoenix) / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/general-tweak-warning.md)\n* [Brave Browser](https://brave.com/) - Privacy Chromium Browser / [Subreddit](https://www.reddit.com/r/brave_browser/) / [GitHub](https://github.com/brave/brave-browser)\n* [Encrypted SNI](https://www.cloudflare.com/ssl/encrypted-sni/) - Cloudflare Browser Check\n\n***\n\n## ▷ Password Privacy / 2FA\n\n* 🌐 **[2FA Directory](https://2fa.directory/)** - List of Sites with 2FA Support / [GitHub](https://github.com/2factorauth/twofactorauth)\n* ↪️ **[Password Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_password_managers)**\n* ⭐ **[Ente Auth](https://ente.io/auth/)** - 2FA / All Platforms / [Discord](https://discord.gg/z2YVKkycX3) / [GitHub](https://github.com/ente-io/ente)\n* ⭐ **[Aegis](https://getaegis.app/)** - 2FA / Android / [X](https://x.com/beemdevelopment) / [GitHub](https://github.com/beemdevelopment/Aegis)\n* ⭐ **[Stratum](https://stratumauth.com)** - 2FA / Android / [GitHub](https://github.com/stratumauth/app)\n* ⭐ **[Password Strength Chart](https://i.ibb.co/B2Vz3hSj/89x5g3t4xrxe1.png)**\n* [2FAS](https://2fas.com/) - 2FA / Android, iOS / [Discord](https://discord.gg/q4cP6qh2g5) / [GitHub](https://github.com/twofas)\n* [⁠Proton Authenticator](https://proton.me/authenticator) - 2FA / All Platforms / [Discord](https://discord.com/invite/proton)\n* [Mauth](https://github.com/X1nto/Mauth) - 2FA / Android\n* [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - 2FA / Android\n* [KeePassXC](https://keepassxc.org/) - 2FA / Windows, Mac, Linux / [Guide](https://youtu.be/ckWPHaQwft8) / [GitHub](https://github.com/keepassxreboot/keepassxc)\n* [AuthMe](https://authme.levminer.com/) - 2FA / Windows, Mac, Linux / [GitHub](https://github.com/Levminer/authme)\n* [Yubioath](https://developers.yubico.com/yubioath-flutter/) - 2FA / YubiKey Support / Windows, Android / [GitHub](https://github.com/Yubico/yubioath-flutter)\n* [OTPClient](https://github.com/paolostivanin/OTPClient) - 2FA / Linux\n* [Sentinel](https://getsentinel.io/) - 2FA / Mac, Android, iOS\n* [OTP Auth](https://apps.apple.com/app/otp-auth/id659877384) - 2FA / iOS\n* [Tofu](https://www.tofuauth.com/) - 2FA / iOS / [GitHub](https://github.com/iKenndac/Tofu)\n* [Authenticator](https://authenticator.cc/) - 2FA Browser Extension / [GitHub](https://github.com/Authenticator-Extension/Authenticator)\n* [2FAuth](https://docs.2fauth.app/) - Self-Hosted / Web / [GitHub](https://github.com/Bubka/2FAuth)\n* [VaultWarden](https://github.com/dani-garcia/vaultwarden) - Unofficial Bitwarden Server Backend / Self-Hosted\n* [OTP Helper](https://github.com/jd1378/otphelper) - Extract OTP Tokens\n* [steamguard-cli](https://github.com/dyc3/steamguard-cli) - Generate Steam 2FA Codes\n\n***\n\n## ▷ Encrypted Messengers\n\n* **Note** - Keep in mind that even with e2ee enabled metadata may still be visible to your homeserver and homeservers of those you're chatting with.\n\n***\n\n* 🌐 **[Eylenburg Comparisons](https://eylenburg.github.io/im_comparison.htm)**, [SecuChart](https://bkil.gitlab.io/secuchart/), [Messenger-Matrix](https://www.messenger-matrix.de/messenger-matrix-en.html) or [Secure Messaging Apps](https://www.securemessagingapps.com/) - Chat App Indexes / Comparisons\n* 🌐 **[Matrix Clients](https://matrix.org/ecosystem/clients/)** / [Mod Bot](https://github.com/matrix-org/mjolnir) / [Resources](https://matrix.org/ecosystem/) / [Servers](https://tatsumoto-ren.github.io/blog/list-of-matrix-servers.html), [2](https://tatsumoto.neocities.org/blog/list-of-matrix-servers.html), [3](https://gitlab.com/famedly/conduit), [4](https://joinmatrix.org/servers/), [5](https://archive.md/4xZE4), [6](https://wiki.asra.gr/en:public_servers), [7](https://masl.dev/)\n* ⭐ **[SimpleX](https://simplex.chat/)** - All Platforms / [GitHub](https://github.com/simplex-chat)\n* ⭐ **[Signal](https://signal.org/)** - All Platforms / Requires Phone / [GitHub](https://github.com/signalapp) or **[Molly](https://github.com/mollyim/mollyim-android)** / Some NSFW / [Stickers](https://signalstickers.org/)\n* ⭐ **[Briar](https://briarproject.org/)** / [Desktop](https://briarproject.org/download-briar-desktop/) / [GitLab](https://code.briarproject.org/briar/briar)\n* [Wire](https://wire.com/en/download/) - All Platforms / Requires Phone / [GitHub](https://github.com/wireapp)\n* [Session](https://getsession.org/) - All Platforms / [GitHub](https://github.com/session-foundation)\n* [Keybase](https://keybase.io/) - All Platforms / [GitHub](https://github.com/keybase/client)\n* [Jami](https://jami.net/) - All Platforms / [GitLab](https://git.jami.net/savoirfairelinux/jami-project)\n* [Tox](https://tox.chat/) / [GitHub](https://github.com/TokTok/c-toxcore) or [qTox](https://qtox.github.io/) / [GitHub](https://github.com/TokTok/qTox) - All Platforms\n* [Cabal](https://cabal.chat/) - P2P / Serverless All Platforms / [GitHub](https://github.com/cabal-club)\n* [Linphone](https://www.linphone.org/) - All Platforms / [GitLab](https://gitlab.linphone.org/explore/projects)\n* [Berty](https://berty.tech/) / Android, iOS / [GitHub](https://github.com/berty/berty)\n* [Ricochet Refresh](https://www.ricochetrefresh.net/) / Windows, Mac, Linux / [GitHub](https://github.com/blueprint-freespeech/ricochet-refresh)\n* [Cwtch](https://docs.cwtch.im) / Windows, Mac, Linux, Android / [GitLab](https://git.openprivacy.ca/cwtch.im/cwtch)\n* [Delta Chat](https://delta.chat/) - Decentralized Email-Based Messenger / Windows, Mac, Linux, Android\n* [Status](https://status.app/) / Android, iOS / [GitHub](https://github.com/status-im)\n* [Damus](https://damus.io/) or [MySudo](https://anonyome.com/individuals/mysudo/) / iOS\n* [Databag](https://github.com/balzack/databag) - Self-Hosted / Android, iOS, Web / [GitHub](https://github.com/balzack/databag)\n* [ssh-chat](https://github.com/shazow/ssh-chat) or [Devzat](https://github.com/quackduck/devzat) - SSH Chat\n\n***\n\n## ▷ Email Privacy\n\n* ↪️ **[Temp Mail Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_temp_mail)** - Create Temporary / Throwaway Emails\n* ↪️ **[Email Aliasing](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_email_aliasing)** - Create Permanent Anonymous Emails\n* ⭐ **[Proton Mail](https://proton.me/mail)** - 1GB Free / Encrypted Email / Deleted After 1 Year Inactive / [.onion](https://protonmailrmez3lotccipshtkleegetolb73fuirgj7r4o4vfu7ozyd.onion/) / [Subreddit](https://www.reddit.com/r/ProtonMail/) / [Discord](https://discord.com/invite/proton) / [GitHub](https://github.com/ProtonMail) / [Note](https://proton.me/support/more-free-storage-existing-users)\n* ⭐ **[Tuta](https://tuta.com/)** - 1GB Free / Encrypted Email / Deleted After 6 Months Inactive / [Subreddit](https://www.reddit.com/r/tutanota/) / [GitHub](https://github.com/tutao/tutanota)\n* [Disroot](https://disroot.org/en/services/email) - 1GB Free / Encrypted Email\n* [DNMX](https://dnmx.cc/) - Onion-Based Email\n* [Mailvelope](https://mailvelope.com/) - Give Emails PGP Encryption / [GitHub](https://github.com/mailvelope/mailvelope)\n* [Email Privacy Tester](https://www.emailprivacytester.com/) - Email Privacy Test / [GitLab](https://gitlab.com/mikecardwell/ept3)\n* [SecLists](https://seclists.org/) - Security Mailing List Archive\n\n***\n\n## ▷ Data Breach Monitoring\n\n* ⭐ **[Have I Been Pwned?](https://haveibeenpwned.com/)** / [GitHub](https://github.com/HaveIBeenPwned) or [F-Secure](https://www.f-secure.com/en/identity-theft-checker) / [X](https://x.com/FSecure) - Monitor Email Breaches\n* ⭐ **[Have I Been Pwned Passwords](https://haveibeenpwned.com/Passwords)** - Password Breach Check\n* [Mozilla Monitor](https://monitor.mozilla.org/) - Data Breach Check / Requires Sign-Up / [GitHub](https://github.com/mozilla/blurts-server)\n* [BreachDirectory](https://breachdirectory.org), [Snusbase](https://snusbase.com/), [Leak Lookup](https://leak-lookup.com/), [Trufflehog](https://trufflesecurity.com/) / [Discord](https://discord.gg/8Hzbrnkr7E) / [GitHub](https://github.com/trufflesecurity/trufflehog) or [LeakPeek](https://leakpeek.com/) / [Discord](https://discord.com/invite/mNxhSRWKwq) - Data Breach Search Engines\n* [Intelligence X](https://intelx.io/) - Password Breach Check / [GitHub](https://github.com/IntelligenceX)\n* [ScatteredSecrets](https://scatteredsecrets.com/) - Password Breach Check / Requires Sign-Up\n* [BreachDetective](https://breachdetective.com/) - Password Breach Check / Requires Sign-Up\n\n***\n\n## ▷ Fingerprinting / Tracking\n\n* ⭐ **[CreepJS](https://abrahamjuliot.github.io/creepjs)**, [webkay](https://webkay.robinlinus.com/), [browserrecon](https://www.computec.ch/projekte/browserrecon/?s=scan), [TZP](https://arkenfox.github.io/TZP/tzp.html), [Cover Your Tracks](https://coveryourtracks.eff.org/) or [PersonalData](https://personaldata.info/) - Tracking / Fingerprinting Tests\n* [ClearURLs](https://docs.clearurls.xyz) / [GitHub](https://github.com/ClearURLs/Addon) / [GitLab](https://gitlab.com/KevinRoebert/ClearUrls) or [URLCleaner](https://urlcleaner.net/) - Clean URLs / Remove Tracking Elements from URLs / Can Break Sites\n* [Webbkoll](https://webbkoll.5july.net/) or [Blacklight](https://themarkup.org/blacklight) - Site Tracking Info\n* [Data Removal Guide](https://inteltechniques.com/workbook.html) - Remove Online Data\n* [GameIndustry](https://gameindustry.eu/en/) - Block Trackers in Desktop / Mobile Games\n* [BrowserLeaks](https://browserleaks.com/), [Do I leak?](https://www.top10vpn.com/tools/do-i-leak/) or [IPLeak.net](https://ipleak.net) - IP Leak Tests\n* [JShelter](https://jshelter.org/) - Prevent Fingerprinting / [Warning](https://github.com/arkenfox/user.js/issues/1729#issuecomment-1739135479) / [Source Code](https://pagure.io/JShelter/webextension)\n* [Locale Switcher](https://chromewebstore.google.com/detail/locale-switcher/kngfjpghaokedippaapkfihdlmmlafcc), [2](https://addons.mozilla.org/en-US/firefox/addon/languageswitch) - Change Language Identifier / [GitHub](https://github.com/locale-switcher/locale-switcher)\n* [AnonymousRedirect](https://adguardteam.github.io/AnonymousRedirect/) - Anonymize Links\n* [X.com Direct](https://greasyfork.org/en/scripts/404632) - Removes t.co Tracking from X.com\n\n***\n\n## ▷ Search Engines\n\n* 🌐 **[Search Engine Party](https://searchengine.party/)** - Privacy Search Engine Comparisons / [GitLab](https://gitlab.com/nitrohorse/search-engines-compare)\n* 🌐 **[Instance Scores](https://searx.neocities.org/instancescores)** or [Searx Index](https://www.startpage.com/sp/search?q=%22powered%20by%20Searx%22) - Searx Instance Indexes\n* ⭐ **[searx.space](https://searx.space/)** or [FMHY Searx](https://searx.fmhy.net/) / [Docs / Hosting](https://docs.searxng.org/) / [.onion](http://searxspbitokayvkhzhsnljde7rqmn7rvoga6e4waeub3h7ug3nghoad.onion/) - SearXNG Instances / Metasearch / [Matrix](https://matrix.to/#/#searxng:matrix.org) / [GitHub](https://github.com/searxng)\n* ⭐ **[Brave Search](https://search.brave.com/)** - Independent / Supports DDB Bangs\n* ⭐ **[4get](https://4get.canine.tools/)**, [2](https://4get.ca/), [3](https://4g.opnxng.com/) - Metasearch / [Source Code](https://git.lolcat.ca/lolcat/4get) / [Instances](https://4get.ca/instances)\n* ⭐ **[DuckDuckGo](https://start.duckduckgo.com/)** - Metasearch / Bing Based / [AI Free](https://noai.duckduckgo.com/) / [Lite](https://lite.duckduckgo.com/) / [HTML](https://html.duckduckgo.com/) / [Shortcuts](https://duckduckgo.com/bangs), [2](https://github.com/dmlls/yang) / [Subreddit](https://www.reddit.com/r/duckduckgo/)\n* [Fuck Off Google](https://search.fuckoffgoogle.net/), [searx.neocities](https://searx.neocities.org/), [nixnet](https://searx.nixnet.services/) or [monocles](https://monocles.de/) - Searx Instances / Metasearch\n* [LibreY](https://ly.owo.si/) - Metasearch / [Instances](https://search.liv.town/instances.php), [2](https://search.davidovski.xyz/instances.php) / [GitHub](https://github.com/Ahwxorg/librey/)\n* [⁠Nilch](https://nilch.org/) - AI Free / Metasearch\n* [Mojeek](https://www.mojeek.com/) - Independent / [Subreddit](https://www.reddit.com/r/mojeek/)\n* [YaCy](https://yacy.net/) - Decentralized / P2P Independent / [GitHub](https://github.com/yacy/yacy_search_server)\n* [Startpage](https://www.startpage.com/) - Google Based / [Subreddit](https://www.reddit.com/r/StartpageSearch/)\n\n***\n\n# ► VPN\n\n* **Note** - Outside of Cloudflare One it's generally best to use a paid VPN, especially if you have privacy or speed in mind. Free VPNs are mostly useful for things like unblocking websites. Remember to [bind](https://wispydocs.pages.dev/torrenting/) your VPN to your client to avoid ISP letters.\n\n***\n\n* 🌐 **[Techlore Chart](https://techlore.tech/vpn)** - VPN Comparison Charts\n* 🌐 **[VPN Relationships](https://kumu.io/Windscribe/vpn-relationships)**, [2](https://windscribe.com/vpnmap) - VPN Relationship Map\n* ⭐ **[Cloudflare One](https://one.one.one.one/)** - Free / Unlimited / [Wireguard](https://rentry.co/foss-warp) (kill switch) / [Config Generator](https://colab.research.google.com/drive/1fomBbh0mRxpVoGAY5gYT5zPBnFKsLV9o?usp=sharing), [2](https://f0rc3run.github.io/free-warp-endpoints/) / [Alt Client](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/alt-warp-clients.md)\n* ⭐ **[Proton VPN](https://protonvpn.com)** - Unlimited / [Wireguard](https://protonvpn.com/support/wireguard-configurations) / [Subreddit](https://www.reddit.com/r/ProtonVPN/) / [Telegram](https://t.me/proton_privacy) / [Discord](https://discord.com/invite/proton) / [GitHub](https://github.com/ProtonVPN/) / [Torrent Guide](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/proton-torrenting.md) \n* ⭐ **[Windscribe](https://windscribe.com)** - No Torrenting w/ Free Plan / 10GB Monthly / [Subreddit](https://www.reddit.com/r/Windscribe/) / [GitHub](https://github.com/windscribe)\n* ⭐ **[AirVPN](https://airvpn.org/)** - Paid / [.onion](https://airvpn3epnw2fnsbx5x2ppzjs6vxtdarldas7wjyqvhscj7x43fxylqd.onion/) / [GitHub](https://github.com/AirVPN) / [GitLab](https://gitlab.com/AirVPN)\n* ⭐ **[Mullvad VPN](https://mullvad.net/)** - Paid / [No Port Forwarding](https://mullvad.net/en/blog/removing-the-support-for-forwarded-ports) / [No-Logging](https://mullvad.net/en/blog/2023/4/20/mullvad-vpn-was-subject-to-a-search-warrant-customer-data-not-compromised/) / [.onion](https://ao54hon2e2vj6c7m3aqqu6uyece65by3vgoxxhlqlsvkmacw6a7m7kiad.onion) / [GitHub](https://github.com/mullvad)\n* [IVPN](https://www.ivpn.net/) - Paid / [No Logging](https://www.ivpn.net/knowledgebase/privacy/how-do-we-react-when-requested-by-an-authority-for-information-relating-to-a-customer/) / No Port Forwarding / [Subreddit](https://www.reddit.com/r/IVPN/) / [GitHub](https://github.com/ivpn)\n* [Nym](https://nym.com/) - Paid / [5-Hop Mixnet](https://nym.com/mixnet) / [Subreddit](https://www.reddit.com/r/nym/) / [GitHub](https://github.com/nymtech/nym)\n* [RiseupVPN](https://riseup.net/en/vpn) - Free / Unlimited / No Port Forwarding / [GitHub](https://github.com/riseupnet)\n* [PrivadoVPN](https://privadovpn.com/freevpn) - Free / 10GB Monthly / Unlimited Accounts via [Temp Mail](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_temp_mail)\n* [Calyx VPN](https://calyxos.org/docs/guide/apps/calyx-vpn/) - Free / Unlimited\n\n***\n\n## ▷ VPN Server\n\n* ⭐ **[WireGuard](https://www.wireguard.com/)** - VPN Tunnel / [Guide](https://www.wireguard.com/quickstart/) / [Web UI](https://github.com/wg-easy/wg-easy) / [Source Code](https://www.wireguard.com/repositories/)\n* ⭐ **[Tailscale](https://tailscale.com/)** or **[⁠NetBird](https://netbird.io/)** - WireGuard Mesh\n* [Amnezia](https://amnezia.org/), [2](https://storage.googleapis.com/amnezia/amnezia.org) - VPN Server / [Subreddit](https://www.reddit.com/r/AmneziaVPN/) / [Telegram](https://t.me/amnezia_vpn_en) / [GitHub](https://github.com/amnezia-vpn)\n* [OpenVPN](https://openvpn.net/) - VPN Server\n* [WGDashboard](https://wgdashboard.dev/) - WireGuard Panel / AmneziaWG / [Subreddit](https://www.reddit.com/r/WGDashboard/) / [Discord](https://discord.gg/72TwzjeuWm) / [GitHub](https://github.com/donaldzou/WGDashboard)\n* [⁠Twingate](https://www.twingate.com/) - Zero Trust Access Tunnel\n* [⁠Headscale](https://github.com/juanfont/headscale) - Self-Hosted Tailscale\n* [⁠Nebula](https://github.com/slackhq/nebula) or [ZeroTier](https://www.zerotier.com/) - Mesh VPN Server \n* [IPsec VPN](https://github.com/hwdsl2/setup-ipsec-vpn) - VPN Server\n* [Cloudflare Tunnels](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/) - Application Tunnel / VPN Alternative / [WireGuard](https://gist.github.com/WildeBeast2521/adabae243e0b83e344ceef0422c3fa6d)\n* [Cloud WireGuard Guide](https://github.com/rajannpatel/Pi-Hole-on-Google-Compute-Engine-Free-Tier-with-Full-Tunnel-and-Split-Tunnel-Wireguard-VPN-Configs) - WireGuard + Pi-hole VPN using Google Cloud\n* [tinc VPN](https://www.tinc-vpn.org/) - VPN Tunnel / [GitHub](https://github.com/gsliepen/tinc) / [GitLab](https://gitlab.com/gsliepen/tinc)\n* [WireHole](https://github.com/IAmStoxe/wirehole) - WireGuard + Pi-hole VPN / [Web UI](https://github.com/10h30/wirehole-ui)\n* [OpenConnect](https://gitlab.com/openconnect/openconnect) - SSL VPN / [GUI](https://openconnect.github.io/openconnect-gui/) \n* [Pritunl](https://pritunl.com/) - VPN Server / [GitHub](https://github.com/pritunl/pritunl)\n* [Algo VPN](https://blog.trailofbits.com/2016/12/12/meet-algo-the-vpn-that-works/) - Cloud VPN / [GitHub](https://github.com/trailofbits/algo)\n* [SShuttle](https://sshuttle.readthedocs.io/en) - SSH VPN Server / [GitHub](https://github.com/sshuttle/sshuttle)\n* [DSVPN](https://github.com/jedisct1/dsvpn) - Simple VPN Server\n* [Openconnect](https://ocserv.gitlab.io/www/index.html) - SSL VPN Server\n\n***\n\n## ▷ VPN Tools\n\n* ↪️ **[Free VPN Configs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_vpn_configs)**\n* ⭐ **[VPN Binding Guide](https://wispydocs.pages.dev/torrenting/)** - Bind VPN to Torrent Client to Avoid ISP Letters\n* [⁠WireSock](https://wiresock.net/) or [⁠Tunnl](https://tunnl.to/) - WireGuard Split Tunneling Clients\n* [WG Tunnel](https://wgtunnel.com/) - WireGuard Client / AmneziaWG / Android / [Windows](https://wgtunnel.com/blog/desktop-launch/) / [Telegram](https://t.me/wgtunnel) / [GitHub](https://github.com/wgtunnel)\n* [VPN Hotspot](https://github.com/Mygod/VPNHotspot) - Share VPN Connection over Hotspot / Rooted Android\n* [Gluetun](https://github.com/qdm12/gluetun) - VPN using Docker\n\n***\n\n# ► Proxy\n\n* [Psiphon](https://psiphon.ca/) - Hybrid Proxy VPN App\n* [Lantern](https://lantern.io/) - Proxy App / Slowed Past 250MB / [GitHub](https://github.com/getlantern/lantern)\n* [FreeSocks](https://freesocks.org/) - Shadowsocks App / [GitHub](https://github.com/unredacted/freesocks-control-plane)\n* [Snowflake](https://snowflake.torproject.org/) - Tor Proxy Browser Extension\n* [Censor Tracker](https://censortracker.org/) / [Telegram](https://t.me/CensorTracker_feedback) / [GitHub](https://github.com/censortracker/censortracker), [SmartProxy](https://github.com/salarcode/SmartProxy), [FoxyProxy](https://getfoxyproxy.org/) or [ZeroOmega](https://github.com/zero-peak/ZeroOmega) - Proxy Extensions\n* [Acrylic](https://mayakron.altervista.org/) - Local DNS Proxy\n* [SimpleDnsCrypt](https://github.com/instantsc/SimpleDnsCrypt) or [DNSCrypt](https://dnscrypt.info/) / [GitHub](https://github.com/DNSCrypt/dnscrypt-proxy) - Local DNS Encryption Proxy\n\n***\n\n## ▷ Proxy Servers\n\n* ⭐ **[3X-UI](https://github.com/MHSanaei/3x-ui)** - Proxy Panel / [Telegram](https://t.me/XrayUI) / **[Guide](https://wispydocs.pages.dev/network-censorship-circumvention/)**\n* ⭐ **[Project X](https://github.com/XTLS/Xray-core)** - Xray Proxy Core / [Telegram](https://t.me/projectXray), [2](https://t.me/projectVless)\n* [NaïveProxy](https://github.com/klzgrad/naiveproxy) - Chromium-based Proxy\n* [Hysteria](https://v2.hysteria.network/) - Speed Focused Proxy Protocol / [Telegram](https://t.me/hysteria_github) / [GitHub](https://github.com/apernet/hysteria)\n* [Shadowsocks](https://shadowsocks.org/) - Simple Proxy Protocol / [GitHub](https://github.com/shadowsocks)\n* [sing-box](https://sing-box.sagernet.org/) - Proxy Core / [Telegram](https://t.me/yapug) / [GitHub](https://github.com/SagerNet/sing-box)\n* [Amnezia](https://amnezia.org/self-hosted), [2](https://storage.googleapis.com/amnezia/amnezia.org) - Multi Protocol Server / [Subreddit](https://www.reddit.com/r/AmneziaVPN/) / [Telegram](https://t.me/amnezia_vpn_en) / [GitHub](https://github.com/amnezia-vpn)\n* [Hiddify Manager](https://hiddify.com/) - Proxy Panel / [Telegram](https://t.me/hiddify) / [GitHub](https://github.com/hiddify/Hiddify-Manager)\n* [Outline](https://getoutline.org/) / [Guide](⁠https://docs.getoutline.com/s/hosting) / [Subreddit](https://www.reddit.com/r/outlinevpn/) / [GitHub](https://github.com/Jigsaw-Code/) - Shadowsocks Server\n* [VpnHood](https://github.com/vpnhood/VpnHood) - Proxy Server\n* [Scramjet](https://docs.titaniumnetwork.org/proxies/scramjet/) / [GitHub](https://github.com/MercuryWorkshop/scramjet/) or [Nebula](https://github.com/NebulaServices/Nebula) - Web Proxy Server\n* [Nginx Proxy Manager](https://nginxproxymanager.com) - Reverse Proxy UI / [Subreddit](https://reddit.com/r/nginxproxymanager) / [GitHub](https://github.com/NginxProxyManager/nginx-proxy-manager)\n\n\n***\n\n## ▷ Proxy Clients\n\n* ⭐ **[v2rayN](https://github.com/2dust/v2rayN)** - Proxy Client / Windows, Mac, Linux\n* ⭐ **[NekoBox](https://matsuridayo.github.io/)** - Proxy Client / Android / [GitHub](https://github.com/MatsuriDayo/NekoBoxForAndroid/)\n* [v2rayNG](https://github.com/2dust/v2rayNG) or [MahsaNG](https://github.com/GFW-knocker/MahsaNG) / [Telegram](https://t.me/s/mahsa_net), [2]( https://t.me/+YIlqV-fl9y4zMmRk) - Proxy Client / Android\n* [Hiddify](https://hiddify.com/) - Proxy Client / All Platforms / [Telegram](https://t.me/hiddify) / [GitHub](https://github.com/hiddify)\n* [Amnezia](https://amnezia.org/), [2](https://storage.googleapis.com/amnezia/amnezia.org) - Proxy Client / All Platforms / [Subreddit](https://www.reddit.com/r/AmneziaVPN/) / [Telegram](https://t.me/amnezia_vpn_en) / [GitHub](https://github.com/amnezia-vpn)\n* [Shadowsocks](https://shadowsocks.org/doc/getting-started.html#gui-clients) - Shadowsocks Client / All Platforms / [GitHub](https://github.com/shadowsocks)\n* [sing-box](https://sing-box.sagernet.org/clients/) - Proxy Client / Mac, Android / [Telegram](https://t.me/yapug) / [GitHub](https://github.com/SagerNet/sing-box)\n* [Throne](https://throneproj.github.io/) - Proxy Client / Sing-Box GUI / Windows, Mac, Linux / [GitHub](https://github.com/throneproj/Throne)\n* [V2Box](https://play.google.com/store/apps/details?id=dev.hexasoftware.v2box) / Android, [V2Box](https://apps.apple.com/us/app/v2box-v2ray-client/id6446814690), iOS / Proxy Client\n* [ClashVerge](https://www.clashverge.dev/) - Proxy Client / Windows, Mac, Linux / [GitHub](https://github.com/clash-verge-rev/clash-verge-rev)\n* [Streisand](https://streisand.pages.dev/) - Proxy Client / Mac, iOS\n* [⁠FlClash](https://github.com/chen08209/FlClash/blob/main/README.md) / Windows, Mac, Linux, Android\n* [husi](https://github.com/xchacha20-poly1305/husi) - Proxy Client / Android\n* [Proxifier](https://www.proxifier.com/) - Add Proxy Functionality to Apps / Windows, Mac, Android\n* [wireproxy](https://github.com/whyvl/wireproxy) - WireGuard as Proxy / Windows, Mac, Linux\n\n***\n\n## ▷ Anti Censorship\n\n* ↪️ **[Great Firewall Bypass](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/non-eng#wiki_.25B7_great_firewall)**\n* ⭐ **[Censorship Bypass Guide](https://cbg.fmhy.bid/)** - Censorship Bypass Guide\n* ⭐ **[⁠Net4people](https://github.com/net4people/bbs/issues)** - Worldwide Censorship Circumvention Discussion\n* ⭐ **[ByeDPIAndroid](https://github.com/dovecoteescapee/ByeDPIAndroid)**, - Network Packet Alter Tool / Android\n* ⭐ **[zapret](https://github.com/bol-van/zapret)**, **[SpoofDPI](https://github.com/xvzc/SpoofDPI)** or **[GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI/)** - Network Packet Alter Tool \n* ⭐ **[DNSveil](https://msasanmh.github.io/DNSveil/)** - DNS Client / [GitHub](https://github.com/msasanmh/DNSveil)\n* [DNSTT.XYZ](https://dnstt.xyz/) / [Telegram](https://t.me/dnstt_xyz) / [GitHub](https://github.com/dnstt-xyz/dnstt_xyz_app), [⁠HTTP Injector](https://play.google.com/store/apps/details?id=com.evozi.injector), [⁠HTTP Custom](https://play.google.com/store/apps/details?id=xyz.easypro.httpcustom), [⁠NetMod VPN](https://play.google.com/store/apps/details?id=com.netmod.syna) or [DarkTunnel](https://play.google.com/store/apps/details?id=net.darktunnel.app) - Mobile DNS Tunnels / Censorship Bypass\n* [⁠FilterWatch](https://filter.watch/english/) - Censorship News / Articles\n* [ByeByeDPI](https://github.com/romanvht/ByeByeDPI/blob/master/README-en.md), [⁠Paqet](https://github.com/hanselime/paqet), [PowerTunnel](https://github.com/krlvm/PowerTunnel) or [Green Tunnel](https://github.com/SadeghHayeri/GreenTunnel) - Network Packet Alter / Packet Level Proxies\n* [YouTubeUnblock](https://github.com/Waujito/youtubeUnblock) - Unblock YouTube with SNI Spoof / OpenWrt / Entware Routers\n* [Scamalytics](https://scamalytics.com/) - Check IP Blacklists\n\n***\n\n## ▷ Proxy Sites\n\n* **Note** - Keep in mind many proxy sites log info like IP address, sites visited, etc. They're useful for unblocking sites, but not very useful for privacy.\n\n***\n\n* ↪️ **[Proxy Lists](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_proxy_lists)**\n* ⭐ **[Holy Unblocker](https://holyunblocker.org/)** / [GitHub](https://github.com/QuiteAFancyEmerald/Holy-Unblocker)\n* [Titanium Network](https://titaniumnetwork.org/services/) - Multi-Proxy / [Instances](https://discord.gg/unblock) / [Discord](https://discord.gg/unblock) / [GitHub](https://github.com/titaniumnetwork-dev)\n* [⁠US5](https://us5.thetravelingtourguide.com/) - Multi-Site + App Proxy / Adblocker / [Discord](https://discord.com/invite/VDA8Ngx38Z)\n* [SSLSecureProxy](https://www.sslsecureproxy.com/), [2](https://www.4everproxy.com/), [3](https://www.hideip.co/)\n* [ProxyOf2](https://proxyof2.com/)\n* [Phantom](https://phantom.lol/) / [Discord](https://discord.com/invite/goshadow)\n* [Reflect4](https://reflect4.me/), [CroxyProxy](https://www.croxyproxy.com/) or [Blockaway](https://www.blockaway.net/)\n* [Delusionz](https://delusionz.xyz/) / [Discord](https://discord.com/invite/Dpj8C8SAmH)\n* [ProxyPal](https://proxypal.net/) / [Telegram](https://t.me/PlainProxies)\n* [Proxyium](https://proxyium.com/)\n* [Google Translate](https://translate.google.com/) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/google-translate-note.md)\n* [Proxy Checker](https://proxy-checker.net/), [proxy-scraper](https://github.com/iw4p/proxy-scraper) or [proxy-scraper-checker](https://github.com/monosans/proxy-scraper-checker) - Proxy Scrapers / Checkers\n* [CheckSocks5](https://checksocks5.com/) - SOCKS5 Proxy Checker\n* [Knaben.info](https://knaben.info/) - Torrent Site Proxies"
  },
  {
    "path": "docs/public/_headers",
    "content": "/*\n  X-Frame-Options: DENY\n  Content-Security-Policy: frame-ancestors 'none';\n\nhttps://cdn.jsdelivr.net/*\n  Cache-Control: max-age=31536000\n"
  },
  {
    "path": "docs/public/key.txt",
    "content": "840b532f9bc147c489c250a37a4b8527\n"
  },
  {
    "path": "docs/public/manifest.json",
    "content": "{\n  \"name\": \"FMHY - freemediaheckyeah\",\n  \"short_name\": \"FMHY\",\n  \"description\": \"The largest collection of free stuff on the internet!\",\n  \"theme_color\": \"#7bc5e4\",\n  \"background_color\": \"#ffffff\",\n  \"display\": \"standalone\",\n  \"orientation\": \"portrait\",\n  \"scope\": \"/\",\n  \"start_url\": \"/\",\n  \"icons\": [\n    {\n      \"src\": \"/fmhy.ico\",\n      \"sizes\": \"16x16\",\n      \"type\": \"image/x-icon\"\n    },\n    {\n      \"src\": \"/pwa_icon.png\",\n      \"sizes\": \"192x192\",\n      \"type\": \"image/png\",\n      \"purpose\": \"any maskable\"\n    },\n    {\n      \"src\": \"/pwa_icon.png\",\n      \"sizes\": \"512x512\",\n      \"type\": \"image/png\",\n      \"purpose\": \"any maskable\"\n    }\n  ],\n  \"categories\": [\"education\", \"entertainment\", \"lifestyle\", \"utilities\"],\n  \"screenshots\": [\n    {\n      \"src\": \"/banner2.png\",\n      \"sizes\": \"1280x720\",\n      \"type\": \"image/png\",\n      \"form_factor\": \"wide\"\n    }\n  ]\n}"
  },
  {
    "path": "docs/public/robots.txt",
    "content": "User-agent: *\nDisallow: /assets/\nDisallow: /*.png$\nDisallow: /*.svg$\nDisallow: /*.ico$\nAllow: /\n"
  },
  {
    "path": "docs/reading.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n# ► Ebooks\n\n* 🌐 **[Open Slum](https://open-slum.org/)**, [2](https://open-slum.pages.dev/) - Book Site Index / Uptime Tracking\n* ⭐ **[Anna's Archive](https://annas-archive.gl/)**, [2](https://annas-archive.pk), [3](https://annas-archive.gd) - Books / Comics / [Mirrors](https://en.wikipedia.org/wiki/Anna's_Archive) / [Auto-Expand](https://greasyfork.org/en/scripts/494262) / [Matrix](https://matrix.to/#/#annas:archivecommunication.org) / [Subreddit](https://www.reddit.com/r/Annas_Archive/)\n* ⭐ **[Z-Library](https://z-lib.gd/)**, [2](https://articles.sk/), [3](https://1lib.sk/), [4](https://z-lib.fm/) - Books / Comics / [Apps / Extensions](https://go-to-library.sk/), [2](https://playtorrio.xyz/) / [.onion](http://loginzlib2vrak5zzpcocc3ouizykn6k5qecgj2tzlnab5wcbqhembyd.onion/), [2](http://bookszlibb74ugqojhzhg2a63w5i2atv5bqarulgczawnbmsb6s6qead.onion/) / [Subreddit](https://www.reddit.com/r/zlibrary/)\n* ⭐ **[Mobilism](https://forum.mobilism.org)**, [2](https://forum.mobilism.me/) - Books / Audiobooks / Magazines / Newspapers / Comics / [Ranks](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/mobilism-ranks.md)\n* ⭐ **[MyAnonaMouse](https://www.myanonamouse.net/)** - Books / Audiobooks / Comics / Sheet Music / [Requires Invite](https://www.myanonamouse.net/inviteapp.php)\n* ⭐ **[Library Genesis](https://libgen.li/)** - Books / Comics / Manga / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_libgen_tools) / [Mirrors](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_libgen_mirrors) / [Subreddit](https://reddit.com/r/libgen)\n* [Internet Archive](https://archive.org/details/texts) - Books / Audiobooks / Magazines / Newspapers / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_internet_archive_tools)\n* [WeLib](https://welib.org/) / [2](https://welib.st/) - Anna's Archive Mirror / [Unofficial](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/welib-note.md)\n* [eBookBB](https://ebookbb.in/) - Books / Download\n* [iBookPile](https://ibookpile.in/) - Books / Download\n* [Liber3](https://liber3.eth.limo/) - Book Search / Download\n* [BookSee](https://en.booksee.org/) - Book Search / Download\n* [⁠eBookoz](https://ebookoz.net/) - Books\n* [Bookstagram](https://vk.com/bookstagram_eng) - Books / Magazines / VK\n* [dpgroup](https://www.dpgroup.org/) - Books / Magazines / Sign-Up\n* [Library Land](https://library.land/) - Books / Online Reading\n* [BookFrom.net](https://www.bookfrom.net/) - Books / Online Reading\n* [Novel12](https://novel12.com/) - Books / Online Reading\n* [⁠ReadOnlineFreeBook](https://readonlinefreebook.com/) - Books / Online Reading\n* [NovelsArchive](https://t.me/NovelsArchive) - Books / Telegram\n* [BooksMania](https://t.me/booksmania) - Books / Telegram\n* [BookArticlesBot](https://t.me/BookArticlesBot) - Books / Telegram\n* [FreeBannedBooks](https://freebannedbooks.org/) - US Banned Books\n* [⁠Inventaire](https://inventaire.io/) - Community Library / Book Lending \n* [⁠Shelfmark](https://github.com/calibrain/shelfmark) - Ebook Downloader\n* [Calibre](https://calibre-ebook.com/) - Ebook Manager / Downloader / [Libraries / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_calibre_libraries)\n* [Reading CSE](https://cse.google.com/cse?cx=006516753008110874046:s9ddesylrm8) / [2](https://cse.google.com/cse?cx=006516753008110874046:rc855wetniu) / [3](https://cse.google.com/cse?cx=e9657e69c76480cb8) / [4](https://cse.google.com/cse?cx=c46414ccb6a943e39), [Rave](https://ravebooksearch.com/) or [Recherche](https://recherche-ebook.fr/en/) - Multi-Site Book Search\n* [Flibusta](https://flibusta.is/) / [.i2p](https://flibusta.i2p/), [2](http://zmw2cyw2vj7f6obx3msmdvdepdhnw2ctc4okza2zjxlukkdfckhq.b32.i2p/) - Russian Ebook Library / Sign-Up / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)\n* [The Free Book Library](https://ebooks.i2p/) - Requires I2P\n* [r/FreeEBOOKS](https://reddit.com/r/FreeEBOOKS) - Ebook Subreddit\n* [Book Search Guide](https://docs.google.com/document/d/1ZwWs8JOrlkrrqiHwkQSwc4_NM85Zbzc9t9ifQ1rHZgM/mobilebasic) - Guide to Finding Articles / Books\n* <irc://irc.irchighway.net/ebooks> / [Request Guide](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/irc-highway-note.md)\n* IRC Book Tools - [Guide](https://www.reddit.com/r/Piracy/comments/2oftbu/guide_the_idiot_proof_guide_to_downloading_ebooks/) / [mIRC](https://redd.it/znprct) / [Downloader](https://evan-buss.github.io/openbooks/)\n\n***\n\n## ▷ Public Domain\n\n* ⭐ **[Project Gutenberg](https://www.gutenberg.org/)** or [Lex](https://lex-books.com/) - Historical Fiction / Nonfiction / [Australia](https://gutenberg.net.au/) / [Canada](https://gutenberg.ca/index.html) / [Nordic](https://runeberg.org/)\n* ⭐ **[Unglue.it](https://unglue.it/)**\n* [Wikisource](https://wikisource.org)\n* [Open Library](https://openlibrary.org/)\n* [OpenChapter](https://openchapter.io/)\n* [FreeEditorial](https://www.freeditorial.com/en/) / [Spanish](https://www.freeditorial.com)\n* [Page by Page Books](https://www.pagebypagebooks.com/)\n* [Standard EBooks](https://standardebooks.org/)\n* [Manybooks](https://manybooks.net/)\n* [JustFreeBooks](https://www.justfreebooks.info/)\n* [Global Grey](https://www.globalgreyebooks.com/index.html)\n* [DPLA](https://dp.la/)\n* [Fadedpage](https://www.fadedpage.com/)\n* [E-Book Mecca](https://ebook-mecca.com/)\n* [Freeditorial](https://freeditorial.com/)\n* [Planet eBook](https://www.planetebook.com/)\n* [Loyal Books](https://www.loyalbooks.com/)\n* [Lit2Go](https://etc.usf.edu/lit2go/)\n* [Planet Publish](https://www.planetpublish.com/)\n* [BAEN](https://www.baen.com/allbooks/category/index/id/2012)\n* [Ebookzy](https://ebookzy.com/) - Classics\n* [⁠By the Fireplace](https://bythefireplace.com/) - Classics\n* [DigiLibraries](https://digilibraries.com/) - Classics\n* [ExClassics](https://www.exclassics.com/) - Obscure Books\n* [The H.P. Lovecraft Archive](https://www.hplovecraft.com/) - Complete H.P. Lovecraft Writings Archive\n* [sherlock-holm.es](https://sherlock-holm.es/) - Complete Sherlock Holmes Canon\n* [GrimmStories](https://www.grimmstories.com/) or [AndersenStories](https://www.andersenstories.com/) - Fairy Tales\n* [Wikibooks](https://www.wikibooks.org/) - Wikimedia Community\n* [Hoopla](https://www.hoopladigital.com/) - Requires Library Card\n* [WorldCat](https://www.worldcat.org/), [LibrarySearch](https://librarysearch.gre.ac.uk/) or [TRL](https://www.trl.org/) - Search Local Libraries / [Extension](https://www.libraryextension.com/)\n* [Public Domain Review](https://publicdomainreview.org/) - Reviews / Essays of Public Domain Material\n* [⁠Distributed Proofreaders](https://www.pgdp.net/) - Help Digitize Public Domain Books to Ebooks\n\n***\n\n## ▷ PDF Search\n\n* [Ocean of PDF](https://oceanofpdf.com/) - Books / Comics\n* [pdfroom](https://pdfroom.com/) - Books / Comics\n* [Ebook PDF](https://ebookpdf.com/) - Books\n* [KuPDF](https://kupdf.net/) - Books\n* [ePDF](https://epdf.pub/), [2](https://epdf.pub/) - Books\n* [PDFCoffee](https://pdfcoffee.com) - Books\n* [PDFCookie](https://pdfcookie.com/) - Books\n* [iDoc](https://idoc.tips/) - Books\n* [freepdfbook](https://freepdfbook.com/) - Books\n* [AWS S3](https://www.google.com/search?q=site%3As3.amazonaws.com+%3CSearch+term%3E+filetype%3Apdf) - Find PDFs on AWS\n\n***\n\n## ▷ Calibre Libraries\n\n* ↪️ **[Calibre Libraries](https://rentry.co/FMHYB64#calibre-libraries)** - Sign-Up Required\n* ⭐ **[Ebook-Translator](https://translator.bookfere.com)** - Calibre Translators\n* [Libgen for Calibre](https://github.com/poochinski9/libgen-calibre-store-plugin) - Libgen for Calibre\n* [opencalibre](https://reddit.com/r/opencalibre) - Community Shared Calibre Libraries\n* [Calibre-Web-Automated](https://github.com/crocodilestick/Calibre-Web-Automated) or [Calibre Web](https://github.com/janeczku/calibre-web) - Calibre Web Apps\n* [acsm-calibre-plugin](https://github.com/Leseratte10/acsm-calibre-plugin) - ACSM Plugin\n\n***\n\n## ▷ Ebook Readers\n\n* 🌐 **[Ebook Reader Index](https://wiki.mobileread.com/wiki/E-book_software)** or [Mobile Read](https://www.mobileread.com/) - Ebook Reader Indexes\n* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_reading) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_ios_reading)** - Mobile Ebook Readers\n* ⭐ **[Readest](https://readest.com/)** - Ebook Reader / All Platforms / [GitHub](https://github.com/readest/readest)\n* ⭐ **[Koodo](https://www.koodoreader.com/)** - Ebook Reader / All Platforms / [GitHub](https://github.com/koodo-reader/koodo-reader)\n* ⭐ **[KOReader](https://koreader.rocks/)** - Ebook Reader / Windows, Linux, Android / [Plugins](https://github.com/koreader/contrib) / [GitHub](https://github.com/koreader/koreader)\n* ⭐ **[SumatraPDFReader](https://www.sumatrapdfreader.org/free-pdf-reader)** - Ebook & PDF Reader / Windows\n* [Sioyek](https://sioyek.info/) - PDF / Windows, Mac, Linux\n* [Foxit](https://www.foxit.com/pdf-reader/) - PDF Reader / All Platforms / [Features](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites) (search) / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/foxit-warning.md)\n* [PlayTorrio](https://playtorrio.xyz/) - Ebook Reader / Windows, Mac, Linux, Android / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)\n* [EBook Reader](https://epub-reader.online/) - Ebook Reader / Windows, Mac, Android, iOS\n* [Jane Reader](https://janereader.com/) - Ebook Reader / Windows, Mac\n* [FBReader](https://fbreader.org/) - Ebook Reader / Windows, Android, iOS\n* [Anx Reader](https://anx.anxcye.com/) - Ebook Reader / Windows, Mac, Android, iOS / [GitHub](https://github.com/anxcye/anx-reader)\n* [Alexandria](https://github.com/btpf/Alexandria) - Ebook Reader / Windows, Mac, Linux\n* [Librum](https://librumreader.com) - Ebook Reader / Windows, Mac, Linux / [GitHub](https://github.com/Librum-Reader/Librum)\n* [Thorium](https://thorium.edrlab.org/) - Ebook Reader / Windows, Mac, Linux\n* [Okular](https://okular.kde.org/) - PDF / Windows, Mac, Linux\n* [Aquile Reader](https://apps.microsoft.com/detail/9p08t4jltqnk) - Ebook Reader / Windows\n* [Icecream Reader](https://icecreamapps.com/Ebook-Reader/) - Ebook Reader / Windows\n* [Foliate](https://johnfactotum.github.io/foliate/) - Ebook Reader / Linux\n* [qPDFview](https://launchpad.net/qpdfview) - PDF / Windows\n* [MuPDF](https://mupdf.com/) - PDF / Windows, Linux, Android\n* [Evince](https://apps.gnome.org/Evince/) - PDF / DjVu Reader / Linux / [GitLab](https://gitlab.gnome.org/GNOME/evince)\n* [Yomu](https://www.yomu-reader.com/) - Ebook Reader / Mac, iOS\n* [FBReader](https://apps.apple.com/app/fbreader-epub-and-fb2-reader/id1067172178) - Ebook Reader / Mac, iOS\n* [FF PDF](https://github.com/sdushantha/ff-pdf/) - PDF / Linux\n* [WinDjView](https://windjview.sourceforge.io/) - DjVu Reader / Windows\n* [DjVuLibr](https://djvu.sourceforge.net/) - DjVu Reader / Windows\n* [Bookworm](https://github.com/babluboy/bookworm) - Elementary OS Ebook Reader\n* [AnyFlip](https://anyflip.com/) - Interactive Flipbook Reader\n\n***\n\n## ▷ Browser Ebook Readers\n\n* ⭐ **[Reader View](https://webextension.org/listing/chrome-reader-view.html)**, [2](https://mybrowseraddon.com/reader-view.html)\n* ⭐ **[Google Play Books](https://play.google.com/books)** - Manage Books / Auto Metadata / Allows 1000 Uploads\n* [Anna’s Archive Reader](https://annas-archive.gl/view), [2](https://annas-archive.pk/view), [3](https://annas-archive.gd/view)\n* [Flow](https://www.flowoss.com/)\n* [Online Cloud File Viewer](https://www.fviewer.com/)\n* [Readwok](https://readwok.com/)\n* [ePub Reader Online](https://www.ofoct.com/viewer/epub-reader-online.html)\n* [Ebook Reader](https://reader.ttsu.app/manage)\n* [foliate-js](https://github.com/johnfactotum/foliate-js)\n* [Minimal Reader](https://www.minimalreader.xyz/)\n* [Litera Reader](https://litera-reader.com/)\n* [Cubari](https://cubari.moe/) - Image Proxy / Reader / [JSON Generator](https://github.com/wotakumoe/kaguya)\n* [Reader Mode](https://readermode.io/) or [Tranquility](https://addons.mozilla.org/en-GB/firefox/addon/tranquility-1/) - Article Readers / Managers\n* [Open Media Library](https://openmedialibrary.com/) - Online Book Manager\n* [⁠Doqment](https://github.com/shivaprsd/doqment) - Firefox PDF Reader Dark Mode\n\n***\n\n## ▷ E-Reader Tools\n\n* ↪️ **[Kindle Jailbreak Tools](https://rentry.co/FMHYB64#jailbreak-kindle)**\n* ⭐ **[Kindle Comic Converter](https://github.com/ciromattia/kcc)** - Multi-Format Converter\n* ⭐ **[EinkBro](https://github.com/plateaukao/einkbro)** - E-Ink Browser\n* [ComparisonTabl.es](https://comparisontabl.es/) - Compare E-Readers\n* [FreeReadFeed](https://www.freereadfeed.com/) or [eReaderIQ](https://www.ereaderiq.com/freebies) - Free Kindle Releases\n* [Send to Kobo/Kindle](https://send.djazz.se/) - Send Ebooks to Kindle / [GitHub](https://github.com/daniel-j/send2ereader)\n* [Techy Notes Guide](https://techy-notes.com/remove-drm-from-kindle-ebooks/) or [ItsFOSS Guide](https://itsfoss.com/calibre-remove-drm-kindle/) - Kindle DRM Removal Guides\n* [Kindle to PDF](https://redd.it/bm837l) - Kindle to PDF Conversion Guide\n* [KoboCloud](https://github.com/fsantini/KoboCloud) - Sync Kobo to Cloud Services\n* [⁠ReaderBackdrop](https://www.readerbackdrop.com/) - Wallpapers for E-Readers\n* [The Open Book](https://github.com/joeycastillo/The-Open-Book) - DIY Ebook Reader\n* [Amazon Kindle EPUB Fix](https://kindle-epub-fix.netlify.app/) - Fix EPUB to work with Send to Kindle\n* [⁠Manga & Comic Converter](https://www.mangaconverter.com/) - Convert Manga / Comic Files to E-Reader Formats / [GitHub](https://github.com/NilsLeo/kcc-cloud)\n\n***\n\n# ► Special Interest\n\n* ↪️ **[Survival / Prepping](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_survival)**\n* ⭐ **[The Anarchist Library](https://theanarchistlibrary.org/special/index)** - Anarchism\n* [FreeSFOnline](https://www.freesfonline.net/) - Sci-Fi / Fantasy\n* [eBookHunter.net](https://www.ebookhunter.net/) or [EpubPuB](https://www.epub.pub/) - Romance / Fantasy\n* [HourWolf](https://www.hourwolf.com/sfbooks/) - Fantasy\n* [byGosh](https://bygosh.com), [StoryWhale](https://www.storywhale.com/), [Baldwin Library](https://ufdc.ufl.edu/juv) or [BookDash](https://github.com/bookdash/bookdash-android-app) - Children's Books\n* [Artbooks Archive](https://t.me/archive_artbooks), [ArtFacultas](https://t.me/ArtFacultas), [FreeArt](https://t.me/free_art_book) or [TheArtbooks](https://t.me/theartbooks) - Artbooks\n* [⁠Music and Books](https://musicsandbooks.org/) - Music Books\n* [VGArtbooks](https://vk.com/vgartbooks) - Video Game Artbooks\n* [The Eldritch Dark](http://www.eldritchdark.com/) - Clark Ashton Smith\n* [Booklet Library](https://bookletlibrary.org/) - Booklet Library\n* [Auto-Brochures.com](https://www.auto-brochures.com/) - Auto Brochures\n* [The Trove](https://web.archive.org/web/20210614215400/https://thetrove.is/) - Books / Fantasy / TTRPG\n* [Project Aon](https://www.projectaon.org/en/Main/Home) - Lone Wolf Gamebooks\n* [Trans Reads](https://transreads.org/) - Transgender-Focused Literature\n* [Anarchist FAQ](https://www.anarchistfaq.org/) - Anarchism / Translations\n* [Archive.Leftove.rs](https://archive.leftove.rs/) - Protest Documents\n* [Marxists Internet Archive](https://www.marxists.org/) - Socialism / Communism\n* [Liberation School](https://liberationschool.org/) - Communism\n* [Red Texts](https://redtexts.org/) - Communism\n* [Communism Essays / FAQs](https://dessalines.github.io/essays) - Communism\n* [Avalon Library](https://avalonlibrary.net/) - Conspirology Books\n\n***\n\n## ▷ Light Novels\n\n* 🌐 **[Wotaku](https://wotaku.wiki/websites#novels)** - Light Novel Site Index / [Discord](https://discord.gg/vShRGx8ZBC)\n* 🌐 **[EverythingMoe](https://everythingmoe.com/section/novel)**, [2](https://everythingmoe.org/section/novel) - Light Novel Sites Index / [Subreddit](https://www.reddit.com/r/everythingmoe/) / [Discord](https://discord.gg/GuueaDgKdS)\n* 🌐 **[The Index](https://theindex.moe/library/novels)** - Light Novel Site Index / [Discord](https://discord.gg/Snackbox) / [Wiki](https://thewiki.moe/)\n* ⭐ **[⁠NovelFire](https://novelfire.net/)** - Online Reading\n* ⭐ **[NovelCool](https://www.novelcool.com/)** - Online Reading\n* ⭐ **[WuxiaClick](https://wuxia.click/)** - Online Reading\n* [Wuxiabox](https://www.wuxiabox.com/) - Online Reading\n* [NovelNext](https://novelnext.com/) - Online Reading\n* [WuxiaSpot](https://www.wuxiaspot.com/) - Online Reading\n* [WTR-LAB](https://wtr-lab.com/) - Online Reading / Requires Sign-Up for AI Translations\n* [Vynovel](https://vynovel.com/) - Online Reading\n* [Novel Bin](https://novelbin.com/), [2](https://novelbin.me/) - Online Reading\n* [Translated Light Novels](https://rentry.co/FMHYB64#translated-light-novels) - Downloads\n* [⁠jnovels](https://jnovels.com/) - Downloads\n* [MP4DIRECTS](https://mp4directs.com/) - Downloads\n* [⁠Light Novel World](https://lightnovelworld.org/) - Online Reading\n* [Wuxia World](https://wuxiaworld.site/) - Online Reading\n* [Ranobes](https://ranobes.top/) - Online Reading\n* [NovelBuddy](https://novelbuddy.io/), [2](https://novelbuddy.com/) - Online Reading\n* [ReadNovelFull](https://readnovelfull.com) - Online Reading\n* [Just Light Novels](https://www.justlightnovels.com/) - Downloads\n* [LightNovelHeaven](https://lightnovelheaven.com), [AllNovel](https://allnovel.org), [NovelFull](https://novelfull.com/) or [NOVGO](https://novgo.net/) - Online Reading\n* [NovelGo](https://novelgo.id) - Online Reading\n* [Armaell's Library](https://armaell-library.net/) - Downloads\n* [Baka-Tsuki](https://www.baka-tsuki.org) - Online Reading\n* [WuxiaWorld.com](https://www.wuxiaworld.com/) - Online Reading\n* [⁠WuxiaDreams](https://wuxiadreams.com/) - Online Reading\n* [AsianHobbyist](https://www.asianhobbyist.com/) - Online Reading\n* [Ocean of EPUB](https://oceanofepub.net/) - Downloads\n* [Light Novel Archive](https://t.me/LightNovelArchives) or [LN_Index](https://t.me/LN_Index) - Telegram / Downloads\n* [Book Smelting Bot](https://t.me/epub_smelter_bot) - Telegram / Bot\n* [FreeWebNovel](https://freewebnovel.com/) - Web Novels\n* [WebNovel.com](https://www.webnovel.com/) - Web Novels\n* [Royal Road](https://www.royalroad.com/) - Web Novels\n* [Scribblehub](https://www.scribblehub.com/) - Web Novels\n* [Novels.pl](https://www.novels.pl/) - Novels / Audio Recordings\n* [Baka-Tsuki](https://www.baka-tsuki.org/project/?title=Main_Page) - Novels / Audio Recordings\n* [LN-Crawler-Colab](https://colab.research.google.com/github/HongYue1/LightNovel-Crawler-Colab/blob/main/lightnovel_crawler.ipynb) / [GitHub](https://github.com/HongYue1/LightNovel-Crawler-Colab), [Lightnovel Crawler](https://github.com/dipu-bd/lightnovel-crawler/), [novel-downloader](https://greasyfork.org/en/scripts/406070), [QuickNovel](https://github.com/LagradOst/QuickNovel) or [anime-dl](https://github.com/vrienstudios/anime-dl) - Light Novel Downloaders\n* [WebToEpub](https://github.com/dteviot/WebToEpub) - Novel to EPUB Converter\n* [LNMTL](https://lnmtl.com/) or [Omni](https://app.readomni.com/) - Light Novel Translators\n\n***\n\n## ▷ Fanfiction / Stories\n\n* ⭐ **[Archive of Our Own](https://archiveofourown.org/)** - Fanfiction Archive / [Enhancements](https://github.com/jsmnbom/ao3-enhancements/)\n* ⭐ **[Short Stories](https://short-stories.co/)**\n* [SCP Foundation](https://scp-wiki.wikidot.com/) - Fictional Story Collabs / [Wiki](https://wikipedia.org/wiki/SCP_Foundation) / [Subreddit](https://www.reddit.com/r/SCPDeclassified/)\n* [Everything2](https://everything2.com/) - Short Stories / Poetry / Writing Help\n* [Fork Read](https://forkread.com/) - Publish Short Stories\n* [Booksie](https://www.booksie.com/) - Short Stories\n* [Vestal Review](https://www.vestalreview.net/) - Short Stories\n* [Library of Short Stories](https://www.libraryofshortstories.com/) - Short Stories\n* [Vocal Media](https://vocal.media/fiction/) - Short Stories\n* [xpressenglish](https://xpressenglish.com/) - Short Stories\n* [ClassicShorts](https://www.classicshorts.com/) - Classic Short Stories\n* [Pulp Magazines Project](https://www.pulpmags.org/) - Classic Fiction Story Magazine\n* [Poop Fiction](https://readpoopfiction.com/) - Random Short Stories\n* [the Wanderers' Library](https://wanderers-library.wikidot.com/) - Fictional Story Collabs\n* [RPC Authority](http://rpc-wiki.net/) - Fictional Story Collabs\n* [OrionsArm](https://www.orionsarm.com/) - Fictional Story Collabs\n* [Fanfiction.net](https://www.fanfiction.net/) - Fanfiction\n* [SquidgeWorld](https://squidgeworld.org/) - Fanfiction\n* [FanMTL](https://www.fanmtl.com/) - Fanfiction\n* [Inkitt](https://www.inkitt.com/fanfiction) - Fanfiction\n* [Wattpad](https://wattpad.com/) - Fanfiction / [Downloader](https://wpd.my/)\n* [Royal Road](https://royalroad.com/) - Fanfiction\n* [FictionPress](https://www.fictionpress.com/) - Fanfiction\n* [Quotev](https://www.quotev.com/stories/c/Fanfiction) - Fanfiction\n* [⁠Asianfanfics](https://www.asianfanfics.com/) - Asian Fanfiction\n* [AlternateHistory](https://www.alternatehistory.com/forum/) - Historical \"What if?\" Fiction\n* [Liminal Archives](http://liminal-archives.wikidot.com/) / [Discord](https://discord.gg/fxhwcsyKN2), [The Backrooms Wiki](http://backrooms-wiki.wikidot.com/) or [The Voidclusters](http://voidclusters.wikidot.com/) - Liminal Space Stories\n* [Potions and Snitches](https://www.potionsandsnitches.org/) - Harry Potter Fanfiction\n* [Fim Fiction](https://www.fimfiction.net/) - MLP Fanfiction\n* [fiction.live](https://fiction.live/) - Fanfiction\n\n***\n\n## ▷ Newspapers\n\n* 🌐 **[Veridian](https://veridiansoftware.com/collections/)** - Newspaper Archive List\n* ↪️ **[Bypass Newspaper Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)**\n* ↪️ **[Worldwide News Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25BA_news)**\n* ⭐ **[Mobilism Newspapers](https://forum.mobilism.org/viewforum.php?f=123)** / [User Ranks](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/mobilism-ranks.md)\n* ⭐ **[Google Newspaper Search](https://news.google.com/newspapers)**\n* [SoftArchive](https://softarchive.download/newspapers)\n* [Meta-Press](https://www.meta-press.es/) - Newspaper Search\n* [EngNewspapers](https://vk.com/engnewspapers) - Telegram\n* [newspaper_archive](https://t.me/newspaper_archive) - Telegram\n* [Chronicling America](https://chroniclingamerica.loc.gov/newspapers/)\n* [Kiosko](https://en.kiosko.net/)\n* [FultonHistory](https://fultonhistory.com/Fulton.html)\n* [Loc.gov Newspapers](https://www.loc.gov/newspapers/)\n* [Newspapers](https://newspapers.com/)\n* [ThoughtCo](https://www.thoughtco.com/us-historical-newspapers-online-by-state-1422215)\n* [Library of Congress Newspapers](https://guides.loc.gov/foreign-newspapers/digital-resources)\n* [Archive.org Newspapers](https://rentry.co/FMHYB64#archiveorg-newspapers)\n* [World-Newspapers](https://world-newspapers.com/), [NewsPaperIndex](https://www.newspaperindex.com/) or [Paperboy](https://www.thepaperboy.com/) - Online Newspaper Indexes\n* [LA Times](https://latimes.newspapers.com/)\n* [Front Pages](https://www.frontpages.com/) - Newspaper Front Pages\n* [Elephind](https://www.elephind.com/) - Historical Newspaper Archive\n* [Europeana Newspapers](https://www.europeana.eu/en/collections/topic/18-newspapers) - European Historical Newspapers\n* [Newspaper Map](https://newspapermap.com/) - Find / Translate Worldwide Newspapers\n\n***\n\n## ▷ Esoteric / Cultural\n\n* ⭐ **[Sacred Text Archive](https://sacred-texts.com/)** - Esoterica / Mythology / Folklore / [Classic View](https://archive.sacred-texts.com/)\n* ⭐ **[Libris Adepti](https://librisadepti.com/)** - Esoterica / Occult\n* [Grimoar.cz](http://english.grimoar.cz/?Loc=key&Lng=2), [Darkbooks](https://darkbooks.org/collection/top250.html) or [Astrum Argenteum](https://www.astrumargenteum.org/library/) - Occult Books\n* [Hermetic International](https://www.hermetics.net/) - Occult / Gnosticism / Hermetic / Philosophy\n* [Hermetics](https://www.hermetics.org/library.html) - Ancient Texts / Mythology / Occult\n* [EatTheFruit](https://www.eatthefruit.com/media-library/pdf-library/) - Ancient Texts / Mythology\n* [Dhamma Talks](https://www.dhammatalks.org/) - Esoterica / Buddhism\n* [Sutta Central](https://suttacentral.net/) - Esoterica / Buddhism\n* [Jainism Library of Jain Literature](https://www.atmadharma.com/index.html) - Esoterica\n* [Awakening-Intuition](https://www.awakening-intuition.com/ebooks.html) - Esoterica / Occult\n* [Biblioteca Pleyades](https://www.bibliotecapleyades.net/esp_tema.htm) - Mythology / Conspiracy / Esoterica\n* [Gnostic Society Library](http://www.gnosis.org/library.html) - Gnosticism\n* [Logoi Library](https://logoilibrary.com/) - Gnosticism / Hermeticism\n* [The Library of Consciousness](https://www.organism.earth/library/) - Esoterica\n* [Esoteric Archive](https://esotericarchives.com/) - Esoterica\n* [magZtore](https://t.me/magZtore) - Esoterica / Telegram\n* [WonderlandLibraryOfMagicBooks](https://t.me/WonderlandLibraryOfMagicBooks) - Esoterica / Telegram\n* [Synchroncity1111](https://t.me/synchroncity1111) - Esoterica / Telegram\n* [SpiritualBooks](https://t.me/spiritualbooks) - Esoterica / Telegram\n* [Masonic Library](https://masonicshop.com/masonic-library/) - Esoterica / Freemasonry\n* [Rosicrucian Esotericism Lecture](https://rsarchive.org/) - Rosicrucian Esotericism\n* [IAPSOP](http://iapsop.com/) - Spiritualist / Occult Periodicals\n* [Dhushara Research](https://www.dhushara.com/index.htm) - Metaphysics / Conspiracies / Psychedelics\n* [The Theosophical Society](https://www.theosociety.org/) or [Theosophy World](https://www.theosophy.world/portfolio/term/ebooks) - Theosophy\n* [Great Library of Eris](https://libraryoferis.org/) - Discordianism\n* [Shankaracharya](https://www.shankaracharya.org/) - Hinduism\n* [Vedanta Shastras](https://www.shastras.com/) - Hinduism\n* [Encyclopedia Of Hinduism](https://archive.org/details/ConstanceA.JonesJamesD.RyanEncyclopediaOfHinduism/) - Hinduism Encyclopedia\n* [BhagavadGitaApp](https://github.com/WirelessAlien/BhagavadGitaApp) or [Dharmik](https://github.com/shub39/Dharmik) - Bhagavad Gita Apps\n* [Vedabase](https://vedabase.io/en/) - Bhaktivedanta Swami / Books / Transcripts / Letters\n* [84000](https://84000.co/) - Buddhism\n* [Encyclopedia Of Buddhism](https://archive.org/details/EdwardA.IronsEncyclopediaOfBuddhismEncyclopediaOfWorldReligions/) - Buddhist Encyclopedia\n* [Buddhism Dictionary](http://www.buddhism-dict.net/ddb/) - Buddhist Dictionary\n* [Early Christian Writings](https://www.earlychristianwritings.com/index.html) - Christianity / Gnosticism\n* [HolyBooks](https://holybooks.com/) - Religious Texts\n* [The Dead Sea Scrolls](https://www.deadseascrolls.org.il/) - Dead Sea Scrolls Archive\n* [DigiVatLib](https://digi.vatlib.it/) - Digital Vatican Library\n* [BibleGateway](https://www.biblegateway.com/), [Armorer](https://armorer.io/) or [Bible.com](https://www.bible.com/) - Christian Bible\n* [eSword](https://e-sword.net/) - Christian Bible Desktop App\n* [Classics Ethereal Library](https://www.ccel.org/) - Christianity\n* [Hidden Bible](http://www.hiddenbible.com/enoch/online.html) - Enoch Translation\n* [Quran.com](https://quran.com/) / [Android](https://github.com/quran/quran_android) / [iOS](https://github.com/quran/quran-ios), [Tanzil](https://tanzil.net/) or [AbcQuran](https://github.com/jomtek/AbcQuran) - Quran Translations\n* [Awesome Islam](https://github.com/AhmedKamal/awesome-Islam) - Islam Related Projects / Apps\n* [OpenMaktaba](https://openmaktaba.com/) - Islamic Books\n* [TheIslam360](https://theislam360.com/) - Islamic Research App\n* [Sunnah.com](https://sunnah.com/) - Hadith Translation\n* [Sikh National Archives](https://www.sikhnationalarchives.com/) or [SikhBookClub](https://sikhbookclub.com/) - Sikhism Book / Login Required\n* [Sri Granth](https://www.srigranth.org/) - Guru Granth Sahib Translation\n* [Halakhah](https://www.halakhah.com/) - Talmud Translation\n* [Targum](http://targum.info/targumic-texts/) - Targum Translation\n* [Sefaria](https://www.sefaria.org/) - Jewish Texts Translations\n* [Muslim Scholars](https://muslimscholars.info/) - Muslim Scholar Database\n* [2Muslims](https://www.2muslims.com/) - Muslim Resources\n* [Five Prayers](https://github.com/Five-Prayers/five-prayers-android) - Muslim Tools App\n\n***\n\n# ► Audiobooks\n\n## ▷ Downloading\n\n* ⭐ **[Mobilism Audiobooks](https://forum.mobilism.org/viewforum.php?f=124)**, [2](https://forum.mobilism.me/viewforum.php?f=124) / [User Ranks](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/mobilism-ranks.md)\n* ⭐ **[AudiobookBay](https://audiobookbay.lu/)** - Torrents / [Frontend](https://voxlu.me/) / **[Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/audiobookbay-warning.md)**\n* ⭐ **[MyAnonaMouse](https://www.myanonamouse.net/)** - [Invites](https://www.myanonamouse.net/inviteapp.php)\n* ⭐ **[Audiobook CSE](https://cse.google.com/cse?cx=006516753008110874046:cwbbza56vhd)** or **[Rave Search](https://ravebooksearch.com/index-audiobooks)** - Multi-Site Audiobook Search\n* [AudioBooksBee](https://audiobooksbee.com/)\n* [LearnOutLoud](https://www.learnoutloud.com/Free-Audiobooks)\n* [Golden Audiobooks](https://goldenaudiobook.net/)\n* [DigitalBook](https://www.digitalbook.io/)\n* [Librivox](https://librivox.org/)\n* [Book Radio](https://bookradio.vercel.app/)\n* [Audiobooks For Soul](https://audiobooks4soul.com/)\n* [AppAudiobooks](https://appaudiobooks.net/)\n* [LitGu.ru](https://litgu.ru/) - Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)\n* [audiobooks_English](https://t.me/audiobooks_English) - Telegram\n* [Audible (selected)](https://t.me/+GV_tJ_U7em04YjU9) - Telegram\n* [FreeClassicAudiobooks](https://www.freeclassicaudiobooks.com/) - Classic Audiobooks\n* [Storynory](https://www.storynory.com/) - Children Audio Stories\n* [Audiobooks Poetry](https://archive.org/details/audio_bookspoetry) - Audiobooks / Poetry\n* [audiobook-dl](https://github.com/jo1gi/audiobook-dl), [PlayTorrio](https://playtorrio.xyz/ / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio) or [⁠Shelfmark](https://github.com/calibrain/shelfmark) - Audiobook Downloaders\n\n***\n\n## ▷ Streaming\n\n* ⭐ **[Tokybook](https://tokybook.com/)** / [Downloader](https://github.com/rahaaatul/TokySnatcher), [2](https://github.com/nazdridoy/audiobooksnatcher)\n* ⭐ **[NEPU Audiobooks](https://nepu.to/ebooks)**\n* [FullLengthAudiobooks](https://fulllengthaudiobooks.net/)\n* [HDAudiobooks](https://hdaudiobooks.net/)\n* [BigAudiobooks](https://bigaudiobooks.net/)\n* [HotAudioBooks](https://hotaudiobooks.com/)\n* [BookAudiobook](https://bookaudiobook.net/)\n* [GalaxyAudiobooks](https://galaxyaudiobook.com/) / [Downloader](https://github.com/nazdridoy/audiobooksnatcher)\n* [Audiozaic](https://audiozaic.com/)\n* [NAudios](https://naudios.com/)\n* [Audio AZ](https://audioaz.com/)\n* [r/audiobooksonyoutube](https://reddit.com/r/audiobooksonyoutube)\n* [Project Gutenberg](https://www.gutenberg.org/browse/categories/1) or [Lex](https://lex-books.com/) - Historical Fiction / Nonfiction\n* [PlayTorrio](https://playtorrio.xyz/) - Audiobook App / Windows, Mac, Linux, Android, iOS / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)\n* [Spotify Audiobooks](https://open.spotify.com/artist/1FSWXfsYsosTxjcV9WoLax) - Select Playlists\n\n***\n\n## ▷ Audiobook Tools\n\n* ↪️ **[Audiobook Generators / TTS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_text_to_speech)**\n* [⁠AudiobookCovers](https://audiobookcovers.com/) - Download Audiobook Covers\n* [AudioBookConverter](https://github.com/yermak/AudioBookConverter) - Audiobook Format Converter\n* [Audible Tools](https://audible-tools.kamsker.at/), [AaxAudioConverter](https://github.com/audiamus/AaxAudioConverter) or [Libation](https://getlibation.com/) - Audible DRM Remover / Manager\n* [AudiobookShelf](https://www.audiobookshelf.org/) / [Multi-Platform Client](https://github.com/Vito0912/abs_flutter) / [Mobile](https://github.com/advplyr/audiobookshelf-app), [2](https://github.com/GrakovNe/lissen-android/) or [BookSonic](https://booksonic.org/) - Self-Hosted Audiobook Servers\n\n***\n\n# ► Visual Media\n\n## ▷ Comics\n\n* ⭐ **[ReadComicsOnline](https://readcomiconline.li/)**\n* ⭐ **[BatCave](https://batcave.biz/)** - May Require VPN\n* ⭐ **[GetComics](https://getcomics.org/)** - Download Comics\n* ⭐ **[ComicBookPlus](https://comicbookplus.com/)** - Golden Age Comics\n* ⭐ **[Explosm](https://explosm.net/rcg)** - Cyanide & Happiness Webcomics\n* ⭐ **[xkcd](https://xkcd.com/)** or [findxkcd](https://xkcd-search.typesense.org/) - xkcd Webcomics / [Explanations](https://www.explainxkcd.com/wiki/index.php/Main_Page)\n* ⭐ **[Comic CSE](https://cse.google.com/cse?cx=006516753008110874046:p4hgytyrohg)** - Multi-Site Comic Search\n* [Cover](https://frenchfrysoftware.com/cover/), [Comic Library Utilities](https://clucomics.org/) / [GitHub](https://github.com/allaboutduncan/comic-utils), [PlayTorrio](https://playtorrio.xyz/) / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio), [MComix](https://sourceforge.net/projects/mcomix/), [CBR Reader](https://www.cdisplayex.com/), [Stump](https://www.stumpapp.dev/), [⁠GonVisor](https://www.gonvisor.com/), [comic-book-reader](https://github.com/binarynonsense/comic-book-reader), [OpenComic](https://github.com/ollm/OpenComic) or [YACReader](https://yacreader.com/) - Comic Readers / Managers\n* [XOXO Comics](https://xoxocomic.com/)\n* [ReadAllComics](https://readallcomics.com/)\n* [Read Comics Online](https://readcomicsonline.ru/)\n* [4chan /co/](https://boards.4channel.org/co/catalog#s=official%20win) - Weekly Downloads\n* [ZipComic](https://www.zipcomic.com/)\n* [OldComicsWorld](https://oldcomicsworld.blogspot.com/) - Golden Age Comic Downloads\n* [DigitalComicMuseum](https://digitalcomicmuseum.com/) - Golden Age Comic Downloads\n* [Comics Kingdom](https://comicskingdom.com/) - Comics Strips\n* [GoComics](https://www.gocomics.com/) - Comics Strips / [Site Fix](https://ludditus.com/2025/04/19/bypassing-gocomics-paywall/)\n* [The Oatmeal](https://theoatmeal.com/) - Webcomics\n* [Hiveworks Comics](https://www.thehiveworks.com/) - Webcomics\n* [Loading Artist](https://loadingartist.com/) - Webcomics\n* [Collective of Heroes](https://collectiveofheroes.net/) - Superhero Webcomics\n* [Comic Book Library](http://nv3x2jozywh63fkohn5mwp2d73vasusjixn3im3ueof52fmbjsigw6ad.onion/) - Requires Tor\n* [ComicEater](https://github.com/kanjieater/ComicEater) - Comic Archiving Tools\n* [Comics Downloader](https://github.com/Girbons/comics-downloader), [Comic Library Utilities](https://clucomics.org/) / [GitHub](https://github.com/allaboutduncan/comic-utils), [Mylar3](https://github.com/mylar3/mylar3), [Comic-DL](https://github.com/Xonshiz/comic-dl) - Comic Downloaders\n* [ComicReader](https://comicreader.netlify.app/) or [KThoom](https://github.com/codedread/kthoom) - Online Comic Reader\n* [ComicFury](https://comicfury.com/) - User-Made Comics\n* [Comic Translate](https://github.com/ogkalu2/comic-translate) - Comic Translator\n* [Webcomix](https://github.com/J-CPelletier/webcomix) - Webcomics Downloader\n* [Komga](https://komga.org/) - Comic / Manga Media Server / [Discord](https://discord.gg/TdRpkDu) / [GitHub](https://github.com/gotson/komga)\n* [ComicTagger](https://github.com/comictagger/comictagger) - Comic Metadata Tagger\n\n***\n\n## ▷ Manga\n\n* 🌐 **[Wotaku](https://wotaku.wiki/websites#manga)** - Manga Sites Index / [Discord](https://discord.gg/vShRGx8ZBC)\n* 🌐 **[The Index](https://theindex.moe/library/manga)** - Manga Sites Index / [Wiki](https://thewiki.moe/) / [Discord](https://discord.gg/Snackbox)\n* 🌐 **[EverythingMoe](https://everythingmoe.com/section/manga)**, [2](https://everythingmoe.org/#section-manga) - Manga Sites Index / [Subreddit](https://www.reddit.com/r/everythingmoe/) / [Discord](https://discord.gg/GuueaDgKdS)\n* 🌐 **[Rawmangaz](https://claraiscute.neocities.org/Guides/rawmangaz/)** - List of Raw Manga Sites\n* ↪️ **[Manga Readers / Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_manga_readers)**\n* ↪️ **[Manga Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_manga_downloaders)**\n* ⭐ **[Weeb Central](https://weebcentral.com/)**\n* ⭐ **[⁠Comix](https://comix.to/)** / [Subreddit](https://reddit.com/r/comix) / [Discord](https://discord.com/invite/kZgWWHUj22)\n* ⭐ **[MangaFire](https://mangafire.to/)** / [Subreddit](https://www.reddit.com/r/Mangafire/) / [Discord](https://discord.com/invite/KRQQKzQ6CS)\n* ⭐ **[MangaDex](https://mangadex.org/)** / [Downloader](https://mangadex-dl.mansuf.link/) / [Script](https://github.com/frozenpandaman/mangadex-dl) / [Subreddit](https://www.reddit.com/r/mangadex/) / [Discord](https://discord.gg/mangadex)\n* ⭐ **[Atsumaru](https://atsu.moe/)** / [Discord](https://discord.gg/Tj4QmEF4uV)\n* ⭐ **[MangaNato](https://www.manganato.gg/)**, [2](https://www.nelomanga.net/), [3](https://www.mangakakalot.gg), [4](https://www.natomanga.com/) / [Discord](https://discord.gg/Qhz84GGvE9)\n* ⭐ **[Kagane](https://kagane.org/)** - Manhwa / [Discord](https://discord.com/invite/kBPYVSzwUE)\n* ⭐ **[Nyaa Manga / LNs](https://nyaa.si/?f=0&c=3_0&q=)** - Torrents\n* [MangaKatana](https://mangakatana.com/)\n* [⁠OniSaga](https://onisaga.com/)\n* [MangaBuddy](https://mangabuddy.com), [MangaForest](https://mangaforest.me/) or [MangaMirror](https://mangamirror.com/)\n* [MangaBall](https://mangaball.net/)\n* [mangapill](https://mangapill.com/)\n* [⁠MangaTaro](https://mangataro.org/) / [Discord](https://discord.gg/FKd8XVneCw)\n* [⁠WeebDex](https://weebdex.org/search?contentRating=safe) - Manga Site / Some NSFW\n* [Like Manga](https://likemanga.in/)\n* [MangaHere](https://www.mangahere.cc/) or [MangaFox](https://fanfox.net/)\n* [Rive Manga](https://rivestream.org/manga)\n* [MangaTown](https://www.mangatown.com/)\n* [The Manga Library](https://rentry.co/FMHYB64#the-manga-library)\n* [MangaHub](https://mangahub.io/)\n* [Cubari Proxy](https://proxy.cubari.moe/) - Multi Site Web Client / [Discord](https://discord.com/invite/SavdUC45MS)\n* [MangaBerri](https://mangaberri.com/) - Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)\n* [⁠Mgeko](https://www.mgeko.cc/) - Manhwa / Manhua\n* [Webtoon](https://www.webtoons.com/) - Manhwa / [Discord](https://discord.com/invite/webtoonofficial)\n* [Toonily](https://toonily.com/) - Manhwa / Some NSFW\n* [ManhwaClan](https://manhwaclan.com/) - Manhwa\n* [⁠ManhwaZone](https://manhwazone.to/) - Manhwa / [Discord](https://discord.gg/6eHgG35gYY)\n* [⁠AquaReader](https://aquareader.net/) - Manhua\n* [⁠SysManhua](https://sysmanhua.com/) - Manhua\n* [Great Discord Links](https://discord.gg/xAsyVb52a9) or [MangaDex Groups](https://mangadex.org/groups) - Manga Scanlation Groups\n* [Madokami](https://wotaku.wiki/guides/manga/madokami) - Makokami Download Guide / [Archive](https://rentry.co/FMHYB64#madokami)\n* [MediaBang](https://medibang.com/mpc/) or [⁠NamiComi](https://namicomi.com/en) - User-Created Manga\n* [MP4DIRECTS](https://mp4directs.com/) or [⁠jnovels](https://jnovels.com/) - Manga Downloads\n* [MangaUpdates](https://www.mangaupdates.com/) - Manga Database / Releases Updates\n* [Manga CSE](https://cse.google.com/cse?cx=006516753008110874046:4im0fkhej3z) / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:a5mavctjnsc#gsc.tab=0) - Multi-Site Manga Search\n* [PlayTorrio](https://playtorrio.xyz/) - Manga App / Windows / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)\n* [Seanime](https://seanime.app/) - Self-Hosted Manga App\n* [Webcomic Reader](https://openuserjs.org/scripts/anka-213/Webcomic_Reader) - Preloads Images, Remembers Progress and Keyboard Support\n* [BallonsTranslator](https://github.com/dmMaze/BallonsTranslator/blob/master/README_EN.md), [Cotrans](https://cotrans.touhou.ai/) or [Scanlate](https://scanlate.io/) - Manga Translators\n* [Manga-Manager](https://github.com/MangaManagerORG/Manga-Manager) - Manga Managers\n\n***\n\n## ▷ Magazines\n\n* ⭐ **[Mobilism Magazines](https://forum.mobilism.org/viewforum.php?f=123)** - Multi-Host / [User Ranks](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/mobilism-ranks.md)\n* ⭐ **[PDFMagazines](https://pdfmagazines.club/news/)** - Novafile / Some NSFW\n* ⭐ **[DownMagaz](https://downmagaz.net/)** - Novafile / Turbobit\n* ⭐ **[MagazineLib](https://magazinelib.com/)** - VK\n* [Calameo](https://calameo.com/) - Online Reading\n* [Magzter](https://www.magzter.com/top-free-magazines) - Online Reading\n* [FlipHTML5](https://fliphtml5.com/exploring) - Online Reading\n* [Magazine Rack](https://archive.org/details/magazine_rack) - Archive.org\n* [Computer Magazines](https://archive.org/details/computermagazines) - Archive.org\n* [freemagazines](https://freemagazines.top/) - VK\n* [FreeMagazinePDF](https://freemagazinespdf.com/) - VK\n* [⁠EBooksYard](https://ebooksyard.com/) - VK\n* [4kw Magazines](https://4kw.in/) - VK\n* [ENMagazine](https://t.me/enmagazine) - Telegram\n* [World Mags](https://www.worldmags.net/) - Nitroflare / Novafile\n* [PDF Dude](https://pdfdude.com/) - Novafile\n* [PDF Magazines Download](https://pdf-magazines-download.com/) - Novafile\n* [PDF Magaz](https://www.pdfmagaz.in/) - Novafile\n* [PDF Magazines Archive](https://pdf-magazines-archive.com/) - Novafile\n* [MagDownload](https://magdownload.org/) - Nitroflare\n* [WholeEarth](https://wholeearth.info/) - Whole Earth Science Magazines\n* [Lainzine](https://lainzine.org/) - Lain-Inspired Magazine\n* [Retromags](https://www.retromags.com/), [⁠Out-of-Print Archive](https://www.outofprintarchive.com/) or [VGHF](https://archive.gamehistory.org/folder/9a193e8c-67e0-45ff-98d2-a33e85721cc4) - Retro Gaming Magazines\n* [PC Zone](https://pixsoriginadventures.co.uk/PCZone/) - PC Zone Magazines\n* [CGW Museum](https://www.cgwmuseum.org/) - Computer Gaming World Magazines\n* [Atari Magazines](https://www.atarimagazines.com/) - Classic Computer Magazine Archive\n* [RadioShack Catalogs](https://www.radioshackcatalogs.com/) - RadioShack Catalog Archive\n* [HomePower](https://www.homepower.com/archive-browse) - Home Power Magazines\n* [Archive Fashion for the World](https://www.archivepdf.net/) - Fashion Magazines\n* [⁠Music and Books](https://musicsandbooks.org/) - Music Magazines\n\n***\n\n# ► Educational Books\n\n* ↪️ **[Language Learning Resources](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25BA_language_learning)**\n* ↪️ **[Dictionaries / Thesaurus'](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_dictionaries_.2F_thesaurus)**\n* ↪️ **[Encyclopedias](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_encyclopedias)**\n* ⭐ **[Openstax](https://openstax.org/)**\n* ⭐ **[AcademicTorrents](https://academictorrents.com/)**\n* [Institutional Access](https://www.facebook.com/groups/850609558335839) - Request Institutional Access PDFs\n* [Online Books Page](https://onlinebooks.library.upenn.edu/)\n* [The Literature Network](https://www.online-literature.com/)\n* [Memory of the World](https://www.memoryoftheworld.org/)\n* [Taleem360](https://www.taleem360.com/)\n* [LibreTexts](https://commons.libretexts.org), [2](https://libretexts.org/platforms/libraries/), [3](https://libretexts.org/)\n* [PDFBooksWorld](https://www.pdfbooksworld.com/)\n* [Monoskop](https://monoskop.org/log/)\n* [LibertyFund](https://oll.libertyfund.org/)\n* [ACM](https://dl.acm.org/)\n* [HathiTrust](https://www.hathitrust.org/)\n* [FreeBookCentre](https://freebookcentre.net/)\n* [OAPEN](https://oapen.org/)\n* [VDOC.PUB](https://vdoc.pub/)\n* [Sciarium](https://sciarium.com/)\n* [OpenED](https://open.bccampus.ca/)\n* [De Gruyter Brill](https://www.degruyterbrill.com/?submittedFilterId=by-type&access_4=open&pageSize=10&sort=datedescending&type_5=book), [2](https://www.degruyterbrill.com/page/2045)\n* [Springer](https://link.springer.com/search?showAll=false&query=&facet-content-type=%22Book%22)\n* [Learn Anything / Books](https://github.com/learn-anything/books)\n* [Tradepub](https://knowfree.tradepub.com/)\n* [eBookRoom](https://t.me/eBookRoom)\n* [BookGoldMine](https://www.bookgoldmine.com/)\n* [SuperKuh](http://erewhon.superkuh.com/library/)\n* [⁠InfoBooks](https://www.infobooks.org/)\n* [Non-Fiction](https://vk.com/non_fic)\n* [FreePLRDownloads](https://freeplrdownloads.com/)\n* [E-Books Directory](https://www.e-booksdirectory.com/)\n* [The Ergonomic Development of Video Game Controllers](https://www.longdom.org/open-access/the-ergonomic-development-of-video-game-controllers-2165-7556-1000209.pdf)\n* [Wikiversity](https://www.wikiversity.org/) - Learning Resources, Guides, Quizzes, Tools & More\n* [OpenEdition](https://www.openedition.org/) - Books / Journals\n* [JSTor](https://www.jstor.org/) - Books / Journals\n* [UCL Press](https://www.uclpress.co.uk/) - Books / Journals\n* [Dummies Store](https://t.me/dummiesbook) - Books for Dummies Collection\n* [2012books](https://2012books.lardbucket.org/) - Creative Commons Books\n* [ck12](https://www.ck12.org/) - Interactive CK-12\n* [Bookishfrenzy](https://t.me/premium_ebooks) - Books / Exam Books\n* [Digital Libraries / Archives](https://oedb.org/ilibrarian/250-plus-killer-digital-libraries-and-archives/) - Online University Libraries\n* [OpenDOAR](https://v2.sherpa.ac.uk/opendoar/) - Academic Repository Search\n* [Science Forums](https://www.scienceforums.net/) - Forums / Science\n* [EveryCulture](https://www.everyculture.com/index.html) - World Culture Encyclopedia\n* [⁠Japanese Wiki Corpus](https://www.japanesewiki.com/) - Japanese Culture / History Encyclopedia\n* [Encyclopaedia Iranica](https://www.iranicaonline.org/) - Iranian Culture Encyclopedia\n* [Technical Library](https://t.me/+Tz4VCcFAMVJGzd8z) - Trading / Stocks\n* [MedicalStudyZone](https://medicalstudyzone.com/) - Medical\n* [VetBooks](https://vetbooks.ir/) - Veterinary\n* [Brill](https://brill.com/) - International Law Books / Free for Students Only\n\n***\n\n## ▷ Textbooks\n\n* ↪️ **[JEE / NEET Textbooks](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_jee_.2F_neet)**\n* 🌐 **[IvyPanda](https://ivypanda.com/blog/1000-open-textbooks-and-learning-resources-for-all-subjects/)** - Open-Source Textbooks\n* [Textbook Search Engine](https://cse.google.com/cse/publicurl?cx=011394183039475424659:5bfyqg89ers), [2](https://cse.google.com/cse?cx=001639227550064093264:dznewka3cca) - Search for Textbooks\n* [Open Textbook Library](https://open.umn.edu/opentextbooks/) - Textbooks\n* [OpenStax College Textbooks](https://philschatz.com/books/) - Textbooks\n* [⁠ReadYourFlow](https://readyourflow.com/) - Textbooks\n* [TextBookGo](http://textbookgo.com/) - Textbooks\n* [Wikibooks](https://wikibooks.org/) - Open-Content Texbooks\n* [CLP](https://personal.math.ubc.ca/~CLP/) - Calculus Textbooks\n* [Pearson](https://redd.it/smm6ib) - Pearson Textbook Download Guide\n\n***\n\n## ▷ STEM Resources\n\n* 🌐 **[Awesome AI](https://github.com/owainlewis/awesome-artificial-intelligence#free-content)** - Artificial Intelligence Books\n* [IntechOpen](https://www.intechopen.com/) - Science\n* [Naked Scientists](https://www.thenakedscientists.com/) - Podcasts / Shows / Science\n* [Free Astronomy Resources](https://er-cryptid.tumblr.com/post/176809097526/free-astronomy-resources) - Books / Notes / Astronomy / Physics\n* [GoodTheorist](https://www.goodtheorist.science/) - Theoretical Physics\n* [Chemistry.com.pk](https://chemistry.com.pk/) - Chemistry / Books\n* [Biology.com.pk](https://biology.com.pk/) - Biology / Books\n* [Institute of Mathematics](https://aimath.org/textbooks/) - Math / Books\n* [HBPMS](https://hbpms.blogspot.com/) - Math / Books\n* [All About Circuits](https://www.allaboutcircuits.com/education/) - Electronics\n* [Ultimate Electronics Book](https://ultimateelectronicsbook.com/) - Electronics Schematics / Simulations\n* [SemiWiki](https://semiwiki.com/) - Semiconductor Wiki\n* [PDFiles](https://www.pdfiles.net/) - IT Books\n* [Explanations](https://magcius.github.io/xplain/article/) - Advanced Computer Explanations\n\n***\n\n## ▷ History Books\n\n* 🌐 **[r/AskHistorians Recommended](https://www.reddit.com/r/AskHistorians/wiki/books)** - Recommended History Books\n* ⭐ **[EarlyModernTexts](https://www.earlymoderntexts.com)** - Historical Texts\n* ⭐ **[World History](https://www.worldhistory.org/)** or [Livius](https://www.livius.org/) - History Encyclopedias\n* [Duke University Library](https://repository.duke.edu/catalog?utf8=%E2%9C%93&search_scope=https%3A%2F%2Frepository.duke.edu%2Fcatalog&q=&search_field=all_fields) - Historical Books\n* [Early English Books](https://quod.lib.umich.edu/e/eebogroup/), [⁠Brown Digital Repository](https://repository.library.brown.edu/studio/collections/library/), [NYPL](https://digitalcollections.nypl.org/) or [Amherst](https://acdc.amherst.edu/) - Historical Texts / Books\n* [Making of America](https://quod.lib.umich.edu/m/moa/) - American History\n* [Classical Libraries](https://docs.google.com/spreadsheets/d/e/2PACX-1vRkUFBfVVqv5Tr2aZS4apFNpTJ-ys6VqeQxgsAI1v7cH5putIgchYWJAVGHuu0lWGmdD2DU7Vb1o7XH/pubhtml) - Classical Literature Collection / [Full List](https://docs.google.com/spreadsheets/d/1OGFA-vSmu7yTZutb9f7uVZGT2mWkKYP1sWO2-I3huQQ/)\n* [Perseus Digital Library](https://www.perseus.tufts.edu/hopper/) - Classic / Greek / Roman / Arabic / Germanic\n* [In Parenthesis](https://www.yorku.ca/inpar/) - Historic Tales\n* [CELT](https://celt.ucc.ie/) - Irish / History / Literature / Politics\n* [textfiles.com](http://textfiles.com/) - 1980s Text File Index\n* [Digital Archive](https://digitalarchive.wilsoncenter.org/collections) - Historical Documents\n* [Smithsonian Institution Archives](https://siarchives.si.edu/) - Historical Documents\n* [Archives.gov](https://archives.gov/) - US Historical Documents\n* [Europeana](https://www.europeana.eu/) - European Historical Documents\n* [The National Archives](https://nationalarchives.gov.uk/) - UK Historical Documents\n* [ToposText](https://topostext.org/) - Greek Historical Documents\n* [Panjab Digital Library](http://www.panjabdigilib.org/) - Panjab Historical Documents\n* [Jewish Virtual Library](https://www.jewishvirtuallibrary.org/) - Encyclopedia of Jewish / Israeli History\n* [WorldRadioHistory](https://worldradiohistory.com/) - Radio History Archive\n* [The Morgan Library Museum](https://www.themorgan.org/music) or [DIAMM](https://www.diamm.ac.uk/) - Musical Manuscripts\n* [Tank Archives](https://www.tankarchives.com/) - World War II Armoured Warfare Documents / [X](https://x.com/Tank_Archives)\n* [HornTip](https://www.horntip.com/) - Military Songbooks\n* [De Re Militari](https://deremilitari.org/articles/) - Medieval Military History\n* [ByzantineMilitary](https://byzantinemilitary.blogspot.com/) - Byzantine Military History\n* [WarshipsResearch](https://warshipsresearch.blogspot.com/) - Maritime History\n* [Wiktenauer](https://wiktenauer.com/) - Historical European Martial Arts Wiki\n* [Radical Scatters](http://radicalscatters.unl.edu/indices.html) - Emily Dickinson Fragments / Texts\n* [The History of Maritime Piracy](http://www.cindyvallar.com/pirates.html) - Piracy History Blog\n* [Van Gogh Letters](https://vangoghletters.org/vg/) - Vincent van Gogh Letters\n* [DigitalTransgenderArchive](https://www.digitaltransgenderarchive.net/) - Transgender History Archive\n\n***\n\n## ▷ Quotes / Poetry\n\n* ⭐ **[Wikiquote](https://wikiquote.org)**\n* ⭐ **[Poetry Foundation](https://www.poetryfoundation.org/)**\n* [⁠Eudaimonia](https://www.eudaimonia.wiki/) - Collaborative Book of Wisdom / Quotes\n* [Brainy Quote](https://www.brainyquote.com/)\n* [AZquote](https://www.azquotes.com/)\n* [The Quote Garden](https://www.quotegarden.com/)\n* [Quotations Home Page](https://theotherpages.org/quote.html)\n* [Quote Collections](https://rentry.co/zeoemsh9)\n* [Poetry In Translation](https://www.poetryintranslation.com/)\n* [Poem Hunter](https://www.poemhunter.com/)\n* [Discover Poetry](https://discoverpoetry.com/)\n* [RuVerses](https://ruverses.com/)\n* [Poetry.com](https://www.poetry.com/)\n* [Poets.org](https://poets.org/)\n* [Poetry Archive](https://poetryarchive.org/)\n* [Scottish Poetry Library](https://www.scottishpoetrylibrary.org.uk/)\n\n***\n\n## ▷ Programming Books\n\n* 🌐 **[Free-Programming-Books](https://ebookfoundation.github.io/free-programming-books-search/)** - Programming Book Index / [GitHub](https://github.com/EbookFoundation/free-programming-books)\n* ⭐ **[O'Reilly](https://www.oreilly.com/)** - Tech / Programming / [Downloader](https://github.com/lorenzodifuccia/safaribooks) / Infinite trial by clearing cookies & making a new account\n* ⭐ **[ScanLibs](https://scanlibs.com/)**, [2](https://forcoder.net/), [3](https://coderprog.com/)\n* [IT eBooks](https://it-ebooks.info/)\n* [FreeTechBooks](https://www.freetechbooks.com/)\n* [FreeComputerEbooks](https://freecomputerbooks.com/)\n* [TechBooksFree](https://techbooksforfree.com/)\n* [eBooks-IT](https://ebooks-it.org)\n* [Essential Programming Books](https://www.programming-books.io/)\n* [GoalKicker](https://goalkicker.com/)\n* [Flavio Copes](https://flaviocopes.com/)\n* [WOW! eBook](https://www.wowebook.org/)\n* [Free Ebooks Download List](https://free-ebook-download-links.blogspot.com/)\n* [Python Data Science Handbook](https://jakevdp.github.io/PythonDataScienceHandbook/) - Python Data Science / [GitHub](https://github.com/jakevdp/PythonDataScienceHandbook)\n* [Go Books](https://github.com/dariubs/GoBooks) - GoLang Books\n* [JSBooks](https://jsbooks.revolunet.com/) - Javascript Books\n* [X-Files](https://doc.lagout.org/) - Tech / Programming\n* [ChessProgramming](https://www.chessprogramming.org/) - Chess Programming Wiki\n* [Hacker News Books](https://hackernewsbooks.com/) - Books Mentioned on HN\n\n***\n\n## ▷ Academic Papers\n\n* ↪️ **[Study / Research Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_study_.2F_research)**\n* ↪️ **[Research Paper Chatbots](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_specialized_chatbots)**\n* ⭐ **[Sci-Hub](https://sci-hub.se/)** - Science Articles / Research Papers / [Mirrors](https://vertsluisants.fr/index.php?article4/where-scihub-libgen-server-down) / [VK](https://vk.com/sci_hub) / [Subreddit](https://reddit.com/r/scihub)\n* ⭐ **Sci-Hub Tools** - [Official TG Bot](https://t.me/scihubot), [2](https://t.me/freescience) / [Extension](https://addons.mozilla.org/en-US/firefox/addon/sci-hub-scholar/) / [DL Button](https://greasyfork.org/en/scripts/370246-sci-hub-button), [2](https://github.com/gchenfc/sci-hub-now) / [PDF Download](https://gagarine.medium.com/use-sci-hub-with-zotero-as-a-fall-back-pdf-resolver-cf139eb2cea7) / [Dumps](https://redd.it/edwi9b) / [DOI Redirect](https://greasyfork.org/en/scripts/412498)\n* ⭐ **[arXiv](https://arxiv.org/)** or [ChinaRxiv](https://chinarxiv.org/) - Research Papers\n* ⭐ **arXiv Tools** - [Search Engine](https://arxivxplorer.com/), [2](https://searchthearxiv.com/) / [3D Viewer](https://soarxiv.org/) / [Chatbot](https://www.alphaxiv.org/) / [Mobile](https://github.com/dagmawibabi/ScholArxiv)\n* ⭐ **[Google Scholar](https://scholar.google.com/)** - Academic Papers Search Engine\n* ⭐ **[Citrus Search](https://citrus-search.com/)** - Find Similar Research Papers\n* ⭐ **[ResearchGate](https://www.researchgate.net/)** - Research Papers / Publications\n* ⭐ **[SciLit](https://www.scilit.com/)** - Research Papers / Publications\n* ⭐ **[Mendeley](https://www.mendeley.com/)** - Research Papers / [Data](https://data.mendeley.com/) / [Reference Manager](https://www.mendeley.com/download-reference-manager/)\n* [Scientific Doc Paywall Bypass](https://greasyfork.org/en/scripts/35521) - Bypass Scientific Document Paywalls\n* [Lumina](https://www.lumina.sh/) - AI Research Paper Search\n* [BulletPapers](https://www.bulletpapers.ai/) - Paper Summaries\n* [Springer](https://link.springer.com/) - Research Papers / Publications\n* [ScienceDirect](https://www.sciencedirect.com/) - Research Papers\n* [BASE](https://www.base-search.net/) - Academic Papers Search Engine\n* [Neliti](https://www.neliti.com/) - Academic Papers Search Engine \n* [Share OSF](https://share.osf.io/) - Academic Papers Search Engine\n* [Scinapse](https://scinapse.io/) - Academic Papers Search Engine / [Pro Script](https://rentry.co/scinapsebypass)\n* [Semantic Scholar](https://www.semanticscholar.org/) - Academic Papers Search Engine\n* [Consensus](https://consensus.app/) - Academic Papers Search Engine\n* [Crossref](https://search.crossref.org/) - Articles Papers Search Engine\n* [Lens](https://www.lens.org/) - Research Papers / Patents Database\n* [Dimensions](https://app.dimensions.ai/discover/publication) - Research Papers / Patents Database\n* [Academia](https://www.academia.edu/) - Academic Papers / [Downloader](https://github.com/ryanfb/academia-dl)\n* [FreeFullPDF](https://freefullpdf.com/) - Academic Papers\n* [Zooniverse](https://www.zooniverse.org/) - Crowdsourced Research\n* [Clarivate](https://mjl.clarivate.com/) - Research Papers / Publications\n* [Science Hub](https://www.smartquantai.com/) - Research Papers\n* [MyScienceWork](https://www.mysciencework.com/) - Research Papers\n* [Caltech Library](https://authors.library.caltech.edu/) - Research Papers\n* [SciAlert](https://scialert.net/) - Research Papers\n* [Springer](https://www.springer.com/) - Research Papers\n* [Biomed Central](https://www.biomedcentral.com/) - Research Papers\n* [Zenodo](https://zenodo.org/) - Research Papers\n* [re3data](https://www.re3data.org/) - Research Data\n* [Retraction Watch](https://retractionwatch.com/) - Retracted Research Papers\n* [Ai2 Asta](https://asta.allen.ai/) - AI Scientific Paper Search \n* [HAL](https://hal.science/) - Scientific Paper Search\n* [Science.gov](https://www.science.gov/) - Scientific Paper Search\n* [⁠Pidantuan](https://www.pidantuan.com/) - Scientific Paper Sharing Community / Sign-Up Required \n* [Awesome Detection Transformer](https://github.com/IDEA-Research/awesome-detection-transformer) - Computer Vision Research Papers\n* [IDEAS](https://ideas.repec.org/) or [RePEc](http://repec.org/) - Economic Research Papers\n* [PsyArXiv](https://psyarxiv.com/) - Psychology Research Papers\n* [SocArXiv](https://osf.io/preprints/socarxiv) - Social Science Research Papers\n* [Open Knowledge Maps](https://openknowledgemaps.org/) - Research Papers\n* [Internet Archive Scholar](https://scholar.archive.org/) - Research Papers\n* [Alexandria](https://www.alexandria.ucsb.edu/) - Research Papers\n* [Paper Panda](https://paperpanda.app/) - Research Papers\n* [Open Access Library](https://www.oalib.com/) - Research Papers\n* [Paperity](https://paperity.org/) - Research Papers\n* [OpenAire](https://explore.openaire.eu/) - Research Papers\n* [Association for learning Technology](https://repository.alt.ac.uk/view/subjects/) - Research Papers\n* [Local Models Papers](https://rentry.org/LocalModelsPapers) - LLM Related Research Papers\n* [PromptPapers](https://github.com/thunlp/PromptPapers) - Pre-Trained Language Model Tuning Papers\n* [Legal Core](https://core.ac.uk/) - Papers / Academic\n* [Dataone](https://www.dataone.org/) - Datasets\n* [Kaggle](https://www.kaggle.com/datasets) - Datasets\n* [Data Catalog](https://datacatalog.worldbank.org/) - Datasets\n* [DBpedia](https://www.dbpedia.org/) - Datasets\n* [GBIF](https://www.gbif.org/) - Biodiversity Datasets\n* [RPubs](https://rpubs.com/) - R Markdown Data Publishing\n* [PubMed](https://pubmed.ncbi.nlm.nih.gov/) - Medical Journals / [Search](https://www.pubmedisearch.com/)\n* [OpenMD](https://openmd.com/) - Medical Journals\n* [Free Medical Journals](http://www.freemedicaljournals.com/) - Medical Journals\n* [⁠JMIR Publications](https://jmirpublications.com/) - Health / Medicine Journals \n* [⁠PubMed Central](https://pmc.ncbi.nlm.nih.gov/) - Biomedical / Life Science Journals\n* [medRxiv](https://www.medrxiv.org/) - Medicine Preprints\n* [bioRvix](https://www.biorxiv.org/) - Biology Preprints\n* [Bioline](https://www.bioline.org.br/) - Bioscience Journals\n* [SSRN](https://www.ssrn.com/) - Early Stage Research Papers\n* [⁠PubPeer](https://pubpeer.com/) - View Scientific Research Criticism / Comments \n* [PapersWithCode](https://huggingface.co/papers), [Catalyzex](https://www.catalyzex.com/), [AI Reading List](https://docs.google.com/document/d/1bEQM1W-1fzSVWNbS4ne5PopB2b7j8zD4Jc3nm4rbK-U/), [AI RND](https://www.ai-rnd.com/) or [Daily Papers](https://huggingface.co/papers) - AI Research Papers\n* [CensorBib](https://censorbib.nymity.ch/) or [Censored Planet](https://censoredplanet.org/) - Internet Censorship Research Papers\n* [Connected Papers](https://www.connectedpapers.com/) or [LitMaps](https://app.litmaps.com/) - Find Connected Academic Papers\n\n***\n\n## ▷ Manuals\n\n* 🌐 **[Manuals & Schematics](https://redd.it/nlw3er)**, [SafeManuals](https://safe-manuals.com/), [Manuzoid](https://manuzoid.com/), [manualzz](https://manualzz.com/), [ManualsNet](https://manualsnet.com/), [manua.ls](https://www.manua.ls/) or [ManualsLib](https://www.manualslib.com/) - Manual Directories\n* ⭐ **[RepairWiki](https://repair.wiki/)** - Repair Articles / [Old Layout](https://old.repair.wiki/)\n* [ManualLib](https://www.manuallib.com/) or [Manuals+](https://manuals.plus/) - Manual Search\n* [iFixIt](https://www.ifixit.com/) - Repair Manuals\n* [Restarters](https://wiki.restarters.net/) - Device Repair Wiki / Guides\n* [WonderHowTo](https://www.wonderhowto.com/) - Tech How-Tos\n* [Manned.org](https://manned.org/) - Operating System Manuals\n* [RetroSix](https://www.retrosix.wiki/) - Retro Console Repair Guides + Info / [Discord](https://discord.gg/D4Envqc5jr)\n* [AntiqueRadio](https://antiqueradio.org/) - Vintage Radio + TV Restoration Guides\n* [Exploitee.rs](https://www.exploitee.rs/) - Device Exploitation Wiki\n* [JDMFSM](https://jdmfsm.info/Auto/), [Charm](https://charm.li/), [CarPDFManual](https://www.carpdfmanual.com/) or [ProCarManuals](https://procarmanuals.com/) - Auto Repair Manuals\n* [Ownersman.com](https://ownersman.com/) - Car Owner Manuals\n* [PremierProduct](https://www.premierproducts-uk.co.uk/) or [Auto Manual](https://www.auto-manual.com/) - Vehicle Manuals\n* [David Kleinfeld Laboratory](https://neurophysics.ucsd.edu/Manuals/) - Lab Manuals\n\n***\n\n# ► Documents / Articles\n\n* ↪️ **[Bypass Article Paywalls](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_paywall_bypass)**\n* ⭐ **[TheFreeLibrary](https://www.thefreelibrary.com/)** - Articles\n* ⭐ **[Nexus Search](https://t.me/nexus_search/214)**, [2](https://t.me/libgen_scihub_science_nexus_bot) - Science / Articles\n* [Heystacks](https://heystacks.com/) - Public Google Docs\n* [IDoc](https://idoc.pub/) - Document Search\n* [Higher Intellect](https://preterhuman.net/) - Document Search\n* [qDoc](https://idoc.tips/) - Document Search\n* [PDFHost](https://pdfhost.io/) - Document Search\n* [DOKU.PUB](https://doku.pub/) - Science / Articles\n* [Academic Journals](https://academicjournals.org/) - Science / Articles\n* [DOAJ](https://doaj.org/) - Journals / Articles\n* [Proquest](https://www.proquest.com/) - Journals / Articles\n* [MDPI](https://www.mdpi.com/) - Articles\n* [longdom](https://www.longdom.org/) - Articles\n* [Typewriter](https://tetw.org/) - Educational Articles & Essays\n* [E-International Relations](https://www.e-ir.info/) - International Relation Articles\n* [SkillCommons](https://www.skillscommons.org/) - Work Training Documents\n* [Institute of Education Sciences](https://eric.ed.gov/) - Documents / Texts / Papers\n* [SecretCanada](https://www.secretcanada.com/) - Canadian Document Archive\n* [Pandora](https://pandora.nla.gov.au/) - Australian Document Archive\n* [OATD](https://oatd.org/) or [⁠Brown Digital Repository](https://repository.library.brown.edu/studio/collections/dissertation/) - Theses / Dissertations\n* [lol my thesis](https://lolmythesis.com/) - Summarized Theses\n* [NSA Archive](https://nsarchive.gwu.edu/) - Reports\n* [NAP](https://nap.nationalacademies.org/) - Reports\n* [WorldBank](https://www.worldbank.org/en/home) - Poverty Solution Research Data\n* [Einstein Papers](https://einsteinpapers.press.princeton.edu/) - Albert Einsteins Collected Papers Archive\n* [Aesthetics Archive](https://contempaesthetics.org/) - Aesthetics Articles / Notes Contemporary\n* [CIA Publications](https://www.cia.gov/resources/publications/) - History / Reports\n* [Constitute Project](https://www.constituteproject.org/) - World Constitutions Database\n* [The American Presidency Project](https://www.presidency.ucsb.edu/) - Presidential Documents\n* [Marine Corps Pubs](https://www.marines.mil/News/Publications/MCPEL/), [Air Force Pubs](https://www.e-publishing.af.mil/product-index/), [Army Pubs](https://armypubs.army.mil/) or [LiberatedManuals](https://www.liberatedmanuals.com/) - Military Documents / Manuals\n* [NASA NTRS](https://ntrs.nasa.gov/collections/pubspace) or [STI](https://sti.nasa.gov/) - NASA Documents\n* [CourtListerner](https://www.courtlistener.com/), [USA Courts](https://pacer.uscourts.gov/) or [Case.law](https://case.law/) - Court Documents\n* [Parliament Archives](https://archives.parliament.uk/) - UK Parliamentary Documents\n* [PapalEncyclicals](https://www.papalencyclicals.net/) - Catholic Church Documents\n* [Open Payments](https://openpaymentsdata.cms.gov/) - Medical Device Company Payment Reports\n* [Aleph](https://docs.aleph.occrp.org/) - Document Index Tool\n* [Dataset Search](https://datasetsearch.research.google.com/) - Dataset Search Google\n* [PDF / Doc Search Engine](https://cse.google.com/cse?cx=000013508089310229747:qf70z1tyrs0)\n\n***\n\n## ▷ Declassified / Leaked Documents\n\n* 🌐 **[Epstein Research Resources](https://redd.it/1rc3gaz)** - Epstein Research Sites / Tools / Viewer Discretion Advised / Contains Censored NSFW Images\n* ⭐ **[Epstein Exposed](https://www.epsteinexposed.com/)** / [GitHub](https://github.com/stonesalltheway1/Epstein-Pipeline), **[JMail](https://jmail.world/)** / [2](https://jmailarchive.org/) / [Wiki](https://jmail.world/wiki), [Epstein Secrets](https://epsteinsecrets.com/), [Epstein Library](https://www.justice.gov/epstein), [Epstein Visualizer](https://epsteinvisualizer.com/), [⁠Epstein Index](https://officialepsteinfiles.org/) or [Epstein Files Browser](https://epstein-files-browser.vercel.app/) - Declassified Epstein Files / Viewer Discretion Advised / Contains Censored NSFW Images\n* [WikiLeaks](https://wikileaks.org/) - Leaked Documents / [Index](https://file.wikileaks.org/)\n* [The Uncensored Library](https://www.uncensoredlibrary.com/en) - Uncensored / Declassified Documents\n* [FBI Vault](https://vault.fbi.gov/) - Declassified Documents\n* [The Black Vault](https://www.theblackvault.com/) - Declassified Documents\n* [Archives.gov](https://www.archives.gov/) - Declassified Documents\n* [Distributed Denial of SecretsS](https://ddosecrets.org/) - Transparency Collective\n* [Library of Leaks](https://libraryofleaks.org/) - Leaked Documents\n* [Cryptome](https://cryptome.org/) - Leaked Documents\n* [⁠ICIJ](https://www.icij.org/investigations/) - Investigative Journalists Organization / Panama + Pandora Financial Leaks\n* [Snowden Archive](https://github.com/iamcryptoki/snowden-archive) - Leaked Snowden Documents\n* [Google Leaks](https://www.zachvorhies.com/google_leaks/) - Leaked Google Documents\n\n***\n\n# ► Tracking / Database\n\n* ⭐ **[GoodReads](https://www.goodreads.com/)** - Tracking / Database / Reviews / Recommendations / [Frontend](https://github.com/nesaku/BiblioReads)\n* ⭐ **[StoryGraph](https://www.thestorygraph.com/)** - Tracking / Recommendations\n* ⭐ **[MyAnimeList](https://myanimelist.net/)** - Manga / Light Novels / Tracking / Database / Reviews / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_myanimelist_tools)\n* ⭐ **[Anilist](https://anilist.co/)** - Manga / Light Novels / Manhwa / Manhua / Tracking / Database / Reviews / [Wrapper](https://github.com/AurelicButter/AniList-Node) / [Extras](https://greasyfork.org/en/scripts/370473-automail)\n* ⭐ **[MangaBaka](https://mangabaka.org/)** - Multi-Site Aggregator for Manga / Manhwa / Manhua / OEL / Light Novels w/ Tracking & Database / [Discord](https://mangabaka.org/discord)\n* ⭐ **[Novel Updates](https://www.novelupdates.com/)** or [⁠RanobeDB](https://ranobedb.org/) - Light Novel Tracking / Databases\n* ⭐ **[LeagueOfComicGeeks](https://leagueofcomicgeeks.com/)** - Comic Tracking / Database / Releases\n* [⁠Midloop](https://midloop.net/) - Book Release Date Tracker / [Discord](https://discord.gg/AvUxR59Yv5)\n* [Listal](https://www.listal.com/) - Book Database\n* [Books Search](https://books-search.typesense.org/) - Book Database\n* [⁠Book Series in Order](https://www.bookseriesinorder.com/) - Book Character / Author Release Orders \n* [LibraryThing](https://www.talpasearch.com/) - Find Books by Describing Them\n* [Ratings Filter](https://www.book-filter.com/) - Goodreads / Storygraph Rating Aggregator + Filter\n* [ISFDB](https://isfdb.org/) - Speculative Fiction\n* [nooSFere](https://www.noosfere.org/) - Science Fiction\n* [Romance.io](https://www.romance.io/) - Romance Database\n* [Oku](https://oku.club/) - Book Tracking Platform\n* [Literal](https://literal.club/) - Social Book Tracking Platform\n* [BookWyrm](https://joinbookwyrm.com/) - Book Tracking Platform / [Official Instance](https://bookwyrm.social/)\n* [MangaUpdates](https://www.mangaupdates.com/) - Manga Tracking\n* [Hardcover](https://hardcover.app/) - Tracking / Reviews / Recommendations / [Discord](https://discord.com/invite/hardcover)\n* [LibraryThing](https://www.librarything.com/) - Book Cataloguing Community\n* [CandlApp](https://www.candlapp.com/) - Book Tracking / Recommendations\n* [Anobii](https://www.anobii.com/) - Book Cataloguing / Reviews\n* [Mad Cover Site](https://madcoversite.com/) - MAD Magazine History Archive\n* [⁠Banned Book List](https://docs.google.com/spreadsheets/u/0/d/10NwV38Rp6EF8X8p7Qa2iXpSFn9m46v717DQtJkLictI) - List of Books Banned by Schools \n* [rate.house](https://rate.house/) or [Yamtrack](https://github.com/FuzzyGrim/Yamtrack) - Media Trackers\n* [libib](https://www.libib.com/) or [All My Books](https://www.bolidesoft.com/allmybooks.html) - Desktop Catalogs\n\n***\n\n## ▷ Curated Recommendations\n\n* ⭐ **[The Greatest Books](https://www.thegreatestbooks.org/)** - Algorithmic Books List\n* ⭐ **[Five Books](https://fivebooks.com/)** - Expert Recommended Books\n* ⭐ **[TasteDive](https://tastedive.com/books)** - Discovery and Recommendations\n* ⭐ **[ComicBookRoundup](https://comicbookroundup.com/)** - Comic Rating Aggregator ⁠\n* ⭐ **[MangaUpdates](https://www.mangaupdates.com/)** - Manga Database / Releases Updates\n* [Charts and Culture](https://pastebin.com/uRDJVGkL) - Books / Comics / Manga Recommendation Directory\n* [r/ifyoulikeblank](https://www.reddit.com/r/ifyoulikeblank/) - Personalized Recommendation Subreddit\n* [BookHype](https://bookhype.com/) - Book Discovery / Recommendations\n* [Reddit Reads](https://www.redditreads.com/) - Most Popular Books from Subreddits\n* [Gnooks](https://www.gnooks.com/) - Book Discovery / Recommendations\n* [RecommendMeABook](https://recommendmeabook.com/) - First Page Book Teasers\n* [WhichBook](https://www.whichbook.net/) - Mood-Based Book Discovery\n* [⁠r/TrueLit Top 100 Lists](https://www.reddit.com/r/TrueLit/wiki/top100lists) - Book Recommendations\n* [Readow](https://readow.ai/) - Book Recommendations\n* [Shepherd](https://shepherd.com/) - Book Recommendations\n* [Newvella](https://newvella.com/) - Book Discovery / Recommendations\n* [GoodBooks](https://www.goodbooks.io/) - Book Discovery / Reviews\n* [Literature-Map](https://www.literature-map.com/) - Author Discovery by Genre\n* [Break the Bubble!](https://abooklike.foo/escape) - Challenge Narrow Tastes\n* [Most Recommended Books](https://www.mostrecommendedbooks.com/) - Book Recommendations\n* [Read This Twice](https://readthistwice.com/) - Book Recommendations\n* [Hacker Recommended Books](https://hacker-recommended-books.vercel.app/) - Book Recommendations\n* [Mind Expanding Books](https://mindexpandingbooks.com) - Book Recommendations / [GitHub](https://github.com/hackerkid/Mind-Expanding-Books)\n* [Litsy](https://www.litsy.com/) - Book Recommendation / Photo Sharing Community\n* [Bookmarks Review](https://bookmarks.reviews/) - Book Review Aggregator\n* [5000 Best](http://5000best.com/books/) - Top 5000 Books\n* [BookStash](https://bookstash.io/), [Sobrief](https://sobrief.com/), [Summrize](https://www.summrize.com/) or [Glimbay](https://glimbay.netlify.app/) - Book Summaries\n* [ComicBookCanon](https://www.comicbookcanon.com/) - Comics / Manga Top Lists\n* [r/Marvel Recommended](https://www.reddit.com/r/Marvel/wiki/faq) - Marvel Comic Recommendations\n* [r/DCcomics Recommended](https://www.reddit.com/r/DCcomics/wiki/recommended) - DC Comic Recommendations\n* [DC Media List](https://docs.google.com/spreadsheets/d/1znGm7MswCG0yuRHSvyHDUuIdeNSS7DP-yWOEqKYTAIY/) - Full DC Media List (1935-2024)\n* [Comic Book Reading Orders](https://comicbookreadingorders.com/) - Comic Book Reading Orders\n* [Nevix](https://nevix.com/) - Manga / Social Media\n* [Kitsu](https://kitsu.io/) - Manga\n* [Mangaki](https://mangaki.fr/) - Manga Recommendations\n* [Spin.moe](https://spin.moe/) - Find Random Manga\n* [Anime-Planet](https://anime-planet.com/) - Manga\n* [Kenmei](https://www.kenmei.co/) - Manga / [Discord](https://discord.gg/XeTFtYW)\n* [AllManga](https://allmanga.to/) - Manga / [Discord](https://discord.com/invite/6nce6cyJyM)\n* [Manga Codex](https://mangacodex.com/) - Manga Infographics & Sales Stats\n* [VNDB](https://vndb.org/) - Visual Novels\n* [r/VisualNovel Recs](https://sites.google.com/view/rvisualnovels-recs/) or [VN Recs](https://vnrecs.github.io/) - Visual Novel Recommendations\n\n***\n\n# ► Helpful Sites / Apps\n\n* 🌐 **[Ebook Converters Wiki](https://wiki.mobileread.com/wiki/E-book_conversion)** or [Ebook-Converter](https://ebook-converter.com/) - Ebook Converter Software Indexes\n* 🌐 **[DeDRM_tools](https://github.com/noDRM/DeDRM_tools)** - Ebook DRM Removal Tools\n* ↪️ **[Summary Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools#wiki_.25B7_text_rephrasing)**\n* ↪️ **[PDF File Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_pdf_tools)**\n* ⭐ **[Calibre](https://calibre-ebook.com/)** - Ebook Manager & Reader / Windows, Mac, Linux\n* ⭐ **[Kindle Comic Converter](https://github.com/ciromattia/kcc)** - Multi-Format Converter / App\n* ⭐ **[Papeer](https://papeer.tech/)** / [GitHub](https://github.com/lapwat/papeer), [dotepub](https://dotepub.com/) or [epub-creator](https://github.com/NiklasGollenstede/epub-creator) - Webpage to EPUB Converter\n* [⁠Scribd DL](https://github.com/rkwyu/scribd-dl), [Scribd PDF](https://scribd.pdfdownloaders.com/) or [ScribdVPDF](https://scribdvpdf.blogspot.com/) / [2](https://docdownloader.com/) / [3](https://scribd.vpdfs.com/) / [4](https://scribd.downloader.tips/) / [5](https://scribd.vdownloaders.com/) - Scribd Downloaders\n* [Ebook-Online-Convert](https://ebook.online-convert.com/) - Multi-Format Converter / Online\n* [⁠Manga & Comic Converter](https://www.mangaconverter.com/) - Comic / Manga to Book Converter / Online / [GitHub](https://github.com/NilsLeo/kcc-cloud)\n* [eBook Converter Bot](https://t.me/ebook_converter_bot) - Telegram Ebook Converter / [GitHub](https://github.com/yshalsager/ebook-converter-bot)\n* [CrowBook](https://github.com/crowdagger/crowbook) - Markdown to EPUB Converter\n* [Libby](https://libbyapp.com/) - Library Search / [Downloader](https://github.com/PsychedelicPalimpsest/LibbyRip)\n* [How to Get Library Card Online](https://rentry.co/9b3vdo)\n* [BookInfo](https://lordgnomembe.github.io/BookInfo/) - Get Book Info via ISBN\n* [FiveFilters](https://www.fivefilters.org/) - Multiple Article Accessibility Tools\n* [⁠IPDL](https://ipdl.cat/) - Monitor Digital Library Torrent Health\n* [Readarr](https://readarr.com/) or [LazyLibrarian](https://gitlab.com/LazyLibrarian/LazyLibrarian) - Book Torrent Autodownload / Manager\n* [FicHub](https://fichub.net/) or [FanFictionDownloader](https://fanfictiondownloader.net/) - Fanfiction Downloader\n* [Sigil Ebook](https://sigil-ebook.com/) - EPUB Editor\n* [EPUB Translator](https://github.com/quantrancse/epub-translator) or [epub-translator](https://github.com/sharplab/epub-translator) - EPUB Translators\n* [SmartStitch](https://github.com/MechTechnology/SmartStitch) - Stitch Together Webtoons\n* [FanFicFare](https://github.com/JimmXinu/FanFicFare) - Generate Ebooks from Stories / Fanfiction\n* [HowLongToRead](https://howlongtoread.com/) or [ReadingLength](https://www.readinglength.com/) - Find Book Lengths / Reading Times\n* [BTW](https://booktriggerwarnings.com/) - Book Trigger Warnings\n* [DIY Book Scanner](https://diybookscanner.org/) - How to Scan Books\n* [The Submission Grinder](https://thegrinder.diabolicalplots.com/) - Find a Publisher\n* [Spreeder](https://www.spreeder.com/app.php?intro=1), [Speed Reader](https://speed-reader.com/), [BR Script](https://greasyfork.org/en/scripts/465635), [PlayText](https://playtext.app/), [AccelaReader](https://accelareader.com/), [SwiftRead](https://swiftread.com/), [Notation](https://github.com/numanzamandipuu/Notation), [Tailwind BR](https://crisanlucid.github.io/vite-react-tailwind-bionic-reading/), [⁠ogma](https://github.com/0hAodha/ogma) or [SpeedRead](https://github.com/pasky/speedread) - Speed Reading Tools / Note These Are Not Good for Comprehension"
  },
  {
    "path": "docs/sandbox.md",
    "content": "---\ntitle: Sandbox\n---\n\n### Sandbox\n\n:::info\nTesting info\n:::\n\n:::tip\nTesting tip \n:::\n\n:::warning\nTesting warning\n:::\n\n:::danger\nTesting danger\n:::\n\n:::details\nTesting details\n:::\n"
  },
  {
    "path": "docs/social-media-tools.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/tools-index)**\n***\n***\n\n# ► Social Media Tools\n\n* 🌐 **[Farside](https://farside.link/)** / [2](https://cf.farside.link/), [⁠Radical Servers](https://help.riseup.net/en/security/resources/radical-servers), [canine.tools](https://canine.tools/services/), [⁠NerdVPN](https://nerdvpn.de/), [⁠Nadeko](https://nadeko.net/) or [alternative-frontends](https://github.com/ParniDEO/alternative-front-ends-unofficial) - Frontend Indexes\n* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_social_media_apps)** / **[iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_social_media_apps2)** - Mobile Social Media Apps\n* ⭐ **[GrayJay](https://grayjay.app/)** - YouTube, Twitch, Rumble, etc. / Avoid Playstore / [Guide](https://youtu.be/EnZrv37u66c) / [Plugins](https://plugins.grayjay.app/) / [Add Platforms](https://grayjay-sources.github.io/), [2](https://github.com/grayjay-sources/grayjay-sources.github.io), [3](https://gitlab.futo.org/videostreaming/plugins) / [GitLab](https://gitlab.futo.org/videostreaming/grayjay)\n* ⭐ **[SocialBlade](https://socialblade.com/)** - Social Media Stats\n* ⭐ **[LiveCounts](https://livecounts.io/)** - Live Social Media Stats\n* ⭐ **[LibRedirect](https://libredirect.github.io/)** / [GitHub](https://github.com/libredirect/browser_extension), [Predirect](https://github.com/libreom/predirect) or [Proxy Redirect](https://openuserjs.org/scripts/sjehuda/Proxy_Redirect) - Frontend Redirect Extensions\n* [Numblr](https://github.com/heyLu/numblr) - Self-Hosted Frontend Redirect\n* [Binternet](https://github.com/Ahwxorg/Binternet) or [Pinvibe](https://www.pinvibe.com/) - Pinterest Frontends / Viewers\n* [Urlebird](https://urlebird.com/) or [OffTikTok](https://www.offtiktok.com/) - TikTok Frontends / Viewers\n* [TikTok Tools](https://omar-thing.site/) - TikTok Search, Story Viewer, Repost Viewer, and URL Tracker / [Telegram](https://t.me/tiktokinfosite)\n* [Social-Searcher](https://www.social-searcher.com/) or [WeVerify](https://cse.google.com/cse?cx=006976128084956795641:ad1xj14zfap) - Social Media Search Engines\n* [Social Media Hacker List](https://github.com/MobileFirstLLC/social-media-hacker-list) - Social Media Apps / Tools\n* [ExportComments](https://exportcomments.com/) - Export Social Media Comments\n* [socid_extractor](https://github.com/soxoj/socid-extractor) - Extract Social Media User Info from Pages\n* [BlackTwist](https://www.blacktwist.app/) - Free Threads Analytics\n* [Schedul](https://www.schedulthreads.com) - Threads Content Publishing & Scheduling\n* [CleanSnap](https://www.cleansnap.co/) - Customize Social Media Screenshots\n\n***\n\n# ► Discord Tools\n\n* **Warning** - Chat archivers, mass-deleters, mods, and third-party clients can potentially break Discord's terms of service. Misusing them can lead to account terminations, so use them at your own risk.\n\n***\n\n* ↪️ **[Chat Clients / Discord Alts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_chat_tools)**\n* ⭐ **[embeddr.top](https://embeddr.top/)**, **[x266.mov](https://x266.mov/discord-embed/)**, [⁠Discord Embed Fixer](https://fixembed.site/), [npf.is](https://discord.nfp.is/) or [stolen.shoes](https://stolen.shoes/) - Discord Video Embedders\n* ⭐ **[embedez](https://embedez.com/)** / [X](https://x.com/embedez) / [Discord](https://discord.gg/FmW9c8gtCp) or [FxEmbed](https://github.com/FxEmbed/FxEmbed) - Social Link Embedders\n* ⭐ **[Disblock Origin](https://codeberg.org/AllPurposeMat/Disblock-Origin)** or [Discord Adblock](https://codeberg.org/ridge/Discord-AdBlock) - Hide Nitro / Boost Ads\n* ⭐ **[OpenAsar](https://openasar.dev/)** - Better Performance with Improved `app.asar` / [Discord](https://discord.gg/YDMptE8u2b) / [GitHub](https://github.com/GooseMod/OpenAsar) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/openasar.md)\n* [⁠Nelly](https://nelly.tools/) - Discord Web Tools\n* [AnswersOverflow](https://www.answeroverflow.com/) - Discord Search Engine / [GitHub](https://github.com/AnswerOverflow/AnswerOverflow)\n* [Discord Profile Viewer](https://addynrpfp.vercel.app/) - View / Download Discord User's Avatar or Banner\n* [Discord Chat Exporter](https://github.com/Tyrrrz/DiscordChatExporter) / [Python](https://github.com/mahtoid/DiscordChatExporterPy) or [Discord History Tracker](https://dht.chylex.com/) / [GitHub](https://github.com/chylex/Discord-History-Tracker) - Archive / Export Discord Chats\n* [Wumpus Central](https://discord.gg/zZ6szdKQu6) - Discord Experimental Server Hub\n* [SimpleDiscordCrypt](https://gitlab.com/An0/SimpleDiscordCrypt) - Discord Message Encryption / [Discord](https://discord.gg/rSUyXeCHBE)\n* [Discrub](https://github.com/prathercc/discrub-ext) or [Undiscord](https://github.com/victornpb/undiscord/) - Message Manipulation Tools / Always Delay 9+ Seconds\n* [dsc.gg](https://dsc.gg/) - Create Custom Discord Invites\n* [instaparty](https://instaparty.gg/) - Temporary Discord Servers\n* [Discord Templates](https://discordtemplates.me/) - Discord Server Templates\n* [Discord Quest Script](https://rentry.co/FMHYB64#discord-quests) - Discord Quest Auto-Complete\n* [discord-badges](https://github.com/mezotv/discord-badges) - Discord Badge Info\n* [Discord Previews](https://discordpreviews.com/) - Get Early Access to Discord Features / [X](https://x.com/discordpreviews) / [Discord](https://discord.gg/discord-603970300668805120)\n* [Discord-Api](https://discord.gg/discord-api) - Discord API Chat\n* [Discord-Datamining](https://github.com/Discord-Datamining/Discord-Datamining) - Discord Datamining via JS Files\n* [Discord TTS Bot](https://docs.moonstar-x.dev/discord-tts-bot/) - Text to Speech for Discord\n* [Embed Visualizer](https://embed.discord.website/) or [EB](https://eb.nadeko.bot/) - Preview Embeds\n* [BetterTwitFix](https://github.com/dylanpdx/BetterTwitFix) - Fix X.com / Telegram Embeds\n* [InstagramEmbed](https://www.vxinstagram.com/) - Fix Instagram Embeds\n* [⁠fxTikTok](https://github.com/okdargy/fxTikTok) - Fix TikTok Embeds\n* [Discord Packages](https://github.com/peterhanania/discord-package) - View Discord Packages / Self-Host for Privacy / [Discord](https://discordpackage.com/discord)\n* [Hammertime](https://hammertime.cyou/), [Dank.tools](https://dank.tools/discord-timestamp), [⁠DiscTimestamps](https://disctimestamps.com/), [discordtimestampgenerator.net](https://discordtimestampgenerator.net/) or [discord-timestamps](https://r.3v.fi/discord-timestamps/) - Discord Timestamp Generators\n* [haystackfs](https://github.com/dhrumilp15/haystackfs) - Discord File Search\n* [TagMap](https://tagmap.io/) - Meet People with Similar Interests\n\n***\n\n## ▷ Discord Clients\n\n* 🌐 **[Discord3rdParties](https://github.com/Discord-Client-Encyclopedia-Management/Discord3rdparties)** - Discord Clients Index\n* ⭐ **[Vencord](https://vencord.dev/)** / [Discord](https://discord.gg/D9uwnFnqmd) / [GitHub](https://github.com/Vendicated/Vencord) or [Vesktop](https://vesktop.dev/) / [GitHub](https://github.com/Vencord/Vesktop) - Discord Client Mod\n* ⭐ **[WebCord](https://github.com/SpacingBat3/WebCord)** - Privacy-Hardened Client / [Discord](https://discord.gg/aw7WbDMua5)\n* [Equicord](https://equicord.org) / [Discord](https://discord.gg/5Xh2W87egW) / [GitHub](https://github.com/Equicord/Equicord) or [⁠Equibop](https://equibop.org/) / [GitHub](https://github.com/Equicord/Equibop) - Discord Client Mod / [Plugins](https://equicord.org/plugins)\n* [Replugged](https://replugged.dev/) - Discord Client Mod / [Discord](https://discord.gg/HnYFUhv4x4) / [GitHub](https://github.com/replugged-org/replugged)\n* [Legcord](https://legcord.app/) - Discord Client / Lightweight / [Privacy-Fork](https://github.com/Milkshiift/GoofCord) / [Discord](https://discord.gg/TnhxcqynZ2) / [GitHub](https://github.com/Legcord/Legcord)\n* [BetterDiscord](https://betterdiscord.app/) - Discord Client Mod / [Plugins](https://betterdiscord.app/plugins) / [Banned Plugins](https://rentry.co/BDBannedPlugins) / [Discord](https://discord.gg/0Tmfo5ZbORCRqbAd) / [GitHub](https://github.com/BetterDiscord/BetterDiscord)\n* [abaddon](https://github.com/uowuo/abaddon) - Discord Client Mod / Lightweight / [Discord](https://discord.gg/wkCU3vuzG5)\n* [Discordo](https://github.com/ayn2op/discordo) - Discord Terminal Client\n* [Spacebar](https://github.com/spacebarchat/spacebarchat) - Self-Hostable Discord Compatible Client\n* [Dorion](https://spikehd.github.io/projects/dorion/) - Lightweight Discord Client / [GitHub](https://github.com/SpikeHD/Dorion)\n* [Dissent](https://github.com/diamondburned/dissent) - GTK4 Discord Client\n* [Discord Portable](https://portapps.io/app/discord-portable/) / [PTB PortApps](https://portapps.io/app/discord-ptb-portable/) - Portable Discord Stable\n\n***\n\n## ▷ Client Customization\n\n* 🌐 **[Client Themes](https://betterdiscord.app/themes)** or [Discord Themes](https://github.com/topics/discord-theme) - Client Theme Index\n* ⭐ **[Discohook](https://discohook.app/)**, [Embed Creator](https://embed.dan.onl/) or [Embed Generator](https://message.style/) - Embed Generators\n* ⭐ **[CustomRP](https://www.customrp.xyz/)** or [geetRPCS](https://geetrpcs.vercel.app/) / [GitHub](https://github.com/makcrtve/geetRPCS) - Customizable Rich Presence\n* [BD Editor](https://bdeditor.dev/) - Client Theme Editor\n* [Overlayed](https://overlayed.dev/) - Alternative Discord VC Overlay / [GitHub](https://github.com/overlayeddev/overlayed)\n* [BeautifulDiscord](https://github.com/leovoel/BeautifulDiscord) - Custom CSS Support\n* [Coloured-Text-Generator](https://rebane2001.com/discord-colored-text-generator/) - Discord ANSI Text Generator\n* [Auto Creavite](https://auto.creavite.co/icons) - Animated Icon / Banner Generator\n* [Discord Avatar Maker](https://discord-avatar-maker.app/) - Discord Avatar Creator\n* [Better Default Discord](https://better-default-discord.netlify.app/) - Improved Default Discord Avatars\n* [Pfps.gg](https://pfps.gg/) - Find Discord Avatars\n* [USRBG](https://github.com/Discord-Custom-Covers/usrbg) - Custom Discord Profile Backgrounds / [Discord](https://discord.gg/r59DjpaDHD)\n* [mgcounts](https://tags.mgcounts.com/) or [Discord.band](https://discord.band/tags) - Discord Server Tag Lists\n* [Emoji List](https://discords.com/emoji-list), [Slackmoji](https://github.com/seanprashad/slackmoji) or [emoji.gg](https://emoji.gg/) - Discord Emojis / GIFs\n* [Discord-Emoji-Downloader](https://thatiemsz.github.io/Discord-Emoji-Downloader/) - Emoji Downloader\n* [ImageClipboard](https://imageclipboard.com/) - Free Discord Nitro Emojis\n* [Snowsgiving Icons & Emotes](https://web.archive.org/web/20230729100139/https://cdn.discordapp.com/attachments/689605845058715801/862281806820278292/Snow.zip) - Snowsgiving Event Icons / Emojis\n* [Discord Text to Emoji](https://jtprince.com/discord/) - Convert Text to Discord Emojis\n* [Stickers.gg](https://stickers.gg) - Free Discord Stickers\n* [PreMiD](https://premid.app/) - Display Web Activity in Discord Status / [Discord](https://discord.premid.app/) / [GitHub](https://github.com/PreMiD/PreMiD)\n* [Music Presence](https://musicpresence.app/), [2](https://musicpresence.pocha.moe/) - Audio Player Rich Presence / [Discord](https://discord.com/invite/musicpresence) / [GitHub](https://github.com/ungive/discord-music-presence)\n* [Jellyfin RPC](https://github.com/Radiicall/jellyfin-rpc) - Jellyfin Rich Presence\n* [Adobe Discord RPC](https://github.com/teeteeteeteetee/adobe-discord-rpc) - Adobe Rich Presence\n* [PS3 Rich](https://github.com/zorua98741/PS3-Rich-Presence-for-Discord) - PS3 Rich Presence\n* [discord-vscode](https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode) - VSCode Rich Presence / [GitHub](https://github.com/iCrawl/discord-vscode)\n\n***\n\n## ▷ Discord Bots\n\n* ⭐ **[FreeStuff Bot](https://freestuffbot.xyz/)** - Free Games Alert Bot / [Telegram](https://t.me/freestuff_hub) / [Discord](https://discord.com/invite/WrnKKF8)\n* [FixEmbed](https://fixembed.app/) / [GitHub](https://github.com/kenhendricks00/FixEmbed), [⁠Embedded](https://embedded.gallery/) / [Discord](https://discord.com/invite/Be9yDnBPBw) or [⁠Embed Fixer](https://github.com/seriaati/embed-fixer) - Discord Embed Fix Bots\n* [esmBot](https://github.com/esmBot/esmBot) - Multi-Tool Discord Bot \n* [NotQuiteNitro](https://nqn.blue/) - Discord Nitro Alternative\n* [fmbot](https://fmbot.xyz/) - Discord Voice Chat Scrobbling\n* [Chuu](https://github.com/ishwi/Chuu) - Last.fm Discord Bot\n* [Craig](https://craig.chat/) - Voice Channel Recorder Bot / [Backup](https://craig.chat/giarc/)\n* [MonitoRSS](https://monitorss.xyz/) or [ReadyBot](https://readybot.io/) - RSS Discord Bots\n* [Steambase Bot](https://steambase.io/tools/steam-discord-bot) - Steam Insights Bot\n* [Red Discordbot](https://github.com/Cog-Creators/Red-DiscordBot), [Discord-Bot](https://github.com/CorwinDev/Discord-Bot) or [Loritta](https://github.com/LorittaBot/Loritta) - Self-Hostable Discord Moderation Bots\n* [Wickbot](https://wickbot.com/) - Discord Security Bot\n* [anti-phishing-bot](https://github.com/Benricheson101/anti-phishing-bot) - Discord Anti-Phishing Bot\n* [Automod Config](https://docs.google.com/spreadsheets/d/1pUGVAARMBadmNqQW6cPKhSaT-uYDgQlRBnlQ9TMDXTI/edit#gid=730346323) - Automod Bot Config\n* [Modmail](https://github.com/modmail-dev/modmail) - Discord Modmail Bot\n* [Discord-Linux](https://discord-linux.com/) - Linux Container Bot\n\n***\n\n## ▷ Server / Bot Indexes\n\n* 🌐 **[Discord Servers](https://discord.com/servers)** - Server Index\n* 🌐 **[Alternatives to MEE6](https://alternativestomee6.com/)** - MEE6 Alternatives / [Discord](https://discord.gg/WrbMdWHfNd)\n* [UnFocused](https://www.unfocused.org/) - Server Index / [Discord](https://discord.com/invite/unfocused)\n* [DISBOARD](https://disboard.org/) - Server Index\n* [Discords.com](https://discords.com/) - Server / Bot Index\n* [Discord Me](https://discord.me/) - Server / Bot Index\n* [DiscordServers.com](https://discordservers.com/) - Server / Bot Index\n* [Disforge](https://disforge.com/servers) - Server / Bot Index\n* [Open Source Projects](https://discord.com/open-source) - Server / Bot Index\n* [Disdex](https://disdex.io/) - Server Index\n* [Top.gg](https://top.gg/) - Bot Index\n* [Bots on Discord](https://bots.ondiscord.xyz/) - Bot Index\n* [Discord Bots](https://discord.bots.gg/) - Bot Index\n* [Discord Services](https://discordservices.net/) - Bot Index\n* [Discord Bot List](https://discordbotlist.com/) - Bot Index\n* [Botlist.me](https://botlist.me/) - Bot Index\n* [Void Bots](https://voidbots.net/) - Bot Index\n\n***\n\n# ► Reddit Tools\n\n* ⭐ **[Reddit Stream](https://reddit-stream.com/)** - Live Thread Viewer\n* ⭐ **[Reddit Enhancement Suite](https://redditenhancementsuite.com/)** / [GitHub](https://github.com/honestbleeps/Reddit-Enhancement-Suite), [Reddit++](https://greasyfork.org/en/scripts/490046), [Reddit Fix](https://greasyfork.org/en/scripts/404497-reddit-fix), [Reddit Extension](https://lawrenzo.com/p/reddit-extension), [RedditEnhancer](https://github.com/joelacus/RedditEnhancer) or [RedditMod2](https://greasyfork.org/en/scripts/29724-redditmod2) - Reddit Enhancement Extensions / Scripts\n* ⭐ **[Redlib](https://github.com/redlib-org/redlib-instances/blob/main/instances.md)** / [2](https://github.com/libreddit/libreddit-instances/blob/master/instances.md), [Photon](https://photon-reddit.com/) or [RDX](https://rdx.overdevs.com/) - Reddit Frontends / Viewers\n* ⭐ **[Old Reddit Redirect](https://github.com/tom-james-watson/old-reddit-redirect)** or [Teamdoko Old Reddit](https://teamdoko.com/products/old-reddit-for-safari) - Redirect New Reddit to Old\n* ⭐ **[Newsit](https://newsit.benwinding.com/)** - Webpage Comments Widget / [GitHub](https://github.com/benwinding/newsit)\n* [Redditp](https://redditp.com/) or [Reddit Viewer](https://reddit-viewer.com/) - Reddit TikTok Style Viewers\n* [Beleave](https://beleave.virock.org/) or [SubCleaner](https://www.subcleaner.com/) - Subreddit Cleaners / Managers\n* [Bookmarkeddit](https://bookmarkeddit.com/) - Saved Post Manager / Organizer / [GitHub](https://github.com/mateussilva98/bookmarkeddit) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/bookmarkeddit.md)\n* [Reddit Sub Counter](https://greasyfork.org/en/scripts/567501) - Restore Subreddit Subscriber Counter\n* [Reddit Comber](https://redditcomber.com/) or [Sub Notification](https://redd.it/5mz9z5) - Reddit Keyword Notifications\n* [Reddit Preview](https://redditpreview.com/) - Preview Reddit Posts\n* [RedditRaffler](https://www.redditraffler.com/) - Reddit Raffle System\n* [⁠SubHarbor](https://subharbor.com/) - Subreddit Backup Pages\n* [⁠DownloaderForReddit](https://github.com/MalloyDelacroix/DownloaderForReddit) - Download / Archive Subreddits \n* [PowerDeleteSuite](https://github.com/j0be/PowerDeleteSuite) - Reddit Auto Post Delete\n* [SnooSnoop](https://snoosnoop.com/) - Reddit Account Analyzer\n* [⁠Reddit Migrate](https://github.com/nileshnk/reddit-migrate) - Reddit Account Migrator \n* [Reddit Emojis](https://greasyfork.org/en/scripts/443011) - Emojis for Old Reddit\n* [Subreddit Tabs](https://greasyfork.org/en/scripts/460086) - Subreddit Icon Tabs\n* [⁠Sink It](https://gosinkit.com/) - Improved Reddit Comment Navigation\n* [Reddit Comment Highlights](https://github.com/aesy/reddit-comment-highlights) - Highlight New Comments\n* [infini.wtf](https://infini.wtf/) - Reddit Image Search\n* [Load Reddit Images Directly](https://github.com/nopperl/load-reddit-images-directly) - Direct Image Viewer\n* [UniversalScammerList](https://www.universalscammerlist.com/) - List of Reddit Scammers\n* [⁠lurker](https://tangled.org/oppi.li/lurker) - Self-Hostable Read-Only Reddit Client \n\n***\n\n## ▷ Reddit Downloaders\n\n* **Note** - You can also download Reddit videos by commenting \"/u/SaveVideo\".\n\n***\n\n* [gallery-dl](https://github.com/mikf/gallery-dl) - Reddit Bulk Image Downloaders\n* [saveddit](https://github.com/p-ranav/saveddit) - Reddit Bulk Media Downloaders\n* [RapidSave](https://rapidsave.com/) - Reddit Video / GIF Downloader\n\n***\n\n## ▷ Reddit Alternatives\n\n* ↪️ **[Lemmy Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_lemmy_tools)**\n* [Raddle](https://raddle.me/) - Minimalist / Privacy-Focused\n* [r/RedditAlternatives](https://reddit.com/r/RedditAlternatives) - Find Reddit Alternatives\n* [Tildes](https://tildes.net/) - Non-Profit / User-Driven Discussion\n* [Ramble](https://ramble.pw/) - Privacy-Focused\n* [Discuit](https://discuit.org/) - Centralized Reddit Alt with User Control\n\n***\n\n## ▷ Reddit Search\n\n* [Reveddit](https://www.reveddit.com/) or [Reddit Uncensored](https://github.com/Fubs/reddit-uncensored) - View Deleted Reddit Posts / Comments\n* [New PullPush](https://ihsoyct.github.io/), [PullPush Search](https://search.pullpush.io/) or [Better Reddit Search](https://betterredditsearch.web.app/) - Advanced Reddit Search\n* [Redditle](https://redditle.com/) - Reddit-Only Google Search\n* [Arctic Shift](https://arctic-shift.photon-reddit.com/) - Reddit Archive Dump Search / [GitHub](https://github.com/ArthurHeitmann/arctic_shift)\n* [Reddit Dump Files](https://academictorrents.com/browse.php?search=stuck_in_the_matrix%2C+Watchful1%2C+RaiderBDev&sort_field=added&sort_dir=DESC) - Reddit Comment Archives\n* [redarcs](https://the-eye.eu/redarcs/) - Reddit Post Archive Tools / [Note](https://www.reddit.com/r/stupidpol/comments/13aaacn/psa_reddit_killed_pushshift_all_reddit_threads/)\n* [RedditMetis](https://redditmetis.com/), [Reddit-User-Analyser](https://reddit-user-analyser.netlify.app/) or [Redective](https://www.redective.com/) - Reddit Profile Information\n* [rComments](https://github.com/iampueroo/rComments) - Explore Comments / Replies without Clicking a Post\n* [ScrollDrop](https://scrolldrop.com/) - Reddit Media Crawler\n* [Wiki Downloader](https://github.com/michealespinola/reddit.wikidownloader) - Reddit Wiki Page Scraper\n* [Find on Reddit](https://chromewebstore.google.com/detail/find-on-reddit/jbcdpeekakanklckgooknpbonojhjncm) - Find Discussions of the Current URL\n\n***\n\n## ▷ Subreddit Discovery\n\n* 🌐 **[r/ListOfSubreddits](https://www.reddit.com/r/ListOfSubreddits/)** - Subreddits Index\n* ↪️ **[Multireddit Indexes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_multireddits)**\n* ⭐ **[Vizit](https://redditstuff.github.io/sna/vizit/)**, [sayit](https://anvaka.github.io/sayit/), [subreddit_map](https://www.jacobsilterra.com/subreddit_map/network/index.html) or [SubredditMentionsGraph](https://dmarx.github.io/SubredditMentionsGraph/network/) - Visualize Related Subreddits\n* [FindAReddit](https://www.findareddit.com/) - Get Subreddit Suggestions / [Subreddit](https://www.reddit.com/r/findareddit/)\n* [Subreddit Calculator](https://trevor.shinyapps.io/subalgebra/) or [redsim](https://anvaka.github.io/redsim/) - Find Similar Subreddits\n* [Map of Reddit](https://anvaka.github.io/map-of-reddit) or [Reddit Map](https://redditmap.social/) - Subreddit Maps\n* [subreddits](https://subreddits.org/) - Find Random Subreddits\n* [r/wowthissubexists](https://www.reddit.com/r/wowthissubexists/) - Find Niche Subreddits\n* [Subreddit Stats](https://subredditstats.com/) or [SubRanking](https://subranking.com/) - Subreddits Stats / Ranking\n\n***\n\n# ► Telegram Tools\n\n* 🌐 **[TDirectory](https://tdirectory.me/)**, [Telemetr](https://telemetr.io/en), [TGStat](https://tgstat.com/), [Awesome Telegram](https://github.com/ebertti/awesome-telegram) or [TelegramChannels](https://telegramchannels.me/) - Telegram Channel Indexes\n* 🌐 **[ComBot Groups](https://combot.org/top/telegram/groups)** - Top Telegram Groups Index\n* [Telegago](https://cse.google.com/cse?&cx=006368593537057042503:efxu7xprihg#gsc.tab=0), [2](https://cse.google.com/cse?cx=006249643689853114236:a3iibfpwexa), [Lyzem](https://lyzem.com/), [xTea](https://xtea.io/ts_en.html) or [TG-ME](https://www.tg-me.com/) - Telegram CSEs\n* [SaveRestrictedContentBot](https://github.com/vasusen-code/SaveRestrictedContentBot) - Save Restricted Content\n* [Telesco.pe](https://telesco.pe/) - Telegram Round Video Recorder\n* [TGCF](https://github.com/aahnik/tgcf) - Telegram Message Forwarding\n* [TheFeedReaderBot](https://thefeedreaderbot.com/) - RSS Reader\n* [tg-channel-cloner-workers](https://gitlab.com/ParveenBhadooOfficial/tg-channel-cloner-workers) - Clone Telegram Channels\n* [tasra](https://the-eye.eu/tasra/) - Telegram Channel Archive\n* [CHPic](https://chpic.su/), [Stickers Cloud](https://stickers.cloud/en), [ComBot Stickers](https://combot.org/telegram/stickers) or [moe_sticker_bot](https://t.me/moe_sticker_bot) - Telegram Sticker / Emojis\n\n***\n\n## ▷ Telegram Clients\n\n* ⭐ **[AyuGram](https://docs.ayugram.one/downloads/)** - Desktop Client / [Chat](https://t.me/ayugramchat) / [Telegram](https://t.me/ayugram) / [GitHub](https://github.com/AyuGram/AyuGramDesktop)\n* ⭐ **[Materialgram](https://kukuruzka165.github.io/materialgram/)** - Desktop Client / Portable\n* ⭐ **[Unigram](https://github.com/UnigramDev/Unigram)** - Desktop Client\n* [Forkgram](https://github.com/Forkgram/tdesktop) - Desktop Client\n* [64Gram](https://github.com/TDesktop-x64/tdesktop) - Desktop Client / [Telegram](https://t.me/tg_x64)\n* [VideoGram](https://vidogram.org/) - Desktop Client\n* [VanillaTG](https://t.me/VanillaTG) - Client Themes\n\n***\n\n## ▷ Telegram File Tools\n\n* ⭐ **[Teldrive](https://teldrive-docs.pages.dev/)** - File Manager / Uploader / [Discord](https://discord.com/invite/8QAeCvTK7G) / [GitHub](https://github.com/tgdrive/teldrive)\n* [tdl](https://docs.iyear.me/tdl/) - File Download / Upload Tool / [GitHub](https://github.com/iyear/tdl)\n* [File-Sharing-Bot](https://github.com/CodeXBotz/File-Sharing-Bot) / [Telegram](https://t.me/CodeXBotz), [TelegramCloud](https://github.com/iw4p/telegram-cloud), [easy_share_bot](https://t.me/easy_share_bot) or [UploadBot](https://t.me/uploadbot) - Upload Files to Telegram\n* [TG-FileStreamBot](https://github.com/EverythingSuckz/TG-FileStreamBot) - Telegram File Streaming\n* [MediaDownBot](https://t.me/mediadownbot), [WZML-X](https://github.com/SilentDemonSD/WZML-X), [Telegram Media Downloader](https://greasyfork.org/en/scripts/446342), [TopSaverBot](https://t.me/TopSaverBot), [CatdlBot](https://t.me/CatdlBot) or [DownloadsMasterBot](https://t.me/DownloadsMasterBot) - Media Downloaders\n* [Musvkrobot](https://t.me/musvkrobot) - Video Downloader\n* [GdriveXbot](https://t.me/TheGdriveXBot) or [google-drive-telegram-bot](https://github.com/viperadnan-git/) - Google Drive Upload Bots\n* [MEGA Uploader X](https://t.me/MegaUploadXbot) or [Mega-Bot](https://github.com/Itz-fork/Mega.nz-Bot) - Remote Mega File Upload Bot\n* [OneDrive X](https://t.me/onedrivexbot) - Remote OneDrive File Upload Bot\n* [telegram-download-daemon](https://github.com/alfem/telegram-download-daemon/) - Download Large Telegram Files\n* [convrt_bot](https://t.me/convrt_bot), [FileConvertBot](https://t.me/FileConvertBot), [newfileconverterbot](https://t.me/newfileconverterbot) or [pdfbot](https://t.me/pdfbot) - File Converters\n* [ILovePDF](https://github.com/nabilanavab/ilovepdf) - Telegram File to PDF Converter\n\n***\n\n## ▷ Telegram Bots\n\n* 🌐 **[BotsArchive](https://t.me/BotsArchive)**, [TelegramBotsList](https://danyspin97.github.io/TelegramBotsList/) or [borodutch.eth](https://borodutch.com/) - Telegram Bots Indexes\n* [Searchee Bot](https://t.me/SearcheeBot) - Telegram Channel Search Bot\n* [Rose](https://t.me/MissRose_bot) or [GroupHelpBot](https://t.me/GroupHelpBot) - Telegram Group Managers\n* [TediCross](https://github.com/TediCross/TediCross) - Telegram to Discord Bridge\n* [WatgBridge](https://github.com/akshettrj/watgbridge) - Telegram to WhatsApp Bridge\n* [Mautrix](https://github.com/mautrix/telegram) - Telegram to Matrix Bridge\n* [Callmebot](https://www.callmebot.com/) - Trigger Voice Calls or Chats\n* [Skeddy](https://skeddy.me/) - Telegram Reminder Bot\n* [Reddit2Telegram](https://github.com/Fillll/reddit2telegram) - Reddit Post Bot\n* [rss2tg_bot](https://t.me/rss2tg_bot) or [TheFeedReaderBot](https://t.me/TheFeedReaderBot) - RSS Feed Bots\n* [ShortUrlBot](https://t.me/ShortUrlBot) - Link Shortener Bots\n* [AiImageBot](https://t.me/AiImageBot) - Text to Image\n* [Shieldy Bot](https://t.me/shieldy_bot) - Spam Protection Bot / [GitHub](https://github.com/1inch/shieldy)\n* [r/TelegramBots](https://www.reddit.com/r/TelegramBots/) - Telegram Bots Discussion\n\n***\n\n# ► YouTube Tools\n\n* ⭐ **[PocketTube](https://pockettube.io/)** or [Kadium](https://kadium.kasper.space/) - Subscription Managers\n* [Youtube-shorts block](https://github.com/doma-itachi/Youtube-shorts-block) or [Shorts Deflector](https://evenevan.github.io/shorts-deflector/) / [GitHub](https://github.com/evenevan/shorts-deflector) - Play Shorts In The Normal Desktop Interface\n* [Remove YouTube Shorts](https://addons.mozilla.org/en-US/firefox/addon/remove-youtube-shorts/) or [Hide YT Shorts Filter List](https://github.com/gijsdev/ublock-hide-yt-shorts) - Hide YouTube Shorts\n* [YouTube Wrapped](https://videorecap.viewodyssey.com/) - Personal YouTube Rewind\n* [LocalTube Manager](https://localtubemanager.pages.dev/) - Subscribe, Like Videos, Make Playlists without Account / [GitHub](https://github.com/abhishekY495/localtube-manager)\n* [YouTube-Subscriptions-RSS](https://github.com/jeb5/YouTube-Subscriptions-RSS) - Export Subscriptions to RSS Feed\n* [YouTube Subscription History](https://xxluke.de/subscription-history/) - Subscription History Tracker\n* [MassYoutubeUnsubscriber](https://github.com/DomHeadroom/MassYoutubeUnsubscriber) - Bulk Remove YouTube Subscriptions\n* [YouTube Spammer Purge](https://github.com/ThioJoe/YT-Spammer-Purge) - Delete All YouTube Spam Comments / [Domain List](https://github.com/ThioJoe/YT-Spam-Lists)\n* [Playboard](https://playboard.co) or [Viewstats](https://www.viewstats.com/) - YouTube Channel Stats\n* [vidIQ](https://vidiq.com/extension/) - YouTube Viewership Data\n* [yt2pod](https://github.com/frou/yt2pod) - Create Podcasts from YouTube Channels\n* [SpeechChat](https://speechchat.com/) - Text to Speech Client\n* [songs-to-youtube](https://github.com/7x11x13/songs-to-youtube) - Convert Audio Files and Upload to YouTube\n* [YTSubConverter](https://github.com/arcusmaximus/YTSubConverter) - Styled YouTube Subtitles\n* [Amara](https://amara.org/en/) or [SubtitlesForYoutube](https://github.com/yashagarwal1411/SubtitlesForYoutube) - Import Local Subtitles to YouTube / [Edge](https://microsoftedge.microsoft.com/addons/detail/subtitles-for-youtube/gfjcoflghpdkddjnpegonjhnbngeocfi)\n* [ChatReplay](https://chatreplay.stream/) - Livestream Chat Replay\n* [LiveTL](https://kentonishi.com/LiveTL/) - Livestream Chat Translator\n* [YT Boost Chat](https://greasyfork.org/en/scripts/520755) or [YT RM3](https://greasyfork.org/en/scripts/521342) - Reduce YouTube Chat Memory Usage\n* [YT LiveChat Flusher](https://github.com/ys-j/YoutubeLiveChatFlusher) - Add Bullet Chatting (Danmaku) to Livestreams\n\n***\n\n## ▷ YouTube Customization\n\n* ⭐ **[Return YouTube Dislike](https://returnyoutubedislike.com/)** - View YouTube Dislikes / [Web App](https://haeri.github.io/youtube-dislike-viewer/) / [Discord](https://discord.com/invite/mYnESY4Md5)\n* ⭐ **[DeArrow](https://dearrow.ajay.app/)** - Reduce Sensationalism / Clickbait\n* ⭐ **[UnTrap](https://untrap.app/)**, [TubeMod](https://github.com/Pedro-Gregorio/TubeMod) or [Less Addictive YouTube](https://github.com/AlexisDrain/Less-Addictive-YouTube) - Distraction-Free YouTube\n* ⭐ **[VORAPIS](https://vorapis.pages.dev/)** - Classic YouTube Layout / Increased Performance / [Extra Themes](https://github.com/lightbeam24/StarTube) / [Discord](https://discord.com/invite/tBBZQMscag)\n* [ImprovedTube](https://improvedtube.com/), [YouTube Alchemy](https://greasyfork.org/en/scripts/521686), [Tweaks for YT](https://inzk.dev/tweaks-for-youtube/), [Magic Actions](https://www.chromeactions.com/), [⁠Control Panel for YouTube](https://soitis.dev/control-panel-for-youtube) / [GitHub](https://github.com/insin/control-panel-for-youtube), [YouTube Tweaks](https://addons.mozilla.org/en-US/firefox/addon/youtube-tweaks/) / [Chrome](https://chrome.google.com/webstore/detail/youtube-tweaks/oeakphpfoaeggagmgphfejmfjbhjfhhh) or [Enhancer for YT](https://www.mrfdev.com/enhancer-for-youtube) - YouTube Enhancement Extensions\n* [PKGA](https://greasyfork.org/en/scripts/442089) or [YouTube WideScreen](https://greasyfork.org/en/scripts/409893) - Improved YouTube Theater Mode\n* [YouTube Hide Watched](https://github.com/EvHaus/youtube-hide-watched) - Toggle Visibility of Watched Videos / Shorts\n* [Fast Forward YT Shorts](https://greasyfork.org/en/scripts/466438) - Add Seek Hotkeys to Shorts\n* [Thumbnail Rating Bar](https://github.com/elliotwaite/thumbnail-rating-bar-for-youtube) - Display Like / Dislike Ratio on Thumbnails\n* [YT Like-Dislike Shortcut](https://github.com/avi12/youtube-like-dislike-shortcut) - Add Like / Dislike Hotkeys\n* [YT: Not Interested](https://greasyfork.org/en/scripts/396936-yt-not-interested-in-one-click) - Show \"Not Interested\" and \"Don't Recommend\" Buttons\n* [YouTube Search Fixer](https://phoennix.gitlab.io/youtubesearchfix/) - Declutter Search Results / Homepage\n* [BlockTube](https://github.com/amitbl/blocktube) or [YTBlock](https://chromewebstore.google.com/detail/ytblock-block-any-content/nedcanggplmbbgmlpcjiafgjcpdimpea) - YouTube Content Blocker\n* [YouTube Fixes](https://greasyfork.org/en/scripts/405614) - YouTube Tweaks\n* [Restore Handle to Custom](https://greasyfork.org/en/scripts/468740) - Shows Display Name Instead of Handle\n* [Focused YouTube](https://github.com/makaroni4/focused_youtube) or [yt-neuter](https://github.com/mchangrh/yt-neuter) - Minimalist YouTube\n* [Non-Rounded Design](https://greasyfork.org/en/scripts/453802) - Revert YouTube's New Rounded Design\n* [Timestamped YouTube Comments](https://chromewebstore.google.com/detail/timestamped-youtube-comme/gnpppldhfbbagiaalkddddajadhlgofm) - View Timestamped Comments\n* [Tabview YouTube](https://greasyfork.org/en/scripts/501249) - View Comments / Info in Tab View\n\n***\n\n## ▷ Players / Frontends\n\n* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_youtube_apps)** / **[iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_ios_youtube_apps)** - Mobile YouTube Apps\n* ⭐ **[FreeTube](https://freetubeapp.io/)** - Local YouTube Frontend / [GitHub](https://github.com/FreeTubeApp/FreeTube)\n* ⭐ **[Invidious](https://invidious.io/)** or [Materialious](https://materialio.us/) - YouTube Frontend / [Instances](https://api.invidious.io/), [2](https://redirect.invidious.io/) / [TUI](https://github.com/darkhz/invidtui)\n* ⭐ **[GrayJay](https://grayjay.app/)** - YouTube, Twitch, Rumble, etc. / Avoid Playstore / [Guide](https://youtu.be/EnZrv37u66c) / [Plugins](https://plugins.grayjay.app/) / [Add Platforms](https://grayjay-sources.github.io/), [2](https://github.com/grayjay-sources/grayjay-sources.github.io), [3](https://gitlab.futo.org/videostreaming/plugins) / [GitLab](https://gitlab.futo.org/videostreaming/grayjay)\n* [YTCH](https://ytch.tv/), [Channel Surfer](https://channelsurfer.tv/) or [FreeTVz](https://freetvz.com/) - Random TV Style YouTube / Custom Channels\n* [YouTube Notes](https://instadeq.com/youtube-notes/) - YouTube Note-Taking Frontend\n* [Walrus](https://joinwalrus.tv/), [Sync-Tube](https://sync-tube.de/), [YouTube Party](https://youtubeparty.netlify.app/) or [Hergetto](https://hergetto.live/) - YouTube Watch Parties\n* [TwitchTheater](https://twitchtheater.tv/), [VidGrid](https://vidgrid.tk.gg/), [YouTube Multiplier](https://www.youtubemultiplier.com/) or [ViewSync](https://viewsync.net/) - Watch Multiple YouTube Videos\n* [YouTube Clone KMP](https://github.com/KhubaibKhan4/Youtube-Clone-KMP) - YouTube Frontend\n* [Piped](https://piped.private.coffee/) - YouTube Frontend / Requires Sign-Up / [GitHub](https://github.com/TeamPiped/Piped)\n* [youtube-local](https://github.com/user234683/youtube-local) or [yt-local](https://git.sr.ht/~heckyel/yt-local) - YouTube Frontend\n* [YouT-ube](https://www.yout-ube.com/) or [⁠MUI](https://muitube.com/) - Use YouTube Full Window Player\n* [Ytfzf](https://github.com/pystardust/ytfzf) or [YewTube](https://github.com/mps-youtube/yewtube) - Terminal YouTube Players\n* [VacuumTube](https://github.com/shy1132/VacuumTube) - TV Version of YouTube on PC\n\n***\n\n## ▷ Video Tools\n\n* ↪️ **[Video Adblockers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_adblocking)**\n* ↪️ **[Video Transcribers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25BA_subtitle_tools)**\n* ⭐ **[polsy.org.uk](https://polsy.org.uk/stuff/ytrestrict.cgi)** - Video Region Restriction Checker\n* [⁠YouTube No Translation](https://youtube-no-translation.vercel.app/) - Disable YouTube Auto Translations / [GitHub](https://github.com/YouG-o/YouTube_No_Translation)\n* [Video Resumer](https://addons.mozilla.org/en-US/firefox/addon/video-resumer/) - Remembers Where You Left Off in Video\n* [Jump Cutter](https://github.com/WofWca/jumpcutter) - Skip Silent Parts of Videos\n* [Rotate YouTube Video](https://addons.mozilla.org/en-US/firefox/addon/rotate-youtube-video/) - Rotate, Zoom, & Mirror Videos\n* [YouTube Upload Time](https://chromewebstore.google.com/detail/youtube-upload-time/nenoecmaibjcahoahnmeinahlapheblg) - Check Exact Upload Time/Date of Videos\n* [Annotations Data Archive](https://archive.org/details/youtubeannotations) - Restore Video Annotations\n* [YouTube Metadata](https://mattw.io/youtube-metadata/) - YouTube Video Metadata Viewer\n* [yt_clipper](https://github.com/exwm/yt_clipper) - Crop YouTube Videos / Create Clips\n* [Looptube](https://www.looptube.xyz/) - Loop YouTube Videos / Segments\n* [YourCodecs](https://github.com/undecV/YourCodecs) - Enable / Disable Player Codecs\n* [Video Speed Controller](https://github.com/igrigorik/videospeed) - Control Speed of YouTube Videos\n\n***\n\n## ▷ Playlist Tools\n\n* ⭐ **[playlists.at](https://playlists.at/)** - Playlist Creators / [Chrome Extension](https://chromewebstore.google.com/detail/drag-drop-playlist-creato/aklnkkbopjjemjlkffhamaepagbmblbg)\n* [TubeSync](https://github.com/meeb/tubesync) - Sync YouTube Channels / Playlists to a Media Server\n* [ytcc](https://github.com/woefe/ytcc) - Keep Track of Your Playlists\n* [Multiselect (Firefox)](https://addons.mozilla.org/en-US/firefox/addon/multiselect-for-youtube/) or [Multiselect (Chrome)](https://chromewebstore.google.com/detail/gpgbiinpmelaihndlegbgfkmnpofgfei) - Playlist Manager\n* [Export YT Playlists](https://export-youtube-playlist.vercel.app/) - Export Playlists to Excel, CSV, Text or Bookmark HTML ⁠\n* [Playlist Randomizer](https://playlist-randomizer.com/) - YouTube Playlist Randomizer\n* [playlist.tools](https://playlist.tools/) - Reverse YouTube Playlists\n* [YT Playlist Length](https://ytplaylist-len.sharats.dev/) / [2](https://ytplaylist-length.codingdeft.com/) or [Length Checker](https://youtube-playlist-length-calculator.onrender.com/) - Playlist Length Checkers\n* [YouTubePlaylistMerge](https://rentry.org/YouTubePlaylistMerge) - Playlist Merge Guide\n\n***\n\n## ▷ YouTube Downloaders\n\n* 🌐 **[YT-DL GUI Index](https://www.reddit.com/r/youtubedl/wiki/info-guis)** - List of YouTube Downloader GUIs\n* ↪️ **[Multi-Site Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_video_download)**\n* ⭐ **[Parabolic](https://github.com/NickvisionApps/Parabolic)** or [Tartube](https://tartube.sourceforge.io/) - Cross-Platform YT-DLP GUIs\n* ⭐ **[JDownloader](https://jdownloader.org/jdownloader2)** - YouTube Downloader App / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/jdownloader-warning.md)\n* ⭐ **[yt-dlp](https://github.com/yt-dlp/yt-dlp)** - YouTube CLI Downloader / [Commands](https://toolbrew.org/), [2](https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection) / [Discord](https://discord.gg/H5MNcFW63r)\n* ⭐ **[YoutubeDownloader](https://github.com/Tyrrrz/YoutubeDownloader)** - YouTube Downloader App\n* [Stacher](https://stacher.io/), [youtube-dl-gui](https://github.com/oleksis/youtube-dl-gui) or [Open Video Downloader](https://github.com/jely2002/youtube-dl-gui) - Cross-Platform YT-DL GUIs\n* [yt-dlp-gui](https://github.com/kannagi0303/yt-dlp-gui) / [Easy Installer](https://github.com/kazukikasama/youtube-dlp-gui-installer), [⁠Social Saver](https://socialsaver.site/) / [GitHub](https://github.com/VishalKaleria/social-saver/), [ytdlp-interface](https://github.com/ErrorFlynn/ytdlp-interface) or [Vividl](https://github.com/Bluegrams/Vividl) - YT-DLP GUIs\n* [Cube YouTube Downloader](https://github.com/database64128/youtube-dl-wpf) - YouTube-DL GUI\n* [YTDL-PATCHED](https://github.com/ytdl-patched/ytdl-patched) - YouTube CLI Downloader / YT-DLP Fork\n* [yoink.tools](https://yoink.tools/) - YouTube Downloader / Online / [GitHub](https://github.com/coah80/yoink)\n* [⁠YT1s](https://yt1s.com.co/) - YouTube Downloader / Online\n* [⁠YTDown](https://app.ytdown.to/en7/) - YouTube Downloader / Online\n* [CNVMP3](https://cnvmp3.com/) - YouTube Downloader / Online / [Subreddit](https://www.reddit.com/r/cnvmp3)\n* [SongCharts](https://dl2mp3.to/) - YouTube Downloader / Online\n* [⁠Wayback YouTube](https://www.waybackyt.download/) - Download Deleted YouTube Videos via Wayback Machine\n* [Pinchflat](https://github.com/kieraneglin/pinchflat), [MeTube](https://github.com/alexta69/metube), [YoutubeDL-Material](https://github.com/Tzahi12345/YoutubeDL-Material) or [yt-dlp Web UI](https://github.com/marcopiovanello/yt-dlp-web-ui) - Self-Hosted YT-DLP\n* [ytarchive](https://github.com/Kethsar/ytarchive) - YouTube Livestream Downloader\n* [Tube All Images](https://imageyoutube.com/) - Download YouTube Images\n* [YTThumbnailHD](https://ytthumbnailhd.com/), [YT-Thumbnail-Grabber](https://youtube-thumbnail-grabber.org/), [ThumbnailDownloader](https://www.thumbnaildownloader.art/) or [YT Thumbnail Grabber](https://youtube-thumbnail-grabber.com/) - Download Video Thumbnails\n* [youtube-comment-downloader](https://github.com/egbertbouman/youtube-comment-downloader) - Download YouTube Comments\n* [YT Subtitle Downloader](https://addons.mozilla.org/firefox/addon/youtube-subtitle-downloader/) - Download Video Subtitles / [GitHub](https://github.com/lockex1987/youtube-subtitle-downloader)\n\n***\n\n## ▷ YouTube Search\n\n* 🌐 **[YT Channel Spreadsheet](https://docs.google.com/spreadsheets/d/1xZm5BcQTYJx8sfSuqHExHtIOPtSfod8beHKtYzp8DxE/)** or **[YouTube_Channels](https://github.com/PrejudiceNeutrino/YouTube_Channels)** - YouTube Channel Indexes\n* ⭐ **[Favoree](https://www.favoree.io/)** or [ChannelCrawler](https://channelcrawler.com/) - Discover / Search YouTube Channels\n* ⭐ **[YouTube Advanced Search](https://playlists.at/youtube/search/)** - Search Engine\n* ⭐ **[Filmot](https://filmot.com/)** or [CTRL-F-VIDEO](https://github.com/Evan-Wildenhain/CTRL-F-VIDEO) - Search within YouTube Subs, Captsions & Transcripts / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/youtube-captions-search/) / [Chrome](https://chromewebstore.google.com/detail/youtube-captions-search/kimbeggjgnmckoikpckibeoaocafcpbg)\n* [comb.io](https://comb.io/), [clip.cafe](https://clip.cafe/), [InPhrase](https://inphrase.com/) or [Yarn](https://yarn.co/) - Clip / Phrase Search Engines\n* [yt-fts](https://github.com/NotJoeMartinez/yt-fts) - Full-Text Search of Subtitles from Channels / Videos\n* [Icono](https://www.icono-search.com/) - Description-Based Video Search / [Discord](https://discord.gg/RWv7bGKwHr)\n* [MW Geofind](https://mattw.io/youtube-geofind/location) or [TubeTrotter](https://www.tubetrotter.live/) - Find Geotagged Videos\n* [YT Comment Viewer](https://commentviewer.com/) / [GitHub](https://github.com/sameerdash2/comment-viewer), [CommentShark](https://www.commentshark.com/youtube-comment-searcher), [Hadzy](https://hadzy.com/) or [YCF](https://ytcomment.kmcat.uk/) - Comment Search / View Censored Comments\n* [Tokin](https://tokin.tv/) - Find Trending / Hidden Gem Videos\n* [IMG_0001](https://walzr.com/IMG_0001), [YTStalker](https://ytstalker.mov/), [Gloria o Devoto](https://gloriaodevoto.vercel.app/) or [Random Video](https://random-video.com/) - Find Random YouTube Videos\n* [YouTube’s Recycle Bin](https://docs.google.com/document/d/1mV5PhumaIJ8mtH8XmohqXkk5fjK_HlqcineMccPQm5A/) / [X](https://x.com/MingKasterMK/), [Project Random](https://0xbeef.co.uk/random), [ObscureTube](https://obscuretube.com/) or [petittube](https://petittube.com/fullscreen.php) - Find Videos with <100 Views\n* [Find-Unfinished-YT](https://rentry.co/find-unfinished-yt) - Find Partially Watched Videos\n\n***\n\n## ▷ YouTube Archiving\n\n* ⭐ **[YouTube Video Finder](https://findyoutubevideo.thetechrobo.ca/)** - Multi-Site Archive Search / Try Refreshing or Re-searching / [GitHub](https://github.com/TheTechRobo/youtubevideofinder/)\n* [Tubeup](https://github.com/bibanon/tubeup) - YouTube Video to IA Uploader\n* [Tube Archivist](https://www.tubearchivist.com/) - Self-Hosted YouTube Media Server / [GitHub](https://github.com/tubearchivist/tubearchivist)\n* [yark](https://github.com/Owez/yark) - YouTube Channel Archiver\n* [Filmot](https://filmot.com/unlistedSearch) - Search Unlisted Videos\n* [PreserveTube](https://preservetube.com/), [2](https://preservetube.net/), [3](https://preservetube.org/) or [Hobune](https://hobune.stream/) - YouTube Video Archives\n* [youtubecrawl](https://archive.org/details/youtubecrawl) - Captures of Pages from YouTube (IA)\n* [Filmot Title Restorer](https://greasyfork.org/en/scripts/430202-filmot-title-restorer), [quite a playlist](https://quiteaplaylist.com/) or [RecoverMy.Video](https://www.recovermy.video/) - Restore Titles of Deleted / Private Videos\n\n***\n\n# ► Twitch Tools\n\n* 🌐 **[Twitch Extensions](https://dashboard.twitch.tv/extensions/categories/43f48606-8b91-4149-94e6-02def012c79f)** - Twitch Extensions Index\n* ⭐ **[FrankerFacez](https://www.frankerfacez.com/)**, [BetterTTV](https://betterttv.com/) or [7TV](https://7tv.app/) - Twitch Enhancement Extensions\n* ⭐ **[TwitchNoSub](https://github.com/besuper/TwitchNoSub)**, [Sub-Vod](https://www.sub-vod.fr/) or [twitchnosub](https://twitchnosub.com/) - Watch Sub Only Twitch Videos\n* ⭐ **[Stream Scheme](https://www.streamscheme.com/)** - Livestreaming Guides / Resources\n* [⁠Twitch Gearbox](https://gearbox.crunchprank.net/twitch/filter.php) - Twitch Advanced Search \n* [Gumbo](https://github.com/seldszar/gumbo) or [Twitch-Live](https://github.com/yungsamd17/Twitch-Live) - Twitch Stream Trackers\n* [HypeTrigger](https://hypetrigger.io/) - Automatically Create Clips\n* [Twitch Clip Search](https://www.twitch-clip-search.com/) - Search for Clips\n* [VODarchive](https://vodarchive.com/) or [TwitchArchive](https://twitcharchive.com/) - Twitch Video Archives\n* [Twitch Previews](https://github.com/MarkM-dev/Previews-client) or [Previews](https://previews-app.com/) - Twitch Video Previews\n* [Unwanted Twitch](https://github.com/kwaschny/unwanted-twitch) - Hide Twitch Categories / Channels\n* [vTwitch](https://vtwitch.com/) - Show Chat Below Player\n* [JChat](https://www.giambaj.it/twitch/jchat/) - Show Twitch Chat on Screen\n* [Hide-Twitch-Chat-Users](https://github.com/mikeyaworski/Hide-Twitch-Chat-Users) - Hide Twitch Chat Users\n* [TwitchChatDanmaku](https://github.com/wheatup/TwitchChatDanmaku), [Transparent-Twitch-Chat](https://github.com/chylex/Transparent-Twitch-Chat) or [Transparent Twitch Chat Overlay](https://github.com/baffler/Transparent-Twitch-Chat-Overlay) - Transparent Twitch Chat\n* [Screenshot Twitch](https://github.com/eramdam/userscripts/blob/main/Screenshot%20Twitch.user.js) - Add Screenshot Button to Twitch\n* [Twitch Drops Miner](https://github.com/DevilXD/TwitchDropsMiner) - Auto Claim Twitch Drops\n* [TwitchRSS](https://twitchrss.appspot.com/) or [twitchrss](https://twitchrss.com/) - Twitch RSS Generators\n* [Streamlink Twitch GUI](https://github.com/streamlink/streamlink-twitch-gui) - Twitch Browser for Streamlink\n* [get stream](https://pwn.sh/tools/getstream.html) - Extract Twitch URLs\n* [Lurker.tv](https://www.lurker.tv/) - Discord Server-Based Twitch Stream Recs\n* [Twitch TV OBS Subtitles](https://github.com/stephenlb/twitch-tv-obs-subtitles/) - Add Subtitles to Twitch Stream\n* [StreamLadder](https://streamladder.com/) - Social Media Templates for Twitch Clips\n* [TwitchLeak](https://twitchleak.netlify.app/) - Twitch Top Earners Table\n* [TwitchQuotes](https://www.twitchquotes.com/) - Twitch Copypastas\n* [TwitchEmotes](https://twitchemotes.com/) - Global Twitch Emotes\n* [ChatGuessr](https://chatguessr.com/) - GeoGuessr for Twitch\n* [SullyGnome](https://sullygnome.com/), [TwitchInsights](https://twitchinsights.net/), [StreamCharts](https://streamscharts.com/) or [TwitchTracker](https://twitchtracker.com/) - Twitch Stats\n* [Rumble](https://rumble.com/) or [Kick](https://kick.com/) - Twitch Alternative\n\n***\n\n## ▷ Twitch Players\n\n* ⭐ **[Chatterino](https://chatterino.com/)** / [2](https://github.com/SevenTV/chatterino7), [Chatterino Homies](https://chatterinohomies.com/) or [Chatty](https://chatty.github.io/) - Twitch Chat Clients\n* [Orion](https://alamminsalo.github.io/orion/), [Twitch App](https://gitlab.com/linuxbombay/twitch-application/application) or [Tress](https://gitlab.com/Ignamarte/tress) - Twitch Desktop Clients\n* [SpeechChat](https://speechchat.com/) - Twitch Text to Speech Client\n* [Twineo](https://codeberg.org/CloudyyUw/twineo) - Twitch Frontend / Viewer\n* [Walrus](https://joinwalrus.tv/) - Make Twitch Watch Parties\n* [MultiTwitch.tv](https://multitwitch.tv/), [MultiTwitch.co](https://multitwitch.co/), [Twitch3D](https://hjjg200.github.io/twitch3d/), [Multi](https://multi.raredrop.co/), [MultiStre.am](https://multistre.am/), [MultiStreamer](https://multistreamer.lucidnet.app/) or [TwitchTheater](https://twitchtheater.tv/) - Twitch Multi-Stream\n* [Twitchls](https://twitchls.com/) - HTML5 Twitch Stream Player\n* [nobody.live](https://nobody.live/) or [Twitch Roulette](https://twitchroulette.net/) - Random Stream Roulette\n* Alternate Player for Twitch.tv - [Firefox](https://addons.mozilla.org/en-US/firefox/addon/twitch_5/) / [Chrome](https://chrome.google.com/webstore/detail/alternate-player-for-twit/bhplkbgoehhhddaoolmakpocnenplmhf) - Alternative Twitch Player\n* [Twitch Replay](https://www.twitch-replay.com/) - Twitch Video Player\n* [Twitch Lurker](https://github.com/mikeyaworski/Twitch-Lurker) - Twitch Stream Auto-Open\n\n***\n\n## ▷ Twitch Adblockers\n\n* 🌐 **[TwitchAdSolutions](https://github.com/pixeltris/TwitchAdSolutions)** - Solutions / Scripts for Blocking Twitch Ads / Archived\n* ⭐ **[AdGuard Extra](https://github.com/AdguardTeam/AdGuardExtra)** - Twitch Adblocker\n* ⭐ **[VAFT UBO Script](https://github.com/pixeltris/TwitchAdSolutions?tab=readme-ov-file#applying-a-script-ublock-origin)** - Twitch Adblocker\n* [TTV LOL PRO](https://github.com/younesaassila/ttv-lol-pro) - Twitch Adblocker / [Proxies](https://wiki.cdn-perfprod.com/v/v1/must-read/proxies)\n* [PurpleAdblock](https://github.com/arthurbolsoni/Purple-adblock) - Twitch Adblocker\n* [luminous-ttv](https://github.com/AlyoshaVasilieva/luminous-ttv) - Twitch Adblocker\n* [PurpleTV](https://purpletv.aeong.win/) / [Alpha](https://t.me/pubTwAlpha) / [Telegram](https://t.me/pubTw) or [TwitchAdBlock](https://github.com/level3tjg/TwitchAdBlock) - Mobile Ad-Free Twitch Apps\n\n***\n\n## ▷ Twitch Downloaders\n\n* [ClipsGameLab](https://clipsgamelab.github.io/#/download), [Twiclips](https://twiclips.com/) or [clipsey](https://clipsey.com/) - Video Downloaders\n* [twitch-dl](https://github.com/ihabunek/twitch-dl) or [twitch-downloader](https://github.com/jybp/twitch-downloader) - CLI Video Downloaders\n* [Twitch Downloader](https://github.com/lay295/TwitchDownloader) or [TwitchLink](https://twitchlink.github.io/) - Desktop Video Downloaders\n* [TwitchRecover](https://github.com/TwitchRecover/TwitchRecover) - Recover / View / Download Twitch Videos\n* [Twitch-Chat-Downloader](https://github.com/PetterKraabol/Twitch-Chat-Downloader) - Download Twitch Chat Messages\n\n***\n\n# ► Twitter/X Tools\n\n* ⭐ **[XCancel](https://xcancel.com/)**, [nitter](https://nitter.net/), [3](https://nitter.poast.org/) / [Instances](https://status.d420.de/), [2](https://github.com/zedeus/nitter/wiki/Instances), [⁠sotwe](https://www.sotwe.com/), [twstalker](https://twstalker.com/) or [⁠Twitter Viewer](https://xtwitterviewer.com/) - X.com Frontends / Viewers\n* ⭐ **[Trends24](https://trends24.in/)** or [GetDayTrends](https://getdaytrends.com/) - Trending Hashtags Trackers\n* ⭐ **[r/Twitter](https://reddit.com/r/Twitter)** - X.com Subreddit\n* [Typefully](https://typefully.com/) - Schedule Tweets\n* [Chirr App](https://getchirrapp.com/) - Turn Articles into X.com Threads / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/chirr-app/) / [Chrome](https://chromewebstore.google.com/detail/chirr-app/cmbconaimdngicdnbpjnjocbpkdpmfkg)\n* [Klear](https://klear.com/free-tools/find-twitter-influencers) - Find Influencers\n* [FollowerWonk](https://followerwonk.com/) - Find / Analyze / Optimize Followers\n* [Community Notes Leaderboard](https://community-notes-leaderboard.com/) - X.com Community Notes Leaderboard\n* [Osomenet](https://osome.iu.edu/tools/osomenet/) - Twitter Info Spread Data\n* [Twitter Mass Unfollow](https://github.com/luqmanoop/twitter-mass-unfollow) - X.com Unfollow Tool\n* [Twitter Detector](https://github.com/stilliard/Twitter-detector) - Detect X.com Link on a Page\n* [tweetXer](https://github.com/lucahammer/tweetXer) - Delete X.com Posts\n* [X.com Direct](https://greasyfork.org/en/scripts/404632) - Removes t.co Tracking from X.com\n\n***\n\n## ▷ Twitter/X Archiving\n\n* [Thread Safe](https://github.com/dkaslovsky/thread-safe) - Twitter Backup Tool\n* [TwitterMediaHarvest](https://github.com/EltonChou/TwitterMediaHarvest), [⁠twmd](https://github.com/mmpx12/twitter-media-downloader) or [InThisTweet](https://inthistweet.app/) - Twitter Media Downloaders\n* [Twitsave](https://twitsave.com/) or [sssTwitter](https://ssstwitter.com/) - Download Twitter Videos\n* [Pikaso](https://x.com/pikaso_me) - Twitter Screenshot Bot\n* [memory.lol](https://github.com/travisbrown/memory.lol/) - Twitter Account Archive\n* [Ghost Archive](https://ghostarchive.org/) or [Megalodon](https://megalodon.jp/) - Twitter Archive Services\n* [Twitter Archive Parser](https://github.com/timhutton/twitter-archive-parser) or [twitter-web-exporter](https://github.com/prinsss/twitter-web-exporter) - Tweet Archivers\n* [Twayback Machine](https://staringispolite.github.io/twayback-machine/) - View Users' Old Tweets\n* [TweetedAt](https://oduwsdl.github.io/tweetedat/) - View Tweet Dates\n\n***\n\n## ▷ Twitter/X Customization\n\n* ⭐ **[Control Panel for Twitter](https://soitis.dev/control-panel-for-twitter)** - Twitter Enhancement Extensions\n* [Minimal Twitter](https://typefully.com/minimal-twitter) - Minimal Twitter Themes\n* [OldTwitter](https://github.com/dimdenGD/OldTwitter) or [GoodTwitter2](https://github.com/Bl4Cc4t/GoodTwitter2) - Original Twitter Theme\n* [OldTweetDeck](https://github.com/dimdenGD/OldTweetDeck) - Twitter Dashboard\n* [Twitter Plus](https://greasyfork.org/en/scripts/387969) - View Twitter Images in Original Quality\n* [Twitter Demetricator](https://bengrosser.com/projects/twitter-demetricator/) - Remove All Twitter Metrics\n* [Thread Reader App](https://threadreaderapp.com/) - Unroll Twitter Threads / Search\n* [Hide Content Warning](https://greasyfork.org/en/scripts/437359) or [Disable Blur](https://userstyles.world/style/15658/) - Remove Sensitive Content Blur\n\n***\n\n## ▷ Bluesky Tools\n\n* 🌐 **[BlueskyDirectory](https://blueskydirectory.com/)** - Bluesky Resources\n* ⭐ **[Bluesky](https://bsky.app/)** - Federated Twitter Alternative / [App Directory](https://docs.bsky.app/showcase) / [Twitter Import](https://github.com/kawamataryo/sky-follower-bridge), [2](https://github.com/marcomaroni-github/twitter-to-bluesky) / [TUI](https://github.com/sugyan/tuisky) / [Dashboard](https://deck.blue/)\n* [DarkSky](https://github.com/FireCubeStudios/DarkSky) - Bluesky Client\n\n***\n\n# ► Facebook Tools\n\n* ⭐ **[Facebook Ad Filters](https://www.reddit.com/r/uBlockOrigin/wiki/solutions/#wiki_facebook)** - Facebook Filters\n* [FBPurity](https://www.fbpurity.com/) - Facebook Enhancement Extensions\n* [Social Tools](https://chromewebstore.google.com/detail/social-tools/llbdoljkknpjgfcnbnoiehjcgancpjmd) - Block \"Sending\" & \"Seen\" Facebook Chat Indicators\n* [⁠FB Login Wall Remover](https://greasyfork.org/en/scripts/548145) - Remove Facebook Login Wall\n* [Charcoal Dark Mode](https://chromewebstore.google.com/detail/charcoal-dark-mode-for-me/aaekanoannlhnajolbijaoflfhikcgng) - Facebook Messenger Dark Mode\n* [Facebook Matrix](https://plessas.net/facebookmatrix) - Facebook Search Formulas\n* [Graph.tips](https://graph.tips/beta/) - Advanced Facebook Search Tool\n* [WhoPostedWhat](https://whopostedwhat.com/) - Facebook Post Search\n* [FB.Zone](https://fb.zone/) - Color Themes for Facebook\n* [Remove FBclid](https://chromewebstore.google.com/detail/remove-fbclid-and-utm/ehkdoijaaigomfliimepliikhjkoipob) - Removes fbclid and utm_ Query Parameters in URLs\n* [News Feed Eradicator](https://west.io/news-feed-eradicator/) - Hide Facebook News Feed\n* [Lookup ID](https://lookup-id.com/) - Find Facebook ID\n* [Unlike-Everything](https://github.com/tlorien/Unlike-Everything-on-Facebook) - Remove All Facebook Likes\n\n***\n\n# ► Instagram Tools\n\n* [KittyGram](https://kittygr.am/), [2](https://instagram.fsky.io/), [3](https://kittygram.fsky.io/) / [.onion](http://instab6cpzrbczpkrvjj3gutly5qx3o2xzpyhlmtwthtzjmjw4tppvad.onion/) / [Codeberg](https://codeberg.org/irelephant/kittygram) or [Imginn](https://imginn.com) - Instagram Frontends\n* [otzberg](https://www.otzberg.net/iguserid/index.php) or [Find-User-ID](https://codeofaninja.com/tools/find-instagram-user-id/) - ID Finder\n* [Image Counter](https://openuserjs.org/scripts/darkred/Instagram_-_visible_images_counter) - Count Page Images\n* [InstaAddict](https://github.com/Androz2091/instaddict) - Instagram Addiction Test\n* [Unfollow-Everyone](https://github.com/tlorien/Unfollow-Everyone-on-Instagram) - Bulk Instagram Unfollow\n* [InstagramUnfollowers](https://davidarroyo1234.github.io/InstagramUnfollowers/) - Check Who Follows Back / [GitHub](https://github.com/davidarroyo1234/InstagramUnfollowers)\n* [Instagram Experiments Guide](https://github.com/daniiii5/Public-Guide)\n\n***\n\n## ▷ Viewers / Downloaders\n\n* ⭐ **[Instaloader](https://instaloader.github.io/) / [GitHub](https://github.com/instaloader/instaloader)** - CLI Downloader\n* [FastDL](https://fastdl.app/en2), [Weynstag](https://www.google.com/amp/s/weynstag.com/amp.php/) or [SaveFromWeb](https://www.savefromweb.com/) - Online Downloaders\n* [Dumpor](https://dumpor.io/) / [2](https://greatfon.io/), [anonyig](https://anonyig.com/) or [mollygram](https://mollygram.com/) - Anonymous Story / Profile Viewers\n* [IG Helper](https://greasyfork.org/en/scripts/404535) / [GitHub](https://github.com/SN-Koarashi/ig-helper/) or [IG Download Button](https://greasyfork.org/en/scripts/406535-instagram-download-button) - Userscripts\n* [ESUIT](https://chromewebstore.google.com/detail/esuit-photos-downloader-f/adighedbfmnpjcjlloooichmbjdefane) - Chrome Extension\n\n***\n\n# ► Blogging Tools\n\n* ⭐ **[Bear Blog](https://bearblog.dev/)** / [GitHub](https://github.com/HermanMartinus/bearblog), **[⁠TinyBones](https://tinybones.pages.dev/)** / [GitHub](https://github.com/itzcozi/tinybones), [Mataroa](https://mataroa.blog/), [btw](https://www.btw.so/) / [Discord](https://discord.com/invite/vbDysPXJuF) / [GitHub](https://github.com/btw-so/btw)\n or [smol.pub](https://smol.pub/) / [Key](https://m15o.ichi.city/smolpub/key-request.html) - Minimalist Blogging Platforms\n* [Telescope](https://telescope.ac/) - Publishing Platform\n* [Dreamwidth](https://www.dreamwidth.org/) - Blogging Platform\n* [Haven](https://havenweb.org/) or [WriteFreely](https://writefreely.org/) - Self-Hosted Blogging Platforms\n* [Notepin](https://notepin.co/) - Anonymous Blogging Platform\n* [Hexo](https://hexo.io/) - Static Blog Template / [Themes](https://hexo.io/themes/) / [GitHub](https://github.com/hexojs/hexo)\n* [Zonelets](https://zonelets.net/) - Static Blog Template\n* [twtxt](https://github.com/buckket/twtxt) - Decentralized Minimalist Microblogging Service\n* [Emanates Docs](https://emanates.deepjyoti30.dev/) - Make GitHub-Based Blogs\n* [CoverView](https://coverview.vercel.app/) - Blog Banner Creator\n\n***\n\n# ► Tumblr Tools\n\n* [Tumlook](https://www.tumlook.com/), [Tumgik](https://www.tumgik.com/) or [PriviBlur](https://github.com/syeopite/priviblur) - Tumblr Frontends\n* [Pillowfort](https://www.pillowfort.social/) - Tumblr Alternatives\n* [tumblr-utils](https://github.com/cebtenzzre/tumblr-utils) - Tumblr Utilities\n* [XKit](https://github.com/AprilSylph/XKit-Rewritten) - Tumblr Enhancement Extension\n* [tumbex](https://www.tumbex.com/) - Tumblr Search\n* [Outbox for Tumblr](https://github.com/AprilSylph/Outbox-for-Tumblr) - Tumblr Outbox\n* [TumblrOriginalPostFinder](https://jetblackcode.com/TumblrOriginalPostFinder) - Tumblr Post Finder\n* [Tumbl Backup Guide](https://docs.google.com/document/d/1yBWlk-yEgpSoEh3c9oLhz_kbLtUGqbqzOpCtJsvQgjI/) or [TumblThree](https://tumblthreeapp.github.io/TumblThree/) - Tumblr Backup Tools\n* [Palettes for Tumblr](https://github.com/AprilSylph/Palettes-for-Tumblr) - Tumblr Palettes\n* [Filtering Plus](https://github.com/AprilSylph/Filtering-Plus) - Improved Filtering\n\n***\n\n# ► Fediverse Tools\n\n* 🌐 **[Fediverse.Party](https://fediverse.party/)** - Fediverse Software Index\n* ⭐ **[Fediverse Observer](https://fediverse.observer/)** - Fediverse Instances\n* [Nostr](https://nstart.me/) - Twitter Alternative / [Apps](https://nostrapps.com/) / [Resources](https://nostr.net/)\n* [FediDB](https://fedidb.org/) or [The Federation](https://the-federation.info/) - Network Statistics\n* [Fedi.Tips](https://fedi.tips/) - Fediverse Guide\n* [FediSearch](https://fedi-search.com/) - Fediverse Search\n* [Fedi.Garden](https://fedi.garden/) - Curated User Directory\n* [Fediverse People Directory](https://fediverse.info/explore/people) - Self-Submitted User Directory\n* [Hubzilla Public Sites](https://hubzilla.org/pubsites) - Hubzilla Instances\n* [Friendica Directory](https://dir.friendica.social/servers) - Friendica Instances\n* [Lemmy](https://join-lemmy.org/) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media/#wiki_.25B7_lemmy_tools), [Mastodon](https://joinmastodon.org/) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media/#wiki_.25B7_mastodon_tools), [Diaspora](https://diasporafoundation.org/) or [Friendica](https://friendi.ca) - Decentralized Social Networks\n* [FediverseRedirect](https://github.com/zacharee/MastodonRedirect) - Frontend Redirect\n* [Bridgy Fed](https://fed.brid.gy/) - Fediverse Bridge\n* [PodcastAP](https://podcastap.com/) - Podcast Feed Bridge\n* [The Fediverse Report](https://fediversereport.com/) - Fediverse News\n* [FediBuzz](https://fedi.buzz/in/en) - Fediverse Trends\n\n***\n\n## ▷ Mastodon Tools\n\n* 🌐 **[Awesome Mastodon](https://hueyy.github.io/awesome-mastodon/)**, [2](https://github.com/hyperupcall/awesome-mastodon) - Mastodon Resources\n* ⭐ **[instances.social](https://instances.social/)** or [Mastodon Near Me](http://mastodon-near.me/) - Mastodon Instances\n* ⭐ **[Mastodon Apps](https://joinmastodon.org/apps)** - Mastodon Client List\n* [Phanpy](https://phanpy.social/) / [GitHub](https://github.com/cheeaun/phanpy) or [Mastodeck](https://mastodeck.com/) - Mastodon Clients\n* [Fediwall](https://fediwall.social/) - View Public Timelines / Hashtags\n* [Followgraph](https://followgraph.vercel.app/) or [StreetPass](https://streetpass.social/) - Find Mastodon Users\n* [MastoGizmos](https://mastogizmos.com/) - Mastodon Search Tools\n* [western.social](https://western.social/) - User Search\n* [Tootfinder](https://www.tootfinder.ch/) - Opt-In Full Text Search\n* [Mastodon Scheduler](https://scheduler.mastodon.tools/) or [FediPlan](https://plan.fedilab.app/) - Schedule Posts\n* [Mastodon List Manager](https://www.mastodonlistmanager.org/main) or [Mastodon Lists Manager](https://mastodon-lists-manager.huey.xyz/) - Bulk List Editors\n* [Mastodon Share Bookmarklet Creator](https://eai04191.github.io/mastodon-share-let-maker/index.html) - Quick Share Bookmarklet\n* [fedv.link](https://fedv.link/) - Mastodon Link Redirect\n* [Mastodon Embed Timeline](https://gitlab.com/idotj/mastodon-embed-timeline) or [Mastofeed](https://mastofeed.com/) - Embedded Mastodon Feeds\n* [Cheap Bots, Toot Sweet!](https://cheapbotstootsweet.com/) - Create Bots\n* [emojos.in](https://emojos.in/) - Mastodon Custom Emoji Lists\n* [MastoMetrics](https://mastometrics.com/) - Mastodon Analytics\n\n***\n\n## ▷ Lemmy Tools\n\n* ⭐ **[Lemmy Explorer](https://lemmyverse.net/)** or [Awesome Lemmy Instances](https://github.com/Fedihosting-Foundation-Forks/awesome-lemmy-instances) - Lemmy Instances\n* ⭐ **[Lemmy Apps](https://join-lemmy.org/apps)** - Lemmy Client List\n* ⭐ **[Divisions by zero](https://lemmy.dbzer0.com/)** - Piracy Focused Instance\n* [Quiblr](https://quiblr.com/) - Lemmy Instance Browser / [GitHub](https://github.com/Technicolor-Dreamcoat/Quiblr)\n* [LemmyTools](https://github.com/howdy-tsc/LemmyTools) - Lemmy Improvement Extension\n\n***\n\n## ▷ Pixelfed Tools\n\n* 🌐 **[Pixelfed Apps](https://pixelfed.org/mobile-apps)** - Pixelfed Client List\n* [The Federation Pixelfed](https://the-federation.info/platform/26) - Pixelfed Instances\n* [FediDB Pixelfed](https://fedidb.org/software/pixelfed) - Pixelfed Instances\n* [Fediverse Observer Pixelfed](https://pixelfed.fediverse.observer/list) - Pixelfed Instances\n* [Pixelfed.social](https://pixelfed.social/) - Pixelfed Instance\n\n***\n\n## ▷ Peertube Tools\n\n* 🌐 **[Peertube Apps](https://docs.joinpeertube.org/use/third-party-application)** - Peertube Client List\n* [Sepia Search](https://joinpeertube.org/browse-content), [2](https://sepiasearch.org/) - Peertube Search Engine\n* [Peertube Instances](https://joinpeertube.org/instances), [2](https://instances.joinpeertube.org/instances) - Peertube Instances\n* [The Federation Peertube](https://the-federation.info/platform/29) - Peertube Instances\n* [FediDB Peertube](https://fedidb.org/software/peertube) - Peertube Instances\n* [Fediverse Observer Peertube](https://peertube.fediverse.observer/list) - Peertube Instances\n\n***\n\n# ► 4chan Tools\n\n* [4chan X](https://www.4chan-x.net/), [SpookyX](https://github.com/Fiddlekins/SpookyX) or [Dollchan](https://dollchan.net/) - Enhancement Extensions\n* [Lurka](https://github.com/AdamSalma/Lurka) - Desktop Client\n* [Kuroba](https://github.com/Adamantcheese/Kuroba) or [Chan](https://github.com/moffatman/chan) - 4chan Mobile Apps\n* [RedditChan](https://reddit-chan.vercel.app/) - Reddit Style 4chan Web Client\n* [4Webm](https://www.4webm.org/) - Load All Webm Videos in 4chan Thread\n* [4stats](https://4stats.io/) - 4chan Board / Thread Stats\n* [Mass Reply](https://github.com/HamletDuFromage/4chan-mass-reply) or [Reply All](https://gitlab.com/lucadou/4chan-reply-all) - Mass Reply on 4chan\n* [Anon Files Names](https://greasyfork.org/en/scripts/435220) - Anonymizes File Names\n* [4chan GhostPostMixer](https://github.com/g-gundam/4chan-ghostpostmixer) - Interleave Deleted Posts from Archives\n* [4chan Captcha Solver](https://github.com/drunohazarb/4chan-captcha-solver) - Auto Captcha Solvers\n* [Bypass Derefer](https://greasyfork.org/en/scripts/451259) - Remove Link Derefer\n* [Extra Flags for 4chan](https://gitlab.com/flagtism/Extra-Flags-for-4chan) - Add More Flags to 4chan\n* [ss21](https://github.com/saxamaphone69/ss21), [OneeChan](https://github.com/KevinParnell/OneeChan) or [4cheddit](https://greasyfork.org/en/scripts/16672) - 4chan Themes\n\n***\n\n## ▷ 4chan Archives\n\n* **Note** - Keep in mind that some of these contain both SFW and NSFW content.\n\n***\n\n* [4chanSearch](https://4chansearch.com/) or [4search](https://4search.neocities.org/) - Search 4chan Archives\n* [4rchive](https://4rchive.org/), [sup/tg/](https://suptg.thisisnotatrueending.com/), [Palanq.win](https://archive.palanq.win/), [AyaseQuart](https://ayasequart.org/fts), [Desuarchive](https://desuarchive.org/), [arch.b4k](https://arch.b4k.dev/), [Archived.Moe](https://archived.moe/) or [The /b/ Archive](https://thebarchive.com/) - Misc 4chan Archives\n* [Oldfriend Archive](https://old.sage.moe/) - 2004 - 2014 Archive\n* [Ten Billion](https://archive.org/details/4chan_threads_archive_10_billion) or [4Museum](https://4museum.neocities.org/) - 2006 - 2008 Archive\n* [Archive.4plebs](https://archive.4plebs.org/) - 2013 - 2023 Archive\n* [BibAnon](https://vyrd.bibanon.org/) - Vyrd's Archive\n* [Yotsuba Catalog](https://catalog.neet.tv/) - Yotsuba Archive\n"
  },
  {
    "path": "docs/startpage.md",
    "content": "---\nlayout: false\ntitle: Startpage\npageClass: startpage-custom-styling\n---\n\n<script setup>\nimport StartPage from './.vitepress/theme/components/startpage/Startpage.vue'\n</script>\n\n<StartPage />\n"
  },
  {
    "path": "docs/storage.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n## App / Site Mockups\n\n* [Mockoops](https://mockoops.mohitya.dev/) - Animated Mockups\n* [Really Good Emails](https://reallygoodemails.com/) - Product Email Mobile Designs and Templates\n* [Screen from Traction](https://screen.traction.one/) - Create App Screenshots\n\n[PostSpark](https://postspark.app/), [Previewed](https://previewed.app/), [Mockup World](https://www.mockupworld.co/), [DeviceShots](https://deviceshots.com/), [DeviceFrames](https://deviceframes.com/), [shots.so](https://shots.so/), [medialoot](https://medialoot.com/free-mockups/), [MockMagic](https://www.mockmagic.com/), [zippypixels](https://zippypixels.com/), [Mockuphone](https://mockuphone.com/), [TheMockupClub](https://themockup.club/), [RiseShot](https://www.riseshot.com/), [Upmock](https://www.upmock.io/), [LS Graphics](https://www.ls.graphics/), [Picasso](https://getpicasso.com/), [minimalmockups](https://www.minimalmockups.com/), [mrmockup](https://mrmockup.com/free-mockups/), [mockupnest](https://mockupnest.com/), [Jam Mockup](http://t.me/+Hp5DjFnpWXdhMTBi)\n\n***\n\n## Chemistry Lessons\n\n* [Video-Tutor](https://www.video-tutor.net/) / [YT](https://youtube.com/@theorganicchemistrytutor)\n* [Tyler DeWitt](https://www.youtube.com/user/tdewitt451)\n* [Allery Chemistry](https://www.youtube.com/channel/UCPtWS4fCi25YHw5SPGdPz0g)\n* [Khan Academy AP Chemistry](https://www.khanacademy.org/science/ap-chemistry-beta)\n* [Organic Chemistry etext](https://www.chem.ucalgary.ca/courses/351/Carey5th/Carey.html)\n* [PeriodicVideos](http://www.periodicvideos.com/)\n\n***\n\n## CSS Framework Tools\n\n* 🌐 **[Awesome CSS Frameworks](https://github.com/troxler/awesome-css-frameworks)** - CSS Frameworks Index\n* 🌐 **[Classless CSS](https://github.com/dbohdan/classless-css)** - Classless CSS Themes & Frameworks\n* 🌐 **[Awesome TailwindCSS](https://github.com/aniftyco/awesome-tailwindcss)** - Tailwind CSS Resources\n* ⭐ **[Tailwind CSS](https://tailwindcss.com/)**, [⁠Panda CSS](https://panda-css.com//) / [GitHub](https://github.com/chakra-ui/panda), [Bulma](https://bulma.io/) or [UnoCSS](https://unocss.dev/) - CSS Frameworks\n* [Tailwind Toolbox](https://tailwindtoolbox.com/) - Tailwind Starter Templates & Components\n* [daisyUI](https://daisyui.com/), [Float UI](https://floatui.com/) / [GitHub](https://github.com/MarsX-dev/floatui), [Aceternity UI](https://ui.aceternity.com/) or [Tailspark](https://tailspark.co/) - Tailwind CSS Components\n* [TailBlocks](https://tailblocks.cc/) - Ready-to-use Tailwind CSS Blocks\n* [Terminal CSS](https://terminalcss.xyz/) - Terminal-style CSS Framework\n\n***\n\n## Data Visualization Tools\n\n* ⭐ **[RAWGraphs](https://app.rawgraphs.io/)** / [GitHub](https://github.com/rawgraphs/rawgraphs-app)\n* ⭐ **[draw.io](https://www.drawio.com/)** / [GitHub](https://github.com/jgraph/drawio)\n* ⭐ **[Kroki](https://kroki.io/#try)** - Text to Diagrams / [CLI](https://github.com/yuzutech/kroki-cli)\n* ⭐ **[DataVizCatalogue](https://datavizcatalogue.com/)** - Data Visualization Wiki\n* [flowchart fun](https://flowchart.fun/) - Generate Flowchart from Text / [GitHub](https://github.com/tone-row/flowchart-fun)\n* [Pie Chart Maker](https://piechartmaker.co/), [2](https://www.piechartmaker.me/) - Create Pie Charts\n* [Bar Graph Maker](https://www.bargraphmaker.net/) - Create Bar Graphs\n* [Vinnslu](https://maltsev.github.io/vinnslu/) - Tabular Data Parser\n* [Cascii](https://cascii.app/) / [GitHub](https://github.com/casparwylie/cascii-core), [Bob Editor](https://ivanceras.github.io/bob-editor/), [ASCII Flow](https://asciiflow.com/) or [tree](https://tree.nathanfriend.com/) - Create ASCII Diagrams\n* [SVGBob Editor](https://ivanceras.github.io/svgbob-editor/) - Convert ASCII Diagrams to SVG Images\n* [UMLet](https://www.umlet.com/) or [JDL Studio](https://start.jhipster.tech/jdl-studio/) - UML Diagrams Generators / Creators\n* [PlantText](https://www.planttext.com/) - UML Editor\n\n[DGM](https://dgm.sh/), [⁠MakeGraph](https://makegraph.app/), [DrawDB](https://www.drawdb.app/) / [Discord](https://discord.gg/BrjZgNrmR6), [Data GIF Maker](https://datagifmaker.withgoogle.com/), [Flourish](https://flourish.studio/), [Datawrapper](https://www.datawrapper.de/), [chartd](https://www.chartd.co/), [Chart.xkcd](https://timqian.com/chart.xkcd/), [QuickChart](https://quickchart.io/), [Percival](https://percival.ink/), [amCharts](https://live.amcharts.com/), [ACME Chartmaker](https://acme.com/chartmaker/), [ParaView](https://www.paraview.org/), [Dia](http://dia-installer.de/), [yEd Live](https://www.yworks.com/yed-live/), [Mermaid](https://mermaid.live/) / [Terminal Render](https://mermaid-ascii.art/), [LineGraphMaker](https://linegraphmaker.co/), [SwimLanes](https://swimlanes.io/), [Quiver](https://q.uiver.app/), [Gephi](https://gephi.org/), [Graphviz](https://graphviz.org/) / [Editor](https://edotor.net/), [Graphonline](https://graphonline.top/en/), [Diagramify](https://diagramify.agiliq.com/), [Charts Builder](https://charts.hohli.com/), [diagramgpt](https://www.eraser.io/diagramgpt), [text2diagram](https://text2diagram.com/), [SankeyMATIC](https://sankeymatic.com/), [histogrammaker](https://histogrammaker.net/), [flowgorithm](http://flowgorithm.org/), [Chart Builder](https://textquery.app/tools/chart-builder/), [⁠JSON Crack](https://jsoncrack.com/) / [GitHub](https://github.com/AykutSarac/jsoncrack.com), [PlantUML](https://www.plantuml.com/)\n\n***\n\n## Design Resources\n\n* 🌐 **[Evernote.Design](https://www.evernote.design/)** - Design Resources\n* 🌐 **[The People's Design Library](https://rentry.co/FMHYB64#design-resources)** - Design Resources\n* 🌐 **[Design Resources](https://rentry.co/dt92f)**\n\n[design-resources-for-developers](https://github.com/bradtraversy/design-resources-for-developers), [Freebies.ByPeople](https://freebies.bypeople.com/), [Design Bundles](https://designbundles.net/free-design-resources), [Design Resources](https://designresourc.es/), [PSDDD.co](https://psddd.co/), [GraphicsFuel](https://www.graphicsfuel.com/), [Pixeden](https://www.pixeden.com/), [Sketch Repo](https://sketchrepo.com/), [Interfacer](https://interfacer.xyz/), [Freebiesbug](https://freebiesbug.com/), [Sketch App Sources](https://www.sketchappsources.com/), [FreebiesUI](https://freebiesui.com/), [Creative Fabrica](https://www.creativefabrica.com/freebies/), [Toools.design](https://www.toools.design/) / [2](https://t.me/envatoss) / [3](https://t.me/elements_downloader_bot), [Evernote.Design](https://www.evernote.design/), [GFXTRA](https://www.gfxtra31.com/), [XSGames](https://xsgames.co/devassets/), [design.dev](https://design.dev/), [UI STORE DESIGN](https://www.uistore.design/), [Charco](https://www.charco.design/), [Pixelbuddha](https://pixelbuddha.net/), [squax](https://t.me/squaxassets), [𝖌𝖗𝖕𝖍𝖈 𝖉𝖘𝖌𝖓 𝖇𝖆𝖈𝖐𝖚𝖕](https://t.me/designlabb), [all 4 designer](https://t.me/all4designer), [GFXMountain](https://gfxmountain.com/), [degreeless](https://www.degreeless.design/), [CraftWork](https://craftwork.design/catalog/freebies), [Gift4Designer](https://gift4designer.net/)\n\n***\n\n## Digital Art Collections\n\n* ⭐ **[VADS](https://vads.ac.uk/digital/)**\n* ⭐ **[Arts and Culture](https://artsandculture.google.com/)**\n\n[Painting Index](https://index-of.eu/Paintings/), [strauh.al](https://strauh.al/), [⁠The Met](https://www.metmuseum.org/art/collection), [rijksstudio](https://www.rijksmuseum.nl/en/rijksstudio), [Haltadefinizione](https://www.haltadefinizione.com/en/), [Artcyclopedia](http://www.artcyclopedia.com/), [The Wolfman Museum of Art](https://wolfmanmuseum.org/), [DarkClassics](https://darkclassics.blogspot.com/), [European Art](https://photos.app.goo.gl/q5GRdpSvARAqhbSh6), [The Watercolour World](https://www.watercolourworld.org/), [Museo](https://museo.app/), [Arthur](https://arthur.io/), [WGA](https://www.wga.hu/), [Gallerix](https://gallerix.org/), [WikiArt](https://www.wikiart.org/), [Public Work](https://public.work/), [Public Domain Image Archive](https://pdimagearchive.org/), [V&A](https://www.vam.ac.uk/), [Louvre](https://collections.louvre.fr/en/), [Artchive](https://www.artchive.com/), [S.D. Cason](https://sdcason.com/categories/), [Frick](https://www.frick.org/art), [RCT](https://www.rct.uk/collection/), [Artic](https://www.artic.edu/collection), [Artvee](https://artvee.com/), [MoMA](https://www.moma.org/collection/), [Guggenheim](https://www.guggenheim.org/collection-online), [Deutsche Digitale](https://www.deutsche-digitale-bibliothek.de/?lang=en), [NGA](https://www.nga.gov), [Semantic Art Search](https://semantic-art-search.com/) / [GitHub](https://github.com/KristianMSchmidt/semantic-art-search), [Gardner Museum](https://www.gardnermuseum.org/experience/collection), [Centre Pompidou](https://www.centrepompidou.fr/en/collection), [NPG](https://www.npg.org.uk/collections/), [Ashmolean](https://www.ashmolean.org/collections-online)\n\n***\n\n## Digital Brushes\n\n[gfxfever](https://www.gfxfever.com/), [fbrushes](https://fbrushes.com/), [brushes_and_patterns](https://t.me/brushes_and_patterns), [myphotoshopbrushes](https://myphotoshopbrushes.com/), [brusheezy](https://www.brusheezy.com/brushes), [brushking](https://www.brushking.eu/), [tala](https://t.me/tala_photoshop_brushes), [BrushBase](https://t.me/brushbase), [⁠daBrushes](https://dabrushes.com/)\n\n***\n\n## Dynamic DNS Services / Subdomains\n\n* ⭐ **[Cloudflare DNS](https://www.cloudflare.com/application-services/products/dns/)**\n* ⭐ **[deSEC](https://desec.io/)**\n\n[DuckDNS](https://www.duckdns.org/), [ClouDNS](https://www.cloudns.net/), [FreeDNS](https://freedns.afraid.org/) / [Warning](https://freedns.afraid.org/queue/explanation.php), [dynu](https://dynu.com/), [NoIP](https://www.noip.com/), [myaddr](https://myaddr.tools/), [nsupdate](https://www.nsupdate.info/) / [GitHub](https://github.com/nsupdate-info/nsupdate.info)\n\n### Subdomains Services\n\n[DigitalPlat](https://domain.digitalplat.org/) / [GitHub](https://github.com/DigitalPlatDev/FreeDomain), [is-a.dev](https://www.is-a.dev/), [JS.ORG](https://js.org/), [TheDev](https://thedev.id/), [GetFreeDomain](https://www.getfreedomain.name/)\n\n***\n\n## EmulatorJS / NeptunJS\n\n* **Note** - These serve as frontends for the EmulatorJS + NeptunJS emulator APIs.\n\n***\n\n* [PlayRetroGames](https://playretrogames.net/) - Retro Consoles / EmulatorJS / [Discord](https://discord.gg/qw9caq2qEg)\n* [RetroGames.cc](https://www.retrogames.cc/) - Retro Consoles / EmulatorJS\n* [OldGameShelf](https://oldgameshelf.com/) - Retro Consoles / EmulatorJS\n* [RetroGamesNexus](https://retrogamesnexus.com/) - Retro Consoles / EmulatorJS\n* [ClassicGameZone](https://classicgamezone.com/) - Retro Consoles / EmulatorJS\n* [Pegasus Online](https://pegasus-online.pl/en/) - Retro Consoles / EmulatorJS\n* [LetsPlayGB](https://www.letsplaygb.com/) - Game Boy / EmulatorJS\n* [Play NES](https://www.playnesonline.com/) - NES Browser Emulator / EmulatorJS\n* [Let's Play Sega](https://www.letsplaysega.com/) - Sega Genesis Browser Emulator / EmulatorJS\n* [Mega Drive Emulator](https://megadrive-emulator.com/) - Sega Megadrive Browser Emulator / EmulatorJS\n* [PlayRetroGames](https://www.playretrogames.com/) - Retro Consoles / NeptunJS\n* [PlayEmulator](https://playemulator.online/) - Retro Consoles / NeptunJS\n* [8bbit](https://www.8bbit.com/) - NES Browser Emulator / NeptunJS\n* [NeoGeoFun](https://www.neogeofun.com/) - Neo Geo Browser Emulator / NeptunJS\n\n***\n\n## Free DNS Resolvers\n\n* 🌐 **[Public DNS indexes](https://www.publicdns.xyz/)** / [2](https://acavalin.com/p/free_dns) / [3](https://publicdnsserver.com/) / [4](https://public-dns.info/)\n* ⭐ **[Cloudflare 1.1.1.1](https://developers.cloudflare.com/1.1.1.1/ip-addresses/)**\n* ⭐ **[Quad9](https://quad9.net/)** - Malware, Phishing, Spyware & Botnet DNS Protection\n* ⭐ **[Mullvad](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls)** - Ads, Trackers, Adult, Malware, Gambling & Social Media DNS Protection\n* [NextDNS](https://nextdns.io) / [2](https://adguard-dns.io/kb/general/dns-providers/#nextdns)\n* [Rethink DNS](https://rethinkdns.com/configure)\n* [Unbound](https://www.nlnetlabs.nl/projects/unbound/) / [GitHub](https://github.com/NLnetLabs/unbound)\n* [Bancuh](https://bancuh.com/) / [GitHub](https://github.com/ragibkl/adblock-dns-server)\n* [AdGuard](https://adguard-dns.io/en/public-dns.html) / [GitHub](https://github.com/AdguardTeam/AdguardSDNSFilter)\n* [DNS for Family](https://dnsforfamily.com/)\n* [Hurricane Electric](https://dns.he.net/)\n* [UncensoredDNS](https://blog.uncensoreddns.org/dns-servers/)\n* [dns.sb](https://dns.sb/)\n\n***\n\n## Free VPN Configs\n\n* **Note** - These servers are community sourced, do not use with sensitive data, or ideally just self-host them if you can.\n\n***\n\n* [F0rc3Run](https://f0rc3run.github.io/F0rc3Run-panel/) / [GitHub](https://github.com/F0rc3Run/F0rc3Run)\n* [V2Nodes](https://v2nodes.com/)\n* [v2ray servers](https://github.com/ebrasha/free-v2ray-public-list)\n* [RaceVPN](https://www.racevpn.com/)\n* [GreenSSH](https://www.greenssh.com/)\n* [vpn.fail](https://vpn.fail/)\n* [VPN Jantit](https://www.vpnjantit.com/)\n* [Shadowmere](https://shadowmere.xyz) - Shadowsocks\n* [FreeSocks](https://freesocks.org/) - Shadowsocks / [GitHub](https://github.com/unredacted/freesocks-control-plane)\n* [Hi!Load VPN](https://t.me/hlvpnbot) - 30GB per month / No Torrenting / [Support](https://t.me/highloadvpn)\n* [sshOcean](https://sshocean.com/)\n* [FreeVPN](https://www.freevpn.us/)\n* [SSHKit](https://sshkit.com/)\n* [JagoanSSH](https://www.jagoanssh.com/)\n* [fastssh](https://www.fastssh.com/)\n* [Mytunneling](https://www.mytunneling.com/)\n* [OpenTunnel](https://opentunnel.net/)\n* [Howdy](https://howdy.id/)\n* [ProxyBot](https://t.me/vamproxy_bot) - Telegram Proxy Bot\n* [proxy_socks5_bot](https://t.me/BestMTProxyBot) or [ShadowSocks_bot](https://t.me/ShadowSocks_bot) - Telegram Shadowsocks Bots\n\n***\n\n## Geometry Dash Demon Lists\n\n* ⭐ **[Pointercrate](https://pointercrate.com/demonlist/)** - Original Demon List / [Stats Viewer](https://pointercrate.com/demonlist/statsviewer/)\n* ⭐ **[AREDL](https://aredl.net/)** - All Rated Extreme Demons List\n* [Pemonlist](https://pemonlist.com/) - Rated Platformer Demon List\n* [Challenge List](https://challengelist.gd/challenges/) - Challenge Level List\n* [Index ⁠HDL](https://hdl.pages.dev/) - Hard Demon List / [Discord](https://discord.gg/fKKWjUBfk7)\n* [LRR Demonlist](https://gdlrrlist.com/) - Low Refresh Rate Demon List\n* [UDL](https://udl.pages.dev/) - Unrated Demons List\n* [IDL](https://insanedemonlist.com/) - Insane Demon List\n* [HRR Mobile List](https://mobilepointercrate.com/) - High Refresh Rate Mobile List\n* [Impossible Levels List](https://impossiblelevels.com/) / [Discord](https://discord.gg/MHx4Nbp)\n* [Nine Circles Demonlist](https://sites.google.com/view/nine-circles-demonlist/home)\n\n***\n\n## Git Projects\n\n* [GitHub Rankings](https://evanli.github.io/Github-Ranking/) - Git Project Rankings / [GitHub](https://github.com/EvanLi/Github-Ranking)\n* [Active GitHub Forks](https://techgaun.github.io/active-forks/) - List of Active GitHub Forks\n* [Lovely Forks](https://github.com/musically-ut/lovely-forks) - View Repository Forks\n\n[Awesome Made by Brazilians](https://github.com/felipefialho/awesome-made-by-brazilians), [Awesome Opensource Apps](https://github.com/unicodeveloper/awesome-opensource-apps), [LibHunt](https://www.libhunt.com/), [bestofjs](https://bestofjs.org/), [git.news](https://git.news/), [GitPlanet](https://gitplanet.com/)\n\n***\n\n## Internet Archive Tools\n\n- [Archive.org-Downloader](https://github.com/MiniGlome/Archive.org-Downloader) - Download Books in PDF Format\n- [IA Book Ripper](https://bookripper.neocities.org/) or [IA Downloader](https://github.com/elementdavv/internet_archive_downloader) - Download Borrowed Books\n- [internetarchive](https://github.com/jjjake/internetarchive) - CLI Tool\n\n***\n\n## Japanese Learning Sites\n\n* ⭐ **[TheMoeWay](https://learnjapanese.moe/)** / [Discord](https://discord.gg/nhqjydaR8j)\n\n[Kakugo](https://github.com/blastrock/kakugo), [Marshall's Site](https://marshallyin.com/), [HeyJapan](https://heyjapan.net/), [Renshuu](https://www.renshuu.org/), [GuideToJapanese](https://guidetojapanese.org/), [jpdb](https://jpdb.io/), [NativShark](https://www.nativshark.com/), [Donkuri](https://donkuri.github.io/learn-japanese/), [Tofugu](https://www.tofugu.com/), [KanaDojo](https://kanadojo.com/en) / [GitHub](https://github.com/lingdojo/kana-dojo)\n\n### YouTube Channels\n\n[Japanese Ammo with Misa](https://www.youtube.com/@JapaneseAmmowithMisa), [Comprehensible Japanese](https://www.youtube.com/@cijapanese), [JapanesePod101](https://www.youtube.com/@JapanesePod101)\n\n### Dictionaries / Translation\n\n* [japReader](https://github.com/marisukukise/japReader) - Japanese Text Translator\n* [ichi.moe](https://ichi.moe/) - Japanese to English Phrase Translation\n* [Nippon Colors](https://nipponcolors.com/) - Traditional Japanese Color Meanings\n\n[Jotoba](https://jotoba.de/), [Tagaini](https://www.tagaini.net/), [Takoboto](https://takoboto.jp/), [Jisho](https://jisho.org/), [Massif](https://github.com/rsimmons/massif), [Shirabe Jisho](https://apps.apple.com/us/app/shirabe-jisho/id1005203380), [JapBase](https://japbase.neocities.org/), [Weblio](https://ejje.weblio.jp/), [JS-Dict](https://github.com/petlyh/JS-Dict), [rtk-search](https://hochanh.github.io/rtk/)\n\n### Kanji Learning\n\n* [KanjiTomo](https://kanjitomo.net/) - Kanji Character Identifier\n\n[KanjiDamage](https://www.kanjidamage.com/) / [KanjiDamagePlus](https://kanjidamageplus.neocities.org/), [Kanji-Dojo](https://github.com/syt0r/Kanji-Dojo), [Koohii](https://kanji.koohii.com/) / [Deck](https://ankiweb.net/shared/info/748570187), [Manji](https://github.com/Livinglist/Manji)\n\n***\n\n## LibGen Mirrors\n\n* <https://librarygenesis.net/> - site list\n* <https://libgen.li/> - clone\n* <https://libgen.la/> - clone\n* <https://rentry.co/m2hkqhwb> - Differences between the mirrors\n\n***\n\n## LibGen Tools\n\n[Search Extension](https://chromewebstore.google.com/detail/libgen-search/cbcehgllfaddbjidleabcdjpldlognad) / [Need Seeds](https://phillm.net/libgen-seeds-needed.php) / [Backup](https://redd.it/edwi9b)\n\n***\n\n## Manga Downloaders\n\n* ⭐ **[HakuNeko](https://hakuneko.download/) / [GitHub](https://github.com/manga-download/hakuneko)**\n\n[Comics Downloader](https://github.com/Girbons/comics-downloader), [Comic-DL](https://github.com/Xonshiz/comic-dl), [work_crawler](https://github.com/kanasimi/work_crawler/blob/master/document/README.en-US.md), [Manga Downloader](https://www.redsquirrel87.altervista.org/doku.php/manga-downloader), [HDoujinDownloader](https://github.com/HDoujinDownloader/HDoujinDownloader), [FMD2](https://github.com/dazedcat19/FMD2), [mangadesk](https://github.com/darylhjd/mangadesk), [mangodl](https://github.com/liamtoaldo/mangodl), [anime-dl](https://github.com/vrienstudios/anime-dl)\n\n***\n\n## Manga Readers\n\n* ↪️ **[Android Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_manga)** / **[iOS Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_ios_reading)**\n* ⭐ **[Suwayomi](https://github.com/Suwayomi)**\n* ⭐ **Suwayomi Tools** - [Extensions](https://keiyoushi.github.io/), [2](https://discord.gg/3FbCpdKbdY) / [Desktop Client](https://github.com/Suwayomi/Suwayomi-Server)\n\n[AllMangasReader](https://allmangasreader.com/), [Houdoku](https://houdoku.org/) / [GitHub](https://github.com/xgi/houdoku), [Adolla](https://github.com/AdollaApp/Adolla), [OpenComic](https://github.com/ollm/OpenComic), [Tachidesk-Sorayomi](https://github.com/Suwayomi/Tachidesk-Sorayomi), [Manga-Organizer](https://gitgud.io/Nagru/Manga-Organizer), [MangaOnlineViewer](https://github.com/TagoDR/MangaOnlineViewer), [LANraragi](https://github.com/Difegue/LANraragi), [Unyo](https://github.com/K3vinb5/Unyo)\n\n### Self-Hosted\n\n[HappyPanda X](https://happypandax.github.io/), [KavitaReader](https://www.kavitareader.com/), [Komga](https://komga.org/) / [GitHub](https://github.com/gotson/komga) / [Discord](https://discord.gg/TdRpkDu), [atsumeru](https://atsumeru.xyz/)\n\n***\n\n## Media Database Site Tools\n\n### Trakt Tools\n\n[Apps](https://trakt.tv/apps) / [Recommendations](https://couchmoney.tv/) / [Universal Scrobble](https://github.com/trakt-tools/universal-trakt-scrobbler) / [Create Lists](https://listrr.pro/) / [Anilist Sync](https://anitrakt.huere.net/) / [List Import](https://github.com/damienhaynes/TraktRater)\n\n\n### Letterboxd Tools\n\n[Multi Tool](https://www.letterboxd.tools/) / [Extra Site Ratings](https://github.com/duncanlang/Letterboxd-Extras/) / [Shortcuts](https://github.com/alandours/letterboxd-shortcuts) / [Watchlist Picker](https://watchlistpicker.com/) / [Collections](https://mrdys.github.io/letterboxd-completionist/)\n\n### MyAnimeList Tools\n\n[Redesign](https://hritikvaishnav.github.io/Project-Redesign/public/mal.html) / [Extension](https://anime.plus/) / [Scripts](https://myanimelist.net/forum/?topicid=1849731) / [Stats / Badges](https://www.mal-badges.com/) / [Stats](https://anime.plus/) / [Search Helper](https://greasyfork.org/en/scripts/429784) / [Hide Seen](https://greasyfork.org/en/scripts/17961) / [Export](https://malscraper.azurewebsites.net/) / [Site Sync](https://malsync.moe/) / [MALSync Discord](https://discord.com/invite/cTH4yaw) / [API](https://jikan.moe/) / [Tier Lists](https://www.gomitier.tech/)\n\n\n### AniList Tools\n\n[Multiple Tools](https://due.moe/tools) / [Desktop](https://github.com/CosmicPredator/AniMoe) / [Wrapper](https://github.com/AurelicButter/AniList-Node) / [Extras](https://greasyfork.org/en/scripts/370473-automail) / [MPV Sync](https://github.com/hotsno/keroro) / [Tier Lists](https://www.gomitier.tech/)\n\n***\n\n## Minecraft\n\n### Mod / Resource Pack Indexes\n\n* ⭐ **[Modrinth](https://modrinth.com/)** / [Redirector](https://github.com/devBoi76/modrinthify) / [Discord](https://discord.com/invite/EUHuJHt) / [GitHub](https://github.com/modrinth/code)\n* ⭐ **[UsefulMods](https://github.com/TheUsefulLists/UsefulMods)** - Optimization & Enhancement Mods / [Discord](https://discord.gg/8nzHYhVUQS)\n* [CurseForge](https://www.curseforge.com/minecraft) / [QOL Fixes](https://greasyfork.org/en/scripts/389255-curseforge-qol-fixes) / [Discord](https://discord.com/invite/curseforge)\n* [ModBay](https://modbay.org/) - Bedrock Edition Content / [Discord](https://discord.com/invite/DpNJ5fApJM)\n* [Planet Minecraft](https://www.planetminecraft.com/) / [Discord](https://discord.com/invite/QQSWwyg)\n* [MC Archive](https://mcarchive.net/) - Old Mods / [Discord](https://discord.com/invite/WuexGpP)\n* [FiberMC](https://www.fibermc.com/) - Fabric Mods Index / [Discord](https://discord.com/invite/dwh9y7D)\n* [ModpackIndex](https://www.modpackindex.com/) / [Discord](https://discord.com/invite/9QfENvm)\n* [Minecraft Forum](https://www.minecraftforum.net/) / [Discord](https://discord.com/invite/wGrQNKX)\n\n### Premium Only Launchers\n\n* **Note** - The following options require an official Minecraft account to use.\n\n***\n\n* [Prism Launcher](https://prismlauncher.org/) - Feature-Rich Launcher / [CurseForge Downloads](https://rentry.co/FMHYB64#curseforge-dl) / [Discord](https://discord.com/invite/ArX2nafFz2) / [GitHub](https://github.com/PrismLauncher/PrismLauncher)\n* [ATLauncher](https://atlauncher.com/) - Modpack Launcher / [Discord](https://discord.com/invite/B7TrrzH)\n* [Technic Launcher](https://www.technicpack.net/) - Modpack Launcher / [Discord](https://discord.com/invite/technic)\n* [Bedrock Launcher](https://bedrocklauncher.github.io/) - Bedrock Edition Launcher / [Version Warning](https://ibb.co/7NXBJXX5) / [GitHub](https://github.com/BedrockLauncher/BedrockLauncher)\n* [⁠FjordLauncher](https://github.com/unmojang/FjordLauncher) - Prism Fork\n* [LabyMod](https://www.labymod.net/) - Launcher / [Discord](https://discord.com/invite/labymod)\n* [⁠PandoraLauncher](https://pandora.moulberry.com/) - Launcher / [GitHub](https://github.com/Moulberry/PandoraLauncher)\n* [GDLauncher](https://gdlauncher.com/) - Launcher / [Discord](https://discord.com/invite/8n3NnERF22)\n* [WineGDK](https://github.com/Weather-OS/WineGDK) - Bedrock Launcher / macOS / Linux\n* [Amethyst](https://github.com/AngelAuraMC/Amethyst-Android), [2](https://github.com/AngelAuraMC/Amethyst-iOS) - Mobile Launcher / Android, iOS / [Discord](https://discord.gg/5ptqkyZxEy)\n\n***\n\n## Multireddits\n\n[Piracy](https://www.reddit.com/user/nbatman/m/piracy/) / [2](https://www.reddit.com/user/rekuloustoad/m/the_piracy_feed/) / [3](https://www.reddit.com/user/nanomuto/m/piracyhub/) / [4](https://www.reddit.com/user/goretsky/m/piracy_counterfeit_goods/), [Random](https://www.reddit.com/user/nbatman/m/random/) / [2](https://www.reddit.com/user/nbatman/m/random2/), [Streaming](https://www.reddit.com/user/nbatman/m/streaming/), [Cord Free TV](https://www.reddit.com/user/efidol/m/cordfreetv/), [Piracy Leaks](https://www.reddit.com/user/nbatman/m/leaks/), [News](https://www.reddit.com/user/nbatman/m/news/), [Tech](https://www.reddit.com/user/goretsky/m/win_itpro/), [Left](https://www.reddit.com/user/nbatman/m/left/) / [2](https://www.reddit.com/user/nbatman/m/left_2/), [Mysteries](https://www.reddit.com/user/nbatman/m/mysteries/), [Aliens](https://www.reddit.com/user/nbatman/m/aliens/), [Paranormal](https://www.reddit.com/user/nbatman/m/paranormal/), [Metaphysics](https://www.reddit.com/user/nbatman/m/metaphysics/), [Minimalism](https://www.reddit.com/user/rainbowlemon/m/minimalist_lifestyle/), [Countries](https://www.reddit.com/user/sneaky5erpent/m/countries/) / [2](https://www.reddit.com/user/sneaky5erpent/m/countries2/), [International AskARedditor](https://www.reddit.com/user/sneaky5erpent/m/ask_people_nationality/), [Text Only](https://www.reddit.com/user/aokaga/m/stories), [Chess](https://www.reddit.com/user/korfor/m/chess/), [Engineering](https://www.reddit.com/user/nbatman/m/engineering/)\n\n***\n\n## Music Sheet Collections\n\n### General Music Sheets\n\n* ⭐ **[IMSLP](https://imslp.org/wiki/Main_Page)** - Public Domain Scores\n* ⭐ **[Musescore.com](https://musescore.com/)** / [Downloader](https://github.com/LibreScore/dl-librescore)\n* [8notes](https://www.8notes.com/)\n* [Mutopia Project](https://www.mutopiaproject.org/)\n* [sheetmusiceden](https://sheetmusiceden.com/)\n* [Notes Box](https://notes-box.com/)\n* [Musopen](https://musopen.org/)\n* [Free Scores](https://www.free-scores.com/)\n* [Sheet Music International](https://sheetmusicinternational.com/)\n* [free-scores](https://www.free-scores.com/free-sheet-music.php)\n* [Sheet music for free](https://sheetmusicforfree.com/)\n* [bateristaspt](https://www.bateristaspt.com/membros/drumscores/)\n* [tchunes](https://www.daev.ca/tchunes/)\n* [ScorSer](http://en.scorser.com/D/Sheet+music.html)\n\n### Specific Music Sheets\n\n* [flutetunes](https://www.flutetunes.com/) - Flute Sheet Music\n* [Ichigo's Sheet Music](https://ichigos.com/) - Video Game & Anime Sheet Music\n* [Piano Sheet Music](https://drive.google.com/drive/folders/0BxkQJMTuId4dfkxiM01GYnFBUFdDVmRHMGREM1JKYVdBajJtV2pVSExrS2txT1BOdXlfMUE?resourcekey=0-4uwizkHnsGLakmC-cA173A), [2](https://drive.google.com/drive/folders/1-hieArroBCq1x6z4GQ_gdFuyEz_Ftvxg) or [Anime Sheet Music](https://drive.google.com/drive/folders/0B2k9HIXzBEfMVlgxTlhNWThzZkk?resourcekey=0-q0RdwD55Az5S3NigaliZEA) - Sheet Music Drives\n* [ChoralWiki](https://www.cpdl.org/wiki/index.php/Main_Page) - Choral Music Sheets\n* [BandMusic PDF Library](https://bandmusicpdf.org/) - Golden Age Band Music Sheets\n* [Clara](https://clara.imslp.org/) - Classical Music Sheets\n* [A Collection of Christmas Carols](https://acollectionofchristmascarols.com/) - Christmas Carol Sheet Music\n* [themorgan](https://www.themorgan.org/music) or [Silent Film Archive](https://www.sfsma.org/) - Music Manuscripts\n* [DIAMM](https://www.diamm.ac.uk/) - Medieval Manuscripts\n* [UNT Digital Library](https://digital.library.unt.edu/explore/collections/VRBR/browse/) or [chopin](https://chopin.lib.uchicago.edu/) - Rare Manuscripts\n* [mozarteum](https://dme.mozarteum.at/DME/nma/nmapub_srch.php?l=2) - Digital Mozart Collection\n* [The Session](https://thesession.org/) - Traditional Irish Sheet Music\n* [Brown University](https://library.brown.edu/cds/sheetmusic/afam/about.html) - African American Sheet Music\n* [Contemporary Music Score](https://escholarship.org/uc/uclamusicscores), [UNC](https://dc.lib.unc.edu/cdm/landingpage/collection/sheetmusic) - University Collections\n* [Sheet Music Consortium](https://digital.library.ucla.edu/sheetmusic/) - Search Universities\n* [Public Domain Sherpa](https://www.publicdomainsherpa.com/free-sheet-music.html) - Sheet Music Resources\n\n***\n\n## PNG Images / Clipart\n\n[CleanPNG](https://www.cleanpng.com/), [PNGWing](https://www.pngwing.com/), [PNGEgg](https://www.pngegg.com/), [AnyRGB](https://www.anyrgb.com/), [HiClipart](https://www.hiclipart.com/), [HDClipArtAll](https://hdclipartall.com/), [pngmart](https://www.pngmart.com/), [pngall](https://www.pngall.com/), [pngplay](https://www.pngplay.com/), [freepngimg](https://www.freepngimg.com/), [KindPNG](https://www.kindpng.com/), [FreePNGLogos](https://www.freepnglogos.com/), [PNGFind](https://www.pngfind.com), [PNGHero](https://pnghero.com/), [PlusPNG](https://pluspng.com/), [PNGHut](https://pnghut.com/), [openclipart](https://openclipart.org), [transparentpng](https://www.transparentpng.com/), [pngfind](https://www.pngfind.com/), [pikpng](https://www.pikpng.com/)\n\n***\n\n## Poll Sites\n\n[PollCode](https://pollcode.com/), [minipoll](https://minipoll.co/), [PickVote](https://pickvote.web.app/), [StrawPoll](https://strawpoll.com/), [framadate](https://framadate.org/), [polltab](https://www.polltab.com/), [polling-app](https://xoyondo.com/polling-app), [poal.me](https://poal.me/), [poll.ly](https://poll.ly/), [typeform](https://typeform.com/examples/polls/)\n\n### Live Polling\n\n[slido](https://www.slido.com/), [Feedbackr](https://www.feedbackr.io/), [Trypingo](https://trypingo.com/)\n\n***\n\n## Presentation Tools\n\n* [Slides](https://maaslalani.com/slides/) - Terminal-Based Presentation Tool / [GitHub](https://github.com/maaslalani/slides)\n* [⁠Z.ai](https://chat.z.ai/) or [PPTX](https://github.com/AmNotAGoose/PPTX-Presentation-Generator) - AI Presentation Generators\n* [GSlides Maker](https://github.com/vilmacio/gslides-maker) - Turn Wiki Pages into Google Slides\n* [Inscribed](https://inscribed.app/) - Sketch-Based Slides / [GitHub](https://github.com/chunrapeepat/inscribed)\n* [Slidev](https://sli.dev/) - Markdown Presentation Slides / [GitHub](https://github.com/slidevjs/slidev)\n\n[Marp](https://marp.app/), [ZoomIt](https://learn.microsoft.com/en-us/sysinternals/downloads/zoomit), [Presentator](https://presentator.io/), [Fusuma](https://hiroppy.github.io/fusuma/), [Pitch](https://pitch.com/), [Zoho Show](https://www.zoho.com/show/), [Webslides](https://webslides.tv/), [FreeShow](https://freeshow.app/), [Presenta](https://play.presenta.cc/), [OpenLearning](https://www.openelearning.org/), [Slideshare](https://www.slideshare.net/), [Excalideck](https://excalideck.com/)\n\n### Presentation Templates\n\n[Showeet](https://www.showeet.com/), [Slides Carnival](https://www.slidescarnival.com/), [PresentationGO](https://www.presentationgo.com/), [ThePOPP](https://thepopp.com/)\n\n***\n\n### Slideshare Downloaders\n\n[DownloaderSlides](https://downloderslides.com/), [SlidesDownloaders](https://slidesdownloaders.com/), [SlideShareSaver](https://slidesharesaver.com/), [SlideSaver](https://slidesaver.app/), [Regem Downloader](https://regem.in/slideshare-downloader/)\n\n***\n\n## Proxy Lists\n\n* ⭐ **[PROXY List](https://github.com/TheSpeedX/PROXY-List)**\n\n[Free-Proxy-List](https://free-proxy-list.net/), [OpenProxyList](https://openproxylist.com/), [ProxyScrape](https://www.proxyscrape.com/free-proxy-list), [proxy-list](https://github.com/mmpx12/proxy-list), [hide.my proxy list](https://hide.mn/en/proxy-list/), [ProxyNations](https://www.proxynations.com/), [spys.one](https://spys.one/en/free-proxy-list/), [cyber-gateway](https://cyber-gateway.net/get-proxy/free-proxy), [Free-proxy-list](https://free-proxy-list.net/web-proxy.html), [geonode](https://geonode.com/free-proxy-list/), [freeproxyupdate](https://freeproxyupdate.com/), [proxydocker](https://www.proxydocker.com/en/proxylist/), [proxyhub](https://proxyhub.me/), [proxy-list](https://proxy-list.download/), [proxydb](https://proxydb.net/), [advanced.name](https://advanced.name/freeproxy), [monosans list](https://github.com/monosans/proxy-list), [premiumproxy](https://premiumproxy.net/), [Proxynova](https://www.proxynova.com/proxy-server-list), [⁠GetFreeProxy](https://getfreeproxy.com/) / [GitHub](https://github.com/gfpcom/free-proxy-list)\n\n***\n\n## Self-Hosted Wiki Alts\n\n[WikiDocs](https://www.wikidocs.app/) / [GitHub](https://github.com/Zavy86/WikiDocs), [Media Wiki](https://www.mediawiki.org/) / [GitHub](https://github.com/Wikia/mediawiki), [xWiki](https://www.xwiki.org/xwiki/bin/view/Main/), [DokuWiki](https://www.dokuwiki.org/dokuwiki) / [GitHub](https://github.com/dokuwiki/dokuwiki), [Archivy](https://github.com/archivy/archivy/), [Miraheze](https://miraheze.org/), [wikmd](https://linbreux.github.io/wikmd/), [Fandom](https://www.fandom.com/)\n\n***\n\n## SMS Verification Sites\n\n* ⭐ **[SMSCodeOnline](https://smscodeonline.com/)**\n* ⭐ **[receive-sms-online](https://www.receive-sms-online.info/)** - Requires Sign-Up\n* ⭐ **[mianfeijiema](https://mianfeijiema.com/)** or [us-phone-number](https://us-phone-number.com/)\n* ⭐ **[sms24](https://www.sms24.me/)**, [2](https://receive-sms.com/)\n* ⭐ **[receive-sms](https://receive-sms.cc/)**\n* ⭐ **[tempsmss](https://tempsmss.com/)**\n\n[TemporaryNumber](https://temporarynumber.com/), [Yunjisms](https://yunjisms.xyz/), [TextNow](https://www.textnow.com/), [GetFreeSMSNUmber](https://getfreesmsnumber.com/), [Smser](https://smser.net/), [SMS Receive](https://sms-receive.net/), [Receive SMS Online](https://www.receivesmsonline.net/), [My Trash Mobile](https://www.mytrashmobile.com/), [temp-sms](https://temp-sms.org/), [temporary-phone-number](https://temporary-phone-number.com/), [storytrain](https://www.storytrain.info/), [Temp Number](https://temp-number.com/), [receive-smss](https://receive-smss.com), [receive-sms-free](https://receive-sms-free.cc/), [quackr](https://quackr.io/), [smsnator](https://smsnator.online/), [InboxSMS](https://inboxsms.me/), [anonymsms](https://anonymsms.com/temporary-phone-number/), [receivesmsonline](https://receivesmsonline.in/), [jiemadi](https://www.jiemadi.com/en), [ReceiveSMSOnline](https://receivesmsonline.me/), [7sim](https://7sim.net/), [yunjiema](https://yunjiema.net/), [supercloudsms](https://supercloudsms.com/en), [us-phone-number](https://us-phone-number.com/), [shownumber](https://lothelper.com/en/shownumber), [yunduanxin](https://yunduanxin.net/), [smsget](https://smsget.net/), [free-sms-receive](https://www.free-sms-receive.com/), [free-sms-receive](https://free-sms-receive.co/), [receivefreesms](https://receivefreesms.co.uk/), [smspinverify](https://smspinverify.com/), [receivefreesms.net](https://receivefreesms.net/), [receivesmsonline](https://www.receivesmsonline.net/), [smspool](https://www.smspool.net/free-sms-verification), [receive-smss](https://receive-smss.live/), [⁠eSIM Plus](https://esimplus.me/temporary-numbers), [receivesms](https://www.receivesms.co/), [getfreesmsnumber](https://getfreesmsnumber.com/)\n\n***\n\n## Survival\n\n* ⭐ **[Survivor Library](https://www.survivorlibrary.com/)**\n* [SurvivalManual](https://github.com/ligi/SurvivalManual) / [App](https://survivalmanual.github.io/)\n* [r/Preppers](https://www.reddit.com/r/preppers/)\n* [Trail Sense](https://kylecorry.com/Trail-Sense/) - Wilderness Survival App / [GitHub](https://github.com/kylecorry31/Trail-Sense)\n\n[OffGridDownload](https://t.me/offgriddownload), [ExploreMarMaris](http://www.exploremarmaris.com/read/Survival/), [r/PrepperFileShare](https://reddit.com/r/PrepperFileShare), [The Preparedness Encyclopedia](https://www.fluidicice.com/tpe), [CD3WD Project](https://www.cd3wdproject.org/)\n\n***\n\n## SVG Icons\n\n* 🌐 **[Awesome Icons](https://github.com/notlmn/awesome-icons)**, **[Awesome Stock Resources](https://github.com/neutraltone/awesome-stock-resources#icons)** or **[Free Icons](https://www.iconshock.com/freeicons/)** - Icon Site Indexes\n* ⭐ **[Iconify](https://iconify.design/)** - Icon Collections \n* ⭐ **[icons8](https://icons8.com/icons)** - Icon Collections / [Premium Unlock](https://github.com/Kyutefox/Iconify)\n* ⭐ **[SVG Repo](https://www.svgrepo.com/)** - Icon Collections\n* ⭐ **[Noun Project](https://thenounproject.com/)** - Monochrome Icons\n* [useAnimations](https://useanimations.com/index.html), [heroicons-animated](https://www.heroicons-animated.com/), [lucide-animated](https://lucide-animated.com/) or [LordIcon](https://lordicon.com/) - Animated Icons\n* [Dashboard Icons](https://dashboardicons.com/) - Program Icons\n* [GrommetIcons](https://icons.grommet.io/) - SVG Icons for React\n* [HealthIcons](https://healthicons.org/) - Medical Icons\n\n[Icofont](https://icofont.com/icons), [VisualPharm](https://visualpharm.com/), [Google Icons](https://fonts.google.com/icons), [svgl](https://svgl.app/), [iconer](https://iconer.app/), [SimpleIcons](https://simpleicons.org/), [xIcons](https://xicons.org), [Polaris](https://polaris.shopify.com/icons), [Phosphor Icons](https://phosphoricons.com/), [iCongo](https://icongo.github.io/), [IconFinder](https://www.iconfinder.com/), [Lucide](https://lucide.dev/), [Ant Design](https://ant.design/components/icon/), [IconPacks](https://www.iconpacks.net/), [Iconbuddy](https://iconbuddy.com/), [Orion](https://www.orioniconlibrary.com/), [Flaticon](https://www.flaticon.com/) / [Premium Unlock](https://github.com/Kyutefox/Iconify), [Devicon](https://devicon.dev/), [Glyphs](https://glyphs.fyi/), [IconArchive](https://iconarchive.com/), [IconDuck](https://iconduck.com/), [icon icons](https://icon-icons.com/), [Icons-For-Free](https://icons-for-free.com/), [Streamline](https://www.streamlinehq.com/), [Icones](https://icones.js.org/), [CaptainIconWeb](https://mariodelvalle.github.io/CaptainIconWeb/), [IconNinja](https://www.iconninja.com/), [awsicons](https://awsicons.dev/), [iconoir](https://iconoir.com/), [heroicons](https://heroicons.dev/), [composeicons](https://composeicons.com/), [iconmonstr](https://iconmonstr.com/), [Nerd Fonts](https://www.nerdfonts.com/), [websvg](https://websvg.com/), [svgsilh](https://svgsilh.com/), [pictogrammers](https://pictogrammers.com/), [svgstack](https://svgstack.com/), [iconshelf](https://iconshelf.com/), [tabler icons](https://tabler.io/icons), [FreeSVG](https://freesvg.org/), [GriddyIcons](https://griddyicons.com/)\n\n***\n\n## Tab Managers\n\n* ⭐ **[Sidebery](https://github.com/mbnuqw/sidebery)** or **[Simple Tab Groups](https://github.com/drive4ik/simple-tab-groups)** - Firefox\n\n[OneTab](https://www.one-tab.com/), [Tab Stash](https://josh-berry.github.io/tab-stash/), [Tab Butler](https://tabbutler.netlify.app/), [One Tab Group](https://www.tabdeck.so/), [TreeStyleTabs](https://github.com/piroor/treestyletab)\n\n***\n\n## Telegram eBook Download\n\n* [BooksWorld](https://t.me/Books_worldd) - Amharic Audiobooks\n* [NovelsArchive](https://t.me/NovelsArchive) - Popular Novels\n* [Free eBooks](https://t.me/free_ebooks_pdfs) - Educational eBooks\n* [BooksMania](https://t.me/booksmania) - Decorative Worksheets\n* [Dao](https://t.me/Dao_Qigong_Taiji_TCM_ebooks) - Spiritual Eastern Literature\n* [LibraryOfDos](https://t.me/lib_of_dos_old_vk) - Esoteric Russian Literature\n* [More Telegram eBook Channels](https://duckduckgo.com/?q=site%3At.me+books&ia=web)\n\n***\n\n## TypeScript Tools\n\n* [React Typescript Cheatsheets](https://react-typescript-cheatsheet.netlify.app) - Typescript Cheatsheet for React Devs\n* [Clean Code TypeScripts](https://labs42io.github.io/clean-code-typescript) - Clean Code for TypeScript\n* [Tackling TS](https://exploringjs.com/ts/book/index.html) or [TypeScript Deep Drive](https://basarat.gitbook.io/typescript/getting-started) - TypeScript Guides\n* [TypeHero](https://typehero.dev/) or [Type Challenges](https://github.com/type-challenges/type-challenges) - TypeScript Exercises / Challenges\n* [tRPC](https://trpc.io/) - Build Typesafe TypeScript APIs\n\n***\n\n## Udemy Coupons\n\n* **Note** - If you're in the US you should be able to access Udemy courses for free using your library and looking for \"Gale Presents Udemy\".\n\n***\n\n* ⭐ **[Coursevania](https://coursevania.com/)** / [Telegram](https://t.me/Coursevania)\n* ⭐ **[CouponScorpion](https://couponscorpion.com/)**\n* [Udemy FREE](https://t.me/udemyforu), [UdemyRip](https://t.me/udemyrip) or [CGPERS](https://t.me/CGPERS) - Udemy TG Channels\n* [Udemy-Course-Enroller](https://github.com/techtanic/Discounted-Udemy-Course-Enroller) - Auto Course Enrollment\n* [UdemyPy](https://github.com/dylannalex/UdemyPy) - Udemy Course Bots\n* [udemy-downloader](https://github.com/Puyodead1/udemy-downloader) - Udemy Downloader\n* [Udemy Download Guide](https://docs.google.com/document/d/1W91OS9rj7h9DBp5UwR68lA2zMEtqNmxdGaNVmBktIaw/) / [Discord](https://discord.gg/tMzrSxQ)\n\n[discudemy](https://www.discudemy.com/), [BARONIP COUPONS](https://baronip-coupons.blogspot.com/), [freebiesglobal](https://freebiesglobal.com/), [onlinecourses](https://www.onlinecourses.ooo/), [UdemyKing](https://t.me/udemyking1), [CourseArray](https://t.me/udemycoursesfree), [Udemy 24](https://coursesbag.com/), [UdemyFreeCourses](https://udemyfreecourses.org/), [Study Bullet](https://studybullet.com/) / [Telegram](https://telegram.me/joinchat/AAAAAFdxBDqPv7ZzVoUASw), [r/udemyfreebies](https://reddit.com/r/udemyfreebies), [Online Courses Tracker](https://comidoc.com/), [Real.Discount](https://www.real.discount/), [OnlineTutorials](https://www.onlinetutorials.org/), [Scroll Coupons](https://scrollcoupons.com/) / [Telegram](https://t.me/scroll_coupons), [UdemyXpert](https://udemyxpert.com/) / [Telegram](https://t.me/UdemyXpert), [⁠Forasm Free Courses](https://m.forasm.com/courses/)"
  },
  {
    "path": "docs/system-tools.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/tools-index)**\n***\n***\n\n# ► System Tools\n\n* **Warning** - It's not recommended to use debloaters unless you know what you're doing. Always research first, never just \"Apply All\" randomly.\n\n***\n\n* 🌐 **[Awesome Windows 11](https://github.com/awesome-windows11/windows11)** - Windows 11 Resources\n* 🌐 **[PC-Optimization-Hub](https://github.com/BoringBoredom/PC-Optimization-Hub)** - System Optimization Resources\n* ↪️ **[Gaming Optimization](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools#wiki_.25B7_optimization_tools)**\n* ⭐ **[PowerToys](https://learn.microsoft.com/en-us/windows/powertoys/)** - System Tools / [Search](https://github.com/lin-ycv/EverythingPowerToys) / [Plugins](https://github.com/hlaueriksson/awesome-powertoys-run-plugins) / [GitHub](https://github.com/microsoft/PowerToys/)\n* ⭐ **[Sysinternals](https://learn.microsoft.com/en-us/sysinternals/)** - Advanced System Tools\n* ⭐ **[CPU-Z](https://www.cpuid.com/softwares/cpu-z.html)**, [winfetch](https://github.com/lptstr/winfetch), [CPU Fetch](https://github.com/Dr-Noob/cpufetch), [Glow](https://github.com/turkaysoftware/glow) or [GPU-Z](https://www.techpowerup.com/download/techpowerup-gpu-z/) - System Info Tools\n* ⭐ **[SuperF4](https://stefansundin.github.io/superf4/)** or [FKill](https://github.com/sindresorhus/fkill-cli) - Process Killers\n* ⭐ **[Bulk Crap Uninstaller](https://www.bcuninstaller.com/)**, [Revo Uninstaller](https://www.revouninstaller.com/products/revo-uninstaller-free/) or [GeekUninstaller](https://geekuninstaller.com/) - Bulk Uninstallation Tools\n* [NanaRun](https://github.com/M2Team/NanaRun) - System Admin Tools\n* [BleachBit](https://www.bleachbit.org/) - Clean System Storage\n* [PolicyPlus](https://github.com/Fleex255/PolicyPlus) - Local Group Policy Editor\n* [GhostBuster](https://bitbucket.org/wvd-vegt/ghostbuster/src/master/) or [Device Cleanup Tool](https://www.majorgeeks.com/files/details/device_cleanup_tool.html) - Remove Non-Present Devices\n* [Should I Remove It?](https://www.shouldiremoveit.com/) - Program Removal Guide\n* [CoreTemp](https://www.alcpu.com/CoreTemp/) or [System Informer](https://systeminformer.sourceforge.io/) - Process Monitors\n* [Why Is This Running?](https://github.com/pranshuparmar/witr) - Process Tracing / Debugging\n* [ThrottleStop](https://www.techpowerup.com/download/techpowerup-throttlestop/) - Laptop CPU Monitor / Optimizer\n* [RegExp](https://github.com/zodiacon/TotalRegistry), [RegScanner](https://www.nirsoft.net/utils/regscanner.html), [ripgrep-all](https://github.com/phiresky/ripgrep-all) or [Registry-Finder](https://registry-finder.com/) - Registry Explorers / Scanners\n* [WinbIndex](https://winbindex.m417z.com/) - Windows System Files / Binaries\n* [OfflineInsiderEnroll](https://github.com/abbodi1406/offlineinsiderenroll), [2](https://gitlab.com/stdout12/offlineinsiderenroll), [3](https://codeberg.org/stdout12/offlineinsiderenroll) - Enable Windows Insider without Account\n* [Rhasspy](https://rhasspy.readthedocs.io/en/latest/) - Voice Assistant\n* [OpenRecall](https://github.com/openrecall/openrecall) or [Windrecorder](https://github.com/yuka-friends/Windrecorder/) - Memory Search App / System Recorders\n* [Time.is](https://time.is/) - Check Accuracy of System Clock\n* [⁠LenovoLegionToolkit](https://github.com/XKaguya/LenovoLegionToolkit) - Lenovo Vantage + Hotkeys Replacement for Lenovo Legion Laptops\n* [G-Helper](https://github.com/seerge/g-helper) - Armoury Crate Replacement for ASUS Laptops\n\n***\n\n## ▷ System Tweaks\n\n* ⭐ **[Windhawk](https://windhawk.net/)**, [MajorGeeks Windows Tweaks](https://www.majorgeeks.com/files/details/majorgeeks_registry_tweaks.html) or [Winaero](https://winaero.com/) / [2](https://winaerotweaker.com/) - System Tweaking Tools / **[Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/general-tweak-warning.md)**\n* ⭐ **[StartAllBack](https://www.startallback.com/)** - Tweaked Start Menu & Taskbar / Windows 11 / [Fix](https://rentry.co/FMHYB64#startxback)\n* ⭐ **[EverythingToolbar](https://github.com/srwi/EverythingToolbar)** - Everything Search in Taskbar\n* ⭐ **[Open Shell](https://open-shell.github.io/Open-Shell-Menu/)** / [Customizable Skin](https://github.com/bonzibudd/Fluent-Metro) or [StartIsBack](https://startisback.com/) / [Fix](https://rentry.co/FMHYB64#startxback) - Classic Start Menus\n* ⭐ **[EarTrumpet](https://eartrumpet.app/)**, [Volumey](https://github.com/G-Stas/Volumey) or [Volume2](https://github.com/irzyxa/Volume2) - Tweaked Volume Mixer\n* ⭐ **[AltSnap](https://github.com/RamonUnch/AltSnap)** - Tweaked Windows Dragging\n* ⭐ **[Edge-Uninstall](https://gist.github.com/ave9858/c3451d9f452389ac7607c99d45edecc6)** - Microsoft Edge Removal Script\n* [BatUtil](https://github.com/abbodi1406/BatUtil) / [2](https://gitlab.com/stdout12/batutil) / [3](https://codeberg.org/stdout12/BatUtil) or [TechNet-Gallery](https://github.com/MScholtes/TechNet-Gallery) - System Scripts\n* [Wintoys](https://apps.microsoft.com/store/detail/wintoys/9P8LTPGCBZXD) - System App Tweaking\n* [Wox](https://github.com/Wox-launcher/Wox), [Listary](https://www.listary.com/), [Raycast](https://www.raycast.com/), [FlowLauncher](https://www.flowlauncher.com/), [Ueli](https://ueli.app/) / [GitHub](https://github.com/oliverschwendener/ueli) - Keystroke / App Launchers\n* [Kando](https://kando.menu/) - App Launcher / Pie Menu / [Discord](https://discord.gg/hZwbVSDkhy) / [GitHub](https://github.com/kando-menu/kando)\n* [Cerebro App](https://cerebroapp.com/) - Tweaked System Navigation\n* [SmartSystemMenu](https://github.com/AlexanderPro/SmartSystemMenu) - Tweaked System Menu\n* [Shell](https://nilesoft.org/) / [GitHub](https://github.com/moudey/shell) or [RCWM](https://github.com/GChuf/RCWM) - Tweaked / Custom Context Menus\n* [Explorer Tab Utility](https://github.com/w4po/ExplorerTabUtility) - Improved / Tweaked File Explorers\n* [Quick Access Popup](https://www.quickaccesspopup.com/) - File Manager\n* [Spencer](https://www.the-sz.com/products/spencer/) - Classic Start Menu\n* [yasb](https://github.com/amnweb/yasb) - Tweaked Taskbar\n* [Taskbar Tweaker](https://ramensoftware.com/7-taskbar-tweaker) - Taskbar Advanced Features / Win 10\n* [⁠AppGroup](https://github.com/iandiv/AppGroup) - Create Taskbar App Groups / Folders\n* [RBTray](https://github.com/benbuck/rbtray) - Minimize any App to Tray\n* [Taskbar Hide](https://www.eusing.com/hidewindows/bosskey.htm) - Easily Hide / Show Taskbar\n* [QuickLook](https://github.com/QL-Win/QuickLook) - macOS Quick Look for Windows / [Scan Note](https://github.com/QL-Win/QuickLook/issues/1576#issuecomment-2816980688)\n* [MSEdgeRedirect](https://github.com/rcmaehl/MSEdgeRedirect) - Redirect Microsoft Edge\n* [TopNotify](https://github.com/SamsidParty/TopNotify) - Move Windows Notifications\n\n***\n\n## ▷ Package Managers\n\n* ⭐ **[WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget)** - CLI Package Manager / [Browse](https://winstall.app/) / [Auto Update](https://github.com/Romanitho/Winget-AutoUpdate) / [GitHub](https://github.com/microsoft/winget-cli)\n* ⭐ **[UniGetUI](https://www.marticliment.com/unigetui/)** - GUI for Popular Package Managers / [GitHub](https://github.com/marticliment/UniGetUI)\n* ⭐ **[Scoop](https://scoop.sh/)** - Portable Package Manager\n* ⭐ **[sfsu](https://github.com/winpax/sfsu/)** or [hok](https://github.com/chawyehsu/hok) - Fast Scoop Utilities\n* [Chocolatey](https://chocolatey.org/) - Package Manager / [GUI](https://github.com/chocolatey/ChocolateyGUI) / [GitHub](https://github.com/chocolatey/choco)\n* [RuckZuck](https://ruckzuck.tools/) - Package Manager\n* [RepoHub](hhttps://github.com/yusufipk/RepoHub) - Package Manager / Web-Based\n* [Topgrade](https://github.com/topgrade-rs/topgrade) - CLI Package Manager\n* [Silent Install](https://www.silentinstall.org/) - Build Multi-Program Installers\n* [0Install](https://0install.net/) - Decentralized Cross-Platform Package Manager\n* [portableapps](https://portableapps.com/download) - Package Manager for Portable Apps\n* [Baulk](https://github.com/baulk/baulk) - Minimalist Package Manager\n* [NirLauncher](https://launcher.nirsoft.net/) - Portable Package Manager for NirSoft Utilities\n\n***\n\n## ▷ Task Automation\n\n* ⭐ **[AutoHotkey](https://www.autohotkey.com/)** / [Resources](https://github.com/ahkscript/awesome-AutoHotkey) / [Discord](https://discord.com/invite/Aat7KHmG7v)\n* [Scheduler](https://www.splinterware.com/products/scheduler.html) or [TaskRunner](https://www.keyefficiency.com/) - System Task Scheduler\n* [AutoIt](https://www.autoitscript.com/) / [Resources](https://github.com/J2TEAM/awesome-AutoIt)\n* [Tinytask](https://tinytask.net/)\n* [MacroRecorder](https://www.macrorecorder.com/)\n* [sikulix](http://sikulix.com/)\n* [ChoEazyCopy](https://github.com/Cinchoo/ChoEazyCopy)\n* [Organize](https://organize.readthedocs.io) - Automated File Manager / [GitHub](https://github.com/tfeldmann/organize)\n\n***\n\n## ▷ Terminal / CLI\n\n* 🌐 **[⁠Awesome Terminals](https://github.com/cdleon/awesome-terminals)** - Terminal Emulator List\n* 🌐 **[terminals-are-sexy](https://terminalsare.sexy/)** - Terminal Resources\n* 🌐 **[Awesome CLI Apps](https://github.com/agarrharr/awesome-cli-apps)** or [Command Line Tools](https://github.com/learn-anything/command-line-tools) - Command Line Resources\n* ⭐ **[ss64](https://ss64.com/)** - Command Line Reference Index\n* [Windows Terminal](https://www.microsoft.com/store/productId/9N0DX20HK701) / [2](https://github.com/microsoft/terminal/), [ConEmu](https://github.com/Maximus5/ConEmu), [Tabby](https://tabby.sh/), [MobaXterm](https://mobaxterm.mobatek.net/) or [WezTerm](https://wezfurlong.org/wezterm/) - Windows Terminal Emulators\n* [PowerShell](https://github.com/powershell/powershell) - Microsoft PowerShell / Windows, Mac, Linux\n* [BusyBox](https://frippery.org/busybox/) - Unix Commands for Windows\n* [Clink](https://github.com/chrisant996/clink) - Command Line Editing\n* [Nushell](https://www.nushell.sh/) - Alt Shell\n* [Tiny Care Terminal](https://github.com/notwaldorf/tiny-care-terminal) - Terminal Dashboard That Cares\n* [Command Challenge](https://cmdchallenge.com/) - Command Line Learning\n* [Mintty](https://mintty.github.io/) - Cygwin Terminal Emulator\n* [GetDNote](https://www.getdnote.com/) - Command Line Notebook\n* [LeanandMean](https://github.com/AveYo/LeanAndMean) - Powershell Snippets / Use with Caution\n* [PowerShell Scripts](https://github.com/fleschutz/PowerShell), [PowershellGallery](https://www.powershellgallery.com/) or [WindowsPowerShell](https://github.com/stevencohn/WindowsPowerShell) - Shell Scripts\n\n***\n\n## ▷ Remote Desktop\n\n* ⭐ **[Parsec](https://parsec.app/)** - Desktop Client / [X](https://x.com/parsecteam) / [Discord](https://discord.com/invite/cQjEGFy)\n* ⭐ **[RustDesk](https://rustdesk.com/)** - Desktop Client / [Subreddit](https://www.reddit.com/r/rustdesk/) / [Discord](https://discord.com/invite/nDceKgxnkV) / [GitHub](https://github.com/rustdesk/rustdesk)\n* ⭐ **[Aspia](https://aspia.org/)** - Desktop Client / [Telegram](https://t.me/aspia_talks) / [GitHub](https://github.com/dchapyshev/aspia)\n* ⭐ **[Sunshine](https://app.lizardbyte.dev/Sunshine/)** or [Apollo](https://github.com/ClassicOldSong/Apollo) - Remote Server for Moonlight / [Mobile](https://github.com/ClassicOldSong/moonlight-android) / [Discord](https://discord.com/invite/d6MpcrbYQs) / [GitHub](https://github.com/LizardByte/Sunshine)\n* [Moonlight](https://moonlight-stream.org/) - Gaming Remote Desktop Client / [Discord](https://discord.com/invite/CGg5JxN) / [GitHub](https://github.com/moonlight-stream)\n* [Kasm](https://kasm.com/) - Container Streaming Platform / Resource Intensive / [Guide](https://cbg.fmhy.bid/Server/Kasm/) / [GitHub](https://github.com/kasmtech/KasmVNC)\n* [Arcane](https://github.com/PhrozenIO/Arcane) - Desktop Client\n* [HopToDesk](https://www.hoptodesk.com/) - Desktop Client / [GitLab](https://gitlab.com/hoptodesk/hoptodesk)\n* [CoScreen](https://www.coscreen.co/) - Desktop Client\n* [⁠DWS](https://www.dwservice.net/) - Web-Based\n* [Remote Desktop Connection](https://support.microsoft.com/en-us/windows/how-to-use-remote-desktop-5fe128d5-8fb1-7a23-3b8a-41e636865e8c) - Desktop Client / Built Into Windows\n* [Remotly](https://remotly.com/) - Desktop Client\n* [Bananas](https://getbananas.net/) - Desktop Client / [Discord](https://discord.gg/BeN43eJVWS) / [GitHub](https://github.com/mistweaverco/bananas)\n* [ChromeRemoteDesktop](https://remotedesktop.google.com/) - Web-Based\n* [InputDirector](https://www.inputdirector.com/) - Multi-Computer Client\n* [Mouse Without Borders](https://www.microsoft.com/en-us/garage/wall-of-fame/mouse-without-borders/) - Multi-Computer Client\n* [p2p](https://github.com/miroslavpejic85/p2p) - Portable Client\n* [Screensy](https://screensy.marijn.it/) - Web-Based / [GitHub](https://github.com/screensy/screensy)\n* [Screego](https://app.screego.net/) - Web-Based / [GitHub](https://github.com/screego/server/)\n* [Screen-Sharing](https://share-your-screen.vercel.app/) - Web-Based / [GitHub](https://github.com/tonghohin/screen-sharing)\n* [TigerVNC](https://tigervnc.org/) - VNC Client / [GitHub](https://github.com/TigerVNC/tigervnc)\n* [TightVNC](https://www.tightvnc.com/) - VNC Client\n* [noVNC](https://novnc.com/info.html) - JavaScript VNC Client / [GitHub](https://github.com/novnc/noVNC)\n\n***\n\n## ▷ Clipboard Managers\n\n* ⭐ **[Ditto](https://ditto-cp.sourceforge.io/)** - Clipboard Manager / [GitHub](https://sabrogden.github.io/Ditto/)\n* [PasteBar](https://www.pastebar.app/) - Clipboard Manager / [GitHub](https://github.com/PasteBar/PasteBarApp)\n* [CrossPaste](https://crosspaste.com/) - Clipboard Manager / [GitHub](https://github.com/crosspaste/crosspaste-desktop)\n* [ArsClip](https://www.joejoesoft.com/vcms/97/) - Clipboard Manager\n* [ClipAngel](https://sourceforge.net/projects/clip-angel/) - Clipboard Manager\n* [CopyQ](https://hluk.github.io/CopyQ/) / [GitHub](https://github.com/hluk/CopyQ) or [XClipper](https://kaustubhpatange.github.io/XClipper/) / [GitHub](https://github.com/KaustubhPatange/XClipper) - Clipboard Managers with Editing and Scripting Features\n* [MultiClipBoardSlots](https://www.softwareok.com/?seite=Microsoft/MultiClipBoardSlots) - Extend Clipboard by 10 Memory Slots\n\n***\n\n## ▷ Window Managers\n\n* ⭐ **[GlazeWM](https://github.com/glzr-io/glazewm)** - Tiling Window Manager\n* ⭐ **[Komorebi](https://github.com/LGUG2Z/komorebi)** - Tiling Window Manager\n* ⭐ **[WorkSpacer](https://workspacer.org/)** / [GitHub](https://github.com/workspacer/workspacer) - Tiling Window Manager\n* [⁠Seelen UI](https://github.com/eythaann/Seelen-UI) - Tiling Window Manager / [Discord](https://discord.gg/ABfASx5ZAJ)\n* [Whim](https://github.com/dalyIsaac/Whim/) - Pluggable Dynamic Window Manager\n* [DWM](https://github.com/prabirshrestha/dwm-win32) - Port of X11 dwm to Windows\n\n***\n\n## ▷ Virtual Machines\n\n* 🌐 **[Awesome Web Desktops](https://github.com/syxanash/awesome-web-desktops)** or [Simone's Computer](https://simone.computer/#/webdesktops) - Browser Operating Systems / VMs\n* ↪️ **[Emulators on Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_emulators_on_android)**\n* ⭐ **[VMware Workstation](https://www.techpowerup.com/download/vmware-workstation-pro/)** - Virtual Machine / [macOS VM](https://rentry.co/FMHYB64#vmware-workstation)\n* ⭐ **[QEMU](https://www.qemu.org/)** - Virtual Machine / Use w/ Virt-Manager or Vagrantup / [Docker Container](https://github.com/qemus/qemu) / [GitLab](https://gitlab.com/qemu-project/qemu)\n* ⭐ **[VirtualBox](https://www.virtualbox.org/)** - Virtual Machine\n* ⭐ **[Virt-Manager](https://virt-manager.org/)** / [GitHub](https://github.com/virt-manager/virt-manager) or [Vagrantup](https://www.vagrantup.com/) / [GitHub](https://github.com/hashicorp/vagrant) - Virtual Machine Managers\n* [Looking Glass](https://looking-glass.io/) - Kernel-Based Virtual Machine for VGA PCI Pass-Through / [GitHub](https://github.com/gnif/LookingGlass)\n* [Hyper-V](https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/) - Virtual Machine\n* [Denodo Test](https://community.denodo.com/test-drives/) - Virtual Machine\n* [OSBoxes](https://www.osboxes.org/) - Preinstalled Virtual Machine\n* [JSLinux](https://bellard.org/jslinux/) - Online Linux Virtual Machines\n* [QuickEmu](https://github.com/quickemu-project/quickemu) or [Dexpot](https://www.dexpot.de/) - Virtual Machine Creator\n* [WSL](https://learn.microsoft.com/en-us/windows/wsl/) - Run Linux on Windows / [Resources](https://github.com/sirredbeard/Awesome-WSL) / [Startup Launcher](https://github.com/nullpo-head/wsl-distrod) / [Wayland / X Server](https://github.com/microsoft/wslg) / [GitHub](https://github.com/microsoft/WSL)\n* [⁠Dockur](https://github.com/dockur) - Run Windows / macOS in Docker Containers\n* [Virtual x86](https://copy.sh/v86/) - x86-compatible OS Emulators\n* [PCjs Machines](https://www.pcjs.org/) - Classic Computer Emulators\n* [InfiniteMac](https://infinitemac.org/) - Apple OS Emulators\n* [winevdm](https://github.com/otya128/winevdm) - 16-bit Windows on 64-bit Systems\n* [Blink](https://github.com/jart/blink) - Linux Emulator for Windows\n* [Dockerholics](https://github.com/petersem/dockerholics) - Docker Apps\n\n***\n\n## ▷ Hackintosh\n\n* **Note** - Generating a unique SMBIOS is crucial for Apple services like iMessage and iCloud to function properly.\n\n***\n\n* ⭐ **[Hackintosh](https://hackintosh.com/) / [Subreddit](https://www.reddit.com/r/hackintosh/) / [Discord](https://discord.gg/u8V7N5C)** - Hackintosh Building Guides\n* ⭐ **[Dortania](https://dortania.github.io/OpenCore-Install-Guide/)** - Hackintosh Installation Guide\n* [OpenCore-Legacy-Patcher](https://dortania.github.io/OpenCore-Legacy-Patcher) - macOS on Unsupported Hardware\n* [OneClick-macOS](https://github.com/notAperson535/OneClick-macOS-Simple-KVM) - macOS VM with QEMU\n* [Emaculation](https://www.emaculation.com/) - Virtual macOS Environments\n* [Hackintosh Tools](https://rentry.org/hackintosh-tools)\n\n***\n\n# ► Hardware Tools\n\n* ↪️ **[PC Building / Shopping](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_electronics)**\n* ⭐ **[PSU Calculator](https://www.newegg.com/tools/power-supply-calculator/)** - Find Compatible Power Supplies\n* [DeviceTests](https://devicetests.com/) - Multiple Device Tests\n* [NotCPUCores](https://github.com/rcmaehl/NotCPUCores), [BES](https://mion.yosei.fi/BES/), [ParkControl](https://bitsum.com/parkcontrol/), [QuickCPU](https://coderbag.com/product/quickcpu) or [Process Lasso](https://bitsum.com/) - CPU Optimizer\n* [Ozone3D](https://www.ozone3d.net/index_softwares.php), [UNIGINE Benchmarks](https://benchmark.unigine.com/) or [OCCT](https://www.ocbase.com/occt/personal) - System Benchmarking\n* [Testmem5](https://www.overclock.net/threads/memory-testing-with-testmem5-tm5-with-custom-configs.1751608/) - Memory Benchmarking\n* [MemTest](https://www.memtest.org/) - Memory Diagnostic Tool\n* [SDIO](https://glenn.delahoy.com/snappy-driver-installer-origin), [Drivers Collection](https://driverscollection.com/), [Driverscape](https://www.driverscape.com/) or [DriverStoreExplorer](https://github.com/lostindark/DriverStoreExplorer) - Update / Install Missing Drivers / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/driver-note.md)\n* [VOGONS Drivers](https://vogonsdrivers.com/) - Vintage Computer Hardware Forum / [Forums](https://www.vogons.org/)\n\n***\n\n## ▷ Hardware Monitors\n\n* ⭐ **[HWiNFO](https://www.hwinfo.com/)** - System Info & Monitoring\n* [Traffic Monitor](https://github.com/zhongyang219/TrafficMonitor/) - Network & Hardware Monitor / Use Lite Version\n* [CoolerControl](https://docs.coolercontrol.org/) - Cooling Device Monitor / [Discord](https://discord.gg/MbcgUFAfhV) / [GitLab](https://gitlab.com/coolercontrol/coolercontrol)\n* [BatteryMode](https://en.bmode.tarcode.ru/) - System Tray Battery Percentage / Managers / [GitHub](https://github.com/tarcode-apps/BatteryMode)\n* [HWMonitor](https://www.cpuid.com/softwares/hwmonitor.html) - Hardware Monitor\n* [fastfetch](https://github.com/fastfetch-cli/fastfetch) - System Info & Monitoring\n* [⁠btop4win](https://github.com/aristocratos/btop4win) - System Info & Monitoring\n* [⁠NeoHtop](https://abdenasser.github.io/neohtop/) - Task Manager Alt\n* [Task Manager DeLuxe](https://www.mitec.cz/tmx.html) - Task Manager Alt\n* [Libre Hardware Monitor](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor) - Updated Fork of Open Hardware Monitor\n* [FanControl](https://getfancontrol.com/) / [GitHub](https://github.com/Rem0o/FanControl.Releases) or [FanCtrl](https://github.com/lich426/FanCtrl) - PC Fan Controllers\n* [bottom](https://github.com/ClementTsang/bottom) or [Glances](https://nicolargo.github.io/glances/) / [GitHub](https://github.com/nicolargo/glances) - Terminal Hardware Monitors\n\n***\n\n## ▷ GPU Tools\n\n* ⭐ **[NVTOP](https://github.com/Syllo/nvtop)** - GPU / Accelerator Process Monitor\n* ⭐ **[NVCleanstall](https://www.techpowerup.com/download/techpowerup-nvcleanstall/)** or [NVSlimmer](https://forums.guru3d.com/threads/nvslimmer-nvidia-driver-slimming-utility-continued.457504/) - NVIDIA Driver Packages\n* [Display Driver Uninstaller](https://www.wagnardsoft.com/display-driver-uninstaller-ddu-), [2](https://www.guru3d.com/download/display-driver-uninstaller-download) - Display Driver Removal Tool / [GitHub](https://github.com/Wagnard/display-drivers-uninstaller)\n* [TinyNvidiaUpdateChecker](https://github.com/ElPumpo/TinyNvidiaUpdateChecker) - NVIDIA GPU Update Checker\n* [nvidiaProfileInspector](https://github.com/Orbmu2k/nvidiaProfileInspector) or [NvidiaProfileInspectorRevamped](https://github.com/xHybred/NvidiaProfileInspectorRevamped) - Modify / View Hidden NVIDIA Settings / [Guide](https://youtu.be/XncmeD8khKY)\n* [RadeonSoftwareSlimmer](https://github.com/GSDragoon/RadeonSoftwareSlimmer) - Debloat AMD Drivers\n* [R.ID](https://rdn-id.com/) - AMD 3rd Party Drivers / [Discord](https://discord.gg/rdnid)\n* [PresentMon](https://github.com/GameTechDev/PresentMon) - GPU Benchmarking\n* [Universal x86 Tuning Utility](https://amdaputuningutility.com/) - Laptop GPU Controller / [GitHub](https://github.com/JamesCJ60/Universal-x86-Tuning-Utility)\n* [RyzenAdj](https://github.com/FlyGoat/RyzenAdj) - Ryzen Laptop GPU Controller\n\n***\n\n## ▷ Disk Tools\n\n* 🌐 **[Awesome Storage](https://github.com/okhosting/awesome-storage)** - File Storage Resources\n* 🌐 **[Awesome DataHoarding](https://github.com/simon987/awesome-datahoarding)** - Data Hoarding Resources\n* ⭐ **[WizTree](https://www.diskanalyzer.com/)**, [TreeSize](https://www.jam-software.com/treesize) or [WinDirStat](https://windirstat.net/) / [GitHub](https://github.com/windirstat/windirstat/) - Disk Usage Analyzers\n* ⭐ **[CrystalDiskMark](https://crystalmark.info/en/software/crystaldiskmark/)** or [CCISOBench](https://ccsiobench.com/) - Disk Benchmarking Tools\n* ⭐ **[GParted](https://gparted.org/)** / [GitLab](https://gitlab.gnome.org/GNOME/gparted/), [MiniTool Partition Wizard](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites) (Search) or [AOMEI Partition Assistant](https://www.diskpart.com/) / [Features](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_software_sites) (search) - Partition Managers\n* ⭐ **[Validrive](https://www.grc.com/validrive.htm)** - Check True Storage Size of USB Devices\n* [TrueNAS](https://www.truenas.com/) - Storage System\n* [QDirStat](https://github.com/shundhammer/qdirstat) - Directory Statistics\n* [CrystalDiskInfo](https://crystalmark.info/en/software/crystaldiskinfo/) / [Warning](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/crystaldiskinfo.md), [Scrutiny](https://github.com/AnalogJ/scrutiny), [GSmartControl](https://gsmartcontrol.shaduri.dev/) / [GitHub](https://github.com/ashaduri/gsmartcontrol) or [smartmontools](https://www.smartmontools.org/) - Drive Diagnostics\n* [Macrorit Partition Expert](https://macrorit.com/partition-magic-manager/partition-expert-download.html) - Disk Usage Analyzer\n* [Diskovery](https://diskovery.io/) - Disk Usage Analyzer\n* [Gdu](https://github.com/dundee/gdu) or [dua](https://lib.rs/crates/dua-cli) - Disk Usage Analyzer with Parallel Processing\n* [Erdtree](https://github.com/solidiquis/erdtree) - Cross-Platform Disk Usage Analyzer\n* [PC Manager](https://pcmanager-en.microsoft.com/) - Disk Managers / Cleanup\n* [Air Live Drive](https://www.airlivedrive.com/en/) - Mount Cloud Drives as Local Disks\n* [SFTPDrive](https://www.callback.com/sftpdrive) - Mount SFTP Servers as Local Disks\n\n***\n\n## ▷ Monitor Tools\n\n* ⭐ **[DisplayFusion](https://www.displayfusion.com/)** or [Dual Monitor Tool](https://sourceforge.net/projects/dualmonitortool/) - Dual Monitor Tools\n* ⭐ **[f.lux](https://justgetflux.com/)**, [LightBulb](https://github.com/Tyrrrz/LightBulb) or [ScreenTemperature](https://github.com/massaiTHEdog1/ScreenTemperature) - Auto-Adjust Display Color / Temperature\n* ⭐ **[Monitorian](https://github.com/emoacht/Monitorian)**, **[Twinkle Tray](https://twinkletray.com/)** / [GitHub](https://github.com/xanderfrangos/twinkle-tray) or [Dimmer](https://www.nelsonpires.com/software/dimmer) - Adjust Monitor Brightness\n* [EIZO](https://www.eizo.be/monitor-test/), [Monitor](https://www.monitortests.com/) or [LCDTech](https://lcdtech.info/en/tests/) - Monitor Performance Tests\n* [TestUFO](https://www.testufo.com/) - Monitor Framerate Test\n* [LittleBigMouse](https://github.com/mgth/LittleBigMouse) - DPI Test\n* [Scalizer](https://github.com/wonmor/Scalizer-Windows) - Auto DPI Scaling / [YouTube](https://youtu.be/f_3XWlmyat4)\n* [ICM](https://claraiscute.neocities.org/Guides/ICM/), [2](https://claraiscute.pages.dev/Guides/ICM/) - ICC Profiles and Monitor Calibration\n* [Display Calc](https://www.tools.rodrigopolo.com/display_calc/) - Display Distance / Dimension Calculator\n* [Multi-Monitor Calculator](https://multimonitorcalculator.com/) - Dual-Monitor Setup Planning / Tests\n* [Wide Gamut](https://www.wide-gamut.com/) - Color Compatibility Test\n* [⁠novideo_srgb](https://github.com/ledoge/novideo_srgb) - Restrict NVIDIA GPUs to sRGB / Prevent Oversaturation\n* [Dead.Pixel](https://lcdtech.info/en/tests/dead.pixel.htm) - Dead Pixel Test\n* [JScreenFix](https://www.jscreenfix.com/) - Repair Stuck Pixels\n* [CenterOfMyScreen](https://centerofmyscreen.com/) - Find Center of Monitor\n* [ShowDesktopOneMonitor](https://github.com/ruzrobert/ShowDesktopOneMonitor) - Show Desktop for Only One Monitor\n* [⁠Virtual Display Driver](https://github.com/VirtualDrivers/Virtual-Display-Driver) - Virtual Display Driver\n* [Deskreen](https://deskreen.com/) / [GitHub](https://github.com/pavlobu/deskreen) or [SpaceDesk](https://www.spacedesk.net/) - Use Mobile Device as Monitor\n* [ShaderGlass](https://github.com/mausimus/ShaderGlass) - Custom Screen Shaders\n* [DaltonLens](https://daltonlens.org/) or [Toptal](https://www.toptal.com/designers/colorfilter) - Color Blindness Filters\n* [NVDA](https://www.nvaccess.org/download/) - Screen Reader for Blind Users / [GitHub](https://github.com/nvaccess/nvda)\n\n***\n\n## ▷ Mouse / Keyboard\n\n* ⭐ **[r/MechanicalKeyboards Wiki](https://www.reddit.com/r/MechanicalKeyboards/wiki/index)** - Mechanical Keyboard Resources\n* ⭐ **[Hotkey Cheatsheet](https://hotkeycheatsheet.com/)**, [KeyCombiner](https://keycombiner.com/) or [Use The Keyboard](https://usethekeyboard.com/) - Hotkey Cheatsheets\n* ⭐ **[VIA](https://www.caniusevia.com/)** / [GitHub](https://github.com/the-via/app), [SharpKeys](https://github.com/randyrants/sharpkeys/), [Kanata](https://github.com/jtroo/kanata), [keymapper](https://github.com/houmain/keymapper), [Ergogen](https://ergogen.xyz/), [Mahou](https://gitea.com/BladeMight/Mahou) - Custom Keyboard Layouts / Remapping\n* ⭐ **[geekhack](https://geekhack.org/)** or [KeebTalk](https://www.keebtalk.com/) - Keyboard Forums\n* [⁠Keyboard Tester](https://keyboardtest.io/) or [Key Test](https://en.key-test.ru/) - Keyboard Testers\n* [HotkeyP](https://sourceforge.net/projects/hotkeyp/) or [CheatKeys](https://cheatkeys.com/cheatsheet) - Hotkey Remapping\n* [⁠Mouse Tester](https://mousetester.io/) - Mouse Testing Tools \n* [X-Mouse Button Control](https://www.highrez.co.uk/downloads/XMouseButtonControl.htm) - Re-Map Mouse Buttons / Scroll Wheel\n* [MoveMouse](https://github.com/sw3103/movemouse/) or [MouseJiggler](https://github.com/arkane-systems/mousejiggler) - Simulate User Activity\n* [Raw Accel](https://github.com/RawAccelOfficial/rawaccel) - Mouse Acceleration Tool\n* [StrokeIt](https://www.tcbmi.com/strokeit/) - Mouse Gestures\n* [Espanso](https://espanso.org/) - Typing Shortcuts / [GitHub](https://github.com/espanso/espanso)\n* [win-vind](https://pit-ray.github.io/win-vind/) - Vim Style Keybindings for Windows\n* [Vial](https://get.vial.today/) - Custom Keyboard Config Tool\n* [KeyViz](https://github.com/mulaRahul/keyviz) - Keystroke Visualizer\n* [WhatPulse](https://whatpulse.org/) - Mouse / Keyboard Usage Analyzer\n* [Kmonad](https://github.com/kmonad/kmonad) - Keyboard Manager\n* [Deskhop](https://github.com/hrvach/deskhop) - Quickly Switch Devices between Computers\n* [Is this good?](https://wiki.keyboard.gay/) - Custom Keyboard Guides\n* [DreyMaR's](https://dreymar.colemak.org/) - Keyboard Tips and Resources\n* [KDB](http://xahlee.info/kbd/keyboarding.html) - Mechanical Keyboard Building Guides\n* [Cosmos](https://ryanis.cool/cosmos/) - Create Custom Keyboards\n* [Keyboard Simulator](https://keyboardsimulator.xyz/) - Design & Test Virtual Keyboards\n\n***\n\n## ▷ System Audio\n\n* ⭐ **[Equalizer APO](https://sourceforge.net/projects/equalizerapo/)**, [2](https://equalizerapo.com/) / [GUI](https://sourceforge.net/projects/peace-equalizer-apo-extension/), [Dolby Access](https://apps.microsoft.com/detail/9n0866fs04w8) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/dolby-access-atmos-note.md) or [FXSound](https://www.fxsound.com/) - Audio Equalizers\n* ⭐ **[AutoEQ](https://autoeq.app/)** or [⁠PEQdB](https://peqdb.com/) - Create Custom Equalizer Presets / [Discord](https://discord.gg/B7e8cM76PM)\n* [VoiceMeeter](https://vb-audio.com/Voicemeeter/index.htm) - Audio Mixers / Multi-Device Playback / [Banana](https://vb-audio.com/Voicemeeter/banana.htm)\n* [⁠Sonar](https://steelseries.com/gg/sonar) or [noise-suppression-for-voice](https://github.com/werman/noise-suppression-for-voice) - Noise Cancelling Software\n* [SoundSwitch](https://soundswitch.aaflalo.me/) - Switch Audio Device with Hotkey / [GitHub](https://github.com/Belphemur/SoundSwitch)\n* [Audiocheck](https://www.audiocheck.net/) - Audio Tests\n* [SonyHeadphonesClient](https://github.com/mos9527/SonyHeadphonesClient) - Sony Headphones Clone\n* [LowAudioLatency](https://github.com/spddl/LowAudioLatency/) - Reduce Audio Latency\n* [DigitalFeed](https://abx.digitalfeed.net/) - Lossless Audio Sound System Test\n* [Online Mic Test](https://onlinemictest.com/) or [Check Mic](https://webcammictest.com/check-mic.html) - Mic Test\n* [Sound Meter](https://mybrowseraddon.com/sound-meter.html) or [REW](https://www.roomeqwizard.com) - Measure Surrounding Sound Level\n* [AirPods Dirty Secret](https://docs.kenp.io/) - AirPods Repair Directory\n\n***\n\n# ► Windows ISOs\n\n* ⭐ **[Genuine Installation Media](https://massgrave.dev/genuine-installation-media)** - Windows ISOs / [Clean Install Guide](https://massgrave.dev/clean_install_windows)\n* ⭐ **[Windows Install / Debloat Guide](https://wispydocs.pages.dev/windows/)**\n* [files.rg-adguard](https://files.rg-adguard.net/) or [MVS dump](https://awuctl.github.io/mvs/) - Verify ISO Legitimacy\n* [OS.click](https://os.click/en) - Windows ISOs\n* [MyDigitalLife](https://forums.mydigitallife.net/) - Windows ISOs / Forums\n* [Microsoft SD](https://www.microsoft.com/en-us/software-download/) - Windows ISOs / Official Site\n* [Old School OS](https://www.oldschoolos.com/), [OS Vault](https://osvault.weebly.com/directory.html), [VETUSWARE](https://vetusware.com/) or [WinWorldPC](https://winworldpc.com/) - Oldschool ISOs\n* [Fido](https://github.com/pbatard/Fido) - ISO Powershell Script\n* [NetBoot](https://netboot.xyz/) - iPXE Network Boot\n* [⁠MrChromebox](https://docs.mrchromebox.tech/), [Chrultrabook](https://docs.chrultrabook.com/) or [CoolStar](https://coolstar.org/chromebook/windows-install.html) - Install Windows / Linux on Chromebook\n\n***\n\n## ▷ USB / Bootloaders\n\n* ⭐ **[Rufus](https://rufus.ie/)** - Create Bootable USB Drives / [GitHub](https://github.com/pbatard/rufus)\n* [MediaCreationTool](https://github.com/AveYo/MediaCreationTool.bat) - Windows Deployment Automation\n* [USBTreeView](https://www.uwe-sieber.de/usbtreeview_e.html) - USB Device Tree Viewer\n* [CloverBootloader](https://github.com/CloverHackyColor/CloverBootloader/) - Bootloaders / [Config](https://mackie100projects.altervista.org/)\n\n***\n\n## ▷ Windows Activation\n\n* ⭐ **[MAS](https://rentry.co/FMHYB64#mas)** - Windows & Office Activation / [Discord](https://discord.gg/gjJEfq7ux8)\n* [OfficeRTool](https://rentry.co/FMHYB64#officertool-project) - Office Activation / Offline\n\n***\n\n## ▷ Windows Updates\n\n* ⭐ **[Windows 10 After EOL](https://massgrave.dev/windows10_eol)** - Receive Windows Updates After Win10's End-Of-Life\n* ⭐ **[ChangeWindows](https://www.changewindows.org/timeline)** - Latest Windows Update Info\n* [VCRedist](https://github.com/abbodi1406/vcredist), [2](https://gitlab.com/stdout12/vcredist), [3](https://codeberg.org/stdout12/vcredist) - AIO Repack for Microsoft Visual C++ Redists\n* [LegacyUpdate](https://legacyupdate.net/) - Fix Windows Updates for Legacy Editions\n* [WURefresh](https://github.com/AveYo/MediaCreationTool.bat/blob/main/bypass11/windows_update_refresh.bat) - Reset Windows Update Components\n* [UUP Dump](https://uupdump.net/) or [Microsoft Update Catalog](https://www.catalog.update.microsoft.com/) - Download Previous Windows Updates\n* [PC Health Check](https://aka.ms/GetPCHealthCheckApp) or [WhyNotWin11](https://github.com/rcmaehl/WhyNotWin11) - Identify why your PC isn't Ready for Windows 11\n* [FlashMyBoard](https://flashmyboard.com/) - Receive Motherboard Update Notifications\n\n***\n\n## ▷ Windows Repair\n\n* [MagNumDB](https://www.magnumdb.com/), [ErrorLookup](https://github.com/henrypp/errorlookup) or [Microsoft Error Lookup](https://learn.microsoft.com/en-us/windows/win32/debug/system-error-code-lookup-tool) - Windows Debugging Tools\n* [Medicat](https://medicatusb.com/) / [GitHub](https://github.com/mon5termatt/medicat_installer), [⁠SergeiStrelec](https://sergeistrelec.name/), [PhoenixPE](https://github.com/PhoenixPE/PhoenixPE) or [Hiren's BootCD PE](https://www.hirensbootcd.org/) - WinPE / Recovery Toolkits\n* [r/TechSupport](https://www.reddit.com/r/techsupport/) / [Wiki](https://rtech.support/) - Tech Support Subreddit / [Discord](https://discord.gg/2EDwzWa)\n* [Hardforum](https://hardforum.com/), [TechGuy](https://www.techguy.org/), [Eleven Forums](https://www.elevenforum.com/) or [Ten Forums](https://www.tenforums.com/) - Tech Support Forums\n\n***\n\n# ► Customization\n\n* 🌐 **[Windows-Ricing](https://github.com/winthemers/wiki)**, [Frutiger Aero Archive](https://frutigeraeroarchive.org/) or [Heliohost Guide](https://ninjasr.varesia.com/w/lb/windows) - Windows Ricing Resources\n* ⭐ **[Rainmeter](https://www.rainmeter.net/)** / [Discord](https://discord.com/invite/rainmeter) or [⁠Seelen UI](https://github.com/eythaann/Seelen-UI) / [Discord](https://discord.gg/ABfASx5ZAJ) - Desktop Customization Environments\n* ⭐ **[OpenRGB](https://openrgb.org/)** / [Beta](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/openrgb-beta.md), **[WLED](https://kno.wled.ge/)**, [Aurora](https://www.project-aurora.com/), [LiquidCTL](https://github.com/liquidctl/liquidctl), [Artemis](https://artemis-rgb.com/) or [FireLight](https://github.com/nicolasdeory/firelight) - RGB Lighting Control\n* ⭐ **[VSThemes](https://vsthemes.org/en/)**, [WindowsCustomization](https://windowscustomization.com/) or [7Themes](https://7themes.su/) - Theme Indexes\n* Styled Themes - [Anime](https://winmoes.com/) / [Modern Style](https://www.vinstartheme.com/) / [macOS Style](https://redd.it/pd5ha6) / [Old School Style](https://winclassic.boards.net/), [2](https://forum.spacehey.com/topic?id=94545)\n* [VirtualCustoms](https://virtualcustoms.net/), [⁠WinClassic](https://winclassic.net/) or [winthemers](https://discord.com/invite/8FFWAqdtc4) - Customization Communities\n* [Desktops](https://deskto.ps/) - Customization Showcases\n* [⁠ExplorerPatcher](https://github.com/valinet/ExplorerPatcher) - Win 10 Style Customization App for Win 11\n* [SecureUxTheme](https://github.com/namazso/SecureUxTheme) or [UltraUXThemePatcher](https://mhoefs.eu/software_uxtheme.php?ref=syssel&lang=en) - UX Patcher\n* [MechvibesDX](https://github.com/hainguyents13/mechvibes-dx) or [MechaKeys](https://mechakeys.robolab.io/) - Keyboard Sound Effects\n* [ElectricSheep](https://electricsheep.org/) or [After Dark CSS](https://www.bryanbraun.com/after-dark-css/) - Screensavers\n* [⁠Wallpapers Clan](https://wallpapers-clan.com/), [FolderMarker](https://foldermarker.com/), [Flaired Folder](https://flaired-folders.vercel.app/) or [CustomFolder](https://www.gdzsoft.com/) - Custom Folder Icons\n* [Recycle Bin Themes](https://github.com/sdushantha/recycle-bin-themes) - Custom Recycle Bin Icons\n* [msstyleEditor](https://github.com/nptr/msstyleEditor) - Visual Style Editor\n* [Taskbar Tweaker](https://tweaker.ramensoftware.com/), [TranslucentTB](https://github.com/TranslucentTB/TranslucentTB), [NiceTaskbar](https://www.microsoft.com/en-us/p/nicetaskbar/9pkl2s93xwb5) - Taskbar Customization / [Old School Style](https://github.com/dremin/RetroBar)\n* [⁠Sweezy Cursors](https://sweezy-cursors.com/) - Custom Animated Cursors / Requires no Extension \n* [AccentColorizer](https://github.com/krlvm/AccentColorizer) - Accent Color Customization\n* [BeautySearch](https://github.com/krlvm/BeautySearch) - Search Customization\n* [ElevenClock](https://www.marticliment.com/elevenclock/) - Clock Customization\n* [HackBGRT](https://github.com/Metabolix/HackBGRT) - Boot Logo Changer\n* [WinDynamicDesktop](https://github.com/t1m0thyj/WinDynamicDesktop) or [Dynamic Theme](https://apps.microsoft.com/detail/9nblggh1zbkw) - Auto Change Wallpaper\n* [ExplorerBlurMica](https://github.com/Maplespe/ExplorerBlurMica) - File Explorer Effects\n* [QTTabBar](https://github.com/indiff/qttabbar) - Windows File Explorer Enhancement\n* [WinSetView](https://github.com/LesFerch/WinSetView) - Globally Set Explorer Folder Views\n* [MicaForEveryone](https://github.com/MicaForEveryone/MicaForEveryone) - Title Bar Effects\n* [FluentFlyout](https://fluentflyout.com/) / [GitHub](https://github.com/unchihugo/FluentFlyout) (use github) or [ModernFlyouts](https://modernflyouts-community.github.io) - Modernized Flyout Menus\n* [Alternative Windows Shells Wiki](https://wikipedia.org/wiki/List_of_alternative_shells_for_Windows) - Alt Windows Shells\n* [Aerial](https://github.com/OrangeJedi/Aerial) - Apple TV Screensaver\n* [ExcelDarkThemeFix](https://github.com/matafokka/ExcelDarkThemeFix) - Fix Excel on Themed Windows\n* [MacType](https://www.mactype.net/) - Use Mac Fonts on Windows / [GitHub](https://github.com/snowie2000/mactype)\n\n***\n\n## ▷ App Themes\n\n* ⭐ **[Dracula](https://draculatheme.com/)** / [Discord](https://discord.com/invite/yDcFsrYuq9) or **[Catppuccin](https://catppuccin.com/)** / [Discord](https://discord.gg/r6Mdz5dpFc) - Custom App Themes\n* [Rosé Pine](https://rosepinetheme.com/) / [Discord](https://discord.gg/r6wf35KVJW), [Aura Theme](https://github.com/daltonmenezes/aura-theme) or [theme.park](https://theme-park.dev/) - Custom App Themes\n* [Totally Awesome List](https://forum.spacehey.com/topic?id=94545) - Old School App Themes\n* [Pokemon Terminal](https://github.com/LazoCoder/Pokemon-Terminal) - Pokémon Terminal Themes\n* [Traffic Monitor](https://github.com/zhongyang219/TrafficMonitor/) - System Monitor Themes\n* [terminal.sexy](https://terminal.sexy/), [TerminalSplash](https://terminalsplash.com/), [Solarized](https://ethanschoonover.com/solarized) or [WindowsTerminalThemes](https://windowsterminalthemes.dev/) - Terminal Themes\n\n***\n\n## ▷ Wallpapers\n\n* 🌐 **[WallSync](https://roigoatzzz.netlify.app/)**, [2](https://wallsync.pages.dev/) - Wallpaper Site Index / [GitHub](https://github.com/leroiduflow/Wallsync)\n* ⭐ **[wallhaven.cc](https://wallhaven.cc/)** - Search Wallpapers / [Downloader](https://github.com/eramdam/WallbaseDirectDownloader)\n* ⭐ **[Wallpaper Abyss](https://wall.alphacoders.com/)** - Search Wallpapers\n* ⭐ **[Rev Wallpaper](https://weris.ordinall.dev/)** or [r/WallpaperRequests](https://www.reddit.com/r/WallpaperRequests/) - Reverse Wallpaper Search\n* ⭐ **[Studio Ghibli Wallpapers](https://www.ghibli.jp/info/013772)** - Studio Ghibli Wallpapers\n* ⭐ **[LWP](https://github.com/jszczerbinsky/lwp)**, [DesktopHut](https://www.desktophut.com/) / [Discord](https://discord.com/invite/QzgnQtJdfs), [r/LivingBackgrounds](https://reddit.com/r/LivingBackgrounds), [WALLegend](https://wallegend.net/en/) or [MoeWalls](https://moewalls.com/) - Live Wallpapers\n* [WallpaperCave](https://wallpapercave.com/) - Search Wallpapers\n* [⁠WallsCloud](https://wallscloud.net/en/) - Search Wallpapers\n* [WallpapersCraft](https://wallpaperscraft.com/) - Search Wallpapers\n* [⁠WallBrowser](https://wallbrowser.com/) - Search Wallpapers\n* [VSThemes](https://vsthemes.org/en/) - Search Wallpapers\n* [⁠Wallpapers Clan](https://wallpapers-clan.com/) - Search Wallpapers\n* [r/Wallpaper](https://www.reddit.com/r/wallpaper/) - Wallpapers Community\n* [⁠WallWidgy](https://www.wallwidgy.app/) / [GitHub](https://github.com/not-ayan/wallwidgy), [Simple Desktops](https://simpledesktops.com/), [Minimalistic Wallpaper](https://minimalistic-wallpaper.demolab.com/) or [SetAsWall](https://www.setaswall.com/) - Minimalist Wallpapers\n* [Frutiger Aero Archive](https://frutigeraeroarchive.org/) - 2000s Style Wallpapers\n* [⁠Kawaii Hoshi](https://kawaiihoshi.com/) - Cute Wallpapers\n* [DualMonitorBackgrounds](https://www.dualmonitorbackgrounds.com/) - Dual Monitor Wallpapers\n* [CoolBackgrounds](https://coolbackgrounds.io/) - Customizable Wallpapers\n* [Aesthetic Wallpapers](https://github.com/D3Ext/aesthetic-wallpapers) - Aesthetic Wallpapers\n* [Xbox Wallpapers](https://www.xbox.com/en-us/wallpapers/) - Xbox Wallpapers\n* [Anime Pictures](https://anime-pictures.net/), [WallpaperWaifu](https://wallpaperwaifu.com/) or [MyLiveWallpapers](https://mylivewallpapers.com/) - Anime Wallpapers\n* [WallsPic](https://wallspic.com/), [WallpaperFlare](https://www.wallpaperflare.com/), [HDQwalls](https://hdqwalls.com/) or [UHD Wallpaper](https://www.uhdpaper.com/) - Misc Wallpapers\n* [G_Walls](https://t.me/G_Walls) - Telegram Wallpaper Channels\n* [Engine Workshop File](https://discord.com/invite/KMbdezWjKY) - Wallpaper Engine Wallpapers\n\n***\n\n## ▷ Wallpaper Tools\n\n* ⭐ **[Wallpaper Engine](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games/#wiki_.25BA_download_games)** / [2](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent/) (search) - Wallpaper / Live Wallpaper Manager\n* ⭐ **Wallpaper Engine Tools** - [PKG to Zip](https://github.com/TheRioMiner/Wallpaper-Engine-Pkg-to-Zip) / [Collections](https://www.wallpaperengine.space/collections), [2](https://steamcommunity.com/sharedfiles/filedetails/?id=2801058904) / [Workshop DL](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools#wiki_.25B7_steam_workshop_downloaders)\n* ⭐ **[Lively](https://www.rocksdanister.com/lively/)** or [ScreenPlay](https://screen-play.app/) - Live Wallpaper Manager\n* [backiee](https://apps.microsoft.com/store/detail/backiee-wallpaper-studio-10/9WZDNCRFHZCD) - Wallpaper Manager\n* [wallhaven-desktop](https://github.com/luisflorido/wallhaven-desktop) - Wallhaven Wallpaper Manager\n* [SuperPaper](https://github.com/hhannine/superpaper) - Cross-Platform Multi-Monitor Wallpaper Manager\n* [Background Switcher](https://johnsad.ventures/software/backgroundswitcher/) - Multi-Host Wallpaper Switcher\n* [AutoWall](https://github.com/SegoCode/AutoWall) - Turn Videos / GIFs to Live Wallpapers\n* [Awesome Wallpaper](https://awesome-wallpaper.com/) - Show System Information on Wallpaper\n"
  },
  {
    "path": "docs/text-tools.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/tools-index)**\n***\n***\n\n# ► Text Tools\n\n* ↪️ **[Image to Text](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_image_to_text_.2F_ocr)**\n* ↪️ **[Text to Speech](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_text_to_speech)**\n* ↪️ **[Study / Research](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_study_.2F_research)**\n* ↪️ **[Data Visualization](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_data_visualization_tools)**\n* ⭐ **[SortMyList](https://sortmylist.com/)**, **[TextCleanr](https://www.textcleanr.com/)**, [Text Mechanic](https://textmechanic.com/), [TextFixer](https://www.textfixer.com/), [OnlineTextTools](https://onlinetexttools.com/), [Convert Case](https://convertcase.net/), [TextCleaner](https://textcleaner.net/all-tools/) or [The Alphabetizer](https://alphabetizer.flap.tv/) - Organize / Format Text\n* ⭐ **[Goblin.tools](https://goblin.tools/Formalizer/)** - Transform Text with Spiciness Levels\n* [OpenPaper](https://openpaper.work/en/), [papis](https://github.com/papis/papis), [PaperMerge](https://www.papermerge.com/), [Paperless-ngx](https://docs.paperless-ngx.com) / [Doc Analyzer](https://github.com/clusterzx/paperless-ai/) / [GitHub](https://github.com/paperless-ngx/paperless-ngx), [⁠Docspell](https://docspell.org/) / [GitHub](https://github.com/eikek/docspell), [⁠Papra](https://github.com/papra-hq/papra) or [DataShare](https://datashare.icij.org/) - Document Managers\n* [SmartDoc](https://killytoronto.github.io/textanalyzer/) - Document Analyzer\n* [Diffr](https://loilo.github.io/diffr/), [Diffchecker](https://www.diffchecker.com/), [TextCompare](https://www.textcompare.org/), [Text-Compare](https://text-compare.com/), [OnlineTextCompare](https://onlinetextcompare.com/), [CompareText](https://www.comparetext.io/) or [DiffNow](https://www.diffnow.com/) - Compare Text\n* [Count Duplicates](https://www.somacon.com/p568.php) or [DuplicateWord](https://duplicateword.com/) - Count / Remove Duplicates in a List\n* [WindowTextExtractor](https://github.com/AlexanderPro/WindowTextExtractor) - Extract Text from Any Window\n* [⁠Unredact](https://github.com/leedrake5/unredact) - PDF Redaction Text Recovery \n* [Textify](https://ramensoftware.com/textify) - Copy Text from Any Dialog\n* [BeefText](https://beeftext.org/) - Text Substitution Tool\n* [⁠Asciify](https://asciify.dev/) - ASCII Character Reference\n* [Scanner](https://simon-knuth.github.io/scanner/index) or [NAPS2](https://www.naps2.com/) - Scanner Apps / [GitHub](https://github.com/simon-knuth/scanner)\n* [Calligrapher.ai](https://www.calligrapher.ai/), [Text to Handwriting](https://saurabhdaware.github.io/text-to-handwriting/), [texttohandwriting](https://texttohandwriting.com/) or [HandWrittner](https://handwrittner.com/?lang=en) - Text to Handwriting Converters\n* [telescopictext](https://www.telescopictext.org/) - Write Text Within Text\n* [DocuSeal](https://www.docuseal.com/) - Free Document Signing\n* [TemplateLab](https://templatelab.com/) or [FreePrintables](https://www.freeprintable.net/) - Free Document Templates\n\n***\n\n## ▷ Pastebins\n\n* ⭐ **[GitHub Gists](https://gist.github.com/)** or [GitLab Snippets](https://docs.gitlab.com/user/snippets/) - Multi-Syntax / Requires Sign-Up\n* ⭐ **[pastes.dev](https://pastes.dev/)** - Multi-Syntax / Markdown Support / [GitHub](https://github.com/lucko/paste)\n* ⭐ **[PrivateBin](https://privatebin.net/)**, [NoteBin](https://notebin.de/) or [⁠ZeroBin](https://www.zerobin.net/) - Markdown Support / Syntax Highlighting / [Instances](https://privatebin.info/directory) / [GitHub](https://github.com/PrivateBin/PrivateBin)\n* ⭐ **[Rentry](https://rentry.co/)**, [2](https://rentry.org/) - Markdown Support / [CLI](https://github.com/radude/rentry) / [Styling](https://rentry.co/rentryarchived)\n* ⭐ **[Markbox](https://fluffle.cc/)** - Markdown Support / [Source Code](https://git.0x8e.net/t/fluffle)\n* ⭐ **[Katbin](https://katb.in/)** - Plain Text / [GitHub](https://github.com/sphericalkat/katbin)\n* [⁠Pretrey](https://pretrey.fmhy.bid/) - Markdown / Dynamic Content Support \n* [Text.is](https://text.is/) - Markdown Support\n* [Yasosu](https://yaso.su/) - Multi-Syntax / Markdown Support / [Telegram](https://t.me/yaso_updates)\n* [bpa.st](https://bpa.st/) - Multi-Syntax / Markdown Support\n* [snowbin](https://pastes.fmhy.net/), [2](https://paste.fmhy.net/) - Markdown Support / [GitHub](https://github.com/fmhy/snowbin)\n* [⁠Ghostbin](https://ghostbin.co/) - Multi-Syntax / Markdown Support\n* [cryptgeon](https://cryptgeon.org/) - Single View / Plain Text / [GitHub](https://github.com/cupcakearmy/cryptgeon)\n* [pst.moe](https://pst.moe/) - Multi-Syntax / Markdown Support\n* [Pastee](https://pastee.dev/) - Multi-Syntax / Markdown Support\n* [Paste.to](https://paste.to/) - Markdown Support\n* [TxtBin](https://txtbin.org/) - Markdown Support\n* [dpaste.com](https://dpaste.com/) - Multi-Syntax / Markdown Support\n* [Paste](https://paste.boxlabs.uk/) - Multi-Syntax / Markdown Support / [GitHub](https://github.com/boxlabss/PASTE) \n* [⁠Codepasta](https://codepasta.app/) - Multi-Syntax / Markdown Support\n* [lesma](https://lesma.eu/) - Multi-Syntax / [GitLab](https://gitlab.com/ogarcia/lesma)\n* [NoPaste](https://nopaste.boris.sh/) - Multi-Syntax / [GitHub](https://github.com/bokub/nopaste)\n* [Pastebin.com](https://pastebin.com/) - Multi-Syntax\n* [pastemyst](https://paste.myst.rs/) - Multi-Syntax / [GitHub](https://github.com/codemyst/pastemyst)\n* [CentOS Pastebin](https://paste.centos.org/) - Multi-Syntax\n* [snippet.host](https://snippet.host/) - Multi-Syntax\n* [ProtectedText](https://www.protectedtext.com/) - Multi-Tab\n* [⁠Pastezz](https://paste.vidzee.wtf/) - Plain Text\n* [⁠Memochō](https://bin.kv2.dev/) / [GitHub](https://github.com/SitiSchu/memocho) or [bin](https://basedbin.fly.dev/) - Minimal Pastebins\n* [txt.fyi](https://txt.fyi/) - Markdown Pastebin\n* [MarkdownPastebin](https://markdownpastebin.com/) - Markdown Support\n* [Sparked Paste](https://paste.sparked.host/) - Plain Text / Syntax Highlighting\n* [Riseup Pad](https://pad.riseup.net/) - WYSIWYG Pastebin\n* [itty.bitty](https://itty.bitty.site/) - Site / Pastebin\n* [Opengist](https://opengist.io/) - Self-Hosted Pastebin / GitHub Gists Alt / [Demo](https://demo.opengist.io/) / [Discord](https://discord.gg/9Pm3X5scZT)\n\n***\n\n## ▷ Translators\n\n* **Note** - [AI Chatbots](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25B7_online_chatbots) sometimes translate better than traditional translators, especially when it comes to languages with inherently different structures.\n\n***\n\n* ⭐ **[DeepL](https://www.deepl.com/translator)** - Online AI-Based Translation\n* ⭐ **[Google Translate](https://translate.google.com/)** / [Extension](https://chromewebstore.google.com/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb) or [SimplyTranslate](https://st.privacydev.net/) / [.onion](http://st.g4c3eya4clenolymqbpgwz3q3tawoxw56yhzk4vugqrl6dtu3ejvhjid.onion/) - Online\n* ⭐ **[Kagi Translate](https://translate.kagi.com/)** - Online\n* ⭐ **[Translate Web Pages](https://github.com/FilipePS/Traduzir-paginas-web)** (firefox), [Kagi Extension](https://translate.kagi.com/extension) or [Linguist Translator](https://github.com/translate-tools/linguist) - Browser Extensions\n* ⭐ **[r/Translator](https://www.reddit.com/r/translator/)** - Translation Request Community\n* [LibreTranslate](https://libretranslate.com/) - FOSS Translator / Self-Hosted / Offline / [GitHub](https://github.com/LibreTranslate/LibreTranslate)\n* [Translate Shell](https://www.soimort.org/translate-shell/) - Translation CLI / [GitHub](https://github.com/soimort/translate-shell)\n* [Bing Translator](https://www.bing.com/translator) - Online\n* [Yandex Translator](https://translate.yandex.com/) - Online\n* [Reverso](https://context.reverso.net/translation/) - Online In-Context Translations\n* [Nice Translator](https://nicetranslator.com/) - Batch Multi-Language Translation\n* [Translator++](https://dreamsavior.net/) or [Renpy Translator](https://github.com/anonymousException/renpy-translator) - CAT For Games\n* [Poedit](https://poedit.net/) - Software Translation / [GitHub](https://github.com/vslavik/poedit)\n* [Morsecode World](https://morsecode.world/) - Morse Code Translation Tools\n* [Sign Translate](https://sign.mt/) - Text to Sign-Language Video Translator\n* [Text to Sign](https://wecapable.com/tools/text-to-sign-language-converter/) - Sign Language Translator\n* [⁠Braille Tanslator](https://wecapable.com/braille-translator/) - Braille Translator\n* [LingoJam](https://lingojam.com/) - Translator Creator\n\n***\n\n## ▷ Audio Transcription\n\n* 🌐 **[ASR Leaderboard](https://huggingface.co/spaces/hf-audio/open_asr_leaderboard)** - Speech to Text Leaderboard\n* [Whisper](https://github.com/openai/whisper) - Audio Transcription / [WebUI](https://huggingface.co/spaces/hf-audio/whisper-large-v3), [2](https://ggml.ai/whisper.cpp/)\n* [SpeechTexter](https://www.speechtexter.com/), [VoiceToText](https://voicetotext.org/), [Dictation](https://dictation.io/speech), [oTranscribe](https://otranscribe.com/) or [TalkTyper](https://talktyper.com/) - Browser-Based Speech-To-Text Tools\n* [Revoldiv](https://revoldiv.com/) or [Turboscribe](https://turboscribe.ai/) - AI-Based Transcriptions\n* [Vibe](https://thewh1teagle.github.io/vibe/) - Audio Transcription Software\n* [Buzz](https://github.com/chidiwilliams/buzz) - Audio Transcription Tool\n* [Handy](https://handy.computer/) - Audio Transcription Tool / [Discord](https://discord.gg/WVBeWsNXK4) / [GitHub](https://github.com/cjpais/Handy)\n* [⁠TransPocket](https://transpocket.com/) - Audio Transcription Tool\n* [WhisperX](https://github.com/m-bain/whisperX) - Audio Transcription Tool\n* [Parakeet](https://huggingface.co/spaces/nvidia/parakeet-tdt-0.6b-v2) - Audio Transcription / HuggingFace\n* [SpeechNotes](https://speechnotes.co/) - Speech Recognition Notes App\n* [LilySpeech](https://lilyspeech.com/) - Fast Voice-To-Text Software\n* [VoiceNotebook](https://voicenotebook.com/) - Speech Transcription Notebook\n\n***\n\n## ▷ Encode / Decode\n\n* 🌐 **[DecodeUnicode](https://decodeunicode.org/)** - Unicode Decoding Database\n* ⭐ **[CyberChef](https://gchq.github.io/CyberChef/)** - Encode / Decode Text / [GitHub](https://github.com/gchq/CyberChef)\n* ⭐ **[Base64 Decode](https://www.base64decode.org/)** - Encode / Decode Base64\n* ⭐ **[Auto Decoder](https://greasyfork.org/en/scripts/485772-fmhy-base64-auto-decoder)** - Auto-Decode B64 Links on Pastebins\n* [Online Tools](https://emn178.github.io/online-tools/index.html) - Text / URL Encoding and Decoding\n* [Ciphey](https://github.com/Ciphey/Ciphey) - Automated Decryption Tool\n* [Universal Encoding Tool](https://unenc.com/) - Encode / Convert Text\n* [cryptii](https://cryptii.com/) or [DenCode](https://dencode.com/) - Text / URL Encoding\n* [Coder](https://www.den4b.com/tools/coder) - Text / File / URL Encoding\n* [URL Decode](https://url-decode.com/) / [Encode](https://url-decode.com/tool/url-encode) - URL Encoding / Decoding\n* [quipqiup](https://www.quipqiup.com/) or [dCode](https://www.dcode.fr/en) - Cryptogram Solvers\n* [StegCloak](https://stegcloak.surge.sh/) - Hide Messages in Text\n* [Base64 Repair](https://base64.guru/tools/repair) - Fix Broken Base64\n* Base64 Extensions - [Chrome](https://chromewebstore.google.com/detail/base64-encoderdecoder/afdannbjainhcddbjjlhamdgnojibeoi), [2](https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf), [3](https://chromewebstore.google.com/detail/clip64-base64-decoder/hdneaoibdfdmifgfjjlkbkceanhjmgch) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/base64-decoder/)\n\n***\n\n## ▷ Grammar Check\n\n* **Note** - Most chatbots in the AI section can also check grammar.\n\n***\n\n* ⭐ **[LanguageTool](https://languagetool.org/)** - Web App\n* [QuillBot](https://quillbot.com/grammar-check) - Web App / [Extension](https://chromewebstore.google.com/detail/quillbot-ai-writing-and-g/iidnbdjijdkbmajdffnidomddglmieko) / [Features](https://rentry.co/FMHYB64#quill)\n* [Grammarly](https://www.grammarly.com/grammar-check) - Web App / [Extension](https://www.grammarly.com/browser)\n* [Writing Tools](https://github.com/theJayTea/WritingTools) - Desktop App - Requires Sign-Up\n* [Harper](https://writewithharper.com/) - Web App / Extension / [Discord](https://discord.com/invite/JBqcAaKrzQ) / [GitHub](https://github.com/automattic/harper)\n* [DeepL Write](https://www.deepl.com/write) - Web App\n* [⁠Kagi Proofread](https://translate.kagi.com/proofread) - Web App \n* [Scribens](https://www.scribens.com/) - Web App\n* [EditGPT](https://www.editgpt.app/) - Web App / Requires Sign-Up\n* [ProWritingAid](https://prowritingaid.com/grammar-checker) - Web App / Requires Sign-Up\n* [Outwrite](https://www.outwrite.com/) - Web App / Requires Sign-Up\n\n***\n\n## ▷ Emoji Indexes\n\n* ⭐ **[Emojipedia](https://emojipedia.org/)**, [EmojiDB](https://emojidb.org/), [Slackmojis](https://slackmojis.com/), [Emoji Picker](https://github-emoji-picker.vercel.app/) or [EmojiBatch](https://www.emojibatch.com/) - Emoji Indexes\n* [Emoji Engine](https://www.emojiengine.com/) - Multilingual Emoji Search\n* [winMoji](https://www.winmoji.com/) - Emoji Managers\n* [EmojiRequests](https://emojirequest.com/) - Custom User-Made Emojis\n* [Cult of the Party Parrot](https://cultofthepartyparrot.com/) - Party Parrot Emojis\n* [Pepe Server Archive](https://github.com/Overimagine1/pepe-server-archive) - Pepe Emojis\n* [Emojify](https://madelinemiller.dev/apps/emojify/) - Emojify Text\n\n***\n\n## ▷ Unicode Characters\n\n* ⭐ **[Amp What](https://www.amp-what.com/)**\n* [CopyChar](https://copychar.cc/)\n* [Unicode Table](https://symbl.cc/)\n* [Unicode Explorer](https://unicode-explorer.com/)\n* [Symbol.so](https://symbol.so/)\n* [Graphemica](https://graphemica.com/)\n* [SymbolSelect](https://www.symbolselect.com/)\n* [Character Map](https://github.com/character-map-uwp/Character-Map-UWP)\n* [Unifoundry](https://unifoundry.com/)\n* [Cool Symbol](https://coolsymbol.com/)\n* [emotes.io](https://emotes.io/), [CuteSymbols](https://www.cutesymbols.net/), [2](https://www.textemoji.org/) or [GetSymbol](https://www.getsymbol.net/) / [2](https://www.cute-kaomoji.com/) - Copy Unicode Emotes\n\n***\n\n## ▷ Typing Lessons\n\n* ⭐ **[Monkeytype](https://monkeytype.com/)** - Custom Touch Typing Tests / [Discord](https://discord.com/invite/monkeytype) / [GitHub](https://github.com/monkeytypegame/monkeytype)\n* ⭐ **[keybr](https://www.keybr.com/)** - Custom Touch Typing Practice / [GitHub](https://github.com/aradzie/keybr.com)\n* [⁠Layouts Wiki](https://layouts.wiki/) - Alt Typing Layouts Wiki \n* [Typing Guide](https://docs.google.com/document/d/1W0jhfqJI2ueJ2FNseR4YAFpNfsUM-_FlREHbpNGmC2o) - In-Depth Typing Guide\n* [Typ.ing](https://typ.ing/), [Typings](https://typings.gg/), [⁠TypeGG](https://typegg.io/) / [Discord](https://discord.com/invite/64v955z) or [typing.works](https://typing.works/) - Typing Tests\n* [Typing.com](https://www.typing.com/) - Touch Typing Lessons\n* [Typing Club](https://www.typingclub.com/) - Touch Typing Lessons\n* [typing.academy](https://www.typing.academy/) - Typing Lessons / Requires JavaScript Enabled\n* [TypeRacer](https://play.typeracer.com/), [ZType](https://zty.pe/), [TypeRush](https://www.typerush.com/) or [ARRRType](https://www.arrrtype.com/) - Typing Games\n* [NGram Type](https://ranelpadon.github.io/ngram-type/), [KeyZen MAB](https://adamgradzki.com/keyzen-mab/) or [Keyzen Colmak](https://ranelpadon.github.io/keyzen-colemak-dh/) - Touch Typing Tests\n* [⁠Typersguild](https://typersguild.com/), [TypeLit.io](https://www.typelit.io/) or [Entertrained](https://entertrained.app/) - Book Typing Tests\n* [TypingStudy](https://www.typingstudy.com/) or [TypeFast](https://typefast.io/) - Multilingual Touch Typing Tests\n* [10fastfingers](https://10fastfingers.com/) - Typing Competitions\n\n***\n\n# ► Text Editors\n\n* 🌐 **[List of Text Editors](https://wikipedia.org/wiki/List_of_text_editors)** - Text Editor / Notepad Index\n* 🌐 **[⁠TextEditors](http://texteditors.org/)** - Text Editor Index + Reviews\n* ↪️ **[Android Text Editor](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_android_text_tools)**\n* ↪️ **[Code Editors / IDEs](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_ides_.2F_code_editors)**\n* ⭐ **[Notepad++](https://notepad-plus-plus.org/)** / [GitHub](https://github.com/notepad-plus-plus/notepad-plus-plus) or [NotepadNext](https://github.com/dail8859/NotepadNext) - Notepad & Code Editor\n* [EncryptPad](https://evpo.net/encryptpad/) - Encrypted Text Editor / [GitHub](https://github.com/evpo/EncryptPad)\n* [Notepads](https://www.notepadsapp.com/) - Text Editor / [GitHub](https://github.com/0x7c13/Notepads)\n* [FastNotes](https://fastedit.frozenassassine.de/) - Text Editor / [GitHub](https://github.com/FrozenAssassine/Fastedit)\n* [Kompad](https://github.com/hudy9x/kompad) - Text Editor\n* [Sublime Text](https://www.sublimetext.com/) - Text Editor / [Package Manager](https://packagecontrol.io/)\n* [Zim Wiki](https://zim-wiki.org/) - Wiki Text Editor\n* [tomboy-ng](https://github.com/tomboy-notes/tomboy-ng) - TomBoy-Based Text Editor\n* [SciTE](https://www.scintilla.org/SciTE.html) - Text Editor\n\n***\n\n## ▷ Note-Taking\n\n* ↪️ **[Android Note-Taking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_text_tools)**\n* ⭐ **[Obsidian](https://obsidian.md/)** - Markdown Note-Taking / Windows, Mac, Linux, Android, iOS / [Discord](https://discord.gg/obsidianmd)\n* ⭐ **Obsidian Tools** - [Publish Notes](https://dg-docs.ole.dev/) / [Web Clipper](https://github.com/obsidianmd/obsidian-clipper) / [Google Drive Sync](https://github.com/stravo1/obsidian-gdrive-sync) / [Guides](https://help.obsidian.md/Home) / [Forum](https://forum.obsidian.md/)\n* ⭐ **[AnyType](https://anytype.io/)** - Note-Taking / E2EE / Windows, Mac, Linux, Android, iOS / [Telegram](https://t.me/anytype) / [GitHub](https://github.com/anyproto/anytype-ts)\n* ⭐ **[AppFlowy](https://appflowy.com/)** - Note-Taking / Windows, Mac, Linux, Android, iOS / [Discord](https://discord.com/invite/appflowy-903549834160635914) / [GitHub](https://github.com/AppFlowy-IO)\n* ⭐ **[Logseq](https://logseq.com/)** - Outlining / Windows, Mac, Linux, Android, iOS / [Discord](https://discord.com/invite/VNfUaTtdFb) / [GitHub](https://github.com/logseq/logseq)\n* ⭐ **[Notesnook](https://notesnook.com/)** - Note-Taking / E2EE / Windows, Mac, Linux, Android, iOS / [Discord](https://discord.com/invite/zQBK97EE22) / [GitHub](https://github.com/streetwriters/notesnook)\n* [Simplenote](https://simplenote.com/) - Note-Taking / Windows, Mac, Linux, Android, iOS / [GitHub](https://github.com/Automattic/simplenote-electron)\n* [AFFiNE](https://affine.pro/) - Note-Taking / Windows, Mac, Linux, Android, iOS / [GitHub](https://github.com/toeverything/AFFiNE) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/affine-note.md)\n* [Notion](https://www.notion.com/) - Note-Taking / Windows, Mac, Android, iOS\n* Notion Tools - [Resources](https://www.notioneverything.com/notion-world), [2](https://chief-ease-8ab.notion.site/List-of-200-Notion-Resources-e1b46cd365094265bd47b8a2b25bb41e) / [Guide](https://easlo.notion.site/Notion-Beginner-to-Advanced-8a492960b049433289c4a8d362204d20) / [Markdown Extractor](https://notionconvert.com/) / [Web Clipper](https://www.notion.com/web-clipper)\n* [Lokus](https://www.lokusmd.com/) - Markdown Note-Taking / Windows, Mac, Linux / [GitHub](https://github.com/lokus-ai/lokus)\n* [Trilium](https://github.com/TriliumNext/Trilium) - Info Manager / Windows, Mac, Linux\n* [Mochi Cards](https://mochi.cards/) - Note-Taking / Study Tools / Windows, Mac, Linux, Android, iOS\n* [Silicon](https://github.com/cu/silicon) - Note-Taking / Self-Hosted\n* [Flotes](https://flotes.app/) - Markdown Note-Taking / Web-Based\n* [QOwnNotes](https://www.qownnotes.org/) - Markdown Note-Taking / Windows, Mac, Linux\n* [vNote](https://app.vnote.fun/en_us/) - Markdown Note-Taking / Windows, Mac, Linux / [GitHub](https://github.com/vnotex/vnote)\n* [Tiddly](https://tiddlywiki.com/) - Info Manager / Windows, Mac, Linux / [Desktop](https://github.com/tiddly-gittly/TidGi-Desktop)\n* [Org-roam](https://www.orgroam.com/) - Info Manager / Self-Hosted / [GitHub](https://github.com/org-roam/org-roam)\n* [Desklamp](https://desklamp.io/) - Reading / Note-Taking / Highlighting Tool / Windows / [Guide](https://app.desklamp.io/read?id=46b203c6-d8df-453d-b546-95a8fa7a44b9&mode=explore)\n* [Memos](https://usememos.com/) - Note-Taking / Self-Hosted / [Discord](https://discord.gg/tfPJa4UmAv) / [GitHub](https://github.com/usememos/memos)\n* [Papers.IM](https://papers.im/) - Note-Taking / Web-Based\n* [Joplin](https://joplinapp.org/) - Note-Taking / Windows, Mac, Linux, Android, iOS / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/joplin-web-clipper/) / [Chrome](https://chrome.google.com/webstore/detail/joplin-web-clipper/alofnhikmmkdbbbgpnglcpdollgjjfek?hl=en-GB) / [Discord](https://discord.com/invite/d2HMPwE) / [GitHub](https://github.com/laurent22/joplin)\n* [MicroPad](https://getmicropad.com/) - Note-Taking / Windows, Mac, Linux / [Web](https://web.getmicropad.com/)\n* [WriteDown](https://writedown.app/) - Note-Taking / Web-Based / [GitHub](https://github.com/NayamAmarshe/writedown)\n* [DocMost](https://docmost.com/) - Note-Taking / Self-Hosted / [GitHub](https://github.com/docmost/docmost)\n* [KeyNote NF](https://github.com/dpradov/keynote-nf) - Note-Taking / E2EE / Windows\n* [SilentNotes](https://www.martinstoeckli.ch/silentnotes/) - Note-Taking / E2EE / Windows, Android / [GitHub](https://github.com/martinstoeckli/SilentNotes)\n* [Google Keep](https://keep.google.com/) - Simple Notes / Android, iOS / [Chrome](https://chromewebstore.google.com/detail/google-keep-chrome-extens/lpcaedmchfhocbbapmcbpinfpgnhiddi)\n* [⁠Crypt.ee](https://crypt.ee/) - Encrypted Notes / E2EE / Windows, Mac, Linux, Android, iOS\n* [Standard Notes](https://standardnotes.com/) - Encrypted Notes / E2EE / Windows, Mac, Linux, Android, iOS / [Web](https://app.standardnotes.com/) [Discord](https://discord.com/invite/9VNW3kK554) / [GitHub](https://github.com/standardnotes/app)\n* [Saber](https://saber.adil.hanney.org/) - Handwritten Notes / Windows, Mac, Linux, Android, iOS [GitHub](https://github.com/saber-notes/saber)\n* [Butterfly](https://butterfly.linwood.dev/) - Handwritten Notes / Windows, Mac, Linux, Android, iOS / [Discord](https://discord.com/invite/97zFtYN) / [GitHub](https://github.com/LinwoodDev/Butterfly)\n* [Xournal++](https://xournalpp.github.io/) - Handwritten Notes / Windows, Mac, Linux / [GitHub](https://github.com/xournalpp/xournalpp)\n* [BookStack](https://www.bookstackapp.com/) / [GitHub](https://github.com/BookStackApp/BookStack), [NoteDiscovery](https://www.notediscovery.com/) / [GitHub](https://github.com/gamosoft/NoteDiscovery/) or [Siyuan](https://b3log.org/siyuan/en) / [GitHub](https://github.com/siyuan-note/siyuan) - Self-Hosted Info Managers\n\n***\n\n## ▷ Office Suites\n\n* ↪️ **[Office Activation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/system-tools#wiki_.25B7_windows_activation)** / [Custom Install Guide](https://massgrave.dev/office_c2r_custom)\n* ⭐ **[LibreOffice](https://www.libreoffice.org/)** - FOSS Office Suite\n* ⭐ **[OnlyOffice](https://www.onlyoffice.com/)** - Office Suite\n* ⭐ **[Microsoft Office](https://massgrave.dev/office_c2r_links)** - Office Suite / [Hotkeys](https://support.microsoft.com/en-us/office/keyboard-shortcuts-in-microsoft-365-e765366f-24fc-4054-870d-39b214f223fd) / [Removal Tool](https://github.com/abbodi1406/WHD/blob/master/scripts/OfficeScrubber_13.zip), [2](https://gitlab.com/stdout12/batutil/-/tree/master/OfficeScrubber), [3](https://codeberg.org/stdout12/BatUtil/src/branch/master/OfficeScrubber)\n* [Calligra](https://calligra.org/) - FOSS Office Suite\n* [Ziziyi](https://office.ziziyi.com/) - Online Office Suite ⁠Office / [GitHub](https://github.com/baotlake/office-website)\n* [Office365Version](https://www.office365versions.com/) - Office 365 Version History\n\n***\n\n## ▷ Online Editors\n\n* ⭐ **[Proton Docs](https://proton.me/drive/docs)** - Local / Cloud Saves / [Discord](https://discord.com/invite/proton)\n* ⭐ **[takenote](https://takenote.dev/)** - Local Saves\n* ⭐ **[Zen](https://zen.unit.ms/)** - Local Saves\n* [Leaflet](https://leaflet.pub/) - Cloud Saves / Customizable / [Examples](https://leaflet.pub/bfed2569-f9c0-4c2a-a281-9f57bc372082)\n* [Browserpad](https://browserpad.org/) - Local Saves\n* [Online Notepad](https://onlinenotep.ad) - Local Saves\n* [Notepad](https://notepad.js.org/) - Local Saves\n* [onlinenotepad](https://onlinenotepad.org/) - Local Saves\n* [notepad-online.net](https://notepad-online.net/) - Local Saves\n* [ssavr](https://www.ssavr.com/) - Local Saves\n* [notepad-online.com](https://notepad-online.com/) - Local Saves\n* [JustNotePad](https://justnotepad.com/) - Local Saves\n* [NotesOnline](https://notesonline.org/) - Local Saves\n* [PasteePad](https://pasteepad.com/) - Local Saves\n* [Shrib](https://shrib.com/) - Local / Cloud Saves\n* [MemOnNotepad](https://www.memonotepad.com/) - Local / Cloud Saves\n* [Write Box](https://write-box.appspot.com/) - Local / Cloud Saves\n* [dDocs](https://docs.fileverse.io/) - Cloud Saves\n* [NimbleText](https://nimbletext.com/Live) - Cloud Saves\n* [ZippyJot](https://www.zippyjot.com/) - Cloud Saves\n* [KiloDoc](https://www.kilodoc.com/) - Cloud Saves\n* [TinyList](https://tinylist.app/) - Cloud Saves\n* [TextSlave](https://www.textslave.com/) - Cloud Saves\n* [GhostText](https://ghosttext.fregante.com/) - Cloud Saves\n* [AnyTextEditor](https://anytexteditor.com/) - Cloud Saves\n\n***\n\n## ▷ Mind Mapping\n\n* ⭐ **[Obsidian Canvas](https://obsidian.md/canvas)**\n* [FreeMind](https://freemind.sourceforge.net/)\n* [Kinopio](https://kinopio.club/)\n* [Freeplane](https://github.com/freeplane/freeplane)\n* [Mindomo](https://www.mindomo.com/)\n* [Yuque](https://www.yuque.com/)\n* [MindMapp](https://mindmapp.cedoor.dev/app)\n* [are.na](https://www.are.na/)\n* [Domino](https://kool.tools/domino)\n* [GitMind](https://gitmind.com/)\n* [xTiles](https://xtiles.app/en)\n* [Capacities](https://capacities.io/)\n* [bubbl](https://bubbl.us/)\n* [Heimer](https://github.com/juzzlin/Heimer)\n* [Cubox](https://cubox.cc/)\n* [vym](https://github.com/insilmaril/vym)\n* [⁠Tangent](https://www.tangentnotes.com/) - Markdown Mind Mapping / [Discord](https://discord.gg/6VpvhUnxFe) / [GitHub](https://github.com/suchnsuch/Tangent)\n* [markmap](https://markmap.js.org/) - Markdown Mind Mapping / [GitHub](https://github.com/markmap/markmap)\n* [Coggle](https://coggle.it/) - Collaborative\n* [CardSmith](https://cardsmith.co/) - Collaborative Mind Mapping\n* [MindMeister](https://www.mindmeister.com/) - Collaborative Mind Mapping\n* [Slatebox](https://slatebox.com/) - Collaborative Mind Mapping\n\n***\n\n## ▷ Text / Code Collaboration\n\n* ⭐ **[Google Docs](https://www.google.com/docs/about/)** / [HTML Converter](https://github.com/evbacher/gd2md-html)\n* ⭐ **[CryptPad](https://cryptpad.fr/)**\n* [Mattermost](https://mattermost.com/)\n* [Codeshare](https://codeshare.io/)\n* [HackMD](https://hackmd.io/)\n* [Taskade](https://www.taskade.com/)\n* [Socket](https://socket.io/)\n* [Whimsical](https://whimsical.com/)\n* [Ellipsus](https://ellipsus.com/)\n* [Etherpad](https://etherpad.org/)\n* [SharePad](https://sharepad.io/)\n* [Pixso](https://pixso.net/)\n* [FidusWriter](https://www.fiduswriter.org/)\n* [Overleaf](https://www.overleaf.com/)\n* [Typst](https://typst.app/home) / [Resources](https://github.com/qjcg/awesome-typst) / [GitHub](https://github.com/typst/typst)\n* [Rustpad](https://rustpad.io) / [GitHub](https://github.com/ekzhang/rustpad)\n* [OnlineInterview.io](https://onlineinterview.io/)\n\n***\n\n## ▷ Spreadsheet Editors\n\n* 🌐 **[MTEB Leaderboard](https://huggingface.co/spaces/mteb/leaderboard)** - Text Embedding AI Leaderboard\n* [⁠QSV](https://github.com/dathere/qsv) or [Xan](https://github.com/medialab/xan) - CSV CLI Toolkits\n* [⁠Proton Sheets](https://proton.me/drive/sheets) / [Discord](https://discord.com/invite/proton), [⁠dSheets](https://sheets.fileverse.io/) or [EditCSVOnline](https://www.editcsvonline.com/) - Online Spreadsheet Viewers / CSV Editors\n* [tad](https://github.com/antonycourtney/tad), [Tree Sheets](https://strlen.com/treesheets/), [VisiData](https://www.visidata.org/), [Gnumeric](https://gnome.pages.gitlab.gnome.org/gnumeric-web/) or [Quadratic](https://www.quadratichq.com/) - Spreadsheet Viewers / CSV Editors\n* [Framacalc](https://framacalc.org/) or [EtherCalc](https://ethercalc.net/) / [GitHub](https://github.com/audreyt/ethercalc) - Collaborative Spreadsheets\n* [Jamovi](https://www.jamovi.org/) - Statistical Spreadsheets\n* [⁠Excel Easy](https://www.excel-easy.com/) - Excel / Spreadsheet Guide \n* [Excel Macro Mastery](https://excelmacromastery.com/vba-articles/) - Excel VBA Guides\n* [ExcelJet](https://exceljet.net/formulas) or [Excel Functions](https://www.excelfunctions.net/) - Excel Formulas\n* [Vertex42](https://www.vertex42.com/) - Excel Templates\n* [Plain Text Table](https://plaintexttools.github.io/plain-text-table/) - Text Tables\n* [SubjectiveSort](https://wiesenthal.github.io/SubjectiveSort/) - Create Ranked List from CSV\n* [Structifi](https://structifi.com/) - Convert Files to Structured Data\n* [TadViewer](https://www.tadviewer.com/) - View / Analyze Tabular Data\n\n***\n\n## ▷ Writing Tools\n\n* ↪️ **[AI Writing Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_ai_writing_tools)**\n* ↪️ **[RPG / Fantasy Writing Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/game-tools/#wiki_.25B7_rpg_worldbuilding)**\n* ⭐ **[Writer](https://www.gibney.org/writer)**, [FocusWriter](https://gottcode.org/focuswriter/), [Writemonkey](https://writemonkey.com/), [blank.page](https://blank.page/), [Telegra.ph](https://telegra.ph/), [Aurelius](https://aurelius.ink), [ZenPen](https://zenpen.io/), [Write.as](https://write.as/), [Owri](https://owri.netlify.app/), [WriteSpace](https://www.writespace.app/) or [WriteNext](https://www.writenext.io/) - Distraction-Free Writing\n* ⭐ **[Manuskript](https://www.theologeek.ch/manuskript/)** - Writing Organizer / Planner\n* ⭐ **[NovelWriter](https://novelwriter.io/)** or [Bibisco](https://bibisco.com/) - Novel Editors\n* ⭐ **[Linked](https://uselinked.com/)**, [journaltxt](https://journaltxt.github.io/), [Gekri](https://gekri.com/), [Microsoft Journal](https://www.microsoft.com/en-us/garage/profiles/journal/), [Diarium](https://diariumapp.com/) or [jrnl.sh](https://jrnl.sh/) - Journal Apps\n* [⁠Heavyweight](https://heavyweight.cc/) - Generate Important-Looking Letters \n* [Tuesday JS](https://kirill-live.itch.io/tuesday-js) - Visual Novel Editor / [GitHub](https://github.com/Kirilllive/tuesday-js)\n* [RenPy](https://www.renpy.org/) - Visual Novel Editor / [GitHub](https://github.com/renpy/renpy)\n* [Fortelling](https://www.fortelling.app/) or [Novelist](https://beta.novelist.app) - Novel Plotting / Editing Workspaces\n* [Infinite Story](https://infinite-story.com/), [Strand](https://strand.jinay.dev/), [Agora](https://www.agorawriter.com/) or [WriteAlong](https://www.writealong.io/) - Collaborative Writing / Feedback\n* [Gateway Forge](https://gatewayforge.com/) / [Modules](https://gatewayforge.com/resources) / [Discord](https://discord.gg/c3PEQxxKfn) or [Chronicler](https://chronicler.pro/) / [Discord](https://discord.gg/cXJwcbe2b7) / [GitHub](https://github.com/mak-kirkland/chronicler) - Worldbuilding / Story Writing Apps\n* [LanguageIsAVirus](https://www.languageisavirus.com/) or [MDWA](https://www.squibler.io/dangerous-writing-prompt-app) - Writing Prompts\n* [Twinery](https://twinery.org/) - Interactive Non-Linear Story Creator\n* [TextUSM](https://textusm.com/) - User Story Map Generator / [GitHub](https://github.com/harehare/textusm)\n* [Idyll](https://idyll-lang.org/editor) - Create Interactive Essays / [GitHub](https://github.com/idyll-lang/idyll)\n* [STARC](https://starc.app/), [WriteSolo](https://www.writersolo.com/) or [Celtx](https://www.celtx.com/) - Script / Screen Writing Tools\n* [Rarebit](https://rarebit.neocities.org/) - Webcomics Template\n* [PolyGlot](https://draquet.github.io/PolyGlot/) or [VulgarLang](https://www.vulgarlang.com/) - Spoken Language Construction Tools\n* [How to annotate literally everything](https://beepb00p.xyz/annotating.html) - Annotation Tools / Resources\n* [Label Buddy](https://jeromedockes.github.io/labelbuddy/labelbuddy/current/) - Annotation Tool / [GitHub](https://github.com/jeromedockes/labelbuddy)\n* [rNote](https://rnote.flxzt.net/) - Annotation Tool / [GitHub](https://github.com/flxzt/rnote)\n* [MonsterWriter](https://www.monsterwriter.com/) - Thesis Writing / Note-Taking\n\n***\n\n## ▷ To Do Lists\n\n* ↪️ **[Android To-Do Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_to-do_apps)**\n* ⭐ **[Goblin.tools](https://goblin.tools/)** - Automatic Task Breakdown\n* ⭐ **[TickTick](https://www.ticktick.com/)** / [Features](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_software_sites2) (search)\n* ⭐ **[Super Productivity](https://super-productivity.com/)**\n* [Columns](https://columns.app/) - Checklists\n* [YearCompass](https://yearcompass.com/) - New Years Resolution Booklet\n* [daily.place](https://www.daily.place/)\n* [SuperList](https://www.superlist.com/)\n* [dooit](https://github.com/dooit-org/dooit) / [Extras](https://github.com/dooit-org/dooit-extras)\n* [ToDo List](https://www.abstractspoon.com/) / [GitHub](https://github.com/abstractspoon)\n* [Diry AI](https://www.diry.ai/)\n* [Fokus](https://fokus-website.netlify.app/)\n* [OpenToDoList](https://gitlab.com/rpdev/opentodolist)\n* [Microsoft To Do](https://to-do.office.com/)\n* [NullBoard](https://github.com/apankrat/nullboard)\n* [LunaTask](https://lunatask.app/)\n* [ToDoZero](https://todozero.com/)\n* [LifeAt](https://lifeat.io/)\n* [Tasks](https://github.com/BaldissaraMatheus/Tasks.md)\n* [Taskwarrior](https://taskwarrior.org/)\n* [Vikunja](https://vikunja.io/) - Self-Hosted\n\n***\n\n## ▷ ASCII Art\n\n* ⭐ **[TAAG](https://patorjk.com/software/taag/)**, [DeepAA](https://github.com/OsciiArt/DeepAA), [Kammerl](https://www.kammerl.de/ascii/AsciiSignature.php), [ASCII Art Studio](https://www.majorgeeks.com/files/details/ascii_art_studio.html) or [ASCII Today](https://ascii.today/) - ASCII Art / Text Generators\n* [REXPaint](https://www.gridsagegames.com/rexpaint/), [Asciistrator](https://wieslawsoltes.github.io/Asciistrator/), [ASCII Sketch](https://files.littlebird.com.au/ascii-sketch.html), [Playscii](https://jp.itch.io/playscii), [⁠Monosketch](https://monosketch.io/) or [PabloDraw](https://picoe.ca/products/pablodraw/) - ASCII Editors / Drawing\n* [ASCII Paint](https://ascii.alienmelon.com/), [⁠TextPaint](https://textpaint.com/) or [⁠ASCII Blaster](https://asdf.us/asciiblaster/), [2](https://ircart.github.io/asciiblaster/) / [GitHub](https://github.com/ircart/asciiblaster)- ASCII Paint Tools\n* [⁠shabzefilters](https://shabzefilters.netlify.app/), [ascii-art-generator](https://www.ascii-art-generator.org/), [asciiart](https://asciiart.club/), [ascii-image-converter](https://github.com/TheZoraiz/ascii-image-converter), [Monospace](https://codepen.io/Mikhail-Bespalov/pen/JoPqYrz), [ITOA](https://itoa.hex.dance/), [text-image](https://www.text-image.com/) or [ASCII-art-creator](https://github.com/CherryPill/ASCII-art-creator) - Image to ASCII Art\n* [Love ASCII](http://loveascii.com/), [asciiart.eu](https://www.asciiart.eu/), [EmojiCombos](https://emojicombos.com/), [16colors](https://16colo.rs/), [ascii.co](https://ascii.co.uk/art) or [RoySAC](https://www.roysac.com/sitemap.html) - Browse / Copy ASCII Art\n* [Image to Braille](https://505e06b2.github.io/Image-to-Braille/) - Convert Images to Braille\n* [AnsiLove](https://www.ansilove.org/downloads.html) or [convert-ascii-to-image](https://onlinetools.com/ascii/convert-ascii-to-image) - ANSI / ASCII Art to PNG Converters\n* [lvllvl](https://lvllvl.com/) or [Petmate](https://nurpax.github.io/petmate/) - C64 PETSCII Image Editor\n\n***\n\n# ► Markup Tools\n\n* ↪️ **[HTML Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/dev-tools#wiki_.25B7_html)**\n* ⭐ **[Markdown Guide](https://www.markdownguide.org/)** - Guide for Markdown (.md)\n* ⭐ **[generatedata.com](https://generatedata.com/)** - Generate Test Data in Markup Formats\n* [markup.rocks](https://markup.rocks/) - Online Markup Editor\n* [Markup Validation Service](https://validator.w3.org/) - Validate Your Markup Language Structure\n* [YAMLine](https://yamline.com/) - Online YAML Tools / Converters\n* [yq](https://mikefarah.gitbook.io/yq/) - Portable YAML Processor / [GitHub](https://github.com/mikefarah/yq)\n* [readme.so](https://readme.so/) - Create README.md Files\n* [Tableconvert](https://tableconvert.com/) - Markdown / Code Converter\n* [Linkspector](https://github.com/UmbrellaDocs/action-linkspector) - Check Markdown Files for Dead Links\n* [Table Magic](https://stevecat.net/table-magic/) - Table to Markdown Converters\n* [Clipboard2Markdown](https://euangoddard.github.io/clipboard2markdown/) - Text to Markdown Converter\n* [gd2md-html](https://github.com/evbacher/gd2md-html) - Convert Google Doc to Markdown\n* [MarkItDown](https://github.com/microsoft/markitdown) or [GetMarkdown](https://www.getmarkdown.com/) - File to Markdown Converter\n* [Quartz](https://quartz.jzhao.xyz/), [Perlite](https://perlite.secure77.de/) or [FlowerShow](https://flowershow.app/) - Publish Markdown\n* [Markdown Tutorial](https://www.markdowntutorial.com/) - Interactive Markdown Tutorial\n* [emoji-cheat-sheet](https://github.com/ikatyang/emoji-cheat-sheet) - Emoji Markdown Cheatsheet\n\n***\n\n## ▷ Markdown Editors\n\n* ⭐ **[MarkD](https://markd.it/)** / [GitHub](https://github.com/itzcozi/markd/)\n* ⭐ **[HedgeDoc](https://hedgedoc.org/)**\n* [⁠Markdown Monster](https://markdownmonster.west-wind.com/) / [GitHub](https://github.com/RickStrahl/MarkdownMonster) \n* [Zettlr](https://www.zettlr.com/) / [GitHub](https://github.com/Zettlr/Zettlr)\n* [Dillinger](https://dillinger.io/)\n* [MarkdownTools](https://www.markdowntools.com/)\n* [MarkLiveEdit](https://markdownlivepreview.dev/)\n* [Glow](https://github.com/charmbracelet/glow)\n* [MarkdownLivePreview](https://markdownlivepreview.com/)\n* [Vrite](https://editor.vrite.io/)\n* [MindForger](https://www.mindforger.com/)\n* [⁠Markpad](https://markpad.sftwr.dev/) - Lightweight / Minimal / [GitHub](https://github.com/alecdotdev/Markpad)\n\n***\n\n## ▷ LaTeX Tools\n\n* ⭐ **[Typst](https://typst.app/home)** - LaTeX Alternative / [Resources](https://github.com/qjcg/awesome-typst) / [GitHub](https://github.com/typst/typst) \n* ⭐ **[Overleaf](https://www.overleaf.com/)** or [TeXStudio](https://texstudio.org/) - LaTeX Editors\n* [⁠MathCheap](https://mathcheap.xyz/) / [Discord](https://discord.gg/Q4chBVDFvK) or [⁠Prism](https://prism.openai.com/) / [Discord](https://discord.com/invite/ffMZrSxUQa) - AI-Powered LaTeX Editors\n* [⁠SimpleTex](https://simpletex.cn/) - Convert Images to LaTeX / Markdown\n* [Learn LaTeX](https://www.learnlatex.org/) - LaTeX Guide\n* [Tables Generator](https://www.tablesgenerator.com/) - Create LaTeX Tables\n* [LaTeX-OCR](https://lukas-blecher.github.io/LaTeX-OCR/) - Extract Mathematical Expressions\n* [Detexify](https://detexify.kirelabs.org/classify.html) - Character Recognition\n\n***\n\n# ► Fonts\n\n* ⭐ **[Nerd Fonts](https://www.nerdfonts.com/)** - Icon-Rich Developer / Terminal Fonts\n* [OpenDyslexic](https://opendyslexic.org/) - Typeface for Dyslexia\n* [Typewolf](https://www.typewolf.com/) or [Typ.io](https://typ.io/) - Trending Website Fonts\n* [Cava's Pixel Resources](https://caveras.net/) - Pixel Fonts\n* [Oldschool PC Fonts](https://int10h.org/oldschool-pc-fonts/) - Oldschool PC Fonts\n* [FiraCode](https://github.com/tonsky/FiraCode), [Cascadia Code](https://github.com/microsoft/cascadia-code) or [Maple Font](https://github.com/subframe7536/Maple-font) - Monospace Fonts\n\n***\n\n## ▷ Open Source / Freeware\n\n* ⭐ **[FontSource](https://fontsource.org/)** - Open Source\n* ⭐ **[Font Squirrel](https://www.fontsquirrel.com/)** - Commercial Use\n* ⭐ **[DaFont](https://www.dafont.com/)** - Freeware\n* ⭐ **[1001 Fonts](https://www.1001fonts.com/)** - Freeware\n* [Modern Fonts Stacks](https://modernfontstacks.com/) - Collection of CSS System Font Stacks\n* [Velvetyne](https://velvetyne.fr/) - Open Source\n* [uncut.wtf](https://uncut.wtf/) - Open Source\n* [Beautiful Web Type](https://beautifulwebtype.com/) - Open Source\n* [FontRepo](https://www.fontrepo.com/) - Open Source\n* [Bunny Fonts](https://fonts.bunny.net/) - Open Source\n* [Google Fonts](https://fonts.google.com/) - Commercial Use / [Self-Host](https://gwfh.mranftl.com/fonts) / [Privacy-Friendly API](https://fonts.coollabs.io/)\n* [FontShare](https://fontshare.com/) - Commercial Use\n* [OnlineWebFonts](https://www.onlinewebfonts.com/) - Commercial Use\n* [Fontlot](https://fontlot.com/) - Freeware\n* [Fontsly](https://fontsly.com/) - Freeware\n* [FOSSFonts](https://fossfonts.com/) - Freeware\n* [Fonts4Free](https://www.fonts4free.net/) - Freeware\n* [FontSpace](https://www.fontspace.com/) - Freeware\n* [Online Fonts](https://online-fonts.com/) - Freeware\n* [CDNFonts](https://www.cdnfonts.com/) - Freeware\n* [Fontesk](https://fontesk.com/) - Freeware\n* [FontStruct](https://fontstruct.com/) - Freeware\n* [iFonts](https://ifonts.xyz/) - Freeware\n* [DownloadFonts](https://www.downloadfonts.io/) - Freeware\n* [AbstractFonts](https://www.abstractfonts.com/) - Freeware\n* [FontGet](https://www.fontget.com/) - Freeware\n* [FreeFontsDownload](https://freefontsdownload.net/) - Freeware\n* [Fonts2u](https://fonts2u.com/) - Freeware\n* [Awwwards](https://www.awwwards.com/awwwards/collections/free-fonts/) - Freeware\n* [GlukFonts](https://www.glukfonts.pl/fonts.php) - Freeware\n* [Iconian](https://www.iconian.com/) - Freeware\n\n***\n\n## ▷ Free Fonts\n\n* ⭐ **[Fonts CSE](https://cse.google.com/cse?cx=82154ebab193e493d)** - Multi-Site Font Search\n* ⭐ **[Font Piracy 101](https://rentry.co/FontPiracy)** - Font Download Guide\n* ⭐ **[BeFonts](https://befonts.com/)**\n* [Windows Fonts](https://wfonts.com/)\n* [Free Fonts Family](https://freefontsfamily.org/)\n* [Cufon Fonts](https://www.cufonfonts.com/)\n* [FontsFree](https://fontsfree.net)\n* [DFonts](https://www.dfonts.org/)\n* [⁠dafont.style](https://dafont.style/)\n* [Font Spring](https://www.fontspring.com/free)\n* [⁠FontBolt](https://www.fontbolt.com/)\n* [FFonts](https://www.ffonts.net/)\n* [⁠DaFontFree](https://www.dafontfree.co/)\n* [FontsHub](https://fontshub.pro/)\n* [Font Meme](https://fontmeme.com/)\n* [FONToMASS](https://m.vk.com/topic-178186634_39300099?offset=0)\n* [Mr.E-Fonts](https://archive.org/details/Mr.E-Fonts)\n* [psd_fonts](https://vk.com/psd_fonts)\n* [1001 Free Fonts](https://www.1001freefonts.com/)\n\n***\n\n# ► Font Tools\n\n* ⭐ **[Font Interceptor](https://fontinterceptor.mschfmag.com/)** - Download Fonts from Websites\n* ⭐ **[FontDrop](https://fontdrop.info/)** - Analyze Font Files\n* ⭐ **[Font Analyzer](https://font-analyzer-six.vercel.app/)**, [Adobe Fonts](https://fonts.adobe.com/fonts/vs/upload), [Font Finder](https://www.whatfontis.com/), [WhatTheFont](https://www.myfonts.com/pages/whatthefont), [Identifont](http://www.identifont.com/) - Find Similar Fonts\n* [Transfonter](https://transfonter.org/) - Create CSS @font-face Kits\n* [FontBase](https://fontba.se/), [NexusFont](https://www.xiles.app/) or [Linux Font Manager](https://github.com/FontManager/font-manager) - Font Managers\n* [Fonts Ninja](https://fonts.ninja/tools) or [WhatFont](https://whatfonttool.com/) - Find Similar Fonts / Extensions\n* [Unicode Explorer](https://unicode-explorer.com/) or [Compart](https://www.compart.com/en/unicode) - Unicode Character Identification\n* [Colors & Fonts](https://www.colorsandfonts.com/) - Typography Tools\n* [DS-Fusion](https://ds-fusion.github.io/) - AI Typography Generator\n* [Formito](https://formito.com/tools/logo) - Typography Logo Maker\n* [Type Terms](https://avark.agency/typeterms/) - Typography Cheat Sheet\n* [The Good Line-Height](https://thegoodlineheight.com/) - Typography Scaling Editor\n* [Font List](https://wavian.com/font-list.html) or [So You Need A Typeface 2.0](https://ianli.github.io/so-you-need-a-typeface/) - Examples of Font Styles\n* [Type Design Resources](https://typedesignresources.com/) or [Free Faces](https://www.freefaces.gallery/) - Typeface Resources\n\n***\n\n## ▷ Font / Text Generators\n\n* ⭐ **[FontoGen](https://github.com/SerCeMan/fontogen)** or [⁠Refont](https://refont.ai/) - Custom AI Font Generators\n* ⭐ **[Make WordArt](https://www.makewordart.com/)**, [FlameText](https://www.flamingtext.com/), [MakeText](https://maketext.io/), [TextGiraffe](https://www.textgiraffe.com/), [Text Pro](https://textpro.me/) or [CoolText](https://cooltext.com/) - WordArt Generators / 3D Text\n* [Polona Typo](https://typo.polona.pl/en/) - Generate WordArt from Book, Poster, & Map Letters\n* [Text Color Fader](https://patorjk.com/text-color-fader/) - Rainbow Text Generator\n* [Fast3DText](https://fast3dtext.com/), [TextDrom](https://en.textdrom.com/), [3DText2GIF](https://3dtext2gif.com/) or [TextStudio](https://www.textstudio.com/) - Animated / 3D Text Generators\n* [Textanim](https://textanim.com/) or [Space Type Generator](https://spacetypegenerator.com/) - Animated Text Generators\n* [Batname](https://batname.vercel.app/) - Batman (2022) Text Generator\n* [NFG's Arcade Font Maker](https://nfggames.com/games/fontmaker/) or [Arcade Font Writer](https://arcade.photonstorm.com/) - Arcade Text Generators\n* [The Ransomizer](https://www.ransomizer.com/) - Ransom Note Style Text\n* [Glitch](https://glitchtextgenerator.com/) - Zalgo Text Generator\n\n***\n\n## ▷ Font Customization\n\n* ⭐ **[TypeTrials](https://typetrials.com/)** - Variable Font Playground\n* [V-Fonts](https://v-fonts.com/) or [Phase](https://www.eliashanzer.com/phase/) - Variable Fonts Testers\n* [enFont](https://enfont.javierarce.com/) or [Calligraphr](https://www.calligraphr.com/en/) - Custom Font Creators\n* [Fontjoy](https://fontjoy.com/) - Generate Font Combinations\n* [FontSprite](https://adamstrange.itch.io/fontsprite) - FontSprite Editor\n* [BitFontMaker2](https://pentacom.jp/pentacom/bitfontmaker2/) - BitMap Font Editor\n* [FontEdit](https://github.com/ayoy/fontedit), [metaflop](https://www.metaflop.com/), [MFEKglif](https://github.com/MFEK/glif), [Glyphr Studio](https://www.glyphrstudio.com/), [Birdfont](https://birdfont.org/), [Universal Sans](https://universalsans.com/) or [FontForge](https://fontforge.org/en-US/) / [GitHub](https://github.com/fontforge/fontforge) - Font / Typeface Editors\n\n***\n\n## ▷ Unicode Text Generators\n\n* ⭐ **[YayText](https://yaytext.com/)**\n* ⭐ **[Messletters](https://www.messletters.com/)**\n* ⭐ **[FSymbols](https://fsymbols.com/generators/)**\n* ⭐ **[Fancy Text](https://fancy-text.net/)**\n* [Cool Fonts Online](https://coolfont.org/)\n* [⁠Discord Fonts](https://discord-fonts.com/)\n* [Aesthetic Font Generator](https://www.tesms.net/)\n* [Text-Generator](https://text-generator.app/)\n* [BoldTextGenerator](https://boldtextgenerator.org/)\n* [TextEditor](https://texteditor.com/)\n* [FontGenerator.design](https://fontgenerator.design/)\n* [Font Generator Online](https://www.fontgeneratoronline.com/)\n* [FontGenerator.cc](https://fontgenerator.cc/)\n* [FontGen](https://fontgen.cool/)\n* [FontGenerator.cool](https://fontgenerator.cool/)\n* [Fancy Text Decorator](https://fancytextdecorator.com/)"
  },
  {
    "path": "docs/torrenting.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n* **Warning** - It's generally best to avoid torrent sites (including aggregators) for software and games, with the exception of highly trusted uploaders, such as m0nkrus / FitGirl. Instead, you can use our sections for [Software](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download/#wiki_.25BA_software_sites) and [Games](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games/#wiki_.25BA_download_games).\n\n***\n\n# ► Torrent Sites\n\n* ⭐ **[RuTracker](https://rutracker.org/)**, [2](https://rutracker.net/) - Video / Audio / Comics / Magazines / Requires Sign-Up\n* ⭐ **RuTracker Tools** - [Wiki](http://rutracker.wiki/) / [Rules](https://rutracker.org/forum/viewtopic.php?t=1045) / [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators) / [Bypass Extension](https://rutracker.org/forum/viewtopic.php?t=5567607) / [Bypass Proxy](https://rutracker.org/forum/viewtopic.php?t=5403116)\n* ⭐ **[m0nkrus](https://rentry.co/FMHYB64#m0nkrus)** - Editing Software\n* ⭐ **Editing Software Tools** - [GenP](https://rentry.co/FMHYB64#genp) / [Block Telemetry](https://rentry.co/FMHYB64#a-dove-is-dumb) / [Quick Guide](https://rentry.co/FMHYB64#quick-guide)\n* [1337x](https://1337x.to/home/), [2](https://x1337x.cc/) - Video / Audio / NSFW / [Mirrors](https://1337x-status.org/) / [.onion](http://l337xdarkkaqfwzntnfk5bmoaroivtl6xsbatabvlb52umg6v3ch44yd.onion/) / [User Ranks](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/1337x-ranks.md)\n* 1337x Tools - [Telegram Bot](https://t.me/search_content_bot) / [IMDb Ratings](https://github.com/kotylo/1337imdb) / [Display Magnets](https://greasyfork.org/en/scripts/373230) / [Timestamp Fix](https://greasyfork.org/en/scripts/421635)\n* [RARBG Dump](https://rarbgdump.com/) - Video / Audio / Games / Books / NSFW / Continuation Project\n* [LimeTorrents](https://www.limetorrents.lol/) - Video / Audio / Books\n* [TorrentDownloads](https://www.torrentdownloads.pro/) - Video / Audio / Books\n* [ExtraTorrent](https://extratorrent.st/) - Video / Audio / Books / NSFW\n* [rutor.info](https://rutor.is/), [2](https://rutor.info/) - Video / Audio / Books / ROMs / Magazines / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)\n* [⁠Torr9](https://torr9.net/) - Video / Audio / Books\n* [UZTracker](https://uztracker.net/), [2](https://uztracker.ru) - Video / Audio / Books / Use [Translator](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools/#wiki_.25B7_translators)\n* [NNM-Club](https://nnmclub.to/) - Video / Audio\n* [Torrenting](https://www.torrenting.com/) - Video / Audio / Books / NSFW / Requires Sign-Up\n* [Knaben.info](https://knaben.info/) - Torrent Site Proxies\n\n***\n\n## ▷ Aggregators\n\n* ⭐ **[ExT](https://ext.to/)**, [2](https://search.extto.com/) / [Proxy](https://extranet.torrentbay.st/)\n* ⭐ **[BTDigg](https://btdig.com/)** - DHT-Based / [.onion](http://btdigggink2pdqzqrik3blmqemsbntpzwxottujilcdjfz56jumzfsyd.onion/)\n* ⭐ **[Knaben](https://knaben.org/)**\n* [TorrentProject](https://torrentproject.cc/), [2](https://torrentproject2.net/) - DHT-Based\n* [DaMagNet](https://damag.net/) - DHT-Based\n* [TorrentDownload](https://www.torrentdownload.info/)\n* [TorrentQuest](https://torrentquest.com/)\n* [Cleanbay](https://cleanbay.netlify.app/)\n* [CloudTorrents](https://cloudtorrents.com/)\n* [Torrents-CSV](https://torrents-csv.com/)\n* [FileMood](https://filemood.com/)\n* [BT4G](https://bt4gprx.com/)\n* [PiratesParadise](https://piratesparadise.org/)\n* [snowfl](https://snowfl.com/)\n* [Torlock](https://www.torlock.com/)\n* [uIndex](https://uindex.org/)\n* [Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:0led5tukccj) / [CSE 2](https://cse.google.com/cse?cx=006516753008110874046:kh3piqxus6n) - Multi Site Search\n* [0Mag](https://www.0mag.net/), [2](https://16mag.net/) - Magnet Link Sharing Platform\n* [Magnetissimo](https://github.com/sergiotapia/magnetissimo) - Magnet Search Web App\n* [TorrentSearchRobot](https://t.me/TorrentSearchRoBot) or [TorrentHuntBot](https://t.me/torrenthuntbot) - Telegram Torrent Search Bots\n* [Torrentinim](https://github.com/sergiotapia/torrentinim) or [BitMagnet](https://bitmagnet.io/) - Self-Hosted Torrent Search Engines\n\n***\n\n## ▷ [Video Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_torrent_sites)\n\n***\n\n## ▷ [Anime Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25B7_anime_torrenting)\n\n***\n\n## ▷ [Educational Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu/#wiki_.25B7_downloading)\n\n***\n\n## ▷ [Game Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/games#wiki_.25BA_download_games)\n\n***\n\n## ▷ [Audio Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25BA_audio_torrenting)\n\n***\n\n# ► Torrent Clients\n\n* **Warning** - Remember to [bind](https://wispydocs.pages.dev/torrenting/) your [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) to your client to avoid ISP letters.\n\n***\n\n* ⭐ **[qBittorrent](https://www.qbittorrent.org/)** or [qBittorrent Enhanced](https://github.com/c0re100/qBittorrent-Enhanced-Edition) - Torrent Client / Windows, Mac, Linux / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25B7_qbittorrent_tools)\n* ⭐ **[Deluge](https://www.deluge-torrent.org/)** - Torrent Client / Windows, Mac, Linux / [Plugins](https://deluge-torrent.org/plugins/) / [Config](https://github.com/ratanakvlun/deluge-ltconfig/releases) / [Telegram Plugin](https://github.com/noam09/deluge-telegramer)\n* ⭐ **[Transmission](https://transmissionbt.com/)** - Torrent Client / Windows, Mac, Linux\n* ⭐ **[rTorrent](https://rakshasa.github.io/rtorrent/)** - Torrent Client / Linux / [Extended](https://rtorrent-ps.readthedocs.io/) / [Tools](https://pyrocore.readthedocs.org/), [2](https://github.com/pyroscope/pyrocore) / [Mods](https://calomel.org/rtorrent_mods.html) / [GitHub](https://github.com/rakshasa/rtorrent)\n* [RuTorrent](https://github.com/Novik/ruTorrent) or [Flood](https://flood.js.org/) - RTorrent Web Frontends\n* [torrent-control](https://github.com/Mika-/torrent-control) or [Remote Torrent Adder](https://github.com/bogenpirat/remote-torrent-adder) - Easily Send Torrents to Client\n* [Tixati](https://tixati.com/) - Torrent Client / Windows, Linux, Android\n* [BiglyBT](https://www.biglybt.com/) - Torrent Client / Windows, Mac, Linux, Android\n* [LIII](https://codecpack.co/download/LIII-BitTorrent-Client.html) - Torrent Client / Windows\n* [WizTorrent](https://wiztorrent.com/) - Torrent Client / Streaming / WebShare / Windows, Mac, Linux\n* [rqbit](https://github.com/ikatson/rqbit/) - Lightweight Torrent Client / Streaming / UPnP Integration / Windows, Mac, Linux\n* [PikaTorrent](https://www.pikatorrent.com/) - Torrent Client / Windows, Mac, Linux, Android, iOS / [GitHub](https://github.com/G-Ray/pikatorrent)\n* [Distribyted](https://distribyted.com/) - Torrent Client / Windows, Linux / [GitHub](https://github.com/distribyted/distribyted)\n* [Fragments](https://apps.gnome.org/Fragments/) - Torrent Client / Linux\n* [BitFlu](https://bitflu.workaround.ch/) - Torrent Client / Linux\n* [kTorrent](https://apps.kde.org/ktorrent/), [2](https://invent.kde.org/network/ktorrent) - Torrent Client / Linux\n* [Rats Search](https://github.com/DEgITx/rats-search) - Torrent Search Client\n* [Download Torrents Through I2P](https://decentnet.github.io/blog/20200329-download-torrents-through-i2p.html)\n* [flood](https://flood.js.org/) - rTorrent, Transmission & qBittorrent WebUI / [GitHub](https://github.com/jesec/flood)\n* [r/Seedboxes](https://www.reddit.com/r/seedboxes/) - Seedbox Subreddit\n* [Seedbox Guide](https://seedboxgui.de/seedbox/) - Seedbox Comparisons\n\n***\n\n## ▷ qBittorrent Tools\n\n* 🌐 **[qBit Plugins](https://github.com/qbittorrent/search-plugins)** - Plugins Index\n* 🌐 **[qBit Themes](https://github.com/qbittorrent/qBittorrent/wiki/List-of-known-qBittorrent-themes)** - Themes Index\n* 🌐 **[qBit WebUIs](https://github.com/qbittorrent/qBittorrent/wiki/List-of-known-alternate-WebUIs)** - WebUI Index\n* [qBitMF](https://github.com/qBitMF/qBitMF) - Multi-Connection Tool\n* [⁠qui](https://github.com/autobrr/qui) or [VueTorrent](https://github.com/VueTorrent/VueTorrent) - Web Clients / WebUIs\n* [qBit Manage](https://github.com/StuffAnThings/qbit_manage) - Manager / Automation Tool\n* [qBitController](https://github.com/Bartuzen/qBitController) - Mobile Controllers\n* [Docker qBit](https://github.com/linuxserver/docker-qbittorrent) or [QBT VPN](https://github.com/binhex/arch-qbittorrentvpn) - Docker Builds\n* [Dark Theme](https://draculatheme.com/qbittorrent) or [iOS Style](https://github.com/ntoporcov/iQbit/) - QBT Themes\n* [Quantum](https://github.com/UHAXM1/Quantum) - Auto Port Updater for Proton\n\n***\n\n## ▷ Remote Torrenting\n\n* ↪️ **[Debrid / Leeches](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_debrid_.2F_leeches)**\n* ⭐ **[TorBox](https://torbox.app/)** - Freemium / 10GB / 10 Monthly Downloads / [Unofficial Mobile Client](https://github.com/93Pd9s8Jt/atba) / [Subreddit](https://www.reddit.com/r/TorBoxApp/) / [Discord](https://discord.com/invite/torbox) / [GitHub](https://github.com/TorBox-App) \n* ⭐ **[Seedr](https://www.seedr.cc/)** - 2GB / [Telegram Bot](https://t.me/TorrentSeedrBot) / [API Wrapper](https://github.com/AnjanaMadu/SeedrAPI)\n* [⁠BitTorrented](https://bittorrented.com/) - Unlimited\n* [Torrent_To_Google_Drive_Downloader](https://colab.research.google.com/github/FKLC/Torrent-To-Google-Drive-Downloader/blob/master/Torrent_To_Google_Drive_Downloader.ipynb) - Google Colab / 15GB\n* [webtor](https://webtor.io/) - Unlimited / Download Speed Limited / No Sign-Up\n* [Multi-Up](https://multiup.io/en/upload/from-torrent) - 10 GB\n\n***\n\n## ▷ [Android Clients](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_torrenting)\n\n***\n\n## ▷ [Torrent Streaming / Automation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_torrent_apps)\n\n***\n\n# ► Private Trackers\n\n* 🌐 **[Private Trackers General](https://claraiscute.neocities.org/Guides/private-trackers)**, [2](https://claraiscute.pages.dev/Guides/private-trackers/), **[r/TrackersInfo](https://www.reddit.com/r/TrackersInfo/wiki/official_recruitments/)**, [The Sheet](https://inviteroute.github.io/sheet/) or [Graph](https://inviteroute.github.io/graph/) - Private Tracker Guides\n* ⭐ **[TrackerStatus](https://trackerstatus.info/)**, [⁠OpenSignup](https://opensignup.xyz/) / [GitHub](https://t.me/trackersignup) or [TrackerHub](https://hdvinnie.github.io/TrackerHub/) - Tracker Status Updates\n* [⁠Tracker Pathways](https://trackerpathways.org/) - Private Tracker Pathways, Requirements, Invite Tiers \n* [r/trackers](https://reddit.com/r/trackers) - Tracker Discussion\n* [r/OpenSignups](https://www.reddit.com/r/OpenSignups/) or [r/OpenedSignups](https://www.reddit.com/r/OpenedSignups/) - Open Tracker Signup Subs\n* [Private Tracker Spreadsheet](https://hdvinnie.github.io/Private-Trackers-Spreadsheet/) - Private Tracker Lists\n* [OpenSignups](https://t.me/trackersignup) - Open Signups Private Trackers / Telegram\n* [⁠cross-seed](https://www.cross-seed.org/) - Cross-Seeding Tool / Seed Same Torrent Across Multiple Sites / [GitHub](https://github.com/cross-seed/cross-seed)\n* [Upload-Assistant](https://github.com/L4GSP1KE/Upload-Assistant) - Private Tracker Auto-Upload\n\n***\n\n# ► Helpful Sites / Apps\n\n* 🌐 **[ngosang](https://ngosang.github.io/trackerslist/)** / [GitHub](https://github.com/ngosang/trackerslist), [TrackersList.com](https://trackerslist.com/) / [GitHub](https://github.com/XIU2/TrackersListCollection) or [newTrackon](https://newtrackon.com/list) - Tracker Lists\n* 🌐 **[Scene Related](https://opentrackers.org/links/warez-scene/#scenerelated)** - Warez / Scene Site Index\n* ⭐ **[Milkie](https://milkie.cc)** / [Discord](https://discord.com/invite/E4khNy5dz3) or [Scnlog](https://scnlog.me) - Scene Release Download\n* ⭐ **[PreDB.net](https://predb.net/)**, **[Pre Database](https://predataba.se)**, [Xrel](https://www.xrel.to), [NG Pre](https://ngp.re/), [Archiv.pw](https://archiv.pw/), [srrDB](https://www.srrdb.com) or [M2V](https://m2v.ru) - Scene Release Info\n* ⭐ **[T2M](https://nutbread.github.io/t2m/)** / [2](https://github.com/nutbread/t2m) or [Torrent Kitty](https://www.torrentkitty.tv/) / [2](https://www.torrentkitty.net/) / [3](https://www.torrentkitty.lol/) - Torrent to Magnet Converters\n* ⭐ **[Magnet2Torrent](https://magnet2torrent.com/)** - Magnet to Torrent Converter\n* [Port Forwarding Guide](https://wispydocs.pages.dev/torrenting/#port-forwarding)\n* [PeerBanHelper](https://github.com/PBH-BTN/PeerBanHelper/blob/master/README.EN.md) - Block Unwanted Leeches / Peers\n* [btcache](https://btcache.me/), [iTorrents](https://itorrents.org) or [Torrage](https://torrage.info/) - Torrent Storage Cache\n* [InfoTorrent](https://infotorrent.tnl.one/) or [Webtorrent Checker](https://checker.openwebtorrent.com/) - Check Torrent File Health\n* [TorrentTags](https://torrenttags.com/) - Check Torrents for Copyright Claims\n* [Magnet Link Generator](https://magnetlinkgenerator.com/) - Magnet Link Generator\n* [magnet2list](https://hutstep.github.io/magnet2list/) - Convert Magnets to Tracker Lists\n* [OpenWebTorrent](https://openwebtorrent.com/) - Free Webtorrent Tracker\n* [AutoDL-Irssi](https://autodl-community.github.io/autodl-irssi/) - IRC Channel Monitor / Autodownload / [Slack Notifications](https://gist.github.com/Igglybuff/00d5e91274a562ac724d358bbbc8bc7b)\n* [PrivTracker](https://privtracker.com/) - Private BitTorrent Tracker Generator / [GitHub](https://github.com/meehow/privtracker)\n* [AnonSeed](https://www.anonseed.com/) - Anonymous Torrent Sharing\n* [⁠mkbrr](https://mkbrr.com/) / [GitHub](https://github.com/autobrr/mkbrr), [Torf GUI](https://github.com/SavageCore/torf-gui), [DotTorrentGUI](https://github.com/kz26/dottorrent-gui) or [Torrent-Creator](https://kimbatt.github.io/torrent-creator/) / [GitHub](https://github.com/Kimbatt/torrent-creator) - Torrent Creators\n* [Torrent Parts](https://torrent.parts/) / [GitHub](https://github.com/leoherzog/TorrentParts) or [Torrent File Editor](https://torrent-file-editor.github.io/) / [GitHub](https://github.com/torrent-file-editor/torrent-file-editor) - Edit Torrents Files\n* [r/torrents](https://reddit.com/r/torrents) - Torrenting Discussion\n* [IKnowWhatYouDownload](https://iknowwhatyoudownload.com/) - View Torrents Downloaded by your IP (can be inaccurate)\n"
  },
  {
    "path": "docs/unsafe.md",
    "content": "To easily see which sites are trusted, and which are unsafe, try the **[FMHY SafeGuard](https://github.com/fmhy/FMHY-SafeGuard)** extension, or simply add our **[Filterlist](https://github.com/fmhy/FMHYFilterlist)** to your adblocker.\n\n***\n\n### Game Sites\n\n* **Note** - Scene groups do not have their own sites, so it's best to avoid anything claiming to represent one.\n\n***\n\n* 🌐 **[Untrusted Sites](https://rentry.org/pgames#untrusted-sites)** / **[Uploaders](https://rentry.org/pgames#untrusted-uploaders)** - More Complete Lists\n* 🌐 **[Fake FitGirl Sites](https://claraiscute.neocities.org/Guides/FakeFitgirlwebsites/)**, [2](https://claraiscute.pages.dev/Guides/FakeFitgirlwebsites/)\n* 🌐 **[Fake ReVanced Sites](https://counterfeits.revanced.app/)**\n* OceanOfGames - Caught with malware multiple times\n* xGIROx - Caught with malware\n* BBRepacks - Caught with malware\n* Seyter / Qoob - Caught with malware, tried to [switch names](https://claraiscute.neocities.org/Announcements/qoob/), [2](https://claraiscute.pages.dev/Announcements/qoob/)\n* Wifi4Games - Caught with malware\n* IGG Games / Load Games - Highly distrusted for [doxxing another sites owner](https://i.ibb.co/3sHJb6R/image.png) / [2](https://i.ibb.co/kBVkW7s/image.png) / [3](https://i.ibb.co/fGF6PJ5/GHnCVKi.png) / [4](https://imgur.com/a/jg9mLIa), click hijack ads, and getting [demoted on 1337x](https://i.imgur.com/MwAYARu.png) / [2](https://i.ibb.co/39WDrb0m/image.png) / [3](https://www.reddit.com/r/PiratedGames/comments/muc5wz/comment/gv4wfqq/) for malware\n* GameFabrique - IGG uploads + [adware installers](https://claraiscute.neocities.org/Announcements/gamefabrique_adware), [2](https://claraiscute.pages.dev/Announcements/gamefabrique_adware/)\n* SteamUnlocked - [IGG / NosTeam uploads](https://i.ibb.co/VgW2ymY/YUnRNpN.png) + very slow file host\n* game-repack - Shady [fake DL buttons](https://i.ibb.co/tqZSG9M/image.png) / [2](https://i.imgur.com/fbJ16Yq.png) + they remove comments [asking about it](https://i.ibb.co/2qGQQjT/40hzLVh.png) / [2](https://i.imgur.com/40hzLVh.png)\n\n***\n\n### Software / App Sites\n\n* **Note** - YouTube videos claiming to give away free software are nearly always scams.\n\n***\n\n* GetIntoPC / GetIntoMAC - Caught with [malware](https://www.virustotal.com/gui/file/5af9e89a7bfcfcae1c75de6acb7194b667d13776b61e79ea8aeab95f0af76bc7/), responsible for countless cases of malware at this point\n* SadeemPC / SadeemAPK - Caught with malware multiple times\n* KaranPC - Caught with malware multiple times\n* AliTPB / AliPak / b4tman - Caught with malware multiple times\n* FileCR - Caught with malware [multiple times](https://ibb.co/FkZKZmXS) + [unsafe extension](https://gist.github.com/Th3w33knd/06b15b0df1b08ab371c392cc75be4f53)\n* FTUApps - Caught with [malware](https://redd.it/120xk62)\n* S0ft4PC / Portable4PC - Caught with malware\n* CrackingCity - Caught with [malware](https://tria.ge/241021-kfvhhsydpl/behavioral1)\n* CracksHash - Caught with [malware](https://redd.it/lklst7)\n* haxNode - Caught with scurvy malware / [vt](https://www.virustotal.com/gui/file/e6318aa4432c304b234df65f5d87bf2577b930ed68ac7e68efcb76b465dc0784)\n* IGI30 - Caught with malware\n* 4Download / Download93 - Caught with [malware](https://tria.ge/250116-pcl47azkfw)\n* MicroTech - Caught with [malware](https://tria.ge/250116-qxj11atmdl)\n* CrackingPatching - Caught with [malware](https://redd.it/qy6z3c)\n* Softgozar - Caught with [malware](https://tria.ge/250116-ra8aravjfr)\n* Patoghu - Caught with [malware](https://tria.ge/250116-rrdsgavjbs)\n* AsanDL - Caught with [malware](https://tria.ge/250117-gac5havkaj/)\n* Taiwebs - Caught with [scurvy malware](https://www.virustotal.com/gui/file/86aecdf33978f7335c8596229ef21197baf883dec6c8ad39c44780cb1e052bfd)\n* MainRepo / MRepo - Caught with [malware](https://rentry.co/zu3i6) / Note that Magisk Module MRepo is unrelated\n* YASDL - Uploaded versions of stardock / jetbrains with malware\n* AllPCWorld - Uploaded KMS Matrix which is known malware\n* P30Download - Uploaded version of malwarebytes with known [malware](https://www.virustotal.com/gui/file/01b3bf3f65832f1e9e59ee76964dcf01ac928e51588192607d43319ff070a719) / [2](https://tria.ge/250830-kx75yadp6z/behavioral1). \n* RSLOAD - Uploaded the same version of malwarebytes that got FileCR in trouble / [utorrent malware](https://i.ibb.co/QXrCfqQ/Untitled.png)\n* Pesktop - Caught with [malware](https://tria.ge/250116-nwnxfszkdq), sources content from [FileCR](https://ibb.co/1KjkKVR), [2](https://imgur.com/a/VS4w6ag), has filecr logo under theirs on some apps.\n* Appnee - Not very careful with uploads, has multiple [unsafe activators](https://i.imgur.com/ZwjYBfr.png) / [2](https://i.ibb.co/7jKVtSR/ZwjYBfr.png)\n* AppValley / TutuBox / Ignition - History of [DDoS attacks](https://github.com/fmhy/edit/pull/307)\n* CNET / Download.com / ZDNET / Softonic - History of [adware](https://www.reddit.com/r/software/comments/9s7wyb/whats_the_deal_with_sites_like_cnet_softonic_and/e8mtye9/) / [2](https://ibb.co/tLc5KR7)\n* IObit - History of [Adware](https://www.malwarebytes.com/blog/detections/pup-iobit) and shady products\n\n***\n\n### Torrent Sites / Clients\n\n* **Note** - Torrent aggregators pull results from multiple sites, so it's recommended to avoid using them for software and games.\n\n***\n\n* Kickass Torrents - Official site is long gone, all that remain are sketchy copycats\n* VSTorrent - Caught with [malware](https://redd.it/x66rz2)\n* uTorrent - Considered [adware](https://www.virustotal.com/gui/file/26ffe686650ea56b23834f805f2a449b1ce745702f606a765887a6c3fc2aab09/), pre-adware versions exist, but it's best to use [open source](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_clients) clients\n* BitTorrent / BitComet - Adware\n* Frostwire - [Adware](https://www.virustotal.com/gui/file/6a501792717fd86635d80fb258979b823fd53000c6d683904e2fb2407f1706fd)\n* BitLord - Adware\n* [Fake 1337x Sites](https://i.ibb.co/2YHqHmVW/image.png) / [2](https://i.imgur.com/gFZjaVh.png)\n\n***\n\n### Software / Apps\n\n* Downloadly (video downloader) - Crypto miner\n* McAfee - Preinstalled Bloatware\n* Avast - Known for [selling user data](https://wikipedia.org/wiki/Avast#Collection_and_sale_of_user_data)\n* AVG - Owned by Avast\n* Gen Digital / Norton - Owned by Avast\n* Avira - Owned by Gen Digital\n* CCleaner - Owned by Avast, it's best to use the built-in Windows tool or [BleachBit](https://www.bleachbit.org/)\n* Private Internet Access / ExpressVPN / ZenMate / CyberGhost - Owned by [adware distributor Kape](https://redd.it/q3lepv)\n* BlueKik / Bluecord (chat mods) - History of [spam](https://redd.it/12h2v6n) / [spying](https://i.imgur.com/cK9dqQ5.png), [2](https://i.ibb.co/TBzGzFYN/05Bb5eD.png)\n* Kik (messaging app) - App used by mostly [predators / scammers](https://youtu.be/9sPaJxRmIPc)\n* Flix Vision - Malicious app that [remotely enables TraffMonetizer](https://github.com/fmhy/edit/issues/2835)\n* TLauncher (minecraft launcher) - [Shady](https://redd.it/zmzzrt) business practices / Note that TLauncher Legacy and ATLauncher are unrelated\n* GShade (ReShade mod) - Dev added code that can trigger unwanted [reboots](https://claraiscute.neocities.org/Announcements/gshade_notice/) / [2](https://claraiscute.pages.dev/Announcements/gshade_notice/)\n* TotalAV / PC Protect / Protected - Antivirus Software [Scam](https://www.malwarebytes.com/blog/detections/pup-optional-pcprotect) / [2](https://youtu.be/PcS3EozgyhI)\n* 360 Total Security - Apps give [constant popups](https://wikipedia.org/wiki/Criticism_of_Qihoo_360#Malicious_promotion) to install \"toolbox,\" which itself modifies default apps (like browser) and switches them all to 360 options. The toolbox will also be installed without consent if the repair, optimize, or clean options are used.\n* Watchug / Watchugofficial - Scammers that pretend their domain is for sale, then just block users after they've paid\n\n***\n\n### [Fake Z-Lib Sites](https://www.reddit.com/r/zlibrary/wiki/index/scamsites/)\n\n### [Fake Windows Activators](https://pastebin.com/gCmWs2GR)"
  },
  {
    "path": "docs/video-tools.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/tools-index)**\n***\n***\n\n# ► Video Tools\n\n* 🌐 **[Digital Video Intro](https://github.com/leandromoreira/digital_video_introduction)** - Digital Video Guides / Resources\n* ↪️ **[AI Video Generators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/ai#wiki_.25BA_video_generation)**\n* ⭐ **[Reincubate Camo](https://camo.com/studio)** - Use Any Camera as Webcam\n* [Kast](https://kast.gg/), [Screen Share Party](https://ba.net/screen/) or [Screenz](https://screenz.agst.dev/) - Online Screen Share\n* [⁠LonelyScreen](https://www.lonelyscreen.com/) - AirPlay Receiver for PC / macOS\n* [Deep-Live-Cam](https://github.com/hacksider/Deep-Live-Cam), [Rope](https://github.com/Hillobar/Rope), [SimSwap](https://github.com/neuralchen/SimSwap) or [Roop](https://github.com/s0md3v/roop) - Video Face Swap Tools\n* [VideoHelp Forum](https://forum.videohelp.com/) - All Things Media / Video\n* [ICAT](https://www.nvidia.com/en-us/geforce/technologies/icat/) or [Video Compare](https://github.com/pixop/video-compare) - Video Quality Comparison & Analysis Tools\n* [videoduplicatefinder](https://github.com/0x90d/videoduplicatefinder) - Duplicate Video Finder\n* [MkvDefaultTrackChanger](https://mkvdefaulttrackchanger.pages.dev/) - Easily Change Default MKV Subtitle / Audio Tracks / [GitHub](https://github.com/MikeMoolenaar/MkvDefaultTrackChanger)\n* [⁠MP4Recover](https://github.com/ActiveTK/MP4Recover) - Recover Broken MP4 Files\n* [VHS Decode](https://github.com/oyvindln/vhs-decode) - VHS Decoder\n* [VidClue](https://vidclue.com/) - Short Form Video Inspiration\n\n***\n\n## ▷ Disc Utilities\n\n* [ImgBurn](https://www.majorgeeks.com/files/details/imgburn.html), [CDBurnerXP](https://cdburnerxp.se/), [DVDStyler](https://www.dvdstyler.org/en/), [DeepBurner](https://www.deepburner.com/) or [Alcohol Soft](https://www.alcohol-soft.com/) - CD / DVD Burning\n* [VidCoder](https://vidcoder.net/) or [XReveal](https://www.xreveal.com/) - DVD / Blu-ray Ripping\n* [MakeMKV](https://www.makemkv.com/) - Create MKV from Blu-ray / DVD / [Beta Version](https://forum.makemkv.com/forum/viewtopic.php?f=5&t=1053), [2](https://cable.ayra.ch/makemkv/)\n* [DGDemux](https://www.rationalqm.us/dgdemux/dgdemux.html) - Blu-ray/UHD Disk Demuxer\n* [PgcDemux](https://www.videohelp.com/software/PgcDemux) - DVD Disk Demuxer\n* [BatchGuy](https://github.com/yaboy58/BatchGuy) - Blu-ray Ripping\n* [UHD Drives Flashing Guide](https://forum.makemkv.com/forum/viewtopic.php?f=16&t=19634)\n* [Redump](http://redump.org/) - Disc Preservation Info Project\n\n***\n\n## ▷ Video File Hosts\n\n* **Note** - Most file hosts remove files after inactivity, while some delete them regardless. Check each host if you're concerned about file expiry. Tags are: Account Space / Individual File Limit / File Retention.\n\n***\n\n* ↪️ **[Streaming Hosts](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25B7_video_streaming)** - Host Videos on YouTube Style Sites\n* ⭐ **[DoodStream](https://doodstream.com/)** - 5GB / 60 Days / Requires Sign-Up\n* ⭐ **[Litterbox](https://litterbox.catbox.moe/)** - 1GB / 3 Days\n* ⭐ **[Catbox](https://catbox.moe/)** - 200MB / Forever / Allows Hotlinking\n* ⭐ **[Gofile](https://gofile.io/)** - 100GB Monthly / 10 Days\n* ⭐ **[Send.now](https://send.now/)** - Unlimited / 30 Days\n* [VOE](https://voe.sx/) - Unlimited / 60 Days / 720p / Requires Sign-Up\n* [MixDrop](https://mixdrop.ag/) - Unlimited / 60 Days / 720p / Requires Sign-Up\n* [FEX.NET](https://fex.net/) - 100GB / 10GB Guest / 7 Days\n* [Byse](https://byse.sx/), [2](https://filemoon.sx/), [3](https://filemoon.to/), [4](https://filemoon.in/) - 50GB / 40TB per account / Forever / Requires Sign-Up\n* [Hexupload](https://hexload.com/) or [AnonTransfer](https://anontransfer.com/) - 15GB / 30 Days\n* [Vidoza](https://vidoza.net/) - 15GB / 15 Days / Requires Sign-Up\n* [⁠Streamain](https://streamain.com/) - Unlimited / Forever\n* [Vidmoly](https://vidmoly.me/) - 15TB / 1 Year\n* [NetU](https://netu.tv/) - 7.5GB / 90 Days (after last view)\n* [Streamplay](https://streamplay.to/) - 30TB / 20GB\n* [Luluvdoo](https://luluvdoo.com/) - 15GB / 60 Days Since Last Download\n* [Streamtape](https://streamtape.com/) - 15GB / Requires Sign-Up / [.to](https://streamtape.to/)\n* [⁠Darkibox](https://darkibox.com/) - 10GB / 53 Days \n* [Dubz](https://dubz.co/) - 100MB / Forever\n* [Streamable](https://streamable.com/) - 250MB / 2 Days (90 Days with Account)\n* [uguu](https://uguu.se/) - 128MB / 3 Hours\n* [webmshare](https://webmshare.com/) - WebM & GIF Hosting / 20MB / Forever\n* [Videy](https://videy.co/) - 100MB / MP4 Only\n* [⁠SpectrShare](https://spectrshare.com/) - P2P Video Streaming / Temp Files\n\n***\n\n## ▷ Screen Recording\n\n* ⭐ **[OBS Studio](https://obsproject.com/)** / Windows, Mac, Linux / [Discord](https://discord.com/invite/obsproject) / [GitHub](https://github.com/obsproject/obs-studio)\n* [Shinobi](https://shinobi.video/) - Network Video Recorder / Mac, Linux / [Discord](https://discord.com/invite/mdhmvuH) / [GitLab](https://gitlab.com/Shinobi-Systems/Shinobi)\n* [MythTV](https://www.mythtv.org/) - Digital Video Recorder (DVR) / Windows, Mac, Linux / [GitHub](https://github.com/MythTV/mythtv)\n* [FFmpeg](https://ffmpeg.org/) / Windows, Mac, Linux / [GitHub](https://github.com/FFmpeg/FFmpeg) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25B7_ffmpeg_tools)\n* [Openscreen](https://openscreen.vercel.app/) / Windows, Mac / [GitHub](https://github.com/siddharthvaddem/openscreen)\n* [ShareX](https://getsharex.com/) / Windows / [Discord](https://discord.com/invite/ShareX) / [GitHub](https://github.com/ShareX/ShareX)\n* [vokoscreenNG](https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html) / Windows, Linux / [GitHub](https://github.com/vkohaupt/vokoscreenNG)\n* [Cap](https://cap.so/) / Windows, Mac / [GitHub](https://github.com/CapSoftware/Cap)\n* [Shar.ec](https://shar.ec/) / Web\n* [ScreenREC](https://screen-rec.vercel.app/) / Web / [GitHub](https://github.com/heysagnik/screenREC)\n* [RecordScreen](https://recordscreen.io/) / Web\n* [Google Screen Recorder](https://toolbox.googleapps.com/apps/screen_recorder/) / Web\n* [⁠Cursorful](https://cursorful.com/) - Browser Screen Recording\n\n***\n\n## ▷ Processing / Encoding\n\n* ⭐ **[HandBrake](https://handbrake.fr/)** or [VidCoder](https://vidcoder.net/) - Video Encoding Software / Windows, Mac, Linux / [GitHub](https://github.com/HandBrake/HandBrake) / [Guide](https://www.rapidseedbox.com/blog/guide-to-mastering-handbrake)\n* ⭐ **[FFmpeg](https://ffmpeg.org/)** - Multimedia Processors / Windows, Mac, Linux / [GitHub](https://github.com/FFmpeg/FFmpeg) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25B7_ffmpeg_tools)\n* ⭐ **[Shutter Encoder](https://www.shutterencoder.com/)** - Video Encoding Software / Windows, Mac, Linux / [GitHub](https://github.com/paulpacifico/shutter-encoder)\n* ⭐ **[MKVToolNix](https://mkvtoolnix.download/)** - MKV Editing Tools / Windows, Mac, Linux\n* ⭐ **[archived-things](https://sometimes-archives-things.github.io/archived-things/)**, [Codec Wiki](https://wiki.x266.mov/) / [Discord](https://discord.gg/bbQD5MjDr3) / [GitHub](https://github.com/av1-community-contributors/codec-wiki), [⁠Video Noob Guide](https://gist.github.com/arch1t3cht/b5b9552633567fa7658deee5aec60453/), [JET Guide](https://jaded-encoding-thaumaturgy.github.io/JET-guide/master/), [The Encoding Guide](https://encoding-guide.neocities.org/) or [Silentaperture](https://silentaperture.gitlab.io/mdbook-guide/) - Video Encoding Guides\n* ⭐ **[Basics to the Art of Remuxing](https://claraiscute.neocities.org/Guides/remuxing/)**, [2](https://claraiscute.pages.dev/Guides/remuxing/) - Learn How to Remux Videos\n* [DDVT](https://forum.doom9.org/showthread.php?t=183479) - Dolby Vision RPU Demuxing / Injecting / Editing\n* [MKV Muxing Batch GUI](https://github.com/yaser01/mkv-muxing-batch-gui) - Mux Videos / Windows, Linux\n* [IFME](https://github.com/Anime4000/IFME) - Video Encoding / Windows, Linux\n* [Av1an](https://github.com/rust-av/Av1an) - Video Encoding / Windows, Mac, Linux\n* [FastFlix](https://fastflix.org/) - Video Conversion / Windows, Mac, Linux / [GitHub](https://github.com/cdgriffith/FastFlix)\n* [Winnydows](https://winnydows.com/) - Video Conversion Software / Windows, Mac, Linux / [Telegram](https://t.me/xvid4psp81)\n* [staxrip](https://github.com/staxrip/staxrip/) - Video Encoding / Contact Sheet + Thumbnails Creator / Windows\n* [XMedia Recode](https://www.xmedia-recode.de/en/) - Video Conversion / Windows\n* [NEAV1E](https://github.com/Alkl58/NotEnoughAV1Encodes) - AV1 Encoding / Windows\n* [sickbeard_mp4_automator](https://github.com/mdhiggins/sickbeard_mp4_automator) - Automate Video Processing / Windows, Mac, Linux\n* [selur](https://www.selur.de/) - Video Encoding / Windows, Linux\n* [vvenc](https://github.com/fraunhoferhhi/vvenc), [vvdec](https://github.com/fraunhoferhhi/vvdec) or [VVCEasy](https://github.com/MartinEesmaa/VVCEasy) - VVC Encode / Decode\n\n***\n\n## ▷ Online Processing\n\n* [Compress Video Online](https://compress-video-online.com/) - Compress / Unlimited\n* [8mb.video](https://8mb.video/) - Compress / 2GB / [Discord](https://discord.com/invite/UzmzPfX)\n* [autocompressor](https://autocompressor.net/) - Compress / 2GB\n* [Rotato](https://tools.rotato.app/) - Compress / 2GB\n* [VideoSmaller](https://www.videosmaller.com/) - Compress / 500MB\n* [YouCompress](https://www.youcompress.com/) - Compress / 500MB\n* [MP4Compress](https://www.mp4compress.com/) - Compress / 500MB\n* [VERT](https://vert.sh/) - Converter / [Discord](https://discord.gg/8XXZ7TFFrK) / [GitHub](https://github.com/VERT-sh/VERT)\n* [Video Express Converter](https://vc.germanov.dev/)\n* [VideoConverter](https://www.movavi.com/video-converter/) - Converter\n* [Restream Tools](https://restream.io/tools) - Converter\n\n***\n\n## ▷ FFmpeg Tools\n\n* [FFmpeg-Builds](https://github.com/BtbN/FFmpeg-Builds) or [media-autobuild_suite](https://github.com/m-ab-s/media-autobuild_suite) - Autobuild Tools\n* [ffmpeg-web](https://ffmpeg-web.netlify.app/) / [GitHub](https://github.com/Dinoosauro/ffmpeg-web), [FFmpeg Online](https://ffmpeg.wide.video/) or [ffmpegwasm](https://ffmpegwasm.netlify.app/) / [2](https://ffmpeg.gcc.ac.cn/) - FFmpeg Web App \n* [FFmpeg Libav](https://github.com/leandromoreira/ffmpeg-libav-tutorial) or [ffmprovisr](https://amiaopensource.github.io/ffmprovisr/) - FFmpeg Guides\n* [ASM Lessons](https://github.com/FFmpeg/asm-lessons) - FFmpeg Assembly Language Lessons / Multiple Languages\n* [FFmpeg Cheat Sheet](https://gist.github.com/steven2358/ba153c642fe2bb1e47485962df07c730), [FFmpeg Commander](https://alfg.github.io/ffmpeg-commander/) or [FFmpeg Buddy](https://evanhahn.github.io/ffmpeg-buddy/) - Command Lists\n* [WebMConverter](https://argorar.github.io/WebMConverter/) - WebM Converter\n* [PureMPV](https://github.com/4ndrs/PureMPV) - Info Copy Tool\n* [FFmpeg Batch](https://ffmpeg-batch.sourceforge.io/) - Bulk Conversion Tools\n\n***\n\n## ▷ Live Streaming\n\n* 🌐 **[Awesome Streaming](https://github.com/juancarlospaco/awesome-streaming-tools)** or [StreamerFreebies](https://streamerfreebies.com/) - Live Streaming Resources\n* ⭐ **[OBS Studio](https://obsproject.com/)** - Live Stream Manager / Windows, Mac, Linux / [GitHub](https://github.com/obsproject/obs-studio)\n* ⭐ **OBS Tools** - [Tweaks](https://ctt.cx/video/obs/) / [Background Remover](https://github.com/locaal-ai/obs-backgroundremoval) / [Web App](https://github.com/Niek/obs-web) / [Phone Controller](https://github.com/Kounex/obs_blade) / [Smooth Zoom](https://github.com/JustAdumbPrsn/OBS-Smooth-Zoom) / [Plugin Updater](https://ko-fi.com/s/0b5bd4536d) / [Guide](https://www.nvidia.com/en-us/geforce/guides/broadcasting-guide/)\n* ⭐ **[Streamer.bot](https://streamer.bot/)** - Live Stream Manager / [X](https://x.com/streamerdotbot) / [Subreddit](https://www.reddit.com/r/streamerbot) / [Discord](https://discord.com/invite/hYqQGG3puC) / [GitHub](https://github.com/Streamerbot)\n* [⁠MeldStudio](https://meldstudio.co/) - Live Stream Manager / Windows, Mac\n* [StreamLabs](https://streamlabs.com/) - Live Stream Manager / Windows, Mac / [GitHub](https://github.com/streamlabs/desktop)\n* [Stream Elements](https://streamelements.com/) - Streaming Service Manager\n* [Restream](https://restream.io/) - Multi-Platform Streams\n* [TwitchChat](https://twitchat.fr/) - Live Stream Manager / [Discord](https://discord.com/invite/fmqD2xUYvP) / [GitHub](https://github.com/Durss/Twitchat)\n* [VDO Ninja](https://vdo.ninja/) - Live Stream Colab Tool\n* [LiveStreamDVR](https://github.com/MrBrax/LiveStreamDVR) or [⁠StreamRecorder](https://streamrecorder.io/) - Live Stream Recorder\n* [NVIDIA Broadcast](https://www.nvidia.com/en-us/geforce/broadcasting/broadcast-app/) - Stream Audio / Video Enhancer / Windows\n* [Owncast](https://owncast.online/) / [GitHub](https://github.com/owncast/owncast), [OwnCast](https://owncast.online/) / [GitHub](https://github.com/owncast/owncast) or [Restreamer](https://github.com/datarhei/restreamer) - Self-Hosted Live Streaming\n* [WDFlat](https://www.wdflat.com/) - Stream Elements\n* [Strem](https://github.com/strem-app/strem) - Stream Automation\n* [ppInk](https://github.com/PubPub-zz/ppInk/), [⁠AnnotateWeb](https://annotateweb.com/), [glnk](https://github.com/geovens/gInk), [Annotate Screen](https://annotatescreen.com/) or [Live Draw](https://github.com/antfu/live-draw) - Screen Annotation\n* [⁠Overlays](https://overlays.uno/) - Live Stream Overlays\n* [Amuse](https://6klabs.com/amuse) or [Songify](https://songify.overcode.tv/) - Now Playing Overlays\n* [real-url](https://github.com/wbt5/real-url) - Copy Live Stream URLs\n* [Chat-Downloader](https://github.com/xenova/chat-downloader) - Retrieve Chat Messages from Livestreams\n\n***\n\n## ▷ VTuber Tools\n\n* 🌐 **[Runa's Archive](https://kekuwi.github.io/Runa-Archive)** - VTuber Resources / [Discord](https://discord.com/invite/GdfHVZ6Z33)\n* [Best VTuber](https://gist.github.com/emilianavt/cbf4d6de6f7fb01a42d4cce922795794) - VTuber Resources\n* [VTResources](https://vtresources.carrd.co/) - VTuber Resources\n* [VTuber Assets](https://discord.gg/acU3dFRtvC) - VTuber Resources\n* [VTuber Kit](https://kyuppin.itch.io/vtuber-kit) or [VRoid](https://vroid.com/en/studio) - VTuber Character Creators / Tracking\n* [VSeeFace](https://www.vseeface.icu/), [Kalidoface 3D](https://3d.kalidoface.com/) or [Animaze](https://www.animaze.us/) - 3D Tracking & Puppeteering (VRM)\n* [Vtube Studio](https://denchisoft.com/) or [Inochi2D](https://inochi2d.com/) / [Discord](https://discord.com/invite/abnxwN6r9v) - 2D / Live2D Tracking\n* [veadotube](https://olmewe.itch.io/veadotube-mini) or [TransTube](https://girkovarpa.itch.io/transtube) - PNGTuber & Reactive Software\n* [avatarify-python](https://github.com/alievk/avatarify-python) - Real-Time Photo / Video Avatars\n* [VTuberized Logos](https://vtuber-style-logos.vercel.app/) - VTuber Style Logos\n\n***\n\n## ▷ [Subtitle Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_subtitle_tools)\n\n***\n\n## ▷ [Linux Video Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_linux_video)\n\n***\n\n## ▷ [Mac Video Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_mac_video)\n\n***\n\n# ► Video Players\n\n* 🌐 **[Awesome Video](https://github.com/krzemienski/awesome-video)** - Video Streaming Resources\n* 🌐 **[Video Help](https://www.videohelp.com/software/sections/video-players?orderby=Rating)** - Video Player Index\n* ⭐ **[MPV Clients](https://mpv.rocks/)**, **[MPC-QT](https://mpc-qt.github.io/)** or [MPV (Official)](https://mpv.io/) - Video Player / [Custom Builder](https://mpv-easy.github.io/mpv-build/) / [Frontends](https://github.com/mpv-player/mpv/wiki/Applications-using-mpv) / [GitHub](https://github.com/mpv-player/mpv)\n* ⭐ **[MPC-HC](https://github.com/clsid2/mpc-hc/)** or [MPC-BE](https://sourceforge.net/projects/mpcbe/) - Video Player / [YT-DL Support](https://www.free-codecs.com/guides/how_to_stream_videos_with_mpc-hc.htm) / [OpenSubtitles Bypass](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/mp-opensubs.md)\n* ⭐ **[VLC](https://www.videolan.org/)** - Video Player / [GitHub](https://github.com/videolan/vlc)\n* ⭐ **[FastStream](https://faststream.online/)** - Fragmentation Streaming Extension / [GitHub](https://github.com/Andrews54757/FastStream/)\n* ⭐ **[OpenVideo](https://openvideofs.github.io)** or [Stream-Bypass](https://github.com/ByteDream/stream-bypass) - Use Streaming Sites in Ad-Free Player with Subs, Speed Control & More\n* [Codec Guide](https://www.codecguide.com/), [ALF FreeWare VideoCODECs](https://codec.kyiv.ua/), or [Free-Codecs](https://www.free-codecs.com/) - Video Player Codec Collections\n* [Screenbox](https://github.com/huynhsontung/Screenbox) - Video Player\n* [AVPlayer](http://www.awesomevideoplayer.com/), [ICAT](https://www.nvidia.com/en-us/geforce/technologies/icat/) or [GridPlayer](https://github.com/vzhd1701/gridplayer) - Multi-Video Players\n* [SPlayer](https://www.splayer.org/) - Video Player with Smart Translation\n* [PotPlayer](https://potplayer.tv/) - Video Player / [Twitch Addon](https://github.com/TwitchPotPlayer/TwitchPotPlayer) / [YouTube Addon](https://chromewebstore.google.com/detail/potplayer-youtube-shortcu/cfdpeaefecdlkdlgdpjjllmhlnckcodp)\n* [ImPlay](https://github.com/tsl0922/ImPlay) - Video Player\n* [SMPlayer](https://www.smplayer.info/), [2](https://sourceforge.net/projects/smplayer/) - Video Player / [YouTube](https://www.smtube.org/) / [GitHub](https://github.com/smplayer-dev/smplayer)\n* [uView](https://www.idruf.com/) - Video Player\n* [Rise Media Player](https://github.com/Rise-Software/Rise-Media-Player) - Video Player\n* [Flyleaf](https://github.com/SuRGeoNix/Flyleaf) - Video Player\n* [MoonPlayer](https://github.com/coslyk/moonplayer) - Video Player\n* [KikoPlay](https://kikoplay.fun/) - Video Player\n* [Plyr](https://plyr.io/) - Online HTML5, YouTube and Vimeo Player / [GitHub](https://github.com/sampotts/plyr)\n* [⁠panoptic](https://panoptic.live/) - Watch Multiple Live Streams At Once\n* [MotionMonkey](https://omega.gg/MotionMonkey/) - Stream Online Videos in Player\n* [⁠Private Video Sharing](https://privatevideosharing.com/) - P2P Video Streaming / Temp Files\n* [StreamLink](https://streamlink.github.io/) - Extract Videos from Sites to Players / [Twitch Adblock](https://github.com/2bc4/streamlink-ttvlol) / [GitHub](https://github.com/streamlink/streamlink)\n* [polsy.org.uk](https://polsy.org.uk/) - Alt Players for Video Sites\n\n***\n\n## ▷ Stream Sync\n\n* ⭐ **[Synkplay](https://syncplay.pl/)** - App\n* ⭐ **[Watch2Gether](https://w2g.tv/)** - Online Player\n* ⭐ **[SyncWatch](https://github.com/Semro/syncwatch)** - Online Extension\n* ⭐ **[Kosmi](https://kosmi.io/)** - Online Player\n* ⭐ **[WatchParty](https://www.watchparty.me/)** - Online / Virtual Browser\n* ⭐ **[neko](https://neko.m1k1o.net/)** - Docker Virtual Browser / [GitHub](https://github.com/m1k1o/neko)\n* [HyperBeam](https://hyperbeam.com/) / [VIP](https://greasyfork.org/en/scripts/457795) - Virtual Computer Embed\n* [OpenTogetherTube](https://opentogethertube.com/), [TurtleTV](https://turtletv.app/) or [twoseven](https://twoseven.xyz/) - Online Player\n* [Metastream](https://getmetastream.com/) - Online Extension / [X](https://x.com/getmetastream) / [Discord](https://discord.com/invite/nfwPRb9) / [GitHub](https://github.com/samuelmaddock/metastream)\n* [Caracal Club](https://caracal.club/) - Online Player\n* [CyTube](https://cytu.be/) - Online Player\n* [⁠CinevoSync](https://sync.cinevo.site/) - Online Player\n* [VideoTogether](https://2gether.video/en-us/) - App\n* [baked.live](https://baked.live/) - Online Player\n* [Rave.io](https://rave.io/) - Online Extension\n* [MovieNight](https://github.com/zorchenhimer/MovieNight) / [Discord](https://discord.gg/F2VSgjJ) - Docker\n\n***\n\n## ▷ MPV Tools\n\n* 🌐 **[⁠Awesome-MPV](https://github.com/stax76/awesome-mpv)** - MPV Tools / Resources\n* 🌐 **[igv's shaders](https://gist.github.com/igv)** - Various Shaders\n* [MPV Config Guide](https://thewiki.moe/tutorials/mpv/), [2](https://iamscum.wordpress.com/guides/videoplayback-guide/mpv-conf/), [3](https://hooke007-github-io.translate.goog/unofficial/index.html?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en-US&_x_tr_pto=wapp)\n* [⁠Flower's MPV Config](https://github.com/flowerey/flower-mpv-config) - MPV Configs\n* [ModernX](https://github.com/cyl0/ModernX), [tethys](https://github.com/Zren/mpv-osc-tethys) or [uosc](https://github.com/tomasklaen/uosc) - Alt User Interfaces\n* [Simple MPV WebUI](https://github.com/open-dynaMIX/simple-mpv-webui) - WebUI Controller\n* [MPV Context Menu](https://gitlab.com/carmanaught/mpvcontextmenu)\n* [MPV Scripts](https://github.com/mpv-player/mpv/wiki/User-Scripts) - Userscripts\n* [VideoClip](https://github.com/Ajatt-Tools/videoclip), [2](https://github.com/f0e/mpv-lossless-cut) - Clip Tool\n* [MPV WebM](https://github.com/ekisu/mpv-webm) - WebM Tool\n* [Play With MPV](https://greasyfork.org/en/scripts/416271) or [ff2mpv](https://github.com/woodruffw/ff2mpv) - Open Videos with MPV\n* [MPV WebTorrent Hook](https://github.com/noctuid/mpv-webtorrent-hook) - Torrent Streaming\n* [AutoSubSync MPV](https://github.com/joaquintorres/autosubsync-mpv) - Sub Sync\n* [MPV SponsorBlock](https://github.com/po5/mpv_sponsorblock), [2](https://codeberg.org/jouni/mpv_sponsorblock_minimal) - SponsorBlock for MPV\n* [ThumbFast](https://github.com/po5/thumbfast) - MPV Thumbnails\n* [ArtCNN](https://github.com/Artoriuz/ArtCNN), [AniSD](https://github.com/Sirosky/Upscale-Hub/releases/tag/AniSD-ArtCNN) or [Ani4k](https://github.com/Sirosky/Upscale-Hub/releases/tag/Ani4k-v2-ArtCNN) - Anime Upscaling\n* [FSR](https://gist.github.com/agyild/82219c545228d70c5604f865ce0b0ce5) or [CAS](https://gist.github.com/agyild/bbb4e58298b2f86aa24da3032a0d2ee6) - AMD FidelityFX port\n* [MPV Prescalers](https://github.com/bjin/mpv-prescalers/) - NNEDI / RAVU Upscaling\n* [GLSL CFL Prediction](https://github.com/Artoriuz/glsl-chroma-from-luma-prediction) - Chroma Upscaling\n\n***\n\n## ▷ VLC Tools\n\n* 🌐 **[Awesome VLC](https://github.com/mfkl/awesome-vlc)** - VLC Resources\n* [VLSub](https://github.com/exebetche/vlsub) - Sub Downloader\n* [VLC Slow Seek Fix](https://redd.it/os6f1q)\n\n***\n\n# ► Media Servers\n\n* ↪️ **[Torrent Automation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video#wiki_.25BA_torrent_apps)**\n* ⭐ **[Jellyfin](https://jellyfin.org/)** - Media Server / [Matrix](https://matrix.to/#/#jellyfinorg:matrix.org) / [Discord](https://discord.gg/zHBxVSXdBV) / [GitHub](https://github.com/jellyfin/jellyfin)\n* ⭐ **[Kodi](https://kodi.tv/)** or [Xbox Kodi](https://apps.microsoft.com/detail/9nblggh4t892) - Media Server\n* [TRaSH Guides](https://trash-guides.info/) / [Discord](https://discord.com/invite/4K2kdvwzFh) or [The Complete Guide](https://redd.it/pqsomd) - Server Setup Guides\n* [Self-Hosted Anime](https://github.com/shyonae/selfhosted-anime/wiki) - Anime Server Setup Guides\n* [Prowlarr](https://prowlarr.com/) / [GitHub](https://github.com/Prowlarr/Prowlarr), [FlexGet](https://flexget.com/) or [r/softwarr](https://reddit.com/r/softwarr) - Autodownload Tools\n* [Reiverr](https://github.com/aleksilassila/reiverr) - Media Server Manager\n* [Fixarr](https://github.com/sachinsenal0x64/fixarr) - Media Server File Renamer\n* [HTPC Download Box](https://github.com/sebgl/htpc-download-box) - Media Server Automation\n* [Seanime](https://seanime.app/) - Anime Server\n* [Plex](https://www.plex.tv/) - Media Server\n* [DMS](https://github.com/anacrolix/dms) - Media Server\n* [Emby](https://emby.media/) - Media Server\n* [Universal Media Server](https://www.universalmediaserver.com/) - Media Server\n* [OSMC](https://osmc.tv/) - Media Server\n* [Kawaii-Player](https://github.com/kanishka-linux/kawaii-player) - Media Server\n* [Streama](https://github.com/streamaserver/streama) - Media Server\n* [Gerbera](https://gerbera.io/) - Media Server\n* [Homehost](https://github.com/ridhwaans/homehost) - Media Server\n* [Dim](https://github.com/Dusk-Labs/dim) - Media Server\n* [Kyoo](https://github.com/zoriya/Kyoo) - Media Server\n* [Chocolate](https://github.com/ChocolateApp/Chocolate) - Media Server\n* [Media-Hoarder](https://github.com/theMK2k/Media-Hoarder) - Media Catalog Frontend\n* [Frames](https://github.com/Eleven-am/frames) - Google Drive Server\n* [HTPC](https://r-htpc.github.io/wiki/) - Home Theater PC guides / [Subreddit](https://www.reddit.com/r/htpc/)\n* [MSX](https://msx.benzac.de/info/) - Web App\n* [⁠The Intro Database](https://theintrodb.org/) - Intro / Credit Skipping Database / [GitHub](https://github.com/TheIntroDB)\n* [Tunarr](https://tunarr.com/) / [GitHub](https://github.com/chrisbenincasa/tunarr/), [ErsatzTV](https://ersatztv.org/) or [dizqueTV](https://github.com/vexorian/dizquetv) - Custom Live Channel Servers\n* [⁠YAMS](https://yams.media/) - Linux Media Server Auto-Install Script \n* [ansible-hms-docker](https://github.com/ahembree/ansible-hms-docker) or [DockSTARTer](https://github.com/GhostWriters/DockSTARTer) - Automated Docker Media Server Setups\n* [Seerr](https://github.com/seerr-team/seerr) / [Mobile](https://github.com/seerr-team/mobile-app) or [Ombi](https://github.com/Ombi-app/Ombi) - User Request Management \n* [Dispatcharr](https://github.com/Dispatcharr/Dispatcharr) or [⁠tuliprox](https://github.com/euzu/tuliprox) - IPTV Playlist Managers for Servers\n* [YTDL-Sub](https://ytdl-sub.readthedocs.io/en/) - Add YouTube Channels to Media Servers / [GitHub](https://github.com/jmbannon/ytdl-sub)\n* [xTeVe](https://github.com/xteve-project/xTeVe) - Plex / Emby M3U Proxy\n\n***\n\n## ▷ Plex Tools\n\n* [Reddit Guide](https://redd.it/ma1hlm) - Plex Setup Guides\n* [Tautulli](https://tautulli.com/) - Server Monitor / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/tautulli-note.md)\n* [Kitana](https://github.com/pannal/Kitana) - Plugin Frontend\n* [Reaparr](https://www.reaparr.rocks/) - Merge Plex Libraries w/ Your Own\n* [PlexDrive](https://github.com/plexdrive/plexdrive) or [mergerfs](https://docs.ultra.cc/books/rclone/page/rclone-vfs-and-mergerfs-setup) - Mount Google Drive\n* [SyncLounce](https://synclounge.tv/) - Media Sync\n* [PseudoTV](https://github.com/DEFENDORe/pseudotv) - Create TV Channels\n* [Overseerr](https://overseerr.dev/) - User Requests / [IMDb Extension](https://chromewebstore.google.com/detail/overseerr-assistant/hopnjiadheaagfhpipecoamoegijhnij)\n* [Pasta Tool](https://www.pastatool.com/) - Audio / Sub Changer\n\n***\n\n## ▷ Jellyfin Tools\n\n* 🌐 **[Awesome Jellyfin](https://github.com/awesome-jellyfin/awesome-jellyfin)** - Jellyfin Resources\n* ⭐ **[Fladder](https://github.com/DonutWare/Fladder/)** - Desktop Client / Windows, Mac, Linux, Android, iOS\n* [Blink](https://github.com/prayag17/Blink) - Desktop Client\n* [jellyfin-media-player](https://github.com/jellyfin/jellyfin-media-player) - Desktop Client\n* [Findroid](https://github.com/jarnedemeulemeester/findroid) or [Streamyfin](https://github.com/streamyfin/streamyfin) - JellyFin Android Clients\n* [Jellyfin Forum](https://forum.jellyfin.org/) - Official Jellyfin Forum\n* [Jellyfin Vue](https://github.com/jellyfin/jellyfin-vue) - Jellyfin Web Client\n* [Jellyfin \"arr\" Setup Guide](https://www.fuzzygrim.com/posts/media-server)\n* [Jellyfin Customization Guide](https://youtu.be/F85qMyBeiDI)\n* [Jellyfin Themes](https://jellyfin.org/docs/general/clients/css-customization/#community-themes)\n* [Jellyfin RPC](https://github.com/Radiicall/jellyfin-rpc) - Jellyfin Discord Rich Presence\n\n***\n\n## ▷ Kodi Tools\n\n* ⭐ **[Elementum](https://elementum.surge.sh/)** - Torrent Streaming / Trakt Sync / Similar to Stremio + Torrentio\n* [EverythingKodi](https://rumble.com/c/EverythingKodi) - Kodi Addon Tutorials\n* [Kodi Builds Chart](https://kodiapps.com/builds-chart)\n* [r/Addons4Kodi](https://www.reddit.com/r/Addons4Kodi/) / [Tracker](https://kinkeadtech.com/best-kodi-streaming-addons/) / [Trending](https://kodiapps.com/addons-chart) or [⁠TroyPoint](https://troypoint.com/) - Kodi Addons\n* [Kodi Skins](https://kodi.tv/addons/omega/category/skins/) or [WIP Skins](https://forum.kodi.tv/forumdisplay.php?fid=160) - Kodi Skins\n* [Synko](https://github.com/Skaytacium/synko) - Kodi Stream Sync\n* [Plex Kodi Connect](https://github.com/croneter/PlexKodiConnect) or [plex-for-kodi](https://github.com/pannal/plex-for-kodi) - Plex for Kodi\n* [quasar](https://quasar.surge.sh/) - Torrent Plugin\n* [IPTV Client](https://kodi.wiki/view/Add-on:PVR_IPTV_Simple_Client)\n* [Simkl](https://simkl.com/) - Media Tracker\n* [tinyMediaManager](https://www.tinymediamanager.org/) or [MediaElch](https://www.kvibes.de/mediaelch/) - Media Collection Managers\n\n***\n\n# ► Video Download\n\n* ↪️ **[YouTube Video Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders)**\n* ↪️ **[Twitch Video Downloaders](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_twitch_downloaders)**\n* ↪️ **[Download Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools/#wiki_.25B7_download_managers)**\n* ⭐ **[yt-dlp](https://github.com/yt-dlp/yt-dlp)** or [YTDL-PATCHED](https://github.com/ytdl-patched/ytdl-patched) - Multi-Site / [Commands](https://toolbrew.org/), [2](https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection) / [Discord](https://discord.gg/H5MNcFW63r)\n* ⭐ **[cobalt](https://cobalt.tools/)** - Multi-Site / Online / [Instances](https://instances.cobalt.best/), [2](https://cobalt.directory/) / [Playlist Support](https://playlist.kwiatekmiki.pl/), [2](https://playlist.kwiatekmiki.com/) / [X](https://x.com/justusecobalt) / [Discord](https://discord.com/invite/pQPt8HBUPu) / [GitHub](https://github.com/imputnet/cobalt)\n* ⭐ **[9xbuddy](https://9xbuddy.com/)**, [2](https://9xbuddy.site/), [3](https://9xbuddy.in/) - Multi-Site / Online\n* ⭐ **[Video DownloadHelper](https://www.downloadhelper.net/)** / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/video-downloadhelper.md), [FetchV](https://fetchv.net/) or [MPMux](https://mpmux.com/) - Extensions\n* [CD(R)M-Project](https://cdm-project.com/explore/repos) - DRM Tools / [Discord](https://discord.gg/zvGBza34JP)\n* [DRM Bypass Toolkit](https://rentry.co/FMHYB64#dbt) - DRM Bypass Guide\n* [⁠VideoDL](https://github.com/CharlesPikachu/videodl) - Multi-Site\n* [VideoFK](https://www.videofk.com/) - Multi-Site / Online\n* [⁠OFA Downloader](https://oneforalldownloader.com/) - Multi-Site / Online\n* [⁠imov.life](https://imov.life/) - Multi-Site / Online\n* [you-get](https://you-get.org/) - Multi-Site / CLI / [GitHub](https://github.com/soimort/you-get)\n* [Hitomi Downloader](https://github.com/KurtBestor/Hitomi-Downloader) - Multi-Site / Software\n* [SCrawler](https://github.com/AAndyProgram/SCrawler) - Multi-Site / Software / [Discord](https://discord.gg/uFNUXvFFmg)\n* [Musvkrobot](https://t.me/musvkrobot) - Multi-Site / Telegram Bot\n* [SSSTik](https://ssstik.io/), [myfaveTT](https://myfavett.com/) or [tiktok-to-ytdlp](https://github.com/Dinoosauro/tiktok-to-ytdlp) - TikTok\n* [Threads Downloader](https://threadsdownloader.com/) - Threads\n* [Piner](https://piner.io/) - Pinterest / Online\n* [hls-downloader](https://github.com/puemos/hls-downloader), [hls extension](https://webextension.org/listing/hls-downloader.html) or [hlsloader](https://www.hlsloader.com/) - HLS Downloaders\n* [GetWVKeys](https://getwvkeys.cc/) - Send Widevine Requests / [GitHub](https://github.com/GetWVKeys/)\n\n***\n\n# ► Video Editing\n\n* ⭐ **[r/VideoEditing](https://www.reddit.com/r/VideoEditing/)** - Video Editing Subreddit / [Wiki](https://www.reddit.com/r/VideoEditing/wiki/index/)\n* ⭐ **[Eyecandy](https://eyecannndy.com/)** - Visual Technique Examples / [Discord](https://discord.com/invite/WRyrPkWEzT)\n* ⭐ **[Waifu2x GUI](https://github.com/AaronFeng753/Waifu2x-Extension-GUI)**, [⁠TheAnimeScripter](https://github.com/NevermindNilas/TheAnimeScripter), [Video2x](https://github.com/k4yt3x/video2x), [Enhancr](https://github.com/mafiosnik777/enhancr), [Warlock-Studio](https://github.com/Ivan-Ayub97/Warlock-Studio), [Lossless Scaling](https://fmhy.net/gaming#download-games) (search) or [Dandere2x](https://github.com/akai-katto/dandere2x) - Video Upscaling\n* [Codecs and Containers](https://www.reddit.com/r/VideoEditing/wiki/codecsandcontainers) - Info on Codecs & Containers\n* [VideoHelp Forum](https://forum.videohelp.com/forums/2-Video) - Video Editing Forums\n\n***\n\n## ▷ Video Editors\n\n* ↪️ **[Editing Software](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent/#wiki_.25BA_torrent_sites)**\n* ⭐ **[Kdenlive](https://kdenlive.org/en/)** - Video Editor / [GitHub](https://github.com/KDE/kdenlive)\n* ⭐ **[DaVinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve)** - Video Editor / Requires Sign-Up (Fake Info Works) / [Subtitle Generator](https://tom-moroney.com/auto-subs/) / [Discord](https://discord.gg/davinci-resolve-community-714620142096482314)\n* ⭐ **[LosslessCut](https://github.com/mifi/lossless-cut)** - Single Video Editor\n* ⭐ **[Shotcut](https://shotcut.org/)** - Video Editor / [GitHub](https://github.com/mltframework/shotcut)\n* [Satvrn](https://rentry.co/FMHYB64#satvrn) - Video Editors / Plugins\n* [Auto-Editor](https://auto-editor.com/) - CLI Editor\n* [MoviePy](https://zulko.github.io/moviepy/) - Python Editor\n* [Webm Generator](https://github.com/dfaker/WebmGenerator) - Webm Editor\n* [avisynth](http://avisynth.nl/index.php/Main_Page) or [VapourSynth](https://www.vapoursynth.com/) - Video Processors\n* [Source Filmmaker](https://store.steampowered.com/app/1840/Source_Filmmaker/) - Steam Movie-Making Tool / [Resources](https://sfmlab.com/)\n* [OpenRV](https://github.com/AcademySoftwareFoundation/OpenRV) - Image / Sequence Playback Review\n* [Remotion](https://www.remotion.dev/) - Video Editor\n* [Olive](https://www.olivevideoeditor.org/) - Video Editor\n* [OpenShot](https://www.openshot.org/) - Video Editor\n* [Lightworks](https://lwks.com/) - Video Editor\n* [VSDC](https://www.videosoftdev.com/) - Video Editor\n* [Pitivi](https://www.pitivi.org/) - Video Editor\n* [Visla](https://www.visla.us/) - Video Editor\n* [Windows Movie Maker](https://www.majorgeeks.com/files/details/windows_movie_maker.html), [2](https://archive.org/details/mm26enu_202002), [3](https://archive.org/details/MM2.1And2.6_201903) - Video Editor\n* [Avidemux](http://fixounet.free.fr/avidemux/) - Cut / Filter / Encode\n* [suckless-cut](https://github.com/couleur-tweak-tips/suckless-cut) or [vidcutter](https://github.com/ozmartian/vidcutter) - Cut / Trim Videos\n* [Opus](https://www.opus.pro/) - Clip Creator\n* [Kurku](https://app.kurku.tech/) or [FreeMoCap](https://freemocap.org/) - Motion Tracking Tools\n\n***\n\n## ▷ Online Editors\n\n* ⭐ **[wide.video](https://wide.video/)** / [Discord](https://discord.gg/Q54kW97yj5)\n* ⭐ **[Pikimov](https://pikimov.com/)** - Use Edge or Chrome\n* ⭐ **[Mastershot](https://mastershot.app/)** - Requires Sign-Up\n* [Klippy](https://www.klippy.pro/) / [Discord](https://discord.gg/xJVXbQVPZP)\n* [FreeCut](https://www.freecut.net/), [2](https://freecut-sandy.vercel.app/) / [GitHub](https://github.com/walterlow/freecut)\n* [Panzoid](https://panzoid.com/)\n* [vidmix](https://vidmix.app/)\n* [Video Cutter](https://video-cutter-js.com/)\n* [Omniclip](https://omniclip.app/) / [Discord](https://discord.com/invite/Nr8t9s5wSM) / [GitHub](https://github.com/omni-media/omniclip)\n* [Cuttr](https://cuttr.in/) - Transcription Based Editor\n* [Vididoo](https://vididoo.vercel.app/) - Multitool\n* [VideoCandy](https://videocandy.com/) - Multitool\n* [Video2Edit](https://www.video2edit.com/) - Multitool\n* [Crop Video](https://crop-video.com/) - Crop Videos\n* [LoopVid](https://loopvid.kastden.org/) - Loop Videos\n* [Crossfade](https://crossfade.io/) - Video / Audio Crossfading\n* [VidLouder](https://www.videolouder.com/) - Increase Video Volume\n* [Convert2Video](https://convert2video.com/) - Image / Audio to Video\n\n***\n\n## ▷ Effects / Enhancements\n\n* ⭐ **[Efecto](https://efecto.app/)** or [effect.app](https://effect.app/) - Online Video Effects\n* [Video Enhance AI](https://lrepacks.net/repaki-programm-dlya-grafiki/) - Video Enhancement Tool / Search \"Topaz\" on LR\n* [Gyroflow](https://gyroflow.xyz/) / [Discord](https://discord.com/invite/YaUtNpWTUh) / [GitHub](https://github.com/gyroflow/gyroflow) or [ComfyUI-Video-Stabilizer](https://github.com/nomadoor/ComfyUI-Video-Stabilizer) - Video Stabilization \n* [Flowframes](https://nmkd.itch.io/flowframes) / [Beta](https://kemono.cr/patreon/user/19695417) or [SVP](https://www.svp-team.com/) / [Guide](https://www.svp-team.com/wiki/Manual:SVPcode) - Video Interpolation / Increase FPS\n* [VideoColorizerColab](https://colab.research.google.com/github/jantic/DeOldify/blob/master/VideoColorizerColab.ipynb) - Video Colorization Colab\n* [OpenColorIO](https://opencolorio.org/) - Video Color Manager\n* [FreshLUTs](https://freshluts.com/) - Free LUTs (Color Filters)\n* [blur](https://github.com/f0e/blur) or [Smoothie](https://github.com/couleur-tweak-tips/smoothie-rs) - Add Motion Blur to Videos / [Tutorial](https://youtu.be/16-KU4r3BcA)\n* [ProPainter](https://github.com/sczhou/ProPainter) - Video Inpainting\n* [CorridorKey](https://github.com/nikopueringer/CorridorKey) - AI Green Screen Extraction Tool / Unmixing / High VRAM Requirements / [GUI](https://github.com/edenaion/EZ-CorridorKey/) / [Discord](https://discord.gg/zvwUrdWXJm)\n\n***\n\n## ▷ VFX Sites\n\n* [FootageCrate](https://footagecrate.com/)\n* [FreeVideoEffect](https://freevideoeffect.com/)\n* [VideoCoPilot](https://www.videocopilot.net/)\n* [VFXmed](https://www.vfxmed.com/)\n* [Team V.R releases](https://rentry.co/FMHYB64#team-vr)\n* [flex_cg_vfx](https://t.me/flex_cg_vfx)\n* [Download Pirate](https://www.downloadpirate.com/) - **Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)** / [Discord](https://discord.gg/ucTvVtBz9Z)\n* [ShareAE](https://www.shareae.com/) - After Effects\n* [HunterAE](https://hunterae.com/) - After Effects\n* [AETemp](https://t.me/AETemp) - After Effects\n* [Visual Effects Pack](https://t.me/visual_effects_pack) - After Effects\n* [AERiver](https://aeriver.com/) - After Effects\n* [AEDownloadPro](https://aedownloadpro.com/) - After Effects\n* [Intro HD](https://intro-hd.net/) - After Effects\n\n***\n\n## ▷ Animation Tools\n\n* 🌐 **[Creator Resources](https://www.newgrounds.com/wiki/creator-resources/)** - Art & Animation Resource Index\n* ⭐ **[Unreal Engine](https://www.unrealengine.com/)**, [MoonRay](https://openmoonray.org/), [cgsoftbox](https://t.me/cgsoftbox), [SketchUp](https://www.sketchup.com/) / [Plugins](https://sucj.me/) or [Twinmotion](https://www.twinmotion.com/en-US) - 3D Creation Tools\n* ⭐ **Unreal Engine Tools** - [Modding Guides](https://github.com/Dmgvol/UE_Modding) / [Megascans](https://quixel.com/megascans) / [Model Viewer](https://www.gildor.org/en/projects/umodel) / [UPK Explorer](https://www.nexusmods.com/site/mods/587) / [Wiki](https://www.pcgamingwiki.com/wiki/UPK_Explorer) / [Discord](https://discord.gg/9KPvQ4H)\n* ⭐ **[Immersity AI](https://www.immersity.ai/)** - 2D Image to 3D Animation Tool\n* [OpenToonz](https://opentoonz.github.io/e/) / [GitHub](https://github.com/opentoonz/opentoonz), [Friction](https://friction.graphics/) / [GitHub](https://github.com/friction2d/friction), [Wick Editor](https://www.wickeditor.com/editor/), [Tixl](https://tixl.app/) / [GitHub](https://github.com/tixl3d/tixl), [Clipnote Studio](https://calcium-chan.itch.io/clipnote), [⁠Touch Designer](https://derivative.ca/) or [Pencil2D](https://www.pencil2d.org/) - Motion Graphics Editors / Animation Tools\n* [Animaker](https://www.animaker.com/) - Animated Video Creator\n* [3DThis](https://3dthis.com/) - 3D Animation Tools\n* [Mega Scans](https://quixel.com/megascans) - 3D Scans\n* [Mixer](https://quixel.com/mixer) - 3D Texture Creation Tool\n* [PlanetSide](https://planetside.co.uk/) - CG Environment Generator\n* [cgplugdump](https://t.me/cgplugdump) - CG Software Plugins\n* [Physically Based](https://physicallybased.info/) - RGB Values of Elements\n* [AnimeEffects](https://github.com/AnimeEffectsDevs/AnimeEffects), [enve](https://maurycyliebner.github.io/), [Cavalry](https://cavalry.scenegroup.co/), [TupiTube](https://tupitube.com/) or [Synfig](https://www.synfig.org/) - 2D Animation Tools\n* [ScribbleDiffusion](https://scribblediffusion.com/) - Turn Doodles into Artwork\n* [MonsterMash](https://monstermash.zone/) - Sketch-Based Modeling & Animation Tool\n* [Storyboarder](https://wonderunit.com/storyboarder/) - Quickly Visualize & Test Animations / [GitHub](https://github.com/wonderunit/storyboarder)\n* [LuxCoreRender](https://luxcorerender.org/) - Rendering Engine\n* [RenderChan](https://morevnaproject.org/renderchan/) - 2D Animation Render Manager\n* [Mandelbulber](https://mandelbulber.com/) or [FragM](https://github.com/3Dickulus/FragM) - Fractal Rendering Software / [3D](https://mb3d.overwhale.com/)\n* [JWildfire](https://jwildfire.overwhale.com/), [IFSRenderer](https://github.com/bezo97/IFSRenderer) or [Fractorium](http://fractorium.com/) - Flame Fractal Rendering Software\n* [BestSnip](https://bestsnip.com/animation/), [Sketch Machine](https://sketchmachine.net/), [Plask](https://plask.ai/) or [Rive](https://rive.app/) - Online Animation Tools\n* [Glaxnimate](https://glaxnimate.mattbas.org/) or [Trangram](https://www.trangram.com/) - Vector Animation Tools\n* [LibreSprite](https://libresprite.github.io/), [GraphicsGale](https://graphicsgale.com/us/), [⁠Poxil](https://poxil.vercel.app/) / [GitHub](https://github.com/F4tal1t/Poxil), [JPixel](https://pixelfromhell.itch.io/jpixel), [Aseprite](https://github.com/aseprite/aseprite) / [Guide](https://youtu.be/Z4Enx-Nb43E), [⁠KPix](https://github.com/krush62/KPix) or [SpookyGhost](https://encelo.itch.io/spookyghost) - Pixel Art Animation Tools\n* [Spritesheet Generator](https://spritesheetgenerator.online/) - Spritesheet Generator\n* [Animated Drawings](https://sketch.metademolab.com/), [⁠FliiipBook](https://www.fliiipbook.com/), [Mutsuacen](https://mutsuacen.com/), [FAIR Animated Drawings](https://fairanimateddrawings.com/site/home) or [MotorPen](https://motorpen.com/) - Animate Drawings\n* [FlipAnim](https://flipanim.com/) - Create Animated Flipbooks\n* [Viggle](https://viggle.ai/) - Animated Character Creators / [Discord](https://discord.com/invite/viggle)\n* [Mixamo](https://www.mixamo.com/), [Endorphin](https://archive.org/) (search) / [Subreddit](https://www.reddit.com/r/endorphin/) or [Cascadeur](https://cascadeur.com/) - 3D Character Animation Tools\n* [MMHuman3D](https://github.com/open-mmlab/mmhuman3d) - 3D Human Model Creator\n* [Talking Face Avatar](https://github.com/Yazdi9/Talking_Face_Avatar) - Talking Avatar Generator\n* [Blender Open Movies](https://youtube.com/playlist?list=PLav47HAVZMjnTFVZL-aImCQIC0uLZtNCz) - CGI Assets\n\n***\n\n## ▷ Stock Videos\n\n* 🌐 **[Awesome Stock Resources](https://github.com/neutraltone/awesome-stock-resources#videos)** or **[CuteStockFootage](https://cutestockfootage.com/free/video)** - Stock Video Indexes\n* [Pexels](https://www.pexels.com/) - Stock Videos\n* [Dareful](https://dareful.com/) - 4K Stock Videos\n* [Monzoom](https://www.monzoom.com/) - 4K Stock Videos\n* [BeachFrontBroll](https://www.beachfrontbroll.com/) - Stock Videos\n* [Videvo](https://www.videvo.net/) - Stock Videos\n* [veed.io](https://www.veed.io/videos) - Stock Videos\n* [VidsPlay](https://www.vidsplay.com/) - Stock Videos\n* [MixKit](https://mixkit.co/) - Stock Videos\n* [ineedfx](https://ineedfx.com/) - Stock Videos\n* [MotionPlaces](https://www.motionplaces.com/) - Worldwide Stock Videos\n* [DroneStock](https://dronestock.com/) - Drone Video Footage\n* [MovieTools](https://movietools.info/) - Video Loops"
  },
  {
    "path": "docs/video.md",
    "content": "***\n***\n**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**\n***\n***\n\n# ► Streaming Sites\n\n* **Note** - Check our [grading page](https://github.com/fmhy/FMHY/wiki/Stream-Site-Grading) / [2](https://fmhy-grading.pages.dev/) to see scores for each site, as well as their respective pros & cons, and what their ads are like. Make sure to install an [adblocker](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_adblocking), and use [throwaway emails](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_temp_mail) or [aliases](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_email_aliasing) when signing up for sites. Some sites allow you to disable ads in their settings, we note which on each sites grading. Try a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_vpn) if sites are blocked.\n\n***\n\n* ⭐ **[Cineby](https://www.cineby.gd/)**, [2](https://www.bitcine.app/) or [Fmovies+](https://www.fmovies.gd/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/C2zGTdUbHE)\n* ⭐ **[XPrime](https://xprime.su/)**, [2](https://xprime.stream/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/794xDTqN)\n* ⭐ **[Rive](https://rivestream.org/)**, [2](https://rivestream.net/), [3](https://www.rivestream.app/) or [CorsFlix](https://watch.corsflix.net), [2](https://watch.corsflix.dpdns.org/), [3](https://corsflix.net) - Movies / TV / Anime / Auto-Next / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)\n* ⭐ **[Aether](https://aether.mom/)**, [2](https://legacy.aether.mom/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/MadMF7xb5q)\n* ⭐ **[67Movies](https://67movies.net/)** or [456movie](https://456movie.nl), [2](https://345movie.nl) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/4SJ5c9gZUQ)\n* ⭐ **[FlickyStream](https://flickystream.ru/)** or [CineMora](https://cinemora.ru/) - Movies / TV / Anime / Auto-Next\n* ⭐ **[Cinegram](https://cinegram.net/)** - Movies / TV / Anime / Auto-Next\n* ⭐ **[ShuttleTV](https://shuttletv.su/)** - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/wsPmVB7ZJZ)\n* ⭐ **[SpenFlix](https://watch.spencerdevs.xyz/)**, [2](https://spenflix.ru/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/RF8vMBRtTs)\n* [1Shows](https://www.1shows.nl/), [1Flex](https://www.1flex.nl/) or [RgShows](https://www.rgshows.ru/) - Movies / TV / Anime / [Guide](https://www.rgshows.ru/guide.html) / [Discord](https://discord.gg/the-one) / [Auto Next](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/rgshows-autoplay.md)\n* [Cinema.BZ](https://cinema.bz/) - Movies / TV / Anime / Auto-Next / [Telegram](https://t.me/cinemabz)\n* [Cinevibe](https://cinevibe.asia/) - Movies / TV / Anime / [Discord](https://discord.com/invite/4BU2XbAPdu)\n* [FilmCave](https://filmcave.ru/) or [Flixway](https://flixway.pro/) - Movies / TV / Anime / Auto-Next / [Telegram](https://t.me/fmcave) / [Discord](https://discord.gg/BtpYzMbDjH)\n* [PopcornMovies](https://popcornmovies.org/) - Movies / TV / Anime / [Discord](https://discord.com/invite/JAxTMkmcpd)\n* [Cinetaro](https://cinetaro.buzz/) - Movies / TV / Anime\n* [Movish](https://movish.net/) - Movies / TV / Anime\n* [IceFY](https://icefy.top/) - Movies / TV / Anime\n* [Smashystream](https://smashystream.com/), [2](https://flix.smashystream.xyz/), [3](https://smashystream.xyz/) - Movies / TV / Anime / [Telegram](https://telegram.me/+vekZX4KtMPtiYmRl)\n* [TVids](https://www.tvids.to/), [2](https://www.tvids.net/), [3](https://watch-tvseries.net/), [4](https://tvids.me/), [5](https://tvids.tv/) - Movies / TV / Anime / Auto-Next\n* [AZMovies](https://azmovies.to/) - Movies / TV / Anime / Mostly 3rd Party Hosts\n* [BFLIX](https://bflix.sh/) - Movies / TV \n* [StreamM4u](https://streamm4u.com.co/), [2](https://m4uhd.page/) - Movies / TV / Anime / [Clones](https://rentry.co/sflix#streamm4u-clones)\n* [Levidia](https://www.levidia.ch/), [2](https://supernova.to/), [3](https://ww1.goojara.to/) - Movies / TV / Anime\n* [PrimeWire](https://www.primewire.mov/), [2](https://primewire.si/), [3](https://primewire.zip/) - Movies / TV / Anime / Mostly 3rd Party Hosts / [Status / Mirrors](https://primewire.nexus/)\n* [ProjectFreeTV](https://projectfreetv.sx/) - Movies / TV / Anime / 3rd Party Hosts\n* [Downloads-Anymovies](https://www.downloads-anymovies.co/) - Movies / 3rd Party Hosts\n\n***\n\n## ▷ Single Server\n\n* **Note** - These are generally good in terms of speed, consistency, and having less mislabeled content. Many also remove and/or fix broken links manually. Check [grading page](https://github.com/fmhy/FMHY/wiki/Stream-Site-Grading#single-server) / [2](https://fmhy-grading.pages.dev/) for scores.\n\n***\n\n* ⭐ **[NEPU](https://nepu.to/)** - Movies / TV / Anime / Auto-Next / 4K / [Status](https://rar.to/) / [Discord](https://discord.gg/nepu)\n* ⭐ **[EE3](https://ee3.me/)** or [RIPS](https://rips.cc/) - Movies / Invite Codes: `mpgh` or `1hack` / Requires Sign-Up\n* ⭐ **[yFlix](https://yflix.to/)** or [1Movies](https://1movies.bz/) - Movies / TV / Anime / Auto-Next / [Clones](https://rentry.co/sflix#yflix-clones)\n* [MovieBox](https://moviebox.ph/), [2](https://themoviebox.org/), [3](https://movieboxapp.in/), [4](https://moviebox.pk/), [5](https://123movie.app/), [6](https://netnaija.film/), [7](https://movieboxonline.net/) - Movies / TV / Anime\n* [CinemaCity](https://cinemacity.cc/) - Movies / TV / Anime / Requires Sign-Up\n* [RidoMovies](https://ridomovies.tv/) - Movies / TV\n* [WatchFlix](https://watchflix.to/) - Movies / TV / Anime / 720p\n* [ShowBox](https://www.showbox.media/) - Movies / TV / Anime / Use [Throwaway Gmail](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_temp_mail)\n* [UniqueStream](https://uniquestream.net/) - Movies / TV / Anime / 720p\n* [FshareTV](https://fsharetv.co/) - Movies\n* [YesMovie](https://ww1.yesmovies.ag/) - Movies / TV / 720p\n* [SFlix](https://sflix2.to/), [2](https://sflix.ps/), [3](https://sflixto.tube/) or [FlixHQ](https://flixhq.to/) - Movies / TV / [Clones](https://rentry.co/sflix)\n* [HollyMovieHD](https://hollymoviehd.cc/), [2](https://yeshd.net/), [3](https://novamovie.net/), [4](https://nmovies.cc/) - Movies / TV / Anime\n* [LookMovie](https://lookmovie2.to/), [2](https://lookmovie2.la/) - Movies / TV / Auto-Next / 480p\n* [PlayIMDb](https://www.playimdb.com/) - Search VidSrc via IMDb URLs / Official Frontend\n* [Gir Society](https://discord.gg/WHxeZ3aTtb) - Movies / TV / Anime / Requires Plex\n\n***\n\n## ▷ Stream Aggregators\n\n* **Note** - These serve as aggregators for multiple sources, and have custom players that will automatically test streams one-by-one without user input required. Sources vary site-to-site depending on which sites feel are worth using. Check [grading page](https://github.com/fmhy/FMHY/wiki/Stream-Site-Grading#stream-aggregators) / [2](https://fmhy-grading.pages.dev/) for scores.\n\n***\n\n* ⭐ **[Flixer](https://flixer.su)** or [Hexa](https://hexa.su/) / [Discord](https://discord.com/invite/yvwWjqvzjE) - Movies / TV / Anime / Auto-Next\n* ⭐ **[FlyX](https://tv.vynx.cc/)** - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/Eq2P3bRpyb) / [GitHub](https://github.com/Vynx-Velvet/Flyx-main)\n* ⭐ **[bCine](https://bcine.app/)** - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/FekgaSAtJa)\n* ⭐ **[Filmex](https://filmex.to/)** - Movies / TV / Anime / Auto-Next / 4K / [Discord](https://discord.com/invite/WWrWnG8qmh)\n* ⭐ **[Cinezo](https://www.cinezo.net/)** or [Flikhub](https://www.flikhub.net/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/Gx27YMK73d)\n* ⭐ **[Vidbox](https://vidbox.cc/)**, [2](https://cinehd.cc/), [3](https://hotflix.to/) - Movies / TV / Anime / Auto-Next / [Status](https://vidbox.xyz/) / [Discord](https://discord.gg/VGQKGPM9Ej)\n* ⭐ **[CinemaOS](https://cinemaos.live/)**, [2](https://cinemaos.tech/), [3](https://cinemaos.me/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/38yFnFCJnA)\n* ⭐ **[P-Stream (Fork)](https://pstream.net/)** - Movies / TV / Anime / Auto-Next / [Hosting](https://p-stream.github.io/docs/) / **[Add Sources](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/movie-web-sources.md)**\n* ⭐ **[Poprink](https://www.popr.ink/)** - Movies / TV / Anime / [Telegram](https://t.me/poprink) / [Discord](https://discord.com/invite/Wvxr9YsHHf)\n* ⭐ **[SanuFlix](https://sanuflix-web-v2.pages.dev/)** - Movies / TV / Anime\n* ⭐ **[NexVid](https://nexvid.online/)**, [2](https://nexvid.pl/) - Movies / TV / Anime / Auto-Next\n* [HydraHD](https://hydrahd.com/), [2](https://hydrahd.ru/) - Movies / TV / Anime / Auto-Next / [Status](https://hydrahd.info/) / [Telegram](https://t.me/HDHYDRAHD)\n* [LordFlix](https://lordflix.club/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/JeMDzxSbhH)\n* [AuroraScreen](https://www.aurorascreen.org/) - Movies / TV / Anime / Auto-Next / Requires Chromium / [Discord](https://discord.com/invite/kPUWwAQCzk)\n* [Flicker](https://flickermini.pages.dev/) - Movies / TV / Anime / [Proxy](https://flickerminiproxy.pages.dev/) / [Subreddit](https://www.reddit.com/r/flickermini/) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/flicker-proxy.md)\n* [1PrimeShows](https://1primeshow.online/) - Movies / TV / Anime / [Discord](https://discord.gg/7JKJSbnHqf)\n* [ZXCSTREAM](https://zxcprime.icu/) - Movies / TV / [Telegram](https://t.me/zxc_stream) / [Discord](https://discord.gg/yv7wJV97Jd)\n* [KiraStreams](https://kirastreamsv2.vercel.app/) - Movies / TV / Anime / [GitHub](https://github.com/amalxloop/kirastreams)\n* [Willow](https://willow.arlen.icu/), [2](https://salix.pages.dev/), [3](https://watchgap.pages.dev), [4](https://movieland.ghetto.ng) - Movies / TV / Anime / Auto-Next / [4K Guide](https://rentry.co/willow-guide) / [Telegram](https://t.me/+8OiKICptQwA4YTJk)\n* [Netplay](https://netplayz.live/) or [Cinelove](https://cinelove.live/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/NCH4rzxJ36)\n* [Youflex](https://youflex.live/) - Movies / TV / Anime\n* [StreamWatch](https://streamwatch.online/), [2](https://streamwatch.youplex.site/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/5eWu9Vz6tQ) / [GitHub](https://github.com/steveyout/streamwatch)\n* [Mapple.tv](https://mappl.tv/) - Movies / TV / Anime / [Discord](https://discord.gg/V8XUhQb2MZ)\n* [QuickWatch](https://www.quickwatch.co/) - Movies / TV / Anime / [Discord](https://discord.com/invite/PHDRg4K7hD)\n* [Auto Embed](https://autoembed.app/), [2](https://watch-v2.autoembed.app/) - Movies / TV / Anime\n* [PlayTorrio](https://playtorrio.xyz/) - Streaming Desktop App / Use Streaming Mode / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)\n* [mov-cli](https://mov-cli.github.io/) - Streaming CLI / [Plugins](https://github.com/topics/mov-cli-plugin) / [GitHub](https://github.com/mov-cli/mov-cli)\n\n***\n\n## ▷ Embed Frontends\n\n* **Note** - These serve as simple frontends for multiple sources, and allow users to select which they want to try from lists. Sources vary site-to-site depending on which sites feel are worth using. Check [grading page](https://github.com/fmhy/FMHY/wiki/Stream-Site-Grading#embed-frontends) / [2](https://fmhy-grading.pages.dev/) for scores.\n\n***\n\n* ⭐ **[VoidFlix](https://flixzy.pages.dev/)** or [Flixzy](https://flixzy.pages.dev/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/GDfP8S243T)\n* ⭐ **[Anixtv](https://anixtv.us.cc/)** - Movies / TV / Anime\n* ⭐ **[Redflix](https://redflix.co/)**, [2](https://redflix.club/) - Movies / TV / Anime / [Discord](https://discord.gg/wp5SkSWHW5)\n* ⭐ **[MovieBite](https://moviebite.cc/)** - Movies / TV / Anime / [Discord](https://discord.gg/ygexZUCXVa)\n* ⭐ **[Primeshows](https://www.primeshows.uk/)** or [PrimeBox](https://primebox.pages.dev/) - Movies / TV / Anime / [Discord](https://discord.com/invite/t2PnzRgKeM)\n* [Flixvo](https://flixvo.live/), [2](https://flixvo.fun/) - Movies / TV / Anime\n* [BoredFlix](https://www.boredflix.com/) - Movies / TV / Anime / [Discord](https://discord.gg/VHDedCcbGY)\n* [TeleV](https://stream.telev.tv/) - Movies / TV / Anime / [Discord](https://discord.gg/bPez4gxuze)\n* [AlienFlix](https://alienflix.net/), [2](https://hexawatch.cc/), [3](https://nunflix.li/) - Movies / TV / Anime / [Discord](https://discord.com/invite/AGsGU5KUYy)\n* [CineBolt](https://cinebolt.net/) - Movies / TV / Anime / [Discord](https://discord.gg/7ZbCzMPt6f)\n* [ONOFLIX](https://onoflix.ru/) - Movies / TV / Anime / [Discord](https://discord.gg/eEmGSZ98cP)\n* [Bingeflix](https://bingeflix.tv/) - Movies / TV / Anime / [Discord](https://discord.com/invite/ajRY6Bn3rr)\n* [Streamr](https://streamr.pages.dev/), [2](https://streamr.mindreaders7557.workers.dev/) - Movies / TV / Anime / [Discord](https://discord.gg/tYFjXqx6Wf)\n* [Cubeflix](https://cubeflix.org/discover) - Movies / TV / Anime / [Discord](https://discord.gg/Rj54xaWxR7)\n* [Way2Movies](https://way2movies.live/) - Movies / TV / Anime / [Telegram](https://t.me/Way2MoviesFun) / [Discord](https://discord.gg/mH4zsaAmv7)\n* [LunaStream](https://lunastream.fun/) or [CineFlow](https://www.cineflow.watch/) - Movies / TV / Anime / [Discord](https://discord.gg/3kpj8SuMy5)\n* [Nunflix.li](https://www.wooflixtv.co/) - Movies / TV / Anime\n* [zmov](https://plexmovies.online/) - Movies / TV / Anime / [GitHub](https://github.com/coen-h/zmov)\n* [KaitoVault](https://www.kaitovault.com/) - Movies / TV / Anime\n* [Yampi](https://yampi.live/) - Movies / TV / Anime\n* [M-Zone](https://www.m-zone.org/) - Movies / TV / Anime / [Discord](https://discord.com/invite/PFvCNcZCQC)\n* [MoviePluto](https://moviepluto.fun/) - Movies / TV / Anime / [Discord](https://discord.com/invite/ynfvjgHrBd)\n* [321Movies](https://321movies.xyz/) - Movies / TV / Anime\n* [VibeMax](https://vibemax.to/) - Movies / TV / Anime\n* [StreameX](https://streamex.sh/) - Movies / TV / Anime\n* [Snowstream](https://snowstream.vercel.app/) - Movies / TV / Anime\n* [ViewfFix](https://viewflix.site/), [2](https://flixwatch.online/) - Movies / TV / Anime / [GitHub](https://github.com/wisnuwirayuda15/cinextma)\n* [StreamGoblin](https://streamgoblin.com/) - Movies / TV / Anime\n* [Ask4Movies](https://ask4movie.app/) - Movies / TV / Anime\n* [Warflix](https://warflix.nl/), [2](https://warflix.im/), [3](https://warflix.cv/) - Movies / TV / Anime / [Discord](https://discord.gg/33yA574vvd) / [Telegram](https://t.me/warflix1)\n* [Heartive](https://heartiveloves.pages.dev/) - Movies / TV / Anime / [Proxy](https://us5.thetravelingtourguide.com/top.v1.html)\n* [CineGo](https://cinego.co/) - Movies / TV\n* [Moviepire](https://moviepire.org/) - Movies / TV / Anime / [Telegram](https://t.me/hdoboxapk2)\n* [Madplay](https://madplay.site/) - Movies / TV / Anime / [Telegram](https://telegram.me/livesportsclub)\n* [Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:cfdhwy9o57g##gsc.tab=0), [2](https://cse.google.com/cse?cx=006516753008110874046:o0mf6t-ugea##gsc.tab=0), [3](https://cse.google.com/cse?cx=98916addbaef8b4b6), [4](https://cse.google.com/cse?cx=0199ade0b25835f2e) - Multi-Site Search\n\n***\n\n## ▷ Free w/ Ads\n\n* 🌐 **[Free-Official-Youtube-Content](https://github.com/superlincoln953/Free-Official-Youtube-Content)** - YouTube Channel List\n* 🌐 **[YT Movies Multireddit](https://www.reddit.com/user/nbatman/m/streaming/)** - YouTube Streaming Subreddits\n* 🌐 **[JustWatch](https://www.justwatch.com/us?monetization_types=free)** - Free w/ Ads Directory\n* ⭐ **[Tubi](https://tubitv.com)** - Movies / TV / 720p / [Downloader](https://github.com/warren-bank/node-hls-downloader-tubitv) / [Available Countries](https://corporate.tubitv.com/)\n* ⭐ **[Plex](https://watch.plex.tv/)** - Movies / TV / 720p\n* ⭐ **[Pluto](https://pluto.tv/)** - Movies / TV / 720p\n* [Video Dictionary](https://videodictionary.kwebpia.net/?m=Full_Movies), [FreeGreatMovies](https://www.freegreatmovies.com/), [Voleflix](https://vole.wtf/voleflix/), [OpenCulture](https://www.openculture.com/freemoviesonline), [MoviesFoundOnline](https://moviesfoundonline.com/) or [Official YT Movies](https://www.youtube.com/feed/storefront?bp=ogUCKAY%3D) (US Only) - YouTube Movie Collections\n* [Prime Video Free](https://www.amazon.com/gp/video/storefront/?ie=UTF8&contentId=freetv) - Movies / TV / US Only\n* [Roku](https://therokuchannel.roku.com/) - Movies / TV / US Only\n* [DarkRoom](https://www.darkroom.film/) - Movies / TV / US Only / Requires Sign-Up\n* [Fawesome](https://fawesome.tv/) - Movies / TV\n* [Sling](https://watch.sling.com/) - Movies / TV / Live News / US Only\n* [⁠Mometu](https://watch.mometu.com/) - Movies / TV / US Only\n* [Vudu](https://www.vudu.com/content/movies/uxpage/View-All-Free-Movies-TV/207) - Movies / TV / US Only\n* [Fandango](https://athome.fandango.com/content/browse/free) - Movies / TV / US Only\n* [Shout! TV](https://shout-tv.com/) - Movies / TV / US + CA Only / Auto-Next\n* [Kanopy](https://kanopy.com/) or [hoopla](https://www.hoopladigital.com/) - Movies / TV / US Only / Requires Library Card\n* [Found TV](https://watch.foundtv.com/) - Found Footage Movies / Requires Sign-Up\n* [7+](https://7plus.com.au/) - Movies / TV / US + AU Only\n* [Playary](https://www.playary.com/) - Movies / TV\n* [Filmzie](https://filmzie.com/) - Movies / TV\n* [ARTE](https://www.arte.tv/en) - Movies / TV / Auto-Next\n* [BBC iPlayer](https://www.bbc.co.uk/iplayer) - Movies / TV / Requires UK VPN (windscribe) / [Downloader](https://github.com/get-iplayer/get_iplayer)\n* [FlixHouse](https://flixhouse.com/) - Indie Movies\n\n***\n\n## ▷ Video Streaming\n\n* **Note** - These are good for finding classic, obscure, and short films.\n\n***\n\n* ⭐ **[VK](https://vkvideo.ru/)** / [Enhancement Extension](https://vknext.net/)\n* ⭐ **[OK](https://ok.ru/video)**\n* ⭐ **[YouTube](https://www.youtube.com/)** / [Advanced Search](https://playlists.at/youtube/search/) / [Resources / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25BA_youtube_tools) / [Download Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_youtube_downloaders)\n* ⭐ **[Dailymotion](https://www.dailymotion.com/)**\n* ⭐ **[BiliBili](https://www.bilibili.com/)** / [.tv](https://www.bilibili.tv/) / [Desktop](https://github.com/bggRGjQaUbCoE/PiliPlus) / [Gamepad Client](https://xfangfang.github.io/wiliwili/) / [Quality Change](https://greasyfork.org/en/scripts/467511) / [View Comments](https://greasyfork.org/en/scripts/473498) / [Sign-Up Block](https://greasyfork.org/en/scripts/467474) / [Sponsorblock](https://github.com/hanydd/BilibiliSponsorBlock) / [Enhancement Script](https://github.com/the1812/Bilibili-Evolved)\n* ⭐ **[Niconico](https://www.nicovideo.jp/)** / [Desktop](https://github.com/tor4kichi/Hohoema)\n* ⭐ **[Video Search CSE](https://cse.google.com/cse?cx=006516753008110874046:6v9mqdaai6q#gsc.tab=0)** - Multi-Site Video Search\n* [MotionBox](https://omega.gg/MotionBox/) - Online Video Aggregation App\n* [PeerTube](https://joinpeertube.org/) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media#wiki_.25B7_peertube_tools)\n* [Vimeo](https://vimeo.com/watch)\n* [rutube](https://rutube.ru)\n* [Videa](https://videa.hu/)\n* [BitView](https://www.bitview.net/)\n* [Tape](https://tape.xyz/) / [GitHub](https://github.com/tapexyz/tape)\n* [Naver](https://tv.naver.com/)\n* [ultimedia](https://www.ultimedia.com/)\n* [odysee](https://odysee.com/) / [Instances](https://codeberg.org/librarian/librarian#instances)\n* [Rumble](https://rumble.com/) - Requires VPN in Some Countries\n* [DeafVideo](https://www.deafvideo.tv/) - ASL Vlogs + Videos / YouTube Style Site for Deaf Content\n\n***\n\n# ► Specialty Streaming\n\n* ↪️ **[Documentary Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25BA_documentaries)**\n* ↪️ **[Courses / Lectures](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_streaming)**\n* ⭐ **[RareFilmm](https://rarefilmm.com/)** - Rare Movies\n* ⭐ **[JP-Films](https://jp-films.com/)** - Japanese Movies / TV\n* ⭐ **[Tokuzilla](https://tokuzilla.net/)** - Tokuzilla Movies / Shows\n* ⭐ **[GizmoPlex](https://www.gizmoplex.com/mst3k)** - MST3K Movies\n* ⭐ **[RiffTrax Twitch](https://www.twitch.tv/rifftrax)** or [RiffTrax Pluto](https://pluto.tv/live-tv/rifftrax) - RiffTrax Live Streams\n* ⭐ **[Ubu](https://ubu.com/film/)** - Short Films / Avant-Garde\n* [⁠Interactive Player](https://github.com/Eveep23/Interactive-Player) - Interactive Content Player / Emulator\n* [LIMA](https://www.li-ma.nl/) - Short / Experimental Films\n* [LightCone](https://lightcone.org/en) - Short / Experimental Films\n* [Rohesia Hamilton Metcalfe](https://www.panix.com/~hamiltro/links/) - Experimental Films\n* [Le Cinéma Club](https://www.lecinemaclub.com/) - Hand-Picked Indie Film Stream / [Archive](https://www.lecinemaclub.com/archives/index/)\n* [Zero1Cine](https://zero1cine.com/) - AI Generated Films\n* [Viddsee](https://www.viddsee.com/), [Shortverse](https://www.shortverse.com/explore), [Short of the Week](https://www.shortoftheweek.com/) or [Argo](https://web.watchargo.com/) - Short Films\n* [0xDB](https://0xdb.org/) - Rare Movies\n* [HomeMovies101](https://www.homemovies100.it/en/) - Home Movies\n* [Prelinger Archives](https://www.panix.com/~footage/) - Ephemeral Films / [Archive](https://archive.org/details/prelinger)\n* [3DS Movies](https://rentry.co/FMHYB64#3dsm) - 3D Movies for 3DS Handhelds\n* [GlobalShakespeares](https://globalshakespeares.mit.edu/) - Shakespeare Performance Recordings\n* [TVARK](https://tvark.org/) or [Daily Commercials](https://dailycommercials.com/) - Commercial / TV Promo Archives\n* [MovieCommentaries](https://www.youtube.com/@moviecommentaries) - Movie / TV Director Commentaries\n* [SpecialFeatureArchive](https://youtube.com/@specialfeaturesarchive) - DVD Extras / Special Features\n* [DPAN](https://dpan.tv/), [Deaffest](https://deaffestonlinecinema.eventive.org/) (signup), [DMDb](https://deafmovie.org/free/) or [Lumo TV](https://lumotv.co.uk/) - Deaf Entertainment / News\n* [Audiovault](https://audiovault.net/) - Descriptive Audio for Blind Users\n\n***\n\n## ▷ Anime Streaming\n\n* 🌐 **[Wotaku](https://wotaku.wiki/websites)** - Anime Site Index / [Discord](https://discord.gg/vShRGx8ZBC) / [GitHub](https://github.com/wotakumoe/Wotaku)\n* 🌐 **[The Index](https://theindex.moe/library/anime)** - Anime Site Index / [Wiki](https://thewiki.moe/) / [Discord](https://discord.gg/Snackbox)\n* 🌐 **[EverythingMoe](https://everythingmoe.com/)**, [2](https://everythingmoe.org/) - Anime Site Index / [Subreddit](https://www.reddit.com/r/everythingmoe/) / [Discord](https://discord.gg/GuueaDgKdS) \n* ⭐ **[AnimeKai](https://animekai.to/home)**, [2](https://animekai.fi/), [3](https://animekai.fo/), [4](https://animekai.gs/), [5](https://animekai.la/), [6](https://anikai.to/) or [AniGo](https://anigo.to/) - Hard Subs / Dub / Auto-Next / [Status / Mirrors](https://animekai.pw/) / [Subreddit](https://www.reddit.com/r/AnimeKAI/) / [Discord](https://discord.gg/at5d9rkfUy)\n* ⭐ **[Miruro](https://www.miruro.com/)** - Hard Subs / Dub / Auto-Next / [Subreddit](https://www.reddit.com/r/miruro/) / [Discord](https://discord.com/invite/pjsdJp96mY) / [GitHub](https://github.com/Miruro-no-kuon/Miruro)\n* ⭐ **[Anime Realms](https://www.animerealms.org/)** - Sub / Dub / Auto-Next / [Discord](https://discord.gg/FPM57Eugmj)\n* ⭐ **[All Manga](https://allmanga.to/)** - Sub / Dub / [Discord](https://discord.com/invite/6nce6cyJyM)\n* ⭐ **[animepahe](https://animepahe.si/)** - Sub / Dub / [Enhancements](https://greasyfork.org/en/scripts/520048) / [Downloader](https://github.com/KevCui/animepahe-dl)\n* ⭐ **[KickAssAnime](https://kaa.to/)** - Sub / Dub / Auto-Next / [Status](https://kickassanime.cx/#domains) / [Telegram](https://t.me/kickassanimev3) / [Discord](https://discord.gg/6EGTnNQAaV)\n* ⭐ **[AnimeX](https://animex.one/)** - Sub / Dub / Auto-Next / [Discord](https://discord.com/invite/xNZcSQRbTm)\n* ⭐ **[Anidap](https://anidap.se/)** - Sub / Dub / Auto-Next / [Discord](https://discord.com/invite/btsMTSsBM7)\n* ⭐ **[Kuroiru](https://kuroiru.co/)** or [Anime Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:vzcl7wcfhei) - Multi-Site Anime Search\n* ⭐ **[Seanime](https://seanime.app/)** / [Discord](https://discord.gg/3AuhRGqUqh) / [GitHub](https://github.com/5rahim/seanime), [AnymeX](https://anymex.vercel.app/) / [Extension Guide](https://wotaku.wiki/guides/ext/mangayomi) / [Discord](https://discord.com/invite/EjfBuYahsP) / [GitHub](https://github.com/RyanYuuki/AnymeX), [PlayTorrio](https://playtorrio.xyz/) / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio), [Anikin](https://github.com/jerry08/Anikin) / [Discord](https://discord.com/invite/U7XweVubJN), [Unyo](https://github.com/K3vinb5/Unyo) or [Miru](https://miru.js.org/en/) / [Telegram](https://t.me/MiruChat) / [GitHub](https://github.com/miru-project/miru-app) - Desktop Streaming Apps\n* [Animetsu](https://animetsu.net/), [2](https://animetsu.net), [3](https://animetsu.cc), [4](https://animetsu.bz), [5](https://animetsu.live) - Sub / Dub\n* [Anify](https://anify.to/) - Sub / Dub / [Discord](https://discord.com/invite/79GgUXYwey)\n* [Cinezo](https://www.cinezo.net/) or [Flikhub](https://www.flikhub.net/) - Sub / Dub / Auto-Next / [Discord](https://discord.gg/Gx27YMK73d)\n* [123anime](https://123animes.ru/) - Sub / Dub / Auto-Next\n* [⁠1Anime](https://1ani.me/) - Sub / Dub / Auto-Next / [Discord](https://discord.com/invite/jUjSeCrmQt)\n* [Kuudere](https://kuudere.to/), [2](https://kuudere.ru/) - Sub / Dub / Auto-Next / [Telegram](https://t.me/kuudere0to) / [Discord](https://discord.gg/h9v9Vfzp7B)\n* [AnimeYY](https://animeyy.com/) - Sub / Dub\n* [⁠JustAnime](https://justanime.to/), [2](https://justanime.fun/) - Sub / Dub / Auto-Next / [Mirrors](https://justanime.site/) / [Telegram](https://t.me/JustAnimeZone) / [Discord](https://discord.gg/P3yqksmGun)\n* [⁠AniKuro](https://anikuro.to/), [2](https://anikuro.ru/) - Sub / Dub / [Status](https://anikuro.site/) / [Telegram](https://t.me/+DrD7eAO7R69mZGM0) / [Discord](https://discord.com/invite/Svc9yFjQBq)\n* [AnimeNoSub](https://animenosub.to/) - Sub / Dub\n* [⁠Anime Nexus](https://anime.nexus/) - Sub / Dub / [Discord](https://discord.gg/AfMau96ppt)\n* [AnimeHub](https://animehub.ac/) - Sub / Dub / Auto-Next\n* [Rive](https://rivestream.org/), [2](https://rivestream.net/) - Sub / Dub / Auto-Next / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)\n* [AniZone](https://anizone.to/) - Sub\n* [AniHQ](https://anihq.to/) - Sub / Dub\n* [⁠Animelok](https://animelok.xyz/) - Sub / Dub / [Mirrors](https://animelok.to/) / [Telegram](https://t.me/animerulz_xyz) / [Discord](https://discord.gg/32taxtj5BC)\n* [Anisuge](https://animesuge.cz/), [2](https://anikototv.to/), [3](https://anisuge.tv/) - Sub / Dub / Auto-Next / [Backups](https://animesuge.bid/)\n* [⁠Lunar](https://lunaranime.ru/) - Sub / Dub / [Discord](https://discord.com/invite/NBBnhbFHBT)\n* [Anoboye](https://anoboye.com/) - Sub / Donghua\n* [Senshi](https://senshi.live/) - Sub / Dub / Auto-Next / [Discord](https://discord.com/invite/bFvtjQuwjy)\n* [AnimeParadise](https://www.animeparadise.moe/) - Sub / Dub / [Discord](https://discord.com/invite/q3N6eWMMNP)\n* [KissAnime](https://kissanime.com.ru/) - Sub / Dub / Auto-Next / [Clones](https://kissanime.help/) / [Discord](https://discord.com/invite/w5ghWQG8uM)\n* [AnimeOnsen](https://animeonsen.xyz/) - Sub / 720p / [Discord](https://discord.com/invite/U56ZMrD)\n* [AnimeStream](https://anime.uniquestream.net/) - Sub / 720p\n* [FireAnime](https://fireani.me/) - Sub\n* [PirateXplay](https://piratexplay.cc/home) - Sub / [Mirrors](https://piratexplay.com/)\n* [AnimeXin](https://animexin.dev/) - Donghua / Sub\n* [Lucifer Donghua](https://luciferdonghua.in/) - Donghua / Sub / [Telegram](https://telegram.me/luciferdonghuaz)\n* [LMANIME](https://lmanime.com/) - Donghua / Sub\n* [CKSub](https://cksub.org/) - Donghua / Sub / [Telegram](https://t.me/CKSubORG)\n* [MyAnime](https://myanime.live/) - Donghua / Sub\n* [AnimeKhor](https://animekhor.org/) - Donghua / Sub / [Telegram](https://t.me/AnimeKhorOfficial)\n* [Crimson Subs](https://crimsonfansubs.com/) - Donghua / Sub / [Discord](https://discord.gg/PmYn97vtue)\n* [Miu](https://discord.gg/pwkuanXBJh), [⁠Kara.moe](https://kara.moe/) or [AnimeThemes](https://animethemes.moe/) / [Discord](https://discord.com/invite/m9zbVyQ) / [GitHub](https://github.com/AnimeThemes) - Anime Themes\n\n***\n\n## ▷ Cartoon Streaming\n\n* 🌐 **[Free Official YT Cartoons](https://github.com/superlincoln953/Free-Official-Youtube-Content?tab=readme-ov-file#cartoons)**\n* ⭐ **[WCO](https://www.wco.tv/)**, [2](https://www.wcostream.tv/), [3](https://www.wcoforever.net/) - TV / Movies / Anime / [Status](https://www.wcostatus.com/) / [Anti-Adblock Fix](https://github.com/uBlockOrigin/uAssets/issues/29349#issuecomment-3231974507)\n* ⭐ **[KimCartoon](https://kimcartoon.si/)** - TV\n* [KissCartoon](https://kisscartoon.nz/), [2](https://kisscartoon.sh/) - TV / [Discord](https://discord.gg/YwpgPrWVSH)\n* [HiCartoons](https://hicartoon.to/) - TV / Movies\n* [PirateXplay](https://piratexplay.cc/home) - TV / Movies / Anime / [Mirrors](https://piratexplay.com/)\n* [FunnierMoments](https://www.funniermoments.net/) - TV\n* [B98](https://www.b98.tv/home/) - Classic / TV\n* [ToonTales](https://www.toontales.net/) - Classic / TV\n* [SuperCartoons](https://www.supercartoons.net/) - Classic / TV\n\n***\n\n## ▷ TV Streaming\n\n* **Note** - Keep in mind sites listed in the main streaming sections also have TV shows. The sites below offer exclusively TV content.\n\n***\n\n* 🌐 **[Free Official YT TV Shows](https://github.com/superlincoln953/Free-Official-Youtube-Content?tab=readme-ov-file#TV-Shows)**\n* ⭐ **[Best Series](https://bstsrs.in/)**, [2](https://topsrs.day/), [3](https://srstop.link/) - TV / Anime / 3rd Party Hosts\n* ⭐ **[NOXX](https://noxx.to/)** - TV / 3rd Party Hosts\n* [AZ Series](https://azseries.org/) - TV / 3rd Party Hosts\n* [HISTORY](https://play.history.com/) - Full History / A+E Episodes\n* [Adult Swim](https://www.adultswim.com/videos/) - Full Adult Swim Episodes\n* [⁠DisneyNOW](https://disneynow.com/) - Full Disney Episodes / US Only\n* [SFBTV](https://diva.sfsu.edu/collections/sfbatv) - San Francisco TV Archive\n* [HDclump](https://hdclump.com/) - Documentaries / Cooking / Gardening\n* [BrokenSilenze](https://www.brokensilenze.net/) - Reality TV\n* [r/Panelshow](https://www.reddit.com/r/panelshow/) - Panel Shows\n* [Taskmaster](https://rentry.co/bbbr4cfr) - Full Taskmaster Episodes\n* [The Silent Library](https://thesilentlibrary.com/) - Japanese Game Shows\n* [MyRM](https://myrunningman.com/) - My Running Man Episodes / [Subreddit](https://www.reddit.com/r/runningman/) / [Telegram](https://t.me/myrunningmancom) / [Discord](https://discord.gg/ARvZ4rwZzh)\n* [No-Laughing Batsu Game List](https://redd.it/2fgm9p)\n* [TWC Classics](https://twcclassics.com/) - Weather Channel Replays\n* [TV Streaming CSE](https://cse.google.com/cse?cx=006516753008110874046:hrhinud6efg)\n\n***\n\n## ▷ Drama Streaming\n\n* 🌐 **[EverythingMoe](https://everythingmoe.com/section/drama)**, [2](https://everythingmoe.org/section/drama) - Index / [Subreddit](https://www.reddit.com/r/everythingmoe/) / [Discord](https://discord.gg/GuueaDgKdS)\n* ⭐ **[GoPlay](https://goplay.su/)** - TV / Movies / [Discord](https://discord.com/invite/yY2P3DQR8S)\n* ⭐ **[Dramacool](https://dramacoolt.com.in/)** - TV / Movies\n* [Einthusan](https://einthusan.tv/intro/) - Movies\n* [KissAsian](https://ww14.kissasian.com.lv/), [2](https://kisskh.fr/) - TV / Movies\n* [KissKH](https://kisskh.ovh/), [2](https://kisskh.id/) - TV / Movies\n* [Dramahood](https://dramahood.mom/) - TV / Movies\n* [Asiaflix](https://asiaflix.net/), [2](https://asiaflix.in/) - TV / Movies / [Subreddit](https://www.reddit.com/r/Asiaflix/) / [Telegram](https://t.me/asiaflixapp) / [Discord](https://discord.com/invite/JTxEVkZWhc)\n* [Rive](https://rivestream.org/kdrama) - Korean Drama / TV / Movies / [Discord](https://discord.com/invite/6xJmJja8fV)\n* [Vidbox](https://vidbox.cc/asian-drama) - TV / Movies / [Status](https://vidbox.xyz/) / [Discord](https://discord.gg/VGQKGPM9Ej)\n* [DramaFire](https://dramafire.com.pl/) - TV / Movies\n* [KissAsian.video](https://kissasian.video/) - TV / Movies\n* [KissKH.dk](https://kisskh.dk/) - TV / Movies\n* [AsianCrush](https://www.asiancrush.com/) - TV / Movies\n* [AsianSubs](https://asiansubs.com/) - TV / Movies\n* [Dramacool.sr](https://www12.dramacool.sr/) - TV / Movies\n* [Dramacool9](https://dramacools9.cam/) - TV / Movies\n* [OnDemandChina](https://www.ondemandchina.com/) - TV / Movies\n\n***\n\n## ▷ Classics / Public Domain\n\n* ⭐ **[Internet Archive](https://archive.org/details/moviesandfilms)** - Classic / Silent Films / [Spreadsheet](https://rentry.co/FMHYB64#archive-films)\n* ⭐ **[WikiFlix](https://wikiflix.toolforge.org/)** - Classic Films\n* [Classic Cinema Online](https://classiccinemaonline.com/) - Classic Films\n* [The Classic Movies](https://www.the-classic-movies.com/) - Classic Films\n* [RetroFlix](https://retroflix.org/) - Classic Films\n* [moonflix](https://moonflix.com/) - Restored & Colorized Classic Films / Shows\n* [RetroStrange](https://retrostrange.com/) - Live Retro Streams\n* [NASA+](https://plus.nasa.gov/) - Official NASA Streaming Service\n* [Old Timey Computer Show](https://otcs.minuspoint.com/schedule.html) - Live Retro Computer / Game Media Streams\n* [FilmsByTheYear](https://www.youtube.com/@FilmsbytheYear/playlists) - Classic Films Playlists / YouTube\n* [Wu Tang Collection](https://www.thewutangcollection.com/) - Classic Martial Arts Films\n* [Silent Hall of Fame](https://silent-hall-of-fame.org/) - Silent Films\n* [Danish Silent Film](https://www.stumfilm.dk/en/stumfilm) - Silent Danish Film Archive\n* [FootageFarm](https://footagefarm.com/), [Public Domain Movies](https://publicdomainmovie.net/) or [Cinetimes](https://cinetimes.org/en/) - Public Domain Films\n* [commons.wikimedia](https://commons.wikimedia.org/wiki/Category:Videos) - Wiki Commons Video Files\n* [Historic Films](https://www.historicfilms.com/) or [National Film Preservation Foundation](https://www.filmpreservation.org/) - Historic Footage / Films\n\n***\n\n## ▷ Film Archives\n\n* ⭐ **[The Library of Congress](https://www.loc.gov/film-and-videos/)** - Movies / Short Films\n* ⭐ **[USNationalArchives](https://www.youtube.com/@USNationalArchives)** - Movies / Short Films\n* [HuntleyArchives](https://www.huntleyarchives.com/) - Rare / Forgotten Short Films\n* [European Film Gateway](https://www.europeanfilmgateway.eu/) - European Film Archive\n* [Eastern European Movies](https://easterneuropeanmovies.com/) - Eastern European Film Archive\n* [BFIPlayer](https://player.bfi.org.uk/free) / [Full List](https://player.bfi.org.uk/search/free?q=&availability=1) / [Archive](https://www.bfi.org.uk/bfi-national-archive) - British Film Institute / Requires UK VPN (windscribe) / Turn Off Adblock / Use Incog / Clear Cache\n* [British Pathé](https://www.britishpathe.com/) or [ColonialFilm](http://www.colonialfilm.org.uk/) - British Video Archives\n* [Imperial War Museums](https://www.iwm.org.uk/) - British & Commonwealth War Footage / [X](https://x.com/I_W_M)\n* [Atom Central](https://www.atomcentral.com/) - Historical Archive of Atomic & Nuclear Tests / [YouTube](https://www.youtube.com/@atomcentral)\n* [yfanefa](https://www.yfanefa.com/) - Yorkshire Film Archive\n* [nfb.ca](https://www.nfb.ca/) - Canadian Film Archive\n* [IndianCine](https://indiancine.ma/) - Indian Film Archive\n* [National Film Archive of Japan](https://meiji.filmarchives.jp/) - Japanese Film Archive\n* [Japanese Animated Film Classics](https://animation.filmarchives.jp/index.html) - Japanese Animation Archive\n* [CCLM](https://www.cclm.cl/cineteca-online) or [Platfo Filmo](https://filmo.platfo.es/pages/home) - Spanish Film Archives\n* [NFSA](https://www.nfsa.gov.au/) - Australian Film Archive\n* [NGA Taonga](https://www.ngataonga.org.nz/search-use-collection/search/) or [NZOnScreen](https://www.nzonscreen.com/) - New Zealand's Audiovisual Archives\n* [NLS](https://www.nls.uk/), [2](https://movingimage.nls.uk/) - Scottish Film & Video Archive\n* [Northern Ireland Screen](https://digitalfilmarchive.net/) or [IFI Archive](https://ifiarchiveplayer.ie/) - Irish Film Archives\n* [Cinematheque](https://www.cinematheque.fr/henri/english/) - Rare French Film Archive\n* [Stiftung imai](https://stiftung-imai.de/), [Digitaler Lesesaal](https://digitaler-lesesaal.bundesarchiv.de/en) or [Film Portal](https://www.filmportal.de/en/videos) - German Video Archives\n* [RussianFilmHub](https://russianfilmhub.com/) - Russian Films\n* [Cinemata](https://cinemata.org/) - Asia-Pacific Social Films\n* [Austrian Film Museum](https://www.filmmuseum.at/jart/prj3/filmmuseum/main.jart?rel=en) - Austrian Film Archive\n* [35mm](https://35mm.online/en) - Polish Film Archive / [Database](https://filmpolski.pl/fp/index.php)\n* [TexasArchive](https://texasarchive.org/) - Texas Film Archive\n* [Chicago Film Archives](https://www.chicagofilmarchives.org/) - Chicago Film Archive\n* [The Travel Film Archive](https://travelfilmarchive.com/) - Archival Travel Footage\n* [Defense.gov](https://images.defence.gov.au/assets/), [DefenceImagery](https://www.defenceimagery.mod.uk/) or [DVidHub](https://www.dvidshub.net/) - Military Video Archives\n\n***\n\n# ► Live TV / Sports\n\n## ▷ Live TV\n\n* 🌐 **[TVCL](https://www.tvchannellists.com/)** - TV Channel Index\n* ⭐ **[StreamSports99](https://streamsports99.ru/live-tv)**, [2](https://streamsports99.su/live-tv) - TV / Sports / [Mirrors](https://streamsports99.website/) / [Bypass Blocks](https://streamsports99.ru/vpns) / [Discord](https://discord.gg/sUwU528aRn)\n* ⭐ **[NTV](http://ntv.cx/)**, [2](https://ntvstream.cx/) - TV / Sports / Aggregator / [Mirrors](https://ntv.direct/) / [Telegram](https://t.me/ntvstream) / [Discord](https://discord.gg/uY3ud5gcpW)\n* ⭐ **[PlayTorrio IPTV](https://iptv.playtorrio.xyz/)** - TV / Sports / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)\n* ⭐ **[Famelack](https://famelack.com/)** - TV / Sports\n* ⭐ **[EasyWebTV](https://zhangboheng.github.io/Easy-Web-TV-M3u8/routes/countries.html)** or [IPTV Web](https://iptv-web.app/) - TV / Sports\n* ⭐ **[RgShows](https://www.rgshows.ru/livetv/)** - TV / Sports\n* ⭐ **[DaddyLive TV](https://dlhd.link/24-7-channels.php)**, [2](https://dlhd.dad) - TV / Sports / [Mirrors](https://daddyny.com/) / [Telegram](https://t.me/+8uBUT1-0B741NTll)\n* ⭐ **[TVPass](https://tvpass.org/)**, [2](https://thetvapp.to/), [3](https://the-tv.app/) - TV / Sports / US Only / [Discord](https://discord.gg/4qMfKq6NMH)\n* [TitanTV](https://titantv.com/) - Live TV Listings / TV Schedule\n* [huhu.to](https://huhu.to/), [vavoo.to](https://vavoo.to/), [kool.to](https://kool.to/) or [oha.to](https://oha.to/) - TV / Sports / European\n* [Xumo Play](https://play.xumo.com/networks) - TV / US Only\n* [Pluto](https://pluto.tv/live-tv), [2](https://app-lgwebos.pluto.tv/live-tv) - TV / Sports / US Only\n* [LiveHDTV](https://www.livehdtv.com/) - TV\n* [SportsBite](https://live.moviebite.cc/channels) - TV / Sports / [Telegram](https://t.me/+Zo7CoigxqRczMjRk) / [Discord](https://discord.gg/Qg7uRXWAhU)\n* [⁠TV Freedom](https://tvfreedom.netlify.app/) - TV / Sports\n* [⁠Globe TV](https://globetv.app/) - TV / Sports\n* [uFreeTV](https://ufreetv.com/) - TV\n* [TV247US](https://tv247us.vip/) - TV / Sports\n* [SportOnTV](https://sportontv.biz/) - TV / Sports / [Discord](https://discord.gg/YhQPSSMps2)\n* [SportDB TV](https://hoofoot.ru/tv/) - TV / Sports\n* [Heartive](https://heartiveloves.pages.dev/live/) - TV / Sports\n* [CXtv](https://www.cxtvlive.com/) - TV / Sports\n* [lmao.love](https://lmao.love/channels/) - TV / Sports\n* [WatchTVs](https://watchtvs.live/) - TV\n* [Movish TV](https://movish.net/live-broadcasts) - TV / Sports\n* [Cubik TV](https://cubiktv.com/) - TV / Sports\n* [Rive Live](https://rivestream.org/iptv) - TV / Sports\n* [iShowMovies](https://ishowmovies.org/live) - TV\n* [FreeInterTV](http://www.freeintertv.com/) - TV / Sports\n* [Time4TV](https://t4tv.click/) - TV / Sports / [Discord](https://discord.gg/EQ5xXUtqtH)\n* [Global Free TV](https://www.globalfreetv.com/) - TV / [Discord](https://discord.com/invite/pPaerCghRN)\n* [vipotv](https://vipotv.com/) - TV / Sports\n* [SquidTV](https://www.squidtv.net/) - TV\n* [s7-tv](https://s7-tv.blogspot.com/p/t.html) - TV\n* [DistroTV](https://distro.tv/) - TV\n* [Puffer](https://puffer.stanford.edu/) - San Fran TV / Sign-Up Required\n* [cytube](https://cytu.be/) - Random Streams\n* [VaughnLive](https://vaughn.live/browse/misc) - Random Streams\n* [React.tv](https://react.tv/) - Random Streams\n* [psp-tv](http://sync.coconono.org) - Random Streams\n* [Baked](https://baked.live/) - Random Streams\n* [Channel 99](https://www.pracdev.org/channel99/) - Random Streams\n* [EXP TV](https://linktr.ee/exp.tv) - Rare / Vintage / Obscure Media Stream\n* [YTCH](https://ytch.tv/), [Channel Surfer](https://channelsurfer.tv/) or [FreeTVz](https://freetvz.com/) - Random TV Style YouTube / Custom Channels\n* [TV.Jest](https://tv.jest.one/), [Split TV](https://split-tv.co.il/) or [WorldNews24](https://worldnews24.tv/) - News\n* [SHOWROOM](https://showroom-live.com/) - Live Performance Broadcasts\n* [Koryo TV](https://koryo.tv/) or [KCNA](https://kcnawatch.us/korea-central-tv-livestream) - North Korean Live TV\n\n***\n\n## ▷ Live Sports\n\n* 🌐 **[/sport calendars/](https://dan.valeena.dev/guides/sports-calendar), [2](https://rentry.co/sportcalendars)** - Importable Sports Calendars\n* ⭐ **[Streamed](https://streamed.pk/)**, [2](https://streami.su/), [3](https://streamed.st/) - Stream Aggregator / [Mirrors](https://strmd.link/) / [Discord](https://discord.gg/streamed)\n* ⭐ **[SportyHunter](https://sportyhunter.com/)**, [2](https://nflhunter.com/), [3](https://nhlstreams.io/v1/), [4](https://mlbgamepass.com/) / Community Aggregator / [Discord](https://discord.gg/zbxWcejadm)\n* ⭐ **[StreamSports99](https://streamsports99.ru)**, [2](https://streamsports99.su/) / [Mirrors](https://streamsports99.website/) / [Bypass Blocks](https://streamsports99.ru/vpns) / [Discord](https://discord.gg/sUwU528aRn)\n* ⭐ **[WatchSports](https://watchsports.to/)** - Stream Aggregator\n* ⭐ **[BINTV](https://bintv.net/)** / [Telegram](https://t.me/+PiQ1lsDtjoU5NmFl) / [Discord](https://discord.gg/fMU4hpDjPg)\n* ⭐ **[NTV](http://ntv.cx/)**, [2](https://ntvstream.cx/) - TV / Sports / Aggregator / [Mirrors](https://ntv.direct/) / [Telegram](https://t.me/ntvstream) / [Discord](https://discord.gg/uY3ud5gcpW)\n* ⭐ **[Watch Footy](https://watchfooty.st/)**, [2](https://watchfooty.su/), [3](https://www.watchfooty.top) - Stream Aggregator / [Mirrors](https://watchfty.link/) / [Discord](https://discord.gg/T38kUWZHtB)\n* ⭐ **[Sporting77](https://sporting77.ru//)**, [2](https://sport7.pro/) / [Telegram](https://t.me/goatifisports) / [Player Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/sport7.md) \n* ⭐ **[DaddyLive](https://dlhd.link/)**, [2](https://dlhd.dad) - TV / Sports / [Mirrors](https://daddyny.com/) / [Telegram](https://t.me/+8uBUT1-0B741NTll)\n* ⭐ **[SportsBite](https://sportsbite.cv/)**, [2](https://sportsbite.sbs/), [3](https://sportsbite.online/) / [Status](https://up.sportsbite.online/) / [Telegram](https://t.me/+Zo7CoigxqRczMjRk) / [Discord](https://discord.gg/Qg7uRXWAhU)\n* ⭐ **[StreamEast](https://streameast.ga/)**, [2](https://streameast.ph/) / [Mirrors](https://v2.gostreameast.link/)\n* ⭐ **[LiveTV](https://livetv.sx/enx/)**\n* ⭐ **[TimStreams](https://timstreams.net/)** - Live Events / [Discord](https://discord.com/invite/p3aJ7rJGrz)\n* [⁠StreamFree](https://streamfree.app) / [Telegram](https://t.me/streamfreeto) / [Discord](https://discord.gg/XkkAQ2PEDz)\n* [Sportsurge](https://v2.sportsurge.net/home5/) - Stream Aggregator\n* [TotalSportek](https://totalsportek.events/), [2](https://streameast.games/), [3](https://sportsurge.bz/) - Stream Aggregator / [Discord](https://discord.com/invite/mdEsarNMyF)\n* [SportDB](https://hoofoot.ru/) - Stream Aggregator\n* [Superstrim](https://superstrim.pages.dev/) - Stream Aggregator\n* [FootStreams](https://footstreams.xyz/), [2](https://www.footstreams.co/) - Stream Aggregator\n* [FSL](https://freestreams-live1a.pk/) - Stream Aggregator / [Discord](https://discord.gg/eXXJzDPchU)\n* [Footfy](https://footfy.net/) - Stream Aggregator\n* [DaddyLive.cv](https://daddylive.cv/), [2](https://daddylive.im/), [3](https://daddylive.top/), [4](https://daddylives.nl/) - Stream Aggregator / [Telegram](https://t.me/daddylive3) / [Discord](https://discord.gg/33yA574vvd)\n* [⁠1Ball](https://1ball.pk/) - Stream Aggregator / [Discord](https://discord.gg/CG8NzyX2hU)\n* [StreamCorner](https://streamcorner.info/), [2](https://streamcorner.cfd), [3](https://streamcorner.sbs) / [Status](https://beacons.ai/streamcorner) / [Discord](http://discord.gg/vV6rRFtWhW)\n* [GamesCentral](https://www.gamescentral.top/) / [Discord](https://discord.gg/VKbvRcjDwa)\n* [PlayTorrio IPTV](https://iptv.playtorrio.xyz/) / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)\n* [CosecTV](https://cosectv.com/) / [Discord](https://discord.gg/B89NWfhUZ)\n* [CricHD](https://crichd.at/), [2](https://crichd.com.co/)\n* [MainPortal66](https://mainportal66.com/)\n* [PPV.TO](https://ppv.cx), [2](https://ppvs.sh/) - Live Events / [Mirrors](https://ppv.link/) / [Discord](https://discord.gg/5AMPdpckjH)\n* [l1l1](https://l1l1.link/), [2](https://vuen.link/)\n* [⁠FCTV33](https://www.fctv33.lat/), [2](https://may01gu.risenow3mtjt0k.sbs/), [3](https://emmau680.driveraudiencej2zeu49.sbs/), [4](https://www.rbsports77.mom/) / [Telegram](https://t.me/madplay77_b)\n* [MrGamingStreams](http://mrgamingstreams.org/) / [Status](https://www.mrgbackup.link/) / [Discord](https://discord.gg/BCtqVn5JKR)\n* [Sports Plus](https://en12.sportplus.live/), [2](https://en84.sportplus.live/)\n* [CrackStreams.blog](https://crackstreams.blog/)\n* [TimStream](https://timstreams.fit/) / [Discord](https://discord.gg/p3aJ7rJGrz)\n* [VIP Box Sports](https://www.viprow.co/) / [Mirrors](https://rentry.co/VIPSportsBox)\n* [720pStream](https://720pstream.lc/)\n* [BuffStream](https://app.buffstream.io/)\n* [Glisco](https://www.glisco.link/)\n* [FawaNews](http://www.fawanews.sc/)\n* [SharkStreams](https://sharkstreams.net/)\n* [⁠Bundesliga](https://bundesliga.league.do/)\n* [⁠CrackStreams.ms](https://crackstreams.ms/) / [Discord](https://t.me/+s6ROvhLw2Hw0Mjg0)\n* [MyFootball](https://myfootball.pw/) - Football\n* [LSBC](https://lsbc.cx/) - Football / [Status](https://lsbc.live/) / [Telegram](https://t.me/LSBCCLUB)\n* [⁠Trendgola](https://trendgola.org/) - Football\n* [KilatLIVE](https://kilatlive.net/) - Football\n* [TFLIX](https://tv.tflix.app/) - Sports Channels\n* [NBAMonster](https://nbamonster.com/) - Basketball / Aggregator\n* [⁠YoSinTV](https://www.yosintv.link/) - Cricket / Football / [Telegram](https://t.me/yosintvlive)\n* [WicketGoal](https://live.wicketgoal.com/) - Cricket / Football \n* [WebCric](https://me.webcric.com/) - Cricket\n* [OnHockey](https://onhockey.tv/) - Hockey / Aggregator\n* [OvertakeFans](https://overtakefans.com/) - Motorsports\n* [Aceztrims](https://acestrlms.pages.dev/) - Motorsports\n* [Pitsport](https://pitsport.xyz/) - Motorsports\n* [DD12](https://dd12streams.com/) - Motorsports / [Discord](https://discord.com/invite/TTFE8Jfz7G)\n* [NontonGP](https://esp32.nontonx.com/) - Motorcycle Racing\n* [r/rugbystreams](https://www.reddit.com/r/rugbystreams/) - Rugby\n* [Live Snooker Guide](https://redd.it/1ibz2yz) - Snooker\n* [Tiz-Cycling](https://tiz-cycling.tv/) - Cycling\n* [Formula Timer](https://formula-timer.com/livetiming) or [F1 Dash](https://f1-dash.com/) / [GitHub](https://github.com/slowlydev/f1-dash) - F1 Live Stats Dashboards\n* [⁠Futez](https://www.futez.com.br/) - Rate / Review Football Matches\n\n***\n\n## ▷ Sports Replays\n\n* 🌐 **[Official YT Sports Replay Channels](https://github.com/superlincoln953/Free-Official-Youtube-Content?tab=readme-ov-file#Sport)**\n* ⭐ **[720pier](https://720pier.ru/)** - Sports Replays / Torrents\n* ⭐ **[Basketball Video](https://basketball-video.com/)** - Basketball Replays\n* ⭐ **[Footballia](https://footballia.net/)**, [2](https://footballia.eu/) - Classic Football Replays\n* ⭐ **[Watch-Wrestling.eu](https://watch-wrestling.eu/)** - MMA / Wrestling Replays\n* ⭐ **[1Max](https://1max.top/)** or [RealFights](https://realfight.org/) - MMA / Wrestling / Boxing Replays\n* ⭐ **[Nascar Classics](https://classics.nascar.com/)** - Nascar Replays\n* ⭐ **[FullRaces](https://fullraces.com/)** - Motorsport Replays\n* [SportsReplay](https://discord.com/invite/2r4pj67gCv) - Sports Replays / [Basketball](https://watchreplay.net/) / [Motorsports](https://watchf1full.com/) / [MMA / Wrestling](https://watchmmafull.com/)\n* [Classic Sports Fanatic](https://www.youtube.com/@classicsportsfanatic7183/playlists) - Full Classic Sports Replays\n* [NFL Video](https://nfl-video.com/), [2](https://nfl-replays.com/) - American Football Replays\n* [BasketballReplays](https://basketballreplays.net/) - Basketball Replays\n* [MLBLive](https://mlblive.net/) - Baseball Replays\n* [Steves Classic Baseball](https://www.youtube.com/playlist?list=PLbbmEcFXHSnOHeJdpQr0K808cPVzP0t_B) - Baseball Replays\n* [FootballOrigin](https://www.footballorgin.com/) - Football Replays\n* [FullMatchShows](https://fullmatchshows.com) - Football Replays\n* [r/footballhighlights](https://www.reddit.com/r/footballhighlights/) - Football Replays\n* [Time Soccer TV](https://timesoccertv.com/) - Football Replays\n* [SoccerFull](https://soccerfull.net/) - Football Replays\n* [⁠HooFoot](https://hoofoot.com/) - Spoiler Free Football Highlights\n* [RuTracker Sports](https://rutracker.org/forum/index.php?c=28) - Sports Replays / Torrents / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_sites)\n* [Sport Video](https://www.sport-video.org.ua/) - Sports Replays / Torrents\n* [WatchProWrestling](https://watchprowrestlings.live/) - MMA / Wrestling Replays\n* [WatchWrestling.ae](https://watchwrestling.ae/) - MMA / Wrestling Replays\n* [WatchWrestling.st](https://watchwrestling.st/) - MMA / Wrestling Replays\n* [PWrestling](https://pwrestling.com/) - MMA / Wrestling Replays\n* [AllWrestling24](https://allwrestling24.com/) - MMA / Wrestling Replays\n* [123Wrestling](https://123wrestling.com/) - Wrestling Replays\n* [Miselet](https://vkvideo.ru/@miselet) - Sumo Wrestling Replays\n* [AllTheBestFights](https://www.allthebestfights.com/) - MMA / Boxing / Kickboxing Replays\n* [TNA / Impact Replays](https://www.youtube.com/playlist?list=PLSadBNbijyoGV44wd96Fda7-GDYh9UktC) - TNA / Impact Wrestling Replays\n* [OvertakeFans](https://overtakefans.com/) - Motorsports Replays\n* [r/MotorsportsReplays](https://reddit.com/r/MotorsportsReplays) - Motorsports Replays\n* [F1 Full Races](https://f1fullraces.com/) - Motorsports Replays\n* [NontonGP](https://replay.nontonx.com/) - Motorcycle Racing Replays\n* [Rugby24](https://rugby24.net/) - Rugby Replays\n\n***\n\n## ▷ IPTV Tools\n\n* 🌐 **[Awesome IPTV](https://github.com/iptv-org/awesome-iptv)** - IPTV Resources\n* 🌐 **[IPTV Playlists](https://rentry.co/FMHYB64#iptv-playlists)** - List of Playlists\n* ↪️ **[Android IPTV Players](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android/#wiki_.25B7_android_live_tv)**\n* ⭐ **[IPTVNator](https://github.com/4gray/iptvnator)** - IPTV Player / [Telegram](https://t.me/iptvnator) / [GitHub](https://github.com/4gray/iptvnator)\n* ⭐ **[Open TV](https://github.com/fredolx/open-tv)** - IPTV Player\n* [ynoTV](https://github.com/tbeezy/ynotv/) -  IPTV Player / [Docs](https://tbeezy.github.io/ynotvdoc/)\n* [⁠IPTV Surf](https://iptv.surf/) - IPTV Service Guide / Toolkit \n* [PlayTorrio IPTV](https://iptv.playtorrio.xyz) - IPTV Player / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)\n* [M3Unator](https://github.com/hasanbeder/M3Unator) - Generate M3U Playlists from Open Directories\n* [PlaylistEditorTV](https://github.com/Isayso/PlaylistEditorTV) - IPTV Player\n* [LivePush](https://livepush.io/hls-player/index.html) - IPTV Player\n* [IPTV Player](https://iptvplayer.stream/) - IPTV Web Player\n* [M3U IPTV](https://m3u-ip.tv/browser) - IPTV Web Player\n* [IPTV Player](https://iptv-player.me/) - IPTV Web Player\n* [TMDB-To-VOD](https://github.com/gogetta69/TMDB-To-VOD-Playlist) - Generate Playlists\n* [IPTV Community](https://iptv.community/) - IPTV Forum\n* [CaberNetwork](https://cabernetwork.github.io/) - IPTV Manager\n* [SipTV Converter](https://siptv.eu/converter/) - M3U to TXT\n* [M3U4U](https://m3u4u.com/) - M3U Editor\n* [M3u8DL-RE](https://github.com/nilaoda/N_m3u8DL-RE) or [M3u8DL-CLI](https://nilaoda.github.io/N_m3u8DL-CLI/) - ⁠M3U8 Download Tools\n* [IPTV Check](https://github.com/peterpt/IPTV-CHECK) - List Checker\n\n***\n\n# ► Smart TV\n\n* 🌐 **[⁠TroyPoint](https://troypoint.com/)** - App Index\n* ⭐ **[TizenTube](https://tizentube.6513006.xyz/)** - Ad-Free Samsung Smart TV YouTube / [GitHub](https://github.com/reisxd/TizenTube), [2](https://github.com/reisxd/TizenBrew)\n* ⭐ **[webOS Homebrew](https://www.webosbrew.org/)** - LG TV Homebrew / [Guide](https://wispydocs.pages.dev/lg-tv-homebrew/) / [Discord](https://discord.gg/xWqRVEm) / [GitHub](https://github.com/webosbrew/)\n* [Stremio](https://www.stremio.com/) - Torrent Streaming App\n* [⁠ARVIO](https://github.com/ProdigyV21/ARVIO) - Media Server w/ Stremio Addons + IPTV Support\n* [SamsungTVPlus](https://www.samsungtvplus.com/) - Streaming App\n* [⁠Jellyfin2Samsung](https://github.com/Jellyfin2Samsung) or [Kodi](https://kodi.tv/) - Media Servers / Streaming Apps\n* [YTCast](https://github.com/MarcoLucidi01/ytcast) - Cast YouTube Videos to Smart TV\n* [iSponsorBlockTV](https://github.com/dmunozv04/iSponsorBlockTV) - SponsorBlock App\n* [Playlet](https://channelstore.roku.com/details/4a41d0921265a5e31429a7679442153f:b5bcb5b630c28b01e93bf59856317b43/playlet) - Ad-Free YouTube Roku Client / [GitHub](https://github.com/iBicha/playlet)\n* [SmartTwitchTV](https://github.com/fgl27/SmartTwitchTV) - Smart TV Twitch App\n* [Go2TV](https://github.com/alexballas/go2tv) or [FCast](https://fcast.org/) - Cast to Smart TVs\n* [smart-tv-telegram](https://github.com/andrew-ld/smart-tv-telegram) - Stream Media from Telegram to Smart TV\n* [ChanSort](https://github.com/PredatH0r/ChanSort) - TV Channel List Editor for Samsung, LG, etc.\n* [Samsung Smart TV Adblock](https://redd.it/gn7fw5) - Block Samsung + Smart TV Ads\n* [IPTV Smarters Pro](https://www.iptvsmarters.com/) - IPTV Player\n* [⁠MuTube](https://github.com/Exaphis/mutube), [⁠Unwatched](https://apps.apple.com/app/unwatched-para-youtube/id6477287463) or [Yattee](https://github.com/yattee/yattee)- Apple TV YouTube Apps\n* [Blackb0x](https://github.com/NSSpiral/Blackb0x) - Apple TV Jailbreak\n* [ATVLoadly](https://github.com/bitxeno/atvloadly) - Apple TV Sideloading\n\n***\n\n## ▷ Android TV / Firestick\n\n* 🌐 **[Awesome Android TV](https://github.com/Generator/Awesome-Android-TV-FOSS-Apps)**, **[Ultimate Android TV](https://xdaforums.com/t/android-ultimate-collection-guides.4513231/#post-87676359)** or **[⁠TroyPoint](https://troypoint.com/)** - Android TV App Indexes\n* 🌐 **[KPFire](https://linktr.ee/kpfire)** - Firestick App Index\n* ↪️ **[Android Streaming](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_streaming)** / **[Apps](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_untouched_apks)**\n* ⭐ **[TiviMate](https://play.google.com/store/apps/details?id=ar.tvplayer.tv)**, [2](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - IPTV Player\n* ⭐ **[⁠AFTVnews Downloader](https://www.aftvnews.com/downloader)** - Sideloading App / Downloader for Fire TV + Android TV \n* ⭐ **[⁠TizenTube Cobalt](https://github.com/reisxd/TizenTubeCobalt)** / [Discord](https://discord.com/invite/m2P7v8Y2qR) / [Telegram](https://t.me/tizentubecobaltofficial) or [SmartTube](https://github.com/yuliskov/SmartTube) / [2](https://smarttubeapp.github.io/) / [Discord](https://discord.com/invite/Wt8HDDej5z) / [Telegram](https://t.me/SmartTubeEN) - Ad-Free Android TV / Firestick YouTube\n* [⁠Flicky](https://github.com/mlm-games/flicky) - F-Droid Client\n* [Android TV Tools v4](https://xdaforums.com/t/tool-all-in-one-tool-for-windows-android-tv-tools-v4.4648239/) - Multiple Android TV Tools\n* [Android TV Piracy](https://rentry.co/androidtvpiracy) - Android TV Piracy Guide\n* [Android TV Guide](https://www.androidtv-guide.com/) - Certified Android TV Devices / [Spreadsheet](https://docs.google.com/spreadsheets/d/1kdnHLt673EjoAJisOal2uIpcmVS2Defbgk1ntWRLY3E/)\n* [StreamFire](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Live TV for Firestick\n* [S0undTV](https://github.com/S0und/S0undTV) - Twitch Player / [Discord](https://discord.gg/zmNjK2S)\n* [SmartTVKick](https://github.com/CxWatcher/SmartTVKick) - Ad-Free FireTV + Android TV Kick App\n* [Serenity Android](https://github.com/NineWorlds/serenity-android) - Emby Android TV App\n* [CloudStream](https://github.com/recloudstream/cloudstream) - Streaming App\n* [PlayTorrio](https://playtorrio.xyz/) - Streaming App\n* [Nova Video Player](https://github.com/nova-video-player/aos-AVP) - Android TV Video / Media Player\n* [Stremio](https://www.stremio.com/), [Nuvio](https://nuvioapp.space/) / [GitHub](https://github.com/tapframe/NuvioTV/releases/) or [⁠RealStream](https://discord.gg/jnDyHEkcZu) - Streaming App / Stremio Support\n* [⁠Sozo](https://sozo.azamov.me/) - Anime Streaming App\n* [atvTools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Install Apps, Run ADB, Shell Commands, etc.\n* [tvQuickActions](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) - Remote Button Remapper / Sign-Up Required\n* [Projectivy Launcher](https://play.google.com/store/apps/details?id=com.spocky.projengmenu) / [XDA Thread](https://xdaforums.com/t/app-android-tv-projectivy-launcher.4436549/) / [Icon Pack](https://github.com/SicMundus86/ProjectivyIconPack) / [GitHub](https://github.com/spocky/miproja1/releases), [AT4K Launcher](https://at4klauncher.com/) or [Leanback on Fire](https://github.com/tsynik/LeanbackLauncher) - Android TV Launchers\n* [Launcher Manager](https://xdaforums.com/t/app-firetv-noroot-launcher-manager-change-launcher-without-root.4176349/) - Change Default Launcher\n* [⁠AerialViews](https://github.com/theothernt/AerialViews) - Custom Screensaver App\n\n***\n\n# ► [Android Streaming](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_streaming)\n\n***\n\n# ► [iOS Streaming](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_ios_streaming)\n\n***\n\n# ► Download Sites\n\n* **Note** - Use **[redirect bypassers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_redirect_bypass)** to skip link shorteners.\n\n***\n\n* ↪️ **[General DDL Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download)**\n* ↪️ **[Video Download Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_video_download)**\n* ⭐ **[111477](https://rentry.co/FMHYB64#directory-111477)** - Movies / TV / Anime / Directory / [Discord](https://discord.gg/YjkP4pANpg)\n* ⭐ **[Scloud](https://rentry.co/FMHYB64#sc)** - Movies / TV / 4K / Use Adblocker + [Linkbypasser](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools#wiki_.25B7_redirect_bypass) / [Telegram](https://t.me/scloudmediahub)\n* ⭐ **[Acer Movies](https://rentry.co/FMHYB64#acer)** - Movies / TV / Anime / [Discord](https://discord.com/invite/hpkMqrwRCE)\n* ⭐ **[⁠The One Piece](https://m.flixindia.xyz/)** - Movie / TV / Anime / [Telegram](https://telegram.me/TheOnePieceUpdates)\n* ⭐ **[VegaMovies](https://vegamovies.gratis/)**, [2](https://moviesflix.ad/) - Movies / TV / Anime / 4K / [Telegram](https://telegram.dog/vega_officials)\n* ⭐ **[Pahe](https://pahe.ink/)** - Movies / TV / Anime / 4K / [Ad-Bypass (Must Have)](https://greasyfork.org/en/scripts/443277) / [Discord](https://discord.gg/4AvaCsd2J4)\n* ⭐ **[DDLBase](https://ddlbase.com/)** - Movies / 4K / 3D / Remuxes / [Use Bypass](https://pixeldrain-bypass.cybar.to/)\n* ⭐ **[⁠XDMovies](https://xdmovies.site/)** - Movies / TV / 4K\n* ⭐ **[MovieParadise](https://movieparadise.org/)** - Movies / TV / [Sign-Up Code (Important)](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/movieparadise-code.md)\n* ⭐ **[Rive](https://rivestream.org/)**, [2](https://rivestream.net/) - Movies / TV / Anime / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)\n* ⭐ **[1Shows](https://www.1shows.nl/)** or [RgShows](https://www.rgshows.ru/) - Movies / TV / Anime / [Discord](https://discord.gg/the-one)\n* ⭐ **[VidBox](https://vidbox.cc/)** - Movies / TV / Anime / [Discord](https://discord.gg/VGQKGPM9Ej)\n* ⭐ **[Drama Day](https://dramaday.me/)** - Asian Drama\n* ⭐ **[MKVDrama](https://mkvdrama.net/)** - Asian Drama\n* [PlayTorrio](https://playtorrio.xyz/) - Multi-Site Downloader / Movies / TV / Anime / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)\n* [LightDLMovies](https://rentry.co/FMHYB64#lightdl) - Movies / TV / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)\n* [Vadapav](https://rentry.co/FMHYB64#vadapav) - Movies / TV\n* [⁠Medeberiya](https://medeberiya.net/) - Movie / TV\n* [Downloader2](https://downloader2.com/) - Movies / TV / Anime\n* [Ripper's Archive](https://rentry.co/FMHYB64#rippers-archive) - Movies / TV / Anime\n* [ShuttleTV](https://shuttletv.su/) - Movies / TV / Anime / Auto-Next / [Discord](https://discord.gg/wsPmVB7ZJZ)\n* [MoviesDrive](https://moviesdrive.forum/) - Movies / TV / Anime / [Status](https://moviesdrives.cv/), [2](https://moviedrive.org/) / [Telegram](https://t.me/moviesdrivee)\n* [ShowBox](https://www.showbox.media/) - Movies / TV / Anime / 4K / Use [Throwaway Gmail](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_temp_mail)\n* [KatMovieHD](https://katworld.net/?type=KatmovieHD) - Movies / TV / Anime\n* [⁠HindMoviez](https://hindmoviez.cafe/) - Movies / TV / Anime\n* [Sinflix](https://rentry.co/FMHYB64#sinflix) - Asian Drama\n* [DramaSuki](https://rentry.co/FMHYB64#dramasuki) - Asian Drama\n* [OlaMovies](https://n1.olamovies.info/) - Movies / TV / 4K / Requires Google Account / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking) / [Requests](https://space.olamovies.app/)\n* [PSArips](https://psa.wf/) - Movies / TV / 4K\n* [KiraStreams](https://kirastreamsv2.vercel.app/) - Movies / TV / Anime\n* [isaiDub](https://rentry.co/FMHYB64#isaidub) - Movies / TV / 720p\n* [TVSeries](https://www.tvseries.in/) - TV / Anime\n* [Cinetaro](https://cinetaro.buzz/) - Movies / TV / Anime\n* [StagaTV](https://www.stagatv.com/) - Movies / TV\n* [Cineby](https://www.cineby.gd/), [2](https://www.bitcine.app/) - Movies / TV / Anime / 4K / Auto-Next / [Discord](https://discord.gg/C2zGTdUbHE)\n* [FlickyStream](https://flickystream.ru/) or [CineMora](https://cinemora.ru/) - Movies / TV / Anime\n* [Willow](https://willow.arlen.icu/), [2](https://salix.pages.dev/) - Movies / TV / Anime / [Telegram](https://t.me/+8OiKICptQwA4YTJk)\n* [Movies Ni Pipay](https://moviesnipipay.me/) - Movies / TV\n* [HDRush](https://hdrush.cc/) - Movies / TV / [Telegram](https://t.me/hdrushxyz)\n* [RLSXTVT](https://rlsxtvt.icu/) - Movies / TV\n* [Levidia](https://www.levidia.ch/), [2](https://supernova.to/), [3](https://ww1.goojara.to/) - Movies / TV / Anime / Right Click to Save\n* [downloads-anymovies](https://www.downloads-anymovies.co/) - Movies / Right Click to Save\n* [HollyMovieHD](https://hollymoviehd.cc/), [2](https://yeshd.net/), [3](https://novamovie.net/) - Movies / TV / Anime / [Clones](https://hollymoviehd-official.com/)\n* [UHDMovies](https://modlist.in/?type=uhdmovies) - Movies / 4K\n* [⁠4KHDHub](https://4khdhub.fans/) - Movies / TV / 4K\n* [ShareSpark](https://ww1.sharespark.cfd/) - Movies / TV\n* [TFPDL](https://tfpdl.se/category/movies/), [2](https://tfpdl.to/category/movies/) - Movies / TV / Anime\n* [Free Movies](https://free-movies.to/) - Movies / TV\n* [SeriesVault](https://seriesvault.win/), [2](https://seriesvault.org/) - TV / Anime\n* [FilmFans](https://filmfans.org/) - Movies / 4K\n* [WorldFree4u](https://worldfree4u.moe/) - Movies\n* [SSR Movies](https://ssrmovies.com/) - Movies / TV / [Telegram](https://telegram.dog/+MF2EXeitLjMxY2Ux)\n* [Best-MovieZ](https://www.best-moviez.ws/) - Movies / TV\n* [SeriezLoaded NG](https://www.seriezloaded.com.ng/) - Movies / TV\n* [ShareMania](https://sharemania.us/) - Movies / TV / 4K\n* [ShareBB](https://sharebb.me/) - Movies / TV / Sign-Up Required\n* [⁠FilmVault](https://filmvault.xyz/) - Movies / TV / Telegram Recommended\n* [SD Toons](https://sdtoons.in/category/cartoon/) - Movies / TV / Anime / Some NSFW\n* [PrivateMovieZ](https://privatemoviez.help/) - Movies / TV\n* [⁠ProSearch13Bot](https://t.me/ProSearch13Bot) - Movies / TV / Telegram\n* [Bollywood.eu](https://bollywood.eu.org/) - Movies / Telegram\n* [Cinefy](https://thecinefy.site/) - Movies / TV / Telegram\n* [⁠T4TSA](https://t4tsa.cc/) - Movies / TV / Telegram\n* [ProSearch4Bot](https://t.me/ProSearch4Bot) - Movies / Telegram\n* [SearchMoviesBot](https://t.me/SearchMoviesBot) or [TVSeriesSearchBot](https://t.me/TVSeriesSearchBot) - Movies / TV\n* [SolidarityCinema](https://www.solidaritycinema.com/) - Movies\n* [FilmGo](https://www.filmgo.live/) - Movies / TV / 720p\n* [TodayTVSeries](https://www.todaytvseries6.com/) - TV / 1080p\n* [ProjectFreeTV](https://projectfreetv.sx/) - Movies / TV / Anime / Right Click to Save\n* [TV Shows](https://tvshows.ac/) - TV / 720p\n* [TVSBoy](https://tvsboy.com/) - TV / 720p\n* [TodayTVSeries](https://www.todaytvseries6.com/) - TV / 1080p\n* [⁠MP4Moviez](https://www.mp4moviez.talk/) or [HDMoviez](https://www.hdmoviez.name/) - Movies / TV\n* [GoDrivePlayer](https://godriveplayer.com/) - Movies / TV / Anime / Use [Adblock](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy/#wiki_.25BA_adblocking)\n* [TvShows4Mobile](https://tvshows4mobile.org/) - TV / Anime / 480p / [Telegram](https://t.me/o2tvseries_new)\n* [Naijavault](https://www.naijavault.com/) - Movies / TV / 480p\n* [Waploaded](https://films.waploaded.com/movie) - Movies / TV / 480p\n* [r/DownUnderTV](https://www.reddit.com/r/DownUnderTV/) - AU / NZ TV\n* [Jackass Vault](https://discord.gg/ZH5MjcKmJJ) - Jackass Media Discord\n* [CondensedAudioCatalog](https://condensedaudiocatalog.com/) - Asian Drama\n* [nKiri](https://nkiri.ink/) - Asian Drama / 720p\n* [RareDoramas](https://www.raredoramas.com/) - Rare JDrama / 480p\n* [Toku.fun](https://toku.fun/) - Japanese Superhero Movies / 360p\n* [Fanedit.org](https://fanedit.org/) or [FEC Database](https://docs.google.com/spreadsheets/d/18X0QzR904z94NZd7RXOaCuIa117fF0jnEmd7smmj7D0/) - Fanedits / DM Editors for Downloads\n* [HDEncode](https://hdencode.org/) / [Improvement Script](https://github.com/mikeymuis/hdencode-filter-suite), [RapidMoviez](https://rmz.cr/) / [Mirrors](https://rmzmirrors.com/) or [rlsDB](https://rlsdb.com/) - Movie & TV DDL Forums / Requires [Debrid](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/download#wiki_.25BA_debrid_.2F_leeches)\n* [mov-cli](https://mov-cli.github.io/) - Downloading CLI / [Plugins](https://github.com/topics/mov-cli-plugin) / [GitHub](https://github.com/mov-cli/mov-cli)\n* [Video Download CSE](https://cse.google.com/cse?cx=006516753008110874046:wevn3lkn9rr) / [CSE 2](https://cse.google.com/cse?cx=89f2dfcea452fc451) / [CSE 3](https://cse.google.com/cse?cx=aab218d0aa53e3578)\n\n***\n\n## ▷ Anime Downloading\n\n* **Note** - Use **[redirect bypassers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_redirect_bypass)** to skip link shorteners.\n\n***\n\n* 🌐 **[Wotaku](https://wotaku.wiki/websites#download)** - Anime Download Index / [Discord](https://discord.gg/vShRGx8ZBC) / [GitHub](https://github.com/wotakumoe/Wotaku)\n* 🌐 **[EverythingMoe](https://everythingmoe.com/section/download)**, [2](https://everythingmoe.org/section/download) - Anime DDL Index / [Subreddit](https://www.reddit.com/r/everythingmoe/) / [Discord](https://discord.gg/GuueaDgKdS)\n* 🌐 **[The Index DDL](https://theindex.moe/collection/ddl)** - Anime DDL Sites / [Wiki](https://thewiki.moe/) / [Discord](https://discord.gg/snackbox)\n* ⭐ **[Tokyo Insider](https://www.tokyoinsider.com/)** - Sub / Dub / [Bulk Downloader](https://github.com/MaJoRX0/Tokyo-Downloader)\n* ⭐ **[Kayoanime](https://kayoanime.com/)** - Sub / Dub / Requires Google Account / [Telegram](https://t.me/AnimeKayo)\n* ⭐ **[hi10anime](https://hi10anime.com/)** - Sub / Requires Sign-Up / [Discord](https://discord.gg/uZ85cbAg4T)\n* ⭐ **[Anime Download CSE](https://cse.google.com/cse?cx=006516753008110874046:osnah6w0yw8)**\n* ⭐ **[HakuNeko](https://hakuneko.download/) / [GitHub](https://github.com/manga-download/hakuneko)** or [Senpwai](https://github.com/SenZmaKi/Senpwai) - Anime Download Apps\n* [Kuudere](https://kuudere.to/), [2](https://kuudere.ru/) - Sub / Dub / Auto-Next / [Telegram](https://t.me/kuudere0to) / [Discord](https://discord.gg/h9v9Vfzp7B)\n* [Anime-Sharing](https://www.anime-sharing.com/) - Sub / Dub / Anime / Manga Download Forum\n* [Anime2Enjoy](https://www.anime2enjoy.com/) - Sub / [Discord](https://discord.gg/PxSmumS)\n* [animepahe](https://animepahe.si/) - Hard Subs / Dub / [Enhancements](https://greasyfork.org/en/scripts/520048) / [Downloader](https://github.com/KevCui/animepahe-dl)\n* [Chiby](https://www.animechiby.com/) - Sub / [Discord](https://discord.com/invite/WagHbBz)\n* [Animevilla](https://animevilla.in/az-list/) - Sub / Dub / Some NSFW\n* [AnimeSalt](https://animesalt.top/) - Sub / Dub\n* [anime7.download](https://anime7.download/) - Sub\n* [⁠JustAnime](https://justanime.to/), [2](https://justanime.fun/) - Sub / Dub / [Mirrors](https://justanime.site/) / [Telegram](https://t.me/JustAnimeZone) / [Discord](https://discord.gg/P3yqksmGun)\n* [⁠AnimeOut](https://www.animeout.xyz/) - Sub / Requires Sign-Up\n* [⁠AnimeDDL](https://www.animeddl.xyz/) - Sub / Dub\n* [nibl](https://nibl.co.uk/) - Sub / Dub / XDCC / [Discord](https://discord.com/invite/bUESsAg)\n* [myanimetvbot](https://t.me/myanimetvbot), [Any_Animebot](https://t.me/Any_Animebot) or [anidlws](https://t.me/anidlws) - Telegram Anime Download Channels\n* [anime-dl](https://github.com/gabelluardo/anime-dl) / [Frontend](https://github.com/vrienstudios/anime-dl) or [anigrab](https://github.com/ngomile/anigrab) - Anime CLI Downloaders\n* [animdl](https://github.com/justfoolingaround/animdl) / [Wrapper](https://github.com/RaitaroH/adl) - Anime Scraper\n* [AniconforAnilist](https://github.com/EnArvy/AniconforAnilist) - Anime Folder Cover Automation\n\n***\n\n## ▷ [Educational Downloading](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_downloading)\n\n***\n\n# ► Torrent Apps\n\n* **Note** - Remember to use a [VPN](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25BA_vpn) before torrenting and [bind](https://wispydocs.pages.dev/torrenting/) it to your [client](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_clients) if it allows.\n\n***\n\n* 🌐 **[Awesome *Arr](https://ravencentric.cc/awesome-arr/)** - Torrent App / Automation Tool Index / [GitHub](https://github.com/Ravencentric/awesome-arr)\n* ↪️ **[Remote Torrenting Services](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25B7_remote_torrenting)** - Torrent Remotely Without Needing VPN\n* ↪️ **[Media Servers / Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools#wiki_.25BA_media_servers)**\n* ⭐ **[Stremio](https://www.stremio.com/)**, [⁠Stremio Desktop](https://github.com/Zaarrg/stremio-community-v5) (full mpv) or [Stremio Kai](https://github.com/allecsc/Stremio-Kai) (full mpv) - Torrent Streaming App / [WebUI](https://web.stremio.com/), [2](https://stremio-neo.aayushcodes.eu/) / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video/#wiki_.25B7_stremio_tools) / [Subreddit](https://www.reddit.com/r/Stremio/) / [GitHub](https://github.com/Stremio)\n* ⭐ **[PlayTorrio](https://playtorrio.xyz/)** - Torrent Streaming App / Stremio Addon Support / [Discord](https://discord.gg/bbkVHRHnRk) / [GitHub](https://github.com/ayman708-UX/PlayTorrio)\n* ⭐ **[Prowlarr](https://github.com/Prowlarr/Prowlarr)**, **[Jackett](https://github.com/Jackett/Jackett)**, [Bobarr](https://github.com/iam4x/bobarr) / [Discord](https://discord.gg/PFwM4zk), [nefarious](https://lardbit.github.io/nefarious/), [Traktarr](https://github.com/l3uddz/traktarr), [FlexGet](https://flexget.com/), [r/softwarr](https://reddit.com/r/softwarr) or [Watcher](https://nosmokingbandit.github.io/) - Autodownload Torrents\n* ⭐ **[Radarr](https://radarr.video/)** - Autodownload Movie Torrents / [Auto-Subtitles](https://www.bazarr.media/) / [GitHub](https://github.com/Radarr/Radarr)\n* ⭐ **[Sonarr](https://sonarr.tv/)** / [GitHub](https://github.com/Sonarr/Sonarr), [SickGear](https://github.com/SickGear/SickGear), [SiCKRAGE](https://github.com/SiCKRAGE/SiCKRAGE), [DuckieTV](https://schizoduckie.github.io/DuckieTV/) or [Medusa](https://pymedusa.com/) - Autodownload TV Torrents / [Guide](https://wiki.servarr.com/) / [Auto-Subtitles](https://www.bazarr.media/)\n* ⭐ **[Requestrr](https://github.com/thomst08/requestrr)** or [Doplarr](https://github.com/kiranshila/Doplarr) - Discord Torrent Bots\n* [Wyzie Subs](https://sub.wyzie.ru/) - Subtitle Scraping API / [NPM Package](https://www.npmjs.com/package/wyzie-lib) / [Docs](https://docs.wyzie.ru/)\n* [Arr Scripts](https://github.com/RandomNinjaAtk/arr-scripts/) - Torrent App Automation Scripts\n* [Autobrr](https://github.com/autobrr/autobrr) - Autodownload Movie Torrents\n* [Powder](https://powder.media/) - Torrent Streaming App\n* [Ace Stream](https://acestream.org/) - Torrent Streaming App / [Channels](https://acestreamid.com/), [2](https://acestreamsearch.net/en/), [3](https://search-ace.stream/) / [Modded APK](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25B7_modded_apks) (search) / [Docker Image](https://github.com/magnetikonline/docker-acestream-server) / [Mpv Script](https://github.com/Digitalone1/mpv-acestream)\n* [WebTorrent](https://webtorrent.io/) - Torrent Streaming App / [GitHub](https://github.com/webtorrent/webtorrent)\n* [WizTorrent](https://wiztorrent.com/) - Torrent Streaming App\n* [rqbit](https://github.com/ikatson/rqbit/) - Torrent Streaming Client / UPnP Integration\n* [⁠BitTorrented](https://bittorrented.com/), [Instant.io](https://instant.io/), [BTorrent](https://btorrent.xyz/) or [Magnet Player](https://ferrolho.github.io/magnet-player/) - Stream Torrents in Browser\n* [PeerFlix](https://github.com/mafintosh/peerflix) / [Server](https://github.com/asapach/peerflix-server) - Torrent Streaming CLIs\n* [Autosearch Extension](https://github.com/trossr32/sonarr-radarr-lidarr-autosearch-browser-extension) - Sonarr/Radarr/Lidarr Autosearch Extension\n* [Unpackerr](https://unpackerr.zip/) - Automated Archive Extraction\n* [VLC-Bittorrent](https://github.com/johang/vlc-bittorrent) or [StreamTim](https://streamtim.com/) - Stream Torrents in VLC\n* [webtorrent-mpv-hook](https://github.com/mrxdst/webtorrent-mpv-hook) - Stream Torrents in MPV\n* [RapidBay](https://github.com/hauxir/rapidbay) or [BitPlay](https://github.com/aculix/bitplay) - Self-Hosted Torrent Streaming\n\n***\n\n## ▷ Stremio Tools\n\n* 🌐 **[Stremio Addons](https://stremio-addons.net/)** / [Subreddit](https://www.reddit.com/r/StremioAddons/) / [Discord](https://discord.com/invite/zNRf6YF) or [Midnight's Addons](https://addonsfortheweebs.midnightignite.me/addons) / [Status](https://status.dinsden.top/status/stremio-addons) - Stremio Addons\n* ⭐ **[Bye Sudo](https://bye.undi.rest/)**, **[Viren070's Guides](https://guides.viren070.me/stremio)** or [⁠Stremio Perfect Setup](https://luckynumb3rs.github.io/stremio-perfect-setup/) - Stremio Guides\n* [Stremio Addon Manager](https://addon-manager.viren070.me/) - Addon Manager / [GitHub](https://github.com/pancake3000/stremio-addon-manager)\n* [⁠IbbyLabs Uptime Tracker](https://uptime.ibbylabs.dev/) - Stremio Addon Status\n* [Stremio Account Bootstrapper](https://stremio-account-bootstrapper.vercel.app/) - Easy Stremio Setup / [GitHub](https://github.com/DryKillLogic/stremio-account-bootstrapper)\n* [Up Next](https://up-next.dontwanttos.top/) - Stremio Catalogs\n* [Anime Catalogs](https://1fe84bc728af-stremio-anime-catalogs.baby-beamup.club/configure) - Stremio Anime Catalogs\n* [Simkl Stremio](https://simkl.com/apps/stremio/) - Simkl for Stremio\n* [Trakt Stremio](https://2ecbbd610840-trakt.baby-beamup.club/) - Trakt for Stremio\n\n***\n\n# ► Torrent Sites\n\n* **Note** - Keep in mind that [torrent aggregators](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent/#wiki_.25B7_aggregators), or setups like Stremio & Torrentio, are sometimes better when it comes to finding content.\n\n***\n\n* ↪️ **[General Torrent Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent)**\n* ⭐ **[1337x Movies](https://1337x.to/movie-library/1/)** - Movies / TV / Anime / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_sites)\n* ⭐ **[RuTracker Movies](https://rutracker.org/forum/index.php?c=2)** - Movies / TV / Anime / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/torrent#wiki_.25BA_torrent_sites)\n* ⭐ **[ExT](https://ext.to/)**, [2](https://search.extto.com/) / [Proxy](https://extranet.torrentbay.st/)\n* ⭐ **[Rive](https://rivestream.org/)** - Movies / TV / Anime / [Status](https://rentry.co/rivestream) / [Discord](https://discord.gg/6xJmJja8fV)\n* ⭐ **[Kinozal](https://kinozal.tv/)** - Movies / TV / 4K / Requires Sign-Up\n* ⭐ **[Heartive](https://heartiveloves.pages.dev/)** - Movies / TV / Anime / Magnets on Files\n* ⭐ **[EZTV](https://eztvx.to/)** - TV / Anime\n* [Video Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:gaoebxgop7j) or [RGShows](https://www.rgshows.ru/torrent/) - Multi-Site Search\n* [TPB Movies](https://thepiratebay.org/search.php?q=top100:200) - Movies / TV / 4K / **Avoid Software / Games**\n* [LimeTorrents](https://www.limetorrents.lol/) - Movies / TV\n* [Youplex Torrents](https://torrents.youplex.site/) - Movies / TV / Anime / 4K\n* [CinemaCity](https://cinemacity.cc/) - Movies / TV / Anime\n* [⁠Kontrast](https://kontrast.top/) - Movies / TV \n* [MSearch](https://msearch.vercel.app/) - Movies / TV\n* [⁠RARBGLite](https://rarbglite.github.io/) - RARBG Movie Magnet Archive\n* [Public Domain Movie Torrents](https://www.publicdomaintorrents.info/) - Movies\n* [YTS](https://yts.bz/) or [YifyMovies](https://yifymovies.xyz/) - Movies / [Proxies](https://ytsproxies.com/) / [Discord](https://discord.gg/GwDraJjMga) / [Note](https://github.com/fmhy/edit/blob/main/docs/.vitepress/notes/yts-yify-note.md)\n* [JapaneseTorrents](https://japanesetorrents.wordpress.com/) - Asian Drama\n* [IMDb Link em All](https://greasyfork.org/en/scripts/17154-imdb-link-em-all) or [IMDb-Scout-Mod](https://github.com/Purfview/IMDb-Scout-Mod) - Torrent Site Results on IMDb\n* [srrextra](https://github.com/srrDB/srrextra) - Scene Release Tracker on IMDb\n\n***\n\n## ▷ Anime Torrenting\n\n* ⭐ **[Nyaa](https://nyaa.si/)**, [2](https://nyaa.iss.one/), [3](https://nyaa.iss.ink/) - Sub / Dub\n* ⭐ **Nyaa Tools** - [TUI](https://github.com/Beastwick18/nyaa) / [Batch Download](https://github.com/wotakumoe/meow), [2](https://github.com/marcpinet/nyaadownloader), [3](https://t.me/meow_in_japanese_bot), [4](https://t.me/NyaaTorrents) / [Python Wrapper](https://github.com/JuanjoSalvador/NyaaPy) / [Torrent Fetch](https://github.com/daynum/nyaabag) / [Quality Tags](https://releases.moe/about/)\n* ⭐ **[Hayase](https://hayase.watch/)** - Torrent Streaming App / [Extensions](https://rentry.co/FMHYB64#hayase) / [Wiki](https://wiki.hayase.watch/)\n* ⭐ **[Seanime](https://seanime.app/)** - Torrent Streaming App\n* [AnimeTosho](https://animetosho.org/) - Sub / Dub\n* [⁠nekoBT](https://nekobt.to/) - Sub / Dub\n* [TokyoTosho](https://www.tokyotosho.info/) - Sub\n* [ShanaProject](https://www.shanaproject.com/) - Sub\n* [Hi10Anime](https://hi10anime.com/) - Sub\n* [bakabt](https://bakabt.me/) - Sub / Dub / [Interviews](https://wiki.bakabt.me/index.php/Sign_up)\n* [Anime Torrent CSE](https://cse.google.com/cse?cx=006516753008110874046:lamzt6ls4iz)\n* [SeaDex](https://releases.moe/) - Anime Video Quality Guides / [Docs](https://releases.moe/about)\n* [Fansub Cartel](https://index.fansubcar.tel/), [2](https://docs.google.com/spreadsheets/d/1PJYwhjzLNPXV2X1np-S4rdZE4fb7pxp-QbHY1O0jH6Q/htmlview) - Fansubbers Index\n\n***\n\n## ▷ [Educational Torrenting](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/edu#wiki_.25B7_downloading)\n\n***\n\n# ► Tracking / Databases\n\n* ⭐ **[Simkl](https://simkl.com/)** - TV / Anime / Movies / [Apps](https://simkl.com/apps/) / [Import Tools](https://simkl.com/apps/import/)\n* ⭐ **[Letterboxd](https://letterboxd.com/)** - Movies / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_letterboxd_tools)\n* ⭐ **[ICheckMovies](https://www.icheckmovies.com/)** - Movies / List Database / [Enhanced](https://greasyfork.org/en/scripts/11541-icheckmovies-enhanced)\n* ⭐ **[RatS](https://github.com/StegSchreck/RatS)** - Transfer Ratings between Services\n* ⭐ **[serializd](https://www.serializd.com/)** - TV / Anime / [Discord](https://discord.com/invite/xNt4CNG7jK)\n* [Blu-ray.com](https://www.blu-ray.com/) or [High Def Digest](https://www.highdefdigest.com/) - DVD / Blu-ray Databases\n* [IMDb](https://www.imdb.com/) - Movies / TV / Anime / [Advanced Search](https://www.imdb.com/search/) / [Frontend](https://libremdb.iket.me)\n* [Rotten Tomatoes](https://www.rottentomatoes.com/) - Movies / TV / [Add to Sites](https://greasyfork.org/en/scripts/35443) / [Add to IMDb](https://greasyfork.org/en/scripts/15222)\n* [TMDb](https://www.themoviedb.org/) - Movies / TV / Anime\n* [Trakt](https://trakt.tv/) - TV / Anime / Movies / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_trakt_tools)\n* [Movieo](https://movieo.me/) - Movies / TV / Anime\n* [AllMovie](https://www.allmovie.com/) - Movies / TV / Anime\n* [Box Office Mojo](https://www.boxofficemojo.com/) - Box Office Earnings\n* [GCDb](https://www.grindhousedatabase.com/) - Grindhouse Cinema\n* [Class Real](https://www.classreal.com/) - Weird / Trippy Movies\n* [FFCritic](https://foundfootagecritic.com/) - Found Footage\n* [Spaghetti Western Database](https://www.spaghetti-western.net/index.php/Main_Page) - Spaghetti Western\n* [⁠MyDramaList](https://mydramalist.com/) - Asian Dramas\n* [HKMDB](https://hkmdb.com/db/index.php) - Hong Kong Movies\n* [namuwiki](https://en.namu.wiki/) - Korean Media\n* [IGMDB](https://igmdb.com/) - LGBT Movies\n* [CageMatch](https://www.cagematch.net/) - Wrestling Promotion Database\n* [What's on Netflix](https://www.whats-on-netflix.com/), [uNoGS](https://unogs.com/) or [FlixWatch](https://www.flixwatch.co/) - Browse Netflix Library\n* [Netflix Top 10](https://www.netflix.com/tudum/top10) - Netflix Most-Watched Chart\n* [DMDb](https://deafmovie.org/) or [Sign on Screen](https://signonscreen.com/all-films/) - Deaf Movie Databases / Sign Language Films / Deaf Actors\n* [MediaTracker](https://github.com/bonukai/MediaTracker) or [Yamtrack](https://github.com/FuzzyGrim/Yamtrack) - Self-Hosted Media Trackers\n\n***\n\n## ▷ Anime Tracking / Databases\n\n* ⭐ **[MyAnimeList](https://myanimelist.net/)** - Anime Ratings / Reviews / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_myanimelist_tools) / [Discord](https://discord.com/invite/myanimelist)\n* ⭐ **[AniList](https://anilist.co/)** - Anime Ratings / Reviews / [Tools](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_anilist_tools) / [Discord](https://discord.com/invite/TF428cr)\n* [Taiga](https://taiga.moe/) - Anime Tracking Program\n* [Anime-Planet](https://www.anime-planet.com/) - Anime\n* [Kitsu](https://kitsu.io/) - Anime\n* [Kuroiru](https://kuroiru.co/) - Anime\n* [Anisearch](https://www.anisearch.com/) - Anime\n* [AniDB](https://anidb.net/) - Anime\n* [ACDB](https://www.animecharactersdatabase.com/) - Anime Character Database\n\n***\n\n## ▷ Curated Recommendations\n\n* ⭐ **[They Shoot Pictures](https://www.theyshootpictures.com/)** - Movie Top 1000 List\n* ⭐ **[FlickMetrix](https://flickmetrix.com/)** - Combine IMDb, Rotten Tomatoes & Letterboxd Ratings\n* ⭐ **[TasteDive](https://tastedive.com/)** - Recommendations\n* ⭐ **[Series Graph](https://seriesgraph.com/)**, [Ratings Graph](https://www.ratingraph.com/), [⁠IMDb Table](https://docyx.github.io/imdb-table), [TV Chart](https://tvchart.benmiz.com/), [Episode Hive](https://episodehive.com/), [TV Charts](https://tvcharts.co/), [TheShowGrid](https://theshowgrid.com/) or [WhatToWatchOn.tv](https://whattowatchon.tv/) - TV Episode / Movie Rating Graphs\n* [RYM Ultimate Film Lists](https://rateyourmusic.com/list/TheScientist/rym-ultimate-film-genres-and-lists/) - In-Depth Film Genre & Recommendation Lists\n* [Charts and Culture](https://pastebin.com/uRDJVGkL) - Movie / TV / Anime Recommendation Directory\n* [listal](https://www.listal.com/) - Movies / TV\n* [RelatedAnime](https://relatedanime.com/) - Related Anime Index\n* [AnimeStats](https://anime-stats.net/), [AnimeKarmaList](https://animekarmalist.com/) or [Sprout](https://anime.ameo.dev/) - Anime Recommendations\n* [MRQE](https://www.mrqe.com/) - Movie Review Search Engine\n* [⁠Phi Phenomenon](https://phi-phenomenon.org/) - Multiple Top Movie Lists\n* [Sight and Sound](https://www.bfi.org.uk/sight-and-sound/greatest-films-all-time/) - Movie Top 250 List\n* [⁠kudos.wiki](https://kudos.wiki/) - Wikipedia Top 1000 List\n* [DigitalDreamDoor](https://digitaldreamdoor.com/) - Greatest 100 Lists\n* [They Shoot Zombies](https://theyshootzombies.com/) - Horror Movie Top 1000 List\n* [TreasureTV](https://www.treasuretv.org/) - Curated Television List\n* [ReelScary](https://www.reelscary.com/) - Scary Movie Ratings\n* [cringeMDb](https://cringemdb.com/) - Find Movies Safe to Watch with Parents\n* [Age Rating JuJu](https://www.ageratingjuju.com/) - Media Age Ratings\n* [CommonSenseMedia](https://www.commonsensemedia.org/) or [Kids in Mind](https://kids-in-mind.com/) - Age-Based Media Reviews\n\n***\n\n## ▷ Recommendation Tools\n\n* ⭐ **[⁠Nothing To Watch](https://nothing-to-watch.port80.ch/)** - Interactive Movie Discovery Visualization / Uses 250MB / [GitHub](https://github.com/gnovotny/nothing-to-watch)\n* [SuggestStream](https://suggestream.com/) - Movie / TV Recommendations\n* [Taste.io](https://www.taste.io/) - Movie Recommendations\n* [BestSimilar](https://bestsimilar.com/) - Movie Recommendations\n* [MovieLens](https://movielens.org/) - Movie Recommendations\n* [r/MovieSuggestions](https://www.reddit.com/r/MovieSuggestions/) - Movie Recommendations\n* [MovieSync](https://movie-sync-app.web.app/) - Movie Recommendations\n* [Cinetrii](https://cinetrii.com/) - Discover Movies with Similar Themes\n* [couchmoney](https://couchmoney.tv/) - Trakt History Based Recommendations\n* [Simkl](https://simkl.com/) - Simkl History Based Recommendations\n* [NextFlick](https://nextflick.tv/) - Random Trailers\n\n***\n\n## ▷ Calendar / Upcoming\n\n* ⭐ **[Your Countdown To](https://yourcountdown.to/)** - Countdown for Movies / TV / Anime / Video Games\n* ⭐ **[Movie Countdown](https://moviescountdown.com/)** - Countdown for Upcoming Movies / [TV](https://countdown.tv/) / [Drama](https://dramacountdown.com/)\n* [Releases.com](https://www.releases.com/), [⁠Midloop](https://midloop.net/) / [Discord](https://discord.gg/AvUxR59Yv5) or [DVDs Release Dates](https://www.dvdsreleasedates.com/) - DVD / Blu-ray / VOD / Streaming / Release Dates\n* [TrailerPunk](https://trailerpunk.com/) - Newest Movie Trailers\n* [TVMaze](https://www.tvmaze.com/) - TV / Anime\n* [My Episodes](https://www.myepisodes.com/) - TV\n* [Episode Calendar](https://episodecalendar.com/) or [Next Episode](https://next-episode.net/) - TV Schedules / [Torrent Links](https://greasyfork.org/en/scripts/27367)\n* [AniChart](https://anichart.net), [AnimeSchedule](https://animeschedule.net/), [Anica](https://anica.jp/), [AnimeCountdown](https://animecountdown.com/), [Senpai](https://www.senpai.moe/) or [LiveChart](https://www.livechart.me/) - Anime Release Charts\n* [Upcoming Anime Dubs](https://myanimelist.net/forum/?topicid=1692966) or [Dub Schedule](https://teamup.com/ksdhpfjcouprnauwda) - Anime Dub Release Trackers\n* [WhenToStream](https://www.whentostream.com/) - Streaming Release News / Updates\n* [showRSS](https://showrss.info/) - RSS / TV\n\n***\n\n# ► Subtitle Tools\n\n* 🌐 **[elSubtitle](https://www.elsubtitle.com/)**, [SubConverter](https://subconverter.com/), [Subtitle One](https://subtitleone.cc/) or [Subtitle Tools](https://subtitletools.com/) - Subtitle Tools\n* ⭐ **[Substital](https://substital.com/)** or [Movie-Subtitles](https://github.com/gignupg/Movie-Subtitles) - External Subtitle Extensions\n* ⭐ **[Subtitle Edit](https://www.nikse.dk/subtitleedit)** / [GitHub](https://github.com/SubtitleEdit/subtitleedit), [DST](https://www.syedgakbar.com/projects/dst), [Aegisub](https://github.com/arch1t3cht/Aegisub/releases), [Tero Subtitler](https://www.uruworks.net/) / [GitHub](https://github.com/URUWorks/TeroSubtitler), [Subtitle Workshop Classic](https://sourceforge.net/projects/subtitle-workshop-classic/), [Jubler](https://www.jubler.org/) or [Subtitld](https://subtitld.org/) - Subtitle Editors\n* [Penguin](https://github.com/carsonip/Penguin-Subtitle-Player) - External Subs Players\n* [Adjust Subs Like a Pro](https://graph.org/Adjust-subtitles-in-seconds-like-a-pro-07-17) - ffsubsync Guide\n* [Subshifter](https://subshifter.bitsnbites.eu/), [ffsubsync](https://github.com/smacke/ffsubsync), [autosubsync-mpv](https://github.com/joaquintorres/autosubsync-mpv) or [autosubsync](https://github.com/oseiskar/autosubsync) - Sync Subtitles\n* [asstosrt-wasm](https://sorz.github.io/asstosrt-wasm/) - ASS / SSA to SRT Subtitles Converter\n* [WithSubtitles](https://withsubtitles.com/), [Revoldiv](https://revoldiv.com/), [pyTranscriber](https://pytranscriber.github.io/), [Auto-Subtitle](https://www.veed.io/tools/auto-subtitle-generator-online), [FreeSubtitlesAI](https://freesubtitles.ai/), [Whisper](https://huggingface.co/spaces/BatuhanYilmaz/Whisper-Auto-Subtitled-Video-Generator), [Vibe](https://thewh1teagle.github.io/vibe/), [⁠VideoLingo](https://github.com/Huanshere/VideoLingo) or [Turboscribe](https://turboscribe.ai/) - Video Transcribers / Subtitle Generators\n* [Subtitle Edit](https://www.nikse.dk/subtitleedit) / [GitHub](https://github.com/SubtitleEdit/subtitleedit), [TranslatesSubtitles](https://translatesubtitles.com/) / [2](https://translatesubtitles.co/), [SRT AI Translator](https://github.com/passthesh3ll/srt-ai-translator) or [GPTSubtitler](https://gptsubtitler.com/) - Translate Subtitles\n* [Auto Synced & Translated Dubs](https://github.com/ThioJoe/Auto-Synced-Translated-Dubs) - Create Translated Dubs\n* [SoniTranslate](https://github.com/R3gm/SoniTranslate) - Video Translator\n* [asbplayer](https://killergerbah.github.io/asbplayer/) - Subtitle Sentence Mining\n* [Sushi.net](https://github.com/maxpiva/Sushi.Net) - Automatic Subtitle Shifter Based on Audio\n* [MkvDefaultTrackChanger](https://mkvdefaulttrackchanger.pages.dev/) - Easily Change Default MKV Subtitle / Audio Tracks / [GitHub](https://github.com/MikeMoolenaar/MkvDefaultTrackChanger)\n* [mkv-extract](https://qgustavor.github.io/mkv-extract/), [gmkvextractgui](https://sourceforge.net/projects/gmkvextractgui/) or [MKVcleaver](https://www.videohelp.com/software/MKVcleaver) - Extract Subtitles from MKV Files\n* [⁠VideOCR](https://github.com/timminator/VideOCR) or [VideoSubFinder](https://sourceforge.net/projects/videosubfinder/) - Hardcoded Subtitle Extractors\n* [Subtitling Guide](https://baechusquad.download/guide/) - Subtitling Guide\n* [YukiSubs Guides](https://yukisubs.wordpress.com/guides/), [I am Scum](https://iamscum.wordpress.com/guides/) or [Fansub Guide](https://unanimated.github.io/guides.htm) - Fansubbing Encoding Guides\n\n***\n\n## ▷ Download Subtitles\n\n* ⭐ **[Open Subtitles](https://opensubtitles.org/)** / [Beta Site](https://www.opensubtitles.com/) - Subtitles\n* ⭐ **[Subscene](https://sub-scene.com/)** - Subtitles\n* ⭐ **[SubDL](https://subdl.com/)** - Subtitles\n* ⭐ **[Addic7ed](https://www.addic7ed.com/)** - Subtitles / [Frontend](https://www.gestdown.info/)\n* ⭐ **[Auto-Subtitles](https://www.bazarr.media/)** - Subtitle Autosearch / Download Tool\n* [SubSource](https://subsource.net/) - Subtitles\n* [Freesub](https://freesub.live/) - Subtitles\n* [Subtitle Cat](https://www.subtitlecat.com/) - Subtitles\n* [Podnapisi](https://www.podnapisi.net/) - Subtitles\n* [Subs4Free](https://www.subs4free.info/) - Subtitles\n* [JustSubtitles](https://justsubtitles.com/), [2](https://subss.vercel.app/) - Subtitles\n* [IndexSubtitle](https://indexsubtitle.cc/) - Subtitles\n* [YifySubtitles](https://yifysubtitles.ch/) - Subtitles\n* [YTS Subs](https://yts-subs.com/) - Subtitles\n* [Subtitlist](https://subtitlist.com/) - Subtitles\n* [Subsearch](https://github.com/vagabondHustler/subsearch) or [Subliminal](https://subliminal.readthedocs.io/) - Python Download Scripts\n* [TVSubtitles](https://www.tvsubtitles.net/) - TV Subtitles\n* [kitsuneko](https://kitsunekko.net/) - Anime Subtitles\n* [DownSub](https://downsub.com/) - Download Subs from Video Sites\n* [SaveSubs](https://www.savesubs.com/) - Extract Subtitles from Online Videos\n\n***\n\n# ► Helpful Sites / Tools\n\n* 🌐 **[r/Animepiracy Wiki](https://thewiki.moe/)** or [Awesome ACG](https://github.com/soruly/awesome-acg) - Anime Tool Indexes\n* ↪️ **[Media Posters / Covers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/image-tools#wiki_.25B7_media_covers_.2F_posters)**\n* ↪️ **[Media Soundtracks](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/audio#wiki_.25BA_media_soundtracks)**\n* ↪️ **[File Data Automation](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/file-tools#wiki_.25B7_data_automation)**\n* ⭐ **[WhereYouWatch](https://whereyouwatch.com/latest-reports/)** or [r/movieleaks](https://reddit.com/r/movieleaks) - Movie Leak Notifications\n* ⭐ **[BingeClock](https://www.bingeclock.com/)**, [Can I Binge?](https://canibinge.com/) or [tiii.me](https://tiii.me/) - TV Show Length Calculators\n* ⭐ **[Quality / Release Type Guide](https://redd.it/1ktgh4h)** / [2](https://www.reddit.com/r/Piracy/wiki/guides/video_quality_and_types_of_releases) or [Streaming Site Guide](https://redd.it/yykvnv) - Video Quality / Release Type Guide\n* ⭐ **[Release Group Qualities](https://docs.google.com/spreadsheets/u/0/d/1xz5zqrBumfMtLGA4VMt1VtOyh-47HDTv_swIYktX6AQ/htmlview)** - Movie / TV Release Group Quality Indexes\n* ⭐ **[AnimeFillerList](https://www.animefillerlist.com/)** or [AnimeFillerGuide](https://www.animefillerguide.com/) - Anime Filler Guides\n* [⁠The Intro Database](https://theintrodb.org/) - Intro / Credit Skipping Extension / [GitHub](https://github.com/TheIntroDB)\n* [IMDb-Scout-Mod](https://greasyfork.org/en/scripts/407284) - Add Stream / DDL Site Results to IMDb\n* [FlickChart](https://www.flickchart.com/) - Rank Your Movies\n* [Find Movie](https://find-movie.info/) or [QuoDB](https://www.quodb.com/) - Movie Quote Databases / Search\n* [SubsLikeScript](https://subslikescript.com/), [Scripts Onscreen](https://scripts-onscreen.com/), [Scripts.com](https://www.scripts.com/), [IMSDB](https://imsdb.com/), [ScriptSlug](https://www.scriptslug.com/), [DailyScript](https://www.dailyscript.com/) or [SimplyScripts](https://www.simplyscripts.com/) - Media Scripts\n* [Forever Dreaming](https://transcripts.foreverdreaming.org/) - Media Transcripts\n* [Media Stack DIY](http://tennojim.xyz/article/media_stack_diy) - High Quality Streaming Guide\n* [Caps-A-Holic](https://caps-a-holic.com/) - Compare Movie Release Quality / Details\n* [⁠IMAX Guide](https://143190.xyz/) - Database of IMAX Theatres / [GitHub](https://github.com/r-imax/imaxguide) \n* [MCU Order](https://docs.google.com/spreadsheets/d/1Xfe--9Wshbb3ru0JplA2PnEwN7mVawazKmhWJjr_wKs/) - Marvel Cinematic Universe Viewing Orders\n* [DC Media List](https://docs.google.com/spreadsheets/d/1znGm7MswCG0yuRHSvyHDUuIdeNSS7DP-yWOEqKYTAIY/) - Full DC Media List (1935-2024)\n* [RunPee](https://runpee.com/) - Best Movie Break Times\n* [MoviePooper](https://moviepooper.com/), [themoviespoiler](https://themoviespoiler.com/) or [DoesTheDogDie](https://www.doesthedogdie.com/) - Movie Spoilers\n* [Behind the Voice Actors](https://www.behindthevoiceactors.com/) - Voice Actors Database\n* [Movie-Censorship](https://www.movie-censorship.com/) - Compare Alternate Versions of Media\n* [ShotOnWhat?](https://shotonwhat.com/) - Film Technical Info / Equipment Database\n* [Internet Movie Cars Database](https://www.imcdb.org/) - Movie Vehicle Database\n* [Starring the Computer](https://www.starringthecomputer.com/) - Movie Computer Database / [Discord](https://discord.com/invite/6NbTfHEtgQ)\n* [IMFDB](https://www.imfdb.org/) - Movie Firearms Database / [Discord](https://discord.com/invite/FDHEkQ6szt)\n* [WheresTheJump?](https://wheresthejump.com/), [WhenJumpScare](https://www.whenjumpscare.com/), [NotScare](https://notscare.me/) or [WheresTheScares?](https://wheresthescares.com/) - Find Movie Jump Scares\n* [DMT](https://dmtalkies.com/) - Movies / TV Ending Explanations and Recaps\n* [WhatsatMovie](https://whatsatmovie.com/), [Talpa](https://www.talpasearch.com/) or [What is My Movie?](https://www.whatismymovie.com/) - Find Movies via Descriptions\n* [Anime Skip](https://anime-skip.com/) - Auto Skip Anime Intros\n* [trace.moe](https://trace.moe/) - Anime Scene Reverse Image Search\n* [Anilinks](https://anilinks.neocities.org/) - Anime Related Site Index\n* [watch_order](https://www.reddit.com/r/anime/wiki/watch_order) or [Chiaki](https://chiaki.site/) - Anime Watch Orders\n* [unconsenting media](https://www.unconsentingmedia.org) - Database of Sexual Violence in Movies / Shows\n* [Bechdel Test](https://bechdeltest.com/) - Movie Bechdel Test Check\n* [Movie-Locations](https://www.movie-locations.com/), [MovieLoci](https://www.movieloci.com/), [AtlasOfWonders](https://www.atlasofwonders.com/), [WhereDidTheyFilmThat](https://www.wheredidtheyfilmthat.co.uk/) - Film Location Maps\n* [DramaWiki](https://wiki.d-addicts.com/), [KoreanDrama](https://www.koreandrama.org/) or [HanCinema](https://www.hancinema.net/) - Asian Drama Wikis\n* [Sprocket School](https://www.sprocketschool.org/) - Film Exhibition Wiki\n\n***\n\n## ▷ [Video Players / Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/video-tools)\n"
  },
  {
    "path": "flake.nix",
    "content": "{\n  inputs = {\n    nixpkgs.url = \"github:nixos/nixpkgs/nixpkgs-unstable\";\n  };\n  outputs = {nixpkgs, ...}: let\n    forAllSystems = f:\n      nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed (system: let\n        pkgs = nixpkgs.legacyPackages.${system};\n      in\n        f pkgs);\n  in {\n    packages = forAllSystems (pkgs: {\n      formatter = pkgs.alejandra;\n    });\n\n    devShells = forAllSystems (pkgs: {\n      default = pkgs.mkShell {\n        packages = with pkgs; [\n          nodejs\n          pnpm\n          git\n        ];\n      };\n    });\n  };\n}\n"
  },
  {
    "path": "nitro.config.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport nitroCloudflareBindings from 'nitro-cloudflare-dev'\nimport { defineNitroConfig } from 'nitropack/config'\n\nexport default defineNitroConfig({\n  modules: [nitroCloudflareBindings],\n  preset: 'cloudflare_module',\n  compatibilityDate: '2024-11-01',\n  runtimeConfig: {\n    WEBHOOK_URL: process.env.WEBHOOK_URL\n  },\n  srcDir: 'api/',\n  routeRules: {\n    '/': {\n      cors: false\n    }\n  }\n})\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"@fmhy/website\",\n  \"packageManager\": \"pnpm@10.12.2+sha256.07b2396c6c99a93b75b5f9ce22be9285c3b2533c49fec51b349d44798cf56b82\",\n  \"type\": \"module\",\n  \"engines\": {\n    \"node\": \">=25.2.1\"\n  },\n  \"scripts\": {\n    \"api:build\": \"nitropack build\",\n    \"api:deploy\": \"wrangler deploy\",\n    \"api:dev\": \"nitropack dev\",\n    \"api:prepare\": \"nitropack prepare\",\n    \"api:preview\": \"node .output/server/index.mjs\",\n    \"api:typegen\": \"wrangler types api/worker-configuration.d.ts\",\n    \"docs:build\": \"vitepress build docs/\",\n    \"docs:dev\": \"vitepress dev docs/\",\n    \"docs:preview\": \"vitepress preview docs/\",\n    \"format\": \"prettier -w --cache --check .\",\n    \"licenser\": \"deno run --allow-read jsr:@kt3k/license-checker@3.3.1/main\",\n    \"og:dev\": \"x-satori -t ./docs/.vitepress/hooks/Template.vue -c ./docs/.vitepress/hooks/satoriConfig.ts --dev\"\n  },\n  \"dependencies\": {\n    \"@fmhy/colors\": \"^0.0.11\",\n    \"@fmhy/components\": \"^0.0.3\",\n    \"@headlessui/vue\": \"^1.7.23\",\n    \"@resvg/resvg-js\": \"^2.6.2\",\n    \"@vueuse/core\": \"^14.2.1\",\n    \"@vueuse/integrations\": \"^14.2.1\",\n    \"consola\": \"^3.4.2\",\n    \"feed\": \"^5.2.0\",\n    \"itty-fetcher\": \"^1.0.10\",\n    \"mark.js\": \"^8.11.1\",\n    \"minisearch\": \"^7.2.0\",\n    \"nitro-cors\": \"^0.7.1\",\n    \"nitropack\": \"^2.13.1\",\n    \"nprogress\": \"^0.2.0\",\n    \"pathe\": \"^2.0.3\",\n    \"reka-ui\": \"^2.9.0\",\n    \"sharp\": \"^0.34.5\",\n    \"unocss\": \"66.6.4\",\n    \"vitepress\": \"^1.6.4\",\n    \"vue\": \"^3.5.29\",\n    \"x-satori\": \"^0.4.0\",\n    \"zod\": \"^4.3.6\"\n  },\n  \"devDependencies\": {\n    \"@cloudflare/workers-types\": \"^4.20260305.1\",\n    \"@ianvs/prettier-plugin-sort-imports\": \"^4.7.1\",\n    \"@iconify-json/carbon\": \"^1.2.19\",\n    \"@iconify-json/fluent\": \"^1.2.40\",\n    \"@iconify-json/fluent-mdl2\": \"^1.2.1\",\n    \"@iconify-json/gravity-ui\": \"^1.2.11\",\n    \"@iconify-json/heroicons-solid\": \"^1.2.1\",\n    \"@iconify-json/logos\": \"^1.2.10\",\n    \"@iconify-json/lucide\": \"^1.2.95\",\n    \"@iconify-json/material-symbols\": \"^1.2.59\",\n    \"@iconify-json/mdi\": \"^1.2.3\",\n    \"@iconify-json/ph\": \"^1.2.2\",\n    \"@iconify-json/qlementine-icons\": \"^1.2.14\",\n    \"@iconify-json/simple-icons\": \"^1.2.72\",\n    \"@iconify-json/twemoji\": \"^1.2.5\",\n    \"@iconify/utils\": \"^3.1.0\",\n    \"@types/node\": \"^25.3.3\",\n    \"@types/nprogress\": \"^0.2.3\",\n    \"@vue/compiler-sfc\": \"^3.5.29\",\n    \"floating-vue\": \"^5.2.2\",\n    \"nitro-cloudflare-dev\": \"^0.2.2\",\n    \"prettier\": \"^3.8.1\",\n    \"prettier-plugin-pkgsort\": \"^0.3.0\",\n    \"prettier-plugin-tailwindcss\": \"^0.7.2\",\n    \"sass\": \"^1.97.3\",\n    \"typescript\": \"^5.9.3\",\n    \"unplugin-auto-import\": \"^21.0.0\",\n    \"vite-plugin-optimize-exclude\": \"^0.0.1\",\n    \"vite-plugin-pwa\": \"^1.2.0\",\n    \"vite-plugin-terminal\": \"^1.4.0\",\n    \"wrangler\": \"^4.70.0\"\n  },\n  \"pnpm\": {\n    \"peerDependencyRules\": {\n      \"ignoreMissing\": [\n        \"@algolia/client-search\",\n        \"search-insights\"\n      ]\n    },\n    \"onlyBuiltDependencies\": [\n      \"@parcel/watcher\",\n      \"esbuild\",\n      \"sharp\",\n      \"vue-demi\",\n      \"workerd\"\n    ]\n  }\n}\n"
  },
  {
    "path": "pests-repellent/.editorconfig",
    "content": "# http://editorconfig.org\nroot = true\n\n[*]\nindent_style = tab\nend_of_line = lf\ncharset = utf-8\ntrim_trailing_whitespace = true\ninsert_final_newline = true\n\n[*.yml]\nindent_style = space\n"
  },
  {
    "path": "pests-repellent/.gitignore",
    "content": "# Logs\n\nlogs\n_.log\nnpm-debug.log_\nyarn-debug.log*\nyarn-error.log*\nlerna-debug.log*\n.pnpm-debug.log*\n\n# Diagnostic reports (https://nodejs.org/api/report.html)\n\nreport.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json\n\n# Runtime data\n\npids\n_.pid\n_.seed\n\\*.pid.lock\n\n# Directory for instrumented libs generated by jscoverage/JSCover\n\nlib-cov\n\n# Coverage directory used by tools like istanbul\n\ncoverage\n\\*.lcov\n\n# nyc test coverage\n\n.nyc_output\n\n# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)\n\n.grunt\n\n# Bower dependency directory (https://bower.io/)\n\nbower_components\n\n# node-waf configuration\n\n.lock-wscript\n\n# Compiled binary addons (https://nodejs.org/api/addons.html)\n\nbuild/Release\n\n# Dependency directories\n\nnode_modules/\njspm_packages/\n\n# Snowpack dependency directory (https://snowpack.dev/)\n\nweb_modules/\n\n# TypeScript cache\n\n\\*.tsbuildinfo\n\n# Optional npm cache directory\n\n.npm\n\n# Optional eslint cache\n\n.eslintcache\n\n# Optional stylelint cache\n\n.stylelintcache\n\n# Microbundle cache\n\n.rpt2_cache/\n.rts2_cache_cjs/\n.rts2_cache_es/\n.rts2_cache_umd/\n\n# Optional REPL history\n\n.node_repl_history\n\n# Output of 'npm pack'\n\n\\*.tgz\n\n# Yarn Integrity file\n\n.yarn-integrity\n\n# dotenv environment variable files\n\n.env\n.env.development.local\n.env.test.local\n.env.production.local\n.env.local\n\n# parcel-bundler cache (https://parceljs.org/)\n\n.cache\n.parcel-cache\n\n# Next.js build output\n\n.next\nout\n\n# Nuxt.js build / generate output\n\n.nuxt\ndist\n\n# Gatsby files\n\n.cache/\n\n# Comment in the public line in if your project uses Gatsby and not Next.js\n\n# https://nextjs.org/blog/next-9-1#public-directory-support\n\n# public\n\n# vuepress build output\n\n.vuepress/dist\n\n# vuepress v2.x temp and cache directory\n\n.temp\n.cache\n\n# Docusaurus cache and generated files\n\n.docusaurus\n\n# Serverless directories\n\n.serverless/\n\n# FuseBox cache\n\n.fusebox/\n\n# DynamoDB Local files\n\n.dynamodb/\n\n# TernJS port file\n\n.tern-port\n\n# Stores VSCode versions used for testing VSCode extensions\n\n.vscode-test\n\n# yarn v2\n\n.yarn/cache\n.yarn/unplugged\n.yarn/build-state.yml\n.yarn/install-state.gz\n.pnp.\\*\n\n# wrangler project\n\n.dev.vars\n.wrangler/\n"
  },
  {
    "path": "pests-repellent/.prettierrc",
    "content": "{\n\t\"printWidth\": 140,\n\t\"singleQuote\": true,\n\t\"semi\": true,\n\t\"useTabs\": true\n}\n"
  },
  {
    "path": "pests-repellent/.vscode/settings.json",
    "content": "{\n\t\"files.associations\": {\n\t\t\"wrangler.json\": \"jsonc\"\n\t}\n}\n"
  },
  {
    "path": "pests-repellent/package.json",
    "content": "{\n\t\"name\": \"pests-repellent\",\n\t\"version\": \"0.0.0\",\n\t\"private\": true,\n\t\"scripts\": {\n\t\t\"deploy\": \"wrangler deploy\",\n\t\t\"dev\": \"wrangler dev\",\n\t\t\"start\": \"wrangler dev\",\n\t\t\"test\": \"vitest\",\n\t\t\"cf-typegen\": \"wrangler types\"\n\t},\n\t\"devDependencies\": {\n\t\t\"@cloudflare/vitest-pool-workers\": \"^0.10.13\",\n\t\t\"typescript\": \"^5.9.3\",\n\t\t\"vitest\": \"~4.0.15\",\n\t\t\"wrangler\": \"^4.52.1\"\n\t}\n}\n"
  },
  {
    "path": "pests-repellent/src/index.ts",
    "content": "export default {\n\tasync fetch(request, env, ctx): Promise<Response> {\n\t\tconst url = new URL(request.url);\n\t\tconst referer = request.headers.get('referer') || '';\n\t\tconst secFetchSite = request.headers.get('sec-fetch-site') || '';\n\n\t\t// TODO: make this\n\n\t\t// const knownFakeDomains = [\"fakesite.example\", \"evilframe.net\"]\n\t\t// const isSuspicious = knownFakeDomains.some(domain => referer.includes(domain))\n\t\t//\n\t\tif (\n\t\t\t// isSuspicious ||\n\t\t\tsecFetchSite === 'cross-site'\n\t\t) {\n\t\t\treturn Response.redirect('https://fmhy.net', 302);\n\t\t}\n\n\t\tconst res = await fetch(request);\n\n\t\tconst modifiedHeaders = new Headers(res.headers);\n\t\tmodifiedHeaders.set('X-Frame-Options', 'DENY');\n\t\tmodifiedHeaders.set('Content-Security-Policy', \"frame-ancestors 'none'\");\n\n\t\treturn new Response(res.body, {\n\t\t\tstatus: res.status,\n\t\t\tstatusText: res.statusText,\n\t\t\theaders: modifiedHeaders,\n\t\t});\n\t},\n} satisfies ExportedHandler<Env>;\n"
  },
  {
    "path": "pests-repellent/test/env.d.ts",
    "content": "declare module 'cloudflare:test' {\n\tinterface ProvidedEnv extends Env {}\n}\n"
  },
  {
    "path": "pests-repellent/test/index.spec.ts",
    "content": "import { env, createExecutionContext, waitOnExecutionContext, SELF } from 'cloudflare:test';\nimport { describe, it, expect } from 'vitest';\nimport worker from '../src/index';\n\n// For now, you'll need to do something like this to get a correctly-typed\n// `Request` to pass to `worker.fetch()`.\nconst IncomingRequest = Request<unknown, IncomingRequestCfProperties>;\n\ndescribe('Hello World worker', () => {\n\tit('responds with Hello World! (unit style)', async () => {\n\t\tconst request = new IncomingRequest('http://example.com');\n\t\t// Create an empty context to pass to `worker.fetch()`.\n\t\tconst ctx = createExecutionContext();\n\t\tconst response = await worker.fetch(request, env, ctx);\n\t\t// Wait for all `Promise`s passed to `ctx.waitUntil()` to settle before running test assertions\n\t\tawait waitOnExecutionContext(ctx);\n\t\texpect(await response.text()).toMatchInlineSnapshot(`\n\t\t\t\"<!doctype html><html lang=\"en\"><head><title>Example Domain</title><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><style>body{background:#eee;width:60vw;margin:15vh auto;font-family:system-ui,sans-serif}h1{font-size:1.5em}div{opacity:0.8}a:link,a:visited{color:#348}</style><body><div><h1>Example Domain</h1><p>This domain is for use in documentation examples without needing permission. Avoid use in operations.<p><a href=\"https://iana.org/domains/example\">Learn more</a></div></body></html>\n\t\t\t\"\n\t\t`);\n\t});\n\n\tit('responds with Hello World! (integration style)', async () => {\n\t\tconst response = await SELF.fetch('https://example.com');\n\t\texpect(await response.text()).toMatchInlineSnapshot(`\n\t\t\t\"<!doctype html><html lang=\"en\"><head><title>Example Domain</title><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><style>body{background:#eee;width:60vw;margin:15vh auto;font-family:system-ui,sans-serif}h1{font-size:1.5em}div{opacity:0.8}a:link,a:visited{color:#348}</style><body><div><h1>Example Domain</h1><p>This domain is for use in documentation examples without needing permission. Avoid use in operations.<p><a href=\"https://iana.org/domains/example\">Learn more</a></div></body></html>\n\t\t\t\"\n\t\t`);\n\t});\n});\n"
  },
  {
    "path": "pests-repellent/test/tsconfig.json",
    "content": "{\n\t\"extends\": \"../tsconfig.json\",\n\t\"compilerOptions\": {\n\t\t\"types\": [\"@cloudflare/vitest-pool-workers\"]\n\t},\n\t\"include\": [\"./**/*.ts\", \"../worker-configuration.d.ts\"],\n\t\"exclude\": []\n}\n"
  },
  {
    "path": "pests-repellent/tsconfig.json",
    "content": "{\n\t\"compilerOptions\": {\n\t\t/* Visit https://aka.ms/tsconfig.json to read more about this file */\n\n\t\t/* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */\n\t\t\"target\": \"es2021\",\n\t\t/* Specify a set of bundled library declaration files that describe the target runtime environment. */\n\t\t\"lib\": [\"es2021\"],\n\t\t/* Specify what JSX code is generated. */\n\t\t\"jsx\": \"react-jsx\",\n\n\t\t/* Specify what module code is generated. */\n\t\t\"module\": \"es2022\",\n\t\t/* Specify how TypeScript looks up a file from a given module specifier. */\n\t\t\"moduleResolution\": \"Bundler\",\n\t\t/* Enable importing .json files */\n\t\t\"resolveJsonModule\": true,\n\n\t\t/* Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files. */\n\t\t\"allowJs\": true,\n\t\t/* Enable error reporting in type-checked JavaScript files. */\n\t\t\"checkJs\": false,\n\n\t\t/* Disable emitting files from a compilation. */\n\t\t\"noEmit\": true,\n\n\t\t/* Ensure that each file can be safely transpiled without relying on other imports. */\n\t\t\"isolatedModules\": true,\n\t\t/* Allow 'import x from y' when a module doesn't have a default export. */\n\t\t\"allowSyntheticDefaultImports\": true,\n\t\t/* Ensure that casing is correct in imports. */\n\t\t\"forceConsistentCasingInFileNames\": true,\n\n\t\t/* Enable all strict type-checking options. */\n\t\t\"strict\": true,\n\n\t\t/* Skip type checking all .d.ts files. */\n\t\t\"skipLibCheck\": true,\n\t\t\"types\": [\"./worker-configuration.d.ts\"]\n\t},\n\t\"exclude\": [\"test\"],\n\t\"include\": [\"worker-configuration.d.ts\", \"src/**/*.ts\"]\n}\n"
  },
  {
    "path": "pests-repellent/vitest.config.mts",
    "content": "import { defineWorkersConfig } from '@cloudflare/vitest-pool-workers/config';\n\nexport default defineWorkersConfig({\n\ttest: {\n\t\tpoolOptions: {\n\t\t\tworkers: {\n\t\t\t\twrangler: { configPath: './wrangler.jsonc' },\n\t\t\t},\n\t\t},\n\t},\n});\n"
  },
  {
    "path": "pests-repellent/worker-configuration.d.ts",
    "content": "/* eslint-disable */\n// Generated by Wrangler by running `wrangler types` (hash: 869ac3b4ce0f52ba3b2e0bc70c49089e)\n// Runtime types generated with workerd@1.20250617.0 2025-06-20\ndeclare namespace Cloudflare {\n\tinterface Env {}\n}\ninterface Env extends Cloudflare.Env {}\n\n// Begin runtime types\n/*! *****************************************************************************\nCopyright (c) Cloudflare. All rights reserved.\nCopyright (c) Microsoft Corporation. All rights reserved.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\nthis file except in compliance with the License. You may obtain a copy of the\nLicense at http://www.apache.org/licenses/LICENSE-2.0\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\nMERCHANTABLITY OR NON-INFRINGEMENT.\nSee the Apache Version 2.0 License for specific language governing permissions\nand limitations under the License.\n***************************************************************************** */\n/* eslint-disable */\n// noinspection JSUnusedGlobalSymbols\ndeclare var onmessage: never;\n/**\n * An abnormal event (called an exception) which occurs as a result of calling a method or accessing a property of a web API.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException)\n */\ndeclare class DOMException extends Error {\n\tconstructor(message?: string, name?: string);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/message) */\n\treadonly message: string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/name) */\n\treadonly name: string;\n\t/**\n\t * @deprecated\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/code)\n\t */\n\treadonly code: number;\n\tstatic readonly INDEX_SIZE_ERR: number;\n\tstatic readonly DOMSTRING_SIZE_ERR: number;\n\tstatic readonly HIERARCHY_REQUEST_ERR: number;\n\tstatic readonly WRONG_DOCUMENT_ERR: number;\n\tstatic readonly INVALID_CHARACTER_ERR: number;\n\tstatic readonly NO_DATA_ALLOWED_ERR: number;\n\tstatic readonly NO_MODIFICATION_ALLOWED_ERR: number;\n\tstatic readonly NOT_FOUND_ERR: number;\n\tstatic readonly NOT_SUPPORTED_ERR: number;\n\tstatic readonly INUSE_ATTRIBUTE_ERR: number;\n\tstatic readonly INVALID_STATE_ERR: number;\n\tstatic readonly SYNTAX_ERR: number;\n\tstatic readonly INVALID_MODIFICATION_ERR: number;\n\tstatic readonly NAMESPACE_ERR: number;\n\tstatic readonly INVALID_ACCESS_ERR: number;\n\tstatic readonly VALIDATION_ERR: number;\n\tstatic readonly TYPE_MISMATCH_ERR: number;\n\tstatic readonly SECURITY_ERR: number;\n\tstatic readonly NETWORK_ERR: number;\n\tstatic readonly ABORT_ERR: number;\n\tstatic readonly URL_MISMATCH_ERR: number;\n\tstatic readonly QUOTA_EXCEEDED_ERR: number;\n\tstatic readonly TIMEOUT_ERR: number;\n\tstatic readonly INVALID_NODE_TYPE_ERR: number;\n\tstatic readonly DATA_CLONE_ERR: number;\n\tget stack(): any;\n\tset stack(value: any);\n}\ntype WorkerGlobalScopeEventMap = {\n\tfetch: FetchEvent;\n\tscheduled: ScheduledEvent;\n\tqueue: QueueEvent;\n\tunhandledrejection: PromiseRejectionEvent;\n\trejectionhandled: PromiseRejectionEvent;\n};\ndeclare abstract class WorkerGlobalScope extends EventTarget<WorkerGlobalScopeEventMap> {\n\tEventTarget: typeof EventTarget;\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console) */\ninterface Console {\n\t'assert'(condition?: boolean, ...data: any[]): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/clear_static) */\n\tclear(): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/count_static) */\n\tcount(label?: string): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/countReset_static) */\n\tcountReset(label?: string): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug_static) */\n\tdebug(...data: any[]): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dir_static) */\n\tdir(item?: any, options?: any): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dirxml_static) */\n\tdirxml(...data: any[]): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/error_static) */\n\terror(...data: any[]): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/group_static) */\n\tgroup(...data: any[]): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupCollapsed_static) */\n\tgroupCollapsed(...data: any[]): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupEnd_static) */\n\tgroupEnd(): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/info_static) */\n\tinfo(...data: any[]): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log_static) */\n\tlog(...data: any[]): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/table_static) */\n\ttable(tabularData?: any, properties?: string[]): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/time_static) */\n\ttime(label?: string): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeEnd_static) */\n\ttimeEnd(label?: string): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeLog_static) */\n\ttimeLog(label?: string, ...data: any[]): void;\n\ttimeStamp(label?: string): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/trace_static) */\n\ttrace(...data: any[]): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/warn_static) */\n\twarn(...data: any[]): void;\n}\ndeclare const console: Console;\ntype BufferSource = ArrayBufferView | ArrayBuffer;\ntype TypedArray =\n\t| Int8Array\n\t| Uint8Array\n\t| Uint8ClampedArray\n\t| Int16Array\n\t| Uint16Array\n\t| Int32Array\n\t| Uint32Array\n\t| Float32Array\n\t| Float64Array\n\t| BigInt64Array\n\t| BigUint64Array;\ndeclare namespace WebAssembly {\n\tclass CompileError extends Error {\n\t\tconstructor(message?: string);\n\t}\n\tclass RuntimeError extends Error {\n\t\tconstructor(message?: string);\n\t}\n\ttype ValueType = 'anyfunc' | 'externref' | 'f32' | 'f64' | 'i32' | 'i64' | 'v128';\n\tinterface GlobalDescriptor {\n\t\tvalue: ValueType;\n\t\tmutable?: boolean;\n\t}\n\tclass Global {\n\t\tconstructor(descriptor: GlobalDescriptor, value?: any);\n\t\tvalue: any;\n\t\tvalueOf(): any;\n\t}\n\ttype ImportValue = ExportValue | number;\n\ttype ModuleImports = Record<string, ImportValue>;\n\ttype Imports = Record<string, ModuleImports>;\n\ttype ExportValue = Function | Global | Memory | Table;\n\ttype Exports = Record<string, ExportValue>;\n\tclass Instance {\n\t\tconstructor(module: Module, imports?: Imports);\n\t\treadonly exports: Exports;\n\t}\n\tinterface MemoryDescriptor {\n\t\tinitial: number;\n\t\tmaximum?: number;\n\t\tshared?: boolean;\n\t}\n\tclass Memory {\n\t\tconstructor(descriptor: MemoryDescriptor);\n\t\treadonly buffer: ArrayBuffer;\n\t\tgrow(delta: number): number;\n\t}\n\ttype ImportExportKind = 'function' | 'global' | 'memory' | 'table';\n\tinterface ModuleExportDescriptor {\n\t\tkind: ImportExportKind;\n\t\tname: string;\n\t}\n\tinterface ModuleImportDescriptor {\n\t\tkind: ImportExportKind;\n\t\tmodule: string;\n\t\tname: string;\n\t}\n\tabstract class Module {\n\t\tstatic customSections(module: Module, sectionName: string): ArrayBuffer[];\n\t\tstatic exports(module: Module): ModuleExportDescriptor[];\n\t\tstatic imports(module: Module): ModuleImportDescriptor[];\n\t}\n\ttype TableKind = 'anyfunc' | 'externref';\n\tinterface TableDescriptor {\n\t\telement: TableKind;\n\t\tinitial: number;\n\t\tmaximum?: number;\n\t}\n\tclass Table {\n\t\tconstructor(descriptor: TableDescriptor, value?: any);\n\t\treadonly length: number;\n\t\tget(index: number): any;\n\t\tgrow(delta: number, value?: any): number;\n\t\tset(index: number, value?: any): void;\n\t}\n\tfunction instantiate(module: Module, imports?: Imports): Promise<Instance>;\n\tfunction validate(bytes: BufferSource): boolean;\n}\n/**\n * This ServiceWorker API interface represents the global execution context of a service worker.\n * Available only in secure contexts.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope)\n */\ninterface ServiceWorkerGlobalScope extends WorkerGlobalScope {\n\tDOMException: typeof DOMException;\n\tWorkerGlobalScope: typeof WorkerGlobalScope;\n\tbtoa(data: string): string;\n\tatob(data: string): string;\n\tsetTimeout(callback: (...args: any[]) => void, msDelay?: number): number;\n\tsetTimeout<Args extends any[]>(callback: (...args: Args) => void, msDelay?: number, ...args: Args): number;\n\tclearTimeout(timeoutId: number | null): void;\n\tsetInterval(callback: (...args: any[]) => void, msDelay?: number): number;\n\tsetInterval<Args extends any[]>(callback: (...args: Args) => void, msDelay?: number, ...args: Args): number;\n\tclearInterval(timeoutId: number | null): void;\n\tqueueMicrotask(task: Function): void;\n\tstructuredClone<T>(value: T, options?: StructuredSerializeOptions): T;\n\treportError(error: any): void;\n\tfetch(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>): Promise<Response>;\n\tself: ServiceWorkerGlobalScope;\n\tcrypto: Crypto;\n\tcaches: CacheStorage;\n\tscheduler: Scheduler;\n\tperformance: Performance;\n\tCloudflare: Cloudflare;\n\treadonly origin: string;\n\tEvent: typeof Event;\n\tExtendableEvent: typeof ExtendableEvent;\n\tCustomEvent: typeof CustomEvent;\n\tPromiseRejectionEvent: typeof PromiseRejectionEvent;\n\tFetchEvent: typeof FetchEvent;\n\tTailEvent: typeof TailEvent;\n\tTraceEvent: typeof TailEvent;\n\tScheduledEvent: typeof ScheduledEvent;\n\tMessageEvent: typeof MessageEvent;\n\tCloseEvent: typeof CloseEvent;\n\tReadableStreamDefaultReader: typeof ReadableStreamDefaultReader;\n\tReadableStreamBYOBReader: typeof ReadableStreamBYOBReader;\n\tReadableStream: typeof ReadableStream;\n\tWritableStream: typeof WritableStream;\n\tWritableStreamDefaultWriter: typeof WritableStreamDefaultWriter;\n\tTransformStream: typeof TransformStream;\n\tByteLengthQueuingStrategy: typeof ByteLengthQueuingStrategy;\n\tCountQueuingStrategy: typeof CountQueuingStrategy;\n\tErrorEvent: typeof ErrorEvent;\n\tEventSource: typeof EventSource;\n\tReadableStreamBYOBRequest: typeof ReadableStreamBYOBRequest;\n\tReadableStreamDefaultController: typeof ReadableStreamDefaultController;\n\tReadableByteStreamController: typeof ReadableByteStreamController;\n\tWritableStreamDefaultController: typeof WritableStreamDefaultController;\n\tTransformStreamDefaultController: typeof TransformStreamDefaultController;\n\tCompressionStream: typeof CompressionStream;\n\tDecompressionStream: typeof DecompressionStream;\n\tTextEncoderStream: typeof TextEncoderStream;\n\tTextDecoderStream: typeof TextDecoderStream;\n\tHeaders: typeof Headers;\n\tBody: typeof Body;\n\tRequest: typeof Request;\n\tResponse: typeof Response;\n\tWebSocket: typeof WebSocket;\n\tWebSocketPair: typeof WebSocketPair;\n\tWebSocketRequestResponsePair: typeof WebSocketRequestResponsePair;\n\tAbortController: typeof AbortController;\n\tAbortSignal: typeof AbortSignal;\n\tTextDecoder: typeof TextDecoder;\n\tTextEncoder: typeof TextEncoder;\n\tnavigator: Navigator;\n\tNavigator: typeof Navigator;\n\tURL: typeof URL;\n\tURLSearchParams: typeof URLSearchParams;\n\tURLPattern: typeof URLPattern;\n\tBlob: typeof Blob;\n\tFile: typeof File;\n\tFormData: typeof FormData;\n\tCrypto: typeof Crypto;\n\tSubtleCrypto: typeof SubtleCrypto;\n\tCryptoKey: typeof CryptoKey;\n\tCacheStorage: typeof CacheStorage;\n\tCache: typeof Cache;\n\tFixedLengthStream: typeof FixedLengthStream;\n\tIdentityTransformStream: typeof IdentityTransformStream;\n\tHTMLRewriter: typeof HTMLRewriter;\n}\ndeclare function addEventListener<Type extends keyof WorkerGlobalScopeEventMap>(\n\ttype: Type,\n\thandler: EventListenerOrEventListenerObject<WorkerGlobalScopeEventMap[Type]>,\n\toptions?: EventTargetAddEventListenerOptions | boolean,\n): void;\ndeclare function removeEventListener<Type extends keyof WorkerGlobalScopeEventMap>(\n\ttype: Type,\n\thandler: EventListenerOrEventListenerObject<WorkerGlobalScopeEventMap[Type]>,\n\toptions?: EventTargetEventListenerOptions | boolean,\n): void;\n/**\n * Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)\n */\ndeclare function dispatchEvent(event: WorkerGlobalScopeEventMap[keyof WorkerGlobalScopeEventMap]): boolean;\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/btoa) */\ndeclare function btoa(data: string): string;\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/atob) */\ndeclare function atob(data: string): string;\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/setTimeout) */\ndeclare function setTimeout(callback: (...args: any[]) => void, msDelay?: number): number;\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/setTimeout) */\ndeclare function setTimeout<Args extends any[]>(callback: (...args: Args) => void, msDelay?: number, ...args: Args): number;\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/clearTimeout) */\ndeclare function clearTimeout(timeoutId: number | null): void;\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/setInterval) */\ndeclare function setInterval(callback: (...args: any[]) => void, msDelay?: number): number;\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/setInterval) */\ndeclare function setInterval<Args extends any[]>(callback: (...args: Args) => void, msDelay?: number, ...args: Args): number;\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/clearInterval) */\ndeclare function clearInterval(timeoutId: number | null): void;\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/queueMicrotask) */\ndeclare function queueMicrotask(task: Function): void;\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/structuredClone) */\ndeclare function structuredClone<T>(value: T, options?: StructuredSerializeOptions): T;\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/reportError) */\ndeclare function reportError(error: any): void;\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/fetch) */\ndeclare function fetch(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>): Promise<Response>;\ndeclare const self: ServiceWorkerGlobalScope;\n/**\n * The Web Crypto API provides a set of low-level functions for common cryptographic tasks.\n * The Workers runtime implements the full surface of this API, but with some differences in\n * the [supported algorithms](https://developers.cloudflare.com/workers/runtime-apis/web-crypto/#supported-algorithms)\n * compared to those implemented in most browsers.\n *\n * [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/web-crypto/)\n */\ndeclare const crypto: Crypto;\n/**\n * The Cache API allows fine grained control of reading and writing from the Cloudflare global network cache.\n *\n * [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/cache/)\n */\ndeclare const caches: CacheStorage;\ndeclare const scheduler: Scheduler;\n/**\n * The Workers runtime supports a subset of the Performance API, used to measure timing and performance,\n * as well as timing of subrequests and other operations.\n *\n * [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/performance/)\n */\ndeclare const performance: Performance;\ndeclare const Cloudflare: Cloudflare;\ndeclare const origin: string;\ndeclare const navigator: Navigator;\ninterface TestController {}\ninterface ExecutionContext {\n\twaitUntil(promise: Promise<any>): void;\n\tpassThroughOnException(): void;\n\tprops: any;\n}\ntype ExportedHandlerFetchHandler<Env = unknown, CfHostMetadata = unknown> = (\n\trequest: Request<CfHostMetadata, IncomingRequestCfProperties<CfHostMetadata>>,\n\tenv: Env,\n\tctx: ExecutionContext,\n) => Response | Promise<Response>;\ntype ExportedHandlerTailHandler<Env = unknown> = (events: TraceItem[], env: Env, ctx: ExecutionContext) => void | Promise<void>;\ntype ExportedHandlerTraceHandler<Env = unknown> = (traces: TraceItem[], env: Env, ctx: ExecutionContext) => void | Promise<void>;\ntype ExportedHandlerTailStreamHandler<Env = unknown> = (\n\tevent: TailStream.TailEvent,\n\tenv: Env,\n\tctx: ExecutionContext,\n) => TailStream.TailEventHandlerType | Promise<TailStream.TailEventHandlerType>;\ntype ExportedHandlerScheduledHandler<Env = unknown> = (\n\tcontroller: ScheduledController,\n\tenv: Env,\n\tctx: ExecutionContext,\n) => void | Promise<void>;\ntype ExportedHandlerQueueHandler<Env = unknown, Message = unknown> = (\n\tbatch: MessageBatch<Message>,\n\tenv: Env,\n\tctx: ExecutionContext,\n) => void | Promise<void>;\ntype ExportedHandlerTestHandler<Env = unknown> = (controller: TestController, env: Env, ctx: ExecutionContext) => void | Promise<void>;\ninterface ExportedHandler<Env = unknown, QueueHandlerMessage = unknown, CfHostMetadata = unknown> {\n\tfetch?: ExportedHandlerFetchHandler<Env, CfHostMetadata>;\n\ttail?: ExportedHandlerTailHandler<Env>;\n\ttrace?: ExportedHandlerTraceHandler<Env>;\n\ttailStream?: ExportedHandlerTailStreamHandler<Env>;\n\tscheduled?: ExportedHandlerScheduledHandler<Env>;\n\ttest?: ExportedHandlerTestHandler<Env>;\n\temail?: EmailExportedHandler<Env>;\n\tqueue?: ExportedHandlerQueueHandler<Env, QueueHandlerMessage>;\n}\ninterface StructuredSerializeOptions {\n\ttransfer?: any[];\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PromiseRejectionEvent) */\ndeclare abstract class PromiseRejectionEvent extends Event {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PromiseRejectionEvent/promise) */\n\treadonly promise: Promise<any>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PromiseRejectionEvent/reason) */\n\treadonly reason: any;\n}\ndeclare abstract class Navigator {\n\tsendBeacon(\n\t\turl: string,\n\t\tbody?: ReadableStream | string | (ArrayBuffer | ArrayBufferView) | Blob | FormData | URLSearchParams | URLSearchParams,\n\t): boolean;\n\treadonly userAgent: string;\n\treadonly hardwareConcurrency: number;\n\treadonly language: string;\n\treadonly languages: string[];\n}\n/**\n * The Workers runtime supports a subset of the Performance API, used to measure timing and performance,\n * as well as timing of subrequests and other operations.\n *\n * [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/performance/)\n */\ninterface Performance {\n\t/* [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/performance/#performancetimeorigin) */\n\treadonly timeOrigin: number;\n\t/* [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/performance/#performancenow) */\n\tnow(): number;\n}\ninterface AlarmInvocationInfo {\n\treadonly isRetry: boolean;\n\treadonly retryCount: number;\n}\ninterface Cloudflare {\n\treadonly compatibilityFlags: Record<string, boolean>;\n}\ninterface DurableObject {\n\tfetch(request: Request): Response | Promise<Response>;\n\talarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>;\n\twebSocketMessage?(ws: WebSocket, message: string | ArrayBuffer): void | Promise<void>;\n\twebSocketClose?(ws: WebSocket, code: number, reason: string, wasClean: boolean): void | Promise<void>;\n\twebSocketError?(ws: WebSocket, error: unknown): void | Promise<void>;\n}\ntype DurableObjectStub<T extends Rpc.DurableObjectBranded | undefined = undefined> = Fetcher<\n\tT,\n\t'alarm' | 'webSocketMessage' | 'webSocketClose' | 'webSocketError'\n> & {\n\treadonly id: DurableObjectId;\n\treadonly name?: string;\n};\ninterface DurableObjectId {\n\ttoString(): string;\n\tequals(other: DurableObjectId): boolean;\n\treadonly name?: string;\n}\ninterface DurableObjectNamespace<T extends Rpc.DurableObjectBranded | undefined = undefined> {\n\tnewUniqueId(options?: DurableObjectNamespaceNewUniqueIdOptions): DurableObjectId;\n\tidFromName(name: string): DurableObjectId;\n\tidFromString(id: string): DurableObjectId;\n\tget(id: DurableObjectId, options?: DurableObjectNamespaceGetDurableObjectOptions): DurableObjectStub<T>;\n\tjurisdiction(jurisdiction: DurableObjectJurisdiction): DurableObjectNamespace<T>;\n}\ntype DurableObjectJurisdiction = 'eu' | 'fedramp' | 'fedramp-high';\ninterface DurableObjectNamespaceNewUniqueIdOptions {\n\tjurisdiction?: DurableObjectJurisdiction;\n}\ntype DurableObjectLocationHint = 'wnam' | 'enam' | 'sam' | 'weur' | 'eeur' | 'apac' | 'oc' | 'afr' | 'me';\ninterface DurableObjectNamespaceGetDurableObjectOptions {\n\tlocationHint?: DurableObjectLocationHint;\n}\ninterface DurableObjectState {\n\twaitUntil(promise: Promise<any>): void;\n\treadonly id: DurableObjectId;\n\treadonly storage: DurableObjectStorage;\n\tcontainer?: Container;\n\tblockConcurrencyWhile<T>(callback: () => Promise<T>): Promise<T>;\n\tacceptWebSocket(ws: WebSocket, tags?: string[]): void;\n\tgetWebSockets(tag?: string): WebSocket[];\n\tsetWebSocketAutoResponse(maybeReqResp?: WebSocketRequestResponsePair): void;\n\tgetWebSocketAutoResponse(): WebSocketRequestResponsePair | null;\n\tgetWebSocketAutoResponseTimestamp(ws: WebSocket): Date | null;\n\tsetHibernatableWebSocketEventTimeout(timeoutMs?: number): void;\n\tgetHibernatableWebSocketEventTimeout(): number | null;\n\tgetTags(ws: WebSocket): string[];\n\tabort(reason?: string): void;\n}\ninterface DurableObjectTransaction {\n\tget<T = unknown>(key: string, options?: DurableObjectGetOptions): Promise<T | undefined>;\n\tget<T = unknown>(keys: string[], options?: DurableObjectGetOptions): Promise<Map<string, T>>;\n\tlist<T = unknown>(options?: DurableObjectListOptions): Promise<Map<string, T>>;\n\tput<T>(key: string, value: T, options?: DurableObjectPutOptions): Promise<void>;\n\tput<T>(entries: Record<string, T>, options?: DurableObjectPutOptions): Promise<void>;\n\tdelete(key: string, options?: DurableObjectPutOptions): Promise<boolean>;\n\tdelete(keys: string[], options?: DurableObjectPutOptions): Promise<number>;\n\trollback(): void;\n\tgetAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>;\n\tsetAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>;\n\tdeleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;\n}\ninterface DurableObjectStorage {\n\tget<T = unknown>(key: string, options?: DurableObjectGetOptions): Promise<T | undefined>;\n\tget<T = unknown>(keys: string[], options?: DurableObjectGetOptions): Promise<Map<string, T>>;\n\tlist<T = unknown>(options?: DurableObjectListOptions): Promise<Map<string, T>>;\n\tput<T>(key: string, value: T, options?: DurableObjectPutOptions): Promise<void>;\n\tput<T>(entries: Record<string, T>, options?: DurableObjectPutOptions): Promise<void>;\n\tdelete(key: string, options?: DurableObjectPutOptions): Promise<boolean>;\n\tdelete(keys: string[], options?: DurableObjectPutOptions): Promise<number>;\n\tdeleteAll(options?: DurableObjectPutOptions): Promise<void>;\n\ttransaction<T>(closure: (txn: DurableObjectTransaction) => Promise<T>): Promise<T>;\n\tgetAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>;\n\tsetAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>;\n\tdeleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>;\n\tsync(): Promise<void>;\n\tsql: SqlStorage;\n\ttransactionSync<T>(closure: () => T): T;\n\tgetCurrentBookmark(): Promise<string>;\n\tgetBookmarkForTime(timestamp: number | Date): Promise<string>;\n\tonNextSessionRestoreBookmark(bookmark: string): Promise<string>;\n}\ninterface DurableObjectListOptions {\n\tstart?: string;\n\tstartAfter?: string;\n\tend?: string;\n\tprefix?: string;\n\treverse?: boolean;\n\tlimit?: number;\n\tallowConcurrency?: boolean;\n\tnoCache?: boolean;\n}\ninterface DurableObjectGetOptions {\n\tallowConcurrency?: boolean;\n\tnoCache?: boolean;\n}\ninterface DurableObjectGetAlarmOptions {\n\tallowConcurrency?: boolean;\n}\ninterface DurableObjectPutOptions {\n\tallowConcurrency?: boolean;\n\tallowUnconfirmed?: boolean;\n\tnoCache?: boolean;\n}\ninterface DurableObjectSetAlarmOptions {\n\tallowConcurrency?: boolean;\n\tallowUnconfirmed?: boolean;\n}\ndeclare class WebSocketRequestResponsePair {\n\tconstructor(request: string, response: string);\n\tget request(): string;\n\tget response(): string;\n}\ninterface AnalyticsEngineDataset {\n\twriteDataPoint(event?: AnalyticsEngineDataPoint): void;\n}\ninterface AnalyticsEngineDataPoint {\n\tindexes?: ((ArrayBuffer | string) | null)[];\n\tdoubles?: number[];\n\tblobs?: ((ArrayBuffer | string) | null)[];\n}\n/**\n * An event which takes place in the DOM.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event)\n */\ndeclare class Event {\n\tconstructor(type: string, init?: EventInit);\n\t/**\n\t * Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)\n\t */\n\tget type(): string;\n\t/**\n\t * Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)\n\t */\n\tget eventPhase(): number;\n\t/**\n\t * Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)\n\t */\n\tget composed(): boolean;\n\t/**\n\t * Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)\n\t */\n\tget bubbles(): boolean;\n\t/**\n\t * Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)\n\t */\n\tget cancelable(): boolean;\n\t/**\n\t * Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)\n\t */\n\tget defaultPrevented(): boolean;\n\t/**\n\t * @deprecated\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)\n\t */\n\tget returnValue(): boolean;\n\t/**\n\t * Returns the object whose event listener's callback is currently being invoked.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)\n\t */\n\tget currentTarget(): EventTarget | undefined;\n\t/**\n\t * Returns the object to which event is dispatched (its target).\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)\n\t */\n\tget target(): EventTarget | undefined;\n\t/**\n\t * @deprecated\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)\n\t */\n\tget srcElement(): EventTarget | undefined;\n\t/**\n\t * Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)\n\t */\n\tget timeStamp(): number;\n\t/**\n\t * Returns true if event was dispatched by the user agent, and false otherwise.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)\n\t */\n\tget isTrusted(): boolean;\n\t/**\n\t * @deprecated\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)\n\t */\n\tget cancelBubble(): boolean;\n\t/**\n\t * @deprecated\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)\n\t */\n\tset cancelBubble(value: boolean);\n\t/**\n\t * Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)\n\t */\n\tstopImmediatePropagation(): void;\n\t/**\n\t * If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)\n\t */\n\tpreventDefault(): void;\n\t/**\n\t * When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)\n\t */\n\tstopPropagation(): void;\n\t/**\n\t * Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)\n\t */\n\tcomposedPath(): EventTarget[];\n\tstatic readonly NONE: number;\n\tstatic readonly CAPTURING_PHASE: number;\n\tstatic readonly AT_TARGET: number;\n\tstatic readonly BUBBLING_PHASE: number;\n}\ninterface EventInit {\n\tbubbles?: boolean;\n\tcancelable?: boolean;\n\tcomposed?: boolean;\n}\ntype EventListener<EventType extends Event = Event> = (event: EventType) => void;\ninterface EventListenerObject<EventType extends Event = Event> {\n\thandleEvent(event: EventType): void;\n}\ntype EventListenerOrEventListenerObject<EventType extends Event = Event> = EventListener<EventType> | EventListenerObject<EventType>;\n/**\n * EventTarget is a DOM interface implemented by objects that can receive events and may have listeners for them.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget)\n */\ndeclare class EventTarget<EventMap extends Record<string, Event> = Record<string, Event>> {\n\tconstructor();\n\t/**\n\t * Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\t *\n\t * The options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\t *\n\t * When set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\t *\n\t * When set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\t *\n\t * When set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\t *\n\t * If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\t *\n\t * The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)\n\t */\n\taddEventListener<Type extends keyof EventMap>(\n\t\ttype: Type,\n\t\thandler: EventListenerOrEventListenerObject<EventMap[Type]>,\n\t\toptions?: EventTargetAddEventListenerOptions | boolean,\n\t): void;\n\t/**\n\t * Removes the event listener in target's event listener list with the same type, callback, and options.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)\n\t */\n\tremoveEventListener<Type extends keyof EventMap>(\n\t\ttype: Type,\n\t\thandler: EventListenerOrEventListenerObject<EventMap[Type]>,\n\t\toptions?: EventTargetEventListenerOptions | boolean,\n\t): void;\n\t/**\n\t * Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)\n\t */\n\tdispatchEvent(event: EventMap[keyof EventMap]): boolean;\n}\ninterface EventTargetEventListenerOptions {\n\tcapture?: boolean;\n}\ninterface EventTargetAddEventListenerOptions {\n\tcapture?: boolean;\n\tpassive?: boolean;\n\tonce?: boolean;\n\tsignal?: AbortSignal;\n}\ninterface EventTargetHandlerObject {\n\thandleEvent: (event: Event) => any | undefined;\n}\n/**\n * A controller object that allows you to abort one or more DOM requests as and when desired.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortController)\n */\ndeclare class AbortController {\n\tconstructor();\n\t/**\n\t * Returns the AbortSignal object associated with this object.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortController/signal)\n\t */\n\tget signal(): AbortSignal;\n\t/**\n\t * Invoking this method will set this object's AbortSignal's aborted flag and signal to any observers that the associated activity is to be aborted.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortController/abort)\n\t */\n\tabort(reason?: any): void;\n}\n/**\n * A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal)\n */\ndeclare abstract class AbortSignal extends EventTarget {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_static) */\n\tstatic abort(reason?: any): AbortSignal;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/timeout_static) */\n\tstatic timeout(delay: number): AbortSignal;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/any_static) */\n\tstatic any(signals: AbortSignal[]): AbortSignal;\n\t/**\n\t * Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/aborted)\n\t */\n\tget aborted(): boolean;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/reason) */\n\tget reason(): any;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_event) */\n\tget onabort(): any | null;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_event) */\n\tset onabort(value: any | null);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/throwIfAborted) */\n\tthrowIfAborted(): void;\n}\ninterface Scheduler {\n\twait(delay: number, maybeOptions?: SchedulerWaitOptions): Promise<void>;\n}\ninterface SchedulerWaitOptions {\n\tsignal?: AbortSignal;\n}\n/**\n * Extends the lifetime of the install and activate events dispatched on the global scope as part of the service worker lifecycle. This ensures that any functional events (like FetchEvent) are not dispatched until it upgrades database schemas and deletes the outdated cache entries.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ExtendableEvent)\n */\ndeclare abstract class ExtendableEvent extends Event {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ExtendableEvent/waitUntil) */\n\twaitUntil(promise: Promise<any>): void;\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomEvent) */\ndeclare class CustomEvent<T = any> extends Event {\n\tconstructor(type: string, init?: CustomEventCustomEventInit);\n\t/**\n\t * Returns any custom data event was created with. Typically used for synthetic events.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomEvent/detail)\n\t */\n\tget detail(): T;\n}\ninterface CustomEventCustomEventInit {\n\tbubbles?: boolean;\n\tcancelable?: boolean;\n\tcomposed?: boolean;\n\tdetail?: any;\n}\n/**\n * A file-like object of immutable, raw data. Blobs represent data that isn't necessarily in a JavaScript-native format. The File interface is based on Blob, inheriting blob functionality and expanding it to support files on the user's system.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob)\n */\ndeclare class Blob {\n\tconstructor(type?: ((ArrayBuffer | ArrayBufferView) | string | Blob)[], options?: BlobOptions);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/size) */\n\tget size(): number;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/type) */\n\tget type(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/slice) */\n\tslice(start?: number, end?: number, type?: string): Blob;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/arrayBuffer) */\n\tarrayBuffer(): Promise<ArrayBuffer>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/bytes) */\n\tbytes(): Promise<Uint8Array>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/text) */\n\ttext(): Promise<string>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/stream) */\n\tstream(): ReadableStream;\n}\ninterface BlobOptions {\n\ttype?: string;\n}\n/**\n * Provides information about files and allows JavaScript in a web page to access their content.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/File)\n */\ndeclare class File extends Blob {\n\tconstructor(bits: ((ArrayBuffer | ArrayBufferView) | string | Blob)[] | undefined, name: string, options?: FileOptions);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/File/name) */\n\tget name(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/File/lastModified) */\n\tget lastModified(): number;\n}\ninterface FileOptions {\n\ttype?: string;\n\tlastModified?: number;\n}\n/**\n * The Cache API allows fine grained control of reading and writing from the Cloudflare global network cache.\n *\n * [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/cache/)\n */\ndeclare abstract class CacheStorage {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CacheStorage/open) */\n\topen(cacheName: string): Promise<Cache>;\n\treadonly default: Cache;\n}\n/**\n * The Cache API allows fine grained control of reading and writing from the Cloudflare global network cache.\n *\n * [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/cache/)\n */\ndeclare abstract class Cache {\n\t/* [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/cache/#delete) */\n\tdelete(request: RequestInfo | URL, options?: CacheQueryOptions): Promise<boolean>;\n\t/* [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/cache/#match) */\n\tmatch(request: RequestInfo | URL, options?: CacheQueryOptions): Promise<Response | undefined>;\n\t/* [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/cache/#put) */\n\tput(request: RequestInfo | URL, response: Response): Promise<void>;\n}\ninterface CacheQueryOptions {\n\tignoreMethod?: boolean;\n}\n/**\n * The Web Crypto API provides a set of low-level functions for common cryptographic tasks.\n * The Workers runtime implements the full surface of this API, but with some differences in\n * the [supported algorithms](https://developers.cloudflare.com/workers/runtime-apis/web-crypto/#supported-algorithms)\n * compared to those implemented in most browsers.\n *\n * [Cloudflare Docs Reference](https://developers.cloudflare.com/workers/runtime-apis/web-crypto/)\n */\ndeclare abstract class Crypto {\n\t/**\n\t * Available only in secure contexts.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Crypto/subtle)\n\t */\n\tget subtle(): SubtleCrypto;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Crypto/getRandomValues) */\n\tgetRandomValues<T extends Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | BigInt64Array | BigUint64Array>(\n\t\tbuffer: T,\n\t): T;\n\t/**\n\t * Available only in secure contexts.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Crypto/randomUUID)\n\t */\n\trandomUUID(): string;\n\tDigestStream: typeof DigestStream;\n}\n/**\n * This Web Crypto API interface provides a number of low-level cryptographic functions. It is accessed via the Crypto.subtle properties available in a window context (via Window.crypto).\n * Available only in secure contexts.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto)\n */\ndeclare abstract class SubtleCrypto {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/encrypt) */\n\tencrypt(algorithm: string | SubtleCryptoEncryptAlgorithm, key: CryptoKey, plainText: ArrayBuffer | ArrayBufferView): Promise<ArrayBuffer>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/decrypt) */\n\tdecrypt(\n\t\talgorithm: string | SubtleCryptoEncryptAlgorithm,\n\t\tkey: CryptoKey,\n\t\tcipherText: ArrayBuffer | ArrayBufferView,\n\t): Promise<ArrayBuffer>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/sign) */\n\tsign(algorithm: string | SubtleCryptoSignAlgorithm, key: CryptoKey, data: ArrayBuffer | ArrayBufferView): Promise<ArrayBuffer>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/verify) */\n\tverify(\n\t\talgorithm: string | SubtleCryptoSignAlgorithm,\n\t\tkey: CryptoKey,\n\t\tsignature: ArrayBuffer | ArrayBufferView,\n\t\tdata: ArrayBuffer | ArrayBufferView,\n\t): Promise<boolean>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/digest) */\n\tdigest(algorithm: string | SubtleCryptoHashAlgorithm, data: ArrayBuffer | ArrayBufferView): Promise<ArrayBuffer>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/generateKey) */\n\tgenerateKey(\n\t\talgorithm: string | SubtleCryptoGenerateKeyAlgorithm,\n\t\textractable: boolean,\n\t\tkeyUsages: string[],\n\t): Promise<CryptoKey | CryptoKeyPair>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/deriveKey) */\n\tderiveKey(\n\t\talgorithm: string | SubtleCryptoDeriveKeyAlgorithm,\n\t\tbaseKey: CryptoKey,\n\t\tderivedKeyAlgorithm: string | SubtleCryptoImportKeyAlgorithm,\n\t\textractable: boolean,\n\t\tkeyUsages: string[],\n\t): Promise<CryptoKey>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/deriveBits) */\n\tderiveBits(algorithm: string | SubtleCryptoDeriveKeyAlgorithm, baseKey: CryptoKey, length?: number | null): Promise<ArrayBuffer>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/importKey) */\n\timportKey(\n\t\tformat: string,\n\t\tkeyData: (ArrayBuffer | ArrayBufferView) | JsonWebKey,\n\t\talgorithm: string | SubtleCryptoImportKeyAlgorithm,\n\t\textractable: boolean,\n\t\tkeyUsages: string[],\n\t): Promise<CryptoKey>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/exportKey) */\n\texportKey(format: string, key: CryptoKey): Promise<ArrayBuffer | JsonWebKey>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/wrapKey) */\n\twrapKey(\n\t\tformat: string,\n\t\tkey: CryptoKey,\n\t\twrappingKey: CryptoKey,\n\t\twrapAlgorithm: string | SubtleCryptoEncryptAlgorithm,\n\t): Promise<ArrayBuffer>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/unwrapKey) */\n\tunwrapKey(\n\t\tformat: string,\n\t\twrappedKey: ArrayBuffer | ArrayBufferView,\n\t\tunwrappingKey: CryptoKey,\n\t\tunwrapAlgorithm: string | SubtleCryptoEncryptAlgorithm,\n\t\tunwrappedKeyAlgorithm: string | SubtleCryptoImportKeyAlgorithm,\n\t\textractable: boolean,\n\t\tkeyUsages: string[],\n\t): Promise<CryptoKey>;\n\ttimingSafeEqual(a: ArrayBuffer | ArrayBufferView, b: ArrayBuffer | ArrayBufferView): boolean;\n}\n/**\n * The CryptoKey dictionary of the Web Crypto API represents a cryptographic key.\n * Available only in secure contexts.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CryptoKey)\n */\ndeclare abstract class CryptoKey {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CryptoKey/type) */\n\treadonly type: string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CryptoKey/extractable) */\n\treadonly extractable: boolean;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CryptoKey/algorithm) */\n\treadonly algorithm:\n\t\t| CryptoKeyKeyAlgorithm\n\t\t| CryptoKeyAesKeyAlgorithm\n\t\t| CryptoKeyHmacKeyAlgorithm\n\t\t| CryptoKeyRsaKeyAlgorithm\n\t\t| CryptoKeyEllipticKeyAlgorithm\n\t\t| CryptoKeyArbitraryKeyAlgorithm;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CryptoKey/usages) */\n\treadonly usages: string[];\n}\ninterface CryptoKeyPair {\n\tpublicKey: CryptoKey;\n\tprivateKey: CryptoKey;\n}\ninterface JsonWebKey {\n\tkty: string;\n\tuse?: string;\n\tkey_ops?: string[];\n\talg?: string;\n\text?: boolean;\n\tcrv?: string;\n\tx?: string;\n\ty?: string;\n\td?: string;\n\tn?: string;\n\te?: string;\n\tp?: string;\n\tq?: string;\n\tdp?: string;\n\tdq?: string;\n\tqi?: string;\n\toth?: RsaOtherPrimesInfo[];\n\tk?: string;\n}\ninterface RsaOtherPrimesInfo {\n\tr?: string;\n\td?: string;\n\tt?: string;\n}\ninterface SubtleCryptoDeriveKeyAlgorithm {\n\tname: string;\n\tsalt?: ArrayBuffer | ArrayBufferView;\n\titerations?: number;\n\thash?: string | SubtleCryptoHashAlgorithm;\n\t$public?: CryptoKey;\n\tinfo?: ArrayBuffer | ArrayBufferView;\n}\ninterface SubtleCryptoEncryptAlgorithm {\n\tname: string;\n\tiv?: ArrayBuffer | ArrayBufferView;\n\tadditionalData?: ArrayBuffer | ArrayBufferView;\n\ttagLength?: number;\n\tcounter?: ArrayBuffer | ArrayBufferView;\n\tlength?: number;\n\tlabel?: ArrayBuffer | ArrayBufferView;\n}\ninterface SubtleCryptoGenerateKeyAlgorithm {\n\tname: string;\n\thash?: string | SubtleCryptoHashAlgorithm;\n\tmodulusLength?: number;\n\tpublicExponent?: ArrayBuffer | ArrayBufferView;\n\tlength?: number;\n\tnamedCurve?: string;\n}\ninterface SubtleCryptoHashAlgorithm {\n\tname: string;\n}\ninterface SubtleCryptoImportKeyAlgorithm {\n\tname: string;\n\thash?: string | SubtleCryptoHashAlgorithm;\n\tlength?: number;\n\tnamedCurve?: string;\n\tcompressed?: boolean;\n}\ninterface SubtleCryptoSignAlgorithm {\n\tname: string;\n\thash?: string | SubtleCryptoHashAlgorithm;\n\tdataLength?: number;\n\tsaltLength?: number;\n}\ninterface CryptoKeyKeyAlgorithm {\n\tname: string;\n}\ninterface CryptoKeyAesKeyAlgorithm {\n\tname: string;\n\tlength: number;\n}\ninterface CryptoKeyHmacKeyAlgorithm {\n\tname: string;\n\thash: CryptoKeyKeyAlgorithm;\n\tlength: number;\n}\ninterface CryptoKeyRsaKeyAlgorithm {\n\tname: string;\n\tmodulusLength: number;\n\tpublicExponent: ArrayBuffer | ArrayBufferView;\n\thash?: CryptoKeyKeyAlgorithm;\n}\ninterface CryptoKeyEllipticKeyAlgorithm {\n\tname: string;\n\tnamedCurve: string;\n}\ninterface CryptoKeyArbitraryKeyAlgorithm {\n\tname: string;\n\thash?: CryptoKeyKeyAlgorithm;\n\tnamedCurve?: string;\n\tlength?: number;\n}\ndeclare class DigestStream extends WritableStream<ArrayBuffer | ArrayBufferView> {\n\tconstructor(algorithm: string | SubtleCryptoHashAlgorithm);\n\treadonly digest: Promise<ArrayBuffer>;\n\tget bytesWritten(): number | bigint;\n}\n/**\n * A decoder for a specific method, that is a specific character encoding, like utf-8, iso-8859-2, koi8, cp1261, gbk, etc. A decoder takes a stream of bytes as input and emits a stream of code points. For a more scalable, non-native library, see StringView – a C-like representation of strings based on typed arrays.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoder)\n */\ndeclare class TextDecoder {\n\tconstructor(label?: string, options?: TextDecoderConstructorOptions);\n\t/**\n\t * Returns the result of running encoding's decoder. The method can be invoked zero or more times with options's stream set to true, and then once without options's stream (or set to false), to process a fragmented input. If the invocation without options's stream (or set to false) has no input, it's clearest to omit both arguments.\n\t *\n\t * ```\n\t * var string = \"\", decoder = new TextDecoder(encoding), buffer;\n\t * while(buffer = next_chunk()) {\n\t *   string += decoder.decode(buffer, {stream:true});\n\t * }\n\t * string += decoder.decode(); // end-of-queue\n\t * ```\n\t *\n\t * If the error mode is \"fatal\" and encoding's decoder returns error, throws a TypeError.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoder/decode)\n\t */\n\tdecode(input?: ArrayBuffer | ArrayBufferView, options?: TextDecoderDecodeOptions): string;\n\tget encoding(): string;\n\tget fatal(): boolean;\n\tget ignoreBOM(): boolean;\n}\n/**\n * TextEncoder takes a stream of code points as input and emits a stream of bytes. For a more scalable, non-native library, see StringView – a C-like representation of strings based on typed arrays.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoder)\n */\ndeclare class TextEncoder {\n\tconstructor();\n\t/**\n\t * Returns the result of running UTF-8's encoder.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoder/encode)\n\t */\n\tencode(input?: string): Uint8Array;\n\t/**\n\t * Runs the UTF-8 encoder on source, stores the result of that operation into destination, and returns the progress made as an object wherein read is the number of converted code units of source and written is the number of bytes modified in destination.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoder/encodeInto)\n\t */\n\tencodeInto(input: string, buffer: ArrayBuffer | ArrayBufferView): TextEncoderEncodeIntoResult;\n\tget encoding(): string;\n}\ninterface TextDecoderConstructorOptions {\n\tfatal: boolean;\n\tignoreBOM: boolean;\n}\ninterface TextDecoderDecodeOptions {\n\tstream: boolean;\n}\ninterface TextEncoderEncodeIntoResult {\n\tread: number;\n\twritten: number;\n}\n/**\n * Events providing information related to errors in scripts or in files.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent)\n */\ndeclare class ErrorEvent extends Event {\n\tconstructor(type: string, init?: ErrorEventErrorEventInit);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename) */\n\tget filename(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/message) */\n\tget message(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/lineno) */\n\tget lineno(): number;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/colno) */\n\tget colno(): number;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/error) */\n\tget error(): any;\n}\ninterface ErrorEventErrorEventInit {\n\tmessage?: string;\n\tfilename?: string;\n\tlineno?: number;\n\tcolno?: number;\n\terror?: any;\n}\n/**\n * Provides a way to easily construct a set of key/value pairs representing form fields and their values, which can then be easily sent using the XMLHttpRequest.send() method. It uses the same format a form would use if the encoding type were set to \"multipart/form-data\".\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData)\n */\ndeclare class FormData {\n\tconstructor();\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/append) */\n\tappend(name: string, value: string): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/append) */\n\tappend(name: string, value: Blob, filename?: string): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/delete) */\n\tdelete(name: string): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/get) */\n\tget(name: string): (File | string) | null;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/getAll) */\n\tgetAll(name: string): (File | string)[];\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/has) */\n\thas(name: string): boolean;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/set) */\n\tset(name: string, value: string): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/set) */\n\tset(name: string, value: Blob, filename?: string): void;\n\t/* Returns an array of key, value pairs for every entry in the list. */\n\tentries(): IterableIterator<[key: string, value: File | string]>;\n\t/* Returns a list of keys in the list. */\n\tkeys(): IterableIterator<string>;\n\t/* Returns a list of values in the list. */\n\tvalues(): IterableIterator<File | string>;\n\tforEach<This = unknown>(callback: (this: This, value: File | string, key: string, parent: FormData) => void, thisArg?: This): void;\n\t[Symbol.iterator](): IterableIterator<[key: string, value: File | string]>;\n}\ninterface ContentOptions {\n\thtml?: boolean;\n}\ndeclare class HTMLRewriter {\n\tconstructor();\n\ton(selector: string, handlers: HTMLRewriterElementContentHandlers): HTMLRewriter;\n\tonDocument(handlers: HTMLRewriterDocumentContentHandlers): HTMLRewriter;\n\ttransform(response: Response): Response;\n}\ninterface HTMLRewriterElementContentHandlers {\n\telement?(element: Element): void | Promise<void>;\n\tcomments?(comment: Comment): void | Promise<void>;\n\ttext?(element: Text): void | Promise<void>;\n}\ninterface HTMLRewriterDocumentContentHandlers {\n\tdoctype?(doctype: Doctype): void | Promise<void>;\n\tcomments?(comment: Comment): void | Promise<void>;\n\ttext?(text: Text): void | Promise<void>;\n\tend?(end: DocumentEnd): void | Promise<void>;\n}\ninterface Doctype {\n\treadonly name: string | null;\n\treadonly publicId: string | null;\n\treadonly systemId: string | null;\n}\ninterface Element {\n\ttagName: string;\n\treadonly attributes: IterableIterator<string[]>;\n\treadonly removed: boolean;\n\treadonly namespaceURI: string;\n\tgetAttribute(name: string): string | null;\n\thasAttribute(name: string): boolean;\n\tsetAttribute(name: string, value: string): Element;\n\tremoveAttribute(name: string): Element;\n\tbefore(content: string | ReadableStream | Response, options?: ContentOptions): Element;\n\tafter(content: string | ReadableStream | Response, options?: ContentOptions): Element;\n\tprepend(content: string | ReadableStream | Response, options?: ContentOptions): Element;\n\tappend(content: string | ReadableStream | Response, options?: ContentOptions): Element;\n\treplace(content: string | ReadableStream | Response, options?: ContentOptions): Element;\n\tremove(): Element;\n\tremoveAndKeepContent(): Element;\n\tsetInnerContent(content: string | ReadableStream | Response, options?: ContentOptions): Element;\n\tonEndTag(handler: (tag: EndTag) => void | Promise<void>): void;\n}\ninterface EndTag {\n\tname: string;\n\tbefore(content: string | ReadableStream | Response, options?: ContentOptions): EndTag;\n\tafter(content: string | ReadableStream | Response, options?: ContentOptions): EndTag;\n\tremove(): EndTag;\n}\ninterface Comment {\n\ttext: string;\n\treadonly removed: boolean;\n\tbefore(content: string, options?: ContentOptions): Comment;\n\tafter(content: string, options?: ContentOptions): Comment;\n\treplace(content: string, options?: ContentOptions): Comment;\n\tremove(): Comment;\n}\ninterface Text {\n\treadonly text: string;\n\treadonly lastInTextNode: boolean;\n\treadonly removed: boolean;\n\tbefore(content: string | ReadableStream | Response, options?: ContentOptions): Text;\n\tafter(content: string | ReadableStream | Response, options?: ContentOptions): Text;\n\treplace(content: string | ReadableStream | Response, options?: ContentOptions): Text;\n\tremove(): Text;\n}\ninterface DocumentEnd {\n\tappend(content: string, options?: ContentOptions): DocumentEnd;\n}\n/**\n * This is the event type for fetch events dispatched on the service worker global scope. It contains information about the fetch, including the request and how the receiver will treat the response. It provides the event.respondWith() method, which allows us to provide a response to this fetch.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FetchEvent)\n */\ndeclare abstract class FetchEvent extends ExtendableEvent {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FetchEvent/request) */\n\treadonly request: Request;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FetchEvent/respondWith) */\n\trespondWith(promise: Response | Promise<Response>): void;\n\tpassThroughOnException(): void;\n}\ntype HeadersInit = Headers | Iterable<Iterable<string>> | Record<string, string>;\n/**\n * This Fetch API interface allows you to perform various actions on HTTP request and response headers. These actions include retrieving, setting, adding to, and removing. A Headers object has an associated header list, which is initially empty and consists of zero or more name and value pairs.  You can add to this using methods like append() (see Examples.) In all methods of this interface, header names are matched by case-insensitive byte sequence.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers)\n */\ndeclare class Headers {\n\tconstructor(init?: HeadersInit);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/get) */\n\tget(name: string): string | null;\n\tgetAll(name: string): string[];\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/getSetCookie) */\n\tgetSetCookie(): string[];\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/has) */\n\thas(name: string): boolean;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/set) */\n\tset(name: string, value: string): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/append) */\n\tappend(name: string, value: string): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Headers/delete) */\n\tdelete(name: string): void;\n\tforEach<This = unknown>(callback: (this: This, value: string, key: string, parent: Headers) => void, thisArg?: This): void;\n\t/* Returns an iterator allowing to go through all key/value pairs contained in this object. */\n\tentries(): IterableIterator<[key: string, value: string]>;\n\t/* Returns an iterator allowing to go through all keys of the key/value pairs contained in this object. */\n\tkeys(): IterableIterator<string>;\n\t/* Returns an iterator allowing to go through all values of the key/value pairs contained in this object. */\n\tvalues(): IterableIterator<string>;\n\t[Symbol.iterator](): IterableIterator<[key: string, value: string]>;\n}\ntype BodyInit = ReadableStream<Uint8Array> | string | ArrayBuffer | ArrayBufferView | Blob | URLSearchParams | FormData;\ndeclare abstract class Body {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/body) */\n\tget body(): ReadableStream | null;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/bodyUsed) */\n\tget bodyUsed(): boolean;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/arrayBuffer) */\n\tarrayBuffer(): Promise<ArrayBuffer>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/bytes) */\n\tbytes(): Promise<Uint8Array>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/text) */\n\ttext(): Promise<string>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/json) */\n\tjson<T>(): Promise<T>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/formData) */\n\tformData(): Promise<FormData>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/blob) */\n\tblob(): Promise<Blob>;\n}\n/**\n * This Fetch API interface represents the response to a request.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response)\n */\ndeclare var Response: {\n\tprototype: Response;\n\tnew (body?: BodyInit | null, init?: ResponseInit): Response;\n\terror(): Response;\n\tredirect(url: string, status?: number): Response;\n\tjson(any: any, maybeInit?: ResponseInit | Response): Response;\n};\n/**\n * This Fetch API interface represents the response to a request.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response)\n */\ninterface Response extends Body {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/clone) */\n\tclone(): Response;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/status) */\n\tstatus: number;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/statusText) */\n\tstatusText: string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/headers) */\n\theaders: Headers;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/ok) */\n\tok: boolean;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/redirected) */\n\tredirected: boolean;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/url) */\n\turl: string;\n\twebSocket: WebSocket | null;\n\tcf: any | undefined;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/type) */\n\ttype: 'default' | 'error';\n}\ninterface ResponseInit {\n\tstatus?: number;\n\tstatusText?: string;\n\theaders?: HeadersInit;\n\tcf?: any;\n\twebSocket?: WebSocket | null;\n\tencodeBody?: 'automatic' | 'manual';\n}\ntype RequestInfo<CfHostMetadata = unknown, Cf = CfProperties<CfHostMetadata>> = Request<CfHostMetadata, Cf> | string;\n/**\n * This Fetch API interface represents a resource request.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request)\n */\ndeclare var Request: {\n\tprototype: Request;\n\tnew <CfHostMetadata = unknown, Cf = CfProperties<CfHostMetadata>>(\n\t\tinput: RequestInfo<CfProperties> | URL,\n\t\tinit?: RequestInit<Cf>,\n\t): Request<CfHostMetadata, Cf>;\n};\n/**\n * This Fetch API interface represents a resource request.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request)\n */\ninterface Request<CfHostMetadata = unknown, Cf = CfProperties<CfHostMetadata>> extends Body {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/clone) */\n\tclone(): Request<CfHostMetadata, Cf>;\n\t/**\n\t * Returns request's HTTP method, which is \"GET\" by default.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/method)\n\t */\n\tmethod: string;\n\t/**\n\t * Returns the URL of request as a string.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/url)\n\t */\n\turl: string;\n\t/**\n\t * Returns a Headers object consisting of the headers associated with request. Note that headers added in the network layer by the user agent will not be accounted for in this object, e.g., the \"Host\" header.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/headers)\n\t */\n\theaders: Headers;\n\t/**\n\t * Returns the redirect mode associated with request, which is a string indicating how redirects for the request will be handled during fetching. A request will follow redirects by default.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/redirect)\n\t */\n\tredirect: string;\n\tfetcher: Fetcher | null;\n\t/**\n\t * Returns the signal associated with request, which is an AbortSignal object indicating whether or not request has been aborted, and its abort event handler.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/signal)\n\t */\n\tsignal: AbortSignal;\n\tcf: Cf | undefined;\n\t/**\n\t * Returns request's subresource integrity metadata, which is a cryptographic hash of the resource being fetched. Its value consists of multiple hashes separated by whitespace. [SRI]\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/integrity)\n\t */\n\tintegrity: string;\n\t/**\n\t * Returns a boolean indicating whether or not request can outlive the global in which it was created.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/keepalive)\n\t */\n\tkeepalive: boolean;\n\t/**\n\t * Returns the cache mode associated with request, which is a string indicating how the request will interact with the browser's cache when fetching.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/cache)\n\t */\n\tcache?: 'no-store';\n}\ninterface RequestInit<Cf = CfProperties> {\n\t/* A string to set request's method. */\n\tmethod?: string;\n\t/* A Headers object, an object literal, or an array of two-item arrays to set request's headers. */\n\theaders?: HeadersInit;\n\t/* A BodyInit object or null to set request's body. */\n\tbody?: BodyInit | null;\n\t/* A string indicating whether request follows redirects, results in an error upon encountering a redirect, or returns the redirect (in an opaque fashion). Sets request's redirect. */\n\tredirect?: string;\n\tfetcher?: Fetcher | null;\n\tcf?: Cf;\n\t/* A string indicating how the request will interact with the browser's cache to set request's cache. */\n\tcache?: 'no-store';\n\t/* A cryptographic hash of the resource to be fetched by request. Sets request's integrity. */\n\tintegrity?: string;\n\t/* An AbortSignal to set request's signal. */\n\tsignal?: AbortSignal | null;\n\tencodeResponseBody?: 'automatic' | 'manual';\n}\ntype Service<T extends Rpc.WorkerEntrypointBranded | undefined = undefined> = Fetcher<T>;\ntype Fetcher<T extends Rpc.EntrypointBranded | undefined = undefined, Reserved extends string = never> = (T extends Rpc.EntrypointBranded\n\t? Rpc.Provider<T, Reserved | 'fetch' | 'connect'>\n\t: unknown) & {\n\tfetch(input: RequestInfo | URL, init?: RequestInit): Promise<Response>;\n\tconnect(address: SocketAddress | string, options?: SocketOptions): Socket;\n};\ninterface KVNamespaceListKey<Metadata, Key extends string = string> {\n\tname: Key;\n\texpiration?: number;\n\tmetadata?: Metadata;\n}\ntype KVNamespaceListResult<Metadata, Key extends string = string> =\n\t| {\n\t\t\tlist_complete: false;\n\t\t\tkeys: KVNamespaceListKey<Metadata, Key>[];\n\t\t\tcursor: string;\n\t\t\tcacheStatus: string | null;\n\t  }\n\t| {\n\t\t\tlist_complete: true;\n\t\t\tkeys: KVNamespaceListKey<Metadata, Key>[];\n\t\t\tcacheStatus: string | null;\n\t  };\ninterface KVNamespace<Key extends string = string> {\n\tget(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>): Promise<string | null>;\n\tget(key: Key, type: 'text'): Promise<string | null>;\n\tget<ExpectedValue = unknown>(key: Key, type: 'json'): Promise<ExpectedValue | null>;\n\tget(key: Key, type: 'arrayBuffer'): Promise<ArrayBuffer | null>;\n\tget(key: Key, type: 'stream'): Promise<ReadableStream | null>;\n\tget(key: Key, options?: KVNamespaceGetOptions<'text'>): Promise<string | null>;\n\tget<ExpectedValue = unknown>(key: Key, options?: KVNamespaceGetOptions<'json'>): Promise<ExpectedValue | null>;\n\tget(key: Key, options?: KVNamespaceGetOptions<'arrayBuffer'>): Promise<ArrayBuffer | null>;\n\tget(key: Key, options?: KVNamespaceGetOptions<'stream'>): Promise<ReadableStream | null>;\n\tget(key: Array<Key>, type: 'text'): Promise<Map<string, string | null>>;\n\tget<ExpectedValue = unknown>(key: Array<Key>, type: 'json'): Promise<Map<string, ExpectedValue | null>>;\n\tget(key: Array<Key>, options?: Partial<KVNamespaceGetOptions<undefined>>): Promise<Map<string, string | null>>;\n\tget(key: Array<Key>, options?: KVNamespaceGetOptions<'text'>): Promise<Map<string, string | null>>;\n\tget<ExpectedValue = unknown>(key: Array<Key>, options?: KVNamespaceGetOptions<'json'>): Promise<Map<string, ExpectedValue | null>>;\n\tlist<Metadata = unknown>(options?: KVNamespaceListOptions): Promise<KVNamespaceListResult<Metadata, Key>>;\n\tput(key: Key, value: string | ArrayBuffer | ArrayBufferView | ReadableStream, options?: KVNamespacePutOptions): Promise<void>;\n\tgetWithMetadata<Metadata = unknown>(\n\t\tkey: Key,\n\t\toptions?: Partial<KVNamespaceGetOptions<undefined>>,\n\t): Promise<KVNamespaceGetWithMetadataResult<string, Metadata>>;\n\tgetWithMetadata<Metadata = unknown>(key: Key, type: 'text'): Promise<KVNamespaceGetWithMetadataResult<string, Metadata>>;\n\tgetWithMetadata<ExpectedValue = unknown, Metadata = unknown>(\n\t\tkey: Key,\n\t\ttype: 'json',\n\t): Promise<KVNamespaceGetWithMetadataResult<ExpectedValue, Metadata>>;\n\tgetWithMetadata<Metadata = unknown>(key: Key, type: 'arrayBuffer'): Promise<KVNamespaceGetWithMetadataResult<ArrayBuffer, Metadata>>;\n\tgetWithMetadata<Metadata = unknown>(key: Key, type: 'stream'): Promise<KVNamespaceGetWithMetadataResult<ReadableStream, Metadata>>;\n\tgetWithMetadata<Metadata = unknown>(\n\t\tkey: Key,\n\t\toptions: KVNamespaceGetOptions<'text'>,\n\t): Promise<KVNamespaceGetWithMetadataResult<string, Metadata>>;\n\tgetWithMetadata<ExpectedValue = unknown, Metadata = unknown>(\n\t\tkey: Key,\n\t\toptions: KVNamespaceGetOptions<'json'>,\n\t): Promise<KVNamespaceGetWithMetadataResult<ExpectedValue, Metadata>>;\n\tgetWithMetadata<Metadata = unknown>(\n\t\tkey: Key,\n\t\toptions: KVNamespaceGetOptions<'arrayBuffer'>,\n\t): Promise<KVNamespaceGetWithMetadataResult<ArrayBuffer, Metadata>>;\n\tgetWithMetadata<Metadata = unknown>(\n\t\tkey: Key,\n\t\toptions: KVNamespaceGetOptions<'stream'>,\n\t): Promise<KVNamespaceGetWithMetadataResult<ReadableStream, Metadata>>;\n\tgetWithMetadata<Metadata = unknown>(\n\t\tkey: Array<Key>,\n\t\ttype: 'text',\n\t): Promise<Map<string, KVNamespaceGetWithMetadataResult<string, Metadata>>>;\n\tgetWithMetadata<ExpectedValue = unknown, Metadata = unknown>(\n\t\tkey: Array<Key>,\n\t\ttype: 'json',\n\t): Promise<Map<string, KVNamespaceGetWithMetadataResult<ExpectedValue, Metadata>>>;\n\tgetWithMetadata<Metadata = unknown>(\n\t\tkey: Array<Key>,\n\t\toptions?: Partial<KVNamespaceGetOptions<undefined>>,\n\t): Promise<Map<string, KVNamespaceGetWithMetadataResult<string, Metadata>>>;\n\tgetWithMetadata<Metadata = unknown>(\n\t\tkey: Array<Key>,\n\t\toptions?: KVNamespaceGetOptions<'text'>,\n\t): Promise<Map<string, KVNamespaceGetWithMetadataResult<string, Metadata>>>;\n\tgetWithMetadata<ExpectedValue = unknown, Metadata = unknown>(\n\t\tkey: Array<Key>,\n\t\toptions?: KVNamespaceGetOptions<'json'>,\n\t): Promise<Map<string, KVNamespaceGetWithMetadataResult<ExpectedValue, Metadata>>>;\n\tdelete(key: Key): Promise<void>;\n}\ninterface KVNamespaceListOptions {\n\tlimit?: number;\n\tprefix?: string | null;\n\tcursor?: string | null;\n}\ninterface KVNamespaceGetOptions<Type> {\n\ttype: Type;\n\tcacheTtl?: number;\n}\ninterface KVNamespacePutOptions {\n\texpiration?: number;\n\texpirationTtl?: number;\n\tmetadata?: any | null;\n}\ninterface KVNamespaceGetWithMetadataResult<Value, Metadata> {\n\tvalue: Value | null;\n\tmetadata: Metadata | null;\n\tcacheStatus: string | null;\n}\ntype QueueContentType = 'text' | 'bytes' | 'json' | 'v8';\ninterface Queue<Body = unknown> {\n\tsend(message: Body, options?: QueueSendOptions): Promise<void>;\n\tsendBatch(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions): Promise<void>;\n}\ninterface QueueSendOptions {\n\tcontentType?: QueueContentType;\n\tdelaySeconds?: number;\n}\ninterface QueueSendBatchOptions {\n\tdelaySeconds?: number;\n}\ninterface MessageSendRequest<Body = unknown> {\n\tbody: Body;\n\tcontentType?: QueueContentType;\n\tdelaySeconds?: number;\n}\ninterface QueueRetryOptions {\n\tdelaySeconds?: number;\n}\ninterface Message<Body = unknown> {\n\treadonly id: string;\n\treadonly timestamp: Date;\n\treadonly body: Body;\n\treadonly attempts: number;\n\tretry(options?: QueueRetryOptions): void;\n\tack(): void;\n}\ninterface QueueEvent<Body = unknown> extends ExtendableEvent {\n\treadonly messages: readonly Message<Body>[];\n\treadonly queue: string;\n\tretryAll(options?: QueueRetryOptions): void;\n\tackAll(): void;\n}\ninterface MessageBatch<Body = unknown> {\n\treadonly messages: readonly Message<Body>[];\n\treadonly queue: string;\n\tretryAll(options?: QueueRetryOptions): void;\n\tackAll(): void;\n}\ninterface R2Error extends Error {\n\treadonly name: string;\n\treadonly code: number;\n\treadonly message: string;\n\treadonly action: string;\n\treadonly stack: any;\n}\ninterface R2ListOptions {\n\tlimit?: number;\n\tprefix?: string;\n\tcursor?: string;\n\tdelimiter?: string;\n\tstartAfter?: string;\n\tinclude?: ('httpMetadata' | 'customMetadata')[];\n}\ndeclare abstract class R2Bucket {\n\thead(key: string): Promise<R2Object | null>;\n\tget(\n\t\tkey: string,\n\t\toptions: R2GetOptions & {\n\t\t\tonlyIf: R2Conditional | Headers;\n\t\t},\n\t): Promise<R2ObjectBody | R2Object | null>;\n\tget(key: string, options?: R2GetOptions): Promise<R2ObjectBody | null>;\n\tput(\n\t\tkey: string,\n\t\tvalue: ReadableStream | ArrayBuffer | ArrayBufferView | string | null | Blob,\n\t\toptions?: R2PutOptions & {\n\t\t\tonlyIf: R2Conditional | Headers;\n\t\t},\n\t): Promise<R2Object | null>;\n\tput(key: string, value: ReadableStream | ArrayBuffer | ArrayBufferView | string | null | Blob, options?: R2PutOptions): Promise<R2Object>;\n\tcreateMultipartUpload(key: string, options?: R2MultipartOptions): Promise<R2MultipartUpload>;\n\tresumeMultipartUpload(key: string, uploadId: string): R2MultipartUpload;\n\tdelete(keys: string | string[]): Promise<void>;\n\tlist(options?: R2ListOptions): Promise<R2Objects>;\n}\ninterface R2MultipartUpload {\n\treadonly key: string;\n\treadonly uploadId: string;\n\tuploadPart(\n\t\tpartNumber: number,\n\t\tvalue: ReadableStream | (ArrayBuffer | ArrayBufferView) | string | Blob,\n\t\toptions?: R2UploadPartOptions,\n\t): Promise<R2UploadedPart>;\n\tabort(): Promise<void>;\n\tcomplete(uploadedParts: R2UploadedPart[]): Promise<R2Object>;\n}\ninterface R2UploadedPart {\n\tpartNumber: number;\n\tetag: string;\n}\ndeclare abstract class R2Object {\n\treadonly key: string;\n\treadonly version: string;\n\treadonly size: number;\n\treadonly etag: string;\n\treadonly httpEtag: string;\n\treadonly checksums: R2Checksums;\n\treadonly uploaded: Date;\n\treadonly httpMetadata?: R2HTTPMetadata;\n\treadonly customMetadata?: Record<string, string>;\n\treadonly range?: R2Range;\n\treadonly storageClass: string;\n\treadonly ssecKeyMd5?: string;\n\twriteHttpMetadata(headers: Headers): void;\n}\ninterface R2ObjectBody extends R2Object {\n\tget body(): ReadableStream;\n\tget bodyUsed(): boolean;\n\tarrayBuffer(): Promise<ArrayBuffer>;\n\tbytes(): Promise<Uint8Array>;\n\ttext(): Promise<string>;\n\tjson<T>(): Promise<T>;\n\tblob(): Promise<Blob>;\n}\ntype R2Range =\n\t| {\n\t\t\toffset: number;\n\t\t\tlength?: number;\n\t  }\n\t| {\n\t\t\toffset?: number;\n\t\t\tlength: number;\n\t  }\n\t| {\n\t\t\tsuffix: number;\n\t  };\ninterface R2Conditional {\n\tetagMatches?: string;\n\tetagDoesNotMatch?: string;\n\tuploadedBefore?: Date;\n\tuploadedAfter?: Date;\n\tsecondsGranularity?: boolean;\n}\ninterface R2GetOptions {\n\tonlyIf?: R2Conditional | Headers;\n\trange?: R2Range | Headers;\n\tssecKey?: ArrayBuffer | string;\n}\ninterface R2PutOptions {\n\tonlyIf?: R2Conditional | Headers;\n\thttpMetadata?: R2HTTPMetadata | Headers;\n\tcustomMetadata?: Record<string, string>;\n\tmd5?: (ArrayBuffer | ArrayBufferView) | string;\n\tsha1?: (ArrayBuffer | ArrayBufferView) | string;\n\tsha256?: (ArrayBuffer | ArrayBufferView) | string;\n\tsha384?: (ArrayBuffer | ArrayBufferView) | string;\n\tsha512?: (ArrayBuffer | ArrayBufferView) | string;\n\tstorageClass?: string;\n\tssecKey?: ArrayBuffer | string;\n}\ninterface R2MultipartOptions {\n\thttpMetadata?: R2HTTPMetadata | Headers;\n\tcustomMetadata?: Record<string, string>;\n\tstorageClass?: string;\n\tssecKey?: ArrayBuffer | string;\n}\ninterface R2Checksums {\n\treadonly md5?: ArrayBuffer;\n\treadonly sha1?: ArrayBuffer;\n\treadonly sha256?: ArrayBuffer;\n\treadonly sha384?: ArrayBuffer;\n\treadonly sha512?: ArrayBuffer;\n\ttoJSON(): R2StringChecksums;\n}\ninterface R2StringChecksums {\n\tmd5?: string;\n\tsha1?: string;\n\tsha256?: string;\n\tsha384?: string;\n\tsha512?: string;\n}\ninterface R2HTTPMetadata {\n\tcontentType?: string;\n\tcontentLanguage?: string;\n\tcontentDisposition?: string;\n\tcontentEncoding?: string;\n\tcacheControl?: string;\n\tcacheExpiry?: Date;\n}\ntype R2Objects = {\n\tobjects: R2Object[];\n\tdelimitedPrefixes: string[];\n} & (\n\t| {\n\t\t\ttruncated: true;\n\t\t\tcursor: string;\n\t  }\n\t| {\n\t\t\ttruncated: false;\n\t  }\n);\ninterface R2UploadPartOptions {\n\tssecKey?: ArrayBuffer | string;\n}\ndeclare abstract class ScheduledEvent extends ExtendableEvent {\n\treadonly scheduledTime: number;\n\treadonly cron: string;\n\tnoRetry(): void;\n}\ninterface ScheduledController {\n\treadonly scheduledTime: number;\n\treadonly cron: string;\n\tnoRetry(): void;\n}\ninterface QueuingStrategy<T = any> {\n\thighWaterMark?: number | bigint;\n\tsize?: (chunk: T) => number | bigint;\n}\ninterface UnderlyingSink<W = any> {\n\ttype?: string;\n\tstart?: (controller: WritableStreamDefaultController) => void | Promise<void>;\n\twrite?: (chunk: W, controller: WritableStreamDefaultController) => void | Promise<void>;\n\tabort?: (reason: any) => void | Promise<void>;\n\tclose?: () => void | Promise<void>;\n}\ninterface UnderlyingByteSource {\n\ttype: 'bytes';\n\tautoAllocateChunkSize?: number;\n\tstart?: (controller: ReadableByteStreamController) => void | Promise<void>;\n\tpull?: (controller: ReadableByteStreamController) => void | Promise<void>;\n\tcancel?: (reason: any) => void | Promise<void>;\n}\ninterface UnderlyingSource<R = any> {\n\ttype?: '' | undefined;\n\tstart?: (controller: ReadableStreamDefaultController<R>) => void | Promise<void>;\n\tpull?: (controller: ReadableStreamDefaultController<R>) => void | Promise<void>;\n\tcancel?: (reason: any) => void | Promise<void>;\n\texpectedLength?: number | bigint;\n}\ninterface Transformer<I = any, O = any> {\n\treadableType?: string;\n\twritableType?: string;\n\tstart?: (controller: TransformStreamDefaultController<O>) => void | Promise<void>;\n\ttransform?: (chunk: I, controller: TransformStreamDefaultController<O>) => void | Promise<void>;\n\tflush?: (controller: TransformStreamDefaultController<O>) => void | Promise<void>;\n\tcancel?: (reason: any) => void | Promise<void>;\n\texpectedLength?: number;\n}\ninterface StreamPipeOptions {\n\t/**\n\t * Pipes this readable stream to a given writable stream destination. The way in which the piping process behaves under various error conditions can be customized with a number of passed options. It returns a promise that fulfills when the piping process completes successfully, or rejects if any errors were encountered.\n\t *\n\t * Piping a stream will lock it for the duration of the pipe, preventing any other consumer from acquiring a reader.\n\t *\n\t * Errors and closures of the source and destination streams propagate as follows:\n\t *\n\t * An error in this source readable stream will abort destination, unless preventAbort is truthy. The returned promise will be rejected with the source's error, or with any error that occurs during aborting the destination.\n\t *\n\t * An error in destination will cancel this source readable stream, unless preventCancel is truthy. The returned promise will be rejected with the destination's error, or with any error that occurs during canceling the source.\n\t *\n\t * When this source readable stream closes, destination will be closed, unless preventClose is truthy. The returned promise will be fulfilled once this process completes, unless an error is encountered while closing the destination, in which case it will be rejected with that error.\n\t *\n\t * If destination starts out closed or closing, this source readable stream will be canceled, unless preventCancel is true. The returned promise will be rejected with an error indicating piping to a closed stream failed, or with any error that occurs during canceling the source.\n\t *\n\t * The signal option can be set to an AbortSignal to allow aborting an ongoing pipe operation via the corresponding AbortController. In this case, this source readable stream will be canceled, and destination aborted, unless the respective options preventCancel or preventAbort are set.\n\t */\n\tpreventClose?: boolean;\n\tpreventAbort?: boolean;\n\tpreventCancel?: boolean;\n\tsignal?: AbortSignal;\n}\ntype ReadableStreamReadResult<R = any> =\n\t| {\n\t\t\tdone: false;\n\t\t\tvalue: R;\n\t  }\n\t| {\n\t\t\tdone: true;\n\t\t\tvalue?: undefined;\n\t  };\n/**\n * This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream)\n */\ninterface ReadableStream<R = any> {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/locked) */\n\tget locked(): boolean;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/cancel) */\n\tcancel(reason?: any): Promise<void>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/getReader) */\n\tgetReader(): ReadableStreamDefaultReader<R>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/getReader) */\n\tgetReader(options: ReadableStreamGetReaderOptions): ReadableStreamBYOBReader;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/pipeThrough) */\n\tpipeThrough<T>(transform: ReadableWritablePair<T, R>, options?: StreamPipeOptions): ReadableStream<T>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/pipeTo) */\n\tpipeTo(destination: WritableStream<R>, options?: StreamPipeOptions): Promise<void>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/tee) */\n\ttee(): [ReadableStream<R>, ReadableStream<R>];\n\tvalues(options?: ReadableStreamValuesOptions): AsyncIterableIterator<R>;\n\t[Symbol.asyncIterator](options?: ReadableStreamValuesOptions): AsyncIterableIterator<R>;\n}\n/**\n * This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream)\n */\ndeclare const ReadableStream: {\n\tprototype: ReadableStream;\n\tnew (underlyingSource: UnderlyingByteSource, strategy?: QueuingStrategy<Uint8Array>): ReadableStream<Uint8Array>;\n\tnew <R = any>(underlyingSource?: UnderlyingSource<R>, strategy?: QueuingStrategy<R>): ReadableStream<R>;\n};\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultReader) */\ndeclare class ReadableStreamDefaultReader<R = any> {\n\tconstructor(stream: ReadableStream);\n\tget closed(): Promise<void>;\n\tcancel(reason?: any): Promise<void>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultReader/read) */\n\tread(): Promise<ReadableStreamReadResult<R>>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultReader/releaseLock) */\n\treleaseLock(): void;\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader) */\ndeclare class ReadableStreamBYOBReader {\n\tconstructor(stream: ReadableStream);\n\tget closed(): Promise<void>;\n\tcancel(reason?: any): Promise<void>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader/read) */\n\tread<T extends ArrayBufferView>(view: T): Promise<ReadableStreamReadResult<T>>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader/releaseLock) */\n\treleaseLock(): void;\n\treadAtLeast<T extends ArrayBufferView>(minElements: number, view: T): Promise<ReadableStreamReadResult<T>>;\n}\ninterface ReadableStreamBYOBReaderReadableStreamBYOBReaderReadOptions {\n\tmin?: number;\n}\ninterface ReadableStreamGetReaderOptions {\n\t/**\n\t * Creates a ReadableStreamBYOBReader and locks the stream to the new reader.\n\t *\n\t * This call behaves the same way as the no-argument variant, except that it only works on readable byte streams, i.e. streams which were constructed specifically with the ability to handle \"bring your own buffer\" reading. The returned BYOB reader provides the ability to directly read individual chunks from the stream via its read() method, into developer-supplied buffers, allowing more precise control over allocation.\n\t */\n\tmode: 'byob';\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest) */\ndeclare abstract class ReadableStreamBYOBRequest {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/view) */\n\tget view(): Uint8Array | null;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/respond) */\n\trespond(bytesWritten: number): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/respondWithNewView) */\n\trespondWithNewView(view: ArrayBuffer | ArrayBufferView): void;\n\tget atLeast(): number | null;\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController) */\ndeclare abstract class ReadableStreamDefaultController<R = any> {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController/desiredSize) */\n\tget desiredSize(): number | null;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController/close) */\n\tclose(): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController/enqueue) */\n\tenqueue(chunk?: R): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController/error) */\n\terror(reason: any): void;\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableByteStreamController) */\ndeclare abstract class ReadableByteStreamController {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableByteStreamController/byobRequest) */\n\tget byobRequest(): ReadableStreamBYOBRequest | null;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableByteStreamController/desiredSize) */\n\tget desiredSize(): number | null;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableByteStreamController/close) */\n\tclose(): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableByteStreamController/enqueue) */\n\tenqueue(chunk: ArrayBuffer | ArrayBufferView): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableByteStreamController/error) */\n\terror(reason: any): void;\n}\n/**\n * This Streams API interface represents a controller allowing control of a WritableStream's state. When constructing a WritableStream, the underlying sink is given a corresponding WritableStreamDefaultController instance to manipulate.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultController)\n */\ndeclare abstract class WritableStreamDefaultController {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultController/signal) */\n\tget signal(): AbortSignal;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultController/error) */\n\terror(reason?: any): void;\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStreamDefaultController) */\ndeclare abstract class TransformStreamDefaultController<O = any> {\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStreamDefaultController/desiredSize) */\n\tget desiredSize(): number | null;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStreamDefaultController/enqueue) */\n\tenqueue(chunk?: O): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStreamDefaultController/error) */\n\terror(reason: any): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStreamDefaultController/terminate) */\n\tterminate(): void;\n}\ninterface ReadableWritablePair<R = any, W = any> {\n\t/**\n\t * Provides a convenient, chainable way of piping this readable stream through a transform stream (or any other { writable, readable } pair). It simply pipes the stream into the writable side of the supplied pair, and returns the readable side for further use.\n\t *\n\t * Piping a stream will lock it for the duration of the pipe, preventing any other consumer from acquiring a reader.\n\t */\n\twritable: WritableStream<W>;\n\treadable: ReadableStream<R>;\n}\n/**\n * This Streams API interface provides a standard abstraction for writing streaming data to a destination, known as a sink. This object comes with built-in backpressure and queuing.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream)\n */\ndeclare class WritableStream<W = any> {\n\tconstructor(underlyingSink?: UnderlyingSink, queuingStrategy?: QueuingStrategy);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/locked) */\n\tget locked(): boolean;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/abort) */\n\tabort(reason?: any): Promise<void>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/close) */\n\tclose(): Promise<void>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStream/getWriter) */\n\tgetWriter(): WritableStreamDefaultWriter<W>;\n}\n/**\n * This Streams API interface is the object returned by WritableStream.getWriter() and once created locks the < writer to the WritableStream ensuring that no other streams can write to the underlying sink.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter)\n */\ndeclare class WritableStreamDefaultWriter<W = any> {\n\tconstructor(stream: WritableStream);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/closed) */\n\tget closed(): Promise<void>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/ready) */\n\tget ready(): Promise<void>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/desiredSize) */\n\tget desiredSize(): number | null;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/abort) */\n\tabort(reason?: any): Promise<void>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/close) */\n\tclose(): Promise<void>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/write) */\n\twrite(chunk?: W): Promise<void>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/releaseLock) */\n\treleaseLock(): void;\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStream) */\ndeclare class TransformStream<I = any, O = any> {\n\tconstructor(transformer?: Transformer<I, O>, writableStrategy?: QueuingStrategy<I>, readableStrategy?: QueuingStrategy<O>);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStream/readable) */\n\tget readable(): ReadableStream<O>;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TransformStream/writable) */\n\tget writable(): WritableStream<I>;\n}\ndeclare class FixedLengthStream extends IdentityTransformStream {\n\tconstructor(expectedLength: number | bigint, queuingStrategy?: IdentityTransformStreamQueuingStrategy);\n}\ndeclare class IdentityTransformStream extends TransformStream<ArrayBuffer | ArrayBufferView, Uint8Array> {\n\tconstructor(queuingStrategy?: IdentityTransformStreamQueuingStrategy);\n}\ninterface IdentityTransformStreamQueuingStrategy {\n\thighWaterMark?: number | bigint;\n}\ninterface ReadableStreamValuesOptions {\n\tpreventCancel?: boolean;\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CompressionStream) */\ndeclare class CompressionStream extends TransformStream<ArrayBuffer | ArrayBufferView, Uint8Array> {\n\tconstructor(format: 'gzip' | 'deflate' | 'deflate-raw');\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DecompressionStream) */\ndeclare class DecompressionStream extends TransformStream<ArrayBuffer | ArrayBufferView, Uint8Array> {\n\tconstructor(format: 'gzip' | 'deflate' | 'deflate-raw');\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream) */\ndeclare class TextEncoderStream extends TransformStream<string, Uint8Array> {\n\tconstructor();\n\tget encoding(): string;\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoderStream) */\ndeclare class TextDecoderStream extends TransformStream<ArrayBuffer | ArrayBufferView, string> {\n\tconstructor(label?: string, options?: TextDecoderStreamTextDecoderStreamInit);\n\tget encoding(): string;\n\tget fatal(): boolean;\n\tget ignoreBOM(): boolean;\n}\ninterface TextDecoderStreamTextDecoderStreamInit {\n\tfatal?: boolean;\n\tignoreBOM?: boolean;\n}\n/**\n * This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy)\n */\ndeclare class ByteLengthQueuingStrategy implements QueuingStrategy<ArrayBufferView> {\n\tconstructor(init: QueuingStrategyInit);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy/highWaterMark) */\n\tget highWaterMark(): number;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy/size) */\n\tget size(): (chunk?: any) => number;\n}\n/**\n * This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CountQueuingStrategy)\n */\ndeclare class CountQueuingStrategy implements QueuingStrategy {\n\tconstructor(init: QueuingStrategyInit);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CountQueuingStrategy/highWaterMark) */\n\tget highWaterMark(): number;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CountQueuingStrategy/size) */\n\tget size(): (chunk?: any) => number;\n}\ninterface QueuingStrategyInit {\n\t/**\n\t * Creates a new ByteLengthQueuingStrategy with the provided high water mark.\n\t *\n\t * Note that the provided high water mark will not be validated ahead of time. Instead, if it is negative, NaN, or not a number, the resulting ByteLengthQueuingStrategy will cause the corresponding stream constructor to throw.\n\t */\n\thighWaterMark: number;\n}\ninterface ScriptVersion {\n\tid?: string;\n\ttag?: string;\n\tmessage?: string;\n}\ndeclare abstract class TailEvent extends ExtendableEvent {\n\treadonly events: TraceItem[];\n\treadonly traces: TraceItem[];\n}\ninterface TraceItem {\n\treadonly event:\n\t\t| (\n\t\t\t\t| TraceItemFetchEventInfo\n\t\t\t\t| TraceItemJsRpcEventInfo\n\t\t\t\t| TraceItemScheduledEventInfo\n\t\t\t\t| TraceItemAlarmEventInfo\n\t\t\t\t| TraceItemQueueEventInfo\n\t\t\t\t| TraceItemEmailEventInfo\n\t\t\t\t| TraceItemTailEventInfo\n\t\t\t\t| TraceItemCustomEventInfo\n\t\t\t\t| TraceItemHibernatableWebSocketEventInfo\n\t\t  )\n\t\t| null;\n\treadonly eventTimestamp: number | null;\n\treadonly logs: TraceLog[];\n\treadonly exceptions: TraceException[];\n\treadonly diagnosticsChannelEvents: TraceDiagnosticChannelEvent[];\n\treadonly scriptName: string | null;\n\treadonly entrypoint?: string;\n\treadonly scriptVersion?: ScriptVersion;\n\treadonly dispatchNamespace?: string;\n\treadonly scriptTags?: string[];\n\treadonly outcome: string;\n\treadonly executionModel: string;\n\treadonly truncated: boolean;\n\treadonly cpuTime: number;\n\treadonly wallTime: number;\n}\ninterface TraceItemAlarmEventInfo {\n\treadonly scheduledTime: Date;\n}\ninterface TraceItemCustomEventInfo {}\ninterface TraceItemScheduledEventInfo {\n\treadonly scheduledTime: number;\n\treadonly cron: string;\n}\ninterface TraceItemQueueEventInfo {\n\treadonly queue: string;\n\treadonly batchSize: number;\n}\ninterface TraceItemEmailEventInfo {\n\treadonly mailFrom: string;\n\treadonly rcptTo: string;\n\treadonly rawSize: number;\n}\ninterface TraceItemTailEventInfo {\n\treadonly consumedEvents: TraceItemTailEventInfoTailItem[];\n}\ninterface TraceItemTailEventInfoTailItem {\n\treadonly scriptName: string | null;\n}\ninterface TraceItemFetchEventInfo {\n\treadonly response?: TraceItemFetchEventInfoResponse;\n\treadonly request: TraceItemFetchEventInfoRequest;\n}\ninterface TraceItemFetchEventInfoRequest {\n\treadonly cf?: any;\n\treadonly headers: Record<string, string>;\n\treadonly method: string;\n\treadonly url: string;\n\tgetUnredacted(): TraceItemFetchEventInfoRequest;\n}\ninterface TraceItemFetchEventInfoResponse {\n\treadonly status: number;\n}\ninterface TraceItemJsRpcEventInfo {\n\treadonly rpcMethod: string;\n}\ninterface TraceItemHibernatableWebSocketEventInfo {\n\treadonly getWebSocketEvent:\n\t\t| TraceItemHibernatableWebSocketEventInfoMessage\n\t\t| TraceItemHibernatableWebSocketEventInfoClose\n\t\t| TraceItemHibernatableWebSocketEventInfoError;\n}\ninterface TraceItemHibernatableWebSocketEventInfoMessage {\n\treadonly webSocketEventType: string;\n}\ninterface TraceItemHibernatableWebSocketEventInfoClose {\n\treadonly webSocketEventType: string;\n\treadonly code: number;\n\treadonly wasClean: boolean;\n}\ninterface TraceItemHibernatableWebSocketEventInfoError {\n\treadonly webSocketEventType: string;\n}\ninterface TraceLog {\n\treadonly timestamp: number;\n\treadonly level: string;\n\treadonly message: any;\n}\ninterface TraceException {\n\treadonly timestamp: number;\n\treadonly message: string;\n\treadonly name: string;\n\treadonly stack?: string;\n}\ninterface TraceDiagnosticChannelEvent {\n\treadonly timestamp: number;\n\treadonly channel: string;\n\treadonly message: any;\n}\ninterface TraceMetrics {\n\treadonly cpuTime: number;\n\treadonly wallTime: number;\n}\ninterface UnsafeTraceMetrics {\n\tfromTrace(item: TraceItem): TraceMetrics;\n}\n/**\n * The URL interface represents an object providing static methods used for creating object URLs.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL)\n */\ndeclare class URL {\n\tconstructor(url: string | URL, base?: string | URL);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/origin) */\n\tget origin(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/href) */\n\tget href(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/href) */\n\tset href(value: string);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/protocol) */\n\tget protocol(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/protocol) */\n\tset protocol(value: string);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/username) */\n\tget username(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/username) */\n\tset username(value: string);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/password) */\n\tget password(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/password) */\n\tset password(value: string);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/host) */\n\tget host(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/host) */\n\tset host(value: string);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/hostname) */\n\tget hostname(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/hostname) */\n\tset hostname(value: string);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/port) */\n\tget port(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/port) */\n\tset port(value: string);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/pathname) */\n\tget pathname(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/pathname) */\n\tset pathname(value: string);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/search) */\n\tget search(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/search) */\n\tset search(value: string);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/hash) */\n\tget hash(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/hash) */\n\tset hash(value: string);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/searchParams) */\n\tget searchParams(): URLSearchParams;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/toJSON) */\n\ttoJSON(): string;\n\t/*function toString() { [native code] }*/\n\ttoString(): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/canParse_static) */\n\tstatic canParse(url: string, base?: string): boolean;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/parse_static) */\n\tstatic parse(url: string, base?: string): URL | null;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static) */\n\tstatic createObjectURL(object: File | Blob): string;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/revokeObjectURL_static) */\n\tstatic revokeObjectURL(object_url: string): void;\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams) */\ndeclare class URLSearchParams {\n\tconstructor(init?: Iterable<Iterable<string>> | Record<string, string> | string);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/size) */\n\tget size(): number;\n\t/**\n\t * Appends a specified key/value pair as a new search parameter.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/append)\n\t */\n\tappend(name: string, value: string): void;\n\t/**\n\t * Deletes the given search parameter, and its associated value, from the list of all search parameters.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/delete)\n\t */\n\tdelete(name: string, value?: string): void;\n\t/**\n\t * Returns the first value associated to the given search parameter.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/get)\n\t */\n\tget(name: string): string | null;\n\t/**\n\t * Returns all the values association with a given search parameter.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/getAll)\n\t */\n\tgetAll(name: string): string[];\n\t/**\n\t * Returns a Boolean indicating if such a search parameter exists.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/has)\n\t */\n\thas(name: string, value?: string): boolean;\n\t/**\n\t * Sets the value associated to a given search parameter to the given value. If there were several values, delete the others.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/set)\n\t */\n\tset(name: string, value: string): void;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/sort) */\n\tsort(): void;\n\t/* Returns an array of key, value pairs for every entry in the search params. */\n\tentries(): IterableIterator<[key: string, value: string]>;\n\t/* Returns a list of keys in the search params. */\n\tkeys(): IterableIterator<string>;\n\t/* Returns a list of values in the search params. */\n\tvalues(): IterableIterator<string>;\n\tforEach<This = unknown>(callback: (this: This, value: string, key: string, parent: URLSearchParams) => void, thisArg?: This): void;\n\t/*function toString() { [native code] } Returns a string containing a query string suitable for use in a URL. Does not include the question mark. */\n\ttoString(): string;\n\t[Symbol.iterator](): IterableIterator<[key: string, value: string]>;\n}\ndeclare class URLPattern {\n\tconstructor(input?: string | URLPatternInit, baseURL?: string | URLPatternOptions, patternOptions?: URLPatternOptions);\n\tget protocol(): string;\n\tget username(): string;\n\tget password(): string;\n\tget hostname(): string;\n\tget port(): string;\n\tget pathname(): string;\n\tget search(): string;\n\tget hash(): string;\n\tget hasRegExpGroups(): boolean;\n\ttest(input?: string | URLPatternInit, baseURL?: string): boolean;\n\texec(input?: string | URLPatternInit, baseURL?: string): URLPatternResult | null;\n}\ninterface URLPatternInit {\n\tprotocol?: string;\n\tusername?: string;\n\tpassword?: string;\n\thostname?: string;\n\tport?: string;\n\tpathname?: string;\n\tsearch?: string;\n\thash?: string;\n\tbaseURL?: string;\n}\ninterface URLPatternComponentResult {\n\tinput: string;\n\tgroups: Record<string, string>;\n}\ninterface URLPatternResult {\n\tinputs: (string | URLPatternInit)[];\n\tprotocol: URLPatternComponentResult;\n\tusername: URLPatternComponentResult;\n\tpassword: URLPatternComponentResult;\n\thostname: URLPatternComponentResult;\n\tport: URLPatternComponentResult;\n\tpathname: URLPatternComponentResult;\n\tsearch: URLPatternComponentResult;\n\thash: URLPatternComponentResult;\n}\ninterface URLPatternOptions {\n\tignoreCase?: boolean;\n}\n/**\n * A CloseEvent is sent to clients using WebSockets when the connection is closed. This is delivered to the listener indicated by the WebSocket object's onclose attribute.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CloseEvent)\n */\ndeclare class CloseEvent extends Event {\n\tconstructor(type: string, initializer?: CloseEventInit);\n\t/**\n\t * Returns the WebSocket connection close code provided by the server.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CloseEvent/code)\n\t */\n\treadonly code: number;\n\t/**\n\t * Returns the WebSocket connection close reason provided by the server.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CloseEvent/reason)\n\t */\n\treadonly reason: string;\n\t/**\n\t * Returns true if the connection closed cleanly; false otherwise.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CloseEvent/wasClean)\n\t */\n\treadonly wasClean: boolean;\n}\ninterface CloseEventInit {\n\tcode?: number;\n\treason?: string;\n\twasClean?: boolean;\n}\n/**\n * A message received by a target object.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessageEvent)\n */\ndeclare class MessageEvent extends Event {\n\tconstructor(type: string, initializer: MessageEventInit);\n\t/**\n\t * Returns the data of the message.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessageEvent/data)\n\t */\n\treadonly data: ArrayBuffer | string;\n}\ninterface MessageEventInit {\n\tdata: ArrayBuffer | string;\n}\ntype WebSocketEventMap = {\n\tclose: CloseEvent;\n\tmessage: MessageEvent;\n\topen: Event;\n\terror: ErrorEvent;\n};\n/**\n * Provides the API for creating and managing a WebSocket connection to a server, as well as for sending and receiving data on the connection.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket)\n */\ndeclare var WebSocket: {\n\tprototype: WebSocket;\n\tnew (url: string, protocols?: string[] | string): WebSocket;\n\treadonly READY_STATE_CONNECTING: number;\n\treadonly CONNECTING: number;\n\treadonly READY_STATE_OPEN: number;\n\treadonly OPEN: number;\n\treadonly READY_STATE_CLOSING: number;\n\treadonly CLOSING: number;\n\treadonly READY_STATE_CLOSED: number;\n\treadonly CLOSED: number;\n};\n/**\n * Provides the API for creating and managing a WebSocket connection to a server, as well as for sending and receiving data on the connection.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket)\n */\ninterface WebSocket extends EventTarget<WebSocketEventMap> {\n\taccept(): void;\n\t/**\n\t * Transmits data using the WebSocket connection. data can be a string, a Blob, an ArrayBuffer, or an ArrayBufferView.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/send)\n\t */\n\tsend(message: (ArrayBuffer | ArrayBufferView) | string): void;\n\t/**\n\t * Closes the WebSocket connection, optionally using code as the the WebSocket connection close code and reason as the the WebSocket connection close reason.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/close)\n\t */\n\tclose(code?: number, reason?: string): void;\n\tserializeAttachment(attachment: any): void;\n\tdeserializeAttachment(): any | null;\n\t/**\n\t * Returns the state of the WebSocket object's connection. It can have the values described below.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/readyState)\n\t */\n\treadyState: number;\n\t/**\n\t * Returns the URL that was used to establish the WebSocket connection.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/url)\n\t */\n\turl: string | null;\n\t/**\n\t * Returns the subprotocol selected by the server, if any. It can be used in conjunction with the array form of the constructor's second argument to perform subprotocol negotiation.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/protocol)\n\t */\n\tprotocol: string | null;\n\t/**\n\t * Returns the extensions selected by the server, if any.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/extensions)\n\t */\n\textensions: string | null;\n}\ndeclare const WebSocketPair: {\n\tnew (): {\n\t\t0: WebSocket;\n\t\t1: WebSocket;\n\t};\n};\ninterface SqlStorage {\n\texec<T extends Record<string, SqlStorageValue>>(query: string, ...bindings: any[]): SqlStorageCursor<T>;\n\tget databaseSize(): number;\n\tCursor: typeof SqlStorageCursor;\n\tStatement: typeof SqlStorageStatement;\n}\ndeclare abstract class SqlStorageStatement {}\ntype SqlStorageValue = ArrayBuffer | string | number | null;\ndeclare abstract class SqlStorageCursor<T extends Record<string, SqlStorageValue>> {\n\tnext():\n\t\t| {\n\t\t\t\tdone?: false;\n\t\t\t\tvalue: T;\n\t\t  }\n\t\t| {\n\t\t\t\tdone: true;\n\t\t\t\tvalue?: never;\n\t\t  };\n\ttoArray(): T[];\n\tone(): T;\n\traw<U extends SqlStorageValue[]>(): IterableIterator<U>;\n\tcolumnNames: string[];\n\tget rowsRead(): number;\n\tget rowsWritten(): number;\n\t[Symbol.iterator](): IterableIterator<T>;\n}\ninterface Socket {\n\tget readable(): ReadableStream;\n\tget writable(): WritableStream;\n\tget closed(): Promise<void>;\n\tget opened(): Promise<SocketInfo>;\n\tget upgraded(): boolean;\n\tget secureTransport(): 'on' | 'off' | 'starttls';\n\tclose(): Promise<void>;\n\tstartTls(options?: TlsOptions): Socket;\n}\ninterface SocketOptions {\n\tsecureTransport?: string;\n\tallowHalfOpen: boolean;\n\thighWaterMark?: number | bigint;\n}\ninterface SocketAddress {\n\thostname: string;\n\tport: number;\n}\ninterface TlsOptions {\n\texpectedServerHostname?: string;\n}\ninterface SocketInfo {\n\tremoteAddress?: string;\n\tlocalAddress?: string;\n}\n/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource) */\ndeclare class EventSource extends EventTarget {\n\tconstructor(url: string, init?: EventSourceEventSourceInit);\n\t/**\n\t * Aborts any instances of the fetch algorithm started for this EventSource object, and sets the readyState attribute to CLOSED.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/close)\n\t */\n\tclose(): void;\n\t/**\n\t * Returns the URL providing the event stream.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/url)\n\t */\n\tget url(): string;\n\t/**\n\t * Returns true if the credentials mode for connection requests to the URL providing the event stream is set to \"include\", and false otherwise.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/withCredentials)\n\t */\n\tget withCredentials(): boolean;\n\t/**\n\t * Returns the state of this EventSource object's connection. It can have the values described below.\n\t *\n\t * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/readyState)\n\t */\n\tget readyState(): number;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/open_event) */\n\tget onopen(): any | null;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/open_event) */\n\tset onopen(value: any | null);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/message_event) */\n\tget onmessage(): any | null;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/message_event) */\n\tset onmessage(value: any | null);\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/error_event) */\n\tget onerror(): any | null;\n\t/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/error_event) */\n\tset onerror(value: any | null);\n\tstatic readonly CONNECTING: number;\n\tstatic readonly OPEN: number;\n\tstatic readonly CLOSED: number;\n\tstatic from(stream: ReadableStream): EventSource;\n}\ninterface EventSourceEventSourceInit {\n\twithCredentials?: boolean;\n\tfetcher?: Fetcher;\n}\ninterface Container {\n\tget running(): boolean;\n\tstart(options?: ContainerStartupOptions): void;\n\tmonitor(): Promise<void>;\n\tdestroy(error?: any): Promise<void>;\n\tsignal(signo: number): void;\n\tgetTcpPort(port: number): Fetcher;\n}\ninterface ContainerStartupOptions {\n\tentrypoint?: string[];\n\tenableInternet: boolean;\n\tenv?: Record<string, string>;\n}\ntype AiImageClassificationInput = {\n\timage: number[];\n};\ntype AiImageClassificationOutput = {\n\tscore?: number;\n\tlabel?: string;\n}[];\ndeclare abstract class BaseAiImageClassification {\n\tinputs: AiImageClassificationInput;\n\tpostProcessedOutputs: AiImageClassificationOutput;\n}\ntype AiImageToTextInput = {\n\timage: number[];\n\tprompt?: string;\n\tmax_tokens?: number;\n\ttemperature?: number;\n\ttop_p?: number;\n\ttop_k?: number;\n\tseed?: number;\n\trepetition_penalty?: number;\n\tfrequency_penalty?: number;\n\tpresence_penalty?: number;\n\traw?: boolean;\n\tmessages?: RoleScopedChatInput[];\n};\ntype AiImageToTextOutput = {\n\tdescription: string;\n};\ndeclare abstract class BaseAiImageToText {\n\tinputs: AiImageToTextInput;\n\tpostProcessedOutputs: AiImageToTextOutput;\n}\ntype AiImageTextToTextInput = {\n\timage: string;\n\tprompt?: string;\n\tmax_tokens?: number;\n\ttemperature?: number;\n\tignore_eos?: boolean;\n\ttop_p?: number;\n\ttop_k?: number;\n\tseed?: number;\n\trepetition_penalty?: number;\n\tfrequency_penalty?: number;\n\tpresence_penalty?: number;\n\traw?: boolean;\n\tmessages?: RoleScopedChatInput[];\n};\ntype AiImageTextToTextOutput = {\n\tdescription: string;\n};\ndeclare abstract class BaseAiImageTextToText {\n\tinputs: AiImageTextToTextInput;\n\tpostProcessedOutputs: AiImageTextToTextOutput;\n}\ntype AiObjectDetectionInput = {\n\timage: number[];\n};\ntype AiObjectDetectionOutput = {\n\tscore?: number;\n\tlabel?: string;\n}[];\ndeclare abstract class BaseAiObjectDetection {\n\tinputs: AiObjectDetectionInput;\n\tpostProcessedOutputs: AiObjectDetectionOutput;\n}\ntype AiSentenceSimilarityInput = {\n\tsource: string;\n\tsentences: string[];\n};\ntype AiSentenceSimilarityOutput = number[];\ndeclare abstract class BaseAiSentenceSimilarity {\n\tinputs: AiSentenceSimilarityInput;\n\tpostProcessedOutputs: AiSentenceSimilarityOutput;\n}\ntype AiAutomaticSpeechRecognitionInput = {\n\taudio: number[];\n};\ntype AiAutomaticSpeechRecognitionOutput = {\n\ttext?: string;\n\twords?: {\n\t\tword: string;\n\t\tstart: number;\n\t\tend: number;\n\t}[];\n\tvtt?: string;\n};\ndeclare abstract class BaseAiAutomaticSpeechRecognition {\n\tinputs: AiAutomaticSpeechRecognitionInput;\n\tpostProcessedOutputs: AiAutomaticSpeechRecognitionOutput;\n}\ntype AiSummarizationInput = {\n\tinput_text: string;\n\tmax_length?: number;\n};\ntype AiSummarizationOutput = {\n\tsummary: string;\n};\ndeclare abstract class BaseAiSummarization {\n\tinputs: AiSummarizationInput;\n\tpostProcessedOutputs: AiSummarizationOutput;\n}\ntype AiTextClassificationInput = {\n\ttext: string;\n};\ntype AiTextClassificationOutput = {\n\tscore?: number;\n\tlabel?: string;\n}[];\ndeclare abstract class BaseAiTextClassification {\n\tinputs: AiTextClassificationInput;\n\tpostProcessedOutputs: AiTextClassificationOutput;\n}\ntype AiTextEmbeddingsInput = {\n\ttext: string | string[];\n};\ntype AiTextEmbeddingsOutput = {\n\tshape: number[];\n\tdata: number[][];\n};\ndeclare abstract class BaseAiTextEmbeddings {\n\tinputs: AiTextEmbeddingsInput;\n\tpostProcessedOutputs: AiTextEmbeddingsOutput;\n}\ntype RoleScopedChatInput = {\n\trole: 'user' | 'assistant' | 'system' | 'tool' | (string & NonNullable<unknown>);\n\tcontent: string;\n\tname?: string;\n};\ntype AiTextGenerationToolLegacyInput = {\n\tname: string;\n\tdescription: string;\n\tparameters?: {\n\t\ttype: 'object' | (string & NonNullable<unknown>);\n\t\tproperties: {\n\t\t\t[key: string]: {\n\t\t\t\ttype: string;\n\t\t\t\tdescription?: string;\n\t\t\t};\n\t\t};\n\t\trequired: string[];\n\t};\n};\ntype AiTextGenerationToolInput = {\n\ttype: 'function' | (string & NonNullable<unknown>);\n\tfunction: {\n\t\tname: string;\n\t\tdescription: string;\n\t\tparameters?: {\n\t\t\ttype: 'object' | (string & NonNullable<unknown>);\n\t\t\tproperties: {\n\t\t\t\t[key: string]: {\n\t\t\t\t\ttype: string;\n\t\t\t\t\tdescription?: string;\n\t\t\t\t};\n\t\t\t};\n\t\t\trequired: string[];\n\t\t};\n\t};\n};\ntype AiTextGenerationFunctionsInput = {\n\tname: string;\n\tcode: string;\n};\ntype AiTextGenerationResponseFormat = {\n\ttype: string;\n\tjson_schema?: any;\n};\ntype AiTextGenerationInput = {\n\tprompt?: string;\n\traw?: boolean;\n\tstream?: boolean;\n\tmax_tokens?: number;\n\ttemperature?: number;\n\ttop_p?: number;\n\ttop_k?: number;\n\tseed?: number;\n\trepetition_penalty?: number;\n\tfrequency_penalty?: number;\n\tpresence_penalty?: number;\n\tmessages?: RoleScopedChatInput[];\n\tresponse_format?: AiTextGenerationResponseFormat;\n\ttools?: AiTextGenerationToolInput[] | AiTextGenerationToolLegacyInput[] | (object & NonNullable<unknown>);\n\tfunctions?: AiTextGenerationFunctionsInput[];\n};\ntype AiTextGenerationOutput = {\n\tresponse?: string;\n\ttool_calls?: {\n\t\tname: string;\n\t\targuments: unknown;\n\t}[];\n};\ndeclare abstract class BaseAiTextGeneration {\n\tinputs: AiTextGenerationInput;\n\tpostProcessedOutputs: AiTextGenerationOutput;\n}\ntype AiTextToSpeechInput = {\n\tprompt: string;\n\tlang?: string;\n};\ntype AiTextToSpeechOutput =\n\t| Uint8Array\n\t| {\n\t\t\taudio: string;\n\t  };\ndeclare abstract class BaseAiTextToSpeech {\n\tinputs: AiTextToSpeechInput;\n\tpostProcessedOutputs: AiTextToSpeechOutput;\n}\ntype AiTextToImageInput = {\n\tprompt: string;\n\tnegative_prompt?: string;\n\theight?: number;\n\twidth?: number;\n\timage?: number[];\n\timage_b64?: string;\n\tmask?: number[];\n\tnum_steps?: number;\n\tstrength?: number;\n\tguidance?: number;\n\tseed?: number;\n};\ntype AiTextToImageOutput = ReadableStream<Uint8Array>;\ndeclare abstract class BaseAiTextToImage {\n\tinputs: AiTextToImageInput;\n\tpostProcessedOutputs: AiTextToImageOutput;\n}\ntype AiTranslationInput = {\n\ttext: string;\n\ttarget_lang: string;\n\tsource_lang?: string;\n};\ntype AiTranslationOutput = {\n\ttranslated_text?: string;\n};\ndeclare abstract class BaseAiTranslation {\n\tinputs: AiTranslationInput;\n\tpostProcessedOutputs: AiTranslationOutput;\n}\ntype Ai_Cf_Baai_Bge_Base_En_V1_5_Input =\n\t| {\n\t\t\ttext: string | string[];\n\t\t\t/**\n\t\t\t * The pooling method used in the embedding process. `cls` pooling will generate more accurate embeddings on larger inputs - however, embeddings created with cls pooling are not compatible with embeddings generated with mean pooling. The default pooling method is `mean` in order for this to not be a breaking change, but we highly suggest using the new `cls` pooling for better accuracy.\n\t\t\t */\n\t\t\tpooling?: 'mean' | 'cls';\n\t  }\n\t| {\n\t\t\t/**\n\t\t\t * Batch of the embeddings requests to run using async-queue\n\t\t\t */\n\t\t\trequests: {\n\t\t\t\ttext: string | string[];\n\t\t\t\t/**\n\t\t\t\t * The pooling method used in the embedding process. `cls` pooling will generate more accurate embeddings on larger inputs - however, embeddings created with cls pooling are not compatible with embeddings generated with mean pooling. The default pooling method is `mean` in order for this to not be a breaking change, but we highly suggest using the new `cls` pooling for better accuracy.\n\t\t\t\t */\n\t\t\t\tpooling?: 'mean' | 'cls';\n\t\t\t}[];\n\t  };\ntype Ai_Cf_Baai_Bge_Base_En_V1_5_Output =\n\t| {\n\t\t\tshape?: number[];\n\t\t\t/**\n\t\t\t * Embeddings of the requested text values\n\t\t\t */\n\t\t\tdata?: number[][];\n\t\t\t/**\n\t\t\t * The pooling method used in the embedding process.\n\t\t\t */\n\t\t\tpooling?: 'mean' | 'cls';\n\t  }\n\t| AsyncResponse;\ninterface AsyncResponse {\n\t/**\n\t * The async request id that can be used to obtain the results.\n\t */\n\trequest_id?: string;\n}\ndeclare abstract class Base_Ai_Cf_Baai_Bge_Base_En_V1_5 {\n\tinputs: Ai_Cf_Baai_Bge_Base_En_V1_5_Input;\n\tpostProcessedOutputs: Ai_Cf_Baai_Bge_Base_En_V1_5_Output;\n}\ntype Ai_Cf_Openai_Whisper_Input =\n\t| string\n\t| {\n\t\t\t/**\n\t\t\t * An array of integers that represent the audio data constrained to 8-bit unsigned integer values\n\t\t\t */\n\t\t\taudio: number[];\n\t  };\ninterface Ai_Cf_Openai_Whisper_Output {\n\t/**\n\t * The transcription\n\t */\n\ttext: string;\n\tword_count?: number;\n\twords?: {\n\t\tword?: string;\n\t\t/**\n\t\t * The second this word begins in the recording\n\t\t */\n\t\tstart?: number;\n\t\t/**\n\t\t * The ending second when the word completes\n\t\t */\n\t\tend?: number;\n\t}[];\n\tvtt?: string;\n}\ndeclare abstract class Base_Ai_Cf_Openai_Whisper {\n\tinputs: Ai_Cf_Openai_Whisper_Input;\n\tpostProcessedOutputs: Ai_Cf_Openai_Whisper_Output;\n}\ntype Ai_Cf_Meta_M2M100_1_2B_Input =\n\t| {\n\t\t\t/**\n\t\t\t * The text to be translated\n\t\t\t */\n\t\t\ttext: string;\n\t\t\t/**\n\t\t\t * The language code of the source text (e.g., 'en' for English). Defaults to 'en' if not specified\n\t\t\t */\n\t\t\tsource_lang?: string;\n\t\t\t/**\n\t\t\t * The language code to translate the text into (e.g., 'es' for Spanish)\n\t\t\t */\n\t\t\ttarget_lang: string;\n\t  }\n\t| {\n\t\t\t/**\n\t\t\t * Batch of the embeddings requests to run using async-queue\n\t\t\t */\n\t\t\trequests: {\n\t\t\t\t/**\n\t\t\t\t * The text to be translated\n\t\t\t\t */\n\t\t\t\ttext: string;\n\t\t\t\t/**\n\t\t\t\t * The language code of the source text (e.g., 'en' for English). Defaults to 'en' if not specified\n\t\t\t\t */\n\t\t\t\tsource_lang?: string;\n\t\t\t\t/**\n\t\t\t\t * The language code to translate the text into (e.g., 'es' for Spanish)\n\t\t\t\t */\n\t\t\t\ttarget_lang: string;\n\t\t\t}[];\n\t  };\ntype Ai_Cf_Meta_M2M100_1_2B_Output =\n\t| {\n\t\t\t/**\n\t\t\t * The translated text in the target language\n\t\t\t */\n\t\t\ttranslated_text?: string;\n\t  }\n\t| AsyncResponse;\ndeclare abstract class Base_Ai_Cf_Meta_M2M100_1_2B {\n\tinputs: Ai_Cf_Meta_M2M100_1_2B_Input;\n\tpostProcessedOutputs: Ai_Cf_Meta_M2M100_1_2B_Output;\n}\ntype Ai_Cf_Baai_Bge_Small_En_V1_5_Input =\n\t| {\n\t\t\ttext: string | string[];\n\t\t\t/**\n\t\t\t * The pooling method used in the embedding process. `cls` pooling will generate more accurate embeddings on larger inputs - however, embeddings created with cls pooling are not compatible with embeddings generated with mean pooling. The default pooling method is `mean` in order for this to not be a breaking change, but we highly suggest using the new `cls` pooling for better accuracy.\n\t\t\t */\n\t\t\tpooling?: 'mean' | 'cls';\n\t  }\n\t| {\n\t\t\t/**\n\t\t\t * Batch of the embeddings requests to run using async-queue\n\t\t\t */\n\t\t\trequests: {\n\t\t\t\ttext: string | string[];\n\t\t\t\t/**\n\t\t\t\t * The pooling method used in the embedding process. `cls` pooling will generate more accurate embeddings on larger inputs - however, embeddings created with cls pooling are not compatible with embeddings generated with mean pooling. The default pooling method is `mean` in order for this to not be a breaking change, but we highly suggest using the new `cls` pooling for better accuracy.\n\t\t\t\t */\n\t\t\t\tpooling?: 'mean' | 'cls';\n\t\t\t}[];\n\t  };\ntype Ai_Cf_Baai_Bge_Small_En_V1_5_Output =\n\t| {\n\t\t\tshape?: number[];\n\t\t\t/**\n\t\t\t * Embeddings of the requested text values\n\t\t\t */\n\t\t\tdata?: number[][];\n\t\t\t/**\n\t\t\t * The pooling method used in the embedding process.\n\t\t\t */\n\t\t\tpooling?: 'mean' | 'cls';\n\t  }\n\t| AsyncResponse;\ndeclare abstract class Base_Ai_Cf_Baai_Bge_Small_En_V1_5 {\n\tinputs: Ai_Cf_Baai_Bge_Small_En_V1_5_Input;\n\tpostProcessedOutputs: Ai_Cf_Baai_Bge_Small_En_V1_5_Output;\n}\ntype Ai_Cf_Baai_Bge_Large_En_V1_5_Input =\n\t| {\n\t\t\ttext: string | string[];\n\t\t\t/**\n\t\t\t * The pooling method used in the embedding process. `cls` pooling will generate more accurate embeddings on larger inputs - however, embeddings created with cls pooling are not compatible with embeddings generated with mean pooling. The default pooling method is `mean` in order for this to not be a breaking change, but we highly suggest using the new `cls` pooling for better accuracy.\n\t\t\t */\n\t\t\tpooling?: 'mean' | 'cls';\n\t  }\n\t| {\n\t\t\t/**\n\t\t\t * Batch of the embeddings requests to run using async-queue\n\t\t\t */\n\t\t\trequests: {\n\t\t\t\ttext: string | string[];\n\t\t\t\t/**\n\t\t\t\t * The pooling method used in the embedding process. `cls` pooling will generate more accurate embeddings on larger inputs - however, embeddings created with cls pooling are not compatible with embeddings generated with mean pooling. The default pooling method is `mean` in order for this to not be a breaking change, but we highly suggest using the new `cls` pooling for better accuracy.\n\t\t\t\t */\n\t\t\t\tpooling?: 'mean' | 'cls';\n\t\t\t}[];\n\t  };\ntype Ai_Cf_Baai_Bge_Large_En_V1_5_Output =\n\t| {\n\t\t\tshape?: number[];\n\t\t\t/**\n\t\t\t * Embeddings of the requested text values\n\t\t\t */\n\t\t\tdata?: number[][];\n\t\t\t/**\n\t\t\t * The pooling method used in the embedding process.\n\t\t\t */\n\t\t\tpooling?: 'mean' | 'cls';\n\t  }\n\t| AsyncResponse;\ndeclare abstract class Base_Ai_Cf_Baai_Bge_Large_En_V1_5 {\n\tinputs: Ai_Cf_Baai_Bge_Large_En_V1_5_Input;\n\tpostProcessedOutputs: Ai_Cf_Baai_Bge_Large_En_V1_5_Output;\n}\ntype Ai_Cf_Unum_Uform_Gen2_Qwen_500M_Input =\n\t| string\n\t| {\n\t\t\t/**\n\t\t\t * The input text prompt for the model to generate a response.\n\t\t\t */\n\t\t\tprompt?: string;\n\t\t\t/**\n\t\t\t * If true, a chat template is not applied and you must adhere to the specific model's expected formatting.\n\t\t\t */\n\t\t\traw?: boolean;\n\t\t\t/**\n\t\t\t * Controls the creativity of the AI's responses by adjusting how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t\t\t */\n\t\t\ttop_p?: number;\n\t\t\t/**\n\t\t\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t\t\t */\n\t\t\ttop_k?: number;\n\t\t\t/**\n\t\t\t * Random seed for reproducibility of the generation.\n\t\t\t */\n\t\t\tseed?: number;\n\t\t\t/**\n\t\t\t * Penalty for repeated tokens; higher values discourage repetition.\n\t\t\t */\n\t\t\trepetition_penalty?: number;\n\t\t\t/**\n\t\t\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t\t\t */\n\t\t\tfrequency_penalty?: number;\n\t\t\t/**\n\t\t\t * Increases the likelihood of the model introducing new topics.\n\t\t\t */\n\t\t\tpresence_penalty?: number;\n\t\t\timage: number[] | (string & NonNullable<unknown>);\n\t\t\t/**\n\t\t\t * The maximum number of tokens to generate in the response.\n\t\t\t */\n\t\t\tmax_tokens?: number;\n\t  };\ninterface Ai_Cf_Unum_Uform_Gen2_Qwen_500M_Output {\n\tdescription?: string;\n}\ndeclare abstract class Base_Ai_Cf_Unum_Uform_Gen2_Qwen_500M {\n\tinputs: Ai_Cf_Unum_Uform_Gen2_Qwen_500M_Input;\n\tpostProcessedOutputs: Ai_Cf_Unum_Uform_Gen2_Qwen_500M_Output;\n}\ntype Ai_Cf_Openai_Whisper_Tiny_En_Input =\n\t| string\n\t| {\n\t\t\t/**\n\t\t\t * An array of integers that represent the audio data constrained to 8-bit unsigned integer values\n\t\t\t */\n\t\t\taudio: number[];\n\t  };\ninterface Ai_Cf_Openai_Whisper_Tiny_En_Output {\n\t/**\n\t * The transcription\n\t */\n\ttext: string;\n\tword_count?: number;\n\twords?: {\n\t\tword?: string;\n\t\t/**\n\t\t * The second this word begins in the recording\n\t\t */\n\t\tstart?: number;\n\t\t/**\n\t\t * The ending second when the word completes\n\t\t */\n\t\tend?: number;\n\t}[];\n\tvtt?: string;\n}\ndeclare abstract class Base_Ai_Cf_Openai_Whisper_Tiny_En {\n\tinputs: Ai_Cf_Openai_Whisper_Tiny_En_Input;\n\tpostProcessedOutputs: Ai_Cf_Openai_Whisper_Tiny_En_Output;\n}\ninterface Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input {\n\t/**\n\t * Base64 encoded value of the audio data.\n\t */\n\taudio: string;\n\t/**\n\t * Supported tasks are 'translate' or 'transcribe'.\n\t */\n\ttask?: string;\n\t/**\n\t * The language of the audio being transcribed or translated.\n\t */\n\tlanguage?: string;\n\t/**\n\t * Preprocess the audio with a voice activity detection model.\n\t */\n\tvad_filter?: boolean;\n\t/**\n\t * A text prompt to help provide context to the model on the contents of the audio.\n\t */\n\tinitial_prompt?: string;\n\t/**\n\t * The prefix it appended the the beginning of the output of the transcription and can guide the transcription result.\n\t */\n\tprefix?: string;\n}\ninterface Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output {\n\ttranscription_info?: {\n\t\t/**\n\t\t * The language of the audio being transcribed or translated.\n\t\t */\n\t\tlanguage?: string;\n\t\t/**\n\t\t * The confidence level or probability of the detected language being accurate, represented as a decimal between 0 and 1.\n\t\t */\n\t\tlanguage_probability?: number;\n\t\t/**\n\t\t * The total duration of the original audio file, in seconds.\n\t\t */\n\t\tduration?: number;\n\t\t/**\n\t\t * The duration of the audio after applying Voice Activity Detection (VAD) to remove silent or irrelevant sections, in seconds.\n\t\t */\n\t\tduration_after_vad?: number;\n\t};\n\t/**\n\t * The complete transcription of the audio.\n\t */\n\ttext: string;\n\t/**\n\t * The total number of words in the transcription.\n\t */\n\tword_count?: number;\n\tsegments?: {\n\t\t/**\n\t\t * The starting time of the segment within the audio, in seconds.\n\t\t */\n\t\tstart?: number;\n\t\t/**\n\t\t * The ending time of the segment within the audio, in seconds.\n\t\t */\n\t\tend?: number;\n\t\t/**\n\t\t * The transcription of the segment.\n\t\t */\n\t\ttext?: string;\n\t\t/**\n\t\t * The temperature used in the decoding process, controlling randomness in predictions. Lower values result in more deterministic outputs.\n\t\t */\n\t\ttemperature?: number;\n\t\t/**\n\t\t * The average log probability of the predictions for the words in this segment, indicating overall confidence.\n\t\t */\n\t\tavg_logprob?: number;\n\t\t/**\n\t\t * The compression ratio of the input to the output, measuring how much the text was compressed during the transcription process.\n\t\t */\n\t\tcompression_ratio?: number;\n\t\t/**\n\t\t * The probability that the segment contains no speech, represented as a decimal between 0 and 1.\n\t\t */\n\t\tno_speech_prob?: number;\n\t\twords?: {\n\t\t\t/**\n\t\t\t * The individual word transcribed from the audio.\n\t\t\t */\n\t\t\tword?: string;\n\t\t\t/**\n\t\t\t * The starting time of the word within the audio, in seconds.\n\t\t\t */\n\t\t\tstart?: number;\n\t\t\t/**\n\t\t\t * The ending time of the word within the audio, in seconds.\n\t\t\t */\n\t\t\tend?: number;\n\t\t}[];\n\t}[];\n\t/**\n\t * The transcription in WebVTT format, which includes timing and text information for use in subtitles.\n\t */\n\tvtt?: string;\n}\ndeclare abstract class Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo {\n\tinputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Input;\n\tpostProcessedOutputs: Ai_Cf_Openai_Whisper_Large_V3_Turbo_Output;\n}\ntype Ai_Cf_Baai_Bge_M3_Input =\n\t| BGEM3InputQueryAndContexts\n\t| BGEM3InputEmbedding\n\t| {\n\t\t\t/**\n\t\t\t * Batch of the embeddings requests to run using async-queue\n\t\t\t */\n\t\t\trequests: (BGEM3InputQueryAndContexts1 | BGEM3InputEmbedding1)[];\n\t  };\ninterface BGEM3InputQueryAndContexts {\n\t/**\n\t * A query you wish to perform against the provided contexts. If no query is provided the model with respond with embeddings for contexts\n\t */\n\tquery?: string;\n\t/**\n\t * List of provided contexts. Note that the index in this array is important, as the response will refer to it.\n\t */\n\tcontexts: {\n\t\t/**\n\t\t * One of the provided context content\n\t\t */\n\t\ttext?: string;\n\t}[];\n\t/**\n\t * When provided with too long context should the model error out or truncate the context to fit?\n\t */\n\ttruncate_inputs?: boolean;\n}\ninterface BGEM3InputEmbedding {\n\ttext: string | string[];\n\t/**\n\t * When provided with too long context should the model error out or truncate the context to fit?\n\t */\n\ttruncate_inputs?: boolean;\n}\ninterface BGEM3InputQueryAndContexts1 {\n\t/**\n\t * A query you wish to perform against the provided contexts. If no query is provided the model with respond with embeddings for contexts\n\t */\n\tquery?: string;\n\t/**\n\t * List of provided contexts. Note that the index in this array is important, as the response will refer to it.\n\t */\n\tcontexts: {\n\t\t/**\n\t\t * One of the provided context content\n\t\t */\n\t\ttext?: string;\n\t}[];\n\t/**\n\t * When provided with too long context should the model error out or truncate the context to fit?\n\t */\n\ttruncate_inputs?: boolean;\n}\ninterface BGEM3InputEmbedding1 {\n\ttext: string | string[];\n\t/**\n\t * When provided with too long context should the model error out or truncate the context to fit?\n\t */\n\ttruncate_inputs?: boolean;\n}\ntype Ai_Cf_Baai_Bge_M3_Output = BGEM3OuputQuery | BGEM3OutputEmbeddingForContexts | BGEM3OuputEmbedding | AsyncResponse;\ninterface BGEM3OuputQuery {\n\tresponse?: {\n\t\t/**\n\t\t * Index of the context in the request\n\t\t */\n\t\tid?: number;\n\t\t/**\n\t\t * Score of the context under the index.\n\t\t */\n\t\tscore?: number;\n\t}[];\n}\ninterface BGEM3OutputEmbeddingForContexts {\n\tresponse?: number[][];\n\tshape?: number[];\n\t/**\n\t * The pooling method used in the embedding process.\n\t */\n\tpooling?: 'mean' | 'cls';\n}\ninterface BGEM3OuputEmbedding {\n\tshape?: number[];\n\t/**\n\t * Embeddings of the requested text values\n\t */\n\tdata?: number[][];\n\t/**\n\t * The pooling method used in the embedding process.\n\t */\n\tpooling?: 'mean' | 'cls';\n}\ndeclare abstract class Base_Ai_Cf_Baai_Bge_M3 {\n\tinputs: Ai_Cf_Baai_Bge_M3_Input;\n\tpostProcessedOutputs: Ai_Cf_Baai_Bge_M3_Output;\n}\ninterface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input {\n\t/**\n\t * A text description of the image you want to generate.\n\t */\n\tprompt: string;\n\t/**\n\t * The number of diffusion steps; higher values can improve quality but take longer.\n\t */\n\tsteps?: number;\n}\ninterface Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output {\n\t/**\n\t * The generated image in Base64 format.\n\t */\n\timage?: string;\n}\ndeclare abstract class Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell {\n\tinputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Input;\n\tpostProcessedOutputs: Ai_Cf_Black_Forest_Labs_Flux_1_Schnell_Output;\n}\ntype Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input = Prompt | Messages;\ninterface Prompt {\n\t/**\n\t * The input text prompt for the model to generate a response.\n\t */\n\tprompt: string;\n\timage?: number[] | (string & NonNullable<unknown>);\n\t/**\n\t * If true, a chat template is not applied and you must adhere to the specific model's expected formatting.\n\t */\n\traw?: boolean;\n\t/**\n\t * If true, the response will be streamed back incrementally using SSE, Server Sent Events.\n\t */\n\tstream?: boolean;\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t */\n\ttop_p?: number;\n\t/**\n\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t */\n\ttop_k?: number;\n\t/**\n\t * Random seed for reproducibility of the generation.\n\t */\n\tseed?: number;\n\t/**\n\t * Penalty for repeated tokens; higher values discourage repetition.\n\t */\n\trepetition_penalty?: number;\n\t/**\n\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t */\n\tfrequency_penalty?: number;\n\t/**\n\t * Increases the likelihood of the model introducing new topics.\n\t */\n\tpresence_penalty?: number;\n\t/**\n\t * Name of the LoRA (Low-Rank Adaptation) model to fine-tune the base model.\n\t */\n\tlora?: string;\n}\ninterface Messages {\n\t/**\n\t * An array of message objects representing the conversation history.\n\t */\n\tmessages: {\n\t\t/**\n\t\t * The role of the message sender (e.g., 'user', 'assistant', 'system', 'tool').\n\t\t */\n\t\trole?: string;\n\t\t/**\n\t\t * The tool call id. Must be supplied for tool calls for Mistral-3. If you don't know what to put here you can fall back to 000000001\n\t\t */\n\t\ttool_call_id?: string;\n\t\tcontent?:\n\t\t\t| string\n\t\t\t| {\n\t\t\t\t\t/**\n\t\t\t\t\t * Type of the content provided\n\t\t\t\t\t */\n\t\t\t\t\ttype?: string;\n\t\t\t\t\ttext?: string;\n\t\t\t\t\timage_url?: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted\n\t\t\t\t\t\t */\n\t\t\t\t\t\turl?: string;\n\t\t\t\t\t};\n\t\t\t  }[]\n\t\t\t| {\n\t\t\t\t\t/**\n\t\t\t\t\t * Type of the content provided\n\t\t\t\t\t */\n\t\t\t\t\ttype?: string;\n\t\t\t\t\ttext?: string;\n\t\t\t\t\timage_url?: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted\n\t\t\t\t\t\t */\n\t\t\t\t\t\turl?: string;\n\t\t\t\t\t};\n\t\t\t  };\n\t}[];\n\timage?: number[] | (string & NonNullable<unknown>);\n\tfunctions?: {\n\t\tname: string;\n\t\tcode: string;\n\t}[];\n\t/**\n\t * A list of tools available for the assistant to use.\n\t */\n\ttools?: (\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * The name of the tool. More descriptive the better.\n\t\t\t\t */\n\t\t\t\tname: string;\n\t\t\t\t/**\n\t\t\t\t * A brief description of what the tool does.\n\t\t\t\t */\n\t\t\t\tdescription: string;\n\t\t\t\t/**\n\t\t\t\t * Schema defining the parameters accepted by the tool.\n\t\t\t\t */\n\t\t\t\tparameters: {\n\t\t\t\t\t/**\n\t\t\t\t\t * The type of the parameters object (usually 'object').\n\t\t\t\t\t */\n\t\t\t\t\ttype: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * List of required parameter names.\n\t\t\t\t\t */\n\t\t\t\t\trequired?: string[];\n\t\t\t\t\t/**\n\t\t\t\t\t * Definitions of each parameter.\n\t\t\t\t\t */\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\t[k: string]: {\n\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t * The data type of the parameter.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t * A description of the expected parameter.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\tdescription: string;\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t  }\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * Specifies the type of tool (e.g., 'function').\n\t\t\t\t */\n\t\t\t\ttype: string;\n\t\t\t\t/**\n\t\t\t\t * Details of the function tool.\n\t\t\t\t */\n\t\t\t\tfunction: {\n\t\t\t\t\t/**\n\t\t\t\t\t * The name of the function.\n\t\t\t\t\t */\n\t\t\t\t\tname: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * A brief description of what the function does.\n\t\t\t\t\t */\n\t\t\t\t\tdescription: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * Schema defining the parameters accepted by the function.\n\t\t\t\t\t */\n\t\t\t\t\tparameters: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * The type of the parameters object (usually 'object').\n\t\t\t\t\t\t */\n\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * List of required parameter names.\n\t\t\t\t\t\t */\n\t\t\t\t\t\trequired?: string[];\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * Definitions of each parameter.\n\t\t\t\t\t\t */\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t[k: string]: {\n\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t * The data type of the parameter.\n\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t * A description of the expected parameter.\n\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\tdescription: string;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t  }\n\t)[];\n\t/**\n\t * If true, the response will be streamed back incrementally.\n\t */\n\tstream?: boolean;\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Controls the creativity of the AI's responses by adjusting how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t */\n\ttop_p?: number;\n\t/**\n\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t */\n\ttop_k?: number;\n\t/**\n\t * Random seed for reproducibility of the generation.\n\t */\n\tseed?: number;\n\t/**\n\t * Penalty for repeated tokens; higher values discourage repetition.\n\t */\n\trepetition_penalty?: number;\n\t/**\n\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t */\n\tfrequency_penalty?: number;\n\t/**\n\t * Increases the likelihood of the model introducing new topics.\n\t */\n\tpresence_penalty?: number;\n}\ntype Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Output = {\n\t/**\n\t * The generated text response from the model\n\t */\n\tresponse?: string;\n\t/**\n\t * An array of tool calls requests made during the response generation\n\t */\n\ttool_calls?: {\n\t\t/**\n\t\t * The arguments passed to be passed to the tool call request\n\t\t */\n\t\targuments?: object;\n\t\t/**\n\t\t * The name of the tool to be called\n\t\t */\n\t\tname?: string;\n\t}[];\n};\ndeclare abstract class Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct {\n\tinputs: Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Input;\n\tpostProcessedOutputs: Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct_Output;\n}\ntype Ai_Cf_Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Input =\n\t| Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Prompt\n\t| Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Messages\n\t| AsyncBatch;\ninterface Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Prompt {\n\t/**\n\t * The input text prompt for the model to generate a response.\n\t */\n\tprompt: string;\n\t/**\n\t * Name of the LoRA (Low-Rank Adaptation) model to fine-tune the base model.\n\t */\n\tlora?: string;\n\tresponse_format?: JSONMode;\n\t/**\n\t * If true, a chat template is not applied and you must adhere to the specific model's expected formatting.\n\t */\n\traw?: boolean;\n\t/**\n\t * If true, the response will be streamed back incrementally using SSE, Server Sent Events.\n\t */\n\tstream?: boolean;\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t */\n\ttop_p?: number;\n\t/**\n\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t */\n\ttop_k?: number;\n\t/**\n\t * Random seed for reproducibility of the generation.\n\t */\n\tseed?: number;\n\t/**\n\t * Penalty for repeated tokens; higher values discourage repetition.\n\t */\n\trepetition_penalty?: number;\n\t/**\n\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t */\n\tfrequency_penalty?: number;\n\t/**\n\t * Increases the likelihood of the model introducing new topics.\n\t */\n\tpresence_penalty?: number;\n}\ninterface JSONMode {\n\ttype?: 'json_object' | 'json_schema';\n\tjson_schema?: unknown;\n}\ninterface Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Messages {\n\t/**\n\t * An array of message objects representing the conversation history.\n\t */\n\tmessages: {\n\t\t/**\n\t\t * The role of the message sender (e.g., 'user', 'assistant', 'system', 'tool').\n\t\t */\n\t\trole: string;\n\t\t/**\n\t\t * The content of the message as a string.\n\t\t */\n\t\tcontent: string;\n\t}[];\n\tfunctions?: {\n\t\tname: string;\n\t\tcode: string;\n\t}[];\n\t/**\n\t * A list of tools available for the assistant to use.\n\t */\n\ttools?: (\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * The name of the tool. More descriptive the better.\n\t\t\t\t */\n\t\t\t\tname: string;\n\t\t\t\t/**\n\t\t\t\t * A brief description of what the tool does.\n\t\t\t\t */\n\t\t\t\tdescription: string;\n\t\t\t\t/**\n\t\t\t\t * Schema defining the parameters accepted by the tool.\n\t\t\t\t */\n\t\t\t\tparameters: {\n\t\t\t\t\t/**\n\t\t\t\t\t * The type of the parameters object (usually 'object').\n\t\t\t\t\t */\n\t\t\t\t\ttype: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * List of required parameter names.\n\t\t\t\t\t */\n\t\t\t\t\trequired?: string[];\n\t\t\t\t\t/**\n\t\t\t\t\t * Definitions of each parameter.\n\t\t\t\t\t */\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\t[k: string]: {\n\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t * The data type of the parameter.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t * A description of the expected parameter.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\tdescription: string;\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t  }\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * Specifies the type of tool (e.g., 'function').\n\t\t\t\t */\n\t\t\t\ttype: string;\n\t\t\t\t/**\n\t\t\t\t * Details of the function tool.\n\t\t\t\t */\n\t\t\t\tfunction: {\n\t\t\t\t\t/**\n\t\t\t\t\t * The name of the function.\n\t\t\t\t\t */\n\t\t\t\t\tname: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * A brief description of what the function does.\n\t\t\t\t\t */\n\t\t\t\t\tdescription: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * Schema defining the parameters accepted by the function.\n\t\t\t\t\t */\n\t\t\t\t\tparameters: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * The type of the parameters object (usually 'object').\n\t\t\t\t\t\t */\n\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * List of required parameter names.\n\t\t\t\t\t\t */\n\t\t\t\t\t\trequired?: string[];\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * Definitions of each parameter.\n\t\t\t\t\t\t */\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t[k: string]: {\n\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t * The data type of the parameter.\n\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t * A description of the expected parameter.\n\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\tdescription: string;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t  }\n\t)[];\n\tresponse_format?: JSONMode;\n\t/**\n\t * If true, a chat template is not applied and you must adhere to the specific model's expected formatting.\n\t */\n\traw?: boolean;\n\t/**\n\t * If true, the response will be streamed back incrementally using SSE, Server Sent Events.\n\t */\n\tstream?: boolean;\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t */\n\ttop_p?: number;\n\t/**\n\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t */\n\ttop_k?: number;\n\t/**\n\t * Random seed for reproducibility of the generation.\n\t */\n\tseed?: number;\n\t/**\n\t * Penalty for repeated tokens; higher values discourage repetition.\n\t */\n\trepetition_penalty?: number;\n\t/**\n\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t */\n\tfrequency_penalty?: number;\n\t/**\n\t * Increases the likelihood of the model introducing new topics.\n\t */\n\tpresence_penalty?: number;\n}\ninterface AsyncBatch {\n\trequests?: {\n\t\t/**\n\t\t * User-supplied reference. This field will be present in the response as well it can be used to reference the request and response. It's NOT validated to be unique.\n\t\t */\n\t\texternal_reference?: string;\n\t\t/**\n\t\t * Prompt for the text generation model\n\t\t */\n\t\tprompt?: string;\n\t\t/**\n\t\t * If true, the response will be streamed back incrementally using SSE, Server Sent Events.\n\t\t */\n\t\tstream?: boolean;\n\t\t/**\n\t\t * The maximum number of tokens to generate in the response.\n\t\t */\n\t\tmax_tokens?: number;\n\t\t/**\n\t\t * Controls the randomness of the output; higher values produce more random results.\n\t\t */\n\t\ttemperature?: number;\n\t\t/**\n\t\t * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t\t */\n\t\ttop_p?: number;\n\t\t/**\n\t\t * Random seed for reproducibility of the generation.\n\t\t */\n\t\tseed?: number;\n\t\t/**\n\t\t * Penalty for repeated tokens; higher values discourage repetition.\n\t\t */\n\t\trepetition_penalty?: number;\n\t\t/**\n\t\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t\t */\n\t\tfrequency_penalty?: number;\n\t\t/**\n\t\t * Increases the likelihood of the model introducing new topics.\n\t\t */\n\t\tpresence_penalty?: number;\n\t\tresponse_format?: JSONMode;\n\t}[];\n}\ntype Ai_Cf_Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Output =\n\t| {\n\t\t\t/**\n\t\t\t * The generated text response from the model\n\t\t\t */\n\t\t\tresponse: string;\n\t\t\t/**\n\t\t\t * Usage statistics for the inference request\n\t\t\t */\n\t\t\tusage?: {\n\t\t\t\t/**\n\t\t\t\t * Total number of tokens in input\n\t\t\t\t */\n\t\t\t\tprompt_tokens?: number;\n\t\t\t\t/**\n\t\t\t\t * Total number of tokens in output\n\t\t\t\t */\n\t\t\t\tcompletion_tokens?: number;\n\t\t\t\t/**\n\t\t\t\t * Total number of input and output tokens\n\t\t\t\t */\n\t\t\t\ttotal_tokens?: number;\n\t\t\t};\n\t\t\t/**\n\t\t\t * An array of tool calls requests made during the response generation\n\t\t\t */\n\t\t\ttool_calls?: {\n\t\t\t\t/**\n\t\t\t\t * The arguments passed to be passed to the tool call request\n\t\t\t\t */\n\t\t\t\targuments?: object;\n\t\t\t\t/**\n\t\t\t\t * The name of the tool to be called\n\t\t\t\t */\n\t\t\t\tname?: string;\n\t\t\t}[];\n\t  }\n\t| AsyncResponse;\ndeclare abstract class Base_Ai_Cf_Meta_Llama_3_3_70B_Instruct_Fp8_Fast {\n\tinputs: Ai_Cf_Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Input;\n\tpostProcessedOutputs: Ai_Cf_Meta_Llama_3_3_70B_Instruct_Fp8_Fast_Output;\n}\ninterface Ai_Cf_Meta_Llama_Guard_3_8B_Input {\n\t/**\n\t * An array of message objects representing the conversation history.\n\t */\n\tmessages: {\n\t\t/**\n\t\t * The role of the message sender must alternate between 'user' and 'assistant'.\n\t\t */\n\t\trole: 'user' | 'assistant';\n\t\t/**\n\t\t * The content of the message as a string.\n\t\t */\n\t\tcontent: string;\n\t}[];\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Dictate the output format of the generated response.\n\t */\n\tresponse_format?: {\n\t\t/**\n\t\t * Set to json_object to process and output generated text as JSON.\n\t\t */\n\t\ttype?: string;\n\t};\n}\ninterface Ai_Cf_Meta_Llama_Guard_3_8B_Output {\n\tresponse?:\n\t\t| string\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * Whether the conversation is safe or not.\n\t\t\t\t */\n\t\t\t\tsafe?: boolean;\n\t\t\t\t/**\n\t\t\t\t * A list of what hazard categories predicted for the conversation, if the conversation is deemed unsafe.\n\t\t\t\t */\n\t\t\t\tcategories?: string[];\n\t\t  };\n\t/**\n\t * Usage statistics for the inference request\n\t */\n\tusage?: {\n\t\t/**\n\t\t * Total number of tokens in input\n\t\t */\n\t\tprompt_tokens?: number;\n\t\t/**\n\t\t * Total number of tokens in output\n\t\t */\n\t\tcompletion_tokens?: number;\n\t\t/**\n\t\t * Total number of input and output tokens\n\t\t */\n\t\ttotal_tokens?: number;\n\t};\n}\ndeclare abstract class Base_Ai_Cf_Meta_Llama_Guard_3_8B {\n\tinputs: Ai_Cf_Meta_Llama_Guard_3_8B_Input;\n\tpostProcessedOutputs: Ai_Cf_Meta_Llama_Guard_3_8B_Output;\n}\ninterface Ai_Cf_Baai_Bge_Reranker_Base_Input {\n\t/**\n\t * A query you wish to perform against the provided contexts.\n\t */\n\tquery: string;\n\t/**\n\t * Number of returned results starting with the best score.\n\t */\n\ttop_k?: number;\n\t/**\n\t * List of provided contexts. Note that the index in this array is important, as the response will refer to it.\n\t */\n\tcontexts: {\n\t\t/**\n\t\t * One of the provided context content\n\t\t */\n\t\ttext?: string;\n\t}[];\n}\ninterface Ai_Cf_Baai_Bge_Reranker_Base_Output {\n\tresponse?: {\n\t\t/**\n\t\t * Index of the context in the request\n\t\t */\n\t\tid?: number;\n\t\t/**\n\t\t * Score of the context under the index.\n\t\t */\n\t\tscore?: number;\n\t}[];\n}\ndeclare abstract class Base_Ai_Cf_Baai_Bge_Reranker_Base {\n\tinputs: Ai_Cf_Baai_Bge_Reranker_Base_Input;\n\tpostProcessedOutputs: Ai_Cf_Baai_Bge_Reranker_Base_Output;\n}\ntype Ai_Cf_Qwen_Qwen2_5_Coder_32B_Instruct_Input = Qwen2_5_Coder_32B_Instruct_Prompt | Qwen2_5_Coder_32B_Instruct_Messages;\ninterface Qwen2_5_Coder_32B_Instruct_Prompt {\n\t/**\n\t * The input text prompt for the model to generate a response.\n\t */\n\tprompt: string;\n\t/**\n\t * Name of the LoRA (Low-Rank Adaptation) model to fine-tune the base model.\n\t */\n\tlora?: string;\n\tresponse_format?: JSONMode;\n\t/**\n\t * If true, a chat template is not applied and you must adhere to the specific model's expected formatting.\n\t */\n\traw?: boolean;\n\t/**\n\t * If true, the response will be streamed back incrementally using SSE, Server Sent Events.\n\t */\n\tstream?: boolean;\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t */\n\ttop_p?: number;\n\t/**\n\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t */\n\ttop_k?: number;\n\t/**\n\t * Random seed for reproducibility of the generation.\n\t */\n\tseed?: number;\n\t/**\n\t * Penalty for repeated tokens; higher values discourage repetition.\n\t */\n\trepetition_penalty?: number;\n\t/**\n\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t */\n\tfrequency_penalty?: number;\n\t/**\n\t * Increases the likelihood of the model introducing new topics.\n\t */\n\tpresence_penalty?: number;\n}\ninterface Qwen2_5_Coder_32B_Instruct_Messages {\n\t/**\n\t * An array of message objects representing the conversation history.\n\t */\n\tmessages: {\n\t\t/**\n\t\t * The role of the message sender (e.g., 'user', 'assistant', 'system', 'tool').\n\t\t */\n\t\trole: string;\n\t\t/**\n\t\t * The content of the message as a string.\n\t\t */\n\t\tcontent: string;\n\t}[];\n\tfunctions?: {\n\t\tname: string;\n\t\tcode: string;\n\t}[];\n\t/**\n\t * A list of tools available for the assistant to use.\n\t */\n\ttools?: (\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * The name of the tool. More descriptive the better.\n\t\t\t\t */\n\t\t\t\tname: string;\n\t\t\t\t/**\n\t\t\t\t * A brief description of what the tool does.\n\t\t\t\t */\n\t\t\t\tdescription: string;\n\t\t\t\t/**\n\t\t\t\t * Schema defining the parameters accepted by the tool.\n\t\t\t\t */\n\t\t\t\tparameters: {\n\t\t\t\t\t/**\n\t\t\t\t\t * The type of the parameters object (usually 'object').\n\t\t\t\t\t */\n\t\t\t\t\ttype: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * List of required parameter names.\n\t\t\t\t\t */\n\t\t\t\t\trequired?: string[];\n\t\t\t\t\t/**\n\t\t\t\t\t * Definitions of each parameter.\n\t\t\t\t\t */\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\t[k: string]: {\n\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t * The data type of the parameter.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t * A description of the expected parameter.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\tdescription: string;\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t  }\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * Specifies the type of tool (e.g., 'function').\n\t\t\t\t */\n\t\t\t\ttype: string;\n\t\t\t\t/**\n\t\t\t\t * Details of the function tool.\n\t\t\t\t */\n\t\t\t\tfunction: {\n\t\t\t\t\t/**\n\t\t\t\t\t * The name of the function.\n\t\t\t\t\t */\n\t\t\t\t\tname: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * A brief description of what the function does.\n\t\t\t\t\t */\n\t\t\t\t\tdescription: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * Schema defining the parameters accepted by the function.\n\t\t\t\t\t */\n\t\t\t\t\tparameters: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * The type of the parameters object (usually 'object').\n\t\t\t\t\t\t */\n\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * List of required parameter names.\n\t\t\t\t\t\t */\n\t\t\t\t\t\trequired?: string[];\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * Definitions of each parameter.\n\t\t\t\t\t\t */\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t[k: string]: {\n\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t * The data type of the parameter.\n\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t * A description of the expected parameter.\n\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\tdescription: string;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t  }\n\t)[];\n\tresponse_format?: JSONMode;\n\t/**\n\t * If true, a chat template is not applied and you must adhere to the specific model's expected formatting.\n\t */\n\traw?: boolean;\n\t/**\n\t * If true, the response will be streamed back incrementally using SSE, Server Sent Events.\n\t */\n\tstream?: boolean;\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t */\n\ttop_p?: number;\n\t/**\n\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t */\n\ttop_k?: number;\n\t/**\n\t * Random seed for reproducibility of the generation.\n\t */\n\tseed?: number;\n\t/**\n\t * Penalty for repeated tokens; higher values discourage repetition.\n\t */\n\trepetition_penalty?: number;\n\t/**\n\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t */\n\tfrequency_penalty?: number;\n\t/**\n\t * Increases the likelihood of the model introducing new topics.\n\t */\n\tpresence_penalty?: number;\n}\ntype Ai_Cf_Qwen_Qwen2_5_Coder_32B_Instruct_Output = {\n\t/**\n\t * The generated text response from the model\n\t */\n\tresponse: string;\n\t/**\n\t * Usage statistics for the inference request\n\t */\n\tusage?: {\n\t\t/**\n\t\t * Total number of tokens in input\n\t\t */\n\t\tprompt_tokens?: number;\n\t\t/**\n\t\t * Total number of tokens in output\n\t\t */\n\t\tcompletion_tokens?: number;\n\t\t/**\n\t\t * Total number of input and output tokens\n\t\t */\n\t\ttotal_tokens?: number;\n\t};\n\t/**\n\t * An array of tool calls requests made during the response generation\n\t */\n\ttool_calls?: {\n\t\t/**\n\t\t * The arguments passed to be passed to the tool call request\n\t\t */\n\t\targuments?: object;\n\t\t/**\n\t\t * The name of the tool to be called\n\t\t */\n\t\tname?: string;\n\t}[];\n};\ndeclare abstract class Base_Ai_Cf_Qwen_Qwen2_5_Coder_32B_Instruct {\n\tinputs: Ai_Cf_Qwen_Qwen2_5_Coder_32B_Instruct_Input;\n\tpostProcessedOutputs: Ai_Cf_Qwen_Qwen2_5_Coder_32B_Instruct_Output;\n}\ntype Ai_Cf_Qwen_Qwq_32B_Input = Qwen_Qwq_32B_Prompt | Qwen_Qwq_32B_Messages;\ninterface Qwen_Qwq_32B_Prompt {\n\t/**\n\t * The input text prompt for the model to generate a response.\n\t */\n\tprompt: string;\n\t/**\n\t * JSON schema that should be fulfilled for the response.\n\t */\n\tguided_json?: object;\n\t/**\n\t * If true, a chat template is not applied and you must adhere to the specific model's expected formatting.\n\t */\n\traw?: boolean;\n\t/**\n\t * If true, the response will be streamed back incrementally using SSE, Server Sent Events.\n\t */\n\tstream?: boolean;\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t */\n\ttop_p?: number;\n\t/**\n\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t */\n\ttop_k?: number;\n\t/**\n\t * Random seed for reproducibility of the generation.\n\t */\n\tseed?: number;\n\t/**\n\t * Penalty for repeated tokens; higher values discourage repetition.\n\t */\n\trepetition_penalty?: number;\n\t/**\n\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t */\n\tfrequency_penalty?: number;\n\t/**\n\t * Increases the likelihood of the model introducing new topics.\n\t */\n\tpresence_penalty?: number;\n}\ninterface Qwen_Qwq_32B_Messages {\n\t/**\n\t * An array of message objects representing the conversation history.\n\t */\n\tmessages: {\n\t\t/**\n\t\t * The role of the message sender (e.g., 'user', 'assistant', 'system', 'tool').\n\t\t */\n\t\trole?: string;\n\t\t/**\n\t\t * The tool call id. Must be supplied for tool calls for Mistral-3. If you don't know what to put here you can fall back to 000000001\n\t\t */\n\t\ttool_call_id?: string;\n\t\tcontent?:\n\t\t\t| string\n\t\t\t| {\n\t\t\t\t\t/**\n\t\t\t\t\t * Type of the content provided\n\t\t\t\t\t */\n\t\t\t\t\ttype?: string;\n\t\t\t\t\ttext?: string;\n\t\t\t\t\timage_url?: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted\n\t\t\t\t\t\t */\n\t\t\t\t\t\turl?: string;\n\t\t\t\t\t};\n\t\t\t  }[]\n\t\t\t| {\n\t\t\t\t\t/**\n\t\t\t\t\t * Type of the content provided\n\t\t\t\t\t */\n\t\t\t\t\ttype?: string;\n\t\t\t\t\ttext?: string;\n\t\t\t\t\timage_url?: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted\n\t\t\t\t\t\t */\n\t\t\t\t\t\turl?: string;\n\t\t\t\t\t};\n\t\t\t  };\n\t}[];\n\tfunctions?: {\n\t\tname: string;\n\t\tcode: string;\n\t}[];\n\t/**\n\t * A list of tools available for the assistant to use.\n\t */\n\ttools?: (\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * The name of the tool. More descriptive the better.\n\t\t\t\t */\n\t\t\t\tname: string;\n\t\t\t\t/**\n\t\t\t\t * A brief description of what the tool does.\n\t\t\t\t */\n\t\t\t\tdescription: string;\n\t\t\t\t/**\n\t\t\t\t * Schema defining the parameters accepted by the tool.\n\t\t\t\t */\n\t\t\t\tparameters: {\n\t\t\t\t\t/**\n\t\t\t\t\t * The type of the parameters object (usually 'object').\n\t\t\t\t\t */\n\t\t\t\t\ttype: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * List of required parameter names.\n\t\t\t\t\t */\n\t\t\t\t\trequired?: string[];\n\t\t\t\t\t/**\n\t\t\t\t\t * Definitions of each parameter.\n\t\t\t\t\t */\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\t[k: string]: {\n\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t * The data type of the parameter.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t * A description of the expected parameter.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\tdescription: string;\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t  }\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * Specifies the type of tool (e.g., 'function').\n\t\t\t\t */\n\t\t\t\ttype: string;\n\t\t\t\t/**\n\t\t\t\t * Details of the function tool.\n\t\t\t\t */\n\t\t\t\tfunction: {\n\t\t\t\t\t/**\n\t\t\t\t\t * The name of the function.\n\t\t\t\t\t */\n\t\t\t\t\tname: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * A brief description of what the function does.\n\t\t\t\t\t */\n\t\t\t\t\tdescription: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * Schema defining the parameters accepted by the function.\n\t\t\t\t\t */\n\t\t\t\t\tparameters: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * The type of the parameters object (usually 'object').\n\t\t\t\t\t\t */\n\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * List of required parameter names.\n\t\t\t\t\t\t */\n\t\t\t\t\t\trequired?: string[];\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * Definitions of each parameter.\n\t\t\t\t\t\t */\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t[k: string]: {\n\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t * The data type of the parameter.\n\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t * A description of the expected parameter.\n\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\tdescription: string;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t  }\n\t)[];\n\t/**\n\t * JSON schema that should be fufilled for the response.\n\t */\n\tguided_json?: object;\n\t/**\n\t * If true, a chat template is not applied and you must adhere to the specific model's expected formatting.\n\t */\n\traw?: boolean;\n\t/**\n\t * If true, the response will be streamed back incrementally using SSE, Server Sent Events.\n\t */\n\tstream?: boolean;\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t */\n\ttop_p?: number;\n\t/**\n\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t */\n\ttop_k?: number;\n\t/**\n\t * Random seed for reproducibility of the generation.\n\t */\n\tseed?: number;\n\t/**\n\t * Penalty for repeated tokens; higher values discourage repetition.\n\t */\n\trepetition_penalty?: number;\n\t/**\n\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t */\n\tfrequency_penalty?: number;\n\t/**\n\t * Increases the likelihood of the model introducing new topics.\n\t */\n\tpresence_penalty?: number;\n}\ntype Ai_Cf_Qwen_Qwq_32B_Output = {\n\t/**\n\t * The generated text response from the model\n\t */\n\tresponse: string;\n\t/**\n\t * Usage statistics for the inference request\n\t */\n\tusage?: {\n\t\t/**\n\t\t * Total number of tokens in input\n\t\t */\n\t\tprompt_tokens?: number;\n\t\t/**\n\t\t * Total number of tokens in output\n\t\t */\n\t\tcompletion_tokens?: number;\n\t\t/**\n\t\t * Total number of input and output tokens\n\t\t */\n\t\ttotal_tokens?: number;\n\t};\n\t/**\n\t * An array of tool calls requests made during the response generation\n\t */\n\ttool_calls?: {\n\t\t/**\n\t\t * The arguments passed to be passed to the tool call request\n\t\t */\n\t\targuments?: object;\n\t\t/**\n\t\t * The name of the tool to be called\n\t\t */\n\t\tname?: string;\n\t}[];\n};\ndeclare abstract class Base_Ai_Cf_Qwen_Qwq_32B {\n\tinputs: Ai_Cf_Qwen_Qwq_32B_Input;\n\tpostProcessedOutputs: Ai_Cf_Qwen_Qwq_32B_Output;\n}\ntype Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Input = Mistral_Small_3_1_24B_Instruct_Prompt | Mistral_Small_3_1_24B_Instruct_Messages;\ninterface Mistral_Small_3_1_24B_Instruct_Prompt {\n\t/**\n\t * The input text prompt for the model to generate a response.\n\t */\n\tprompt: string;\n\t/**\n\t * JSON schema that should be fulfilled for the response.\n\t */\n\tguided_json?: object;\n\t/**\n\t * If true, a chat template is not applied and you must adhere to the specific model's expected formatting.\n\t */\n\traw?: boolean;\n\t/**\n\t * If true, the response will be streamed back incrementally using SSE, Server Sent Events.\n\t */\n\tstream?: boolean;\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t */\n\ttop_p?: number;\n\t/**\n\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t */\n\ttop_k?: number;\n\t/**\n\t * Random seed for reproducibility of the generation.\n\t */\n\tseed?: number;\n\t/**\n\t * Penalty for repeated tokens; higher values discourage repetition.\n\t */\n\trepetition_penalty?: number;\n\t/**\n\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t */\n\tfrequency_penalty?: number;\n\t/**\n\t * Increases the likelihood of the model introducing new topics.\n\t */\n\tpresence_penalty?: number;\n}\ninterface Mistral_Small_3_1_24B_Instruct_Messages {\n\t/**\n\t * An array of message objects representing the conversation history.\n\t */\n\tmessages: {\n\t\t/**\n\t\t * The role of the message sender (e.g., 'user', 'assistant', 'system', 'tool').\n\t\t */\n\t\trole?: string;\n\t\t/**\n\t\t * The tool call id. Must be supplied for tool calls for Mistral-3. If you don't know what to put here you can fall back to 000000001\n\t\t */\n\t\ttool_call_id?: string;\n\t\tcontent?:\n\t\t\t| string\n\t\t\t| {\n\t\t\t\t\t/**\n\t\t\t\t\t * Type of the content provided\n\t\t\t\t\t */\n\t\t\t\t\ttype?: string;\n\t\t\t\t\ttext?: string;\n\t\t\t\t\timage_url?: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted\n\t\t\t\t\t\t */\n\t\t\t\t\t\turl?: string;\n\t\t\t\t\t};\n\t\t\t  }[]\n\t\t\t| {\n\t\t\t\t\t/**\n\t\t\t\t\t * Type of the content provided\n\t\t\t\t\t */\n\t\t\t\t\ttype?: string;\n\t\t\t\t\ttext?: string;\n\t\t\t\t\timage_url?: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted\n\t\t\t\t\t\t */\n\t\t\t\t\t\turl?: string;\n\t\t\t\t\t};\n\t\t\t  };\n\t}[];\n\tfunctions?: {\n\t\tname: string;\n\t\tcode: string;\n\t}[];\n\t/**\n\t * A list of tools available for the assistant to use.\n\t */\n\ttools?: (\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * The name of the tool. More descriptive the better.\n\t\t\t\t */\n\t\t\t\tname: string;\n\t\t\t\t/**\n\t\t\t\t * A brief description of what the tool does.\n\t\t\t\t */\n\t\t\t\tdescription: string;\n\t\t\t\t/**\n\t\t\t\t * Schema defining the parameters accepted by the tool.\n\t\t\t\t */\n\t\t\t\tparameters: {\n\t\t\t\t\t/**\n\t\t\t\t\t * The type of the parameters object (usually 'object').\n\t\t\t\t\t */\n\t\t\t\t\ttype: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * List of required parameter names.\n\t\t\t\t\t */\n\t\t\t\t\trequired?: string[];\n\t\t\t\t\t/**\n\t\t\t\t\t * Definitions of each parameter.\n\t\t\t\t\t */\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\t[k: string]: {\n\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t * The data type of the parameter.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t * A description of the expected parameter.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\tdescription: string;\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t  }\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * Specifies the type of tool (e.g., 'function').\n\t\t\t\t */\n\t\t\t\ttype: string;\n\t\t\t\t/**\n\t\t\t\t * Details of the function tool.\n\t\t\t\t */\n\t\t\t\tfunction: {\n\t\t\t\t\t/**\n\t\t\t\t\t * The name of the function.\n\t\t\t\t\t */\n\t\t\t\t\tname: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * A brief description of what the function does.\n\t\t\t\t\t */\n\t\t\t\t\tdescription: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * Schema defining the parameters accepted by the function.\n\t\t\t\t\t */\n\t\t\t\t\tparameters: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * The type of the parameters object (usually 'object').\n\t\t\t\t\t\t */\n\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * List of required parameter names.\n\t\t\t\t\t\t */\n\t\t\t\t\t\trequired?: string[];\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * Definitions of each parameter.\n\t\t\t\t\t\t */\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t[k: string]: {\n\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t * The data type of the parameter.\n\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t * A description of the expected parameter.\n\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\tdescription: string;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t  }\n\t)[];\n\t/**\n\t * JSON schema that should be fufilled for the response.\n\t */\n\tguided_json?: object;\n\t/**\n\t * If true, a chat template is not applied and you must adhere to the specific model's expected formatting.\n\t */\n\traw?: boolean;\n\t/**\n\t * If true, the response will be streamed back incrementally using SSE, Server Sent Events.\n\t */\n\tstream?: boolean;\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t */\n\ttop_p?: number;\n\t/**\n\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t */\n\ttop_k?: number;\n\t/**\n\t * Random seed for reproducibility of the generation.\n\t */\n\tseed?: number;\n\t/**\n\t * Penalty for repeated tokens; higher values discourage repetition.\n\t */\n\trepetition_penalty?: number;\n\t/**\n\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t */\n\tfrequency_penalty?: number;\n\t/**\n\t * Increases the likelihood of the model introducing new topics.\n\t */\n\tpresence_penalty?: number;\n}\ntype Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Output = {\n\t/**\n\t * The generated text response from the model\n\t */\n\tresponse: string;\n\t/**\n\t * Usage statistics for the inference request\n\t */\n\tusage?: {\n\t\t/**\n\t\t * Total number of tokens in input\n\t\t */\n\t\tprompt_tokens?: number;\n\t\t/**\n\t\t * Total number of tokens in output\n\t\t */\n\t\tcompletion_tokens?: number;\n\t\t/**\n\t\t * Total number of input and output tokens\n\t\t */\n\t\ttotal_tokens?: number;\n\t};\n\t/**\n\t * An array of tool calls requests made during the response generation\n\t */\n\ttool_calls?: {\n\t\t/**\n\t\t * The arguments passed to be passed to the tool call request\n\t\t */\n\t\targuments?: object;\n\t\t/**\n\t\t * The name of the tool to be called\n\t\t */\n\t\tname?: string;\n\t}[];\n};\ndeclare abstract class Base_Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct {\n\tinputs: Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Input;\n\tpostProcessedOutputs: Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct_Output;\n}\ntype Ai_Cf_Google_Gemma_3_12B_It_Input = Google_Gemma_3_12B_It_Prompt | Google_Gemma_3_12B_It_Messages;\ninterface Google_Gemma_3_12B_It_Prompt {\n\t/**\n\t * The input text prompt for the model to generate a response.\n\t */\n\tprompt: string;\n\t/**\n\t * JSON schema that should be fufilled for the response.\n\t */\n\tguided_json?: object;\n\t/**\n\t * If true, a chat template is not applied and you must adhere to the specific model's expected formatting.\n\t */\n\traw?: boolean;\n\t/**\n\t * If true, the response will be streamed back incrementally using SSE, Server Sent Events.\n\t */\n\tstream?: boolean;\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t */\n\ttop_p?: number;\n\t/**\n\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t */\n\ttop_k?: number;\n\t/**\n\t * Random seed for reproducibility of the generation.\n\t */\n\tseed?: number;\n\t/**\n\t * Penalty for repeated tokens; higher values discourage repetition.\n\t */\n\trepetition_penalty?: number;\n\t/**\n\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t */\n\tfrequency_penalty?: number;\n\t/**\n\t * Increases the likelihood of the model introducing new topics.\n\t */\n\tpresence_penalty?: number;\n}\ninterface Google_Gemma_3_12B_It_Messages {\n\t/**\n\t * An array of message objects representing the conversation history.\n\t */\n\tmessages: {\n\t\t/**\n\t\t * The role of the message sender (e.g., 'user', 'assistant', 'system', 'tool').\n\t\t */\n\t\trole?: string;\n\t\tcontent?:\n\t\t\t| string\n\t\t\t| {\n\t\t\t\t\t/**\n\t\t\t\t\t * Type of the content provided\n\t\t\t\t\t */\n\t\t\t\t\ttype?: string;\n\t\t\t\t\ttext?: string;\n\t\t\t\t\timage_url?: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted\n\t\t\t\t\t\t */\n\t\t\t\t\t\turl?: string;\n\t\t\t\t\t};\n\t\t\t  }[]\n\t\t\t| {\n\t\t\t\t\t/**\n\t\t\t\t\t * Type of the content provided\n\t\t\t\t\t */\n\t\t\t\t\ttype?: string;\n\t\t\t\t\ttext?: string;\n\t\t\t\t\timage_url?: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted\n\t\t\t\t\t\t */\n\t\t\t\t\t\turl?: string;\n\t\t\t\t\t};\n\t\t\t  };\n\t}[];\n\tfunctions?: {\n\t\tname: string;\n\t\tcode: string;\n\t}[];\n\t/**\n\t * A list of tools available for the assistant to use.\n\t */\n\ttools?: (\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * The name of the tool. More descriptive the better.\n\t\t\t\t */\n\t\t\t\tname: string;\n\t\t\t\t/**\n\t\t\t\t * A brief description of what the tool does.\n\t\t\t\t */\n\t\t\t\tdescription: string;\n\t\t\t\t/**\n\t\t\t\t * Schema defining the parameters accepted by the tool.\n\t\t\t\t */\n\t\t\t\tparameters: {\n\t\t\t\t\t/**\n\t\t\t\t\t * The type of the parameters object (usually 'object').\n\t\t\t\t\t */\n\t\t\t\t\ttype: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * List of required parameter names.\n\t\t\t\t\t */\n\t\t\t\t\trequired?: string[];\n\t\t\t\t\t/**\n\t\t\t\t\t * Definitions of each parameter.\n\t\t\t\t\t */\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\t[k: string]: {\n\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t * The data type of the parameter.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t * A description of the expected parameter.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\tdescription: string;\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t  }\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * Specifies the type of tool (e.g., 'function').\n\t\t\t\t */\n\t\t\t\ttype: string;\n\t\t\t\t/**\n\t\t\t\t * Details of the function tool.\n\t\t\t\t */\n\t\t\t\tfunction: {\n\t\t\t\t\t/**\n\t\t\t\t\t * The name of the function.\n\t\t\t\t\t */\n\t\t\t\t\tname: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * A brief description of what the function does.\n\t\t\t\t\t */\n\t\t\t\t\tdescription: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * Schema defining the parameters accepted by the function.\n\t\t\t\t\t */\n\t\t\t\t\tparameters: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * The type of the parameters object (usually 'object').\n\t\t\t\t\t\t */\n\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * List of required parameter names.\n\t\t\t\t\t\t */\n\t\t\t\t\t\trequired?: string[];\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * Definitions of each parameter.\n\t\t\t\t\t\t */\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t[k: string]: {\n\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t * The data type of the parameter.\n\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t * A description of the expected parameter.\n\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\tdescription: string;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t  }\n\t)[];\n\t/**\n\t * JSON schema that should be fufilled for the response.\n\t */\n\tguided_json?: object;\n\t/**\n\t * If true, a chat template is not applied and you must adhere to the specific model's expected formatting.\n\t */\n\traw?: boolean;\n\t/**\n\t * If true, the response will be streamed back incrementally using SSE, Server Sent Events.\n\t */\n\tstream?: boolean;\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t */\n\ttop_p?: number;\n\t/**\n\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t */\n\ttop_k?: number;\n\t/**\n\t * Random seed for reproducibility of the generation.\n\t */\n\tseed?: number;\n\t/**\n\t * Penalty for repeated tokens; higher values discourage repetition.\n\t */\n\trepetition_penalty?: number;\n\t/**\n\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t */\n\tfrequency_penalty?: number;\n\t/**\n\t * Increases the likelihood of the model introducing new topics.\n\t */\n\tpresence_penalty?: number;\n}\ntype Ai_Cf_Google_Gemma_3_12B_It_Output = {\n\t/**\n\t * The generated text response from the model\n\t */\n\tresponse: string;\n\t/**\n\t * Usage statistics for the inference request\n\t */\n\tusage?: {\n\t\t/**\n\t\t * Total number of tokens in input\n\t\t */\n\t\tprompt_tokens?: number;\n\t\t/**\n\t\t * Total number of tokens in output\n\t\t */\n\t\tcompletion_tokens?: number;\n\t\t/**\n\t\t * Total number of input and output tokens\n\t\t */\n\t\ttotal_tokens?: number;\n\t};\n\t/**\n\t * An array of tool calls requests made during the response generation\n\t */\n\ttool_calls?: {\n\t\t/**\n\t\t * The arguments passed to be passed to the tool call request\n\t\t */\n\t\targuments?: object;\n\t\t/**\n\t\t * The name of the tool to be called\n\t\t */\n\t\tname?: string;\n\t}[];\n};\ndeclare abstract class Base_Ai_Cf_Google_Gemma_3_12B_It {\n\tinputs: Ai_Cf_Google_Gemma_3_12B_It_Input;\n\tpostProcessedOutputs: Ai_Cf_Google_Gemma_3_12B_It_Output;\n}\ntype Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Input = Ai_Cf_Meta_Llama_4_Prompt | Ai_Cf_Meta_Llama_4_Messages;\ninterface Ai_Cf_Meta_Llama_4_Prompt {\n\t/**\n\t * The input text prompt for the model to generate a response.\n\t */\n\tprompt: string;\n\t/**\n\t * JSON schema that should be fulfilled for the response.\n\t */\n\tguided_json?: object;\n\tresponse_format?: JSONMode;\n\t/**\n\t * If true, a chat template is not applied and you must adhere to the specific model's expected formatting.\n\t */\n\traw?: boolean;\n\t/**\n\t * If true, the response will be streamed back incrementally using SSE, Server Sent Events.\n\t */\n\tstream?: boolean;\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t */\n\ttop_p?: number;\n\t/**\n\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t */\n\ttop_k?: number;\n\t/**\n\t * Random seed for reproducibility of the generation.\n\t */\n\tseed?: number;\n\t/**\n\t * Penalty for repeated tokens; higher values discourage repetition.\n\t */\n\trepetition_penalty?: number;\n\t/**\n\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t */\n\tfrequency_penalty?: number;\n\t/**\n\t * Increases the likelihood of the model introducing new topics.\n\t */\n\tpresence_penalty?: number;\n}\ninterface Ai_Cf_Meta_Llama_4_Messages {\n\t/**\n\t * An array of message objects representing the conversation history.\n\t */\n\tmessages: {\n\t\t/**\n\t\t * The role of the message sender (e.g., 'user', 'assistant', 'system', 'tool').\n\t\t */\n\t\trole?: string;\n\t\t/**\n\t\t * The tool call id. If you don't know what to put here you can fall back to 000000001\n\t\t */\n\t\ttool_call_id?: string;\n\t\tcontent?:\n\t\t\t| string\n\t\t\t| {\n\t\t\t\t\t/**\n\t\t\t\t\t * Type of the content provided\n\t\t\t\t\t */\n\t\t\t\t\ttype?: string;\n\t\t\t\t\ttext?: string;\n\t\t\t\t\timage_url?: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted\n\t\t\t\t\t\t */\n\t\t\t\t\t\turl?: string;\n\t\t\t\t\t};\n\t\t\t  }[]\n\t\t\t| {\n\t\t\t\t\t/**\n\t\t\t\t\t * Type of the content provided\n\t\t\t\t\t */\n\t\t\t\t\ttype?: string;\n\t\t\t\t\ttext?: string;\n\t\t\t\t\timage_url?: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * image uri with data (e.g. data:image/jpeg;base64,/9j/...). HTTP URL will not be accepted\n\t\t\t\t\t\t */\n\t\t\t\t\t\turl?: string;\n\t\t\t\t\t};\n\t\t\t  };\n\t}[];\n\tfunctions?: {\n\t\tname: string;\n\t\tcode: string;\n\t}[];\n\t/**\n\t * A list of tools available for the assistant to use.\n\t */\n\ttools?: (\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * The name of the tool. More descriptive the better.\n\t\t\t\t */\n\t\t\t\tname: string;\n\t\t\t\t/**\n\t\t\t\t * A brief description of what the tool does.\n\t\t\t\t */\n\t\t\t\tdescription: string;\n\t\t\t\t/**\n\t\t\t\t * Schema defining the parameters accepted by the tool.\n\t\t\t\t */\n\t\t\t\tparameters: {\n\t\t\t\t\t/**\n\t\t\t\t\t * The type of the parameters object (usually 'object').\n\t\t\t\t\t */\n\t\t\t\t\ttype: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * List of required parameter names.\n\t\t\t\t\t */\n\t\t\t\t\trequired?: string[];\n\t\t\t\t\t/**\n\t\t\t\t\t * Definitions of each parameter.\n\t\t\t\t\t */\n\t\t\t\t\tproperties: {\n\t\t\t\t\t\t[k: string]: {\n\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t * The data type of the parameter.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t * A description of the expected parameter.\n\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\tdescription: string;\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t  }\n\t\t| {\n\t\t\t\t/**\n\t\t\t\t * Specifies the type of tool (e.g., 'function').\n\t\t\t\t */\n\t\t\t\ttype: string;\n\t\t\t\t/**\n\t\t\t\t * Details of the function tool.\n\t\t\t\t */\n\t\t\t\tfunction: {\n\t\t\t\t\t/**\n\t\t\t\t\t * The name of the function.\n\t\t\t\t\t */\n\t\t\t\t\tname: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * A brief description of what the function does.\n\t\t\t\t\t */\n\t\t\t\t\tdescription: string;\n\t\t\t\t\t/**\n\t\t\t\t\t * Schema defining the parameters accepted by the function.\n\t\t\t\t\t */\n\t\t\t\t\tparameters: {\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * The type of the parameters object (usually 'object').\n\t\t\t\t\t\t */\n\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * List of required parameter names.\n\t\t\t\t\t\t */\n\t\t\t\t\t\trequired?: string[];\n\t\t\t\t\t\t/**\n\t\t\t\t\t\t * Definitions of each parameter.\n\t\t\t\t\t\t */\n\t\t\t\t\t\tproperties: {\n\t\t\t\t\t\t\t[k: string]: {\n\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t * The data type of the parameter.\n\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\ttype: string;\n\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t * A description of the expected parameter.\n\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\tdescription: string;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t};\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t  }\n\t)[];\n\tresponse_format?: JSONMode;\n\t/**\n\t * JSON schema that should be fufilled for the response.\n\t */\n\tguided_json?: object;\n\t/**\n\t * If true, a chat template is not applied and you must adhere to the specific model's expected formatting.\n\t */\n\traw?: boolean;\n\t/**\n\t * If true, the response will be streamed back incrementally using SSE, Server Sent Events.\n\t */\n\tstream?: boolean;\n\t/**\n\t * The maximum number of tokens to generate in the response.\n\t */\n\tmax_tokens?: number;\n\t/**\n\t * Controls the randomness of the output; higher values produce more random results.\n\t */\n\ttemperature?: number;\n\t/**\n\t * Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses.\n\t */\n\ttop_p?: number;\n\t/**\n\t * Limits the AI to choose from the top 'k' most probable words. Lower values make responses more focused; higher values introduce more variety and potential surprises.\n\t */\n\ttop_k?: number;\n\t/**\n\t * Random seed for reproducibility of the generation.\n\t */\n\tseed?: number;\n\t/**\n\t * Penalty for repeated tokens; higher values discourage repetition.\n\t */\n\trepetition_penalty?: number;\n\t/**\n\t * Decreases the likelihood of the model repeating the same lines verbatim.\n\t */\n\tfrequency_penalty?: number;\n\t/**\n\t * Increases the likelihood of the model introducing new topics.\n\t */\n\tpresence_penalty?: number;\n}\ntype Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Output = {\n\t/**\n\t * The generated text response from the model\n\t */\n\tresponse: string;\n\t/**\n\t * Usage statistics for the inference request\n\t */\n\tusage?: {\n\t\t/**\n\t\t * Total number of tokens in input\n\t\t */\n\t\tprompt_tokens?: number;\n\t\t/**\n\t\t * Total number of tokens in output\n\t\t */\n\t\tcompletion_tokens?: number;\n\t\t/**\n\t\t * Total number of input and output tokens\n\t\t */\n\t\ttotal_tokens?: number;\n\t};\n\t/**\n\t * An array of tool calls requests made during the response generation\n\t */\n\ttool_calls?: {\n\t\t/**\n\t\t * The tool call id.\n\t\t */\n\t\tid?: string;\n\t\t/**\n\t\t * Specifies the type of tool (e.g., 'function').\n\t\t */\n\t\ttype?: string;\n\t\t/**\n\t\t * Details of the function tool.\n\t\t */\n\t\tfunction?: {\n\t\t\t/**\n\t\t\t * The name of the tool to be called\n\t\t\t */\n\t\t\tname?: string;\n\t\t\t/**\n\t\t\t * The arguments passed to be passed to the tool call request\n\t\t\t */\n\t\t\targuments?: object;\n\t\t};\n\t}[];\n};\ndeclare abstract class Base_Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct {\n\tinputs: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Input;\n\tpostProcessedOutputs: Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct_Output;\n}\ninterface AiModels {\n\t'@cf/huggingface/distilbert-sst-2-int8': BaseAiTextClassification;\n\t'@cf/stabilityai/stable-diffusion-xl-base-1.0': BaseAiTextToImage;\n\t'@cf/runwayml/stable-diffusion-v1-5-inpainting': BaseAiTextToImage;\n\t'@cf/runwayml/stable-diffusion-v1-5-img2img': BaseAiTextToImage;\n\t'@cf/lykon/dreamshaper-8-lcm': BaseAiTextToImage;\n\t'@cf/bytedance/stable-diffusion-xl-lightning': BaseAiTextToImage;\n\t'@cf/myshell-ai/melotts': BaseAiTextToSpeech;\n\t'@cf/microsoft/resnet-50': BaseAiImageClassification;\n\t'@cf/facebook/detr-resnet-50': BaseAiObjectDetection;\n\t'@cf/meta/llama-2-7b-chat-int8': BaseAiTextGeneration;\n\t'@cf/mistral/mistral-7b-instruct-v0.1': BaseAiTextGeneration;\n\t'@cf/meta/llama-2-7b-chat-fp16': BaseAiTextGeneration;\n\t'@hf/thebloke/llama-2-13b-chat-awq': BaseAiTextGeneration;\n\t'@hf/thebloke/mistral-7b-instruct-v0.1-awq': BaseAiTextGeneration;\n\t'@hf/thebloke/zephyr-7b-beta-awq': BaseAiTextGeneration;\n\t'@hf/thebloke/openhermes-2.5-mistral-7b-awq': BaseAiTextGeneration;\n\t'@hf/thebloke/neural-chat-7b-v3-1-awq': BaseAiTextGeneration;\n\t'@hf/thebloke/llamaguard-7b-awq': BaseAiTextGeneration;\n\t'@hf/thebloke/deepseek-coder-6.7b-base-awq': BaseAiTextGeneration;\n\t'@hf/thebloke/deepseek-coder-6.7b-instruct-awq': BaseAiTextGeneration;\n\t'@cf/deepseek-ai/deepseek-math-7b-instruct': BaseAiTextGeneration;\n\t'@cf/defog/sqlcoder-7b-2': BaseAiTextGeneration;\n\t'@cf/openchat/openchat-3.5-0106': BaseAiTextGeneration;\n\t'@cf/tiiuae/falcon-7b-instruct': BaseAiTextGeneration;\n\t'@cf/thebloke/discolm-german-7b-v1-awq': BaseAiTextGeneration;\n\t'@cf/qwen/qwen1.5-0.5b-chat': BaseAiTextGeneration;\n\t'@cf/qwen/qwen1.5-7b-chat-awq': BaseAiTextGeneration;\n\t'@cf/qwen/qwen1.5-14b-chat-awq': BaseAiTextGeneration;\n\t'@cf/tinyllama/tinyllama-1.1b-chat-v1.0': BaseAiTextGeneration;\n\t'@cf/microsoft/phi-2': BaseAiTextGeneration;\n\t'@cf/qwen/qwen1.5-1.8b-chat': BaseAiTextGeneration;\n\t'@cf/mistral/mistral-7b-instruct-v0.2-lora': BaseAiTextGeneration;\n\t'@hf/nousresearch/hermes-2-pro-mistral-7b': BaseAiTextGeneration;\n\t'@hf/nexusflow/starling-lm-7b-beta': BaseAiTextGeneration;\n\t'@hf/google/gemma-7b-it': BaseAiTextGeneration;\n\t'@cf/meta-llama/llama-2-7b-chat-hf-lora': BaseAiTextGeneration;\n\t'@cf/google/gemma-2b-it-lora': BaseAiTextGeneration;\n\t'@cf/google/gemma-7b-it-lora': BaseAiTextGeneration;\n\t'@hf/mistral/mistral-7b-instruct-v0.2': BaseAiTextGeneration;\n\t'@cf/meta/llama-3-8b-instruct': BaseAiTextGeneration;\n\t'@cf/fblgit/una-cybertron-7b-v2-bf16': BaseAiTextGeneration;\n\t'@cf/meta/llama-3-8b-instruct-awq': BaseAiTextGeneration;\n\t'@hf/meta-llama/meta-llama-3-8b-instruct': BaseAiTextGeneration;\n\t'@cf/meta/llama-3.1-8b-instruct': BaseAiTextGeneration;\n\t'@cf/meta/llama-3.1-8b-instruct-fp8': BaseAiTextGeneration;\n\t'@cf/meta/llama-3.1-8b-instruct-awq': BaseAiTextGeneration;\n\t'@cf/meta/llama-3.2-3b-instruct': BaseAiTextGeneration;\n\t'@cf/meta/llama-3.2-1b-instruct': BaseAiTextGeneration;\n\t'@cf/deepseek-ai/deepseek-r1-distill-qwen-32b': BaseAiTextGeneration;\n\t'@cf/facebook/bart-large-cnn': BaseAiSummarization;\n\t'@cf/llava-hf/llava-1.5-7b-hf': BaseAiImageToText;\n\t'@cf/baai/bge-base-en-v1.5': Base_Ai_Cf_Baai_Bge_Base_En_V1_5;\n\t'@cf/openai/whisper': Base_Ai_Cf_Openai_Whisper;\n\t'@cf/meta/m2m100-1.2b': Base_Ai_Cf_Meta_M2M100_1_2B;\n\t'@cf/baai/bge-small-en-v1.5': Base_Ai_Cf_Baai_Bge_Small_En_V1_5;\n\t'@cf/baai/bge-large-en-v1.5': Base_Ai_Cf_Baai_Bge_Large_En_V1_5;\n\t'@cf/unum/uform-gen2-qwen-500m': Base_Ai_Cf_Unum_Uform_Gen2_Qwen_500M;\n\t'@cf/openai/whisper-tiny-en': Base_Ai_Cf_Openai_Whisper_Tiny_En;\n\t'@cf/openai/whisper-large-v3-turbo': Base_Ai_Cf_Openai_Whisper_Large_V3_Turbo;\n\t'@cf/baai/bge-m3': Base_Ai_Cf_Baai_Bge_M3;\n\t'@cf/black-forest-labs/flux-1-schnell': Base_Ai_Cf_Black_Forest_Labs_Flux_1_Schnell;\n\t'@cf/meta/llama-3.2-11b-vision-instruct': Base_Ai_Cf_Meta_Llama_3_2_11B_Vision_Instruct;\n\t'@cf/meta/llama-3.3-70b-instruct-fp8-fast': Base_Ai_Cf_Meta_Llama_3_3_70B_Instruct_Fp8_Fast;\n\t'@cf/meta/llama-guard-3-8b': Base_Ai_Cf_Meta_Llama_Guard_3_8B;\n\t'@cf/baai/bge-reranker-base': Base_Ai_Cf_Baai_Bge_Reranker_Base;\n\t'@cf/qwen/qwen2.5-coder-32b-instruct': Base_Ai_Cf_Qwen_Qwen2_5_Coder_32B_Instruct;\n\t'@cf/qwen/qwq-32b': Base_Ai_Cf_Qwen_Qwq_32B;\n\t'@cf/mistralai/mistral-small-3.1-24b-instruct': Base_Ai_Cf_Mistralai_Mistral_Small_3_1_24B_Instruct;\n\t'@cf/google/gemma-3-12b-it': Base_Ai_Cf_Google_Gemma_3_12B_It;\n\t'@cf/meta/llama-4-scout-17b-16e-instruct': Base_Ai_Cf_Meta_Llama_4_Scout_17B_16E_Instruct;\n}\ntype AiOptions = {\n\t/**\n\t * Send requests as an asynchronous batch job, only works for supported models\n\t * https://developers.cloudflare.com/workers-ai/features/batch-api\n\t */\n\tqueueRequest?: boolean;\n\tgateway?: GatewayOptions;\n\treturnRawResponse?: boolean;\n\tprefix?: string;\n\textraHeaders?: object;\n};\ntype ConversionResponse = {\n\tname: string;\n\tmimeType: string;\n\tformat: 'markdown';\n\ttokens: number;\n\tdata: string;\n};\ntype AiModelsSearchParams = {\n\tauthor?: string;\n\thide_experimental?: boolean;\n\tpage?: number;\n\tper_page?: number;\n\tsearch?: string;\n\tsource?: number;\n\ttask?: string;\n};\ntype AiModelsSearchObject = {\n\tid: string;\n\tsource: number;\n\tname: string;\n\tdescription: string;\n\ttask: {\n\t\tid: string;\n\t\tname: string;\n\t\tdescription: string;\n\t};\n\ttags: string[];\n\tproperties: {\n\t\tproperty_id: string;\n\t\tvalue: string;\n\t}[];\n};\ninterface InferenceUpstreamError extends Error {}\ninterface AiInternalError extends Error {}\ntype AiModelListType = Record<string, any>;\ndeclare abstract class Ai<AiModelList extends AiModelListType = AiModels> {\n\taiGatewayLogId: string | null;\n\tgateway(gatewayId: string): AiGateway;\n\tautorag(autoragId: string): AutoRAG;\n\trun<Name extends keyof AiModelList, Options extends AiOptions, InputOptions extends AiModelList[Name]['inputs']>(\n\t\tmodel: Name,\n\t\tinputs: InputOptions,\n\t\toptions?: Options,\n\t): Promise<\n\t\tOptions extends {\n\t\t\treturnRawResponse: true;\n\t\t}\n\t\t\t? Response\n\t\t\t: InputOptions extends {\n\t\t\t\t\t\tstream: true;\n\t\t\t\t  }\n\t\t\t\t? ReadableStream\n\t\t\t\t: AiModelList[Name]['postProcessedOutputs']\n\t>;\n\tmodels(params?: AiModelsSearchParams): Promise<AiModelsSearchObject[]>;\n\ttoMarkdown(\n\t\tfiles: {\n\t\t\tname: string;\n\t\t\tblob: Blob;\n\t\t}[],\n\t\toptions?: {\n\t\t\tgateway?: GatewayOptions;\n\t\t\textraHeaders?: object;\n\t\t},\n\t): Promise<ConversionResponse[]>;\n\ttoMarkdown(\n\t\tfiles: {\n\t\t\tname: string;\n\t\t\tblob: Blob;\n\t\t},\n\t\toptions?: {\n\t\t\tgateway?: GatewayOptions;\n\t\t\textraHeaders?: object;\n\t\t},\n\t): Promise<ConversionResponse>;\n}\ntype GatewayRetries = {\n\tmaxAttempts?: 1 | 2 | 3 | 4 | 5;\n\tretryDelayMs?: number;\n\tbackoff?: 'constant' | 'linear' | 'exponential';\n};\ntype GatewayOptions = {\n\tid: string;\n\tcacheKey?: string;\n\tcacheTtl?: number;\n\tskipCache?: boolean;\n\tmetadata?: Record<string, number | string | boolean | null | bigint>;\n\tcollectLog?: boolean;\n\teventId?: string;\n\trequestTimeoutMs?: number;\n\tretries?: GatewayRetries;\n};\ntype AiGatewayPatchLog = {\n\tscore?: number | null;\n\tfeedback?: -1 | 1 | null;\n\tmetadata?: Record<string, number | string | boolean | null | bigint> | null;\n};\ntype AiGatewayLog = {\n\tid: string;\n\tprovider: string;\n\tmodel: string;\n\tmodel_type?: string;\n\tpath: string;\n\tduration: number;\n\trequest_type?: string;\n\trequest_content_type?: string;\n\tstatus_code: number;\n\tresponse_content_type?: string;\n\tsuccess: boolean;\n\tcached: boolean;\n\ttokens_in?: number;\n\ttokens_out?: number;\n\tmetadata?: Record<string, number | string | boolean | null | bigint>;\n\tstep?: number;\n\tcost?: number;\n\tcustom_cost?: boolean;\n\trequest_size: number;\n\trequest_head?: string;\n\trequest_head_complete: boolean;\n\tresponse_size: number;\n\tresponse_head?: string;\n\tresponse_head_complete: boolean;\n\tcreated_at: Date;\n};\ntype AIGatewayProviders =\n\t| 'workers-ai'\n\t| 'anthropic'\n\t| 'aws-bedrock'\n\t| 'azure-openai'\n\t| 'google-vertex-ai'\n\t| 'huggingface'\n\t| 'openai'\n\t| 'perplexity-ai'\n\t| 'replicate'\n\t| 'groq'\n\t| 'cohere'\n\t| 'google-ai-studio'\n\t| 'mistral'\n\t| 'grok'\n\t| 'openrouter'\n\t| 'deepseek'\n\t| 'cerebras'\n\t| 'cartesia'\n\t| 'elevenlabs'\n\t| 'adobe-firefly';\ntype AIGatewayHeaders = {\n\t'cf-aig-metadata': Record<string, number | string | boolean | null | bigint> | string;\n\t'cf-aig-custom-cost':\n\t\t| {\n\t\t\t\tper_token_in?: number;\n\t\t\t\tper_token_out?: number;\n\t\t  }\n\t\t| {\n\t\t\t\ttotal_cost?: number;\n\t\t  }\n\t\t| string;\n\t'cf-aig-cache-ttl': number | string;\n\t'cf-aig-skip-cache': boolean | string;\n\t'cf-aig-cache-key': string;\n\t'cf-aig-event-id': string;\n\t'cf-aig-request-timeout': number | string;\n\t'cf-aig-max-attempts': number | string;\n\t'cf-aig-retry-delay': number | string;\n\t'cf-aig-backoff': string;\n\t'cf-aig-collect-log': boolean | string;\n\tAuthorization: string;\n\t'Content-Type': string;\n\t[key: string]: string | number | boolean | object;\n};\ntype AIGatewayUniversalRequest = {\n\tprovider: AIGatewayProviders | string; // eslint-disable-line\n\tendpoint: string;\n\theaders: Partial<AIGatewayHeaders>;\n\tquery: unknown;\n};\ninterface AiGatewayInternalError extends Error {}\ninterface AiGatewayLogNotFound extends Error {}\ndeclare abstract class AiGateway {\n\tpatchLog(logId: string, data: AiGatewayPatchLog): Promise<void>;\n\tgetLog(logId: string): Promise<AiGatewayLog>;\n\trun(\n\t\tdata: AIGatewayUniversalRequest | AIGatewayUniversalRequest[],\n\t\toptions?: {\n\t\t\tgateway?: GatewayOptions;\n\t\t\textraHeaders?: object;\n\t\t},\n\t): Promise<Response>;\n\tgetUrl(provider?: AIGatewayProviders | string): Promise<string>; // eslint-disable-line\n}\ninterface AutoRAGInternalError extends Error {}\ninterface AutoRAGNotFoundError extends Error {}\ninterface AutoRAGUnauthorizedError extends Error {}\ninterface AutoRAGNameNotSetError extends Error {}\ntype ComparisonFilter = {\n\tkey: string;\n\ttype: 'eq' | 'ne' | 'gt' | 'gte' | 'lt' | 'lte';\n\tvalue: string | number | boolean;\n};\ntype CompoundFilter = {\n\ttype: 'and' | 'or';\n\tfilters: ComparisonFilter[];\n};\ntype AutoRagSearchRequest = {\n\tquery: string;\n\tfilters?: CompoundFilter | ComparisonFilter;\n\tmax_num_results?: number;\n\tranking_options?: {\n\t\tranker?: string;\n\t\tscore_threshold?: number;\n\t};\n\trewrite_query?: boolean;\n};\ntype AutoRagAiSearchRequest = AutoRagSearchRequest & {\n\tstream?: boolean;\n};\ntype AutoRagAiSearchRequestStreaming = Omit<AutoRagAiSearchRequest, 'stream'> & {\n\tstream: true;\n};\ntype AutoRagSearchResponse = {\n\tobject: 'vector_store.search_results.page';\n\tsearch_query: string;\n\tdata: {\n\t\tfile_id: string;\n\t\tfilename: string;\n\t\tscore: number;\n\t\tattributes: Record<string, string | number | boolean | null>;\n\t\tcontent: {\n\t\t\ttype: 'text';\n\t\t\ttext: string;\n\t\t}[];\n\t}[];\n\thas_more: boolean;\n\tnext_page: string | null;\n};\ntype AutoRagListResponse = {\n\tid: string;\n\tenable: boolean;\n\ttype: string;\n\tsource: string;\n\tvectorize_name: string;\n\tpaused: boolean;\n\tstatus: string;\n}[];\ntype AutoRagAiSearchResponse = AutoRagSearchResponse & {\n\tresponse: string;\n};\ndeclare abstract class AutoRAG {\n\tlist(): Promise<AutoRagListResponse>;\n\tsearch(params: AutoRagSearchRequest): Promise<AutoRagSearchResponse>;\n\taiSearch(params: AutoRagAiSearchRequestStreaming): Promise<Response>;\n\taiSearch(params: AutoRagAiSearchRequest): Promise<AutoRagAiSearchResponse>;\n\taiSearch(params: AutoRagAiSearchRequest): Promise<AutoRagAiSearchResponse | Response>;\n}\ninterface BasicImageTransformations {\n\t/**\n\t * Maximum width in image pixels. The value must be an integer.\n\t */\n\twidth?: number;\n\t/**\n\t * Maximum height in image pixels. The value must be an integer.\n\t */\n\theight?: number;\n\t/**\n\t * Resizing mode as a string. It affects interpretation of width and height\n\t * options:\n\t *  - scale-down: Similar to contain, but the image is never enlarged. If\n\t *    the image is larger than given width or height, it will be resized.\n\t *    Otherwise its original size will be kept.\n\t *  - contain: Resizes to maximum size that fits within the given width and\n\t *    height. If only a single dimension is given (e.g. only width), the\n\t *    image will be shrunk or enlarged to exactly match that dimension.\n\t *    Aspect ratio is always preserved.\n\t *  - cover: Resizes (shrinks or enlarges) to fill the entire area of width\n\t *    and height. If the image has an aspect ratio different from the ratio\n\t *    of width and height, it will be cropped to fit.\n\t *  - crop: The image will be shrunk and cropped to fit within the area\n\t *    specified by width and height. The image will not be enlarged. For images\n\t *    smaller than the given dimensions it's the same as scale-down. For\n\t *    images larger than the given dimensions, it's the same as cover.\n\t *    See also trim.\n\t *  - pad: Resizes to the maximum size that fits within the given width and\n\t *    height, and then fills the remaining area with a background color\n\t *    (white by default). Use of this mode is not recommended, as the same\n\t *    effect can be more efficiently achieved with the contain mode and the\n\t *    CSS object-fit: contain property.\n\t *  - squeeze: Stretches and deforms to the width and height given, even if it\n\t *    breaks aspect ratio\n\t */\n\tfit?: 'scale-down' | 'contain' | 'cover' | 'crop' | 'pad' | 'squeeze';\n\t/**\n\t * When cropping with fit: \"cover\", this defines the side or point that should\n\t * be left uncropped. The value is either a string\n\t * \"left\", \"right\", \"top\", \"bottom\", \"auto\", or \"center\" (the default),\n\t * or an object {x, y} containing focal point coordinates in the original\n\t * image expressed as fractions ranging from 0.0 (top or left) to 1.0\n\t * (bottom or right), 0.5 being the center. {fit: \"cover\", gravity: \"top\"} will\n\t * crop bottom or left and right sides as necessary, but won’t crop anything\n\t * from the top. {fit: \"cover\", gravity: {x:0.5, y:0.2}} will crop each side to\n\t * preserve as much as possible around a point at 20% of the height of the\n\t * source image.\n\t */\n\tgravity?: 'left' | 'right' | 'top' | 'bottom' | 'center' | 'auto' | 'entropy' | BasicImageTransformationsGravityCoordinates;\n\t/**\n\t * Background color to add underneath the image. Applies only to images with\n\t * transparency (such as PNG). Accepts any CSS color (#RRGGBB, rgba(…),\n\t * hsl(…), etc.)\n\t */\n\tbackground?: string;\n\t/**\n\t * Number of degrees (90, 180, 270) to rotate the image by. width and height\n\t * options refer to axes after rotation.\n\t */\n\trotate?: 0 | 90 | 180 | 270 | 360;\n}\ninterface BasicImageTransformationsGravityCoordinates {\n\tx?: number;\n\ty?: number;\n\tmode?: 'remainder' | 'box-center';\n}\n/**\n * In addition to the properties you can set in the RequestInit dict\n * that you pass as an argument to the Request constructor, you can\n * set certain properties of a `cf` object to control how Cloudflare\n * features are applied to that new Request.\n *\n * Note: Currently, these properties cannot be tested in the\n * playground.\n */\ninterface RequestInitCfProperties extends Record<string, unknown> {\n\tcacheEverything?: boolean;\n\t/**\n\t * A request's cache key is what determines if two requests are\n\t * \"the same\" for caching purposes. If a request has the same cache key\n\t * as some previous request, then we can serve the same cached response for\n\t * both. (e.g. 'some-key')\n\t *\n\t * Only available for Enterprise customers.\n\t */\n\tcacheKey?: string;\n\t/**\n\t * This allows you to append additional Cache-Tag response headers\n\t * to the origin response without modifications to the origin server.\n\t * This will allow for greater control over the Purge by Cache Tag feature\n\t * utilizing changes only in the Workers process.\n\t *\n\t * Only available for Enterprise customers.\n\t */\n\tcacheTags?: string[];\n\t/**\n\t * Force response to be cached for a given number of seconds. (e.g. 300)\n\t */\n\tcacheTtl?: number;\n\t/**\n\t * Force response to be cached for a given number of seconds based on the Origin status code.\n\t * (e.g. { '200-299': 86400, '404': 1, '500-599': 0 })\n\t */\n\tcacheTtlByStatus?: Record<string, number>;\n\tscrapeShield?: boolean;\n\tapps?: boolean;\n\timage?: RequestInitCfPropertiesImage;\n\tminify?: RequestInitCfPropertiesImageMinify;\n\tmirage?: boolean;\n\tpolish?: 'lossy' | 'lossless' | 'off';\n\tr2?: RequestInitCfPropertiesR2;\n\t/**\n\t * Redirects the request to an alternate origin server. You can use this,\n\t * for example, to implement load balancing across several origins.\n\t * (e.g.us-east.example.com)\n\t *\n\t * Note - For security reasons, the hostname set in resolveOverride must\n\t * be proxied on the same Cloudflare zone of the incoming request.\n\t * Otherwise, the setting is ignored. CNAME hosts are allowed, so to\n\t * resolve to a host under a different domain or a DNS only domain first\n\t * declare a CNAME record within your own zone’s DNS mapping to the\n\t * external hostname, set proxy on Cloudflare, then set resolveOverride\n\t * to point to that CNAME record.\n\t */\n\tresolveOverride?: string;\n}\ninterface RequestInitCfPropertiesImageDraw extends BasicImageTransformations {\n\t/**\n\t * Absolute URL of the image file to use for the drawing. It can be any of\n\t * the supported file formats. For drawing of watermarks or non-rectangular\n\t * overlays we recommend using PNG or WebP images.\n\t */\n\turl: string;\n\t/**\n\t * Floating-point number between 0 (transparent) and 1 (opaque).\n\t * For example, opacity: 0.5 makes overlay semitransparent.\n\t */\n\topacity?: number;\n\t/**\n\t * - If set to true, the overlay image will be tiled to cover the entire\n\t *   area. This is useful for stock-photo-like watermarks.\n\t * - If set to \"x\", the overlay image will be tiled horizontally only\n\t *   (form a line).\n\t * - If set to \"y\", the overlay image will be tiled vertically only\n\t *   (form a line).\n\t */\n\trepeat?: true | 'x' | 'y';\n\t/**\n\t * Position of the overlay image relative to a given edge. Each property is\n\t * an offset in pixels. 0 aligns exactly to the edge. For example, left: 10\n\t * positions left side of the overlay 10 pixels from the left edge of the\n\t * image it's drawn over. bottom: 0 aligns bottom of the overlay with bottom\n\t * of the background image.\n\t *\n\t * Setting both left & right, or both top & bottom is an error.\n\t *\n\t * If no position is specified, the image will be centered.\n\t */\n\ttop?: number;\n\tleft?: number;\n\tbottom?: number;\n\tright?: number;\n}\ninterface RequestInitCfPropertiesImage extends BasicImageTransformations {\n\t/**\n\t * Device Pixel Ratio. Default 1. Multiplier for width/height that makes it\n\t * easier to specify higher-DPI sizes in <img srcset>.\n\t */\n\tdpr?: number;\n\t/**\n\t * Allows you to trim your image. Takes dpr into account and is performed before\n\t * resizing or rotation.\n\t *\n\t * It can be used as:\n\t * - left, top, right, bottom - it will specify the number of pixels to cut\n\t *   off each side\n\t * - width, height - the width/height you'd like to end up with - can be used\n\t *   in combination with the properties above\n\t * - border - this will automatically trim the surroundings of an image based on\n\t *   it's color. It consists of three properties:\n\t *    - color: rgb or hex representation of the color you wish to trim (todo: verify the rgba bit)\n\t *    - tolerance: difference from color to treat as color\n\t *    - keep: the number of pixels of border to keep\n\t */\n\ttrim?:\n\t\t| 'border'\n\t\t| {\n\t\t\t\ttop?: number;\n\t\t\t\tbottom?: number;\n\t\t\t\tleft?: number;\n\t\t\t\tright?: number;\n\t\t\t\twidth?: number;\n\t\t\t\theight?: number;\n\t\t\t\tborder?:\n\t\t\t\t\t| boolean\n\t\t\t\t\t| {\n\t\t\t\t\t\t\tcolor?: string;\n\t\t\t\t\t\t\ttolerance?: number;\n\t\t\t\t\t\t\tkeep?: number;\n\t\t\t\t\t  };\n\t\t  };\n\t/**\n\t * Quality setting from 1-100 (useful values are in 60-90 range). Lower values\n\t * make images look worse, but load faster. The default is 85. It applies only\n\t * to JPEG and WebP images. It doesn’t have any effect on PNG.\n\t */\n\tquality?: number | 'low' | 'medium-low' | 'medium-high' | 'high';\n\t/**\n\t * Output format to generate. It can be:\n\t *  - avif: generate images in AVIF format.\n\t *  - webp: generate images in Google WebP format. Set quality to 100 to get\n\t *    the WebP-lossless format.\n\t *  - json: instead of generating an image, outputs information about the\n\t *    image, in JSON format. The JSON object will contain image size\n\t *    (before and after resizing), source image’s MIME type, file size, etc.\n\t * - jpeg: generate images in JPEG format.\n\t * - png: generate images in PNG format.\n\t */\n\tformat?: 'avif' | 'webp' | 'json' | 'jpeg' | 'png' | 'baseline-jpeg' | 'png-force' | 'svg';\n\t/**\n\t * Whether to preserve animation frames from input files. Default is true.\n\t * Setting it to false reduces animations to still images. This setting is\n\t * recommended when enlarging images or processing arbitrary user content,\n\t * because large GIF animations can weigh tens or even hundreds of megabytes.\n\t * It is also useful to set anim:false when using format:\"json\" to get the\n\t * response quicker without the number of frames.\n\t */\n\tanim?: boolean;\n\t/**\n\t * What EXIF data should be preserved in the output image. Note that EXIF\n\t * rotation and embedded color profiles are always applied (\"baked in\" into\n\t * the image), and aren't affected by this option. Note that if the Polish\n\t * feature is enabled, all metadata may have been removed already and this\n\t * option may have no effect.\n\t *  - keep: Preserve most of EXIF metadata, including GPS location if there's\n\t *    any.\n\t *  - copyright: Only keep the copyright tag, and discard everything else.\n\t *    This is the default behavior for JPEG files.\n\t *  - none: Discard all invisible EXIF metadata. Currently WebP and PNG\n\t *    output formats always discard metadata.\n\t */\n\tmetadata?: 'keep' | 'copyright' | 'none';\n\t/**\n\t * Strength of sharpening filter to apply to the image. Floating-point\n\t * number between 0 (no sharpening, default) and 10 (maximum). 1.0 is a\n\t * recommended value for downscaled images.\n\t */\n\tsharpen?: number;\n\t/**\n\t * Radius of a blur filter (approximate gaussian). Maximum supported radius\n\t * is 250.\n\t */\n\tblur?: number;\n\t/**\n\t * Overlays are drawn in the order they appear in the array (last array\n\t * entry is the topmost layer).\n\t */\n\tdraw?: RequestInitCfPropertiesImageDraw[];\n\t/**\n\t * Fetching image from authenticated origin. Setting this property will\n\t * pass authentication headers (Authorization, Cookie, etc.) through to\n\t * the origin.\n\t */\n\t'origin-auth'?: 'share-publicly';\n\t/**\n\t * Adds a border around the image. The border is added after resizing. Border\n\t * width takes dpr into account, and can be specified either using a single\n\t * width property, or individually for each side.\n\t */\n\tborder?:\n\t\t| {\n\t\t\t\tcolor: string;\n\t\t\t\twidth: number;\n\t\t  }\n\t\t| {\n\t\t\t\tcolor: string;\n\t\t\t\ttop: number;\n\t\t\t\tright: number;\n\t\t\t\tbottom: number;\n\t\t\t\tleft: number;\n\t\t  };\n\t/**\n\t * Increase brightness by a factor. A value of 1.0 equals no change, a value\n\t * of 0.5 equals half brightness, and a value of 2.0 equals twice as bright.\n\t * 0 is ignored.\n\t */\n\tbrightness?: number;\n\t/**\n\t * Increase contrast by a factor. A value of 1.0 equals no change, a value of\n\t * 0.5 equals low contrast, and a value of 2.0 equals high contrast. 0 is\n\t * ignored.\n\t */\n\tcontrast?: number;\n\t/**\n\t * Increase exposure by a factor. A value of 1.0 equals no change, a value of\n\t * 0.5 darkens the image, and a value of 2.0 lightens the image. 0 is ignored.\n\t */\n\tgamma?: number;\n\t/**\n\t * Increase contrast by a factor. A value of 1.0 equals no change, a value of\n\t * 0.5 equals low contrast, and a value of 2.0 equals high contrast. 0 is\n\t * ignored.\n\t */\n\tsaturation?: number;\n\t/**\n\t * Flips the images horizontally, vertically, or both. Flipping is applied before\n\t * rotation, so if you apply flip=h,rotate=90 then the image will be flipped\n\t * horizontally, then rotated by 90 degrees.\n\t */\n\tflip?: 'h' | 'v' | 'hv';\n\t/**\n\t * Slightly reduces latency on a cache miss by selecting a\n\t * quickest-to-compress file format, at a cost of increased file size and\n\t * lower image quality. It will usually override the format option and choose\n\t * JPEG over WebP or AVIF. We do not recommend using this option, except in\n\t * unusual circumstances like resizing uncacheable dynamically-generated\n\t * images.\n\t */\n\tcompression?: 'fast';\n}\ninterface RequestInitCfPropertiesImageMinify {\n\tjavascript?: boolean;\n\tcss?: boolean;\n\thtml?: boolean;\n}\ninterface RequestInitCfPropertiesR2 {\n\t/**\n\t * Colo id of bucket that an object is stored in\n\t */\n\tbucketColoId?: number;\n}\n/**\n * Request metadata provided by Cloudflare's edge.\n */\ntype IncomingRequestCfProperties<HostMetadata = unknown> = IncomingRequestCfPropertiesBase &\n\tIncomingRequestCfPropertiesBotManagementEnterprise &\n\tIncomingRequestCfPropertiesCloudflareForSaaSEnterprise<HostMetadata> &\n\tIncomingRequestCfPropertiesGeographicInformation &\n\tIncomingRequestCfPropertiesCloudflareAccessOrApiShield;\ninterface IncomingRequestCfPropertiesBase extends Record<string, unknown> {\n\t/**\n\t * [ASN](https://www.iana.org/assignments/as-numbers/as-numbers.xhtml) of the incoming request.\n\t *\n\t * @example 395747\n\t */\n\tasn: number;\n\t/**\n\t * The organization which owns the ASN of the incoming request.\n\t *\n\t * @example \"Google Cloud\"\n\t */\n\tasOrganization: string;\n\t/**\n\t * The original value of the `Accept-Encoding` header if Cloudflare modified it.\n\t *\n\t * @example \"gzip, deflate, br\"\n\t */\n\tclientAcceptEncoding?: string;\n\t/**\n\t * The number of milliseconds it took for the request to reach your worker.\n\t *\n\t * @example 22\n\t */\n\tclientTcpRtt?: number;\n\t/**\n\t * The three-letter [IATA](https://en.wikipedia.org/wiki/IATA_airport_code)\n\t * airport code of the data center that the request hit.\n\t *\n\t * @example \"DFW\"\n\t */\n\tcolo: string;\n\t/**\n\t * Represents the upstream's response to a\n\t * [TCP `keepalive` message](https://tldp.org/HOWTO/TCP-Keepalive-HOWTO/overview.html)\n\t * from cloudflare.\n\t *\n\t * For workers with no upstream, this will always be `1`.\n\t *\n\t * @example 3\n\t */\n\tedgeRequestKeepAliveStatus: IncomingRequestCfPropertiesEdgeRequestKeepAliveStatus;\n\t/**\n\t * The HTTP Protocol the request used.\n\t *\n\t * @example \"HTTP/2\"\n\t */\n\thttpProtocol: string;\n\t/**\n\t * The browser-requested prioritization information in the request object.\n\t *\n\t * If no information was set, defaults to the empty string `\"\"`\n\t *\n\t * @example \"weight=192;exclusive=0;group=3;group-weight=127\"\n\t * @default \"\"\n\t */\n\trequestPriority: string;\n\t/**\n\t * The TLS version of the connection to Cloudflare.\n\t * In requests served over plaintext (without TLS), this property is the empty string `\"\"`.\n\t *\n\t * @example \"TLSv1.3\"\n\t */\n\ttlsVersion: string;\n\t/**\n\t * The cipher for the connection to Cloudflare.\n\t * In requests served over plaintext (without TLS), this property is the empty string `\"\"`.\n\t *\n\t * @example \"AEAD-AES128-GCM-SHA256\"\n\t */\n\ttlsCipher: string;\n\t/**\n\t * Metadata containing the [`HELLO`](https://www.rfc-editor.org/rfc/rfc5246#section-7.4.1.2) and [`FINISHED`](https://www.rfc-editor.org/rfc/rfc5246#section-7.4.9) messages from this request's TLS handshake.\n\t *\n\t * If the incoming request was served over plaintext (without TLS) this field is undefined.\n\t */\n\ttlsExportedAuthenticator?: IncomingRequestCfPropertiesExportedAuthenticatorMetadata;\n}\ninterface IncomingRequestCfPropertiesBotManagementBase {\n\t/**\n\t * Cloudflare’s [level of certainty](https://developers.cloudflare.com/bots/concepts/bot-score/) that a request comes from a bot,\n\t * represented as an integer percentage between `1` (almost certainly a bot) and `99` (almost certainly human).\n\t *\n\t * @example 54\n\t */\n\tscore: number;\n\t/**\n\t * A boolean value that is true if the request comes from a good bot, like Google or Bing.\n\t * Most customers choose to allow this traffic. For more details, see [Traffic from known bots](https://developers.cloudflare.com/firewall/known-issues-and-faq/#how-does-firewall-rules-handle-traffic-from-known-bots).\n\t */\n\tverifiedBot: boolean;\n\t/**\n\t * A boolean value that is true if the request originates from a\n\t * Cloudflare-verified proxy service.\n\t */\n\tcorporateProxy: boolean;\n\t/**\n\t * A boolean value that's true if the request matches [file extensions](https://developers.cloudflare.com/bots/reference/static-resources/) for many types of static resources.\n\t */\n\tstaticResource: boolean;\n\t/**\n\t * List of IDs that correlate to the Bot Management heuristic detections made on a request (you can have multiple heuristic detections on the same request).\n\t */\n\tdetectionIds: number[];\n}\ninterface IncomingRequestCfPropertiesBotManagement {\n\t/**\n\t * Results of Cloudflare's Bot Management analysis\n\t */\n\tbotManagement: IncomingRequestCfPropertiesBotManagementBase;\n\t/**\n\t * Duplicate of `botManagement.score`.\n\t *\n\t * @deprecated\n\t */\n\tclientTrustScore: number;\n}\ninterface IncomingRequestCfPropertiesBotManagementEnterprise extends IncomingRequestCfPropertiesBotManagement {\n\t/**\n\t * Results of Cloudflare's Bot Management analysis\n\t */\n\tbotManagement: IncomingRequestCfPropertiesBotManagementBase & {\n\t\t/**\n\t\t * A [JA3 Fingerprint](https://developers.cloudflare.com/bots/concepts/ja3-fingerprint/) to help profile specific SSL/TLS clients\n\t\t * across different destination IPs, Ports, and X509 certificates.\n\t\t */\n\t\tja3Hash: string;\n\t};\n}\ninterface IncomingRequestCfPropertiesCloudflareForSaaSEnterprise<HostMetadata> {\n\t/**\n\t * Custom metadata set per-host in [Cloudflare for SaaS](https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/).\n\t *\n\t * This field is only present if you have Cloudflare for SaaS enabled on your account\n\t * and you have followed the [required steps to enable it]((https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/domain-support/custom-metadata/)).\n\t */\n\thostMetadata: HostMetadata;\n}\ninterface IncomingRequestCfPropertiesCloudflareAccessOrApiShield {\n\t/**\n\t * Information about the client certificate presented to Cloudflare.\n\t *\n\t * This is populated when the incoming request is served over TLS using\n\t * either Cloudflare Access or API Shield (mTLS)\n\t * and the presented SSL certificate has a valid\n\t * [Certificate Serial Number](https://ldapwiki.com/wiki/Certificate%20Serial%20Number)\n\t * (i.e., not `null` or `\"\"`).\n\t *\n\t * Otherwise, a set of placeholder values are used.\n\t *\n\t * The property `certPresented` will be set to `\"1\"` when\n\t * the object is populated (i.e. the above conditions were met).\n\t */\n\ttlsClientAuth: IncomingRequestCfPropertiesTLSClientAuth | IncomingRequestCfPropertiesTLSClientAuthPlaceholder;\n}\n/**\n * Metadata about the request's TLS handshake\n */\ninterface IncomingRequestCfPropertiesExportedAuthenticatorMetadata {\n\t/**\n\t * The client's [`HELLO` message](https://www.rfc-editor.org/rfc/rfc5246#section-7.4.1.2), encoded in hexadecimal\n\t *\n\t * @example \"44372ba35fa1270921d318f34c12f155dc87b682cf36a790cfaa3ba8737a1b5d\"\n\t */\n\tclientHandshake: string;\n\t/**\n\t * The server's [`HELLO` message](https://www.rfc-editor.org/rfc/rfc5246#section-7.4.1.2), encoded in hexadecimal\n\t *\n\t * @example \"44372ba35fa1270921d318f34c12f155dc87b682cf36a790cfaa3ba8737a1b5d\"\n\t */\n\tserverHandshake: string;\n\t/**\n\t * The client's [`FINISHED` message](https://www.rfc-editor.org/rfc/rfc5246#section-7.4.9), encoded in hexadecimal\n\t *\n\t * @example \"084ee802fe1348f688220e2a6040a05b2199a761f33cf753abb1b006792d3f8b\"\n\t */\n\tclientFinished: string;\n\t/**\n\t * The server's [`FINISHED` message](https://www.rfc-editor.org/rfc/rfc5246#section-7.4.9), encoded in hexadecimal\n\t *\n\t * @example \"084ee802fe1348f688220e2a6040a05b2199a761f33cf753abb1b006792d3f8b\"\n\t */\n\tserverFinished: string;\n}\n/**\n * Geographic data about the request's origin.\n */\ninterface IncomingRequestCfPropertiesGeographicInformation {\n\t/**\n\t * The [ISO 3166-1 Alpha 2](https://www.iso.org/iso-3166-country-codes.html) country code the request originated from.\n\t *\n\t * If your worker is [configured to accept TOR connections](https://support.cloudflare.com/hc/en-us/articles/203306930-Understanding-Cloudflare-Tor-support-and-Onion-Routing), this may also be `\"T1\"`, indicating a request that originated over TOR.\n\t *\n\t * If Cloudflare is unable to determine where the request originated this property is omitted.\n\t *\n\t * The country code `\"T1\"` is used for requests originating on TOR.\n\t *\n\t * @example \"GB\"\n\t */\n\tcountry?: Iso3166Alpha2Code | 'T1';\n\t/**\n\t * If present, this property indicates that the request originated in the EU\n\t *\n\t * @example \"1\"\n\t */\n\tisEUCountry?: '1';\n\t/**\n\t * A two-letter code indicating the continent the request originated from.\n\t *\n\t * @example \"AN\"\n\t */\n\tcontinent?: ContinentCode;\n\t/**\n\t * The city the request originated from\n\t *\n\t * @example \"Austin\"\n\t */\n\tcity?: string;\n\t/**\n\t * Postal code of the incoming request\n\t *\n\t * @example \"78701\"\n\t */\n\tpostalCode?: string;\n\t/**\n\t * Latitude of the incoming request\n\t *\n\t * @example \"30.27130\"\n\t */\n\tlatitude?: string;\n\t/**\n\t * Longitude of the incoming request\n\t *\n\t * @example \"-97.74260\"\n\t */\n\tlongitude?: string;\n\t/**\n\t * Timezone of the incoming request\n\t *\n\t * @example \"America/Chicago\"\n\t */\n\ttimezone?: string;\n\t/**\n\t * If known, the ISO 3166-2 name for the first level region associated with\n\t * the IP address of the incoming request\n\t *\n\t * @example \"Texas\"\n\t */\n\tregion?: string;\n\t/**\n\t * If known, the ISO 3166-2 code for the first-level region associated with\n\t * the IP address of the incoming request\n\t *\n\t * @example \"TX\"\n\t */\n\tregionCode?: string;\n\t/**\n\t * Metro code (DMA) of the incoming request\n\t *\n\t * @example \"635\"\n\t */\n\tmetroCode?: string;\n}\n/** Data about the incoming request's TLS certificate */\ninterface IncomingRequestCfPropertiesTLSClientAuth {\n\t/** Always `\"1\"`, indicating that the certificate was presented */\n\tcertPresented: '1';\n\t/**\n\t * Result of certificate verification.\n\t *\n\t * @example \"FAILED:self signed certificate\"\n\t */\n\tcertVerified: Exclude<CertVerificationStatus, 'NONE'>;\n\t/** The presented certificate's revokation status.\n\t *\n\t * - A value of `\"1\"` indicates the certificate has been revoked\n\t * - A value of `\"0\"` indicates the certificate has not been revoked\n\t */\n\tcertRevoked: '1' | '0';\n\t/**\n\t * The certificate issuer's [distinguished name](https://knowledge.digicert.com/generalinformation/INFO1745.html)\n\t *\n\t * @example \"CN=cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare\"\n\t */\n\tcertIssuerDN: string;\n\t/**\n\t * The certificate subject's [distinguished name](https://knowledge.digicert.com/generalinformation/INFO1745.html)\n\t *\n\t * @example \"CN=*.cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare\"\n\t */\n\tcertSubjectDN: string;\n\t/**\n\t * The certificate issuer's [distinguished name](https://knowledge.digicert.com/generalinformation/INFO1745.html) ([RFC 2253](https://www.rfc-editor.org/rfc/rfc2253.html) formatted)\n\t *\n\t * @example \"CN=cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare\"\n\t */\n\tcertIssuerDNRFC2253: string;\n\t/**\n\t * The certificate subject's [distinguished name](https://knowledge.digicert.com/generalinformation/INFO1745.html) ([RFC 2253](https://www.rfc-editor.org/rfc/rfc2253.html) formatted)\n\t *\n\t * @example \"CN=*.cloudflareaccess.com, C=US, ST=Texas, L=Austin, O=Cloudflare\"\n\t */\n\tcertSubjectDNRFC2253: string;\n\t/** The certificate issuer's distinguished name (legacy policies) */\n\tcertIssuerDNLegacy: string;\n\t/** The certificate subject's distinguished name (legacy policies) */\n\tcertSubjectDNLegacy: string;\n\t/**\n\t * The certificate's serial number\n\t *\n\t * @example \"00936EACBE07F201DF\"\n\t */\n\tcertSerial: string;\n\t/**\n\t * The certificate issuer's serial number\n\t *\n\t * @example \"2489002934BDFEA34\"\n\t */\n\tcertIssuerSerial: string;\n\t/**\n\t * The certificate's Subject Key Identifier\n\t *\n\t * @example \"BB:AF:7E:02:3D:FA:A6:F1:3C:84:8E:AD:EE:38:98:EC:D9:32:32:D4\"\n\t */\n\tcertSKI: string;\n\t/**\n\t * The certificate issuer's Subject Key Identifier\n\t *\n\t * @example \"BB:AF:7E:02:3D:FA:A6:F1:3C:84:8E:AD:EE:38:98:EC:D9:32:32:D4\"\n\t */\n\tcertIssuerSKI: string;\n\t/**\n\t * The certificate's SHA-1 fingerprint\n\t *\n\t * @example \"6b9109f323999e52259cda7373ff0b4d26bd232e\"\n\t */\n\tcertFingerprintSHA1: string;\n\t/**\n\t * The certificate's SHA-256 fingerprint\n\t *\n\t * @example \"acf77cf37b4156a2708e34c4eb755f9b5dbbe5ebb55adfec8f11493438d19e6ad3f157f81fa3b98278453d5652b0c1fd1d71e5695ae4d709803a4d3f39de9dea\"\n\t */\n\tcertFingerprintSHA256: string;\n\t/**\n\t * The effective starting date of the certificate\n\t *\n\t * @example \"Dec 22 19:39:00 2018 GMT\"\n\t */\n\tcertNotBefore: string;\n\t/**\n\t * The effective expiration date of the certificate\n\t *\n\t * @example \"Dec 22 19:39:00 2018 GMT\"\n\t */\n\tcertNotAfter: string;\n}\n/** Placeholder values for TLS Client Authorization */\ninterface IncomingRequestCfPropertiesTLSClientAuthPlaceholder {\n\tcertPresented: '0';\n\tcertVerified: 'NONE';\n\tcertRevoked: '0';\n\tcertIssuerDN: '';\n\tcertSubjectDN: '';\n\tcertIssuerDNRFC2253: '';\n\tcertSubjectDNRFC2253: '';\n\tcertIssuerDNLegacy: '';\n\tcertSubjectDNLegacy: '';\n\tcertSerial: '';\n\tcertIssuerSerial: '';\n\tcertSKI: '';\n\tcertIssuerSKI: '';\n\tcertFingerprintSHA1: '';\n\tcertFingerprintSHA256: '';\n\tcertNotBefore: '';\n\tcertNotAfter: '';\n}\n/** Possible outcomes of TLS verification */\ndeclare type CertVerificationStatus =\n\t/** Authentication succeeded */\n\t| 'SUCCESS'\n\t/** No certificate was presented */\n\t| 'NONE'\n\t/** Failed because the certificate was self-signed */\n\t| 'FAILED:self signed certificate'\n\t/** Failed because the certificate failed a trust chain check */\n\t| 'FAILED:unable to verify the first certificate'\n\t/** Failed because the certificate not yet valid */\n\t| 'FAILED:certificate is not yet valid'\n\t/** Failed because the certificate is expired */\n\t| 'FAILED:certificate has expired'\n\t/** Failed for another unspecified reason */\n\t| 'FAILED';\n/**\n * An upstream endpoint's response to a TCP `keepalive` message from Cloudflare.\n */\ndeclare type IncomingRequestCfPropertiesEdgeRequestKeepAliveStatus =\n\t| 0 /** Unknown */\n\t| 1 /** no keepalives (not found) */\n\t| 2 /** no connection re-use, opening keepalive connection failed */\n\t| 3 /** no connection re-use, keepalive accepted and saved */\n\t| 4 /** connection re-use, refused by the origin server (`TCP FIN`) */\n\t| 5; /** connection re-use, accepted by the origin server */\n/** ISO 3166-1 Alpha-2 codes */\ndeclare type Iso3166Alpha2Code =\n\t| 'AD'\n\t| 'AE'\n\t| 'AF'\n\t| 'AG'\n\t| 'AI'\n\t| 'AL'\n\t| 'AM'\n\t| 'AO'\n\t| 'AQ'\n\t| 'AR'\n\t| 'AS'\n\t| 'AT'\n\t| 'AU'\n\t| 'AW'\n\t| 'AX'\n\t| 'AZ'\n\t| 'BA'\n\t| 'BB'\n\t| 'BD'\n\t| 'BE'\n\t| 'BF'\n\t| 'BG'\n\t| 'BH'\n\t| 'BI'\n\t| 'BJ'\n\t| 'BL'\n\t| 'BM'\n\t| 'BN'\n\t| 'BO'\n\t| 'BQ'\n\t| 'BR'\n\t| 'BS'\n\t| 'BT'\n\t| 'BV'\n\t| 'BW'\n\t| 'BY'\n\t| 'BZ'\n\t| 'CA'\n\t| 'CC'\n\t| 'CD'\n\t| 'CF'\n\t| 'CG'\n\t| 'CH'\n\t| 'CI'\n\t| 'CK'\n\t| 'CL'\n\t| 'CM'\n\t| 'CN'\n\t| 'CO'\n\t| 'CR'\n\t| 'CU'\n\t| 'CV'\n\t| 'CW'\n\t| 'CX'\n\t| 'CY'\n\t| 'CZ'\n\t| 'DE'\n\t| 'DJ'\n\t| 'DK'\n\t| 'DM'\n\t| 'DO'\n\t| 'DZ'\n\t| 'EC'\n\t| 'EE'\n\t| 'EG'\n\t| 'EH'\n\t| 'ER'\n\t| 'ES'\n\t| 'ET'\n\t| 'FI'\n\t| 'FJ'\n\t| 'FK'\n\t| 'FM'\n\t| 'FO'\n\t| 'FR'\n\t| 'GA'\n\t| 'GB'\n\t| 'GD'\n\t| 'GE'\n\t| 'GF'\n\t| 'GG'\n\t| 'GH'\n\t| 'GI'\n\t| 'GL'\n\t| 'GM'\n\t| 'GN'\n\t| 'GP'\n\t| 'GQ'\n\t| 'GR'\n\t| 'GS'\n\t| 'GT'\n\t| 'GU'\n\t| 'GW'\n\t| 'GY'\n\t| 'HK'\n\t| 'HM'\n\t| 'HN'\n\t| 'HR'\n\t| 'HT'\n\t| 'HU'\n\t| 'ID'\n\t| 'IE'\n\t| 'IL'\n\t| 'IM'\n\t| 'IN'\n\t| 'IO'\n\t| 'IQ'\n\t| 'IR'\n\t| 'IS'\n\t| 'IT'\n\t| 'JE'\n\t| 'JM'\n\t| 'JO'\n\t| 'JP'\n\t| 'KE'\n\t| 'KG'\n\t| 'KH'\n\t| 'KI'\n\t| 'KM'\n\t| 'KN'\n\t| 'KP'\n\t| 'KR'\n\t| 'KW'\n\t| 'KY'\n\t| 'KZ'\n\t| 'LA'\n\t| 'LB'\n\t| 'LC'\n\t| 'LI'\n\t| 'LK'\n\t| 'LR'\n\t| 'LS'\n\t| 'LT'\n\t| 'LU'\n\t| 'LV'\n\t| 'LY'\n\t| 'MA'\n\t| 'MC'\n\t| 'MD'\n\t| 'ME'\n\t| 'MF'\n\t| 'MG'\n\t| 'MH'\n\t| 'MK'\n\t| 'ML'\n\t| 'MM'\n\t| 'MN'\n\t| 'MO'\n\t| 'MP'\n\t| 'MQ'\n\t| 'MR'\n\t| 'MS'\n\t| 'MT'\n\t| 'MU'\n\t| 'MV'\n\t| 'MW'\n\t| 'MX'\n\t| 'MY'\n\t| 'MZ'\n\t| 'NA'\n\t| 'NC'\n\t| 'NE'\n\t| 'NF'\n\t| 'NG'\n\t| 'NI'\n\t| 'NL'\n\t| 'NO'\n\t| 'NP'\n\t| 'NR'\n\t| 'NU'\n\t| 'NZ'\n\t| 'OM'\n\t| 'PA'\n\t| 'PE'\n\t| 'PF'\n\t| 'PG'\n\t| 'PH'\n\t| 'PK'\n\t| 'PL'\n\t| 'PM'\n\t| 'PN'\n\t| 'PR'\n\t| 'PS'\n\t| 'PT'\n\t| 'PW'\n\t| 'PY'\n\t| 'QA'\n\t| 'RE'\n\t| 'RO'\n\t| 'RS'\n\t| 'RU'\n\t| 'RW'\n\t| 'SA'\n\t| 'SB'\n\t| 'SC'\n\t| 'SD'\n\t| 'SE'\n\t| 'SG'\n\t| 'SH'\n\t| 'SI'\n\t| 'SJ'\n\t| 'SK'\n\t| 'SL'\n\t| 'SM'\n\t| 'SN'\n\t| 'SO'\n\t| 'SR'\n\t| 'SS'\n\t| 'ST'\n\t| 'SV'\n\t| 'SX'\n\t| 'SY'\n\t| 'SZ'\n\t| 'TC'\n\t| 'TD'\n\t| 'TF'\n\t| 'TG'\n\t| 'TH'\n\t| 'TJ'\n\t| 'TK'\n\t| 'TL'\n\t| 'TM'\n\t| 'TN'\n\t| 'TO'\n\t| 'TR'\n\t| 'TT'\n\t| 'TV'\n\t| 'TW'\n\t| 'TZ'\n\t| 'UA'\n\t| 'UG'\n\t| 'UM'\n\t| 'US'\n\t| 'UY'\n\t| 'UZ'\n\t| 'VA'\n\t| 'VC'\n\t| 'VE'\n\t| 'VG'\n\t| 'VI'\n\t| 'VN'\n\t| 'VU'\n\t| 'WF'\n\t| 'WS'\n\t| 'YE'\n\t| 'YT'\n\t| 'ZA'\n\t| 'ZM'\n\t| 'ZW';\n/** The 2-letter continent codes Cloudflare uses */\ndeclare type ContinentCode = 'AF' | 'AN' | 'AS' | 'EU' | 'NA' | 'OC' | 'SA';\ntype CfProperties<HostMetadata = unknown> = IncomingRequestCfProperties<HostMetadata> | RequestInitCfProperties;\ninterface D1Meta {\n\tduration: number;\n\tsize_after: number;\n\trows_read: number;\n\trows_written: number;\n\tlast_row_id: number;\n\tchanged_db: boolean;\n\tchanges: number;\n\t/**\n\t * The region of the database instance that executed the query.\n\t */\n\tserved_by_region?: string;\n\t/**\n\t * True if-and-only-if the database instance that executed the query was the primary.\n\t */\n\tserved_by_primary?: boolean;\n\ttimings?: {\n\t\t/**\n\t\t * The duration of the SQL query execution by the database instance. It doesn't include any network time.\n\t\t */\n\t\tsql_duration_ms: number;\n\t};\n}\ninterface D1Response {\n\tsuccess: true;\n\tmeta: D1Meta & Record<string, unknown>;\n\terror?: never;\n}\ntype D1Result<T = unknown> = D1Response & {\n\tresults: T[];\n};\ninterface D1ExecResult {\n\tcount: number;\n\tduration: number;\n}\ntype D1SessionConstraint =\n\t// Indicates that the first query should go to the primary, and the rest queries\n\t// using the same D1DatabaseSession will go to any replica that is consistent with\n\t// the bookmark maintained by the session (returned by the first query).\n\t| 'first-primary'\n\t// Indicates that the first query can go anywhere (primary or replica), and the rest queries\n\t// using the same D1DatabaseSession will go to any replica that is consistent with\n\t// the bookmark maintained by the session (returned by the first query).\n\t| 'first-unconstrained';\ntype D1SessionBookmark = string;\ndeclare abstract class D1Database {\n\tprepare(query: string): D1PreparedStatement;\n\tbatch<T = unknown>(statements: D1PreparedStatement[]): Promise<D1Result<T>[]>;\n\texec(query: string): Promise<D1ExecResult>;\n\t/**\n\t * Creates a new D1 Session anchored at the given constraint or the bookmark.\n\t * All queries executed using the created session will have sequential consistency,\n\t * meaning that all writes done through the session will be visible in subsequent reads.\n\t *\n\t * @param constraintOrBookmark Either the session constraint or the explicit bookmark to anchor the created session.\n\t */\n\twithSession(constraintOrBookmark?: D1SessionBookmark | D1SessionConstraint): D1DatabaseSession;\n\t/**\n\t * @deprecated dump() will be removed soon, only applies to deprecated alpha v1 databases.\n\t */\n\tdump(): Promise<ArrayBuffer>;\n}\ndeclare abstract class D1DatabaseSession {\n\tprepare(query: string): D1PreparedStatement;\n\tbatch<T = unknown>(statements: D1PreparedStatement[]): Promise<D1Result<T>[]>;\n\t/**\n\t * @returns The latest session bookmark across all executed queries on the session.\n\t *          If no query has been executed yet, `null` is returned.\n\t */\n\tgetBookmark(): D1SessionBookmark | null;\n}\ndeclare abstract class D1PreparedStatement {\n\tbind(...values: unknown[]): D1PreparedStatement;\n\tfirst<T = unknown>(colName: string): Promise<T | null>;\n\tfirst<T = Record<string, unknown>>(): Promise<T | null>;\n\trun<T = Record<string, unknown>>(): Promise<D1Result<T>>;\n\tall<T = Record<string, unknown>>(): Promise<D1Result<T>>;\n\traw<T = unknown[]>(options: { columnNames: true }): Promise<[string[], ...T[]]>;\n\traw<T = unknown[]>(options?: { columnNames?: false }): Promise<T[]>;\n}\n// `Disposable` was added to TypeScript's standard lib types in version 5.2.\n// To support older TypeScript versions, define an empty `Disposable` interface.\n// Users won't be able to use `using`/`Symbol.dispose` without upgrading to 5.2,\n// but this will ensure type checking on older versions still passes.\n// TypeScript's interface merging will ensure our empty interface is effectively\n// ignored when `Disposable` is included in the standard lib.\ninterface Disposable {}\n/**\n * An email message that can be sent from a Worker.\n */\ninterface EmailMessage {\n\t/**\n\t * Envelope From attribute of the email message.\n\t */\n\treadonly from: string;\n\t/**\n\t * Envelope To attribute of the email message.\n\t */\n\treadonly to: string;\n}\n/**\n * An email message that is sent to a consumer Worker and can be rejected/forwarded.\n */\ninterface ForwardableEmailMessage extends EmailMessage {\n\t/**\n\t * Stream of the email message content.\n\t */\n\treadonly raw: ReadableStream<Uint8Array>;\n\t/**\n\t * An [Headers object](https://developer.mozilla.org/en-US/docs/Web/API/Headers).\n\t */\n\treadonly headers: Headers;\n\t/**\n\t * Size of the email message content.\n\t */\n\treadonly rawSize: number;\n\t/**\n\t * Reject this email message by returning a permanent SMTP error back to the connecting client including the given reason.\n\t * @param reason The reject reason.\n\t * @returns void\n\t */\n\tsetReject(reason: string): void;\n\t/**\n\t * Forward this email message to a verified destination address of the account.\n\t * @param rcptTo Verified destination address.\n\t * @param headers A [Headers object](https://developer.mozilla.org/en-US/docs/Web/API/Headers).\n\t * @returns A promise that resolves when the email message is forwarded.\n\t */\n\tforward(rcptTo: string, headers?: Headers): Promise<void>;\n\t/**\n\t * Reply to the sender of this email message with a new EmailMessage object.\n\t * @param message The reply message.\n\t * @returns A promise that resolves when the email message is replied.\n\t */\n\treply(message: EmailMessage): Promise<void>;\n}\n/**\n * A binding that allows a Worker to send email messages.\n */\ninterface SendEmail {\n\tsend(message: EmailMessage): Promise<void>;\n}\ndeclare abstract class EmailEvent extends ExtendableEvent {\n\treadonly message: ForwardableEmailMessage;\n}\ndeclare type EmailExportedHandler<Env = unknown> = (\n\tmessage: ForwardableEmailMessage,\n\tenv: Env,\n\tctx: ExecutionContext,\n) => void | Promise<void>;\ndeclare module 'cloudflare:email' {\n\tlet _EmailMessage: {\n\t\tprototype: EmailMessage;\n\t\tnew (from: string, to: string, raw: ReadableStream | string): EmailMessage;\n\t};\n\texport { _EmailMessage as EmailMessage };\n}\ninterface Hyperdrive {\n\t/**\n\t * Connect directly to Hyperdrive as if it's your database, returning a TCP socket.\n\t *\n\t * Calling this method returns an idential socket to if you call\n\t * `connect(\"host:port\")` using the `host` and `port` fields from this object.\n\t * Pick whichever approach works better with your preferred DB client library.\n\t *\n\t * Note that this socket is not yet authenticated -- it's expected that your\n\t * code (or preferably, the client library of your choice) will authenticate\n\t * using the information in this class's readonly fields.\n\t */\n\tconnect(): Socket;\n\t/**\n\t * A valid DB connection string that can be passed straight into the typical\n\t * client library/driver/ORM. This will typically be the easiest way to use\n\t * Hyperdrive.\n\t */\n\treadonly connectionString: string;\n\t/*\n\t * A randomly generated hostname that is only valid within the context of the\n\t * currently running Worker which, when passed into `connect()` function from\n\t * the \"cloudflare:sockets\" module, will connect to the Hyperdrive instance\n\t * for your database.\n\t */\n\treadonly host: string;\n\t/*\n\t * The port that must be paired the the host field when connecting.\n\t */\n\treadonly port: number;\n\t/*\n\t * The username to use when authenticating to your database via Hyperdrive.\n\t * Unlike the host and password, this will be the same every time\n\t */\n\treadonly user: string;\n\t/*\n\t * The randomly generated password to use when authenticating to your\n\t * database via Hyperdrive. Like the host field, this password is only valid\n\t * within the context of the currently running Worker instance from which\n\t * it's read.\n\t */\n\treadonly password: string;\n\t/*\n\t * The name of the database to connect to.\n\t */\n\treadonly database: string;\n}\n// Copyright (c) 2024 Cloudflare, Inc.\n// Licensed under the Apache 2.0 license found in the LICENSE file or at:\n//     https://opensource.org/licenses/Apache-2.0\ntype ImageInfoResponse =\n\t| {\n\t\t\tformat: 'image/svg+xml';\n\t  }\n\t| {\n\t\t\tformat: string;\n\t\t\tfileSize: number;\n\t\t\twidth: number;\n\t\t\theight: number;\n\t  };\ntype ImageTransform = {\n\twidth?: number;\n\theight?: number;\n\tbackground?: string;\n\tblur?: number;\n\tborder?:\n\t\t| {\n\t\t\t\tcolor?: string;\n\t\t\t\twidth?: number;\n\t\t  }\n\t\t| {\n\t\t\t\ttop?: number;\n\t\t\t\tbottom?: number;\n\t\t\t\tleft?: number;\n\t\t\t\tright?: number;\n\t\t  };\n\tbrightness?: number;\n\tcontrast?: number;\n\tfit?: 'scale-down' | 'contain' | 'pad' | 'squeeze' | 'cover' | 'crop';\n\tflip?: 'h' | 'v' | 'hv';\n\tgamma?: number;\n\tgravity?:\n\t\t| 'left'\n\t\t| 'right'\n\t\t| 'top'\n\t\t| 'bottom'\n\t\t| 'center'\n\t\t| 'auto'\n\t\t| 'entropy'\n\t\t| {\n\t\t\t\tx?: number;\n\t\t\t\ty?: number;\n\t\t\t\tmode: 'remainder' | 'box-center';\n\t\t  };\n\trotate?: 0 | 90 | 180 | 270;\n\tsaturation?: number;\n\tsharpen?: number;\n\ttrim?:\n\t\t| 'border'\n\t\t| {\n\t\t\t\ttop?: number;\n\t\t\t\tbottom?: number;\n\t\t\t\tleft?: number;\n\t\t\t\tright?: number;\n\t\t\t\twidth?: number;\n\t\t\t\theight?: number;\n\t\t\t\tborder?:\n\t\t\t\t\t| boolean\n\t\t\t\t\t| {\n\t\t\t\t\t\t\tcolor?: string;\n\t\t\t\t\t\t\ttolerance?: number;\n\t\t\t\t\t\t\tkeep?: number;\n\t\t\t\t\t  };\n\t\t  };\n};\ntype ImageDrawOptions = {\n\topacity?: number;\n\trepeat?: boolean | string;\n\ttop?: number;\n\tleft?: number;\n\tbottom?: number;\n\tright?: number;\n};\ntype ImageOutputOptions = {\n\tformat: 'image/jpeg' | 'image/png' | 'image/gif' | 'image/webp' | 'image/avif' | 'rgb' | 'rgba';\n\tquality?: number;\n\tbackground?: string;\n};\ninterface ImagesBinding {\n\t/**\n\t * Get image metadata (type, width and height)\n\t * @throws {@link ImagesError} with code 9412 if input is not an image\n\t * @param stream The image bytes\n\t */\n\tinfo(stream: ReadableStream<Uint8Array>): Promise<ImageInfoResponse>;\n\t/**\n\t * Begin applying a series of transformations to an image\n\t * @param stream The image bytes\n\t * @returns A transform handle\n\t */\n\tinput(stream: ReadableStream<Uint8Array>): ImageTransformer;\n}\ninterface ImageTransformer {\n\t/**\n\t * Apply transform next, returning a transform handle.\n\t * You can then apply more transformations, draw, or retrieve the output.\n\t * @param transform\n\t */\n\ttransform(transform: ImageTransform): ImageTransformer;\n\t/**\n\t * Draw an image on this transformer, returning a transform handle.\n\t * You can then apply more transformations, draw, or retrieve the output.\n\t * @param image The image (or transformer that will give the image) to draw\n\t * @param options The options configuring how to draw the image\n\t */\n\tdraw(image: ReadableStream<Uint8Array> | ImageTransformer, options?: ImageDrawOptions): ImageTransformer;\n\t/**\n\t * Retrieve the image that results from applying the transforms to the\n\t * provided input\n\t * @param options Options that apply to the output e.g. output format\n\t */\n\toutput(options: ImageOutputOptions): Promise<ImageTransformationResult>;\n}\ninterface ImageTransformationResult {\n\t/**\n\t * The image as a response, ready to store in cache or return to users\n\t */\n\tresponse(): Response;\n\t/**\n\t * The content type of the returned image\n\t */\n\tcontentType(): string;\n\t/**\n\t * The bytes of the response\n\t */\n\timage(): ReadableStream<Uint8Array>;\n}\ninterface ImagesError extends Error {\n\treadonly code: number;\n\treadonly message: string;\n\treadonly stack?: string;\n}\ntype Params<P extends string = any> = Record<P, string | string[]>;\ntype EventContext<Env, P extends string, Data> = {\n\trequest: Request<unknown, IncomingRequestCfProperties<unknown>>;\n\tfunctionPath: string;\n\twaitUntil: (promise: Promise<any>) => void;\n\tpassThroughOnException: () => void;\n\tnext: (input?: Request | string, init?: RequestInit) => Promise<Response>;\n\tenv: Env & {\n\t\tASSETS: {\n\t\t\tfetch: typeof fetch;\n\t\t};\n\t};\n\tparams: Params<P>;\n\tdata: Data;\n};\ntype PagesFunction<Env = unknown, Params extends string = any, Data extends Record<string, unknown> = Record<string, unknown>> = (\n\tcontext: EventContext<Env, Params, Data>,\n) => Response | Promise<Response>;\ntype EventPluginContext<Env, P extends string, Data, PluginArgs> = {\n\trequest: Request<unknown, IncomingRequestCfProperties<unknown>>;\n\tfunctionPath: string;\n\twaitUntil: (promise: Promise<any>) => void;\n\tpassThroughOnException: () => void;\n\tnext: (input?: Request | string, init?: RequestInit) => Promise<Response>;\n\tenv: Env & {\n\t\tASSETS: {\n\t\t\tfetch: typeof fetch;\n\t\t};\n\t};\n\tparams: Params<P>;\n\tdata: Data;\n\tpluginArgs: PluginArgs;\n};\ntype PagesPluginFunction<\n\tEnv = unknown,\n\tParams extends string = any,\n\tData extends Record<string, unknown> = Record<string, unknown>,\n\tPluginArgs = unknown,\n> = (context: EventPluginContext<Env, Params, Data, PluginArgs>) => Response | Promise<Response>;\ndeclare module 'assets:*' {\n\texport const onRequest: PagesFunction;\n}\n// Copyright (c) 2022-2023 Cloudflare, Inc.\n// Licensed under the Apache 2.0 license found in the LICENSE file or at:\n//     https://opensource.org/licenses/Apache-2.0\ndeclare module 'cloudflare:pipelines' {\n\texport abstract class PipelineTransformationEntrypoint<\n\t\tEnv = unknown,\n\t\tI extends PipelineRecord = PipelineRecord,\n\t\tO extends PipelineRecord = PipelineRecord,\n\t> {\n\t\tprotected env: Env;\n\t\tprotected ctx: ExecutionContext;\n\t\tconstructor(ctx: ExecutionContext, env: Env);\n\t\t/**\n\t\t * run recieves an array of PipelineRecord which can be\n\t\t * transformed and returned to the pipeline\n\t\t * @param records Incoming records from the pipeline to be transformed\n\t\t * @param metadata Information about the specific pipeline calling the transformation entrypoint\n\t\t * @returns A promise containing the transformed PipelineRecord array\n\t\t */\n\t\tpublic run(records: I[], metadata: PipelineBatchMetadata): Promise<O[]>;\n\t}\n\texport type PipelineRecord = Record<string, unknown>;\n\texport type PipelineBatchMetadata = {\n\t\tpipelineId: string;\n\t\tpipelineName: string;\n\t};\n\texport interface Pipeline<T extends PipelineRecord = PipelineRecord> {\n\t\t/**\n\t\t * The Pipeline interface represents the type of a binding to a Pipeline\n\t\t *\n\t\t * @param records The records to send to the pipeline\n\t\t */\n\t\tsend(records: T[]): Promise<void>;\n\t}\n}\n// PubSubMessage represents an incoming PubSub message.\n// The message includes metadata about the broker, the client, and the payload\n// itself.\n// https://developers.cloudflare.com/pub-sub/\ninterface PubSubMessage {\n\t// Message ID\n\treadonly mid: number;\n\t// MQTT broker FQDN in the form mqtts://BROKER.NAMESPACE.cloudflarepubsub.com:PORT\n\treadonly broker: string;\n\t// The MQTT topic the message was sent on.\n\treadonly topic: string;\n\t// The client ID of the client that published this message.\n\treadonly clientId: string;\n\t// The unique identifier (JWT ID) used by the client to authenticate, if token\n\t// auth was used.\n\treadonly jti?: string;\n\t// A Unix timestamp (seconds from Jan 1, 1970), set when the Pub/Sub Broker\n\t// received the message from the client.\n\treadonly receivedAt: number;\n\t// An (optional) string with the MIME type of the payload, if set by the\n\t// client.\n\treadonly contentType: string;\n\t// Set to 1 when the payload is a UTF-8 string\n\t// https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901063\n\treadonly payloadFormatIndicator: number;\n\t// Pub/Sub (MQTT) payloads can be UTF-8 strings, or byte arrays.\n\t// You can use payloadFormatIndicator to inspect this before decoding.\n\tpayload: string | Uint8Array;\n}\n// JsonWebKey extended by kid parameter\ninterface JsonWebKeyWithKid extends JsonWebKey {\n\t// Key Identifier of the JWK\n\treadonly kid: string;\n}\ninterface RateLimitOptions {\n\tkey: string;\n}\ninterface RateLimitOutcome {\n\tsuccess: boolean;\n}\ninterface RateLimit {\n\t/**\n\t * Rate limit a request based on the provided options.\n\t * @see https://developers.cloudflare.com/workers/runtime-apis/bindings/rate-limit/\n\t * @returns A promise that resolves with the outcome of the rate limit.\n\t */\n\tlimit(options: RateLimitOptions): Promise<RateLimitOutcome>;\n}\n// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need\n// to referenced by `Fetcher`. This is included in the \"importable\" version of the types which\n// strips all `module` blocks.\ndeclare namespace Rpc {\n\t// Branded types for identifying `WorkerEntrypoint`/`DurableObject`/`Target`s.\n\t// TypeScript uses *structural* typing meaning anything with the same shape as type `T` is a `T`.\n\t// For the classes exported by `cloudflare:workers` we want *nominal* typing (i.e. we only want to\n\t// accept `WorkerEntrypoint` from `cloudflare:workers`, not any other class with the same shape)\n\texport const __RPC_STUB_BRAND: '__RPC_STUB_BRAND';\n\texport const __RPC_TARGET_BRAND: '__RPC_TARGET_BRAND';\n\texport const __WORKER_ENTRYPOINT_BRAND: '__WORKER_ENTRYPOINT_BRAND';\n\texport const __DURABLE_OBJECT_BRAND: '__DURABLE_OBJECT_BRAND';\n\texport const __WORKFLOW_ENTRYPOINT_BRAND: '__WORKFLOW_ENTRYPOINT_BRAND';\n\texport interface RpcTargetBranded {\n\t\t[__RPC_TARGET_BRAND]: never;\n\t}\n\texport interface WorkerEntrypointBranded {\n\t\t[__WORKER_ENTRYPOINT_BRAND]: never;\n\t}\n\texport interface DurableObjectBranded {\n\t\t[__DURABLE_OBJECT_BRAND]: never;\n\t}\n\texport interface WorkflowEntrypointBranded {\n\t\t[__WORKFLOW_ENTRYPOINT_BRAND]: never;\n\t}\n\texport type EntrypointBranded = WorkerEntrypointBranded | DurableObjectBranded | WorkflowEntrypointBranded;\n\t// Types that can be used through `Stub`s\n\texport type Stubable = RpcTargetBranded | ((...args: any[]) => any);\n\t// Types that can be passed over RPC\n\t// The reason for using a generic type here is to build a serializable subset of structured\n\t//   cloneable composite types. This allows types defined with the \"interface\" keyword to pass the\n\t//   serializable check as well. Otherwise, only types defined with the \"type\" keyword would pass.\n\ttype Serializable<T> =\n\t\t// Structured cloneables\n\t\t| BaseType\n\t\t// Structured cloneable composites\n\t\t| Map<T extends Map<infer U, unknown> ? Serializable<U> : never, T extends Map<unknown, infer U> ? Serializable<U> : never>\n\t\t| Set<T extends Set<infer U> ? Serializable<U> : never>\n\t\t| ReadonlyArray<T extends ReadonlyArray<infer U> ? Serializable<U> : never>\n\t\t| {\n\t\t\t\t[K in keyof T]: K extends number | string ? Serializable<T[K]> : never;\n\t\t  }\n\t\t// Special types\n\t\t| Stub<Stubable>\n\t\t// Serialized as stubs, see `Stubify`\n\t\t| Stubable;\n\t// Base type for all RPC stubs, including common memory management methods.\n\t// `T` is used as a marker type for unwrapping `Stub`s later.\n\tinterface StubBase<T extends Stubable> extends Disposable {\n\t\t[__RPC_STUB_BRAND]: T;\n\t\tdup(): this;\n\t}\n\texport type Stub<T extends Stubable> = Provider<T> & StubBase<T>;\n\t// This represents all the types that can be sent as-is over an RPC boundary\n\ttype BaseType =\n\t\t| void\n\t\t| undefined\n\t\t| null\n\t\t| boolean\n\t\t| number\n\t\t| bigint\n\t\t| string\n\t\t| TypedArray\n\t\t| ArrayBuffer\n\t\t| DataView\n\t\t| Date\n\t\t| Error\n\t\t| RegExp\n\t\t| ReadableStream<Uint8Array>\n\t\t| WritableStream<Uint8Array>\n\t\t| Request\n\t\t| Response\n\t\t| Headers;\n\t// Recursively rewrite all `Stubable` types with `Stub`s\n\t// prettier-ignore\n\ttype Stubify<T> = T extends Stubable ? Stub<T> : T extends Map<infer K, infer V> ? Map<Stubify<K>, Stubify<V>> : T extends Set<infer V> ? Set<Stubify<V>> : T extends Array<infer V> ? Array<Stubify<V>> : T extends ReadonlyArray<infer V> ? ReadonlyArray<Stubify<V>> : T extends BaseType ? T : T extends {\n        [key: string | number]: any;\n    } ? {\n        [K in keyof T]: Stubify<T[K]>;\n    } : T;\n\t// Recursively rewrite all `Stub<T>`s with the corresponding `T`s.\n\t// Note we use `StubBase` instead of `Stub` here to avoid circular dependencies:\n\t// `Stub` depends on `Provider`, which depends on `Unstubify`, which would depend on `Stub`.\n\t// prettier-ignore\n\ttype Unstubify<T> = T extends StubBase<infer V> ? V : T extends Map<infer K, infer V> ? Map<Unstubify<K>, Unstubify<V>> : T extends Set<infer V> ? Set<Unstubify<V>> : T extends Array<infer V> ? Array<Unstubify<V>> : T extends ReadonlyArray<infer V> ? ReadonlyArray<Unstubify<V>> : T extends BaseType ? T : T extends {\n        [key: string | number]: unknown;\n    } ? {\n        [K in keyof T]: Unstubify<T[K]>;\n    } : T;\n\ttype UnstubifyAll<A extends any[]> = {\n\t\t[I in keyof A]: Unstubify<A[I]>;\n\t};\n\t// Utility type for adding `Provider`/`Disposable`s to `object` types only.\n\t// Note `unknown & T` is equivalent to `T`.\n\ttype MaybeProvider<T> = T extends object ? Provider<T> : unknown;\n\ttype MaybeDisposable<T> = T extends object ? Disposable : unknown;\n\t// Type for method return or property on an RPC interface.\n\t// - Stubable types are replaced by stubs.\n\t// - Serializable types are passed by value, with stubable types replaced by stubs\n\t//   and a top-level `Disposer`.\n\t// Everything else can't be passed over PRC.\n\t// Technically, we use custom thenables here, but they quack like `Promise`s.\n\t// Intersecting with `(Maybe)Provider` allows pipelining.\n\t// prettier-ignore\n\ttype Result<R> = R extends Stubable ? Promise<Stub<R>> & Provider<R> : R extends Serializable<R> ? Promise<Stubify<R> & MaybeDisposable<R>> & MaybeProvider<R> : never;\n\t// Type for method or property on an RPC interface.\n\t// For methods, unwrap `Stub`s in parameters, and rewrite returns to be `Result`s.\n\t// Unwrapping `Stub`s allows calling with `Stubable` arguments.\n\t// For properties, rewrite types to be `Result`s.\n\t// In each case, unwrap `Promise`s.\n\ttype MethodOrProperty<V> = V extends (...args: infer P) => infer R\n\t\t? (...args: UnstubifyAll<P>) => Result<Awaited<R>>\n\t\t: Result<Awaited<V>>;\n\t// Type for the callable part of an `Provider` if `T` is callable.\n\t// This is intersected with methods/properties.\n\ttype MaybeCallableProvider<T> = T extends (...args: any[]) => any ? MethodOrProperty<T> : unknown;\n\t// Base type for all other types providing RPC-like interfaces.\n\t// Rewrites all methods/properties to be `MethodOrProperty`s, while preserving callable types.\n\t// `Reserved` names (e.g. stub method names like `dup()`) and symbols can't be accessed over RPC.\n\texport type Provider<T extends object, Reserved extends string = never> = MaybeCallableProvider<T> & {\n\t\t[K in Exclude<keyof T, Reserved | symbol | keyof StubBase<never>>]: MethodOrProperty<T[K]>;\n\t};\n}\ndeclare namespace Cloudflare {\n\tinterface Env {}\n}\ndeclare module 'cloudflare:workers' {\n\texport type RpcStub<T extends Rpc.Stubable> = Rpc.Stub<T>;\n\texport const RpcStub: {\n\t\tnew <T extends Rpc.Stubable>(value: T): Rpc.Stub<T>;\n\t};\n\texport abstract class RpcTarget implements Rpc.RpcTargetBranded {\n\t\t[Rpc.__RPC_TARGET_BRAND]: never;\n\t}\n\t// `protected` fields don't appear in `keyof`s, so can't be accessed over RPC\n\texport abstract class WorkerEntrypoint<Env = unknown> implements Rpc.WorkerEntrypointBranded {\n\t\t[Rpc.__WORKER_ENTRYPOINT_BRAND]: never;\n\t\tprotected ctx: ExecutionContext;\n\t\tprotected env: Env;\n\t\tconstructor(ctx: ExecutionContext, env: Env);\n\t\tfetch?(request: Request): Response | Promise<Response>;\n\t\ttail?(events: TraceItem[]): void | Promise<void>;\n\t\ttrace?(traces: TraceItem[]): void | Promise<void>;\n\t\tscheduled?(controller: ScheduledController): void | Promise<void>;\n\t\tqueue?(batch: MessageBatch<unknown>): void | Promise<void>;\n\t\ttest?(controller: TestController): void | Promise<void>;\n\t}\n\texport abstract class DurableObject<Env = unknown> implements Rpc.DurableObjectBranded {\n\t\t[Rpc.__DURABLE_OBJECT_BRAND]: never;\n\t\tprotected ctx: DurableObjectState;\n\t\tprotected env: Env;\n\t\tconstructor(ctx: DurableObjectState, env: Env);\n\t\tfetch?(request: Request): Response | Promise<Response>;\n\t\talarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>;\n\t\twebSocketMessage?(ws: WebSocket, message: string | ArrayBuffer): void | Promise<void>;\n\t\twebSocketClose?(ws: WebSocket, code: number, reason: string, wasClean: boolean): void | Promise<void>;\n\t\twebSocketError?(ws: WebSocket, error: unknown): void | Promise<void>;\n\t}\n\texport type WorkflowDurationLabel = 'second' | 'minute' | 'hour' | 'day' | 'week' | 'month' | 'year';\n\texport type WorkflowSleepDuration = `${number} ${WorkflowDurationLabel}${'s' | ''}` | number;\n\texport type WorkflowDelayDuration = WorkflowSleepDuration;\n\texport type WorkflowTimeoutDuration = WorkflowSleepDuration;\n\texport type WorkflowRetentionDuration = WorkflowSleepDuration;\n\texport type WorkflowBackoff = 'constant' | 'linear' | 'exponential';\n\texport type WorkflowStepConfig = {\n\t\tretries?: {\n\t\t\tlimit: number;\n\t\t\tdelay: WorkflowDelayDuration | number;\n\t\t\tbackoff?: WorkflowBackoff;\n\t\t};\n\t\ttimeout?: WorkflowTimeoutDuration | number;\n\t};\n\texport type WorkflowEvent<T> = {\n\t\tpayload: Readonly<T>;\n\t\ttimestamp: Date;\n\t\tinstanceId: string;\n\t};\n\texport type WorkflowStepEvent<T> = {\n\t\tpayload: Readonly<T>;\n\t\ttimestamp: Date;\n\t\ttype: string;\n\t};\n\texport abstract class WorkflowStep {\n\t\tdo<T extends Rpc.Serializable<T>>(name: string, callback: () => Promise<T>): Promise<T>;\n\t\tdo<T extends Rpc.Serializable<T>>(name: string, config: WorkflowStepConfig, callback: () => Promise<T>): Promise<T>;\n\t\tsleep: (name: string, duration: WorkflowSleepDuration) => Promise<void>;\n\t\tsleepUntil: (name: string, timestamp: Date | number) => Promise<void>;\n\t\twaitForEvent<T extends Rpc.Serializable<T>>(\n\t\t\tname: string,\n\t\t\toptions: {\n\t\t\t\ttype: string;\n\t\t\t\ttimeout?: WorkflowTimeoutDuration | number;\n\t\t\t},\n\t\t): Promise<WorkflowStepEvent<T>>;\n\t}\n\texport abstract class WorkflowEntrypoint<Env = unknown, T extends Rpc.Serializable<T> | unknown = unknown>\n\t\timplements Rpc.WorkflowEntrypointBranded\n\t{\n\t\t[Rpc.__WORKFLOW_ENTRYPOINT_BRAND]: never;\n\t\tprotected ctx: ExecutionContext;\n\t\tprotected env: Env;\n\t\tconstructor(ctx: ExecutionContext, env: Env);\n\t\trun(event: Readonly<WorkflowEvent<T>>, step: WorkflowStep): Promise<unknown>;\n\t}\n\texport const env: Cloudflare.Env;\n}\ninterface SecretsStoreSecret {\n\t/**\n\t * Get a secret from the Secrets Store, returning a string of the secret value\n\t * if it exists, or throws an error if it does not exist\n\t */\n\tget(): Promise<string>;\n}\ndeclare module 'cloudflare:sockets' {\n\tfunction _connect(address: string | SocketAddress, options?: SocketOptions): Socket;\n\texport { _connect as connect };\n}\ndeclare namespace TailStream {\n\tinterface Header {\n\t\treadonly name: string;\n\t\treadonly value: string;\n\t}\n\tinterface FetchEventInfo {\n\t\treadonly type: 'fetch';\n\t\treadonly method: string;\n\t\treadonly url: string;\n\t\treadonly cfJson: string;\n\t\treadonly headers: Header[];\n\t}\n\tinterface JsRpcEventInfo {\n\t\treadonly type: 'jsrpc';\n\t\treadonly methodName: string;\n\t}\n\tinterface ScheduledEventInfo {\n\t\treadonly type: 'scheduled';\n\t\treadonly scheduledTime: Date;\n\t\treadonly cron: string;\n\t}\n\tinterface AlarmEventInfo {\n\t\treadonly type: 'alarm';\n\t\treadonly scheduledTime: Date;\n\t}\n\tinterface QueueEventInfo {\n\t\treadonly type: 'queue';\n\t\treadonly queueName: string;\n\t\treadonly batchSize: number;\n\t}\n\tinterface EmailEventInfo {\n\t\treadonly type: 'email';\n\t\treadonly mailFrom: string;\n\t\treadonly rcptTo: string;\n\t\treadonly rawSize: number;\n\t}\n\tinterface TraceEventInfo {\n\t\treadonly type: 'trace';\n\t\treadonly traces: (string | null)[];\n\t}\n\tinterface HibernatableWebSocketEventInfoMessage {\n\t\treadonly type: 'message';\n\t}\n\tinterface HibernatableWebSocketEventInfoError {\n\t\treadonly type: 'error';\n\t}\n\tinterface HibernatableWebSocketEventInfoClose {\n\t\treadonly type: 'close';\n\t\treadonly code: number;\n\t\treadonly wasClean: boolean;\n\t}\n\tinterface HibernatableWebSocketEventInfo {\n\t\treadonly type: 'hibernatableWebSocket';\n\t\treadonly info: HibernatableWebSocketEventInfoClose | HibernatableWebSocketEventInfoError | HibernatableWebSocketEventInfoMessage;\n\t}\n\tinterface Resume {\n\t\treadonly type: 'resume';\n\t\treadonly attachment?: any;\n\t}\n\tinterface CustomEventInfo {\n\t\treadonly type: 'custom';\n\t}\n\tinterface FetchResponseInfo {\n\t\treadonly type: 'fetch';\n\t\treadonly statusCode: number;\n\t}\n\ttype EventOutcome =\n\t\t| 'ok'\n\t\t| 'canceled'\n\t\t| 'exception'\n\t\t| 'unknown'\n\t\t| 'killSwitch'\n\t\t| 'daemonDown'\n\t\t| 'exceededCpu'\n\t\t| 'exceededMemory'\n\t\t| 'loadShed'\n\t\t| 'responseStreamDisconnected'\n\t\t| 'scriptNotFound';\n\tinterface ScriptVersion {\n\t\treadonly id: string;\n\t\treadonly tag?: string;\n\t\treadonly message?: string;\n\t}\n\tinterface Trigger {\n\t\treadonly traceId: string;\n\t\treadonly invocationId: string;\n\t\treadonly spanId: string;\n\t}\n\tinterface Onset {\n\t\treadonly type: 'onset';\n\t\treadonly dispatchNamespace?: string;\n\t\treadonly entrypoint?: string;\n\t\treadonly executionModel: string;\n\t\treadonly scriptName?: string;\n\t\treadonly scriptTags?: string[];\n\t\treadonly scriptVersion?: ScriptVersion;\n\t\treadonly trigger?: Trigger;\n\t\treadonly info:\n\t\t\t| FetchEventInfo\n\t\t\t| JsRpcEventInfo\n\t\t\t| ScheduledEventInfo\n\t\t\t| AlarmEventInfo\n\t\t\t| QueueEventInfo\n\t\t\t| EmailEventInfo\n\t\t\t| TraceEventInfo\n\t\t\t| HibernatableWebSocketEventInfo\n\t\t\t| Resume\n\t\t\t| CustomEventInfo;\n\t}\n\tinterface Outcome {\n\t\treadonly type: 'outcome';\n\t\treadonly outcome: EventOutcome;\n\t\treadonly cpuTime: number;\n\t\treadonly wallTime: number;\n\t}\n\tinterface Hibernate {\n\t\treadonly type: 'hibernate';\n\t}\n\tinterface SpanOpen {\n\t\treadonly type: 'spanOpen';\n\t\treadonly name: string;\n\t\treadonly info?: FetchEventInfo | JsRpcEventInfo | Attributes;\n\t}\n\tinterface SpanClose {\n\t\treadonly type: 'spanClose';\n\t\treadonly outcome: EventOutcome;\n\t}\n\tinterface DiagnosticChannelEvent {\n\t\treadonly type: 'diagnosticChannel';\n\t\treadonly channel: string;\n\t\treadonly message: any;\n\t}\n\tinterface Exception {\n\t\treadonly type: 'exception';\n\t\treadonly name: string;\n\t\treadonly message: string;\n\t\treadonly stack?: string;\n\t}\n\tinterface Log {\n\t\treadonly type: 'log';\n\t\treadonly level: 'debug' | 'error' | 'info' | 'log' | 'warn';\n\t\treadonly message: string;\n\t}\n\tinterface Return {\n\t\treadonly type: 'return';\n\t\treadonly info?: FetchResponseInfo;\n\t}\n\tinterface Link {\n\t\treadonly type: 'link';\n\t\treadonly label?: string;\n\t\treadonly traceId: string;\n\t\treadonly invocationId: string;\n\t\treadonly spanId: string;\n\t}\n\tinterface Attribute {\n\t\treadonly name: string;\n\t\treadonly value: string | string[] | boolean | boolean[] | number | number[] | bigint | bigint[];\n\t}\n\tinterface Attributes {\n\t\treadonly type: 'attributes';\n\t\treadonly info: Attribute[];\n\t}\n\tinterface TailEvent {\n\t\treadonly traceId: string;\n\t\treadonly invocationId: string;\n\t\treadonly spanId: string;\n\t\treadonly timestamp: Date;\n\t\treadonly sequence: number;\n\t\treadonly event:\n\t\t\t| Onset\n\t\t\t| Outcome\n\t\t\t| Hibernate\n\t\t\t| SpanOpen\n\t\t\t| SpanClose\n\t\t\t| DiagnosticChannelEvent\n\t\t\t| Exception\n\t\t\t| Log\n\t\t\t| Return\n\t\t\t| Link\n\t\t\t| Attributes;\n\t}\n\ttype TailEventHandler = (event: TailEvent) => void | Promise<void>;\n\ttype TailEventHandlerName =\n\t\t| 'outcome'\n\t\t| 'hibernate'\n\t\t| 'spanOpen'\n\t\t| 'spanClose'\n\t\t| 'diagnosticChannel'\n\t\t| 'exception'\n\t\t| 'log'\n\t\t| 'return'\n\t\t| 'link'\n\t\t| 'attributes';\n\ttype TailEventHandlerObject = Record<TailEventHandlerName, TailEventHandler>;\n\ttype TailEventHandlerType = TailEventHandler | TailEventHandlerObject;\n}\n// Copyright (c) 2022-2023 Cloudflare, Inc.\n// Licensed under the Apache 2.0 license found in the LICENSE file or at:\n//     https://opensource.org/licenses/Apache-2.0\n/**\n * Data types supported for holding vector metadata.\n */\ntype VectorizeVectorMetadataValue = string | number | boolean | string[];\n/**\n * Additional information to associate with a vector.\n */\ntype VectorizeVectorMetadata = VectorizeVectorMetadataValue | Record<string, VectorizeVectorMetadataValue>;\ntype VectorFloatArray = Float32Array | Float64Array;\ninterface VectorizeError {\n\tcode?: number;\n\terror: string;\n}\n/**\n * Comparison logic/operation to use for metadata filtering.\n *\n * This list is expected to grow as support for more operations are released.\n */\ntype VectorizeVectorMetadataFilterOp = '$eq' | '$ne';\n/**\n * Filter criteria for vector metadata used to limit the retrieved query result set.\n */\ntype VectorizeVectorMetadataFilter = {\n\t[field: string]:\n\t\t| Exclude<VectorizeVectorMetadataValue, string[]>\n\t\t| null\n\t\t| {\n\t\t\t\t[Op in VectorizeVectorMetadataFilterOp]?: Exclude<VectorizeVectorMetadataValue, string[]> | null;\n\t\t  };\n};\n/**\n * Supported distance metrics for an index.\n * Distance metrics determine how other \"similar\" vectors are determined.\n */\ntype VectorizeDistanceMetric = 'euclidean' | 'cosine' | 'dot-product';\n/**\n * Metadata return levels for a Vectorize query.\n *\n * Default to \"none\".\n *\n * @property all      Full metadata for the vector return set, including all fields (including those un-indexed) without truncation. This is a more expensive retrieval, as it requires additional fetching & reading of un-indexed data.\n * @property indexed  Return all metadata fields configured for indexing in the vector return set. This level of retrieval is \"free\" in that no additional overhead is incurred returning this data. However, note that indexed metadata is subject to truncation (especially for larger strings).\n * @property none     No indexed metadata will be returned.\n */\ntype VectorizeMetadataRetrievalLevel = 'all' | 'indexed' | 'none';\ninterface VectorizeQueryOptions {\n\ttopK?: number;\n\tnamespace?: string;\n\treturnValues?: boolean;\n\treturnMetadata?: boolean | VectorizeMetadataRetrievalLevel;\n\tfilter?: VectorizeVectorMetadataFilter;\n}\n/**\n * Information about the configuration of an index.\n */\ntype VectorizeIndexConfig =\n\t| {\n\t\t\tdimensions: number;\n\t\t\tmetric: VectorizeDistanceMetric;\n\t  }\n\t| {\n\t\t\tpreset: string; // keep this generic, as we'll be adding more presets in the future and this is only in a read capacity\n\t  };\n/**\n * Metadata about an existing index.\n *\n * This type is exclusively for the Vectorize **beta** and will be deprecated once Vectorize RC is released.\n * See {@link VectorizeIndexInfo} for its post-beta equivalent.\n */\ninterface VectorizeIndexDetails {\n\t/** The unique ID of the index */\n\treadonly id: string;\n\t/** The name of the index. */\n\tname: string;\n\t/** (optional) A human readable description for the index. */\n\tdescription?: string;\n\t/** The index configuration, including the dimension size and distance metric. */\n\tconfig: VectorizeIndexConfig;\n\t/** The number of records containing vectors within the index. */\n\tvectorsCount: number;\n}\n/**\n * Metadata about an existing index.\n */\ninterface VectorizeIndexInfo {\n\t/** The number of records containing vectors within the index. */\n\tvectorCount: number;\n\t/** Number of dimensions the index has been configured for. */\n\tdimensions: number;\n\t/** ISO 8601 datetime of the last processed mutation on in the index. All changes before this mutation will be reflected in the index state. */\n\tprocessedUpToDatetime: number;\n\t/** UUIDv4 of the last mutation processed by the index. All changes before this mutation will be reflected in the index state. */\n\tprocessedUpToMutation: number;\n}\n/**\n * Represents a single vector value set along with its associated metadata.\n */\ninterface VectorizeVector {\n\t/** The ID for the vector. This can be user-defined, and must be unique. It should uniquely identify the object, and is best set based on the ID of what the vector represents. */\n\tid: string;\n\t/** The vector values */\n\tvalues: VectorFloatArray | number[];\n\t/** The namespace this vector belongs to. */\n\tnamespace?: string;\n\t/** Metadata associated with the vector. Includes the values of other fields and potentially additional details. */\n\tmetadata?: Record<string, VectorizeVectorMetadata>;\n}\n/**\n * Represents a matched vector for a query along with its score and (if specified) the matching vector information.\n */\ntype VectorizeMatch = Pick<Partial<VectorizeVector>, 'values'> &\n\tOmit<VectorizeVector, 'values'> & {\n\t\t/** The score or rank for similarity, when returned as a result */\n\t\tscore: number;\n\t};\n/**\n * A set of matching {@link VectorizeMatch} for a particular query.\n */\ninterface VectorizeMatches {\n\tmatches: VectorizeMatch[];\n\tcount: number;\n}\n/**\n * Results of an operation that performed a mutation on a set of vectors.\n * Here, `ids` is a list of vectors that were successfully processed.\n *\n * This type is exclusively for the Vectorize **beta** and will be deprecated once Vectorize RC is released.\n * See {@link VectorizeAsyncMutation} for its post-beta equivalent.\n */\ninterface VectorizeVectorMutation {\n\t/* List of ids of vectors that were successfully processed. */\n\tids: string[];\n\t/* Total count of the number of processed vectors. */\n\tcount: number;\n}\n/**\n * Result type indicating a mutation on the Vectorize Index.\n * Actual mutations are processed async where the `mutationId` is the unique identifier for the operation.\n */\ninterface VectorizeAsyncMutation {\n\t/** The unique identifier for the async mutation operation containing the changeset. */\n\tmutationId: string;\n}\n/**\n * A Vectorize Vector Search Index for querying vectors/embeddings.\n *\n * This type is exclusively for the Vectorize **beta** and will be deprecated once Vectorize RC is released.\n * See {@link Vectorize} for its new implementation.\n */\ndeclare abstract class VectorizeIndex {\n\t/**\n\t * Get information about the currently bound index.\n\t * @returns A promise that resolves with information about the current index.\n\t */\n\tpublic describe(): Promise<VectorizeIndexDetails>;\n\t/**\n\t * Use the provided vector to perform a similarity search across the index.\n\t * @param vector Input vector that will be used to drive the similarity search.\n\t * @param options Configuration options to massage the returned data.\n\t * @returns A promise that resolves with matched and scored vectors.\n\t */\n\tpublic query(vector: VectorFloatArray | number[], options?: VectorizeQueryOptions): Promise<VectorizeMatches>;\n\t/**\n\t * Insert a list of vectors into the index dataset. If a provided id exists, an error will be thrown.\n\t * @param vectors List of vectors that will be inserted.\n\t * @returns A promise that resolves with the ids & count of records that were successfully processed.\n\t */\n\tpublic insert(vectors: VectorizeVector[]): Promise<VectorizeVectorMutation>;\n\t/**\n\t * Upsert a list of vectors into the index dataset. If a provided id exists, it will be replaced with the new values.\n\t * @param vectors List of vectors that will be upserted.\n\t * @returns A promise that resolves with the ids & count of records that were successfully processed.\n\t */\n\tpublic upsert(vectors: VectorizeVector[]): Promise<VectorizeVectorMutation>;\n\t/**\n\t * Delete a list of vectors with a matching id.\n\t * @param ids List of vector ids that should be deleted.\n\t * @returns A promise that resolves with the ids & count of records that were successfully processed (and thus deleted).\n\t */\n\tpublic deleteByIds(ids: string[]): Promise<VectorizeVectorMutation>;\n\t/**\n\t * Get a list of vectors with a matching id.\n\t * @param ids List of vector ids that should be returned.\n\t * @returns A promise that resolves with the raw unscored vectors matching the id set.\n\t */\n\tpublic getByIds(ids: string[]): Promise<VectorizeVector[]>;\n}\n/**\n * A Vectorize Vector Search Index for querying vectors/embeddings.\n *\n * Mutations in this version are async, returning a mutation id.\n */\ndeclare abstract class Vectorize {\n\t/**\n\t * Get information about the currently bound index.\n\t * @returns A promise that resolves with information about the current index.\n\t */\n\tpublic describe(): Promise<VectorizeIndexInfo>;\n\t/**\n\t * Use the provided vector to perform a similarity search across the index.\n\t * @param vector Input vector that will be used to drive the similarity search.\n\t * @param options Configuration options to massage the returned data.\n\t * @returns A promise that resolves with matched and scored vectors.\n\t */\n\tpublic query(vector: VectorFloatArray | number[], options?: VectorizeQueryOptions): Promise<VectorizeMatches>;\n\t/**\n\t * Use the provided vector-id to perform a similarity search across the index.\n\t * @param vectorId Id for a vector in the index against which the index should be queried.\n\t * @param options Configuration options to massage the returned data.\n\t * @returns A promise that resolves with matched and scored vectors.\n\t */\n\tpublic queryById(vectorId: string, options?: VectorizeQueryOptions): Promise<VectorizeMatches>;\n\t/**\n\t * Insert a list of vectors into the index dataset. If a provided id exists, an error will be thrown.\n\t * @param vectors List of vectors that will be inserted.\n\t * @returns A promise that resolves with a unique identifier of a mutation containing the insert changeset.\n\t */\n\tpublic insert(vectors: VectorizeVector[]): Promise<VectorizeAsyncMutation>;\n\t/**\n\t * Upsert a list of vectors into the index dataset. If a provided id exists, it will be replaced with the new values.\n\t * @param vectors List of vectors that will be upserted.\n\t * @returns A promise that resolves with a unique identifier of a mutation containing the upsert changeset.\n\t */\n\tpublic upsert(vectors: VectorizeVector[]): Promise<VectorizeAsyncMutation>;\n\t/**\n\t * Delete a list of vectors with a matching id.\n\t * @param ids List of vector ids that should be deleted.\n\t * @returns A promise that resolves with a unique identifier of a mutation containing the delete changeset.\n\t */\n\tpublic deleteByIds(ids: string[]): Promise<VectorizeAsyncMutation>;\n\t/**\n\t * Get a list of vectors with a matching id.\n\t * @param ids List of vector ids that should be returned.\n\t * @returns A promise that resolves with the raw unscored vectors matching the id set.\n\t */\n\tpublic getByIds(ids: string[]): Promise<VectorizeVector[]>;\n}\n/**\n * The interface for \"version_metadata\" binding\n * providing metadata about the Worker Version using this binding.\n */\ntype WorkerVersionMetadata = {\n\t/** The ID of the Worker Version using this binding */\n\tid: string;\n\t/** The tag of the Worker Version using this binding */\n\ttag: string;\n\t/** The timestamp of when the Worker Version was uploaded */\n\ttimestamp: string;\n};\ninterface DynamicDispatchLimits {\n\t/**\n\t * Limit CPU time in milliseconds.\n\t */\n\tcpuMs?: number;\n\t/**\n\t * Limit number of subrequests.\n\t */\n\tsubRequests?: number;\n}\ninterface DynamicDispatchOptions {\n\t/**\n\t * Limit resources of invoked Worker script.\n\t */\n\tlimits?: DynamicDispatchLimits;\n\t/**\n\t * Arguments for outbound Worker script, if configured.\n\t */\n\toutbound?: {\n\t\t[key: string]: any;\n\t};\n}\ninterface DispatchNamespace {\n\t/**\n\t * @param name Name of the Worker script.\n\t * @param args Arguments to Worker script.\n\t * @param options Options for Dynamic Dispatch invocation.\n\t * @returns A Fetcher object that allows you to send requests to the Worker script.\n\t * @throws If the Worker script does not exist in this dispatch namespace, an error will be thrown.\n\t */\n\tget(\n\t\tname: string,\n\t\targs?: {\n\t\t\t[key: string]: any;\n\t\t},\n\t\toptions?: DynamicDispatchOptions,\n\t): Fetcher;\n}\ndeclare module 'cloudflare:workflows' {\n\t/**\n\t * NonRetryableError allows for a user to throw a fatal error\n\t * that makes a Workflow instance fail immediately without triggering a retry\n\t */\n\texport class NonRetryableError extends Error {\n\t\tpublic constructor(message: string, name?: string);\n\t}\n}\ndeclare abstract class Workflow<PARAMS = unknown> {\n\t/**\n\t * Get a handle to an existing instance of the Workflow.\n\t * @param id Id for the instance of this Workflow\n\t * @returns A promise that resolves with a handle for the Instance\n\t */\n\tpublic get(id: string): Promise<WorkflowInstance>;\n\t/**\n\t * Create a new instance and return a handle to it. If a provided id exists, an error will be thrown.\n\t * @param options Options when creating an instance including id and params\n\t * @returns A promise that resolves with a handle for the Instance\n\t */\n\tpublic create(options?: WorkflowInstanceCreateOptions<PARAMS>): Promise<WorkflowInstance>;\n\t/**\n\t * Create a batch of instances and return handle for all of them. If a provided id exists, an error will be thrown.\n\t * `createBatch` is limited at 100 instances at a time or when the RPC limit for the batch (1MiB) is reached.\n\t * @param batch List of Options when creating an instance including name and params\n\t * @returns A promise that resolves with a list of handles for the created instances.\n\t */\n\tpublic createBatch(batch: WorkflowInstanceCreateOptions<PARAMS>[]): Promise<WorkflowInstance[]>;\n}\ntype WorkflowDurationLabel = 'second' | 'minute' | 'hour' | 'day' | 'week' | 'month' | 'year';\ntype WorkflowSleepDuration = `${number} ${WorkflowDurationLabel}${'s' | ''}` | number;\ntype WorkflowRetentionDuration = WorkflowSleepDuration;\ninterface WorkflowInstanceCreateOptions<PARAMS = unknown> {\n\t/**\n\t * An id for your Workflow instance. Must be unique within the Workflow.\n\t */\n\tid?: string;\n\t/**\n\t * The event payload the Workflow instance is triggered with\n\t */\n\tparams?: PARAMS;\n\t/**\n\t * The retention policy for Workflow instance.\n\t * Defaults to the maximum retention period available for the owner's account.\n\t */\n\tretention?: {\n\t\tsuccessRetention?: WorkflowRetentionDuration;\n\t\terrorRetention?: WorkflowRetentionDuration;\n\t};\n}\ntype InstanceStatus = {\n\tstatus:\n\t\t| 'queued' // means that instance is waiting to be started (see concurrency limits)\n\t\t| 'running'\n\t\t| 'paused'\n\t\t| 'errored'\n\t\t| 'terminated' // user terminated the instance while it was running\n\t\t| 'complete'\n\t\t| 'waiting' // instance is hibernating and waiting for sleep or event to finish\n\t\t| 'waitingForPause' // instance is finishing the current work to pause\n\t\t| 'unknown';\n\terror?: string;\n\toutput?: object;\n};\ninterface WorkflowError {\n\tcode?: number;\n\tmessage: string;\n}\ndeclare abstract class WorkflowInstance {\n\tpublic id: string;\n\t/**\n\t * Pause the instance.\n\t */\n\tpublic pause(): Promise<void>;\n\t/**\n\t * Resume the instance. If it is already running, an error will be thrown.\n\t */\n\tpublic resume(): Promise<void>;\n\t/**\n\t * Terminate the instance. If it is errored, terminated or complete, an error will be thrown.\n\t */\n\tpublic terminate(): Promise<void>;\n\t/**\n\t * Restart the instance.\n\t */\n\tpublic restart(): Promise<void>;\n\t/**\n\t * Returns the current status of the instance.\n\t */\n\tpublic status(): Promise<InstanceStatus>;\n\t/**\n\t * Send an event to this instance.\n\t */\n\tpublic sendEvent({ type, payload }: { type: string; payload: unknown }): Promise<void>;\n}\n"
  },
  {
    "path": "pests-repellent/wrangler.jsonc",
    "content": "/**\n * For more details on how to configure Wrangler, refer to:\n * https://developers.cloudflare.com/workers/wrangler/configuration/\n */\n{\n\t\"$schema\": \"node_modules/wrangler/config-schema.json\",\n\t\"name\": \"pests-repellent\",\n\t\"main\": \"src/index.ts\",\n\t\"compatibility_date\": \"2025-06-20\",\n\t\"observability\": {\n\t\t\"enabled\": true,\n\t},\n\t\"routes\": [\"fmhy.net/*\"],\n\t/**\n\t * Smart Placement\n\t * Docs: https://developers.cloudflare.com/workers/configuration/smart-placement/#smart-placement\n\t */\n\t// \"placement\": { \"mode\": \"smart\" },\n\t/**\n\t * Bindings\n\t * Bindings allow your Worker to interact with resources on the Cloudflare Developer Platform, including\n\t * databases, object storage, AI inference, real-time communication and more.\n\t * https://developers.cloudflare.com/workers/runtime-apis/bindings/\n\t */\n\t/**\n\t * Environment Variables\n\t * https://developers.cloudflare.com/workers/wrangler/configuration/#environment-variables\n\t */\n\t// \"vars\": { \"MY_VARIABLE\": \"production_value\" },\n\t/**\n\t * Note: Use secrets to store sensitive data.\n\t * https://developers.cloudflare.com/workers/configuration/secrets/\n\t */\n\t/**\n\t * Static Assets\n\t * https://developers.cloudflare.com/workers/static-assets/binding/\n\t */\n\t// \"assets\": { \"directory\": \"./public/\", \"binding\": \"ASSETS\" },\n\t/**\n\t * Service Bindings (communicate between multiple Workers)\n\t * https://developers.cloudflare.com/workers/wrangler/configuration/#service-bindings\n\t */\n\t// \"services\": [{ \"binding\": \"MY_SERVICE\", \"service\": \"my-service\" }]\n}\n"
  },
  {
    "path": "scripts/lint-markdown.js",
    "content": "\nimport fs from 'node:fs';\nimport path from 'node:path';\nimport { fileURLToPath } from 'node:url';\n\nconst __dirname = path.dirname(fileURLToPath(import.meta.url));\nconst DOCS_DIR = path.resolve(__dirname, '../docs');\n\n// Non-recursive scan of DOCS_DIR\nfunction getDocsFiles(dir) {\n    const files = fs.readdirSync(dir);\n    const mdFiles = [];\n    files.forEach(file => {\n        const filePath = path.join(dir, file);\n        const stat = fs.statSync(filePath);\n        if (!stat.isDirectory() && file.endsWith('.md')) {\n            mdFiles.push(filePath);\n        }\n    });\n    return mdFiles;\n}\n\nconst files = getDocsFiles(DOCS_DIR);\nlet hasErrors = false;\n\n// Load typos from CSV\nconst typosMap = new Map();\n/* sucks right now\ntry {\n    const typosPath = path.resolve(__dirname, 'typos.csv');\n    if (fs.existsSync(typosPath)) {\n        const typosContent = fs.readFileSync(typosPath, 'utf-8');\n        const typoLines = typosContent.split('\\n');\n        typoLines.forEach(line => {\n            const parts = line.split(',');\n            if (parts.length >= 2) {\n                const typo = parts[0].trim().toLowerCase();\n                const correction = parts[1].trim();\n                if (typo && correction) {\n                    typosMap.set(typo, correction);\n                }\n            }\n        });\n        console.log(`✅ Loaded ${typosMap.size} typos from dictionary.`);\n    } else {\n        console.warn('⚠️ scripts/typos.csv not found, using fallback list.');\n    }\n} catch (e) {\n    console.warn(`⚠️ Failed to load typos: ${e.message}`);\n}\n*/\n\nconsole.log('🔍 Scanning markdown files for formatting issues...\\n');\n\nfiles.forEach(file => {\n    const content = fs.readFileSync(file, 'utf-8');\n    const lines = content.split('\\n');\n    const relativePath = path.relative(process.cwd(), file);\n\n    // Files to complete ignore from all checks\n    const FILES_TO_IGNORE = [\n        'docs/feedback.md',\n        'docs/index.md'\n    ];\n\n    if (FILES_TO_IGNORE.some(fileToIgnore => relativePath === fileToIgnore)) return;\n\n    // Files to ignore for english-specific checks (Typos, A/An, Repeated Words)\n    const FILES_TO_IGNORE_ENGLISH_CHECKS = [\n        'docs/non-english.md'\n    ];\n    const isSeparatedEnglishCheck = FILES_TO_IGNORE_ENGLISH_CHECKS.some(f => relativePath === f);\n\n\n    let currentHeader = '';\n\n    lines.forEach((line, index) => {\n        const lineNum = index + 1;\n        if (/^#+\\s/.test(line)) {\n            currentHeader = line;\n        }\n        let errors = [];\n\n        // Check 1: Starred links must be bolded\n        // Pattern: * ⭐ [Link] -> Bad\n        // Pattern: * ⭐ **[Link] -> Good\n        // Only applies to list items starting with * or -\n        if (/^\\s*[*+-]\\s+⭐/.test(line)) {\n            // It's a starred list item. \n            // Check if the text immediately following \"⭐ \" starts with \"**\"\n            // We look for the star, then optional spaces, then ensure \"**\" follows.\n            if (!/⭐\\s*\\*\\*/.test(line)) {\n                errors.push('Starred item not bolded (expected * ⭐ **Link**)');\n            }\n        }\n\n        // Check 2: Space between ] (\n        if (/\\]\\s+\\(http/.test(line)) {\n            errors.push('Space between bracket and parenthesis in link');\n        }\n\n        // Check 3: Missing closing bracket ]\n        // Pattern: [Text(http... \n        // We look for [ followed by (http without ] in between.\n        if (/\\[[^\\]]*\\(http/.test(line)) {\n            errors.push('Possible missing closing bracket \"]\"');\n        }\n\n        // Check 4: Missing closing parenthesis )\n        // Pattern: [Text](http...  where it ends without )\n        // We look for \"](http...\" followed by space or end of line, but NOT ending with )\n        // regex: \\]\\(http[^)]*($|\\s) matches \"](http://url\" at EOL or \"](http://url \"\n        const missingParenMatch = line.match(/\\]\\((http[^)]+?)($|\\s)/);\n        if (missingParenMatch) {\n            errors.push(`Possible broken link (missing closing parenthesis or trailing space): ${missingParenMatch[1]}`);\n        }\n\n        // Check 5: Double parenthesis in link\n        // specific pattern: ](url)) \n        // This is often valid if inside parenthesis: (See [Link](url))\n        // We only flag if parentheses are UNBALANCED in the line.\n        if (/\\]\\([^)]+\\)\\)/.test(line)) {\n            const openParens = (line.match(/\\(/g) || []).length;\n            const closeParens = (line.match(/\\)/g) || []).length;\n            if (closeParens > openParens) {\n                errors.push('Double closing parenthesis in link (Unbalanced)');\n            }\n        }\n\n        // Check 6: Double spaces\n        // We want to avoid double spaces in the text, but ignore leading indentation.\n        // We trim start of line to ignore indentation, then check for \"  \".\n        const trimmedLine = line.trimStart();\n        if (trimmedLine.includes('  ')) {\n            errors.push('Double space detected');\n        }\n\n        // Check 7: Broken Bold Syntax\n        // Pattern: ** Text**, **Text **, or ** Text **\n        // We temporarily replace inline code to avoid false positives\n        const boldLine = line.replace(/`[^`]+`/g, 'PLACEHOLDER');\n        if (boldLine.includes('**')) {\n            const parts = boldLine.split('**');\n            // Check odd segments (inside the stars)\n            for (let i = 1; i < parts.length; i += 2) {\n                // Ensure we have a closing pair on this line\n                if (i + 1 < parts.length) {\n                    const text = parts[i];\n                    if (text.length > 0 && (/^\\s/.test(text) || /\\s$/.test(text))) {\n                        errors.push(`Broken bold syntax (leading/trailing space) in \"**${text}**\"`);\n                    }\n                }\n            }\n        }\n        // Check 8: Asymmetric spaces around slash\n        // We must exclude URLs (http://...)\n        const lineWithoutLinks = line.replace(/https?:\\/\\/[^\\s)]+/g, 'LINK_PLACEHOLDER');\n\n        // Ignore VitePress sidebar links (e.g. \"link: /foo\")\n        if (!/^\\s*link:/i.test(line)) {\n            // A. Missing space after slash: \" /Word\"\n            // Exception: /> (HTML close tag)\n            // Exception: /Word/ (Path/Board e.g. /co/)\n            const missingSpaceAfter = lineWithoutLinks.matchAll(/\\s\\/([^\\s]+)/g);\n            for (const match of missingSpaceAfter) {\n                const wordAfter = match[1];\n                if (wordAfter.startsWith('>')) continue; // Ignore />\n                // Ignore paths (e.g. /bin), subreddits (/r/foo), or compound words (Word/Word)\n                if (wordAfter.includes('/')) continue;\n\n                errors.push(`Missing space after slash (e.g. \"Word /Word\"): \"${match[0]}\"`);\n                break;\n            }\n\n            // B. Missing space before slash: \"Word/ \"\n            // Exceptions: w/ (with), r/ (reddit), u/ (user), c/ (community)\n            // Exception: /Word/ (Path/Board e.g. /b/)\n            const missingSpaceBefore = lineWithoutLinks.matchAll(/([^\\s]+)\\/\\s/g);\n            for (const match of missingSpaceBefore) {\n                const wordBefore = match[1];\n                // Allow common abbreviations: w/, r/, u/, c/\n                if (/^(w|r|u|c)$/i.test(wordBefore)) continue;\n                // Allow paths ending in slash or containing slash: /b/ or [/int\n                if (wordBefore.includes('/')) continue;\n\n                errors.push(`Missing space before slash (e.g. \"Word/ Word\"): \"${match[0]}\"`);\n                break;\n            }\n\n            // C. Double slash separated by spaces: \"/ /\"\n            if (/\\/\\s+\\//.test(lineWithoutLinks)) {\n                errors.push('Double slash with spaces detected (e.g. \"/ /\")');\n            }\n        }\n\n\n\n        // Check 9: Adjacent links without separator (e.g. \"Text [Link]\" instead of \"Text / [Link]\")\n        const FILES_TO_IGNORE_LINK_SEPARATOR_CHECK = [\n            'docs/beginners-guide.md',\n            'docs/unsafe.md'\n        ];\n\n        if (!FILES_TO_IGNORE_LINK_SEPARATOR_CHECK.some(ignoredFile => file.endsWith(ignoredFile))) {\n            const linkRegex = /\\[([^\\]]+)\\]\\(([^)]+)\\)/g;\n            let match;\n            while ((match = linkRegex.exec(line)) !== null) {\n                const index = match.index;\n                if (index === 0) continue;\n\n                const preceding = line.slice(0, index);\n\n                // Ignore if line starts with valid list marker followed immediately by this link\n                // e.g. \"* [Link]\" or \"- [Link]\" or \"1. [Link]\"\n                if (/^\\s*([*+-]|\\d+\\.)\\s*$/.test(preceding)) continue;\n                // Ignore if Starred item \"* ⭐ [Link]\"\n                if (/^\\s*[*+-]\\s+⭐\\s*$/.test(preceding)) continue;\n                // Ignore if link is preceded by bold/italic markers only (start of line)\n                if (/^\\s*[*+-]\\s+[*_]+\\s*$/.test(preceding)) continue;\n\n                const trimmedPreceding = preceding.trimEnd();\n                if (trimmedPreceding.length === 0) continue;\n\n                // Check last character\n                const lastChar = trimmedPreceding.slice(-1);\n                // Allowed: separators, openers, end of sentences\n                // ! for images (![Alt]), * for bold, ( for parens, etc.\n                const allowedChars = ['/', '-', ',', '(', '&', '>', ':', '|', '*', '!', '.', '?', ';', '_', '⭐', '+', '#', '►', '▷'];\n                if (allowedChars.includes(lastChar)) continue;\n\n                // Check for allowed functional words (prepositions, conjunctions, determiners, etc.)\n                // to avoid flagging sentences like \"Try a [VPN]\" or \"Use [Adblock]\"\n                const allowedWords = [\n                    'or', 'and',\n                    'a', 'an', 'the',\n                    'use', 'using', 'via', 'with',\n                    'in', 'on', 'at', 'by',\n                    'to', 'for', 'from',\n                    'check', 'see', 'try',\n                    'requires', 'including', 'includes',\n                    'that', 'your', 'our',\n                    'of', 'about', 'their', 'join', 'getting', 'most',\n                    'like', 'every', 'being', 'mostly', 'highly', 'up', 'we', 'optionally'\n                ];\n                const wordRegex = new RegExp(`(^|[^a-zA-Z0-9])(${allowedWords.join('|')})$`, 'i');\n                if (wordRegex.test(trimmedPreceding)) continue;\n\n                errors.push(`Missing separator before link (expected \"/\", \"or\", \",\", etc): \"...${preceding.slice(-10)}[${match[1]}]...\"`);\n            }\n        }\n\n        // Check 13: Duplicate Descriptions\n        const isTempMailSection = relativePath === 'docs/internet-tools.md' && currentHeader.includes('Temp Mail');\n        if (line.includes('/') && !isTempMailSection) {\n            const BLOCK_SPLIT = '___BLOCK_SPLIT___';\n            const lineCleanedLinks = line.replace(/(\\*\\*|__)?\\[[^\\]]+\\]\\([^)]+\\)(\\*\\*|__)?/g, BLOCK_SPLIT);\n            const blocks = lineCleanedLinks.split(BLOCK_SPLIT);\n\n            blocks.forEach(block => {\n                if (!block || !block.includes('/')) return;\n\n                // Split by \" / \" (slash surrounded by spaces) to avoid matching paths (/bin), w/ (w/ acc), TCP/IP\n                // This assumes standard formatting (Check 8 enforces spaces)\n                const parts = block.split(/\\s+\\/\\s+/);\n                if (parts.length < 2) return;\n\n                const seenDescriptions = new Set();\n                parts.forEach(part => {\n                    let desc = part.trim();\n                    desc = desc.replace(/^[\\s\\-\\*⭐]+/, '').replace(/[\\s\\-\\*⭐]+$/, '');\n\n                    if (!desc) return;\n\n                    const checkDesc = desc.toLowerCase();\n                    if (seenDescriptions.has(checkDesc)) {\n                        errors.push(`Duplicate description detected: \"${desc}\"`);\n                    } else {\n                        seenDescriptions.add(checkDesc);\n                    }\n                });\n            });\n        }\n\n        // Check 10, 11, 12: English-specific checks (Repeated words, Typos, Grammar)\n        if (!isSeparatedEnglishCheck) {\n            // Prepare clean line for text-based checks (remove URLs and Markdown links)\n            // Remove entire link block: [Text](Url) -> \"__LINK__\" to avoid merging adjacent words\n            const lineCleaned = line.replace(/https?:\\/\\/[^\\s)]+/g, '')\n                .replace(/\\[[^\\]]+\\]\\([^)]*\\)/g, '__LINK__');\n\n            // Check 10: Repeated words (e.g. \"the the\")\n            const repeatedWordMatch = lineCleaned.match(/\\b([a-zA-Z]+)\\s+\\1\\b/i);\n            if (repeatedWordMatch) {\n                const word = repeatedWordMatch[1].toLowerCase();\n                // Allow specific repeated words\n                if (!['puyo', 'duran', 'agar', 'hocus'].includes(word)) {\n                    errors.push(`Repeated word detected: \"${repeatedWordMatch[0]}\"`);\n                }\n            }\n\n            // Check 11: Common Typos\n            // Check 11: Common Typos from CSV\n            // We load this once usually, but here for simplicity we assume 'commonTyposMap' is prepared.\n            // Actually, let's just stick to the hardcoded list for now as a fallback,\n            // but if the CSV loading logic was added, we would use it.\n            // Since we are inside the line loop, we shouldn't load the file here.\n            // The loading should happen outside. We will assume 'typosMap' exists.\n\n            if (typeof typosMap !== 'undefined' && typosMap.size > 0) {\n                // Unicode-aware split to avoid breaking words like \"Română\" or \"Slovenčina\"\n                const words = lineCleaned.split(/[^\\p{L}0-9']+/u);\n                const ALLOWED_TYPOS = [\n                    'hong', 'hls', 'troy', 'fami', 'rentry', 'typesafe', 'spritesheet', 'ba',\n                    'puyo', 'moo', 'ne', 'nes', 'rg', 'rgshop', 'rgshows',\n                    're', 'revanced', 'skipper', 'ste', 'sneedacity', 'rom', 'ide', 'luks', 'cse', 'gameboy',\n                    'lan', 'pokemon', 'sa', 'cah', 'rin', 'tx', 'mame'\n                ];\n                for (const word of words) {\n                    const lowerWord = word.toLowerCase();\n                    if (typosMap.has(lowerWord) && !ALLOWED_TYPOS.includes(lowerWord)) {\n                        errors.push(`Possible typo: \"${word}\" (should be \"${typosMap.get(lowerWord)}\")`);\n                    }\n                }\n            } else {\n                // Fallback to small list if CSV not loaded\n                const commonTypos = {\n                    'teh': 'the', 'adn': 'and', 'thier': 'their', 'dont': \"don't\", 'cant': \"can't\",\n                    'wont': \"won't\", 'occured': 'occurred', 'seperate': 'separate',\n                    'independant': 'independent', 'reccomend': 'recommend', 'recieve': 'receive',\n                    'adress': 'address', 'neccessary': 'necessary', 'tring': 'trying', 'availalbe': 'available'\n                };\n                for (const [typo, correction] of Object.entries(commonTypos)) {\n                    const typoRegex = new RegExp(`\\\\b${typo}\\\\b`, 'i');\n                    if (typoRegex.test(line)) {\n                        if (!/http/.test(line)) {\n                            errors.push(`Possible typo: \"${typo}\" (should be \"${correction}\")`);\n                        }\n                    }\n                }\n            }\n\n            // Check 12: Basic A/An Grammar\n            const aAnMatch = line.match(/\\b(a)\\s+([aeio]\\w+)/i);\n            if (aAnMatch) {\n                const word = aAnMatch[2].toLowerCase();\n                if (word !== 'one') {\n                    errors.push(`Incorrect article \"a\" usage: \"${aAnMatch[0]}\" (should be \"an\")`);\n                }\n            }\n\n            const anAMatch = line.match(/\\b(an)\\s+([bcdfVkLmMnNpPqQrRsStTvVwWxXyYzZ]\\w+)/i);\n            if (anAMatch) {\n                const word = anAMatch[2];\n                const isAcronym = /^[A-Z0-9]+$/.test(word);\n                if (!isAcronym) {\n                    errors.push(`Incorrect article \"an\" usage: \"${anAMatch[0]}\" (should be \"a\")`);\n                }\n            }\n        }\n\n        if (errors.length > 0) {\n            hasErrors = true;\n            errors.forEach(err => {\n                // file:line - Error (in red/cyan)\n                console.log(`\\x1b[36m${relativePath}:${lineNum}\\x1b[0m - \\x1b[31m${err}\\x1b[0m`);\n                // Source line (dimmed)\n                console.log(`  \\x1b[90m${line.trim()}\\x1b[0m`);\n            });\n        }\n    });\n});\n\nif (!hasErrors) {\n    console.log('✅ No formatting issues found.');\n} else {\n    // console.log('\\n❌ Issues found. Please review.');\n    process.exit(1);\n}\n"
  },
  {
    "path": "scripts/typos.csv",
    "content": "a'ready,already\r\na-proching,approaching\r\naa,a\r\naabel,label\r\naaccess,access\r\naaccessing,accessing\r\naaccount,account\r\naacross,across\r\naactually,actually\r\naadapters,adapters\r\naadd,add\r\naadvisors,advisors\r\naage,page\r\naainst,against\r\naalist,list\r\naallback,callback\r\naalong,along\r\naalready,already\r\naalso,also\r\naalysing,analysing\r\naamazon,amazon\r\naample,sample\r\naan,an\r\naand,and\r\naandroid,android\r\naante,aunt\r\naapply,apply\r\naar,bar\r\naare,are\r\naaround,around\r\naas,as\r\naasets,assets\r\naat,ant\r\naattributions,attributions\r\naauthoring,authoring\r\naauthorization,authorization\r\naautomatically,automatically\r\naavailable,available\r\naawhenever,whenever\r\naazure,azure\r\nabadoned,abandoned\r\nabailable,available\r\nabailibilty,abailibility\r\nabaimable,amiable\r\naball,able\r\nabandenment,abandonment\r\nabandining,abandoning\r\nabandomnent,abandonment\r\nabandond,abandoned\r\nabandonded,abandoned\r\nabandonding,abandoning\r\nabandone,abandonne\r\nabandonig,abandoning\r\nabandonne,abandonment\r\nabandonned,abandoned\r\nabandonnent,abandonment\r\nabandonning,abandoning\r\nabandonnned,abandonned\r\nabandoon-tag,abandon-tag\r\nabanonded,abandoned\r\nabasolute,absolute\r\nabbatoir,abattoir\r\nabberivation,abbreviation\r\nabberviation,abbreviation\r\nabbility,ability\r\nabbilty,abbility\r\nabborted,aborted\r\nabbout,about\r\nabbreaviated,abbreviated\r\nabbreivation,abbreviation\r\nabbrevate,abbreviate\r\nabbrevation,abbreviation\r\nabbrevations,abbreviations\r\nabbrevative,abbreviative\r\nabbreveation,abbreviation\r\nabbreviatin,abbreviation\r\nabbreviatioin,abbreviation\r\nabbreviato,abbreviation\r\nabbreviatoin,abbreviation\r\nabbreviaton,abbreviation\r\nabbrievation,abbreviation\r\nabbrievations,abbreviation\r\nabbriviated,abbreviated\r\nabbriviatio,abbreviatio\r\nabbriviation,abbreviation\r\nabbriviations,abbreviations\r\nabbriviature,abbreviature\r\nabbysinia,abyssinia\r\nabbysinian,abyssinian\r\nabbysinians,abyssinians\r\nabbysinnia,abyssinia\r\nabbysinnian,abyssinian\r\nabbysinnians,abyssinians\r\nabbyssinia,abyssinia\r\nabbyssinian,abyssinian\r\nabbyssinians,abyssinians\r\nabckup,backup\r\nabd,and\r\nabdominable,abdominal\r\nabdomine,abdomen\r\nabdomnial,abdominal\r\nabdonimal,abdominal\r\nabducion,abduction\r\nabducions,abductions\r\nabducter,abductor\r\nabducters,abductors\r\nabducton,abduction\r\nabductons,abductions\r\nabdution,abduction\r\nabdutions,abductions\r\nabel,able\r\nabel-node,babel-node\r\nabels,labels\r\naberation,aberration\r\naberrent,aberrant\r\nabeserbed,absurd\r\nabhorence,abhorrence\r\nabibilty,abibility\r\nabiblity,abibility\r\nabigious,ambiguous\r\nabiity,ability\r\nabilaty,ability\r\nabilites,abilities\r\nabilitey,ability\r\nabilitiy,ability\r\nabilityes,abilities\r\nabiliy,ability\r\nabillities,abilities\r\nabillity,ability\r\nabillty,ability\r\nabilties,abilities\r\nabiltiy,ability\r\nabilty,ability\r\nabiogeneisis,abiogenisis\r\nabiolagical,abiological\r\nabiove,above\r\nabit,bit\r\nabitarily,arbitrarily\r\nabitariness,arbitrariness\r\nabitary,arbitrary\r\nabitrarily,arbitrarily\r\nabitrary,arbitrary\r\nabitrate,arbitrate\r\nabitual,habitual\r\nabkhasian,abkhazian\r\nabl,able\r\nablilities,abilities\r\nablility,ability\r\nablilties,abilities\r\nablilty,ability\r\nablities,abilities\r\nablitiy,ability\r\nablity,ability\r\nablsolutly,ablsolutely\r\nablums,albums\r\nabmitt,admitted\r\nabn,and\r\nabnel,enable\r\nabnle,able\r\nabnoramlly,abnormally\r\nabnormalites,abnormalities\r\nabnormalty,abnormally\r\nabnormaly,abnormally\r\nabnornally,abnormally\r\naboat,above\r\naboce,above\r\nabodmen,abdomen\r\nabodminal,abdominal\r\naboe,above\r\naboer,above\r\nabofe,above\r\naboit,about\r\nabology,apology\r\nabolsute,absolute\r\nabolute,absolute\r\nabolutely,absolutely\r\nabomanation,abomination\r\nabominacion,abomination\r\nabominaton,abomination\r\nabomonation,abomination\r\nabondon,abandon\r\nabondone,abandone\r\nabondoned,abandoned\r\nabondones,abandones\r\nabondoning,abandoning\r\nabondonment,abandonment\r\nabondonments,abandonments\r\nabondonne,abandone\r\nabondons,abandons\r\nabondont,abandont\r\nabonimation,abomination\r\nabont,about\r\naboo,about\r\naboout,about\r\nabord,abort\r\naborginal,aboriginal\r\naborgine,aborigine\r\naborgines,aborigines\r\naborginial,aboriginal\r\naborginie,aborigine\r\naborginies,aborigines\r\naboriganal,aboriginal\r\naborigenal,aboriginal\r\naborigene,aborigine\r\naboriginial,aboriginal\r\naborigional,aboriginal\r\naborignal,aboriginal\r\naborigne,aborigine\r\naborignes,aborigines\r\naborignial,aboriginal\r\naborignie,aborigine\r\naborignies,aborigines\r\naborigonal,aboriginal\r\naboroginal,aboriginal\r\naborte,aborts\r\nabortificant,abortifacient\r\nabortioin,abortion\r\nabortivly,abortively\r\naboslute,absolute\r\naboslutely,absolutely\r\naboslutes,absolutes\r\naboslve,absolve\r\nabosolute,absolute\r\nabosolutly,abosolutely\r\nabosrbed,absorbed\r\nabosrbing,absorbing\r\nabosrbs,absorbs\r\nabosrption,absorption\r\nabost,above\r\nabosule,absolute\r\nabosulte,absolute\r\nabot,about\r\nabote,about\r\nabotu,about\r\nabou,about\r\nabought,about\r\nabould,about\r\nabount,about\r\nabourt,abort\r\nabouse,abuse\r\nabouta,about a\r\naboutit,about it\r\naboutthe,about the\r\nabouve,above\r\nabouy,about\r\nabov,above\r\nabovec,above\r\nabovegorund,aboveground\r\nabovegound,aboveground\r\nabovegroud,aboveground\r\naboveround,aboveground\r\naboving,above\r\nabowe,above\r\nabowt,about\r\naboyt,about\r\nabpricate,approximate\r\nabpropate,appropriate\r\nabput,about\r\nabraod,abroad\r\nabration,abrasion\r\nabrational,abrasional\r\nabrationally,abrasionally\r\nabrations,abrasions\r\nabrbiterily,arbitrarily\r\nabrbiteriness,arbitrariness\r\nabrbitery,arbitrary\r\nabrbitrerily,arbitrarily\r\nabrbitreriness,arbitrariness\r\nabrbitrery,arbitrary\r\nabreastof,abreast\r\nabreviate,abbreviate\r\nabreviated,abbreviated\r\nabreviater,abbreviater\r\nabreviating,abbreviating\r\nabreviation,abbreviation\r\nabreviations,abbreviations\r\nabreviatra,abbreviatra\r\nabreviatura,abbreviatura\r\nabreviaturas,abbreviaturas\r\nabreviature,abbreviature\r\nabritarily,arbitrarily\r\nabritariness,arbitrariness\r\nabritary,arbitrary\r\nabriter,arbiter\r\nabritrarily,arbitrarily\r\nabritrariness,arbitrariness\r\nabritrary,arbitrary\r\nabritration,arbitration\r\nabriviation,abbreviation\r\nabriviatura,abbreviatura\r\nabrod,abroad\r\nabrreviation,abbreviation\r\nabruplty,abruptly\r\nabruptaly,abruptally\r\nabruptley,abruptly\r\nabrupty,abruptly\r\nabrusimate,approximate\r\nabrutply,abruptly\r\nabsail,abseil\r\nabsailing,abseiling\r\nabsance,absence\r\nabscence,absence\r\nabscences,absences\r\nabscense,absence\r\nabscenses,absences\r\nabscered,absurd\r\nabsctract,abstract\r\nabsed,based\r\nabsend,absent\r\nabsense,absence\r\nabsenses,absences\r\nabserb,absurd\r\nabserbd,absurd\r\nabserbed,absurd\r\nabserd,absurd\r\nabserded,absurd\r\nabsered,absurd\r\nabserid,absurd\r\nabserred,absurd\r\nabserve,absurd\r\nabserved,absurd\r\nabsestos,asbestos\r\nabset,absent\r\nabseved,absurd\r\nabsevered,absurd\r\nabsintence,abstinence\r\nabsitnence,abstinence\r\nabsloutes,absolutes\r\nabslute,absolute\r\nabsolete,absolute\r\nabsolue,absolute\r\nabsolulte,absolute\r\nabsolument,absolute\r\nabsolure,absolute\r\nabsolut,absolute\r\nabsolutaly,absolutally\r\nabsoluteley,absolutely\r\nabsolutelly,absolutely\r\nabsolutelyl,absolutely\r\nabsolutelys,absolutes\r\nabsolutey,absolutely\r\nabsolutisme,absolutes\r\nabsolutiste,absolutes\r\nabsolutley,absolutely\r\nabsolutly,absolutely\r\nabsolutlypositivly,absolutlypositively\r\nabsoluts,absolutes\r\nabsolvte,absolve\r\nabsoprtion,absorption\r\nabsorbabilty,absorbability\r\nabsorbant,absorbent\r\nabsorbd,absurd\r\nabsorbes,absorbs\r\nabsorbsion,absorption\r\nabsorbsive,absorptive\r\nabsorbtion,absorption\r\nabsorbtive,absorptive\r\nabsord,absurd\r\nabsored,absurd\r\nabsorpsion,absorption\r\nabsorptiblity,absorptibility\r\nabsoule,absolute\r\nabsoulte,absolute\r\nabsoultely,absolutely\r\nabsoultes,absolutes\r\nabsoulute,absolute\r\nabsovle,absolve\r\nabsract,abstract\r\nabsred,absurd\r\nabsrobs,absorbs\r\nabssolutly,abssolutely\r\nabstact,abstract\r\nabstaction,abstraction\r\nabstactions,abstractions\r\nabstaina,abstain\r\nabstainacy,abstaincy\r\nabstainaed,abstained\r\nabstainaing,abstaining\r\nabstainas,abstains\r\nabstaini,abstain\r\nabstainicy,abstaincy\r\nabstainied,abstained\r\nabstainiing,abstaining\r\nabstainis,abstains\r\nabstanence,abstinence\r\nabstante,bastante\r\nabstarct,abstract\r\nabstenance,abstinence\r\nabstenince,abstinence\r\nabstian,abstain\r\nabstiana,abstain\r\nabstianacy,abstaincy\r\nabstianaed,abstained\r\nabstianaing,abstaining\r\nabstianas,abstains\r\nabstiancy,abstaincy\r\nabstianed,abstained\r\nabstiani,abstain\r\nabstianicy,abstaincy\r\nabstianied,abstained\r\nabstianiing,abstaining\r\nabstianing,abstaining\r\nabstianis,abstains\r\nabstians,abstains\r\nabstinense,abstinence\r\nabstinince,abstinence\r\nabstrac,abstract\r\nabstraccion,abstraction\r\nabstrace,abstract\r\nabstractiong,abstraction\r\nabstracto,abstraction\r\nabstraktion,abstraction\r\nabstranct,abstract\r\nabstration,abstraction\r\nabstrcat,abstract\r\nabstruction,abstraction\r\nabsuers,abusers\r\nabsulute,absolute\r\nabsurb,absurd\r\nabsurbe,absurd\r\nabsurbed,absurd\r\nabsurded,absurd\r\nabsurditiy,absurdity\r\nabsurdley,absurdly\r\nabsurdy,absurdly\r\nabsured,absurd\r\nabsuridty,absurdity\r\nabsurred,absurd\r\nabsymal,abysmal\r\nabtract,abstract\r\nabtractions,abstractions\r\nabtsract,abstract\r\nabttributes,attributes\r\nabudance,abundance\r\nabudcted,abducted\r\nabulance,ambulance\r\nabule,able\r\nabundacies,abundances\r\nabundancies,abundances\r\nabundandce,abundance\r\nabundandces,abundances\r\nabundandcie,abundancie\r\nabundandcies,abundancies\r\nabundandcy,abundancy\r\nabundandt,abundant\r\nabundandtly,abundantly\r\nabundandts,abundants\r\nabundatly,abundately\r\nabundence,abundance\r\nabundences,abundances\r\nabundencie,abundancie\r\nabundencies,abundancies\r\nabundency,abundancy\r\nabundent,abundant\r\nabundently,abundantly\r\nabundents,abundants\r\nabundunt,abundant\r\nabunt,about\r\nabuot,about\r\nabuov,above\r\naburd,absurd\r\naburptly,abruptly\r\naburve,absurd\r\nabuseres,abusers\r\nabusrdity,absurdity\r\nabusrdly,absurdly\r\nabussed,abused\r\nabutton,button\r\nabutts,abuts\r\nabuve,above\r\nabuvsive,abusive\r\nabve,above\r\nabvove,above\r\nabymsal,abysmal\r\nabysinia,abyssinia\r\nabysinian,abyssinian\r\nabysinians,abyssinians\r\nabysinnia,abyssinia\r\nabysinnian,abyssinian\r\nabysinnians,abyssinians\r\nabyssals,abyssal\r\nabyssinnia,abyssinia\r\nabyssinnian,abyssinian\r\nabyssinnians,abyssinians\r\nacadamey,academy\r\nacadamic,academic\r\nacadamics,academics\r\nacadamie,academie\r\nacadamies,academies\r\nacadamy,academy\r\nacademcially,academically\r\nacademica,academia\r\nacademicaly,academically\r\nacademicas,academics\r\nacademicese,academics\r\nacademicly,academically\r\nacademicos,academics\r\nacademicus,academics\r\nacademis,academics\r\nacadent,accident\r\nacadmeic,academic\r\nacadmey,academy\r\nacadmic,academic\r\nacadmics,academics\r\nacadmie,academie\r\nacadmies,academies\r\nacadmy,academy\r\nacaea,a cappella\r\nacailabilty,acailability\r\nacarly,actually\r\naccadamic,academic\r\naccadamy,academy\r\naccademic,academic\r\naccademically,academically\r\naccademics,academics\r\naccademie,academie\r\naccademies,academies\r\naccademy,academy\r\naccalimed,acclaimed\r\naccamadation,accommodation\r\naccamation,accommodation\r\naccampaninesing,accompanying\r\naccamplish,accomplished\r\naccaplished,accomplished\r\naccasional,occasional\r\naccasionally,occasionally\r\naccassionally,occasionally\r\nacccctually,actually\r\nacccept,accept\r\naccceptabe,acceptabe\r\naccceptability,acceptability\r\naccceptable,acceptable\r\naccceptance,acceptance\r\naccceptat,acceptat\r\nacccepted,accepted\r\naccceptible,acceptible\r\nacccepting,accepting\r\nacccepts,accepts\r\naccces,access\r\nacccesable,accessible\r\nacccess,access\r\nacccessability,accessibility\r\nacccessadoctor,accessadoctor\r\nacccessed,accessed\r\nacccesses,accesses\r\nacccessibility,accessibility\r\nacccessible,accessible\r\nacccessing,accessing\r\nacccession,accession\r\nacccessor,accessor\r\nacccessories,accessories\r\nacccessorize,accessorize\r\nacccessors,accessors\r\nacccessory,accessory\r\nacccessport,accessport\r\nacccessroies,accessroies\r\nacccesss,accesss\r\nacccident,accident\r\nacccidental,accidental\r\nacccidentally,accidentally\r\nacccidents,accidents\r\nacccompanied,accompanied\r\nacccompanies,accompanies\r\nacccompany,accompany\r\nacccomplish,accomplish\r\nacccomplished,accomplished\r\nacccomplishment,accomplishment\r\nacccomplishments,accomplishments\r\nacccordance,accordance\r\nacccorded,accorded\r\nacccordian,accordion\r\nacccording,according\r\nacccordingly,accordingly\r\nacccordion,accordion\r\nacccordionist,accordionist\r\nacccount,account\r\nacccountancy,accountancy\r\nacccountant,accountant\r\nacccountants,accountants\r\nacccountdate,accountdate\r\nacccounted,accounted\r\nacccounting,accounting\r\nacccountingweb,accountingweb\r\nacccounts,accounts\r\nacccounttcarr,accounttcarr\r\nacccoustical,acoustical\r\nacccumulate,accumulate\r\nacccunts,accounts\r\nacccupuncture,acupuncture\r\nacccuracy,accuracy\r\nacccurate,accurate\r\nacccurately,accurately\r\nacccused,accused\r\naccdential,accidental\r\naccdient,accident\r\naccdiently,accidently\r\naccebbillity,accebbility\r\nacceccibilty,acceccibility\r\naccecpt,accept\r\naccecpts,accepts\r\naccedent,accident\r\naccedenta,accidental\r\naccedental,accidental\r\naccedentally,accidentally\r\naccedentals,accidentals\r\naccedentaly,accidentally\r\naccedentas,accidentals\r\naccedentia,accidental\r\naccedential,accidental\r\naccedentially,accidentally\r\naccedentials,accidentals\r\naccedentialy,accidentally\r\naccedentias,accidentals\r\nacceed,accede\r\naccees,access\r\nacceess,access\r\nacceessed,accessed\r\nacceessing,accessing\r\nacceible,accessible\r\naccelarate,accelerate\r\naccelarated,accelerated\r\naccelarates,accelerates\r\naccelarating,accelerating\r\naccelaration,acceleration\r\naccelarator,accelerator\r\naccelarete,accelerate\r\naccelator,accelerator\r\nacceleartion,acceleration\r\naccelerade,accelerated\r\nacceleraptor,accelerator\r\naccelerar,accelerator\r\naccelerare,accelerate\r\naccelerater,accelerator\r\nacceleratie,accelerate\r\nacceleratio,accelerator\r\nacceleratioin,acceleration\r\naccelerato,acceleration\r\nacceleratoin,acceleration\r\nacceleraton,acceleration\r\nacceleread,accelerated\r\naccelerte,accelerate\r\naccelertor,accelerator\r\naccellerate,accelerate\r\naccellerated,accelerated\r\naccellerates,accelerates\r\naccellerating,accelerating\r\naccelleration,acceleration\r\naccellerationist,accelerationist\r\naccellerator,accelerator\r\naccelleratore,acceleratore\r\naccellerators,accelerators\r\naccelorate,accelerate\r\naccelorated,accelerated\r\naccelorating,accelerating\r\naccelorator,accelerator\r\naccend,accident\r\naccendand,ascendant\r\naccendands,ascendants\r\naccendant,ascendant\r\naccendants,ascendants\r\naccended,ascended\r\naccendend,ascendent\r\naccendends,ascendents\r\naccendent,ascendent\r\naccendents,ascendents\r\naccending,ascending\r\naccends,ascends\r\naccension,ascension\r\naccensions,ascensions\r\naccentric,acentric\r\nacceot,accept\r\naccepable,acceptable\r\naccepably,acceptably\r\naccepatable,acceptable\r\naccepball,acceptable\r\naccepeted,accepted\r\naccepible,acceptable\r\naccepibly,acceptably\r\naccepintg,accepting\r\nacceps,accepts\r\naccept-encodinf,accept-encoding\r\nacceptabel,acceptable\r\nacceptabelt,acceptable\r\nacceptabil,acceptable\r\nacceptabilty,acceptability\r\nacceptables,acceptable\r\nacceptablility,acceptability\r\nacceptablity,acceptability\r\nacceptace,acceptance\r\nacceptaly,acceptally\r\nacceptble,acceptable\r\naccepteable,acceptable\r\nacceptebility,acceptability\r\naccepteble,acceptable\r\nacceptence,acceptance\r\nacceptency,acceptancy\r\naccepterad,accepted\r\nacceptes,accepts\r\nacceptiable,acceptable\r\nacceptibility,acceptability\r\nacceptibilty,acceptibility\r\nacceptible,acceptable\r\nacceptiblity,acceptibility\r\nacceptibly,acceptably\r\nacceptionally,exceptionally\r\nacceptnce,acceptance\r\nacceptresponsiblity,acceptresponsibility\r\nacceptsreporting,accepts reporting\r\nacceptuble,acceptable\r\naccerelate,accelerated\r\naccerlating,accelerating\r\naccertain,ascertain\r\naccertained,ascertain\r\nacces,access\r\naccesability,accessibility\r\naccesable,accessible\r\naccesably,accessibly\r\naccesare,accessare\r\naccesarea,accessarea\r\naccesari,accessari\r\naccesaries,accessaries\r\naccesarile,accessarile\r\naccesarily,accessarily\r\naccesarries,accessarries\r\naccesary,accessary\r\naccesed,accessed\r\nacceses,accesses\r\naccesesed,accessed\r\naccesibe,accessibe\r\naccesibel,accessibel\r\naccesibil,accessibil\r\naccesibila,accessibila\r\naccesibile,accessibile\r\naccesibili,accessibili\r\naccesibilia,accessibilia\r\naccesibilidad,accessibilidad\r\naccesibilidaddigital,accessibilidaddigital\r\naccesibilitate,accessibilitate\r\naccesibilitatea,accessibilitatea\r\naccesibility,accessibility\r\naccesibilizarea,accessibilizarea\r\naccesibiltiy,accessibiltiy\r\naccesibilty,accessibilty\r\naccesible,accessible\r\naccesiblemente,accessiblemente\r\naccesibles,accessibles\r\naccesiblity,accessiblity\r\naccesing,accessing\r\naccesion,accession\r\naccesioned,accessioned\r\naccesisble,accessible\r\naccesive,accessive\r\naccesnt,accent\r\naccesor,accessor\r\naccesoreies,accessoreies\r\naccesoreis,accessoreis\r\naccesoremoto,accessoremoto\r\naccesores,accessores\r\naccesori,accessori\r\naccesoria,accessoria\r\naccesorial,accessorial\r\naccesoriales,accessoriales\r\naccesorias,accessorias\r\naccesorie,accessorie\r\naccesoriees,accessoriees\r\naccesories,accessories\r\naccesoriesand,accessoriesand\r\naccesoriesforwomen,accessoriesforwomen\r\naccesoriesnya,accessoriesnya\r\naccesoriess,accessoriess\r\naccesoriestips,accessoriestips\r\naccesorii,accessorii\r\naccesoriile,accessoriile\r\naccesorio,accessorio\r\naccesorion,accessorion\r\naccesorioreemplazo,accessorioreemplazo\r\naccesoriores,accessoriores\r\naccesorios,accessorios\r\naccesorioscamping,accessorioscamping\r\naccesoriosdedama,accessoriosdedama\r\naccesoriosdemoda,accessoriosdemoda\r\naccesoriosparamovil,accessoriosparamovil\r\naccesoriosparamujer,accessoriosparamujer\r\naccesoris,accessoris\r\naccesorise,accessorise\r\naccesorised,accessorised\r\naccesorising,accessorising\r\naccesorisses,accessorisses\r\naccesorites,accessorites\r\naccesority,accessority\r\naccesoriu,accessoriu\r\naccesorium,accessorium\r\naccesorizable,accessorizable\r\naccesorizada,accessorizada\r\naccesorizam,accessorizam\r\naccesorizate,accessorizate\r\naccesorization,accessorization\r\naccesorize,accessorize\r\naccesorized,accessorized\r\naccesorizes,accessorizes\r\naccesorizing,accessorizing\r\naccesorries,accessorries\r\naccesorry,accessorry\r\naccesors,accessors\r\naccesorues,accessorues\r\naccesory,accessory\r\naccesorzing,accessorzing\r\naccespt,accept\r\naccesptable,acceptable\r\naccesqsible,accessible\r\naccessabilities,accessibilities\r\naccessability,accessibility\r\naccessabillity,accessability\r\naccessabilty,accessability\r\naccessable,accessible\r\naccessablility,accessability\r\naccessablity,accessability\r\naccessbile,accessible\r\naccessbilty,accessbility\r\naccessblity,accessbility\r\naccesse,access\r\naccessebillity,accessebility\r\naccesseblity,accessebility\r\naccesseries,accessories\r\naccessessiblity,accessessibility\r\naccessiabilty,accessiability\r\naccessiable,accessible\r\naccessiablity,accessiability\r\naccessibel,accessible\r\naccessibiblity,accessibibility\r\naccessibile,accessible\r\naccessibilitiy,accessibility\r\naccessibillity,accessibility\r\naccessibillty,accessibility\r\naccessibiltiy,accessibility\r\naccessibilty,accessibility\r\naccessibily,accessibility\r\naccessiblility,accessibility\r\naccessiblilty,accessibility\r\naccessiblity,accessibility\r\naccessig,accessing\r\naccessign,accessing\r\naccessiiblity,accessiibility\r\naccessile,accessible\r\naccesso,accessor\r\naccessoire,accessories\r\naccessoires,accessories\r\naccessoirs,accessories\r\naccesss,access\r\naccesssable,accessible\r\naccesssary,accessary\r\naccesssed,accessed\r\naccessses,accesses\r\naccesssibility,accessibility\r\naccesssible,accessible\r\naccesssibly,accessibly\r\naccesssing,accessing\r\naccesssions,accessions\r\naccesssor,accessor\r\naccesssories,accessories\r\naccesssoris,accessoris\r\naccesssorize,accessorize\r\naccesssory,accessory\r\naccessss,access\r\naccessssss,access\r\naccessthe,access\r\naccessthem,access them\r\naccestor,ancestor\r\nacceuil,accueil\r\naccewed,accrued\r\naccheived,achieved\r\nacchiev,achiev\r\nacchieve,achieve\r\nacchieved,achieved\r\nacchievement,achievement\r\nacchieves,achieves\r\nacchieving,achieving\r\naccicent,accident\r\naccicently,accidently\r\naccidant,accident\r\naccidantely,accidently\r\naccidantly,accidently\r\naccidebtly,accidently\r\naccidenlty,accidently\r\naccidens,accidents\r\naccidenta,accidental\r\naccidentaly,accidentally\r\naccidentas,accidentals\r\naccidentatly,accidentately\r\naccidentely,accidently\r\naccidentes,accidents\r\naccidential,accidental\r\naccidentially,accidentally\r\naccidentials,accidentals\r\naccidentilly,accidentally\r\naccidentily,accidently\r\naccidentky,accidently\r\naccidentlaly,accidently\r\naccidentlay,accidently\r\naccidentley,accidently\r\naccidentlly,accidently\r\naccidently,accidentally\r\naccidentually,accidentally\r\naccidenty,accidently\r\naccideny,accidently\r\naccidnetly,accidently\r\nacciendent,accident\r\naccierdent,accident\r\naccindentaly,accindentally\r\naccisabilty,accisability\r\naccknoldge,acknowledgement\r\naccknowledgement,acknowledgement\r\naccknowledging,acknowledging\r\naccknowledgment,acknowledgement\r\naccknowlegment,acknowledgement\r\nacclamied,acclaimed\r\nacclerator,accelerator\r\naccliam,acclaim\r\naccliamed,acclaimed\r\naccliamer,acclaimer\r\naccliamers,acclaimers\r\naccliaming,acclaiming\r\naccliams,acclaims\r\nacclimitisation,acclimatisation\r\nacclimitise,acclimatise\r\nacclimitised,acclimatised\r\nacclimitising,acclimatising\r\nacclimitization,acclimatization\r\nacclimitize,acclimatize\r\nacclimitized,acclimatized\r\nacclimitizing,acclimatizing\r\nacclivly,acclively\r\naccmodate,accommodate\r\naccmpaning,accompanying\r\naccnoledgin,acknowledging\r\naccnolegde,acknowledging\r\naccociated,associated\r\naccociation,association\r\naccodate,accommodate\r\naccoding,according\r\naccodingly,accordingly\r\naccodion,accordion\r\naccodring,according\r\naccolegement,acknowledgement\r\naccolliy,actually\r\naccomadata,accommodata\r\naccomadate,accommodate\r\naccomadated,accommodated\r\naccomadatedin,accommodatedin\r\naccomadateing,accommodateing\r\naccomadates,accommodates\r\naccomadating,accommodating\r\naccomadation,accommodation\r\naccomadationist,accommodationist\r\naccomadationists,accommodationists\r\naccomadations,accommodations\r\naccomadationstions,accommodationstions\r\naccomadative,accommodative\r\naccomadator,accommodator\r\naccomadite,accommodate\r\naccomdate,accommodate\r\naccomdated,accommodated\r\naccomdates,accommodates\r\naccomdating,accommodating\r\naccomdation,accommodation\r\naccomdations,accommodations\r\naccomdition,accommodation\r\naccomedate,accommodate\r\naccomedates,accommodates\r\naccomedating,accommodating\r\naccomedation,accommodation\r\naccomedations,accommodations\r\naccomhed,accomplished\r\naccomidate,accommodate\r\naccomidated,accommodated\r\naccomidation,accommodation\r\naccominating,accompanying\r\naccommadate,accommodate\r\naccommadated,accommodated\r\naccommadates,accommodates\r\naccommadating,accommodating\r\naccommadatins,accommodatins\r\naccommadation,accommodation\r\naccommadations,accommodations\r\naccommadative,accommodative\r\naccommadator,accommodator\r\naccommadition,accommodation\r\naccommampaning,accompanying\r\naccommdate,accommodate\r\naccommdating,accommodating\r\naccommdation,accommodation\r\naccommdations,accommodations\r\naccommedate,accommodate\r\naccommedating,accommodating\r\naccommedation,accommodation\r\naccommidate,accommodate\r\naccommidation,accommodation\r\naccommodatioin,accommodation\r\naccommodiation,accommodation\r\naccommondate,accommodate\r\naccommonted,accepted\r\naccommtation,accommodation\r\naccomnadate,accommodate\r\naccomnodate,accommodate\r\naccomod,accommod\r\naccomodat,accommodate\r\naccomodata,accommodata\r\naccomodatable,accommodatable\r\naccomodatar,accommodatar\r\naccomodatation,accommodatation\r\naccomodatations,accommodatations\r\naccomodatd,accommodatd\r\naccomodate,accommodate\r\naccomodateany,accommodateany\r\naccomodated,accommodated\r\naccomodatee,accommodatee\r\naccomodateplugs,accommodateplugs\r\naccomodater,accommodater\r\naccomodates,accommodates\r\naccomodatese,accommodatese\r\naccomodatesingle,accommodatesingle\r\naccomodatevi,accommodatevi\r\naccomodateyou,accommodateyou\r\naccomodatia,accommodatia\r\naccomodatie,accommodatie\r\naccomodaties,accommodaties\r\naccomodatin,accommodatin\r\naccomodating,accommodating\r\naccomodatio,accommodatio\r\naccomodation,accommodation\r\naccomodationalism,accommodationalism\r\naccomodationary,accommodationary\r\naccomodationby,accommodationby\r\naccomodationg,accommodationg\r\naccomodationis,accommodationis\r\naccomodationism,accommodationism\r\naccomodationist,accommodationist\r\naccomodationn,accommodationn\r\naccomodations,accommodations\r\naccomodationsasia,accommodationsasia\r\naccomodationto,accommodationto\r\naccomodationwith,accommodationwith\r\naccomodatios,accommodatios\r\naccomodative,accommodative\r\naccomodaton,accommodaton\r\naccomodatons,accommodatons\r\naccomodator,accommodator\r\naccomodators,accommodators\r\naccomodatte,accommodatte\r\naccomodattes,accommodattes\r\naccomodattion,accommodattion\r\naccomodaty,accommodate\r\naccomode,accommodate\r\naccomodiate,accommodate\r\naccomondate,accommodate\r\naccomondating,accommodating\r\naccomondation,accommodation\r\naccompagnied,accompanied\r\naccompagnies,accompanies\r\naccompagning,accompanying\r\naccompagny,accompany\r\naccompagnying,accompanying\r\naccompained,accompanied\r\naccompaines,accompanies\r\naccompainied,accompanied\r\naccompaining,accompanying\r\naccompains,accompanies\r\naccompanimen,accompaniment\r\naccompaning,accompanying\r\naccompanining,accompanying\r\naccompannied,accompanied\r\naccompanning,accompanying\r\naccompanyed,accompanied\r\naccompaying,accompanying\r\naccompenied,accompanying\r\naccompening,accompanying\r\naccompianed,accompanied\r\naccompied,accompanied\r\naccompilshed,accomplished\r\naccompined,accompanied\r\naccomping,accompanying\r\naccompinied,accompanied\r\naccompining,accompanying\r\naccomplis,accomplish\r\naccomplise,accomplishes\r\naccomplises,accomplishes\r\naccomplishements,accomplishments\r\naccomplishemnt,accomplishment\r\naccomplishemnts,accomplishments\r\naccomplishent,accomplishment\r\naccomplishents,accomplishes\r\naccomplishs,accomplishes\r\naccompliss,accomplishes\r\naccompning,accompanying\r\naccompnying,accompanying\r\naccomponied,accompanied\r\naccomponing,accompanying\r\naccomponying,accompanying\r\naccompy,accompanying\r\naccompying,accompanying\r\naccompyning,accompanying\r\naccomused,accustomed\r\naccondate,accommodate\r\naccondutelion,accommodation\r\nacconlly,occasionally\r\nacconpaning,accompanying\r\nacconpenying,accompanying\r\nacconplishment,accomplishment\r\naccont,account\r\naccontabilty,accontability\r\naccontable,accountable\r\naccontably,accountably\r\naccontancy,accountancy\r\naccontant,accountant\r\naccontants,accountants\r\nacconted,accounted\r\nacconting,accounting\r\nacconts,accounts\r\nacconut,account\r\naccoount,account\r\naccopaning,accompanying\r\naccopunt,account\r\naccordars,accordance\r\naccordence,accordance\r\naccordences,accordance\r\naccordense,accordance\r\naccordeon,accordion\r\naccordeons,accordions\r\naccordian,accordion\r\naccordians,accordions\r\naccordince,accordance\r\naccordingtly,accordingly\r\naccordinly,accordingly\r\naccordint,according\r\naccordlingly,accordingly\r\naccoriding,according\r\naccoridng,according\r\naccoring,according\r\naccoringly,accordingly\r\naccorions,accordions\r\naccoross,across\r\naccorss,across\r\naccorst,across\r\naccorting,according\r\naccosiate,associate\r\naccosinly,occasionally\r\naccossinally,occasionally\r\naccostamned,accustomed\r\naccostemed,accustomed\r\naccostioum,accustomed\r\naccostmed,accustomed\r\naccostom,accustomed\r\naccostomed,accustomed\r\naccostumed,accustomed\r\naccostuned,accustomed\r\naccotly,actually\r\naccoumt,account\r\naccound,account\r\naccounta,account\r\naccountabillity,accountability\r\naccountabilty,accountability\r\naccountablility,accountability\r\naccountablilty,accountability\r\naccountablity,accountability\r\naccountance,countenance\r\naccountas,accountants\r\naccountat,accountants\r\naccountatns,accountants\r\naccountbilty,accountbility\r\naccountenance,countenance\r\naccountent,accountant\r\naccountents,accountants\r\naccountibilty,accountibility\r\naccountint,accounting\r\naccountm,account\r\naccounto,account\r\naccountsthat,accounts that\r\naccountt,accountant\r\naccouqnt,account\r\naccoustic,acoustic\r\naccoustica,acoustica\r\naccoustical,acoustical\r\naccoustically,acoustically\r\naccousticals,acousticals\r\naccousticly,acousticly\r\naccousticom,acousticom\r\naccoustics,acoustics\r\naccousticx,acousticx\r\naccoustomed,accustomed\r\naccout,account\r\naccoutable,accountable\r\naccoutablity,accoutability\r\naccoutably,accountably\r\naccoutancy,accountancy\r\naccoutant,accountant\r\naccoutants,accountants\r\naccouted,accounted\r\naccouting,accounting\r\naccoutn,account\r\naccoutning,accounting\r\naccoutns,accounts\r\naccouts,accounts\r\naccpet,accept\r\naccpetable,acceptable\r\naccpetance,acceptance\r\naccpeted,accepted\r\naccpets,accepts\r\naccpt,accept\r\naccquaint,acquaint\r\naccquaintance,acquaintance\r\naccquaintances,acquaintances\r\naccquainted,acquainted\r\naccquaintence,acquaintance\r\naccquaintences,acquaintences\r\naccquance,acquaintance\r\naccquantence,acquaintance\r\naccquantience,acquaintance\r\naccquantince,acquaintance\r\naccquatance,acquaintance\r\naccquiantance,acquaintance\r\naccquire,acquire\r\naccquired,acquired\r\naccquires,acquires\r\naccquiri,acquiri\r\naccquiring,acquiring\r\naccquisition,acquisition\r\naccquisitions,acquisitions\r\naccquisitive,acquisitive\r\naccquit,acquit\r\naccquits,acquits\r\naccquittal,acquittal\r\naccquittals,acquittals\r\naccquitted,acquitted\r\naccquitting,acquitting\r\naccrdanse,accordance\r\naccrding,according\r\naccrediated,accredited\r\naccrediation,accreditation\r\naccredidation,accreditation\r\naccreditatioin,accreditation\r\naccreditatoins,accreditations\r\naccreditied,accredited\r\naccreditted,accredited\r\naccressed,accessed\r\naccrewed,accrued\r\naccrimoni,acrimoni\r\naccrimony,acrimony\r\naccrode,accrued\r\naccroding,according\r\naccrodingly,accordingly\r\naccronym,acronym\r\naccronyms,acronyms\r\naccrood,accrued\r\naccrored,accrued\r\naccros,across\r\naccross,across\r\naccrost,across\r\naccroud,accrued\r\naccroued,accrued\r\naccroved,accrued\r\naccrowved,accrued\r\naccruately,accurately\r\naccrud,accrued\r\naccrude,accrued\r\naccruded,accrued\r\naccrueded,accrued\r\naccruell,accrued\r\naccruid,accrued\r\naccruide,accrued\r\naccrured,accrued\r\naccrute,accrued\r\naccruved,accrued\r\naccsebilty,accsebility\r\naccsibility,accessibility\r\naccsident,accident\r\nacctaly,actually\r\nacctionally,occasionally\r\nacctiva,activa\r\nacctivate,activate\r\nacctivated,activated\r\nacctivates,activates\r\nacctivation,activation\r\nacctive,active\r\nacctives,actives\r\nacctivi,activi\r\nacctivision,activision\r\nacctivities,activities\r\nacctivity,activity\r\nacctount,account\r\nacctrade,accrued\r\nacctual,actual\r\nacctuall,actuall\r\nacctually,actually\r\nacctualy,actualy\r\nacctuly,actually\r\naccuaintance,acquaintance\r\naccually,actually\r\naccualy,actually\r\naccuanteance,acquaintance\r\naccuaracy,accuracy\r\naccuarcy,accuracy\r\naccuastion,accusation\r\naccud,accrued\r\naccude,accrued\r\naccudentaly,accudentally\r\naccuess,access\r\nacculuating,accumulating\r\nacculumate,accumulate\r\nacculumated,accumulated\r\nacculumation,accumulation\r\naccumalate,accumulate\r\naccumalated,accumulated\r\naccumalation,accumulation\r\naccumaluted,accumulated\r\naccumelate,accumulate\r\naccumelated,accumulated\r\naccumilate,accumulate\r\naccumilated,accumulated\r\naccumilates,accumulates\r\naccumilating,accumulating\r\naccumilation,accumulation\r\naccumlate,accumulate\r\naccumlation,accumulation\r\naccumlator,accumulator\r\naccummulating,accumulating\r\naccummulators,accumulators\r\naccumotoned,accustomed\r\naccumpanying,accompanying\r\naccumptaining,accompanying\r\naccumstomed,accustomed\r\naccumualte,accumulate\r\naccumualtioin,accumualtion\r\naccumulare,accumulate\r\naccumulatin,accumulation\r\naccumulato,accumulation\r\naccumulaton,accumulation\r\naccumule,accumulate\r\naccumulted,accumulated\r\naccumululated,accumulated\r\naccuntence,acquaintance\r\naccupunctur,acupunctur\r\naccupuncture,acupuncture\r\naccupunctures,acupunctures\r\naccupuncturetrng,acupuncturetrng\r\naccupuncturist,acupuncturist\r\naccupuncturists,acupuncturists\r\naccurac,accuracy\r\naccuraccy,accuracy\r\naccurage,accurate\r\naccurancy,accuracy\r\naccurasy,accuracy\r\naccurataly,accurately\r\naccuratelly,accurately\r\naccuratley,accurately\r\naccuray,accuracy\r\naccurde,accrued\r\naccured,occurred\r\naccurency,accuracy\r\naccurracy,accuracy\r\naccurred,accrued\r\naccurs,occurs\r\naccurtaly,accurtally\r\naccurve,accrued\r\naccusating,accusation\r\naccusato,accusation\r\naccusition,accusation\r\naccussation,accusation\r\naccussations,accusations\r\naccussed,accused\r\naccusser,accuser\r\naccusses,accuses\r\naccussing,accusing\r\naccusstomed,accustomed\r\naccustinend,accustomed\r\naccustiomed,accustomed\r\naccustome,accustomed\r\naccustomend,accustomed\r\naccustomened,accustomed\r\naccustommed,accustomed\r\naccustomned,accustomed\r\naccustomsed,accustomed\r\naccustoned,accustomed\r\naccustumed,accustomed\r\naccute,acute\r\naccuteach,acuteach\r\naccutec,acutec\r\naccutech,acutech\r\naccutechs,acutechs\r\naccuteck,acuteck\r\naccutek,acutek\r\naccutekpackaging,acutekpackaging\r\naccuteksystems,acuteksystems\r\naccutel,acutel\r\naccutellus,acutellus\r\naccutely,acutely\r\naccutemp,acutemp\r\naccutenna,acutenna\r\naccutension,acutension\r\naccuteque,acuteque\r\naccuterra,acuterra\r\naccutest,acutest\r\naccutex,acutex\r\naccutext,acutext\r\naccutomed,accustomed\r\naccutualy,actually\r\naccxident,accident\r\naccyclic,acyclic\r\nacddent,accident\r\nacdend,accident\r\nacdent,accident\r\nacdtually,actually\r\nacecss,access\r\nacedamia,academia\r\nacedcedt,accident\r\nacedemic,academic\r\nacedemically,academically\r\nacedemics,academics\r\nacedemie,academie\r\nacedemies,academies\r\nacedemy,academy\r\nacedent,accident\r\naceept,accept\r\naceesor,accessor\r\naceknowledgement,acknowledgement\r\nacelerate,accelerate\r\naceleratech,acceleratech\r\nacelerated,accelerated\r\nacelerates,accelerates\r\nacelerating,accelerating\r\naceleration,acceleration\r\nacelerations,accelerations\r\nacelerator,accelerator\r\naceleratuexitoconamordedios,acceleratuexitoconamordedios\r\naceleratuvelo,acceleratuvelo\r\nacellerate,accelerate\r\nacellerated,accelerated\r\nacellerates,accelerates\r\nacellerating,accelerating\r\nacelleration,acceleration\r\nacellerator,accelerator\r\nacend,ascend\r\nacendand,ascendant\r\nacendands,ascendants\r\nacendant,ascendant\r\nacendants,ascendants\r\nacended,ascended\r\nacendend,ascendent\r\nacendends,ascendents\r\nacendent,ascendent\r\nacendents,ascendents\r\nacending,ascending\r\nacends,ascends\r\nacentces,agencies\r\nacepable,acceptable\r\nacepably,acceptably\r\nacepible,acceptable\r\nacepibly,acceptably\r\nacept,accept\r\nacepta,accepta\r\naceptable,acceptable\r\naceptables,acceptables\r\naceptably,acceptably\r\naceptaci,acceptaci\r\naceptacion,acceptacion\r\naceptada,acceptada\r\naceptadas,acceptadas\r\naceptado,acceptado\r\naceptados,acceptados\r\naceptae,acceptae\r\naceptamos,acceptamos\r\naceptan,acceptan\r\naceptance,acceptance\r\naceptando,acceptando\r\naceptante,acceptante\r\naceptanted,acceptanted\r\naceptar,acceptar\r\naceptaras,acceptaras\r\naceptaremos,acceptaremos\r\naceptarian,acceptarian\r\naceptarlas,acceptarlas\r\naceptarme,acceptarme\r\naceptaron,acceptaron\r\naceptarte,acceptarte\r\naceptas,acceptas\r\naceptation,acceptation\r\naceptc,acceptc\r\nacepte,accepte\r\nacepted,accepted\r\nacepten,accepten\r\naceptence,acceptence\r\naceptet,acceptet\r\nacepteur,accepteur\r\nacepth,accepth\r\naceptiatrist,acceptiatrist\r\naceptible,acceptable\r\naceptibly,acceptably\r\naceptic,acceptic\r\nacepting,accepting\r\naception,acception\r\naceptive,acceptive\r\nacepto,accepto\r\naceptot,acceptot\r\naceptr,acceptr\r\naceptre,acceptre\r\nacepts,accepts\r\nacerage,acreage\r\nacertain,ascertain\r\nacertained,ascertain\r\nacesabilities,accessibilities\r\nacesability,accessibility\r\nacesable,accessible\r\nacesably,accessibly\r\nacesed,accessed\r\naceses,accesses\r\nacesible,accessible\r\nacesion,accession\r\nacesorarle,accessorarle\r\nacesori,accessori\r\nacesories,accessories\r\nacesorio,accessorio\r\nacesorios,accessorios\r\nacess,access\r\nacessa,accessa\r\nacessability,accessibility\r\nacessable,accessible\r\nacessada,accessada\r\nacessadas,accessadas\r\nacessado,accessado\r\nacessados,accessados\r\nacessam,accessam\r\nacessando,accessando\r\nacessar,accessar\r\nacessaram,accessaram\r\nacessardesenvolvimento,accessardesenvolvimento\r\nacessarem,accessarem\r\nacessaries,accessaries\r\nacessarmos,accessarmos\r\nacessarry,accessarry\r\nacessary,accessary\r\nacessb,accessb\r\nacessbility,accessbility\r\nacessbm,accessbm\r\nacessbmfo,accessbmfo\r\nacesscom,accesscom\r\nacesse,accesse\r\nacessebilidade,accessebilidade\r\nacessebillity,accessebillity\r\nacessed,accessed\r\nacessefone,accessefone\r\nacessegratis,accessegratis\r\nacessehttps,accessehttps\r\nacessem,accessem\r\nacesseries,accesseries\r\nacesses,accesses\r\nacessesories,accessesories\r\nacessibe,accessibe\r\nacessibile,accessibile\r\nacessibilidad,accessibilidad\r\nacessibilidade,accessibilidade\r\nacessibility,accessibility\r\nacessibilty,accessibilty\r\nacessible,accessible\r\nacessibyte,accessibyte\r\nacessign,accessign\r\nacessily,accessily\r\nacessinc,accessinc\r\nacessing,accessing\r\nacession,accession\r\nacessioned,accessioned\r\nacessiories,accessiories\r\nacessiveis,accessiveis\r\nacessivel,accessivel\r\nacessively,accessively\r\nacesskey,accesskey\r\nacessment,accessment\r\nacesso,accesso\r\nacessoappb,accessoappb\r\nacessobrasil,accessobrasil\r\nacessocard,accessocard\r\nacessodigital,accessodigital\r\nacessoire,accessoire\r\nacessoires,accessoires\r\nacessolisa,accessolisa\r\nacessomobile,accessomobile\r\nacessomorphosis,accessomorphosis\r\nacessomtv,accessomtv\r\nacessopries,accessopries\r\nacessoprimebr,accessoprimebr\r\nacessoprotegido,accessoprotegido\r\nacessor,accessor\r\nacessora,accessora\r\nacessores,accessores\r\nacessori,accessori\r\nacessoria,accessoria\r\nacessorial,accessorial\r\nacessorie,accessorie\r\nacessoriers,accessoriers\r\nacessories,accessories\r\nacessoriess,accessoriess\r\nacessorio,accessorio\r\nacessorioes,accessorioes\r\nacessorios,accessorios\r\nacessoriosfemininos,accessoriosfemininos\r\nacessorise,accessorise\r\nacessorised,accessorised\r\nacessorium,accessorium\r\nacessorius,accessorius\r\nacessorize,accessorize\r\nacessorries,accessorries\r\nacessors,accessors\r\nacessory,accessory\r\nacessorys,accessorys\r\nacessorz,accessorz\r\nacessos,accessos\r\nacessosex,accessosex\r\nacessovenda,accessovenda\r\nacessovipmaceio,accessovipmaceio\r\nacessozero,accessozero\r\nacessport,accessport\r\nacesspress,accesspress\r\nacessrio,accessrio\r\nacessrios,accessrios\r\nacessrome,accessrome\r\nacesss,access\r\nacesssories,accessories\r\nacesssteam,accesssteam\r\nacesst,accesst\r\nacesstors,accesstors\r\nacessy,accessy\r\nacetable,acceptable\r\nacftually,factually\r\nach,each\r\nachauly,actually\r\nacheievable,achievable\r\nacheievably,achievably\r\nacheievd,achieved\r\nacheieve,achieve\r\nacheieved,achieved\r\nacheievement,achievement\r\nacheieving,achieving\r\nacheievment,achievement\r\nacheievments,achievements\r\nacheing,aching\r\nacheivable,achievable\r\nacheivably,achievably\r\nacheivd,achieved\r\nacheive,achieve\r\nacheiveable,achieveable\r\nacheivecard,achievecard\r\nacheived,achieved\r\nacheivegolfgreatness,achievegolfgreatness\r\nacheivein,achievein\r\nacheiveing,achieveing\r\nacheivement,achievement\r\nacheivements,achievements\r\nacheivemint,achievemint\r\nacheivemnet,achievemnet\r\nacheiver,achiever\r\nacheivers,achievers\r\nacheives,achieves\r\nacheivethecore,achievethecore\r\nacheivetheir,achievetheir\r\nacheiveworks,achieveworks\r\nacheiving,achieving\r\nacheivment,achievement\r\nacheivments,achievements\r\nacher,acre\r\nacheve,achieve\r\nacheviable,achievable\r\nachevment,achevement\r\nachiavable,achievable\r\nachieivable,achievable\r\nachieivably,achievably\r\nachieive,achieve\r\nachieived,achieved\r\nachieivements,achievements\r\nachieiving,achieving\r\nachievabilty,achievability\r\nachieval,achievable\r\nachievd,achieved\r\nachieveble,achievable\r\nachieveds,achieves\r\nachievemint,achievement\r\nachievemnt,achievement\r\nachievemnts,achievements\r\nachievemts,achieves\r\nachievents,achieves\r\nachievevment,achievevement\r\nachievingdesired,achieving desired\r\nachievment,achievement\r\nachievments,achievements\r\nachillees,achilles\r\nachilleos,achilles\r\nachilleous,achilles\r\nachilleus,achilles\r\nachine,machine\r\nachitect,architect\r\nachitects,architects\r\nachitectura,architectura\r\nachitectural,architectural\r\nachitecturally,architecturally\r\nachitecture,architecture\r\nachitectures,architectures\r\nachivable,achievable\r\nachivably,achievably\r\nachivd,achieved\r\nachive,achieve\r\nachiveable,achievable\r\nachiveables,achieveables\r\nachived,achieved\r\nachiveing,achieving\r\nachiveler,achieveler\r\nachivelor,achievelor\r\nachivem,achievem\r\nachivement,achievement\r\nachivementi,achievementi\r\nachivements,achievements\r\nachivemnet,achievemnet\r\nachivenent,achievenent\r\nachivening,achievening\r\nachivenment,achievenment\r\nachiver,achiever\r\nachivers,achievers\r\nachives,achieves\r\nachivetta,achievetta\r\nachivev,achievev\r\nachiveve,achieveve\r\nachiveveable,achieveveable\r\nachiveved,achieveved\r\nachivevements,achievevements\r\nachiveving,achieveving\r\nachiving,achieving\r\nachivment,achievement\r\nachivments,achievements\r\nachor,anchor\r\nachored,anchored\r\nachoring,anchoring\r\nachors,anchors\r\nachrue,accrued\r\naciadent,accident\r\naciddent,accident\r\nacident,accident\r\nacidentais,accidentais\r\nacidental,accidental\r\nacidentally,accidentally\r\nacidentalmente,accidentalmente\r\nacidentaly,accidentaly\r\nacidente,accidente\r\nacidentes,accidentes\r\nacidentesem,accidentesem\r\nacidenthera,accidenthera\r\nacidentifier,accidentifier\r\nacidentifiers,accidentifiers\r\nacidently,accidently\r\nacidentphlosoph,accidentphlosoph\r\nacidents,accidents\r\nacidentu,accidentu\r\naciedent,accident\r\nacient,ancient\r\nacients,ancients\r\nacieved,achieved\r\nacions,actions\r\nacitivation,activation\r\nacitivites,activities\r\nacitivities,activities\r\nacitivity,activity\r\naciton,action\r\nacitvates,activates\r\nacitvating,activating\r\nacitve,active\r\nacitvely,actively\r\nacitvision,activision\r\nacitvity,activity\r\nacive,active\r\nacivity,activity\r\nackage,package\r\nackceptable,acceptable\r\nackcrewd,accrued\r\nackcrude,accrued\r\nacke,ache\r\nackeptable,acceptable\r\nacknodgling,acknowledging\r\nacknoeledged,acknowledged\r\nacknoldeing,acknowledging\r\nacknoldge,acknowledging\r\nacknoledge,acknowledge\r\nacknoledged,acknowledged\r\nacknoledgement,acknowledgement\r\nacknoledgements,acknowledgements\r\nacknoledging,acknowledging\r\nacknoledgment,acknowledgement\r\nacknoledgments,acknowledgments\r\nacknoledgmet,acknowledgement\r\nacknolegment,acknowledgement\r\nacknolgeing,acknowledging\r\nacknolidge,acknowledging\r\nacknolleging,acknowledging\r\nacknologing,acknowledging\r\nacknolwedge,acknowledge\r\nacknolwedged,acknowledged\r\nacknolwedgement,acknowledgement\r\nacknolwedges,acknowledges\r\nacknolwedging,acknowledging\r\nacknomical,economical\r\nacknowayment,acknowledgement\r\nacknowedge,acknowledging\r\nacknowedgement,acknowledgement\r\nacknowedging,acknowledging\r\nacknowedgment,acknowledgement\r\nacknoweldge,acknowledge\r\nacknoweldged,acknowledged\r\nacknoweldgement,acknowledgement\r\nacknoweldges,acknowledges\r\nacknoweledge,acknowledge\r\nacknowelgement,acknowledgement\r\nacknowiedged,acknowledged\r\nacknowing,acknowledging\r\nacknowkling,acknowledging\r\nacknowladges,acknowledges\r\nacknowladging,acknowledging\r\nacknowldege,acknowledge\r\nacknowldeged,acknowledged\r\nacknowldegement,acknowledgement\r\nacknowldegements,acknowledgements\r\nacknowldeges,acknowledges\r\nacknowldeging,acknowledging\r\nacknowldge,acknowledge\r\nacknowldging,acknowledging\r\nacknowldgment,acknowledgment\r\nacknowlding,acknowledging\r\nacknowldment,acknowledgement\r\nacknowleckging,acknowledging\r\nacknowlede,acknowledge\r\nacknowledeable,acknowledgeable\r\nacknowleded,acknowledged\r\nacknowledeing,acknowledging\r\nacknowledement,acknowledgement\r\nacknowledements,acknowledgements\r\nacknowledes,acknowledges\r\nacknowledgeing,acknowledging\r\nacknowledgemnt,acknowledgement\r\nacknowledgemts,acknowledgements\r\nacknowledget,acknowledgement\r\nacknowledgly,acknowledging\r\nacknowleding,acknowledging\r\nacknowledment,acknowledgement\r\nacknowlegde,acknowledge\r\nacknowlegded,acknowledged\r\nacknowlegdement,acknowledgement\r\nacknowlegdements,acknowledgements\r\nacknowlegdes,acknowledges\r\nacknowlegding,acknowledging\r\nacknowlege,acknowledge\r\nacknowleged,acknowledge\r\nacknowlegement,acknowledgement\r\nacknowlegements,acknowledgements\r\nacknowleges,acknowledges\r\nacknowleging,acknowledging\r\nacknowlegment,acknowledgement\r\nacknowlging,acknowledging\r\nacknowliging,acknowledging\r\nacknowling,acknowledging\r\nacknowlment,acknowledgement\r\nacknowloding,acknowledging\r\nacknowlowdgement,acknowledgement\r\nacknownlegeing,acknowledging\r\nacknwoledge,acknowledges\r\nackolejement,acknowledgement\r\nackouledge,acknowledgement\r\nackowledge,acknowledge\r\nackowledged,acknowledged\r\nackownledgement,acknowledgement\r\nackquaintance,acquaintance\r\nackquanting,acquaintance\r\nackquitence,acquaintance\r\nackrewed,accrued\r\nackrude,accrued\r\nackruid,accrued\r\nacks,acts\r\nacksecetable,acceptable\r\nackseptable,acceptable\r\nackturly,actually\r\nackumulation,accumulation\r\nackwaintance,acquaintance\r\nackward,awkward\r\nackwardly,awkwardly\r\nackwardness,awkwardness\r\naclaim,acclaim\r\naclaimed,acclaimed\r\naclateral,collateral\r\naclean,a clean\r\naclhemist,alchemist\r\naclimitisation,acclimatisation\r\naclimitise,acclimatise\r\naclimitised,acclimatised\r\naclimitises,acclimatises\r\naclimitising,acclimatising\r\naclimitization,acclimatization\r\naclimitize,acclimatize\r\naclimitized,acclimatized\r\naclimitizes,acclimatizes\r\naclimitizing,acclimatizing\r\naclimplised,accomplished\r\naclomplished,accomplished\r\naclue,value\r\naclutaly,aclutally\r\nacn,can\r\nacnedote,anecdote\r\nacnolagaling,acknowledging\r\nacnoldgement,acknowledgement\r\nacnoledgement,acknowledgement\r\nacnolegment,acknowledgement\r\nacnologement,acknowledgement\r\nacnowledgment,acknowledgement\r\nacoadens,accordance\r\nacocunt,account\r\nacolade,accolade\r\nacolagic,acologic\r\nacolpleshed,accomplished\r\nacolplished,accomplished\r\nacolumns,columns\r\nacomadate,accommodate\r\nacomadating,accommodating\r\nacomadation,accommodation\r\nacombished,accomplished\r\nacomdata,accommodata\r\nacomedation,accommodation\r\nacomidate,accommodate\r\nacomidation,accommodation\r\nacommadate,accommodate\r\nacommadating,accommodating\r\nacommadation,accommodation\r\nacommadition,accommodation\r\nacommdation,accommodation\r\nacommedate,accommodate\r\nacommmodation,accommodation\r\nacommodate,accommodate\r\nacommodated,accommodated\r\nacommodates,accommodates\r\nacommodating,accommodating\r\nacommodation,accommodation\r\nacommodations,accommodations\r\nacommodatopn,accommodatopn\r\nacommodators,accommodators\r\nacommodiate,accommodate\r\nacommpanying,accompanying\r\nacommplish,accomplish\r\nacomodate,accommodate\r\nacomodated,accommodated\r\nacomodates,accommodates\r\nacomodating,accommodating\r\nacomodation,accommodation\r\nacomodations,accommodations\r\nacomodativa,accommodativa\r\nacomodative,accommodative\r\nacomodattion,accommodattion\r\nacompagn,accompagn\r\nacompaind,accompanied\r\nacompained,accompanied\r\nacompaines,accompanies\r\nacompainid,accompanied\r\nacompainied,accompanied\r\nacompainies,accompanies\r\nacompainis,accompanies\r\nacompainnd,accompanied\r\nacompainned,accompanied\r\nacompainnes,accompanies\r\nacompainnid,accompanied\r\nacompainnied,accompanied\r\nacompainnies,accompanies\r\nacompainnis,accompanies\r\nacompainns,accompanies\r\nacompainnyd,accompanied\r\nacompainnyed,accompanied\r\nacompainnyes,accompanies\r\nacompainnys,accompanies\r\nacompains,accompanies\r\nacompainyd,accompanied\r\nacompainyed,accompanied\r\nacompainyes,accompanies\r\nacompainys,accompanies\r\nacompamion,accompanying\r\nacompanied,accompanied\r\nacompanies,accompanies\r\nacompaning,accompanying\r\nacompannd,accompanied\r\nacompanned,accompanied\r\nacompannes,accompanies\r\nacompannid,accompanied\r\nacompannied,accompanied\r\nacompannies,accompanies\r\nacompanning,accompanying\r\nacompannis,accompanies\r\nacompanns,accompanies\r\nacompannyd,accompanied\r\nacompannyed,accompanied\r\nacompannyes,accompanies\r\nacompannys,accompanies\r\nacompany,accompany\r\nacompanying,accompanying\r\nacompilsh,accomplished\r\nacomplice,accomplice\r\nacomplised,accomplished\r\nacomplish,accomplish\r\nacomplished,accomplished\r\nacomplishedwill,accomplishedwill\r\nacomplishements,accomplishements\r\nacomplishes,accomplishes\r\nacomplishing,accomplishing\r\nacomplishment,accomplishment\r\nacomplishments,accomplishments\r\nacomplisht,accomplished\r\nacomplshed,accomplished\r\nacompning,accompanying\r\naconadate,accommodate\r\naconplised,accomplished\r\naconplish,accomplished\r\nacontext,context\r\nacopalypse,apocalypse\r\nacopalyptic,apocalyptic\r\nacoplished,accomplished\r\nacoradance,accordance\r\nacord,accord\r\nacorda,accorda\r\nacordada,accordada\r\nacordade,accordade\r\nacordado,accordado\r\nacordados,accordados\r\nacordadult,accordadult\r\nacordallcll,accordallcll\r\nacordam,accordam\r\nacordamos,accordamos\r\nacordance,accordance\r\nacordando,accordando\r\nacordao,accordao\r\nacordar,accordar\r\nacordaraste,accordaraste\r\nacordare,accordare\r\nacordarea,accordarea\r\nacordarme,accordarme\r\nacordarmos,accordarmos\r\nacordaron,accordaron\r\nacordarse,accordarse\r\nacordat,accordat\r\nacordaunt,accordaunt\r\nacordd,accordd\r\nacorddian,accorddian\r\nacordding,according\r\nacorde,accorde\r\nacordeao,accordeao\r\nacorded,accorded\r\nacordehh,accordehh\r\nacordei,accordei\r\nacordeiro,accordeiro\r\nacordemos,accordemos\r\nacordence,accordance\r\nacordenin,accordance\r\nacordens,accordance\r\nacordense,accordance\r\nacordenst,accordance\r\nacordeom,accordeom\r\nacordeon,accordion\r\nacordeoncito,accordeoncito\r\nacordeonist,accordeonist\r\nacordeons,accordions\r\nacordes,accordes\r\nacordestotale,accordestotale\r\nacordex,accordex\r\nacordi,accordi\r\nacordia,accordia\r\nacordial,accordial\r\nacordian,accordion\r\nacordians,accordions\r\nacordin,accordin\r\nacordinados,accordinados\r\nacordind,accordind\r\nacording,according\r\nacordinge,accordinge\r\nacordingly,accordingly\r\nacordingto,accordingto\r\nacordioin,accordioin\r\nacordion,accordion\r\nacordionero,accordionero\r\nacordions,accordions\r\nacordis,accordis\r\nacordise,accordance\r\nacordition,accordition\r\nacordmation,accordmation\r\nacordo,accordo\r\nacordon,accordon\r\nacordonado,accordonado\r\nacordos,accordos\r\nacordou,accordou\r\nacordounse,accordance\r\nacordouse,accordouse\r\nacordpay,accordpay\r\nacords,accords\r\nacordul,accordul\r\nacorduse,accordance\r\nacordweather,accordweather\r\nacordya,accordya\r\nacordys,accordys\r\nacornyms,acronyms\r\nacorrdance,accordance\r\nacorrdens,accordance\r\nacorss,across\r\nacorst,across\r\nacostom,accustomed\r\nacostomed,accustomed\r\nacostum,accustomed\r\nacostumed,accustomed\r\nacotsmery,customary\r\nacoumpish,accomplished\r\nacount,account\r\nacounta,accounta\r\nacountabilibuddy,accountabilibuddy\r\nacountability,accountability\r\nacountable,accountable\r\nacountancy,accountancy\r\nacountant,accountant\r\nacountants,accountants\r\nacountax,accountax\r\nacountdown,accountdown\r\nacounte,accounte\r\nacounted,accounted\r\nacounteer,accounteer\r\nacounters,accounters\r\nacounterweightt,accounterweightt\r\nacountiflex,accountiflex\r\nacounting,accounting\r\nacountinglane,accountinglane\r\nacountless,accountless\r\nacountname,accountname\r\nacountnummers,accountnummers\r\nacountrements,accountrements\r\nacountries,accountries\r\nacountry,accountry\r\nacountrydoctorwrites,accountrydoctorwrites\r\nacountrywhisper,accountrywhisper\r\nacounts,accounts\r\nacountscr,accountscr\r\nacountstatus,accountstatus\r\nacounty,accounty\r\nacourdance,accordance\r\nacousitc,acoustic\r\nacoutsic,acoustic\r\nacovados,avocados\r\nacprocimatly,approximately\r\nacproxapenly,approximately\r\nacproximently,approximately\r\nacqauinted,acquainted\r\nacqauntance,acquaintance\r\nacqire,acquire\r\nacqired,acquired\r\nacqires,acquires\r\nacqiring,acquiring\r\nacqisition,acquisition\r\nacqisitions,acquisitions\r\nacqisitive,acquisitive\r\nacqisitively,acquisitively\r\nacquaince,acquaintance\r\nacquainenec,acquaintance\r\nacquaintace,acquaintance\r\nacquaintaces,acquaintances\r\nacquaintaince,acquaintance\r\nacquaintence,acquaintance\r\nacquaintences,acquaintances\r\nacquaintenceship,acquaintanceship\r\nacquaintiance,acquaintance\r\nacquaintinces,acquaintances\r\nacquaitance,acquaintance\r\nacquance,acquaintance\r\nacquanitances,acquaintance\r\nacquanited,acquainted\r\nacquanitence,acquaintance\r\nacquantaince,acquaintance\r\nacquantainces,acquaintances\r\nacquantance,acquaintance\r\nacquantants,acquaintance\r\nacquanted,acquainted\r\nacquantenc,acquaintance\r\nacquantence,acquaintance\r\nacquantiance,acquaintances\r\nacquantiances,acquaintances\r\nacquantice,acquaintance\r\nacquantience,acquaintance\r\nacquare,acquire\r\nacquaria,aquaria\r\nacquarian,aquarian\r\nacquarians,aquarians\r\nacquarias,aquarias\r\nacquariu,aquariu\r\nacquarium,aquarium\r\nacquariums,aquariums\r\nacquarius,aquarius\r\nacquatic,aquatic\r\nacquatics,aquatics\r\nacquatience,acquaintance\r\nacquiance,acquaintance\r\nacquiant,acquaint\r\nacquiantance,acquaintances\r\nacquiantances,acquaintances\r\nacquianted,acquainted\r\nacquiantedly,acquaintedly\r\nacquiantence,acquaintance\r\nacquiantences,acquaintances\r\nacquiantest,acquaintest\r\nacquianting,acquainting\r\nacquiantly,acquaintly\r\nacquiants,acquaints\r\nacquiecence,acquiescence\r\nacquiecent,acquiescent\r\nacquiecents,acquiescents\r\nacquiecsence,acquiescence\r\nacquiecsent,acquiescent\r\nacquiecsents,acquiescents\r\nacquiescance,acquiescence\r\nacquiescant,acquiescent\r\nacquiescants,acquiescents\r\nacquiesence,acquiescence\r\nacquiesent,acquiescent\r\nacquiesents,acquiescents\r\nacquifer,acquire\r\nacquinated,acquainted\r\nacquisation,acquisition\r\nacquision,acquisition\r\nacquisions,acquisitions\r\nacquisitioin,acquisition\r\nacquisitn,acquisition\r\nacquisitns,acquisitions\r\nacquisito,acquisition\r\nacquisitoin,acquisition\r\nacquisitoins,acquisitions\r\nacquisiton,acquisition\r\nacquisitons,acquisitions\r\nacquistion,acquisition\r\nacquistions,acquisitions\r\nacquital,acquittal\r\nacquitals,acquittals\r\nacquitance,acquittance\r\nacquitances,acquittances\r\nacquite,acquire\r\nacquited,acquitted\r\nacquiting,acquitting\r\nacquitt,acquit\r\nacquitts,acquits\r\nacquitttal,acquittal\r\nacquitttals,acquittals\r\nacquitttance,acquittance\r\nacquitttances,acquittances\r\nacquittted,acquitted\r\nacquittting,acquitting\r\nacqunatince,acquaintance\r\nacquontence,acquaintance\r\nacqure,acquire\r\nacqured,accrued\r\nacqures,acquires\r\nacquried,acquired\r\nacquring,acquiring\r\nacqusition,acquisition\r\nacqusitions,acquisitions\r\nacqusitive,acquisitive\r\nacqusitively,acquisitively\r\nacqusiton,acquisition\r\nacrage,acreage\r\nacrauge,accrued\r\nacrawed,accrued\r\nacreud,accrued\r\nacreued,accrued\r\nacrewd,accrued\r\nacrewed,accrued\r\nacrewved,accrued\r\nacrlyic,acrylic\r\nacroll,across\r\nacromodate,accommodate\r\nacronam,acronym\r\nacronamity,acronymity\r\nacronamous,acronymous\r\nacronamously,acronymously\r\nacronams,acronyms\r\nacronamy,acronymy\r\nacronim,acronym\r\nacronimity,acronymity\r\nacronimous,acronymous\r\nacronimously,acronymously\r\nacronims,acronyms\r\nacronmys,acronyms\r\nacronom,acronym\r\nacronomity,acronymity\r\nacronomous,acronymous\r\nacronomously,acronymously\r\nacronoms,acronyms\r\nacronymes,acronyms\r\nacronymn,acronym\r\nacronymnity,acronymity\r\nacronymnous,acronymous\r\nacronymnously,acronymously\r\nacronymns,acronyms\r\nacronyn,acronym\r\nacronynity,acronymity\r\nacronynous,acronymous\r\nacronynously,acronymously\r\nacronyns,acronyms\r\nacronysm,acronyms\r\nacroos,across\r\nacros,across\r\nacrosses,crosses\r\nacrosss,across\r\nacroude,accrued\r\nacroved,accrued\r\nacroynm,acronym\r\nacroynms,acronyms\r\nacrross,across\r\nacrrued,accrued\r\nacrtive,active\r\nacrud,accrued\r\nacrude,accrued\r\nacrued,accrued\r\nacruied,accrued\r\nacrute,accrued\r\nacrynom,acronym\r\nacrynomity,acronymity\r\nacrynomous,acronymous\r\nacrynomously,acronymously\r\nacrynoms,acronyms\r\nacrynym,acronym\r\nacrynymity,acronymity\r\nacrynymous,acronymous\r\nacrynymously,acronymously\r\nacrynyms,acronyms\r\nacsdent,accident\r\nacsedent,accident\r\nacsend,ascend\r\nacsendand,ascendant\r\nacsendands,ascendants\r\nacsendant,ascendant\r\nacsendants,ascendants\r\nacsended,ascended\r\nacsendend,ascendent\r\nacsendends,ascendents\r\nacsendent,ascendent\r\nacsendents,ascendents\r\nacsending,ascending\r\nacsends,ascends\r\nacsension,ascension\r\nacseptable,acceptable\r\nacsertained,ascertained\r\nacsident,accident\r\nactable,acceptable\r\nactacting,attaching\r\nactally,actually\r\nactarlly,actually\r\nactaul,actual\r\nactaully,actually\r\nactauly,actualy\r\nactceptable,acceptable\r\nacter,actor\r\nacterly,actually\r\nacthally,actually\r\nactherly,actually\r\nactial,actual\r\nactially,actually\r\nactiavte,activate\r\nacticate,activate\r\nacticated,activated\r\nacticating,activating\r\nactication,activation\r\nactice,active\r\nactiivty,activity\r\nactino,action\r\nactinos,actions\r\nactio,action\r\nactioally,actually\r\nactiob-bar,action-bar\r\nactioin,action\r\naction-spefic,action-specific\r\nactionablity,actionability\r\nactionalable,actionable\r\nactionalble,actionable\r\nactionally,occasionally\r\nactiones,actions\r\nactiont,actions\r\nactiony,action\r\nactioon-bar,action-bar\r\nactiosn,actions\r\nactiquate,adequate\r\nactitude,altitude\r\nactivacion,activation\r\nactivally,actively\r\nactivared,activated\r\nactivaste,activates\r\nactivat,activate\r\nactivateing,activating\r\nactivaters,activates\r\nactivatin,activation\r\nactivatioin,activation\r\nactivationg,activating\r\nactivatoin,activation\r\nactived,activated\r\nactivelly,actively\r\nactiven,active\r\nactiverties,activities\r\nactivete,activate\r\nactiveties,activities\r\nactiviate,activate\r\nactiviates,activist\r\nactiviating,activating\r\nactivies,activities\r\nactiviites,activist\r\nactiving,activating\r\nactivisim,activism\r\nactivisiom,activism\r\nactivisit,activist\r\nactivisits,activist\r\nactivistas,activists\r\nactivistes,activists\r\nactivistion,activision\r\nactivit,activist\r\nactivite,activities\r\nactivites,activities\r\nactiviting,activating\r\nactivitites,activities\r\nactivitiy,activity\r\nactivits,activities\r\nactivitys,activities\r\nactiviy,activity\r\nactivizion,activision\r\nactivley,actively\r\nactivly,actively\r\nactivties,activities\r\nactivtion,activation\r\nactivty,activity\r\nactknowledge,acknowledging\r\nactknowlegment,acknowledgement\r\nactorew,actor\r\nactorss,actors\r\nactresess,actresses\r\nactresss,actresses\r\nactseptable,acceptable\r\nactsepterable,acceptable\r\nacttaching,attaching\r\nactting,acting\r\nacttion,action\r\nacttive,active\r\nacttully,actually\r\nactualey,actualy\r\nactualiy,actuality\r\nactualky,actualy\r\nactuall,actually\r\nactuallya,actually\r\nactualmy,actualy\r\nactualoy,actualy\r\nactualpy,actualy\r\nactualt,actual\r\nactualty,actualy\r\nactualy,actually\r\nactualyl,actually\r\nactuatotions,actuations\r\nactulay,actualy\r\nactuley,actually\r\nactullay,actually\r\nactully,actually\r\nactuly,actually\r\nactuoly,actually\r\nactural,actual\r\nacturally,actually\r\nactvation,activation\r\nactve,active\r\nactvities,activities\r\nactvity,activity\r\nacty,act\r\nactyeley,actually\r\nacual,actual\r\nacualahata,actualahata\r\nacualcheya,actualcheya\r\nacualeatum,actualeatum\r\nacuali,actuali\r\nacuality,actuality\r\nacualization,actualization\r\nacualli,actualli\r\nacuallly,actuallly\r\nacuallt,actuallt\r\nacually,actually\r\nacualospora,actualospora\r\nacualquier,actualquier\r\nacualsims,actualsims\r\nacualtests,actualtests\r\nacualu,actualu\r\nacualuna,actualuna\r\nacualy,actualy\r\nacuatly,actually\r\nacude,accrued\r\nacuely,actually\r\nacuire,acquire\r\nacully,actually\r\nacumaning,accompanying\r\nacumlished,accomplished\r\nacumobilty,acumobility\r\nacumulated,accumulated\r\nacumulating,accumulating\r\nacuplished,accomplished\r\nacupresion,acupression\r\nacuquontence,acquaintance\r\nacuracare,accuracare\r\nacuracarland,accuracarland\r\nacuraccy,accuraccy\r\nacuraceo,accuraceo\r\nacuracertifie,accuracertifie\r\nacurachris,accurachris\r\nacuracl,accuracl\r\nacuracoat,accuracoat\r\nacuracollision,accuracollision\r\nacuracrz,accuracrz\r\nacuracura,accuracura\r\nacuracy,accuracy\r\nacurata,accurata\r\nacurate,accurate\r\nacurated,accurated\r\nacuratel,accuratel\r\nacurately,accurately\r\nacurateness,accurateness\r\nacuratete,accuratete\r\nacuratetea,accuratetea\r\nacuratissima,accuratissima\r\nacuratley,accuratley\r\nacuratly,accuratly\r\nacurator,accurator\r\nacurd,accrued\r\nacusable,accusable\r\nacusal,accusal\r\nacusation,causation\r\nacusations,accusations\r\nacusative,accusative\r\nacusatives,accusatives\r\nacusator,accusator\r\nacuse,accuse\r\nacused,accused\r\nacuser,accuser\r\nacuses,accuses\r\nacusing,causing\r\nacusley,actually\r\nacussable,accusable\r\nacussal,accusal\r\nacussation,accusation\r\nacussations,accusations\r\nacussative,accusative\r\nacussatives,accusatives\r\nacussator,accusator\r\nacusse,accuse\r\nacussed,accused\r\nacusser,accuser\r\nacusses,accuses\r\nacussing,accusing\r\nacusssers,acussers\r\nacusstom,accustom\r\nacusstomed,accustomed\r\nacusstoms,accustoms\r\nacustem,accustomed\r\nacustemed,accustomed\r\nacustimend,accustomed\r\nacustom,accustom\r\nacustome,accustomed\r\nacustomed,accustomed\r\nacustomend,accustomed\r\nacustommed,accustomed\r\nacustoms,accustoms\r\nacustumed,accustomed\r\nacutal,actual\r\nacutalata,actualata\r\nacutalised,actualised\r\nacutalite,actualite\r\nacutality,actuality\r\nacutalizaciones,actualizaciones\r\nacutalizer,actualizer\r\nacutalks,actualks\r\nacutall,actuall\r\nacutallly,actuallly\r\nacutally,actually\r\nacutallypvping,actuallypvping\r\nacutals,actuals\r\nacutaly,actualy\r\nacutions,auctions\r\nacuttaly,acuttally\r\nacuumulate,accumulate\r\nacvhievments,acvhievements\r\nacwtly,actually\r\nacylic,acyclic\r\nacynchrnously,asynchronously\r\nacyrlic,acrylic\r\nadabtable,adaptable\r\nadabtilibilty,adabtilibility\r\nadairesville,adairsville\r\nadamandce,adamance\r\nadamandces,adamances\r\nadamandcie,adamancie\r\nadamandcies,adamancies\r\nadamandcy,adamancy\r\nadamandt,adamant\r\nadamandtly,adamantly\r\nadamandts,adamants\r\nadamatly,adamately\r\nadamence,adamance\r\nadamences,adamances\r\nadamencie,adamancie\r\nadamencies,adamancies\r\nadamency,adamancy\r\nadament,adamant\r\nadamently,adamantly\r\nadaments,adamants\r\nadanvaced,advanced\r\nadapatabilty,adapatability\r\nadapatation,adaptation\r\nadapatations,adaptations\r\nadapated,adapted\r\nadapater,adapter\r\nadapatiblity,adapatibility\r\nadapating,adapting\r\nadapation,adaptation\r\nadapations,adaptations\r\nadapative,adaptive\r\nadaper,adapter\r\nadapitabilty,adapitability\r\nadaprive,adaptive\r\nadaptabilty,adaptability\r\nadaptablility,adaptability\r\nadaptablity,adaptability\r\nadaptacion,adaptation\r\nadaptare,adapter\r\nadaptars,adapters\r\nadaptater,adapter\r\nadaptating,adaptation\r\nadaptatioin,adaptation\r\nadaptatoin,adaptation\r\nadaptero,adapter\r\nadaptes,adapters\r\nadaptibility,adaptability\r\nadaptibilty,adaptibility\r\nadaptiblity,adaptibility\r\nadaquat,adequate\r\nadaquate,adequate\r\nadaquately,adequately\r\nadaquet,adequate\r\nadaquetely,adequately\r\nadaquit,adequate\r\nadatorum,auditorium\r\nadatp,adapt\r\nadatper,adapter\r\nadatpers,adapters\r\nadavance,advance\r\nadavanced,advanced\r\nadavancement,advancement\r\nadavancements,advancements\r\nadavances,advances\r\nadavancing,advancing\r\nadavantage,advantage\r\nadbandon,abandon\r\nadbandoned,abandoned\r\nadbilty,adbility\r\nadbomen,abdomen\r\nadbominal,abdominal\r\nadbucted,abducted\r\nadcantage,advantage\r\naddaed,added\r\naddapter,adapter\r\naddaquant,adequate\r\naddation,addition\r\naddcits,addicts\r\naddctioin,addction\r\naddd,adds\r\naddde,added\r\naddded,added\r\nadddictio,addictio\r\nadddiction,addiction\r\nadddictiv,addictiv\r\nadddictive,addictive\r\naddding,adding\r\naddditio,additio\r\nadddition,addition\r\naddditional,additional\r\naddditionally,additionally\r\naddditions,additions\r\naddditiv,additiv\r\naddditives,additives\r\nadddres,address\r\nadddreses,addresses\r\nadddress,address\r\nadddresses,addresses\r\naddds,adds\r\nadde,added\r\naddedd,added\r\naddee,added\r\naddeing,adding\r\naddeqcouate,adequate\r\naddequake,adequate\r\naddequite,adequate\r\nadderquate,adequate\r\nadderss,address\r\naddes,adds\r\naddess,address\r\naddessed,addressed\r\naddesses,addresses\r\naddessing,addressing\r\naddiation,addition\r\naddibilty,addibility\r\naddicional,additional\r\naddicitons,addictions\r\naddicitve,addictive\r\naddicitvely,addictively\r\naddictes,addicts\r\naddictin,addictions\r\naddictioin,addiction\r\naddictis,addictions\r\naddid,add\r\naddidtional,additional\r\naddiequiet,adequate\r\naddiional,additional\r\naddiiton,addition\r\naddiitonall,additionally\r\naddiitonally,additionally\r\naddin,adding\r\naddind,adding\r\naddingcapablities,addingcapabilities\r\naddings,adding\r\naddion,addition\r\naddional,additional\r\naddionally,additionally\r\naddiontaly,addiontally\r\naddiotanlly,addiotnally\r\naddiotionaly,addiotionally\r\naddiquate,adequate\r\naddiquit,adequate\r\naddiqute,adequate\r\naddishation,edition\r\naddistion,edition\r\nadditaionl,additional\r\nadditiive,additive\r\nadditin,addition\r\nadditinal,additional\r\nadditinally,additionally\r\nadditinationaly,additinationally\r\nadditinoal,additional\r\nadditinoally,additionally\r\nadditioal,additional\r\nadditioan,addition\r\nadditioanl,additional\r\nadditioanlly,additionally\r\nadditioin,addition\r\nadditioinal,additional\r\nadditioinally,additionally\r\nadditioinism,additionism\r\nadditioinisms,additionisms\r\nadditioinist,additionist\r\nadditioinists,additionists\r\nadditioins,additions\r\nadditiona,additions\r\nadditionall,additionally\r\nadditionals,additional\r\nadditionaly,additionally\r\nadditionalyl,additionally\r\nadditioncal,additional\r\nadditioned,edition\r\nadditionially,additionally\r\nadditionl,additional\r\nadditionlly,additionally\r\nadditionnal,additional\r\nadditionnally,additionally\r\nadditionnals,additional\r\nadditionnaly,additionally\r\nadditionsl,additional\r\nadditiopn,addition\r\nadditivies,additive\r\nadditivley,additive\r\nadditoin,addition\r\nadditoinal,additional\r\nadditoinally,additionally\r\nadditoinism,additionism\r\nadditoinisms,additionisms\r\nadditoinist,additionist\r\nadditoinists,additionists\r\nadditoins,additions\r\nadditon,addition\r\nadditonal,additional\r\nadditonally,additionally\r\nadditonationaly,additonationally\r\nadditonism,additionism\r\nadditonisms,additionisms\r\nadditonist,additionist\r\nadditonists,additionists\r\nadditonly,additionally\r\nadditons,additions\r\nadditorium,auditorium\r\naddittion,addition\r\naddittions,addictions\r\naddjurned,adjourned\r\naddmeted,admitted\r\naddministration,administration\r\naddmire,admire\r\naddmisibility,admissibility\r\naddmisible,admissible\r\naddmision,admission\r\naddmisions,admissions\r\naddmissibility,admissibility\r\naddmissible,admissible\r\naddmissioin,admission\r\naddmission,admission\r\naddmissions,admissions\r\naddmited,admitted\r\naddmitid,admitted\r\naddmitted,admitted\r\naddmittid,admitted\r\naddopt,adopt\r\naddopted,adopted\r\naddopting,adopting\r\naddoption,adoption\r\naddoptions,adoptions\r\naddoptive,adoptive\r\naddopts,adopts\r\naddornments,adornments\r\naddotional,additional\r\naddquit,adequate\r\naddrees,address\r\naddres,address\r\naddresable,addressable\r\naddresables,addressables\r\naddresed,addressed\r\naddresee,addressee\r\naddresees,addressees\r\naddreses,addresses\r\naddresing,addressing\r\naddresseses,addresses\r\naddressess,addresses\r\naddresseto,address\r\naddressibility,addressability\r\naddressible,addressable\r\naddressings,addressing\r\naddresss,addresses\r\naddresssed,addressed\r\naddressses,addresses\r\naddresssing,addressing\r\naddresssor,addressor\r\naddressssing,addressing\r\naddrresses,addresses\r\naddrss,address\r\naddtibute,attribute\r\naddtioanlly,addtionally\r\naddtioin,addtion\r\naddtion,addition\r\naddtional,additional\r\naddtionally,additionally\r\naddtionaly,addtionally\r\naddtionnal,addtional\r\naddtionnally,addtionally\r\naddtions,additions\r\naddtition,addition\r\nadducion,adduction\r\nadducions,adductions\r\nadducter,adductor\r\nadducters,adductors\r\nadducton,adduction\r\nadductons,adductions\r\naddult,adult\r\naddution,adduction\r\naddutions,adductions\r\naddvance,advance\r\naddvantage,advantage\r\nadealide,adelaide\r\nadecquect,adequate\r\nadecuate,adequate\r\naded,add\r\nadeed,added\r\nadegate,adequate\r\nadeilade,adelaide\r\nadeladie,adelaide\r\nadeliade,adelaide\r\nadeptation,adaptation\r\nadeqake,adequate\r\nadeqaute,adequate\r\nadequait,adequate\r\nadequante,adequate\r\nadequatedly,adequately\r\nadequatley,adequately\r\nadequattly,adequately\r\nadequeat,adequate\r\nadequeate,adequate\r\nadequet,adequate\r\nadequete,adequate\r\nadequetely,adequately\r\nadequette,adequate\r\nadequit,adequate\r\nadequite,adequate\r\nadequitely,adequately\r\nadernaline,adrenaline\r\nadetoreum,auditorium\r\nadfectonly,affectionately\r\nadffinity,affinity\r\nadge,aged\r\nadgencyes,agencies\r\nadgerned,adjourned\r\nadhear,adhere\r\nadhearance,adherence\r\nadhearancy,adherency\r\nadhearant,adherent\r\nadhearence,adherence\r\nadhearency,adherency\r\nadhearent,adherent\r\nadhearing,adhering\r\nadheisve,adhesive\r\nadherance,adherence\r\nadherancy,adherency\r\nadherant,adherent\r\nadherants,adherents\r\nadhereing,adhering\r\nadhesivly,adhesively\r\nadhevise,adhesive\r\nadhoc,ad hoc\r\nadiacent,adjacent\r\nadiation,edition\r\nadicional,additional\r\nadicquate,adequate\r\nadictio,addictio\r\nadictiom,addictiom\r\nadiction,edition\r\nadictionaide,addictionaide\r\nadictional,addictional\r\nadictionary,addictionary\r\nadictions,addictions\r\nadictiv,addictiv\r\nadictiva,addictiva\r\nadictive,addictive\r\nadictiveagency,addictiveagency\r\nadictively,addictively\r\nadictives,addictives\r\nadictivo,addictivo\r\nadictivos,addictivos\r\nadigute,adequate\r\nading,adding\r\nadiquate,adequate\r\nadiquately,adequately\r\nadiqueate,adequate\r\nadiquit,adequate\r\nadiquite,adequate\r\nadiqut,adequate\r\nadisction,edition\r\naditio,additio\r\nadition,addition\r\naditiona,additiona\r\naditional,additional\r\naditionale,additionale\r\naditionall,additionall\r\naditionalle,additionalle\r\naditionally,additionally\r\naditionals,additionals\r\naditionaly,additionally\r\naditiond,additiond\r\naditionnal,additionnal\r\naditionnally,additionnally\r\naditionnaly,additionnaly\r\naditionnelle,additionnelle\r\naditions,additions\r\naditiontray,additiontray\r\naditionts,additionts\r\naditiv,additiv\r\naditiva,additiva\r\naditivados,additivados\r\naditive,additive\r\naditiverma,additiverma\r\naditives,additives\r\naditivi,additivi\r\naditivo,additivo\r\naditivocad,additivocad\r\naditivos,additivos\r\naditorium,auditorium\r\naditorum,auditorium\r\nadittionally,additionally\r\nadittionaly,adittionally\r\nadivce,advice\r\nadivser,adviser\r\nadivsor,advisor\r\nadivsors,advisors\r\nadjacenent,adjacent\r\nadjacnt,adjacent\r\nadjactives,adjectives\r\nadjancency,adjacency\r\nadjecent,adjacent\r\nadjectiveus,adjectives\r\nadjectivos,adjectives\r\nadjectivs,adjectives\r\nadjerned,adjourned\r\nadjorened,adjourned\r\nadjorned,adjourned\r\nadjouirned,adjourned\r\nadjouned,adjourned\r\nadjoured,adjourned\r\nadjournaled,adjourned\r\nadjsuts,adjusts\r\nadjuct,adjust\r\nadjuest,adjust\r\nadjurden,adjourned\r\nadjurend,adjourned\r\nadjurion,adjourned\r\nadjurned,adjourned\r\nadjurnment,adjournment\r\nadjus,adjust\r\nadjusing,adjusting\r\nadjusment,adjustment\r\nadjustabe,adjustable\r\nadjustabillity,adjustability\r\nadjustabilty,adjustability\r\nadjustablility,adjustability\r\nadjustablilty,adjustability\r\nadjustablities,adjustabilities\r\nadjustablity,adjustability\r\nadjustement,adjustment\r\nadjustements,adjustments\r\nadjustes,adjusts\r\nadjustibilty,adjustibility\r\nadjustible,adjustable\r\nadjustmenrt,adjustment\r\nadknowledged,acknowledged\r\nadknowledges,acknowledges\r\nadmend,amend\r\nadmendable,amendable\r\nadmendatory,amendatory\r\nadmended,amended\r\nadmending,amending\r\nadmendment,amendment\r\nadmendments,amendments\r\nadmends,amends\r\nadmerited,admitted\r\nadmetid,admitted\r\nadmetted,admitted\r\nadmied,admitted\r\nadmiedatly,immediately\r\nadmiistered,administered\r\nadmim,admin\r\nadmimpresion,admimpression\r\nadminastrator,administrator\r\nadming,admin\r\nadmininistration,administration\r\nadmininistrations,administrations\r\nadmininistrative,administrative\r\nadmininistrator,administrator\r\nadmininistrators,administrators\r\nadmininster,administer\r\nadmininstered,administered\r\nadmininstering,administering\r\nadmininsters,administers\r\nadmininstr,administer\r\nadmininstrated,administrated\r\nadmininstration,administration\r\nadmininstrative,administrative\r\nadmininstrator,administrator\r\nadmininstrators,administrators\r\nadmininstred,administered\r\nadmininstring,administering\r\nadmininstrs,administers\r\nadminisration,administration\r\nadministarte,administrate\r\nadministarted,administrated\r\nadministartes,administrates\r\nadministarting,administrating\r\nadministartion,administration\r\nadministartions,administrations\r\nadministartive,administrative\r\nadministartively,administratively\r\nadministartives,administratives\r\nadministartor,administrator\r\nadministartors,administrators\r\nadministate,administrate\r\nadministated,administrated\r\nadministates,administrates\r\nadministating,administrating\r\nadministation,administration\r\nadministations,administrations\r\nadministative,administrative\r\nadministatively,administratively\r\nadministatives,administratives\r\nadministator,administrator\r\nadministators,administrators\r\nadministed,administered\r\nadministeration,administration\r\nadministerd,administered\r\nadministor,administer\r\nadministored,administer\r\nadministr,administer\r\nadministraion,administration\r\nadministrar,administrator\r\nadministraron,administrator\r\nadministrater,administrator\r\nadministraters,administrators\r\nadministratief,administrative\r\nadministratiei,administrative\r\nadministratieve,administrative\r\nadministratino,administration\r\nadministratio,administrator\r\nadministratioin,administration\r\nadministratior,administrator\r\nadministratiors,administrators\r\nadministrativly,administratively\r\nadministrativne,administrative\r\nadministrativo,administration\r\nadministratoin,administration\r\nadministraton,administration\r\nadministre,administer\r\nadministred,administered\r\nadministren,administer\r\nadministrer,administer\r\nadministres,administer\r\nadministrez,administer\r\nadministring,administering\r\nadministro,administer\r\nadministrs,administers\r\nadminitratative,administratative\r\nadminitration,administration\r\nadminitrative,administrative\r\nadminitratives,administratives\r\nadminitrativu,administrativu\r\nadminitrator,administrator\r\nadminitrators,administrators\r\nadminm,admin\r\nadminsiter,administer\r\nadminsitered,administered\r\nadminsitration,administration\r\nadminsitrative,administrative\r\nadminsitrator,administrator\r\nadminsitrators,administrators\r\nadminster,administer\r\nadminstered,administered\r\nadminstering,administering\r\nadminsters,administers\r\nadminstratat,administratat\r\nadminstrate,administrate\r\nadminstrated,administrated\r\nadminstrater,administrater\r\nadminstrateur,administrateur\r\nadminstrateurs,administrateurs\r\nadminstratief,administratief\r\nadminstratif,administratif\r\nadminstratiive,administratiive\r\nadminstratin,administratin\r\nadminstrating,administrating\r\nadminstratio,administratio\r\nadminstration,administration\r\nadminstrationsprogramm,administrationsprogramm\r\nadminstrativa,administrativa\r\nadminstrative,administrative\r\nadminstratively,administratively\r\nadminstraton,administraton\r\nadminstrator,administrator\r\nadminstratori,administratori\r\nadminstrators,administrators\r\nadminstratum,administratum\r\nadmiqnistrative,administrative\r\nadmiraal,admiral\r\nadmiralities,admiralties\r\nadmirality,admiralty\r\nadmiratlies,admiralties\r\nadmiratly,admiralty\r\nadmirlaties,admiralties\r\nadmirlaty,admiralty\r\nadmisability,admissibility\r\nadmisable,admissible\r\nadmisible,admissible\r\nadmisibly,admissibly\r\nadmision,admission\r\nadmisionaries,admissionaries\r\nadmisionary,admissionary\r\nadmisions,admissions\r\nadmisive,admissive\r\nadmisively,admissively\r\nadmissability,admissibility\r\nadmissable,admissible\r\nadmissably,admissibly\r\nadmissble,admissible\r\nadmissbly,admissibly\r\nadmissibilty,admissibility\r\nadmissiblity,admissibility\r\nadmisson,admission\r\nadmissonaries,admissionaries\r\nadmissonary,admissionary\r\nadmissons,admissions\r\nadmisssion,admission\r\nadmisssions,admissions\r\nadmissve,admissive\r\nadmissvely,admissively\r\nadmistrating,administrating\r\nadmistration,administration\r\nadmistrations,administrations\r\nadmistratior,administratior\r\nadmistrative,administrative\r\nadmistratives,administratives\r\nadmistrator,administrator\r\nadmistrators,administrators\r\nadmitd,admitted\r\nadmite,admit\r\nadmited,admitted\r\nadmitedly,admittedly\r\nadmitely,admittedly\r\nadmitid,admitted\r\nadmiting,admitting\r\nadmitt,admit\r\nadmittadely,admittedly\r\nadmittadly,admittedly\r\nadmitten,admitted\r\nadmittetly,admittedly\r\nadmittidly,admittedly\r\nadmittted,admitted\r\nadmnistrative,administrative\r\nadmnistrator,administrator\r\nadmnistrators,administrators\r\nadmrial,admiral\r\nadn,and\r\nadnd,and\r\nadnimistrator,administrators\r\nadnroid's,android's\r\nadnroid,android\r\nadobt,adopt\r\nadocates,advocates\r\nadoeb,adobe\r\nadoint,adjoint\r\nadolecence,adolescence\r\nadolecent,adolescent\r\nadolecents,adolescents\r\nadolecsence,adolescence\r\nadolecsent,adolescent\r\nadolecsents,adolescents\r\nadolence,adolescent\r\nadolencence,adolescence\r\nadolencent,adolescent\r\nadolescance,adolescence\r\nadolescant,adolescent\r\nadolescants,adolescents\r\nadolescene,adolescence\r\nadolescense,adolescence\r\nadolesence,adolescence\r\nadolesent,adolescent\r\nadolesents,adolescents\r\nadoloscent,adolescent\r\nadolsecent,adolescent\r\nadop,adopt\r\nadoped,adopted\r\nadoping,adopting\r\nadopion,adoption\r\nadopions,adoptions\r\nadopive,adoptive\r\nadops,adopts\r\nadoptablility,adoptability\r\nadoptors,adopters\r\nadoqate,adequate\r\nadorbale,adorable\r\nadormatory,dormitory\r\nadot,about\r\nadoubtadly,undoubtedly\r\nadout,about\r\nadovate,advocate\r\nadovated,advocated\r\nadovates,advocates\r\nadovating,advocating\r\nadovation,advocation\r\nadovator,advocator\r\nadovatory,advocatory\r\nadovcacy,advocacy\r\nadovcate,advocate\r\nadovcated,advocated\r\nadovcates,advocates\r\nadovcating,advocating\r\nadovcation,advocation\r\nadovcator,advocator\r\nadovcatory,advocatory\r\nadove,above\r\nadpatation,adaptation\r\nadpater,adapter\r\nadpaters,adapters\r\nadpted,adapted\r\nadquaint,acquaint\r\nadquante,adequate\r\nadquate,adequate\r\nadquated,adequate\r\nadquately,adequately\r\nadquire,acquire\r\nadquired,acquired\r\nadquireix,acquireix\r\nadquirem,acquirem\r\nadquirencia,acquirencia\r\nadquirente,acquirente\r\nadquirer,acquirer\r\nadquires,acquires\r\nadquiri,acquiri\r\nadquirida,acquirida\r\nadquiridas,acquiridas\r\nadquirido,acquirido\r\nadquiridos,acquiridos\r\nadquiriencia,acquiriencia\r\nadquiriendo,acquiriendo\r\nadquirieron,acquirieron\r\nadquirin,acquirin\r\nadquirindo,acquirindo\r\nadquiring,acquiring\r\nadquirir,acquirir\r\nadquiriram,acquiriram\r\nadquirirem,acquirirem\r\nadquirirlo,acquirirlo\r\nadquirit,acquirit\r\nadquiriu,acquiriu\r\nadquisition,acquisition\r\nadquisitions,acquisitions\r\nadquisitive,acquisitive\r\nadquit,adequate\r\nadquites,adequate\r\nadquits,acquits\r\nadquittal,acquittal\r\nadquittals,acquittals\r\nadquitted,acquitted\r\nadquitting,acquitting\r\nadreanline,adrenaline\r\nadrelanine,adrenaline\r\nadreneline,adrenaline\r\nadreniline,adrenaline\r\nadres,address\r\nadresable,addressable\r\nadresed,addressed\r\nadresee,addressee\r\nadresees,addressees\r\nadreser,addresser\r\nadresers,addressers\r\nadreses,addresses\r\nadresing,addressing\r\nadress,address\r\nadressable,addressable\r\nadresse,address\r\nadressed,addressed\r\nadressee,addressee\r\nadresseed,addressed\r\nadresses,addresses\r\nadressibg,addressing\r\nadressing,addressing\r\nadroable,adorable\r\nadroid,android\r\nadrress,address\r\nadss,adds\r\nadsurbed,absurd\r\nadter,after\r\nadtodetect,autodetect\r\naduiobook,audiobook\r\naduitorum,auditorium\r\nadultary,adultery\r\nadultey,adultery\r\nadultrate,adulterate\r\nadultrated,adulterated\r\nadultrates,adulterates\r\nadultrating,adulterating\r\nadultration,adulteration\r\nadultrer,adulterer\r\nadultrey,adultery\r\nadultrous,adulterous\r\nadultry,adultery\r\nadumbrativly,adumbratively\r\naduoteriam,auditorium\r\naduquote,adequate\r\nadust,adjust\r\nadutorium,auditorium\r\nadvaced,advanced\r\nadvalable,available\r\nadvalbal,available\r\nadvanage,advantage\r\nadvanched,advanced\r\nadvancment,advancement\r\nadvane,advance\r\nadvaned,advanced\r\nadvansed,advanced\r\nadvantace,advantage\r\nadvantadges,advantages\r\nadvantag,advantage\r\nadvantageos,advantageous\r\nadvantagesome,advantage\r\nadvantageus,advantageous\r\nadvantagious,advantageous\r\nadvantagous,advantageous\r\nadvantegeous,advantageous\r\nadvanteges,advantages\r\nadvatage,advantage\r\nadvatages,advantages\r\nadvatange,advantage\r\nadvatanges,advantages\r\nadvatige,advantage\r\nadventage,advantage\r\nadventageous,advantageous\r\nadventagus,advantage\r\nadventerous,adventures\r\nadventourus,adventurous\r\nadventrous,adventurous\r\nadventrues,adventures\r\nadventue,adventures\r\nadventuers,adventures\r\nadventuous,adventurous\r\nadventureous,adventures\r\nadventureres,adventures\r\nadventurious,adventurous\r\nadventuros,adventurous\r\nadventurs,adventures\r\nadventuruous,adventurous\r\nadventurus,adventurous\r\nadventus,adventures\r\nadverison,AdVersion\r\nadverisons,AdVersions\r\nadveristy,adversity\r\nadversaial,adversarial\r\nadverserial,adversarial\r\nadverseries,adversaries\r\nadversery,adversary\r\nadversiting,advertising\r\nadverst,adverts\r\nadverstising,advertising\r\nadvertance,advertence\r\nadvertanced,advertenced\r\nadvertances,advertences\r\nadvertancie,advertencie\r\nadvertancies,advertencies\r\nadvertancy,advertency\r\nadvertant,advertent\r\nadvertantial,advertential\r\nadvertantly,advertently\r\nadvertants,advertents\r\nadverticed,advertised\r\nadverticement,advertisement\r\nadverties,advertise\r\nadvertiesd,advertised\r\nadvertiesment,advertisement\r\nadvertiesments,advertisements\r\nadvertiesr,advertiser\r\nadvertiesrs,advertisers\r\nadvertiess,advertises\r\nadvertion,AdVersion\r\nadvertions,AdVersions\r\nadvertis,adverts\r\nadvertisd,advertised\r\nadvertiseing,advertising\r\nadvertisiers,advertisers\r\nadvertisiment,advertisement\r\nadvertisment,advertisement\r\nadvertisments,advertisements\r\nadvertisors,advertisers\r\nadvertisr,advertiser\r\nadvertisrs,advertisers\r\nadvertiss,advertises\r\nadvertisted,advertised\r\nadvertisters,advertisers\r\nadvertisting,advertising\r\nadvertisy,adversity\r\nadvertize,advertise\r\nadvertized,advertised\r\nadvertsed,advertised\r\nadvertsing,advertising\r\nadvesarial,adversarial\r\nadvesaries,adversaries\r\nadvesary,adversary\r\nadviced,advised\r\nadvirtisement,advertisement\r\nadviseable,advisable\r\nadviseer,adviser\r\nadviseur,adviser\r\nadvisible,advisable\r\nadvisorys,advisors\r\nadvitise,advertise\r\nadvizable,advisable\r\nadvnaced,advanced\r\nadvnced,advanced\r\nadvocade,advocated\r\nadvocats,advocates\r\nadvocay,advocacy\r\nadvoide,avoid\r\nadvotised,advertised\r\nadvresarial,adversarial\r\nadvresaries,adversaries\r\nadvresary,adversary\r\nadvrtoged,advantage\r\nadvsior,advisor\r\nadvsiors,advisors\r\nadyerned,adjourned\r\nae,are\r\naearoplane,aeroplane\r\naech,each\r\naechd,aged\r\naelmter,altimeter\r\naempty,empty\r\naenoenplane,aeroplane\r\naeoroplane,aeroplane\r\naeorspace,aerospace\r\naeound,around\r\naeplan,aeroplane\r\naer,are\r\naera,area\r\naercraft,aircraft\r\naere,are\r\naereoplane,aeroplane\r\naeriel,aerial\r\naerielly,aerially\r\naeriels,aerials\r\naerolagic,aerologic\r\naeropsace,aerospace\r\naerosapce,aerospace\r\naerplana,aeroplane\r\naersopace,aerospace\r\naestethic,aesthetic\r\naestethically,aesthetically\r\naestethics,aesthetics\r\naesthatically,aesthetically\r\naesthatics,aesthetics\r\naesthecic,aesthetic\r\naesthecical,aesthetical\r\naesthecicaly,aestheticaly\r\naesthecics,aesthetics\r\naesthestic,aesthetics\r\naesthethics,aesthetics\r\naesthetiac,aesthetic\r\naesthetiacal,aesthetical\r\naesthetiacally,aesthetically\r\naesthetiacaly,aestheticaly\r\naesthetiacs,aesthetics\r\naestheticaly,aesthetically\r\naestheticlly,aesthetically\r\naesthitically,aesthetically\r\naet,treat\r\naethistic,atheistic\r\naethists,atheists\r\naetter,better\r\naetting,setting\r\naeveryone,everyone\r\naexisting,existing\r\naexpected,expected\r\nafadafit,affidavit\r\nafadaviate,affidavit\r\nafadavid,affidavit\r\nafadavit,affidavit\r\nafadivite,affidavit\r\nafaedaviate,affidavit\r\nafair,affair\r\nafardivient,affidavit\r\nafater,after\r\nafctually,actually\r\nafdavit,affidavit\r\nafechanty,affectionately\r\nafeciantly,affectionately\r\nafecsanly,affectionately\r\nafect,affect\r\nafectanant,affectionate\r\nafectantent,affectionate\r\nafected,affected\r\nafecteds,affecteds\r\nafectiely,affectionately\r\nafecting,affecting\r\nafectings,affectings\r\nafectinite,affectionate\r\nafection,affection\r\nafectionaly,affectionately\r\nafectionate,affectionate\r\nafectionately,affectionately\r\nafectionet,affectionate\r\nafectionly,affectionately\r\nafections,affections\r\nafectiontly,affectionately\r\nafectoinly,affectionately\r\nafects,affects\r\nafedative,affidavit\r\nafedavit,affidavit\r\nafefedavid,affidavit\r\nafeild,afield\r\nafer,after\r\nafermath,aftermath\r\nafermaths,aftermaths\r\nafernoon,afternoon\r\nafernoons,afternoons\r\nafert,after\r\naferward,afterward\r\naferwards,afterwards\r\nafeter,after\r\nafetmath,aftermath\r\nafetmaths,aftermaths\r\nafetnoon,afternoon\r\nafetnoons,afternoons\r\nafetr,after\r\nafettusly,affectionately\r\nafetward,afterward\r\nafetwards,afterwards\r\nafew,a few\r\nafexsionly,affectionately\r\nafextenatly,affectionately\r\naffabilty,affability\r\naffacionatly,affectionately\r\naffactionate,affectionate\r\naffactionately,affectionately\r\naffadavat,affidavit\r\naffadavate,affidavit\r\naffadavid,affidavit\r\naffadavit,affidavit\r\naffadavite,affidavit\r\naffadavits,affidavits\r\naffadivate,affidavit\r\naffadivid,affidavit\r\naffadivit,affidavit\r\naffadvit,affidavit\r\naffaidivit,affidavit\r\naffaires,affairs\r\naffaris,affairs\r\naffavidate,affidavit\r\naffavidit,affidavit\r\naffctonote,affectionate\r\naffdated,affidavit\r\naffdavit,affidavit\r\naffecant,affectionate\r\naffecantly,affectionately\r\naffecconiate,affectionate\r\naffecentalaly,affectionately\r\naffecentally,affectionately\r\naffecesionly,affectionately\r\naffecianate,affectionate\r\naffecianly,affectionately\r\naffeciency,efficiency\r\naffecient,affectionate\r\naffecilation,affectionate\r\naffecionate,affectionate\r\naffecionately,affectionately\r\naffecionatly,affectionately\r\naffecionetally,affectionately\r\naffecitionate,affectionate\r\naffeconatly,affectionately\r\naffectanate,affectionate\r\naffectantly,affectionate\r\naffectconley,affectionately\r\naffecte,affectionate\r\naffectened,affectionate\r\naffectianetly,affectionately\r\naffectimate,affectionate\r\naffectinalety,affectionately\r\naffectinally,affectionately\r\naffectinate,affectionate\r\naffectinatly,affectionately\r\naffectintly,affectionately\r\naffectinutate,affectionate\r\naffectionaly,affectionately\r\naffectionant,affectionate\r\naffectionantly,affectionately\r\naffectionatley,affectionate\r\naffectionatly,affectionately\r\naffectionatte,affectionate\r\naffectionely,affectionately\r\naffectionently,affectionately\r\naffectionet,affectionate\r\naffectionetely,affectionately\r\naffectionetly,affectionately\r\naffectionlatly,affectionately\r\naffectionly,affectionately\r\naffectionnate,affectionate\r\naffectionnet,affectionate\r\naffectionote,affectionate\r\naffectionsly,affectionately\r\naffectiontlly,affectionately\r\naffectionute,affectionate\r\naffectivly,affectively\r\naffectnent,affectionate\r\naffectnet,affectionate\r\naffectonate,affectionate\r\naffectonatly,affectionately\r\naffectsolutely,affectionately\r\naffectually,affectionately\r\naffectuantly,affectionately\r\naffectunate,affectionate\r\naffectunatly,affectionately\r\naffectunely,affectionately\r\naffectutate,affectionate\r\naffedaivite,affidavit\r\naffedated,affidavit\r\naffedave,affidavit\r\naffedaved,affidavit\r\naffedavid,affidavit\r\naffedavit,affidavit\r\naffedirtly,affectionately\r\naffedit,affidavit\r\naffeminate,effeminate\r\naffence,offence\r\nafference,affectionate\r\naffestionatly,affectionately\r\naffetchently,affectionately\r\naffetcted,affected\r\naffets,affects\r\naffevivat,affidavit\r\nafffect,affect\r\nafffected,affected\r\nafffecteds,affecteds\r\nafffecting,affecting\r\nafffectings,affectings\r\nafffection,affection\r\nafffections,affections\r\nafffects,affects\r\nafffiliate,affiliate\r\nafffiliated,affiliated\r\nafffiliately,affiliately\r\nafffiliates,affiliates\r\nafffiliati,affiliati\r\nafffiliation,affiliation\r\nafffiliations,affiliations\r\nafffinities,affinities\r\nafffinity,affinity\r\nafffirmations,affirmations\r\naffflict,afflict\r\naffflicted,afflicted\r\naffflicteds,afflicteds\r\naffflicting,afflicting\r\naffflictings,afflictings\r\nafffliction,affliction\r\naffflictions,afflictions\r\naffflicts,afflicts\r\naffgahni,afghani\r\naffgahnis,afghanis\r\naffgahnistan,afghanistan\r\naffgani,afghani\r\naffganis,afghanis\r\naffganistan,afghanistan\r\naffghani,afghani\r\naffghanis,afghanis\r\naffghanistan,afghanistan\r\naffi-davit,affidavit\r\naffiadait,affidavit\r\naffiars,affairs\r\naffiavate,affidavit\r\nafficianado,aficionado\r\nafficianados,aficionados\r\nafficiantly,affectionately\r\nafficiency,efficiency\r\nafficinate,affectionate\r\nafficincey,efficiency\r\nafficionado,aficionado\r\nafficionados,aficionados\r\nafficionately,affectionately\r\naffict,afflict\r\nafficted,afflicted\r\nafficting,afflicting\r\naffictingly,afflictingly\r\naffictionately,affectionate\r\naffictiratly,affectionately\r\nafficts,afflicts\r\naffidafet,affidavit\r\naffidait,affidavit\r\naffidaphet,affidavit\r\naffidate,affidavit\r\naffidated,affidavit\r\naffidatet,affidavit\r\naffidavat,affidavit\r\naffidavate,affidavit\r\naffidaved,affidavit\r\naffidavent,affidavit\r\naffidavid,affidavit\r\naffidavidit,affidavit\r\naffidavite,affidavit\r\naffidavited,affidavit\r\naffided,affidavit\r\naffidevit,affidavit\r\naffidivat,affidavit\r\naffidivit,affidavit\r\naffidovt,affidavit\r\naffientially,affectionately\r\naffilate,affiliate\r\naffilated,affiliated\r\naffilates,affiliates\r\naffilating,affiliating\r\naffilation,affiliation\r\naffilations,affiliations\r\naffilct,afflict\r\naffilcted,afflicted\r\naffilcting,afflicting\r\naffilctingly,afflictingly\r\naffilcts,afflicts\r\naffiliatly,affiliately\r\naffiliato,affiliation\r\naffiliaton,affiliation\r\naffiliction,affiliation\r\naffillate,affiliate\r\naffillated,affiliated\r\naffillates,affiliates\r\naffillating,affiliating\r\naffillation,affiliation\r\naffillations,affiliations\r\naffilliate,affiliate\r\naffilliated,affiliated\r\naffilliates,affiliates\r\naffilliating,affiliating\r\naffilliation,affiliation\r\naffilliations,affiliations\r\naffinalty,affectionately\r\naffinet,affinite\r\naffinitiy,affinity\r\naffiniy,affinity\r\naffintiy,affinity\r\naffionate,affectionate\r\naffionetly,affectionately\r\naffirmate,affirmative\r\naffirmitave,affirmative\r\naffirmitive,affirmative\r\naffirmitve,affirmative\r\naffivadat,affidavit\r\naffividate,affidavit\r\naffividative,affidavit\r\naffixiation,affiliation\r\nafflcition,affliction\r\nafflection,affliction\r\naffleunt,affluent\r\naffliate,affiliate\r\naffliated,affiliated\r\naffliates,affiliates\r\naffliating,affiliating\r\naffliation,affliction\r\naffliations,affiliations\r\naffliciton,affliction\r\nafflilate,affiliate\r\nafflilated,affiliated\r\nafflilates,affiliates\r\nafflilating,affiliating\r\nafflilation,affiliation\r\nafflilations,affiliations\r\naffliliate,affiliate\r\naffliliated,affiliated\r\naffliliates,affiliates\r\naffliliating,affiliating\r\naffliliation,affiliation\r\naffliliations,affiliations\r\nafflliate,affiliate\r\nafflliated,affiliated\r\nafflliates,affiliates\r\nafflliating,affiliating\r\nafflliation,affiliation\r\nafflliations,affiliations\r\naffluance,affluence\r\naffluanci,affluenci\r\naffluant,affluent\r\naffluantly,affluently\r\naffluants,affluents\r\nafforadble,affordable\r\naffordabillity,affordability\r\naffordabilty,affordability\r\naffordablility,affordability\r\naffordablilty,affordability\r\naffordablity,affordability\r\naffordible,affordable\r\naffored,afforded\r\nafformentioned,afore-mentioned\r\naffort,afford\r\naffortable,affordable\r\naffoxintly,affectionately\r\naffraid,afraid\r\naffrimative,affirmative\r\nafftadave,affidavit\r\naffter,after\r\nafful,awful\r\naffulence,affluence\r\naffulenci,affluenci\r\naffulent,affluent\r\naffulently,affluently\r\naffulents,affluents\r\nafgahni,afghani\r\nafgahnis,afghanis\r\nafgahnistan,afghanistan\r\nafganhistan,afghanistan\r\nafgani,afghani\r\nafganis,afghanis\r\nafganistan,afghanistan\r\nafghanastan,afghanistan\r\nafghanisthan,afghanistan\r\nafghansitan,afghanistan\r\nafhering,adhering\r\nafhganistan,afghanistan\r\nafica,Africa\r\naficiency,efficiency\r\nafictionaelly,affectionately\r\nafidabit,affidavit\r\nafidated,affidavit\r\nafidaved,affidavit\r\nafidaviat,affidavit\r\nafidavid,affidavit\r\nafidavit,affidavit\r\nafidavite,affidavit\r\nafidiated,affidavit\r\nafilate,affiliate\r\nafilated,affiliated\r\nafilates,affiliates\r\nafilating,affiliating\r\nafilation,affiliation\r\nafilations,affiliations\r\nafili,affili\r\nafiliate,affiliate\r\nafiliated,affiliated\r\nafiliatemarketing,affiliatemarketing\r\nafiliates,affiliates\r\nafiliati,affiliati\r\nafiliating,affiliating\r\nafiliation,affiliation\r\nafiliations,affiliations\r\nafillate,affiliate\r\nafillated,affiliated\r\nafillates,affiliates\r\nafillating,affiliating\r\nafillation,affiliation\r\nafillations,affiliations\r\nafilliate,affiliate\r\nafilliated,affiliated\r\nafilliates,affiliates\r\nafilliating,affiliating\r\nafilliation,affiliation\r\nafilliations,affiliations\r\nafinities,affinities\r\nafinity,affinity\r\nafircan,african\r\nafircans,africans\r\nafirmatif,affirmatif\r\nafirmation,affirmation\r\nafirmations,affirmations\r\nafirmativa,affirmativa\r\nafirmativamente,affirmativamente\r\nafirmative,affirmative\r\nafirmatively,affirmatively\r\nafirmativna,affirmativna\r\nafirmativo,affirmativo\r\nafirmativos,affirmativos\r\naflatoin,aflation\r\nafliate,affiliate\r\nafliated,affiliated\r\nafliates,affiliates\r\nafliating,affiliating\r\nafliation,affiliation\r\nafliations,affiliations\r\naflict,afflict\r\naflicted,afflicted\r\naflicteds,afflicteds\r\naflicting,afflicting\r\naflictings,afflictings\r\nafliction,affliction\r\naflictions,afflictions\r\naflicts,afflicts\r\naflilate,affiliate\r\naflilated,affiliated\r\naflilates,affiliates\r\naflilating,affiliating\r\naflilation,affiliation\r\naflilations,affiliations\r\nafliliate,affiliate\r\nafliliated,affiliated\r\nafliliates,affiliates\r\nafliliating,affiliating\r\nafliliation,affiliation\r\nafliliations,affiliations\r\naflliate,affiliate\r\naflliated,affiliated\r\naflliates,affiliates\r\naflliating,affiliating\r\naflliation,affiliation\r\naflliations,affiliations\r\nafluence,affluence\r\nafluent,affluent\r\nafmittted,afmitted\r\nafodivid,affidavit\r\naford,afford\r\nafordable,affordable\r\naforememtioned,aforementioned\r\naforementioend,aforementioned\r\naforementiond,aforementioned\r\naforementionned,aforementioned\r\naforemetioned,aforementioned\r\naformemtioned,aforementioned\r\naformentioned,aforementioned\r\naformula,formula\r\nafriad,afraid\r\nafricaaner,afrikaner\r\nafricaaners,afrikaners\r\nafricain,african\r\nafricanas,africans\r\nafricaners,africans\r\nafricaness,africans\r\nafricanos,africans\r\nafricas,africans\r\nafrikaaner,afrikaner\r\nafrikaaners,afrikaners\r\nafrtifact,artifact\r\nafte,after\r\naftedavid,affidavit\r\naftemath,aftermath\r\naftemaths,aftermaths\r\naften,after\r\naftenoon,afternoon\r\naftenoons,afternoons\r\nafter-affect,after-effect\r\nafter-noon,afternoon\r\nafter-wards,afterwards\r\nafteraffect,aftereffect\r\naftere,after\r\nafterhtought,afterthought\r\naftering,after\r\nafterly,after\r\naftermaket,aftermarket\r\nafternarket,aftermarket\r\nafternon,afternoon\r\nafternooon,afternoon\r\nafterthe,after the\r\nafterthougt,afterthought\r\nafterthougth,afterthought\r\nafterwars,afterwards\r\nafterwoods,afterwards\r\naftet,after\r\nafteward,afterward\r\naftewards,afterwards\r\nafthe,after\r\nafther,after\r\naftr,after\r\naftter,after\r\naftward,afterwards\r\naftyer,after\r\nafuectionly,affectionately\r\nafuly,afully\r\nafwully,awfully\r\nag,ago\r\nagacent,adjacent\r\nagagrinnnor,agagrinnor\r\nagaiin,again\r\nagaing,again\r\nagainnst,against\r\nagains,against\r\nagainsted,against\r\nagaint,against\r\nagainter,against\r\nagaints,against\r\nagaisnt,against\r\nagaist,against\r\nagan,again\r\nagancies,agencies\r\nagancy,agency\r\nagancyes,agencies\r\nagane,again\r\naganet,agent\r\naganist,against\r\naganst,against\r\nagant,agent\r\nagast,aghast\r\nagea,aged\r\nageabilty,ageability\r\nageablity,ageability\r\nagecies,agencies\r\nagein,again\r\nagen,agent\r\nagences,agencies\r\nagencesy,agencies\r\nagenceys,agencies\r\nagencieces,agencies\r\nagencsies,agencies\r\nagencyare,agency\r\nagencyes,agencies\r\nagencyies,agencies\r\nagencys,agencies\r\nagend,agenda\r\nagenerating,generating\r\nagengies,agencies\r\nagengy,agency\r\nagenices,agencies\r\nagenies,agencies\r\nagensies,agencies\r\nagenst,against\r\nagensyes,agencies\r\nagenta,agent\r\nagentcies,agencies\r\nagentcy,agency\r\nagentcys,agencies\r\nagente,agent\r\nagentece,agencies\r\nagentecy,agencies\r\nagentic,agencies\r\nagentices,agencies\r\nagenticies,agencies\r\nagenties,agencies\r\nagentisies,agencies\r\nagentses,agencies\r\nagentsey,agencies\r\nagentseys,agencies\r\nagentsies,agencies\r\nagentsys,agencies\r\nagey,age\r\naggaravates,aggravates\r\naggegate,aggregate\r\naggegated,aggregated\r\naggegrate,aggregate\r\naggencies,agencies\r\naggentecies,agencies\r\naggeregators,aggregators\r\naggesssor,aggessor\r\nagggregate,aggregate\r\nagggregator,aggregator\r\naggitate,agitate\r\nagglutinablility,agglutinability\r\naggragate,aggregate\r\naggragating,aggravating\r\naggravanti,aggravating\r\naggraveted,aggravated\r\naggre,agree\r\naggreable,agreeable\r\naggreably,agreeably\r\naggreagate,aggregate\r\naggreagates,aggregates\r\naggreagators,aggregators\r\naggreagte,aggregate\r\naggreate,aggregate\r\naggreated,aggregated\r\naggreates,aggregates\r\naggreating,aggregating\r\naggreation,aggregation\r\naggreations,aggregations\r\naggrecator,aggregator\r\naggred,agreed\r\naggree,agree\r\naggreeable,agreeable\r\naggreed,agreed\r\naggreeing,agreeing\r\naggreement,agreement\r\naggreements,agreements\r\naggrees,agrees\r\naggregatioin,aggregation\r\naggregatioins,aggregations\r\naggregatoin,aggregation\r\naggregatore,aggregate\r\naggregatorss,aggregators\r\naggreggate,aggregate\r\naggreggated,aggregated\r\naggreggately,aggregately\r\naggreggates,aggregates\r\naggreggating,aggregating\r\naggreggative,aggregative\r\naggreggator,aggregator\r\naggregious,egregious\r\naggregrate,aggregate\r\naggregrated,aggregated\r\naggreive,aggrieve\r\naggreived,aggrieved\r\naggreives,aggrieves\r\naggreiving,aggrieving\r\naggrement,agreement\r\naggrements,agreements\r\naggres,agrees\r\naggresion,aggression\r\naggresions,aggression\r\naggresive,aggressive\r\naggresivelly,aggressivelly\r\naggresively,aggressively\r\naggresiveness,aggressiveness\r\naggresivestomate,aggressivestomate\r\naggresivey,aggressivey\r\naggresivly,aggresively\r\naggresor,aggressor\r\naggresors,aggressors\r\naggressivley,aggressively\r\naggressivly,aggressively\r\naggressivo,aggression\r\naggresssion,aggression\r\naggresssive,aggressive\r\naggresssor,aggressor\r\naggrevate,aggravate\r\naggrevated,aggravated\r\naggrevates,aggravates\r\naggrevating,aggravating\r\naggrevation,aggravation\r\naggrevations,aggravations\r\naggrevator,aggravator\r\naggrevators,aggravators\r\naggrigated,aggregated\r\naggrovated,aggravated\r\naggrovating,aggravating\r\nagian,again\r\nagianst,against\r\nagienst,against\r\nagiin,again\r\nagin,again\r\nagina,again\r\nagine,again\r\naginst,against\r\nagircultural,agricultural\r\nagknowledged,acknowledged\r\naglorithm,algorithm\r\naglorithms,algorithms\r\nagnecy,agency\r\nagnositc,agnostic\r\nagnostacism,agnosticism\r\nagnosticim,agnosticism\r\nagnosticisim,agnosticism\r\nagnosticm,agnosticism\r\nagnosticsm,agnosticism\r\nagnostisch,agnostic\r\nagnostiscm,agnosticism\r\nagnostisicm,agnosticism\r\nagnostisim,agnosticism\r\nagnostisism,agnosticism\r\nagnostocism,agnosticism\r\nagnowlegment,acknowledgement\r\nagnsoticism,agnosticism\r\nagoin,again\r\nagon,ago\r\nagonstic,agnostic\r\nagonsticism,agnosticism\r\nagove,above\r\nagracultural,agricultural\r\nagraculture,agriculture\r\nagravata,aggravata\r\nagravate,aggravate\r\nagravated,aggravated\r\nagravates,aggravates\r\nagravatika,aggravatika\r\nagravating,aggravating\r\nagravation,aggravation\r\nagravations,aggravations\r\nagravatprayag,aggravatprayag\r\nagravatt,aggravatt\r\nagre,agree\r\nagreable,agreeable\r\nagreably,agreeably\r\nagred,agreed\r\nagreeabilty,agreeability\r\nagreee,agree\r\nagreeeable,agreeable\r\nagreeed,agreed\r\nagreeeing,agreeing\r\nagreeement,agreement\r\nagreeements,agreements\r\nagreees,agrees\r\nagreemnt,agreement\r\nagreesivly,agreesively\r\nagregate,aggregate\r\nagregated,aggregated\r\nagregately,aggregately\r\nagregates,aggregates\r\nagregating,aggregating\r\nagregation,aggregation\r\nagregative,aggregative\r\nagregator,aggregator\r\nagreggate,aggregate\r\nagreggated,aggregated\r\nagreggately,aggregately\r\nagreggates,aggregates\r\nagreggating,aggregating\r\nagreggative,aggregative\r\nagreggator,aggregator\r\nagreing,agreeing\r\nagreive,aggrieve\r\nagreived,aggrieved\r\nagreives,aggrieves\r\nagreiving,aggrieving\r\nagremeent,agreement\r\nagrement,agreement\r\nagrements,agreements\r\nagrentina,argentina\r\nagres,agrees\r\nagresion,aggression\r\nagresions,aggressions\r\nagresive,aggressive\r\nagresively,aggressively\r\nagresor,aggressor\r\nagresors,aggressors\r\nagress,agrees\r\nagressie,agressive\r\nagression,aggression\r\nagressions,aggressions\r\nagressive,aggressive\r\nagressivebehavior,aggressivebehavior\r\nagressivebudhist,aggressivebudhist\r\nagressivedialog,aggressivedialog\r\nagressively,aggressively\r\nagressiven,aggressiven\r\nagressiveness,aggressiveness\r\nagressiver,aggressiver\r\nagressives,aggressives\r\nagressiveself,aggressiveself\r\nagressivley,agressive\r\nagressivly,aggressively\r\nagressivnes,agressive\r\nagressor,aggressor\r\nagressors,aggressors\r\nagresssion,agression\r\nagresssive,agressive\r\nagresssor,agressor\r\nagressvie,agressive\r\nagrevate,aggravate\r\nagrevated,aggravated\r\nagrevates,aggravates\r\nagricolture,agriculture\r\nagriculteral,agricultural\r\nagriculteur,agriculture\r\nagriculteurs,agriculture\r\nagricultral,agricultural\r\nagricultre,agriculture\r\nagricultrual,agricultural\r\nagricultual,agricultural\r\nagricultue,agriculture\r\nagriculturual,agricultural\r\nagriculure,agriculture\r\nagriculutral,agricultural\r\nagricutlure,agriculture\r\nagricuture,agriculture\r\nagrieve,aggrieve\r\nagrieved,aggrieved\r\nagrieves,aggrieves\r\nagrieving,aggrieving\r\nagrigultural,agricultural\r\nagrilculture,agriculture\r\nagriolagist,agriologist\r\nagritechnolgies,agritechnologies\r\nagrivate,aggravate\r\nagrivated,aggravated\r\nagrivates,aggravates\r\nagrivating,aggravating\r\nagrivation,aggravation\r\nagrivator,aggravator\r\nagrocultural,agricultural\r\nagroecoligica,agroecologica\r\nagruable,arguable\r\nagruably,arguably\r\nagruement,arguement\r\nagruing,arguing\r\nagrument,argument\r\nagrumentative,argumentative\r\nagruments,arguments\r\naguement,argument\r\nagular,angular\r\nagument,augment\r\nagumentation,augmentation\r\nagumentations,augmentations\r\nagumented,augmented\r\nagurement,arguement\r\nagust,august\r\nagv,avg\r\nahade,ahead\r\nahd,and\r\naheard,ahead\r\naheat,ahead\r\nahere,adhere\r\nahev,have\r\nahievment,ahievement\r\nahmazzzing,ahmazzing\r\nahnd,hand\r\nahother,another\r\nahould,should\r\nahppen,happen\r\nahppens,happens\r\nahs,has\r\nahtiest,athiest\r\nahtletes,athletes\r\nahtleticism,athleticism\r\nahve,have\r\nahy,any\r\naiblity,aibility\r\naicraft,aircraft\r\nailabilty,ailability\r\nailenated,alienated\r\nailenating,alienating\r\nailine,airline\r\nailiner,airliner\r\nailiners,airliners\r\nailines,airlines\r\nailled,ailed\r\nailling,ailing\r\nailmony,alimony\r\naimabable,amiable\r\naimabial,amiable\r\naimable,amiable\r\naimably,amiable\r\naimaible,amiable\r\naimeable,amiable\r\naimealable,amiable\r\naimeble,amiable\r\naimeualable,amiable\r\naimeuball,amiable\r\naimiable,amiable\r\naimiably,amiable\r\naimible,amiable\r\naimmiable,amiable\r\naimming,aiming\r\naimnabul,amiable\r\naimuable,amiable\r\naimuble,amiable\r\naimyable,amiable\r\naincents,ancients\r\naiplane,airplane\r\naiplanes,airplanes\r\naiport,airport\r\naiports,airports\r\nairaplane,aeroplane\r\nairboner,airborne\r\nairbore,airborne\r\nairbourn,airborne\r\nairbourne,airborne\r\nairbrone,airborne\r\naircaft,aircraft\r\naircafts,aircrafts\r\naircarft,aircraft\r\naircarfts,aircrafts\r\naircrafts,aircraft\r\naireplane,aeroplane\r\nairfeild,airfield\r\nairfeilds,airfields\r\nairhship,airship\r\nairlfow,airflow\r\nairoplan,aeroplane\r\nairoplane,aeroplane\r\nairorts,airports\r\nairosft,airsoft\r\nairplan,airplane\r\nairplance,airplane\r\nairplans,airplanes\r\nairporta,airports\r\nairpost,airports\r\nairpot,airport\r\nairpsace,airspace\r\nairrcraft,aircraft\r\nairrcrafts,aircrafts\r\nairrcrarft,aircraft\r\nairrcrarfts,aircrafts\r\nairsfot,airsoft\r\nairzona,arizona\r\naisia,asia\r\naisian,asian\r\naisians,asians\r\naisias,asias\r\naisiatic,asiatic\r\naispace,airspace\r\naissablity,aissability\r\naitocomplete-clang,autocomplete-clang\r\naivly,aively\r\naixs,axis\r\najacent,adjacent\r\najdectives,adjectives\r\najdust,adjust\r\najoin,adjoin\r\najoining,adjoining\r\najoint,adjoint\r\najormed,adjourned\r\najorned,adjourned\r\najourned,adjourned\r\najurend,adjourned\r\najurened,adjourned\r\najust,adjust\r\najustablity,ajustability\r\najusted,adjusted\r\najusts,adjusts\r\nak,ark\r\nakcdent,accident\r\nakcrewed,accrued\r\nake,take\r\nakgunzuccaciy,akgunzuccacity\r\naknowledge,acknowledge\r\naknowledged,acknowledged\r\naknowledgement,acknowledgement\r\naknowledging,acknowledging\r\naknowledgment,acknowledgement\r\naknowledgments,acknowledgements\r\naknowlege,acknowledgement\r\nakransas,arkansas\r\naksing,asking\r\naksreddit,askreddit\r\naksualy,actually\r\naktuly,actually\r\nakward,awkward\r\nakwardly,awkwardly\r\nakwardness,awkwardness\r\nal-right,all right\r\nalaias,alias\r\nalais,alias\r\nalaises,aliases\r\nalalasis,analysis\r\nalametr,altimeter\r\nalamina,alumni\r\nalandish,ålandish\r\nalaphabetic,alphabetic\r\nalaready,already\r\nalart,alarm\r\nalarting,alerting\r\nalass,alas\r\nalatetude,altitude\r\nalave,alive\r\nalays,always\r\nalbaquerqe,albuquerque\r\nalbatly,albately\r\nalbels,labels\r\nalbeqerqe,albuquerque\r\nalbeqerque,albuquerque\r\nalbequerqe,albuquerque\r\nalbequerque,albuquerque\r\nalberqerqe,albuquerque\r\nalberqerque,albuquerque\r\nalberquerqe,albuquerque\r\nalberquerque,albuquerque\r\nalbiet,albeit\r\nalbow,elbow\r\nalbqueque,albuquerque\r\nalbuequerque,albuquerque\r\nalbumns,albums\r\nalbuqerque,albuquerque\r\nalbuqueque,albuquerque\r\nalbuquerqe,albuquerque\r\nalbuqueruqe,albuquerque\r\nalcahol,alcohol\r\nalcaholic,alcoholic\r\nalcaholics,alcoholics\r\nalcaholism,alcoholism\r\nalcahols,alcohols\r\nalcehmist,alchemist\r\nalchahol,alcohol\r\nalchaholic,alcoholic\r\nalchaholics,alcoholics\r\nalchaholism,alcoholism\r\nalchahols,alcohols\r\nalchemey,alchemy\r\nalchemsit,alchemist\r\nalchimest,alchemist\r\nalchmeist,alchemist\r\nalchmey,alchemy\r\nalchohal,alcohol\r\nalchohalic,alcoholic\r\nalchohalics,alcoholics\r\nalchohalism,alcoholism\r\nalchohals,alcohols\r\nalchohol,alcohol\r\nalchoholic,alcoholic\r\nalchoholics,alcoholics\r\nalchoholism,alcoholism\r\nalchohols,alcohols\r\nalchol,alcohol\r\nalcholic,alcoholic\r\nalcholics,alcoholics\r\nalcholism,alcoholism\r\nalchols,alcohols\r\nalchool,alcohol\r\nalchoolic,alcoholic\r\nalchoolism,alcoholism\r\nalco,also\r\nalcohal,alcohol\r\nalcohalic,alcoholic\r\nalcohalics,alcoholics\r\nalcohalism,alcoholism\r\nalcohals,alcohols\r\nalcoholc,alcoholics\r\nalcoholical,alcoholic\r\nalcoholicas,alcoholics\r\nalcoholicos,alcoholics\r\nalcoholis,alcoholics\r\nalcoholisim,alcoholism\r\nalcoholsim,alcoholism\r\nald,old\r\naldutery,adultery\r\naleady,already\r\naleardy,already\r\naleast,least\r\nalechmist,alchemist\r\naledgdey,allegedly\r\naledgdy,allegedly\r\naledge,allege\r\naledged,alleged\r\naledgedey,allegedly\r\naledgedly,allegedly\r\naledgedy,allegedly\r\naledgeley,allegedly\r\naledgely,allegedly\r\naledges,alleges\r\naledging,alleging\r\naledgley,allegedly\r\naledgly,allegedly\r\nalegbra,algebra\r\nalegdey,allegedly\r\nalegdy,allegedly\r\nalege,allege\r\naleged,alleged\r\nalegedey,allegedly\r\nalegedly,allegedly\r\nalegedy,allegedly\r\nalegeley,allegedly\r\nalegely,allegedly\r\naleges,alleges\r\nalegiance,allegiance\r\nalegiances,allegiances\r\nalegience,allegiance\r\naleging,alleging\r\nalegley,allegedly\r\nalegly,allegedly\r\nalegori,allegori\r\nalegoria,allegoria\r\nalegoric,allegoric\r\nalegorical,allegorical\r\nalegorides,allegorides\r\nalegorie,allegorie\r\nalegorii,allegorii\r\nalegorio,allegorio\r\nalegorix,allegorix\r\nalegory,allegory\r\naleinated,alienated\r\naleinating,alienating\r\nalele,allele\r\nalemetor,altimeter\r\nalemic,alembic\r\nalencon,alençon\r\naleniate,alienate\r\naler,alert\r\nalerady,already\r\nalering,alerting\r\nalermentary,elementary\r\nalernative,alternative\r\nalernatively,alternatively\r\nalers,alerts\r\nalert-succes,alert-success\r\naleter,alter\r\naleternate,alternate\r\naletute,altitude\r\naleur,ailleurs\r\naleviate,alleviate\r\naleviated,alleviated\r\naleviates,alleviates\r\naleviating,alleviating\r\naleviation,alleviation\r\naleviator,alleviator\r\naleways,always\r\nalfa,alpha\r\nalfaul,awful\r\nalfpint,alpine\r\nalful,awful\r\nalfule,awful\r\nalfull,awful\r\nalgebric,algebraic\r\nalgeibraic,algebraic\r\nalgerba,algebra\r\nalgerbaic,algebraic\r\nalgerbra,algebra\r\nalgerithm,algorithm\r\nalgin,align\r\nalgorhitm,algorithm\r\nalgorhitmic,algorithmic\r\nalgorhitms,algorithms\r\nalgorhtm,algorithm\r\nalgorhtms,algorithms\r\nalgorhytm,algorithm\r\nalgorightms,algorithms\r\nalgorihm,algorithm\r\nalgorihtm,algorithm\r\nalgorims,algorithms\r\nalgorith,algorithm\r\nalgorithem,algorithm\r\nalgorithems,algorithm\r\nalgorithim,algorithm\r\nalgorithims,algorithm\r\nalgorithma,algorithms\r\nalgorithme,algorithm\r\nalgorithmes,algorithms\r\nalgorithmical,algorithmically\r\nalgorithmns,algorithms\r\nalgorithmus,algorithms\r\nalgoriths,algorithms\r\nalgorithsm,algorithms\r\nalgorithum,algorithm\r\nalgorithym,algorithm\r\nalgorithyms,algorithm\r\nalgoritihm,algorithm\r\nalgoritm,algorithm\r\nalgoritmes,algorithms\r\nalgoritmic,algorithmic\r\nalgoritmos,algorithms\r\nalgoritms,algorithms\r\nalgorrithm,algorithm\r\nalgorritm,algorithm\r\nalgorthim,algorithm\r\nalgorthims,algorithms\r\nalgorthm,algorithm\r\nalgortihm,algorithm\r\nalgortihms,algorithms\r\nalgorythims,algorithms\r\nalgorythm,algorithm\r\nalgorythms,algorithms\r\nalgothrim,algorithm\r\nalgotithm,algorithm\r\nalgotithms,algorithms\r\nalgrithm,algorithm\r\nalgroithm,algorithm\r\nalgrothims,algorithms\r\nalhorythm,algorithm\r\nalhough,although\r\nalhought,although\r\nalhpa,alpha\r\nalhtough,although\r\naliae,alias\r\naliaises,aliases\r\naliase,alias\r\naliasesp,aliases\r\naliasess,aliases\r\naliasse,aliases\r\naliasses,aliases\r\nalibable,amiable\r\nalicated,allocated\r\nalicizatioin,alicization\r\nalick,alike\r\nalienet,alienate\r\nalientate,alienate\r\nalientated,alienated\r\nalientates,alienates\r\nalientating,alienating\r\nalientation,alienation\r\nalievating,alienating\r\nalife,alive\r\naligend,aligned\r\nalighment,alignment\r\nalighning,aligning\r\naligment,alignment\r\naligmental,alignmental\r\naligments,alignments\r\naligmnents,alignments\r\naligne,align\r\nalignemend,alignment\r\nalignement,alignment\r\nalignemnt,alignment\r\nalignemntal,alignmental\r\nalignemnts,alignments\r\nalignent,alignment\r\nalignes,aligns\r\nalignining,aligning\r\nalignmed,aligned\r\nalignmnet,alignment\r\naligntment,alignment\r\nalilmeter,altimeter\r\nalimenatrian,alimentarian\r\nalimenatrians,alimentarians\r\nalimenatries,alimentaries\r\nalimenatrily,alimentarily\r\nalimenatry,alimentary\r\nalimentaian,alimentarian\r\nalimentaians,alimentarians\r\nalimentaies,alimentaries\r\nalimentaily,alimentarily\r\nalimentay,alimentary\r\nalimenterian,alimentarian\r\nalimenterians,alimentarians\r\nalimenteries,alimentaries\r\nalimenterily,alimentarily\r\nalimentery,alimentary\r\nalimentrian,alimentarian\r\nalimentrians,alimentarians\r\nalimentries,alimentaries\r\nalimentrily,alimentarily\r\nalimentry,alimentary\r\naliminate,eliminate\r\nalimoney,alimony\r\nalimui,alumni\r\nalimunium,aluminium\r\nalined,aligned\r\naling,along\r\nalingment,alignment\r\nalipple,apple\r\nalirghty,alrighty\r\nalisa,alias\r\nalises,aliases\r\naliteral,literal\r\nalitl,a little\r\nalittle,a little\r\naliv,alive\r\nalived,alive\r\nalives,alive\r\naliviate,alleviate\r\naliviated,alleviated\r\naliviates,alleviates\r\naliviating,alleviating\r\naliviation,alleviation\r\naliviator,alleviator\r\nalkeig,walking\r\nalkine,alpine\r\nalknowgding,acknowledging\r\nall-right,all right\r\nallagory,allegory\r\nallaince,alliance\r\nallainces,alliances\r\nallantioin,allantion\r\nallatmont,allotment\r\nallatoin,allation\r\nallatoins,allations\r\nallback,callback\r\nallbeit,albeit\r\nallbiet,albeit\r\nallcate,allocate\r\nallcated,allocated\r\nallcation,allocation\r\nallcoated,allocated\r\nalle,all\r\nalledge,allege\r\nalledged,alleged\r\nalledgedly,allegedly\r\nalledgedy,allegedly\r\nalledgeley,allegedly\r\nalledgely,allegedly\r\nalledges,alleges\r\nalledgly,allegedly\r\nallegaince,allegiance\r\nallegaint,allegiant\r\nallegatoins,allegations\r\nallegeance,allegiance\r\nallegedely,allegedly\r\nallegedey,allegedly\r\nallegedley,allegedly\r\nallegedy,allegedly\r\nallegely,allegedly\r\nallegence,allegiance\r\nallegiancies,allegiance\r\nallegience,allegiance\r\nallegiences,allegiances\r\nallegient,allegiant\r\nallegric,allergic\r\nallegry,allergy\r\nalleigance,allegiance\r\nalleigances,allegiance\r\nalleivate,alleviate\r\nallementary,elementary\r\nalleopathic,allelopathic\r\nallergey,allergy\r\nallergins,allergens\r\nallergisch,allergic\r\nallert,alert\r\nallerts,alerts\r\nalletude,altitude\r\nallevation,alleviation\r\nallevations,alleviations\r\nallevative,alleviative\r\nallianse,alliances\r\nalliegance,allegiance\r\nallienate,alienate\r\nallievate,alleviate\r\nallieve,alive\r\nalligeance,allegiance\r\nallign,align\r\nalligned,aligned\r\nalligning,aligning\r\nallignment,alignment\r\nallignments,alignments\r\nalligns,aligns\r\nallimentary,elementary\r\nalliminate,eliminate\r\nallinace,alliance\r\nallipse,ellipse\r\nalliviate,alleviate\r\nalliviated,alleviated\r\nalliviates,alleviates\r\nalliviating,alleviating\r\nalliviation,alleviation\r\nalll,all\r\nalllllllllmost,almost\r\nalllllllmost,almost\r\nallllllmost,almost\r\nalllllmost,almost\r\nalllllwasy,always\r\nalllllwyas,always\r\nallllmost,almost\r\nallllwasy,always\r\nallllwyas,always\r\nalllmost,almost\r\nalllocation,allocation\r\nalllow,allow\r\nalllowed,allowed\r\nalllready,already\r\nalllwasy,always\r\nalllwyas,always\r\nallmighty,almighty\r\nallmost,almost\r\nalloaction,allocation\r\nalloated,allocated\r\nallocacation,allocation\r\nallocacations,allocations\r\nallocaion,allocation\r\nallocaiton,allocation\r\nallocat,allocate\r\nallocatbale,allocatable\r\nallocater,allocator\r\nallocationn,allocation\r\nallocatoin,allocation\r\nallocatoor,allocator\r\nalloctations,allocations\r\nallocted,allocated\r\nalloction,allocation\r\nalloed,allowed\r\nallong,along\r\nallopone,allophone\r\nallopones,allophones\r\nallos,allows\r\nallosws,allows\r\nalloted,allotted\r\nallottment,allotment\r\nalloud,allowed\r\nallowablity,allowability\r\nallowd,allowed\r\nallowe,allowed\r\nallowence,allowance\r\nallower,allowed\r\nallowes,allows\r\nallowin,allowing\r\nallowng,allowing\r\nallowss,allows\r\nallowwed,allowed\r\nallowwing,allowing\r\nallowws,allows\r\nallowx,allows\r\nallpication,application\r\nallpine,alpine\r\nallready,already\r\nallreddy,already\r\nallreduced,reduced\r\nallredy,already\r\nallright,alright\r\nallso,also\r\nallthough,although\r\nallthouth,although\r\nallthow,although\r\nalltime,all-time\r\nalltimeter,altimeter\r\nalltitude,altitude\r\nalltogether,altogether\r\nallumi,alumni\r\nallumine,alumni\r\nallumini,alumni\r\nallumn,alumni\r\nallumna,alumni\r\nallumnae,alumni\r\nallumney,alumni\r\nallumni,alumni\r\nallumnie,alumni\r\nallumny,alumni\r\nallunie,alumni\r\nalluniny,alumni\r\nallunmini,alumni\r\nallw,allow\r\nallwasy,always\r\nallway's,always\r\nallway,always\r\nallways,always\r\nallwinnner,allwinner\r\nallwos,allows\r\nallws,allows\r\nallwyas,always\r\nalmalgamated,amalgamated\r\nalmightly,almighty\r\nalmighy,almighty\r\nalmigthy,almighty\r\nalmni,alumni\r\nalmpine,alpine\r\nalmsot,almost\r\nalmuna,alumna\r\nalmunae,alumnae\r\nalmuni,alumni\r\nalmunus,alumnus\r\nalnterativly,alnteratively\r\nalo,also\r\nalocat,allocat\r\nalocatable,allocatable\r\nalocatably,allocatably\r\nalocatance,allocatance\r\nalocatances,allocatances\r\nalocatd,allocatd\r\nalocate,allocate\r\nalocated,allocated\r\nalocates,allocates\r\nalocatic,allocatic\r\nalocatics,allocatics\r\nalocaties,allocaties\r\nalocating,allocating\r\nalocation,allocation\r\nalocatment,allocatment\r\nalocatments,allocatments\r\nalocator,allocator\r\nalocats,allocats\r\nalocaty,allocaty\r\nalochol,alcohol\r\nalocholic,alcoholic\r\nalocholics,alcoholics\r\nalocholism,alcoholism\r\nalochols,alcohols\r\nalockmant,allotment\r\nalockment,allotment\r\nalocut,allocut\r\nalocutable,allocutable\r\nalocutably,allocutably\r\nalocutance,allocutance\r\nalocutances,allocutances\r\nalocutd,allocutd\r\nalocute,allocute\r\nalocuted,allocuted\r\nalocutes,allocutes\r\nalocutic,allocutic\r\nalocutics,allocutics\r\nalocuties,allocuties\r\nalocuting,allocuting\r\nalocution,allocution\r\nalocutment,allocutment\r\nalocutments,allocutments\r\nalocuts,allocuts\r\nalocuty,allocuty\r\nalog,along\r\nalogirhtms,algorithms\r\nalogirthms,algorithms\r\nalogn,along\r\nalognment,alignment\r\nalognside,alongside\r\nalogorithm,algorithm\r\nalogorithms,algorithms\r\nalogrithm,algorithm\r\nalogrithms,algorithms\r\nalogside,alongside\r\nalomg,along\r\nalomgs,alongs\r\nalomorph,allomorph\r\nalomorphable,allomorphable\r\nalomorphably,allomorphably\r\nalomorphance,allomorphance\r\nalomorphances,allomorphances\r\nalomorphd,allomorphd\r\nalomorphe,allomorphe\r\nalomorphed,allomorphed\r\nalomorphes,allomorphes\r\nalomorphic,allomorphic\r\nalomorphics,allomorphics\r\nalomorphies,allomorphies\r\nalomorphing,allomorphing\r\nalomorphion,allomorphion\r\nalomorphment,allomorphment\r\nalomorphments,allomorphments\r\nalomorphs,allomorphs\r\nalomorphy,allomorphy\r\nalomst,almost\r\nalon,alone\r\nalong-side,alongside\r\nalongide,alongside\r\nalongisde,alongside\r\nalongwith,along with\r\nalonside,alongside\r\naloocation,allocation\r\nalook,a look\r\nalopath,allopath\r\nalopathable,allopathable\r\nalopathably,allopathably\r\nalopathance,allopathance\r\nalopathances,allopathances\r\nalopathd,allopathd\r\nalopathe,allopathe\r\nalopathed,allopathed\r\nalopathes,allopathes\r\nalopathic,allopathic\r\nalopathics,allopathics\r\nalopathies,allopathies\r\nalopathing,allopathing\r\nalopathion,allopathion\r\nalopathment,allopathment\r\nalopathments,allopathments\r\nalopaths,allopaths\r\nalopathy,allopathy\r\nalophon,allophon\r\nalophonable,allophonable\r\nalophonably,allophonably\r\nalophonance,allophonance\r\nalophonances,allophonances\r\nalophond,allophond\r\nalophone,allophone\r\nalophoned,allophoned\r\nalophones,allophones\r\nalophonic,allophonic\r\nalophonics,allophonics\r\nalophonies,allophonies\r\nalophoning,allophoning\r\nalophonion,allophonion\r\nalophonment,allophonment\r\nalophonments,allophonments\r\nalophons,allophons\r\nalophony,allophony\r\nalopment,allotment\r\nalos,also\r\naloso,also\r\nalot,a lot\r\nalote,a lot\r\nalotmant,allotment\r\nalotment,allotment\r\nalotmit,allotment\r\nalotmont,allotment\r\nalotrop,allotrop\r\nalotropable,allotropable\r\nalotropably,allotropably\r\nalotropance,allotropance\r\nalotropances,allotropances\r\nalotropd,allotropd\r\nalotrope,allotrope\r\nalotroped,allotroped\r\nalotropes,allotropes\r\nalotropic,allotropic\r\nalotropics,allotropics\r\nalotropies,allotropies\r\nalotroping,allotroping\r\nalotropion,allotropion\r\nalotropment,allotropment\r\nalotropments,allotropments\r\nalotrops,allotrops\r\nalotropy,allotropy\r\nalotted,allotted\r\nalotting,allotting\r\nalottmant,allotment\r\nalottment,allotment\r\nalottted,alotted\r\nalouds,aloud\r\nalough,although\r\naloun,alone\r\nalow,allow\r\nalowable,allowable\r\nalowably,allowably\r\nalowance,allowance\r\nalowances,allowances\r\naloway,always\r\nalowd,allowd\r\nalowe,allowe\r\nalowed,allowed\r\nalowes,allowes\r\nalowic,allowic\r\nalowics,allowics\r\nalowies,allowies\r\nalowing,allowing\r\nalowion,allowion\r\nalowment,allowment\r\nalowments,allowments\r\nalown,alone\r\nalows,allows\r\nalowy,allowy\r\nalpa,alpha\r\nalpabet,alphabet\r\nalpabetic,alphabetic\r\nalpabetical,alphabetical\r\nalpabets,alphabets\r\nalpah,alpha\r\nalpahabetical,alphabetical\r\nalpahbet,alphabet\r\nalpain,alpine\r\nalpan,alpine\r\nalpane,alpine\r\nalpen,alpine\r\nalpenschillling,alpenschilling\r\nalpga,alpha\r\nalph,alpha\r\nalphabeast,alphabet\r\nalphabeat,alphabet\r\nalphabetial,alphabetical\r\nalphabettter,alphabetter\r\nalphabettters,alphabetters\r\nalphabt,alphabet\r\nalphagrpahics,alphagraphics\r\nalphalpha,alfalfa\r\nalphametic,alphabetic\r\nalphanetic,alphabetic\r\nalphanumberics,alphanumerics\r\nalphatically,alphabetically\r\nalphbetical,alphabetical\r\nalphe,alpha\r\nalphine,alpine\r\nalpin,alpine\r\nalppe,apple\r\nalppel,apple\r\nalpper,apple\r\nalpple,apple\r\nalptmtr,altimeter\r\nalrady,already\r\nalraedy,already\r\nalread,already\r\nalreaddy,already\r\nalreadh,already\r\nalreadt,already\r\nalreadyd,already\r\nalreadys,already\r\nalreaedy,already\r\nalreay,already\r\nalreayd,already\r\nalreday,already\r\nalreddy,already\r\nalredy,already\r\nalrigh,alright\r\nalrightey,alrighty\r\nalrightly,alrighty\r\nalrightty,alrighty\r\nalrighy,alrighty\r\nalrigthy,alrighty\r\nalriht,all right\r\nalrington,arlington\r\nalrorythm,algorithm\r\nals,as\r\nalsation,alsatian\r\nalsations,alsatians\r\nalse,else\r\nalslo,also\r\nalsolutly,alsolutely\r\nalson,also\r\nalsoneeds,also_needs\r\nalsorts,all sorts\r\nalsot,also\r\nalss,also\r\nalst,last\r\nalta,alto\r\naltafffer,altaffer\r\naltameter,altimeter\r\naltanta,atlanta\r\naltantic,atlantic\r\naltas,atlas\r\nalteast,atleast\r\naltechoued,altitude\r\naltechud,altitude\r\naltemeter,altimeter\r\naltemiter,altimeter\r\naltemtor,altimeter\r\naltenate,alternate\r\naltenative,alternative\r\naltenatively,alternatively\r\nalteracion,alteration\r\nalterante,alternate\r\nalterantive,alternative\r\nalterantively,alternatively\r\nalterantives,alternatives\r\nalterarion,alteration\r\nalterated,altered\r\nalterating,alteration\r\nalterative,alternative\r\nalterato,alteration\r\nalteratoin,alteration\r\nalterenativly,alterenatively\r\nalterior,ulterior\r\naltermeter,altimeter\r\naltermetor,altimeter\r\naltermetre,altimeter\r\nalternador,alternator\r\nalternale,alternate\r\nalternar,alternator\r\nalternater,alternator\r\nalternatevly,alternately\r\nalternatie,alternatives\r\nalternatiely,alternately\r\nalternatieve,alternative\r\nalternativelly,alternatively\r\nalternativesly,alternatively\r\nalternativets,alternatives\r\nalternativing,alternating\r\nalternativley,alternatively\r\nalternativly,alternatively\r\nalternativos,alternatives\r\nalternatley,alternately\r\nalternatly,alternately\r\nalternatr,alternator\r\nalternatve,alternate\r\nalternatvely,alternately\r\nalternatyvely,alternatively\r\nalterneeter,altimeter\r\nalternetly,alternately\r\nalternitavely,alternatively\r\nalternitive,alternative\r\nalternitively,alternatively\r\nalternitives,alternatives\r\nalternitivly,alternitively\r\nalternive,alternative\r\nalterntitive,alternative\r\nalterntive,alternative\r\nalterntively,alternatively\r\nalterntivly,alterntively\r\nalterpiece,altarpiece\r\nalterrude,altitude\r\nalterted,altered\r\naltertude,altitude\r\naltetede,altitude\r\naltetnatively,alternatively\r\naltetud,altitude\r\naltetude,altitude\r\nalteturen,altitude\r\nalteymeter,altimeter\r\nalteytod,altitude\r\nalthetes,athletes\r\nalthetic,athletic\r\naltheticism,athleticism\r\nalthetics,athletics\r\naltho,although\r\nalthoguh,although\r\nalthou,although\r\nalthoug,although\r\nalthought,although\r\nalthouth,although\r\nalthrough,although\r\naltidud,altitude\r\naltidude,altitude\r\naltidudes,altitudes\r\naltidudinal,altitudinal\r\naltidudinally,altitudinally\r\naltiertetude,altitude\r\naltihoched,altitude\r\naltilen,alpine\r\naltilude,altitude\r\naltimeater,altimeter\r\naltimeeter,altimeter\r\naltimetor,altimeter\r\naltimetre,altimeter\r\naltimiter,altimeter\r\naltitide,altitude\r\naltitob,altitude\r\naltitub,altitude\r\naltitube,altitude\r\naltitud,altitude\r\naltituded,altitude\r\naltitued,altitude\r\naltitute,altitude\r\naltitutes,altitudes\r\naltitutinal,altitudinal\r\naltitutinally,altitudinally\r\naltiude,altitude\r\naltiuded,altitude\r\naltnatives,alternatives\r\naltnerately,alternately\r\naltneratively,alternatively\r\naltnernate,alternate\r\naltogather,altogether\r\naltogehter,altogether\r\naltogheter,altogether\r\naltoghether,altogether\r\naltometer,altimeter\r\naltough,although\r\naltought,although\r\naltrenativly,altrenatively\r\naltriusm,altruism\r\naltriustic,altruistic\r\naltruisim,altruism\r\naltruisitc,altruistic\r\naltruisitic,altruistic\r\naltruistisch,altruistic\r\naltruistric,altruistic\r\naltrusim,altruism\r\naltrusitic,altruistic\r\nalttemeter,altimeter\r\naltude,altitude\r\naltuide,altitude\r\naltuled,altitude\r\nalturism,altruism\r\nalturistic,altruistic\r\naltutadue,altitude\r\naluimna,alumni\r\naluma,alumni\r\nalumanae,alumni\r\nalumani,alumni\r\nalumany,alumni\r\nalumbine,alumni\r\nalumi,alumni\r\nalumie,alumni\r\nalumin,alumni\r\naluminae,alumnae\r\nalumini,alumni\r\naluminie,alumni\r\naluminim,aluminium\r\naluminimum,aluminum\r\naluminis,alumni\r\naluminus,alumnus\r\nalummne,alumni\r\nalumn,alumni\r\nalumnee,alumni\r\nalumnia,alumni\r\nalumnie,alumni\r\nalumnigh,alumni\r\nalumnii,alumni\r\nalumnis,alumni\r\nalumnium,aluminum\r\nalumny,alumni\r\nalumog,alumni\r\nalumuna,alumni\r\nalumuni,alumni\r\naluncher,launcher\r\nalunie,alumni\r\nalunimum,aluminum\r\nalunina,alumni\r\naluny,alumni\r\nalusion,allusion\r\naluvial,alluvial\r\nalwasy,always\r\nalwaus,always\r\nalway's,always\r\nalway,always\r\nalwaya,always\r\nalwaye,always\r\nalwayes,always\r\nalwayls,always\r\nalways-ingored,always-ignored\r\nalwaysed,always\r\nalwayws,always\r\nalwful,awful\r\nalwinnner,alwinner\r\nalwqys,always\r\nalwright,all right\r\nalwyas,always\r\naly,alt\r\nalyer,layer\r\nalzheimers,alzheimer's\r\namaaaaaazzzzzing,amaaaaaazzing\r\namaaaazzzing,amaaaazzing\r\namaaazzzing,amaaazzing\r\namaaazzzzing,amaaazzing\r\namaazon,amazon\r\namaazzzing,amaazzing\r\namable,amiable\r\namably,amiable\r\namabull,amiable\r\namaiable,amiable\r\namalagation,amalgamation\r\namalgom,amalgam\r\namalgomate,amalgamate\r\namalgomated,amalgamated\r\namalgomates,amalgamates\r\namalgomating,amalgamating\r\namalgomation,amalgamation\r\namalgoms,amalgams\r\namalgum,amalgam\r\namalgumate,amalgamate\r\namalgumated,amalgamated\r\namalgumates,amalgamates\r\namalgumating,amalgamating\r\namalgumation,amalgamation\r\namalgums,amalgams\r\namannner,amanner\r\namanversery,anniversary\r\namany,many\r\namargeddon,armageddon\r\namased,amassed\r\namasssed,amassed\r\namatersu,amateurs\r\namaterus,amateurs\r\namateures,amateurs\r\namateurest,amateurs\r\namateus,amateurs\r\namatly,amately\r\namatuer,amateur\r\namatuerbill,amateurbill\r\namatuerblow,amateurblow\r\namatuerboot,amateurboot\r\namatuercouple,amateurcouple\r\namatuerdrandpimp,amateurdrandpimp\r\namatuere,amateure\r\namatuerhardcore,amateurhardcore\r\namatuerhour,amateurhour\r\namatuerish,amateurish\r\namatuerism,amateurism\r\namatueristas,amateuristas\r\namatuerman,amateurman\r\namatuermatch,amateurmatch\r\namatuerpoenstar,amateurpoenstar\r\namatuerr,amateurr\r\namatuerre,amateurre\r\namatuers,amateurs\r\namatuershark,amateurshark\r\namatuertrader,amateurtrader\r\namatuerunlimited,amateurunlimited\r\namatuervideos,amateurvideos\r\namatuervoyeur,amateurvoyeur\r\namature,armature\r\namaturea,amateura\r\namatureish,amateurish\r\namaturely,amateurly\r\namaturematch,amateurmatch\r\namaturen,amateurn\r\namaturenfabrik,amateurnfabrik\r\namaturepainter,amateurpainter\r\namaturephotography,amateurphotography\r\namatureporn,amateurporn\r\namatures,amateurs\r\namazin,amazing\r\namazonn,amazon\r\namazzzing,amazzing\r\namazzzzing,amazzing\r\namazzzzzing,amazzing\r\namazzzzzzing,amazzing\r\namazzzzzzzzing,amazzing\r\nambasador,ambassador\r\nambassabor,ambassador\r\nambassader,ambassador\r\nambassator,ambassador\r\nambassedor,ambassador\r\nambassidor,ambassador\r\nambassodor,ambassador\r\nambdexterous,ambidextrous\r\nambdexterously,ambidextrously\r\nambdexterus,ambidextrous\r\nambdexterusly,ambidextrously\r\namberlance,ambulance\r\nambiant,ambient\r\nambicious,ambitious\r\nambidexterous,ambidextrous\r\nambidexterously,ambidextrously\r\nambidexterus,ambidextrous\r\nambidexterusly,ambidextrously\r\nambigious,ambiguous\r\nambigiously,ambiguously\r\nambigiousness,ambiguousness\r\nambigous,ambiguous\r\nambigously,ambiguously\r\nambigousness,ambiguousness\r\nambigue,ambiguous\r\nambiguios,ambiguous\r\nambiguious,ambiguous\r\nambiguitiy,ambiguity\r\nambishion,ambition\r\nambision,ambition\r\nambitioin,ambition\r\nambitioinal,ambitional\r\nambitioinally,ambitionally\r\nambitioinism,ambitionism\r\nambitioinisms,ambitionisms\r\nambitioinist,ambitionist\r\nambitioinists,ambitionists\r\nambitioins,ambitions\r\nambitiouis,ambitious\r\nambitiouisly,ambitiously\r\nambitiouisness,ambitiousness\r\nambitiuos,ambitious\r\nambitiuosly,ambitiously\r\nambitiuosness,ambitiousness\r\nambitoin,ambition\r\nambitoinal,ambitional\r\nambitoinally,ambitionally\r\nambitoinism,ambitionism\r\nambitoinisms,ambitionisms\r\nambitoinist,ambitionist\r\nambitoinists,ambitionists\r\nambitoins,ambitions\r\nambitoius,ambitious\r\nambitoiusly,ambitiously\r\nambitoiusness,ambitiousness\r\nambiton,ambition\r\nambitonal,ambitional\r\nambitonally,ambitionally\r\nambitonism,ambitionism\r\nambitonisms,ambitionisms\r\nambitonist,ambitionist\r\nambitonists,ambitionists\r\nambitons,ambitions\r\nambitouis,ambitious\r\nambitouisly,ambitiously\r\nambitouisness,ambitiousness\r\nambiugous,ambiguous\r\nambivalanc,ambivalenc\r\nambivalance,ambivalence\r\nambivalant,ambivalent\r\nambivelanc,ambivalenc\r\nambivelant,ambivalent\r\nambivilant,ambivalent\r\nambluance,ambulance\r\namborosia,ambrosia\r\nambuemce,ambulance\r\nambuigity,ambiguity\r\nambuiguities,ambiguities\r\nambulancier,ambulance\r\nambulence,ambulance\r\namde,made\r\namdes,mades\r\namdin,admin\r\namding,mading\r\name,name\r\nameable,amiable\r\nameably,amiable\r\nameasures,measures\r\nameble,amiable\r\namedditly,immediately\r\nameiable,amiable\r\nameial,amiable\r\nameloriated,ameliorated\r\namendement,amendment\r\namendmant,amendment\r\namendmants,amendments\r\namendmends,amendments\r\namendmenters,amendments\r\namendmet,amendments\r\namenites,amenities\r\namensia,amnesia\r\namensty,amnesty\r\nameraca,america\r\nameracan,american\r\namercia,america\r\namercian,american\r\namerciana,americana\r\namercianism,americanism\r\namercians,americans\r\namercias,americas\r\nameria,america\r\namerian,american\r\nameriana,americana\r\namerianism,americanism\r\namerians,americans\r\namericain,american\r\namericains,americas\r\namericams,americas\r\namericanas,americans\r\namericanis,americas\r\namericanss,americas\r\namericants,americas\r\namericaps,americas\r\namericares,americas\r\namericats,americas\r\namerics,americas\r\namerliorate,ameliorate\r\namernian,armenian\r\nameteur,amateur\r\nameteurs,amateurs\r\namethsyt,amethyst\r\nametuer,amateur\r\nametuercplhalifax,amateurcplhalifax\r\nametuerish,amateurish\r\nametuers,amateurs\r\nameture,amateur\r\nameturebrotherrapesveryveryyoungteensister,amateurbrotherrapesveryveryyoungteensister\r\nametures,amateurs\r\nameythst,amethyst\r\namianable,amiable\r\namibguity,ambiguity\r\namibiable,amiable\r\namible,amiable\r\namibuity,ambiguity\r\namicablity,amicability\r\namieable,amiable\r\namiedeatly,immediately\r\namification,amplification\r\namigably,amiable\r\namiguous,ambiguous\r\namimable,amiable\r\namin,admin\r\naminable,amiable\r\naministratative,administratative\r\naministratiekantoor,administratiekantoor\r\naministration,administration\r\naministrations,administrations\r\naministrative,administrative\r\naministrativu,administrativu\r\naministrator,administrator\r\naministrators,administrators\r\naminosity,animosity\r\naminstrative,administrative\r\namioble,amiable\r\namiskwaciy,amiskwacity\r\namission,admission\r\namiteur,amateur\r\namitted,admitted\r\namitting,emitting\r\namituer,amateur\r\namiture,amateur\r\namitureboyz,amateurboyz\r\namke,make\r\namkes,makes\r\namking,making\r\namleiorate,ameliorate\r\nammass,amass\r\nammature,amateur\r\nammbision,ambition\r\nammeiable,amiable\r\nammend,amend\r\nammended,amended\r\nammending,amending\r\nammendment,amendment\r\nammendments,amendments\r\nammends,amends\r\nammenity,amenity\r\nammiable,amiable\r\nammibable,amiable\r\nammible,amiable\r\nammidal,amiable\r\namministrative,administrative\r\nammmmmuntion,ammunition\r\nammmmmuntions,ammunitions\r\nammmmuntion,ammunition\r\nammmmuntions,ammunitions\r\nammmuntion,ammunition\r\nammmuntions,ammunitions\r\nammortize,amortize\r\nammount,amount\r\nammounts,amounts\r\nammuntion,ammunition\r\nammuntions,ammunitions\r\nammuse,amuse\r\nammused,amused\r\nammusement,amusement\r\nammyable,amiable\r\namnable,amiable\r\namneisa,amnesia\r\namnestry,amnesty\r\namnible,amiable\r\namnisty,amnesty\r\namnner,manner\r\namnoiance,annoyance\r\namnsety,amnesty\r\namock,amok\r\namodels,models\r\namognifisent,magnificent\r\namognst,amongst\r\namohetamines,amphetamines\r\namolgic,amologic\r\namoligic,amologic\r\namomg,among\r\namomgs,amongs\r\namomt,amount\r\namonb,among\r\namond,among\r\namongest,amongst\r\namongts,amongst\r\namonia,ammonia\r\namonsgt,amongst\r\namonst,amongst\r\namont,amount\r\namoritized,amortized\r\namoteur,amateur\r\namotuer,amateur\r\namoture,amateur\r\namound,amount\r\namoung,among\r\namoungst,amongst\r\namouns,amounts\r\namounst,amongst\r\namountdecicide,amount\r\namounth,amount\r\namourfous,amorphous\r\namourousness,amorousness\r\namout,amount\r\namouted,amounted\r\namouting,amounting\r\namoutn,amount\r\namouts,amounts\r\namouunt,amount\r\nampehtamine,amphetamine\r\nampehtamines,amphetamines\r\namperands,ampersands\r\nampethamine,amphetamine\r\nampethamines,amphetamines\r\namphatamines,amphetamines\r\namphbian,amphibian\r\namphbians,amphibians\r\namphbious,amphibious\r\namphbiously,amphibiously\r\namphedamines,amphetamines\r\namphetamenes,amphetamines\r\namphetamies,amphetamines\r\namphetamins,amphetamines\r\namphetemine,amphetamine\r\namphetemines,amphetamines\r\namphetimine,amphetamine\r\namphetimines,amphetamines\r\namphetmaine,amphetamines\r\namphetmaines,amphetamines\r\namphtheater,amphitheater\r\namphtheaters,amphitheaters\r\namphtheatre,amphitheatre\r\namphtheatres,amphitheatres\r\nampibian,amphibian\r\nampibians,amphibians\r\nampibious,amphibious\r\nampibiously,amphibiously\r\nampihbian,amphibian\r\nampihbians,amphibians\r\nampihbious,amphibious\r\nampihbiously,amphibiously\r\nampihtheater,amphitheater\r\nampihtheaters,amphitheaters\r\nampihtheatre,amphitheatre\r\nampihtheatres,amphitheatres\r\nampile,ample\r\nampilfy,amplify\r\nampitheater,amphitheater\r\nampitheaters,amphitheaters\r\nampitheatre,amphitheatre\r\nampitheatres,amphitheatres\r\nampl,amp\r\namplfication,amplification\r\namplied,applied\r\namplificatoin,amplification\r\namplifiy,amplify\r\namplifly,amplify\r\namplitue,amplitude\r\namplitues,amplitudes\r\nampltude,amplitude\r\nampohra,amphora\r\nampuation,amputation\r\nampull,ample\r\namrageddon,armageddon\r\namrchair,armchair\r\namrenian,armenian\r\namrica,America\r\namrpits,armpits\r\namrs,arms\r\namrstrong,armstrong\r\namser,answer\r\namsing,amusing\r\namster,master\r\namsterdammmer,amsterdammer\r\namswer,answer\r\namtch,match\r\namtheyst,amethyst\r\namtrix,matrix\r\namuabile,amiable\r\namuable,amiable\r\namublance,ambulance\r\namung,among\r\namungst,amongst\r\namunition,ammunition\r\namuntion,ammunition\r\namuntions,ammunitions\r\namusemnt,amusement\r\namusemnts,amusements\r\namusment,amusement\r\namusments,amusements\r\namusum,a museum\r\namuteur,amateur\r\namutuer,amateur\r\namuture,amateur\r\namutured,amateurd\r\namuturephotographer,amateurphotographer\r\namutureprogrammer,amateurprogrammer\r\namuturer,amateurr\r\namutures,amateurs\r\namy,any\r\namyable,amiable\r\namyiable,amiable\r\namzon,amazon\r\nanable,enable\r\nanabled,enabled\r\nanacaonda,anaconda\r\nanaccessable,inaccessible\r\nanachrist,anarchist\r\nanad,and\r\nanadroid,android\r\nanaesthesiolgist,anaesthesiologist\r\nanahiem,Anaheim\r\nanalageies,analogies\r\nanalageous,analogous\r\nanalagey,analogy\r\nanalagies,analogies\r\nanalagous,analogous\r\nanalagously,analogously\r\nanalagy,analogy\r\nanalagys,analysis\r\nanalasys,analysis\r\nanalasysis,analysis\r\nanalayse,analyse\r\nanalaysis,analysis\r\nanalaytics,analytics\r\nanalazy,analysis\r\nanalazyis,analysis\r\nanaless,analysis\r\nanalgamation,amalgamation\r\nanalgeies,analogies\r\nanalgeous,analogous\r\nanalgey,analogy\r\nanalgies,analogies\r\nanalgoue,analogue\r\nanalgous,analogous\r\nanalgy,analogy\r\nanalias,analysis\r\nanaliasus,analysis\r\nanalices,analysis\r\nanalicis,analysis\r\nanalised,analysed\r\nanalises,analysis\r\nanalisies,analysis\r\nanalisis,analysis\r\nanalisise,analysis\r\nanalisous,analysis\r\nanaliss,analysis\r\nanalissis,analysis\r\nanalisyics,analysis\r\nanalisys,analysis\r\nanalitic,analytic\r\nanalitical,analytical\r\nanalitically,analytically\r\nanalitics,analytics\r\nanalitycal,analytical\r\nanalitycs,analytics\r\nanalize,analyze\r\nanalized,analyzed\r\nanalizer,analyzer\r\nanalizes,analyzes\r\nanallageies,analogies\r\nanallageous,analogous\r\nanallagey,analogy\r\nanallagies,analogies\r\nanallagous,analogous\r\nanallagy,analogy\r\nanallausus,analysis\r\nanallgeies,analogies\r\nanallgeous,analogous\r\nanallgey,analogy\r\nanallgies,analogies\r\nanallgous,analogous\r\nanallgy,analogy\r\nanallisec,analysis\r\nanallises,analysis\r\nanallocated,allocated\r\nanallogeies,analogies\r\nanallogeous,analogous\r\nanallogey,analogy\r\nanallogies,analogies\r\nanallogous,analogous\r\nanallogy,analogy\r\nanallysis,analysis\r\nanaloge,analogue\r\nanalogeous,analogous\r\nanalogrous,analogous\r\nanaloguous,analogous\r\nanalolgies,analologies\r\nanalouge,analogue\r\nanaloyas,analysis\r\nanalsis,analysis\r\nanalsyis,analysis\r\nanalsys,analysis\r\nanalsyses,analyses\r\nanalsysis,analysis\r\nanalsyt,analyst\r\nanaltyics,analytics\r\nanalyed,analyzed\r\nanalyes,analyse\r\nanalygus,analysis\r\nanalyis,analysis\r\nanalyisis,analysis\r\nanalyitcal,analytical\r\nanalyitcs,analytics\r\nanalyize,analyze\r\nanalyized,analyzed\r\nanalyizing,analyzing\r\nanalys,analysis\r\nanalysator,analyzer\r\nanalyseas,analyses\r\nanalysees,analyses\r\nanalyseles,analyses\r\nanalysens,analyses\r\nanalyseras,analyses\r\nanalyseres,analyses\r\nanalysie,analyse\r\nanalysise,analyses\r\nanalysised,analyses\r\nanalysises,analyses\r\nanalysisto,analysts\r\nanalysists,analysts\r\nanalysit,analyst\r\nanalyste,analyse\r\nanalystes,analysts\r\nanalystics,analysts\r\nanalysys,analysis\r\nanalysze,analyse\r\nanalythics,analytics\r\nanalyticals,analytics\r\nanalytis,analytics\r\nanalytiucs,analytics\r\nanalyts,analyst\r\nanalyziing,analyzing\r\nanalyzise,analysis\r\nanalzye,analyze\r\nanalzyed,analyzed\r\nanalzyer,analyzer\r\nanalzying,analyzing\r\nanam,annum\r\nanamal,animal\r\nanan,annum\r\nananalysis,analysis\r\nananersery,anniversary\r\nananlyzer,analyzer\r\nananotation,annotation\r\nananversery,anniversary\r\nanaolgue,analogue\r\nanarchim,anarchism\r\nanarchims,anarchisms\r\nanarchisim,anarchism\r\nanarchistes,anarchists\r\nanarchistm,anarchism\r\nanarchistms,anarchisms\r\nanarchiszm,anarchism\r\nanarchsim,anarchism\r\nanarchsims,anarchisms\r\nanarchsistm,anarchism\r\nanarchsistms,anarchisms\r\nanarchsits,anarchists\r\nanarversieiy,anniversary\r\nanaslis,analysis\r\nanather,another\r\nanatislus,analysis\r\nanaum,annum\r\nanauthorized,unauthorized\r\nanaveres,anniversary\r\nanaversarie,anniversary\r\nanaversery,anniversary\r\nanaversity,anniversary\r\nanaversy,anniversary\r\nanavirsary,anniversary\r\nanavorasy,anniversary\r\nanaxiety,anxiety\r\nanayalis,analysis\r\nanayalsis,analysis\r\nanayles,analysis\r\nanaylis,analysis\r\nanaylisis,analysis\r\nanaylse,analyse\r\nanaylses,analyses\r\nanaylsis,analysis\r\nanaylst,analyst\r\nanaylsts,analysts\r\nanayltical,analytical\r\nanayltics,analytics\r\nanaylusis,analysis\r\nanaylze,analyze\r\nanaylzed,analyzed\r\nanaylzer,analyzer\r\nanaylzing,analyzing\r\nanaysis,analysis\r\nanaytics,analytics\r\nanb,and\r\nanbd,and\r\nanbewer,answer\r\nanbrassed,embarrassed\r\nanc,and\r\nanccess,access\r\nancedotal,anecdotal\r\nancedotally,anecdotally\r\nancedote,anecdote\r\nancedotes,anecdotes\r\nanceint,ancient\r\nanceints,ancients\r\nancelled,cancelled\r\nanceous,anxious\r\nancer,answer\r\nancester,ancestor\r\nancesteral,ancestral\r\nancestered,ancestored\r\nancesterial,ancestorial\r\nancesteries,ancestries\r\nancestering,ancestoring\r\nancesters,ancestors\r\nancestery,ancestry\r\nancestoral,ancestral\r\nancestories,ancestries\r\nancestory,ancestry\r\nancestrial,ancestral\r\nancestriies,ancestries\r\nancestriy,ancestry\r\nanchous,anxious\r\nancident,accident\r\nanciliary,ancillary\r\nancillaryg,ancillary\r\nancilliary,ancillary\r\nancinets,ancients\r\nancios,anxious\r\nancioty,anxiety\r\nancious,anxious\r\nancipipate,anticipate\r\nancisapating,anticipating\r\nanciticty,anxiety\r\nancity,anxiety\r\nancouis,anxious\r\nancous,anxious\r\nanda,and\r\nandadolescents,and adolescents\r\nandcolleagues,and colleagues\r\nandd,and\r\nandeclectic,and eclectic\r\nander,and\r\nanderstand,understand\r\nandevelopers,developers\r\nandexamples,examples\r\nandfunctionnal,andfunctional\r\nandient,accident\r\nandles,handles\r\nandling,handling\r\nandogeneiss,andogeniss\r\nandoird,android\r\nandoirds,androids\r\nandor,node\r\nandora,andorra\r\nandoran,andorran\r\nandorans,andorrans\r\nandorid,android\r\nandorids,androids\r\nandous,anxious\r\nandriod,android\r\nandriodal,androidal\r\nandriodance,androidance\r\nandrioded,androided\r\nandrioding,androiding\r\nandriods,androids\r\nandrodi,android\r\nandrogenous,androgynous\r\nandrogeny,androgyny\r\nandroic,android\r\nandroiders,androids\r\nandroides,androids\r\nandroidos,androids\r\nandroidtvs,androids\r\nandroip,android\r\nandrois,androids\r\nandthe,and the\r\nandu,and\r\nandum,annum\r\nandwws,andws\r\nandy,any\r\nane,one\r\nanecdatally,anecdotally\r\nanecdotale,anecdote\r\nanecdotallly,anecdotally\r\nanecdotaly,anecdotally\r\nanecdotelly,anecdotally\r\nanecdotice,anecdote\r\nanecdotle,anecdote\r\nanecdots,anecdotes\r\nanecodtal,anecdotal\r\nanecodtally,anecdotally\r\nanecodtes,anecdotes\r\nanectodal,anecdotal\r\nanectodally,anecdotally\r\nanectode,anecdote\r\nanectodes,anecdotes\r\nanectotally,anecdotally\r\nanedoctal,anecdotal\r\nanedoctally,anecdotally\r\nanedocte,anecdote\r\nanedoctes,anecdotes\r\nanem,annum\r\nanemable,amiable\r\nanenome,anemone\r\nanenomes,anemones\r\naneriod,aneroid\r\naneriodal,aneroidal\r\naneriodance,aneroidance\r\nanerioded,aneroided\r\nanerioding,aneroiding\r\naneriods,aneroids\r\nanerobe,anaerobe\r\nanerobes,anaerobes\r\nanerobic,anaerobic\r\nanerobics,anaerobics\r\naneroxia,anorexia\r\naneroxic,anorexic\r\nanerser,answer\r\nanerversary,anniversary\r\nanervery,anniversary\r\nanerviersy,anniversary\r\naneser,answer\r\nanespected,unexpected\r\nanest,honest\r\nanestheisa,anesthesia\r\nanesthesiolgist,anesthesiologist\r\nanesthesiolgists,anesthesiologists\r\nanesthetia,anesthesia\r\nanesthisia,anesthesia\r\naneversarry,anniversary\r\naneversary,anniversary\r\naneversery,anniversary\r\naneversiary,anniversary\r\naneversory,anniversary\r\naneversy,anniversary\r\nanewer,answer\r\nanexity,anxiety\r\naney,any\r\nanf,and\r\nanfd,and\r\nanforgetabul,unforgettable\r\nanforgotable,unforgettable\r\nanfortunate,unfortunate\r\nanfusiastic,enthusiastic\r\nang,and\r\nangaisty,anxiety\r\nangciaty,anxiety\r\nangcies,agencies\r\nangeiety,anxiety\r\nangell,angel\r\nangencies,agencies\r\nangencles,agencies\r\nangencys,agencies\r\nangery,angry\r\nangienty,anxiety\r\nangiogeneisis,angiogenisis\r\nangiogrpahy,angiography\r\nangiosuppresive,angiosuppressive\r\nangious,anxious\r\nangirly,angrily\r\nangisiaty,anxiety\r\nangisiety,anxiety\r\nangisity,anxiety\r\nangity,anxiety\r\nangl,angle\r\nangluar,angular\r\nanglular,angular\r\nangolia,angola\r\nangolian,angolan\r\nangolians,angolans\r\nangolias,angolas\r\nangostic,agnostic\r\nangosticism,agnosticism\r\nangouleme,angoulême\r\nangrally,angrily\r\nangraly,angrily\r\nangrey,angry\r\nangrially,angrily\r\nangrialy,angrily\r\nangrilly,angrily\r\nangrly,angrily\r\nangsiety,anxiety\r\nangsious,anxious\r\nangsity,anxiety\r\nangualar,angular\r\nangualr,angular\r\nanguer,angular\r\nanguila,anguilla\r\nanguilan,anguillan\r\nanguilans,anguillans\r\nanguilas,anguillas\r\nanguis,anxious\r\nanguisity,anxiety\r\nangulat,angular\r\nangzetily,anxiety\r\nangziaty,anxiety\r\nangzietay,anxiety\r\nangziety,anxiety\r\nangzitity,anxiety\r\nangzity,anxiety\r\nanhappy,unhappy\r\nanhiliated,annihilated\r\nanhour,an hour\r\naniable,amiable\r\naniamte,animate\r\naniamtion,animation\r\naniaty,anxiety\r\nanicent,ancient\r\nanicents,ancients\r\nanicity,anxiety\r\nanicty,anxiety\r\nanieity,anxiety\r\naniety,anxiety\r\naniexty,anxiety\r\nanifast,animate\r\nanifersery,anniversary\r\nanihilate,annihilate\r\nanihilating,annihilating\r\nanihilation,annihilation\r\nanihiliated,annihilated\r\nanihiliation,annihilation\r\nanim,annum\r\nanimable,amiable\r\nanimalable,amiable\r\nanimatd,animated\r\nanimateable,animatable\r\nanimatie,animate\r\nanimatiing,animating\r\nanimatins,animations\r\nanimatio,animation\r\nanimatioin,animation\r\nanimationsn,animations\r\nanimatiosn,animations\r\nanimatoin,animation\r\nanimaton,animation\r\nanimatte,animate\r\nanimmations,animations\r\nanimostiy,animosity\r\nanimtion,animation\r\naninably,amiable\r\naninals,animals\r\naninitial,initial\r\naninteresting,uninteresting\r\naninum,annum\r\nanioence,annoyance\r\nanious,anxious\r\nanir,answer\r\nanirversary,anniversary\r\nanisaty,anxiety\r\nanistropic,anisotropic\r\nanit,aunt\r\nanitbiotic,antibiotic\r\nanitbiotics,antibiotics\r\nanitdepressant,antidepressants\r\nanitdepressants,antidepressants\r\nanithing,anything\r\nanitquated,antiquated\r\nanitque,antique\r\nanitsocial,antisocial\r\nanitvirus,antivirus\r\nanium,annum\r\nanivarisy,anniversary\r\naniversaries,anniversaries\r\naniversary,anniversary\r\naniversay,anniversary\r\naniverserary,anniversary\r\naniverseray,anniversary\r\naniversere,anniversary\r\naniverseries,anniversaries\r\naniverserry,anniversary\r\naniversery,anniversary\r\naniversiry,anniversary\r\naniversity,anniversary\r\naniversry,anniversary\r\naniversy,anniversary\r\naniverusy,anniversary\r\nanivesery,anniversary\r\nanivessery,anniversary\r\nanivrsary,anniversary\r\naniwaniwa,āniwaniwa\r\nanixety,anxiety\r\nanixity,anxiety\r\nanixous,anxious\r\nanj,any\r\nankel,ankle\r\nanlalyze,analyze\r\nanlayses,analyses\r\nanlaysis,analysis\r\nanlaytics,analytics\r\nanlayzed,analyzed\r\nanlisles,analysis\r\nanlouince,annoyance\r\nanlumni,alumni\r\nanly,only\r\nanlysis,analysis\r\nanlyzing,analyzing\r\nanmalous,anomalous\r\nanmazon,amazon\r\nanmd,and\r\nanme,name\r\nanmersersy,anniversary\r\nanmesia,amnesia\r\nanmesty,amnesty\r\nanmiation,animation\r\nanmore,anymore\r\nannalageies,analogies\r\nannalageous,analogous\r\nannalagey,analogy\r\nannalagies,analogies\r\nannalagous,analogous\r\nannalagy,analogy\r\nannalases,analysis\r\nannalasias,analysis\r\nannalasis,analysis\r\nannalgeies,analogies\r\nannalgeous,analogous\r\nannalgey,analogy\r\nannalgies,analogies\r\nannalgous,analogous\r\nannalgy,analogy\r\nannalisas,analysis\r\nannaliscis,analysis\r\nannalises,analysis\r\nannalisis,analysis\r\nannalisise,analysis\r\nannalisises,analysis\r\nannalisous,analysis\r\nannaliss,analysis\r\nannalizes,analysis\r\nannallageies,analogies\r\nannallageous,analogous\r\nannallagey,analogy\r\nannallagies,analogies\r\nannallagous,analogous\r\nannallagy,analogy\r\nannallasis,analysis\r\nannallgeies,analogies\r\nannallgeous,analogous\r\nannallgey,analogy\r\nannallgies,analogies\r\nannallgous,analogous\r\nannallgy,analogy\r\nannallogeies,analogies\r\nannallogeous,analogous\r\nannallogey,analogy\r\nannallogies,analogies\r\nannallogous,analogous\r\nannallogy,analogy\r\nannalogeies,analogies\r\nannalogeous,analogous\r\nannalogey,analogy\r\nannalogies,analogies\r\nannalogous,analogous\r\nannalogy,analogy\r\nannaloses,analysis\r\nannalsutes,analysis\r\nannalyasis,analysis\r\nannalyis,analysis\r\nannalylisis,analysis\r\nannalysis,analysis\r\nannam,annum\r\nannama,annum\r\nannamum,annum\r\nannashafffer,annashaffer\r\nannasislys,analysis\r\nannaum,annum\r\nannaversary,anniversary\r\nannaverserie,anniversary\r\nannaversery,anniversary\r\nannaversiry,anniversary\r\nannaversity,anniversary\r\nannaversrey,anniversary\r\nannaylis,analysis\r\nannaylisis,analysis\r\nannd,and\r\nannem,annum\r\nannema,annum\r\nannenbourg,annenberg\r\nannenburg,annenberg\r\nannerfversy,anniversary\r\nannerverarcy,anniversary\r\nannerversery,anniversary\r\nannervesary,anniversary\r\nannervirsary,anniversary\r\nannevarcery,anniversary\r\nanneversary,anniversary\r\nanneversers,anniversary\r\nanneversery,anniversary\r\nannevyercy,anniversary\r\nannexatoin,annexation\r\nannhilate,annihilate\r\nannhilated,annihilated\r\nannhilates,annihilates\r\nannhilating,annihilating\r\nannhilation,annihilation\r\nannhilationism,annihilationism\r\nannhilator,annihilator\r\nannhiliate,annihilate\r\nannhiliating,annihilating\r\nannhiliation,annihilation\r\nannhiliationism,annihilationism\r\nanniable,amiable\r\nannicalys,analysis\r\nannihalated,annihilated\r\nannihalition,annihilation\r\nannihilaton,annihilation\r\nannihilatron,annihilation\r\nannihiliate,annihilate\r\nannihiliated,annihilated\r\nannihiliating,annihilating\r\nannihiliation,annihilation\r\nannihiliators,annihilators\r\nannihilited,annihilated\r\nannihliated,annihilated\r\nannihliation,annihilation\r\nannilable,amiable\r\nannilihate,annihilated\r\nannilihated,annihilated\r\nannilihation,annihilation\r\nannim,annum\r\nannima,annum\r\nannium,annum\r\nannivarsaries,anniversaries\r\nannivarsary,anniversary\r\nanniveraries,anniversaries\r\nanniverary,anniversary\r\nannivercery,anniversary\r\nanniverisy,anniversary\r\nanniversairy,anniversary\r\nanniversarry,anniversary\r\nanniversay,anniversary\r\nanniverscy,anniversary\r\nanniverseray,anniversary\r\nanniverserial,anniversarial\r\nanniverserie,anniversary\r\nanniverseries,anniversaries\r\nanniversery,anniversary\r\nanniverserys,anniversary\r\nanniversiary,anniversary\r\nanniversily,anniversary\r\nanniversiory,anniversary\r\nanniversiry,anniversary\r\nanniversity,anniversary\r\nanniversry,anniversary\r\nanniversty,anniversary\r\nanniversy,anniversary\r\nannivesarial,anniversarial\r\nannivesaries,anniversaries\r\nannivesary,anniversary\r\nannivesrey,anniversary\r\nannivesry,anniversary\r\nannivirsary,anniversary\r\nannivresarial,anniversarial\r\nannivresaries,anniversaries\r\nannivresary,anniversary\r\nannnd,and\r\nannniversaries,anniversaries\r\nannniversary,anniversary\r\nannnotate,annotate\r\nannoance,annoyance\r\nannoation,annotation\r\nannoations,annotations\r\nannocated,annotated\r\nannocations,annotations\r\nannoence,annoyance\r\nannoiance,annoyance\r\nannoieance,annoyance\r\nannoience,annoyance\r\nannoiences,annoyance\r\nannoinance,annoyance\r\nannoince,annoyance\r\nannoinse,annoyance\r\nannoint,anoint\r\nannointed,anointed\r\nannointing,anointing\r\nannointings,anointings\r\nannointment,anointment\r\nannointments,anointments\r\nannoints,anoints\r\nannom,annum\r\nannome,annum\r\nannomon,annum\r\nannonate,annotate\r\nannonce,annoyance\r\nannonced,announced\r\nannonceurs,announcers\r\nannonience,annoyance\r\nannonsment,announcement\r\nannontations,annotations\r\nannonyance,annoyance\r\nannonymize,anonymize\r\nannonymized,anonymized\r\nannonymous,anonymous\r\nannonymouse,anonymous\r\nannonynous,anonymous\r\nannotaion,annotation\r\nannotaions,annotations\r\nannotaiton,annotation\r\nannotatation,annotation\r\nannotatations,annotations\r\nannotatin,annotation\r\nannotatiosn,annotations\r\nannotatoin,annotation\r\nannotaton,annotation\r\nannoted,annotated\r\nannother,another\r\nannotion,annotation\r\nannotions,annotations\r\nannouance,annoyance\r\nannouce,announce\r\nannouced,announced\r\nannoucememnts,announcememnts\r\nannoucemen,announcemen\r\nannoucement,announcement\r\nannoucements,announcements\r\nannoucemnt,announcemnt\r\nannoucenement,announcenement\r\nannoucenment,announcements\r\nannoucenments,announcenments\r\nannoucer,announcer\r\nannoucers,announcers\r\nannouces,announces\r\nannoucess,announcess\r\nannoucing,announcing\r\nannoucings,announcings\r\nannoucment,announcement\r\nannoucments,announcements\r\nannoucne,announce\r\nannoucned,announced\r\nannoucnement,announcement\r\nannoucnements,announcements\r\nannoucner,announcer\r\nannoucners,announcers\r\nannoucnes,announces\r\nannoucning,announcing\r\nannoucnings,announcings\r\nannouence,annoyance\r\nannounance,annoyance\r\nannounceing,announcing\r\nannouncemet,announcements\r\nannouncemnet,announcements\r\nannouncemnt,announcement\r\nannouncemnts,announcements\r\nannouncents,announces\r\nannounched,announce\r\nannouncment,announcement\r\nannouncments,announcements\r\nannounding,announcing\r\nannounence,annoyance\r\nannouns,annoyance\r\nannounser,announcer\r\nannoup,annum\r\nannouses,annoyance\r\nannouyous,annoyance\r\nannoyancy,annoyance\r\nannoyence,annoyance\r\nannoyience,annoyance\r\nannoyingy,annoyingly\r\nannoymous,anonymous\r\nannoymously,anonymously\r\nannoynace,annoyance\r\nannoynce,annoyance\r\nannoyon,annoyance\r\nannoyounce,annoyance\r\nannsylis,analysis\r\nannt,aunt\r\nanntenas,antennas\r\nanntisapating,anticipating\r\nanntisipation,anticipating\r\nannualy,annually\r\nannuam,annum\r\nannuim,annum\r\nannuled,annulled\r\nannuling,annulling\r\nannull,annul\r\nannullar,annular\r\nannullment,annulment\r\nannullments,annulments\r\nannumn,annum\r\nannunce,announce\r\nannunced,announced\r\nannuncement,announcement\r\nannuncements,announcements\r\nannuncer,announcer\r\nannunces,announces\r\nannuncing,announcing\r\nannuncings,announcings\r\nannuncio,announce\r\nannuncne,announce\r\nannuncning,announcing\r\nannuncnings,announcings\r\nannuonce,announce\r\nannuonced,announced\r\nannuoncement,announcement\r\nannuoncements,announcements\r\nannuoncing,announcing\r\nannuoncings,announcings\r\nannuoncne,announce\r\nannuoncning,announcing\r\nannuoncnings,announcings\r\nannversary,anniversary\r\nannversy,anniversary\r\nanny,any\r\nannylas,analysis\r\nannylasis,analysis\r\nannylis,analysis\r\nannylsis,analysis\r\nannym,annum\r\nannyoance,annoyance\r\nannyoingly,annoyingly\r\nannyver,anniversary\r\nano,and\r\nanoerxia,anorexia\r\nanoerxic,anorexic\r\nanohter,another\r\nanoiance,annoyance\r\nanoianes,annoyance\r\nanoience,annoyance\r\nanolysis,analysis\r\nanom,annum\r\nanomallies,anomalies\r\nanomallous,anomalous\r\nanomally,anomaly\r\nanomalus,anomalous\r\nanomisity,animosity\r\nanomolies,anomalies\r\nanomolous,anomalous\r\nanomolously,anomalously\r\nanomoly,anomaly\r\nanomymous,anonymous\r\nanomynity,anonymity\r\nanomynous,anonymous\r\nanonam,anonym\r\nanonamity,anonymity\r\nanonamous,anonymous\r\nanonamously,anonymously\r\nanonams,anonyms\r\nanonance,annoyance\r\nanongst,amongst\r\nanonim,anonym\r\nanonimity,anonymity\r\nanonimous,anonymous\r\nanonimously,anonymously\r\nanonims,anonyms\r\nanonmyous,anonymous\r\nanonmyously,anonymously\r\nanonom,anonym\r\nanonomity,anonymity\r\nanonomous,anonymous\r\nanonomously,anonymously\r\nanonoms,anonyms\r\nanonomy,anatomy\r\nanonther,another\r\nanonumous,anonymous\r\nanonyance,annoyance\r\nanonye,anyone\r\nanonymn,anonym\r\nanonymnity,anonymity\r\nanonymnous,anonymous\r\nanonymnously,anonymously\r\nanonymns,anonyms\r\nanonymonus,anonymous\r\nanonymos,anonymous\r\nanonymosly,anonymously\r\nanonymouly,anonymously\r\nanonymouse,anonymous\r\nanonymousny,anonymously\r\nanonymousy,anonymously\r\nanonymoys,anonymously\r\nanonymoyus,anonymous\r\nanonyn,anonym\r\nanonynity,anonymity\r\nanonynous,anonymous\r\nanonynously,anonymously\r\nanonyns,anonyms\r\nanonyomus,anonymous\r\nanonyous,anonymous\r\nanonyously,anonymously\r\nanootated,annotated\r\nanootation,annotation\r\nanoreixa,anorexia\r\nanorexiac,anorexic\r\nanorexica,anorexia\r\nanotation,annotation\r\nanotations,annotations\r\nanotehr,another\r\nanoter,another\r\nanothe,another\r\nanothers,others\r\nanotholgies,anothologies\r\nanotomy,anatomy\r\nanottation,annotation\r\nanouance,annoyance\r\nanoucment,announcement\r\nanoucments,announcements\r\nanoum,annum\r\nanounce,announce\r\nanounced,announced\r\nanounceing,announceing\r\nanouncement,announcement\r\nanouncementes,announcementes\r\nanouncements,announcements\r\nanounceofcreativity,announceofcreativity\r\nanouncer,announcer\r\nanouncers,announcers\r\nanounces,annoyance\r\nanouncing,announcing\r\nanouncings,announcings\r\nanouncment,announcement\r\nanouncments,announcements\r\nanouncne,announce\r\nanouncning,announcing\r\nanouncnings,announcings\r\nanout,about\r\nanouyance,annoyance\r\nanoxeria,anorexia\r\nanoxeric,anorexic\r\nanoy,any\r\nanoyance,annoyance\r\nanoyed,annoyed\r\nanoyence,annoyance\r\nanoyianse,annoyance\r\nanoying,annoying\r\nanoymous,anonymous\r\nanoynance,annoyance\r\nanoynas,annoyance\r\nanparelle,unparalleled\r\nanphetamines,amphetamines\r\nanrachist,anarchist\r\nanrdoid,android\r\nanroid,android\r\nansalisation,nasalisation\r\nansalization,nasalization\r\nansar,answer\r\nansaw,answer\r\nansawer,answer\r\nanscending,ascending\r\nanscious,anxious\r\nansd,and\r\nanse,answer\r\nanseaw,answer\r\nanser,answer\r\nansered,answered\r\nanseres,answer\r\nansering,answering\r\nansers,answers\r\nanserw,answer\r\nansester,ancestor\r\nansesters,ancestors\r\nansestor,ancestor\r\nansestors,ancestors\r\nansew,answer\r\nansewer,answer\r\nansewering,answering\r\nanshous,anxious\r\nansiaty,anxiety\r\nansiazaty,anxiety\r\nansier,answer\r\nansiety,anxiety\r\nansious,anxious\r\nansipration,anticipation\r\nansir,answer\r\nansire,answer\r\nansisity,anxiety\r\nansitty,anxiety\r\nansixy,anxiety\r\nansoar,answer\r\nansolutly,ansolutely\r\nansor,answer\r\nansous,anxious\r\nansow,answer\r\nansower,answer\r\nansr,answer\r\nansrew,answer\r\nanstheoligist,anstheologist\r\nansur,answer\r\nansure,answer\r\nanswe,answer\r\nanswear,answer\r\nanswerd,answered\r\nanswere,answer\r\nansweres,answers\r\nanswerss,answers\r\nanswrs,answer\r\nansxeity,anxiety\r\nansxios,anxious\r\nansynchronous,asynchronous\r\nantaganist,antagonist\r\nantaganistic,antagonistic\r\nantagnoist,antagonist\r\nantagnosits,antagonists\r\nantagonisic,antagonistic\r\nantagonisitc,antagonistic\r\nantagonisitic,antagonistic\r\nantagonistc,antagonistic\r\nantagonostic,antagonist\r\nantagonstic,antagonist\r\nantaly,antally\r\nantapacation,anticipation\r\nantarcitca,antarctica\r\nantarctia,antarctica\r\nantarctida,antarctica\r\nantartic,antarctic\r\nantasipation,anticipating\r\nantavolotaly,antavolotally\r\nantcipation,anticipation\r\nantcspating,anticipating\r\nantecedant,antecedent\r\nanteceed,antecede\r\nanteceede,antecede\r\nanteceeded,anteceded\r\nanteceedent,antecedent\r\nanteceedents,antecedents\r\nanteceeder,anteceder\r\nanteceeders,anteceders\r\nanteceedes,antecedes\r\nanteceeding,anteceding\r\nanteceeds,antecedes\r\nantecendence,antecedence\r\nantecendency,antecedency\r\nantecendent,antecedent\r\nantecendented,antecedented\r\nantecendentedly,antecedentedly\r\nantecendentedness,antecedentedness\r\nantecendential,antecedential\r\nantecendentless,antecedentless\r\nantecendents,antecedents\r\nantecidence,antecedence\r\nantecidency,antecedency\r\nantecident,antecedent\r\nantecidented,antecedented\r\nantecidentedly,antecedentedly\r\nantecidentedness,antecedentedness\r\nantecidential,antecedential\r\nantecidentless,antecedentless\r\nantecidents,antecedents\r\nantecipate,anticipate\r\nantecipating,anticipating\r\nantecipation,anticipation\r\nantennaes,antennas\r\nantennea,antenna\r\nantennna,antenna\r\nanter,enter\r\nanternesery,anniversary\r\nantesipation,anticipation\r\nanthing,anything\r\nanthisapate,anticipate\r\nanthoer,another\r\nanthoner,another\r\nanthosiattic,enthusiastic\r\nanthousiast,enthusiastic\r\nanthousyastic,enthusiastic\r\nanthromorphic,anthropomorphic\r\nanthromorphically,anthropomorphically\r\nanthromorphication,anthropomorphication\r\nanthromorphicsm,anthropomorphicsm\r\nanthromorphised,anthropomorphised\r\nanthromorphism,anthropomorphism\r\nanthromorphization,anthropomorphization\r\nanthromorphized,anthropomorphized\r\nanthromorphizes,anthropomorphizes\r\nanthromorphizing,anthropomorphizing\r\nanthropolgical,anthropological\r\nanthropolgies,anthropologies\r\nanthropolgist,anthropologist\r\nanthropolgists,anthropologists\r\nanthropolgy,anthropology\r\nanthropoligical,anthropological\r\nanthropoligist,anthropologist\r\nanthropoligists,anthropologists\r\nanthropoloy,anthropology\r\nanthropoly,anthropology\r\nanthuseastic,enthusiastic\r\nanthusiastic,enthusiastic\r\nanthusitam,enthusiasm\r\nantiangiogeneisis,antiangiogenisis\r\nantiapartheid,anti-apartheid\r\nantiapating,anticipating\r\nantibiodic,antibiotic\r\nantibiodics,antibiotics\r\nantibioitcs,antibiotic\r\nantibioitic,antibiotic\r\nantibiotcs,antibiotics\r\nantibioticos,antibiotics\r\nantibitoic,antibiotic\r\nantibitoics,antibiotics\r\nantiboitic,antibiotics\r\nantiboitics,antibiotics\r\nanticabate,anticipate\r\nanticap,anticipating\r\nanticapate,anticipate\r\nanticapated,anticipated\r\nanticapating,anticipating\r\nanticapation,anticipation\r\nanticapting,anticipating\r\nanticcipate,anticipate\r\nanticepate,anticipate\r\nanticepating,anticipating\r\nanticepation,anticipation\r\nanticiapte,anticipate\r\nanticiapted,anticipated\r\nanticiaption,anticipation\r\nanticicitating,anticipating\r\nanticipacion,anticipation\r\nanticipare,anticipate\r\nanticipat,anticipate\r\nanticipateing,anticipating\r\nanticipatin,anticipation\r\nanticipato,anticipation\r\nanticipe,anticipate\r\nanticipiat,anticipate\r\nanticipitate,anticipate\r\nanticipitating,anticipating\r\nanticipitation,anticipation\r\nanticipting,anticipating\r\nanticiputed,anticipating\r\nanticlimatic,anticlimactic\r\nanticopening,anticipating\r\nanticpate,anticipate\r\nanticpating,anticipating\r\nanticption,anticipation\r\nantictapion,anticipation\r\nanticuated,antiquated\r\nanticupate,anticipate\r\nantidepresive,antidepressive\r\nantidepressents,antidepressants\r\nantidepresssants,antidepressants\r\nantie,aunt\r\nantiecpating,anticipating\r\nantigiogrpahy,antigiography\r\nantilsecretaly,antilsecretally\r\nantimattter,antimatter\r\nantiobitics,antibiotic\r\nantioppresion,antioppression\r\nantios,anxious\r\nantipation,anticipation\r\nantiquae,antique\r\nantiquaited,antiquated\r\nantiquited,antiquated\r\nantiqvated,antiquated\r\nantirrials,initials\r\nantisapait,anticipate\r\nantisapason,anticipation\r\nantisapate,anticipate\r\nantisapating,anticipating\r\nantisapation,anticipation\r\nantisapit,anticipating\r\nantisapite,anticipate\r\nantisapiting,anticipating\r\nantisapt,anticipate\r\nantiscimation,anticipating\r\nantiscipate,anticipate\r\nantiscipating,anticipating\r\nantiscipation,anticipation\r\nantiseipe,anticipate\r\nantisepate,anticipating\r\nantisepating,anticipating\r\nantisepation,anticipation\r\nantisipainting,anticipating\r\nantisipat,anticipate\r\nantisipate,anticipate\r\nantisipated,anticipated\r\nantisipating,anticipating\r\nantisipation,anticipation\r\nantisispating,anticipating\r\nantisocail,antisocial\r\nantisopat,anticipate\r\nantisosial,antisocial\r\nantispataion,anticipation\r\nantispate,anticipate\r\nantispater,anticipate\r\nantispating,anticipating\r\nantispation,anticipation\r\nantisphacient,anticipation\r\nantissapate,anticipate\r\nantissipation,anticipation\r\nantistipating,anticipating\r\nantisupate,anticipating\r\nantisymetrical,antisymmetrical\r\nantisymetrically,antisymmetrically\r\nantisymetries,antisymmetries\r\nantisymetry,antisymmetry\r\nantithases,antitheses\r\nantithasis,antithesis\r\nantithasise,antithesise\r\nantithasised,antithesised\r\nantithasiser,antithesiser\r\nantithasises,antithesises\r\nantithasize,antithesize\r\nantithasized,antithesized\r\nantithasizer,antithesizer\r\nantithasizes,antithesizes\r\nantithises,antitheses\r\nantithisis,antithesis\r\nantithisise,antithesise\r\nantithisised,antithesised\r\nantithisiser,antithesiser\r\nantithisises,antithesises\r\nantithisize,antithesize\r\nantithisized,antithesized\r\nantithisizer,antithesizer\r\nantithisizes,antithesizes\r\nantitusssive,antitussive\r\nantivirs,antivirus\r\nantiviurs,antivirus\r\nantivrius,antivirus\r\nantivuris,antivirus\r\nantizapating,anticipating\r\nantoganist,antagonist\r\nantogonistic,antagonistic\r\nantoher,another\r\nantractica,antarctica\r\nantrhopology,anthropology\r\nantrophology,anthropology\r\nantropology,anthropology\r\nantther,another\r\nantysipate,anticipate\r\nantything,anything\r\nanu,any\r\nanual,annual\r\nanually,annually\r\nanuam,annum\r\nanuaual,annual\r\nanuer,answer\r\nanuglar,angular\r\nanull,annul\r\nanullar,annular\r\nanulled,annulled\r\nanulling,annulling\r\nanullment,annulment\r\nanullments,annulments\r\nanulls,annuls\r\nanum,annum\r\nanume,annum\r\nanumn,annum\r\nanumonian,pneumonia\r\nanun,annum\r\nanut,aunt\r\nanuther,another\r\nanuum,annum\r\nanverrsy,anniversary\r\nanversa,anniversary\r\nanverseary,anniversary\r\nanverserice,anniversary\r\nanversicy,anniversary\r\nanversity,anniversary\r\nanversy,anniversary\r\nanvertery,anniversary\r\nanvironment,environment\r\nanvonance,annoyance\r\nanway,anyway\r\nanwenser,answer\r\nanwer,answer\r\nanwered,answered\r\nanwers,answers\r\nanwres,answer\r\nanwser,answer\r\nanwsered,answered\r\nanwsering,answering\r\nanwsers,answers\r\nanwyays,anyways\r\nanxcious,anxious\r\nanxeity,anxiety\r\nanxiaty,anxiety\r\nanxiciety,anxiety\r\nanxieety,anxiety\r\nanxietty,anxiety\r\nanxion,anxious\r\nanxios,anxious\r\nanxioss,anxious\r\nanxioty,anxiety\r\nanxioucy,anxiety\r\nanxiousemy,anxiety\r\nanxiousity,anxiety\r\nanxioutly,anxiety\r\nanxiouty,anxiety\r\nanxisus,anxious\r\nanxity,anxiety\r\nanxois,anxious\r\nanxous,anxious\r\nanxouse,anxious\r\nanxsious,anxious\r\nany-thing,anything\r\nanyable,amiable\r\nanyance,annoyance\r\nanye,any\r\nanyelsis,analysis\r\nanyhting,anything\r\nanyhwere,anywhere\r\nanylize,analyze\r\nanym,annum\r\nanymous,anonymous\r\nanynmore,anymore\r\nanynom,anonym\r\nanynomity,anonymity\r\nanynomous,anonymous\r\nanynomously,anonymously\r\nanynoms,anonyms\r\nanynone,anyone\r\nanynym,anonym\r\nanynymity,anonymity\r\nanynymous,anonymous\r\nanynymously,anonymously\r\nanynyms,anonyms\r\nanyoens,anyones\r\nanyoneis,anyones\r\nanyonse,anyones\r\nanyother,any other\r\nanys,any\r\nanysiaty,anxiety\r\nanythig,anything\r\nanythign,anything\r\nanythin,anything\r\nanythingr,anything\r\nanythiung,anything\r\nanythng,anything\r\nanythong,anything\r\nanyting,anything\r\nanytnig,anything\r\nanytying,anything\r\nanyversary,anniversary\r\nanywehre,anywhere\r\nanywere,anywhere\r\nanywyas,anyways\r\nanyzity,anxiety\r\nanzaitty,anxiety\r\nanzenty,anxiety\r\nanziaty,anxiety\r\nanziety,anxiety\r\nanzity,anxiety\r\naobut,about\r\naof,of\r\naopend,append\r\naopin,alpine\r\naor,or\r\naot,apt\r\naother,another\r\naotumatic,automatic\r\naotumatically,automatically\r\naound,around\r\naount,amount\r\naource,source\r\naoutomatically,automatically\r\naovere,above\r\napacolypse,apocalypse\r\napacolyptic,apocalyptic\r\napalca,alpaca\r\napaligizing,apologizing\r\napalled,appalled\r\napalling,appalling\r\napalogy,apology\r\napanphlets,pamphlets\r\napapter,adapter\r\naparaent,apparent\r\naparal,apparel\r\naparaled,appareled\r\naparaling,appareling\r\naparalled,apparelled\r\naparalling,apparelling\r\naparals,apparels\r\naparant,apparent\r\naparantly,apparently\r\naparanty,apparently\r\naparatas,apparatus\r\naparater,apparatus\r\naparaters,apparatus\r\naparates,apparatus\r\naparation,apparatus\r\naparatist,apparatus\r\naparats,apparatus\r\naparaturer,apparatus\r\naparatus,apparatus\r\napareciate,appreciate\r\naparel,apparel\r\napareled,appareled\r\napareling,appareling\r\naparelled,apparelled\r\naparelling,apparelling\r\naparels,apparels\r\naparent,apparent\r\naparentely,apparently\r\naparently,apparently\r\naparet,apart\r\naparint,apparent\r\naparintly,apparently\r\naparment,apartment\r\naparmental,apartmental\r\naparments,apartments\r\naparot,apparent\r\naparral,apparel\r\naparraled,appareled\r\naparraling,appareling\r\naparralled,apparelled\r\naparralling,apparelling\r\naparrals,apparels\r\naparrant,apparent\r\naparrantly,apparently\r\naparratus,apparatus\r\naparrel,apparel\r\naparreled,appareled\r\naparreling,appareling\r\naparrelled,apparelled\r\naparrelling,apparelling\r\naparrels,apparels\r\naparrent,apparent\r\naparrently,apparently\r\naparrint,apparent\r\naparrintly,apparently\r\napartanes,apparatus\r\naparteid,apartheid\r\naparters,apparatus\r\napartheied,apartheid\r\naparthide,apartheid\r\naparthied,apartheid\r\napartmens,apartments\r\napartmet,apartments\r\napartus,apparatus\r\napatching,attaching\r\napatiet,appetite\r\napatight,appetite\r\napatment,apartment\r\napatmental,apartmental\r\napatments,apartments\r\napce,space\r\napcertaina,ApCertain\r\napcertainacy,ApCertaincy\r\napcertainaed,ApCertained\r\napcertainaing,ApCertaining\r\napcertainas,ApCertains\r\napcertaini,ApCertain\r\napcertainicy,ApCertaincy\r\napcertainied,ApCertained\r\napcertainiing,ApCertaining\r\napcertainis,ApCertains\r\napcertian,ApCertain\r\napcertiana,ApCertain\r\napcertianacy,ApCertaincy\r\napcertianaed,ApCertained\r\napcertianaing,ApCertaining\r\napcertianas,ApCertains\r\napcertiancy,ApCertaincy\r\napcertianed,ApCertained\r\napcertiani,ApCertain\r\napcertianicy,ApCertaincy\r\napcertianied,ApCertained\r\napcertianiing,ApCertaining\r\napcertianing,ApCertaining\r\napcertianis,ApCertains\r\napcertians,ApCertains\r\napcomplished,accomplished\r\napcurtaina,ApCurtain\r\napcurtainacy,ApCurtaincy\r\napcurtainaed,ApCurtained\r\napcurtainaing,ApCurtaining\r\napcurtainas,ApCurtains\r\napcurtaini,ApCurtain\r\napcurtainicy,ApCurtaincy\r\napcurtainied,ApCurtained\r\napcurtainiing,ApCurtaining\r\napcurtainis,ApCurtains\r\napcurtian,ApCurtain\r\napcurtiana,ApCurtain\r\napcurtianacy,ApCurtaincy\r\napcurtianaed,ApCurtained\r\napcurtianaing,ApCurtaining\r\napcurtianas,ApCurtains\r\napcurtiancy,ApCurtaincy\r\napcurtianed,ApCurtained\r\napcurtiani,ApCurtain\r\napcurtianicy,ApCurtaincy\r\napcurtianied,ApCurtained\r\napcurtianiing,ApCurtaining\r\napcurtianing,ApCurtaining\r\napcurtianis,ApCurtains\r\napcurtians,ApCurtains\r\napeal,appeal\r\napealling,appealing\r\napear,appear\r\napearant,apparent\r\napearantly,apparently\r\napearaters,apparatus\r\napeareance,appearance\r\napeareances,appearances\r\napeared,appeared\r\napearence,appearance\r\napearences,appearances\r\napearent,apparent\r\napearently,apparently\r\napearing,appearing\r\napearint,apparent\r\napearintly,apparently\r\napears,appears\r\napecate,appreciate\r\napeching,approaching\r\napecific,specific\r\napects,aspects\r\napeend,append\r\napend,append\r\napendix,appendix\r\napenine,apennine\r\napenines,apennines\r\napeninus,apenninus\r\napennding,appending\r\napepars,appears\r\napepite,appetite\r\napeptite,appetite\r\naperance,appearance\r\naperances,appearances\r\naperant,apparent\r\naperantly,apparently\r\naperates,apparatus\r\naperateus,apparatus\r\naperatous,apparatus\r\naperats,apparatus\r\naperatus,apparatus\r\naperent,apparent\r\naperently,apparently\r\naperint,apparent\r\naperintly,apparently\r\napertunities,opportunities\r\naperutre,aperture\r\napesate,appreciate\r\napesceat,appreciate\r\napeseate,appreciate\r\napetitate,appetite\r\napetite,appetite\r\napetizers,appetizers\r\naphabetical,alphabetical\r\naphidavit,affidavit\r\naphoshing,approaching\r\napic,epic\r\napiciat,appreciate\r\napilogue,epilogue\r\napirl,april\r\napistle,epistle\r\napitate,appetite\r\napitite,appetite\r\napkmirrror,aPKMirror\r\naple,apple\r\naplep,apple\r\naplha,alpha\r\naplhabate,alphabate\r\naplhabay,alphabay\r\naplhabet,alphabet\r\naplhabetical,alphabetical\r\naplhabetized,alphabetized\r\naplhabets,alphabets\r\naplhalash,alphalash\r\naplhandito,alphandito\r\naplhanumeric,alphanumeric\r\naplhanumerical,alphanumerical\r\naplharetta,alpharetta\r\naplharubby,alpharubby\r\naplhay,alphay\r\naplhazion,alphazion\r\naplicable,applicable\r\naplication,application\r\naplications,applications\r\naplied,applied\r\naplies,applies\r\naplify,amplify\r\napline,alpine\r\napll,apple\r\napllication's,application's\r\napllication,application\r\napllications,applications\r\napllied,applied\r\napllies,applies\r\napllying,applying\r\naplogy,apology\r\naployage,apology\r\naplpication,application\r\naply,apply\r\naplyed,applied\r\napne,alpine\r\napobyg,apology\r\napocalipse,apocalypse\r\napocaliptic,apocalyptic\r\napocalpyse,apocalypse\r\napocalpytic,apocalyptic\r\napocalype,apocalypse\r\napocalypes,apocalypse\r\napocalypic,apocalyptic\r\napocalypitic,apocalyptic\r\napocalyspe,apocalypse\r\napocalytic,apocalyptic\r\napocalytpic,apocalyptic\r\napocaplyse,apocalypse\r\napoching,approaching\r\napocolapse,apocalypse\r\napocolypse,apocalypse\r\napocolypses,apocalypses\r\napocolyptic,apocalyptic\r\napocolyptica,apocalyptica\r\napocolyptically,apocalyptically\r\napogizly,apology\r\napohlyage,apology\r\napoint,appoint\r\napointbrand,appointbrand\r\napointcom,appointcom\r\napointe,appointe\r\napointed,appointed\r\napointedtopmonk,appointedtopmonk\r\napointee,appointee\r\napointer,appointer\r\napointillism,appointillism\r\napointinment,appointinment\r\napointmanage,appointmanage\r\napointmant,appointmant\r\napointmedia,appointmedia\r\napointmennt,appointmennt\r\napointment,appointment\r\napointments,appointments\r\napointo,appointo\r\napointofsell,appointofsell\r\napointplus,appointplus\r\napoints,appoints\r\napointuit,appointuit\r\napoladgy,apology\r\napolage,apology\r\napolagetic,apologetic\r\napolagetics,apologetics\r\napolagia,apologia\r\napolagias,apologias\r\napolagie,apology\r\napolagies,apologies\r\napolagist,apologist\r\napolagists,apologists\r\napolagize,apologize\r\napolagized,apologized\r\napolagizes,apologizes\r\napolagizing,apologizing\r\napolague,apologue\r\napolagues,apologues\r\napolagy,apology\r\napolajoy,apology\r\napolegetic,apologetic\r\napolegetics,apologetics\r\napolegia,apologia\r\napolegias,apologias\r\napolegies,apologies\r\napolegist,apologist\r\napolegists,apologists\r\napolegize,apologize\r\napolegized,apologized\r\napolegizes,apologizes\r\napolegue,apologue\r\napolegues,apologues\r\napolegy,apology\r\napoler,apple\r\napolgies,apologies\r\napolgize,apology\r\napolgy,apology\r\napolige,apology\r\napoliger,apology\r\napoligetic,apologetic\r\napoligie,apology\r\napoligies,apologies\r\napoligists,apologists\r\napoligize,apologize\r\napoligized,apologized\r\napoligy,apology\r\napollol,apollo\r\napologe,apology\r\napologes,apologise\r\napologey,apology\r\napologie,apology\r\napologig,apology\r\napologisms,apologists\r\napologistas,apologists\r\napologiste,apologise\r\napologistes,apologists\r\napologistics,apologists\r\napologitic,apologetic\r\napologizeing,apologizing\r\napololgies,apolologies\r\napolyge,apology\r\napolygy,apology\r\napon,upon\r\naporatus,apparatus\r\naporching,approaching\r\naposhing,approaching\r\naposimatly,approximately\r\naposltes,apostles\r\napostels,apostles\r\napostraphe,apostrophe\r\napostrephe,apostrophe\r\napostrohpe,apostrophe\r\napostrope,apostrophe\r\napostropes,apostrophe\r\napostrophie,apostrophe\r\napostrophied,apostrophe\r\napostrophies,apostrophe\r\napotching,approaching\r\napowermirrror,apowermirror\r\napoximate,approximate\r\napoximatly,approximately\r\nappaiate,appetite\r\nappaite,appetite\r\nappaled,appalled\r\nappalegye,apology\r\nappaluse,applause\r\nappamate,approximate\r\nappander,appender\r\nappaneding,appending\r\napparal,apparel\r\napparaled,appareled\r\napparaling,appareling\r\napparalled,apparelled\r\napparalling,apparelling\r\napparals,apparels\r\napparanly,apparently\r\napparant,apparent\r\napparantely,apparently\r\napparantly,apparently\r\napparately,apparently\r\napparator,apparatus\r\napparatous,apparatus\r\napparattus,apparatus\r\nappareal,apparel\r\nappareance,appearance\r\nappareances,appearances\r\nappareantly,apparently\r\nappareil,apparel\r\napparement,apparemment\r\napparence,appearance\r\napparenlty,apparently\r\napparentally,apparently\r\napparentaly,apparently\r\napparentely,apparently\r\napparentley,apparently\r\napparentlly,apparently\r\napparenty,apparently\r\napparetly,apparently\r\nappariately,apparently\r\napparient,apparent\r\nappariently,apparently\r\napparinately,apparently\r\napparintally,apparently\r\napparintly,apparently\r\napparitly,apparently\r\napparnely,apparently\r\napparntely,apparently\r\napparntly,apparently\r\napparral,apparel\r\napparraled,appareled\r\napparraling,appareling\r\napparralled,apparelled\r\napparralling,apparelling\r\napparrals,apparels\r\napparrant,apparent\r\napparratus,apparatus\r\napparrel,apparel\r\napparreled,appareled\r\napparreling,appareling\r\napparrelled,apparelled\r\napparrelling,apparelling\r\napparrels,apparels\r\napparrent,apparent\r\napparrently,apparently\r\nappart,apart\r\nappartaus,apparatus\r\nappartement,apartment\r\nappartenately,apparently\r\nappartment,apartment\r\nappartments,apartments\r\nappartus,apparatus\r\nappataters,apparatus\r\nappatiate,appetite\r\nappatite,appetite\r\nappatites,appetites\r\nappaulling,appalling\r\nappauratus,apparatus\r\nappdendix,appendix\r\nappe,apple\r\nappealling,appealing\r\nappeand,append\r\nappearandce,appearance\r\nappearandces,appearances\r\nappearandcie,appearancie\r\nappearandcies,appearancies\r\nappearandcy,appearancy\r\nappearandt,appearant\r\nappearandtly,appearantly\r\nappearandts,appearants\r\nappearane,appearances\r\nappearant,apparent\r\nappearantly,apparently\r\nappeard,appeared\r\nappeare,appear\r\nappeareance,appearance\r\nappeareances,appearances\r\nappearence,appearance\r\nappearences,appearances\r\nappearencie,appearancie\r\nappearencies,appearancies\r\nappearency,appearancy\r\nappearent,apparent\r\nappearentaly,apparently\r\nappearently,apparently\r\nappearents,appearants\r\nappeares,appears\r\nappearin,appearing\r\nappearnace,appearances\r\nappearning,appearing\r\nappeatite,appetite\r\nappeceate,appreciate\r\nappecite,appetite\r\nappeding,appending\r\nappedning,appending\r\nappehesate,appreciate\r\nappeiate,appetite\r\nappeite,appetite\r\nappel,apple\r\nappelate,appellate\r\nappelation,appellation\r\nappelations,appellations\r\nappelative,appellative\r\nappendend,appended\r\nappendicitus,appendicitis\r\nappened,appended\r\nappeneded,appended\r\nappenine,apennine\r\nappenines,apennines\r\nappeninus,apenninus\r\nappennine,apennine\r\nappennines,apennines\r\nappenninus,apenninus\r\nappens,appends\r\nappent,append\r\nappenzelller,appenzeller\r\nappepnds,appends\r\napper,appear\r\napperance,appearance\r\napperances,appearances\r\napperant,apparent\r\napperantly,apparently\r\napperas,appears\r\napperatas,apparatus\r\napperatass,apparatus\r\napperataus,apparatus\r\napperate,appropriate\r\napperaters,apparatus\r\napperatious,apparatus\r\napperators,apparatus\r\napperatos,apparatus\r\napperats,apparatus\r\napperatus,apparatus\r\napperciate,appreciate\r\napperciated,appreciated\r\napperciates,appreciates\r\napperciation,appreciation\r\nappercievable,apperceivable\r\nappercievably,apperceivably\r\nappercieve,apperceive\r\nappercieved,apperceived\r\nappercieves,apperceives\r\nappercieving,apperceiving\r\nappercoeing,approaching\r\napperead,appeared\r\nappereance,appearance\r\nappereances,appearances\r\nappered,appeared\r\napperent,apparent\r\napperente,apparently\r\napperently,apparently\r\napperratis,apparatus\r\nappertentaly,apparently\r\nappetiat,appetite\r\nappetiete,appetite\r\nappetitale,appetite\r\nappetitie,appetite\r\nappetities,appetite\r\nappetitite,appetite\r\nappette,appetite\r\nappey,happy\r\nappgs,apps\r\napphcatlons,applications\r\nappicablity,appicability\r\nappicatioin,appication\r\nappication,application\r\nappications,applications\r\nappied,applied\r\nappiete,appetite\r\nappietite,appetite\r\nappilied,applied\r\nappiont,appoint\r\nappionted,appointed\r\nappionter,appointer\r\nappionters,appointers\r\nappionting,appointing\r\nappiontment,appointment\r\nappiontments,appointments\r\nappionts,appoints\r\nappiopiate,appropriate\r\nappitate,appetite\r\nappite,appetite\r\nappitete,appetite\r\nappitiate,appetite\r\nappitite,appetite\r\nappititle,appetite\r\nappitlie,appetite\r\nappkication,application\r\nappl,app\r\napplacation,application\r\napplaction,application\r\napplainces,appliances\r\napplaudes,applause\r\napplaued,applaud\r\napplaus,applause\r\napplcaition,application\r\napplcation,application\r\napplcations,applications\r\napplcatoin,applcation\r\napplciation,application\r\napplciations,applications\r\nappled,applied\r\napplend,append\r\nappliacne,appliance\r\nappliaction,application\r\nappliactions,applications\r\napplianced,appliances\r\nappliation's,application's\r\nappliation,application\r\nappliations,applications\r\napplicabile,applicable\r\napplicabillity,applicability\r\napplicabilty,applicability\r\napplicablility,applicability\r\napplicablity,applicability\r\napplicaion,application\r\napplicaiont,application\r\napplicaition,application\r\napplicaiton's,application's\r\napplicaiton,application\r\napplicaiton-provided,application-provided\r\napplicaitons,applications\r\napplicantion,application\r\napplicaple,applicable\r\napplicat,application\r\napplicatble,applicable\r\napplicates,applicants\r\napplicatinio,application\r\napplicatino,application\r\napplicatinos,applications\r\napplicatins,applicants\r\napplicatio,application\r\napplicatioin,application\r\napplicatioins,applications\r\napplication-independant,application-independent\r\napplication-specfic,application-specific\r\napplicationa's,application's\r\napplicationa,application\r\napplicationss,applications\r\napplicationt,application\r\napplicatiors,applications\r\napplicatios,applications\r\napplicatiosn,applications\r\napplicato,application\r\napplicatoin,application\r\napplicatoin-default,application-default\r\napplicatoins,applications\r\napplicaton,application\r\napplicatons,applications\r\napplicattion,application\r\nappliccable,applicable\r\nappliciation,application\r\napplicible,applicable\r\nappliction,application\r\napplictions,applications\r\napplid,applied\r\napplie,applied\r\napplieing,applying\r\nappliences,appliances\r\nappliess,applies\r\nappliesthe,applies\r\napplilcation,application\r\nappling,applying\r\nappliquer,applique\r\nappliying,applying\r\nappllcation,application\r\nappllied,applied\r\napploance,appliance\r\napplopriate,appropriate\r\nappls,apples\r\nappluad,applaud\r\nappluase,applause\r\napplucation,application\r\napplyed,applied\r\napplys,applies\r\napplysing,applying\r\napplyting,applying\r\nappoaching,approaching\r\nappoate,appropriate\r\nappoccimate,approximate\r\nappoching,approaching\r\nappocimate,approximate\r\nappointement,appointment\r\nappointme,appointment\r\nappointmet,appointments\r\nappoitment,appointment\r\nappoitnment,appointments\r\nappoitnments,appointments\r\nappolage,apology\r\nappolagetic,apologetic\r\nappolagetics,apologetics\r\nappolagia,apologia\r\nappolagias,apologias\r\nappolagies,apologies\r\nappolagist,apologist\r\nappolagists,apologists\r\nappolagize,apologize\r\nappolagized,apologized\r\nappolagizes,apologizes\r\nappolague,apologue\r\nappolagues,apologues\r\nappolagy,apology\r\nappolegetic,apologetic\r\nappolegetics,apologetics\r\nappolegia,apologia\r\nappolegias,apologias\r\nappolegies,apologies\r\nappolegist,apologist\r\nappolegists,apologists\r\nappolegize,apologize\r\nappolegized,apologized\r\nappolegizes,apologizes\r\nappolegue,apologue\r\nappolegues,apologues\r\nappolegy,apology\r\nappolgies,appologies\r\nappolication,application\r\nappolige,apology\r\nappoligies,appologies\r\nappoligy,apology\r\nappolizy,apology\r\nappolo,apollo\r\nappologetic,apologetic\r\nappologetics,apologetics\r\nappologey,apology\r\nappologia,apologia\r\nappologias,apologias\r\nappologies,apologies\r\nappologised,apologized\r\nappologist,apologist\r\nappologists,apologists\r\nappologize,apology\r\nappologized,apologized\r\nappologizes,apologizes\r\nappologue,apologue\r\nappologues,apologues\r\nappology,apology\r\nappolyize,apology\r\nappopriate,appropriate\r\napporach,approach\r\napporachable,approachable\r\napporached,approached\r\napporaches,approaches\r\napporaching,approaching\r\napporal,approval\r\napporatas,apparatus\r\napporate,appropriate\r\napporch,approaching\r\napporcimate,approximate\r\napporently,apparently\r\napporepate,appropriate\r\napporoxinate,approximate\r\napporpreate,appropriate\r\napporpriate,appropriate\r\napporpriately,appropriately\r\napporpriation,appropriation\r\napporting,approaching\r\napportunities,opportunities\r\napporximate,approximate\r\napporximately,approximately\r\nappoval,approval\r\nappoxamently,approximately\r\nappoxantly,approximately\r\nappoximate,approximate\r\nappoximately,approximately\r\nappoximations,approximations\r\nappoximatly,appoximately\r\nappp,app\r\napppartment,apartment\r\napppealling,appealing\r\napppearant,apparent\r\napppearantly,apparently\r\napppearent,apparent\r\napppearently,apparently\r\napppearint,apparent\r\napppearintly,apparently\r\napppears,appears\r\napppend,append\r\napppends,appends\r\nappperant,apparent\r\nappperantly,apparently\r\nappperent,apparent\r\nappperently,apparently\r\nappperint,apparent\r\nappperintly,apparently\r\nappple,apple\r\nappplication,application\r\nappplications,applications\r\nappplying,applying\r\nappppealling,appealing\r\napppppealling,appealing\r\nappppproachd,approached\r\nappppproachs,approaches\r\napppproachd,approached\r\napppproachs,approaches\r\nappproach,approach\r\nappproachd,approached\r\nappproachs,approaches\r\napppropriate,appropriate\r\napprach,approach\r\nappranentaly,apparently\r\napprantly,apparently\r\nappraoch,approach\r\nappraochable,approachable\r\nappraoched,approached\r\nappraoches,approaches\r\nappraoching,approaching\r\napprarent,apparent\r\nappration,appropriate\r\napprators,apparatus\r\nappratus,apparatus\r\nappre,apple\r\nappreaciable,appreciable\r\nappreaciat,appreciat\r\nappreaciate,appreciate\r\nappreaciated,appreciated\r\nappreaciates,appreciates\r\nappreaciating,appreciating\r\nappreaciation,appreciation\r\nappreaciative,appreciative\r\nappreaciatted,appreciatted\r\nappreant,apparent\r\napprear,appear\r\napprearance,appearance\r\napprearances,appearances\r\nappreate,appropriate\r\napprecaiated,appreciaated\r\napprecaietd,appreciaetd\r\napprecaitaed,appreciataed\r\napprecaite,appreciate\r\napprecaited,appreciated\r\napprecaites,appreciates\r\napprecaiting,appreciating\r\napprecaition,appreciation\r\nappreceate,appreciate\r\nappreceating,appreciating\r\nappreceiated,appreciated\r\napprecevable,apperceivable\r\napprecevably,apperceivably\r\nappreceve,apperceive\r\nappreceved,apperceived\r\nappreceves,apperceives\r\nappreceving,apperceiving\r\napprechate,appreciate\r\napprecher,appreciate\r\nappreciablity,appreciability\r\nappreciae,appreciates\r\nappreciaite,appreciative\r\nappreciat,appreciate\r\nappreciateing,appreciating\r\nappreciateive,appreciative\r\nappreciaters,appreciates\r\nappreciatie,appreciative\r\nappreciatied,appreciative\r\nappreciatin,appreciation\r\nappreciationg,appreciating\r\nappreciato,appreciation\r\nappreciaton,appreciation\r\nappreciatve,appreciative\r\nappreciste,appreciates\r\napprecitae,appreciates\r\napprecited,appreciated\r\napprecivable,apperceivable\r\napprecivably,apperceivably\r\napprecive,apperceive\r\napprecived,apperceived\r\napprecives,apperceives\r\nappreciving,apperceiving\r\napprectice,apprentice\r\napprehiate,appreciate\r\nappreiate,appropriate\r\nappreicate,appreciate\r\nappreicated,appreciated\r\nappreicates,appreciates\r\nappreicating,appreciating\r\nappreication,appreciation\r\nappreiciate,appreciate\r\napprend,append\r\napprendice,apprentice\r\napprending,appending\r\napprent,apparent\r\napprentace,apprentice\r\napprentie,apprentice\r\napprentince,apprentice\r\napprentise,apprentice\r\napprently,apparently\r\nappreshiate,appreciate\r\nappresiate,appreciate\r\nappresteate,appreciate\r\nappretate,appetite\r\nappretiate,appreciate\r\nappretiated,appreciated\r\nappretiation,appreciation\r\nappretince,apprentice\r\nappretite,appetite\r\nappriate,appropriate\r\nappricaited,appreciated\r\nappricaition,appreciation\r\nappricate,appreciate\r\nappriceate,appreciates\r\nappriciable,appreciable\r\nappriciablethank,appreciablethank\r\nappriciacion,appreciacion\r\nappriciae,appreciae\r\nappricial,apprecial\r\nappriciant,appreciant\r\nappriciat,appreciat\r\nappriciatable,appreciatable\r\nappriciatated,appreciatated\r\nappriciate,appreciate\r\nappriciated,appreciated\r\nappriciatedhgfdjzm,appreciatedhgfdjzm\r\nappriciates,appreciates\r\nappriciatiation,appreciatiation\r\nappriciatin,appreciatin\r\nappriciating,appreciating\r\nappriciation,appreciation\r\nappriciationpost,appreciationpost\r\nappriciations,appreciations\r\nappriciative,appreciative\r\nappriciatred,appreciatred\r\nappriecate,appreciates\r\napprieciate,appreciate\r\napprieciated,appreciated\r\napprieciates,appreciates\r\napprieciation,appreciation\r\napprimxation,approximation\r\napprioate,appropriate\r\napprioprate,appropriate\r\nappriopriate,appropriate\r\napprioriately,appropriately\r\nappriotate,appropriate\r\nappriote,appropriate\r\nappripriate,appropriate\r\napprisate,appreciate\r\napprixomate,approximate\r\napprlication,application\r\napproaces,approaches\r\napproachabilty,approachability\r\napproachd,approached\r\napproache,approach\r\napproachmently,approximately\r\napproachs,approaches\r\napproacing,approaching\r\napproahc,approach\r\napproarimatly,approximately\r\napproate,appropriate\r\napprocamate,approximate\r\napproccmate,approximate\r\napproch,approach\r\napprochable,approachable\r\napprochibilty,approchibility\r\napproching,approaching\r\napprociamate,approximate\r\napprocimantly,approximately\r\napprocimate,approximately\r\napprocimately,approximately\r\napprocimatly,approximately\r\napprocimently,approximately\r\napprocinately,approximately\r\napprocing,approaching\r\napprockiate,approximate\r\napprockmate,approximate\r\napprocksament,approximate\r\napprocoimently,approximately\r\napprocomate,approximate\r\napprocremate,approximate\r\napprocsiment,approximate\r\napprocxmately,approximately\r\napprogeate,appropriate\r\napproiate,appropriate\r\napproimaze,approximate\r\napproimially,approximately\r\napproiximate,approximate\r\nappromaitly,approximately\r\nappromariley,approximately\r\nappromate,approximate\r\nappromatly,appromately\r\nappromaxiately,approximately\r\nappromentally,approximately\r\nappromentaly,approximately\r\nappromexally,approximately\r\nappromieate,appropriate\r\nappromimate,approximate\r\nappromimly,approximately\r\nappromixaly,approximately\r\nappromixately,approximately\r\nappromuite,approximate\r\nappromximately,approximately\r\napprona,approaching\r\nappronaxied,approximate\r\napproovable,approvable\r\napproovably,approvably\r\napprooval,approval\r\napproove,approve\r\napprooved,approved\r\napprooven,approven\r\napproover,approver\r\napprooves,approves\r\napprooving,approving\r\napproparite,appropriate\r\nappropate,appropriate\r\nappropeate,appropriate\r\napproperate,appropriate\r\napproperatly,approximately\r\nappropi,appropriate\r\nappropiate,appropriate\r\nappropiated,appropriated\r\nappropiately,appropriately\r\nappropiateness,appropriateness\r\nappropiating,appropriating\r\nappropiation,appropriation\r\nappropiations,appropriations\r\nappropiatly,appropriatly\r\nappropirate,appropriate\r\nappropirately,appropriately\r\nappropiration,appropriation\r\napproporiate,appropriate\r\napproppriate,appropriate\r\nappropraite,appropriate\r\nappropraited,appropriated\r\nappropraitely,appropriately\r\nappropraites,appropriates\r\nappropraitions,appropriations\r\nappropraitly,appropriatly\r\nappropraitre,appropriatre\r\napproprate,appropriate\r\napproprated,appropriated\r\napproprately,appropriately\r\napproprateness,appropriateness\r\nappropratie,appropriatie\r\nappropratiely,appropriatiely\r\nappropration,appropriation\r\napproprations,appropriations\r\nappropreate,appropriate\r\nappropreation,appropriation\r\nappropreiate,appropriate\r\nappropriae,appropriate\r\nappropriage,appropriate\r\nappropriat,appropriate\r\nappropriatedly,appropriately\r\nappropriatelly,appropriately\r\nappropriatin,appropriation\r\nappropriatley,appropriately\r\nappropriatly,appropriately\r\nappropriato,appropriation\r\nappropriaton,appropriation\r\nappropriatte,appropriate\r\nappropricate,appropriate\r\nappropriet,appropriate\r\napproprietly,appropriately\r\napproprioate,appropriate\r\napproprirately,appropriately\r\nappropriste,appropriate\r\napproprite,appropriate\r\napproproate,appropriate\r\nappropropiate,appropriate\r\nappropropriate,appropriate\r\napproproximate,approximate\r\napproprtiate,appropriate\r\napproptiate,appropriate\r\napprorait,appropriate\r\napprorate,appropriate\r\napproriate,appropriate\r\napproriately,appropriately\r\napprorilmately,approximately\r\napprorpiate,appropriate\r\napprorpiation,appropriation\r\napprorpriate,appropriate\r\napprorpriately,appropriately\r\napprortiate,appropriate\r\napprosamate,approximate\r\napprosching,approaching\r\napprosemently,approximately\r\napprosomently,approximately\r\napprostraphe,apostrophe\r\napprosumate,approximate\r\napprotate,appropriate\r\napprotreate,appropriate\r\napprouch,approach\r\napprouching,approaching\r\napprouved,approved\r\napprovebell,approval\r\napprovel,approval\r\napprovimate,approximate\r\napprovment,approvement\r\napproxamante,approximate\r\napproxamate,approximate\r\napproxamately,approximately\r\napproxamatly,approximately\r\napproxament,approximate\r\napproxamentely,approximately\r\napproxamently,approximately\r\napproxametly,approximately\r\napproxamite,approximate\r\napproxamitely,approximately\r\napproxamontly,approximately\r\napproxanatly,approximately\r\napproxcimate,approximate\r\napproxcmate,approximate\r\napproxemate,approximate\r\napproxiamate,approximate\r\napproxiamately,approximately\r\napproxiamation,approximation\r\napproxiamatly,approximately\r\napproxiament,approximate\r\napproxiametely,approximately\r\napproxiametly,approximately\r\napproxiamte,approximate\r\napproxiamtely,approximately\r\napproxiamtion,approximation\r\napproxiate,approximate\r\napproxiately,approximately\r\napproxiation,approximation\r\napproximatelly,approximately\r\napproximatingly,approximately\r\napproximatley,approximately\r\napproximatly,approximately\r\napproximent,approximate\r\napproximentally,approximately\r\napproximently,approximately\r\napproximetaly,approximetally\r\napproximetly,approximately\r\napproximiatly,approximiately\r\napproximinately,approximately\r\napproximitally,approximatally\r\napproximitaly,approximataly\r\napproximite,approximate\r\napproximitely,approximately\r\napproximitly,approximately\r\napproximity,approximately\r\napproxinate,approximate\r\napproxinatly,approximately\r\napproxiomation,approximation\r\napproxitaly,approximately\r\napproxitmatly,approxitmately\r\napproxmatally,approximately\r\napproxmate,approximate\r\napproxmately,approximately\r\napproxmatily,approximately\r\napproxmatly,approximately\r\napproxmently,approximately\r\napproxmetly,approximately\r\napproxmiate,approximate\r\napproxmiately,approximately\r\napproxomantly,approximately\r\napproxomate,approximate\r\napproxomately,approximately\r\napproxomations,approximations\r\napproxomatly,approximately\r\napproxonately,approximately\r\napproxtimately,approximately\r\napprpriate,appropriate\r\napprraite,appropriate\r\napprsate,appreciate\r\napprshate,appreciate\r\napps's,app's\r\nappsate,appreciate\r\nappsetttings,appsettings\r\nappsolutly,appsolutely\r\napptitate,appetite\r\napptitude,aptitude\r\napptitudes,aptitudes\r\nappuratus,apparatus\r\nappxoromatly,approximately\r\nappy,apply\r\nappying,applying\r\nappyling,applying\r\napraatuss,apparatus\r\napraters,apparatus\r\napratheid,apartheid\r\napraues,apparatus\r\napreachate,appreciate\r\napreacheat,appreciate\r\naprearance,appearance\r\naprearances,appearances\r\napreaseate,appreciate\r\napreashate,appreciate\r\naprecate,appreciate\r\naprechate,appreciate\r\naprechiate,appreciate\r\napreciat,appreciate\r\napreciate,appreciate\r\napreciated,appreciated\r\napreciation,appreciation\r\naprehensive,apprehensive\r\naprehensivly,apprehensively\r\napreioate,appreciate\r\naprent,apparent\r\napresate,appreciate\r\napreseate,appreciate\r\napreshat,appreciate\r\napreshate,appreciate\r\napresheat,appreciate\r\napresheate,appreciate\r\napreshiate,appreciate\r\napresiate,appreciate\r\napreture,aperture\r\naprevall,approval\r\napriashiate,appreciate\r\napriate,appropriate\r\napricat,appreciate\r\napriciate,appreciate\r\napririciate,appreciate\r\naprisheat,appreciate\r\naprivate,private\r\naproach,approach\r\naproachd,approached\r\naproached,approached\r\naproaching,approaching\r\naproachs,approaches\r\naproal,approval\r\naprocamate,approximate\r\naprocatmate,approximate\r\naprocemently,approximately\r\naproched,approached\r\naproching,approaching\r\naprocimant,approximate\r\naprocimately,approximately\r\naprocing,approaching\r\naprockamently,approximately\r\naprockemly,approximately\r\naprocmate,approximate\r\naprocmently,approximately\r\naprocmetly,approximately\r\naprocomently,approximately\r\naprocsamate,approximate\r\naprocumently,approximately\r\naproject,project\r\napromaly,approximately\r\napromate,approximate\r\naprominate,approximate\r\naprominaxley,approximately\r\naprongate,appropriate\r\napropate,appropriate\r\napropoate,appropriate\r\naproprate,appropriate\r\napropreate,appropriate\r\napropriate,appropriate\r\napropriated,appropriated\r\napropriately,appropriately\r\napropriateness,appropriateness\r\napropriating,appropriating\r\napropriation,appropriation\r\napropriatley,appropriatley\r\napropriatly,appropriatly\r\napropriator,appropriator\r\naprorate,appropriate\r\naprorlal,approval\r\naproserate,approximate\r\naproshing,approaching\r\naprosimatly,approximately\r\naprosing,approaching\r\naprosomately,approximately\r\naprosommently,approximately\r\naprotus,apparatus\r\naproval,approval\r\naprovale,approval\r\naprovals,approvals\r\naprove,approve\r\naproveal,approval\r\naproved,approved\r\naprovel,approval\r\naproveler,approval\r\naprovell,approval\r\naprovely,approval\r\naproverl,approval\r\naproxamate,approximate\r\naproxamately,approximately\r\naproxamatly,approximately\r\naproxamently,approximately\r\naproxcintly,approximately\r\naproxiamately,approximately\r\naproxiatemat,approximatemat\r\naproxiatly,approximately\r\naproximate,approximate\r\naproximated,approximated\r\naproximately,approximately\r\naproximation,approximation\r\naproximations,approximations\r\naproximatly,approximately\r\naproximent,approximate\r\naproximently,approximately\r\naproximetaly,aproximetally\r\naproximitely,approximately\r\naproximitly,approximatly\r\naproximitty,approximately\r\naproximity,approximaty\r\naproximonthly,approximately\r\naproximotely,approximately\r\naproxinantly,approximately\r\naproxipativly,aproxipatively\r\naproxmate,approximate\r\naproxmentally,approximately\r\naproxmetly,approximately\r\naproxmiatilly,approximately\r\naproxomated,approximately\r\naproxsimate,approximate\r\naprroval,approval\r\naprroximatly,aprroximately\r\naprser,parser\r\naprticularly,particularly\r\napsaragus,asparagus\r\napsects,aspects\r\napselutely,absolutely\r\napsent,absent\r\napsergers,aspergers\r\napshalt,asphalt\r\napsheate,appreciate\r\napsirations,aspirations\r\napsirin,aspirin\r\napsolutly,apsolutely\r\napsotles,apostles\r\napsotrophe,apostrophe\r\napss,pass\r\napth,path\r\naptidude,aptitude\r\naptidudes,aptitudes\r\naptidudinal,aptitudinal\r\naptidudinally,aptitudinally\r\naptite,appetite\r\naptitudine,aptitude\r\naptitute,aptitude\r\naptitutes,aptitudes\r\naptitutinal,aptitudinal\r\naptitutinally,aptitudinally\r\napttern,pattern\r\napuratus,apparatus\r\napuval,approval\r\napxormanately,approximately\r\naqaurium,aquarium\r\naqcuaintance,acquaintance\r\naqcuaintances,acquaintances\r\naqcuainted,acquainted\r\naqcuire,acquire\r\naqcuired,acquired\r\naqcuires,acquires\r\naqcuiring,acquiring\r\naqcuisition,acquisition\r\naqnd,and\r\naqnowledgment,acknowledgement\r\naqquaintance,acquaintance\r\naqquaintances,acquaintances\r\naqquantance,acquaintance\r\naquaduct,aqueduct\r\naquaint,acquaint\r\naquaintace,acquaintace\r\naquaintaine,acquaintaine\r\naquaintance,acquaintance\r\naquaintances,acquaintances\r\naquaintanceship,acquaintanceship\r\naquaintd,acquaintd\r\naquainteance,acquainteance\r\naquainted,acquainted\r\naquaintel,acquaintel\r\naquaintenance,acquaintenance\r\naquaintence,acquaintance\r\naquaintences,acquaintences\r\naquaintense,acquaintense\r\naquaintenses,acquaintenses\r\naquaintents,acquaintance\r\naquaintinces,acquaintinces\r\naquainting,acquainting\r\naquaints,acquaintance\r\naquairum,aquarium\r\naqualy,equally\r\naquanitance,acquaintance\r\naquantaince,acquaintance\r\naquantance,acquaintance\r\naquantences,acquaintances\r\naquantience,acquaintance\r\naquarim,aquarium\r\naquaruim,aquarium\r\naquatance,acquaintance\r\naqucuntance,acquaintance\r\naquentance,acquaintance\r\naquentence,acquaintance\r\naquiantance,acquaintance\r\naquiese,acquiesce\r\naquifier,aquifer\r\naquipped,equipped\r\naquire,acquire\r\naquireacres,acquireacres\r\naquirecorp,acquirecorp\r\naquired,acquired\r\naquireed,acquireed\r\naquirefx,acquirefx\r\naquireing,acquireing\r\naquireit,acquireit\r\naquiremag,acquiremag\r\naquiremedia,acquiremedia\r\naquirement,acquirement\r\naquirer,acquirer\r\naquirers,acquirers\r\naquires,acquires\r\naquiress,acquiress\r\naquiretons,acquiretons\r\naquiretraining,acquiretraining\r\naquiri,acquiri\r\naquiria,acquiria\r\naquiriain,acquiriain\r\naquiriano,acquiriano\r\naquirias,acquirias\r\naquirico,acquirico\r\naquirids,acquirids\r\naquiring,acquiring\r\naquirion,acquirion\r\naquiris,acquiris\r\naquirium,acquirium\r\naquirius,acquirius\r\naquision,acquisition\r\naquisions,acquisitions\r\naquisistion,acquisition\r\naquisition,acquisition\r\naquisitions,acquisitions\r\naquisitive,acquisitive\r\naquisitn,acquisition\r\naquisitns,acquisitions\r\naquisiton,acquisition\r\naquisitons,acquisitions\r\naquistion,acquisition\r\naquistions,acquisitions\r\naquit,acquit\r\naquital,acquittal\r\naquitals,acquittals\r\naquitance,acquittance\r\naquitances,acquittances\r\naquited,acquitted\r\naquiting,acquitting\r\naquits,acquits\r\naquitt,acquit\r\naquittal,acquittal\r\naquittals,acquittals\r\naquitted,acquitted\r\naquitting,acquitting\r\naquitts,acquits\r\naquitttal,acquittal\r\naquitttals,acquittals\r\naquitttance,acquittance\r\naquitttances,acquittances\r\naquittted,acquitted\r\naquittting,acquitting\r\naquiver,a-quiver\r\naqusition,acquisition\r\naqusitions,acquisitions\r\nar,at\r\nara,are\r\naraay,array\r\narachester,orchestra\r\naracticle,aractical\r\narad,around\r\naraiba,arabia\r\naraiban,arabian\r\naraibans,arabians\r\naraibas,arabias\r\naraibia,arabia\r\naraibian,arabian\r\naraibians,arabians\r\naraibias,arabias\r\naraingements,arrangements\r\naraingments,arrangements\r\naramgeddon,armageddon\r\narangaments,arrangements\r\narange,arrange\r\naranged,arranged\r\narangement,arrangement\r\narangements,arrangements\r\naranger,arranger\r\naranges,arranges\r\naranging,arranging\r\narangments,arrangements\r\naraound,around\r\nararay,array\r\narargements,arrangements\r\narary,array\r\nararys,arrays\r\naray,array\r\narayy,array\r\narbatrary,arbitrary\r\narbbitrary,arbitrary\r\narbirtary,arbitrary\r\narbirtrary,arbitrary\r\narbitarary,arbitrary\r\narbitarily,arbitrarily\r\narbitariness,arbitrariness\r\narbitarry,arbitrary\r\narbitary,arbitrary\r\narbitary-precision,arbitrary-precision\r\narbitrabilty,arbitrability\r\narbitraily,arbitrarily\r\narbitraion,arbitration\r\narbitrairly,arbitrarily\r\narbitrairy,arbitrarily\r\narbitralily,arbitrarily\r\narbitrarely,arbitrarily\r\narbitrariliy,arbitrarily\r\narbitrarilly,arbitrarily\r\narbitrarion,arbitration\r\narbitrariy,arbitrarily\r\narbitrarly,arbitrary\r\narbitratily,arbitrarily\r\narbitraton,arbitration\r\narbitraty,arbitrary\r\narbitray,arbitrary\r\narbitre,arbiter\r\narbitrily,arbitrarily\r\narbiturary,arbitrary\r\narbiture,arbiter\r\narboritum,arboretum\r\narbouretum,arboretum\r\narbrbiterily,arbitrarily\r\narbrbiteriness,arbitrariness\r\narbrbitery,arbitrary\r\narbrbitrerily,arbitrarily\r\narbrbitreriness,arbitrariness\r\narbrbitrery,arbitrary\r\narbritarily,arbitrarily\r\narbritariness,arbitrariness\r\narbritary,arbitrary\r\narbritation,arbitration\r\narbritatry,arbitrary\r\narbritrarily,arbitrarily\r\narbritrariness,arbitrariness\r\narbritrary,arbitrary\r\narbtirary,arbitrary\r\narbtrary,arbitrary\r\narbutrary,arbitrary\r\narcaheology,archaeology\r\narcahic,archaic\r\narcaic,archaic\r\narcehtype,archetype\r\narcehtypes,archetypes\r\narcgument,argument\r\narch-independant,arch-independent\r\narch-nemesis,archnemesis\r\narchaelogical,archaeological\r\narchaelogists,archaeologists\r\narchaelogy,archaeology\r\narchaelolgical,archaelological\r\narchaelolgist,archaelologist\r\narchaelolgists,archaelologists\r\narchaeolgical,archaeological\r\narchaeolgist,archaeologist\r\narchaeolgists,archaeologists\r\narchaeolgy,archaeology\r\narchaeoligical,archaeological\r\narchaeoligist,archaeologist\r\narchaeololgical,archaeolological\r\narchaoelogy,archeology\r\narchaology,archeology\r\narchatypes,archetypes\r\narcheaolgical,archeaological\r\narcheaologist,archeologist\r\narcheaologists,archeologists\r\narcheaology,archaeology\r\narchectech,architect\r\narchectechs,architects\r\narchectecht,architect\r\narchectechts,architects\r\narchectect,architect\r\narchectects,architects\r\narchectet,architect\r\narchectets,architects\r\narchecture,architecture\r\narchectures,architectures\r\narchememies,archenemies\r\narchememy,archenemy\r\narchemimies,archenemies\r\narchemimy,archenemy\r\narchenemie,archenemy\r\narchenenmies,archenemies\r\narchenenmy,archenemy\r\narchenimies,archenemies\r\narchenimy,archenemy\r\narcheolgical,archeological\r\narcheoligist,archeologist\r\narchester,orchestra\r\narchetech,architect\r\narchetechs,architects\r\narchetecht,architect\r\narchetechts,architects\r\narchetechure,architecture\r\narchetect,architect\r\narchetects,architects\r\narchetectural,architectural\r\narchetecturally,architecturally\r\narchetecture,architecture\r\narchetectured,architectured\r\narchetectures,architectures\r\narchetet,architect\r\narchetets,architects\r\narchetipes,archetypes\r\narchetpye,archetype\r\narchetpyes,archetypes\r\narchetyps,archetypes\r\narchetypus,archetypes\r\narcheype,archetype\r\narcheytpes,archetypes\r\narchiac,archaic\r\narchictech,architect\r\narchictechs,architects\r\narchictecht,architect\r\narchictechts,architects\r\narchictect,architect\r\narchictects,architects\r\narchictectual,architectural\r\narchictectural,architectural\r\narchictecture,architecture\r\narchictectures,architectures\r\narchictecure,architecture\r\narchictet,architect\r\narchictets,architects\r\narchictetural,architectural\r\narchicteture,architecture\r\narchicture,architecture\r\narchiecture,architecture\r\narchiectures,architectures\r\narchieve,archive\r\narchieved,archived\r\narchievments,archievements\r\narchimedian,archimedean\r\narchitctures,architectures\r\narchitechs,architects\r\narchitecht,architect\r\narchitechts,architect\r\narchitechtura,architectura\r\narchitechtural,architectural\r\narchitechturally,architecturally\r\narchitechture,architecture\r\narchitechtures,architectures\r\narchitechura,architectura\r\narchitechural,architectural\r\narchitechure,architecture\r\narchitechures,architectures\r\narchitecitures,architectures\r\narchitecrure,architecture\r\narchitecs,architects\r\narchitecte,architecture\r\narchitecteral,architectural\r\narchitectes,architects\r\narchitectire,architecture\r\narchitectrual,architectural\r\narchitectual,architectural\r\narchitectually,architecturally\r\narchitectue,architecture\r\narchitectur,architecture\r\narchitectureal,architectural\r\narchitecturel,architectural\r\narchitecturial,architectural\r\narchitectuur,architecture\r\narchitecural,architectural\r\narchitecuralization,architecturalization\r\narchitecurally,architecturally\r\narchitecure,architecture\r\narchitecures,architectures\r\narchitecurtual,architecturtual\r\narchitecutral,architectural\r\narchitecutre,architecture\r\narchitet,architect\r\narchitetcure,architecture\r\narchitetura,architectura\r\narchitetural,architectural\r\narchiteturally,architecturally\r\narchiteture,architecture\r\narchitetures,architectures\r\narchitexts,architects\r\narchitexture,architecture\r\narchiture,architecture\r\narchitypal,archetypal\r\narchitype,archetype\r\narchitypes,archetypes\r\narchitypic,archetypic\r\narchitypical,archetypical\r\narchiv,archive\r\narchivem,archive\r\narchivment,archivement\r\narchoctech,architect\r\narchoctechs,architects\r\narchoctecht,architect\r\narchoctechts,architects\r\narchoctect,architect\r\narchoctects,architects\r\narchoctet,architect\r\narchoctets,architects\r\narchotech,architect\r\narchotechs,architects\r\narchotecht,architect\r\narchotechts,architects\r\narchotect,architect\r\narchotects,architects\r\narchotecture,architecture\r\narchotet,architect\r\narchotets,architects\r\narchtecture,architecture\r\narchtiects,architects\r\narchtiecture,architecture\r\narchtitecture,architecture\r\narchtypal,archetypal\r\narchtype,archetype\r\narchtypes,archetypes\r\narchtypic,archetypic\r\narchtypical,archetypical\r\narchuve,archive\r\narchve,archive\r\narchvie,archive\r\narchvies,archives\r\narchytypes,archetypes\r\narcicles,articles\r\narcitechture,architecture\r\narcitectures,architectures\r\narcives,archives\r\narciving,archiving\r\narcordance,accordance\r\narctical,article\r\narcument,argument\r\narcylic,acrylic\r\nard,are\r\nardinarily,ordinarily\r\nardware,hardware\r\nare't,aren't\r\naready,already\r\narealy,really\r\nareana,arena\r\nareapanle,aeroplane\r\nareaplane,aeroplane\r\nared,are\r\naree,are\r\naregument,arguement\r\nareguments,arguments\r\narehandy,handy\r\naremnian,armenian\r\naremove,remove\r\naren,aren't\r\narenser,answer\r\narent,aren't\r\narentee,guarantee\r\narentheses,parentheses\r\nareobic,aerobic\r\nareobics,aerobics\r\nareodrome,aerodrome\r\nareodromes,aerodromes\r\nareodynamic,aerodynamic\r\nareodynamical,aerodynamical\r\nareodynamics,aerodynamics\r\nareomechanic,aeromechanic\r\nareomechanical,aeromechanical\r\nareomechanics,aeromechanics\r\nareonautic,aeronautic\r\nareonautical,aeronautical\r\nareonautics,aeronautics\r\nareoplane,aeroplane\r\nareoplanes,aeroplanes\r\nareosol,aerosol\r\nareosols,aerosols\r\nareospace,aerospace\r\narepain,aeroplane\r\narepalane,aeroplane\r\nareplane,aeroplane\r\narepository,repository\r\narequire,require\r\narere,are\r\naresnal,arsenal\r\narest,arrest\r\naret,are\r\narethmetic,arithmetic\r\naretmis,artemis\r\narficat,artifact\r\narful,awful\r\narfull,awful\r\narfully,artfully\r\narfument,argument\r\nargement,argument\r\nargentia,argentina\r\nargentinia,argentina\r\narger,larger\r\nargessive,agressive\r\narget,target\r\nargeument,arguement\r\nargicultural,agricultural\r\nargiculture,agriculture\r\nargment,argument\r\nargments,arguments\r\nargmuent,argument\r\nargmuents,aarguments\r\nargnetina,Argentina\r\narguabley,arguably\r\narguablly,arguably\r\nargubaly,arguably\r\nargubly,arguably\r\nargueable,arguable\r\nargueably,arguably\r\nargueble,arguable\r\narguebly,arguably\r\nargueing,arguing\r\narguement,argument\r\narguementa,argumenta\r\narguementation,argumentation\r\narguementative,argumentative\r\narguementatively,argumentatively\r\narguementive,argumentive\r\narguements,arguments\r\narguementum,argumentum\r\narguemet,arguement\r\narguemnet,arguement\r\narguemnt,argument\r\narguemnts,arguments\r\narguemtn,arguement\r\narguemtns,arguments\r\narguent,argument\r\narguents,arguments\r\narguiable,arguable\r\narguiably,arguably\r\narguible,arguable\r\nargumants,arguments\r\nargumeent,arguement\r\nargumemts,arguments\r\nargumen,argument\r\nargumenet,argument\r\nargumens,arguments\r\nargumenst,arguments\r\nargumentas,arguments\r\nargumentate,argumentative\r\nargumentatie,argumentative\r\nargumentitive,argumentative\r\nargumentos,arguments\r\nargumentsi,arguments\r\nargumentss,arguments\r\nargumet,argument\r\nargumetn,argument\r\nargumetns,arguments\r\nargumnent,argument\r\nargumnet,argument\r\nargumnets,arguments\r\nargumnts,aarguments\r\nargumrnt,argument\r\nargumument,argument\r\narguuably,arguably\r\narguuble,arguable\r\narguument,argument\r\nargyument,argument\r\nargyuments,arguments\r\narhc,arch\r\narhictecture,architecture\r\narhitecture,architecture\r\narhive,archive\r\narhtritis,arthritis\r\naria-selcted,aria-selected\r\narialabel,aria-label\r\nariases,aliases\r\naribitrary,arbitrary\r\nariborne,airborne\r\naribter,arbiter\r\naribtrarily,arbitrarily\r\naribtrary,arbitrary\r\naribtration,arbitration\r\naricles,articles\r\naricraft,aircraft\r\naricticure,architecture\r\narifact,artifact\r\narifacts,artifacts\r\nariflow,airflow\r\nariginaly,originally\r\narigionally,originally\r\narigionaly,originally\r\narigments,arrangements\r\narigorous,a rigorous\r\nariline,airline\r\nariliner,airliner\r\nariliners,airliners\r\narilines,airlines\r\narioplan,aeroplane\r\nariplane,airplane\r\nariplanes,airplanes\r\nariport,airport\r\nariports,airports\r\narised,arose\r\narisoft,airsoft\r\narispace,airspace\r\naristolte,aristotle\r\naristote,aristotle\r\naristotel,aristotle\r\narite,write\r\naritfact,artifact\r\naritfacts,artifacts\r\narithematic,arithmetic\r\narithemetic,arithmetic\r\narithemtic,arithmetic\r\narithmatic,arithmetic\r\narithmatics,arithmetic\r\narithmeic,arithmetic\r\narithmentic,arithmetic\r\narithmethic,arithmetic\r\narithmetics,arithmetic\r\narithmetisch,arithmetic\r\narithmetric,arithmetic\r\narithmitic,arithmetic\r\nariticle,article\r\naritist,artist\r\naritistic,artistic\r\naritistically,artistically\r\naritists,artists\r\naritmethic,arithmetic\r\naritmetic,arithmetic\r\naritsts,artists\r\narival,arrival\r\narivals,arrivals\r\narive,arrive\r\narived,arrived\r\narives,arrives\r\nariving,arriving\r\narizonia,arizona\r\narkasnas,arkansas\r\narlarm,alarm\r\narleady,already\r\narlighty,alrighty\r\narlignton,arlington\r\narlingotn,arlington\r\narlotment,allotment\r\narmagaddon,armageddon\r\narmageddan,armageddon\r\narmagedddon,armageddon\r\narmagedden,armageddon\r\narmageddeon,armageddon\r\narmageddin,armageddon\r\narmageddomon,armageddon\r\narmagedeon,armageddon\r\narmageedon,armageddon\r\narmagideon,armageddon\r\narmamant,armament\r\narmastace,armistice\r\narmastaces,armistices\r\narmastase,armistice\r\narmastases,armistices\r\narmastice,armistice\r\narmastices,armistices\r\narmastise,armistice\r\narmastises,armistices\r\narmchar,armchair\r\narmegaddon,armageddon\r\narmenain,armenian\r\narmenina,armenian\r\narmey,army\r\narmistace,armistice\r\narmistaces,armistices\r\narmistase,armistice\r\narmistases,armistices\r\narmpitts,armpits\r\narmstorng,armstrong\r\narmstrog,armstrong\r\narn't,aren't\r\narn;t,aren't\r\narn`t,aren't\r\narne't,aren't\r\narning,warning\r\narnser,answer\r\narnt,aunt\r\narnte,aunt\r\narn’t,aren't\r\naroand,around\r\narode,around\r\naroeplane,aeroplane\r\narogant,arrogant\r\narogent,arrogant\r\naron,around\r\narond,around\r\naroplane,aeroplane\r\naroplaned,aeroplane\r\narornd,round\r\naroud,around\r\naroude,around\r\narould,around\r\naroun,around\r\narounded,around\r\narouned,around\r\narounf,around\r\naroung,around\r\narow,arrow\r\narownd,around\r\narpanoid,paranoid\r\narparatos,apparatus\r\narpatheid,apartheid\r\narpertunities,opportunities\r\narpeture,aperture\r\narplane,aeroplane\r\narpocking,approaching\r\narquitecture,architecture\r\narra,array\r\narrage,arrange\r\narragements,arrangements\r\narragment,arrangement\r\narragned,arranged\r\narrainged,arranged\r\narraingements,arrangements\r\narraingments,arrangements\r\narraival,arrival\r\narraive,arrive\r\narramgements,arrangements\r\narramgments,arrangements\r\narraneging,arranging\r\narrangeing,arranging\r\narrangemence,arrangements\r\narrangenent,arrangements\r\narrangerad,arranged\r\narrangesments,arrangements\r\narrangment,arrangement\r\narrangments,arrangements\r\narrangnents,arrangements\r\narranng,arranging\r\narrary,array\r\narrat,array\r\narray-valuedd,array-valued\r\narray-vaued,array-valued\r\narraya,arrays\r\narraybool,array\r\narrayddd,array\r\narrayx,array\r\narre,are\r\narrea,area\r\narrectsorately,affectionately\r\narrenge,arrange\r\narrengement,arrangement\r\narrengements,arrangements\r\narresst,arrests\r\narrestes,arrests\r\narrestos,arrests\r\narrguments,arguments\r\narridgenally,originally\r\narridionally,originally\r\narrise,arise\r\narrivial,arrival\r\narrivingat,arriving at\r\narro,arrow\r\narrond,around\r\narror,error\r\narroud,around\r\narround,around\r\narrouse,arouse\r\narrows-benchamrk,arrows-benchmark\r\narrowwing,arrowing\r\narrqy,array\r\narrray,array\r\narry,array\r\narrylike,arraylike\r\narsenaal,arsenal\r\narser,answer\r\narsneal,arsenal\r\narswer,answer\r\nart-room,art room\r\nartcile,article\r\nartciles,articles\r\nartcle,article\r\narte,art\r\nartekal,article\r\nartemios,artemis\r\nartemius,artemis\r\narteny,attorney\r\narter,after\r\nartest,artist\r\nartfact,artifact\r\nartfacts,artifacts\r\nartfuly,artfully\r\narthematic,arithmetic\r\narthimetic,arithmetic\r\narthirtis,arthritis\r\narthmetic,arithmetic\r\narthrits,arthritis\r\nartiale,article\r\nartibrarily,arbitrarily\r\nartibrated,arbitrated\r\nartic,arctic\r\nartica,article\r\nartical,article\r\narticals,articles\r\narticas,articles\r\nartice,article\r\narticel,article\r\narticels,articles\r\nartices,articles\r\narticially,artificially\r\narticifial,artificial\r\narticifially,artificially\r\narticifical,artificial\r\narticluate,articulate\r\narticluated,articulated\r\narticualte,articulate\r\narticualted,articulated\r\narticulatoin,articulation\r\narticule,articulate\r\narticulted,articulated\r\nartiefcts,artefacts\r\nartifac,artifact\r\nartifacs,artifacts\r\nartifacst,artifacts\r\nartifactos,artifacts\r\nartifcacts,artifacts\r\nartifcat,artifact\r\nartifcats,artifacts\r\nartifiacts,artifacts\r\nartificacts,artifacts\r\nartificailly,artificially\r\nartifical,artificial\r\nartificality,artificiality\r\nartifically,artificially\r\nartificals,artificials\r\nartificialy,artificially\r\nartificiel,artificial\r\nartificiella,artificial\r\nartifict,artifact\r\nartificually,artificially\r\nartifiically,artificially\r\nartihmetic,arithmetic\r\nartilary,artillery\r\nartilce,article\r\nartilces,articles\r\nartilerry,artillery\r\nartilery,artillery\r\nartillary,artillery\r\nartillerly,artillery\r\nartilley,artillery\r\nartingrpahics,artingraphics\r\nartisitc,artistic\r\nartistan,artisan\r\nartistas,artists\r\nartistc,artistic\r\nartisties,artistries\r\nartisty,artistry\r\nartitecture,architecture\r\nartmeis,artemis\r\nartsit,artist\r\nartsitic,artistic\r\nartsitically,artistically\r\nartsits,artists\r\nartuckes,articles\r\nartument,argument\r\nartuments,arguments\r\naruement,argument\r\narugable,arguable\r\narugably,arguably\r\narugement,arguement\r\naruging,arguing\r\narugment,argument\r\narugmentative,argumentative\r\narugments,arguments\r\narugument,argument\r\naruguments,arguments\r\narument,argument\r\naruments,arguments\r\narund,around\r\naruond,around\r\narw,are\r\narwer,answer\r\narwner,answer\r\narwser,answer\r\nasadas,asada\r\nasadopted,as adopted\r\nasain,asian\r\nasainism,asianism\r\nasainity,asianity\r\nasains,asians\r\nasainsity,asiansity\r\nasapragus,asparagus\r\nasassan,assassin\r\nasassans,assassins\r\nasault,assault\r\nasaulted,assaulted\r\nasaulting,assaulting\r\nasaults,assaults\r\nasbestoast,asbestos\r\nasbestoes,asbestos\r\nasborb,absorb\r\nasborbant,absorbant\r\nasborbed,absorbed\r\nasborbent,absorbent\r\nasborber,absorber\r\nasborbers,absorbers\r\nasborbic,absorbic\r\nasborbing,absorbing\r\nasborbs,absorbs\r\nasborbyl,absorbyl\r\nasbracted,abstracted\r\nasbtracts,abstracts\r\nasburdity,absurdity\r\nasburdly,absurdly\r\nascape,escape\r\nasccount,account\r\nasceding,ascending\r\nascendend,ascended\r\nascentivly,ascentively\r\nascertaina,ascertain\r\nascertaine,ascertain\r\nascertainities,ascertainties\r\nascertan,ascertain\r\nascertian,ascertain\r\nascertiau,ascertain\r\nascertoined,ascertain\r\nascesiin,accession\r\nascesion,accession\r\nascesoin,accession\r\nascesoon,accession\r\nascession,accession\r\nascked,asked\r\nascneded,ascended\r\nascneding,ascending\r\nascnesion,ascension\r\nascociation,association\r\nascreligious,sacrilegious\r\nascts,acts\r\nascumend,accustomed\r\nascurtain,ascertain\r\nascustomed,accustomed\r\nasd,ask\r\nasdent,accident\r\nase,as\r\nasecend,ascend\r\nasecended,ascended\r\nasecending,ascending\r\nasecends,ascends\r\nasecension,ascension\r\nasecensions,ascensions\r\naseet,asset\r\nasembely,assembly\r\nasemblance,assemblance\r\nasemblazatlas,assemblazatlas\r\nasemble,assembly\r\nasemblea,assemblea\r\nasembled,assembled\r\nasembleo,assembleo\r\nasembler,assembler\r\nasemblera,assemblera\r\nasembles,assembles\r\nasembley,assembley\r\nasembleya,assembleya\r\nasemblies,assemblies\r\nasembling,assembling\r\nasembliya,assembliya\r\nasemblon,assemblon\r\nasemblr,assemblr\r\nasembly,assembly\r\nasemblyman,assemblyman\r\nasemblymember,assemblymember\r\nasemnly,assembly\r\nasend,ascend\r\nasendand,ascendant\r\nasendands,ascendants\r\nasendant,ascendant\r\nasendants,ascendants\r\nasended,ascended\r\nasendend,ascendent\r\nasendends,ascendents\r\nasendent,ascendent\r\nasendents,ascendents\r\nasending,ascending\r\nasends,ascends\r\nasentain,ascertain\r\nasentote,asymptote\r\naser,answer\r\nasert,assert\r\nasertain,ascertain\r\nasertained,ascertain\r\nasertisk,asterisk\r\nasess,assess\r\nasethetic,aesthetic\r\nasethetically,aesthetically\r\nasethetics,aesthetics\r\nasetic,ascetic\r\nasetically,ascetically\r\naseticism,asceticism\r\nasetics,ascetics\r\naseuxal,asexual\r\nasexaul,asexual\r\nasfar,as far\r\nasgainst,against\r\nasgent,agent\r\nashame,ashamed\r\nashis,ashes\r\nashpalt,asphalt\r\nashphalt,asphalt\r\nashphelt,asphalt\r\nasident,accident\r\nasign,assign\r\nasigned,assigned\r\nasigning,assigning\r\nasignment,assignment\r\nasignments,assignments\r\nasigns,assigns\r\nasile,aisle\r\nasimilate,assimilate\r\nasincronious,asynchronous\r\nasing,using\r\nasiprin,aspirin\r\nasis,axis\r\nasisgned,assigned\r\nasisst,assist\r\nasisstance,assistance\r\nasisstant,assistant\r\nasisstants,assistants\r\nasissted,assisted\r\nasissting,assisting\r\nasissts,assists\r\nasist,assist\r\nasistance,assistance\r\nasistant,assistant\r\nasistants,assistants\r\nasisted,assisted\r\nasistence,assistance\r\nasistences,assistances\r\nasistent,assistant\r\nasistentasenb,assistantasenb\r\nasistente,assistante\r\nasistenteejecutiva,assistanteejecutiva\r\nasistentes,assistantes\r\nasistentesque,assistantesque\r\nasistentevirtual,assistantevirtual\r\nasistenti,assistanti\r\nasistentia,assistantia\r\nasistentiek,assistantiek\r\nasistentii,assistantii\r\nasistentilor,assistantilor\r\nasistentite,assistantite\r\nasistentka,assistantka\r\nasistentku,assistantku\r\nasistentu,assistantu\r\nasistentul,assistantul\r\nasistenty,assistanty\r\nasisting,assisting\r\nasists,assists\r\nasitance,assistance\r\nasitances,assistances\r\nasitant,assistant\r\nasitence,assistance\r\nasitences,assistances\r\nasitent,assistant\r\nasitude,altitude\r\nasjust,adjust\r\naske,ask\r\naskedd,asked\r\naskeing,asking\r\naskes,asked\r\naski,ask\r\naskin,asking\r\naskreddt,askreddit\r\naskt,asked\r\nasleeep,asleep\r\naslep,asleep\r\naslias,alias\r\naslo,also\r\naslready,already\r\nasnwer,answer\r\nasnwered,answered\r\nasnwering,answering\r\nasnwers,answers\r\nasnyc,async\r\nasnychronous,asynchronous\r\naso,also\r\nasociaite,associate\r\nasociaited,associated\r\nasociaites,associates\r\nasociaiting,associating\r\nasociaition,association\r\nasociaitions,associations\r\nasociate,associate\r\nasociated,associated\r\nasociates,associates\r\nasociating,associating\r\nasociation,association\r\nasociations,associations\r\nasorb,absorb\r\nasorbable,absorbable\r\nasorbance,absorbance\r\nasorbant,absorbant\r\nasorbate,absorbate\r\nasorbcn,absorbcn\r\nasorbed,absorbed\r\nasorbency,absorbency\r\nasorbent,absorbent\r\nasorber,absorber\r\nasorbers,absorbers\r\nasorbic,absorbic\r\nasorbing,absorbing\r\nasorbital,absorbital\r\nasorbits,absorbits\r\nasorblog,absorblog\r\nasorbs,absorbs\r\nasorbyl,absorbyl\r\nasosciated,associated\r\nasource,source\r\naspacelly,especially\r\naspahlt,asphalt\r\naspeally,especially\r\naspeat,aspect\r\naspecs,aspects\r\naspectes,aspects\r\naspectos,aspects\r\naspeially,especially\r\nasperations,aspirations\r\naspergerers,aspergers\r\nasperges,aspergers\r\naspet,aspect\r\nasphelt,asphalt\r\nasphlat,asphalt\r\nasphyxaite,asphyxiate\r\nasphyxaited,asphyxiated\r\nasphyxaites,asphyxiates\r\nasphyxaiting,asphyxiating\r\nasphyxaition,asphyxiation\r\nasphyxate,asphyxiate\r\nasphyxated,asphyxiated\r\nasphyxates,asphyxiates\r\nasphyxating,asphyxiating\r\nasphyxation,asphyxiation\r\naspirationa,aspirational\r\naspiratoins,aspirations\r\naspiratons,aspirations\r\naspoint,appoint\r\naspointillism,appointillism\r\naspriations,aspirations\r\naspriin,aspirin\r\nasquickly,quickly\r\nassagne,assange\r\nassamble,assemble\r\nassambled,assembled\r\nassambles,assembles\r\nassambly,assembly\r\nassasan,assassin\r\nassasanate,assassinate\r\nassasanated,assassinated\r\nassasanates,assassinates\r\nassasanation,assassination\r\nassasanations,assassinations\r\nassasans,assassins\r\nassasin,assassin\r\nassasinate,assassinate\r\nassasinated,assassinated\r\nassasinates,assassinates\r\nassasination,assassination\r\nassasinations,assassinations\r\nassasined,assassinated\r\nassasins,assassins\r\nassassan,assassin\r\nassassans,assassins\r\nassassian,assassin\r\nassassians,assassin\r\nassassiante,assassinate\r\nassassinare,assassinate\r\nassassinas,assassins\r\nassassinatd,assassinated\r\nassassinatin,assassination\r\nassassinato,assassination\r\nassassinats,assassins\r\nassassine,assassinate\r\nassassines,assassins\r\nassassinos,assassins\r\nassassintation,assassination\r\nassassinted,assassinated\r\nassasssin,assassins\r\nassatain,ascertain\r\nassatly,assately\r\nassaultes,assaults\r\nasscertain,ascertain\r\nassciated,associated\r\nasscociated,associated\r\nasscociation,association\r\nasscoiate,associate\r\nasscoiated,associated\r\nassebmlies,assemblies\r\nasseciated,associated\r\nassembaly,assembly\r\nassembe,assemble\r\nassembed,assembled\r\nassembelance,assemblance\r\nassembeld,assembled\r\nassembeled,assembled\r\nassembeleis,assemblies\r\nassembelies,assemblies\r\nassembeling,assembling\r\nassembely,assembly\r\nassember,assembler\r\nassemberly,assembly\r\nassembilies,assemblies\r\nassemblare,assemble\r\nassembleing,assembling\r\nassembley,assembly\r\nassemblie,assemble\r\nassemblity,assembility\r\nassemblying,assembling\r\nassemblys,assemblies\r\nassemby,assembly\r\nassemlies,assemblies\r\nassemly,assembly\r\nassemnbly,assembly\r\nassemplage,assemblage\r\nassemple,assemble\r\nassempled,assembled\r\nassemplies,assemblies\r\nassempling,assembling\r\nassemply,assembly\r\nassenmbler,assembler\r\nasseptable,acceptable\r\nasser,assert\r\nassersions,assertions\r\nassertain,ascertain\r\nassertainal,ascertain\r\nassertaine,ascertain\r\nassertained,ascertain\r\nassertaining,ascertain\r\nassertan,ascertain\r\nassertant,ascertain\r\nassertation,assertion\r\nassertations,assertions\r\nassertative,assertive\r\nassertin,assertions\r\nassertino,assertion\r\nassertioin,assertion\r\nassertios,assertions\r\nassertivly,assertively\r\nassertnig,asserting\r\nassesement,assessment\r\nassesements,assessments\r\nassesment,assessment\r\nassessablity,assessability\r\nassessiblilty,assessibility\r\nassessmentof,assessment of\r\nassesssed,assessed\r\nassesssing,assessing\r\nassesssor,assessor\r\nassesssors,assessors\r\nassest,assets\r\nassestment,assessment\r\nassests,assets\r\nasseted,asserted\r\nassetion,assertion\r\nassetions,assertions\r\nassgin,assign\r\nassgined,assigned\r\nassgining,assigning\r\nassginment,assignment\r\nassginments,assignments\r\nassgins,assigns\r\nassgnment,assignment\r\nasshates,asshats\r\nasshatts,asshats\r\nassiated,associated\r\nassicaiated,associated\r\nassicated,associated\r\nassiciated,associated\r\nassiciative,associative\r\nasside,aside\r\nassidious,assiduous\r\nassidiously,assiduously\r\nassidous,assiduous\r\nassidously,assiduously\r\nassig,assign\r\nassiged,assigned\r\nassigend,assigned\r\nassiggment,assignment\r\nassighnments,assignments\r\nassigment,assignment\r\nassigmental,assignmental\r\nassigments,assignments\r\nassigmments,assignments\r\nassignanle,assignable\r\nassigne,assigned\r\nassigneed,assigned\r\nassignement,assignment\r\nassignements,assignments\r\nassignemnt,assignment\r\nassignemntal,assignmental\r\nassignemnts,assignments\r\nassigniees,assignees\r\nassignmen,assignment\r\nassignmenr,assignment\r\nassignmets,assignment\r\nassignmnet,assignment\r\nassimalate,assimilate\r\nassimialted,assimilate\r\nassimilant,assimilate\r\nassimilare,assimilate\r\nassimilatie,assimilate\r\nassimile,assimilate\r\nassimilerat,assimilate\r\nassimiliate,assimilate\r\nassimiliated,assimilated\r\nassimliate,assimilate\r\nassimliated,assimilate\r\nassimulate,assimilate\r\nassing,assigning\r\nassinged,assigned\r\nassingees,assignees\r\nassinging,assigning\r\nassingment,assignment\r\nassingments,assignments\r\nassings,assigns\r\nassinine,asinine\r\nassinment,assignment\r\nassinstant,assistant\r\nassiociated,associated\r\nassisant,assistant\r\nassisiated,associated\r\nassisnate,assassinate\r\nassisnated,assassinated\r\nassisnates,assassinates\r\nassisnation,assassination\r\nassisnations,assassinations\r\nassissinated,assassinated\r\nassisst,assists\r\nassisstance,assistance\r\nassisstant,assistant\r\nassisstants,assistants\r\nassissted,assisted\r\nassisstence,assistance\r\nassisstent,assistant\r\nassissting,assisting\r\nassissts,assists\r\nassistanat,assistants\r\nassistans,assistants\r\nassistanse,assistants\r\nassistante,assistance\r\nassistantes,assistants\r\nassistantof,assistant of\r\nassistat,assistants\r\nassistatn,assistant\r\nassistatnly,assistantly\r\nassistatns,assistants\r\nassistenace,assistence\r\nassistence,assistance\r\nassistences,assistances\r\nassistendo,assisted\r\nassistent,assistant\r\nassistenta,assistanta\r\nassistentboligen,assistantboligen\r\nassistente,assistante\r\nassistenten,assistanten\r\nassistenter,assistanter\r\nassistentes,assistantes\r\nassistentia,assistantia\r\nassistentialist,assistantialist\r\nassistentiewoningen,assistantiewoningen\r\nassistentiezones,assistantiezones\r\nassistentifamigliari,assistantifamigliari\r\nassistently,assistantly\r\nassistentoavsett,assistantoavsett\r\nassistents,assistants\r\nassistentti,assistantti\r\nassistentus,assistantus\r\nassistentvare,assistantvare\r\nassistsnt,assistants\r\nassit,assist\r\nassitance,assistance\r\nassitances,assistances\r\nassitant,assistant\r\nassitante,assistante\r\nassitantes,assistantes\r\nassitants,assistants\r\nassitantship,assistantship\r\nassitantships,assistantships\r\nassited,assisted\r\nassitence,assistance\r\nassitences,assistances\r\nassitent,assistant\r\nassitente,assistante\r\nassiting,assisting\r\nassitive,assistive\r\nassits,assists\r\nassk,ask\r\nassm,assembly\r\nassmeble,assemble\r\nassmebled,assembled\r\nassmebling,assembling\r\nassmebly,assembly\r\nassmelber,assembler\r\nassnage,assange\r\nassocaite,associate\r\nassocaited,associated\r\nassocaites,associates\r\nassocaiting,associating\r\nassocaition,associations\r\nassocaitions,associations\r\nassocate,associate\r\nassocated,associated\r\nassocates,associates\r\nassocating,associating\r\nassocation,association\r\nassocations,associations\r\nassocative,associative\r\nassociacted,associated\r\nassociaged,associated\r\nassociaion,association\r\nassociaiton,associations\r\nassociaitons,associations\r\nassociaste,associate\r\nassociat,associate\r\nassociatged,associated\r\nassociatiated,associated\r\nassociatie,associated\r\nassociatied,associated\r\nassociaties,associates\r\nassociatin,associations\r\nassociatioin,association\r\nassociatioins,associations\r\nassociationg,associating\r\nassociationthis,associations\r\nassociativitiy,associativity\r\nassociato,association\r\nassociatoin,association\r\nassociatoins,associations\r\nassociaton,association\r\nassociatons,associations\r\nassocicate,associate\r\nassocicated,associated\r\nassocicates,associates\r\nassocicating,associating\r\nassocisted,associates\r\nassocitated,associated\r\nassocite,associate\r\nassocited,associated\r\nassocition,association\r\nassocitttion,associttion\r\nassocuated,associated\r\nassoicaite,associate\r\nassoicaited,associated\r\nassoicaites,associates\r\nassoicaiting,associating\r\nassoicaition,association\r\nassoicaitions,associations\r\nassoicate,associate\r\nassoicated,associated\r\nassoicates,associates\r\nassoicating,associating\r\nassoication,association\r\nassoications,associations\r\nassoicative,associative\r\nassoiciate,associate\r\nassortain,ascertain\r\nassortativly,assortatively\r\nassosciation,association\r\nassosiated,associated\r\nassosiates,associates\r\nassosiating,associating\r\nassosiation,association\r\nassosiations,associations\r\nassosiative,associative\r\nassosicated,associated\r\nassosication,assassination\r\nassossiated,associated\r\nassotiated,associated\r\nassotiations,associations\r\nassoziation,association\r\nassretion,assertion\r\nassrt,assert\r\nassrtain,ascertain\r\nasssalt,assault\r\nasssalted,assaulted\r\nasssalting,assaulting\r\nasssalts,assaults\r\nasssasin,assassin\r\nasssasins,assassins\r\nasssassan,assassin\r\nasssassans,assassins\r\nasssembler,assembler\r\nasssets,assets\r\nasssigned,assigned\r\nasssigning,assigning\r\nasssignment,assignment\r\nasssignments,assignments\r\nasssigns,assigns\r\nasssit,assist\r\nasssitance,assistance\r\nasssitant,assistant\r\nasssits,assists\r\nassslt,assault\r\nassslted,assaulted\r\nassslting,assaulting\r\nassslts,assaults\r\nasssociated,associated\r\nasssociations,associations\r\nassssassan,assassin\r\nassssassans,assassins\r\nasssssassan,assassin\r\nasssssassans,assassins\r\nasssume,assume\r\nasssuming,assuming\r\nasstained,ascertain\r\nassteemed,esteemed\r\nassterane,ascertain\r\nasstertain,ascertain\r\nasstronomer,astronomer\r\nassualt,assault\r\nassualted,assaulted\r\nassualting,assaulting\r\nassualts,assaults\r\nassuarance,assurance\r\nassuemd,assumed\r\nassueme,assume\r\nassuimg,assuming\r\nassuing,assuming\r\nassulated,assaulted\r\nassult,assault\r\nassulted,assaulted\r\nassulting,assaulting\r\nassults,assaults\r\nassumeing,assuming\r\nassumess,assumes\r\nassumet,assume\r\nassumme,assume\r\nassummed,assumed\r\nassummes,assumes\r\nassumming,assuming\r\nassummingly,assumingly\r\nassummption,assumption\r\nassummptions,assumptions\r\nassumpation,assumption\r\nassumptious,assumptions\r\nassums,assumes\r\nassumtions,assumptions\r\nassumung,assuming\r\nassupmption,assumption\r\nassupmtion,assumptions\r\nassuption,assumption\r\nassurce,assures\r\nassurtain,ascertain\r\nassurtained,ascertain\r\nassymetric,asymmetric\r\nassymetrical,asymmetrical\r\nassymetricality,asymmetricality\r\nassymetrically,asymmetrically\r\nassymetricals,asymmetricals\r\nassymetricaly,asymmetricaly\r\nassymetrics,asymmetrics\r\nassymetry,asymmetry\r\nassymmetric,asymmetric\r\nassymmetrical,asymmetrical\r\nassymmetry,asymmetry\r\nassymnerical,asymmetrical\r\nassymnetry,asymmetry\r\nassymptotic,asymptotic\r\nassync,async\r\nassynchronous,asynchronous\r\nassynchronously,asynchronously\r\nassyriolgist,assyriologist\r\nastablish,establish\r\nastablishing,establishing\r\nastate,estate\r\nasteblishing,establishing\r\nasteemed,esteemed\r\nasteorid,asteroid\r\nasteorids,asteroids\r\nasterane,ascertain\r\nasterices,asterisks\r\nasterick,asterisk\r\nastericks,asterisk\r\nasterik,asterisk\r\nasteriks,asterisk\r\nasteriod,asteroid\r\nasteriodal,asteroidal\r\nasteriods,asteroids\r\nasterix,asterisk\r\nasteroides,asteroids\r\nasterois,asteroids\r\nastersik,asterisk\r\nastertain,ascertain\r\nastertained,ascertain\r\nasthe,as the\r\nasthecic,aesthetic\r\nasthecical,aesthetical\r\nasthecicaly,aestheticaly\r\nasthecics,aesthetics\r\nasthetiac,aesthetic\r\nasthetiacal,aesthetical\r\nasthetiacaly,aestheticaly\r\nasthetiacs,aesthetics\r\nasthetic,aesthetic\r\nasthetical,aesthetical\r\nasthetically,aesthetically\r\nastheticaly,aestheticaly\r\nasthetics,aesthetics\r\nastingency,astringency\r\nastingent,astringent\r\nastingently,astringently\r\nastonashing,astonishing\r\nastonising,astonishing\r\nastonomer,astronomer\r\nastonomers,astronomers\r\nastonomic,astronomic\r\nastonomical,astronomical\r\nastonomically,astronomically\r\nastonomicon,astronomicon\r\nastonomy,astronomy\r\nastonoshing,astonishing\r\nastornauts,astronauts\r\nastranauts,astronauts\r\nastranomical,astronomical\r\nastrickses,asterisks\r\nastring,string\r\nastrisk,asterisk\r\nastroanut,astronaut\r\nastrogrpah,astrograph\r\nastrogrpahs,astrographs\r\nastrolgical,astrological\r\nastroligical,astrological\r\nastroligist,astrologist\r\nastromonical,astronomical\r\nastronat,astronaut\r\nastronatus,astronauts\r\nastronaught,astronaut\r\nastronaunt,astronaut\r\nastronaunts,astronaut\r\nastronautas,astronauts\r\nastronautes,astronauts\r\nastronautlis,astronauts\r\nastronimical,astronomical\r\nastrono-associated,astronomy-associated\r\nastronomia,astronomical\r\nastronomicly,astronomical\r\nastronouts,astronauts\r\nastronuat,astronaut\r\nastronuats,astronauts\r\nastrounat,astronaut\r\nasttribute,attribute\r\nasume,assume\r\nasumed,assumed\r\nasumes,assumes\r\nasuming,assuming\r\nasumingly,assumingly\r\nasumption,assumption\r\nasumptions,assumptions\r\nasurb,absurd\r\nasure,ensure\r\nasured,assured\r\nasurtaine,ascertain\r\nasurtand,ascertain\r\nasurtane,ascertain\r\nasuterity,austerity\r\nasutralian,australian\r\nasutria,austria\r\nasutrian,austrian\r\naswell,as well\r\naswer,answer\r\naswerd,answer\r\naswere,answer\r\naswered,answered\r\naswering,answering\r\nasychnronous,asynchronous\r\nasychronous,asynchronous\r\nasychronously,asynchronously\r\nasychrously,asynchronously\r\nasycn,async\r\nasycnhronous,asynchronous\r\nasycnhronously,asynchronously\r\nasycronous,asynchronous\r\nasymetric,asymmetric\r\nasymetrica,asymmetrica\r\nasymetrical,asymmetrical\r\nasymetricalhomo,asymmetricalhomo\r\nasymetrically,asymmetrically\r\nasymetrics,asymmetrics\r\nasymetries,asymmetries\r\nasymetry,asymmetry\r\nasymettric,asymmetric\r\nasymtotically,asymptotically\r\nasyn,async\r\nasynce,async\r\nasynch,asynchronous\r\nasynchlonously,asynchronously\r\nasynchonicity,asynchronicity\r\nasynchonous,asynchronous\r\nasynchonously,asynchronously\r\nasynchoronously,asynchronously\r\nasynchrnous,asynchronous\r\nasynchrnously,asynchronously\r\nasynchrohous,asynchronous\r\nasynchromous,asynchronous\r\nasynchrone,asynchronous\r\nasynchroneaously,asynchronously\r\nasynchroneous,asynchronous\r\nasynchroneously,asynchronously\r\nasynchronious,asynchronous\r\nasynchronity,asynchronicity\r\nasynchronoous,asynchronous\r\nasynchronos,asynchronous\r\nasynchronoulsy,asynchronously\r\nasynchronouly,asynchronously\r\nasynchronour,asynchronous\r\nasynchronoursly,asynchronously\r\nasynchronousely,asynchronously\r\nasynchronus,asynchronous\r\nasynchronusly,asynchronously\r\nasynchrosous,asynchronous\r\nasynchrounous,asynchronous\r\nasynchrouns,asynchronous\r\nasynchrous,asynchronous\r\nasynchrously,asynchronously\r\nasyncm,async\r\nasyncrhonous,asynchronous\r\nasyncrhonously,asynchronously\r\nasyncronious,asynchronous\r\nasyncronous,asynchronous\r\nasyncronously,asynchronously\r\nasyncrony,asynchrony\r\natached,attached\r\nataching,attaching\r\natachment,attachment\r\natachments,attachments\r\natacing,attaching\r\natack,attack\r\natacked,attacked\r\natacker,attacker\r\natackers,attackers\r\natacking,attacking\r\natacks,attacks\r\natain,attain\r\natainable,attainable\r\natained,attained\r\natainment,attainment\r\natains,attains\r\natall,at all\r\natally,actually\r\natalog,catalog\r\natals,atlas\r\nataset,dataset\r\natashing,attaching\r\natasks,tasks\r\natatch,attach\r\natatchable,attachable\r\natatched,attached\r\natatches,attaches\r\natatching,attaching\r\natatchment,attachment\r\natatchments,attachments\r\nataturk,atatürk\r\natcatching,attaching\r\natcating,attaching\r\natching,attaching\r\natchually,actually\r\natcsualy,actually\r\natcualy,actualy\r\natecnicle,technical\r\natelast,atleast\r\nateleimer,altimeter\r\natemeter,altimeter\r\natemplate,template\r\natempt,attempt\r\natemptable,attemptable\r\natempted,attempted\r\natempting,attempting\r\natempts,attempts\r\natend,attend\r\natendance,attendance\r\natendances,attendances\r\natendant,attendant\r\natendants,attendants\r\natended,attended\r\natendence,attendance\r\natendences,attendances\r\natendent,attendant\r\natendents,attendants\r\natending,attending\r\natened,attended\r\natening,attending\r\natention,attention\r\natentions,attentions\r\natentive,attentive\r\natentively,attentively\r\natentiveness,attentiveness\r\nater,after\r\naternate,alternate\r\naternative,alternative\r\naterney,attorney\r\naternies,attorneys\r\naterny,attorney\r\nath,at\r\nathaletics,athletics\r\nathe,the\r\natheisim,atheism\r\natheistc,atheistic\r\natheistical,atheistic\r\natheistisch,atheistic\r\nathelete,athlete\r\natheletes,athletes\r\natheletic,athletic\r\natheletica,athletica\r\natheleticism,athleticism\r\natheleticly,athleticly\r\natheletico,athletico\r\natheletics,athletics\r\natheleticsfederationofindia,athleticsfederationofindia\r\natheleticsm,athleticsm\r\natheltes,athletes\r\natheltic,athletic\r\nathelticism,athleticism\r\natheltics,athletics\r\nathematically,mathematically\r\nathenean,athenian\r\natheneans,athenians\r\nathenticate,authenticate\r\nathentication,authentication\r\nather,other\r\nathesim,atheism\r\nathesitic,atheistic\r\nathesits,atheists\r\nathetics,athletics\r\nathetlic,athletic\r\nathetlics,athletics\r\nathients,athiest\r\nathiesm,atheism\r\nathiest,atheist\r\nathiestic,atheistic\r\nathiests,atheists\r\nathiets,athiest\r\nathletecism,athleticism\r\nathleticisim,athleticism\r\nathleticm,athleticism\r\nathleticos,athletics\r\nathleticsim,athleticism\r\nathleticsm,athleticism\r\nathletiscm,athleticism\r\nathletisicm,athleticism\r\nathletisim,athleticism\r\nathletisism,athleticism\r\nathlets,athletes\r\nathlette,athlete\r\nathoratative,authoritative\r\nathoratitive,authoritative\r\nathorative,authoritative\r\nathoritative,authoritative\r\nathorites,authorities\r\nathorithies,authorities\r\nathoritiers,authorities\r\nathorities,authorities\r\nathorititive,authoritative\r\nathoritive,authoritative\r\nathority,authority\r\nathorization,authorization\r\nathough,although\r\nathsma,asthma\r\natic,attic\r\naticipation,anticipation\r\natiggger,atigger\r\natime,time\r\natimeter,altimeter\r\natimic,atomic\r\natimized,itemized\r\natinkign,atinking\r\nations,actions\r\natipical,atypical\r\natipicality,atypicality\r\natipically,atypically\r\natipicalness,atypicalness\r\natipicatience,anticipation\r\natisipation,anticipation\r\natittude,attitude\r\natittudes,attitudes\r\natitude,attitude\r\natitudes,attitudes\r\natitudinal,attitudinal\r\natituds,attituds\r\nativate,activate\r\nativation,activation\r\natl,alt\r\natlanta-journal-constitution,Atlanta Journal-Constitution\r\natlantc,atlantic\r\natlantia,atlanta\r\natlast,atlas\r\natleast,at least\r\natleats,atleast\r\natlemeter,altimeter\r\natlesat,atleast\r\natlethe,athlete\r\natlimeter,altimeter\r\natlogeher,altogether\r\natlotment,allotment\r\natmited,admitted\r\natmo-shpere,atmosphere\r\natmo-shperes,atmospheres\r\natmo-spere,atmosphere\r\natmo-speres,atmospheres\r\natmo-spher,atmosphere\r\natmo-sphers,atmospheres\r\natmoic,atomic\r\natmoizer,atomizer\r\natmopshere,atmosphere\r\natmopsheric,atmospheric\r\natmosfere,atmosphere\r\natmoshpere,atmosphere\r\natmoshperes,atmospheres\r\natmoshperic,atmospheric\r\natmosoheric,atmospheric\r\natmospere,atmosphere\r\natmosperes,atmospheres\r\natmospher,atmosphere\r\natmosphereic,atmospheric\r\natmosphers,atmospheres\r\natmosphir,atmospheric\r\natmousphere,atmosphere\r\nato,auto\r\natolment,allotment\r\natomar,atomic\r\natomatically,automatically\r\natoment,allotment\r\natomicly,atomically\r\natomicty,atomicity\r\natomsphere,atmosphere\r\natomspheric,atmospheric\r\natomtically,atomically\r\natomzier,atomizer\r\natorney,attorney\r\natorneys,attorneys\r\natouching,attaching\r\natournament,tournament\r\natourneys,attorneys\r\natournys,attorneys\r\natquantes,acquaintance\r\natract,attract\r\natracted,attracted\r\natracting,attracting\r\natraction,attraction\r\natractions,attractions\r\natractive,attractive\r\natractives,attractives\r\natractor,attractor\r\natractors,attractors\r\natracts,attracts\r\natremis,artemis\r\natribut,attribut\r\natribute,attribute\r\natributed,attributed\r\natributes,attributes\r\natribution,attribution\r\natributions,attributions\r\natributs,attributs\r\natributte,attribute\r\natricle,article\r\natriculate,articulate\r\natrifact,artifact\r\natrifacts,artifacts\r\natrillery,artillery\r\natrittion,attrition\r\natrocitites,atrocities\r\natrocoties,atrocities\r\natropial,atropical\r\natrosities,atrocities\r\natrribute,attribute\r\natrributes,attributes\r\natrtibuts,attribute\r\natrtribute,attribute\r\natstablishing,establishing\r\natstachment,attachment\r\natt,all\r\nattachaing,attaching\r\nattachament,attachment\r\nattachde,attached\r\nattachea,attaching\r\nattachee,attaché\r\nattachees,attachés\r\nattacheing,attaching\r\nattachement,attachment\r\nattachements,attachments\r\nattachemnt,attachment\r\nattachemnts,attachments\r\nattachent,attachment\r\nattachion,attaching\r\nattachmet,attachments\r\nattachmetns,attachments\r\nattachs,attaches\r\nattachvment,attachvement\r\nattackeras,attackers\r\nattackerasu,attackers\r\nattackerats,attackers\r\nattackes,attackers\r\nattackign,attacking\r\nattacl,attack\r\nattacment,attachment\r\nattacmhment,attachment\r\nattactching,attaching\r\nattacted,attracted\r\nattacting,attaching\r\nattaction,attraction\r\nattactive,attractive\r\nattactment,attachment\r\nattactments,attachments\r\nattaged,attached\r\nattahed,attached\r\nattaindre,attainder\r\nattaney,attorney\r\nattashing,attaching\r\nattatch,attach\r\nattatchable,attachable\r\nattatched,attached\r\nattatches,attaches\r\nattatchig,attaching\r\nattatching,attaching\r\nattatchment,attachment\r\nattatchments,attachments\r\nattationing,attaching\r\nattatsetting,attaching\r\nattching,attaching\r\nattecnical,technical\r\nattecting,attaching\r\nattemmps,attempts\r\nattemp,attempt\r\nattempable,attemptable\r\nattemped,attempted\r\nattempeting,attempting\r\nattemping,attempting\r\nattemps,attempts\r\nattempst,attempts\r\nattemptes,attempts\r\nattemptings,attempting\r\nattemptiting,attempting\r\nattempy,attempt\r\nattemt,attempt\r\nattemtable,attemptable\r\nattemted,attempted\r\nattemting,attempting\r\nattemtp,attempt\r\nattemtped,attempted\r\nattemtping,attempting\r\nattemtps,attempts\r\nattemts,attempts\r\nattencion,attention\r\nattendandce,attendance\r\nattendandces,attendances\r\nattendandcie,attendancie\r\nattendandcies,attendancies\r\nattendandcy,attendancy\r\nattendandt,attendant\r\nattendandtly,attendantly\r\nattendandts,attendants\r\nattendence,attendance\r\nattendences,attendances\r\nattendencie,attendancie\r\nattendencies,attendancies\r\nattendency,attendancy\r\nattendent,attendant\r\nattendently,attendantly\r\nattendents,attendants\r\nattened,attended\r\nattening,attending\r\nattension,attention\r\nattensions,attentions\r\nattensive,attentive\r\nattensiveness,attentiveness\r\nattentin,attention\r\nattentioin,attention\r\nattentionon,attention on\r\nattentivly,attentively\r\nattepmt,attempt\r\nattept,attempt\r\nattepting,attempting\r\nattepts,attempts\r\natterenys,attorneys\r\natterinies,attorneys\r\nattern,pattern\r\natternary,attorney\r\natterney,attorney\r\natterneys,attorneys\r\natternies,attorneys\r\natterny,attorney\r\natternys,attorneys\r\nattestatioin,attestation\r\nattestiations,attestations\r\nattestion,attestation\r\nattestsation,attestation\r\natteststation,attestation\r\nattetude,altitude\r\natthe,at the\r\nattibute,attribute\r\nattibutes,attributes\r\natticating,attaching\r\nattiching,attaching\r\natticpate,anticipating\r\nattidude,attitude\r\nattidudes,attitudes\r\nattidudinal,attitudinal\r\nattidudinally,attitudinally\r\nattidute,attitude\r\nattirbute,attribute\r\nattirbutes,attributes\r\nattirbution,attribution\r\nattiributes,attributes\r\nattirtion,attrition\r\nattirubte,attribute\r\nattitide,attitude\r\nattitides,attitudes\r\nattitidinal,attitudinal\r\nattitids,attituds\r\nattittudes,attitudes\r\nattittudinal,attitudinal\r\nattittuds,attituds\r\nattitute,attitude\r\nattitutes,attitudes\r\nattitutinal,attitudinal\r\nattitutinally,attitudinally\r\nattmepted,attempted\r\nattmepting,attempting\r\nattmpt,attempt\r\nattmpts,attempts\r\nattonereys,attorneys\r\nattoneys,attorneys\r\nattorneies,attorneys\r\nattorneis,attorneys\r\nattornenies,attorneys\r\nattornies,attorneys\r\nattorniies,attorneys\r\nattornites,attorneys\r\nattornnies,attorneys\r\nattornties,attorneys\r\nattorny's,attorneys\r\nattorny,attorney\r\nattornyes,attorneys\r\nattornys,attorneys\r\nattoronies,attorneys\r\nattourneis,attorneys\r\nattourney's,attorneys\r\nattourneys,attorneys\r\nattournies,attorneys\r\nattourny,attorneys\r\nattournyes,attorneys\r\nattournys,attorneys\r\nattrack,attract\r\nattracktions,attractions\r\nattracs,attracts\r\nattracters,attracts\r\nattractes,attracts\r\nattractice,attractive\r\nattracties,attracts\r\nattractifs,attracts\r\nattractin,attraction\r\nattractioin,attraction\r\nattractiosn,attractions\r\nattractivly,attractively\r\nattraktion,attraction\r\nattraktive,attractive\r\nattrative,attractive\r\nattratively,attractively\r\nattrativeness,attractiveness\r\nattrbibute,attribute\r\nattrbibutes,attributes\r\nattrbiutes,attributes\r\nattrbute,attribute\r\nattrbutes,attributes\r\nattribbutes,attributes\r\nattribites,attributes\r\nattribte,attribute\r\nattribtes,attributes\r\nattribtue,attributes\r\nattribtues,attributes\r\nattribue,attribute\r\nattribued,attributed\r\nattribues,attributes\r\nattribuet,attribute\r\nattribuets,attributes\r\nattribuing,attributing\r\nattribuion,attribution\r\nattribuito,attribution\r\nattribure,attribute\r\nattribures,attributes\r\nattribut,attribute\r\nattributea,attributes\r\nattributef,attribute\r\nattributer,attributor\r\nattributers,attributors\r\nattributesof,attributes\r\nattributest,attributes\r\nattributo,attribution\r\nattributred,attributed\r\nattributrs,attributes\r\nattributs,attributes\r\nattributted,attribute\r\nattributtes,attributes\r\nattribvute,attribute\r\nattritube,attribute\r\nattritubes,attributes\r\nattriubtes,attributes\r\nattriubutes,attributes\r\nattriute,attribute\r\nattriutes,attributes\r\nattrivute,attribute\r\nattrocious,atrocious\r\nattrocities,atrocities\r\nattrocity,atrocity\r\nattruibutes,attributes\r\natttempts,attempts\r\natttract,attract\r\natttribte,attribute\r\natttribued,attributed\r\natttribues,attributes\r\natttribuing,attributing\r\natttribuion,attribution\r\natttribute,attribute\r\natttributes,attributes\r\nattually,actually\r\nattualy,actually\r\natturney,attorney\r\natturney-,attorneys\r\natturneys,attorneys\r\natturnies,attorneys\r\natual,actual\r\natually,actually\r\natully,actually\r\natuomatoin,atuomation\r\naturne,attorney\r\naturney,attorney\r\naturneys,attorneys\r\naturny,attorney\r\naturnyes,attorneys\r\natypcial,atypical\r\natypciality,atypicality\r\natypcially,atypically\r\natypcialness,atypicalness\r\natypcials,atypicals\r\natypial,atypical\r\natypicial,atypical\r\nauant,aunt\r\nauay,away\r\naucitons,auctions\r\naucomobile,automobile\r\nauctioners,auctions\r\nauctionrs,auctions\r\nauctully,actually\r\naucunes,aucune\r\naucuns,aucun\r\naudability,audibility\r\naudable,audible\r\naudables,audibles\r\naudably,audibly\r\naudablys,audiblys\r\naudactiy,audacity\r\naudaterame,auditorium\r\naudatoreum,auditorium\r\naudatorium,auditorium\r\naudatorum,auditorium\r\naudbile,audible\r\naudcaity,audacity\r\naudeiance,audience\r\naudeiances,audiences\r\naudeince,audience\r\naudeinces,audiences\r\naudetorium,auditorium\r\naudetorn,auditorium\r\naudiance,audience\r\naudiances,audiences\r\naudiatorum,auditorium\r\naudibel,audible\r\naudibilty,audibility\r\naudiblity,audibility\r\naudince,audience\r\naudinces,audiences\r\naudiobok,audiobook\r\naudiobookas,audiobooks\r\naudiobookmrs,audiobooks\r\naudioboook,audiobook\r\naudioboooks,audiobook\r\naudioboost,audiobooks\r\naudioligist,audiologist\r\naudioligists,audiologists\r\naudiortium,auditorium\r\naudiotorium,auditorium\r\nauditabilty,auditability\r\nauditablility,auditability\r\nauditablity,auditability\r\nauditarium,auditorium\r\nauditd,audit\r\nauditioin,audition\r\nauditioinal,auditional\r\nauditioinally,auditionally\r\nauditioinism,auditionism\r\nauditioinisms,auditionisms\r\nauditioinist,auditionist\r\nauditioinists,auditionists\r\nauditioins,auditions\r\nauditiorm,auditorium\r\nauditoin,audition\r\nauditoinal,auditional\r\nauditoinally,auditionally\r\nauditoinism,auditionism\r\nauditoinisms,auditionisms\r\nauditoinist,auditionist\r\nauditoinists,auditionists\r\nauditoins,auditions\r\nauditoium,auditorium\r\nauditon,audition\r\nauditonal,auditional\r\nauditonally,auditionally\r\nauditonism,auditionism\r\nauditonisms,auditionisms\r\nauditonist,auditionist\r\nauditonists,auditionists\r\nauditons,auditions\r\nauditoreum,auditorium\r\nauditoriam,auditorium\r\nauditorim,auditorium\r\nauditorimn,auditorium\r\nauditorinum,auditorium\r\nauditoriom,auditorium\r\nauditoriumn,auditorium\r\nauditoriun,auditorium\r\nauditorm,auditorium\r\nauditormeon,auditorium\r\nauditormunen,auditorium\r\nauditoruium,auditorium\r\nauditorum,auditorium\r\nauditorumen,auditorium\r\nauditorym,auditorium\r\nauditoryum,auditorium\r\nauditouim,auditorium\r\nauditourin,auditorium\r\naudo,auto\r\naudomoderator,automoderator\r\naudortorium,auditorium\r\naudortum,auditorium\r\naudotorium,auditorium\r\naudting,auditing\r\nauduút,audit\r\nauf,of\r\nauftomated,automated\r\nauful,awful\r\naufully,awfully\r\naugementatioin,augementation\r\naugementative,augmentative\r\naugest,august\r\naugmentatioin,augmentation\r\naugmentors,augmenters\r\nauguast,august\r\nauguat,august\r\nauguest,august\r\naugular,angular\r\naugument,augment\r\nauguments,arguments\r\nauhenticate,authenticate\r\nauhors,authors\r\nauhtenticate,authenticate\r\nauhtentication,authentication\r\nauhtors,authors\r\nauido,audio\r\nauidobook,audiobook\r\nauidobooks,audiobooks\r\nauine,aunt\r\naukward,awkward\r\naunction,function\r\naundefined,undefined\r\naunit,aunt\r\naunliskign,aunlisking\r\naunser,answer\r\naunte,aunt\r\naunum,annum\r\nauomated,automated\r\nauomatically,automatically\r\nauotattack,autoattack\r\nauotcorrect,autocorrect\r\nauotmatically,automatically\r\naupport,support\r\nauqasana,aquasana\r\naurgueing,arguing\r\naurguing,arguing\r\naurgument,arguments\r\nauromated,automated\r\nauspicous,auspicious\r\nauspicously,auspiciously\r\nauspision,auspicion\r\nauspisions,auspicions\r\nauspisious,auspicious\r\nauspisiously,auspiciously\r\nauspition,auspicion\r\nauspitions,auspicions\r\nauspitious,auspicious\r\nauspitiously,auspiciously\r\nausteriy,austerity\r\naustira,austria\r\naustiran,austrian\r\naustitic,autistic\r\naustrai,austria\r\naustraila,australia\r\naustrailan,australian\r\naustrailans,australians\r\naustrailasia,australasia\r\naustrailasian,australasian\r\naustrailasians,australasians\r\naustrailasias,australasias\r\naustrailia,australia\r\naustrailian,australian\r\naustrailians,australians\r\naustrain,austrian\r\naustrala,australian\r\naustralain,australians\r\naustraliaan,australians\r\naustraliams,australians\r\naustralianas,australians\r\naustralianess,australians\r\naustralianos,australians\r\naustraliasia,Australasia\r\naustraliasian,australasian\r\naustraliasians,australasians\r\naustraliasias,australasias\r\naustralien,australian\r\naustraliens,australians\r\naustralin,australians\r\naustralina,australians\r\naustrallian,australian\r\naustriala,australia\r\naustrialan,australian\r\naustrialans,australians\r\naustrialia,australia\r\naustrialian,australian\r\naustrialians,australians\r\naustrija,austria\r\naustrila,austria\r\naustrilan,australian\r\naustrilans,australians\r\naustrilia,australia\r\naustrilian,australian\r\naustrilians,australians\r\naustrla,australia\r\naustrlaa,australia\r\naustrlaan,australian\r\naustrlaans,australians\r\naustrlaia,australia\r\naustrlaian,australians\r\naustrlaians,australians\r\naustrlan,australian\r\naustrlans,australians\r\naustrlia,australia\r\naustrlian,australian\r\naustrlians,australians\r\naut-generated,auto-generated\r\naut-scaler,auto-scaler\r\nautatorom,auditorium\r\nautatorum,auditorium\r\nautcorrelation,autocorrelation\r\nautenticate,authenticate\r\nautenticated,authenticated\r\nautenticates,authenticates\r\nautenticating,authenticating\r\nautentication,authentication\r\nautenticator,authenticator\r\nautgograph,autograph\r\nautgraph,autograph\r\nauth-reuqest,auth-request\r\nauthanticates,authenticates\r\nauthantication,authentication\r\nauthe,auth\r\nauthehtication,authentication\r\nauthen,authentication\r\nauthencate,authenticate\r\nauthenctication,authentication\r\nauthenicated,authenticated\r\nauthenicating,authenticating\r\nauthenication,authentication\r\nauthenitacted,authenticated\r\nauthenitcation,authentication\r\nauthentactor,authenticator\r\nauthentation,authentication\r\nauthentcate,authenticate\r\nauthententicate,authenticate\r\nauthenthication,authentication\r\nauthentiaction,authentication\r\nauthentiation,authentication\r\nauthenticaed,authenticated\r\nauthenticaion,authentication\r\nauthenticaiton,authentication\r\nauthenticaltion-only,authentication-only\r\nauthenticatin,authentication\r\nauthenticatino,authentication\r\nauthenticatio,authentication\r\nauthenticatior,authenticator\r\nauthenticatoin,authentication\r\nauthenticaton,authentication\r\nauthentices,authenticates\r\nauthenticiy,authenticity\r\nauthenticor,authenticator\r\nauthentictaion,authentication\r\nauthentictaor,authenticator\r\nauthenticte,authenticate\r\nauthenticted,authenticated\r\nauthentiction,authentication\r\nauthenticty,authenticity\r\nauthenticy,authenticity\r\nauthentification,authentication\r\nauthentified,authenticated\r\nauthentincate,authenticate\r\nauthention,authentication\r\nauthentisity,authenticity\r\nauthentivate,authenticate\r\nauther,author\r\nautherization,authorization\r\nautherized,authorized\r\nauthers,authors\r\nautheticate,authenticate\r\nauthetication,authentication\r\nauthetnicate,authenticate\r\nauthetnicated,authenticated\r\nauthetnication,authentication\r\nauthication,authentication\r\nauthinticating,authenticating\r\nauthnetic,authentic\r\nauthneticated,authenticated\r\nauthnetication,authentication\r\nauthntication,authentication\r\nauthobiographic,autobiographic\r\nauthobiographical,autobiographical\r\nauthobiographies,autobiographies\r\nauthobiography,autobiography\r\nauthoirzation,authorization\r\nauthomg,authors\r\nauthoratitive,authoritative\r\nauthorative,authoritative\r\nauthorazation,authorization\r\nauthoriation,authorization\r\nauthoricator,authenticator\r\nauthoriers,authorizers\r\nauthorign,authoring\r\nauthorisatoin,authorisation\r\nauthoritate,authoritative\r\nauthoritatian,authoritarian\r\nauthoritation,authorization\r\nauthoritativly,authoritatively\r\nauthoritay,authority\r\nauthorites,authorities\r\nauthorithation,authorisation\r\nauthorithies,authorities\r\nauthorithy,authority\r\nauthoritiers,authorities\r\nauthorititive,authoritative\r\nauthoritive,authoritative\r\nauthoritng,authoring\r\nauthoritorian,authoritarian\r\nauthorium,auditorium\r\nauthoriy,authority\r\nauthorizaed,authorized\r\nauthorizaiton,authorization\r\nauthorizatiob,authorization\r\nauthorizatioin,authorization\r\nauthorizatoin,authorization\r\nauthorizaton,authorization\r\nauthoriztion,authorization\r\nauthorotative,authoritative\r\nauthoroties,authorities\r\nauthorsa,authors\r\nauthorty,authority\r\nauthot,author\r\nauthotized,authorized\r\nauthritaitve,authoritative\r\nauthrity,authority\r\nauthrization,authorization\r\nauthroity,authority\r\nauthroization,authorization\r\nauthroized,authorized\r\nauthroizer,authorizer\r\nauthroratative,authoritative\r\nauthroratitive,authoritative\r\nauthrorative,authoritative\r\nauthroritative,authoritative\r\nauthrorites,authorities\r\nauthrorithies,authorities\r\nauthroritiers,authorities\r\nauthrorities,authorities\r\nauthrorititive,authoritative\r\nauthroritive,authoritative\r\nauthrorize,authorize\r\nautisitc,autistic\r\nautistc,autistic\r\nautistisch,autistic\r\nautitorium,auditorium\r\nautitorum,auditorium\r\nautityed,altitude\r\nautloaded,autoloaded\r\nautmatic,automatic\r\nautmatically,automatically\r\nautmaticly,automatically\r\nautmoatic,automatic\r\nautnenticating,authenticating\r\nauto-create-ciliumnode-resource,auto-create-cilium-node-resource\r\nauto-da-fe,auto-da-fé\r\nauto-dection,auto-detection\r\nauto-formmating,auto-formatting\r\nauto-identation,auto-indentation\r\nautoamlly,automatically\r\nautoamtically,automatically\r\nautoattak,autoattack\r\nautoattaks,autoattack\r\nautoattk,autoattack\r\nautoatttack,autoattack\r\nautobiogrpahy,autobiography\r\nautocatalitic,AutoCatalytic\r\nautocatalitical,AutoCatalytical\r\nautocatalitically,AutoCatalytically\r\nautocatalitics,AutoCatalytics\r\nautochton,autochthon\r\nautochtones,autochthones\r\nautochtonism,autochthonism\r\nautochtonous,autochthonous\r\nautochtonously,autochthonously\r\nautochtons,autochthons\r\nautochtony,autochthony\r\nautocofus,autofocus\r\nautocomlete,autocomplete\r\nautocompetion,autocompletion\r\nautocompletition,autocompletion\r\nautocoplete,autocomplete\r\nautocorect,autocorrect\r\nautocoreect,autocorrect\r\nautocorrct,autocorrect\r\nautocorrekt,autocorrect\r\nautocorrent,autocorrect\r\nautocorret,autocorrect\r\nautocorrext,autocorrect\r\nautocorrrect,autocorrect\r\nautocthon,autochthon\r\nautocthones,autochthones\r\nautocthonism,autochthonism\r\nautocthonous,autochthonous\r\nautocthonously,autochthonously\r\nautocthons,autochthons\r\nautocthony,autochthony\r\nautocton,autochthon\r\nautoctones,autochthones\r\nautoctonism,autochthonism\r\nautoctonous,autochthonous\r\nautoctonously,autochthonously\r\nautoctons,autochthons\r\nautoctony,autochthony\r\nautofocuss,autofocus\r\nautograh,autograph\r\nautograpgh,autograph\r\nautogrpah,autograph\r\nautogrpahed,autographed\r\nautogrpahs,autographs\r\nautoincremnt,autoincrement\r\nautokorrect,autocorrect\r\nautoloades,autoloads\r\nautoloder,autoloader\r\nautomaatically,automatically\r\nautomacally,automatically\r\nautomacilly,automatically\r\nautomactic,automatic\r\nautomaic,automatic\r\nautomaically,automatically\r\nautomatcially,automatically\r\nautomateclly,automatically\r\nautomatiacally,automatically\r\nautomatially,automatically\r\nautomatica,automatic\r\nautomatical,automatically\r\nautomaticall,automatically\r\nautomaticallay,automatically\r\nautomaticallyself,automatically\r\nautomaticaly,automatically\r\nautomatice,automate\r\nautomaticllay,automatically\r\nautomaticlly,automatically\r\nautomaticly,automatically\r\nautomatico,automation\r\nautomatid,automatic\r\nautomatied,automate\r\nautomatiek,automate\r\nautomatig,automatic\r\nautomatiically,automatically\r\nautomatioins,automations\r\nautomatiosn,automations\r\nautomativly,automatively\r\nautomatly,automately\r\nautomato,automation\r\nautomatoin,automation\r\nautomatonic,automation\r\nautomatron,automation\r\nautomatted,automate\r\nautomattically,automatically\r\nautomatycally,automatically\r\nautomazie,automatize\r\nautomcatically,automatically\r\nautometed,automated\r\nautometically,automatically\r\nautomibile,automobile\r\nautomibiles,automobiles\r\nautomibiling,automobiling\r\nautomible,automobile\r\nautomicalltically,automatically\r\nautomically,automatically\r\nautomitive,automotive\r\nautomobilies,automobile\r\nautomobilty,automobility\r\nautomoble,automobile\r\nautomoblie,automobile\r\nautomoblies,automobile\r\nautomoderador,automoderator\r\nautomoderater,automoderator\r\nautomodertor,automoderator\r\nautomodorator,automoderator\r\nautomomous,autonomous\r\nautomonomous,autonomous\r\nautomonomously,autonomously\r\nautomonous,autonomous\r\nautomony,autonomy\r\nautomoterator,automoderator\r\nautomotice,automotive\r\nautomotion,automation\r\nautomotize,automotive\r\nautomotove,automotive\r\nautompletion,autocompletion\r\nautomtaically,automatically\r\nautomtatically,automatically\r\nautomtically,automatically\r\nautonamous,autonomous\r\nautonatically,automatically\r\nautonation,automation\r\nautonimous,autonomous\r\nautonomity,autonomy\r\nautonomos,autonomous\r\nautononous,autonomous\r\nautononously,autonomously\r\nautonymous,autonomous\r\nautoproducion,autoproduction\r\nautoproducions,autoproductions\r\nautoproducton,autoproduction\r\nautoproductons,autoproductions\r\nautoprodution,autoproduction\r\nautoprodutions,autoproductions\r\nautor,author\r\nautoratative,authoritative\r\nautoratitive,authoritative\r\nautorative,authoritative\r\nautoregresive,autoregressive\r\nautoregresssion,autoregression\r\nautorisation,authorisation\r\nautoritative,authoritative\r\nautorites,authorities\r\nautoritharian,authoritarian\r\nautorithies,authorities\r\nautoritiers,authorities\r\nautorities,authorities\r\nautorititive,authoritative\r\nautoritive,authoritative\r\nautority,authority\r\nautorization,authorization\r\nautorize,authorize\r\nautorized,authorized\r\nautormatically,automatically\r\nautormen,auditorium\r\nautors,authors\r\nautoruim,auditorium\r\nautorum,auditorium\r\nautosteppper,autostepper\r\nautotorium,auditorium\r\nautsitic,autistic\r\nauttoatack,autoattack\r\nautum,autumn\r\nautumatic,automatic\r\nauxilaries,auxiliaries\r\nauxilary,auxiliary\r\nauxiliar,auxiliary\r\nauxilisary,auxiliary\r\nauxillaries,auxiliaries\r\nauxillary,auxiliary\r\nauxilliaries,auxiliaries\r\nauxilliary,auxiliary\r\nauxliary-entry,auxiliary-entry\r\nauzthorizer,authorizer\r\navaaible,available\r\navabilability,availability\r\navableue,available\r\navacodos,avocados\r\navaiabable,availabable\r\navaiabale,availabale\r\navaiabe,availabe\r\navaiabie,availabie\r\navaiabiity,availabiity\r\navaiability,availability\r\navaiabl,availabl\r\navaiable,available\r\navaiablel,availablel\r\navaiableplace,availableplace\r\navaiables,availables\r\navaiablility,availablility\r\navaiablity,availablity\r\navaiablle,availablle\r\navaiably,availably\r\navaiaible,available\r\navaiaiblity,availablity\r\navaialable,available\r\navaialablity,avaialability\r\navaialbe,available\r\navaialbility,availability\r\navaialbilty,avaialbility\r\navaialble,available\r\navaialblity,avaialbility\r\navaibable,availabable\r\navaibaility,availabaility\r\navaibal,availabal\r\navaibale,available\r\navaibales,availabales\r\navaibality,availabality\r\navaibble,availabble\r\navaibelityforyou,availabelityforyou\r\navaibg,availabg\r\navaibilbility,availabilbility\r\navaibile,availabile\r\navaibility,availability\r\navaibillty,availabillty\r\navaibilty,availabilty\r\navaibke,availabke\r\navaibken,availabken\r\navaiblabe,availablabe\r\navaiblable,availablable\r\navaiblae,availablae\r\navaible,available\r\navaiblenow,availablenow\r\navaibles,available\r\navaiblevier,availablevier\r\navaiblility,availablility\r\navaiblitly,availablitly\r\navaiblity,availability\r\navaiblle,availablle\r\navaiblw,availablw\r\navaiiabie,availabie\r\navaiiabiiity,availabiiity\r\navaiiable,available\r\navaiible,available\r\navailabale,available\r\navailabble,available\r\navailabe,available\r\navailabel,available\r\navailabie,available\r\navailabile,available\r\navailabiliy,availability\r\navailabillity,availability\r\navailabillty,availability\r\navailabilties,availabilities\r\navailabilty,availability\r\navailabity,availability\r\navailabke,available\r\navailabl,available\r\navailabla,available\r\navailabled,available\r\navailables,available\r\navailablility,availability\r\navailablilty,availability\r\navailablities,availabilities\r\navailablity,availability\r\navailablle,available\r\navailabvle,available\r\navailaibe,availabe\r\navailaibiilty,availabiilty\r\navailaibility,availability\r\navailaibiltiy,availabiltiy\r\navailaibilty,availabilty\r\navailaible,available\r\navailaiblefreshers,availablefreshers\r\navailaiblility,availablility\r\navailaiblilty,availablilty\r\navailaiblity,availablity\r\navailalable,available\r\navailalbe,available\r\navailalble,available\r\navailalblity,availalbility\r\navailale,available\r\navailavility,availability\r\navailbable,available\r\navailbaility,availabaility\r\navailbal,availabal\r\navailbale,available\r\navailbality,availabality\r\navailbe,availabe\r\navailbefore,availabefore\r\navailbel,available\r\navailbele,availabele\r\navailbile,availabile\r\navailbility,availability\r\navailbilty,availabilty\r\navailbity,availabity\r\navailbke,availabke\r\navailbl,availabl\r\navailbla,availabla\r\navailblae,availablae\r\navailble,available\r\navailbled,availabled\r\navailblepets,availablepets\r\navailblility,availablility\r\navailblity,availablity\r\navailblty,availablty\r\navailiabe,availabe\r\navailiabel,availabel\r\navailiabile,availabile\r\navailiabilitiy,availabilitiy\r\navailiability,availability\r\navailiabilty,availabilty\r\navailiabily,availabily\r\navailiabitly,availabitly\r\navailiabity,availabity\r\navailiable,available\r\navailiablilty,availablilty\r\navailiablity,availablity\r\navailiabltiy,availabltiy\r\navailibale,availabale\r\navailibe,availabe\r\navailibg,availabg\r\navailibiity,availabiity\r\navailibilility,availabilility\r\navailibilities,availabilities\r\navailibility,availability\r\navailibility-zone,availability-zone\r\navailibiliy,availabiliy\r\navailibilties,availabilties\r\navailibilty,availabilty\r\navailibily,availabily\r\navailibity,availability\r\navailible,available\r\navailiblefor,availablefor\r\navailibleto,availableto\r\navailiblity,availablity\r\navailiblty,availablty\r\navailieble,available\r\navaillabilty,availlability\r\navaillable,available\r\navaition,aviation\r\navaitor,aviator\r\navaitors,aviators\r\navalabile,available\r\navalabilty,avalability\r\navalable,available\r\navalaibe,availabe\r\navalaibel,availabel\r\navalaibility,availability\r\navalaibilty,availabilty\r\navalaible,available\r\navalailable,available\r\navalance,avalanche\r\navalances,avalanches\r\navalbaev,availabaev\r\navalbal,available\r\navalball,available\r\navalbane,availabane\r\navalbarr,availabarr\r\navalbe,availabe\r\navalbetta,availabetta\r\navalbile,availabile\r\navalbit,availabit\r\navalbl,availabl\r\navalble,available\r\navalbtvip,availabtvip\r\navalbylava,availabylava\r\navaliabality,availabality\r\navaliabe,availabe\r\navaliabel,availabel\r\navaliabile,availabile\r\navaliabilitiy,availabilitiy\r\navaliability,availability\r\navaliabiliy,availabiliy\r\navaliabillity,availabillity\r\navaliabilty,availabilty\r\navaliabke,availabke\r\navaliabl,availabl\r\navaliable,available\r\navaliableappointments,availableappointments\r\navaliables,availables\r\navaliablility,availablility\r\navaliabling,availabling\r\navaliablity,availablity\r\navaliabnle,availabnle\r\navalibable,availabable\r\navalibal,availabal\r\navalibale,available\r\navalibality,availabality\r\navalibel,availabel\r\navalibile,availabile\r\navalibilities,availabilities\r\navalibility,availability\r\navalibilty,availabilty\r\navalibity,availabity\r\navalible,available\r\navalibled,availabled\r\navaliblein,availablein\r\navalibles,availables\r\navaliblity,availablity\r\navalibvale,availabvale\r\navalilable,available\r\navallabillty,avallability\r\navance,advance\r\navanced,advanced\r\navange,avenge\r\navanged,advantage\r\navanger,avenger\r\navangers,avengers\r\navanges,avenges\r\navanging,avenging\r\navarage,average\r\navaraged,averaged\r\navarages,averages\r\navaraging,averaging\r\navarege,average\r\navarge,average\r\navarged,averaged\r\navarges,averages\r\navarging,averaging\r\navartar,avatar\r\navataras,avatars\r\navatards,avatars\r\navatares,avatars\r\navater,avatar\r\navation,aviation\r\navator,aviator\r\navators,aviators\r\navauible,available\r\naveball,available\r\navegare,average\r\naveid,avoid\r\navelbol,available\r\navenew,avenue\r\navengence,a vengeance\r\navent,event\r\naventially,eventually\r\naventually,eventually\r\naventure,adventure\r\naveradge,averaged\r\naverageadi,averaged\r\naverageed,averaged\r\naveragees,averages\r\naverageifs,averages\r\naverager,average\r\naverege,average\r\navergaed,averaged\r\navergaes,averages\r\naverge,average\r\naverged,averaged\r\naverges,averages\r\naverging,averaging\r\naverion,aversion\r\navery,every\r\navetiont,affectionate\r\naveune,avenue\r\naviable,available\r\naviaible,available\r\naviailable,available\r\naviailbilty,aviailbility\r\naviaiton,aviation\r\navialability,availability\r\navialabillity,avialability\r\navialable,available\r\navialablity,avialability\r\navialblity,avialbility\r\naviatoin,aviation\r\naviid,avoid\r\navilabilty,avilability\r\navilable,available\r\navilablity,avilability\r\navilaibility,availability\r\navilaible,available\r\navilbility,availability\r\navilble,available\r\naviliabe,availabe\r\naviliable,available\r\navilibility,availability\r\navilible,available\r\naviliblity,availablity\r\naviod,avoid\r\naviodal,avoidal\r\naviodance,avoidance\r\navioded,avoided\r\navioding,avoiding\r\naviods,avoids\r\navird,avoid\r\navlue,value\r\navlues,values\r\navnegers,avengers\r\navoad,avoid\r\navobe,above\r\navod,avoid\r\navodacos,avocados\r\navode,avoid\r\navoded,avoid\r\navoding,avoiding\r\navoed,avoid\r\navoi,avoid\r\navoide,avoid\r\navoidpaste,avoid_paste\r\navoij,avoid\r\navoind,avoid\r\navoir,avoid\r\navois,avoids\r\navoit,avoid\r\navord,avoid\r\navordy,avoid\r\navot,avoid\r\navoud,avoid\r\navoued,avoid\r\navound,avoid\r\navourd,avoid\r\navov,avoid\r\navove,above\r\navoyd,avoid\r\navoyde,avoid\r\navoyed,avoid\r\navrage,average\r\navraged,averaged\r\navrages,averages\r\navraging,averaging\r\navrge,average\r\navrged,averaged\r\navrges,averages\r\navrging,averaging\r\navtaars,avatars\r\navtable,available\r\nawailable,available\r\nawaitin,awaiting\r\nawak,awake\r\nawaked,awoke\r\nawakend,awakened\r\nawakended,awakened\r\nawakenend,awakened\r\nawalys,always\r\nawar,away\r\nawared,awarded\r\nawarenes,awareness\r\nawarenesss,awareness\r\nawarenessss,awareness\r\nawarenesssss,awareness\r\nawarenessssss,awareness\r\nawarenesssssss,awareness\r\nawaring,awarding\r\nawarness,awareness\r\nawarnesss,awareness\r\nawarnessss,awareness\r\nawarnesssss,awareness\r\nawarnessssss,awareness\r\nawars,awards\r\nawart,away\r\nawat,await\r\nawate,await\r\nawated,awaited\r\nawating,awaiting\r\nawats,awaits\r\nawaw,away\r\nawawy,away\r\naways,always\r\nawear,aware\r\naweare,aware\r\naweful,awful\r\nawefull,awful\r\nawekened,weakened\r\nawenser,answer\r\naweome,awesome\r\nawer,answer\r\naweser,answer\r\nawesome-typescript-laoder,awesome-typescript-loader\r\nawesomeley,awesomely\r\nawesomelly,awesomely\r\nawesomenss,awesomeness\r\nawesomey,awesomely\r\nawesomley,awesomely\r\nawesoneness,awesomeness\r\nawfal,awful\r\nawfall,awful\r\nawfull,awful\r\nawfulller,awfuller\r\nawfullly,awfully\r\nawfuly,awfully\r\nawile,awhile\r\nawkard,awkward\r\nawkardly,awkwardly\r\nawkardness,awkwardness\r\nawkawrdly,awkwardly\r\nawknowledged,acknowledged\r\nawknowledgement,acknowledgement\r\nawknowledges,acknowledges\r\nawknowledging,acknowledging\r\nawkwardess,awkwardness\r\nawkwardsness,awkwardness\r\nawkwardy,awkwardly\r\nawlays,always\r\nawlful,awful\r\nawner,answer\r\nawnser,answer\r\nawnsered,answered\r\nawnsering,answering\r\nawonder,wonder\r\nawrer,answer\r\nawrning,warning\r\nawser,answer\r\nawserw,answer\r\nawsome,awesome\r\nawsregion,region\r\nawufl,awful\r\nawwards,awards\r\nawwed,awed\r\nawwing,awing\r\nawws,aws\r\nawwwed,awwed\r\nawwwing,awwing\r\nawwws,awws\r\nawwwwing,awwwing\r\nawwwws,awwws\r\nawwwwwing,awwwwing\r\nawwwwws,awwwws\r\nawwwwwwwing,awwwwwwing\r\nawwwwwwws,awwwwwws\r\nawya,away\r\naxabawws,axabaws\r\naxally,actually\r\naxcatly,axcately\r\naxcept,accept\r\naxceptable,acceptable\r\naxceptiable,acceptable\r\naxchange,exchange\r\naxcident,accident\r\naxcious,anxious\r\naxeptable,acceptable\r\naxident,accident\r\naxidint,accident\r\naxieaty,anxiety\r\naxiety,anxiety\r\naxim,axiom\r\naxios,anxious\r\naxious,anxious\r\naxises,axes\r\naxist,exists\r\naxpress,express\r\naxu,aux\r\naxxiety,anxiety\r\naxymmetric,asymmetric\r\nay,by\r\nayay,away\r\naybssal,abyssal\r\naync,async\r\naynchronous,asynchronous\r\naynchronously,asynchronously\r\naysnchronous,asynchronous\r\naysnchronously,asynchronously\r\naywa,away\r\naz,as\r\nazero-knowledge,zero-knowledge\r\nazuer,azure\r\nazuere,azure\r\nazur,azure\r\nańd,and\r\nbaack,back\r\nbaacuse,because\r\nbaar,bar\r\nbaased,based\r\nbaash,bash\r\nbabbes,babies\r\nbabeish,babyish\r\nbabel-preset-env,babel-preset-react\r\nbabeyes,babies\r\nbabilon,babylon\r\nbabilonia,babylonia\r\nbabilonian,babylonian\r\nbabilonians,babylonians\r\nbabilonias,babylonias\r\nbabis,babies\r\nbablyon,babylon\r\nbabout,about\r\nbabs,babies\r\nbabyes,babies\r\nbabyies,babies\r\nbabys,babies\r\nbabysister,babysitter\r\nbabysite,babysitter\r\nbabysiting,babysitting\r\nbabysittng,babysitting\r\nbabysittter,babysitter\r\nbabysittting,babysitting\r\nbacasue,because\r\nbacause,because\r\nbaccause,because\r\nbace,base\r\nbaceause,because\r\nbaceball,baseball\r\nbacehlor,bachelor\r\nbacehlors,bachelors\r\nbacekd,backed\r\nbach,batch\r\nbachelores,bachelors\r\nbachelour,bachelor\r\nbaching,batching\r\nbachleor,bachelor\r\nbachleors,bachelors\r\nbachler,bachelor\r\nbachlor,bachelor\r\nbacholer,bachelor\r\nbacholers,bachelors\r\nbacic,basic\r\nback-compatiblitiy,back-compatibility\r\nback-propragation,back-propagation\r\nbackards,backwards\r\nbackary,bakery\r\nbackbacking,backpacking\r\nbackdooor,backdoor\r\nbackdor,backdoor\r\nbackeast,backseat\r\nbackeed,backed\r\nbacken,bacon\r\nbackerds,backers\r\nbackery,bakery\r\nbackfeild,backfield\r\nbackfied,backfield\r\nbackfiled,backfield\r\nbackfillling,backfilling\r\nbackgorund,background\r\nbackgorunds,backgrounds\r\nbackgound,background\r\nbackgounds,backgrounds\r\nbackgournd,background\r\nbackgroud,background\r\nbackgroudd,backgroundd\r\nbackgrouder,backgrounder\r\nbackgrouding,backgrounding\r\nbackgroudn,backgrounds\r\nbackgroudnhave,backgroundnhave\r\nbackgroudns,backgroundns\r\nbackgroudnya,backgroundnya\r\nbackgrouds,backgrounds\r\nbackgroun,background\r\nbackgroung,background\r\nbackgrouns,backgrounds\r\nbackgruond,backgrounds\r\nbackhacking,backpacking\r\nbackign,backing\r\nbackjacking,backpacking\r\nbackk,back\r\nbackling,backlink\r\nbackound,background\r\nbackpacing,backpacking\r\nbackpackign,backpacking\r\nbackpackng,backpacking\r\nbackpacs,backpacks\r\nbackpakcs,backpacks\r\nbackpeddle,backpedal\r\nbackrgound,backgrounds\r\nbackround,background\r\nbackroundas,backgroundas\r\nbackrounded,backgrounded\r\nbackrounder,backgrounder\r\nbackrounding,backgrounding\r\nbackrounds,backgrounds\r\nbackslashs,backslashes\r\nbacksta,backseat\r\nbackstick,backtick\r\nbacksticks,backticks\r\nbackstoppping,backstopping\r\nbacktacking,backpacking\r\nbacktickes,backticks\r\nbackuppper,backupper\r\nbackward-caculation-anti-windup,backward-calculation-anti-windup\r\nbackward-compability,backward-compatibility\r\nbackward-imcompatible,backward-incompatible\r\nbackwards-compatability,backwards-compatibility\r\nbackwards-compatibiliy,backwards-compatibility\r\nbackwards-compatibilty,backwards-compatibility\r\nbackwards-compatiblity,backwards-compatibility\r\nbackwards-imcompatible,backwards-incompatible\r\nbackwark,backward\r\nbackword,backward\r\nbackwords,backwards\r\nbaclony,balcony\r\nbacome,become\r\nbacomes,becomes\r\nbacouse,because\r\nbactch,batch\r\nbacterias,bacteria\r\nbacteriolagical,bacteriological\r\nbacteriolgic,bacteriologic\r\nbacterioligist,bacteriologist\r\nbactrace,backtrace\r\nbacuas,because\r\nbacuase,because\r\nbacuse,because\r\nbacward,backward\r\nbadage,badge\r\nbadcock,badcock's\r\nbaddly,badly\r\nbadies,babies\r\nbadle,badly\r\nbadley,badly\r\nbadmington,badminton\r\nbadmitton,badminton\r\nbadnits,bandits\r\nbadnwagon,bandwagon\r\nbadnwidth,bandwidth\r\nbadtempar,bad temper\r\nbady,bay\r\nbaeatiful,beautiful\r\nbaed,based\r\nbaes,base\r\nbaese,base\r\nbaeutiful,beautiful\r\nbafffed,baffed\r\nbagage,baggage\r\nbage,badge\r\nbages,badges\r\nbagggers,baggers\r\nbaggging,bagging\r\nbagun,begun\r\nbahalf,behalf\r\nbahavior,behavior\r\nbaheaves,behaves\r\nbahvior,behavior\r\nbailled,bailed\r\nbailling,bailing\r\nbaired,buried\r\nbairied,buried\r\nbairred,buried\r\nbaisc,basic\r\nbaiscally,basically\r\nbaiscly,basicly\r\nbaised,based\r\nbaises,biases\r\nbakc,back\r\nbakcboard,backboard\r\nbakcboards,backboards\r\nbakcbone,backbone\r\nbakcdat,backdat\r\nbakcdoor,backdoor\r\nbakcdoors,backdoors\r\nbakced,backed\r\nbakcer,backer\r\nbakcers,backers\r\nbakcfire,backfire\r\nbakcfiri,backfiri\r\nbakchand,backhand\r\nbakcho,backho\r\nbakchoe,backhoe\r\nbakcing,backing\r\nbakclight,backlight\r\nbakclit,backlit\r\nbakclog,backlog\r\nbakcpack,backpack\r\nbakcpacks,backpacks\r\nbakcs,backs\r\nbakcstage,backstage\r\nbakcward,backward\r\nbakcwards,backwards\r\nbakcyard,backyard\r\nbakcyards,backyards\r\nbakeed,backed\r\nbakeing,baking\r\nbakeoffs,bake offs\r\nbakeyord,backyard\r\nbaksetball,basketball\r\nbakward,backward\r\nbal,ball\r\nbalacing,balancing\r\nbalanaced,balanced\r\nbalanacer,balancer\r\nbalanceada,balanced\r\nbalanceado,balanced\r\nbalancy,balancing\r\nbalanse,balances\r\nbalanver,balancer\r\nbalcanes,balances\r\nbalckberry,blackberry\r\nbalcked,blacked\r\nbalckhawks,blackhawks\r\nbalckjack,blackjack\r\nbalcklist,blacklist\r\nbalcksmith,blacksmith\r\nbalconey,balcony\r\nbalconny,balcony\r\nbald-eagle,bald eagle\r\nbalekd,balked\r\nbaleld,balled\r\nbalence,balance\r\nbaleout,bailout\r\nbalistic,ballistic\r\nbalistically,ballistically\r\nbalistics,ballistics\r\nbalitmore,baltimore\r\nbalkign,balking\r\nballance,balance\r\nballanced,balanced\r\nballest,ballast\r\nballisitc,ballistic\r\nballistc,ballistic\r\nballler,baller\r\nballlers,ballers\r\nballling,balling\r\nballon,balloon\r\nballons,balloons\r\nballoonolgists,balloonologists\r\nballsitic,ballistic\r\nbalnaced,balanced\r\nbaloon,balloon\r\nbalooned,ballooned\r\nbalooning,ballooning\r\nbaloons,balloons\r\nbalot,ballot\r\nbalsphemy,blasphemy\r\nbalt,belt\r\nbaltaly,baltally\r\nbalue,value\r\nbalues,values\r\nbamaged,damaged\r\nbambe,bomb\r\nbambooligist,bamboologist\r\nbamkrupsy,bankruptcy\r\nbamkrupy,bankruptcy\r\nbammmer,bammer\r\nbananna,banana\r\nbanannas,bananas\r\nbanch,branch\r\nbanckrepsy,bankruptcy\r\nbanckrupsey,bankruptcy\r\nbancruptcy,bankruptcy\r\nbancupsy,bankruptcy\r\nband-mate,bandmate\r\nband-mates,bandmates\r\nbandaid,band-aid\r\nbande,band\r\nbandge,bandage\r\nbandid,bandit\r\nbanditas,bandits\r\nbandiwdth,bandwidth\r\nbandwagoon,bandwagon\r\nbandwdith,bandwidth\r\nbandwidht,bandwidth\r\nbandwitdh,bandwidth\r\nbandwith,bandwidth\r\nbandwiths,bandwidths\r\nbaner,banner\r\nbangaldesh,bangladesh\r\nbangaldeshi,bangladesh\r\nbangalow,bungalow\r\nbangkock,bangkok\r\nbangladash,bangladesh\r\nbangladesch,bangladesh\r\nbangledash,bangladesh\r\nbangledesh,bangladesh\r\nbangledeshi,bangladeshi\r\nbanglidesh,bangladesh\r\nbanhsee,banshee\r\nbanjind,bandaging\r\nbank-rupecy,bankruptcy\r\nbank-rupsy,bankruptcy\r\nbank-ruptsy,bankruptcy\r\nbankabilty,bankability\r\nbankburtcy,bankruptcy\r\nbankgok,bangkok\r\nbankquet,banquet\r\nbankrauptsy,bankruptcy\r\nbankrot,bankrupt\r\nbankrucpty,bankruptcy\r\nbankrucpy,bankruptcy\r\nbankrucy,bankruptcy\r\nbankrup,bankrupt\r\nbankrupcie,bankruptcy\r\nbankrupcies,bankruptcies\r\nbankrupctcy,bankruptctcy\r\nbankrupcties,bankruptcties\r\nbankrupcts,bankruptcts\r\nbankrupcty,bankruptcy\r\nbankrupcy,bankruptcy\r\nbankruped,bankrupted\r\nbankrupercy,bankruptcy\r\nbankrupersy,bankruptcy\r\nbankrupes,bankruptcy\r\nbankrupicy,bankruptcy\r\nbankruposy,bankruptcy\r\nbankruppect,bankruptcy\r\nbankrups,bankrupts\r\nbankrupsay,bankruptcy\r\nbankrupscy,bankruptcy\r\nbankrupsicy,bankruptcy\r\nbankrupsie,bankruptcy\r\nbankrupsy,bankruptcy\r\nbankruptcey,bankruptcy\r\nbankruptcie,bankruptcy\r\nbankruptercy,bankruptcy\r\nbankruptes,bankruptcy\r\nbankruptic,bankruptcy\r\nbankrupticy,bankruptcy\r\nbankruptsay,bankruptcy\r\nbankruptscy,bankruptcy\r\nbankruptsey,bankruptcy\r\nbankruptsy,bankruptcy\r\nbankruptucy,bankruptcy\r\nbankrupty,bankruptcy\r\nbankrupuy,bankruptcy\r\nbankrupy,bankruptcy\r\nbankrutpcy,bankruptcy\r\nbanktrupancy,bankruptcy\r\nbanna,banana\r\nbannana,banana\r\nbannanas,bananas\r\nbannar,banner\r\nbannned,banned\r\nbannner,banner\r\nbannners,banners\r\nbannning,banning\r\nbannnnnned,banned\r\nbanquete,banquet\r\nbanrupt,bankrupt\r\nbanruptcy,bankruptcy\r\nbanrupted,bankrupted\r\nbanrupts,bankrupts\r\nbant,bent\r\nbanwdith,bandwidth\r\nbaord,board\r\nbaordwalk,boardwalk\r\nbaout,about\r\nbaove,above\r\nbaoynet,bayonet\r\nbaptims,baptism\r\nbaptisim,baptism\r\nbaptsim,baptism\r\nbarabrian,barbarian\r\nbarabrians,barbarians\r\nbarabric,barbaric\r\nbaracobama,Barack Obama\r\nbaragin,bargain\r\nbaragining,bargaining\r\nbarakobama,Barack Obama\r\nbarbarain,barbarian\r\nbarbariens,barbarians\r\nbarbarin,barbarian\r\nbarbarina,barbarian\r\nbarbarions,barbarians\r\nbarbaris,barbarians\r\nbarbarisch,barbaric\r\nbarberians,barbarians\r\nbarbituate,barbiturate\r\nbarbituates,barbiturates\r\nbarcelets,bracelets\r\nbarceloneta,barcelona\r\nbarcleona,barcelona\r\nbarcord,barcode\r\nbardford,bradford\r\nbareclona,barcelona\r\nbargaing,bargaining\r\nbargainning,bargaining\r\nbargani,bargain\r\nbargian,bargain\r\nbargianing,bargaining\r\nbargin,bargain\r\nbargrpah,bargraph\r\nbariable,variable\r\nbariables,variables\r\nbaried,buried\r\nbarier,barrier\r\nbarille,braille\r\nbariner,brainer\r\nbaristia,barista\r\nbarlkey,barkley\r\nbarly,barley\r\nbarnch,branch\r\nbarrackobama,Barack Obama\r\nbarrackus,barracks\r\nbarracs,barracks\r\nbarrakcs,barracks\r\nbarrells,barrels\r\nbarried,buried\r\nbarrle,barrel\r\nbarrles,barrels\r\nbarrred,barred\r\nbarsita,barista\r\nbartendars,bartenders\r\nbarth,bath\r\nbarther,bother\r\nbarticular,particular\r\nbarvery,bravery\r\nbarycentrix,barycentric\r\nbasball,baseball\r\nbasbousolgist,basbousologist\r\nbascially,basically\r\nbascily,basicly\r\nbascket-ball,basketball\r\nbascketball,basketball\r\nbascs,basics\r\nbase-dialted,base-dilated\r\nbasects,basic\r\nbased0access,based-access\r\nbaseic,basic\r\nbasektball,basketball\r\nbaselin-error,baseline-error\r\nbasen,based\r\nbasend,based\r\nbaserunnners,baserunners\r\nbasesed,based\r\nbasful,bashful\r\nbashfull,bashful\r\nbasially,basically\r\nbasicallg,basically\r\nbasicallly,basically\r\nbasicaly,basically\r\nbasiclay,basicly\r\nbasicley,basicly\r\nbasicliy,basicly\r\nbasicly,basically\r\nbasilcy,basicly\r\nbasiso,basis\r\nbasist,bassist\r\nbasit,basic\r\nbasiton,bastion\r\nbasivc,basic\r\nbasj,bash\r\nbaskball,basketball\r\nbaskeball,basketball\r\nbasket-ball,basketball\r\nbasket-balls,basketballs\r\nbasketbale,basketball\r\nbaskitball,basketball\r\nbaskt-ball,basketball\r\nbaskteball,basketball\r\nbasline,baseline\r\nbaslines,baselines\r\nbasment,basement\r\nbasnhee,banshee\r\nbasse,base\r\nbassh,bash\r\nbassic,basic\r\nbassin,basin\r\nbastane,bastante\r\nbastardes,bastards\r\nbastardos,bastards\r\nbastardous,bastards\r\nbastardus,bastards\r\nbastars,bastards\r\nbastestball,basketball\r\nbastino,bastion\r\nbatabase-driven,database-driven\r\nbatalion,battalion\r\nbatalions,battalions\r\nbatallion,battalion\r\nbatallions,battalions\r\nbatalllion,batallion\r\nbatche,batches\r\nbatchelor,bachelor\r\nbatchsize,batch-size\r\nbatelt,belt\r\nbateria,bacteria\r\nbatery,battery\r\nbathces,batches\r\nbatheing,bathing\r\nbathrom,bathroom\r\nbathrooom,bathroom\r\nbatistia,batista\r\nbatitsa,batista\r\nbatle,battle\r\nbatlimore,baltimore\r\nbatsita,batista\r\nbattailon,battalion\r\nbattalin,battalion\r\nbattallion,battalion\r\nbattallions,battalions\r\nbattaly,battally\r\nbattel,battle\r\nbattelfield,battlefield\r\nbattelfront,battlefront\r\nbattels,bottles\r\nbattelship,battleship\r\nbattelships,battleship\r\nbattelstar,battlestar\r\nbattlaion,battalion\r\nbattlearts,battlestar\r\nbattlechip,battleship\r\nbattlefeild,battlefield\r\nbattlefied,battlefield\r\nbattlefiend,battlefield\r\nbattlefiled,battlefield\r\nbattlefont,battlefront\r\nbattlefornt,battlefront\r\nbattlegorund,battleground\r\nbattlegorunds,battlegrounds\r\nbattlegound,battleground\r\nbattlegounds,battlegrounds\r\nbattlegroud,battleground\r\nbattlegrouds,battlegrounds\r\nbattlehips,battleship\r\nbattlehsips,battleship\r\nbattleround,battleground\r\nbattlerounds,battlegrounds\r\nbattlesaur,battlestar\r\nbattlescar,battlestar\r\nbattleshop,battleship\r\nbattlestsr,battlestar\r\nbatton,baton\r\nbattter,batter\r\nbattters,batters\r\nbattting,batting\r\nbaufill,beautiful\r\nbaught,bought\r\nbaughts,boughts\r\nbaumb,bomb\r\nbautful,beautiful\r\nbauth,breathe\r\nbauthful,beautiful\r\nbautiful,beautiful\r\nbautifuly,bautifully\r\nbawing,bathing\r\nbawwed,bawed\r\nbawwing,bawing\r\nbawwwed,bawwed\r\nbawwwing,bawwing\r\nbawwwwing,bawwwing\r\nbaybes,babies\r\nbaybis,babies\r\nbayblon,babylon\r\nbaynoet,bayonet\r\nbayoent,bayonet\r\nbayonent,bayonet\r\nbazzzer,bazzer\r\nbbase,base\r\nbbelow,below\r\nbbject,object\r\nbbn,ba\r\nbboolean,boolean\r\nbboth,both\r\nbbrose,browse\r\nbby,by\r\nbcak,back\r\nbcakboard,backboard\r\nbcakboards,backboards\r\nbcakdat,backdat\r\nbcakdoor,backdoor\r\nbcakdoors,backdoors\r\nbcaked,backed\r\nbcaker,backer\r\nbcakers,backers\r\nbcakfire,backfire\r\nbcakfiri,backfiri\r\nbcakhand,backhand\r\nbcakho,backho\r\nbcakhoe,backhoe\r\nbcaking,backing\r\nbcaklight,backlight\r\nbcakpack,backpack\r\nbcaks,backs\r\nbcakward,backward\r\nbcakwards,backwards\r\nbcakyard,backyard\r\nbcakyards,backyards\r\nbcause,because\r\nbceome,become\r\nbceuase,becuase\r\nbcityb,city\r\nbck,back\r\nbclockhain,blockchain\r\nbcome,become\r\nbcouse,because\r\nbdoy,body\r\nbdy,body\r\nbe-directionnal,bi-directional\r\nbe-ing,being\r\nbea,be\r\nbeac,back\r\nbeacause,because\r\nbeacful,beautiful\r\nbeachead,beachhead\r\nbeacheads,beachheads\r\nbeaconig,beaconing\r\nbeacuoup,beaucoup\r\nbeacuse,because\r\nbeader,bearer\r\nbeaer,bearer\r\nbeaf,beef\r\nbeahlf,behalf\r\nbeahvior,behavior\r\nbeahviour,behaviour\r\nbeahviours,behaviours\r\nbeakpoints,breakpoints\r\nbealove,above\r\nbealtes,beatles\r\nbeame,beam\r\nbeammmer,beammer\r\nbeaneath,beneath\r\nbeaneth,beneath\r\nbeanth,beneath\r\nbeaotiful,beautiful\r\nbeardude,bearded\r\nbeared,beard\r\nbearied,buried\r\nbearly,barely\r\nbeartbeat,heartbeat\r\nbeary,bury\r\nbeas,base\r\nbease,because\r\nbeaslty,beastly\r\nbeastial,bestial\r\nbeastiality,bestiality\r\nbeastialty,bestiality\r\nbeastley,beastly\r\nbeatafiable,beatifiable\r\nbeatafiably,beatifiably\r\nbeataficate,beatificate\r\nbeataficates,beatificates\r\nbeatafication,beatification\r\nbeatafications,beatifications\r\nbeatafied,beatified\r\nbeatafies,beatifies\r\nbeated,beat\r\nbeatefall,beautiful\r\nbeateful,beautiful\r\nbeatels,beatles\r\nbeatfiable,beatifiable\r\nbeatfiably,beatifiably\r\nbeatficate,beatificate\r\nbeatficates,beatificates\r\nbeatfication,beatification\r\nbeatfications,beatifications\r\nbeatfied,beatified\r\nbeatfies,beatifies\r\nbeatful,beautiful\r\nbeath,breathe\r\nbeathe,breathe\r\nbeatifed,beatified\r\nbeatifes,beatifies\r\nbeatiful,beautiful\r\nbeatifull,beautiful\r\nbeatifullly,beautifully\r\nbeatifully,beautifully\r\nbeatifuly,beatifully\r\nbeatufel,beautiful\r\nbeatuful,beautiful\r\nbeaty,beautiful\r\nbeatyfool,beautiful\r\nbeatyful,beautiful\r\nbeatyfull,beautiful\r\nbeatyfullly,beautifully\r\nbeatyfully,beautifully\r\nbeaucop,beaucoup\r\nbeauiful,beautiful\r\nbeauifuly,beauifully\r\nbeauitful,beautiful\r\nbeauracracies,bureaucracies\r\nbeauracracy,bureaucracy\r\nbeauracrat,bureaucrat\r\nbeauracratic,bureaucratic\r\nbeauracratizing,bureaucratizing\r\nbeauracrats,bureaucrats\r\nbeaurocracies,bureaucracies\r\nbeaurocracy,bureaucracy\r\nbeaurocrat,bureaucrat\r\nbeaurocrate,bureaucrate\r\nbeaurocrates,bureaucrates\r\nbeaurocratic,bureaucratic\r\nbeaurocratization,bureaucratization\r\nbeaurocrats,bureaucrats\r\nbeause,because\r\nbeautafiable,beautifiable\r\nbeautafiably,beautifiably\r\nbeautaficate,beautificate\r\nbeautaficates,beautificates\r\nbeautafication,beautification\r\nbeautafications,beautifications\r\nbeautafied,beautified\r\nbeautafies,beautifies\r\nbeauterfull,beautiful\r\nbeautfiable,beautifiable\r\nbeautfiably,beautifiably\r\nbeautficate,beautificate\r\nbeautficates,beautificates\r\nbeautfication,beautification\r\nbeautfications,beautifications\r\nbeautfied,beautified\r\nbeautfies,beautifies\r\nbeautful,beautiful\r\nbeautifed,beautified\r\nbeautifer,beautifier\r\nbeautifes,beautifies\r\nbeautiffuly,beautiffully\r\nbeautifizer,beautifier\r\nbeautifull,beautiful\r\nbeautifullly,beautifully\r\nbeautifullness,beautifulness\r\nbeautifulls,beautifuls\r\nbeautifuly,beautifully\r\nbeautifyl,beautifully\r\nbeautilful,beautifully\r\nbeautyful,beautiful\r\nbeautyfull,beautiful\r\nbeautyfullly,beautifully\r\nbeautyfully,beautifully\r\nbeauvoir,behavior\r\nbeavior,behavior\r\nbebbber,bebber\r\nbecaause,because\r\nbecacdd,because\r\nbecacuse,because\r\nbecaise,because\r\nbecalled,called\r\nbecam,became\r\nbecamae,became\r\nbecames,becomes\r\nbecamse,became\r\nbecase,because\r\nbecasue,because\r\nbecasuse,because\r\nbecauae,because\r\nbecauase,because\r\nbecauce,because\r\nbecaue,because\r\nbecaues,because\r\nbecaume,became\r\nbecaus,because\r\nbecausea,because\r\nbecaused,because\r\nbecausee,because\r\nbecauses,because\r\nbecayse,because\r\nbeccause,because\r\nbeceause,because\r\nbecemoe,become\r\nbeceon,beacon\r\nbecg,beg\r\nbechmark,benchmark\r\nbechmarking,benchmarking\r\nbechmarks,benchmarks\r\nbecides,besides\r\nbecining,beginning\r\nbecirf,belief\r\nbecme,become\r\nbecnhmark,benchmark\r\nbecnhmarks,benchmarks\r\nbecoe,become\r\nbecoes,becomes\r\nbecoing,becoming\r\nbecom,become\r\nbecomde,becomes\r\nbecomed,became\r\nbecomeing,becoming\r\nbecomesthe,becomes\r\nbecomme,become\r\nbecommes,becomes\r\nbecomming,becoming\r\nbecoms,becomes\r\nbecon,beacon\r\nbecos,because\r\nbecose,because\r\nbecouse,because\r\nbecuaes,becuase\r\nbecuas,because\r\nbecuase,because\r\nbecuasse,becuase\r\nbecuause,because\r\nbecuits,biscuits\r\nbecus,because\r\nbecusae,becuase\r\nbecuse,because\r\nbeddding,bedding\r\nbedinceanning,bedinceaning\r\nbedore,before\r\nbedroon,bedroom\r\nbedsthat,beds that\r\nbedwettter,bedwetter\r\nbeeb,been\r\nbeed,bead\r\nbeee,been\r\nbeeen,been\r\nbeeetttter,beeetter\r\nbeefore,before\r\nbeehtoven,beethoven\r\nbeeing,being\r\nbeeings,beings\r\nbeenfits,benefits\r\nbeenm,been\r\nbeenn,been\r\nbeens,been\r\nbeenx,been\r\nbeeome,become\r\nbeest,best\r\nbeetaly,beetally\r\nbeeteen,between\r\nbeethoveen,beethoven\r\nbeetween,between\r\nbeewax,beeswax\r\nbeeween,between\r\nbefdore,before\r\nbefirend,befriend\r\nbefoare,before\r\nbefode,before\r\nbefoer,before\r\nbefor,before\r\nbeforce,before\r\nbeforere,before\r\nbeforing,before\r\nbeforle,before\r\nbeforre,before\r\nbefour,before\r\nbefoure,before\r\nbefre,before\r\nbefreind,befriend\r\nbefreinded,befriended\r\nbefreindly,befriendly\r\nbefreinds,befriends\r\nbefried,befriend\r\nbefro,before\r\nbefroe,before\r\nbefrou,before\r\nbefulaful,beautiful\r\nbegain,began\r\nbegaining,beginning\r\nbegane,began\r\nbegause,because\r\nbege,beg\r\nbeged,begged\r\nbegeing,beginning\r\nbegen,begun\r\nbegening,beginning\r\nbegg,beg\r\nbegger,beggar\r\nbegggggged,begged\r\nbegggggging,begging\r\nbeggggging,begging\r\nbeggging,begging\r\nbeggin,begin\r\nbegginer,beginner\r\nbegginers,beginners\r\nbegginig,begging\r\nbeggining,beginning\r\nbeggining-of-line,beginning-of-line\r\nbegginings,beginnings\r\nbegginner,beginner\r\nbegginners,beginners\r\nbegginng,begging\r\nbegginning,beginning\r\nbegginnings,beginnings\r\nbeggins,begins\r\nbegind,behind\r\nbegine,begins\r\nbegineers,beginners\r\nbeginer,beginner\r\nbeginers,beginners\r\nbegines,begins\r\nbeging,being\r\nbegingig,beginning\r\nbeginging,beginning\r\nbeginig,beginning\r\nbegining,beginning\r\nbeginings,beginnings\r\nbeginining,beginning\r\nbegininings,beginnings\r\nbegininng,beginning\r\nbegininngs,beginnings\r\nbeginng,beginning\r\nbeginnger,beginner\r\nbeginngin,beginning\r\nbeginnging,beginning\r\nbeginnig,beginning\r\nbeginnign,beginning\r\nbeginnigs,beginnings\r\nbeginninng,beginnings\r\nbeginnins,beginnings\r\nbeginnner,beginner\r\nbeginnners,beginners\r\nbeginnning,beginning\r\nbeginnnings,beginnings\r\nbeglian,belgian\r\nbeglium,belgium\r\nbegn,begin\r\nbegnals,bengals\r\nbegning,beginning\r\nbegnning,beginning\r\nbegon,begun\r\nbegoten,begotten\r\nbegotener,begottener\r\nbegotenest,begottenest\r\nbegotenstone,begottenstone\r\nbegotenstones,begottenstones\r\nbegottten,begotten\r\nbegotttener,begottener\r\nbegotttenest,begottenest\r\nbegotttenstone,begottenstone\r\nbegotttenstones,begottenstones\r\nbegr,beg\r\nbehabiour,behaviour\r\nbehaioral,behavioral\r\nbehaivior,behavior\r\nbehaivor,behavior\r\nbehaivors,behaviors\r\nbehaivour,behaviour\r\nbehaivours,behaviours\r\nbehand,behind\r\nbehavies,behaves\r\nbehaviorial,behavioral\r\nbehaviorly,behavioral\r\nbehavios,behaviours\r\nbehavioud,behaviour\r\nbehavious,behaviors\r\nbehaviout,behaviour\r\nbehaviro,behavior\r\nbehaviuor,behaviour\r\nbehavoir,behavior\r\nbehavoiral,behavioral\r\nbehavoirs,behaviors\r\nbehavoiur,behaviour\r\nbehavoiurist,behaviourist\r\nbehavoiurs,behaviours\r\nbehavor,behavior\r\nbehavoral,behavioral\r\nbehavorial,behavioral\r\nbehavorior,behaviorior\r\nbehavorism,behaviorism\r\nbehavorist,behaviorist\r\nbehavorists,behaviorists\r\nbehavors,behaviors\r\nbehavour,behavior\r\nbehavoural,behavioral\r\nbehavoure,behavioure\r\nbehavourial,behaviourial\r\nbehavourism,behaviourism\r\nbehavourist,behaviourist\r\nbehavourists,behaviourists\r\nbehavours,behaviours\r\nbehdind,behind\r\nbehid,behind\r\nbehide,behind\r\nbehined,behind\r\nbehing,being\r\nbehnd,behind\r\nbehngazi,benghazi\r\nbehoviour,behaviour\r\nbehtesda,bethesda\r\nbehvaior,behaviour\r\nbehvaiour,behaviour\r\nbehvaiours,behaviours\r\nbehvariour,behaviour\r\nbehvior,behavior\r\nbehvioral,behavioral\r\nbehviors,behaviors\r\nbehviour,behaviour\r\nbeiatiful,beautiful\r\nbeid,behind\r\nbeign,being\r\nbeigns,begins\r\nbeilief,belief\r\nbein,being\r\nbeinafiencal,beneficial\r\nbeind,behind\r\nbeingb,being\r\nbeinging,beginning\r\nbeinng,being\r\nbeinnning,beinning\r\nbeins,being\r\nbeinth,beneath\r\nbeiruit,beirut\r\nbeith,breathe\r\nbeitiful,beautiful\r\nbeituful,beautiful\r\nbeiutefull,beautiful\r\nbeive,belief\r\nbeiytful,beautiful\r\nbejiing,beijing\r\nbejing,Beijing\r\nbejond,beyond\r\nbekus,because\r\nbelding,building\r\nbeleaf,belief\r\nbeleager,beleaguer\r\nbeleagered,beleaguered\r\nbeleagur,beleaguer\r\nbeleagured,beleaguered\r\nbeleave,belief\r\nbelef,belief\r\nbelefe,belief\r\nbelefer,belief\r\nbeleief,belief\r\nbeleiefs,beliefs\r\nbeleievable,believable\r\nbeleievably,believably\r\nbeleieve,believe\r\nbeleieveability,believability\r\nbeleieveable,believable\r\nbeleieveably,believably\r\nbeleieved,believed\r\nbeleieveing,believing\r\nbeleiever,believer\r\nbeleieverd,believerd\r\nbeleievers,believers\r\nbeleieves,believes\r\nbeleieving,believing\r\nbeleif,belief\r\nbeleifs,beliefs\r\nbeleivable,believable\r\nbeleivably,believably\r\nbeleive,believe\r\nbeleiveability,believability\r\nbeleiveable,believable\r\nbeleiveably,believably\r\nbeleived,believed\r\nbeleiveing,believing\r\nbeleiver,believer\r\nbeleiverd,believerd\r\nbeleivers,believers\r\nbeleives,believes\r\nbeleiving,believing\r\nbeleve,belief\r\nbelever,belief\r\nbelf,belief\r\nbelft,belief\r\nbelgain,belgian\r\nbelguim,belgium\r\nbeliavable,believable\r\nbeliebable,believable\r\nbeliefe,belief\r\nbeliefes,beliefs\r\nbelievabilty,believability\r\nbelieveability,believability\r\nbelieveable,believable\r\nbelieveablity,believeability\r\nbelieveably,believably\r\nbelieveble,believable\r\nbelieveing,believing\r\nbelievr,believer\r\nbelievs,believes\r\nbelif,belief\r\nbelife,belief\r\nbelifer,belief\r\nbelifes,beliefs\r\nbeligan,belgian\r\nbeligerance,belligerence\r\nbeligerant,belligerent\r\nbeligerantly,belligerently\r\nbeligerants,belligerents\r\nbeligerence,belligerence\r\nbeligerent,belligerent\r\nbeligerently,belligerently\r\nbeligerents,belligerents\r\nbeligum,belgium\r\nbelittleing,belittling\r\nbelittlling,belittling\r\nbelive,believe\r\nbeliveability,believability\r\nbeliveable,believable\r\nbeliveablility,beliveability\r\nbeliveably,believably\r\nbelived,believed\r\nbeliveing,believing\r\nbeliver,believer\r\nbelives,believes\r\nbelizes,belize\r\nbellevile,belleville\r\nbelligerance,belligerence\r\nbelligerant,belligerent\r\nbelligerante,belligerent\r\nbelligerantly,belligerently\r\nbelligerants,belligerents\r\nbelligirent,belligerent\r\nbellt,belt\r\nbellweather,bellwether\r\nbellweathers,bellwethers\r\nbelneih,belief\r\nbelnow,below\r\nbelo,below\r\nbeloe,below\r\nbeloew,below\r\nbelog,below\r\nbelogs,belongs\r\nbelongd,belongs\r\nbeloning,belonging\r\nbelos,below\r\nbelowe,below\r\nbelowgorund,belowground\r\nbelowgound,belowground\r\nbelowgroud,belowground\r\nbelown,below\r\nbelowround,belowground\r\nbelows,below\r\nbelssings,blessings\r\nbelte,belt\r\nbelve,belief\r\nbelyw,below\r\nbemchmark,benchmark\r\nbemeficial,beneficial\r\nbemusemnt,bemusement\r\nbemusemnts,bemusements\r\nbemusment,bemusement\r\nbemusments,bemusements\r\nbenaficial,beneficial\r\nbenaficiar,beneficiar\r\nbenafit,benefit\r\nbenafits,benefits\r\nbenagls,bengals\r\nbenahcmark,benchmark\r\nbenajmin,benjamin\r\nbenarth,beneath\r\nbenath,beneath\r\nbenchamark,benchmark\r\nbenchamrk,benchmark\r\nbenchamrks,benchmarks\r\nbenchark,benchmark\r\nbenchmak,benchmark\r\nbenchmakr,benchmark\r\nbenchmakrs,benchmarks\r\nbenchmaks,benchmarks\r\nbenchmars,benchmarks\r\nbenchmkar,benchmark\r\nbenchmmarks,benchmarks\r\nbencifial,beneficial\r\nbenckmark,benchmark\r\nbenckmarks,benchmarks\r\nbencmark,benchmark\r\nbendecition,benediction\r\nbene,been\r\nbeneafe,beneath\r\nbeneat,beneath\r\nbeneatch,beneath\r\nbeneave,beneath\r\nbenecifial,beneficial\r\nbened,beneath\r\nbenedicat,benedict\r\nbenedickt,benedict\r\nbenedit,benedict\r\nbeneeth,beneath\r\nbenef,beneath\r\nbenefacence,beneficence\r\nbenefacent,beneficent\r\nbenefacently,beneficently\r\nbenefecence,beneficence\r\nbenefecent,beneficent\r\nbenefecently,beneficently\r\nbenefecial,beneficial\r\nbenefial,beneficial\r\nbenefica,beneficial\r\nbeneficail,beneficial\r\nbeneficair,beneficiar\r\nbeneficairy,beneficiary\r\nbenefical,beneficial\r\nbeneficalary,beneficialary\r\nbenefically,beneficial\r\nbeneficals,beneficials\r\nbeneficance,beneficence\r\nbeneficant,beneficent\r\nbeneficantly,beneficently\r\nbeneficar,beneficiar\r\nbeneficaries,beneficiaries\r\nbeneficary,beneficiary\r\nbeneficiaires,beneficiaries\r\nbenefician,beneficial\r\nbeneficicel,beneficial\r\nbeneficience,beneficence\r\nbeneficient,beneficial\r\nbeneficiently,beneficently\r\nbeneficiul,beneficial\r\nbeneficl,beneficial\r\nbenefictal,beneficial\r\nbenefites,benefits\r\nbenefitial,beneficial\r\nbenefitical,beneficial\r\nbenefitual,beneficial\r\nbeneifical,beneficial\r\nbeneificial,beneficial\r\nbeneits,benefits\r\nbenelovent,benevolent\r\nbenenficial,beneficial\r\nbenesficl,beneficial\r\nbenet,beneath\r\nbeneth,beneath\r\nbenethe,beneath\r\nbenetifs,benefits\r\nbenevalent,benevolent\r\nbenevelant,benevolent\r\nbenevelent,benevolent\r\nbenevelont,benevolent\r\nbenevloent,benevolent\r\nbenevolant,benevolent\r\nbenfer,beneath\r\nbenffical,beneficial\r\nbenficarl,beneficial\r\nbenficial,beneficial\r\nbenfishil,beneficial\r\nbenfits,benefits\r\nbeng,bang\r\nbengahzi,benghazi\r\nbengalas,bengals\r\nbengalos,bengals\r\nbengazhi,benghazi\r\nbenghai,benghazi\r\nbenghazhi,benghazi\r\nbenghazzi,benghazi\r\nbenghts,beneath\r\nbenghzai,benghazi\r\nbenglas,bengals\r\nbengzhai,benghazi\r\nbenhgazi,benghazi\r\nbenidect,benedict\r\nbenidifs,benefits\r\nbenieficial,beneficial\r\nbenife,beneath\r\nbenifecal,beneficial\r\nbenifecial,beneficial\r\nbenifficial,beneficial\r\nbenifial,beneficial\r\nbenificail,beneficial\r\nbenificair,beneficiar\r\nbenifical,beneficial\r\nbenifically,beneficially\r\nbenificar,beneficiar\r\nbenificari,beneficiari\r\nbenificary,beneficiary\r\nbenificatle,beneficial\r\nbenificcil,beneficial\r\nbenifichial,beneficial\r\nbenificial,beneficial\r\nbenificially,beneficially\r\nbenificials,beneficials\r\nbenificiar,beneficiar\r\nbenificiaries,beneficiaries\r\nbenificiary,beneficiary\r\nbenifisheal,beneficial\r\nbenifistal,beneficial\r\nbenifit,benefit\r\nbenifits,benefits\r\nbenifitted,benefitted\r\nbenifitting,benefitting\r\nbenight,beneath\r\nbening,benign\r\nbenith,beneath\r\nbenithe,beneath\r\nbenitthe,beneath\r\nbenmarks,benchmarks\r\nbenn,been\r\nbennificial,beneficial\r\nbennner,benner\r\nbennning,benning\r\nbennyfishaly,beneficial\r\nbenovelent,benevolent\r\nbentifical,beneficial\r\nbenzoannulatiosn,benzoannulations\r\nbeofer,before\r\nbeofre,before\r\nbeome,become\r\nbeond,beyond\r\nbeongs,belongs\r\nbeoynce,beyonce\r\nber,be\r\nberaded,bearded\r\nberak,break\r\nberath,breathe\r\nbercause,because\r\nbereau,bureau\r\nbereavment,bereavement\r\nbereavments,bereavements\r\nbereivement,bereavement\r\nberekley,berkeley\r\nbereth,breathe\r\nberevment,berevement\r\nberfore,before\r\nbergamont,bergamot\r\nberied,buried\r\nberkelely,berkeley\r\nberng,bring\r\nbernouilli,bernoulli\r\nbernouli,bernoulli\r\nberofe,before\r\nberres,berries\r\nberrets,berets\r\nberrys,berries\r\nbersekr,berserk\r\nbersekrer,berserker\r\nberserkr,berserker\r\nberskerer,berserker\r\nberuit,beirut\r\nbesancon,besançon\r\nbescribed,described\r\nbesd,best\r\nbese,beside\r\nbeseige,besiege\r\nbeseiged,besieged\r\nbeseiging,besieging\r\nbeserk,berserk\r\nbesetted,beset\r\nbesh,best\r\nbesid,beside\r\nbesided,besides\r\nbesids,besides\r\nbesign,design\r\nbesised,besides\r\nbesitality,bestiality\r\nbess,best\r\nbestaility,bestiality\r\nbestateful,stateful\r\nbesteality,bestiality\r\nbesth,beneath\r\nbestialiy,bestiality\r\nbestiallity,bestiality\r\nbestselller,bestseller\r\nbestselllers,bestsellers\r\nbestsellling,bestselling\r\nbetafull,beautiful\r\nbetales,beatles\r\nbetch,batch\r\nbeted,belt\r\nbeteeen,between\r\nbeteen,between\r\nbetefull,beautiful\r\nbetehsda,bethesda\r\nbetend,pretend\r\nbeter,better\r\nbeteshda,bethesda\r\nbeteween,between\r\nbetfull,beautiful\r\nbethdesa,bethesda\r\nbethe,be\r\nbethedsa,bethesda\r\nbethesa,bethesda\r\nbethseda,bethesda\r\nbetifoll,beautiful\r\nbetiful,beautiful\r\nbetifull,beautiful\r\nbeting,being\r\nbetle,belt\r\nbetnween,between\r\nbetr,belt\r\nbetrayd,betrayed\r\nbetrayeado,betrayed\r\nbetryal,betrayal\r\nbetterdoc,better-docs\r\nbettes,best\r\nbettle,better\r\nbettter,better\r\nbettting,betting\r\nbetttor,bettor\r\nbetttter,better\r\nbettwen,between\r\nbetufel,beautiful\r\nbetuful,beautiful\r\nbetuiful,beautiful\r\nbetw,belt\r\nbetwee,between\r\nbetweed,between\r\nbetweeen,between\r\nbetweek,between\r\nbetweem,between\r\nbetweent,between\r\nbetwees,between\r\nbetwen,between\r\nbetwenn,between\r\nbetwkeen,between\r\nbetwwen,between\r\nbeuatiful,beautiful\r\nbeuatifull,beautiful\r\nbeuatifullly,beautifully\r\nbeuatifully,beautifully\r\nbeuatifuly,beuatifully\r\nbeuaty,beauty\r\nbeuatyful,beautiful\r\nbeuatyfull,beautiful\r\nbeuatyfullly,beautifully\r\nbeuatyfully,beautifully\r\nbeucase,becuase\r\nbeuefull,beautiful\r\nbeuitful,beautiful\r\nbeuitifiel,beautiful\r\nbeuitiful,beautiful\r\nbeuntfut,beautiful\r\nbeuraucracy,bureaucracy\r\nbeuraucratic,bureaucratic\r\nbeuraucrats,bureaucrats\r\nbeurocrats,bureaucrats\r\nbeuteful,beautiful\r\nbeutful,beautiful\r\nbeutician,beautician\r\nbeutifal,beautiful\r\nbeutifall,beautiful\r\nbeutifiel,beautiful\r\nbeutiful,beautiful\r\nbeutifull,beautiful\r\nbeutifullly,beautifully\r\nbeutifully,beautiful\r\nbeutifuly,beutifully\r\nbeuttifull,beautiful\r\nbeuty,beauty\r\nbeutyful,beautiful\r\nbeutyfull,beautiful\r\nbeutyfullly,beautifully\r\nbeutyfully,beautifully\r\nbevahiour,behaviour\r\nbevaiour,behaviour\r\nbevaled,beveled\r\nbevaler,beveler\r\nbevalers,bevelers\r\nbevhavior,behavior\r\nbevle,bevel\r\nbevled,beveled\r\nbevleing,beveling\r\nbevler,beveler\r\nbevlers,bevelers\r\nbevles,bevels\r\nbevling,beveling\r\nbevor,before\r\nbew,new\r\nbeween,between\r\nbewteen,between\r\nbey-hind,behind\r\nbeyhid,behind\r\nbeyoncye,beyonce\r\nbeyong,beyond\r\nbeyons,beyond\r\nbeyoud,beyond\r\nbeyound,beyond\r\nbezier,bézier\r\nbeziers,béziers\r\nbezzerwizzzer,bezzerwizzer\r\nbfor,before\r\nbforehand,beforehand\r\nbge,be\r\nbginning,beginning\r\nbgtasks,tasks\r\nbhave,behave\r\nbhavior,behavior\r\nbheaviour,behaviour\r\nbhid,behind\r\nbhind,behind\r\nbi-derectional,bi-directional\r\nbi-diraction,bi-direction\r\nbi-directonal,bi-directional\r\nbi-plar,bi-polar\r\nbia,via\r\nbianaries,binaries\r\nbianary,binary\r\nbianries,binaries\r\nbianry,binary\r\nbianual,biannual\r\nbiary,binary\r\nbiase,bias\r\nbiathalete,biathlete\r\nbiathaletes,biathletes\r\nbiathalon,biathlon\r\nbiathalons,biathlons\r\nbiathelete,biathlete\r\nbiatheletes,biathletes\r\nbiathelon,biathlon\r\nbiathelons,biathlons\r\nbibble,bible\r\nbibel,bible\r\nbibilcal,biblical\r\nbibilographic,bibliographic\r\nbibilography,bibliography\r\nbibiloteque,biblioteque\r\nbibiloteques,biblioteques\r\nbibilotheque,bibliotheque\r\nbibilotheques,bibliotheques\r\nbibligraphic,bibliographic\r\nbibligraphical,bibliographical\r\nbibligraphies,bibliographies\r\nbibligraphu,bibliographu\r\nbibligraphy,bibliography\r\nbibliogrpahy,bibliography\r\nbibliogrpaphic,bibliographic\r\nbiblioteque,bibliothèque\r\nbiblioteques,bibliothèques\r\nbibliotheque,bibliothèque\r\nbibliotheques,bibliothèques\r\nbibliothéque,bibliothèque\r\nbibliothéques,bibliothèques\r\nbibliothêque,bibliothèque\r\nbibliothêques,bibliothèques\r\nbibliotéque,bibliothèque\r\nbibliotéques,bibliothèques\r\nbibliotêque,bibliothèque\r\nbibliotêques,bibliothèques\r\nbibliteque,biblioteque\r\nbibliteques,biblioteques\r\nbiblitheque,bibliotheque\r\nbiblitheques,bibliotheques\r\nbiblographia,bibliographia\r\nbiblographic,bibliographic\r\nbiblography,bibliography\r\nbibloteque,biblioteque\r\nbibloteques,biblioteques\r\nbiblotheque,bibliotheque\r\nbiblotheques,bibliotheques\r\nbiccal,bicycle\r\nbicechely,bicycle\r\nbicecicle,bicycle\r\nbicecyle,bicycle\r\nbicentenial,bicentennial\r\nbicentenials,bicentennials\r\nbicententenial,bicentennial\r\nbich,bitch\r\nbicicle,bicycle\r\nbicicly,bicycle\r\nbicites,biscuits\r\nbicits,biscuits\r\nbickckle,bicycle\r\nbickcle,bicycle\r\nbickere,bickering\r\nbickets,biscuits\r\nbickit,biscuits\r\nbickits,biscuits\r\nbickle,bicycle\r\nbickly,bicycle\r\nbiclyce,bicycle\r\nbiclye,bicycle\r\nbicsects,biscuits\r\nbicsets,biscuits\r\nbicsiuts,biscuits\r\nbicsnits,biscuits\r\nbicters,biscuits\r\nbicthes,bitches\r\nbictiats,biscuits\r\nbictuts,biscuits\r\nbicuit,biscuits\r\nbicuites,biscuits\r\nbicuits,biscuits\r\nbicust,biscuits\r\nbicutes,biscuits\r\nbicuths,biscuits\r\nbicuts,biscuits\r\nbicycal,bicycle\r\nbicycel,bicycle\r\nbicyclle,bicycle\r\nbicyely,bicycle\r\nbicykle,bicycle\r\nbicyl,bicycle\r\nbicylce,bicycle\r\nbicylces,bicycles\r\nbicyle,bicycle\r\nbiddder,bidder\r\nbiddding,bidding\r\nbidiectional,bidirectional\r\nbidiractional,bidirectional\r\nbidirection,bidirectional\r\nbidirectionaly,bidirectionally\r\nbidirectionnal,bidirectional\r\nbidn't,didn't\r\nbidn,bind\r\nbidning,binding\r\nbidrectional,bidirectional\r\nbidrectionnal,bidrectional\r\nbidrman,birdman\r\nbieing,being\r\nbiejing,beijing\r\nbielife,belief\r\nbienfical,beneficial\r\nbieng,being\r\nbienial,biennial\r\nbienially,biennially\r\nbientenial,biennial\r\nbiew,view\r\nbifgoot,bigfoot\r\nbig-enadian,big-endian\r\nbig-endiant,big-endian\r\nbige,bridge\r\nbiger,bigger\r\nbiges't,biggest\r\nbiges,biggest\r\nbigest,biggest\r\nbiget,biggest\r\nbigfooot,bigfoot\r\nbiggger,bigger\r\nbigining,beginning\r\nbiginnig,beginning\r\nbiginning,beginning\r\nbiginnner,biginner\r\nbigno,bingo\r\nbigorty,bigotry\r\nbigrading,brigading\r\nbigrations,migrations\r\nbigtoed,bigoted\r\nbigtory,bigotry\r\nbihind,behind\r\nbikeablity,bikeability\r\nbikeing,biking\r\nbil,bill\r\nbilateraly,bilaterally\r\nbilatteral,bilateral\r\nbilbical,biblical\r\nbilbliography,bibliography\r\nbilboard,billboard\r\nbilboards,billboards\r\nbilborad,billboard\r\nbilborads,billboards\r\nbilbord,billboard\r\nbilbords,billboards\r\nbild,build\r\nbilding,building\r\nbildings,buildings\r\nbileld,billed\r\nbiliography,bibliography\r\nbilionare,billionaire\r\nbilioniare,billionaire\r\nbillabel,billable\r\nbillbaord,billboard\r\nbillbaords,billboards\r\nbillboad,billboard\r\nbillboads,billboards\r\nbillboars,billboards\r\nbillborad,billboard\r\nbillborads,billboards\r\nbillbord,billboard\r\nbillbords,billboards\r\nbillding,building\r\nbillegerent,belligerent\r\nbillingual,bilingual\r\nbillingualism,bilingualism\r\nbillinguals,bilinguals\r\nbillionairre,billionaire\r\nbillionairres,billionaire\r\nbillionairs,billionaires\r\nbillionare,billionaire\r\nbillionares,billionaires\r\nbillionarie,billionaire\r\nbillionaries,billionaires\r\nbillioniare,billionaire\r\nbillioniares,billionaires\r\nbillled,billed\r\nbilller,biller\r\nbilllers,billers\r\nbillling,billing\r\nbilllings,billings\r\nbilllion,billion\r\nbilllions,billions\r\nbillllion,billion\r\nbilllllion,billion\r\nbillllllllllllllllllions,billions\r\nbillon,billion\r\nbillygeneisma,billygenisma\r\nbillygeneismarketing,billygenismarketing\r\nbilsters,blisters\r\nbilt,built\r\nbilte,built\r\nbilzzard,blizzard\r\nbilzzcon,blizzcon\r\nbimask,bitmask\r\nbinaly,binary\r\nbinar,binary\r\nbinarey,binary\r\nbinariy,binary\r\nbinayr,binary\r\nbindary,binary\r\nbinded,bound\r\nbindigs,bindings\r\nbindin,binding\r\nbindinds,bindings\r\nbindingstopt,bindings\r\nbindins,bindings\r\nbinefit,benefit\r\nbineing,dining\r\nbines,bins\r\nbinfings,bindings\r\nbingeabilty,bingeability\r\nbinginig,beginning\r\nbingining,beginning\r\nbingly,bingley\r\nbiniary,binary\r\nbinificial,beneficial\r\nbinnned,binned\r\nbinnning,binning\r\nbinnr,dinner\r\nbinomal,binomial\r\nbinominal,binomial\r\nbinrary,binary\r\nbinray,binary\r\nbioaccessibilty,bioaccessibility\r\nbioaccessiblity,bioaccessibility\r\nbioavaiablity,bioavaiability\r\nbioavailabilty,bioavailability\r\nbioavailablility,bioavailability\r\nbioavailablilty,bioavailability\r\nbioavailablity,bioavailability\r\nbioavailaiblity,bioavailaibility\r\nbioavailbilty,bioavailbility\r\nbioavailibilty,bioavailibility\r\nbioavaliablity,bioavaliability\r\nbioavaliblity,bioavalibility\r\nbioavilibilty,bioavilibility\r\nbioaviliblity,bioavilibility\r\nbiocience,bioscience\r\nbiociences,biosciences\r\nbiocient,bioscient\r\nbiocientific,bioscientific\r\nbiocientifically,bioscientifically\r\nbiocientious,bioscientious\r\nbiocientiously,bioscientiously\r\nbiociently,biosciently\r\nbiocompatibillity,biocompatibility\r\nbiocompatibilty,biocompatibility\r\nbiocompatiblity,biocompatibility\r\nbiodegradablility,biodegradability\r\nbiogenrontolgist,biogenrontologist\r\nbiogeogrpahic,biogeographic\r\nbiogeogrpahy,biogeography\r\nbiografy,biography\r\nbiogrpahical,biographical\r\nbiogrpahies,biographies\r\nbiogrpahy,biography\r\nbiogted,bigoted\r\nbiogtry,bigotry\r\nbiolagic,biologic\r\nbiolagist,biologist\r\nbiolagy,biology\r\nbiolerplate,boilerplate\r\nbiolgica,biologica\r\nbiolgical,biological\r\nbiolgico,biologico\r\nbiolgicos,biologicos\r\nbiolgics,biologics\r\nbiolgist,biologist\r\nbioligic,biologic\r\nbioligical,biological\r\nbioligically,biologically\r\nbioligist,biologist\r\nbioligists,biologists\r\nbiologia,biological\r\nbiologicaly,biologically\r\nbiologiset,biologist\r\nbiologiskt,biologist\r\nbiololgical,biolological\r\nbiometeoroligists,biometeorologists\r\nbioplar,bipolar\r\nbiosience,bioscience\r\nbiosiences,biosciences\r\nbiosient,bioscient\r\nbiosientific,bioscientific\r\nbiosientifically,bioscientifically\r\nbiosientious,bioscientious\r\nbiosientiously,bioscientiously\r\nbiosiently,biosciently\r\nbiotechnolgies,biotechnologies\r\nbiounavailablity,biounavailability\r\nbiovailabilty,biovailability\r\nbip,pip\r\nbiparte,bipartite\r\nbipass,bypass\r\nbipassed,bypassed\r\nbiploar,bipolar\r\nbircyls,bicycle\r\nbirdamn,birdman\r\nbirden,burden\r\nbirdge,bridge\r\nbirdges,bridges\r\nbirgade,brigade\r\nbirgading,brigading\r\nbirge,bridge\r\nbirghtest,brightest\r\nbirghtness,brightness\r\nbirht,birth\r\nbirhtday,birthday\r\nbirhtdays,birthdays\r\nbirmignham,birmingham\r\nbirmimgham,birmingham\r\nbirmingharam,birmingham\r\nbirn,burn\r\nbirsbane,brisbane\r\nbirth-place,birthplace\r\nbirthdayers,birthdays\r\nbirthdaymas,birthdays\r\nbirthdsy,birthdays\r\nbirutful,beautiful\r\nbiscat,biscuits\r\nbiscats,biscuits\r\nbiscaut,biscuits\r\nbisces,biscuits\r\nbiscets,biscuits\r\nbiscists,biscuits\r\nbiscit,biscuits\r\nbiscites,biscuits\r\nbiscits,biscuits\r\nbisciut,biscuits\r\nbisciuts,biscuits\r\nbisckets,biscuits\r\nbiscui,biscuits\r\nbiscuites,biscuits\r\nbiscults,biscuits\r\nbiscusti,biscuits\r\nbiscut,biscuits\r\nbiscute,biscuits\r\nbiscutes,biscuits\r\nbiscuts,biscuits\r\nbiscycle,bicycle\r\nbisets,biscuits\r\nbiseuxal,bisexual\r\nbisexaul,bisexual\r\nbisexuella,bisexual\r\nbishope,bishop\r\nbisic,basic\r\nbisint,biscuits\r\nbisket,biscuits\r\nbiskets,biscuits\r\nbiskits,biscuits\r\nbisnes,business\r\nbisquit,biscuits\r\nbissciuts,biscuits\r\nbissecting,bisecting\r\nbisskets,biscuits\r\nbist,best\r\nbistablility,bistability\r\nbistat,biscuits\r\nbisuit,biscuits\r\nbisuits,biscuits\r\nbisunsh,biscuits\r\nbisuts,biscuits\r\nbisy,busy\r\nbisycle,bicycle\r\nbitchey,bitchy\r\nbitcion,bitcoin\r\nbitcions,bitcoins\r\nbitcoints,bitcoins\r\nbitcon,bitcoin\r\nbitd,bits\r\nbiten,bitten\r\nbithced,bitched\r\nbithces,bitches\r\nbitocin,bitcoin\r\nbitocins,bitcoins\r\nbitsteam,bitstream\r\nbitterseet,bittersweet\r\nbittersweat,bittersweet\r\nbittersweeet,bittersweet\r\nbitterswet,bittersweet\r\nbitterwseet,bittersweet\r\nbittle,brittle\r\nbittter,bitter\r\nbittters,bitters\r\nbiuest,biscuits\r\nbiuld,build\r\nbiulding,building\r\nbiult,built\r\nbiuscute,biscuits\r\nbiut,but\r\nbiutes,biscuits\r\nbiutiful,beautiful\r\nbivly,bively\r\nbiycicle,bicycle\r\nbiycile,bicycle\r\nbiycle,bicycle\r\nbiycyle,bicycle\r\nbizzare,bizarre\r\nbizzarre,bizarre\r\nbkaing,baking\r\nbkaings,bakings\r\nblabkcoard,blackboard\r\nblackade,blacked\r\nblackahwks,blackhawks\r\nblackbarry,blackberry\r\nblackbeary,blackberry\r\nblackbeery,blackberry\r\nblackberrry,blackberry\r\nblackbery,blackberry\r\nblackcawks,blackhawks\r\nblackcurrents,blackcurrants\r\nblackend,blacked\r\nblackenhammmer,blackenhammer\r\nblackhakws,blackhawks\r\nblackhaws,blackhawks\r\nblackhwaks,blackhawks\r\nblackjak,blackjack\r\nblacklit,blacklist\r\nblacklivesmattter,blacklivesmatter\r\nblackmsith,blacksmith\r\nblackshit,blacksmith\r\nblackshits,blacksmith\r\nblackslashes,backslashes\r\nblacksmitch,blacksmith\r\nblacony,balcony\r\nbladdder,bladder\r\nblaim,blame\r\nblaime,blame\r\nblaimed,blamed\r\nblait,bleat\r\nblak,block\r\nblaking,balking\r\nblaksmith,blacksmith\r\nblam,blame\r\nblamethrower,flamethrower\r\nblan,plan\r\nblanacer,balancer\r\nblanacing,balancing\r\nblance,balance\r\nblancer,balancer\r\nblanck,blank\r\nblankes,blankets\r\nblanketted,blanketed\r\nblanketting,blanketing\r\nblanketts,blankets\r\nblankn,blank\r\nblapshemy,blasphemy\r\nblas,base\r\nblasers,blazers\r\nblashpemy,blasphemy\r\nblaspehmy,blasphemy\r\nblasphemey,blasphemy\r\nblasphmey,blasphemy\r\nblatanlty,blatantly\r\nblatanty,blatantly\r\nblatatly,blatately\r\nblate,plate\r\nblatenly,blatantly\r\nblatent,blatant\r\nblatently,blatantly\r\nblatimore,baltimore\r\nblazzzzzing,blazzing\r\nblazzzzzzing,blazzing\r\nblck,black\r\nblcok,block\r\nble,able\r\nblead,bleed\r\nbleading,bleeding\r\nbledabilty,bledability\r\nbleeded,bled\r\nbleek,bleak\r\nblef,belief\r\nblefe,belief\r\nblegian,belgian\r\nblegium,belgium\r\nblemmmings,blemmings\r\nblendabilty,blendability\r\nblength,length\r\nblenk,blank\r\nblessins,blessings\r\nblesssed,blessed\r\nblesssing,blessing\r\nblesssings,blessings\r\nblessssssed,blessed\r\nblessure,blessing\r\nbleuberry,blueberry\r\nbleue,blue\r\nbleuprint,blueprint\r\nbleutooth,bluetooth\r\nblibliography,bibliography\r\nblidnly,blindly\r\nblindy,blindly\r\nblinkbuzzzers,blinkbuzzers\r\nblisffuly,blisffully\r\nblissfuly,blissfully\r\nblisteres,blisters\r\nblit,belt\r\nblitzkreig,blitzkrieg\r\nblizard,blizzard\r\nblizzad,blizzard\r\nblizzcoin,blizzcon\r\nbllocked,blocked\r\nblnk,blink\r\nbloccks,blocks\r\nblochain,blockchain\r\nblochchain,blockchain\r\nblock-leve,block-level\r\nblockcahin,blockchain\r\nblockcahins,blockchains\r\nblockchan,blockchain\r\nblockchian,blockchain\r\nblockeras,blockers\r\nblockes,blockers\r\nblockhain,blockchain\r\nblockm,block\r\nblockqote,blockquote\r\nblocksp,blocks\r\nblocsk,blocks\r\nblod,blood\r\nblody,bloody\r\nblogchattter,blogchatter\r\nbloggare,blogger\r\nbloggeur,blogger\r\nbloggged,blogged\r\nbloggger,blogger\r\nblogggers,bloggers\r\nbloggging,blogging\r\nblogl,blog\r\nblogo-shpere,blogosphere\r\nblogo-shperes,blogospheres\r\nblogo-spere,blogosphere\r\nblogo-speres,blogospheres\r\nblogo-spher,blogosphere\r\nblogo-sphers,blogospheres\r\nblogoshpere,blogosphere\r\nblogoshperes,blogospheres\r\nblogospere,blogosphere\r\nblogosperes,blogospheres\r\nblogospher,blogosphere\r\nblogosphers,blogospheres\r\nbloing,blowing\r\nblok,block\r\nblokc,block\r\nblokcs,blocks\r\nbloked,blocked\r\nblong,belong\r\nbloodboner,bloodborne\r\nbloodbonre,bloodborne\r\nbloodboorne,bloodborne\r\nbloodborbe,bloodborne\r\nbloodbore,bloodborne\r\nbloodbrone,bloodborne\r\nbloodporne,bloodborne\r\nbloodwork,blood work\r\nblookfeild,blookfield\r\nbloolean,boolean\r\nbloomfeild,bloomfield\r\nbloomfuly,bloomfully\r\nbloon,balloon\r\nbloood,blood\r\nblooooogggged,blooooogged\r\nbloorborne,bloodborne\r\nblosom,blossom\r\nbloson,blossom\r\nblossem,blossom\r\nbloster,bolster\r\nblottter,blotter\r\nblottters,blotters\r\nblottting,blotting\r\nblowed,blew\r\nblowwing,blowing\r\nblud,blood\r\nbludy,bloody\r\nbluebarries,blueberries\r\nblueberies,blueberries\r\nblueberris,blueberries\r\nblueberrries,blueberries\r\nblueberrry,blueberry\r\nbluebery,blueberry\r\nbluebprint,blueprint\r\nbluebrints,blueprints\r\nblueburries,blueberries\r\nbluepint,blueprint\r\nblueprients,blueprints\r\nblueprintcss,blueprints\r\nbluetooh,bluetooth\r\nbluevment,bluevement\r\nbluf,bluff\r\nblugaria,bulgaria\r\nblulets,bullets\r\nblumping,plumping\r\nblures,blurs\r\nbluriness,blurriness\r\nbluring,blurring\r\nblurrred,blurred\r\nblurrring,blurring\r\nbluw,blue\r\nbnehcmarks,benchmarks\r\nbninary,binary\r\nbnto,not\r\nbnug,bug\r\nbo,to\r\nboak,book\r\nboardband,broadband\r\nboardcast,broadcast\r\nboardcasting,broadcasting\r\nboardcasts,broadcasts\r\nboarderline,borderline\r\nboardway,broadway\r\nboared,bored\r\nboaring,boring\r\nboaut,bout\r\nbobmers,bombers\r\nbobybuilding,bodybuilding\r\nbocket,pockets\r\nboddy,body\r\nbodly,bodily\r\nbody-builder,bodybuilder\r\nbody-builders,bodybuilders\r\nbody-building,bodybuilding\r\nbodybody,body\r\nbodybuidling,bodybuilding\r\nbodybuildig,bodybuilding\r\nbodybuildng,bodybuilding\r\nbodybuilidng,bodybuilding\r\nbodybuiling,bodybuilding\r\nbodybuliding,bodybuilding\r\nbodydbuilder,bodybuilder\r\nbodydbuilders,bodybuilders\r\nbodydbuilding,bodybuilding\r\nbodygaurd,bodyguard\r\nbodygaurded,bodyguarded\r\nbodygaurdedly,bodyguardedly\r\nbodygaurdian,bodyguardian\r\nbodygaurdians,bodyguardians\r\nbodygaurding,bodyguarding\r\nbodygaurds,bodyguards\r\nbodyheight,bodyweight\r\nbodyogrpahy,bodyography\r\nbodyweigt,bodyweight\r\nbodyweigth,bodyweight\r\nbodywieght,bodyweight\r\nboetiful,beautiful\r\nbofore,before\r\nbofy,body\r\nboght,bought\r\nbogous,bogus\r\nboh,both\r\nboileplate,boilerplate\r\nboilerlate,boilerplate\r\nboilerp1late,boilerplate\r\nboilerpalte,boilerplate\r\nboilerplace,boilerplate\r\nboilerplane,boilerplate\r\nboilerplat,boilerplate\r\nboilerplat-y,boilerplate-y\r\nboilerplater,boilerplate\r\nboilerplte,boilerplate\r\nboject,object\r\nbokets,pockets\r\nbokey,bokeh\r\nboklet,booklet\r\nbolck,block\r\nbolean,boolean\r\nboled,bored\r\nbolerplate,boilerplate\r\nbolgger,blogger\r\nbolierplate,boilerplate\r\nbollcoks,bollocks\r\nbollean,boolean\r\nbolller,boller\r\nbollling,bolling\r\nbollocs,bollocks\r\nbollowed,followed\r\nboludes,blouse\r\nbombadier,bombardier\r\nbombadiers,bombardiers\r\nbombardeada,bombarded\r\nbombardeado,bombarded\r\nbombardement,bombardment\r\nbombarderad,bombarded\r\nbombarment,bombardment\r\nbomberos,bombers\r\nbome,bomb\r\nbomes,bombs\r\nbomm,bomb\r\nbomp,bomb\r\nboms,bombs\r\nbon,on\r\nbonary,binary\r\nbonas,bonus\r\nbondabilty,bondability\r\nbondaries,boundaries\r\nbondary,boundary\r\nbondries,boundaries\r\nbondry,boundary\r\nbondy,body\r\nbonet,bonnet\r\nbonglow,bungalow\r\nbongulo,bungalow\r\nbonifaciy,bonifacity\r\nbonkrucpty,bankruptcy\r\nbonkrupsy,bankruptcy\r\nbonnano,bonanno\r\nbonsues,bonuses\r\nbood,good\r\nbooean,boolean\r\nbooelan,boolean\r\nboogint,booting\r\nbookamrks,bookmarks\r\nbookbuzzzed,bookbuzzed\r\nbookcs,books\r\nbookeeper,bookkeeper\r\nbookeepers,bookkeepers\r\nbookeeping,bookkeeping\r\nbookes,books\r\nbookign,booking\r\nbookkeeing,bookkeeping\r\nbookkeeiping,bookkeeping\r\nbookkepp,bookkeep\r\nbookkie,bookie\r\nbooklit,booklet\r\nbookmakred,bookmarked\r\nbookmakrs,bookmarks\r\nbookmaks,bookmarks\r\nbookmarkd,bookmarked\r\nbookmarkign,bookmarking\r\nbookmars,bookmarks\r\nbookrmalets,bookmarklets\r\nbookrunnner,bookrunner\r\nbooksadd,books\r\nbooksand,bookstand\r\nbookselller,bookseller\r\nbookstrap,bootstrap\r\nboolaen,boolean\r\nboolan,boolean\r\nbooland,boolean\r\nboole,boolean\r\nboolea,boolean\r\nbooleam,boolean\r\nbooleamn,boolean\r\nboolen,boolean\r\nboolena,boolean\r\nbooleon,boolean\r\nboolian,boolean\r\nbools,booleans\r\nboomaranges,boomerangs\r\nboomark,bookmark\r\nboook,book\r\nboooooooooooorrrrrrrrrring,boooooooooooorring\r\nboooooorrrring,boooooorring\r\nboooooorrrrring,boooooorring\r\nbooooorrring,booooorring\r\nbooooorrrring,booooorring\r\nbooooorrrrring,booooorring\r\nboooorrring,boooorring\r\nboooorrrred,boooorred\r\nboooorrrring,boooorring\r\nboooorrrrring,boooorring\r\nboooorrrrrred,boooorred\r\nbooorrred,booorred\r\nbooorrring,booorring\r\nbooorrrred,booorred\r\nbooorrrring,booorring\r\nboootloader,bootloader\r\nboootstrap,bootstrap\r\nboored,bored\r\nboorly,poorly\r\nboorrring,boorring\r\nboorrrrring,boorring\r\nboostabilty,boostability\r\nboostablility,boostability\r\nboostrap,bootstrap\r\nboostrap-sass,bootstrap-sass\r\nboostraping,bootstrapping\r\nboostrapped,bootstrapped\r\nboostrapping,bootstrapping\r\nbooststrap,bootstrap\r\nboot-nomodeset,boot-debug\r\nbootabilty,bootability\r\nbootlaoder,bootloader\r\nbootleader,bootloader\r\nbootlenecks,bottlenecks\r\nbootrapping,bootstrapping\r\nbootsrap,bootstrap\r\nbootsrap-stylus,bootstrap-stylus\r\nbootsrtapping,bootstrapping\r\nbootstap,bootstrap\r\nbootstra,bootstrap\r\nbootstrao,bootstrap\r\nbootstraped,bootstrapped\r\nbootstrapi,bootstrap\r\nbootstraping,bootstrapping\r\nbootstrappd,bootstrapped\r\nbootstrepping,bootstrapping\r\nbootstrip,bootstrap\r\nboottrapping,bootstrapping\r\nbootyoligist,bootyologist\r\nboquet,bouquet\r\nbor's,bar's\r\nboradband,broadband\r\nboradcast,broadcast\r\nboradcasting,broadcasting\r\nboradcasts,broadcasts\r\nboraden,broaden\r\nborader,broader\r\nboradly,broadly\r\nboradwalk,boardwalk\r\nboradway,broadway\r\nbord,bored\r\nborde,bored\r\nborded,bored\r\nbordelrands,borderlands\r\nbordeom,boredom\r\nborderlads,borderlands\r\nborderlanders,borderlands\r\nborderlans,borderlands\r\nbordlerands,borderlands\r\nboredoom,boredom\r\nborke,broke\r\nborken,broken\r\nborker,broker\r\nborred,bored\r\nborring,boring\r\nborrom,bottom\r\nborrowr,borrower\r\nborrring,borring\r\nborrrring,borring\r\nborrrrred,borred\r\nborrrrring,borring\r\nborrrrrred,borred\r\nborrrrrring,borring\r\nborrrrrrred,borred\r\nborrrrrrring,borring\r\nborrrrrrrrring,borring\r\nborrrrrrrrrrrrrrrrrred,borred\r\nborrwed,borrowed\r\nborson,boron\r\nborther,bother\r\nbortherhood,brotherhood\r\nborus,bogus\r\nborwser,browser\r\nbose,boss\r\nbosed,bossed\r\nbosing,bossing\r\nboslter,bolster\r\nbosts,posts\r\nbostwana,botswana\r\nbostwanan,botswanan\r\nbostwanans,botswanans\r\nbostwanas,botswanas\r\nbosy,body\r\nbotannical,botanical\r\nbotannically,botanically\r\nbotannicals,botanicals\r\nbote,note\r\nbotem,bottom\r\nbothe,both\r\nbothing,both\r\nboths,both\r\nbotivational,motivational\r\nbotj,both\r\nbotle,bottle\r\nbotles,bottles\r\nbotom,bottom\r\nbotome,bottom\r\nboton,button\r\nbototm,bottom\r\nbotsq,bots\r\nbotstrap,bootstrap\r\nbotswanna,botswana\r\nbotswannan,botswanan\r\nbotswannans,botswanans\r\nbotswannas,botswanas\r\nbottel,bottle\r\nbottelneck,bottleneck\r\nbottem,bottom\r\nbottemilller,bottemiller\r\nbottlebeck,bottleneck\r\nbottlneck,bottleneck\r\nbottome,bottom\r\nbottomn,bottom\r\nbottomo,bottom\r\nbotton,bottom\r\nbottons,buttons\r\nbottter,botter\r\nbottting,botting\r\nbotttle,bottle\r\nbotuania,botswana\r\nbou,you\r\nbouce,bounce\r\nboucher,voucher\r\nboud,bound\r\nboudaries,boundaries\r\nbouding,bounding\r\nboudler,boulder\r\nboudn,bound\r\nboudnding,bounding\r\nboudning,bounding\r\nbougth,bought\r\nbougths,boughts\r\nbougus,bogus\r\nbouk,buck\r\nbould,bald\r\nbouldore,boulder\r\nbouletin,bulletin\r\nboulow,bungalow\r\nboulsters,bolsters\r\nbounardies,boundaries\r\nbounary,boundary\r\nbouncary,boundary\r\nbounceabilty,bounceability\r\nbouncebackabilty,bouncebackability\r\nboundaires,boundaries\r\nbounday,boundary\r\nbounderies,boundaries\r\nboundery,boundary\r\nboundign,bounding\r\nboundle,bundle\r\nboundries,boundaries\r\nboundry,boundary\r\nboundsi,bounds\r\nbounduaries,boundaries\r\nboung,bound\r\nboungalow,bungalow\r\nbounglow,bungalow\r\nbounites,bounties\r\nbouns,bonus\r\nbounses,bonuses\r\nbount,count\r\nbourd,bored\r\nbourder,border\r\nboured,bored\r\nbouregois,bourgeois\r\nbourgeios,bourgeois\r\nbourgeoius,bourgeois\r\nbourgeousie,bourgeois\r\nbourgoeis,bourgeois\r\nbourgoisie,bourgeoisie\r\nboutiqe,boutique\r\nboutnies,bounties\r\nbouton,button\r\nboutqiue,boutique\r\nbouy,buoy\r\nbouyancy,buoyancy\r\nbouyant,buoyant\r\nbouyantly,buoyantly\r\nbouyed,buoyed\r\nbouys,buoys\r\nbove,above\r\nbowen,bone\r\nbown,down\r\nbowwed,bowed\r\nboxd,boxed\r\nboxe,boxes\r\nboxess,boxes\r\nboxs,boxes\r\nboyancy,buoyancy\r\nboyant,buoyant\r\nboyantly,buoyantly\r\nboycottted,boycotted\r\nboycottting,boycotting\r\nboycutting,boycotting\r\nboyes,boys\r\nboyfirend,boyfriend\r\nboyfirends,boyfriends\r\nboyfreind,boyfriend\r\nboyfreinded,boyfriended\r\nboyfreindly,boyfriendly\r\nboyfreinds,boyfriends\r\nboyfried,boyfriend\r\nboyfriens,boyfriends\r\nboyfrients,boyfriends\r\nboygot,boycott\r\nboystrust,boisterous\r\nboϕndary,boundary\r\nbpe,be\r\nbpy,boy\r\nbqbabykilller,bqbabykiller\r\nbraaaaapppppping,braaaaapping\r\nbraappping,braapping\r\nbrabarian,barbarian\r\nbraceletes,bracelets\r\nbracelettes,bracelets\r\nbraceletts,bracelets\r\nbracelona,barcelona\r\nbrach,branch\r\nbraches,braces\r\nbraching,branching\r\nbrack,break\r\nbracked,bracket\r\nbracketolgists,bracketologists\r\nbracketted,bracketed\r\nbracketting,bracketing\r\nbracketts,brackets\r\nbracking,breaking\r\nbradcast,broadcast\r\nbradcastchratdata,broadcastchratdata\r\nbradcaster,broadcaster\r\nbradcasting,broadcasting\r\nbradcastleberry,broadcastleberry\r\nbrade,bread\r\nbradfrod,bradford\r\nbraek,break\r\nbraeking,breaking\r\nbraevry,bravery\r\nbraggadocious,braggadocios\r\nbrainwahsed,brainwashed\r\nbrainwahsing,brainwashing\r\nbrainwased,brainwashed\r\nbrainwasing,brainwashing\r\nbraista,barista\r\nbrak,brick\r\nbrakcets,brackets\r\nbrakedown,breakdown\r\nbrakedowns,breakdowns\r\nbrakeout,breakout\r\nbrakethrough,breakthrough\r\nbrakets,brackets\r\nbrakeup,break-up\r\nbrakish,brackish\r\nbrakke,brake\r\nbrakley,barkley\r\nbrances,branches\r\nbranche,branches\r\nbranchi,branch\r\nbranchs,branches\r\nbranck,branch\r\nbrandablility,brandability\r\nbrandablilty,brandability\r\nbrandablity,brandability\r\nbrandind,branding\r\nbranier,brainer\r\nbrannch,branch\r\nbransch,branch\r\nbraodband,broadband\r\nbraodcast,broadcast\r\nbraodcaster,broadcaster\r\nbraodcasting,broadcasting\r\nbraodcasts,broadcasts\r\nbraoden,broaden\r\nbraoder,broader\r\nbraodly,broadly\r\nbraodway,broadway\r\nbrasilian,brazilian\r\nbrasilians,brazilians\r\nbrasillian,brazilian\r\nbrasillians,brazilians\r\nbratenders,bartenders\r\nbratfuly,bratfully\r\nbrath,breath\r\nbrattter,bratter\r\nbraught,brought\r\nbraughts,broughts\r\nbrav,brave\r\nbraverly,bravery\r\nbrazilains,brazilians\r\nbrazileans,brazilians\r\nbraziliaan,brazilians\r\nbrazilianese,brazilians\r\nbrazilianess,brazilians\r\nbrazilias,brazilians\r\nbraziliians,brazilians\r\nbrazilions,brazilians\r\nbrazill,brazil\r\nbrazillans,brazilians\r\nbrazillian,brazilian\r\nbrazillians,brazilians\r\nbrazzzers,brazzers\r\nbrdge,bridge\r\nbre,brew\r\nbreack,break\r\nbreackage,breakage\r\nbreackpoints,breakpoints\r\nbreadcrum,breadcrumb\r\nbreadcrums,breadcrumbs\r\nbreadctumb,breadcrumb\r\nbreadking,breaking\r\nbreadtfeeding,breastfeeding\r\nbreadwinnners,breadwinners\r\nbreaf,brief\r\nbreafast,breakfast\r\nbreah,breathe\r\nbreakdows,breakdowns\r\nbreake,break\r\nbreaked,beaked\r\nbreaken,broken\r\nbreakfest,breakfast\r\nbreakking,breaking\r\nbreakng,breaking\r\nbreakpointx,breakpoints\r\nbreakt,break\r\nbreakthorugh,breakthrough\r\nbreakthough,breakthrough\r\nbreakthoughs,breakthroughs\r\nbreakthrought,breakthrough\r\nbreakthroughts,breakthroughs\r\nbreakthrouh,breakthrough\r\nbreaktimes,break-times\r\nbreaktrhough,breakthrough\r\nbreaktrough,breakthrough\r\nbreaktroughs,breakthroughs\r\nbreaktthough,breakthrough\r\nbreaktthoughs,breakthroughs\r\nbreakttrough,breakthrough\r\nbreakttroughs,breakthroughs\r\nbrealth,breathe\r\nbreanch,branch\r\nbreapoint,breakpoint\r\nbrease,breeze\r\nbreastfeading,breastfeeding\r\nbreastfeedig,breastfeeding\r\nbreastfeeing,breastfeeding\r\nbreastmilk,breast milk\r\nbreasttaking,breathtaking\r\nbreate,breathe\r\nbreatend,pretend\r\nbreatful,beautiful\r\nbreathabillity,breathability\r\nbreathabilty,breathability\r\nbreathablility,breathability\r\nbreathablilty,breathability\r\nbreathablity,breathability\r\nbreatheabilty,breatheability\r\nbreathis,breaths\r\nbreathos,breaths\r\nbreathtakng,breathtaking\r\nbreatsfeeding,breastfeeding\r\nbreave,breathe\r\nbreaze,breeze\r\nbrecause,because\r\nbrecken,reckon\r\nbredge,bridge\r\nbrednan,brendan\r\nbredw,brew\r\nbreeded,bred\r\nbreeth,breathe\r\nbreezs,breeze\r\nbrefe,breathe\r\nbreif,brief\r\nbreifcase,briefcase\r\nbreifed,briefed\r\nbreifely,briefly\r\nbreifer,briefer\r\nbreifest,briefest\r\nbreifing,briefing\r\nbreifings,briefings\r\nbreifly,briefly\r\nbreifs,briefs\r\nbrekaing,breaking\r\nbrekaings,breakings\r\nbrekaout,breakout\r\nbrekfast,breakfast\r\nbrend,brand\r\nbrendamn,brendan\r\nbrequire,require\r\nbrerivment,brerivement\r\nbreserk,berserk\r\nbreserker,berserker\r\nbrest,breast\r\nbretend,pretend\r\nbreth,breathe\r\nbrethe,breathe\r\nbrethen,brethren\r\nbretheren,brethren\r\nbreweres,brewers\r\nbrewerey,brewery\r\nbrewerks,brewers\r\nbrewerys,brewers\r\nbrewi,brew\r\nbrewrey,brewery\r\nbrezze,breeze\r\nbriaf,brief\r\nbriagde,brigade\r\nbrianer,brainer\r\nbrianwashed,brainwashed\r\nbrianwashing,brainwashing\r\nbribary,bribery\r\nbricolagists,bricologists\r\nbrid,bird\r\nbridaging,brigading\r\nbridg,bridge\r\nbridgin,bridging\r\nbridman,birdman\r\nbrids,birds\r\nbried,brief\r\nbrieff,brief\r\nbriefty,brevity\r\nbrielfy,briefly\r\nbrieried,buried\r\nbrif,brief\r\nbrigaged,brigade\r\nbrigandier,Brigadier\r\nbrigated,brigade\r\nbrigd,bridge\r\nbrigde,bridge\r\nbrigdes,bridges\r\nbrige,bridge\r\nbrigeh,bridge\r\nbriges,bridges\r\nbrighe,bridge\r\nbrighness,brightness\r\nbrighntess,brightness\r\nbrightern,brighten\r\nbrightn,brighten\r\nbrightnesss,brightness\r\nbrightoner,brighten\r\nbrigt,bright\r\nbrigth,bridge\r\nbrigthen,brighten\r\nbrigthest,brightest\r\nbrigthness,brightness\r\nbrij,bridge\r\nbrik,brick\r\nbriliance,brilliance\r\nbriliant,brilliant\r\nbriliantly,brilliantly\r\nbrillaince,brilliance\r\nbrillaint,brilliant\r\nbrillaintly,brilliantly\r\nbrillance,brilliance\r\nbrillancy,brilliancy\r\nbrillant,brilliant\r\nbrillantly,brilliantly\r\nbrilliante,brilliance\r\nbrillianty,brilliantly\r\nbrilliany,brilliantly\r\nbrillience,brilliance\r\nbrillient,brilliant\r\nbrimestone,brimstone\r\nbrimestones,brimstones\r\nbrimingham,birmingham\r\nbrimmmmmmmmmming,brimming\r\nbrin,brain\r\nbrinnner,brinner\r\nbrins,brings\r\nbrire,bridge\r\nbrisben,brisbane\r\nbristool,bristol\r\nbrit,bright\r\nbritaina,britain\r\nbritainacy,britaincy\r\nbritainaed,britained\r\nbritainaing,britaining\r\nbritainas,britains\r\nbritaini,britain\r\nbritainicy,britaincy\r\nbritainied,britained\r\nbritainiing,britaining\r\nbritainis,britains\r\nbritania,britannia\r\nbritaniques,britanniques\r\nbritanny,brittany\r\nbrite,bright\r\nbrith,breathe\r\nbrithday,birthday\r\nbrithdays,birthdays\r\nbrithening,brightening\r\nbritian,britain\r\nbritiana,britain\r\nbritianacy,britaincy\r\nbritianaed,britained\r\nbritianaing,britaining\r\nbritianas,britains\r\nbritiancy,britaincy\r\nbritianed,britained\r\nbritiani,britain\r\nbritianicy,britaincy\r\nbritianied,britained\r\nbritianiing,britaining\r\nbritianing,britaining\r\nbritianis,britains\r\nbritians,britains\r\nbritsol,bristol\r\nbrittannia,britannia\r\nbrittannic,britannic\r\nbrittanny,brittany\r\nbrittish,british\r\nbriused,bruised\r\nbriuser,bruiser\r\nbriusers,bruisers\r\nbriuses,bruises\r\nbrivly,brively\r\nbrkpoints,breakpoints\r\nbrlllianlly,brlllinally\r\nbrnach,branch\r\nbrnnch,branch\r\nbroacast,broadcast\r\nbroacasted,broadcast\r\nbroacaster,broadcaster\r\nbroacasters,broadcasters\r\nbroacasting,broadcasting\r\nbroacasts,broadcasts\r\nbroadacast,broadcast\r\nbroadacaster,broadcaster\r\nbroadacasting,broadcasting\r\nbroadbad,broadband\r\nbroadcase,broadcast\r\nbroadcasing,broadcasting\r\nbroadcastes,broadcasts\r\nbroadcastin,broadcasting\r\nbroadcastors,broadcasts\r\nbroadcat,broadcasts\r\nbroadley,broadly\r\nbroadwalk,boardwalk\r\nbroady,broadly\r\nbroard,broad\r\nbroarder,broader\r\nbrock,brook\r\nbrocken,broken\r\nbrocoli,broccoli\r\nbrocolli,broccoli\r\nbrod,broad\r\nbrodacast,broadcast\r\nbrodaway,broadway\r\nbrodcast,broadcast\r\nbrodcasted,broadcasted\r\nbrodcaster,broadcaster\r\nbrodcasters,broadcasters\r\nbrodcasting,broadcasting\r\nbrodcasts,broadcasts\r\nbrode,broad\r\nbroderlands,borderlands\r\nbrodessser,brodesser\r\nbroduct,product\r\nbroekn,broken\r\nbroght,brought\r\nbrok,broke\r\nbroked,broken\r\nbrokeness,brokenness\r\nbrokern,broken\r\nbrokerr,broker\r\nbrokets,brokers\r\nbrom,broom\r\nbromatolagist,bromatologist\r\nbron,brown\r\nbroncoes,broncos\r\nbronocs,broncos\r\nbrooken,broken\r\nbrookes,brooks\r\nbrookfeild,brookfield\r\nbroomfeild,broomfield\r\nbroomfeilds,broomfields\r\nbrort,brought\r\nbrorwser,browser\r\nbroser,browser\r\nbroser-based,browser-based\r\nbroswer,browsers\r\nbroswers,browsers\r\nbroswing,browsing\r\nbrotherhod,brotherhood\r\nbrotherhoood,brotherhood\r\nbrotherood,brotherhood\r\nbrotherwood,brotherhood\r\nbrough,brought\r\nbrougth,brought\r\nbrougths,broughts\r\nbroun,brown\r\nbrouther,brother\r\nbrower,browser\r\nbrower-based,browser-based\r\nbrowers,browsers\r\nbrowese,browse\r\nbrowesers,browsers\r\nbrowesr,browser\r\nbrowine,brownie\r\nbrowines,brownies\r\nbrowing,browsing\r\nbrowisng,browsing\r\nbrownei,brownie\r\nbrownis,brownies\r\nbrowres,browser\r\nbrowserg,browser\r\nbrowsering,browsing\r\nbrowsr,browser\r\nbrowswer,browser\r\nbrtain,britain\r\nbrtains,britains\r\nbrticism,briticism\r\nbrticisms,briticisms\r\nbrtish,british\r\nbrtisher,britisher\r\nbrtishers,britishers\r\nbrtishism,britishism\r\nbrtishisms,britishisms\r\nbrtishly,britishly\r\nbrtishness,britishness\r\nbrtney,britney\r\nbrton,briton\r\nbrtons,britons\r\nbrtpop,britpop\r\nbrttany,brittany\r\nbrtually,brutally\r\nbruch,brush\r\nbruennner,bruenner\r\nbruglar,burglar\r\nbrugundy,burgundy\r\nbruisend,bruised\r\nbruiseres,bruisers\r\nbruisibilty,bruisibility\r\nbrun,burn\r\nbruned,burned\r\nbrunete,brunette\r\nbrunettte,brunette\r\nbruning,burning\r\nbruse,bruise\r\nbrushablity,brushability\r\nbrusied,bruised\r\nbrusies,bruises\r\nbrusselers,brussels\r\nbrusseles,brussels\r\nbrussells,brussels\r\nbrusses,brussels\r\nbrussles,brussels\r\nbrusting,bursting\r\nbrutailty,brutality\r\nbrutallity,brutally\r\nbrutallly,brutally\r\nbrutaly,brutally\r\nbruteful,beautiful\r\nbrutiful,beautiful\r\nbruttaly,bruttally\r\nbrwe,brew\r\nbrwe-file,brew-file\r\nbrwhich,which\r\nbrwoser,browser\r\nbrwosers,browsers\r\nbrwwing,brwing\r\nbsae,base\r\nbsaed,based\r\nbsah,bash\r\nbsed,based\r\nbseline,baseline\r\nbsock,block\r\nbsocks,blocks\r\nbspecial,special\r\nbspline,b-spline\r\nbst,best\r\nbt,by\r\nbtach,batch\r\nbtiched,bitched\r\nbtiches,bitches\r\nbtis,bits\r\nbts,bits\r\nbtween,between\r\nbuald,build\r\nbuathefllue,beautiful\r\nbubbeling,bubbling\r\nbubbels,bubbles\r\nbubblews,bubbles\r\nbuble,bubble\r\nbucaneer,buccaneer\r\nbucaneers,buccaneers\r\nbucaner,buccaneer\r\nbucaners,buccaneers\r\nbucanneeers,buccaneers\r\nbucanneer,buccaneer\r\nbucanneers,buccaneers\r\nbucanner,buccaneer\r\nbucanners,buccaneers\r\nbuccanneer,buccaneer\r\nbuccanneers,buccaneers\r\nbuccanner,buccaneer\r\nbuccanners,buccaneers\r\nbucekt,bucket\r\nbuch,bush\r\nbucher,butcher\r\nbuchn,bunch\r\nbucketting,bucketing\r\nbuckey's,bucket's\r\nbuckup,backup\r\nbuddah,buddha\r\nbuddder,budder\r\nbuddding,budding\r\nbuddget,budget\r\nbuddhim,buddhism\r\nbuddhisim,buddhism\r\nbuddhistisk,buddhists\r\nbuddhit,buddhist\r\nbuddhits,buddhist\r\nbuddhsim,buddhism\r\nbuddihsts,buddhists\r\nbuddishm,buddhism\r\nbuddisht,buddhist\r\nbuddishts,buddhists\r\nbuddist,buddhist\r\nbuder,butter\r\nbudgest,budgets\r\nbudgetting,budgeting\r\nbudle,bundle\r\nbudled,bundled\r\nbudr,butter\r\nbudter,butter\r\nbuearucratic,bureaucratic\r\nbuearucrats,bureaucrats\r\nbueatiful,beautiful\r\nbueaty,beauty\r\nbueatyful,beautiful\r\nbueiful,beautiful\r\nbueiteful,beautiful\r\nbueityful,beautiful\r\nbuellitin,bulletin\r\nbueraucracy,bureaucracy\r\nbueraucratic,bureaucratic\r\nbueraucrats,bureaucrats\r\nbuetiful,beautiful\r\nbuetifur,beautiful\r\nbuf,bug\r\nbufer,buffer\r\nbuffabilty,buffability\r\nbuffalos,buffaloes\r\nbufferes,buffers\r\nbufferng,buffering\r\nbufferred,buffered\r\nbuffershash,buffers\r\nbuffes,buffers\r\nbufffed,buffed\r\nbufffer,buffer\r\nbufffers,buffers\r\nbugalo,bungalow\r\nbugalow,bungalow\r\nbugdet,budget\r\nbugdets,budgets\r\nbuget,budget\r\nbugfiqx,bugfix\r\nbugfixe,bugfixes\r\nbugfixed,bugfixes\r\nbugfox,bugfix\r\nbugfxies,bugfixes\r\nbuggged,bugged\r\nbught,brought\r\nbugifx,bugfix\r\nbuglar,burglar\r\nbuglaria,bulgaria\r\nbugun,begun\r\nbugy,buggy\r\nbuh,bug\r\nbuhddism,buddhism\r\nbuhddist,buddhist\r\nbuhddists,buddhists\r\nbuicuit,biscuits\r\nbuicutes,biscuits\r\nbuid,built\r\nbuid-bot,build-bot\r\nbuiding,building\r\nbuidings,buildings\r\nbuidl,build\r\nbuidlers,builders\r\nbuidling,building\r\nbuidlings,buildings\r\nbuidls,builds\r\nbuids,builds\r\nbuiild,build\r\nbuikd,build\r\nbuil,built\r\nbuilb,bulbs\r\nbuild-dependencie,build-dependency\r\nbuild-in,built-in\r\nbuildablility,buildability\r\nbuildas,builds\r\nbuilded,built\r\nbuildes,builders\r\nbuildi,build\r\nbuildig,building\r\nbuildign,building\r\nbuildilng,building\r\nbuildin,builtin\r\nbuildind,building\r\nbuildins,buildings\r\nbuildjs,build\r\nbuildling,building\r\nbuildng,building\r\nbuildt,built\r\nbuiled,built\r\nbuiler,builder\r\nbuiletin,bulletin\r\nbuiliding,building\r\nbuiliid,build\r\nbuilin,builtin\r\nbuiling,building\r\nbuilitn,builtin\r\nbuilkd,build\r\nbuilld,build\r\nbuillton,bulletin\r\nbuils,builds\r\nbuilted,built\r\nbuilting,building\r\nbuilts,builds\r\nbuily,build\r\nbuily-in,built-in\r\nbuired,buried\r\nbuiried,buried\r\nbuirying,burying\r\nbuiscit,biscuits\r\nbuiscuit,biscuits\r\nbuiscuts,biscuits\r\nbuisiness,business\r\nbuisit,biscuits\r\nbuisness,business\r\nbuisnesses,businesses\r\nbuisnessman,businessman\r\nbuisnessmen,businessmen\r\nbuisy,busy\r\nbuit,built\r\nbuit-in,built-in\r\nbuiteeful,beautiful\r\nbuiteful,beautiful\r\nbuitefull,beautiful\r\nbuitful,beautiful\r\nbuitfull,beautiful\r\nbuitiful,beautiful\r\nbuitifull,beautiful\r\nbuitin,builtin\r\nbuiting,builting\r\nbuitings,builtings\r\nbuitl,built\r\nbuitlin,builtin\r\nbuitling,builting\r\nbuitlings,builtings\r\nbuitls,builts\r\nbuits,builts\r\nbuket,bucket\r\nbulagria,bulgaria\r\nbulatin,bulletin\r\nbulatine,bulletin\r\nbuld,build\r\nbulding,building\r\nbule,blue\r\nbulelt,bullet\r\nbulentin,bulletin\r\nbulet,bullet\r\nbuletin,bulletin\r\nbuletion,bulletin\r\nbuletions,bulletin\r\nbuleton,bulletin\r\nbulgaira,bulgaria\r\nbulgar,vulgar\r\nbulgara,bulgaria\r\nbulgariska,bulgaria\r\nbulid,build\r\nbuliders,builders\r\nbuliding,building\r\nbulidings,buildings\r\nbulids,builds\r\nbulidung,building\r\nbulild,build\r\nbulit,built\r\nbulit-in,built-in\r\nbuliten,bulletin\r\nbulitian,bulletin\r\nbulitin,builtin\r\nbuliton,bulletin\r\nbulitons-,bulletin\r\nbulle,bully\r\nbullentin,bulletin\r\nbullentine,bulletin\r\nbullenton,bulletin\r\nbullerproof,bulletproof\r\nbullest,bullets\r\nbulletain,bulletin\r\nbulletbroof,bulletproof\r\nbulleten,bulletin\r\nbulletien,bulletin\r\nbulletings,bulletins\r\nbulletion,bulletin\r\nbulleton,bulletin\r\nbulletpoof,bulletproof\r\nbulletprof,bulletproof\r\nbulletproff,bulletproof\r\nbulletprooof,bulletproof\r\nbulletprrof,bulletproof\r\nbulletted,bulleted\r\nbullettin,bulletin\r\nbulletts,bullets\r\nbulletun,bulletin\r\nbulley,bully\r\nbulleye,bully\r\nbullitan,bulletin\r\nbulliten,bulletin\r\nbullitian,bulletin\r\nbullitien,bulletin\r\nbullitin,bulletin\r\nbullitins,bulletin\r\nbullition,bulletin\r\nbullitn,bulletin\r\nbullitoin,bulletin\r\nbulliton,bulletin\r\nbullitproof,bulletproof\r\nbulller,buller\r\nbullling,bulling\r\nbulllion,bullion\r\nbullotin,bulletin\r\nbullow,bungalow\r\nbullten,bulletin\r\nbulltin,bulletin\r\nbulltume,bulletin\r\nbullutin,bulletin\r\nbulsting,built\r\nbult,bulk\r\nbulten,bulletin\r\nbultien,bulletin\r\nbultilingual,multilingual\r\nbultion,bulletin\r\nbuluton,bulletin\r\nbulyed,bullied\r\nbumb,bump\r\nbumgalow,bungalow\r\nbumlow,bungalow\r\nbummmer,bummer\r\nbummmmed,bummed\r\nbunaglo,bungalow\r\nbundance,abundance\r\nbundel,bundle\r\nbundeld,bundled\r\nbundeled,bundled\r\nbunder,bundler\r\nbundgallow,bungalow\r\nbundl,bundle\r\nbundlded,bundled\r\nbundlemanager,bundles\r\nbundlerr,bundler\r\nbundlig,bundling\r\nbungallo,bungalow\r\nbungallow,bungalow\r\nbungalo,bungalow\r\nbungaloa,bungalow\r\nbungalowe,bungalow\r\nbungelo,bungalow\r\nbungelow,bungalow\r\nbungerlow,bungalow\r\nbungilow,bungalow\r\nbunglelow,bungalow\r\nbunglo,bungalow\r\nbunglow,bungalow\r\nbunglowe,bungalow\r\nbungolo,bungalow\r\nbungoloe,bungalow\r\nbungolow,bungalow\r\nbungulo,bungalow\r\nbungulow,bungalow\r\nbunlde,bundle\r\nbunlded,bundled\r\nbunlder,bundler\r\nbunldes,bundles\r\nbunle,bundle\r\nbunp,bump\r\nbunuel,buñuel\r\nbunyol,bungalow\r\nbuoancy,buoyancy\r\nbuoant,buoyant\r\nbuoantly,buoyantly\r\nbuond,bound\r\nbuondaries,boundaries\r\nbuondi,boundi\r\nbuonding,bounding\r\nbuondit,boundit\r\nbuondonno,boundonno\r\nbuondruthananathai,boundruthananathai\r\nburacracy,bureaucracy\r\nburdoning,burdening\r\nburduning,burdening\r\nbureacuracy,bureaucracy\r\nbureaocracy,bureaucracy\r\nbureaocratic,bureaucratic\r\nbureaocrats,bureaucrats\r\nbureaucats,bureaucrats\r\nbureaucracie,bureaucratic\r\nbureaucractic,bureaucratic\r\nbureaucracts,bureaucrats\r\nbureaucraps,bureaucrats\r\nbureaucrash,bureaucrats\r\nbureaucrasy,bureaucrats\r\nbureaucrates,bureaucrats\r\nbureaucratics,bureaucrats\r\nbureaucratisch,bureaucratic\r\nbureaucratische,bureaucratic\r\nbureaucratius,bureaucrats\r\nbureaucrazy,bureaucracy\r\nburecracy,bureaucracy\r\nbured,buried\r\nburetiful,beautiful\r\nbureuacracy,bureaucracy\r\nbureuacratic,bureaucratic\r\nbureuacrats,bureaucrats\r\nbureucracy,bureaucracy\r\nbureucratic,bureaucratic\r\nbureucrats,bureaucrats\r\nburgler,burglar\r\nburglerproof,burglarproof\r\nburglers,burglars\r\nburglery,burglary\r\nburglerz,burglarz\r\nburguer,burger\r\nburgular,burglar\r\nburgularies,burglaries\r\nburgulars,burglars\r\nburgulary,burglary\r\nburguler,burglar\r\nburgunday,burgundy\r\nburgundry,burgundy\r\nburguny,burgundy\r\nburiel,buried\r\nburing,burying\r\nburiser,bruiser\r\nburisers,bruisers\r\nburkinafaso,Burkina Faso\r\nburkinafasso,Burkina Faso\r\nburkinafassso,burkina Faso\r\nburkinafasssso,burkina Faso\r\nburkinafassssso,burkina Faso\r\nburlgar,burglar\r\nburnd,burned\r\nburnign,burning\r\nburnin,burn-in\r\nburocracy,bureaucracy\r\nburracracy,bureaucracy\r\nburrial,burial\r\nburrials,burials\r\nburried,buried\r\nburriots,burritos\r\nburritio,burrito\r\nburritoes,burritos\r\nburritto,burrito\r\nburrtio,burrito\r\nburrtios,burritos\r\nburssels,brussels\r\nburtality,brutality\r\nburtally,brutally\r\nburtefull,beautiful\r\nburtsing,bursting\r\nburueacrats,bureaucrats\r\nburyed,buried\r\nburyied,buried\r\nburyit,buried\r\nbuscit,biscuits\r\nbusciuts,biscuits\r\nbuscuits,biscuits\r\nbuse,bus\r\nbushell,bushel\r\nbushle,bushel\r\nbusinees,business\r\nbusines,business\r\nbusineses,business\r\nbusinesman,businessman\r\nbusinesmen,businessmen\r\nbusinessa,businessman\r\nbusinesse,businessmen\r\nbusinessemen,businessmen\r\nbusinessen,businessmen\r\nbusinessnes,businessmen\r\nbusinesss,businesses\r\nbusness,business\r\nbusniessmen,businessmen\r\nbusrting,bursting\r\nbusses,buses\r\nbussines,business\r\nbussiness,business\r\nbussy,busy\r\nbutaful,beautiful\r\nbutcherd,butchered\r\nbute,byte\r\nbuteful,beautiful\r\nbutefull,beautiful\r\nbuteiful,beautiful\r\nbuter,butter\r\nbuterful,beautiful\r\nbuterfuly,buterfully\r\nbutes,bytes\r\nbutfull,beautiful\r\nbuth,both\r\nbuthcered,butchered\r\nbutifel,beautiful\r\nbutifely,beautiful\r\nbutifill,beautiful\r\nbutiful,beautiful\r\nbutifull,beautiful\r\nbutj,but\r\nbuton,button\r\nbutotn,button\r\nbutotns,buttons\r\nbutress,buttress\r\nbutressed,buttressed\r\nbutresses,buttresses\r\nbutressing,buttressing\r\nbuttefly,butterfly\r\nbutterabilty,butterability\r\nbutterey,buttery\r\nbutterfies,butterflies\r\nbutterfiles,butterflies\r\nbutterfleye,butterfly\r\nbutterflyes,butterflies\r\nbutterfries,butterflies\r\nbutterfuly,butterfully\r\nbutterfy,butterfly\r\nbutterlfies,butterflies\r\nbutterlfy,butterfly\r\nbutternuttter,butternutter\r\nbutterry,buttery\r\nbuttfuckign,buttfucking\r\nbuttful,beautiful\r\nbutthoe,butthole\r\nbutthoel,butthole\r\nbutto,button\r\nbuttom,button\r\nbutton-patterened,button-patterned\r\nbuttrey,buttery\r\nbuttter,butter\r\nbuttters,butters\r\nbuty,but\r\nbutyful,beautiful\r\nbuufers,buffers\r\nbuulding,building\r\nbuuuuummmed,buuuuummed\r\nbuxfix,bugfix\r\nbuycicle,bicycle\r\nbuyed,bought\r\nbuyin,buying\r\nbuzzzed,buzzed\r\nbuzzzer,buzzer\r\nbuzzzing,buzzing\r\nbuzzzzer,buzzer\r\nbuzzzzing,buzzing\r\nbuzzzzzed,buzzed\r\nbuzzzzzing,buzzing\r\nbuzzzzzzzing,buzzing\r\nbuzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzing,buzzing\r\nbve,be\r\nbviously,obviously\r\nbw,by\r\nbwws,bws\r\nbwwteen,between\r\nby-positon,by-position\r\nbybicle,bicycle\r\nbyby,by by\r\nbycicle,bicycle\r\nbycicled,bicycled\r\nbyciclelike,bicyclelike\r\nbycicler,bicycler\r\nbyciclers,bicyclers\r\nbycicles,bicycles\r\nbyciclic,bicyclic\r\nbycicling,bicycling\r\nbyciclist,bicyclist\r\nbyciclists,bicyclists\r\nbycicyle,bicycle\r\nbycile,bicycle\r\nbycle,bicycle\r\nbycles,bicycle\r\nbycycle,bicycle\r\nbycycled,bicycled\r\nbycyclelike,bicyclelike\r\nbycycler,bicycler\r\nbycyclers,bicyclers\r\nbycycles,bicycle\r\nbycyclic,bicyclic\r\nbycycling,bicycling\r\nbycyclist,bicyclist\r\nbycyclists,bicyclists\r\nbycyle,bicycle\r\nbye-election,by-election\r\nbyepass,bypass\r\nbyet,byte\r\nbyfft,by\r\nbyg,bug\r\nbyhind,behind\r\nbying,buying\r\nbyond,beyond\r\nbypasing,bypassing\r\nbypasssed,bypassed\r\nbypassser,bypasser\r\nbypasssing,bypassing\r\nbype,type\r\nbypes,types\r\nbypess,bypass\r\nbyscle,bicycle\r\nbyt,by\r\nbytcode,bytecode\r\nbyteode,bytecode\r\nbytes-transfered,bytes-transferred\r\nbythe,by the\r\nbythes,bytes\r\nbytton,button\r\nbyu,by\r\nbyutes,bytes\r\nbyy,by\r\nbyzanttine,byzantine\r\nbyzanttines,byzantines\r\nbyzanttium,byzantium\r\nbyśmy,by\r\nbèzier,bézier\r\nbèziers,béziers\r\nbélize,belize\r\nc-applicaiton,c-application\r\nc-extention,c-extension\r\nc-friednly,c-friendly\r\nc-green-seconday,c-green-secondary\r\nca'nt,can't\r\nca-ceritificates,ca-certificates\r\nca`nt,can't\r\ncaabilitities,capabilities\r\ncaase,case\r\ncababge,cabbage\r\ncababilities,capabilities\r\ncababilties,cababilities\r\ncabablity,cabability\r\ncabbagge,cabbage\r\ncabbge,cabbage\r\ncabbin,cabin\r\ncabelback,camelback\r\ncaben,cabin\r\ncabients,cabinets\r\ncability,capability\r\ncabinate,cabinet\r\ncabinent,cabinet\r\ncabinettas,cabinets\r\ncabniet,cabinet\r\ncabniets,cabinets\r\ncacaphonous,cacophonous\r\ncacaphony,cacophony\r\ncacausian,caucasian\r\ncace,cache\r\ncacelled,cancelled\r\ncacert,cert\r\ncach,cache\r\ncachable,cacheable\r\ncachback,cashback\r\ncache-enbaled,cache-enabled\r\ncache-laoder,cache-loader\r\ncacheabillity,cacheability\r\ncachealbe,cacheable\r\ncachescustom,caches\r\ncachier,cashier\r\ncachline,cacheline\r\ncacing,caching\r\ncaciy,cacity\r\ncack,cake\r\ncaclculation,calculation\r\ncacle,cache\r\ncaclium,calcium\r\ncacluate,calculate\r\ncaclucated,calculated\r\ncaclulate,calculate\r\ncaclulated,calculated\r\ncaclulating,calculating\r\ncaclulation,calculation\r\ncaclulations,calculations\r\ncaclulator,calculator\r\ncaclulators,calculators\r\ncaclulus,calculus\r\ncacnel,cancel\r\ncaconical,canonical\r\ncacthing,catching\r\ncacuasian,caucasian\r\ncaculate,calculate\r\ncaculated,calculated\r\ncaculatedly,calculatedly\r\ncaculater,calculator\r\ncaculates,calculates\r\ncaculating,calculating\r\ncaculation,calculation\r\ncaculator,calculator\r\ncacused,caucused\r\ncacuses,caucuses\r\ncadd,add\r\ncadidates,candidates\r\ncadimum,cadmium\r\ncaes,cases\r\ncaese,cease\r\ncafateria,cafeteria\r\ncafaterias,cafeterias\r\ncafeinate,caffeinate\r\ncafeinated,caffeinated\r\ncafeinates,caffeinates\r\ncafeinating,caffeinating\r\ncafeination,caffeination\r\ncafeteira,cafeteria\r\ncafetera,cafeteria\r\ncafetiera,cafeteria\r\ncaffeen,caffeine\r\ncaffeinne,caffeine\r\ncaffenate,caffeinate\r\ncaffenated,caffeinated\r\ncaffenates,caffeinates\r\ncaffenating,caffeinating\r\ncaffenation,caffeination\r\ncaffienate,caffeinate\r\ncaffienated,caffeinated\r\ncaffienates,caffeinates\r\ncaffienating,caffeinating\r\ncaffienation,caffeination\r\ncaffiene,caffeine\r\ncaffinate,caffeinate\r\ncaffinated,caffeinated\r\ncaffinates,caffeinates\r\ncaffinating,caffeinating\r\ncaffination,caffeination\r\ncaffinee,caffeine\r\ncaffnate,caffeinate\r\ncaffnated,caffeinated\r\ncaffnates,caffeinates\r\ncaffnating,caffeinating\r\ncaffnation,caffeination\r\ncafiteria,cafeteria\r\ncafiterias,cafeterias\r\ncafuly,cafully\r\ncag,cage\r\ncagetories,categories\r\ncaght,caught\r\ncah,can\r\ncahc,cache\r\ncahce,cache\r\ncahce-controle,cache-control\r\ncahced,cached\r\ncahched,cached\r\ncahe,cache\r\ncahin,chain\r\ncahnge,change\r\ncahnged,changed\r\ncahotic,chaotic\r\ncahracters,characters\r\ncahs,cash\r\ncahsier,cashier\r\ncahsiers,cashiers\r\ncaht,chat\r\ncahts,chats\r\ncailbration,calibration\r\ncailbre,calibre\r\ncain,chain\r\ncained,caned\r\ncainster,canister\r\ncaio,ciao\r\ncaka,cake\r\ncakeing,caking\r\ncakend,cake\r\ncalaber,caliber\r\ncaladeral,collateral\r\ncalagry,calgary\r\ncalamaties,calamities\r\ncalamaty,calamity\r\ncalander,calendar\r\ncalateral,collateral\r\ncalateralal,collateral\r\ncalaterial,collateral\r\ncalaterral,collateral\r\ncalatteral,collateral\r\ncalatural,collateral\r\ncalback,callback\r\ncalbiration,calibration\r\ncalbire,calibre\r\ncalced,calculated\r\ncalciulating,calculating\r\ncalclate,calculate\r\ncalcluate,calculate\r\ncalcluations,calculation\r\ncalcluator,calculators\r\ncalclution,calculation\r\ncalcualate,calculate\r\ncalcualte,calculate\r\ncalcualted,calculated\r\ncalcualtes,calculates\r\ncalcualting,calculating\r\ncalcualtion,calculations\r\ncalcualtions,calculations\r\ncalcualtor,calculator\r\ncalcualtors,calculators\r\ncalcuate,calculate\r\ncalcuated,calculated\r\ncalcuates,calculates\r\ncalcuating,calculating\r\ncalcuations,calculations\r\ncalcuim,calcium\r\ncalculabilty,calculability\r\ncalculador,calculator\r\ncalcular,calculator\r\ncalculare,calculate\r\ncalcularon,calculator\r\ncalculat,calculate\r\ncalculatable,calculable\r\ncalculater,calculator\r\ncalculaters,calculators\r\ncalculatin,calculations\r\ncalculatings,calculations\r\ncalculatioin,calculation\r\ncalculatioins,calculations\r\ncalculationg,calculating\r\ncalculatios,calculators\r\ncalculatoare,calculator\r\ncalculatoin,calculation\r\ncalculatoins,calculations\r\ncalculatons,calculations\r\ncalculcate,calculate\r\ncalculcated,calculated\r\ncalculcation,calculation\r\ncalculs,calculus\r\ncalculte,calculate\r\ncalcultor,calculator\r\ncalcurate,calculate\r\ncald,cold\r\ncaled,called\r\ncaleee,callee\r\ncalees,callees\r\ncaleld,called\r\ncalenadr,calendar\r\ncalenbdar,calendar\r\ncalendaar,calendar\r\ncalers,caller\r\ncalery,gallery\r\ncalfoia,california\r\ncalfoian,californian\r\ncalfoians,californians\r\ncalfoias,californias\r\ncalfonia,california\r\ncalfonian,californian\r\ncalfonians,californians\r\ncalfonias,californias\r\ncalfonria,california\r\ncalfonrian,californian\r\ncalfonrians,californians\r\ncalfonrias,californias\r\ncalforia,california\r\ncalforian,californian\r\ncalforians,californians\r\ncalforias,californias\r\ncalfornia,california\r\ncalfornian,californian\r\ncalfornians,californians\r\ncalfornias,californias\r\ncalforria,california\r\ncalforrian,californian\r\ncalforrians,californians\r\ncalforrias,californias\r\ncalft,calf\r\ncalgarry,calgary\r\ncalhat,caught\r\ncalibartion,calibration\r\ncalibation,calibration\r\ncaliberate,calibrate\r\ncaliberation,calibration\r\ncalibler,calibre\r\ncalibraiton,calibration\r\ncalibratin,calibration\r\ncalibratoin,calibration\r\ncalibraton,calibration\r\ncalibur,caliber\r\ncalicum,calcium\r\ncalido,calico\r\ncalifnoria,californian\r\ncalifonia,california\r\ncalifonian,californian\r\ncalifonians,californians\r\ncalifonias,californias\r\ncalifonria,californian\r\ncalifonrian,californian\r\ncalifonrians,californians\r\ncalifonrias,californias\r\ncaliforia,california\r\ncaliforian,californian\r\ncaliforians,californians\r\ncaliforias,californias\r\ncaliforina,california\r\ncaliforinan,californian\r\ncaliforna,california\r\ncalifornai,californian\r\ncalifornain,californian\r\ncalifornains,californian\r\ncaliforniaman,californian\r\ncalifornica,california\r\ncalifornican,californian\r\ncalifornien,californian\r\ncaliforniia,californian\r\ncalifornina,californian\r\ncaliforninan,californian\r\ncalifornnia,californian\r\ncaliforria,california\r\ncaliforrian,californian\r\ncaliforrians,californians\r\ncaliforrias,californias\r\ncalifronia,california\r\ncalifronian,californian\r\ncalifronians,californians\r\ncalifronias,californias\r\ncaligrapher,calligrapher\r\ncaligraphers,calligraphers\r\ncaligraphic,calligraphic\r\ncaligraphist,calligraphist\r\ncaligraphists,calligraphists\r\ncaligraphy,calligraphy\r\ncalims,claims\r\ncaling,calling\r\ncaliofrnia,californian\r\ncalisthenicsmovments,calisthenicsmovements\r\ncalke,cake\r\ncall-graph-uniqe-buffer,call-graph-unique-buffer\r\ncallaback,callback\r\ncallabale,callable\r\ncallabck,callback\r\ncallack,callback\r\ncallacks,callbacks\r\ncallapsible,collapsible\r\ncallateral,collateral\r\ncallaterial,collateral\r\ncallatteral,collateral\r\ncallatural,collateral\r\ncallbac,callback\r\ncallbacked,callback\r\ncallbackk,callback\r\ncallbak,callback\r\ncallbaks,callbacks\r\ncallbock,callback\r\ncallcack,callback\r\ncallculate,calculate\r\ncalld,called\r\ncallde,called\r\ncalle,callee\r\ncalledi,called\r\ncalleee-graph,callee-graph\r\ncallend,called\r\ncaller铯tting,caller\r\ncalles,calls\r\ncalleteral,collateral\r\ncalletural,collateral\r\ncallig,calling\r\ncallign,calling\r\ncalligrpahy,calligraphy\r\ncallilng,calling\r\ncallin,calling\r\ncalliong,calling\r\ncalll,call\r\ncallled,called\r\ncalller,caller\r\ncalllers,callers\r\ncallling,calling\r\ncallng,calling\r\ncallong,calling\r\ncallse,calls\r\ncallsed,called\r\ncallsroutename,calls\r\ncallstack,call-stack\r\ncallt,call\r\ncalogues,catalogues\r\ncaloires,calories\r\ncaloralerel,collateral\r\ncalrification,clarification\r\ncalrify,clarify\r\ncalrifying,clarifying\r\ncalrity,clarity\r\ncalrkson,clarkson\r\ncalroies,calories\r\ncals,calls\r\ncalss,class\r\ncalsses,classes\r\ncalssic,classic\r\ncalssification,classification\r\ncalssified,classified\r\ncalssify,classify\r\ncalucalted,calculated\r\ncalucate,calculate\r\ncaluclate,calculate\r\ncaluclated,calculated\r\ncaluclates,calculates\r\ncaluclating,calculating\r\ncaluclation,calculation\r\ncaluclations,calculations\r\ncaluclator,calculator\r\ncaluclators,calculators\r\ncaluculate,calculate\r\ncaluculated,calculated\r\ncalue,value\r\ncalues,values\r\ncaluiflower,cauliflower\r\ncalulate,calculate\r\ncalulated,calculated\r\ncalulater,calculator\r\ncalulates,calculates\r\ncalulating,calculating\r\ncaluse,clause\r\ncaluses,clauses\r\ncalvanism,calvinism\r\ncalvanist,calvinist\r\ncalvanists,calvinists\r\ncalvanized,galvanized\r\ncalvinized,galvanized\r\ncalymore,claymore\r\ncamal,camel\r\ncamapign,campaign\r\ncamara,camera\r\ncambirdge,cambridge\r\ncamboda,cambodia\r\ncambodai,cambodia\r\ncambodican,cambodia\r\ncamboida,cambodia\r\ncambpell,campbell\r\ncambrdige,cambridge\r\ncambride,cambridge\r\ncambrigde,cambridge\r\ncambrige,cambridge\r\ncamceptition,conception\r\ncameback,camelback\r\ncameing,coming\r\ncameronian,cameroonian\r\ncameronians,cameroonians\r\ncametry,cemetery\r\ncamfer,camphor\r\ncamfortible,comfortable\r\ncamle,camel\r\ncamma,comma\r\ncammands,commands\r\ncammel,camel\r\ncammond,command\r\ncamn,can\r\ncamoflage,camouflage\r\ncamoflague,camouflage\r\ncamoflauge,camouflage\r\ncamofluage,camouflage\r\ncamonical,canonical\r\ncamoufalge,camouflage\r\ncamouflague,camouflage\r\ncamouflagued,camouflage\r\ncamouflauge,camouflage\r\ncamoufle,camouflage\r\ncamouglage,camouflage\r\ncampaaig,campaign\r\ncampaaiged,campaigned\r\ncampaaiger,campaigner\r\ncampaaigers,campaigners\r\ncampaaiging,campaigning\r\ncampaaigs,campaigns\r\ncampagin,campaign\r\ncampagined,campaigned\r\ncampaginer,campaigner\r\ncampaginers,campaigners\r\ncampagining,campaigning\r\ncampagins,campaigns\r\ncampagn,campaign\r\ncampaig,campaign\r\ncampaiged,campaigned\r\ncampaiger,campaigner\r\ncampaigers,campaigners\r\ncampaiging,campaigning\r\ncampaignes,campaigns\r\ncampaigs,campaigns\r\ncampain,campaign\r\ncampained,campaigned\r\ncampainer,campaigner\r\ncampainers,campaigners\r\ncampaing,campaign\r\ncampainged,campaigned\r\ncampainger,campaigner\r\ncampaingers,campaigners\r\ncampainging,campaigning\r\ncampaings,campaigns\r\ncampaining,campaigning\r\ncampains,campaigns\r\ncampanolagist,campanologist\r\ncamparable,comparable\r\ncamparing,comparing\r\ncampass,compass\r\ncampatible,compatible\r\ncampatiblity,campatibility\r\ncamperas,campers\r\ncamperos,campers\r\ncampgorund,campground\r\ncampgound,campground\r\ncampgounds,campgrounds\r\ncampgroud,campground\r\ncampgrouds,campgrounds\r\ncampher,camphor\r\ncampiagns,campaigns\r\ncampigns,campaigns\r\ncampion,champion\r\ncamplain,complain\r\ncamplete,complete\r\ncampround,campground\r\ncamprounds,campgrounds\r\ncampusers,campuses\r\ncampuss,campuses\r\ncamrbidge,cambridge\r\ncamsaling,cancelling\r\ncamunicate,communicate\r\ncamvas,canvass\r\ncan'e,can't\r\ncan;t,can't\r\ncanacellation,cancellation\r\ncanadacies,candidacies\r\ncanadacy,candidacy\r\ncanadain,Canadian\r\ncanadains,canadians\r\ncanadates,candidates\r\ncanadature,candidature\r\ncanadatures,candidatures\r\ncanadianese,canadians\r\ncanadias,canadians\r\ncananbis,cannabis\r\ncanavs,canvas\r\ncanbord,cupboard\r\ncancalation,cancellation\r\ncancaled,cancelled\r\ncancaling,cancelling\r\ncancallation,cancellation\r\ncancalling,cancelling\r\ncancatation,cancellation\r\ncancealation,cancellation\r\ncancealed,cancelled\r\ncanceel,cancelled\r\ncancelas,cancels\r\ncancelate,cancelling\r\ncancelatin,cancellation\r\ncancelation,cancellation\r\ncancelations,cancellations\r\ncanceld,canceled\r\ncanceleing,canceling\r\ncanceles,cancels\r\ncancell,cancel\r\ncancellabel,cancel-label\r\ncancellan,cancelling\r\ncancellatioin,cancellation\r\ncancellato,cancellation\r\ncancellatoin,cancellation\r\ncancellled,cancelled\r\ncancellling,cancelling\r\ncancells,cancels\r\ncanceltation,cancellation\r\ncancely,cancelling\r\ncanceres,cancers\r\ncancerns,cancers\r\ncancerus,cancers\r\ncancesling,cancelling\r\ncancialation,cancellation\r\ncancilation,cancellation\r\ncanciled,cancelled\r\ncanciling,cancelling\r\ncancilion,cancellation\r\ncancillation,cancellation\r\ncancilled,cancelled\r\ncancilliation,cancellation\r\ncanclation,cancellation\r\ncanclations,cancelations\r\ncancle,cancel\r\ncancled,canceled\r\ncancleing,cancelling\r\ncancles,cancels\r\ncancling,cancelling\r\ncancllation,cancellation\r\ncancllations,cancellations\r\ncanclled,cancelled\r\ncanclling,cancelling\r\ncancolateon,cancellation\r\ncancolation,cancellation\r\ncancres,cancers\r\ncancuiled,cancelled\r\ncancuks,canucks\r\ncanculing,cancelling\r\ncand,can\r\ncanda,canada\r\ncandadate,candidate\r\ncandadates,candidates\r\ncandadature,candidature\r\ncandadatures,candidatures\r\ncandate,candidate\r\ncandel,candle\r\ncandiate,candidate\r\ncandiates,candidates\r\ncandiature,candidature\r\ncandiatures,candidatures\r\ncandicate,candidate\r\ncandidatas,candidates\r\ncandidated,candidate\r\ncandidats,candidates\r\ncandidatxs,candidates\r\ncandidiate,candidate\r\ncandidiates,candidates\r\ncandidiature,candidature\r\ncandidiatures,candidatures\r\ncandidtae,candidate\r\ncandidtaes,candidates\r\ncandidtaure,candidature\r\ncandidtaures,candidatures\r\ncandiens,candies\r\ncanditate,candidate\r\ncanditates,candidates\r\ncanelation,cancellation\r\ncanfass,canvass\r\ncanfeild,canfield\r\ncanged,changed\r\ncanges,changes\r\ncangress,congress\r\ncanicalization,canonicalization\r\ncanidacies,candidacies\r\ncanidacy,candidacy\r\ncanidate,candidate\r\ncanidates,candidates\r\ncanidature,candidature\r\ncanidatures,candidatures\r\ncanides,candies\r\ncanistre,canister\r\ncanistry,chemistry\r\ncank,sank\r\ncanl,can\r\ncann't,can't\r\ncann,can\r\ncannabil,cannibal\r\ncannabilism,cannibalism\r\ncannabolism,cannibalism\r\ncannbial,cannibal\r\ncanncelation,cancellation\r\ncannel,cancel\r\ncanniablism,cannibalism\r\ncannibalisim,cannibalism\r\ncannibalizm,cannibalism\r\ncannibaljim,cannibalism\r\ncanniballism,cannibalism\r\ncanniballs,cannibals\r\ncannibalsim,cannibalism\r\ncannibalsm,cannibalism\r\ncannibas,cannabis\r\ncannibilism,cannibalism\r\ncannister,canister\r\ncannisters,canisters\r\ncannned,canned\r\ncannning,canning\r\ncannnot,cannot\r\ncannobalism,cannibalism\r\ncannoet,cannot\r\ncannoical,canonical\r\ncannon-ball,cannonball\r\ncannon-balls,cannonballs\r\ncannoncical,canonical\r\ncannonical,canonical\r\ncannonicalization,canonicalization\r\ncannonically,canonically\r\ncannonicals,canonicals\r\ncannonist,canonist\r\ncannonists,canonists\r\ncannonization,canonization\r\ncannonizations,canonizations\r\ncannonize,canonize\r\ncannonized,canonized\r\ncannonizes,canonizes\r\ncannonizing,canonizing\r\ncannont,cannot\r\ncannopt,cannot\r\ncannotation,connotation\r\ncannotations,connotations\r\ncannotative,connotative\r\ncannotatively,connotatively\r\ncannott,cannot\r\ncannsulation,cancellation\r\ncannto,cannot\r\ncannvas,canvass\r\ncanolicanize,canonicalize\r\ncanonaclized,canonicalized\r\ncanoncial,canonical\r\ncanonial,canonical\r\ncanonialized,canonicalized\r\ncanonializes,canonicalizes\r\ncanonival,canonical\r\ncanonizalized,canonicalized\r\ncanoose,canvass\r\ncanot,cannot\r\ncanous,canvass\r\ncanp,camp\r\ncanrage,carnage\r\ncansalation,cancellation\r\ncansaled,cancelled\r\ncansaling,cancelling\r\ncansallation,cancellation\r\ncansalling,cancelling\r\ncansaltion,cancellation\r\ncansclitation,cancellation\r\ncansel,cancel\r\ncanselation,cancellation\r\ncanseled,cancelled\r\ncanseling,cancelling\r\ncansellation,cancellation\r\ncanselling,cancelling\r\ncanselution,cancellation\r\ncansilation,cancellation\r\ncansiling,cancelling\r\ncansiter,canister\r\ncanslation,cancellation\r\ncansled,cancelled\r\ncansling,cancelling\r\ncansolating,cancelling\r\ncansolation,cancellation\r\ncansoled,cancelled\r\ncansoling,cancelling\r\ncansolitation,cancellation\r\ncansolled,cancelled\r\ncansonaling,cancelling\r\ncanssaling,cancelling\r\ncanssold,cancelled\r\ncansswled,cancelled\r\ncansulation,cancellation\r\ncansuled,cancelled\r\ncansulling,cancelling\r\ncant',can't\r\ncant't,can't\r\ncantalope,cantaloupe\r\ncantalopes,cantaloupes\r\ncantaloube,cantaloupe\r\ncantente,contented\r\ncantenti,contented\r\ncanva's,canvas's\r\ncanvace,canvass\r\ncanvase,canvass\r\ncanvauce,canvass\r\ncanvaus,canvass\r\ncanveous,canvass\r\ncanves,canvas\r\ncanvess,canvass\r\ncanvest,canvass\r\ncanvice,canvass\r\ncanvious,canvass\r\ncanvis,canvas\r\ncanvos,canvass\r\ncanvous,canvass\r\ncanvouse,canvass\r\ncaomparing,comparing\r\ncaost,coast\r\ncaosted,coasted\r\ncaosting,coasting\r\ncaosts,coasts\r\ncaould,could\r\ncapaablity,capaability\r\ncapababilties,capababilities\r\ncapabable,capable\r\ncapabailities,capabilities\r\ncapabality,capability\r\ncapabiblities,capabibilities\r\ncapabiility,capability\r\ncapabilies,capabilities\r\ncapabiliity,capability\r\ncapabililty,capability\r\ncapabiliteis,capabilities\r\ncapabilites,capabilities\r\ncapabilitiies,capabilities\r\ncapabilitites,capabilities\r\ncapabilitities,capabilities\r\ncapabilitiy,capability\r\ncapabillities,capabilities\r\ncapabillity,capability\r\ncapabillty,capability\r\ncapabiltes,capabilities\r\ncapabilties,capabilities\r\ncapabiltiies,capabilities\r\ncapabiltiy,capability\r\ncapabilty,capability\r\ncapabities,capabilities\r\ncapabitilty,capability\r\ncapablilities,capabilities\r\ncapablility,capability\r\ncapablilties,capabilities\r\ncapablilty,capability\r\ncapablities,capabilities\r\ncapablity,capability\r\ncapacators,capacitors\r\ncapacble,capable\r\ncapacitaron,capacitor\r\ncapacitator,capacitor\r\ncapaciters,capacitors\r\ncapacitivly,capacitively\r\ncapacitores,capacitors\r\ncapaciy,capacity\r\ncapacote,capacity\r\ncapacties,capacities\r\ncapactior,capacitor\r\ncapactiors,capacitors\r\ncapactive,capacitive\r\ncapactiy,capacity\r\ncapacty,capacity\r\ncapadity,capacity\r\ncapaibilities,capabilities\r\ncapaibilties,capaibilities\r\ncapaibilty,capaibility\r\ncapaiblities,capaibilities\r\ncapaiblity,capaibility\r\ncapaicty,capacity\r\ncapapbility,capability\r\ncapasaty,capacity\r\ncapaserty,capacity\r\ncapaset,capacity\r\ncapasete,capacity\r\ncapasite,capacity\r\ncapasitors,capacitors\r\ncapasity,capacity\r\ncapasty,capacity\r\ncapatibilities,capabilities\r\ncapatibilty,capatibility\r\ncapatiblity,capatibility\r\ncapaticy,capacity\r\ncapatilism,capitalism\r\ncapatilist,capitalist\r\ncapatilists,capitalists\r\ncapatilization,capitalization\r\ncapatilize,capitalize\r\ncapatilized,capitalized\r\ncapatiye,capacity\r\ncapbilities,capabilities\r\ncapbility,capability\r\ncapbilties,capbilities\r\ncapblity,capbility\r\ncapcity,capacity\r\ncapeabilities,capabilities\r\ncapeability,capability\r\ncapeable,capable\r\ncapebility,capability\r\ncapeble,capable\r\ncaperbility,capability\r\ncapeverde,cape Verde\r\ncapiable,capable\r\ncapialisation,capitalisation\r\ncapialized,capitalized\r\ncapiatlization,capitalization\r\ncapibilities,capabilities\r\ncapibility,capability\r\ncapibilties,capibilities\r\ncapibilty,capibility\r\ncapible,capable\r\ncapibly,capably\r\ncapicator,capacitor\r\ncapicators,capacitors\r\ncapicity,capacity\r\ncapicolla,capicola\r\ncapilatizes,capitalizes\r\ncaping,capping\r\ncapitalis,capitals\r\ncapitalisim,capitalism\r\ncapitalisn,capitals\r\ncapitalistes,capitalists\r\ncapitalits,capitalists\r\ncapitalizacion,capitalization\r\ncapitalizaiton,capitalization\r\ncapitalizating,capitalization\r\ncapitalizaton,capitalization\r\ncapitalsim,capitalism\r\ncapitalsit,capitalists\r\ncapitan,captain\r\ncapitans,captains\r\ncapitarist,capitalist\r\ncapitas,capitals\r\ncapitilazation,capitalization\r\ncapitilism,capitalism\r\ncapitilist,capitalist\r\ncapitilists,capitalists\r\ncapitiliza,capitaliza\r\ncapitilization,capitalization\r\ncapitilize,capitalize\r\ncapitilized,capitalized\r\ncapitilizes,capitalizes\r\ncapitilizi,capitalizi\r\ncapitilizing,capitalizing\r\ncapitivity,captivity\r\ncapitlaism,capitalism\r\ncapitlaist,capitalist\r\ncapitlaize,capitalized\r\ncapitola,capital\r\ncapitolism,capitalism\r\ncapitolist,capitalist\r\ncapitolists,capitalists\r\ncapitolization,capitalization\r\ncapitolize,capitalize\r\ncapitolized,capitalized\r\ncapitulo,capitol\r\ncapity,capacity\r\ncapizalize,capitalize\r\ncapmbell,campbell\r\ncappabilty,cappability\r\ncappable,capable\r\ncappaserty,capacity\r\ncappper,capper\r\ncappping,capping\r\ncapppings,cappings\r\ncappppppppppppppper,capper\r\ncappst,capacity\r\ncaprenter,carpenter\r\ncaprue,capture\r\ncapsuels,capsules\r\ncapsulers,capsules\r\ncapsulets,capsules\r\ncapsuls,capsules\r\ncapsulse,capsules\r\ncapsumel,capsule\r\ncaptachas,captchas\r\ncaptaina,captain\r\ncaptainacy,captaincy\r\ncaptainaed,captained\r\ncaptainaing,captaining\r\ncaptainas,captains\r\ncaptainers,captains\r\ncaptaini,captain\r\ncaptainicy,captaincy\r\ncaptainied,captained\r\ncaptainiing,captaining\r\ncaptainis,captains\r\ncaptais,captains\r\ncapter,chapter\r\ncapteurs,captures\r\ncaptial,capital\r\ncaptialism,capitalism\r\ncaptialismalovestory,capitalismalovestory\r\ncaptialist,capitalist\r\ncaptialistic,capitalistic\r\ncaptialists,capitalists\r\ncaptialization,capitalization\r\ncaptialize,capitalize\r\ncaptialized,capitalized\r\ncaptials,capitals\r\ncaptian,captain\r\ncaptiana,captain\r\ncaptianacy,captaincy\r\ncaptianaed,captained\r\ncaptianaing,captaining\r\ncaptianas,captains\r\ncaptiancy,captaincy\r\ncaptianed,captained\r\ncaptiani,captain\r\ncaptianicy,captaincy\r\ncaptianied,captained\r\ncaptianiing,captaining\r\ncaptianing,captaining\r\ncaptianis,captains\r\ncaptians,captains\r\ncaptilisation,capitalisation\r\ncaptiol,capitol\r\ncaptiosn,captions\r\ncaptiouis,captious\r\ncaptiouisly,captiously\r\ncaptiouisness,captiousness\r\ncaptiuos,captious\r\ncaptiuosly,captiously\r\ncaptiuosness,captiousness\r\ncaptivitiy,captivity\r\ncaptivly,captively\r\ncaptoius,captious\r\ncaptoiusly,captiously\r\ncaptoiusness,captiousness\r\ncaptored,captured\r\ncaptouis,captious\r\ncaptouisly,captiously\r\ncaptouisness,captiousness\r\ncaptued,captured\r\ncaptur,chapter\r\ncapturd,captured\r\ncapturs,captures\r\ncapuble,capable\r\ncapure,capture\r\ncapusle,capsule\r\ncapusles,capsules\r\ncaputered,captured\r\ncaputre,capture\r\ncaputres,captures\r\ncaputure,capture\r\ncaputured,captured\r\ncarabbean,caribbean\r\ncarabean,caribbean\r\ncarachter,character\r\ncaraciture,caricature\r\ncaracter,character\r\ncaracteristic,characteristic\r\ncaracteristics,characteristics\r\ncaracterized,characterized\r\ncaracters,characters\r\ncarage,carriage\r\ncaragee,carriagee\r\ncaragees,carriagees\r\ncarages,carriages\r\ncarageway,CarriageWay\r\ncarageways,CarriageWays\r\ncaragework,CarriageWork\r\ncarageworks,CarriageWorks\r\ncarange,carnage\r\ncaraterize,characterize\r\ncarbamylatoin,carbamylation\r\ncarbien,carbine\r\ncarbohdyrates,carbohydrates\r\ncarbohidrates,carbohydrates\r\ncarbohydrats,carbohydrates\r\ncarbohyrdate,carbohydrates\r\ncarbohyrdates,carbohydrates\r\ncarbon-components-rect,carbon-components-react\r\ncarbonferous,carboniferous\r\ncarbord,cupboard\r\ncarboyhdrates,carbohydrates\r\ncarbutttors,carbuttors\r\ncarcas,carcass\r\ncarciature,caricature\r\ncardaic,cardiac\r\ncardbaord,cardboard\r\ncardboad,cardboard\r\ncardborad,cardboard\r\ncardbord,cardboard\r\ncardianl,cardinal\r\ncardianls,cardinals\r\ncardina,cardigan\r\ncardinales,cardinals\r\ncardinarity,cardinality\r\ncardiocascular,cardiovascular\r\ncardiolgicos,cardiologicos\r\ncardiolgist,cardiologist\r\ncardiolgists,cardiologists\r\ncardioligist,cardiologist\r\ncardiololgist,cardiolologist\r\ncardiopulumonary,cardiopulmonary\r\ncardiovascualar,cardiovascular\r\ncardiovascualr,cardiovascular\r\ncardiovasculaire,cardiovascular\r\ncardiovasculaires,cardiovascular\r\ncardiovasuclar,cardiovascular\r\ncardlinkign,cardlinking\r\ncardnial,cardinal\r\ncardnials,cardinals\r\ncarear,career\r\ncareexperience,career experience\r\ncareffuly,careffully\r\ncareflly,carefully\r\ncarefule,careful\r\ncarefull,careful\r\ncarefullly,carefully\r\ncarefullness,carefulness\r\ncarefulls,carefuls\r\ncarefuly,carefully\r\ncareing,caring\r\ncareings,carings\r\ncarence,cadence\r\ncaresssing,caressing\r\ncarful,careful\r\ncarfully,carefully\r\ncarfuly,carfully\r\ncargow,cargo\r\ncargt,caught\r\ncariacture,caricature\r\ncariactures,caricature\r\ncariage,carriage\r\ncaribean,caribbean\r\ncaribles,variables\r\ncaricate,caricature\r\ncaricatore,caricature\r\ncaricaturale,caricature\r\ncaricaturile,caricature\r\ncaricaturise,caricature\r\ncaricaturize,caricature\r\ncariciture,caricature\r\ncaricuture,caricature\r\ncaridac,cardiac\r\ncaridgan,cardigan\r\ncaridnal,cardinal\r\ncaridnals,cardinals\r\ncaridovascular,cardiovascular\r\ncaried,carried\r\ncariety,variety\r\ncarinval,carnival\r\ncarismatic,charismatic\r\ncarlessly,carelessly\r\ncarling,circling\r\ncarloina,carolina\r\ncarm,calm\r\ncarmalite,carmelite\r\ncarmalites,carmelites\r\ncarmel,caramel\r\ncarmelization,caramelization\r\ncarmtan,cartman\r\ncarn't,can't\r\ncarnagie,carnegie\r\ncarnagie-mellon,carnegie-mellon\r\ncarnberry,cranberry\r\ncarnege,carnage\r\ncarnige,carnage\r\ncarnigie,carnegie\r\ncarnigie-mellon,carnegie-mellon\r\ncarnivare,carnivore\r\ncarnivares,carnivores\r\ncarnivarous,carnivorous\r\ncarnivarously,carnivorously\r\ncarnivere,carnivore\r\ncarniveres,carnivores\r\ncarniverous,carnivorous\r\ncarniverously,carnivorously\r\ncarnivire,carnivore\r\ncarnivires,carnivores\r\ncarnivirous,carnivorous\r\ncarnivirously,carnivorously\r\ncarnivure,carnivore\r\ncarnivures,carnivores\r\ncarnivurous,carnivorous\r\ncarnivurously,carnivorously\r\ncarnot,cannot\r\ncarnt,can't\r\ncarnvial,carnival\r\ncaro,cargo\r\ncarolan,carolina\r\ncaroles,carols\r\ncarolinia,carolina\r\ncarpasity,capacity\r\ncarpastiy,capacity\r\ncarpentar,carpenter\r\ncarpetner,carpenter\r\ncarpit,carpet\r\ncarptener,carpenter\r\ncarrabbean,caribbean\r\ncarrabean,caribbean\r\ncarrage,carriage\r\ncarragee,carriagee\r\ncarragees,carriagees\r\ncarrages,carriages\r\ncarrageway,CarriageWay\r\ncarrageways,CarriageWays\r\ncarragework,CarriageWork\r\ncarrageworks,CarriageWorks\r\ncarraige,carriage\r\ncarred,carried\r\ncarreer,career\r\ncarreers,careers\r\ncarrefuly,carrefully\r\ncarrer,career\r\ncarrers,careers\r\ncarret,carrot\r\ncarrets,carets\r\ncarriablity,carriability\r\ncarribaen,Caribbean\r\ncarribbean,Caribbean\r\ncarribean,Caribbean\r\ncarrige,carriage\r\ncarring,carrying\r\ncarrotts,carrots\r\ncarrotus,carrots\r\ncarrrer,carrer\r\ncarrring,carring\r\ncarryed,carried\r\ncarryng,carrying\r\ncarrys,carries\r\ncarstomery,customary\r\ncartagrapher,cartographer\r\ncartagraphers,cartographers\r\ncartagraphic,cartographic\r\ncartagraphy,cartography\r\ncartains,curtains\r\ncartaker,caretaker\r\ncartdridge,cartridge\r\ncartdridges,cartridges\r\ncartdrige,cartridge\r\ncartdriges,cartridges\r\ncartells,cartels\r\ncartens,curtains\r\ncartes,carts\r\ncarthagian,carthaginian\r\ncarthagians,carthaginians\r\ncarthographer,cartographer\r\ncarthographers,cartographers\r\ncarthographic,cartographic\r\ncarthography,cartography\r\ncartians,curtains\r\ncartiladge,cartilage\r\ncartiladginous,cartilaginous\r\ncartiledge,cartilage\r\ncartiledginous,cartilaginous\r\ncartilege,cartilage\r\ncartileginous,cartilaginous\r\ncartilidge,cartilage\r\ncartilidginous,cartilaginous\r\ncartilige,cartilage\r\ncartiliginous,cartilaginous\r\ncartilladge,cartilage\r\ncartillege,cartilage\r\ncartins,curtains\r\ncartirdge,cartridge\r\ncartirdges,cartridges\r\ncartles,cartels\r\ncartmaan,cartman\r\ncartogrpahers,cartographers\r\ncartogrpahic,cartographic\r\ncartogrpahy,cartography\r\ncartrdige,cartridge\r\ncartrdiges,cartridges\r\ncartriages,cartridges\r\ncartride,cartridge\r\ncartrigde,cartridge\r\ncartrigdes,cartridges\r\ncartrige,cartridge\r\ncartriges,cartridges\r\ncartune,cartoon\r\ncarvinal,carnival\r\ncary,carry\r\ncaryons,crayons\r\ncas,can\r\ncasade,cascade\r\ncasae,case\r\ncasally,casually\r\ncasaly,casually\r\ncasaulity,causality\r\ncasaulties,casualties\r\ncasaulty,casualty\r\ncasawaries,cassowaries\r\ncasawary,cassowary\r\ncasawories,cassowaries\r\ncasawory,cassowary\r\ncase-insensitve,case-insensitive\r\ncase-insenstive,case-insensitive\r\ncase-insentitive,case-insensitive\r\ncase-sensative,case-sensitive\r\ncase-senstive,case-sensitive\r\ncasee,case\r\ncasees,cases\r\ncasem,case\r\ncasete,cassette\r\ncasetes,cassettes\r\ncasette,cassette\r\ncasettes,cassettes\r\ncashbalances,cash balances\r\ncashe,cache\r\ncasheir,cashier\r\ncasheirs,cashiers\r\ncasher,cashier\r\ncashflow,cash flow\r\ncashieer,cashier\r\ncashieres,cashiers\r\ncashies,cashiers\r\ncashire,cashier\r\ncashires,cashiers\r\ncasion,caisson\r\ncasions,caissons\r\ncasltes,castles\r\ncasowaries,cassowaries\r\ncasowarries,cassowaries\r\ncasowarry,cassowary\r\ncasowary,cassowary\r\ncaspule,capsule\r\ncass,sass\r\ncassatly,cassately\r\ncassawaries,cassowaries\r\ncassawary,cassowary\r\ncassawories,cassowaries\r\ncassawory,cassowary\r\ncasse,case\r\ncasses,cases\r\ncassete,cassette\r\ncassetes,cassettes\r\ncassettte,cassette\r\ncassion,caisson\r\ncassions,caissons\r\ncassowarries,cassowaries\r\ncassowarry,cassowary\r\ncasssion,caisson\r\ncasssions,caissons\r\ncassssion,caisson\r\ncassssions,caissons\r\ncasssssion,caisson\r\ncasssssions,caissons\r\ncastabilty,castability\r\ncastablility,castability\r\ncastablity,castability\r\ncastaly,castally\r\ncastamery,customary\r\ncastatrophe,catastrophe\r\ncasted,cast\r\ncastels,castles\r\ncastile-leon,Castile-León\r\ncastleos,castles\r\ncastlers,castles\r\ncasualites,casualties\r\ncasualities,casualties\r\ncasuality,casualty\r\ncasualries,casualties\r\ncasualy,casually\r\ncasuation,causation\r\ncasuatlies,casualties\r\ncasuatly,casualty\r\ncasue,cause\r\ncasued,caused\r\ncasues,causes\r\ncasuing,causing\r\ncasulaties,casualties\r\ncasulaty,casualty\r\ncasully,casually\r\ncasuly,casually\r\ncasuse,causes\r\ncasuses,causes\r\ncata,data\r\ncataclsym,cataclysm\r\ncataclym,cataclysm\r\ncataclyms,cataclysm\r\ncataclysim,cataclysm\r\ncataclysym,cataclysm\r\ncatacylsm,cataclysm\r\ncatacyslm,cataclysm\r\ncatagorey,category\r\ncatagori,categori\r\ncatagorias,categorias\r\ncatagoriazation,categoriazation\r\ncatagorical,categorical\r\ncatagorically,categorically\r\ncatagorie,categorie\r\ncatagoried,categoried\r\ncatagories,categories\r\ncatagoriese,categoriese\r\ncatagoriez,categoriez\r\ncatagoris,categories\r\ncatagorisation,categorisation\r\ncatagorise,categorise\r\ncatagorised,categorised\r\ncatagorises,categorises\r\ncatagorization,categorization\r\ncatagorize,categorize\r\ncatagorized,categorized\r\ncatagorizing,categorizing\r\ncatagororised,categororised\r\ncatagorozed,categorozed\r\ncatagory,category\r\ncatagoryforhours,categoryforhours\r\ncatagoryr,categoryr\r\ncatagorys,categorys\r\ncatagorywise,categorywise\r\ncatakoguing,cataloguing\r\ncatalcysm,cataclysm\r\ncatalg,catalog\r\ncatalgoue,catalogue\r\ncatalguing,cataloguing\r\ncataline,catiline\r\ncatalitic,catalytic\r\ncatalitical,catalytical\r\ncatalitically,catalytically\r\ncatalitics,catalytics\r\ncatalize,catalyze\r\ncatalodges,catalogues\r\ncataloge,catalogue\r\ncatalogeds,catalogues\r\ncataloges,catalogues\r\ncatalogh,catalogues\r\ncatalogueds,catalogues\r\ncataloguin,cataloguing\r\ncatalogus,catalogues\r\ncataloug,catalogues\r\ncatalouge,catalogue\r\ncatalouges,catalogues\r\ncatalsyt,catalyst\r\ncatalue,catalogues\r\ncataluges,catalogues\r\ncatapault,catapult\r\ncatapaulted,catapulted\r\ncatapaulting,catapulting\r\ncatapaults,catapults\r\ncatapillar,caterpillar\r\ncatapillars,caterpillars\r\ncatapiller,caterpillar\r\ncatapillers,caterpillars\r\ncatar,catarrh\r\ncatasthrope,catastrophe\r\ncatastraphe,catastrophe\r\ncatastraphic,catastrophic\r\ncatastrohpe,catastrophe\r\ncatastrohpic,catastrophic\r\ncatastrope,catastrophe\r\ncatastrophie,catastrophe\r\ncatastrophies,catastrophe\r\ncatastropic,catastrophic\r\ncatastrphe,catastrophe\r\ncatauqua,chautauqua\r\ncataylst,catalyst\r\ncatche,cache\r\ncatchs,catches\r\ncategeory,category\r\ncategiories,categories\r\ncategiory,category\r\ncategogy,category\r\ncategoricaly,categorically\r\ncategorice,categorize\r\ncategorie,category\r\ncategoried,categorized\r\ncategoriei,categorize\r\ncategoriezed,categorized\r\ncategoriges,categories\r\ncategort,category\r\ncategorues,categories\r\ncategorybookmarks,categories\r\ncategroized,categorized\r\ncatelog,catalog\r\ncatelogs,catalogues\r\ncatelouge,catalogues\r\ncateogorical,categorical\r\ncateogory,category\r\ncateogries,categories\r\ncateogrize,categorized\r\ncateogry,category\r\ncateories,categories\r\ncatepillar,caterpillar\r\ncatepillars,caterpillars\r\ncatergorize,categorize\r\ncatergorized,categorized\r\ncaterogized,categorized\r\ncaterpilar,caterpillar\r\ncaterpilars,caterpillars\r\ncaterpiller,caterpillar\r\ncaterpillers,caterpillars\r\ncaterting,catering\r\ncatestrophic,catastrophic\r\ncatgeories,categories\r\ncathachism,catechism\r\ncathachisms,catechisms\r\ncathachist,catechist\r\ncathachistic,catechistic\r\ncathachists,catechists\r\ncathacism,catechism\r\ncathacisms,catechisms\r\ncathacist,catechist\r\ncathacistic,catechistic\r\ncathacists,catechists\r\ncathderal,cathedral\r\ncathechism,catechism\r\ncathechisms,catechisms\r\ncathechist,catechist\r\ncathechistic,catechistic\r\ncathechists,catechists\r\ncathecism,catechism\r\ncathecisms,catechisms\r\ncathecist,catechist\r\ncathecistic,catechistic\r\ncathecists,catechists\r\ncathegories,categories\r\ncathegory,category\r\ncathelic,catholic\r\ncathelicism,catholicism\r\ncathelics,catholics\r\ncatheloc,catholic\r\ncathelocism,catholicism\r\ncathelocs,catholics\r\ncatherdal,cathedral\r\ncatheterizatoin,catheterization\r\ncathing,catching\r\ncathlic,catholic\r\ncathloc,catholic\r\ncathlocism,catholicism\r\ncathlocs,catholics\r\ncathloic,catholic\r\ncathloics,catholics\r\ncatholacism,catholicism\r\ncatholicisim,catholicism\r\ncatholicsim,catholicism\r\ncatholicsm,catholicism\r\ncatholicus,catholics\r\ncatholisicm,catholicism\r\ncatholisim,catholicism\r\ncatholisism,catholicism\r\ncatholizism,catholicism\r\ncatholoc,catholic\r\ncatholocisim,catholicism\r\ncatholocism,catholicism\r\ncatholocs,catholics\r\ncathredal,cathedral\r\ncatian,curtain\r\ncatigorically,categorically\r\ncatistrophic,catastrophic\r\ncativating,activating\r\ncatkin-releated,catkin-related\r\ncatlayst,catalyst\r\ncatle,cattle\r\ncatlog,catalog\r\ncatloges,catalogues\r\ncatlogue,catalogues\r\ncatloguegu,catalogues\r\ncatnpi,catnip\r\ncatogerized,categorized\r\ncatogloges,catalogues\r\ncatolges,catalogues\r\ncatolgue,catalogues\r\ncatolgues,catalogues\r\ncatolog,catalogues\r\ncatologe,catalogues\r\ncatologes,catalogues\r\ncatologs,catalogues\r\ncatologue,catalogues\r\ncatologues,catalogues\r\ncators,actors\r\ncatostraphic,catastrophic\r\ncatostrophic,catastrophic\r\ncatpcha,captcha\r\ncatpure,capture\r\ncattallogs,catalogues\r\ncattalogues,catalogues\r\ncattapult,catapult\r\ncattel,cattle\r\ncattepilar,caterpillar\r\ncattepilars,caterpillars\r\ncattepillar,caterpillar\r\ncattepillars,caterpillars\r\ncatterpilar,caterpillar\r\ncatterpilars,caterpillars\r\ncatterpillar,caterpillar\r\ncatterpillars,caterpillars\r\ncattleship,battleship\r\ncattted,catted\r\ncaucaisan,caucasian\r\ncaucasain,caucasian\r\ncaucasin,caucasian\r\ncaucasion,caucasian\r\ncaucasions,caucasians\r\ncaucer,saucer\r\ncaues,cause\r\ncauge,gauge\r\ncaugh,cough\r\ncaugt,caught\r\ncauhgt,caught\r\ncauilflower,cauliflower\r\ncaulcation,calculation\r\ncauler,caller\r\ncaulfilower,cauliflower\r\ncaunceled,cancelled\r\ncauncks,canucks\r\ncaurse,coarse\r\ncaurtesy,courtesy\r\ncausa,cause\r\ncausacian,caucasian\r\ncausailty,causality\r\ncausalties,casualties\r\ncausalty,casualty\r\ncauseing,causing\r\ncausion,caution\r\ncaute,caught\r\ncauth,caught\r\ncautionsly,cautiously\r\ncautios,cautious\r\ncautiouis,cautious\r\ncautiouisly,cautiously\r\ncautiouisness,cautiousness\r\ncautiuos,cautious\r\ncautiuosly,cautiously\r\ncautiuosness,cautiousness\r\ncautoius,cautious\r\ncautoiusly,cautiously\r\ncautoiusness,cautiousness\r\ncautouis,cautious\r\ncautouisly,cautiously\r\ncautouisness,cautiousness\r\ncavanas,canvass\r\ncavarly,cavalry\r\ncavass,canvass\r\ncaveates,caveats\r\ncavet,caveat\r\ncaviats,caveats\r\ncavitatioin,cavitation\r\ncavlary,cavalry\r\ncavrefully,carefully\r\ncawwed,cawed\r\ncawwing,cawing\r\nca’nt,can't\r\ncbell,bell\r\nccaling,scaling\r\nccall,call\r\ncccurrence,occurrence\r\nccept,accept\r\nccepts,accepts\r\nccheck,check\r\nccm,cc\r\nccmmit,commit\r\nccmmunications,communications\r\nccnfigured,configured\r\nccollection,collection\r\nccomponent,component\r\ncconfigurations,configurations\r\ncconfigures,configures\r\nccontains,contains\r\nccontrol,control\r\ncconverting,converting\r\nccopied,copied\r\nccoutant,accountant\r\nccreate,create\r\nccreates,creates\r\nccredential,credential\r\nccross-entropy,cross-entropy\r\nccroutons,croutons\r\nccuracy,accuracy\r\nccustomizable,customizable\r\ncde,code\r\ncdevice,device\r\ncdntral,central\r\ncdontrollers,controllers\r\nceace,ceased\r\nceaced,ceased\r\nceaice,cease\r\ncear,gear\r\nceas,cease\r\nceasar,caesar\r\nceasarea,caesarea\r\nceasarean,caesarean\r\nceasareans,caesareans\r\nceasareas,caesareas\r\nceasars,caesars\r\nceasely,scarcely\r\nceaset,ceased\r\nceast,ceased\r\nceasted,ceased\r\nceate,create\r\nceated,created\r\nceates,creates\r\nceathe,create\r\nceating,creating\r\nceause,cease\r\nceaze,cease\r\nceberation,celebration\r\ncecomposition,decomposition\r\ncecreate,recreate\r\nceeced,ceased\r\nceeck-not,check-not\r\nceed,cede\r\nceede,cede\r\nceeded,ceded\r\nceedent,cedent\r\nceedents,cedents\r\nceeder,ceder\r\nceeders,ceders\r\nceedes,cedes\r\nceeding,ceding\r\nceeds,cedes\r\nceeing,seeing\r\nceep,deep\r\nceese,cease\r\ncehck,check\r\ncehck-not,check-not\r\ncehcked,checked\r\ncehcking,checking\r\ncehckout,checkout\r\ncehcks,checks\r\nceiced,ceased\r\nceise,cease\r\nceised,ceased\r\nceize,seize\r\nceized,seized\r\ncelabrate,celebrate\r\ncelabration,celebration\r\ncelcius,celsius\r\ncelebartion,celebrations\r\nceleberate,celebrate\r\nceleberated,celebrated\r\nceleberates,celebrates\r\nceleberating,celebrating\r\nceleberation,celebration\r\nceleberations,celebrations\r\nceleberatory,celebratory\r\nceleberity/ies,celebrity/ies\r\nceleberties,celebrities\r\nceleberty,celebrity\r\ncelebirties,celebrities\r\ncelebirty,celebrity\r\ncelebracion,celebration\r\ncelebrasion,celebrations\r\ncelebratin,celebration\r\ncelebratings,celebrations\r\ncelebratioin,celebration\r\ncelebratioins,celebrations\r\ncelebrationis,celebrations\r\ncelebrationists,celebrations\r\ncelebratiosn,celebrations\r\ncelebrato,celebration\r\ncelebratoin,celebration\r\ncelebratons,celebrations\r\ncelebrite,celebrities\r\ncelebrites,celebrities\r\ncelebritites,celebrities\r\ncelebritiy,celebrity\r\ncelect,select\r\ncelected,selected\r\ncelerys,celery's\r\ncelesital,celestial\r\ncelestail,celestial\r\ncelibrate,celebrate\r\ncelibrations,celebrations\r\nceling,ceiling\r\ncelinged,ceilinged\r\ncelings,ceilings\r\ncelisus,celsius\r\ncelitcs,celtics\r\nceller,cellar\r\ncelll,cell\r\ncellpading,cellpadding\r\ncelluar,cellular\r\ncellulaire,cellular\r\ncellural,cellular\r\ncelpadding,cellpadding\r\ncelsuis,celsius\r\ncelullar,cellular\r\ncelverly,cleverly\r\ncemarty,cemetery\r\ncemastraye,chemistry\r\ncemastry,chemistry\r\ncematary,cemetery\r\ncematery,cemetery\r\ncematrea,cemetery\r\ncematry,cemetery\r\nceme,came\r\ncemeatry,cemetery\r\ncementareies,cemeteries\r\ncementarey,cemetery\r\ncementaries,cemeteries\r\ncementary,cemetery\r\ncementicious,cementitious\r\ncementray,cemetery\r\ncementreies,cemeteries\r\ncementrey,cemetery\r\ncementries,cemeteries\r\ncementry,cemetery\r\ncemerity,cemetery\r\ncemertary,cemetery\r\ncemertery,cemetery\r\ncemertray,cemetery\r\ncemertre,cemetery\r\ncemertrey,cemetery\r\ncemertry,cemetery\r\ncemerty,cemetery\r\ncemery,cemetery\r\ncemestrey,chemistry\r\ncemestry,chemistry\r\ncemetareies,cemeteries\r\ncemetarey,cemetery\r\ncemetaries,cemeteries\r\ncemetary,cemetery\r\ncemetory,cemetery\r\ncemetray,cemetery\r\ncemetre,cemetery\r\ncemetreies,cemeteries\r\ncemetrey,cemetery\r\ncemetries,cemeteries\r\ncemetry,cemetery\r\ncemety,cemetery\r\ncemistery,chemistry\r\ncemistry,chemistry\r\ncemisty,chemistry\r\ncemitary,cemetery\r\ncemitery,cemetery\r\ncemitrey,cemetery\r\ncemitry,chemistry\r\ncemment,cement\r\ncemmetry,cemetery\r\ncemmistry,chemistry\r\ncemontry,cemetery\r\ncemplete,complete\r\ncemtery,cemetery\r\ncemunicate,communicate\r\ncencus,census\r\ncenestry,chemistry\r\ncenitpede,centipede\r\ncenral's,central's\r\ncenral,central\r\ncens,cents\r\ncensoered,censored\r\ncensorhsip,censorship\r\ncensorsored,censored\r\ncensur,censor\r\ncensurs,censors\r\ncensurship,censorship\r\ncentainly,certainly\r\ncental,central\r\ncentapede,centipede\r\ncentapedes,centipedes\r\ncentemary,cemetery\r\ncentenerian,centenarian\r\ncentenerians,centenarians\r\ncenteneries,centenaries\r\ncentenery,centenary\r\ncentenial,centennial\r\ncenteniall,centenniall\r\ncentenials,centennials\r\ncentennarian,centenarian\r\ncentennarians,centenarians\r\ncentennaries,centenaries\r\ncentennary,centenary\r\ncententenial,centennial\r\ncentepede,centipede\r\ncentepedes,centipedes\r\ncentepide,centipede\r\ncenteral,central\r\ncenteralisa,centralisa\r\ncenteralise,centralise\r\ncenteralised,centralised\r\ncenteralisi,centralisi\r\ncenteralism,centralism\r\ncenteralisms,centralisms\r\ncenteralist,centralist\r\ncenteralists,centralists\r\ncenteraliza,centraliza\r\ncenteralize,centralize\r\ncenteralized,centralized\r\ncenteralizes,centralizes\r\ncenteralizi,centralizi\r\ncenterally,centrally\r\ncenteres,centers\r\ncenterns,centers\r\ncentery,century\r\ncentipeddle,centipede\r\ncentipedle,centipede\r\ncentipeed,centipede\r\ncentralamerica,Central America\r\ncentralamerican,Central American\r\ncentralamericans,Central Americans\r\ncentralamericas,Central Americas\r\ncentralisatoin,centralisation\r\ncentraly,centrally\r\ncentrase,centres\r\ncentrel,central\r\ncentrers,centres\r\ncentrifical,centrifugal\r\ncentriod,centroid\r\ncentriodal,centroidal\r\ncentriods,centroids\r\ncentrl,central\r\ncentruies,centuries\r\ncentruion,centurion\r\ncentruions,centurions\r\ncentruries,centuries\r\ncentrurion,centurion\r\ncentrurions,centurions\r\ncentrury,century\r\ncentruy,century\r\ncentuaies,centuries\r\ncentuaion,centurion\r\ncentuaions,centurions\r\ncentuaries,centuries\r\ncentuarion,centurion\r\ncentuarions,centurions\r\ncentuary,century\r\ncentuay,century\r\ncenturey,century\r\ncentuties,centuries\r\ncentuty,century\r\nceorcion,coercion\r\nceourtisy,courtesy\r\ncepandant,cependant\r\nceparated,separated\r\ncepasity,capacity\r\ncept,kept\r\ncequire,require\r\ncerain,certain\r\nceramonial,ceremonial\r\nceramonies,ceremonies\r\nceramonious,ceremonious\r\nceramony,ceremony\r\nceratain,certain\r\ncerate,create\r\nceratin,certain\r\nceratine,creatine\r\ncerating,creating\r\ncerberal,cerebral\r\ncerbreus,cerberus\r\ncerbures,cerberus\r\ncercle,circle\r\ncercling,circling\r\ncercoling,circling\r\ncercular,circular\r\ncerculation,circulation\r\ncerculing,circling\r\ncercumstance,circumstance\r\ncerebrawl,cerebral\r\nceremone,ceremonies\r\nceremonias,ceremonies\r\nceremoniis,ceremonies\r\nceremonije,ceremonies\r\ncerer,care\r\ncerficate,certificate\r\ncerficates,certificates\r\ncerienly,certainly\r\ncerificate,certificate\r\ncerificates,certificates\r\ncerification,verification\r\ncerimonial,ceremonial\r\ncerimonially,ceremonially\r\ncerimonies,ceremonies\r\ncerimonious,ceremonious\r\ncerimoniously,ceremoniously\r\ncerimony,ceremony\r\ncerious,curious\r\nceript,script\r\nceritanlly,ceritnally\r\nceritficate,certificate\r\nceritficates,certificates\r\nceritfication,certifications\r\nceriticate's,certificates\r\nceriticate,certificate\r\nceriticates,certificates\r\nceritificates,certificates\r\ncermaic,ceramic\r\ncermatary,cemetery\r\ncermon,sermon\r\ncermonial,ceremonial\r\ncermonies,ceremonies\r\ncermonious,ceremonious\r\ncermony,ceremony\r\ncero,zero\r\nceromonial,ceremonial\r\nceromonially,ceremonially\r\nceromonies,ceremonies\r\nceromonious,ceremonious\r\nceromoniously,ceremoniously\r\nceromony,ceremony\r\ncerousity,curiosity\r\ncerplus,surplus\r\ncersion,version\r\ncerstificates,certificates\r\ncertafiable,certifiable\r\ncertafiably,certifiably\r\ncertaficate,certificate\r\ncertaficates,certificates\r\ncertafication,certification\r\ncertafications,certifications\r\ncertafied,certified\r\ncertafies,certifies\r\ncertaina,certain\r\ncertainacy,certaincy\r\ncertainaed,certained\r\ncertainaing,certaining\r\ncertainaly,certainly\r\ncertainas,certains\r\ncertaing,certain\r\ncertaini,certain\r\ncertainicy,certaincy\r\ncertainied,certained\r\ncertainiing,certaining\r\ncertainily,certainly\r\ncertainis,certains\r\ncertainity,certainty\r\ncertainley,certainly\r\ncertainlyt,certainty\r\ncertains,certain\r\ncertaint,certain\r\ncertaintity,certainty\r\ncertaintly,certainly\r\ncertainy,certainty\r\ncertaion,certain\r\ncertanity,certainty\r\ncertanley,certainly\r\ncertanlly,certnally\r\ncertanlty,certainly\r\ncertanly,certainly\r\ncertans,curtains\r\ncertanty,certainty\r\ncertenliy,certainly\r\ncertenly,certainly\r\ncertens,curtains\r\ncertertiey,certainly\r\ncertfiable,certifiable\r\ncertfiably,certifiably\r\ncertficaite,certificate\r\ncertficate,certificate\r\ncertficates,certificates\r\ncertfication,certification\r\ncertfications,certifications\r\ncertficaton,certification\r\ncertficiation,certification\r\ncertficiations,certifications\r\ncertfied,certified\r\ncertfies,certifies\r\ncertian,certain\r\ncertiana,certain\r\ncertianacy,certaincy\r\ncertianaed,certained\r\ncertianaing,certaining\r\ncertianas,certains\r\ncertiancy,certaincy\r\ncertianed,certained\r\ncertiani,certain\r\ncertianicy,certaincy\r\ncertianied,certained\r\ncertianiing,certaining\r\ncertianily,certainly\r\ncertianing,certaining\r\ncertianis,certains\r\ncertianly,certainly\r\ncertians,certains\r\ncertiant,certaint\r\ncertianteed,certainteed\r\ncertianty,certainty\r\ncerticate,certificate\r\ncerticates,certificates\r\ncerticiations,certifications\r\ncerticicate,certificate\r\ncertifacite,certificate\r\ncertifactes,certificates\r\ncertifcate,certificate\r\ncertifcates,certificates\r\ncertifcation,certification\r\ncertifcations,certifications\r\ncertifcaton,certification\r\ncertifed,certified\r\ncertifes,certifies\r\ncertifiacte,certificate\r\ncertifiate,certificate\r\ncertifica,certificate\r\ncertificaat,certificate\r\ncertificaiton,certification\r\ncertificale,certificate\r\ncertificare,certificate\r\ncertificarte,certificate\r\ncertificat,certificate\r\ncertificatess,certificates\r\ncertificatfe,certificate\r\ncertificatioin,certification\r\ncertificationkits,certifications\r\ncertificato,certification\r\ncertificatoin,certification\r\ncertificatoins,certifications\r\ncertificaton,certification\r\ncertificatons,certifications\r\ncertificats,certificates\r\ncertificiate,certificate\r\ncertificiation,certification\r\ncertificiations,certifications\r\ncertifictate,certificate\r\ncertificte,certificate\r\ncertififcate,certificate\r\ncertiicate,certificate\r\ncertiicates,certificates\r\ncertiify,certify\r\ncertin,certain\r\ncertinly,certainly\r\ncertins,curtains\r\ncertionly,certainly\r\ncertious,courteous\r\ncertisy,courtesy\r\ncertuns,curtains\r\ncerve,curve\r\ncervial,cervical\r\ncesed,ceased\r\nceses,cease\r\ncesetary,cemetery\r\ncessationalism,sensationalism\r\ncessationalist,sensationalist\r\ncesspol,cesspool\r\ncesspoool,cesspool\r\ncest,cease\r\ncetegories,categories\r\ncetificate,certificate\r\ncetificateds,certificates\r\ncetlics,celtics\r\ncetner,center\r\ncetrificate,certificate\r\ncets,certs\r\nceveral,several\r\ncezanne,cézanne\r\ncf-intenal,cf-internal\r\ncformat,format\r\nchac,chance\r\nchace,cache\r\nchache,cache\r\nchached,cached\r\nchaching,caching\r\nchack,check\r\nchacked,checked\r\nchackout,checkout\r\nchacterize,characterize\r\nchadow,shadow\r\nchaffcuttters,chaffcutters\r\nchage,change\r\nchaged,changed\r\nchagens,changes\r\nchageset,changeset\r\nchaging,changing\r\nchagne,change\r\nchagnes,changes\r\nchagneset,changeset\r\nchagnge,change\r\nchagning,changing\r\nchaind,chained\r\nchaing,changing\r\nchainging,changing\r\nchairmain,chairman\r\nchairmens,chairmen's\r\nchairtable,charitable\r\nchalange,challenge\r\nchalenge,challenge\r\nchalengeable,challengeable\r\nchalenged,challenged\r\nchalenger,challenger\r\nchalengers,challengers\r\nchalenges,challenges\r\nchalenging,challenging\r\nchalk-full,chock-full\r\nchallange,challenge\r\nchallangeable,challengeable\r\nchallanged,challenged\r\nchallanger,challenger\r\nchallangers,challengers\r\nchallanges,challenges\r\nchallanging,challenging\r\nchallateral,collateral\r\nchallege,challenge\r\nchallegeable,challengeable\r\nchalleged,challenged\r\nchalleger,challenger\r\nchallegers,challengers\r\nchalleges,challenges\r\nchalleging,challenging\r\nchallegner,challenger\r\nchallemge,challenge\r\nchallence,challenge\r\nchallender,challenger\r\nchalleneged,challenged\r\nchalleneger,challenger\r\nchalleneges,challenges\r\nchallengable,challengeable\r\nchallengably,challengeably\r\nchallengeing,challenging\r\nchallengible,challengeable\r\nchallengibly,challengeably\r\nchallengr,challenger\r\nchallengs,challenges\r\nchallengue,challenger\r\nchallengur,challenger\r\nchallening,challenging\r\nchallneger,challenger\r\nchalres,charles\r\nchalreston,charleston\r\nchambear,chamber\r\nchambery,chambéry\r\nchambre,chamber\r\nchambres,chambers\r\nchameleooon,chameleon\r\nchameloen,chameleon\r\nchamiponship,championships\r\nchampage,champagne\r\nchampagen,champagne\r\nchampagnen,champagne\r\nchampange,champagne\r\nchampian,champion\r\nchampinoship,championships\r\nchampionchip,championship\r\nchampionchips,championship\r\nchampionshiop,championships\r\nchampionshp,championship\r\nchampionsihp,championships\r\nchampionsihps,championships\r\nchampionsip,championship\r\nchampionsips,championships\r\nchampionsship,championships\r\nchampiosnhip,championships\r\nchampoin,champion\r\nchampoinat,championat\r\nchampoing,championg\r\nchampoining,championing\r\nchampoinnat,championnat\r\nchampoins,champions\r\nchampoinship,championship\r\nchampoinships,championships\r\nchampoint,championt\r\nchampoints,championts\r\nchamps-elysees,champs-Élysées\r\nchanage,change\r\nchanages,changes\r\nchancelation,cancellation\r\nchanceled,cancelled\r\nchanceler,chancellor\r\nchancelers,chancellors\r\nchancelership,chancellorship\r\nchancelersville,chancellorsville\r\nchanceller,chancellor\r\nchancellers,chancellors\r\nchancellership,chancellorship\r\nchancellersville,chancellorsville\r\nchancelllor,chancellor\r\nchancellour,chancellor\r\nchancelor,chancellor\r\nchancelors,chancellors\r\nchancelorship,chancellorship\r\nchancelorsville,chancellorsville\r\nchancge,change\r\nchanch,chance\r\nchancibilty,chancibility\r\nchancillor,chancellor\r\nchanding,changing\r\nchandlure,chandler\r\nchane,change\r\nchaned,changed\r\nchanegable,changeable\r\nchanegd,changed\r\nchaneging,changing\r\nchanegs,changes\r\nchanel,channel\r\nchang,change\r\nchangability,changeability\r\nchangable,changeable\r\nchangably,changeably\r\nchangd,changed\r\nchangebility,changeability\r\nchangeble,changeable\r\nchangebly,changeably\r\nchangees,changes\r\nchangeing,changing\r\nchangelod,changelog\r\nchangenge,change\r\nchangesan,changes\r\nchangeso,changes\r\nchangess,changes\r\nchangest,changeset\r\nchangetracking,change-tracking\r\nchangges,changes\r\nchanghes,changes\r\nchangibility,changeability\r\nchangible,changeable\r\nchangibly,changeably\r\nchangign,changing\r\nchanginging,changing\r\nchanglog,changelog\r\nchangs,changes\r\nchangset,changeset\r\nchanined,chained\r\nchaning,changing\r\nchaninging,changing\r\nchanining,chaining\r\nchanisaw,chainsaw\r\nchanlder,chandler\r\nchanllege,challenge\r\nchannal,channel\r\nchanne,channels\r\nchannek's,channel's\r\nchanneld,channel\r\nchanneles,channels\r\nchannelnel,channel\r\nchannelss,channels\r\nchannely,channel\r\nchannesl,channels\r\nchanng,changing\r\nchanngel,channel\r\nchannles,channels\r\nchannnel,channel\r\nchannnels,channels\r\nchanpionship,championship\r\nchanpionships,championships\r\nchansellor,chancellor\r\nchantaly,chantally\r\nchapal,chapel\r\nchapder,chapter\r\nchaper,chapter\r\nchaphter,chapter\r\nchaple,chapel\r\nchapparal,chaparral\r\nchapple,chapel\r\nchappped,chapped\r\nchaptor,chapter\r\nchaptur,chapter\r\nchapture,chapter\r\ncharacateristics,characteristics\r\ncharacer,character\r\ncharaceter,character\r\ncharaceters,characters\r\ncharacgter,character\r\ncharacher,character\r\ncharachter,character\r\ncharachters,characters\r\ncharactaristic,characteristic\r\ncharactaristics,characteristics\r\ncharactarization,characterization\r\ncharactarize,characterize\r\ncharactarized,characterized\r\ncharacte,character\r\ncharacted,character\r\ncharacteds,characters\r\ncharacter-to-charcter,character-to-character\r\ncharacterazation,characterization\r\ncharactere,characterize\r\ncharacteres,characters\r\ncharacterisic,characteristic\r\ncharacterisics,characteristics\r\ncharacterisitc,characteristics\r\ncharacterisitcs,characteristics\r\ncharacterisitic,characteristic\r\ncharacterisitics,characteristics\r\ncharacterissing,characterizing\r\ncharacteristc,characteristics\r\ncharacteristcs,characteristics\r\ncharacterists,characteristics\r\ncharacteristsics,characteristic\r\ncharacteritics,characteristic\r\ncharacterizarion,characterization\r\ncharacterizatoin,characterization\r\ncharacterizaton,characterization\r\ncharacterrs,characters\r\ncharacterse,characters\r\ncharactersistic,characteristic\r\ncharactersitic,characteristics\r\ncharactersitics,characteristics\r\ncharacterstic,characteristic\r\ncharacterstics,characteristics\r\ncharacterz,characterize\r\ncharactierzation,characterization\r\ncharactor,character\r\ncharactoristics,characteristics\r\ncharactors,characters\r\ncharacture,characters\r\ncharacyer,character\r\ncharacyers,characters\r\ncharakters,characters\r\nchararacter,character\r\nchararcter,character\r\ncharasmatic,charismatic\r\ncharasteristic,characteristics\r\ncharasters,characters\r\ncharatable,charitable\r\ncharatcers,characters\r\ncharater,character\r\ncharaterized,characterized\r\ncharaters,characters\r\ncharaty,charity\r\ncharcaol,charcoal\r\ncharcater,character\r\ncharcol,charcoal\r\ncharcter,character\r\ncharcterise,characterise\r\ncharcters,characters\r\ncharecter,character\r\ncharecter-level,character-level\r\ncharecteristic,characteristic\r\ncharecteristics,characteristics\r\ncharecterization,characterization\r\ncharecters,characters\r\ncharector,character\r\ncharectors,characters\r\nchared,shared\r\nchargability,chargeability\r\nchargable,chargeable\r\nchargables,chargeables\r\nchargably,chargeably\r\nchargeabilty,chargeability\r\nchargebility,chargeability\r\nchargeble,chargeable\r\nchargebly,chargeably\r\nchargehr,charger\r\nchargeur,charger\r\nchargibility,chargeability\r\nchargible,chargeable\r\nchargibly,chargeably\r\nchargrillled,chargrilled\r\ncharicterization,characterization\r\ncharicterized,characterized\r\ncharilift,chairlift\r\ncharilifts,chairlifts\r\nchariman,chairman\r\ncharimanship,chairmanship\r\ncharimanships,chairmanships\r\ncharimastic,charismatic\r\ncharimen,chairmen\r\ncharimenship,chairmenship\r\ncharimenships,chairmenships\r\ncharimsa,charisma\r\ncharing,charging\r\nchariperson,chairperson\r\ncharipersons,chairpersons\r\ncharisa,charisma\r\ncharismastic,charismatic\r\ncharismatisch,charismatic\r\ncharistics,characteristics\r\ncharitible,charitable\r\nchariton,charlton\r\ncharityvillage,charity village\r\nchariwoman,chairwoman\r\nchariwomanship,chairwomanship\r\nchariwomanships,chairwomanships\r\nchariwomen,chairwomen\r\nchariwomenship,chairwomenship\r\nchariwomenships,chairwomenships\r\ncharmisa,charisma\r\ncharocal,charcoal\r\ncharolette,Charlotte\r\ncharracter,characters\r\ncharrred,charred\r\ncharsima,charisma\r\ncharsimatic,charismatic\r\nchartiable,charitable\r\nchartj,charts\r\nchartset,charset\r\nchasiers,cashiers\r\nchasiss,chassis\r\nchasr,chaser\r\nchasrs,chasers\r\nchassids,chassis\r\nchassies,chassis\r\nchatacqua,chautauqua\r\nchatacque,chautauqua\r\nchatacter,character\r\nchatacuia,chautauqua\r\nchatalkwa,chautauqua\r\nchataqua,chautauqua\r\nchataque,chautauqua\r\nchatauchuia,chautauqua\r\nchataukowa,chautauqua\r\nchataukwa,chautauqua\r\nchatauqua,chautauqua\r\nchatauwkwa,chautauqua\r\nchatcer,character\r\nchatedral,cathedral\r\nchater,chapter\r\nchating,chatting\r\nchatisgarh,chhattisgarh\r\nchatisgarhi,chhattisgarhi\r\nchatocqua,chautauqua\r\nchatogua,chautauqua\r\nchatoic,chaotic\r\nchatolic,catholic\r\nchatolics,catholics\r\nchatper,chapter\r\nchatr,char\r\nchattakqua,chautauqua\r\nchattisgarh,chhattisgarh\r\nchattisgarhi,chhattisgarhi\r\nchattter,chatter\r\nchattting,chatting\r\nchatuaca,chautauqua\r\nchatwakwa,chautauqua\r\nchauetouequa,chautauqua\r\nchauffer,chauffeur\r\nchauffers,chauffeurs\r\nchauffuer,chauffeur\r\nchautakye,chautauqua\r\nchautaqua,chautauqua\r\nchautauchua,chautauqua\r\nchautaucua,chautauqua\r\nchautauqua,chautauqua\r\nchautiqua,chautauqua\r\nchautogqwa,chautauqua\r\nchautqua,chautauqua\r\nchawtakque,chautauqua\r\nchawtawque,chautauqua\r\nchcecks,checks\r\nchcek,check\r\nchcek-next,check-next\r\nchcek-not,check-not\r\nchcekboxes,checkboxes\r\nchceked,checked\r\nchceking,checking\r\nchceks,checks\r\nchck,check\r\nchck-next,check-next\r\nchcking,checking\r\nchcukles,chuckles\r\nche,the\r\ncheack,check\r\ncheak,cheek\r\ncheaky,cheeky\r\ncheange,change\r\ncheapes,cheapest\r\nchear,cheer\r\nchearful,cheerful\r\nchease,cheese\r\ncheast,chest\r\ncheautauqua,chautauqua\r\nchec,check\r\nchecbox,checkbox\r\nchech,check\r\nchechers,checkers\r\ncheching,checking\r\nchechout,checkout\r\nchechpoint,checkpoint\r\nchechsum,checksum\r\ncheck-labe,check-label\r\ncheck-makifest,check-manifest\r\ncheck-special-cst-syntax,check-special-form-syntax\r\ncheckare,checker\r\ncheckberboard,checkerboard\r\ncheckboxe,checkbox\r\ncheckboxex,checkbox\r\ncheckboxp,checkbox\r\ncheckboxs,checkboxes\r\ncheckear,checker\r\ncheckes,checks\r\nchecki,check\r\ncheckign,checking\r\ncheckin,checking\r\ncheckings,checking\r\ncheckmeat,checkmate\r\ncheckoint,checkpoint\r\ncheckoot,checkout\r\ncheckour,checkout\r\ncheckox,checkbox\r\ncheckpiont,checkpoint\r\ncheckpoing,checkpoint\r\ncheckpoins,checkpoints\r\ncheckpointusa,checkpoints\r\ncheckpoit,checkpoints\r\ncheckponits,checkpoints\r\ncheckponts,checkpoints\r\nchecksm,checksum\r\nchecksuming,checksumming\r\nchecksumm,checksum\r\ncheckted,checked\r\nchecl,check\r\nched,shed\r\nchedk,check\r\nchedking,checking\r\ncheeots,cheetos\r\ncheeper,cheaper\r\ncheerfull,cheerful\r\ncheerfullly,cheerfully\r\ncheerfullness,cheerfulness\r\ncheerfulls,cheerfuls\r\ncheerfuly,cheerfully\r\ncheerleadra,cheerleader\r\ncheerlearder,cheerleader\r\ncheerleards,cheerleaders\r\ncheerleeder,cheerleader\r\ncheerleeders,cheerleaders\r\nchees,cheese\r\ncheeseberger,cheeseburger\r\ncheeseborger,cheeseburger\r\ncheesebruger,cheeseburgers\r\ncheesebuger,cheeseburger\r\ncheeseburgare,cheeseburger\r\ncheeseburges,cheeseburgers\r\ncheeseburgie,cheeseburger\r\ncheeseburgler,cheeseburger\r\ncheeseburgs,cheeseburgers\r\ncheeseburguer,cheeseburger\r\ncheeseburguers,cheeseburgers\r\ncheesecase,cheesecake\r\ncheesecave,cheesecake\r\ncheesees,cheeses\r\ncheeseface,cheesecake\r\ncheeseus,cheeses\r\ncheesse,cheeses\r\ncheet,cheat\r\ncheet-sheet,cheat-sheet\r\ncheetoos,cheetos\r\ncheezeburger,cheeseburger\r\ncheezeburgers,cheeseburgers\r\ncheezecake,cheesecake\r\ncheff,chef\r\ncheif,chief\r\ncheifdom,chiefdom\r\ncheifdoms,chiefdoms\r\ncheifly,chiefly\r\ncheifs,chiefs\r\ncheifship,chiefship\r\ncheiftain,chieftain\r\ncheiftains,chieftains\r\nchek,check\r\nchekbox-selector-color,checkbox-selector-color\r\nchekbox-selector-icon,checkbox-selector-icon\r\nchekbox-selector-opacity,checkbox-selector-opacity\r\nchekbox-selector-opacity-hover,checkbox-selector-opacity-hover\r\nchekc,check\r\nchekc-normal,check-normal\r\nchekcbox,checkbox\r\nchekcer,checker\r\nchekcing,checking\r\nchekcmate,checkmate\r\nchekcout,checkout\r\nchekcs,checks\r\ncheke,check\r\ncheker,checker\r\ncheking,checking\r\nchekout,checkout\r\ncheks,checks\r\ncheksum,checksum\r\nchelsae,chelsea\r\nchemastry,chemistry\r\nchemcial,chemical\r\nchemcially,chemically\r\nchemcials,chemicals\r\nchemest,chemist\r\nchemestary,chemistry\r\nchemestery,chemistry\r\nchemestra,chemistry\r\nchemestri,chemistry\r\nchemestry,chemistry\r\nchemests,chemists\r\nchemicall,chemical\r\nchemicaly,chemically\r\nchemicols,chemistry\r\nchemictic,chemistry\r\nchemictry,chemistry\r\nchemicy,chemistry\r\nchemishter,chemistry\r\nchemistery,chemistry\r\nchemistes,chemistry\r\nchemisties,chemistries\r\nchemistny,chemistry\r\nchemistre,chemistry\r\nchemistrey,chemistry\r\nchemisty,chemistry\r\nchemoctry,chemistry\r\nchemsitry,chemistry\r\nchemstrey,chemistry\r\nchemstry,chemistry\r\nchen,chin\r\ncheng,change\r\nchenged,changed\r\nchenges,changes\r\nchenging,changing\r\nchennel,channel\r\ncheoos,choose\r\ncheper,cheaper\r\ncherch,church\r\ncherden,children\r\ncheres,cherries\r\nchernboyl,chernobyl\r\nchernobl,chernobyl\r\nchernobly,chernobyl\r\nchernoybl,chernobyl\r\nchernyobl,chernobyl\r\ncheroke,cherokee\r\ncherokes,cherokees\r\ncheronbyl,chernobyl\r\ncherrys,cherries\r\ncherth,church\r\nchery,cherry\r\nchese,choose\r\ncheslea,chelsea\r\nchesterfeild,chesterfield\r\nchet,cheat\r\nchgangeset,changeset\r\nchhatisgarh,Chhattisgarh\r\nchhatisgarhi,chhattisgarhi\r\nchhose,choose\r\nchian,chain\r\nchiansaw,chainsaw\r\nchiar's,chairs\r\nchiar,chair\r\nchicgao,chicago\r\nchiden,children\r\nchidlbirth,childbirth\r\nchidlfree,childfree\r\nchidlish,childish\r\nchidlrens,childrens\r\nchidren,children\r\nchieftaina,chieftain\r\nchieftainacy,chieftaincy\r\nchieftainaed,chieftained\r\nchieftainaing,chieftaining\r\nchieftainas,chieftains\r\nchieftaini,chieftain\r\nchieftainicy,chieftaincy\r\nchieftainied,chieftained\r\nchieftainiing,chieftaining\r\nchieftainis,chieftains\r\nchieftan,chieftain\r\nchieftian,chieftain\r\nchieftiana,chieftain\r\nchieftianacy,chieftaincy\r\nchieftianaed,chieftained\r\nchieftianaing,chieftaining\r\nchieftianas,chieftains\r\nchieftiancy,chieftaincy\r\nchieftianed,chieftained\r\nchieftiani,chieftain\r\nchieftianicy,chieftaincy\r\nchieftianied,chieftained\r\nchieftianiing,chieftaining\r\nchieftianing,chieftaining\r\nchieftianis,chieftains\r\nchieftians,chieftains\r\nchiense,chinese\r\nchihauhua,chihuahua\r\nchihuaha,chihuahua\r\nchihuahau,chihuahua\r\nchihuahuha,chihuahua\r\nchihuahuita,chihuahua\r\nchiken,chicken\r\nchikens,chickens\r\nchiking,chickens\r\nchild-like,childlike\r\nchildbird,childbirth\r\nchildbrith,childbirth\r\nchilden,children\r\nchilderen,children\r\nchildern,children\r\nchilderns',children's\r\nchilderns's,children's\r\nchilderns,childrens\r\nchilderns’,children's\r\nchilderns’s,children's\r\nchilderns′,children's\r\nchilderns′s,children's\r\nchildisch,childish\r\nchildlren,child\r\nchildon,children\r\nchildran,children\r\nchildre,children\r\nchildrend,children\r\nchildrends,childrens\r\nchildrenis,childrens\r\nchildrenmrs,childrens\r\nchildrens',children's\r\nchildrens's,children's\r\nchildrens,children\r\nchildrens’,children's\r\nchildrens’s,children's\r\nchildrens′,children's\r\nchildrens′s,children's\r\nchildrents,childrens\r\nchildres,childrens\r\nchildresn,childrens\r\nchildrn,children\r\nchilds,child's\r\nchilian,chilean\r\nchilians,chileans\r\nchillade,chilled\r\nchilldren,children\r\nchillead,chilled\r\nchillend,chilled\r\nchillities,chilities\r\nchillled,chilled\r\nchilller,chiller\r\nchilllers,chillers\r\nchillling,chilling\r\nchilren,children\r\nchilvary,chivalry\r\nchimeny,chimney\r\nchimmey,chimney\r\nchimmy,chimney\r\nchimnies,chimneys\r\nchimny,chimney\r\nchimnys,chimneys\r\nchinease,chinese\r\nchinees,chinese\r\nchineese,Chinese\r\nchinesse,chinese\r\nchinmey,chimney\r\nchintaly,chintally\r\nchioce,choice\r\nchioces,choices\r\nchior,choir\r\nchipers,ciphers\r\nchipest,chipset\r\nchipher,cipher\r\nchippper,chipper\r\nchippping,chipping\r\nchirch,church\r\nchirden,children\r\nchirs,chairs\r\nchirstian,christian\r\nchirstianity,christianity\r\nchirstians,christians\r\nchirstmas,christmas\r\nchirtins,curtains\r\nchispet,chipset\r\nchitaqua,chautauqua\r\nchitauqua,chautauqua\r\nchitttor,chittor\r\nchituaquea,chautauqua\r\nchiuhahua,chihuahua\r\nchivaly,chivalry\r\nchivarly,chivalry\r\nchivlary,chivalry\r\nchldren,children\r\nchlesea,chelsea\r\nchlid,child\r\nchlidfree,childfree\r\nchlidish,childish\r\nchlidrens,childrens\r\nchlids,children\r\nchloesterol,cholesterol\r\nchlroine,chlorine\r\nchmabers,chambers\r\nchnage,changes\r\nchnageable,changeable\r\nchnaged,changed\r\nchnages,changes\r\nchnaging,changing\r\nchnanel,channel\r\nchnge,change\r\nchoach,coach\r\nchoas,chaos\r\nchoatic,chaotic\r\nchocalate,chocolate\r\nchocalates,chocolates\r\nchocies,choices\r\nchoclate,chocolate\r\nchoclatey,chocolatey\r\nchocloate,chocolate\r\nchocloates,chocolates\r\nchocoalte,chocolate\r\nchocoaltes,chocolates\r\nchocolae,chocolates\r\nchocolat,chocolate\r\nchocolateers,chocolates\r\nchocolately,chocolatey\r\nchocolatie,chocolates\r\nchocolatos,chocolates\r\nchocolats,chocolates\r\nchocolatte,chocolates\r\nchocolet,chocolates\r\nchocolgist,chocologist\r\nchocolotes,chocolates\r\nchocolste,chocolates\r\nchocoltey,chocolatey\r\nchoese,choose\r\nchoesive,cohesive\r\nchoicers,choices\r\nchoicing,choosing\r\nchoise,choice\r\nchoises,choices\r\nchok,chop\r\ncholagicel,chologicel\r\ncholdren,children\r\ncholesteral,cholesterol\r\ncholestoral,cholesterol\r\ncholestorol,cholesterol\r\ncholestrol,cholesterol\r\ncholocate,chocolate\r\ncholosterol,cholesterol\r\ncholrine,chlorine\r\nchoma,chroma\r\nchome,chrome\r\nchomre,chrome\r\nchonicle,chronicle\r\nchonicled,chronicled\r\nchonicler,chronicler\r\nchoniclers,chroniclers\r\nchonicles,chronicles\r\nchonicling,chronicling\r\nchooice,choice\r\nchooisng,choosing\r\nchoos,choose\r\nchoosed,chosen\r\nchoosen,chosen\r\nchope,chop\r\nchoping,chopping\r\nchopp,chop\r\nchoppped,chopped\r\nchoppper,chopper\r\nchoregraph,choreograph\r\nchoregraphed,choreographed\r\nchoregrapher,choreographer\r\nchoregraphers,choreographers\r\nchoregraphies,choreographies\r\nchoregraphing,choreographing\r\nchoregraphs,choreographs\r\nchoregraphy,choreography\r\nchoreogrpaher,choreographer\r\nchoreogrpahy,choreography\r\nchorline,chlorine\r\nchormosome,chromosome\r\nchormosomes,chromosomes\r\nchornic,chronic\r\nchornicle,chronicle\r\nchornicled,chronicled\r\nchornicler,chronicler\r\nchorniclers,chroniclers\r\nchornicles,chronicles\r\nchornicling,chronicling\r\nchornological,chronological\r\nchoroegraph,choreograph\r\nchoroegraphed,choreographed\r\nchoroegrapher,choreographer\r\nchoroegraphers,choreographers\r\nchoroegraphies,choreographies\r\nchoroegraphing,choreographing\r\nchoroegraphs,choreographs\r\nchoroegraphy,choreography\r\nchosed,chosen\r\nchoses,chooses\r\nchosing,choosing\r\nchosoe,choose\r\nchosse,choose\r\nchoud,should\r\nchould,should\r\nchouldn't,couldn't\r\nchouresty,curiosity\r\nchouse,choose\r\nchpater,chapter\r\nchra,char\r\nchracter,character\r\nchracter-based,character-based\r\nchracters,characters\r\nchrenobyl,chernobyl\r\nchridren,children\r\nchrisanthimums,chrysanthemums\r\nchrisitan,christian\r\nchrisitanity,christianity\r\nchrisitans,christians\r\nchrismas,christmas\r\nchristain,christian\r\nchristainism,christianism\r\nchristainity,christianity\r\nchristains,christians\r\nchristainsity,christiansity\r\nchristaly,christally\r\nchristams,christmas\r\nchristiaan,christian\r\nchristiantiy,christianity\r\nchristianty,christianity\r\nchristimas,christians\r\nchristin,christian\r\nchristina,christian\r\nchristinaity,christianity\r\nchristinas,christians\r\nchristines,christians\r\nchristmans,christians\r\nchristmis,christmas\r\nchroem,chrome\r\nchroline,chlorine\r\nchrom,chrome\r\nchromasome,chromosome\r\nchromasomes,chromosomes\r\nchromatogrpahy,chromatography\r\nchromeium,chromium\r\nchromesome,chromosome\r\nchromesomes,chromosomes\r\nchromim,chromium\r\nchromisome,chromosome\r\nchromisomes,chromosomes\r\nchromiumg,chromium\r\nchromose,chromosome\r\nchromosmes,chromosomes\r\nchromosom,chromosome\r\nchromosomers,chromosomes\r\nchromosoms,chromosomes\r\nchromosone,chromosome\r\nchromosones,chromosomes\r\nchromosoom,chromosome\r\nchromossome,chromosomes\r\nchromozome,chromosome\r\nchromozomes,chromosomes\r\nchronciles,chronicles\r\nchronicales,chronicles\r\nchronicals,chronicles\r\nchronice,chronicles\r\nchronicels,chronicles\r\nchronichles,chronicles\r\nchronlogy,chronology\r\nchronocles,chronicles\r\nchronogrpah,chronograph\r\nchronolgical,chronological\r\nchronolgically,chronologically\r\nchronoligical,chronological\r\nchronologial,chronological\r\nchronologicly,chronological\r\nchronosome,chromosome\r\nchrous,chorus\r\nchrouses,choruses\r\nchrousing,chorusing\r\nchrsitian,christian\r\nchrsitianity,christianity\r\nchrsitians,christians\r\nchrsitmas,christmas\r\nchruch,church\r\nchruches,churches\r\nchtulhu,cthulhu\r\nchuatackqua,chautauqua\r\nchuatuaque,chautauqua\r\nchuch,church\r\nchuched,touched\r\nchuches,churches\r\nchuckels,chuckles\r\nchucnk,chunk\r\nchufffed,chuffed\r\nchunck,chunk\r\nchuncked,chunked\r\nchuncks,chunks\r\nchuncs,chunks\r\nchunkcs,chunks\r\nchup,chop\r\nchurchers,churches\r\nchurchs,churches\r\nchurisoty,curiosity\r\nchurp,chop\r\nchuse,choose\r\nchycology,psychology\r\nchzech,czech\r\nchzechs,czechs\r\nciass,class\r\ncicking,clicking\r\ncicle,circle\r\ncicleing,circling\r\ncicrce,circle\r\ncicrulating,circulating\r\ncicrumstances,circumstances\r\ncictuit,circuit\r\ncideroligist,ciderologist\r\ncidhexpresion,cidhexpression\r\ncieling,ceiling\r\ncielinged,ceilinged\r\ncielings,ceilings\r\ncient,client\r\ncient-side,client-side\r\ncients,clients\r\ncierciling,circling\r\nciese,cease\r\nciets,city\r\nciew,view\r\nciezed,seized\r\ncif,if\r\ncifye,city\r\ncigarattes,cigarettes\r\ncigaret,cigarette\r\ncigarete,cigarettes\r\ncigaretes,cigarettes\r\ncigarets,cigarettes\r\ncigaretts,cigarettes\r\ncigarrete,cigarette\r\ncigarretes,cigarettes\r\ncigarrette,cigarette\r\ncigarrettes,cigarettes\r\ncigeratte,cigarette\r\ncigerattes,cigarettes\r\nciggarete,cigarette\r\nciggaretes,cigarettes\r\nciggarette,cigarette\r\nciggarettes,cigarettes\r\nciggarrete,cigarette\r\nciggarretes,cigarettes\r\nciggarrette,cigarette\r\nciggarrettes,cigarettes\r\ncignature,signature\r\ncilanto,cilantro\r\ncilck,click\r\ncild,child\r\ncildren,children\r\ncileld,cilled\r\ncilender,cylinder\r\ncilent,client\r\ncilents,clients\r\ncilinder,cylinder\r\ncilinders,cylinders\r\ncilindrical,cylindrical\r\ncilindrically,cylindrically\r\ncilivians,civilians\r\ncilivization,civilizations\r\ncill,kill\r\ncilller,ciller\r\ncilmbers,climbers\r\ncilme,climb\r\ncilnatro,cilantro\r\ncilpboard,clipboard\r\nciltoris,clitoris\r\ncilum,cilium\r\ncilynders,cylinders\r\ncimpleted,completed\r\ncimplicity,simplicity\r\ncinama,cinema\r\ncincinatti,cincinnati\r\ncincinnasti,cincinnati\r\ncincinnatti,cincinnati\r\ncincinnnati,cincinnati\r\ncind,kind\r\ncindergarten,kindergarten\r\ncinderrella,cinderella\r\ncinds,kinds\r\ncinemagrpahs,cinemagraphs\r\ncinematagraphy,cinematography\r\ncinematagrophy,cinematography\r\ncinematograhpy,cinematography\r\ncinematograhy,cinematography\r\ncinematograpy,cinematography\r\ncinematogrophy,cinematography\r\ncinematogrpaher,cinematographer\r\ncinematogrpahers,cinematographers\r\ncinematogrpahy,cinematography\r\ncinemetography,cinematography\r\nciner,cinder\r\ncinfigure,configure\r\ncinimatography,cinematography\r\ncinncinati,cincinnati\r\ncintainer,container\r\nciolor,color\r\nciper,cipher\r\nciper-suites,cipher-suites\r\nciphter,cipher\r\ncipology,psychology\r\ncipriot,cypriot\r\ncipriots,cypriots\r\nciprus,cyprus\r\ncircarling,circling\r\ncirce,circle\r\ncirceling,circling\r\ncircels,circles\r\ncirciling,circling\r\ncircimcised,circumcised\r\ncirciuts,circuits\r\ncirckets,crickets\r\ncirclebs,circles\r\ncircleing,circling\r\ncircleling,circling\r\ncircluar,circular\r\ncircluating,circulating\r\ncircomference,circumference\r\ncircual,circular\r\ncircualtion,circulation\r\ncircue,circle\r\ncircuis,circuits\r\ncircuitos,circuits\r\ncircuituous,circuitous\r\ncircul,circle\r\ncirculacion,circulation\r\ncirculaire,circular\r\ncirculara,circular\r\ncirculatiing,circulating\r\ncirculatioin,circulation\r\ncirculationg,circulating\r\ncirculatoin,circulation\r\ncirculaton,circulation\r\ncirculatons,circulations\r\ncirculering,circling\r\ncirculing,circling\r\ncircumcicion,circumcision\r\ncircumcicions,circumcisions\r\ncircumcisied,circumcised\r\ncircumcison,circumcision\r\ncircumcission,circumcision\r\ncircumcition,circumcision\r\ncircumcized,circumcised\r\ncircumferance,circumference\r\ncircumfernce,circumference\r\ncircumfrence,circumference\r\ncircumnstances,circumstances\r\ncircumscicion,circumcision\r\ncircumscicions,circumcisions\r\ncircumsciition,circumscription\r\ncircumsciitions,circumscriptions\r\ncircumsciiton,circumscription\r\ncircumsciitons,circumscriptions\r\ncircumscipition,circumscription\r\ncircumscipitions,circumscriptions\r\ncircumscipiton,circumscription\r\ncircumscipitons,circumscriptions\r\ncircumscipton,circumscription\r\ncircumsciptons,circumscriptions\r\ncircumscision,circumcision\r\ncircumscisions,circumcisions\r\ncircumsciton,circumscription\r\ncircumscitons,circumscriptions\r\ncircumscriition,circumscription\r\ncircumscriitions,circumscriptions\r\ncircumscriiton,circumscription\r\ncircumscriitons,circumscriptions\r\ncircumscripition,circumscription\r\ncircumscripitions,circumscriptions\r\ncircumscripiton,circumscription\r\ncircumscripitons,circumscriptions\r\ncircumscripton,circumscription\r\ncircumscriptons,circumscriptions\r\ncircumscriton,circumscription\r\ncircumscritons,circumscriptions\r\ncircumsice,circumcised\r\ncircumsiced,circumcised\r\ncircumsicion,circumcision\r\ncircumsicions,circumcision\r\ncircumsied,circumcised\r\ncircumsised,circumcised\r\ncircumsision,circumcision\r\ncircumsisions,circumcisions\r\ncircumsition,circumcision\r\ncircumsizion,circumcision\r\ncircumstace,circumstance\r\ncircumstaces,circumstances\r\ncircumstancies,circumstances\r\ncircumstanes,circumstance\r\ncircumstanial,circumstantial\r\ncircumstansial,circumstantial\r\ncircumstanta,circumstantial\r\ncircumstantal,circumstantial\r\ncircumstante,circumstance\r\ncircumstantional,circumstantial\r\ncircumstantual,circumstantial\r\ncircumstential,circumstantial\r\ncircumstnaces,circumstance\r\ncircumvrent,circumvent\r\ncircumwent,circumvent\r\ncircuncised,circumcised\r\ncircuncision,circumcision\r\ncircunference,circumference\r\ncircunstance,circumstance\r\ncircunstances,circumstances\r\ncircunstantial,circumstantial\r\ncircunvent,circumvent\r\ncircurling,circling\r\ncircurting,circling\r\ncircut,circuit\r\ncircutainment,circuitainment\r\ncircutarium,circuitarium\r\ncircutary,circuitary\r\ncircutatory,circuitatory\r\ncircutbrakers,circuitbrakers\r\ncircutcity,circuitcity\r\ncircute,circuite\r\ncircutes,circuites\r\ncircutflight,circuitflight\r\ncircuti,circuiti\r\ncircuting,circuiting\r\ncircutio,circuitio\r\ncircution,circuition\r\ncircutious,circuitious\r\ncircutis,circuitis\r\ncircutit,circuitit\r\ncircutol,circuitol\r\ncircutor,circuitor\r\ncircutree,circuitree\r\ncircutron,circuitron\r\ncircutry,circuitry\r\ncircutz,circuitz\r\ncircuvmenting,circuvementing\r\ncirecle,circle\r\ncirface,surface\r\nciricuit,circuit\r\nciriculum,curriculum\r\nciricut,circuit\r\nciricuts,circuits\r\nciritical,critical\r\ncirl,curl\r\ncirlce,circle\r\ncirlces,circles\r\ncirlcing,circling\r\ncirleing,circling\r\ncirmcumstances,circumstances\r\ncirplus,surplus\r\ncirriculum,curriculum\r\ncirruculum,curriculum\r\ncirtain,certain\r\ncirtains,curtains\r\ncirtcuit,circuit\r\ncirticise,criticise\r\ncirticising,criticising\r\ncirtissimum,criticism\r\ncirtus,citrus\r\nciruclar,circular\r\nciruclating,circulating\r\nciruclation,circulation\r\ncirucmference,circumference\r\ncirucmstances,circumstances\r\nciruits,circuits\r\nciruling,circling\r\ncirumstances,circumstances\r\ncirvant,servant\r\ncirvice,service\r\ncise,cease\r\ncist,city\r\ncisting,citing\r\ncististics,statistics\r\ncistomization,customization\r\ncitaion,citation\r\ncitating,citing\r\ncitatoin,citation\r\ncitezen,citizen\r\ncitical,critical\r\nciticenship,citizenship\r\ncitificate,certificate\r\ncitisen,citizen\r\ncitisenship,citizenship\r\ncitisum,criticism\r\ncitites,cities\r\ncitizan,citizen\r\ncitizanry,citizenry\r\ncitizans,citizens\r\ncitizanship,citizenship\r\ncitizien,citizen\r\ncitizienry,citizenry\r\ncitiziens,citizens\r\ncitizienship,citizenship\r\ncitizinship,citizenship\r\ncitolgicos,citologicos\r\ncitrtus,citrus\r\ncitty,city\r\ncituation,situation\r\ncitys,cities\r\ncitzen,citizen\r\ncitzenry,citizenry\r\ncitzens,citizens\r\ncitzenship,citizenship\r\ncitåyscapes,cityscapes\r\ncival,civil\r\ncivalized,civilized\r\nciverlized,civilized\r\ncivilain,civilian\r\ncivilainism,civilianism\r\ncivilainity,civilianity\r\ncivilains,civilians\r\ncivilainsity,civiliansity\r\ncivilations,civilizations\r\ncivilazation,civilization\r\nciviliaztion,civilizations\r\ncivilications,civilizations\r\ncivilizacion,civilization\r\ncivilizaiton,civilization\r\ncivilizaitons,civilizations\r\ncivilizatin,civilizations\r\ncivilizatoin,civilizations\r\ncivilizatoins,civilizations\r\ncivilizaton,civilization\r\ncivilizatons,civilizations\r\ncivillian,civilian\r\ncivillianization,civilianization\r\ncivillianize,civilianize\r\ncivillianized,civilianized\r\ncivillianizes,civilianizes\r\ncivillianizing,civilianizing\r\ncivillians,civilians\r\ncivilziation,civilizations\r\ncivizilation,civilizations\r\ncivly,cively\r\nciwil,civil\r\nckea,cake\r\nckeck,check\r\nckick,click\r\nclaan,clean\r\nclacium,calcium\r\nclaculate,calculate\r\nclaculated,calculated\r\nclaculation,calculation\r\nclaculations,calculations\r\nclaculator,calculator\r\nclaculators,calculators\r\ncladed,clad\r\nclaer,clear\r\nclaered,cleared\r\nclaerer,clearer\r\nclaerest,clearest\r\nclaering,clearing\r\nclaerings,clearings\r\nclaerly,clearly\r\nclaers,clears\r\nclag,clang\r\nclagary,calgary\r\nclaibre,calibre\r\nclaimes,claims\r\nclairfy,clarify\r\nclairfying,clarifying\r\nclairty,clarity\r\nclak,cake\r\nclal,call\r\nclame,claim\r\nclamin,claim\r\nclaming,claiming\r\nclampped,clamped\r\nclanand,clannad\r\ncland,clang\r\nclannand,clannad\r\nclannning,clanning\r\nclape,clap\r\nclaped,clapped\r\nclappped,clapped\r\nclappping,clapping\r\nclard,cleared\r\nclarfiy,clarify\r\nclarificaiton,clarification\r\nclarifiction,clarification\r\nclarifiy,clarify\r\nclark,clerk\r\nclarooms,classrooms\r\nclars,class\r\nclarskon,clarkson\r\nclas's,clap's\r\nclas,class\r\nclased,closed\r\nclases,classes\r\nclasic,classic\r\nclasical,classical\r\nclasicalderibbon,classicalderibbon\r\nclasically,classically\r\nclasicalmovements,classicalmovements\r\nclasicism,classicism\r\nclasicisms,classicisms\r\nclasicist,classicist\r\nclasicists,classicists\r\nclasicize,classicize\r\nclasicizi,classicizi\r\nclasics,classics\r\nclasification,clarification\r\nclasing,clashing\r\nclass-mate,classmate\r\nclass-mates,classmates\r\nclass-room,classroom\r\nclass-rooms,classrooms\r\nclasse's,classes\r\nclasse,classes\r\nclassees,classes\r\nclasseses,classes\r\nclassess,classes\r\nclassfication,classification\r\nclassfications,classifications\r\nclassficaton,classification\r\nclassficiation,classification\r\nclassicaly,classically\r\nclassication,classification\r\nclassicos,classics\r\nclassicus,classics\r\nclassifcation,classification\r\nclassifcations,classifications\r\nclassifcaton,classification\r\nclassifed,classified\r\nclassifer,classifier\r\nclassifers,classifiers\r\nclassificaiton,classification\r\nclassificatiion,classification\r\nclassificato,classification\r\nclassificatoin,classification\r\nclassificaton,classification\r\nclassificatons,classifications\r\nclassificiation,classification\r\nclassificiations,classifications\r\nclassifiction,classification\r\nclassifides,classified\r\nclassifiy,classify\r\nclassig,classic\r\nclassigication,classification\r\nclassigied,classified\r\nclassique,classic\r\nclassis,classics\r\nclassn,class\r\nclassrom,classroom\r\nclassrome,classroom\r\nclassrooom,classroom\r\nclasss,classes\r\nclassses,classes\r\nclasssic,classics\r\nclassure,class\r\nclasue,clause\r\nclasues,clauses\r\nclasuse,clause\r\nclateral,collateral\r\nclath,cloth\r\nclatreal,collateral\r\nclaues,clauses\r\nclaus,clause\r\nclausens,clauses\r\nclaustraphobia,claustrophobia\r\nclausule,clause\r\nclawws,claws\r\nclaymer,claymore\r\nclaymoe,claymore\r\nclciks,clicks\r\nclcoks,clocks\r\nclderen,children\r\nclea,clean\r\ncleaing,cleaning\r\ncleal,clean\r\nclealy,clearly\r\nclean-publush,clean-publish\r\ncleanabillity,cleanability\r\ncleanabilty,cleanability\r\ncleanablity,cleanability\r\ncleand,cleaned\r\ncleane,cleaner\r\ncleanes,cleanse\r\ncleanies,cleanse\r\ncleanilness,cleanliness\r\ncleaninng,cleaning\r\ncleanisng,cleansing\r\ncleanleness,cleanliness\r\ncleanliess,cleanliness\r\ncleanlyness,cleanliness\r\ncleanning,cleaning\r\ncleanp,cleanup\r\ncleanred,cleared\r\ncleansablilty,cleansability\r\ncleansiness,cleanliness\r\ncleareance,clearance\r\ncleares,clears\r\nclearical,clerical\r\nclearified,clarified\r\nclearifies,clarifies\r\nclearify,clarify\r\nclearifying,clarifying\r\nclearinh,clearing\r\nclearity,clarity\r\ncleark,clerk\r\nclearn,clear\r\nclearner,cleaner\r\nclearning,clearing\r\nclearred,cleared\r\ncleartion,curtain\r\ncleary,clearly\r\ncleas,clears\r\ncleasne,cleanse\r\ncleasner,cleanser\r\ncleasning,cleansing\r\ncleaup,cleanup\r\ncleeanup,cleanup\r\ncleint's,client's\r\ncleint,client\r\ncleint-id,client-id\r\ncleint-side,client-side\r\ncleints,clients\r\nclen,clean\r\nclenase,cleanse\r\nclenaser,cleanser\r\nclenaup,cleanup\r\nclend,cleaned\r\nclening,cleaning\r\nclent,client\r\nclents,clients\r\nclera,clear\r\ncleraed,cleared\r\ncleraing,clearing\r\ncleraings,clearings\r\ncleraly,clearly\r\ncleras,clears\r\nclerck,clerk\r\nclered,cleared\r\nclerification,clarification\r\nclesius,celsius\r\ncletics,celtics\r\ncleva,clever\r\nclevelry,cleverly\r\ncleverleys,cleverly\r\ncleverresourceowner,clever\r\nclevery,cleverly\r\nclhorine,chlorine\r\ncliam,climb\r\ncliamtes,climates\r\ncliantro,cilantro\r\ncliboard,clipboard\r\nclicable,clickable\r\ncliccked,clicked\r\nclickabilty,clickability\r\nclickablity,clickability\r\nclickare,clicker\r\nclickbat,clickbait\r\nclickear,clicker\r\nclickedf,clicked\r\nclickes,clicks\r\nclickin,clicking\r\nclickstreamraw,clickstream\r\nclide,client\r\nclien,client\r\nclienbt,client\r\ncliens,clients\r\ncliente,clientele\r\nclientes,clients\r\nclientpackage,client\r\nclientset,clients\r\nclientss,clients\r\nclienty,client\r\ncliet,client\r\nclietn,client\r\nclietns,clients\r\ncliffbanger,cliffhanger\r\ncliffhager,cliffhanger\r\ncliffhander,cliffhanger\r\ncliffhangar,cliffhanger\r\nclifthanger,cliffhanger\r\ncligren,children\r\nclikc,click\r\nclikcbait,clickbait\r\nclikcing,clicking\r\ncliked,clicked\r\ncliking,clicking\r\nclim,climb\r\nclimateers,climates\r\nclimatiser,climates\r\nclimatolagical,climatological\r\nclimatolgico,climatologico\r\nclimatoligical,climatological\r\nclimatoligists,climatologists\r\nclimats,climates\r\nclimbe,climb\r\nclimbes,climbers\r\nclimed,climbed\r\nclimer,climb\r\nclimet,climate\r\ncliming,climbing\r\nclimming,climbing\r\nclincial,clinical\r\nclincially,clinically\r\nclincials,clinicals\r\nclincis,clinics\r\ncline,climb\r\nclinet,client\r\nclinial,clinical\r\nclinially,clinically\r\nclinials,clinicals\r\nclinicaly,clinically\r\nclinicas,clinics\r\nclinicial,clinical\r\nclinicially,clinically\r\nclinicials,clinicals\r\nclinicopatholgic,clinicopathologic\r\nclinicopatholigic,clinicopathologic\r\nclinicos,clinics\r\nclint,client\r\nclint-side,client-side\r\nclipbaord,clipboard\r\nclipboad,clipboard\r\nclipboar,clipboard\r\nclippper,clipper\r\nclipppers,clippers\r\nclippping,clipping\r\nclitiros,clitoris\r\nclitoridis,clitoris\r\nclitories,clitoris\r\nclitorios,clitoris\r\nclitorious,clitoris\r\nclitorius,clitoris\r\nclitors,clitoris\r\nclled,called\r\ncloackrooms,cloakrooms\r\ncloal,coal\r\nclob,club\r\nclobal,global\r\nclobering,clobbering\r\nclockrooms,cloakrooms\r\nclode,clone\r\nclodebase,codebase\r\nclodu,cloud\r\nclody,cloudy\r\ncloen,clone\r\ncloesd,closed\r\ncloese,closes\r\ncloesly,closely\r\ncloggged,clogged\r\nclok,clock\r\nclonde,clone\r\nclonded,cloned\r\nclonedd,cloned\r\nclong,long\r\nclonie,clone\r\nclonning,cloning\r\nclonse,clone\r\nclonsed,cloned\r\nclooud,cloud\r\ncloppping,clopping\r\nclor,color\r\nclos,close\r\nclosd,closed\r\ncloseby,close by\r\ncloseed,closed\r\ncloseing,closing\r\ncloseley,closely\r\nclosepopover,close-popover\r\nclosesly,closely\r\nclosley,closely\r\nclosly,closely\r\nclosre,closure\r\ncloss-platform,cross-platform\r\nclosure-compatiblity,closure-compatibility\r\nclottting,clotting\r\ncloude-provider,cloud-provider\r\ncloued,cloud\r\ncloumn,column\r\ncloun,clown\r\nclound,cloud\r\ncloure,closure\r\nclous,cloud\r\nclousures,closures\r\nclowd,glowed\r\ncloweds,clouds\r\nclows,clothes\r\nclreate,create\r\nclsas,class\r\nclsoe,close\r\nclsoed,closed\r\nclsoures,closures\r\nclsses,classes\r\nclssifiers,classifiers\r\nclsuter,cluster\r\ncluase,clause\r\ncluases,clauses\r\nclubed,clubbed\r\nclucthing,clutching\r\nclumb,climb\r\ncluprit,culprit\r\ncluser,cluster\r\ncluseter,cluster\r\nclusteres,clusters\r\nclusterm,cluster\r\nclusternames,clusters\r\nclustes,clusters\r\nclustom,custom\r\nclustuers,clusters\r\nclusure,closure\r\nclusures,closures\r\nclutchign,clutching\r\ncluter,cluster\r\ncluthcing,clutching\r\nclutser,cluster\r\nclutterred,cluttered\r\ncluttter,clutter\r\nclyamore,claymore\r\nclyinder,cylinder\r\nclzean,clean\r\ncmilller,cmiller\r\ncming,coming\r\ncmlection,election\r\ncmmand,command\r\ncmmands,commands\r\ncmmon,common\r\ncmo,com\r\ncmomand,command\r\ncmoparing,comparing\r\ncmoparisons,comparisons\r\ncmoponent,component\r\ncmoputation,computation\r\ncmopute,compute\r\ncmoputed,computed\r\ncmoputer,computer\r\ncmoputerise,computerise\r\ncmoputerised,computerised\r\ncmoputerises,computerises\r\ncmoputerize,computerize\r\ncmoputerized,computerized\r\ncmoputerizes,computerizes\r\ncmoputers,computers\r\ncmoputes,computes\r\ncmopvponent,component\r\ncmpletely,completely\r\ncmponent,component\r\ncna,can\r\ncncelled,cancelled\r\ncnfiguration,configuration\r\ncnfigure,configure\r\ncnnot,cannot\r\ncnofiguration,configuration\r\ncnongress,congress\r\ncnost,const\r\ncnosult,consult\r\ncnot,not\r\ncnsider,consider\r\ncntent,content\r\ncntral,central\r\ncntribute,contribute\r\ncntroller,controller\r\ncnvert,convert\r\nco-debuging,co-debugging\r\nco-developper,co-developer\r\nco-incide,coincide\r\nco-incided,coincided\r\nco-incident,coincident\r\nco-incidental,coincidental\r\nco-incidentally,coincidentally\r\nco-incides,coincides\r\nco-laborate,collateral\r\nco-lateral,collateral\r\nco-olateral,collateral\r\nco-stared,co-starred\r\nco-staring,co-starring\r\nco-starr,co-star\r\ncoachabilty,coachability\r\ncoachablity,coachability\r\ncoache,coach\r\ncoachees,coaches\r\ncoaght,caught\r\ncoalateral,collateral\r\ncoalecence,coalescence\r\ncoalecent,coalescent\r\ncoalecents,coalescents\r\ncoalecsence,coalescence\r\ncoalecsent,coalescent\r\ncoalecsents,coalescents\r\ncoalescance,coalescence\r\ncoalescant,coalescent\r\ncoalescants,coalescents\r\ncoalese,coalesce\r\ncoalesed,coalesced\r\ncoalesence,coalescence\r\ncoalesent,coalescent\r\ncoalesents,coalescents\r\ncoalesing,coalescing\r\ncoalfeild,coalfield\r\ncoalitioin,coalition\r\ncoalitioinal,coalitional\r\ncoalitioinally,coalitionally\r\ncoalitioinism,coalitionism\r\ncoalitioinisms,coalitionisms\r\ncoalitioinist,coalitionist\r\ncoalitioinists,coalitionists\r\ncoalitioins,coalitions\r\ncoalitionnal,coalitional\r\ncoalitoin,coalition\r\ncoalitoinal,coalitional\r\ncoalitoinally,coalitionally\r\ncoalitoinism,coalitionism\r\ncoalitoinisms,coalitionisms\r\ncoalitoinist,coalitionist\r\ncoalitoinists,coalitionists\r\ncoalitoins,coalitions\r\ncoaliton,coalition\r\ncoalitonal,coalitional\r\ncoalitonally,coalitionally\r\ncoalitonism,coalitionism\r\ncoalitonisms,coalitionisms\r\ncoalitonist,coalitionist\r\ncoalitonists,coalitionists\r\ncoalitons,coalitions\r\ncoallateral,collateral\r\ncoallesce,coalesce\r\ncoallescing,coalescing\r\ncoaln,colon\r\ncoalsing,coalescing\r\ncoaltion,coalition\r\ncoapasty,capacity\r\ncoaperate,cooperate\r\ncoaperation,cooperation\r\ncoard,cord\r\ncoarset,coarsest\r\ncoase,coarse\r\ncoateral,collateral\r\ncobblerm,cobbler\r\ncobed,cubed\r\ncoca cola,coca-cola\r\ncocacola,Coca-Cola\r\ncocamena,cockamamie\r\ncocation,location\r\ncoce,code\r\ncocerning,concerning\r\ncoch,coach\r\ncockaroches,cockroaches\r\ncockatils,cocktails\r\ncockraoches,cockroaches\r\ncockroachers,cockroaches\r\ncockroachs,cockroaches\r\ncockroackes,cockroaches\r\ncockroahes,cockroaches\r\ncocktailers,cocktails\r\ncocktials,cocktails\r\ncocrrectiosn,cocrrections\r\ncoctail,cocktail\r\ncocurred,occurred\r\ncodeb,codex\r\ncodecharset,code\r\ncodee,code\r\ncodeify,codify\r\ncodeing,coding\r\ncodemirrror,codemirror\r\ncodepre,code\r\ncodev,code\r\ncodinga,coding\r\ncodirecter,codirector\r\ncoditions,conditions\r\ncoe,core\r\ncoeece,coerce\r\ncoeffcient,coefficient\r\ncoeffcients,coefficients\r\ncoeffecient,coefficient\r\ncoeffect,effects\r\ncoefficeint,coefficient\r\ncoefficent,coefficient\r\ncoefficents,coefficients\r\ncoefficiant,coefficient\r\ncoefficienct,coefficient\r\ncoeffiecients,coefficients\r\ncoeffient,coefficient\r\ncoeffients,coefficients\r\ncoeficient,coefficient\r\ncoeficients,coefficients\r\ncoencidental,coincidental\r\ncoennect,connect\r\ncoercison,coercion\r\ncoercsion,coercion\r\ncoerse,coerce\r\ncoersion,coercion\r\ncoexistance,coexistence\r\ncoexistances,coexistences\r\ncoexistancie,coexistencie\r\ncoexistancies,coexistencies\r\ncoexistanciy,coexistenciy\r\ncoexistanciys,coexistenciys\r\ncoexistancy,coexistency\r\ncoexistancys,coexistencys\r\ncoexistanse,coexistence\r\ncoexistant,coexistent\r\ncoexistense,coexistence\r\ncoexistince,coexistence\r\ncoexistinces,coexistences\r\ncoexistincie,coexistencie\r\ncoexistincies,coexistencies\r\ncoexistinciy,coexistenciy\r\ncoexistinciys,coexistenciys\r\ncoexistincy,coexistency\r\ncoexistincys,coexistencys\r\ncoexistinse,coexistence\r\ncoexistint,coexistent\r\ncofatable,comfortable\r\ncofee,coffee\r\ncofeehouse,coffeehouse\r\ncofeehouses,coffeehouses\r\ncofeepot,coffeepot\r\ncofeepots,coffeepots\r\ncofees,coffees\r\ncofeeshop,coffeeshop\r\ncofeeshops,coffeeshops\r\ncofertoble,comfortable\r\ncoffe,coffee\r\ncoffeee,coffee\r\ncoffehouse,coffeehouse\r\ncoffehouses,coffeehouses\r\ncoffepot,coffeepot\r\ncoffepots,coffeepots\r\ncoffes,coffees\r\ncoffeshop,coffeeshop\r\ncoffeshops,coffeeshops\r\ncoffess,coffees\r\ncofffing,coffing\r\ncofficient,coefficient\r\ncofiguration,configuration\r\ncofigurations,configurations\r\ncofigure,configure\r\ncofigured,configured\r\ncofigures,configures\r\ncofiguring,configuring\r\ncoform,conform\r\ncoformance,conformance\r\ncoformed,conformed\r\ncoformer,conformer\r\ncoformers,conformers\r\ncoforming,conforming\r\ncofortlbe,comfortable\r\ncoftalb,comfortable\r\ncoftobl,comfortable\r\ncofuction,cofunction\r\ncofuntion,cofunction\r\ncognatious,contagious\r\ncognicitve,cognictive\r\ncognisandce,cognisance\r\ncognisandces,cognisances\r\ncognisandcie,cognisancie\r\ncognisandcies,cognisancies\r\ncognisandcy,cognisancy\r\ncognisandt,cognisant\r\ncognisandtly,cognisantly\r\ncognisandts,cognisants\r\ncognisence,cognisance\r\ncognisences,cognisances\r\ncognisencie,cognisancie\r\ncognisencies,cognisancies\r\ncognisency,cognisancy\r\ncognisent,cognisant\r\ncognisently,cognisantly\r\ncognisents,cognisants\r\ncognitivie,cognitive\r\ncognizandce,cognizance\r\ncognizandces,cognizances\r\ncognizandcie,cognizancie\r\ncognizandcies,cognizancies\r\ncognizandcy,cognizancy\r\ncognizandt,cognizant\r\ncognizandtly,cognizantly\r\ncognizandts,cognizants\r\ncognizence,cognizance\r\ncognizences,cognizances\r\ncognizencie,cognizancie\r\ncognizencies,cognizancies\r\ncognizency,cognizancy\r\ncognizent,cognizant\r\ncognizently,cognizantly\r\ncognizents,cognizants\r\ncogntains,contains\r\ncogntive,cognitive\r\ncoha,coho\r\ncohearance,coherence\r\ncohearancy,coherency\r\ncohearant,coherent\r\ncohearence,coherence\r\ncohearency,coherency\r\ncohearent,coherent\r\ncoherance,coherence\r\ncoherancy,coherency\r\ncoherant,coherent\r\ncoherantist,coherentist\r\ncohesie,cohesive\r\ncoice,choice\r\ncoid,code\r\ncoidisions,conditions\r\ncoincedenta,coincidental\r\ncoincedental,coincidental\r\ncoincedentally,coincidentally\r\ncoincedentals,coincidentals\r\ncoincedentaly,coincidentally\r\ncoincedentas,coincidentals\r\ncoincedentia,coincidental\r\ncoincedential,coincidental\r\ncoincedentially,coincidentally\r\ncoincedentials,coincidentals\r\ncoincedentialy,coincidentally\r\ncoincedentias,coincidentals\r\ncoincedince,coincidence\r\ncoincidance,coincidence\r\ncoincidencal,coincidental\r\ncoincidense,coincidence\r\ncoincidenta,coincidental\r\ncoincidentaly,coincidentally\r\ncoincidentas,coincidentals\r\ncoincidente,coincidence\r\ncoincidentia,coincidental\r\ncoincidential,coincidental\r\ncoincidentially,coincidentally\r\ncoincidentials,coincidentals\r\ncoincidince,coincidence\r\ncoincidnce,coincide\r\ncoindice,coincide\r\ncoindidental,coincidental\r\ncoinside,coincide\r\ncoinsidence,coincidence\r\ncoinsidental,coincidental\r\ncoinsidentally,coincidentally\r\ncointains,contains\r\ncointelegrpah,cointelegraph\r\ncointerpoint,counterpoint\r\ncoints,coins\r\ncokie,cookie\r\ncokies,cookies\r\ncoktail,cocktail\r\ncolaberate,collaborate\r\ncolaberated,collaborated\r\ncolaberation,collaboration\r\ncolaberator,collaborator\r\ncolaborate,collaborate\r\ncolaborated,collaborated\r\ncolaborates,collaborates\r\ncolaborateurs,collaborateurs\r\ncolaborating,collaborating\r\ncolaboratinne,collaboratinne\r\ncolaboration,collaboration\r\ncolaborations,collaborations\r\ncolaborativ,collaborativ\r\ncolaborativa,collaborativa\r\ncolaborativamente,collaborativamente\r\ncolaborativas,collaborativas\r\ncolaborative,collaborative\r\ncolaboratively,collaboratively\r\ncolaborativly,colaboratively\r\ncolaborativo,collaborativo\r\ncolaborativos,collaborativos\r\ncolaborator,collaborator\r\ncolaboratorii,collaboratorii\r\ncolaboratorilor,collaboratorilor\r\ncolaboratorio,collaboratorio\r\ncolaborators,collaborators\r\ncolaboratory,collaboratory\r\ncoladaro,collateral\r\ncoladderal,collateral\r\ncoladerall,collateral\r\ncolanderal,collateral\r\ncolanderual,collateral\r\ncolapse,collapse\r\ncolar,colour\r\ncolaradan,coloradan\r\ncolaradans,coloradans\r\ncolarado,colorado\r\ncolarlial,collateral\r\ncolarltal,collateral\r\ncolarteroul,collateral\r\ncolataral,collateral\r\ncolate,collate\r\ncolateal,collateral\r\ncolateral,collateral\r\ncolateralize,collateralize\r\ncolateralized,collateralized\r\ncolateralizes,collateralizes\r\ncolateralizing,collateralizing\r\ncolaterally,collaterally\r\ncolaterole,collateral\r\ncolatoral,collateral\r\ncolatteral,collateral\r\ncolatule,collateral\r\ncolatural,collateral\r\ncolaveral,collateral\r\ncolbalt,cobalt\r\ncoleague,colleague\r\ncoleagues,colleagues\r\ncoleanup,cleanup\r\ncolecks,collects\r\ncolect,collect\r\ncolectaon,collection\r\ncolectaons,collections\r\ncolectave,collective\r\ncolectavely,collectively\r\ncolectaves,collectives\r\ncolected,collected\r\ncolecteon,collection\r\ncolecteons,collections\r\ncolecteve,collective\r\ncolectevely,collectively\r\ncolecteves,collectives\r\ncolection,collection\r\ncolections,collections\r\ncolective,collective\r\ncolectively,collectively\r\ncolectives,collectives\r\ncolector,collector\r\ncoledural,collateral\r\ncolege,college\r\ncoleges,colleges\r\ncolegiate,collegiate\r\ncolelatral,collateral\r\ncolelct,collect\r\ncolelctaon,collection\r\ncolelctaons,collections\r\ncolelctave,collective\r\ncolelctavely,collectively\r\ncolelctaves,collectives\r\ncolelcted,collected\r\ncolelcteon,collection\r\ncolelcteons,collections\r\ncolelcteve,collective\r\ncolelctevely,collectively\r\ncolelcteves,collectives\r\ncolelction,collection\r\ncolelctions,collections\r\ncolelctive,collective\r\ncolelctively,collectively\r\ncolelctives,collectives\r\ncolelctor,collector\r\ncolelctors,collectors\r\ncolenel,colonel\r\ncoler,colour\r\ncolerd,coloured\r\ncolered,coloured\r\ncolerize,colorize\r\ncoletion,collection\r\ncolgone,cologne\r\ncolides,collides\r\ncolinal,colonel\r\ncolinear,collinear\r\ncolision,collision\r\ncollabarate,collaborate\r\ncollabaration,collaboration\r\ncollabare,collaborate\r\ncollaberatact,collaboratact\r\ncollaberate,collaborate\r\ncollaberated,collaborated\r\ncollaberating,collaborating\r\ncollaberation,collaboration\r\ncollaberations,collaborations\r\ncollaberatior,collaborator\r\ncollaberative,collaborative\r\ncollaberatively,collaboratively\r\ncollaberator,collaborator\r\ncollaberrationz,collaborationz\r\ncollable,callable\r\ncollabloratively,collaboratively\r\ncollaboate,collaborate\r\ncollaboating,collaborating\r\ncollaboation,collaboration\r\ncollaboative,collaborative\r\ncollaboator,collaborator\r\ncollaborant,collaborate\r\ncollaborare,collaborate\r\ncollaboraters,collaborators\r\ncollaborateur,collaborator\r\ncollaboratie,collaboration\r\ncollaboratin,collaborating\r\ncollaboratioin,collaboration\r\ncollaboratioins,collaborations\r\ncollaborativly,collaboratively\r\ncollaborato,collaboration\r\ncollaboratoin,collaboration\r\ncollaboratore,collaborate\r\ncollabore,collaborate\r\ncollaborting,collaborating\r\ncollabrativly,collabratively\r\ncollaction,collection\r\ncolladeral,collateral\r\ncolladural,collateral\r\ncollaegue,colleague\r\ncollape,collapse\r\ncollaped,collapsed\r\ncollapes,collapse\r\ncollapsable,collapsible\r\ncollapseing,collapsing\r\ncollapsers,collapses\r\ncollapsiblity,collapsibility\r\ncollapsibnle,collapsible\r\ncollaquial,colloquial\r\ncollares,collars\r\ncollaros,collars\r\ncollarteral,collateral\r\ncollaspe,collapse\r\ncollasped,collapsed\r\ncollaspes,collapses\r\ncollaspible,collapsible\r\ncollasping,collapsing\r\ncollataral,collateral\r\ncollatarel,collateral\r\ncollatera,collateral\r\ncollaterial,collateral\r\ncollaterol,collateral\r\ncollateroul,collateral\r\ncollatertrat,collateral\r\ncollationg,collation\r\ncollatoral,collateral\r\ncollatral,collateral\r\ncollatteral,collateral\r\ncollbacks,callbacks\r\ncollborative,collaborative\r\ncollceted,collected\r\ncollcetion,collections\r\ncollction,collection\r\ncollctor,collector\r\ncolleage,colleagues\r\ncolleaged,colleagued\r\ncolleager,colleaguer\r\ncolleagers,colleaguers\r\ncolleages,colleagues\r\ncolleaque,colleague\r\ncolleauge,colleague\r\ncolleauged,colleagued\r\ncolleauger,colleaguer\r\ncolleaugers,colleaguers\r\ncolleauges,colleagues\r\ncolleaugue,colleague\r\ncolleaugued,colleagued\r\ncolleauguer,colleaguer\r\ncolleauguers,colleaguers\r\ncolleaugues,colleagues\r\ncollec,collection\r\ncollecet,collect\r\ncollecged,collected\r\ncollecing,collecting\r\ncollecint,collecting\r\ncollecion,collection\r\ncolleciton,collection\r\ncollecitons,collections\r\ncollecive,collective\r\ncollecking,collecting\r\ncollecred,collected\r\ncollecs,collects\r\ncollectabilty,collectability\r\ncollectaon,collection\r\ncollectaons,collections\r\ncollectave,collective\r\ncollectavely,collectively\r\ncollectaves,collectives\r\ncollectde,collect\r\ncollecte,collective\r\ncollectems,collects\r\ncollecteon,collection\r\ncollecteons,collections\r\ncollecter,collector\r\ncollectes,collects\r\ncollecteve,collective\r\ncollectevely,collectively\r\ncollecteves,collectives\r\ncollectibillity,collectibility\r\ncollectibilty,collectibility\r\ncollectiblity,collectibility\r\ncollectie,collective\r\ncollectief,collective\r\ncollecties,collects\r\ncollectieve,collective\r\ncollectifs,collects\r\ncollectio,collection\r\ncollectioin,collection\r\ncollectiomn,collection\r\ncollectioners,collections\r\ncollectionf,collection\r\ncollections's,collection's\r\ncollectioon,collection\r\ncollectiosn,collections\r\ncollectivelly,collectively\r\ncollectivily,collectively\r\ncollectivley,collectively\r\ncollectivly,collectively\r\ncollectivo,collection\r\ncollectivos,collections\r\ncollecto,collect\r\ncollectoin,collections\r\ncollecton,collection\r\ncollectons,collections\r\ncollectos,collectors\r\ncollectros,collects\r\ncollectve,collective\r\ncollectvely,collectively\r\ncollectves,collectives\r\ncollecyting,collecting\r\ncolled,cooled\r\ncolledge,college\r\ncolledges,colleges\r\ncolleection,collection\r\ncollegate,collegiate\r\ncollegaue,colleague\r\ncollegaues,colleagues\r\ncollegeiate,collegiate\r\ncollegiatly,collegiately\r\ncollegue,colleague\r\ncollegues,colleagues\r\ncollequial,colloquial\r\ncollest,collects\r\ncolleteral,collateral\r\ncolleting,collecting\r\ncolletion,collection\r\ncolletor,collector\r\ncollidetype,collide\r\ncolling,calling\r\ncolliquial,colloquial\r\ncollisin,collisions\r\ncollisionision,collision\r\ncollison,collision\r\ncollission,collisions\r\ncollissions,collisions\r\ncollisson,collisions\r\ncollition,collision\r\ncollitions,collisions\r\ncollitoral,collateral\r\ncolllected,collected\r\ncolllection,collection\r\ncolllections,collections\r\ncolllers,collers\r\ncolllings,collings\r\ncolllllonade,colonnade\r\ncolllllonades,colonnades\r\ncollllonade,colonnade\r\ncollllonades,colonnades\r\ncolllonade,colonnade\r\ncolllonades,colonnades\r\ncolllor,collor\r\ncollobarate,collaborate\r\ncollobaration,collaboration\r\ncolloborate,collaborate\r\ncolloborative,collaborative\r\ncolloges,collages\r\ncollonade,colonnade\r\ncollonades,colonnades\r\ncollonies,colonies\r\ncollonization,colonization\r\ncollonizations,colonizations\r\ncollonize,colonize\r\ncollonized,colonized\r\ncollonizes,colonizes\r\ncollony,colony\r\ncolloqiual,colloquial\r\ncolloquail,colloquial\r\ncolloqueal,colloquial\r\ncolloquilism,colloquialism\r\ncollor,color\r\ncolloratial,collateral\r\ncollosal,colossal\r\ncollosally,colossally\r\ncollossal,colossal\r\ncollossally,colossally\r\ncollossus,colossus\r\ncollosus,colossus\r\ncollpase,collapse\r\ncollpased,collapsed\r\ncollpases,collapses\r\ncollpasing,collapsing\r\ncollspaed,collapsed\r\ncollumn,column\r\ncollumns,columns\r\ncolmel,colonel\r\ncolmn,column\r\ncolmns,columns\r\ncolmun,column\r\ncolne,clone\r\ncolnel,colonel\r\ncolneol,colonel\r\ncolnol,colonel\r\ncoloardo,colorado\r\ncoloborate,collaborate\r\ncologen,cologne\r\ncolomba,colombia\r\ncolombina,colombia\r\ncolomn,column\r\ncolon-delimeted,colon-delimited\r\ncolon-seperated,colon-separated\r\ncolon-sequecnes,colon-sequences\r\ncolonade,colonnade\r\ncolonades,colonnades\r\ncolonal,colonel\r\ncoloney,colony\r\ncolonge,cologne\r\ncolonialisim,colonialism\r\ncolonializm,colonialism\r\ncolonialsim,colonialism\r\ncolonialsm,colonialism\r\ncolonianism,colonialism\r\ncolonisator,colonizer\r\ncolonisators,colonizers\r\ncolonizacion,colonization\r\ncolonizaton,colonization\r\ncolonizator,colonizer\r\ncolonizators,colonizers\r\ncolonl,colonel\r\ncolonol,colonel\r\ncolonozation,colonization\r\ncoloors,colours\r\ncoloquial,colloquial\r\ncolor-magnitud,color-magnitude\r\ncolorao,colorado\r\ncoloratal,collateral\r\ncolorblend,colorblind\r\ncolordao,colorado\r\ncolorfull,colorful\r\ncolorfuly,colorfully\r\ncoloringh,coloring\r\ncolos,colors\r\ncolosal,colossal\r\ncolosally,colossally\r\ncoloser,closer\r\ncolosium,coliseum\r\ncolosus,colossus\r\ncoloua,coloura\r\ncoloub,colourb\r\ncoloublind,colorblind\r\ncoloublocks,colourblocks\r\ncoloubond,colourbond\r\ncolouc,colourc\r\ncolouch,colourch\r\ncoloud,colourd\r\ncolouded,colourded\r\ncolouden,colourden\r\ncoloudess,colourdess\r\ncoloue,coloure\r\ncolouea,colourea\r\ncoloued,coloured\r\ncolouer,colourer\r\ncolouerd,colourerd\r\ncolouered,colourered\r\ncolouers,colourers\r\ncoloues,coloures\r\ncolouf,colourf\r\ncolouflow,colourflow\r\ncoloufrul,colourfrul\r\ncoloufs,colourfs\r\ncolouful,colourful\r\ncoloufull,colourfull\r\ncoloug,colourg\r\ncolough,colourgh\r\ncolouh,colourh\r\ncoloui,colouri\r\ncolouies,colouries\r\ncolouimeton,colourimeton\r\ncolouing,colouring\r\ncolouir,colourir\r\ncolouiring,colouriring\r\ncolouirs,colourirs\r\ncolouj,colourj\r\ncolouja,colourja\r\ncolouk,colourk\r\ncoloul,colourl\r\ncolouless,colourless\r\ncoloulrs,colourlrs\r\ncoloumn,column\r\ncoloumns,columns\r\ncoloun,colourn\r\ncoloundra,colourndra\r\ncoloune,colourne\r\ncolounm,colournm\r\ncolounmaric,colournmaric\r\ncolounms,colournms\r\ncolounng,colournng\r\ncolounring,colournring\r\ncolouny,colourny\r\ncolouo,colouro\r\ncolouor,colouror\r\ncolouored,colourored\r\ncolouors,colourors\r\ncolouour,colourour\r\ncoloup,colourp\r\ncoloupop,colourpop\r\ncolouq,colourq\r\ncolourblindness,colour blindness\r\ncolourd,coloured\r\ncolourfull,colourful\r\ncolous,colours\r\ncolouse,colourse\r\ncolousful,coloursful\r\ncoloush,coloursh\r\ncolousmists,coloursmists\r\ncolouspaces,colourspaces\r\ncolousr,coloursr\r\ncolousses,coloursses\r\ncolout,colour\r\ncolouted,colourted\r\ncoloutensis,colourtensis\r\ncolouterine,colourterine\r\ncoloutpop,colourtpop\r\ncoloutti,colourtti\r\ncolouu,colouru\r\ncolouurful,coloururful\r\ncolouurs,coloururs\r\ncolouv,colourv\r\ncolouvrine,colourvrine\r\ncolouway,colourway\r\ncolouways,colourways\r\ncolouwray,colourwray\r\ncolradan,coloradan\r\ncolradans,coloradans\r\ncolrado,colorado\r\ncolses,courses\r\ncolsure,closure\r\ncoltaugs,catalogues\r\ncolth,cloth\r\ncolubmia,columbia\r\ncolud,could\r\ncolum,column\r\ncolumar,columnar\r\ncolumbians,colombians\r\ncolumbidae,columbia\r\ncolumbina,columbia\r\ncolume,column\r\ncolumm,column\r\ncolumms,columns\r\ncolumnas,columns\r\ncolumne,columns\r\ncolumnn,column\r\ncolumnns,columns\r\ncolumnsa,columns\r\ncolums,columns\r\ncolumsn,columns\r\ncolunm,column\r\ncolunms,columns\r\ncoluns,column\r\ncolutions,solutions\r\ncomable,comfortable\r\ncomadres,comrades\r\ncomalbe,comfortable\r\ncomamand,command\r\ncomammdsn,commands\r\ncomamnd,command\r\ncomamnds,commands\r\ncomand,command\r\ncomand-line,command-line\r\ncomand-specific,command-specific\r\ncomanded,commanded\r\ncomandeer,commandeer\r\ncomandeered,commandeered\r\ncomandeers,commandeers\r\ncomander,commander\r\ncomanders,commanders\r\ncomandment,commandment\r\ncomandments,commandments\r\ncomando,commando\r\ncomandos,commandos\r\ncomands,commands\r\ncomanies,companies\r\ncomanion,companion\r\ncomanions,companions\r\ncomanlly,comnally\r\ncomannad,command\r\ncomany,company\r\ncomapanies,companies\r\ncomapanion,companion\r\ncomapanions,companions\r\ncomapany,company\r\ncomaparator,comparator\r\ncomapatible,compatible\r\ncomapitblity,comapitbility\r\ncomapnies,companies\r\ncomapnion,companion\r\ncomapnions,companions\r\ncomapny,company\r\ncomaprable,comparable\r\ncomaprator's,comparator's\r\ncomapre,compare\r\ncomapred,compared\r\ncomapres,compares\r\ncomaprison,comparison\r\ncomaprisons,comparisons\r\ncomaptibility,compatibility\r\ncomaptibilty,compatibility\r\ncomaptible,compatible\r\ncomaptiblity,comaptibility\r\ncomarde,comrade\r\ncomaritialy,comparatively\r\ncomartey,customary\r\ncomatiblity,comatibility\r\ncomback,comeback\r\ncombacks,comebacks\r\ncombaining,combining\r\ncombanation,combination\r\ncombanations,combinations\r\ncombatabts,combatants\r\ncombatans,combatants\r\ncombatents,combatants\r\ncombatibility,compatibility\r\ncombatibilty,combatibility\r\ncombattting,combatting\r\ncombenation,combination\r\ncombiantion,combinations\r\ncombiantions,combinations\r\ncombiens,combines\r\ncombinacion,combination\r\ncombinaison,combinations\r\ncombinaiton,combinations\r\ncombinated,combined\r\ncombinaties,combinations\r\ncombinatin,combinations\r\ncombinatino,combinations\r\ncombinatins,combinations\r\ncombinatioin,combination\r\ncombinatioins,combinations\r\ncombinationms,combinations\r\ncombinatios,combinations\r\ncombinatiosn,combinations\r\ncombinato,combination\r\ncombinatoin,combination\r\ncombinatoins,combinations\r\ncombinaton,combination\r\ncombinding,combining\r\ncombinging,combining\r\ncombinig,combining\r\ncombinine,combine\r\ncombinining,combining\r\ncombins,combines\r\ncombinse,combines\r\ncombintation,combination\r\ncombintations,combinations\r\ncombintes,combines\r\ncombintion,combination\r\ncombnation,combination\r\ncombobox,combo-box\r\ncombom,combo\r\ncombonation,combination\r\ncombonations,combinations\r\ncombtrovesy,controversy\r\ncombusion,combustion\r\ncombusive,combustive\r\ncombusively,combustively\r\ncombustiblity,combustibility\r\ncomcientious,conscientious\r\ncomdeic,comedic\r\ncomdemnation,condemnation\r\ncomderins,conditions\r\ncomediac,comedic\r\ncomediantes,comedians\r\ncomediants,comedians\r\ncomedias,comedians\r\ncomefort,comfort\r\ncomefortable,comfortable\r\ncomeing,coming\r\ncomemerate,commemorate\r\ncomemerated,commemorated\r\ncomemerates,commemorates\r\ncomemerating,commemorating\r\ncomemeration,commemoration\r\ncomemerations,commemorations\r\ncomemerative,commemorative\r\ncomemeratives,commemoratives\r\ncomemerite,commemorate\r\ncomemerited,commemorated\r\ncomemerites,commemorates\r\ncomemeriting,commemorating\r\ncomemerition,commemoration\r\ncomemeritions,commemorations\r\ncomemeritive,commemorative\r\ncomemeritives,commemoratives\r\ncomemmerative,commemorative\r\ncomemmorate,commemorate\r\ncomemmorated,commemorated\r\ncomemmorates,commemorates\r\ncomemmorating,commemorating\r\ncomemmoration,commemoration\r\ncomemmorative,commemorative\r\ncomemmorator,commemorator\r\ncomemorate,commemorate\r\ncomemorated,commemorated\r\ncomemorates,commemorates\r\ncomemorating,commemorating\r\ncomemoration,commemoration\r\ncomemorativa,commemorativa\r\ncomemorativas,commemorativas\r\ncomemorative,commemorative\r\ncomemorativo,commemorativo\r\ncomemorativos,commemorativos\r\ncomemoretion,commemoration\r\ncomemorite,commemorate\r\ncomemorited,commemorated\r\ncomemorites,commemorates\r\ncomemoriting,commemorating\r\ncomemorition,commemoration\r\ncomemoritions,commemorations\r\ncomemoritive,commemorative\r\ncomemoritives,commemoratives\r\ncomemunicate,communicate\r\ncomence,commence\r\ncomencement,commencement\r\ncoment,comment\r\ncomented,commented\r\ncomentent,competent\r\ncomenting,commenting\r\ncoments,comments\r\ncomepitent,competent\r\ncomepleted,completed\r\ncomepndium,compendium\r\ncomeptition,competition\r\ncomeptitions,competitions\r\ncomeptitive,competitive\r\ncomeptitively,competitively\r\ncomeptitors,competitors\r\ncomerce,commerce\r\ncomercial,commercial\r\ncomercialisation,commercialisation\r\ncomercialise,commercialise\r\ncomercialised,commercialised\r\ncomercialization,commercialization\r\ncomercialize,commercialize\r\ncomercialized,commercialized\r\ncomercializing,commercializing\r\ncomercially,commercially\r\ncomercials,commercials\r\ncomericals,commercials\r\ncomersial,commercial\r\ncomespring,spring\r\ncomest,comes\r\ncomestic,cosmetic\r\ncomestics,cosmetics\r\ncometad,committed\r\ncometent,competent\r\ncometente,contented\r\ncomettes,committees\r\ncomfarable,comfortable\r\ncomfartable,comfortable\r\ncomfatable,comfortable\r\ncomfatble,comfortable\r\ncomfdeble,comfortable\r\ncomfedebull,comfortable\r\ncomfeirmation,confirmation\r\ncomfentenl,comfortable\r\ncomferful,comfortable\r\ncomfermation,confirmation\r\ncomfertable,comfortable\r\ncomfertably,comfortably\r\ncomferteble,comfortable\r\ncomfertel,comfortable\r\ncomferting,comforting\r\ncomfetable,comfortable\r\ncomfiguration,configuration\r\ncomfirm,confirm\r\ncomfirmable,confirmable\r\ncomfirmably,confirmably\r\ncomfirmal,confirmal\r\ncomfirmality,confirmality\r\ncomfirmation,confirmation\r\ncomfirmations,confirmations\r\ncomfirmative,confirmative\r\ncomfirmatively,confirmatively\r\ncomfirmed,confirmed\r\ncomfirming,confirming\r\ncomfirms,confirms\r\ncomflicts,conflicts\r\ncomflulde,comfortable\r\ncomforable,comfortable\r\ncomforatable,comfortable\r\ncomforatablity,comforatability\r\ncomforble,comfortable\r\ncomforbull,comfortable\r\ncomforlable,comfortable\r\ncomform,conform\r\ncomformable,conformable\r\ncomformably,conformably\r\ncomformal,conformal\r\ncomformality,conformality\r\ncomformance,conformance\r\ncomformant,conformant\r\ncomformation,conformation\r\ncomformations,conformations\r\ncomformative,conformative\r\ncomformatively,conformatively\r\ncomformed,conformed\r\ncomforming,comforting\r\ncomforms,conforms\r\ncomfortabel,comfortably\r\ncomfortabil,comfortably\r\ncomfortabillity,comfortability\r\ncomfortabilty,comfortability\r\ncomfortablely,comfortably\r\ncomfortabley,comfortably\r\ncomfortablility,comfortability\r\ncomfortablity,comfortably\r\ncomfortablly,comfortably\r\ncomfortal,comfortable\r\ncomfortaly,comfortally\r\ncomfortble,comfortable\r\ncomfortbly,comfortably\r\ncomfortbole,comfortable\r\ncomfortible,comfortable\r\ncomfortibly,comfortably\r\ncomfortile,comfortable\r\ncomfortl,comfortable\r\ncomfortle,comfortable\r\ncomfortly,comfortable\r\ncomfortoble,comfortable\r\ncomfortuble,comfortable\r\ncomfotable,comfortable\r\ncomfrontation,confrontation\r\ncomfrontational,confrontational\r\ncomfrotable,comfortable\r\ncomftable,comfortable\r\ncomfteble,comfortable\r\ncomfterbel,comfortable\r\ncomfterbull,comfortable\r\ncomftorable,comfortable\r\ncomftorably,comfortably\r\ncomgress,congress\r\ncomially,comically\r\ncomibine,combine\r\ncomicaly,comically\r\ncomicly,comically\r\ncomieg,coming\r\ncomilation,compilation\r\ncomilations,compilations\r\ncomilaton,compilation\r\ncomilatons,compilations\r\ncomiler,compiler\r\ncomilers,compilers\r\ncomimittees,committees\r\ncomin,coming\r\ncomintees,committees\r\ncomipilation,compilation\r\ncomipler,compiler\r\ncomision,commission\r\ncomisioned,commissioned\r\ncomisioner,commissioner\r\ncomisioning,commissioning\r\ncomisions,commissions\r\ncomission,commission\r\ncomissioned,commissioned\r\ncomissioner,commissioner\r\ncomissioners,commissioners\r\ncomissioning,commissioning\r\ncomissions,commissions\r\ncomisssion,comission\r\ncomistry,chemistry\r\ncomit,commit\r\ncomited,committed\r\ncomitee,committee\r\ncomiteee,committee\r\ncomiteeeman,committeeman\r\ncomiteeemen,committeemen\r\ncomiteees,committees\r\ncomiteeman,committeeman\r\ncomiteemen,committeemen\r\ncomitees,committees\r\ncomiting,committing\r\ncomitment,commitment\r\ncomitments,commitments\r\ncomitmment,commitment\r\ncomitte,committee\r\ncomitted,committed\r\ncomittee,committee\r\ncomitteeman,committeeman\r\ncomitteemen,committeemen\r\ncomittees,committees\r\ncomitteman,committeeman\r\ncomittemen,committeemen\r\ncomittenets,committees\r\ncomitter,committer\r\ncomitters,committers\r\ncomittes,committees\r\ncomitties,committees\r\ncomitting,committing\r\ncomittmen,commitment\r\ncomittmend,commitment\r\ncomittment,commitment\r\ncomittments,commitments\r\ncomittted,comitted\r\ncomlete,complete\r\ncomletely,completely\r\ncomletion,completion\r\ncomlexity,complexity\r\ncomlicated,complicated\r\ncomlpex,complex\r\ncomlpiance,compliance\r\ncomlums,columns\r\ncomma-delimiated,comma-delimited\r\ncomma-deliminated,comma-delimited\r\ncomma-delimted,comma-delimited\r\ncomma-separaded,comma-separated\r\ncomma-separared,comma-separated\r\ncomma-seperated,comma-separated\r\ncomma-seprated,comma-separated\r\ncommaand,command\r\ncommabded,commanded\r\ncommacate,communicate\r\ncommad,command\r\ncommadn,command\r\ncommadner,commander\r\ncommadns,commands\r\ncommads,commands\r\ncommaind,command\r\ncommamuicate,communicate\r\ncomman,common\r\ncomman-line,command-line\r\ncomman-separated,comma-separated\r\ncomman-seperate,comma-separated\r\ncommanc,command\r\ncommanda,commands\r\ncommandbox,commando\r\ncommandd,commanded\r\ncommande,command\r\ncommandemnts,commandment\r\ncommandent,commandment\r\ncommandered,commanded\r\ncommandes,commands\r\ncommandeur,commanders\r\ncommandline,commands\r\ncommandmant,commandment\r\ncommandmants,commandments\r\ncommandmends,commandments\r\ncommandoes,commandos\r\ncommandore,commanders\r\ncommandpod,commando\r\ncommandt,command\r\ncommandx,command\r\ncommanists,communists\r\ncommannd,command\r\ncommano,commando\r\ncommans,commands\r\ncommant,command\r\ncommantator,commentator\r\ncommasepareted,comma-separated\r\ncommaunded,commanded\r\ncommecen,commence\r\ncommedian,comedian\r\ncommedians,comedians\r\ncommedic,comedic\r\ncommem,common\r\ncommemerate,commemorate\r\ncommemerated,commemorated\r\ncommemeration,commemoration\r\ncommemerations,commemorations\r\ncommemerative,commemorative\r\ncommemeratives,commemoratives\r\ncommemerator,commemorator\r\ncommemmorate,commemorate\r\ncommemmorating,commemorating\r\ncommemmoritive,commemorative\r\ncommemnt,comment\r\ncommemoritive,commemorative\r\ncommemters,commenters\r\ncommen's,comment's\r\ncommen,common\r\ncommenatrian,commentarian\r\ncommenatrians,commentarians\r\ncommenatries,commentaries\r\ncommenatrily,commentarily\r\ncommenatry,commentary\r\ncommencera,commerce\r\ncommenciez,commence\r\ncommencment,commencement\r\ncommenctiosn,cOmmenctions\r\ncommendment,commandment\r\ncommendments,commandments\r\ncommenecate,communicate\r\ncommenest,commonest\r\ncommenets,comments\r\ncommenity,community\r\ncommens,comments\r\ncommense,commenters\r\ncommensts,comments\r\ncommentaar,commentary\r\ncommentaian,commentarian\r\ncommentaians,commentarians\r\ncommentaies,commentaries\r\ncommentaily,commentarily\r\ncommentar,commentator\r\ncommentare,commenter\r\ncommentarea,commenter\r\ncommentaren,commenter\r\ncommentareys,commentaries\r\ncommentars,commenters\r\ncommentart,commentator\r\ncommentarys,commentaries\r\ncommentater,commentator\r\ncommentay,commentary\r\ncommenteers,commenter\r\ncommenterian,commentarian\r\ncommenterians,commentarians\r\ncommenteries,commenters\r\ncommenterily,commentarily\r\ncommentery,commentary\r\ncommentes,commenters\r\ncommenties,committees\r\ncommentrian,commentarian\r\ncommentrians,commentarians\r\ncommentries,commenters\r\ncommentrily,commentarily\r\ncommentry,commentary\r\ncommentsry,commenters\r\ncommenty,commentary\r\ncommenwealth,commonwealth\r\ncommerate,commemorate\r\ncommerated,commemorated\r\ncommerates,commemorates\r\ncommerating,commemorating\r\ncommeration,commemoration\r\ncommerations,commemorations\r\ncommerative,commemorative\r\ncommercail,commercials\r\ncommercent,commence\r\ncommerciales,commercials\r\ncommercialy,commercially\r\ncommerciasl,commercials\r\ncommercie,commerce\r\ncommere,commerce\r\ncommerical,commercial\r\ncommericalisation,commercialisation\r\ncommericalise,commercialise\r\ncommericalises,commercialises\r\ncommericalising,commercialising\r\ncommericalism,commercialism\r\ncommericalization,commercialization\r\ncommericalize,commercialize\r\ncommericalized,commercialized\r\ncommericalizing,commercializing\r\ncommerically,commercially\r\ncommericals,commercials\r\ncommericial,commercial\r\ncommericialisation,commercialisation\r\ncommericialism,commercialism\r\ncommericialization,commercialization\r\ncommericially,commercially\r\ncommericials,commercials\r\ncommerorate,commemorate\r\ncommerorated,commemorated\r\ncommeroration,commemoration\r\ncommerorative,commemorative\r\ncommert,community\r\ncommes,commas\r\ncommet,comet\r\ncommete,committee\r\ncommeted,committed\r\ncommetee,committee\r\ncommeteeman,committeeman\r\ncommeteemen,committeemen\r\ncommetees,committees\r\ncommeteman,committeeman\r\ncommetemen,committeemen\r\ncommetes,committees\r\ncommetey,community\r\ncommeties,committees\r\ncommeting,commenting\r\ncommette,committee\r\ncommettee,committees\r\ncommetteman,committeeman\r\ncommettemen,committeemen\r\ncommettes,committees\r\ncommetties,committees\r\ncommical,comical\r\ncommicate,communicate\r\ncommidded,committed\r\ncommided,committed\r\ncommiest,commits\r\ncommieties,committees\r\ncommiety,committed\r\ncommigs,commits\r\ncomming,coming\r\ncomminicate,communicate\r\ncomminicated,communicated\r\ncomminicates,communicates\r\ncomminication,communication\r\ncomminications,communications\r\ncomminicative,communicative\r\ncomminicatively,communicatively\r\ncomminicator,communicator\r\ncomminicators,communicators\r\ncomminists,communists\r\ncomminites,communities\r\ncomminity,community\r\ncommint,commit\r\ncommintent,competent\r\ncomminty,committed\r\ncomminucate,communicate\r\ncomminucating,communicating\r\ncomminucation,communications\r\ncommishioned,commissioned\r\ncommishioner,commissioner\r\ncommisible,commissible\r\ncommisibly,commissibly\r\ncommision,commission\r\ncommisionaries,commissionaries\r\ncommisionary,commissionary\r\ncommisioned,commissioned\r\ncommisioner,commissioner\r\ncommisioners,commissioners\r\ncommisioning,commissioning\r\ncommisions,commissions\r\ncommisison,commissions\r\ncommisive,commissive\r\ncommisively,commissively\r\ncommissble,commissible\r\ncommissbly,commissibly\r\ncommissionar,commissioner\r\ncommissionees,commissions\r\ncommissionned,commissioned\r\ncommissionner,commissioner\r\ncommissionor,commissioner\r\ncommisson,commission\r\ncommissonaries,commissionaries\r\ncommissonary,commissionary\r\ncommissons,commissions\r\ncommisssion,commissions\r\ncommisssions,commissions\r\ncommissve,commissive\r\ncommissvely,commissively\r\ncommitd,commited\r\ncommite,committee\r\ncommited,committed\r\ncommitedly,committedly\r\ncommitee,committee\r\ncommiteed,commited\r\ncommiteeman,committeeman\r\ncommiteemen,committeemen\r\ncommitees,committees\r\ncommiteman,committeeman\r\ncommitemen,committeemen\r\ncommiter,committer\r\ncommiters,committers\r\ncommites,commits\r\ncommiteted,commited\r\ncommities,committees\r\ncommiting,committing\r\ncommitive,committed\r\ncommitmet,commitments\r\ncommitt,commit\r\ncommitte,committee\r\ncommitteed,committed\r\ncommitteies,committees\r\ncommitteman,committeeman\r\ncommittemen,committeemen\r\ncommittes,committees\r\ncommittied,committed\r\ncommitties,committees\r\ncommittings,committing\r\ncommittisgs,committees\r\ncommittment,commitment\r\ncommittments,commitments\r\ncommitts,commits\r\ncommittted,committed\r\ncommitty,committee\r\ncommittyman,committeeman\r\ncommittymen,committeemen\r\ncommittys,committees\r\ncommitus,commits\r\ncommity,community\r\ncommitys,committees\r\ncommlunity,community\r\ncommmand,command\r\ncommmands,commands\r\ncommmemorated,commemorated\r\ncommment,comment\r\ncommmented,commented\r\ncommmenting,commenting\r\ncommments,comments\r\ncommming,comming\r\ncommmit,commit\r\ncommmits,commits\r\ncommmmming,comming\r\ncommmmmonweath,commonwealth\r\ncommmmonweath,commonwealth\r\ncommmon,common\r\ncommmonly,commonly\r\ncommmonweath,commonwealth\r\ncommmunicate,communicate\r\ncommmunication,communication\r\ncommmunity,community\r\ncommn,common\r\ncommna,comma\r\ncommnad,command\r\ncommnads,commands\r\ncommnand,command\r\ncommnand-line,command-line\r\ncommnd,command\r\ncommnd-line,command-line\r\ncommnents,comments\r\ncommnet,comment\r\ncommneting,commenting\r\ncommnets,comments\r\ncommnicate,communicate\r\ncommnication,communication\r\ncommnity,community\r\ncommnonly,commonly\r\ncommnted,commented\r\ncommnucation,communication\r\ncommnunication,communication\r\ncommodites,commodities\r\ncommoditites,commodities\r\ncommoditiy,commodity\r\ncommodoties,commodities\r\ncommoly,commonly\r\ncommom,common\r\ncommomplace,commonplace\r\ncommomwealth,commonwealth\r\ncommond,common\r\ncommondities,commodities\r\ncommone,common\r\ncommong,common\r\ncommongly,commonly\r\ncommonhealth,commonwealth\r\ncommonity,community\r\ncommonlyq,commonly\r\ncommonnly,commonly\r\ncommonspace,commonplace\r\ncommont,common\r\ncommonweath,commonwealth\r\ncommonweatlh,commonwealth\r\ncommonwelath,commonwealth\r\ncommonwelth,commonwealth\r\ncommony,commonly\r\ncommotties,committees\r\ncommpand,command\r\ncommpetent,competent\r\ncommpitate,competent\r\ncommplete,complete\r\ncommpleted,completed\r\ncommpletely,completely\r\ncommpletion,completion\r\ncommplexity,complexity\r\ncommplishion,completion\r\ncommpm,common\r\ncommprehend,comprehend\r\ncommprehended,comprehended\r\ncommpression,compression\r\ncommptiblity,commptibility\r\ncommpunted,competent\r\ncommputation,computation\r\ncommsion,commission\r\ncommsioned,commissioned\r\ncommsioner,commissioner\r\ncommsioners,commissioners\r\ncommsioning,commissioning\r\ncommsions,commissions\r\ncommssion,commission\r\ncommssioned,commissioned\r\ncommssioner,commissioner\r\ncommssioners,commissioners\r\ncommssioning,commissioning\r\ncommssions,commissions\r\ncommti,commit\r\ncommtied,committed\r\ncommties,committees\r\ncommtiment,commitments\r\ncommtted,committed\r\ncommtuing,commuting\r\ncommuacate,communicate\r\ncommuaity,community\r\ncommuat,community\r\ncommucate,communicate\r\ncommuciate,communicate\r\ncommuicat,communicate\r\ncommuicate,communicate\r\ncommuicated,communicated\r\ncommuicates,communicates\r\ncommuication,communication\r\ncommuications,communications\r\ncommuicative,communicative\r\ncommuicatively,communicatively\r\ncommuicator,communicator\r\ncommuicators,communicators\r\ncommuincate,communicated\r\ncommuincated,communicated\r\ncommuincates,communicates\r\ncommuincating,communicating\r\ncommuincation,communications\r\ncommuincations,communications\r\ncommuincative,communicative\r\ncommuincatively,communicatively\r\ncommuincator,communicator\r\ncommuincators,communicators\r\ncommuiniate,communicate\r\ncommuiniated,communicated\r\ncommuiniates,communicates\r\ncommuiniation,communication\r\ncommuiniations,communications\r\ncommuiniative,communicative\r\ncommuiniatively,communicatively\r\ncommuiniator,communicator\r\ncommuiniators,communicators\r\ncommuinications,communications\r\ncommuity,community\r\ncommulative,cumulative\r\ncommulicate,communicate\r\ncommulity,community\r\ncommumication,communication\r\ncommunacate,communicate\r\ncommunauty,community\r\ncommuncate,communicate\r\ncommuncatioin,communcation\r\ncommuncation,communication\r\ncommuncations,communications\r\ncommunciate,communicate\r\ncommunciated,communicated\r\ncommunciates,communicates\r\ncommunciation,communication\r\ncommunciations,communications\r\ncommunciative,communicative\r\ncommunciatively,communicatively\r\ncommunciatoin,communciation\r\ncommunciator,communicator\r\ncommunciators,communicators\r\ncommuniaction,communications\r\ncommuniate,communicate\r\ncommuniated,communicated\r\ncommuniates,communicates\r\ncommuniation,communication\r\ncommuniations,communications\r\ncommuniative,communicative\r\ncommuniatively,communicatively\r\ncommuniator,communicator\r\ncommuniators,communicators\r\ncommunicae,communicated\r\ncommunicaiton,communication\r\ncommunicat,communicate\r\ncommunicatatioins,communicatations\r\ncommunicatie,communicate\r\ncommunicatin,communications\r\ncommunicatioin,communication\r\ncommunicatiosn,communications\r\ncommunicatng,communicating\r\ncommunicatoin,communications\r\ncommunicatoins,communications\r\ncommunicaton,communication\r\ncommunicatons,communications\r\ncommunicted,communicated\r\ncommuniction,communication\r\ncommuninty,community\r\ncommunisim,communism\r\ncommuniss,communists\r\ncommunistas,communists\r\ncommuniste,communities\r\ncommunistes,communists\r\ncommunit,community\r\ncommunitate,communicate\r\ncommunitcate,communicate\r\ncommunite,communities\r\ncommunites,communities\r\ncommunitites,communities\r\ncommunits,communist\r\ncommunity-dirver,community-driven\r\ncommunitye,community\r\ncommunitys,communities\r\ncommunnal,communal\r\ncommunnion,communion\r\ncommunnism,communism\r\ncommunnities,communities\r\ncommunnity,community\r\ncommunsim,communism\r\ncommunters,commenters\r\ncommuntete,communicate\r\ncommuntey,community\r\ncommuntion,communion\r\ncommuntists,communists\r\ncommuntities,communities\r\ncommuntity,community\r\ncommuntiy,community\r\ncommunty,community\r\ncommunual,communal\r\ncommunuate,communicate\r\ncommutity,community\r\ncommutivity,commutativity\r\ncommuty,community\r\ncommuunication,communication\r\ncomnfirm,confirm\r\ncomnmand,command\r\ncomnparing,comparing\r\ncomnpilation,compilation\r\ncomnpletion,completion\r\ncomnplies,complies\r\ncomnponents,components\r\ncomntain,contain\r\ncomntained,contained\r\ncomntaineds,containeds\r\ncomntainer,container\r\ncomntainers,containers\r\ncomntaining,containing\r\ncomntains,contains\r\ncomnverts,converts\r\ncomodddddities,commodities\r\ncomodddddity,commodity\r\ncomoddddities,commodities\r\ncomoddddity,commodity\r\ncomodddities,commodities\r\ncomodddity,commodity\r\ncomoddities,commodities\r\ncomoddity,commodity\r\ncomodities,commodities\r\ncomodity,commodity\r\ncomon,common\r\ncomonents,components\r\ncomonly,commonly\r\ncomonweath,commonwealth\r\ncomopnent,component\r\ncomoponent,component\r\ncomortable,comfortable\r\ncomoser,composer\r\ncomoucate,communicate\r\ncompaatibility,compatibility\r\ncompabilities,compatibilities\r\ncompability,compatibility\r\ncompabilty,compability\r\ncompabitilty,compatibility\r\ncompable,compatible\r\ncompacity,capacity\r\ncompactiblity,compactibility\r\ncompactiy,compacity\r\ncompaded,competent\r\ncompadent,competent\r\ncompadibility,compatibility\r\ncompadible,compatible\r\ncompagnies,companies\r\ncompagnons,companions\r\ncompaibility,compatibility\r\ncompaign,campaign\r\ncompaines,companies\r\ncompainons,companions\r\ncompair,compare\r\ncompairateley,comparatively\r\ncompairatively,comparatively\r\ncompaired,compared\r\ncompairetly,comparatively\r\ncompairing,comparing\r\ncompairly,comparatively\r\ncompairs,compares\r\ncompairson,comparison\r\ncompaitbility,compatibility\r\ncompaitble,compatible\r\ncompaitibility,compatibility\r\ncompaitibilty,compaitibility\r\ncompaitible,compatible\r\ncompaitiblity,compaitibility\r\ncompalation,compilation\r\ncompalined,complained\r\ncompalins,complains\r\ncompalint,compliant\r\ncompamy,company\r\ncompandium,compendium\r\ncompanians,companions\r\ncompanines,companions\r\ncompanionsihp,companionship\r\ncompanionsihps,companionships\r\ncompanionsip,companionship\r\ncompanionsips,companionships\r\ncompanis,companions\r\ncompanoinship,companionship\r\ncompanoinships,companionships\r\ncompansate,compensate\r\ncompansated,compensated\r\ncompansating,compensating\r\ncompansation,compensation\r\ncompantant,competent\r\ncompanys,companies\r\ncomparabil,comparable\r\ncomparabile,comparable\r\ncomparaison,comparison\r\ncomparasion,comparison\r\ncomparason,comparison\r\ncomparasons,comparisons\r\ncomparaste,compares\r\ncomparatable,comparatively\r\ncomparatably,comparatively\r\ncomparately,comparatively\r\ncomparatie,comparative\r\ncomparation,comparison\r\ncomparativaly,comparatively\r\ncomparativeally,comparatively\r\ncomparativeley,comparatively\r\ncomparativelly,comparatively\r\ncomparativily,comparatively\r\ncomparativley,comparatively\r\ncomparativly,comparatively\r\ncomparatly,comparatively\r\ncompard,compared\r\ncompareable,comparable\r\ncompareativ,comparatively\r\ncompareativally,comparatively\r\ncompareble,comparable\r\ncompareitively,comparatively\r\ncompareitivley,comparatively\r\ncomparement,compartment\r\ncomparemos,compares\r\ncomparetive,comparative\r\ncomparetively,comparatively\r\ncomparetiveness,comparativeness\r\ncomparetives,comparatives\r\ncomparetivily,comparatively\r\ncomparetivist,comparativist\r\ncompariably,comparatively\r\ncompariatively,comparatively\r\ncompariatvely,comparatively\r\ncomparible,compatible\r\ncompariblility,comparibility\r\ncomparifly,comparatively\r\ncompariley,comparatively\r\ncomparint,comparing\r\ncomparion,comparison\r\ncomparions,comparison\r\ncompariosn,comparisons\r\ncompariosns,comparisons\r\ncomparisation,comparison\r\ncomparisen,compares\r\ncomparision,comparison\r\ncomparisions,comparisons\r\ncomparisn,comparisons\r\ncomparission,comparisons\r\ncomparisson,comparisons\r\ncomparissons,comparisons\r\ncomparitably,comparatively\r\ncomparitatively,comparatively\r\ncomparitave,comparative\r\ncomparitavely,comparatively\r\ncomparitevely,comparatively\r\ncomparitevly,comparatively\r\ncomparition,comparison\r\ncomparitive,comparative\r\ncomparitively,comparatively\r\ncomparitiveness,comparativeness\r\ncomparitives,comparatives\r\ncomparitivily,comparatively\r\ncomparitivist,comparativist\r\ncomparitivle,comparatively\r\ncomparitivly,comparatively\r\ncomparitly,comparatively\r\ncomparitolvily,comparatively\r\ncomparitve,comparative\r\ncomparivily,comparatively\r\ncomparment,compartment\r\ncomparmental,compartmental\r\ncomparmentalised,compartmentalised\r\ncomparmentalization,compartmentalization\r\ncomparmentalize,compartmentalize\r\ncomparmentalized,compartmentalized\r\ncomparmentalizers,compartmentalizers\r\ncomparments,compartments\r\ncomparotor,comparator\r\ncomparrable,comparatively\r\ncomparratively,comparatively\r\ncomparrison,comparison\r\ncomparse,compares\r\ncomparsing,comparing\r\ncomparsion,comparison\r\ncomparsions,comparisons\r\ncomparson,comparison\r\ncompartable,comparatively\r\ncomparte,compare\r\ncompartent,compartment\r\ncompartiblity,compartibility\r\ncompartive,comparative\r\ncompartively,comparatively\r\ncompartiveness,comparativeness\r\ncompartives,comparatives\r\ncompartivilty,comparatively\r\ncompartivist,comparativist\r\ncompartivly,comparatively\r\ncompartly,comparatively\r\ncompartmentablility,compartmentability\r\ncompartmet,compartment\r\ncomparutvily,comparatively\r\ncompase,compares\r\ncompased,compared\r\ncompassione,compassionate\r\ncompasso,compassion\r\ncompasssion,compassion\r\ncompatabile,compatible\r\ncompatabilities,compatibilities\r\ncompatability,compatibility\r\ncompatabiliy,compatibility\r\ncompatabillity,compatability\r\ncompatabilty,compatibility\r\ncompatable,compatible\r\ncompatablility,compatability\r\ncompatablilty,compatability\r\ncompatablities,compatibilities\r\ncompatablity,compatibility\r\ncompatably,compatibly\r\ncompataibilty,compataibility\r\ncompataiblity,compataibility\r\ncompataility,compatibility\r\ncompatance,competence\r\ncompatant,competent\r\ncompatantly,competently\r\ncompatative,comparative\r\ncompatbile,compatibly\r\ncompatbility,compatibility\r\ncompatbilty,compatbility\r\ncompatble,compatible\r\ncompatence,competence\r\ncompatent,competent\r\ncompatently,competently\r\ncompatiabilities,compatibilities\r\ncompatiability,compatibility\r\ncompatiabilty,compatiability\r\ncompatiable,compatible\r\ncompatiablility,compatiability\r\ncompatiablities,compatibilities\r\ncompatiablity,compatibility\r\ncompatiably,compatibly\r\ncompatibal,compatible\r\ncompatibe,compatible\r\ncompatibel,compatible\r\ncompatibiblity,compatibility\r\ncompatibiity,compatibility\r\ncompatibil,compatible\r\ncompatibile,compatible\r\ncompatibilites,compatibilities\r\ncompatibilitiy,compatibility\r\ncompatibilitys,compatibility\r\ncompatibiliy,compatibility\r\ncompatibillity,compatibility\r\ncompatibillty,compatibility\r\ncompatibilties,compatibilities\r\ncompatibiltiy,compatibility\r\ncompatibilty,compatibility\r\ncompatibily,compatibility\r\ncompatibitility,compatibility\r\ncompatibity,compatibility\r\ncompatibliity,compatibility\r\ncompatiblility,compatibility\r\ncompatiblilty,compatibility\r\ncompatiblities,compatibilities\r\ncompatiblity,compatibility\r\ncompatiboility,compatibility\r\ncompatiiblities,compatibilities\r\ncompatiiblity,compatibility\r\ncompatile,compatible\r\ncompatilibilty,compatilibility\r\ncompatilibities,compatibilities\r\ncompatilibity,compatibility\r\ncompatility,compatibility\r\ncompation,compaction\r\ncompations,competitions\r\ncompatison,comparison\r\ncompatitble,compatible\r\ncompatition,competition\r\ncompatitions,competitions\r\ncompatitive,competitive\r\ncompatitives,competitives\r\ncompativle,compatible\r\ncompatliblity,compatlibility\r\ncompatly,comparatively\r\ncompatment,compartment\r\ncompatmental,compartmental\r\ncompatments,compartments\r\ncompeating,completing\r\ncompebilty,compebility\r\ncompede,competed\r\ncompeditive,competitive\r\ncompeditively,competitively\r\ncompeditor,competitor\r\ncompeditors,competitors\r\ncompednium,compendium\r\ncompeet,compete\r\ncompeeting,completing\r\ncompeinent,competent\r\ncompeition,competition\r\ncompeitions,competitions\r\ncompeitive,competitive\r\ncompeitively,competitively\r\ncompeittion,competitions\r\ncompelation,compilation\r\ncompeled,compelled\r\ncompeler,compeller\r\ncompelers,compellers\r\ncompelete,completed\r\ncompeleted,completed\r\ncompeling,compelling\r\ncompell,compel\r\ncompellabilty,compellability\r\ncompellling,compelling\r\ncompells,compels\r\ncompelor,compellor\r\ncompelors,compellors\r\ncompeltant,competent\r\ncompelte,complete\r\ncompelted,completed\r\ncompeltely,completely\r\ncompeltes,completes\r\ncompelting,completing\r\ncompeltion,completion\r\ncompemdium,compendium\r\ncompenaiblity,compenaibility\r\ncompenated,compensated\r\ncompenduim,compendium\r\ncompenent,component\r\ncompenents,components\r\ncompenidum,compendium\r\ncompensabilty,compensability\r\ncompensacion,compensation\r\ncompensante,compensate\r\ncompensantion,compensation\r\ncompensantional,compensational\r\ncompensantions,compensations\r\ncompensare,compensate\r\ncompensatie,compensate\r\ncompensatin,compensation\r\ncompensatioin,compensation\r\ncompensationg,compensating\r\ncompensatoin,compensation\r\ncompense,compensate\r\ncompensibility,compensability\r\ncompensible,compensable\r\ncompensibleness,compensableness\r\ncompensibly,compensably\r\ncompenstate,compensate\r\ncompent,component\r\ncompentant,competent\r\ncompentent,competent\r\ncompeny,company\r\ncompeptent,competent\r\ncomperable,comparable\r\ncomperative,comparative\r\ncomperatively,comparatively\r\ncomperativeness,comparativeness\r\ncomperatives,comparatives\r\ncomperativist,comparativist\r\ncomperhend,comprehend\r\ncomperhension,comprehension\r\ncompertable,comfortable\r\ncompertison,competition\r\ncompertition,competition\r\ncompesition,composition\r\ncompesitions,compositions\r\ncompessed,compressed\r\ncompession,compassion\r\ncompetabilty,competability\r\ncompetablity,competability\r\ncompetaby,comfortable\r\ncompetance,competence\r\ncompetanced,competenced\r\ncompetances,competences\r\ncompetancie,competencie\r\ncompetancies,competencies\r\ncompetancy,competency\r\ncompetant,competent\r\ncompetantial,competential\r\ncompetantly,competently\r\ncompetants,competents\r\ncompetation,computation\r\ncompetations,competitions\r\ncompetative,competitive\r\ncompetatively,competitively\r\ncompetativeness,competitiveness\r\ncompetativly,competatively\r\ncompetator,competitor\r\ncompetators,competitors\r\ncompeteing,competing\r\ncompeteio,competio\r\ncompeteion,competion\r\ncompetend,competed\r\ncompetenet,competence\r\ncompetense,competence\r\ncompetenze,competence\r\ncompeteted,competed\r\ncompetetent,competent\r\ncompeteting,competing\r\ncompetetio,competio\r\ncompetetion,competition\r\ncompetetioned,competitioned\r\ncompetetioning,competitioning\r\ncompetetions,competitions\r\ncompetetive,competitive\r\ncompetetively,competitively\r\ncompetetiveness,competitiveness\r\ncompetetor,competitor\r\ncompetetors,competitors\r\ncompetidor,competitor\r\ncompetient,competent\r\ncompetince,competence\r\ncompetint,competent\r\ncompetintly,competently\r\ncompetion,competition\r\ncompetions,competitions\r\ncompetiors,competitors\r\ncompetitavely,competitively\r\ncompetitent,competent\r\ncompetiters,competitors\r\ncompetitevely,competitively\r\ncompetitevly,competitively\r\ncompetitice,competitive\r\ncompetitie,competitive\r\ncompetitiion,competition\r\ncompetitiions,competitions\r\ncompetitiive,competitive\r\ncompetitiively,competitively\r\ncompetitiiveness,competitiveness\r\ncompetitin,competitions\r\ncompetiting,competing\r\ncompetitio,competitor\r\ncompetitioin,competition\r\ncompetitioners,competitions\r\ncompetitior,competitor\r\ncompetitiors,competitors\r\ncompetitition,competition\r\ncompetititions,competitions\r\ncompetititive,competitive\r\ncompetititively,competitively\r\ncompetititiveness,competitiveness\r\ncompetititor,competitor\r\ncompetititors,competitors\r\ncompetitivley,competitively\r\ncompetitivly,competitively\r\ncompetitivo,competition\r\ncompetitivos,competitions\r\ncompetitoin,competitions\r\ncompetiton,competition\r\ncompetitons,competitors\r\ncompetitve,competitive\r\ncompetitvely,competitively\r\ncompetitveness,competitiveness\r\ncompetive,competitive\r\ncompetived,competitived\r\ncompetiveive,competitiveive\r\ncompetively,competitively\r\ncompetivene,competitivene\r\ncompetiveness,competitiveness\r\ncompetiveprogramming,competitiveprogramming\r\ncompetor,competitor\r\ncompetttion,compettion\r\ncompetunt,competent\r\ncompetution,computation\r\ncompex,complex\r\ncomphehensive,comprehensive\r\ncomphension,comprehension\r\ncomphison,completion\r\ncomphrehensible,comprehensible\r\ncomphrehensibly,comprehensibly\r\ncomphrehension,comprehension\r\ncomphrehensive,comprehensive\r\ncomphrehensively,comprehensively\r\ncomphrensive,comprehensive\r\ncompiance,compliance\r\ncompicated,complicated\r\ncompications,complications\r\ncompied,copied\r\ncompietant,competent\r\ncompiiler,compiler\r\ncompiiling,compiling\r\ncompilability,compatibility\r\ncompilacion,compilation\r\ncompilaiton,compilation\r\ncompilance,compliance\r\ncompilant,compliant\r\ncompilare,compiler\r\ncompilate,compile\r\ncompilatioin,compilation\r\ncompilatiosn,compilations\r\ncompilato,compilation\r\ncompilatoin,compilation\r\ncompilatoins,compilations\r\ncompilaton,compilation\r\ncompilatons,compilations\r\ncompilattion,compilation\r\ncompilcated,complicate\r\ncompilcation,compilation\r\ncompilcations,complication\r\ncompild,compiled\r\ncompile-tim,compile-time\r\ncompile-time-contant,compile-time-constant\r\ncompileable,compilable\r\ncompiletation,compilation\r\ncompiliant,compliant\r\ncompiliation,compilation\r\ncompiliations,compilations\r\ncompiliaton,compilation\r\ncompiliatons,compilations\r\ncompilicated,complicated\r\ncompiliers,compilers\r\ncompililing,compiling\r\ncompillation,compilation\r\ncompillations,compilations\r\ncompillaton,compilation\r\ncompillatons,compilations\r\ncompillers,compilers\r\ncompilliation,compilation\r\ncompilliations,compilations\r\ncompilliaton,compilation\r\ncompilliatons,compilations\r\ncompilling,compiling\r\ncompilr,compiler\r\ncompilter,compiler\r\ncompination,compilation\r\ncompinent,competent\r\ncompinsate,compensate\r\ncompinsated,compensated\r\ncompinsating,compensating\r\ncompinsation,compensation\r\ncompionents,components\r\ncompise,compose\r\ncompisitions,compositions\r\ncompiste,composite\r\ncompitability,compatibility\r\ncompitable,compatible\r\ncompitablity,compitability\r\ncompitance,compliance\r\ncompitant,competent\r\ncompitantly,competently\r\ncompitate,competent\r\ncompitation,computation\r\ncompitence,competence\r\ncompitent,competent\r\ncompitently,competently\r\ncompitetion,competitions\r\ncompitible,compatible\r\ncompition,competition\r\ncompitite,competent\r\ncompitition,competition\r\ncompititon,competition\r\ncompititons,competitions\r\ncompititve,competitive\r\ncompitunt,competent\r\ncompiuting,computing\r\ncomplacant,complacent\r\ncomplacient,complacent\r\ncomplaince,compliance\r\ncomplaind,complained\r\ncomplaines,complaints\r\ncomplaing,complaining\r\ncomplainging,complaining\r\ncomplainig,complaining\r\ncomplaintant,complainant\r\ncomplainte,complained\r\ncomplais,complains\r\ncomplance,completion\r\ncomplane,complacent\r\ncomplanig,complaining\r\ncomplaning,complaining\r\ncomplant,complaint\r\ncomplare,compare\r\ncomplatablity,complatability\r\ncomplate,complacent\r\ncomplated,completed\r\ncomplately,completely\r\ncomplatible,compatible\r\ncomplation,completion\r\ncomplciated,complicate\r\ncomplciations,complication\r\ncomple,complete\r\ncompleasian,completion\r\ncompleasion,completion\r\ncompleason,completion\r\ncompleat,complete\r\ncompleate,complete\r\ncompleated,completed\r\ncompleating,completing\r\ncompleation,compilation\r\ncompleatly,completely\r\ncomplec,complex\r\ncomplecan,completion\r\ncomplecate,complicate\r\ncomplecated,complicated\r\ncomplecations,complications\r\ncomplechion,completion\r\ncomplecion,completion\r\ncomplecity,complexity\r\ncomplect,compiled\r\ncomplecting,completing\r\ncomplection,complexion\r\ncomplecxity,complexity\r\ncompleet,complete\r\ncompleete,complete\r\ncompleeted,completed\r\ncompleetely,completely\r\ncompleetion,completion\r\ncompleixty,complexity\r\ncompleled,completed\r\ncomplelete,complete\r\ncomplelety,completely\r\ncomplemantary,complementary\r\ncomplemenatrian,complementarian\r\ncomplemenatrians,complementarians\r\ncomplemenatries,complementaries\r\ncomplemenatrily,complementarily\r\ncomplemenatry,complementary\r\ncomplementaian,complementarian\r\ncomplementaians,complementarians\r\ncomplementaies,complementaries\r\ncomplementaily,complementarily\r\ncomplementaly,complementally\r\ncomplementay,complementary\r\ncomplementerian,complementarian\r\ncomplementerians,complementarians\r\ncomplementeries,complementaries\r\ncomplementerily,complementarily\r\ncomplementery,complementary\r\ncomplementrian,complementarian\r\ncomplementrians,complementarians\r\ncomplementries,complementaries\r\ncomplementrily,complementarily\r\ncomplementry,complementary\r\ncomplementt,complement\r\ncomplentarity,complementarity\r\ncomplention,completion\r\ncomples,complex\r\ncompleshion,completion\r\ncomplesion,completion\r\ncomplession,completion\r\ncomplestion,completion\r\ncomplesun,completion\r\ncomplet,complete\r\ncompletaly,completally\r\ncompletant,competent\r\ncompletaste,completes\r\ncompletedly,completely\r\ncompleteds,completes\r\ncompletedthe,completed the\r\ncompletefions,completions\r\ncompletegg,complete\r\ncompleteing,completing\r\ncompleteio,completio\r\ncompleteion,completion\r\ncompletele,complete\r\ncompleteley,completely\r\ncompletelly,completely\r\ncompletelyl,completely\r\ncompletelys,completes\r\ncompleten,complement\r\ncompletenes,completes\r\ncompletent,complement\r\ncompleteting,completing\r\ncompletetio,completio\r\ncompletetion,completion\r\ncompletey,completely\r\ncompleti,complexity\r\ncompleticon,completion\r\ncompletily,complexity\r\ncompletin,completion\r\ncompletino,completion\r\ncompletition,completion\r\ncompletitions,completions\r\ncompletito,completion\r\ncompletitons,completions\r\ncompletley,completely\r\ncompletly,completely\r\ncompletment,competent\r\ncompletness,completeness\r\ncompletor,completer\r\ncomplets,completes\r\ncomplette,complete\r\ncompletting,completing\r\ncomplety,completely\r\ncomplexers,complexes\r\ncomplexety,complexity\r\ncomplexibilty,complexibility\r\ncomplexitiy,complexity\r\ncomplexitys,complexities\r\ncomplexs,complexes\r\ncomplext,complexity\r\ncomplextion,complexion\r\ncomplexty,complexity\r\ncomplexy,complexity\r\ncompliacted,complicate\r\ncompliactions,complication\r\ncomplianed,compliance\r\ncomplians,complains\r\ncompliants,complaints\r\ncompliation,compilation\r\ncompliations,compilation\r\ncompliaton,compilation\r\ncompliatons,compilations\r\ncomplicacion,complication\r\ncomplicaed,complicate\r\ncomplicaitons,complication\r\ncomplicare,complicate\r\ncomplicarte,complicate\r\ncomplicati,complicit\r\ncomplicatie,complicit\r\ncomplicatied,complicate\r\ncomplicaties,complicate\r\ncomplicatii,complicit\r\ncomplicatin,complicit\r\ncomplicato,complication\r\ncomplicatred,complicate\r\ncomplicatted,complicate\r\ncomplicite,complicate\r\ncomplict,complicit\r\ncomplictaed,complicate\r\ncomplicted,complicated\r\ncompliction,completion\r\ncomplie,compile\r\ncomplience,compliance\r\ncomplient,compliant\r\ncomplier,compiler\r\ncomplilation,complication\r\ncomplilations,complications\r\ncomplilaton,compilation\r\ncomplilatons,compilations\r\ncomplile,compile\r\ncompliled,compiled\r\ncompliler,compiler\r\ncompliles,compiles\r\ncompliling,compiling\r\ncomplimate,complicate\r\ncomplimation,complication\r\ncomplimenary,complimentary\r\ncomplimenatrian,complimentarian\r\ncomplimenatrians,complimentarians\r\ncomplimenatries,complimentaries\r\ncomplimenatrily,complimentarily\r\ncomplimenatry,complimentary\r\ncomplimentaian,complimentarian\r\ncomplimentaians,complimentarians\r\ncomplimentaies,complimentaries\r\ncomplimentaily,complimentarily\r\ncomplimentarity,complimentary\r\ncomplimentay,complimentary\r\ncomplimente,complement\r\ncomplimenterian,complimentarian\r\ncomplimenterians,complimentarians\r\ncomplimenteries,complimentaries\r\ncomplimenterily,complimentarily\r\ncomplimentery,complimentary\r\ncomplimentje,complimented\r\ncomplimentoni,complimenting\r\ncomplimentory,complimentary\r\ncomplimentrian,complimentarian\r\ncomplimentrians,complimentarians\r\ncomplimentries,complimentaries\r\ncomplimentrily,complimentarily\r\ncomplimentry,complimentary\r\ncomplimenty,complimentary\r\ncomplimion,completion\r\ncomplinance,compliance\r\ncomplination,complication\r\ncompling,compiling\r\ncomplisha,completion\r\ncomplishtion,completion\r\ncomplision,completion\r\ncomplitade,complicated\r\ncomplitation,complication\r\ncomplite,complete\r\ncomplitely,completely\r\ncomplitiblity,complitibility\r\ncomplition,completion\r\ncomplsion,completion\r\ncomplte,complete\r\ncomplted,completed\r\ncompltely,completely\r\ncompltent,competent\r\ncomplting,completing\r\ncomplusion,compulsion\r\ncomplusions,compulsion\r\ncomplusive,compulsive\r\ncomplusment,completion\r\ncomplusory,compulsory\r\ncomplyxity,complexity\r\ncompmiler,compiler\r\ncompmiling,compiling\r\ncompmosed,composed\r\ncompnaies,companies\r\ncompnaion,companion\r\ncompnaions,companions\r\ncompnay,company\r\ncompnent's,component's\r\ncompnent,component\r\ncompnents,components\r\ncompnoents,components\r\ncompnonent,component\r\ncompodent,competent\r\ncompoenent,component\r\ncompoenents,components\r\ncompoennt's,component's\r\ncompoennt,component\r\ncompoents,components\r\ncompoesr,composer\r\ncompolation,compilation\r\ncompolsive,compulsive\r\ncompolsory,compulsory\r\ncompolsury,compulsory\r\ncompomemt,component\r\ncompoment,component\r\ncompoments,components\r\ncompomnent,component\r\ncompomsed,composed\r\ncomponant,component\r\ncomponants,components\r\ncompond,compound\r\ncomponded,compounded\r\ncompondents,compoundents\r\ncomponder,compounder\r\ncomponding,compounding\r\ncompondo,compoundo\r\ncomponds,compounds\r\ncompondu,compoundu\r\ncomponebts,components\r\ncomponemts,components\r\ncomponen,component\r\ncomponenents,components\r\ncomponenet's,components\r\ncomponenet,components\r\ncomponenets,components\r\ncomponengs,components\r\ncomponennt,component\r\ncomponens,components\r\ncomponenst,components\r\ncomponente,component\r\ncomponentes,components\r\ncomponentet,component\r\ncomponentn,component\r\ncomponentst,components\r\ncomponentt,component\r\ncompones,compose\r\ncomponet,components\r\ncomponetns,components\r\ncomponets,components\r\ncomponnet,component\r\ncomponnets,components\r\ncomponnt,component\r\ncomponont,component\r\ncomponsate,compensate\r\ncompontent,component\r\ncompontents,components\r\ncompontenty,competent\r\ncomponts,compost\r\ncompontum,competent\r\ncompoonent,component\r\ncomporable,comparable\r\ncomportable,comfortable\r\ncomposablity,composability\r\ncomposate,composite\r\ncomposates,composites\r\ncompose-contatainer-name,compose-container-name\r\ncomposeer,composer\r\ncomposend,composed\r\ncomposet,compost\r\ncomposicion,composition\r\ncomposiiton,compositions\r\ncomposision,compositions\r\ncomposistion,compositions\r\ncomposistional,compositional\r\ncomposistionally,compositionally\r\ncomposistioned,compositioned\r\ncomposistioning,compositioning\r\ncomposistions,compositions\r\ncomposistive,compositive\r\ncomposistives,compositives\r\ncomposit,compost\r\ncompositae,composite\r\ncompositie,composite\r\ncompositied,composite\r\ncomposities,composite\r\ncompositionaly,compositionally\r\ncompositionnal,compositional\r\ncompositionwise,compositions\r\ncompositition,composition\r\ncomposititional,compositional\r\ncomposititionally,compositionally\r\ncomposititioned,compositioned\r\ncomposititioning,compositioning\r\ncomposititions,compositions\r\ncomposititive,compositive\r\ncomposititives,compositives\r\ncomposititon,composition\r\ncomposititonal,compositional\r\ncomposititonally,compositionally\r\ncomposititoned,compositioned\r\ncomposititoning,compositioning\r\ncomposititons,compositions\r\ncomposititve,compositive\r\ncomposititves,compositives\r\ncompositoin,compositions\r\ncompositon,composition\r\ncompositons,compositions\r\ncompositore,composite\r\ncomposostion,composition\r\ncomposostional,compositional\r\ncomposostionally,compositionally\r\ncomposostioned,compositioned\r\ncomposostioning,compositioning\r\ncomposostions,compositions\r\ncomposostive,compositive\r\ncomposostives,compositives\r\ncompossed,composed\r\ncompostabillity,compostability\r\ncompostablility,compostability\r\ncomposte,compose\r\ncompostiion,compositions\r\ncompostion,composition\r\ncompostional,compositional\r\ncompostionally,compositionally\r\ncompostioned,compositioned\r\ncompostioning,compositioning\r\ncompostions,compositions\r\ncompostition,composition\r\ncompostive,compositive\r\ncompostives,compositives\r\ncompotent,competent\r\ncompotison,competition\r\ncompotition,composition\r\ncompots,compost\r\ncompount,compound\r\ncompouted,computed\r\ncomppared,compared\r\ncomppetation,competition\r\ncomppetations,competitions\r\ncomppetative,competitive\r\ncomppetetion,competition\r\ncomppetetions,competitions\r\ncomppetetive,competitive\r\ncompponent,component\r\ncomprabale,comparable\r\ncomprable,comparable\r\ncompraison,comparisons\r\ncompramise,compromise\r\ncompramised,compromised\r\ncompramises,compromises\r\ncompramising,compromising\r\ncomprare,compare\r\ncomprassem,compress\r\ncomprativly,comparatively\r\ncompreehensive,comprehensive\r\ncompreess,compress\r\ncomprehand,comprehend\r\ncomprehensice,comprehensive\r\ncomprehensivly,comprehensively\r\ncomprehensize,comprehensive\r\ncomprehention,comprehension\r\ncomprehesive,comprehensive\r\ncomprehsneive,comprehensive\r\ncomprementaly,comprementally\r\ncompremised,compromised\r\ncompremises,compromises\r\ncompremising,compromising\r\ncomprension,compression\r\ncompres,compress\r\ncompresas,compress\r\ncomprese,compressed\r\ncompresed,compressed\r\ncompreses,compress\r\ncompresing,compressing\r\ncompresion,compression\r\ncompresions,compressions\r\ncompresive,compressive\r\ncompresively,compressively\r\ncompreso,compressor\r\ncompresores,compressor\r\ncompresors,compressor\r\ncompresser,compressor\r\ncompressibilty,compressibility\r\ncompressiblity,compressibility\r\ncompressio,compressor\r\ncompresson,compression\r\ncompresssed,compressed\r\ncompresssion,compression\r\ncompresssor,compressor\r\ncompresssors,compressors\r\ncomprihend,comprehend\r\ncomprimentaly,comprimentally\r\ncomprimise,compromise\r\ncomprimised,compromised\r\ncomprimises,compromises\r\ncomprimising,compromising\r\ncomprimize,compromise\r\ncomprimized,compromised\r\ncomprimizes,compromises\r\ncomprimizing,compromising\r\ncomprison,comparison\r\ncompromessi,compromises\r\ncompromisng,compromising\r\ncompromiss,compromises\r\ncompromisse,compromises\r\ncompromissen,compromise\r\ncompromisses,compromises\r\ncompromisso,compromises\r\ncompromize,compromise\r\ncompromized,compromised\r\ncompromizes,compromises\r\ncompromizing,compromising\r\ncompromosed,compromised\r\ncompromosing,compromising\r\ncompromsie,compromises\r\ncomprossor,compressor\r\ncomprression,compression\r\ncompse,compose\r\ncompser,composer\r\ncompsers,compress\r\ncomptability,compatibility\r\ncomptabilty,comptability\r\ncomptable,compatible\r\ncomptablity,comptability\r\ncomptably,compatibly\r\ncomptaible,compatible\r\ncomptant,competent\r\ncomptetence,competence\r\ncomptetent,competent\r\ncomptetently,competently\r\ncompteting,completing\r\ncomptetion,completion\r\ncompteurs,computers\r\ncomptiable,compatible\r\ncomptiably,compatibly\r\ncomptiblity,comptibility\r\ncomptown,compton\r\ncomptuation,computation\r\ncomptuational,computational\r\ncomptuations,computations\r\ncomptue,compute\r\ncomptued,computed\r\ncomptuer,computer\r\ncomptuers,computers\r\ncompuatation,computation\r\ncompuation,computation\r\ncompuational,computational\r\ncompuations,computations\r\ncompulationally,computationally\r\ncompuler,compiler\r\ncompulisve,compulsive\r\ncompulosry,compulsory\r\ncompulsaries,compulsories\r\ncompulsary,compulsory\r\ncompulseries,compulsories\r\ncompulsery,compulsory\r\ncompulsing,compulsion\r\ncompulsivley,compulsive\r\ncompulsivo,compulsion\r\ncompulsorary,compulsory\r\ncompulstion,compulsion\r\ncompulsury,compulsory\r\ncompunation,computation\r\ncompunctioin,compunction\r\ncompund,compound\r\ncompundable,compoundable\r\ncompunded,compounded\r\ncompunder,compounder\r\ncompunders,compounders\r\ncompunding,compounding\r\ncompundium,compoundium\r\ncompunds,compounds\r\ncompundsemiconductor,compoundsemiconductor\r\ncompundwords,compoundwords\r\ncompunet,compute\r\ncompuntant,competent\r\ncompupute,compute\r\ncompurs,compass\r\ncompuslion,compulsion\r\ncompuslive,compulsive\r\ncompuslory,compulsory\r\ncompustion,compulsion\r\ncomput,compute\r\ncomputacion,computation\r\ncomputacional,computational\r\ncomputaional,computational\r\ncomputaitons,computations\r\ncomputant,competent\r\ncomputanti,computation\r\ncomputarized,computerized\r\ncomputated,computed\r\ncomputating,computation\r\ncomputatioinal,computational\r\ncomputationaly,computationally\r\ncomputationnal,computational\r\ncomputationof,computation of\r\ncomputato,computation\r\ncomputaton,computation\r\ncomputeable,computable\r\ncomputeably,computably\r\ncomputeible,computable\r\ncomputeibly,computably\r\ncomputent,competent\r\ncomputible,computable\r\ncomputibly,computably\r\ncompution,computation\r\ncomputition,computation\r\ncomputng,computing\r\ncomputre,compute\r\ncompututationally,computationally\r\ncompy,company\r\ncomraderie,camaraderie\r\ncomradets,comrades\r\ncomradre,comrade\r\ncomrads,comrades\r\ncomression,compression\r\ncomrpomising,compromising\r\ncoms,comes\r\ncomsecption,conception\r\ncomseption,conception\r\ncomsetic,cosmetic\r\ncomsetics,cosmetics\r\ncomssion,commission\r\ncomssioned,commissioned\r\ncomssioner,commissioner\r\ncomssioners,commissioners\r\ncomssioning,commissioning\r\ncomssions,commissions\r\ncomsume,consume\r\ncomsumed,consumed\r\ncomsumer,consumer\r\ncomsumerism,consumerism\r\ncomsumers,consumers\r\ncomsumes,consumes\r\ncomsuming,consuming\r\ncomsummate,consummate\r\ncomsummated,consummated\r\ncomsummates,consummates\r\ncomsummation,consummation\r\ncomsumption,consumption\r\ncomsumptions,consumptions\r\ncomsumptive,consumptive\r\ncomsuption,conception\r\ncomtain,contain\r\ncomtained,contained\r\ncomtaineds,containeds\r\ncomtainer,container\r\ncomtainers,containers\r\ncomtaining,containing\r\ncomtains,contains\r\ncomtaminated,contaminated\r\ncomtamination,contamination\r\ncomteble,comfortable\r\ncomtemparory,contemparory\r\ncomtemperoray,contemperoray\r\ncomtempiraryart,contempiraryart\r\ncomtempla,contempla\r\ncomtemplado,contemplado\r\ncomtemplating,contemplating\r\ncomtemplation,contemplation\r\ncomtemplations,contemplations\r\ncomtemplative,contemplative\r\ncomtempo,contempo\r\ncomtempora,contempora\r\ncomtemporain,contemporain\r\ncomtemporaine,contemporaine\r\ncomtemporainety,contemporainety\r\ncomtemporanea,contemporanea\r\ncomtemporaneity,contemporaneity\r\ncomtemporaneo,contemporaneo\r\ncomtemporaneous,contemporaneous\r\ncomtemporaries,contemporaries\r\ncomtemporariness,contemporariness\r\ncomtemporary,contemporary\r\ncomtemporay,contemporay\r\ncomtempory,contempory\r\ncomtempra,contempra\r\ncomtemprary,contemprary\r\ncomtempt,contempt\r\ncomtempted,contempted\r\ncomtemptment,contemptment\r\ncomtemptu,contemptu\r\ncomtemptuously,contemptuously\r\ncomtenent,continent\r\ncomtente,contented\r\ncomterble,comfortable\r\ncomterfull,comfortable\r\ncomtorble,comfortable\r\ncomtpon,compton\r\ncomtties,committees\r\ncomuinicate,communicate\r\ncomunacat,communicate\r\ncomunacate,communicate\r\ncomunal,communal\r\ncomunat,community\r\ncomuniate,communicate\r\ncomunicat,communicate\r\ncomunicate,communicate\r\ncomunicated,communicated\r\ncomunicates,communicates\r\ncomunication,communication\r\ncomunications,communications\r\ncomunicative,communicative\r\ncomunicatively,communicatively\r\ncomunicator,communicator\r\ncomunicators,communicators\r\ncomuniciate,communicate\r\ncomunion,communion\r\ncomunism,communism\r\ncomunist,communist\r\ncomunists,communists\r\ncomunitate,communicate\r\ncomunite,community\r\ncomunities,communities\r\ncomuniting,communicate\r\ncomunity,community\r\ncomunnities,communities\r\ncomunnity,community\r\ncomunty,community\r\ncomuptations,computations\r\ncomupted,computed\r\ncomupter,computer\r\ncomupute,compute\r\ncomute,compute\r\ncomutery,community\r\ncomventions,conventions\r\ncomvert,convert\r\ncomvertbly,comfortable\r\nconainer,container\r\nconainers,containers\r\nconaining,containing\r\nconains,contains\r\nconaious,conscious\r\nconanent,continent\r\nconanical,canonical\r\nconatainer,container\r\nconatin,contain\r\nconatined,contained\r\nconatiner,container\r\nconatiners,containers\r\nconatining,containing\r\nconatins,contains\r\nconberts,converts\r\nconbination,combination\r\nconbinations,combinations\r\nconbined,combined\r\nconboggon,toboggan\r\nconcantenate,concatenate\r\nconcantenated,concatenated\r\nconcatanation,concatenation\r\nconcatened,concatenated\r\nconcatening,concatenating\r\nconcatentate,concatenate\r\nconcatentated,concatenated\r\nconcatentates,concatenates\r\nconcatentating,concatenating\r\nconcatentation,concatenation\r\nconcatentations,concatenations\r\nconcatented,concatenated\r\nconcatenting,concatenating\r\nconcatinate,concatenate\r\nconcatinated,concatenated\r\nconcatinates,concatenates\r\nconcatinating,concatenating\r\nconcatination,contamination\r\nconcatinations,concatenations\r\nconcating,concatenating\r\nconcatnated,concatenated\r\nconcatonate,concatenate\r\nconcatonated,concatenated\r\nconcats,concatenates\r\nconcatted,concatenated\r\nconccurently,concurrently\r\nconceade,conceive\r\nconcealabilty,concealability\r\nconcealablility,concealability\r\nconceald,concealed\r\nconceanencious,conscientious\r\nconceave,conceive\r\nconcecutive,consecutive\r\nconcedendo,conceded\r\nconcedered,conceded\r\nconceed,concede\r\nconceede,concede\r\nconceeded,conceive\r\nconceedent,concedent\r\nconceedents,concedents\r\nconceeder,conceder\r\nconceeders,conceders\r\nconceedes,concedes\r\nconceeding,conceding\r\nconceeds,concedes\r\nconceide,conceived\r\nconceiencis,conscientious\r\nconceievable,conceivable\r\nconceievables,conceivables\r\nconceieve,conceive\r\nconceieved,conceived\r\nconceiever,conceiver\r\nconceievers,conceivers\r\nconceievership,conceivership\r\nconceieves,conceives\r\nconceieving,conceiving\r\nconceiive,conceive\r\nconceince,conscience\r\nconceincious,conscientious\r\nconceincs,conscience\r\nconceineous,conscientious\r\nconceinseous,conscientious\r\nconceinsious,conscience\r\nconceintious,conscientious\r\nconceionce,conscience\r\nconceious,conscious\r\nconceitual,conceptual\r\nconceivablely,conceivably\r\nconceivabley,conceivably\r\nconceivablility,conceivability\r\nconceivce,conceive\r\nconceiveable,conceivable\r\nconceiveables,conceivables\r\nconceiveing,conceiving\r\nconceivibly,conceivably\r\nconcel,cancel\r\nconcelaed,concealed\r\nconcelaer,concealer\r\nconcele,counsel\r\nconcelear,concealer\r\nconceled,concede\r\nconcellation,cancellation\r\nconcels,conceals\r\nconcencious,conscientious\r\nconcenciously,conscientious\r\nconcencrate,concentrate\r\nconcencration,concentration\r\nconcencus,consensus\r\nconcened,concede\r\nconcenences,conscientious\r\nconcenents,conscientious\r\nconcenetious,conscientious\r\nconceniess,conscious\r\nconcenious,conscientious\r\nconcenrtation,concentrations\r\nconcenscious,conscientious\r\nconcensious,conscientious\r\nconcensus,consensus\r\nconcent,content\r\nconcentarte,concentrate\r\nconcentarted,concentrated\r\nconcentartes,concentrates\r\nconcentarting,concentrating\r\nconcentartion,concentrations\r\nconcentartions,concentrations\r\nconcentartor,concentrator\r\nconcentartors,concentrators\r\nconcentate,concentrate\r\nconcentated,concentrated\r\nconcentates,concentrates\r\nconcentating,concentrating\r\nconcentation,concentration\r\nconcentations,concentrations\r\nconcentator,concentrator\r\nconcentators,concentrators\r\nconcenting,connecting\r\nconcentious,conscientious\r\nconcentous,conscientious\r\nconcentrace,concentrate\r\nconcentracion,concentration\r\nconcentrade,concentrated\r\nconcentraded,concentrated\r\nconcentraing,concentrating\r\nconcentraion,concentration\r\nconcentrait,concentrate\r\nconcentraited,concentrated\r\nconcentraiton,concentrations\r\nconcentrant,concentrate\r\nconcentrare,concentrate\r\nconcentrarte,concentrate\r\nconcentratie,concentrate\r\nconcentratin,concentration\r\nconcentrato,concentration\r\nconcentratoin,concentration\r\nconcentratons,concentrations\r\nconcentus,conscientious\r\nconcep-id,concept-id\r\nconcepa,concepta\r\nconcepaled,conceptaled\r\nconcepb,conceptb\r\nconcepboard,conceptboard\r\nconcepd,conceptd\r\nconcepe,concepte\r\nconceperamus,concepteramus\r\nconcepet,conceptet\r\nconcepetion,conceptetion\r\nconcepets,conceptets\r\nconcepetual,conceptetual\r\nconcepf,conceptf\r\nconcepg,conceptg\r\nconcepglobal,conceptglobal\r\nconceph,concepth\r\nconcepi,concepti\r\nconcepiao,conceptiao\r\nconcepimento,conceptimento\r\nconcepion,conception\r\nconcepire,conceptire\r\nconcepit,conceptit\r\nconcepita,conceptita\r\nconcepiti,conceptiti\r\nconcepito,conceptito\r\nconcepj,conceptj\r\nconcepk,conceptk\r\nconcepl,conceptl\r\nconceplan,conceptlan\r\nconcepline,conceptline\r\nconcepm,conceptm\r\nconcepmai,conceptmai\r\nconcepmeister,conceptmeister\r\nconcepn,conceptn\r\nconcepnialization,conceptnialization\r\nconcepnt,conceptnt\r\nconcepo,concepto\r\nconcepof,conceptof\r\nconcepp,conceptp\r\nconcepptual,conceptptual\r\nconcepq,conceptq\r\nconcepr,conceptr\r\nconcepro,conceptro\r\nconceprt,conceptrt\r\nconceprual,conceptrual\r\nconceprualisation,conceptrualisation\r\nconceps,concepts\r\nconcepsion,conceptsion\r\nconcepst,conceptst\r\nconcepta,conceptual\r\nconceptes,concepts\r\nconceptial,conceptual\r\nconceptification,conceptualization\r\nconceptos,concepts\r\nconceptuall,conceptual\r\nconceptualy,conceptually\r\nconceptuel,conceptual\r\nconceptul,conceptual\r\nconcepu,conceptu\r\nconcepual,conceptual\r\nconcepualization,conceptualization\r\nconcepualize,conceptualize\r\nconcepualized,conceptualized\r\nconcepually,conceptually\r\nconcepuation,conceptuation\r\nconcepulised,conceptulised\r\nconceput,conceptut\r\nconceputal,conceptutal\r\nconceputalise,conceptutalise\r\nconceputalised,conceptutalised\r\nconceputalising,conceptutalising\r\nconceputalize,conceptutalize\r\nconceputalized,conceptutalized\r\nconceputalizing,conceptutalizing\r\nconceputally,conceptually\r\nconcepute,conceptute\r\nconcepy,concepty\r\nconcepyual,conceptyual\r\nconcepziun,conceptziun\r\nconcequence,consequence\r\nconcequences,consequences\r\nconcequently,consequently\r\nconcered,concede\r\nconcerend,concerned\r\nconcerened,concerned\r\nconcerete,concrete\r\nconcering,concerning\r\nconcernig,concerning\r\nconcernt,concert\r\nconcernts,concerns\r\nconcersation,conservation\r\nconcersion,concession\r\nconcertas,concerts\r\nconcerte,concrete\r\nconcertmate,concentrate\r\nconcervation,conservation\r\nconcervatism,conservatism\r\nconcervative,conservative\r\nconcervatives,conservatives\r\nconcesions,concession\r\nconcesive,concessive\r\nconcesso,concession\r\nconcesssion,concession\r\nconcesssions,concessions\r\nconceted,concede\r\nconcetp-type,concept-type\r\nconcetps,concepts\r\nconcetrate,concentrate\r\nconcevable,conceivable\r\nconcevables,conceivables\r\nconceve,conceive\r\nconceved,concede\r\nconcevee,conceive\r\nconcever,conceiver\r\nconcevers,conceivers\r\nconcevership,conceivership\r\nconceves,conceives\r\nconceviable,conceivable\r\nconceviably,conceivably\r\nconcevied,conceived\r\nconceving,conceiving\r\nconchence,conscience\r\nconchenchis,conscientious\r\nconchesiouses,conscious\r\nconchience,conscience\r\nconchienchis,conscientious\r\nconchientious,conscientious\r\nconchus,conscious\r\nconciance,conscience\r\nconciantious,conscientious\r\nconciantous,conscientious\r\nconcibes,concise\r\nconcide,coincide\r\nconcidentally,coincidentally\r\nconcider,consider\r\nconciderable,considerable\r\nconciderably,considerably\r\nconciderate,considerate\r\nconcideration,consideration\r\nconciderations,considerations\r\nconcidered,considered\r\nconcidering,considering\r\nconciders,considers\r\nconcides,concise\r\nconciece,conscience\r\nconcienanse,conscientious\r\nconcience,conscience\r\nconciencencious,conscientious\r\nconcienceous,conscientious\r\nconciences,conscientious\r\nconciencience,conscientious\r\nconciencies,conscientious\r\nconciencious,conscientious\r\nconciencius,conscientious\r\nconcienitous,conscientious\r\nconcienous,conscientious\r\nconciense,conscious\r\nconciensess,conscientious\r\nconciensicis,conscientious\r\nconciensious,conscientious\r\nconcient,conscious\r\nconcienteous,conscientious\r\nconcientience,conscientious\r\nconcientific,conscientific\r\nconcientifically,conscientifically\r\nconcientious,conscientious\r\nconcientiously,conscientiously\r\nconcientius,conscientious\r\nconciently,conveniently\r\nconcientous,conscientious\r\nconcients,conscious\r\nconcientuous,conscientious\r\nconcienus,conscious\r\nconcieous,conscious\r\nconciept,conceipt\r\nconciepted,conceipted\r\nconcieptful,conceiptful\r\nconcieptfully,conceiptfully\r\nconciepts,conceipts\r\nconcies,conscious\r\nconciess,conscious\r\nconciet,conceit\r\nconcieted,conceited\r\nconcietful,conceitful\r\nconcietfully,conceitfully\r\nconciets,conceits\r\nconcievable,conceivable\r\nconcievables,conceivables\r\nconcieve,conceive\r\nconcieveable,conceivable\r\nconcieveables,conceivables\r\nconcieved,conceived\r\nconcieveing,conceiving\r\nconciever,conceiver\r\nconcievers,conceivers\r\nconcievership,conceivership\r\nconcieves,conceive\r\nconcieving,conceiving\r\nconcinance,conscience\r\nconcinous,conscience\r\nconcionable,conscionable\r\nconcionably,conscionably\r\nconcionce,conscience\r\nconcioncious,conscientious\r\nconcionious,conscience\r\nconcionse,conscience\r\nconcionts,conscience\r\nconcios,conscious\r\nconciotious,conscientious\r\nconciouas,conscientious\r\nconciouious,conscious\r\nconciounetious,conscientious\r\nconciouns,conscience\r\nconcious,conscious\r\nconciouse,conscious\r\nconciously,consciously\r\nconciousness,consciousness\r\nconcioussness,consciousness\r\nconcission,concession\r\nconcistant,consistent\r\nconcistency,consistency\r\nconcistent,consistent\r\nconcitent,consistent\r\nconcithis,conscientious\r\nconcivable,conceivable\r\nconcivables,conceivables\r\nconcive,conceive\r\nconciveable,conceivable\r\nconciveably,conceivably\r\nconcived,conceived\r\nconciver,conceiver\r\nconcivers,conceivers\r\nconcivership,conceivership\r\nconcives,conceives\r\nconciving,conceiving\r\nconclicts,conflicts\r\nconclsuion,concussion\r\nconclsuions,concussions\r\nconclud,conclude\r\nconcludendo,concluded\r\nconclue,conclude\r\nconclued,conclude\r\nconcluse,conclusive\r\nconclusen,conclusion\r\nconclusie,conclusive\r\nconclusies,conclusive\r\nconclusiones,conclusions\r\nconclusivley,conclusive\r\nconcluso,conclusion\r\nconclussion,conclusions\r\nconclussive,conclusive\r\nconclution,conclusion\r\nconclutions,conclusions\r\nconcnetration,concentrations\r\nconcommit,commit\r\nconcorrent,concurrent\r\nconcouis,conscious\r\nconcpet,concept\r\nconcpet-id,concept-id\r\nconcpets,concepts\r\nconcradulations,congratulations\r\nconcratulation,congratulation\r\nconcreate,concrete\r\nconcreet,concrete\r\nconcressivly,concressively\r\nconcret,concert\r\nconcrets,concerts\r\nconcrogulation,congratulations\r\nconcrrency,concurrency\r\nconcrte,concrete\r\nconcsience,conscience\r\nconcsious,conscious\r\nconcsiously,consciously\r\nconcsiousness,consciousness\r\nconcstruct,construct\r\nconctrete,concrete\r\nconculated,communicate\r\nconculde,conclude\r\nconculded,concluded\r\nconculdes,concludes\r\nconculding,concluding\r\nconculention,conscientious\r\nconculsion,conclusion\r\nconculsions,conclusions\r\nconculsive,conclusive\r\nconcunce,conscience\r\nconcurance,concurrence\r\nconcurances,concurrences\r\nconcurant,concurrent\r\nconcurantly,concurrently\r\nconcurence,concurrence\r\nconcurences,concurrences\r\nconcurency,concurrency\r\nconcurent,concurrent\r\nconcurently,concurrently\r\nconcuring,concurring\r\nconcurment,concurrent\r\nconcurr,concur\r\nconcurrance,concurrence\r\nconcurrances,concurrences\r\nconcurrancy,concurrency\r\nconcurrant,concurrent\r\nconcurrantly,concurrently\r\nconcurrect,concurrent\r\nconcurren-output,concurrent-output\r\nconcurrench,concurrency\r\nconcurrencly,concurrently\r\nconcurrencty,concurrency\r\nconcurrenty,concurrently\r\nconcurreny,concurrency\r\nconcurret,concurrent\r\nconcurrrent,concurrent\r\nconcusion,conclusion\r\nconcusions,concussion\r\nconcusison,concussions\r\nconcusssion,concussions\r\nconcusssions,concussions\r\nconcvable,conceivable\r\nconcvables,conceivables\r\nconcve,conceive\r\nconcved,conceived\r\nconcver,conceiver\r\nconcvers,conceivers\r\nconcvership,conceivership\r\nconcves,conceives\r\nconcving,conceiving\r\ncondamnation,condemnation\r\ncondamned,condemned\r\ncondamner,condemner\r\ncondamning,condemning\r\ncondascending,condescending\r\ncondcutor,conductor\r\ncondeccend,condescend\r\ncondeccendand,condescendant\r\ncondeccendands,condescendants\r\ncondeccendant,condescendant\r\ncondeccendants,condescendants\r\ncondeccended,condescended\r\ncondeccendend,condescendent\r\ncondeccendends,condescendents\r\ncondeccendent,condescendent\r\ncondeccendents,condescendents\r\ncondeccending,condescending\r\ncondeccends,condescends\r\ncondecend,condescend\r\ncondecendand,condescendant\r\ncondecendands,condescendants\r\ncondecendant,condescendant\r\ncondecendants,condescendants\r\ncondecended,condescended\r\ncondecendend,condescendent\r\ncondecendends,condescendents\r\ncondecendent,condescendent\r\ncondecendents,condescendents\r\ncondecending,condescending\r\ncondecends,condescends\r\ncondecsend,condescend\r\ncondecsendand,condescendant\r\ncondecsendands,condescendants\r\ncondecsendant,condescendant\r\ncondecsendants,condescendants\r\ncondecsended,condescended\r\ncondecsendend,condescendent\r\ncondecsendends,condescendents\r\ncondecsendent,condescendent\r\ncondecsendents,condescendents\r\ncondecsending,condescending\r\ncondecsends,condescends\r\ncondeferacy,confederacy\r\ncondem,condemn\r\ncondemantion,condemnation\r\ncondemed,condemned\r\ncondemend,condemned\r\ncondemer,condemner\r\ncondemm,condemn\r\ncondemmed,condemned\r\ncondemmer,condemner\r\ncondemming,condemning\r\ncondemmmed,condemned\r\ncondemmmer,condemner\r\ncondemmmmed,condemned\r\ncondemmmmer,condemner\r\ncondemmmmmed,condemned\r\ncondemmmmmer,condemner\r\ncondemnd,condemned\r\ncondemnig,condemning\r\ncondenced,condensed\r\ncondencing,condemning\r\ncondenm,condemn\r\ncondenmation,condemnation\r\ncondenmed,condemned\r\ncondenming,condemning\r\ncondensend,condensed\r\ncondersions,conditions\r\ncondescencion,condescension\r\ncondescendion,condescension\r\ncondescening,condescending\r\ncondescenion,condescension\r\ncondescenscion,condescension\r\ncondescensing,condescension\r\ncondesend,condensed\r\ncondesendand,condescendant\r\ncondesendands,condescendants\r\ncondesendant,condescendant\r\ncondesendants,condescendants\r\ncondesended,condescended\r\ncondesendend,condescendent\r\ncondesendends,condescendents\r\ncondesendent,condescendent\r\ncondesendents,condescendents\r\ncondesending,condescending\r\ncondesends,condescends\r\ncondeshion,conditions\r\ncondesiner,conditions\r\ncondesned,condensed\r\ncondeson,conditions\r\ncondetions,conditions\r\ncondicional,conditional\r\ncondicions,conditions\r\ncondictions,conditions\r\ncondicton,conditions\r\ncondidierns,conditions\r\ncondidions,conditions\r\ncondidtion,condition\r\ncondidtions,conditions\r\ncondients,conscience\r\ncondifence,confidence\r\ncondifure,configured\r\ncondigion,condition\r\ncondiguration,configuration\r\ncondigured,configured\r\ncondiiton,condition\r\nconding,coding\r\ncondinionnal,conditional\r\ncondions,conditions\r\ncondiptions,conditions\r\ncondiscending,condescending\r\ncondish,conditions\r\ncondishance,conditions\r\ncondishants,conditions\r\ncondishing,conditions\r\ncondishion,conditions\r\ncondishones,conditions\r\ncondishons,conditions\r\ncondisings,conditions\r\ncondision,conditions\r\ncondisions,conditions\r\ncondisns,conditions\r\ncondison,conditions\r\ncondistion,conditions\r\ncondistions,conditions\r\nconditaion,condition\r\nconditations,conditions\r\nconditinal,conditional\r\nconditiner,conditioner\r\nconditining,conditioning\r\nconditioanlly,conditionally\r\nconditiohn,condition\r\nconditioin,condition\r\nconditioinal,conditional\r\nconditioinally,conditionally\r\nconditioinism,conditionism\r\nconditioinisms,conditionisms\r\nconditioinist,conditionist\r\nconditioinists,conditionists\r\nconditioins,conditions\r\nconditiolons,conditions\r\nconditionall,conditionally\r\nconditionaly,conditionally\r\nconditionar,conditioner\r\nconditiond,conditioned\r\nconditionel,conditional\r\nconditiong,conditioning\r\nconditiongs,conditions\r\nconditionnal,conditional\r\nconditionnally,conditionally\r\nconditionnaly,conditionally\r\nconditionned,conditioned\r\nconditionner,conditioner\r\nconditionning,conditioning\r\nconditionsof,conditions of\r\nconditiont,condition\r\nconditios,conditions\r\nconditiosn,conditions\r\ncondititions,conditions\r\nconditoin,condition\r\nconditoinal,conditional\r\nconditoinally,conditionally\r\nconditoinism,conditionism\r\nconditoinisms,conditionisms\r\nconditoinist,conditionist\r\nconditoinists,conditionists\r\nconditoins,conditions\r\nconditon,condition\r\nconditonal,conditional\r\nconditonally,conditionally\r\nconditones,conditions\r\nconditonism,conditionism\r\nconditonisms,conditionisms\r\nconditonist,conditionist\r\nconditonists,conditionists\r\nconditons,conditions\r\nconditoons,conditions\r\ncondiut,conduit\r\ncondmen,condemn\r\ncondmenation,condemnation\r\ncondmened,condemned\r\ncondmening,condemning\r\ncondolance,condolence\r\ncondolances,condolences\r\ncondolant,condolent\r\ncondolantly,condolently\r\ncondolencies,condolences\r\ncondolensces,condolences\r\ncondolenses,condolences\r\ncondolonces,condolences\r\ncondomes,condoms\r\ncondominum,condominium\r\ncondominums,condominiums\r\ncondomnation,condemnation\r\ncondomns,condoms\r\ncondradicted,contradicted\r\ncondradicting,contradicting\r\ncondradiction,contradiction\r\ncondradictions,contradictions\r\ncondradictory,contradictory\r\ncondsiones,conditions\r\ncondtiion,condition\r\ncondtion,condition\r\ncondtional,conditional\r\ncondtions,conditions\r\ncondtition,condition\r\nconducability,conducibility\r\nconducable,conducible\r\nconducably,conducibly\r\nconduceability,conducibility\r\nconduceable,conducible\r\nconduceably,conducibly\r\nconducion,conduction\r\nconducions,conductions\r\nconduck,conduct\r\nconductability,conductibility\r\nconductable,conductible\r\nconductably,conductibly\r\nconducter,conductor\r\nconducters,conductors\r\nconductiong,conducting\r\nconducton,conduction\r\nconductons,conductions\r\nconductthat,conduct that\r\nconduict,conduit\r\nconduiting,conducting\r\ncondulences,condolences\r\ncondusive,conducive\r\ncondution,conduction\r\ncondutions,conditions\r\nconeage,tonnage\r\nconeccicutt,connecticut\r\nconecepts,concepts\r\nconecicut,connecticut\r\nconecicutt,connecticut\r\nconecntration,concentrations\r\nconecpt,concept\r\nconect,connect\r\nconectcicutt,connecticut\r\nconected,connected\r\nconecticut,connecticut\r\nconecticutt,connecticut\r\nconecting,connecting\r\nconection,connection\r\nconections,connections\r\nconective,connective\r\nconectives,connectives\r\nconectivity,connectivity\r\nconector,connector\r\nconectors,connectors\r\nconects,connects\r\nconeicut,connecticut\r\nconeicutt,connecticut\r\nconel,colonel\r\nconelle,colonel\r\nconelnel,colonel\r\nconenct,connect\r\nconencting,connecting\r\nconenction,connection\r\nconenctions,connections\r\nconenctivity,connectivity\r\nconenctor,connector\r\nconenctors,connectors\r\nconenctration,concentrations\r\nconencts,connects\r\nconenient,convenient\r\nconensus,consensus\r\nconent,content\r\nconent-type,content-type\r\nconents,contents\r\nconequence,consequence\r\nconequences,consequences\r\nconequent,consequent\r\nconequently,consequently\r\nconer,corner\r\nconerence,conference\r\nconervative,conservative\r\nconescutive,consecutive\r\nconesencus,consensus\r\nconest,contest\r\nconetcicut,connecticut\r\nconetcicutt,connecticut\r\nconeticut,connecticut\r\nconeticutt,connecticut\r\nconetisons,conditions\r\nconetnt,content\r\nconetons,conditions\r\nconext,context\r\nconfclits,conflicts\r\nconfedaracies,confederacies\r\nconfedaracy,confederacy\r\nconfedaral,confederal\r\nconfedaralism,confederalism\r\nconfedaralisms,confederalisms\r\nconfedaralist,confederalist\r\nconfedaralists,confederalists\r\nconfedarally,confederally\r\nconfedarate,confederate\r\nconfedarated,confederated\r\nconfedarates,confederates\r\nconfedaration,confederation\r\nconfedarations,confederations\r\nconfedarcy,confederacy\r\nconfedence,conference\r\nconfedent,confident\r\nconfedential,confidential\r\nconfederancy,confederacy\r\nconfederatie,confederate\r\nconfedercy,confederacy\r\nconfederecy,confederacy\r\nconfedreacies,confederacies\r\nconfedreacy,confederacy\r\nconfedreal,confederal\r\nconfedrealism,confederalism\r\nconfedrealisms,confederalisms\r\nconfedrealist,confederalist\r\nconfedrealists,confederalists\r\nconfedreally,confederally\r\nconfedreate,confederate\r\nconfedreated,confederated\r\nconfedreates,confederates\r\nconfedreation,confederation\r\nconfedreations,confederations\r\nconfeimation,confirmation\r\nconfence,countenance\r\nconferal,conferral\r\nconferals,conferrals\r\nconferance,conference\r\nconferances,conferences\r\nconferdent,confident\r\nconfered,conferred\r\nconferedate,confederate\r\nconferene,conferences\r\nconferenze,conference\r\nconferer,conferrer\r\nconfererate,confederate\r\nconfering,conferring\r\nconferm,confirm\r\nconfermasion,confirmation\r\nconfermation,confirmation\r\nconferming,confirming\r\nconfermission,confirmation\r\nconfernation,confirmation\r\nconfernece,conferences\r\nconferr,confer\r\nconferrmation,confirmation\r\nconferrred,conferred\r\nconferrring,conferring\r\nconfersation,conservation\r\nconfersion,conversion\r\nconfertable,comfortable\r\nconferting,converting\r\nconfescated,confiscated\r\nconfeses,confess\r\nconfesos,confess\r\nconfessin,confession\r\nconfessino,confessions\r\nconfessionis,confessions\r\nconfesso,confession\r\nconfesssion,confessions\r\nconfesssions,confessions\r\nconfesssor,confessor\r\nconfferal,conferral\r\nconfferals,conferrals\r\nconffered,conferred\r\nconfferer,conferrer\r\nconffering,conferring\r\nconfferral,conferral\r\nconfferrals,conferrals\r\nconfferred,conferred\r\nconfferrer,conferrer\r\nconfferring,conferring\r\nconffiguration,configuration\r\nconfgiuration,configuration\r\nconfguration,configuration\r\nconfgurations,configurations\r\nconfgure,configure\r\nconfgured,configured\r\nconfgures,configures\r\nconfict,conflict\r\nconficted,conflicted\r\nconficting,conflicting\r\nconfictingly,conflictingly\r\nconficts,conflicts\r\nconficuration,configuration\r\nconfidance,confidence\r\nconfidantly,confidently\r\nconfidencial,confidential\r\nconfidenciality,confidential\r\nconfidenly,confidently\r\nconfidense,confidence\r\nconfidentail,confidential\r\nconfidentaility,confidentiality\r\nconfidentailly,confidentially\r\nconfidental,confidential\r\nconfidentality,confidentiality\r\nconfidentally,confidentially\r\nconfidentaly,confidently\r\nconfidentatly,confidentately\r\nconfidentely,confidently\r\nconfidentiel,confidential\r\nconfidentuality,confidential\r\nconfidenty,confidently\r\nconfideny,confidently\r\nconfidered,considered\r\nconfids,confides\r\nconfifuration,configuration\r\nconfigable,configurable\r\nconfigarable,configurable\r\nconfigarations,configurations\r\nconfigation,configuration\r\nconfige,configure\r\nconfiged,configured\r\nconfigerations,configurations\r\nconfigfuration,configuration\r\nconfigiguration,configuration\r\nconfigiration,configuration\r\nconfigiuration,configuration\r\nconfigrable,configurable\r\nconfigraiton,configuration\r\nconfigration,configuration\r\nconfigrations,configurations\r\nconfigre,configure\r\nconfigred,configured\r\nconfigres,configures\r\nconfigruation,configurations\r\nconfigtuations,configuration\r\nconfigture,configure\r\nconfiguable,configurable\r\nconfiguaration,configuration\r\nconfiguarion,configuration\r\nconfiguartion,configuration\r\nconfiguartions,configurations\r\nconfiguation,configuration\r\nconfiguations,configurations\r\nconfigue,configure\r\nconfigued,configured\r\nconfiguered,configured\r\nconfigugration,configuration\r\nconfiguing,configuring\r\nconfiguire,configure\r\nconfigulation,configuration\r\nconfigur,configure\r\nconfigura-,configuration\r\nconfigurabilty,configurability\r\nconfigurablity,configurability\r\nconfiguracion,configuration\r\nconfiguraion,configuration\r\nconfiguraionl,configuration\r\nconfiguraions,configurations\r\nconfiguraition,configuration\r\nconfiguraiton,configuration\r\nconfiguraitons,configurations\r\nconfigurare,configure\r\nconfigurarion,configuration\r\nconfigurartion,configuration\r\nconfigurate,configure\r\nconfigurated,configured\r\nconfiguratin,configurations\r\nconfigurating,configuring\r\nconfiguratino,configuration\r\nconfiguratio,configuration\r\nconfiguratioin,configuration\r\nconfigurationa,configuration\r\nconfigurationf,configuration\r\nconfigurationg,configuration\r\nconfigurationn,configuration\r\nconfigurationx,configuration\r\nconfigurato,configuration\r\nconfiguratoin,configurations\r\nconfiguraton,configuration\r\nconfiguraton-panel,configuration-panel\r\nconfiguratons,configurations\r\nconfiguratton,configuration\r\nconfiguratuion,configuration\r\nconfigurble,configurable\r\nconfigureability,configurability\r\nconfigureable,configurable\r\nconfigureation,configuration\r\nconfigureble,configurable\r\nconfigureing,configuring\r\nconfiguriable,configurable\r\nconfigurible,configurable\r\nconfiguriton,configuration\r\nconfigurration,configuration\r\nconfigurstions,configurations\r\nconfigurtation,configuration\r\nconfigurtion,configuration\r\nconfiguruble,configurable\r\nconfigury,configure\r\nconfigutation,configuration\r\nconfigute,configure\r\nconfiguted,configured\r\nconfiguure,configure\r\nconfiiguration,configuration\r\nconfilct,conflict\r\nconfilcted,conflicted\r\nconfilcting,conflicting\r\nconfilctingly,conflictingly\r\nconfilcts,conflicts\r\nconfilicting,conflicting\r\nconfimation,confirmation\r\nconfimed,confirmed\r\nconfimred,confirmed\r\nconfins,confines\r\nconfiragtion,configuration\r\nconfiration,configuration\r\nconfirguble,configurable\r\nconfirguration,configuration\r\nconfirmacion,confirmation\r\nconfirmas,confirms\r\nconfirmatioin,confirmation\r\nconfirmatoin,confirmation\r\nconfirmd,confirmed\r\nconfirmint,continent\r\nconfirmmation,confirmation\r\nconfiruge,configure\r\nconfirurer,configurer\r\nconfise,confines\r\nconfisgated,confiscated\r\nconfision,confusion\r\nconfiugration,configuration\r\nconfiugrations,configurations\r\nconfiugre,configure\r\nconfiugure,configure\r\nconfiugured,configured\r\nconfiuration,configuration\r\nconfiurations,configurations\r\nconfiure,configure\r\nconfiured,configured\r\nconfiures,configures\r\nconflanes,convalescence\r\nconflcit,conflict\r\nconflciting,conflicting\r\nconflcits,conflicts\r\nconflcting,conflating\r\nconflects,conflicts\r\nconflicing,conflicting\r\nconfliciting,conflicting\r\nconflics,conflicts\r\nconflictos,conflicts\r\nconflicuting,conflicting\r\nconflit,conflict\r\nconflitcs,conflicts\r\nconfliting,conflating\r\nconfluance,confluence\r\nconfluanci,confluenci\r\nconfluant,confluent\r\nconfluantly,confluently\r\nconfluants,confluents\r\nconfluscence,convalescence\r\nconfniguring,configuring\r\nconfogures,configures\r\nconfom,conform\r\nconfomance,conformance\r\nconfomances,conformances\r\nconfomation,conformation\r\nconfomations,conformations\r\nconfomative,conformative\r\nconfomatively,conformatively\r\nconfomed,conformed\r\nconfoming,conforming\r\nconfomity,conformity\r\nconfomly,conformly\r\nconfoms,conforms\r\nconfont,confront\r\nconfontation,confrontation\r\nconfontational,confrontational\r\nconfontationist,confrontationist\r\nconfontationists,confrontationists\r\nconfonted,confronted\r\nconfonter,confronter\r\nconfonters,confronters\r\nconfonting,confronting\r\nconfonts,confronts\r\nconfority,conformity\r\nconformace,conformance\r\nconformining,conforming\r\nconformoances,conformances\r\nconformtion,conformation\r\nconfornmation,confirmation\r\nconfort,comfort\r\nconfortable,comfortable\r\nconfortablity,confortability\r\nconfortably,comfortably\r\nconfremation,confirmation\r\nconfrence,conference\r\nconfrentation,confrontation\r\nconfrentational,confrontational\r\nconfrim,confirm\r\nconfrimation,confirmation\r\nconfrimed,confirmed\r\nconfriming,confirming\r\nconfrims,confirms\r\nconfrmation,confirmation\r\nconfrom,conform\r\nconfromance,conformance\r\nconfromances,conformances\r\nconfromation,conformation\r\nconfromations,conformations\r\nconfromative,conformative\r\nconfromatively,conformatively\r\nconfromed,conformed\r\nconfroming,conforming\r\nconfromity,conformity\r\nconfromly,conformly\r\nconfroms,conforms\r\nconfrontacion,confrontation\r\nconfrontacional,confrontational\r\nconfrontaion,confrontation\r\nconfrontating,confrontation\r\nconfrontativo,confrontation\r\nconfrontato,confrontation\r\nconftble,comfortable\r\nconfugration,configuration\r\nconfugrations,configurations\r\nconfugre,configure\r\nconfugring,configuring\r\nconfuguration,configuration\r\nconfugurations,configurations\r\nconfulence,confluence\r\nconfulenci,confluenci\r\nconfulencia,confluencia\r\nconfulent,confluent\r\nconfulently,confluently\r\nconfulents,confluents\r\nconfumation,confirmation\r\nconfunction,conjunction\r\nconfuration,configuration\r\nconfurmation,confirmation\r\nconfusin,confusing\r\nconfussion,confession\r\nconfussions,confessions\r\ncongegate,congregate\r\ncongegated,congregated\r\ncongegation,congregation\r\ncongegational,congregational\r\ncongegrate,congregate\r\ncongegration,congregation\r\ncongegrations,congregations\r\ncongenious,conscientious\r\ncongeres,congress\r\ncongergate,congregate\r\ncongergation,congregation\r\ncongfigure,configure\r\ncongifuration,configuration\r\ncongifured,configured\r\ncongiguous,contiguous\r\ncongiguration,configuration\r\ncongigure,configure\r\ncongirmation,confirmation\r\ncongitive,cognitive\r\ncongiurable,configurable\r\ncongiuration,configuration\r\nconglaturation,congratulations\r\nconglaturations,congratulations\r\nconglutation,congratulations\r\ncongractulations,congratulations\r\ncongradualtions,congratulations\r\ncongraduation,congratulations\r\ncongraduations,congratulations\r\ncongradulate,congratulate\r\ncongradulated,congratulated\r\ncongradulates,congratulates\r\ncongradulating,congratulating\r\ncongradulation,congratulations\r\ncongradulations,congratulations\r\ncongradulatory,congratulatory\r\ncongradutation,congratulations\r\ncongragalations,congratulations\r\ncongragation,congregation\r\ncongragulate,congratulate\r\ncongragulations,congratulations\r\ncongralation,congratulations\r\ncongralulations,congratulations\r\ncongralutaions,congratulations\r\ncongralutations,congratulations\r\ncongrassman,congressman\r\ncongratalation,congratulations\r\ncongratalations,congratulations\r\ncongratalutions,congratulations\r\ncongratilation,congratulations\r\ncongratilations,congratulations\r\ncongrationlation,congratulations\r\ncongratrilations,congratulations\r\ncongratualations,congratulations\r\ncongratualte,congratulate\r\ncongratualted,congratulate\r\ncongratualtions,congratulations\r\ncongratuate,congratulate\r\ncongratuations,congratulations\r\ncongratulationsyou,congratulations\r\ncongratulatiosn,congratulations\r\ncongratulatons,congratulations\r\ncongratule,congratulate\r\ncongratulions,congratulations\r\ncongraturalations,congratulations\r\ncongraturations,congratulations\r\ncongraudulations,congratulations\r\ncongraulation,congratulations\r\ncongraulations,congratulations\r\ncongreation,congratulations\r\ncongreatulations,congratulations\r\ncongregacion,congregation\r\ncongregrate,congregate\r\ncongregrated,congregated\r\ncongregration,congregation\r\ncongregrational,congregational\r\ncongregrations,congregations\r\ncongremation,confirmation\r\ncongres,congress\r\ncongresional,congressional\r\ncongresionally,congressionally\r\ncongresman,congressman\r\ncongresmen,congressmen\r\ncongressen,congressmen\r\ncongressonal,congressional\r\ncongressonally,congressionally\r\ncongresssman,congressman\r\ncongresssmen,congressmen\r\ncongrestion,congestion\r\ncongretation,congregation\r\ncongretulations,congratulations\r\ncongrigation,congregation\r\ncongruental,congruential\r\ncongrulations,congratulations\r\ncongrutulations,congratulations\r\ncongugate,conjugate\r\ncongunction,conjunction\r\nconguralitions,congratulations\r\nconially,conically\r\nconibation,contribution\r\nconicaly,conically\r\nconicide,coincide\r\nconicidence,coincidence\r\nconicidental,coincidental\r\nconicidentally,coincidentally\r\nconicious,conscious\r\nconicly,conically\r\nconidering,considering\r\nconiditional,conditional\r\nconidtions,conditions\r\nconied,coined\r\nconientent,continent\r\nconifguration,configurations\r\nconifgurations,configurations\r\nconifgure,configure\r\nconifiguration,configuration\r\nconifugred,configured\r\nconiguration,configuration\r\nconigured,configured\r\nconigures,configures\r\nconincidence,coincidence\r\nconincident,coincident\r\nconinue,continue\r\nconinuous,continuous\r\nconious,conscious\r\nconirm,confirm\r\nconirmation,confirmation\r\nconisderation,considerations\r\nconisdered,considered\r\nconisders,considers\r\nconise,concise\r\nconisience,conscience\r\nconisious,conscious\r\nconistant,consistent\r\nconistent,consistent\r\nconitainer,container\r\nconitent,content\r\nconitinous,continuous\r\nconition,condition\r\nconitrubutors,contributors\r\nconitzes,committees\r\nconive,connive\r\nconived,connived\r\nconivenently,conveniently\r\nconiver,conniver\r\nconives,connives\r\nconiving,conniving\r\nconjection,conjunction\r\nconjecutre,conjecture\r\nconjecutred,conjectured\r\nconjecutres,conjectures\r\nconjecutring,conjecturing\r\nconjest,congest\r\nconjested,congested\r\nconjesting,congesting\r\nconjestion,congestion\r\nconjestive,congestive\r\nconjestives,congestives\r\nconjests,congests\r\nconjonction,conjunction\r\nconjour,conjure\r\nconjucntion,conjunction\r\nconjucntions,conjunctions\r\nconjucntive,conjunctive\r\nconjucntives,conjunctives\r\nconjucntivitis,conjunctivitis\r\nconjuction,conjunction\r\nconjuctions,conjunctions\r\nconjuctive,conjunctive\r\nconjuctives,conjunctives\r\nconjuctivitis,conjunctivitis\r\nconjugatue,conjugate\r\nconjuncion,conjunction\r\nconjunciton,conjunction\r\nconjuncting,conjunction\r\nconjunctuin,conjunction\r\nconjunection,conjunction\r\nconjunntion,conjunction\r\nconjunntions,conjunctions\r\nconjunntive,conjunctive\r\nconjunntives,conjunctives\r\nconjunntivitis,conjunctivitis\r\nconjuntion,conjunction\r\nconjuntions,conjunctions\r\nconjuntive,conjunctive\r\nconjuntives,conjunctives\r\nconjuntivitis,conjunctivitis\r\nconlcude,conclude\r\nconlcuded,concluded\r\nconlcusion,conclusion\r\nconlcusions,conclusions\r\nconler,colonel\r\nconlesants,convalescence\r\nconlicting,conflicting\r\nconlose,console\r\nconlude,conclude\r\nconluded,concluded\r\nconludes,concludes\r\nconluding,concluding\r\nconlusion,conclusion\r\nconlusions,conclusions\r\nconlusive,conclusive\r\nconlusively,conclusively\r\nconmand,command\r\nconmcrete,concrete\r\nconmikat,communicate\r\nconminity,continent\r\nconmited,committed\r\nconmmand,command\r\nconmon,common\r\nconmpute,compute\r\nconmtaining,containing\r\nconmunate,communicate\r\nconnatation,connotation\r\nconnatations,connotations\r\nconncatting,concatenating\r\nconncetion,connections\r\nconncetions,connections\r\nconncince,conscience\r\nconncis,conscious\r\nconncted,connected\r\nconncts,connects\r\nconncurrent,concurrent\r\nconnec,connect\r\nconneceted,connected\r\nconnecgt,connect\r\nconnecicut,connecticut\r\nconnecitcut,connecticut\r\nconneciton,connection\r\nconnecitons,connections\r\nconnecs,connects\r\nconnectabilty,connectability\r\nconnectablity,connectability\r\nconnecte,connexion\r\nconnecter,connector\r\nconnectes,connects\r\nconnecticon,connection\r\nconnecticuit,connecticut\r\nconnecticunts,connecticut\r\nconnecticutt,connecticut\r\nconnecties,connects\r\nconnectign,connecting\r\nconnectiion,connection\r\nconnectin,connection\r\nconnectino,connection\r\nconnectinos,connections\r\nconnectins,connects\r\nconnectio,connection\r\nconnectioin,connection\r\nconnectiong,connecting\r\nconnectionss,connections\r\nconnectionó,connection\r\nconnectios,connections\r\nconnectit,connecticut\r\nconnectivety,connectivity\r\nconnectivies,connectives\r\nconnectivit,connectivity\r\nconnectivitiy,connectivity\r\nconnectivivty,connectivity\r\nconnectiviy,connectivity\r\nconnectivty,connectivity\r\nconnectivy,connectivity\r\nconnecto,connect\r\nconnectoins,connections\r\nconnecton,connection\r\nconnectons,connections\r\nconnectos,connectors\r\nconnectpro,connector\r\nconnectrs,connectors\r\nconnectvity,connectivity\r\nconnel,colonel\r\nconnenct,connect\r\nconnented,contented\r\nconnesary,controversy\r\nconnet,connect\r\nconnetation,connotation\r\nconnetations,connotations\r\nconneted,connected\r\nconneticut,connecticut\r\nconneticutt,connecticut\r\nconnetion,connection\r\nconnetion-level,connection-level\r\nconnetions,connections\r\nconnextion,connection\r\nconnfirm,confirm\r\nconnion,connection\r\nconnitations,connotations\r\nconnivence,convenience\r\nconnnecicut,connecticut\r\nconnnect,connect\r\nconnnected,connected\r\nconnnecticut,connecticut\r\nconnnecting,connecting\r\nconnnection,connection\r\nconnnections,connections\r\nconnnectivity,connectivity\r\nconnnects,connects\r\nconnned,conned\r\nconnneicut,connecticut\r\nconnner,conner\r\nconnners,conners\r\nconnneticut,connecticut\r\nconnnor,connor\r\nconnoiseurs,connoisseurs\r\nconnonation,connotation\r\nconnonations,connotations\r\nconnot,cannot\r\nconnotacion,connotation\r\nconnotaion,connotation\r\nconnsious,conscious\r\nconnsole,console\r\nconnsonil,counsel\r\nconntected,connected\r\nconntects,connects\r\nconntent,content\r\nconntente,contented\r\nconntrolller,conntroller\r\nconnumcate,communicate\r\nconnveniently,conveniently\r\nconnviently,conveniently\r\nconole,console\r\nconolization,colonization\r\ncononical,canonical\r\nconontation,connotation\r\nconosle's,console's\r\nconosle,console\r\nconotation,connotation\r\nconotations,connotations\r\nconotative,connotative\r\nconotatively,connotatively\r\nconounce,conscience\r\nconovlutions,convolutions\r\nconparablily,comparatively\r\nconparatively,comparatively\r\nconparitivly,comparatively\r\nconpassionate,compassionate\r\nconpatibility,compatibility\r\nconpendium,compendium\r\nconpensating,compensating\r\nconpensation,compensation\r\nconpetent,competent\r\nconpetitions,competitions\r\nconpired,conspired\r\nconplete,complete\r\nconplex,complex\r\nconplications,complications\r\nconplimentary,complimentary\r\nconplimented,complimented\r\nconplimenting,complimenting\r\nconponent,component\r\nconponents,components\r\nconpont,complaint\r\nconprehension,comprehension\r\nconprise,comprise\r\nconprised,comprised\r\nconprises,comprises\r\nconprising,comprising\r\nconpromising,compromising\r\nconpsiracy,conspiracy\r\nconptecion,completion\r\nconputer,computer\r\nconqeur,conquer\r\nconqeuring,conquering\r\nconqouring,conquering\r\nconqueor,conquer\r\nconquerd,conquered\r\nconquerer,conqueror\r\nconquerers,conquerors\r\nconquerred,conquered\r\nconquerring,conquering\r\nconquoring,conquering\r\nconqure,conquer\r\nconqured,conquered\r\nconrete,concrete\r\nconribute,contribute\r\nconributed,contributed\r\nconributes,contributes\r\nconributing,contributing\r\nconribution,contribution\r\nconributions,contributions\r\nconributor,contributor\r\nconributors,contributors\r\nconroller,controller\r\nconrollers,controllers\r\nconrtibuting,contributing\r\nconrtol,control\r\nconrtoller,controller\r\nconsacrate,consecrate\r\nconsal,counsel\r\nconsalation,cancellation\r\nconsale,counsel\r\nconsanant,consonant\r\nconsants,conscience\r\nconsaption,conception\r\nconscanous,conscientious\r\nconscciencious,conscientious\r\nconsceince,conscience\r\nconsceincious,conscientious\r\nconsceinus,conscience\r\nconsceious,conscious\r\nconscence,conscious\r\nconscenceous,conscientious\r\nconscencious,conscientious\r\nconscenscious,conscientious\r\nconscensus,consensus\r\nconscent,consent\r\nconscented,consented\r\nconscenting,consenting\r\nconscentious,conscientious\r\nconschience,conscientious\r\nconscidered,considered\r\nconscienceness,conscience\r\nconsciencentous,conscientious\r\nconsciencious,conscious\r\nconsciencous,conscientious\r\nconscienctious,conscientious\r\nconscienctous,conscientious\r\nconsciencus,conscientious\r\nconscieneous,conscientious\r\nconscienious,conscientious\r\nconscienous,conscious\r\nconscienscious,conscientious\r\nconscienscous,conscientious\r\nconsciense,conscience\r\nconsciensious,conscientious\r\nconscienteous,conscientious\r\nconscienteously,conscientious\r\nconscientience,conscientious\r\nconscientients,conscience\r\nconscientiouse,conscientious\r\nconscientius,conscientious\r\nconscientous,conscientious\r\nconscients,conscious\r\nconscientscious,conscientious\r\nconscientuous,conscientious\r\nconscietinous,conscientious\r\nconscietous,conscientious\r\nconscieve,conceive\r\nconsciition,conscription\r\nconsciitions,conscriptions\r\nconsciiton,conscription\r\nconsciitons,conscriptions\r\nconscineous,conscientious\r\nconscinious,conscientious\r\nconscioius,conscious\r\nconscioiusly,consciously\r\nconscioiusness,consciousness\r\nconscionenious,conscientious\r\nconscioness,conscience\r\nconscions,conscience\r\nconscionscus,conscientious\r\nconscionus,conscientious\r\nconscionusness,conscience\r\nconsciou,conscience\r\nconsciouis,conscious\r\nconsciouisly,consciously\r\nconsciouisness,consciousness\r\nconsciouly,consciously\r\nconsciounce,conscience\r\nconsciouness,consciousness\r\nconsciounesses,consciousnesses\r\nconsciouse,conscious\r\nconsciousencious,conscientious\r\nconsciousens,conscientious\r\nconsciouslly,consciously\r\nconscioussness,consciousness\r\nconscipition,conscription\r\nconscipitions,conscriptions\r\nconscipiton,conscription\r\nconscipitons,conscriptions\r\nconscipton,conscription\r\nconsciptons,conscriptions\r\nconscise,concise\r\nconscistant,consistent\r\nconscistent,consistent\r\nconsciton,conscription\r\nconscitons,conscriptions\r\nconsciuos,conscious\r\nconsciuosly,consciously\r\nconsciuosness,consciousness\r\nconscius,conscious\r\nconscoins,conscience\r\nconscoius,conscious\r\nconscoiusly,consciously\r\nconscoiusness,consciousness\r\nconsconsious,conscientious\r\nconscouince,conscience\r\nconscouis,conscious\r\nconscouisly,consciously\r\nconscouisness,consciousness\r\nconscriition,conscription\r\nconscriitions,conscriptions\r\nconscriiton,conscription\r\nconscriitons,conscriptions\r\nconscripition,conscription\r\nconscripitions,conscriptions\r\nconscripiton,conscription\r\nconscripitons,conscriptions\r\nconscripton,conscription\r\nconscriptons,conscriptions\r\nconscriton,conscription\r\nconscritons,conscriptions\r\nconsdensed,condensed\r\nconsderin,considering\r\nconsdider,consider\r\nconsdiderable,considerable\r\nconsdiderably,considerably\r\nconsdidered,considered\r\nconsdidering,considering\r\nconsdiders,considers\r\nconsdier,consider\r\nconsdierable,considerable\r\nconsdierably,considerably\r\nconsdieration,considerations\r\nconsdiered,considered\r\nconsdiering,considering\r\nconsdiers,considers\r\nconsditions,conditions\r\nconseal,counsel\r\nconseated,conceited\r\nconseave,conceive\r\nconsebsion,conception\r\nconsecience,conscientious\r\nconsecious,conscientious\r\nconsecption,conception\r\nconsecratoin,consecration\r\nconsection,conception\r\nconsective,consecutive\r\nconsectuive,consecutive\r\nconsectuively,consecutively\r\nconsectutive,consecutive\r\nconsectutively,consecutively\r\nconsecuative,consecutive\r\nconsecuence,consequence\r\nconsecuences,consequences\r\nconsecuentes,consequences\r\nconsecuently,consequently\r\nconsecutivly,consecutively\r\nconsede,concede\r\nconseed,conceive\r\nconseguence,consequence\r\nconseinches,conscientious\r\nconseious,conscientious\r\nconseive,conceive\r\nconseived,conceded\r\nconsel,consul\r\nconselation,consolation\r\nconsele,counsel\r\nconselllor,consellor\r\nconsempation,conception\r\nconsemption,conception\r\nconsencdious,conscientious\r\nconsence,conscious\r\nconsencious,conscious\r\nconsencus,consensus\r\nconsending,consenting\r\nconseninous,conscientious\r\nconsenquantly,consequently\r\nconsenquence,consequence\r\nconsenquences,consequences\r\nconsenquenlty,consequently\r\nconsenquent,consequent\r\nconsenquentily,consequently\r\nconsenquently,consequently\r\nconsenquentualy,consequently\r\nconsenshuz,conscientious\r\nconsensibus,conscientious\r\nconsensious,conscientious\r\nconsensuarlo,consensual\r\nconsensuel,consensual\r\nconsensul,consensual\r\nconsentance,consistent\r\nconsentious,conscientious\r\nconsentise,conscientious\r\nconsentrate,concentrate\r\nconsentrated,concentrated\r\nconsentrates,concentrates\r\nconsentrating,concentrating\r\nconsentration,concentration\r\nconsentrations,concentrations\r\nconsenuous,conscientious\r\nconsenus,consensus\r\nconsenusal,consensual\r\nconsepation,conception\r\nconsepction,conception\r\nconsepition,conception\r\nconsept,concept\r\nconsepter,concepter\r\nconseptinin,conceptinin\r\nconseption,conception\r\nconseptmodel,conceptmodel\r\nconsepts,concepts\r\nconseptual,conceptual\r\nconseptualart,conceptualart\r\nconseptualised,conceptualised\r\nconseptualists,conceptualists\r\nconseptualized,conceptualized\r\nconseqence,consequence\r\nconseqences,consequences\r\nconseqent,consequent\r\nconseqential,consequential\r\nconseqently,consequently\r\nconseqeunces,consequence\r\nconsequantly,consequently\r\nconsequece,consequence\r\nconsequencies,consequence\r\nconsequenctly,consequently\r\nconsequenes,consequence\r\nconsequenlty,consequently\r\nconsequense,consequences\r\nconsequenses,consequences\r\nconsequental,consequently\r\nconsequente,consequence\r\nconsequentely,consequently\r\nconsequentily,consequently\r\nconsequentually,consequently\r\nconsequentualy,consequently\r\nconsequenty,consequently\r\nconsequeseces,consequences\r\nconsequitive,consecutive\r\nconsequnce,consequence\r\nconsequneces,consequence\r\nconsequtive,consecutive\r\nconsequtively,consecutively\r\nconseravative,conservative\r\nconsering,considering\r\nconsern,concern\r\nconserned,concerned\r\nconserning,concerning\r\nconserns,concerns\r\nconsert,conservative\r\nconservacion,conservation\r\nconservanti,conservation\r\nconservare,conserve\r\nconservatie,conservatives\r\nconservaties,conservatives\r\nconservationaly,conservationally\r\nconservatisim,conservatism\r\nconservativeky,conservatively\r\nconservativly,conservatively\r\nconservativo,conservation\r\nconservativs,conservatism\r\nconservativsm,conservatism\r\nconservato,conservation\r\nconservatoin,conservation\r\nconservaton,conservation\r\nconservice,conserve\r\nconservies,conserve\r\nconservitave,conservatives\r\nconservite,conserve\r\nconservitism,conservatism\r\nconservitive,conservative\r\nconservitively,conservatively\r\nconservitives,conservatives\r\nconservitivism,conservativism\r\nconsesptions,conception\r\nconsession,concession\r\nconsestane,consistent\r\nconsestion,consistent\r\nconset,consent\r\nconsetious,conscientious\r\nconseve,conceive\r\nconseved,conceive\r\nconsficated,confiscated\r\nconsheencisince,conscientious\r\nconshenious,conscientious\r\nconshents,conscientious\r\nconsherne,conscientious\r\nconshionenus,conscientious\r\nconshus,conscious\r\nconsiance,conscious\r\nconsiancous-,conscientious\r\nconsice,concise\r\nconsicence,conscience\r\nconsicience,conscience\r\nconsicient,conscience\r\nconsiciouness,consciousness\r\nconsiciounesses,consciousnesses\r\nconsicious,conscious\r\nconsiciousness,consciousness\r\nconsiciousnesses,consciousnesses\r\nconsicouis,conscious\r\nconsicouness,consciousness\r\nconsicounesses,consciousnesses\r\nconsicous,conscious\r\nconsicousness,consciousness\r\nconsicousnesses,consciousnesses\r\nconsicusous,conscientious\r\nconside,considering\r\nconsideer,consider\r\nconsident,consonant\r\nconsiderabe,considerate\r\nconsiderabely,considerable\r\nconsiderabile,considerable\r\nconsiderablely,considerably\r\nconsiderabley,considerably\r\nconsiderablly,considerably\r\nconsideracion,consideration\r\nconsiderad,considered\r\nconsideraiion,consideration\r\nconsiderais,considers\r\nconsiderant,considerate\r\nconsiderarle,considerable\r\nconsiderarte,considerate\r\nconsideras,considers\r\nconsideraste,considerate\r\nconsiderat,consideration\r\nconsideratie,considerate\r\nconsideratin,considerations\r\nconsideratinos,considerations\r\nconsideratioin,consideration\r\nconsiderationg,consideration\r\nconsideratiosn,considerations\r\nconsiderato,consideration\r\nconsideratoin,considerations\r\nconsideratoins,considerations\r\nconsiderble,considerable\r\nconsiderbly,considerably\r\nconsiderd,considered\r\nconsidere,considered\r\nconsidereis,considers\r\nconsideres,considered\r\nconsideret,considerate\r\nconsideribly,considerably\r\nconsideritely,considerately\r\nconsideritly,considerately\r\nconsiderred,considered\r\nconsiderstion,considerations\r\nconsiderstions,considerations\r\nconsidert,considerate\r\nconsidertaion,considerations\r\nconsiec,conscious\r\nconsience,conscious\r\nconsienced,conscience\r\nconsiences,conscientious\r\nconsiencess,conscientious\r\nconsiencious,conscientious\r\nconsiencous,conscientious\r\nconsieneansious,conscientious\r\nconsiensus,conscientious\r\nconsient,conscient\r\nconsientific,conscientific\r\nconsientifically,conscientifically\r\nconsientious,conscientious\r\nconsientiously,conscientiously\r\nconsiently,consciently\r\nconsientous,conscientious\r\nconsienusaly,conscientious\r\nconsier,consider\r\nconsieve,conceive\r\nconsil,counsel\r\nconsilation,consolation\r\nconsilidate,consolidate\r\nconsilidated,consolidated\r\nconsimption,consumption\r\nconsinante,consistent\r\nconsince,conscious\r\nconsinence,conscience\r\nconsineous,conscientious\r\nconsinesious,conscientious\r\nconsinstency,consistency\r\nconsioce,conscientious\r\nconsionable,conscionable\r\nconsionably,conscionably\r\nconsionce,conscience\r\nconsiouns,conscience\r\nconsious,conscious\r\nconsiouse,conscious\r\nconsiously,consciously\r\nconsiousness,consciousness\r\nconsipracies,conspiracies\r\nconsipracy,conspiracy\r\nconsiquence,consequence\r\nconsiquences,consequences\r\nconsiquent,consequent\r\nconsiquential,consequential\r\nconsiquently,consequently\r\nconsise,concise\r\nconsisent,consistent\r\nconsisider,consider\r\nconsisions,conscience\r\nconsisit,consist\r\nconsisiting,consisting\r\nconsisits,consists\r\nconsisntency,consistency\r\nconsisntent,consistent\r\nconsistance,consistency\r\nconsistances,consistences\r\nconsistancie,consistencie\r\nconsistancies,consistencies\r\nconsistanciy,consistenciy\r\nconsistanciys,consistenciys\r\nconsistancy,consistency\r\nconsistancys,consistencys\r\nconsistant,consistent\r\nconsistantancy,consistentancy\r\nconsistantcy,consistentcy\r\nconsistante,consistente\r\nconsistantes,consistentes\r\nconsistantley,consistentley\r\nconsistantly,consistently\r\nconsistantlygets,consistentlygets\r\nconsistants,consistents\r\nconsistanty,consistenty\r\nconsistantyour,consistentyour\r\nconsistaunt,consistent\r\nconsiste,consist\r\nconsistencey,consistency\r\nconsistend,consistent\r\nconsistening,consisting\r\nconsistenly,consistently\r\nconsistens,consists\r\nconsistensy,consistency\r\nconsistentaly,consistentally\r\nconsistentcy,consistently\r\nconsistents,consists\r\nconsistenty,consistently\r\nconsisteny,consistency\r\nconsistes,consists\r\nconsistiance,consistent\r\nconsistiency,consistency\r\nconsistient,consistent\r\nconsistince,consistence\r\nconsistinces,consistences\r\nconsistincie,consistencie\r\nconsistincies,consistencies\r\nconsistinciy,consistenciy\r\nconsistinciys,consistenciys\r\nconsistincy,consistency\r\nconsistincys,consistencys\r\nconsistined,consistent\r\nconsistint,consistent\r\nconsistintly,consistently\r\nconsistion,consistent\r\nconsististing,consisting\r\nconsiston,consistent\r\nconsistont,consistent\r\nconsistuencies,constituencies\r\nconsistuency,constituency\r\nconsistuent,constituent\r\nconsistuents,constituents\r\nconsitance,consistent\r\nconsitancy,consistency\r\nconsitant,consistent\r\nconsitency,consistency\r\nconsitent,consistent\r\nconsiter,consider\r\nconsiting,consisting\r\nconsitions,conscious\r\nconsititute,constitute\r\nconsititutes,constitutes\r\nconsits,consists\r\nconsituencies,constituencies\r\nconsituency,constituency\r\nconsituent,constituent\r\nconsitute,constitute\r\nconsituted,constituted\r\nconsitutency,constitutency\r\nconsitutent,constituent\r\nconsitutents,constituents\r\nconsitutes,constitutes\r\nconsitutif,constitutif\r\nconsituting,constituting\r\nconsitution,constitution\r\nconsitutional,constitutional\r\nconsitutionalism,constitutionalism\r\nconsitutionality,constitutionality\r\nconsitutionally,constitutionally\r\nconsitutiones,constitutiones\r\nconsitutions,constitutions\r\nconsitutiton,constitutiton\r\nconsitutive,constitutive\r\nconsive,conceive\r\nconsived,conceive\r\nconsizition,consistent\r\nconsle,console\r\nconsltan,consultant\r\nconslutant,consultant\r\nconslutants,consultant\r\nconsluting,consulting\r\nconsming,consuming\r\nconsntaly,consntally\r\nconsoel,console\r\nconsol,console\r\nconsolacion,consolation\r\nconsoladate,consolidate\r\nconsoladated,consolidated\r\nconsoladates,consolidates\r\nconsoladating,consolidating\r\nconsoladation,consolidation\r\nconsoladations,consolidations\r\nconsolato,consolation\r\nconsoldiate,consolidate\r\nconsoldiated,consolidated\r\nconsolen,console\r\nconsolidad,consolidated\r\nconsolidaiton,consolidation\r\nconsolidare,consolidate\r\nconsolidatoin,consolidation\r\nconsolide,consolidate\r\nconsolildated,consolidated\r\nconsolitated,consolidate\r\nconsolodate,consolidate\r\nconsolodated,consolidated\r\nconsolodates,consolidates\r\nconsolodating,consolidating\r\nconsolodation,consolidation\r\nconsolodations,consolidations\r\nconsolse,console\r\nconsolt,console\r\nconsoltation,consultation\r\nconsomation,consolation\r\nconsomme,consommé\r\nconsommes,consommés\r\nconsonanants,consonants\r\nconsonence,consonance\r\nconsonent,consonant\r\nconsonents,consonants\r\nconsonerse,controversy\r\nconsorcium,consortium\r\nconsortiuma,consortium\r\nconsounce,conscience\r\nconsounces,conscience\r\nconsoure,concourse\r\nconspection,conception\r\nconspericies,conspiracies\r\nconspicious,conspicuous\r\nconspiciously,conspicuously\r\nconspicon,conception\r\nconspicous,conspicuous\r\nconspicously,conspicuously\r\nconspirace,conspiracies\r\nconspiraces,conspiracies\r\nconspiracize,conspiracies\r\nconspiracys,conspiracies\r\nconspirancy,conspiracy\r\nconspirater,conspirator\r\nconspirateral,conspiratoral\r\nconspiratered,conspiratored\r\nconspiraterial,conspiratorial\r\nconspiratering,conspiratoring\r\nconspiraters,conspirators\r\nconspiriator,conspirator\r\nconspiricies,conspiracies\r\nconspiricy,conspiracy\r\nconspiritor,conspirator\r\nconspiritorial,conspiratorial\r\nconspiritorium,conspiratorium\r\nconspiritors,conspirators\r\nconspition,conception\r\nconspriacies,conspiracies\r\nconspriacy,conspiracy\r\nconsqeuences,consequence\r\nconsquence,consequence\r\nconsquences,conscientious\r\nconsquent,consequent\r\nconsquential,consequential\r\nconsquentially,consequentially\r\nconsquentials,consequentials\r\nconsquenties,consequenties\r\nconsquently,consequently\r\nconsquenty,consequenty\r\nconsraints,constraints\r\nconsruct,construct\r\nconsructed,constructed\r\nconsructing,constructing\r\nconsruction,construction\r\nconsructionist,constructionist\r\nconsructions,constructions\r\nconsructive,constructive\r\nconsructivism,constructivism\r\nconsructivist,constructivist\r\nconsructor,constructor\r\nconsructors,constructors\r\nconsructs,constructs\r\nconsscious,conscious\r\nconssciously,consciously\r\nconssciousness,consciousness\r\nconssumers,consumers\r\nconstact,contact\r\nconstain,constrain\r\nconstained,constrained\r\nconstainers,containers\r\nconstaining,containing\r\nconstains,contains\r\nconstaint,constraint\r\nconstaints,constraints\r\nconstallation,constellation\r\nconstaly,constally\r\nconstan,constant\r\nconstances,constant\r\nconstanlly,constnally\r\nconstanly,constantly\r\nconstans,constants\r\nconstanst,constants\r\nconstantaly,constantally\r\nconstante,constant\r\nconstantes,constants\r\nconstantins,constants\r\nconstantivs,constants\r\nconstanty,constantly\r\nconstarint,constraint\r\nconstarints,constraint\r\nconstarnation,consternation\r\nconstarnations,consternations\r\nconstasnt,constants\r\nconstast,constants\r\nconstatly,constately\r\nconstatn,constant\r\nconstatnly,constantly\r\nconstatns,constants\r\nconstatnt,constant\r\nconstellatioin,constellation\r\nconstellatioins,constellations\r\nconstellatiosn,constellations\r\nconstent,constant\r\nconstently,constantly\r\nconstents,constants\r\nconstict,constrict\r\nconsticted,constricted\r\nconsticter,constricter\r\nconstictest,constrictest\r\nconsticting,constricting\r\nconstiction,constriction\r\nconstictions,constrictions\r\nconstictive,constrictive\r\nconstictly,constrictly\r\nconstictness,constrictness\r\nconstictor,constrictor\r\nconsticts,constricts\r\nconstient,consistent\r\nconstiinal,continual\r\nconstiinally,continually\r\nconstiination,continuation\r\nconstiinations,continuations\r\nconstiine,continue\r\nconstiined,continued\r\nconstiines,continues\r\nconstiining,continuing\r\nconstiinity,continuity\r\nconstiinous,continuous\r\nconstiinously,continuously\r\nconstillation,constellation\r\nconsting,consisting\r\nconstinual,continual\r\nconstinually,continually\r\nconstinuation,continuation\r\nconstinuations,continuations\r\nconstinue,continue\r\nconstinued,continued\r\nconstinues,continues\r\nconstinuing,continuing\r\nconstinuity,continuity\r\nconstinuous,continuous\r\nconstinuously,continuously\r\nconstion,conditions\r\nconstisant,consistent\r\nconstist,consists\r\nconstistant,consistent\r\nconstistent,consistent\r\nconstistently,consistently\r\nconstition,constitution\r\nconstitit,constitutes\r\nconstitition,constitution\r\nconstititional,constitutional\r\nconstituant,constituent\r\nconstituante,constituents\r\nconstituants,constituents\r\nconstituates,constitutes\r\nconstitucion,constitution\r\nconstitucional,constitutional\r\nconstitude,constitute\r\nconstituded,constituted\r\nconstitudes,constitutes\r\nconstituding,constituting\r\nconstitudion,constitution\r\nconstitue,constitutes\r\nconstitued,constitute\r\nconstituem,constitute\r\nconstituer,constitute\r\nconstitues,constitutes\r\nconstituie,constitute\r\nconstituient,constitute\r\nconstituing,constituting\r\nconstituinte,constituents\r\nconstituintes,constituents\r\nconstituion,constitution\r\nconstituional,constitutional\r\nconstituionalism,constitutionalism\r\nconstituionality,constitutionality\r\nconstituionally,constitutionally\r\nconstituions,constitutions\r\nconstituiont,constitutiont\r\nconstituit,constitute\r\nconstituite,constitute\r\nconstiture,constitute\r\nconstitured,constituted\r\nconstitures,constitutes\r\nconstituring,constituting\r\nconstiturion,constitution\r\nconstiturional,constitutional\r\nconstitutent,constituent\r\nconstitutents,constitutes\r\nconstitutie,constitutes\r\nconstitutiei,constitute\r\nconstitutinal,constitutional\r\nconstitutionaly,constitutionally\r\nconstitutionalyl,constitutionally\r\nconstitutionnal,constitutional\r\nconstitutn,constituents\r\nconstitutues,constitute\r\nconstituye,constitute\r\nconstiuent,constituent\r\nconstiutents,constituents\r\nconstnat,constant\r\nconstnatly,constantly\r\nconstnts,constants\r\nconstract,contract\r\nconstracting,constructing\r\nconstraction,construction\r\nconstracts,constructs\r\nconstrainded,constrained\r\nconstrained-regarized,constrained-regularized\r\nconstraing,constraint\r\nconstraings,constraints\r\nconstrainsd,constrained\r\nconstrainst,constraint\r\nconstrainsts,constraints\r\nconstrainted,constrained\r\nconstrait,constraints\r\nconstraitn,constraint\r\nconstraits,constraints\r\nconstranit,constraint\r\nconstransi,constraints\r\nconstrant,constant\r\nconstrants,constraints\r\nconstrast,contrast\r\nconstrastable,contrastable\r\nconstrasted,contrasted\r\nconstrasting,contrasting\r\nconstrastingly,contrastingly\r\nconstrastive,contrastive\r\nconstrasts,contrasts\r\nconstrat,constraint\r\nconstrating,constraint\r\nconstratins,constraints\r\nconstraucts,constructs\r\nconstrctor,constructor\r\nconstrcut,construct\r\nconstrcutor,constructor\r\nconstrcuts,constructs\r\nconstriant,constraint\r\nconstriants,constraints\r\nconstribute,contribute\r\nconstributed,contributed\r\nconstributing,contributing\r\nconstribution,contribution\r\nconstributions,contributions\r\nconstributors,contributors\r\nconstroctur,constructor\r\nconstrol,control\r\nconstroller,controller\r\nconstroversy,controversy\r\nconstrtaints,constraints\r\nconstruc,construct\r\nconstruccion,construction\r\nconstruced,constructed\r\nconstrucing,constructing\r\nconstrucion,construction\r\nconstrucionist,constructionist\r\nconstrucions,constructions\r\nconstruciton,construction\r\nconstrucive,constructive\r\nconstrucivism,constructivism\r\nconstrucktion,construction\r\nconstrucnion,construction\r\nconstrucor,constructor\r\nconstrucors,constructors\r\nconstrucotor,constructor\r\nconstrucs,constructs\r\nconstructabilty,constructability\r\nconstructablility,constructability\r\nconstructeds,constructs\r\nconstructer,constructor\r\nconstructibilty,constructibility\r\nconstructicon,construction\r\nconstructie,constructive\r\nconstructief,constructive\r\nconstructies,constructs\r\nconstructieve,constructive\r\nconstructifs,constructs\r\nconstructiin,constructing\r\nconstructioin,construction\r\nconstructionablity,constructionability\r\nconstructiong,constructing\r\nconstructiosn,constructions\r\nconstructivo,construction\r\nconstructo,construction\r\nconstructoed,constructed\r\nconstructorinfomessage,constructor\r\nconstructorr,constructor\r\nconstructos,constructs\r\nconstructred,constructed\r\nconstructtion,construction\r\nconstructued,constructed\r\nconstructuor,constructor\r\nconstructur,constructor\r\nconstructus,constructs\r\nconstrucutive,constructive\r\nconstrude,construed\r\nconstruint,constraint\r\nconstruits,constructs\r\nconstrust,constructs\r\nconstrustor,constructor\r\nconstrut,constructs\r\nconstruted,constructed\r\nconstruting,constructing\r\nconstrution,construction\r\nconstrutor,constructor\r\nconstrutors,constructors\r\nconstruts,constructs\r\nconstruuctor,constructor\r\nconstsants,constants\r\nconsttruct,construct\r\nconsttructed,constructed\r\nconsttructing,constructing\r\nconsttruction,construction\r\nconsttructionist,constructionist\r\nconsttructs,constructs\r\nconstuct,construct\r\nconstucted,constructed\r\nconstucting,constructing\r\nconstuction,construction\r\nconstuctionism,constructionism\r\nconstuctionist,constructionist\r\nconstuctions,constructions\r\nconstuctive,constructive\r\nconstuctively,constructively\r\nconstuctivist,constructivist\r\nconstuctivists,constructivists\r\nconstuctor,constructor\r\nconstuctors,constructors\r\nconstucts,constructs\r\nconstucture,constructure\r\nconsturcted,constructed\r\nconsturction,construction\r\nconsturctor,constructor\r\nconsturcts,constructs\r\nconstured,construed\r\nconstute,constitute\r\nconstuted,constituted\r\nconstutes,constitutes\r\nconstuting,constituting\r\nconstution,constitution\r\nconstutional,constitutional\r\nconstutionally,constitutionally\r\nconstutione,constitutione\r\nconstutite,constitute\r\nconstutited,constituted\r\nconstutites,constitutes\r\nconstutiting,constituting\r\nconstutition,constitution\r\nconstutute,constitute\r\nconstututed,constituted\r\nconstututes,constitutes\r\nconstututing,constituting\r\nconstutution,constitution\r\nconstututional,constitutional\r\nconsual,counsel\r\nconsued,confused\r\nconsueling,consulting\r\nconsuelling,counselling\r\nconsuemr,consumer\r\nconsuent,conscience\r\nconsuer,consumer\r\nconsuinces,conscientious\r\nconsulant,consultant\r\nconsulants,consultants\r\nconsulation,consolation\r\nconsulations,consultations\r\nconsule,consult\r\nconsulsho,consul\r\nconsultaion,consultation\r\nconsultanti,consultation\r\nconsultat,consultant\r\nconsultata,consultant\r\nconsultate,consultant\r\nconsultati,consultant\r\nconsultating,consultation\r\nconsultatioin,consultation\r\nconsultativly,consultatively\r\nconsultato,consultation\r\nconsultatoin,consultation\r\nconsulte,consult\r\nconsultent,consultant\r\nconsultents,consultants\r\nconsultunt,consultant\r\nconsumate,consummate\r\nconsumated,consummated\r\nconsumates,consummates\r\nconsumating,consummating\r\nconsumation,consumption\r\nconsumations,consummations\r\nconsumbale,consumables\r\nconsumbales,consumables\r\nconsumber,consumer\r\nconsumberism,consumerism\r\nconsumbers,consumers\r\nconsumd,consumed\r\nconsumend,consumed\r\nconsuments,consumes\r\nconsumerisim,consumerism\r\nconsumersim,consumerism\r\nconsumibles,consumables\r\nconsumig,consuming\r\nconsumirem,consumerism\r\nconsumires,consumerism\r\nconsumirse,consumerism\r\nconsumiste,consumes\r\nconsummed,consumed\r\nconsummer,consumer\r\nconsummers,consumers\r\nconsumned,consumed\r\nconsumpion,consumption\r\nconsumpiton,consumption\r\nconsumpton,consumption\r\nconsums,consumes\r\nconsunce,conscious\r\nconsuntrate,concentrate\r\nconsuption,consumption\r\nconsuss,conscious\r\nconsutaions,conscience\r\nconsyiensious,conscientious\r\ncontac't,contact's\r\ncontacentation,concatenation\r\ncontacs,contacts\r\ncontactablity,contactability\r\ncontactes,contacts\r\ncontaction,contacting\r\ncontactos,contacts\r\ncontadict,contradict\r\ncontageous,contagious\r\ncontagios,contagious\r\ncontagiosa,contagious\r\ncontagioso,contagious\r\ncontagiosum,contagious\r\ncontaibibg,containing\r\ncontaienr's,container's\r\ncontaienr,container\r\ncontaienrs,containers\r\ncontaier,container\r\ncontaigous,contagious\r\ncontaimer,container\r\ncontaiminate,contaminate\r\ncontaiminated,contaminated\r\ncontaiminates,contaminates\r\ncontaiminating,contaminating\r\ncontaimination,contamination\r\ncontaiminations,contaminations\r\ncontaina,contain\r\ncontainacy,containcy\r\ncontainaed,contained\r\ncontainaing,containing\r\ncontainas,contains\r\ncontaind,contained\r\ncontaine,contains\r\ncontaineers,containers\r\ncontainered,contained\r\ncontainersr,containers\r\ncontaines,contains\r\ncontaing,containing\r\ncontaings,contains\r\ncontaini,contain\r\ncontainicy,containcy\r\ncontainied,contained\r\ncontainig,containing\r\ncontainiing,containing\r\ncontainin,contains\r\ncontainined,contained\r\ncontainings,containing\r\ncontaininig,containing\r\ncontainis,contains\r\ncontainity,containty\r\ncontainmemt,containment\r\ncontainnee,container\r\ncontainng,containing\r\ncontainors,containers\r\ncontainr,container\r\ncontains-manua-mode,contains-manual-mode\r\ncontainss,contains\r\ncontainst,contains\r\ncontaint,contain\r\ncontainte,contented\r\ncontainted,contained\r\ncontainter,container\r\ncontainters,containers\r\ncontainting,containing\r\ncontaints,contains\r\ncontainued,continued\r\ncontainy,contain\r\ncontaioner,container\r\ncontaire,containers\r\ncontais,contains\r\ncontaisn,contains\r\ncontaminacion,contamination\r\ncontaminanted,contaminated\r\ncontaminatie,contaminated\r\ncontaminato,contamination\r\ncontaminaton,contamination\r\ncontaminen,containment\r\ncontaminence,contaminance\r\ncontaminences,contaminances\r\ncontaminent,containment\r\ncontaminently,contaminantly\r\ncontaminents,containment\r\ncontaminete,contaminate\r\ncontamineted,contaminated\r\ncontaminetes,contaminates\r\ncontamineting,contaminating\r\ncontaminetion,contamination\r\ncontaminetions,contaminations\r\ncontaminetor,contaminator\r\ncontaminetors,contaminators\r\ncontaminiance,contaminance\r\ncontaminiances,contaminances\r\ncontaminiant,contaminant\r\ncontaminiantly,contaminantly\r\ncontaminiate,contaminate\r\ncontaminiated,contaminated\r\ncontaminiates,contaminates\r\ncontaminiating,contaminating\r\ncontaminiation,contamination\r\ncontaminiations,contaminations\r\ncontaminiator,contaminator\r\ncontaminiators,contaminators\r\ncontaminted,contaminated\r\ncontamporaries,contemporaries\r\ncontamporary,contemporary\r\ncontan,contain\r\ncontanance,countenance\r\ncontance,conscience\r\ncontancting,contracting\r\ncontancts,contacts\r\ncontane,contain\r\ncontaned,contented\r\ncontanence,countenance\r\ncontanent,continent\r\ncontaner,container\r\ncontaners,containers\r\ncontanes,contains\r\ncontanier,container\r\ncontanimate,contaminated\r\ncontanimated,contaminated\r\ncontanimation,contamination\r\ncontaniments,containment\r\ncontaning,containing\r\ncontannce,countenance\r\ncontannict,continent\r\ncontans,contains\r\ncontanst,constant\r\ncontant's,constant's\r\ncontant,content\r\ncontante,contented\r\ncontanted,contented\r\ncontantenate,concatenate\r\ncontanti,contacting\r\ncontanting,contacting\r\ncontantly,constantly\r\ncontants,contents\r\ncontarst,contrast\r\ncontarstable,contrastable\r\ncontarsted,contrasted\r\ncontarsting,contrasting\r\ncontarstingly,contrastingly\r\ncontarsts,contrasts\r\ncontary,contrary\r\ncontasined,contained\r\ncontasining,containing\r\ncontast,contacts\r\ncontastant,constant\r\ncontate,contented\r\ncontatenated,concatenated\r\ncontatinated,concatenated\r\ncontatining,containing\r\ncontavercy,controversy\r\ncontaxt,context\r\ncontbins,conditions\r\nconteated,contented\r\ncontebt,content\r\ncontect,context\r\ncontected,connected\r\ncontection,contention\r\ncontectual,contextual\r\ncontegorized,categorized\r\nconteide,contented\r\ncontein,contain\r\nconteined,contained\r\nconteiners,contenders\r\nconteining,containing\r\nconteins,contains\r\ncontempate,contemplate\r\ncontempe,contented\r\ncontemperary,contemporary\r\ncontempible,contemptible\r\ncontemplare,contemplate\r\ncontemplat,contempt\r\ncontemplatioin,contemplation\r\ncontemple,contemplate\r\ncontempoary,contemporary\r\ncontemporaneosly,contemporaneously\r\ncontemporanes,contemporaneous\r\ncontemporanesly,contemporaneously\r\ncontemporaneus,contemporaneous\r\ncontemporanos,contemporaneous\r\ncontemporanosly,contemporaneously\r\ncontemporanous,contemporaneous\r\ncontemporanously,contemporaneously\r\ncontemporanus,contemporaneous\r\ncontemporanusly,contemporaneously\r\ncontemporany,contemporary\r\ncontemporay,contemporary\r\ncontempory,contemporary\r\ncontemptable,competent\r\ncontempted,contented\r\ncontemt,contempt\r\ncontemti,contented\r\nconten,content\r\ncontenance,countenance\r\ncontenant,continent\r\ncontenants,continents\r\ncontence,contents\r\ncontencion,contention\r\ncontencious,contentious\r\ncontencs,countenance\r\ncontende,contented\r\ncontendid,contented\r\ncontendor,contender\r\ncontendors,contenders\r\ncontene,contented\r\ncontened,contented\r\ncontenence,countenance\r\ncontenent,continent\r\ncontenental,continental\r\ncontenents,continents\r\nconteneurs,contenders\r\ncontengency,contingency\r\ncontengent,contingent\r\ncontenience,countenance\r\ncontenient,convenient\r\nconteniet,continent\r\nconteninent,continent\r\ncontenintal,continental\r\ncontenintet,continent\r\ncontenler,contented\r\ncontennence,countenance\r\ncontennent,continent\r\ncontenplate,contemplate\r\ncontenplating,contemplating\r\ncontenr,contented\r\ncontens,contents\r\ncontense,contenders\r\ncontension,contention\r\ncontensious,contentious\r\ncontenst,contents\r\ncontensts,contents\r\ncontent-lenght,content-length\r\ncontent-managment-system,content-management-system\r\ncontent-manangement,content-management\r\ncontent-negotation,content-negotiation\r\ncontentants,contestants\r\ncontentas,contents\r\ncontentded,contented\r\ncontente,content\r\ncontenten,contented\r\ncontentence,countenance\r\ncontentes,contents\r\ncontenti,contented\r\ncontentie,contented\r\ncontentied,contented\r\ncontentino,contention\r\ncontentionz,contentions\r\ncontentios,contentious\r\ncontentos,contents\r\ncontentous,contentious\r\ncontentred,contented\r\ncontentss,contents\r\ncontentuous,contentious\r\ncontentx,contents\r\ncontenuus,continuous\r\ncontenxt,context\r\nconteols,controls\r\nconteonce,conscience\r\nconteous,conscious\r\nconter,counter\r\nconternerize,containerize\r\ncontervercing,controversy\r\ncontervercuy,controversy\r\nconterverisy,controversy\r\nconterversay,controversy\r\nconterversty,controversy\r\nconterversy,controversy\r\ncontes,contents\r\ncontess,contests\r\ncontestablility,contestability\r\ncontestais,contests\r\ncontestans,contests\r\ncontestas,contests\r\ncontestase,contests\r\ncontestaste,contestants\r\ncontestat,contestants\r\ncontestent,contestant\r\ncontestents,contestants\r\ncontestes,contests\r\ncontestion,contention\r\ncontestors,contests\r\ncontet,context\r\ncontete,contented\r\nconteted,contented\r\ncontetinement,continent\r\ncontetn,content\r\ncontetns,contents\r\ncontets,contexts\r\ncontetx,context\r\nconteversy,controversy\r\ncontevesy,controversy\r\ncontex,context\r\ncontexct,context\r\ncontext-contex,context-context\r\ncontexta,contextual\r\ncontextaul,contextual\r\ncontextes,contexts\r\ncontextful,contextual\r\ncontexti,context\r\ncontextl,contextual\r\ncontextos,contexts\r\ncontextuel,contextual\r\ncontextura,contextual\r\ncontformation,confirmation\r\ncontiain,contain\r\ncontian,contain\r\ncontiana,contain\r\ncontianacy,containcy\r\ncontianaed,contained\r\ncontianaing,containing\r\ncontianas,contains\r\ncontiancy,containcy\r\ncontianed,contained\r\ncontianer,container\r\ncontianers,containers\r\ncontiani,contain\r\ncontianicy,containcy\r\ncontianied,contained\r\ncontianiing,containing\r\ncontianing,containing\r\ncontianis,contains\r\ncontianment,containment\r\ncontians,contains\r\ncontibute,contribute\r\ncontibuted,contributed\r\ncontibuters,contributors\r\ncontibutes,contributes\r\ncontibuting,contributing\r\ncontibution,contribution\r\ncontibutions,contributions\r\ncontibutor,contributor\r\ncontibutores,contributors\r\ncontibutors,contributors\r\ncontiditions,conditions\r\ncontiencious,conscientious\r\ncontienent,continent\r\ncontient,continent\r\ncontiente,continent\r\ncontientes,conscience\r\ncontientious,conscientious\r\ncontientous,contentious\r\ncontigent,contingent\r\ncontigents,continents\r\ncontigious,contagious\r\ncontignent,contingent\r\ncontigous,contiguous\r\ncontiguos,contiguous\r\ncontiguration-block,configuration-block\r\ncontiguring,configuring\r\ncontiment,continent\r\ncontimplate,contemplate\r\ncontimplating,contemplating\r\ncontin,contain\r\ncontinaces,countenance\r\ncontinaing,containing\r\ncontinal,continual\r\ncontinally,continually\r\ncontinance,countenance\r\ncontinant,continental\r\ncontinants,continents\r\ncontination,continuation\r\ncontinations,continuations\r\ncontincious,conscious\r\ncontine,continue\r\ncontinect,continent\r\ncontined,continued\r\ncontineious,continuous\r\ncontinenal,continental\r\ncontinencious,continuous\r\ncontinenet,continents\r\ncontinenets,continents\r\ncontinens,continents\r\ncontinentais,continents\r\ncontinente,contented\r\ncontinentes,continents\r\ncontinential,continental\r\ncontinenties,countenance\r\ncontinentul,continental\r\ncontineous,continuous\r\ncontineously,continuously\r\ncontiner,container\r\ncontiners,containers\r\ncontines,continents\r\ncontinet,continent\r\ncontinetal,continental\r\nconting,counting\r\ncontingancy,contingency\r\ncontingecy,contingency\r\ncontingeny,contingency\r\ncontingient,contingent\r\ncontingincy,contingency\r\ncontingually,contigually\r\ncontinguency,contiguency\r\ncontinguity,contiguity\r\ncontingunt,contigunt\r\ncontinguous,contiguous\r\ncontingut,contigut\r\ncontinguts,contiguts\r\ncontinient,contingent\r\ncontininent,continent\r\ncontining,containing\r\ncontinious,continuous\r\ncontiniouse,continuous\r\ncontiniously,continuously\r\ncontinite,continent\r\ncontinity,continuity\r\ncontiniue,continue\r\ncontiniued,continued\r\ncontiniuosly,continuously\r\ncontinius,continuous\r\ncontiniuty,continuity\r\ncontinnent,continent\r\ncontinnue,continue\r\ncontinnuous,continuous\r\ncontinos,continuous\r\ncontinouis,continuous\r\ncontinouise,continuous\r\ncontinouos,continuous\r\ncontinouous,continuous\r\ncontinous,continuous\r\ncontinous-time,continuous-time\r\ncontinously,continuously\r\ncontins,contains\r\ncontinse,contented\r\ncontintent,contingent\r\ncontinting,containing\r\ncontinu,continue\r\ncontinuacion,continuation\r\ncontinualy,continually\r\ncontinuaous,continuous\r\ncontinuare,continue\r\ncontinuarla,continual\r\ncontinuarlo,continual\r\ncontinuas,continuous\r\ncontinuasse,continues\r\ncontinuate,continent\r\ncontinuati,continuity\r\ncontinuating,continuation\r\ncontinuativo,continuation\r\ncontinuato,continuation\r\ncontinuatoin,continuation\r\ncontinueaus,continuous\r\ncontinueing,continuing\r\ncontinueings,continuings\r\ncontinuelly,continually\r\ncontinuemos,continues\r\ncontinuent,contingent\r\ncontinueous,continuous\r\ncontinuesly,continuously\r\ncontinuess,continuous\r\ncontinuety,continuity\r\ncontinuign,continuing\r\ncontinuining,continuing\r\ncontinuious,continuous\r\ncontinum,continuum\r\ncontinunes,continents\r\ncontinuning,continuing\r\ncontinunity,continuity\r\ncontinuoes,continuous\r\ncontinuons,continuous\r\ncontinuoous,continuous\r\ncontinuos,continuous\r\ncontinuosly,continuously\r\ncontinuousely,continuously\r\ncontinuoysly,continuously\r\ncontinus,continues\r\ncontinusly,continuously\r\ncontinut,continuity\r\ncontinutation,continuation\r\ncontinutations,continuations\r\ncontinute,continue\r\ncontinuting,continuing\r\ncontinutity,continuity\r\ncontinutiy,continuity\r\ncontinuty,continuity\r\ncontinuu,continuous\r\ncontinuuing,continuing\r\ncontinuuity,continuity\r\ncontinuus,continuous\r\ncontinuuum,continuum\r\ncontioance,countenance\r\ncontioll,control\r\ncontionce,conscience\r\ncontions,conscience\r\ncontionus,continuous\r\ncontious,conscious\r\ncontirbute,contribute\r\ncontirbuted,contributed\r\ncontirbuting,contributing\r\ncontirbution,contribution\r\ncontirbutor,contributor\r\ncontirbutors,contributors\r\ncontirubtions,contributions\r\ncontitionous,continuous\r\ncontitions,conditions\r\ncontitnent,contingent\r\ncontitutes,constitutes\r\ncontitution,constitution\r\ncontitutional,constitutional\r\ncontiual,continual\r\ncontiually,continually\r\ncontiue,continue\r\ncontiued,continued\r\ncontiues,continues\r\ncontiuing,continuing\r\ncontiunal,continual\r\ncontiunally,continually\r\ncontiunation,continuation\r\ncontiune,continue\r\ncontiuning,containing\r\ncontiunity,continuity\r\ncontiunuous,continuous\r\ncontiuous,continuous\r\ncontiuously,continuously\r\ncontiuvisy,controversy\r\ncontiversey,controversy\r\ncontned,contented\r\ncontnet,content\r\ncontnets,contents\r\ncontnt,content\r\ncontnts,contents\r\ncontnual,continual\r\ncontnually,continually\r\ncontnuas,continuous\r\ncontnuation,continuation\r\ncontnuations,continuations\r\ncontnue,continue\r\ncontnued,continued\r\ncontnues,continues\r\ncontnuing,continuing\r\ncontnuity,continuity\r\ncontnuous,continuous\r\ncontnuously,continuously\r\ncontol,control\r\ncontoller,controller\r\ncontonence,countenance\r\ncontooor,contour\r\ncontoributions,contributions\r\ncontorl,control\r\ncontorller,controllers\r\ncontorls,controls\r\ncontowversie,controversy\r\ncontrabution,contribution\r\ncontrabutions,contributions\r\ncontrac,contract\r\ncontraccion,contraction\r\ncontraceptie,contraceptives\r\ncontraceptivo,contraception\r\ncontraceptivos,contraceptives\r\ncontracing,contracting\r\ncontrack,contract\r\ncontracked,contacted\r\ncontracr,contractor\r\ncontracs,contracts\r\ncontractar,contractor\r\ncontracter,contractor\r\ncontractibilty,contractibility\r\ncontractin,contraction\r\ncontracto,contraction\r\ncontractos,contracts\r\ncontraddice,contradicted\r\ncontradiccion,contradiction\r\ncontradice,contradicted\r\ncontradices,contradicts\r\ncontradicing,contradicting\r\ncontradicion,contradiction\r\ncontradicitng,contradicting\r\ncontradiciton,contradiction\r\ncontradicitons,contradictions\r\ncontradicory,contradictory\r\ncontradics,contradicts\r\ncontradictary,contradictory\r\ncontradictie,contradicted\r\ncontradictin,contradiction\r\ncontradictiong,contradicting\r\ncontradicton,contradiction\r\ncontradictons,contradicts\r\ncontraditory,contradictory\r\ncontradtion,contraction\r\ncontrain,constrain\r\ncontrained,constrained\r\ncontrains,contains\r\ncontraint,constraint\r\ncontraint-based,constraint-based\r\ncontraints,constraints\r\ncontral,control\r\ncontrase,contrast\r\ncontraticted,contradicted\r\ncontraticting,contradicting\r\ncontratry,contrary\r\ncontravecial,controversial\r\ncontravecially,controversially\r\ncontravecies,controversies\r\ncontravecy,controversy\r\ncontraveial,controversial\r\ncontraveially,controversially\r\ncontraveies,controversies\r\ncontravercial,controversial\r\ncontravercially,controversially\r\ncontravercies,controversies\r\ncontravercy,controversy\r\ncontraverial,controversial\r\ncontraverially,controversially\r\ncontraveries,controversies\r\ncontraversally,controversy\r\ncontraverse,controversy\r\ncontraversery,controversy\r\ncontraversey,controversy\r\ncontraversial,controversial\r\ncontraversially,controversially\r\ncontraversies,controversies\r\ncontraversy,controversy\r\ncontravertial,controversial\r\ncontravertially,controversially\r\ncontraverties,controversies\r\ncontraverty,controversy\r\ncontravery,controversy\r\ncontravesial,controversial\r\ncontravesially,controversially\r\ncontravesies,controversies\r\ncontravesy,controversy\r\ncontravetial,controversial\r\ncontravetially,controversially\r\ncontraveties,controversies\r\ncontravety,controversy\r\ncontravey,controversy\r\ncontravorsy,controversy\r\ncontray,contrary\r\ncontrbute,contribute\r\ncontrbuting,contributing\r\ncontrbutions,contributions\r\ncontreception,contraception\r\ncontredict,contradict\r\ncontrefercing,controversy\r\ncontretearsing,controversy\r\ncontreversey,controversy\r\ncontreversial,controversial\r\ncontreversy,controversy\r\ncontrevy,controversy\r\ncontribors,contributors\r\ncontribte,contribute\r\ncontribtion,contribution\r\ncontribtions,contributions\r\ncontribtue,contribute\r\ncontribtuon,contribution\r\ncontribu,contributors\r\ncontribucion,contribution\r\ncontribue,contribute\r\ncontribued,contributed\r\ncontribuem,contribute\r\ncontribuent,contribute\r\ncontribuer,contribute\r\ncontribuers,contributors\r\ncontribues,contributes\r\ncontribuie,contribute\r\ncontribuing,contributing\r\ncontribuion,contribution\r\ncontribuit,contribute\r\ncontribuiting,contributing\r\ncontribuito,contribution\r\ncontribuiton,contribution\r\ncontribuitor,contributor\r\ncontribuo,contributor\r\ncontribure,contribute\r\ncontribut,contribute\r\ncontributations,contributions\r\ncontributer,contributor\r\ncontributers,contributors\r\ncontributery,contributory\r\ncontributeurs,contributes\r\ncontributie,contribute\r\ncontributiion,contributions\r\ncontributin,contribution\r\ncontributiors,contributors\r\ncontributiosn,contributions\r\ncontributition,contribution\r\ncontributivo,contribution\r\ncontributo,contribution\r\ncontributons,contributors\r\ncontributores,contributors\r\ncontributors's,contributor's\r\ncontributos,contributors\r\ncontributotrs,contributors\r\ncontributs,contributes\r\ncontributting,contributing\r\ncontributuion,contribution\r\ncontributuions,contributions\r\ncontributution,contribution\r\ncontribututions,contributions\r\ncontribututors,contributors\r\ncontribuye,contribute\r\ncontribuyes,contributes\r\ncontriception,contraception\r\ncontriceptives,contraceptives\r\ncontricted,contracted\r\ncontricting,contracting\r\ncontriction,contraction\r\ncontrictions,contractions\r\ncontridict,contradict\r\ncontridicted,contradicted\r\ncontridictory,contradictory\r\ncontridicts,contradicts\r\ncontriefied,countriefied\r\ncontries,countries\r\ncontrieved,contrived\r\ncontrified,countrified\r\ncontriibutor,contributor\r\ncontrinutors,contributors\r\ncontritutions,contributions\r\ncontriubte,contributes\r\ncontriubtors,contributors\r\ncontriubutor,contributor\r\ncontriverse,controversy\r\ncontriversey,controversy\r\ncontriversial,controversial\r\ncontriversy,controversy\r\ncontrl,control\r\ncontrman,countrman\r\ncontrmen,countrmen\r\ncontro,control\r\ncontrobution,contribution\r\ncontrobutors,contributors\r\ncontroception,contraception\r\ncontroceptives,contraceptives\r\ncontroctors,contractors\r\ncontrodicting,contradicting\r\ncontrodiction,contradiction\r\ncontrodictions,contradictions\r\ncontrol-plande,control-plane\r\ncontrola,control\r\ncontrolable,controllable\r\ncontrolalre,controllare\r\ncontrolas,controls\r\ncontrold,controls\r\ncontrole,control\r\ncontroled,controlled\r\ncontrolelr,controllers\r\ncontroler,controller\r\ncontrolers,controls\r\ncontroles,controls\r\ncontroleurs,controllers\r\ncontroling,controlling\r\ncontroll,control\r\ncontrollabilty,controllability\r\ncontrollablity,controllability\r\ncontrolle,controller\r\ncontrolleras,controllers\r\ncontrollery,controller\r\ncontrolles,controls\r\ncontrollled,controlled\r\ncontrolller,controller\r\ncontrolllers,controllers\r\ncontrollling,controlling\r\ncontrollng,controlling\r\ncontrollore,controllers\r\ncontrolls,controls\r\ncontroltk,control\r\ncontronersery,controversy\r\ncontronversey,controversy\r\ncontrosory,controversy\r\ncontrovarsey,controversy\r\ncontrovecial,controversial\r\ncontrovecially,controversially\r\ncontrovecies,controversies\r\ncontrovecy,controversy\r\ncontroveial,controversial\r\ncontroveially,controversially\r\ncontroveies,controversies\r\ncontrovercey,controversy\r\ncontrovercial,controversial\r\ncontrovercially,controversially\r\ncontrovercies,controversies\r\ncontrovercy,controversy\r\ncontroverial,controversial\r\ncontroverially,controversially\r\ncontroveries,controversies\r\ncontroverisal,controversial\r\ncontroversa,controversial\r\ncontroversal,controversial\r\ncontroversally,controversially\r\ncontroversaries,controversy\r\ncontroversary,controversy\r\ncontroversave,controversy\r\ncontroversay,controversy\r\ncontroversey,controversy\r\ncontroversie,controversy\r\ncontroversing,controversy\r\ncontroversity,controversy\r\ncontrovertial,controversial\r\ncontrovertially,controversially\r\ncontroverties,controversies\r\ncontroverty,controversy\r\ncontrovery,controversy\r\ncontrovese,controversy\r\ncontrovesey,controversy\r\ncontrovesial,controversial\r\ncontrovesially,controversially\r\ncontrovesies,controversies\r\ncontrovesy,controversy\r\ncontrovetial,controversial\r\ncontrovetially,controversially\r\ncontroveties,controversies\r\ncontrovety,controversy\r\ncontrovey,controversy\r\ncontrovorsey,controversy\r\ncontrovsary,controversy\r\ncontrovvesity,controversy\r\ncontrubite,contributes\r\ncontrubute,contribute\r\ncontrubutes,contributes\r\ncontrubutions,contributions\r\ncontruct,construct\r\ncontructed,constructed\r\ncontructing,contracting\r\ncontruction,construction\r\ncontructionism,constructionism\r\ncontructionist,constructionist\r\ncontructions,contractions\r\ncontructive,constructive\r\ncontructively,constructively\r\ncontructivism,constructivism\r\ncontructivist,constructivist\r\ncontructor,constructor\r\ncontructors,contractors\r\ncontructs,constructs\r\ncontructure,constructure\r\ncontruevency,controversy\r\ncontrusy,controversy\r\ncontrvercy,controversy\r\ncontry,country\r\ncontryefied,countryefied\r\ncontryfied,countryfied\r\ncontryside,countryside\r\ncontrysides,countrysides\r\ncontsins,contains\r\ncontsructor,constructor\r\ncontstants,constants\r\ncontstraint,constraint\r\ncontstraints,constraints\r\ncontstruct,construct\r\ncontstruction,construction\r\ncontstructor,constructor\r\ncontterversy,controversy\r\nconttribued,contributed\r\nconttribues,contributes\r\nconttribuing,contributing\r\nconttribuion,contribution\r\ncontually,continually\r\ncontuining,continuing\r\ncontuinity,continuity\r\ncontunations,continuations\r\ncontuned,continued\r\ncontunie,continue\r\ncontunious,continuous\r\ncontunually,continually\r\ncontuous,continuous\r\nconturvesy,controversy\r\ncontxet-free,context-free\r\nconty,county\r\nconuious,conscious\r\nconumes,consumes\r\nconunicate,communicate\r\nconusl,consul\r\nconutanance,countenance\r\nconvalaces,convalescence\r\nconvalecence,convalescence\r\nconvalecent,convalescence\r\nconvalecents,convalescents\r\nconvalecsence,convalescence\r\nconvalecsent,convalescent\r\nconvalecsents,convalescents\r\nconvalence,convalescence\r\nconvalensce,convalescence\r\nconvalensence,convalescence\r\nconvalerssence,convalescence\r\nconvalesance,convalescence\r\nconvalescance,convalescence\r\nconvalescant,convalescent\r\nconvalescants,convalescents\r\nconvalesence,convalescence\r\nconvalesense,convalescence\r\nconvalesent,convalescent\r\nconvalesents,convalescents\r\nconvalesnce,convalescence\r\nconvalessance,convalescence\r\nconvalessence,convalescence\r\nconvalessents,convalescence\r\nconvalesson,convalescence\r\nconvallesance,convalescence\r\nconvaluted,convoluted\r\nconvas,canvass\r\nconvayed,conveyed\r\nconvcition,convictions\r\nconvdrt,convert\r\nconveantly,conveniently\r\nconvectioin,convection\r\nconveience,convenience\r\nconveiently,conveniently\r\nconveinence,convenience\r\nconveinences,conveniences\r\nconveinent,convenient\r\nconveinently,conveniently\r\nconveinetly,conveniently\r\nconveiniently,conveniently\r\nconveintly,conveniently\r\nconvelasence,convalescence\r\nconvelence,convalescence\r\nconvelensence,convalescence\r\nconvelesance,convalescence\r\nconvelesans,convalescence\r\nconvelesant,convalescence\r\nconvelescence,convalescence\r\nconvelesence,convalescence\r\nconvellesscince,convalescence\r\nconveluted,convoluted\r\nconvemation,confirmation\r\nconvenant,covenant\r\nconvenantal,covenantal\r\nconvenanted,covenanted\r\nconvenanters,covenanters\r\nconvenantes,covenantes\r\nconvenanteth,covenanteth\r\nconvenanting,covenanting\r\nconvenantors,covenantors\r\nconvenants,covenants\r\nconvenantwealth,covenantwealth\r\nconvenatly,conveniently\r\nconvencen,convenience\r\nconvencience,convenience\r\nconvencion,convention\r\nconvencional,conventional\r\nconvenecily,conveniently\r\nconveneience,convenience\r\nconveneince,convenience\r\nconvenently,conveniently\r\nconvenetly,conveniently\r\nconvenge,converge\r\nconvenialy,conveniently\r\nconveniance,convenience\r\nconveniances,conveniences\r\nconveniant,convenient\r\nconveniantly,conveniently\r\nconveniately,conveniently\r\nconveniatly,conveniately\r\nconveniece,convenience\r\nconvenienct,convenient\r\nconveniency,convenience\r\nconvenientally,conveniently\r\nconveniente,convenience\r\nconvenientely,conveniently\r\nconvenientily,conveniently\r\nconvenients,convenient\r\nconvenienty,conveniently\r\nconveniet,convenient\r\nconvenietly,conveniently\r\nconvenily,conveniently\r\nconvenince,convenience\r\nconveninence,convenience\r\nconveninent,convenient\r\nconveninet,convenient\r\nconvenintly,conveniently\r\nconveniontly,conveniently\r\nconvenionty,conveniently\r\nconvenit,convenient\r\nconvenitaly,conveniently\r\nconvenitent,convenient\r\nconvenity,conveniently\r\nconvenlient,conveniently\r\nconvenlty,conveniently\r\nconvenously,conveniently\r\nconvension,convention\r\nconvensions,conventions\r\nconventely,conveniently\r\nconventeset,convalescence\r\nconvential,conventional\r\nconvential-changelog-standard,conventional-changelog-standard\r\nconventialism,conventionalism\r\nconventialist,conventionalist\r\nconventialize,conventionalize\r\nconventialized,conventionalized\r\nconventializes,conventionalizes\r\nconventially,conveniently\r\nconventialy,conveniently\r\nconventiely,conveniently\r\nconventient,convenient\r\nconventiently,conveniently\r\nconventily,conveniently\r\nconventinal,conventional\r\nconventioin,convention\r\nconvention-layot,convention-layout\r\nconventiona,conventional\r\nconventionaly,conventionally\r\nconventionnal,conventional\r\nconventionnally,conventionally\r\nconventios,conventions\r\nconvently,conveniently\r\nconvento,convention\r\nconventoin,convention\r\nconventry,Coventry\r\nconvenuntly,conveniently\r\nconvenvient,convenient\r\nconvenyently,conveniently\r\nconver,convert\r\nconverage,coverage\r\nconverastion,conversations\r\nconverastions,conservation\r\nconverdation,conservation\r\nconvered,covered\r\nconverer,converter\r\nconveresly,conversely\r\nconvereted,converted\r\nconvergance,convergence\r\nconvergant,convergent\r\nconvergens,converse\r\nconvering,covering\r\nconverion,conversion\r\nconverions,conversions\r\nconverision,conversion\r\nconverison,conversions\r\nconverisons,conversions\r\nconveritble,convertible\r\nconverlassence,convalescence\r\nconverlassents,convalescence\r\nconverlesance,convalescence\r\nconverlesant,convalescence\r\nconverlescance,convalescence\r\nconverlescence,convalescence\r\nconverlescins,convalescence\r\nconverlesence,convalescence\r\nconverlesents,convalescence\r\nconverlessions,convalescence\r\nconverlesson,convalescence\r\nconverlessons,convalescence\r\nconvermacion,confirmation\r\nconvermation,confirmation\r\nconvern,convert\r\nconverning,converting\r\nconvers,converts\r\nconversacion,conversation\r\nconversacional,conversational\r\nconversaion,conversion\r\nconversaiton,conversations\r\nconversare,converse\r\nconversarion,conversation\r\nconversate,converse\r\nconversatin,conversations\r\nconversatino,conservation\r\nconversatioin,conversation\r\nconversationa,conservation\r\nconversationable,conversational\r\nconversationaly,conversationally\r\nconversationg,conservation\r\nconversationnal,conversational\r\nconversationy,conservation\r\nconversatiosn,conservation\r\nconversatism,conservatism\r\nconversatively,conservatively\r\nconversatives,conservatives\r\nconversatoin,conversations\r\nconversatoinal,conversational\r\nconversatoins,conversations\r\nconverseley,conversely\r\nconversey,controversy\r\nconversie,converse\r\nconversin,conversions\r\nconversino,conversions\r\nconversiones,conversions\r\nconversity,controversy\r\nconversley,conversely\r\nconversly,conversely\r\nconversoin,conversions\r\nconversons,conversions\r\nconverst,converts\r\nconverstaion,conversation\r\nconverstaional,conversational\r\nconverstaions,conversations\r\nconverstatoin,converstation\r\nconverstion,conversion\r\nconverstions,conversions\r\nconversts,converts\r\nconvertability,convertibility\r\nconvertable,convertible\r\nconvertables,convertibles\r\nconvertably,convertibly\r\nconvertacents,convalescence\r\nconvertation,conversion\r\nconvertedto,converted\r\nconvertensance,convalescence\r\nconverterd,converted\r\nconvertesents,convalescence\r\nconvertessants,convalescence\r\nconvertessent,convalescence\r\nconvertiable,convertible\r\nconvertibile,convertible\r\nconvertibilty,convertibility\r\nconvertiblity,convertibility\r\nconvertie,convertible\r\nconvertion,conversion\r\nconvertions,conversions\r\nconvertire,converter\r\nconvertirea,converter\r\nconvertirle,convertible\r\nconvertirme,converter\r\nconvertirte,converter\r\nconvertis,converts\r\nconvertor,converter\r\nconvertors,converters\r\nconvertr,converter\r\nconvervation,conservation\r\nconvervatism,conservatism\r\nconvervative,conservative\r\nconverved,converted\r\nconververt,convert\r\nconvery,convey\r\nconverying,converting\r\nconverys,conveys\r\nconverzation,conservation\r\nconverzely,conversely\r\nconvesation,conversation\r\nconvesed,conceive\r\nconvesration,conservation\r\nconvess,canvass\r\nconvet,convert\r\nconveted,converted\r\nconveting,converting\r\nconvetion,convention\r\nconvetional,conventional\r\nconvetionalism,conventionalism\r\nconvetionalist,conventionalist\r\nconvetionalize,conventionalize\r\nconvetionalized,conventionalized\r\nconvetionalizes,conventionalizes\r\nconvetionally,conventionally\r\nconvetions,conventions\r\nconvets,converts\r\nconveyd,conveyed\r\nconveyencly,conveniently\r\nconveyer,conveyor\r\nconveyered,conveyed\r\nconveyers,conveyors\r\nconviantly,conveniently\r\nconviccion,conviction\r\nconvice,convince\r\nconviced,convinced\r\nconvices,convinces\r\nconvicing,convincing\r\nconvicingly,convincingly\r\nconviciton,conviction\r\nconvicitons,convictions\r\nconvicks,convicts\r\nconvicto,conviction\r\nconvienally,conveniently\r\nconvienance,convenience\r\nconvienantly,conveniently\r\nconvienately,conveniently\r\nconvience,convenient\r\nconvienence,convenience\r\nconvienences,conveniences\r\nconvienent,convenient\r\nconvienentely,conveniently\r\nconvienently,conveniently\r\nconvieners,conveniently\r\nconvienetly,conveniently\r\nconvienience,convenience\r\nconvieniences,conveniences\r\nconvienient,convenient\r\nconvieniently,conveniently\r\nconvienince,convenience\r\nconvienintly,conveniently\r\nconvienly,conveniently\r\nconvient,convenient\r\nconvientally,conveniently\r\nconvientley,conveniently\r\nconviently,conveniently\r\nconvienuntly,conveniently\r\nconvienyanly,conveniently\r\nconvierges,concierges\r\nconviluted,convoluted\r\nconvinalty,conveniently\r\nconvinceing,convincing\r\nconvincente,convenient\r\nconvincersi,convinces\r\nconvincted,convince\r\nconvine,convince\r\nconvinence,convenience\r\nconvinenent,conveniently\r\nconvinently,conveniently\r\nconvingi,convincing\r\nconviniance,convenience\r\nconvinience,convenience\r\nconvinient,convenient\r\nconviniently,conveniently\r\nconviniet,convenient\r\nconvinse,convinces\r\nconvinsing,convincing\r\nconvinving,convincing\r\nconvirtible,convertible\r\nconvision,convalescence\r\nconvles,convalescence\r\nconvlution,convolution\r\nconvnentions,conventions\r\nconvole,convolve\r\nconvolecense,convalescence\r\nconvolensance,convalescence\r\nconvolesense,convalescence\r\nconvolessance,convalescence\r\nconvoltion,convolution\r\nconvoltuional,convolutional\r\nconvoluation,convolution\r\nconvoluded,convoluted\r\nconvolusions,convolutions\r\nconvolutiona,convolutional\r\nconvolutionnal,convolutional\r\nconvorsation,conversation\r\nconvorsations,conversations\r\nconvoulted,convoluted\r\nconvoultional,convolutional\r\nconvseration,conservation\r\nconvulated,convoluted\r\nconvuluted,convoluted\r\nconvverting,converting\r\nconvvienience,convenience\r\nconvvieniences,conveniences\r\nconvvienient,convenient\r\nconvvieniently,conveniently\r\ncoobkooks,cookbooks\r\ncoobook,cookbook\r\ncooccurence,co-occurrence\r\ncood,could\r\ncoodinate,coordinate\r\ncoodrinates,coordinates\r\ncoodrinator,coordinator\r\ncooerce,coerce\r\ncooikies,cookies\r\ncookbbook,cookbook\r\ncookbok,cookbook\r\ncookboooks,cookbooks\r\ncookeis,cookies\r\ncookes,cookies\r\ncookign,cooking\r\ncookislands,cook islands\r\ncookt,cooked\r\ncoolateral,collateral\r\ncoolaterel,collateral\r\ncoolaterial,collateral\r\ncoolatteral,collateral\r\ncooldows,cooldowns\r\ncooldwons,cooldowns\r\ncooly,coolly\r\ncoomand,command\r\ncoometes,committees\r\ncoommon,common\r\ncoommunity,community\r\ncoonectivity,connectivity\r\ncoonstruct,construct\r\ncoontainer's,container's\r\ncoontry,country\r\ncoookbook,cookbook\r\ncooparate,cooperate\r\ncooparated,cooperated\r\ncooparates,cooperates\r\ncooparating,cooperating\r\ncooparation,cooperation\r\ncooparative,cooperative\r\ncooparatively,cooperatively\r\ncooperacion,cooperation\r\ncooperativo,cooperation\r\ncooperatve,cooperative\r\ncooperqtion,cooperation\r\ncooporate,cooperate\r\ncooporated,cooperated\r\ncooporates,cooperates\r\ncooporating,cooperating\r\ncooporation,cooperation\r\ncooporative,cooperative\r\ncooporatively,cooperatively\r\ncoor,corr\r\ncoordenate,coordinate\r\ncoordenated,coordinated\r\ncoordenates,coordinates\r\ncoordenation,coordination\r\ncoordially,cordially\r\ncoordiante,coordinate\r\ncoordianted,coordinated\r\ncoordiantes,coordinates\r\ncoordianting,coordinating\r\ncoordiantion,coordination\r\ncoordiantive,coordinative\r\ncoordiantor,coordinator\r\ncoordiantors,coordinators\r\ncoordiate,coordinate\r\ncoordiated,coordinated\r\ncoordiates,coordinates\r\ncoordiating,coordinating\r\ncoordiation,coordination\r\ncoordiator,coordinator\r\ncoordiinate,coordinate\r\ncoordinacion,coordination\r\ncoordinador,coordinator\r\ncoordinaltes,coordinates\r\ncoordinants,coordinates\r\ncoordinar,coordinator\r\ncoordinare,coordinate\r\ncoordinataor,coordinator\r\ncoordinatens,coordinates\r\ncoordinater,coordinator\r\ncoordinaters,coordinates\r\ncoordinatioin,coordination\r\ncoordinations,coordinates\r\ncoordinatior,coordinator\r\ncoordinato,coordination\r\ncoordinaton,coordination\r\ncoordinatore,coordinate\r\ncoordinats,coordinates\r\ncoordinatte,coordinate\r\ncoordine,coordinate\r\ncoordingating,coordinating\r\ncoordonate,coordinate\r\ncoordonated,coordinated\r\ncoordonates,coordinates\r\ncoordonation,coordination\r\ncoordonator,coordinator\r\ncoorelate,correlate\r\ncoorespond,correspond\r\ncoorespondents,correspondence\r\ncooresponding,corresponding\r\ncooridantes,coordinates\r\ncooridinates,coordinates\r\ncooridnate,coordinate\r\ncooridnated,coordinated\r\ncooridnates,coordinates\r\ncooridnation,coordination\r\ncooridnator,coordinator\r\ncoorperation,cooperation\r\ncoorperations,corporations\r\ncoorporate,corporate\r\ncoorse,coarse\r\ncoorspondense,correspondence\r\ncooupon,coupon\r\ncooy,copy\r\ncopared,compared\r\ncoparing,comparing\r\ncoparison,comparison\r\ncopasity,capacity\r\ncopehnagen,copenhagen\r\ncopement,competent\r\ncopenaghen,copenhagen\r\ncopenahgen,copenhagen\r\ncopenent,competent\r\ncopengagen,copenhagen\r\ncopengahen,copenhagen\r\ncopenhaagen,copenhagen\r\ncopenhaegen,copenhagen\r\ncopenhagan,copenhagen\r\ncopenhagn,copenhagen\r\ncopenhague,copenhagen\r\ncopenhaguen,copenhagen\r\ncopenhagun,copenhagen\r\ncopenhangen,copenhagen\r\ncopenhaven,copenhagen\r\ncopenhegan,copenhagen\r\ncoperate,cooperate\r\ncoperation,cooperation\r\ncopey,copy\r\ncopi,copy\r\ncopiable,copy-able\r\ncopie,copies\r\ncopile,compile\r\ncopiled,compiled\r\ncoplar,coplanar\r\ncopmatible,compatible\r\ncopmetition,competition\r\ncopmetitions,competitions\r\ncopmetitive,competitive\r\ncopmetitively,competitively\r\ncopmetitiveness,competitiveness\r\ncopmetitor,competitor\r\ncopmetitors,competitors\r\ncopmilation,compilation\r\ncopmile,compile\r\ncopmiler,compiler\r\ncopmilers,compilers\r\ncopmlement,complement\r\ncopmmand,command\r\ncopmonent,component\r\ncopmonents,components\r\ncopmose,compose\r\ncopmutations,computations\r\ncopmute,compute\r\ncopmuter,computer\r\ncopnfigured,configured\r\ncopnsumers,consumers\r\ncoponent,component\r\ncoponents,components\r\ncopose,compose\r\ncoposer,composer\r\ncoposition,composition\r\ncoppe,chop\r\ncoppentent,competent\r\ncoppied,copied\r\ncoppies,copies\r\ncoppper,copper\r\ncoppy,copy\r\ncopreisdence,copresidence\r\ncopreisdency,copresidency\r\ncopreisdent,copresident\r\ncopreisdente,copresidente\r\ncopreisdentes,copresidentes\r\ncopreisdents,copresidents\r\ncopreisdience,copresidence\r\ncopreisdiency,copresidency\r\ncopreisdient,copresident\r\ncopreisdiente,copresidente\r\ncopreisdientes,copresidentes\r\ncopreisdients,copresidents\r\ncopresdence,copresidence\r\ncopresdency,copresidency\r\ncopresdent,copresident\r\ncopresdente,copresidente\r\ncopresdentes,copresidentes\r\ncopresdents,copresidents\r\ncopresdience,copresidence\r\ncopresdiency,copresidency\r\ncopresdient,copresident\r\ncopresdiente,copresidente\r\ncopresdientes,copresidentes\r\ncopresdients,copresidents\r\ncopright,copyright\r\ncoproducion,coproduction\r\ncoproducions,coproductions\r\ncoproducton,coproduction\r\ncoproductons,coproductions\r\ncoprodution,coproduction\r\ncoprodutions,coproductions\r\ncoprorate,corporate\r\ncoproration,corporation\r\ncoprorations,corporations\r\ncoprses,corpses\r\ncoprsidence,copresidence\r\ncoprsidency,copresidency\r\ncoprsident,copresident\r\ncoprsidente,copresidente\r\ncoprsidentes,copresidentes\r\ncoprsidents,copresidents\r\ncoprsidience,copresidence\r\ncoprsidiency,copresidency\r\ncoprsidient,copresident\r\ncoprsidiente,copresidente\r\ncoprsidientes,copresidentes\r\ncoprsidients,copresidents\r\ncoprus,corpus\r\ncopt,chop\r\ncopuon,coupon\r\ncopute,compute\r\ncoputed,computed\r\ncoputer,computer\r\ncoputerise,computerise\r\ncoputerised,computerised\r\ncoputerises,computerises\r\ncoputerize,computerize\r\ncoputerized,computerized\r\ncoputerizes,computerizes\r\ncoputers,computers\r\ncoputes,computes\r\ncopuyright,copyright\r\ncopy-cnstruct,copy-construct\r\ncopybloggger,copyblogger\r\ncopyed,copied\r\ncopyibong,copying\r\ncopyied,copied\r\ncopying-plaing,copying-plain\r\ncopyng,copying\r\ncopyreight,copyright\r\ncopyrighed,copyrighted\r\ncopyrigted,copyrighted\r\ncopyrigth,copyright\r\ncopyrigthed,copyrighted\r\ncopyrigths,copyrights\r\ncopys,copies\r\ncopywrite,copyright\r\ncoralina,carolina\r\ncorasir,corsair\r\ncoraspondance,correspondence\r\ncoraspondinc,correspondence\r\ncoratia,croatia\r\ncorce,coarse\r\ncorces,coarse\r\ncorcetly,correctly\r\ncorcodile,crocodile\r\ncordcuttters,cordcutters\r\ncorderoy,corduroy\r\ncordinate,coordinates\r\ncordinates,coordinates\r\ncordonning,cordoning\r\ncore-sepcification,core-specification\r\ncorece,coerce\r\ncorect,correct\r\ncorecta,correcta\r\ncorectability,correctability\r\ncorectable,correctable\r\ncorectal,correctal\r\ncorectarea,correctarea\r\ncorectarii,correctarii\r\ncorectasia,correctasia\r\ncorectc,correct\r\ncorectcability,correctability\r\ncorectcable,correctable\r\ncorectced,corrected\r\ncorectcibility,correctibility\r\ncorectcible,correctible\r\ncorectcing,correcting\r\ncorectcingly,correctingly\r\ncorectcion,correction\r\ncorectcions,corrections\r\ncorectcly,correctly\r\ncorectcor,corrector\r\ncorectcs,corrects\r\ncorecte,correcte\r\ncorected,corrected\r\ncorectely,correctely\r\ncorecteth,correcteth\r\ncorectez,correctez\r\ncorectia,correctia\r\ncorectibility,correctibility\r\ncorectible,correctible\r\ncorectie,correctie\r\ncorectii,correctii\r\ncorectin,correctin\r\ncorectine,correctine\r\ncorecting,correcting\r\ncorectingly,correctingly\r\ncorectinvl,correctinvl\r\ncorection,correction\r\ncorectional,correctional\r\ncorections,corrections\r\ncorectissima,correctissima\r\ncorectitudine,correctitudine\r\ncorectitudinea,correctitudinea\r\ncorective,corrective\r\ncorectl,correctl\r\ncorectly,correctly\r\ncorectness,correctness\r\ncorecto,correcto\r\ncorectopia,correctopia\r\ncorector,corrector\r\ncorectrable,correctrable\r\ncorects,corrects\r\ncorectscore,correctscore\r\ncorecturi,correcturi\r\ncoreect,correct\r\ncoreisdence,coresidence\r\ncoreisdency,coresidency\r\ncoreisdent,coresident\r\ncoreisdente,coresidente\r\ncoreisdentes,coresidentes\r\ncoreisdents,coresidents\r\ncoreisdience,coresidence\r\ncoreisdiency,coresidency\r\ncoreisdient,coresident\r\ncoreisdiente,coresidente\r\ncoreisdientes,coresidentes\r\ncoreisdients,coresidents\r\ncorelates,correlates\r\ncorelller,coreller\r\ncorenr,corner\r\ncorersponding,corresponding\r\ncoresdence,coresidence\r\ncoresdency,coresidency\r\ncoresdent,coresident\r\ncoresdente,coresidente\r\ncoresdentes,coresidentes\r\ncoresdents,coresidents\r\ncoresdience,coresidence\r\ncoresdiency,coresidency\r\ncoresdient,coresident\r\ncoresdiente,coresidente\r\ncoresdientes,coresidentes\r\ncoresdients,coresidents\r\ncorespond,correspond\r\ncorespondance,correspondence\r\ncorespondante,correspondante\r\ncorespondar,correspondar\r\ncoresponde,corresponde\r\ncorespondeance,correspondeance\r\ncoresponded,corresponded\r\ncorespondence,correspondence\r\ncorespondences,correspondence\r\ncorespondenceto,correspondenceto\r\ncorespondencies,correspondencies\r\ncorespondency,correspondency\r\ncorespondent,correspondent\r\ncorespondenta,correspondenta\r\ncorespondente,correspondente\r\ncorespondents,correspondents\r\ncorespondes,correspondence\r\ncoresponding,corresponding\r\ncorespondingly,correspondingly\r\ncorespondnce,correspondnce\r\ncoresponds,corresponds\r\ncoret,correct\r\ncoretability,correctability\r\ncoretable,correctable\r\ncoretc,correct\r\ncoretcability,correctability\r\ncoretcable,correctable\r\ncoretced,corrected\r\ncoretcibility,correctibility\r\ncoretcible,correctible\r\ncoretcing,correcting\r\ncoretcingly,correctingly\r\ncoretcion,correction\r\ncoretcions,corrections\r\ncoretcly,correctly\r\ncoretcor,corrector\r\ncoretcs,corrects\r\ncoreted,corrected\r\ncoretibility,correctibility\r\ncoretible,correctible\r\ncoreting,correcting\r\ncoretingly,correctingly\r\ncoretion,correction\r\ncoretions,corrections\r\ncoretly,correctly\r\ncoretor,corrector\r\ncorets,corrects\r\ncorext,cortex\r\ncoridal,cordial\r\ncoridality,cordiality\r\ncoridally,cordially\r\ncoridals,cordials\r\ncoridoor,corridor\r\ncorint,curtain\r\ncorinthains,corinthians\r\ncorinthans,corinthians\r\ncorintheans,corinthians\r\ncorinthianos,corinthians\r\ncorinthias,corinthians\r\ncorinthiens,corinthians\r\ncorinthinans,corinthians\r\ncorinthinas,corinthians\r\ncorinthins,corinthians\r\ncorisy,courtesy\r\ncoritisumn,criticism\r\ncornder,corner\r\ncornel,colonel\r\ncornes,comes\r\ncornfeild,cornfield\r\ncornithians,corinthians\r\ncornmitted,committed\r\ncornwalllive,cornwallive\r\ncorode,corrode\r\ncorollla,corolla\r\ncorolloa,corolla\r\ncorosion,corrosion\r\ncorosions,corrosions\r\ncorosive,corrosive\r\ncorospondance,correspondence\r\ncorospondence,correspondence\r\ncorosponding,corresponding\r\ncorospondsence,correspondence\r\ncorountine-based,coroutine-based\r\ncorourine,coroutine\r\ncoroutinesl,coroutines\r\ncorparate,corporate\r\ncorparated,corporated\r\ncorparates,corporates\r\ncorparating,corporating\r\ncorparation,corporation\r\ncorparations,corporations\r\ncorpartate,corporate\r\ncorpartated,corporated\r\ncorpartates,corporates\r\ncorpartating,corporating\r\ncorpartation,corporation\r\ncorpartations,corporations\r\ncorperate,corporate\r\ncorperated,corporated\r\ncorperates,corporates\r\ncorperating,corporating\r\ncorperation,corporation\r\ncorperations,corporations\r\ncorpertate,corporate\r\ncorpertated,corporated\r\ncorpertates,corporates\r\ncorpertating,corporating\r\ncorpertation,corporation\r\ncorpertations,corporations\r\ncorpoate,corporate\r\ncorporacion,corporation\r\ncorporatie,corporate\r\ncorporatioin,corporation\r\ncorporationnally,corporationally\r\ncorporativo,corporation\r\ncorporativos,corporations\r\ncorporatoin,corporation\r\ncorpordance,correspondence\r\ncorportate,corporate\r\ncorportated,corporated\r\ncorportates,corporates\r\ncorportating,corporating\r\ncorportation,corporation\r\ncorportations,corporations\r\ncorpral,corporal\r\ncorprals,corporals\r\ncorproate,corporate\r\ncorproated,corporated\r\ncorproates,corporates\r\ncorproating,corporating\r\ncorproation,corporation\r\ncorproations,corporations\r\ncorpsers,corpses\r\ncorrador,corridor\r\ncorralated,correlated\r\ncorralates,correlates\r\ncorralation,correlation\r\ncorraspond,correspond\r\ncorraspondence,correspondence\r\ncorrateally,collateral\r\ncorrct,correct\r\ncorrdinate,coordinate\r\ncorrdination,coordination\r\ncorrdior,corridor\r\ncorrec,correct\r\ncorreccion,correction\r\ncorrecgly,correctly\r\ncorreciton,corrections\r\ncorreclty,correctly\r\ncorrecly,correctly\r\ncorrecness,correctness\r\ncorrecponding,corresponding\r\ncorrecte,correct\r\ncorrecter,corrector\r\ncorrecterroneous,correctorroneous\r\ncorrecterrors,correctorrors\r\ncorrecters,correctors\r\ncorrectess,correctness\r\ncorrectin,correction\r\ncorrectings,corrections\r\ncorrectioin,correction\r\ncorrectionals,corrections\r\ncorrectionnal,correctional\r\ncorrectiosn,corrections\r\ncorrectivo,correction\r\ncorrectivos,corrections\r\ncorrectlly,correctly\r\ncorrectlty,correctly\r\ncorrectnes,correctness\r\ncorrectons,corrections\r\ncorrectq,correct\r\ncorrecttness,correctness\r\ncorrecty,correctly\r\ncorrecy,correctly\r\ncorregated,correlated\r\ncorrekting,correcting\r\ncorrektions,corrections\r\ncorrektness,correctness\r\ncorrelacion,correlation\r\ncorrelary,corollary\r\ncorrelatas,correlates\r\ncorrelatie,correlated\r\ncorrelaties,correlates\r\ncorrelatio,correlation\r\ncorrelato,correlation\r\ncorrelatoin,correlation\r\ncorrelatos,correlates\r\ncorrensponding,corresponding\r\ncorrent,current\r\ncorrenti,correcting\r\ncorrepond,correspond\r\ncorreponded,corresponded\r\ncorrepondence,correspondence\r\ncorrepondences,correspondences\r\ncorrepondent,correspondent\r\ncorrepondents,correspondents\r\ncorreponding,corresponding\r\ncorrepondingly,correspondingly\r\ncorreponds,corresponds\r\ncorreponsding,corresponding\r\ncorreposding,corresponding\r\ncorrepsondence,correspondence\r\ncorrepsonding,corresponding\r\ncorrepsponding,corresponding\r\ncorresdoning,corresponding\r\ncorresond,correspond\r\ncorresondence,correspondence\r\ncorresonding,corresponding\r\ncorresonds,corresponds\r\ncorresopnds,corresponds\r\ncorrespding,corresponding\r\ncorrespdonding,corresponding\r\ncorrespdong,correspond\r\ncorrespdongin,corresponding\r\ncorrespdoning,corresponding\r\ncorrespend,correspond\r\ncorrespendence,correspondence\r\ncorrespending,corresponding\r\ncorrespinding,corresponding\r\ncorrespnd,correspond\r\ncorrespnding,corresponding\r\ncorrespodences,correspondences\r\ncorrespoding,corresponding\r\ncorrespodning,corresponding\r\ncorrespon,correspond\r\ncorresponce,correspondence\r\ncorrespondance,correspondence\r\ncorrespondances,correspondences\r\ncorrespondant,correspondent\r\ncorrespondants,correspondents\r\ncorrespondece,correspondence\r\ncorrespondening,corresponding\r\ncorrespondense,correspondence\r\ncorrespondenses,correspondence\r\ncorrespondente,correspondence\r\ncorresponders,corresponds\r\ncorrespondes,corresponds\r\ncorrespondig,corresponding\r\ncorrespondign,corresponding\r\ncorrespondin,corresponding\r\ncorresponed,corresponded\r\ncorresponence,correspondence\r\ncorresponences,correspondences\r\ncorresponent,correspondent\r\ncorresponents,correspondents\r\ncorresponidng,corresponding\r\ncorresponing,corresponding\r\ncorresponnding,corresponding\r\ncorresponsd,corresponds\r\ncorresponsens,correspondence\r\ncorresponsing,corresponding\r\ncorrespontence,correspondence\r\ncorresposnding,corresponding\r\ncorresspondents,correspondence\r\ncorressponding,corresponding\r\ncorret,correct\r\ncorretcly,correctly\r\ncorreted,corrected\r\ncorreting,correcting\r\ncorretion,correction\r\ncorretions,corrections\r\ncorretly,correctly\r\ncorretness,correctness\r\ncorretor,corrector\r\ncorreupting,corrupting\r\ncorriculem,curriculum\r\ncorrider,corridor\r\ncorriders,corridors\r\ncorridoor,corridor\r\ncorridoored,corridored\r\ncorridoors,corridors\r\ncorrigated,corrugated\r\ncorrilated,correlated\r\ncorrilates,correlates\r\ncorrilation,correlation\r\ncorripitrativly,corripitratively\r\ncorrispond,correspond\r\ncorrispondant,correspondent\r\ncorrispondants,correspondents\r\ncorrisponded,corresponded\r\ncorrispondence,correspondence\r\ncorrispondent,correspondent\r\ncorrisponding,corresponding\r\ncorrispondingly,correspondingly\r\ncorrisponds,corresponds\r\ncorrisspondence,correspondence\r\ncorrolary,corollary\r\ncorrolated,correlated\r\ncorrolates,correlates\r\ncorrolation,correlation\r\ncorropandace,correspondence\r\ncorrospond,correspond\r\ncorrospondance,correspondence\r\ncorrospondence,correspondence\r\ncorrospondent,correspondence\r\ncorrospondents,correspondence\r\ncorrosponding,corresponding\r\ncorrosponds,corresponds\r\ncorrosponses,corresponds\r\ncorrotion,corrosion\r\ncorrotions,corrosions\r\ncorrput,corrupt\r\ncorrpution,corruption\r\ncorrrect,correct\r\ncorrrectability,correctability\r\ncorrrectable,correctable\r\ncorrrectc,correct\r\ncorrrectcability,correctability\r\ncorrrectcable,correctable\r\ncorrrectced,corrected\r\ncorrrectcibility,correctibility\r\ncorrrectcible,correctible\r\ncorrrectcing,correcting\r\ncorrrectcingly,correctingly\r\ncorrrectcion,correction\r\ncorrrectcions,corrections\r\ncorrrectcly,correctly\r\ncorrrectcor,corrector\r\ncorrrectcs,corrects\r\ncorrrected,corrected\r\ncorrrectibility,correctibility\r\ncorrrectible,correctible\r\ncorrrecting,correcting\r\ncorrrectingly,correctingly\r\ncorrrection,correction\r\ncorrrections,corrections\r\ncorrrectly,correctly\r\ncorrrector,corrector\r\ncorrrects,corrects\r\ncorrrespond,correspond\r\ncorrresponding,corresponding\r\ncorrret,correct\r\ncorrretability,correctability\r\ncorrretable,correctable\r\ncorrretc,correct\r\ncorrretcability,correctability\r\ncorrretcable,correctable\r\ncorrretced,corrected\r\ncorrretcibility,correctibility\r\ncorrretcible,correctible\r\ncorrretcing,correcting\r\ncorrretcingly,correctingly\r\ncorrretcion,correction\r\ncorrretcions,corrections\r\ncorrretcly,correctly\r\ncorrretcor,corrector\r\ncorrretcs,corrects\r\ncorrreted,corrected\r\ncorrretibility,correctibility\r\ncorrretible,correctible\r\ncorrreting,correcting\r\ncorrretingly,correctingly\r\ncorrretion,correction\r\ncorrretions,corrections\r\ncorrretly,correctly\r\ncorrretor,corrector\r\ncorrrets,corrects\r\ncorrseponding,corresponding\r\ncorrsondence,correspondence\r\ncorrsopandance,correspondence\r\ncorrspendence,correspondence\r\ncorrspends,corresponds\r\ncorrspondence,correspondence\r\ncorrsponding,corresponding\r\ncorrulates,correlates\r\ncorrupcion,corruption\r\ncorrupition,corruption\r\ncorruptability,corruptibility\r\ncorruptable,corruptible\r\ncorruptably,corruptibly\r\ncorruptin,corruption\r\ncorrupto,corruption\r\ncorruspondenc,correspondence\r\ncors,course\r\ncorsari,corsair\r\ncorse,course\r\ncorses,courses\r\ncorsey,courses\r\ncorsiar,corsair\r\ncorsidence,coresidence\r\ncorsidency,coresidency\r\ncorsident,coresident\r\ncorsidente,coresidente\r\ncorsidentes,coresidentes\r\ncorsidents,coresidents\r\ncorsidience,coresidence\r\ncorsidiency,coresidency\r\ncorsidient,coresident\r\ncorsidiente,coresidente\r\ncorsidientes,coresidentes\r\ncorsidients,coresidents\r\ncorsing,causing\r\ncorsor,cursor\r\ncorsoues,courses\r\ncorspes,corpses\r\ncorspondence,correspondence\r\ncorss,cross\r\ncorss-validation,cross-validation\r\ncorssfire,crossfire\r\ncorsshair,crosshair\r\ncorssing,crossing\r\ncorsspost,crosspost\r\ncorstomery,customary\r\ncorsuty,courtesy\r\ncort,court\r\ncortened,contented\r\ncortens,curtains\r\ncorteous,courtesies\r\ncorteouses,courtesies\r\ncortext,cortex\r\ncortin,curtain\r\ncortion,curtain\r\ncortios,courteous\r\ncortious,courteous\r\ncoruching,crouching\r\ncoruotine,coroutine\r\ncoruse,course\r\ncorutine,coroutine\r\ncorutussis,courtesies\r\ncorwbar,crowbar\r\ncosce,coarse\r\ncosemtic,cosmetic\r\ncosemtics,cosmetics\r\ncosey,courses\r\ncosider,consider\r\ncosing,closing\r\ncosinus,cosine\r\ncosistent,consistent\r\ncosmeticas,cosmetics\r\ncosmeticos,cosmetics\r\ncosmetolgist,cosmetologist\r\ncosmetoligical,cosmetological\r\ncosmogrpah,cosmograph\r\ncosmoligists,cosmologists\r\ncosmoplyton,cosmopolitan\r\ncosmopolitain,cosmopolitan\r\ncosmopolitainism,cosmopolitanism\r\ncosmopolitains,cosmopolitans\r\ncosmopolitian,cosmopolitan\r\ncosmopolitianism,cosmopolitanism\r\ncosmopolitians,cosmopolitans\r\ncosmopolitin,cosmopolitan\r\ncosmopolitinism,cosmopolitanism\r\ncosmopolitins,cosmopolitans\r\ncosmotoligist,cosmotologist\r\ncosmtolgist,cosmtologist\r\ncosntant,constant\r\ncosntraint,constraint\r\ncosntruct,construct\r\ncosntructed,constructed\r\ncosntruction,construction\r\ncosolidated,consolidated\r\ncosponding,corresponding\r\ncosses,crosses\r\ncost-senstive,cost-sensitive\r\ncostains,contains\r\ncostamary,customary\r\ncostamury,customary\r\ncostamy,customary\r\ncostant,constant\r\ncostants,constants\r\ncostarica,Costa Rica\r\ncostarican,Costa Rican\r\ncostaricans,Costa Ricans\r\ncostemary,customary\r\ncostemers,customer's\r\ncostitution,constitution\r\ncostitutional,constitutional\r\ncostitutione,constitutione\r\ncostom,custom\r\ncostomary,customary\r\ncostome,costume\r\ncostomer's,customer's\r\ncostomer,customer\r\ncostomery,customary\r\ncostomizable,customizable\r\ncostomization,customization\r\ncostomor's,customer's\r\ncostomrey,customary\r\ncostomry,customary\r\ncostoners,customer's\r\ncostrols,controls\r\ncostructor,constructor\r\ncostructs,constructs\r\ncostumary,customary\r\ncostumise,costumes\r\ncostumizable,customizable\r\ncostumization,customization\r\ncostumizations,customization\r\ncostumize,customize\r\ncostumized,customized\r\ncostummers,customer's\r\ncostums,costumes\r\ncosty,costly\r\ncosume,consume\r\ncosumerly,customary\r\ncosumers,consumers\r\ncosure,closure\r\ncosutmes,costumes\r\ncotage,cottage\r\ncotain,contain\r\ncotainer,container\r\ncotaining,containing\r\ncotaturall,collateral\r\ncote-d'aime,Côte-d'Aime\r\ncote-d'or,Côte-d'Or\r\ncote-d`aime,Côte-d`Aime\r\ncote-d`or,Côte-d`Or\r\ncote-de-beaupré,Côte-de-Beaupré\r\ncote-des-neiges,Côte-des-Neiges\r\ncote-du-poivre,Côte-du-Poivre\r\ncote-d’aime,Côte-d’Aime\r\ncote-d’or,Côte-d’Or\r\ncote-nord,Côte-Nord\r\ncote-rôtie,Côte-Rôtie\r\ncote-saint-andré,Côte-Saint-André\r\ncote-saint-paul,Côte-Saint-Paul\r\ncote-vertu,Côte-Vertu\r\ncotent,content\r\ncotente,contented\r\ncotext,context\r\ncotnainer,container\r\ncotnent,content\r\ncotnributor,contributor\r\ncotologues,catalogues\r\ncotroller,controller\r\ncotrolling,controlling\r\ncotten,cotton\r\ncou,you\r\ncouaalesence,convalescence\r\ncoucil,council\r\ncoucillor,councillor\r\ncoucillors,councillors\r\ncoucils,councils\r\ncoucurrently,concurrently\r\ncoud,could\r\ncoudl,could\r\ncoudld,could\r\ncoudln't,couldn't\r\ncoudln`t,couldn't\r\ncoudlnt,couldnt\r\ncoudln’t,couldn't\r\ncoudn't,couldn't\r\ncought,caught\r\ncougt,caught\r\ncouht,caught\r\ncouious,curious\r\ncouladeral,collateral\r\ncoular,colour\r\ncould'nt,couldn't\r\ncould`nt,couldn't\r\ncouldent,couldn't\r\ncouldn;t,couldn't\r\ncouldnot,couldnt\r\ncouldnt',couldn't\r\ncouldnt,couldn't\r\ncouldntt,couldn't\r\ncould’nt,couldn't\r\ncoule,could\r\ncoulmn,column\r\ncoulmns,columns\r\ncouln't,couldn't\r\ncoulnd,could\r\ncoulndt,couldnt\r\ncoulored,coloured\r\ncoumn,column\r\ncoumputed,computed\r\ncoumter,counter\r\ncouncel,counsel\r\ncouncele,counsel\r\ncounceling,counseling\r\ncouncell,counsel\r\ncouncelling,counselling\r\ncouncellor,councillor\r\ncouncellors,councillors\r\ncouncelors,counselors\r\ncouncial,counsel\r\ncouncidental,coincidental\r\ncouncidentally,coincidentally\r\ncounciencous,conscientious\r\ncouncile,counsel\r\ncouncilers,councils\r\ncounciles,councils\r\ncouncilllor,councillor\r\ncouncilllors,councillors\r\ncouncills,councils\r\ncouncilos,councils\r\ncouncious,conscious\r\ncound,could\r\ncoundnt,couldn't\r\ncounds,counts\r\ncounel,colonel\r\ncounicl,counsel\r\ncouninence,countenance\r\ncounios,conscious\r\ncounires,countries\r\ncounisius,conscious\r\ncounol,colonel\r\ncounries,countries\r\ncounrtyside,countryside\r\ncounsal,counsel\r\ncounscious,conscious\r\ncounseil,counsel\r\ncounselers,counselors\r\ncounsellling,counselling\r\ncounselllor,counsellor\r\ncounsellng,counselling\r\ncounsil,counsel\r\ncounsilers,counselors\r\ncounsiling,counseling\r\ncounsilling,counselling\r\ncounsilors,counselors\r\ncounsion,conscience\r\ncounsious,conscious\r\ncounsle,counsel\r\ncounsole,counsel\r\ncounsolers,counselors\r\ncounsoling,counseling\r\ncounst,counts\r\ncounsul,counsel\r\ncountablity,countability\r\ncountain,contain\r\ncountainance,countenance\r\ncountained,contained\r\ncountaineds,containeds\r\ncountainer,container\r\ncountainers,containers\r\ncountaining,containing\r\ncountains,contains\r\ncountamence,countenance\r\ncountanance,countenance\r\ncountance,countenance\r\ncountanence,countenance\r\ncountanents,countenance\r\ncountaniance,countenance\r\ncountanience,countenance\r\ncountanous,countenance\r\ncountantiance,countenance\r\ncountatence,countenance\r\ncounteance,countenance\r\ncountel,council\r\ncountemances,countenance\r\ncountenace,countenance\r\ncountenant,continent\r\ncountence,countenance\r\ncountences,countenance\r\ncountenence,countenance\r\ncountenences,countenance\r\ncountenense,countenance\r\ncountenent,continent\r\ncountenents,countenance\r\ncountenes,countenance\r\ncountenients,countenance\r\ncountenounce,countenance\r\ncountents,countenance\r\ncountenuance,countenance\r\ncounteous,countenance\r\ncountepart,counteract\r\ncounter-balance,counterbalance\r\ncounter-balanced,counterbalanced\r\ncounter-balances,counterbalances\r\ncounter-balancing,counterbalancing\r\ncounteratk,counteract\r\ncounterbat,counteract\r\ncountercat,counteract\r\ncountercoat,counteract\r\ncountercut,counteract\r\ncounterd,countered\r\ncounteredit,counterfeit\r\ncounteres,counters\r\ncounterfact,counteract\r\ncounterfait,counterfeit\r\ncounterfeight,counterfeit\r\ncounterfest,counterfeit\r\ncounterfiet,counterfeit\r\ncounterfiets,counterfeit\r\ncounterfited,counterfeit\r\ncounteries,counters\r\ncountermessures,counter\r\ncounterners,controversy\r\ncounterpaly,counterplay\r\ncounterpary,counterplay\r\ncounterpath,counterpart\r\ncounterpats,counterparts\r\ncounterpoart,counterpart\r\ncounterpont,counterpoint\r\ncounterporductive,counterproductive\r\ncounterpresssing,counterpressing\r\ncounterprodutive,counterproductive\r\ncounterract,counterpart\r\ncounterracts,counterparts\r\ncounterside,countryside\r\ncountert,counteract\r\ncountertrap,counterpart\r\ncountertraps,counterparts\r\ncounterversing,controversy\r\ncounterwieght,counterweight\r\ncounterwieghted,counterweighted\r\ncounterwieghting,counterweighting\r\ncounterwieghtless,counterweightless\r\ncounterwieghts,counterweights\r\ncountes,counters\r\ncounteversy,controversy\r\ncountiance,countenance\r\ncounticies,courtesies\r\ncountience,countenance\r\ncountieness,countenance\r\ncountiinal,continual\r\ncountiinally,continually\r\ncountiination,continuation\r\ncountiinations,continuations\r\ncountiine,continue\r\ncountiined,continued\r\ncountiines,continues\r\ncountiining,continuing\r\ncountiinity,continuity\r\ncountiinous,continuous\r\ncountiinously,continuously\r\ncountimence,countenance\r\ncountiments,countenance\r\ncountin,counting\r\ncountinance,countenance\r\ncountinant,countenance\r\ncountinence,countenance\r\ncountinents,countenance\r\ncountines,countenance\r\ncountiness,countenance\r\ncountinet,continent\r\ncountingz,counting\r\ncountinual,continual\r\ncountinually,continually\r\ncountinuation,continuation\r\ncountinuations,continuations\r\ncountinue,continue\r\ncountinued,continued\r\ncountinueous,continuous\r\ncountinues,continues\r\ncountinuing,continuing\r\ncountinuity,continuity\r\ncountinuous,continuous\r\ncountinuously,continuously\r\ncountious,continuous\r\ncountires,countries\r\ncountirversay,controversy\r\ncountnance,countenance\r\ncountns,counts\r\ncountonance,countenance\r\ncountonanous,countenance\r\ncountoring,countering\r\ncountounce,countenance\r\ncountounee,countenance\r\ncountour,contour\r\ncountous,conscious\r\ncountr,country\r\ncountres,counters\r\ncountrevercy,controversy\r\ncountrie's,country's\r\ncountrie,country\r\ncountriman,countryman\r\ncountriness,countenance\r\ncountriside,countryside\r\ncountroversy,controversy\r\ncountrovesy,controversy\r\ncountrproductive,counterproductive\r\ncountrs,counts\r\ncountrycide,countryside\r\ncountryies,countryside\r\ncountrying,countering\r\ncountrys,countries\r\ncountrytolowercase,countries\r\ncountrywides,countryside\r\ncountrywise,countryside\r\ncountsey's,courtesies\r\ncountuance,countenance\r\ncountufersey,controversy\r\ncountuness,countenance\r\ncouontable,countable\r\ncoupld,couple\r\ncource,course\r\nprimarry,primary\r\ncources,courses\r\ncourcework,coursework\r\ncourching,crouching\r\ncourd,cord\r\ncourdicities,courtesies\r\ncoure,course\r\ncoureous,curious\r\ncouresasty,curiosity\r\ncoureses,courses\r\ncouresoty,curiosity\r\ncouresty,curiosity\r\ncouresy,courtesies\r\ncourgious,gorgeous\r\ncouricy,courtesy\r\ncourieous,curious\r\ncouries,curious\r\ncouriosity,curiosity\r\ncouriosoty,curiosity\r\ncourious,curious\r\ncouriousity,curiosity\r\ncouriousty,curiosity\r\ncourisey's,courtesies\r\ncourisity,curiosity\r\ncourisoity,curiosity\r\ncourisoty,curiosity\r\ncourisouty,curiosity\r\ncouristory,curiosity\r\ncouritsy,courtesy\r\ncournel,colonel\r\ncourone,couronne\r\ncourosity,curiosity\r\ncourours,courteous\r\ncourous,curious\r\ncourousity,curiosity\r\ncourpus,corpus\r\ncourrious,curious\r\ncours,course\r\ncoursecs,courses\r\ncoursefork,coursework\r\ncourseq,course\r\ncourseties,courtesies\r\ncoursety,courtesy\r\ncoursity,curiosity\r\ncourson,cousin\r\ncourst,court\r\ncourstey,courtesies\r\ncourstsey,courtesy\r\ncourtcies,courtesy\r\ncourteaus,courtesy\r\ncourteces,courtesies\r\ncourtecey,courtesy\r\ncourtecies,courtesy\r\ncourtecy,courtesy\r\ncourteious,courtesy\r\ncourtens,curtains\r\ncourteoses,courtesies\r\ncourteosy,courtesy\r\ncourteosys,courtesies\r\ncourteouses,courtesies\r\ncourteousies,courtesies\r\ncourteousy,courtesy\r\ncourteousys,courtesies\r\ncourtesce,courtesies\r\ncourtescy,courtesy\r\ncourtesees,courtesies\r\ncourtesesies,courtesies\r\ncourtesey,courtesy\r\ncourtesie,courtesy\r\ncourtesing,courtesy\r\ncourtesis,courtesy\r\ncourtesiy,courtesy\r\ncourtessy,courtesy\r\ncourtessys,courtesies\r\ncourtesty,courtesy\r\ncourtesys,courtesies\r\ncourteuos,courteous\r\ncourtey,courtesy\r\ncourteys,courtesies\r\ncourtezes,courtesies\r\ncourthosue,courthouse\r\ncourthourse,courthouse\r\ncourtias,courteous\r\ncourtiass,courteous\r\ncourtices,courtesies\r\ncourticey,courtesy\r\ncourticies,courtesies\r\ncourticios,courtesies\r\ncourticy,courtesy\r\ncourtieous,courtesies\r\ncourties,courtesy\r\ncourtiese,courteous\r\ncourtiesies,courtesies\r\ncourtiesy,courtesy\r\ncourtio,courtesies\r\ncourtious,courtesy\r\ncourtiously,courteously\r\ncourtisce,courtesy\r\ncourtise,courtesies\r\ncourtises,courtesies\r\ncourtiseses,courtesies\r\ncourtisey,courtesy\r\ncourtiseys,courtesies\r\ncourtisies,courtesies\r\ncourtisiss,courtesies\r\ncourtissy,courtesy\r\ncourtisy,courtesy\r\ncourtisys,courtesies\r\ncourtizes,courtesies\r\ncourtoueses,courtesies\r\ncourtouses,courtesies\r\ncourtousies,courtesies\r\ncourtously,courtesy\r\ncourtousy,courtesy\r\ncourtrom,courtroom\r\ncourtrooom,courtroom\r\ncourtsey,courtesy\r\ncourtsies,courtesies\r\ncourtss,courtesies\r\ncourtsy,courtesy\r\ncourtuos,courteous\r\ncourtusly,courtesy\r\ncoururier,courier\r\ncoururiers,couriers\r\ncourve,curve\r\ncouse,course\r\ncoused,courses\r\ncousel,counsel\r\ncouses,courses\r\ncousines,cousins\r\ncousings,cousins\r\ncousnelors,counselors\r\ncouson,cousin\r\ncousses,courses\r\ncoustamry,customary\r\ncoustemers,customer's\r\ncoustermer's,customer's\r\ncoustomer's,customer's\r\ncoustomer,customer's\r\ncoustomers,customer's\r\ncoustormers,customer's\r\ncoustrmey,customary\r\ncoustumer,customer's\r\ncout,count\r\ncoutain,contain\r\ncoutained,contained\r\ncoutaineds,containeds\r\ncoutainer,container\r\ncoutainers,containers\r\ncoutaining,containing\r\ncoutains,contains\r\ncoutance,countenance\r\ncoutanence,countenance\r\ncoutanint,continent\r\ncoutenance,countenance\r\ncouter,counter\r\ncoutercies,courtesies\r\ncouterpart,counterpart\r\ncoutesys,courtesies\r\ncouticies,courtesies\r\ncoutinence,countenance\r\ncouting,counting\r\ncoutinue,continue\r\ncoutioues,courtesies\r\ncoutious,courteous\r\ncoutner,counter\r\ncoutneract,counteract\r\ncoutnered,countered\r\ncoutnerfeit,counterfeit\r\ncoutnering,countering\r\ncoutnerpart,counterpart\r\ncoutnerparts,counterparts\r\ncoutnerplay,counterplay\r\ncoutnerpoint,counterpoint\r\ncoutnerproductive,counterproductive\r\ncoutners,counters\r\ncoutning,counting\r\ncoutomery,customary\r\ncoutput,output\r\ncoutueversy,controversy\r\ncovanent,covenant\r\ncovaraiance,covariance\r\ncovaraince,covariance\r\ncovenat,covenant\r\ncovenental,covenant\r\ncovenient,convenient\r\ncovenment,government\r\ncovention,convention\r\ncoverag,coverage\r\ncoverate,coverage\r\ncoverd,covered\r\ncoveres,covers\r\ncoverge,coverage\r\ncovergence,convergence\r\ncoversation,conversation\r\ncoversion,conversion\r\ncovertage,coverage\r\ncoverted,converted\r\ncoverters,converters\r\ncoverting,converting\r\ncovidence,confidence\r\ncovidoligist,cOVIDologist\r\ncovnersation,conservation\r\ncovnersion,conversion\r\ncovres,covers\r\ncowi,choir\r\ncoworkign,coworking\r\ncowtow,kowtow\r\ncoyotees,coyotes\r\ncoyp,copy\r\ncoytoes,coyotes\r\ncpabilities,capabilities\r\ncpamobilty,cPAmobility\r\ncpasity,capacity\r\ncpatains,captains\r\ncpecial,special\r\ncpmmercially,commercially\r\ncpompletion,completion\r\ncpoy,coy\r\ncpoying,copying\r\ncpoyright,copyright\r\ncprrect,correct\r\ncraated,created\r\ncrabbbing,crabbing\r\ncrabine,carbine\r\ncraceful,graceful\r\ncrach,crash\r\ncrackign,cracking\r\ncracle,scarcely\r\ncraddle,cradle\r\ncrade,crowded\r\ncradel,cradle\r\ncraete,create\r\ncraeted,created\r\ncraetes,creates\r\ncraeting,creating\r\ncraftfuly,craftfully\r\ncraftman,craftsman\r\ncraftmanship,craftsmanship\r\ncragualy,gradually\r\ncrahes,crashes\r\ncrahses,crashes\r\ncrak,crack\r\ncraker,cracker\r\ncrall,crawl\r\ncralwed,crawled\r\ncrambled,scrambled\r\ncramework's,framework's\r\ncrample,scrambled\r\ncrampt,cramped\r\ncranberrry,cranberry\r\ncranbery,cranberry\r\ncrankenstein,frankenstein\r\ncraotia,croatia\r\ncrapenter,carpenter\r\ncraping,scraping\r\ncrashses,crashes\r\ncrassover-jar,crossover-jar\r\ncrasy,crazy\r\ncration,creation\r\ncravets,caveats\r\ncrawablilty,crawability\r\ncraweld,crawled\r\ncrawlabilty,crawlability\r\ncrawlablity,crawlability\r\ncrayones,crayons\r\ncrazyness,craziness\r\ncrciling,circling\r\ncrea,create\r\ncreacionism,creationism\r\ncreadability,credibility\r\ncreadable,credible\r\ncreadably,credibly\r\ncreaded,created\r\ncreadentials,credentials\r\ncreadibility,credibility\r\ncreadible,credible\r\ncreadibly,credibly\r\ncreadit,credit\r\ncreae,create\r\ncreaed,created\r\ncreaes,creates\r\ncreaete,create\r\ncreaeted,created\r\ncreaetes,creates\r\ncreaetion,creation\r\ncreamic,ceramic\r\ncreamry,creamery\r\ncreaotor,creator\r\ncreap,creep\r\ncreare,create\r\ncreared,created\r\ncreasting,creating\r\ncreat,create\r\ncreata,create\r\ncreatablility,creatability\r\ncreatae,create\r\ncreatation,creation\r\ncreatd,created\r\ncreatde,created\r\ncreate-covnert-option,create-convert-option\r\ncreatea,creates\r\ncreateed,created\r\ncreatein,creatine\r\ncreateing,creating\r\ncreateion,creation\r\ncreateive,creative\r\ncreaten,creatine\r\ncreater,creator\r\ncreatescreate,creates\r\ncreatess,creates\r\ncreateur,creator\r\ncreatibg,creating\r\ncreatie,creatine\r\ncreatien,creatine\r\ncreatign,creating\r\ncreatiion,creation\r\ncreatin,create\r\ncreatino,creation\r\ncreatioin,creation\r\ncreatioins,creations\r\ncreationg,creation\r\ncreationis,creations\r\ncreationisim,creationism\r\ncreationistas,creationists\r\ncreationkit,creationist\r\ncreationnism,creationism\r\ncreationnist,creationist\r\ncreationsim,creationism\r\ncreationsism,creationism\r\ncreationsist,creationist\r\ncreationsit,creationist\r\ncreationsits,creationists\r\ncreationsm,creationism\r\ncreationst,creationist\r\ncreationsts,creationists\r\ncreatioon,creation\r\ncreatitivity,creativity\r\ncreativa,creative\r\ncreativelly,creatively\r\ncreativey,creatively\r\ncreativily,creatively\r\ncreativley,creatively\r\ncreativly,creatively\r\ncreatnig,creating\r\ncreatoin,creation\r\ncreatoins,creations\r\ncreatomg,creating\r\ncreats,creates\r\ncreattion,creation\r\ncreatue,creature\r\ncrecence,crescence\r\ncrecent,crescent\r\ncrecents,crescents\r\ncreckit,cricket\r\ncrecsence,crescence\r\ncrecsent,crescent\r\ncrecsents,crescents\r\ncrect,correct\r\ncrectability,correctability\r\ncrectable,correctable\r\ncrected,corrected\r\ncrectibility,correctibility\r\ncrectible,correctible\r\ncrecting,correcting\r\ncrectingly,correctingly\r\ncrection,correction\r\ncrections,corrections\r\ncrectly,correctly\r\ncrector,corrector\r\ncrects,corrects\r\ncredability,credibility\r\ncredable,credible\r\ncredables,credibles\r\ncredably,credibly\r\ncredablys,crediblys\r\ncredate,create\r\ncreddit,credit\r\ncrededentials,credentials\r\ncredencials,credentials\r\ncredentail's,credential's\r\ncredentail,credentials\r\ncredentails,credentials\r\ncredentaisl,credentials\r\ncredentals,credentials\r\ncredentatials,credentials\r\ncredentialt,credentials\r\ncredentils,credentials\r\ncredentisals,credentials\r\ncredetability,credibility\r\ncredi,credit\r\ncrediablity,crediability\r\ncredibillity,credibility\r\ncredibilty,credibility\r\ncrediblity,credibility\r\ncredientals,credentials\r\ncredientials,credentials\r\ncrediiblity,crediibility\r\ncredintials,credentials\r\ncredis,credits\r\ncreditabilty,creditability\r\ncreditablity,creditability\r\ncreditbilty,creditbility\r\ncreditibilty,creditibility\r\ncrednetials,credentials\r\ncrednetials-helper,credentials-helper\r\ncreeate,create\r\ncreedence,credence\r\ncreeperest,creepers\r\ncreepes,creepers\r\ncreepgin,creeping\r\ncreepig,creeping\r\ncreept,crept\r\ncreetaed,created\r\ncrefrifuly,crefrifully\r\ncreful,careful\r\ncrekaing,creaking\r\ncrekaings,creakings\r\ncrem,cream\r\ncrematioin,cremation\r\ncremistery,chemistry\r\ncremistry,chemistry\r\ncrendential,credential\r\ncrendentials,credentials\r\ncrendentiasl,credentials\r\ncrendetials,credentials\r\ncrentials,credentials\r\ncrerate,create\r\ncrescance,crescence\r\ncrescant,crescent\r\ncrescants,crescents\r\ncresciendo,crescendo\r\ncresence,crescence\r\ncresent,crescent\r\ncresents,crescents\r\ncreset,c-reset\r\ncretacesum,criticism\r\ncretate,create\r\ncrete,create\r\ncreted,created\r\ncreteria,criteria\r\ncreting,creating\r\ncretion,creation\r\ncretisism,criticism\r\ncretism,criticism\r\ncretor,creator\r\ncreture,creature\r\ncreulty,cruelty\r\ncreusa,creüsa\r\ncrewws,crews\r\ncrhistmas,christmas\r\ncrhome,chrome\r\ncri,cry\r\ncricit,cricket\r\ncriciticisms,criticism\r\ncricitising,criticising\r\ncricketts,crickets\r\ncrickit,cricket\r\ncrickt,cricket\r\ncricles,circles\r\ncricling,circling\r\ncrictet,cricket\r\ncrictism,criticism\r\ncriculating,circulating\r\ncricumference,circumference\r\ncrid,cried\r\ncride,cried\r\ncridictcisim,criticism\r\ncrierion,criterion\r\ncrigneworthy,cringeworthy\r\ncriket,cricket\r\ncrim,crime\r\ncrimamel,criminal\r\ncrimanally,criminally\r\ncrime-lord,crime lord\r\ncrime-lords,crime lords\r\ncrimelord,crime lord\r\ncrimelords,crime lords\r\ncriminalty,criminally\r\ncriminalul,criminally\r\ncriminaly,criminally\r\ncriminolagist,criminologist\r\ncriminolgists,criminologists\r\ncrimnal,criminal\r\ncring,crying\r\ncringely,cringey\r\ncringery,cringey\r\ncringewhorty,cringeworthy\r\ncringeworhty,cringeworthy\r\ncringeworhy,cringeworthy\r\ncringeworthey,cringeworthy\r\ncringeworthly,cringeworthy\r\ncringeworty,cringeworthy\r\ncringewothy,cringeworthy\r\ncringewrothy,cringeworthy\r\ncringyworthy,cringeworthy\r\ncripe,grippe\r\ncriple,cripple\r\ncripling,crippling\r\ncrippe,grippe\r\ncript,script\r\ncriptic,cryptic\r\ncription,description\r\ncriqitue,critique\r\ncrisiam,criticism\r\ncrisisem,criticism\r\ncrisizum,criticism\r\ncrissing,increasing\r\ncrist,christ\r\ncristal,crystal\r\ncristened,christened\r\ncristmas,christmas\r\ncristmus,christmas\r\ncrital,critical\r\ncritally,critically\r\ncritcal,critical\r\ncritcally,critically\r\ncritcial,critical\r\ncritcially,critically\r\ncritcials,criticals\r\ncritcise,criticise\r\ncritcised,criticised\r\ncritcises,criticises\r\ncritcising,criticising\r\ncritcism,criticism\r\ncritcisms,criticisms\r\ncritcize,criticize\r\ncritcized,criticized\r\ncritcizes,criticizes\r\ncritcizing,criticizing\r\ncritera,criteria\r\ncritereon,criterion\r\ncriterias,criteria\r\ncriteron,criterion\r\ncritial,critical\r\ncritially,critically\r\ncritials,criticals\r\ncritica,critical\r\ncriticable,critical\r\ncriticallity,critically\r\ncriticaly,critically\r\ncriticarlo,critical\r\ncriticas,critics\r\ncriticem,criticism\r\ncritices,critics\r\ncritici,criticism\r\ncriticial,critical\r\ncriticially,critically\r\ncriticials,criticals\r\ncriticiam,criticism\r\ncriticicing,criticising\r\ncriticie,criticise\r\ncriticies,criticise\r\ncriticiing,criticising\r\ncriticim,criticisms\r\ncriticims,criticisms\r\ncriticis,critics\r\ncriticisam,criticism\r\ncriticisem,criticism\r\ncriticisied,criticise\r\ncriticisim,criticism\r\ncriticisims,criticisms\r\ncriticisiom,criticism\r\ncriticisium,criticism\r\ncriticisize,criticise\r\ncriticisme,criticise\r\ncriticisn,criticising\r\ncriticisng,criticising\r\ncriticistm,criticism\r\ncriticistms,criticisms\r\ncriticists,critics\r\ncriticisum,criticism\r\ncriticisze,criticise\r\ncriticiszed,criticise\r\ncriticiszing,criticising\r\ncriticitisem,criticism\r\ncriticiz,criticism\r\ncriticizasm,criticism\r\ncriticizem,criticism\r\ncriticizement,criticism\r\ncriticizin,criticism\r\ncriticizm,criticism\r\ncriticizms,criticisms\r\ncriticizng,criticizing\r\ncriticly,critically\r\ncriticm,criticism\r\ncriticms,critics\r\ncriticos,critics\r\ncriticsim,criticism\r\ncriticsims,criticisms\r\ncriticsistm,criticism\r\ncriticsistms,criticisms\r\ncriticsm,criticism\r\ncriticts,critics\r\ncriticum,criticism\r\ncriticus,critics\r\ncritiera,criteria\r\ncritigism,criticism\r\ncritisal,critical\r\ncritisally,critically\r\ncritiscism,criticism\r\ncritise,criticise\r\ncritised,criticised\r\ncritisem,criticism\r\ncritises,criticises\r\ncritisesimon,criticism\r\ncritisiam,criticism\r\ncritisice,criticise\r\ncritisiced,criticized\r\ncritisicem,criticism\r\ncritisiciam,criticism\r\ncritisicing,criticizing\r\ncritisicm,criticism\r\ncritisicms,criticisms\r\ncritisicsm,criticisms\r\ncritisiem,criticism\r\ncritisim,criticism\r\ncritisima,criticism\r\ncritising,criticising\r\ncritision,criticism\r\ncritisisam,criticism\r\ncritisiscm,criticisms\r\ncritisise,criticize\r\ncritisised,criticized\r\ncritisisem,criticism\r\ncritisises,criticises\r\ncritisisim,criticism\r\ncritisising,criticising\r\ncritisision,criticism\r\ncritisism,criticism\r\ncritisisms,criticisms\r\ncritisisum,criticism\r\ncritisium,criticism\r\ncritisize,criticise\r\ncritisized,criticized\r\ncritisizem,criticism\r\ncritisizen,criticism\r\ncritisizes,criticises\r\ncritisizim,criticism\r\ncritisizime,criticism\r\ncritisizing,criticizing\r\ncritisizm,criticism\r\ncritisizms,criticisms\r\ncritisizum,criticism\r\ncritism,criticism\r\ncritisms,criticism\r\ncritissam,criticism\r\ncritisum,criticism\r\ncritisym,criticism\r\ncritisyum,criticism\r\ncritiszm,criticism\r\ncritizam,criticism\r\ncritize,criticize\r\ncritizeation,criticism\r\ncritized,criticized\r\ncritizem,criticism\r\ncritizen,criticism\r\ncritizes,criticizes\r\ncritizesum,criticism\r\ncritiziced,criticized\r\ncritizicing,criticizing\r\ncritizim,criticism\r\ncritizing,criticizing\r\ncritizised,criticized\r\ncritizisim,criticism\r\ncritizising,criticizing\r\ncritizism,criticism\r\ncritizisms,criticisms\r\ncritizisum,criticism\r\ncritizitim,criticism\r\ncritizition,criticism\r\ncritizium,criticism\r\ncritizizam,criticism\r\ncritizized,criticized\r\ncritizizem,criticism\r\ncritizizing,criticizing\r\ncritizm,criticism\r\ncritizom,criticism\r\ncritizum,criticism\r\ncritria,criteria\r\ncrittical,critical\r\ncrittically,critically\r\ncritticise,criticise\r\ncritticised,criticised\r\ncritticises,criticises\r\ncritticising,criticising\r\ncritticism,criticism\r\ncritticisms,criticisms\r\ncritticize,criticize\r\ncritticized,criticized\r\ncritticizes,criticizes\r\ncritticizing,criticizing\r\ncrittissisam,criticism\r\ncrittter,critter\r\ncrittters,critters\r\ncritying,circling\r\ncrivly,crively\r\ncroatioa,croatia\r\ncroation,croatian\r\ncroations,croatians\r\ncrockodile,crocodile\r\ncrockodiles,crocodiles\r\ncrocodille,crocodile\r\ncrocodiller,crocodile\r\ncrocodilule,crocodile\r\ncroe,crow\r\ncroke,croak\r\ncroks,crooks\r\ncrol,crawl\r\ncroll,scroll\r\ncrome,chrome\r\ncronological,chronological\r\ncronologically,chronologically\r\ncronometer,chronometer\r\ncrope,crop\r\ncropes,crops\r\ncroporation,corporation\r\ncroporations,corporations\r\ncroppped,cropped\r\ncropses,corpses\r\ncropss,crops\r\ncrorse,courses\r\ncros,cross\r\ncrosair,corsair\r\ncrose,coarse\r\ncroshay,crochet\r\ncrosing,crossing\r\ncross-comiling,cross-compiling\r\ncross-compliation,cross-compilation\r\ncross-compliling,cross-compiling\r\ncross-correation,cross-correlation\r\ncross-domai,cross-domain\r\ncross-entropys,cross-entropies\r\ncross-langauge,cross-language\r\ncross-orgin,cross-origin\r\ncross-platofrm,cross-platform\r\ncross-platorm,cross-platform\r\ncross-referencong,cross-referencing\r\ncross-validationn,cross-validation\r\ncrossbuilded,cross-built\r\ncrossdressser,crossdresser\r\ncrossdresssing,crossdressing\r\ncrossfie,crossfire\r\ncrossfiter,crossfire\r\ncrossfiters,crossfire\r\ncrosshar,crosshair\r\ncrosshiar,crosshair\r\ncrossifre,crossfire\r\ncrosspot,crosspost\r\ncrosssed,crossed\r\ncrosssing,crossing\r\ncrosssings,crossings\r\ncrossvalidation,cross-validation\r\ncrost,crust\r\ncroud,crowd\r\ncrouded,crowded\r\ncrouds,crowds\r\ncroun,crown\r\ncrouse,cruise\r\ncroutsey's,courtesies\r\ncrowbahr,crowbar\r\ncrowdabilty,crowdability\r\ncrowdablity,crowdability\r\ncrowdid,crowded\r\ncrowdness,crowdedness\r\ncrowdunfing,crowdfunding\r\ncrowm,crown\r\ncrowwing,crowing\r\ncrpytic,cryptic\r\ncrpyto,crypto\r\ncrrect,correct\r\ncrrection,correction\r\ncrropper,cropper\r\ncrryptographic,cryptographic\r\ncrsah,crash\r\ncrsytal,crystal\r\ncrtical,critical\r\ncrtically,critically\r\ncrticise,criticise\r\ncrticised,criticised\r\ncrticises,criticises\r\ncrticising,criticising\r\ncrticism,criticism\r\ncrticisms,criticisms\r\ncrticize,criticize\r\ncrticized,criticized\r\ncrticizes,criticizes\r\ncrticizing,criticizing\r\ncrtpto,crypto\r\ncrual,cruel\r\ncruasder,crusader\r\ncrucability,crucibility\r\ncrucable,crucible\r\ncrucables,crucibles\r\ncrucably,crucibly\r\ncrucablys,cruciblys\r\ncruciaal,crucial\r\ncruciall,crucially\r\ncrucibe,crucible\r\ncrucibel,crucible\r\ncrucifiction,crucifixion\r\ncrudite,crudité\r\ncrudites,crudités\r\ncrue,crew\r\ncruetlier,crueltier\r\ncruetlies,cruelties\r\ncruetliest,crueltiest\r\ncruetliness,crueltiness\r\ncruetly,cruelty\r\ncruical,crucial\r\ncruicble,crucible\r\ncruisabilty,cruisability\r\ncruiserwieght,cruiserweight\r\ncruiserwieghted,cruiserweighted\r\ncruiserwieghting,cruiserweighting\r\ncruiserwieghtless,cruiserweightless\r\ncruiserwieghts,cruiserweights\r\ncrulety,cruelty\r\ncrum,crumb\r\ncrusdae,crusade\r\ncrusdaer,crusader\r\ncrusdaers,crusaders\r\ncrusial,crucial\r\ncrusier,cruiser\r\ncrusiers,cruisers\r\ncrusies,cruises\r\ncrusifed,crucified\r\ncrusiing,cruising\r\ncrusive,cursive\r\ncrustaceuos,crustaceous\r\ncrustacious,crustaceous\r\ncrustacuos,crustaceous\r\ncrutchers,crutches\r\ncrutchetts,crutches\r\ncrutchs,crutches\r\ncruthces,crutches\r\ncrutial,crucial\r\ncrutians,curtains\r\ncruzzzed,cruzzed\r\ncryed,cried\r\ncrypitc,cryptic\r\ncrypotographic,cryptographic\r\ncrypress,cypress\r\ncrypric,cryptic\r\ncrypticism,criticism\r\ncryptocraphic,cryptographic\r\ncryptocurency,cryptocurrency\r\ncryptograhic,cryptographic\r\ncryptograhpic,cryptographic\r\ncryptograhy,cryptography\r\ncryptographics,cryptographic\r\ncryptograpic,cryptographic\r\ncryptograpy,cryptography\r\ncryptograrphic,cryptographic\r\ncryptogrpahic,cryptographic\r\ncryptogrpahy,cryptography\r\ncryptogrphic,cryptographic\r\ncryptotechnolgies,cryptotechnologies\r\ncrystalens,crystals\r\ncrystalic,crystallic\r\ncrystalicious,crystallicious\r\ncrystalife,crystallife\r\ncrystaline,crystalline\r\ncrystalinks,crystallinks\r\ncrystalis,crystallis\r\ncrystalisation,crystallisation\r\ncrystalised,crystallised\r\ncrystalises,crystallises\r\ncrystalisk,crystals\r\ncrystalizability,crystallizability\r\ncrystalizable,crystallizable\r\ncrystalization,crystallization\r\ncrystalizations,crystallizations\r\ncrystalizeddivination,crystallizeddivination\r\ncrystalizeonline,crystallizeonline\r\ncrystalizer,crystallizer\r\ncrystalizers,crystallizers\r\ncrystallis,crystals\r\ncrystalls,crystals\r\ncrystalographic,crystallographic\r\ncrystalologist,crystallologist\r\ncrystalus,crystals\r\ncrystaly,crystally\r\ncrystalys,crystals\r\ncrystas,crystals\r\ncrystle,crystal\r\ncrystsl,crystals\r\ncrytical,critical\r\ncrytisym,criticism\r\ncryto,crypto\r\ncryto-currencies,crypto-currencies\r\ncrytocurrencies,cryptocurrencies\r\ncrytographic,cryptographic\r\ncrytographically,cryptographically\r\ncrytopgraphic,cryptographic\r\ncrytpic,cryptic\r\ncrytsal,crystal\r\ncsaction,action\r\ncsae,case\r\ncse,case\r\ncsets,sets\r\ncsettings,settings\r\ncshow,show\r\ncsofteners,softeners\r\ncstom,custom\r\ncsutom,custom\r\nctaegories,categories\r\nctaegorization,categorization\r\nctaegory,category\r\nctch,catch\r\nctegory,category\r\ncthe,the\r\ncthluhu,cthulhu\r\ncthuhlu,cthulhu\r\ncthulhlu,cthulhu\r\ncthulluh,cthulhu\r\ncthuluh,cthulhu\r\nctificates,certificates\r\nctitique,critique\r\nctreated,created\r\nctually,actually\r\nctuhlhu,cthulhu\r\nctx,context\r\nctype,actor\r\ncuacasian,caucasian\r\ncuacused,caucused\r\ncuacuses,caucuses\r\ncuaritains,curtains\r\ncuasality,causality\r\ncuase,cause\r\ncuasing,causing\r\ncuatiously,cautiously\r\ncubards,cupboards\r\ncubcile,cubicle\r\ncubilce,cubicle\r\ncubiod,cuboid\r\ncubiodal,cuboidal\r\ncubiodance,cuboidance\r\ncubioded,cuboided\r\ncubioding,cuboiding\r\ncubiods,cuboids\r\ncuboard,cupboard\r\ncubpoard,cupboard\r\ncucomber,cucumber\r\ncucumberjs,cucumber\r\ncuddels,cuddles\r\ncuddleys,cuddles\r\ncudos,kudos\r\ncuestionable,questionable\r\ncufffed,cuffed\r\ncugrsor,cursor\r\nculateral,collateral\r\nculatural,collateral\r\nculd,could\r\nculiminate,culminate\r\nculiminated,culminated\r\nculiminates,culminates\r\nculiminating,culminating\r\nculimination,culmination\r\nculiminations,culminations\r\nculinarry,culinary\r\nculinerry,culinary\r\nculinery,culinary\r\nculinoligists,culinologists\r\nculitvate,cultivate\r\ncullateral,collateral\r\ncullatorial,collateral\r\ncullinary,culinary\r\ncullling,culling\r\nculpablity,culpability\r\nculpeppper,culpepper\r\nculprint,culprit\r\nculrpit,culprit\r\ncultavate,cultivate\r\nculterally,culturally\r\ncultery,cutlery\r\ncultivative,cultivate\r\ncultral,cultural\r\ncultralists,culturalists\r\ncultrual,cultural\r\ncultrually,culturally\r\nculturaly,culturally\r\nculturels,cultures\r\nculturs,cultures\r\nculumative,cumulative\r\nculutral,cultural\r\nculutrally,culturally\r\nculy,curly\r\ncumbersone,cumbersome\r\ncumbersum,cumbersome\r\ncumbursome,cumbersome\r\ncuming,coming\r\ncuminicate,communicate\r\ncumitey,community\r\ncumlative,cumulative\r\ncummalitive,cumulative\r\ncummiate,communicate\r\ncummicate,communicate\r\ncummmers,cummers\r\ncummming,cumming\r\ncummmings,cummings\r\ncummmming,cumming\r\ncummmmmming,cumming\r\ncummuate,communicate\r\ncummulative,cumulative\r\ncummunicate,communicate\r\ncummunity,community\r\ncumpolsory,compulsory\r\ncumstom,custom\r\ncumstonary,customary\r\ncumtomary,customary\r\ncumulatative,cumulative\r\ncumulatatively,cumulatively\r\ncumulitive,cumulative\r\ncumultivly,cumultively\r\ncumululative,cumulative\r\ncumuncate,communicate\r\ncuncurrent,concurrent\r\ncunditions,conditions\r\ncunfigure,configure\r\ncunnage,tonnage\r\ncunnning,cunning\r\ncunnot,cannot\r\ncunsel,counsel\r\ncuntaminated,contaminated\r\ncuntente,contented\r\ncuntion,function\r\ncuond,cound\r\ncuonducted,counducted\r\ncuories,curious\r\ncuourtesyes,courtesies\r\ncupacity,capacity\r\ncupbaord,cupboard\r\ncupboad,cupboard\r\ncupborad,cupboard\r\ncupel,couple\r\ncuple,couple\r\ncuplrit,culprit\r\ncupple,couple\r\ncuppped,cupped\r\ncuppping,cupping\r\ncuptured,captured\r\ncurabilty,curability\r\ncuracao,curaçao\r\ncurage,courage\r\ncurains,curtains\r\ncuratan,curtains\r\ncuratin,curtain\r\ncuravature,curvature\r\ncurbe,curve\r\ncurch,church\r\ncurches,churches\r\ncurcial,crucial\r\ncurcible,crucible\r\ncurcling,circling\r\ncurcuit,circuit\r\ncurcuitboard,circuitboard\r\ncurcuitry,circuitry\r\ncurcuits,circuits\r\ncurcular,circular\r\ncurculation,circulation\r\ncurculing,circling\r\ncurcumcision,circumcision\r\ncurcumference,circumference\r\ncurcumstance,circumstance\r\ncurcumstances,circumstances\r\ncurcumstantial,circumstantial\r\ncurcus,circus\r\ncurdesies,courtesies\r\ncureated,curated\r\ncurecosity,curiosity\r\ncureful,careful\r\ncurefully,carefully\r\ncurefuly,carefully\r\ncurelty,cruelty\r\ncurency,currency\r\ncurenley,currently\r\ncurenly,currently\r\ncurent,current\r\ncurenteley,currently\r\ncurentely,currently\r\ncurentey,currently\r\ncurentley,currently\r\ncurently,currently\r\ncurenty,currently\r\ncureosaty,curiosity\r\ncureosity,curiosity\r\ncureous,curious\r\ncureousity,curiosity\r\ncurernt,current\r\ncurerntly,currently\r\ncurgress,congress\r\ncuricculum,curriculum\r\ncuriculum,curriculum\r\ncuriocity,curiosity\r\ncurioctity,curiosity\r\ncuriocuty,curiosity\r\ncurioosty,curiosity\r\ncuriosisity,curiosity\r\ncuriosoty,curiosity\r\ncuriostey,curiosity\r\ncuriostic,curiosity\r\ncuriostiy,curiosity\r\ncuriosty,curiosity\r\ncuriosy,curiosity\r\ncuriouity,curiosity\r\ncuriouscy,curiosity\r\ncuriouse,curious\r\ncuriousite,curiosity\r\ncuriousities,curiosities\r\ncuriousity,curiosity\r\ncuriousty,curiosity\r\ncuriousy,curiosity\r\ncuriser,cruiser\r\ncurisers,cruisers\r\ncurising,cruising\r\ncurisioty,curiosity\r\ncurisities,courtesies\r\ncurisoity,curiosity\r\ncurisoty,curiosity\r\ncurisve,cursive\r\ncuritosity,curiosity\r\ncurituns,curtains\r\ncuriusoty,curiosity\r\ncurley,curly\r\ncurnterns,curtains\r\ncurntians,curtains\r\ncurocity,curiosity\r\ncuroius,curious\r\ncuror,cursor\r\ncurorcy,curiosity\r\ncurose,curious\r\ncurosiety,curiosity\r\ncurosisty,curiosity\r\ncurosity,curiosity\r\ncurosr,cursor\r\ncurouity,curiosity\r\ncurous,curious\r\ncurousatiy,curiosity\r\ncurouse,curious\r\ncurousisty,curiosity\r\ncurozity,curiosity\r\ncurplas,surplus\r\ncurpus,corpus\r\ncurrage,courage\r\ncurrancies,currencies\r\ncurrate,curate\r\ncurrated,curated\r\ncurrecny,currency\r\ncurrect,current\r\ncurred,cured\r\ncurren,current\r\ncurrence,currencies\r\ncurrencey,currency\r\ncurrenct,current\r\ncurrenctly,currency\r\ncurrency-colum,currency-column\r\ncurrend,current\r\ncurrenetly,currently\r\ncurrenices,currencies\r\ncurrenley,currently\r\ncurrenltly,currently\r\ncurrenlty,currently\r\ncurrenly,currently\r\ncurrens,currents\r\ncurrentaly,currentally\r\ncurrente,current\r\ncurrented,currently\r\ncurrenteleey,currently\r\ncurrenteley,currently\r\ncurrentely,currently\r\ncurrentently,currently\r\ncurrentey,currently\r\ncurrentfps,currents\r\ncurrentl,currently\r\ncurrentleey,currently\r\ncurrentley,currently\r\ncurrentliy,currently\r\ncurrentlys,currents\r\ncurrentpos,currents\r\ncurrentry,currently\r\ncurrentusa,currents\r\ncurrenty,currently\r\ncurrentyl,currently\r\ncurreny,currency\r\ncurrespond,correspond\r\ncurrest,currents\r\ncurret,current\r\ncurretly,currently\r\ncurriciulum,curriculum\r\ncurriclum,curriculum\r\ncurriculem,curriculum\r\ncurriculim,curriculum\r\ncurricullum,curriculum\r\ncurriculm,curriculum\r\ncurriences,currencies\r\ncurrieows,curious\r\ncurrious,curious\r\ncurriousity,curiosity\r\ncurrly,curly\r\ncurrnet,current\r\ncurrnt,current\r\ncurrntly,currently\r\ncurroption,corruption\r\ncurrosity,curiosity\r\ncurrous,curious\r\ncurrred,curred\r\ncurrrent,current\r\ncurrrently,currently\r\ncurrten,curtain\r\ncurrtises,courtesies\r\ncurrtly,currently\r\ncurruntly,currently\r\ncurruption,corruption\r\ncurryous,curious\r\ncursade,crusade\r\ncursader,crusader\r\ncursaders,crusaders\r\ncursity,courtesy\r\ncurson,cursor\r\ncursr,cursor\r\ncurstom,custom\r\ncurtai,curtains\r\ncurtaina,curtain\r\ncurtainacy,curtaincy\r\ncurtainaed,curtained\r\ncurtainaing,curtaining\r\ncurtainas,curtains\r\ncurtaini,curtain\r\ncurtainicy,curtaincy\r\ncurtainied,curtained\r\ncurtainiing,curtaining\r\ncurtainis,curtains\r\ncurtan,curtains\r\ncurtans,curtains\r\ncurtanse,curtains\r\ncurtasies,courtesies\r\ncurtecy,courtesy\r\ncurteious,courteous\r\ncurten,curtains\r\ncurtens,curtains\r\ncurteous,courteous\r\ncurteousies,courtesies\r\ncurteousys,courtesies\r\ncurtesey,courtesy\r\ncurtesies,courtesies\r\ncurtesy,courtesy\r\ncurtesys,courtesies\r\ncurteus,courteous\r\ncurtian,curtain\r\ncurtiana,curtain\r\ncurtianacy,curtaincy\r\ncurtianaed,curtained\r\ncurtianaing,curtaining\r\ncurtianas,curtains\r\ncurtiancy,curtaincy\r\ncurtianed,curtained\r\ncurtiani,curtain\r\ncurtianicy,curtaincy\r\ncurtianied,curtained\r\ncurtianiing,curtaining\r\ncurtianing,curtaining\r\ncurtianis,curtains\r\ncurtians,curtains\r\ncurtices,courtesies\r\ncurticies,courtesies\r\ncurticy,courtesy\r\ncurties,courteous\r\ncurtin,curtain\r\ncurtined,curtains\r\ncurtings,curtains\r\ncurtins,curtains\r\ncurtion,curtain\r\ncurtions,courteous\r\ncurtios,courteous\r\ncurtious,courteous\r\ncurtiouse,courteous\r\ncurtiousies,courtesies\r\ncurtiscis,courtesies\r\ncurtise,courteous\r\ncurtises,courtesies\r\ncurtisey,courtesy\r\ncurtiseys,courtesies\r\ncurtisies,courtesies\r\ncurtisses,courtesies\r\ncurtisues,courtesies\r\ncurtisy,courtesy\r\ncurtius,courteous\r\ncurtiuss,courteous\r\ncurton,curtain\r\ncurtons,curtains\r\ncurtosies,courtesies\r\ncurtosy,courtesy\r\ncurtous,courteous\r\ncurtouseyes,courtesies\r\ncurtousies,courtesies\r\ncurtousy,courtesy\r\ncurtscy,courtesy\r\ncurtuins,curtains\r\ncurtuse,courteous\r\ncurvecommon,curve-common\r\ncurveprime,curve-prime\r\ncurying,currying\r\ncuryocity,curiosity\r\ncusemrey,customary\r\ncusine,cuisine\r\ncusines,cuisines\r\ncusion,cushion\r\ncusom,custom\r\ncusome,custom\r\ncusomer,customer\r\ncusomizable,customizable\r\ncusomized,customized\r\ncusonary,customary\r\ncusotm,custom\r\ncusotmer,customer\r\ncusotmers,customers\r\ncusotmizations,customizations\r\ncusotmizing,customizing\r\ncusromizable,customizable\r\ncustam,custom\r\ncustamary,customary\r\ncustamer's,customer's\r\ncustamer,customer's\r\ncustamery,customary\r\ncustamisation,customization\r\ncustamizable,customizable\r\ncustamor's,customer's\r\ncustamory,customary\r\ncustamry,customary\r\ncustanemary,customary\r\ncustarmary,customary\r\ncustcene,cutscene\r\ncustcenes,cutscenes\r\ncustemary,customary\r\ncustemmeress,customer's\r\ncuster,cluster\r\ncusteramy,customary\r\ncustermany,customary\r\ncustermary,customary\r\ncustermer,customer's\r\ncustermerry,customary\r\ncustermers,customer's\r\ncustermery,customary\r\ncusterom,custom\r\ncusterome,customary\r\ncustim,custom\r\ncustimers,customer's\r\ncustimizable,customizable\r\ncustimization,customization\r\ncustimizations,customizations\r\ncustimized,customized\r\ncustimzation,customization\r\ncustm,custom\r\ncustmers,customer's\r\ncustmized,customized\r\ncustmoer,customer\r\ncustmtele,customary\r\ncusto,custom\r\ncustodion,custodian\r\ncustoemr,customer\r\ncustoimary,customary\r\ncustoimzation,customization\r\ncustoizable,customizable\r\ncustomar's,customer's\r\ncustomars,customer's\r\ncustome,customer\r\ncustomed,customized\r\ncustomeized,customized\r\ncustomely,customary\r\ncustomen,customary\r\ncustomere,customary\r\ncustomery,customary\r\ncustomes,customers\r\ncustomiers,customer's\r\ncustoming,customizing\r\ncustomisablity,customisability\r\ncustomisatoin,customisation\r\ncustomizabe,customizable\r\ncustomizabillty,customizability\r\ncustomizabilty,customizability\r\ncustomizablility,customizability\r\ncustomizablilty,customizability\r\ncustomizablity,customizability\r\ncustomizating,customizing\r\ncustomizatoin,customization\r\ncustomizaton,customization\r\ncustomizble,customizable\r\ncustomizeabilty,customizeability\r\ncustomizeable,customizable\r\ncustomizeablity,customizeability\r\ncustomizeble,customizable\r\ncustomizible,customizable\r\ncustomm,custom\r\ncustommers,customers\r\ncustomn,custom\r\ncustomore,customary\r\ncustomory,customary\r\ncustomr,custom\r\ncustomter,customer\r\ncustomzie,customize\r\ncustomzied,customized\r\ncustomzing,customizing\r\ncuston,custom\r\ncustor,cursor\r\ncustorm,custom\r\ncustormer,customer\r\ncustormers,customer's\r\ncustormery,customary\r\ncustormester,customer's\r\ncustot,custom\r\ncustrmay,customary\r\ncustromeley,customary\r\ncustroy,customary\r\ncustructor,constructor\r\ncustsom,custom\r\ncustum,custom\r\ncustumary,customary\r\ncustumer's,customer's\r\ncustumers,customer's\r\ncustumery,customary\r\ncustumizable,customizable\r\ncustumization,customization\r\ncustumized,customized\r\ncustumors,customer's\r\ncustumy,customary\r\ncusturdmony,customary\r\ncusturmarry,customary\r\ncusturmary,customary\r\ncutaneuos,cutaneous\r\ncutanious,cutaneous\r\ncutans,curtains\r\ncutanuos,cutaneous\r\ncutens,curtains\r\ncutf,cutoff\r\ncutiexottter,cutiexotter\r\ncuting,cutting\r\ncuting-edge,cutting-edge\r\ncutins,curtains\r\ncutious,courteous\r\ncutised,curtains\r\ncutodd,cutoff\r\ncutom,custom\r\ncutomizable,customizable\r\ncutomizablility,cutomizability\r\ncutomize,customize\r\ncutomized,customized\r\ncutomsized,customized\r\ncutput,output\r\ncutsceen,cutscene\r\ncutsceens,cutscenes\r\ncutscence,cutscene\r\ncutscences,cutscene\r\ncutscens,cutscenes\r\ncutscenses,cutscene\r\ncutsence,cutscene\r\ncutsences,cutscenes\r\ncutsom,custom\r\ncutsomer,customer\r\ncutsomers,customers\r\ncuttter,cutter\r\ncuttters,cutters\r\ncuttting,cutting\r\ncutun,curtain\r\ncutuns,curtains\r\ncuummmming,cuumming\r\ncuurent,current\r\ncuver,cover\r\ncuztomizable,customizable\r\ncuztomization,customization\r\ncvalue,value\r\ncvs,svn\r\ncwwed,cwed\r\ncwws,cws\r\ncxan,cyan\r\ncxannot,cannot\r\ncxn,client\r\ncyandie,cyanide\r\ncyberglittter,cyberglitter\r\ncyberstabilty,cyberstability\r\ncyckes,cycles\r\ncyclicly,cyclically\r\ncyclinder,cylinder\r\ncyclinders,cylinders\r\ncyclindrical,cylindrical\r\ncyclindrically,cylindrically\r\ncyclistes,cyclists\r\ncyclits,cyclist\r\ncyclles,cycles\r\ncycloen,cyclone\r\ncycology,psychology\r\ncycolps,cyclops\r\ncycyle,cycle\r\ncylce,cycle\r\ncylces,cycles\r\ncylcist,cyclist\r\ncylcists,cyclists\r\ncylcl,cycle\r\ncylclic,cyclic\r\ncylcone,cyclone\r\ncylcops,cyclops\r\ncyle,cycle\r\ncyle-finding,cycle-finding\r\ncyles,cycles\r\ncylidner,cylinder\r\ncylinderical,cylindrical\r\ncylinderically,cylindrically\r\ncylindre,cylinder\r\ncylindres,cylinders\r\ncymbol,cymbal\r\ncymbols,cymbals\r\ncymk,CMYK\r\ncympathetic,sympathetic\r\ncynaide,cyanide\r\ncynicisim,cynicism\r\ncynisicm,cynicism\r\ncypess,cypress\r\ncyprian,cypriot\r\ncyptocurrencies,cryptocurrencies\r\ncyptojacking,cryptojacking\r\ncyrilic,cyrillic\r\ncyrilics,cyrillics\r\ncyrptic,cryptic\r\ncyrstal,crystal\r\ncyrstals,crystals\r\ncyscology,psychology\r\ncystem,system\r\ncystine,cysteine\r\ncytocompatibilty,cytocompatibility\r\ncytopatholgists,cytopathologists\r\ncytpo,crypto\r\ncyypress,cypress\r\nczechrepublic,Czech Republic\r\nczeckrepublic,Czech Republic\r\nd'ont,don't\r\ndaaddresses,addresses\r\ndaata,data\r\ndaate,date\r\ndabase,database\r\ndabatase,database\r\ndabbbers,dabbers\r\ndabilitating,debilitating\r\ndables,dabbles\r\ndack,back\r\ndaclaration,declaration\r\ndacquiri,daiquiri\r\ndade,date\r\ndadge,damaged\r\ndadhboard,dashboard\r\ndady,day\r\ndaed,dead\r\ndaeged,damaged\r\ndael,deal\r\ndaelays,delays\r\ndaeling,dealing\r\ndaelings,dealings\r\ndaels,deals\r\ndaelt,dealt\r\ndaemo,daemon\r\ndaeom,daemon\r\ndaeomon,daemon\r\ndaeons,daemons\r\ndaer,dear\r\ndaet,dart\r\ndafault,default\r\ndafaults,defaults\r\ndafety,safety\r\ndafintaly,dafintally\r\ndafoult,default\r\ndafult,default\r\ndager,danger\r\ndageres,dangerous\r\ndageros,dangerous\r\ndageross,dangerous\r\ndagerous,dangerous\r\ndagerse,dangerous\r\ndaggger,dagger\r\ndagmed,damaged\r\ndagners,dangers\r\ndagnostic,diagnostic\r\ndahsboard,dashboard\r\ndails,rails\r\ndaimond,diamond\r\ndaimonds,diamonds\r\ndaing,doing\r\ndaingeris,dangerous\r\ndainuse,dangerous\r\ndair,dare\r\ndaisychain's,daisy chains\r\ndait,date\r\ndake,date\r\ndal,deal\r\ndalegate,delegate\r\ndaliverabilty,daliverability\r\ndall,doll\r\ndalling,darling\r\ndalmation,dalmatian\r\ndalmations,dalmatians\r\ndalog,dialog\r\ndaly,daily\r\ndamadge,damage\r\ndamadged,damaged\r\ndamagage,damage\r\ndamagd,damaged\r\ndamageing,damaging\r\ndamagtd,damaged\r\ndamanged,damaged\r\ndamatge,damaged\r\ndamaze,damage\r\ndamdend,damaged\r\ndameage,damage\r\ndameaged,damaged\r\ndamed,damaged\r\ndamedge,damaged\r\ndamedged,damaged\r\ndameged,damaged\r\ndamenor,demeanor\r\ndamenors,demeanors\r\ndamenour,demeanor\r\ndamenours,demeanors\r\ndameon,daemon\r\ndamge,damaged\r\ndamged,damaged\r\ndamgedid,damaged\r\ndamges,damaged\r\ndamgous,damage\r\ndamidgd,damaged\r\ndamidge,damaged\r\ndamigaigd,damaged\r\ndamige,damaged\r\ndamiged,damaged\r\ndamigid,damaged\r\ndamised,damaged\r\ndammage,damage\r\ndammaged,damaged\r\ndamnage,damage\r\ndamon,daemon\r\ndamuge,damage\r\ndanage,damage\r\ndanaged,damaged\r\ndanceing,dancing\r\ndanceings,dancings\r\ndand,dandy\r\ndande,dandy\r\ndandom,random\r\ndandres,dangerous\r\ndaned,damaged\r\ndanegerous,dangerous\r\ndaner,done\r\ndanerer,dangerous\r\ndaneres,dangerous\r\ndanerish,dangerous\r\ndanerous,dangerous\r\ndangarous,dangerous\r\ndangarse,dangerous\r\ndangearos,dangerous\r\ndangeos,dangerous\r\ndangeous,dangerous\r\ndangeras,dangerous\r\ndangeres,dangerous\r\ndangerious,dangerous\r\ndangeris,dangerous\r\ndangeros,dangers\r\ndangeroulsy,dangerously\r\ndangerouly,dangerously\r\ndangerouse,dangerous\r\ndangerousely,dangerously\r\ndangeroys,dangerously\r\ndangerus,dangers\r\ndangess,dangerous\r\ndangeus,dangerous\r\ndangierious,dangerous\r\ndangleearrrings,dangleearrings\r\ndangores,dangerous\r\ndangorous,dangerous\r\ndangourous,dangerous\r\ndangours,dangerous\r\ndangous,dangerous\r\ndangres,dangerous\r\ndangrose,dangerous\r\ndangrosse,dangerous\r\ndangrouse,dangerous\r\ndangrus,dangerous\r\ndanguages,dangerous\r\ndaniged,damaged\r\ndanlging,dangling\r\ndanmaged,damaged\r\ndannenhofffer,dannenhoffer\r\ndanning,dining\r\ndanse,dance\r\ndansing,dancing\r\ndansios,dangerous\r\ndanurous,dangerous\r\ndao,salt\r\ndaplicating,duplicating\r\ndapplication,application\r\ndappper,dapper\r\ndar,dark\r\ndara,data\r\ndarch,dark\r\ndarck,dark\r\ndarcula,dracula\r\ndard,dart\r\ndardenelles,dardanelles\r\ndareing,daring\r\ndareings,darings\r\ndargons,dragons\r\ndarkenss,darkness\r\ndarkets,darkest\r\ndarlin,darling\r\ndarness,darkness\r\ndarnkess,darkness\r\ndarolt,dart\r\ndarrk,dark\r\ndarrt,dart\r\ndarte,dart\r\ndarw,dark\r\ndasbboard,dashboard\r\ndasboard,dashboard\r\ndaschund,dachshund\r\ndashaboard,dashboard\r\ndashaboards,dashboards\r\ndashabord,dashboard\r\ndashbaord,dashboard\r\ndashbaords,dashboards\r\ndashboad,dashboard\r\ndashboads,dashboards\r\ndasiy,daisy\r\ndask,desk\r\ndasnhboards,dashboards\r\ndastance,distance\r\ndasy,daisy\r\ndat,day\r\ndata-attrubiutes,data-attributes\r\ndata-hidefor,data-hide-for\r\ndata-trasfer,data-transfer\r\ndataabase,database\r\ndataabse,database\r\ndataarning,warning\r\ndataaset,dataset\r\ndataastore,datastore\r\ndatabaase,database\r\ndatabae,database\r\ndatabas,database\r\ndatabasee,database\r\ndatabasem,database\r\ndatabaseseg,databases\r\ndatabasse,database\r\ndatabe,database\r\ndatabsae,database\r\ndatabse,database\r\ndatabses,databases\r\ndatae,date\r\ndataerror,data\r\ndataet,dataset\r\ndataloggger,datalogger\r\ndatapers,adaptors\r\ndatas,data\r\ndatase,database\r\ndatast,dataset\r\ndatastoer,datastore\r\ndatastre,datastore\r\ndatastructures,structures\r\ndatatabase,database\r\ndatatbase,database\r\ndatatransaction,data\r\ndatatyperesponses,datatype\r\ndatbase's,database's\r\ndatbase,database\r\ndatector,detector\r\ndateway,gateway\r\ndatoin,dation\r\ndatr,date\r\ndatre,dart\r\ndatset,dataset\r\ndatsource,source\r\ndatstore,datastore\r\ndatter,data\r\ndaubt,doubt\r\ndaugher,daughter\r\ndaughers,daughters\r\ndaugter,daughter\r\ndaugters,daughters\r\ndaugther,daughter\r\ndaugthers,daughters\r\ndauhgter,daughter\r\ndauhgters,daughters\r\ndauhter,daughter\r\ndauhters,daughters\r\ndaulity,duality\r\ndaully,duly\r\ndaun,dawn\r\ndavantage,advantage\r\ndawrves,dwarves\r\ndaya,data\r\ndaygous,dangerous\r\ndayly,daily\r\ndb-specifc,db-specific\r\ndbug,debug\r\ndbuilds,builds\r\ndccumentary,documentary\r\ndccumentation,documentation\r\ndccuments,documents\r\ndcescribed,described\r\ndcit,dict\r\ndcker,docker\r\ndcoker,docker\r\ndcopyright,copyright\r\ndcort,doctor\r\ndcoument,document\r\ndcoumentation,documentation\r\ndcoverd,dcovered\r\ndctionary,dictionary\r\ndcument,document\r\ndcumentary,documentary\r\ndcumentation,documentation\r\ndcumentde,documentde\r\ndcuments,documents\r\nddata,data\r\nddeclarative,declarative\r\nddefine,define\r\nddeployments,deployments\r\nddes,does\r\nddescription,description\r\nddisable,disable\r\nddit,edit\r\ndditional,additional\r\nddogers,dodgers\r\nddoging,dodging\r\nddont,don't\r\nddownload,download\r\nddress,address\r\nddresses,addresses\r\ndduration,duration\r\nde-cloggers,decloggers\r\nde-depulication,de-deduplication\r\nde-facto,de facto\r\nde-serialzed,de-serialized\r\nde-structered,de-structured\r\nde_rigeur,de_rigueur\r\ndeabite,debit\r\ndeactivatea,deactivate\r\ndeactive,deactivate\r\ndeactiving,deactivating\r\ndeadil,deadlier\r\ndeading,reading\r\ndeadlfit,deadlift\r\ndeadlfits,deadlifts\r\ndeadlifs,deadlifts\r\ndeadlifters,deadlifts\r\ndeadlit,deadlift\r\ndeadlocaks,deadlocks\r\ndeadmisible,DeAdmissible\r\ndeadmisibly,DeAdmissibly\r\ndeadmision,DeAdmission\r\ndeadmisionaries,DeAdmissionaries\r\ndeadmisionary,DeAdmissionary\r\ndeadmisions,DeAdmissions\r\ndeadmisive,DeAdmissive\r\ndeadmisively,DeAdmissively\r\ndeadmissble,DeAdmissible\r\ndeadmissbly,DeAdmissibly\r\ndeadmisson,DeAdmission\r\ndeadmissonaries,DeAdmissionaries\r\ndeadmissonary,DeAdmissionary\r\ndeadmissons,DeAdmissions\r\ndeadmissve,DeAdmissive\r\ndeadmissvely,DeAdmissively\r\ndeadpol,deadpool\r\ndeadpoool,deadpool\r\ndeafadently,definitely\r\ndeafault,default\r\ndeafaults,defaults\r\ndeafernut,definite\r\ndeafeted,defeated\r\ndeafinaly,definitely\r\ndeafinatly,definitely\r\ndeafnet,definite\r\ndeaft,draft\r\ndeafult,default\r\ndeafults,defaults\r\ndeahtly,deathly\r\ndeail,deal\r\ndeailing,dealing\r\ndeails,details\r\ndealed,dealt\r\ndealerhsip,dealerships\r\ndealershits,dealerships\r\ndealershp,dealerships\r\ndealine,deadline\r\ndeallicate,deallocate\r\ndealloacte,deallocate\r\ndealng,dealing\r\ndealor,dealer\r\ndealth,dealt\r\ndealying,delaying\r\ndeam,deem\r\ndeame,deem\r\ndeamed,deem\r\ndeamenor,demeanor\r\ndeamn,deem\r\ndeamon,daemon\r\ndeap,deep\r\ndeapest,deepest\r\ndeaprtment,department\r\ndeaprtmental,departmental\r\ndeaprtmentally,departmentally\r\ndeaprtments,departments\r\ndeaprtmnt,department\r\ndeaprtmntal,departmental\r\ndeaprtmntally,departmentally\r\ndeaprtmnts,departments\r\ndeapth,depth\r\ndearing,daring\r\ndeart,dart\r\ndeat,debt\r\ndeatail,detail\r\ndeath-like,deathlike\r\ndeathamtch,deathmatch\r\ndeathcat,deathmatch\r\ndeathmacth,deathmatch\r\ndeathmath,deathmatch\r\ndeatil,detail\r\ndeatiled,detailed\r\ndeatiling,detailing\r\ndeatils,details\r\ndeativate,deactivate\r\ndeatlhy,deathly\r\ndeatre,dart\r\ndeauitful,beautiful\r\ndeault,defaults\r\ndeaulting,defaulting\r\ndeavine,divine\r\ndebain,Debian\r\ndebait,debate\r\ndebarrred,debarred\r\ndebat,debit\r\ndebateable,debatable\r\ndebateably,debatably\r\ndebatible,debatable\r\ndebbet,debit\r\ndebbug,debug\r\ndebbuging,debugging\r\ndebbuing,debugging\r\ndebet,debit\r\ndebett,debit\r\ndebetted,debit\r\ndebians,Debian's\r\ndebite,debit\r\ndeblit,debit\r\ndeblity,debility\r\ndebosssing,debossing\r\ndebot,debit\r\ndebted,debit\r\ndebtet,debit\r\ndebth,depth\r\ndebtit,debit\r\ndebtmattters,debtmatters\r\ndebu,debug\r\ndebubgger,debugger\r\ndebuf,debug\r\ndebuffes,debuffs\r\ndebufffs,debuffs\r\ndebuger,debugger\r\ndebuggeur,debugger\r\ndebuggger,debugger\r\ndebuggging,debugging\r\ndebuggin,debugging\r\ndebuggind,debugging\r\ndebugginhg,debugging\r\ndebugginig,debugging\r\ndebugigng,debugging\r\ndebuging,debugging\r\ndebute,debut\r\ndebuug,debug\r\ndebyg,debug\r\ndecadance,decadence\r\ndecadant,decadent\r\ndecafeinate,decaffeinate\r\ndecafeinated,decaffeinated\r\ndecafeinates,decaffeinates\r\ndecafeinating,decaffeinating\r\ndecafeination,decaffeination\r\ndecaffenate,decaffeinate\r\ndecaffenated,decaffeinated\r\ndecaffenates,decaffeinates\r\ndecaffenating,decaffeinating\r\ndecaffenation,decaffeination\r\ndecaffienate,decaffeinate\r\ndecaffienated,decaffeinated\r\ndecaffienates,decaffeinates\r\ndecaffienating,decaffeinating\r\ndecaffienation,decaffeination\r\ndecaffinate,decaffeinate\r\ndecaffinated,decaffeinated\r\ndecaffinates,decaffeinates\r\ndecaffinating,decaffeinating\r\ndecaffination,decaffeination\r\ndecaffnate,decaffeinate\r\ndecaffnated,decaffeinated\r\ndecaffnates,decaffeinates\r\ndecaffnating,decaffeinating\r\ndecaffnation,decaffeination\r\ndecaitre,decalitre\r\ndecaitres,decalitres\r\ndecalare,declare\r\ndecalared,declared\r\ndecalares,declares\r\ndecalaring,declaring\r\ndecalrative,declarative\r\ndecalre,declare\r\ndecalred,declared\r\ndecalres,declares\r\ndecalring,declaring\r\ndecapulation,decapsulation\r\ndecarator,decorator\r\ndecarators,decorators\r\ndecathalete,decathlete\r\ndecathaletes,decathletes\r\ndecathalon,decathlon\r\ndecathalons,decathlons\r\ndecathelete,decathlete\r\ndecatheletes,decathletes\r\ndecathelon,decathlon\r\ndecathelons,decathlons\r\ndecative,deactivate\r\ndecault,default\r\ndeccend,descend\r\ndeccendand,descendant\r\ndeccendands,descendants\r\ndeccendant,descendant\r\ndeccendants,descendants\r\ndeccended,descended\r\ndeccendend,descendent\r\ndeccendends,descendents\r\ndeccendent,descendent\r\ndeccendents,descendents\r\ndeccending,descending\r\ndeccends,descends\r\ndecedaly,decidedly\r\ndecededly,decidedly\r\ndeceidely,decidedly\r\ndeceidly,decidedly\r\ndeceievable,deceivable\r\ndeceievables,deceivables\r\ndeceieve,deceive\r\ndeceieved,deceived\r\ndeceiever,deceiver\r\ndeceievers,deceivers\r\ndeceievership,deceivership\r\ndeceieves,deceives\r\ndeceieving,deceiving\r\ndeceiveable,deceivable\r\ndeceiveables,deceivables\r\ndeceiveing,deceiving\r\ndecellerate,decelerate\r\ndecellerates,decelerates\r\ndecellerating,decelerating\r\ndecelleration,deceleration\r\ndecellerations,decelerations\r\ndecellerator,decelerator\r\ndecelopers,developers\r\ndecembeard,december\r\ndecember,December\r\ndecembre,december\r\ndecement,decrement\r\ndecend,descend\r\ndecendand,descendant\r\ndecendands,descendants\r\ndecendant,descendant\r\ndecendants,descendants\r\ndecended,descended\r\ndecendend,descendent\r\ndecendends,descendents\r\ndecendent,descendant\r\ndecendents,descendants\r\ndecending,descending\r\ndecends,descends\r\ndecenlty,decently\r\ndecensitized,desensitized\r\ndecentraliced,decentralized\r\ndecentrialized,decentralized\r\ndecentrilized,decentralized\r\ndeceptionist,receptionist\r\ndeceptivley,deceptive\r\ndeceptivly,deceptively\r\ndecerase,decrease\r\ndecerate,decorate\r\ndecertfication,DeCertification\r\ndecertficaton,DeCertification\r\ndecevable,deceivable\r\ndecevables,deceivables\r\ndeceve,deceive\r\ndeceved,deceived\r\ndecever,deceiver\r\ndecevers,deceivers\r\ndecevership,deceivership\r\ndeceves,deceives\r\ndeceving,deceiving\r\ndecices,devices\r\ndecidadly,decidedly\r\ndecidated,dedicated\r\ndecideable,decidable\r\ndecideally,decidedly\r\ndecidealy,decidedly\r\ndecideatly,decidedly\r\ndecidedley,decidedly\r\ndecidelly,decidedly\r\ndecidely,decidedly\r\ndecidently,decidedly\r\ndecidetly,decidedly\r\ndecidially,decidedly\r\ndecidialy,decidedly\r\ndecidible,decidable\r\ndecididely,decidedly\r\ndecididly,decidedly\r\ndecidilly,decidedly\r\ndecidily,decidedly\r\ndecidious,deciduous\r\ndecidiously,deciduously\r\ndeciditly,decidedly\r\ndecidly,decidedly\r\ndecidous,deciduous\r\ndecidously,deciduously\r\ndeciededly,decidedly\r\ndeciedly,decidedly\r\ndeciept,deceipt\r\ndeciepted,deceipted\r\ndecieptful,deceiptful\r\ndecieptfully,deceiptfully\r\ndeciepts,deceipts\r\ndeciet,deceit\r\ndecieted,deceited\r\ndecietful,deceitful\r\ndecietfully,deceitfully\r\ndeciets,deceits\r\ndecievable,deceivable\r\ndecievables,deceivables\r\ndecieve,deceive\r\ndecieveable,deceivable\r\ndecieveables,deceivables\r\ndecieved,deceived\r\ndecieveing,deceiving\r\ndeciever,deceiver\r\ndecievers,deceivers\r\ndecievership,deceivership\r\ndecieves,deceives\r\ndecieving,deceiving\r\ndecifits,deficits\r\ndeciml,decimal\r\ndecipted,depicted\r\ndecipting,depicting\r\ndeciption,depiction\r\ndeciptions,depictions\r\ndeciscions,decisions\r\ndecisii,decisions\r\ndecisiones,decisions\r\ndecisison,decision\r\ndecisivie,decisive\r\ndecisivly,decisively\r\ndecison,decision\r\ndecisons,decisions\r\ndecission,decision\r\ndecissions,decisions\r\ndecisve,decisive\r\ndecisvely,decisively\r\ndecivable,deceivable\r\ndecivables,deceivables\r\ndecive,deceive\r\ndecived,deceived\r\ndeciver,deceiver\r\ndecivers,deceivers\r\ndecivership,deceivership\r\ndecives,deceives\r\ndeciving,deceiving\r\ndeckinfo,deck\r\ndeclacation,declaration\r\ndeclaimation,declamation\r\ndeclaimations,declamations\r\ndeclaimatory,declamatory\r\ndeclair,declare\r\ndeclamatoin,declamation\r\ndeclaracion,declaration\r\ndeclaractively,declaratively\r\ndeclaraing,declaring\r\ndeclaraitons,declarations\r\ndeclararion,declaration\r\ndeclararitve,declarative\r\ndeclarartions,declarations\r\ndeclarase,declares\r\ndeclarasen,declares\r\ndeclaraste,declares\r\ndeclaratative,declarative\r\ndeclaratinos,declarations\r\ndeclarationa,declarations\r\ndeclarativly,declaratively\r\ndeclaratoin,declaration\r\ndeclaraton,declaration\r\ndeclaratrions,declarations\r\ndeclareation,declaration\r\ndeclarec,declared\r\ndeclaredse,declared\r\ndeclarees,declares\r\ndeclaremos,declares\r\ndeclaringthe,declaring\r\ndeclaritive,declarative\r\ndeclaritively,declaratively\r\ndeclars,declares\r\ndeclartion,declaration\r\ndeclartively,declaratively\r\ndeclase,declares\r\ndeclassfication,DeClassification\r\ndeclassficaton,DeClassification\r\ndeclation,declaration\r\ndeclations,declarations\r\ndecleare,declare\r\ndecleared,declared\r\ndeclears,declares\r\ndecleration,declaration\r\ndeclerative,declarative\r\ndecliam,declaim\r\ndecliamed,declaimed\r\ndecliamer,declaimer\r\ndecliamers,declaimers\r\ndecliaming,declaiming\r\ndecliams,declaims\r\ndeclinig,declining\r\ndeclinining,declining\r\ndeclomation,declamation\r\ndeclomations,declamations\r\ndeclomatory,declamatory\r\ndecloration,declaration\r\ndeclrarion,declaration\r\ndeclsare,declare\r\ndecluttter,declutter\r\ndecmber,december\r\ndecmeber,december\r\ndecmial,decimal\r\ndecoartions,decoration\r\ndecodeing,decoding\r\ndecoed,decoded\r\ndecoing,decoding\r\ndecomission,decommission\r\ndecomissioned,decommissioned\r\ndecomissioner,decommissioner\r\ndecomissioners,decommissioners\r\ndecomissioning,decommissioning\r\ndecomissions,decommissions\r\ndecommision,decommission\r\ndecommisioned,decommissioned\r\ndecommisioner,decommissioner\r\ndecommisioners,decommissioners\r\ndecommisioning,decommissioning\r\ndecommisions,decommissions\r\ndecommsion,decommission\r\ndecommsioned,decommissioned\r\ndecommsioner,decommissioner\r\ndecommsioners,decommissioners\r\ndecommsioning,decommissioning\r\ndecommsions,decommissions\r\ndecommssion,decommission\r\ndecommssioned,decommissioned\r\ndecommssioner,decommissioner\r\ndecommssioners,decommissioners\r\ndecommssioning,decommissioning\r\ndecommssions,decommissions\r\ndecomplier,decompiler\r\ndecompomposition,decomposition\r\ndecomponsed,decomposed\r\ndecomposeion,decomposition\r\ndecomposit,decompose\r\ndecomposited,decomposed\r\ndecompositing,decomposing\r\ndecomposits,decomposes\r\ndecompostion,decomposition\r\ndecompres,decompress\r\ndecomprese,decompresse\r\ndecompresed,decompressed\r\ndecompreses,decompresses\r\ndecompresing,decompressing\r\ndecompresion,decompression\r\ndecompresive,decompressive\r\ndecompresively,decompressively\r\ndecompressd,decompressed\r\ndecompresssion,decompression\r\ndecompse,decompose\r\ndecompsition,decomposition\r\ndecomress,decompress\r\ndecomssion,decommission\r\ndecomssioned,decommissioned\r\ndecomssioner,decommissioner\r\ndecomssioners,decommissioners\r\ndecomssioning,decommissioning\r\ndecomssions,decommissions\r\ndeconsitute,deconstitute\r\ndeconsituted,deconstituted\r\ndeconsitutes,deconstitutes\r\ndeconsituting,deconstituting\r\ndeconsitution,deconstitution\r\ndeconsruct,deconstruct\r\ndeconsructed,deconstructed\r\ndeconsructing,deconstructing\r\ndeconsructionist,deconstructionist\r\ndeconsructs,deconstructs\r\ndeconstitude,deconstitute\r\ndeconstituded,deconstituted\r\ndeconstitudes,deconstitutes\r\ndeconstituding,deconstituting\r\ndeconstitudion,deconstitution\r\ndeconstitue,deconstitute\r\ndeconstitued,deconstituted\r\ndeconstitues,deconstitutes\r\ndeconstituing,deconstituting\r\ndeconstituion,deconstitution\r\ndeconstiture,deconstitute\r\ndeconstitured,deconstituted\r\ndeconstitures,deconstitutes\r\ndeconstituring,deconstituting\r\ndeconstiturion,deconstitution\r\ndeconstruc,deconstruct\r\ndeconstruced,deconstructed\r\ndeconstrucing,deconstructing\r\ndeconstrucionist,deconstructionist\r\ndeconstrucivism,deconstructivism\r\ndeconstrucs,deconstructs\r\ndeconsttruct,deconstruct\r\ndeconsttructed,deconstructed\r\ndeconsttructing,deconstructing\r\ndeconsttructionist,deconstructionist\r\ndeconsttructs,deconstructs\r\ndeconstuct,deconstruct\r\ndeconstucted,deconstructed\r\ndeconstucting,deconstructing\r\ndeconstuction,deconstruction\r\ndeconstuctionism,deconstructionism\r\ndeconstuctionist,deconstructionist\r\ndeconstucts,deconstructs\r\ndeconstute,deconstitute\r\ndeconstuted,deconstituted\r\ndeconstutes,deconstitutes\r\ndeconstuting,deconstituting\r\ndeconstution,deconstitution\r\ndeconstutite,deconstitute\r\ndeconstutited,deconstituted\r\ndeconstutites,deconstitutes\r\ndeconstutiting,deconstituting\r\ndeconstutition,deconstitution\r\ndeconstutute,deconstitute\r\ndeconstututed,deconstituted\r\ndeconstututes,deconstitutes\r\ndeconstututing,deconstituting\r\ndeconstutution,deconstitution\r\ndecontaiminate,decontaminate\r\ndecontaiminated,decontaminated\r\ndecontaiminates,decontaminates\r\ndecontaiminating,decontaminating\r\ndecontaimination,decontamination\r\ndecontaiminations,decontaminations\r\ndecontruct,deconstruct\r\ndecontructed,deconstructed\r\ndecontructing,deconstructing\r\ndecontructionist,deconstructionist\r\ndecontructionists,deconstructionists\r\ndecontructs,deconstructs\r\ndecopressed,decompressed\r\ndecoracion,decoration\r\ndecoraotr,decorator\r\ndecoraror,decorator\r\ndecorater,decorator\r\ndecoratie,decorative\r\ndecoratieve,decorative\r\ndecoratin,decorations\r\ndecoratioin,decoration\r\ndecoratiosn,decorations\r\ndecorativo,decoration\r\ndecorativos,decorations\r\ndecoratoring,decorating\r\ndecoratred,decorated\r\ndecore,decor\r\ndecoritive,decorative\r\ndecotations,decorations\r\ndecotators,decorators\r\ndecouble,decouple\r\ndecoubling,decoupling\r\ndecpetion,deception\r\ndecpetive,deceptive\r\ndecpmoress,decompress\r\ndecprecated,deprecated\r\ndecreasd,decreased\r\ndecreassing,decreasing\r\ndecrecated,deprecated\r\ndecremenet,decrement\r\ndecrepid,decrepit\r\ndecresable,decreasable\r\ndecrese,decrease\r\ndecresed,decreased\r\ndecreser,decreaser\r\ndecreses,decreases\r\ndecresing,decreasing\r\ndecresingly,decreasingly\r\ndecress,decrees\r\ndecrete,discrete\r\ndecriasion,discretion\r\ndecribe,describe\r\ndecribed,described\r\ndecribes,describes\r\ndecribing,describing\r\ndecriipter,descriptor\r\ndecriipters,descriptors\r\ndecripted,decrypted\r\ndecripter,descriptor\r\ndecripters,descriptors\r\ndecription,description\r\ndecriptions,descriptions\r\ndecriptor,descriptor\r\ndecroative,decorative\r\ndecrorated,decorated\r\ndecrotions,decorations\r\ndecrtyped,decrypted\r\ndecrupted,decrypted\r\ndecryped,decrypted\r\ndecrypttiion,decrypttion\r\ndecrypttiional,decrypttional\r\ndecrypttiions,decrypttions\r\ndecrypttoin,decrypttion\r\ndecrypttoinal,decrypttional\r\ndecrypttoins,decrypttions\r\ndecryptton,decrypttion\r\ndecrypttonal,decrypttional\r\ndecrypttons,decrypttions\r\ndecscription,description\r\ndecsend,descend\r\ndecsendand,descendant\r\ndecsendands,descendants\r\ndecsendant,descendant\r\ndecsendants,descendants\r\ndecsended,descended\r\ndecsendend,descendent\r\ndecsendends,descendents\r\ndecsendent,descendent\r\ndecsendents,descendents\r\ndecsending,descending\r\ndecsends,descends\r\ndecsions,decisions\r\ndecsription,description\r\ndecsriptor,descriptor\r\ndecsriptors,descriptors\r\ndectect,detect\r\ndectectable,detectable\r\ndectected,detected\r\ndectecting,detecting\r\ndectection,detection\r\ndectective,detective\r\ndectectives,detectives\r\ndectecton,detecton\r\ndectector,detector\r\ndectectorand,detectorand\r\ndectectorist,detectorist\r\ndectectors,detectors\r\ndectects,detects\r\ndection,detection\r\ndecude,deduce\r\ndecumbancies,decumbencies\r\ndecumbancy,decumbency\r\ndecumbant,decumbent\r\ndecumbantly,decumbently\r\ndecumbants,decumbents\r\ndecvable,deceivable\r\ndecvables,deceivables\r\ndecve,deceive\r\ndecved,deceived\r\ndecver,deceiver\r\ndecvers,deceivers\r\ndecvership,deceivership\r\ndecves,deceives\r\ndecving,deceiving\r\ndecypher,decipher\r\ndecyphered,deciphered\r\ndecyphers,deciphers\r\ndedault,default\r\ndedcated,detected\r\ndedciated,dedicated\r\ndedcicated,dedicated\r\ndedection,detection\r\ndedenaton,destination\r\ndedfined,defined\r\ndediate,debit\r\ndedicacion,dedication\r\ndedicaded,dedicated\r\ndedicately,dedicatedly\r\ndedicatiosn,dedications\r\ndedicatly,dedicately\r\ndedicato,dedication\r\ndedidacted,dedicated\r\ndedidcated,dedicated\r\ndedidedly,decidedly\r\ndedidely,decidedly\r\ndedikation,dedication\r\ndedtistry,dentistry\r\ndeducability,deducibility\r\ndeducable,deducible\r\ndeducably,deducibly\r\ndeducatble,deductible\r\ndeduceability,deducibility\r\ndeduceable,deducible\r\ndeduceably,deducibly\r\ndeducion,deduction\r\ndeducions,deductions\r\ndeducitble,deductible\r\ndeductability,deductibility\r\ndeductable,deductible\r\ndeductably,deductibly\r\ndeducter,deductor\r\ndeducters,deductors\r\ndeductiable,deductible\r\ndeductibe,deductible\r\ndeductibilty,deductibility\r\ndeductiblility,deductibility\r\ndeductiblity,deductibility\r\ndeductie,deductible\r\ndeducton,deduction\r\ndeductons,deductions\r\ndedution,deduction\r\ndedutions,deductions\r\ndeeep,deep\r\ndeel,deal\r\ndeelectrfication,DeElectrification\r\ndeelectrficaton,DeElectrification\r\ndeelopment,development\r\ndeeme,deem\r\ndeemn,deem\r\ndeen,deem\r\ndeep-seeded,deep-seated\r\ndeeted,deleted\r\ndeexpres,DeExpress\r\ndeexprese,DeExpresse\r\ndeexpresed,DeExpressed\r\ndeexpreses,DeExpresses\r\ndeexpresing,DeExpressing\r\ndeexpresion,DeExpression\r\ndeexpresive,DeExpressive\r\ndeexpresively,DeExpressively\r\ndefacation,defamation\r\ndefacto,de facto\r\ndefafult,default\r\ndefailt,default\r\ndefailts,defaults\r\ndefaine,define\r\ndefaint,defiant\r\ndefaintly,defiantly\r\ndefalt,default\r\ndefaltion,deflation\r\ndefalts,defaults\r\ndefalult,default\r\ndefalut,default\r\ndefaluts,defaults\r\ndefamating,defamation\r\ndefanate,definite\r\ndefanent,definite\r\ndefanetely,definitely\r\ndefanit,definite\r\ndefanitely,definately\r\ndefanitly,defiantly\r\ndefanot,definite\r\ndefant,definite\r\ndefantnut,definite\r\ndefatuled,defaulted\r\ndefatuls,defaults\r\ndefatult,default\r\ndefaualt,default\r\ndefauilt,default\r\ndefauits,defaults\r\ndefaukt,default\r\ndefaukts,defaults\r\ndefaul,default\r\ndefaule,default\r\ndefauled,default\r\ndefaules,defaults\r\ndefaulf,default\r\ndefaulkt,default\r\ndefauls,defaults\r\ndefaulst,defaults\r\ndefaultes,defaults\r\ndefaultt,default\r\ndefaulty,default\r\ndefauly,default\r\ndefaut,default\r\ndefautl,default\r\ndefautls,defaults\r\ndefautly,default\r\ndefauts,defaults\r\ndefauöt,default\r\ndefaylt,default\r\ndefeasiblity,defeasibility\r\ndefeault,default\r\ndefecit,deficit\r\ndefectos,defects\r\ndefectus,defects\r\ndefeet,defeat\r\ndefeintly,definetly\r\ndefelct,deflect\r\ndefelction,deflection\r\ndefenat,definite\r\ndefenate,definite\r\ndefenately,definitely\r\ndefenatly,definitely\r\ndefencity,definitely\r\ndefencive,defensive\r\ndefencless,defenceless\r\ndefendandts,defendants\r\ndefendas,defends\r\ndefendeers,defender\r\ndefendence,defendance\r\ndefendent,defendant\r\ndefendents,defendants\r\ndefenderes,defenders\r\ndefenderlas,defenders\r\ndefenderlos,defenders\r\ndefendernos,defenders\r\ndefendes,defenders\r\ndefendis,defends\r\ndefendor,defender\r\ndefendre,defender\r\ndefendrs,defends\r\ndefenely,definitely\r\ndefenent,definite\r\ndefenert,definite\r\ndefenesless,defenseless\r\ndefenesman,defenseman\r\ndefenet,definite\r\ndefenetly,definitely\r\ndefeninately,definitely\r\ndefenisvely,defensively\r\ndefenite,definite\r\ndefenitely,definitely\r\ndefenition,definition\r\ndefenitions,definitions\r\ndefenlly,definitely\r\ndefenly,definitely\r\ndefennently,definitely\r\ndefensability,defensibility\r\ndefensable,defensible\r\ndefensably,defensibly\r\ndefensd,defends\r\ndefensea,defenseman\r\ndefenselss,defenseless\r\ndefensen,defenseman\r\ndefensese,defenseless\r\ndefensibilties,defensibilities\r\ndefensiblity,defensibility\r\ndefensie,defensive\r\ndefensivley,defensively\r\ndefensivly,defensively\r\ndefent,definite\r\ndefentaly,defentally\r\ndefente,definite\r\ndefentenly,definitely\r\ndefently,definitely\r\ndefenty,definite\r\ndeferal,deferral\r\ndeferals,deferrals\r\ndefered,deferred\r\ndeferencing,dereferencing\r\ndeferer,deferrer\r\ndeferered,deferred\r\ndefering,deferring\r\ndefernant,definite\r\ndefernat,definite\r\ndefernate,definite\r\ndefernet,definite\r\ndeferrred,deferred\r\ndefetead,defeated\r\ndeffanite,definite\r\ndeffaults,defaults\r\ndeffenatly,definitely\r\ndeffence,defence\r\ndeffenci,defenci\r\ndeffend,defend\r\ndeffendal,defendal\r\ndeffendall,defendall\r\ndeffendar,defendar\r\ndeffendent,defendent\r\ndeffender,defender\r\ndeffendereu,defendereu\r\ndeffenderfer,defenderfer\r\ndeffenders,defenders\r\ndeffending,defending\r\ndeffendly,defendly\r\ndeffendor,defendor\r\ndeffenet,definite\r\ndeffenitly,definitely\r\ndeffense,defense\r\ndeffensi,defensi\r\ndeffensie,defensie\r\ndeffensive,defensive\r\ndeffensively,defensively\r\ndeffentaily,definitely\r\ndeffentaly,deffentally\r\ndefferal,deferral\r\ndefferals,deferrals\r\ndeffered,deferred\r\ndefferent,different\r\ndefferer,deferrer\r\ndeffering,deferring\r\ndefferral,deferral\r\ndefferrals,deferrals\r\ndefferred,deferred\r\ndefferrer,deferrer\r\ndefferring,deferring\r\ndefficenciy's,deficiencies\r\ndefficiencies,deficiencies\r\ndefficiency,deficiency\r\ndefficient,deficient\r\ndefficiently,deficiently\r\ndeffinat,definite\r\ndeffinate,definite\r\ndeffinatel,definitel\r\ndeffinateley,definiteley\r\ndeffinatelly,definitely\r\ndeffinately,definitely\r\ndeffinatily,definitily\r\ndeffination,definition\r\ndeffinative,definitive\r\ndeffinatly,definitely\r\ndeffine,define\r\ndeffined,defined\r\ndeffinent,definite\r\ndeffinently,definitely\r\ndeffines,defines\r\ndeffinet,definite\r\ndeffinetaly,deffinetally\r\ndeffinete,definite\r\ndeffinetely,definitely\r\ndeffinetly,definitely\r\ndeffineton,definition\r\ndeffinetons,definitions\r\ndeffinett,definite\r\ndeffinetve,definitive\r\ndeffinetvely,definitively\r\ndeffinetveness,definitiveness\r\ndeffinetves,definitives\r\ndeffinine,define\r\ndeffinined,defined\r\ndeffinines,defines\r\ndeffining,defining\r\ndeffinining,defining\r\ndeffininition,definition\r\ndeffininitions,definitions\r\ndeffinite,definite\r\ndeffinitel,definitel\r\ndeffinitelly,definitely\r\ndeffinitely,definitely\r\ndeffinitelynobody,definitelynobody\r\ndeffiniteon,definition\r\ndeffiniteons,definitions\r\ndeffinitetly,definitetly\r\ndeffiniteve,definitive\r\ndeffinitevely,definitively\r\ndeffiniteveness,definitiveness\r\ndeffiniteves,definitives\r\ndeffiniti,definiti\r\ndeffinitily,definitily\r\ndeffinition,definition\r\ndeffinitions,definitions\r\ndeffinitive,definitive\r\ndeffinitly,definitely\r\ndeffiniton,definition\r\ndeffinitons,definitions\r\ndeffinitve,definitive\r\ndeffinitvely,definitively\r\ndeffinitveness,definitiveness\r\ndeffinitves,definitives\r\ndeffinity,definitely\r\ndeffintaly,deffintally\r\ndeffnet,definite\r\ndeffnine,define\r\ndeffnined,defined\r\ndeffnines,defines\r\ndeffnining,defining\r\ndeffninition,definition\r\ndeffninitions,definitions\r\ndeffrent,different\r\ndefianate,definite\r\ndefianent,definite\r\ndefianert,definite\r\ndefianetly,definately\r\ndefianitely,definitely\r\ndefianlty,defiantly\r\ndefiantely,definately\r\ndefiantley,definately\r\ndefibately,definately\r\ndefibe,define\r\ndeficately,definately\r\ndeficeint,deficient\r\ndeficiancies,deficiencies\r\ndeficiancy,deficiency\r\ndeficience,deficiencies\r\ndeficiencey,deficiency\r\ndeficiencias,deficiencies\r\ndeficienct,deficient\r\ndeficienies,deficiencies\r\ndeficiensies,deficiencies\r\ndeficientcy,deficiency\r\ndeficienty,deficiency\r\ndeficieny,deficiency\r\ndeficiet,deficient\r\ndeficite,deficit\r\ndeficites,deficits\r\ndefict,deficit\r\ndeficts,deficits\r\ndefie,defy\r\ndefieat,definite\r\ndefienant,definite\r\ndefiend,defined\r\ndefiens,defines\r\ndefient,definite\r\ndefiently,definitely\r\ndefifate,definite\r\ndefiing,defining\r\ndefiintely,definately\r\ndefiitions,definitions\r\ndefinaetly,definately\r\ndefinaitly,definately\r\ndefinaltey,definately\r\ndefinaly,definitely\r\ndefinance,defiance\r\ndefinant,definite\r\ndefinantley,definately\r\ndefinantly,definitely\r\ndefinat,defiant\r\ndefinataly,definately\r\ndefinate,definite\r\ndefinatedly,definately\r\ndefinateky,definately\r\ndefinatel,definitel\r\ndefinateley,definately\r\ndefinatelly,definately\r\ndefinatelty,definately\r\ndefinately,definitely\r\ndefinatelyenjoy,definitelyenjoy\r\ndefinatelyre,definitelyre\r\ndefinatelyt,definitelyt\r\ndefinatenly,definitely\r\ndefinatesly,definitesly\r\ndefinatetech,definitetech\r\ndefinatetly,definately\r\ndefinatey,definately\r\ndefinati,definiti\r\ndefinatilly,definitely\r\ndefinatily,definately\r\ndefination,definition\r\ndefinationdekh,definitiondekh\r\ndefinationen,definitionen\r\ndefinations,definitions\r\ndefinatitely,definititely\r\ndefinativa,definitiva\r\ndefinative,definitive\r\ndefinatively,definitively\r\ndefinatlely,definately\r\ndefinatlly,definately\r\ndefinatly,definitely\r\ndefinatoin,defination\r\ndefinatrly,definately\r\ndefinaty,definately\r\ndefinayely,definately\r\ndefind,defined\r\ndefinde,defined\r\ndefinded,defined\r\ndefinding,defining\r\ndefineable,definable\r\ndefineably,definably\r\ndefineatly,definately\r\ndefinely,definitely\r\ndefinent,definite\r\ndefinently,definitely\r\ndefinet,definite\r\ndefinetally,definately\r\ndefinetaly,definately\r\ndefinete,definite\r\ndefinetely,definitely\r\ndefinetily,definately\r\ndefinetivly,definetively\r\ndefinetlely,definetly\r\ndefinetley,definitely\r\ndefinetlly,definetly\r\ndefinetly,definitely\r\ndefineton,definition\r\ndefinetons,definitions\r\ndefinettly,definately\r\ndefinetve,definitive\r\ndefinetvely,definitively\r\ndefinetveness,definitiveness\r\ndefinetves,definitives\r\ndefinety,definetly\r\ndefinetyl,definetly\r\ndefinews,defines\r\ndefini,define\r\ndefinialy,definitely\r\ndefiniatly,definiately\r\ndefinible,definable\r\ndefinicatly,definicately\r\ndefinicion,definition\r\ndefinie,definite\r\ndefinied,defined\r\ndefinietly,definitely\r\ndefinig,defining\r\ndefiniition,definition\r\ndefinilty,definitly\r\ndefininations,definitions\r\ndefinine,define\r\ndefinined,defined\r\ndefinines,defines\r\ndefininig,defining\r\ndefinining,defining\r\ndefininitely,definitively\r\ndefininition,definition\r\ndefininitions,definitions\r\ndefininng,defining\r\ndefinint,defining\r\ndefinintion,definition\r\ndefinion,definition\r\ndefinishion,definition\r\ndefinit,definite\r\ndefinitaley,definately\r\ndefinitally,definitely\r\ndefinitaly,definately\r\ndefinitation,definition\r\ndefinitatly,definitely\r\ndefinitavely,definitively\r\ndefinited,defined\r\ndefinitel,definitely\r\ndefinitelly,definitely\r\ndefinitetly,definitely\r\ndefinitevely,definitively\r\ndefinitevly,definitively\r\ndefiniteyl,definitly\r\ndefinitie,definitive\r\ndefinitiely,definitively\r\ndefinitieve,definitive\r\ndefinitifely,definitively\r\ndefinitiion,definition\r\ndefinitiley,definitively\r\ndefinitily,definitely\r\ndefinitin,definitions\r\ndefinitinely,definitively\r\ndefinitino,definition\r\ndefinitinos,definitions\r\ndefinitioan,definition\r\ndefinitioin,definition\r\ndefinitionaly,definitionally\r\ndefinitioned,definitions\r\ndefinitionutilu,definition\r\ndefinitioon,definition\r\ndefinititely,definitively\r\ndefinitivelly,definitively\r\ndefinitivley,definitively\r\ndefinitivly,definitively\r\ndefinitivno,definition\r\ndefinitivo,definition\r\ndefinitivos,definitions\r\ndefinitlalty,definitely\r\ndefinitlely,definitly\r\ndefinitlety,definitly\r\ndefinitley,definitely\r\ndefinitlly,definitly\r\ndefinitlry,definitly\r\ndefinitlty,definitly\r\ndefinitly,definitely\r\ndefinito,definition\r\ndefiniton,definition\r\ndefinitons,definitions\r\ndefinitv,definitive\r\ndefinitve,definite\r\ndefinityl,definitly\r\ndefinjtely,definately\r\ndefinltely,definately\r\ndefinltey,definetly\r\ndefinnet,definite\r\ndefinnition,definition\r\ndefinotely,definately\r\ndefinpet,delinquent\r\ndefinr,define\r\ndefins,defines\r\ndefinse,defines\r\ndefinses,defines\r\ndefinstely,definately\r\ndefintaley,definately\r\ndefintaly,defiantly\r\ndefintatly,defintately\r\ndefinte,define\r\ndefinted,defined\r\ndefintely,definitely\r\ndefintiely,definitely\r\ndefintiion,definitions\r\ndefintiions,definitions\r\ndefintily,definitly\r\ndefintion,definition\r\ndefintions,definitions\r\ndefintitions,definitions\r\ndefintive,definitive\r\ndefintively,definitively\r\ndefintiveness,definitiveness\r\ndefintives,definitives\r\ndefintley,definetly\r\ndefinttally,definitely\r\ndefinut,definite\r\ndefinutely,definately\r\ndefionately,definitely\r\ndefirate,definite\r\ndefit,debit\r\ndefitan,definite\r\ndefitatly,defitately\r\ndefitenly,definetly\r\ndefitiantley,definitely\r\ndefitiniton,definition\r\ndefitinly,definitly\r\ndefitiny,definitely\r\ndefition,definition\r\ndefitions,deviations\r\ndefitnaly,defiantly\r\ndefitnely,definetly\r\ndefity,definite\r\ndefivation,derivation\r\ndefive,device\r\ndeflaction,deflection\r\ndeflatin,deflation\r\ndefleciton,deflection\r\ndeflecticon,deflection\r\ndeflectin,deflection\r\ndeflecto,deflection\r\ndeflektion,deflection\r\ndefnat,definite\r\ndefne,define\r\ndefnent,definite\r\ndefniately,definately\r\ndefnied,defined\r\ndefnietly,definetly\r\ndefniiting,defining\r\ndefninion,definition\r\ndefninions,definitions\r\ndefniniton,definition\r\ndefninitons,definitions\r\ndefninitve,definitive\r\ndefninitvely,definitively\r\ndefninitveness,definitiveness\r\ndefninitves,definitives\r\ndefninive,definitive\r\ndefninively,definitively\r\ndefniniveness,definitiveness\r\ndefninives,definitives\r\ndefninon,definition\r\ndefninons,definitions\r\ndefnintion,definition\r\ndefnintions,definitions\r\ndefnintive,definitive\r\ndefnintively,definitively\r\ndefnintiveness,definitiveness\r\ndefnintives,definitives\r\ndefninton,definition\r\ndefnintons,definitions\r\ndefnintve,definitive\r\ndefnintvely,definitively\r\ndefnintveness,definitiveness\r\ndefnintves,definitives\r\ndefninve,definitive\r\ndefninvely,definitively\r\ndefninveness,definitiveness\r\ndefninves,definitives\r\ndefnition,definition\r\ndefom,deform\r\ndefomance,deformance\r\ndefomances,deformances\r\ndefomation,deformation\r\ndefomations,deformations\r\ndefomative,deformative\r\ndefomatively,deformatively\r\ndefomed,deformed\r\ndefoming,deforming\r\ndefomity,deformity\r\ndefomly,deformly\r\ndefoms,deforms\r\ndefone,define\r\ndeforamtion,deformation\r\ndeforamtional,deformational\r\ndeforamtions,deformations\r\ndeforamtive,deformative\r\ndeforamtively,deformatively\r\ndeformaition,deformation\r\ndeformaitional,deformational\r\ndeformaitions,deformations\r\ndeformaitive,deformative\r\ndeformaitively,deformatively\r\ndeformaiton,deformation\r\ndeformaitonal,deformational\r\ndeformaitons,deformations\r\ndeformaitve,deformative\r\ndeformaitvely,deformatively\r\ndeformaties,deformities\r\ndeformatoin,deformation\r\ndeformaton,deformation\r\ndeformatve,deformative\r\ndeformatvely,deformatively\r\ndeformaty,deformity\r\ndeforme,deform\r\ndeformeable,deformable\r\ndeformible,deformable\r\ndeformtion,deformation\r\ndeformtive,deformative\r\ndeformtively,deformatively\r\ndefornete,definite\r\ndefortfication,DeFortification\r\ndefortficaton,DeFortification\r\ndefrenestrate,defenestrate\r\ndefrom,deform\r\ndefromance,deformance\r\ndefromances,deformances\r\ndefromation,deformation\r\ndefromations,deformations\r\ndefromative,deformative\r\ndefromatively,deformatively\r\ndefromed,deformed\r\ndefroming,deforming\r\ndefromity,deformity\r\ndefromly,deformly\r\ndefroms,deforms\r\ndefs,definitions\r\ndeftinately,definitely\r\ndefualt,default\r\ndefualts,defaults\r\ndefult,default\r\ndefults,defaults\r\ndefuncted,defunct\r\ndefunet,definite\r\ndefunnet,definite\r\ndegarde,degrade\r\ndegarded,degraded\r\ndegasssing,degassing\r\ndegenarate,degenerate\r\ndegenerare,degenerate\r\ndegenere,degenerate\r\ndegenererat,degenerate\r\ndegeneret,degenerate\r\ndegenerite,degenerate\r\ndegenrate,degenerate\r\ndegenrated,degenerated\r\ndegenrates,degenerates\r\ndegenration,degeneration\r\ndegenrative,degenerative\r\ndegerate,degenerate\r\ndegging,digging\r\ndegoratory,derogatory\r\ndegosiations,negotiations\r\ndegotitions,negotiations\r\ndegotuations,negotiations\r\ndegradacion,degradation\r\ndegradating,degradation\r\ndegradationn,degradation\r\ndegradato,degradation\r\ndegradde,degrade\r\ndegradded,degraded\r\ndegraddes,degrades\r\ndegradding,degrading\r\ndegradeable,degradable\r\ndegradead,degraded\r\ndegraderad,degraded\r\ndegradible,degradable\r\ndegrads,degrades\r\ndegragation,degradation\r\ndegraged,degrade\r\ndegrase,degrasse\r\ndegrassie,degrasse\r\ndegrassse,degrasse\r\ndegratadion,degradation\r\ndegrate,degrade\r\ndegrated,degrade\r\ndegrates,degrades\r\ndegrating,degrading\r\ndegre,degree\r\ndegredation,degradation\r\ndegreees,degrees\r\ndegress,degrees\r\ndegridation,degradation\r\ndehind,behind\r\ndehullling,dehulling\r\ndehydraded,dehydrated\r\ndehyrdated,dehydrated\r\ndehyrdation,dehydration\r\ndeibet,debit\r\ndeicated,dedicated\r\ndeicision,decision\r\ndeid,died\r\ndeidentfication,DeIdentification\r\ndeidentficaton,DeIdentification\r\ndeifined,defined\r\ndeifnately,definately\r\ndeifne,define\r\ndeifned,defined\r\ndeifnetly,definetly\r\ndeifning,defining\r\ndeifnitly,definitly\r\ndeifrnt,different\r\ndeilverability,deliverability\r\ndeim,deem\r\ndein,deny\r\ndeinate,definite\r\ndeine,define\r\ndeined,denied\r\ndeiners,deniers\r\ndeinfe,define\r\ndeing,being\r\ndeinitalization,deinitialization\r\ndeinitalize,deinitialize\r\ndeinitalized,deinitialized\r\ndeinitalizes,deinitializes\r\ndeinitalizing,deinitializing\r\ndeinition,definition\r\ndeireclty,directly\r\ndeired,desired\r\ndeirve,derive\r\ndeisdined,designed\r\ndeisgn,designed\r\ndeisgnated,designated\r\ndeisgned,designed\r\ndeisgner,designer\r\ndeisgners,designers\r\ndeisgns,designs\r\ndeisnged,designed\r\ndeisplayed,displayed\r\ndeivant,deviant\r\ndeivce,device\r\ndeivces,devices\r\ndeiver,deliver\r\ndekete,delete\r\ndekstop,desktop\r\ndekstops,desktops\r\ndektop,desktop\r\ndelaership,dealership\r\ndelaerships,dealerships\r\ndelagate,delegate\r\ndelagated,delegated\r\ndelagates,delegates\r\ndelagating,delegating\r\ndelagation,delegation\r\ndelagations,delegations\r\ndelaid,delayed\r\ndelapedated,dilapidated\r\ndelapidate,dilapidate\r\ndelapidated,dilapidated\r\ndelapidates,dilapidates\r\ndelapidation,dilapidation\r\ndelaration,declaration\r\ndelarative,declarative\r\ndelare,declare\r\ndelared,declared\r\ndelares,declares\r\ndelaring,declaring\r\ndelatedes,delegates\r\ndelcaration,declaration\r\ndelcarations,declarations\r\ndelcare,declare\r\ndelcared,declared\r\ndelcares,declares\r\ndelcaring,declaring\r\ndelcining,declining\r\ndelclaration,declaration\r\ndelctions,deletions\r\ndelearship,dealership\r\ndelearships,dealerships\r\ndelebgate,delegate\r\ndelecate,delicate\r\ndelecates,delegates\r\ndelecteable,delectable\r\ndelectible,delectable\r\ndelectibly,delectably\r\ndeleeted,deleted\r\ndelegalis,delegates\r\ndelegants,delegates\r\ndelegatie,delegate\r\ndelegaties,delegate\r\ndelegatiom,delegation\r\ndelegative,delegate\r\ndelegats,delegates\r\ndelegte,delegate\r\ndeleing,deleting\r\ndelemiter,delimiter\r\ndelemiters,delimiters\r\ndelenquant,delinquent\r\ndelenquent,delinquent\r\ndelenquet,delinquent\r\ndelenqvient,delinquent\r\ndelentquent,delinquent\r\ndelepted,depleted\r\ndelequant,delinquent\r\ndelequent,delinquent\r\ndelere,delete\r\ndelered,delivered\r\ndelerious,delirious\r\ndeleriously,deliriously\r\ndelet,delete\r\ndeletagate,delegate\r\ndeletagin,delegating\r\ndeleteing,deleting\r\ndeletetion,deletion\r\ndeletition,deletion\r\ndeletoin,deletion\r\ndelets,deletes\r\ndeleved,delivered\r\ndelever,deliver\r\ndeleverance,deliverance\r\ndeleverd,delivered\r\ndelevered,delivered\r\ndeleveries,deliveries\r\ndelevering,delivering\r\ndelevers,delivers\r\ndelevery,delivery\r\ndelevopement,development\r\ndelevopemental,developmental\r\ndelevopements,developments\r\ndelevopment,development\r\ndelevopmental,developmental\r\ndelevopments,developments\r\ndelevopoment,development\r\ndelevopomental,developmental\r\ndelevopoments,developments\r\ndeley,delay\r\ndelfation,deflation\r\ndelfect,deflect\r\ndelfection,deflection\r\ndelgates,delegates\r\ndelgating,delegating\r\ndelgation,delegation\r\ndeliacates,delegates\r\ndelibarate,deliberate\r\ndelibaretely,deliberately\r\ndeliberant,deliberate\r\ndeliberante,deliberate\r\ndeliberatley,deliberately\r\ndeliberatly,deliberately\r\ndeliberetly,deliberately\r\ndelibertly,deliberately\r\ndelibirate,deliberate\r\ndelibirately,deliberately\r\ndelibitating,debilitating\r\ndelibrately,deliberately\r\ndelicatly,delicately\r\ndelicent,delinquent\r\ndeliciant,delinquent\r\ndelicient,delinquent\r\ndelicioous,delicious\r\ndelicioously,deliciously\r\ndelicous,delicious\r\ndelicuant,delinquent\r\ndelienquent,delinquent\r\ndelient,delinquent\r\ndeliered,delivered\r\ndeliever,deliver\r\ndelieverance,deliverance\r\ndelieverd,delivered\r\ndelievered,delivered\r\ndelieveries,deliveries\r\ndelievering,delivering\r\ndelievers,delivers\r\ndelievery,delivery\r\ndelifured,delivered\r\ndeligate,delegate\r\ndeligates,delegates\r\ndeligation,delegation\r\ndelighful,delightful\r\ndelightfuly,delightfully\r\ndelightlful,delightful\r\ndeligtfuly,deligtfully\r\ndeligthful,delightful\r\ndeliguent,delinquent\r\ndelimeted,delimited\r\ndelimeter,delimiter\r\ndelimeters,delimiters\r\ndelimets,delimits\r\ndelimieter,delimiter\r\ndelimieters,delimiters\r\ndelimiited,delimited\r\ndelimilters,delimiters\r\ndeliminated,delimited\r\ndeliminators,delimiters\r\ndelimitier,delimiter\r\ndelimitor,delimiter\r\ndelimitors,delimiters\r\ndelimitted,delimited\r\ndelimitting,delimiting\r\ndelimpment,delinquent\r\ndelimpquant,delinquent\r\ndelimted,delimited\r\ndelimter,delimiter\r\ndelimters,delimiters\r\ndelinate,delineate\r\ndelincant,delinquent\r\ndelinciate,delinquent\r\ndelincking,delinquent\r\ndelincuate,delinquent\r\ndelincunt,delinquent\r\ndelincwant,delinquent\r\ndeling,dealing\r\ndelinglint,delinquent\r\ndelingquant,delinquent\r\ndelingquat,delinquent\r\ndelingquent,delinquent\r\ndelinguent,delinquent\r\ndelinguenut,delinquent\r\ndelingute,delinquent\r\ndelingwent,delinquent\r\ndeliniate,delineate\r\ndeliniated,delineated\r\ndeliniates,delineates\r\ndeliniating,delineating\r\ndeliniation,delineation\r\ndeliniations,delineations\r\ndeliniato,delineato\r\ndeliniator,delineator\r\ndelinket,delinquent\r\ndelinkment,delinquent\r\ndelinkquant,delinquent\r\ndelinkquent,delinquent\r\ndelinkquet,delinquent\r\ndelinkquint,delinquent\r\ndelinkwent,delinquent\r\ndelinquaint,delinquent\r\ndelinquant,delinquent\r\ndelinquat,delinquent\r\ndelinquate,delinquent\r\ndelinquence,delinquent\r\ndelinquenut,delinquent\r\ndelinquet,delinquent\r\ndelinquete,delinquent\r\ndelinquient,delinquent\r\ndelinquink,delinquent\r\ndelinquint,delinquent\r\ndelinquit,delinquent\r\ndelinquite,delinquent\r\ndelinqunate,delinquent\r\ndelinqunite,delinquent\r\ndelinquunt,delinquent\r\ndelinqwent,delinquent\r\ndeliqet,delinquent\r\ndeliquant,delinquent\r\ndeliquent,delinquent\r\ndeliquint,delinquent\r\ndelite,delight\r\ndelited,delighted\r\ndelived,delivered\r\ndelivera,delivered\r\ndeliverabilty,deliverability\r\ndeliverablility,deliverability\r\ndeliverablilty,deliverability\r\ndeliverablity,deliverability\r\ndeliverate,deliberate\r\ndeliverately,deliberately\r\ndeliverbilty,deliverbility\r\ndeliverd,delivered\r\ndelivere,deliveries\r\ndeliverees,deliveries\r\ndeliveres,delivers\r\ndeliverying,delivering\r\ndeliverys,delivers\r\ndelivey,delivery\r\ndeliviered,delivered\r\ndeliviring,delivering\r\ndellogates,delegates\r\ndeloy,deploy\r\ndeloyment,deployment\r\ndeloys,deploys\r\ndelpeted,depleted\r\ndelploy,deploy\r\ndelporable,deplorable\r\ndelpoyed,deployed\r\ndelpoying,deploying\r\ndelpoyment,deployment\r\ndelpoys,deploys\r\ndelquent,delinquent\r\ndelquient,delinquent\r\ndelquit,delinquent\r\ndelt,dealt\r\ndeltagates,delegates\r\ndeltapip,delta\r\ndelte,delete\r\ndelted,deleted\r\ndelteing,deleting\r\ndeltes,deletes\r\ndelusionally,delusively\r\ndelusionnal,delusional\r\ndelutional,delusional\r\ndelvier,deliver\r\ndelviery,delivery\r\ndelvin,delving\r\ndelvine,divine\r\ndelyaing,delaying\r\ndem,den\r\ndemagnfication,DeMagnification\r\ndemagnficaton,DeMagnification\r\ndemagouge,demagogue\r\ndemagouges,demagogues\r\ndemam,deem\r\ndemandas,demands\r\ndemandes,demands\r\ndemaned,demand\r\ndemarer,departure\r\ndemarned,demand\r\ndemcorats,democrats\r\ndemcrac,democrac\r\ndemcracy,democracy\r\ndemcrat,democrat\r\ndemcrata,democrata\r\ndemcratas,democratas\r\ndemcratic,democratic\r\ndemcrats,democrats\r\ndeme,deem\r\ndemeaner,demeanor\r\ndemeaners,demeanors\r\ndemed,deem\r\ndemenaor,demeanor\r\ndemend,demand\r\ndemener,demeanor\r\ndemeners,demeanors\r\ndemenor,demeanor\r\ndemenors,demeanors\r\ndemension,dimension\r\ndemensions,dimensions\r\ndemenstration,demonstration\r\ndemenstrations,demonstrations\r\ndementa,dementia\r\ndementieva,dementia\r\ndemesticated,domesticated\r\ndemicimals,decimals\r\ndemilataries,demilitaries\r\ndemilatarily,demilitarily\r\ndemilatarist,demilitarist\r\ndemilatarists,demilitarists\r\ndemilatary,demilitary\r\ndemiliatries,demilitaries\r\ndemiliatrily,demilitarily\r\ndemiliatrist,demilitarist\r\ndemiliatrists,demilitarists\r\ndemiliatry,demilitary\r\ndemiliraties,demilitaries\r\ndemiliratily,demilitarily\r\ndemiliratist,demilitarist\r\ndemiliratists,demilitarists\r\ndemiliraty,demilitary\r\ndemiliteries,demilitaries\r\ndemiliterily,demilitarily\r\ndemiliterist,demilitarist\r\ndemiliterists,demilitarists\r\ndemiliterized,demilitarized\r\ndemilitery,demilitary\r\ndemilitraies,demilitaries\r\ndemilitraily,demilitarily\r\ndemilitraist,demilitarist\r\ndemilitraists,demilitarists\r\ndemilitray,demilitary\r\ndemilitries,demilitaries\r\ndemilitrily,demilitarily\r\ndemilitrist,demilitarist\r\ndemilitrists,demilitarists\r\ndemilitry,demilitary\r\ndemillitaries,demilitaries\r\ndemillitarily,demilitarily\r\ndemillitarist,demilitarist\r\ndemillitarists,demilitarists\r\ndemillitary,demilitary\r\ndemilliteries,demilitaries\r\ndemilliterily,demilitarily\r\ndemilliterist,demilitarist\r\ndemilliterists,demilitarists\r\ndemillitery,demilitary\r\ndemillitraies,demilitaries\r\ndemillitraily,demilitarily\r\ndemillitraist,demilitarist\r\ndemillitraists,demilitarists\r\ndemillitray,demilitary\r\ndemillitries,demilitaries\r\ndemillitrily,demilitarily\r\ndemillitrist,demilitarist\r\ndemillitrists,demilitarists\r\ndemillitry,demilitary\r\ndemiltaries,demilitaries\r\ndemiltarily,demilitarily\r\ndemiltarisation,demilitarisation\r\ndemiltarist,demilitarist\r\ndemiltarists,demilitarists\r\ndemiltarization,demilitarization\r\ndemiltarized,demilitarized\r\ndemiltary,demilitary\r\ndeminieralized,demineralized\r\ndeminish,diminish\r\ndeminishable,diminishable\r\ndeminishably,diminishably\r\ndeminished,diminished\r\ndeminishes,diminishes\r\ndeminishing,diminishing\r\ndeminishment,diminishment\r\ndeminishments,diminishments\r\ndeminsion,dimension\r\ndeminsional,dimensional\r\ndeminsions,dimensions\r\ndeminstrations,demonstrations\r\ndemoa,demo\r\ndemocarcies,democracies\r\ndemocarcy,democracy\r\ndemocracis,democracies\r\ndemocracize,democracies\r\ndemocracries,democracies\r\ndemocract,democrat\r\ndemocractic,democratic\r\ndemocracts,democrat\r\ndemocraphic,demographic\r\ndemocraphics,demographics\r\ndemocrasies,democracies\r\ndemocratas,democrats\r\ndemocrate,democrat\r\ndemocrates,democrats\r\ndemocraticaly,democratically\r\ndemocraticlly,democratically\r\ndemocraticpeople'srepublicofkorea,Democratic People's Republic of Korea\r\ndemocraticpeoplesrepublicofkorea,Democratic People's Republic of Korea\r\ndemocraticpeople′srepublicofkorea,Democratic People's Republic of Korea\r\ndemocratisch,democratic\r\ndemocratizatoin,democratization\r\ndemocray,democracy\r\ndemocrazies,democracies\r\ndemocrocies,democracies\r\ndemodfication,DeModification\r\ndemodficaton,DeModification\r\ndemogoge,demagogue\r\ndemogoges,demagogues\r\ndemogogue,demagogue\r\ndemogogues,demagogues\r\ndemograhic,demographic\r\ndemograhpic,demographic\r\ndemograhpics,demographics\r\ndemographical,demographic\r\ndemographis,demographics\r\ndemographs,demographics\r\ndemograpic,demographic\r\ndemograpics,demographics\r\ndemogrpahic,demographic\r\ndemogrpahics,demographics\r\ndemogrpahy,demography\r\ndemolation,demolition\r\ndemolicion,demolition\r\ndemolision,demolition\r\ndemolisions,demolitions\r\ndemolitian,demolition\r\ndemoliting,demolition\r\ndemolitioin,demolition\r\ndemolitioinal,demolitional\r\ndemolitioinally,demolitionally\r\ndemolitioinism,demolitionism\r\ndemolitioinisms,demolitionisms\r\ndemolitioinist,demolitionist\r\ndemolitioinists,demolitionists\r\ndemolitioins,demolitions\r\ndemolito,demolition\r\ndemolitoin,demolition\r\ndemolitoinal,demolitional\r\ndemolitoinally,demolitionally\r\ndemolitoinism,demolitionism\r\ndemolitoinisms,demolitionisms\r\ndemolitoinist,demolitionist\r\ndemolitoinists,demolitionists\r\ndemolitoins,demolitions\r\ndemoliton,demolition\r\ndemolitonal,demolitional\r\ndemolitonally,demolitionally\r\ndemolitonism,demolitionism\r\ndemolitonisms,demolitionisms\r\ndemolitonist,demolitionist\r\ndemolitonists,demolitionists\r\ndemolitons,demolitions\r\ndemoloshed,demolished\r\ndemolution,demolition\r\ndemomnstrate,demonstrate\r\ndemonination,denominations\r\ndemoninations,denominations\r\ndemoninator,denominator\r\ndemoninators,denominators\r\ndemonished,demolished\r\ndemonolgist,demonologist\r\ndemonoligist,demonologist\r\ndemonostration,demonstration\r\ndemonsrate,demonstrate\r\ndemonsrated,demonstrated\r\ndemonsrates,demonstrates\r\ndemonsrating,demonstrating\r\ndemonsration,demonstration\r\ndemonsrations,demonstrations\r\ndemonsrative,demonstrative\r\ndemonsratively,demonstratively\r\ndemonsratives,demonstratives\r\ndemonsrator,demonstrator\r\ndemonsrators,demonstrators\r\ndemonstarte,demonstrate\r\ndemonstarted,demonstrated\r\ndemonstartes,demonstrates\r\ndemonstarting,demonstrating\r\ndemonstartion,demonstration\r\ndemonstartions,demonstrations\r\ndemonstartive,demonstrative\r\ndemonstartively,demonstratively\r\ndemonstartives,demonstratives\r\ndemonstartor,demonstrator\r\ndemonstartors,demonstrators\r\ndemonstate,demonstrate\r\ndemonstated,demonstrated\r\ndemonstates,demonstrates\r\ndemonstating,demonstrating\r\ndemonstation,demonstration\r\ndemonstations,demonstrations\r\ndemonstative,demonstrative\r\ndemonstatively,demonstratively\r\ndemonstatives,demonstratives\r\ndemonstator,demonstrator\r\ndemonstators,demonstrators\r\ndemonstrabil,demonstrably\r\ndemonstraby,demonstrably\r\ndemonstract,demonstrate\r\ndemonstraion,demonstration\r\ndemonstraiton,demonstrations\r\ndemonstraits,demonstrates\r\ndemonstrant,demonstrate\r\ndemonstrants,demonstrates\r\ndemonstras,demonstrates\r\ndemonstratbly,demonstrably\r\ndemonstratie,demonstrate\r\ndemonstraties,demonstrate\r\ndemonstratin,demonstration\r\ndemonstrationens,demonstrations\r\ndemonstrativno,demonstrations\r\ndemonstrativo,demonstration\r\ndemonstrativos,demonstrations\r\ndemonstratoin,demonstration\r\ndemonstratoins,demonstrations\r\ndemonstrats,demonstrates\r\ndemonstre,demonstrate\r\ndemonstrerat,demonstrate\r\ndemonstrrate,demonstrate\r\ndemontrate,demonstrate\r\ndemontrated,demonstrated\r\ndemontrates,demonstrates\r\ndemontrating,demonstrating\r\ndemontration,demonstration\r\ndemontrations,demonstrations\r\ndemontrative,demonstrative\r\ndemontratively,demonstratively\r\ndemontratives,demonstratives\r\ndemontrator,demonstrator\r\ndemontrators,demonstrators\r\ndemorcrac,democrac\r\ndemorcractic,democractic\r\ndemorcracy,democracy\r\ndemorcrat,democrat\r\ndemorcratic,democratic\r\ndemosntrably,demonstrably\r\ndemosntrate,demonstrate\r\ndemosntrated,demonstrated\r\ndemosntrates,demonstrates\r\ndemosntrating,demonstrating\r\ndemosntration,demonstrations\r\ndemosntrations,demonstrations\r\ndemostrate,demonstrate\r\ndemostrated,demonstrated\r\ndemostrates,demonstrates\r\ndemostratgin,demonstrate\r\ndemostrating,demonstrating\r\ndemostration,demonstration\r\ndemostrations,demonstrations\r\ndemostrative,demonstrative\r\ndemostratively,demonstratively\r\ndemostratives,demonstratives\r\ndemostrator,demonstrator\r\ndemostrators,demonstrators\r\ndemound,diamond\r\ndempnstrates,demonstrates\r\ndemporaly,temporarily\r\ndemsond,desmond\r\ndemum,deem\r\ndemy,deny\r\ndenaminator,denominator\r\ndenarcate,demarcate\r\ndence,dense\r\ndencoding,decoding\r\ndendendences,dependencies\r\ndendogram,dendrogram\r\ndendrochronolgists,dendrochronologists\r\ndenegerate,degenerate\r\ndenegrate,denigrate\r\ndenegrated,denigrated\r\ndenegrates,denigrates\r\ndenegrating,denigrating\r\ndenegration,denigration\r\ndenegrations,denigrations\r\ndenegrator,denigrator\r\ndenegrators,denigrators\r\ndeneigh,deny\r\ndeneirs,deniers\r\ndenepending,depending\r\ndener,dinner\r\ndeney,deny\r\ndenfinty,definite\r\ndeni,deny\r\ndeniabilty,deniability\r\ndeniablility,deniability\r\ndeniablity,deniability\r\ndenibloggger,deniblogger\r\ndenie,deny\r\ndenify,deny\r\ndenigh,deny\r\ndenight,deny\r\ndenigy,deny\r\ndenihgh,deny\r\ndenin,deny\r\ndenine,deny\r\ndenined,deny\r\ndenisty,density\r\ndeniy,deny\r\ndenlenkent,delinquent\r\ndenner,dinner\r\ndenny,deny\r\ndenoizzzed,denoizzed\r\ndenomenation,denomination\r\ndenomenations,denominations\r\ndenomenator,denominator\r\ndenomiator,denominator\r\ndenominacion,denomination\r\ndenominador,denominator\r\ndenominar,denominator\r\ndenominaron,denominator\r\ndenominater,denominator\r\ndenominationals,denominations\r\ndenominatior,denominator\r\ndenominato,denomination\r\ndenominaton,denomination\r\ndenominatons,denominations\r\ndenomintor,denominator\r\ndenomitator,denominator\r\ndenomonation,denomination\r\ndenomonations,denominations\r\ndenomonator,denominator\r\ndenonimator,denominator\r\ndenormoalizing,denormalizing\r\ndenot,did not\r\ndenotated,denoted\r\ndenoteable,denotable\r\ndenoteed,denoted\r\ndenotfication,DeNotification\r\ndenotficaton,DeNotification\r\ndenotible,denotable\r\ndenouce,denounce\r\ndenouced,denounced\r\ndenoucement,denouncement\r\ndenouces,denounces\r\ndenoucing,denouncing\r\ndenoucings,denouncings\r\ndenoucne,denounce\r\ndenoucning,denouncing\r\ndenoucnings,denouncings\r\ndenoument,denouement\r\ndenpendcy,dependency\r\ndenpendency,dependency\r\ndenseley,densely\r\ndensifyt,density\r\ndensiti,density\r\ndensitiy,density\r\ndensley,densely\r\ndensly,densely\r\ndenstity,density\r\ndentaly,dentally\r\ndenteroned,determined\r\ndentest,dentist\r\ndentifier,identifier\r\ndentilated,ventilated\r\ndentistas,dentists\r\ndentistes,dentists\r\ndentisties,dentistries\r\ndentisty,dentistry\r\ndenumerator,denominator\r\ndenunce,denounce\r\ndenunced,denounced\r\ndenunces,denounces\r\ndenuncing,denouncing\r\ndenuncings,denouncings\r\ndenuncne,denounce\r\ndenuncning,denouncing\r\ndenuncnings,denouncings\r\ndenuonce,denounce\r\ndenuoncing,denouncing\r\ndenuoncings,denouncings\r\ndenuoncne,denounce\r\ndenuoncning,denouncing\r\ndenuoncnings,denouncings\r\ndenye,deny\r\ndenyin,denying\r\ndeocration,decoration\r\ndeocrations,decorations\r\ndeocrative,decorative\r\ndeoendencies,dependencies\r\ndeoesn't,doesn't\r\ndeoframation,deformation\r\ndeoframational,deformational\r\ndeoframations,deformations\r\ndeoframative,deformative\r\ndeoframatively,deformatively\r\ndeofrmation,deformation\r\ndeofrmational,deformational\r\ndeofrmations,deformations\r\ndeofrmative,deformative\r\ndeofrmatively,deformatively\r\ndeomcrac,democrac\r\ndeomcracies,democracies\r\ndeomcracy,democracy\r\ndeomcracynow,democracynow\r\ndeomcrat,democrat\r\ndeomcratic,democratic\r\ndeomcrats,democrats\r\ndeomertory,dormitory\r\ndeomgraphics,demographics\r\ndeomnstration,demonstrations\r\ndeomonstrated,demonstrated\r\ndeonted,denoted\r\ndeoployment,deployment\r\ndeopsited,deposited\r\ndeorated,decorated\r\ndeormetormy,dormitory\r\ndeos,does\r\ndeoth,depth\r\ndeounce,denounce\r\ndeouncing,denouncing\r\ndeouncings,denouncings\r\ndeouncne,denounce\r\ndeouncning,denouncing\r\ndeouncnings,denouncings\r\ndeovtion,devotion\r\ndep,deep\r\ndepandant,dependent\r\ndepandencies,dependencies\r\ndeparatment,department\r\ndeparcher,departure\r\ndeparesher,departure\r\ndeparment,department\r\ndeparmental,departmental\r\ndeparmentally,departmentally\r\ndeparments,departments\r\ndeparmnt,department\r\ndeparmntal,departmental\r\ndeparmntally,departmentally\r\ndeparmnts,departments\r\ndepartchal,departure\r\ndepartcher,departure\r\ndepartchers,departure\r\ndepartement,department\r\ndeparter,departure\r\ndepartion,departure\r\ndepartmens,departments\r\ndepartmet,departments\r\ndepartmnet,departments\r\ndepartour,departure\r\ndepartsher,departure\r\ndepartshire,departure\r\ndepartsion,departure\r\ndepartsure,departure\r\ndepartua,departure\r\ndepartuar,departure\r\ndepartue,departure\r\ndepated,departure\r\ndepatment,department\r\ndepatmental,departmental\r\ndepatments,departments\r\ndepature,departure\r\ndepbit,debit\r\ndepcited,depicted\r\ndepciting,depicting\r\ndepcition,depiction\r\ndepcitions,depictions\r\ndepcits,depicts\r\ndepcreated,deprecated\r\ndepcrecated,deprecated\r\ndepcretated,deprecated\r\ndepdencies,dependencies\r\ndepdency,dependency\r\ndepdended,depended\r\ndepdendence,dependence\r\ndepdendencies,dependencies\r\ndepdendency,dependency\r\ndepdendency-cruiser,dependency-cruiser\r\ndepdendent,dependent\r\ndepdending,depending\r\ndepdenency,dependency\r\ndepdnencies,dependencies\r\ndepeciation,depreciation\r\ndepecratead,deprecated\r\ndepecrated,deprecated\r\ndepection,deception\r\ndepedant,dependant\r\ndepedencies,dependencies\r\ndepedency,dependency\r\ndepedendencies,dependencies\r\ndepedendency,dependency\r\ndepedendent,dependent\r\ndepedent,dependent\r\ndepeding,depending\r\ndepednencies,dependencies\r\ndepednency,dependency\r\ndepedning,depending\r\ndepeendency,dependency\r\ndepeindency,dependency\r\ndepeinding,depending\r\ndepelted,depleted\r\ndepenancies,dependencies\r\ndepencencies,dependencies\r\ndepencency,dependency\r\ndepencendies,dependencies\r\ndepences,dependencies\r\ndepenciencies,dependencies\r\ndepencies,dependencies\r\ndepency,dependency\r\ndependabilty,dependability\r\ndependablility,dependability\r\ndependablilty,dependability\r\ndependablity,dependability\r\ndependacies,dependencies\r\ndependance,dependence\r\ndependancey,dependency\r\ndependancies,dependencies\r\ndependancy,dependency\r\ndependandt,dependant\r\ndependat,dependant\r\ndependcies,dependencies\r\ndependcy,dependency\r\ndependd,depended\r\ndepende,depends\r\ndependeable,dependable\r\ndependeble,dependable\r\ndependecies,dependencies\r\ndependecnies,dependencies\r\ndependecy,dependency\r\ndependednt,dependent\r\ndependee,dependant\r\ndependees,dependencies\r\ndependeing,depending\r\ndependemcy,dependency\r\ndependenceis,dependencies\r\ndependencesi,dependencies\r\ndependencey,dependency\r\ndependencias,dependencies\r\ndependencie,dependence\r\ndependencieso,dependencies\r\ndependenciesq,dependencies\r\ndependenciess,dependencies\r\ndependencoes,dependencies\r\ndependenct,dependent\r\ndependencya,dependency\r\ndependend,dependent\r\ndependendable,dependable\r\ndependendcies,dependencies\r\ndependendcy,dependency\r\ndependendecies,dependencies\r\ndependended,depended\r\ndependendencies,dependencies\r\ndependendency,dependency\r\ndependendies,dependencies\r\ndependending,depending\r\ndependends,depended\r\ndependened,depended\r\ndependenencies,dependencies\r\ndependeng,depending\r\ndependenices,dependencies\r\ndependenies,dependencies\r\ndependening,depending\r\ndependennt,dependent\r\ndependens,depends\r\ndependensies,dependencies\r\ndependenta,dependant\r\ndependente,dependence\r\ndependeny,dependent\r\ndependet,dependent\r\ndependibilty,dependibility\r\ndependible,dependable\r\ndependicies,dependencies\r\ndependiecies,dependencies\r\ndependiences,dependencies\r\ndependig,depending\r\ndependincies,dependencies\r\ndependinf,depending\r\ndependingg,depending\r\ndependncies,dependencies\r\ndependncy,dependency\r\ndependnecies,dependencies\r\ndependnecy,dependency\r\ndependneices,dependencies\r\ndependnencies,dependencies\r\ndependong,depending\r\ndepened,depend\r\ndepenedencies,dependencies\r\ndepenedent,dependent\r\ndepenedies,dependencies\r\ndepenedncy,dependency\r\ndepeneds,depends\r\ndepenences,dependencies\r\ndepenencies,dependencies\r\ndepenencnies,dependencies\r\ndepenency,dependency\r\ndepenendencies,dependencies\r\ndepenendency,dependency\r\ndepenendies,dependencies\r\ndepenending,depending\r\ndepenent,dependent\r\ndepening,depending\r\ndepenmdency,dependency\r\ndepent,depend\r\ndepentend,dependent\r\ndepentent,dependent\r\ndepepdencies,dependencies\r\ndepependencies,dependencies\r\ndeperated,deprecated\r\ndepercher,departure\r\ndeperecate,deprecate\r\ndeperecated,deprecated\r\ndeperecation,deprecation\r\ndepereccated,deprecated\r\ndepersonfication,DePersonification\r\ndepersonficaton,DePersonification\r\ndephosphorylatoin,dephosphorylation\r\ndepiath,debit\r\ndepicitng,depicting\r\ndepiciton,depiction\r\ndepicitons,depictions\r\ndepics,depicts\r\ndepictes,depicts\r\ndepictin,depictions\r\ndepit,debit\r\ndepitcs,depicts\r\ndeplacements,replacements\r\ndepleated,depleted\r\ndepleats,depletes\r\ndeplends,depends\r\ndeplicated,deprecated\r\ndeploed,deployed\r\ndeploied,deployed\r\ndeploma,diploma\r\ndeploment,deployment\r\ndeploment-event-alert,deployment-event-alert\r\ndeplorabel,deplorable\r\ndeplorabil,deplorable\r\ndeplorabile,deplorable\r\ndeploreable,deplorable\r\ndeplorible,deplorable\r\ndeplotyed,deployed\r\ndeplou,deploy\r\ndeplovment,deplovement\r\ndeployablity,deployability\r\ndeployd,deployed\r\ndeploye,deploy\r\ndeployement,deployments\r\ndeployements,deployments\r\ndeployemnt,deployment\r\ndeployemtn,deployment\r\ndeployemts,deployments\r\ndeployent,deployment\r\ndeployents,deployments\r\ndeployes,deploys\r\ndeployinng,deploying\r\ndeploymed,deployment\r\ndeploymemnt,deployment\r\ndeploymen,deployment\r\ndeploymens,deployments\r\ndeploymet,deployment\r\ndeploymnet,deployment\r\ndeployting,deploying\r\ndeplpyed,deployed\r\ndeply,deploy\r\ndeplyed,deployed\r\ndeplying,deploying\r\ndeplyment,deployment\r\ndeplyoed,deployed\r\ndeplyoing,deploying\r\ndeplyoment,deployment\r\ndeplyoments,deployments\r\ndepndant,dependant\r\ndepndencies,dependencies\r\ndepndency,dependency\r\ndepnds,depends\r\ndepnedencies,dependencies\r\ndepoe,depot\r\ndepoist,deposit\r\ndepoisted,deposited\r\ndepoloyments,deployments\r\ndepoly,deploy\r\ndepolyed,deployed\r\ndepolying,deploying\r\ndepolyment,deployment\r\ndeponant,deponent\r\ndeponants,deponents\r\ndeportatoin,deportation\r\ndeporty,deputy\r\ndeposal,disposal\r\ndepositas,deposits\r\ndepositd,deposited\r\ndeposite,deposit\r\ndepositers,deposits\r\ndeposites,deposits\r\ndepositi,deposit\r\ndepositioin,deposition\r\ndepositis,deposits\r\ndepositos,deposits\r\ndepostied,deposited\r\ndepostis,deposits\r\ndepoy,deploy\r\ndepoyed,deployed\r\ndepoyment,deployment\r\ndeppitet,debit\r\ndepply,deeply\r\ndepprecated,deprecated\r\ndeppreciation,depreciation\r\ndeppresion,deppression\r\ndeppresive,deppressive\r\ndepracated,deprecated\r\ndepracted,deprecated\r\ndepratment,department\r\ndeprcated,deprecated\r\ndepreaciation,depreciation\r\ndepreacte,deprecate\r\ndepreacted,deprecated\r\ndepreated,deprecated\r\ndeprecaated,deprecated\r\ndeprecaition,depreciation\r\ndeprecatd,deprecated\r\ndeprecatedn,deprecated\r\ndeprecatie,deprecate\r\ndepreceated,deprecated\r\ndepreceations,deprecations\r\ndeprectaed,deprecated\r\ndeprectaions,deprecations\r\ndeprectate,deprecate\r\ndeprectated,deprecated\r\ndeprectates,deprecates\r\ndeprectating,deprecating\r\ndeprected,deprecated\r\ndeprection,deprecation\r\ndepreicated,depreciated\r\ndeprepcated,deprecated\r\ndepres,depress\r\ndeprese,depresse\r\ndepresed,depressed\r\ndepreshtion,depression\r\ndepresing,depressing\r\ndepresion,depression\r\ndepresioni,depressioni\r\ndepresionin,depressionin\r\ndepresionless,depressionless\r\ndepresionn,depressionn\r\ndepresive,depressive\r\ndepresse,depressive\r\ndepressie,depressive\r\ndepressief,depressive\r\ndepressies,depressive\r\ndepressieve,depressive\r\ndepressin,depression\r\ndepresso,depression\r\ndepresssed,depressed\r\ndepresssing,depressing\r\ndepresssion,depression\r\ndepresssions,depressions\r\ndepresssor,depressor\r\ndeprevation,deprivation\r\ndepricaited,depreciated\r\ndepricate,deprecate\r\ndepricated,deprecated\r\ndepricating,deprecating\r\ndeprication,deprivation\r\ndepriciate,depreciate\r\ndepriciated,depreciated\r\ndepriciates,depreciates\r\ndepriciating,depreciating\r\ndepriciation,depreciation\r\ndeprivating,deprivation\r\ndeprivatoin,deprivation\r\ndeprivaton,deprivation\r\ndepriveable,deprivable\r\ndeprivible,deprivable\r\ndeprivition,deprivation\r\ndeprivments,deprivements\r\ndeprovation,deprivation\r\ndepserate,desperate\r\ndepserately,desperately\r\ndepseration,desperation\r\ndepsise,despise\r\ndepsoited,deposited\r\ndeptarment,department\r\ndeptarmental,departmental\r\ndeptarmentally,departmentally\r\ndeptarments,departments\r\ndeptarmnt,department\r\ndeptarmntal,departmental\r\ndeptarmntally,departmentally\r\ndeptarmnts,departments\r\ndeptartment,department\r\ndeptartmental,departmental\r\ndeptartmentally,departmentally\r\ndeptartments,departments\r\ndeptartmnt,department\r\ndeptartmntal,departmental\r\ndeptartmntally,departmentally\r\ndeptartmnts,departments\r\ndepticated,deprecated\r\ndepuation,deputation\r\ndepudy,deputy\r\ndepurfication,DePurification\r\ndepurficaton,DePurification\r\ndequantizatioin,dequantization\r\ndeque,dequeue\r\ndequeeu,dequeue\r\ndequeing,dequeuing\r\ndequint,delinquent\r\ndequques,dequeues\r\ndera,sera\r\nderagotory,derogatory\r\nderam,dram\r\nderams,dreams\r\nderault,default\r\nderdt,dart\r\nderecated,deprecated\r\ndereerence,dereference\r\ndereerencing,dereferencing\r\nderefence,dereference\r\nderefenced,dereferenced\r\nderefences,dereferences\r\ndereferencd,dereferenced\r\ndereferenfces,dereferences\r\nderefernce,dereference\r\ndereferred,deferred\r\nderegualtion,deregulation\r\nderegulaiton,deregulation\r\nderegulatin,deregulation\r\ndererence,dereference\r\nderest,dearest\r\nderfenet,definite\r\nderiere,derrière\r\nderieres,derrières\r\nderigsters,deregisters\r\nderined,defined\r\nderivated,derived\r\nderivaties,derivatives\r\nderivationq,derivation\r\nderivativos,derivatives\r\nderiveable,derivable\r\nderiver,driver\r\nderiviatation,derivation\r\nderiviatations,derivations\r\nderiviate,derive\r\nderiviated,derived\r\nderiviates,derives\r\nderiviating,deriving\r\nderiviation,derivation\r\nderiviations,derivations\r\nderiviative,derivative\r\nderiviatives,derivatives\r\nderivible,derivable\r\nderivitave,derivative\r\nderivitaves,derivatives\r\nderivition,derivation\r\nderivitions,derivations\r\nderivitive,derivative\r\nderivitives,derivatives\r\ndermatalogist,dermatologist\r\ndermatolagically,dermatologically\r\ndermatolagist,dermatologist\r\ndermatolgical,dermatological\r\ndermatolgically,dermatologically\r\ndermatolgist,dermatologist\r\ndermatolgists,dermatologists\r\ndermatoligic,dermatologic\r\ndermatoligical,dermatological\r\ndermatoligically,dermatologically\r\ndermatoligist,dermatologist\r\ndermatoligists,dermatologists\r\ndermatologyst,dermatologist\r\ndermatololgists,dermatolologists\r\ndermetologist,dermatologist\r\ndermines,determines\r\ndermitologist,dermatologist\r\ndermolagica,dermologica\r\ndermolgica,dermologica\r\ndermoligica,dermologica\r\ndermotolagist,dermotologist\r\ndermotoligiclly,dermotologiclly\r\ndermtolagist,dermtologist\r\ndern,darn\r\nderogatary,derogatory\r\nderogatery,derogatory\r\nderogetory,derogatory\r\nderogitory,derogatory\r\nderogotary,derogatory\r\nderogotory,derogatory\r\nderoved,derived\r\nderpatologist,dermatologist\r\nderpivation,deprivation\r\nderrive,derive\r\nderrived,derived\r\nderscription,description\r\ndersktop,desktop\r\ndert,dart\r\ndertach,detach\r\ndertermand,determined\r\ndertermided,determined\r\ndertermine,determined\r\ndertermined,determined\r\ndertirmened,determined\r\ndertmined,determined\r\nderugulation,deregulation\r\nderviative,derivative\r\nderviatives,derivatives\r\ndervie,derive\r\ndervied,derived\r\ndervivatives,derivatives\r\ndervive,derive\r\ndervived,derived\r\ndes5tination,destination\r\ndesabled,disabled\r\ndesacate,desiccate\r\ndesacated,desiccated\r\ndesacates,desiccates\r\ndesacation,desiccation\r\ndesacations,desiccations\r\ndesacidy,decidedly\r\ndesacription,description\r\ndesactivate,deactivate\r\ndesactivated,deactivated\r\ndesactivation,deactivation\r\ndesagree,disagree\r\ndesagreement,disagreement\r\ndesagrees,disagrees\r\ndesapoint,disappoint\r\ndesappear,disappear\r\ndesappeare,disappeare\r\ndesappeared,disappeared\r\ndesappearing,disappearing\r\ndesappears,disappears\r\ndesappoint,disappoint\r\ndesarray,disarray\r\ndesaster,disaster\r\ndesastrous,disastrous\r\ndesation,destination\r\ndescandants,descendants\r\ndescards,discards\r\ndescaved,discovered\r\ndescedents,descendants\r\ndescendand,descendant\r\ndescendands,descendants\r\ndescendats,descendants\r\ndescendend,descended\r\ndescendends,descended\r\ndescendenta,descendants\r\ndescendents,descendants\r\ndescendiblity,descendibility\r\ndescened,descend\r\ndescentants,descendants\r\ndescenting,descending\r\ndescentralized,decentralized\r\ndescerning,descending\r\ndescibe,describe\r\ndescibed,described\r\ndescibes,describes\r\ndescibing,describing\r\ndescibred,described\r\ndescide,decide\r\ndescided,decided\r\ndescidedly,decidedly\r\ndescidely,decidedly\r\ndescides,decides\r\ndesciition,description\r\ndesciitions,descriptions\r\ndesciiton,description\r\ndesciitons,descriptions\r\ndescion,decision\r\ndescipable,despicable\r\ndescipion,description\r\ndescipition,description\r\ndescipitions,descriptions\r\ndescipiton,description\r\ndescipitons,descriptions\r\ndesciprtion,description\r\ndescipter,descriptor\r\ndescipters,descriptors\r\ndesciption,description\r\ndesciptions,descriptions\r\ndescipton,description\r\ndesciptons,descriptions\r\ndesciptor,descriptor\r\ndesciptors,descriptors\r\ndescirbe,describe\r\ndescirbed,described\r\ndescirbes,describes\r\ndesciribing,describing\r\ndescirption,descriptions\r\ndescirptor,descriptor\r\ndescision,decision\r\ndescisions,decisions\r\ndescisive,decisive\r\ndescisively,decisively\r\ndesciton,description\r\ndescitons,descriptions\r\ndesconstructing,deconstructing\r\ndescover,discover\r\ndescprition,descriptions\r\ndescrasion,discretion\r\ndescrbe,describe\r\ndescrbing,describing\r\ndescrease,decrease\r\ndescreasing,decreasing\r\ndescrese,decrease\r\ndescrestion,discretion\r\ndescrete,discrete\r\ndescretion,discretion\r\ndescrettion,discretion\r\ndescribd,described\r\ndescribideb,described\r\ndescribiste,describes\r\ndescribng,describing\r\ndescribtes,describes\r\ndescribtion,description\r\ndescribtions,descriptions\r\ndescrie,describe\r\ndescrieb,describe\r\ndescriibe,describe\r\ndescriibed,described\r\ndescriibes,describes\r\ndescriibing,describing\r\ndescriipter,descriptor\r\ndescriipters,descriptors\r\ndescriiption,description\r\ndescriiptions,descriptions\r\ndescriition,description\r\ndescriitions,descriptions\r\ndescriiton,description\r\ndescriitons,descriptions\r\ndescriminant,discriminant\r\ndescriminator,discriminator\r\ndescriotion,description\r\ndescripcion,description\r\ndescripe,describe\r\ndescriped,described\r\ndescripes,describes\r\ndescripition,description\r\ndescripitions,descriptions\r\ndescripitive,descriptive\r\ndescripiton,descriptions\r\ndescripitons,descriptions\r\ndescripitve,descriptive\r\ndescripors,descriptors\r\ndescripption,description\r\ndescripted,described\r\ndescripter,descriptor\r\ndescripters,descriptors\r\ndescriptino,description\r\ndescriptio,description\r\ndescriptioin,description\r\ndescriptioj,description\r\ndescriptiona,description\r\ndescriptiont,description\r\ndescriptior,descriptor\r\ndescriptiors,descriptors\r\ndescriptiosn,descriptions\r\ndescriptirs,descriptors\r\ndescriptivos,descriptions\r\ndescriptoin,descriptions\r\ndescripton,description\r\ndescriptons,descriptions\r\ndescriptos,descriptors\r\ndescriptve,descriptive\r\ndescrise,describes\r\ndescriten,discretion\r\ndescrition,description\r\ndescritione,discretion\r\ndescritive,descriptive\r\ndescriton,description\r\ndescritons,descriptions\r\ndescritor,descriptor\r\ndescritpion,descriptions\r\ndescritpions,descriptions\r\ndescritpors,descriptors\r\ndescritption,description\r\ndescrive,describe\r\ndescrived,described\r\ndescrives,describes\r\ndescrpiption,description\r\ndescrpition,descriptions\r\ndescrption,description\r\ndescrptions,descriptions\r\ndescrptn,description\r\ndescrptor,descriptor\r\ndescruptor,descriptor\r\ndescsuss,discuss\r\ndescsussed,discussed\r\ndescsusses,discusses\r\ndescsussing,discussing\r\ndescsussion,discussion\r\ndescsussions,discussions\r\ndesctiption,description\r\ndesctiptions,descriptions\r\ndesctiptor,descriptor\r\ndesctiptors,descriptors\r\ndesctop,desktop\r\ndesctription,description\r\ndesctruction,destruction\r\ndesctructive,destructive\r\ndesctructor,destructor\r\ndescuss,discuss\r\ndescussed,discussed\r\ndescusses,discusses\r\ndescussing,discussing\r\ndescussion,discussion\r\ndescussions,discussions\r\ndescvription,description\r\ndesdcribed,described\r\ndesdernatan,destination\r\ndesdinaity,destination\r\ndesdlition,destination\r\ndesdnason,destination\r\ndesdnsn,destination\r\ndesdrnashon,destination\r\ndese,these\r\ndesead,designed\r\ndesease,disease\r\ndeseased,diseased\r\ndeseasel,diseasel\r\ndeseasels,diseasels\r\ndeseases,diseases\r\ndesecate,desiccate\r\ndesecated,desiccated\r\ndesecates,desiccates\r\ndesecation,desiccation\r\ndesecations,desiccations\r\ndesecendant,descendant\r\ndeseigned,designed\r\ndesember,december\r\ndesencitized,desensitized\r\ndesend,descend\r\ndesendand,descendant\r\ndesendands,descendants\r\ndesendant,descendant\r\ndesendants,descendants\r\ndesended,descended\r\ndesendend,descendent\r\ndesendends,descendents\r\ndesendent,descendant\r\ndesendents,descendants\r\ndesending,descending\r\ndesends,descends\r\ndesensatized,desensitized\r\ndesensitied,desensitized\r\ndesensitived,desensitized\r\ndesensitzed,desensitized\r\ndesent,descent\r\ndesention,dissension\r\ndesentisize,desensitized\r\ndesentisized,desensitized\r\ndesentitized,desensitized\r\ndesentizised,desensitized\r\ndesentoin,destination\r\ndesentralized,decentralized\r\ndesertphotogrpahy,desertphotography\r\ndesetain,destination\r\ndesfient,definite\r\ndesfined,defines\r\ndesgigners,designers\r\ndesgin,design\r\ndesginate,designate\r\ndesginated,designated\r\ndesginates,designates\r\ndesgination,designation\r\ndesginations,destinations\r\ndesgined,designed\r\ndesginer,designer\r\ndesginers,designers\r\ndesgining,designing\r\ndesgins,designs\r\ndesgnate,designate\r\ndesgning,designing\r\ndesgretion,discretion\r\ndesgustingly,disgustingly\r\ndesheddding,deshedding\r\ndesicate,desiccate\r\ndesicated,desiccated\r\ndesicates,desiccates\r\ndesication,desiccation\r\ndesications,desiccations\r\ndesicion,decision\r\ndesicions,decisions\r\ndesicive,decisive\r\ndesicively,decisively\r\ndesidaly,decidedly\r\ndesiddly,decidedly\r\ndeside,decide\r\ndesideadly,decidedly\r\ndesided,decided\r\ndesidedily,decidedly\r\ndesidedly,decidedly\r\ndesidelly,decidedly\r\ndesidely,decidedly\r\ndesiderable,desirable\r\ndesidered,desired\r\ndesides,decides\r\ndesidetidly,decidedly\r\ndesidily,decidedly\r\ndesiding,deciding\r\ndesidly,decidedly\r\ndesiened,designed\r\ndesienged,designed\r\ndesierd,desired\r\ndesig,design\r\ndesigation,designation\r\ndesigbed,designed\r\ndesiged,desired\r\ndesigen,destination\r\ndesigend,designed\r\ndesigened,designed\r\ndesigers,designers\r\ndesighed,designed\r\ndesighned,designed\r\ndesigin,design\r\ndesiging,designing\r\ndesigining,designing\r\ndesignablility,designability\r\ndesignacion,designation\r\ndesignad,designated\r\ndesignade,designated\r\ndesignatied,designated\r\ndesignato,designation\r\ndesigne,design\r\ndesignes,designs\r\ndesignet,designated\r\ndesignplasma,design\r\ndesignstion,designation\r\ndesigntated,designated\r\ndesillusioned,disillusioned\r\ndesination,destination\r\ndesinations,destinations\r\ndesind,designed\r\ndesinde,designed\r\ndesinded,designed\r\ndesinden,designed\r\ndesine,designed\r\ndesined,designed\r\ndesineded,designed\r\ndesing,design\r\ndesingage,disengage\r\ndesingation,designation\r\ndesingd,designed\r\ndesinge,designed\r\ndesinged,designed\r\ndesingend,designed\r\ndesinger,designer\r\ndesingers,designers\r\ndesinging,designing\r\ndesingned,designed\r\ndesingning,designing\r\ndesings,designs\r\ndesining,designing\r\ndesinison,destination\r\ndesintations,destinations\r\ndesintegrate,disintegrate\r\ndesintegrated,disintegrated\r\ndesintegrates,disintegrates\r\ndesintegrating,disintegrating\r\ndesintegratio,disintegratio\r\ndesintegration,disintegration\r\ndesintegrativas,disintegrativas\r\ndesintegrator,disintegrator\r\ndesintegrators,disintegrators\r\ndesinterested,disinterested\r\ndesippoint,disappoint\r\ndesirabilty,desirability\r\ndesirablity,desirability\r\ndesireable,desirable\r\ndesireble,desirable\r\ndesireed,desired\r\ndesireous,desirous\r\ndesirible,desirable\r\ndesirious,desirous\r\ndesision,decision\r\ndesisions,decisions\r\ndesisive,decisive\r\ndesisively,decisively\r\ndesisnition,destination\r\ndesited,desired\r\ndesitedly,decidedly\r\ndesitnation,destination\r\ndesitnations,destinations\r\ndesitned,destined\r\ndesitny,destiny\r\ndeskops,desktops\r\ndesktiop,desktop\r\ndesktiops,desktops\r\ndesktopbsd,desktops\r\ndesktopos,desktops\r\ndeslay,display\r\ndeslect,deselect\r\ndeslike,dislikes\r\ndesmiss,dismiss\r\ndesmissie,dismissie\r\ndesmostrating,demonstrating\r\ndesn't,doesn't\r\ndesnely,densely\r\ndesnity,density\r\ndesnity-based,density-based\r\ndesnsity,density\r\ndesobediencia,disobediencia\r\ndesobediente,disobediente\r\ndesomnd,desmond\r\ndesorder,disorder\r\ndesorders,disorders\r\ndesorient,disorient\r\ndesorientado,disorientado\r\ndesorientando,disorientando\r\ndesorientation,disorientation\r\ndesoriented,disoriented\r\ndesorients,disorients\r\ndesparate,desperate\r\ndesparately,desperately\r\ndesparation,desperation\r\ndespciable,despicable\r\ndespectively,respectively\r\ndespensaries,dispensaries\r\ndesperatedly,desperately\r\ndesperatelly,desperately\r\ndesperating,desperation\r\ndesperatley,desperately\r\ndesperatly,desperately\r\ndesperato,desperation\r\ndesperetly,desperately\r\ndespertaly,despertally\r\ndespicaple,despicable\r\ndespiceable,despicable\r\ndespicible,despicable\r\ndespict,depict\r\ndespiction,depiction\r\ndespictions,depictions\r\ndespicts,depicts\r\ndespide,despised\r\ndespides,despised\r\ndespies,despise\r\ndespirate,desperate\r\ndespirately,desperately\r\ndespiration,desperation\r\ndespiseable,despisable\r\ndespisible,despisable\r\ndespiste,despise\r\ndesplay,display\r\ndesplayed,displayed\r\ndespoited,deposited\r\ndesposals,disposals\r\ndespose,dispose\r\ndesposial,disposal\r\ndesposit,deposit\r\ndespoulsal,disposal\r\ndesprat,desperate\r\ndesprate,desperate\r\ndespratly,desperately\r\ndespresion,despression\r\ndesqualified,disqualified\r\ndesrable,desirable\r\ndesrcibed,described\r\ndesregarding,disregarding\r\ndesriable,desirable\r\ndesribe,describe\r\ndesribed,described\r\ndesribes,describes\r\ndesribing,describing\r\ndesribtion,describtion\r\ndesried,desired\r\ndesriped,descriped\r\ndesriptif,descriptif\r\ndesriptin,description\r\ndesription,description\r\ndesriptions,descriptions\r\ndesriptive,descriptive\r\ndesriptor,descriptor\r\ndesriptors,descriptors\r\ndesruct,destruct\r\ndesructed,destructed\r\ndesructing,destructing\r\ndesruction,destruction\r\ndesructionist,destructionist\r\ndesructive,destructive\r\ndesructor,destructor\r\ndesructs,destructs\r\ndessapoint,disappoint\r\ndessertation,dissertation\r\ndessicate,desiccate\r\ndessicated,desiccated\r\ndessicates,desiccates\r\ndessigin,design\r\ndessigined,designed\r\ndessiginer,designer\r\ndessiginers,designers\r\ndessigining,designing\r\ndessigins,designs\r\ndessign,design\r\ndessigned,designed\r\ndessigner,designer\r\ndessigners,designers\r\ndessigning,designing\r\ndessigns,designs\r\ndessipoint,disappoint\r\ndesstructor,destructor\r\ndest,desk\r\ndestablilisation,destabilisation\r\ndestablilise,destabilise\r\ndestablilised,destabilised\r\ndestabliliser,destabiliser\r\ndestablilises,destabilises\r\ndestablilising,destabilising\r\ndestablilization,destabilization\r\ndestablilize,destabilize\r\ndestablilized,destabilized\r\ndestablilizer,destabilizer\r\ndestablilizes,destabilizes\r\ndestablilizing,destabilizing\r\ndestablisation,destabilisation\r\ndestablise,destabilise\r\ndestablised,destabilised\r\ndestabliser,destabiliser\r\ndestablises,destabilises\r\ndestablising,destabilising\r\ndestablization,destabilization\r\ndestablize,destabilize\r\ndestablized,destabilized\r\ndestablizer,destabilizer\r\ndestablizes,destabilizes\r\ndestablizing,destabilizing\r\ndestantion,destination\r\ndestation,destination\r\ndesteanaition,destination\r\ndestednetion,destination\r\ndestenachon,destination\r\ndestenaen,destination\r\ndestenaion,destination\r\ndestenasion,destination\r\ndestenast,destination\r\ndestenation,destination\r\ndestenetion,destination\r\ndestenition,destination\r\ndestenstion,destination\r\ndesteriction,destination\r\ndesternaish,destination\r\ndesternasion,destination\r\ndesternation,destination\r\ndesternetion,destination\r\ndesterrashing,destination\r\ndestiantion,destinations\r\ndestiantions,destinations\r\ndestigushed,distinguished\r\ndestinaion,destination\r\ndestinaition,destination\r\ndestinaiton,destinations\r\ndestinametion,destination\r\ndestinarion,destination\r\ndestinastion,destination\r\ndestinatin,destinations\r\ndestinatino,destination\r\ndestinatioin,destination\r\ndestinationhash,destinations\r\ndestinatiosn,destinations\r\ndestinatly,destination\r\ndestinato,destination\r\ndestinatoin,destination\r\ndestinaton,destination\r\ndestinatons,destinations\r\ndestinattion,destination\r\ndestincation,destination\r\ndestinct,distinct\r\ndestinction,destination\r\ndestinctions,destinations\r\ndestiney,destiny\r\ndestingnion,destination\r\ndestiniation,destination\r\ndestint,distant\r\ndestintaion,destination\r\ndestintation,destination\r\ndestintion,destination\r\ndestinty,destiny\r\ndestion,destination\r\ndestional,destination\r\ndestionation,destination\r\ndestisastion,destination\r\ndestkop,desktop\r\ndestkops,desktops\r\ndestnashon,destination\r\ndestnation,destination\r\ndestop,desktop\r\ndestory,destroy\r\ndestoryed,destroyed\r\ndestoryer,destroyer\r\ndestoryers,destroyers\r\ndestorying,destroying\r\ndestorys,destroys\r\ndestoyed,destroyed\r\ndestoys,destroys\r\ndestraction,destruction\r\ndestractions,distractions\r\ndestribes,describes\r\ndestribution,distribution\r\ndestributors,distributors\r\ndestrictive,destructive\r\ndestroi,destroy\r\ndestroied,destroyed\r\ndestroier,destroyer\r\ndestroiers,destroyers\r\ndestroiing,destroying\r\ndestroing,destroying\r\ndestrois,destroys\r\ndestrory,destroy\r\ndestros,destroys\r\ndestrose,destroyers\r\ndestrotyed,destroyed\r\ndestroyd,destroyed\r\ndestroyeds,destroyers\r\ndestroyeer,destroyers\r\ndestroyes,destroys\r\ndestroyis,destroys\r\ndestroyr,destroyers\r\ndestruc,destruct\r\ndestruccion,destruction\r\ndestruced,destructed\r\ndestrucing,destructing\r\ndestrucion,destruction\r\ndestrucionist,destructionist\r\ndestruciton,destruction\r\ndestrucive,destructive\r\ndestrucs,destructs\r\ndestructivo,destruction\r\ndestructo,destruction\r\ndestructuve,destructive\r\ndestruktion,destruction\r\ndestruktive,destructive\r\ndestryoed,destroyed\r\ndestryoer,destroyer\r\ndestryoing,destroying\r\ndests,desks\r\ndesttruct,destruct\r\ndesttructed,destructed\r\ndesttructing,destructing\r\ndesttructionist,destructionist\r\ndesttructs,destructs\r\ndestuct,destruct\r\ndestucted,destructed\r\ndestucting,destructing\r\ndestuction,destruction\r\ndestuctionist,destructionist\r\ndestuctive,destructive\r\ndestuctor,destructor\r\ndestucts,destructs\r\ndesturb,disturb\r\ndesuction,seduction\r\ndeswcribed,described\r\ndesyncrhonized,desynchronized\r\ndetabase,database\r\ndetache,detached\r\ndetact,detach\r\ndetacted,detached\r\ndetaild,detailed\r\ndetaile,details\r\ndetailes,details\r\ndetailf,details\r\ndetaill,detail\r\ndetailled,detailed\r\ndetailling,detailing\r\ndetaillled,detailled\r\ndetaills,details\r\ndetailss,details\r\ndetais,details\r\ndetaisl,details\r\ndetali,detail\r\ndetalied,detailed\r\ndetalis,details\r\ndetals,details\r\ndetatch,detach\r\ndetatchable,detachable\r\ndetatched,detached\r\ndetatches,detaches\r\ndetatching,detaching\r\ndetatchment,detachment\r\ndetatchments,detachments\r\ndetaul,detail\r\ndetaults,defaults\r\ndetecable,detectable\r\ndetecably,detectably\r\ndeteced,detected\r\ndeteceted,detected\r\ndetecing,detecting\r\ndetecion,detection\r\ndetectabilty,detectability\r\ndetectablility,detectability\r\ndetectablity,detectability\r\ndetectarlo,detector\r\ndetectaron,detector\r\ndetectas,detects\r\ndetectd,detected\r\ndetecteable,detectable\r\ndetectes,detects\r\ndetectible,detectable\r\ndetectibly,detectably\r\ndetectie,detectives\r\ndetectioin,detection\r\ndetectivs,detectives\r\ndetectoare,detector\r\ndetement,determine\r\ndeteminate,determinate\r\ndetemination,determination\r\ndeteminations,determinations\r\ndetemine,determine\r\ndetemined,determined\r\ndetemines,determines\r\ndetemining,determining\r\ndetemrines,determines\r\ndetenated,detonated\r\ndetente,détente\r\ndetentioin,detention\r\ndeteoriate,deteriorate\r\ndeteoriated,deteriorated\r\ndeteoriates,deteriorates\r\ndeteoriating,deteriorating\r\ndeteoriation,deterioration\r\ndeterance,deterrence\r\ndeterant,deterrent\r\ndeterants,deterrents\r\ndeteremine,determine\r\ndeteremined,determined\r\ndeteremines,determines\r\ndeteremining,determining\r\ndeterence,deterrence\r\ndeterent,deterrent\r\ndeterents,deterrents\r\ndeteriate,deteriorate\r\ndeteriated,deteriorated\r\ndeteriates,deteriorates\r\ndeteriating,deteriorating\r\ndeteriation,deterioration\r\ndeterimine,determine\r\ndeterimines,determines\r\ndeterimining,determining\r\ndeterimne,determined\r\ndeterine,determine\r\ndeterined,determined\r\ndetering,deterring\r\ndeterinined,determined\r\ndeterioriate,deteriorate\r\ndeterioriated,deteriorated\r\ndeterioriates,deteriorates\r\ndeterioriating,deteriorating\r\ndeterioriation,deterioration\r\ndetermain,determined\r\ndetermaind,determined\r\ndetermained,determined\r\ndetermamed,determined\r\ndeterman,determine\r\ndetermand,determined\r\ndetermanded,determined\r\ndetermanism,determinism\r\ndetermed,determined\r\ndetermen,determines\r\ndetermenation,determination\r\ndetermend,determined\r\ndetermened,determined\r\ndetermening,determining\r\ndetermenism,determinism\r\ndetermenistic,deterministic\r\ndetermied,determined\r\ndetermiens,determines\r\ndetermin,determine\r\ndeterminacion,determination\r\ndeterminanti,determination\r\ndeterminare,determine\r\ndeterminas,determines\r\ndeterminated,determined\r\ndeterminating,determining\r\ndeterminato,determination\r\ndeterminaton,determination\r\ndetermind,determined\r\ndeterminded,determine\r\ndeterminence,determinance\r\ndeterminences,determinances\r\ndeterminent,determinant\r\ndeterminently,determinantly\r\ndeterminete,determinate\r\ndetermineted,determinated\r\ndeterminetes,determinates\r\ndetermineting,determinating\r\ndeterminetion,determination\r\ndeterminetions,determinations\r\ndeterminetor,determinator\r\ndeterminetors,determinators\r\ndeterming,determining\r\ndeterminging,determining\r\ndeterminiance,determinance\r\ndeterminiances,determinances\r\ndeterminiant,determinant\r\ndeterminiantly,determinantly\r\ndeterminiate,determinate\r\ndeterminiated,determinated\r\ndeterminiates,determinates\r\ndeterminiating,determinating\r\ndeterminiation,determination\r\ndeterminiations,determinations\r\ndeterminiator,determinator\r\ndeterminiators,determinators\r\ndeterminically,deterministically\r\ndeterminied,determined\r\ndeterminig,determining\r\ndetermininate,determinate\r\ndeterminination,determination\r\ndetermininations,determinations\r\ndeterminine,determine\r\ndeterminined,determined\r\ndeterminines,determines\r\ndetermininging,determining\r\ndeterminining,determining\r\ndeterminisic,deterministic\r\ndeterminisim,determinism\r\ndeterminisitc,deterministic\r\ndeterminisitic,deterministic\r\ndeterministc,deterministic\r\ndeterministially,deterministically\r\ndeterministice,deterministic\r\ndeterministisch,deterministic\r\ndeterministische,deterministic\r\ndeterminitic,deterministic\r\ndetermins,determines\r\ndeterminsim,determinism\r\ndeterminsitic,deterministic\r\ndeterminsm,determinism\r\ndeterminstic,deterministic\r\ndeterminstically,deterministically\r\ndeterminte,determine\r\ndetermites,determines\r\ndetermon,determined\r\ndetermoned,determined\r\ndetermuined,determined\r\ndetermum,determined\r\ndeternaned,determined\r\ndeternason,destination\r\ndeternation,destination\r\ndeterned,determined\r\ndeternined,determined\r\ndeternism,determinism\r\ndeternmand,determined\r\ndeterrance,deterrence\r\ndeterrant,deterrent\r\ndeterrants,deterrents\r\ndeterrring,deterring\r\ndeteted,deleted\r\ndetetion,detection\r\ndeteverd,delivered\r\ndetial,detail\r\ndetials,details\r\ndetinate,definite\r\ndetination,destination\r\ndetinations,destinations\r\ndetinmend,determined\r\ndetirmend,determined\r\ndetirmine,determine\r\ndetirmined,determined\r\ndetla,delta\r\ndetmatologist,dermatologist\r\ndetnashion,destination\r\ndetorit,detroit\r\ndetormined,determined\r\ndetoxificatioin,detoxification\r\ndetoxificatoin,detoxification\r\ndetrament,detriment\r\ndetramental,detrimental\r\ndetraments,detriments\r\ndetrement,determined\r\ndetremental,detrimental\r\ndetrements,detriments\r\ndetreminated,determined\r\ndetrimal,detrimental\r\ndetrimentaly,detrimentally\r\ndetrimential,detrimental\r\ndetrimentul,detrimental\r\ndetriot,detroit\r\ndetrminate,determinate\r\ndetrmination,determination\r\ndetrminations,determinations\r\ndetrmine,determine\r\ndetrmined,determined\r\ndetrmines,determines\r\ndetrmining,determining\r\ndetro,dextro\r\ndetroy,destroy\r\ndetroyed,destroyed\r\ndetroying,destroying\r\ndetroys,destroys\r\ndetruct,destruct\r\ndetructed,destructed\r\ndetructing,destructing\r\ndetruction,destruction\r\ndetructionist,destructionist\r\ndetructive,destructive\r\ndetructs,destructs\r\ndetrumend,determined\r\ndettach,detach\r\ndettached,detached\r\ndeturmand,determined\r\ndeturmanded,determined\r\ndeturmaned,determined\r\ndeturmemend,determined\r\ndeturmend,determined\r\ndeturmine,determined\r\ndeturned,determined\r\ndeturnum,determined\r\ndetuschland,deutschland\r\ndeubg,debug\r\ndeug,debug\r\ndeugging,debugging\r\ndeuling,dueling\r\ndeully,duly\r\ndeustchland,deutschland\r\ndeutchsland,deutschland\r\ndeutcshland,deutschland\r\ndeutschalnd,deutschland\r\ndeutschand,deutschland\r\ndeutshcland,deutschland\r\ndevaint,deviant\r\ndevaite,deviate\r\ndevaition,deviation\r\ndevalapment,development\r\ndevalop,develop\r\ndevaloped,developed\r\ndevaloping,developing\r\ndevalopment,development\r\ndevalopments,developments\r\ndevasate,devastate\r\ndevasated,devastated\r\ndevasates,devastates\r\ndevasating,devastating\r\ndevasation,devastation\r\ndevastaded,devastated\r\ndevastaing,devastating\r\ndevastanti,devastating\r\ndevaste,devastate\r\ndevasted,devastated\r\ndevastes,devastates\r\ndevasteted,devastated\r\ndevasting,devastating\r\ndevastion,devastation\r\ndevation,deviation\r\ndevations,deviations\r\ndevative,deviative\r\ndevault,default\r\ndevcie,device\r\ndevcies,devices\r\ndevdependencies,dependencies\r\ndeve1loper,developer\r\ndeveices,devices\r\ndevel,devil\r\ndevelap,develop\r\ndevelaped,developed\r\ndevelapment,development\r\ndevelement,development\r\ndeveleopr,developer\r\ndeveleoprs,developers\r\ndevelep,develop\r\ndeveleped,developed\r\ndeveleper,developer\r\ndeveleping,developing\r\ndevelepment,development\r\ndevelepmental,developmental\r\ndevelepments,developments\r\ndevelepmont,developments\r\ndevelepors,developers\r\ndeveleps,develops\r\ndeveliper,developer\r\ndeveliping,developing\r\ndevelipment,development\r\ndevellop,develop\r\ndevellope,develop\r\ndevelloped,developed\r\ndevelloper,developer\r\ndevelloping,developing\r\ndevellopment,development\r\ndevellper,developer\r\ndevelment,development\r\ndeveloepr,developer\r\ndeveloeprs,developers\r\ndeveloer,developer\r\ndeveloer-specified,developer-specified\r\ndeveloers,developers\r\ndeveloment,development\r\ndeveloments,developments\r\ndevelomnet,development\r\ndevelompent,developments\r\ndevelope,develop\r\ndevelopement,development\r\ndevelopemnt,developments\r\ndevelopemntal,developmental\r\ndevelopemnts,developments\r\ndevelopent,development\r\ndevelopert,developer\r\ndevelopes,developers\r\ndeveloplent,development\r\ndevelopmant,developmental\r\ndevelopmemnt,development\r\ndevelopmemtn,development\r\ndevelopmen,development\r\ndevelopmenet,developments\r\ndevelopmenmt,development\r\ndevelopmennt,development\r\ndevelopmentaly,developmentally\r\ndevelopmently,developmental\r\ndevelopmentm,development\r\ndevelopmentv,development\r\ndevelopmentwise,developments\r\ndevelopmer,developer\r\ndevelopmet,development\r\ndevelopmetn,developments\r\ndevelopmetns,developments\r\ndevelopming,developing\r\ndevelopmnet,developments\r\ndevelopmnt,development\r\ndevelopmntal,developmental\r\ndevelopmnts,developments\r\ndevelopng,developing\r\ndevelopoers,developers\r\ndevelopoment,development\r\ndevelopor,developer\r\ndevelopors,develops\r\ndevelopped,developed\r\ndeveloppement,development\r\ndevelopper,developer\r\ndeveloppers,developers\r\ndevelopping,developing\r\ndeveloppment,development\r\ndevelopres,develops\r\ndeveloprs,develops\r\ndevelovment,develovement\r\ndevelp,develop\r\ndevelped,developed\r\ndevelpement,development\r\ndevelpemental,developmental\r\ndevelpements,developments\r\ndevelper,developer\r\ndevelping,developing\r\ndevelpment,development\r\ndevelpmental,developmental\r\ndevelpmentally,developmentally\r\ndevelpments,developments\r\ndevelpoment,developments\r\ndevelpomental,developmental\r\ndevelpoments,developments\r\ndevelpond,development\r\ndevelpp,develop\r\ndevelps,develops\r\ndevels,delves\r\ndevelup,develop\r\ndeveluped,developed\r\ndevelupment,development\r\ndeveolpment,developments\r\ndeveoop,develop\r\ndeveop,develop\r\ndeveoper,developer\r\ndeveopers,developers\r\ndeveoping,developing\r\ndeveopment,development\r\ndevepers,developers\r\ndeveploment,developments\r\ndevepopers,developers\r\ndeverlopers,developers\r\ndeverved,deserved\r\ndeves,developers\r\ndevesate,devastate\r\ndevesated,devastated\r\ndevesates,devastates\r\ndevesating,devastating\r\ndevesation,devastation\r\ndevestate,devastate\r\ndevestated,devastated\r\ndevestates,devastates\r\ndevestating,devastating\r\ndevestation,devastation\r\ndevevelop,develop\r\ndeveveloper's,developer's\r\ndevevelopment,development\r\ndevialet,deviate\r\ndeviatie,deviate\r\ndeviatoin,deviation\r\ndeviceto,device\r\ndevics,devices\r\ndevide,divide\r\ndevided,divided\r\ndevider,divider\r\ndeviders,dividers\r\ndevides,divides\r\ndeviding,dividing\r\ndevie,device\r\ndevilers,delivers\r\ndevilopment,development\r\ndevine,divine\r\ndevined,divine\r\ndeviod,devoid\r\ndeviodal,devoidal\r\ndeviodance,devoidance\r\ndevioded,devoided\r\ndevioding,devoiding\r\ndeviods,devoids\r\ndevisate,devastate\r\ndevisated,devastated\r\ndevisates,devastates\r\ndevisating,devastating\r\ndevisation,devastation\r\ndevision,division\r\ndevisions,divisions\r\ndevistate,devastate\r\ndevistated,devastated\r\ndevistates,devastates\r\ndevistating,devastating\r\ndevistation,devastation\r\ndevit,debit\r\ndevits,debit\r\ndevitt,debit\r\ndevive,derive\r\ndevkist,devkit\r\ndevlapment,development\r\ndevlaratively,declaratively\r\ndevleop,develop\r\ndevleoper,developer\r\ndevleopers,developers\r\ndevleopment,development\r\ndevleper,developer\r\ndevlepment,development\r\ndevlepments,developments\r\ndevlop,develop\r\ndevloped,developed\r\ndevloper,developer\r\ndevlopers,developers\r\ndevloping,developing\r\ndevlopment,development\r\ndevlopmental,developmental\r\ndevlopmentally,developmentally\r\ndevlopments,developments\r\ndevlops,develops\r\ndevlove,devolve\r\ndevloved,devolved\r\ndevlp,develop\r\ndevlup,develop\r\ndevolaped,developed\r\ndevolaper,developer\r\ndevolapment,development\r\ndevolep,develop\r\ndevoleped,developed\r\ndevolepement,development\r\ndevolepemental,developmental\r\ndevolepements,developments\r\ndevoleper,developer\r\ndevolepment,development\r\ndevolepmental,developmental\r\ndevolepments,developments\r\ndevolepoment,development\r\ndevolepomental,developmental\r\ndevolepoments,developments\r\ndevolleped,developed\r\ndevolop,develop\r\ndevoloped,developed\r\ndevolopement,development\r\ndevolopemental,developmental\r\ndevolopements,developments\r\ndevoloper,developer\r\ndevoloping,developing\r\ndevolopment,development\r\ndevolopmental,developmental\r\ndevolopments,developments\r\ndevolopoment,development\r\ndevolopomental,developmental\r\ndevolopoments,developments\r\ndevolops,develops\r\ndevolp,develop\r\ndevolped,developed\r\ndevolper,developer\r\ndevolping,developing\r\ndevolpment,development\r\ndevolpmental,developmental\r\ndevolpments,developments\r\ndevolps,develops\r\ndevolvendo,devolved\r\ndevolvment,devolvement\r\ndevontechnolgies,dEVONtechnologies\r\ndevopment,development\r\ndevorce,divorce\r\ndevotatoin,devotation\r\ndevotin,devotion\r\ndevotioin,devotion\r\ndevotionnal,devotional\r\ndevovle,devolve\r\ndevovled,devolved\r\ndevuce,device\r\ndevulge,divulge\r\ndevvver,devver\r\ndewfine,define\r\ndewly,duly\r\ndewn,down\r\ndextroducion,dextroduction\r\ndextroducions,dextroductions\r\ndextroducton,dextroduction\r\ndextroductons,dextroductions\r\ndextrodution,dextroduction\r\ndextrodutions,dextroductions\r\ndey,key\r\ndeyhdrated,dehydrated\r\ndeyhdration,dehydration\r\ndeying,dying\r\ndeym,deem\r\ndeypiret,departure\r\ndeyveliper,developer\r\ndezentralized,decentralized\r\ndezine,design\r\ndfault,default\r\ndfeault,default\r\ndfined,defined\r\ndfines,defines\r\ndfown,down\r\ndgn,module\r\ndgree,degree\r\ndharamsala,dharamshala\r\ndhas,has\r\ndiabatolagist,diabatologist\r\ndiabetees,diabetes\r\ndiabetolgica,diabetologica\r\ndiabetolgist,diabetologist\r\ndiabets,diabetes\r\ndiable,disable\r\ndiabled,disabled\r\ndiablical,diabolical\r\ndiablically,diabolically\r\ndiabling,disabling\r\ndiad,dyad\r\ndiaganol,diagonal\r\ndiaglog,dialogue\r\ndiagnistic,diagnostic\r\ndiagnoal,diagonal\r\ndiagnoes,diagnose\r\ndiagnogis,diagnosis\r\ndiagnosi,diagnostic\r\ndiagnosic,diagnostic\r\ndiagnosied,diagnose\r\ndiagnosies,diagnosis\r\ndiagnositc,diagnostic\r\ndiagnositcs,diagnostic\r\ndiagnositic,diagnostic\r\ndiagnossed,diagnose\r\ndiagnosted,diagnose\r\ndiagnostincs,diagnostics\r\ndiagnostis,diagnostics\r\ndiagnotic,diagnostic\r\ndiagnotics,diagnostic\r\ndiagonaal,diagonal\r\ndiagonas,diagonals\r\ndiagonel,diagonal\r\ndiagonostic,diagnostic\r\ndiagonse,diagnose\r\ndiagonsed,diagnosed\r\ndiagonsis,diagnosis\r\ndiagonstic,diagnostic\r\ndiagonstics,diagnostic\r\ndiagostics,diagnostics\r\ndiagramas,diagrams\r\ndiagramatically,diagrammatically\r\ndiagrammaticaally,diagrammatically\r\ndiagramms,diagrams\r\ndiagree,disagree\r\ndiagreement,disagreement\r\ndiahrrea,diarrhea\r\ndialablility,dialability\r\ndialate,dilate\r\ndialation,dilation\r\ndialecs,dialects\r\ndialectes,dialects\r\ndialectos,dialects\r\ndialetcs,dialects\r\ndialgoue,dialogue\r\ndialig,dialog\r\ndiallows,disallows\r\ndialo,dialog\r\ndialoge,dialogue\r\ndialoges,dialogues\r\ndialogg,dialog\r\ndialouge,dialogue\r\ndialpog,dialog\r\ndiamand,diamond\r\ndiamater,diameter\r\ndiamaters,diameters\r\ndiamit,dynamite\r\ndiamiter,diameter\r\ndiamon,diamond\r\ndiamonde,diamond\r\ndiamong,diamond\r\ndiamons,diamonds\r\ndiamore,diamond\r\ndiamter,diameter\r\ndiangose,diagnose\r\ndianing,dining\r\ndianostic,diagnostic\r\ndiaplay,display\r\ndiaplayed,displayed\r\ndiaplays,displays\r\ndiaramatically,diagrammatically\r\ndiarhea,diarrhoea\r\ndiarrea,diarrhea\r\ndiarreah,diarrhea\r\ndiarreha,diarrhea\r\ndiarrheoa,diarrhea\r\ndiasassociatoin,diasassociation\r\ndiasble,disable\r\ndiasbling,disabling\r\ndiasspointed,dissapointed\r\ndiaster,disaster\r\ndiasters,disasters\r\ndiasy,daisy\r\ndib,div\r\ndibit,debit\r\ndibolical,diabolical\r\ndibolically,diabolically\r\ndicard,discard\r\ndicarding,discarding\r\ndicationary,dictionary\r\ndicentralize,decentralize\r\ndich,ditch\r\ndicheion,discretion\r\ndiches,dishes\r\ndichomoty,dichotomy\r\ndichotomoy,dichotomy\r\ndichtomies,dichotomies\r\ndichtomy,dichotomy\r\ndicidedly,decidedly\r\ndicidely,decidedly\r\ndicionary,dictionary\r\ndiciontary,dictionary\r\ndiciple,disciple\r\ndiciples,disciples\r\ndiciplin,discipline\r\ndiciplina,disciplina\r\ndiciplinary,disciplinary\r\ndiciplind,disciplined\r\ndicipline,discipline\r\ndiciplined,disciplined\r\ndiciplines,disciplines\r\ndiciplini,disciplini\r\ndiciplins,disciplines\r\ndicision,decision\r\ndicitonaries,dictionaries\r\ndicitonary,dictionary\r\ndickisch,dickish\r\ndicksih,dickish\r\ndiconnected,disconnected\r\ndiconnects,disconnects\r\ndicontinuities,discontinuities\r\ndicount,discount\r\ndicover,discover\r\ndicovered,discovered\r\ndicoverer,discoverer\r\ndicoveries,discoveries\r\ndicovering,discovering\r\ndicovers,discovers\r\ndicovery,discovery\r\ndicretion,discretion\r\ndicriminated,discriminated\r\ndicsovered,discovered\r\ndicsrete,discrete\r\ndicsuss,discuss\r\ndicsussed,discussed\r\ndicsusses,discusses\r\ndicsussing,discussing\r\ndicsussion,discussion\r\ndicsussions,discussions\r\ndictadorship,dictatorship\r\ndictarorship,dictatorship\r\ndictaters,dictates\r\ndictateurs,dictates\r\ndictatioin,dictation\r\ndictatorhip,dictatorship\r\ndictatorshop,dictatorship\r\ndictats,dictates\r\ndicth,ditch\r\ndictinary,dictionary\r\ndictioanry,dictionary\r\ndictioary,dictionary\r\ndictionaire,dictionaries\r\ndictionaires,dictionaries\r\ndictionairy,dictionary\r\ndictionaly,dictionary\r\ndictionare,dictionaries\r\ndictionarry,dictionary\r\ndictionarys,dictionaries\r\ndictionaty,dictionary\r\ndictionay,dictionary\r\ndictioneries,dictionaries\r\ndictionery,dictionary\r\ndictionnary,dictionary\r\ndictionnary-like,dictionary-like\r\ndictionries,dictionaries\r\ndictionry,dictionary\r\ndictiory,dictionary\r\ndictonary,dictionary\r\ndictp,dict\r\ndicuits,biscuits\r\ndicuss,discuss\r\ndicussed,discussed\r\ndicusses,discusses\r\ndicussing,discussing\r\ndicussion,discussion\r\ndicussions,discussions\r\ndicusssing,dicussing\r\ndicusssion,discussion\r\ndid'ent,didn't\r\ndid'nt,didn't\r\ndid't,didn't\r\ndid`nt,didn't\r\ndidcate,dictate\r\ndide,died\r\ndident,didn't\r\ndiding,digging\r\ndidint,didn't\r\ndidn,didn't\r\ndidn;t,didn't\r\ndidnot,did not\r\ndidnt',didn't\r\ndidnt,didn't\r\ndidnt’,didn't\r\ndidsapointed,dissapointed\r\ndid’nt,didn't\r\ndiea,idea\r\ndiecovery,discovery\r\ndiections,direction\r\ndiectly,directly\r\ndiectory,directory\r\ndieffinate,definite\r\ndieing,dying\r\ndiemand,diamond\r\ndiemands,demands\r\ndiemend,diamond\r\ndiemension,dimension\r\ndiemined,diamond\r\ndiemnsion,dimension\r\ndiemond,diamond\r\ndiemont,diamond\r\ndieng,dying\r\ndiening,dining\r\ndierctory,directory\r\ndiesables,disables\r\ndiesal,diesel\r\ndiese,die\r\ndiesease,disease\r\ndieseased,diseased\r\ndieseases,diseases\r\ndiesined,designed\r\ndieties,deities\r\ndiety,deity\r\ndifanently,definitely\r\ndifarenciate,differentiate\r\ndifarenciated,differentiated\r\ndifarenciates,differentiates\r\ndifarenciating,differentiating\r\ndifarenciation,differentiation\r\ndifarenciations,differentiations\r\ndifarensiate,differentiate\r\ndifarensiated,differentiated\r\ndifarensiates,differentiates\r\ndifarensiating,differentiating\r\ndifarensiation,differentiation\r\ndifarensiations,differentiations\r\ndifarentiatiate,differentiate\r\ndifarentiatiated,differentiated\r\ndifarentiatiates,differentiates\r\ndifarentiatiating,differentiating\r\ndifarentiatiation,differentiation\r\ndifarentiatiations,differentiations\r\ndifcoulteye,difficulty\r\ndifcuilt,difficult\r\ndifcuilties,difficulties\r\ndifcuiltly,difficultly\r\ndifcuilty,difficulty\r\ndifcult,difficult\r\ndifculties,difficulties\r\ndifcultly,difficultly\r\ndifculty,difficulty\r\ndifefrence,difference\r\ndifefrene,differene\r\ndifefrent,different\r\ndifefrentiation,differentiation\r\ndifenitly,definitly\r\ndifer,differ\r\ndiferena,differena\r\ndiferenc,differenc\r\ndiferenca,differenca\r\ndiferencabuy,differencabuy\r\ndiferencas,differencas\r\ndiferencascialis,differencascialis\r\ndiference,difference\r\ndiferences,differences\r\ndiferencia,differencia\r\ndiferenciacao,differenciacao\r\ndiferenciace,differenciace\r\ndiferenciada,differenciada\r\ndiferenciado,differenciado\r\ndiferenciador,differenciador\r\ndiferenciadora,differenciadora\r\ndiferenciadores,differenciadores\r\ndiferenciados,differenciados\r\ndiferenciaentre,differenciaentre\r\ndiferenciahoraria,differenciahoraria\r\ndiferenciais,differenciais\r\ndiferencial,differencial\r\ndiferenciales,differenciales\r\ndiferencialnaja,differencialnaja\r\ndiferencian,differencian\r\ndiferenciar,differenciar\r\ndiferenciarmos,differenciarmos\r\ndiferenciarse,differenciarse\r\ndiferenciarte,differenciarte\r\ndiferencias,differencias\r\ndiferenciasym,differenciasym\r\ndiferenciate,differentiate\r\ndiferenciated,differentiated\r\ndiferenciates,differentiates\r\ndiferenciating,differentiating\r\ndiferenciation,differentiation\r\ndiferenciations,differentiations\r\ndiferencien,differencien\r\ndiferencigajn,differencigajn\r\ndiferencigi,differencigi\r\ndiferencija,differencija\r\ndiferencijal,differencijal\r\ndiferencijalnih,differencijalnih\r\ndiferencijavimui,differencijavimui\r\ndiferencimos,differencimos\r\ndiferencirana,differencirana\r\ndiferencis,differencis\r\ndiferenco,differenco\r\ndiferencoj,differencoj\r\ndiferend,differend\r\ndiferendo,differendo\r\ndiferene,differene\r\ndiferenet,different\r\ndiferenr,differenr\r\ndiferenra,differenra\r\ndiferensa,differensa\r\ndiferenses,differenses\r\ndiferensial,differensial\r\ndiferensias,differensias\r\ndiferensiasi,differensiasi\r\ndiferensiate,differentiate\r\ndiferensiated,differentiated\r\ndiferensiates,differentiates\r\ndiferensiating,differentiating\r\ndiferensiation,differentiation\r\ndiferensiations,differentiations\r\ndiferensiyel,differensiyel\r\ndiferent,different\r\ndiferenta,differenta\r\ndiferentao,differentao\r\ndiferentated,differentated\r\ndiferentces,differentces\r\ndiferentcolors,differentcolors\r\ndiferentd,differentd\r\ndiferente,differente\r\ndiferentele,differentele\r\ndiferentely,differentely\r\ndiferentes,differentes\r\ndiferentescuandounconsumidorutilice,differentescuandounconsumidorutilice\r\ndiferentesnaciones,differentesnaciones\r\ndiferentesnombres,differentesnombres\r\ndiferenti,differenti\r\ndiferential,differential\r\ndiferentiala,differentiala\r\ndiferentialities,differentialities\r\ndiferentials,differentials\r\ndiferentiat,differentiat\r\ndiferentiate,differentiate\r\ndiferentiated,differentiated\r\ndiferentiates,differentiates\r\ndiferentiatiate,differentiate\r\ndiferentiatiated,differentiated\r\ndiferentiatiates,differentiates\r\ndiferentiatiating,differentiating\r\ndiferentiatiation,differentiation\r\ndiferentiatiations,differentiations\r\ndiferentiating,differentiating\r\ndiferentiation,differentiation\r\ndiferentiator,differentiator\r\ndiferentiators,differentiators\r\ndiferentiaza,differentiaza\r\ndiferentiezi,differentiezi\r\ndiferentiindu,differentiindu\r\ndiferentis,differentis\r\ndiferentl,differentl\r\ndiferentlly,differentlly\r\ndiferently,differently\r\ndiferentoes,differentoes\r\ndiferentplace,differentplace\r\ndiferents,differents\r\ndiferentu,differentu\r\ndiferenz,differenz\r\ndiferenza,differenza\r\ndiferenzia,differenzia\r\ndiferrence,difference\r\ndiferrences,differences\r\ndiferrene,differene\r\ndiferreneces,differences\r\ndiferrenr,differenr\r\ndiferrent,different\r\ndiferrently,differently\r\ndiferrents,differents\r\ndiffacult,difficult\r\ndiffarenciate,differentiate\r\ndiffarenciated,differentiated\r\ndiffarenciates,differentiates\r\ndiffarenciating,differentiating\r\ndiffarenciation,differentiation\r\ndiffarenciations,differentiations\r\ndiffarene,differene\r\ndiffarensiate,differentiate\r\ndiffarensiated,differentiated\r\ndiffarensiates,differentiates\r\ndiffarensiating,differentiating\r\ndiffarensiation,differentiation\r\ndiffarensiations,differentiations\r\ndiffarent,different\r\ndiffarentiatiate,differentiate\r\ndiffarentiatiated,differentiated\r\ndiffarentiatiates,differentiates\r\ndiffarentiatiating,differentiating\r\ndiffarentiatiation,differentiation\r\ndiffarentiatiations,differentiations\r\ndiffcuilt,difficult\r\ndiffcuilties,difficulties\r\ndiffcuiltly,difficultly\r\ndiffcuilty,difficulty\r\ndiffcult,difficult\r\ndiffculties,difficulties\r\ndiffcultly,difficultly\r\ndiffculty,difficulty\r\ndiffence,difference\r\ndiffenent,definite\r\ndiffenrent,different\r\ndiffent,different\r\ndiffentatly,diffentately\r\ndiffentiation,differentiation\r\ndiffently,differently\r\ndifferance,difference\r\ndifferances,differences\r\ndifferant,different\r\ndifferantiate,differentiate\r\ndifferantiation,differentiation\r\ndifferantly,differently\r\ndifferce,different\r\ndiffere,different\r\ndifferece,difference\r\ndiffereing,dIffering\r\ndifferen,different\r\ndifferencial,differential\r\ndifferenciate,differentiate\r\ndifferenciated,differentiated\r\ndifferenciates,differentiates\r\ndifferenciating,differentiating\r\ndifferenciation,differentiation\r\ndifferenciations,differentiation\r\ndifferencies,differences\r\ndifferend,different\r\ndifferene,differences\r\ndifferenet,different\r\ndifferenly,differently\r\ndifferens,differences\r\ndifferense,differences\r\ndifferensiate,differentiate\r\ndifferensiated,differentiated\r\ndifferensiates,differentiates\r\ndifferensiating,differentiating\r\ndifferensiation,differentiation\r\ndifferensiations,differentiations\r\ndifferentablity,differentability\r\ndifferental,differential\r\ndifferentate,differentiate\r\ndifferentation,differentiation\r\ndifferente,difference\r\ndifferentes,differences\r\ndifferentiabilty,differentiability\r\ndifferentiablity,differentiability\r\ndifferentiantion,differentiation\r\ndifferentiatiate,differentiate\r\ndifferentiatiated,differentiated\r\ndifferentiatiates,differentiates\r\ndifferentiatiating,differentiating\r\ndifferentiatiation,differentiation\r\ndifferentiatiations,differentiations\r\ndifferentiatiors,differentiation\r\ndifferentiaton,differentiation\r\ndifferentitate,differentiate\r\ndifferentitation,differentiation\r\ndifferentl,differential\r\ndifferents,different\r\ndifferenty,differently\r\ndiffereny,differently\r\ndifferenz,difference\r\ndifferernt,different\r\ndifferes,differs\r\ndifferet,different\r\ndifferetn,different\r\ndifferientation,differentiation\r\ndifferintiate,differentiate\r\ndiffernces,differences\r\ndiffernece,difference\r\ndifferneces,differences\r\ndiffernet,different\r\ndiffernetiablity,differnetiability\r\ndiffernetial,differential\r\ndiffernetly,differently\r\ndiffernt,different\r\ndifferntly,differently\r\ndifferred,differed\r\ndifferring,differing\r\ndifferrings,differings\r\ndifferrnt,different\r\ndiffert,different\r\ndifffer,differ\r\ndifficiency,deficiency\r\ndifficuilt,difficult\r\ndifficuilties,difficulties\r\ndifficuiltly,difficultly\r\ndifficuilty,difficulty\r\ndifficule,difficult\r\ndifficulit,difficult\r\ndifficulites,difficulties\r\ndifficulities,difficulties\r\ndifficulitly,difficultly\r\ndifficulity,difficulty\r\ndifficult-tomaintain,difficult-to-maintain\r\ndifficulte,difficulties\r\ndifficultes,difficulties\r\ndifficulting,difficulty\r\ndifficults,difficulties\r\ndifficuly,difficulty\r\ndifficut,difficulty\r\ndifficutlier,difficultier\r\ndifficutlies,difficulties\r\ndifficutliest,difficultiest\r\ndifficutliness,difficultiness\r\ndifficutly,difficulty\r\ndiffinate,definite\r\ndiffinatly,definitely\r\ndiffineatily,definitely\r\ndiffinently,definitely\r\ndiffinetly,definitely\r\ndiffinitly,definitely\r\ndiffintaly,definitely\r\ndiffirence,difference\r\ndiffirences,differences\r\ndiffirenciate,differentiate\r\ndiffirenciated,differentiated\r\ndiffirenciates,differentiates\r\ndiffirenciating,differentiating\r\ndiffirenciation,differentiation\r\ndiffirenciations,differentiations\r\ndiffirencies,differencies\r\ndiffirene,differene\r\ndiffirensiate,differentiate\r\ndiffirensiated,differentiated\r\ndiffirensiates,differentiates\r\ndiffirensiating,differentiating\r\ndiffirensiation,differentiation\r\ndiffirensiations,differentiations\r\ndiffirent,different\r\ndiffirentaite,differentaite\r\ndiffirente,differente\r\ndiffirential,differential\r\ndiffirentials,differentials\r\ndiffirentiate,differentiate\r\ndiffirentiatiate,differentiate\r\ndiffirentiatiated,differentiated\r\ndiffirentiatiates,differentiates\r\ndiffirentiatiating,differentiating\r\ndiffirentiatiation,differentiation\r\ndiffirentiatiations,differentiations\r\ndiffirentiation,differentiation\r\ndiffirently,differently\r\ndiffirents,differents\r\ndiffrenc,differenc\r\ndiffrence,difference\r\ndiffrences,differences\r\ndiffrenciate,differentiate\r\ndiffrenciated,differentiated\r\ndiffrenciates,differentiates\r\ndiffrenciating,differentiating\r\ndiffrenciation,differentiation\r\ndiffrenciations,differentiations\r\ndiffrencies,differencies\r\ndiffrend,differend\r\ndiffrends,differends\r\ndiffrene,differene\r\ndiffrenece,difference\r\ndiffrened,differend\r\ndiffrenent,differennt\r\ndiffrenently,differenntly\r\ndiffrenet,different\r\ndiffrense,differense\r\ndiffrensialbalangseringsfilter,differensialbalangseringsfilter\r\ndiffrensiate,differentiate\r\ndiffrensiated,differentiated\r\ndiffrensiates,differentiates\r\ndiffrensiating,differentiating\r\ndiffrensiation,differentiation\r\ndiffrensiations,differentiations\r\ndiffrent,different\r\ndiffrentation,differentation\r\ndiffrentators,differentators\r\ndiffrente,differente\r\ndiffrentes,differentes\r\ndiffrentfalseceilingdesigns,differentfalseceilingdesigns\r\ndiffrentiable,differentiable\r\ndiffrential,differential\r\ndiffrentials,differentials\r\ndiffrentiate,differentiate\r\ndiffrentiated,differentiated\r\ndiffrentiates,differentiates\r\ndiffrentiatiate,differentiate\r\ndiffrentiatiated,differentiated\r\ndiffrentiatiates,differentiates\r\ndiffrentiatiating,differentiating\r\ndiffrentiatiation,differentiation\r\ndiffrentiatiations,differentiations\r\ndiffrentiating,differentiating\r\ndiffrentiation,differentiation\r\ndiffrentiators,differentiators\r\ndiffrently,differently\r\ndiffrents,differents\r\ndiffrenz,differenz\r\ndiffucties,difficulties\r\ndiffucult,difficult\r\ndiffuculties,difficulties\r\ndiffuculty,difficulty\r\ndiffunt,different\r\ndificuilt,difficult\r\ndificuilties,difficulties\r\ndificuiltly,difficultly\r\ndificuilty,difficulty\r\ndificulit,difficult\r\ndificulities,difficulties\r\ndificulitly,difficultly\r\ndificulity,difficulty\r\ndificult,difficult\r\ndificulties,difficulties\r\ndificultly,difficultly\r\ndificulty,difficulty\r\ndifinate,definite\r\ndifinatioin,difination\r\ndifinatly,definitely\r\ndifine,define\r\ndifined,defined\r\ndifinitely,definitely\r\ndifinition,definition\r\ndifinitions,definitions\r\ndifirenciate,differentiate\r\ndifirenciated,differentiated\r\ndifirenciates,differentiates\r\ndifirenciating,differentiating\r\ndifirenciation,differentiation\r\ndifirenciations,differentiations\r\ndifirensiate,differentiate\r\ndifirensiated,differentiated\r\ndifirensiates,differentiates\r\ndifirensiating,differentiating\r\ndifirensiation,differentiation\r\ndifirensiations,differentiations\r\ndifirentiatiate,differentiate\r\ndifirentiatiated,differentiated\r\ndifirentiatiates,differentiates\r\ndifirentiatiating,differentiating\r\ndifirentiatiation,differentiation\r\ndifirentiatiations,differentiations\r\ndiflouresce,difluoresce\r\ndiflouresced,difluoresced\r\ndiflourescence,difluorescence\r\ndiflourescent,difluorescent\r\ndiflouresces,difluoresces\r\ndiflourescing,difluorescing\r\ndiflouric,difluoric\r\ndiflouridate,difluoridate\r\ndiflouridated,difluoridated\r\ndiflouridates,difluoridates\r\ndiflouridating,difluoridating\r\ndiflouridation,difluoridation\r\ndiflouride,difluoride\r\ndiflourides,difluorides\r\ndiflourine,difluorine\r\ndiflourines,difluorines\r\ndiflouro,difluoro\r\ndifrans,difference\r\ndifrenciate,differentiate\r\ndifrenciated,differentiated\r\ndifrenciates,differentiates\r\ndifrenciating,differentiating\r\ndifrenciation,differentiation\r\ndifrenciations,differentiations\r\ndifrensiate,differentiate\r\ndifrensiated,differentiated\r\ndifrensiates,differentiates\r\ndifrensiating,differentiating\r\ndifrensiation,differentiation\r\ndifrensiations,differentiations\r\ndifrent,different\r\ndifrentiatiate,differentiate\r\ndifrentiatiated,differentiated\r\ndifrentiatiates,differentiates\r\ndifrentiatiating,differentiating\r\ndifrentiatiation,differentiation\r\ndifrentiatiations,differentiations\r\ndifues,defuse\r\ndifuse,diffuse\r\ndifused,diffused\r\ndifusely,diffusely\r\ndifuseness,diffuseness\r\ndifuser,diffuser\r\ndifuserd,diffuserd\r\ndifusers,diffusers\r\ndifuses,diffuses\r\ndifusing,diffusing\r\ndifusion,diffusion\r\ndifusive,diffusive\r\ndiganose,diagnose\r\ndiganosed,diagnosed\r\ndiganosis,diagnosis\r\ndiganostic,diagnostic\r\ndige,dig\r\ndigestable,digestible\r\ndigestablity,digestability\r\ndigeste,digest\r\ndigestg,digest\r\ndigestibilties,digestibilities\r\ndigestibilty,digestibility\r\ndigestiblity,digestibility\r\ndigets,digest\r\ndigetst,digest\r\ndigggers,diggers\r\ndiggggggger,digger\r\ndiggging,digging\r\ndiggin,digging\r\ndigial,digital\r\ndigially,digitally\r\ndigigts,digits\r\ndiging,digging\r\ndigis,digits\r\ndigitaly,digitally\r\ndigitial,digital\r\ndigitially,digitally\r\ndigititization,digitization\r\ndigittaly,digittally\r\ndigitzer,digitizer\r\ndignatary,dignitary\r\ndignitiy,dignity\r\ndignostic,diagnostic\r\ndigresssion,digression\r\ndigresssions,digressions\r\ndigtal,digital\r\ndigts,digits\r\ndiguest,digest\r\ndiguise,disguise\r\ndiguised,disguised\r\ndiguises,disguises\r\ndiguising,disguising\r\ndigust,disgust\r\ndihydrolinalyl,dihydrolinally\r\ndiifferently,differently\r\ndiing,dying\r\ndijest,digest\r\ndijested,digested\r\ndijesting,digesting\r\ndijestion,digestion\r\ndijestive,digestive\r\ndijestives,digestives\r\ndijests,digests\r\ndijktra,Dijkstra\r\ndiks,disks\r\ndilalect,dialect\r\ndilapadated,dilapidated\r\ndileliverabilty,dileliverability\r\ndilema,dilemma\r\ndilemas,dilemmas\r\ndilemmma,dilemma\r\ndilemmmas,dilemmas\r\ndilemna,dilemma\r\ndilemnas,dilemmas\r\ndilenma,dilemma\r\ndilenmas,dilemmas\r\ndilenquite,delinquent\r\ndilered,delivered\r\ndilightful,delightful\r\ndilineation,delineation\r\ndilinquent,delinquent\r\ndilinquint,delinquent\r\ndilirious,delirious\r\ndilived,delivered\r\ndiliverd,delivered\r\ndilivered,delivered\r\ndillapidate,dilapidate\r\ndillapidated,dilapidated\r\ndillapidates,dilapidates\r\ndillapidation,dilapidation\r\ndillema,dilemma\r\ndillemas,dilemmas\r\ndillemma,dilemma\r\ndillemmas,dilemmas\r\ndillemmma,dilemma\r\ndillemmmas,dilemmas\r\ndillemna,dilemma\r\ndillemnas,dilemmas\r\ndillenma,dilemma\r\ndillenmas,dilemmas\r\ndilletante,dilettante\r\ndilligence,diligence\r\ndilligent,diligent\r\ndillute,dilute\r\ndiloag,dialog\r\ndilpoma,diploma\r\ndilverd,delivered\r\ndilvered,delivered\r\ndimand,diamond\r\ndimands,diamonds\r\ndimaond,diamond\r\ndimaonds,diamonds\r\ndimen,diamond\r\ndimend,diamond\r\ndimenensions,dimensions\r\ndimenion,dimension\r\ndimenional,dimensional\r\ndimenionality,dimensionality\r\ndimenionally,dimensionally\r\ndimenions,dimensions\r\ndimenionsality,dimensionality\r\ndimensinal,dimensional\r\ndimensinality,dimensionality\r\ndimensins,dimensions\r\ndimensionals,dimensions\r\ndimensiones,dimensions\r\ndimensionf,dimension\r\ndimensionnal,dimensional\r\ndimensionsal,dimensional\r\ndimensionss,dimensions\r\ndimenson,dimension\r\ndimensonal,dimensional\r\ndimenstion,dimension\r\ndimenstions,dimensions\r\ndimention,dimension\r\ndimentional,dimensional\r\ndimentionality,dimensionality\r\ndimentionally,dimensionally\r\ndimentionless,dimensionless\r\ndimentions,dimensions\r\ndimernd,diamond\r\ndimesion,dimension\r\ndimesions,dimensions\r\ndimesnion,dimension\r\ndimesnional,dimensional\r\ndimesnionality,dimensionality\r\ndimesnionally,dimensionally\r\ndimesnions,dimensions\r\ndimineshes,diminishes\r\ndiminisheds,diminishes\r\ndiminishs,diminishes\r\ndiminising,diminishing\r\ndiminsh,diminish\r\ndiminsihing,diminishing\r\ndiminuition,diminution\r\ndiminuitive,diminutive\r\ndiminuitives,diminutives\r\ndiminuitivity,diminutivity\r\ndiminushing,diminishing\r\ndimished,diminished\r\ndimishes,diminishes\r\ndimissed,dismissed\r\ndimisses,dismisses\r\ndimmabilty,dimmability\r\ndimmablity,dimmability\r\ndimmension,dimension\r\ndimmensions,dimensions\r\ndimmmer,dimmer\r\ndimmming,dimming\r\ndimon,diamond\r\ndimond,diamond\r\ndimonde,diamond\r\ndimonds,diamonds\r\ndimound,diamond\r\ndimounde,diamond\r\ndimulator,simulator\r\ndimunitive,diminutive\r\ndin't,didn't\r\ndina,dinner\r\ndinamic,dynamic\r\ndinamically,dynamically\r\ndinasaur,dinosaur\r\ndinasour,dinosaur\r\ndinasours,dinosaurs\r\ndinasty,dynasty\r\ndind't,didn't\r\ndineing,dining\r\ndingity,dignity\r\ndingled,designed\r\ndiningroom,dining-room\r\ndinne,dinner\r\ndinner-time,dinnertime\r\ndinney,dinner\r\ndinnie,dining\r\ndinnings,dining\r\ndinninr,dinner\r\ndinnner,dinner\r\ndinnners,dinners\r\ndinnning,dinning\r\ndinnnner,dinner\r\ndinnr,dinner\r\ndinnu,dinner\r\ndinon,diamond\r\ndinosar,dinosaur\r\ndinosaures,dinosaurs\r\ndinosaurios,dinosaurs\r\ndinosaurus,dinosaurs\r\ndinosaus,dinosaurs\r\ndinosuar,dinosaur\r\ndinosuars,dinosaurs\r\ndinsoaur,dinosaur\r\ndinsoaurs,dinosaurs\r\ndinte,date\r\ndiocease,diocese\r\ndioceese,diocese\r\ndiocesse,diocese\r\ndioman,diamond\r\ndiong,doing\r\ndionig,dining\r\ndionsaur,dinosaur\r\ndionsaurs,dinosaurs\r\ndiosesan,diocesan\r\ndiosese,diocese\r\ndioseses,dioceses\r\ndipartcer,departure\r\ndiparture,departure\r\ndipatcher,dispatcher\r\ndipections,depictions\r\ndiphteria,diphtheria\r\ndiphtong,diphthong\r\ndiphtongs,diphthongs\r\ndiplay,display\r\ndiplayed,displayed\r\ndiplimatic,diplomatic\r\ndiplomacia,diplomatic\r\ndiplomancy,diplomacy\r\ndiplomatisch,diplomatic\r\ndiplomma,diploma\r\ndipolma,diploma\r\ndipolmatic,diplomatic\r\ndiposal,disposal\r\ndipose,dispose\r\ndiposes,disposes\r\ndippping,dipping\r\ndippppping,dipping\r\ndipslay,display\r\ndipslayed,displayed\r\ndipsplays,displays\r\ndiptheria,diphtheria\r\ndipthong,diphthong\r\ndipthongs,diphthongs\r\ndiraction,direction\r\ndiractly,directly\r\ndiractory,directory\r\ndirbble,dribble\r\ndircetly,directly\r\ndircrectional,directional\r\ndirction,direction\r\ndirctory,directory\r\ndireaction,direction\r\ndireccional,directional\r\ndirecetion,direction\r\ndirecetory,directory\r\ndirecgtory,directory\r\ndireciton,direction\r\ndirecitonal,directional\r\ndirecitve,directive\r\ndirecitves,directives\r\ndirecive,directive\r\ndirecltly,directly\r\ndireclty,directly\r\ndirecly,directly\r\ndirecories,directories\r\ndirecorty,directory\r\ndirecory,directory\r\ndirecoties,directories\r\ndirecotires,directories\r\ndirecotries,directories\r\ndirecotry's,directory's\r\ndirecotry,directory\r\ndirecotyr,directory\r\ndirecreatey,directory\r\ndirecrory,directory\r\ndirecrtion,direction\r\ndirecstiosn,direcstions\r\ndirect-keybindin,direct-keybinding\r\ndirectaly,directally\r\ndirectely,directly\r\ndirecter,director\r\ndirecterd,directord\r\ndirecteregarder,directoregarder\r\ndirecterix,directorix\r\ndirecters,directors\r\ndirectery,directory\r\ndirectin,directions\r\ndirectinla,directional\r\ndirectino,direction\r\ndirectio,direction\r\ndirectioin,direction\r\ndirectiom,direction\r\ndirectiona,directions\r\ndirectionaly,directionally\r\ndirectionl,directional\r\ndirectionnal,directional\r\ndirectiosn,directions\r\ndirectiry,directory\r\ndirectiv,directive\r\ndirectivos,directions\r\ndirectix,directx\r\ndirectlly,directly\r\ndirectlt,directly\r\ndirectluy,directly\r\ndirectlys,directly\r\ndirectoies,directories\r\ndirectoin,direction\r\ndirectoiries,directories\r\ndirectoly,directly\r\ndirecton,direction\r\ndirectores,directors\r\ndirectorguy,directory\r\ndirectoried,directories\r\ndirectorios,directors\r\ndirectorires,directories\r\ndirectorirs,directories\r\ndirectoris,directories\r\ndirectorsis,directors is\r\ndirectorty,directory\r\ndirectoryg,directory\r\ndirectoryies,directories\r\ndirectorys,directors\r\ndirectorysituation,directory\r\ndirectos,directors\r\ndirectoties,directories\r\ndirectoty,directory\r\ndirectoy,directory\r\ndirectpry,directory\r\ndirectries,directories\r\ndirectrive,directive\r\ndirectroy,directory\r\ndirectrx,directx\r\ndirectry,directory\r\ndirectsong,directions\r\ndirecty,directly\r\ndirectyly,directly\r\ndirecyly,directly\r\ndiredtly,directly\r\ndireectories,directories\r\ndireectory,directory\r\ndirektional,directional\r\ndirenk,drink\r\ndirerent,different\r\ndires,dinners\r\ndiretcory,directory\r\ndiretcx,directx\r\ndiretive,directive\r\ndiretives,directives\r\ndiretly,directly\r\ndiretories,directories\r\ndiretory,directory\r\ndirettorio,directory\r\ndirextors,directors\r\ndirft,drift\r\ndirfting,drifting\r\ndirivation,derivation\r\ndirivations,derivations\r\ndirivative,derivative\r\ndirive,derive\r\ndirived,derived\r\ndirives,derives\r\ndiriving,deriving\r\ndirmend,diamond\r\ndiroctory,directory\r\ndirrect,direct\r\ndirrectly,directly\r\ndirrectory,directory\r\ndirstibuted,distributed\r\ndirtt,dirt\r\ndirtyness,dirtiness\r\ndirve,drive\r\ndirven,driven\r\ndirver,driver\r\ndirvers,drivers\r\ndiry,dirty\r\ndisaapoint,disappoint\r\ndisaapointed,dissapointed\r\ndisaapointment,disappointment\r\ndisabayed,disobeyed\r\ndisabed,disabled\r\ndisabeld,disabled\r\ndisabeling,disabling\r\ndisabelled,disabled\r\ndisabels,disables\r\ndisabilites,disabilities\r\ndisabillities,disabilities\r\ndisabillity,disability\r\ndisabillty,disability\r\ndisabilties,disabilities\r\ndisabilty,disability\r\ndisabl,disable\r\ndisable-authentcation,disable-authentication\r\ndisableable,disable\r\ndisableconnected,disconnected\r\ndisableds,disables\r\ndisablilities,disabilities\r\ndisablility,disability\r\ndisablilties,disabilities\r\ndisablilty,disability\r\ndisablimg,disabling\r\ndisablities,disabilities\r\ndisablity,disability\r\ndisablle,disable\r\ndisaccoaite,disassociate\r\ndisactivated,deactivated\r\ndisactivates,deactivates\r\ndisadance,dissidence\r\ndisadant,dissident\r\ndisadants,dissidents\r\ndisadence,dissidence\r\ndisadent,dissident\r\ndisadents,dissidents\r\ndisadvandage,disadvantaged\r\ndisadvandages,disadvantaged\r\ndisadvantadge,disadvantaged\r\ndisadvanteged,disadvantaged\r\ndisadvanteges,disadvantages\r\ndisadvantge,disadvantage\r\ndisadvantged,disadvantaged\r\ndisadvantges,disadvantages\r\ndisadvatages,disadvantages\r\ndisadvatange,disadvantage\r\ndisadvatanges,disadvantages\r\ndisadvatedge,disadvantage\r\ndisadventage,disadvantage\r\ndisadventaged,disadvantaged\r\ndisadventages,disadvantages\r\ndisaggre,disagree\r\ndisaggreaget,disaggregate\r\ndisaggreagte,disaggregate\r\ndisaggreeing,disagreeing\r\ndisaggrement,disagreement\r\ndisagre,disagree\r\ndisagreable,disagreeable\r\ndisagred,disagreed\r\ndisagreeed,disagreed\r\ndisagreemet,disagreements\r\ndisagreemtn,disagreements\r\ndisagremeent,disagreements\r\ndisagrement,disagreement\r\ndisagres,disagrees\r\ndisaiblities,disaibilities\r\ndisaiblity,disaibility\r\ndisalbe,disable\r\ndisalbed,disabled\r\ndisale,disable\r\ndisales,disables\r\ndisallusioned,disillusioned\r\ndisambguate,disambiguate\r\ndisambigutation,disambiguation\r\ndisaned,designed\r\ndisantangles,disentangles\r\ndisantangling,disentangling\r\ndisapantment,disappointment\r\ndisapear,disappear\r\ndisapeareance,disappearance\r\ndisapeareances,disappearances\r\ndisapeared,disappeared\r\ndisapearence,disappearance\r\ndisapearences,disappearances\r\ndisapearing,disappearing\r\ndisapears,disappears\r\ndisaperance,disappearance\r\ndisaperances,disappearances\r\ndisapint,disappoint\r\ndisapiont,disappoint\r\ndisapiontment,disappointment\r\ndisapline,discipline\r\ndisaply,display\r\ndisapoint,disappoint\r\ndisapointed,disappointed\r\ndisapointedabout,disappointedabout\r\ndisapointedly,disappointedly\r\ndisapointees,disappointees\r\ndisapointef,disappointef\r\ndisapointement,disappointement\r\ndisapointing,disappointing\r\ndisapointingly,disappointingly\r\ndisapointment,disappointment\r\ndisapointments,disappointments\r\ndisapointmentt,disappointmentt\r\ndisapointmentville,disappointmentville\r\ndisapointmentyua,disappointmentyua\r\ndisapoints,disappoints\r\ndisapont,disappoint\r\ndisapontment,disappointment\r\ndisappea,disappear\r\ndisappearandce,DisAppearance\r\ndisappearandces,DisAppearances\r\ndisappearandcie,DisAppearancie\r\ndisappearandcies,DisAppearancies\r\ndisappearandcy,DisAppearancy\r\ndisappearandt,DisAppearant\r\ndisappearandtly,DisAppearantly\r\ndisappearandts,DisAppearants\r\ndisappeard,disappeared\r\ndisappeareance,disappearance\r\ndisappeareances,disappearances\r\ndisappearence,disappearance\r\ndisappearences,disappearances\r\ndisappearencie,DisAppearancie\r\ndisappearencies,DisAppearancies\r\ndisappearency,DisAppearancy\r\ndisappearent,DisAppearant\r\ndisappearently,DisAppearantly\r\ndisappearents,DisAppearants\r\ndisappearnace,disappearance\r\ndisappearnce,disappearance\r\ndisappearred,disappeared\r\ndisappearring,disappearing\r\ndisappeas,disappears\r\ndisapperaing,disappearing\r\ndisapperance,disappearance\r\ndisapperances,disappearances\r\ndisapperead,disappeared\r\ndisappered,disappeared\r\ndisappiont,disappoint\r\ndisappionted,disappointed\r\ndisappionter,disappointer\r\ndisappionters,disappointers\r\ndisappionting,disappointing\r\ndisappiontment,disappointment\r\ndisappiontments,disappointments\r\ndisappionts,disappoints\r\ndisappment,disappointment\r\ndisappoinment,disappointment\r\ndisappointly,disappointment\r\ndisappointmint,disappointment\r\ndisappointmont,disappointment\r\ndisapporval,disapproval\r\ndisapprearance,disappearance\r\ndisapprearances,disappearances\r\ndisapproovable,disapprovable\r\ndisapproovably,disapprovably\r\ndisapprooval,disapproval\r\ndisapproove,disapprove\r\ndisapprooved,disapproved\r\ndisapprooven,disapproven\r\ndisapproover,disapprover\r\ndisapprooves,disapproves\r\ndisapprooving,disapproving\r\ndisapprovel,disapproval\r\ndisaprearance,disappearance\r\ndisaprearances,disappearances\r\ndisaprity,disparity\r\ndisaproval,disapproval\r\ndisaprove,disapprove\r\ndisasemble,disassemble\r\ndisasembled,disassembled\r\ndisasembler,disassembler\r\ndisasembles,disassembles\r\ndisasembly,disassembly\r\ndisaspoint,DisAppoint\r\ndisaspointed,dissapointed\r\ndisasppoint,disappoint\r\ndisasppointed,disappointed\r\ndisasppointing,disappointing\r\ndisasppointment,disappointment\r\ndisasssembly,disassembly\r\ndisasterous,disastrous\r\ndisasterously,disastrously\r\ndisastisfied,dissatisfied\r\ndisastorus,disastrous\r\ndisastreous,disastrous\r\ndisastrious,disastrous\r\ndisastros,disastrous\r\ndisastrosa,disastrous\r\ndisastrose,disastrous\r\ndisastrosi,disastrous\r\ndisastroso,disastrous\r\ndisastruous,disastrous\r\ndisater,disaster\r\ndisaterous,disastrous\r\ndisation,destination\r\ndisatisfaction,dissatisfaction\r\ndisatisfactions,dissatisfactions\r\ndisatisfication,dissatisfication\r\ndisatisfid,dissatisfid\r\ndisatisfied,dissatisfied\r\ndisatisfy,dissatisfy\r\ndisatisfying,dissatisfying\r\ndisatisfyingly,dissatisfyingly\r\ndisatissfied,dissatisfied\r\ndisatpointment,disappointment\r\ndisatrous,disastrous\r\ndisatrously,disastrously\r\ndisatvantage,disadvantage\r\ndisatvantaged,disadvantaged\r\ndisatvantages,disadvantages\r\ndisavowwing,disavowing\r\ndisbale,disable\r\ndisbaled,disabled\r\ndisbales,disables\r\ndisbaling,disabling\r\ndisbeautifull,DisBeautiful\r\ndisbeautifullly,DisBeautifully\r\ndisbeautifullness,DisBeautifulness\r\ndisbeautifulls,DisBeautifuls\r\ndisbeleief,disbelief\r\ndisbeleiefs,disbeliefs\r\ndisbeleievable,disbelievable\r\ndisbeleievably,disbelievably\r\ndisbeleieve,disbelieve\r\ndisbeleieveability,disbelievability\r\ndisbeleieveable,disbelievable\r\ndisbeleieveably,disbelievably\r\ndisbeleieved,disbelieved\r\ndisbeleieveing,disbelieving\r\ndisbeleiever,disbeliever\r\ndisbeleieverd,disbelieverd\r\ndisbeleievers,disbelievers\r\ndisbeleieves,disbelieves\r\ndisbeleieving,disbelieving\r\ndisbeleif,disbelief\r\ndisbeleifs,disbeliefs\r\ndisbeleivable,disbelievable\r\ndisbeleivably,disbelievably\r\ndisbeleive,disbelieve\r\ndisbeleiveability,disbelievability\r\ndisbeleiveable,disbelievable\r\ndisbeleiveably,disbelievably\r\ndisbeleived,disbelieved\r\ndisbeleiveing,disbelieving\r\ndisbeleiver,disbeliever\r\ndisbeleiverd,disbelieverd\r\ndisbeleivers,disbelievers\r\ndisbeleives,disbelieves\r\ndisbeleiving,disbelieving\r\ndisbelievablity,disbelievability\r\ndisbelieveability,disbelievability\r\ndisbelieveable,disbelievable\r\ndisbelieveably,disbelievably\r\ndisbelieveing,disbelieving\r\ndisbelif,disbelief\r\ndisbelife,disbelief\r\ndisbeliveability,disbelievability\r\ndisbeliveable,disbelievable\r\ndisbeliveably,disbelievably\r\ndisbeliveing,disbelieving\r\ndisbled,disabled\r\ndisbling,disabling\r\ndisbution,distribution\r\ndiscaimer,disclaimer\r\ndiscalimer,disclaimer\r\ndiscapline,discipline\r\ndiscare,discarded\r\ndiscared,discarded\r\ndiscarefull,DisCareful\r\ndiscarefullly,DisCarefully\r\ndiscarefullness,DisCarefulness\r\ndiscarefulls,DisCarefuls\r\ndiscareing,DisCaring\r\ndiscareings,DisCarings\r\ndiscepline,discipline\r\ndisception,discretion\r\ndiscertation,dissertation\r\ndiscertfication,DisCertification\r\ndiscertficaton,DisCertification\r\ndiscetion,discretion\r\ndischangability,dischangeability\r\ndischangable,dischangeable\r\ndischangably,dischangeably\r\ndischangebility,dischangeability\r\ndischangeble,dischangeable\r\ndischangebly,dischangeably\r\ndischangibility,dischangeability\r\ndischangible,dischangeable\r\ndischangibly,dischangeably\r\ndischard,discharged\r\ndischarded,discharged\r\ndischare,discharged\r\ndischargability,dischargeability\r\ndischargable,dischargeable\r\ndischargably,dischargeably\r\ndischargeabilty,dischargeability\r\ndischargeablity,dischargeability\r\ndischargebility,dischargeability\r\ndischargeble,dischargeable\r\ndischargebly,dischargeably\r\ndischargibility,dischargeability\r\ndischargible,dischargeable\r\ndischargibly,dischargeably\r\ndischeerfull,DisCheerful\r\ndischeerfullly,DisCheerfully\r\ndischeerfullness,DisCheerfulness\r\ndischeerfulls,DisCheerfuls\r\ndiscidedly,decidedly\r\ndiscinct,distinct\r\ndisciniplary,disciplinary\r\ndiscionary,dictionary\r\ndisciplanary,disciplinary\r\ndisciplen,disciplines\r\ndisciplenary,disciplinary\r\ndisciplened,disciplined\r\ndisciplers,disciples\r\ndisciplies,disciplines\r\ndisciplin,discipline\r\ndisciplinairy,disciplinary\r\ndisciplinare,discipline\r\ndisciplinas,disciplines\r\ndisciplince,disciplines\r\ndisciplind,disciplined\r\ndisciplinera,disciplinary\r\ndisciplinerad,disciplined\r\ndisciplinery,disciplinary\r\ndiscipliniary,disciplinary\r\ndisciplins,disciplines\r\ndisciplyn,discipline\r\ndisciprine,discipline\r\ndiscite,discrete\r\ndisclamer,disclaimer\r\ndisclamier,disclaimer\r\ndisclassfication,DisClassification\r\ndisclassficaton,DisClassification\r\ndisclayment,disclaimer\r\ndiscliam,disclaim\r\ndiscliamed,disclaimed\r\ndiscliamer,disclaimer\r\ndiscliamers,disclaimers\r\ndiscliaming,disclaiming\r\ndiscliams,disclaims\r\ndisclipinary,disciplinary\r\ndisclipine,discipline\r\ndisclipined,disciplined\r\ndisclipines,disciplines\r\ndisclosue,disclosure\r\ndiscloure,disclosure\r\ndisclousre,disclosure\r\ndisclsoure,disclosure\r\ndiscograhy,discography\r\ndiscograp,discograph\r\ndiscograpies,discographies\r\ndiscograpy,discography\r\ndiscogrophy,discography\r\ndiscogrpahy,discography\r\ndiscointinued,discontinued\r\ndiscoloratoin,discoloration\r\ndiscoloua,discoloura\r\ndiscolouation,discolouration\r\ndiscoloub,discolourb\r\ndiscolouc,discolourc\r\ndiscoloud,discolourd\r\ndiscoloue,discoloure\r\ndiscoloued,discoloured\r\ndiscolouf,discolourf\r\ndiscoloug,discolourg\r\ndiscolouh,discolourh\r\ndiscoloui,discolouri\r\ndiscolouj,discolourj\r\ndiscolouk,discolourk\r\ndiscoloul,discolourl\r\ndiscoloun,discolourn\r\ndiscolouo,discolouro\r\ndiscoloup,discolourp\r\ndiscolouq,discolourq\r\ndiscolous,discolours\r\ndiscolout,discolourt\r\ndiscolouu,discolouru\r\ndiscolouv,discolourv\r\ndiscolse,disclose\r\ndiscolsure,disclosure\r\ndisconect,disconnect\r\ndisconected,disconnected\r\ndisconecting,disconnecting\r\ndisconection,disconnection\r\ndisconections,disconnections\r\ndisconective,disconnective\r\ndisconectives,disconnectives\r\ndisconector,disconnector\r\ndisconectors,disconnectors\r\ndisconects,disconnects\r\ndisconenct,disconnect\r\ndisconencted,disconnected\r\ndisconencts,disconnects\r\ndisconncet,disconnects\r\ndisconnectes,disconnects\r\ndisconnectme,disconnected\r\ndisconnectus,disconnects\r\ndisconnet,disconnect\r\ndisconneted,disconnected\r\ndisconneting,disconnecting\r\ndisconnets,disconnects\r\ndisconnnect,disconnect\r\ndisconstiinal,discontinual\r\ndisconstiinally,discontinually\r\ndisconstiination,discontinuation\r\ndisconstiinations,discontinuations\r\ndisconstiine,discontinue\r\ndisconstiined,discontinued\r\ndisconstiines,discontinues\r\ndisconstiining,discontinuing\r\ndisconstiinity,discontinuity\r\ndisconstiinous,discontinuous\r\ndisconstiinously,discontinuously\r\ndisconstinual,discontinual\r\ndisconstinually,discontinually\r\ndisconstinuation,discontinuation\r\ndisconstinuations,discontinuations\r\ndisconstinue,discontinue\r\ndisconstinued,discontinued\r\ndisconstinues,discontinues\r\ndisconstinuing,discontinuing\r\ndisconstinuity,discontinuity\r\ndisconstinuous,discontinuous\r\ndisconstinuously,discontinuously\r\ndiscontect,disconnect\r\ndiscontects,disconnects\r\ndiscontenuity,discontinuity\r\ndiscontinal,discontinual\r\ndiscontinally,discontinually\r\ndiscontination,discontinuation\r\ndiscontinations,discontinuations\r\ndiscontine,discontinue\r\ndiscontined,discontinued\r\ndiscontines,discontinues\r\ndiscontining,discontinuing\r\ndiscontinity,discontinuity\r\ndiscontinous,discontinuous\r\ndiscontinously,discontinuously\r\ndiscontinueing,discontinuing\r\ndiscontinueings,discontinuings\r\ndiscontinuos,discontinuous\r\ndiscontinuosly,discontinuously\r\ndiscontinuted,discontinued\r\ndiscontiual,discontinual\r\ndiscontiually,discontinually\r\ndiscontiue,discontinue\r\ndiscontiued,discontinued\r\ndiscontiues,discontinues\r\ndiscontiuing,discontinuing\r\ndiscontiuned,discontinued\r\ndiscontiuous,discontinuous\r\ndiscontiuously,discontinuously\r\ndiscontnual,discontinual\r\ndiscontnually,discontinually\r\ndiscontnuation,discontinuation\r\ndiscontnuations,discontinuations\r\ndiscontnue,discontinue\r\ndiscontnued,discontinued\r\ndiscontnues,discontinues\r\ndiscontnuing,discontinuing\r\ndiscontnuity,discontinuity\r\ndiscontnuous,discontinuous\r\ndiscontnuously,discontinuously\r\ndiscontued,discounted\r\ndiscorage,discourage\r\ndiscoraged,discouraged\r\ndiscoragee,discourage\r\ndiscorageed,discouraged\r\ndiscorageer,discourager\r\ndiscorageers,discouragers\r\ndiscoragees,discourages\r\ndiscorageing,discouraging\r\ndiscorageingly,discouragingly\r\ndiscorager,discourager\r\ndiscoragers,discouragers\r\ndiscorages,discourages\r\ndiscoraging,discouraging\r\ndiscoragingly,discouragingly\r\ndiscoruage,discourages\r\ndiscorvery,discovery\r\ndiscosure,discourse\r\ndiscoteque,discothèque\r\ndiscoteques,discothèques\r\ndiscotheque,discothèque\r\ndiscotheques,discothèques\r\ndiscothéque,discothèque\r\ndiscothéques,discothèques\r\ndiscothêque,discothèque\r\ndiscothêques,discothèques\r\ndiscotéque,discothèque\r\ndiscotéques,discothèques\r\ndiscotêque,discothèque\r\ndiscotêques,discothèques\r\ndiscound,discounted\r\ndiscountiinal,discontinual\r\ndiscountiinally,discontinually\r\ndiscountiination,discontinuation\r\ndiscountiinations,discontinuations\r\ndiscountiine,discontinue\r\ndiscountiined,discontinued\r\ndiscountiines,discontinues\r\ndiscountiining,discontinuing\r\ndiscountiinity,discontinuity\r\ndiscountiinous,discontinuous\r\ndiscountiinously,discontinuously\r\ndiscountined,discontinued\r\ndiscountinual,discontinual\r\ndiscountinually,discontinually\r\ndiscountinuation,discontinuation\r\ndiscountinuations,discontinuations\r\ndiscountinue,discontinue\r\ndiscountinued,discontinued\r\ndiscountinues,discontinues\r\ndiscountinuing,discontinuing\r\ndiscountinuity,discontinuity\r\ndiscountinuous,discontinuous\r\ndiscountinuously,discontinuously\r\ndiscounts options,discount options\r\ndiscouragee,discourage\r\ndiscourageed,discouraged\r\ndiscourageer,discourager\r\ndiscourageers,discouragers\r\ndiscouragees,discourages\r\ndiscourageing,discouraging\r\ndiscourageingly,discouragingly\r\ndiscourauged,discouraged\r\ndiscources,discourse\r\ndiscoure,discourse\r\ndiscourgae,discourages\r\ndiscourge,discourage\r\ndiscourged,discouraged\r\ndiscourgee,discourage\r\ndiscourgeed,discouraged\r\ndiscourgeer,discourager\r\ndiscourgeers,discouragers\r\ndiscourgees,discourages\r\ndiscourgeing,discouraging\r\ndiscourgeingly,discouragingly\r\ndiscourger,discourager\r\ndiscourgers,discouragers\r\ndiscourges,discourages\r\ndiscourging,discouraging\r\ndiscourgingly,discouragingly\r\ndiscourteuos,discourteous\r\ndiscourtious,discourteous\r\ndiscourtuos,discourteous\r\ndiscouting,discounting\r\ndiscoved,discovered\r\ndiscoverabillity,discoverability\r\ndiscoverabilty,discoverability\r\ndiscoverablility,discoverability\r\ndiscoverablity,discoverability\r\ndiscoverd,discovered\r\ndiscovere,discoveries\r\ndiscovererd,discovered\r\ndiscoveres,discovers\r\ndiscoverred,discovered\r\ndiscoveryd,discovered\r\ndiscoverys,discovers\r\ndiscoving,discovering\r\ndiscplin,discipline\r\ndiscplind,disciplined\r\ndiscpline,discipline\r\ndiscplined,disciplined\r\ndiscplines,disciplines\r\ndiscplins,disciplines\r\ndiscrapency,discrepancy\r\ndiscrase,disgrace\r\ndiscration,discretion\r\ndiscreation,discretion\r\ndiscreationed,discretion\r\ndiscreciant,discretion\r\ndiscrecion,discretion\r\ndiscrecision,discretion\r\ndiscreddit,discredited\r\ndiscredid,discredited\r\ndiscreditied,discredited\r\ndiscreditted,discredited\r\ndiscreetion,discretion\r\ndiscregation,discretion\r\ndiscrepany,discrepancy\r\ndiscrepencies,discrepancies\r\ndiscrepency,discrepancy\r\ndiscrepensies,discrepancies\r\ndiscrepensy,discrepancy\r\ndiscreshen,discretion\r\ndiscreshtion,discretion\r\ndiscresion,discretion\r\ndiscresione,discretion\r\ndiscression,discretion\r\ndiscrestion,discretion\r\ndiscret,discretion\r\ndiscretiant,discretion\r\ndiscreting,discretion\r\ndiscretited,discredited\r\ndiscreto,discretion\r\ndiscribe,describe\r\ndiscribed,described\r\ndiscribes,describes\r\ndiscribing,describing\r\ndiscricent,discretion\r\ndiscricion,discretion\r\ndiscrimanatory,discriminatory\r\ndiscrimante,discriminate\r\ndiscrimanted,discriminated\r\ndiscrimianted,discriminated\r\ndiscrimiate,discriminate\r\ndiscriminabilty,discriminability\r\ndiscriminacion,discrimination\r\ndiscriminante,discriminate\r\ndiscriminare,discriminate\r\ndiscriminatie,discriminate\r\ndiscriminatin,discrimination\r\ndiscriminatioin,discrimination\r\ndiscriminatoin,discrimination\r\ndiscriminatoire,discriminate\r\ndiscriminatorie,discriminate\r\ndiscrimine,discriminate\r\ndiscriminitory,discriminatory\r\ndiscriminted,discriminated\r\ndiscription,description\r\ndiscriptions,descriptions\r\ndiscriptive,descriptive\r\ndiscritation,discretion\r\ndiscrition,discretion\r\ndiscritione,discretion\r\ndiscritize,discretize\r\ndiscriution,discretion\r\ndiscrouage,discourages\r\ndiscrption,discretion\r\ndiscrushion,discretion\r\ndiscrusion,discretion\r\ndiscrussion,discretion\r\ndiscrustaceuos,DisCrustaceous\r\ndiscrustacious,DisCrustaceous\r\ndiscrustacuos,DisCrustaceous\r\ndiscsussions,discussions\r\ndisctinct,distinct\r\ndisctinction,distinction\r\ndisctinctive,distinctive\r\ndisctinctly,distinctly\r\ndiscting,distinct\r\ndisctintions,distinctions\r\ndisctionary,dictionary\r\ndiscualified,disqualified\r\ndiscuess,discuss\r\ndiscuse,discuss\r\ndiscused,discussed\r\ndiscushed,distinguished\r\ndiscusing,discussing\r\ndiscusion,discussion\r\ndiscusison,discussions\r\ndiscussin,discussion\r\ndiscussiong,discussing\r\ndiscusssed,discussed\r\ndiscusssing,discussing\r\ndiscusssion,discussions\r\ndiscusssions,discussions\r\ndiscust,disgust\r\ndiscusted,disgusted\r\ndiscusting,discussing\r\ndiscustingly,disgustingly\r\ndiscustion,discussion\r\ndiscusttion,discussion\r\ndiscutaneuos,DisCutaneous\r\ndiscutanious,DisCutaneous\r\ndiscutanuos,DisCutaneous\r\ndiscutions,discussions\r\ndiscvery,discovery\r\ndiscvoering,discovering\r\ndiscvoery,discovery\r\ndisdanceing,DisDancing\r\ndisdanceings,DisDancings\r\ndisdareing,DisDaring\r\ndisdareings,DisDarings\r\ndisdiveing,DisDiving\r\ndisdiveings,DisDivings\r\ndisdriveing,DisDriving\r\ndisdriveings,DisDrivings\r\ndisdvantage,disadvantage\r\ndisect,dissect\r\ndisectd,dissectd\r\ndisecte,dissecte\r\ndisected,dissected\r\ndisecter,dissecter\r\ndisecters,dissecters\r\ndisectes,dissectes\r\ndisecting,dissecting\r\ndisection,bisection\r\ndisections,dissections\r\ndisector,dissector\r\ndisectors,dissectors\r\ndisects,dissects\r\ndisedance,dissidence\r\ndisedant,dissident\r\ndisedants,dissidents\r\ndisedence,dissidence\r\ndisedent,dissident\r\ndisedents,dissidents\r\ndisek,disk\r\ndiselectrfication,DisElectrification\r\ndiselectrficaton,DisElectrification\r\ndisembared,disbanded\r\ndisembl,dissembl\r\ndisembld,dissembld\r\ndisemble,dissemble\r\ndisembled,dissembled\r\ndisembler,dissembler\r\ndisemblers,dissemblers\r\ndisembles,dissembles\r\ndisembling,dissembling\r\ndisemblion,dissemblion\r\ndisemblions,dissemblions\r\ndisemblor,dissemblor\r\ndisemblors,dissemblors\r\ndisembls,dissembls\r\ndiseminat,disseminat\r\ndiseminatd,disseminatd\r\ndiseminate,disseminate\r\ndiseminated,disseminated\r\ndiseminater,disseminater\r\ndiseminaters,disseminaters\r\ndiseminates,disseminates\r\ndiseminating,disseminating\r\ndisemination,dissemination\r\ndiseminations,disseminations\r\ndiseminator,disseminator\r\ndiseminators,disseminators\r\ndiseminats,disseminats\r\ndisenchanged,disenchanted\r\ndisend,designed\r\ndisengagment,disengagement\r\ndisengagments,disengagements\r\ndisenged,designed\r\ndisengenuous,disingenuous\r\ndisenginuous,disingenuous\r\ndisension,dissension\r\ndisensiond,dissensiond\r\ndisensione,dissensione\r\ndisensioned,dissensioned\r\ndisensioner,dissensioner\r\ndisensioners,dissensioners\r\ndisensiones,dissensiones\r\ndisensioning,dissensioning\r\ndisensionion,dissensionion\r\ndisensionions,dissensionions\r\ndisensionor,dissensionor\r\ndisensionors,dissensionors\r\ndisensions,dissensions\r\ndisensitized,desensitized\r\ndisenstion,destination\r\ndisent,dissent\r\ndisentagle,disentangle\r\ndisentagled,disentangled\r\ndisentaglement,disentanglement\r\ndisentaglements,disentanglements\r\ndisentagles,disentangles\r\ndisentd,dissentd\r\ndisente,dissente\r\ndisented,dissented\r\ndisenter,dissenter\r\ndisenters,dissenters\r\ndisentes,dissentes\r\ndisenting,dissenting\r\ndisention,dissention\r\ndisentions,dissentions\r\ndisentor,dissentor\r\ndisentors,dissentors\r\ndisentry,dysentery\r\ndisents,dissents\r\ndisepoit,disappoint\r\ndiserable,desirable\r\ndiseresion,discretion\r\ndiserpoint,disappoint\r\ndisert,dissert\r\ndisertat,dissertat\r\ndisertatd,dissertatd\r\ndisertate,dissertate\r\ndisertated,dissertated\r\ndisertater,dissertater\r\ndisertaters,dissertaters\r\ndisertates,dissertates\r\ndisertating,dissertating\r\ndisertation,dissertation\r\ndisertations,dissertations\r\ndisertator,dissertator\r\ndisertators,dissertators\r\ndisertats,dissertats\r\ndisertd,dissertd\r\ndiserte,disserte\r\ndiserted,disserted\r\ndiserter,disserter\r\ndiserters,disserters\r\ndisertes,dissertes\r\ndiserting,disserting\r\ndisertion,dissertion\r\ndisertions,dissertions\r\ndisertor,dissertor\r\ndisertors,dissertors\r\ndiserts,disserts\r\ndiserv,disserv\r\ndiservd,disservd\r\ndiserve,disserve\r\ndiserved,disserved\r\ndiserver,disserver\r\ndiservers,disservers\r\ndiserves,disserves\r\ndiservic,disservic\r\ndiservicd,disservicd\r\ndiservice,disservice\r\ndiserviced,disserviced\r\ndiservicer,disservicer\r\ndiservicers,disservicers\r\ndiservices,disservices\r\ndiservicing,disservicing\r\ndiservicion,disservicion\r\ndiservicions,disservicions\r\ndiservicor,disservicor\r\ndiservicors,disservicors\r\ndiservics,disservics\r\ndiserving,disserving\r\ndiservion,disservion\r\ndiservions,disservions\r\ndiservor,disservor\r\ndiservors,disservors\r\ndiservs,disservs\r\ndisestablishement,disestablishment\r\ndisetshed,distinguished\r\ndiseventfull,DisEventful\r\ndiseventfullly,DisEventfully\r\ndiseventfullness,DisEventfulness\r\ndiseventfulls,DisEventfuls\r\ndisever,dissever\r\ndiseverd,disseverd\r\ndisevere,dissevere\r\ndisevered,dissevered\r\ndiseverer,disseverer\r\ndiseverers,disseverers\r\ndiseveres,disseveres\r\ndisevering,dissevering\r\ndiseverion,disseverion\r\ndiseverions,disseverions\r\ndiseveror,disseveror\r\ndiseverors,disseverors\r\ndisevers,dissevers\r\ndisexpereince,DisExperience\r\ndisexpereinced,DisExperienced\r\ndisexperiance,DisExperience\r\ndisexperianced,DisExperienced\r\ndisexperitence,DisExperience\r\ndisexperitenced,DisExperienced\r\ndisfeatureing,DisFeaturing\r\ndisfeatureings,DisFeaturings\r\ndisfellowshippped,disfellowshipped\r\ndisforceing,DisForcing\r\ndisforceings,DisForcings\r\ndisfortfication,DisFortification\r\ndisfortficaton,DisFortification\r\ndisfuction,disfunction\r\ndisfuctional,disfunctional\r\ndisfuntion,disfunction\r\ndisfuntional,disfunctional\r\ndisfuntioncialis,disfunctioncialis\r\ndisfuntionqual,disfunctionqual\r\ndisgard,discard\r\ndisgarded,discarded\r\ndisgarding,discarding\r\ndisgards,disregards\r\ndisgareement,disagreements\r\ndisgarees,disagrees\r\ndisgaseuos,DisGaseous\r\ndisgasious,DisGaseous\r\ndisgasuos,DisGaseous\r\ndisgin,design\r\ndisgined,designed\r\ndisginer,designer\r\ndisginers,designers\r\ndisgining,designing\r\ndisgins,designs\r\ndisgirched,distinguished\r\ndisgistration,discretion\r\ndisgiuse,disguise\r\ndisgiused,disguised\r\ndisgiveing,DisGiving\r\ndisgiveings,DisGivings\r\ndisgnostic,diagnostic\r\ndisgorgeuos,DisGorgeous\r\ndisgorgious,DisGorgeous\r\ndisgorguos,DisGorgeous\r\ndisgracefull,DisGraceful\r\ndisgracefullly,DisGracefully\r\ndisgracefullness,DisGracefulness\r\ndisgracefulls,DisGracefuls\r\ndisgracful,disgraceful\r\ndisgraseful,disgraceful\r\ndisgrateful,disgraceful\r\ndisgratefull,DisGrateful\r\ndisgratefullly,DisGratefully\r\ndisgratefullness,DisGratefulness\r\ndisgratefulls,DisGratefuls\r\ndisgration,discretion\r\ndisgreation,discretion\r\ndisgresion,disgression\r\ndisgression,discretion\r\ndisgretion,discretion\r\ndisgruntaled,disgruntled\r\ndisgrunted,disgruntled\r\ndisgrunteld,disgruntled\r\ndisgrunteled,disgruntled\r\ndisgruntld,disgruntled\r\ndisguish,distinguished\r\ndisguisted,disguise\r\ndisguntingly,disgustingly\r\ndisgusied,disguised\r\ndisguss,disgusts\r\ndisgustes,disgusts\r\ndisgustigly,disgustingly\r\ndisgustingy,disgustingly\r\ndisgustinly,disgustingly\r\ndisgustiny,disgustingly\r\ndisgustos,disgusts\r\ndisgustosa,disgusts\r\ndisgustose,disgusts\r\ndisgustosi,disgusts\r\ndisgustoso,disgusts\r\ndisgustus,disgusts\r\ndisgwished,distinguished\r\ndishartened,disheartened\r\ndishcarged,discharged\r\ndishelpfull,DisHelpful\r\ndishelpfullly,DisHelpfully\r\ndishelpfullness,DisHelpfulness\r\ndishelpfulls,DisHelpfuls\r\ndisherbaceuos,DisHerbaceous\r\ndisherbacious,DisHerbaceous\r\ndisherbacuos,DisHerbaceous\r\ndishings,distinguished\r\ndishinored,dishonored\r\ndishliged,distinguished\r\ndishoner,dishonored\r\ndishonesy,dishonesty\r\ndishonet,dishonesty\r\ndishonord,dishonored\r\ndishorrafy,DisHorrify\r\ndishorrfiy,DisHorrify\r\ndishorrifiy,DisHorrify\r\ndishorrofy,DisHorrify\r\ndishounor,dishonor\r\ndishounorable,dishonorable\r\ndishounorably,dishonorably\r\ndishounored,dishonored\r\ndishounoree,dishonoree\r\ndishounorific,dishonorific\r\ndishounorifics,dishonorifics\r\ndishounoring,dishonoring\r\ndishounors,dishonors\r\ndishounour,dishonour\r\ndishounourable,dishonourable\r\ndishounourably,dishonourably\r\ndishounoured,dishonoured\r\ndishounouree,dishonouree\r\ndishounourific,dishonourific\r\ndishounourifics,dishonourifics\r\ndishounouring,dishonouring\r\ndishounours,dishonours\r\ndisiable,desirable\r\ndisiables,dissiables\r\ndisiac,dissiac\r\ndisiact,dissiact\r\ndisiaia,dissiaia\r\ndisiak,dissiak\r\ndisiala,dissiala\r\ndisialo,dissialo\r\ndisialoganglioside,dissialoganglioside\r\ndisialosyl,dissialosyl\r\ndisialyl,dissialyl\r\ndisialyllactose,dissialyllactose\r\ndisiame,dissiame\r\ndisiamyl,dissiamyl\r\ndisiamylborane,dissiamylborane\r\ndisian,dissian\r\ndisiang,dissiang\r\ndisianza,dissianza\r\ndisiapkan,dissiapkan\r\ndisiapkannya,dissiapkannya\r\ndisiapointment,disappointment\r\ndisiar,dissiar\r\ndisiarkan,dissiarkan\r\ndisiasat,dissiasat\r\ndisiasati,dissiasati\r\ndisiase,dissiase\r\ndisiases,dissiases\r\ndisibeint,dissibeint\r\ndisibfi,dissibfi\r\ndisibilities,disabilities\r\ndisibility,disability\r\ndisibilityinsurance,dissibilityinsurance\r\ndisibilmez,dissibilmez\r\ndisibind,dissibind\r\ndisibio,dissibio\r\ndisible,dissible\r\ndisibod,dissibod\r\ndisibodenberg,dissibodenberg\r\ndisibodenberger,dissibodenberger\r\ndisibodenbergkellerei,dissibodenbergkellerei\r\ndisibodo,dissibodo\r\ndisibrb,dissibrb\r\ndisibu,dissibu\r\ndisibukan,dissibukan\r\ndisibukkan,dissibukkan\r\ndisibution,dissibution\r\ndisibutor,dissibutor\r\ndisibutors,dissibutors\r\ndisicples,disciples\r\ndisicplinary,disciplinary\r\ndisicpline,discipline\r\ndisicplined,disciplined\r\ndisicplines,disciplines\r\ndisicplins,disciplins\r\ndisidance,dissidence\r\ndisidant,dissident\r\ndisidants,dissidents\r\ndisidely,decidedly\r\ndisidence,dissidence\r\ndisident,dissident\r\ndisidentafy,DisIdentify\r\ndisidentfication,DisIdentification\r\ndisidentficaton,DisIdentification\r\ndisidentfiy,DisIdentify\r\ndisidentifiy,DisIdentify\r\ndisidentifiying,disidentifying\r\ndisidentofy,DisIdentify\r\ndisidents,dissidents\r\ndisiease,dissiease\r\ndisieci,dissieci\r\ndisiecit,dissiecit\r\ndisiecta,dissiecta\r\ndisiel,dissiel\r\ndisiembre,dissiembre\r\ndisien,dissien\r\ndisiena,dissiena\r\ndisiendo,dissiendo\r\ndisiens,dissiens\r\ndisiere,dissiere\r\ndisierto,dissierto\r\ndisies,dissies\r\ndisiese,dissiese\r\ndisiesel,dissiesel\r\ndisifatkan,dissifatkan\r\ndisifectant,dissifectant\r\ndisifectants,dissifectants\r\ndisifectantspray,dissifectantspray\r\ndisifecting,dissifecting\r\ndisifection,dissifection\r\ndisifective,dissifective\r\ndisifelit,dissifelit\r\ndisifenctante,dissifenctante\r\ndisifin,dissifin\r\ndisifinguishably,dissifinguishably\r\ndisiga,dissiga\r\ndisigen,dissigen\r\ndisigener,dissigener\r\ndisigeners,dissigeners\r\ndisighed,designed\r\ndisighn,dissighn\r\ndisighnd,designed\r\ndisigined,designed\r\ndisigma,dissigma\r\ndisign,design\r\ndisigna,dissigna\r\ndisignated,dissignated\r\ndisignating,dissignating\r\ndisignation,dissignation\r\ndisignations,dissignations\r\ndisignd,designed\r\ndisigne,dissigne\r\ndisigned,designed\r\ndisignee,dissignee\r\ndisigner,designer\r\ndisigners,designers\r\ndisignes,dissignes\r\ndisigneuos,DisIgneous\r\ndisignevasion,dissignevasion\r\ndisignhed,designed\r\ndisigning,designing\r\ndisignintelligence,dissignintelligence\r\ndisignious,DisIgneous\r\ndisignir,dissignir\r\ndisigns,designs\r\ndisignum,dissignum\r\ndisignuos,DisIgneous\r\ndisigring,distinguished\r\ndisigt,dissigt\r\ndisigtalisation,dissigtalisation\r\ndisigwished,distinguished\r\ndisihir,dissihir\r\ndisihnetwork,dissihnetwork\r\ndisiice,dissiice\r\ndisiiisnticnt,dissiiisnticnt\r\ndisiik,dissiik\r\ndisiinci,dissiinci\r\ndisiinei,dissiinei\r\ndisijae,dissijae\r\ndisijatv,dissijatv\r\ndisijen,dissijen\r\ndisijimmesdaje,dissijimmesdaje\r\ndisika,dissika\r\ndisikable,dissikable\r\ndisikapi,dissikapi\r\ndisikat,dissikat\r\ndisike,dislike\r\ndisikes,dissikes\r\ndisiki,dissiki\r\ndisiking,dissiking\r\ndisiko,dissiko\r\ndisiksa,dissiksa\r\ndisillisioned,disillusioned\r\ndisillusionned,disillusioned\r\ndisillutioned,disillusioned\r\ndisimagination,dissimagination\r\ndisimak,dissimak\r\ndisimasi,dissimasi\r\ndisimban,dissimban\r\ndisimbig,dissimbig\r\ndisimbur,dissimbur\r\ndisimfirm,disinfirm\r\ndisimfirmable,disinfirmable\r\ndisimfirmably,disinfirmably\r\ndisimfirmal,disinfirmal\r\ndisimfirmality,disinfirmality\r\ndisimfirmation,disinfirmation\r\ndisimfirmations,disinfirmations\r\ndisimfirmative,disinfirmative\r\ndisimfirmatively,disinfirmatively\r\ndisimfirmed,disinfirmed\r\ndisimfirming,disinfirming\r\ndisimfirms,disinfirms\r\ndisimform,disinform\r\ndisimformable,disinformable\r\ndisimformably,disinformably\r\ndisimformal,disinformal\r\ndisimformality,disinformality\r\ndisimformation,disinformation\r\ndisimformations,disinformations\r\ndisimformative,disinformative\r\ndisimformatively,disinformatively\r\ndisimformed,disinformed\r\ndisimforming,disinforming\r\ndisimforms,disinforms\r\ndisimic,dissimic\r\ndisimilar,dissimilar\r\ndisimilarities,dissimilarities\r\ndisimilarity,dissimilarity\r\ndisimilarly,dissimilarly\r\ndisimilars,dissimilars\r\ndisimilasyon,dissimilasyon\r\ndisimilate,dissimilate\r\ndisimillar,dissimillar\r\ndisiminate,dissiminate\r\ndisimino,dissimino\r\ndisiminuir,dissiminuir\r\ndisimissed,dissimissed\r\ndisimissing,dissimissing\r\ndisimmilarities,dissimmilarities\r\ndisimminated,dissimminated\r\ndisimmortalised,dissimmortalised\r\ndisimular,dissimular\r\ndisimularme,dissimularme\r\ndisimulasi,dissimulasi\r\ndisimulasikan,dissimulasikan\r\ndisimulate,dissimulate\r\ndisimulaton,dissimulaton\r\ndisincorparate,disincorporate\r\ndisincorparated,disincorporated\r\ndisincorparates,disincorporates\r\ndisincorparating,disincorporating\r\ndisincorparation,disincorporation\r\ndisincorparations,disincorporations\r\ndisincorpartate,disincorporate\r\ndisincorpartated,disincorporated\r\ndisincorpartates,disincorporates\r\ndisincorpartating,disincorporating\r\ndisincorpartation,disincorporation\r\ndisincorpartations,disincorporations\r\ndisincorperate,disincorporate\r\ndisincorperated,disincorporated\r\ndisincorperates,disincorporates\r\ndisincorperating,disincorporating\r\ndisincorperation,disincorporation\r\ndisincorperations,disincorporations\r\ndisincorpertate,disincorporate\r\ndisincorpertated,disincorporated\r\ndisincorpertates,disincorporates\r\ndisincorpertating,disincorporating\r\ndisincorpertation,disincorporation\r\ndisincorpertations,disincorporations\r\ndisincorportate,disincorporate\r\ndisincorportated,disincorporated\r\ndisincorportates,disincorporates\r\ndisincorportating,disincorporating\r\ndisincorportation,disincorporation\r\ndisincorportations,disincorporations\r\ndisincorproate,disincorporate\r\ndisincorproated,disincorporated\r\ndisincorproates,disincorporates\r\ndisincorproating,disincorporating\r\ndisincorproation,disincorporation\r\ndisincorproations,disincorporations\r\ndisinct,distinct\r\ndisinction,distinction\r\ndisinctive,distinctive\r\ndisinctively,distinctively\r\ndisinctly,distinctly\r\ndisincwised,distinguished\r\ndisined,designed\r\ndisinfomation,disinformation\r\ndisinfomative,disinformative\r\ndisinfomatively,disinformatively\r\ndisinformaton,disinformation\r\ndisinformatve,disinformative\r\ndisinformatvely,disinformatively\r\ndisinformtion,disinformation\r\ndisinformtive,disinformative\r\ndisinformtively,disinformatively\r\ndising,design\r\ndisinged,designed\r\ndisingeneous,disingenuous\r\ndisingenious,disingenuous\r\ndisingenuious,disingenuous\r\ndisingenuos,disingenuous\r\ndisinger,designer\r\ndisingers,designers\r\ndisinging,designing\r\ndisingned,designed\r\ndisings,designs\r\ndisinguish,distinguish\r\ndisinguishes,distinguishes\r\ndisinstantaneuos,disinstantaneous\r\ndisinstantanious,disinstantaneous\r\ndisinstantanuos,disinstantaneous\r\ndisinteresed,disinterested\r\ndisintereted,disinterested\r\ndisintergate,disintegrate\r\ndisintergated,disintegrated\r\ndisintergates,disintegrates\r\ndisintergating,disintegrating\r\ndisintergation,disintegration\r\ndisintergrate,disintegrate\r\ndisintergrated,disintegrated\r\ndisintergrates,disintegrates\r\ndisintergrating,disintegrating\r\ndisintergration,disintegration\r\ndisinterst,disinterest\r\ndisintersted,disinterested\r\ndisintersting,disinteresting\r\ndisinterstingly,disinterestingly\r\ndisintersts,disinterests\r\ndisintguish,distinguish\r\ndisintigate,disintegrate\r\ndisintigated,disintegrated\r\ndisintigates,disintegrates\r\ndisintigating,disintegrating\r\ndisintigation,disintegration\r\ndisintigrate,disintegrate\r\ndisintigrated,disintegrated\r\ndisintigrates,disintegrates\r\ndisintigrating,disintegrating\r\ndisintigration,disintegration\r\ndisintigrator,disintegrator\r\ndisintrest,disinterest\r\ndisintrested,disinterested\r\ndisintresting,disinteresting\r\ndisintrestingly,disinterestingly\r\ndisintrests,disinterests\r\ndision,dission\r\ndisional,dissional\r\ndisionario,dissionario\r\ndisionarios,dissionarios\r\ndisions,decisions\r\ndisiorange,dissiorange\r\ndisipa,dissipa\r\ndisipadoresdecalormexico,dissipadoresdecalormexico\r\ndisipaited,dissipaited\r\ndisipal,dissipal\r\ndisipan,dissipan\r\ndisipanu,dissipanu\r\ndisipasi,dissipasi\r\ndisipat,dissipat\r\ndisipate,dissipate\r\ndisipated,dissipated\r\ndisipates,dissipates\r\ndisipating,dissipating\r\ndisipation,dissipation\r\ndisipations,dissipations\r\ndisipatiting,dissipatiting\r\ndisipative,dissipative\r\ndisipativos,dissipativos\r\ndisipatricksoji,dissipatricksoji\r\ndisipeared,dissipeared\r\ndisipenser,dissipenser\r\ndisiperindo,dissiperindo\r\ndisipher,dissipher\r\ndisipiline,dissipiline\r\ndisipilne,dissipilne\r\ndisipio,dissipio\r\ndisipitate,dissipitate\r\ndisipitated,dissipitated\r\ndisiplanne,dissiplanne\r\ndisiplay,dissiplay\r\ndisiplaying,dissiplaying\r\ndisiplays,dissiplays\r\ndisiple,disciple\r\ndisipleri,dissipleri\r\ndisiples,disciples\r\ndisipleship,dissipleship\r\ndisiplidemia,dissiplidemia\r\ndisiplin,discipline\r\ndisiplina,disciplina\r\ndisiplinado,disciplinado\r\ndisiplinadong,disciplinadong\r\ndisiplinang,disciplinang\r\ndisiplinar,disciplinar\r\ndisiplinaries,disciplinaries\r\ndisiplinary,disciplinary\r\ndisiplinden,disciplinden\r\ndisiplindir,disciplindir\r\ndisipline,discipline\r\ndisiplined,disciplined\r\ndisiplinene,disciplinene\r\ndisipliner,discipliner\r\ndisiplines,disciplines\r\ndisiplini,disciplini\r\ndisiplinidir,disciplinidir\r\ndisiplinin,disciplinin\r\ndisiplininden,disciplininden\r\ndisiplinine,disciplinine\r\ndisiplinlah,disciplinlah\r\ndisiplinlerarasi,disciplinlerarasi\r\ndisiplinlerde,disciplinlerde\r\ndisiplinlerdeki,disciplinlerdeki\r\ndisiplinlerini,disciplinlerini\r\ndisiplinlerinin,disciplinlerinin\r\ndisiplinlerle,disciplinlerle\r\ndisiplinli,disciplinli\r\ndisiplinnya,disciplinnya\r\ndisiplinsiz,disciplinsiz\r\ndisiplinsmkbg,disciplinsmkbg\r\ndisiplne,dissiplne\r\ndisipointed,dissipointed\r\ndisipointing,dissipointing\r\ndisipointment,disappointment\r\ndisipoll,dissipoll\r\ndisiposition,dissiposition\r\ndisippate,dissipate\r\ndisippating,dissippating\r\ndisippel,dissippel\r\ndisippeltreningsskole,dissippeltreningsskole\r\ndisippointment,disappointment\r\ndisippring,dissippring\r\ndisiproxil,dissiproxil\r\ndisipulo,dissipulo\r\ndisipyl,dissipyl\r\ndisiqu,dissiqu\r\ndisira,dissira\r\ndisirable,dissirable\r\ndisiram,dissiram\r\ndisirami,dissirami\r\ndisirat,dissirat\r\ndisirblot,dissirblot\r\ndisire,desire\r\ndisireable,dissireable\r\ndisired,desired\r\ndisiree,dissiree\r\ndisirerable,dissirerable\r\ndisires,dissires\r\ndisiribution,dissiribution\r\ndisiring,dissiring\r\ndisirio,dissirio\r\ndisirous,dissirous\r\ndisirregardlessers,dissirregardlessers\r\ndisirt,dissirt\r\ndisisabed,dissisabed\r\ndisisais,dissisais\r\ndisiscriverti,dissiscriverti\r\ndisiscriviti,dissiscriviti\r\ndisiscrizione,dissiscrizione\r\ndisisdaboss,dissisdaboss\r\ndisisdi,dissisdi\r\ndisiseases,dissiseases\r\ndisiseis,dissiseis\r\ndisisertation,dissisertation\r\ndisises,dissises\r\ndisisihkan,dissisihkan\r\ndisisiku,dissisiku\r\ndisisimu,dissisimu\r\ndisisinya,dissisinya\r\ndisision,dissision\r\ndisisipi,dissisipi\r\ndisisipkan,dissisipkan\r\ndisisir,dissisir\r\ndisismetom,dissismetom\r\ndisismye,dissismye\r\ndisisocactus,dissisocactus\r\ndisisons,dissisons\r\ndisistal,dissistal\r\ndisistalled,dissistalled\r\ndisisted,dissisted\r\ndisisto,dissisto\r\ndisistribution,dissistribution\r\ndisisyete,dissisyete\r\ndisisyon,dissisyon\r\ndisitaizer,dissitaizer\r\ndisital,dissital\r\ndisitamab,dissitamab\r\ndisitance,dissitance\r\ndisitchus,dissitchus\r\ndisited,dissited\r\ndisitegrate,dissitegrate\r\ndisitegration,dissitegration\r\ndisitics,dissitics\r\ndisitilleries,dissitilleries\r\ndisitillers,dissitillers\r\ndisitillery,distillery\r\ndisitilling,dissitilling\r\ndisitinction,dissitinction\r\ndisitintos,dissitintos\r\ndisition,decision\r\ndisitller,dissitller\r\ndisitllery,dissitllery\r\ndisitnct,distinct\r\ndisitnerest,disinterest\r\ndisitnerested,disinterested\r\ndisitneresting,disinteresting\r\ndisitnerestingly,disinterestingly\r\ndisitnerests,disinterests\r\ndisitnguish,dissitnguish\r\ndisitnguished,dissitnguished\r\ndisitool,dissitool\r\ndisitrbutor,dissitrbutor\r\ndisitrbutors,dissitrbutors\r\ndisitribute,distribute\r\ndisitributed,distributed\r\ndisitributes,distributes\r\ndisitributing,distributing\r\ndisitribution,distribution\r\ndisitributions,distributions\r\ndisitributor,distributor\r\ndisitributors,distributors\r\ndisitrict,district\r\ndisitricted,districted\r\ndisitricting,districting\r\ndisitricts,districts\r\ndisitrous,dissitrous\r\ndisitrubtion,dissitrubtion\r\ndisitulah,dissitulah\r\ndisitulikiti,dissitulikiti\r\ndisitus,dissitus\r\ndisiuioe,dissiuioe\r\ndisiuncta,dissiuncta\r\ndisivi,dissivi\r\ndisivible,dissivible\r\ndisivion,dissivion\r\ndisivison,dissivison\r\ndisiweight,dissiweight\r\ndisixy,dissixy\r\ndisiye,dissiye\r\ndisiyf,dissiyf\r\ndisiyitbffan,dissiyitbffan\r\ndisiyyah,dissiyyah\r\ndisizali,dissizali\r\ndisizar,dissizar\r\ndisizhan,dissizhan\r\ndisizhong,dissizhong\r\ndisizipia,dissizipia\r\ndisjpint,disjoint\r\ndisjucntion,disjunction\r\ndisjucntions,disjunctions\r\ndisjucntive,disjunctive\r\ndisjucntives,disjunctives\r\ndisjucntivitis,disjunctivitis\r\ndisjuction,disjunction\r\ndisjuctions,disjunctions\r\ndisjuctive,disjunctive\r\ndisjuctives,disjunctives\r\ndisjuctivitis,disjunctivitis\r\ndisjunntion,disjunction\r\ndisjunntions,disjunctions\r\ndisjunntive,disjunctive\r\ndisjunntives,disjunctives\r\ndisjunntivitis,disjunctivitis\r\ndisjuntion,disjunction\r\ndisjuntions,disjunctions\r\ndisjuntive,disjunctive\r\ndisjuntives,disjunctives\r\ndisjuntivitis,disjunctivitis\r\ndisk-basd,disk-based\r\ndiskrimination,discrimination\r\ndiskwish,distinguished\r\ndislanceing,DisLancing\r\ndislanceings,DisLancings\r\ndislay,display\r\ndislayed,displayed\r\ndislcaimer,disclaimer\r\ndisliks,dislikes\r\ndislikse,dislikes\r\ndislocationcfg,dislocation\r\ndislosures,disclosures\r\ndisloyalities,disloyalties\r\ndisloyality,disloyalty\r\ndisloyatlies,disloyalties\r\ndisloyatly,disloyalty\r\ndisloylaties,disloyalties\r\ndisloylaty,disloyalty\r\ndislpaying,displaying\r\ndismagnfication,DisMagnification\r\ndismagnficaton,DisMagnification\r\ndismanlting,dismantling\r\ndismantaled,dismantled\r\ndismantals,dismantles\r\ndismante,dismantle\r\ndismantel,dismantle\r\ndismanteld,dismantled\r\ndismanteled,dismantled\r\ndismanting,dismantling\r\ndismantleing,dismantling\r\ndismell,dismal\r\ndismemeber,dismember\r\ndismemebered,dismembered\r\ndismemebering,dismembering\r\ndismemebers,dismembers\r\ndismentled,dismantled\r\ndismess,dismiss\r\ndismin,dismiss\r\ndismis,dismiss\r\ndismisals,dismissal\r\ndismissable,dismissible\r\ndismisse,dismissive\r\ndismissivly,dismissively\r\ndismisssed,dismissed\r\ndismodfication,DisModification\r\ndismodficaton,DisModification\r\ndisnation,destination\r\ndisned,designed\r\ndisnegage,disengage\r\ndisnertion,destination\r\ndisneyworld,disney World\r\ndisniged,designed\r\ndisnotfication,DisNotification\r\ndisnotficaton,DisNotification\r\ndisnutreince,DisNutrience\r\ndisnutreinced,DisNutrienced\r\ndisnutriance,DisNutrience\r\ndisnutrianced,DisNutrienced\r\ndisnutritence,DisNutrience\r\ndisnutritenced,DisNutrienced\r\ndisobediance,disobedience\r\ndisobediant,disobedient\r\ndisobediantly,disobediently\r\ndisobeidence,disobedience\r\ndisocgraphy,discography\r\ndisocver,discover\r\ndisocvery,discovery\r\ndisodance,dissidence\r\ndisodant,dissident\r\ndisodants,dissidents\r\ndisodence,dissidence\r\ndisodent,dissident\r\ndisodents,dissidents\r\ndisogranisation,disorganisation\r\ndisogranisational,disorganisational\r\ndisogranisations,disorganisations\r\ndisogranise,disorganise\r\ndisogranised,disorganised\r\ndisogranises,disorganises\r\ndisogranising,disorganising\r\ndisogranization,disorganization\r\ndisogranizational,disorganizational\r\ndisogranizations,disorganizations\r\ndisogranize,disorganize\r\ndisogranized,disorganized\r\ndisogranizes,disorganizes\r\ndisogranizing,disorganizing\r\ndisograph,discograph\r\ndisographies,discographies\r\ndisography,discography\r\ndisollusioned,disillusioned\r\ndisolution,dissolution\r\ndisolutioned,dissolutioned\r\ndisolutionment,dissolutionment\r\ndisolutions,dissolutions\r\ndisolve,dissolve\r\ndisolved,dissolved\r\ndisolves,dissolves\r\ndisolving,dissolving\r\ndisonist,dishonest\r\ndisonnect,disconnect\r\ndisoperd,disappeared\r\ndisopoint,disappoint\r\ndisoreince,DisOrience\r\ndisoreinced,DisOrienced\r\ndisoreintated,disorientated\r\ndisoreinted,disoriented\r\ndisorgansation,disorganisation\r\ndisorgansational,disorganisational\r\ndisorgansations,disorganisations\r\ndisorganse,disorganise\r\ndisorgansed,disorganised\r\ndisorganses,disorganises\r\ndisorgansing,disorganising\r\ndisorganzation,disorganization\r\ndisorganzational,disorganizational\r\ndisorganzations,disorganizations\r\ndisorganze,disorganize\r\ndisorganzed,disorganized\r\ndisorganzes,disorganizes\r\ndisorganzing,disorganizing\r\ndisorginisation,disorganisation\r\ndisorginisational,disorganisational\r\ndisorginisations,disorganisations\r\ndisorginise,disorganise\r\ndisorginised,disorganised\r\ndisorginises,disorganises\r\ndisorginising,disorganising\r\ndisorginization,disorganization\r\ndisorginizational,disorganizational\r\ndisorginizations,disorganizations\r\ndisorginize,disorganize\r\ndisorginized,disorganized\r\ndisorginizes,disorganizes\r\ndisorginizing,disorganizing\r\ndisorgnisation,disorganisation\r\ndisorgnisational,disorganisational\r\ndisorgnisations,disorganisations\r\ndisorgnise,disorganise\r\ndisorgnised,disorganised\r\ndisorgnises,disorganises\r\ndisorgnising,disorganising\r\ndisorgnization,disorganization\r\ndisorgnizational,disorganizational\r\ndisorgnizations,disorganizations\r\ndisorgnize,disorganize\r\ndisorgnized,disorganized\r\ndisorgnizes,disorganizes\r\ndisorgnizing,disorganizing\r\ndisoriance,DisOrience\r\ndisorianced,DisOrienced\r\ndisoritence,DisOrience\r\ndisoritenced,DisOrienced\r\ndisortation,distortation\r\ndisorte,distorte\r\ndisorted,distorted\r\ndisorter,distorter\r\ndisorters,distorters\r\ndisortho,distortho\r\ndisorthography,distorthography\r\ndisortiented,distortiented\r\ndisortion,distortion\r\ndisortions,distortions\r\ndisortir,distortir\r\ndisortografia,distortografia\r\ndisorts,distorts\r\ndisover,discover\r\ndisoverable,discoverable\r\ndisovered,discovered\r\ndisoverer,discoverer\r\ndisoveries,discoveries\r\ndisovering,discovering\r\ndisovers,discovers\r\ndisovery,discovery\r\ndisp,display\r\ndispacement,displacement\r\ndispached,dispatched\r\ndispacth,dispatch\r\ndispair,despair\r\ndispaire,despaire\r\ndispaired,despaired\r\ndispaires,despaires\r\ndispairing,despairing\r\ndispairity,despairity\r\ndispairs,despairs\r\ndispairty,disparity\r\ndispalcement,displacement\r\ndispaly,display\r\ndispalyed,displayed\r\ndispalying,displaying\r\ndispalys,displays\r\ndispapointed,dissapointed\r\ndisparingly,disparagingly\r\ndispartiy,disparity\r\ndispatch-sysnc,dispatch-sync\r\ndispatche,dispatch\r\ndispatchess,dispatches\r\ndispatchr,dispatcher\r\ndispatchs,dispatches\r\ndispath,dispatch\r\ndispathcer,dispatcher\r\ndispathed,dispatched\r\ndispathers,dispatchers\r\ndispathes,dispatches\r\ndispathing,dispatching\r\ndispay,display\r\ndispayed,displayed\r\ndispeacefull,DisPeaceful\r\ndispeacefullly,DisPeacefully\r\ndispeacefullness,DisPeacefulness\r\ndispeacefulls,DisPeacefuls\r\ndispecable,despicable\r\ndispeled,dispelled\r\ndispeler,dispeller\r\ndispelers,dispellers\r\ndispeling,dispelling\r\ndispell,dispel\r\ndispells,dispels\r\ndispelor,dispellor\r\ndispelors,dispellors\r\ndispencable,dispensable\r\ndispencably,dispensably\r\ndispencaries,dispensaries\r\ndispencary,dispensary\r\ndispencation,dispensation\r\ndispencations,dispensations\r\ndispence,dispense\r\ndispenced,dispensed\r\ndispencer,dispenser\r\ndispencers,dispenser\r\ndispences,dispenses\r\ndispencful,dispensful\r\ndispencing,dispensing\r\ndispencive,dispensive\r\ndispencively,dispensively\r\ndispenciveness,dispensiveness\r\ndispeners,dispenser\r\ndispensaire,dispensaries\r\ndispensaires,dispensaries\r\ndispensantion,dispensation\r\ndispensantional,dispensational\r\ndispensantions,dispensations\r\ndispensare,dispenser\r\ndispensarie,dispenser\r\ndispensarios,dispensaries\r\ndispensationaly,dispensationally\r\ndispensiary,dispensary\r\ndispensibility,dispensability\r\ndispensible,dispensable\r\ndispensibleness,dispensableness\r\ndispensibly,dispensably\r\ndispensiries,dispensaries\r\ndispensories,dispensaries\r\ndispensory,dispensary\r\ndisperportionate,disproportionate\r\ndispersa,dispensary\r\ndispersibillities,dispersibilities\r\ndispersiblity,dispersibility\r\ndispersonfication,DisPersonification\r\ndispersonficaton,DisPersonification\r\ndispertion,dispersion\r\ndispesnary,dispensary\r\ndispicable,despicable\r\ndispicably,despicably\r\ndispise,despise\r\ndispised,despised\r\ndispises,despises\r\ndispising,despising\r\ndispite,despite\r\ndispla,display\r\ndisplacemet,displacement\r\ndisplacemnt,displacement\r\ndisplacment,displacement\r\ndisplacments,displacements\r\ndisplaed,displayed\r\ndisplaing,displaying\r\ndisplaus,displays\r\ndisplayabilty,displayability\r\ndisplayble,displayable\r\ndisplayd,displayed\r\ndisplayes,displays\r\ndisplayfps,displays\r\ndisply,display\r\ndisplyed,displayed\r\ndisplying,displaying\r\ndispoint,disappoint\r\ndispointment,disappointment\r\ndispolved,disposal\r\ndispolvel,disposal\r\ndispondence,despondence\r\ndispondency,despondency\r\ndispondent,despondent\r\ndisponibilty,disponibility\r\ndisponmant,disappointment\r\ndispont,disappoint\r\ndispoportion,disproportion\r\ndispoportional,disproportional\r\ndispoportionally,disproportionally\r\ndispoportionate,disproportionate\r\ndispoportionately,disproportionately\r\ndispoportions,disproportions\r\ndisporportionate,disproportionate\r\ndisporportionately,disproportionately\r\ndisporportionatly,disproportionately\r\ndisposabe,disposable\r\ndisposabled,disposable\r\ndisposaile,disposal\r\ndisposesed,dispossessed\r\ndisposeses,dispossesses\r\ndisposesing,dispossessing\r\ndisposesion,dispossession\r\ndisposesions,dispossessions\r\ndisposesive,dispossessive\r\ndisposesively,dispossessively\r\ndisposesiveness,dispossessiveness\r\ndisposesives,dispossessives\r\ndisposesor,dispossessor\r\ndisposesors,dispossessors\r\ndisposessed,dispossessed\r\ndisposesses,dispossesses\r\ndisposessing,dispossessing\r\ndisposession,dispossession\r\ndisposessions,dispossessions\r\ndisposessive,dispossessive\r\ndisposessively,dispossessively\r\ndisposessiveness,dispossessiveness\r\ndisposessives,dispossessives\r\ndisposessor,dispossessor\r\ndisposessors,dispossessors\r\ndisposial,disposal\r\ndisposicion,disposition\r\ndisposistion,disposition\r\ndisposistional,dispositional\r\ndisposistionally,dispositionally\r\ndisposistioned,dispositioned\r\ndisposistioning,dispositioning\r\ndisposistions,dispositions\r\ndisposistive,dispositive\r\ndisposistives,dispositives\r\ndispositition,disposition\r\ndisposititional,dispositional\r\ndisposititionally,dispositionally\r\ndisposititioned,dispositioned\r\ndisposititioning,dispositioning\r\ndisposititions,dispositions\r\ndisposititive,dispositive\r\ndisposititives,dispositives\r\ndisposititon,disposition\r\ndisposititonal,dispositional\r\ndisposititonally,dispositionally\r\ndisposititoned,dispositioned\r\ndisposititoning,dispositioning\r\ndisposititons,dispositions\r\ndisposititve,dispositive\r\ndisposititves,dispositives\r\ndispositon,disposition\r\ndisposle,dispose\r\ndisposostion,disposition\r\ndisposostional,dispositional\r\ndisposostionally,dispositionally\r\ndisposostioned,dispositioned\r\ndisposostioning,dispositioning\r\ndisposostions,dispositions\r\ndisposostive,dispositive\r\ndisposostives,dispositives\r\ndispossesed,dispossessed\r\ndisposseses,dispossesses\r\ndispossesing,dispossessing\r\ndispossesion,dispossession\r\ndispossesions,dispossessions\r\ndispossesive,dispossessive\r\ndispossesively,dispossessively\r\ndispossesiveness,dispossessiveness\r\ndispossesives,dispossessives\r\ndispossesor,dispossessor\r\ndispossesors,dispossessors\r\ndispossesssion,dispossession\r\ndisposte,dispose\r\ndispostion,disposition\r\ndispostional,dispositional\r\ndispostionally,dispositionally\r\ndispostioned,dispositioned\r\ndispostioning,dispositioning\r\ndispostions,dispositions\r\ndispostive,dispositive\r\ndispostives,dispositives\r\ndispotion,disposition\r\ndispoulsal,disposal\r\ndispoves,dispose\r\ndispowerfull,DisPowerful\r\ndispowerfullly,DisPowerfully\r\ndispowerfullness,DisPowerfulness\r\ndispowerfulls,DisPowerfuls\r\ndisppointment,disappointment\r\ndispraportionate,disproportionate\r\ndispraportionately,disproportionately\r\ndispresion,dispression\r\ndispression,discretion\r\ndisproo,disproved\r\ndisproovable,disprovable\r\ndisproovably,disprovably\r\ndisprooval,disproval\r\ndisproove,disprove\r\ndisprooved,disproved\r\ndisprooven,disproven\r\ndisproover,disprover\r\ndisprooves,disproves\r\ndisprooving,disproving\r\ndisproportianate,disproportionate\r\ndisproportianately,disproportionately\r\ndisproportiante,disproportionate\r\ndisproportiantely,disproportionately\r\ndisproportiate,disproportionate\r\ndisproportiately,disproportionately\r\ndisproportinate,disproportionate\r\ndisproportionaltely,disproportionately\r\ndisproportionaly,disproportionately\r\ndisproportionatley,disproportionately\r\ndisproportionatly,disproportionately\r\ndisproportionnate,disproportionate\r\ndispropotion,disproportion\r\ndispropotional,disproportional\r\ndispropotionally,disproportionally\r\ndispropotionate,disproportionate\r\ndispropotionately,disproportionately\r\ndispropotions,disproportions\r\ndisproprotionate,disproportionate\r\ndisproprotionately,disproportionately\r\ndisproteinaceuos,DisProteinaceous\r\ndisproteinacious,DisProteinaceous\r\ndisproteinacuos,DisProteinaceous\r\ndisprureince,DisPrurience\r\ndisprureinced,DisPrurienced\r\ndispruriance,DisPrurience\r\ndisprurianced,DisPrurienced\r\ndispruritence,DisPrurience\r\ndispruritenced,DisPrurienced\r\ndisptach,dispatch\r\ndisptches,dispatches\r\ndispurfication,DisPurification\r\ndispurficaton,DisPurification\r\ndispuse,disputes\r\ndisput,dispute\r\ndisputandem,disputandum\r\ndisputeable,disputable\r\ndisputeably,disputably\r\ndisputeible,disputable\r\ndisputeibly,disputably\r\ndisputerad,disputed\r\ndisputible,disputable\r\ndisputibly,disputably\r\ndisputs,disputes\r\ndispxlay,display\r\ndisqaulafication,DisQualification\r\ndisqaulafications,DisQualifications\r\ndisqaulafied,DisQualified\r\ndisqaulafies,DisQualifies\r\ndisqaulafy,DisQualify\r\ndisqaulafying,DisQualifying\r\ndisqaulaties,DisQualities\r\ndisqaulaty,DisQuality\r\ndisqaulification,DisQualification\r\ndisqaulifications,DisQualifications\r\ndisqaulified,disqualified\r\ndisqaulifies,DisQualifies\r\ndisqaulify,DisQualify\r\ndisqaulifying,DisQualifying\r\ndisqaulities,DisQualities\r\ndisqaulity,DisQuality\r\ndisqauntafication,DisQuantification\r\ndisqauntafications,DisQuantifications\r\ndisqauntafied,DisQuantified\r\ndisqauntafies,DisQuantifies\r\ndisqauntafy,DisQuantify\r\ndisqauntafying,DisQuantifying\r\ndisqauntaties,DisQuantities\r\ndisqauntaty,DisQuantity\r\ndisqauntification,DisQuantification\r\ndisqauntifications,DisQuantifications\r\ndisqauntified,DisQuantified\r\ndisqauntifies,DisQuantifies\r\ndisqauntify,DisQuantify\r\ndisqauntifying,DisQuantifying\r\ndisqauntities,DisQuantities\r\ndisqauntity,DisQuantity\r\ndisqualafy,DisQualify\r\ndisqualfication,disqualification\r\ndisqualfiy,DisQualify\r\ndisqualifcation,disqualification\r\ndisqualifed,disqualified\r\ndisqualificaton,disqualification\r\ndisqualificiation,disqualification\r\ndisqualifiy,DisQualify\r\ndisqualifiying,disqualifying\r\ndisqualifyed,disqualified\r\ndisqualofy,DisQualify\r\ndisquetion,discretion\r\ndisquise,disguise\r\ndisquised,disguised\r\ndisquises,disguises\r\ndisquising,disguising\r\ndisquition,discretion\r\ndisqushed,distinguished\r\ndisqustingly,disgustingly\r\ndisratafy,DisRatify\r\ndisratfiy,DisRatify\r\ndisratifiy,DisRatify\r\ndisratofy,DisRatify\r\ndisrecpect,disrespect\r\ndisrecpected,disrespected\r\ndisrecpectful,disrespectful\r\ndisrecpecting,disrespecting\r\ndisrection,discretion\r\ndisregaring,disregarding\r\ndisregrad,disregard\r\ndisrepency,discrepancy\r\ndisrepresentation,misrepresentation\r\ndisrepsect,disrespect\r\ndisrepsected,disrespected\r\ndisrepsectful,disrespectful\r\ndisrepsecting,disrespecting\r\ndisreputeable,disreputable\r\ndisreputeably,disreputably\r\ndisreputeible,disreputable\r\ndisreputeibly,disreputably\r\ndisreputible,disreputable\r\ndisreputibly,disreputably\r\ndisresepct,disrespect\r\ndisresepcted,disrespected\r\ndisresepctful,disrespectful\r\ndisresepcting,disrespecting\r\ndisrespecful,disrespectful\r\ndisrespecing,disrespecting\r\ndisrespectablity,disrespectability\r\ndisrespection,disrespecting\r\ndisrespectul,disrespectful\r\ndisrespekt,disrespect\r\ndisrespekted,disrespected\r\ndisrespekting,disrespecting\r\ndisression,discretion\r\ndisributed,distributed\r\ndisric,district\r\ndisriced,districted\r\ndisricing,districting\r\ndisrics,districts\r\ndisrict,district\r\ndisricted,districted\r\ndisricting,districting\r\ndisricts,districts\r\ndisrighteuos,DisRighteous\r\ndisrightious,DisRighteous\r\ndisrightuos,DisRighteous\r\ndisriminant,discriminant\r\ndisription,disruption\r\ndisrispect,disrespect\r\ndisrispectful,disrespectful\r\ndisrispecting,disrespecting\r\ndisrit,district\r\ndisrited,districted\r\ndisriting,districting\r\ndisrits,districts\r\ndisrputing,disrupting\r\ndisrtibute,distribute\r\ndisrtibution,distributions\r\ndisrtibutions,distributions\r\ndisrtict,district\r\ndisrticted,districted\r\ndisrticting,districting\r\ndisrticts,districts\r\ndisrtit,district\r\ndisrtited,districted\r\ndisrtiting,districting\r\ndisrtits,districts\r\ndisructions,destructions\r\ndisruptablilty,disruptability\r\ndisrupte,disrupt\r\ndisruptin,disruption\r\ndisruptivo,disruption\r\ndisruptron,disruption\r\ndissabiliteys,disabilities\r\ndissability,disability\r\ndissabillities,dissabilities\r\ndissabling,disabling\r\ndissablity,dissability\r\ndissadance,dissidence\r\ndissadant,dissident\r\ndissadants,dissidents\r\ndissadence,dissidence\r\ndissadent,dissident\r\ndissadents,dissidents\r\ndissagree,disagree\r\ndissagreed,disagreed\r\ndissagreement,disagreement\r\ndissagreements,disagreements\r\ndissagrees,disagrees\r\ndissallow,disallow\r\ndissalowed,disallowed\r\ndissapear,disappear\r\ndissapearance,disappearance\r\ndissapeared,disappeared\r\ndissapearing,disappearing\r\ndissapears,disappears\r\ndissapiont,disappoint\r\ndissapionted,dissapointed\r\ndissapoimted,dissapointed\r\ndissapoined,dissapointed\r\ndissapoint,disappoint\r\ndissapointd,dissapointed\r\ndissapointed,disappointment\r\ndissapointedly,disappointedly\r\ndissapointer,disappointer\r\ndissapointgly,disappointgly\r\ndissapointing,disappointing\r\ndissapointingly,disappointingly\r\ndissapointinly,disappointinly\r\ndissapointmen,disappointmen\r\ndissapointment,disappointment\r\ndissapointments,disappointments\r\ndissapointmets,disappointmets\r\ndissapointmint,disappointmint\r\ndissapointmnet,disappointmnet\r\ndissapointnent,disappointnent\r\ndissapointnents,disappointnents\r\ndissapointng,disappointng\r\ndissapointr,disappointr\r\ndissapoints,disappoints\r\ndissapointted,dissapointed\r\ndissapoited,dissapointed\r\ndissapoiting,disappointing\r\ndissapoitned,dissapointed\r\ndissaponited,dissapointed\r\ndissapoonted,dissapointed\r\ndissapounted,dissapointed\r\ndissappear,disappear\r\ndissappearace,disappearace\r\ndissappearance,disappearance\r\ndissappeard,disappeard\r\ndissappeared,disappeared\r\ndissappearence,disappearence\r\ndissappearences,disappearences\r\ndissappearer,disappearer\r\ndissappearing,disappearing\r\ndissappearo,disappearo\r\ndissappears,disappears\r\ndissappinted,dissapointed\r\ndissappoint,disappoint\r\ndissappointed,disappointed\r\ndissappointment,disappointment\r\ndissapponted,dissapointed\r\ndissarray,disarray\r\ndissasembler,disassembler\r\ndissaspoint,DisAppoint\r\ndissassembled,disassembled\r\ndissassembler,disassembler\r\ndissastified,dissatisfied\r\ndissatifaction,dissatisfaction\r\ndissatifactorily,dissatisfactorily\r\ndissatifactoriness,dissatisfactoriness\r\ndissatifactory,dissatisfactory\r\ndissatified,dissatisfied\r\ndissatifies,dissatisfies\r\ndissatify,dissatisfy\r\ndissatifying,dissatisfying\r\ndissatisfactioin,dissatisfaction\r\ndissatisfed,dissatisfied\r\ndissatisifaction,dissatisfaction\r\ndissatisifactorily,dissatisfactorily\r\ndissatisifactoriness,dissatisfactoriness\r\ndissatisifactory,dissatisfactory\r\ndissatisifed,dissatisfied\r\ndissatisified,dissatisfied\r\ndissatisifies,dissatisfies\r\ndissatisify,dissatisfy\r\ndissatisifying,dissatisfying\r\ndissatsifaction,dissatisfaction\r\ndissatsifactorily,dissatisfactorily\r\ndissatsifactoriness,dissatisfactoriness\r\ndissatsifactory,dissatisfactory\r\ndissatsified,dissatisfied\r\ndissatsifies,dissatisfies\r\ndissatsify,dissatisfy\r\ndissatsifying,dissatisfying\r\ndissble,disable\r\ndissconect,disconnect\r\ndissconected,disconnected\r\ndisscuation,discussion\r\ndisscusion,discussion\r\ndisscusions,discussions\r\ndisscussing,discussing\r\ndissease,disease\r\ndisseases,diseases\r\ndissedance,dissidence\r\ndissedant,dissident\r\ndissedants,dissidents\r\ndissedence,dissidence\r\ndissedent,dissident\r\ndissedents,dissidents\r\ndissepointed,dissapointed\r\ndisseression,discretion\r\ndisserpoint,disappoint\r\ndissertaion,dissertation\r\ndissertatiosn,dissertations\r\ndissgnression,discretion\r\ndisshapointment,disappointment\r\ndissiapointmente,disappointment\r\ndissidance,dissidence\r\ndissidant,dissident\r\ndissigin,design\r\ndissigined,designed\r\ndissiginer,designer\r\ndissiginers,designers\r\ndissigining,designing\r\ndissigins,designs\r\ndissign,design\r\ndissigned,designed\r\ndissigner,designer\r\ndissigners,designers\r\ndissigning,designing\r\ndissigns,designs\r\ndissimalar,dissimilar\r\ndissimalari,dissimilar\r\ndissimalariity,dissimilarity\r\ndissimalarily,dissimilarly\r\ndissimalarity,dissimilarity\r\ndissimalarly,dissimilarly\r\ndissimilari,dissimilar\r\ndissimilariity,dissimilarity\r\ndissimilarily,dissimilarly\r\ndissimiliar,dissimilar\r\ndissimiliari,dissimilar\r\ndissimiliariity,dissimilarity\r\ndissimiliarily,dissimilarly\r\ndissimiliarity,dissimilarity\r\ndissimiliarly,dissimilarly\r\ndissimmilar,dissimilar\r\ndissimmilari,dissimilar\r\ndissimmilariity,dissimilarity\r\ndissimmilarily,dissimilarly\r\ndissimmilarity,dissimilarity\r\ndissimmilarly,dissimilarly\r\ndissimmiliar,dissimilar\r\ndissimmiliari,dissimilar\r\ndissimmiliariity,dissimilarity\r\ndissimmiliarily,dissimilarly\r\ndissimmiliarity,dissimilarity\r\ndissimmiliarly,dissimilarly\r\ndissimular,dissimilar\r\ndissimulari,dissimilar\r\ndissimulariity,dissimilarity\r\ndissimularily,dissimilarly\r\ndissimularity,dissimilarity\r\ndissimularly,dissimilarly\r\ndissingrished,distinguished\r\ndissintegrate,disintegrate\r\ndissintegrates,disintegrates\r\ndissintegration,disintegration\r\ndissipatore,dissipate\r\ndissipoint,disappoint\r\ndissipointed,dissapointed\r\ndissipointment,disappointment\r\ndissippoint,disappoint\r\ndissippointment,disappointment\r\ndissmisal,dismissal\r\ndissmisive,dismissive\r\ndissmiss,dismiss\r\ndissmissable,dismissable\r\ndissmissal,dismissal\r\ndissmissed,dismissed\r\ndissmisser,dismisser\r\ndissmisses,dismisses\r\ndissmissible,dismissible\r\ndissmissing,dismissing\r\ndissobediance,disobedience\r\ndissobediant,disobedient\r\ndissobedience,disobedience\r\ndissobedient,disobedient\r\ndissodance,dissonance\r\ndissodant,dissident\r\ndissodence,dissidence\r\ndissole,dissolve\r\ndissolvment,dissolvement\r\ndissonante,dissonance\r\ndissonence,dissonance\r\ndissopite,disappoint\r\ndissopoint,disappoint\r\ndissopointed,dissapointed\r\ndissoppointmet,disappointment\r\ndissorder,disorder\r\ndissorderly,disorderly\r\ndissorders,disorders\r\ndissorienting,disorienting\r\ndissorients,disorients\r\ndissovle,dissolve\r\ndisspaointed,dissapointed\r\ndisspecafy,DisSpecify\r\ndisspecfiy,DisSpecify\r\ndisspecifiy,DisSpecify\r\ndisspecofy,DisSpecify\r\ndisspiate,dissipate\r\ndisspoonfull,DisSpoonful\r\ndisspoonfullly,DisSpoonfully\r\ndisspoonfullness,DisSpoonfulness\r\ndisspoonfulls,DisSpoonfuls\r\ndissposal,disposal\r\ndissppointed,dissapointed\r\ndisssadance,dissidence\r\ndisssadant,dissident\r\ndisssadants,dissidents\r\ndisssadence,dissidence\r\ndisssadent,dissident\r\ndisssadents,dissidents\r\ndisssedance,dissidence\r\ndisssedant,dissident\r\ndisssedants,dissidents\r\ndisssedence,dissidence\r\ndisssedent,dissident\r\ndisssedents,dissidents\r\ndisssicion,discussion\r\ndisssidance,dissidence\r\ndisssidant,dissident\r\ndisssidants,dissidents\r\ndisssidence,dissidence\r\ndisssident,dissident\r\ndisssidents,dissidents\r\ndisssodance,dissidence\r\ndisssodant,dissident\r\ndisssodants,dissidents\r\ndisssodence,dissidence\r\ndisssodent,dissident\r\ndisssodents,dissidents\r\ndissspointed,dissapointed\r\ndisstinctive,distinctive\r\ndissuccessfull,DisSuccessful\r\ndissuccessfullly,DisSuccessfully\r\ndissuccessfullness,DisSuccessfulness\r\ndissuccessfulls,DisSuccessfuls\r\ndissucussion,discussion\r\ndissypoint,disappoint\r\ndist-clena,dist-clean\r\ndistain,disdain\r\ndistained,disdained\r\ndistainful,disdainful\r\ndistainfully,disdainfully\r\ndistainfulness,disdainfulness\r\ndistaining,disdaining\r\ndistains,disdains\r\ndistaly,distally\r\ndistancesj,distances\r\ndistanctly,distinctly\r\ndistand,distant\r\ndistane,distance\r\ndistantion,distinction\r\ndistants,distance\r\ndistarct,distract\r\ndistart,distort\r\ndistase,distaste\r\ndistaster,disaster\r\ndistastful,distasteful\r\ndistater,disaster\r\ndistates,distaste\r\ndistatesful,distasteful\r\ndistatn,distant\r\ndistatnly,distantly\r\ndistatns,distants\r\ndistatse,distaste\r\ndistatseful,distasteful\r\ndistay,display\r\ndistensibilty,distensibility\r\ndistensiblity,distensibility\r\ndistent,distant\r\ndistently,distantly\r\ndistentoine,destination\r\ndistents,distants\r\ndisterbance,disturbance\r\ndisternasn,destination\r\ndisterrafy,DisTerrify\r\ndisterrfiy,DisTerrify\r\ndisterrifiy,DisTerrify\r\ndisterrofy,DisTerrify\r\ndistfirefox,dist\r\ndistibute,distribute\r\ndistibuted,distributed\r\ndistibutes,distributes\r\ndistibuting,distributing\r\ndistibution,distribution\r\ndistibutions,distributions\r\ndisticnt,distinct\r\ndisticntion,distinctions\r\ndisticntly,distinctly\r\ndistict,distinct\r\ndisticted,districted\r\ndisticter,districter\r\ndistictest,districtest\r\ndisticting,districting\r\ndistiction,distinction\r\ndistictive,districtive\r\ndistictively,distinctively\r\ndistictiveness,districtiveness\r\ndistictly,distinctly\r\ndistictness,districtness\r\ndistictor,districtor\r\ndisticts,districts\r\ndistiguish,distinguish\r\ndistiguished,distinguished\r\ndistigused,distinguished\r\ndistigushed,distinguished\r\ndistilation,distillation\r\ndistillled,distilled\r\ndistilllers,distillers\r\ndistination,destination\r\ndistinations,distinctions\r\ndistinc,distinct\r\ndistincion,distinction\r\ndistinciton,distinction\r\ndistincitons,distinctions\r\ndistincitve,distinctive\r\ndistincive,distinctive\r\ndistinclty,distinctly\r\ndistincte,distinctive\r\ndistinctie,distinctive\r\ndistinctily,distinctly\r\ndistinctin,distinctions\r\ndistinctioin,distinction\r\ndistinctivly,distinctively\r\ndistincty,distinctly\r\ndistindwish,distinguished\r\ndistingieg,distinguished\r\ndistingish,distinguish\r\ndistingished,distinguished\r\ndistingishes,distinguishes\r\ndistingishing,distinguishing\r\ndistingisted,distinguished\r\ndistingiush,distinguish\r\ndistingiushing,distinguishing\r\ndistingquised,distinguished\r\ndistingquished,distinguished\r\ndistingquisted,distinguished\r\ndistingrich,distinguished\r\ndistingrish,distinguished\r\ndistingrished,distinguished\r\ndistinguesd,distinguished\r\ndistinguinshing,distinguishing\r\ndistinguirsht,distinguished\r\ndistinguis,distinguish\r\ndistinguise,distinguished\r\ndistinguised,distinguished\r\ndistinguishd,distinguished\r\ndistinguising,distinguishing\r\ndistinguist,distinguished\r\ndistinguiste,distinguished\r\ndistingused,distinguished\r\ndistingush,distinguish\r\ndistingushed,distinguished\r\ndistingushes,distinguishes\r\ndistingushid,distinguished\r\ndistingushing,distinguishing\r\ndistingusihing,distinguishing\r\ndistingusted,distinguished\r\ndistingwhished,distinguished\r\ndistingwish,distinguished\r\ndistingwished,distinguished\r\ndistingwist,distinguished\r\ndistiniction,distinction\r\ndistinktion,distinction\r\ndistinquish,distinguish\r\ndistinquished,distinguished\r\ndistinquishes,distinguishes\r\ndistinquishing,distinguishing\r\ndistint,distinct\r\ndistintcly,distinctly\r\ndistintions,distinctions\r\ndistintive,distinctive\r\ndistintively,distinctively\r\ndistintly,distinctly\r\ndistinuished,distinguished\r\ndistirbance,disturbance\r\ndistirbuted,distribute\r\ndistirbuting,distributing\r\ndistirbution,distribution\r\ndistirbutions,distributions\r\ndistirbutor,distributor\r\ndistirshed,distinguished\r\ndistiungished,distinguished\r\ndistmingw,dist\r\ndistnct,distinct\r\ndistopia,dystopia\r\ndistopian,dystopian\r\ndistor,distort\r\ndistored,distorted\r\ndistorion,distortion\r\ndistoriton,distortion\r\ndistorsion,distortion\r\ndistortian,distortion\r\ndistorto,distortion\r\ndistortron,distortion\r\ndistrabution,distribution\r\ndistraccion,distraction\r\ndistractablity,distractability\r\ndistractes,distracts\r\ndistractia,district\r\ndistractibillity,distractibility\r\ndistractin,district\r\ndistractiv,district\r\ndistractons,distracts\r\ndistraktion,distraction\r\ndistration,distortion\r\ndistrbuted,distributed\r\ndistrbution,distribution\r\ndistrbutions,distributions\r\ndistrbutors,distributors\r\ndistrcit,district\r\ndistrcits,districts\r\ndistrct,district\r\ndistrcted,districted\r\ndistrcting,districting\r\ndistrcts,districts\r\ndistrect,district\r\ndistressfuly,distressfully\r\ndistresssed,distressed\r\ndistresssing,distressing\r\ndistribitor,distributor\r\ndistribitors,distributors\r\ndistribtion,distribution\r\ndistribtions,distributions\r\ndistribtuion,distributions\r\ndistribtution,distribution\r\ndistribucion,distribution\r\ndistribuciones,distros\r\ndistribue,distributed\r\ndistribued,distributed\r\ndistribuem,distribute\r\ndistribuent,distribute\r\ndistribuer,distribute\r\ndistribues,distributes\r\ndistribuie,distribute\r\ndistribuing,distributing\r\ndistribuion,distribution\r\ndistribuit,distribute\r\ndistribuite,distribute\r\ndistribuited,distributed\r\ndistribuito,distribution\r\ndistribuiton,distributions\r\ndistribuitor,distributor\r\ndistribusion,distributions\r\ndistribustion,distributions\r\ndistribut,distribute\r\ndistributated,distributed\r\ndistributeion,distribution\r\ndistributeis,distributes\r\ndistributer,distributor\r\ndistributers,distributors\r\ndistributie,distributed\r\ndistributin,distribution\r\ndistributino,distributions\r\ndistributio,distributor\r\ndistributioin,distribution\r\ndistributionzzz,distribution\r\ndistributior,distributor\r\ndistributiors,distributors\r\ndistributiosn,distributions\r\ndistributivos,distributions\r\ndistributons,distributors\r\ndistributore,distribute\r\ndistributs,distributors\r\ndistribuye,distribute\r\ndistribytion,distribution\r\ndistric,district\r\ndistriced,districted\r\ndistricing,districting\r\ndistrics,districts\r\ndistrig,distinguished\r\ndistrinutions,distributions\r\ndistrioni,distortion\r\ndistrit,district\r\ndistritcs,districts\r\ndistrited,districted\r\ndistriting,districting\r\ndistritributions,distributions\r\ndistrits,districts\r\ndistriubted,distributed\r\ndistriubtion,distributions\r\ndistrivution,distribution\r\ndistrobuted,distributed\r\ndistrobution,distribution\r\ndistrobutions,distributions\r\ndistrotion,distortion\r\ndistroy,destroy\r\ndistroyed,destroyed\r\ndistroying,destroying\r\ndistrub,disturb\r\ndistrubance,disturbance\r\ndistrubances,disturbance\r\ndistrubed,disturbed\r\ndistrubing,disturbing\r\ndistrubited,distributed\r\ndistrubiting,distributing\r\ndistrubition,distribution\r\ndistrubitions,distributions\r\ndistrubitor,distributor\r\ndistrubitors,distributors\r\ndistrubted,distributed\r\ndistrubtes,distrust\r\ndistrubtion,distribution\r\ndistrubute,distribute\r\ndistrubuted,distributed\r\ndistrubutes,distributes\r\ndistrubution,distribution\r\ndistrubutions,distributions\r\ndistrubutor,distributor\r\ndistrubutors,distributors\r\ndistructed,destructed\r\ndistructer,destructer\r\ndistructful,destructful\r\ndistructing,destructing\r\ndistruction,distribution\r\ndistructions,distractions\r\ndistructive,destructive\r\ndistructo,destructo\r\ndistructor,destructor\r\ndistrupt,disrupt\r\ndistrupts,distrust\r\ndisttribued,distributed\r\ndisttribues,distributes\r\ndisttribuing,distributing\r\ndisttribuion,distribution\r\ndisttribution's,distribution's\r\ndistubring,disturbing\r\ndistuingish,distinguish\r\ndistuingished,distinguished\r\ndistuingishing,distinguishing\r\ndistunguish,distinguish\r\ndisturbace,disturbance\r\ndisturbante,disturbance\r\ndisturbd,disturbed\r\ndisturben,disturbance\r\ndisturbence,disturbance\r\ndisturping,disrupting\r\ndistushed,distinguished\r\ndistustingly,disgustingly\r\ndistweetablilty,distweetability\r\ndisuade,dissuade\r\ndisuaded,dissuaded\r\ndisuadi,dissuadi\r\ndisuading,dissuading\r\ndisuadir,dissuadir\r\ndisuccsions,discussions\r\ndisucss,discuss\r\ndisucssing,discussing\r\ndisucssion,discussion\r\ndisucssions,discussions\r\ndisucussion,discussion\r\ndisuise,disuse\r\ndisuised,disused\r\ndisuises,disuses\r\ndisuntiy,disunity\r\ndisupted,disputed\r\ndisuptes,disputes\r\ndisurption,disruption\r\ndisussing,discussing\r\ndisussion,discussion\r\ndisverafy,DisVerify\r\ndisverfiy,DisVerify\r\ndisverifiy,DisVerify\r\ndisverofy,DisVerify\r\ndisvisibilty,disvisibility\r\ndiszined,designed\r\ndit-like,dict-like\r\nditach,detach\r\nditactorship,dictatorship\r\nditance,distance\r\nditectory,directory\r\nditermind,determined\r\nditionary,dictionary\r\nditlivered,delivered\r\nditribute,distribute\r\nditributed,distributed\r\nditributes,distributes\r\nditributing,distributing\r\nditribution,distribution\r\nditributions,distributions\r\nditributor,distributor\r\nditributors,distributors\r\nditsribution,distribution\r\ndivded,divided\r\ndivder,divider\r\ndivedend,dividend\r\ndiveing,diving\r\ndiveings,divings\r\ndiven,driven\r\ndivene,divine\r\ndiverisfy,diversify\r\ndiverison,DiVersion\r\ndiverisons,DiVersions\r\ndiveristy,diversity\r\ndivern,driven\r\ndivernes,driven\r\ndiversabilty,diversability\r\ndiversed,diverse\r\ndiversifiy,diversify\r\ndiversiy,diversify\r\ndiverstiy,diversity\r\ndivertion,DiVersion\r\ndivertions,DiVersions\r\ndiviation,deviation\r\ndivice,device\r\ndivices,devices\r\ndivid,divide\r\ndividendes,dividends\r\ndividendos,dividends\r\ndividened,dividend\r\ndivideneds,dividend\r\ndividens,dividends\r\ndivident,dividend\r\ndividid,divided\r\ndividies,divides\r\ndividng,dividing\r\ndivinition,divination\r\ndivinitiy,divinity\r\ndivinitory,divinity\r\ndivinquent,delinquent\r\ndivintiy,divinity\r\ndivisability,divisibility\r\ndivisable,divisible\r\ndivisably,divisibly\r\ndivised,devised\r\ndiviser,DiVisor\r\ndiviserfied,divisorfied\r\ndiviserity,divisority\r\ndiviseriya,divisoriya\r\ndivisers,divisors\r\ndiviserunt,divisorunt\r\ndiviserv,divisorv\r\ndivisibilty,divisibility\r\ndivisiblity,divisibility\r\ndivisionals,divisions\r\ndivisiones,divisions\r\ndivison,division\r\ndivisons,divisions\r\ndivsion,division\r\ndivsions,divisions\r\ndivv,div\r\ndivy,divide\r\ndiv̨,div\r\ndixed,fixed\r\ndiying,dying\r\ndizined,designed\r\ndjammmer,djammer\r\ndlenquit,delinquent\r\ndlete,delete\r\ndmcumentation,documentation\r\ndminished,diminished\r\ndn't,don't\r\ndn,and\r\ndncode,decode\r\ndnew,new\r\ndno't,don't\r\ndnser,answer\r\ndnymaic,dynamic\r\ndo'nt,don't\r\ndo`nt,don't\r\ndoalog,dialog\r\ndoamin,domain\r\ndoanloaded,downloaded\r\ndoapmine,dopamine\r\ndoar,door\r\ndoatg,dart\r\ndoath,dart\r\ndobilty,dobility\r\ndobuled,doubled\r\ndobulelift,doublelift\r\ndoccker-based,docker-based\r\ndoccuement,document\r\ndoccuemnt,document\r\ndoccumant,document\r\ndoccument,document\r\ndoccumentaries,documentaries\r\ndoccumentary,documentary\r\ndoccumentation,documentation\r\ndoccumented,documented\r\ndoccumenting,documenting\r\ndoccumentions,documentions\r\ndoccuments,documents\r\ndoccumetn,document\r\ndoccumnet,document\r\ndoccurs,occurs\r\ndocekr,docker\r\ndocement,documents\r\ndocements,documents\r\ndoched,dodged\r\ndocke,docker\r\ndocke-compose,docker-compose\r\ndocker-compse,docker-compose\r\ndocker-machien,docker-machine\r\ndockerocker,docker\r\ndocketted,docketed\r\ndocketting,docketing\r\ndocketts,dockets\r\ndockiments,documents\r\ndockmentation,documentation\r\ndockments,documents\r\ndockre,docker\r\ndockrer-registry,docker-registry\r\ndockuments,documents\r\ndockwer,docker\r\ndocmentation,documentation\r\ndocmuent,documentation\r\ndocoments,documents\r\ndocorators,decorators\r\ndocquements,documents\r\ndocquments,documents\r\ndocrated,decorated\r\ndocrine,doctrine\r\ndocrines,doctrines\r\ndocrtine,doctrine\r\ndocrtines,doctrines\r\ndoctaly,doctally\r\ndocter,doctor\r\ndocterments,documents\r\ndocters,doctors\r\ndoctine,doctrine\r\ndoctines,doctrines\r\ndoctirne,doctrine\r\ndoctments,documents\r\ndoctrienes,documents\r\ndoctriments,documents\r\ndoctrins,doctrines\r\ndoctuments,documents\r\ndoctumints,documents\r\ndocturments,documents\r\ndocucmented,documented\r\ndocuement,document\r\ndocuementary,documentary\r\ndocuementation,documentation\r\ndocuemented,documented\r\ndocuementos,documentos\r\ndocuements,documents\r\ndocuemnt,document\r\ndocuemntary,documentary\r\ndocuemntation,documentation\r\ndocuemnted,documented\r\ndocuemnting,documenting\r\ndocuemnts,documents\r\ndocuemtnation,documentation\r\ndocuentation,documentation\r\ndocuhebag,douchebag\r\ndocuhes,douches\r\ndocuhey,douchey\r\ndocukment,document\r\ndoculents,documents\r\ndocumant,documents\r\ndocumantad,documentad\r\ndocumantaion,documentaion\r\ndocumantaire,documentaire\r\ndocumantaiton,documentaiton\r\ndocumantal,documental\r\ndocumantaries,documentaries\r\ndocumantary,documentary\r\ndocumantataion,documentataion\r\ndocumantation,documentation\r\ndocumantations,documentations\r\ndocumantery,documentery\r\ndocumantion,documention\r\ndocumantries,documentries\r\ndocumantry,documentry\r\ndocumants,documents\r\ndocumation,documentation\r\ndocumen,document\r\ndocumenarie,documentarie\r\ndocumenaries,documentaries\r\ndocumenatation,documentation\r\ndocumenation,documentation\r\ndocumenatrian,documentarian\r\ndocumenatrians,documentarians\r\ndocumenatries,documentaries\r\ndocumenatrily,documentarily\r\ndocumenatry,documentary\r\ndocumence,documents\r\ndocumennts,documents\r\ndocumens,documents\r\ndocumentacion,documentation\r\ndocumentaian,documentarian\r\ndocumentaians,documentarians\r\ndocumentaies,documentaries\r\ndocumentaily,documentarily\r\ndocumentaion,documentation\r\ndocumentaions,documentations\r\ndocumentaire,documentaries\r\ndocumentaires,documentaries\r\ndocumentaiton,documentation\r\ndocumentaly,documentally\r\ndocumentare,documentaries\r\ndocumentareys,documentaries\r\ndocumentarios,documentaries\r\ndocumentarse,documentaries\r\ndocumentarsi,documentaries\r\ndocumentarys,documentaries\r\ndocumentat,documentation\r\ndocumentataion,documentation\r\ndocumentatation,documentation\r\ndocumentated,documented\r\ndocumentaties,documentaries\r\ndocumentatiion,documentation\r\ndocumentating,documentation\r\ndocumentatino,documentation\r\ndocumentatino--,documentation--\r\ndocumentatio,documentation\r\ndocumentatio0n,documentation\r\ndocumentatioin,documentation\r\ndocumentatioins,documentations\r\ndocumentationa,documentation\r\ndocumentationtat,documentation\r\ndocumentato,documentation\r\ndocumentatoin,documentation\r\ndocumentaton,documentation\r\ndocumentats,documents\r\ndocumentay,documentary\r\ndocumentdescription,document_description\r\ndocumentedr,documented\r\ndocumentencoding,document_encoding\r\ndocumentented,documented\r\ndocumententing,documenting\r\ndocumenterian,documentarian\r\ndocumenterians,documentarians\r\ndocumenteries,documentaries\r\ndocumenterily,documentarily\r\ndocumentery,documentary\r\ndocumentet,documented\r\ndocumention,documentation\r\ndocumentity,document\r\ndocumentories,documentaries\r\ndocumentory,documentary\r\ndocumentrian,documentarian\r\ndocumentrians,documentarians\r\ndocumentries,documentaries\r\ndocumentrily,documentarily\r\ndocumentry,documentary\r\ndocuments's,document's\r\ndocumentstion,documentation\r\ndocumenttion,documentation\r\ndocumentâs,document's\r\ndocumetation,documentation\r\ndocumetn,document\r\ndocumetnales,documentales\r\ndocumetnaries,documentaries\r\ndocumetnary,documentary\r\ndocumetnatino,documentation\r\ndocumetnation,documentation\r\ndocumetns,documents\r\ndocumetnt,documentt\r\ndocumetnts,documentts\r\ndocumment,document\r\ndocummented,documented\r\ndocumnent,document\r\ndocumnentation,documentation\r\ndocumnet,document\r\ndocumnetaries,documentaries\r\ndocumnetary,documentary\r\ndocumnetation,documentation\r\ndocumneted,documented\r\ndocumneting,documenting\r\ndocumnetry,documentry\r\ndocumnets,documents\r\ndocumntation,documentation\r\ndocumtations,documentation\r\ndocunents,documents\r\ndocus,focus\r\ndocutments,documents\r\ndocynent,document\r\ndode,dodged\r\ndodege,dodged\r\ndodeged,dodged\r\ndodjed,dodged\r\ndoeas,does\r\ndoed,did\r\ndoen't,don't\r\ndoen,done\r\ndoenload,download\r\ndoens't,don't\r\ndoens,does\r\ndoensn't,doesn't\r\ndoersn't,doesn't\r\ndoes'nt,doesn't\r\ndoes't,doesn't\r\ndoes`nt,doesn't\r\ndoese,does\r\ndoesen't,doesn't\r\ndoesn',doesn't\r\ndoesn,doesn't\r\ndoesn;t,doesn't\r\ndoesnt',doesn't\r\ndoesnt't,doesn't\r\ndoesnt,don't\r\ndoes’nt,doesn't\r\ndoexcatly,doexcately\r\ndofficult,difficult\r\ndogamtic,dogmatic\r\ndogd,dodged\r\ndogdammit,goddammit\r\ndogded,dodged\r\ndogders,dodgers\r\ndogding,dodging\r\ndoged,dodged\r\ndogeded,dodged\r\ndogele,dodged\r\ndogerd,dodged\r\ndogered,dodged\r\ndogfather,godfather\r\ndogje,dodged\r\ndogmatisch,dogmatic\r\ndogre,dodged\r\ndoign,doing\r\ndoimg,doing\r\ndoin,doing\r\ndoind,doing\r\ndoine,done\r\ndoining,doing\r\ndokcer,docker\r\ndoker,docker\r\ndol,dole\r\ndolay,duly\r\ndoley,duly\r\ndolgic,dologic\r\ndolgicer,dologicer\r\ndolhpin,dolphin\r\ndolhpins,dolphins\r\ndoller,dollar\r\ndollers,dollars\r\ndolllor,dollor\r\ndollor,dollar\r\ndolphines,dolphins\r\ndolphinese,dolphins\r\ndolphis,dolphins\r\ndolpin,dolphin\r\ndoly,duly\r\ndomai,domain\r\ndomainy,domain\r\ndomais,domains\r\ndoman,domain\r\ndomans,domains\r\ndomapine,dopamine\r\ndomatory,dormitory\r\ndomb,dumb\r\ndomecracy,democracy\r\ndomecrat,democrat\r\ndomecrats,democrats\r\ndomeritria,dormitory\r\ndomesitcated,domesticated\r\ndomestick,domestic\r\ndomesticted,domesticated\r\ndomiante,dominate\r\ndomiantes,dominates\r\ndomianting,dominating\r\ndomiantor,dominator\r\ndomimation,domination\r\ndominace,dominance\r\ndominacion,domination\r\ndominae,dominate\r\ndominaters,dominates\r\ndominateurs,dominates\r\ndominatiion,domination\r\ndominatiional,dominational\r\ndominatiions,dominations\r\ndominatin,domination\r\ndominationg,dominating\r\ndominato,domination\r\ndominatoin,domination\r\ndominatoinal,dominational\r\ndominatoins,dominations\r\ndominaton,domination\r\ndominatonal,dominational\r\ndominatons,dominations\r\ndominatory,dormitory\r\ndominats,dominates\r\ndominence,dominance\r\ndominences,dominances\r\ndominent,dominant\r\ndominently,dominantly\r\ndominete,dominate\r\ndomineted,dominated\r\ndominetes,dominates\r\ndomineting,dominating\r\ndominetion,domination\r\ndominetions,dominations\r\ndominetor,dominator\r\ndominetors,dominators\r\ndominiance,dominance\r\ndominiances,dominances\r\ndominiant,dominant\r\ndominiantly,dominantly\r\ndominiate,dominate\r\ndominiated,dominated\r\ndominiates,dominates\r\ndominiating,dominating\r\ndominiation,domination\r\ndominiations,dominations\r\ndominiator,dominator\r\ndominiators,dominators\r\ndominicanrepublic,Dominican Republic\r\ndominno,dominion\r\ndominoin,dominion\r\ndominon's,dominion's\r\ndominory,dormitory\r\ndomistic,domestic\r\ndomisticated,domesticated\r\ndomitory,dormitory\r\ndomitry,dormitory\r\ndommority,dormitory\r\ndommy,dummy\r\ndomominator,dominator\r\ndomorotry,dormitory\r\ndomortory,dormitory\r\ndomotory,dormitory\r\ndomutory,dormitory\r\ndon',don't\r\ndon'ctime,don't\r\ndon'y,don't\r\ndon/t,don't\r\ndon;t,don't\r\ndonatations,donations\r\ndonatioin,donation\r\ndonatioins,donations\r\ndonationss,donations\r\ndonatiosn,donations\r\ndonatoin,donation\r\ndond,done\r\ndonditional,conditional\r\ndonditions,conditions\r\ndoned,done\r\ndonesticated,domesticated\r\ndonig,doing\r\ndoning,dining\r\ndonkies,donkeys\r\ndonky,donkey\r\ndonkys,donkeys\r\ndonn't,don't\r\ndonnated,donated\r\ndonnors,donors\r\ndonnot,do not\r\ndonot,don't\r\ndonstream,downstream\r\ndont',don't\r\ndont't,don't\r\ndont,don't\r\ndonvt,don't\r\ndonw,down\r\ndonwgrade,downgrade\r\ndonwgraded,downgraded\r\ndonwload,download\r\ndonwloadable,downloadable\r\ndonwloaded,downloaded\r\ndonwloading,downloading\r\ndonwloads,downloads\r\ndonwnload,download\r\ndonwsides,downsides\r\ndonwvote,downvote\r\ndonwvoted,downvoted\r\ndonwvoters,downvoters\r\ndonwvotes,downvotes\r\ndonwvoting,downvoting\r\ndoo,do\r\ndoof,door\r\ndoog,dog\r\ndooged,dodged\r\ndoomator,dormitory\r\ndoomdsay,doomsday\r\ndoomhammmer,doomhammer\r\ndoomsdaily,doomsday\r\ndoon,done\r\ndooratory,dormitory\r\ndoormetory,dormitory\r\ndoormintory,dormitory\r\ndoornitory,dormitory\r\ndoosmday,doomsday\r\ndoosn't,doesn't\r\ndoown,down\r\ndop,top\r\ndophin,dolphin\r\ndophins,dolphins\r\ndoplhin,dolphin\r\ndoplhins,dolphins\r\ndopmaine,dopamine\r\ndopped,dropped\r\ndoppleganger,doppelgänger\r\ndoqwnloaded,downloaded\r\ndor,for\r\ndoramatory,dormitory\r\ndoramtory,dormitory\r\ndoratory,dormitory\r\ndordments,documents\r\ndorectory,directory\r\ndorenatory,dormitory\r\ndorimatory,dormitory\r\ndorimitory,dormitory\r\ndorimtory,dormitory\r\ndorinatory,dormitory\r\ndoring,during\r\ndoritory,dormitory\r\ndormadory,dormitory\r\ndormantory,dormitory\r\ndormarty,dormitory\r\ndormatary,dormitory\r\ndormatey,dormitory\r\ndormatoraly,dormitory\r\ndormatory,dormitory\r\ndormats,formats\r\ndormenatory,dormitory\r\ndorment,dormant\r\ndormentdory,dormitory\r\ndormentory,dormitory\r\ndormertory,dormitory\r\ndormetory,dormitory\r\ndormiatory,dormitory\r\ndormiltory,dormitory\r\ndorminatory,dormitory\r\ndormintory,dormitory\r\ndorminty,dormitory\r\ndormitary,dormitory\r\ndormititory,dormitory\r\ndormitlory,dormitory\r\ndormitly,dormitory\r\ndormitoriy,dormitory\r\ndormitorrary,dormitory\r\ndormontory,dormitory\r\ndormoratory,dormitory\r\ndormortary,dormitory\r\ndormortority,dormitory\r\ndormortory,dormitory\r\ndormotary,dormitory\r\ndormotory,dormitory\r\ndormtund,dortmund\r\ndornatorie,dormitory\r\ndornoratory,dormitory\r\ndoromatory,dormitory\r\ndoromitory,dormitory\r\ndoromority,dormitory\r\ndoromortory,dormitory\r\ndorrmatory,dormitory\r\ndors,doors\r\ndorsed,dodged\r\ndort,dart\r\ndorte,dart\r\ndortmud,dortmund\r\ndortory,dormitory\r\ndortumnd,dortmund\r\ndoseage,dosage\r\ndoseages,dosages\r\ndosen't,doesn't\r\ndosen,dozen\r\ndosent,doesn't\r\ndosn't,doesn't\r\ndossapointed,dissapointed\r\ndostaly,dostally\r\ndosztaly,dosztally\r\ndot-comaptible,dot-compatible\r\ndot-seperated,dot-separated\r\ndotrine,doctrine\r\ndotrmund,dortmund\r\ndottting,dotting\r\ndotuments,documents\r\ndoub,doubt\r\ndoube,double\r\ndoubellift,doublelift\r\ndoubl,double\r\ndoublc-clicked,double-clicked\r\ndoubleiift,doublelift\r\ndoubleleft,doublelift\r\ndoublelfit,doublelift\r\ndoublelit,doublelift\r\ndoublellift,doublelift\r\ndoublerift,doublelift\r\ndoubte,doubt\r\ndoubtfull,doubtful\r\ndoubule,double\r\ndouc,doubt\r\ndoucehbag,douchebag\r\ndouchely,douchey\r\ndoucheus,douches\r\ndoucment,document\r\ndoucmentation,documentation\r\ndoucmented,documented\r\ndoucments,documents\r\ndouctments,documents\r\ndoucument,document\r\ndouhed,dodged\r\ndouing,doing\r\ndoulbe,double\r\ndoulbed,doubled\r\ndoulbelift,doublelift\r\ndoulbes,doubles\r\ndouly,duly\r\ndoumentation,documentation\r\ndoun,down\r\ndound,done\r\ndount,don't\r\ndouplicates,duplicates\r\ndoupt,doubt\r\ndout,doubt\r\ndoutful,doubtful\r\ndoutless,doubtless\r\ndov,dove\r\ndoveco,dovecot\r\ndow,down\r\ndowe,dove\r\ndowen,down\r\ndowfall,downfall\r\ndowfalls,downfalls\r\ndowload,download\r\ndowloada,downloada\r\ndowloadable,downloadable\r\ndowloadables,downloadables\r\ndowloadand,downloadand\r\ndowloaded,downloaded\r\ndowloadeds,downloadeds\r\ndowloader,downloader\r\ndowloaders,downloaders\r\ndowloadhub,downloadhub\r\ndowloading,downloading\r\ndowloadlink,downloadlink\r\ndowloadmanager,downloadmanager\r\ndowloadmode,downloadmode\r\ndowloadpre,downloadpre\r\ndowloadprogress,downloadprogress\r\ndowloads,downloads\r\ndowloand,download\r\ndowmload,download\r\ndowmloaded,downloaded\r\ndowngarde,downgrade\r\ndowngarded,downgraded\r\ndowngradde,downgrade\r\ndowngradded,downgraded\r\ndowngraddes,downgrades\r\ndowngradding,downgrading\r\ndowngrated,downgrade\r\ndownlaad,download\r\ndownlad,download\r\ndownlading,downloading\r\ndownladn,download\r\ndownlads,downloads\r\ndownlaod,download\r\ndownlaodable,downloadable\r\ndownlaoded,downloaded\r\ndownlaoding,downloading\r\ndownlaods,downloads\r\ndownloaad,download\r\ndownloable,downloadable\r\ndownloadas,downloads\r\ndownloadbale,downloadable\r\ndownloadbel,downloadable\r\ndownloadbig,downloading\r\ndownloadble,downloadable\r\ndownloadeble,downloadable\r\ndownloades,downloads\r\ndownloand,download\r\ndownloands,downloads\r\ndownloas,downloads\r\ndownlod,download\r\ndownlooad,download\r\ndownnload,download\r\ndownoad,download\r\ndownolad,download\r\ndownovted,downvoted\r\ndownovting,downvoting\r\ndownriggger,downrigger\r\ndownroaded,downgraded\r\ndownsiders,downsides\r\ndownstar,downstairs\r\ndownstaris,downstairs\r\ndownsteam,downstream\r\ndownstiars,downstairs\r\ndownstrea,downstream\r\ndowntokers,downvoters\r\ndowntoking,downvoting\r\ndowntraded,downgraded\r\ndownviting,downvoting\r\ndownvore,downvoters\r\ndownvotear,downvoters\r\ndownvoteas,downvoters\r\ndownvoteds,downvoters\r\ndownvoteers,downvoters\r\ndownvotees,downvoters\r\ndownvoteing,downvoting\r\ndownvoteres,downvoters\r\ndownvoteros,downvoters\r\ndownvotesd,downvoters\r\ndownvotess,downvoters\r\ndownvotest,downvoters\r\ndownvoteur,downvoters\r\ndownvoteurs,downvoters\r\ndownvoties,downvoters\r\ndownvotr,downvoters\r\ndownvotres,downvoters\r\ndownvots,downvotes\r\ndownvotted,downvote\r\ndownvotters,downvoters\r\ndownvottes,downvoters\r\ndownvotting,downvoting\r\ndownwoters,downvoters\r\ndownwoting,downvoting\r\ndows,does\r\ndowstair,downstair\r\ndowstairs,downstairs\r\ndowstream,downstream\r\ndowtown,downtown\r\ndowward,downward\r\ndowwards,downwards\r\ndowwnstream,downstream\r\ndoxen,dozen\r\ndozend,dozen\r\ndo’nt,don't\r\ndp,do\r\ndpeending,depending\r\ndpeloy,deploy\r\ndpeloyment,deployment\r\ndpendencies,dependencies\r\ndpends,depends\r\ndpeth,depth\r\ndppi,dpi\r\ndprecated,deprecated\r\ndpresion,dpression\r\ndra,drag\r\ndraaaaaggged,draaaaagged\r\ndraclua,dracula\r\ndracual,dracula\r\ndraculea,dracula\r\ndraculla's,dracula's\r\ndraculla,dracula\r\ndraf,drag\r\ndraftman,draftsman\r\ndraftmans,draftsmans\r\ndraftmen,draftsmen\r\ndraftmenship,draftsmenship\r\ndraftment,draftsment\r\ndraftwoman,draftswoman\r\ndraftwomen,draftswomen\r\ndrag-andr-drop,drag-and-drop\r\ndragable,draggable\r\ndragagble,draggable\r\ndrage,drag\r\ndraged,dragged\r\ndragg,drag\r\ndraggabke,draggable\r\ndragggged,dragged\r\ndraggggged,dragged\r\ndraggggggggging,dragging\r\ndraggggging,dragging\r\ndragggging,dragging\r\ndraggging,dragging\r\ndraging,dragging\r\ndragones,dragons\r\ndragonus,dragons\r\ndragram,diagram\r\ndraisatly,draisately\r\ndrak,drank\r\ndrakest,darkest\r\ndramaticaly,dramatically\r\ndramaticlly,dramatically\r\ndramaticly,dramatically\r\ndrammatic,dramatic\r\ndrammatically,grammatically\r\ndramtic,dramatic\r\ndramtically,dramatically\r\ndramtics,dramatics\r\ndran,drawn\r\ndraned,drained\r\ndrankenstein,frankenstein\r\ndransfered,transferred\r\ndrapped,dropped\r\ndrasitcally,drastically\r\ndrasticaly,drastically\r\ndrasticlly,drastically\r\ndrasticly,drastically\r\ndrate,dart\r\ndratically,drastically\r\ndraughtman,draughtsman\r\ndraughtmans,draughtsmans\r\ndraughtmen,draughtsmen\r\ndraughtwoman,draughtswoman\r\ndraughtwomen,draughtswomen\r\ndravadian,dravidian\r\ndraven,driven\r\ndrawbag,drawback\r\ndrawble,drawable\r\ndrawed,drawn\r\ndrawerrrings,drawerrings\r\ndrawin,drawing\r\ndrawning,drawing\r\ndrawss,draws\r\ndrawwing,drawing\r\ndrck,dark\r\ndreadfull,dreadful\r\ndready,ready\r\ndreamfuly,dreamfully\r\ndreamin,dreaming\r\ndreamstilllives,dreamstillives\r\ndreasm,dreams\r\ndrection,direction\r\ndrectories,directories\r\ndrectory,directory\r\ndred,dread\r\ndredful,dreadful\r\ndreference,dereference\r\ndreft,drift\r\ndrem,dream\r\ndremd,dreamed\r\ndreprecated,deprecated\r\ndres,dress\r\ndresssed,dressed\r\ndressser,dresser\r\ndresssing,dressing\r\ndresssings,dressings\r\ndrest,dressed\r\ndret,dart\r\ndrevan,driven\r\ndrewe,drew\r\ndrfiting,drifting\r\ndrgonfly,dragonfly\r\ndri,dry\r\ndribbel,dribble\r\ndrid,dried\r\ndridge,bridge\r\ndriectly,directly\r\ndriectory,directory\r\ndriectx,directx\r\ndriffen,driven\r\ndrifitng,drifting\r\ndriftig,drifting\r\ndrik,drinks\r\ndriking,drinking\r\ndril,drill\r\ndrile,drill\r\ndrill-dow,drill-down\r\ndrillled,drilled\r\ndrilllers,drillers\r\ndrillling,drilling\r\ndrinkabilty,drinkability\r\ndrinkablity,drinkability\r\ndrinked,drank\r\ndrinkes,drinkers\r\ndrinkign,drinking\r\ndriping,dripping\r\ndrippping,dripping\r\ndripppings,drippings\r\ndrirectory,directory\r\ndrit,dirt\r\ndriv,drive\r\ndrivabilty,drivability\r\ndrivablility,drivability\r\ndrivablity,drivability\r\ndrivaled,driveled\r\ndrivaler,driveler\r\ndrivalers,drivelers\r\ndriveabillty,driveability\r\ndriveabilty,driveability\r\ndriveablility,driveability\r\ndriveablilty,driveability\r\ndriveablity,driveability\r\ndrivebilty,drivebility\r\ndrived,derived\r\ndrivef,driver\r\ndriveing,driving\r\ndriveings,drivings\r\ndriveless,driverless\r\ndrivent,driven\r\ndriveren,driven\r\ndriveris,drivers\r\ndrivern,driven\r\ndriviablity,driviability\r\ndrivie,driven\r\ndrivle,drivel\r\ndrivled,driveled\r\ndrivleing,driveling\r\ndrivler,driveler\r\ndrivlers,drivelers\r\ndrivles,drivels\r\ndrivling,driveling\r\ndrivly,drively\r\ndrk,dark\r\ndrlak,dark\r\ndrnik,drink\r\ndrniker,drinker\r\ndrnikers,drinkers\r\ndrniking,drinking\r\ndrniks,drinks\r\ndrog,drug\r\ndrom,from\r\ndron,drawn\r\ndrond,drown\r\ndronk,drunk\r\ndroped,dropped\r\ndroping,dropping\r\ndropit,dropped\r\ndroppped,dropped\r\ndroppper,dropper\r\ndroppping,dropping\r\ndroppted,dropped\r\ndropshippper,dropshipper\r\ndropshipppers,dropshippers\r\ndropshippping,dropshipping\r\ndropt,dropped\r\ndropted,dropped\r\ndroput,dropout\r\ndropwown,drop-down\r\ndrotmund,dortmund\r\ndround,drown\r\ndrow,drew\r\ndrowing,drowning\r\ndrownd,drowned\r\ndrrived,derived\r\ndrt,dart\r\ndrte,dart\r\ndrue,drew\r\ndrug-lord,drug lord\r\ndrug-lords,drug lords\r\ndruggablity,druggability\r\ndrugies,druggies\r\ndruglord,drug lord\r\ndruglords,drug lords\r\ndruhilllive,druhillive\r\ndruing,during\r\ndrumed,drummed\r\ndrumer,drummer\r\ndrumers,drummers\r\ndruming,drumming\r\ndrummless,drumless\r\ndrummmer,drummer\r\ndrummming,drumming\r\ndrumms,drums\r\ndrunkeness,drunkenness\r\ndruntime,runtime\r\ndrwaing,drawing\r\ndry-udpates,dry-updates\r\ndryed,dried\r\ndsabled,disabled\r\ndsata,data\r\ndsciplines,disciplines\r\ndscription,description\r\ndsecription,description\r\ndsicover,discover\r\ndsicuss,discuss\r\ndsiplay,display\r\ndsisplayed,displayed\r\ndsolal,disposal\r\ndsplay,display\r\ndsscriptor,descriptor\r\ndstreployed,deployed\r\ndstroy,destroy\r\ndsyfunction,dysfunction\r\ndsyfunctional,dysfunctional\r\ndsyphoria,dysphoria\r\ndsytopian,dystopian\r\ndtaa,data\r\ndtabase,database\r\ndtermine,determine\r\ndtermines,determines\r\ndthe,the\r\ndtive,drive\r\ndtring,string\r\ndu-duping,de-duping\r\nduaghter,daughter\r\nduaghters,daughters\r\nduailty,duality\r\ndual-weild,dual-wield\r\nduallities,dualities\r\nduallity,duality\r\ndualtiy,duality\r\ndualy,duly\r\nduarabilty,duarability\r\nduaration,duration\r\ndubbbed,dubbed\r\nduble,double\r\ndublicate,duplicate\r\ndublications,publications\r\ndubsetp,dubstep\r\ndubug,debug\r\ndubugging,debugging\r\nduch,such\r\nducoment,document\r\nducomentation,documentation\r\nductibilty,ductibility\r\nductilaties,ductilities\r\nductilaty,ductility\r\nductillities,ductilities\r\nductillity,ductility\r\nductilties,ductilities\r\nductilty,ductility\r\nductioneery,dictionary\r\nductities,ductilities\r\nductity,ductility\r\nductles,ductless\r\nducument,document\r\nducumentation,documentation\r\nducuments,documents\r\ndudly,duly\r\ndue-dilegence,due-diligence\r\nduealy,duly\r\nduece,deuce\r\nduelet,duly\r\ndueley,duly\r\nduelly,duly\r\nduelwy,duly\r\nduely,duly\r\nduerenmat,dürrenmatt\r\nduerenmatt,dürrenmatt\r\nduerennmat,dürrenmatt\r\nduerennmatt,dürrenmatt\r\nduerrenmat,dürrenmatt\r\nduerrenmatt,dürrenmatt\r\nduerrennmat,dürrenmatt\r\nduerrennmatt,dürrenmatt\r\nduetschland,deutschland\r\ndugged,dug\r\nduice,juice\r\nduing,during\r\nduirng,during\r\nduk,duck\r\ndulaity,duality\r\ndulay,duly\r\nduleing,dueling\r\nduley,duly\r\ndulicate,duplicate\r\ndulicates,duplicates\r\ndulley,duly\r\ndulplicate,duplicate\r\ndum,dumb\r\ndumbbellls,dumbbells\r\ndumbbels,dumbbells\r\ndumbell,dumbbell\r\ndumbells,dumbbells\r\ndumbfouded,dumbfounded\r\ndumbfoundeads,dumbfounded\r\ndumbfouned,dumbfounded\r\ndumplicate,duplicate\r\ndumplicated,duplicated\r\ndumplicates,duplicates\r\ndumplicating,duplicating\r\ndumprs,dumpers\r\ndumpsback,dumps\r\ndumptser,dumpster\r\ndumspter,dumpster\r\ndunamic,dynamic\r\ndunegon,dungeon\r\ndunegons,dungeons\r\ndungeoness,dungeons\r\ndungeos,dungeons\r\ndungeoun,dungeon\r\ndungoen,dungeon\r\ndungoens,dungeons\r\ndungres,dangerous\r\ndunnner,dunner\r\ndunpty,dumpy\r\ndunstan,dunstan's\r\ndunts,dunce\r\nduoble,double\r\nduond,dound\r\ndupicatable,duplicatable\r\ndupicate,duplicate\r\ndupicated,duplicated\r\ndupicates,duplicates\r\ndupicating,duplicating\r\ndupication,duplication\r\ndupicative,duplicative\r\ndupicator,duplicator\r\ndupilcate,duplicate\r\ndupilcates,duplicates\r\ndupilcation,duplication\r\nduplacate,duplicate\r\nduplcate,duplicate\r\nduplciate,duplicate\r\nduplciates,duplicates\r\ndupliate,duplicate\r\ndupliates,duplicates\r\nduplicaating,duplicating\r\nduplicants,duplicates\r\nduplicas,duplicates\r\nduplicatas,duplicates\r\nduplicatation,duplication\r\nduplicatioin,duplication\r\nduplicats,duplicates\r\nduplicattes,duplicates\r\nduplice,duplicate\r\nduplicitas,duplicates\r\nduplictate,duplicate\r\nduplicte,duplicate\r\nduplidate,duplicate\r\nduplifaces,duplicates\r\nduplucated,duplicated\r\ndupplicate,duplicate\r\ndupplicated,duplicated\r\ndur,due\r\ndurabiblity,durabibility\r\ndurabiity,durability\r\ndurabiliy,durability\r\ndurabillity,durability\r\ndurabillty,durability\r\ndurabiltiy,durability\r\ndurabilty,durability\r\ndurablility,durability\r\ndurablilty,durability\r\ndurablity,durability\r\nduraiblity,duraibility\r\nduraiton,duration\r\nduratino,duration\r\nduratioin,duration\r\nduratoin,duration\r\nduraton,duration\r\ndurch,dutch\r\ndureblility,durebility\r\ndurectiry,directory\r\ndurectly,directly\r\nduren,during\r\ndurenmat,dürrenmatt\r\ndurenmatt,dürrenmatt\r\ndurennmat,dürrenmatt\r\ndurennmatt,dürrenmatt\r\nduribillity,duribility\r\nduribilty,duribility\r\nduriblity,duribility\r\ndurig,during\r\ndurign,during\r\ndurin,during\r\nduringherlife-time,duringher lifetime\r\nduringhislife-time,duringhis lifetime\r\nduringitslife-time,duringits lifetime\r\nduringtheirlife-time,duringtheir lifetime\r\ndurint,during\r\ndurion,during\r\ndurk,dark\r\ndurm,drum\r\ndurmatory,dormitory\r\ndurning,during\r\ndurration,duration\r\ndurrenmat,dürrenmatt\r\ndurrenmatt,dürrenmatt\r\ndurrennmat,dürrenmatt\r\ndurrennmatt,dürrenmatt\r\ndurres,durrës\r\ndurring,during\r\ndurt,dirt\r\ndurte,dart\r\ndurty,dirty\r\ndusbtep,dubstep\r\ndusfunctional,dysfunctional\r\ndusgustingly,disgustingly\r\ndusnt,doesn't\r\ndusseldorf,düsseldorf\r\ndusseltal,düsseltal\r\nduste,dusty\r\ndustification,justification\r\ndutchess,duchess\r\ndute,date\r\nduting,during\r\ndutly,duly\r\ndutys,duties\r\nduye,due\r\ndveices,devices\r\ndvelop,develop\r\ndveloped,developed\r\ndveloper,developer\r\ndvelopment,development\r\ndvidide,divide\r\ndwarvens,dwarves\r\ndweb,web\r\ndwelllers,dwellers\r\ndwellling,dwelling\r\ndwelllings,dwellings\r\ndwels,dwells\r\ndwinding,dwindling\r\ndwnload,download\r\ndwon,down\r\ndwws,dws\r\ndya,day\r\ndyamic,dynamic\r\ndyamically,dynamically\r\ndyanamic,dynamic\r\ndyanimc,dynamic\r\ndyanmic,dynamic\r\ndyanmically,dynamically\r\ndyanmics,dynamics\r\ndyanmite,dynamite\r\ndyansty,dynasty\r\ndyas,dryas\r\ndymamic,dynamic\r\ndymanic,dynamic\r\ndymanically,dynamically\r\ndymanics,dynamics\r\ndymanite,dynamite\r\ndymatic,dynamic\r\ndymond,diamond\r\ndynaic,dynamic\r\ndynamcally,dynamically\r\ndynamica,dynamical\r\ndynamicallly,dynamically\r\ndynamicaly,dynamically\r\ndynamicdns,dynamics\r\ndynamicism,dynamism\r\ndynamiclly,dynamically\r\ndynamicly,dynamically\r\ndynamicly-typed,dynamically-typed\r\ndynamicpsf,dynamics\r\ndynamicus,dynamics\r\ndynamik,dynamic\r\ndynamimcally,dynamically\r\ndynamis,dynamics\r\ndynamitage,dynamite\r\ndynamitcally,dynamically\r\ndynamnic,dynamic\r\ndynanmic,dynamic\r\ndynastry,dynasty\r\ndyncmic,dynamic\r\ndynically,dynamically\r\ndyning,dining\r\ndynmically,dynamically\r\ndynsaty,dynasty\r\ndypshoria,dysphoria\r\ndyregulation,deregulation\r\ndysentry,dysentery\r\ndysfonction,dysfunction\r\ndysfonctional,dysfunctional\r\ndysfucntion,dysfunction\r\ndysfucntional,dysfunctional\r\ndysfuction,dysfunction\r\ndysfuctional,dysfunctional\r\ndysfuncion,dysfunction\r\ndysfunciton,dysfunction\r\ndysfuncitonal,dysfunctional\r\ndysfunctionnal,dysfunctional\r\ndysfunktion,dysfunction\r\ndysfunktional,dysfunctional\r\ndysfuntion,dysfunction\r\ndysfuntional,dysfunctional\r\ndysfuntionality,dysfunctionality\r\ndysfuntions,dysfunctions\r\ndysgrpahics,dysgraphics\r\ndyshporia,dysphoria\r\ndysoptian,dystopian\r\ndysphoira,dysphoria\r\ndysphora,dysphoria\r\ndysphroia,dysphoria\r\ndysplaying,displaying\r\ndyspohria,dysphoria\r\ndyspotian,dystopian\r\ndystopain,dystopian\r\ndystpoian,dystopian\r\ndénoument,dénouement\r\ndûs,dus\r\ndürenmat,dürrenmatt\r\ndürenmatt,dürrenmatt\r\ndürennmat,dürrenmatt\r\ndürennmatt,dürrenmatt\r\ndürrennmat,dürrenmatt\r\ndürrennmatt,dürrenmatt\r\ne-bay,eBay\r\ne-commerence,e-commerce\r\ne-commmerce,e-commerce\r\ne-maill,e-mail\r\ne-mayails,e-mails\r\neaach,each\r\neaasier,easier\r\neacgh,each\r\neached,each\r\neachohter,eachother\r\neachotehr,eachother\r\neachother,each other\r\neachtoher,eachother\r\neacj,each\r\neackage,package\r\neaclely,equally\r\neaclly,equally\r\neaconomicl,economical\r\neact,react\r\neacy,each\r\nead,read\r\neads,reads\r\neaech,each\r\neaeth,earth\r\neagar,eager\r\neagde,edge\r\neage,edge\r\neaght,eight\r\neaghty,eighty\r\neahc,each\r\neaily,easily\r\neaiser,easier\r\nealier,earlier\r\nealiest,earliest\r\neally,really\r\nealpha,e-alpha\r\nealrier,earlier\r\nealry-stopping,early-stopping\r\neample,example\r\neamples,examples\r\neanble,enable\r\neanbled,enabled\r\neanples,examples\r\neant,want\r\neanwer,answer\r\neany,any\r\neaqely,equally\r\neaqll,equally\r\neaqually,equally\r\neaquly,equally\r\neaqurl,equally\r\nearch,search\r\nearger,eager\r\nearhtbound,earthbound\r\nearhtquakes,earthquakes\r\nearier,earlier\r\neariest,earliest\r\neariler,earlier\r\nearilest,earliest\r\nearleir,earlier\r\nearler,earlier\r\nearliet,earliest\r\nearlyer,earlier\r\nearlyest,earliest\r\nearnign,earning\r\nearnigns,earnings\r\nearnt,earned\r\nearoplane,aeroplane\r\nearoplanes,aeroplane\r\nearpluggs,earplugs\r\nearplus,earplugs\r\nearrring,earring\r\nearrrings,earrings\r\nearse,erase\r\nearthboud,earthbound\r\nearthqauke,earthquake\r\nearthqaukes,earthquakes\r\nearthquack,earthquake\r\nearthquackes,earthquakes\r\nearthquacks,earthquakes\r\nearthquakers,earthquakes\r\nearthquaks,earthquakes\r\nearthquate,earthquake\r\nearthqukes,earthquakes\r\neary,early\r\neasally,easily\r\neasaly,easily\r\neasely,easily\r\neasery,easier\r\neasest,easiest\r\neash,each\r\neasially,easily\r\neasialy,easily\r\neasie,easier\r\neasier-to-reivew,easier-to-review\r\neasies,easiest\r\neasiet,easiest\r\neasiliy,easily\r\neasilly,easily\r\neasilty,easily\r\neasining,easing\r\neasire,easier\r\neasiser,easier\r\neasist,easiest\r\neasity,easily\r\neasly,easily\r\neassier,easier\r\neastablishing,establishing\r\neasthetically,aesthetically\r\neasthetics,aesthetics\r\neastren,eastern\r\neasttimor,East Timor\r\neastwod,eastwood\r\neastwoood,eastwood\r\neastwoord,eastwood\r\neasy-easyrollback,easy-rollback\r\neasy-tou-use,easy-to-use\r\neasyer,easier\r\neasyest,easiest\r\neasyily,easily\r\neasyly,easily\r\neated,eaten\r\neath,earth\r\neathe,earth\r\neather,either\r\neatoin,eation\r\neatswood,eastwood\r\neattaly,eattally\r\neatten,eaten\r\neature,feature\r\neaven,even\r\neavesdroppper,eavesdropper\r\neavesdropppers,eavesdroppers\r\neavesdroppping,eavesdropping\r\neaw,raw\r\neaxample,example\r\neaxctly,exactly\r\neaxh,each\r\neaxmple,example\r\neaxmples,example\r\neay,easy\r\neays,easy\r\neazily,easily\r\neazy,easy\r\neb,be\r\nebatly,ebately\r\nebcuase,becuase\r\nebe,be\r\nebillity,ebility\r\nebout,about\r\nebtry,entry\r\nebug,debug\r\necamonical,economical\r\necamples,examples\r\necanomic,economic\r\necanomical,economical\r\necapsulate,encapsulate\r\necapsulation,encapsulation\r\necasty,ecstasy\r\necatasy,ecstasy\r\necatly,ecately\r\neccalnomical,economical\r\necceptable,acceptable\r\necception,exception\r\neccessive,excessive\r\necclectic,eclectic\r\necclectically,eclectically\r\necclecticism,eclecticism\r\necclectics,eclectics\r\necclesiatic,ecclesiastic\r\necclesiolagical,ecclesiological\r\necclesioligist,ecclesiologist\r\necclestiastical,ecclesiastical\r\neccnomics,economics\r\neccomic,economic\r\neccomical,economical\r\neccominical,economical\r\neccommodate,accommodate\r\neccomomic,economic\r\neccomonic,economic\r\neccomonics,economics\r\necconic,economic\r\necconmical,economical\r\necconnomicle,economical\r\necconolikes,economics\r\necconomec,economic\r\necconomic,economic\r\necconomical,economical\r\necconomicaly,economicaly\r\necconomics,economics\r\necconomist,economist\r\necconomy,economy\r\neccountabilty,eccountability\r\nececution,execution\r\neceive,receive\r\necemetic,economic\r\necenomic,economic\r\necenomical,economical\r\necenomics,economics\r\necentric,eccentric\r\necentrical,eccentrical\r\necentricarts,eccentricarts\r\necentrici,eccentrici\r\necentricity,eccentricity\r\neceonomc,economc\r\neceonomic,economic\r\neceonomical,economical\r\neceonomy,economy\r\necexution,execution\r\nech,each\r\nechanisms,mechanisms\r\necharcon,écharcon\r\nechenimical,economical\r\nechocardiogrpahy,echocardiography\r\nechomanitic,economics\r\nechomnic,economic\r\nechosystem,ecosystem\r\necidious,deciduous\r\necilpse,eclipse\r\necinomic,economic\r\necinomical,economical\r\necipse,eclipse\r\neckanomital,economical\r\necknowledgement,acknowledgement\r\necknowledging,acknowledging\r\necknowledgment,acknowledgement\r\necknowlging,acknowledging\r\neckonomick,economic\r\neckonomics,economics\r\neckonomit,economic\r\neclair,éclair\r\neclairs,éclairs\r\neclat,éclat\r\neclesiast,ecclesiast\r\neclesiastes,ecclesiastes\r\neclesiastical,ecclesiastical\r\neclesiastique,ecclesiastique\r\neclesiastiques,ecclesiastiques\r\neclesiastul,ecclesiastul\r\neclipes,eclipse\r\neclispe,eclipse\r\neclisped,eclipsed\r\neclispes,eclipses\r\neclisping,eclipsing\r\neclispse,eclipse\r\neclispsed,eclipsed\r\neclispses,eclipses\r\neclispsing,eclipsing\r\neclpise,eclipse\r\necmomical,economical\r\necnoded,encoded\r\necnomic,economic\r\necnomical,economical\r\necnowledging,acknowledging\r\necnrypted,encrypted\r\necoded,encoded\r\necoding,encoding\r\necodings,encodings\r\necolgic,ecologic\r\necolgica,ecologica\r\necolgical,ecological\r\necolgicamenye,ecologicamenye\r\necolgico,ecologico\r\necoligical,ecological\r\necoligically,ecologically\r\necollemont,écollemont\r\necolmomical,economical\r\necologia,ecological\r\necomanic,economic\r\necomatic,economic\r\necomatics,economics\r\necomdomical,economical\r\necomenical,economical\r\necomercla,economical\r\necomic,economic\r\necomical,economical\r\necomically,economical\r\necomices,economics\r\necomicial,economical\r\necomics,economics\r\necomience,economics\r\necomiese,economics\r\necominey,economics\r\necominic,economic\r\necominical,economical\r\necominics,economics\r\necommect,economic\r\necommic,economic\r\necommical,economical\r\necommonical,economical\r\necommonics,economics\r\necommononices,economics\r\necomnic,economic\r\necomnical,economical\r\necomnics,economic\r\necomnies,economics\r\necomnomic,economic\r\necomnomices,economics\r\necomnonics,economics\r\necomocal,economical\r\necomodation,accommodation\r\necomoic,economic\r\necomoicks,economics\r\necomoics,economics\r\necomomacily,economical\r\necomomic,economics\r\necomomical,economical\r\necomomics,economics\r\necomonic,economic\r\necomonica,economic\r\necomonical,economical\r\necomonically,economically\r\necomonices,economics\r\necomonics,economics\r\necomonicts,economics\r\necomontic,economics\r\necomony,economic\r\necomyonecal,economical\r\neconalical,economical\r\neconamical,economical\r\neconamicl,economical\r\neconcomial,economical\r\necond,send\r\neconices,economic\r\neconicial,economical\r\neconicmal,economical\r\neconics,economics\r\neconimic,economic\r\neconimical,economical\r\neconimically,economically\r\neconimists,economists\r\neconimy,economic\r\neconince,economic\r\neconmace,economics\r\neconmic,economic\r\neconmical,economical\r\neconmics,economics\r\neconmocial,economical\r\neconmomick,economic\r\neconnomic,economic\r\neconnomical,economical\r\neconnomics,economics\r\neconocomal,economical\r\neconomal,economical\r\neconomce,economic\r\neconomcil,economical\r\neconomck,economics\r\neconomcs,economics\r\neconomecle,economical\r\neconomects,economics\r\neconomicaly,economically\r\neconomicas,economics\r\neconomiccal,economical\r\neconomicial,economical\r\neconomicies,economics\r\neconomicks,economics\r\neconomicle,economical\r\neconomiclly,economically\r\neconomico,economical\r\neconomicos,economics\r\neconomicts,economics\r\neconomicus,economics\r\neconomis,economics\r\neconomisch,economic\r\neconomise-,economic\r\neconomisesti,economists\r\neconomisit,economists\r\neconomisiti,economist\r\neconomistes,economists\r\neconomtric,econometric\r\neconomycal,economical\r\necononec,economic\r\necononic,economic\r\necononics,economics\r\necononmix,economics\r\neconopics,economics\r\necossytem,ecosystem\r\necoverd,ecovered\r\necpecially,especially\r\necqally,equally\r\necqaly,equally\r\necqueped,equipped\r\necquipped,equipped\r\necquipt,equipped\r\necqunomic,economic\r\necriennes,écriennes\r\necrypted,encrypted\r\necspained,explained\r\necspecailly,especially\r\necspecially,especially\r\necspeclly,especially\r\necstacy,ecstasy\r\necstacys,ecstasy\r\necstascy,ecstasy\r\necstasty,ecstasy\r\nectastic,ecstatic\r\nectasy,ecstasy\r\nectonomaly,economical\r\nectsasy,ecstasy\r\necualey,equally\r\necudor,ecuador\r\necudorian,ecuadorian\r\necudorians,ecuadorians\r\necueil,écueil\r\neculy,equally\r\necunumical,economical\r\necurity,security\r\necurring,recurring\r\necury,écury\r\necxtasy,ecstasy\r\nedability,edibility\r\nedable,edible\r\nedables,edibles\r\nedably,edibly\r\nedablys,ediblys\r\nedbiles,edibles\r\neddetion,edition\r\nedditable,editable\r\neddition,edition\r\nedeation,edition\r\nedecuting,executing\r\nedege,edge\r\nedentually,eventually\r\nedficient,deficient\r\nedfuly,edfully\r\nedg,edge\r\nedibels,edibles\r\nedibilty,edibility\r\nedificaiton,edification\r\nediion,edition\r\nediit,edit\r\nediition,edition\r\nedimetily,immediately\r\nedior,editor\r\nediquate,adequate\r\nedisablities,edisabilities\r\nedision,edition\r\nedison,edition\r\neditabilty,editability\r\neditablex,editable\r\neditablity,editability\r\nediter,editor\r\nediteral,editoral\r\neditered,editored\r\nediterial,editorial\r\neditering,editoring\r\nediters,editors\r\neditiable,editable\r\neditied,edited\r\neditio,edition\r\neditioin,edition\r\neditioinal,editional\r\neditioinally,editionally\r\neditioinism,editionism\r\neditioinisms,editionisms\r\neditioinist,editionist\r\neditioinists,editionists\r\neditioins,editions\r\neditiones,editions\r\neditiong,editing\r\neditior,editor\r\neditiosn,editions\r\neditoin,edition\r\neditoinal,editional\r\neditoinally,editionally\r\neditoinism,editionism\r\neditoinisms,editionisms\r\neditoinist,editionist\r\neditoinists,editionists\r\neditoins,editions\r\nediton,edition\r\neditonal,editional\r\neditonally,editionally\r\neditonism,editionism\r\neditonisms,editionisms\r\neditonist,editionist\r\neditonists,editionists\r\neditons,editions\r\neditor-independant,editor-independent\r\neditoras,editors\r\neditores,editors\r\neditted,edited\r\neditter,editor\r\neditting,editing\r\nedittor,editor\r\nedittorial,editorial\r\nedittorials,editorials\r\nedittors,editors\r\nedn,end\r\nednif,endif\r\nednpoint,endpoint\r\nedpoint,endpoint\r\nedsge,edge\r\nedstaplishing,establishing\r\nedtion,edition\r\nedtior,editor\r\neduacation,education\r\neduacte,educate\r\neduacted,educated\r\neduactes,educates\r\neduacting,educating\r\neduactioin,eduaction\r\neduaction,education\r\neduactional,educational\r\neduactionally,educationally\r\neduactor,educator\r\neduactors,educators\r\neduate,educate\r\neduated,educated\r\neduates,educates\r\neduating,educating\r\neduatioin,eduation\r\neduation,education\r\neduational,educational\r\neduationally,educationally\r\neduator,educator\r\neduators,educators\r\neducacional,educational\r\neducatioin,education\r\neducationaly,educationally\r\neducationnal,educational\r\neducatiuonal,educational\r\neducatly,educately\r\neducatoin,education\r\neducatoinal,educational\r\neductional,educational\r\nedwrad,edward\r\nedwradian,edwardian\r\nedwradians,edwardians\r\nedwrads,edwards\r\nedwradson,edwardson\r\nedwradsons,edwardsons\r\neeach,each\r\neearlier,earlier\r\neearly,early\r\neeasily,easily\r\neeb,ebb\r\neecominc,economic\r\neeconomemic,economics\r\neee,see\r\neeeeeeeevvvvvver,eeeeeeeevver\r\neeeewwws,eeeewws\r\neeetaly,eeetally\r\neeewws,eeews\r\neeformaties,eeformities\r\neeformaty,eeformity\r\neefrsment,refreshment\r\neeked,eked\r\neeking,eking\r\neelment,element\r\neemail,email\r\neemaining,remaining\r\neeme,name\r\neenable,enable\r\neercise,exercise\r\neeriely,eerily\r\neerieness,eeriness\r\neesiliency,resiliency\r\neest,east\r\neetaly,eetally\r\neevent,event\r\neexample,example\r\neexceptions,exceptions\r\neexpected,expected\r\neexperimental,experimental\r\neexplicit,explicit\r\nef,of\r\nefault,default\r\nefecency,efficiency\r\nefeciency,efficiency\r\nefect,effect\r\nefecta,effecta\r\nefectado,effectado\r\nefectal,effectal\r\nefectalia,effectalia\r\nefecte,effecte\r\nefected,effected\r\nefectele,effectele\r\nefectelor,effectelor\r\nefecter,effecter\r\nefectes,effectes\r\nefectibo,effectibo\r\nefecticamente,effecticamente\r\nefectie,effectie\r\nefectiely,effectiely\r\nefectimax,effectimax\r\nefectin,effectin\r\nefecting,effecting\r\nefection,effection\r\nefectionally,affectionately\r\nefectionatly,affectionately\r\nefectionly,affectionately\r\nefections,effections\r\nefectiontily,affectionately\r\nefectis,effectis\r\nefectiu,effectiu\r\nefectius,effectius\r\nefectiv,effectiv\r\nefectiva,effectiva\r\nefectivamente,effectivamente\r\nefectivas,effectivas\r\nefective,effective\r\nefectivelly,effectivelly\r\nefectively,effectively\r\nefectivenes,effectivenes\r\nefectiveness,effectiveness\r\nefectividad,effectividad\r\nefectivity,effectivity\r\nefectivizado,effectivizado\r\nefectivley,effectivley\r\nefectivly,effectivly\r\nefectivness,effectivness\r\nefectivo,effectivo\r\nefectivos,effectivos\r\nefectly,effectly\r\nefecto,effecto\r\nefectocialis,effectocialis\r\nefectoled,effectoled\r\nefectoledcom,effectoledcom\r\nefectooo,effectooo\r\nefectoparalla,effectoparalla\r\nefector,effector\r\nefectors,effectors\r\nefectorsoo,effectorsoo\r\nefectos,effectos\r\nefectosdelalc,effectosdelalc\r\nefectounicornio,effectounicornio\r\nefectro,effectro\r\nefects,effects\r\nefectuada,effectuada\r\nefectuadas,effectuadas\r\nefectuados,effectuados\r\nefectual,effectual\r\nefectuam,effectuam\r\nefectuamos,effectuamos\r\nefectuar,effectuar\r\nefectuarea,effectuarea\r\nefectuarii,effectuarii\r\nefectuat,effectuat\r\nefectuata,effectuata\r\nefectuate,effectuate\r\nefectuati,effectuati\r\nefectuation,effectuation\r\nefectudado,effectudado\r\nefectueaza,effectueaza\r\nefectuez,effectuez\r\nefectueze,effectueze\r\nefectul,effectul\r\nefectului,effectului\r\nefectum,effectum\r\nefectv,effectv\r\nefectve,effectve\r\nefectvely,effectvely\r\nefecty,effecty\r\nefectyv,effectyv\r\nefectyvna,effectyvna\r\nefel,evil\r\neferred,referred\r\neffciency,efficiency\r\neffcient,efficient\r\neffciently,efficiently\r\neffctivly,effctively\r\neffeceincy,efficiency\r\neffecency,efficiency\r\neffecent,efficient\r\neffecentce,efficiency\r\neffecently,efficiently\r\neffeceny,efficiency\r\neffeciance,efficiency\r\neffeciancy,efficiency\r\neffecience,efficiency\r\neffeciences,efficiences\r\neffeciencey,efficiencey\r\neffeciencice,efficiency\r\neffeciencies,efficiencies\r\neffeciencs,efficiencs\r\neffecienct,efficienct\r\neffeciency,efficiency\r\neffeciencyon,efficiencyon\r\neffecienny,efficiency\r\neffecient,efficient\r\neffecientcy,efficientcy\r\neffecientgrip,efficientgrip\r\neffeciently,efficiently\r\neffecienty,efficiency\r\neffecieny,efficieny\r\neffecinately,affectionately\r\neffecincy,efficiency\r\neffecintcy,efficiency\r\neffecinty,efficiency\r\neffecionate,affectionate\r\neffecitively,effectively\r\neffecitvely,effectively\r\neffecs,effects\r\neffectence,efficiency\r\neffectently,affectionately\r\neffectevely,effectively\r\neffectiantly,affectionately\r\neffectinal,efficiency\r\neffectinge,effecting\r\neffectinly,affectionately\r\neffection,affectionate\r\neffectionally,affectionately\r\neffectionate,affectionate\r\neffectionately,affectionately\r\neffectionatly,affectionately\r\neffectionly,affectionately\r\neffectivelly,effectively\r\neffectivenss,effectiveness\r\neffectiviness,effectiveness\r\neffectivley,effectively\r\neffectivly,effectively\r\neffectly,effectively\r\neffeect,effect\r\neffeiciency,efficiency\r\neffencey,efficiency\r\neffenciency,efficiency\r\neffency,efficiency\r\neffenice,efficiency\r\nefferot,effort\r\neffert,effort\r\neffervecence,effervescence\r\neffervecent,effervescent\r\neffervecents,effervescents\r\neffervecsence,effervescence\r\neffervecsent,effervescent\r\neffervecsents,effervescents\r\neffervescance,effervescence\r\neffervescant,effervescent\r\neffervescants,effervescents\r\neffervesence,effervescence\r\neffervesent,effervescent\r\neffervesents,effervescents\r\neffet,effect\r\neffets,effects\r\nefffect,effect\r\nefffort,effort\r\nefficaincey,efficiency\r\nefficancie,efficiency\r\nefficanses,efficiency\r\nefficantily,affectionately\r\nefficat,efficient\r\nefficates,efficiency\r\neffice,efficient\r\nefficeincy,efficiency\r\nefficeint,efficient\r\nefficeintly,efficiently\r\nefficence,efficiency\r\nefficencies,efficiencies\r\nefficenciy,efficienciy\r\nefficency,efficiency\r\nefficendao,efficiendao\r\nefficenency,efficienency\r\nefficenent,efficienent\r\nefficenity,efficiency\r\nefficens,efficiens\r\nefficent,efficient\r\nefficentally,efficientally\r\nefficentaly,efficientaly\r\nefficentantly,efficientantly\r\nefficentcy,efficientcy\r\nefficente,efficiente\r\nefficentely,efficientely\r\nefficentently,efficientently\r\nefficenter,efficienter\r\nefficentity,efficientity\r\nefficently,efficiently\r\nefficenty,efficiency\r\nefficeny,efficieny\r\nefficiancy,efficiency\r\nefficiantly,efficiently\r\nefficien,efficient\r\nefficience,efficiency\r\nefficiencely,efficiency\r\nefficiences,efficiency\r\nefficienct,efficient\r\nefficienctly,efficiency\r\nefficienly,efficiently\r\nefficientally,efficiency\r\nefficientaly,efficientally\r\nefficientance,efficiency\r\nefficientcy,efficiently\r\nefficientency,efficiency\r\nefficienty,efficiently\r\nefficientys,efficiency\r\nefficieny,efficiency\r\nefficinity,efficiency\r\nefficintly,efficiently\r\nefficinty,efficiency\r\nefficitve,effictive\r\nefficity,efficacy\r\neffict,effect\r\neffictent,efficient\r\neffictient,efficient\r\neffictioncy,efficiency\r\neffictiveness,effectiveness\r\neffidavit,affidavit\r\neffiecient,efficient\r\neffiency,efficiency\r\neffienicy,efficiency\r\neffient,efficient\r\neffientcy,efficiency\r\neffiently,efficiently\r\neffiicent,efficient\r\neffitiancy,efficiency\r\neffluance,effluence\r\neffluanci,effluenci\r\neffluant,effluent\r\neffluantly,effluently\r\neffluants,effluents\r\neffor,effort\r\nefforced,enforced\r\nefford,effort\r\neffordlessly,effortlessly\r\neffords,efforts\r\neffors,efforts\r\neffortlesly,effortlessly\r\neffortlessely,effortlessly\r\neffortlessley,effortlessly\r\neffortlessy,effortlessly\r\neffots,efforts\r\neffucency,efficiency\r\neffulence,effluence\r\neffulenci,effluenci\r\neffulent,effluent\r\neffulently,effluently\r\neffulents,effluents\r\neficeincy,efficiency\r\neficency,efficiency\r\neficiciency,efficiency\r\neficien,efficien\r\neficienca,efficienca\r\neficienccia,efficienccia\r\neficience,efficience\r\neficiences,efficiences\r\neficiencia,efficiencia\r\neficienciaenergetica,efficienciaenergetica\r\neficiencias,efficiencias\r\neficiencie,efficiencie\r\neficiencies,efficiencies\r\neficiency,efficiency\r\neficiens,efficiens\r\neficient,efficient\r\neficienta,efficienta\r\neficientar,efficientar\r\neficiente,efficiente\r\neficientei,efficientei\r\neficientemente,efficientemente\r\neficienteor,efficienteor\r\neficientes,efficientes\r\neficienti,efficienti\r\neficientizarea,efficientizarea\r\neficientline,efficientline\r\neficiently,efficiently\r\neficienza,efficienza\r\nefientcey,efficiency\r\nefincer,efficiency\r\nefines,defines\r\nefishency,efficiency\r\nefishensy,efficiency\r\nefor,for\r\nefore,before\r\nefort,effort\r\nefortless,effortless\r\nefortlessly,effortlessly\r\neforts,efforts\r\negabytes,megabytes\r\negaer,edge\r\negaletarian,egalitarian\r\negalitara,egalitarian\r\negalitatian,egalitarian\r\negaliterian,egalitarian\r\negar,eager\r\negc,etc\r\negde,edge\r\negdes,edges\r\nege,edge\r\neged,edge\r\negede,edge\r\negeinvalue,eigenvalue\r\negenvectors,eigenvectors\r\neger,eager\r\neges,edge\r\negexp,regexp\r\neggagerate,exaggerate\r\negges,eggs\r\neginning,beginning\r\negipt,egypt\r\negiptian,egyptian\r\negiptians,egyptians\r\neglectic,eclectic\r\neglectically,eclectically\r\neglecticism,eclecticism\r\neglectics,eclectics\r\negler,edge\r\neglobetrottting,eGlobetrotting\r\negly,égly\r\negment,segment\r\negnineers,engineers\r\negnore,ignore\r\negnorred,ignored\r\negoligiciqo,egologiciqo\r\negostitical,egotistical\r\negotastical,egotistical\r\negotestical,egotistical\r\negotisitcal,egotistical\r\negotistcal,egotistical\r\negotisticle,egotistical\r\negotystical,egotistical\r\negpytian,egyptian\r\negpytians,egyptians\r\negsadgert,exaggerate\r\negsistence,existence\r\neguiped,equipped\r\negular,regular\r\negull,equally\r\negxidgurate,exaggerate\r\negxistence,existence\r\negyptain,egyptian\r\negyptainism,egyptianism\r\negyptainity,egyptianity\r\negyptains,egyptians\r\negyptainsity,egyptiansity\r\negyptolagical,egyptological\r\negyptolgist,egyptologist\r\negytpian,egyptian\r\negytpians,egyptians\r\negzagerate,exaggerate\r\nehach,each\r\nehance,enhance\r\nehanced,enhanced\r\nehancement,enhancement\r\nehancing,enhancing\r\nehco,echo\r\nehe,eye\r\nehen,when\r\nehllo,hello\r\nehnanced,enhanced\r\nehnancements,enhancements\r\nehr,her\r\nehtanol,ethanol\r\nehtereal,ethereal\r\nehternet,ethernet\r\nehtically,ethically\r\nehtnically,ethnically\r\nehtnicities,ethnicities\r\nehtnicity,ethnicity\r\nehxibitoin,exhibition\r\neidition,edition\r\neifnach,einfach\r\neigenevector,eigenvector\r\neigenvalu,eigenvalue\r\neigetaly,eigetally\r\neighies,eighties\r\neight-teen,eighteen\r\neight-teens,eighteens\r\neight-teenth,eighteenth\r\neight-teenths,eighteenths\r\neighteeen,eighteen\r\neighteet,eighteenth\r\neighteeth,eighteenth\r\neighteeths,eighteenths\r\neighteets,eighteenths\r\neighten,eighteen\r\neightent,eighteenth\r\neightenth,eighteenth\r\neightenths,eighteenths\r\neightents,eighteenths\r\neightteen,eighteen\r\neightteens,eighteens\r\neightteenth,eighteenth\r\neightteenths,eighteenths\r\neightthent,eighteenth\r\neightthenth,eighteenth\r\neightthenths,eighteenths\r\neightthents,eighteenths\r\neighty-fist,Eighty-First\r\neighty-fith,Eighty-Fifth\r\neighty-forth,Eighty-Fourth\r\neighty-frist,Eighty-First\r\neighy,eighty\r\neigibilty,eigibility\r\neign,sign\r\neigth,eighth\r\neigtheen,eighteen\r\neigther,either\r\neigthies,eighties\r\neigthy,eighty\r\neiher,either\r\neiligibilty,eiligibility\r\neinfahc,einfach\r\neinteractive,interactive\r\neiplogue,epilogue\r\neire,air\r\neiroplane,aeroplane\r\neisenhhower,eisenhower\r\neisting,existing\r\neists,exists\r\neitehr,either\r\neitemized,itemized\r\neiter,either\r\neith,with\r\neithe,either\r\neithout,without\r\neithwe,either\r\neitiology,etiology\r\neitquette,etiquette\r\neixplaned,explained\r\neixsts,exits\r\nejacluation,ejaculation\r\nejacualte,ejaculate\r\nejacualtion,ejaculation\r\nejacualtions,ejaculation\r\nejaculaion,ejaculation\r\nejaculatie,ejaculate\r\nejaculatin,ejaculation\r\nejaculatoin,ejaculation\r\nejaculaton,ejaculation\r\nejaculatte,ejaculate\r\nejecuting,executing\r\nekplaned,explained\r\nelaberate,elaborate\r\nelable,enable\r\nelaboratoin,elaboration\r\nelaborite,elaborate\r\nelae,else\r\nelagent,elegant\r\nelamenatry,elementary\r\nelamentarey,elementary\r\nelamentary,elementary\r\nelamentorey,elementary\r\nelamentrie,elementary\r\nelamentry,elementary\r\nelapased,elapsed\r\nelarning,learning\r\nelasped,elapsed\r\nelast,least\r\nelastogrpahy,elastography\r\nelavator,elevator\r\nelbo,elbow\r\nelbowgrease,elbow-grease\r\nelcipse,eclipse\r\nelcodeent,element\r\nelction,election\r\nelctron,electron\r\neldely,elderly\r\neldery,elderly\r\neldistribution,redistribution\r\neleased,released\r\nelecctron,electron\r\nelecit,elicit\r\nelecment,element\r\nelecomarity,elementary\r\nelecopter,helicopter\r\nelecronic,electronic\r\nelecrto,electro\r\nelecrtomagnetic,electromagnetic\r\nelecrton,electron\r\nelectabilty,electability\r\nelecthor,electro\r\nelectic,electric\r\nelectical,electrical\r\nelectiion,election\r\nelectiional,electional\r\nelectiions,elections\r\nelectioin,election\r\nelectiosn,elections\r\nelectircal,electrical\r\nelectivite,elective\r\nelectivly,electively\r\nelectivre,elective\r\nelectoin,election\r\nelectoinal,electional\r\nelectoins,elections\r\nelecton,election\r\nelectonal,electional\r\nelectons,elections\r\nelectoraat,electorate\r\nelectorale,electorate\r\nelectorats,electorate\r\nelectoratul,electoral\r\nelectorial,electoral\r\nelectorite,electorate\r\nelectorlytes,electrolytes\r\nelectormagnetic,electromagnetic\r\nelectorn,electron\r\nelectornic,electronic\r\nelectornics,electronics\r\nelectorns,electrons\r\nelectrcal,electrical\r\nelectrcial,electrical\r\nelectrcially,electrically\r\nelectrcials,electricals\r\nelectrfication,electrification\r\nelectrficaton,electrification\r\nelectrial,electrical\r\nelectrially,electrically\r\nelectrials,electricals\r\nelectricain,electrician\r\nelectricaly,electrically\r\nelectrican,electrician\r\nelectricans,electricians\r\nelectricial,electrical\r\nelectricially,electrically\r\nelectricials,electricals\r\nelectricien,electrician\r\nelectricion,electrician\r\nelectriciy,electricity\r\nelectricly,electrically\r\nelectricman,electrician\r\nelectricmobilty,electricmobility\r\nelectricrain,electrician\r\nelectrict,electronics\r\nelectrictian,electrician\r\nelectricty,electricity\r\nelectricy,electricity\r\nelectrifcation,electrification\r\nelectrificaton,electrification\r\nelectrificiation,electrification\r\nelectrinic,electrician\r\nelectrisity,electricity\r\nelectritian,electrician\r\nelectrizity,electricity\r\nelectroal,electoral\r\nelectroate,electorate\r\nelectrobytes,electrolytes\r\nelectrocity,electricity\r\nelectrocytes,electrolytes\r\nelectrodan,electron\r\nelectroinc,electron\r\nelectrolites,electrolytes\r\nelectrolitic,electrolytic\r\nelectrolitical,electrolytical\r\nelectrolitically,electrolytically\r\nelectrolitics,electrolytics\r\nelectroltyes,electrolytes\r\nelectrolye,electrolytes\r\nelectrolyes,electrolytes\r\nelectrolyts,electrolytes\r\nelectromagentic,electromagnetic\r\nelectromagnatic,electromagnetic\r\nelectromagnectic,electromagnetic\r\nelectromagnetc,electromagnetic\r\nelectromagntic,electromagnetic\r\nelectroman,electron\r\nelectromangetic,electromagnetic\r\nelectromegnetic,electromagnetic\r\nelectromobilty,electromobility\r\nelectronagnetic,electromagnetic\r\nelectroncis,electrons\r\nelectroncs,electrons\r\nelectrones,electrons\r\nelectrong,electron\r\nelectronicas,electronics\r\nelectronicly,electronically\r\nelectronicos,electronics\r\nelectronik,election\r\nelectronis,electronics\r\nelectronix,election\r\nelectrophysiolgist,electrophysiologist\r\nelectrospinnning,electrospinning\r\nelectroylte,electrolytes\r\nelectroyltes,electrolytes\r\neleent,element\r\nelegable,eligible\r\nelegaic,elegiac\r\nelegatly,elegately\r\nelegent,elegant\r\nelegentaly,elegentally\r\nelegibilty,elegibility\r\nelegible,eligible\r\nelegiblity,elegibility\r\neleimination,elimination\r\nelektric,electric\r\nelektrolytes,electrolytes\r\nelemanary,elementary\r\nelemanate,eliminate\r\nelemanitary,elementary\r\nelemantary,elementary\r\nelemantery,elementary\r\nelemantra,elementary\r\nelematary,elementary\r\nelematery,elementary\r\nelemeate,eliminate\r\nelemeent,element\r\nelememnt,element\r\nelememnts,elements\r\nelememt,element\r\nelememts,elements\r\nelemen,element\r\nelemenary,elementary\r\nelemenate,eliminate\r\nelemenatrian,elementarian\r\nelemenatrians,elementarians\r\nelemenatries,elementaries\r\nelemenatrily,elementarily\r\nelemenatry,elementary\r\nelemenent,element\r\nelemenets,elements\r\nelemens,elements\r\nelementa,elements\r\nelementaian,elementarian\r\nelementaians,elementarians\r\nelementaies,elementaries\r\nelementaily,elementarily\r\nelementaly,elementally\r\nelementay,elementary\r\nelemente,element\r\nelemented,elements\r\nelementeny,elementary\r\nelementerian,elementarian\r\nelementerians,elementarians\r\nelementeries,elementaries\r\nelementerily,elementarily\r\nelementery,elementary\r\nelementiary,elementary\r\nelementory,elementary\r\nelementrary,elementary\r\nelementray,elementary\r\nelementrian,elementarian\r\nelementrians,elementarians\r\nelementries,elementaries\r\nelementrily,elementarily\r\nelementry,elementary\r\nelementss,elements\r\nelementtorray,elementary\r\nelementy,elementary\r\nelemet,element\r\nelemetary,elementary\r\nelemetnary,elementary\r\nelemetns,elements\r\nelemetry,elementary\r\nelemets,elements\r\nelemiate,eliminate\r\neleminate,eliminate\r\neleminated,eliminated\r\neleminates,eliminates\r\neleminating,eliminating\r\nelemination,elimination\r\neleminations,eliminations\r\neleminetry,elementary\r\nelemintary,elementary\r\nelemintate,eliminate\r\nelemment,element\r\nelemnents,elements\r\nelemnets,elements\r\nelemnt,element\r\nelemntary,elementary\r\nelemnts,elements\r\nelemtary,elementary\r\nelemtents,elements\r\nelemtn,element\r\nelentenially,eventually\r\nelepahnts,elephants\r\nelephans,elephants\r\nelephantes,elephants\r\nelephantis,elephants\r\nelephantos,elephants\r\nelephantus,elephants\r\neles,eels\r\nelesers,else's\r\nelesewhere,elsewhere\r\neletermentry,elementary\r\neletric,electric\r\neletrica,electrica\r\neletrical,electrical\r\neletrically,electrically\r\neletricals,electricals\r\neletricas,electricas\r\neletrice,electrice\r\neletriche,electriche\r\neletrichotplate,electrichotplate\r\neletrician,electrician\r\neletricianengineering,electricianengineering\r\neletricians,electricians\r\neletricic,electricic\r\neletricidade,electricidade\r\neletricin,electricin\r\neletricista,electricista\r\neletricistaem,electricistaem\r\neletricistas,electricistas\r\neletricita,electricita\r\neletricitade,electricitade\r\neletricity,electricity\r\neletrick,electrick\r\neletrico,electrico\r\neletricodade,electricodade\r\neletricos,electricos\r\neletrict,electrict\r\neletricty,electricty\r\neletronic,electronic\r\nelettric,electric\r\nelettrica,electrica\r\nelettrical,electrical\r\nelettricando,electricando\r\nelettricasa,electricasa\r\nelettriche,electriche\r\nelettrici,electrici\r\nelettricistab,electricistab\r\nelettricistar,electricistar\r\nelettricita,electricita\r\nelettrico,electrico\r\nelettricorse,electricorse\r\nelettrics,electrics\r\nelettricu,electricu\r\nelevant,relevant\r\nelevatin,elevation\r\nelevatoin,elevation\r\neleveth,eleventh\r\nelevneth,eleventh\r\nelgibilty,elgibility\r\nelgiblility,elgibility\r\nelibilty,elibility\r\nelicid,elicit\r\nelicidation,elicitation\r\nelicidations,elicitations\r\nelicided,elicited\r\neliciding,eliciting\r\nelicidor,elicitor\r\nelicidors,elicitors\r\nelicids,elicits\r\nelicopter,helicopter\r\nelict,elicit\r\nelictation,elicitation\r\nelictations,elicitations\r\nelicted,elicited\r\nelicting,eliciting\r\nelictor,elicitor\r\nelictors,elicitors\r\nelicts,elicits\r\neligability,eligibility\r\neligabilty,eligability\r\neligable,eligible\r\neligables,eligibles\r\neligablities,eligabilities\r\neligably,eligibly\r\neligablys,eligiblys\r\neligbility,eligibility\r\neligbilty,eligbility\r\neligble,eligible\r\neligblity,eligbility\r\neligibillity,eligibility\r\neligibilty,eligibility\r\neligiblibilty,eligiblibility\r\neligiblility,eligibility\r\neligiblilty,eligibility\r\neligiblity,eligibility\r\neligilbilty,eligilbility\r\neligilblity,eligilbility\r\neligile,eligible\r\neliglibilty,eliglibility\r\neliligibilty,eliligibility\r\nelimamate,eliminate\r\nelimanate,eliminate\r\nelimanates,eliminates\r\nelimanation,elimination\r\nelimate,eliminate\r\nelimates,eliminates\r\nelimenate,eliminate\r\nelimenates,eliminates\r\nelimenory,elementary\r\nelimental,elemental\r\nelimentary,elementary\r\nelimentery,elementary\r\nelimentory,elementary\r\nelimentry,elementary\r\nelimiante,eliminate\r\nelimianted,eliminated\r\nelimiate,eliminate\r\nelimiated,eliminated\r\nelimiates,eliminates\r\nelimiating,eliminating\r\nelimiation,elimination\r\nelimiations,eliminations\r\nelimimate,eliminate\r\nelimimates,eliminates\r\nelimiment,eliminate\r\neliminacion,elimination\r\neliminas,eliminates\r\neliminase,eliminates\r\neliminaste,eliminates\r\neliminatary,elementary\r\neliminatin,elimination\r\neliminatioin,elimination\r\neliminato,elimination\r\neliminaton,elimination\r\neliminatory,elementary\r\neliminiate,eliminate\r\neliminitates,eliminates\r\neliminster,eliminates\r\nelimintates,eliminates\r\neliminte,eliminate\r\nelimitate,eliminate\r\nelimitation,elimination\r\nelimnat,eliminate\r\nelimnate,eliminate\r\nelimtnate,eliminate\r\nelimtry,elementary\r\nelinate,eliminate\r\nelinimation,elimination\r\nelinminate,eliminate\r\nelipsis,ellipsis\r\nelipsoid,ellipsoid\r\neliptic,elliptic\r\neliptical,elliptical\r\neliptically,elliptically\r\nelitisim,elitism\r\nelitistm,elitism\r\nelixirre,elixir\r\nelixr,elixir\r\nellapsed,elapsed\r\nellcoster,helicopter\r\nellect,elect\r\nellected,elected\r\nellection,election\r\nellections,elections\r\nellectios,electios\r\nellective,elective\r\nellectives,electives\r\nellectoral,electoral\r\nellectra,electra\r\nellectric,electric\r\nellectrica,electrica\r\nellectrical,electrical\r\nellectrically,electrically\r\nellectricians,electricians\r\nellectricity,electricity\r\nellectrified,electrified\r\nellectro,electro\r\nellectromagnetics,electromagnetics\r\nellectron,electron\r\nellectronic,electronic\r\nellectronica,electronica\r\nellectronically,electronically\r\nellectronico,electronico\r\nellectronics,electronics\r\nellectropolution,electropolution\r\nellectrowinning,electrowinning\r\nellectryk,electryk\r\nellectual,electual\r\nellegant,elegant\r\nellegatly,ellegately\r\nellementary,elementary\r\nellementory,elementary\r\nellide,elide\r\nelligability,eligibility\r\nelligable,eligible\r\nelligibility,eligibility\r\nelligibilty,elligibility\r\nelligible,eligible\r\nellignton,ellington\r\nellimanate,eliminate\r\nellimenate,eliminate\r\nellimentary,elementary\r\nellimentery,elementary\r\nellimentuary,elementary\r\nelliminate,eliminate\r\nelliminated,eliminated\r\nelliminates,eliminates\r\nelliminating,eliminating\r\nellingotn,ellington\r\nellipitcal,elliptical\r\nellipitcals,elliptical\r\nellipsical,elliptical\r\nellipsises,ellipsis\r\nellipsoide,ellipsoid\r\nellipticle,elliptical\r\nellision,elision\r\nellitot,elliott\r\nellitpical,elliptical\r\nelloitt,elliott\r\nellomontry,elementary\r\nellpitical,elliptical\r\nellpsoids,ellipsoids\r\nellusive,elusive\r\nelmanteny,elementary\r\nelmeent,element\r\nelmeents,elements\r\nelmement,element\r\nelment,element\r\nelmentrey,elementary\r\nelments,elements\r\nelminate,eliminate\r\nelminated,eliminated\r\nelminates,eliminates\r\nelminating,eliminating\r\nelmination,elimination\r\nelminiate,eliminate\r\nelminlate,eliminate\r\nelmpine,alpine\r\neloberated,elaborated\r\neloctrolytes,electrolytes\r\nelomentry,elementary\r\neloquantly,eloquently\r\neloquentely,eloquently\r\neloquenty,eloquently\r\neloquintly,eloquently\r\nelpased,elapsed\r\nelphant,elephant\r\nelphants,elephants\r\nelpine,alpine\r\nelping,helping\r\nels,else\r\nelsalvador,El Salvador\r\nelsalvadorian,El Salvadorian\r\nelsalvadorians,El Salvadorians\r\nelsef,elseif\r\nelsehwere,elsewhere\r\nelsen,else\r\nelseof,elseif\r\nelses,else\r\nelseware,elsewhere\r\nelsewehre,elsewhere\r\nelsewere,elsewhere\r\nelsewher,elsewhere\r\nelsewhre,elsewhere\r\nelsiof,elseif\r\nelsof,elseif\r\nelss,else's\r\nelswhere,elsewhere\r\neltimeter,altimeter\r\neltimiter,altimeter\r\neltitude,altitude\r\neltonogrpahy,eltonography\r\nelumanate,eliminate\r\nemabbbed,emabbed\r\nemabled,enabled\r\nemabrassing,embarassing\r\nemabrgo,embargo\r\nemabssy,embassy\r\nemai,email\r\nemailemail,email\r\nemapthetic,empathetic\r\nemapthize,empathize\r\nemapthy,empathy\r\nematation,imitation\r\nemathy,empathy\r\nembaraasing,embarassing\r\nembaraced,embarrassed\r\nembarasaing,embarassing\r\nembarased,embarrassed\r\nembaraseed,embarrassed\r\nembaraseing,embarrassing\r\nembarasement,embarrassment\r\nembarasements,embarrassments\r\nembarasing,embarrassing\r\nembarasment,embarrassment\r\nembarasments,embarrassments\r\nembarass,embarrass\r\nembarassed,embarrassed\r\nembarasseed,embarrassed\r\nembarasseing,embarrassing\r\nembarassement,embarrassment\r\nembarassements,embarrassments\r\nembarasses,embarrasses\r\nembarassig,embarassing\r\nembarassign,embarassing\r\nembarassimg,embarassing\r\nembarassing,embarrassing\r\nembarassingly,embarrassingly\r\nembarassment,embarrassment\r\nembarassments,embarrassments\r\nembarasssing,embarassing\r\nembarast,embarrassed\r\nembaresed,embarrassed\r\nembaress,embarrass\r\nembaressed,embarrassed\r\nembarest,embarrassed\r\nembargobr,embargo\r\nembargos,embargoes\r\nembarised,embarrassed\r\nembarissing,embarassing\r\nembarissingly,embarrassingly\r\nembarkment,embankment\r\nembarras,embarrass\r\nembarrased,embarrassed\r\nembarraseed,embarrassed\r\nembarraseing,embarrassing\r\nembarrasement,embarrassment\r\nembarrasements,embarrassments\r\nembarrases,embarrassed\r\nembarrasing,embarrassing\r\nembarrasingly,embarrassingly\r\nembarrasment,embarrassment\r\nembarrasments,embarrassment\r\nembarrasssed,embarrassed\r\nembarresed,embarrassed\r\nembarress,embarrassed\r\nembarressed,embarrassed\r\nembarressing,embarrassing\r\nembarressment,embarrassment\r\nembarrest,embarrassed\r\nembarris,embarrass\r\nembarrised,embarrassed\r\nembarrissing,embarrassing\r\nembarrssing,embarassing\r\nembarsed,embarrassed\r\nembarssed,embarrassed\r\nembarst,embarrassed\r\nembassay,embassy\r\nembassed,embarrassed\r\nembasserest,embarrassed\r\nembassey,embassy\r\nembassrest,embarrassed\r\nembasssy,embassy\r\nembbarrest,embarrassed\r\nembbeded,embedded\r\nembdded,embedded\r\nembded,embed\r\nembdedded,embedded\r\nembedd,embed\r\nembeddded,embedded\r\nembeddding,embedding\r\nembedddings,embeddings\r\nembedde,embedded\r\nembeddedable,embeddable\r\nembeddeding,embedding\r\nembeddedings,embeddings\r\nembeded,embedded\r\nembeded-app,embedded-app\r\nembededd,embedded\r\nembededded,embedded\r\nembedeed,embedded\r\nembeding,embedding\r\nembedt,embed\r\nembeedded,embedded\r\nembeeded,embedded\r\nembelish,embellish\r\nembelished,embellished\r\nembelishing,embellishing\r\nembelishment,embellishment\r\nember-comptability,ember-compatibility\r\nember-handelbars-compiler,ember-handlebars-compiler\r\nemberrassing,embarrassing\r\nemberrassment,embarrassment\r\nembezelle,embezzle\r\nembezelled,embezzled\r\nembezeller,embezzler\r\nembezelles,embezzles\r\nembezelling,embezzling\r\nembezellment,embezzlment\r\nembezzelle,embezzle\r\nembezzelled,embezzled\r\nembezzeller,embezzler\r\nembezzelles,embezzles\r\nembezzelling,embezzling\r\nembezzellment,embezzlment\r\nemblamatic,emblematic\r\nemblamatically,emblematically\r\nembnedded,embedded\r\nembodyment,embodiment\r\nembolizatoin,embolization\r\nembosssed,embossed\r\nembosssing,embossing\r\nembosssings,embossings\r\nembpy,empty\r\nembrago,embargo\r\nembrassed,embarrassed\r\nembrassment,embarrassment\r\nembrodery,embroidery\r\nembroiderd,embroidered\r\nembryolagic,embryologic\r\nemcompass,encompass\r\nemcompassed,encompassed\r\nemcompasses,encompasses\r\nemcompassing,encompassing\r\nemdiatley,immediately\r\nemdpoint,endpoint\r\nemeable,amiable\r\nemebedded,embedded\r\nemedatly,emedately\r\nemediantly,immediately\r\nemediatly,immediately\r\nememies,enemies\r\nememy,enemy\r\nemenagouge,emenagogue\r\nemenagouges,emenagogues\r\nemendatly,emendately\r\nemenies,enemies\r\nemenogoge,emenagogue\r\nemenogoges,emenagogues\r\nemenogogue,emenagogue\r\nemenogogues,emenagogues\r\nemenselly,immensely\r\nemensely,immensely\r\nemenys,enemies\r\nemergancies,emergencies\r\nemergancy,emergency\r\nemergencias,emergencies\r\nemergend,emerged\r\nemergenices,emergencies\r\nemergenies,emergencies\r\nemergerd,emerged\r\nemergered,emerged\r\nemerous,enormous\r\nemetaly,emetally\r\nemiable,amiable\r\nemial,email\r\nemicion,emission\r\nemicions,emissions\r\nemidetly,immediately\r\nemidiately,immediately\r\nemidiatly,emidiately\r\nemidiotly,immediately\r\nemiditeatly,immediately\r\nemigrè,émigré\r\nemigrèe,émigrée\r\nemigrèes,émigrées\r\nemigrès,émigrés\r\nemigré,émigré\r\nemigrée,émigrée\r\nemigrées,émigrées\r\nemigrés,émigrés\r\nemimies,enemies\r\nemimy,enemy\r\neminance,eminence\r\neminances,eminences\r\neminancy,eminency\r\neminant,eminent\r\neminantly,eminently\r\neminatation,emanatation\r\neminatations,emanatations\r\neminate,emanate\r\neminated,emanated\r\neminates,emanates\r\neminating,emanating\r\nemincely,immensely\r\neminies,enemies\r\neminsily,immensely\r\neminsly,immensely\r\nemipres,empires\r\nemis,emits\r\nemisaries,emissaries\r\nemisarries,emissaries\r\nemisarry,emissary\r\nemisary,emissary\r\nemisely,immensely\r\nemisible,emissible\r\nemisibly,emissibly\r\nemision,emission\r\nemisionaries,emissionaries\r\nemisionary,emissionary\r\nemisions,emissions\r\nemisive,emissive\r\nemisively,emissively\r\nemissarries,emissaries\r\nemissble,emissible\r\nemissbly,emissibly\r\nemissing,emission\r\nemisson,emission\r\nemissonaries,emissionaries\r\nemissonary,emissionary\r\nemissons,emissions\r\nemisssion,emission\r\nemisssions,emissions\r\nemissve,emissive\r\nemissvely,emissively\r\nemitation,imitation\r\nemited,emitted\r\nemitedly,emittedly\r\nemiter,emitter\r\nemiting,emitting\r\nemition,emission\r\nemitions,emissions\r\nemitt,emit\r\nemitterss,emitters\r\nemittng,emitting\r\nemitts,emits\r\nemittted,emitted\r\nemittting,emitting\r\nemjoi,emoji\r\nemmedatly,immediately\r\nemmedeatly,immediately\r\nemmediately,immediately\r\nemmediatly,immediately\r\nemmenagouge,emmenagogue\r\nemmenagouges,emmenagogues\r\nemmenly,immensely\r\nemmenogoge,emmenagogue\r\nemmenogoges,EmMenagogues\r\nemmenogogue,EmMenagogue\r\nemmenogogues,EmMenagogues\r\nemmensely,immensely\r\nemmensly,immensely\r\nemmetation,imitation\r\nemmey,enemy\r\nemmicion,emission\r\nemmicions,emissions\r\nemmidiatly,emmidiately\r\nemmies,enemies\r\nemmigrate,emigrate\r\nemmigrated,emigrated\r\nemmigrates,emigrates\r\nemmigrating,emigrating\r\nemmigration,emigration\r\nemminenc,eminenc\r\nemminence,eminence\r\nemminences,eminences\r\nemminency,eminency\r\nemminent,eminent\r\nemminently,eminently\r\nemmines,enemies\r\nemmisaries,emissaries\r\nemmisarries,emissaries\r\nemmisarry,emissary\r\nemmisary,emissary\r\nemmision,emission\r\nemmisions,emissions\r\nemmissari,emissari\r\nemmissaries,emissaries\r\nemmissary,emissary\r\nemmission,emission\r\nemmissions,emissions\r\nemmisssions,emissions\r\nemmited,emitted\r\nemmiter,emitter\r\nemmiting,emitting\r\nemmition,emission\r\nemmitions,emissions\r\nemmits,emits\r\nemmitted,emitted\r\nemmitter,emitter\r\nemmitting,emitting\r\nemmmision,emission\r\nemmotionaly,emmotionally\r\nemmpty,empty\r\nemmtation,imitation\r\nemnedded,embedded\r\nemnity,enmity\r\nemny,enemy\r\nemobdiment,embodiment\r\nemoblity,eMobility\r\nemojiis,emojis\r\nemojji,emoji\r\nemonic,economic\r\nemoovment,emoovement\r\nemothional,emotional\r\nemotiion,emotion\r\nemotiional,emotional\r\nemotiionally,emotionally\r\nemotiions,emotions\r\nemotioanlly,emotionally\r\nemotioin,emotion\r\nemotionaly,emotionally\r\nemotionella,emotionally\r\nemotionnal,emotional\r\nemotionnally,emotionally\r\nemotoin,emotion\r\nemotoinal,emotional\r\nemotoins,emotions\r\nemoton,emotion\r\nemotonal,emotional\r\nemotons,emotions\r\nemoty,empty\r\nemough,enough\r\nemp,temp\r\nempahsis,emphasis\r\nempahsize,emphasize\r\nempahsized,emphasized\r\nempahsizes,emphasizes\r\nempahsizing,emphasizing\r\nempahty,empathy\r\nemparast,embarrassed\r\nempasis,emphasis\r\nempathatic,empathetic\r\nempathethic,empathetic\r\nempathie,empathize\r\nempede,impede\r\nemperer,emperor\r\nemperers,emperors\r\nemperership,emperorship\r\nemperical,empirical\r\nemperically,empirically\r\nempericism,empiricism\r\nempericist,empiricist\r\nemphacized,emphasized\r\nemphacizing,emphasizing\r\nemphais,emphasis\r\nemphaise,emphasise\r\nemphaised,emphasised\r\nemphaising,emphasising\r\nemphaize,emphasize\r\nemphaized,emphasized\r\nemphasiezed,emphasized\r\nemphatetic,empathetic\r\nemphatised,emphasized\r\nemphatising,emphasizing\r\nemphatize,empathize\r\nemphatized,emphasized\r\nemphatizes,emphasizes\r\nemphatizing,emphasizing\r\nemphazise,emphasize\r\nemphazised,emphasized\r\nemphazises,emphasizes\r\nemphazising,emphasizing\r\nemphemeral,ephemeral\r\nemphemmeral,ephemeral\r\nemphesized,emphasized\r\nemphesizes,emphasizes\r\nemphesizing,emphasizing\r\nemphetamines,amphetamines\r\nemphisized,emphasized\r\nemphisizes,emphasizes\r\nemphsis,emphasis\r\nemphsise,emphasise\r\nemphsised,emphasised\r\nemphsising,emphasising\r\nemphunified,unified\r\nemphysima,emphysema\r\nemphysyma,emphysema\r\nempiers,empires\r\nempiracally,empirically\r\nempirial,empirical\r\nempirialism,imperialism\r\nempirialist,imperialist\r\nempiricaly,empirically\r\nempited,emptied\r\nempitness,emptiness\r\nemplacment,emplacement\r\nemplacments,emplacements\r\nemplaryes,employees\r\nemplates,templates\r\nemploees,employees\r\nemploer,employer\r\nemploes,employees\r\nemploied,employed\r\nemploiees,employees\r\nemploies,employees\r\nemplore,employer\r\nemplorer,employer\r\nemplovment,emplovement\r\nemployabilty,employability\r\nemployablility,employability\r\nemployablity,employability\r\nemploye's,employees\r\nemploye,employee\r\nemployeer,employer\r\nemployeers,employees\r\nemployeies,employees\r\nemployeis,employees\r\nemployement,employment\r\nemployements,employments\r\nemployes,employees\r\nemployese,employees\r\nemployeur,employer\r\nemployeurs,employer\r\nemployies,employees\r\nemploymes,employees\r\nemployt,employees\r\nemply,empty\r\nemplyab,employab\r\nemplyability,employability\r\nemplye,employe\r\nemplyed,employed\r\nemplyeds,employeds\r\nemplyee,employee\r\nemplyees,employees\r\nemplyer,employer\r\nemplyers,employers\r\nemplyes,employes\r\nemplying,employing\r\nemplyment,employment\r\nemplys,employs\r\nempoler,employer\r\nempolyees,employees\r\nempolyer,employer\r\nempolyment,employment\r\nemporer,emperor\r\nemporers,emperors\r\nemporership,emperorship\r\nemporor,emperor\r\nemporors,emperors\r\nempororship,emperorship\r\nempound,impound\r\nempoundment,impoundment\r\nempoymen,employment\r\nemprace,embrace\r\nemprased,embarrassed\r\nemprer,emperor\r\nemprers,emperors\r\nemprership,emperorship\r\nempresive,empressive\r\nempricial,empirical\r\nempries,empires\r\nemprison,imprison\r\nemprisoned,imprisoned\r\nemprisoning,imprisoning\r\nemprisonment,imprisonment\r\nemprisons,imprisons\r\nempror,emperor\r\nemprors,emperors\r\nemprorship,emperorship\r\nempry,empty\r\nemptry,empty\r\nemptyed,emptied\r\nemptyline,empty\r\nempy,empty\r\nempyt,empty\r\nemrge,merge\r\nemsuiasim,enthusiasm\r\nemtheuastic,enthusiastic\r\nemthod,method\r\nemthusiastic,enthusiastic\r\nemtionaly,emtionally\r\nemtpied,emptied\r\nemtpiness,emptiness\r\nemtpy,empty\r\nemty,empty\r\nemualtion,emulation\r\nemulaotr,emulator\r\nemulater,emulator\r\nemulatin,emulation\r\nemultor,emulator\r\nemumerate,enumerate\r\nemums,enums\r\nemutation,emulation\r\nen-mass,en masse\r\nenabble,enable\r\nenabe,enable\r\nenabeld,enabled\r\nenabke,enable\r\nenableing,enabling\r\nenablig,enabling\r\nenablign,enabling\r\nenablin,enabling\r\nenabline,enabling\r\nenablng,enabling\r\nenabls,enables\r\nenablying,enabling\r\nenagine,engine\r\nenaging,engaging\r\nenahancement,enhancement\r\nenahnce,enhance\r\nenahnces,enhances\r\nenahncing,enhancing\r\nenalbe,enable\r\nenalbed,enabled\r\nenalble,enable\r\nenalbles,enabled\r\nenale,enable\r\nenaled,enabled\r\nenambled,enabled\r\nenameld,enameled\r\nenames,enemies\r\nenameyes,enemies\r\nenamies,enemies\r\nenamle,enable\r\nenamy,enemy\r\nenanble,enable\r\nenapsulates,encapsulates\r\nenaumous,unanimous\r\nenbale,enable\r\nenbaled,enabled\r\nenbankment,embankment\r\nenbarrased,embarrassed\r\nenbeddded,enbedded\r\nenbedded,embedded\r\nenbedding,embedding\r\nenbled,enabled\r\nenbles,enables\r\nenbrased,embarrassed\r\nencahnt,enchant\r\nencahnting,enchanting\r\nencalve,enclave\r\nencaplsulate,encapsulate\r\nencapslates,encapsulates\r\nencapsolates,encapsulates\r\nencapsualted,encapsulated\r\nencapsualtion,encapsulation\r\nencapsulat,encapsulate\r\nencapsulatioin,encapsulation\r\nencapsulatoin,encapsulation\r\nencapsuled,encapsulated\r\nencapsultion,encapsulation\r\nencapuslating,encapsulating\r\nencapusulating,encapsulating\r\nencarcerated,incarcerated\r\nencarceration,incarceration\r\nencareing,EnCaring\r\nencareings,EnCarings\r\nencauraged,encouraged\r\nenccidently,incidentally\r\nencded,encoded\r\nenceclopedia,encyclopedia\r\nenchamtment,enchantment\r\nenchance,enhance\r\nenchanced,enhanced\r\nenchancement,enhancement\r\nenchancements,enhancements\r\nenchancing,enchanting\r\nenchancment,enchantment\r\nenchancments,enchantments\r\nenchanct,enchant\r\nenchanement,enchantment\r\nenchanged,enchanted\r\nenchanging,enchanting\r\nenchantabilty,enchantability\r\nenchantent,enchantment\r\nenchanthing,enchanting\r\nenchantig,enchanting\r\nenchantmant,enchantment\r\nenchantmants,enchantments\r\nenchantmens,enchantments\r\nenchantmet,enchantments\r\nenchantmets,enchantments\r\nenchentments,enchantments\r\nenchusestic,enthusiastic\r\nenciclopedia,encyclopedia\r\nencidently,incidentally\r\nencloding,encoding\r\nencloused,enclosed\r\nenclousre,enclosure\r\nenclousure,enclosure\r\nenclsoure,enclosure\r\nencluding,including\r\nenclusim,enthusiasm\r\nenclyclopaedia,encyclopaedia\r\nenclyclopaedias,encyclopaedias\r\nenclyclopaedic,encyclopaedic\r\nenclyclopedia,encyclopedia\r\nenclyclopedias,encyclopedias\r\nenclyclopedic,encyclopedic\r\nenclyclopædia,encyclopædia\r\nenclyclopædias,encyclopædias\r\nenclyclopædic,encyclopædic\r\nenclycopedia,encyclopedia\r\nencoder-deocder,encoder-decoder\r\nencodign,encoding\r\nencodnig,encoding\r\nencofing,encoding\r\nencolsed,enclosed\r\nencolsure,enclosure\r\nencomapsses,encompasses\r\nencomass,encompass\r\nencompase,encompass\r\nencompases,encompasses\r\nencompasess,encompasses\r\nencompasing,encompassing\r\nencompatiblity,encompatibility\r\nencompesses,encompasses\r\nenconded,encoded\r\nenconding,encoding\r\nencondings,encodings\r\nenconomic,economic\r\nencontinueing,encontinuing\r\nencontinueings,encontinuings\r\nenconveience,inconvenience\r\nenconveinced,inconvenienced\r\nenconvenent,inconvenient\r\nenconvenience,inconvenience\r\nenconvience,inconvenient\r\nencoodings,encodings\r\nencopass,encompass\r\nencopassed,encompassed\r\nencopasses,encompasses\r\nencopassing,encompassing\r\nencorage,encourage\r\nencoraged,encouraged\r\nencoragee,encourage\r\nencorageed,encouraged\r\nencorageer,encourager\r\nencorageers,encouragers\r\nencoragees,encourages\r\nencorageing,encouraging\r\nencorageingly,encouragingly\r\nencorager,encourager\r\nencoragers,encouragers\r\nencorages,encourages\r\nencoraging,encouraging\r\nencoragingly,encouragingly\r\nencorders,encoders\r\nencorporated,incorporated\r\nencorporating,incorporating\r\nencose,enclose\r\nencosed,enclosed\r\nencoses,encloses\r\nencosing,enclosing\r\nencounted,encountered\r\nencounterd,encountered\r\nencounteres,encounters\r\nencounterred,encountered\r\nencountert,encountered\r\nencounteurs,encounters\r\nencountred,encountered\r\nencouraed,encouraged\r\nencouragee,encourage\r\nencourageed,encouraged\r\nencourageer,encourager\r\nencourageers,encouragers\r\nencouragees,encourages\r\nencourageing,encouraging\r\nencourageingly,encouragingly\r\nencouraing,encouraging\r\nencourg,encourage\r\nencourgae,encourage\r\nencourge,encourage\r\nencourged,encouraged\r\nencourgee,encourage\r\nencourgeed,encouraged\r\nencourgeer,encourager\r\nencourgeers,encouragers\r\nencourgees,encourages\r\nencourgeing,encouraging\r\nencourgeingly,encouragingly\r\nencourger,encourager\r\nencourgers,encouragers\r\nencourges,encourages\r\nencourging,encouraging\r\nencourgingly,encouragingly\r\nencouter,encounter\r\nencoutering,encountering\r\nencoutner,encounter\r\nencoutnered,encountered\r\nencoutners,encounters\r\nencpasulates,encapsulates\r\nencreasing,increasing\r\nencricher,enricher\r\nencripted,encrypted\r\nencription,encryption\r\nencrising,increasing\r\nencrpted,encrypted\r\nencrption,encryption\r\nencrpyt,encrypt\r\nencrpyted,encrypted\r\nencrpytion,encryption\r\nencrpyts,encrypts\r\nencrupted,encrypted\r\nencryoted,encrypted\r\nencryped,encrypted\r\nencryping,encrypting\r\nencrypion,encryption\r\nencryppt,encrypt\r\nencrypter,encrypt\r\nencryptes,encrypted\r\nencryptiion,encryption\r\nencryptioin,encryption\r\nencrypttiion,encrypttion\r\nencrypttiional,encrypttional\r\nencrypttiions,encrypttions\r\nencrypttoin,encrypttion\r\nencrypttoinal,encrypttional\r\nencrypttoins,encrypttions\r\nencryptton,encrypttion\r\nencrypttonal,encrypttional\r\nencrypttons,encrypttions\r\nencrypyt,encrypt\r\nencrytion,encryption\r\nencrytped,encrypted\r\nencrytption,encryption\r\nenctyption,encryption\r\nenculding,including\r\nencumberances,encumbrances\r\nencuraged,encouraged\r\nencyclapedia,encyclopedia\r\nencyclapidia,encyclopedia\r\nencyclepedia,encyclopedia\r\nencycloaedia,encyclopaedia\r\nencycloaedias,encyclopaedias\r\nencycloaedic,encyclopaedic\r\nencycloedia,encyclopedia\r\nencycloedias,encyclopedias\r\nencycloedic,encyclopedic\r\nencyclopadia,encyclopedia\r\nencyclopadias,encyclopedias\r\nencyclopadic,encyclopedic\r\nencyclopdia,encyclopedia\r\nencyclopdias,encyclopedias\r\nencyclopdic,encyclopedic\r\nencyclopeadia,encyclopedia\r\nencyclopeadias,encyclopedias\r\nencyclopeadic,encyclopedia\r\nencyclopeedia,encyclopedia\r\nencyclopeida,encyclopedia\r\nencyclopia,encyclopedia\r\nencyclopidia,encyclopedia\r\nencycloædia,encyclopædia\r\nencycloædias,encyclopædias\r\nencycloædic,encyclopædic\r\nencyclpedia,encyclopaedia\r\nencycolpaedia,encyclopaedia\r\nencycolpaedias,encyclopaedias\r\nencycolpaedic,encyclopaedic\r\nencycolpedia,encyclopedia\r\nencycolpedias,encyclopedia\r\nencycolpedic,encyclopedic\r\nencycolpædia,encyclopædia\r\nencycolpædias,encyclopædias\r\nencycolpædic,encyclopædic\r\nencycopaedia,encyclopaedia\r\nencycopaedias,encyclopaedias\r\nencycopaedic,encyclopaedic\r\nencycopedia,encyclopedia\r\nencycopedias,encyclopedias\r\nencycopedic,encyclopedic\r\nencycoplaedia,encyclopaedia\r\nencycoplaedias,encyclopaedias\r\nencycoplaedic,encyclopaedic\r\nencycopledia,encyclopedia\r\nencycopledias,encyclopedias\r\nencycopledic,encyclopedic\r\nencycoplædia,encyclopædia\r\nencycoplædias,encyclopædias\r\nencycoplædic,encyclopædic\r\nencycopædia,encyclopædia\r\nencycopædias,encyclopædias\r\nencycopædic,encyclopædic\r\nencyklopedia,encyclopedia\r\nencylcopaedia,encyclopaedia\r\nencylcopaedias,encyclopaedias\r\nencylcopaedic,encyclopaedic\r\nencylcopedia,encyclopedia\r\nencylcopedias,encyclopedias\r\nencylcopedic,encyclopedic\r\nencylcopædia,encyclopædia\r\nencylcopædias,encyclopædias\r\nencylcopædic,encyclopædic\r\nencylopaedia,encyclopaedia\r\nencylopaedias,encyclopaedias\r\nencylopaedic,encyclopaedic\r\nencylopedia,encyclopedia\r\nencylopedias,encyclopedias\r\nencylopedic,encyclopedic\r\nencylopædia,encyclopædia\r\nencylopædias,encyclopædias\r\nencylopædic,encyclopædic\r\nencypher,encipher\r\nencyphers,enciphers\r\nencyplopedia,encyclopedia\r\nencypt,encrypt\r\nencypted,encrypted\r\nencyption,encryption\r\nencyrpt,encrypt\r\nencyrpted,encrypted\r\nencyrption,encryption\r\nend-of-lifed,end-of-life\r\nendable,enable\r\nendabled,enabled\r\nendagnering,endangering\r\nendanceing,EnDancing\r\nendanceings,EnDancings\r\nendandering,endangering\r\nendanged,endangered\r\nendangerd,endangered\r\nendareing,EnDaring\r\nendareings,EnDarings\r\nendcoding,encoding\r\nendds,ends\r\nendefinate,indefinite\r\nendefinite,indefinite\r\nendelllion,endellion\r\nendever,endeavour\r\nendevor,endeavour\r\nendevored,endeavored\r\nendevoring,endeavoring\r\nendevors,endeavors\r\nendevour,endeavour\r\nendevoured,endeavoured\r\nendevouring,endeavouring\r\nendevours,endeavours\r\nendfi,endif\r\nendges,edges\r\nendianes,endianness\r\nendianess,endianness\r\nendiannes,endianness\r\nendiffinate-,indefinite\r\nendifnint,indefinite\r\nendig,ending\r\nendinan,endian\r\nendinf,ending\r\nendins,endings\r\nendit,edit\r\nendiveing,EnDiving\r\nendiveings,EnDivings\r\nendlesly,endlessly\r\nendlessley,endlessly\r\nendlessy,endlessly\r\nendocding,encoding\r\nendochrine,endocrine\r\nendocrinolagist,endocrinologist\r\nendocrinolgist,endocrinologist\r\nendocrinolgists,endocrinologists\r\nendocrinoligist,endocrinologist\r\nendocronoligist,endocronologist\r\nendoctrinated,indoctrinated\r\nendoctrination,indoctrination\r\nendogeneize,endogenize\r\nendoint,endpoint\r\nendoints,endpoints\r\nendolithes,endoliths\r\nendoncronolgist,endoncronologist\r\nendopints,endpoints\r\nendoppresion,endoppression\r\nendorcement,endorsement\r\nendorces,endorse\r\nendores,endorse\r\nendoresment,endorsement\r\nendoresments,endorsement\r\nendorsment,endorsement\r\nendoskelatal,endoskeletal\r\nendoskelaton,endoskeleton\r\nendoskelatons,endoskeletons\r\nendourololgist,endourolologist\r\nendpaint,endpoint\r\nendpaints,endpoints\r\nendpint,endpoint\r\nendpiont,endpoint\r\nendpoing,endpoint\r\nendponit,endpoint\r\nendpont,endpoint\r\nendponts,endpoints\r\nendpooint,endpoint\r\nendpount,endpoint\r\nendricronoligist,endricronologist\r\nendriveing,EnDriving\r\nendriveings,EnDrivings\r\nendrose,endorse\r\nendspoints,endpoints\r\nenduce,induce\r\nenduced,induced\r\nenducement,inducement\r\nenducements,inducements\r\nenduces,induces\r\nenducing,inducing\r\nenduction,induction\r\nenductions,inductions\r\nenductive,inductive\r\nenductively,inductively\r\nenebled,enabled\r\nenebles,enables\r\nenecomicial,economical\r\nened,need\r\neneded,ended\r\nenegery,energy\r\nenegine,engine\r\nenemeies,enemies\r\nenemes,enemies\r\nenemey,enemy\r\nenemeys,enemies\r\nenemie,enemy\r\nenemity,enmity\r\nenemployment,unemployment\r\nenemyies,enemies\r\nenemys,enemies\r\nenenmies,enemies\r\nenenmy,enemy\r\neneny,enemy\r\neneral,general\r\nenerally,generally\r\nenerated,generated\r\nenergey,energy\r\nenergis,energies\r\nenery,energy\r\nenesemble,ensemble\r\nenetered,entered\r\nenethusatic,enthusiastic\r\neneugh,enough\r\nenevitable,inevitable\r\nenevlopes,envelopes\r\nenewslettter,eNewsletter\r\nenfant,infant\r\nenfants,infants\r\nenfeatureing,EnFeaturing\r\nenfeatureings,EnFeaturings\r\nenfewsiastic,enthusiastic\r\nenflame,inflame\r\nenflamed,inflamed\r\nenflamement,inflamement\r\nenflamements,inflamements\r\nenflames,inflames\r\nenflaming,inflaming\r\nenflamtion,inflamtion\r\nenflamtions,inflamtions\r\nenflamtive,inflamtive\r\nenflamtively,inflamtively\r\nenfoce,enforce\r\nenforceabilty,enforceability\r\nenforceablility,enforceability\r\nenforceablity,enforceability\r\nenforcees,enforces\r\nenforceing,enforcing\r\nenforceings,EnForcings\r\nenforceme,enforce\r\nenforcmenet,enforcement\r\nenforcment,enforcement\r\nenfore,enforce\r\nenfores,enforces\r\nenformation,information\r\nenforse,enforces\r\nenfortunate,unfortunate\r\nenfringement,infringement\r\nenfuriate,infuriate\r\nenfuseasem,enthusiasm\r\nenfuseastic,enthusiastic\r\nenfusiasem,enthusiasm\r\nenfusiasen,enthusiasm\r\nenfusiastic,enthusiastic\r\nenfusiatic,enthusiastic\r\nenfusitic,enthusiastic\r\nenfusteatec,enthusiastic\r\nengaed,engaged\r\nengagaments,engagements\r\nengageablity,engageability\r\nengagemet,engagements\r\nengagemnet,engagements\r\nengagemnts,engagements\r\nengagine,engaging\r\nengagment,engagement\r\nengagments,engagements\r\nengauge,engage\r\nenge,edge\r\nengeer,engine\r\nengeered,engineered\r\nengeering,engineering\r\nengeers,engineers\r\nengein,engine\r\nengeing,engine\r\nengen,engine\r\nengeneer,engineer\r\nengeneered,engineered\r\nengeneering,engineering\r\nengeneers,engineers\r\nengeries,energies\r\nengieneer,engineer\r\nengieneered,engineered\r\nengieneering,engineering\r\nengieneers,engineers\r\nengin,engine\r\nengine-cleanip,engine-cleanup\r\nengineed,engineered\r\nengineeer,engineer\r\nengineerd,engineered\r\nenginer,engineer\r\nenginered,engineered\r\nenginereed,engineered\r\nenginering,engineering\r\nenginerring,engineering\r\nenginers,engineers\r\nenging,engine\r\nenginge,engine\r\nengingeering,engineering\r\nenginne,engine\r\nenginnering,engineering\r\nengins,engine\r\nengione,engine\r\nengiveing,EnGiving\r\nengiveings,EnGivings\r\nenglightement,enlightenment\r\nenglightements,enlightenments\r\nenglightenment,enlightenment\r\nenglightenments,enlightenments\r\nenglightment,enlightenment\r\nenglightments,enlightenments\r\nenglightnment,enlightenment\r\nenglightnments,enlightenments\r\nenglin,engine\r\nenglines,engines\r\nenglsih,english\r\nengneer,engineer\r\nengneered,engineered\r\nengneering,engineering\r\nengneers,engineers\r\nengoding,encoding\r\nengorgment,engorgement\r\nengorgments,engorgements\r\nengoy,enjoy\r\nengrames,engrams\r\nengramms,engrams\r\nengravment,engravement\r\nengular,angular\r\nenhace,enhance\r\nenhaced,enhanced\r\nenhacement,enhancement\r\nenhacements,enhancements\r\nenhacning,enhancing\r\nenhalcement,enhancement\r\nenhanceds,enhances\r\nenhancment,enhancement\r\nenhancments,enhancements\r\nenhanse,enhances\r\nenhence,enhance\r\nenherit,inherit\r\neniemies,enemies\r\nenigen,engine\r\nenigne,engine\r\nenigneer,engineer\r\nenimeies,enemies\r\nenimes,enemies\r\nenimesies,enemies\r\nenimeus,enemies\r\nenimey,enemy\r\nenimeys,enemies\r\nenimies,enemies\r\nenimy,enemy\r\neniron,environ\r\nenironment,environment\r\nenironvment,enironvement\r\nenitials,initials\r\nenitiation,initiation\r\nenities,entities\r\nenitities,entities\r\nenitity,entity\r\nenitre,entire\r\nenitrely,entirely\r\nenitrety,entirety\r\nenity,entity\r\nenivenutualy,eventually\r\nenivironment,environment\r\nenivitable,inevitable\r\nenivonment,environment\r\nenivronmentally,environmentally\r\nenjin,engine\r\nenjoed,enjoyed\r\nenjoiy,enjoy\r\nenjol,enjoy\r\nenjoured,enjoyed\r\nenjovment,enjovement\r\nenjoyablility,enjoyability\r\nenjoyablity,enjoyability\r\nenjoyeable,enjoyable\r\nenjoyous,enjoyable\r\nenlanceing,EnLancing\r\nenlanceings,EnLancings\r\nenland,england\r\nenlargd,enlarged\r\nenlargment,enlargement\r\nenlargments,enlargements\r\nenlcave,enclave\r\nenlcosed,enclosed\r\nenlgish,english\r\nenlighment,enlighten\r\nenlight,enlighten\r\nenlightend,enlightened\r\nenlightended,enlightened\r\nenlightenend,enlightened\r\nenlightented,enlightened\r\nenlightenting,enlightening\r\nenlightining,enlightening\r\nenlightment,enlightenment\r\nenlightments,enlightenments\r\nenlightned,enlightened\r\nenlightnement,enlightenment\r\nenlightnment,enlightenment\r\nenlightnments,enlightenments\r\nenligthen,enlighten\r\nenligthened,enlightened\r\nenligthening,enlightening\r\nenligthenment,enlightenment\r\nenligtment,enlightenment\r\nenlish,english\r\nenlishman,englishman\r\nenlishmen,englishmen\r\nenlishwoman,englishwoman\r\nenlishwomen,englishwomen\r\nenlosing,enclosing\r\nenlsave,enslave\r\nenlsaved,enslaved\r\nenmass,en masse\r\nenmenies,enemies\r\nenmeny,enemy\r\nenmerator,enumerator\r\nenmey,enemy\r\nenmeys,enemies\r\nenmies,enemies\r\nenmindeatly,immediately\r\nenmu,enum\r\nenmy,enemy\r\nennayance,annoyance\r\nennconoic,economic\r\nenned,ended\r\nennocent,innocent\r\nennumerates,enumerates\r\nennuui,ennui\r\nenoble,ennoble\r\nenobled,ennobled\r\nenobling,ennobling\r\nenocded,encoded\r\nenochmical,economical\r\nenocoded,encoded\r\nenocounter,encounter\r\nenoding,encoding\r\nenofrce,enforce\r\nenogh,enough\r\nenogugh,enough\r\nenoguh,enough\r\nenojy,enjoy\r\nenolgica,enologica\r\nenomical,economical\r\nenomices,economics\r\nenomicies,economics\r\nenomonics,economics\r\nenomosly,enormously\r\nenormas,enormous\r\nenormus,enormous\r\nenouch,enough\r\nenoug,enough\r\nenought,enough\r\nenougth,enough\r\nenouh,enough\r\nenounted,encountered\r\nenountered,encountered\r\nenouph,enough\r\nenoupht,enough\r\nenourmous,enormous\r\nenourmously,enormously\r\nenoyed,annoyed\r\nenpdoint,endpoint\r\nenpense,expense\r\nenplere,employer\r\nenploy,employer\r\nenploye,employer\r\nenployer,employer\r\nenpodints,endpoints\r\nenpoind,endpoint\r\nenpoint,endpoint\r\nenpoints,endpoints\r\nenpresion,enpression\r\nenqiury,enquiry\r\nenque,enqueue\r\nenqueded,enqueued\r\nenqueing,enqueuing\r\nenquer,enquire\r\nenquier,enquire\r\nenquir,enquire\r\nenquisit,exquisite\r\nenquited,equipped\r\nenqusiasm,enthusiasm\r\nenquver,enquire\r\nenrergy,energy\r\nenries,entries\r\nenritching,enriching\r\nenritchment,enrichment\r\nenrivonment,environment\r\nenrole,enrol\r\nenroled,enrolled\r\nenrolement,enrollment\r\nenrollemnt,enrollment\r\nenrollled,enrolled\r\nenrollling,enrolling\r\nenrties,entries\r\nenrty's,entry's\r\nenrty,entry\r\nensalve,enslave\r\nensalved,enslaved\r\nensconsed,ensconced\r\nensemeble,ensemble\r\nenshures,ensures\r\nensiblity,ensibility\r\nensire,ensure\r\nensist,insist\r\nenslave-sublings-simple,enslave-siblings-simple\r\nensomble,ensemble\r\nenssure,ensure\r\nenstablition,establishing\r\nensthusianm,enthusiasm\r\nenstusieasom,enthusiasm\r\nensuer,ensure\r\nensur,ensure\r\nensure's,ensures\r\nensurec,ensures\r\nent,end\r\nentagle,entangle\r\nentagled,entangled\r\nentaglement,entanglement\r\nentaglements,entanglements\r\nentagles,entangles\r\nental,rental\r\nentaly,entally\r\nentarnance,entrance\r\nentartaining,entertaining\r\nentbook,netbook\r\nenteard,entered\r\nentended,extended\r\nentends,extends\r\nenteprise,enterprise\r\nenteprise-grade,enterprise-grade\r\nenteprises,enterprises\r\nenterainment,entertainment\r\nenterance,entrance\r\nenteratinment,entertainment\r\nenterd,entered\r\nenterede,entered\r\nenterely,entirely\r\nenterence,entrance\r\nenteries,entries\r\nenterily,entirely\r\nenterise,enterprise\r\nenterity,entirety\r\nenternce,entrance\r\nenterns,entrance\r\nenterpirse,enterprise\r\nenterpirses,enterprises\r\nenterpise,enterprise\r\nenterpises,enterprises\r\nenterpreneur,entrepreneurs\r\nenterpreneurs,entrepreneurs\r\nenterprenuer,entrepreneur\r\nenterprenuers,entrepreneurs\r\nenterpreuners,entrepreneurs\r\nenterprice,enterprise\r\nenterprices,enterprises\r\nenterpries,enterprises\r\nenterprishe,enterprises\r\nenterprize,enterprise\r\nenterprsie,enterprises\r\nenterring,entering\r\nenterrpise,enterprises\r\nentertaiment,entertainment\r\nentertaimental,entertainmental\r\nentertaiments,entertainments\r\nentertainement,entertainment\r\nentertainemnt,entertainment\r\nentertainemntal,entertainmental\r\nentertainemnts,entertainments\r\nentertaing,entertaining\r\nentertainig,entertaining\r\nentertainted,entertained\r\nentertament,entertainment\r\nentertanment,entertainment\r\nenterteyned,entertained\r\nentertian,entertain\r\nentertianed,entertained\r\nentertianer,entertainer\r\nentertianers,entertainers\r\nentertianing,entertaining\r\nentertianingly,entertainingly\r\nentertianment,entertainment\r\nentertianments,entertainments\r\nentertiantianment,entertaintianment\r\nentertwined,entertained\r\nentery,enter\r\nenteties,entities\r\nenthausiam,enthusiasm\r\nenthaustatic,enthusiastic\r\nentheason,enthusiasm\r\nentheastic,enthusiastic\r\nentheastics,enthusiastic\r\nentheausium,enthusiasm\r\nentherates,enthusiastic\r\nenthesaket,enthusiastic\r\nenthesatic,enthusiastic\r\nentheseusem,enthusiasm\r\nentheshestrem,enthusiasm\r\nenthesyastic,enthusiastic\r\nentheuiasm,enthusiasm\r\nentheusastic,enthusiastic\r\nentheuseasm,enthusiasm\r\nentheusiasism,enthusiasm\r\nentheusiasm,enthusiastic\r\nentheusiastic,enthusiastic\r\nentheustac,enthusiastic\r\nentheuzeastic,enthusiastic\r\nenthewastic,enthusiastic\r\nenthewseasem,enthusiasm\r\nenthic,ethnic\r\nenthically,ethnically\r\nenthicities,ethnicities\r\nenthicity,ethnicity\r\nenthinastic,enthusiastic\r\nenthirsasthic,enthusiastic\r\nenthiseatic,enthusiastic\r\nenthisiast,enthusiast\r\nenthisiasts,enthusiasts\r\nenthissiasm,enthusiasm\r\nenthiusiasion,enthusiasm\r\nenthiusuastic,enthusiastic\r\nenthnic,ethnic\r\nenthniciatic,enthusiastic\r\nenthnicities,ethnicities\r\nenthnicity,ethnicity\r\nenthorseastio,enthusiastic\r\nenthosaum,enthusiasm\r\nenthoseasem,enthusiasm\r\nenthoseastic,enthusiastic\r\nenthosiastic,enthusiastic\r\nenthousasam,enthusiasm\r\nenthousastic,enthusiastic\r\nenthouseastick,enthusiastic\r\nenthouseastik,enthusiastic\r\nenthouseazem,enthusiasm\r\nenthousiast,enthusiast\r\nenthousiastic,enthusiastic\r\nenthousiasum,enthusiasm\r\nenthousizam,enthusiasm\r\nenthoustim,enthusiasm\r\nenthousyastike,enthusiastic\r\nenthsatic,enthusiastic\r\nenthsustic,enthusiastic\r\nenthsuthamas,enthusiasm\r\nenthuahim,enthusiasm\r\nenthuans,enthusiasm\r\nenthuasism,enthusiasm\r\nenthuasists,enthusiasts\r\nenthuastic,enthusiastic\r\nenthuastim,enthusiasm\r\nenthuasum,enthusiasm\r\nenthuesastic,enthusiastic\r\nenthuesiasm,enthusiasm\r\nenthuesiastic,enthusiastic\r\nenthuestiasm,enthusiasm\r\nenthuestiastic,enthusiastic\r\nenthuestic,enthusiastic\r\nenthuiasm,enthusiasm\r\nenthuiastic,enthusiastic\r\nenthuiasts,enthusiast\r\nenthuisast,enthusiasts\r\nenthuisasts,enthusiasts\r\nenthuisiasm,enthusiasm\r\nenthuisiastic,enthusiastic\r\nenthusaism,enthusiastic\r\nenthusaists,enthusiasts\r\nenthusam,enthusiasm\r\nenthusasam,enthusiasm\r\nenthusasamin,enthusiasm\r\nenthusasim,enthusiasm\r\nenthusasium,enthusiasm\r\nenthusasm,enthusiasm\r\nenthusastic,enthusiastic\r\nenthusastick,enthusiastic\r\nenthusastik,enthusiastic\r\nenthusatic,enthusiastic\r\nenthusatick,enthusiastic\r\nenthusaum,enthusiasm\r\nenthuseasam,enthusiasm\r\nenthuseaseck,enthusiastic\r\nenthuseasic,enthusiastic\r\nenthuseasim,enthusiasm\r\nenthuseasm,enthusiasm\r\nenthuseastic,enthusiastic\r\nenthuseastick,enthusiastic\r\nenthuseasum,enthusiasm\r\nenthuseathsum,enthusiasm\r\nenthuseazim,enthusiasm\r\nenthusec,enthusiastic\r\nenthusem,enthusiasm\r\nenthusesastic,enthusiastic\r\nenthusesiasm,enthusiasm\r\nenthushiastic,enthusiastic\r\nenthusiagem,enthusiasm\r\nenthusiaists,enthusiasts\r\nenthusiam,enthusiasm\r\nenthusiame,enthusiasm\r\nenthusiams,enthusiasm\r\nenthusian,enthusiasm\r\nenthusiant,enthusiast\r\nenthusiantic,enthusiasm\r\nenthusiants,enthusiast\r\nenthusiasam,enthusiasm\r\nenthusiasem,enthusiasm\r\nenthusiasen,enthusiasm\r\nenthusiasiam,enthusiasm\r\nenthusiasic,enthusiastic\r\nenthusiasim,enthusiasm\r\nenthusiasimium,enthusiasm\r\nenthusiasistic,enthusiastic\r\nenthusiasists,enthusiasts\r\nenthusiasium,enthusiasm\r\nenthusiasome,enthusiasm\r\nenthusiasthusm,enthusiasm\r\nenthusiastick,enthusiastic\r\nenthusiastics,enthusiasts\r\nenthusiastisch,enthusiastic\r\nenthusiasum,enthusiasm\r\nenthusiasymn,enthusiasm\r\nenthusiat,enthusiast\r\nenthusiatic,enthusiastic\r\nenthusiatics,enthusiastics\r\nenthusiats,enthusiast\r\nenthusiazem,enthusiasm\r\nenthusiazm,enthusiasm\r\nenthusiazom,enthusiasm\r\nenthusicastic,enthusiastic\r\nenthusicatic,enthusiastic\r\nenthusiest,enthusiast\r\nenthusiests,enthusiasts\r\nenthusigasm,enthusiasm\r\nenthusim,enthusiasm\r\nenthusisast,enthusiasts\r\nenthusisastic,enthusiastic\r\nenthusism,enthusiasm\r\nenthusistic,enthusiastic\r\nenthusists,enthusiasts\r\nenthusizas,enthusiasm\r\nenthustacic,enthusiastic\r\nenthustack,enthusiasm\r\nenthustastic,enthusiasm\r\nenthustiastic,enthusiastic\r\nenthustic,enthusiastic\r\nenthustism,enthusiasm\r\nenthustistic,enthusiastic\r\nenthustuac,enthusiasm\r\nenthustum,enthusiasm\r\nenthusuain,enthusiasm\r\nenthusuasem,enthusiasm\r\nenthusuastic,enthusiastic\r\nenthyswastic,enthusiastic\r\nenthyusiastic,enthusiastic\r\nenthzeatice,enthusiastic\r\nentierily,entirely\r\nentierities,entireties\r\nentierity,entirety\r\nentierly,entirely\r\nentierties,entireties\r\nentierty,entirety\r\nenties,entries\r\nentilectual,intellectual\r\nentilted,entitled\r\nentinlectinal,intellectual\r\nentired,entire\r\nentirelly,entirely\r\nentirence,entrance\r\nentires,entries\r\nentirey,entirety\r\nentiries,entries\r\nentirily,entirely\r\nentiring,entire\r\nentirities,entireties\r\nentirity,entirety\r\nentirley,entirely\r\nentirly,entirely\r\nentirties,entireties\r\nentirty,entirety\r\nentiry,entity\r\nentit's,entity's\r\nentiteld,entitled\r\nentitelments,entitlements\r\nentitely,entirely\r\nentites,entities\r\nentitie,entity\r\nentitied,entitled\r\nentities's,entity's\r\nentitites,entities\r\nentitities,entities\r\nentitity,entity\r\nentitiy,entity\r\nentitlied,entitled\r\nentitry,entity\r\nentitycomponent,entity-component\r\nentitys,entity\r\nentive,entire\r\nentiy's,entity\r\nentiy,entity\r\nentomolgical,entomological\r\nentomolgist,entomologist\r\nentomoligists,entomologists\r\nentopry,entropy\r\nentopy,entropy\r\nentorpy,entropy\r\nentory,entry\r\nentoxication,intoxication\r\nentoy,enjoy\r\nentpoint,endpoint\r\nentpoints,endpoints\r\nentr,entry\r\nentrace,entrance\r\nentranc,entrance\r\nentranse,entrance\r\nentrante,entrance\r\nentrappped,entrapped\r\nentre,entire\r\nentreatic,enthusiastic\r\nentrece,entrance\r\nentred,entered\r\nentrenance,entrance\r\nentrence,entrance\r\nentrens,entrance\r\nentrepeneur,entrepreneur\r\nentrepeneural,entrepreneural\r\nentrepeneure,entrepreneure\r\nentrepeneureal,entrepreneureal\r\nentrepeneurers,entrepreneurers\r\nentrepeneurial,entrepreneurial\r\nentrepeneurialism,entrepreneurialism\r\nentrepeneurism,entrepreneurism\r\nentrepeneurs,entrepreneurs\r\nentrepeneursales,entrepreneursales\r\nentrepeneurship,entrepreneurship\r\nentrepeneursvereniging,entrepreneursvereniging\r\nentrepenuer,entrepreneur\r\nentrepenueral,entrepreneural\r\nentrepenuerial,entrepreneurial\r\nentrepenuers,entrepreneurs\r\nentrepenuership,entrepreneurship\r\nentrepenur,entrepreneur\r\nentrepenure,entrepreneure\r\nentrepenureal,entrepreneureal\r\nentrepenureeship,entrepreneureeship\r\nentrepenures,entrepreneures\r\nentrepenurial,entrepreneurial\r\nentrepenurialship,entrepreneurialship\r\nentrepenurism,entrepreneurism\r\nentrepenurs,entrepreneurs\r\nentrepenurship,entrepreneurship\r\nentreperneur,entrepreneurs\r\nentreperneurial,entrepreneurial\r\nentreperneurs,entrepreneurs\r\nentreperneurship,entrepreneurship\r\nentreperure,entrepreneur\r\nentrepeuner,entrepreneur\r\nentrepot,entrepôt\r\nentrepraneurs,entrepreneurs\r\nentreprenaur,entrepreneur\r\nentreprenaurs,entrepreneurs\r\nentreprener,entrepreneurs\r\nentrepreners,entrepreneurs\r\nentrepreneuer,entrepreneurs\r\nentrepreneuers,entrepreneurs\r\nentrepreneurers,entrepreneurs\r\nentrepreneures,entrepreneurs\r\nentrepreneus,entrepreneurs\r\nentreprenour,entrepreneur\r\nentreprenours,entrepreneurs\r\nentreprenuer,entrepreneur\r\nentreprenueral,entrepreneural\r\nentreprenuerals,entrepreneurals\r\nentreprenuerdose,entrepreneurdose\r\nentreprenuerers,entrepreneurers\r\nentreprenuerf,entrepreneurf\r\nentreprenuerial,entrepreneurial\r\nentreprenuerialism,entrepreneurialism\r\nentreprenuerialship,entrepreneurialship\r\nentreprenuering,entrepreneuring\r\nentreprenuerism,entrepreneurism\r\nentreprenuers,entrepreneurs\r\nentreprenuership,entrepreneurship\r\nentreprenuerships,entrepreneurships\r\nentreprenur,entrepreneur\r\nentreprenural,entrepreneural\r\nentreprenure,entrepreneurs\r\nentreprenureal,entrepreneureal\r\nentreprenures,entrepreneurs\r\nentreprenureship,entrepreneureship\r\nentreprenurial,entrepreneurial\r\nentreprenurialministry,entrepreneurialministry\r\nentreprenurialship,entrepreneurialship\r\nentreprenurism,entrepreneurism\r\nentreprenurs,entrepreneurs\r\nentreprenurse,entrepreneurse\r\nentreprenursery,entrepreneursery\r\nentreprenurses,entrepreneurses\r\nentreprenurship,entrepreneurship\r\nentrepreuner,entrepreneurs\r\nentrepreuners,entrepreneurs\r\nentreprise,enterprise\r\nentres,entries\r\nentrese,entrance\r\nentretained,entertained\r\nentretaining,entertaining\r\nentretainment,entertainment\r\nentrie,entry\r\nentried,entries\r\nentrieds,entries\r\nentriely,entirely\r\nentriety,entirety\r\nentrires,entries\r\nentronce,entrance\r\nentropay,entropy\r\nentrophy,entropy\r\nentry',entry's\r\nentryies,entries\r\nentrys,entries\r\nenttire,entire\r\nenttiy,entity\r\nentufaeastic,enthusiastic\r\nentureasticty,enthusiastic\r\nentuseastic,enthusiastic\r\nentusiansome,enthusiasm\r\nentusiasm,enthusiasm\r\nentusiasms,enthusiasms\r\nentusiast,enthusiast\r\nentusiastic,enthusiastic\r\nentusiastically,enthusiastically\r\nentusiastics,enthusiastics\r\nentusiasts,enthusiasts\r\nentusiasum,enthusiasm\r\nentusylatic,enthusiastic\r\nenty,entry\r\nenuf,enough\r\nenumarate,enumerate\r\nenumarator,enumerator\r\nenumarble,enumerable\r\nenumberable,enumerable\r\nenumerabe,enumerable\r\nenumeraters,enumerators\r\nenumeratoin,enumeration\r\nenumeratrs,enumerators\r\nenumployed,unemployed\r\nenumrated,enumerated\r\nenumration,enumeration\r\nenumrations,enumerations\r\nenumss,enums\r\nenure,ensure\r\nenures,ensures\r\nenusre,ensure\r\nenusres,ensures\r\nenusring,ensuring\r\nenuthic,enthusiastic\r\nenveloppe,envelope\r\nenvelopped,envelope\r\nenveloppen,envelope\r\nenveloppes,envelope\r\nenventions,inventions\r\nenventually,eventually\r\nenvenutly,eventually\r\nenvets,events\r\nenveutally,eventually\r\nenvey,envy\r\nenviconrment,environment\r\nenvieonrment,environment\r\nenvieronment,environment\r\nenvigorated,invigorated\r\nenvinoment,environment\r\nenvinroment,environments\r\nenvinronment,environment\r\nenvinronments,environments\r\nenvionment,environment\r\nenvionrment,environment\r\nenviorment's,environment's\r\nenviorment,environment\r\nenviormental,environmental\r\nenviormentalists,environmentalists\r\nenviormentally,environmentally\r\nenviorments,environments\r\nenviornment,environment\r\nenviornmental,environmental\r\nenviornmentalism,environmentalism\r\nenviornmentalist,environmentalist\r\nenviornmentalists,environmentalists\r\nenviornmentally,environmentally\r\nenviornmentaly,environmentaly\r\nenviornmentdownloading,environmentdownloading\r\nenviornmentlists,environmentlists\r\nenviornmently,environmently\r\nenviornments,environments\r\nenvirements,environments\r\nenvireminakl,environmental\r\nenvireonment,environment\r\nenvirionment,environment\r\nenvirionmental,environmental\r\nenvirionmentally,environmentally\r\nenvirionments,environments\r\nenvirnment,environment\r\nenvirnments,environments\r\nenvirnoment,environment\r\nenviroiment,environment\r\nenviroinment,environment\r\nenviroment,environment\r\nenviromental,environmental\r\nenviromentald,environmentald\r\nenviromentalism,environmentalism\r\nenviromentalist,environmentalist\r\nenviromentalista,environmentalista\r\nenviromentalistou,environmentalistou\r\nenviromentalists,environmentalists\r\nenviromentall,environmentall\r\nenviromentally,environmentally\r\nenviromentals,environmentals\r\nenviromentaly,environmentaly\r\nenviromentand,environmentand\r\nenviromentanl,environmentanl\r\nenviromentcover,environmentcover\r\nenviromentf,environmentf\r\nenviromenthave,environmenthave\r\nenviromentially,environmentially\r\nenviromently,environmently\r\nenviromentor,environmentor\r\nenviromentpy,environmentpy\r\nenviroments,environments\r\nenviromenttal,environmenttal\r\nenviromnent,environments\r\nenviromnet,environment\r\nenviromnets,environments\r\nenviromnment,environment\r\nenvironement,environment\r\nenvironementaly,environementally\r\nenvironements,environments\r\nenvironemnt,environment\r\nenvironemntal,environmental\r\nenvironemntalist,environmentalist\r\nenvironemntalists,environmentalists\r\nenvironemntally,environmentally\r\nenvironemntals,environmentals\r\nenvironemnts,environments\r\nenvironemt,environment\r\nenvironemtn,environment\r\nenvironent,environment\r\nenvironmant,environment\r\nenvironmen,environment\r\nenvironment1,environment\r\nenvironmentality,environmentally\r\nenvironmentals,environments\r\nenvironmentaly,environmentally\r\nenvironmentl,environmentally\r\nenvironmently,environmental\r\nenvironmentz,environment\r\nenvironmet,environments\r\nenvironmetal,environmental\r\nenvironmetn,environment\r\nenvironmetns,environments\r\nenvironmetnt,environment\r\nenvironmnent,environment\r\nenvironmnet,environments\r\nenvironmnets,environments\r\nenvironmont,environment\r\nenvironnement,environment\r\nenvironnment-specific,environment-specific\r\nenvirontment,environment\r\nenvirorment,environment\r\nenvirovment,envirovement\r\nenvissssion,envission\r\nenvited,invited\r\nenvitonment,environment\r\nenvoke,invoke\r\nenvokes,invokes\r\nenvoking,invoking\r\nenvolope,envelope\r\nenvolution,evolution\r\nenvolutionary,evolutionary\r\nenvolvment,envolvement\r\nenvonment,environment\r\nenvorce,enforce\r\nenvorinment,environment\r\nenvormental,environmental\r\nenvornment,environment\r\nenvornmental,environmental\r\nenvornments,environments\r\nenvoronment,environment\r\nenvoronments,environments\r\nenvory,envoy\r\nenvouraged,encouraged\r\nenvriomental,environmental\r\nenvrioments,environments\r\nenvrionment,environment\r\nenvrionmental,environmental\r\nenvrionmentalist,environmentalist\r\nenvrionmentalities,environmentalities\r\nenvrionmentally,environmentally\r\nenvrionmentals,environmentals\r\nenvrionmently,environmently\r\nenvrionments,environments\r\nenvrironment,environment\r\nenvromental,environmental\r\nenw,new\r\nenxt,next\r\nenxtensions,extensions\r\neny,any\r\nenybody,anybody\r\nenyone,anyone\r\nenything,anything\r\nenyway,anyway\r\nenyzme,enzyme\r\nenyzyme,enzyme\r\nenzyome,enzyme\r\neocument,document\r\neolitic,eolithic\r\neoroplane,aeroplane\r\nepalce,replace\r\nepanadable,expandable\r\nepanding,expanding\r\nepasil,epistle\r\nepasley,especially\r\nepecial,special\r\nepecially,especially\r\nepee,épée\r\nepees,épées\r\nepel,repo\r\nependency,dependency\r\nepense,épense\r\neperiance,experience\r\nepernay,épernay\r\nepernon,épernon\r\nepesale,epistle\r\nepheemal,ephemeral\r\nephemsis,emphasis\r\nepheremal,ephemeral\r\nephermal,ephemeral\r\nephipany,epiphany\r\nephisal,epistle\r\nephisile,epistle\r\nephistol,epistle\r\nephmereal,ephemeral\r\nephony,phony\r\nephsil,epistle\r\nepical,epistle\r\nepicale,epistle\r\nepicate,epistle\r\nepicatle,epistle\r\nepicial,epistle\r\nepicicle,epistle\r\nepicil,epistle\r\nepicile,epistle\r\nepicle,epistle\r\nepidemiolagical,epidemiological\r\nepidemiolgic,epidemiologic\r\nepidemiolgical,epidemiological\r\nepidemiolgically,epidemiologically\r\nepidemiolgist,epidemiologist\r\nepidemiolgists,epidemiologists\r\nepidemioligists,epidemiologists\r\nepidernioligical,epiderniological\r\nepidose,episode\r\nepidsode,episode\r\nepidsodes,episodes\r\nepidsodic,episodic\r\nepidsodical,episodical\r\nepidsodically,episodically\r\nepigentic,epigenetic\r\nepigentics,epigenetics\r\nepihpany,epiphany\r\nepilepsey,epilepsy\r\nepilespy,epilepsy\r\nepilgoue,epilogue\r\nepiloge,epilogue\r\nepinay,épinay\r\nepiosodes,episodes\r\nepipetaly,epipetally\r\nepiphanny,epiphany\r\nepisal,epistle\r\nepisale,epistle\r\nepiscal,epistle\r\nepiscel,epistle\r\nepiscicel,epistle\r\nepiscle,epistle\r\nepiscole,epistle\r\nepiscula,epistle\r\nepisdes,episodes\r\nepisdoe,episode\r\nepisdoes,episodes\r\nepisdoic,episodic\r\nepisdoical,episodical\r\nepisdoically,episodically\r\nepisel,epistle\r\nepisels,epistle\r\nepiseole,epistle\r\nepisial,epistle\r\nepisical,epistle\r\nepisicle,epistle\r\nepisil,epistle\r\nepisile,epistle\r\nepisille,epistle\r\nepisiode,episode\r\nepisiodes,episodes\r\nepisiodic,episodic\r\nepisiodical,episodical\r\nepisiodically,episodically\r\nepisitle,epistle\r\nepisle,epistle\r\nepislon,epsilon\r\nepislte,epistle\r\nepisoide,episode\r\nepisoides,episodes\r\nepisoidic,episodic\r\nepisoidical,episodical\r\nepisoidically,episodically\r\nepisol,epistle\r\nepisole,epistle\r\nepisolle,epistle\r\nepisonage,espionage\r\nepispode,episode\r\nepispodes,episodes\r\nepispodic,episodic\r\nepispodical,episodical\r\nepispodically,episodically\r\nepissal,epistle\r\nepissel,epistle\r\nepissile,epistle\r\nepissle,epistle\r\nepissol,epistle\r\nepistal,epistle\r\nepistel,epistle\r\nepistemolgica,epistemologica\r\nepistemoligically,epistemologically\r\nepistile,epistle\r\nepistol,epistle\r\nepistole,epistle\r\nepisule,epistle\r\nepisuple,epistle\r\nepitol,epistle\r\nepitomie,epitome\r\nepitomy,epitome\r\neplained,explained\r\neplicitly,explicitly\r\nepliepsy,epilepsy\r\neplinations,explanations\r\nepliogue,epilogue\r\neplisis,ellipsis\r\neploy,deploy\r\nepnymous,eponymous\r\nepnymously,eponymously\r\nepoc,epoch\r\nepochss,epochs\r\nepolis,epistle\r\nepolte,epistle\r\neponam,eponym\r\neponamity,eponymity\r\neponamous,eponymous\r\neponamously,eponymously\r\neponams,eponyms\r\neponim,eponym\r\neponimity,eponymity\r\neponimous,eponymous\r\neponimously,eponymously\r\neponims,eponyms\r\neponimy,eponymy\r\neponom,eponym\r\neponomity,eponymity\r\neponomous,eponymous\r\neponomously,eponymously\r\neponoms,eponyms\r\neponymn,eponym\r\neponymnity,eponymity\r\neponymnous,eponymous\r\neponymnously,eponymously\r\neponymns,eponyms\r\neponymus,eponymous\r\neponymusly,eponymously\r\neponyn,eponym\r\neponynity,eponymity\r\neponynous,eponymous\r\neponynously,eponymously\r\neponyns,eponyms\r\neport,export\r\neported,exported\r\neposide,episode\r\neposides,episodes\r\neposidic,episodic\r\neposidical,episodical\r\neposidically,episodically\r\nepostle,epistle\r\nepoye,époye\r\neppisel,epistle\r\neppisial,epistle\r\neppisiol,epistle\r\neppissel,epistle\r\neppissle,epistle\r\neppissol,epistle\r\nepreciate,appreciate\r\nepresented,represented\r\nepressions,expressions\r\nepscially,specially\r\nepseptionally,exceptionally\r\nepseptionaly,exceptionally\r\nepsiode,episode\r\nepsiodes,episodes\r\nepsiodic,episodic\r\nepsiodical,episodical\r\nepsiodically,episodically\r\nepsionage,espionage\r\nepsisode,episode\r\nepsisodes,episodes\r\nepsisodic,episodic\r\nepsisodical,episodical\r\nepsisodically,episodically\r\nepsol,epistle\r\nepsorts,esports\r\nepsresso,espresso\r\nepstle,epistle\r\nepsylon,epsilon\r\neptiome,epitome\r\neptitude,aptitude\r\nepxand,expand\r\nepxanded,expanded\r\nepxected,expected\r\nepxereince,expereince\r\nepxerience,experience\r\nepxerienced,experienced\r\nepxeriences,experiences\r\nepxeriencing,experiencing\r\nepxerimental,experimental\r\nepxerince,experince\r\nepxert,expert\r\nepxerts,experts\r\nepxertspk,expertspk\r\nepxired,expired\r\nepxlicit,explicit\r\nepxression,expression\r\nepycicle,epicycle\r\nepycicled,epicycled\r\nepyciclelike,epicyclelike\r\nepycicler,epicycler\r\nepyciclers,epicyclers\r\nepycicles,epicycles\r\nepyciclic,epicyclic\r\nepycicling,epicycling\r\nepyciclist,epicyclist\r\nepyciclists,epicyclists\r\nepycycle,epicycle\r\nepycycled,epicycled\r\nepycyclelike,epicyclelike\r\nepycycler,epicycler\r\nepycyclers,epicyclers\r\nepycycles,epicycles\r\nepycyclic,epicyclic\r\nepycycling,epicycling\r\nepycyclist,epicyclist\r\nepycyclists,epicyclists\r\nepynom,eponym\r\nepynomity,eponymity\r\nepynomous,eponymous\r\nepynomously,eponymously\r\nepynoms,eponyms\r\nepynym,eponym\r\nepynymity,eponymity\r\nepynymous,eponymous\r\nepynymously,eponymously\r\nepynyms,eponyms\r\nepèe,épée\r\nepèes,épées\r\nepée,épée\r\nepées,épées\r\neqal,equal\r\neqally,equally\r\neqaly,equally\r\neqaulafication,equalification\r\neqaulafications,equalifications\r\neqaulafied,equalified\r\neqaulafies,equalifies\r\neqaulafy,equalify\r\neqaulafying,equalifying\r\neqaulaties,equalities\r\neqaulaty,equality\r\neqaulification,equalification\r\neqaulifications,equalifications\r\neqaulified,equalified\r\neqaulifies,equalifies\r\neqaulify,equalify\r\neqaulifying,equalifying\r\neqaulities,equalities\r\neqaulity,equality\r\neqaully,equally\r\neqauly,equally\r\neqauntafication,equantification\r\neqauntafications,equantifications\r\neqauntafied,equantified\r\neqauntafies,equantifies\r\neqauntafy,equantify\r\neqauntafying,equantifying\r\neqauntaties,equantities\r\neqauntaty,equantity\r\neqauntification,equantification\r\neqauntifications,equantifications\r\neqauntified,equantified\r\neqauntifies,equantifies\r\neqauntify,equantify\r\neqauntifying,equantifying\r\neqauntities,equantities\r\neqauntity,equantity\r\neqaution,equation\r\neqautions,equations\r\neqiept,equipped\r\neqiped,equipped\r\neqipet,equipped\r\neqipment,equipment\r\neqippped,eqipped\r\neqiptment,equipment\r\neqivalent,equivalent\r\neqley,equally\r\neqlle,equally\r\neqquipped,equipped\r\neqquped,equipped\r\nequabilty,equability\r\nequailty,equality\r\nequaivalent,equivalent\r\nequalality,equality\r\nequalateral,equilateral\r\nequale,equally\r\nequalibrum,equilibrium\r\nequalily,equally\r\nequalit,equality\r\nequalivent,equivalent\r\nequallities,equalities\r\nequallity,equality\r\nequaly,equally\r\nequalyzer,equalizer\r\nequanls,equals\r\nequarly,equally\r\nequartion,equation\r\nequasion,equation\r\nequationa,equations\r\nequationsn,equations\r\nequatiosn,equations\r\nequatoin,equation\r\nequatoins,equations\r\nequatorialguinea,Equatorial Guinea\r\nequavalent,equivalent\r\nequel,equal\r\nequelched,squelched\r\nequell,equally\r\nequely,equally\r\nequept,equipped\r\nequepted,equipped\r\nequerly,equally\r\nequesece,charsequence\r\nequeseced,charsequenced\r\nequeseces,charsequences\r\nequesting,requesting\r\nequeued,enqueued\r\nequialence,equivalence\r\nequialences,equivalences\r\nequialent,equivalent\r\nequialently,equivalently\r\nequialents,equivalents\r\nequiated,equipped\r\nequiavlent,equivalents\r\nequict,equipped\r\nequiepent,equipped\r\nequiept,equipped\r\nequiet,equipped\r\nequifly,equally\r\nequilalent,equivalent\r\nequilavent,equivalent\r\nequilavents,equivalents\r\nequilbirium,equilibrium\r\nequilbrated,equilibrated\r\nequilence,equivalence\r\nequilences,equivalences\r\nequilent,equivalent\r\nequilently,equivalently\r\nequilents,equivalents\r\nequilevant,equivalent\r\nequilevants,equivalents\r\nequilibate,equilibrate\r\nequilibated,equilibrated\r\nequilibates,equilibrates\r\nequilibating,equilibrating\r\nequilibia,equilibria\r\nequilibirum,equilibrium\r\nequilibium,equilibrium\r\nequilibiums,equilibriums\r\nequilibriam,equilibrium\r\nequilibrim,equilibrium\r\nequilibruim,equilibrium\r\nequilibrum,equilibrium\r\nequilisation,equalization\r\nequiliteral,equilateral\r\nequillibate,equilibrate\r\nequillibated,equilibrated\r\nequillibates,equilibrates\r\nequillibating,equilibrating\r\nequillibia,equilibria\r\nequillibium,equilibrium\r\nequillibiums,equilibriums\r\nequillibrate,equilibrate\r\nequillibrated,equilibrated\r\nequillibrates,equilibrates\r\nequillibrating,equilibrating\r\nequillibria,equilibria\r\nequillibrium,equilibrium\r\nequillibriums,equilibriums\r\nequilly,equally\r\nequilvalent,equivalent\r\nequily,equally\r\nequimoblity,equimobility\r\nequinomical,economical\r\nequinomics,economics\r\nequipd,equipped\r\nequipe,equipped\r\nequiped,equipped\r\nequipet,equipped\r\nequipete,equipped\r\nequipeted,equipped\r\nequiping,equipping\r\nequipite,equipped\r\nequipmant,equipment\r\nequipossiblity,equipossibility\r\nequippment,equipment\r\nequippped,equipped\r\nequippt,equipped\r\nequippted,equipped\r\nequipt,equipped\r\nequipte,equipped\r\nequipted,equipped\r\nequiptment,equipped\r\nequire,enquire\r\nequired,required\r\nequirements,requirements\r\nequisute,exquisite\r\nequite,equipped\r\nequited,equipped\r\nequitly,equally\r\nequitorial,equatorial\r\nequitorially,equatorially\r\nequivalance,equivalence\r\nequivalances,equivalences\r\nequivalant,equivalent\r\nequivalantly,equivalently\r\nequivalants,equivalents\r\nequivalen,equivalent\r\nequivalenet,equivalents\r\nequivalet,equivalents\r\nequivalient,equivalent\r\nequivallent,equivalent\r\nequivalnce,equivalence\r\nequivalnet,equivalents\r\nequivalvence,equivalence\r\nequivelance,equivalence\r\nequivelances,equivalences\r\nequivelant,equivalent\r\nequivelantly,equivalently\r\nequivelants,equivalents\r\nequivelence,equivalence\r\nequivelences,equivalences\r\nequivelent,equivalent\r\nequivelently,equivalently\r\nequivelents,equivalents\r\nequivilance,equivalence\r\nequivilances,equivalences\r\nequivilant,equivalent\r\nequivilantly,equivalently\r\nequivilants,equivalents\r\nequivilence,equivalence\r\nequivilences,equivalences\r\nequivilent,equivalent\r\nequivilently,equivalently\r\nequivilents,equivalents\r\nequivilient,equivalent\r\nequivited,equipped\r\nequivivalent,equivalent\r\nequivlaent,equivalents\r\nequivlalance,equivalence\r\nequivlalances,equivalences\r\nequivlalant,equivalent\r\nequivlalantly,equivalently\r\nequivlalants,equivalents\r\nequivlalence,equivalence\r\nequivlalences,equivalences\r\nequivlalent,equivalent\r\nequivlalently,equivalently\r\nequivlalents,equivalents\r\nequivlanets,equivalents\r\nequivolence,equivalence\r\nequivolent,equivalent\r\nequivolents,equivalents\r\nequley,equally\r\nequlk,equally\r\neqully,equally\r\nequly,equally\r\nequomomical,economical\r\nequonomical,economical\r\nequped,equipped\r\nequpet,equipped\r\nequpied,equipped\r\nequpiing,equipping\r\nequpped,equipped\r\nequppied,equipped\r\nequppiing,equipping\r\nequpping,equipping\r\nequpted,equipped\r\neqution,equation\r\nequvalent,equivalent\r\neralier,earlier\r\neraliest,earliest\r\nerally,orally\r\neraly,early\r\nerand,errand\r\nerands,errands\r\nerasibilty,erasibility\r\nerasistoble,irresistible\r\neratdicatoin,eratdication\r\neratic,erratic\r\neratically,erratically\r\neraticaly,erratically\r\neraticly,erratically\r\neraze,erase\r\nerazing,erasing\r\nereck,erect\r\nerepeatable,repeatable\r\nerested,arrested\r\nerffering,referring\r\nerformance,performance\r\nerge,urge\r\nergend,regained\r\nergh,earth\r\nerght,earth\r\nergion,region\r\nergnomics,ergonomics\r\nergument,argument\r\neries,series\r\neriganally,originally\r\nerises,arises\r\nerisistable,irresistible\r\nerisisterbull,irresistible\r\nerisitabel,irresistible\r\nerists,exists\r\nerithmetic,arithmetic\r\nerkbror,error\r\nerlefe,relief\r\nerly,early\r\nerlyer,earlier\r\nermington,remington\r\nermptey,empty\r\nern,earn\r\nerned,earned\r\nernel,kernel\r\nernest,earnest\r\neroneous,erroneous\r\neroneously,erroneously\r\neronious,erroneous\r\neroniously,erroneously\r\neronous,erroneous\r\neronously,erroneously\r\neroor,error\r\neror,error\r\nerorr,error\r\nerorrs,errors\r\nerors,errors\r\nerotion,erosion\r\nerotions,erosions\r\nerquired,required\r\nerradicate,eradicate\r\nerradicated,eradicated\r\nerradicates,eradicates\r\nerradicating,eradicating\r\nerradication,eradication\r\nerradicator,eradicator\r\nerraneously,erroneously\r\nerrara,error\r\nerrect,erect\r\nerrected,erected\r\nerrecting,erecting\r\nerrection,erection\r\nerrections,erections\r\nerrectly,erectly\r\nerrects,erects\r\nerrend,errand\r\nerrer,error\r\nerrisistable,irresistible\r\nerro,error\r\nerrode,erode\r\nerroenous,erroneous\r\nerronenously,erroneously\r\nerroneos,erroneous\r\nerroneus,erroneous\r\nerroneusly,erroneously\r\nerronious,erroneous\r\nerroniously,erroneously\r\nerronius,erroneous\r\nerronoeus,erroneous\r\nerronous,erroneous\r\nerronously,erroneously\r\nerroor,error\r\nerrorn,error\r\nerrorneous,erroneous\r\nerrorneously,erroneously\r\nerrornous,erroneous\r\nerroroneus,erroneous\r\nerrorr,errors\r\nerros,errors\r\nerrosion,erosion\r\nerrounous,erroneous\r\nerrow,error\r\nerrpr,error\r\nerrror,error\r\nerrrors,errors\r\nerrros,errors\r\nerrupt,erupt\r\nerrupted,erupted\r\nerrupting,erupting\r\nerruption,eruption\r\nerruptions,eruptions\r\nerrupts,erupts\r\ners,ears\r\nersion,version\r\nersistable,irresistible\r\nersistent,persistent\r\nersordanary,extraordinary\r\nerspendituer,expenditure\r\nersponse,response\r\nertain,certain\r\nerth,earth\r\nerthe,earth\r\nertical-align,vertical-align\r\nertificate,certificate\r\nertuens,returns\r\nerver's,server's\r\nerver,server\r\nerverything,everything\r\nervice,service\r\nervices,services\r\nerysistable,irresistible\r\nesabesing,establishing\r\nesablish,establish\r\nesacpe,escape\r\nesadgerate,exaggerate\r\nesamples,examples\r\nesapce,escape\r\nesape,escape\r\nesapes,escapes\r\nesatly,esately\r\nesay,easy\r\nescalatie,escalate\r\nescalatin,escalation\r\nescalative,escalate\r\nescalato,escalation\r\nescapong,escaping\r\nescapse,escapes\r\nescavation,escalation\r\neschatolagical,eschatological\r\nescigence,existence\r\nesclude,exclude\r\nescpaes,escapes\r\nescpecially,especially\r\nescpeically,especially\r\nescrabled,scrambled\r\nescription,description\r\nesctasy,ecstasy\r\nesctatic,ecstatic\r\nesdsentially,essentially\r\nese,these\r\nesecially,especially\r\nesembly,assembly\r\nesencial,essential\r\nesenciales,essentiales\r\nesencialesy,essentialesy\r\nesencialismo,essentialismo\r\nesencialismos,essentialismos\r\nesencialist,essentialist\r\nesencialista,essentialista\r\nesencialjeans,essentialjeans\r\nesencialmedit,essentialmedit\r\nesencialmente,essentialmente\r\nesencials,essentials\r\nesencialy,essentially\r\nesential,essential\r\nesentiala,essentiala\r\nesentiale,essentiale\r\nesentiali,essentiali\r\nesentialisem,essentialisem\r\nesentially,essentially\r\nesentialmu,essentialmu\r\nesentials,essentials\r\nesentialy,essentially\r\nesepcially,especially\r\nesers,users\r\neseserlly,especially\r\nesestemed,esteemed\r\nesgeciatly,esgeciately\r\nesiciely,especially\r\nesidition,exhibition\r\nesily,easily\r\nesimates,estimates\r\nesimation,estimation\r\nesing,using\r\nesist,exist\r\nesitmate,estimate\r\nesitmated,estimated\r\nesitmates,estimates\r\nesitmating,estimating\r\nesitmation,estimation\r\nesitmations,estimations\r\nesle,else\r\neslewhere,elsewhere\r\nesolve,resolve\r\nesolves,resolves\r\nesoterisch,esoteric\r\nespacally,especially\r\nespace,escape\r\nespaced,escaped\r\nespaicilly,especially\r\nespaiesly,especially\r\nespaily,especially\r\nespally,especially\r\nespasially,especially\r\nespasilly,especially\r\nespcially,especially\r\nespcialy,especially\r\nespeacially,especially\r\nespeacilly,especially\r\nespeacily,especially\r\nespeacle,especially\r\nespeailly,especially\r\nespeally,especially\r\nespeasally,especially\r\nespeasily,especially\r\nespeasully,especially\r\nespecail,especial\r\nespecailist,especialist\r\nespecailists,especialists\r\nespecaility,especiality\r\nespecailly,especially\r\nespecails,especials\r\nespecailty,especialty\r\nespecaily,especially\r\nespecally,especially\r\nespecaly,especially\r\nespeccially,especially\r\nespeccialy,especially\r\nespecelly,especially\r\nespecer,especially\r\nespechal,especially\r\nespecialaly,especially\r\nespecialiy,especially\r\nespecializations,specializations\r\nespecialy,especially\r\nespecifically,specifically\r\nespecification,specification\r\nespecified,specified\r\nespecilly,especially\r\nespecily,especially\r\nespecsily,especially\r\nespect,expect\r\nespectially,especially\r\nespecting,expecting\r\nespects,expects\r\nespeical,especial\r\nespeicalist,especialist\r\nespeicalists,especialists\r\nespeicality,especiality\r\nespeically,especially\r\nespeicals,especials\r\nespeicalty,especialty\r\nespeiciacally,especially\r\nespeicially,especially\r\nespeicily,especially\r\nespeisally,especially\r\nespeisely,especially\r\nesperate,seperate\r\nespercrly,especially\r\nespereince,experience\r\nespereinced,experienced\r\nespereinces,experiences\r\nespereincing,experiencing\r\nesperiance,experience\r\nesperianced,experienced\r\nesperiances,experiences\r\nesperiancing,experiencing\r\nesperienc,experience\r\nesperiencd,experienced\r\nesperience,experience\r\nesperienced,experienced\r\nesperiences,experiences\r\nesperiencs,experiences\r\nesperly,especially\r\nesperrred,esperred\r\nesperrrred,esperred\r\nesperrrrred,esperred\r\nespesally,especially\r\nespesaly,especially\r\nespescaly,especially\r\nespescially,especially\r\nespeseiy,especially\r\nespeselly,especially\r\nespesely,especially\r\nespeserly,especially\r\nespeshaily,especially\r\nespeshaly,especially\r\nespesheally,especially\r\nespeshelly,especially\r\nespeshely,especially\r\nespeshily,especially\r\nespeshly,especially\r\nespesially,especially\r\nespesialy,especially\r\nespesily,especially\r\nespeslet,especially\r\nespeslly,especially\r\nespesoly,especially\r\nespessully,especially\r\nespetially,especially\r\nespially,especially\r\nespianoge,espionage\r\nespiaslally,especially\r\nespical,especially\r\nespically,especially\r\nespicially,especially\r\nespiciely,especially\r\nespicley,especially\r\nespieally,especially\r\nespiecalley,especially\r\nespiecally,especially\r\nespiecly,especially\r\nespierence,experience\r\nespierenced,experienced\r\nespierences,experiences\r\nespierencing,experiencing\r\nespiesaly,especially\r\nespilly,especially\r\nespinoage,espionage\r\nespisely,especially\r\nespistol,epistle\r\nesplealy,especially\r\nesplerl,especially\r\nespoinage,espionage\r\nesponiage,espionage\r\nesponse,response\r\nesporicly,especially\r\nesporst,esports\r\nesportes,esports\r\nespreserly,especially\r\nespreso,espresso\r\nespressino,espresso\r\nespression,espresso\r\nespressso,espresso\r\nesprience,experience\r\nesprienced,experienced\r\nespriences,experiences\r\nesprots,esports\r\nessa,essay\r\nessage,message\r\nessals,easels\r\nesscaping,escaping\r\nessencial,essential\r\nessenciales,essentiales\r\nessencialismo,essentialismo\r\nessencialize,essentialize\r\nessenciall,essentiall\r\nessencialles,essentialles\r\nessencially,essentially\r\nessencialment,essentialment\r\nessencialmente,essentialmente\r\nessencials,essentials\r\nessencialy,essentially\r\nessense,essence\r\nessenses,essences\r\nessensials,essentials\r\nessentail,essential\r\nessentailly,essentially\r\nessentails,essentials\r\nessentailware,essentialware\r\nessentaily,essentialy\r\nessentally,essentially\r\nessentialls,essentials\r\nessentialy,essentially\r\nessentias,essentials\r\nessentiatlly,essentially\r\nessentiels,essentials\r\nessentual,essential\r\nessentualist,essentialist\r\nessentuall,essentiall\r\nessentually,essentially\r\nessentuals,essentials\r\nessesital,essential\r\nessetianlly,essetinally\r\nessily,easily\r\nesspecially,especially\r\nesspecialy,especially\r\nesspecilly,especially\r\nesspely,especially\r\nesspeshally,especially\r\nesspetily,especially\r\nesssencialy,essentially\r\nesssential,essential\r\nesssentially,essentially\r\nesssentialy,essentially\r\nessssencialy,essentially\r\nessssentialy,essentially\r\nesssssencialy,essentially\r\nesssssentialy,essentially\r\nesstablishing,establishing\r\nessteamed,esteemed\r\nessteemed,esteemed\r\nesstemend,esteemed\r\nesszimmmer,esszimmer\r\nestabilish,establish\r\nestabilished,established\r\nestabilishing,establishing\r\nestabilshes,establishes\r\nestabilshment,establishments\r\nestabing,establishing\r\nestabish,establish\r\nestabishes,establishes\r\nestabishing,establishing\r\nestabishments,establishments\r\nestabising,establishing\r\nestablaision,establishing\r\nestablashing,establishing\r\nestableishing,establishing\r\nestablesen,establishing\r\nestableshing,establishing\r\nestablesing,establishing\r\nestablicin,establishing\r\nestablise,established\r\nestablised,established\r\nestablishe,establish\r\nestablishement,establishment\r\nestablishements,establishments\r\nestablishemnt,establishments\r\nestablisheng,establishing\r\nestablisherg,establishing\r\nestablishmet,establishments\r\nestablishmnet,establishments\r\nestablising,establishing\r\nestablision,establishing\r\nestablism,establishments\r\nestablisments,establishments\r\nestablsih,establish\r\nestablsihment,establishments\r\nestacy,ecstasy\r\nestading,establishing\r\nestaimee,esteemed\r\nestalbish,establish\r\nestallising,establishing\r\nestamate,estimate\r\nestamed,esteemed\r\nestaplishing,establishing\r\nestarts,restarts\r\nestbalished,established\r\nestbalishment,establishments\r\nestblish,establish\r\nestblishing,establishing\r\nesteam,esteemed\r\nesteamd,esteemed\r\nesteamed,esteemed\r\nesteeme,esteemed\r\nesteen,esteemed\r\nesteened,esteemed\r\nesteimed,esteemed\r\nestemded,esteemed\r\nestemed,esteemed\r\nestemend,esteemed\r\nestemened,esteemed\r\nestemined,esteemed\r\nestemit,esteemed\r\nestemmed,esteemed\r\nestened,esteemed\r\nestiamte,estimate\r\nestiamted,estimated\r\nestiamtes,estimates\r\nestiamtions,estimations\r\nestiated,estimated\r\nestiemed,esteemed\r\nestiened,esteemed\r\nestimacion,estimation\r\nestimage,estimate\r\nestimatated,estimated\r\nestimate-in-intervall,estimate-in-interval\r\nestimatin,estimation\r\nestimatino,estimation\r\nestimativo,estimation\r\nestimed,esteemed\r\nestimmed,esteemed\r\nestimnate,estimate\r\nestination,estimation\r\nestined,esteemed\r\nesting,testing\r\nestoeric,esoteric\r\nestonija,estonia\r\nestoniya,estonia\r\nestroy,destroy\r\nests,tests\r\nestsablishing,establishing\r\nestup,setup\r\nestwood,eastwood\r\nesults,results\r\nesure,ensure\r\nesy,easy\r\netampes,étampes\r\netcetra,etcetera\r\netellitual,intellectual\r\netends,extends\r\neth,the\r\nethcially,ethically\r\nethelbatly,ethelbately\r\netheopia,ethiopia\r\netheopian,ethiopian\r\netheopians,ethiopians\r\netherael,ethereal\r\netheral,ethereal\r\netherally,ethereally\r\netherel,ethereal\r\netherent,ethernet\r\netherial,ethereal\r\netherially,ethereally\r\nethernal,eternal\r\netherreal,ethereal\r\nethicallity,ethically\r\nethicallly,ethically\r\nethicaly,ethically\r\nethincally,ethnically\r\nethincities,ethnicities\r\nethincity,ethnicity\r\nethnaol,ethanol\r\nethnicaly,ethnically\r\nethnicites,ethnicities\r\nethnicitiy,ethnicity\r\nethniticies,ethnicities\r\nethniticy,ethnicity\r\nethnocentricm,ethnocentrism\r\nethnogrpahical,ethnographical\r\nethnolagically,ethnologically\r\nethnomycolgical,ethnomycological\r\nethnopharmacolgical,ethnopharmacological\r\nethod,method\r\nethose,those\r\nethusaism,enthusiasm\r\nethuseastic,enthusiastic\r\nethusiasam,enthusiasm\r\nethusiastic,enthusiastic\r\nethymology,etymology\r\neting,eating\r\netiolles,étiolles\r\netiquete,etiquette\r\netmyology,etymology\r\netner,enter\r\netnic,ethnic\r\netnicities,ethnicities\r\netnicity,ethnicity\r\netnography,ethnography\r\netoges,étoges\r\netoligical,etological\r\netracting,extracting\r\netrailer,retailer\r\netremely,extremely\r\netrepy,étrepy\r\netry,entry\r\netréchy,étréchy\r\netsablishment,establishment\r\netsbalishment,establishment\r\netter,better\r\netting,getting\r\nettings,settings\r\nettiquete,etiquette\r\nettiquite,etiquette\r\netup,setup\r\neturn,return\r\neturns,returns\r\netween,between\r\netweenness,betweenness\r\netymolgically,etymologically\r\netymoligically,etymologically\r\netzadgerate,exaggerate\r\neual,equal\r\neuchema,eucheuma\r\neucledian,euclidean\r\neuclidian,euclidean\r\neugencis,eugenics\r\neugneics,eugenics\r\neuhporia,euphoria\r\neuhporic,euphoric\r\neuilibrium,equilibrium\r\neuippped,euipped\r\neumamious,unanimous\r\neunaminus,unanimous\r\neunamous,unanimous\r\neunctionality,functionality\r\neuolgies,euologies\r\neuology,eulogy\r\neuorpe,Europe\r\neuorpean,european\r\neuorpeans,europeans\r\neuphamism,euphemism\r\neuphoira,euphoria\r\neuphora,euphoria\r\neuphoriac,euphoric\r\neuphorica,euphoria\r\neuphorical,euphoria\r\neuphorisch,euphoric\r\neuphroia,euphoria\r\neuphroic,euphoric\r\neuqality,equality\r\neuqals,equals\r\neuqation,equations\r\neuqippped,euqipped\r\neuqivalent,equivalent\r\neuqivalents,equivalents\r\neurea,eureka\r\neuropan,european\r\neuropeaners,europeans\r\neuropeaness,europeans\r\neuropen,european\r\neuropenas,europeans\r\neuropeon,european\r\neuropeonisation,europeanisation\r\neuropeonise,europeanise\r\neuropeonised,europeanised\r\neuropeonises,europeanises\r\neuropeonization,europeanization\r\neuropeonize,europeanize\r\neuropeonized,europeanized\r\neuropeonizes,europeanizes\r\neuropeons,europeans\r\neuropian,european\r\neuropianisation,europeanisation\r\neuropianise,europeanise\r\neuropianised,europeanised\r\neuropianises,europeanises\r\neuropianization,europeanization\r\neuropianize,europeanize\r\neuropianized,europeanized\r\neuropianizes,europeanizes\r\neuropians,europeans\r\neurpean,european\r\neurpeanisation,europeanisation\r\neurpeanise,europeanise\r\neurpeanised,europeanised\r\neurpeanises,europeanises\r\neurpeanization,europeanization\r\neurpeanize,europeanize\r\neurpeanized,europeanized\r\neurpeanizes,europeanizes\r\neurpeans,europeans\r\neurpoean,european\r\neurpoeanisation,europeanisation\r\neurpoeanise,europeanise\r\neurpoeanised,europeanised\r\neurpoeanises,europeanises\r\neurpoeanization,europeanization\r\neurpoeanize,europeanize\r\neurpoeanized,europeanized\r\neurpoeanizes,europeanizes\r\neurpoeans,europeans\r\neuthanaisa,euthanasia\r\neuthanazia,euthanasia\r\neuthanesia,euthanasia\r\nevalable,evaluable\r\nevalate,evaluate\r\nevalated,evaluated\r\nevalates,evaluates\r\nevalating,evaluating\r\nevalation,evaluation\r\nevalative,evaluative\r\nevalator,evaluator\r\nevalators,evaluators\r\nevalaute,evaluate\r\nevalaution,evaluation\r\nevalautor,evaluator\r\nevaliation,evaluation\r\nevals,gets\r\nevaluacion,evaluation\r\nevaluaiting,evaluating\r\nevalualte,evaluate\r\nevaluat,evaluate\r\nevaluatad,evaluated\r\nevaluatate,evaluate\r\nevaluatiing,evaluating\r\nevaluatino,evaluation\r\nevaluatio,evaluation\r\nevaluatioin,evaluation\r\nevaluationg,evaluating\r\nevaluatoin,evaluation\r\nevaluaton,evaluation\r\nevaluats,evaluates\r\nevaluatte,evaluate\r\nevaluauted,evaluated\r\nevaludate,evaluate\r\nevalue,evaluate\r\nevalueates,evaluates\r\nevalued,evaluated\r\nevalulate,evaluate\r\nevalutaed,evaluated\r\nevalutaion,evaluation\r\nevalutate,evaluate\r\nevalutated,evaluated\r\nevalutates,evaluates\r\nevalutating,evaluating\r\nevalutation,evaluation\r\nevalute,evaluate\r\nevaluted,evaluated\r\nevalutes,evaluates\r\nevaluting,evaluating\r\nevalution,evaluation\r\nevalutive,evaluative\r\nevalutor,evaluator\r\nevalutors,evaluators\r\nevan,even\r\nevanecence,evanescence\r\nevanecent,evanescent\r\nevanecents,evanescents\r\nevanecsence,evanescence\r\nevanecsent,evanescent\r\nevanecsents,evanescents\r\nevanescance,evanescence\r\nevanescant,evanescent\r\nevanescants,evanescents\r\nevanesence,evanescence\r\nevanesent,evanescent\r\nevanesents,evanescents\r\nevangalical,evangelical\r\nevangelia,evangelical\r\nevangelikal,evangelical\r\nevangers,avengers\r\nevant,event\r\nevantually,eventually\r\nevanuly,eventually\r\nevaolve,evolve\r\nevasivly,evasively\r\nevation,evasion\r\nevational,evasional\r\nevationally,evasionally\r\nevations,evasions\r\nevaualtion,evaluation\r\nevaulate,evaluate\r\nevaulated,evaluated\r\nevaulates,evaluates\r\nevaulating,evaluating\r\nevaulation,evaluation\r\nevaulator,evaluator\r\nevauluated,evaluated\r\nevauluates,evaluates\r\nevay,every\r\nevcition,eviction\r\nevecute,execute\r\nevedence,evidence\r\nevedenitly,eventually\r\nevedent,evident\r\nevedently,evidently\r\nevedentually,eventually\r\neveing,evening\r\nevelation,elevation\r\neveluate,evaluate\r\nevelutionary,evolutionary\r\nevenauly,eventually\r\nevencial,eventually\r\nevencially,eventually\r\nevencitlly,eventually\r\nevencually,eventually\r\nevencualy,eventually\r\nevendocumentt,event\r\nevendully,eventually\r\nevene,even\r\nevenery,every\r\neveness,evenness\r\nevenets,events\r\neveng,event\r\nevengalical,evangelical\r\nevengely,eventually\r\nevengualy,eventually\r\nevenhtual,eventual\r\nevenhtualities,eventualities\r\nevenhtuality,eventuality\r\nevenhtually,eventually\r\nevenlopes,envelopes\r\nevenshealy,eventually\r\nevental,eventual\r\neventalities,eventualities\r\neventality,eventuality\r\neventally,eventually\r\neventaly,eventually\r\neventaully,eventually\r\neventeualy,eventually\r\neventexporter,event-exporter\r\neventfull,eventful\r\neventfullly,eventfully\r\neventfullness,eventfulness\r\neventfulls,eventfuls\r\neventgaley,eventually\r\neventhough,even though\r\nevential,eventual\r\neventialities,eventualities\r\neventiality,eventuality\r\neventially,eventually\r\neventialy,eventually\r\neventiaully,eventually\r\neventionally,eventually\r\neventionaly,eventually\r\neventiouly,eventually\r\neventiually,eventually\r\neventss,events\r\neventuallity,eventuality\r\neventualy,eventually\r\neventuely,eventually\r\neventuially,eventually\r\neventully,eventually\r\neventuly,eventually\r\neventurally,eventually\r\neventuraly,eventually\r\neventurely,eventually\r\nevenually,eventually\r\nevenutally,eventually\r\neveny,every\r\nevenything,everything\r\neverbody,everybody\r\neverday,everyday\r\neverebody,everybody\r\neverets,everest\r\neverify,verify\r\neverimportant,ever-important\r\neverithig,everything\r\neverithing,everything\r\neverone,everyone\r\neverset,everest\r\neverthin,everything\r\neverthing's,everything's\r\neverthing,everything\r\nevertyhing,everything\r\nevertyime,everytime\r\nevertything,everything\r\neverwhere,everywhere\r\nevery-thing,everything\r\neverybdoy,everybody\r\neveryhing,everything\r\neveryhting,everything\r\neveryhwere,everywhere\r\neverying,everything\r\neveryoens,everyones\r\neveryonehas,everyones\r\neveryoneis,everyones\r\neveryonelse,everyones\r\neveryons,everyones\r\neveryt,every\r\neveryteim,everytime\r\neverythig,everything\r\neverythign,everything\r\neverythihg,everything\r\neverythin,everything\r\neverythings,everything\r\neverythink,everything\r\neverythins,everything\r\neverytiem,everytime\r\neverytime,every time\r\neveryting,everything\r\neverytone,everyone\r\neverytype,every\r\neverywere,everywhere\r\nevetensions,extensions\r\nevething,everything\r\nevetn,event\r\nevetually,eventually\r\nevevnt,event\r\nevey,every\r\neveyone's,everyone's\r\neveyr,every\r\neveyrone,everyone\r\neveyrones,everyones\r\neveyrthing,everything\r\neveyry,every\r\neveything,everything\r\neveywere,everywhere\r\neveywhere,everywhere\r\neviciton,eviction\r\nevidencd,evidenced\r\nevidende,evidenced\r\nevidenlty,evidently\r\nevidentally,evidently\r\nevidentaly,evidentally\r\nevidentually,eventually\r\neviencily,eventually\r\nevilshalllive,evilshallive\r\neving,even\r\nevintually,eventually\r\neviroment,environment\r\nevironment,environment\r\nevironments,environments\r\nevisibilty,evisibility\r\nevla,eval\r\nevlauate,evaluate\r\nevloved,evolved\r\nevloves,evolves\r\nevloving,evolving\r\nevluate,evaluate\r\nevluating,evaluating\r\nevluation,evaluation\r\nevn,even\r\nevne,even\r\nevnet,event\r\nevning,evening\r\nevnironment,environment\r\nevnrinment,environment\r\nevnt,event\r\nevolkutioin,evolkution\r\nevoluation,evolution\r\nevolutio,evolution\r\nevolutioin,evolution\r\nevolutionairy,evolutionary\r\nevolutionar,evolutionary\r\nevolutionarilly,evolutionary\r\nevolutionarly,evolutionary\r\nevolutionay,evolutionary\r\nevolutionnary,evolutionary\r\nevolutonary,evolutionary\r\nevolveds,evolves\r\nevolveos,evolves\r\nevone,even\r\nevooked,evoked\r\nevovled,evolved\r\nevovles,evolves\r\nevovling,evolving\r\nevreone,everyone\r\nevreux,évreux\r\nevrey,every\r\nevreyones,everyones\r\nevreytime,everytime\r\nevry,every\r\nevteroridinary,extraordinary\r\nevtually,eventually\r\nevualate,evaluate\r\nevualuates,evaluates\r\nevvaluated,evaluated\r\new,we\r\neway,away\r\newly,newly\r\newre,were\r\newwed,ewed\r\newws,ews\r\newwwing,ewwing\r\newwws,ewws\r\newwwwed,ewwwed\r\newwwwing,ewwwing\r\newwwws,ewwws\r\nexa-scratch,exp-scratch\r\nexaample,example\r\nexabion,exhibition\r\nexabishion,exhibition\r\nexabishon,exhibition\r\nexabision,exhibition\r\nexabition,exhibition\r\nexabitoin,exhibition\r\nexacarbated,exacerbated\r\nexacatly,exacately\r\nexacavate,excavate\r\nexacavated,excavated\r\nexacavates,excavates\r\nexacavating,excavating\r\nexacavation,excavation\r\nexacavations,excavations\r\nexacavator,excavator\r\nexacavators,excavators\r\nexacberate,exacerbated\r\nexacberated,exacerbated\r\nexacctly,exactly\r\nexaclty,exactly\r\nexacly,exactly\r\nexacrly,exactly\r\nexactaly,exactally\r\nexactely,exactly\r\nexactiy,exacity\r\nexactle,exactly\r\nexactruate,exaggerate\r\nexacty,exactly\r\nexacute,execute\r\nexaderate,exaggerate\r\nexadgerat,exaggerate\r\nexadurate,exaggerate\r\nexaduret,exaggerate\r\nexagarate,exaggerate\r\nexagerate,exaggerate\r\nexagerated,exaggerated\r\nexageratede,exaggeratede\r\nexagerateon,exaggerateon\r\nexagerates,exaggerates\r\nexagerating,exaggerating\r\nexageration,exaggeration\r\nexagerations,exaggerations\r\nexageratted,exaggeratted\r\nexagerrate,exaggerate\r\nexagerrated,exaggerated\r\nexagerrates,exaggerates\r\nexagerrating,exaggerating\r\nexagerration,exaggeration\r\nexaggarate,exaggerate\r\nexaggarated,exaggerated\r\nexaggarating,exaggerating\r\nexaggaration,exaggeration\r\nexaggareted,exaggerate\r\nexaggeratin,exaggeration\r\nexaggeratted,exaggerated\r\nexaggeratting,exaggerating\r\nexaggerrate,exaggerate\r\nexaggerrated,exaggerated\r\nexaggerrating,exaggerating\r\nexaggurate,exaggerate\r\nexaggurated,exaggerated\r\nexaggurating,exaggerating\r\nexagguration,exaggeration\r\nexagorate,exaggerate\r\nexagrate,exaggerate\r\nexagurate,exaggerate\r\nexahust,exhaust\r\nexahusted,exhausted\r\nexahusting,exhausting\r\nexahustion,exhaustion\r\nexahustive,exhaustive\r\nexaim's,exams\r\nexaist,exists\r\nexamanation,examination\r\nexamaple,example\r\nexamble,example\r\nexamend,examined\r\nexamiantion,examination\r\nexamin,examine\r\nexaminated,examined\r\nexaminatioin,examination\r\nexaminatoin,examination\r\nexamind,examined\r\nexaminerad,examined\r\nexaming,examining\r\nexaminiation,examination\r\nexaminin,examining\r\nexamle,example\r\nexamles,examples\r\nexamlpes,examples\r\nexammple,example\r\nexamnple,example\r\nexampe,example\r\nexampel,example\r\nexampele,example\r\nexampels,examples\r\nexampes,examples\r\nexampine,examine\r\nexampl,example\r\nexamplained,explained\r\nexampledb,example\r\nexamplei,example\r\nexamplesae,example\r\nexamplesb,examples\r\nexamplesexamples,examples\r\nexampless,examples\r\nexampleyou,example\r\nexamplified,exemplified\r\nexampls,examples\r\nexamply,example\r\nexampple,example\r\nexampt,exempt\r\nexampted,exempted\r\nexampting,exempting\r\nexamption,exemption\r\nexamptions,exemptions\r\nexampts,exempts\r\nexamxample,example\r\nexand,expand\r\nexanity,anxiety\r\nexanple,example\r\nexapanded,expanded\r\nexapanding,expanding\r\nexapansion,expansion\r\nexapansions,expansions\r\nexapansive,expansive\r\nexapansively,expansively\r\nexaplain,explain\r\nexaple,example\r\nexaples,examples\r\nexapmle,example\r\nexapmles,examples\r\nexapmple,example\r\nexapnded,expanded\r\nexapnds,expands\r\nexapnsion,expansion\r\nexapnsions,expansions\r\nexapnsive,expansive\r\nexapression,expression\r\nexaptionaly,exaptionally\r\nexarcebated,exacerbated\r\nexargerate,exaggerate\r\nexarrate,exaggerate\r\nexasparated,exasperated\r\nexastance,existence\r\nexat,exact\r\nexatate,exaggerate\r\nexatcly,exactly\r\nexatled,exalted\r\nexatuate,exaggerate\r\nexaturate,exaggerate\r\nexauhsted,exhausted\r\nexauhsting,exhausting\r\nexauhstion,exhaustion\r\nexaust,exhaust\r\nexausted,exhausted\r\nexausting,exhausting\r\nexaustion,exhaustion\r\nexaustive,exhaustive\r\nexaustively,exhaustively\r\nexausts,exhausts\r\nexaxerat,exaggerate\r\nexazerate,exaggerate\r\nexbintions,exhibition\r\nexbishion,exhibition\r\nexbition,exhibition\r\nexboyfriend,ex-boyfriend\r\nexboyfriends,ex-boyfriends\r\nexcact,exact\r\nexcactly,exactly\r\nexcahnge,exchange\r\nexcahnges,exchanges\r\nexcalate,escalate\r\nexcalation,escalation\r\nexcalmation,exclamation\r\nexcange,exchange\r\nexcanged,exchanged\r\nexcanges,exchanges\r\nexcanging,exchanging\r\nexcape,escape\r\nexcaped,escaped\r\nexcapes,escapes\r\nexcargarate,exaggerate\r\nexcaserbated,exacerbated\r\nexcat,exact\r\nexcatly,exactly\r\nexcausted,exhausted\r\nexcavatiosn,excavations\r\nexcavatoin,excavation\r\nexcbition,exhibition\r\nexccccitttted,exccccitted\r\nexcceed,exceeded\r\nexcception,exception\r\nexccessivly,exccessively\r\nexcchanged,exchanged\r\nexcdeed,exceed\r\nexcebition,exhibition\r\nexcecutable,executable\r\nexcecute,execute\r\nexcecuted,executed\r\nexcecutes,executes\r\nexcecuting,executing\r\nexcecution,execution\r\nexcecutions,executions\r\nexcecutive,executive\r\nexcecutively,executively\r\nexcecutives,executives\r\nexced,excel\r\nexcedded,exceeded\r\nexcede,exceed\r\nexceded,exceeded\r\nexceding,exceeding\r\nexcedingly,exceedingly\r\nexceede,exceed\r\nexceedes,exceeds\r\nexceedigly,exceedingly\r\nexceedinly,exceedingly\r\nexceeed,exceed\r\nexceessive,excessive\r\nexcelance,excellence\r\nexcelancy,excellency\r\nexcelant,excellent\r\nexcelantly,excellently\r\nexcelence,excellence\r\nexcelency,excellency\r\nexcelent,excellent\r\nexcelently,excellently\r\nexcell,excel\r\nexcellance,excellence\r\nexcellant,excellent\r\nexcellenet,excellence\r\nexcellenze,excellence\r\nexcellet,excellent\r\nexcelletn,excellent\r\nexcellling,excelling\r\nexcells,excels\r\nexcempt,exempt\r\nexcempted,exempted\r\nexcempting,exempting\r\nexcemption,exemption\r\nexcemptions,exemptions\r\nexcempts,exempts\r\nexcenily,exceptionally\r\nexcented,extended\r\nexceotions,exceptions\r\nexcep,except\r\nexcepcianly,exceptionally\r\nexcepcional,exceptional\r\nexcepialy,exceptionally\r\nexcepience,excipience\r\nexcepiency,excipiency\r\nexcepient,excipient\r\nexcepiently,excipiently\r\nexcepients,excipients\r\nexcepion,exception\r\nexcepisionally,exceptionally\r\nexcepitoen,exceptionally\r\nexceprt,excerpt\r\nexceprts,excerpts\r\nexcepsionly,exceptionally\r\nexceptable,acceptable\r\nexceptanoly,exceptionally\r\nexceptctely,exceptionally\r\nexceptin,exceptions\r\nexceptins,exceptions\r\nexceptio,exception\r\nexceptioanlly,exceptionally\r\nexceptioh,exception\r\nexceptioin,exception\r\nexception-specifcation,exception-specification\r\nexceptionaly,exceptionally\r\nexceptionception,exception\r\nexceptiond,exception\r\nexceptionel,exceptional\r\nexceptionelly,exceptionally\r\nexceptionlly,exceptionally\r\nexceptionly,exceptionally\r\nexceptionnal,exceptional\r\nexceptionnally,exceptionally\r\nexceptionnaly,exceptionally\r\nexceptionty,exceptionally\r\nexceptiosn,exceptions\r\nexceptoinal,exceptional\r\nexceptoins,exceptions\r\nexcepton,exception\r\nexceptpuly,exceptionally\r\nexcerate,exaggerate\r\nexcercise,exercise\r\nexcercised,exercised\r\nexcerciser,exerciser\r\nexcercises,exercises\r\nexcercising,exercising\r\nexcercize,exercise\r\nexcercpt,excerpt\r\nexcerise,exercise\r\nexcerised,exercised\r\nexcerises,exercises\r\nexcerising,exercising\r\nexcersices,exercises\r\nexcersie,exercise\r\nexcertp,excerpt\r\nexcessivley,excessively\r\nexcessivly,excessively\r\nexcesssive,excessive\r\nexcest,exists\r\nexcetance,existence\r\nexcetion,exception\r\nexcetpions,exceptions\r\nexcetption,exception\r\nexceute,execute\r\nexceuted,executed\r\nexceutes,executes\r\nexceuting,executing\r\nexceution,execution\r\nexceutioner,executioner\r\nexchagne,exchange\r\nexchagned,exchanged\r\nexchagnes,exchanges\r\nexchagning,exchanging\r\nexchanche,exchange\r\nexchanched,exchanged\r\nexchanches,exchanges\r\nexchanching,exchanging\r\nexchaneging,ExChanging\r\nexchangability,exchangeability\r\nexchangable,exchangeable\r\nexchangableof,exchangeableof\r\nexchangably,exchangeably\r\nexchangebility,exchangeability\r\nexchangeble,exchangeable\r\nexchangebly,exchangeably\r\nexchangees,exchanges\r\nexchangeing,ExChanging\r\nexchangibility,exchangeability\r\nexchangible,exchangeable\r\nexchangibly,exchangeably\r\nexchanng,ExChanging\r\nexchargability,exchargeability\r\nexchargable,exchargeable\r\nexchargably,exchargeably\r\nexchargebility,exchargeability\r\nexchargeble,exchargeable\r\nexchargebly,exchargeably\r\nexchargibility,exchargeability\r\nexchargible,exchargeable\r\nexchargibly,exchargeably\r\nexchaustive,exhaustive\r\nexchists,exists\r\nexchnages,exchanges\r\nexci,exists\r\nexcibation,exhibition\r\nexcibetion,exhibition\r\nexcibition,exhibition\r\nexcibtion,exhibition\r\nexcieting,exciting\r\nexcipiance,excipience\r\nexcipiancy,excipiency\r\nexcipiant,excipient\r\nexcipiantly,excipiently\r\nexcipiants,excipients\r\nexcist,exist\r\nexcistance,existence\r\nexcisted,existed\r\nexcistence,existence\r\nexcisting,existing\r\nexcists,exists\r\nexcitablility,excitability\r\nexcitablilty,excitability\r\nexcitablity,excitability\r\nexciteing,exciting\r\nexcitence,existence\r\nexcitiencts,existence\r\nexcitiment,excitement\r\nexcitment,excitement\r\nexckusive,exclusive\r\nexclaimation,exclamation\r\nexclaimations,exclamations\r\nexclaimatory,exclamatory\r\nexclamacion,exclamation\r\nexclamatiion,exclamation\r\nexclamating,exclamation\r\nexclamativo,exclamation\r\nexclamed,explained\r\nexclemation,exclamation\r\nexcliam,exclaim\r\nexcliamed,exclaimed\r\nexcliamer,exclaimer\r\nexcliamers,exclaimers\r\nexcliaming,exclaiming\r\nexcliams,exclaims\r\nexclicitly,explicitly\r\nexclide,exclude\r\nexcliding,excluding\r\nexclimation,exclamation\r\nexclimed,explained\r\nexclomation,exclamation\r\nexclomations,exclamations\r\nexclomatory,exclamatory\r\nexclsive,exclusive\r\nexclsuive,exclusive\r\nexclsuives,exclusives\r\nexclsuivly,exclsuively\r\nexclucivity,exclusivity\r\nexclude-metatdata,exclude-metadata\r\nexcludeds,excludes\r\nexclued,excluded\r\nexclueded,excluded\r\nexcluse,excludes\r\nexclusice,exclusive\r\nexclusie,exclusives\r\nexclusiely,exclusively\r\nexclusing,excluding\r\nexclusivas,exclusives\r\nexclusiveity,exclusivity\r\nexclusivelly,exclusively\r\nexclusivety,exclusivity\r\nexclusivily,exclusivity\r\nexclusivitiy,exclusivity\r\nexclusivley,exclusively\r\nexclusivly,exclusively\r\nexclusivos,exclusives\r\nexclusivs,exclusives\r\nexclusivty,exclusivity\r\nexclusivy,exclusivity\r\nexclussive,exclusives\r\nexclussivly,exclussively\r\nexclusvies,exclusives\r\nexclution,exclusion\r\nexclutions,exclusions\r\nexcomonical,economical\r\nexcorciating,excruciating\r\nexcpect,expect\r\nexcpected,expected\r\nexcpecting,expecting\r\nexcpects,expects\r\nexcpet,except\r\nexcpetion,exception\r\nexcpetional,exceptional\r\nexcpetionally,exceptionally\r\nexcpetions,exceptions\r\nexcplicitly,explicitly\r\nexcplit,explicit\r\nexcpliticly,explicitly\r\nexcpt,except\r\nexcption,exception\r\nexcptions,exceptions\r\nexcrept,excerpt\r\nexcrisit,exquisite\r\nexcrusiating,excruciating\r\nexcrusssion,excrussion\r\nexcrutiating,excruciating\r\nexcryption,encryption\r\nexctacy,ecstasy\r\nexctaly,exctally\r\nexctly,exactly\r\nexctract,extract\r\nexcually,actually\r\nexcucisite,exquisite\r\nexcuding,including\r\nexcuisit,exquisite\r\nexcuite,exquisite\r\nexculde,exclude\r\nexculded,excluded\r\nexculdes,excludes\r\nexculding,excluding\r\nexculsion,exclusion\r\nexculsive,exclusive\r\nexculsively,exclusively\r\nexculsives,exclusives\r\nexculsivity,exclusivity\r\nexculsivly,exclusively\r\nexcurciating,excruciating\r\nexcurtion,excursion\r\nexcuset,exquisite\r\nexcusit,exquisite\r\nexcutable,executable\r\nexcutables,executables\r\nexcute,executed\r\nexcuted,executed\r\nexcutes,executes\r\nexcuting,executing\r\nexcution,execution\r\nexcutive,exquisite\r\nexcutively,executively\r\nexcutives,executives\r\nexcxept,except\r\nexdended,extended\r\nexdishion,exhibition\r\nexebion,exhibition\r\nexebishion,exhibition\r\nexebishon,exhibition\r\nexebision,exhibition\r\nexebistion,exhibition\r\nexebithion,exhibition\r\nexebition,exhibition\r\nexeccute,execute\r\nexececutable,executable\r\nexeceeds,exceeds\r\nexecept,except\r\nexeception,exception\r\nexeceptions,exceptions\r\nexecfiled,executed\r\nexecing,executing\r\nexecion,execution\r\nexecise,exercise\r\nexecised,exercised\r\nexeciser,exerciser\r\nexecises,exercises\r\nexecising,exercising\r\nexecitioner,executioner\r\nexeclude,exclude\r\nexeclusively,exclusively\r\nexecntion,execution\r\nexecouted,executed\r\nexecpt,expect\r\nexecption,exception\r\nexecptional,exceptional\r\nexecptions,exceptions\r\nexecrise,exercise\r\nexect,exact\r\nexecte,execute\r\nexected,executed\r\nexectes,executes\r\nexecting,executing\r\nexection,execution\r\nexections,executions\r\nexective,executive\r\nexectively,executively\r\nexectives,executives\r\nexector,executor\r\nexectte,execute\r\nexectted,executed\r\nexecttes,executes\r\nexectting,executing\r\nexecttion,execution\r\nexecttions,executions\r\nexecttive,executive\r\nexecttives,executives\r\nexectuable,executable\r\nexectuables,executable\r\nexectuble,executable\r\nexectud,executed\r\nexectue,execute\r\nexectued,executed\r\nexectues,executes\r\nexectuing,executing\r\nexectuion,execution\r\nexectuioner,executioner\r\nexectuioners,executioner\r\nexectuions,executions\r\nexectuive,executive\r\nexectuively,executively\r\nexectuives,executives\r\nexecture,execute\r\nexectured,executed\r\nexectures,executes\r\nexectutable,executable\r\nexectute,execute\r\nexectuted,executed\r\nexectutes,executes\r\nexectuting,executing\r\nexectution,execution\r\nexectutions,executions\r\nexectutive,executive\r\nexectutives,executives\r\nexectutor,executor\r\nexectuve,executive\r\nexectuvely,executively\r\nexectuves,executives\r\nexecuable,executable\r\nexecuatable,executable\r\nexecuate,execute\r\nexecuateble,executable\r\nexecucted,executed\r\nexecuition,execution\r\nexecuive,executive\r\nexecuively,executively\r\nexecuives,executives\r\nexecunsafeuted,executed\r\nexecuor,executor\r\nexecure,execute\r\nexecure-method,execute-method\r\nexecusions,executions\r\nexecusite,exquisite\r\nexecut,execute\r\nexecutabe,executable\r\nexecutabil,executable\r\nexecutale,executable\r\nexecutated,executed\r\nexecutation,execution\r\nexecutbales,executables\r\nexecuteable,executable\r\nexecuteables,executables\r\nexecutedbr,executed\r\nexecutedl,executed\r\nexecuteg,executed\r\nexecutible,executable\r\nexecutie,executive\r\nexecutin,execution\r\nexecutiner,executioner\r\nexecutings,executions\r\nexecutio,execution\r\nexecutioin,execution\r\nexecutionar,executioner\r\nexecutioneer,executioner\r\nexecutioneers,executioner\r\nexecutionees,executions\r\nexecutioness,executions\r\nexecutiong,executing\r\nexecutionier,executioner\r\nexecutionn,execution\r\nexecutionner,executioner\r\nexecutionor,executioner\r\nexecutivas,executives\r\nexecutivly,executively\r\nexecutng,executing\r\nexecuto,executor\r\nexecuton,execution\r\nexecuts,executes\r\nexecutted,executed\r\nexecututed,executed\r\nexecutve,executive\r\nexecutvely,executively\r\nexecutves,executives\r\nexedned,extended\r\nexeed,exceed\r\nexeeda,exceeda\r\nexeede,exceede\r\nexeeded,exceeded\r\nexeeding,exceeding\r\nexeedingly,exceedingly\r\nexeeds,exceeds\r\nexeedsoots,exceedsoots\r\nexeggerating,exaggerating\r\nexeggeration,exaggeration\r\nexeistange,existence\r\nexelance,excellence\r\nexelancy,excellency\r\nexelant,excellent\r\nexelantly,excellently\r\nexelence,excellence\r\nexelency,excellency\r\nexelent,excellent\r\nexelently,excellently\r\nexellance,excellence\r\nexellant,excellent\r\nexelled,excelled\r\nexellenc,excellenc\r\nexellence,excellence\r\nexellenceplus,excellenceplus\r\nexellencia,excellencia\r\nexellencies,excellencies\r\nexellency,excellency\r\nexellent,excellent\r\nexellente,excellente\r\nexellented,excellented\r\nexellentie,excellentie\r\nexellently,excellently\r\nexemple,example\r\nexemples,examples\r\nexemplyfied,exemplified\r\nexend,extend\r\nexended,extended\r\nexender,extender\r\nexenders,extenders\r\nexensibility,extensibility\r\nexension,extension\r\nexensions,extensions\r\nexep,except\r\nexepcerially,exceptionally\r\nexepcially,exceptionally\r\nexepct,except\r\nexepcted,expected\r\nexepect,expect\r\nexepected,expected\r\nexepition,exhibition\r\nexeplande,explained\r\nexepmtion,exemption\r\nexepmtions,exemptions\r\nexeprimental,experimental\r\nexepshaly,exceptionally\r\nexepshanly,exceptionally\r\nexepshinalley,exceptionally\r\nexept,except\r\nexeptable,exceptable\r\nexepted,excepted\r\nexeptianly,exceptionally\r\nexepting,excepting\r\nexeption,exception\r\nexeptional,exceptional\r\nexeptionalism,exceptionalism\r\nexeptionally,exceptionally\r\nexeptionaly,exceptionaly\r\nexeptionely,exceptionally\r\nexeptionless,exceptionless\r\nexeptionnally,exeptionally\r\nexeptions,exceptions\r\nexeptiorly,exceptionally\r\nexeptive,exceptive\r\nexepts,excepts\r\nexeptually,exceptionally\r\nexerbate,exacerbate\r\nexerbated,exacerbated\r\nexerbates,exacerbates\r\nexerbating,exacerbating\r\nexerbation,exacerbation\r\nexerbations,exacerbations\r\nexercice,exercise\r\nexercices,exercise\r\nexercicing,exercising\r\nexercide,exercised\r\nexercies,exercise\r\nexerciese,exercises\r\nexerciesed,exercised\r\nexercieser,exerciser\r\nexercieses,exercises\r\nexerciesing,exercising\r\nexercisde,exercised\r\nexerciseing,exercising\r\nexercism,exercise\r\nexercizes,exercise\r\nexercizing,exercising\r\nexercsied,exercised\r\nexerices,exercises\r\nexerience,experience\r\nexerise,exercise\r\nexerises,exercises\r\nexerlant,excellent\r\nexernal,external\r\nexerpt,excerpt\r\nexerpted,excerpted\r\nexerpting,excerpting\r\nexerptional,excerptional\r\nexerptionally,excerptionally\r\nexerpts,excerpts\r\nexersice,exercise\r\nexersices,exercises\r\nexersicing,exercising\r\nexersis,exercise\r\nexersise,exercise\r\nexersised,exercised\r\nexersiser,exerciser\r\nexersises,exercises\r\nexersising,exercising\r\nexersize,exercise\r\nexersized,exercised\r\nexersizer,exerciser\r\nexersizes,exercises\r\nexersizing,exercising\r\nexerternal,external\r\nexerternally,externally\r\nexesistance,existence\r\nexess,excess\r\nexessive,excessive\r\nexessively,excessively\r\nexessiveness,excessiveness\r\nexessivly,exessively\r\nexest,exists\r\nexestance,existence\r\nexestence,existence\r\nexetending,extending\r\nexetermely,extremely\r\nexeucte,execute\r\nexeucting,executing\r\nexeuction,execution\r\nexeuctioner,executioner\r\nexeuctions,executions\r\nexeuctors,executors\r\nexeucute,execute\r\nexeutable,executable\r\nexeuted,executed\r\nexeution,execution\r\nexeutors,executors\r\nexex,exec\r\nexexutable,executable\r\nexexuted,executed\r\nexfample,example\r\nexfectionaley,affectionately\r\nexfiltratoin,exfiltration\r\nexgarate,exaggerate\r\nexgareat,exaggerate\r\nexgerate,exaggerate\r\nexgesis,exegesis\r\nexgirlfriend,ex-girlfriend\r\nexgirlfriends,ex-girlfriends\r\nexgistance,existence\r\nexgreated,exaggerate\r\nexhabition,exhibition\r\nexhabitions,exhibitions\r\nexhabitive,exhibitive\r\nexhabitively,exhibitively\r\nexhalt,exalt\r\nexhaltation,exaltation\r\nexhalted,exalted\r\nexhange,exchange\r\nexhasted,exhausted\r\nexhasut,exhaust\r\nexhasuted,exhausted\r\nexhasuting,exhausting\r\nexhasution,exhaustion\r\nexhasutively,exhaustively\r\nexhaused,exhausted\r\nexhausitve,exhaustive\r\nexhaustation,exhaustion\r\nexhaustin,exhaustion\r\nexhaustiv,exhaustive\r\nexhaustivenes,exhaustiveness\r\nexhaustivly,exhaustively\r\nexhaustivness,exhaustiveness\r\nexhaustivo,exhaustion\r\nexhaustn,exhaustion\r\nexhausto,exhaustion\r\nexhebition,exhibition\r\nexhibation,exhibition\r\nexhibicion,exhibition\r\nexhibion,exhibition\r\nexhibites,exhibits\r\nexhibitin,exhibition\r\nexhibitioin,exhibition\r\nexhibitioinal,exhibitional\r\nexhibitioinally,exhibitionally\r\nexhibitioinism,exhibitionism\r\nexhibitioinisms,exhibitionisms\r\nexhibitioinist,exhibitionist\r\nexhibitioinists,exhibitionists\r\nexhibitioins,exhibitions\r\nexhibitoin,exhibition\r\nexhibitoinal,exhibitional\r\nexhibitoinally,exhibitionally\r\nexhibitoinism,exhibitionism\r\nexhibitoinisms,exhibitionisms\r\nexhibitoinist,exhibitionist\r\nexhibitoinists,exhibitionists\r\nexhibitoins,exhibitions\r\nexhibiton,exhibition\r\nexhibitonal,exhibitional\r\nexhibitonally,exhibitionally\r\nexhibitonism,exhibitionism\r\nexhibitonisms,exhibitionisms\r\nexhibitonist,exhibitionist\r\nexhibitonists,exhibitionists\r\nexhibitons,exhibits\r\nexhibtion,exhibition\r\nexhibtionism,exhibitionism\r\nexhibtionisms,exhibitionisms\r\nexhibtionist,exhibitionist\r\nexhibtionists,exhibitionists\r\nexhibtions,exhibitions\r\nexhileration,exhilaration\r\nexhilirate,exhilarate\r\nexhilirating,exhilarating\r\nexhist,exists\r\nexhistance,existence\r\nexhisted,exists\r\nexhistence,existence\r\nexhists,exists\r\nexhitition,exhibition\r\nexho,echo\r\nexhorbitant,exorbitant\r\nexhuast,exhaust\r\nexhuasted,exhausted\r\nexhuasting,exhausting\r\nexhuastion,exhaustion\r\nexhuastive,exhaustive\r\nexhuasts,exhausts\r\nexhuberance,exuberance\r\nexhuberant,exuberant\r\nexhusband,ex-husband\r\nexhusbands,ex-husbands\r\nexibhition,exhibition\r\nexibicine,exhibition\r\nexibion,exhibition\r\nexibishion,exhibition\r\nexibishtion,exhibition\r\nexibision,exhibition\r\nexibison,exhibition\r\nexibit,exhibits\r\nexibition,exhibition\r\nexibitionism,exhibitionism\r\nexibitionisms,exhibitionisms\r\nexibitionist,exhibitionist\r\nexibitionists,exhibitionists\r\nexibitions,exhibitions\r\nexibitition,exhibition\r\nexibtion,exhibition\r\nexicets,exists\r\nexicted,excited\r\nexictement,excitement\r\nexictes,exists\r\nexicting,exciting\r\nexicution,execution\r\nexidition,exhibition\r\nexifion,exhibition\r\nexiist,exists\r\nexilerate,exhilarate\r\nexilicit,explicit\r\nexilir,elixir\r\neximination,examination\r\nexinct,extinct\r\nexinction,extinction\r\nexinctions,extinctions\r\nexipired,expired\r\nexipision,exhibition\r\nexipition,exhibition\r\nexipration,expiration\r\nexipre,expire\r\nexipred,expired\r\nexipres,expires\r\nexiquisite,exquisite\r\nexired,expired\r\nexirordinary,extraordinary\r\nexis,exist\r\nexisance,existence\r\nexisatance,existence\r\nexisess,exists\r\nexisest,exists\r\nexising,existing\r\nexisist,exists\r\nexisists,exists\r\nexisit,exist\r\nexisited,existed\r\nexisitence,existence\r\nexisiting,existing\r\nexisitng,existing\r\nexisits,exists\r\nexistance,existence\r\nexistances,existence\r\nexistancie,existencie\r\nexistancies,existencies\r\nexistanciy,existenciy\r\nexistanciys,existenciys\r\nexistancy,existency\r\nexistancys,existencys\r\nexistane,existance\r\nexistanse,existence\r\nexistant,existent\r\nexistantes,existent\r\nexistanthominid,existenthominid\r\nexistantial,existential\r\nexistanto,existento\r\nexistants,existence\r\nexiste,exist\r\nexisten,existing\r\nexistencd,existence\r\nexistencial,existential\r\nexistend,existed\r\nexistendent,existence\r\nexistenial,existential\r\nexistens,existence\r\nexistense,existence\r\nexistensial,existential\r\nexistenta,existential\r\nexistental,existential\r\nexistentiel,existential\r\nexistentiella,existential\r\nexistes,exists\r\nexistet,existent\r\nexistiance,existence\r\nexistin,existing\r\nexistinace,existence\r\nexistince,existence\r\nexistinces,existences\r\nexistincie,existencie\r\nexistincies,existencies\r\nexistinciy,existenciy\r\nexistinciys,existenciys\r\nexistincy,existency\r\nexistincys,existencys\r\nexistinkodig,existing\r\nexistinse,existence\r\nexistint,existing\r\nexistionate,existence\r\nexistions,existence\r\nexistionse,existence\r\nexistists,exists\r\nexistnace,existance\r\nexistng,existing\r\nexistsing,existing\r\nexistsj,exists\r\nexistsn,exists\r\nexistst,exists\r\nexistting,existing\r\nexitabilty,exitability\r\nexites,exited\r\nexitin,exiting\r\nexition,exhibition\r\nexitst,exists\r\nexitsting,existing\r\nexitsts,exists\r\nexitted,exited\r\nexitting,exiting\r\nexixsts,exists\r\nexixt,exist\r\nexixts,exists\r\nexizentence,existence\r\nexjarate,exaggerate\r\nexkrepress,express\r\nexlain,explain\r\nexlamation,exclamation\r\nexlated,exalted\r\nexlcamation,exclamation\r\nexlclusivly,exlclusively\r\nexlcude,exclude\r\nexlcuded,excluded\r\nexlcudes,excludes\r\nexlcuding,excluding\r\nexlcusion,exclusion\r\nexlcusive,exclusive\r\nexlcusively,exclusively\r\nexlcusives,exclusives\r\nexlcusivity,exclusivity\r\nexlicit,explicit\r\nexlicitly,explicitly\r\nexlile,exile\r\nexliled,exiled\r\nexlpand,explained\r\nexlpoding,exploding\r\nexlporer,explorer\r\nexlporers,explorers\r\nexlposion,explosion\r\nexlucded,excluded\r\nexlucdes,excludes\r\nexlucive,exclusive\r\nexlude,exclude\r\nexluded,excluded\r\nexludes,excludes\r\nexluding,excluding\r\nexlusion,exclusion\r\nexlusions,exclusions\r\nexlusive,exclusive\r\nexlusively,exclusively\r\nexlusivly,exlusively\r\nexmaine,examine\r\nexmample,example\r\nexmaple,example\r\nexmaple-camel-fabric,example-camel-fabric\r\nexmaples,examples\r\nexmination,examination\r\nexmpales,examples\r\nexmperimental,experimental\r\nexmple,example\r\nexmples,examples\r\nexmpty,empty\r\nexnomic,economic\r\nexnowledgment,acknowledgement\r\nexntension,extension\r\nexoected,expected\r\nexoitcs,exotics\r\nexonorate,exonerate\r\nexonorated,exonerated\r\nexonorates,exonerates\r\nexonully,exceptionally\r\nexorbatant,exorbitant\r\nexorbatent,exorbitant\r\nexorbidant,exorbitant\r\nexorbirant,exorbitant\r\nexorbitent,exorbitant\r\nexordinory,extraordinary\r\nexort,extort\r\nexorted,exhorted\r\nexoses,exposes\r\nexoskelatal,exoskeletal\r\nexoskelaton,exoskeleton\r\nexoskelatons,exoskeletons\r\nexoticas,exotics\r\nexoticos,exotics\r\nexpact,expat\r\nexpactation,expectation\r\nexpacted,expected\r\nexpaine,explained\r\nexpaining,explaining\r\nexpains,explains\r\nexpalin,explain\r\nexpalined,explained\r\nexpalining,explaining\r\nexpalins,explains\r\nexpamles,examples\r\nexpamples,examples\r\nexpan,expand\r\nexpanable,expandable\r\nexpanablility,expanability\r\nexpanced,expanded\r\nexpandablility,expandability\r\nexpandaded,expanded\r\nexpandandig,expanding\r\nexpandas,expands\r\nexpandble,expandable\r\nexpandes,expands\r\nexpaned,expanded\r\nexpanel,explained\r\nexpanily,exceptionally\r\nexpaning,expanding\r\nexpanion,expansion\r\nexpanisons,expansions\r\nexpanisve,expansive\r\nexpans,expands\r\nexpansie,expansive\r\nexpansiones,expansions\r\nexpansivos,expansions\r\nexpanssion,expansions\r\nexpantion,expansion\r\nexpantions,expansions\r\nexpatriot,expatriate\r\nexpcected,expected\r\nexpcet,expect\r\nexpcicitly,explicitly\r\nexpec,expect\r\nexpecation,expectation\r\nexpecations,expectations\r\nexpeced,expected\r\nexpeceted,expected\r\nexpecg,expect\r\nexpecially,especially\r\nexpecialy,especially\r\nexpecing,expecting\r\nexpecitly,explicitly\r\nexpecity,explicitly\r\nexpecption,exception\r\nexpectaion,expectation\r\nexpectand,expectant\r\nexpectandly,expectantly\r\nexpectansy,expectancy\r\nexpectantcy,expectancy\r\nexpectany,expectancy\r\nexpectating,expectation\r\nexpectatioins,expectations\r\nexpectationaly,expectationally\r\nexpectatiosn,expectations\r\nexpectatoin,expectation\r\nexpectd,expected\r\nexpecte,expected\r\nexpectedl,expected\r\nexpectencies,expectancies\r\nexpectency,expectancy\r\nexpectes,expects\r\nexpection,exception\r\nexpectional,exceptional\r\nexpectionally,exceptionally\r\nexpections,exceptions\r\nexpecttations,expectations\r\nexpectus,expects\r\nexpedetion,expedition\r\nexpediated,expedited\r\nexpedicion,expedition\r\nexpeditionay,expeditionary\r\nexpeditivo,expedition\r\nexpedito,expedition\r\nexpeditonary,expeditionary\r\nexpediture,expenditure\r\nexpeiment,experiment\r\nexpeimental,experimental\r\nexpeimentally,experimentally\r\nexpeiments,experiments\r\nexpeirence,experience\r\nexpeled,expelled\r\nexpeler,expeller\r\nexpelers,expellers\r\nexpeling,expelling\r\nexpell,expel\r\nexpells,expels\r\nexpelor,expellor\r\nexpelors,expellors\r\nexpemtion,exemption\r\nexpemtions,exemptions\r\nexpenature,expenditure\r\nexpencable,expensable\r\nexpencably,expensably\r\nexpencaries,expensaries\r\nexpencary,expensary\r\nexpencation,expensation\r\nexpencations,expensations\r\nexpence,experience\r\nexpenced,expensed\r\nexpencer,expenser\r\nexpencers,expensers\r\nexpences,expense\r\nexpencful,expensful\r\nexpencing,expensing\r\nexpencive,expensive\r\nexpencively,expensively\r\nexpenciveness,expensiveness\r\nexpencted,expected\r\nexpendablity,expendability\r\nexpendature,expenditure\r\nexpendatures,expenditures\r\nexpendeble,expendable\r\nexpendehure,expenditure\r\nexpendenture,expenditure\r\nexpenderhur,expenditure\r\nexpendetature,expenditure\r\nexpendeter,expenditure\r\nexpendeture,expenditure\r\nexpendetures,expenditures\r\nexpendible,expendable\r\nexpendicular,expenditure\r\nexpendicure,expenditure\r\nexpendidjuer,expenditure\r\nexpendidture,expenditure\r\nexpendidure,expenditure\r\nexpendijur,expenditure\r\nexpenditur,expenditure\r\nexpendture,expenditure\r\nexpendurature,expenditure\r\nexpendure,expenditure\r\nexpenduture,expenditure\r\nexpendy,expenditure\r\nexpeneds,experts\r\nexpeniditure,expenditure\r\nexpenidure,expenditure\r\nexpenisture,expenditure\r\nexpenitture,expenditure\r\nexpeniture,expenditure\r\nexpensable,expendable\r\nexpensie,expense\r\nexpension,expansion\r\nexpensivee,expensive\r\nexpensivly,expensively\r\nexpensve,expense\r\nexpent,expert\r\nexpentancy,expectancy\r\nexpenterture,expenditure\r\nexpentiture,expenditure\r\nexpentitures,expenditures\r\nexpenture,expenditure\r\nexperamental,experimental\r\nexperance,experience\r\nexperances,experiences\r\nexperas,experience\r\nexpercelly,especially\r\nexperct,expect\r\nexpere,experts\r\nexpereance,experience\r\nexpereience,experience\r\nexpereince,experience\r\nexpereinced,experienced\r\nexpereinces,experiences\r\nexpereincing,experiencing\r\nexpereintial,experiential\r\nexperement,experiment\r\nexperemental,experimental\r\nexperementation,experimentation\r\nexperementing,experimenting\r\nexperements,experiments\r\nexperence,experience\r\nexperent,experience\r\nexperessions,expressions\r\nexperhally,especially\r\nexperiaments,experiments\r\nexperiance,experience\r\nexperianced,experienced\r\nexperiances,experiences\r\nexperiancing,experiencing\r\nexperiantial,experiential\r\nexperiantur,experientur\r\nexperiation,expiration\r\nexperieced,experienced\r\nexperieces,experiences\r\nexperiecned,experienced\r\nexperieince,experience\r\nexperiement,experiment\r\nexperiemental,experimental\r\nexperiementally,experimentally\r\nexperiements,experiments\r\nexperiemnt,experiment\r\nexperiemntal,experimental\r\nexperiemnted,experimented\r\nexperiemnts,experiments\r\nexperienc,experience\r\nexperiencd,experienced\r\nexperienceing,experiencing\r\nexperiencem,experience\r\nexperiencs,experiences\r\nexperienecs,experiences\r\nexperiened,experienced\r\nexperiening,experiencing\r\nexperiense,experiences\r\nexperient,experiment\r\nexperimantal,experimental\r\nexperimantation,experimentation\r\nexperimemtal,experimental\r\nexperimenal,experimental\r\nexperimenatal,experimental\r\nexperimenation,experimentation\r\nexperimenta,experimental\r\nexperimentacion,experimentation\r\nexperimentaion,experimentation\r\nexperimentais,experiments\r\nexperimentaly,experimentally\r\nexperimentan,experimentation\r\nexperimentating,experimentation\r\nexperimentatl,experimental\r\nexperimentella,experimental\r\nexperimenterade,experimented\r\nexperimentes,experiments\r\nexperimention,experimenting\r\nexperimentl,experimental\r\nexperimentla,experimental\r\nexperimentle,experimented\r\nexperimentm,experiment\r\nexperimentors,experiments\r\nexperimentos,experiments\r\nexperimentul,experimental\r\nexperimet,experiments\r\nexperimetal,experimental\r\nexperimeted,experimented\r\nexperimient,experiment\r\nexperimintation,experimentation\r\nexperinace,experience\r\nexperince,experience\r\nexperinced,experienced\r\nexperinces,experiences\r\nexperinence,experience\r\nexperitence,experience\r\nexperitenced,experienced\r\nexperitential,experiential\r\nexperments,experiments\r\nexpermient,experiments\r\nexpermint,experiment\r\nexpern,experts\r\nexpersaly,especially\r\nexpersion,expression\r\nexperss,express\r\nexperssion,expression\r\nexperssions,expressions\r\nexpertas,experts\r\nexpertis,experts\r\nexpertos,experts\r\nexpeshaly,especially\r\nexpesily,especially\r\nexpesne,expense\r\nexpesnive,expensive\r\nexpession,expression\r\nexpessions,expressions\r\nexpet's,experts\r\nexpet,expect\r\nexpetected,expected\r\nexpetiol,expenditure\r\nexpetolol,exceptionally\r\nexpewwing,expewing\r\nexpexcting,expecting\r\nexpextancy,expectancy\r\nexpexted,expected\r\nexpiadion,exhibition\r\nexpically,especially\r\nexpicit,explicit\r\nexpicitly,explicitly\r\nexpidenture,expenditure\r\nexpidentures,expenditures\r\nexpidetion,expedition\r\nexpidite,expedite\r\nexpidition,expedition\r\nexpiditionary,expeditionary\r\nexpiditions,expeditions\r\nexpierence,experience\r\nexpierenced,experienced\r\nexpierences,experiences\r\nexpierencing,experiencing\r\nexpiers,expires\r\nexpilcit-duration,explicit-duration\r\nexpilicitely,explicitly\r\nexpination,expiration\r\nexpinditure,expenditure\r\nexpinture,expenditure\r\nexpiracy,expiry\r\nexpirary,expiry\r\nexpirat,expire\r\nexpiratoin,expiration\r\nexpireds,expires\r\nexpirement,experiment\r\nexpiremental,experimental\r\nexpirementation,experimentation\r\nexpiremented,experimented\r\nexpirementing,experimenting\r\nexpirements,experiments\r\nexpirerence,experience\r\nexpiriece,experience\r\nexpirience,experience\r\nexpiriences,experiences\r\nexpiriens,experience\r\nexpirign,expiring\r\nexpiriment,experiment\r\nexpirning,expiring\r\nexpite,expire\r\nexpity,expiry\r\nexplaid,explained\r\nexplainabilty,explainability\r\nexplainablity,explainability\r\nexplaination,explanation\r\nexplainations,explanations\r\nexplainatory,explanatory\r\nexplaind,explained\r\nexplainded,explained\r\nexplaines,explains\r\nexplaing,explaining\r\nexplainging,explaining\r\nexplaings,explains\r\nexplainig,explaining\r\nexplaintory,explanatory\r\nexplairded,explained\r\nexplan,explain\r\nexplanaion,explanaion\r\nexplanaiton,explanations\r\nexplanatin,explanations\r\nexplanatiosn,explanations\r\nexpland,explained\r\nexplane,explained\r\nexplaned,explained\r\nexplanetary,explanatory\r\nexplanetory,explanatory\r\nexplaning,explaining\r\nexplanitary,explanatory\r\nexplanned,explained\r\nexplanotory,explanatory\r\nexplans,explains\r\nexplantion,explanation\r\nexplantions,explanations\r\nexplantory,explanatory\r\nexplaratory,exploratory\r\nexplard,explained\r\nexplciitly,explicitly\r\nexplcit,explicit\r\nexplcitly,explicitly\r\nexplcitly-named,explicitly-named\r\nexplenation,explanation\r\nexplenations,explanations\r\nexplenatory,explanatory\r\nexplenly,exceptionally\r\nexpleyly,explicitly\r\nexplicatia,explicit\r\nexplicatie,explicit\r\nexplicatif,explicit\r\nexplicatii,explicit\r\nexplicetely,explicitly\r\nexplicetly,explicitly\r\nexplicid,explicit\r\nexplicidly,explicitly\r\nexpliciet,explicit\r\nexplicilty,explicitly\r\nexplicitally,explicitly\r\nexplicite,explicit\r\nexplicitely,explicitly\r\nexplicitey,explicitly\r\nexpliciti,explicit\r\nexplicitily,explicitly\r\nexplicitlly,explicitly\r\nexplicity,explicitly\r\nexplicityly,explicitly\r\nexpliclitly,explicitly\r\nexpliclity,explicitly\r\nexpliclty,explicitly\r\nexplict,explicit\r\nexplicte,explicate\r\nexplicted,explicated\r\nexplictely,explicitly\r\nexplictes,explicates\r\nexplictily,explicitly\r\nexplicting,explicating\r\nexpliction,explication\r\nexplictions,explications\r\nexplictly,explicitly\r\nexplicty,explicitly\r\nexplination,explanation\r\nexplinations,explanations\r\nexplinatory,explanatory\r\nexplins,explains\r\nexpliot,exploit\r\nexpliotation,exploitation\r\nexplioted,exploited\r\nexplioting,exploiting\r\nexpliots,exploits\r\nexplisitly,explicitly\r\nexplit,explicit\r\nexpliticly,explicitly\r\nexplitly,explicitly\r\nexplity,explicitly\r\nexpllicitly,explicitly\r\nexplodeds,explodes\r\nexplodie,explode\r\nexplods,explodes\r\nexploiding,exploiting\r\nexploint,exploit\r\nexploitaion,exploitation\r\nexploitaiton,exploitation\r\nexploitate,exploit\r\nexploitatie,exploitative\r\nexploitating,exploitation\r\nexploites,exploits\r\nexploitet,exploited\r\nexploition,exploiting\r\nexploitition,exploitation\r\nexploititions,exploitations\r\nexploititive,exploitative\r\nexploititively,exploitatively\r\nexplonation,exploration\r\nexplooit,exploit\r\nexplor,explore\r\nexploracion,exploration\r\nexplorare,explorer\r\nexplorarea,explorer\r\nexplorating,exploration\r\nexploratoin,exploration\r\nexplorerer,explorer\r\nexplorerers,explorers\r\nexploreres,explorers\r\nexplortation,exploitation\r\nexplose,explodes\r\nexplosed,exposed\r\nexplosie,explosive\r\nexplosin,explosions\r\nexplosiones,explosions\r\nexplosivas,explosives\r\nexplosivly,explosively\r\nexplossion,explosions\r\nexplossive,explosives\r\nexplosvies,explosives\r\nexplotacion,exploration\r\nexplotation,exploitation\r\nexplotations,exploitations\r\nexplotative,exploitative\r\nexplotatively,exploitatively\r\nexploted,explode\r\nexplotiation,exploitation\r\nexplotiative,exploitative\r\nexplotied,exploited\r\nexploting,exploiting\r\nexplotion,explosion\r\nexplotions,explosions\r\nexploxen,explained\r\nexplroe,explore\r\nexplusions,explosions\r\nexpoch,epoch\r\nexpodential,exponential\r\nexpodentially,exponentially\r\nexpodition,exposition\r\nexpoed,exposed\r\nexpolde,explode\r\nexpoldes,explodes\r\nexpolding,exploding\r\nexpolit,exploit\r\nexpolitation,exploitation\r\nexpolitative,exploitative\r\nexpolited,exploited\r\nexpoliting,exploiting\r\nexpolits,exploits\r\nexpolorer,explorer\r\nexpolsion,explosion\r\nexpolsions,explosions\r\nexpolsive,explosive\r\nexpolsives,explosives\r\nexponant,exponent\r\nexponantial,exponential\r\nexponantially,exponentially\r\nexponants,exponents\r\nexpone,expose\r\nexponencial,exponential\r\nexponencially,exponentially\r\nexponental,exponential\r\nexponentation,exponentiation\r\nexponentialy,exponentially\r\nexponentiel,exponential\r\nexponentiella,exponential\r\nexponentional,exponential\r\nexponentionally,exponentially\r\nexponentualy,exponentially\r\nexpononent,exponent\r\nexpontential,exponential\r\nexporatory,exploratory\r\nexpore,explore\r\nexpored,exposed\r\nexporing,exporting\r\nexpors,exports\r\nexport-tempaltes,export-templates\r\nexportas,exports\r\nexportered,exported\r\nexportes,exports\r\nexportfs,exports\r\nexportor,exporter\r\nexportstruncate,exports\r\nexposees,exposes\r\nexposicion,exposition\r\nexposion,explosion\r\nexpositivo,exposition\r\nexposito,exposition\r\nexposse,exposes\r\nexpossed,exposed\r\nexpot,export\r\nexpotential,exponential\r\nexpoter,exporter\r\nexpoting,exporting\r\nexpotition,exposition\r\nexpots,exports\r\nexpoxed,exposed\r\nexprand,explained\r\nexprected,expected\r\nexpreesion,expression\r\nexprenses,expenses\r\nexprensive,expressive\r\nexprerance,experience\r\nexprerience,experience\r\nexpres,express\r\nexprese,expresse\r\nexpresed,expressed\r\nexpreses,expresses\r\nexpresing,expressing\r\nexpresion,expression\r\nexpresionenred,expressionenred\r\nexpresiones,expressiones\r\nexpresionism,expressionism\r\nexpresionismus,expressionismus\r\nexpresionless,expressionless\r\nexpresions,expression\r\nexpresison,expressions\r\nexpresive,expressive\r\nexpresively,expressively\r\nexpresiveness,expressiveness\r\nexpress-apllication,express-application\r\nexpressability,expressibility\r\nexpresscoin,expression\r\nexpresse,expressive\r\nexpressend,expressed\r\nexpressens,expresses\r\nexpressiblity,expressibility\r\nexpressie,expressive\r\nexpressief,expressive\r\nexpressiens,expressions\r\nexpressiion,expression\r\nexpressin,expression\r\nexpressio,expression\r\nexpressioin,expression\r\nexpressiong,expression\r\nexpressivly,expressively\r\nexpressivos,expressions\r\nexpressley,expressly\r\nexpresso,espresso\r\nexpresss,expresses\r\nexpresssed,expressed\r\nexpresssing,eXpressing\r\nexpresssion,expression\r\nexpresssions,expressions\r\nexpresssive,expressive\r\nexpressview,expressive\r\nexpressy,expressly\r\nexpriation,expiration\r\nexpried,expired\r\nexprience,experience\r\nexprienced,experienced\r\nexpriences,experiences\r\nexpries,expires\r\nexprimental,experimental\r\nexpring,expiring\r\nexprires,expires\r\nexprission,expression\r\nexpropiate,expropriate\r\nexpropiated,expropriated\r\nexpropiates,expropriates\r\nexpropiating,expropriating\r\nexpropiation,expropriation\r\nexpropiations,expropriations\r\nexprot,export\r\nexprt,export\r\nexprted,exported\r\nexpse,expose\r\nexpsed,exposed\r\nexptected,expected\r\nexpuren,experience\r\nexpxert,expert\r\nexqist,exists\r\nexquast,exquisite\r\nexqueset,exquisite\r\nexquesite,exquisite\r\nexquesive,exquisite\r\nexquest,exquisite\r\nexqueste,exquisite\r\nexquicit,exquisite\r\nexquiped,equipped\r\nexquisate,exquisite\r\nexquiset,exquisite\r\nexquisete,exquisite\r\nexquisette,exquisite\r\nexquisit,exquisite\r\nexquist,exquisite\r\nexquiste,exquisite\r\nexquitive,exquisite\r\nexquitz,exquisite\r\nexquivish,exquisite\r\nexquizet,exquisite\r\nexquizit,exquisite\r\nexqusette,exquisite\r\nexqusit,exquisite\r\nexqusite,exquisite\r\nexqusity,exquisite\r\nexquted,exquisite\r\nexra,extra\r\nexract,extract\r\nexracted,extracted\r\nexrays,x-rays\r\nexrends,extends\r\nexrensivly,exrensively\r\nexress,express\r\nexressed,expressed\r\nexressing,expressing\r\nexression,expression\r\nexressions,expressions\r\nexressive,expressive\r\nexrpression,expression\r\nexrta,extra\r\nexsact,exact\r\nexsactly,exactly\r\nexsadurat,exaggerate\r\nexsagrate,exaggerate\r\nexsagurate,exaggerate\r\nexsample,example\r\nexsargerate,exaggerate\r\nexsastiance,existence\r\nexsbition,exhibition\r\nexscape,escape\r\nexsended,extended\r\nexsenive,extensive\r\nexsentes,existence\r\nexsepacionly,exceptionally\r\nexsepilay,exceptionally\r\nexseploly,exceptionally\r\nexsepshionly,exceptionally\r\nexsept,except\r\nexseptionly,exceptionally\r\nexsesionly,exceptionally\r\nexsess,excess\r\nexsests,exists\r\nexsibites,exhibits\r\nexsibition,exhibition\r\nexsintence,existence\r\nexsis,exists\r\nexsiss,exists\r\nexsist,exist\r\nexsistance,existence\r\nexsisted,existed\r\nexsistence,existence\r\nexsistents,existence\r\nexsistes,exists\r\nexsisting,existing\r\nexsists,exists\r\nexsit,existing\r\nexsitance,existance\r\nexsited,existed\r\nexsitent,existent\r\nexsiting,existing\r\nexsitists,exists\r\nexsitment,excitement\r\nexsits,exists\r\nexslanded,explained\r\nexsort,expert\r\nexspecaily,especially\r\nexspecialy,especially\r\nexspect,expect\r\nexspected,expected\r\nexspecting,expecting\r\nexspelled,expelled\r\nexspence,experience\r\nexspendesure,expenditure\r\nexspendious,expenditure\r\nexspenditure,expenditure\r\nexspeniture,expenditure\r\nexspensure,expenditure\r\nexsperence,experience\r\nexsperionly,especially\r\nexsperts,experts\r\nexspes,experts\r\nexspice,experience\r\nexspidient,expedient\r\nexspidtion,exhibition\r\nexsplain,explained\r\nexsplaned,explained\r\nexsport,export\r\nexspress,express\r\nexsquisest,exquisite\r\nexsquisit,exquisite\r\nexsquite,exquisite\r\nexstablishing,establishing\r\nexstacy,ecstasy\r\nexstapling,establishing\r\nexstaplishing,establishing\r\nexstasy,ecstasy\r\nexstated,extended\r\nexstaticaly,ecstatically\r\nexstencive,extensive\r\nexstend,extend\r\nexstended,extended\r\nexstensible,extensible\r\nexstension,extension\r\nexstensive,extensive\r\nexstent,extent\r\nexsting,existing\r\nexta,extra\r\nextact,extract\r\nextacting,extracting\r\nextaction,extraction\r\nextactly,exactly\r\nextadent,extended\r\nextagtrate,exaggerate\r\nextaly,extally\r\nextamed,explained\r\nextand,extend\r\nextandable,extensible\r\nextansability,extensibility\r\nextanted,extended\r\nextaordinary,extraordinary\r\nextarct,extract\r\nextarcting,extracting\r\nextarnal,external\r\nextarordinary,extraordinary\r\nextassy,ecstasy\r\nextasy,ecstasy\r\nextects,expects\r\nexteded,extended\r\nexteion,extension\r\nexteions,extensions\r\nextemed,esteemed\r\nextemeley,extremely\r\nextemely,extremely\r\nextemporanes,extemporaneous\r\nextemporanesly,extemporaneously\r\nextemporanos,extemporaneous\r\nextemporanosly,extemporaneously\r\nextemporanus,extemporaneous\r\nextemporanusly,extemporaneously\r\nextenal,external\r\nextenally,externally\r\nextenand,extended\r\nextend-ing,extending\r\nextendabilty,extendability\r\nextendend,extended\r\nextendes,extends\r\nextendibilty,extendibility\r\nextendid,extended\r\nextendos,extends\r\nextendsions,extensions\r\nextened,extended\r\nextening,extending\r\nextenion's,extension's\r\nextenion,extension\r\nextenions,extensions\r\nextenisbility,extensibility\r\nextens,extents\r\nextensability,extensibility\r\nextensablity,extensability\r\nextensibel,extensible\r\nextensibillity,extensibility\r\nextensibilty,extensibility\r\nextensibity,extensibility\r\nextensiblility,extensibility\r\nextensiblity,extensibility\r\nextensie,extensive\r\nextensimple,extensible\r\nextensin,extension\r\nextensino,extension\r\nextensinve,extensive\r\nextensio,extension\r\nextensionas,extensions\r\nextensiones,extensions\r\nextensionss,extensions\r\nextensiont,extensions\r\nextensios,extensions\r\nextensis,extensions\r\nextensison,extensions\r\nextensisons,extensions\r\nextensivelly,extensively\r\nextensivley,extensively\r\nextensivly,extensively\r\nextensnion,extension\r\nextenssion,extension\r\nextenstion,extension\r\nextenstion-boilerplate,extension-boilerplate\r\nextenstions,extensions\r\nextentded,extended\r\nextented,extended\r\nextention,extension\r\nextentions's,extension's\r\nextentions,extensions\r\nextentsions,extensions\r\nexter,extra\r\nexteral,external\r\nexterally,externally\r\nexteranl,external\r\nexteranlly,externally\r\nextered,exerted\r\nexteremely,extremely\r\nexterience,experience\r\nexterioara,exterior\r\nexterioare,exterior\r\nexterionordy,extraordinary\r\nexteriour,exterior\r\nextermally,externally\r\nexterme,extreme\r\nextermely,extremely\r\nextermism,extremism\r\nextermist,extremist\r\nextermists,extremists\r\nexterna,external\r\nexternaly,externally\r\nexternel,external\r\nexternsion,extension\r\nexterorary,extraordinary\r\nexterordanry,extraordinary\r\nexterordenary,extraordinary\r\nexterordinary,extraordinary\r\nexterted,exerted\r\nextesion,extension\r\nextesions,extensions\r\nextesivly,extesively\r\nextheordinary,extraordinary\r\nextibision,exhibition\r\nextients,extents\r\nextimation,estimation\r\nextinguser,extinguisher\r\nextinsions,extensions\r\nextint,extinct\r\nextintion,extinction\r\nextintions,extinctions\r\nextions,extensions\r\nextneds,extends\r\nextoics,exotics\r\nextoranary,extraordinary\r\nextorandory,extraordinary\r\nextorandy,extraordinary\r\nextordinary,extraordinary\r\nextordonary,extraordinary\r\nextorordinary,extraordinary\r\nextortin,extortion\r\nextorytanary,extraordinary\r\nextr-ordinarily,extraordinarily\r\nextr-ordinary,extraordinary\r\nextra-judicial,extrajudicial\r\nextra-judicially,extrajudicially\r\nextra-mundane,extramundane\r\nextra-mural,extramural\r\nextra-murals,extramurals\r\nextra-ordanry,extraordinary\r\nextra-ordinarily,extraordinarily\r\nextra-ordinary,extraordinary\r\nextra-posable,extraposable\r\nextra-provincial,extraprovincial\r\nextra-terrestrial,extraterrestrial\r\nextra-terrestrials,extraterrestrials\r\nextra-territorial,extraterritorial\r\nextra-territoriality,extraterritoriality\r\nextrac,extract\r\nextraccion,extraction\r\nextracing,extracting\r\nextraciong,extracting\r\nextracs,extract\r\nextract-namepaces,extract-namespaces\r\nextracter,extractor\r\nextractin,extraction\r\nextractivo,extraction\r\nextractnow,extraction\r\nextracto,extraction\r\nextradarinary,extraordinary\r\nextradiciotn,extradiiotn\r\nextradiciotns,extradiiotns\r\nextradiction,extradition\r\nextradictional,extraditional\r\nextradictionalism,extraditionalism\r\nextradictionalisms,extraditionalisms\r\nextradictionalist,extraditionalist\r\nextradictionalists,extraditionalists\r\nextradictionally,extraditionally\r\nextradictions,extraditions\r\nextradiiton,extradition\r\nextradiitonal,extraditional\r\nextradiitonalism,extraditionalism\r\nextradiitonalisms,extraditionalisms\r\nextradiitonalist,extraditionalist\r\nextradiitonalists,extraditionalists\r\nextradiitonally,extraditionally\r\nextradiitons,extraditions\r\nextradinary,extraordinary\r\nextradionary,extraordinary\r\nextraditon,extradition\r\nextraditonal,extraditional\r\nextraditonalism,extraditionalism\r\nextraditonalisms,extraditionalisms\r\nextraditonalist,extraditionalist\r\nextraditonalists,extraditionalists\r\nextraditonally,extraditionally\r\nextraditons,extraditions\r\nextradornary,extraordinary\r\nextradtion,extraction\r\nextragavant,extravagant\r\nextraneousv,extraneous\r\nextraneuous,extraneous\r\nextranous,extraneous\r\nextraodeny,extraordinary\r\nextraodrinarily,extraordinarily\r\nextraodrinary,extraordinary\r\nextraoratinary,extraordinary\r\nextraordainary,extraordinary\r\nextraordanary,extraordinary\r\nextraordany,extraordinary\r\nextraordary,extraordinary\r\nextraordenary,extraordinary\r\nextraordernery,extraordinary\r\nextraordianry,extraordinary\r\nextraordiary,extraordinary\r\nextraordinair,extraordinary\r\nextraordinairily,extraordinarily\r\nextraordinairly,extraordinarily\r\nextraordinairy,extraordinary\r\nextraordinaly,extraordinary\r\nextraordinarely,extraordinarily\r\nextraordinarilly,extraordinary\r\nextraordinarly,extraordinary\r\nextraordinaryly,extraordinarily\r\nextraordinay,extraordinary\r\nextraordinory,extraordinary\r\nextraordnary,extraordinary\r\nextraordonary,extraordinary\r\nextraordorinary,extraordinary\r\nextraordry,extraordinary\r\nextraordunary,extraordinary\r\nextraori,extraordinary\r\nextraoridinary,extraordinary\r\nextraoridnary,extraordinary\r\nextraorinary,extraordinary\r\nextrapalate,extrapolate\r\nextraploate,extrapolate\r\nextrapolant,extrapolate\r\nextrapolare,extrapolate\r\nextrapolatoin,extrapolation\r\nextrapole,extrapolate\r\nextrapolerat,extrapolate\r\nextrapoliate,extrapolate\r\nextrapolite,extrapolate\r\nextrapoloate,extrapolate\r\nextrapulate,extrapolate\r\nextrarordy,extraordinary\r\nextrat,extract\r\nextrated,extracted\r\nextraterestial,extraterrestrial\r\nextraterestially,extraterrestrially\r\nextraterestials,extraterrestrials\r\nextraterestrial,extraterrestrial\r\nextraterestrially,extraterrestrially\r\nextraterestrials,extraterrestrials\r\nextraterrestial,extraterrestrial\r\nextraterrestially,extraterrestrially\r\nextraterrestials,extraterrestrials\r\nextrating,extracting\r\nextrator,extractor\r\nextratordary,extraordinary\r\nextravagence,extravagance\r\nextravagences,extravagances\r\nextravagent,extravagant\r\nextravagently,extravagantly\r\nextravagina,extravagant\r\nextravangence,extravagance\r\nextravangences,extravagances\r\nextravangent,extravagant\r\nextravangently,extravagantly\r\nextravegance,extravagance\r\nextravegances,extravagances\r\nextravegant,extravagant\r\nextravegantly,extravagantly\r\nextravegence,extravagance\r\nextravegences,extravagances\r\nextravegent,extravagant\r\nextravegently,extravagantly\r\nextravengance,extravagance\r\nextravengances,extravagances\r\nextravengant,extravagant\r\nextravengantly,extravagantly\r\nextravengence,extravagance\r\nextravengences,extravagances\r\nextravengent,extravagant\r\nextravengently,extravagantly\r\nextravigant,extravagant\r\nextravogant,extravagant\r\nextream,extreme\r\nextreamly,extremely\r\nextreams,extremes\r\nextreem,extreme\r\nextreemly,extremely\r\nextreems,extremes\r\nextremaste,extremes\r\nextremeley,extremely\r\nextremelly,extremely\r\nextrememley,extremely\r\nextrememly,extremely\r\nextremeophile,extremophile\r\nextremeophiles,extremophiles\r\nextremers,extremes\r\nextremests,extremists\r\nextremety,extremity\r\nextremey,extremely\r\nextremised,extremes\r\nextremisim,extremism\r\nextremisme,extremes\r\nextremistas,extremists\r\nextremiste,extremes\r\nextremistes,extremists\r\nextremistisk,extremists\r\nextremley,extremely\r\nextremly,extremely\r\nextrems,extremes\r\nextrenal,external\r\nextrenally,externally\r\nextreordenary,extraordinary\r\nextreordinary,extraordinary\r\nextrevert,extrovert\r\nextrictly,strictly\r\nextrimists,extremists\r\nextriodinary,extraordinary\r\nextriordinary,extraordinary\r\nextriordonary,extraordinary\r\nextrnal,external\r\nextrnally,externally\r\nextrnsion,extension\r\nextrnsions,extensions\r\nextroadinary,extraordinary\r\nextroaedinary,extraordinary\r\nextroardinarily,extraordinarily\r\nextroardinary,extraordinary\r\nextroary,extraordinary\r\nextrodainary,extraordinary\r\nextrodanry,extraordinary\r\nextrodary,extraordinary\r\nextrodenary,extraordinary\r\nextrodernary,extraordinary\r\nextrodinarily,extraordinarily\r\nextrodinary,extraordinary\r\nextroganary,extraordinary\r\nextroidanary,extraordinary\r\nextroidnary,extraordinary\r\nextronary,extraordinary\r\nextronialy,extraordinary\r\nextroondray,extraordinary\r\nextroordeny,extraordinary\r\nextroordinary,extraordinary\r\nextropolate,extrapolate\r\nextrordanary,extraordinary\r\nextrordanry,extraordinary\r\nextrordary,extraordinary\r\nextrordenary,extraordinary\r\nextrordinarily,extraordinarily\r\nextrordinary,extraordinary\r\nextrordonary,extraordinary\r\nextrorindary,extraordinary\r\nextrory,extraordinary\r\nextrotion,extortion\r\nextroynary,extraordinary\r\nextrpolate,extrapolate\r\nextrpolation,extrapolation\r\nextrracting,extracting\r\nextruciating,excruciating\r\nextry,entry\r\nextuder,extruder\r\nexturorary,extraordinary\r\nexuasted,exhausted\r\nexuction,execution\r\nexuivalend,equivalent\r\nexuse,excuse\r\nexusied,exquisite\r\nexutable,executable\r\nexwife,ex-wife\r\nexwiset,exquisite\r\nexwives,ex-wives\r\nexxagerate,exaggerate\r\nexxam,exam\r\nexxlusive,exclusive\r\nexxpanded,expanded\r\nexxpected,expected\r\nexxxekkkutttor,exxxekkkuttor\r\nexzaderat,exaggerate\r\nexzadgorate,exaggerate\r\nexzagerate,exaggerate\r\nexzests,exists\r\nexzist,exists\r\nexzistance,existence\r\nexzuite,exquisite\r\nexсeption,exception\r\neyar,year\r\neyarly,yearly\r\neyars,years\r\neyasr,years\r\neye-ball,eyeball\r\neye-balls,eyeballs\r\neye-brow,eyebrow\r\neye-brows,eyebrows\r\neye-glasses,eyeglasses\r\neye-lash,eyelash\r\neye-lashes,eyelashes\r\neye-lid,eyelid\r\neye-lids,eyelids\r\neye-sore,eyesore\r\neye-sores,eyesores\r\neye-wear,eyewear\r\neye-witnesses,eyewitnesses\r\neyeballers,eyeballs\r\neyeballls,eyeballs\r\neyebals,eyeballs\r\neyebros,eyebrows\r\neyebrowes,eyebrows\r\neyebrowns,eyebrows\r\neyeglases,eyeglasses\r\neyerone,everyone\r\neyerwhere,everywhere\r\neyery,every\r\neyesahdow,eyeshadow\r\neyeshdaow,eyeshadow\r\neyewitnesssed,eyewitnessed\r\neygptian,egyptian\r\neygptians,egyptians\r\neying,eyeing\r\neyond,beyond\r\neyou,you\r\neys,eyes\r\neyt,yet\r\neytmology,etymology\r\neyy,eye\r\nezrtaly,ezrtally\r\nfabircation,fabrication\r\nfaboulus,fabulous\r\nfabriacted,fabricated\r\nfabricabilty,fabricability\r\nfabricacion,fabrication\r\nfabricas,fabrics\r\nfabricatie,fabricated\r\nfabricatioin,fabrication\r\nfabrices,fabrics\r\nfabricus,fabrics\r\nfabrikation,fabrication\r\nfabulos,fabulous\r\nfac,fact\r\nfacalty,faculty\r\nfacanating,fascinating\r\nfacanationty,fascinating\r\nfacasenating,fascinating\r\nfacatilites,facilities\r\nfaccilities,facilities\r\nfaccillity,facilities\r\nfaccinating,fascinating\r\nfaccinaty,fascinating\r\nfacebok,facebook\r\nfaceboon,facebook\r\nfaceboook,facebook\r\nfacedescriptor,descriptor\r\nfacelities,facilities\r\nfacellities,facilities\r\nfacepam,facepalm\r\nfaceplam,facepalm\r\nfacered,faceted\r\nfacesittting,facesitting\r\nfacettted,facetted\r\nfaciatities,facilities\r\nfacilatate,facilitate\r\nfacilate,facilitate\r\nfacilaties,facilities\r\nfaciliate,facilitate\r\nfaciliated,facilitated\r\nfaciliates,facilitates\r\nfaciliaties,facilities\r\nfaciliating,facilitating\r\nfaciliation,facilitation\r\nfaciliations,facilitations\r\nfaciliete,facilitate\r\nfacilieted,facilitated\r\nfacilietes,facilitates\r\nfacilieting,facilitating\r\nfacilietion,facilitation\r\nfacilietions,facilitations\r\nfaciliites,facilities\r\nfaciliities,facilities\r\nfacililies,facilities\r\nfacilisi,facilities\r\nfacilitait,facilitate\r\nfacilitant,facilitate\r\nfacilitare,facilitate\r\nfacilitarte,facilitate\r\nfacilitaties,facilities\r\nfacilitatile,facilitate\r\nfacilite,facilities\r\nfacilites,facilities\r\nfacilitete,facilitate\r\nfaciliteted,facilitated\r\nfacilitetes,facilitates\r\nfaciliteting,facilitating\r\nfacilitetion,facilitation\r\nfacilitetions,facilitations\r\nfacilitiate,facilitate\r\nfacilitie,facility\r\nfacilitiy,facility\r\nfacilitys,facilities\r\nfacillate,facilities\r\nfacillated,facilitated\r\nfacillaties,facilities\r\nfacillitate,facilitate\r\nfacillitated,facilitated\r\nfacillitates,facilitates\r\nfacillitating,facilitating\r\nfacillitation,facilitation\r\nfacillitations,facilitations\r\nfacillities,facilities\r\nfacillitives,facilities\r\nfacillitys,facilities\r\nfaciltate,facilitate\r\nfaciltated,facilitated\r\nfaciltates,facilitates\r\nfaciltating,facilitating\r\nfaciltation,facilitation\r\nfaciltations,facilitations\r\nfaciltete,facilitate\r\nfacilteted,facilitated\r\nfaciltetes,facilitates\r\nfacilteting,facilitating\r\nfaciltetion,facilitation\r\nfaciltetions,facilitations\r\nfacilties,facilities\r\nfaciltiy,facility\r\nfacilty,facility\r\nfacinate,fascinating\r\nfacinated,fascinated\r\nfacinateing,fascinating\r\nfacinates,fascinates\r\nfacinating,fascinating\r\nfacinatingly,fascinatingly\r\nfacination,fascination\r\nfacinatly,fascinating\r\nfacinatting,fascinating\r\nfacinatung,fascinating\r\nfacisinating,fascinating\r\nfacism,fascism\r\nfacisnated,fascinated\r\nfacisnating,fascinating\r\nfacisnation,fascination\r\nfacist,fascist\r\nfacistic,fascistic\r\nfacists,fascists\r\nfacitalies,facilities\r\nfacitelies,facilities\r\nfacitilies,facilities\r\nfacitities,facilities\r\nfackt,fact\r\nfaclisisy,facilities\r\nfaclon-version,falcon-version\r\nfaclons,falcons\r\nfacny,fancy\r\nfacotory,factory\r\nfacotries,factories\r\nfacotry,factory\r\nfacsimilie,facsimile\r\nfacsinated,fascinated\r\nfacsination,fascination\r\nfacsism,fascism\r\nfacsist,fascist\r\nfacsists,fascists\r\nfactally,factually\r\nfactals,fractals\r\nfactaly,factually\r\nfacter,factor\r\nfactered,factored\r\nfacteries,factories\r\nfactering,factoring\r\nfacterize,factorize\r\nfacterized,factorized\r\nfacterizes,factorizes\r\nfacters,factors\r\nfactery,factory\r\nfacting,faceting\r\nfactiosn,factions\r\nfactitiouis,factitious\r\nfactitiouisly,factitiously\r\nfactitiouisness,factitiousness\r\nfactitiuos,factitious\r\nfactitiuosly,factitiously\r\nfactitiuosness,factitiousness\r\nfactitoius,factitious\r\nfactitoiusly,factitiously\r\nfactitoiusness,factitiousness\r\nfactitouis,factitious\r\nfactitouisly,factitiously\r\nfactitouisness,factitiousness\r\nfactontion,factorization\r\nfactora,factory\r\nfactores,factors\r\nfactoryies,factories\r\nfactorys,factors\r\nfactr,factory\r\nfactuallity,factually\r\nfactualy,factually\r\nfactully,factually\r\nfactulties,facilities\r\nfactuly,factually\r\nfaculilies,facilities\r\nfaculity,facility\r\nfacutally,factually\r\nfacutlier,facultier\r\nfacutlies,faculties\r\nfacutliest,facultiest\r\nfacutliness,facultiness\r\nfacutly,faculty\r\nfaeture,feature\r\nfaetured,featured\r\nfaetures,features\r\nfaeturing,featuring\r\nfagabond,vagabond\r\nfaggotts,faggots\r\nfaggotus,faggots\r\nfagracnce,flagrancy\r\nfagrancy,flagrancy\r\nfagranly,flagrancy\r\nfagrany,flagrancy\r\nfagreant,flagrancy\r\nfahernheit,fahrenheit\r\nfahrenheight,fahrenheit\r\nfahrenhiet,fahrenheit\r\nfai,fail\r\nfaield,failed\r\nfaig,fight\r\nfailback,fallback\r\nfaild,failed\r\nfailde,failed\r\nfaile,failed\r\nfailer,failure\r\nfailes,fails\r\nfailiar,familiar\r\nfailiure,failure\r\nfailiures,failures\r\nfailled,failed\r\nfailling,failing\r\nfaillure,failure\r\nfailrue,failure\r\nfailsafe,fail-safe\r\nfailt,failed\r\nfailture,failure\r\nfailue,failure\r\nfailued,failed\r\nfailuer,failure\r\nfailues,failures\r\nfailur,failure\r\nfailured,failure\r\nfailuring,failing\r\nfailurs,failures\r\nfaily,fairly\r\nfaincee,fiancee\r\nfairgorund,fairground\r\nfairgorunds,fairgrounds\r\nfairgound,fairground\r\nfairgounds,fairgrounds\r\nfairgroud,fairground\r\nfairgrouds,fairgrounds\r\nfairlu,fairly\r\nfairround,fairground\r\nfairwell,farewell\r\nfaithfull,faithful\r\nfaithfuly,faithfully\r\nfaitures,failures\r\nfaiure,failure\r\nfaiyhfully,faithfully\r\nfakeing,faking\r\nfaks,fake\r\nfakse,false\r\nfal,fall\r\nfalability,fallibility\r\nfalable,fallible\r\nfalaly,folly\r\nfalback,fallback\r\nfalce,false\r\nfalcones,falcons\r\nfale,false\r\nfaled,failed\r\nfaleld,falled\r\nfales,false\r\nfalesly,falsely\r\nfalg,flag\r\nfalgrancey,flagrancy\r\nfalgrncy,flagrancy\r\nfalgs,flags\r\nfalgship,flagship\r\nfaling,falling\r\nfalired,flaired\r\nfaliure,failure\r\nfaliures,failures\r\nfalk,folk\r\nfalklandislands,Falkland Islands\r\nfallability,fallibility\r\nfallable,fallible\r\nfallack,fallback\r\nfallatious,fallacious\r\nfallbacl,fallback\r\nfalled,fallen\r\nfalley,folly\r\nfallibilty,fallibility\r\nfallicious,fallacious\r\nfallling,falling\r\nfallllling,falling\r\nfally,folly\r\nfalmethrower,flamethrower\r\nfalmilar,familiar\r\nfals,false\r\nfalsde,false\r\nfalsei,false\r\nfalseley,falsely\r\nfalsemounted,false\r\nfalsey,false\r\nfalsh,flash\r\nfalshbacks,flashbacks\r\nfalshed,flashed\r\nfalshes,flashes\r\nfalshing,flashing\r\nfalsifiablity,falsifiability\r\nfalsley,falsely\r\nfalsly,falsely\r\nfalsor,falser\r\nfalss,false\r\nfalsy,false\r\nfalt,felt\r\nfalure,failure\r\nfalures,failures\r\nfaluse,false\r\nfalvored,flavored\r\nfalvors,flavors\r\nfalvours,flavours\r\nfalyrance,flagrancy\r\nfamaler,familiar\r\nfamaly,family\r\nfamdasy,fantasy\r\nfamelear,familiar\r\nfameliar,familiar\r\nfameous,famous\r\nfameously,famously\r\nfamework,framework\r\nfamilail,familial\r\nfamilair,familiar\r\nfamilairity,familiarity\r\nfamilairize,familiarize\r\nfamilairly,familiarly\r\nfamilal,familial\r\nfamilar,familiar\r\nfamilarity,familiarity\r\nfamilarly,familiarly\r\nfamilea,familiar\r\nfamiler,familiar\r\nfamiles,families\r\nfamilesl,families\r\nfamilia,familiar\r\nfamiliair,familiar\r\nfamiliare,familiarize\r\nfamiliaries,familiarize\r\nfamiliarizate,familiarize\r\nfamiliarlize,familiarize\r\nfamiliarse,familiarize\r\nfamiliarty,familiarity\r\nfamiliary,familiarity\r\nfamiliarze,familiarize\r\nfamiliasrize,familiarize\r\nfamilier,familiar\r\nfamilierize,familiarize\r\nfamilise,familiarise\r\nfamiliy,family\r\nfamiller,familiar\r\nfamillia,familiar\r\nfamillial,familial\r\nfamilliar,familiar\r\nfamilliarity,familiarity\r\nfamilliarly,familiarly\r\nfamillies,families\r\nfamillior,familiar\r\nfamilly,family\r\nfamilure,familiar\r\nfamilyer,familiar\r\nfamilys,families\r\nfamitea,familiar\r\nfamiular,familiar\r\nfamley,family\r\nfamliy,family\r\nfamly,family\r\nfammilial,familial\r\nfammiliar,familiar\r\nfammiliarity,familiarity\r\nfammiliarly,familiarly\r\nfammily,family\r\nfamoulsy,famously\r\nfamours,famous\r\nfamousblogggers,famousbloggers\r\nfamouse,famous\r\nfamousely,famously\r\nfamoust,famous\r\nfamoustly,famously\r\nfamousy,famously\r\nfamus,famous\r\nfanacialy,financially\r\nfanaticals,fanatics\r\nfanaticas,fanatics\r\nfanaticos,fanatics\r\nfanaticus,fanatics\r\nfanatism,fanaticism\r\nfanatsic,fanatics\r\nfanatsies,fantasies\r\nfanatsize,fantasize\r\nfanatsizing,fantasizing\r\nfanatsy,fantasy\r\nfance,fence\r\nfancility,facility\r\nfanctions,functions\r\nfandation,foundation\r\nfanfaction,fanfiction\r\nfanfcition,fanfiction\r\nfanficiton,fanfiction\r\nfanficitons,fanfiction\r\nfanincally,financially\r\nfannel,flannel\r\nfannned,fanned\r\nfannning,fanning\r\nfanserivce,fanservice\r\nfanserve,fanservice\r\nfanservie,fanservice\r\nfanservise,fanservice\r\nfanservive,fanservice\r\nfanslaughter,manslaughter\r\nfansubbbing,fansubbing\r\nfant,faint\r\nfantacising,fantasizing\r\nfantacizing,fantasizing\r\nfantaic,fanatic\r\nfantaly,fantally\r\nfantasazing,fantasizing\r\nfantasiaing,fantasizing\r\nfantasiose,fantasies\r\nfantasitcally,fantastically\r\nfantasmically,fantastically\r\nfantast,fantasy\r\nfantasticaly,fantastically\r\nfantasticlly,fantastically\r\nfantasty,fantasy\r\nfantasyzing,fantasizing\r\nfantazise,fantasize\r\nfantazising,fantasizing\r\nfantistic,fantastic\r\nfantistically,fantastically\r\nfany,fancy\r\nfaol,fool\r\nfaoming,foaming\r\nfappping,fapping\r\nfappppor,fappor\r\nfaptastically,fantastically\r\nfarantee,guarantee\r\nfarcking,fracking\r\nfarehnheit,fahrenheit\r\nfarely,fairly\r\nfarenheight,Fahrenheit\r\nfarenheit,fahrenheit\r\nfarest,forest\r\nfargrancy,flagrancy\r\nfarhenheit,fahrenheit\r\nfariables,variables\r\nfariness,fairness\r\nfariy,fairy\r\nfarly,fairly\r\nfarmacolgica,farmacologica\r\nfarmework,framework\r\nfarmeworks,frameworks\r\nfarmiliar,familiar\r\nfaroeislands,Faroe Islands\r\nfarthar,father\r\nfary,fairy\r\nfasanating,fascinating\r\nfasantion,fascination\r\nfasating,fascinating\r\nfascenating,fascinating\r\nfasceniating,fascinating\r\nfascianted,fascinated\r\nfascicaneting,fascinating\r\nfascilities,facilities\r\nfascinacion,fascination\r\nfascinanting,fascinating\r\nfascinateing,fascinating\r\nfascinateingly,fascinating\r\nfascinatie,fascinated\r\nfascinatin,fascination\r\nfascinatinf,fascination\r\nfascisation,fascination\r\nfascisim,fascism\r\nfascisnating,fascinating\r\nfascistes,fascists\r\nfascistisk,fascists\r\nfascitious,facetious\r\nfascitis,fasciitis\r\nfascits,fascist\r\nfascization,fascination\r\nfase,false\r\nfasen,fasten\r\nfasenating,fascinating\r\nfasenitaing,fascinating\r\nfaser,faster\r\nfash,hash\r\nfashionabilty,fashionability\r\nfashionablity,fashionability\r\nfashionalbe,fashionable\r\nfashionalble,fashionable\r\nfashiond,fashioned\r\nfashism,fascism\r\nfashoinable,fashionable\r\nfashoined,fashioned\r\nfashon,fashion\r\nfasicinateing,fascinating\r\nfasicsm,fascism\r\nfasicst,fascist\r\nfasicsts,fascists\r\nfasignating,fascinating\r\nfasilities,facilities\r\nfasinate,fascinating\r\nfasinated,fascinated\r\nfasinately,fascinating\r\nfasinating,fascinating\r\nfasinatly,fascinating\r\nfasinatting,fascinating\r\nfasion,fashion\r\nfasionating,fascinating\r\nfasle,false\r\nfaslely,falsely\r\nfaslse,false\r\nfassion,fashion\r\nfastaly,fastally\r\nfastanating,fascinating\r\nfaste,faster\r\nfastenating,fascinating\r\nfastinating,fascinating\r\nfasunating,fascinating\r\nfatalaties,fatalities\r\nfatalites,fatalities\r\nfatalitites,fatalities\r\nfatallities,fatalities\r\nfatallity,fatality\r\nfatc,fact\r\nfategue,fatigue\r\nfately,fatally\r\nfater,faster\r\nfatest,fastest\r\nfath,faith\r\nfathe,faith\r\nfather-like,fatherlike\r\nfathful,faithful\r\nfatiging,fatiguing\r\nfatigure,fatigue\r\nfatiuge,fatigue\r\nfatnating,fascinating\r\nfatser,faster\r\nfatures,features\r\nfaucinating,fascinating\r\nfaud,found\r\nfaught,fought\r\nfaughts,foughts\r\nfaulkland,falkland\r\nfaulklandislands,Falkland Islands\r\nfaulklands,falklands\r\nfaulse,false\r\nfaulure,failure\r\nfauly,faulty\r\nfausinating,fascinating\r\nfautlier,faultier\r\nfautlies,faulties\r\nfautliest,faultiest\r\nfautliness,faultiness\r\nfautly,faulty\r\nfavatioe,favourite\r\nfaveorable,favorable\r\nfaver,favour\r\nfaverable,favourable\r\nfaverd,favoured\r\nfaveret,favourite\r\nfaveriote,favourite\r\nfaverite,favourite\r\nfaviote,favourite\r\nfavirot,favourite\r\nfavoerable,favourable\r\nfavorabilty,favorability\r\nfavorate,favourite\r\nfavorit,favorite\r\nfavoritisme,favorites\r\nfavorits,favorites\r\nfavority,favorite\r\nfavorties,favorites\r\nfavoruite,favourite\r\nfavoruites,favourites\r\nfavourabilty,favourability\r\nfavourate,favourite\r\nfavourates,favourites\r\nfavourie,favourites\r\nfavourit,favourite\r\nfavourits,favourites\r\nfavouritsm,favourites\r\nfavourtie,favourite\r\nfavourties,favourites\r\nfavoute,favorite\r\nfavoutrable,favourable\r\nfaw,raw\r\nfaxe,fax\r\nfaxiblity,faxibility\r\nfaxt,fast\r\nfcuntion,function\r\nfea,fee\r\nfeaatures,features\r\nfeable,feeble\r\nfeaciblity,feacibility\r\nfeadback,feedback\r\nfeaetures,features\r\nfeal,feel\r\nfeald,field\r\nfealing,feeling\r\nfeand,friend\r\nfeare,fear\r\nfearfull,fearful\r\nfearfuly,fearfully\r\nfearure,feature\r\nfeasability,feasibility\r\nfeasabillity,feasability\r\nfeasabilty,feasability\r\nfeasable,feasible\r\nfeasably,feasibly\r\nfeasbile,feasible\r\nfeasiablity,feasiability\r\nfeasibile,feasible\r\nfeasibilty,feasibility\r\nfeasiblablity,feasiblability\r\nfeasiblility,feasibility\r\nfeasiblity,feasibility\r\nfeataure,feature\r\nfeatch,fetch\r\nfeatchure,feature\r\nfeatherwieght,featherweight\r\nfeatherwieghted,featherweighted\r\nfeatherwieghting,featherweighting\r\nfeatherwieghtless,featherweightless\r\nfeatherwieghts,featherweights\r\nfeathre,feature\r\nfeatres,features\r\nfeatrues,features\r\nfeatue,feature\r\nfeatuer,feature\r\nfeatueres,features\r\nfeatuers,features\r\nfeatues,features\r\nfeatur,feature\r\nfeatureing,featuring\r\nfeatureings,featurings\r\nfeaturess,features\r\nfeaturs,features\r\nfeaturse,features\r\nfeault,default\r\nfeaure,feature\r\nfeaures,features\r\nfeautre,feature\r\nfeautred,featured\r\nfeautres,features\r\nfeautring,featuring\r\nfeauture,feature\r\nfeautured,featured\r\nfeautures,features\r\nfeauturing,featuring\r\nfeaver,fever\r\nfeble,feeble\r\nfebraury,february\r\nfebruray,february\r\nfebuary,february\r\nfeburary,february\r\nfeburay,february\r\nfech,fetch\r\nfeched,fetched\r\nfeching,fetching\r\nfecilities,facilities\r\nfecinating,fascinating\r\nfectched,fetched\r\nfecth,fetch\r\nfecthed,fetched\r\nfecthes,fetches\r\nfed-ex,FedEx\r\nfedaracies,federacies\r\nfedaracy,federacy\r\nfedaral,federal\r\nfedaralism,federalism\r\nfedaralisms,federalisms\r\nfedaralist,federalist\r\nfedaralists,federalists\r\nfedarally,federally\r\nfedarate,federate\r\nfedarated,federated\r\nfedarates,federates\r\nfedaration,federation\r\nfedarations,federations\r\nfeddback,feedback\r\nfederacion,federation\r\nfederaly,federally\r\nfederatioin,federation\r\nfederativo,federation\r\nfederatoin,federation\r\nfedility,fidelity\r\nfedl,field\r\nfedorahs,fedoras\r\nfedorans,fedoras\r\nfedorda,fedora\r\nfedral,federal\r\nfedreacies,federacies\r\nfedreacy,federacy\r\nfedreal,federal\r\nfedrealism,federalism\r\nfedrealisms,federalisms\r\nfedrealist,federalist\r\nfedrealists,federalists\r\nfedreally,federally\r\nfedreate,federate\r\nfedreated,federated\r\nfedreates,federates\r\nfedreation,federation\r\nfedreations,federations\r\nfedroa,fedora\r\nfeeatures,features\r\nfeeback,feedback\r\nfeedack,feedback\r\nfeedbackto,feedback\r\nfeedbcak,feedback\r\nfeedom,freedom\r\nfeee,free\r\nfeeed,feed\r\nfeeled,felt\r\nfeelow,fellow\r\nfeelying,feeling\r\nfeer,fear\r\nfeetball,football\r\nfeezing,freezing\r\nfefault,default\r\nfefffer,feffer\r\nfeflect,reflect\r\nfehnerbace,fehnerbahçe\r\nfehnerbaçe,fehnerbahçe\r\nfeid,field\r\nfeight,fight\r\nfeild,field\r\nfeildable,fieldable\r\nfeilded,fielded\r\nfeildenii,fieldenii\r\nfeilder,fielder\r\nfeilders,fielders\r\nfeildes,fieldes\r\nfeilding,fielding\r\nfeildinghighschool,fieldinghighschool\r\nfeildinglibrary,fieldinglibrary\r\nfeildingstore,fieldingstore\r\nfeildis,fieldis\r\nfeildmaster,fieldmaster\r\nfeildmice,fieldmice\r\nfeildpaint,fieldpaint\r\nfeildron,fieldron\r\nfeilds,fields\r\nfeildtype,fieldtype\r\nfeildy,fieldy\r\nfeilld,field\r\nfeinats,final\r\nfeind,friend\r\nfeing,flying\r\nfeirce,fierce\r\nfeircely,fiercely\r\nfeirceness,fierceness\r\nfeircer,fiercer\r\nfeircest,fiercest\r\nfeirld,field\r\nfeisable,feasible\r\nfeitshes,fetishes\r\nfeiwed,viewed\r\nfeld,field\r\nfele,field\r\nfelef,relief\r\nfelid,field\r\nfelller,feller\r\nfellowhsip,fellowship\r\nfellowshop,fellowship\r\nfeltcher,fletcher\r\nfelxibility,flexibility\r\nfelxibilty,felxibility\r\nfelxible,flexible\r\nfelxiblity,felxibility\r\nfemail,female\r\nfemila,familiar\r\nfemilea,familiar\r\nfemiliar,familiar\r\nfeminen,feminine\r\nfeminie,feminine\r\nfeminim,feminism\r\nfeminimity,femininity\r\nfeminint,femininity\r\nfeminisim,feminism\r\nfeministas,feminists\r\nfeministers,feminists\r\nfeministisk,feminists\r\nfeminitity,femininity\r\nfeminsim,feminism\r\nfeminsits,feminists\r\nfemminist,feminist\r\nfenancialy,financially\r\nfench,french\r\nfendamentle,fundamental\r\nfened,friend\r\nfeneficial,beneficial\r\nfenid,friend\r\nfeodra,fedora\r\nfeodras,fedoras\r\nferand,friend\r\nferce,fierce\r\nferd,friend\r\nferdn,friend\r\nfere,fear\r\nferid,friend\r\nferm,farm\r\nfermantation,fermentation\r\nfermentabilty,fermentability\r\nfermentacion,fermentation\r\nfermentaion,fermentation\r\nfermentaiton,fermentation\r\nfermentating,fermentation\r\nfermentato,fermentation\r\nfermenterad,fermented\r\nfermently,permanently\r\nfermilia,familiar\r\nfermilier,familiar\r\nfermilliar,familiar\r\nfermintation,fermentation\r\nferomone,pheromone\r\nferrrer,ferrer\r\nfers,furs\r\nferst,first\r\nfertal,fertile\r\nfertalizer,fertilizer\r\nfertelizer,fertilizer\r\nferternaly,fraternally\r\nfertil,fertile\r\nfertilaties,fertilities\r\nfertilaty,fertility\r\nfertilizar,fertilizer\r\nfertilizier,fertilizer\r\nfertillities,fertilities\r\nfertillity,fertility\r\nfertilties,fertilities\r\nfertilty,fertility\r\nfertily,fertility\r\nfertilzier,fertilizer\r\nfertities,fertilities\r\nfertity,fertility\r\nfertiziler,fertilizer\r\nfertizilers,fertilizer\r\nfery,ferry\r\nferzing,freezing\r\nfesctival,festival\r\nfesiable,feasible\r\nfesitvals,festivals\r\nfesitve,festive\r\nfestinating,fascinating\r\nfestivalens,festivals\r\nfestivales,festivals\r\nfestivas,festivals\r\nfestivies,festivities\r\nfestivites,festivities\r\nfestivle,festive\r\nfet,feet\r\nfetaure,feature\r\nfetaures,features\r\nfetcha,fetch\r\nfetche,fetches\r\nfetchig,fetching\r\nfetchign,fetching\r\nfetchng,fetching\r\nfetchs,fetches\r\nfetchss,fetches\r\nfethced,fetched\r\nfethces,fetches\r\nfether,feather\r\nfethers-client,feathers-client\r\nfetishers,fetishes\r\nfetishiste,fetishes\r\nfetishs,fetishes\r\nfeture,feature\r\nfetures,features\r\nfetxh,fetch\r\nfevorishly,feverishly\r\nfewe,few\r\nfewed,viewed\r\nfexiblity,fexibility\r\nfext,text\r\nfezzering,freezing\r\nffailed,failed\r\nfficient,efficient\r\nffifth,fifth\r\nffiles,files\r\nfhase,phase\r\nfhe,the\r\nfhilght,flight\r\nfhird,third\r\nfiags,flags\r\nfialer,failure\r\nfianal,final\r\nfianancally,financially\r\nfianancially,financially\r\nfiance,fiancé\r\nfiancee,fiancée\r\nfiancial,financial\r\nfiancially,financially\r\nfiand,friend\r\nfianicially,financially\r\nfianiclly,financially\r\nfianite,finite\r\nfianitely,finitely\r\nfianiteness,finiteness\r\nfianites,finites\r\nfianl,final\r\nfianlly,finally\r\nfiar,fire\r\nfiascinating,fascinating\r\nfiberglasssing,fiberglassing\r\nfibriod,fibroid\r\nfibriodal,fibroidal\r\nfibriods,fibroids\r\nfich,fish\r\nfiching,fishing\r\nficilities,facilities\r\nficilityes,facilities\r\nficititious,fictitious\r\nficitve,fictive\r\nficked,fixed\r\nficticious,fictitious\r\nficticiously,fictitiously\r\nficticiouswonderland,fictitiouswonderland\r\nfictioin,fiction\r\nfictionaries,dictionaries\r\nfictionnal,fictional\r\nfictious,fictitious\r\nfictiously,fictitiously\r\nfictitiouis,fictitious\r\nfictitiouisly,fictitiously\r\nfictitiouisness,fictitiousness\r\nfictitiuos,fictitious\r\nfictitiuosly,fictitiously\r\nfictitiuosness,fictitiousness\r\nfictitoius,fictitious\r\nfictitoiusly,fictitiously\r\nfictitoiusness,fictitiousness\r\nfictitouis,fictitious\r\nfictitouisly,fictitiously\r\nfictitouisness,fictitiousness\r\nfictitous,fictitious\r\nfictonal,fictional\r\nfideling,fielding\r\nfideltiy,fidelity\r\nfidle,fiddle\r\nfidled,fiddled\r\nfidles,fiddles\r\nfidn,find\r\nfidner,finder\r\nfied,field\r\nfiedlds,fields\r\nfiedler,fielder\r\nfiedling,fielding\r\nfiedlity,fidelity\r\nfieds,fields\r\nfieght,fight\r\nfieghting,fighting\r\nfiel,file\r\nfield-deleimiter,field-delimiter\r\nfield-ui-medium,field-size-medium\r\nfields's,field's\r\nfiels,fields\r\nfier,fire\r\nfieraid,friend\r\nfiercly,fiercely\r\nfierd,field\r\nfies,files\r\nfiesld,field\r\nfiet,fight\r\nfiexible,flexible\r\nfiezzing,freezing\r\nfifeen,fifteen\r\nfifeens,fifteens\r\nfifeenth,fifteenth\r\nfifeenths,fifteenths\r\nfifeteen,fifteen\r\nfifeteens,fifteens\r\nfifeteenth,fifteenth\r\nfifeteenths,fifteenths\r\nfifferent,different\r\nfift,gift\r\nfifted,fitted\r\nfifteet,fifteenth\r\nfifteeth,fifteenth\r\nfifteeths,fifteenths\r\nfifteets,fifteenths\r\nfiften,fifteen\r\nfiftent,fifteenth\r\nfiftenth,fifteenth\r\nfiftenths,fifteenths\r\nfiftents,fifteenths\r\nfiftheen,fifteen\r\nfiftheens,fifteens\r\nfiftheenth,fifteenth\r\nfiftheenths,fifteenths\r\nfiftthent,fifteenth\r\nfiftthenth,fifteenth\r\nfiftthenths,fifteenths\r\nfiftthents,fifteenths\r\nfifty-fist,Fifty-First\r\nfifty-fith,Fifty-Fifth\r\nfifty-forth,Fifty-Fourth\r\nfifty-frist,Fifty-First\r\nfige,fire\r\nfiger,finger\r\nfiget,fidget\r\nfigh,fight\r\nfigher,fighter\r\nfighers,fighters\r\nfighg,fight\r\nfighing,fighting\r\nfighitng,fighting\r\nfighs,fights\r\nfightend,frightened\r\nfigit,fidget\r\nfignernails,fingernails\r\nfignerprint,fingerprint\r\nfigred,figured\r\nfigth,fight\r\nfigther,fighter\r\nfigthers,fighters\r\nfigthing,fighting\r\nfigths,fights\r\nfiguar,figure\r\nfiguars,figures\r\nfiguartively,figuratively\r\nfigue,figure\r\nfiguratevely,figuratively\r\nfigurativeley,figuratively\r\nfigurativelly,figuratively\r\nfigurativley,figuratively\r\nfigurativly,figuratively\r\nfiguretively,figuratively\r\nfiguritively,figuratively\r\nfiguritivly,figuritively\r\nfigurs,figures\r\nfihet,fight\r\nfiht,fight\r\nfihte,fight\r\nfiine,fine\r\nfiirst,first\r\nfike,file\r\nfil,nil\r\nfilaname,filename\r\nfilb,field\r\nfilcker,flicker\r\nfild,find\r\nfilde,field\r\nfilded,field\r\nfile-dependenices,file-dependencies\r\nfile-spcecific,file-specific\r\nfilea,files\r\nfileame,filename\r\nfiled's,field's\r\nfileding,fielding\r\nfileds,fields\r\nfilee,file\r\nfilegroups,files\r\nfileing,filing\r\nfileld,filled\r\nfilem,file\r\nfilenamp,filename\r\nfilenanme,filename\r\nfilenme,filename\r\nfilent,violent\r\nfilering,filtering\r\nfilesall,files\r\nfilesnames,filenames\r\nfiless,files\r\nfilessytem,filesystem\r\nfileststem,filesystem\r\nfilesyste-based,filesystem-based\r\nfilesytem,filesystem\r\nfilesytem-backed,filesystem-backed\r\nfilesytems,filesystem\r\nfilesytstem,filesystem\r\nfileter,filter\r\nfiletered,filtered\r\nfiletimes,lifetimes\r\nfiletred,filtered\r\nfilew,file\r\nfileystem,filesystem\r\nfileystems,filesystems\r\nfilght,flight\r\nfiliament,filament\r\nfiliamentary,filamentary\r\nfiliaments,filaments\r\nfilies,files\r\nfiliment,filament\r\nfilimentary,filamentary\r\nfiliments,filaments\r\nfilipinoe,filipino\r\nfilipinoes,filipinos\r\nfilld,filled\r\nfille,fill\r\nfillicities,facilities\r\nfillled,filled\r\nfilller,filler\r\nfilllers,fillers\r\nfillling,filling\r\nfilllings,fillings\r\nfilllller,filler\r\nfillows,follows\r\nfilmaker,filmmaker\r\nfilmakers,filmmakers\r\nfilmaking,filmmaking\r\nfilmamkers,filmmakers\r\nfilmmakare,filmmakers\r\nfilmmakes,filmmakers\r\nfilmogrpahy,filmography\r\nfilname,filename\r\nfilosiphy,philosophy\r\nfilosophy,philosophy\r\nfilpped,flipped\r\nfilr-rev,file-rev\r\nfils,files\r\nfilsystem,filesystem\r\nfilt,file\r\nfilteration,filtration\r\nfilterd,filtered\r\nfilteres,filters\r\nfiltersor,filters\r\nfilterss,filters\r\nfiltes,filters\r\nfilteted,filtered\r\nfilthness,filthiness\r\nfiltratioin,filtration\r\nfiltre,filter\r\nfiltres,filters\r\nfiltring,filtering\r\nfily,flying\r\nfimaler,familiar\r\nfimd,find\r\nfime,file\r\nfimilar,familiar\r\nfimiliar,familiar\r\nfimilies,families\r\nfimily,family\r\nfimilyar,familiar\r\nfimport,import\r\nfimular,familiar\r\nfinaancle,financial\r\nfinacal,financial\r\nfinacee,fiancee\r\nfinachel,financial\r\nfinachial,financial\r\nfinachily,financially\r\nfinachle,financial\r\nfinacial,financial\r\nfinacially,financially\r\nfinaciancally,financially\r\nfinacilly,financially\r\nfinacwell,financial\r\nfinaily,financially\r\nfinaitially,financially\r\nfinaliation,finalization\r\nfinaling,financially\r\nfinall,final\r\nfinallizes,finalizes\r\nfinalshal,financial\r\nfinalt,final\r\nfinaly,finally\r\nfinalyl,finally\r\nfinancail,financial\r\nfinancailly,financially\r\nfinancal,financial\r\nfinancally,financially\r\nfinanceabilty,financeability\r\nfinanceally,financially\r\nfinancel,financially\r\nfinancely,financially\r\nfinancers,financiers\r\nfinanchall,financial\r\nfinanchally,financially\r\nfinanchel,financial\r\nfinanchial,financial\r\nfinanchilly,financially\r\nfinancialy,financially\r\nfinancilly,financially\r\nfinancily,financially\r\nfinancinally,financially\r\nfinancle,financially\r\nfinancly,financially\r\nfinanction,financial\r\nfinancual,financial\r\nfinancually,financially\r\nfinanculy,financially\r\nfinanial,financial\r\nfinanially,financially\r\nfinanialy,financially\r\nfinanical,financial\r\nfinanically,financially\r\nfinanshel,financial\r\nfinanshiol,financial\r\nfinantal,financial\r\nfinantial,financial\r\nfinantially,financially\r\nfinantionally,financially\r\nfinantual,financial\r\nfinantually,financially\r\nfinanturel,financial\r\nfinaocci,Finaocci\r\nfinarley,finally\r\nfinashal,financial\r\nfinashall,financial\r\nfinashel,financial\r\nfinasial,financial\r\nfinasle,financial\r\nfinate,finite\r\nfinately,financially\r\nfinateness,finiteness\r\nfinates,finites\r\nfinatial,financial\r\nfinatially,financially\r\nfinatical,financial\r\nfinationly,financially\r\nfinatoil,financial\r\nfinattioncely,financially\r\nfinatually,financially\r\nfinatul,financial\r\nfinazlied,finalized\r\nfincancers,financiers\r\nfincancial,financial\r\nfincially,financially\r\nfincianlly,fincinally\r\nfinciky,finicky\r\nfinction,function\r\nfindabillity,findability\r\nfindabilty,findability\r\nfindablility,findability\r\nfindablilty,findability\r\nfinde,find\r\nfindind,finding\r\nfindint,finding\r\nfindout,find out\r\nfindthe,find\r\nfine-grainedf,fine-grained\r\nfine-graned,fine-grained\r\nfinealy,final\r\nfineanancely,financially\r\nfineancal,financial\r\nfinegrained,fine-grained\r\nfinel,final\r\nfinele,final\r\nfineses,finesse\r\nfineshes,finesse\r\nfinete,finite\r\nfinetely,finitely\r\nfineteness,finiteness\r\nfinetes,finites\r\nfing,find\r\nfingeprint,fingerprint\r\nfingernal,fingernails\r\nfingernals,fingernails\r\nfingerpies,fingertips\r\nfingerpint,fingerprint\r\nfingerpints,fingertips\r\nfingerpoint,fingerprint\r\nfingerpoints,fingerprints\r\nfingerptints,fingerprints\r\nfingersi,fingertips\r\nfingertaps,fingertips\r\nfingertits,fingertips\r\nfingertops,fingertips\r\nfingertrips,fingertips\r\nfinging,finding\r\nfingr,finger\r\nfings,flying\r\nfingt,fight\r\nfinht,fight\r\nfinialize,finalize\r\nfinially,financially\r\nfiniancally,financially\r\nfiniancely,financially\r\nfiniancially,financially\r\nfiniancialy,financially\r\nfiniancle,financially\r\nfinically,financially\r\nfinicially,financially\r\nfinilize,finalize\r\nfinincally,financially\r\nfinincially,financially\r\nfininculay,financially\r\nfininsh,finnish\r\nfininshed,finished\r\nfinised,finished\r\nfinishd,finished\r\nfinishh,finish\r\nfinishs,finishes\r\nfinisse,finishes\r\nfinist,finest\r\nfinit,finite\r\nfinitly,finitely\r\nfinitness,finiteness\r\nfinits,finites\r\nfinitually,financially\r\nfinizzzing,finizzing\r\nfinla,final\r\nfinlay,final\r\nfinle,final\r\nfinnacally,financially\r\nfinnacily,financially\r\nfinnally,finally\r\nfinnaly,finally\r\nfinnance,financial\r\nfinnancially,financially\r\nfinnancilly,financially\r\nfinnanially,financially\r\nfinnanle,financial\r\nfinncually,financially\r\nfinnicky,finicky\r\nfinnisch,finnish\r\nfinnished,finished\r\nfinnisher,finisher\r\nfinnned,finned\r\nfinnsih,finnish\r\nfinnted,fitted\r\nfinol,final\r\nfinsh,finish\r\nfinshed,finished\r\nfinsih,finish\r\nfinsihed,finishes\r\nfinsihes,finishes\r\nfinsished,finished\r\nfinst,finest\r\nfint,font\r\nfinted,fitted\r\nfinter,finger\r\nfinuls,final\r\nfinzlie,finalize\r\nfior,fire\r\nfiow,flow\r\nfird,fire\r\nfirday,friday\r\nfire-place,fireplace\r\nfire-places,fireplaces\r\nfireazeing,freezing\r\nfirebaes,firebase\r\nfireballls,fireballs\r\nfirebals,fireballs\r\nfirefigh,firefight\r\nfirefigher,firefighter\r\nfirefighers,firefighters\r\nfirefighing,firefighting\r\nfirefighs,firefights\r\nfirefigter,firefighter\r\nfirefigth,firefight\r\nfirefigther,firefighters\r\nfirefigthers,firefighters\r\nfirefigthing,firefighting\r\nfirefigths,firefights\r\nfireing,firing\r\nfirelite,fire-lite\r\nfirend,friend\r\nfirendlies,friendlies\r\nfirendly,friendly\r\nfirends,friends\r\nfirendzoned,friendzoned\r\nfirere,fire\r\nfirering,firing\r\nfirery,fiery\r\nfirey,fiery\r\nfirggin,friggin\r\nfirght,flight\r\nfirghtened,frightened\r\nfirghtening,frightening\r\nfirgut,figure\r\nfirh,fire\r\nfirieds,friends\r\nfirigh,fight\r\nfirld,field\r\nfirmare,firmware\r\nfirmeware,firmware\r\nfirmillar,familiar\r\nfirmwear,firmware\r\nfirn,fern\r\nfirnanshel,financial\r\nfirnashal,financial\r\nfirrring,firring\r\nfirsbee,frisbee\r\nfirslty,firstly\r\nfirsr,first\r\nfirsrt,first\r\nfirsst,first\r\nfirstclass,first-class\r\nfirstn,first\r\nfirsty,first\r\nfirt,first\r\nfirt-time,first-time\r\nfirtend,frightened\r\nfirternily,fraternally\r\nfirther,further\r\nfirtind,friend\r\nfirtly,firstly\r\nfirts,flirts\r\nfirtsly,firstly\r\nfirtues,virtues\r\nfirturnally,fraternally\r\nfirturnaly,fraternally\r\nfirve,fire\r\nfirwall,firewall\r\nfirwmare,firmware\r\nfiry,fire\r\nfisated,visited\r\nfishablility,fishability\r\nfishablity,fishability\r\nfisiablity,fisiability\r\nfisible,visible\r\nfisiolgico,fisiologico\r\nfisionable,fissionable\r\nfisited,visited\r\nfisiten,visited\r\nfisitied,visited\r\nfisrt,first\r\nfisrtly,firstly\r\nfisscing,fishing\r\nfissssssssssing,fissing\r\nfist-aid,first-aid\r\nfist-base,first-base\r\nfist-born,first-born\r\nfist-class,first-class\r\nfist-floor,first-floor\r\nfist-floors,first-floors\r\nfist-hand,first-hand\r\nfist-lady,first-lady\r\nfist-ly,first-ly\r\nfist-person,first-person\r\nfist-persons,first-persons\r\nfist-place,first-place\r\nfist-places,first-places\r\nfist-rate,first-rate\r\nfist-rater,first-rater\r\nfist-round,first-round\r\nfist-sergeant,first-sergeant\r\nfist-sergeants,first-sergeants\r\nfist-string,first-string\r\nfist-time,first-time\r\nfistival,festival\r\nfistly,firstly\r\nfitablity,fitability\r\nfite,fit\r\nfited,fitted\r\nfiteen,fifteen\r\nfiteens,fifteens\r\nfiteenth,fifteenth\r\nfiteenths,fifteenths\r\nfitem,item\r\nfitered,filtered\r\nfiteurned,frightened\r\nfith,fight\r\nfithteen,fifteen\r\nfithy,filthy\r\nfitimage,fit-image\r\nfiting,fitting\r\nfitler,filter\r\nfitler-row,footer-row\r\nfitlered,filtered\r\nfitlering,filtering\r\nfitlers,filters\r\nfitten,fitted\r\nfittiing,fitting\r\nfittted,fitted\r\nfittter,fitter\r\nfittting,fitting\r\nfitttings,fittings\r\nfiuld,field\r\nfiully,fully\r\nfiunite,finite\r\nfiur,fire\r\nfiv,five\r\nfiven,given\r\nfiveteen,fifteen\r\nfiveteens,fifteens\r\nfiveteenth,fifteenth\r\nfiveteenths,fifteenths\r\nfivety,fifty\r\nfiveyear,five year\r\nfivteen,fifteen\r\nfivteens,fifteens\r\nfivteenth,fifteenth\r\nfivteenths,fifteenths\r\nfivty,fifty\r\nfixatoin,fixation\r\nfixd,fixed\r\nfixeable,fixable\r\nfixed-si,fixed-sized\r\nfixedwing,fixed-wing\r\nfixex,fixes\r\nfixies,fixes\r\nfixiing,fixing\r\nfixs,fixes\r\nfixt,fixed\r\nfixtues,fixtures\r\nfixues,fixes\r\nfixure,fixture\r\nfixutre,fixture\r\nfiyer,fire\r\nfizsing,freezing\r\nfkaing,faking\r\nfkaings,fakings\r\nflabergast,flabbergast\r\nflacgarny,flagrancy\r\nflacid,flaccid\r\nflacracy,flagrancy\r\nflacyraiy,flagrancy\r\nflagalf,flagrancy\r\nflaganay,flagrancy\r\nflagancy,flagrancy\r\nflagany,flagrancy\r\nflagcoat,flagrancy\r\nflaged,flagged\r\nflageny,flagrancy\r\nflagerancy,flagrancy\r\nflages,flags\r\nflagglancy,flagrancy\r\nflaghsip,flagship\r\nflaglacy,flagrancy\r\nflaglay,flagrancy\r\nflagnity,flagrancy\r\nflagracy,flagrancy\r\nflagrancey,flagrancy\r\nflagrany,flagrancy\r\nflagraphy,flagrancy\r\nflagray,flagrancy\r\nflagrence,flagrancy\r\nflagrency,flagrancy\r\nflagrey,flagrancy\r\nflagruy,flagrancy\r\nflagss,flags\r\nflagsto,flags\r\nflahsed,flashed\r\nflahses,flashes\r\nflakeness,flakiness\r\nflakyness,flakiness\r\nflam,flame\r\nflamable,flammable\r\nflambooyance,flamboyance\r\nflambooyant,flamboyant\r\nflambooyantly,flamboyantly\r\nflambooyence,flamboyance\r\nflambooyent,flamboyant\r\nflambooyently,flamboyantly\r\nflamboueant,flamboyant\r\nflambouyance,flamboyance\r\nflambouyant,flamboyant\r\nflambouyantly,flamboyantly\r\nflambouyence,flamboyance\r\nflambouyent,flamboyant\r\nflambouyently,flamboyantly\r\nflambuoyance,flamboyance\r\nflambuoyant,flamboyant\r\nflambuoyantly,flamboyantly\r\nflambuoyence,flamboyance\r\nflambuoyent,flamboyant\r\nflambuoyently,flamboyantly\r\nflambuuyance,flamboyance\r\nflambuuyant,flamboyant\r\nflambuuyantly,flamboyantly\r\nflambuuyence,flamboyance\r\nflambuuyent,flamboyant\r\nflambuuyently,flamboyantly\r\nflameablity,flameability\r\nflamethorwer,flamethrower\r\nflametrhower,flamethrower\r\nflammabilty,flammability\r\nflammablility,flammability\r\nflammablity,flammability\r\nflanethrower,flamethrower\r\nflangacy,flagrancy\r\nflangrancy,flagrancy\r\nflangraney,flagrancy\r\nflangunly,flagrancy\r\nflannet,flannel\r\nflanrcy,flagrancy\r\nflanresan,flagrancy\r\nflaot,float\r\nflaoted,floated\r\nflaoting,floating\r\nflappping,flapping\r\nflapship,flagship\r\nflaraly,flagrancy\r\nflarcnce,flagrancy\r\nflargensey,flagrancy\r\nflarggeng,flagrancy\r\nflargramey,flagrancy\r\nflaried,flaired\r\nflase,flask\r\nflasely,falsely\r\nflasghip,flagship\r\nflashig,flashing\r\nflashligt,flashlight\r\nflashligth,flashlight\r\nflashship,flagship\r\nflaskbacks,flashbacks\r\nflass,flask\r\nflassh,flush\r\nflat-mate,flatmate\r\nflat-mates,flatmates\r\nflate,flat\r\nflatform,platform\r\nflating,floating\r\nflattan,flatten\r\nflattend,flattened\r\nflattenning,flattening\r\nflatterd,flattered\r\nflatterende,flattered\r\nflattern,flatten\r\nflatterring,flattering\r\nflatteur,flatter\r\nflattire,flatter\r\nflattneing,flattening\r\nflattted,flatted\r\nflavorade,flavored\r\nflavord,flavored\r\nflavores,flavors\r\nflavoures,flavours\r\nflavourus,flavours\r\nflavous,flavours\r\nflawess,flawless\r\nflawleslly,flawlessly\r\nflawlessely,flawlessly\r\nflawlessley,flawlessly\r\nflawlessy,flawlessly\r\nflawwed,flawed\r\nflawwwws,flawwws\r\nflaxibillty,flaxibility\r\nflaxiblity,flaxibility\r\nflayaracy,flagrancy\r\nflaygray,flagrancy\r\nflayrancy,flagrancy\r\nflciker,flicker\r\nfle,file\r\nflead,fled\r\nflearting,flirting\r\nfleash,flesh\r\nflechter,fletcher\r\nflecther,fletcher\r\nfleed,fled\r\nfleged,fledged\r\nflegeing,fledgeing\r\nflegeling,fledgeling\r\nfleging,fledging\r\nflegling,fledgling\r\nfleing,flying\r\nflemmish,flemish\r\nflemmming,flemming\r\nflemmmish,flemish\r\nflemmmmish,flemish\r\nflemmmmmish,flemish\r\nflend,friend\r\nfles,files\r\nflet,flight\r\nflethcehr,fletcher\r\nflethcer,fletcher\r\nflewellling,flewelling\r\nflewing,flying\r\nflewn,flown\r\nflex-diretion,flex-direction\r\nflexability,flexibility\r\nflexabilty,flexability\r\nflexable,flexible\r\nflexables,flexibles\r\nflexablity,flexability\r\nflexably,flexibly\r\nflexablys,flexiblys\r\nflexbile,flexible\r\nflexbility,flexibility\r\nflexblity,flexbility\r\nflexiability,flexibility\r\nflexiabilty,flexiability\r\nflexiable,flexible\r\nflexiablility,flexiability\r\nflexiablity,flexiability\r\nflexibel,flexible\r\nflexibile,flexible\r\nflexibiliy,flexibility\r\nflexibillity,flexibility\r\nflexibillty,flexibility\r\nflexibilties,flexibilities\r\nflexibiltiy,flexibility\r\nflexibilty,flexibility\r\nflexibily,flexibility\r\nflexibla,flexible\r\nflexiblility,flexibility\r\nflexiblilty,flexibility\r\nflexiblities,flexibilities\r\nflexiblity,flexibility\r\nflexiiblity,flexiibility\r\nflexilbilty,flexilbility\r\nflexilibilty,flexilibility\r\nflexility,flexibility\r\nflexl,flex\r\nflexogrpahic,flexographic\r\nflexsibilty,flexsibility\r\nfleying,flying\r\nflgrcicy,flagrancy\r\nfli,fly\r\nflid,field\r\nflie,file\r\nflieing,flying\r\nfliet,flight\r\nfliget,flight\r\nflighing,flying\r\nfligt,flight\r\nfligth,flight\r\nfliht,flight\r\nfliing,flying\r\nflim,film\r\nflimmakers,filmmakers\r\nflin,flying\r\nfliping,flipping\r\nflippade,flipped\r\nflippped,flipped\r\nflippper,flipper\r\nflippping,flipping\r\nflippppped,flipped\r\nflir,fire\r\nflired,field\r\nflirtacious,flirtatious\r\nflirtoligist,flirtologist\r\nflite,flight\r\nflitered,filtered\r\nfliters,filters\r\nflittted,flitted\r\nflixiblity,flixibility\r\nflixkering,flickering\r\nflixter,flixster\r\nfliying,flying\r\nfllow,follow\r\nfllowing,following\r\nflo,flow\r\nfloatft,float\r\nflod,flood\r\nflodded,flooded\r\nfloder,folder\r\nfloew,flow\r\nflogancy,flagrancy\r\nflok,flock\r\nfloke,folk\r\nfloly,folly\r\nfloopy,floppy\r\nflor,floor\r\nflorda,florida\r\nflordan,floridan\r\nflordans,floridans\r\nflordas,floridas\r\nflordia,florida\r\nflordian,floridan\r\nflordians,floridans\r\nflordias,floridas\r\nflorecen,florence\r\nflorene,florence\r\nfloresce,fluoresce\r\nfloresces,fluoresces\r\nflorescing,fluorescing\r\nflorese,fluoresce\r\nfloreses,fluoresces\r\nflorgncy,flagrancy\r\nfloridia,florida\r\nflorish,flourish\r\nflorished,flourished\r\nflorishes,flourishes\r\nflorishing,flourishing\r\nflorose,fluoresce\r\nfloruide,fluoride\r\nfloruish,flourish\r\nflosssers,flossers\r\nflot,float\r\nflote,float\r\nfloting,floating\r\nfloting-point,floating-point\r\nflouresce,fluoresce\r\nflouresced,fluoresced\r\nflourescence,fluorescence\r\nflourescent,fluorescent\r\nflouresces,fluoresces\r\nflourescing,fluorescing\r\nflouric,fluoric\r\nflouridate,fluoridate\r\nflouridated,fluoridated\r\nflouridates,fluoridates\r\nflouridating,fluoridating\r\nflouridation,fluoridation\r\nflouride,fluoride\r\nflourides,fluorides\r\nflourine,fluorine\r\nflourines,fluorines\r\nflourishment,flourishing\r\nflouro,fluoro\r\nfloursih,flourish\r\nflow-runtime-validatosr,flow-runtime-validators\r\nflowabilty,flowability\r\nflowablity,flowability\r\nflowchars,flowcharts\r\nflowrs,flowers\r\nflring,flying\r\nflrose,fluoresce\r\nfluctaute,fluctuate\r\nfluctiations,fluctuations\r\nfluctuatie,fluctuate\r\nfluctuaties,fluctuate\r\nfluctuatin,fluctuations\r\nfluctuative,fluctuate\r\nflucturations,fluctuations\r\nflucutate,fluctuate\r\nflucutations,fluctuations\r\nflud,flood\r\nflufffed,fluffed\r\nfluk,flux\r\nflukse,flux\r\nfluorish,flourish\r\nfluorished,flourished\r\nfluorishes,flourishes\r\nfluorishing,flourishing\r\nfluoroscent,fluorescent\r\nfluorosed,fluoresced\r\nfluroide,fluoride\r\nfluroscopy,fluoroscopy\r\nflusehd,flushed\r\nflushs,flushes\r\nflusing,flushing\r\nflutterhsy,fluttershy\r\nfluttersky,fluttershy\r\nflutterspy,fluttershy\r\nfluttersy,fluttershy\r\nflutteryshy,fluttershy\r\nfluttter,flutter\r\nfluxtuations,fluctuations\r\nfluxuate,fluctuate\r\nflyabilty,flyability\r\nflyablity,flyability\r\nflyin,flying\r\nflys,flies\r\nflyt,flight\r\nflytippped,flytipped\r\nflytogrpaher,flytographer\r\nflywieght,flyweight\r\nflywieghted,flyweighted\r\nflywieghting,flyweighting\r\nflywieghtless,flyweightless\r\nflywieghts,flyweights\r\nfmiler,familiar\r\nfmore,more\r\nfmport,import\r\nfnaatic,fanatic\r\nfnancial,financial\r\nfnaniancly,financially\r\nfnd,find\r\nfnish,finish\r\nfnon-negative,non-negative\r\nfnot,font\r\nfnuction,function\r\nfnuctions,functions\r\nfo,of\r\nfoa,fa\r\nfoak,folk\r\nfoaks,folk\r\nfoar,form\r\nfoat,float\r\nfoating,floating\r\nfoce,force\r\nfock,folk\r\nfocks,folks\r\nfoctary,factory\r\nfocues,focuses\r\nfocuse,focus\r\nfocussable,focusable\r\nfocusssing,focussing\r\nfod,for\r\nfode,food\r\nfodler,folder\r\nfodlers,folders\r\nfodr,food\r\nfof,for\r\nfofam,form\r\nfoget,forget\r\nfogot,forgot\r\nfogotten,forgotten\r\nfoi-gras,Foie Gras\r\nfoilage,foliage\r\nfoilder,folder\r\nfoir,for\r\nfois-gras,Foie Gras\r\nfok,folk\r\nfoke,folk\r\nfokes,folks\r\nfokl,folk\r\nfoks,folks\r\nfolck,folk\r\nfoldabilty,foldability\r\nfoldder,folder\r\nfolderes,folders\r\nfolderprofile,folder\r\nfole-status,file-status\r\nfoled,fold\r\nfoler,folder\r\nfoley,folly\r\nfolf,folk\r\nfolh,folk\r\nfolicle,follicle\r\nfolie,folly\r\nfoling,folding\r\nfolish,foolish\r\nfolke,folk\r\nfolkes,folks\r\nfollcs,folks\r\nfolled,followed\r\nfolley,folly\r\nfollie,folly\r\nfolling,following\r\nfolliwing,following\r\nfolllow,follow\r\nfolllowed,followed\r\nfolllowing,following\r\nfolllows,follows\r\nfolloeing,following\r\nfollofing,following\r\nfollogin,following\r\nfolloing,following\r\nfolloiwng,following\r\nfollolwing,following\r\nfollosing,following\r\nfollowd,followed\r\nfollowes,follows\r\nfollowig,following\r\nfollowign,following\r\nfollowin,following\r\nfollowind,following\r\nfollowinf,following\r\nfollowng,following\r\nfollownig,following\r\nfollowoing,following\r\nfollowong,following\r\nfollowung,following\r\nfollowwed,followed\r\nfollowwing,following\r\nfollowws,follows\r\nfolloy,folly\r\nfollsows,follows\r\nfollw,follow\r\nfollwed,followed\r\nfollwer,follower\r\nfollwers,followers\r\nfollwing,following\r\nfollwo,follow\r\nfollwoing,following\r\nfollwos,follows\r\nfollws,follows\r\nfoloded,folded\r\nfoloowing,following\r\nfolow,following\r\nfolowed,followed\r\nfolower,follower\r\nfolowers,followers\r\nfolowing,following\r\nfolows,follows\r\nfolowwing,following\r\nfolter,folder\r\nfoltkale,folktale\r\nfoly,folly\r\nfom,from\r\nfomaing,foaming\r\nfomart,format\r\nfomat,format\r\nfomate,format\r\nfomated,formated\r\nfomating,formating\r\nfomation,formation\r\nfomations,formations\r\nfomative,formative\r\nfomatively,formatively\r\nfomats,formats\r\nfomattable,formattable\r\nfomatte,formatte\r\nfomatted,formatted\r\nfomatting,formatting\r\nfome,from\r\nfomed,formed\r\nfomerley,formerly\r\nfomerly,formerly\r\nfomerm,form\r\nfomilea,familiar\r\nfomr,from\r\nfomrat,format\r\nfomt,form\r\nfon,for\r\nfonction,function\r\nfonctionnal,fonctional\r\nfonctions,functions\r\nfondamentalist,fundamentalist\r\nfondamentalists,fundamentalists\r\nfondamentally,fundamentally\r\nfondation,foundation\r\nfondemental,fundamental\r\nfondmental,fundamental\r\nfondundmental,fundamental\r\nfoned,food\r\nfonetic,phonetic\r\nfont-familiy,font-family\r\nfont-weigth,font-weight\r\nfontawesome,font-awesome\r\nfontend,frontend\r\nfontface,font-face\r\nfontrier,fontier\r\nfonud,found\r\nfooball,football\r\nfoodbourne,foodborne\r\nfoold,fool\r\nfoolling,folly\r\nfoolowing,following\r\nfooly,folly\r\nfoom,form\r\nfoonote,footnote\r\nfooooreeeevvver,fooooreeeevver\r\nfooorreeevvver,fooorreeevver\r\nfoootball,football\r\nfoor,for\r\nfoorm,form\r\nfoot-ball,football\r\nfoot-balls,footballs\r\nfootballler,footballer\r\nfootballlive,footballive\r\nfootboll,football\r\nfoote,footer\r\nfootware,footwear\r\nfor-mentioned,afore-mentioned\r\nfor-statemnet,for-statement\r\nforamt,format\r\nforamtted,formatted\r\nforard,forward\r\nforasken,forsaken\r\nforbad,forbade\r\nforbiden,forbidden\r\nforbiding,forbidding\r\nforbindden,forbidden\r\nforbinden,forbidden\r\nforbit,forbid\r\nforcast,forecast\r\nforcasting,forecasting\r\nforcasts,forecasts\r\nforcebly,forcibly\r\nforcefull,forceful\r\nforcefullly,forcefully\r\nforcefuly,forcefully\r\nforceing,forcing\r\nforceings,forcings\r\nforcel,force\r\nforceully,forcefully\r\nforcibley,forcibly\r\nforciblly,forcibly\r\nforcifully,forcefully\r\nforclosure,foreclosure\r\nforcus,focus\r\nfordward,forward\r\nforeamrs,forearms\r\nforeard,forward\r\nforearded,forwarded\r\nforearmes,forearms\r\nforebad,forbad\r\nforebid,forbid\r\nforebidden,forbidden\r\nforec,force\r\nforecatly,forecately\r\nforeceps,forceps\r\nforecfully,forcefully\r\nforeever,forever\r\nforefiet,forfeit\r\nforefieted,forfeited\r\nforefieter,forfeiter\r\nforefieters,forfeiters\r\nforefieting,forfeiting\r\nforefiets,forfeits\r\nforefieture,forfeiture\r\nforefietures,forfeitures\r\nforefit,forfeit\r\nforefited,forfeited\r\nforefiter,forfeiter\r\nforefiters,forfeiters\r\nforefiting,forfeiting\r\nforefits,forfeits\r\nforefitted,forfeited\r\nforefitting,forfeiting\r\nforefiture,forfeiture\r\nforefitures,forfeitures\r\nforeget,forget\r\nforegin,foreign\r\nforeginer,foreigner\r\nforeginers,foreigners\r\nforegive,forgive\r\nforegn-libs,foreign-libs\r\nforegoign,foregoing\r\nforegonig,foregoing\r\nforegorund,foreground\r\nforegot,forgot\r\nforegound,foreground\r\nforegroud,foreground\r\nforeigh,foreign\r\nforeight,foreign\r\nforeignese,foreigners\r\nforeigness,foreigners\r\nforeignors,foreigners\r\nforein,foreign\r\nforeing,foreign\r\nforeinger,foreigner\r\nforeingers,foreigners\r\nforeingism,foreignism\r\nforeingisms,foreignisms\r\nforeksin,foreskin\r\nforelese,forlese\r\nforelorn,forlorn\r\nforem,form\r\nforemens,foremen's\r\nforemens’,foremen's\r\nforenics,forensic\r\nforenisc,forensic\r\nforensisch,forensic\r\nforequater,forequarter\r\nforequatered,forequartered\r\nforequatering,forequartering\r\nforequaters,forequarters\r\nforequrter,forequarter\r\nforequrtered,forequartered\r\nforequrtering,forequartering\r\nforequrters,forequarters\r\nforer,four\r\nforeround,foreground\r\nforerunnner,forerunner\r\nforesake,forsake\r\nforesaken,forsaken\r\nforeseaable,foreseeable\r\nforeseeablility,foreseeability\r\nforeseeablilty,foreseeability\r\nforeseeble,foreseeable\r\nforeshadowning,foreshadowing\r\nforeskinnned,foreskinned\r\nforesnic,forensic\r\nforesook,forsook\r\nforesseable,foreseeable\r\nforevere,forever\r\nforevvver,forevver\r\nforevvvver,forevver\r\nforevvvvver,forevver\r\nforevvvvvver,forevver\r\nforewall,firewall\r\nforeward,forward\r\nforewood,forward\r\nforfiet,forfeit\r\nforfieted,forfeited\r\nforfieter,forfeiter\r\nforfieters,forfeiters\r\nforfieting,forfeiting\r\nforfiets,forfeits\r\nforfietted,forfeited\r\nforfieture,forfeiture\r\nforfietures,forfeitures\r\nforfit,forfeit\r\nforfited,forfeited\r\nforfiter,forfeiter\r\nforfiters,forfeiters\r\nforfiting,forfeiting\r\nforfits,forfeits\r\nforfitt,forfeit\r\nforfitted,forfeited\r\nforfitter,forfeiter\r\nforfiture,forfeiture\r\nforfitures,forfeitures\r\nforft,fourth\r\nforg,frog\r\nforgat,forget\r\nforgeabilty,forgeability\r\nforgein,foreign\r\nforgeiner,foreigner\r\nforgeiners,foreigners\r\nforgetable,forgettable\r\nforgetably,forgettably\r\nforgetible,forgettable\r\nforgetibly,forgettably\r\nforgeting,forgetting\r\nforgett,forget\r\nforgettting,forgetting\r\nforgiener,foreigner\r\nforgieners,foreigners\r\nforgivance,forgiven\r\nforgiveability,forgivability\r\nforgiveable,forgivable\r\nforgiveble,forgivable\r\nforgivenness,forgiveness\r\nforgivens,forgiveness\r\nforgivenss,forgiveness\r\nforgiviable,forgivable\r\nforgivible,forgivable\r\nforgiviness,forgiveness\r\nforgivon,forgiven\r\nforgivuble,forgivable\r\nforgoe,forgo\r\nforgoten,forgotten\r\nforgotener,forgottener\r\nforgotenest,forgottenest\r\nforgotenstone,forgottenstone\r\nforgotenstones,forgottenstones\r\nforgottern,forgotten\r\nforgotting,forgetting\r\nforgotton,forgotten\r\nforgottten,forgotten\r\nforgotttener,forgottener\r\nforgotttenest,forgottenest\r\nforgotttenstone,forgottenstone\r\nforgotttenstones,forgottenstones\r\nforground,foreground\r\nforgte,forget\r\nforhace,force\r\nforhead,forehead\r\nforicbly,forcibly\r\nforice,force\r\nforiegn,foreign\r\nforiegner,foreigner\r\nforiegners,foreigners\r\nforiegnism,foreignism\r\nforiegnisms,foreignisms\r\nforien,foreign\r\nforigener,foreigner\r\nforigven,forgiven\r\nforists,florists\r\nforkablity,forkability\r\nforke,fork\r\nforkk,fork\r\nforlder,folder\r\nformadible,formidable\r\nformafted,formatted\r\nformailize,formalize\r\nformaldahyde,formaldehyde\r\nformalhaut,fomalhaut\r\nformall,formal\r\nformallise,formalise\r\nformallised,formalised\r\nformallities,formalities\r\nformallity,formally\r\nformallize,formalize\r\nformallized,formalized\r\nformaly,formally\r\nforman,foreman\r\nformance,performance\r\nformap,format\r\nformarts,formats\r\nformasts,formats\r\nformat-descriptios,format-descriptors\r\nformatagreed,format agreed\r\nformatare,format\r\nformated,formatted\r\nformater,formatter\r\nformatiing,formatting\r\nformatin,formation\r\nformating,formatting\r\nformatings,formations\r\nformatiosn,formations\r\nformativos,formations\r\nformatoin,formation\r\nformaton,formation\r\nformattet,formatted\r\nformattings,formatting\r\nformattted,formatted\r\nformattter,formatter\r\nformattting,formatting\r\nformatve,formative\r\nformatvely,formatively\r\nformay,format\r\nformd,formed\r\nforme,form\r\nformeley,formerly\r\nformelley,formerly\r\nformelly,formerly\r\nformely,formerly\r\nformerlley,formerly\r\nformerlly,formerly\r\nformery,formerly\r\nformes,forms\r\nformet,format\r\nformetted,formatted\r\nformfillling,formfilling\r\nformidabble,formidable\r\nformidabel,formidable\r\nformidabelt,formidable\r\nformidabil,formidable\r\nformidabile,formidable\r\nformidabilty,formidability\r\nformidible,formidable\r\nformila,familiar\r\nformilar,familiar\r\nformiliar,familiar\r\nformilier,familiar\r\nformillear,familiar\r\nforminable,formidable\r\nformistress,form-mistress\r\nformitable,formidable\r\nformley,formerly\r\nformly,formerly\r\nformmater,formatter\r\nformmaters,formatters\r\nformmats,formats\r\nformmatted,formatted\r\nformmisstress,form-mistress\r\nformmistress,form-mistress\r\nformost,foremost\r\nformremember,remember\r\nformroom,form-room\r\nformt,format\r\nformtatting,formatting\r\nformtion,formation\r\nformtive,formative\r\nformtively,formatively\r\nformual,formula\r\nformuale,formulae\r\nformuals,formulas\r\nformualte,formulate\r\nformuatioin,formuation\r\nformuladas,formulas\r\nformulados,formulas\r\nformulaes,formulas\r\nformulaion,formulation\r\nformular,formulae\r\nformulars,formulas\r\nformulatoin,formulation\r\nformule,formula\r\nformuls,formulas\r\nformum,forum\r\nforn,form\r\nfornat,format\r\nfornesic,forensic\r\nforngetable,unforgettable\r\nfornicatioins,fornications\r\nfornoon,forenoon\r\nforntend,frontend\r\nforntline,frontline\r\nforntpage,frontpage\r\nforom,from\r\nforowood,forward\r\nforr,for\r\nforresst,forrest\r\nforrest,forest\r\nforrests,forests\r\nforrrevvvver,forrrevver\r\nforrrrrunner,forerunner\r\nforrrrrunners,forerunners\r\nforrrrunner,forerunner\r\nforrrrunners,forerunners\r\nforrrunner,forerunner\r\nforrrunners,forerunners\r\nforrset,forrest\r\nforrunner,forerunner\r\nforrunners,forerunners\r\nfors,for\r\nforsakn,forsaken\r\nforsane,forsaken\r\nforsaw,foresaw\r\nforse,force\r\nforseable,foreseeable\r\nforsed,forced\r\nforsee,foresee\r\nforseeable,foreseeable\r\nforseen,foreseen\r\nforsekan,forsaken\r\nforsekin,foreskin\r\nforsenic,forensic\r\nforshadow,foreshadow\r\nforsight,foresight\r\nforskaen,forsaken\r\nforst,first\r\nforsting,frosting\r\nfortafiable,fortifiable\r\nfortafiably,fortifiably\r\nfortaficate,fortificate\r\nfortaficates,fortificates\r\nfortafication,fortification\r\nfortafications,fortifications\r\nfortafied,fortified\r\nfortafies,fortifies\r\nfortan,fortran\r\nforteen,fourteen\r\nfortell,foretell\r\nfortelling,foretelling\r\nfortenlly,fraternally\r\nfortfiable,fortifiable\r\nfortfiably,fortifiably\r\nfortficate,fortificate\r\nfortficates,fortificates\r\nfortfication,fortification\r\nfortfications,fortifications\r\nfortficaton,fortification\r\nfortfied,fortified\r\nfortfies,fortifies\r\nforthe,for the\r\nfortidude,fortitude\r\nfortidudes,fortitudes\r\nfortidudinal,fortitudinal\r\nfortidudinally,fortitudinally\r\nfortifcation,fortification\r\nfortifcations,fortifications\r\nfortifed,fortified\r\nfortifes,fortifies\r\nfortificatiosn,fortifications\r\nfortificaton,fortification\r\nfortificiations,fortifications\r\nfortitudine,fortitude\r\nfortitue,fortitude\r\nfortitute,fortitude\r\nfortitutes,fortitudes\r\nfortitutinal,fortitudinal\r\nfortitutinally,fortitudinally\r\nfortmat,format\r\nfortright,forthright\r\nfortuante,fortunate\r\nfortuantely,fortunately\r\nfortuitious,fortuitous\r\nfortuitiously,fortuitously\r\nfortuitiousness,fortuitousness\r\nfortunae,fortune\r\nfortunantly,fortunately\r\nfortunatelly,fortunately\r\nfortunatley,fortunately\r\nfortunatly,fortunately\r\nfortuneate,fortunate\r\nfortunetely,fortunately\r\nfortunetley,fortunately\r\nfortunetly,fortunately\r\nfortunitly,fortunately\r\nfortuntaly,fortuntally\r\nfortunte,fortune\r\nforturnitly,fortunately\r\nfortutious,fortuitous\r\nfortutiously,fortuitously\r\nfortutiousness,fortuitousness\r\nforty-fist,Forty-First\r\nforty-fith,Forty-Fifth\r\nforty-forth,Forty-Fourth\r\nforty-frist,Forty-First\r\nforulae,formula\r\nforumas,formulas\r\nforumla,formula\r\nforumlas,formulas\r\nforumlate,formulate\r\nforumulas,formulas\r\nforumulated,formulated\r\nforunate,fortunate\r\nforunately,fortunately\r\nforunner,forerunner\r\nforunners,forerunners\r\nforuth,fourth\r\nforwad,forward\r\nforwaded,forwarded\r\nforwader,forwarder\r\nforwading,forwarding\r\nforwads,forwards\r\nforwald,forward\r\nforwardig,forwarding\r\nforwardwing,forwarding\r\nforwared,forwarded\r\nforwaring,forwarding\r\nforwark,forward\r\nforwart,forward\r\nforwarting,forwarding\r\nforwd,forward\r\nforwoand,forward\r\nforwoard,forward\r\nforwood,forward\r\nforword,forward\r\nforwored,forward\r\nforwork,forward\r\nforwould,forward\r\nforwrad,forward\r\nforwrd,forward\r\nforwrded,forwarded\r\nforwrder,forwarder\r\nforwrders,forwarders\r\nforwrding,forwarding\r\nforwrds,forwards\r\nforzen,frozen\r\nfosphenatoin,fosphenation\r\nfosscil,fossil\r\nfossiles,fossils\r\nfossilis,fossils\r\nfot,for\r\nfoter,footer\r\nfoucher,voucher\r\nfouck,folk\r\nfoucks,folks\r\nfoucs,focus\r\nfoud,found\r\nfoudation,foundation\r\nfoudn,found\r\nfoudnation,foundation\r\nfougth,fought\r\nfougths,foughts\r\nfouk,folk\r\nfould,found\r\nfouley,folly\r\nfoun,found\r\nfounation,foundation\r\nfouncation,foundation\r\nfoundaiton,foundations\r\nfoundaries,foundries\r\nfoundary,foundry\r\nfoundatin,foundations\r\nfoundatioin,foundation\r\nfoundationc,foundation\r\nfoundatiosn,foundations\r\nfoundatoin,foundations\r\nfoundatoins,foundations\r\nfoundimental,fundamental\r\nfoundition,foundation\r\nfoundland,Newfoundland\r\nfoundli,found\r\nfoundmental,fundamental\r\nfoung,found\r\nfouns,found\r\nfountaina,fountain\r\nfountan,fountain\r\nfountian,fountain\r\nfountians,fountains\r\nfouond,found\r\nfource,fourth\r\nfourd,found\r\nfourm,forum\r\nfourt,four\r\nfourteeen,fourteen\r\nfourteet,fourteenth\r\nfourteeth,fourteenth\r\nfourteeths,fourteenths\r\nfourteets,fourteenths\r\nfourten,fourteen\r\nfourtent,fourteenth\r\nfourtenth,fourteenth\r\nfourtenths,fourteenths\r\nfourtents,fourteenths\r\nfourties,forties\r\nfourtieth,fortieth\r\nfourtieths,fortieths\r\nfourtthent,fourteenth\r\nfourtthenth,fourteenth\r\nfourtthenths,fourteenths\r\nfourtthents,fourteenths\r\nfourtune,fortune\r\nfourty,forty\r\nfouru,form\r\nfouth,fourth\r\nfow,for\r\nfoward,forward\r\nfowarded,forwarded\r\nfowarder,forwarder\r\nfowarders,forwarders\r\nfowarding,forwarding\r\nfowards,forwards\r\nfowm,form\r\nfowrards,forwards\r\nfowwed,fowed\r\nfoxshoppped,fOXShopped\r\nfoxx,fox\r\nfpkydjaclyzwws,fPKyDjaCLyZws\r\nfplexible,flexible\r\nfracion,fraction\r\nfrackign,fracking\r\nfractalers,fractals\r\nfractales,fractals\r\nfractalis,fractals\r\nfractalius,fractals\r\nfractalpus,fractals\r\nfractalus,fractals\r\nfractaly,fractally\r\nfracter,fracture\r\nfractionatioin,fractionation\r\nfractionl,fractional\r\nfractionnal,fractional\r\nfractiosn,fractions\r\nfracturare,fracture\r\nfraemwork,framework\r\nfragancy,flagrancy\r\nfragement,fragment\r\nfragementation,fragmentation\r\nfragements,fragments\r\nfragemnt,fragment\r\nfraght,fight\r\nfragice,fragile\r\nfragmanted,fragment\r\nfragmenatrian,fragmentarian\r\nfragmenatrians,fragmentarians\r\nfragmenatries,fragmentaries\r\nfragmenatrily,fragmentarily\r\nfragmenatry,fragmentary\r\nfragmenot,fragment\r\nfragmentaian,fragmentarian\r\nfragmentaians,fragmentarians\r\nfragmentaies,fragmentaries\r\nfragmentaily,fragmentarily\r\nfragmentay,fragmentary\r\nfragmenterian,fragmentarian\r\nfragmenterians,fragmentarians\r\nfragmenteries,fragmentaries\r\nfragmenterily,fragmentarily\r\nfragmentery,fragmentary\r\nfragmentrian,fragmentarian\r\nfragmentrians,fragmentarians\r\nfragmentries,fragmentaries\r\nfragmentrily,fragmentarily\r\nfragmentry,fragmentary\r\nfragmet,fragment\r\nfragmnet,fragment\r\nfragrancy,flagrancy\r\nfragrent,fragrant\r\nfraim,frame\r\nfraind,friend\r\nfrait,fruit\r\nfralygrantcy,flagrancy\r\nfram,from\r\nframe-fileting-friendly,frame-filtering-friendly\r\nframekworks,frameworks\r\nframemork,framework\r\nframent,fragment\r\nframented,fragmented\r\nframeowk,framework\r\nframeowkr,framework\r\nframeowork,framework\r\nframeowrk,framework\r\nframeowrks,frameworks\r\nframess,frames\r\nframethrower,flamethrower\r\nframewokr,framework\r\nframework-depdendent,framework-dependent\r\nframework-dependented,framework-dependent\r\nframeworke,framework\r\nframeworkgi,framework\r\nframeworko,framework\r\nframewrok,framework\r\nframgent,fragment\r\nframgents,fragments\r\nframnework,framework\r\nframoworks,frameworks\r\nframwework,framework\r\nframwork,framework\r\nframworks,frameworks\r\nframwwork,framework\r\nfrancaises,franchises\r\nfranch,french\r\nfranche-comte,Franche-Comté\r\nfranches,franchise\r\nfranchices,franchises\r\nfranchie,franchises\r\nfranchies,franchise\r\nfranchieses,franchises\r\nfranchines,franchises\r\nfranchize,franchise\r\nfranchized,franchised\r\nfranchizes,franchises\r\nfranchsies,franchises\r\nfrancicsan,franciscan\r\nfrancicsans,franciscans\r\nfrancicso,francisco\r\nfranciso,francisco\r\nfranck,frank\r\nfrancsico,francisco\r\nfranctional,fractional\r\nfrandely,friendly\r\nfrane,frame\r\nfranfurt,Frankfurt\r\nfrankensite,frankenstein\r\nfrankenstain,frankenstein\r\nfrankensteen,frankenstein\r\nfrankensten,frankenstein\r\nfrankenstiens,frankenstein\r\nfrankenstine,frankenstein\r\nfrankenstined,frankenstein\r\nfrankenstiner,frankenstein\r\nfrankenstines,frankenstein\r\nfrankiln,franklin\r\nfrankinstein,frankenstein\r\nfrankq,frank\r\nfranlkin,franklin\r\nfranscico,francisco\r\nfransicsan,franciscan\r\nfransicsans,franciscans\r\nfransicso,francisco\r\nfransiscan,franciscan\r\nfransiscans,franciscans\r\nfransisco,francisco\r\nfranticaly,frantically\r\nfranticlly,frantically\r\nfrants,grants\r\nfraom,from\r\nfratenaly,fraternally\r\nfraterally,fraternally\r\nfratermaly,fraternally\r\nfraternaily,fraternally\r\nfraternaly,fraternally\r\nfraternaty,fraternity\r\nfraternerly,fraternally\r\nfraternety,fraternity\r\nfraternlly,fraternally\r\nfraterntiy,fraternity\r\nfrational,fractional\r\nfratrunaly,fraternally\r\nfratturnally,fraternally\r\nfraturnale,fraternally\r\nfraturnally,fraternally\r\nfraturnaly,fraternally\r\nfraturnely,fraternally\r\nfraturnially,fraternally\r\nfraturnilly,fraternally\r\nfraturnity,fraternity\r\nfraudalent,fraudulent\r\nfraudelant,fraudulent\r\nfraudelent,fraudulent\r\nfraudolent,fraudulent\r\nfraudulant,fraudulent\r\nfrawework,framework\r\nfre,free\r\nfreach,french\r\nfreacing,freezing\r\nfrealiablity,frealiability\r\nfreamework,framework\r\nfreand,friend\r\nfreands,friends\r\nfreash,fresh\r\nfreasing,freezing\r\nfreasting,freezing\r\nfreatrunally,fraternally\r\nfreature,feature\r\nfreauently,frequently\r\nfreb,friend\r\nfrech,french\r\nfreckels,freckles\r\nfrecklers,freckles\r\nfrecternally,fraternally\r\nfrecuency,frequency\r\nfred,friend\r\nfredddor,freddor\r\nfreden,friend\r\nfredericksbutg,fredericksburg\r\nfree'd,freed\r\nfree's,frees\r\nfreeding,freezing\r\nfreedomers,freedoms\r\nfreedomes,freedoms\r\nfreedomest,freedoms\r\nfreeezzzing,freeezzing\r\nfreefallling,freefalling\r\nfreel,free\r\nfreelly,freely\r\nfreequent,frequent\r\nfreequently,frequently\r\nfreese,freeze\r\nfreesen,freezing\r\nfreesing,freezing\r\nfreestlye,freestyle\r\nfreestlyed,freestyled\r\nfreestlyes,freestyles\r\nfreestlying,freestyling\r\nfreestlyings,freestylings\r\nfreestlyise,freestylise\r\nfreestlyised,freestylised\r\nfreestlyises,freestylises\r\nfreestlyish,freestylish\r\nfreestlyising,freestylising\r\nfreestlyisings,freestylisings\r\nfreestlyist,freestylist\r\nfreestlyize,freestylize\r\nfreestlyized,freestylized\r\nfreestlyizes,freestylizes\r\nfreestlyizing,freestylizing\r\nfreestlyizings,freestylizings\r\nfreesytle,freestyle\r\nfreesytled,freestyled\r\nfreesytles,freestyles\r\nfreesytling,freestyling\r\nfreesytlings,freestylings\r\nfreesytlise,freestylise\r\nfreesytlised,freestylised\r\nfreesytlises,freestylises\r\nfreesytlish,freestylish\r\nfreesytlising,freestylising\r\nfreesytlisings,freestylisings\r\nfreesytlist,freestylist\r\nfreesytlize,freestylize\r\nfreesytlized,freestylized\r\nfreesytlizes,freestylizes\r\nfreesytlizing,freestylizing\r\nfreesytlizings,freestylizings\r\nfreetaly,freetally\r\nfreezzing,freezing\r\nfreezzzzing,freezzing\r\nfreght,fight\r\nfreid,friend\r\nfreiend,friend\r\nfreind,friend\r\nfreindlies,friendlies\r\nfreindly,friendly\r\nfreinds,friends\r\nfreindship,friendship\r\nfreindships,friendships\r\nfreindzoned,friendzoned\r\nfreined,friend\r\nfreing,friend\r\nfremds,friends\r\nfrementation,fermentation\r\nfremented,fermented\r\nfren,friend\r\nfrenchpolynesia,French Polynesia\r\nfrend,friends\r\nfrender,friends\r\nfrendes,friends\r\nfrendly,friendly\r\nfrends,friends\r\nfrened,friend\r\nfrenid,friend\r\nfrenied,friend\r\nfrenns,friends\r\nfrenquantly,frequently\r\nfrenquenlty,frequently\r\nfrenquentily,frequently\r\nfrenquentualy,frequently\r\nfrens,friends\r\nfrenser,friends\r\nfrent,friend\r\nfrentaly,frentally\r\nfrentley,fraternally\r\nfreproducible,reproducible\r\nfreqencies,frequencies\r\nfreqency,frequency\r\nfreqently,frequently\r\nfreqeuncy,frequency\r\nfrequantly,frequently\r\nfrequecy,frequency\r\nfrequence,frequencies\r\nfrequencey,frequency\r\nfrequenetly,frequently\r\nfrequenices,frequencies\r\nfrequenlty,frequently\r\nfrequenly,frequently\r\nfrequensies,frequencies\r\nfrequentaly,frequentally\r\nfrequenties,frequencies\r\nfrequentily,frequently\r\nfrequentualy,frequently\r\nfrequenty,frequently\r\nfrequeny,frequency\r\nfrequenzies,frequencies\r\nfrequire,require\r\nfrer,fire\r\nfrernch,french\r\nfrertarnely,fraternally\r\nfreshify,fresh\r\nfreshing,refreshing\r\nfreshmans,freshman's\r\nfresing,freezing\r\nfressing,freezing\r\nfressser,fresser\r\nfrest,first\r\nfresth,fresh\r\nfretanailly,fraternally\r\nfretanely,fraternally\r\nfretenaly,fraternally\r\nfretenlly,fraternally\r\nfreterly,fraternally\r\nfreternally,fraternally\r\nfreternaly,fraternally\r\nfreternelly,fraternally\r\nfreternely,fraternally\r\nfretinely,fraternally\r\nfretrunly,fraternally\r\nfretunally,fraternally\r\nfretunaly,fraternally\r\nfreturnally,fraternally\r\nfreturnaly,fraternally\r\nfreturnelly,fraternally\r\nfreturnerly,fraternally\r\nfreturnially,fraternally\r\nfreturnilly,fraternally\r\nfreturnily,fraternally\r\nfreturns,returns\r\nfreturny,fraternally\r\nfreuency,frequency\r\nfreund,friend\r\nfreuqency,frequency\r\nfreut,fruit\r\nfrewturnaly,fraternally\r\nfrezeang,freezing\r\nfrezeing,freezing\r\nfrezing,freezing\r\nfrezzing,freezing\r\nfri,fry\r\nfriand,friend\r\nfribease,firebase\r\nfrictioin,friction\r\nfricton,friction\r\nfrid,friend\r\nfriden,friends\r\nfridend,frightened\r\nfrie,fire\r\nfriednship,friendships\r\nfriednzone,friendzoned\r\nfrieds,friends\r\nfrieght,freight\r\nfriendboned,friendzoned\r\nfriendhsip,friendship\r\nfriendle,friendlies\r\nfriendlines,friendlies\r\nfriendlis,friendlies\r\nfriendsi,friendlies\r\nfriendsies,friendlies\r\nfriendy,friendly\r\nfriendzies,friendlies\r\nfriendzond,friendzoned\r\nfriendzonded,friendzoned\r\nfriendzoneado,friendzoned\r\nfriendzonie,friendzoned\r\nfriendzonned,friendzoned\r\nfriendzowned,friendzoned\r\nfriened,frightened\r\nfrieneds,friends\r\nfriented,frightened\r\nfrientlier,friendlier\r\nfrientship,friendship\r\nfrientships,friendships\r\nfrientzoned,friendzoned\r\nfrietde,frightened\r\nfrieted,frightened\r\nfrietend,frightened\r\nfriezeing,freezing\r\nfrigh,fight\r\nfrighatend,frightened\r\nfrighen,frightened\r\nfrighend,frightened\r\nfrighteing,frightening\r\nfrightend,frightened\r\nfrightended,frightened\r\nfrightenend,frightened\r\nfrighterd,frightened\r\nfrightined,frightened\r\nfrightining,frightening\r\nfrigign,friggin\r\nfrigtened,frightened\r\nfrigthened,frightened\r\nfrigthening,frightening\r\nfrimware,firmware\r\nfrind,friends\r\nfrindened,frightened\r\nfrindes,friends\r\nfrindly,friendly\r\nfrinds,friends\r\nfrined,friend\r\nfrineds,friends\r\nfrinedzoned,friendzoned\r\nfrinend,friend\r\nfringeworthy,cringeworthy\r\nfrinted,frightened\r\nfrips,flips\r\nfriseing,freezing\r\nfrist,first\r\nfrist-aid,first-aid\r\nfrist-base,first-base\r\nfrist-born,first-born\r\nfrist-class,first-class\r\nfrist-floor,first-floor\r\nfrist-floors,first-floors\r\nfrist-hand,first-hand\r\nfrist-lady,first-lady\r\nfrist-ly,first-ly\r\nfrist-person,first-person\r\nfrist-persons,first-persons\r\nfrist-place,first-place\r\nfrist-places,first-places\r\nfrist-rate,first-rate\r\nfrist-rater,first-rater\r\nfrist-round,first-round\r\nfrist-sergeant,first-sergeant\r\nfrist-sergeants,first-sergeants\r\nfrist-string,first-string\r\nfrist-time,first-time\r\nfristly,firstly\r\nfrit,fight\r\nfriteaned,frightened\r\nfritend,frightened\r\nfritened,frightened\r\nfriteny,fraternally\r\nfriternally,fraternally\r\nfrithend,frightened\r\nfritond,frightened\r\nfrittend,frightened\r\nfrittened,frightened\r\nfrittter,fritter\r\nfrittters,fritters\r\nfriturely,fraternally\r\nfriturnally,fraternally\r\nfriut,fruit\r\nfrizing,freezing\r\nfrm,from\r\nfrmae,frame\r\nfrmo,from\r\nfrnbs,friends\r\nfroem,form\r\nfrogiven,forgiven\r\nfrogot,forgot\r\nfroh,from\r\nfrointer,frontier\r\nfrok,fork\r\nfrolm,from\r\nfroma,from\r\nfromat,format\r\nfromation,formation\r\nfromatter,formatter\r\nfromatting,formatting\r\nfrome,from\r\nfromed,formed\r\nfromer,former\r\nfromerly,formerly\r\nfromi,from\r\nfromidable,formidable\r\nfroming,forming\r\nfromm,from\r\nfromn,from\r\nfromt,from\r\nfromthe,from\r\nfromuse,from use\r\nfron,from\r\nfron-end,front-end\r\nfrondend,frontend\r\nfronend,frontend\r\nfroniter,frontier\r\nfroniters,frontiers\r\nfronkenstein,frankenstein\r\nfronm,from\r\nfrontapge,frontpage\r\nfronteir,frontier\r\nfrontent,frontend\r\nfrontilne,frontline\r\nfrontlinie,frontline\r\nfrontlinies,frontline\r\nfrontlinjen,frontline\r\nfronzen,frozen\r\nfroom,from\r\nfror,for\r\nfrosaken,forsaken\r\nfrose,froze\r\nfrosen,frozen\r\nfrost-bite,frostbite\r\nfrost-bitten,frostbitten\r\nfrostig,frosting\r\nfrot,fruit\r\nfrotanally,fraternally\r\nfrotend,frontend\r\nfroternly,fraternally\r\nfrottting,frotting\r\nfrou,for\r\nfrought,fraught\r\nfroum,from\r\nfrount,front\r\nfrozed,frozen\r\nfrqmework,framework\r\nfrquency,frequency\r\nfrquently,frequently\r\nfrrend,friend\r\nfrrom,from\r\nfrrrrreeezzzing,frrrrreeezzing\r\nfrsibee,frisbee\r\nfrst,first\r\nfrstly,firstly\r\nfrsts,firsts\r\nfrternelly,fraternally\r\nfrturnly,fraternally\r\nfruad,fraud\r\nfruadulent,fraudulent\r\nfrue,true\r\nfruilt,fruit\r\nfruite,fruit\r\nfruitfuly,fruitfully\r\nfruitin,fruition\r\nfruitsations,frustrations\r\nfrume,form\r\nfrunt,front\r\nfrustartaion,frustrating\r\nfrustarte,frustrate\r\nfrustarted,frustrated\r\nfrustartes,frustrates\r\nfrustarting,frustrating\r\nfrustartion,frustrations\r\nfrustartions,frustrations\r\nfrustartive,frustrative\r\nfrustartively,frustratively\r\nfrustartives,frustratives\r\nfrustartor,frustrator\r\nfrustartors,frustrators\r\nfrustate,frustrate\r\nfrustated,frustrated\r\nfrustates,frustrates\r\nfrustating,frustrating\r\nfrustation,frustration\r\nfrustations,frustrations\r\nfrustative,frustrative\r\nfrustatively,frustratively\r\nfrustatives,frustratives\r\nfrustator,frustrator\r\nfrustators,frustrators\r\nfrustra,frusta\r\nfrustracion,frustration\r\nfrustraded,frustrated\r\nfrustradet,frustrates\r\nfrustraited,frustrated\r\nfrustraits,frustrates\r\nfrustrantes,frustrates\r\nfrustrants,frustrates\r\nfrustrasion,frustrations\r\nfrustrasted,frustrates\r\nfrustrastion,frustrations\r\nfrustraties,frustrates\r\nfrustratin,frustration\r\nfrustrato,frustration\r\nfrustrats,frustrates\r\nfrustrsted,frustrates\r\nfrustrum,frustum\r\nfrustrums,frustums\r\nfrut,fruit\r\nfrutcose,fructose\r\nfrute,fruit\r\nfrutenally,fraternally\r\nfrutenly,fraternally\r\nfruternally,fraternally\r\nfruternelly,fraternally\r\nfruther,further\r\nfrution,fruition\r\nfrutnely,fraternally\r\nfrutunly,fraternally\r\nfruturnally,fraternally\r\nfruturnaly,fraternally\r\nfryturnely,fraternally\r\nfscenario,scenario\r\nfsmigratoin,fsmigration\r\nfspecial,special\r\nftemplate,template\r\nfter,after\r\nfthi,thin\r\nftigh,fight\r\nftom,from\r\nftotaly,ftotally\r\nfture,future\r\nfucilities,facilities\r\nfuckign,fucking\r\nfucntion,function\r\nfucntional,functional\r\nfucntionality,functionality\r\nfucntionally,functionally\r\nfucntioning,functioning\r\nfucntions,functions\r\nfucntoin,function\r\nfucntor,functor\r\nfuction,function\r\nfuctionability,functionability\r\nfuctionabilty,functionabilty\r\nfuctionable,functionable\r\nfuctional,functional\r\nfuctionalilty,functionalilty\r\nfuctionalist,functionalist\r\nfuctionalities,functionalities\r\nfuctionality,functionality\r\nfuctionalityto,functionalityto\r\nfuctionalized,functionalized\r\nfuctionallity,functionallity\r\nfuctionally,functionally\r\nfuctionalty,functionalty\r\nfuctionating,functionating\r\nfuctioning,functioning\r\nfuctionional,functionional\r\nfuctionize,functionize\r\nfuctions,functions\r\nfucus,focus\r\nfudumetal,fundamental\r\nfued,feud\r\nfuedal,feudal\r\nfuedalists,feudalists\r\nfuedals,feudals\r\nfueded,feuded\r\nfueding,feuding\r\nfueds,feuds\r\nfueld,field\r\nfuellling,fuelling\r\nfuelly,folly\r\nfufil,fulfill\r\nfufiled,fulfilled\r\nfufiling,fulfilling\r\nfufill,fulfill\r\nfufilled,fulfilled\r\nfufilling,fulfilling\r\nfufillling,fufilling\r\nfufillment,fulfillment\r\nfufills,fulfills\r\nfufilment,fulfillment\r\nfufils,fulfills\r\nfufulling,fulfilling\r\nfugure,figure\r\nfugure-producing,future-producing\r\nfuinctionality,functionality\r\nfuirt,fruit\r\nfuit,fruit\r\nfuke,file\r\nfukkked,fukked\r\nfukkking,fukking\r\nful,full\r\nfulcilities,facilities\r\nfule,full\r\nfulfiled,fulfilled\r\nfulfillement,fulfillment\r\nfulfilll,fulfill\r\nfulfillled,fulfilled\r\nfulfillling,fulfilling\r\nfulfilllment,fulfillment\r\nfulfillls,fulfills\r\nfulfulling,fulfilling\r\nfulfullment,fulfillment\r\nfuliminate,fulminate\r\nfuliminated,fulminated\r\nfuliminates,fulminates\r\nfuliminating,fulminating\r\nfulimination,fulmination\r\nfuliminations,fulminations\r\nfull-featued,full-featured\r\nfull-wdith,full-width\r\nfull-witdh,full-width\r\nfullcalendar,calendar\r\nfulle,full\r\nfullefuly,fullefully\r\nfullets,fullest\r\nfullfeatued,fullfeatured\r\nfullfil,fulfill\r\nfullfiling,fulfilling\r\nfullfill,fulfill\r\nfullfilled,fulfilled\r\nfullfilling,fulfilling\r\nfullfillment,fulfillment\r\nfullfills,fulfills\r\nfullfilment,fulfillment\r\nfullill,fulfill\r\nfulll,full\r\nfullled,fulled\r\nfulller,fuller\r\nfullling,fulling\r\nfullly,fully\r\nfullproof,foolproof\r\nfullscrean,fullscreen\r\nfullscreeen,fullscreen\r\nfullscren,fullscreen\r\nfullset,fullest\r\nfulltexts,full-text\r\nfullu,fully\r\nfulosophy,philosophy\r\nfultiple,multiple\r\nfulttershy,fluttershy\r\nfuly,fully\r\nfulyl,fully\r\nfumentatle,fundamental\r\nfumilar,familiar\r\nfumilea,familiar\r\nfumiler,familiar\r\nfumilia,familiar\r\nfumillia,familiar\r\nfunadmentally,fundamentally\r\nfunamental,fundamental\r\nfunationality,functionality\r\nfuncation,function\r\nfuncction,function\r\nfuncion,function\r\nfuncional,functional\r\nfuncionality,functionality\r\nfuncions,functions\r\nfuncition,function\r\nfunciton,function\r\nfuncitonal,functional\r\nfuncitonality,functionality\r\nfuncitonally,functionally\r\nfuncitoning,functioning\r\nfuncitons,functions\r\nfuncrtions,functions\r\nfunctaion,function\r\nfunctiion,function\r\nfunctiions,functions\r\nfunctin,function\r\nfunctinality,functionality\r\nfunctino,function\r\nfunctinons,functions\r\nfunctinos,functions\r\nfunctins,functions\r\nfunctio,function\r\nfunctioanlity,functionality\r\nfunctioin,function\r\nfunctioknal,functional\r\nfunctiom,function\r\nfunctiona,functionality\r\nfunctionabilty,functionability\r\nfunctionable,functional\r\nfunctionaility,functionality\r\nfunctionailty,functionality\r\nfunctionalcurrency,functional currency\r\nfunctionalitiy,functionality\r\nfunctionalityi,functionality\r\nfunctionaliy,functionally\r\nfunctionallity,functionality\r\nfunctionalty,functionality\r\nfunctionaly,functionally\r\nfunctionalyty,functionality\r\nfunctionas,functions\r\nfunctionbr,function\r\nfunctiong,functioning\r\nfunctionilaty,functionality\r\nfunctionity,functionality\r\nfunctionlity,functionality\r\nfunctionnal,functional\r\nfunctionnalities,functionalities\r\nfunctionnality,functionality\r\nfunctionnally,functionally\r\nfunctionning,functioning\r\nfunctionon,function\r\nfunctionr,function\r\nfunctionse,function\r\nfunctioon,function\r\nfunctiopns,functions\r\nfunctios,functions\r\nfunctiosn,functions\r\nfunctoin,function\r\nfunctoins,functions\r\nfuncton,function\r\nfunctonality,functionality\r\nfuncttion,function\r\nfuncttional,functional\r\nfunctuion,function\r\nfunctuions,functions\r\nfunctunal,functional\r\nfundamantaly,fundamantally\r\nfundamendalist,fundamentalist\r\nfundamendalists,fundamentalists\r\nfundamenta,fundamental\r\nfundamentais,fundamentals\r\nfundamentalis,fundamentals\r\nfundamentalisme,fundamentals\r\nfundamentalismo,fundamentals\r\nfundamentalismos,fundamentalists\r\nfundamentalismus,fundamentalists\r\nfundamentalista,fundamentals\r\nfundamentalistas,fundamentalists\r\nfundamentalisten,fundamentalists\r\nfundamentalister,fundamentalists\r\nfundamentalisti,fundamentals\r\nfundamentalistisch,fundamentalists\r\nfundamentalistisk,fundamentalists\r\nfundamentalistiska,fundamentalists\r\nfundamentalistiske,fundamentalists\r\nfundamentalistiskt,fundamentalists\r\nfundamentalits,fundamentalists\r\nfundamentalt,fundamentalist\r\nfundamentaly,fundamentally\r\nfundamentas,fundamentals\r\nfundamentel,fundamental\r\nfundamentle,fundamental\r\nfundamently,fundamental\r\nfundamet,fundamental\r\nfundametal,fundamental\r\nfundametals,fundamentals\r\nfundametle,fundamental\r\nfundamnetal,fundamentals\r\nfundamnetalist,fundamentalist\r\nfundamnetalists,fundamentalists\r\nfundamnetally,fundamentally\r\nfundamntal,fundamental\r\nfundanental,fundamental\r\nfundation,function\r\nfundations,foundations\r\nfundbment,fundament\r\nfundbmet,fundament\r\nfundcment,fundament\r\nfundcmet,fundament\r\nfunddment,fundament\r\nfunddmet,fundament\r\nfundeded,funded\r\nfundelmental,fundamental\r\nfundelmentel,fundamental\r\nfundelmentl,fundamental\r\nfundelmentle,fundamental\r\nfundemantal,fundamental\r\nfundemantalist,fundamentalist\r\nfundemantalists,fundamentalists\r\nfundemantals,fundamentals\r\nfundemanted,fundamental\r\nfundematly,fundamental\r\nfundement,fundament\r\nfundementa,fundamenta\r\nfundemental,fundamental\r\nfundementalism,fundamentalism\r\nfundementalisme,fundamentalisme\r\nfundementalist,fundamentalist\r\nfundementalists,fundamentalists\r\nfundementallist,fundamentallist\r\nfundementally,fundamentally\r\nfundementals,fundamentals\r\nfundemented,fundamented\r\nfundementel,fundamental\r\nfundementle,fundamental\r\nfundemently,fundamently\r\nfundements,fundaments\r\nfundemet,fundament\r\nfundemetal,fundamental\r\nfundemetally,fundamentally\r\nfundemintal,fundamental\r\nfundemital,fundamental\r\nfundenmental,fundamental\r\nfundenmentle,fundamental\r\nfundertmal,fundamental\r\nfundfment,fundament\r\nfundfmet,fundament\r\nfundgment,fundament\r\nfundgmet,fundament\r\nfundhment,fundament\r\nfundhmet,fundament\r\nfundial,fundamental\r\nfundimatle,fundamental\r\nfundiment,fundament\r\nfundimental,fundamental\r\nfundimentaldough,fundamentaldough\r\nfundimentalist,fundamentalist\r\nfundimentalists,fundamentalists\r\nfundimentally,fundamentally\r\nfundimentals,fundamentals\r\nfundimential,fundamental\r\nfundimention,fundamention\r\nfundimentle,fundamental\r\nfundimet,fundament\r\nfundirse,fundies\r\nfundjment,fundament\r\nfundjmet,fundament\r\nfundkment,fundament\r\nfundkmet,fundament\r\nfundlementle,fundamental\r\nfundlment,fundament\r\nfundlmet,fundament\r\nfundment,fundament\r\nfundmental,fundamental\r\nfundmentalist,fundamentalist\r\nfundmentally,fundamentally\r\nfundmentals,fundamentals\r\nfundmentel,fundamental\r\nfundmentlly,fundamentlly\r\nfundmentltrieb,fundamentltrieb\r\nfundmet,fundament\r\nfundmetric,fundamentric\r\nfundmment,fundament\r\nfundmmet,fundament\r\nfundnment,fundament\r\nfundnmet,fundament\r\nfundoment,fundament\r\nfundomental,fundamental\r\nfundomentals,fundamentals\r\nfundomet,fundament\r\nfundometer,fundamenter\r\nfundpment,fundament\r\nfundpmet,fundament\r\nfundqment,fundament\r\nfundqmet,fundament\r\nfundrment,fundament\r\nfundrmet,fundament\r\nfundsment,fundament\r\nfundsmental,fundamental\r\nfundsmentals,fundamentals\r\nfundsmet,fundament\r\nfundteal,fundamental\r\nfundtion,function\r\nfundtment,fundament\r\nfundtmental,fundamental\r\nfundtmet,fundament\r\nfundumental,fundamental\r\nfundumentalist,fundamentalist\r\nfundumentalists,fundamentalists\r\nfundumentals,fundamentals\r\nfundumentle,fundamental\r\nfundymentalists,fundamentalists\r\nfuner,funner\r\nfuney,funny\r\nfungibilty,fungibility\r\nfungibliity,fungibility\r\nfungiblity,fungibility\r\nfunides,fundies\r\nfunkd,funk\r\nfunktion,function\r\nfunmental,fundamental\r\nfunndustyness,FunnDustiness\r\nfunney,funny\r\nfunnfustyness,FunnFustiness\r\nfunngustyness,FunnGustiness\r\nfunniliy,funnily\r\nfunnilly,funnily\r\nfunnlustyness,FunnLustiness\r\nfunrace,furnace\r\nfuns,runs\r\nfuntametal,fundamental\r\nfuntctions,functions\r\nfuntimental,fundamental\r\nfuntion,function\r\nfuntionability,functionability\r\nfuntionaility,functionaility\r\nfuntionailty,functionailty\r\nfuntionaity,functionaity\r\nfuntional,functional\r\nfuntionalinterface,functionalinterface\r\nfuntionalist,functionalist\r\nfuntionalit,functionalit\r\nfuntionaliteit,functionaliteit\r\nfuntionalities,functionalities\r\nfuntionality,functionality\r\nfuntionalized,functionalized\r\nfuntionallity,functionallity\r\nfuntionally,functionally\r\nfuntionals,functionals\r\nfuntionalty,functionalty\r\nfuntionaly,functionaly\r\nfuntionaoity,functionaoity\r\nfuntioned,functioned\r\nfuntionele,functionele\r\nfuntionery,functionery\r\nfuntioneza,functioneza\r\nfuntionieren,functionieren\r\nfuntioning,functioning\r\nfuntionize,functionize\r\nfuntionlity,functionlity\r\nfuntionn,functionn\r\nfuntionnalities,functionnalities\r\nfuntionoal,functionoal\r\nfuntionref,functionref\r\nfuntions,functions\r\nfuntor,functor\r\nfuntumentu,fundamental\r\nfunuction,function\r\nfunxtion,function\r\nfuny,funny\r\nfuond,found\r\nfuondation,foundation\r\nfuonder,founder\r\nfuonding,founding\r\nfuore,four\r\nfuoul,foul\r\nfurance,furnace\r\nfurctose,fructose\r\nfurequency,frequency\r\nfurfill,fulfil\r\nfurher,further\r\nfurhter,further\r\nfurhtermore,furthermore\r\nfuriht,fruit\r\nfuriosuly,furiously\r\nfurit,fruit\r\nfurition,fruition\r\nfuriuosly,furiously\r\nfurlt,fruit\r\nfurmila,familiar\r\nfurmilar,familiar\r\nfurmilare,familiar\r\nfurmileyar,familiar\r\nfurmilier,familiar\r\nfurnance,furnace\r\nfurnanced,furnaced\r\nfurnances,furnaces\r\nfurnancing,furnacing\r\nfurnature,furniture\r\nfurncae,furnace\r\nfurnction,function\r\nfurneral,funeral\r\nfurnerals,funerals\r\nfurnice,furnace\r\nfurr,fur\r\nfurrrion,furrion\r\nfurst,first\r\nfurstrated,frustrated\r\nfurstrates,frustrates\r\nfurstration,frustration\r\nfurstrations,frustrations\r\nfurt,future\r\nfurter,further\r\nfurterally,fraternally\r\nfurternally,fraternally\r\nfurtger,further\r\nfurthe,further\r\nfurthemore,furthermore\r\nfurthermode,furthermore\r\nfurthermoer,furthermore\r\nfurthermoo,furthermore\r\nfurtherst,furthest\r\nfurthremore,furthermore\r\nfurthur,further\r\nfurthurmore,furthermore\r\nfurtile,fertile\r\nfurture,future\r\nfurture-based,future-based\r\nfurturist,futurist\r\nfurturnlly,fraternally\r\nfuruther,further\r\nfurutistic,futuristic\r\nfus,fuss\r\nfuschia,fuchsia\r\nfuschias,fuchsias\r\nfustrate,frustrate\r\nfuther,further\r\nfuthermore,furthermore\r\nfuthroc,futhark\r\nfuthure,future\r\nfutilaties,futilities\r\nfutilaty,futility\r\nfutillities,futilities\r\nfutillity,futility\r\nfutilties,futilities\r\nfutilty,futility\r\nfutities,futilities\r\nfutity,futility\r\nfutre-proof,future-proof\r\nfuts,guts\r\nfutther,further\r\nfutue,future\r\nfutur,future\r\nfuturefuture-work,future\r\nfuturep,future\r\nfuturers,futures\r\nfuturestic,futuristic\r\nfutureus,futures\r\nfuturisitc,futuristic\r\nfuturisitic,futuristic\r\nfuturistc,futuristic\r\nfuturistisch,futuristic\r\nfuturize,future\r\nfuturustic,futuristic\r\nfutute,future\r\nfuzzines,fuzziness\r\nfuzzly,fuzzily\r\nfvorite,favorite\r\nfwankenstein,frankenstein\r\nfwe,few\r\nfwws,fws\r\nfx-extra,fs-extra\r\nfysical,physical\r\nfze,fez\r\ngaarented,guarantee\r\ngade,gauge\r\ngadeg,gauge\r\ngadg,gauge\r\ngadge,gauge\r\ngadgest,gadgets\r\ngaduate,graduate\r\ngaduated,graduated\r\ngaduates,graduates\r\ngaduating,graduating\r\ngaduation,graduation\r\ngaduations,graduations\r\ngadute,graduate\r\ngaduted,graduated\r\ngadutes,graduates\r\ngaduting,graduating\r\ngadution,graduation\r\ngadutions,graduations\r\ngaem,game\r\ngaet,great\r\ngagde,gauge\r\ngagdets,gadgets\r\ngagech,gauge\r\ngaged,gauge\r\ngager,gauge\r\ngaget,gadget\r\ngaggged,gagged\r\ngaggging,gagging\r\ngagnsters,gangsters\r\ngague's,gauge's\r\ngagues,gauges\r\ngaied,gained\r\ngaige,gauge\r\ngail,jail\r\ngailey,gallery\r\ngainsville,gainesville\r\ngaint,giant\r\ngaintee,guarantee\r\ngaiven,given\r\ngalanized,galvanized\r\ngalaped,galloped\r\ngalapet,galloped\r\ngalapt,galloped\r\ngalarer,gallery\r\ngalarey,gallery\r\ngalary,gallery\r\ngalatic,galactic\r\ngalation,galatian\r\ngalations,galatians\r\ngalavined,galvanized\r\ngalavinized,galvanized\r\ngalcier,glacier\r\ngaldiator,gladiator\r\ngaleped,galloped\r\ngalept,galloped\r\ngaler,gallery\r\ngalerea,gallery\r\ngalerey,gallery\r\ngalerry,gallery\r\ngalery,gallery\r\ngalin,gallon\r\ngalinised,galvanized\r\ngaliray,gallery\r\ngalire,gallery\r\ngaliry,gallery\r\ngaliy,gallery\r\ngallaly,gallery\r\ngallapped,galloped\r\ngallare,gallery\r\ngallary,gallery\r\ngallarygallery,gallery\r\ngallat,galloped\r\ngallaxies,galaxies\r\ngallaxy,galaxy\r\ngallbladdder,gallbladder\r\ngalle,gallery\r\ngallep,galloped\r\ngalleped,galloped\r\ngallept,galloped\r\ngallerey,gallery\r\ngalleri,galleria\r\ngallerie,gallery\r\ngallerly,gallery\r\ngallerry,gallery\r\ngallery-itrem,gallery-item\r\ngallieries,galleries\r\ngalller,galler\r\ngallod,galloped\r\ngallopt,galloped\r\ngallore,gallery\r\ngallorry,gallery\r\ngallory,gallery\r\ngallot,galloped\r\ngallowry,gallery\r\ngallped,galloped\r\ngallrey,gallery\r\ngallry,gallery\r\ngallulay,gradually\r\ngallury,gallery\r\ngally,gallery\r\ngalmedt,galloped\r\ngalope,galloped\r\ngaloped,galloped\r\ngalopet,galloped\r\ngalopt,galloped\r\ngalopte,galloped\r\ngalord,galloped\r\ngalorped,galloped\r\ngalorry,gallery\r\ngalory,gallery\r\ngalped,galloped\r\ngalray,gallery\r\ngalre,gallery\r\ngalrey,gallery\r\ngalriy,gallery\r\ngalrwe,gallery\r\ngalsgow,glasgow\r\ngalunoged,galvanized\r\ngalury,gallery\r\ngalvaize,galvanized\r\ngalvansive,galvanized\r\ngalvantized,galvanized\r\ngalvanzied,galvanized\r\ngalvenice,galvanized\r\ngalvenize,galvanized\r\ngalvenized,galvanized\r\ngalvennized,galvanized\r\ngalvilnize,galvanized\r\ngalvinazed,galvanized\r\ngalvinisation,galvanization\r\ngalvinise,galvanize\r\ngalvinised,galvanized\r\ngalviniser,galvanizer\r\ngalvinises,galvanizes\r\ngalvinising,galvanizing\r\ngalvinization,galvanization\r\ngalvinize,galvanized\r\ngalvinized,galvanized\r\ngalvinizer,galvanizer\r\ngalvinizes,galvanizes\r\ngalvinizing,galvanizing\r\ngalvinse,galvanized\r\ngalvonized,galvanized\r\ngalvunize,galvanized\r\ngalyer,gallery\r\ngam,gem\r\ngame'same,game's\r\ngameabilty,gameability\r\ngameboy,Game Boy\r\ngamemdoe,gamemode\r\ngamepaly,gameplay\r\ngameply,gameplay\r\ngamerga,gamertag\r\ngamergat,gamertag\r\ngamifications,ramifications\r\ngamil,gmail\r\ngamme,gamma\r\ngammeode,gamemode\r\ngammification,gamification\r\ngams,games\r\ngand,grand\r\ngane,game\r\nganed,gate\r\nganerate,generate\r\nganertee,guarantee\r\nganes,games\r\ngange,gauge\r\nganges,gangs\r\ngangsterest,gangsters\r\ngangsterous,gangsters\r\nganing,gaining\r\ngankign,ganking\r\nganrantee,guarantee\r\nganster,gangster\r\ngansters,gangsters\r\ngant,grant\r\nganuntee,guaranteed\r\nganything,anything\r\ngaog,gauge\r\ngaoge,gauge\r\ngarabage,garbage\r\ngarabge,garbage\r\ngaraintie,guaranteed\r\ngaralted,guarantee\r\ngarantaly,garantally\r\ngarante,guarantee\r\ngarantea,guarantee\r\ngaranted,guaranteed\r\ngarantee,guarantee\r\ngaranteed,guaranteed\r\ngaranteeing,guaranteeing\r\ngarantees,guarantees\r\ngaranteet,guaranteed\r\ngarantend,guarantee\r\ngaranti,guarantee\r\ngarantie,guarantee\r\ngarantied,guaranteed\r\ngarantiee,guaranteed\r\ngaranttee,guarantee\r\ngarantue,guarantee\r\ngarantueed,guaranteed\r\ngaranty,guarantee\r\ngaranutee,guarantee\r\ngaratee,guarantee\r\ngarateed,guaranteed\r\ngaratie,guarantee\r\ngaratined,guaranteed\r\ngaratte,guarantee\r\ngarauntee,guarantee\r\ngaraunteed,guaranteed\r\ngarbaged,garbage\r\ngarbagedisposal,garbage disposal\r\ngarbarge,garbage\r\ngarboligists,garbologists\r\ngarcentee,guarantee\r\ngard's,guards\r\ngard,grad\r\ngardai,gardaí\r\ngardan,guardian\r\ngarddein,guardian\r\ngardean,guardian\r\ngardeane,guardian\r\ngardeian,guardian\r\ngardein,guardian\r\ngardenin,guardian\r\ngardensalmost,gardens almost\r\ngardex,garden\r\ngardian,guardian\r\ngardien,guardian\r\ngardient,gradient\r\ngardients,gradients\r\ngardin,guardian\r\ngardinan,guardian\r\ngardine,guardian\r\ngardinen,guardian\r\ngarding,guarding\r\ngardiun,guardian\r\ngardner,gardener\r\ngards,guards\r\ngarduate,graduate\r\ngarduated,graduated\r\ngarduates,graduates\r\ngarduating,graduating\r\ngarduation,graduation\r\ngarduations,graduations\r\ngare,gauge\r\ngarech,garage\r\ngareente,guarantee\r\ngareentied,guaranteed\r\ngarennte,guarantee\r\ngarente,guarantee\r\ngarentea,guarantee\r\ngarented,guarantee\r\ngarentee,guarantee\r\ngarentee-ed,guaranteed\r\ngarenteed,guaranteed\r\ngarenteeds,guaranteed\r\ngarentees,guarantees\r\ngarentey,guarantee\r\ngarentie,guaranteed\r\ngarentied,guaranteed\r\ngarenttee,guarantee\r\ngares,gears\r\ngarfeild,garfield\r\ngarfied,garfield\r\ngarfiled,garfield\r\ngarflied,garfield\r\ngargage,garbage\r\ngarge,gauge\r\ngargean,guardian\r\ngarintee,guarantee\r\ngarinteed,guaranteed\r\ngarintet,guaranteed\r\ngarintie,guarantee\r\ngarison,garrison\r\ngarisoned,garrisoned\r\ngarisons,garrisons\r\ngarisson,garrison\r\ngarissoned,garrisoned\r\ngarissons,garrisons\r\ngarle,gallery\r\ngarler,gala\r\ngarley,gallery\r\ngarlle,gallery\r\ngarllery,gallery\r\ngarlley,gallery\r\ngarllry,gallery\r\ngarly,gallery\r\ngarmet,garment\r\ngarnage,garbage\r\ngarnateed,guaranteed\r\ngarnete,guarantee\r\ngarnison,garrison\r\ngarnola,granola\r\ngarnteed,guaranteed\r\ngarnuante,guarantee\r\ngarrante,guarantee\r\ngarranted,guaranteed\r\ngarrantee,guaranteed\r\ngarranteed,guarantee\r\ngarrantied,guaranteed\r\ngarranty,guarantee\r\ngarrent,guarantee\r\ngarrente,guarantee\r\ngarrented,guaranteed\r\ngarrentee,guaranteed\r\ngarrete,guarantee\r\ngarrey,gallery\r\ngarrions,garrison\r\ngarriosn,garrison\r\ngarrisson,garrison\r\ngarrntee,guarantee\r\ngarrntte,guarantee\r\ngarrsion,garrison\r\ngarruntee,guarantee\r\ngart,great\r\ngartantie,guaranteed\r\ngarteene,guarantee\r\ngarther,gather\r\ngartunee,guarantee\r\ngaruantee,guarantee\r\ngaruanteed,guaranteed\r\ngaruantees,guarantees\r\ngaruarntee,guarantee\r\ngarunate,guarantee\r\ngarunicte,guarantee\r\ngaruntee,guarantee\r\ngarunteed,guaranteed\r\ngaruntees,guarantees\r\ngaruntie,guarantee\r\ngarutee,guarantee\r\ngasaline,gasoline\r\ngase,gas\r\ngaseuos,gaseous\r\ngashboard,dashboard\r\ngasic,generic\r\ngasious,gaseous\r\ngass,gas\r\ngassssed,gassed\r\ngastly,ghastly\r\ngastoenterolgists,gastoenterologists\r\ngastroenterolgist,gastroenterologist\r\ngastroenterolgists,gastroenterologists\r\ngastroenteroligist,gastroenterologist\r\ngastroentrology,gastroenterology\r\ngastrointeroligist,gastrointerologist\r\ngasuos,gaseous\r\ngat,get\r\ngataway,gateway\r\ngataways,gateways\r\ngateay,gateway\r\ngater,gather\r\ngatewa,gateway\r\ngatewau,gateway\r\ngatewayt,gateway\r\ngatewqay,gateway\r\ngatewy,gateway\r\ngatewyas,gateways\r\ngatherd,gathered\r\ngathererd,gathered\r\ngatherig,gatherings\r\ngatherins,gatherings\r\ngathring,gathering\r\ngatr,gate\r\ngatway,gateway\r\ngatways,gateways\r\ngauadian,guardian\r\ngauarana,guaraná\r\ngaudian,guardian\r\ngauds,guards\r\ngauerd,guard\r\ngauneted,guarantee\r\ngaunine,guanine\r\ngauntanamo,guantanamo\r\ngauntelt,gauntlet\r\ngauntelts,gauntlets\r\ngauntlent,gauntlet\r\ngauntlents,gauntlet\r\ngauntles,gauntlets\r\ngauntlettes,gauntlets\r\ngaurante,guarantee\r\ngauranted,guaranteed\r\ngaurantee,guarantee\r\ngauranteed,guaranteed\r\ngauranteeing,guaranteeing\r\ngaurantees,guarantees\r\ngauratee,guarantee\r\ngaurd,guard\r\ngaurdain,guardian\r\ngaurdane,guardian\r\ngaurded,guarded\r\ngaurdedly,guardedly\r\ngaurdian,guardian\r\ngaurdians,guardians\r\ngaurdine,guardian\r\ngaurding,guarding\r\ngaurds,guards\r\ngaureintee,guaranteed\r\ngaurented,guaranteed\r\ngaurentee,guarantee\r\ngaurenteed,guaranteed\r\ngaurenteeing,guaranteeing\r\ngaurentees,guarantees\r\ngaurintee,guarantee\r\ngaurnte,guarantee\r\ngaurnted,guarantee\r\ngaurntee,guaranteed\r\ngaurnteed,guaranteed\r\ngaurntie,guarantee\r\ngaurontied,guaranteed\r\ngaurrantee,guarantee\r\ngaurrentee,guarantee\r\ngaurtanee,guaranteed\r\ngaurtee,guarantee\r\ngaurteened,guaranteed\r\ngautnlet,gauntlet\r\ngav,gave\r\ngavanised,galvanized\r\ngavanize,galvanized\r\ngavannize,galvanized\r\ngaves,gives\r\ngavle,gavel\r\ngavles,gavels\r\ngavlinize,galvanized\r\ngaz,gas\r\ngazilion-distance,gazillion-distance\r\nge-replication,geo-replication\r\ngeametry,geometry\r\ngeanies,genius\r\ngeanios,genius\r\ngeant,great\r\ngeaogrpahy,geaography\r\ngeart,great\r\ngeat,great\r\ngebnerated,generated\r\ngecko-bease,gecko-based\r\ngecode,geocode\r\ngeeamontruy,geometry\r\ngeenration,generation\r\ngeenus,genius\r\ngeenyous,genius\r\ngeerate,generate\r\ngeerates,generates\r\ngeeting,getting\r\ngeht,get\r\ngehts,gets\r\ngelller,geller\r\ngellling,gelling\r\ngelvanized,galvanized\r\ngema,gems\r\ngematree,geometry\r\ngemeotry,geometry\r\ngemeral,general\r\ngemerald,generald\r\ngemeralds,generalds\r\ngemerally,generally\r\ngemerated,generated\r\ngemerates,generates\r\ngemerotry,geometry\r\ngemetry,geometry\r\ngeminence,geminance\r\ngeminences,geminances\r\ngeminent,geminant\r\ngeminently,geminantly\r\ngeminete,geminate\r\ngemineted,geminated\r\ngeminetes,geminates\r\ngemineting,geminating\r\ngeminetion,gemination\r\ngeminetions,geminations\r\ngeminetor,geminator\r\ngeminetors,geminators\r\ngeminiance,geminance\r\ngeminiances,geminances\r\ngeminiant,geminant\r\ngeminiantly,geminantly\r\ngeminiate,geminate\r\ngeminiated,geminated\r\ngeminiates,geminates\r\ngeminiating,geminating\r\ngeminiation,gemination\r\ngeminiations,geminations\r\ngeminiator,geminator\r\ngeminiators,geminators\r\ngemmoligists,gemmologists\r\ngemoetry,geometry\r\ngemoligist,gemologist\r\ngemoligists,gemologists\r\ngemontary,geometry\r\ngemoratry,geometry\r\ngemotery,geometry\r\ngenale,general\r\ngenaral,general\r\ngenarale,generale\r\ngenarali,generali\r\ngenaralis,generalis\r\ngenaralised,generalised\r\ngenaralist,generalist\r\ngenaralization,generalization\r\ngenaralize,generalize\r\ngenaralized,generalized\r\ngenaralknowladge,generalknowladge\r\ngenarall,generall\r\ngenarally,generally\r\ngenaraly,generaly\r\ngenarate,generate\r\ngenarates,generates\r\ngenarator,generator\r\ngenases,geneses\r\ngenasis,genesis\r\ngenatilia,genitalia\r\ngeneaoligist,geneaologist\r\ngeneaologcal,genealogcal\r\ngeneaological,genealogical\r\ngeneaologie,genealogie\r\ngeneaologies,genealogies\r\ngeneaologist,genealogist\r\ngeneaologists,genealogists\r\ngeneaology,genealogy\r\ngenearaet,generate\r\ngenearal,general\r\ngenearate,generate\r\ngenearator,generator\r\ngenearte,generate\r\ngenearted,generated\r\ngeneartion,generation\r\ngeneate,generate\r\ngeneated,generated\r\ngenei,genii\r\ngeneis,genesis\r\ngeneius,genius\r\ngenenerate,generate\r\ngenenerated,generated\r\ngenenrate,generate\r\ngeneologi,genealogi\r\ngeneologia,genealogia\r\ngeneologiam,genealogiam\r\ngeneologic,genealogic\r\ngeneological,genealogical\r\ngeneologie,genealogie\r\ngeneologies,genealogies\r\ngeneologinis,genealoginis\r\ngeneologiques,genealogiques\r\ngeneology,genealogy\r\ngeneologysearch,genealogysearch\r\ngeneomes,genomes\r\ngeneous,genius\r\ngeneracional,generational\r\ngeneraed,generated\r\ngenerage,generate\r\ngeneraged,generated\r\ngeneraic,generic\r\ngeneral-pupose,general-purpose\r\ngeneralbs,generals\r\ngeneralice,generalize\r\ngeneralife,generalize\r\ngeneralis,generals\r\ngeneralisabilty,generalisability\r\ngeneraliseablity,generaliseability\r\ngeneralizabilty,generalizability\r\ngeneralizablity,generalizability\r\ngeneralizacion,generalization\r\ngeneralizaing,generalizing\r\ngeneralizare,generalize\r\ngeneralizate,generalize\r\ngeneralizating,generalization\r\ngeneralizaton,generalization\r\ngeneralizng,generalizing\r\ngenerall,general\r\ngeneralnie,generalize\r\ngeneraly,generally\r\ngenerare,generate\r\ngenerarte,generate\r\ngeneras,generals\r\ngenerase,generates\r\ngeneraste,generates\r\ngenerat,generate\r\ngenerataed,generated\r\ngenerataring,generating\r\ngeneratation,generation\r\ngeneratd,generated\r\ngenerateed,generated\r\ngenerateing,generating\r\ngenerater,generator\r\ngeneraters,generates\r\ngenerateted,generated\r\ngeneratic,generic\r\ngeneratie,generate\r\ngeneraties,generate\r\ngeneratin,generations\r\ngeneratioin,generation\r\ngeneratiom,generation\r\ngenerationals,generations\r\ngenerationens,generations\r\ngenerationers,generations\r\ngenerationg,generation\r\ngenerationnal,generational\r\ngeneratior,generator\r\ngeneratios,generators\r\ngeneratiosn,generations\r\ngeneratl,general\r\ngeneratoe,generate\r\ngeneratoin,generation\r\ngeneratoins,generations\r\ngeneraton,generation\r\ngeneratons,generators\r\ngeneratore,generate\r\ngeneratos,generators\r\ngeneratr,generate\r\ngeneratros,generators\r\ngenerats,generates\r\ngeneratte,generate\r\ngeneratting,generating\r\ngenerattion,generation\r\ngenereate,generate\r\ngenereated,generated\r\ngenereates,generates\r\ngenereating,generating\r\ngenereator,generator\r\ngenerelization,generalization\r\ngenerelize,generalize\r\ngenerelizing,generalizing\r\ngenereous,generous\r\ngenereric,generic\r\ngenerete,generate\r\ngenerick,generic\r\ngenerid,generic\r\ngenerious,generous\r\ngeneriously,generously\r\ngenerlization,generalization\r\ngenerlized,generalized\r\ngenerly,generally\r\ngenerocity,generosity\r\ngeneroisty,generosity\r\ngenerostiy,generosity\r\ngenerousity,generosity\r\ngenerrater,generator\r\ngenersl,generals\r\ngenertaed,generated\r\ngenerte,generate\r\ngenerted,generated\r\ngenertion,generation\r\ngenetal,genital\r\ngenetalia,genitalia\r\ngenetally,genitally\r\ngenetals,genitals\r\ngenetare,generate\r\ngenetates,generates\r\ngenete,generate\r\ngeneticaly,genetically\r\ngeneticlly,genetically\r\ngenetric,generic\r\ngeneus,genius\r\ngenialia,genitalia\r\ngeniius,genius\r\ngenios,genius\r\ngenious,genius\r\ngenis,genius\r\ngenises,geneses\r\ngenisis,genesis\r\ngenisues,geniuses\r\ngenitaila,genitalia\r\ngenitala,genitalia\r\ngenitales,genitals\r\ngenitalias,genitals\r\ngenitaliban,genitalia\r\ngenitalis,genitals\r\ngenity,genius\r\ngeniues,genius\r\ngeniuine,genuine\r\ngeniunely,genuinely\r\ngeniuss,geniuses\r\ngeniva,geneva\r\ngenn,gen\r\ngenoimc,genomic\r\ngenoime,genome\r\ngenoius,genius\r\ngenonary,geometry\r\ngenoous,genius\r\ngenotyp,genotype\r\ngenous,genius\r\ngenral,general\r\ngenrally,generally\r\ngenrate,generate\r\ngenratec,generatec\r\ngenrated,generated\r\ngenratepress,generatepress\r\ngenrater,generater\r\ngenrates,generates\r\ngenrating,generating\r\ngenration,generation\r\ngenrational,generational\r\ngenrations,generations\r\ngenratios,generatios\r\ngenratlity,generatlity\r\ngenratoar,generatoar\r\ngenratology,generatology\r\ngenrator,generator\r\ngenratoraktiv,generatoraktiv\r\ngenratorbox,generatorbox\r\ngenratorlet,generatorlet\r\ngenrators,generators\r\ngenratpress,generatpress\r\ngenreal,general\r\ngenreally,generally\r\ngenreate,generate\r\ngenreated,generated\r\ngenreates,generates\r\ngenreating,generating\r\ngenreic,generic\r\ngenreral,general\r\ngenrerate,generate\r\ngenrerated,generated\r\ngenretated,generated\r\ngenric,generic\r\ngenroll,general\r\ngensis,genesis\r\ngentailia,genitalia\r\ngentalman,gentleman\r\ngentaly,gentally\r\ngentel,gentle\r\ngentelman,gentleman\r\ngentelmen,gentlemen\r\ngenteration,generation\r\ngentialia,genitalia\r\ngentials,genitals\r\ngentlemanne,gentlemen\r\ngentlemn,gentlemen\r\ngento,gentoo\r\ngenuanlly,genunally\r\ngenues,genius\r\ngenuienly,genuinely\r\ngenuinelly,genuinely\r\ngenuinley,genuinely\r\ngenuinly,genuinely\r\ngenuis,genius\r\ngenuises,geniuses\r\ngenuse,genius\r\ngenuss,genius\r\ngeo-boundaires,geo-boundaries\r\ngeoagraphic,geographic\r\ngeocience,geoscience\r\ngeociences,geosciences\r\ngeocient,geoscient\r\ngeocientific,geoscientific\r\ngeocientifically,geoscientifically\r\ngeocientious,geoscientious\r\ngeocientiously,geoscientiously\r\ngeociently,geosciently\r\ngeogamgrey,geometry\r\ngeoge,george\r\ngeogetown,georgetown\r\ngeogia,georgia\r\ngeogian,georgian\r\ngeogians,georgians\r\ngeogias,georgias\r\ngeograhpical,geographical\r\ngeographacilly,geographically\r\ngeographcial,GeoGraphical\r\ngeographcially,GeoGraphically\r\ngeographcials,GeoGraphicals\r\ngeographial,GeoGraphical\r\ngeographially,GeoGraphically\r\ngeographials,GeoGraphicals\r\ngeographicaly,geographically\r\ngeographicial,geographical\r\ngeographicially,GeoGraphically\r\ngeographicials,GeoGraphicals\r\ngeographicly,geographical\r\ngeographisch,geographic\r\ngeographycally,geographically\r\ngeograpy,geography\r\ngeogre,george\r\ngeogretown,georgetown\r\ngeogria,georgia\r\ngeogrian,georgian\r\ngeogrians,georgians\r\ngeogrias,georgias\r\ngeogrous,gorgeous\r\ngeogrpahic,geographic\r\ngeogrpahical,geographical\r\ngeogrpahically,geographically\r\ngeogrpahie,geographie\r\ngeogrpahies,geographies\r\ngeogrpahy,geography\r\ngeolagic,geologic\r\ngeolcation,geolocation\r\ngeolgic,geologic\r\ngeolgical,geological\r\ngeolgists,geologists\r\ngeoligical,geological\r\ngeoligist,geologist\r\ngeoligists,geologists\r\ngeoloation,geolocation\r\ngeolocatioin,geolocation\r\ngeolocatoin,geolocation\r\ngeoloction,geolocation\r\ngeomatery,geometry\r\ngeomatory,geometry\r\ngeomatry,geometry\r\ngeomeltry,geometry\r\ngeomentry,geometry\r\ngeomeotry,geometry\r\ngeomertry,geometry\r\ngeomerty,geometry\r\ngeometary,geometry\r\ngeometery,geometry\r\ngeometrey,geometry\r\ngeometriy,geometry\r\ngeomety,geometry\r\ngeomiorty,geometry\r\ngeomitec,geometry\r\ngeomitree,geometry\r\ngeomitry,geometry\r\ngeommitry,geometry\r\ngeomometry,geometry\r\ngeomoratry,geometry\r\ngeomorfoligica,geomorfologica\r\ngeomotary,geometry\r\ngeomotery,geometry\r\ngeomotre,geometry\r\ngeomotree,geometry\r\ngeomotry,geometry\r\ngeomratry,geometry\r\ngeomtery,geometry\r\ngeomtry,geometry\r\ngeoology,geology\r\ngeoomentry,geometry\r\ngeopraphically,geographically\r\ngeorgeous,gorgeous\r\ngeorgious,gorgeous\r\ngeorgous,gorgeous\r\ngeorgry,geometry\r\ngeorgus,gorgeous\r\ngeoriga,georgia\r\ngeorigan,georgian\r\ngeorigans,georgians\r\ngeorigas,georgias\r\ngeormerly,geometry\r\ngeosience,geoscience\r\ngeosiences,geosciences\r\ngeosient,geoscient\r\ngeosientific,geoscientific\r\ngeosientifically,geoscientifically\r\ngeosientious,geoscientious\r\ngeosientiously,geoscientiously\r\ngeosiently,geosciently\r\ngeospacial,geospatial\r\ngeotaggging,geotagging\r\ngeotechnolgies,geotechnologies\r\ngeoup,group\r\ngeranlly,gernally\r\ngerat,great\r\ngerated,generated\r\ngerates,generates\r\ngerd,guard\r\ngerdually,gradually\r\ngerenic,generic\r\ngererating,generating\r\ngergious,gorgeous\r\ngerious,gorgeous\r\ngermabilty,germability\r\ngermaniac,germanic\r\ngermanisch,germanic\r\ngermanos,germans\r\ngermanus,germans\r\ngernade,grenade\r\ngernades,grenades\r\ngerneral,general\r\ngernerate,generate\r\ngeroge,george\r\ngerogetown,georgetown\r\ngerogia,georgia\r\ngerogian,georgian\r\ngerogians,georgians\r\ngerogias,georgias\r\ngeromatory,geometry\r\ngeronotolgical,geronotological\r\ngerougous,gorgeous\r\ngert,great\r\ngery,grey\r\ngess,grass\r\ngessed,guessed\r\ngest,gets\r\nget's,gets\r\ngetea,gate\r\ngeter,getter\r\ngetfittter,getfitter\r\ngether,gather\r\ngethers,gathers\r\ngeting,getting\r\ngetmappping,getmapping\r\ngetmodify,modify\r\ngetrs,gets\r\ngetst,gets\r\ngett,get\r\ngettig,getting\r\ngettign,getting\r\ngettin,getting\r\ngettins,getting\r\ngettter,getter\r\ngettters,getters\r\ngettting,getting\r\ngettysberg,gettysburg\r\ngettysbourg,gettysburg\r\ngetvisiblity,getvisibility\r\ngeumatry,geometry\r\ngeurds,guards\r\ngeurrilla,guerrilla\r\ngeve,give\r\ngewurtztraminer,gewürztraminer\r\ngewurztraminer,gewürztraminer\r\ngeys,greys\r\ngfor,for\r\nggap,gap\r\ngget,get\r\nggregation,aggregation\r\nghandi,gandhi\r\nghangeset,changeset\r\nghanian,ghanaian\r\nghanians,ghanaians\r\nghas,has\r\ngherking,gherkin\r\nghostaly,ghostally\r\nghostzappper,ghostzapper\r\ngiagbyte,gigabyte\r\ngialog,dialog\r\ngiave,give\r\ngibblity,gibbility\r\ngiben,given\r\ngibralter,Gibraltar\r\ngicons,icons\r\ngid,grid\r\ngidddings,giddings\r\ngide,guide\r\ngidits,digits\r\ngievn,given\r\ngife,give\r\ngifffer,giffer\r\ngigabtye,gigabyte\r\ngigabye,gigabyte\r\ngigahertzs,GigaHertz\r\ngigantisch,gigantic\r\ngigaybte,gigabyte\r\ngigbayte,gigabyte\r\ngiggabilty,giggability\r\ngigling,giggling\r\ngignatic,gigantic\r\ngiimport,import\r\ngiing,giving\r\ngilllings,gillings\r\ngilowed,glowed\r\ngiltched,glitched\r\ngiltches,glitches\r\ngiltchy,glitchy\r\ngilty,guilty\r\ngim,gm\r\ngimmickers,gimmicks\r\ngimmickey,gimmicky\r\ngimmickly,gimmicky\r\ngimmics,gimmicks\r\ngimmicy,gimmicky\r\ngindergarden,kindergarten\r\ngindergardin,kindergarten\r\nginess,genius\r\ngingam,gingham\r\ngingum,gingham\r\nginnning,ginning\r\ngint,pint\r\ngip,git\r\ngippping,gipping\r\ngirafffe,giraffe\r\ngirate,gyrate\r\ngirated,gyrated\r\ngirates,gyrates\r\ngirating,gyrating\r\ngiration,gyration\r\ngirefing,griefing\r\ngirfreind,girlfriend\r\ngirfreinds,girlfriends\r\ngirfriend,girlfriend\r\ngirfriends,girlfriends\r\ngirles,girls\r\ngirlfirend,girlfriend\r\ngirlfirends,girlfriends\r\ngirlfreind,girlfriend\r\ngirlfreinded,girlfriended\r\ngirlfreindly,girlfriendly\r\ngirlfreinds,girlfriends\r\ngirlfried,girlfriend\r\ngirlfriens,girlfriends\r\ngirlfrients,girlfriends\r\ngirlfrinds,girlfriends\r\ngirlfrined,girlfriends\r\ngirll,girl\r\ngirlling,grilling\r\ngirzzly,grizzly\r\ngitting,getting\r\ngiuard,guard\r\ngiude,guide\r\ngiudes,guides\r\ngiuldhall,guildhall\r\ngiult,guilt\r\ngiuven,given\r\ngiv,give\r\ngiv-svn,git-svn\r\ngivean,give\r\ngivebuttter,givebutter\r\ngived,given\r\ngivees,gives\r\ngivein,given\r\ngiveing,giving\r\ngiveings,givings\r\ngivem,given\r\ngivena,given\r\ngivendirectory,directory\r\ngivened,given\r\ngiveng,given\r\ngivent,given\r\ngivien,given\r\ngivin,giving\r\ngivly,gively\r\ngivn,given\r\ngivne,given\r\ngivs,gives\r\ngizom,gizmo\r\ngizp,gzip\r\ngjirokaster,gjirokastër\r\nglabal,global\r\nglabed,glowed\r\nglacnce,glance\r\ngladfuly,gladfully\r\ngladiatr,gladiator\r\nglady,gladly\r\nglagsow,glasgow\r\nglaicer,glacier\r\nglamourous,glamorous\r\nglan,plan\r\nglarry,gallery\r\nglars,glass\r\nglary,gallery\r\nglas,glass\r\nglases,glasses\r\nglass-rooms,classrooms\r\nglasser,glasses\r\nglatt,glad\r\nglawd,glowed\r\nglazzzed,glazzed\r\nglboally,globally\r\ngleefuly,gleefully\r\nglendennning,glendenning\r\nglennner,glenner\r\nglere,gallery\r\nglichted,glitched\r\nglichtes,glitches\r\nglicthed,glitched\r\nglicthes,glitches\r\nglicthy,glitchy\r\nglight,flight\r\ngliiiittttter,gliiiitter\r\nglimers,climbers\r\nglimpes,glimpse\r\nglimspe,glimpse\r\nglipmse,glimpse\r\nglistn,glisten\r\nglistnable,glistenable\r\nglistned,glistened\r\nglistner,glistener\r\nglistners,glisteners\r\nglistnership,glistenership\r\nglistnerships,glistenerships\r\nglistning,glistening\r\nglistns,glistens\r\nglitchd,glitched\r\nglitchey,glitchy\r\nglitchly,glitchy\r\nglitchs,glitches\r\nglitchty,glitchy\r\nglithced,glitched\r\nglithces,glitches\r\nglithcy,glitchy\r\nglittter,glitter\r\nglittters,glitters\r\nglitttttter,glitter\r\ngloabl,global\r\ngloablly,globally\r\ngload,glowed\r\ngloaded,glowed\r\ngloba,global\r\nglobablly,globally\r\nglobal-exclode,global-exclude\r\nglobal-postion,global-position\r\ngloball,global\r\nglobaly,globally\r\nglobb,glob\r\nglobbbing,globbing\r\nglobehoppper,globehopper\r\nglobgal,global\r\nglobl,global\r\ngloble,global\r\nglobol,global\r\nglod,glowed\r\nglodberg,goldberg\r\nglode,glowed\r\ngloded,glowed\r\ngloden,golden\r\nglodfish,goldfish\r\ngloed,glowed\r\nglog,glob\r\nglogal,global\r\nglogg,glögg\r\ngloiath,goliath\r\ngloing,going\r\nglommming,glomming\r\nglomy,gloomy\r\ngloogle,google\r\ngloomming,gloomy\r\nglopbal,global\r\nglorifierad,glorified\r\nglorifindel,glorified\r\nglorios,glorious\r\ngloriuos,glorious\r\nglossayr,glossary\r\nglossry,glossary\r\ngloud,glowed\r\ngloued,glowed\r\nglourious,glorious\r\ngloval,global\r\nglovs,gloves\r\ngloweld,glowed\r\nglowwing,glowing\r\nglowwwwing,glowwwing\r\nglpyh,glyph\r\nglpyhs,glyphs\r\nglrey,gallery\r\ngltiched,glitched\r\ngltiches,glitches\r\ngltichy,glitchy\r\nglyphsalloc,glyphs\r\nglyths,glyphs\r\ngmae,game\r\ngmaertag,gamertag\r\ngme,gem\r\ngmodkilller,gmodkiller\r\ngnaking,ganking\r\ngnawwed,gnawed\r\ngneerate,generate\r\ngneeric,generic\r\ngneral,general\r\ngnerates,generates\r\ngneration,generation\r\ngnerator,generator\r\ngneric,generic\r\ngnome-shell-screensot,gnome-shell-screenshot\r\ngnore,ignore\r\ngoalgettters,goalgetters\r\ngoalkeaper,goalkeeper\r\ngoalkeepr,goalkeeper\r\ngoalkeeprs,goalkeeper\r\ngoalkepeer,goalkeeper\r\ngoast,ghost\r\ngobal,global\r\ngoberment,government\r\ngobernement,government\r\ngobernment,government\r\ngoblings,goblins\r\ngoc,hoc\r\ngochas,gotchas\r\ngodafther,godfather\r\ngoddammn,goddamn\r\ngoddammt,goddammit\r\ngoddanm,goddamn\r\ngoddman,goddamn\r\ngodess,goddess\r\ngodesses,goddesses\r\ngodev,go\r\ngodlberg,goldberg\r\ngodlfish,goldfish\r\ngodliek,godlike\r\ngodlman,goldman\r\ngodounov,godunov\r\ngodpseed,godspeed\r\ngodsped,godspeed\r\ngodspede,godspeed\r\ngodspeeed,godspeed\r\ngoegraphic,geographic\r\ngoegraphical,geographical\r\ngoegraphically,geographically\r\ngoegraphicaly,geographically\r\ngoegraphy,geography\r\ngoerge,George\r\ngoergetown,georgetown\r\ngoergia,georgia\r\ngoergian,georgian\r\ngoergians,georgians\r\ngoergias,georgias\r\ngofuly,gofully\r\ngogin,going\r\ngogole,google\r\ngoign,going\r\ngoiing,going\r\ngoilath,goliath\r\ngoin,going\r\ngoinf,going\r\ngoinng,going\r\ngoint,going\r\ngolaith,goliath\r\ngolakeeper,goalkeeper\r\ngolbal,global\r\ngolbins,goblins\r\ngoldamn,goldman\r\ngoldbeg,goldberg\r\ngoldburger,goldberg\r\ngoldfisch,goldfish\r\ngoldifsh,goldfish\r\ngoldike,godlike\r\ngoldin,golden\r\ngolery,gallery\r\ngolgicide,gologicide\r\ngolitah,goliath\r\ngollaped,galloped\r\ngolled,galloped\r\ngollem,golem\r\ngollems,golems\r\ngollow,follow\r\ngolly-wogs,golliwogs\r\ngolped,galloped\r\ngomatray,geometry\r\ngome,gone\r\ngomeing,going\r\ngometry,geometry\r\ngomg,gong\r\ngomgs,gongs\r\ngoming,coming\r\ngomment,government\r\ngommon,common\r\ngomonerty,geometry\r\ngon,gone\r\ngondition,conditions\r\ngonewidl,gonewild\r\ngongratulations,congratulations\r\ngonig,going\r\ngoning,going\r\ngonne,gone\r\ngoocle,google\r\ngood-humourdly,good humouredly\r\ngood-temper,good-tempered\r\ngoodby,goodbye\r\ngoodes,goods\r\ngoodlcuk,goodluck\r\ngoodle,google\r\ngoodluk,goodluck\r\ngoodnes,goodness\r\ngoodnewws,goodnews\r\ngoodstanding,good standing\r\ngoodwillled,goodwilled\r\ngoogd,good\r\ngoogla,google\r\ngoogline,googling\r\ngoole's,google's\r\ngoole,google\r\ngoolg,google\r\ngoolge,google\r\ngoood,good\r\ngoorvy,groovy\r\ngoos,goose\r\ngoosebumbps,goosebumps\r\ngoosebumbs,goosebumps\r\ngoosebums,goosebumps\r\ngoosegumps,goosebumps\r\ngoosepumps,goosebumps\r\ngoot,got\r\ngopes,groups\r\ngorages,gorgeous\r\ngordeous,gorgeous\r\ngordges,gorgeous\r\ngordgous,gorgeous\r\ngordigous,gorgeous\r\ngordious,gorgeous\r\ngordius,gorgeous\r\ngordous,gorgeous\r\ngorduious,gorgeous\r\ngorduous,gorgeous\r\ngordus,gorgeous\r\ngoregous,gorgeous\r\ngoreous,gorgeous\r\ngoreshadowing,foreshadowing\r\ngorestrous,gorgeous\r\ngorgas,gorgeous\r\ngorgeious,gorgeous\r\ngorgess,gorgeous\r\ngorgeuos,gorgeous\r\ngorgeuosssssss,gorgeousssssss\r\ngorgeus,gorgeous\r\ngorgioud,gorgeous\r\ngorgious,gorgeous\r\ngorgiously,gorgeously\r\ngorgius,gorgeous\r\ngorgoeus,gorgeous\r\ngorgous,gorgeous\r\ngorgouse,gorgeous\r\ngorguis,gorgeous\r\ngorguos,gorgeous\r\ngorgus,gorgeous\r\ngorguses,gorgeous\r\ngorguss,gorgeous\r\ngorillia,gorilla\r\ngorillla,gorilla\r\ngorious,gorgeous\r\ngorjous,gorgeous\r\ngorjust,gorgeous\r\ngornd,gone\r\ngornups,groups\r\ngorumet,gourmet\r\ngorup,group\r\ngorups,groups\r\ngorvement,goverment\r\ngos,goes\r\ngose,goose\r\ngosepls,gospels\r\ngoshoppping,goshopping\r\ngosip,gossip\r\ngospells,gospels\r\ngosples,gospels\r\ngotcha's,gotchas\r\ngote,goat\r\ngoten,gotten\r\ngotener,gottener\r\ngotenest,gottenest\r\ngotenstone,gottenstone\r\ngotenstones,gottenstones\r\ngoterdamerung,götterdämmerung\r\ngothenberg,gothenburg\r\ngothenbourg,gothenburg\r\ngots,gets\r\ngottingen,göttingen\r\ngottleib,gottlieb\r\ngotton,gotten\r\ngottten,gotten\r\ngotttener,gottener\r\ngotttenest,gottenest\r\ngotttenstone,gottenstone\r\ngotttenstones,gottenstones\r\ngoudeous,gorgeous\r\ngoup,group\r\ngource,source\r\ngourgace,gorgeous\r\ngourgeous,gorgeous\r\ngourgous,gorgeous\r\ngourmelt,gourmet\r\ngourment,gourmet\r\ngourougas,gorgeous\r\ngourous,gorgeous\r\ngouvener,governor\r\ngouveners,governors\r\ngouvenership,governorship\r\ngouvenerships,governorships\r\ngouvges,gorgeous\r\ngove,give\r\ngovement,government\r\ngovemental,governmental\r\ngovementally,governmentally\r\ngovements,governments\r\ngovemet,government\r\ngovemetal,governmental\r\ngovemetally,governmentally\r\ngovemeter,government\r\ngovemets,governments\r\ngovemont,government\r\ngovemrent,goverment\r\ngoven,given\r\ngovener,governor\r\ngoveners,governors\r\ngovenership,governorship\r\ngovenerships,governorships\r\ngovenment,government\r\ngovenmental,governmental\r\ngovenmentally,governmentally\r\ngovenments,governments\r\ngovenmet,government\r\ngovenmetal,governmental\r\ngovenmetally,governmentally\r\ngovenmets,governments\r\ngovenor,governor\r\ngovenrment,government\r\ngovenrmental,governmental\r\ngovenrmentally,governmentally\r\ngovenrments,governments\r\ngovenrmet,government\r\ngovenrmetal,governmental\r\ngovenrmetally,governmentally\r\ngovenrmets,governments\r\ngover,govern\r\ngoverance,governance\r\ngoveremnt,goverment\r\ngoverend,governed\r\ngoverened,governed\r\ngoverening,governing\r\ngoverenment,government\r\ngoverenor,governor\r\ngoverenors,governors\r\ngoverens,governs\r\ngovermant,government\r\ngovermenet,goverment\r\ngoverment,government\r\ngovermental,governmental\r\ngovermentalist,governmentalist\r\ngovermentality,governmentality\r\ngovermentally,governmentally\r\ngoverments,governments\r\ngovermet,goverment\r\ngovermetal,governmental\r\ngovermetally,governmentally\r\ngovermetn,goverment\r\ngovermets,governments\r\ngovermne,government\r\ngovermnent,governments\r\ngovermnental,governmental\r\ngovermnentally,governmentally\r\ngovermnents,governments\r\ngovermnet,goverment\r\ngovermnetal,governmental\r\ngovermnetally,governmentally\r\ngovermnets,governments\r\ngovermont,government\r\ngovernement,government\r\ngovernemental,governmental\r\ngovernementally,governmentally\r\ngovernements,governments\r\ngovernemet,government\r\ngovernemetal,governmental\r\ngovernemetally,governmentally\r\ngovernemets,governments\r\ngovernemnt,government\r\ngovernemntal,governmental\r\ngovernemnts,governments\r\ngovernemt,government\r\ngovernence,governance\r\ngovernened,governed\r\ngoverner,governor\r\ngovernered,governed\r\ngoverners,governors\r\ngovernership,governorship\r\ngovernerships,governorships\r\ngovernmanet,governmental\r\ngovernmant,governmental\r\ngovernmeant,governmental\r\ngovernmentaly,governmentally\r\ngovernmential,governmental\r\ngovernmently,governmental\r\ngovernmet,governments\r\ngovernmetn,governments\r\ngovernmnent,government\r\ngovernmnental,governmental\r\ngovernmnentally,governmentally\r\ngovernmnents,governments\r\ngovernmnet,government\r\ngovernmnetal,governmental\r\ngovernmnetally,governmentally\r\ngovernmnets,governments\r\ngovernvment,governvement\r\ngovetment,government\r\ngovment,government\r\ngovmental,govemental\r\ngovnerment,government\r\ngovorment,government\r\ngovormental,governmental\r\ngovormentally,governmentally\r\ngovorments,governments\r\ngovormet,government\r\ngovormetal,governmental\r\ngovormetally,governmentally\r\ngovormets,governments\r\ngovornment,government\r\ngovornmental,governmental\r\ngovornmentally,governmentally\r\ngovornments,governments\r\ngovornmet,government\r\ngovornmetal,governmental\r\ngovornmetally,governmentally\r\ngovornmets,governments\r\ngovrement,goverment\r\ngowe,go\r\ngowed,good\r\ngowing,going\r\ngoyorges,gorgeous\r\ngp-build,go-build\r\ngpackage,package\r\ngpy,gyp\r\ngpysies,gypsies\r\ngraadully,gradually\r\ngraally,gradually\r\ngrababilty,grabability\r\ngrabage,garbage\r\ngrabbbed,grabbed\r\ngrabbbing,grabbing\r\ngrabbig,grabbing\r\ngrabbin,grabbing\r\ngrabe,grab\r\ngrabed,grabbed\r\ngrabing,grabbing\r\ngracefull,graceful\r\ngracefullly,gracefully\r\ngracefullness,gracefulness\r\ngracefulloy,gracefully\r\ngracefulls,gracefuls\r\ngracefuly,gracefully\r\ngraceously,graciously\r\ngraceully,gracefully\r\ngrachly,gradually\r\ngracioius,gracious\r\ngracioiusly,graciously\r\ngracioiusness,graciousness\r\ngraciouis,gracious\r\ngraciouisly,graciously\r\ngraciouisness,graciousness\r\ngraciuos,gracious\r\ngraciuosly,graciously\r\ngraciuosness,graciousness\r\ngracoius,gracious\r\ngracoiusly,graciously\r\ngracoiusness,graciousness\r\ngracouis,gracious\r\ngracouisly,graciously\r\ngracouisness,graciousness\r\ngradally,gradually\r\ngradaly,gradually\r\ngraddually,gradually\r\ngradean,guardian\r\ngradely,gradually\r\ngradeuely,gradually\r\ngradgle,gradually\r\ngradiant,gradient\r\ngradiants,gradients\r\ngradiating,graduating\r\ngradiation,graduation\r\ngradiends,gradients\r\ngradification,gratification\r\ngradily,gradually\r\ngraditude,gratitude\r\ngradjually,gradually\r\ngradoly,gradually\r\ngradruly,gradually\r\ngradson,grandson\r\ngraduacion,graduation\r\ngradualley,gradually\r\ngradualy,gradually\r\ngraduaste,graduates\r\ngraduateadmisssions,graduateadmissions\r\ngraduatin,graduation\r\ngraduatioin,graduation\r\ngraduley,gradually\r\ngradullay,gradually\r\ngradully,gradually\r\ngraduly,gradually\r\ngraduoly,gradually\r\ngradute,graduate\r\ngraduted,graduated\r\ngradutes,graduates\r\ngraduting,graduating\r\ngradution,graduation\r\ngradutions,graduations\r\ngrae,gray\r\ngraentee,grantee\r\ngraet,great\r\ngraffity,graffiti\r\ngrafical,graphical\r\ngrafics,graphics\r\ngrafield,garfield\r\ngrafitti,graffiti\r\ngrag,grab\r\ngragally,gradually\r\ngragauly,gradually\r\ngrage,gauge\r\ngragually,gradually\r\ngraguate,graduate\r\ngraguation,graduation\r\ngragully,gradually\r\ngraguly,gradually\r\ngrahical,graphical\r\ngrahics,graphics\r\ngrahite,graphite\r\ngrahpic,graphic\r\ngrahpical,graphical\r\ngrahpically,graphically\r\ngrahpics,graphics\r\ngrahpite,graphite\r\ngrahps,graphs\r\ngraident,gradient\r\ngraidents,gradients\r\ngrainte,granite\r\ngrainted,grained\r\ngrainularity,granularity\r\ngrait,great\r\ngrajetfull,grateful\r\ngrajoly,gradually\r\ngralulary,gradually\r\ngramamr,grammar\r\ngramamrs,grammars\r\ngramaphone,gramophone\r\ngramaphones,gramophones\r\ngramar,grammar\r\ngramatical,grammatic\r\ngramaticale,grammaticale\r\ngramaticales,grammaticales\r\ngramaticalidad,grammaticalidad\r\ngramaticalimb,grammaticalimb\r\ngramatically,grammatically\r\ngramatically-correct,grammatically-correct\r\ngramaticalmente,grammaticalmente\r\ngramaticaly,grammaticaly\r\ngramattical,grammatical\r\ngrambled,scrambled\r\ngrammaor,grammar\r\ngrammarical,grammatical\r\ngrammarically,grammatically\r\ngrammaticaal,grammatical\r\ngrammaticallity,grammatically\r\ngrammaticaly,grammatically\r\ngrammaticly,grammatical\r\ngrammatly,grammately\r\ngrammer,grammar\r\ngrammerian,grammarian\r\ngrammerians,grammarians\r\ngrammers,grammars\r\ngrammitical,grammatical\r\ngrammmer,grammer\r\ngrammophon,gramophone\r\ngrammr,grammar\r\ngranaette,guarantee\r\ngrananteed,guaranteed\r\ngranatee,guaranteed\r\ngranautee,guarantee\r\ngranced,granted\r\ngranchild,grandchild\r\ngranchildren,grandchildren\r\ngrandaughter,granddaughter\r\ngrandchilden,grandchildren\r\ngrandchilder,grandchildren\r\ngrandchilderen,grandchildren\r\ngrandchildern,grandchildren\r\ngrandchilderns',grandchildren's\r\ngrandchilderns's,grandchildren's\r\ngrandchilderns,grandchildren's\r\ngrandchilderns’,grandchildren's\r\ngrandchilderns’s,grandchildren's\r\ngrandchilderns′,grandchildren's\r\ngrandchilderns′s,grandchildren's\r\ngrandchildrens',grandchildren's\r\ngrandchildrens's,grandchildren's\r\ngrandchildrens,grandchildren's\r\ngrandchildrens’,grandchildren's\r\ngrandchildrens’s,grandchildren's\r\ngrandchildrens′,grandchildren's\r\ngrandchildrens′s,grandchildren's\r\ngrandchilren,grandchildren\r\ngrandfarther,grandfather\r\ngrandhild,grandchild\r\ngrandient,gradient\r\ngrandna,grandma\r\ngrandnother,grandmother\r\ngrandpar,grandpa\r\ngrandport,grandparent\r\ngranduer,grandeur\r\ngrandular,granular\r\ngrandully,gradually\r\ngrandure,grandeur\r\ngrane,grain\r\ngraned,grand\r\ngraneted,granted\r\ngranetee,guarantee\r\ngranfather,grandfather\r\ngraniet,granite\r\ngranilarity,granularity\r\ngranmother,grandmother\r\ngranolla,granola\r\ngranparent,grandparent\r\ngranson,grandson\r\ngransons,grandsons\r\ngrantere,guarantee\r\ngrantie,granite\r\ngrantts,grants\r\ngranual,granular\r\ngranualar,granular\r\ngranuality,granularity\r\ngranually,granularly\r\ngranualrity,granularity\r\ngranularit,granularity\r\ngranulatiry,granularity\r\ngraoh,graph\r\ngraohite,graphite\r\ngrap,graph\r\ngrapefriut,grapefruit\r\ngrapefrukt,grapefruit\r\ngrapg,graph\r\ngraphcially,graphically\r\ngraphcis,graphics\r\ngraphica,graphical\r\ngraphicaly,graphically\r\ngraphiclly,graphically\r\ngraphie,graphite\r\ngraphire,graphite\r\ngraphis,graphics\r\ngraphtie,graphite\r\ngrapic,graphic\r\ngrapichs,graphics\r\ngrapics,graphics\r\ngrappel,grapple\r\ngrapping,grabbing\r\ngrappnel,grapple\r\ngraps,grapes\r\ngraraerly,gradually\r\ngrascious,gracious\r\ngrasciously,graciously\r\ngrasciousness,graciousness\r\ngrasnt,grant\r\ngrasshoppper,grasshopper\r\ngrasshopppers,grasshoppers\r\ngrassrooots,grassroots\r\ngrassrooters,grassroots\r\ngrat,great\r\ngratefull,grateful\r\ngratefullly,gratefully\r\ngratefullness,gratefulness\r\ngratefulls,gratefuls\r\ngratefuly,gratefully\r\ngrately,greatly\r\ngratest,greatest\r\ngratful,grateful\r\ngratfull,gratefull\r\ngratfully,gratefully\r\ngratidude,gratitude\r\ngratidudes,gratitudes\r\ngratidudinal,gratitudinal\r\ngratidudinally,gratitudinally\r\ngratificacion,gratification\r\ngratificaiton,gratification\r\ngratiful,grateful\r\ngratious,gratuitous\r\ngratituous,gratuitous\r\ngratitute,gratitude\r\ngratitutes,gratitudes\r\ngratitutinal,gratitudinal\r\ngratitutinally,gratitudinally\r\ngratiutous,gratuitous\r\ngrativate,gravitate\r\ngrativational,gravitational\r\ngratly,greatly\r\ngrattitude,gratitude\r\ngratuelly,gradually\r\ngratuidous,gratuitous\r\ngratuitious,gratuitous\r\ngratuitiously,gratuitously\r\ngratuitiousness,gratuitousness\r\ngratuituos,gratuitous\r\ngratuituous,gratuitous\r\ngratutious,gratuitous\r\ngratutiously,gratuitously\r\ngratutiousness,gratuitousness\r\ngraualy,gradually\r\ngrauation,graduation\r\ngraudally,gradually\r\ngraudate,graduate\r\ngraudated,graduated\r\ngraudates,graduates\r\ngraudating,graduating\r\ngraudation,graduation\r\ngraudations,graduations\r\ngrauddy,gradually\r\ngraudilly,gradually\r\ngraudually,gradually\r\ngraudully,gradually\r\ngraueet,guarantee\r\ngraunilarity,granularity\r\ngrauntee,guarantee\r\ngrautually,gradually\r\ngravaled,graveled\r\ngravaler,graveler\r\ngravalers,gravelers\r\ngravatr,gravatar\r\ngravey,gravy\r\ngravitacional,gravitational\r\ngravitaitonal,gravitational\r\ngravitatie,gravitate\r\ngravitatiei,gravitate\r\ngravitationaly,gravitationally\r\ngravitationnal,gravitational\r\ngravle,gravel\r\ngravled,graveled\r\ngravleing,graveling\r\ngravler,graveler\r\ngravlers,gravelers\r\ngravles,gravels\r\ngravling,graveling\r\ngrawl,growl\r\ngread,grade\r\ngrealy,greatly\r\ngreande,grenade\r\ngreandes,grenades\r\ngreas,grease\r\ngreastest,greatest\r\ngreate,greater\r\ngreated,greeted\r\ngreateful,grateful\r\ngreately,greatly\r\ngreater then,greater than\r\ngreatful,grateful\r\ngreatfulbread,gratefulbread\r\ngreatfuldead,gratefuldead\r\ngreatfuldeadjerry,gratefuldeadjerry\r\ngreatfule,grateful\r\ngreatfulheart,gratefulheart\r\ngreatfull,grateful\r\ngreatfullbuys,gratefullbuys\r\ngreatfulll,gratefulll\r\ngreatfully,gratefully\r\ngreatfulmore,gratefulmore\r\ngreatfulness,gratefulness\r\ngreatfulpots,gratefulpots\r\ngreatfulsmile,gratefulsmile\r\ngreatfulthat,gratefulthat\r\ngreatfulundead,gratefulundead\r\ngreatfuly,gratefuly\r\ngreather,greater\r\ngreceful,graceful\r\ngreeater,greater\r\ngreecian,Grecian\r\ngreeding,greeting\r\ngreeen,green\r\ngreefield,greenfield\r\ngreenalnd,greenland\r\ngreeneer,greener\r\ngreenhoe,greenhouse\r\ngreenhosue,greenhouse\r\ngreenlad,greenland\r\ngreenore,greener\r\ngreetful,grateful\r\ngreetinb,greeting\r\ngreif,grief\r\ngreive,grieve\r\ngreivous,grievous\r\ngreivously,grievously\r\ngren,green\r\ngrenaders,grenades\r\ngrenads,grenades\r\ngreneer,greener\r\ngrenlets,greenlets\r\ngrenn,green\r\ngrent,great\r\ngreops,groups\r\ngreq,grep\r\ngres,grease\r\ngrestest,greatest\r\ngret,great\r\ngretaer,greater\r\ngretaly,gretally\r\ngrete,great\r\ngreusome,gruesome\r\ngreviance,grievance\r\ngreviances,grievances\r\ngrevious,grievous\r\ngriaffe,giraffe\r\ngriddder,gridder\r\ngridle,griddle\r\ngridled,griddled\r\ngridles,griddles\r\ngrieifng,griefing\r\ngriep,grippe\r\ngrievences,grievances\r\ngrievious,grievous\r\ngrieviously,grievously\r\ngrifeing,griefing\r\ngrifffing,griffing\r\ngril,girl\r\ngrilfriend,girlfriend\r\ngrilfriends,girlfriends\r\ngrillig,grilling\r\ngrillled,grilled\r\ngrilller,griller\r\ngrillling,grilling\r\ngrils,girls\r\ngrindabilty,grindability\r\ngrined,grind\r\ngringeworthy,cringeworthy\r\ngrinnning,grinning\r\ngripabilty,gripability\r\ngripp,grippe\r\ngrippabilty,grippability\r\ngrippper,gripper\r\ngrippping,gripping\r\ngript,grippe\r\ngriticism,criticism\r\ngriup,group\r\ngrived,grieved\r\ngrizzlay,grizzly\r\ngrizzley,grizzly\r\ngro,grow\r\ngrobs,groups\r\ngrocerys,groceries\r\ngroing,growing\r\ngrokkked,grokked\r\ngroled,glowed\r\ngrom,from\r\ngrommit,grommet\r\ngrond,ground\r\ngroops,groups\r\ngroouped,grouped\r\ngrooups,groups\r\ngrop,group\r\ngrops,groups\r\ngropu,group\r\ngropued,grouped\r\ngropuing,grouping\r\ngropus,groups\r\ngrose,gross\r\ngrosery,grocery\r\ngroth,growth\r\ngrou,group\r\ngroubdbreaking,groundbreaking\r\ngroudnbreaking,groundbreaking\r\ngroul,growl\r\ngroun,grown\r\ngrounte,guarantee\r\ngroupdata,group\r\ngroupe,group\r\ngroupes,grouped\r\ngroupp,group\r\ngroupped,grouped\r\ngroupping,grouping\r\ngroups's,group's\r\ngroupsex,group sex\r\ngroupss,groups\r\ngroupsπ,groups\r\ngrousp,groups\r\ngrouth,growth\r\ngrovaled,groveled\r\ngrovaler,groveler\r\ngrovalers,grovelers\r\ngroving,growing\r\ngrovle,grovel\r\ngrovled,groveled\r\ngrovleing,groveling\r\ngrovler,groveler\r\ngrovlers,grovelers\r\ngrovles,grovels\r\ngrovling,groveling\r\ngrovment,government\r\ngrovy,groovy\r\ngrowwing,growing\r\ngrowwwwwing,growwwwing\r\ngrpah,graph\r\ngrpahcis,graphcis\r\ngrpahcs,graphcs\r\ngrpahene,graphene\r\ngrpahic,graphic\r\ngrpahical,graphical\r\ngrpahically,graphically\r\ngrpahicdesigner,graphicdesigner\r\ngrpahics,graphics\r\ngrpahing,graphing\r\ngrpahique,graphique\r\ngrpahiques,graphiques\r\ngrpahite,graphite\r\ngrpahixtron,graphixtron\r\ngrpahs,graphs\r\ngrphic,graphic\r\ngrt,get\r\ngrtaphics,graphics\r\ngruantee,guaranteed\r\ngrubbber,grubber\r\ngruding,guarding\r\ngrumby,grumpy\r\ngrun,grunt\r\ngrund,grunt\r\ngrung,grunt\r\ngruop,group\r\ngruoped,grouped\r\ngruoping,grouping\r\ngruops,groups\r\ngrupe,grippe\r\ngrupes,groups\r\ngruseome,gruesome\r\ngrut,great\r\ngrwo,grow\r\ngrwon,grown\r\ngrwos,grows\r\ngsource,source\r\ngte,get\r\ngtom,from\r\nguadean,guardian\r\nguadge,gauge\r\nguadian,guardian\r\nguadually,gradually\r\nguaduloupe,guadalupe\r\nguadulupe,guadalupe\r\nguage,gauge\r\nguage-free,gauge-free\r\nguaged,gauged\r\nguages,gauges\r\nguaging,gauging\r\ngualley,gradually\r\nguanantee,guarantee\r\nguanatanmo,guantanamo\r\nguantamamo,guantanamo\r\nguantamano,guantanamo\r\nguantanameow,guantanamo\r\nguantanamero,guantanamo\r\nguantanano,guantanamo\r\nguantanemo,guantanamo\r\nguantano,guantanamo\r\nguantanoma,guantanamo\r\nguantanomo,guantanamo\r\nguantee,guarantee\r\nguantonamo,guantanamo\r\nguaradine,guardian\r\nguaraneteed,guaranteed\r\nguaranly,guarantee\r\nguarante,guarantee\r\nguaranted,guaranteed\r\nguaranteeds,guarantees\r\nguaranteee,guarantee\r\nguarantes,guarantees\r\nguarantess,guarantees\r\nguaranttee,guarantee\r\nguarantueed,guaranteed\r\nguarantuees,guarantees\r\nguarateed,guaranteed\r\nguarateeing,guaranteeing\r\nguaratees,guarantees\r\nguaraunteed,guaranteed\r\nguardain,guardian\r\nguardains,guardians\r\nguardean,guardian\r\nguardeed,guaranteed\r\nguardeen,guardian\r\nguarden,guardian\r\nguardend,guardian\r\nguardeon,guardian\r\nguardeun,guardian\r\nguardiands,guardians\r\nguardianes,guardians\r\nguardianis,guardians\r\nguardias,guardians\r\nguardien,guardian\r\nguardin,guardian\r\nguardine,guardian\r\nguardn,guard\r\nguareenteed,guaranteed\r\nguarente,guarantee\r\nguarented,guaranteed\r\nguarentee,guarantee\r\nguarenteed,guaranteed\r\nguarenteee,guarantee\r\nguarenteeed,guaranteed\r\nguarenteeing,guaranteeing\r\nguarentees,guarantees\r\nguarentied,guaranteed\r\nguarenty,guarantee\r\nguareteed,guaranteed\r\nguarian,guardian\r\nguaridan,guardian\r\nguaridans,guardians\r\nguarintee,guaranteed\r\nguarinteed,guaranteed\r\nguarnantee,guarantee\r\nguarnatee,guarantee\r\nguarnateed,guaranteed\r\nguarnatees,guarantees\r\nguarneetee,guarantee\r\nguarnenteed,guaranteed\r\nguarnte,guarantee\r\nguarnted,guaranteed\r\nguarntee,guaranteed\r\nguarnteed,guaranteed\r\nguarnteeded,guaranteed\r\nguarrant,guarantee\r\nguarrante,guarantee\r\nguarrantee,guarantee\r\nguarranteed,guaranteed\r\nguarranty,guarantee\r\nguarrente,guaranteed\r\nguarrentee,guaranteed\r\nguarrenteed,guaranteed\r\nguarrenty,guarantee\r\nguarrntee,guarantee\r\nguarrnteed,guaranteed\r\nguarrottee,guarantee\r\nguarrtee,guarantee\r\nguarrty,guarantee\r\nguartee,guarantee\r\nguarteed,guarantee\r\nguartien,guardian\r\nguartud,guaranteed\r\nguaruanteed,guaranteed\r\nguaruntee,guarantee\r\nguarunteed,guaranteed\r\nguaruntees,guarantees\r\nguassian,Gaussian\r\nguat,great\r\nguatamala,guatemala\r\nguatamalan,guatemalan\r\nguatamalans,guatemalans\r\nguatantee,guarantee\r\nguave,guava\r\ngude,guide\r\nguding,guarding\r\nguenea,guinea\r\nguenious,genius\r\ngueranteed,guaranteed\r\nguerrila,guerrilla\r\nguerrilas,guerrillas\r\nguerrillera,guerrilla\r\ngues,guest\r\nguesing,guessing\r\nguesssed,guessed\r\nguesssing,guessing\r\nguestions,questions\r\nguestogrpahics,guestographics\r\nguesture,gesture\r\ngug,bug\r\nguid,guide\r\nguideli,guidelines\r\nguidence,guidance\r\nguideslines,guidelines\r\nguidleines,guidelines\r\nguidline,guideline\r\nguidlines,guidelines\r\nguild-hall,guildhall\r\nguilded,gilded\r\nguildelines,guidelines\r\nguildlines,guidelines\r\nguilia,giulia\r\nguiliani,Giuliani\r\nguilio,giulio\r\nguilte,guilty\r\nguines,guinness\r\nguiness,guinness\r\nguinie,guinea\r\nguinnes,Guinness\r\nguirdean,guardian\r\nguirl,girl\r\nguiseppe,giuseppe\r\nguitards,guitars\r\nguitares,guitars\r\nguitarest,guitarist\r\nguitarit,guitarist\r\nguitarrist,guitarist\r\nguitlier,guiltier\r\nguitlies,guilties\r\nguitliest,guiltiest\r\nguitliness,guiltiness\r\nguitly,guilty\r\ngujurat,gujarat\r\ngujurati,gujarati\r\ngujuratis,gujaratis\r\ngulid,guild\r\ngullbile,gullible\r\ngullibe,gullible\r\ngullibilty,gullibility\r\ngulliblity,gullibility\r\ngult,gulf\r\ngulvenized,galvanized\r\ngun-powder,gunpowder\r\ngunanine,guanine\r\ngunatanamo,guantanamo\r\ngundamentalists,fundamentalists\r\nguniness,guinness\r\ngunlsinger,gunslinger\r\ngunniess,guinness\r\ngunnner,gunner\r\ngunnning,gunning\r\ngunnnner,gunner\r\ngunsiinger,gunslinger\r\ngunslanger,gunslinger\r\ngunsligner,gunslinger\r\ngunslingner,gunslinger\r\ngunstinger,gunslinger\r\nguond,gound\r\nguonde,gounde\r\nguondo,goundo\r\nguorgeous,gorgeous\r\nguorronte,guarantee\r\nguraded,guarded\r\nguradian,guardian\r\nguradians,guardians\r\ngurading,guarding\r\ngurante,guarantee\r\nguranted,guaranteed\r\ngurantee,guarantee\r\nguranteed,guaranteed\r\nguranteee,guarantee\r\nguranteeed,guaranteed\r\nguranteeing,guaranteeing\r\ngurantees,guarantees\r\ngurantte,guarantee\r\ngurdian,guardian\r\ngurented,guaranteed\r\ngurentee,guarantee\r\ngurenteed,guaranteed\r\nguresome,gruesome\r\ngurnetted,guaranteed\r\ngurranteed,guarantee\r\ngurrent,current\r\ngurrentee,guarantee\r\ngurriden,guardian\r\nguruantee,guarantee\r\nguse,use\r\ngussed,guessed\r\ngusssing,gussing\r\ngutaral,guttural\r\ngutaralism,gutturalism\r\ngutarally,gutturally\r\ngutaralness,gutturalness\r\ngutarals,gutturals\r\nguter,gutter\r\nguteral,guttural\r\nguteralism,gutturalism\r\nguterally,gutturally\r\nguteralness,gutturalness\r\nguterals,gutturals\r\ngutiarist,guitarist\r\ngutiars,guitars\r\nguttaral,guttural\r\nguttaralism,gutturalism\r\nguttarally,gutturally\r\nguttaralness,gutturalness\r\nguttarals,gutturals\r\ngutteral,guttural\r\ngutteralism,gutturalism\r\ngutterally,gutturally\r\ngutteralness,gutturalness\r\ngutterals,gutturals\r\nguttter,gutter\r\nguttters,gutters\r\nguttting,gutting\r\ngutural,guttural\r\nguturalism,gutturalism\r\nguturally,gutturally\r\nguturalness,gutturalness\r\nguturals,gutturals\r\nguurentee,guarantee\r\nguvement,government\r\nguven,given\r\nguvener,governor\r\nguveners,governors\r\nguvenership,governorship\r\nguvenerships,governorships\r\nguvenor,governor\r\nguvenors,governors\r\nguvenorship,governorship\r\nguvenorships,governorships\r\nguverment,government\r\nguverner,governor\r\nguverners,governors\r\nguvernership,governorship\r\nguvernerships,governorships\r\nguvernor,governor\r\nguvernors,governors\r\nguvernorship,governorship\r\nguvernorships,governorships\r\nguvment,guvement\r\ngvenror,governor\r\ngvenrors,governors\r\ngvenrorship,governorship\r\ngvenrorships,governorships\r\ngwws,gws\r\ngylphs,glyphs\r\ngymanstics,gymnastics\r\ngymn,gym\r\ngymnasitcs,gymnastics\r\ngyn,gym\r\ngynacolgist,gynacologist\r\ngynaecolgist,gynaecologist\r\ngynaecoligical,gynaecological\r\ngynaecoligist,gynaecologist\r\ngynecolgica,gynecologica\r\ngynecolgical,gynecological\r\ngynecolgists,gynecologists\r\ngynecoligical,gynecological\r\ngynecoligist,gynecologist\r\ngynecololgical,gynecolological\r\ngynmastics,gymnastics\r\ngynocoligical,gynocological\r\ngypises,gypsies\r\ngyspies,gypsies\r\ngzippped,gzipped\r\nhaaaapppppennnnning,haaaapppppenning\r\nhaack,hack\r\nhabaeus,habeas\r\nhabbit,habit\r\nhabdler,handler\r\nhabdlers,handlers\r\nhabe,have\r\nhabet,habit\r\nhabeus,habeas\r\nhability,ability\r\nhabillity,hability\r\nhabilty,hability\r\nhabitabilty,habitability\r\nhabitablity,habitability\r\nhabitaiblity,habitaibility\r\nhabitue,habitué\r\nhabituee,habituée\r\nhabituees,habituées\r\nhabitues,habitués\r\nhablities,habilities\r\nhabsberg,habsburg\r\nhabsbourg,habsburg\r\nhace,hare\r\nhach,hatch\r\nhached,hatched\r\nhachess,hatches\r\nhachet,hatchet\r\nhackabillity,hackability\r\nhackablel,hackable\r\nhackign,hacking\r\nhackstablity,hackstability\r\nhacthing,hatching\r\nhad'nt,hadn't\r\nhad`nt,hadn't\r\nhade,had\r\nhaden't,hadn't\r\nhader,harder\r\nhadlers,handler\r\nhadn;t,hadn't\r\nhadnbook,handbook\r\nhadndles,handles\r\nhadnt,hadn't\r\nhadr,hard\r\nhadrcoded,hardcoded\r\nhadshake,handshake\r\nhad’nt,hadn't\r\nhaed,heard\r\nhaeder,header\r\nhaematopatholgist,haematopathologist\r\nhaemorrage,haemorrhage\r\nhaemorraged,hemorrhaged\r\nhaemorrages,hemorrhages\r\nhaemorragic,hemorrhagic\r\nhaemorraging,hemorrhaging\r\nhaemotolgic,haemotologic\r\nhaer,hair\r\nhaethen,heathen\r\nhaev,have\r\nhaf,half\r\nhafe,have\r\nhaff,half\r\nhafltime,halftime\r\nhage,hedge\r\nhahve,have\r\nhailf,half\r\nhailfax,halifax\r\nhailled,hailed\r\nhailling,hailing\r\nhaing,having\r\nhairbreath,hairbreadth\r\nhairbreaths,hairbreadths\r\nhaircuit,haircut\r\nhaircuttting,haircutting\r\nhairdresssers,hairdressers\r\nhairdresssing,hairdressing\r\nhairpinnned,hairpinned\r\nhairstlye,hairstyle\r\nhairsytle,hairstyle\r\nhairylovvver,hairylovver\r\nhaitus,hiatus\r\nhalarious,hilarious\r\nhald,half\r\nhalfe,half\r\nhalfes,halves\r\nhalfiax,halifax\r\nhalfitme,halftime\r\nhalfs,halves\r\nhalft,half\r\nhalhwords,halfwords\r\nhalie-ii,halite-ii\r\nhallcuination,hallucination\r\nhallcuinations,hallucination\r\nhallicunation,hallucination\r\nhallicunations,hallucinations\r\nhallowean,halloween\r\nhalloweeen,halloween\r\nhallowen,halloween\r\nhallowwing,hallowing\r\nhallucenation,hallucination\r\nhallucenations,hallucinations\r\nhalluciantion,hallucinations\r\nhalluciantions,hallucinations\r\nhallucinaitons,hallucination\r\nhallucinatin,hallucinations\r\nhallucinaton,hallucination\r\nhallukination,hallucination\r\nhallunication,hallucination\r\nhallunications,hallucinations\r\nhallusination,hallucination\r\nhallusinations,hallucinations\r\nhalluzination,hallucination\r\nhalluzinations,hallucinations\r\nhalowean,halloween\r\nhaloween,halloween\r\nhalowen,halloween\r\nhalp,help\r\nhalping,helping\r\nhalycon,halcyon\r\nhambergers,hamburgers\r\nhambruger,hamburger\r\nhambung,hamburg\r\nhamburgare,hamburger\r\nhamburgaren,hamburger\r\nhamburgeres,hamburgers\r\nhamburges,hamburgers\r\nhamburgesa,hamburgers\r\nhamburglers,hamburgers\r\nhamburgles,hamburgers\r\nhamburgr,hamburgers\r\nhamburguers,hamburgers\r\nhamburgurs,hamburgers\r\nhamer,hammer\r\nhamitlon,hamilton\r\nhamless,harmless\r\nhamliton,hamilton\r\nhammerskjold,hammarskjold\r\nhammmer,hammer\r\nhammming,hamming\r\nhammning,hamming\r\nhamphsire,hampshire\r\nhamplet,pamphlet\r\nhampsire,hampshire\r\nhamsphire,hampshire\r\nhan,than\r\nhanbook,handbook\r\nhancler,handler\r\nhand-ball,handball\r\nhand-balls,handballs\r\nhandablity,handability\r\nhandbbok,handbook\r\nhandbok,handbook\r\nhandboook,handbook\r\nhandbreath,handbreadth\r\nhandbreaths,handbreadths\r\nhandcuffes,handcuffs\r\nhandcufs,handcuffs\r\nhande,handle\r\nhande-shake,handshake\r\nhandedley,handedly\r\nhandedlly,handedly\r\nhandedy,handedly\r\nhandel,handle\r\nhandelbars,handlebars\r\nhandeld,handled\r\nhandeldy,handedly\r\nhandeled,handled\r\nhandeling,handling\r\nhandellling,handelling\r\nhandelsregisternummmer,handelsregisternummer\r\nhandfull,handful\r\nhandhake,handshake\r\nhandhska,handshake\r\nhandhskae,handshake\r\nhandi-caped,handicapped\r\nhandicape,handicapped\r\nhandicaped,handicapped\r\nhandicapppers,handicappers\r\nhandicappping,handicapping\r\nhandicapt,handicapped\r\nhandichapte,handicapped\r\nhandiciekes,handkerchiefs\r\nhandikng,handling\r\nhandilng,handling\r\nhandker,handler\r\nhandlade,handled\r\nhandlare,handler\r\nhandlders,handlers\r\nhandlea,handle\r\nhandlebards,handlebars\r\nhandleded,handled\r\nhandledy,handedly\r\nhandleful,handful\r\nhandleing,handling\r\nhandlera,handler\r\nhandlere,handlers\r\nhandlering,handling\r\nhandlerx,handler\r\nhandlig,handling\r\nhandlign,handling\r\nhandlining,handling\r\nhandlle,handle\r\nhandllers,handlers\r\nhandlng,handling\r\nhandrwiting,handwriting\r\nhandsake,handshake\r\nhandsbreath,handsbreadth\r\nhandsbreaths,handsbreadths\r\nhandshack,handshake\r\nhandshaek,handshake\r\nhandsuppper,handsupper\r\nhandwrighting,handwriting\r\nhandwritng,handwriting\r\nhandwritting,handwriting\r\nhandycapped,handicapped\r\nhandywork,handiwork\r\nhaned,handed\r\nhange,change\r\nhangle,handle\r\nhanidcapped,handicapped\r\nhankerchief,handkerchief\r\nhankichies,handkerchiefs\r\nhanlde,handle\r\nhanlded,handled\r\nhanlder,handler\r\nhanldes,handles\r\nhanlding,handling\r\nhanle,handle\r\nhanlindling,handling\r\nhannbial,hannibal\r\nhannibl,hannibal\r\nhannner,hanner\r\nhans,hands\r\nhansem,handsome\r\nhanser,answer\r\nhanshake,handshake\r\nhanshakes,handshakes\r\nhansome,handsome\r\nhansommmer,hansommer\r\nhansum,handsome\r\nhanting,hunting\r\nhanuted,haunted\r\nhanve't,haven't\r\nhaorder,hoarder\r\nhaording,hoarding\r\nhape,shape\r\nhapen,happen\r\nhapended,happened\r\nhapened,happened\r\nhapening,happening\r\nhapenned,happened\r\nhapennning,hapenning\r\nhapens,happens\r\nhapily,happily\r\nhapiness,happiness\r\nhapmshire,hampshire\r\nhappaly,happily\r\nhappe,happy\r\nhapped,happen\r\nhappeist,happiest\r\nhappend,happened\r\nhappended,happened\r\nhappends,happens\r\nhappenend,happened\r\nhappenes,happens\r\nhappenging,happening\r\nhappenned,happened\r\nhappennings,happenings\r\nhapper,happen\r\nhappert,happy\r\nhappi,happy\r\nhappie,happy\r\nhappilly,happily\r\nhappiy,happy\r\nhapple,happy\r\nhappler,happy\r\nhappliy,happily\r\nhapply,happily\r\nhappn,happen\r\nhappned,happened\r\nhapppen,happen\r\nhappyer,happier\r\nhappynes,happiness\r\nhappyness,happiness\r\nhapr,happy\r\nhapsberg,hapsburg\r\nhapsbourg,hapsburg\r\nhapster,hamster\r\nhapy,happy\r\nharased,harassed\r\nharases,harasses\r\nharasing,harassing\r\nharasingly,harassingly\r\nharasings,harassings\r\nharasment,harassment\r\nharasments,harassments\r\nharassement,harassment\r\nharasssed,harassed\r\nharast,harassed\r\nharasted,harassed\r\nharber,harbour\r\nharcode,hardcode\r\nharcoded,hardcoded\r\nharcodes,hardcodes\r\nharcoding,hardcoding\r\nharcore,hardcore\r\nharde,hard\r\nhardely,hardly\r\nhardenabilty,hardenability\r\nhardend,hardened\r\nhardeneabilty,hardeneability\r\nhardenend,hardened\r\nhardley,hardly\r\nhardlined,hard-lined\r\nhardlinked,hardline\r\nhardocded,hardcoded\r\nhardst,harassed\r\nhardward,hardware\r\nhardwares,hardware\r\nhardwear,hardware\r\nhardwod,hardwood\r\nhardwoord,hardwood\r\nharest,harassed\r\nharf,half\r\nharger,harder\r\nharicut,haircut\r\nharised,harassed\r\nharistyle,hairstyle\r\nharldine,hardline\r\nharlfe,half\r\nharlod,harold\r\nharlodson,haroldson\r\nharmfuly,harmoniously\r\nharmoniacs,harmonic\r\nharmonisch,harmonic\r\nharmonius,harmonious\r\nharmotic,harmonic\r\nharn,hair\r\nharnesssing,harnessing\r\nharras,harass\r\nharrasd,harassed\r\nharrased,harassed\r\nharraseed,harassed\r\nharrasees,harasses\r\nharraseing,harassing\r\nharraseingly,harassingly\r\nharraseings,harassings\r\nharrasement,harassment\r\nharrasements,harassments\r\nharrases,harasses\r\nharrasing,harassing\r\nharrasingly,harassingly\r\nharrasings,harassings\r\nharrasment,harassment\r\nharrasments,harassments\r\nharrass,harass\r\nharrassed,harassed\r\nharrassement,harassment\r\nharrasses,harassed\r\nharrassing,harassing\r\nharrassingly,harassingly\r\nharrassment,harassment\r\nharrassments,harassments\r\nharrasssed,harrassed\r\nharrast,harassed\r\nharresed,harassed\r\nharressed,harassed\r\nharris,harassed\r\nharrisd,harassed\r\nharrised,harassed\r\nharrissed,harassed\r\nharristed,harassed\r\nharrrer,harrer\r\nharrus,harassed\r\nharryxfallling,harryxfalling\r\nharsted,harassed\r\nharsten,harassed\r\nhartty,hearty\r\nharvasting,harvesting\r\nharvestgain,harvesting\r\nharware,hardware\r\nharwdare,hardware\r\nhas'nt,hasn't\r\nhas`nt,hasn't\r\nhase,has\r\nhased,hashed\r\nhasehd,hashed\r\nhaselofffor,haseloffor\r\nhasen't,hasn't\r\nhases,hashes\r\nhasesh,hashes\r\nhasing,hashing\r\nhasn;t,hasn't\r\nhasnt't,hasn't\r\nhasnt,hasn't\r\nhass,has\r\nhassel,hassle\r\nhastaggging,hastagging\r\nhastate,hesitate\r\nhastely,hastily\r\nhastly,hastily\r\nhastyness,hastiness\r\nhas’nt,hasn't\r\nhatchig,hatching\r\nhatchign,hatching\r\nhatesink,heatsink\r\nhathcing,hatching\r\nhatian,haitian\r\nhattters,hatters\r\nhattting,hatting\r\nhaud,heard\r\nhauntig,haunting\r\nhaurd,heard\r\nhav,have\r\nhava,have\r\nhave'nt,haven't\r\nhave't,haven't\r\nhave-ing,having\r\nhave`nt,haven't\r\nhavea,have\r\nhaved,have\r\nhavein't,haven't\r\nhaveing,having\r\nhavel,have\r\nhaven',haven't\r\nhaven;t,haven't\r\nhavent',haven't\r\nhavent,haven't\r\nhaversting,harvesting\r\nhavest,harvest\r\nhavey,heavy\r\nhave’nt,haven't\r\nhavge,have\r\nhaviest,heaviest\r\nhavigator,navigator\r\nhavind,having\r\nhavn't,haven't\r\nhavn;t,haven't\r\nhavn`t,haven't\r\nhavne,have\r\nhavng,having\r\nhavn’t,haven't\r\nhavok,havoc\r\nhavs,has\r\nhavve,have\r\nhawai,hawaii\r\nhawwed,hawed\r\nhawwing,hawing\r\nhawwwing,hawwing\r\nhawwwwed,hawwwed\r\nhayday,heyday\r\nhaz,have\r\nhazerdous,hazardous\r\nhazyness,haziness\r\nhbeat,heartbeat\r\nhda,had\r\nhdd,ram\r\nhdinsight,hindsight\r\nhe'ss,he's\r\nhe;d,he'd\r\nhe;ll,he'll\r\nhe;s,he's\r\nheaader,header\r\nheacokten,helicopter\r\nhead-inital,head-initial\r\nhead-master,headmaster\r\nhead-misstress,headmistress\r\nheadace,headache\r\nheadachs,headaches\r\nheadahces,headaches\r\nheadawys,headways\r\nheadded,headed\r\nheadder,header\r\nheadders,headers\r\nheaddr,head\r\nheade,header\r\nheadears,headers\r\nheaderes,headers\r\nheadery,header\r\nheades,headers\r\nheadest,headset\r\nheadests,headsets\r\nheadge,hedge\r\nheadhpone,headphone\r\nheadhpones,headphones\r\nheadhsot,headshot\r\nheadline-usefull-links,headline-useful-links\r\nheadmastes,headmaster's\r\nheadmissteress,headmistress's\r\nheadmisstres,headmistress\r\nheadmisstress,headmistress\r\nheadmisstresse's,headmistress's\r\nheadmister,headmistress\r\nheadmisteress,headmistress\r\nheadmisters,headmistress\r\nheadmistres,headmistress\r\nheadmistriss,headmistress\r\nheadphoens,headphones\r\nheadqaurters,headquarters\r\nheadquarer,headquarter\r\nheadquartes,headquarters\r\nheadquater,headquarter\r\nheadquatered,headquartered\r\nheadquatering,headquartering\r\nheadquaters,headquarters\r\nheadquoters,headquarters\r\nheadqurter,headquarter\r\nheadqurtered,headquartered\r\nheadqurtering,headquartering\r\nheadqurters,headquarters\r\nheadr,header\r\nheadseat,headset\r\nheadses,headsets\r\nheadshoot,headshot\r\nheadshoots,headshot\r\nheadware,hardware\r\nheaep,heap\r\nheage,hedge\r\nhealckter,helicopter\r\nhealder,healer\r\nhealither,healthier\r\nhealt,health\r\nhealtcare,healthcare\r\nhealtchare,healthcare\r\nhealthbenefits,health benefits\r\nhealthc,health\r\nhealtheast,healthiest\r\nhealtheir,healthier\r\nhealthercare,healthcare\r\nhealthey,healthy\r\nhealthfuly,healthfully\r\nhealthiet,healthiest\r\nhealthire,healthier\r\nhealthit,healthiest\r\nhealthyest,healthiest\r\nhealty,healthy\r\nheapdhone,headphone\r\nheapdhones,headphones\r\nheaper,cheaper\r\nheaphones,headphones\r\nheaqder,header\r\nhearafter,hereafter\r\nhearbeat,heartbeat\r\nhearbeats,heartbeats\r\nheardmaster,headmaster\r\nheared,heard\r\nhearhtstone,hearthstone\r\nhearily,heavily\r\nhearn,earn\r\nheartbeart,heartbeat\r\nheartbeast,heartbeat\r\nheartborken,heartbroken\r\nheartborne,heartbroken\r\nheartbrake,heartbreak\r\nheartbraker,heartbreak\r\nheartbrakes,heartbreak\r\nheartfuly,heartfully\r\nhearthealthy,heart-healthy\r\nhearthfuly,hearthfully\r\nhearthrob,heartthrob\r\nhearthsone,hearthstone\r\nheartrendering,heart-rending\r\nheartsthone,hearthstone\r\nhearwith,herewith\r\nheasings,headings\r\nheastink,heatsink\r\nheat-transalator,heat-translator\r\nheatbeat,heartbeat\r\nheatbeats,heartbeats\r\nheathern,heathen\r\nheathier,healthier\r\nheathler,healthier\r\nheatlh,health\r\nheatlhcare,healthcare\r\nheatskin,heatsink\r\nheavally,heavily\r\nheavaly,heavily\r\nheaveny,heavenly\r\nheavey,heavy\r\nheavially,heavily\r\nheavialy,heavily\r\nheaviliy,heavily\r\nheavilly,heavily\r\nheaviweight,heavyweight\r\nheavly,heavily\r\nheavnely,heavenly\r\nheavyly,heavily\r\nheavyweght,heavyweight\r\nheavyweigt,heavyweight\r\nheavyweigth,heavyweight\r\nheavywieght,heavyweight\r\nheavywieghted,heavyweighted\r\nheavywieghting,heavyweighting\r\nheavywieghtless,heavyweightless\r\nheavywieghts,heavyweight\r\nhecadecimal,hexadecimal\r\nhecking,checking\r\nhecks,checks\r\nhecoter,helicopter\r\nhed,head\r\nhedader,header\r\nhedaer,header\r\nhedage,hedge\r\nhedeghog,hedgehog\r\nheder,header\r\nhedg,hedge\r\nhedgehodge,hedgehog\r\nhedgehoog,hedgehog\r\nhedgehorg,hedgehog\r\nhedmaster,headmaster\r\nheellp,help\r\nheep,heap\r\nheer,here\r\nheere,here\r\nheet,heat\r\nheg,hedge\r\nhegde,hedge\r\nhegdehog,hedgehog\r\nhege,hedge\r\nheger,hedge\r\nhegiht,height\r\nheiarchy,hierarchy\r\nheidelbourg,heidelberg\r\nheidelburg,heidelberg\r\nheigher,higher\r\nheighest,heights\r\nheighness,highness\r\nheighted,heightened\r\nheightend,heightened\r\nheighth,height\r\nheighthen,heighten\r\nheighthened,heightened\r\nheighthener,heightener\r\nheightheners,heighteners\r\nheighthening,heightening\r\nheighthens,heightens\r\nheighths,heights\r\nheightst,highest\r\nheightvector,height\r\nheighways,highways\r\nheignt,height\r\nheigth,height\r\nheigthened,heightened\r\nheigths,heights\r\nheigtht,height\r\nheilocopter,helicopter\r\nheilocopters,helicopters\r\nheimulller,heimuller\r\nheirach,hierarch\r\nheirachal,hierarchal\r\nheirachic,hierarchic\r\nheirachical,hierarchical\r\nheirachically,hierarchically\r\nheirachies,hierarchies\r\nheirachy,hierarchy\r\nheirarc,hierarch\r\nheirarcal,hierarchal\r\nheirarchical,hierarchical\r\nheirarchically,hierarchically\r\nheirarchies,hierarchies\r\nheirarchy,hierarchy\r\nheirarcic,hierarchic\r\nheirarcical,hierarchical\r\nheirarcies,hierarchies\r\nheirarcy,hierarchy\r\nheirerchy,hierarchy\r\nheiroglyph,hieroglyph\r\nheiroglyphic,hieroglyphic\r\nheiroglyphical,hieroglyphical\r\nheiroglyphically,hieroglyphically\r\nheiroglyphics,hieroglyphics\r\nheiroglyphs,hieroglyphs\r\nheistant,hesitant\r\nheistate,hesitate\r\nheistation,hesitation\r\nheit,height\r\nheivly,heively\r\nheje,hedge\r\nhel,heel\r\nhelanic,hellenic\r\nhelanistic,hellenistic\r\nhelath,health\r\nhelathcare,healthcare\r\nhelcopet,helicopter\r\nhelcopter,helicopter\r\nhelcoter,helicopter\r\nhelcotor,helicopter\r\nhelecepter,helicopter\r\nhelecocker,helicopter\r\nhelecoper,helicopter\r\nhelecopeter,helicopter\r\nhelecopker,helicopter\r\nhelecopter,helicopter\r\nhelecopters,helicopters\r\nhelecoptor,helicopter\r\nhelemts,helmets\r\nhelenic,hellenic\r\nhelenistic,hellenistic\r\nhelepier,helicopter\r\nheler,helper\r\nheleycopter,helicopter\r\nhelf,half\r\nhelfpul,helpful\r\nhelful,helpful\r\nhelicockter,helicopter\r\nhelicoctor,helicopter\r\nhelicoper,helicopter\r\nhelicopers,helicopters\r\nhelicopeter,helicopter\r\nhelicopitor,helicopter\r\nhelicopteros,helicopters\r\nhelicoptor,helicopter\r\nhelicoptors,helicopters\r\nhelicoter,helicopter\r\nhelicotot,helicopter\r\nhelicotper,helicopters\r\nhelicotpers,helicopters\r\nhelicpoter,helicopter\r\nhelicpoters,helicopters\r\nhelictoper,helicopter\r\nhelictopers,helicopters\r\nhelictor,helicopter\r\nheliecopter,helicopter\r\nheliecopters,helicopters\r\nhelikopter,helicopter\r\nhelikopters,helicopters\r\nheliocopter,helicopter\r\nheliocopters,helicopters\r\nheliun,helium\r\nhellecopter,helicopter\r\nhellecoter,helicopter\r\nhellfie,hellfire\r\nhellicoptor,helicopter\r\nhellifre,hellfire\r\nhello-steram,hello-stream\r\nhellow,hello\r\nhellp,help\r\nhellping,helping\r\nhellucination,hallucination\r\nhellucinations,hallucinations\r\nhelluvva,helluva\r\nhellvua,helluva\r\nhelment,helmet\r\nhelments,helmets\r\nhelo,hello\r\nhelocopter,helicopter\r\nhelocopters,helicopters\r\nheloers,helpers\r\nhelpemr,helper\r\nhelpes,helps\r\nhelpet,helper\r\nhelpfll,helpful\r\nhelpfu,helpful\r\nhelpfull,helpful\r\nhelpfullly,helpfully\r\nhelpfullness,helpfulness\r\nhelpfulls,helpfuls\r\nhelpfuly,helpfully\r\nhelpped,helped\r\nhelpr,helper\r\nhelpt,helped\r\nhelpter,helper\r\nhelt,held\r\nhelth,health\r\nhelthy,healthy\r\nhelycopter,helicopter\r\nhematolgic,hematologic\r\nhematolgist,hematologist\r\nhematolgists,hematologists\r\nhematoligist,hematologist\r\nhematopatholgist,hematopathologist\r\nhemi-shpere,hemisphere\r\nhemi-shperes,hemispheres\r\nhemi-spere,hemisphere\r\nhemi-speres,hemispheres\r\nhemi-spher,hemisphere\r\nhemi-sphers,hemispheres\r\nhemingwary,hemingway\r\nhemingwavy,hemingway\r\nhemipshere,hemisphere\r\nhemipsheres,hemisphere\r\nhemishpere,hemisphere\r\nhemishperes,hemisphere\r\nhemispere,hemisphere\r\nhemisperes,hemispheres\r\nhemispher,hemisphere\r\nhemisphers,hemispheres\r\nheml,helm\r\nhemlets,helmets\r\nhemmmer,hemmer\r\nhemmorage,hemorrhage\r\nhemmoraged,hemorrhaged\r\nhemmorages,hemorrhages\r\nhemmoragic,hemorrhagic\r\nhemmoraging,hemorrhaging\r\nhemmorhage,hemorrhage\r\nhemmorhaged,hemorrhaged\r\nhemmorhages,hemorrhages\r\nhemmorhagic,hemorrhagic\r\nhemmorhaging,hemorrhaging\r\nhemmorrage,hemorrhage\r\nhemmorraged,hemorrhaged\r\nhemmorrages,hemorrhages\r\nhemmorragic,hemorrhagic\r\nhemmorraging,hemorrhaging\r\nhemmorrhage,hemorrhage\r\nhemmorrhaged,hemorrhaged\r\nhemmorrhages,hemorrhages\r\nhemmorrhagic,hemorrhagic\r\nhemmorrhaging,hemorrhaging\r\nhemorage,haemorrhage\r\nhemoraged,hemorrhaged\r\nhemorages,hemorrhages\r\nhemoragic,hemorrhagic\r\nhemoraging,hemorrhaging\r\nhemorhage,hemorrhage\r\nhemorhaged,hemorrhaged\r\nhemorhages,hemorrhages\r\nhemorhagic,hemorrhagic\r\nhemorhaging,hemorrhaging\r\nhemorrage,hemorrhage\r\nhemorraghic,hemorrhagic\r\nhemotoligist,hemotologist\r\nhempishere,hemisphere\r\nhene,hence\r\nhenious,heinous\r\nhenlers,handlers\r\nhennning,henning\r\nhense,hence\r\nhensitate,hesitate\r\nhent,hint\r\nheod,heard\r\nheorics,heroics\r\nheorine,heroine\r\nhepatolgists,hepatologists\r\nheped,helped\r\nheper's,helper's\r\nheper,helper\r\nhepl,help\r\nhepler,helper\r\nheppens,happens\r\nheps,helps\r\nheptathalete,heptathlete\r\nheptathaletes,heptathletes\r\nheptathalon,heptathlon\r\nheptathalons,heptathlons\r\nheptathelete,heptathlete\r\nheptatheletes,heptathletes\r\nheptathelon,heptathlon\r\nheptathelons,heptathlons\r\nher's,hers\r\nhera,here\r\nherad,heard\r\nherader,header\r\nheraders,headers\r\nherat,heart\r\nheratag,heritage\r\nheratage,heritage\r\nheratages,heritages\r\nheratags,heritages\r\nheratbeats,heartbeats\r\nherathstone,hearthstone\r\nheratige,heritage\r\nherats,hearts\r\nherbaceuos,herbaceous\r\nherbacious,herbaceous\r\nherbaciously,herbaceously\r\nherbaciousness,herbaceousness\r\nherbacuos,herbaceous\r\nherbalolgic,herbalologic\r\nherbivare,herbivore\r\nherbivares,herbivores\r\nherbivarous,herbivorous\r\nherbivarously,herbivorously\r\nherbivere,herbivore\r\nherbiveres,herbivores\r\nherbiverous,herbivorous\r\nherbiverously,herbivorously\r\nherbivire,herbivore\r\nherbivires,herbivores\r\nherbivirous,herbivorous\r\nherbivirously,herbivorously\r\nherbivure,herbivore\r\nherbivures,herbivores\r\nherbivurous,herbivorous\r\nherbivurously,herbivorously\r\nherclues,hercules\r\nherculase,hercules\r\nherculeans,hercules\r\nherculeas,hercules\r\nherculeasy,hercules\r\nherculeees,hercules\r\nherculees,hercules\r\nherculeus,hercules\r\nhere-dokuments,here-documents\r\nhere;d,here'd\r\nhere;ll,here'll\r\nhere;s,here's\r\nhere;ve,here've\r\nhered,heard\r\nhereing,hearing\r\nherep,here\r\nhererosexual,heterosexual\r\nheresay,hearsay\r\nhereslf,herself\r\nhereslves,herselves\r\nheretag,heritage\r\nheretage,heritage\r\nheretages,heritages\r\nheretags,heritages\r\nheretofor,heretofore\r\nheretosexual,heterosexual\r\nherew,here\r\nherge,hergé\r\nheriarchy,hierarchy\r\nheriditary,hereditary\r\nheridity,heredity\r\nherin,herein\r\nhering,hearing\r\nheriocs,heroics\r\nherione,heroine\r\nheritabilty,heritability\r\nheritablities,heritabilities\r\nheritablity,heritability\r\nheritence,heritance\r\nherleacoter,helicopter\r\nherlo,hello\r\nherlper,helper\r\nherniatioin,herniation\r\nherocis,heroics\r\nheroe's,hero's\r\nheroe,hero\r\nheroes-api,heroes-web\r\nheroicas,heroics\r\nheroices,heroics\r\nheroicos,heroics\r\nheroicus,heroics\r\nheronie,heroine\r\nheros,heroes\r\nherpetoligist,herpetologist\r\nherratag,heritage\r\nherratage,heritage\r\nherratages,heritages\r\nherratags,heritages\r\nherre,here\r\nherretag,heritage\r\nherretage,heritage\r\nherretages,heritages\r\nherretags,heritages\r\nherritag,heritage\r\nherritage,heritage\r\nherritages,heritages\r\nherritags,heritages\r\nherrring,herring\r\nherslef,herself\r\nhersleves,herselves\r\nherslf,herself\r\nherslves,herselves\r\nhersuit,hirsute\r\nhert,hurt\r\nhertbeat,heartbeat\r\nhertiage,heritage\r\nhertzs,hertz\r\nherucles,hercules\r\nheruistic,heuristic\r\nherustics,heuristics\r\nherzagovina,herzegovina\r\nherzegovinia,herzegovina\r\nherzegovnia,herzegovina\r\nhesatate,hesitate\r\nhesetate,hesitate\r\nhesiman,heisman\r\nhesistancy,hesitancy\r\nhesistant,hesitant\r\nhesistantly,hesitantly\r\nhesistate,hesitate\r\nhesistency,hesitancy\r\nhesistent,hesitant\r\nhesistently,hesitantly\r\nhesitatin,hesitation\r\nhesitatioin,hesitation\r\nhesitativly,hesitatively\r\nhesite,hesitate\r\nhesitencies,hesitancies\r\nhesitency,hesitancy\r\nhesitstion,hesitation\r\nhessiate,hesitate\r\nhessser,hesser\r\nhesssian,hessian\r\nhestiant,hesitant\r\nhestiate,hesitate\r\nhestiation,hesitation\r\nhestitate,hesitate\r\nhet,yet\r\nhetecoper,helicopter\r\nhetephonen,telephoned\r\nheteregenous,heterogeneous\r\nheteresexual,heterosexual\r\nheterogeneization,heterogenization\r\nheterogenious,heterogeneous\r\nheterogenities,heterogeneities\r\nheterogenity,heterogeneity\r\nheterogenous,heterogeneous\r\nheterogenously-typed,heterogeneously-typed\r\nheterohenius,heterogeneous\r\nheterosexal,heterosexual\r\nheterosexuella,heterosexual\r\nhetreosexual,heterosexual\r\nhetrogeneous,heterogeneous\r\nhetrogenous,heterogeneous\r\nheuritics,heuristics\r\nheursistics,heuristics\r\nheursitics,heuristics\r\nheussser,heusser\r\nheveanly,heavenly\r\nheven,heaven\r\nhexadecial,hexadecimal\r\nhexademicmal,hexadecimal\r\nhexaflouresce,hexafluoresce\r\nhexaflouresced,hexafluoresced\r\nhexaflourescence,hexafluorescence\r\nhexaflourescent,hexafluorescent\r\nhexaflouresces,hexafluoresces\r\nhexaflourescing,hexafluorescing\r\nhexaflouric,hexafluoric\r\nhexaflouridate,hexafluoridate\r\nhexaflouridated,hexafluoridated\r\nhexaflouridates,hexafluoridates\r\nhexaflouridating,hexafluoridating\r\nhexaflouridation,hexafluoridation\r\nhexaflouride,hexafluoride\r\nhexaflourides,hexafluorides\r\nhexaflourine,hexafluorine\r\nhexaflourines,hexafluorines\r\nhexaflouro,hexafluoro\r\nhexdecimal,hexadecimal\r\nhexidecimal,hexadecimal\r\nhexidecmial,hexadecimal\r\nheydays,heyday\r\nheydey,heyday\r\nheydeys,heydey\r\nhg,svn\r\nhge,he\r\nhgml,html\r\nhgosted,hosted\r\nhhader,header\r\nhhe,the\r\nhhowever,however\r\nhiar,hair\r\nhiberante,hibernate\r\nhich,which\r\nhicocter,helicopter\r\nhiddden,hidden\r\nhiddent,hidden\r\nhiddin,hidden\r\nhidding,hiding\r\nhideing,hiding\r\nhiden,hidden\r\nhidout,hide-out\r\nhidralic,hydraulic\r\nhidraulic,hydraulic\r\nhidrawlic,hydraulic\r\nhidrolic,hydraulic\r\nhidroulic,hydraulic\r\nhieararchy,hierarchy\r\nhiearchical,hierarchical\r\nhiearchies,hierarchies\r\nhiearchy,hierarchy\r\nhiegh,high\r\nhieght,height\r\nhieghten,heighten\r\nhieghtened,heightened\r\nhieghtener,heightener\r\nhieghteners,heighteners\r\nhieghtening,heightening\r\nhieghtens,heightens\r\nhieghts,heights\r\nhiehrhical,hierarchical\r\nhienous,heinous\r\nhier,higher\r\nhierach,hierarch\r\nhierachal,hierarchal\r\nhierachial,hierarchical\r\nhierachic,hierarchic\r\nhierachical,hierarchical\r\nhierachically,hierarchically\r\nhierachies,hierarchies\r\nhierachry,hierarchy\r\nhierachy,hierarchy\r\nhierarc,hierarch\r\nhierarcal,hierarchal\r\nhierarchal,hierarchical\r\nhierarchial,hierarchical\r\nhierarchially,hierarchically\r\nhierarchichal,hierarchical\r\nhierarchie,hierarchy\r\nhierarcic,hierarchic\r\nhierarcical,hierarchical\r\nhierarcies,hierarchies\r\nhierarcy,hierarchy\r\nhierchical,hierarchical\r\nhierchy,hierarchy\r\nhieroglph,hieroglyph\r\nhieroglphic,hieroglyphic\r\nhieroglphical,hieroglyphical\r\nhieroglphics,hieroglyphics\r\nhieroglphs,hieroglyphs\r\nhiesman,heisman\r\nhiest,highest\r\nhifh,high\r\nhig,high\r\nhigde,hedge\r\nhigdrawlick,hydraulic\r\nhigeine,hygiene\r\nhiger,higher\r\nhigest,highest\r\nhigh-availablity,high-availability\r\nhigh-availibility,high-availability\r\nhigh-freuquency,high-frequency\r\nhighalnder,highlander\r\nhighdralic,hydraulic\r\nhighdralick,hydraulic\r\nhighdraunich,hydraulic\r\nhighdrauwnic,hydraulic\r\nhighdrawlic,hydraulic\r\nhighdualic,hydraulic\r\nhigher-dimenensional,higher-dimensional\r\nhigherarchy,hierarchy\r\nhigherh-order,higher-order\r\nhighight,highlight\r\nhighlane,highlander\r\nhighligh,highlight\r\nhighlighed,highlighted\r\nhighligher,highlighter\r\nhighlighing,highlighting\r\nhighlightning,highlighting\r\nhighligted,highlighted\r\nhighligth,highlight\r\nhighligthing,highlighting\r\nhighligting,highlighting\r\nhighligts,highlights\r\nhighlihgt,highlight\r\nhighlihgting,highlighting\r\nhighlihgts,highlights\r\nhighlited,highlighted\r\nhighlites,highlights\r\nhighliting,highlighting\r\nhighloader,highlander\r\nhighpander,highlander\r\nhighranking,high-ranking\r\nhighrolller,highroller\r\nhighscalabilty,highscalability\r\nhighschol,highschool\r\nhighscholl,highschool\r\nhighschoool,highschool\r\nhighshcool,highschool\r\nhighst,highest\r\nhight,height\r\nhighter,higher\r\nhightes,highest\r\nhightest,highest\r\nhighth,height\r\nhighthen,heighten\r\nhighthened,heightened\r\nhighthener,heightener\r\nhightheners,heighteners\r\nhighthening,heightening\r\nhighthens,heightens\r\nhighths,heights\r\nhightlight,highlight\r\nhightlight-end,highlight-end\r\nhightlight-next-line,highlight-next-line\r\nhightlighted,highlighted\r\nhightly,highly\r\nhiglight,highlight\r\nhiglighted,highlighted\r\nhiglighting,highlighting\r\nhiglights,highlights\r\nhigly,highly\r\nhigness,highness\r\nhigt,height\r\nhigth,high\r\nhigway,highway\r\nhigways,highways\r\nhihglighter,highlighter\r\nhikeing,hiking\r\nhil,hill\r\nhilapter,helicopter\r\nhile,while\r\nhilight,highlight\r\nhilighted,highlighted\r\nhilighting,highlighting\r\nhilights,highlights\r\nhillarious,hilarious\r\nhillariously,hilariously\r\nhillarity,hilarity\r\nhime,him\r\nhimeslf,himself\r\nhimeslves,himselves\r\nhimselfe,himself\r\nhimselv,himself\r\nhimslef,himself\r\nhimsleves,himselves\r\nhimslf,himself\r\nhimslves,himselves\r\nhin,him\r\nhinderance,hindrance\r\nhinderances,hindrances\r\nhinderence,hindrance\r\nhinderences,hindrances\r\nhindge,hinge\r\nhindisght,hindsight\r\nhindiusm,hinduism\r\nhindquater,hindquarter\r\nhindquatered,hindquartered\r\nhindquatering,hindquartering\r\nhindquaters,hindquarters\r\nhindqurter,hindquarter\r\nhindqurtered,hindquartered\r\nhindqurtering,hindquartering\r\nhindqurters,hindquarters\r\nhindrence,hindrance\r\nhindrences,hindrances\r\nhindrennce,hindrance\r\nhindrennces,hindrances\r\nhinduisim,hinduism\r\nhinduisum,hinduism\r\nhindusim,hinduism\r\nhinerit,inherit\r\nhingint,hinting\r\nhinself,himself\r\nhinudism,hinduism\r\nhiphine,hyphen\r\nhipocrit,hypocrite\r\nhipocrite,hypocrite\r\nhipocritical,hypocritical\r\nhipopotamus,hippopotamus\r\nhipopotamuses,hippopotamuses\r\nhipoppotamus,hippopotamus\r\nhipoppotamuses,hippopotamuses\r\nhipothetic,hypothetical\r\nhipothetical,hypothetical\r\nhipothetically,hypothetically\r\nhippopatams,hippopotamus\r\nhippopotamous,hippopotamus\r\nhippoppotamus,hippopotamus\r\nhippoppotamuses,hippopotamuses\r\nhippper,hipper\r\nhipsanics,hispanics\r\nhipsterest,hipsters\r\nhiptser,hipster\r\nhiptsers,hipsters\r\nhir,hit\r\nhirarchy,hierarchy\r\nhird,heard\r\nhirearchical,hierarchical\r\nhirearchy,hierarchy\r\nhirsohima,hiroshima\r\nhirsuit,hirsute\r\nhiseslf,hisself\r\nhiseslves,hisselves\r\nhismelf,himself\r\nhisograms,histograms\r\nhisoric,historic\r\nhisorical,historical\r\nhisories,histories\r\nhisory,history\r\nhisotry,history\r\nhispancis,hispanics\r\nhispanicos,hispanics\r\nhispanicus,hispanics\r\nhispanis,hispanics\r\nhispter,hipster\r\nhispters,hipsters\r\nhisrogram,histogram\r\nhisslef,hisself\r\nhissleves,hisselves\r\nhisslf,hisself\r\nhisslves,hisselves\r\nhisssed,hissed\r\nhissssing,hissing\r\nhistarical,historical\r\nhistarically,historically\r\nhisterical,historical\r\nhisterically,historically\r\nhistgram,histogram\r\nhistgrams,histograms\r\nhistocal,historical\r\nhistocompabilities,histocompatibilities\r\nhistocompability,histocompatibility\r\nhistocompatabilities,histocompatibilities\r\nhistocompatability,histocompatibility\r\nhistocompatabilty,histocompatability\r\nhistocompatablities,histocompatibilities\r\nhistocompatablity,histocompatibility\r\nhistocompatiabilities,histocompatibilities\r\nhistocompatiability,histocompatibility\r\nhistocompatiablities,histocompatibilities\r\nhistocompatiablity,histocompatibility\r\nhistocompatibilty,histocompatibility\r\nhistocompatiblities,histocompatibilities\r\nhistocompatiblity,histocompatibility\r\nhistocompatiiblities,histocompatibilities\r\nhistocompatiiblity,histocompatibility\r\nhistogra,histogram\r\nhistogramm,histogram\r\nhistoligical,histological\r\nhistopatholgic,histopathologic\r\nhistopatholgical,histopathological\r\nhistopry,history\r\nhistoram,histogram\r\nhistorams,histograms\r\nhistoreis,histories\r\nhistorgram,histogram\r\nhistoria,historial\r\nhistoriaan,historians\r\nhistoricaly,historically\r\nhistorican,historian\r\nhistoricans,historians\r\nhistoricas,historians\r\nhistorician,historian\r\nhistoricians,historians\r\nhistoricic,historic\r\nhistoricicizingrefugee,historicizingrefugee\r\nhistoricly,historical\r\nhistoriens,histories\r\nhistorietas,histories\r\nhistorinhas,historians\r\nhistorique,history\r\nhistorisch,historic\r\nhistorise,histories\r\nhistoyr,history\r\nhistrograms,histograms\r\nhistroic,historic\r\nhistroy,history\r\nhistry,history\r\nhitboxers,hitboxes\r\nhitboxs,hitboxes\r\nhitchs,hitches\r\nhiting,hitting\r\nhitlar,hitler\r\nhitory,history\r\nhitsingles,hit singles\r\nhitsory,history\r\nhitted,hit\r\nhittting,hitting\r\nhiygeine,hygiene\r\nhlaf,half\r\nhleecoter,helicopter\r\nhleopter,helicopter\r\nhllelliscatly,hllelliscately\r\nhlp,help\r\nhls,hsl\r\nhman,human\r\nhmercury,mercury\r\nhmtl,html\r\nhmtml,html\r\nhndle,handle\r\nhnece,hence\r\nhnolistic,holistic\r\nhobbie,hobby\r\nhobbys,hobbies\r\nhobnobbbing,hobnobbing\r\nhochkammmer,hochkammer\r\nhocky,hockey\r\nhoddie,hoodie\r\nhodling,holding\r\nhodlings,holdings\r\nhoellers,hollers\r\nhoem,home\r\nhoemopathy,homeopathy\r\nhoenst,honest\r\nhoenstly,honestly\r\nhoepfully,hopefully\r\nhoever,however\r\nhoewever,however\r\nhoewver,however\r\nhofffer,hoffer\r\nhofltillities,hofltilities\r\nhoilday,holiday\r\nhoildays,holidays\r\nhoirzon,horizon\r\nhok,hook\r\nhokpins,hopkins\r\nhol,hole\r\nholaday,holiday\r\nholblity,holbility\r\nholday,holiday\r\nholded,held\r\nholdes,holds\r\nholdiay,holiday\r\nholdiays,holidays\r\nholdins,holdings\r\nholesale,wholesale\r\nholesome,wholesome\r\nholf,hold\r\nholl,hall\r\nholliday,holiday\r\nhollistic,holistic\r\nhollling,holling\r\nholllller,holler\r\nhollllller,holler\r\nhollywod,hollywood\r\nhollywoood,hollywood\r\nholocasut,holocaust\r\nholocuast,holocaust\r\nhologrpahic,holographic\r\nholow,hollow\r\nhom,home\r\nhomagepa,homepage\r\nhome-builder,homebuilder\r\nhome-builders,homebuilders\r\nhome-building,homebuilding\r\nhomebage,homepage\r\nhomeby,home by\r\nhomecomeing,homecoming\r\nhomecomming,homecoming\r\nhomecuming,homecoming\r\nhomedbuilder,homebuilder\r\nhomedbuilders,homebuilders\r\nhomedbuilding,homebuilding\r\nhomefuly,homefully\r\nhomegeneous,homogeneous\r\nhomegenious,homogeneous\r\nhomegenous,homogenous\r\nhomehow,somehow\r\nhomeimprovment,homeimprovement\r\nhomelesness,homelessness\r\nhomelessess,homelessness\r\nhomeoapthy,homeopathy\r\nhomeonwer,homeowner\r\nhomeonwers,homeowners\r\nhomeopahty,homeopathy\r\nhomeopaty,homeopathy\r\nhomeophaty,homeopathy\r\nhomeopothy,homeopathy\r\nhomeothapy,homeopathy\r\nhomeowneris,homeowners\r\nhomepag,homepage\r\nhomepgae,homepage\r\nhomepoathy,homeopathy\r\nhomesexuality,homosexuality\r\nhomestate,home state\r\nhomever,however\r\nhomewolrd,homeworld\r\nhomewoner,homeowner\r\nhomewoners,homeowners\r\nhomeword,homeworld\r\nhomeworks,homework\r\nhomewrold,homeworld\r\nhomineim,hominem\r\nhomineum,hominem\r\nhomley,homely\r\nhomly,homely\r\nhomniem,hominem\r\nhomocide,homicide\r\nhomoegenous,homogeneous\r\nhomoepathy,homeopathy\r\nhomogeneisation,homogenisation\r\nhomogeneise,homogenise\r\nhomogeneize,homogenize\r\nhomogeneized,homogenized\r\nhomogenenous,homogeneous\r\nhomogeneos,homogeneous\r\nhomogeneraous,homogeneous\r\nhomogenes,homogeneous\r\nhomogeneus,homogeneous\r\nhomogenious,homogeneous\r\nhomogenioused,homogeneoused\r\nhomogeniously,homogeneously\r\nhomogenities,homogeneities\r\nhomogenity,homogeneity\r\nhomogenoeus,homogeneous\r\nhomogenuous,homogeneous\r\nhomologours,homologous\r\nhomonam,homonym\r\nhomonamity,homonymity\r\nhomonamous,homonymous\r\nhomonamously,homonymously\r\nhomonams,homonyms\r\nhomonim,homonym\r\nhomonimity,homonymity\r\nhomonimous,homonymous\r\nhomonimously,homonymously\r\nhomonims,homonyms\r\nhomonom,homonym\r\nhomonomity,homonymity\r\nhomonomous,homonymous\r\nhomonomously,homonymously\r\nhomonoms,homonyms\r\nhomonymn,homonym\r\nhomonymnity,homonymity\r\nhomonymnous,homonymous\r\nhomonymnously,homonymously\r\nhomonymns,homonyms\r\nhomonyn,homonym\r\nhomonynity,homonymity\r\nhomonynous,homonymous\r\nhomonynously,homonymously\r\nhomonyns,homonyms\r\nhomophibia,homophobia\r\nhomophibic,homophobic\r\nhomophobie,homophobe\r\nhomophoboes,homophobe\r\nhomophonia,homophobia\r\nhomophopia,homophobia\r\nhomophopic,homophobic\r\nhomosexaul,homosexual\r\nhomosexuais,homosexuals\r\nhomosexuales,homosexuals\r\nhomosexualiy,homosexuality\r\nhomosexuallity,homosexuality\r\nhomosexualls,homosexuals\r\nhomosexualtiy,homosexuality\r\nhomosexualty,homosexuality\r\nhomosexuel,homosexual\r\nhomosexuella,homosexual\r\nhomosexuels,homosexuals\r\nhomosexul,homosexuals\r\nhomosexulaity,homosexuality\r\nhompage,homepage\r\nhompages,homepages\r\nhomr,home\r\nhoms,homes\r\nhomsick,homesick\r\nhomynom,homonym\r\nhomynomity,homonymity\r\nhomynomous,homonymous\r\nhomynomously,homonymously\r\nhomynoms,homonyms\r\nhomynym,homonym\r\nhomynymity,homonymity\r\nhomynymous,homonymous\r\nhomynymously,homonymously\r\nhomynyms,homonyms\r\nhonarable,honorable\r\nhonarary,honorary\r\nhonary,honorary\r\nhonerable,honourable\r\nhonered,honoured\r\nhoneslty,honestly\r\nhonested,honest\r\nhoneymon,honeymoon\r\nhoneymooon,honeymoon\r\nhong,hung\r\nhong-kong,hong Kong\r\nhonoouring,honouring\r\nhonoray,honorary\r\nhonory,honorary\r\nhonourarium,honorarium\r\nhonourary,honorary\r\nhonouray,honorary\r\nhonourific,honorific\r\nhonsetly,honestly\r\nhont,hunt\r\nhony,honey\r\nhooge,huge\r\nhookinfg,hooking\r\nhookss,hooks\r\nhoook,hook\r\nhoooks,hooks\r\nhoostname,hostname\r\nhopas,hopes\r\nhopefull,hopefully\r\nhopefullly,hopefully\r\nhopefulluy,hopefully\r\nhopefuly,hopefully\r\nhopeing,hoping\r\nhopeleslly,hopelessly\r\nhopelessely,hopelessly\r\nhopelessley,hopelessly\r\nhopelessy,hopelessly\r\nhoperate,operator\r\nhopesfully,hopefully\r\nhopfully,hopefully\r\nhopfuly,hopfully\r\nhopkings,hopkins\r\nhopled,helped\r\nhoplefuly,hoplefully\r\nhopless,hopeless\r\nhoppefuly,hoppefully\r\nhoppped,hopped\r\nhoppper,hopper\r\nhoppping,hopping\r\nhopsital,hospital\r\nhopsitality,hospitality\r\nhopsitalized,hospitalized\r\nhopsitals,hospitals\r\nhopskotch,hopscotch\r\nhorader,hoarder\r\nhorading,hoarding\r\nhord,horde\r\nhores,horses\r\nhorese,horse\r\nhoreses,horses\r\nhorible,horrible\r\nhoricontal,horizontal\r\nhorif,horrify\r\nhoriff,horrify\r\nhoriffing,horrifying\r\nhoriffy,horrify\r\nhoriffying,horrifying\r\nhorifing,horrifying\r\nhorify,horrify\r\nhorifying,horrifying\r\nhorishima,hiroshima\r\nhorisontal,horizontal\r\nhorisontally,horizontally\r\nhorisontaly,horisontally\r\nhorizantal,horizontal\r\nhorizantally,horizontally\r\nhorizantaly,horizantally\r\nhorizion,horizon\r\nhoriziontally,horizontally\r\nhorizonally,horizontally\r\nhorizonatal,horizontal\r\nhorizones,horizons\r\nhorizontaal,horizontal\r\nhorizontallly,horizontally\r\nhorizontaly,horizontally\r\nhorizontes,horizons\r\nhorizonts,horizons\r\nhorizonzal,horizontal\r\nhoriztonal,horizontal\r\nhoriztonally,horizontally\r\nhorozontally,horizontally\r\nhorrability,horribility\r\nhorrable,horrible\r\nhorrables,horribles\r\nhorrably,horribly\r\nhorrablys,horriblys\r\nhorrafy,horrify\r\nhorrendeous,horrendous\r\nhorrendeus,horrendous\r\nhorrendious,horrendous\r\nhorrendos,horrendous\r\nhorrenduous,horrendous\r\nhorres,horse\r\nhorrfiy,horrify\r\nhorrfiying,horrifying\r\nhorriblely,horribly\r\nhorribley,horribly\r\nhorriblly,horribly\r\nhorried,horrid\r\nhorrif,horrify\r\nhorrifi,horrify\r\nhorrifiing,horrifying\r\nhorrifing,horrifying\r\nhorrifiring,horrifying\r\nhorrifiy,horrify\r\nhorrifiying,horrifying\r\nhorrofy,horrify\r\nhorrofying,horrifying\r\nhorrrer,horrer\r\nhorrror,horror\r\nhorrrors,horrors\r\nhors derves,hors d'oeuvres\r\nhorst,host\r\nhorsuplo,hospital\r\nhorticultral,horticultural\r\nhorues,horse\r\nhorzions,horizons\r\nhorzontal,horizontal\r\nhorzontally,horizontally\r\nhosen,house\r\nhosited,hoisted\r\nhositlity,hostility\r\nhospitablity,hospitability\r\nhospitales,hospitals\r\nhospitallity,hospitality\r\nhospitalty,hospitality\r\nhospitaly,hospitality\r\nhospitalzed,hospitalized\r\nhospitatly,hospitately\r\nhospiteable,hospitable\r\nhospiteble,hospitable\r\nhospitel,hospital\r\nhospitiable,hospitable\r\nhospitible,hospitable\r\nhospitilized,hospitalized\r\nhospitolized,hospitalized\r\nhospituble,hospitable\r\nhospotality,hospitality\r\nhosptial,hospital\r\nhosptialized,hospitalized\r\nhosptials,hospitals\r\nhosre,house\r\nhosres,horse\r\nhost-interafce,host-interface\r\nhostames,hostnames\r\nhostanme,hostname\r\nhosteed,hosted\r\nhosteles,hostels\r\nhosthot,hotshot\r\nhostign,hosting\r\nhostilaties,hostilities\r\nhostilaty,hostility\r\nhostiliy,hostility\r\nhostillities,hostilities\r\nhostillity,hostility\r\nhostilties,hostilities\r\nhostilty,hostility\r\nhostities,hostilities\r\nhostity,hostility\r\nhostles,hostels\r\nhostnamee,hostname\r\nhostnane,hostname\r\nhostpage,host-page\r\nhostpital,hospital\r\nhostpot,hotspot\r\nhosue,horse\r\nhotaly,hotally\r\nhote,hot\r\nhotell,hotel\r\nhotest,hottest\r\nhothsot,hotshot\r\nhotkeys-js,hotkeys\r\nhotle,hotel\r\nhotlkeys,hotkeys\r\nhotnattaly,hotnattally\r\nhotpsot,hotspot\r\nhotshoot,hotshot\r\nhotsopt,hotspot\r\nhotsport,hotspot\r\nhottter,hotter\r\nhotughts,thoughts\r\nhou,how\r\nhoue,house\r\nhoues,house\r\nhould,should\r\nhoundreds,hundreds\r\nhounor,honor\r\nhounorable,honorable\r\nhounorably,honorably\r\nhounored,honored\r\nhounoree,honoree\r\nhounorific,honorific\r\nhounorifics,honorifics\r\nhounoring,honoring\r\nhounors,honors\r\nhounour,honour\r\nhounourable,honourable\r\nhounourably,honourably\r\nhounoured,honoured\r\nhounouree,honouree\r\nhounourific,honourific\r\nhounourifics,honourifics\r\nhounouring,honouring\r\nhounours,honours\r\nhoure,horse\r\nhoures,hours\r\nhourgalss,hourglass\r\nhourlgass,hourglass\r\nhourse,horse\r\nhous,house\r\nhousefire,house fire\r\nhousefires,house fires\r\nhousehols,households\r\nhousehoulds,households\r\nhouseofgibbbor,houseofgibbor\r\nhousepoint,house point\r\nhousepoints,house points\r\nhousewifes,housewives\r\nhoushold,household\r\nhousholds,households\r\nhouskeeper,housekeeper\r\nhousr,hours\r\nhoussing,housing\r\nhouswife,housewife\r\nhouten,often\r\nhoux,hoax\r\nhoverev,however\r\nhovever,however\r\nhowaver,however\r\nhoweever,however\r\nhoweevvvver,howeevver\r\nhowerver,however\r\nhoweve,however\r\nhowevere,however\r\nhoweverr,however\r\nhowevery,however\r\nhowevever,however\r\nhowevvvver,howevver\r\nhown,shown\r\nhowrad,howard\r\nhowradian,howardian\r\nhowradians,howardians\r\nhowrads,howards\r\nhowradson,howardson\r\nhowradsons,howardsons\r\nhowrse,horse\r\nhowses,houses\r\nhowver,however\r\nhpervisor,hypervisor\r\nhrad,heard\r\nhrd,hard\r\nhread,head\r\nhree,here\r\nhritend,frightened\r\nhrml,html\r\nhs,has\r\nhsa,has\r\nhsared,shared\r\nhse,use\r\nhseldon,sheldon\r\nhsi,his\r\nhsitorian,historian\r\nhsitorians,historians\r\nhsitoric,historic\r\nhsitorical,historical\r\nhsot,host\r\nhsotname,hostname\r\nhsould,should\r\nhstoric,historic\r\nhstoricl,historicl\r\nhstories,histories\r\nhstory,history\r\nhsv,hue\r\nhsyteria,hysteria\r\nhta,hat\r\nhtaching,hatching\r\nhtat,that\r\nhte,the\r\nhtem,them\r\nhten,then\r\nhtere,there\r\nhtey,they\r\nhthe,the\r\nhtiboxes,hitboxes\r\nhtikn,think\r\nhting,thing\r\nhtinging,thining\r\nhtingn,thin\r\nhtingning,thining\r\nhtingns,thins\r\nhtings,thins\r\nhtink,think\r\nhtinking,thining\r\nhtinkn,thin\r\nhtinkning,thining\r\nhtinkns,thins\r\nhtinks,thins\r\nhtis,this\r\nhtlm,html\r\nhtml-ecnode,html-encode\r\nhtmlm,html\r\nhtnl,html\r\nhtp,http\r\nhtp:,http:\r\nhtpl,http:\r\nhtpp,http\r\nhtpp-access,http-access\r\nhtpt,http\r\nhtrottling,throttling\r\nhtt,http\r\nhttml,http\r\nhtto,http\r\nhttp-basic-authetication,http-basic-authentication\r\nhttp:\\\\,http://\r\nhttpl,http:\r\nhttpresponse,response\r\nhtttp:,http:\r\nhtttpl,http:\r\nhuamn,human\r\nhuamn-readable,human-readable\r\nhuanted,haunted\r\nhuanting,haunting\r\nhuber,hub\r\nhuct,hut\r\nhuelecopter,helicopter\r\nhueristics,heuristics\r\nhufffer,huffer\r\nhugenot,huguenot\r\nhugenots,huguenots\r\nhuggablity,huggability\r\nhuggged,hugged\r\nhugh,huge\r\nhullucination,hallucination\r\nhullucinations,hallucinations\r\nhuma,human\r\nhumainze,humanize\r\nhuman-readabla,human-readable\r\nhuman-readble,human-readable\r\nhuman-readible,human-readable\r\nhuman-redable,human-readable\r\nhumanaties,humanities\r\nhumand,human\r\nhumanhuman,human-human\r\nhumaniod,humanoid\r\nhumaniodal,humanoidal\r\nhumaniodance,humanoidance\r\nhumanioded,humanoided\r\nhumanioding,humanoiding\r\nhumaniods,humanoids\r\nhumanit,humanist\r\nhumanitarien,humanitarian\r\nhumanitarion,humanitarian\r\nhumanitarna,humanitarian\r\nhumanitary,humanity\r\nhumanitatian,humanitarian\r\nhumanite,humanities\r\nhumaniterian,humanitarian\r\nhumanites,humanities\r\nhumaniti,humanity\r\nhumanitis,humanities\r\nhumanitites,humanities\r\nhumanoind,humanoid\r\nhumantiarian,humanitarian\r\nhumanties,humanities\r\nhumantiy,humanity\r\nhumants,humanist\r\nhumbe,humble\r\nhumburger,hamburger\r\nhumen,human\r\nhumer,humor\r\nhumerous,humorous\r\nhumerously,humorously\r\nhumerousness,humorousness\r\nhumidifer,humidifier\r\nhumiditiy,humidity\r\nhumidiy,humidity\r\nhumidy,humidity\r\nhumilate,humiliate\r\nhumilated,humiliated\r\nhumilates,humiliates\r\nhumilating,humiliating\r\nhumilation,humiliation\r\nhumilations,humiliations\r\nhumilative,humiliative\r\nhumilator,humiliator\r\nhumilators,humiliators\r\nhumilatory,humiliatory\r\nhumiliatin,humiliation\r\nhumiliatioin,humiliation\r\nhumiliatoin,humiliation\r\nhumiliaton,humiliation\r\nhumilitaing,humiliating\r\nhumilitaion,humiliation\r\nhumilitied,humiliated\r\nhumillated,humiliated\r\nhumillating,humiliating\r\nhumillation,humiliation\r\nhuminatarian,humanitarian\r\nhuming,humming\r\nhuminoid,humanoid\r\nhumitidy,humidity\r\nhumly,humbly\r\nhummming,humming\r\nhumon,human\r\nhumoros,humorous\r\nhumoural,humoral\r\nhumouros,humorous\r\nhumurous,humorous\r\nhumurously,humorously\r\nhumurousness,humorousness\r\nhunagrian,hungarian\r\nhunagry,hungary\r\nhunder,under\r\nhunderd,hundred\r\nhunderds,hundreds\r\nhunderdth,hundredth\r\nhunderdths,hundredths\r\nhundered,hundred\r\nhundereds,hundreds\r\nhunderedth,hundredth\r\nhunderedths,hundredths\r\nhunders,hundreds\r\nhundrd,hundred\r\nhundread,hundred\r\nhundreads,hundreds\r\nhundredlettters,hundredletters\r\nhundredsof,hundreds_of\r\nhundredwieght,hundredweight\r\nhundredwieghted,hundredweighted\r\nhundredwieghting,hundredweighting\r\nhundredwieghtless,hundredweightless\r\nhundredwieghts,hundredweights\r\nhundreg,hundred\r\nhundres,hundreds\r\nhundreth,hundredth\r\nhundreths,hundredths\r\nhundrets,hundreds\r\nhungarin,hungarian\r\nhungary,hungry\r\nhunge,hung\r\nhungray,hungary\r\nhungs,hangs\r\nhungy,hungry\r\nhunman,human\r\nhuntmsan,huntsman\r\nhuond,hound\r\nhuondekerillea,houndekerillea\r\nhuondekermadec,houndekermadec\r\nhuonderv,hounderv\r\nhuondi,houndi\r\nhuondo,houndo\r\nhurd,heard\r\nhurdels,hurdles\r\nhuricane,hurricane\r\nhurldes,hurdles\r\nhurple,purple\r\nhurred,hurried\r\nhurriance,hurricane\r\nhurricaine,hurricane\r\nhurricaines,hurricanes\r\nhurricance,hurricane\r\nhurricances,hurricanes\r\nhurricanefps,hurricanes\r\nhurricanger,hurricane\r\nhurricans,hurricanes\r\nhurriganes,hurricanes\r\nhurrikanes,hurricanes\r\nhurrycanes,hurricanes\r\nhurryed,hurried\r\nhurtfuly,hurtfully\r\nhury,hurry\r\nhusban,husband\r\nhusbandos,husbands\r\nhusbanry,husbandry\r\nhusbans,husbands\r\nhutnsman,huntsman\r\nhvae,have\r\nhvaing,having\r\nhvea,have\r\nhwe,we\r\nhweaton,wheaton\r\nhwere,where\r\nhwihc,which\r\nhwile,while\r\nhwne,when\r\nhwo,how\r\nhwoever,however\r\nhwole,whole\r\nhwowever,however\r\nhy,why\r\nhybirds,hybrids\r\nhybrides,hybrids\r\nhybridus,hybrids\r\nhydantioin,hydantion\r\nhydatoin,hydation\r\nhydnatoin,hydnation\r\nhydogen,hydrogen\r\nhydorgen,hydrogen\r\nhydorlic,hydraulic\r\nhydralic,hydraulic\r\nhydralick,hydraulic\r\nhydraluic,hydraulic\r\nhydrapile,hydrophile\r\nhydrapiles,hydrophiles\r\nhydrapilia,hydrophilia\r\nhydrapilic,hydrophilic\r\nhydrapilicity,hydrophilicity\r\nhydrapobe,hydrophobe\r\nhydrapobes,hydrophobes\r\nhydrapobia,hydrophobia\r\nhydrapobic,hydrophobic\r\nhydrapobicity,hydrophobicity\r\nhydrarlick,hydraulic\r\nhydratation,hydration\r\nhydratin,hydration\r\nhydratioin,hydration\r\nhydratoin,hydration\r\nhydrawlic,hydraulic\r\nhydrawlick,hydraulic\r\nhydregon,hydrogen\r\nhydroflouresce,hydrofluoresce\r\nhydroflouresced,hydrofluoresced\r\nhydroflourescence,hydrofluorescence\r\nhydroflourescent,hydrofluorescent\r\nhydroflouresces,hydrofluoresces\r\nhydroflourescing,hydrofluorescing\r\nhydroflouric,hydrofluoric\r\nhydroflouridate,hydrofluoridate\r\nhydroflouridated,hydrofluoridated\r\nhydroflouridates,hydrofluoridates\r\nhydroflouridating,hydrofluoridating\r\nhydroflouridation,hydrofluoridation\r\nhydroflouride,hydrofluoride\r\nhydroflourides,hydrofluorides\r\nhydroflourine,hydrofluorine\r\nhydroflourines,hydrofluorines\r\nhydroflouro,hydrofluoro\r\nhydrogeoligists,hydrogeologists\r\nhydrogeololgist,hydrogeolologist\r\nhydrogrpahic,hydrographic\r\nhydrogrpahy,hydrography\r\nhydrolec,hydraulic\r\nhydrolectric,hydroelectric\r\nhydrolgical,hydrological\r\nhydrolic,hydraulic\r\nhydroligist,hydrologist\r\nhydrometeroligical,hydrometerological\r\nhydropile,hydrophile\r\nhydropiles,hydrophiles\r\nhydropilia,hydrophilia\r\nhydropilic,hydrophilic\r\nhydropilicity,hydrophilicity\r\nhydropobe,hydrophobe\r\nhydropobes,hydrophobes\r\nhydropobia,hydrophobia\r\nhydropobic,hydrophobic\r\nhydropobicity,hydrophobicity\r\nhydrualic,hydraulic\r\nhyge,huge\r\nhygeine,hygiene\r\nhygeinic,hygienic\r\nhygeinics,hygienics\r\nhygeinist,hygienist\r\nhygeinists,hygienists\r\nhygene,hygiene\r\nhygeneist,hygenist\r\nhygenic,hygienic\r\nhygenist,hygienist\r\nhyghlander,highlander\r\nhygience,hygiene\r\nhygienical,hygienic\r\nhygienne,hygiene\r\nhygine,hygiene\r\nhyjack,hijack\r\nhyjacking,hijacking\r\nhym,hymn\r\nhyme,hymn\r\nhyml,html\r\nhymm,hymn\r\nhyopcrite,hypocrite\r\nhyopthetical,hypothetical\r\nhyopthetically,hypothetically\r\nhypathetical,hypothetical\r\nhypathetically,hypothetically\r\nhypcorite,hypocrite\r\nhypen,hyphen\r\nhypen-,hyphen-\r\nhypenate,hyphenate\r\nhypenated,hyphenated\r\nhypenates,hyphenates\r\nhypenating,hyphenating\r\nhypenation,hyphenation\r\nhypens,hyphens\r\nhyper-paremeters,hyper-parameters\r\nhyperaggresive,hyperaggressive\r\nhyperbel,hyperbole\r\nhyperbolie,hyperbole\r\nhyperbolig,hyperbolic\r\nhyperbollic,hyperbolic\r\nhyperbrophy,hypertrophy\r\nhypercoagulabilty,hypercoagulability\r\nhyperexcitablity,hyperexcitability\r\nhyperexciteablity,hyperexciteability\r\nhyperis,hyper\r\nhyperivsors,hypervisors\r\nhyperlobic,hyperbolic\r\nhyperlogic,hyperbolic\r\nhypermobilty,hypermobility\r\nhypermoblity,hypermobility\r\nhyperoble,hyperbole\r\nhyperpermeabilty,hyperpermeability\r\nhyperpolarizablity,hyperpolarizability\r\nhyperproducion,hyperproduction\r\nhyperproducions,hyperproductions\r\nhyperproducton,hyperproduction\r\nhyperproductons,hyperproductions\r\nhyperprodution,hyperproduction\r\nhyperprodutions,hyperproductions\r\nhyperprogresion,hyperprogression\r\nhypersensative,hypersensitive\r\nhypersensatively,hypersensitively\r\nhypersensativity,hypersensitivity\r\nhypersenstive,hypersensitive\r\nhypersenstively,hypersensitively\r\nhypersenstivity,hypersensitivity\r\nhyperstimulatoin,hyperstimulation\r\nhyperthropy,hypertrophy\r\nhypertorphy,hypertrophy\r\nhypertrohpy,hypertrophy\r\nhypertrohy,hypertrophy\r\nhypertrophey,hypertrophy\r\nhypertropy,hypertrophy\r\nhypervulnerabilty,hypervulnerability\r\nhypethetical,hypothetical\r\nhypethetically,hypothetically\r\nhypgen,hyphen\r\nhyphentation,hyphenation\r\nhyphneation,hyphenation\r\nhyphotesis,hypothesis\r\nhyphotheses,hypotheses\r\nhypnoss,hypnosis\r\nhypnotizabillity,hypnotizability\r\nhypnotizablity,hypnotizability\r\nhypocracies,hypocrisies\r\nhypocracy,hypocrisy\r\nhypocrasies,hypocrisies\r\nhypocrasy,hypocrisy\r\nhypocrates,hypocrites\r\nhypocricies,hypocrisies\r\nhypocricy,hypocrisy\r\nhypocriet,hypocrite\r\nhypocriscy,hypocrisy\r\nhypocrises,hypocrites\r\nhypocrit,hypocrite\r\nhypocritcal,hypocritical\r\nhypocritial,hypocritical\r\nhypocriticial,hypocritical\r\nhypocrities,hypocrite\r\nhypocrits,hypocrites\r\nhypocritus,hypocrites\r\nhypocrticial,hypocritical\r\nhypocrties,hypocrites\r\nhypocrytes,hypocrites\r\nhypocrytical,hypocritical\r\nhypokrites,hypocrites\r\nhyponsis,hypnosis\r\nhypopresive,hypopressive\r\nhypopresssives,hypopressives\r\nhyporcite,hypocrite\r\nhypotathes,hypothesis\r\nhypotathese,hypothesis\r\nhypotehtical,hypothetical\r\nhypotehtically,hypothetically\r\nhypotethical,hypothetical\r\nhypotethically,hypothetically\r\nhypothases,hypotheses\r\nhypothasis,hypothesis\r\nhypothasise,hypothesise\r\nhypothasised,hypothesised\r\nhypothasiser,hypothesiser\r\nhypothasises,hypothesises\r\nhypothasize,hypothesize\r\nhypothasized,hypothesized\r\nhypothasizer,hypothesizer\r\nhypothasizes,hypothesizes\r\nhypothecis,hypothesis\r\nhypotheiss,hypotheses\r\nhypotherical,hypothetical\r\nhypothesees,hypotheses\r\nhypothesies,hypothesis\r\nhypothess,hypotheses\r\nhypothesus,hypotheses\r\nhypotheticaly,hypothetically\r\nhypotheticly,hypothetical\r\nhypothises,hypotheses\r\nhypothisis,hypothesis\r\nhypothisise,hypothesise\r\nhypothisised,hypothesised\r\nhypothisiser,hypothesiser\r\nhypothisises,hypothesises\r\nhypothisize,hypothesize\r\nhypothisized,hypothesized\r\nhypothisizer,hypothesizer\r\nhypothisizes,hypothesizes\r\nhypothosis,hypothesis\r\nhypothsis,hypothesis\r\nhyprocisy,hypocrisy\r\nhyprocite,hypocrite\r\nhyprocites,hypocrites\r\nhyptonize,hypnotize\r\nhyration,hydration\r\nhyrbids,hybrids\r\nhyrdated,hydrated\r\nhyrdation,hydration\r\nhyrdaulic,hydraulic\r\nhyrdogen,hydrogen\r\nhystarical,hysterical\r\nhystarically,hysterically\r\nhystera,hysteria\r\nhysterica,hysteria\r\nhystericallly,hysterically\r\nhystericaly,hysterically\r\nhystericlly,hysterically\r\nhystericly,hysterical\r\nhysteriia,hysteria\r\nhysterisis,hysteresis\r\nhysteriska,hysteria\r\nhysterosalpingogrpahy,hysterosalpingography\r\nhystorically,hysterically\r\nhystrical,hysterical\r\ni'de,i'd\r\ni'ed,i'd\r\ni'ld,i'd\r\ni'me,i'm\r\ni'n,i'm\r\ni'ts,it's\r\ni'v,i've\r\ni;d,i'd\r\ni;ll,i'll\r\ni;m,i'm\r\ni;s,i's\r\niaciy,iacity\r\niamge's,image's\r\niamge,image\r\niamgery,imagery\r\niamges,images\r\niamialable,amiable\r\niare,are\r\niassue,issue\r\niastoppper,iASTopper\r\niatrogeneiss,iatrogeniss\r\nibformation,information\r\nibraries,libraries\r\nibt,bit\r\nibuprofein,ibuprofen\r\nibuprofine,ibuprofen\r\niburpofen,ibuprofen\r\niby,by\r\niccamized,itemized\r\nicecream,ice-cream\r\niceforg,icefrog\r\nicefrong,icefrog\r\niceing,icing\r\nicelandinc,icelandic\r\nicelings,ceilings\r\nicense,license\r\nicleandic,icelandic\r\niclivly,iclively\r\nicolumn,column\r\nicomized,itemized\r\nicompatible,incompatible\r\nicon-spinner-md,icon-spinner-lg\r\niconclast,iconoclast\r\niconclastic,iconoclastic\r\niconclasts,iconoclasts\r\nicongnito,incognito\r\niconogrpahy,iconography\r\niconvenience,inconvenience\r\niconvinent,inconvenient\r\nicoverd,icovered\r\nicrement,increment\r\nicrements,increments\r\nidae,idea\r\nidaeidae,idea\r\nidaes,ideas\r\nidamize,itemized\r\niddle,idle\r\nide,idle\r\nidead,ideas\r\nidealisim,idealism\r\nidealisitc,idealistic\r\nidealisitic,idealistic\r\nidealistc,idealistic\r\nidealistisch,idealistic\r\nidealogies,ideologies\r\nidealogy,ideology\r\nidealsim,idealism\r\nidealy,ideally\r\nidear,idea\r\nideatoin,ideation\r\nideaworkspacexml,idea\r\nidecates,indicates\r\nidees,ides\r\nideias,ideas\r\nideintify,identify\r\nidel,idle\r\nidemised,itemized\r\nidemized,itemized\r\nidempontent,idempotent\r\nidemptotent,idempotent\r\nidendified,identified\r\nidendity,identity\r\nidenetifier,identifier\r\nidenfication,identification\r\nidenfied,identified\r\nidenfier,identifier\r\nidenfify,identify\r\nidenfitcation,identification\r\nidenfitication,identification\r\nidenfitiers,identifiers\r\nidenfity,identify\r\nidenfitying,identifying\r\nidenifier,identifier\r\nidenifiers,identifiers\r\nidenify,identify\r\nidenitfy,identify\r\nidenitifier,identifier\r\nidenity,identity\r\nidenpendent,independent\r\nident,indent\r\nidentafiable,identifiable\r\nidentafiably,identifiably\r\nidentaficate,identificate\r\nidentaficates,identificates\r\nidentafication,identification\r\nidentafications,identifications\r\nidentafied,identified\r\nidentafies,identifies\r\nidentafy,identify\r\nidentation,indentation\r\nidentcal,identical\r\nidentfiable,identifiable\r\nidentfiably,identifiably\r\nidentficate,identificate\r\nidentficates,identificates\r\nidentfication,identification\r\nidentfications,identifications\r\nidentficaton,identification\r\nidentfied,identified\r\nidentfier,identifier\r\nidentfies,identifies\r\nidentfiy,identify\r\nidentfiying,identifying\r\nidentfy,identify\r\nidential,identical\r\nidentially,identically\r\nidenticak,identical\r\nidenticaly,identically\r\nidentications,identification\r\nidenticial,identical\r\nidentidy,identity\r\nidentiefier,identifier\r\nidenties,identities\r\nidentifable,identifiable\r\nidentifcation,identification\r\nidentifed,identified\r\nidentifer,identifier\r\nidentifers,identifiers\r\nidentifes,identifies\r\nidentifiabilty,identifiability\r\nidentifible,identifiable\r\nidentificacion,identification\r\nidentificaiton,identification\r\nidentificatioin,identification\r\nidentificativo,identification\r\nidentificato,identification\r\nidentificatoin,identification\r\nidentificaton,identification\r\nidentificiation,identification\r\nidentificiaton,identification\r\nidentifierad,identified\r\nidentifieras,identifies\r\nidentifierss,identifiers\r\nidentifikation,identification\r\nidentifing,identifying\r\nidentifing-clients,identifying-clients\r\nidentifirer,identifier\r\nidentifiy,identify\r\nidentifiying,identifying\r\nidentifyable,identifiable\r\nidentifyed,identified\r\nidentigfy,identify\r\nidentiied,identified\r\nidentiifer,identifier\r\nidentiified,identified\r\nidentitcal,identical\r\nidentite,identities\r\nidentites,identities\r\nidentitets,identities\r\nidentitical,identical\r\nidentitifers,identifiers\r\nidentitified,identified\r\nidentitites,identities\r\nidentitiy,identity\r\nidentitties,identities\r\nidentivy,identify\r\nidentiy,identity\r\nidentofy,identify\r\nideolagies,ideologies\r\nideolgically,ideologically\r\nideoligical,ideological\r\nideoligically,ideologically\r\nideoligies,ideologies\r\nideologe,ideologies\r\nideologias,ideologies\r\nideologicaly,ideologically\r\nideologice,ideologies\r\nideologiers,ideologies\r\nideologije,ideologies\r\nideologins,ideologies\r\nideologis,ideologies\r\nideologisen,ideologies\r\nideologiset,ideologies\r\nideologisk,ideologies\r\nideologiske,ideologies\r\nideolouges,ideologies\r\nideomatic,idiomatic\r\nideosynchrace,idiosyncrace\r\nideosynchraci,idiosyncraci\r\nideosynchracj,idiosyncracj\r\nideosynchrack,idiosyncrack\r\nideosynchracl,idiosyncracl\r\nideosynchracm,idiosyncracm\r\nideosynchracn,idiosyncracn\r\nideosynchraco,idiosyncraco\r\nideosynchracp,idiosyncracp\r\nideosynchracq,idiosyncracq\r\nideosynchracr,idiosyncracr\r\nideosynchracs,idiosyncracs\r\nideosynchract,idiosyncract\r\nideosynchracu,idiosyncracu\r\nideosynchracv,idiosyncracv\r\nideosynchracw,idiosyncracw\r\nideosynchracx,idiosyncracx\r\nideosynchracy,idiosyncracy\r\nideosynchrase,idiosyncrase\r\nideosynchrasi,idiosyncrasi\r\nideosyncrace,idiosyncrace\r\nideosyncraci,idiosyncraci\r\nideosyncracies,idiosyncracies\r\nideosyncracj,idiosyncracj\r\nideosyncrack,idiosyncrack\r\nideosyncracl,idiosyncracl\r\nideosyncracm,idiosyncracm\r\nideosyncracn,idiosyncracn\r\nideosyncraco,idiosyncraco\r\nideosyncracp,idiosyncracp\r\nideosyncracq,idiosyncracq\r\nideosyncracr,idiosyncracr\r\nideosyncracs,idiosyncracs\r\nideosyncract,idiosyncract\r\nideosyncracu,idiosyncracu\r\nideosyncracv,idiosyncracv\r\nideosyncracw,idiosyncracw\r\nideosyncracx,idiosyncracx\r\nideosyncracy,idiosyncracy\r\nideosyncrase,idiosyncrase\r\nideosyncrasi,idiosyncrasi\r\nideosyncrasies,idiosyncrasies\r\nideosyncrasy,idiosyncrasy\r\nideosyncratic,idiosyncratic\r\nidependant,independent\r\nidependently,independently\r\nidesa,ideas\r\nidetifier,identifier\r\nidetifies,identifies\r\nidetify,identify\r\nidfferent,different\r\nidicate,indicate\r\nidicated,indicated\r\nidicates,indicates\r\nidicating,indicating\r\nidimized,itemized\r\nidiocyncracy,idiosyncrasy\r\nidiologically,ideologically\r\nidiosynchrace,idiosyncrace\r\nidiosynchraci,idiosyncraci\r\nidiosynchracies,idiosyncrasies\r\nidiosynchracj,idiosyncracj\r\nidiosynchrack,idiosyncrack\r\nidiosynchracl,idiosyncracl\r\nidiosynchracm,idiosyncracm\r\nidiosynchracn,idiosyncracn\r\nidiosynchraco,idiosyncraco\r\nidiosynchracp,idiosyncracp\r\nidiosynchracq,idiosyncracq\r\nidiosynchracr,idiosyncracr\r\nidiosynchracs,idiosyncracs\r\nidiosynchract,idiosyncract\r\nidiosynchracu,idiosyncracu\r\nidiosynchracv,idiosyncracv\r\nidiosynchracw,idiosyncracw\r\nidiosynchracx,idiosyncracx\r\nidiosynchracy,idiosyncracy\r\nidiosynchrase,idiosyncrase\r\nidiosynchrasi,idiosyncrasi\r\nidiosyncracies,idiosyncrasies\r\nidiosyncracy,idiosyncrasy\r\nidiviadual,individual\r\nidiviadually,individually\r\nidiviaduals,individuals\r\nidividual,individual\r\nidividualistic,individualistic\r\nidividually,individually\r\nidividuals,individuals\r\nidkey,id\r\nidleing,idling\r\nidlemised,itemized\r\nidlie,idle\r\nidmitized,itemized\r\nidnentifier,identifier\r\nidom,idiom\r\nidomatic,idiomatic\r\nidomized,itemized\r\nieadiatly,ieadiately\r\niearrring,iearring\r\niecnoding,encoding\r\nienrtia,inertia\r\nientifier,identifier\r\nientity,identity\r\nierate,iterate\r\nierland,ireland\r\niewer,viewer\r\niexplicid,iexplicit\r\niexplicidly,iexplicitly\r\niexplict,iexplicit\r\niexplictly,iexplicitly\r\niffall,if all\r\nifficiency,efficiency\r\nificatoin,ification\r\nifinite,infinite\r\niflm,film\r\niform,inform\r\niformation,information\r\nifself,itself\r\nifter,after\r\nifthe,if\r\nighlight,highlight\r\night,light\r\nigneuos,igneous\r\nignious,igneous\r\nignitin,ignition\r\nignitioin,ignition\r\nignitoin,ignition\r\nigniton,ignition\r\nignor,ignore\r\nignorat,ignorant\r\nignoredo,ignored\r\nignoreing,ignoring\r\nignorence,ignorance\r\nignorences,ignorances\r\nignorent,ignorant\r\nignornace,ignorance\r\nignoted,ignored\r\nignro,ignore\r\nignroed,ignored\r\nigntion,ignition\r\nigntition,ignition\r\nignuos,igneous\r\nigonre,ignore\r\nigonred,ignored\r\nigore,ignore\r\nigored,ignored\r\nigores,ignores\r\nigoring,ignoring\r\nigrenod,ignored\r\nigure,figure\r\nihaca,ithaca\r\nihe,the\r\niheritable,inheritable\r\nihis,this\r\nihs,his\r\niif,if\r\niimport,import\r\niin,in\r\niinclude,include\r\niinsert,insert\r\niit,it\r\niitialize,initialize\r\niitializers,initializers\r\niivly,iively\r\nike,like\r\niland,island\r\nilanguage,language\r\nilegal,illegal\r\niles,files\r\nilianois,illinois\r\nilicit,illicit\r\niliminate,eliminate\r\nilimnate,eliminate\r\nilinois,illinois\r\nilist,list\r\nillanios,illinois\r\nillanois,illinois\r\nillanos,illinois\r\nillbehaved,ill-behaved\r\nillconcieved,illconceived\r\nillegable,illegible\r\nillegales,illegals\r\nillegalest,illegals\r\nillegalis,illegals\r\nillegallity,illegally\r\nillegallly,illegally\r\nillegalls,illegals\r\nillegaly,illegally\r\nillegas,illegals\r\nillegeal,illegal\r\nillegel,illegal\r\nillegetimate,illegitimate\r\nillegibilty,illegibility\r\nillegimacy,illegitimacy\r\nillegimate,illegitimate\r\nillegimately,illegitimately\r\nillegitamaci,illegitimaci\r\nillegitamacy,illegitimacy\r\nillegitamate,illegitimate\r\nillegitamati,illegitimati\r\nillegitamato,illegitimato\r\nillegitament,illegitimate\r\nillegitamici,illegitimaci\r\nillegitamicy,illegitimacy\r\nillegitamite,illegitimate\r\nillegitamiti,illegitimati\r\nillegitamito,illegitimato\r\nillegitamte,illegitimate\r\nillegitemaci,illegitimaci\r\nillegitemacy,illegitimacy\r\nillegitemate,illegitimate\r\nillegitemati,illegitimati\r\nillegitemato,illegitimato\r\nillegitemici,illegitimaci\r\nillegitemicy,illegitimacy\r\nillegitemite,illegitimate\r\nillegitemiti,illegitimati\r\nillegitemito,illegitimato\r\nillegitime,illegitimate\r\nillegitimici,illegitimaci\r\nillegitimicy,illegitimacy\r\nillegitimite,illegitimate\r\nillegitimiti,illegitimati\r\nillegitimito,illegitimato\r\nillegitimt,illegitimate\r\nillegitmaci,illegitimaci\r\nillegitmacy,illegitimacy\r\nillegitmate,illegitimate\r\nillegitmated,illegitimated\r\nillegitmately,illegitimately\r\nillegitmati,illegitimati\r\nillegitmato,illegitimato\r\nillegitmici,illegitimaci\r\nillegitmicy,illegitimacy\r\nillegitmite,illegitimate\r\nillegitmiti,illegitimati\r\nillegitmito,illegitimato\r\nillegsl,illegals\r\nillementary,elementary\r\nilless,illness\r\nillesses,illnesses\r\nillgal,illegal\r\nillict,illicit\r\nillictly,illicitly\r\nilliegal,illegal\r\nilligal,illegal\r\nilligetimate,illegitimate\r\nilligitamaci,illegitimaci\r\nilligitamacy,illegitimacy\r\nilligitamate,illegitimate\r\nilligitamati,illegitimati\r\nilligitamato,illegitimato\r\nilligitamici,illegitimaci\r\nilligitamicy,illegitimacy\r\nilligitamite,illegitimate\r\nilligitamiti,illegitimati\r\nilligitamito,illegitimato\r\nilligitemate,illegitimate\r\nilligitimaci,illegitimaci\r\nilligitimacy,illegitimacy\r\nilligitimate,illegitimate\r\nilligitimati,illegitimati\r\nilligitimato,illegitimato\r\nilligitimici,illegitimaci\r\nilligitimicy,illegitimacy\r\nilligitimite,illegitimate\r\nilligitimiti,illegitimati\r\nilligitimito,illegitimato\r\nilligitmaci,illegitimaci\r\nilligitmacy,illegitimacy\r\nilligitmate,illegitimate\r\nilligitmati,illegitimati\r\nilligitmato,illegitimato\r\nilligitmici,illegitimaci\r\nilligitmicy,illegitimacy\r\nilligitmite,illegitimate\r\nilligitmiti,illegitimati\r\nilligitmito,illegitimato\r\nilliminate,eliminate\r\nillimnate,eliminate\r\nillimunate,eliminate\r\nillimunati,illuminati\r\nillinios,illinois\r\nillinoians,illinois\r\nillinos,illinois\r\nillionis,illinois\r\nillistrate,illiterate\r\nillistration,illustration\r\nillistrations,illustrations\r\nillitarate,illiterate\r\nilliteraly,literally\r\nillitercy,illiteracy\r\nillitirate,illiterate\r\nillitterate,illiterate\r\nilllanois,illinois\r\nilllanos,illinois\r\nilllinois,illinois\r\nilllinos,illinois\r\nillnesess,illnesses\r\nillnesss,illnesses\r\nillnois,illinois\r\nillsuions,illusions\r\nillsutration,illustrations\r\nillsutrator,illustrator\r\nillumanati,illuminati\r\nillumaniti,illuminati\r\nillumianti,illuminati\r\nillumiate,eliminate\r\nillumimati,illuminati\r\nilluminaci,illuminati\r\nilluminadi,illuminati\r\nilluminai,illuminati\r\nilluminami,illuminati\r\nilluminanti,illuminati\r\nilluminarti,illuminati\r\nilluminatioin,illumination\r\nilluminatti,illuminati\r\nilluminauti,illuminati\r\nilluminazi,illuminati\r\nillumini,illuminati\r\nilluminiati,illuminati\r\nilluminista,illuminati\r\nilluminite,illuminati\r\nilluminiti,illuminati\r\nilluminoti,illuminati\r\nillumintati,illuminati\r\nilluminuti,illuminati\r\nillumni,alumni\r\nillumniati,illuminati\r\nillumunati,illuminati\r\nilluninate,illuminate\r\nilluninati,illuminati\r\nillusiones,illusions\r\nillustarte,illustrate\r\nillustarted,illustrated\r\nillustartes,illustrates\r\nillustarting,illustrating\r\nillustartion,illustration\r\nillustartions,illustrations\r\nillustartive,illustrative\r\nillustartively,illustratively\r\nillustartives,illustratives\r\nillustartor,illustrator\r\nillustartors,illustrators\r\nillustate,illustrate\r\nillustated,illustrated\r\nillustates,illustrates\r\nillustating,illustrating\r\nillustation,illustration\r\nillustations,illustrations\r\nillustative,illustrative\r\nillustatively,illustratively\r\nillustatives,illustratives\r\nillustator,illustrator\r\nillustators,illustrators\r\nillustraded,illustrated\r\nillustrae,illustrate\r\nillustraion,illustration\r\nillustraitor,illustrator\r\nillustrant,illustrate\r\nillustrare,illustrate\r\nillustrater,illustrator\r\nillustratie,illustrate\r\nillustraties,illustrate\r\nillustratiing,illustrating\r\nillustratin,illustrations\r\nillustratioin,illustration\r\nillustratioins,illustrations\r\nillustratior,illustrator\r\nillustratiosn,illustrations\r\nillustrato,illustration\r\nillustratoin,illustration\r\nillustratoins,illustrations\r\nillustraton,illustration\r\nillustre,illustrate\r\nillustres,illustrates\r\nillution,illusion\r\nillutions,illusions\r\nillutrates,illustrates\r\nilness,illness\r\nilnesses,illnesses\r\nilnesss,illnesss\r\nilogical,illogical\r\niltaly,iltally\r\nilterate,literate\r\nilumi,alumni\r\niluminate,eliminate\r\niluminated,illuminated\r\niluminates,illuminates\r\niluminating,illuminating\r\nilumination,illumination\r\nilumni,alumni\r\nilusion,illusion\r\nilusions,illusions\r\nilusory,illusory\r\nilustrate,illustrate\r\nilustrated,illustrated\r\nilustrates,illustrate\r\nim-depth,in-depth\r\nim-memory,in-memory\r\nimaages,images\r\nimabalances,imbalances\r\nimablanced,imbalanced\r\nimablances,imbalances\r\nimadeatly,immediately\r\nimaditely,immediately\r\nimadmissability,ImAdmissibility\r\nimadmissable,ImAdmissible\r\nimadmissably,ImAdmissibly\r\nimag,image\r\nimaganation,imagination\r\nimaganative,imaginative\r\nimaganitive,imaginative\r\nimagenary,imaginary\r\nimagenation,imagination\r\nimagene,imagine\r\nimagened,imagined\r\nimagenes,imagines\r\nimagens,images\r\nimagin,imagine\r\nimaginacion,imagination\r\nimaginaiton,imagination\r\nimaginatie,imaginative\r\nimaginatiei,imaginative\r\nimaginating,imagination\r\nimaginativo,imagination\r\nimaginaton,imagination\r\nimagind,imagined\r\nimagineable,imaginable\r\nimaginery,imaginary\r\nimaginitave,imaginative\r\nimaginitive,imaginative\r\nimaginitve,imaginative\r\nimagins,imagines\r\nimagnation,imagination\r\nimagration,immigration\r\nimagse,images\r\nimahe,image\r\nimakes,makes\r\nimanent,eminent\r\nimanently,imminently\r\nimapcts,impacts\r\nimapired,impaired\r\nimaptient,impatient\r\nimatation,imitation\r\nimation,imitation\r\nimattion,imitation\r\nimature,immature\r\nimaturely,immaturely\r\nimaturi,immaturi\r\nimaturity,immaturity\r\nimaxessible,inaccessible\r\nimazinatiosn,imazinations\r\nimbalanaced,imbalanced\r\nimbalanaces,imbalances\r\nimbalancers,imbalances\r\nimbalenced,imbalanced\r\nimbalences,imbalances\r\nimbeddded,imbedded\r\nimceasing,increasing\r\nimclusion,inclusion\r\nimcomb,incomb\r\nimcome,income\r\nimcomi,incomi\r\nimcomm,incomm\r\nimcomp,incomp\r\nimcompatability,imcompatibility\r\nimcompatable,imcompatible\r\nimcompatably,imcompatibly\r\nimcompatibilities,incompatibilities\r\nimcompatible,incompatible\r\nimcompatiblities,imcompatibilities\r\nimcompayibilty,imcompayibility\r\nimcompetence,incompetence\r\nimcomplete,incomplete\r\nimcomprehensible,incomprehensible\r\nimcompressible,incompressible\r\nimconc,inconc\r\nimcond,incond\r\nimconf,inconf\r\nimcong,incong\r\nimcons,incons\r\nimcont,incont\r\nimconv,inconv\r\nimconvertability,imconvertibility\r\nimconvertable,imconvertible\r\nimconvertably,imconvertibly\r\nimcorruptability,imcorruptibility\r\nimcorruptable,imcorruptible\r\nimcorruptably,imcorruptibly\r\nimdefensability,imdefensibility\r\nimdefensable,imdefensible\r\nimdefensably,imdefensibly\r\nimdefimitely,indefinitely\r\nimdetly,immediately\r\nimdivisability,imdivisibility\r\nimdivisable,imdivisible\r\nimdivisably,imdivisibly\r\nimeadat,immediate\r\nimeadate,immediate\r\nimeadately,immediately\r\nimeadatly,immediately\r\nimeadely,immediately\r\nimeadiat,immediate\r\nimeadiate,immediate\r\nimeadiately,immediately\r\nimeadiatly,immediately\r\nimeadietly,immediately\r\nimeadily,immediately\r\nimeaditatly,immediately\r\nimeaditly,immediately\r\nimeadittly,immediately\r\nimebetely,immediately\r\nimedat,immediate\r\nimedate,immediate\r\nimedately,immediately\r\nimedatly,immediately\r\nimeddiately,immediately\r\nimeddiatly,immediately\r\nimeddly,immediately\r\nimeddutily,immediately\r\nimedeantly,immediately\r\nimedeatly,immediately\r\nimederalte,immediately\r\nimedetley,immediately\r\nimedetly,immediately\r\nimediaetly,immediately\r\nimediantly,immediately\r\nimediat,immediate\r\nimediate,immediate\r\nimediatedly,immediatedly\r\nimediateley,immediately\r\nimediatelly,immediatelly\r\nimediately,immediately\r\nimediatley,immediately\r\nimediatly,immediately\r\nimediedtly,immediately\r\nimedietly,immediately\r\nimediotly,immediately\r\nimeditery,immediately\r\nimeditly,immediately\r\nimements,implements\r\nimence,immense\r\nimencily,immensely\r\nimencly,immensely\r\nimenedly,immediately\r\nimenscly,immensely\r\nimense,immense\r\nimensely,immensely\r\nimensily,immensely\r\nimensley,immensely\r\nimensly,immensely\r\nimeplementations,implementations\r\nimeplements,implements\r\nimerial,imperial\r\nimetation,imitation\r\nimetialty,immediately\r\nimexperience,inexperience\r\nimfamy,infamy\r\nimfeasability,imfeasibility\r\nimfeasable,imfeasible\r\nimfeasably,imfeasibly\r\nimfirm,infirm\r\nimfirmable,infirmable\r\nimfirmably,infirmably\r\nimfirmal,infirmal\r\nimfirmality,infirmality\r\nimfirmation,infirmation\r\nimfirmations,infirmations\r\nimfirmative,infirmative\r\nimfirmatively,infirmatively\r\nimfirmed,infirmed\r\nimfirming,infirming\r\nimfirms,infirms\r\nimflamability,inflammability\r\nimflamable,inflammable\r\nimflamably,inflammably\r\nimflamation,inflammation\r\nimflamations,inflammations\r\nimflamatory,inflammatory\r\nimform,inform\r\nimformable,informable\r\nimformably,informably\r\nimformal,informal\r\nimformality,informality\r\nimformation,information\r\nimformations,informations\r\nimformative,informative\r\nimformatively,informatively\r\nimformed,informed\r\nimforming,informing\r\nimforms,informs\r\nimgaes,images\r\nimgage,image\r\nimgages,images\r\nimge,image\r\nimges,images\r\nimgrants,migrants\r\nimiation,imitation\r\nimicit,implicit\r\nimidatly,immediately\r\nimideately,immediately\r\nimidently,immediately\r\nimidetaly,imidetally\r\nimidialty,immediately\r\nimidiantly,immediately\r\nimidiatly,imidiately\r\nimidietly,immediately\r\nimidtaly,imidtally\r\nimiedatly,immediately\r\nimiedily,immediately\r\nimigrant,emigrant\r\nimigrate,emigrate\r\nimigrated,emigrated\r\nimigration,emigration\r\nimilar,similar\r\nimilict,implicit\r\nimimeditatly,imimeditately\r\nimincely,immensely\r\niminenc,imminenc\r\niminent,eminent\r\niminente,imminente\r\niminently,imminently\r\niminentul,imminentul\r\niminsly,immensely\r\nimitatation,imitation\r\nimitiation,imitation\r\nimititation,imitation\r\nimjection,injection\r\nimlement,implement\r\nimlementation,implementation\r\nimlementations,implementations\r\nimlemented,implemented\r\nimlementing,implementing\r\nimlementors,implementors\r\nimlements,implements\r\nimlpementation,implementations\r\nimmadiatly,immadiately\r\nimmage,image\r\nimmagination,imagination\r\nimmagine,imagine\r\nimmataion,imitation\r\nimmatation,imitation\r\nimmation,imitation\r\nimmatsion,imitation\r\nimmaturaty,immaturity\r\nimmatureity,immaturity\r\nimmaturety,immaturity\r\nimmboile,immobile\r\nimmdeiatly,immdeiately\r\nimmdiately,immediately\r\nimmeadat,immediate\r\nimmeadate,immediate\r\nimmeadately,immediately\r\nimmeadatly,immediately\r\nimmeadeatly,immediately\r\nimmeadiat,immediate\r\nimmeadiate,immediate\r\nimmeadiately,immediately\r\nimmeadiatly,immediately\r\nimmeadily,immediately\r\nimmeatily,immediately\r\nimmeatly,immediately\r\nimmedaitely,immediately\r\nimmedat,immediate\r\nimmedate,immediate\r\nimmedately,immediately\r\nimmedatly,immediately\r\nimmedeately,immediately\r\nimmedeatly,immediately\r\nimmedeitly,immediately\r\nimmedely,immediately\r\nimmedentily,immediately\r\nimmediaetly,immediately\r\nimmedially,immediately\r\nimmedialy,immediately\r\nimmediantely,immediately\r\nimmediantly,immediately\r\nimmediated,immediate\r\nimmediateley,immediately\r\nimmediateli,immediately\r\nimmediatelly,immediately\r\nimmediatetly,immediately\r\nimmediatey,immediately\r\nimmediatily,immediately\r\nimmediatley,immediately\r\nimmediatly,immediately\r\nimmediattely,immediately\r\nimmediattly,immediately\r\nimmedictly,immediately\r\nimmedietaly,immedietally\r\nimmedietely,immediately\r\nimmedietly,immediately\r\nimmediety,immediately\r\nimmeditally,immediately\r\nimmeditaly,immediately\r\nimmeditatly,immeditately\r\nimmeditely,immediately\r\nimmeditly,immediately\r\nimmeedeatley,immediately\r\nimmeidately,immediately\r\nimmeidatly,immeidately\r\nimmenant,immanent\r\nimmence,immense\r\nimmencely,immensely\r\nimmencially,immensely\r\nimmencily,immensely\r\nimmencly,immensely\r\nimmenditaly,immediately\r\nimmenint,imminent\r\nimmenly,immensely\r\nimmennsly,immensely\r\nimmensaly,immensely\r\nimmenseley,immensely\r\nimmensley,immensely\r\nimmensly,immensely\r\nimmerisve,immersive\r\nimmersability,immersibility\r\nimmersable,immersible\r\nimmersably,immersibly\r\nimmersibilty,immersibility\r\nimmersie,immerse\r\nimmersve,immerse\r\nimmesely,immensely\r\nimmesly,immensely\r\nimmesnely,immensely\r\nimmidat,immediate\r\nimmidate,immediate\r\nimmidately,immediately\r\nimmidatly,immediately\r\nimmideately,immediately\r\nimmideatly,immediately\r\nimmidently,immediately\r\nimmidertly,immediately\r\nimmidetaly,immidetally\r\nimmidiat,immediate\r\nimmidiate,immediate\r\nimmidiately,immediately\r\nimmidiatley,immediately\r\nimmidiatly,immediately\r\nimmiediately,immediately\r\nimmiediatly,immiediately\r\nimmiedietly,immediately\r\nimmieditly,immediately\r\nimmigraiton,immigration\r\nimmigrantes,immigrants\r\nimmigranti,immigration\r\nimmigrato,immigration\r\nimmigratoin,immigration\r\nimmigrents,immigrants\r\nimminance,imminence\r\nimminances,imminences\r\nimminancy,imminency\r\nimminant,imminent\r\nimminantly,imminently\r\nimminet,imminent\r\nimminsely,immensely\r\nimmiscibilty,immiscibility\r\nimmitate,imitate\r\nimmitated,imitated\r\nimmitates,imitates\r\nimmitating,imitating\r\nimmitation,imitation\r\nimmitator,imitator\r\nimmitination,imitation\r\nimmmeadat,immediate\r\nimmmeadate,immediate\r\nimmmeadately,immediately\r\nimmmeadatly,immediately\r\nimmmeadiat,immediate\r\nimmmeadiate,immediate\r\nimmmeadiately,immediately\r\nimmmeadiatly,immediately\r\nimmmedat,immediate\r\nimmmedate,immediate\r\nimmmedately,immediately\r\nimmmedatly,immediately\r\nimmmediat,immediate\r\nimmmediate,immediate\r\nimmmediateley,immediately\r\nimmmediately,immediately\r\nimmmediatley,immediately\r\nimmmediatly,immediately\r\nimmminence,imminence\r\nimmminences,imminences\r\nimmminency,imminency\r\nimmminent,imminent\r\nimmminently,imminently\r\nimmmmediate,immediate\r\nimmmmediateley,immediately\r\nimmmmediatley,immediately\r\nimmmmmediateley,immediately\r\nimmmmmediatley,immediately\r\nimmobilie,immobile\r\nimmobille,immobile\r\nimmobilty,immobility\r\nimmobilze,immobile\r\nimmoblie,immobile\r\nimmoratlity,immortality\r\nimmortailty,immortality\r\nimmortales,immortals\r\nimmortalis,immortals\r\nimmortalisy,immortals\r\nimmortaliy,immortality\r\nimmortallity,immortality\r\nimmortalls,immortals\r\nimmortalty,immortality\r\nimmortaly,immortality\r\nimmortas,immortals\r\nimmpers,impress\r\nimmpersed,impressed\r\nimmperses,impresses\r\nimmpersive,impressive\r\nimmperss,impress\r\nimmperssed,impressed\r\nimmpersses,impresses\r\nimmplement,implement\r\nimmpres,impress\r\nimmpresed,impressed\r\nimmpreses,impresses\r\nimmpresionism,impressionism\r\nimmpresions,impressions\r\nimmpresive,impressive\r\nimmpress,impress\r\nimmpressed,impressed\r\nimmpresses,impresses\r\nimmpression,impression\r\nimmpressionology,impressionology\r\nimmpressive,impressive\r\nimmprovment,immprovement\r\nimmserive,immersive\r\nimmtation,imitation\r\nimmtediately,immediately\r\nimmuatable,immutable\r\nimmunizatioin,immunization\r\nimmunizatoins,immunizations\r\nimmunolgical,immunological\r\nimmunolgically,immunologically\r\nimmunolgist,immunologist\r\nimmunoligic,immunologic\r\nimmunoligist,immunologist\r\nimmunoligists,immunologists\r\nimmunopatholgical,immunopathological\r\nimmunosuppres,immunosuppress\r\nimmunosuppresant,immunosuppressant\r\nimmunosuppresants,immunosuppressants\r\nimmunosuppresion,immunosuppression\r\nimmunosuppresive,immunosuppressive\r\nimmunosuppresives,immunosuppressives\r\nimmunosuppresor,immunosuppressor\r\nimmunosuppresssion,immunosuppression\r\nimmunosuppresssive,immunosuppressive\r\nimmunosupres,immunosuppress\r\nimmunosupresant,immunosuppressant\r\nimmunosupresants,immunosuppressants\r\nimmunosupresed,immunosuppressed\r\nimmunosupreser,immunosuppresser\r\nimmunosupresers,immunosuppressers\r\nimmunosupreses,immunosuppresses\r\nimmunosupresible,immunosuppressible\r\nimmunosupresive,immunosuppressive\r\nimmunosupresor,immunosuppressor\r\nimmunosupresors,immunosuppressors\r\nimmunosupress,immunosuppress\r\nimmunosupressant,immunosuppressant\r\nimmunosupressants,immunosuppressants\r\nimmunosupressed,immunosuppressed\r\nimmunosupresser,immunosuppresser\r\nimmunosupressers,immunosuppressers\r\nimmunosupresses,immunosuppresses\r\nimmunosupressible,immunosuppressible\r\nimmunosupressing,immunosuppressing\r\nimmunosupression,immunosuppression\r\nimmunosupressive,immunosuppressive\r\nimmunosupressives,immunosuppressives\r\nimmunosupressivnoj,immunosuppressivnoj\r\nimmunosupressor,immunosuppressor\r\nimmunosupressors,immunosuppressors\r\nimmunosurpres,immunosuppress\r\nimmunosurpresant,immunosuppressant\r\nimmunosurpresants,immunosuppressants\r\nimmunosurpresed,immunosuppressed\r\nimmunosurpreser,immunosuppresser\r\nimmunosurpresers,immunosuppressers\r\nimmunosurpreses,immunosuppresses\r\nimmunosurpresible,immunosuppressible\r\nimmunosurpresor,immunosuppressor\r\nimmunosurpresors,immunosuppressors\r\nimmunosurpress,immunosuppress\r\nimmunosurpressant,immunosuppressant\r\nimmunosurpressants,immunosuppressants\r\nimmunosurpressed,immunosuppressed\r\nimmunosurpresser,immunosuppresser\r\nimmunosurpressers,immunosuppressers\r\nimmunosurpresses,immunosuppresses\r\nimmunosurpressible,immunosuppressible\r\nimmunosurpressor,immunosuppressor\r\nimmunosurpressors,immunosuppressors\r\nimmuntable,immutable\r\nimmuntiy,immunity\r\nimmutabillity,immutability\r\nimmutabilty,immutability\r\nimmutablility,immutability\r\nimmutablity,immutability\r\nimmutibility,immutability\r\nimmutible,immutable\r\nimnage,images\r\nimnediatly,immediately\r\nimnensly,immensely\r\nimnmediatly,imnmediately\r\nimnstall,install\r\nimoprt,import\r\nimoral,immoral\r\nimortal,immortal\r\nimortaly,imortally\r\nimostensability,ImOstensibility\r\nimostensable,ImOstensible\r\nimostensably,ImOstensibly\r\nimostly,mostly\r\nimpacing,impacting\r\nimpactes,impacts\r\nimpactfull,impactful\r\nimpactical,impractical\r\nimpactos,impacts\r\nimpaitent,impatient\r\nimpaitience,impatience\r\nimpaitient,impatient\r\nimpare,impair\r\nimparied,impaired\r\nimparital,impartial\r\nimpartirla,impartial\r\nimpass,impasse\r\nimpateince,ImPatience\r\nimpateinces,ImPatiences\r\nimpateint,ImPatient\r\nimpatiance,ImPatience\r\nimpatiances,ImPatiences\r\nimpatiant,ImPatient\r\nimpatiene,impatience\r\nimpationt,impatient\r\nimpecabbly,impeccably\r\nimpeccabile,impeccable\r\nimpeccible,impeccable\r\nimpeckable,impeccable\r\nimpedence,impedance\r\nimpedences,impedances\r\nimpeditly,immediately\r\nimpeech,impeach\r\nimpeled,impelled\r\nimpelement,implement\r\nimpelementation,implementation\r\nimpelementations,implementations\r\nimpelementing,implementing\r\nimpelemntation,implementation\r\nimpeler,impeller\r\nimpelers,impellers\r\nimpeling,impelling\r\nimpell,impel\r\nimpells,impels\r\nimpelment,implement\r\nimpelmentation,implementations\r\nimpelments,implements\r\nimpelor,impellor\r\nimpelors,impellors\r\nimpement,implement\r\nimpementation,implementation\r\nimpementations,implementations\r\nimperailist,imperialist\r\nimperavi,imperative\r\nimperceptability,ImPerceptibility\r\nimperceptable,ImPerceptible\r\nimperceptably,ImPerceptibly\r\nimperealist,imperialist\r\nimperetive,imperative\r\nimperfactions,imperfections\r\nimperfectionists,imperfections\r\nimperfet,imperfect\r\nimperialfist,imperialist\r\nimperialims,imperialism\r\nimperialisim,imperialism\r\nimperialsim,imperialism\r\nimperialsm,imperialism\r\nimperialst,imperialist\r\nimperialstic,imperialist\r\nimperiarist,imperialist\r\nimperical,empiric\r\nimperically,empirically\r\nimperislist,imperialist\r\nimperitave,imperative\r\nimperitive,imperative\r\nimpermanance,impermanence\r\nimpermanancy,impermanency\r\nimpermanant,impermanent\r\nimpermanince,impermanence\r\nimpermanincy,impermanency\r\nimpermanint,impermanent\r\nimpermenance,impermanence\r\nimpermenancy,impermanency\r\nimpermenant,impermanent\r\nimpermenence,impermanence\r\nimpermenency,impermanency\r\nimpermenent,impermanent\r\nimpermenince,impermanence\r\nimpermenincy,impermanency\r\nimpermenint,impermanent\r\nimperminance,impermanence\r\nimperminancy,impermanency\r\nimperminant,impermanent\r\nimperminence,impermanence\r\nimperminency,impermanency\r\nimperminent,impermanent\r\nimperminince,impermanence\r\nimperminincy,impermanency\r\nimperminint,impermanent\r\nimpermissiblity,impermissibility\r\nimpernamance,impermanence\r\nimpernamancy,impermanency\r\nimpernamant,impermanent\r\nimpernamence,impermanence\r\nimpernamency,impermanency\r\nimpernament,impermanent\r\nimpernamince,impermanence\r\nimpernamincy,impermanency\r\nimpernamint,impermanent\r\nimpernemance,impermanence\r\nimpernemancy,impermanency\r\nimpernemant,impermanent\r\nimpernemence,impermanence\r\nimpernemency,impermanency\r\nimpernement,impermanent\r\nimpernemince,impermanence\r\nimpernemincy,impermanency\r\nimpernemint,impermanent\r\nimpernimance,impermanence\r\nimpernimancy,impermanency\r\nimpernimant,impermanent\r\nimpernimence,impermanence\r\nimpernimency,impermanency\r\nimperniment,impermanent\r\nimpernimince,impermanence\r\nimpernimincy,impermanency\r\nimpernimint,impermanent\r\nimpers,impress\r\nimpersed,impressed\r\nimperses,impresses\r\nimpersinating,impersonating\r\nimpersinatino,impressinatino\r\nimpersinator,impressinator\r\nimpersionation,impressionation\r\nimpersionations,impressionations\r\nimpersions,impressions\r\nimpersirao,impressirao\r\nimpersistence,impressistence\r\nimpersive,impressive\r\nimpersonationg,impersonating\r\nimperss,impress\r\nimperssed,impressed\r\nimpersses,impresses\r\nimperssion,impression\r\nimperssionist,impressionist\r\nimperssions,impressions\r\nimperssive,impressive\r\nimpertively,imperatively\r\nimpingment,impingement\r\nimpingments,impingements\r\nimpiration,inspiration\r\nimpire,inspire\r\nimpired,inspired\r\nimpires,inspires\r\nimpiring,inspiring\r\nimplament,implement\r\nimplamental,implemental\r\nimplamentation,implementation\r\nimplamentations,implementations\r\nimplamente,implemente\r\nimplamented,implemented\r\nimplamenter,implementer\r\nimplamenting,implementing\r\nimplaments,implements\r\nimplantase,implants\r\nimplantes,implants\r\nimplantolgist,implantologist\r\nimplantoligist,implantologist\r\nimplausability,ImPlausibility\r\nimplausable,implausible\r\nimplausably,ImPlausibly\r\nimplausbile,implausible\r\nimplausble,implausible\r\nimplausibe,implausible\r\nimplausibile,implausible\r\nimplciit,implicit\r\nimplcit,implicit\r\nimplcitly,implicitly\r\nimpldoe,implode\r\nimple,simple\r\nimplecations,implications\r\nimpleemts,implements\r\nimplelemtation,implementation\r\nimplemantation,implementation\r\nimplemantion,implementation\r\nimplemehntation,implementation\r\nimplemement,implement\r\nimplemementation,implementation\r\nimplemementations,implementations\r\nimplememented,implemented\r\nimplemementing,implementing\r\nimplemements,implements\r\nimplememnted,implemented\r\nimplememtations,implementations\r\nimplemen1tation,implementation\r\nimplemenatation,implementation\r\nimplemenation,implementation\r\nimplemenations,implementations\r\nimplemenats,implements\r\nimplemencts,implements\r\nimplemendation,implementation\r\nimplemened,implemented\r\nimplemenentation,implementation\r\nimplemenet,implements\r\nimplemenetation,implementation\r\nimplemeneted,implemented\r\nimplemening,implementing\r\nimplemenntation,implementation\r\nimplemens,implements\r\nimplemenst,implements\r\nimplementablity,implementability\r\nimplementacion,implementation\r\nimplementaciones,implementations\r\nimplementaion,implementation\r\nimplementaions,implementations\r\nimplementaiton's,implementation's\r\nimplementaiton,implementation\r\nimplementaitons,implementations\r\nimplementantions,implementations\r\nimplementas,implements\r\nimplementase,implements\r\nimplementasi,implements\r\nimplementastion,implementation\r\nimplementataion,implementation\r\nimplementatation,implementation\r\nimplementate,implement\r\nimplementated,implemented\r\nimplementatin,implementations\r\nimplementating,implementation\r\nimplementatino,implementations\r\nimplementatinos,implementations\r\nimplementatio,implementation\r\nimplementatiob,implementation\r\nimplementatioe,implementation\r\nimplementatioin,implementation\r\nimplementationen,implementations\r\nimplementationer,implementations\r\nimplementationr,implementation\r\nimplementationss,implementations\r\nimplementatiopn,implementation\r\nimplementatios,implementations\r\nimplementato,implementation\r\nimplementatoin,implementation\r\nimplementatoins,implementations\r\nimplementaton,implementation\r\nimplementator,implementer\r\nimplementd,implemented\r\nimplemente,implemented\r\nimplementedif,implemented\r\nimplementedy,implemented\r\nimplemententation,implementation\r\nimplementes,implements\r\nimplementetation,implementation\r\nimplementetion-defined,implementation-defined\r\nimplementig,implementing\r\nimplementingapplication,implementing\r\nimplementingg,implementing\r\nimplemention,implementation\r\nimplementions,implementations\r\nimplementng,implementing\r\nimplementor's,implementer's\r\nimplementor,implementer\r\nimplementors,implementers\r\nimplementos,implements\r\nimplementsa,implements\r\nimplementtion,implementation\r\nimplementtions,implementations\r\nimplemet,implements\r\nimplemetation,implementation\r\nimplemetations,implementations\r\nimplemeted,implemented\r\nimplemeting,implementing\r\nimplemetnation,implementations\r\nimplemets,implements\r\nimplemment,implement\r\nimplemnet,implement\r\nimplemnetation,implementation\r\nimplemneted,implemented\r\nimplemneting,implementing\r\nimplemnets,implements\r\nimplemnt,implement\r\nimplemntation,implementation\r\nimplemntations,implementations\r\nimplemnted,implemented\r\nimplemtation,implementation\r\nimplemted,implemented\r\nimplemtens,implements\r\nimplemtented,implemented\r\nimplemtenting,implementing\r\nimplemtents,implements\r\nimplemtes,implements\r\nimplemtnation,implementation\r\nimplenentation,implementation\r\nimplenents,implements\r\nimplenetation,implementation\r\nimplenment,implement\r\nimplenmented,implemented\r\nimplentation,implementation\r\nimplentations,implementations\r\nimplente,implements\r\nimplented,implemented\r\nimplents,implements\r\nimples,implies\r\nimpletation,implementation\r\nimpletement,implement\r\nimplexwwmentation,implementation\r\nimplicacion,implication\r\nimplicati,implicit\r\nimplicatia,implicit\r\nimplicatie,implicit\r\nimplicatii,implicit\r\nimplicatons,implications\r\nimplicetly,implicitly\r\nimpliciet,implicit\r\nimpliciete,implicit\r\nimplicilty,implicitly\r\nimplicit-dependecy,implicit-dependency\r\nimplicite,implicit\r\nimplicitelly,implicitly\r\nimplicitely,implicitly\r\nimplicitily,implicitly\r\nimplicitions,implications\r\nimplicity,implicitly\r\nimplicityl,implicitly\r\nimplict,implicit\r\nimplicte,implicate\r\nimplicted,implicated\r\nimplictes,implicates\r\nimplictily,implicitly\r\nimplicting,implicating\r\nimpliction,implication\r\nimplictions,implications\r\nimplictly,implicitly\r\nimplictly-zero,implicitly-zero\r\nimplie,imply\r\nimplikation,implication\r\nimplimenation,implementation\r\nimpliment,implement\r\nimplimental,implemental\r\nimplimentation,implementation\r\nimplimentations,implementations\r\nimplimente,implemente\r\nimplimented,implemented\r\nimplimenter,implementer\r\nimplimenting,implementing\r\nimpliments,implements\r\nimplmementation,implementation\r\nimplmenent,implement\r\nimplmenetation,implementation\r\nimplmeneted,implemented\r\nimplmennt,implement\r\nimplment,implement\r\nimplmentation,implementation\r\nimplmentations,implementations\r\nimplmented,implemented\r\nimplmenting,implementing\r\nimplments,implements\r\nimploed,implode\r\nimplosed,implode\r\nimplotion,implosion\r\nimplotions,implosions\r\nimploy,employ\r\nimployed,employed\r\nimployees,employees\r\nimployer,employer\r\nimployers,employers\r\nimployes,employees\r\nimployese,employees\r\nimploying,employing\r\nimployment,employment\r\nimployments,employments\r\nimploys,employs\r\nimpluse,impulse\r\nimpluses,impulses\r\nimplusive,impulsive\r\nimpments,implements\r\nimpoer,import\r\nimpoerts,imports\r\nimpolde,implode\r\nimpolemented,implemented\r\nimpoort,import\r\nimporant,important\r\nimporantly,importantly\r\nimporatant,important\r\nimporbable,improbable\r\nimporevment,imporevement\r\nimporntatly,imporntately\r\nimporove,improve\r\nimporovment,imporovement\r\nimporovments,imporovements\r\nimporper,improper\r\nimpors,imports\r\nimportamce,importance\r\nimportamt,important\r\nimportamtly,importantly\r\nimportan,important\r\nimportanly,importantly\r\nimportantaly,importantally\r\nimportantce,importance\r\nimportantn,important\r\nimportants,importance\r\nimportanty,importantly\r\nimportas,imports\r\nimportat,important\r\nimportating,important\r\nimportatly,importately\r\nimportatn,important\r\nimportatnt,important\r\nimportd,imported\r\nimporten,importance\r\nimportence,importance\r\nimportend,imported\r\nimportent,important\r\nimportently,importantly\r\nimporterad,imported\r\nimportes,imports\r\nimportet,imported\r\nimportnace,importance\r\nimportnant,important\r\nimportnat,important\r\nimportnatly,importantly\r\nimportt,import\r\nimporve,improve\r\nimporved,improved\r\nimporvement,improvement\r\nimporvements,improvements\r\nimporvemet,improvemet\r\nimporvemnet,improvemnet\r\nimporvemnets,improvemnets\r\nimporvemnt,improvemnt\r\nimporvenda,improvenda\r\nimporver,improver\r\nimporverished,improverished\r\nimporves,improves\r\nimporving,improving\r\nimporvise,improvise\r\nimporvised,improvised\r\nimporvment,improvment\r\nimporvments,improvments\r\nimpory,import\r\nimposibilities,impossibilities\r\nimposibility,impossibility\r\nimposible,impossible\r\nimposiblities,impossibilities\r\nimposiblity,impossibility\r\nimposistion,imposition\r\nimposistional,impositional\r\nimposistionally,impositionally\r\nimposistioned,impositioned\r\nimposistioning,impositioning\r\nimposistions,impositions\r\nimposistive,impositive\r\nimposistives,impositives\r\nimpositition,imposition\r\nimposititional,impositional\r\nimposititionally,impositionally\r\nimposititioned,impositioned\r\nimposititioning,impositioning\r\nimposititions,impositions\r\nimposititive,impositive\r\nimposititives,impositives\r\nimposititon,imposition\r\nimposititonal,impositional\r\nimposititonally,impositionally\r\nimposititoned,impositioned\r\nimposititoning,impositioning\r\nimposititons,impositions\r\nimposititve,impositive\r\nimposititves,impositives\r\nimposostion,imposition\r\nimposostional,impositional\r\nimposostionally,impositionally\r\nimposostioned,impositioned\r\nimposostioning,impositioning\r\nimposostions,impositions\r\nimposostive,impositive\r\nimposostives,impositives\r\nimpossability,ImPossibility\r\nimpossable,impossible\r\nimpossably,ImPossibly\r\nimpossbily,impossibly\r\nimpossble,impossible\r\nimpossibal,impossibly\r\nimpossibe,impossible\r\nimpossibel,impossibly\r\nimpossibile,impossible\r\nimpossibillity,impossibility\r\nimpossibilty,impossibility\r\nimpossibily,impossibly\r\nimpossiblely,impossibly\r\nimpossibley,impossibly\r\nimpossiblility,impossibility\r\nimpossiblities,impossibilities\r\nimpossiblity,impossibly\r\nimpossiblly,impossibly\r\nimpossibry,impossibly\r\nimpossibul,impossibly\r\nimpossiple,impossible\r\nimpostion,imposition\r\nimpostional,impositional\r\nimpostionally,impositionally\r\nimpostioned,impositioned\r\nimpostioning,impositioning\r\nimpostions,impositions\r\nimpostive,impositive\r\nimpostives,impositives\r\nimpot,import\r\nimpotance,impotence\r\nimpotancy,impotency\r\nimpotant,important\r\nimpotantly,impotently\r\nimpotants,impotents\r\nimpoter,importer\r\nimpotring,importing\r\nimpove,improve\r\nimpoved,improved\r\nimpoverised,impoverished\r\nimpovershied,impoverished\r\nimpoversihed,impoverished\r\nimpoves,improves\r\nimpovments,impovements\r\nimpoy,import\r\nimpport,import\r\nimpported,imported\r\nimppresions,imppressions\r\nimpproved,improved\r\nimpractia,impractical\r\nimpractial,impractical\r\nimpractible,impracticable\r\nimpracticle,impractical\r\nimpraticable,impracticable\r\nimpreative,imperative\r\nimpredictable,unpredictable\r\nimprefect,imperfect\r\nimprefection,imperfections\r\nimprefections,imperfections\r\nimpres,impress\r\nimprese,impresse\r\nimpresed,impressed\r\nimpreses,impresses\r\nimpresia,impressia\r\nimpresie,impressie\r\nimpresif,impressif\r\nimpresii,impressii\r\nimpresiion,impressiion\r\nimpresiive,impressiive\r\nimpresija,impressija\r\nimpresije,impressije\r\nimpresin,impressin\r\nimpresinant,impressinant\r\nimpresing,impressing\r\nimpresio,impressio\r\nimpresiobirthdayphotograp,impressiobirthdayphotograp\r\nimpresion,impression\r\nimpresiona,impressiona\r\nimpresionado,impressionado\r\nimpresionamente,impressionamente\r\nimpresionant,impressionant\r\nimpresionanta,impressionanta\r\nimpresionante,impressionante\r\nimpresionantemente,impressionantemente\r\nimpresionantes,impressionantes\r\nimpresionar,impressionar\r\nimpresionat,impressionat\r\nimpresionate,impressionate\r\nimpresionates,impressionates\r\nimpresiones,impressiones\r\nimpresioneswe,impressioneswe\r\nimpresionesweb,impressionesweb\r\nimpresionezi,impressionezi\r\nimpresionfoto,impressionfoto\r\nimpresionis,impressionis\r\nimpresionismo,impressionismo\r\nimpresionismu,impressionismu\r\nimpresionist,impressionist\r\nimpresionistas,impressionistas\r\nimpresionohen,impressionohen\r\nimpresions,impressions\r\nimpresis,impressis\r\nimpresison,impressions\r\nimpresisonable,impressisonable\r\nimpresisons,impressisons\r\nimpresistem,impressistem\r\nimpresisve,impressisve\r\nimpresit,impressit\r\nimpresita,impressita\r\nimpresiv,impressiv\r\nimpresivan,impressivan\r\nimpresive,impressive\r\nimpresively,impressively\r\nimpresiveness,impressiveness\r\nimpresivly,impressivly\r\nimpresivni,impressivni\r\nimpresivno,impressivno\r\nimpresivo,impressivo\r\nimpresonating,impersonating\r\nimpressario,impresario\r\nimpressin,impressions\r\nimpressionant,impressionnant\r\nimpressivly,impressively\r\nimpressoin,impressions\r\nimpressons,impressions\r\nimpresssed,impressed\r\nimpresssing,impressing\r\nimpresssion,impressions\r\nimpresssions,impressions\r\nimpresssive,impressive\r\nimpreva,improva\r\nimprevalence,improvalence\r\nimpreve,improve\r\nimpreved,improved\r\nimprevedibilmentemamma,improvedibilmentemamma\r\nimprevement,improvement\r\nimprevento,improvento\r\nimprevia,improvia\r\nimprevidibility,improvidibility\r\nimprevious,improvious\r\nimprevised,improvised\r\nimprevisibilidad,improvisibilidad\r\nimprevisibles,improvisibles\r\nimprevisiveis,improvisiveis\r\nimprevisivel,improvisivel\r\nimprevist,improvist\r\nimprevistas,improvistas\r\nimpreviste,improviste\r\nimprevisto,improvisto\r\nimprevistos,improvistos\r\nimprevizibila,improvizibila\r\nimprevizibile,improvizibile\r\nimprevo,improvo\r\nimprevue,improvue\r\nimprion,imprison\r\nimprioned,imprisoned\r\nimprioning,imprisoning\r\nimprionment,imprisonment\r\nimprions,imprisons\r\nimprision,imprison\r\nimprisioned,imprisoned\r\nimprisioner,imprisoner\r\nimprisioners,imprisoners\r\nimprisioning,imprisoning\r\nimprisionment,imprisonment\r\nimprisions,imprisons\r\nimpriso,imprison\r\nimprisoed,imprisoned\r\nimprisoing,imprisoning\r\nimprisoment,imprisonment\r\nimprisone,imprison\r\nimprisoneed,imprisoned\r\nimprisoneing,imprisoning\r\nimprisonement,imprisonment\r\nimprisonent,imprisonment\r\nimprisones,imprisons\r\nimprisonn,imprison\r\nimprisonned,imprisoned\r\nimprisonning,imprisoning\r\nimprisonnment,imprisonment\r\nimprisonns,imprisons\r\nimprisos,imprisons\r\nimprive,improved\r\nimprobabe,improbable\r\nimprobabil,improbable\r\nimprobabile,improbable\r\nimprobabilties,improbabilities\r\nimprobablilities,improbabilities\r\nimprobale,improbable\r\nimproballe,improbable\r\nimprobally,improbably\r\nimprobaly,improbably\r\nimprobible,improbable\r\nimproble,improbable\r\nimprobly,improbably\r\nimproeve,improve\r\nimpromperly,improperly\r\nimproovable,improvable\r\nimproovably,improvably\r\nimprooval,improval\r\nimproove,improve\r\nimprooved,improved\r\nimproovement,improvement\r\nimprooven,improven\r\nimproover,improver\r\nimprooves,improves\r\nimprooving,improving\r\nimproovment,improovement\r\nimproovments,improovements\r\nimpropable,improbable\r\nimpropably,improbably\r\nimpropre,improper\r\nimprosined,imprisoned\r\nimprosoned,imprisoned\r\nimprosonment,imprisonment\r\nimprossible,impossible\r\nimprot,import\r\nimprotantly,importantly\r\nimproted,imported\r\nimproting,importing\r\nimprouve,improve\r\nimprouvment,improuvement\r\nimprovedasd,improved\r\nimprovemetns,improvements\r\nimprovemnt,improvement\r\nimprovemnts,improvements\r\nimprovents,improves\r\nimprovevments,improvevements\r\nimprovie,improvised\r\nimprovisatoin,improvisation\r\nimproviserad,improvised\r\nimprovished,improvised\r\nimprovision,improvisation\r\nimprovmements,improvements\r\nimprovmenets,improvements\r\nimprovment,improvement\r\nimprovments,improvements\r\nimprsioned,imprisoned\r\nimpruvment,impruvement\r\nimpsiration,inspiration\r\nimpsire,inspire\r\nimpsired,inspired\r\nimpsires,inspires\r\nimpsiring,inspiring\r\nimpuation,imputation\r\nimpules,impulse\r\nimpulisve,impulsive\r\nimpulsemos,impulses\r\nimpulsional,impulse\r\nimpulsivley,impulsive\r\nimpuntiy,impunity\r\nimpurite,impurities\r\nimpurs,impulse\r\nimpusle,impulse\r\nimpusles,impulses\r\nimpuslive,impulsive\r\nimput,input\r\nimputeable,imputable\r\nimputeably,imputably\r\nimputeible,imputable\r\nimputeibly,imputably\r\nimputible,imputable\r\nimputibly,imputably\r\nimputs,inputs\r\nimputted,inputted\r\nimputting,inputting\r\nimquoteince,ImQuotience\r\nimquoteinces,ImQuotiences\r\nimquoteint,ImQuotient\r\nimquotiance,ImQuotience\r\nimquotiances,ImQuotiences\r\nimquotiant,ImQuotient\r\nimresistability,ImResistibility\r\nimresistable,ImResistible\r\nimresistably,ImResistibly\r\nimreversability,ImReversibility\r\nimreversable,ImReversible\r\nimreversably,ImReversibly\r\nimrovements,improvements\r\nimrovment,imrovement\r\nimrovments,imrovements\r\nimrpove,improve\r\nimrpoved,improved\r\nimrpovement,improvement\r\nimrpovements,improvements\r\nimrpoves,improves\r\nimrpoving,improving\r\nimrpovised,improvised\r\nimrpvoing,improving\r\nimsensability,ImSensibility\r\nimsensable,ImSensible\r\nimsensably,ImSensibly\r\nimsenteince,ImSentience\r\nimsenteinces,ImSentiences\r\nimsenteint,ImSentient\r\nimsentiance,ImSentience\r\nimsentiances,ImSentiences\r\nimsentiant,ImSentient\r\nimsuggestability,ImSuggestibility\r\nimsuggestable,ImSuggestible\r\nimsuggestably,ImSuggestibly\r\nimtation,imitation\r\nimtensability,ImTensibility\r\nimtensable,ImTensible\r\nimtensably,ImTensibly\r\nimtermediate,intermediate\r\nimtimidating,intimidating\r\nimtimidation,intimidation\r\nimune,immune\r\nimuneeb,immuneeb\r\nimuneik,immuneik\r\nimunek,immunek\r\nimuneko,immuneko\r\nimuneks,immuneks\r\nimunes,immunes\r\nimunesia,immunesia\r\nimunew,immunew\r\nimunic,immunic\r\nimunidad,immunidad\r\nimunidade,immunidade\r\nimunidentified,immunidentified\r\nimunidh,immunidh\r\nimunify,immunify\r\nimunike,immunike\r\nimunil,immunil\r\nimunimaanasavaasine,immunimaanasavaasine\r\nimunin,immunin\r\nimunique,immunique\r\nimuniqueunited,immuniqueunited\r\nimunir,immunir\r\nimunisasi,immunisasi\r\nimunisasidewa,immunisasidewa\r\nimunisation,immunisation\r\nimunised,immunised\r\nimunisupressed,immunisupressed\r\nimunit,immunit\r\nimunita,immunita\r\nimunitar,immunitar\r\nimunitario,immunitario\r\nimunitas,immunitas\r\nimunitate,immunitate\r\nimunitatea,immunitatea\r\nimunitet,immunitet\r\nimunitetin,immunitetin\r\nimunitety,immunitety\r\nimunitewit,immunitewit\r\nimuniti,immuniti\r\nimunities,immunities\r\nimunitni,immunitni\r\nimunity,immunity\r\nimunityy,immunityy\r\nimunix,immunix\r\nimunizasaun,immunizasaun\r\nimunization,immunization\r\nimunizations,immunizations\r\nimunizator,immunizator\r\nimunizohet,immunizohet\r\nimunoadsorbant,immunoadsorbant\r\nimunoalergol,immunoalergol\r\nimunoalergologia,immunoalergologia\r\nimunoassay,immunoassay\r\nimunobiologicos,immunobiologicos\r\nimunocare,immunocare\r\nimunocin,immunocin\r\nimunocompromised,immunocompromised\r\nimunodeficiencias,immunodeficiencias\r\nimunodeficiencies,immunodeficiencies\r\nimunodeficientelor,immunodeficientelor\r\nimunodefisensi,immunodefisensi\r\nimunodeplesi,immunodeplesi\r\nimunodepressivny,immunodepressivny\r\nimunodiagnostic,immunodiagnostic\r\nimunodominant,immunodominant\r\nimunoensaio,immunoensaio\r\nimunoenzymetric,immunoenzymetric\r\nimunoestimulante,immunoestimulante\r\nimunofan,immunofan\r\nimunofenotipagem,immunofenotipagem\r\nimunoflorescency,immunoflorescency\r\nimunofluorescence,immunofluorescence\r\nimunogen,immunogen\r\nimunogenicity,immunogenicity\r\nimunoglobulin,immunoglobulin\r\nimunoglobulina,immunoglobulina\r\nimunoglukan,immunoglukan\r\nimunoherb,immunoherb\r\nimunohills,immunohills\r\nimunohistochemical,immunohistochemical\r\nimunohistochemistry,immunohistochemistry\r\nimunol,immunol\r\nimunologi,immunologi\r\nimunologia,immunologia\r\nimunological,immunological\r\nimunologically,immunologically\r\nimunologico,immunologico\r\nimunologie,immunologie\r\nimunologije,immunologije\r\nimunology,immunology\r\nimunolohichnykh,immunolohichnykh\r\nimunomediadas,immunomediadas\r\nimunomodulatoare,immunomodulatoare\r\nimunomodulator,immunomodulator\r\nimunomodulators,immunomodulators\r\nimunomodulatory,immunomodulatory\r\nimunonegative,immunonegative\r\nimunonex,immunonex\r\nimunoonkologie,immunoonkologie\r\nimunoparasitologia,immunoparasitologia\r\nimunopatologia,immunopatologia\r\nimunoperoxidase,immunoperoxidase\r\nimunophenotypic,immunophenotypic\r\nimunophenotyping,immunophenotyping\r\nimunoprecipitation,immunoprecipitation\r\nimunoptimyze,immunoptimyze\r\nimunoreactive,immunoreactive\r\nimunositokimia,immunositokimia\r\nimunosorbentassay,immunosorbentassay\r\nimunossupressoras,immunossupressoras\r\nimunossuprimidos,immunossuprimidos\r\nimunostained,immunostained\r\nimunostimulating,immunostimulating\r\nimunostimulator,immunostimulator\r\nimunosupperssants,immunosupperssants\r\nimunosuppressed,immunosuppressed\r\nimunosuppression,immunosuppression\r\nimunosupresan,immunosupresan\r\nimunosupresivno,immunosupresivno\r\nimunotac,immunotac\r\nimunoterapi,immunoterapi\r\nimunotherapeutic,immunotherapeutic\r\nimunotherapy,immunotherapy\r\nimunotoxicological,immunotoxicological\r\nimunovir,immunovir\r\nimunoxx,immunoxx\r\nimusti,must\r\nimutable,immutable\r\nimuttable,immutable\r\nin-mem,in-memory\r\nin-memeory,in-memory\r\nin-plcae,in-place\r\nina,in a\r\ninabillity,inability\r\ninabilty,inability\r\ninable,unable\r\ninabled,enabled\r\ninablility,inability\r\ninablilty,inability\r\ninablities,inabilities\r\ninablity,inability\r\ninacccept,inaccept\r\ninacccesable,inaccessible\r\ninacccess,inaccess\r\ninacccessible,inaccessible\r\ninacccident,inaccident\r\ninacccompanied,inaccompanied\r\ninacccompanies,inaccompanies\r\ninacccompany,inaccompany\r\ninacccomplish,inaccomplish\r\ninacccount,inaccount\r\ninacccuracies,inaccuracies\r\ninacccurate,inaccurate\r\ninaccepteable,inacceptable\r\ninaccepteble,inacceptable\r\ninacceptiable,inacceptable\r\ninacceptible,inacceptable\r\ninacceptuble,inacceptable\r\ninacces,inaccess\r\ninaccesable,inaccessible\r\ninaccesibile,inaccessibile\r\ninaccesibilidad,inaccessibilidad\r\ninaccesibility,inaccessibility\r\ninaccesible,inaccessible\r\ninaccesibles,inaccessible\r\ninaccesibly,inaccessible\r\ninaccesitble,inaccessible\r\ninaccessability,inaccessibility\r\ninaccessable,inaccessible\r\ninaccessably,inaccessibly\r\ninaccessbile,inaccessible\r\ninaccessble,inaccessible\r\ninaccessibile,inaccessible\r\ninaccessibilty,inaccessibility\r\ninaccessiblilty,inaccessibility\r\ninaccessiblity,inaccessibility\r\ninaccesssable,inaccessible\r\ninaccordance,in accordance\r\ninaccruate,inaccurate\r\ninaccuraces,inaccuracies\r\ninaccurasies,inaccuracies\r\ninaccuraties,inaccuracies\r\ninaccuricies,inaccuracies\r\ninaccurrate,inaccurate\r\ninacept,inaccept\r\ninaceptable,inacceptable\r\ninacesabilities,inaccessibilities\r\ninacesability,inaccessibility\r\ninacesable,inaccessible\r\ninacesably,inaccessibly\r\ninacesesible,inaccessible\r\ninacesible,inaccessible\r\ninacess,inaccess\r\ninacessable,inaccessible\r\ninacessibility,inaccessibility\r\ninacessible,inaccessible\r\ninacident,inaccident\r\ninacompanied,inaccompanied\r\ninacompanies,inaccompanies\r\ninacompany,inaccompany\r\ninacomplish,inaccomplish\r\ninacount,inaccount\r\ninacountry,inaccountry\r\ninacrive,inactive\r\ninacseble,inaccessible\r\ninacsesabel,inaccessible\r\ninacsesable,inaccessible\r\ninacsesadell,inaccessible\r\ninacsesible,inaccessible\r\ninacsessable,inaccessible\r\ninacssesible,inaccessible\r\ninactesible,inaccessible\r\ninactessable,inaccessible\r\ninactsesiful,inaccessible\r\ninacuraccies,inaccuracies\r\ninacuracies,inaccuracies\r\ninacuracy,inaccuracy\r\ninacurate,inaccurate\r\ninacurately,inaccurately\r\ninadaquate,inadequate\r\ninadaquately,inadequately\r\ninadaquete,inadequate\r\ninadecuate,inadequate\r\ninadeguate,inadequate\r\ninadenatly,incidentally\r\ninadeqaute,inadequate\r\ninadequet,inadequate\r\ninadequete,inadequate\r\ninadequite,inadequate\r\ninadeuqate,inadequate\r\ninadiquate,inadequate\r\ninadiquately,inadequately\r\ninadmissability,inadmissibility\r\ninadmissable,inadmissible\r\ninadmissably,inadmissibly\r\ninadmissibilty,inadmissibility\r\ninadmissiblity,inadmissibility\r\ninadquate,inadequate\r\ninadquately,inadequately\r\ninadventaly,inadventally\r\ninadventently,inadvertently\r\ninadverdently,inadvertently\r\ninadvertance,inadvertence\r\ninadvertanced,inadvertenced\r\ninadvertances,inadvertences\r\ninadvertancie,inadvertencie\r\ninadvertancies,inadvertencies\r\ninadvertancy,inadvertency\r\ninadvertant,inadvertent\r\ninadvertantely,inadvertently\r\ninadvertantial,inadvertential\r\ninadvertantly,inadvertently\r\ninadvertants,inadvertents\r\ninadvertatly,inadvertately\r\ninadvertedly,inadvertently\r\ninadvertendly,inadvertently\r\ninadvertenly,inadvertently\r\ninaesible,inaccessible\r\ninaffordablity,inaffordability\r\ninage,image\r\ninagurated,inaugurated\r\ninaguration,inauguration\r\ninahbitants,inhabitants\r\ninalid,invalid\r\ninanation,initiation\r\ninany,in any\r\ninapporpriate,inappropriate\r\ninapporpriately,inappropriately\r\ninappropiate,inappropriate\r\ninappropiately,inappropriately\r\ninappropiato,inappropriato\r\ninappropirate,inappropriate\r\ninappropraite,inappropriate\r\ninappropraitely,inappropriately\r\ninapproprate,inappropriate\r\ninapproprately,inappropriately\r\ninappropriae,inappropriately\r\ninappropriatelly,inappropriately\r\ninappropriatley,inappropriately\r\ninappropriatly,inappropriately\r\ninappropriet,inappropriately\r\ninapproprietly,inappropriately\r\ninapprpriate,inappropriate\r\ninaproppriate,inappropriate\r\ninapropriate,inappropriate\r\ninapropriately,inappropriately\r\ninapropriatly,inappropriatly\r\ninargueable,inarguable\r\ninargueble,inarguable\r\ninarguiable,inarguable\r\ninarguible,inarguable\r\ninarguuble,inarguable\r\ninaseable,inaccessible\r\ninasesable,inaccessible\r\ninashles,initials\r\ninastance,instance\r\ninataingation,initiation\r\ninatation,initiation\r\ninate,innate\r\ninately,innately\r\ninatention,inattention\r\ninatentions,inattentions\r\ninatentive,inattentive\r\ninatentiveness,inattentiveness\r\ninatiation,initiation\r\ninationals,initials\r\ninatitals,initials\r\ninattension,inattention\r\ninattensions,inattentions\r\ninattensive,inattentive\r\ninattensiveness,inattentiveness\r\ninattractive,unattractive\r\ninaudability,inaudibility\r\ninaudable,inaudible\r\ninaudables,inaudibles\r\ninaudably,inaudibly\r\ninaudablys,inaudiblys\r\ninaudibilty,inaudibility\r\ninaugual,inaugural\r\ninaugured,inaugurated\r\ninaugures,inaugurates\r\ninauspision,inauspicion\r\ninauspisions,inauspicions\r\ninauspisious,inauspicious\r\ninauspisiously,inauspiciously\r\ninauspition,inauspicion\r\ninauspitions,inauspicions\r\ninauspitious,inauspicious\r\ninauspitiously,inauspiciously\r\ninav,navigable\r\ninavailablity,inavailability\r\ninavlid,invalid\r\ninaxacible,inaccessible\r\ninaxcersable,inaccessible\r\ninaxcesable,inaccessible\r\ninaxcesible,inaccessible\r\ninaxcessable,inaccessible\r\ninaxesable,inaccessible\r\ninaxeseable,inaccessible\r\ninaxesecable,inaccessible\r\ninaxesesable,inaccessible\r\ninaxsecibole,inaccessible\r\ninaxsesable,inaccessible\r\ninaxssecible,inaccessible\r\ninbalance,imbalance\r\ninbalanced,imbalanced\r\ninbalances,imbalances\r\ninbalanci,imbalanci\r\ninbalancing,imbalancing\r\ninbecile,imbecile\r\ninbecili,imbecili\r\ninbed,imbed\r\ninbedcycling,imbedcycling\r\ninbedded,imbedded\r\ninbedding,imbedding\r\ninbeded,imbeded\r\ninbedesign,imbedesign\r\ninbedme,imbedme\r\ninbedrijfstellen,imbedrijfstellen\r\ninbeds,imbeds\r\ninbedstore,imbedstore\r\ninbedwithbed,imbedwithbed\r\ninbedwitheva,imbedwitheva\r\ninbedwithmaradona,imbedwithmaradona\r\ninbedwithsue,imbedwithsue\r\ninbedwithus,imbedwithus\r\ninbeetwen,inbetween\r\ninbelievable,unbelievable\r\ninbetweeen,inbetween\r\ninbetwen,inbetween\r\ninbewteen,inbetween\r\ninbibe,imbibe\r\ninbibed,imbibed\r\ninbibi,imbibi\r\ninbibitor,imbibitor\r\ninbibits,imbibits\r\ninboud,inbound\r\ninbount,inbound\r\ninbout,inbound\r\ninbto,into\r\ninbue,imbue\r\ninbued,imbued\r\ninbueing,imbueing\r\ninbueld,imbueld\r\ninbuept,imbuept\r\ninbues,imbues\r\ninbuildt,inbuilt\r\nincadently,incidentally\r\nincandecence,incandescence\r\nincandecent,incandescent\r\nincandecents,incandescents\r\nincandecsence,incandescence\r\nincandecsent,incandescent\r\nincandecsents,incandescents\r\nincandescance,incandescence\r\nincandescant,incandescent\r\nincandescants,incandescents\r\nincandesence,incandescence\r\nincandesent,incandescent\r\nincandesents,incandescents\r\nincantantation,incantation\r\nincapablility,incapability\r\nincapablities,incapabilities\r\nincapeable,incapable\r\nincapeble,incapable\r\nincapiable,incapable\r\nincapibilities,incapabilities\r\nincapible,incapable\r\nincapicated,incapacitated\r\nincapsulated,encapsulated\r\nincapuble,incapable\r\nincarantion,incarnation\r\nincarcaration,incarceration\r\nincarcelated,incarcerated\r\nincarcerato,incarceration\r\nincarceratoin,incarceration\r\nincarcirated,incarcerated\r\nincarciration,incarceration\r\nincarnacion,incarnation\r\nincarnato,incarnation\r\nincarnaton,incarnation\r\nincarserated,incarcerated\r\nincarseration,incarceration\r\nincase,in-case\r\nincased,increasing\r\ninccidentally,incidentally\r\ninccorrect,incorrect\r\ninccrementally,incrementally\r\nincdently,incidentally\r\nince,since\r\nincease,increase\r\ninceasing,increasing\r\nincedantally,incidentally\r\nincedenta,incidental\r\nincedental,incidentally\r\nincedentally,incidentally\r\nincedentals,incidentals\r\nincedentaly,incidentally\r\nincedentas,incidentals\r\nincedentely,incidentally\r\nincedentia,incidental\r\nincedential,incidental\r\nincedentially,incidentally\r\nincedentials,incidentals\r\nincedentialy,incidentally\r\nincedentias,incidentals\r\nincedentily,incidentally\r\nincedently,incidentally\r\nincediently,incidentally\r\nincedint,incident\r\nincedintally,incidentally\r\nincedintely,incidentally\r\nincedious,insidious\r\ninceing,increasing\r\nincendentally,incidentally\r\nincendentaly,incidentally\r\nincendently,incidentally\r\nincenerator,incinerator\r\nincensent,innocent\r\nincensitive,insensitive\r\nincentivare,incentive\r\nincentivate,incentive\r\nincentiveise,incentives\r\nincentivice,incentive\r\nincentivies,incentives\r\nincentivos,incentives\r\nincepience,incipience\r\nincepiency,incipiency\r\nincepient,incipient\r\nincepiently,incipiently\r\nincepients,incipients\r\nincerceration,incarceration\r\nincermental,incremental\r\nincersinges,increasing\r\nincertmas,instruments\r\nincesant,incessant\r\nincesing,increasing\r\nincessently,incessantly\r\nincessestaly,incessestally\r\nincestigator,investigator\r\nincesting,increasing\r\nincgonito,incognito\r\ninchoerent,incoherent\r\ninchs,inches\r\nincicates,indicates\r\nincicdent,incident\r\nincide,inside\r\ninciden,incident\r\nincidenally,incidentally\r\nincidencies,incidence\r\nincidendently,incidentally\r\nincidenially,incidentally\r\nincidenlay,incidentally\r\nincidenta,incidental\r\nincidentaly,incidentally\r\nincidentas,incidentals\r\nincidentely,incidentally\r\nincidentes,incidents\r\nincidential,incidental\r\nincidentially,incidentally\r\nincidentials,incidentals\r\nincidentily,incidentally\r\nincidentlly,incidentally\r\nincidently,incidentally\r\nincidentss,incidents\r\nincidentul,incidental\r\nincidient,incident\r\nincidintally,incidentally\r\nincidintely,incidentally\r\nincildently,incidentally\r\ninciming,incoming\r\nincimplete,incomplete\r\nincindetly,incidentally\r\nincinuate,insinuate\r\nincipiance,incipience\r\nincipiancy,incipiency\r\nincipiant,incipient\r\nincipiantly,incipiently\r\nincipiants,incipients\r\ninclanation,inclination\r\ninclde,include\r\ninclding,including\r\nincldue,include\r\nincldued,included\r\nincldues,includes\r\ninclduing,including\r\ninclenation,inclination\r\ninclide,include\r\ninclided,included\r\ninclinacion,inclination\r\ninclinaison,inclination\r\ninclinato,inclination\r\ninclince,incline\r\ninclinde,incline\r\ninclosed,enclosed\r\ninclreased,increased\r\ninclud,include\r\nincludeds,includes\r\nincludeing,including\r\nincludess,includes\r\nincludin,including\r\nincludint,including\r\nincludng,including\r\nincluds,includes\r\nincludung,including\r\ninclue,include\r\ninclued,included\r\ninclues,includes\r\nincluide,include\r\nincluing,including\r\nincluse,includes\r\ninclusice-start,inclusive-start\r\ninclusin,inclusion\r\ninclusinve,inclusive\r\nincluting,including\r\ninclyude,include\r\nincoded,encoded\r\nincodently,incidentally\r\nincoginto,incognito\r\nincognitio,incognito\r\nincognition,incognito\r\nincohearance,incoherence\r\nincohearancy,incoherency\r\nincohearant,incoherent\r\nincohearence,incoherence\r\nincohearency,incoherency\r\nincohearent,incoherent\r\nincoherance,incoherence\r\nincoherancy,incoherency\r\nincoherant,incoherent\r\nincoherantly,incoherently\r\nincoherrent,incoherent\r\nincohorent,incoherent\r\nincollectual,intellectual\r\nincomaptible,incompatible\r\nincomfirm,inconfirm\r\nincomfirmable,inconfirmable\r\nincomfirmably,inconfirmably\r\nincomfirmal,inconfirmal\r\nincomfirmality,inconfirmality\r\nincomfirmation,inconfirmation\r\nincomfirmations,inconfirmations\r\nincomfirmative,inconfirmative\r\nincomfirmatively,inconfirmatively\r\nincomfirmed,inconfirmed\r\nincomfirming,inconfirming\r\nincomfirms,inconfirms\r\nincomform,inconform\r\nincomformable,inconformable\r\nincomformably,inconformably\r\nincomformal,inconformal\r\nincomformality,inconformality\r\nincomformation,inconformation\r\nincomformations,inconformations\r\nincomformative,inconformative\r\nincomformatively,inconformatively\r\nincomformed,inconformed\r\nincomforming,inconforming\r\nincomforms,inconforms\r\nincomfortable,uncomfortable\r\nincomfortably,uncomfortably\r\nincomging,incoming\r\nincomig,incoming\r\nincomign,incoming\r\nincommer,incomer\r\nincommers,incomers\r\nincomming,incoming\r\nincomnentaed,inconvenienced\r\nincomopatibilities,incompatibilities\r\nincompabile,incompatible\r\nincompabilities,incompatibilities\r\nincompability,incompatibility\r\nincompabtibility,incompatibility\r\nincomparible,incompatible\r\nincompatabile,incompatible\r\nincompatabilities,incompatibilities\r\nincompatability,incompatibility\r\nincompatable,incompatible\r\nincompatablities,incompatibilities\r\nincompatablity,incompatibility\r\nincompatably,incompatibly\r\nincompatance,incompetence\r\nincompatant,incompetent\r\nincompatantly,incompetently\r\nincompatbile,incompatible\r\nincompatbility,incompatibility\r\nincompatble,incompatible\r\nincompatence,incompetence\r\nincompatent,incompetent\r\nincompatently,incompetently\r\nincompatiabilities,incompatibilities\r\nincompatiability,incompatibility\r\nincompatiable,incompatible\r\nincompatiablities,incompatibilities\r\nincompatiablity,incompatibility\r\nincompatiably,incompatibly\r\nincompatibel,incompatible\r\nincompatibil,incompatible\r\nincompatibile,incompatible\r\nincompatibilies,incompatibilities\r\nincompatibillity,incompatibility\r\nincompatibilties,incompatibilities\r\nincompatibilty,incompatibility\r\nincompatiblility,incompatibility\r\nincompatiblities,incompatibilities\r\nincompatiblity,incompatibility\r\nincompatiiblities,incompatibilities\r\nincompatiiblity,incompatibility\r\nincomperable,incomparable\r\nincompetance,incompetence\r\nincompetanced,incompetenced\r\nincompetances,incompetences\r\nincompetancie,incompetencie\r\nincompetancies,incompetencies\r\nincompetancy,incompetency\r\nincompetant,incompetent\r\nincompetantial,incompetential\r\nincompetantly,incompetently\r\nincompetants,incompetents\r\nincompete,incomplete\r\nincompetente,incompetence\r\nincompetentence,incompetence\r\nincompetince,incompetence\r\nincompetint,incompetent\r\nincompetintly,incompetently\r\nincomping,incoming\r\nincompitable,incompatible\r\nincompitance,incompetence\r\nincompitant,incompetent\r\nincompitantly,incompetently\r\nincompitence,incompetence\r\nincompitent,incompetent\r\nincompitently,incompetently\r\nincompleet,incomplete\r\nincompleete,incomplete\r\nincomplet,incomplete\r\nincompleted,uncompleted\r\nincompletelyl,incompletely\r\nincompletley,incompletely\r\nincompletly,incompletely\r\nincomplot,incomplete\r\nincompotent,incompetent\r\nincomprehencible,incomprehensible\r\nincomprehendible,incomprehensible\r\nincomprehenisble,incomprehensible\r\nincomprehensable,incomprehensible\r\nincomprehensibe,incomprehensible\r\nincomprehesible,incomprehensible\r\nincomprehinsible,incomprehensible\r\nincompres,incompress\r\nincomprese,incompresse\r\nincompresed,incompressed\r\nincompreses,incompresses\r\nincompresing,incompressing\r\nincompresion,incompression\r\nincompresive,incompressive\r\nincompresively,incompressively\r\nincomprihensible,incomprehensible\r\nincomptable,incompatible\r\nincomptably,incompatibly\r\nincomptetence,incompetence\r\nincomptetent,incompetent\r\nincomptetently,incompetently\r\nincomptiable,incompatible\r\nincomptiably,incompatibly\r\nincomptible,incompatible\r\nincomputeable,incomputable\r\nincomputeably,incomputably\r\nincomputeible,incomputable\r\nincomputeibly,incomputably\r\nincomputible,incomputable\r\nincomputibly,incomputably\r\ninconceiveable,inconceivable\r\ninconcequential,inconsequential\r\ninconciderate,inconsiderate\r\ninconcievable,inconceivable\r\ninconcistencies,inconsistencies\r\ninconcistency,inconsistency\r\ninconcistent,inconsistent\r\nincondentially,incidentally\r\ninconditional,unconditional\r\ninconditionally,unconditionally\r\ninconeinced,inconvenienced\r\ninconence,inconvenience\r\ninconences,inconvenienced\r\ninconenvients,inconvenienced\r\ninconequence,inconsequence\r\ninconequences,inconsequences\r\ninconequent,inconsequent\r\ninconfeence,inconvenienced\r\ninconfenence,inconvenienced\r\ninconfeniant,inconvenient\r\ninconfidient,inconvenient\r\ninconfience,inconvenienced\r\ninconfienence,inconvenience\r\ninconfigureable,inconfigurable\r\ninconfigureble,inconfigurable\r\ninconfiguriable,inconfigurable\r\ninconfigurible,inconfigurable\r\ninconfiguruble,inconfigurable\r\ninconfortablity,inconfortability\r\nincongito,incognito\r\ninconience,inconvenience\r\ninconienced,inconvenienced\r\ninconistencies,inconsistencies\r\ninconiven,inconvenient\r\ninconivnence,inconvenience\r\ninconnent,innocent\r\ninconocince,inconvenience\r\ninconplete,incomplete\r\ninconprehensible,incomprehensible\r\ninconsciously,unconsciously\r\ninconsecuential,inconsequential\r\ninconsenquence,inconsequence\r\ninconsenquences,inconsequences\r\ninconsenquent,inconsequent\r\ninconseqence,inconsequence\r\ninconseqences,inconsequences\r\ninconseqent,inconsequent\r\ninconsequantial,inconsequential\r\ninconsequencial,inconsequential\r\ninconsequental,inconsequential\r\ninconsequentional,inconsequential\r\ninconsequentual,inconsequential\r\ninconsiderant,inconsiderate\r\ninconsideritely,inconsiderately\r\ninconsideritly,inconsiderately\r\ninconsiquence,inconsequence\r\ninconsiquences,inconsequences\r\ninconsiquent,inconsequent\r\ninconsiquential,inconsequential\r\ninconsisent,inconsistent\r\ninconsistance,inconsistency\r\ninconsistances,inconsistences\r\ninconsistancie,inconsistencie\r\ninconsistancies,inconsistencies\r\ninconsistanciy,inconsistenciy\r\ninconsistanciys,inconsistenciys\r\ninconsistancy,inconsistency\r\ninconsistancys,inconsistencys\r\ninconsistant,inconsistent\r\ninconsistantly,inconsistently\r\ninconsistecy,inconsistency\r\ninconsistencias,inconsistencies\r\ninconsistenly,inconsistency\r\ninconsistensies,inconsistencies\r\ninconsistensy,inconsistency\r\ninconsistentcies,inconsistencies\r\ninconsistentcy,inconsistency\r\ninconsistenties,inconsistencies\r\ninconsistenty,inconsistency\r\ninconsisteny,inconsistency\r\ninconsistince,inconsistence\r\ninconsistinces,inconsistences\r\ninconsistincie,inconsistencie\r\ninconsistincies,inconsistencies\r\ninconsistinciy,inconsistenciy\r\ninconsistinciys,inconsistenciys\r\ninconsistincy,inconsistency\r\ninconsistincys,inconsistencys\r\ninconsistint,inconsistent\r\ninconsitency,inconsistency\r\ninconsitent,inconsistent\r\ninconspicious,inconspicuous\r\ninconspiciously,inconspicuously\r\ninconspicous,inconspicuous\r\ninconspicously,inconspicuously\r\ninconsquence,inconsequence\r\ninconsquences,inconsequences\r\ninconsquent,inconsequent\r\ninconsquential,inconsequential\r\ninconstanly,inconstantly\r\ninconstatn,inconstant\r\ninconstatnly,inconstantly\r\ninconstatns,inconstants\r\ninconstent,inconstant\r\ninconstently,inconstantly\r\ninconstents,inconstants\r\ninconstisently,inconsistently\r\ninconstistent,inconsistent\r\ninconstitutional,unconstitutional\r\nincontrollably,uncontrollably\r\ninconveamonce,inconvenienced\r\ninconveanence,inconvenience\r\ninconveanent,inconvenient\r\ninconveant,inconvenient\r\ninconveeneance,inconvenience\r\ninconveience,inconvenienced\r\ninconveient,inconvenient\r\ninconveinance,inconvenience\r\ninconveince,inconvenienced\r\ninconveinced,inconvenienced\r\ninconveincents,inconvenienced\r\ninconveinces,inconvenienced\r\ninconveineince,inconvenience\r\ninconveinence,inconvenience\r\ninconveinences,inconveniences\r\ninconveinent,inconvenient\r\ninconveinentenst,inconvenienced\r\ninconveinently,inconveniently\r\ninconveinience,inconvenienced\r\ninconveinient,inconvenient\r\ninconveintence,inconvenienced\r\ninconveintencs,inconvenience\r\ninconveirient,inconvenient\r\ninconvenance,inconvenienced\r\ninconvenant,inconvenient\r\ninconvenants,inconvenienced\r\ninconvence,inconvenienced\r\ninconvenced,inconvenienced\r\ninconvencienced,inconvenienced\r\ninconveneated,inconvenient\r\ninconveneent,inconvenient\r\ninconveneince,inconvenience\r\ninconvenen,inconvenient\r\ninconvenence,inconvenienced\r\ninconvenenced,inconvenienced\r\ninconvenense,inconvenienced\r\ninconvenent,inconvenient\r\ninconvenents,inconvenience\r\ninconveneon,inconvenient\r\ninconvenest,inconvenienced\r\ninconvenet,inconvenient\r\ninconveniance,inconvenience\r\ninconvenianced,inconvenienced\r\ninconveniances,inconveniences\r\ninconveniant,inconvenient\r\ninconveniantly,inconveniently\r\ninconveniat,inconvenient\r\ninconvenice,inconvenience\r\ninconveniced,inconvenienced\r\ninconveniece,inconvenience\r\ninconveniencent,inconvenienced\r\ninconvenienct,inconvenienced\r\ninconveniensed,inconvenienced\r\ninconvenienst,inconvenienced\r\ninconveniente,inconvenience\r\ninconveniented,inconvenienced\r\ninconvenients,inconvenienced\r\ninconvenientst,inconvenienced\r\ninconveniet,inconvenient\r\ninconvenims,inconvenienced\r\ninconvenince,inconvenience\r\ninconveninent,inconvenient\r\ninconvenintence,inconvenienced\r\ninconvenions,inconvenienced\r\ninconveniont,inconvenient\r\ninconvenious,inconvenienced\r\ninconvenitents,inconvenienced\r\ninconvenonce,inconvenienced\r\ninconvenst,inconvenienced\r\ninconvent,inconvenient\r\ninconventant,inconvenienced\r\ninconvented,inconvenient\r\ninconventence,inconvenience\r\ninconventients,inconvenienced\r\ninconvention,inconvenient\r\ninconventional,unconventional\r\ninconventuns,inconvenienced\r\ninconvenuence,inconvenienced\r\ninconvenunce,inconvenience\r\ninconvenute,inconvenience\r\ninconveny,inconvenient\r\ninconverenent,inconvenient\r\ninconvertability,inconvertibility\r\ninconvertable,inconvertible\r\ninconvertably,inconvertibly\r\ninconveyent,inconvenient\r\ninconveyonced,inconvenienced\r\ninconvi,inconvenient\r\ninconvianced,inconvenienced\r\ninconvianiant,inconvenient\r\ninconvienanced,inconvenienced\r\ninconvienances,inconvenience\r\ninconvienc,inconvenience\r\ninconvience,inconvenience\r\ninconviencect,inconvenienced\r\ninconvienced,inconvenienced\r\ninconviencence,inconvenience\r\ninconviences,inconvenience\r\ninconviencied,inconvenienced\r\ninconviencies,inconvenience\r\ninconviency,inconvenience\r\ninconvienence,inconvenience\r\ninconvienenced,inconvenience\r\ninconvienencet,inconvenienced\r\ninconvienenst,inconvenienced\r\ninconvienent,inconvenient\r\ninconvienge,inconvenienced\r\ninconvieniance,inconvenience\r\ninconvieniant,inconvenient\r\ninconvienience,inconvenience\r\ninconvienienced,inconvenienced\r\ninconvieniences,inconvenience\r\ninconvienient,inconvenient\r\ninconvieniently,inconveniently\r\ninconvient,inconvenient\r\ninconviented,inconvenienced\r\ninconvientict,inconvenienced\r\ninconvierd,inconvenient\r\ninconvieriece,inconvenient\r\ninconvievenced,inconvenienced\r\ninconvigence,inconvenienced\r\ninconvinance,inconvenience\r\ninconvinant,inconvenient\r\ninconvinate,inconvenient\r\ninconvince,inconvenience\r\ninconvinced,inconvenienced\r\ninconvincence,inconvenience\r\ninconvineant,inconvenient\r\ninconvined,inconvenient\r\ninconvinence,inconvenience\r\ninconvinend,inconvenient\r\ninconvinent,inconvenient\r\ninconviniant,inconvenient\r\ninconvinience,inconvenienced\r\ninconviniend,inconvenient\r\ninconvinient,inconvenient\r\ninconvintner,inconvenient\r\ninconvionce,inconvenienced\r\ninconvious,inconvenience\r\ninconvisions,inconvenience\r\ninconvvienience,inconvenience\r\ninconvvieniences,inconveniences\r\ninconvvienient,inconvenient\r\ninconvvieniently,inconveniently\r\nincoorporate,incorporate\r\nincoporate,incorporate\r\nincoporated,incorporated\r\nincoporates,incorporates\r\nincoporating,incorporating\r\nincorect,incorrect\r\nincorectability,incorrectability\r\nincorectable,incorrectable\r\nincorectc,incorrect\r\nincorectcability,incorrectability\r\nincorectcable,incorrectable\r\nincorectced,incorrected\r\nincorectcibility,incorrectibility\r\nincorectcible,incorrectible\r\nincorectcing,incorrecting\r\nincorectcingly,incorrectingly\r\nincorectcion,incorrection\r\nincorectcions,incorrections\r\nincorectcly,incorrectly\r\nincorectcor,incorrector\r\nincorectcs,incorrects\r\nincorected,incorrected\r\nincorectibility,incorrectibility\r\nincorectible,incorrectible\r\nincorecting,incorrecting\r\nincorectingly,incorrectingly\r\nincorection,incorrection\r\nincorections,incorrections\r\nincorectly,incorrectly\r\nincorector,incorrector\r\nincorects,incorrects\r\nincoret,incorrect\r\nincoretability,incorrectability\r\nincoretable,incorrectable\r\nincoretc,incorrect\r\nincoretcability,incorrectability\r\nincoretcable,incorrectable\r\nincoretced,incorrected\r\nincoretcibility,incorrectibility\r\nincoretcible,incorrectible\r\nincoretcing,incorrecting\r\nincoretcingly,incorrectingly\r\nincoretcion,incorrection\r\nincoretcions,incorrections\r\nincoretcly,incorrectly\r\nincoretcor,incorrector\r\nincoretcs,incorrects\r\nincoreted,incorrected\r\nincoretibility,incorrectibility\r\nincoretible,incorrectible\r\nincoreting,incorrecting\r\nincoretingly,incorrectingly\r\nincoretion,incorrection\r\nincoretions,incorrections\r\nincoretly,incorrectly\r\nincoretor,incorrector\r\nincorets,incorrects\r\nincorigible,incorrigible\r\nincoroporate,incorporate\r\nincoroporated,incorporated\r\nincoroporates,incorporates\r\nincoroporating,incorporating\r\nincoroporation,incorporation\r\nincoroportae,incorporate\r\nincoroportaed,incorporated\r\nincoroportaes,incorporates\r\nincoroportaing,incorporating\r\nincoroportaion,incorporation\r\nincoroprate,incorporate\r\nincoroprated,incorporated\r\nincoroprates,incorporates\r\nincoroprating,incorporating\r\nincoropration,incorporation\r\nincorparate,incorporate\r\nincorparated,incorporated\r\nincorparates,incorporates\r\nincorparating,incorporating\r\nincorparation,incorporation\r\nincorparations,incorporations\r\nincorpartate,incorporate\r\nincorpartated,incorporated\r\nincorpartates,incorporates\r\nincorpartating,incorporating\r\nincorpartation,incorporation\r\nincorpartations,incorporations\r\nincorperate,incorporate\r\nincorperated,incorporated\r\nincorperates,incorporates\r\nincorperating,incorporating\r\nincorperation,incorporation\r\nincorperations,incorporations\r\nincorpertate,incorporate\r\nincorpertated,incorporated\r\nincorpertates,incorporates\r\nincorpertating,incorporating\r\nincorpertation,incorporation\r\nincorpertations,incorporations\r\nincorporare,incorporate\r\nincorporatd,incorporated\r\nincorporatoin,incorporation\r\nincorpore,incorporate\r\nincorportae,incorporate\r\nincorportaed,incorporated\r\nincorportaes,incorporates\r\nincorportaing,incorporating\r\nincorportaion,incorporation\r\nincorportate,incorporate\r\nincorportated,incorporated\r\nincorportates,incorporates\r\nincorportating,incorporating\r\nincorportation,incorporation\r\nincorportations,incorporations\r\nincorported,incorporated\r\nincorprate,incorporate\r\nincorprated,incorporated\r\nincorprates,incorporates\r\nincorprating,incorporating\r\nincorpration,incorporation\r\nincorproate,incorporated\r\nincorproated,incorporated\r\nincorproates,incorporates\r\nincorproating,incorporating\r\nincorproation,incorporation\r\nincorproations,incorporations\r\nincorrec,incorrect\r\nincorrecly,incorrectly\r\nincorrection,incorrectly\r\nincorrecty,incorrectly\r\nincorrent,incorrect\r\nincorret,incorrect\r\nincorretly,incorrectly\r\nincorrrect,incorrect\r\nincorrrectability,incorrectability\r\nincorrrectable,incorrectable\r\nincorrrectc,incorrect\r\nincorrrectcability,incorrectability\r\nincorrrectcable,incorrectable\r\nincorrrectced,incorrected\r\nincorrrectcibility,incorrectibility\r\nincorrrectcible,incorrectible\r\nincorrrectcing,incorrecting\r\nincorrrectcingly,incorrectingly\r\nincorrrectcion,incorrection\r\nincorrrectcions,incorrections\r\nincorrrectcly,incorrectly\r\nincorrrectcor,incorrector\r\nincorrrectcs,incorrects\r\nincorrrected,incorrected\r\nincorrrectibility,incorrectibility\r\nincorrrectible,incorrectible\r\nincorrrecting,incorrecting\r\nincorrrectingly,incorrectingly\r\nincorrrection,incorrection\r\nincorrrections,incorrections\r\nincorrrectly,incorrectly\r\nincorrrector,incorrector\r\nincorrrects,incorrects\r\nincorrret,incorrect\r\nincorrretability,incorrectability\r\nincorrretable,incorrectable\r\nincorrretc,incorrect\r\nincorrretcability,incorrectability\r\nincorrretcable,incorrectable\r\nincorrretced,incorrected\r\nincorrretcibility,incorrectibility\r\nincorrretcible,incorrectible\r\nincorrretcing,incorrecting\r\nincorrretcingly,incorrectingly\r\nincorrretcion,incorrection\r\nincorrretcions,incorrections\r\nincorrretcly,incorrectly\r\nincorrretcor,incorrector\r\nincorrretcs,incorrects\r\nincorrreted,incorrected\r\nincorrretibility,incorrectibility\r\nincorrretible,incorrectible\r\nincorrreting,incorrecting\r\nincorrretingly,incorrectingly\r\nincorrretion,incorrection\r\nincorrretions,incorrections\r\nincorrretly,incorrectly\r\nincorrretor,incorrector\r\nincorrrets,incorrects\r\nincorruptability,incorruptibility\r\nincorruptable,incorruptible\r\nincorruptably,incorruptibly\r\nincosistencies,inconsistencies\r\nincosistency,inconsistency\r\nincosistent,inconsistent\r\nincouncent,innocent\r\nincourage,encourage\r\nincouraged,encouraged\r\nincouragement,encouragement\r\nincouvenes,inconvenience\r\nincovation,invocation\r\nincoveiant,inconvenient\r\nincovenentist,inconvenienced\r\nincovenience,inconvenience\r\nincovenienced,inconvenienced\r\nincovenient,inconvenient\r\nincoverent,inconvenient\r\nincovient,inconvenient\r\nincovinent,inconvenient\r\nincovinient,inconvenient\r\nincpetion,inception\r\nincput,input\r\nincraesed,increased\r\nincraeses,increases\r\nincraesing,increasing\r\nincraesingly,increasingly\r\nincrament,increment\r\nincramental,incremental\r\nincramentally,incrementally\r\nincraments,increments\r\nincrase,increase\r\nincrased,increased\r\nincreacing,increasing\r\nincreadability,incredibility\r\nincreadable,incredible\r\nincreadably,incredibly\r\nincreadibility,incredibility\r\nincreadible,incredible\r\nincreadibly,incredibly\r\nincreaing,increasing\r\nincreament,increment\r\nincreaseing,increasing\r\nincreaseng,increasing\r\nincreasethe,increase\r\nincreasi,increase\r\nincreasin,increase\r\nincreasinly,increasingly\r\nincreasly,increasingly\r\nincreat,increase\r\nincreate,increase\r\nincrecing,increasing\r\nincrect,incorrect\r\nincrectability,incorrectability\r\nincrectable,incorrectable\r\nincrected,incorrected\r\nincrectibility,incorrectibility\r\nincrectible,incorrectible\r\nincrecting,incorrecting\r\nincrectingly,incorrectingly\r\nincrection,incorrection\r\nincrections,incorrections\r\nincrectly,incorrectly\r\nincrector,incorrector\r\nincrects,incorrects\r\nincredability,incredibility\r\nincredable,incredible\r\nincredables,incredibles\r\nincredably,incredibly\r\nincredablys,incrediblys\r\nincredbily,incredibly\r\nincrediable,incredible\r\nincrediablity,incrediability\r\nincrediably,incredibly\r\nincredibally,incredibly\r\nincredibe,incredible\r\nincredibile,incredible\r\nincredibily,incredibly\r\nincrediblely,incredibly\r\nincredibley,incredibly\r\nincrediblity,incredibility\r\nincrediby,incredibly\r\nincredublity,incredubility\r\nincreements,increments\r\nincreental,incremental\r\nincreented,incremented\r\nincreesing,increasing\r\nincrememented,incremented\r\nincrememnt,increment\r\nincrememnted,incremented\r\nincrememnts,increments\r\nincremen,increment\r\nincremenet,increment\r\nincremeneted,incremented\r\nincremenets,increments\r\nincrementaly,incrementally\r\nincrementarla,incremental\r\nincrementarlo,incremental\r\nincrementas,increments\r\nincrementers,increments\r\nincrementet,incremented\r\nincremential,incremental\r\nincremently,incremental\r\nincrementos,increments\r\nincrementts,increments\r\nincremetal,incremental\r\nincremetally,incrementally\r\nincremeting,incrementing\r\nincremetns,increments\r\nincremneted,incremented\r\nincresable,increasable\r\nincrese,increase\r\nincresead,increased\r\nincresed,increased\r\nincreser,increaser\r\nincreses,increases\r\nincresing,increasing\r\nincresingly,increasingly\r\nincresmenting,incrementing\r\nincress,increase\r\nincressing,increasing\r\nincriasing,increasing\r\nincricate,intricate\r\nincriment,increment\r\nincrimental,incremental\r\nincrimentally,incrementally\r\nincriments,increments\r\nincriosing,increasing\r\nincrising,increasing\r\nincristing,increasing\r\nincroduction,introduction\r\nincrompehensible,incomprehensible\r\nincroporates,incorporates\r\nincrrectly,incorrectly\r\nincrsin,increasing\r\nincrucability,incrucibility\r\nincrucable,incrucible\r\nincrucables,incrucibles\r\nincrucably,incrucibly\r\nincrucablys,incruciblys\r\ninctance,instance\r\ninctrduce,introduce\r\ninctrduced,introduced\r\ninctrduces,introduces\r\ninctrducing,introducing\r\ninctrduction,introduction\r\ninctrdue,introduce\r\ninctrdued,introduced\r\ninctrdues,introduces\r\ninctrduing,introducing\r\ninctrdution,introduction\r\ninctroduce,introduce\r\ninctroduced,introduced\r\ninctroduces,introduces\r\ninctroducing,introducing\r\ninctroduction,introduction\r\ninctrodue,introduce\r\ninctrodued,introduced\r\ninctrodues,introduces\r\ninctroduing,introducing\r\ninctrodution,introduction\r\ninctruduce,introduce\r\ninctruduced,introduced\r\ninctruduces,introduces\r\ninctruducing,introducing\r\ninctruduction,introduction\r\ninctrudue,introduce\r\ninctrudued,introduced\r\ninctrudues,introduces\r\ninctruduing,introducing\r\ninctrudution,introduction\r\nincude,include\r\nincuded,included\r\nincuding,including\r\nincueds,includes\r\nincuiseing,increasing\r\ninculde,include\r\ninculded,included\r\ninculdes,includes\r\ninculding,including\r\nincumbancies,incumbencies\r\nincumbancy,incumbency\r\nincumbant,incumbent\r\nincumbantly,incumbently\r\nincumbants,incumbents\r\nincunabla,incunabula\r\nincure,incur\r\nincurrred,incurred\r\nincusion,inclusion\r\nindai,india\r\nindain,indian\r\nindaina,indiana\r\nindainan,indianan\r\nindainans,indianans\r\nindainas,indianas\r\nindainia,indiania\r\nindainian,indianian\r\nindainians,indianians\r\nindainias,indianias\r\nindainism,indianism\r\nindainity,indianity\r\nindains,indians\r\nindainsity,indiansity\r\nindan,indian\r\nindavertently,inadvertently\r\nindcludes,includes\r\ninde,index\r\nindead,instead\r\nindeafant,indefinite\r\nindeafinate,indefinite\r\nindeaforly,indefinitely\r\nindearate,indefinite\r\nindebateable,indebatable\r\nindebatible,indebatable\r\nindecat,indicates\r\nindecate,indicate\r\nindecated,indicated\r\nindecates,indicates\r\nindecating,indicating\r\nindecator,indicator\r\nindecators,indicators\r\nindeces,indices\r\nindecideable,indecidable\r\nindecidible,indecidable\r\nindecies,indices\r\nindecison,indecision\r\nindecisons,indecisions\r\nindecisve,indecisive\r\nindecisvely,indecisively\r\nindectect,indetect\r\ninded,intended\r\nindeded,intended\r\nindeery,industry\r\nindeex,index\r\nindefalety,indefinitely\r\nindefanate,indefinite\r\nindefanitly,indefinitely\r\nindefeasiblity,indefeasibility\r\nindefefinitly,indefinitely\r\nindefenate,indefinite\r\nindefenatly,indefinitely\r\nindefenent,indefinite\r\nindefenet,indefinite\r\nindefenite,indefinite\r\nindefenitely,indefinitely\r\nindefenitly,indefinitely\r\nindefensability,indefensibility\r\nindefensable,indefensible\r\nindefensably,indefensibly\r\nindefent,indefinite\r\nindefente,indefinite\r\nindefently,indefinitely\r\nindeferently,indifferently\r\nindeffantly,indefinitely\r\nindeffely,indefinitely\r\nindeffence,indefence\r\nindeffenci,indefenci\r\nindeffend,indefend\r\nindeffense,indefense\r\nindeffensi,indefensi\r\nindeffent,indefinite\r\nindeffentaly,indefinitely\r\nindeffently,indefinitely\r\nindeffermently,indefinitely\r\nindeffernt,indefinite\r\nindefficiency,indeficiency\r\nindeffinally,indefinitely\r\nindeffinate,indefinitely\r\nindeffinatelly,indefinitely\r\nindeffinatly,indefinitely\r\nindeffinent,indefinite\r\nindeffinete,indefinite\r\nindeffineton,indefinition\r\nindeffinetons,indefinitions\r\nindeffinetve,indefinitive\r\nindeffinetvely,indefinitively\r\nindeffinetveness,indefinitiveness\r\nindeffinetves,indefinitives\r\nindeffinitately,indefinitely\r\nindeffinite,indefinite\r\nindeffinitely,indefinitely\r\nindeffiniteon,indefinition\r\nindeffiniteons,indefinitions\r\nindeffiniteve,indefinitive\r\nindeffinitevely,indefinitively\r\nindeffiniteveness,indefinitiveness\r\nindeffiniteves,indefinitives\r\nindeffiniti,indefiniti\r\nindeffinitly,indefinitely\r\nindeffiniton,indefinition\r\nindeffinitons,indefinitions\r\nindeffinitve,indefinitive\r\nindeffinitvely,indefinitively\r\nindeffinitveness,indefinitiveness\r\nindeffinitves,indefinitives\r\nindefict,indefinite\r\nindefinally,indefinitely\r\nindefinaly,indefinitely\r\nindefinant,indefinite\r\nindefinat,indefinite\r\nindefinate,indefinite\r\nindefinatelly,indefinitely\r\nindefinatelty,indefinitelty\r\nindefinately,indefinitely\r\nindefinatewobble,indefinitewobble\r\nindefinati,indefiniti\r\nindefinatlly,indefinitely\r\nindefinatly,indefinitely\r\nindefindent,indefinite\r\nindefineable,undefinable\r\nindefineately,indefinitely\r\nindefinenly,indefinitely\r\nindefinent,indefinite\r\nindefinently,indefinitely\r\nindefinet,indefinite\r\nindefinete,indefinite\r\nindefinetely,indefinitely\r\nindefinetley,indefinitely\r\nindefinetly,indefinitely\r\nindefineton,indefinition\r\nindefinetons,indefinitions\r\nindefinetve,indefinitive\r\nindefinetvely,indefinitively\r\nindefinetveness,indefinitiveness\r\nindefinetves,indefinitives\r\nindefiniate,indefinite\r\nindefiniately,indefinitely\r\nindefinible,indefinable\r\nindefininte,indefinite\r\nindefinit,indefinite\r\nindefinitally,indefinitely\r\nindefinitaly,indefinitely\r\nindefinitelly,indefinitely\r\nindefinitily,indefinitely\r\nindefinitive,indefinite\r\nindefinitley,indefinitely\r\nindefinitly,indefinitely\r\nindefinity,indefinitely\r\nindefint,indefinite\r\nindefinte,indefinite\r\nindefintely,indefinitely\r\nindefintiely,indefinitely\r\nindefintily,indefinitely\r\nindefintion,indefinition\r\nindefintions,indefinitions\r\nindefintive,indefinitive\r\nindefintively,indefinitively\r\nindefintiveness,indefinitiveness\r\nindefintives,indefinitives\r\nindefintly,indefinitely\r\nindefitely,indefinitely\r\nindefitly,indefinitely\r\nindeflery,indefinitely\r\nindefnetly,indefinitely\r\nindefninion,indefinition\r\nindefninions,indefinitions\r\nindefniniton,indefinition\r\nindefninitons,indefinitions\r\nindefninitve,indefinitive\r\nindefninitvely,indefinitively\r\nindefninitveness,indefinitiveness\r\nindefninitves,indefinitives\r\nindefninive,indefinitive\r\nindefninively,indefinitively\r\nindefniniveness,indefinitiveness\r\nindefninives,indefinitives\r\nindefninon,indefinition\r\nindefninons,indefinitions\r\nindefnintion,indefinition\r\nindefnintions,indefinitions\r\nindefnintive,indefinitive\r\nindefnintively,indefinitively\r\nindefnintiveness,indefinitiveness\r\nindefnintives,indefinitives\r\nindefninton,indefinition\r\nindefnintons,indefinitions\r\nindefnintve,indefinitive\r\nindefnintvely,indefinitively\r\nindefnintveness,indefinitiveness\r\nindefnintves,indefinitives\r\nindefninve,indefinitive\r\nindefninvely,indefinitively\r\nindefninveness,indefinitiveness\r\nindefninves,indefinitives\r\nindefnitely,indefinitely\r\nindefnitly,indefinitely\r\nindefonaly,indefinitely\r\nindeformeable,indeformable\r\nindeformible,indeformable\r\nindefynt,indefinite\r\nindeginous,indigenous\r\nindegradeable,indegradable\r\nindegradible,indegradable\r\nindeicates,indicates\r\nindelecteable,indelectable\r\nindelectible,indelectable\r\nindempotent,idempotent\r\nindenation,indentation\r\nindend,intend\r\nindendation,indentation\r\nindended,intended\r\nindenfient,indefinite\r\nindeninitely,indefinitely\r\nindenoteable,indenotable\r\nindenotible,indenotable\r\nindenpendent,independent\r\nindentatioin,indentation\r\nindentiation,indentation\r\nindentical,identical\r\nindentically,identically\r\nindentifable,identifiable\r\nindentifed,identified\r\nindentifiability,identifiability\r\nindentifiable,identifiable\r\nindentifiables,identifiables\r\nindentifiably,identifiably\r\nindentifiation,identifiation\r\nindentifible,identifible\r\nindentificacao,identificacao\r\nindentificacion,identificacion\r\nindentificador,identificador\r\nindentificar,identificar\r\nindentificat,identificat\r\nindentification,identification\r\nindentifications,identifications\r\nindentificaton,identificaton\r\nindentificator,identificator\r\nindentificazione,identificazione\r\nindentificcation,identificcation\r\nindentifico,identifico\r\nindentifie,identifie\r\nindentified,identified\r\nindentifier,identifier\r\nindentifiers,identifiers\r\nindentifies,identifies\r\nindentifikationsnummer,identifikationsnummer\r\nindentifing,identifing\r\nindentifire,identifire\r\nindentifix,identifix\r\nindentifiy,identifiy\r\nindentifiying,identifiying\r\nindentify,identify\r\nindentifying,identifying\r\nindentifyng,identifyng\r\nindentities,identities\r\nindentity,identity\r\nindently,incidentally\r\nindepdendent,independent\r\nindepdenent,independents\r\nindepdently,independently\r\nindepedantly,independently\r\nindepedence,independence\r\nindepedendence,independence\r\nindepedent,independent\r\nindepedently,independently\r\nindepednent,independents\r\nindepencence,independence\r\nindependance,independence\r\nindependant,independent\r\nindependantes,independents\r\nindependantly,independently\r\nindependat,independent\r\nindependatly,independately\r\nindependeable,independable\r\nindependece,independence\r\nindepended,independent\r\nindependely,independently\r\nindependen,independent\r\nindependend,independent\r\nindependendet,independent\r\nindependendly,independently\r\nindependenent,independent\r\nindependenet,independents\r\nindependenly,independently\r\nindependens,independents\r\nindependense,independents\r\nindependentaly,independentally\r\nindependente,independence\r\nindependentisme,independents\r\nindependentiste,independents\r\nindependentness,independents\r\nindependeny,independent\r\nindependet,independent\r\nindependetly,independently\r\nindependetn,independents\r\nindependets,independents\r\nindependible,independable\r\nindependnet,independents\r\nindepenedent,independent\r\nindepenent,independent\r\nindepenently,independently\r\nindepentaly,indepentally\r\nindepentdent,independent\r\nindepentend,independents\r\nindepentent,independent\r\nindepentently,independently\r\nindepentents,independents\r\nindepentive,indefinitely\r\nindepently,independently\r\nindeploreable,indeplorable\r\nindeplorible,indeplorable\r\nindepnends,independent\r\nindepriveable,indeprivable\r\nindeprivible,indeprivable\r\nindepth,in-depth\r\nindeqiately,indefinitely\r\ninder,under\r\ninderctly,indirectly\r\ninderection,indirection\r\ninderectly,indirectly\r\ninderictly,indirectly\r\ninderiveable,inderivable\r\ninderivible,inderivable\r\ninderlying,underlying\r\nindermediate,intermediate\r\ninderstey,industry\r\nindescision,indecision\r\nindescisions,indecisions\r\nindescisive,indecisive\r\nindescisively,indecisively\r\nindesicion,indecision\r\nindesicions,indecisions\r\nindesicive,indecisive\r\nindesicively,indecisively\r\nindesireable,indesirable\r\nindesirible,indesirable\r\nindesision,indecision\r\nindesisions,indecisions\r\nindesisive,indecisive\r\nindesisively,indecisively\r\nindespensable,indispensable\r\nindespensible,indispensable\r\nindespiceable,indespicable\r\nindespicible,indespicable\r\nindespiseable,indespisable\r\nindespisible,indespisable\r\nindesruct,indestruct\r\nindesructed,indestructed\r\nindesructing,indestructing\r\nindesructionist,indestructionist\r\nindesructs,indestructs\r\nindestrictible,indestructible\r\nindestruc,indestruct\r\nindestruced,indestructed\r\nindestrucing,indestructing\r\nindestrucionist,indestructionist\r\nindestrucs,indestructs\r\nindestructble,indestructible\r\nindestructibe,indestructible\r\nindestructuble,indestructible\r\nindesttruct,indestruct\r\nindesttructed,indestructed\r\nindesttructing,indestructing\r\nindesttructionist,indestructionist\r\nindesttructs,indestructs\r\nindestuct,indestruct\r\nindestucted,indestructed\r\nindestucting,indestructing\r\nindestuctionist,indestructionist\r\nindestucts,indestructs\r\nindetecteable,indetectable\r\nindetectible,indetectable\r\nindeterminancy,indeterminacy\r\nindetical,identical\r\nindetifiable,identifiable\r\nindetification,identification\r\nindetifing,identifying\r\nindetify,identify\r\nindetity,identity\r\nindetruct,indestruct\r\nindetructed,indestructed\r\nindetructing,indestructing\r\nindetructionist,indestructionist\r\nindetructs,indestructs\r\nindevenet,indefinite\r\nindexablity,indexability\r\nindexasdfsdfa,index\r\nindexe,index\r\nindexibilty,indexibility\r\nindexible,indexable\r\nindexinga,indexing\r\nindexs,indexes\r\nindexz,index\r\nindiaan,indiana\r\nindiaction,indication\r\nindian's,indians\r\nindianaoplis,indianapolis\r\nindianapols,indianapolis\r\nindianas,indians\r\nindianbloggger,indianblogger\r\nindiands,indians\r\nindiania,indiana\r\nindianna,indiana\r\nindianopolis,indianapolis\r\nindianos,indians\r\nindiate,indicate\r\nindiated,indicated\r\nindiates,indicates\r\nindiating,indicating\r\nindicaitng,indicating\r\nindicaste,indicates\r\nindicatation,indication\r\nindicatea,indicates\r\nindicaters,indicates\r\nindicatest,indicates\r\nindicateurs,indicates\r\nindicatie,indicative\r\nindicatioin,indication\r\nindicationg,indicating\r\nindicatiors,indicators\r\nindicatiosn,indications\r\nindicativo,indication\r\nindicatng,indicating\r\nindicato,indication\r\nindicatoin,indication\r\nindicatons,indicators\r\nindicatore,indicate\r\nindicats,indicators\r\nindice,index\r\nindicence,incidence\r\nindicentally,incidentally\r\nindicents,incidents\r\nindicess,indices\r\nindiciate,indicate\r\nindiciated,indicated\r\nindiciates,indicates\r\nindiciating,indicating\r\nindicies,indices\r\nindicise,indices\r\nindicitave,indicative\r\nindicitive,indicative\r\nindicitor,indicator\r\nindictaed,indicated\r\nindictement,indictment\r\nindictements,indictments\r\nindictrinated,indoctrinated\r\nindidcates,indicates\r\nindidently,incidentally\r\nindidual,individual\r\nindiefinat,indefinite\r\nindifefrene,indifferene\r\nindifenate,indefinite\r\nindifenatly,indefinitely\r\nindifenent,indefinite\r\nindifenet,indefinite\r\nindifennate,indefinite\r\nindifentally,indefinitely\r\nindiferenca,indifferenca\r\nindiference,indifference\r\nindiferene,indifferene\r\nindiferent,indifferent\r\nindiferente,indifferente\r\nindiferentes,indifferentes\r\nindiferentismu,indifferentismu\r\nindiferently,indifferently\r\nindiferentna,indifferentna\r\nindiferents,indifferents\r\nindiferrene,indifferene\r\nindiffarene,indifferene\r\nindiffenately,indefinitely\r\nindiffenatly,indefinitely\r\nindiffent,indefinite\r\nindiffently,indefinitely\r\nindifferance,indifference\r\nindifferant,indifferent\r\nindifferente,indifference\r\nindiffernce,indifference\r\nindiffernece,indifference\r\nindiffernt,indifferent\r\nindiffiant,indefinite\r\nindiffinate,indefinite\r\nindiffinite,indefinite\r\nindiffinitely,indefinitely\r\nindiffirene,indifferene\r\nindiffirent,indifferent\r\nindiffrene,indifferene\r\nindiffrent,indifferent\r\nindificant,indefinitely\r\nindifinate,indefinite\r\nindifinately,indefinitely\r\nindifinatily,indefinitely\r\nindifinent,indefinite\r\nindifinently,indefinitely\r\nindifinetally,indefinitely\r\nindifinetly,indefinitely\r\nindifinite,indefinite\r\nindifinitely,indefinitely\r\nindifinittly,indefinitely\r\nindifinte,indefinite\r\nindigeneization,indigenization\r\nindigeneous,indigenous\r\nindigenious,indigenous\r\nindigeniously,indigenously\r\nindigenius,indigenous\r\nindigenos,indigenous\r\nindigenuous,indigenous\r\nindigineous,indigenous\r\nindigineously,indigenously\r\nindiginous,indigenous\r\nindiginously,indigenously\r\nindignence,indignance\r\nindignences,indignances\r\nindignencie,indignancie\r\nindignencies,indignancies\r\nindignency,indignancy\r\nindignent,indignant\r\nindigneous,indigenous\r\nindikation,indication\r\nindimidating,intimidating\r\nindimidation,intimidation\r\nindinet,indefinite\r\nindipendant,independent\r\nindipendence,independence\r\nindipendent,independent\r\nindipendently,independently\r\nindiphialy,indefinitely\r\nindireclty,indirectly\r\nindirectely,indirectly\r\nindirecty,indirectly\r\nindirektly,indirectly\r\nindiscernably,indiscernibly\r\nindisginguishable,indistinguishable\r\nindisinct,indistinct\r\nindisious,insidious\r\nindispencable,indispensable\r\nindispencably,indispensably\r\nindispencaries,indispensaries\r\nindispencary,indispensary\r\nindispencation,indispensation\r\nindispencations,indispensations\r\nindispence,indispense\r\nindispenced,indispensed\r\nindispencer,indispenser\r\nindispencers,indispensers\r\nindispences,indispenses\r\nindispencful,indispensful\r\nindispencing,indispensing\r\nindispencive,indispensive\r\nindispencively,indispensively\r\nindispenciveness,indispensiveness\r\nindispensabilty,indispensability\r\nindispensablity,indispensability\r\nindispensibility,indispensability\r\nindispensibilty,indispensibility\r\nindispensible,indispensable\r\nindispensibleness,indispensableness\r\nindispensibly,indispensably\r\nindisputeable,indisputable\r\nindisputeably,indisputably\r\nindisputeible,indisputable\r\nindisputeibly,indisputably\r\nindisputible,indisputable\r\nindisputibly,indisputably\r\nindistict,indistinct\r\nindistictively,indistinctively\r\nindistiguishable,indistinguishable\r\nindistinguisable,indistinguishable\r\nindistinguishablilty,indistinguishability\r\nindistinguishible,indistinguishable\r\nindistingusihable,indistinguishable\r\nindistinquishable,indistinguishable\r\nindistrial,industrial\r\nindistrialist,industrialist\r\nindistries,industries\r\nindistructable,indestructable\r\nindistructible,indestructible\r\nindistry,industry\r\nindistuingishable,indistinguishable\r\nindite,indict\r\ninditement,indictment\r\ninditements,indictments\r\nindiuidual,individual\r\nindivdiual,individual\r\nindivdually,individually\r\nindivently,indefinitely\r\nindivial,individuals\r\nindividally,individually\r\nindividals,individuals\r\nindividaul,individual\r\nindividaully,individually\r\nindividauls,individuals\r\nindividauly,individually\r\nindividial,individual\r\nindividiual,individual\r\nindividuais,individuals\r\nindividuales,individuals\r\nindividuall,individually\r\nindividuallity,individuality\r\nindividuals's,individual's\r\nindividualty,individuality\r\nindividualy,individually\r\nindividuati,individuality\r\nindividuel,individual\r\nindividuella,individual\r\nindividuels,individuals\r\nindividul,individual\r\nindividula,individual\r\nindividully,individually\r\nindividus,individuals\r\nindividuu,individual\r\nindivisability,indivisibility\r\nindivisable,indivisible\r\nindivisably,indivisibly\r\nindivisble,indivisible\r\nindivisibilty,indivisibility\r\nindivitual,individual\r\nindiviual,individual\r\nindiviudal,individuals\r\nindiviudally,individually\r\nindivly,indively\r\nindivual,individual\r\nindivuals,individuals\r\nindivudal's,individual's\r\nindivudally,individually\r\nindivudals,individuals\r\nindivudual,individual\r\nindivuduality,individuality\r\nindivudually,individually\r\nindivuduals,individuals\r\nindluge,indulge\r\nindo,info\r\nindocrtinated,indoctrinated\r\nindocrtination,indoctrination\r\nindocternated,indoctrinated\r\nindoctornated,indoctrinated\r\nindoctrication,indoctrination\r\nindoctrinatie,indoctrinated\r\nindoctrinatin,indoctrination\r\nindoctronated,indoctrinated\r\nindoensia,indonesia\r\nindoensian,indonesian\r\nindoktrination,indoctrination\r\nindolance,indolence\r\nindolances,indolences\r\nindolant,indolent\r\nindolantly,indolently\r\nindonasian,indonesian\r\nindoneisa,indonesia\r\nindoneisan,indonesian\r\nindonesa,indonesia\r\nindonesean,indonesian\r\nindonesien,indonesian\r\nindonesion,indonesian\r\nindonisian,indonesian\r\nindonistan,indonesian\r\nindopotent,idempotent\r\nindored,indeed\r\nindow,window\r\nindows,windows\r\nindpendent,independent\r\nindpendently,independently\r\nindriectly,indirectly\r\nindroduced,introduced\r\nindroduction,introduction\r\nindroductory,introductory\r\nindsrey,industry\r\nindstre,industry\r\nindsutrial,industrial\r\nindsutrialisation,industrialisation\r\nindsutrialization,industrialization\r\nindsutrials,industrials\r\nindsutries,industries\r\nindsutry,industry\r\nindtead,instead\r\ninducability,inducibility\r\ninducable,inducible\r\ninducably,inducibly\r\ninduceability,inducibility\r\ninduceable,inducible\r\ninduceably,inducibly\r\ninducion,induction\r\ninducions,inductions\r\ninductability,inductibility\r\ninductable,inductible\r\ninductably,inductibly\r\ninducter,inductor\r\ninducters,inductors\r\ninductilaties,inductilities\r\ninductilaty,inductility\r\ninductillities,inductilities\r\ninductillity,inductility\r\ninductilties,inductilities\r\ninductilty,inductility\r\ninductities,inductilities\r\ninductity,inductility\r\ninductivly,inductively\r\ninducton,induction\r\ninductons,inductions\r\nindugle,indulge\r\nindulgue,indulge\r\nindulgued,indulged\r\nindulguence,indulgence\r\nindulguences,indulgences\r\nindulgues,indulges\r\nindusrtial,industrial\r\nindusrties,industries\r\nindusrty,industry\r\ninduster,industry\r\nindustial,industrial\r\nindustialhaus,industrialhaus\r\nindustialist,industrialist\r\nindustialists,industrialists\r\nindustializadu,industrializadu\r\nindustialization,industrialization\r\nindustialized,industrialized\r\nindusties,industries\r\nindustiral,industrial\r\nindustiralized,industrialized\r\nindustires,industries\r\nindustrail,industrial\r\nindustrailized,industrialized\r\nindustral,industrial\r\nindustrees,industries\r\nindustrey,industry\r\nindustrialied,industrialized\r\nindustrializatoin,industrialization\r\nindustrialzed,industrialized\r\nindustrias,industries\r\nindustrie,industry\r\nindustriel,industrial\r\nindustriella,industrial\r\nindustriels,industries\r\nindustrija,industrial\r\nindustrije,industries\r\nindustrijske,industries\r\nindustriol,industrial\r\nindustrualized,industrialized\r\nindustructible,indestructible\r\nindustury,industry\r\nindusty,industry\r\nindution,induction\r\nindutions,inductions\r\nindutrey,industry\r\nindutrial,industrial\r\nindutriale,industriale\r\nindutriales,industriales\r\nindutriali,industriali\r\nindutrialisation,industrialisation\r\nindutrialist,industrialist\r\nindutrialists,industrialists\r\nindutrialized,industrialized\r\nindutries,industries\r\nindutry,industry\r\ninduvidual,individual\r\nindviadual,individual\r\nindviadually,individually\r\nindviaduals,individuals\r\nindvidual,individual\r\nindvidually,individually\r\nindviduals,individuals\r\nindxed,indexed\r\nine,one\r\nineciation,initiation\r\ninection,injection\r\ninedability,inedibility\r\ninedable,inedible\r\ninedables,inedibles\r\ninedably,inedibly\r\ninedablys,inediblys\r\ninefect,ineffect\r\ninefective,ineffective\r\ninefectivity,ineffectivity\r\nineffeciencies,inefficiencies\r\nineffeciency,inefficiency\r\nineffecient,inefficient\r\nineffecitve,ineffective\r\nineffektive,ineffective\r\ninefficeint,inefficient\r\ninefficencies,inefficiencies\r\ninefficencly,inefficiencly\r\ninefficency,inefficiency\r\ninefficent,inefficient\r\ninefficently,inefficiently\r\ninefficiant,inefficient\r\ninefficienct,inefficient\r\ninefficienty,inefficiently\r\ninefficite,inefficient\r\nineffictive,ineffective\r\nineffiect,inefficient\r\nineffizient,inefficient\r\nineficiant,inefficient\r\nineficien,inefficien\r\nineficiencia,inefficiencia\r\nineficiencias,inefficiencias\r\nineficiencies,inefficiencies\r\nineficient,inefficient\r\nineficiente,inefficiente\r\nineficientes,inefficientes\r\ninefort,ineffort\r\ninefortless,ineffortless\r\nineforts,inefforts\r\ninegration,integration\r\ninehaustible,inexhaustible\r\ninehusastic,enthusiastic\r\ninelectual,intellectual\r\nineligability,ineligibility\r\nineligable,ineligible\r\nineligables,ineligibles\r\nineligably,ineligibly\r\nineligablys,ineligiblys\r\nineligbility,ineligibility\r\nineligble,ineligible\r\nineligiblity,ineligibility\r\nineline,inline\r\ninelined,inlined\r\ninelligability,ineligibility\r\ninelligable,ineligible\r\ninelligibility,ineligibility\r\ninelligible,ineligible\r\ninelligiblity,inelligibility\r\ninemployer,employer\r\ninentionally,intentionally\r\nineqality,inequality\r\nineqaulity,inequality\r\ninequailty,inequality\r\ninequal,unequal\r\ninequallity,inequality\r\ninequir,enquire\r\ninequlity,inequality\r\nineract,interact\r\ninerface,interface\r\ninerference,interference\r\ninerited,inherited\r\ninerlecsheal,intellectual\r\ninernal,internal\r\ninernally,internally\r\ninernational,international\r\ninersting,inserting\r\ninertnal,internal\r\ninerval,interval\r\nineshiation,initiation\r\ninesiation,initiation\r\ninespereince,inexperience\r\ninespereinced,inexperienced\r\ninespereinces,inexperiences\r\ninespereincing,inexperiencing\r\ninesperiance,inexperience\r\ninesperianced,inexperienced\r\ninesperiances,inexperiences\r\ninesperiancing,inexperiencing\r\ninespierence,inexperience\r\ninespierenced,inexperienced\r\ninespierences,inexperiences\r\ninespierencing,inexperiencing\r\ninestablity,inestability\r\ninetals,initials\r\ninetation,imitation\r\nineteresting,interesting\r\nineterpreter,interpreter\r\ninetials,initials\r\ninetrevene,intervene\r\ninetrnal,internal\r\nineuqalities,inequalities\r\nineuqality,inequality\r\ninevatible,inevitable\r\ninevatibly,inevitably\r\ninevetable,inevitable\r\ninevetably,inevitably\r\ninevetible,inevitable\r\nineviatbly,inevitably\r\ninevidable,inevitable\r\ninevidably,inevitably\r\ninevitabile,inevitable\r\ninevitabilty,inevitability\r\ninevitabily,inevitably\r\ninevitablely,inevitably\r\ninevitabley,inevitably\r\ninevitablility,inevitability\r\ninevitablity,inevitably\r\ninevitablly,inevitably\r\ninevitible,inevitable\r\ninevitibles,inevitables\r\ninevitibly,inevitably\r\ninevititable,inevitable\r\ninevititably,inevitably\r\ninevtiable,inevitable\r\ninevtiably,inevitably\r\ninevyitable,inevitable\r\ninexasible,inaccessible\r\ninexblicably,inexplicably\r\ninexcact,inexact\r\ninexcactly,inexactly\r\ninexcat,inexact\r\ninexcatly,inexactly\r\ninexcesable,inaccessible\r\ninexcessable,inaccessible\r\ninexcessible,inaccessible\r\ninexcisble,inaccessible\r\ninexeprienced,inexperience\r\ninexpected,unexpected\r\ninexpectedly,unexpectedly\r\ninexpeirenced,inexperience\r\ninexpencable,inexpensable\r\ninexpencably,inexpensably\r\ninexpencaries,inexpensaries\r\ninexpencary,inexpensary\r\ninexpencation,inexpensation\r\ninexpencations,inexpensations\r\ninexpence,inexpense\r\ninexpenced,inexpensed\r\ninexpencer,inexpenser\r\ninexpencers,inexpensers\r\ninexpences,inexpenses\r\ninexpencful,inexpensful\r\ninexpencing,inexpensing\r\ninexpencive,inexpensive\r\ninexpencively,inexpensively\r\ninexpenciveness,inexpensiveness\r\ninexpenisve,inexpensive\r\ninexpensivly,inexpensively\r\ninexpereince,inexperience\r\ninexpereinced,inexperienced\r\ninexpereinces,inexperiences\r\ninexpereincing,inexperiencing\r\ninexperiance,inexperience\r\ninexperianced,inexperienced\r\ninexperiances,inexperiences\r\ninexperiancing,inexperiencing\r\ninexperiece,inexperience\r\ninexperieced,inexperienced\r\ninexperiecned,inexperience\r\ninexperiencable,inexperience\r\ninexperiened,inexperienced\r\ninexperiente,inexperience\r\ninexperimented,inexperienced\r\ninexperince,inexperience\r\ninexperineced,inexperience\r\ninexperitence,inexperience\r\ninexperitenced,inexperienced\r\ninexpierence,inexperienced\r\ninexpierenced,inexperienced\r\ninexpierences,inexperiences\r\ninexpierencing,inexperiencing\r\ninexplicabil,inexplicably\r\ninexplicablely,inexplicably\r\ninexplicabley,inexplicably\r\ninexplicablly,inexplicably\r\ninexplicaby,inexplicably\r\ninexplicibly,inexplicably\r\ninexplicid,inexplicit\r\ninexplicidly,inexplicitly\r\ninexplict,inexplicit\r\ninexplictly,inexplicitly\r\ninexpres,inexpress\r\ninexprese,inexpresse\r\ninexpresed,inexpressed\r\ninexpreses,inexpresses\r\ninexpresing,inexpressing\r\ninexpresion,inexpression\r\ninexpresive,inexpressive\r\ninexpresively,inexpressively\r\ninexsible,inaccessible\r\ninexspensivly,inexspensively\r\ninexsusable,inaccessible\r\ninfact,in fact\r\ninfacy,infancy\r\ninfadent,infinite\r\ninfaent,infinite\r\ninfaint,infinite\r\ninfalability,infallibility\r\ninfalable,infallible\r\ninfalib,infallible\r\ninfallability,infallibility\r\ninfallable,infallible\r\ninfallibale,infallible\r\ninfallibe,infallible\r\ninfallibile,infallible\r\ninfallibilty,infallibility\r\ninfaltable,inflatable\r\ninfalte,inflate\r\ninfaltion,inflation\r\ninfameous,infamous\r\ninfameously,infamously\r\ninfamnes,infinite\r\ninfamou,infamous\r\ninfamouse,infamous\r\ninfamousely,infamously\r\ninfamoust,infamous\r\ninfamoustly,infamously\r\ninfanant,infinite\r\ninfanate,infinite\r\ninfanent,infinite\r\ninfanet,infinite\r\ninfanete,infinite\r\ninfaniant,infinite\r\ninfanint,infinite\r\ninfanit,infinite\r\ninfanite,infinite\r\ninfannrite,infinite\r\ninfanstructure,infrastructure\r\ninfantaut,infinite\r\ninfante,infinite\r\ninfanted,infinite\r\ninfantent,infinite\r\ninfantis,infants\r\ninfantly,infinite\r\ninfantus,infants\r\ninfanty,infantry\r\ninfantyman,infantryman\r\ninfantymen,infantrymen\r\ninfared,infrared\r\ninfarred,infrared\r\ninfeasability,infeasibility\r\ninfeasable,infeasible\r\ninfeasably,infeasibly\r\ninfeasiblities,infeasibilities\r\ninfeccious,infectious\r\ninfectation,infestation\r\ninfecteous,infectious\r\ninfectin,infections\r\ninfectiosn,infections\r\ninfectiouis,infectious\r\ninfectiouisly,infectiously\r\ninfectiouisness,infectiousness\r\ninfectiuos,infectious\r\ninfectiuosly,infectiously\r\ninfectiuosness,infectiousness\r\ninfectoius,infectious\r\ninfectoiusly,infectiously\r\ninfectoiusness,infectiousness\r\ninfectouis,infectious\r\ninfectouisly,infectiously\r\ninfectouisness,infectiousness\r\ninfectuous,infectious\r\ninfedility,infidelity\r\ninfeerences,inferences\r\ninfeilder,infielder\r\ninfeilders,infielders\r\ninfektious,infectious\r\ninfenant,infinite\r\ninfenate,infinite\r\ninfence,inference\r\ninfendunt,infinite\r\ninfenident,infinite\r\ninfenitt,infinite\r\ninfennate,infinite\r\ninfenro,inferno\r\ninfensemt,infinite\r\ninferace,interface\r\ninferal,inferral\r\ninferals,inferrals\r\ninferance,inference\r\ninfere,infer\r\ninfered,inferred\r\ninferenced,inferred\r\ninferene,inference\r\ninferer,inferrer\r\ninferface,interface\r\ninferier,inferior\r\ninfering,inferring\r\ninferioara,inferior\r\ninferioare,inferior\r\ninferioir,inferior\r\ninferioirty,inferiority\r\ninferiorty,inferiority\r\ninferiour,inferior\r\ninferir,inferior\r\ninfermon,inferno\r\ninfernce,inference\r\ninferrable,inferable\r\ninferrence,inference\r\ninferrred,inferred\r\ninfertilaties,infertilities\r\ninfertilaty,infertility\r\ninfertillities,infertilities\r\ninfertillity,infertility\r\ninfertilties,infertilities\r\ninfertilty,infertility\r\ninfertities,infertilities\r\ninfertity,infertility\r\ninfestaion,infestation\r\ninfestating,infestation\r\ninfestato,infestation\r\ninfestatoin,infestation\r\ninfestaton,infestation\r\ninfestions,infections\r\ninfferal,inferral\r\ninfferals,inferrals\r\ninffered,inferred\r\ninfferer,inferrer\r\ninffering,inferring\r\ninfferral,inferral\r\ninfferrals,inferrals\r\ninfferred,inferred\r\ninfferrer,inferrer\r\ninfferring,inferring\r\ninffinit,infinite\r\ninffinite,infinite\r\ninfict,inflict\r\ninficted,inflicted\r\ninficting,inflicting\r\ninfictingly,inflictingly\r\ninficts,inflicts\r\ninfideltiy,infidelity\r\ninfident,infinite\r\ninfidently,infinite\r\ninfidility,infidelity\r\ninfient,infinite\r\ninfilct,inflict\r\ninfilcted,inflicted\r\ninfilcting,inflicting\r\ninfilctingly,inflictingly\r\ninfilcts,inflicts\r\ninfilitrate,infiltrate\r\ninfilitrated,infiltrated\r\ninfilitrates,infiltrates\r\ninfilitrating,infiltrating\r\ninfilitration,infiltration\r\ninfilitrations,infiltrations\r\ninfilitrator,infiltrator\r\ninfilitrators,infiltrators\r\ninfiltarte,infiltrate\r\ninfiltarted,infiltrated\r\ninfiltartes,infiltrates\r\ninfiltarting,infiltrating\r\ninfiltartion,infiltration\r\ninfiltartions,infiltrations\r\ninfiltartor,infiltrator\r\ninfiltartors,infiltrators\r\ninfiltate,infiltrate\r\ninfiltated,infiltrated\r\ninfiltates,infiltrates\r\ninfiltating,infiltrating\r\ninfiltation,infiltration\r\ninfiltations,infiltrations\r\ninfiltator,infiltrator\r\ninfiltators,infiltrators\r\ninfiltrade,infiltrate\r\ninfiltrait,infiltrate\r\ninfiltraitor,infiltrator\r\ninfiltrar,infiltrator\r\ninfiltrare,infiltrate\r\ninfiltraron,infiltrator\r\ninfiltrarte,infiltrate\r\ninfiltrase,infiltrate\r\ninfiltrater,infiltrator\r\ninfiltratie,infiltrate\r\ninfiltratior,infiltrator\r\ninfiltratred,infiltrate\r\ninfiltre,infiltrate\r\ninfiltrerat,infiltrate\r\ninfinance,infinite\r\ninfinant,infinite\r\ninfinante,infinite\r\ninfinat,infinite\r\ninfinate,infinite\r\ninfinatejoo,infinitejoo\r\ninfinatek,infinitek\r\ninfinately,infinitely\r\ninfinatethroat,infinitethroat\r\ninfinatey,infinitey\r\ninfinati,infiniti\r\ninfinatino,infinitino\r\ninfinative,infinitive\r\ninfinatives,infinitives\r\ninfinatly,infinitely\r\ninfinent,infinite\r\ninfinet,infinite\r\ninfinete,infinite\r\ninfinetely,infinitely\r\ninfinetly,infinitely\r\ninfinfate,infinite\r\ninfiniant,infinite\r\ninfinie,infinite\r\ninfiniment,infinite\r\ninfininte,infinite\r\ninfinit,infinite\r\ninfinitate,infinite\r\ninfinitelly,infinitely\r\ninfinitey,infinity\r\ninfinitie,infinite\r\ninfinitity,infinity\r\ninfinitiy,infinity\r\ninfinitley,infinitely\r\ninfinitly,infinity\r\ninfinitve-marking,infinitive-marking\r\ninfinnent,infinite\r\ninfinte,infinite\r\ninfintely,infinitely\r\ninfintie,infinite\r\ninfintiely,infinitely\r\ninfintiy,infinity\r\ninfintrator,infiltrator\r\ninfinunt,infinite\r\ninfirmaties,infirmities\r\ninfirmaty,infirmity\r\ninfite,infinite\r\ninfitely-recursive,infinitely-recursive\r\ninflamability,inflammability\r\ninflamable,inflatable\r\ninflamably,inflammably\r\ninflamation,inflammation\r\ninflamations,inflammations\r\ninflamatory,inflammatory\r\ninflammatioin,inflammation\r\ninflammatoin,inflammation\r\ninflammed,inflamed\r\ninflammmed,inflammed\r\ninflatabale,inflatable\r\ninflatabe,inflatable\r\ninflateble,inflatable\r\ninflatem,inflate\r\ninflatible,inflatable\r\ninflatibles,inflatables\r\ninflatibly,inflatably\r\ninflatie,inflate\r\ninflationay,inflationary\r\ninfleunced,influenced\r\ninflexability,inflexibility\r\ninflexable,inflexible\r\ninflexables,inflexibles\r\ninflexably,inflexibly\r\ninflexablys,inflexiblys\r\ninflexibilty,inflexibility\r\ninflitrate,infiltrate\r\ninflitrator,infiltrator\r\ninflnight,infinite\r\ninfluance,influence\r\ninfluanced,influenced\r\ninfluancer,influencer\r\ninfluancerami,influencerami\r\ninfluancers,influencers\r\ninfluances,influences\r\ninfluanci,influenci\r\ninfluancing,influencing\r\ninfluancive,influencive\r\ninfluant,influent\r\ninfluantly,influently\r\ninfluants,influents\r\ninfluenceing,influencing\r\ninfluencial,influential\r\ninfluencially,influentially\r\ninfluencian,influencing\r\ninfluencie,influences\r\ninfluencual,influential\r\ninfluencually,influentially\r\ninfluening,influencing\r\ninfluens,influences\r\ninfluense,influences\r\ninfluensed,influences\r\ninfluenser,influences\r\ninfluenses,influences\r\ninfluenta,influential\r\ninfluental,influential\r\ninfluente,influence\r\ninfluented,influenced\r\ninfluentes,influences\r\ninfluenting,influencing\r\ninfluentual,influential\r\ninfluentually,influentially\r\ninfluincing,influencing\r\ninfluneced,influenced\r\ninfnite,infinite\r\ninfograhic,infographic\r\ninfograhpic,infographic\r\ninfograpgic,infographic\r\ninfograpic,infographic\r\ninfogrpah,infograph\r\ninfogrpahic,infographic\r\ninfogrpahicchecklist,infographicchecklist\r\ninfogrpahics,infographic\r\ninfogrpahs,infographs\r\ninfom,inform\r\ninfomance,informance\r\ninfomances,informances\r\ninfomartions,information\r\ninfomation,information\r\ninfomations,informations\r\ninfomative,informative\r\ninfomatively,informatively\r\ninfomed,informed\r\ninfoming,incoming\r\ninfomity,informity\r\ninfomly,informly\r\ninfommation,information\r\ninfomration,information\r\ninfoms,informs\r\ninfonit,infinite\r\ninfor,info\r\ninfora,information\r\ninforamation,information\r\ninforamtion,information\r\ninforamtional,informational\r\ninforamtions,informations\r\ninforamtive,informative\r\ninforamtively,informatively\r\ninforced,enforced\r\ninforcement,enforcement\r\ninforgivable,unforgivable\r\ninforgiveable,inforgivable\r\ninforgiveble,inforgivable\r\ninforgiviable,inforgivable\r\ninforgivible,inforgivable\r\ninforgivuble,inforgivable\r\ninforgraphics,infographics\r\ninforgrpahics,inforgraphics\r\ninformable,informal\r\ninformacion,information\r\ninformaion,information\r\ninformaition,information\r\ninformaitional,informational\r\ninformaitions,informations\r\ninformaitive,informative\r\ninformaitively,informatively\r\ninformaiton,information\r\ninformaitonal,informational\r\ninformaitons,informations\r\ninformaitve,informative\r\ninformaitvely,informatively\r\ninformaly,informally\r\ninformantion,information\r\ninformarla,informal\r\ninformarle,informal\r\ninformarlo,informal\r\ninformas,informs\r\ninformasion,information\r\ninformate,informative\r\ninformatice,informative\r\ninformatie,informative\r\ninformatief,informative\r\ninformatiei,informative\r\ninformatike,informative\r\ninformatin,information\r\ninformatinal,informational\r\ninformatino,information\r\ninformatio,information\r\ninformatiob,information\r\ninformatioin,information\r\ninformatiom,information\r\ninformationa,information\r\ninformationre,information\r\ninformativo,information\r\ninformatoin,information\r\ninformatoinal,informational\r\ninformaton,information\r\ninformatve,informative\r\ninformatvely,informatively\r\ninformella,informal\r\ninformer-facotry,informer-factory\r\ninformerad,informed\r\ninformercial,infomercial\r\ninformis,informs\r\ninformitive,informative\r\ninformmation,information\r\ninformnation,information\r\ninformotion,information\r\ninformsation,information\r\ninformtaion,information\r\ninformtation,information\r\ninformtion,information\r\ninformtive,informative\r\ninformtively,informatively\r\ninfornation,information\r\ninfornt,infront\r\ninfortant,unfortunate\r\ninfortiune,unfortunate\r\ninfot,info\r\ninfp,info\r\ninfra-monitoing,infra-monitoring\r\ninfractijons,infractions\r\ninfrantry,infantry\r\ninfrantryman,infantryman\r\ninfrantrymen,infantrymen\r\ninfraread,infrared\r\ninfrascructure,infrastructure\r\ninfrasructure,infrastructure\r\ninfrasructures,infrastructures\r\ninfrastracture,infrastructure\r\ninfrastrcture,infrastructure\r\ninfrastrcutre,infrastructure\r\ninfrastrcuture,infrastructure\r\ninfrastreucture,infrastructure\r\ninfrastruc,infrastruct\r\ninfrastructire,infrastructure\r\ninfrastructore,infrastructure\r\ninfrastructre,infrastructure\r\ninfrastructrual,infrastructural\r\ninfrastructrualism,infrastructuralism\r\ninfrastructrualisms,infrastructuralisms\r\ninfrastructrualist,infrastructuralist\r\ninfrastructrualists,infrastructuralists\r\ninfrastructrually,infrastructurally\r\ninfrastructrue,infrastructure\r\ninfrastructrued,infrastructured\r\ninfrastructrues,infrastructures\r\ninfrastructruing,infrastructuring\r\ninfrastructrural,infrastructural\r\ninfrastructruralism,infrastructuralism\r\ninfrastructruralisms,infrastructuralisms\r\ninfrastructruralist,infrastructuralist\r\ninfrastructruralists,infrastructuralists\r\ninfrastructrurally,infrastructurally\r\ninfrastructrure,infrastructure\r\ninfrastructrured,infrastructured\r\ninfrastructrures,infrastructures\r\ninfrastructruring,infrastructuring\r\ninfrastructur,infrastructure\r\ninfrastructuur,infrastructure\r\ninfrastrucural,infrastructural\r\ninfrastrucuralism,infrastructuralism\r\ninfrastrucuralisms,infrastructuralisms\r\ninfrastrucuralist,infrastructuralist\r\ninfrastrucuralists,infrastructuralists\r\ninfrastrucurally,infrastructurally\r\ninfrastrucure,infrastructure\r\ninfrastrucured,infrastructured\r\ninfrastrucures,infrastructures\r\ninfrastrucuring,infrastructuring\r\ninfrastrucutral,infrastructural\r\ninfrastrucutralism,infrastructuralism\r\ninfrastrucutralisms,infrastructuralisms\r\ninfrastrucutralist,infrastructuralist\r\ninfrastrucutralists,infrastructuralists\r\ninfrastrucutrally,infrastructurally\r\ninfrastrucutre,infrastructure\r\ninfrastrucutred,infrastructured\r\ninfrastrucutres,infrastructures\r\ninfrastrucutring,infrastructuring\r\ninfrastrukture,infrastructure\r\ninfrastrutture,infrastructure\r\ninfrastrutural,infrastructural\r\ninfrastruturalism,infrastructuralism\r\ninfrastruturalisms,infrastructuralisms\r\ninfrastruturalist,infrastructuralist\r\ninfrastruturalists,infrastructuralists\r\ninfrastruturally,infrastructurally\r\ninfrastruture,infrastructure\r\ninfrastrutured,infrastructured\r\ninfrastrutures,infrastructures\r\ninfrastruturing,infrastructuring\r\ninfrasttructure,infrastructure\r\ninfrastuction,infrastruction\r\ninfrastuctural,infrastructural\r\ninfrastucturalism,infrastructuralism\r\ninfrastucturalisms,infrastructuralisms\r\ninfrastucturalist,infrastructuralist\r\ninfrastucturalists,infrastructuralists\r\ninfrastucturally,infrastructurally\r\ninfrastucture,infrastructure\r\ninfrastuctured,infrastructured\r\ninfrastuctures,infrastructures\r\ninfrastucturing,infrastructuring\r\ninfrasturcture,infrastructure\r\ninfrasture,infrastructure\r\ninfrasturucture,infrastructure\r\ninfratechnolgies,infratechnologies\r\ninfratructural,infrastructural\r\ninfratructure,infrastructure\r\ninfratructures,infrastructures\r\ninfre,infer\r\ninfrenquantly,infrequently\r\ninfrenquenlty,infrequently\r\ninfrenquentily,infrequently\r\ninfrenquentualy,infrequently\r\ninfrequantly,infrequently\r\ninfrequenlty,infrequently\r\ninfrequentily,infrequently\r\ninfrequentualy,infrequently\r\ninfridgement,infringement\r\ninfridging,infringing\r\ninfrigement,infringement\r\ninfrigements,infringements\r\ninfrignement,infringement\r\ninfrigning,infringing\r\ninfringeing,infringing\r\ninfringment,infringement\r\ninfringments,infringements\r\ninfroduction,introduction\r\ninfrom,inform\r\ninfromal,informal\r\ninfromance,informance\r\ninfromances,informances\r\ninfromation,information\r\ninfromations,informations\r\ninfromative,informative\r\ninfromatively,informatively\r\ninfromed,informed\r\ninfroming,informing\r\ninfromity,informity\r\ninfromly,informly\r\ninfroms,informs\r\ninfront,in front\r\ninfrotn,infront\r\ninfrsastructure,infrastructure\r\ninfterace,interface\r\ninfuence,influence\r\ninfuences,influences\r\ninfuencial,influential\r\ninfuencially,influentially\r\ninfuencual,influential\r\ninfuencually,influentially\r\ninfuential,influential\r\ninfuentially,influentially\r\ninfuentual,influential\r\ninfuentually,influentially\r\ninfulence,influence\r\ninfulenced,influenced\r\ninfulencer,influencer\r\ninfulencers,influencers\r\ninfulences,influences\r\ninfulenci,influenci\r\ninfulencing,influencing\r\ninfulent,influent\r\ninfulential,influential\r\ninfulently,influently\r\ninfulents,influents\r\ninfunent,infinite\r\ninfusiastic,enthusiastic\r\ninfutilaties,infutilities\r\ninfutilaty,infutility\r\ninfutillities,infutilities\r\ninfutillity,infutility\r\ninfutilties,infutilities\r\ninfutilty,infutility\r\ninfutities,infutilities\r\ninfutity,infutility\r\ninfö,info\r\ningage,engage\r\ningame,in-game\r\ningcresing,increasing\r\ningedients,ingredients\r\ningegrated,integrated\r\ningeneous,ingenious\r\ningenerabillty,ingenerability\r\ningenius,ingenious\r\ningeniuty,ingenuity\r\ningenuitiy,ingenuity\r\ningerate,integrate\r\ningerd,injured\r\ningerdients,ingredients\r\ningesing,increasing\r\ningess,ingress\r\ningestigator,investigator\r\ningeunity,ingenuity\r\ningish,english\r\ningition,ignition\r\ninglish,english\r\ningnore,ignore\r\ningnored,ignored\r\ningocnito,incognito\r\ningorance,ignorance\r\ningorant,ignorant\r\ningore,ignore\r\ningored,ignored\r\ningores,ignores\r\ningoring,ignoring\r\ningosheaction,negotiations\r\ningratitoode,ingratitude\r\ningrediant,ingredient\r\ningrediants,ingredients\r\ningrediens,ingredients\r\ningredientes,ingredients\r\ningrediets,ingredient\r\ningreediants,ingredients\r\ningreedient,ingredient\r\ningreidents,ingredient\r\ningresin,increasing\r\ningresss,ingress\r\ningriedents,ingredient\r\ningst,ingest\r\ninguenity,ingenuity\r\ninguire,inquire\r\ninhability,inability\r\ninhabitablility,inhabitability\r\ninhabitans,inhabitants\r\ninhabitat,inhabitants\r\ninhabitats,inhabitants\r\ninhabitents,inhabitants\r\ninhabition,inhibition\r\ninhabitions,inhibitions\r\ninhabitive,inhibitive\r\ninhabitively,inhibitively\r\ninhancements,enhancements\r\ninhearance,inherence\r\ninhearancy,inherency\r\ninhearant,inherent\r\ninhearence,inherence\r\ninhearency,inherency\r\ninhearent,inherent\r\ninheirited,inherited\r\ninheirt,inherit\r\ninheirtance,inheritance\r\ninheirted,inherited\r\ninheit,inherit\r\ninhenrently,inherently\r\ninherance,inherence\r\ninherancy,inherency\r\ninherant,inherent\r\ninherantantly,inherentantly\r\ninherantly,inherently\r\ninheratance,inheritance\r\ninheratence,inheritance\r\ninheratences,inheritances\r\ninhereit,inherit\r\ninheret,inherit\r\ninheretance,inheritance\r\ninheretances,inheritances\r\ninhereted,inherited\r\ninheretence,inheritance\r\ninheretences,inheritances\r\ninhereting,inheriting\r\ninherets,inherits\r\ninheriet,inherit\r\ninherint,inherit\r\ninherintly,inherently\r\ninheritace,inheritance\r\ninheritage,heritage\r\ninheritancess,inheritances\r\ninheritas,inherits\r\ninheritate,inherit\r\ninheritating,inheriting\r\ninherite,inherit\r\ninheritence,inheritance\r\ninheritences,inheritances\r\ninheritenly,inherently\r\ninherites,inherits\r\ninheritnace,inheritance\r\ninheritting,inheriting\r\ninherlife-time,inher lifetime\r\ninhernetly,inherently\r\ninherrent,inherent\r\ninherrited,inherited\r\ninhert,inherit\r\ninhertiance,inheritance\r\ninhertied,inherited\r\ninherting,inheriting\r\ninherts,inherits\r\ninheterogenious,inheterogeneous\r\ninheterogenities,inheterogeneities\r\ninheterogenity,inheterogeneity\r\ninhibitioin,inhibition\r\ninhibitioinal,inhibitional\r\ninhibitioinally,inhibitionally\r\ninhibitioinism,inhibitionism\r\ninhibitioinisms,inhibitionisms\r\ninhibitioinist,inhibitionist\r\ninhibitioinists,inhibitionists\r\ninhibitioins,inhibitions\r\ninhibitoin,inhibition\r\ninhibitoinal,inhibitional\r\ninhibitoinally,inhibitionally\r\ninhibitoinism,inhibitionism\r\ninhibitoinisms,inhibitionisms\r\ninhibitoinist,inhibitionist\r\ninhibitoinists,inhibitionists\r\ninhibitoins,inhibitions\r\ninhibiton,inhibition\r\ninhibitonal,inhibitional\r\ninhibitonally,inhibitionally\r\ninhibitonism,inhibitionism\r\ninhibitonisms,inhibitionisms\r\ninhibitonist,inhibitionist\r\ninhibitonists,inhibitionists\r\ninhibitons,inhibitions\r\ninhibtion,inhibition\r\ninhibtionism,inhibitionism\r\ninhibtionisms,inhibitionisms\r\ninhibtionist,inhibitionist\r\ninhibtionists,inhibitionists\r\ninhibtions,inhibitions\r\ninhislife-time,inhis lifetime\r\ninhome,in home\r\ninhomogenious,inhomogeneous\r\ninhomogenities,inhomogeneities\r\ninhomogenity,inhomogeneity\r\ninhorrability,inhorribility\r\ninhorrable,inhorrible\r\ninhorrables,inhorribles\r\ninhorrably,inhorribly\r\ninhorrablys,inhorriblys\r\ninhospiteable,inhospitable\r\ninhospiteble,inhospitable\r\ninhospitiable,inhospitable\r\ninhospitible,inhospitable\r\ninhospituble,inhospitable\r\ninhostilaties,inhostilities\r\ninhostilaty,inhostility\r\ninhostillities,inhostilities\r\ninhostillity,inhostility\r\ninhostilties,inhostilities\r\ninhostilty,inhostility\r\ninhostities,inhostilities\r\ninhostity,inhostility\r\ninhumaan,inhuman\r\ninhumain,inhuman\r\ninhustism,enthusiasm\r\niniaation,initiation\r\ninialize,initialize\r\ninialized,initialized\r\ninializer,initializer\r\ninializes,initializes\r\ninializing,initializing\r\niniatation,initiation\r\niniatiation,initiation\r\niniatiative,initiation\r\niniation,initiation\r\ninibition,inhibition\r\ninibitionism,inhibitionism\r\ninibitionisms,inhibitionisms\r\ninibitionist,inhibitionist\r\ninibitionists,inhibitionists\r\ninibitions,inhibitions\r\ninication,initiation\r\ninichals,initials\r\ninichation,initiation\r\ninichols,initials\r\ninicialize,initialize\r\ninicials,initials\r\niniciation,initiation\r\niniciations,initiations\r\niniciative,initiative\r\niniciatives,initiatives\r\ninicicles,initials\r\ninicuales,initials\r\ninidans,indians\r\ninidcated,indicated\r\ninidcates,indicates\r\ninidicate,indicate\r\ninidicated,indicated\r\ninidicating,indicating\r\ninidividual,individual\r\ninidvidual,individual\r\ninifinite,infinite\r\ninifinte,infinite\r\ninifite,infinite\r\ninifnite,infinite\r\ninifnitely,infinitely\r\ninifnity,infinity\r\niniform,uniform\r\ninigiation,initiation\r\niniial,initial\r\niniialize,initialize\r\niniitalize,initialize\r\niniitalized,initialized\r\niniitialization,initialization\r\niniline,inline\r\ninimateley,intimately\r\ninimately,intimately\r\ninimation,imitation\r\ninimatley,intimately\r\ninimatly,intimately\r\ninimitible,inimitable\r\ninimitibles,inimitables\r\ninimitibly,inimitably\r\nininconveniences,inconvenience\r\nininite,infinite\r\nininity,infinity\r\ninintelligent,unintelligent\r\nininterested,uninterested\r\nininteresting,uninteresting\r\ninintialization,initialization\r\ninisals,initials\r\niniscent,innocent\r\ninisciation,initiation\r\ninisde,inside\r\ninised,inside\r\ninisghts,insights\r\ninishals,initials\r\ninishasion,initiation\r\ninisheation,initiation\r\ninishiation,initiation\r\ninisials,initials\r\ninisiation,initiation\r\ninisitation,initiation\r\ninistals,initials\r\ninistiation,initiation\r\ninitail,initial\r\ninitailization,initialization\r\ninitailize,initialize\r\ninitailized,initialized\r\ninitailizes,initializes\r\ninitailly,initially\r\ninitails,initials\r\ninitaite,initiate\r\ninitaition,initiation\r\ninitaitives,initiatives\r\ninital,initial\r\ninital-cluster,initial-cluster\r\ninitaled,initialed\r\ninitalese,initialese\r\ninitaling,initialing\r\ninitalisation,initialisation\r\ninitalisations,initialisations\r\ninitalise,initialise\r\ninitalised,initialised\r\ninitaliser,initialiser\r\ninitalisers,initialisers\r\ninitalises,initialises\r\ninitalising,initialising\r\ninitalism,initialism\r\ninitalisms,initialisms\r\ninitalizable,initializable\r\ninitalization,initialization\r\ninitalizations,initializations\r\ninitalize,initialize\r\ninitalized,initialized\r\ninitalizer,initializer\r\ninitalizers,initializers\r\ninitalizes,initializes\r\ninitalizing,initializing\r\ninitalled,initialled\r\ninitalling,initialling\r\ninitally,initially\r\ninitalness,initialness\r\ninitals,initials\r\ninitaly,initially\r\ninitate,initiate\r\ninitated,initiated\r\ninitates,initiates\r\ninitating,initiating\r\ninitation,initiation\r\ninitations,initiations\r\ninitative,initiation\r\ninitatives,initiatives\r\ninitator,initiator\r\ninitators,initiators\r\ninitiailize,initialize\r\ninitiailze,initialize\r\ninitiaition,initiation\r\ninitiaitions,initiations\r\ninitiaitive,initiative\r\ninitiaitives,initiatives\r\ninitiaitve,initiatives\r\ninitiaize,initialize\r\ninitiaized,initialized\r\ninitialatization,initialization\r\ninitiales,initials\r\ninitiali,initial\r\ninitialiation,initialization\r\ninitialiazed,initialized\r\ninitialiazes,initializes\r\ninitialice,initialize\r\ninitialie,initialize\r\ninitialies,initializes\r\ninitialitized,initialized\r\ninitialive,initiative\r\ninitializaion,initialization\r\ninitializaiton,initialization\r\ninitializated,initialized\r\ninitializatin,initialization\r\ninitializating,initializing\r\ninitializeing,initializing\r\ninitializethe,initialize\r\ninitializiation,initialization\r\ninitializin,initializing\r\ninitializinig,initializing\r\ninitializion,initialization\r\ninitializtion,initialization\r\ninitiallized,initialized\r\ninitialoze,initialize\r\ninitialse,initialise\r\ninitialsed,initialised\r\ninitialses,initialises\r\ninitialy,initially\r\ninitialzation,initialization\r\ninitialze,initialize\r\ninitialzed,initialized\r\ninitialzer,initializer\r\ninitialzes,initializing\r\ninitialzie,initialize\r\ninitialzing,initializing\r\ninitiatiate,initiate\r\ninitiatie,initiatives\r\ninitiaties,initiatives\r\ninitiatin,initiation\r\ninitiatioin,initiation\r\ninitiativs,initiatives\r\ninitiatly,initiately\r\ninitiatve,initiate\r\ninitiatves,initiatives\r\ninitiavite,initiatives\r\ninitihls,initials\r\ninitiialization,initialization\r\ninitilaized,initialized\r\ninitilaizer,initializer\r\ninitilazed,initialized\r\ninitiliase,initialise\r\ninitiliased,initialised\r\ninitiliases,initialises\r\ninitiliasing,initialising\r\ninitiliaze,initialize\r\ninitiliazed,initialized\r\ninitiliazes,initializes\r\ninitiliazing,initializing\r\ninitilisation,initialisation\r\ninitilise,initialize\r\ninitilization,initialization\r\ninitilize,initialize\r\ninitilized,initialized\r\ninitilizer,initializer\r\ninitilizes,initializes\r\ninitilizing,initializing\r\ninitimateley,intimately\r\ninitimately,intimately\r\ninitimatley,intimately\r\ninitimatly,intimately\r\niniting,initializing\r\ninitinized,initialized\r\ninition,initial\r\ninitionation,initiation\r\ninitisialisation,initialization\r\ninitisl,initials\r\ninitistion,initiation\r\ninititaive,initiatives\r\ninititalize,initialize\r\ninititate,initiate\r\ninititation,initiation\r\ninititialization,initialization\r\ninititiate,initiate\r\ninititiave,initiatives\r\ninititiaves,initiatives\r\ninitition,initiation\r\ninititions,initiations\r\ninititive,initiative\r\ninititives,initiatives\r\ninitization,initialization\r\ninitized,initialised\r\ninitizialisation,initialization\r\ninitl,inital\r\ninitlialisation,initialisation\r\ninitlise,initialise\r\ninitlization,initialization\r\ninitlize,initialize\r\ninitmacy,intimacy\r\ninitmate,intimate\r\ninitmateley,intimately\r\ninitmately,intimately\r\ninitmatley,intimately\r\ninitmidate,intimidate\r\ninitslife-time,inits lifetime\r\ninituition,initiation\r\ninitution,initiation\r\ninivitation,invitation\r\ninizialize,initialize\r\ninjectavle,injectable\r\ninjectect,injected\r\ninjectected,injected\r\ninjectible,injectable\r\ninjectibles,injectables\r\ninjectibly,injectably\r\ninjectioin,injection\r\ninjectiosn,injections\r\ninjenction,injection\r\ninjered,injured\r\ninjest,ingest\r\ninjested,ingested\r\ninjesting,ingesting\r\ninjestion,ingestion\r\ninjestive,ingestive\r\ninjestives,ingestives\r\ninjests,ingests\r\ninjetion,injection\r\ninjetor,injector\r\ninjore,injure\r\ninjoy,enjoy\r\ninjoyed,enjoyed\r\ninjoying,enjoying\r\ninjucntion,injunction\r\ninjucntions,injunctions\r\ninjucntive,injunctive\r\ninjucntives,injunctives\r\ninjucntivitis,injunctivitis\r\ninjuction,injunction\r\ninjuctions,injunctions\r\ninjuctive,injunctive\r\ninjuctives,injunctives\r\ninjuctivitis,injunctivitis\r\ninjuiry,injury\r\ninjunntion,injunction\r\ninjunntions,injunctions\r\ninjunntive,injunctive\r\ninjunntives,injunctives\r\ninjunntivitis,injunctivitis\r\ninjuntion,injunction\r\ninjuntions,injunctions\r\ninjuntive,injunctive\r\ninjuntives,injunctives\r\ninjuntivitis,injunctivitis\r\ninjur,injure\r\ninjurey,injury\r\ninjuried,injured\r\ninjurred,injured\r\ninjurys,injuries\r\ninjustaces,injustices\r\ninjusticas,injustices\r\ninjustics,injustices\r\ninjustie,injustices\r\ninke,ink\r\ninkompatible,incompatible\r\ninkompetence,incompetence\r\ninkonsistent,inconsistent\r\ninlargement,enlargement\r\ninlcine,incline\r\ninlclude,include\r\ninlcluding,including\r\ninlcude,include\r\ninlcuded,included\r\ninlcudes,includes\r\ninlcuding,including\r\ninlector,injector\r\ninlightening,enlightening\r\ninlinded,inlined\r\ninlineabilty,inlineability\r\ninlinej,inline\r\ninlinging,inlining\r\ninliteectual,intellectual\r\ninllustrate,illustrate\r\ninlne,inline\r\ninlnied,inlined\r\ninlucde,include\r\ninlude,include\r\ninluded,included\r\ninludes,includes\r\ninluding,including\r\ninlusion,inclusion\r\ninlusions,inclusions\r\ninlusive,inclusive\r\ninlusively,inclusively\r\ninmany,in many\r\ninmature,immature\r\ninmatures,immatures\r\ninmaturi,immaturi\r\ninmeadiatly,inmeadiately\r\ninmedently,immediately\r\ninmediantly,immediately\r\ninmediate,immediate\r\ninmediatelly,immediately\r\ninmediately,immediately\r\ninmediatemente,immediatemente\r\ninmediatez,immediatez\r\ninmediatly,inmediately\r\ninmedtly,immediately\r\ninmense,immense\r\ninmensely,immensely\r\ninmersability,inmersibility\r\ninmersable,inmersible\r\ninmersably,inmersibly\r\ninmidiatly,inmidiately\r\ninmigrant,immigrant\r\ninmigrants,immigrants\r\ninmigrate,immigrate\r\ninminenc,imminenc\r\ninminent,imminent\r\ninminente,imminente\r\ninminentes,imminentes\r\ninmistakeable,inmistakable\r\ninmistakeble,inmistakable\r\ninmistakiable,inmistakable\r\ninmistakible,inmistakable\r\ninmistakuble,inmistakable\r\ninmmediatly,inmmediately\r\ninmotilaties,inmotilities\r\ninmotilaty,inmotility\r\ninmotillities,inmotilities\r\ninmotillity,inmotility\r\ninmotilties,inmotilities\r\ninmotilty,inmotility\r\ninmotities,inmotilities\r\ninmotity,inmotility\r\ninmounts,instruments\r\ninmplementation,implementation\r\ninmsonia,insomnia\r\ninmune,immune\r\ninmunes,immunes\r\ninmunex,immunex\r\ninmunibus,immunibus\r\ninmunication,immunication\r\ninmunidad,immunidad\r\ninmunihistochemistry,immunihistochemistry\r\ninmunilife,immunilife\r\ninmunis,immunis\r\ninmunisation,immunisation\r\ninmunitaria,immunitaria\r\ninmunitario,immunitario\r\ninmunity,immunity\r\ninmunityumcfp,immunityumcfp\r\ninmunizacin,immunizacin\r\ninmunizacion,immunizacion\r\ninmunizaciones,immunizaciones\r\ninmunizarnos,immunizarnos\r\ninmunization,immunization\r\ninmunizations,immunizations\r\ninmunoanalisis,immunoanalisis\r\ninmunoartro,immunoartro\r\ninmunoassay,immunoassay\r\ninmunobiologia,immunobiologia\r\ninmunocompatibles,immunocompatibles\r\ninmunocompetente,immunocompetente\r\ninmunocomprometida,immunocomprometida\r\ninmunocomprometidos,immunocomprometidos\r\ninmunocompromised,immunocompromised\r\ninmunodefficiency,immunodefficiency\r\ninmunodeficiencias,immunodeficiencias\r\ninmunodeprimido,immunodeprimido\r\ninmunodeprimidos,immunodeprimidos\r\ninmunodetection,immunodetection\r\ninmunoensayo,immunoensayo\r\ninmunoensayos,immunoensayos\r\ninmunoestimulante,immunoestimulante\r\ninmunofenotipado,immunofenotipado\r\ninmunogenicidad,immunogenicidad\r\ninmunoglobulina,immunoglobulina\r\ninmunoglobulinas,immunoglobulinas\r\ninmunohistochemical,immunohistochemical\r\ninmunoinsectos,immunoinsectos\r\ninmunokast,immunokast\r\ninmunol,immunol\r\ninmunolgico,immunolgico\r\ninmunologco,immunologco\r\ninmunologia,immunologia\r\ninmunologic,immunologic\r\ninmunologico,immunologico\r\ninmunology,immunology\r\ninmunomediadas,immunomediadas\r\ninmunomodulador,immunomodulador\r\ninmunomoduladoras,immunomoduladoras\r\ninmunomodulator,immunomodulator\r\ninmunoperoxidasa,immunoperoxidasa\r\ninmunoproduction,immunoproduction\r\ninmunoquimica,immunoquimica\r\ninmunosupresores,immunosupresores\r\ninmunosurveillance,immunosurveillance\r\ninmunotec,immunotec\r\ninmunotek,immunotek\r\ninmunotoxicidad,immunotoxicidad\r\ninmunova,immunova\r\ninmutation,imitation\r\ninnaccessibilty,innaccessibility\r\ninnaccuracies,inaccuracies\r\ninnaccuracy,inaccuracy\r\ninnaccurate,inaccurate\r\ninnaccurately,inaccurately\r\ninnacent,innocent\r\ninnacsesible,inaccessible\r\ninnacuracies,inaccuracies\r\ninnacuracy,inaccuracy\r\ninnacurate,inaccurate\r\ninnacurately,inaccurately\r\ninnappropriate,inappropriate\r\ninnapropiatly,innapropiately\r\ninnapropriate,inappropriate\r\ninnatation,initiation\r\ninnaugurate,inaugurate\r\ninnauguration,inauguration\r\ninncidentally,incidentally\r\ninncluded,included\r\ninnder,inner\r\ninneation,initiation\r\ninnecessary,unnecessary\r\ninneciation,initiation\r\ninneffective,ineffective\r\ninnefficient,inefficient\r\ninneficiant,inefficient\r\ninnensely,immensely\r\ninnersection,intersection\r\ninnerstellar,interstellar\r\ninnervatioin,innervation\r\ninnesiation,initiation\r\ninnetiation,initiation\r\ninnformation,information\r\ninniation,initiation\r\ninnicent,innocent\r\ninniciation,initiation\r\ninniseation,initiation\r\ninnishaion,initiation\r\ninnishals,initials\r\ninnishation,initiation\r\ninnital,initial\r\ninnitally,initially\r\ninnitals,initials\r\ninnitation,initiation\r\ninnitial,initials\r\ninnitialize,initialize\r\ninnitially,initially\r\ninnitials,initials\r\ninnitialy,initially\r\ninnitiates,initiates\r\ninnitiation,initiation\r\ninnition,initiation\r\ninnituation,initiation\r\ninnnate,innate\r\ninnnately,innately\r\ninnner,inner\r\ninnnocent,innocent\r\ninnnocents,innocents\r\ninnnocuous,innocuous\r\ninnnovate,innovate\r\ninnnovated,innovated\r\ninnnovati,innovati\r\ninnnovating,innovating\r\ninnnovation,innovation\r\ninnnovationen,innovationen\r\ninnnovations,innovations\r\ninnnovative,innovative\r\ninnnuendo,innuendo\r\ninnnuendoes,innuendoes\r\ninnoavtion,innovations\r\ninnocculated,inoculated\r\ninnocculation,inoculation\r\ninnocens,innocents\r\ninnocense,innocent\r\ninnocenters,innocents\r\ninnocentes,innocents\r\ninnocnce,innocent\r\ninnoculant,inoculant\r\ninnoculants,inoculants\r\ninnoculate,inoculate\r\ninnoculated,inoculated\r\ninnoculates,inoculates\r\ninnoculations,inoculations\r\ninnoculator,inoculator\r\ninnocuos,innocuous\r\ninnoint,innocent\r\ninnonce,innocent\r\ninnoncent,innocent\r\ninnorcent,innocent\r\ninnoscent,innocent\r\ninnosense,innocence\r\ninnosent,innocent\r\ninnotation,innovation\r\ninnoteable,innotable\r\ninnoteble,innotable\r\ninnotiable,innotable\r\ninnotible,innotable\r\ninnotuble,innotable\r\ninnoucous,innocuous\r\ninnovacion,innovation\r\ninnovaciy,innovacity\r\ninnovaiton,innovations\r\ninnovatief,innovate\r\ninnovaties,innovate\r\ninnovatin,innovations\r\ninnovatioin,innovation\r\ninnovativly,innovatively\r\ninnovativo,innovation\r\ninnovatly,innovately\r\ninnovatoin,innovation\r\ninnovatoins,innovations\r\ninnovatve,innovate\r\ninnt,inn\r\ninnter,inner\r\ninnterface,interface\r\ninnundate,inundate\r\ninnundated,inundated\r\ninnundation,inundation\r\ninnutreince,innutrience\r\ninnutreinced,innutrienced\r\ninnutriance,innutrience\r\ninnutrianced,innutrienced\r\ninnutritence,innutrience\r\ninnutritenced,innutrienced\r\ninnvoate,innovate\r\ninnvoation,innovation\r\ninocations,invocations\r\ninoccent,innocent\r\ninocculant,inoculant\r\ninocculate,inoculate\r\ninocculated,inoculated\r\ninocculation,inoculation\r\ninocculations,inoculations\r\ninocence,innocence\r\ninocent,innocent\r\ninocenta,innocenta\r\ninocentamente,innocentamente\r\ninocentboobies,innocentboobies\r\ninocentchildren,innocentchildren\r\ninocentdauxxx,innocentdauxxx\r\ninocente,innocente\r\ninocentemmy,innocentemmy\r\ninocentemy,innocentemy\r\ninocentes,innocentes\r\ninocenti,innocenti\r\ninocentia,innocentia\r\ninocentiu,innocentiu\r\ninocentkitty,innocentkitty\r\ninocentkity,innocentkity\r\ninocently,innocently\r\ninocentos,innocentos\r\ninocents,innocents\r\ninocience,innocent\r\ninocient,innocent\r\ninocuous,innocuous\r\ninocuoush,innocuoush\r\ninof,info\r\ninoffical,unofficial\r\ninofficial,unofficial\r\ninofficially,unofficially\r\ninoframation,information\r\ninoframational,informational\r\ninoframations,informations\r\ninoframative,informative\r\ninoframatively,informatively\r\ninofrmation,information\r\ninofrmational,informational\r\ninofrmations,informations\r\ninofrmative,informative\r\ninofrmatively,informatively\r\ninoke,invoke\r\ninoked,invoked\r\ninoking,invoking\r\ninoncent,innocent\r\ninopposeable,inopposable\r\ninopposeble,inopposable\r\ninopposiable,inopposable\r\ninopposible,inopposable\r\ninopposuble,inopposable\r\ninoput,input\r\ninorder,in order\r\ninore,ignore\r\ninoreince,inorience\r\ninoreinced,inorienced\r\ninoriance,inorience\r\ninorianced,inorienced\r\ninoritence,inorience\r\ninoritenced,inorienced\r\ninormation,information\r\ninorrectly,incorrectly\r\ninoscent,innocent\r\ninosent,innocent\r\ninostensability,inostensibility\r\ninostensable,inostensible\r\ninostensably,inostensibly\r\ninot,into\r\ninotation,imitation\r\ninout,input\r\ninovate,innovate\r\ninovatec,innovatec\r\ninovatecground,innovatecground\r\ninovatech,innovatech\r\ninovatecstainless,innovatecstainless\r\ninovated,innovated\r\ninovatel,innovatel\r\ninovater,innovater\r\ninovaters,innovaters\r\ninovates,innovates\r\ninovateus,innovateus\r\ninovatex,innovatex\r\ninovati,innovati\r\ninovatia,innovatia\r\ninovatic,innovatic\r\ninovatica,innovatica\r\ninovaticus,innovaticus\r\ninovatie,innovatie\r\ninovatieum,innovatieum\r\ninovatif,innovatif\r\ninovatifnya,innovatifnya\r\ninovatii,innovatii\r\ninovatik,innovatik\r\ninovating,innovating\r\ninovation,innovation\r\ninovational,innovational\r\ninovationen,innovationen\r\ninovations,innovations\r\ninovatiove,innovatiove\r\ninovatiq,innovatiq\r\ninovativ,innovativ\r\ninovativa,innovativa\r\ninovativas,innovativas\r\ninovative,innovative\r\ninovatively,innovatively\r\ninovativen,innovativen\r\ninovativeness,innovativeness\r\ninovatives,innovatives\r\ninovativhosti,innovativhosti\r\ninovativna,innovativna\r\ninovativne,innovativne\r\ninovativnega,innovativnega\r\ninovativni,innovativni\r\ninovativnih,innovativnih\r\ninovativnim,innovativnim\r\ninovativno,innovativno\r\ninovativnog,innovativnog\r\ninovativnost,innovativnost\r\ninovativnosti,innovativnosti\r\ninovativo,innovativo\r\ninovativu,innovativu\r\ninovatix,innovatix\r\ninovice,invoice\r\ninovke,invoke\r\ninovked,invoked\r\ninovker,invoker\r\ninpact,impact\r\ninpartial,impartial\r\ninpartiality,impartiality\r\ninpartially,impartially\r\ninparticular,in particular\r\ninpateince,inpatience\r\ninpateinces,inpatiences\r\ninpateint,inpatient\r\ninpatiance,inpatience\r\ninpatiances,inpatiences\r\ninpatiant,inpatient\r\ninpeach,impeach\r\ninpect,inspect\r\ninpection,inception\r\ninpections,inspections\r\ninpector,inspector\r\ninpectors,inspectors\r\ninpelements,implements\r\ninpending,impending\r\ninpenetrability,impenetrability\r\ninpenetrable,impenetrable\r\ninperceptability,inperceptibility\r\ninperceptable,inperceptible\r\ninperceptably,inperceptibly\r\ninperfections,imperfections\r\ninpersonate,impersonate\r\ninpersonating,impersonating\r\ninpersonation,impersonation\r\ninpersonator,impersonator\r\ninpiration,inspiration\r\ninpirational,inspirational\r\ninpirations,inspirations\r\ninpire,inspire\r\ninpired,inspired\r\ninpires,inspires\r\ninpiring,inspiring\r\ninplace,in-place\r\ninplausability,inplausibility\r\ninplausable,inplausible\r\ninplausably,inplausibly\r\ninplementation,implementation\r\ninplementations,implementations\r\ninplementing,implementing\r\ninplements,implements\r\ninplications,implications\r\ninployee,employees\r\ninployer,employer\r\ninpolite,impolite\r\ninport,input\r\ninportance,importance\r\ninportant,important\r\ninportante,importante\r\ninportantly,importantly\r\ninpose,impose\r\ninpossability,inpossibility\r\ninpossable,inpossible\r\ninpossably,inpossibly\r\ninpossibility,impossibility\r\ninpossible,impossible\r\ninpossibleoreo,impossibleoreo\r\ninpout,input\r\ninpoverished,impoverished\r\ninpput,input\r\ninpredictable,unpredictable\r\ninpresssed,inpressed\r\ninprestion,impression\r\ninprint,imprint\r\ninprisonment,imprisonment\r\ninprocess,in-process\r\ninproductive,unproductive\r\ninproper,improper\r\ninproperly,improperly\r\ninprove,improve\r\ninproved,improved\r\ninprovement,improvement\r\ninprovements,improvements\r\ninproverbs,improverbs\r\ninprovers,improvers\r\ninproves,improves\r\ninprovibg,improvibg\r\ninprovice,improvice\r\ninprovides,improvides\r\ninproviding,improviding\r\ninprovince,improvince\r\ninproving,improving\r\ninprovingand,improvingand\r\ninprovisation,improvisation\r\ninprovisational,improvisational\r\ninprovising,improvising\r\ninprovment,inprovement\r\ninprureince,inprurience\r\ninprureinced,inprurienced\r\ninpruriance,inprurience\r\ninprurianced,inprurienced\r\ninpruritence,inprurience\r\ninpruritenced,inprurienced\r\ninpsect,inspect\r\ninpsection,inspection\r\ninpsector,inspector\r\ninpsiration,inspiration\r\ninpsirational,inspirational\r\ninpsirations,inspirations\r\ninpsire,inspire\r\ninpsired,inspired\r\ninpsires,inspires\r\ninpsiring,inspiring\r\ninptu,input\r\ninpus,inputs\r\ninputdimension,input\r\ninpute,input\r\ninputi,input\r\ninputing,inputting\r\ninputq,input\r\ninputsopear,inputs\r\ninputtted,inputted\r\ninputtting,inputting\r\ninquair,enquire\r\ninquier,inquire\r\ninquierer,inquirer\r\ninquir,inquire\r\ninquirey,inquiry\r\ninquirie,inquire\r\ninquiriy,inquiry\r\ninquisator,inquisitor\r\ninquisicion,inquisition\r\ninquisidor,inquisitor\r\ninquisistor,inquisitor\r\ninquisiter,inquisitor\r\ninquisiting,inquisition\r\ninquisitio,inquisitor\r\ninquisitior,inquisitor\r\ninquisitir,inquisitor\r\ninquisitivo,inquisition\r\ninquisito,inquisition\r\ninquisitoin,inquisition\r\ninquisitoins,inquisitions\r\ninquisiton,inquisition\r\ninquisitons,inquisitions\r\ninquisitr,inquisitor\r\ninquistion,inquisition\r\ninquistions,inquisitions\r\ninquistior,inquisitor\r\ninquizition,inquisition\r\ninquizitor,inquisitor\r\ninquoteince,inquotience\r\ninquoteinces,inquotiences\r\ninquoteint,inquotient\r\ninquotiance,inquotience\r\ninquotiances,inquotiences\r\ninquotiant,inquotient\r\ninqure,enquire\r\ninquries,inquiries\r\ninquriy,inquiry\r\ninqusitior,inquisitor\r\ninrastructure,infrastructure\r\ninreadeable,inreadable\r\ninreadeble,inreadable\r\ninreasoneable,inreasonable\r\ninreasoneble,inreasonable\r\ninrechargeeable,inrechargeable\r\ninrechargeeble,inrechargeable\r\ninrecogniseable,inrecognisable\r\ninrecogniseble,inrecognisable\r\ninrecognizeable,inrecognizable\r\ninrecognizeble,inrecognizable\r\ninreconcileable,inreconcilable\r\ninreconcileble,inreconcilable\r\ninrecovereable,inrecoverable\r\ninrecovereble,inrecoverable\r\ninrecycleable,inrecyclable\r\ninrecycleble,inrecyclable\r\ninredeemeable,inredeemable\r\ninredeemeble,inredeemable\r\ninrefaces,interfaces\r\ninremarkeable,inremarkable\r\ninremarkeble,inremarkable\r\ninremented,incremented\r\ninremoveable,inremovable\r\ninremoveble,inremovable\r\ninreneweable,inrenewable\r\ninreneweble,inrenewable\r\ninrepaireable,inrepairable\r\ninrepaireble,inrepairable\r\ninrepareable,inreparable\r\ninrepareble,inreparable\r\ninrepealeable,inrepealable\r\ninrepealeble,inrepealable\r\ninrepeateable,inrepeatable\r\ninrepeateble,inrepeatable\r\ninreplaceeable,inreplaceable\r\ninreplaceeble,inreplaceable\r\ninreputeable,inreputable\r\ninreputeble,inreputable\r\ninresistability,inresistibility\r\ninresistable,irresistible\r\ninresistably,inresistibly\r\ninresistible,irresistible\r\ninresponsible,irresponsible\r\ninresponsive,unresponsive\r\ninressitable,irresistible\r\ninrestable,irresistible\r\ninrested,inserted\r\ninresting,inserting\r\ninreversability,inreversibility\r\ninreversable,inreversible\r\ninreversably,inreversibly\r\ninrevieweable,inreviewable\r\ninrevieweble,inreviewable\r\ninrevoceable,inrevocable\r\ninrevoceble,inrevocable\r\ninroduced,introduced\r\ninroductory,introductory\r\ninrospection,introspection\r\nins't,isn't\r\ninsaldentally,incidentally\r\ninsall,install\r\ninsallation,installation\r\ninsalled,installed\r\ninsaller,installer\r\ninsance,instance\r\ninsances,instances\r\ninsanelly,insanely\r\ninsaney,insanely\r\ninsanley,insanely\r\ninsantiate,instantiate\r\ninsatcne,instance\r\ninsatll,install\r\ninsatlled,installed\r\ninsatlling,installing\r\ninscaleable,inscalable\r\ninscaleble,inscalable\r\ninscaliable,inscalable\r\ninscalible,inscalable\r\ninscaluble,inscalable\r\ninscentily,incidentally\r\ninscets,insects\r\ninsciendently,incidentally\r\ninsciition,inscription\r\ninsciitions,inscriptions\r\ninsciiton,inscription\r\ninsciitons,inscriptions\r\ninscipition,inscription\r\ninscipitions,inscriptions\r\ninscipiton,inscription\r\ninscipitons,inscriptions\r\ninscipton,inscription\r\ninsciptons,inscriptions\r\ninsciton,inscription\r\ninscitons,inscriptions\r\ninscope,in-scope\r\ninscrease,increase\r\ninscriition,inscription\r\ninscriitions,inscriptions\r\ninscriiton,inscription\r\ninscriitons,inscriptions\r\ninscripition,inscription\r\ninscripitions,inscriptions\r\ninscripiton,inscription\r\ninscripitons,inscriptions\r\ninscripton,inscription\r\ninscriptons,inscriptions\r\ninscriton,inscription\r\ninscritons,inscriptions\r\ninscrutablility,inscrutability\r\ninscrutible,inscrutable\r\ninscrution,instruction\r\ninsde,inside\r\ninsead,instead\r\ninsecruities,insecurities\r\ninsecruity,insecurity\r\ninsectes,insects\r\ninsectivare,insectivore\r\ninsectivares,insectivores\r\ninsectivarous,insectivorous\r\ninsectivarously,insectivorously\r\ninsectivere,insectivore\r\ninsectiveres,insectivores\r\ninsectiverous,insectivorous\r\ninsectiverously,insectivorously\r\ninsectivire,insectivore\r\ninsectivires,insectivores\r\ninsectivirous,insectivorous\r\ninsectivirously,insectivorously\r\ninsectivure,insectivore\r\ninsectivures,insectivores\r\ninsectivurous,insectivorous\r\ninsectivurously,insectivorously\r\ninsector,inspector\r\ninsectos,insects\r\ninsecuireties,insecurities\r\ninsecuirety,insecurity\r\ninsecuirties,insecurities\r\ninsecuirty,insecurity\r\ninsecureties,insecurities\r\ninsecurety,insecurity\r\ninsecurites,insecurities\r\ninsecuritites,insecurities\r\ninsecurties,insecurities\r\ninsecurty,insecurity\r\ninsed,inside\r\ninsedentaly,incidentally\r\ninsedently,incidentally\r\ninsedintly,incidentally\r\ninseldently,incidentally\r\ninselt,insult\r\ninsendelatly,incidentally\r\ninsendently,incidentally\r\ninsenitive,insensitive\r\ninsensability,insensibility\r\ninsensable,insensible\r\ninsensably,insensibly\r\ninsensative,insensitive\r\ninsensatively,insensitively\r\ninsensativity,insensitivity\r\ninsense,incense\r\ninsensetive,insensitive\r\ninsensistive,insensitive\r\ninsensistively,insensitively\r\ninsensiteve,insensitive\r\ninsensitives,insensitive\r\ninsensitivies,insensitivities\r\ninsensitivites,insensitivities\r\ninsensitivly,insensitively\r\ninsensitve,insensitive\r\ninsensitvity,insensitivity\r\ninsenstive,insensitive\r\ninsenstively,insensitively\r\ninsenstivity,insensitivity\r\ninsent,innocent\r\ninsenteince,insentience\r\ninsenteinces,insentiences\r\ninsenteint,insentient\r\ninsentiance,insentience\r\ninsentiances,insentiences\r\ninsentiant,insentient\r\ninsentitive,insensitive\r\ninsentive,incentive\r\ninsentivised,insensitive\r\ninsentivises,insensitive\r\ninsepareable,inseparable\r\ninsepareably,inseparably\r\ninsepareate,inseparate\r\ninsepareated,inseparated\r\ninsepareately,inseparately\r\ninsepareates,inseparates\r\ninsepareating,inseparating\r\ninsepareatings,inseparatings\r\ninsepareation,inseparation\r\ninsepareations,inseparations\r\ninsepareatism,inseparatism\r\ninsepareatisms,inseparatisms\r\ninsepareatist,inseparatist\r\ninsepareatists,inseparatists\r\ninsepareble,inseparable\r\ninseparebly,inseparably\r\ninseparete,inseparate\r\ninsepareted,inseparated\r\ninseparetely,inseparately\r\ninseparetes,inseparates\r\ninsepareting,inseparating\r\ninseparetings,inseparatings\r\ninseparetion,inseparation\r\ninseparetions,inseparations\r\ninseparetism,inseparatism\r\ninseparetisms,inseparatisms\r\ninseparetist,inseparatist\r\ninseparetists,inseparatists\r\ninsepct,inspect\r\ninsepction,inspection\r\ninsepctions,inspections\r\ninsepctor,inspector\r\ninsepctors,inspectors\r\ninseperable,inseparable\r\ninseperably,inseparably\r\ninseperate,inseparate\r\ninseperated,inseparated\r\ninseperately,inseparately\r\ninseperates,inseparates\r\ninseperating,inseparating\r\ninseperatings,inseparatings\r\ninseperation,inseparation\r\ninseperations,inseparations\r\ninseperatism,inseparatism\r\ninseperatisms,inseparatisms\r\ninseperatist,inseparatist\r\ninseperatists,inseparatists\r\ninsepereble,inseparable\r\ninseperebly,inseparably\r\ninseperete,inseparate\r\ninsepereted,inseparated\r\ninseperetely,inseparately\r\ninseperetes,inseparates\r\ninsepereting,inseparating\r\ninseperetings,inseparatings\r\ninseperetion,inseparation\r\ninseperetions,inseparations\r\ninseperetism,inseparatism\r\ninseperetisms,inseparatisms\r\ninseperetist,inseparatist\r\ninseperetists,inseparatists\r\ninseprable,inseparable\r\ninseprably,inseparably\r\ninseprate,inseparate\r\ninseprated,inseparated\r\ninseprately,inseparately\r\ninseprates,inseparates\r\ninseprating,inseparating\r\ninsepratings,inseparatings\r\ninsepration,inseparation\r\ninseprations,inseparations\r\ninsepratism,inseparatism\r\ninsepratisms,inseparatisms\r\ninsepratist,inseparatist\r\ninsepratists,inseparatists\r\ninser,insert\r\ninsering,inserting\r\ninserments,instruments\r\ninsermons,instruments\r\ninsersion,insertion\r\ninsertas,inserts\r\ninsertes,inserts\r\ninsertioin,insertion\r\ninsertiosn,insertions\r\ninsertos,inserts\r\ninsertting,inserting\r\ninservice,in service\r\ninsest,insist\r\ninsetad,instead\r\ninsetaly,incidentally\r\ninseted,inserted\r\ninsetion,insertion\r\ninsfrastructure,infrastructure\r\ninsid,inside\r\ninsided,inside\r\ninsidenately,incidentally\r\ninsidentally,incidentally\r\ninsidentaly,incidentally\r\ninsidentily,incidentally\r\ninsidentley,incidentally\r\ninsidently,incidentally\r\ninsideous,insidious\r\ninsidios,insidious\r\ninsidiuos,insidious\r\ninsightfuly,insightfully\r\ninsigificance,insignificance\r\ninsigificant,insignificant\r\ninsigificantly,insignificantly\r\ninsiginficant,insignificant\r\ninsiginifcant,insignificant\r\ninsiginificance,insignificance\r\ninsiginificant,insignificant\r\ninsiginificantly,insignificantly\r\ninsignfcance,insignificance\r\ninsignfcant,insignificant\r\ninsignfcantly,insignificantly\r\ninsignfgance,insignificance\r\ninsignfgant,insignificant\r\ninsignfgantly,insignificantly\r\ninsignficance,insignificance\r\ninsignficant,insignificant\r\ninsignficantly,insignificantly\r\ninsignficiance,insignificance\r\ninsignficiant,insignificant\r\ninsignficiantly,insignificantly\r\ninsignfigance,insignificance\r\ninsignfigant,insignificant\r\ninsignfigantly,insignificantly\r\ninsignifacance,insignificance\r\ninsignifacant,insignificant\r\ninsignifacantly,insignificantly\r\ninsignifacence,insignificance\r\ninsignifacent,insignificant\r\ninsignifacently,insignificantly\r\ninsignifacnce,insignificance\r\ninsignifacnt,insignificant\r\ninsignifacntly,insignificantly\r\ninsignifance,insignificance\r\ninsignifant,insignificant\r\ninsignifantly,insignificantly\r\ninsignifcance,insignificance\r\ninsignifcant,insignificant\r\ninsignifcantly,insignificantly\r\ninsignifgance,insignificance\r\ninsignifgant,insignificant\r\ninsignifgantly,insignificantly\r\ninsignifiant,insignificant\r\ninsignificace,insignificance\r\ninsignificat,insignificant\r\ninsignificatly,insignificantly\r\ninsignificence,insignificance\r\ninsignificent,insignificant\r\ninsignificently,insignificantly\r\ninsignificunt,insignificant\r\ninsignifigance,insignificance\r\ninsignifigant,insignificant\r\ninsignifigantly,insignificantly\r\ninsignts,insights\r\ninsigtful,insightful\r\ninsigths,insights\r\ninsigts,insights\r\ninsinally,incidentally\r\ninsinerate,incinerate\r\ninsinerated,incinerated\r\ninsineratehymn,incineratehymn\r\ninsinerator,incinerator\r\ninsinuationg,insinuating\r\ninsipired,inspired\r\ninsipration,inspiration\r\ninsiprational,inspirational\r\ninsipre,inspire\r\ninsipred,inspired\r\ninsipres,inspires\r\ninsipring,inspiring\r\ninsistance,insistence\r\ninsistances,insistences\r\ninsistant,insistent\r\ninsistas,insists\r\ninsistenet,insistent\r\ninsistente,insistence\r\ninsistenze,insistence\r\ninsistes,insists\r\ninsistince,insistence\r\ninsistis,insists\r\ninsite,insight\r\ninsitute,institute\r\ninsituted,instituted\r\ninsitutes,institutes\r\ninsituting,instituting\r\ninsitution,institution\r\ninsitutional,institutional\r\ninsitutionalised,institutionalised\r\ninsitutionalize,institutionalize\r\ninsitutionalized,institutionalized\r\ninsitutionally,institutionally\r\ninsitutionalracism,institutionalracism\r\ninsitutionen,institutionen\r\ninsitutionnel,institutionnel\r\ninsitutions,institutions\r\ninsivisiblity,insivisibility\r\ninsluated,insulated\r\ninsluts,insults\r\ninsmains,instruments\r\ninsmetne,instruments\r\ninsmonia,insomnia\r\ninsodently,incidentally\r\ninsolated,isolated\r\ninsolation,isolation\r\ninsolt,insult\r\ninsoluability,insolubility\r\ninsoluable,insoluble\r\ninsoluably,insolubly\r\ninsome,in some\r\ninsomina,insomnia\r\ninsonmia,insomnia\r\ninsparation,inspiration\r\ninspec,inspect\r\ninspeccion,inspection\r\ninspeciton,inspections\r\ninspecor,inspector\r\ninspecti,inspect\r\ninspecticon,inspection\r\ninspectin,inspection\r\ninspecto,inspector\r\ninspectons,inspections\r\ninspectoras,inspectors\r\ninspectres,inspectors\r\ninspektion,inspection\r\ninspektors,inspectors\r\ninspent,inspect\r\ninsperation,inspiration\r\ninsperational,inspirational\r\ninspeting,inspecting\r\ninspiracion,inspiration\r\ninspiraste,inspires\r\ninspirated,inspired\r\ninspirating,inspiration\r\ninspiratioin,inspiration\r\ninspiratioins,inspirations\r\ninspirationaly,inspirationally\r\ninspirationnal,inspirational\r\ninspiratoin,inspiration\r\ninspiratoinal,inspirational\r\ninspiraton,inspiration\r\ninspirerad,inspired\r\ninspireras,inspires\r\ninspiritional,inspirational\r\ninspirrrrrrrred,inspirred\r\ninspite,in spite\r\ninspriation,inspiration\r\ninspriational,inspirational\r\ninspried,inspired\r\ninspries,inspires\r\ninspriration,inspiration\r\ninsrament,instruments\r\ninsrance,instance\r\ninsribe,inscribe\r\ninsribed,inscribed\r\ninsribing,inscribing\r\ninsripted,inscripted\r\ninsription,inscription\r\ninsriptions,inscriptions\r\ninsromet,instrument\r\ninsruct,instruct\r\ninsructed,instructed\r\ninsruction,instruction\r\ninsructions,instructions\r\ninsructor,instructor\r\ninsructors,instructors\r\ninsructs,instructs\r\ninsrugency,insurgency\r\ninsrument,instrument\r\ninsrumental,instrumental\r\ninsrumentalism,instrumentalism\r\ninsrumentalisms,instrumentalisms\r\ninsrumentalist,instrumentalist\r\ninsrumentalists,instrumentalists\r\ninsrumentalities,instrumentalities\r\ninsrumentality,instrumentality\r\ninsrumentally,instrumentally\r\ninsrumentals,instrumentals\r\ninsrumentation,instrumentation\r\ninsruments,instruments\r\ninssurect,insurrect\r\ninssurected,insurrected\r\ninssurecting,insurrecting\r\ninssurection,insurrection\r\ninssurections,insurrections\r\ninssurects,insurrects\r\ninstaance,instance\r\ninstabiliy,instability\r\ninstabillity,instability\r\ninstabilt,instability\r\ninstabilty,instability\r\ninstable,unstable\r\ninstablility,instability\r\ninstablities,instabilities\r\ninstablity,instability\r\ninstabul,istanbul\r\ninstace,instance\r\ninstaces,instances\r\ninstacnce,instance\r\ninstacne,instance\r\ninstad,instead\r\ninstade,instead\r\ninstaead,instead\r\ninstaed,instead\r\ninstafllation,installation\r\ninstagrammabilty,instagrammability\r\ninstagrammmer,instagrammer\r\ninstagrammmers,instagrammers\r\ninstagrammming,instagramming\r\ninstakked,installed\r\ninstalaltion,installations\r\ninstalatins,installations\r\ninstalatioin,instalation\r\ninstalation,installation\r\ninstalations,installations\r\ninstaled,installed\r\ninstaleld,installed\r\ninstalement,installment\r\ninstaling,installing\r\ninstalla,install\r\ninstallabe,installable\r\ninstallaction,installation\r\ninstallaed,installed\r\ninstallaer,installer\r\ninstallaion,installation\r\ninstallaitoni,installation\r\ninstallalation,installation\r\ninstallaltion,installation\r\ninstallataion,installation\r\ninstallatation,installation\r\ninstallatin,installations\r\ninstallating,installing\r\ninstallatioin,installation\r\ninstallationchrome,installation\r\ninstallationg,installation\r\ninstallatios,installations\r\ninstallatoin,installation\r\ninstallatoins,installations\r\ninstallaton,installation\r\ninstallatons,installations\r\ninstalle,installer\r\ninstalleer,installer\r\ninstalleert,installer\r\ninstallement,installment\r\ninstallemnt,installment\r\ninstallent,installment\r\ninstallert,installer\r\ninstalles,installs\r\ninstallesd,installs\r\ninstallingn,installing\r\ninstallion,installing\r\ninstallions,installations\r\ninstallition,installation\r\ninstalll,install\r\ninstallled,installed\r\ninstalller,installer\r\ninstalllers,installers\r\ninstallling,installing\r\ninstalllion,installion\r\ninstallmant,installment\r\ninstallmentaly,installmentally\r\ninstallng,installing\r\ninstallt,install\r\ninstalltion,installation\r\ninstalltions,installations\r\ninstallupgrade,install\r\ninstallus,installs\r\ninstallying,installing\r\ninstaly,instally\r\ninstaments,instruments\r\ninstanace,instance\r\ninstanatiation,instantiation\r\ninstanbul,istanbul\r\ninstanc,instance\r\ninstanceiate,instantiate\r\ninstances's,instances\r\ninstanciate,instantiate\r\ninstanciated,instantiated\r\ninstanciates,instantiates\r\ninstanciating,instantiating\r\ninstanciation,instantiation\r\ninstanciations,instantiations\r\ninstancied,instantiated\r\ninstancieted,instantiated\r\ninstancoef,instanceof\r\ninstanctiation,instantiation\r\ninstane,instance\r\ninstanece,instance\r\ninstaneous,instantaneous\r\ninstanes,instances\r\ninstange,instance\r\ninstaniate,instantiate\r\ninstaniating,instantiating\r\ninstanitate,instantiate\r\ninstankce,instance\r\ninstanlly,instnally\r\ninstanly,instantly\r\ninstanse,instances\r\ninstansiate,instantiate\r\ninstansiating,instantiating\r\ninstansiation,instantiation\r\ninstantaenous,instantaneous\r\ninstantaly,instantally\r\ninstantanely,instantaneously\r\ninstantaneos,instantaneous\r\ninstantaneoulsy,instantaneous\r\ninstantaneu,instantaneous\r\ninstantaneuos,instantaneous\r\ninstantaneus,instantaneous\r\ninstantanious,instantaneous\r\ninstantaniously,instantaneously\r\ninstantanous,instantaneous\r\ninstantanuos,instantaneous\r\ninstantate,instantiate\r\ninstantated,instantiated\r\ninstantating,instantiating\r\ninstantation,instantiation\r\ninstantatly,instantately\r\ninstanteneous,instantaneous\r\ninstantenious,instantaneous\r\ninstantiaing,instantiating\r\ninstantiant,instantiate\r\ninstantiante,instantiate\r\ninstantiat,instantiate\r\ninstantiatable,instantiate-able\r\ninstantiataed,instantiated\r\ninstantiaton,instantiation\r\ninstantiats,instantiates\r\ninstanticated,instantiated\r\ninstantied,instantiated\r\ninstanting,instantiating\r\ninstantion,instantiation\r\ninstantitate,instantiate\r\ninstanty,instantly\r\ninstarme,instruments\r\ninstatall,install\r\ninstatance,instance\r\ninstatiate,instantiate\r\ninstatiated,instantiated\r\ninstatiates,instantiates\r\ninstatiating,instantiating\r\ninstatiation,instantiation\r\ninstatiations,instantiations\r\ninstatly,instately\r\ninstatn,instant\r\ninstatnly,instantly\r\ninstatns,instants\r\ninstatutionalized,institutionalized\r\ninstea,instead\r\ninsteac,instead\r\ninsteadf,instead\r\ninsteadily,incidentally\r\ninsteadof,instead of\r\ninsteaf,instead\r\ninsteall,install\r\ninstealled,installed\r\ninsteand,instead\r\ninsteat,instead\r\ninsted,instead\r\ninstelling,installing\r\ninstence,instance\r\ninstences,instances\r\ninstent,instant\r\ninstently,instantly\r\ninstents,instants\r\ninstered,inserted\r\ninsterested,interested\r\ninsteresting,interesting\r\ninsteret,interest\r\ninsterface,interface\r\ninstering,inserting\r\ninsterments,instruments\r\ninsternents,instruments\r\ninstersections,intersections\r\ninstert,insert\r\ninsterted,inserted\r\ninsterting,inserting\r\ninstiantiated,instantiated\r\ninstiated,instantiated\r\ninsticnt,instinct\r\ninsticnts,instincts\r\ninstilation,installation\r\ninstillled,instilled\r\ninstincitvely,instinctively\r\ninstincs,instincts\r\ninstinctivelly,instinctively\r\ninstinctivley,instinctively\r\ninstinctivly,instinctively\r\ninstinents,instruments\r\ninstint,instinct\r\ninstipated,anticipate\r\ninstition,institution\r\ninstititional,institutional\r\ninstitucion,institution\r\ninstitucionalized,institutionalized\r\ninstitude,instituted\r\ninstituded,instituted\r\ninstitudes,institutes\r\ninstituding,instituting\r\ninstitudion,institution\r\ninstitue,institute\r\ninstitued,instituted\r\ninstitues,institutes\r\ninstituing,instituting\r\ninstituion,institution\r\ninstituional,institutional\r\ninstituionalised,institutionalised\r\ninstituionalization,institutionalization\r\ninstituionalized,institutionalized\r\ninstituionalracism,institutionalracism\r\ninstituionelle,institutionelle\r\ninstituions,institutions\r\ninstiture,institute\r\ninstitured,instituted\r\ninstitures,institutes\r\ninstituring,instituting\r\ninstiturion,institution\r\ninstiturions,institutions\r\ninstitutie,institute\r\ninstitutiei,institute\r\ninstitutionale,institutionalized\r\ninstitutionals,institutions\r\ninstitutionaly,institutionally\r\ninstitutionel,institutional\r\ninstitutionella,institutional\r\ninstitutionilized,institutionalized\r\ninstitutionlized,institutionalized\r\ninstitutionnal,institutional\r\ninstitutionnels,institutions\r\ninstituto,institution\r\ninstituttet,institute\r\ninstitutue,instituted\r\ninstitutues,institutes\r\ninstitutuion,institution\r\ninstlaller,installer\r\ninstll,install\r\ninstllation,installation\r\ninstmends,instruments\r\ninstment,instruments\r\ninstments,instruments\r\ninstnace's,instance's\r\ninstnace,instance\r\ninstnace-dependent,instance-dependent\r\ninstnaces,instances\r\ninstnat,instant\r\ninstnces,instances\r\ninstoment,instruments\r\ninstoments,instruments\r\ninstractions,instructions\r\ninstragram,instagram\r\ninstragrammablity,instragrammability\r\ninstrament,instrument\r\ninstramental,instrumental\r\ninstraments,instruments\r\ninstrantiation,instantiation\r\ninstration,installation\r\ninstrcutions,instruction\r\ninstrcutiosn,instrcutions\r\ninstrcutor,instructors\r\ninstread,instead\r\ninstrem,instruments\r\ninstremens,instruments\r\ninstrement,instrument\r\ninstrements,instruments\r\ninstrems,instruments\r\ninstrimants,instruments\r\ninstriment,instrument\r\ninstriments,instruments\r\ninstrinsic,intrinsic\r\ninstrinsics,intrinsics\r\ninstrment,instrument\r\ninstrmentation,instrumentation\r\ninstrments,instruments\r\ninstroduced,introduced\r\ninstroments,instruments\r\ninstrospect,introspect\r\ninstrospection,introspection\r\ninstruc,instruct\r\ninstruccion,instruction\r\ninstruced,instructed\r\ninstrucing,instructing\r\ninstrucion's,instruction's\r\ninstrucion,instruction\r\ninstrucions,instructions\r\ninstruciton,instruction\r\ninstrucitons,instruction\r\ninstruck,instruct\r\ninstrucor,instructor\r\ninstructer,instructor\r\ninstructers,instructors\r\ninstructie,instructed\r\ninstructinos,instructions\r\ninstructins,instructions\r\ninstructioin,instruction\r\ninstructionnal,instructional\r\ninstructior,instructor\r\ninstructios,instructors\r\ninstructiosn,instruction\r\ninstructivo,instruction\r\ninstructons,instructors\r\ninstructores,instructors\r\ninstructsion,instructions\r\ninstruktion,instruction\r\ninstruktor,instructor\r\ninstrumants,instruments\r\ninstrumenal,instrumental\r\ninstrumenation,instrumentation\r\ninstrumenst,instruments\r\ninstrumentaiton,instrumentation\r\ninstrumentaly,instrumentally\r\ninstrumentatioin,instrumentation\r\ninstrumention,instrumentation\r\ninstrumentos,instruments\r\ninstrumentul,instrumental\r\ninstrumetal,instrumental\r\ninstrumets,instruments\r\ninstrumints,instruments\r\ninstrunction,instruction\r\ninstrunctions,instructions\r\ninstrunments,instruments\r\ninstrusion-set,intrusion-set\r\ninstrusment,instruments\r\ninstrusments,instruments\r\ninstrutctions,instructions\r\ninstrutible,inscrutable\r\ninstrution,instruction\r\ninstrutions,instructions\r\ninsts,insets\r\ninstsall,install\r\ninstsallation,installation\r\ninstsance,instance\r\ninsttead,instead\r\ninsttruction,instructions\r\ninsttructions,instructions\r\ninsttructor,instructor\r\ninsttructors,instructors\r\ninstuct,instruct\r\ninstucted,instructed\r\ninstucting,instructing\r\ninstuction,instruction\r\ninstuctions,instructions\r\ninstuctive,instructive\r\ninstuctor,instructor\r\ninstuctors,instructors\r\ninstucts,instructs\r\ninstulation,installation\r\ninstumant,instruments\r\ninstumants,instruments\r\ninstument,instrument\r\ninstumental,instrumental\r\ninstumentalism,instrumentalism\r\ninstumentalisms,instrumentalisms\r\ninstumentalist,instrumentalist\r\ninstumentalists,instrumentalists\r\ninstumentalities,instrumentalities\r\ninstumentality,instrumentality\r\ninstumentally,instrumentally\r\ninstumentals,instrumentals\r\ninstumentation,instrumentation\r\ninstuments,instruments\r\ninstumes,instruments\r\ninsturcted,instructed\r\ninsturction,instruction\r\ninsturctions,instructions\r\ninsturctor,instructor\r\ninsturctors,instructors\r\ninsturements,instruments\r\ninsturment,instrument\r\ninsturmental,instrumental\r\ninsturmentalism,instrumentalism\r\ninsturmentalisms,instrumentalisms\r\ninsturmentalist,instrumentalist\r\ninsturmentalists,instrumentalists\r\ninsturmentalities,instrumentalities\r\ninsturmentality,instrumentality\r\ninsturmentally,instrumentally\r\ninsturmentals,instrumental\r\ninsturmentation,instrumentation\r\ninsturments,instruments\r\ninsturuments,instruments\r\ninstute,institute\r\ninstuted,instituted\r\ninstutes,institutes\r\ninstuting,instituting\r\ninstution,institution\r\ninstutional,institutional\r\ninstutionalised,institutionalised\r\ninstutionalization,institutionalization\r\ninstutionalize,institutionalize\r\ninstutionalized,institutionalized\r\ninstutionalizing,institutionalizing\r\ninstutionally,institutionally\r\ninstutions,intuitions\r\ninstutionum,institutionum\r\ninstutite,institute\r\ninstutited,instituted\r\ninstutites,institutes\r\ninstutiting,instituting\r\ninstutition,institution\r\ninstutitional,institutional\r\ninstutitionalized,institutionalized\r\ninstutitions,institutions\r\ninstutute,institute\r\ninstututed,instituted\r\ninstututes,institutes\r\ninstututing,instituting\r\ninstutution,institution\r\ninstututional,institutional\r\ninstututionalised,institutionalised\r\ninstututionalized,institutionalized\r\ninstututions,institutions\r\ninsualted,insulated\r\ninsuatition,initiation\r\ninsubordiante,insubordinate\r\ninsubordianted,insubordinated\r\ninsubordiantes,insubordinates\r\ninsubordiantion,insubordination\r\ninsubordiantions,insubordinations\r\ninsubordiantive,insubordinative\r\ninsubordiantly,insubordinatly\r\ninsubordiantor,insubordinator\r\ninsubordiente,insubordinate\r\ninsubordiented,insubordinated\r\ninsubordientes,insubordinates\r\ninsubordiention,insubordination\r\ninsubordientions,insubordinations\r\ninsubordientive,insubordinative\r\ninsubordiently,insubordinatly\r\ninsubordientor,insubordinator\r\ninsubordinante,insubordinate\r\ninsubordinanted,insubordinated\r\ninsubordinantes,insubordinates\r\ninsubordinantion,insubordination\r\ninsubordinantions,insubordinations\r\ninsubordinantive,insubordinative\r\ninsubordinantly,insubordinatly\r\ninsubordinantor,insubordinator\r\ninsubordinente,insubordinate\r\ninsubordinented,insubordinated\r\ninsubordinentes,insubordinates\r\ninsubordinention,insubordination\r\ninsubordinentions,insubordinations\r\ninsubordinentive,insubordinative\r\ninsubordinently,insubordinatly\r\ninsubordinentor,insubordinator\r\ninsubstancia,insubstantia\r\ninsubstancial,insubstantial\r\ninsubstanciality,insubstantiality\r\ninsubstancially,insubstantially\r\ninsubstanciate,insubstantiate\r\ninsubstanciated,insubstantiated\r\ninsubstanciates,insubstantiates\r\ninsubstanciating,insubstantiating\r\ninsubstania,insubstantia\r\ninsubstanial,insubstantial\r\ninsubstaniality,insubstantiality\r\ninsubstanially,insubstantially\r\ninsubstaniate,insubstantiate\r\ninsubstaniated,insubstantiated\r\ninsubstaniates,insubstantiates\r\ninsubstaniating,insubstantiating\r\ninsubstantiated,unsubstantiated\r\ninsubstatia,insubstantia\r\ninsubstatial,insubstantial\r\ninsubstatiality,insubstantiality\r\ninsubstatially,insubstantially\r\ninsubstatiate,insubstantiate\r\ninsubstatiated,insubstantiated\r\ninsubstatiates,insubstantiates\r\ninsubstatiating,insubstantiating\r\ninsuccessful,unsuccessful\r\ninsudentally,incidentally\r\ninsuffciencies,insufficiencies\r\ninsuffciency,insufficiency\r\ninsuffcient,insufficient\r\ninsuffciently,insufficiently\r\ninsufficeincies,insufficiencies\r\ninsufficeincy,insufficiency\r\ninsufficeint,insufficient\r\ninsufficeintly,insufficiently\r\ninsufficencies,insufficiencies\r\ninsufficency,insufficiency\r\ninsufficent,insufficient\r\ninsufficently,insufficiently\r\ninsufficiancies,insufficiencies\r\ninsufficiancy,insufficiency\r\ninsufficiant,insufficient\r\ninsufficiantly,insufficiently\r\ninsufficincies,insufficiencies\r\ninsufficincy,insufficiency\r\ninsufficint,insufficient\r\ninsufficintly,insufficiently\r\ninsuffient,insufficient\r\ninsuffucient,insufficient\r\ninsuficeincies,insufficiencies\r\ninsuficeincy,insufficiency\r\ninsuficeint,insufficient\r\ninsuficeintly,insufficiently\r\ninsuficencies,insufficiencies\r\ninsuficency,insufficiency\r\ninsuficent,insufficient\r\ninsuficently,insufficiently\r\ninsuficiancies,insufficiencies\r\ninsuficiancy,insufficiency\r\ninsuficiant,insufficient\r\ninsuficiantly,insufficiently\r\ninsuficiencies,insufficiencies\r\ninsuficiency,insufficiency\r\ninsuficient,insufficient\r\ninsuficiently,insufficiently\r\ninsuficincies,insufficiencies\r\ninsuficincy,insufficiency\r\ninsuficint,insufficient\r\ninsuficintly,insufficiently\r\ninsuggestability,insuggestibility\r\ninsuggestable,insuggestible\r\ninsuggestably,insuggestibly\r\ninsuinating,insinuating\r\ninsulatiors,insulators\r\ninsulatoin,insulation\r\ninsultas,insults\r\ninsultes,insults\r\ninsultos,insults\r\ninsundently,incidentally\r\ninsuniating,insinuating\r\ninsurablility,insurability\r\ninsurect,insurrect\r\ninsurected,insurrected\r\ninsurecting,insurrecting\r\ninsurection,insurrection\r\ninsurects,insurrects\r\ninsurence,insurance\r\ninsurgance,insurgency\r\ninsurgancy,insurgency\r\ninsurgencey,insurgency\r\ninsurgeny,insurgency\r\ninsuruct,insurrect\r\ninsuructed,insurrected\r\ninsuructing,insurrecting\r\ninsuruction,insurrection\r\ninsuructs,insurrects\r\ninsuspecting,unsuspecting\r\ninsuspencable,insuspensable\r\ninsuspencably,insuspensably\r\ninsuspencaries,insuspensaries\r\ninsuspencary,insuspensary\r\ninsuspencation,insuspensation\r\ninsuspencations,insuspensations\r\ninsuspence,insuspense\r\ninsuspenced,insuspensed\r\ninsuspencer,insuspenser\r\ninsuspencers,insuspensers\r\ninsuspences,insuspenses\r\ninsuspencful,insuspensful\r\ninsuspencing,insuspensing\r\ninsuspencive,insuspensive\r\ninsuspencively,insuspensively\r\ninsuspenciveness,insuspensiveness\r\ninsustainable,unsustainable\r\nintaduce,introduce\r\nintaduced,introduced\r\nintaduces,introduces\r\nintaducing,introducing\r\nintaduction,introduction\r\nintadue,introduce\r\nintadued,introduced\r\nintadues,introduces\r\nintaduing,introducing\r\nintadution,introduction\r\nintagers,integers\r\nintaial,initials\r\nintails,initials\r\nintal,intel\r\nintalectual,intellectual\r\nintall,install\r\nintallation,installation\r\nintalled,installed\r\nintaller's,installer's\r\nintallexual,intellectual\r\nintalling,installing\r\nintallment,installment\r\nintallments,installments\r\nintalls,installs\r\nintaly,intally\r\nintamicy,intimacy\r\nintamite,intimate\r\nintance,instance\r\nintances,instances\r\nintangability,intangibility\r\nintangable,intangible\r\nintangables,intangibles\r\nintangably,intangibly\r\nintangablys,intangiblys\r\nintangeble,intangible\r\nintangiable,intangible\r\nintangibil,intangible\r\nintangibile,intangible\r\nintanjible,intangible\r\nintantiated,instantiated\r\nintantiation,instantiation\r\nintantion,initiation\r\nintarduce,introduce\r\nintarduced,introduced\r\nintarduces,introduces\r\nintarducing,introducing\r\nintarduction,introduction\r\nintardue,introduce\r\nintardued,introduced\r\nintardues,introduces\r\nintarduing,introducing\r\nintardution,introduction\r\nintarsary,industry\r\nintarval,interval\r\nintaxication,intoxication\r\ninteactive,interactive\r\nintead,instead\r\ninteaded,intended\r\nintealignt,intelligent\r\ninteceptor,interceptor\r\nintectical,intellectual\r\nintection,injection\r\nintectual,intellectual\r\ninteded,intended\r\nintedned,intended\r\ninteduce,introduce\r\ninteduced,introduced\r\ninteduces,introduces\r\ninteducing,introducing\r\ninteduction,introduction\r\nintedue,introduce\r\nintedued,introduced\r\nintedues,introduces\r\ninteduing,introducing\r\nintedution,introduction\r\ninteerface,interface\r\ninteerval,interval\r\ninteface,interface\r\nintefaces,interfaces\r\ninteferaces,interferaces\r\nintefere,interfere\r\nintefered,interfered\r\nintefereing,interfereing\r\ninteference,interference\r\ninteferences,interferences\r\ninteferencing,interferencing\r\ninteferential,interferential\r\ninteferenze,interferenze\r\ninteferer,interferer\r\ninteferes,interferes\r\nintefering,interfering\r\ninteferometer,interferometer\r\ninteferometers,interferometers\r\ninteferometric,interferometric\r\ninteferometry,interferometry\r\ninteferon,interferon\r\ninteferred,interferred\r\ninteferring,interfering\r\ninteferying,interferying\r\nintefinent,indefinite\r\nintefrace,interface\r\nintegace,interface\r\nintegar,integer\r\nintegartion,integration\r\nintegate,integrate\r\nintegation,integration\r\nintege,integer\r\nintegeral,integral\r\nintegerates,integrates\r\nintegeration,integration\r\nintegerssmall,integers\r\nintegerto,integer\r\ninteget,integer\r\nintegets,integers\r\nintegirty,integrity\r\nintegr,integer\r\nintegraal,integral\r\nintegracion,integration\r\nintegrade,integrated\r\nintegraded,integrated\r\nintegraion,integration\r\nintegraition,integration\r\nintegraiton,integration\r\nintegraoligist,integraologist\r\nintegrarions,integrations\r\nintegrarla,integral\r\nintegrarlo,integral\r\nintegrat,integrate\r\nintegratablility,integratability\r\nintegrataed,integrated\r\nintegratie,integrated\r\nintegratioin,integration\r\nintegratioins,integrations\r\nintegratiom,integration\r\nintegratiosn,integrations\r\nintegrato,integration\r\nintegratoin,integration\r\nintegratory,integrator\r\nintegratron,integration\r\nintegre,integer\r\nintegreate,integrate\r\nintegreated,integrated\r\nintegreation,integration\r\nintegreity,integrity\r\nintegrer,integer\r\nintegreres,interferes\r\nintegrering,interfering\r\nintegrete,integrate\r\nintegreted,integrated\r\nintegrety,integrity\r\nintegrey,integrity\r\nintegritity,integrity\r\ninteher,integer\r\nintejilent,intelligent\r\nintelatual,intellectual\r\nintelectiaal,intellectual\r\nintelectual,intellectual\r\nintelectually,intellectually\r\nintelectuals,intellectuals\r\nintelegence,intelligence\r\nintelegencer,intelligencer\r\nintelegencers,intelligencers\r\nintelegences,intelligences\r\nintelegent,intelligent\r\nintelegently,intelligently\r\nintelegentsia,intelligentsia\r\nintelegnent,intelligent\r\nintelegual,intellectual\r\nintelejent,intelligent\r\nintelelctual,intellectuals\r\nintelelctuals,intellectuals\r\nintelengle,intellectual\r\ninteletial,intellectual\r\nintelictual,intellectual\r\ninteligence,intelligence\r\ninteligencer,intelligencer\r\ninteligencers,intelligencers\r\ninteligences,intelligences\r\ninteligent,intelligent\r\ninteligently,intelligently\r\ninteligentsia,intelligentsia\r\nintelignt,intelligent\r\nintell,intel\r\nintellagant,intelligent\r\nintellagence,intelligence\r\nintellagencer,intelligencer\r\nintellagencers,intelligencers\r\nintellagences,intelligences\r\nintellagent,intelligent\r\nintellagently,intelligently\r\nintellagentsia,intelligentsia\r\nintellcial,intellectual\r\nintellecaul,intellectual\r\nintellectal,intellectual\r\nintellectals,intellectuals\r\nintellectaul,intellectuals\r\nintellectel,intellectual\r\nintellectial,intellectual\r\nintellectiole,intellectual\r\nintellectional,intellectual\r\nintellectoul,intellectual\r\nintellectualis,intellectuals\r\nintellectualisme,intellectuals\r\nintellectualls,intellectuals\r\nintellectualy,intellectually\r\nintellectuel,intellectual\r\nintellectuels,intellectuals\r\nintellectul,intellectuals\r\nintellectunal,intellectual\r\nintellectus,intellectuals\r\nintellecual,intellectual\r\nintellecurl,intellectual\r\nintellecutal,intellectual\r\nintellecutally,intellectually\r\nintellecutals,intellectuals\r\nintellegence,intelligence\r\nintellegencer,intelligencer\r\nintellegencers,intelligencers\r\nintellegences,intelligences\r\nintellegent,intelligent\r\nintellegently,intelligently\r\nintellegentsia,intelligentsia\r\nintellegint,intelligent\r\nintellegual,intellectual\r\nintelletwel,intellectual\r\nintellgence,intelligence\r\nintellgencer,intelligencer\r\nintellgencers,intelligencers\r\nintellgences,intelligences\r\nintellgent,intelligent\r\nintellgently,intelligently\r\nintellgentsia,intelligentsia\r\nintellgnt,intelligent\r\nintelliatenal,intellectual\r\nintellictal,intellectual\r\nintellictual,intellectual\r\nintellicual,intellectual\r\nintelliectual,intellectual\r\nintelligable,intelligible\r\nintelligance,intelligence\r\nintelligant,intelligent\r\nintelligenly,intelligently\r\nintelligente,intelligence\r\nintelligenty,intelligently\r\nintelligibilty,intelligibility\r\nintelligiblility,intelligibility\r\nintelligiblity,intelligibility\r\nintelligient,intelligent\r\nintelltuial,intellectual\r\nintellual,intellectual\r\nintelluctaly,intelluctally\r\nintelluctial,intellectual\r\nintelluctual,intellectual\r\nintelluctuals,intellectuals\r\nintellutual,intellectual\r\ninteluctial,intellectual\r\nintem,item\r\nintemediate,intermediate\r\nintemests,instruments\r\nintemised,itemized\r\nintemized,itemized\r\nintemparament,intemperament\r\nintemparance,intemperance\r\nintemparate,intemperate\r\nintemparately,intemperately\r\nintemparature,intemperature\r\nintemparatures,intemperatures\r\nintemparement,intemperament\r\nintemparence,intemperance\r\nintemparete,intemperate\r\nintemparetely,intemperately\r\nintempareture,intemperature\r\nintemparetures,intemperatures\r\nintemperement,intemperament\r\nintemperence,intemperance\r\nintemperete,intemperate\r\nintemperetely,intemperately\r\nintempereture,intemperature\r\nintemperetures,intemperatures\r\nintemperment,intemperament\r\nintempernce,intemperance\r\nintemperte,intemperate\r\nintempertely,intemperately\r\nintemperture,intemperature\r\nintempertures,intemperatures\r\nintempment,intemperament\r\nintempnce,intemperance\r\nintemprament,intemperament\r\nintemprance,intemperance\r\nintemprate,intemperate\r\nintemprately,intemperately\r\nintemprature,intemperature\r\nintempratures,intemperatures\r\nintemprement,intemperament\r\nintemprence,intemperance\r\nintemprete,intemperate\r\nintempretely,intemperately\r\nintempreture,intemperature\r\nintempretures,intemperatures\r\nintempte,intemperate\r\nintemptely,intemperately\r\nintempture,intemperature\r\nintemptures,intemperatures\r\ninten,intent\r\nintenally,internally\r\nintenatinal,international\r\nintenational,international\r\nintenationalairports,internationalairports\r\nintenationale,internationale\r\nintenationaler,internationaler\r\nintenationally,internationally\r\nintencional,intentional\r\nintendation,indentation\r\nintendes,intends\r\nintendet,intended\r\nintendos,intends\r\nintene,intended\r\nintened,intended\r\ninteneded,intended\r\nintenet,internet\r\nintenger,integer\r\nintenisty,intensity\r\nintenlty,intently\r\nintenral,internal\r\nintensability,intensibility\r\nintensable,intensible\r\nintensably,intensibly\r\nintenseley,intensely\r\nintensitiy,intensity\r\nintensivly,intensively\r\nintensley,intensely\r\nintenst,intents\r\nintentas,intents\r\nintented,intended\r\nintententionally,intentionally\r\nintentially,intentionally\r\nintentinal,intentional\r\nintentines,intestines\r\nintentioanlly,intentionally\r\nintentionallly,intentionally\r\nintentionaly,intentionally\r\nintentionly,intentional\r\nintentionnal,intentional\r\nintentionnally,intentionally\r\ninteoperability,interoperability\r\ninteoperable,interoperable\r\nintepret,interpret\r\nintepreta,interpreta\r\nintepretability,interpretability\r\nintepretable,interpretable\r\nintepretados,interpretados\r\nintepretaion,interpretaion\r\nintepretasi,interpretasi\r\nintepretatio,interpretatio\r\nintepretation,interpretation\r\nintepretations,interpretations\r\nintepretative,interpretative\r\nintepretator,interpretor\r\nintepretators,interpreters\r\ninteprete,interprete\r\nintepreted,interpreted\r\nintepreter,interpreter\r\nintepreters,interpreters\r\nintepreti,interpreti\r\nintepreting,interpreting\r\nintepretive,interpretive\r\nintepretor,interpreter\r\ninteprets,interprets\r\nintepretted,interpretted\r\ninteprolation,interpolation\r\ninter-tribal,intertribal\r\ninteraactively,interactively\r\ninterabilties,interabilities\r\ninteracat,interact\r\ninteraccion,interaction\r\ninterace,interacted\r\ninteraces,interfaces\r\ninteracing,interacting\r\ninteraciton,interaction\r\ninteracive,interactive\r\ninteracivity,interactivity\r\ninteracs,interacts\r\ninteracte,interactive\r\ninteractes,interacts\r\ninteractg,interact\r\ninteractice,interactive\r\ninteractie,interactive\r\ninteracties,interacts\r\ninteractifs,interacts\r\ninteractiion,interaction\r\ninteractinos,interactions\r\ninteractins,interacts\r\ninteractio,interaction\r\ninteractionss,interactions\r\ninteractios,interacts\r\ninteractiosn,interactions\r\ninteractivly,interactively\r\ninteractivo,interaction\r\ninteractons,interacts\r\ninteractue,interacted\r\ninteractvity,interactivity\r\ninteraface,interface\r\ninterafce,interface\r\ninteraktion,interaction\r\ninteraktive,interactive\r\ninteral,interval\r\ninterally,internally\r\ninterals,internals\r\ninteranal,internal\r\ninteranlly,internally\r\ninterasted,interacted\r\ninterasting,interacting\r\ninterat,interact\r\ninterate,iterate\r\ninterated,iterated\r\ninteratellar,interstellar\r\ninterates,iterates\r\ninteratinal,international\r\ninterating,iterating\r\ninteration's,iteration's\r\ninteration,iteration\r\ninterational,international\r\ninterationalist,internationalist\r\ninterationalization,internationalization\r\ninterationalized,internationalized\r\ninterationally,internationally\r\ninterations,iterations\r\ninterative,interactive\r\ninteratively,interactively\r\ninterator,iterator\r\ninterators,iterators\r\ninteraval,interval\r\ninterbread,interbreed\r\nintercat,interact\r\nintercation,integration\r\nintercection,interception\r\ninterceed,intercede\r\ninterceede,intercede\r\ninterceeded,interceded\r\ninterceedent,intercedent\r\ninterceedents,intercedents\r\ninterceeder,interceder\r\ninterceeders,interceders\r\ninterceedes,intercedes\r\ninterceeding,interceding\r\ninterceeds,intercedes\r\nintercep,intercept\r\nintercepcion,interception\r\nintercepter,interceptor\r\nintercepters,interceptors\r\nintercepticons,interceptions\r\ninterceptin,interception\r\nintercepto,interception\r\ninterceptons,interceptions\r\nintercesssion,intercession\r\ninterchaneabilty,interchaneability\r\ninterchangability,interchangeability\r\ninterchangable,interchangeable\r\ninterchangables,interchangeables\r\ninterchangabley,interchangeably\r\ninterchangably,interchangeably\r\ninterchangeabilty,interchangeability\r\ninterchangeablely,interchangeably\r\ninterchangeabley,interchangeably\r\ninterchangeablility,interchangeability\r\ninterchangeablity,interchangeably\r\ninterchangeablly,interchangeably\r\ninterchangebale,interchangeable\r\ninterchangebility,interchangeability\r\ninterchangeble,interchangeable\r\ninterchangebly,interchangeably\r\ninterchangibility,interchangeability\r\ninterchangible,interchangeable\r\ninterchangibly,interchangeably\r\ninterchargability,interchargeability\r\ninterchargable,interchargeable\r\ninterchargably,interchargeably\r\ninterchargebility,interchargeability\r\ninterchargeble,interchargeable\r\ninterchargebly,interchargeably\r\ninterchargibility,interchargeability\r\ninterchargible,interchargeable\r\ninterchargibly,interchargeably\r\ninterchnageable,interchangeable\r\nintercine,internecine\r\nintercoarse,intercourse\r\nintercomponent,inter-component\r\ninterconnectablity,interconnectability\r\nintercontinential,intercontinental\r\nintercontinetal,intercontinental\r\ninterconvertiblity,interconvertibility\r\nintercorse,intercourse\r\nintercource,intercourse\r\nintercouse,intercourse\r\nintercpet,intercept\r\nintercpetors,interceptors\r\ninterctive,interactive\r\ninterdisiplinary,interdisciplinary\r\ninterdocument,inter-document\r\ninterduce,introduce\r\ninterduced,introduced\r\ninterduces,introduces\r\ninterducing,introducing\r\ninterduction,introduction\r\ninterdue,introduce\r\ninterdued,introduced\r\ninterdues,introduces\r\ninterduing,introducing\r\ninterdution,introduction\r\nintereact,interact\r\nintereaction,intersection\r\nintereactions,intersections\r\nintereacts,interfaces\r\ninterecept,intercept\r\ninterect,interacted\r\ninterected,interacted\r\ninterecting,interacting\r\ninterection,interaction\r\ninterections,interactions\r\nintered,interred\r\ninterefere,interfere\r\nintereference,interference\r\ninterefers,interferes\r\ninterelate,interrelate\r\ninterelated,interrelated\r\ninterelates,interrelates\r\ninterelation,interrelation\r\ninterelations,interrelations\r\ninterelletual,intellectual\r\ninteremediary,intermediary\r\ninterenally,internally\r\ninterent,internet\r\ninterents,internets\r\ninterepertation,interpretation\r\ninterepreted,interpreted\r\nintererested,interested\r\ninterersted,interpreted\r\ninterersting,interpreting\r\ninteresant,interest\r\ninteresat,interest\r\ninteresction,intersection\r\ninteresctions,intersections\r\ninterese,interested\r\ninteresect,intersect\r\ninteresected,intersected\r\ninteresecting,intersecting\r\ninteresection,intersection\r\ninteresections,intersections\r\ninteresects,intersects\r\nintereset,interest\r\ninteresing,interesting\r\ninteresring,interfering\r\ninteress,interest\r\ninteresst,interests\r\ninteressted,interested\r\ninteressting,interesting\r\ninterestes,interests\r\ninterestigly,interestingly\r\ninterestined,interested\r\ninterestinly,interestingly\r\ninteret,interest\r\nintereted,inserted\r\ninteretested,interested\r\ninterett,internet\r\ninterewbs,interwebs\r\ninterfa,interface\r\ninterfacce,interfaces\r\ninterfacee,interfaces\r\ninterfaceing,interfacing\r\ninterfacek,interface\r\ninterfacess,interfaces\r\ninterfacse,interface\r\ninterfact,interface\r\ninterfacte,interface\r\ninterfacting,interactive\r\ninterfae,interface\r\ninterfame,interface\r\ninterfase,interfaces\r\ninterfcae,interface\r\ninterfce,interface\r\ninterfchanbeably,interchangeably\r\ninterfear,interfere\r\ninterfeared,interfered\r\ninterfearing,interfering\r\ninterfears,interferes\r\ninterfeer,interfere\r\ninterfeers,interferes\r\ninterfer,interfere\r\ninterferance,interference\r\ninterferce,interferes\r\ninterferece,interference\r\ninterfereing,interfering\r\ninterferens,interferes\r\ninterferire,interfere\r\ninterferisce,interferes\r\ninterferisse,interferes\r\ninterfernce,interference\r\ninterferre,interfere\r\ninterferred,interfere\r\ninterferres,interferes\r\ninterferring,interfering\r\ninterfers,interferes\r\ninterfrace,interface\r\ninterfsace,interface\r\nintergal,integral\r\nintergalatic,intergalactic\r\nintergate,integrate\r\nintergated,integrated\r\nintergates,integrates\r\nintergating,integrating\r\nintergation,integration\r\nintergations,integrations\r\nintergeneratioinal,intergenerational\r\ninterger,integer\r\nintergers,integers\r\nintergity,integrity\r\nintergrability,integrability\r\nintergrable,integrable\r\nintergral,integral\r\nintergrals,integrals\r\nintergrand,integrand\r\nintergrands,integrands\r\nintergrant,integrant\r\nintergrants,integrants\r\nintergrate,integrate\r\nintergrated,integrated\r\nintergrates,integrates\r\nintergrating,integrating\r\nintergration,integration\r\nintergrationg,integrationg\r\nintergrationof,integrationof\r\nintergrations,integrations\r\nintergrative,integrative\r\nintergrator,integrator\r\nintergrators,integrators\r\nintergrity,integrity\r\ninterioara,interior\r\ninterioare,interior\r\ninteriour,interior\r\ninteristing,interesting\r\ninteritence,inheritance\r\ninterittent,intermittent\r\ninterivew,interview\r\ninterivewable,interviewable\r\ninterivewed,interviewed\r\ninterivewer,interviewer\r\ninterivewers,interviewers\r\ninterivewing,interviewing\r\ninterivews,interviews\r\ninterlatual,intellectual\r\ninterlect,intellectual\r\ninterlectial,intellectual\r\ninterlectible,intellectual\r\ninterlectual,intellectual\r\ninterlectually,intellectually\r\ninterlectuals,intellectuals\r\ninterlecturcel,intellectual\r\ninterm,interim\r\nintermedate,intermediate\r\nintermediare,intermediate\r\nintermediat,intermediate\r\nintermedidate,intermediate\r\nintermedie,intermediate\r\nintermediete,intermediate\r\nintermedite,intermediate\r\nintermeidate,intermediate\r\nintermetiate,intermediate\r\nintermettent,intermittent\r\nintermideate,intermediate\r\nintermidiary,intermediary\r\nintermidiate,intermediate\r\nintermidiery,intermediary\r\nintermisible,intermissible\r\nintermisibly,intermissibly\r\nintermision,intermission\r\nintermisionaries,intermissionaries\r\nintermisionary,intermissionary\r\nintermisions,intermissions\r\nintermisive,intermissive\r\nintermisively,intermissively\r\nintermissble,intermissible\r\nintermissbly,intermissibly\r\nintermisson,intermission\r\nintermissonaries,intermissionaries\r\nintermissonary,intermissionary\r\nintermissons,intermissions\r\nintermisssion,intermission\r\nintermissve,intermissive\r\nintermissvely,intermissively\r\nintermitent,intermittent\r\nintermittant,intermittent\r\nintermittient,intermittent\r\nintermittment,intermittent\r\ninterna,internals\r\ninternacional,international\r\ninternacionalization,internationalization\r\ninternaionalized,internationalized\r\ninternaliations,internationalizations\r\ninternall,internally\r\ninternaly,internally\r\ninternanlly,internally\r\ninternat,internet\r\ninternatiionalizing,internationalizing\r\ninternatinal,international\r\ninternatinale,internationale\r\ninternatinales,internationales\r\ninternatinalisable,internationalisable\r\ninternatinalization,internationalization\r\ninternatinally,internationally\r\ninternatioanlly,internationally\r\ninternatioinal,international\r\ninternatioinally,internationally\r\ninternationaal,international\r\ninternationaly,internationally\r\ninternationalyl,internationally\r\ninternationarization,internationalization\r\ninternationl,international\r\ninternationlly,internationally\r\ninternationnal,international\r\ninternationnally,internationally\r\ninternations,interactions\r\ninternatoin,internation\r\ninternatoinal,international\r\ninternediate,intermediate\r\ninternel,internal\r\ninternelized,internalized\r\ninternels,internals\r\ninternest,internets\r\ninternetbs,internets\r\ninterneters,internets\r\ninternetes,internets\r\ninternetese,internets\r\ninternetest,internets\r\ninterneting,interesting\r\ninternetis,internets\r\ninternetors,internets\r\ninternets,internet\r\ninternettes,internets\r\ninternetts,internets\r\ninternetus,internets\r\ninternilized,internalized\r\ninternt,internet\r\ninternts,interns\r\ninternus,interns\r\ninternval,interval\r\ninterogation,interrogation\r\ninterogationg,interrogating\r\ninterolated,interpolated\r\ninteropaberaiblity,interopaberaibility\r\ninteropability,interoperability\r\ninteropablity,interopability\r\ninteroparabilty,interoparability\r\ninteropatibility,interoperability\r\ninteroperabillity,interoperability\r\ninteroperabilty,interoperability\r\ninteroperablility,interoperability\r\ninteroperablity,interoperability\r\ninteroperatibility,interoperability\r\ninteroperatiblity,interoperatibility\r\ninteroplated,interpolated\r\ninteropolate,interpolate\r\ninteroprate,interoperate\r\ninteropted,interrupted\r\ninteroptibility,interoperability\r\ninterotes,instruments\r\ninterpart,interpretation\r\ninterper,interpretations\r\ninterpersonel,interpersonal\r\ninterpersonnal,interpersonal\r\ninterpert,interpret\r\ninterpertation,interpretation\r\ninterpertations,interpretations\r\ninterperted,interpreted\r\ninterperter,interpreter\r\ninterperters,interpreter\r\ninterperting,interpreting\r\ninterpet,interpret\r\ninterpetation,interpretation\r\ninterpeted,interpreted\r\ninterpeter,interpreter\r\ninterpeters,interpreters\r\ninterpeting,interpreting\r\ninterpets,interprets\r\ninterplanetry,interplanetary\r\ninterplated,interpolated\r\ninterplation,interpolation\r\ninterpoaltion,interpolation\r\ninterpolatin,interpolation\r\ninterpolationl,interpolation\r\ninterporlating,interpolating\r\ninterpratation,interpretation\r\ninterpratations,interpretations\r\ninterprate,interpret\r\ninterprates,interprets\r\ninterprating,interpreting\r\ninterpreation,interpretation\r\ninterprered,interpreter\r\ninterpresonal,interpersonal\r\ninterpretabilty,interpretability\r\ninterpretablity,interpretability\r\ninterpretacion,interpretation\r\ninterpretaciones,interpretations\r\ninterpretaion,interpretation\r\ninterpretaiton,interpretations\r\ninterpretare,interpreter\r\ninterpretarea,interpreter\r\ninterpretarem,interpreter\r\ninterpretares,interpreter\r\ninterpretarse,interpreter\r\ninterpretarte,interpreter\r\ninterpretate,interpret\r\ninterpretatin,interpretations\r\ninterpretating,interpretation\r\ninterpretatio,interpretation\r\ninterpretationen,interpretations\r\ninterpretato,interpretation\r\ninterpretatoin,interpretation\r\ninterprete,interpreting\r\ninterpreteer,interpreter\r\ninterpreteert,interpreter\r\ninterpretes,interprets\r\ninterpretet,interpreted\r\ninterpretier,interpreter\r\ninterpretion,interpreting\r\ninterpretor,interpreter\r\ninterpretted,interpreted\r\ninterpretter,interpreter\r\ninterpretters,interpreters\r\ninterpretting,interpreting\r\ninterpritation,interpretation\r\ninterpritations,interpretations\r\ninterpriting,interpreting\r\ninterprt,interpret\r\ninterprte,interpret\r\ninterprut,interrupt\r\ninterpsersing,interspersing\r\ninterrability,interribility\r\ninterrable,interrible\r\ninterrables,interribles\r\ninterrably,interribly\r\ninterrablys,interriblys\r\ninterraccial,interracial\r\ninterract,interact\r\ninterractial,interracial\r\ninterraction,interaction\r\ninterractions,interactions\r\ninterractive,interactive\r\ninterragation,interrogation\r\ninterratial,interracial\r\ninterrectular,intellectual\r\ninterregation,interrogation\r\ninterresing,interfering\r\ninterrested,interested\r\ninterresting,interesting\r\ninterrests,interests\r\ninterrigation,interrogation\r\ninterrim,interim\r\ninterrior,interior\r\ninterro,interior\r\ninterrogacion,interrogation\r\ninterrogatin,interrogation\r\ninterrogativo,interrogation\r\ninterrogato,interrogation\r\ninterrpted,interrupted\r\ninterrputed,interrupted\r\ninterrrrruped,interrupted\r\ninterrrruped,interrupted\r\ninterrruped,interrupted\r\ninterrrupted,interrupted\r\ninterruct,interrupt\r\ninterrugum,interregnum\r\ninterrumping,interrupting\r\ninterruped,interrupted\r\ninterruping,interrupting\r\ninterrups,interrupts\r\ninterrupteds,interrupts\r\ninterruptes,interrupts\r\ninterruptiosn,interruptions\r\ninterruptis,interrupts\r\ninterruptors,interrupts\r\ninterschools,inter-schools\r\ninterseccion,intersection\r\nintersecction,intersection\r\nintersecion,intersection\r\ninterseciton,intersections\r\nintersectino,intersection\r\nintersectionals,intersections\r\nintersectionaly,intersectionally\r\nintersecton,intersection\r\nintersede,intercede\r\ninterseption,interception\r\nintersesting,interesting\r\nintersetllar,interstellar\r\ninterspearsed,interspersed\r\ninterst,interest\r\ninterstae,interstate\r\ninterstallar,interstellar\r\ninterstaller,interstellar\r\ninterste,interstate\r\nintersted,interested\r\ninterstela,interstellar\r\ninterstelar,interstellar\r\ninterstellaire,interstellar\r\nintersteller,interstellar\r\ninterstellor,interstellar\r\nintersting,interesting\r\ninterstingly,interestingly\r\nintersts,interests\r\nintertain,entertain\r\nintertained,intertwined\r\nintertaining,entertaining\r\nintertainment,entertainment\r\nintertes,interested\r\nintertesd,interested\r\nintertested,interested\r\nintertia,inertia\r\nintertial,inertial\r\nintertrial,inter-trial\r\nintertvined,intertwined\r\nintertwinded,intertwined\r\nintertwinned,intertwined\r\nintertwyned,intertwined\r\ninterum,interim\r\ninteruped,interrupted\r\ninteruppt,interrupt\r\ninteruppted,interrupted\r\ninteruppting,interrupting\r\ninterupption,interruption\r\ninterupptions,interruptions\r\ninteruppts,interrupts\r\ninterupt,interrupt\r\ninterupta,interrupta\r\ninteruptable,interruptable\r\ninterupted,interrupted\r\ninteruptee,interruptee\r\ninterupter,interrupter\r\ninterupters,interrupters\r\ninterupteur,interrupteur\r\ninteruptible,interruptible\r\ninterupting,interrupting\r\ninteruptings,interruptings\r\ninteruption,interruption\r\ninteruptionas,interruptionas\r\ninteruptions,interruptions\r\ninteruptis,interruptis\r\ninteruptive,interruptive\r\ninteruptlons,interruptlons\r\ninterupton,interrupton\r\ninteruptor,interruptor\r\ninteruptors,interruptors\r\ninterupts,interrupts\r\ninteruptted,interruptted\r\ninteruptus,interruptus\r\ninteruptuts,interruptuts\r\nintervale,interval\r\nintervaliter,interval\r\nintervall,interval\r\nintervalles,intervals\r\nintervalls,intervals\r\nintervalos,intervals\r\nintervation,integration\r\ninterveen,intervene\r\ninterveign,intervening\r\ninterveing,intervening\r\ninterveiw,interview\r\ninterveiwable,interviewable\r\ninterveiwed,interviewed\r\ninterveiwer,interviewer\r\ninterveiwers,interviewers\r\ninterveiwing,interviewing\r\ninterveiws,interviews\r\nintervencion,intervention\r\ninterveneing,intervening\r\nintervenion,intervening\r\nintervenire,intervene\r\nintervension,intervention\r\ninterventie,intervene\r\nintervento,intervention\r\nintervenue,intervene\r\ninterveres,interferes\r\nintervew,interview\r\nintervewable,interviewable\r\nintervewed,interviewed\r\nintervewer,interviewer\r\nintervewers,interviewers\r\nintervewing,intervening\r\nintervews,interviews\r\nintervied,interviewed\r\ninterviened,interviewed\r\nintervieni,interviewing\r\ninterviening,interviewing\r\nintervier,interviewer\r\nintervies,interviews\r\nintervieuw,interviews\r\ninterviewd,interviewed\r\ninterviewes,interviews\r\ninterviewie,interviewer\r\ninterviewr,interviewer\r\ninterviewwed,interviewed\r\nintervine,intervene\r\nintervined,intervened\r\nintervines,intervenes\r\nintervining,intervening\r\ninterviw,interview\r\ninterviwable,interviewable\r\ninterviwed,interviewed\r\ninterviwer,interviewer\r\ninterviwers,interviewers\r\ninterviwing,interviewing\r\ninterviws,interviews\r\ninterwebbs,interwebs\r\ninterwebers,interwebs\r\ninterwiever,interviewer\r\ninterwiew,interview\r\ninterwiewable,interviewable\r\ninterwiewed,interviewed\r\ninterwiewer,interviewer\r\ninterwiewers,interviewers\r\ninterwiewing,interviewing\r\ninterwiews,interviews\r\ninterxable,intellectual\r\nintesity,intensity\r\nintesive,intensive\r\nintesnely,intensely\r\nintesnity,intensity\r\nintest,interest\r\nintested,interested\r\nintestents,intestines\r\nintestinas,intestines\r\nintestinces,intestines\r\nintestinos,intestines\r\nintestins,intestines\r\nintestions,intestines\r\nintetionally,intentionally\r\nintetionaly,intetionally\r\ninteval,interval\r\nintevene,intervene\r\nintevener,intervener\r\ninteveni,interveni\r\nintevent,intervent\r\nintevention,intervention\r\ninteventional,interventional\r\ninteventionalists,interventionalists\r\ninteventions,interventions\r\ninteventiveness,interventiveness\r\ninteventory,interventory\r\ninteview,interview\r\ninteviewed,interviewed\r\ninteviewee,interviewee\r\ninteviewees,interviewees\r\ninteviewer,interviewer\r\ninteviewers,interviewers\r\ninteviewing,interviewing\r\ninteviews,interviews\r\nintformation,information\r\nintger,integer\r\nintgrates,integrates\r\nintgration,integration\r\ninthe,in\r\nintheirlife-time,intheir lifetime\r\ninthem,in them\r\ninthisasam,enthusiasm\r\ninthosiasem,enthusiasm\r\ninthousastic,enthusiastic\r\ninthousatic,enthusiastic\r\ninthousiaum,enthusiasm\r\ninthuasium,enthusiasm\r\ninthuastic,enthusiastic\r\ninthuoiasm,enthusiasm\r\ninthusaastic,enthusiastic\r\ninthusasm,enthusiasm\r\ninthusastec,enthusiastic\r\ninthusastic,enthusiastic\r\ninthuseaasmn,enthusiasm\r\ninthuseasem,enthusiasm\r\ninthuseasium,enthusiasm\r\ninthuseastic,enthusiastic\r\ninthusetism,enthusiasm\r\ninthusiaics,enthusiastic\r\ninthusiarsim,enthusiasm\r\ninthusiasm,enthusiasm\r\ninthusiastic,enthusiastic\r\ninthusiasum,enthusiasm\r\ninthusiatic,enthusiastic\r\ninthusiman,enthusiasm\r\ninthusistic,enthusiastic\r\ninthustic,enthusiastic\r\nintial,initial\r\nintialisation,initialisation\r\nintialise,initialise\r\nintialised,initialised\r\nintialises,initialises\r\nintialising,initialising\r\nintialism,initialism\r\nintialization,initialization\r\nintializations,initializations\r\nintialize,initialize\r\nintialized,initialized\r\nintializer,initializer\r\nintializers,initializers\r\nintializes,initializes\r\nintializing,initializing\r\nintialled,initialled\r\nintially,initially\r\nintials,initials\r\nintialy,initially\r\nintiate,initiate\r\nintiated,initiated\r\nintiatial,intentional\r\nintiating,initiating\r\nintiation,initiation\r\nintiative,initiative\r\nintiator,initiator\r\ninticates,indicates\r\ninticipate,anticipate\r\ninticracies,intricacies\r\ninticrate,intricate\r\nintictual,intellectual\r\nintidimate,intimidate\r\nintidimation,intimidation\r\nintigate,integrate\r\nintigated,integrated\r\nintigates,integrates\r\nintigating,integrating\r\nintigation,integration\r\nintiger,integer\r\nintigrate,integrate\r\nintigrated,integrated\r\nintigrates,integrates\r\nintigrating,integrating\r\nintigration,integration\r\nintiial,initial\r\nintiialize,initialize\r\nintiializer,initializer\r\nintiializes,initializes\r\nintiially,initially\r\nintiials,initials\r\nintilactial,intellectual\r\nintilectial,intellectual\r\nintilectual,intellectual\r\nintilitual,intellectual\r\nintillatual,intellectual\r\nintille,intellectual\r\nintillectial,intellectual\r\nintillectral,intellectual\r\nintillectual,intellectual\r\nintillectually,intellectually\r\nintillectuals,intellectuals\r\nintimadate,intimidate\r\nintimadated,intimidated\r\nintimateley,intimately\r\nintimatley,intimately\r\nintimaty,intimately\r\nintimiated,intimidate\r\nintimidacion,intimidation\r\nintimidad,intimidated\r\nintimidade,intimidated\r\nintimidades,intimidated\r\nintimidant,intimidate\r\nintimidante,intimidate\r\nintimidare,intimidate\r\nintimidatie,intimidated\r\nintimidatin,intimidation\r\nintimidative,intimidate\r\nintimidaton,intimidation\r\nintimide,intimidate\r\nintimidiate,intimidate\r\nintiminated,intimidated\r\nintimist,intimate\r\nintimitade,intimidated\r\nintimitaded,intimidated\r\nintimitading,intimidating\r\nintimitaly,intimately\r\nintimitate,intimidate\r\nintimitated,intimidated\r\nintimitating,intimidating\r\nintimitation,intimidation\r\nintimitely,intimately\r\nintimized,itemized\r\nintination,initiation\r\nintiniation,initiation\r\nintinite,infinite\r\nintintation,initiation\r\nintionals,initials\r\nintircate,intricate\r\nintire,entire\r\nintirely,entirely\r\nintital,initial\r\nintitalise,initialise\r\nintitalization,initialization\r\nintitally,initially\r\nintitals,initials\r\nintitate,initiate\r\nintitial,initial\r\nintitialise,initialise\r\nintitialization,initialization\r\nintitialize,initialize\r\nintitialized,initialized\r\nintitializer,initializer\r\nintitializers,initializers\r\nintitially,initially\r\nintitials,initials\r\nintitiation,initiation\r\nintitliazing,initializing\r\nintiuctule,intellectual\r\nintiution,intuition\r\nintiutions,intuitions\r\nintiutive,intuitive\r\nintiutively,intuitively\r\nintmateley,intimately\r\nintmately,intimately\r\nintmatley,intimately\r\nintmatly,intimately\r\nintment,instruments\r\nintoduce,introducing\r\nintoduced,introduced\r\nintoduces,introduces\r\nintoducing,introducing\r\nintoduction,introduction\r\nintoductions,introductions\r\nintoductory,introductory\r\nintodue,introduce\r\nintodued,introduced\r\nintodues,introduces\r\nintoduing,introducing\r\nintodution,introduction\r\nintoilectioal,intellectual\r\nintolarant,intolerant\r\nintolectiuial,intellectual\r\nintolectual,intellectual\r\nintolerace,intolerance\r\nintoleranse,intolerance\r\nintolerante,intolerance\r\nintolerate,intolerant\r\nintolerence,intolerance\r\nintolerences,intolerances\r\nintolerent,intolerant\r\nintolerently,intolerantly\r\nintolernace,intolerance\r\nintoletual,intellectual\r\nintollerance,intolerance\r\nintollerances,intolerances\r\nintollerant,intolerant\r\nintollerantly,intolerantly\r\nintollerence,intolerance\r\nintollerences,intolerances\r\nintollerent,intolerant\r\nintollerently,intolerantly\r\nintolorance,intolerance\r\nintolorant,intolerant\r\nintolorence,intolerance\r\nintolorent,intolerant\r\nintoperlation,interpolation\r\nintorduce,introduce\r\nintorduced,introduced\r\nintorduces,introduces\r\nintorducing,introducing\r\nintorduction,introduction\r\nintorductions,introductions\r\nintorductory,introductory\r\nintordue,introduce\r\nintordued,introduced\r\nintordues,introduces\r\nintorduing,introducing\r\nintordution,introduction\r\nintorucing,introducing\r\nintorvert,introvert\r\nintorverted,introverted\r\nintorverts,introverts\r\nintos,things\r\nintoslate,intellectual\r\nintoxicacion,intoxication\r\nintoxicatin,intoxication\r\nintoxicaton,intoxication\r\nintoxicted,intoxicated\r\nintoxinated,intoxicated\r\nintoxination,intoxication\r\nintoxocated,intoxicated\r\nintoœ,into\r\nintpolations,interpolations\r\nintpreter,interpreter\r\nintput,input\r\nintputs,inputs\r\nintra-mural,intramural\r\nintra-murals,intramurals\r\nintra-organsation,intra-organisation\r\nintra-state,intrastate\r\nintra-uterine,intrauterine\r\nintra-venous,intravenous\r\nintra-venously,intravenously\r\nintracacies,intricacies\r\nintracatly,intracately\r\nintracicies,intricacies\r\nintracite,intricate\r\nintractible,intractable\r\nintractibly,intractably\r\nintralling,installing\r\nintrance,entrance\r\nintranslateable,intranslatable\r\nintraperitionaly,intraperitionally\r\nintrapes,instruments\r\nintraspection,introspection\r\nintrastructure,infrastructure\r\nintraverted,introverted\r\nintraverts,introverts\r\nintrduce,introduce\r\nintrduced,introduced\r\nintrduces,introduces\r\nintrducing,introducing\r\nintrduction,introduction\r\nintrductions,introductions\r\nintrductory,introductory\r\nintrdue,introduce\r\nintrdued,introduced\r\nintrdues,introduces\r\nintrduing,introducing\r\nintrdution,introduction\r\nintrecacies,intricacies\r\nintrection,interactions\r\nintreface,interface\r\nintregal,integral\r\nintregity,integrity\r\nintregral,integral\r\nintregrity,integrity\r\nintregued,intrigued\r\nintreguing,intriguing\r\nintremediate,intermediate\r\nintrement,instruments\r\nintrements,instruments\r\nintrenal,internal\r\nintrenets,internets\r\nintrensically,intrinsically\r\nintreperter,interpreter\r\nintrepret,interpret\r\nintrepretation,interpretation\r\nintrepretations,interpretations\r\nintrepreted,interpreted\r\nintrepreter,interpreter\r\nintrepreting,interpreting\r\nintrerupt,interrupt\r\nintrerupted,interrupted\r\nintrest,interest\r\nintrested,interested\r\nintresting,interesting\r\nintrestingly,interestingly\r\nintrests,interests\r\nintrewebs,interwebs\r\nintrgration,integration\r\nintricaces,intricacies\r\nintrical,integral\r\nintricasies,intricacies\r\nintricatly,intricately\r\nintricicies,intricacies\r\nintrige,intrigue\r\nintrigueing,intriguing\r\nintriguied,intrigue\r\nintrigured,intrigue\r\nintrim,interim\r\nintrinisc,intrinsic\r\nintriniscally,intrinsically\r\nintrinsecally,intrinsically\r\nintrinseci,intrinsic\r\nintrinsicaly,intrinsically\r\nintrinsicly,intrinsically\r\nintrinsinc,intrinsic\r\nintrinsisch,intrinsic\r\nintrinstc,intrinsic\r\nintriquing,intriguing\r\nintrisic,intrinsic\r\nintrisinc,intrinsic\r\nintrisincally,intrinsically\r\nintrisnic,intrinsic\r\nintristically,intrinsically\r\nintriuge,intrigue\r\nintriuged,intrigued\r\nintriuging,intriguing\r\nintrleclual,intellectual\r\nintroced,introduced\r\nintroces,introduces\r\nintrocuced,introduced\r\nintrocude,introduce\r\nintrodcued,introduced\r\nintrodcution,introduction\r\nintrodecks,introduces\r\nintrodicing,introducing\r\nintrodiction,introduction\r\nintroduccion,introduction\r\nintroducded,introduced\r\nintroduceras,introduces\r\nintroduceres,introduces\r\nintroducinc,introducing\r\nintroducion,introduction\r\nintroducions,introductions\r\nintroduciton,introduction\r\nintroductary,introductory\r\nintroducte,introduce\r\nintroducted,introduced\r\nintroductes,introduces\r\nintroductie,introduce\r\nintroducting,introduction\r\nintroductioin,introduction\r\nintroductiory,introductory\r\nintroductoary,introductory\r\nintroducton,introduction\r\nintroductons,introductions\r\nintroductury,introductory\r\nintrodue,introduces\r\nintrodued,introduced\r\nintroduktion,introduction\r\nintrodus,introduces\r\nintroduse,introduces\r\nintrodused,introduces\r\nintrodution,introduction\r\nintrodutions,introductions\r\nintrodutory,introductory\r\nintropsection,introspection\r\nintrospeccion,introspection\r\nintrospeciton,introspection\r\nintrospectin,introspection\r\nintrospectivo,introspection\r\nintrospektion,introspection\r\nintrovents,introverts\r\nintrovered,introverted\r\nintrovers,introverts\r\nintroversa,introverts\r\nintroverse,introverts\r\nintroversi,introverts\r\nintroverso,introverts\r\nintroversy,introverts\r\nintrovertie,introverted\r\nintrovertis,introverts\r\nintrovet,introvert\r\nintroveted,introverted\r\nintrucive,intrusive\r\nintruct,instruct\r\nintructed,instructed\r\nintruction,instruction\r\nintructions,instructions\r\nintructor,instructor\r\nintructors,instructors\r\nintructs,instructs\r\nintruduce,introduce\r\nintruduced,introduced\r\nintruduces,introduces\r\nintruducing,introducing\r\nintruduction,introduction\r\nintruductions,introductions\r\nintruductory,introductory\r\nintrudue,introduce\r\nintrudued,introduced\r\nintrudues,introduces\r\nintruduing,introducing\r\nintrudution,introduction\r\nintruige,intrigue\r\nintruiged,intrigued\r\nintruiging,intriguing\r\nintrulectual,intellectual\r\nintrument,instrument\r\nintrumental,instrumental\r\nintrumentalism,instrumentalism\r\nintrumentalisms,instrumentalisms\r\nintrumentalist,instrumentalist\r\nintrumentalists,instrumentalists\r\nintrumentalities,instrumentalities\r\nintrumentality,instrumentality\r\nintrumentally,instrumentally\r\nintrumentals,instrumentals\r\nintrumentation,instrumentation\r\nintrumented,instrumented\r\nintrumenting,instrumenting\r\nintruments,instruments\r\nintrust,entrust\r\nintrusted,entrusted\r\nintrusting,entrusting\r\nintrusts,entrusts\r\nintrval,interval\r\nintsall,install\r\nintsalled,installed\r\nintsalling,installing\r\nintsance,instance\r\nintserted,inserted\r\nintsrument,instrument\r\nintsrumental,instrumental\r\nintsrumentalism,instrumentalism\r\nintsrumentalisms,instrumentalisms\r\nintsrumentalist,instrumentalist\r\nintsrumentalists,instrumentalists\r\nintsrumentalities,instrumentalities\r\nintsrumentality,instrumentality\r\nintsrumentally,instrumentally\r\nintsrumentals,instrumentals\r\nintsrumentation,instrumentation\r\nintsruments,instruments\r\nintstallation,installation\r\nintstance,instance\r\nintstead,instead\r\nintstructions,instructions\r\nintstrument,instrument\r\nintstrumental,instrumental\r\nintstrumentalism,instrumentalism\r\nintstrumentalisms,instrumentalisms\r\nintstrumentalist,instrumentalist\r\nintstrumentalists,instrumentalists\r\nintstrumentalities,instrumentalities\r\nintstrumentality,instrumentality\r\nintstrumentally,instrumentally\r\nintstrumentals,instrumentals\r\nintstrumentation,instrumentation\r\nintstruments,instruments\r\nintterupt,interrupt\r\nintto,into\r\ninttroductions,introductions\r\nintuative,intuitive\r\nintuatively,intuitively\r\nintuatuall,intellectual\r\nintuiive,intuitive\r\nintuitevely,intuitively\r\nintuitevly,intuitively\r\nintuitioin,intuition\r\nintuitivelly,intuitively\r\nintuitivley,intuitively\r\nintuitivly,intuitively\r\nintuitivno,intuition\r\nintuiton,intuition\r\nintuitons,intuitions\r\nintuituvely,intuitively\r\nintuitvely,intuitively\r\nintulectual,intellectual\r\nintullectule,intellectual\r\nintullictual,intellectual\r\ninturest,interest\r\ninturrupting,interrupting\r\ninturupt,interrupt\r\ninturupted,interrupted\r\nintusintic,enthusiastic\r\nintution,intuition\r\nintutions,intuitions\r\nintutive,intuitive\r\nintutively,intuitively\r\nintéractions,interactions\r\ninudstrial,industrial\r\ninudstries,industries\r\ninudstry,industry\r\ninuduction,induction\r\ninuendo,innuendo\r\ninuendoes,innuendoes\r\ninumerable,enumerable\r\ninumerables,innumerables\r\ninumeras,innumeras\r\ninumeration,innumeration\r\ninumeravelmente,innumeravelmente\r\ninumerous,innumerous\r\ninury,injury\r\ninusrgency,insurgency\r\ninut,input\r\ninutilaties,inutilities\r\ninutilaty,inutility\r\ninutillities,inutilities\r\ninutillity,inutility\r\ninutilties,inutilities\r\ninutilty,inutility\r\ninutities,inutilities\r\ninutition,intuition\r\ninutitive,intuitive\r\ninutitively,intuitively\r\ninutity,inutility\r\ninvaderas,invaders\r\ninvaderats,invaders\r\ninvaid,invalid\r\ninvaild,invalid\r\ninvaildate,invalidates\r\ninvailid,invalid\r\ninvairably,invariably\r\ninvairant,invariant\r\ninvaldiate,invalidates\r\ninvaldiated,invalidated\r\ninvaldiates,invalidates\r\ninvaliate,invalidate\r\ninvalic,invalid\r\ninvalidade,invalidate\r\ninvalidades,invalidates\r\ninvalidante,invalidate\r\ninvalidare,invalidate\r\ninvalidas,invalidates\r\ninvalidateed,invalidated\r\ninvalide,invalid\r\ninvalidet,invalidated\r\ninvalubale,invaluable\r\ninvaluble,invaluable\r\ninvalud,invalid\r\ninvalueable,invaluable\r\ninvalueble,invaluable\r\ninvaluid,invalid\r\ninvarably,invariably\r\ninvaraibly,invariably\r\ninvariabil,invariably\r\ninvariabily,invariably\r\ninvariabley,invariably\r\ninvariablly,invariably\r\ninvaribaly,invariably\r\ninvarience,invariance\r\ninvarient,invariant\r\ninvarients,invariants\r\ninvassion,invasion\r\ninvassions,invasions\r\ninvatation,invitation\r\ninvation,invasion\r\ninvational,invasional\r\ninvationally,invasionally\r\ninvations,invasions\r\ninvaulable,invaluable\r\ninveitable,inevitable\r\ninveitably,inevitably\r\ninveked,invoked\r\ninvenate,infinite\r\ninvenotry,inventory\r\ninvensions,inventions\r\ninventario,inventor\r\ninventarlo,inventor\r\ninventaron,inventor\r\ninventer,inventor\r\ninventeral,inventoral\r\ninventered,inventored\r\ninventerial,inventorial\r\ninventering,inventoring\r\ninventers,inventors\r\ninventicenent,inconvenienced\r\ninventings,inventions\r\ninventioin,invention\r\ninventiones,inventions\r\ninventios,inventions\r\ninventiosn,inventions\r\ninventivos,inventions\r\ninventroy,inventory\r\ninveral,interval\r\ninverison,inversion\r\ninverisons,inversions\r\ninvermeantial,environmental\r\ninversatilaties,inversatilities\r\ninversatilaty,inversatility\r\ninversatillities,inversatilities\r\ninversatillity,inversatility\r\ninversatilties,inversatilities\r\ninversatilty,inversatility\r\ninversatities,inversatilities\r\ninversatity,inversatility\r\ninversed,inverted\r\ninversly,inversely\r\ninvertd,inverted\r\ninvertendo,inverted\r\ninverterad,inverted\r\ninvertes,inverse\r\ninvertibrate,invertebrate\r\ninvertibrates,invertebrates\r\ninvertion,inversion\r\ninvertions,inventions\r\ninvertor,inventor\r\ninverval,interval\r\ninvervention,intervention\r\ninvese,inverse\r\ninvesigate,investigate\r\ninvesigated,investigated\r\ninvesigates,investigates\r\ninvesigating,investigating\r\ninvesigation,investigation\r\ninvesigations,investigations\r\ninvesigative,investigative\r\ninvesigator,investigator\r\ninvesigators,investigators\r\ninvesigatory,investigatory\r\ninvesitgate,investigate\r\ninvesitgation,investigation\r\ninvesitgations,investigations\r\ninvesitgative,investigative\r\ninvesitgators,investigators\r\ninvesment,investment\r\ninvesments,investments\r\ninvesntiosn,invesntions\r\ninvestagae,investigate\r\ninvestagaed,investigated\r\ninvestagaes,investigates\r\ninvestagaing,investigating\r\ninvestagaion,investigation\r\ninvestagaions,investigations\r\ninvestagaive,investigative\r\ninvestagaor,investigator\r\ninvestagaors,investigators\r\ninvestagaory,investigatory\r\ninvestagate,investigate\r\ninvestagated,investigated\r\ninvestagates,investigates\r\ninvestagating,investigating\r\ninvestagation,investigation\r\ninvestagations,investigations\r\ninvestagative,investigative\r\ninvestagator,investigator\r\ninvestagators,investigators\r\ninvestagatory,investigatory\r\ninvestegate,investigate\r\ninvestegated,investigated\r\ninvestegating,investigating\r\ninvestegator,investigator\r\ninvestegators,investigators\r\ninvestemnt,investments\r\ninvester,investor\r\ninvestgae,investigate\r\ninvestgaed,investigated\r\ninvestgaes,investigates\r\ninvestgaing,investigating\r\ninvestgaion,investigation\r\ninvestgaions,investigations\r\ninvestgaive,investigative\r\ninvestgaor,investigator\r\ninvestgaors,investigators\r\ninvestgaory,investigatory\r\ninvestgate,investigate\r\ninvestgated,investigated\r\ninvestgates,investigates\r\ninvestgating,investigating\r\ninvestgation,investigation\r\ninvestgations,investigations\r\ninvestgative,investigative\r\ninvestgator,investigator\r\ninvestgators,investigators\r\ninvestgatory,investigatory\r\ninvestiagate,investigate\r\ninvestiagated,investigated\r\ninvestiagates,investigates\r\ninvestiagating,investigating\r\ninvestiagation,investigation\r\ninvestiagations,investigations\r\ninvestiagative,investigative\r\ninvestiagator,investigator\r\ninvestiagators,investigators\r\ninvestiagatory,investigatory\r\ninvestiage,investigate\r\ninvestiagte,investigate\r\ninvestiagted,investigated\r\ninvestiagtes,investigates\r\ninvestiagting,investigating\r\ninvestiagtion,investigation\r\ninvestiagtions,investigations\r\ninvestiagtive,investigative\r\ninvestiagtor,investigator\r\ninvestiagtors,investigators\r\ninvestiagtory,investigatory\r\ninvestiate,investigate\r\ninvestiated,investigated\r\ninvestiates,investigates\r\ninvestiating,investigating\r\ninvestiation,investigation\r\ninvestiations,investigations\r\ninvestiative,investigative\r\ninvestiator,investigator\r\ninvestiators,investigators\r\ninvestiatory,investigatory\r\ninvestiblity,investibility\r\ninvestigacion,investigation\r\ninvestigae,investigate\r\ninvestigaed,investigated\r\ninvestigaes,investigates\r\ninvestigaing,investigating\r\ninvestigaion,investigation\r\ninvestigaions,investigations\r\ninvestigaite,investigate\r\ninvestigaited,investigated\r\ninvestigaites,investigates\r\ninvestigaiting,investigating\r\ninvestigaition,investigation\r\ninvestigaitions,investigations\r\ninvestigaitive,investigative\r\ninvestigaiton,investigations\r\ninvestigaitor,investigator\r\ninvestigaitors,investigators\r\ninvestigaitory,investigatory\r\ninvestigaive,investigative\r\ninvestigaor,investigator\r\ninvestigaors,investigators\r\ninvestigaory,investigatory\r\ninvestigare,investigate\r\ninvestigaron,investigator\r\ninvestigater,investigator\r\ninvestigaters,investigators\r\ninvestigatie,investigative\r\ninvestigatin,investigation\r\ninvestigatio,investigator\r\ninvestigatioinal,investigational\r\ninvestigationes,investigations\r\ninvestigatiors,investigations\r\ninvestigativo,investigation\r\ninvestigativos,investigations\r\ninvestigatoin,investigation\r\ninvestigaton,investigation\r\ninvestigatons,investigations\r\ninvestige,investigate\r\ninvestigsting,investigating\r\ninvestigstion,investigations\r\ninvestigstions,investigations\r\ninvestigte,investigate\r\ninvestigted,investigated\r\ninvestigtes,investigates\r\ninvestigting,investigating\r\ninvestigtion,investigation\r\ninvestigtions,investigations\r\ninvestigtive,investigative\r\ninvestigtor,investigator\r\ninvestigtors,investigators\r\ninvestigtory,investigatory\r\ninvestingate,investigate\r\ninvestingated,investigated\r\ninvestingates,investigates\r\ninvestingating,investigating\r\ninvestingation,investigation\r\ninvestingations,investigations\r\ninvestingative,investigative\r\ninvestingator,investigator\r\ninvestingators,investigators\r\ninvestingatory,investigatory\r\ninvestions,inventions\r\ninvestirat,investigator\r\ninvestitaged,investigated\r\ninvestmens,investments\r\ninvestmet,investments\r\ninvestogator,investigator\r\ninvestogators,investigators\r\ninvestornewws,investornews\r\ninvestoroligist,investorologist\r\ninvetory,inventory\r\ninvicibility,invisibility\r\ninvicinble,invincible\r\ninvididual,individual\r\ninvididually,individually\r\ninvidiual,individual\r\ninvidivual,individual\r\ninvidual,individual\r\ninvidually,individually\r\ninviduals,individuals\r\ninvike,invoke\r\ninviked,invoked\r\ninvilid,invalid\r\ninvinat,infinite\r\ninvincability,invincibility\r\ninvincable,invincible\r\ninvincableness,invincibleness\r\ninvincables,invincibles\r\ninvincably,invincibly\r\ninvincablys,invinciblys\r\ninvinceability,invincibility\r\ninvinceable,invincible\r\ninvinceableness,invincibleness\r\ninvinceably,invincibly\r\ninvincebility,invincibility\r\ninvinceble,invincible\r\ninvincebleness,invincibleness\r\ninvincebly,invincibly\r\ninvinceibility,invincibility\r\ninvinceible,invincible\r\ninvinceibleness,invincibleness\r\ninvinceibly,invincibly\r\ninvincibe,invincible\r\ninvincibile,invincible\r\ninvincibillity,invincibility\r\ninvincibilty,invincibility\r\ninvinciblity,invincibility\r\ninvincil,invincible\r\ninvincinble,invincible\r\ninvinicble,invincible\r\ninvinite,infinite\r\ninvinsible,invincible\r\ninvinsilble,invisible\r\ninvinvible,invincible\r\ninviolablity,inviolability\r\ninvironment,environment\r\ninvisability,invisibility\r\ninvisable,invisible\r\ninvisaged,envisaged\r\ninvisble,invisible\r\ninvisibe,invisible\r\ninvisibiity,invisibility\r\ninvisibiliy,invisibility\r\ninvisibillity,invisibility\r\ninvisibiltiy,invisibility\r\ninvisibilty,invisibility\r\ninvisibily,invisibility\r\ninvisiblity,invisibility\r\ninvisilibity,invisibility\r\ninvisivility,invisibility\r\ninvislbe,invisible\r\ninvit,invite\r\ninvitacion,invitation\r\ninvitaion,invitation\r\ninvitating,invitation\r\ninvitatioin,invitation\r\ninvitato,invitation\r\ninvitatoin,invitation\r\ninviteds,invited\r\ninvitiation,invitation\r\ninvliad,invalid\r\ninvlove,involve\r\ninvloved,involved\r\ninvloves,involves\r\ninvloving,involving\r\ninvlovment,invlovement\r\ninvlude,include\r\ninvluded,included\r\ninvluding,including\r\ninvlunerable,invulnerable\r\ninvlving,involving\r\ninvoce,invoke\r\ninvoced,invoked\r\ninvocked,invoked\r\ninvode,invoke\r\ninvodked,invoked\r\ninvoekr,invoker\r\ninvoiec,invoice\r\ninvoiked,invoked\r\ninvokation,invocation\r\ninvokations,invocations\r\ninvokde,invoked\r\ninvoke's,invokes\r\ninvokec,invoked\r\ninvokeing,invoking\r\ninvokle,invoke\r\ninvokved,invoked\r\ninvolantary,involuntary\r\ninvolatilaties,involatilities\r\ninvolatilaty,involatility\r\ninvolatillities,involatilities\r\ninvolatillity,involatility\r\ninvolatilties,involatilities\r\ninvolatilty,involatility\r\ninvolatities,involatilities\r\ninvolatity,involatility\r\ninvoled,involved\r\ninvolentary,involuntary\r\ninvoling,involving\r\ninvolintary,involuntary\r\ninvolnerable,invulnerable\r\ninvolontary,involuntary\r\ninvolovment,involovement\r\ninvolunary,involuntary\r\ninvolunatry,involuntary\r\ninvoluntairy,involuntary\r\ninvoluntarely,involuntary\r\ninvoluntarity,involuntary\r\ninvoluntarly,involuntary\r\ninvolvment,involvement\r\ninvolvments,involvements\r\ninvoming,incoming\r\ninvonking,invoking\r\ninvonvenient,inconvenient\r\ninvormation,information\r\ninvovle,involve\r\ninvovled,involved\r\ninvovlement,involvement\r\ninvovlements,involvements\r\ninvovles,involves\r\ninvovling,involving\r\ninvovlr,involvr\r\ninvovlrs,involvrs\r\ninvovlve,involve\r\ninvovlved,involved\r\ninvovlvement,involvement\r\ninvovlvements,involvements\r\ninvovlves,involves\r\ninvovlving,involving\r\ninvovlvr,involvr\r\ninvovlvrs,involvrs\r\ninvovment,invovement\r\ninvstigate,investigate\r\ninvstigated,investigated\r\ninvstigates,investigates\r\ninvstigating,investigating\r\ninvstigation,investigation\r\ninvstigations,investigations\r\ninvstigative,investigative\r\ninvstigator,investigator\r\ninvstigators,investigators\r\ninvstigatory,investigatory\r\ninvte,invite\r\ninvulenrable,invulnerable\r\ninvulernable,invulnerable\r\ninvulnarable,invulnerable\r\ninvulnerabe,invulnerable\r\ninvulnerabile,invulnerable\r\ninvulnerablility,invulnerability\r\ninvulnerbale,invulnerable\r\ninvulnerble,invulnerable\r\ninvulnurable,invulnerable\r\ninvulverable,invulnerable\r\ninvunerablity,invunerability\r\ninvunlerable,invulnerable\r\ninvurnerable,invulnerable\r\ninxdexing,indexing\r\ninyect,inject\r\niocation,location\r\niof,of\r\nionclude,include\r\nione,iron\r\nioni-core,ionic-core\r\nionizatoin,ionization\r\nionoc,ionic\r\nionspired,inspired\r\niorn,iron\r\niornman,ironman\r\niosmorphic,isomorphic\r\niphoneogrpahy,iphoneography\r\niplementation,implementation\r\nipmicommand,command\r\niprovments,iprovements\r\nipsirato,ispirato\r\nipubrofen,ibuprofen\r\niquipped,equipped\r\niqwws,iqws\r\nir,or\r\niradmissability,iradmissibility\r\niradmissable,iradmissible\r\niradmissably,iradmissibly\r\niragate,irrigate\r\niranain,iranian\r\niranains,iranians\r\niranianos,iranians\r\niranias,iranians\r\niranina,iranian\r\niraninas,iranians\r\niration,irration\r\nirational,irrational\r\nirationale,irrationale\r\nirationalise,irrationalise\r\nirationalitate,irrationalitate\r\nirationhey,irrationhey\r\nirationm,irrationm\r\nirationrebel,irrationrebel\r\nirations,irrations\r\niraudability,iraudibility\r\niraudable,iraudible\r\niraudables,iraudibles\r\niraudably,iraudibly\r\niraudablys,iraudiblys\r\nircatly,ircately\r\nirchallengable,irchallengeable\r\nirchallengably,irchallengeably\r\nirchallengible,irchallengeable\r\nirchallengibly,irchallengeably\r\nircompatability,ircompatibility\r\nircompatable,ircompatible\r\nircompatably,ircompatibly\r\nirconvertability,irconvertibility\r\nirconvertable,irconvertible\r\nirconvertably,irconvertibly\r\nircorruptability,ircorruptibility\r\nircorruptable,ircorruptible\r\nircorruptably,ircorruptibly\r\nircredability,ircredibility\r\nircredable,ircredible\r\nircredables,ircredibles\r\nircredably,ircredibly\r\nircredablys,ircrediblys\r\nircrucability,ircrucibility\r\nircrucable,ircrucible\r\nircrucables,ircrucibles\r\nircrucably,ircrucibly\r\nircrucablys,ircruciblys\r\nirdefensability,irdefensibility\r\nirdefensable,irdefensible\r\nirdefensably,irdefensibly\r\nirder,order\r\nirdivisability,irdivisibility\r\nirdivisable,irdivisible\r\nirdivisably,irdivisibly\r\nirealy,really\r\niredability,iredibility\r\niredable,iredible\r\niredables,iredibles\r\niredably,iredibly\r\niredablys,irediblys\r\niregardless,regardless\r\nireguardless,regardless\r\nirelevant,irrelevant\r\nirelevent,irrelevant\r\nireligability,ireligibility\r\nireligable,ireligible\r\nireligables,ireligibles\r\nireligably,ireligibly\r\nireligablys,ireligiblys\r\nireplaceable,irreplaceable\r\nirequests,requests\r\niresh,irish\r\niresistable,irresistible\r\niresistably,irresistibly\r\niresistible,irresistible\r\niresistibly,irresistibly\r\nirestible,irresistible\r\niretsible,irresistible\r\nirfeasability,irfeasibility\r\nirfeasable,irfeasible\r\nirfeasably,irfeasibly\r\nirflexability,irflexibility\r\nirflexable,irflexible\r\nirflexables,irflexibles\r\nirflexably,irflexibly\r\nirflexablys,irflexiblys\r\nirgnored,ignored\r\nirhorrability,irhorribility\r\nirhorrable,irhorrible\r\nirhorrables,irhorribles\r\nirhorrably,irhorribly\r\nirhorrablys,irhorriblys\r\niridecence,iridescence\r\niridecent,iridescent\r\niridecents,iridescents\r\niridecsence,iridescence\r\niridecsent,iridescent\r\niridecsents,iridescents\r\niridescance,iridescence\r\niridescant,iridescent\r\niridescants,iridescents\r\niridesence,iridescence\r\niridesent,iridescent\r\niridesents,iridescents\r\nirigate,irrigate\r\nirigated,irrigated\r\nirigati,irrigati\r\nirigatii,irrigatii\r\nirigation,irrigation\r\nirisible,irresistible\r\nirisistable,irresistible\r\nirisistble,irresistible\r\nirisistible,irresistible\r\nirisitabe,irresistible\r\nirisitable,irresistible\r\nirisitble,irresistible\r\niristable,irresistible\r\niristestable,irresistible\r\niritable,irritable\r\niritably,irritably\r\niritate,irritate\r\niritated,irritated\r\niritates,irritates\r\niritati,irritati\r\niritatii,irritatii\r\niritatiical,irritatiical\r\niritatiile,irritatiile\r\niritating,irritating\r\niritatingly,irritatingly\r\niritation,irritation\r\niritations,irritations\r\nirknowledgable,irknowledgeable\r\nirknowledgably,irknowledgeably\r\nirknowledgible,irknowledgeable\r\nirknowledgibly,irknowledgeably\r\nirland,ireland\r\nirleand,ireland\r\nirmersability,irmersibility\r\nirmersable,irmersible\r\nirmersably,irmersibly\r\nirn,iron\r\nirning,ironing\r\nirnoticable,irnoticeable\r\nirnoticably,irnoticeably\r\nirnoticible,irnoticeable\r\nirnoticibly,irnoticeably\r\nironamn,ironman\r\nironcially,ironically\r\nironially,ironically\r\nironicaly,ironically\r\nironicly,ironically\r\nirostensability,irostensibility\r\nirostensable,irostensible\r\nirostensably,irostensibly\r\nirperceptability,irperceptibility\r\nirperceptable,irperceptible\r\nirperceptably,irperceptibly\r\nirplausability,irplausibility\r\nirplausable,irplausible\r\nirplausably,irplausibly\r\nirpossability,irpossibility\r\nirpossable,irpossible\r\nirpossably,irpossibly\r\nirracional,irrational\r\nirratable,irritable\r\nirratably,irritably\r\nirratate,irritate\r\nirratated,irritated\r\nirratates,irritates\r\nirratating,irritating\r\nirratatingly,irritatingly\r\nirratation,irritation\r\nirratic,erratic\r\nirrationably,irrationally\r\nirrationallity,irrationally\r\nirrationallly,irrationally\r\nirrationaly,irrationally\r\nirrationatly,irrationally\r\nirrationel,irrational\r\nirrationella,irrational\r\nirrationnal,irrational\r\nirrecoverablity,irrecoverability\r\nirreducability,irreducibility\r\nirreducable,irreducible\r\nirreducably,irreducibly\r\nirreduceability,irreducibility\r\nirreduceable,irreducible\r\nirreduceably,irreducibly\r\nirreducilbe,irreducible\r\nirregardless,irregardless\r\nirreguardless,irregardless\r\nirreguarly,irregularly\r\nirregularily,irregularly\r\nirregulary,irregularly\r\nirrelavance,irrelevance\r\nirrelavancy,irrelevancy\r\nirrelavant,irrelevant\r\nirrelavantly,irrelevantly\r\nirrelavence,irrelevance\r\nirrelavency,irrelevancy\r\nirrelavent,irrelevant\r\nirrelavently,irrelevantly\r\nirreleveance,irrelevance\r\nirreleveancy,irrelevancy\r\nirreleveant,irrelevant\r\nirreleveantly,irrelevantly\r\nirrelevence,irrelevance\r\nirrelevency,irrelevancy\r\nirrelevent,irrelevant\r\nirrelevently,irrelevantly\r\nirreliablity,irreliability\r\nirrelivant,irrelevant\r\nirrelivent,irrelevant\r\nirrellavance,irrelevance\r\nirrellavancy,irrelevancy\r\nirrellavant,irrelevant\r\nirrellavantly,irrelevantly\r\nirrellavence,irrelevance\r\nirrellavency,irrelevancy\r\nirrellavent,irrelevant\r\nirrellavently,irrelevantly\r\nirrellevance,irrelevance\r\nirrellevancy,irrelevancy\r\nirrellevant,irrelevant\r\nirrellevantly,irrelevantly\r\nirrellevence,irrelevance\r\nirrellevency,irrelevancy\r\nirrellevent,irrelevant\r\nirrellevently,irrelevantly\r\nirrepairable,irreparable\r\nirrepairably,irreparably\r\nirreperable,irreparable\r\nirreperably,irreparably\r\nirreplacable,irreplaceable\r\nirreplacably,irreplaceably\r\nirreplacible,irreplaceable\r\nirreplacibly,irreplaceably\r\nirreproducability,irreproducibility\r\nirreproducable,irreproducible\r\nirreproducably,irreproducibly\r\nirreproduceability,irreproducibility\r\nirreproduceable,irreproducible\r\nirreproduceably,irreproducibly\r\nirrepsective,irrespective\r\nirresiblable,irresistible\r\nirresible,irresistible\r\nirresistability,irresistibility\r\nirresistable,irresistible\r\nirresistablity,irresistability\r\nirresistably,irresistibly\r\nirresistibilty,irresistibility\r\nirresistiblility,irresistibility\r\nirrespctive,irrespective\r\nirrespecitve,irrespective\r\nirresponcible,irresponsible\r\nirresponibiliteis,irresponsibilities\r\nirresponibilitety,irresponsibility\r\nirresponibilitey,irresponsibility\r\nirresponibilities,irresponsibilities\r\nirresponibilitiies,irresponsibilities\r\nirresponibilitities,irresponsibilities\r\nirresponibilitity,irresponsibility\r\nirresponibilitiy,irresponsibility\r\nirresponibilitties,irresponsibilities\r\nirresponibilitty,irresponsibility\r\nirresponibility,irresponsibility\r\nirresponisbiliteis,irresponsibilities\r\nirresponisbilitety,irresponsibility\r\nirresponisbilitey,irresponsibility\r\nirresponisbilities,irresponsibilities\r\nirresponisbilitiies,irresponsibilities\r\nirresponisbilitities,irresponsibilities\r\nirresponisbilitity,irresponsibility\r\nirresponisbilitiy,irresponsibility\r\nirresponisbilitties,irresponsibilities\r\nirresponisbilitty,irresponsibility\r\nirresponisbility,irresponsibility\r\nirresponisble,irresponsible\r\nirresponisbly,irresponsibly\r\nirresponnsibiliteis,irresponsibilities\r\nirresponnsibilitety,irresponsibility\r\nirresponnsibilitey,irresponsibility\r\nirresponnsibilities,irresponsibilities\r\nirresponnsibilitiies,irresponsibilities\r\nirresponnsibilitities,irresponsibilities\r\nirresponnsibilitity,irresponsibility\r\nirresponnsibilitiy,irresponsibility\r\nirresponnsibilitties,irresponsibilities\r\nirresponnsibilitty,irresponsibility\r\nirresponnsibility,irresponsibility\r\nirresponsabiliteis,irresponsibilities\r\nirresponsabilitety,irresponsibility\r\nirresponsabilitey,irresponsibility\r\nirresponsabilities,irresponsibilities\r\nirresponsabilitiies,irresponsibilities\r\nirresponsabilitities,irresponsibilities\r\nirresponsabilitity,irresponsibility\r\nirresponsabilitiy,irresponsibility\r\nirresponsabilitties,irresponsibilities\r\nirresponsabilitty,irresponsibility\r\nirresponsability,irresponsibility\r\nirresponsable,irresponsible\r\nirresponsably,irresponsibly\r\nirresponsbile,irresponsible\r\nirresponsbiliteis,irresponsibilities\r\nirresponsbilitety,irresponsibility\r\nirresponsbilitey,irresponsibility\r\nirresponsbilities,irresponsibilities\r\nirresponsbilitiies,irresponsibilities\r\nirresponsbilitities,irresponsibilities\r\nirresponsbilitity,irresponsibility\r\nirresponsbilitiy,irresponsibility\r\nirresponsbilitties,irresponsibilities\r\nirresponsbilitty,irresponsibility\r\nirresponsbility,irresponsibility\r\nirresponsble,irresponsible\r\nirresponsebiliteis,irresponsibilities\r\nirresponsebilitety,irresponsibility\r\nirresponsebilitey,irresponsibility\r\nirresponsebilities,irresponsibilities\r\nirresponsebilitiies,irresponsibilities\r\nirresponsebilitities,irresponsibilities\r\nirresponsebilitity,irresponsibility\r\nirresponsebilitiy,irresponsibility\r\nirresponsebilitties,irresponsibilities\r\nirresponsebilitty,irresponsibility\r\nirresponsebility,irresponsibility\r\nirresponseble,irresponsible\r\nirresponsebly,irresponsibly\r\nirresponsibe,irresponsible\r\nirresponsibile,irresponsible\r\nirresponsibilteis,irresponsibilities\r\nirresponsibiltety,irresponsibility\r\nirresponsibiltey,irresponsibility\r\nirresponsibilties,irresponsibilities\r\nirresponsibiltiies,irresponsibilities\r\nirresponsibiltities,irresponsibilities\r\nirresponsibiltity,irresponsibility\r\nirresponsibiltiy,irresponsibility\r\nirresponsibiltties,irresponsibilities\r\nirresponsibiltty,irresponsibility\r\nirresponsibilty,irresponsibility\r\nirresponsibily,irresponsibly\r\nirresponsibliteis,irresponsibilities\r\nirresponsiblitety,irresponsibility\r\nirresponsiblitey,irresponsibility\r\nirresponsiblities,irresponsibilities\r\nirresponsiblitiies,irresponsibilities\r\nirresponsiblitities,irresponsibilities\r\nirresponsiblitity,irresponsibility\r\nirresponsiblitiy,irresponsibility\r\nirresponsiblitties,irresponsibilities\r\nirresponsiblitty,irresponsibility\r\nirresponsiblity,irresponsibility\r\nirrestible,irresistible\r\nirrevelant,irrelevant\r\nirreverant,irrelevant\r\nirreverisble,irreversible\r\nirreversability,irreversibility\r\nirreversable,irreversible\r\nirreversably,irreversibly\r\nirreversebly,irreversible\r\nirreversiable,irreversible\r\nirreversibel,irreversible\r\nirreversibelt,irreversible\r\nirreversibile,irreversible\r\nirreversibilty,irreversibility\r\nirreversiblities,irreversibilities\r\nirrevirsible,irreversible\r\nirridation,irritation\r\nirridescence,iridescence\r\nirridescent,iridescent\r\nirridescently,iridescently\r\nirrigatioin,irrigation\r\nirrigatoin,irrigation\r\nirriration,irritation\r\nirrisestible,irresistible\r\nirrisisstable,irresistible\r\nirrisistable,irresistible\r\nirrisistble,irresistible\r\nirrisitable,irresistible\r\nirrisiterble,irresistible\r\nirrisitstable,irresistible\r\nirrispective,irrespective\r\nirrisponsible,irresponsible\r\nirristable,irresistible\r\nirristible,irresistible\r\nirritabilty,irritability\r\nirritablility,irritability\r\nirritablity,irritability\r\nirritacion,irritation\r\nirritatie,irritate\r\nirritaties,irritate\r\nirritatin,irritation\r\nirritato,irritation\r\nirritaty,irritating\r\nirritible,irritable\r\nirriversible,irreversible\r\nirrration,irration\r\nirrrationality,irrationality\r\nirrrelevant,irrelevant\r\nirrreplaceable,irreplaceable\r\nirrresistible,irresistible\r\nirrresistibly,irresistibly\r\nirrrigate,irrigate\r\nirrrigated,irrigated\r\nirrrigati,irrigati\r\nirrrigation,irrigation\r\nirrritate,irritate\r\nirrritated,irritated\r\nirrritati,irritati\r\nirrritating,irritating\r\nirrritation,irritation\r\nirrsitbly,irresistible\r\nirsensability,irsensibility\r\nirsensable,irsensible\r\nirsensably,irsensibly\r\nirst,first\r\nirst-in,first-in\r\nirsuggestability,irsuggestibility\r\nirsuggestable,irsuggestible\r\nirsuggestably,irsuggestibly\r\nirtangability,irtangibility\r\nirtangable,irtangible\r\nirtangables,irtangibles\r\nirtangably,irtangibly\r\nirtangablys,irtangiblys\r\nirtensability,irtensibility\r\nirtensable,irtensible\r\nirtensably,irtensibly\r\nirterrability,irterribility\r\nirterrable,irterrible\r\nirterrables,irterribles\r\nirterrably,irterribly\r\nirterrablys,irterriblys\r\nirtual,virtual\r\nirvincability,irvincibility\r\nirvincable,irvincible\r\nirvincables,irvincibles\r\nirvincably,irvincibly\r\nirvincablys,irvinciblys\r\nis'nt,isn't\r\nis't,isn't\r\nisa,is a\r\nisalmic,islamic\r\nisalmist,islamist\r\nisalmists,islamists\r\nisalnders,islanders\r\nisant,isn't\r\nisareli,israeli\r\nisarelis,israelis\r\nisaving,saving\r\nisc,ise\r\nisdefinitely,indefinitely\r\nisdone,is done\r\nisecure,insecure\r\nised,used\r\niself,self\r\nisemail,email\r\nisen't,isn't\r\nisexecuted,executed\r\niside,inside\r\nising,using\r\nision,vision\r\nisis,is\r\nislamisist,islamist\r\nislamisists,islamists\r\nislamiskt,islamist\r\nislamistas,islamists\r\nislamisters,islamists\r\nislamistisk,islamists\r\nislamit,islamist\r\nislamits,islamist\r\nislamsit,islamist\r\nislamsits,islamists\r\nislandes,islanders\r\nislation,isolation\r\nislmaic,islamic\r\nislmaists,islamists\r\nisloate,isolate\r\nismalist,islamist\r\nismorphism,isomorphism\r\nismus,isthmus\r\nisn'tt,isn't\r\nisn,isn't\r\nisnert,insert\r\nisnide,inside\r\nisnpection,inspection\r\nisnsights,insights\r\nisnt't,isn't\r\nisnt,isn't\r\nisntall,install\r\nisntallation,installation\r\nisntallations,installations\r\nisntalled,installed\r\nisntaller,installer\r\nisntalling,installing\r\nisntalls,installs\r\nisntance,instance\r\nisntances,instances\r\nisntantly,instantly\r\nisntead,instead\r\nisntructed,instructed\r\nisntrument,instrument\r\nisntrumental,instrumental\r\nisntruments,instruments\r\nisoalte,isolate\r\nisocahedron,icosahedron\r\nisolat,isolate\r\nisolatie,isolate\r\nisolatioin,isolation\r\nisolatoin,isolation\r\nisolaton,isolation\r\nisolatuon,isolation\r\nisoldation,isolation\r\nisomorphim,isomorphism\r\nisomorphims,isomorphisms\r\nisotretioin,isotretion\r\nisotrop,isotope\r\nispired,inspired\r\nisqished,distinguished\r\nisraeliens,israelis\r\nisraelies,israelis\r\nisraelitas,israelis\r\nisraelits,israelis\r\nisraelli,israeli\r\nisralei,israeli\r\nisraleis,israelis\r\nisralies,israelis\r\nisreal,Israel\r\nisreali,israeli\r\nisrealis,israelis\r\nisrealite,Israelite\r\nisrealites,israelites\r\niss,is\r\nisse,issue\r\nisself,itself\r\nisses,issues\r\nisseus,issues\r\nissing,issuing\r\nissolate,isolate\r\nissolated,isolated\r\nisssue,issue\r\nisstead,instead\r\nissueing,issuing\r\nissuescontributingmd,issues\r\nissuess,issues\r\nissure,issuer\r\nissuse,issues\r\nissuses,issues\r\nist,is\r\nistablishing,establishing\r\nistablising,establishing\r\nistall,install\r\nistallation,installation\r\nistalled,installed\r\nistance,instance\r\nistantiation,instantiation\r\nistarts,starts\r\niste,site\r\nistead,instead\r\nistelf,itself\r\nistener,listener\r\nisthe,is\r\nistment,instruments\r\nistropic,isotropic\r\nistructions,instructions\r\nists,lists\r\nistself,itself\r\nisue,issue\r\nisued,issued\r\nisues,issues\r\nisuue,issue\r\nit''s,it's\r\nit'a,it's\r\nit'c,it's\r\nit'sdr,it's\r\nit-sp,it-r\r\nit1,it\r\nit1s,it's\r\nit;d,it'd\r\nit;ll,it'll\r\nit;m,it'm\r\nit;s,it's\r\nitakes,takes\r\nitalains,italians\r\nitalianas,italians\r\nitalianess,italians\r\nitalianos,italians\r\nitalias,italians\r\nitalisized,italicized\r\nitalize,italicize\r\nitalizie,italicize\r\nitamise,itemized\r\nitamised,itemized\r\nitamized,itemized\r\nitatimized,itemized\r\nitatly,itately\r\nitd,it'd\r\nitearation,iteration\r\niteartor,iterator\r\niteem,item\r\niteg,it\r\niteger,integer\r\nitegral,integral\r\nitegrator,integrator\r\nitemimized,itemized\r\nitemmized,itemized\r\nitemnize,itemized\r\nitemplate,template\r\nitemps,items\r\nitemsed,itemized\r\nitemss,items\r\nitemtized,itemized\r\niten,item\r\nitenerant,itinerant\r\nitenised,itemized\r\nitens,items\r\niteract,interact\r\niteracting,interacting\r\niteractive,interactive\r\niterage,iterate\r\niteraions,iterations\r\niterals,literals\r\niteraror,iterator\r\niterater,iterator\r\niteratiblity,iteratibility\r\niterationi,iteration\r\niteratiting,iterating\r\niterativly,iteratively\r\niteraton,iteration\r\niteratpr,iterator\r\niteratre,iterate\r\nitereator,iterator\r\nitereferes-with,interferes-with\r\niterface,interface\r\niterfaces,interfaces\r\niterm,item\r\nitermediate,intermediate\r\niterment,instruments\r\niternal,internal\r\niterpret,interpret\r\niterrupt,interrupt\r\niterruptions,interruptions\r\niterrupts,interrupts\r\nitertion,insertion\r\niteslf,itself\r\niteslves,itselves\r\nitetator-,iterator-\r\nith,with\r\nithat,that\r\nithemized,itemized\r\nitherwise,otherwise\r\nithimmming,ithimming\r\nithis,this\r\nitialization,initialization\r\nitialize,initialize\r\nitialized,initialized\r\nitializes,initializes\r\nitializing,initializing\r\nitiamized,itemized\r\nitimied,itemized\r\nitimised,itemized\r\nitimize,itemized\r\nitimized,itemized\r\nitims,items\r\nitineraies,itineraries\r\nitineraties,itineraries\r\nitinery,itinerary\r\nitiomized,itemized\r\nitis,it is\r\nititial,initial\r\nititials,initials\r\nitlike,it like\r\nitme,time\r\nitmediatly,itmediately\r\nitmes,items\r\nitms,items\r\nitn,int\r\nitnegrated,integrate\r\nitneraction,interaction\r\nitnerest,interest\r\nitnerested,interested\r\nitneresting,interesting\r\nitnerestingly,interestingly\r\nitnerests,interests\r\nitnernet,internet\r\nitnroduce,introduce\r\nitnroduced,introduced\r\nitnroduces,introduces\r\nitnroducing,introducing\r\nitnroduction,introduction\r\nitnrodue,introduce\r\nitnrodued,introduced\r\nitnrodues,introduces\r\nitnroduing,introducing\r\nitnrodution,introduction\r\nitom,item\r\nitomised,itemized\r\nitomize,itemized\r\nitomized,itemized\r\nitomport,import\r\nitr,its\r\nitrative,iterative\r\nits',its\r\nitsef,itself\r\nitselfl,itself\r\nitselft,itself\r\nitselv,itself\r\nitslef,itself\r\nitsleves,itselves\r\nitslf,itself\r\nitslves,itselves\r\nitss,its\r\nitsself,itself\r\nittaly,ittally\r\nittemized,itemized\r\nitterate,iterate\r\nitterated,iterated\r\nitterates,iterates\r\nitterating,iterating\r\nitteration,iteration\r\nitterations,iterations\r\nitterative,iterative\r\nitteratively,iteratively\r\nitterator,iterator\r\nittimised,itemized\r\nittimize,itemized\r\niuncomptible,incompatible\r\niunior,junior\r\niunit,unit\r\nivalid,invalid\r\nivalidation,invalidation\r\nivery,ivory\r\nivew,view\r\nivey,ivy\r\nivoid,avoid\r\nivoked,invoked\r\nivorycoast,Ivory Coast\r\niwallet,wallet\r\niwas,was\r\niwith,with\r\niwithn,within\r\niwll,will\r\niwth,with\r\niwwed,iwed\r\nixes,fixes\r\nixnvokers,invokers\r\nixpinditure,expenditure\r\niyer,year\r\niz's,it's\r\nizzzzncluding,including\r\njabbber,jabber\r\njacketted,jacketed\r\njacketting,jacketing\r\njacketts,jackets\r\njacknife,jack-knife\r\njackonsville,jacksonville\r\njacksonvile,jacksonville\r\njacksonvillle,jacksonville\r\njacrabbit,jackrabbit\r\njaegermeister,jägermeister\r\njagaur,jaguar\r\njagaurs,jaguars\r\njagermeister,jägermeister\r\njaguards,jaguars\r\njaguares,jaguars\r\njaguras,jaguars\r\njailborken,jailbroken\r\njailbrake,jailbreak\r\njailbrek,jailbreak\r\njailbroaken,jailbroken\r\njailbrocken,jailbroken\r\njailled,jailed\r\njailling,jailing\r\njaimacan,jamaican\r\njaket,jacket\r\njale,jail\r\njalibreak,jailbreak\r\njalibroken,jailbroken\r\njaly,july\r\njamaca,jamaica\r\njamacain,jamaican\r\njamacan,jamaican\r\njamacans,jamaicans\r\njamacia,jamaica\r\njamaicain,jamaican\r\njamaicains,jamaican\r\njamaicaman,jamaican\r\njamaicia,jamaica\r\njamaina,jamaican\r\njame,jam\r\njamed,jammed\r\njamiaca,jamaica\r\njamiacan,jamaican\r\njamine,jasmine\r\njammming,jamming\r\njamsine,jasmine\r\njan,jam\r\njanacek,janáček\r\njanaury,january\r\njanaček,janáček\r\njaniter,janitor\r\njanuaray,january\r\njanuery,january\r\njanurary,january\r\njanuray,january\r\njanàcek,janáček\r\njanàček,janáček\r\njanácek,janáček\r\njanãcek,janáček\r\njanãček,janáček\r\njanäcek,janáček\r\njanäček,janáček\r\njanācek,janáček\r\njanāček,janáček\r\njanăcek,janáček\r\njanăček,janáček\r\njanǎcek,janáček\r\njanǎček,janáček\r\njapanease,japanese\r\njapaneese,japanese\r\njapanes,japanese\r\njapanesse,japanese\r\njapaneze,japanese\r\njapans',japan's\r\njapans,japan's\r\njapans’,japan's\r\njapenese,japanese\r\njapser,jasper\r\njaques,jacques\r\njardiniere,jardinière\r\njarrred,jarred\r\njarrring,jarring\r\njasmien,jasmine\r\njasmine-repoters,jasmine-reporters\r\njasonroselllive,jasonrosellive\r\njat,jar\r\njatoin,jation\r\njaugars,jaguars\r\njaunary,january\r\njaundise,jaundice\r\njavanease,javanese\r\njavaneese,javanese\r\njavanesse,javanese\r\njavascirpt,javascript\r\njave,java\r\njaviercalvoagresion,javiercalvoagression\r\njavscirpt,javascript\r\njayer,layer\r\njealeaus,jealous\r\njeapardy,jeopardy\r\njefferry,jeffery\r\njefferty,jeffery\r\njefffers,jeffers\r\njeircho,jericho\r\njelous,jealous\r\njelousy,jealousy\r\njenius,genius\r\njennifffer,jenniffer\r\njennigns,jennings\r\njennins,jennings\r\njennner,jenner\r\njennnings,jennings\r\njeopary,jeopardy\r\njeoprady,jeopardy\r\njepardy,jeopardy\r\njepg,jpeg\r\njepoardy,jeopardy\r\njeprodise,jeopardize\r\njeqwws,jeqws\r\njeresys,jerseys\r\njericoh,jericho\r\njerkign,jerking\r\njerrrion,jerrion\r\njerrybuildt,jerrybuilt\r\njersies,jerseys\r\njersualem,jerusalem\r\njersy,jersey\r\njersyes,jerseys\r\njersys,jerseys\r\njerusaleum,jerusalem\r\njerusalm,jerusalem\r\njeruselam,jerusalem\r\njeruslaem,jerusalem\r\njest-cicus,jest-circus\r\njest-puppeteeer,jest-puppeteer\r\njettting,jetting\r\njewelery,jewelry\r\njewelller,jeweller\r\njewelllers,jewellers\r\njewelrey,jewelry\r\njewerly,jewelry\r\njewism,judaism\r\njewl,jewel\r\njewler,jeweler\r\njewlery,jewelry\r\njewllery,jewellery\r\njewlrey,jewellery\r\njharkand,Jharkhand\r\njhon,john\r\njhonmacfuly,jhonmacfully\r\njice,juice\r\njiggging,jigging\r\njimmmer,jimmer\r\njingos,jingoes\r\njion,join\r\njise,juice\r\njittter,jitter\r\njiuc,juice\r\njiuces,juice\r\njiunor,junior\r\njjob,job\r\njjust,just\r\njluddders,jludders\r\njmbulllion,jMBullion\r\njmp,jump\r\njoanthan,jonathan\r\njob-center,jobcentre\r\njob-ceter,jobcentre\r\njob-senter,jobcentre\r\njoba,job\r\njobbber,jobber\r\njobcenait,jobcentre\r\njobcener,jobcentre\r\njobcente,jobcentre\r\njobcenter,jobcentre\r\njobcetre,jobcentre\r\njobsenter,jobcentre\r\njod,jot\r\njodcanter,jobcentre\r\njodceter,jobcentre\r\njoeg,jpeg\r\njoepardy,jeopardy\r\njoesph,joseph\r\njoggged,jogged\r\njoggger,jogger\r\njogggers,joggers\r\njoggging,jogging\r\njohanine,johannine\r\njohhn,john\r\njohnie,johnnie\r\njohnnnie,johnnie\r\njohnnnnie,johnnie\r\njohnnnnnie,johnnie\r\njoind,joined\r\njoinder,joiner\r\njoine,joined\r\njoing,joining\r\njoinin,joining\r\njoinned,joined\r\njoinning,joining\r\njoinor,junior\r\njointe,joint\r\njoiń,join\r\njojwws,jojws\r\njoly,jolly\r\njon,job\r\njonatahn,jonathan\r\njonathan,john\r\njoned,joined\r\njonh,john\r\njonoir,junior\r\njornal,journal\r\njorunal,journal\r\njos,job\r\njosn,json\r\njospeh,joseph\r\njounal,journal\r\njounaling,journaling\r\njounalism,journalism\r\njounalisms,journalisms\r\njounalist,journalist\r\njounalists,journalists\r\njounalling,journalling\r\njounals,journals\r\njounary,journey\r\njouney,journey\r\njouneyed,journeyed\r\njouneying,journeying\r\njouneyman,journeyman\r\njouneymen,journeymen\r\njouneys,journeys\r\njounied,journeyed\r\njounieed,journeyed\r\njounies,journeys\r\njounior,junior\r\njounir,junior\r\njounis,journeys\r\njounral,journal\r\njounraling,journaling\r\njounralism,journalism\r\njounralisms,journalisms\r\njounralist,journalist\r\njounralistic,journalistic\r\njounralists,journalists\r\njounralling,journalling\r\njounrals,journals\r\njounrey,journey\r\njounreyed,journeyed\r\njounreying,journeying\r\njounreyman,journeyman\r\njounreymen,journeymen\r\njounreys,journeys\r\njouranlism,journalism\r\njouranlist,journalist\r\njouranlistic,journalistic\r\njouranlists,journalists\r\njournaal,journal\r\njournaism,journalism\r\njournalims,journals\r\njournalis,journals\r\njournalisim,journalism\r\njournalisitc,journalistic\r\njournalisitic,journalistic\r\njournalistc,journalistic\r\njournalistens,journalists\r\njournalisters,journalists\r\njournalistes,journalists\r\njournalistisch,journalistic\r\njournalistische,journalistic\r\njournalistisk,journalists\r\njournalits,journals\r\njournalizm,journalism\r\njournalsim,journalism\r\njournel,journal\r\njournied,journeyed\r\njournieed,journeyed\r\njournies,journeys\r\njournis,journeys\r\njournl,journal\r\njournolist,journalist\r\njournolists,journalists\r\njourny,journey\r\njournys,journeys\r\njoyfuly,joyfully\r\njoynivly,joynively\r\njoyololgist,joyolologist\r\njoysitck,joystick\r\njoystik,joystick\r\njped,jpeg\r\njphn,john\r\njpossible,possible\r\njra,jar\r\njrballler,jrballer\r\njrunnner,jRunner\r\njstu,just\r\njstuice,justice\r\njstuify,justify\r\njstuly,justly\r\njsu,just\r\njsut,just\r\njsutice,justice\r\njsutification,justifications\r\njsutify,justify\r\njsutly,justly\r\njtcfwws,jtcfws\r\njthere,there\r\njtheshowstoppper,jtheshowstopper\r\njuadaism,judaism\r\njuadism,judaism\r\njuby,ruby\r\njuc,juice\r\njuce,juice\r\njucee,juice\r\njuces,juice\r\njucice,juice\r\njucie,juice\r\njucile,juice\r\njuction,function\r\njucy,juicy\r\njudaisim,judaism\r\njudasim,judaism\r\njudddddddddddddddddder,judder\r\njudegment,judgement\r\njudegmental,judgemental\r\njudegments,judgements\r\njudement,judgement\r\njudgamental,judgemental\r\njudgemant,judgemental\r\njudgemenal,judgemental\r\njudgementals,judgements\r\njudgementle,judgemental\r\njudgementsl,judgemental\r\njudgemet,judgements\r\njudgemetal,judgemental\r\njudgenental,judgemental\r\njudget,judge\r\njudgmerit,judgement\r\njudgmet,judgement\r\njudical,judicial\r\njudicary,judiciary\r\njudicioius,judicious\r\njudicioiusly,judiciously\r\njudicioiusness,judiciousness\r\njudiciouis,judicious\r\njudiciouisly,judiciously\r\njudiciouisness,judiciousness\r\njudiciuos,judicious\r\njudiciuosly,judiciously\r\njudiciuosness,judiciousness\r\njudicoius,judicious\r\njudicoiusly,judiciously\r\njudicoiusness,judiciousness\r\njudicouis,judicious\r\njudicouisly,judiciously\r\njudicouisness,judiciousness\r\njudiscious,judicious\r\njudisciously,judiciously\r\njudisciousness,judiciousness\r\njudisual,judicial\r\njudisuary,judiciary\r\njudjment,judgement\r\njudment,judgement\r\njuducial,judicial\r\njuduciary,judiciary\r\njugdement,judgement\r\njugdemental,judgemental\r\njugdements,judgements\r\njuge,judge\r\njugement,judgement\r\njuggarnaut,juggernaut\r\njuggeranut,juggernaut\r\njuggernat,juggernaut\r\njuggernath,juggernaut\r\njuggernaugt,juggernaut\r\njuggernault,juggernaut\r\njuggernaunt,juggernaut\r\njuggernaunts,juggernaut\r\njuggernout,juggernaut\r\njuggernuat,juggernaut\r\njuggetnaut,juggernaut\r\njugglenaut,juggernaut\r\njuggurnaut,juggernaut\r\njuglar,vulgar\r\njugnling,jungling\r\njuic,juice\r\njuicey,juicy\r\njuies,juice\r\njuinor,junior\r\njuinority,juniority\r\njuinors,juniors\r\njuipter,jupiter\r\njuis,juice\r\njuise,juice\r\njuliennned,julienned\r\njumb,jumped\r\njumpt,jumped\r\njunctioin,junction\r\njunglig,jungling\r\njunglign,jungling\r\njunier,junior\r\njuniour,juniors\r\njunlging,jungling\r\njunoir,junior\r\njunoirity,juniority\r\njunoirs,juniors\r\njunor,junior\r\njunp,jump\r\njunping,jumping\r\njuntion,junction\r\njuob,job\r\njuoir,junior\r\njuptier,jupiter\r\njurce,juice\r\njuridicial,juridical\r\njuridicially,juridically\r\njuridiction,jurisdiction\r\njuridictional,jurisdictional\r\njuridictionally,jurisdictionally\r\njuridictions,jurisdictions\r\njuridisction,jurisdictions\r\njurisdication,jurisdiction\r\njurisdiccion,jurisdiction\r\njurisdiciton,jurisdiction\r\njurisdicitons,jurisdictions\r\njurisdictiosn,jurisdictions\r\njurisdiktion,jurisdiction\r\njurisfiction,jurisdiction\r\njurisidction,jurisdiction\r\njurisidctions,jurisdictions\r\njuristiction,jurisdiction\r\njuristictional,jurisdictional\r\njuristictionally,jurisdictionally\r\njuristictions,jurisdictions\r\njurnal,journal\r\njurney,journey\r\njurry,jury\r\njursidiction,jurisdiction\r\njursidictions,jurisdictions\r\njus,just\r\njuse,just\r\njusie,juice\r\njusitfication,justifications\r\njusitfy,justify\r\njusridiction,jurisdiction\r\njusssion,jussion\r\njustafiable,justifiable\r\njustafiably,justifiably\r\njustaficate,justificate\r\njustaficates,justificates\r\njustafication,justification\r\njustafications,justifications\r\njustafied,justified\r\njustafies,justifies\r\njuste,just\r\njustfiable,justifiable\r\njustfiably,justifiably\r\njustficate,justificate\r\njustficates,justificates\r\njustfication,justification\r\njustfications,justifications\r\njustfied,justified\r\njustfies,justifies\r\njustfiy,justify\r\njustg,just\r\njustifacation,justification\r\njustifcation,justification\r\njustifed,justified\r\njustifes,justifies\r\njustifiaction,justifications\r\njustifible,justifiable\r\njustificacion,justification\r\njustificaiton,justification\r\njustificatin,justifications\r\njustificativo,justification\r\njustificativos,justifications\r\njustificatons,justifications\r\njustificiations,justifications\r\njustificstion,justifications\r\njustifiy,justify\r\njustifyable,justifiable\r\njustifyed,justified\r\njustiifcation,justifications\r\njustise,justice\r\njusty,just\r\njuttting,jutting\r\njuvanile,juvenile\r\njuvanilia,juvenilia\r\njuvanility,juvenility\r\njuveline,juvenile\r\njuvenille,juvenile\r\njuvenilles,juvenile\r\njuvenlie,juvenile\r\njuvinile,juvenile\r\njuviniles,juveniles\r\njuvinilia,juvenilia\r\njuvinility,juvenility\r\njuvinille,juvenile\r\nkage,cage\r\nkahki,khaki\r\nkaittaly,kaittally\r\nkaldolmar,kåldolmar\r\nkaleidescope,kaleidoscope\r\nkaleld,kalled\r\nkaliedoscope,kaleidoscope\r\nkame,came\r\nkamp,camp\r\nkan,can\r\nkane,cane\r\nkannegissser,kannegisser\r\nkape,cape\r\nkapock,kapok\r\nkarakoe,karaoke\r\nkarama's,karma's\r\nkarbohydrates,carbohydrates\r\nkard,card\r\nkarnafuly,karnafully\r\nkarnofuly,karnofully\r\nkaroake,karaoke\r\nkars,cars\r\nkartaly,kartally\r\nkasak,kazak\r\nkasakh,kazakh\r\nkasakhs,kazakhs\r\nkasakhstan,kazakhstan\r\nkasaks,kazaks\r\nkasakstan,kazakhstan\r\nkassatly,kassately\r\nkassser,kasser\r\nkast,cast\r\nkatastrophic,catastrophic\r\nkatemine,ketamine\r\nkatoin,kation\r\nkattaly,kattally\r\nkave,cave\r\nkay,key\r\nkaystack-app-deployments,haystack-app-deployments\r\nkaystack-es,haystack-es\r\nkazahkstan,kazakhstan\r\nkazahkstani,kazakhstani\r\nkazahkstanis,kazakhstanis\r\nkazakstan,kazakhstan\r\nkazakstani,kazakhstani\r\nkazakstanis,kazakhstanis\r\nkbe,be\r\nkbitps,kbits\r\nke,key\r\nkean,keen\r\nkeap,keep\r\nkebab-veritcal,kebab-vertical\r\nkeboard,keyboard\r\nkee,key\r\nkeeep,keep\r\nkeeeping,keeping\r\nkeeing,keeping\r\nkeeness,keenness\r\nkeeo,keep\r\nkeep-aive,keep-alive\r\nkeeped,keep\r\nkeept,kept\r\nkeepting,keeping\r\nkelller,keller\r\nkendergarden,kindergarten\r\nkendigardon,kindergarten\r\nkendigartian,kindergarten\r\nkenel,kernel\r\nkenendy,kennedy\r\nkenerl,kernel\r\nkeneysian,keynesian\r\nkenndey,kennedy\r\nkennedey,kennedy\r\nkenrel,kernel\r\nkentigarten,kindergarten\r\nkentuckey,kentucky\r\nkentucy,kentucky\r\nkenyesian,keynesian\r\nkepper,keeper\r\nkepping,keeping\r\nkeps,kept\r\nkerenls,kernels\r\nkering,kerning\r\nkernal,kernel\r\nkernell,kernel\r\nkernl,kernel\r\nkesypace,keyspace\r\nket,key\r\nketmaine,ketamine\r\nkets,keys\r\nkettel,kettle\r\nkew,key\r\nkeword,keyword\r\nkewords,keywords\r\nkewyword,keyword\r\nkey-ana-nan,key-and-nan\r\nkeya,keys\r\nkeyas,keys\r\nkeybaord,keyboard\r\nkeybaords,keyboards\r\nkeybard,keyboard\r\nkeybindigns,keybindings\r\nkeybindinsg,keybindings\r\nkeybinds,key-bindings\r\nkeyboad,keyboard\r\nkeyboar,keyboard\r\nkeyboars,keyboards\r\nkeybooard,keyboard\r\nkeyborad,keyboard\r\nkeybord,keyboard\r\nkeychan,keychain\r\nkeychian,keychain\r\nkeydtroke,keystroke\r\nkeyensian,keynesian\r\nkeyes,keys\r\nkeyesnian,keynesian\r\nkeyloggger,keylogger\r\nkeylogggers,keyloggers\r\nkeynode,keynote\r\nkeynseian,keynesian\r\nkeyord,keyword\r\nkeyoword,keyword\r\nkeyrwords,keywords\r\nkeysapce,keyspace\r\nkeysenian,keynesian\r\nkeysone,keystone\r\nkeyss,keys\r\nkeystorkes,keystrokes\r\nkeystroes,keystrokes\r\nkeytroke,keystroke\r\nkeyward,keyword\r\nkeywoard,keyword\r\nkeywork,keyword\r\nkeyworks,keywords\r\nkeyworn,keyword\r\nkeywrod,keyword\r\nkh,kc\r\nkhachindorbatly,khachindorbately\r\nkhaligrpah,khaligraph\r\nkhornofuly,khornofully\r\nkhow,know\r\nkichen,kitchen\r\nkiching,kitchen\r\nkickign,kicking\r\nkicknes,knickers\r\nkicko-off,kick-off\r\nkickstarer,kickstarter\r\nkickstartr,kickstarter\r\nkickstater,kickstarter\r\nkicthen,kitchen\r\nkicthens,kitchens\r\nkiddding,kidding\r\nkiddergarden,kindergarten\r\nkidgarden,kindergarten\r\nkidinthegarden,kindergarten\r\nkidnaped,kidnapped\r\nkidnapning,kidnapping\r\nkidnappade,kidnapped\r\nkidnappning,kidnapping\r\nkidnappped,kidnapped\r\nkidnapppers,kidnappers\r\nkidnappping,kidnapping\r\nkidnergarten,kindergarten\r\nkife,knife\r\nkiiiiiilller,kiiiiiiller\r\nkil,kill\r\nkild,killed\r\nkileld,killed\r\nkiling,killing\r\nkilld,killed\r\nkillingest,killings\r\nkillins,killings\r\nkillled,killed\r\nkilller,killer\r\nkilllers,killers\r\nkillling,killing\r\nkilllings,killings\r\nkillllllled,killed\r\nkillllllling,killing\r\nkilllllllllller,killer\r\nkillllllllllllled,killed\r\nkillogram,kilogram\r\nkillometer,kilometer\r\nkillometre,kilometre\r\nkilohertzs,KiloHertz\r\nkilometeres,kilometers\r\nkilometes,kilometers\r\nkilometros,kilometers\r\nkilomiters,kilometers\r\nkilommeters,kilometers\r\nkilomoters,kilometers\r\nkilomteres,kilometers\r\nkilwinnning,kilwinning\r\nkimona,kimono\r\nkindagarten,kindergarten\r\nkindapped,kidnapped\r\nkindapping,kidnapping\r\nkindargarten,kindergarten\r\nkindegarden,kindergarten\r\nkindegarten,kindergarten\r\nkindendargerst,kindergarten\r\nkinder-garden,kindergarten\r\nkinderdarden,kindergarten\r\nkindergarden,kindergarten\r\nkindergardens,kindergartens\r\nkindergardent,kindergarten\r\nkindergardon,kindergarten\r\nkindergarner,kindergarten\r\nkindergarton,kindergarten\r\nkindergaten,kindergarten\r\nkindergatens,kindergartens\r\nkindergertion,kindergarten\r\nkindergeton,kindergarten\r\nkinderguardin,kindergarten\r\nkindes,kindest\r\nkindgarden,kindergarten\r\nkindgarten,kindergarten\r\nkindgom,kingdom\r\nkindgoms,kingdoms\r\nkindigarten,kindergarten\r\nkindlest,kindest\r\nkindragarten,kindergarten\r\nkineiss,kinesis\r\nkineitc,kinetic\r\nkinematogrpaher,kinematographer\r\nkinensis,kinesis\r\nkinergardin,kindergarten\r\nkinf,knife\r\nkinfe,knife\r\nkingdegatern,kindergarten\r\nkingdomers,kingdoms\r\nkingdon,kingdom\r\nkingergarden,kindergarten\r\nkingergarten,kindergarten\r\nkingergarton,kindergarten\r\nkinggarden,kindergarten\r\nkinghts,knights\r\nkingston-on-thames,Kingston upon Thames\r\nkingston-upon-thames,Kingston upon Thames\r\nkingts,knights\r\nkinly,kindly\r\nkino,know\r\nkinoproducion,kinoproduction\r\nkinoproducions,kinoproductions\r\nkinoproducton,kinoproduction\r\nkinoproductons,kinoproductions\r\nkinoprodution,kinoproduction\r\nkinoprodutions,kinoproductions\r\nkinoscope,kinescope\r\nkinteic,kinetic\r\nkintergarden,kindergarten\r\nkintergardens,kindergartens\r\nkintergarten,kindergarten\r\nkintergaten,kindergarten\r\nkintergatens,kindergartens\r\nkipppers,kippers\r\nkire,knife\r\nkirsh,kirsch\r\nkis,kiss\r\nkisssed,kissed\r\nkisssing,kissing\r\nkissssing,kissing\r\nkitche,kitchen\r\nkitches,kitchens\r\nkitchin,kitchen\r\nkitengarten,kindergarten\r\nkitites,kitties\r\nkittiens,kitties\r\nkjnow,know\r\nkkrishivtechnolgies,kkrishivtechnologies\r\nklap,clap\r\nklenex,kleenex\r\nklife,knife\r\nklilled,killed\r\nkmeans,k-means\r\nknawing,knowing\r\nkncokback,knockback\r\nkneck,neck\r\nknewly,newly\r\nknicknacks,knick-knacks\r\nknietic,kinetic\r\nknif,knife\r\nknifes,knives\r\nknigths,knights\r\nknitpick,nitpick\r\nknittted,knitted\r\nknittters,knitters\r\nknittting,knitting\r\nknive,knife\r\nkno,know\r\nknobled,nobbled\r\nknockbak,knockback\r\nknok,knock\r\nknoked,knocked\r\nknolageable,knowledgeable\r\nknoledge,knowledge\r\nknolewge,knowledge\r\nknolwedgable,knowledgable\r\nknolwedge,knowledge\r\nknon,known\r\nknonw,known\r\nknotablity,knotability\r\nknotenmodule,node-module\r\nknottted,knotted\r\nknowage,knowledge\r\nknowan,known\r\nknowed,knew\r\nknoweldgable,knowledgable\r\nknoweldge,knowledge\r\nknoweldgeable,knowledgeable\r\nknowladgable,knowledgable\r\nknowlage,knowledge\r\nknowldegable,knowledgable\r\nknowldege,knowledge\r\nknowldegeable,knowledgeable\r\nknowldeged,knowledged\r\nknowldegement,knowledgement\r\nknowldegements,knowledgements\r\nknowldeges,knowledges\r\nknowldeging,knowledging\r\nknowldgeable,knowledgable\r\nknowleagable,knowledgable\r\nknowledable,knowledgeable\r\nknowledagble,knowledgable\r\nknowledde,knowledge\r\nknowlede,knowledge\r\nknowledeable,knowledgable\r\nknowleded,knowledged\r\nknowledegable,knowledgeable\r\nknowledement,knowledgement\r\nknowledements,knowledgements\r\nknowledes,knowledges\r\nknowledgabe,knowledgable\r\nknowledgabel,knowledgable\r\nknowledgable,knowledgeable\r\nknowledgably,knowledgeably\r\nknowledgble,knowledgable\r\nknowledgeablities,knowledgeabilities\r\nknowledgebale,knowledgable\r\nknowledgeble,knowledgeable\r\nknowledgebly,knowledgable\r\nknowledgement,acknowledgement\r\nknowledgeresponsibilties,knowledgeresponsibilities\r\nknowledgible,knowledgable\r\nknowledgibly,knowledgeably\r\nknowleding,knowledging\r\nknowlegable,knowledgeable\r\nknowlegdable,knowledgable\r\nknowlegde,knowledge\r\nknowlegdeable,knowledgeable\r\nknowlegded,knowledged\r\nknowlegdement,knowledgement\r\nknowlegdements,knowledgements\r\nknowlegdes,knowledges\r\nknowlegding,knowledging\r\nknowlege,knowledge\r\nknowlegeability,knowledgeability\r\nknowlegeable,knowledgeable\r\nknowleged,knowledged\r\nknowlegement,knowledgement\r\nknowlegements,knowledgements\r\nknowleges,knowledges\r\nknowleging,knowledging\r\nknowlodge,knowledge\r\nknownledge,knowledge\r\nknowone,no-one\r\nknowwledge,knowledge\r\nknowwwwws,knowwwws\r\nknuckel,knuckle\r\nknuckels,knuckles\r\nknwledge,knowledge\r\nknwo,know\r\nknwoledgable,knowledgable\r\nknwon,known\r\nknwos,knows\r\nkollaboration,collaboration\r\nkolller,koller\r\nkolonization,colonization\r\nkombinations,combinations\r\nkommissioner,commissioner\r\nkompensation,compensation\r\nkompresssor,kompressor\r\nkoncentration,concentration\r\nkoncentrations,concentrations\r\nkonckback,knockback\r\nkonfidential,confidential\r\nkonfiguration,configuration\r\nkonfirmation,confirmation\r\nkonfrontation,confrontation\r\nkongregation,congregation\r\nkonservatism,conservatism\r\nkonservative,conservative\r\nkonservatives,conservatives\r\nkonstellation,constellation\r\nkonsultation,consultation\r\nkontamination,contamination\r\nkontene,contented\r\nkontente,contented\r\nkontinuation,continuation\r\nkontribution,contribution\r\nkonts,knots\r\nkonversation,conversation\r\nkonw,know\r\nkonwledge,knowledge\r\nkonwn,known\r\nkonws,knows\r\nkonwwing,konwing\r\nkooking,cooking\r\nkooperatioin,kooperation\r\nkoordination,coordination\r\nkorbatly,korbately\r\nkoreanos,koreans\r\nkornofuly,kornofully\r\nkossser,kosser\r\nkottter,kotter\r\nkown,known\r\nkownn,known\r\nkphotogrpahy,kphotography\r\nkrankenstein,frankenstein\r\nkristaly,kristally\r\nkristofffer,kristoffer\r\nkroeans,koreans\r\nkrotaly,krotally\r\nkrouzek,kroužek\r\nkrpytonite,kryptonite\r\nkrudish,kurdish\r\nkrypotnite,kryptonite\r\nkrypronite,kryptonite\r\nkryptinite,kryptonite\r\nkryptolite,kryptonite\r\nkryptonie,kryptonite\r\nkryptoninte,kryptonite\r\nkryptonyte,kryptonite\r\nkrypyonite,kryptonite\r\nkrytponite,kryptonite\r\nkryztaly,kryztally\r\nktichen,kitchen\r\nkubirck,kubrick\r\nkucytaly,kucytally\r\nkudo,kudu\r\nkunckle,knuckle\r\nkunckles,knuckles\r\nkuomingtang,kuomintang\r\nkuond,kound\r\nkuondoa,koundoa\r\nkurbick,kubrick\r\nkurdisch,kurdish\r\nkuridsh,kurdish\r\nkutans,curtains\r\nkuttter,kutter\r\nkvartaly,kvartally\r\nkwno,know\r\nkyes,keys\r\nkyrgystan,kyrgyzstan\r\nkyrgystanian,kyrgyzstanian\r\nkyrgystanians,kyrgyzstanians\r\nkyrptonite,kryptonite\r\nkytaly,kytally\r\nla-grippe,grippe\r\nlaaaaaaaaggggging,laaaaaaaagging\r\nlaarge,large\r\nlaawwwwed,laawwwed\r\nlabal,label\r\nlabale,label\r\nlabaratory,laboratory\r\nlabarotory,laboratory\r\nlabartory,laboratory\r\nlabatories,laboratories\r\nlabatory,lavatory\r\nlabeld,labeled\r\nlabeles,labels\r\nlabellled,labelled\r\nlabelller,labeller\r\nlabellling,labelling\r\nlabenese,lebanese\r\nlaber,labour\r\nlaberatory,laboratory\r\nlaberotary,laboratory\r\nlabertory,laboratory\r\nlabes,labels\r\nlabetory,laboratory\r\nlabilty,lability\r\nlabirynth,labyrinth\r\nlabitory,laboratory\r\nlable,label\r\nlable-on,label-on\r\nlabled,labelled\r\nlablel,label\r\nlables,labels\r\nlabling,labelling\r\nlablled,labelled\r\nlabmda,lambda\r\nlaboatory,laboratory\r\nlaboratoy,laboratory\r\nlaboratroy,laboratory\r\nlaboratry,laboratory\r\nlaboraty,laboratory\r\nlaborbtory,laboratory\r\nlaborerers,laborers\r\nlaboreres,laborers\r\nlaboretory,laboratory\r\nlaboritory,laboratory\r\nlabority,laboratory\r\nlaborotory,laboratory\r\nlabortary,laboratory\r\nlabortories,laboratories\r\nlabortory,laboratory\r\nlabotorey,laboratory\r\nlabratories,laboratories\r\nlabratory,laboratory\r\nlabritory,laboratory\r\nlabriynth,labyrinth\r\nlabroratory,laboratory\r\nlabrotory,laboratory\r\nlabryinth,labyrinth\r\nlabrynth,labyrinth\r\nlabyrnith,labyrinth\r\nlacefuly,lacefully\r\nlaciy,lacity\r\nlackbuster,lackluster\r\nlackign,lacking\r\nlacklaster,lackluster\r\nlacklusture,lackluster\r\nladdder,ladder\r\nladdders,ladders\r\nladden,laden\r\nlader,ladder\r\nladey,lady\r\nladiy,lady\r\nlady-like,ladylike\r\nladykilllers,ladykillers\r\nladys,ladies\r\nlae,lay\r\nlaebl,label\r\nlaert,alert\r\nlafed,laughed\r\nlaffffing,laffing\r\nlafing,laughing\r\nlaft,left\r\nlage,large\r\nlagest,largest\r\nlaggging,lagging\r\nlaggon,lagoon\r\nlagh,laugh\r\nlaghe,laugh\r\nlaghfe,laugh\r\nlaght,laugh\r\nlaghtest,latest\r\nlagre,large\r\nlagth,laugh\r\nlaguage,language\r\nlaguages,languages\r\nlagunage,language\r\nlaiblity,laibility\r\nlaide,laid\r\nlaitest,latest\r\nlaitist,latest\r\nlaivly,laively\r\nlak,lake\r\nlalest,latest\r\nlamba,lambda\r\nlambca,lambda\r\nlamda,lambda\r\nlamdas,lambdas\r\nlamdba,lambda\r\nlaminatioin,lamination\r\nlaminatoin,lamination\r\nlan,land\r\nlanaguag,language\r\nlanaguage,language\r\nlanaguages,languages\r\nlanagues,languages\r\nlanaguge,language\r\nlanceing,lancing\r\nlanceings,lancings\r\nlancher,launcher\r\nlanching,launching\r\nlandacapes,landscapes\r\nlandcape,landscape\r\nlandin,landing\r\nlandingers,landings\r\nlandingpage,landing page\r\nlandins,landings\r\nlandler,ländler\r\nlandnig,landing\r\nlandry,laundry\r\nlandscae,landscapes\r\nlandscapping,landscaping\r\nlandscaps,landscapes\r\nlandscspe,landscapes\r\nlandshapes,landscapes\r\nlandspaces,landscapes\r\nlangage's,language's\r\nlangage,language\r\nlangague,language\r\nlangagues,languages\r\nlangauage,language\r\nlangauages,languages\r\nlangauge's,language's\r\nlangauge,language\r\nlangauges,languages\r\nlanghammmer,langhammer\r\nlanght,laugh\r\nlanguag,language\r\nlanguags,languages\r\nlanguague,language\r\nlanguaje,language\r\nlanguate,language\r\nlangues,languages\r\nlangugae,language\r\nlangugaes,languages\r\nlangugage,language\r\nlangugages,languages\r\nlanguge,language\r\nlanguges,languages\r\nlanguise,languish\r\nlangurage,language\r\nlangwage,language\r\nlannasters,lannisters\r\nlannesters,lannisters\r\nlannistars,lannisters\r\nlannsiters,lannisters\r\nlanp,lamp\r\nlanscape,landscape\r\nlant,late\r\nlantren,lantern\r\nlanturn,lantern\r\nlanuage,language\r\nlanuages,languages\r\nlanuch,launch\r\nlanucher,launcher\r\nlanuchers,launchers\r\nlanuches,launches\r\nlanugae,language\r\nlanugage,language\r\nlanugages,languages\r\nlanugauge,language\r\nlanuguage,language\r\nlaod,load\r\nlaod-balance,load-balance\r\nlaodable,loadable\r\nlaoded,loaded\r\nlaoding,loading\r\nlaodouts,loadouts\r\nlaods,loads\r\nlaoned,loaned\r\nlaoyut,layout\r\nlape,lap\r\nlaph,laugh\r\nlappping,lapping\r\nlaquer,lacquer\r\nlaquered,lacquered\r\nlaquerer,lacquerer\r\nlaquerers,lacquerers\r\nlaquering,lacquering\r\nlaquers,lacquers\r\nlardge,large\r\nlare,large\r\nlaready,already\r\nlaregly,largely\r\nlarg,large\r\nlarged,large\r\nlargeley,largely\r\nlargelley,largely\r\nlargelly,largely\r\nlargerly,largely\r\nlarget,largest\r\nlargets,largest\r\nlargh,laugh\r\nlarghe,laugh\r\nlargley,largely\r\nlargly,largely\r\nlargst,largest\r\nlargument,argument\r\nlarington,arlington\r\nlarn,learn\r\nlarnn,lawn\r\nlarnt,learnt\r\nlarrry,larry\r\nlars,last\r\nlarst,last\r\nlarwence,lawrence\r\nlas,last\r\nlasa,last\r\nlasagnea,lasagna\r\nlasagnia,lasagna\r\nlasanga,lasagna\r\nlasangelas,Los Angeles\r\nlasangeleas,Los Angeles\r\nlasangeles,Los Angeles\r\nlasangels,Los Angeles\r\nlasanglas,Los Angeles\r\nlasangleas,Los Angeles\r\nlasangles,Los Angeles\r\nlasangls,Los Angeles\r\nlasd,last\r\nlasgana,lasagna\r\nlaso,also\r\nlasoo,lasso\r\nlassoo,lasso\r\nlasssoo,lasso\r\nlassssoo,lasso\r\nlasssssoo,lasso\r\nlaste,last\r\nlasteds,last\r\nlastely,lastly\r\nlaster,later\r\nlastes,latest\r\nlastesd,latest\r\nlastest,latest\r\nlastet,latest\r\nlastist,latest\r\nlastr,last\r\nlastrly,lastly\r\nlasvegas,Las Vegas\r\nlasy,last\r\nlatance,latence\r\nlatanced,latenced\r\nlatances,latences\r\nlatancie,latencie\r\nlatancies,latencies\r\nlatancy,latency\r\nlatant,latent\r\nlatantial,latential\r\nlatantly,latently\r\nlatants,latents\r\nlatchs,latch's\r\nlatecny,latency\r\nlatecommer,latecomer\r\nlatecommers,latecomers\r\nlated,related\r\nlateest,latest\r\nlateist,latest\r\nlatelise,latest\r\nlatents,latest\r\nlateraly,laterally\r\nlateration,alteration\r\nlatern,later\r\nlaters,latest\r\nlaterst,latest\r\nlates,latest\r\nlatesd,latest\r\nlateset,latest\r\nlatesit,latest\r\nlateste,latest\r\nlatested,latest\r\nlatestest,latest\r\nlatet,latest\r\nlatetest,latest\r\nlatetist,latest\r\nlatets,latest\r\nlatevr,later\r\nlatext,latest\r\nlatey,later\r\nlatidude,latitude\r\nlatidudes,latitudes\r\nlatidudinal,latitudinal\r\nlatidudinally,latitudinally\r\nlatie,latest\r\nlatiest,latest\r\nlatis,latest\r\nlatisd,latest\r\nlatise,latest\r\nlatised,latest\r\nlatist,latest\r\nlatituded,latitude\r\nlatitudie,latitude\r\nlatitudine,latitude\r\nlatitue,latitude\r\nlatitutde,latitude\r\nlatitute,latitude\r\nlatitutes,latitudes\r\nlatitutinal,latitudinal\r\nlatitutinally,latitudinally\r\nlatley,lately\r\nlatly,lately\r\nlatnern,lantern\r\nlatnet,latent\r\nlatop,laptop\r\nlatset,latest\r\nlatsitude,latitude\r\nlatters,letters\r\nlattest,latest\r\nlattitude,latitude\r\nlattitudes,latitudes\r\nlattitudinal,latitudinal\r\nlattles,latest\r\nlattter,latter\r\nlatust,latest\r\nlauch,launch\r\nlauched,launched\r\nlaucher,launcher\r\nlauches,launches\r\nlauching,launching\r\nlaucnh,launch\r\nlaucnhed,launched\r\nlaucnher,launcher\r\nlaucnhers,launchers\r\nlaucnhes,launches\r\nlaucnhing,launching\r\nlauf,laugh\r\nlauga,laugh\r\nlauge,laugh\r\nlauged,laugh\r\nlauger,laughter\r\nlaughablely,laughably\r\nlaughabley,laughably\r\nlaughablly,laughably\r\nlaughes,laughs\r\nlaught,laughed\r\nlaughted,laughed\r\nlaugth,laugh\r\nlaugther,laugh\r\nlauh,laugh\r\nlaulh,laugh\r\nlault,laugh\r\nlaunces,launches\r\nlaunche,launch\r\nlaunchered,launched\r\nlaunchign,launching\r\nlaunchs,launches\r\nlaunchs-shard,launch-shard\r\nlauncing,launching\r\nlaunderablity,launderability\r\nlaundrey,laundry\r\nlaundrymat,laundromat\r\nlaunhed,launched\r\nlauphe,laugh\r\nlauracatly,lauracately\r\nlaurght,laugh\r\nlauterwassser,lauterwasser\r\nlauth,laugh\r\nlavae,larvae\r\nlavatries,lavatories\r\nlavel,label\r\nlavendr,lavender\r\nlaveraging,leveraging\r\nlaveratory,laboratory\r\nlavertory,lavatory\r\nlavh,laugh\r\nlavoratory,laboratory\r\nlavortory,laboratory\r\nlavrae,larvae\r\nlavratory,laboratory\r\nlaw-maker,lawmaker\r\nlaw-makers,lawmakers\r\nlaw-suit,lawsuit\r\nlaw-suits,lawsuits\r\nlaways,always\r\nlawer,lawyer\r\nlawernce,lawrence\r\nlawers,lawyers\r\nlawfuly,lawfully\r\nlayaers,layers\r\nlayber,layer\r\nlaybilty,laybility\r\nlaybrinth,labyrinth\r\nlaye,layer\r\nlayed,laid\r\nlayes,layers\r\nlayhout,layout\r\nlayots,layouts\r\nlayotu,layout\r\nlayou,layout\r\nlayouer,layout\r\nlayouyt,layout\r\nlayput's,layout's\r\nlaytely,lately\r\nlayter,layer\r\nlaytest,latest\r\nlaytout,layout\r\nlayut,layout\r\nlaywer,lawyer\r\nlayyout,layout\r\nlayz,lazy\r\nlazxy,lazy\r\nlazyily,lazily\r\nlazyly,lazily\r\nlazyness,laziness\r\nlazzy,lazy\r\nlazzzzor,lazzor\r\nlbirary,library\r\nlcipboard,clipboard\r\nlcoal,local\r\nlcoale,locale\r\nlcoalhost,localhost\r\nlcoally,locally\r\nlcoation,location\r\nlcoations,locations\r\nlcok,lock\r\nlcoked,locked\r\nldist,dist\r\nldocker,docker\r\nldovment,ldovement\r\nleack,leak\r\nleacks,leaks\r\nleades,leeds\r\nleafe,leaf\r\nleafes,leaves\r\nleaft,left\r\nleage,league\r\nleaged,leagued\r\nleagel,legal\r\nleager,leaguer\r\nleagers,leaguers\r\nleages,leagues\r\nleagion,legion\r\nleagional,legional\r\nleagionalise,legionalise\r\nleagionalised,legionalised\r\nleagionalises,legionalises\r\nleagionalism,legionalism\r\nleagionalize,legionalize\r\nleagionalized,legionalized\r\nleagionalizes,legionalizes\r\nleagionally,legionally\r\nleagionals,legionals\r\nleagionaries,legionaries\r\nleagionary,legionary\r\nleagions,legions\r\nleagle,legal\r\nleaglization,legalization\r\nleaglize,legalize\r\nleaglizing,legalizing\r\nleagre,league\r\nleamon,lemon\r\nlean't,learnt\r\nleand,lend\r\nleanr,lean\r\nleapflog,leapfrog\r\nlear,learn\r\nleared,learned\r\nlearer,leaner\r\nlearing,learning\r\nlearining,learning\r\nlearm,learn\r\nlearn't,learnt\r\nlearnabilty,learnability\r\nlearnablility,learnability\r\nlearnd,learned\r\nlearne,learn\r\nlearnign,learning\r\nlearnigns,learnings\r\nlearnning,learning\r\nlearsure,leisure\r\nleart,learnt\r\nleason,lesson\r\nleasons,lessons\r\nleaste,least\r\nleasten,listen\r\nleasur,leisure\r\nleasure,leisure\r\nleasve,leave\r\nleatest,latest\r\nleathal,lethal\r\nleathality,lethality\r\nleathally,lethally\r\nleauge,league\r\nleauged,leagued\r\nleauger,leaguer\r\nleaugers,leaguers\r\nleauges,leagues\r\nleaugue,league\r\nleaugued,leagued\r\nleauguer,leaguer\r\nleauguers,leaguers\r\nleaugues,leagues\r\nleaure,leisure\r\nleaveing,leaving\r\nleavel,level\r\nleavering,leveraging\r\nleavet,left\r\nleavng,leaving\r\nleaway,leeway\r\nleazy,lazy\r\nlebal,label\r\nlebanease,lebanese\r\nlebaneese,lebanese\r\nlebanesse,lebanese\r\nlebannese,lebanese\r\nlebenese,lebanese\r\nlebennese,lebanese\r\nlebenon,lebanon\r\nlebgth,length\r\nleceister,leicester\r\nleciester,leicester\r\nlecteurs,lectures\r\nlectur,lecture\r\nlectureres,lectures\r\nlecturs,lectures\r\nlecutres,lectures\r\nlede,led\r\nleder,leader\r\nledettter,ledetter\r\nledgend,legend\r\nledgendary,legendary\r\nledgent,legend\r\nleding,leading\r\nledre,led\r\nleds,leads\r\nledser,leisure\r\nleebs,leeds\r\nleed,lead\r\nleede,leeds\r\nleedes,leeds\r\nleekage,leakage\r\nleep,keep\r\nleerleer,leer\r\nleey,leeds\r\nlef,left\r\nlefe,life\r\nlefft,left\r\nlefitst,leftist\r\nlefitsts,leftists\r\nlefted,left\r\nleftfeild,left field\r\nleftfeilder,left fielder\r\nleftfeilders,left fielders\r\nleftfield,left field\r\nleftfielder,left fielder\r\nleftfielders,left fielders\r\nleftits,leftist\r\nleftsits,leftists\r\nlegacay,legacy\r\nlegalazing,legalizing\r\nlegalizacion,legalization\r\nlegalizaing,legalizing\r\nlegalizaiton,legalization\r\nlegalizare,legalize\r\nlegalizate,legalize\r\nlegalizaton,legalization\r\nlegalizeing,legalizing\r\nlegallities,legalities\r\nlegallity,legality\r\nlegaly,legally\r\nlegancy,legacy\r\nlegaxy,legacy\r\nlege,legend\r\nlegecacy,legacy\r\nlegecy,legacy\r\nleged,legend\r\nlegen,legend\r\nlegenadries,legendaries\r\nlegendaies,legendaries\r\nlegendaires,legendaries\r\nlegendarios,legendaries\r\nlegendaris,legendaries\r\nlegendarisk,legendaries\r\nlegendariske,legendaries\r\nlegendaryes,legendaries\r\nlegenday,legendary\r\nlegenderies,legendaries\r\nlegendery,legendary\r\nlegendries,legendaries\r\nlegendry,legendary\r\nlegent,legend\r\nlegeslature,legislature\r\nleggging,legging\r\nlegggings,leggings\r\nlegibilty,legibility\r\nlegiblity,legibility\r\nlegilsation,legislation\r\nlegimacy,legitimacy\r\nlegimate,legitimate\r\nlegimately,legitimately\r\nlegimitacy,legitimacy\r\nlegimitate,legitimate\r\nlegimitately,legitimately\r\nlegionaire,legionnaire\r\nlegionaires,legionnaires\r\nlegionis,legions\r\nlegislacion,legislation\r\nlegislatie,legislative\r\nlegislatiors,legislators\r\nlegislativo,legislation\r\nlegislatoin,legislation\r\nlegistation,legislation\r\nlegistative,legislative\r\nlegistators,legislators\r\nlegistlate,legislate\r\nlegistlation,legislation\r\nlegistlative,legislative\r\nlegistlator,legislator\r\nlegistration,registration\r\nlegitamaci,legitimaci\r\nlegitamacy,legitimacy\r\nlegitamate,legitimate\r\nlegitamately,legitimately\r\nlegitamati,legitimati\r\nlegitamato,legitimato\r\nlegitamici,legitimaci\r\nlegitamicies,legitimacies\r\nlegitamicy,legitimacy\r\nlegitamite,legitimate\r\nlegitamitely,legitimately\r\nlegitamiti,legitimati\r\nlegitamito,legitimato\r\nlegitemaci,legitimaci\r\nlegitemacy,legitimacy\r\nlegitemate,legitimate\r\nlegitemately,legitimately\r\nlegitemati,legitimati\r\nlegitematly,legitimately\r\nlegitemato,legitimato\r\nlegitemici,legitimaci\r\nlegitemicy,legitimacy\r\nlegitemite,legitimate\r\nlegitemiti,legitimati\r\nlegitemito,legitimato\r\nlegitimaly,legitimacy\r\nlegitimancy,legitimacy\r\nlegitimatcy,legitimacy\r\nlegitimatelly,legitimately\r\nlegitimatley,legitimately\r\nlegitimatly,legitimately\r\nlegitimetly,legitimately\r\nlegitimici,legitimaci\r\nlegitimicy,legitimacy\r\nlegitimite,legitimate\r\nlegitimitely,legitimately\r\nlegitimitet,legitimatet\r\nlegitimiteten,legitimateten\r\nlegitimiti,legitimati\r\nlegitimitists,legitimatists\r\nlegitimitize,legitimatize\r\nlegitimito,legitimato\r\nlegitimt,legitimate\r\nlegitmaci,legitimaci\r\nlegitmacy,legitimacy\r\nlegitmate,legitimate\r\nlegitmately,legitimately\r\nlegitmati,legitimati\r\nlegitmation,legitimation\r\nlegitmations,legitimations\r\nlegitmatly,legitmately\r\nlegitmato,legitimato\r\nlegitmici,legitimaci\r\nlegitmicy,legitimacy\r\nlegitmite,legitimate\r\nlegitmiti,legitimati\r\nlegitmito,legitimato\r\nlegnedaries,legendaries\r\nlegnedary,legendary\r\nlegnth,length\r\nlegnths,lengths\r\nlegnthy,lengthy\r\nlegoins,legions\r\nlegond,legend\r\nlegth,length\r\nlegue,league\r\nleibnitz,leibniz\r\nleight-weight,light-weight\r\nleightweight,lightweight\r\nleigons,legions\r\nleissure,leisure\r\nleiu,lieu\r\nleiusure,leisure\r\nleiutenant,lieutenant\r\nlekaing,leaking\r\nlekaings,leakings\r\nlellling,lelling\r\nlemanade,lemonade\r\nlemen,lemon\r\nlemenade,lemonade\r\nlement,element\r\nlemontary,elementary\r\nlen,lean\r\nlended,lent\r\nlenes,leeds\r\nlengedaries,legendaries\r\nlengeds,legends\r\nlengend,legend\r\nlengh,length\r\nlenghs,lengths\r\nlenght,length\r\nlenghten,lengthens\r\nlenghtened,lengthened\r\nlenghtener,lengthener\r\nlenghtening,lengthening\r\nlenghtens,lengthens\r\nlenghth,lengths\r\nlenghtily,lengthily\r\nlenghtiness,lengthiness\r\nlenghts,lengths\r\nlenghtways,lengthways\r\nlenghtwise,lengthwise\r\nlenghty,lengthy\r\nlengt,length\r\nlengthes,lengths\r\nlengthf,length\r\nlengthly,lengthy\r\nlengthn,length\r\nlengthsr,lengths\r\nlenguage,language\r\nleniant,lenient\r\nlenoard,leonard\r\nlense,lens\r\nlenth,length\r\nlenthen,lengthen\r\nlenthened,lengthened\r\nlenthener,lengthener\r\nlenthening,lengthening\r\nlenthens,lengthens\r\nlenthily,lengthily\r\nlenthiness,lengthiness\r\nlenths,lengths\r\nlenthways,lengthways\r\nlenthwise,lengthwise\r\nlenthy,lengthy\r\nlentiles,lentils\r\nlentills,lentils\r\nleoaprd,leopard\r\nlepoard,leopard\r\nleran,learn\r\nleraned,learned\r\nleraning,learning\r\nlerans,learns\r\nlerant,learnt\r\nlerft,left\r\nlern,learn\r\nlerning,learning\r\nlernt,learnt\r\nles,less\r\nlesat,least\r\nlesbain,lesbian\r\nlesbains,lesbians\r\nlesbianas,lesbians\r\nlesbianese,lesbians\r\nlesbianest,lesbians\r\nlesbianus,lesbians\r\nlese,leeds\r\nleseer,lesser\r\nleser,leisure\r\nlesher,leisure\r\nleshire,leisure\r\nleshur,leisure\r\nleshure,leisure\r\nlesiar,leisure\r\nlesiban,lesbian\r\nlesibans,lesbians\r\nlesiere,leisure\r\nlesire,leisure\r\nlesiure,leisure\r\nleson,lesson\r\nlesons,lessons\r\nlesse,lessee\r\nlesses,losses\r\nlession,lesson\r\nlessions,lessons\r\nlessser,lesser\r\nlesssion,lession\r\nlesstiff,lesstif\r\nlessure,leisure\r\nlesuire,leisure\r\nlesur,leisure\r\nlesure,leisure\r\nlet't,let's\r\nletass,latest\r\nleter,letter\r\nleteralaly,literally\r\nleterally,literally\r\nleterlly,literally\r\nleterly,literally\r\nleters,letters\r\nleteruatlly,literally\r\nletf,left\r\nlether,leather\r\nleting,letting\r\nletivicus,leviticus\r\nletre,letter\r\nletructor,constructor\r\nlets',let's\r\nlets's,let's\r\nlette,little\r\nlettel,little\r\nletterwinnner,letterwinner\r\nlettimg,letting\r\nlettle,little\r\nlettter,letter\r\nlettters,letters\r\nlettting,letting\r\nletttings,lettings\r\nletttter,letter\r\nleturaly,literally\r\nleu,lieu\r\nleuitenant,lieutenant\r\nleukemias,leukemia\r\nleutenant,lieutenant\r\nlevae,leave\r\nlevaithan,leviathan\r\nleval,level\r\nlevaled,leveled\r\nlevaler,leveler\r\nlevalers,levelers\r\nlevall,level\r\nlevals,levels\r\nlevander,lavender\r\nlevatate,levitate\r\nlevatated,levitated\r\nlevatates,levitates\r\nlevatating,levitating\r\nlevatation,levitation\r\nlevatations,levitations\r\nlevatator,levitator\r\nlevatators,levitators\r\nleve,level\r\nlevearage,leverage\r\nleveel,level\r\nlevef,leave\r\nlevek,level\r\nlevele,level\r\nlevelign,leveling\r\nlevell,level\r\nlevellign,levelling\r\nlevelllers,levellers\r\nlevellling,levelling\r\nleveln,level\r\nleverate,leverage\r\nleverege,leverage\r\nleversging,leveraging\r\nleves,levels\r\nlevet,left\r\nlevetate,levitate\r\nlevetated,levitated\r\nlevetates,levitates\r\nlevetating,levitating\r\nlevetation,levitation\r\nlevetations,levitations\r\nlevetator,levitator\r\nlevetators,levitators\r\nleviathn,leviathan\r\nlevicitus,leviticus\r\nleving,leaving\r\nlevl,level\r\nlevle,level\r\nlevled,leveled\r\nlevleing,leveling\r\nlevleling,levelling\r\nlevler,leveler\r\nlevlers,levelers\r\nlevles,levels\r\nlevling,leveling\r\nlewel,level\r\nlewoad,load\r\nlexcial,lexical\r\nlexial,lexical\r\nlexiblity,lexibility\r\nlexicograph,lexicographical\r\nlexicogrpahic,lexicographic\r\nlexicorgraphically,lexicographically\r\nlexigraphically,lexicographically\r\nlexiographical,lexicographical\r\nlexion,lexicon\r\nlexographically,lexicographically\r\nley-list,key-list\r\nleye,eye\r\nleyend,legend\r\nlezshire,leisure\r\nlfag,flag\r\nlfet,left\r\nlfiesteal,lifesteal\r\nlgged,logged\r\nlgiht,light\r\nlgogger,logger\r\nlgoic,logic\r\nlgout,logout\r\nliabilites,liabilities\r\nliabilityunder,liability under\r\nliabillities,liabilities\r\nliabillity,liability\r\nliabillty,liability\r\nliabilties,liabilities\r\nliabilty,liability\r\nliablilities,liabilities\r\nliablility,liability\r\nliablilty,liability\r\nliablities,liabilities\r\nliablity,liability\r\nliabry,library\r\nliaibilty,liaibility\r\nliaiblity,liaibility\r\nliase,liaise\r\nliasion,liaison\r\nliasions,liaisons\r\nliason,liaison\r\nliasons,liaisons\r\nlibablity,libability\r\nlibara,library\r\nlibarary,library\r\nlibarian,librarian\r\nlibarians,librarians\r\nlibaries,libraries\r\nlibarires,libraries\r\nlibary,library\r\nlibe,live\r\nlibell,libel\r\nlibells,libels\r\nliberacion,liberation\r\nliberae,liberate\r\nliberales,liberals\r\nliberalest,liberate\r\nliberalim,liberalism\r\nliberalis,liberals\r\nliberalisim,liberalism\r\nliberalizm,liberalism\r\nliberalnim,liberalism\r\nliberalsim,liberalism\r\nliberarion,liberation\r\nliberas,liberals\r\nliberaties,liberate\r\nliberatin,liberation\r\nliberato,liberation\r\nliberatore,liberate\r\nliberatrian,libertarians\r\nliberatrianism,libertarianism\r\nliberatrians,libertarians\r\nliberry,library\r\nlibertae,liberate\r\nlibertairan,libertarians\r\nlibertania,libertarians\r\nlibertarain,libertarian\r\nlibertarainism,libertarianism\r\nlibertarains,libertarians\r\nlibertariaism,libertarianism\r\nlibertarianisim,libertarianism\r\nlibertarianisme,libertarians\r\nlibertarianismo,libertarians\r\nlibertarianists,libertarians\r\nlibertariansim,libertarianism\r\nlibertariansism,libertarianism\r\nlibertariansm,libertarianism\r\nlibertarias,libertarians\r\nlibertarien,libertarian\r\nlibertariens,libertarians\r\nlibertarinaism,libertarianism\r\nlibertaryan,libertarian\r\nlibertaryanism,libertarianism\r\nlibertaryans,libertarians\r\nlibertatian,libertarian\r\nlibertatianism,libertarianism\r\nlibertatians,libertarians\r\nlibertea,liberate\r\nliberterian,libertarian\r\nliberterianism,libertarianism\r\nliberterians,libertarians\r\nlibertory,laboratory\r\nlibery,library\r\nlibguistic,linguistic\r\nlibguistics,linguistics\r\nlibia,libya\r\nlibian,libyan\r\nlibians,libyans\r\nlibilty,libility\r\nlibirary,library\r\nlibitarianisn,libertarianism\r\nliblaries,libraries\r\nlible,libel\r\nliblicense,license\r\nlibnk,link\r\nlibraies,libraries\r\nlibraires,libraries\r\nlibrairies,libraries\r\nlibrairy,library\r\nlibrally,literally\r\nlibraly,library\r\nlibraqries,libraries\r\nlibraray,library\r\nlibrares,libraries\r\nlibrarie,library\r\nlibrarires,libraries\r\nlibraris,libraries\r\nlibrarise,libraries\r\nlibrariy,library\r\nlibrarrian,librarian\r\nlibrarrians,librarians\r\nlibrarries,libraries\r\nlibrarry,library\r\nlibrarse,libraries\r\nlibrart,library\r\nlibrarya,library\r\nlibraryes,libraries\r\nlibraryh,library\r\nlibrarys,library\r\nlibray,library\r\nlibrerian,librarian\r\nlibrerians,librarians\r\nlibreries,libraries\r\nlibrery,library\r\nlibretarian,libertarian\r\nlibretarianism,libertarianism\r\nlibretarians,libertarians\r\nlibries,libraries\r\nlibruary,library\r\nlibruey,library\r\nlicenceing,licencing\r\nlicencie,licence\r\nlicencse,licence\r\nlicenes,license\r\nlicenesed,licensed\r\nlicens,license\r\nlicensemd,license\r\nlicensen,license\r\nlicensend,licensed\r\nlicensetxt,license\r\nlicese,license\r\nlicesing,licensing\r\nlicesne,license\r\nlicesning,licensing\r\nlicesnse,license\r\nlicesnses,licenses\r\nlichtenstein,liechtenstein\r\nlickign,licking\r\nlicnense,license\r\nlicnese,license\r\nlicquid,liquid\r\nlicsense,license\r\nlicsensed,licensed\r\nliduidations,liquidations\r\nlieable,liable\r\nliear,linear\r\nlieasure,leisure\r\nliebrals,liberals\r\nliecense,license\r\nliecester,leicester\r\nliefcycle,lifecycle\r\nlieftime,lifetime\r\nliegh,leigh\r\nlieght,light\r\nlieing,lying\r\nliek,like\r\nliekable,likeable\r\nliekd,liked\r\nliekminded,like-minded\r\nlieks,likes\r\nlient,client\r\nlienups,lineups\r\nliesally,literally\r\nlieshure,leisure\r\nliesure,leisure\r\nliesurely,leisurely\r\nlietuenant,lieutenant\r\nlieue,lieu\r\nlieuenant,lieutenant\r\nlieutanant,lieutenant\r\nlieutanent,lieutenant\r\nlieutenat,lieutenant\r\nlieutenent,lieutenant\r\nlieutennant,lieutenant\r\nlieutentant,lieutenant\r\nlieutentants,lieutenants\r\nliev,live\r\nlieved,lived\r\nliew,lieu\r\nlif,if\r\nlifcecycle,lifecycle\r\nlife-like,lifelike\r\nlife-timeachievement,lifetime achievement\r\nlife-timeban,lifetime ban\r\nlife-timemember,lifetime member\r\nlifecyce,lifecycle\r\nlifecycel,lifecycle\r\nlifecyle,lifecycle\r\nlifecytle,lifecycle\r\nlifeime,lifetime\r\nlifepsan,lifespan\r\nlifes,life\r\nlifespawn,lifespan\r\nlifestel,lifesteal\r\nlifestiles,lifestyles\r\nlifestlye,lifestyle\r\nlifestlyed,lifestyled\r\nlifestlyes,lifestyles\r\nlifestlying,lifestyling\r\nlifestlyings,lifestylings\r\nlifestlyise,lifestylise\r\nlifestlyised,lifestylised\r\nlifestlyises,lifestylises\r\nlifestlyish,lifestylish\r\nlifestlyising,lifestylising\r\nlifestlyisings,lifestylisings\r\nlifestlyist,lifestylist\r\nlifestlyize,lifestylize\r\nlifestlyized,lifestylized\r\nlifestlyizes,lifestylizes\r\nlifestlyizing,lifestylizing\r\nlifestlyizings,lifestylizings\r\nlifestye,lifestyle\r\nlifesystem,filesystem\r\nlifesytle,lifestyle\r\nlifesytled,lifestyled\r\nlifesytles,lifestyles\r\nlifesytling,lifestyling\r\nlifesytlings,lifestylings\r\nlifesytlise,lifestylise\r\nlifesytlised,lifestylised\r\nlifesytlises,lifestylises\r\nlifesytlish,lifestylish\r\nlifesytlising,lifestylising\r\nlifesytlisings,lifestylisings\r\nlifesytlist,lifestylist\r\nlifesytlize,lifestylize\r\nlifesytlized,lifestylized\r\nlifesytlizes,lifestylizes\r\nlifesytlizing,lifestylizing\r\nlifesytlizings,lifestylizings\r\nlifet,left\r\nlifeteimes,lifetimes\r\nlifetimers,lifetimes\r\nlifetsyles,lifestyles\r\nlifeycle,lifecycle\r\nliftime,lifetime\r\nliftimes,lifetimes\r\nlige,like\r\nligggers,liggers\r\nligh,light\r\nlighhtning,lightening\r\nlighitng,lighting\r\nlighits,lights\r\nlighlty,lightly\r\nlighnting,lightning\r\nlightenning,lightening\r\nlightenting,lightening\r\nlightergas,lighters\r\nlightes,lighters\r\nlighthearded,lighthearted\r\nlightheared,lighthearted\r\nlighthearthed,lighthearted\r\nlightheated,lighthearted\r\nlighthning,lightening\r\nlighthorse,lighthouse\r\nlighthosue,lighthouse\r\nlighthours,lighthouse\r\nlighthousew,lighthouse\r\nlightining,lighting\r\nlightneing,lightening\r\nlightnig,lightning\r\nlightnign,lightning\r\nlightnting,lightening\r\nlightres,lighters\r\nlightrom,lightroom\r\nlightrooom,lightroom\r\nlightweigt,lightweight\r\nlightweigth,lightweight\r\nlightweitght,lightweight\r\nlightwieght,lightweight\r\nlightwieghted,lightweighted\r\nlightwieghting,lightweighting\r\nlightwieghtless,lightweightless\r\nlightwieghts,lightweights\r\nlightwight,lightweight\r\nlightwright,lightweight\r\nlightyear,light year\r\nlightyears,light years\r\nlighweight,lightweight\r\nligiament,ligament\r\nligiamentary,ligamentary\r\nligiaments,ligaments\r\nligiment,ligament\r\nligimentary,ligamentary\r\nligiments,ligaments\r\nligitamaci,legitimaci\r\nligitamacy,legitimacy\r\nligitamate,legitimate\r\nligitamati,legitimati\r\nligitamato,legitimato\r\nligitamici,legitimaci\r\nligitamicy,legitimacy\r\nligitamite,legitimate\r\nligitamiti,legitimati\r\nligitamito,legitimato\r\nligitation,litigation\r\nligitimaci,legitimaci\r\nligitimacy,legitimacy\r\nligitimate,legitimate\r\nligitimati,legitimati\r\nligitimato,legitimato\r\nligitimici,legitimaci\r\nligitimicy,legitimacy\r\nligitimite,legitimate\r\nligitimiti,legitimati\r\nligitimito,legitimato\r\nligitmaci,legitimaci\r\nligitmacy,legitimacy\r\nligitmate,legitimate\r\nligitmati,legitimati\r\nligitmato,legitimato\r\nligitmici,legitimaci\r\nligitmicy,legitimacy\r\nligitmite,legitimate\r\nligitmiti,legitimati\r\nligitmito,legitimato\r\nligne,line\r\nligth,light\r\nligthening,lightening\r\nligthers,lighters\r\nligthhouse,lighthouse\r\nligthing,lighting\r\nligthly,lightly\r\nligthning,lightning\r\nligthroom,lightroom\r\nligths,lights\r\nligthweight,lightweight\r\nligtning,lightning\r\nlihover,hover\r\nlihtium,lithium\r\nliinear,linear\r\nliist,list\r\nliiterals,literals\r\nlik,link\r\nlika,like\r\nlikabilty,likability\r\nlikc,like\r\nlikeabilty,likeability\r\nlikeablility,likeability\r\nlikeablity,likeability\r\nlikebale,likeable\r\nlikeg,like\r\nlikehood,likelihood\r\nlikeing,liking\r\nlikekly,likely\r\nlikelly,likely\r\nlikelyhod,likelihood\r\nlikelyhods,likelihoods\r\nlikelyhood,likelihood\r\nlikelyhoods,likelihoods\r\nlikew,like\r\nlikewsie,likewise\r\nlikey,likely\r\nlikley,likely\r\nliklihood,likelihood\r\nlikly,likely\r\nliklyhood,likelihood\r\nliks,like\r\nlikt,liked\r\nlillehammmer,lillehammer\r\nlillies,lilies\r\nlilometer,kilometre\r\nlilsts,lists\r\nliltte,little\r\nlilys,lilies\r\nlim,limb\r\nlimet,limit\r\nlimiitation,limitation\r\nliminance,luminance\r\nlimination,limitation\r\nlimitacion,limitation\r\nlimitaion,limitations\r\nlimitaions,limitations\r\nlimitaiton,limitation\r\nlimitaitons,limitation\r\nlimitant,militant\r\nlimitatation,limitation\r\nlimitated,limited\r\nlimitating,limitation\r\nlimitatioins,limitations\r\nlimitatiosn,limitations\r\nlimitativo,limitation\r\nlimitato,limitation\r\nlimite,limit\r\nlimiti,limit\r\nlimitiation,limitation\r\nlimitiations,limitations\r\nlimitied,limited\r\nlimitions,limitations\r\nlimitis,limits\r\nlimitted,limited\r\nlimitter,limiter\r\nlimitting,limiting\r\nlimk,link\r\nlimmmer,limmer\r\nlimoitations,limitations\r\nlimt,limit\r\nlimtation,limitation\r\nlimted,limited\r\nlimted-edition,limited-edition\r\nlimtied,limited\r\nlin,link\r\nlinakge,linkage\r\nlinbe-breaking,line-breaking\r\nlinbrary,library\r\nlincense,license\r\nlincese,license\r\nlinclon,lincoln\r\nlincolin,lincoln\r\nlincolnland,lincoln land\r\nlincolon,lincoln\r\nlinconshire,Lincolnshire\r\nlineaer,linear\r\nlineair,linear\r\nlinean,linear\r\nlinearizabilty,linearizability\r\nlineing,lining\r\nlinekd,linked\r\nlineupes,lineups\r\nlingeire,lingerie\r\nlingerine,lingerie\r\nlingiere,lingerie\r\nlingking,linking\r\nlingos,lingoes\r\nlinguisics,linguistics\r\nlinguisitc,linguistics\r\nlinguisitcs,linguistics\r\nlinguisitic,linguistic\r\nlinguistcs,linguistics\r\nlinguisticas,linguistics\r\nlinguisticos,linguistics\r\nlinguistis,linguistics\r\nlinguistisch,linguistics\r\nlinguitics,linguistic\r\nlingusitic,linguistics\r\nlingusitics,linguistics\r\nlingvistic,linguistic\r\nlinie,line\r\nlinies,lines\r\nlinin,linen\r\nliniting,linting\r\nlinkabilty,linkability\r\nlinkablity,linkability\r\nlinke,links\r\nlinkign,linking\r\nlinknig,linking\r\nlinkrt,linker\r\nlinkss,links\r\nlinkwithpressedstyle,link\r\nlinls,links\r\nlinnaena,linnaean\r\nlinnen,linen\r\nlinning,lining\r\nlinolium,linoleum\r\nlinp,limp\r\nlins,lines\r\nlinsert,insert\r\nlinsk,links\r\nlinsted,listed\r\nlinstening,listening\r\nlintain,lintian\r\nlintfix,lint-fix\r\nlintstaged,lint-staged\r\nlinueps,lineups\r\nlinxu,linux\r\nlione,line\r\nlionizzzed,lionizzed\r\nliousville,louisville\r\nlipglosssed,lipglossed\r\nlipizaner,lipizzaner\r\nlipizaners,lipizzaners\r\nlippizaner,lipizzaner\r\nlippizaners,lipizzaners\r\nlippizzaner,lipizzaner\r\nlippizzaners,lipizzaners\r\nlippper,lipper\r\nlipstics,lipsticks\r\nliqiuds,liquids\r\nliqour,liquor\r\nliqoured,liquored\r\nliqourice,liquorice\r\nliqourices,liquorices\r\nliqours,liquors\r\nliqued,liquid\r\nliquidas,liquids\r\nliquide,liquid\r\nliquides,liquids\r\nliquidos,liquids\r\nlirary,library\r\nlirbary,library\r\nlis,list\r\nliscence,license\r\nliscenced,licenced\r\nliscences,licences\r\nliscencing,licencing\r\nliscencor,licencor\r\nliscencors,licencors\r\nliscencure,licencure\r\nliscencures,licencures\r\nliscense,license\r\nliscensed,licensed\r\nliscensee,licensee\r\nliscenses,licenses\r\nliscensing,licensing\r\nliscensor,licensor\r\nliscensors,licensors\r\nliscensure,licensure\r\nliscensures,licensures\r\nlise,lies\r\nlisen,listen\r\nlisence,license\r\nlisenced,silenced\r\nlisences,licences\r\nlisencing,licencing\r\nlisencor,licencor\r\nlisencors,licencors\r\nlisencure,licencure\r\nlisencures,licencures\r\nlisend,listened\r\nlisense,license\r\nlisensed,licensed\r\nlisenses,licenses\r\nlisensing,licensing\r\nlisensor,licensor\r\nlisensors,licensors\r\nlisensure,licensure\r\nlisensures,licensures\r\nlisenter,listener\r\nlisetning,listening\r\nlisf,list\r\nlising,listing\r\nlisn,listen\r\nlisnter,listener\r\nlispticks,lipsticks\r\nlisr,list\r\nlisstle,little\r\nlist-styl,list-style\r\nlistcd,list\r\nliste,listed\r\nlisteing,listening\r\nlistemer,listener\r\nlistend,listened\r\nlistenend,listened\r\nlistenerclass,listener-class\r\nlistenere,listener\r\nlisteneres,listeners\r\nlistenes,listens\r\nlistenign,listening\r\nlistenner,listener\r\nlistenners,listeners\r\nlistenning,listening\r\nlistenr,listener\r\nlistent,listen\r\nlistenting,listening\r\nlistentning,listening\r\nlistents,listens\r\nlister,listener\r\nlisterens,listeners\r\nlistern,listen\r\nlisterner,listener\r\nlisterns,listeners\r\nlistes,listen\r\nlistlist,list\r\nlistn,listen\r\nlistnable,listenable\r\nlistned,listened\r\nlistnening,listening\r\nlistner,listener\r\nlistners,listeners\r\nlistnership,listenership\r\nlistnerships,listenerships\r\nlistning,listening\r\nlistns,listens\r\nlisto,list\r\nlistr,list\r\nlistsings,listings\r\nlisttransactions,list\r\nlisty,list\r\nlit-htm,lit-html\r\nlital,little\r\nlitaracy,literacy\r\nlitarally,literally\r\nlitarary,literary\r\nlitarate,literate\r\nlitarature,literature\r\nlitature,literature\r\nlitearls,literals\r\nlitearly,literally\r\nlitecion,litecoin\r\nlitecon,litecoin\r\nliteicon,litecoin\r\nliterae,literate\r\nliterale,literal\r\nliteraley,literally\r\nliteralily,literally\r\nliterallly,literally\r\nliteraly,literally\r\nliteraraly,literally\r\nliterarely,literary\r\nliterarlly,literary\r\nliterarly,literary\r\nliterarry,literary\r\nliterateur,littérateur\r\nliterateurs,littérateurs\r\nliteratire,literate\r\nliterative,literate\r\nliteratre,literate\r\nliteratue,literate\r\nliteratute,literate\r\nlitercy,literacy\r\nliterial,literally\r\nliterially,literally\r\nliterilly,literally\r\nliteritally,literally\r\nliterite,literate\r\nliteriture,literature\r\nliterlaly,literally\r\nliterlaral,literally\r\nliterlly,literally\r\nliterlo,literally\r\nliterly,literally\r\nliteroly,literally\r\nliterourly,literally\r\nliterrally,literally\r\nliterry,literally\r\nliterture,literature\r\nliterually,literally\r\nlitest,latest\r\nlithaunia,lithuania\r\nlithogrpahy,lithography\r\nlithuaina,lithuania\r\nlithuana,lithuania\r\nlithuanina,lithuania\r\nlithuaninan,lithuania\r\nlithuiana,lithuania\r\nlithuim,lithium\r\nlithum,lithium\r\nlithunaia,lithuania\r\nlitigatin,litigation\r\nlitigatioin,litigation\r\nlitigato,litigation\r\nlitihum,lithium\r\nlititure,literature\r\nlitl,little\r\nlitle,little\r\nlitllefinger,littlefinger\r\nlitrally,literally\r\nlitrature,literature\r\nlitriture,literature\r\nlits,lists\r\nlitse,lights\r\nlittal,little\r\nlittany,litany\r\nlittble,little\r\nlitte,little\r\nlittearly,literally\r\nlittei,little\r\nlittel,little\r\nlittele,little\r\nlittelfinger,littlefinger\r\nlitteracy,literacy\r\nlitteral,literal\r\nlitterally,literally\r\nlitterals,literals\r\nlitteraly,literally\r\nlitterary,literary\r\nlitterate,literate\r\nlitterates,literates\r\nlitterati,literati\r\nlitterature,literature\r\nlitterfinger,littlefinger\r\nlitterially,literally\r\nlitterly,literally\r\nlittery,literally\r\nlittiefinger,littlefinger\r\nlittl,little\r\nlittlefiger,littlefinger\r\nlittlefigner,littlefinger\r\nlittlefinder,littlefinger\r\nlittlefiner,littlefinger\r\nlittlepinger,littlefinger\r\nlittter,litter\r\nlitttle,little\r\nlitually,literally\r\nlituhania,lithuania\r\nliturally,literally\r\nliturelly,literally\r\nliturily,literally\r\nlitèrateur,littérateur\r\nlitèrateurs,littérateurs\r\nlitérateur,littérateur\r\nlitérateurs,littérateurs\r\nliuetenant,lieutenant\r\nliuke,like\r\nliuked,liked\r\nliukes,likes\r\nliust,list\r\nliv,live\r\nlivabillity,livability\r\nlivabilty,livability\r\nlivablity,livability\r\nlivd,lived\r\nliveabilty,liveability\r\nliveablility,liveability\r\nliveatream,livestream\r\nlivecycle,lifecycle\r\nliveing,living\r\nlivelehood,livelihood\r\nlivelyhod,livelihood\r\nlivelyhods,livelihoods\r\nlivelyhood,livelihood\r\nlivelyhoods,livelihoods\r\nliveprool,liverpool\r\nliverpol,liverpool\r\nliverpoool,liverpool\r\nlivescream,livestream\r\nlivestreem,livestream\r\nlivestrem,livestream\r\nlivestrems,livestream\r\nliviabilty,liviability\r\nlivilehood,livelihood\r\nlivley,lively\r\nlivliehood,livelihood\r\nlivlihood,livelihood\r\nlivly,lively\r\nlivng,living\r\nlivs,lives\r\nliwwing,liwing\r\nlke,like\r\nlkie,like\r\nllaunch,launch\r\nlled,led\r\nllicense,license\r\nllist,list\r\nlloking,looking\r\nlloyer,layer\r\nlmit,limit\r\nlmitated,limitated\r\nlmitating,limitating\r\nlmitation,limitation\r\nlmitations,limitations\r\nlmitche,limitche\r\nlmitchell,limitchell\r\nlmitchme,limitchme\r\nlmite,limite\r\nlmited,limited\r\nlmiter,limiter\r\nlmites,limites\r\nlmiththomas,limiththomas\r\nlmiting,limiting\r\nlmitlrlt,limitlrlt\r\nlmito,limito\r\nlmitr,limitr\r\nlmitrmr,limitrmr\r\nlmits,limits\r\nlmitsu,limitsu\r\nlmitsvos,limitsvos\r\nlmittelbronn,limittelbronn\r\nlmittellager,limittellager\r\nlmmunosuppresive,lmmunosuppressive\r\nlnger,longer\r\nlngitude,longitude\r\nlnguage,language\r\nlnicensed,licensed\r\nlnked,linked\r\nlnog,long\r\nlnowledgable,knowledgable\r\nlnst,last\r\nloacal,local\r\nloacales,locales\r\nloacation,location\r\nloack,lock\r\nloacl,local\r\nloacte,locate\r\nloacted,located\r\nloactor,locator\r\nload-balacning,load-balancing\r\nload-blancer,load-balancer\r\nload-throtting,load-throttling\r\nloadabilty,loadability\r\nloadded,loaded\r\nloadding,loading\r\nloadeer,loader\r\nloadg,lodge\r\nloadiing,loading\r\nloadin,loading\r\nloadinv,loading\r\nloadiong,loading\r\nloadous,loadouts\r\nloadres,loaders\r\nloadrunnner,loadrunner\r\nloaed,loaded\r\nloaging,loading\r\nloak,look\r\nloalhost,localhost\r\nloard,loud\r\nloast,lost\r\nloat,load\r\nloating-point,floating-point\r\nloation,location\r\nloayout,layout\r\nlobal,global\r\nlobbyistes,lobbyists\r\nlobbysits,lobbyists\r\nlobraries,libraries\r\nlocable,lockable\r\nlocacation,location\r\nlocacle,locale\r\nlocaed,located\r\nlocahost,localhost\r\nlocaiton,location\r\nlocaitons,locations\r\nlocalally,locally\r\nlocalation,location\r\nlocalhose,localhost\r\nlocalhots,localhost\r\nlocalhsot,localhost\r\nlocalied,localized\r\nlocality-sensitve,locality-sensitive\r\nlocalizaions,localizations\r\nlocaliztion,localization\r\nlocall,local\r\nlocalled,locally\r\nlocallities,localities\r\nlocallity,locality\r\nlocalstore,local-store\r\nlocalted,located\r\nlocaltion,location\r\nlocaly,locally\r\nlocamotive,locomotive\r\nlocar,local\r\nlocat,locate\r\nlocatins,locations\r\nlocatioin,location\r\nlocatioins,locations\r\nlocationes,locations\r\nlocationy,location\r\nlocatiosn,locations\r\nlocatoin,location\r\nlocatoins,locations\r\nlocatore,locator\r\nloccation,location\r\nloccations,locations\r\nloceh,local\r\nlocer,lover\r\nlocical,logical\r\nlockacreen,lockscreen\r\nlockd,locked\r\nlockholding,lock-holding\r\nlockign,locking\r\nlockin,lock-in\r\nlockl,local\r\nlockscreeen,lockscreen\r\nlockscren,lockscreen\r\nlockscroll,lock-scroll\r\nlocla,local\r\nloclation,location\r\nlocles,locales\r\nlocol,local\r\nloction,location\r\nlod,load\r\nlodaed,loaded\r\nloded,loaded\r\nlodeg,lodge\r\nlodege,lodge\r\nlodel,model\r\nloder,loader\r\nloeading,loading\r\nloed,loud\r\nloeg,lodge\r\nloenard,leonard\r\nloepard,leopard\r\nloernly,lonely\r\nloest,lowest\r\nloev,love\r\nlofe,loaf\r\nlofs,logs\r\nlogarihm,logarithm\r\nlogarthm,logarithm\r\nlogbal,global\r\nlogcial,logical\r\nlogde,lodge\r\nloged,logged\r\nloged-in,logged-in\r\nlogen,lodge\r\nloger,longer\r\nlogge,logger\r\nloggerr,logger\r\nloggged,logged\r\nloggger,logger\r\nloggging,logging\r\nloggig,logging\r\nloggin,logging\r\nloggind,logging\r\nloggine,logging\r\nloggingc,logging\r\nloggint,logging\r\nloggor,logger\r\nloggung,logging\r\nlogial,logical\r\nlogially,logically\r\nlogica,logical\r\nlogicaly,logical\r\nlogicial,logical\r\nlogictical,logistical\r\nlogile,logfile\r\nlogined,logged-in\r\nloging,login\r\nloginp,login\r\nlogisitcal,logistical\r\nlogisitcs,logistics\r\nlogisitic,logistic\r\nlogisticas,logistics\r\nlogisticly,logistical\r\nlogistric,logistic\r\nlogiteh,logitech\r\nlogitisc,logistic\r\nlogitude,longitude\r\nlogn,long\r\nlogner,longer\r\nlogor,logo\r\nlogrithm,logarithm\r\nlogrithmeticaly,logarithmically\r\nlogsitics,logistics\r\nlogtiech,logitech\r\nloige,lodge\r\nloigistic,logistic\r\nloigns,logins\r\nloit,lot\r\nloiusiana,louisiana\r\nloiusville,louisville\r\nlok,look\r\nloking,looking\r\nlokos,looks\r\nlokup,lookup\r\nlold,loud\r\nlolerant,tolerant\r\nlolgic,lologic\r\nlolipop,lollipop\r\nlollipoop,lollipop\r\nlollipoopy,lollipop\r\nlollypop,lollipop\r\nlomber,lumber\r\nlomesome,lonesome\r\nlomg,long\r\nlomger,longer\r\nlomgs,longs\r\nlomp,lump\r\nlon-linear,non-linear\r\nlond,loud\r\nlonditude,longitude\r\nloned,loud\r\nlonelines,loneliness\r\nlonelyness,loneliness\r\nlones,loans\r\nlonge,longer\r\nlongers,longer\r\nlongetivity,longevity\r\nlongevitity,longevity\r\nlongevitiy,longevity\r\nlongger,longer\r\nlongibilty,longibility\r\nlongidude,longitude\r\nlongidudes,longitudes\r\nlongidudinal,longitudinal\r\nlongidudinally,longitudinally\r\nlongis,long\r\nlongitme,longtime\r\nlongitudianlly,longitudinally\r\nlongitudonal,longitudinal\r\nlongitutde,longitude\r\nlongitute,longitude\r\nlongitutes,longitudes\r\nlongitutinal,longitudinal\r\nlongitutinally,longitudinally\r\nlonglived,long-lived\r\nlongtiem,longtime\r\nlongtitude,longitude\r\nlonguer,longueur\r\nlonileness,loneliness\r\nlonin,login\r\nlonley,lonely\r\nlonlieness,loneliness\r\nlonliest,loneliest\r\nlonly,lonely\r\nlonny,loony\r\nlonsome,lonesome\r\nlont,lost\r\nlood,loud\r\nlooge,lodge\r\nlooged,logged\r\nloogic,logic\r\nlooing,looking\r\nlookback,loopback\r\nlooke,look\r\nlookes,looks\r\nlookign,looking\r\nlookin,looking\r\nlookiup,lookup\r\nlookt,looked\r\nlooku,lookup\r\nlookup-requets,lookup-requests\r\nlookus,lookups\r\nloook,look\r\nlooooovvvvved,looooovved\r\nlooop,loop\r\nlooose,lose\r\nloop-rorate,loop-rotate\r\nloopo,loop\r\nloopoligists,loopologists\r\nloopup,lookup\r\nlooseley,loosely\r\nloosers,losers\r\nloosley,loosely\r\nloosly,loosely\r\nloost,loose\r\nloovar,louvre\r\nloovvvved,loovved\r\nlopo,loop\r\nlopp,loop\r\nloreplay,roleplay\r\nlors,lost\r\nlorst,lost\r\nlosangelas,Los Angeles\r\nlosangels,Los Angeles\r\nlosangleas,Los Angeles\r\nlosangles,Los Angeles\r\nlosd,lost\r\nlosed,lost\r\nloseed,lost\r\nloseing,losing\r\nlosely,loosely\r\nlosh,lost\r\nlossed,lost\r\nlossely,loosely\r\nlossing,losing\r\nlosst,lost\r\nlosted,lost\r\nlosth,lost\r\nlosts,lots\r\nlotaly,lotally\r\nlotc,lot\r\nlotes,lots\r\nlotharingen,lothringen\r\nloucd,loud\r\nloued,loud\r\nlouer,lower\r\nloufuly,loufully\r\nlought,laugh\r\nlougout,logout\r\nlouieville,louisville\r\nlouisiania,louisiana\r\nlouisianiian,louisianian\r\nlouisianiians,louisianians\r\nlouisianna,louisiana\r\nlouisiannian,louisianian\r\nlouisiannians,louisianians\r\nlouisivlle,louisville\r\nlouisviile,louisville\r\nlouisvile,louisville\r\nlouisvillle,louisville\r\nlouk,loud\r\nloul,local\r\nlould,loud\r\nlouly,loud\r\nlound,loud\r\nloundry,laundry\r\nlourd,loud\r\nlousiana,Louisiana\r\nlousiania,louisiana\r\nlousianian,louisianian\r\nlousianians,louisianians\r\nlousianiian,louisianian\r\nlousianiians,louisianians\r\nlousiville,louisville\r\nlously,loosely\r\nlovd,loved\r\nloveabilty,loveability\r\nloveing,loving\r\nlovelines,loveliness\r\nlovelyness,loveliness\r\nloverly,lovely\r\nlovley,lovely\r\nlovly,lovely\r\nlovvved,lovved\r\nlovvvved,lovved\r\nlovvvving,lovving\r\nlovvvvvvvvving,lovving\r\nlow-kevel,low-level\r\nlow-leve,low-level\r\nlowas,always\r\nlowd,loud\r\nlowe,lower\r\nlowecased,lowercased\r\nlowecases,lowercases\r\nlowel,lower\r\nlower then,lower than\r\nlower-precendence,lower-precedence\r\nlowercaes,lowercases\r\nloweres,lowers\r\nlowerst,lowest\r\nlowes,lowe's\r\nlowlines,lowliness\r\nlown,lawn\r\nlownly,lonely\r\nlowsercase,lowercase\r\nlowwing,lowing\r\nloyalities,loyalties\r\nloyality,loyalty\r\nloyatlies,loyalties\r\nloyatly,loyalty\r\nloylaties,loyalties\r\nloylaty,loyalty\r\nloytaly,loytally\r\nlred,led\r\nlrequire,require\r\nlsat,last\r\nlsatly,lastly\r\nlsit,lists\r\nlsiteners,listeners\r\nlsits,lists\r\nlso,also\r\nlsot,lost\r\nlt's,let's\r\nlte,let\r\nlter,later\r\nltimatly,ltimately\r\nltioousn,ltiousn\r\nltration,filtration\r\nlttemplate,template\r\nluanch,launch\r\nluanched,launched\r\nluancher,launcher\r\nluanchers,launchers\r\nluanches,launches\r\nluanching,launching\r\nluandry,laundry\r\nluber,lumber\r\nlubicrant,lubricant\r\nlubircant,lubricant\r\nlubricat,lubricant\r\nlucifear,lucifer\r\nluckally,luckily\r\nluckaly,luckily\r\nluckeley,luckily\r\nluckerly,luckily\r\nluckey,lucky\r\nluckially,luckily\r\nluckialy,luckily\r\nluckilly,luckily\r\nluckliy,luckily\r\nluckly,luckily\r\nludcrious,ludicrous\r\nludicrus,ludicrous\r\nludricous,ludicrous\r\nlugar,luger\r\nlugh,laugh\r\nluicfer,lucifer\r\nluietenant,lieutenant\r\nluing,looking\r\nlukamulller,lukamuller\r\nlukid,likud\r\nluks,luke's\r\nluky,lucky\r\nlumina-deskopt,lumina-desktop\r\nluminence,luminance\r\nluminences,luminances\r\nluminent,luminant\r\nluminently,luminantly\r\nluminete,luminate\r\nlumineted,luminated\r\nluminetes,luminates\r\nlumineting,luminating\r\nluminetion,lumination\r\nluminetions,luminations\r\nluminetor,luminator\r\nluminetors,luminators\r\nluminiance,luminance\r\nluminiances,luminances\r\nluminiant,luminant\r\nluminiantly,luminantly\r\nluminiate,luminate\r\nluminiated,luminated\r\nluminiates,luminates\r\nluminiating,luminating\r\nluminiation,lumination\r\nluminiations,luminations\r\nluminiator,luminator\r\nluminiators,luminators\r\nlunaticos,lunatics\r\nlunaticus,lunatics\r\nlunatis,lunatics\r\nlunchen,luncheon\r\nlunchhour,lunch-hour\r\nlunchon,luncheon\r\nlunp,lump\r\nlunur,lunar\r\nlurwd,loud\r\nluscioius,luscious\r\nluscioiusly,lusciously\r\nluscioiusness,lusciousness\r\nlusciouis,luscious\r\nlusciouisly,lusciously\r\nlusciouisness,lusciousness\r\nlusciuos,luscious\r\nlusciuosly,lusciously\r\nlusciuosness,lusciousness\r\nluscoius,luscious\r\nluscoiusly,lusciously\r\nluscoiusness,lusciousness\r\nluscouis,luscious\r\nluscouisly,lusciously\r\nluscouisness,lusciousness\r\nluser,laser\r\nlusscious,luscious\r\nlussciously,lusciously\r\nlussciousness,lusciousness\r\nlustratoin,lustration\r\nluteran,lutheran\r\nluteranism,lutheranism\r\nluterans,lutherans\r\nluterian,lutheran\r\nluterianism,lutheranism\r\nluterians,lutherans\r\nlutherian,lutheran\r\nlutherianism,lutheranism\r\nlutherians,lutherans\r\nluuuvvved,luuuvved\r\nluved,loved\r\nluxary,luxury\r\nlvariables,variables\r\nlveo,love\r\nlvie,live\r\nlving,living\r\nlvoe,love\r\nlwo,low\r\nlxc,docker\r\nlyable,liable\r\nlybia,libya\r\nlybian,libyan\r\nlybians,libyans\r\nlyer,layer\r\nlyfe,life\r\nlynalyl,lynally\r\nlynchberg,lynchburg\r\nlynchbourg,lynchburg\r\nmaan,man\r\nmaange,manage\r\nmaangement,management\r\nmaaping,mapping\r\nmabey,maybe\r\nmabiguos,ambiguous\r\nmaby,maybe\r\nmabye,maybe\r\nmabyelline,maybelline\r\nmacadon,macedon\r\nmacadonia,macedonia\r\nmacadonian,macedonian\r\nmacadonians,macedonians\r\nmacadonias,macedonias\r\nmacanic,mechanic\r\nmacarino,macaroni\r\nmacaronni,macaroni\r\nmacfvicent,magnificent\r\nmacgnefsent,magnificent\r\nmachane,machine\r\nmachanical,mechanical\r\nmachanism,mechanism\r\nmachein,machine\r\nmacheine,machine\r\nmachenizatoin,machenization\r\nmaches,matches\r\nmachian,machine\r\nmachien,machine\r\nmachiene,machine\r\nmachiens,machines\r\nmachies,machines\r\nmachin,machine\r\nmachinabilty,machinability\r\nmachinablilty,machinability\r\nmachinablity,machinability\r\nmachinaeblity,machinaebility\r\nmachinary,machinery\r\nmachineable,machinable\r\nmaching,machine\r\nmachiniablility,machiniability\r\nmachinnery,machinery\r\nmachins,machines\r\nmachted,matched\r\nmachting,matching\r\nmacien,machine\r\nmacine,machine\r\nmacines,machines\r\nmackeral,mackerel\r\nmacking,making\r\nmacknifisent,magnificent\r\nmaclolm,malcolm\r\nmacnefcent,magnificent\r\nmacnifacent,magnificent\r\nmacnifcent,magnificent\r\nmacnifecent,magnificent\r\nmacniffecent,magnificent\r\nmacnificent,magnificent\r\nmacnivesent,magnificent\r\nmacnivisent,magnificent\r\nmacrame,macramé\r\nmacroalge,macroalgae\r\nmacrors,macros\r\nmacroses,macros\r\nmactches,matches\r\nmacthes,matches\r\nmacthing,matching\r\nmacthup,matchup\r\nmacthups,matchups\r\nmaddly,madly\r\nmaddness,madness\r\nmadegascan,madagascan\r\nmadegascans,madagascans\r\nmadegascar,madagascar\r\nmadening,maddening\r\nmadess,madness\r\nmadniest,magnificent\r\nmadnifisent,magnificent\r\nmadrri,married\r\nmadsion,madison\r\nmadturbating,masturbating\r\nmadturbation,masturbation\r\nmae,make\r\nmaeasurements,measurements\r\nmaechen,machine\r\nmaenas,means\r\nmaestries,masteries\r\nmafiasummmers,mafiasummers\r\nmafnificent,magnificent\r\nmagaes,manages\r\nmagaficent,magnificent\r\nmagainzes,magazines\r\nmaganged,managed\r\nmagasine,magazine\r\nmagasines,magazines\r\nmagazen,magazine\r\nmagazins,magazines\r\nmagenifent,magnificent\r\nmagenivisened,magnificent\r\nmagenometer,magnetometer\r\nmagenometic,magnetic\r\nmagensium,magnesium\r\nmagent,magnet\r\nmagentic,magnetic\r\nmagents,magnets\r\nmagerine,margarine\r\nmagerzine,magazine\r\nmagestic,majestic\r\nmagfifnt,magnificent\r\nmagfinent,magnificent\r\nmagfise,magnificent\r\nmagg,mag\r\nmaggged,magged\r\nmagial,magical\r\nmagially,magically\r\nmagicain,magician\r\nmagicaly,magically\r\nmagicent,magnificent\r\nmagicial,magical\r\nmagicially,magically\r\nmagicials,magicals\r\nmagicin,magician\r\nmagick,magic\r\nmagicly,magically\r\nmagifacent,magnificent\r\nmagifce,magnificent\r\nmagificent,magnificent\r\nmagififiance,magnificent\r\nmagik,magic\r\nmagin-bottom,margin-bottom\r\nmagincian,magician\r\nmaginfacton,magnificent\r\nmaginffsent,magnificent\r\nmaginficant,magnificent\r\nmaginficent,magnificent\r\nmaginifance,magnificent\r\nmaginificant,magnificent\r\nmaginificent,magnificent\r\nmagintude,magnitude\r\nmagisine,magazine\r\nmagistarte,magistrate\r\nmagistarted,magistrated\r\nmagistartes,magistrates\r\nmagistarting,magistrating\r\nmagistartion,magistration\r\nmagistartions,magistrations\r\nmagistartive,magistrative\r\nmagistartively,magistratively\r\nmagistartives,magistratives\r\nmagistartor,magistrator\r\nmagistartors,magistrators\r\nmagistate,magistrate\r\nmagistated,magistrated\r\nmagistates,magistrates\r\nmagistating,magistrating\r\nmagistation,magistration\r\nmagistations,magistrations\r\nmagistative,magistrative\r\nmagistatively,magistratively\r\nmagistatives,magistratives\r\nmagistator,magistrator\r\nmagistators,magistrators\r\nmagizine,magazine\r\nmagizooligist,magizoologist\r\nmagmificant,magnificent\r\nmagnaficent,magnificent\r\nmagnant,magnate\r\nmagnefesant,magnificent\r\nmagneficant,magnificent\r\nmagneficent,magnificent\r\nmagnefisent,magnificent\r\nmagnefist,magnificent\r\nmagnefsant,magnificent\r\nmagneicent,magnificent\r\nmagneisent,magnificent\r\nmagneisum,magnesium\r\nmagnesficient,magnificent\r\nmagnesuim,magnesium\r\nmagnetis,magnets\r\nmagnetorheolgical,magnetorheological\r\nmagnfacant,magnificent\r\nmagnfication,magnification\r\nmagnficaton,magnification\r\nmagnficiation,magnification\r\nmagnficiations,magnifications\r\nmagnfigant,magnificent\r\nmagnicfent,magnificent\r\nmagnicifent,magnificent\r\nmagnicificent,magnificent\r\nmagnicifient,magnificent\r\nmagnicsend,magnificent\r\nmagnictat,magnificent\r\nmagnidude,magnitude\r\nmagnidudes,magnitudes\r\nmagnidudinal,magnitudinal\r\nmagnidudinally,magnitudinally\r\nmagniefecent,magnificent\r\nmagnieficent,magnificent\r\nmagnifacence,magnificence\r\nmagnifacent,magnificent\r\nmagnifacently,magnificently\r\nmagnifacet,magnificent\r\nmagnifacian,magnificent\r\nmagnifactent,magnificent\r\nmagnifance,magnificent\r\nmagnifas,magnificent\r\nmagnifasant,magnificent\r\nmagnifasent,magnificent\r\nmagnifasint,magnificent\r\nmagnifasont,magnificent\r\nmagnifatcent,magnificent\r\nmagnifcant,magnificent\r\nmagnifcation,magnification\r\nmagnifcent,magnificent\r\nmagnifecen,magnificent\r\nmagnifecence,magnificence\r\nmagnifecent,magnificent\r\nmagnifecently,magnificently\r\nmagnifecient,magnificent\r\nmagnifecint,magnificent\r\nmagnifecite,magnificent\r\nmagnifercent,magnificent\r\nmagnifersent,magnificent\r\nmagnifesamt,magnificent\r\nmagnifesant,magnificent\r\nmagnifesent,magnificent\r\nmagnifest,magnificent\r\nmagnifet,magnificent\r\nmagniffcent,magnificent\r\nmagniffecent,magnificent\r\nmagniffencete,magnificent\r\nmagniffesunt,magnificent\r\nmagniffiance,magnificent\r\nmagnifficent,magnificent\r\nmagnifhent,magnificent\r\nmagnific,magnificent\r\nmagnificance,magnificence\r\nmagnificant,magnificent\r\nmagnificante,magnificent\r\nmagnificantly,magnificently\r\nmagnificat,magnificent\r\nmagnificate,magnificent\r\nmagnificatoin,magnification\r\nmagnificaton,magnification\r\nmagnificeint,magnificent\r\nmagnificen,magnificent\r\nmagnificense,magnificent\r\nmagnificiant,magnificent\r\nmagnificiante,magnificent\r\nmagnificiation,magnification\r\nmagnificience,magnificent\r\nmagnificient,magnificent\r\nmagnificiently,magnificently\r\nmagnificint,magnificent\r\nmagnificunt,magnificent\r\nmagnifiecent,magnificent\r\nmagnifient,magnificent\r\nmagnifince,magnificent\r\nmagnifine,magnificent\r\nmagnifinset,magnificent\r\nmagnifisance,magnificent\r\nmagnifisant,magnificent\r\nmagnifisante,magnificent\r\nmagnifiscant,magnificent\r\nmagnifiscent,magnificent\r\nmagnifisen,magnificent\r\nmagnifisence,magnificent\r\nmagnifisend,magnificent\r\nmagnifisent,magnificent\r\nmagnifist,magnificent\r\nmagnifisunt,magnificent\r\nmagnifit,magnificent\r\nmagnifitent,magnificent\r\nmagnifocent,magnificent\r\nmagnifous,magnificent\r\nmagnifscent,magnificent\r\nmagnifsent,magnificent\r\nmagnifsint,magnificent\r\nmagnifsit,magnificent\r\nmagnifsted,magnificent\r\nmagnigicient,magnificent\r\nmagnigifence,magnificent\r\nmagnilalid,magnificent\r\nmagnipasint,magnificent\r\nmagniphsent,magnificent\r\nmagnisant,magnificent\r\nmagniseft,magnificent\r\nmagnisfcent,magnificent\r\nmagnisifant,magnificent\r\nmagnisivent,magnificent\r\nmagnisphant,magnificent\r\nmagnisvisen,magnificent\r\nmagnited,magnitude\r\nmagnitudine,magnitude\r\nmagnitue,magnitude\r\nmagnitute,magnitude\r\nmagnitutes,magnitudes\r\nmagnitutinal,magnitudinal\r\nmagnitutinally,magnitudinally\r\nmagniucent,magnificent\r\nmagnivasent,magnificent\r\nmagnivesent,magnificent\r\nmagnivicent,magnificent\r\nmagnivisant,magnificent\r\nmagnivisont,magnificent\r\nmagnivsorn,magnificent\r\nmagntiude,magnitude\r\nmagolia,magnolia\r\nmagor,major\r\nmagoroty,majority\r\nmagrins,margins\r\nmagtifance,magnificent\r\nmahnatten,Manhattan\r\nmahority,majority\r\nmai,may\r\nmaidson,madison\r\nmaieler,mailer\r\nmaiht,might\r\nmailboxed,mailboxes\r\nmailformed,malformed\r\nmailin,mailing\r\nmailled,mailed\r\nmailling,mailing\r\nmailly,mainly\r\nmailny,mainly\r\nmaimi,Miami\r\nmainainer,maintainer\r\nmainainers,maintainers\r\nmainatiner,maintainer\r\nmainatiners,maintainers\r\nmaind,main\r\nmaine,main\r\nmainenance,maintenance\r\nmainer,miner\r\nmainfest,manifest\r\nmainfestation,manifestation\r\nmainfesto,manifesto\r\nmainfests,manifests\r\nmaing,making\r\nmaini,main\r\nmainley,mainly\r\nmainling,mailing\r\nmainpulate,manipulate\r\nmainstreem,mainstream\r\nmainstrem,mainstream\r\nmaintable,maintainable\r\nmaintaina,maintain\r\nmaintainabilty,maintainability\r\nmaintainablity,maintainability\r\nmaintainance,maintenance\r\nmaintaince,maintained\r\nmaintainenace,maintenance\r\nmaintainence,maintenance\r\nmaintainerss,maintainers\r\nmaintaines,maintains\r\nmaintaing,maintaining\r\nmaintaini,maintain\r\nmaintainig,maintaining\r\nmaintainiing,maintaining\r\nmaintainng,maintaining\r\nmaintainted,maintained\r\nmaintaly,maintally\r\nmaintan,maintain\r\nmaintanability,maintainability\r\nmaintanabilty,maintainability\r\nmaintanable,maintainable\r\nmaintanance,maintenance\r\nmaintance,maintenance\r\nmaintaned,maintained\r\nmaintanence,maintenance\r\nmaintaner,maintainer\r\nmaintaners,maintainers\r\nmaintanes,maintains\r\nmaintanining,maintaining\r\nmainteance,maintenance\r\nmainteinance,maintenance\r\nmainteind,maintained\r\nmainteinence,maintenance\r\nmaintenability,maintainability\r\nmaintenace,maintenance\r\nmaintenaince,maintenance\r\nmaintence,maintenance\r\nmaintences,maintenance\r\nmaintened,maintained\r\nmaintenence,maintenance\r\nmaintenences,maintenances\r\nmaintenencie,maintenancie\r\nmaintenencies,maintenancies\r\nmaintenency,maintenancy\r\nmaintenent,maintenant\r\nmainteners,maintainers\r\nmaintening,maintaining\r\nmaintian,maintain\r\nmaintianance,maintenance\r\nmaintianed,maintained\r\nmaintianence,maintenance\r\nmaintianers,maintainers\r\nmaintianing,maintaining\r\nmaintians,maintains\r\nmaintin,maintain\r\nmaintinaing,maintaining\r\nmaintinance,maintenance\r\nmaintinence,maintenance\r\nmainting,maintaining\r\nmaintining,maintaining\r\nmaintioned,mentioned\r\nmaintioning,mentioning\r\nmaintions,mentions\r\nmaintnance,maintenance\r\nmaintnence,maintenance\r\nmaintream,mainstream\r\nmainy,many\r\nmairjuana,marijuana\r\nmairlyn,marilyn\r\nmais,main\r\nmaitained,maintained\r\nmaitainence,maintenance\r\nmaitainer,maintainer\r\nmaitainers,maintainers\r\nmaitanining,maintaining\r\nmaitenance,maintenance\r\nmaiteraly,materially\r\nmaixmum,maximum\r\nmajaerly,majority\r\nmajaor,major\r\nmajical,magical\r\nmajiscule,majuscule\r\nmajoirty,majority\r\nmajoraly,majority\r\nmajore,major\r\nmajoroty,majority\r\nmajorty,majority\r\nmajot,major\r\nmajour,major\r\nmajourity,majority\r\nmak,make\r\nmakde,make\r\nmakdown,markdown\r\nmake-shift,makeshift\r\nmaked,marked\r\nmakedly,markedly\r\nmakee,make\r\nmakegile,makefile\r\nmakeing,making\r\nmakeings,makings\r\nmakeit,make\r\nmakesmar,makes\r\nmaket,make\r\nmakfile,makefile\r\nmaknifisert,magnificent\r\nmakoe,make\r\nmakr,mark\r\nmakrdown,markdown\r\nmakre,make\r\nmakred,marked\r\nmakrkdown,markdown\r\nmakrsman,marksman\r\nmaks,masks\r\nmakse,makes\r\nmakses,makes\r\nmalacious,malicious\r\nmalaclony,melancholy\r\nmalacolgists,malacologists\r\nmalaira,malaria\r\nmalaproprism,malapropism\r\nmalariya,malaria\r\nmalasiya,malaysia\r\nmalasyia,malaysia\r\nmalasyian,malaysian\r\nmalayisa,malaysia\r\nmalayisan,malaysian\r\nmalaysa,malaysia\r\nmalaysain,malaysian\r\nmalclom,malcolm\r\nmalcom,malcolm\r\nmaldeves,maldives\r\nmaldevian,maldivian\r\nmaldevians,maldivians\r\nmaleld,malled\r\nmalencholy,melancholy\r\nmalencolly,melancholy\r\nmaletonin,melatonin\r\nmalfold,malformed\r\nmalfomation,malformation\r\nmalfonction,malfunction\r\nmalfucntion,malfunction\r\nmalfucntions,malfunction\r\nmalfuction,malfunction\r\nmalfuctioned,malfunctioned\r\nmalfuctioning,malfunctioning\r\nmalfuctions,malfunctions\r\nmalfuncion,malfunction\r\nmalfunciton,malfunction\r\nmalfuncting,malfunction\r\nmalfunctiosn,malfunctions\r\nmalfunktion,malfunction\r\nmalfuntioin,malfuntion\r\nmalfuntion,malfunction\r\nmalfuntionacabadas,malfunctionacabadas\r\nmalfuntioned,malfunctioned\r\nmalfuntioning,malfunctioning\r\nmalfuntions,malfunctions\r\nmalicioius,malicious\r\nmalicioiusly,maliciously\r\nmalicioiusness,maliciousness\r\nmaliciouis,malicious\r\nmaliciouisly,maliciously\r\nmaliciouisness,maliciousness\r\nmaliciuos,malicious\r\nmaliciuosly,maliciously\r\nmaliciuosness,maliciousness\r\nmalicoius,malicious\r\nmalicoiusly,maliciously\r\nmalicoiusness,maliciousness\r\nmalicouis,malicious\r\nmalicouisly,maliciously\r\nmalicouisness,maliciousness\r\nmalignence,malignance\r\nmalignences,malignances\r\nmalignencie,malignancie\r\nmalignencies,malignancies\r\nmalignency,malignancy\r\nmalignent,malignant\r\nmaliscious,malicious\r\nmalisciously,maliciously\r\nmalisciousness,maliciousness\r\nmalleabillity,malleability\r\nmalleablity,malleability\r\nmallling,malling\r\nmaloncolly,melancholy\r\nmalplace,misplace\r\nmalpractce,malpractice\r\nmalpractise,malpractice\r\nmalpractive,malpractice\r\nmaltease,maltese\r\nmalteese,maltese\r\nmaltesian,maltese\r\nmaltesse,maltese\r\nmaltreatement,maltreatment\r\nmaltreatements,maltreatments\r\nmaltreatemnt,maltreatment\r\nmaltreatemnts,maltreatments\r\nmalyasia,malaysia\r\nmalyasian,malaysian\r\nmamal,mammal\r\nmamalian,mammalian\r\nmamals,mammals\r\nmamaner,manager\r\nmamber,member\r\nmambetaly,mambetally\r\nmame,name\r\nmamed,named\r\nmames,names\r\nmamesfictive,magnificent\r\nmamimum,maximum\r\nmamixum,maximum\r\nmamory,memory\r\nmamoth,mammoth\r\nmamrioes,memories\r\nmamy,many\r\nmanaage,manage\r\nmanaaging,managing\r\nmanabed,managed\r\nmanadate,mandate\r\nmanadatory,mandatory\r\nmanadrin,mandarin\r\nmanafacture,manufacture\r\nmanafactured,manufactured\r\nmanafacturer,manufacturer\r\nmanafacturers,manufacturers\r\nmanafactures,manufactures\r\nmanafacturing,manufacturing\r\nmanafaturers,manufacturers\r\nmanafestation,manifestation\r\nmanafracture,manufacture\r\nmanagability,manageability\r\nmanagable,manageable\r\nmanagableness,manageableness\r\nmanagablility,managability\r\nmanagably,manageably\r\nmanagaer,manager\r\nmanagagment,management\r\nmanagd,managed\r\nmanageablility,manageability\r\nmanageablity,manageability\r\nmanagebale,manageable\r\nmanageent,management\r\nmanageing,managing\r\nmanagemant,management\r\nmanagemebt,management\r\nmanagemenent,management\r\nmanagementment,management\r\nmanagemet,management\r\nmanagemnt,management\r\nmanagenent,management\r\nmanagent,management\r\nmanagmement,management\r\nmanagment,management\r\nmanagments,managements\r\nmanally,manually\r\nmanaly,manually\r\nmananager,manager\r\nmanange,manage\r\nmananged,managed\r\nmanangement,management\r\nmananger,manager\r\nmananging,managing\r\nmananig,managing\r\nmananipulating,manipulating\r\nmanater,manager\r\nmanaters,managers\r\nmanatory,mandatory\r\nmanaual,manual\r\nmanaually,manually\r\nmanaufacture,manufacture\r\nmanaufactured,manufactured\r\nmanaufacturer,manufacturer\r\nmanaufacturers,manufacturers\r\nmanaufactures,manufactures\r\nmanaufacturing,manufacturing\r\nmanaufaturing,manufacturing\r\nmanaul,manual\r\nmanaully,manually\r\nmanauls,manuals\r\nmanay,many\r\nmanchine,machine\r\nmancificent,magnificent\r\nmandarian,mandarin\r\nmandarijn,mandarin\r\nmandarion,mandarin\r\nmandase,mandates\r\nmandaste,mandates\r\nmandats,mandates\r\nmanditory,mandatory\r\nmandrain,mandarin\r\nmandrian,mandarin\r\nmaneagable,manageable\r\nmanefestation,manifestation\r\nmanegability,manageability\r\nmanegable,manageable\r\nmanegableness,manageableness\r\nmanegably,manageably\r\nmanegd,managed\r\nmanegeability,manageability\r\nmanegeable,manageable\r\nmanegeableness,manageableness\r\nmanegeably,manageably\r\nmaneged,managed\r\nmanegement,management\r\nmanegements,managements\r\nmaneger,manager\r\nmanegment,management\r\nmanegments,managements\r\nmaneouvre,manoeuvre\r\nmaneouvred,manoeuvred\r\nmaneouvres,manoeuvres\r\nmaneouvring,manoeuvring\r\nmaner,manner\r\nmanerd,mannered\r\nmaners,manners\r\nmaneuverabilty,maneuverability\r\nmaneuverablility,maneuverability\r\nmaneuverablity,maneuverability\r\nmaneuveres,maneuvers\r\nmaneuveur,maneuver\r\nmaneuveurs,maneuver\r\nmanever,maneuver\r\nmanevered,maneuvered\r\nmanevering,maneuvering\r\nmanevers,maneuvers\r\nmaneveur,maneuver\r\nmaneveurs,maneuvers\r\nmanevuer,maneuver\r\nmanfacturability,manufacturability\r\nmanfacture,manufacture\r\nmanfactured,manufactured\r\nmanfacturer,manufacturer\r\nmanfacturers,manufacturers\r\nmanfactures,manufactures\r\nmanfacturing,manufacturing\r\nmanfature,manufacture\r\nmanfaturing,manufacturing\r\nmanfest,manifest\r\nmanfiest,manifest\r\nmanfiesto,manifesto\r\nmanfiests,manifests\r\nmanfist,manifest\r\nmanfuacturers,manufactures\r\nmangae,manage\r\nmangaed,managed\r\nmangage,manage\r\nmangager,manager\r\nmangaging,managing\r\nmangament,management\r\nmangeability,manageability\r\nmangeable,manageable\r\nmangeableness,manageableness\r\nmangeablity,mangeability\r\nmangeably,manageably\r\nmanged,managed\r\nmangeld,mangled\r\nmangement,management\r\nmangements,managements\r\nmangerial,managerial\r\nmangesium,magnesium\r\nmangetic,magnetic\r\nmangets,magnets\r\nmanging,managing\r\nmangitude,magnitude\r\nmanglade,mangled\r\nmangnicet,magnificent\r\nmangnicfent,magnificent\r\nmanhatten,Manhattan\r\nmaniest,manifest\r\nmanifacture,manufacture\r\nmanifactured,manufactured\r\nmanifacturer,manufacturer\r\nmanifacturers,manufacturers\r\nmanifactures,manufactures\r\nmanifacturing,manufacturing\r\nmanifastation,manifestation\r\nmanifatures,manufactures\r\nmanifecunte,magnificent\r\nmanifeso,manifesto\r\nmanifestacion,manifestation\r\nmanifestado,manifesto\r\nmanifestaion,manifestation\r\nmanifestano,manifesto\r\nmanifestanti,manifestation\r\nmanifestas,manifests\r\nmanifestating,manifestation\r\nmanifestatiosn,manifestations\r\nmanifestato,manifesto\r\nmanifeste,manifest\r\nmanifestes,manifests\r\nmanifestion,manifesto\r\nmanifestions,manifestations\r\nmanifestior,manifesto\r\nmanifestons,manifests\r\nmanifestors,manifests\r\nmanifestus,manifests\r\nmanifext,manifest\r\nmanificent,magnificent\r\nmanifiests,manifests\r\nmanifistation,manifestation\r\nmaniifest,manifest\r\nmanimulation,manipulation\r\nmanimulations,manipulations\r\nmanimum,minimum\r\nmanin,main\r\nmaningful,meaningful\r\nmaninpulation,manipulation\r\nmanipilating,manipulating\r\nmanipluate,manipulate\r\nmanipluated,manipulated\r\nmanipluating,manipulating\r\nmanipluation,manipulation\r\nmanipualte,manipulate\r\nmanipualted,manipulated\r\nmanipualting,manipulating\r\nmanipualtion,manipulation\r\nmanipualtive,manipulative\r\nmanipuating,manipulating\r\nmanipuation,manipulation\r\nmanipuative,manipulative\r\nmanipulacion,manipulation\r\nmanipulant,manipulate\r\nmanipulare,manipulate\r\nmanipulat,manipulate\r\nmanipulatie,manipulative\r\nmanipulatin,manipulation\r\nmanipulationg,manipulating\r\nmanipulatoin,manipulation\r\nmanipulatoins,manipulations\r\nmanipulaton,manipulation\r\nmanipule,manipulate\r\nmanipulitive,manipulative\r\nmanipulted,manipulated\r\nmanipuration,manipulation\r\nmaniputaltation,manipulation\r\nmanisfestation,manifestation\r\nmanisfestations,manifestations\r\nmanisient,magnificent\r\nmanitainers,maintainers\r\nmaniupating,manipulating\r\nmaniuplate,manipulate\r\nmaniuplated,manipulated\r\nmaniuplating,manipulating\r\nmaniuplation,manipulation\r\nmaniuplative,manipulative\r\nmaniupulate,manipulate\r\nmanivent,magnificent\r\nmank,make\r\nmankiller,man killer\r\nmanknd,mankind\r\nmann,man\r\nmannarisms,mannerisms\r\nmannerisims,mannerisms\r\nmannersims,mannerisms\r\nmannned,manned\r\nmannner,manner\r\nmannners,manners\r\nmannning,manning\r\nmannnings,mannings\r\nmannor,manner\r\nmannorisms,mannerisms\r\nmannually,manually\r\nmannufacturer,manufacturer\r\nmanny,many\r\nmanoeuverability,maneuverability\r\nmanoeuvrabilty,manoeuvrability\r\nmanoeuvrablility,manoeuvrability\r\nmanoeuvrablity,manoeuvrability\r\nmanoever,manoeuver\r\nmanoevered,manoeuvered\r\nmanoevering,manoeuvering\r\nmanoevers,manoeuvers\r\nmanorandum,memorandum\r\nmanouever,manoeuver\r\nmanouevered,manoeuvered\r\nmanouevering,manoeuvering\r\nmanouevers,manoeuvers\r\nmanouvarabilty,manouvarability\r\nmanouver,maneuver\r\nmanouverability,maneuverability\r\nmanouverabilty,manouverability\r\nmanouverable,maneuverable\r\nmanouverablity,manouverability\r\nmanouvered,manoeuvered\r\nmanouvering,manoeuvering\r\nmanouvers,maneuvers\r\nmansalughter,manslaughter\r\nmansfeild,mansfield\r\nmanslaugher,manslaughter\r\nmanslaugter,manslaughter\r\nmanslaugther,manslaughter\r\nmansluaghter,manslaughter\r\nmant,want\r\nmantain,maintain\r\nmantainability,maintainability\r\nmantainable,maintainable\r\nmantainance,maintenance\r\nmantained,maintained\r\nmantainence,maintenance\r\nmantainer,maintainer\r\nmantainers,maintainers\r\nmantaining,maintaining\r\nmantains,maintains\r\nmantaly,mantally\r\nmantanance,maintenance\r\nmantance,maintenance\r\nmantanence,maintenance\r\nmanteinance,maintenance\r\nmanteinence,maintenance\r\nmantenance,maintenance\r\nmantence,maintenance\r\nmantenence,maintenance\r\nmanter,manner\r\nmantian,maintain\r\nmantianance,maintenance\r\nmantianed,maintained\r\nmantianence,maintenance\r\nmantianer,maintainer\r\nmantianing,maintaining\r\nmantians,maintains\r\nmanticies,mathematics\r\nmantisa,mantissa\r\nmantisse,mantissa\r\nmanu,menu\r\nmanua,manual\r\nmanuafacture,manufacture\r\nmanuafactured,manufactured\r\nmanuafacturer,manufacturer\r\nmanuafacturers,manufacturers\r\nmanuafactures,manufactures\r\nmanuafacturing,manufacturing\r\nmanuafaturers,manufacturers\r\nmanuages,languages\r\nmanuales,manuals\r\nmanuallky,manually\r\nmanualy,manually\r\nmanuanlly,manunally\r\nmanucafturer,manufacturer\r\nmanuel,manual\r\nmanuelly,manually\r\nmanueuverabilty,manueuverability\r\nmanuever,maneuver\r\nmanueverabilty,manueverability\r\nmanuevered,maneuvered\r\nmanuevering,maneuvering\r\nmanuevers,maneuvers\r\nmanufacter,manufacture\r\nmanufactered,manufactured\r\nmanufacterer,manufacturer\r\nmanufacterers,manufacturers\r\nmanufacteres,manufactures\r\nmanufactering,manufacturing\r\nmanufacters,manufactures\r\nmanufacterurs,manufactures\r\nmanufacteur,manufactures\r\nmanufacteurs,manufactures\r\nmanufactored,manufactured\r\nmanufactorer,manufacturer\r\nmanufactorers,manufacturers\r\nmanufactores,manufactures\r\nmanufactoring,manufacturing\r\nmanufactued,manufactured\r\nmanufactuer,manufacture\r\nmanufactuered,manufactured\r\nmanufactuerer,manufacturer\r\nmanufactueres,manufactures\r\nmanufactuers,manufacturers\r\nmanufactuing,manufacturing\r\nmanufactur,manufacture\r\nmanufacturabillity,manufacturability\r\nmanufacturabilty,manufacturability\r\nmanufacturablity,manufacturability\r\nmanufacturas,manufactures\r\nmanufacturd,manufactured\r\nmanufacturedd,manufactured\r\nmanufactureds,manufactures\r\nmanufactureers,manufactures\r\nmanufacturer-sepcific,manufacturer-specific\r\nmanufactureras,manufactures\r\nmanufacturerd,manufactured\r\nmanufacturered,manufactured\r\nmanufacturerers,manufacturers\r\nmanufactureres,manufacturers\r\nmanufactureros,manufactures\r\nmanufacturier,manufacturer\r\nmanufacturies,manufactories\r\nmanufacturor,manufacturer\r\nmanufacturors,manufacturers\r\nmanufacturs,manufactures\r\nmanufactuter,manufacture\r\nmanufactuters,manufactures\r\nmanufacur,manufacture\r\nmanufacurability,manufacturability\r\nmanufacurd,manufactured\r\nmanufacure,manufacture\r\nmanufacured,manufactured\r\nmanufacurer,manufacturer\r\nmanufacurers,manufacturers\r\nmanufacures,manufactures\r\nmanufacuring,manufacturing\r\nmanufacurs,manufactures\r\nmanufacuter,manufacture\r\nmanufacuters,manufactures\r\nmanufacutre,manufactures\r\nmanufacutred,manufacture\r\nmanufacutrers,manufactures\r\nmanufacutres,manufactures\r\nmanufature,manufacture\r\nmanufatured,manufactured\r\nmanufaturer,manufacturer\r\nmanufaturers,manufacturers\r\nmanufatures,manufactures\r\nmanufaturing,manufacturing\r\nmanufcaturers,manufactures\r\nmanufracture,manufacture\r\nmanufractured,manufactured\r\nmanufracturer,manufacturer\r\nmanufracturers,manufacturers\r\nmanufractures,manufactures\r\nmanufracturing,manufacturing\r\nmanuifacturer,manufacturer\r\nmanuifacturers,manufacturers\r\nmanuifacturing,manufacturing\r\nmanul,manual\r\nmanullay,manually\r\nmanully,manually\r\nmanuly,manually\r\nmanupilated,manipulated\r\nmanupilating,manipulating\r\nmanuplated,manipulated\r\nmanupluate,manipulate\r\nmanupulated,manipulated\r\nmanupulating,manipulating\r\nmanupulation,manipulation\r\nmanupulations,manipulations\r\nmanupulative,manipulative\r\nmanuscrit,manuscript\r\nmanutriction,malnutrition\r\nmanuufactured,manufactured\r\nmanuufacturer,manufacturer\r\nmanuufacturers,manufacturers\r\nmanuufacturing,manufacturing\r\nmanuver,maneuver\r\nmanuverablity,manuverability\r\nmanuvered,maneuvered\r\nmanuvering,maneuvering\r\nmanuvers,maneuvers\r\nmanuveur,manoeuvre\r\nmanyally,manually\r\nmaodule,module\r\nmaopping,mapping\r\nmapa,map\r\nmape,map\r\nmaped,mapped\r\nmapel,maple\r\nmaphlet,pamphlet\r\nmapid,map-id\r\nmaping,mapping\r\nmapjs,maps\r\nmappble,mappable\r\nmappend,mapped\r\nmappigns,mappings\r\nmappped,mapped\r\nmappping,mapping\r\nmapss,maps\r\nmarable,marble\r\nmarables,marbles\r\nmaraconi,macaroni\r\nmaradeur,marauder\r\nmaraduer,marauder\r\nmaragret,margaret\r\nmarameter,parameter\r\nmaraudeur,marauder\r\nmaraudeurs,marauder\r\nmarballs,marbles\r\nmarbel,marble\r\nmarbels,marbles\r\nmarbleds,marbles\r\nmarchmallows,marshmallows\r\nmarchs,marches\r\nmarco,macro\r\nmarcro,macro\r\nmardown,markdown\r\nmarevlous,marvelous\r\nmargage,mortgage\r\nmargain,margin\r\nmarganilize,marginalized\r\nmarganilized,marginalized\r\nmargarent,margaret\r\nmargarite,margaret\r\nmargaritte,margaret\r\nmargart,margaret\r\nmarged,merged\r\nmargen,margin\r\nmargenalized,marginalized\r\nmargerat,margaret\r\nmargianlly,marginally\r\nmarginaal,marginal\r\nmarginaali,marginal\r\nmarginaly,marginally\r\nmargine,margin\r\nmargines,margins\r\nmargings,margins\r\nmarginilized,marginalized\r\nmarginis,margins\r\nmarginsi,margin\r\nmargn,margin\r\nmarhsal,marshal\r\nmarhsmallow,marshmallow\r\nmarhsmallows,marshmallows\r\nmariables,variables\r\nmariage,marriage\r\nmaricious,malicious\r\nmarid,married\r\nmaried,married\r\nmariens,marines\r\nmarigin,margin\r\nmarign,margin\r\nmarign-left,margin-left\r\nmarignal,marginal\r\nmarignally,marginally\r\nmarijauna,marijuana\r\nmarijuanna,marijuana\r\nmarijuannas,marijuana\r\nmarilyin,marilyn\r\nmarin,margin\r\nmarinebiolgist,marinebiologist\r\nmarinens,marines\r\nmarineras,mariners\r\nmarineris,mariners\r\nmarineros,mariners\r\nmaring,marking\r\nmaritan,martian\r\nmaritialy,materially\r\nmaritious,mysterious\r\nmarixist,Marxist\r\nmarixsm,marxism\r\nmariyln,marilyn\r\nmarjiuana,marijuana\r\nmarjority,majority\r\nmarkdon,markdown\r\nmarkdonw,markdown\r\nmarkdow,markdown\r\nmarkdup,markup\r\nmarkdwon,markdown\r\nmarke,mark\r\nmarkede,marketed\r\nmarkedet,marketed\r\nmarkeras,markers\r\nmarkerplace,marketplace\r\nmarkerts,markers\r\nmarkes,marks\r\nmarkesr,markers\r\nmarketabillity,marketability\r\nmarketabilty,marketability\r\nmarketablility,marketability\r\nmarketablilty,marketability\r\nmarketablity,marketability\r\nmarketcapitilizatoin,marketcapitilization\r\nmarketpalce,marketplace\r\nmarketted,marketed\r\nmarketting,marketing\r\nmarketts,markets\r\nmarkign,marking\r\nmarknigs,markings\r\nmarkplace's,marketplace's\r\nmarkt,marked\r\nmarkts,markets\r\nmarkupbr,markup\r\nmarkuping,markup\r\nmarlbes,marbles\r\nmarliyn,marilyn\r\nmarmelade,marmalade\r\nmarniers,mariners\r\nmarnies,marines\r\nmarrage,marriage\r\nmarraige,marriage\r\nmarriad,married\r\nmarriageablity,marriageability\r\nmarride,married\r\nmarrie,marry\r\nmarrige,marriage\r\nmarrring,marring\r\nmarrtyred,martyred\r\nmarryed,married\r\nmarryied,married\r\nmarrys,marries\r\nmarshall,marshal\r\nmarshallled,marshalled\r\nmarshamllow,marshmallow\r\nmarshamllows,marshmallows\r\nmarshmalllows,marshmallows\r\nmarshmallons,marshmallows\r\nmarshmallowiest,marshmallows\r\nmarshmallowness,marshmallows\r\nmarshmalow,marshmallow\r\nmarshmalows,marshmallows\r\nmarshmellow,marshmallow\r\nmarskman,marksman\r\nmartail,martial\r\nmartain,martian\r\nmarth,mark\r\nmartirilly,materially\r\nmaruader,marauder\r\nmarval,marvel\r\nmarvaled,marveled\r\nmarvaler,marveler\r\nmarvalers,marvelers\r\nmarvalous,marvelous\r\nmarvelos,marvelous\r\nmarvinblity,marvinbility\r\nmarvle,marvel\r\nmarvled,marveled\r\nmarvleing,marveling\r\nmarvler,marveler\r\nmarvlers,marvelers\r\nmarvles,marvels\r\nmarvling,marveling\r\nmarxisim,marxism\r\nmarxism-leninism,Marxism–Leninism\r\nmarxism-leninist,Marxism–Leninist\r\nmarxist-leninism,Marxist–Leninism\r\nmarxist-leninist,Marxist–Leninist\r\nmary,marry\r\nmasachsets,massachusetts\r\nmasachusets,massachusetts\r\nmasachusetsan,massachusettsan\r\nmasachusetsans,massachusettsans\r\nmasachusetts,massachusetts\r\nmasachusettsan,massachusettsan\r\nmasachusettsans,massachusettsans\r\nmasachussets,massachusetts\r\nmasachussetsan,massachusettsan\r\nmasachussetsans,massachusettsans\r\nmasachussetts,massachusetts\r\nmasachussettsan,massachusettsan\r\nmasachussettsans,massachusettsans\r\nmasacra,mascara\r\nmasacsets,massachusetts\r\nmasacusets,massachusetts\r\nmascarading,masquerading\r\nmascarra,mascara\r\nmaschine,machine\r\nmasculanity,masculinity\r\nmasculenity,masculinity\r\nmasculin,masculine\r\nmasculinty,masculinity\r\nmasechsets,massachusetts\r\nmasechusets,massachusetts\r\nmasecsets,massachusetts\r\nmasecusets,massachusetts\r\nmased,based\r\nmashal,marshal\r\nmashalled,marshalled\r\nmashe,mache\r\nmashen,machine\r\nmashin,machine\r\nmashine,machine\r\nmasivly,masively\r\nmaskes,masks\r\nmasn,mans\r\nmasoginistic,misogynistic\r\nmasogynistic,misogynistic\r\nmasonary,masonry\r\nmasonery,masonry\r\nmasquarada,masquerada\r\nmasquarade,masquerade\r\nmasquarades,masquerades\r\nmasquarading,masquerading\r\nmasrhmallow,marshmallow\r\nmass-assigment,mass-assignment\r\nmassace,massacre\r\nmassacer,massacre\r\nmassachsets,massachusetts\r\nmassachsetts,massachusetts\r\nmassachssetts,massachusetts\r\nmassachsuetts,massachusetts\r\nmassachucetts,massachusetts\r\nmassachuestts,massachusetts\r\nmassachusents,massachusetts\r\nmassachusets,massachusetts\r\nmassachusettes,massachusetts\r\nmassachusettians,massachusetts\r\nmassachusettts,massachusetts\r\nmassachusites,massachusetts\r\nmassachussets,massachusetts\r\nmassachussetts,massachusetts\r\nmassachustts,massachusetts\r\nmassacrare,massacre\r\nmassacusetts,massachusetts\r\nmassacussetts,massachusetts\r\nmassagens,massages\r\nmassarce,massacre\r\nmassasge,massages\r\nmasscare,massacre\r\nmassechusets,massachusetts\r\nmassechusetts,massachusetts\r\nmassechussets,massachusetts\r\nmassechussetts,massachusetts\r\nmassess,masses\r\nmassivelly,massively\r\nmassivley,massively\r\nmassivly,massively\r\nmassmedia,mass media\r\nmasssachsets,massachusetts\r\nmasssachusets,massachusetts\r\nmasssachusetts,massachusetts\r\nmasssacsets,massachusetts\r\nmasssacusets,massachusetts\r\nmasssechsets,massachusetts\r\nmasssechusets,massachusetts\r\nmasssecsets,massachusetts\r\nmasssecusets,massachusetts\r\nmasssive,massive\r\nmassssive,massive\r\nmasssssive,massive\r\nmassssssive,massive\r\nmasssssssssssive,massive\r\nmasssuchsets,massachusetts\r\nmasssuchusets,massachusetts\r\nmasssucsets,massachusetts\r\nmasssucusets,massachusetts\r\nmassuchsetts,massachusetts\r\nmassuchusetts,massachusetts\r\nmassuchussetts,massachusetts\r\nmaste,master\r\nmasteires,masteries\r\nmasterbate,masturbate\r\nmasterbated,masturbated\r\nmasterbateen,masturbateen\r\nmasterbateing,masturbateing\r\nmasterbateng,masturbateng\r\nmasterbater,masturbater\r\nmasterbaters,masturbaters\r\nmasterbates,masturbates\r\nmasterbati,masturbati\r\nmasterbatiin,masturbatiin\r\nmasterbatin,masturbatin\r\nmasterbating,masturbating\r\nmasterbatingwith,masturbatingwith\r\nmasterbatinh,masturbatinh\r\nmasterbatio,masturbatio\r\nmasterbation,masturbation\r\nmasterbationg,masturbationg\r\nmasterbationthey,masturbationthey\r\nmasterbatively,masturbatively\r\nmastereis,masteries\r\nmasterfuly,masterfully\r\nmasteriers,masteries\r\nmasterious,mysterious\r\nmasteris,masteries\r\nmasterise,masteries\r\nmastermid,mastermind\r\nmastermined,mastermind\r\nmasternind,mastermind\r\nmasterpeace,masterpiece\r\nmasterpeice,masterpiece\r\nmasterpeices,masterpiece\r\nmasterpice,masterpiece\r\nmastieres,masteries\r\nmastrubate,masturbate\r\nmastrubated,masturbated\r\nmastrubates,masturbate\r\nmastrubating,masturbating\r\nmastrubation,masturbation\r\nmastubrate,masturbated\r\nmastubration,masturbation\r\nmasturabte,masturbate\r\nmasturabted,masturbated\r\nmasturabting,masturbating\r\nmasturabtion,masturbation\r\nmasturbacion,masturbation\r\nmasturbae,masturbated\r\nmasturbaing,masturbating\r\nmasturbait,masturbate\r\nmasturbaited,masturbated\r\nmasturbare,masturbate\r\nmasturbarte,masturbate\r\nmasturbateing,masturbating\r\nmasturbathe,masturbated\r\nmasturbathon,masturbation\r\nmasturbatie,masturbated\r\nmasturbatin,masturbation\r\nmasturbatoin,masturbation\r\nmasturbaton,masturbation\r\nmasturbe,masturbate\r\nmasturbeta,masturbated\r\nmasturbsted,masturbated\r\nmasturbsting,masturbating\r\nmasturdate,masturbate\r\nmasturdating,masturbating\r\nmasturpiece,masterpiece\r\nmastutbation,masturbation\r\nmasuclinity,masculinity\r\nmata,meta\r\nmatainer's,maintainer's\r\nmatamatics,mathematics\r\nmatametes,mathematics\r\nmataphorical,metaphorical\r\nmataphorically,metaphorically\r\nmataphysical,metaphysical\r\nmatarially,materially\r\nmatariel,material\r\nmatathmatics,mathematics\r\nmatcches,matches\r\nmatchaeolgist,matchaeologist\r\nmatchamking,matchmaking\r\nmatche,match\r\nmatchig,matching\r\nmatchin,matching\r\nmatchine,machine\r\nmatchmakeing,matchmaking\r\nmatchs,matches\r\nmatchtes,matches\r\nmatcing,matching\r\nmatearealy,materially\r\nmatearilly,materially\r\nmateiraly,materially\r\nmateirialy,materially\r\nmatematics,mathematics\r\nmatenaly,materially\r\nmaterail,material\r\nmateraili,materially\r\nmaterailism,materialism\r\nmaterailist,materialist\r\nmaterailists,materialists\r\nmaterails,materials\r\nmateral,material\r\nmateralism,materialism\r\nmateralist,materialist\r\nmateralists,materialist\r\nmaterally,materially\r\nmaterals,materials\r\nmateraly,materially\r\nmaterdoor,matador\r\nmaterealery,materially\r\nmaterely,materially\r\nmateriaal,material\r\nmateriales,materials\r\nmaterialey,materially\r\nmaterialily,materially\r\nmaterialisimo,materialism\r\nmaterialling,materially\r\nmaterialsim,materialism\r\nmaterialsm,materialism\r\nmaterialty,materially\r\nmaterialy,materially\r\nmaterialze,materialize\r\nmateriary,materially\r\nmaterias,materials\r\nmaterielly,materially\r\nmateril,material\r\nmaterilay,materially\r\nmateriley,materially\r\nmaterili,materially\r\nmaterily,materially\r\nmateriolty,materially\r\nmaterley,materially\r\nmaterly,materially\r\nmath-matics,mathematics\r\nmathablity,mathability\r\nmathamactics,mathematics\r\nmathamates,mathematics\r\nmathamatic,mathematics\r\nmathamatical,mathematical\r\nmathamatically,mathematically\r\nmathamatices,mathematics\r\nmathamatician,mathematician\r\nmathamaticians,mathematicians\r\nmathamatick,mathematics\r\nmathamatics,mathematics\r\nmathametician,mathematician\r\nmathameticians,mathematicians\r\nmathametics,mathematics\r\nmathatich,mathematics\r\nmathc,match\r\nmathcer,matcher\r\nmathcers,matchers\r\nmathces,matches\r\nmathching,matching\r\nmathcing,matching\r\nmathcmaking,matchmaking\r\nmathcup,matchup\r\nmathcups,matchups\r\nmathe's,maths\r\nmathemagically,mathematically\r\nmathemagics,mathematics\r\nmathemathics,mathematics\r\nmathematic,mathematics\r\nmathematica,mathematic\r\nmathematicals,mathematics\r\nmathematicaly,mathematically\r\nmathematican,mathematician\r\nmathematicans,mathematics\r\nmathematicas,mathematics\r\nmathematicion,mathematician\r\nmathematicks,mathematics\r\nmathematicly,mathematical\r\nmathematicts,mathematics\r\nmathematisch,mathematics\r\nmathematitian,mathematician\r\nmathematitians,mathematicians\r\nmathemectics,mathematics\r\nmathemetical,mathematical\r\nmathemetically,mathematically\r\nmathemetician,mathematician\r\nmathemeticians,mathematicians\r\nmathemetics,mathematics\r\nmathemtical,mathematical\r\nmathemtician,mathematician\r\nmathemticians,mathematicians\r\nmathemtics,mathematics\r\nmathenmatics,mathematics\r\nmather,matter\r\nmathermatical,mathematical\r\nmathermatics,mathematics\r\nmathers,matchers\r\nmathes,matches\r\nmathetician,mathematician\r\nmatheticians,mathematicians\r\nmathewes,mathews\r\nmathicatic,mathematics\r\nmathimatic,mathematics\r\nmathimatical,mathematical\r\nmathimatically,mathematically\r\nmathimatics,mathematics\r\nmathing,matching\r\nmathlematics,mathematics\r\nmathmantics,mathematics\r\nmathmatecs,mathematics\r\nmathmathy,mathematics\r\nmathmatic,mathematics\r\nmathmatical,mathematical\r\nmathmatically,mathematically\r\nmathmatician,mathematician\r\nmathmaticians,mathematicians\r\nmathmatics,mathematics\r\nmathmetatic,mathematics\r\nmathmetic,mathematics\r\nmathmetical,mathematical\r\nmathmetics,mathematics\r\nmathod,method\r\nmathods,methods\r\nmathwes,mathews\r\nmathymatices,mathematics\r\nmatiallity,materially\r\nmatieral,material\r\nmatieraley,materially\r\nmatieralism,materialism\r\nmatierally,materially\r\nmatierals,materials\r\nmatieraly,materially\r\nmatierial,materially\r\nmatierially,materially\r\nmatifance,magnificent\r\nmatimatics,mathematics\r\nmatirally,materially\r\nmatiraly,materially\r\nmatirial,materially\r\nmatiriale,materially\r\nmatirially,materially\r\nmatirialy,materially\r\nmatirx,matrix\r\nmatix,matrix\r\nmatlch,match\r\nmatmatic,mathematics\r\nmatoin,mation\r\nmatr,matter\r\nmatress,mattress\r\nmatri,matrix\r\nmatriach,matriarch\r\nmatriachal,matriarchal\r\nmatriachalism,matriarchalism\r\nmatriachate,matriarchate\r\nmatriachic,matriarchic\r\nmatriachies,matriarchies\r\nmatriachism,matriarchism\r\nmatriachisms,matriarchisms\r\nmatriachist,matriarchist\r\nmatriachists,matriarchists\r\nmatriachs,matriarchs\r\nmatriachy,matriarchy\r\nmatrial,martial\r\nmatrially,materially\r\nmatric,metric\r\nmatricies,matrices\r\nmatrielly,materially\r\nmatriiix,matrix\r\nmatrix-vectork,matrix-vector\r\nmatrixes,matrices\r\nmatrx,matrix\r\nmatryly,materially\r\nmatser,master\r\nmatterally,materially\r\nmatterially,materially\r\nmatterialy,materially\r\nmatterss,mattress\r\nmattres,mattress\r\nmattreses,mattress\r\nmattted,matted\r\nmattter,matter\r\nmattters,matters\r\nmattting,matting\r\nmatuarry,materially\r\nmatural,materially\r\nmaturally,materially\r\nmaturatioin,maturation\r\nmatureally,materially\r\nmaturially,materially\r\nmatvhing,matching\r\nmauarder,marauder\r\nmauldin,maudlin\r\nmaunal,manual\r\nmaunally,manually\r\nmaunals,manuals\r\nmauritani,mauritanie\r\nmaust,must\r\nmave,maven\r\nmavebn,maven\r\nmaved,moved\r\nmavem,maven\r\nmavin,maven\r\nmaxiaml,maximal\r\nmaximalize,maximize\r\nmaximan,maxima\r\nmaximazing,maximizing\r\nmaximial,maximal\r\nmaximim,maximum\r\nmaximimise,maximise\r\nmaximims,maximums\r\nmaximimum,maximum\r\nmaximini,maximizing\r\nmaximium,maximum\r\nmaximiums,maximums\r\nmaximixing,maximizing\r\nmaximm,maximum\r\nmaximuim,maximum\r\nmaximun,maximum\r\nmaximux,maximum\r\nmaximzed,maximized\r\nmaxin,maxim\r\nmaxinum,maximum\r\nmaxinums,maximums\r\nmaxiomum,maximum\r\nmaxium,maximum\r\nmaxiumn,maximum\r\nmaxiumum,maximum\r\nmaxizer,maximizer\r\nmaxiziming,maximizing\r\nmaxmimum,maximum\r\nmaxmium,maximum\r\nmaxmun,maximum\r\nmaxostaly,maxostally\r\nmaxtrix,matrix\r\nmaxumum,maximum\r\nmayalsia,malaysia\r\nmayalsian,malaysian\r\nmayb,maybe\r\nmayballine,maybelline\r\nmaybee,maybe\r\nmaybelle,maybelline\r\nmaybelleine,maybelline\r\nmaybellene,maybelline\r\nmaybellibe,maybelline\r\nmaybelliene,maybelline\r\nmaybellinne,maybelline\r\nmaybellline,maybelline\r\nmaybilline,maybelline\r\nmayer,mayor\r\nmayfeild,mayfield\r\nmaylasia,malaysia\r\nmaylasian,malaysian\r\nmayonaise,mayonnaise\r\nmayonaises,mayonnaises\r\nmayonaisse,mayonnaise\r\nmayonaisses,mayonnaises\r\nmayonnaisse,mayonnaise\r\nmayonnaisses,mayonnaises\r\nmayoralities,mayoralties\r\nmayorality,mayoralty\r\nmayoratlies,mayoralties\r\nmayoratly,mayoralty\r\nmayorial,mayoral\r\nmayorialty,mayoralty\r\nmayority,majority\r\nmayorlaties,mayoralties\r\nmayorlaty,mayoralty\r\nmaythmatic,mathematics\r\nmayve,may\r\nmcalren,mclaren\r\nmccarhty,mccarthy\r\nmccarthey,mccarthy\r\nmccarthyst,mccarthyist\r\nmccune-reischauer,McCune–Reischauer\r\nmcdonalds,McDonald's\r\nmcfndjcjmwws,mcfndjcjmws\r\nmcgergor,mcgregor\r\nmchanics,mechanics\r\nmchanims,mechanisms\r\nmching,machine\r\nmclarean,mclaren\r\nmcoha,mocha\r\nmcreggor,mcgregor\r\nmdata,metadata\r\nmdia,media\r\nmdifielder,midfielder\r\nmdifielders,midfielders\r\nmdl,model\r\nmdoe,mode\r\nmdoel,model\r\nmdoule,module\r\nmeagthread,megathread\r\nmeagtron,megatron\r\nmeaing,meaning\r\nmeaining,meaning\r\nmeancing,menacing\r\nmeand,means\r\nmeandatory,mandatory\r\nmeaned,meant\r\nmeanfuly,meanfully\r\nmeaniful,meaningful\r\nmeaninful,meaningful\r\nmeaninfull,meaningful\r\nmeaninfuly,meaninfully\r\nmeaningess,meanings\r\nmeaningfull,meaningful\r\nmeaningfuly,meaningfully\r\nmeaningles,meanings\r\nmeaningul,meaningful\r\nmeaninng,meaning\r\nmeanins,meanings\r\nmeanis,means\r\nmeanngful,meaningful\r\nmeanning,meaning\r\nmeanst,means\r\nmeantim,meantime\r\nmeanwile,meanwhile\r\nmeapps,apps\r\nmear,mare\r\nmearise,memories\r\nmearly,merely\r\nmearsise,memories\r\nmeartbeats,heartbeats\r\nmearusrement,measurement\r\nmeasn,means\r\nmeasns,means\r\nmeassure,measure\r\nmeassured,measured\r\nmeasuing,measuring\r\nmeasureable,measurable\r\nmeasureablity,measureability\r\nmeasuremement,measurement\r\nmeasuremenent,measurement\r\nmeasuremnt,measurement\r\nmeasurent,measurement\r\nmeasurmenents,measurements\r\nmeasurment,measurement\r\nmeasurments,measurements\r\nmeasused,measured\r\nmeasuure,measure\r\nmeatballers,meatballs\r\nmeatballls,meatballs\r\nmeatbals,meatballs\r\nmeatdata,metadata\r\nmeaterley,materially\r\nmeatiaraly,materially\r\nmeating,meeting\r\nmeatirly,materially\r\nmeatual,mutual\r\nmeaure,measure\r\nmeausem,museum\r\nmeber,member\r\nmebership,membership\r\nmebibites,mebibytes\r\nmecahnic,mechanic\r\nmecahnical,mechanical\r\nmecahnically,mechanically\r\nmecahnics,mechanics\r\nmecahnisms,mechanisms\r\nmecanical,mechanical\r\nmecanism,mechanism\r\nmecanisms,mechanisms\r\nmecanizm,mechanism\r\nmecelaneous,miscellaneous\r\nmecernaries,mercenaries\r\nmecernary,mercenary\r\nmechancial,mechanical\r\nmechancially,mechanically\r\nmechancis,mechanics\r\nmechandise,merchandise\r\nmechandised,merchandised\r\nmechandiser,merchandiser\r\nmechandisers,merchandisers\r\nmechandises,merchandises\r\nmechandising,merchandising\r\nmechandisings,merchandisings\r\nmechandize,merchandize\r\nmechandized,merchandized\r\nmechandizer,merchandizer\r\nmechandizers,merchandizers\r\nmechandizes,merchandizes\r\nmechandizing,merchandizing\r\nmechandizings,merchandizings\r\nmechanicallly,mechanically\r\nmechanicaly,mechanically\r\nmechanichal,mechanical\r\nmechanichs,mechanics\r\nmechanicle,mechanical\r\nmechaniclly,mechanically\r\nmechanicly,mechanical\r\nmechanicsms,mechanisms\r\nmechanicus,mechanics\r\nmechanim,mechanism\r\nmechanims,mechanism\r\nmechaninc,mechanic\r\nmechanincs,mechanic\r\nmechanis,mechanics\r\nmechanisi,mechanism\r\nmechanisim,mechanism\r\nmechanisims,mechanism\r\nmechanisism,mechanism\r\nmechanismus,mechanisms\r\nmechanizm,mechanism\r\nmechannical,mechanical\r\nmechannically,mechanically\r\nmechannicals,mechanicals\r\nmechansim,mechanism\r\nmechansims,mechanisms\r\nmechine,machine\r\nmechinical,mechanical\r\nmechinism,mechanism\r\nmechinisms,mechanisms\r\nmechnanism,mechanism\r\nmechnical,mechanical\r\nmechtaly,mechtally\r\nmecurial,mercurial\r\nmeda,media\r\nmedacine,medicine\r\nmedalllion,medallion\r\nmedalllions,medallions\r\nmedata,metadata\r\nmedatite,meditate\r\nmedecine,medicine\r\nmedeia,media\r\nmedeiaeval,mediaeval\r\nmedeiaevalism,mediaevalism\r\nmedeiaevalisms,mediaevalisms\r\nmedeiaevalist,mediaevalist\r\nmedeiaevalists,mediaevalists\r\nmedeiaevally,mediaevally\r\nmedeiaevel,mediaeval\r\nmedeiaevelism,mediaevalism\r\nmedeiaevelisms,mediaevalisms\r\nmedeiaevelist,mediaevalist\r\nmedeiaevelists,mediaevalists\r\nmedeiaevelly,mediaevally\r\nmedeiaevil,mediaeval\r\nmedeiaevilism,mediaevalism\r\nmedeiaevilisms,mediaevalisms\r\nmedeiaevilist,mediaevalist\r\nmedeiaevilists,mediaevalists\r\nmedeiaevilly,mediaevally\r\nmedeiaval,mediaeval\r\nmedeiavalism,mediaevalism\r\nmedeiavalisms,mediaevalisms\r\nmedeiavalist,mediaevalist\r\nmedeiavalists,mediaevalists\r\nmedeiavally,mediaevally\r\nmedeiavel,mediaeval\r\nmedeiavelism,mediaevalism\r\nmedeiavelisms,mediaevalisms\r\nmedeiavelist,mediaevalist\r\nmedeiavelists,mediaevalists\r\nmedeiavelly,mediaevally\r\nmedeiavil,mediaeval\r\nmedeiavilism,mediaevalism\r\nmedeiavilisms,mediaevalisms\r\nmedeiavilist,mediaevalist\r\nmedeiavilists,mediaevalists\r\nmedeiavilly,mediaevally\r\nmedeieval,medieval\r\nmedeievalism,medievalism\r\nmedeievalisms,medievalisms\r\nmedeievalist,medievalist\r\nmedeievalists,medievalists\r\nmedeievally,medievally\r\nmedeievel,medieval\r\nmedeievelism,medievalism\r\nmedeievelisms,medievalisms\r\nmedeievelist,medievalist\r\nmedeievelists,medievalists\r\nmedeievelly,medievally\r\nmedeievil,medieval\r\nmedeievilism,medievalism\r\nmedeievilisms,medievalisms\r\nmedeievilist,medievalist\r\nmedeievilists,medievalists\r\nmedeievilly,medievally\r\nmedeival,medieval\r\nmedeivalism,medievalism\r\nmedeivalisms,medievalisms\r\nmedeivalist,medievalist\r\nmedeivalists,medievalists\r\nmedeivally,medievally\r\nmedeivel,medieval\r\nmedeivelism,medievalism\r\nmedeivelisms,medievalisms\r\nmedeivelist,medievalist\r\nmedeivelists,medievalists\r\nmedeivelly,medievally\r\nmedeivil,medieval\r\nmedeivilism,medievalism\r\nmedeivilisms,medievalisms\r\nmedeivilist,medievalist\r\nmedeivilists,medievalists\r\nmedeivilly,medievally\r\nmedel,medal\r\nmedeterranean,mediterranean\r\nmedeval,medieval\r\nmedevial,medieval\r\nmedevil,medieval\r\nmedhot,method\r\nmedia-quries,media-queries\r\nmediaction,medications\r\nmediaevel,mediaeval\r\nmediaevelism,mediaevalism\r\nmediaevelisms,mediaevalisms\r\nmediaevelist,mediaevalist\r\nmediaevelists,mediaevalists\r\nmediaevelly,mediaevally\r\nmediaevil,mediaeval\r\nmediaevilism,mediaevalism\r\nmediaevilisms,mediaevalisms\r\nmediaevilist,mediaevalist\r\nmediaevilists,mediaevalists\r\nmediaevilly,mediaevally\r\nmediam,medium\r\nmediatioin,mediation\r\nmediavel,medieval\r\nmediavelism,mediaevalism\r\nmediavelisms,mediaevalisms\r\nmediavelist,mediaevalist\r\nmediavelists,mediaevalists\r\nmediavelly,mediaevally\r\nmediavil,mediaeval\r\nmediavilism,mediaevalism\r\nmediavilisms,mediaevalisms\r\nmediavilist,mediaevalist\r\nmediavilists,mediaevalists\r\nmediavilly,mediaevally\r\nmedicacion,medication\r\nmedicad,medicaid\r\nmedicae,medicare\r\nmedicaiton,medication\r\nmedicaitons,medications\r\nmedicalert,medicare\r\nmedicallly,medically\r\nmedicaly,medically\r\nmedicatiosn,medications\r\nmedicatons,medications\r\nmedicen,medicine\r\nmedicene,medicine\r\nmediciad,medicaid\r\nmedicin,medicine\r\nmedicince,medicine\r\nmedicinens,medicines\r\nmedicineras,medicines\r\nmediciney,mediciny\r\nmedicins,medicines\r\nmedicinske,medicine\r\nmedicore,mediocre\r\nmedicority,mediocrity\r\nmedidating,meditating\r\nmedievel,medieval\r\nmedioce,mediocre\r\nmediocer,mediocre\r\nmediocirty,mediocrity\r\nmediocraty,mediocrity\r\nmediocrety,mediocrity\r\nmediocricy,mediocrity\r\nmediocrily,mediocrity\r\nmediocrisy,mediocrity\r\nmediocry,mediocrity\r\nmediorce,mediocre\r\nmeditacion,medications\r\nmeditaciones,medications\r\nmeditaion,meditation\r\nmeditaiton,meditation\r\nmeditarrenean,mediterranean\r\nmeditatie,meditate\r\nmeditatiing,meditating\r\nmeditatin,meditation\r\nmeditatioin,meditation\r\nmeditationg,meditating\r\nmeditato,meditation\r\nmeditatoin,meditation\r\nmediterainnean,mediterranean\r\nmediteranean,mediterranean\r\nmeditereanean,mediterranean\r\nmediterraean,mediterranean\r\nmediterranen,mediterranean\r\nmediterrannean,mediterranean\r\nmeditterranean,mediterranean\r\nmedium sized,medium-sized\r\nmediveal,medieval\r\nmedle,medal\r\nmedmen,medium\r\nmedods,methods\r\nmedoicre,mediocre\r\nmedow,meadow\r\nmeeans,means\r\nmeeded,needed\r\nmeeellllion,meeellion\r\nmeeet,meet\r\nmeekmilllive,meekmillive\r\nmeember,member\r\nmeen,mean\r\nmeens,means\r\nmeerkrat,meerkat\r\nmeesage,message\r\nmeessages,messages\r\nmeetaly,meetally\r\nmeethod,method\r\nmeetin,meeting\r\nmeetor,meteor\r\nmeetting,meeting\r\nmegahertzs,MegaHertz\r\nmegalithes,megaliths\r\nmegalitic,megalithic\r\nmeganism,mechanism\r\nmegapone,megaphone\r\nmegaponed,megaphoned\r\nmegapones,megaphones\r\nmegaponic,megaphonic\r\nmegaponically,megaphonically\r\nmegaponing,megaphoning\r\nmegapony,megaphony\r\nmegathred,megathread\r\nmegatorn,megatron\r\nmeger,merge\r\nmegneficent,magnificent\r\nmehcanism,mechanism\r\nmehod,method\r\nmehtod,method\r\nmehtods,methods\r\nmeidcare,medicare\r\nmeifuly,meifully\r\nmeight,might\r\nmeixcan,mexican\r\nmeixcans,mexicans\r\nmel,meal\r\nmelanchaly,melancholy\r\nmelanchohy,melancholy\r\nmelanchole,melancholy\r\nmelancholly,melancholy\r\nmelancohly,melancholy\r\nmelancoley,melancholy\r\nmelancolly,melancholy\r\nmelancoly,melancholy\r\nmelanotin,melatonin\r\nmelatonian,melatonin\r\nmelatonion,melatonin\r\nmelborune,melbourne\r\nmelboune,melbourne\r\nmelbounre,melbourne\r\nmelboure,melbourne\r\nmelchomly,melancholy\r\nmelchonly,melancholy\r\nmelchonoly,melancholy\r\nmelchonony,melancholy\r\nmelconally,melancholy\r\nmeldoic,melodic\r\nmelecholy,melancholy\r\nmelecohly,melancholy\r\nmelecolly,melancholy\r\nmeleconly,melancholy\r\nmelenacella,melancholy\r\nmelencally,melancholy\r\nmelencholly,melancholy\r\nmelencholy,melancholy\r\nmelencloe,melancholy\r\nmelencole,melancholy\r\nmelencolhy,melancholy\r\nmelencollege,melancholy\r\nmelencolly,melancholy\r\nmelencolnez,melancholy\r\nmelencololy,melancholy\r\nmelencoloy,melancholy\r\nmelencoly,melancholy\r\nmelieu,milieu\r\nmelieux,milieux\r\nmelincoly,melancholy\r\nmelioncolly,melancholy\r\nmell,meal\r\nmellancholy,melancholy\r\nmellancolly,melancholy\r\nmellancoly,melancholy\r\nmellencholly,melancholy\r\nmellencholy,melancholy\r\nmelliancoly,melancholy\r\nmellinnium,millennium\r\nmellioncolly,melancholy\r\nmellon,melon\r\nmelloncaly,melancholy\r\nmelloncholy,melancholy\r\nmelloncole,melancholy\r\nmelloncoley,melancholy\r\nmelloncolly,melancholy\r\nmelloncoly,melancholy\r\nmelocholly,melancholy\r\nmelocholy,melancholy\r\nmelodieuse,melodies\r\nmelodis,melodies\r\nmelonally,melancholy\r\nmeloncally,melancholy\r\nmeloncholie,melancholy\r\nmeloncholly,melancholy\r\nmeloncholy,melancholy\r\nmeloncial,melancholy\r\nmelonclaly,melancholy\r\nmeloncly,melancholy\r\nmeloncol,melancholy\r\nmeloncolie,melancholy\r\nmeloncollie,melancholy\r\nmeloncolly,melancholy\r\nmeloncolone,melancholy\r\nmeloncoly,melancholy\r\nmelongoly,melancholy\r\nmeltodwn,meltdown\r\nmelyaciy,melyacity\r\nmemandum,memorandum\r\nmemanidal,memorandum\r\nmemarad,memorandum\r\nmemaradan,memorandum\r\nmemarandony,memorandum\r\nmemarandum,memorandum\r\nmembe,member\r\nmemberanon,memorandum\r\nmemberhip,membership\r\nmemberr,member\r\nmembershup,membership\r\nmembersip,membership\r\nmembranaphone,membranophone\r\nmembrance,membrane\r\nmembrances,membrane\r\nmemeber,member\r\nmemebered,membered\r\nmemebering,membering\r\nmemebers,members\r\nmemebership,membership\r\nmemeberships,memberships\r\nmemebrs,members\r\nmemebrship,membership\r\nmememberships,memberships\r\nmemeory,memory\r\nmemerable,memorable\r\nmemerandom,memorandum\r\nmemeries,memories\r\nmemeris,memories\r\nmemerization,memorization\r\nmemeroal,memorable\r\nmemeroies,memories\r\nmemerories,memories\r\nmemeroy,memory\r\nmemery,memory\r\nmemerys,memories\r\nmemior,memoir\r\nmemiorist,memoirist\r\nmemiorists,memoirists\r\nmemiors,memoirs\r\nmemmber,member\r\nmemmorandem,memorandum\r\nmemmorandom,memorandum\r\nmemmorandum,memorandum\r\nmemmories,memories\r\nmemmory,memory\r\nmemmorys,memories\r\nmemoaries,memories\r\nmemoery,memory\r\nmemoey,memory\r\nmemoiries,memories\r\nmemoized,memorized\r\nmemor,memory\r\nmemoraandum,memorandum\r\nmemorablilty,memorability\r\nmemorablity,memorability\r\nmemoradum,memorandum\r\nmemoramdom,memorandum\r\nmemorandam,memorandum\r\nmemorandem,memorandum\r\nmemorandiam,memorandum\r\nmemorandim,memorandum\r\nmemorandium,memorandum\r\nmemorandom,memorandum\r\nmemorandran,memorandum\r\nmemorandumm,memorandum\r\nmemorandun,memorandum\r\nmemoraniam,memorandum\r\nmemoranum,memorandum\r\nmemorardum,memorandum\r\nmemoraries,memories\r\nmemorarys,memories\r\nmemorda,memorandum\r\nmemordamn,memorandum\r\nmemordanium,memorandum\r\nmemordies,memories\r\nmemorendum,memorandum\r\nmemoreres,memories\r\nmemorey,memory\r\nmemoreys,memories\r\nmemorie's,memories\r\nmemorie,memory\r\nmemoriez,memorize\r\nmemorizacion,memorization\r\nmemorndum,memorandum\r\nmemornundem,memorandum\r\nmemorozation,memorization\r\nmemorrandom,memorandum\r\nmemorrandum,memorandum\r\nmemorries,memories\r\nmemoryes,memories\r\nmemorys,memories\r\nmemoty,memory\r\nmemouries,memories\r\nmempory,memory\r\nmemradum,memorandum\r\nmemroy,memory\r\nmemu,menu\r\nmemum,minimum\r\nmemuries,memories\r\nmenacollie,melancholy\r\nmenagouge,menagogue\r\nmenagouges,menagogues\r\nmenaigful,meaningful\r\nmenally,mentally\r\nmenance,menace\r\nmenanced,menaced\r\nmenances,menaces\r\nmenancing,menacing\r\nmenariandum,memorandum\r\nmenat,meant\r\nmenber,member\r\nmenbers,members\r\nmencaing,menacing\r\nmencholy,melancholy\r\nmencioned,mentioned\r\nmencolly,melancholy\r\nmendatory,mandatory\r\nmendling,meddling\r\nmeney,many\r\nmeni,menu\r\nmenifest,manifest\r\nmenilcoty,melancholy\r\nmenimum,minimum\r\nmeningful,meaningful\r\nmenloncholy,melancholy\r\nmenogoge,menagogue\r\nmenogoges,menagogues\r\nmenogogue,menagogue\r\nmenogogues,menagogues\r\nmenoradum,memorandum\r\nmenoramden,memorandum\r\nmenoramine,memorandum\r\nmenorandom,memorandum\r\nmenorandum,memorandum\r\nmenorrandum,memorandum\r\nmens',men's\r\nmens's,men's\r\nmens,men's\r\nmenstration,menstruation\r\nmenstraul,menstrual\r\nmenstrul,menstrual\r\nmenstural,menstrual\r\nmensutral,menstrual\r\nmens’,men's\r\nmens’s,men's\r\nmens′,men's\r\nmens′s,men's\r\nment,meant\r\nmentaley,mentally\r\nmentallity,mentally\r\nmentaly,mentally\r\nmenthod,method\r\nmenthods,methods\r\nmentime,meantime\r\nmentioed,mentioned\r\nmentioend,mentioned\r\nmentioin,mention\r\nmentiond,mentioned\r\nmentiones,mentions\r\nmentiong,mentioning\r\nmentionned,mentioned\r\nmentionnes,mentions\r\nmentionning,mentioning\r\nmentiosn,mentions\r\nmentmory,memory\r\nmentoined,mentioned\r\nmentoned,mentioned\r\nmenually,manually\r\nmenue,menu\r\nmenues,menus\r\nmenuu,menu\r\nmeny,many\r\nmeoldic,melodic\r\nmeoldies,melodies\r\nmeory,memory\r\nmepped,mapped\r\nmer,me\r\nmeranda,veranda\r\nmercanaries,mercenaries\r\nmercaneries,mercenaries\r\nmercanery,mercenary\r\nmercenaire,mercenaries\r\nmercenaires,mercenaries\r\nmercenares,mercenaries\r\nmercenarias,mercenaries\r\nmercenarios,mercenaries\r\nmerceneries,mercenaries\r\nmercentile,mercantile\r\nmercernary,mercenary\r\nmerchain,machine\r\nmerchandice,merchandise\r\nmerchandies,merchandise\r\nmerchanidse,merchandise\r\nmerchanise,merchandise\r\nmerchans,merchants\r\nmerchantabillity,merchantability\r\nmerchantabilty,merchantability\r\nmerchantablility,merchantability\r\nmerchantablilty,merchantability\r\nmerchantablity,merchantability\r\nmerchanters,merchants\r\nmerchantibilty,merchantibility\r\nmerchantment,merchantmen\r\nmerchantos,merchants\r\nmerchat,merchant\r\nmerchendise,merchandise\r\nmerchendised,merchandised\r\nmerchendiser,merchandiser\r\nmerchendisers,merchandisers\r\nmerchendises,merchandises\r\nmerchendising,merchandising\r\nmerchendisings,merchandisings\r\nmerchendize,merchandize\r\nmerchendized,merchandized\r\nmerchendizer,merchandizer\r\nmerchendizers,merchandizers\r\nmerchendizes,merchandizes\r\nmerchendizing,merchandizing\r\nmerchendizings,merchandizings\r\nmerchent,merchant\r\nmerchents,merchants\r\nmerchindise,merchandise\r\nmerchine,machine\r\nmercifuly,mercifully\r\nmercinaries,mercenaries\r\nmercineries,mercenaries\r\nmercurcy,mercury\r\nmercurey,mercury\r\nmerder,murder\r\nmerficul,merciful\r\nmergeablility,mergeability\r\nmergees,merges\r\nmergeing,merging\r\nmergern,merger\r\nmergg,merge\r\nmergin,merging\r\nmerguge,mortgage\r\nmerhcant,merchant\r\nmerhcants,merchants\r\nmericful,merciful\r\nmerics,metrics\r\nmerictionaly,merictionally\r\nmerida,mérida\r\nmerime,mérimée\r\nmerimee,mérimée\r\nmerimé,mérimée\r\nmerimée,mérimée\r\nmering,merging\r\nmerly,merely\r\nmermiores,memories\r\nmermories,memories\r\nmerores,memories\r\nmerories,memories\r\nmerrerys,memories\r\nmerries,memories\r\nmerrit,merit\r\nmersability,mersibility\r\nmersable,mersible\r\nmersably,mersibly\r\nmerterially,materially\r\nmertic,metric\r\nmertillary,materially\r\nmertilly,materially\r\nmertily,materially\r\nmerucry,mercury\r\nmesage,message\r\nmesaged,messaged\r\nmesager,messager\r\nmesages,messages\r\nmesaging,messaging\r\nmesalaneous,miscellaneous\r\nmesasge,message\r\nmesasges,messages\r\nmesaure,measure\r\nmescelaneous,miscellaneous\r\nmescellaneous,miscellaneous\r\nmesellaneous,miscellaneous\r\nmesenger,messenger\r\nmeshin,meshing\r\nmesilf,myself\r\nmesn,meson\r\nmesoleanious,miscellaneous\r\nmessa,message\r\nmessaage,message\r\nmessag,message\r\nmessagaging,messaging\r\nmessagaing,messaging\r\nmessagd,messaged\r\nmessagea,messages\r\nmessagease,messages\r\nmessagepad,messaged\r\nmessagers,messages\r\nmessagess,messages\r\nmessagges,messages\r\nmessagin,messaging\r\nmessags,messages\r\nmessagse,messages\r\nmessaih,messiah\r\nmessange,messaging\r\nmessanger,messenger\r\nmessangers,messengers\r\nmessanging,messaging\r\nmessasge,messages\r\nmessate,message\r\nmesseage,message\r\nmesseages,messages\r\nmessege,message\r\nmesseged,messaged\r\nmesseger,messager\r\nmesseges,messages\r\nmesseging,messaging\r\nmesselianuous,miscellaneous\r\nmessenging,messaging\r\nmessgae,message\r\nmessgaed,messaged\r\nmessgaes,messages\r\nmessge,message\r\nmessges,messages\r\nmessging,messaging\r\nmessiach,messiah\r\nmessqge,message\r\nmesssage,message\r\nmesssages,messages\r\nmesssed,messed\r\nmessser,messer\r\nmesssing,messing\r\nmessuring,measuring\r\nmest,must\r\nmestery,mystery\r\nmestry,mystery\r\nmesure,measure\r\nmesured,measured\r\nmesures,measures\r\nmeta-infomation,meta-information\r\nmeta-veriable,meta-variable\r\nmetabalism,metabolism\r\nmetabilism,metabolism\r\nmetabloic,metabolic\r\nmetabloism,metabolism\r\nmetablosim,metabolism\r\nmetabolics,metabolism\r\nmetabolisim,metabolism\r\nmetabolitic,metabolic\r\nmetabolizm,metabolism\r\nmetabolsim,metabolism\r\nmetada,metadata\r\nmetadaata,metadata\r\nmetadada,metadata\r\nmetadadata,metadata\r\nmetadat,metadata\r\nmetadatadata,metadata\r\nmetadatar,metadata\r\nmetadatat,metadata\r\nmetadate,metadata\r\nmetadatf,metadata\r\nmetagaem,metagame\r\nmetagem,metagame\r\nmetahpor,metaphor\r\nmetalic,metallic\r\nmetalicity,metallicity\r\nmetalllers,metallers\r\nmetallogrpahy,metallography\r\nmetalsmitb,metalsmith\r\nmetalurgic,metallurgic\r\nmetalurgical,metallurgical\r\nmetalurgy,metallurgy\r\nmetaly,metally\r\nmetamage,metagame\r\nmetamaterail,metamaterial\r\nmetamaterailism,metamaterialism\r\nmetamaterailist,metamaterialist\r\nmetamaterailists,metamaterialists\r\nmetamaterails,metamaterials\r\nmetamateral,metamaterial\r\nmetamateralism,metamaterialism\r\nmetamateralist,metamaterialist\r\nmetamateralists,metamaterialists\r\nmetamaterals,metamaterials\r\nmetamorphysis,metamorphosis\r\nmetaphisical,metaphysical\r\nmetaphisics,metaphysics\r\nmetaphoras,metaphors\r\nmetaphores,metaphors\r\nmetaphorial,metaphorical\r\nmetaphoricaly,metaphorically\r\nmetaphoricial,metaphorical\r\nmetaphoricly,metaphorical\r\nmetaphorics,metaphors\r\nmetaphotically,metaphorically\r\nmetaphsyical,metaphysical\r\nmetaphsyics,metaphysics\r\nmetaphyics,metaphysics\r\nmetaphyiscal,metaphysical\r\nmetaphyiscs,metaphysics\r\nmetaphyscial,metaphysical\r\nmetaphysicals,metaphysics\r\nmetaphysicans,metaphysics\r\nmetaphysisch,metaphysics\r\nmetastabilty,metastability\r\nmetatada,metadata\r\nmetatadat,metadata\r\nmetatadata,metadata\r\nmetatdata,metadata\r\nmetcis,metrics\r\nmetdata,metadata\r\nmetedata,metadata\r\nmetel,metal\r\nmeteoriod,meteoroid\r\nmeteoriodal,meteoroidal\r\nmeteoriods,meteoroids\r\nmeteorities,meteorites\r\nmeteorolgical,meteorological\r\nmeteorolgicorum,meteorologicorum\r\nmeteorolgist,meteorologist\r\nmeteoroligical,meteorological\r\nmeteoroligico,meteorologico\r\nmeteoroligist,meteorologist\r\nmeteoroligists,meteorologists\r\nmetephorical,metaphorical\r\nmetephorically,metaphorically\r\nmetephysical,metaphysical\r\nmeteraily,materially\r\nmeterally,materially\r\nmeterealy,materially\r\nmeterially,materially\r\nmeterialy,materially\r\nmeterolgical,meterological\r\nmeteroligist,meterologist\r\nmeterologic,meteorologic\r\nmeterological,meteorological\r\nmeterologicalstation,meteorologicalstation\r\nmeterologico,meteorologico\r\nmeterologist,meteorologist\r\nmeterologists,meteorologists\r\nmeterology,meteorology\r\nmeterorite,meteorite\r\nmeterorites,meteorites\r\nmeterosexual,heterosexual\r\nmeteting,metering\r\nmethamatician,mathematician\r\nmethaphor,metaphor\r\nmethaphorical,metaphorical\r\nmethaphors,metaphors\r\nmethapor,metaphor\r\nmethaporical,metaphorical\r\nmethaporically,metaphorically\r\nmethapors,metaphors\r\nmethd,method\r\nmethdo,method\r\nmethdod,method\r\nmethdoligies,methdologies\r\nmethdos,methods\r\nmethds,methods\r\nmethed,method\r\nmethematic,mathematics\r\nmethematical,mathematical\r\nmethematician,mathematician\r\nmethhod,method\r\nmethid,method\r\nmethids,methods\r\nmetho,method\r\nmethodd,method\r\nmethode,method\r\nmethodes,methods\r\nmethodinfo,method\r\nmethodioligicle,methodiologicle\r\nmethodloligies,methodologies\r\nmethodolgies,methodologies\r\nmethodolgy,methodology\r\nmethodoligical,methodological\r\nmethodoligies,methodologies\r\nmethodoligy,methodology\r\nmethodologyb,methodology\r\nmethodoloy,methodology\r\nmethodoly,methodology\r\nmethodss,methods\r\nmethodw,method\r\nmethoed,method\r\nmethof,method\r\nmetholdoolgies,metholdoologies\r\nmetholodogy,methodology\r\nmethological,methodological\r\nmethon,method\r\nmethos,methods\r\nmetiarialy,materially\r\nmetic,metric\r\nmetics,metrics\r\nmetion,mention\r\nmetioned,mentioned\r\nmetions,mentions\r\nmetiphorical,metaphorical\r\nmetiphorically,metaphorically\r\nmetirc,metric\r\nmetircs,metrics\r\nmetirially,materially\r\nmetirly,materially\r\nmetldown,meltdown\r\nmetle,metal\r\nmetod,method\r\nmetodolgico,metodologico\r\nmetodologies,methodologies\r\nmetods,methods\r\nmetoerologic,meteorologic\r\nmetoerological,meteorological\r\nmetoerologist,meteorologist\r\nmetoerologists,meteorologists\r\nmetoerology,meteorology\r\nmetophorical,metaphorical\r\nmetophorically,metaphorically\r\nmetorology,meteorology\r\nmetorpolitan,metropolitan\r\nmetrapolis,metropolis\r\nmetrcis,metrics\r\nmetrealy,materially\r\nmetrially,materially\r\nmetricas,metrics\r\nmetrice,metrics\r\nmetrices,metrics\r\nmetrics-webapp,metrics-web\r\nmetriculously,meticulously\r\nmetrilery,materially\r\nmetriocs,metrics\r\nmetrololitan,metropolitan\r\nmetrolopis,metropolis\r\nmetropilis,metropolis\r\nmetropilitan,metropolitan\r\nmetroplitan,metropolitan\r\nmetroplitans,metropolitans\r\nmetroplitian,metropolitan\r\nmetroplitians,metropolitans\r\nmetroplitic,metropolitic\r\nmetroplitical,metropolitical\r\nmetroplitiic,metropolitic\r\nmetroplitiical,metropolitical\r\nmetroplois,metropolis\r\nmetroploitan,metropolitan\r\nmetropltian,metropolitan\r\nmetropltians,metropolitans\r\nmetropltiic,metropolitic\r\nmetropltiical,metropolitical\r\nmetropolian,metropolitan\r\nmetropolians,metropolis\r\nmetropolies,metropolis\r\nmetropolin,metropolitan\r\nmetropolitain,metropolitan\r\nmetropolitaine,metropolitan\r\nmetropolitainism,metropolitanism\r\nmetropolitains,metropolitans\r\nmetropolitcan,metropolitan\r\nmetropoliten,metropolitan\r\nmetropolitian,metropolitan\r\nmetropolitianism,metropolitanism\r\nmetropolitians,metropolitans\r\nmetropolitiic,metropolitic\r\nmetropolitiical,metropolitical\r\nmetropolitin,metropolitan\r\nmetropolitinism,metropolitanism\r\nmetropolitins,metropolitans\r\nmetropoliton,metropolitan\r\nmetropollis,metropolis\r\nmetropolois,metropolis\r\nmetropolos,metropolis\r\nmetropols,metropolis\r\nmetropoltian,metropolitan\r\nmetropoltians,metropolitans\r\nmetropoltiic,metropolitic\r\nmetropoltiical,metropolitical\r\nmetropolys,metropolis\r\nmetropos,metropolis\r\nmetrplitian,metropolitan\r\nmetrplitians,metropolitans\r\nmetrplitiic,metropolitic\r\nmetrplitiical,metropolitical\r\nmetrpolitan,metropolitan\r\nmetrpolitans,metropolitans\r\nmetrpolitian,metropolitan\r\nmetrpolitians,metropolitans\r\nmetrpolitic,metropolitic\r\nmetrpolitical,metropolitical\r\nmetrpolitiic,metropolitic\r\nmetrpolitiical,metropolitical\r\nmetrpoltian,metropolitan\r\nmetrpoltians,metropolitans\r\nmetrpoltiic,metropolitic\r\nmetrpoltiical,metropolitical\r\nmettalica,metallica\r\nmettallica,metallica\r\nmettalllica,metallica\r\nmettallllica,metallica\r\nmettalllllica,metallica\r\nmetter,meter\r\nmeums,museum\r\nmeurtially,materially\r\nmeusem,museum\r\nmeuseum,museum\r\nmeutral,mutual\r\nmeven,maven\r\nmever,never\r\nmewwwws,mewwws\r\nmex,max\r\nmexcian,mexican\r\nmexcians,mexicans\r\nmexicain,mexican\r\nmexicanas,mexicans\r\nmexicanese,mexicans\r\nmexicaness,mexicans\r\nmexicants,mexicans\r\nmey,may\r\nmeybe,maybe\r\nmezzosoprano,mezzo-soprano\r\nmezzosopranos,mezzo-sopranos\r\nmght,might\r\nmgiration,migration\r\nmgnificent,magnificent\r\nmhytical,mythical\r\nmiage,image\r\nmianly,mainly\r\nmib,min\r\nmicallaenous,miscellaneous\r\nmiccelaneous,miscellaneous\r\nmiccellaneous,miscellaneous\r\nmiccellanous,miscellaneous\r\nmicealanous,miscellaneous\r\nmicelaneous,miscellaneous\r\nmicelanious,miscellaneous\r\nmicellaneous,miscellaneous\r\nmicellaneouse,miscellaneous\r\nmicellanious,miscellaneous\r\nmicellanous,miscellaneous\r\nmicellaous,miscellaneous\r\nmicellences,miscellaneous\r\nmiceloneaus,miscellaneous\r\nmicely,nicely\r\nmichagan,michigan\r\nmichale,michael\r\nmicheal,Michael\r\nmichellanos,miscellaneous\r\nmichelline,michelle\r\nmichellle,michelle\r\nmichgian,michigan\r\nmichin,machine\r\nmichina,michigan\r\nmichine,machine\r\nmichlmas,michaelmas\r\nmicho,micro\r\nmicilanious,miscellaneous\r\nmicillanious,miscellaneous\r\nmiconfigured,misconfigured\r\nmicorcenter,microcenter\r\nmicorphones,microphones\r\nmicorsoft,microsoft\r\nmicortransactions,microtransactions\r\nmicorwave,microwave\r\nmicorwaves,microwaves\r\nmicoscope,microscope\r\nmicoscopes,microscopes\r\nmicoscopic,microscopic\r\nmicoscopically,microscopically\r\nmicoscopy,microscopy\r\nmicrcotechnoligies,micrcotechnologies\r\nmicro$oft,microsoft\r\nmicro-frontd,micro-frontend\r\nmicro-serivce,micro-service\r\nmicroaggresion,microaggression\r\nmicroaggresions,microaggressions\r\nmicroaggresssion,microaggression\r\nmicroaggresssions,microaggressions\r\nmicrobilolgical,microbilological\r\nmicrobiolagical,microbiological\r\nmicrobiolgical,microbiological\r\nmicrobiolgists,microbiologists\r\nmicrobioligical,microbiological\r\nmicrobioligically,microbiologically\r\nmicrobioligist,microbiologist\r\nmicrocender,microcenter\r\nmicrocentre,microcenter\r\nmicrocentres,microcenter\r\nmicrocentro,microcenter\r\nmicrocontroler,microcontroller\r\nmicrocontrolller,microcontroller\r\nmicrohpone,microphone\r\nmicrohpones,microphones\r\nmicrokernal,microkernel\r\nmicromobilty,micromobility\r\nmicrophen,microphone\r\nmicrophonies,microphones\r\nmicropone,microphone\r\nmicroponed,microphoned\r\nmicropones,microphones\r\nmicroponic,microphonic\r\nmicroponically,microphonically\r\nmicroponing,microphoning\r\nmicropony,microphony\r\nmicroprocesspr,microprocessor\r\nmicroprocesssor,microprocessor\r\nmicroscalablity,microscalability\r\nmicroscoop,microscope\r\nmicroscophic,microscopic\r\nmicroscopice,microscope\r\nmicroscoptic,microscopic\r\nmicroscrope,microscope\r\nmicrostansactions,microtransactions\r\nmicrosteppping,microstepping\r\nmicrostruc,microstruct\r\nmicrostrucure,microstructure\r\nmicrostuctural,microstructural\r\nmicrostucture,microstructure\r\nmicrotax,microatx\r\nmicrotopppings,microtoppings\r\nmicrotramsactions,microtransactions\r\nmicrotranasctions,microtransactions\r\nmicrotransacations,microtransactions\r\nmicrotransacciones,microtransactions\r\nmicrotransacions,microtransactions\r\nmicrotransacitons,microtransactions\r\nmicrotransacrions,microtransactions\r\nmicrotransacting,microtransactions\r\nmicrotransactioms,microtransactions\r\nmicrotransactional,microtransactions\r\nmicrotransactioned,microtransactions\r\nmicrotransactios,microtransactions\r\nmicrotransactiosn,microtransactions\r\nmicrotransacton,microtransactions\r\nmicrotransactons,microtransactions\r\nmicrotransations,microtransactions\r\nmicrotranscation,microtransactions\r\nmicrotranscations,microtransactions\r\nmicrotrasnactions,microtransactions\r\nmicrovaves,microwaves\r\nmicrovaxes,microwaves\r\nmicrowae,microwaves\r\nmicrowavees,microwaves\r\nmicrowavers,microwaves\r\nmicrpohone,microphones\r\nmicrscopy,microscopy\r\nmicsalaneas,miscellaneous\r\nmicshine,machine\r\nmicsoulanous,miscellaneous\r\nmicsulanious,miscellaneous\r\nmid-point,midpoint\r\nmid-points,midpoints\r\nmid-section,midsection\r\nmid-sections,midsections\r\nmiddal,middle\r\nmidde,middle\r\nmiddelware,middleware\r\nmiddeware,middleware\r\nmiddleare,middleware\r\nmiddlewae,middleware\r\nmiddlewar,middleware\r\nmiddlewarwe,middleware\r\nmiddlewate,middleware\r\nmiddlewieght,middleweight\r\nmiddlewieghted,middleweighted\r\nmiddlewieghting,middleweighting\r\nmiddlewieghtless,middleweightless\r\nmiddlewieghts,middleweights\r\nmiddlewrae,middleware\r\nmiddlewware,middleware\r\nmiddlrware,middleware\r\nmiddlware,middleware\r\nmide,mind\r\nmideval,medieval\r\nmidevial,medieval\r\nmidfeild,midfield\r\nmidfeilder,midfielder\r\nmidfeilders,midfielders\r\nmidfied,midfield\r\nmidfiedler,midfielder\r\nmidfiedlers,midfielders\r\nmidfieldes,midfielders\r\nmidfieldiers,midfielders\r\nmidfielers,midfielders\r\nmidfiled,midfield\r\nmidfileder,midfielder\r\nmidfileders,midfielders\r\nmidful,mindful\r\nmidgnight,midnight\r\nmidia,media\r\nmidieval,medieval\r\nmidievial,medieval\r\nmidifeld,midfield\r\nmidifelder,midfielder\r\nmidifelders,midfielders\r\nmidify,modify\r\nmidium,medium\r\nmidldeware,middleware\r\nmidle,middle\r\nmidleading,misleading\r\nmidled,middled\r\nmidles,middles\r\nmidleware,middleware\r\nmidlleware,middleware\r\nmidly,mildly\r\nmidnful,mindful\r\nmidnigth,midnight\r\nmidnlessly,mindlessly\r\nmidotwn,midtown\r\nmidtwon,midtown\r\nmieums,museums\r\nmigarations,migration\r\nmigartion,migration\r\nmigate,migrate\r\nmigh,might\r\nmighe,might\r\nmightally,mightily\r\nmightaly,mightily\r\nmightially,mightily\r\nmightialy,mightily\r\nmightilly,mightily\r\nmightly,mightily\r\nmigitate,mitigate\r\nmigitates,mitigates\r\nmigitation,mitigation\r\nmignight,midnight\r\nmigraciy,migracity\r\nmigrainers,migraines\r\nmigrains,migraines\r\nmigraitons,migrations\r\nmigrans,migrants\r\nmigrantes,migrants\r\nmigrateion,migration\r\nmigratin,migration\r\nmigratinig,migrating\r\nmigratint,migrating\r\nmigratioin,migration\r\nmigrationt,migrations\r\nmigratoin,migration\r\nmigratoins,migrations\r\nmigratons,migrations\r\nmigreate,migrate\r\nmigriane,migraine\r\nmigrianes,migraines\r\nmigrration,migration\r\nmigt,might\r\nmigth,might\r\nmigthy,mighty\r\nmihght,might\r\nmiinimum,minimum\r\nmiinutes,minutes\r\nmikiskinnnner,mikiskinner\r\nmilage,mileage\r\nmilataries,militaries\r\nmilatarily,militarily\r\nmilatarist,militarist\r\nmilatarists,militarists\r\nmilatary,military\r\nmilawukee,milwaukee\r\nmilddleware,middleware\r\nmileau,milieu\r\nmileaux,milieux\r\nmiled,mild\r\nmileld,milled\r\nmilencoly,melancholy\r\nmilenia,millennia\r\nmilenial,millennial\r\nmilenialjoss,millennialjoss\r\nmilenials,millennials\r\nmilenium,millennium\r\nmilennia,millennia\r\nmilennial,millennial\r\nmilennials,millennials\r\nmilennium,millennium\r\nmileston,milestone\r\nmilestonre,milestone\r\nmilestons,milestones\r\nmiletsones,milestones\r\nmileu,milieu\r\nmileux,milieux\r\nmili-ampere,milliampere\r\nmili-amperes,milliamperes\r\nmili-candela,millicandela\r\nmili-candelas,millicandelas\r\nmili-gram,milligram\r\nmili-grams,milligrams\r\nmili-kelvin,millikelvin\r\nmili-kelvins,millikelvins\r\nmili-liter,milliliter\r\nmili-liters,milliliters\r\nmili-litre,millilitre\r\nmili-litres,millilitres\r\nmili-meter,millimeter\r\nmili-meters,millimeters\r\nmili-metre,millimetre\r\nmili-metres,millimetres\r\nmili-mole,millimole\r\nmili-moles,millimoles\r\nmili-second,millisecond\r\nmili-seconds,milliseconds\r\nmiliampere,milliampere\r\nmiliamperes,milliamperes\r\nmiliary,military\r\nmiliatries,militaries\r\nmiliatrily,militarily\r\nmiliatrist,militarist\r\nmiliatrists,militarists\r\nmiliatry,military\r\nmilicandela,millicandela\r\nmilicandelas,millicandelas\r\nmiligram,milligram\r\nmiligrams,milligrams\r\nmiliitas,militias\r\nmilikelvin,millikelvin\r\nmilikelvins,millikelvins\r\nmililiter,milliliter\r\nmililiters,milliliters\r\nmililitre,millilitre\r\nmililitres,millilitres\r\nmilimeter,millimeter\r\nmilimeters,millimeters\r\nmilimetre,millimetre\r\nmilimetres,millimetres\r\nmilimole,millimole\r\nmilimoles,millimoles\r\nmilion,million\r\nmilionaire,millionaire\r\nmilionaires,millionaires\r\nmilionare,millionaire\r\nmilioniare,millionaire\r\nmilions,millions\r\nmiliraties,militaries\r\nmiliratily,militarily\r\nmiliratist,militarist\r\nmiliratists,militarists\r\nmiliraty,military\r\nmilisecond,millisecond\r\nmiliseconds,milliseconds\r\nmilitais,militias\r\nmilitat,militant\r\nmiliteries,militaries\r\nmiliterily,militarily\r\nmiliterist,militarist\r\nmiliteristis,militaristis\r\nmiliterists,militarists\r\nmiliterized,militarized\r\nmilitery,military\r\nmilitiades,militias\r\nmilitians,militias\r\nmilitiants,militias\r\nmilitis,militias\r\nmilitraies,militaries\r\nmilitraily,militarily\r\nmilitraist,militarist\r\nmilitraists,militarists\r\nmilitray,military\r\nmilitries,militaries\r\nmilitrily,militarily\r\nmilitrisa,militarisa\r\nmilitrist,militarist\r\nmilitrists,militarists\r\nmilitrization,militarization\r\nmilitry,military\r\nmilke,milk\r\nmillapede,millipede\r\nmillapedes,millipedes\r\nmillaseconds,milliseconds\r\nmillencholy,melancholy\r\nmillenia,millennia\r\nmillenial,millennial\r\nmillenialab,millennialab\r\nmillenialbrandloyalty,millennialbrandloyalty\r\nmillenialdadmemes,millennialdadmemes\r\nmillenialdudez,millennialdudez\r\nmillenialfair,millennialfair\r\nmillenialfree,millennialfree\r\nmillenialism,millennialism\r\nmillenialisms,millennialisms\r\nmillenialist,millennialist\r\nmillenialistic,millennialistic\r\nmillenialists,millennialists\r\nmilleniality,millenniality\r\nmillenialization,millennialization\r\nmillenialized,millennialized\r\nmillenializing,millennializing\r\nmilleniallials,millenniallials\r\nmilleniallifestyle,millenniallifestyle\r\nmillenialls,millennialls\r\nmillenialmagn,millennialmagn\r\nmillenialmedia,millennialmedia\r\nmillenialmess,millennialmess\r\nmillenials,millennials\r\nmillenialsbelike,millennialsbelike\r\nmillenialships,millennialships\r\nmillenialsic,millennialsic\r\nmillenialsoftiktok,millennialsoftiktok\r\nmillenialstoic,millennialstoic\r\nmillenialtechcompute,millennialtechcompute\r\nmillenialwithaneedle,millennialwithaneedle\r\nmillenian,millennia\r\nmillenium,millennium\r\nmilleniums,millenniums\r\nmillenna,millennia\r\nmillepede,millipede\r\nmillepedes,millipedes\r\nmilli-second,millisecond\r\nmilli-seconds,milliseconds\r\nmilli-volt,millivolt\r\nmillienaire,millionaire\r\nmillinary,millinery\r\nmillincoley,melancholy\r\nmillinnium,millennium\r\nmillio,million\r\nmillionairre,millionaire\r\nmillionairres,millionaire\r\nmillionairs,millionaires\r\nmillionar,millionaire\r\nmillionare,millionaire\r\nmillionares,millionaires\r\nmillionaress,millionaires\r\nmillionarie,millionaire\r\nmillionaries,millionaires\r\nmillionen,million\r\nmillionere,millionaire\r\nmillioniare,millionaire\r\nmillioniares,millionaires\r\nmillionnaire,millionaire\r\nmillioseconds,milliseconds\r\nmillisconds,milliseconds\r\nmillisecods,milliseconds\r\nmilliseond,millisecond\r\nmilliseonds,milliseconds\r\nmillitaire,militaire\r\nmillitant,militant\r\nmillitaries,militaries\r\nmillitarily,militarily\r\nmillitarist,militarist\r\nmillitaristic,militaristic\r\nmillitarists,militarists\r\nmillitary,military\r\nmilliteries,militaries\r\nmilliterily,militarily\r\nmilliterist,militarist\r\nmilliterists,militarists\r\nmillitery,military\r\nmillitraies,militaries\r\nmillitraily,militarily\r\nmillitraist,militarist\r\nmillitraists,militarists\r\nmillitray,military\r\nmillitries,militaries\r\nmillitrily,militarily\r\nmillitrist,militarist\r\nmillitrists,militarists\r\nmillitry,military\r\nmillled,milled\r\nmilller,miller\r\nmilllers,millers\r\nmillling,milling\r\nmilllion,million\r\nmilllions,millions\r\nmillliseconds,milliseconds\r\nmilllisecons,milliseconds\r\nmillllion,million\r\nmillllions,millions\r\nmillllllion,million\r\nmilllllllion,million\r\nmilllllllions,millions\r\nmillllllllllllllllllllllllllllions,millions\r\nmillon,million\r\nmillonaire,millionaire\r\nmillonaires,millionaires\r\nmillons,millions\r\nmillsecond,millisecond\r\nmillwalllion,millwallion\r\nmiloncohly,melancholy\r\nmilons,millions\r\nmilstones,milestones\r\nmiltaries,militaries\r\nmiltarily,militarily\r\nmiltarist,militarist\r\nmiltaristic,militaristic\r\nmiltarists,militarists\r\nmiltarized,militarized\r\nmiltary,military\r\nmilti,multi\r\nmiltiant,militant\r\nmiltiline,multiline\r\nmiltiple,multiple\r\nmiluwakee,milwaukee\r\nmilwakee,milwaukee\r\nmilwakuee,milwaukee\r\nmilwuakee,milwaukee\r\nmilxed,mixed\r\nmim,minimum\r\nmimiced,mimicked\r\nmimicing,mimicking\r\nmimick,mimic\r\nmimickry,mimicry\r\nmimicks,mimics\r\nmimimal,minimal\r\nmimimium,minimum\r\nmimimn,minimum\r\nmimimum,minimum\r\nmiminal,minimal\r\nmiminalist,minimalist\r\nmiminize,minimize\r\nmiminum,minimum\r\nmiminun,minimum\r\nmimion,minion\r\nmimium,minimum\r\nmimmium,minimum\r\nmimnimum,minimum\r\nmimum,minimum\r\nmimumum,minimum\r\nmimun,minimum\r\nminamilist,minimalist\r\nminamum,minimum\r\nminamume,minimum\r\nminamun,minimum\r\nminanum,minimum\r\nminary,binary\r\nminature,miniature\r\nminatures,miniatures\r\nminaturised,miniaturized\r\nminaturization,miniaturization\r\nminaturize,miniaturize\r\nminaturized,miniaturized\r\nminaturizes,miniaturizes\r\nminaturizing,miniaturizing\r\nmincemom,minimum\r\nmindabilty,mindability\r\nmindblowwwwing,mindblowwwing\r\nmindcarck,mindcrack\r\nmindcrak,mindcrack\r\nminde,mind\r\nmindleslly,mindlessly\r\nmindlessely,mindlessly\r\nmindlessley,mindlessly\r\nmindlessy,mindlessly\r\nmindmappping,mindmapping\r\nmineed,mined\r\nminefeild,minefield\r\nminemom,minimum\r\nminemum,minimum\r\nminenstries,ministries\r\nminenstry,ministry\r\nminerales,minerals\r\nmineras,minerals\r\nminerial,mineral\r\nminerials,minerals\r\nminesota,minnesota\r\nminesotan,minnesotan\r\nminesotans,minnesotans\r\nminester,minister\r\nminestries,ministries\r\nminestry,ministry\r\nmineum,minimum\r\nminfication,minification\r\nminfied,minified\r\nminfified,minified\r\nminfiy,minify\r\nminfy,minify\r\nminght,might\r\nmingiame,minigame\r\nminial,minimal\r\nminian,minion\r\nminians,minions\r\nminibatch,mini-batch\r\nminifaction,minification\r\nminifiation,minification\r\nminimage,minigame\r\nminimalisitc,minimalist\r\nminimalisity,minimalist\r\nminimalizzzed,minimalizzed\r\nminimalstic,minimalist\r\nminimazing,minimizing\r\nminiment,minimum\r\nminimial,minimal\r\nminimilast,minimalist\r\nminimilist,minimalist\r\nminimilistic,minimalistic\r\nminimim,minimum\r\nminimims,minimums\r\nminimimum,minimum\r\nminimini,minimizing\r\nminimisind,minimising\r\nminimium,minimum\r\nminimiums,minimums\r\nminimn,minimum\r\nminimom,minimum\r\nminimu,minimum\r\nminimual,minimal\r\nminimue,minimum\r\nminimuim,minimum\r\nminimume,minimum\r\nminimumn,minimum\r\nminimun,minimum\r\nminimzation,minimization\r\nminimze,minimize\r\nminimzes,minimizes\r\nmininal,minimal\r\nmininalist,minimalist\r\nmininimum,minimum\r\nmininos,minions\r\nmininstries,ministries\r\nmininstry,ministry\r\nmininterpret,misinterpret\r\nmininterpreting,misinterpreting\r\nmininum,minimum\r\nmininums,minimums\r\nminipulating,manipulating\r\nminipulation,manipulation\r\nminipulative,manipulative\r\nminiral,mineral\r\nminirals,minerals\r\nminisclue,miniscule\r\nminiscue,miniscule\r\nminiscuel,miniscule\r\nministerens,ministers\r\nministeres,ministers\r\nministeries,ministries\r\nministerios,ministers\r\nministerns,ministers\r\nministery,ministry\r\nministies,ministries\r\nministr,minister\r\nministy,ministry\r\nminisucle,miniscule\r\nminit,minute\r\nminitaure,miniature\r\nminite,minute\r\nminitor,monitor\r\nminits,minutes\r\nminituare,miniature\r\nminiture,miniature\r\nminitures,miniatures\r\nminiturization,miniaturization\r\nminiturize,miniaturize\r\nminiturized,miniaturized\r\nminiturizes,miniaturizes\r\nminiturizing,miniaturizing\r\nminium,minimum\r\nminiumn,minimum\r\nminiumum,minimum\r\nminiute,minute\r\nminixam,minimum\r\nminize,minimize\r\nminizime,minimize\r\nminmal,minimal\r\nminmium,minimum\r\nminmize,minimize\r\nminmum,minimum\r\nminneaoplis,minneapolis\r\nminneaplis,minneapolis\r\nminneaplois,minneapolis\r\nminneapolites,minneapolis\r\nminneapols,minneapolis\r\nminneosta,minnesota\r\nminnesotta,minnesota\r\nminnestoa,minnesota\r\nminneum,minimum\r\nminniam,minimum\r\nminniapolis,minneapolis\r\nminnimium,minimum\r\nminnimum,minimum\r\nminnimun,minimum\r\nminning,mining\r\nminninum,minimum\r\nminnisota,minnesota\r\nminnisotan,minnesotan\r\nminnisotans,minnesotans\r\nminnium,minimum\r\nminnnesota,minnesota\r\nminnnesotan,minnesotan\r\nminnnesotans,minnesotans\r\nminnum,minimum\r\nminnute,minute\r\nminoins,minions\r\nminomom,minimum\r\nminon,minion\r\nminoritets,minorities\r\nminormo,minimum\r\nminoroties,minorities\r\nminot,minor\r\nminser's,mincer's\r\nminsicule,miniscule\r\nminsiter,minister\r\nminsiters,ministers\r\nminsitries,ministries\r\nminsitry,ministry\r\nminstering,ministering\r\nminstries,ministries\r\nminstry,ministry\r\nmintue,minute\r\nmintues,minutes\r\nminude,minute\r\nminues,minutes\r\nminuim,minimum\r\nminuimn,minimum\r\nminuimum,minimum\r\nminuites,minutes\r\nminum,minimum\r\nminumal,minimal\r\nminuman,minimum\r\nminume,minimum\r\nminumem,minimum\r\nminumen,minimum\r\nminumim,minimum\r\nminuminum,minimum\r\nminumium,minimum\r\nminummum,minimum\r\nminumn,minimum\r\nminumum,minimum\r\nminumun,minimum\r\nminuntes,minutes\r\nminut,minute\r\nminutesis,minutes\r\nminutess,minutes\r\nminuts,minutes\r\nminutte,minute\r\nminutues,minutes\r\nminuut,minute\r\nmiorroring,mirroring\r\nmioving,moving\r\nmiplement,implement\r\nmipolainnous,miscellaneous\r\nmipterious,mysterious\r\nmiracalous,miraculous\r\nmiracilously,miraculously\r\nmiracluous,miraculous\r\nmiracoulus,miraculous\r\nmiraculaous,miraculous\r\nmiraculos,miraculous\r\nmiraculosly,miraculously\r\nmiraculousy,miraculously\r\nmiraculu,miraculous\r\nmiracurously,miraculous\r\nmirage-protocol-lwt,mirage-protocols\r\nmiralces,miracles\r\nmircales,miracles\r\nmircoatx,microatx\r\nmircocenter,microcenter\r\nmircophone,microphone\r\nmircophones,microphones\r\nmircoscope,microscope\r\nmircoscopic,microscopic\r\nmircotransaction,microtransactions\r\nmircotransactions,microtransactions\r\nmircowave,microwave\r\nmircowaves,microwaves\r\nmircroscopic,microscopic\r\nmirgaine,migraine\r\nmirgation,migration\r\nmirgations,migrations\r\nmiricle,miracle\r\nmirorr,mirror\r\nmirorred,mirrored\r\nmirorring,mirroring\r\nmirorrs,mirrors\r\nmirroed,mirrored\r\nmirroir,miroir\r\nmirrord,mirrored\r\nmirrorr,mirror\r\nmirrorred,mirrored\r\nmirrorring,mirroring\r\nmirrorrs,mirrors\r\nmirros,mirrors\r\nmirrow,mirror\r\nmirrring,mirring\r\nmirrror,mirror\r\nmirrrors,mirrors\r\nmis,miss\r\nmis-mash,mishmash\r\nmis-name,misname\r\nmis-named,misnamed\r\nmis-names,misnames\r\nmis-naming,misnaming\r\nmis-spell,misspell\r\nmis-spelled,misspelled\r\nmis-spelling,misspelling\r\nmis-spellings,misspellings\r\nmis-spells,misspells\r\nmisalaines,miscellaneous\r\nmisalainious,miscellaneous\r\nmisalainous,miscellaneous\r\nmisalainus,miscellaneous\r\nmisalaneas,miscellaneous\r\nmisalaneous,miscellaneous\r\nmisalanes,miscellaneous\r\nmisalaneu,miscellaneous\r\nmisalaniese,miscellaneous\r\nmisalaniest,miscellaneous\r\nmisalanious,miscellaneous\r\nmisalanis,miscellaneous\r\nmisalanise,miscellaneous\r\nmisalanius,miscellaneous\r\nmisalanous,miscellaneous\r\nmisalanus,miscellaneous\r\nmisaleanous,miscellaneous\r\nmisaleinesh,miscellaneous\r\nmisalenious,miscellaneous\r\nmisalenous,miscellaneous\r\nmisalentios,miscellaneous\r\nmisalenus,miscellaneous\r\nmisalianious,miscellaneous\r\nmisalious,miscellaneous\r\nmisallaneous,miscellaneous\r\nmisallanious,miscellaneous\r\nmisallanous,miscellaneous\r\nmisalleoneus,miscellaneous\r\nmisallign,misalign\r\nmisalligned,misaligned\r\nmisalligning,misaligning\r\nmisallignment,misalignment\r\nmisallignments,misalignments\r\nmisalligns,misaligns\r\nmisalnes,miscellaneous\r\nmisalonas,miscellaneous\r\nmisaluneous,miscellaneous\r\nmisanderstood,misunderstood\r\nmisandrony,misandry\r\nmisandy,misandry\r\nmisaprehensions,misapprehensions\r\nmisarable,miserable\r\nmisary,misery\r\nmisatous,miscellaneous\r\nmisbehabing,misbehaving\r\nmisbehavoir,misbehavior\r\nmisbehavoiur,misbehaviour\r\nmisbehavor,misbehavior\r\nmisbehavors,misbehaviors\r\nmisbehavour,misbehaviour\r\nmisbeleief,misbelief\r\nmisbeleiefs,misbeliefs\r\nmisbeleievable,misbelievable\r\nmisbeleievably,misbelievably\r\nmisbeleieve,misbelieve\r\nmisbeleieveability,misbelievability\r\nmisbeleieveable,misbelievable\r\nmisbeleieveably,misbelievably\r\nmisbeleieved,misbelieved\r\nmisbeleieveing,misbelieving\r\nmisbeleiever,misbeliever\r\nmisbeleieverd,misbelieverd\r\nmisbeleievers,misbelievers\r\nmisbeleieves,misbelieves\r\nmisbeleieving,misbelieving\r\nmisbeleif,misbelief\r\nmisbeleifs,misbeliefs\r\nmisbeleivable,misbelievable\r\nmisbeleivably,misbelievably\r\nmisbeleive,misbelieve\r\nmisbeleiveability,misbelievability\r\nmisbeleiveable,misbelievable\r\nmisbeleiveably,misbelievably\r\nmisbeleived,misbelieved\r\nmisbeleiveing,misbelieving\r\nmisbeleiver,misbeliever\r\nmisbeleiverd,misbelieverd\r\nmisbeleivers,misbelievers\r\nmisbeleives,misbelieves\r\nmisbeleiving,misbelieving\r\nmisbelieveability,misbelievability\r\nmisbelieveable,misbelievable\r\nmisbelieveably,misbelievably\r\nmisbelieveing,misbelieving\r\nmisbeliveability,misbelievability\r\nmisbeliveable,misbelievable\r\nmisbeliveably,misbelievably\r\nmisbeliveing,misbelieving\r\nmisbkaing,MisBaking\r\nmisbkaings,MisBakings\r\nmisbrekaing,MisBreaking\r\nmisbrekaings,MisBreakings\r\nmiscairrage,miscarriage\r\nmiscalaneous,miscellaneous\r\nmiscalange,miscellaneous\r\nmiscalanias,miscellaneous\r\nmiscalanious,miscellaneous\r\nmiscalans,miscellaneous\r\nmiscallaneos,miscellaneous\r\nmiscallaneous,miscellaneous\r\nmiscallionus,miscellaneous\r\nmiscareing,MisCaring\r\nmiscareings,MisCarings\r\nmiscarrage,miscarriage\r\nmiscarraige,miscarriage\r\nmiscarraiges,miscarriage\r\nmiscarridge,miscarriage\r\nmiscarriege,miscarriage\r\nmiscarrige,miscarriage\r\nmiscelainous,miscellaneous\r\nmiscelaneous,miscellaneous\r\nmiscelanias,miscellaneous\r\nmiscelanious,miscellaneous\r\nmiscelanius,miscellaneous\r\nmiscelanous,miscellaneous\r\nmiscelanuos,miscellaneous\r\nmiscelaous,miscellaneous\r\nmisceleanious,miscellaneous\r\nmiscelenious,miscellaneous\r\nmiscellaeous,miscellaneous\r\nmiscellainious,miscellaneous\r\nmiscellaious,miscellaneous\r\nmiscellaneaises,miscellaneous\r\nmiscellaneos,miscellaneous\r\nmiscellanias,miscellaneous\r\nmiscellanious,miscellaneous\r\nmiscellanous,miscellaneous\r\nmiscelleanious,miscellaneous\r\nmiscelleanous,miscellaneous\r\nmiscelleneous,miscellaneous\r\nmiscellenious,miscellaneous\r\nmiscellenous,miscellaneous\r\nmiscelleonous,miscellaneous\r\nmiscellianeous,miscellaneous\r\nmiscellianious,miscellaneous\r\nmiscellianous,miscellaneous\r\nmiscellious,miscellaneous\r\nmiscellous,miscellaneous\r\nmiscenalanious,miscellaneous\r\nmiscertfication,MisCertification\r\nmiscertficaton,MisCertification\r\nmischeif,mischief\r\nmischeiveous,mischievous\r\nmischeivious,mischievous\r\nmischeiviously,mischievously\r\nmischeivous,mischievous\r\nmischellaneous,miscellaneous\r\nmischeveous,mischievous\r\nmischevious,mischievous\r\nmischeviously,mischievously\r\nmischeviousness,mischievousness\r\nmischevous,mischievous\r\nmischevouss,mischievouss\r\nmischieveous,mischievous\r\nmischievious,mischievous\r\nmischieviousgirls,mischievousgirls\r\nmischieviously,mischievously\r\nmischieviousness,mischievousness\r\nmischoosen,mischosen\r\nmischous,mischievous\r\nmisciblity,miscibility\r\nmiscilanious,miscellaneous\r\nmiscillaneous,miscellaneous\r\nmiscillanious,miscellaneous\r\nmisclanious,miscellaneous\r\nmisclassfication,MisClassification\r\nmisclassficaton,MisClassification\r\nmisclassifcation,misclassification\r\nmisclassificiations,misclassifications\r\nmiscleaneous,miscellaneous\r\nmiscllanious,miscellaneous\r\nmiscolaneous,miscellaneous\r\nmiscommunciation,miscommunication\r\nmiscommuniation,miscommunication\r\nmiscommunicaiton,miscommunication\r\nmiscommunicatie,miscommunication\r\nmiscommuniction,miscommunication\r\nmiscomunnication,miscommunication\r\nmisconcieved,misconceived\r\nmisconcpetion,misconceptions\r\nmisconecption,misconceptions\r\nmisconseptions,misconceptions\r\nmisconsruct,misconstruct\r\nmisconsructed,misconstructed\r\nmisconsructing,misconstructing\r\nmisconsructionist,misconstructionist\r\nmisconsructs,misconstructs\r\nmisconstruc,misconstruct\r\nmisconstruced,misconstructed\r\nmisconstrucing,misconstructing\r\nmisconstrucionist,misconstructionist\r\nmisconstrucs,misconstructs\r\nmisconsttruct,misconstruct\r\nmisconsttructed,misconstructed\r\nmisconsttructing,misconstructing\r\nmisconsttructionist,misconstructionist\r\nmisconsttructs,misconstructs\r\nmisconstuct,misconstruct\r\nmisconstucted,misconstructed\r\nmisconstucting,misconstructing\r\nmisconstuctionist,misconstructionist\r\nmisconstucts,misconstructs\r\nmiscontinueing,miscontinuing\r\nmiscontinueings,miscontinuings\r\nmiscontruct,misconstruct\r\nmiscontructed,misconstructed\r\nmiscontructing,misconstructing\r\nmiscontructionist,misconstructionist\r\nmiscontructs,misconstructs\r\nmiscrekaing,miscreaking\r\nmiscrekaings,miscreakings\r\nmiscullaneous,miscellaneous\r\nmiscummunication,miscommunication\r\nmisdameanor,misdemeanor\r\nmisdameanors,misdemeanors\r\nmisdamenor,misdemeanor\r\nmisdamenors,misdemeanors\r\nmisdamenour,misdemeanor\r\nmisdamenours,misdemeanors\r\nmisdanceing,misdancing\r\nmisdanceings,misdancings\r\nmisdareing,misdaring\r\nmisdareings,misdarings\r\nmisdeamenor,misdemeanor\r\nmisdeamenors,misdemeanor\r\nmisdemeaner,misdemeanor\r\nmisdemeaners,misdemeanors\r\nmisdemenaor,misdemeanor\r\nmisdemener,misdemeanor\r\nmisdemeners,misdemeanors\r\nmisdemenor,misdemeanor\r\nmisdemenors,misdemeanors\r\nmisdimeanor,misdemeanor\r\nmisdiveing,misdiving\r\nmisdiveings,misdivings\r\nmisdomeanor,misdemeanor\r\nmisdriveing,misdriving\r\nmisdriveings,misdrivings\r\nmisealineus,miscellaneous\r\nmisealinous,miscellaneous\r\nmiseillaus,miscellaneous\r\nmiselaneous,miscellaneous\r\nmiselanious,miscellaneous\r\nmiselanis,miscellaneous\r\nmiselectrfication,miselectrification\r\nmiselectrficaton,miselectrification\r\nmisellainis,miscellaneous\r\nmisellaneous,miscellaneous\r\nmisellanious,miscellaneous\r\nmisenaanslous,miscellaneous\r\nmisenlanious,miscellaneous\r\nmiserabel,miserable\r\nmiserablely,miserably\r\nmiserabley,miserably\r\nmiserablly,miserably\r\nmiserious,mysterious\r\nmiserlaneas,miscellaneous\r\nmiserlaneish,miscellaneous\r\nmiserlanies,miscellaneous\r\nmiserlanious,miscellaneous\r\nmiserleaness,miscellaneous\r\nmisfeatureing,misfeaturing\r\nmisfeatureings,misfeaturings\r\nmisfkaing,misfaking\r\nmisfkaings,misfakings\r\nmisforceing,misforcing\r\nmisforceings,misforcings\r\nmisfortfication,misfortification\r\nmisfortficaton,misfortification\r\nmisfortunetley,misfortunately\r\nmisfortunetly,misfortunately\r\nmisfortunte,misfortune\r\nmisforture,misfortune\r\nmisfourtunes,misfortunes\r\nmisgiveing,misgiving\r\nmisgiveings,misgivings\r\nmisgoten,misgotten\r\nmisgotener,misgottener\r\nmisgotenest,misgottenest\r\nmisgotenstone,misgottenstone\r\nmisgotenstones,misgottenstones\r\nmisgottten,misgotten\r\nmisgotttener,misgottener\r\nmisgotttenest,misgottenest\r\nmisgotttenstone,misgottenstone\r\nmisgotttenstones,misgottenstones\r\nmisgoynist,misogynist\r\nmisgoynistic,misogynistic\r\nmisguidence,misguidance\r\nmisheleous,miscellaneous\r\nmishorrafy,mishorrify\r\nmishorrfiy,mishorrify\r\nmishorrifiy,mishorrify\r\nmishorrofy,mishorrify\r\nmisic,music\r\nmisicelleous,miscellaneous\r\nmisidentafy,misidentify\r\nmisidentfication,misidentification\r\nmisidentficaton,misidentification\r\nmisidentfiy,misidentify\r\nmisidentifcation,misidentification\r\nmisidentifiy,misidentify\r\nmisidentofy,misidentify\r\nmisidrected,misdirected\r\nmisilainious,miscellaneous\r\nmisilainous,miscellaneous\r\nmisilaious,miscellaneous\r\nmisilan,miscellaneous\r\nmisilanious,miscellaneous\r\nmisile,missile\r\nmisiles,missiles\r\nmisillaneous,miscellaneous\r\nmisillanious,miscellaneous\r\nmisilous,miscellaneous\r\nmisimfirm,misinfirm\r\nmisimfirmable,misinfirmable\r\nmisimfirmably,misinfirmably\r\nmisimfirmal,misinfirmal\r\nmisimfirmality,misinfirmality\r\nmisimfirmation,misinfirmation\r\nmisimfirmations,misinfirmations\r\nmisimfirmative,misinfirmative\r\nmisimfirmatively,misinfirmatively\r\nmisimfirmed,misinfirmed\r\nmisimfirming,misinfirming\r\nmisimfirms,misinfirms\r\nmisimform,misinform\r\nmisimformable,misinformable\r\nmisimformably,misinformably\r\nmisimformal,misinformal\r\nmisimformality,misinformality\r\nmisimformation,misinformation\r\nmisimformations,misinformations\r\nmisimformative,misinformative\r\nmisimformatively,misinformatively\r\nmisimformed,misinformed\r\nmisimforming,misinforming\r\nmisimforms,misinforms\r\nmisinfomation,misinformation\r\nmisinfomative,misinformative\r\nmisinfomatively,misinformatively\r\nmisinfomed,misinformed\r\nmisinformaton,misinformation\r\nmisinformatve,misinformative\r\nmisinformatvely,misinformatively\r\nmisinformtion,misinformation\r\nmisinformtive,misinformative\r\nmisinformtively,misinformatively\r\nmising,mixing\r\nmisintepret,misinterpret\r\nmisintepretation,misinterpretation\r\nmisinterelate,misinterrelate\r\nmisinterelated,misinterrelated\r\nmisinterelates,misinterrelates\r\nmisinterelation,misinterrelation\r\nmisinterelations,misinterrelations\r\nmisinterept,misinterpret\r\nmisinterperet,misinterpret\r\nmisinterpert,misinterpret\r\nmisinterperted,misinterpreted\r\nmisinterperting,misinterpreting\r\nmisinterpet,misinterpret\r\nmisinterprate,misinterpret\r\nmisinterprating,misinterpreting\r\nmisinterpred,misinterpreted\r\nmisinterprent,misinterpret\r\nmisinterprented,misinterpret\r\nmisinterprested,misinterpret\r\nmisinterpretated,misinterpreted\r\nmisinterpretating,misinterpreting\r\nmisinterpretion,misinterpreting\r\nmisinterpretions,misinterpreting\r\nmisinterpretted,misinterpreted\r\nmisinterpretting,misinterpreting\r\nmisinterprit,misinterpreting\r\nmisinterpriting,misinterpreting\r\nmisinterprted,misinterpret\r\nmisinterpt,misinterpret\r\nmisinterpted,misinterpret\r\nmisinterupt,misinterrupt\r\nmisintevene,misintervene\r\nmisinteveni,misinterveni\r\nmisintevent,misintervent\r\nmisinteview,misinterview\r\nmisintrepret,misinterpret\r\nmisintrepreted,misinterpreted\r\nmisintrepreting,misinterpreting\r\nmisisipi,mississippi\r\nmisisipian,mississippian\r\nmisisipians,mississippians\r\nmisisippi,mississippi\r\nmisisipppi,mississippi\r\nmisisipppian,mississippian\r\nmisisipppians,mississippians\r\nmisisng,missing\r\nmisison,mission\r\nmisisonaries,missionaries\r\nmisisonary,missionary\r\nmisissippi,mississippi\r\nmisisssipi,mississippi\r\nmisisssipian,mississippian\r\nmisisssipians,mississippians\r\nmislanceing,MisLancing\r\nmislanceings,MisLancings\r\nmislekaing,MisLeaking\r\nmislekaings,MisLeakings\r\nmismach,mismatch\r\nmismached,mismatched\r\nmismaches,mismatches\r\nmismaching,mismatching\r\nmismagnfication,MisMagnification\r\nmismagnficaton,MisMagnification\r\nmismanagability,mismanageability\r\nmismanagable,mismanageable\r\nmismanagableness,mismanageableness\r\nmismanagably,mismanageably\r\nmismanagd,mismanaged\r\nmismanageing,mismanaging\r\nmismanagment,mismanagement\r\nmismanagments,mismanagements\r\nmismanegability,mismanageability\r\nmismanegable,mismanageable\r\nmismanegableness,mismanageableness\r\nmismanegably,mismanageably\r\nmismanegd,mismanaged\r\nmismanegeability,mismanageability\r\nmismanegeable,mismanageable\r\nmismanegeableness,mismanageableness\r\nmismanegeably,mismanageably\r\nmismaneged,mismanaged\r\nmismanegement,mismanagement\r\nmismanegements,mismanagements\r\nmismanegment,mismanagement\r\nmismanegments,mismanagements\r\nmismangeability,mismanageability\r\nmismangeable,mismanageable\r\nmismangeableness,mismanageableness\r\nmismangeably,mismanageably\r\nmismanged,mismanaged\r\nmismangement,mismanagement\r\nmismangements,mismanagements\r\nmismanging,mismanaging\r\nmismkaing,MisMaking\r\nmismkaings,MisMakings\r\nmismodfication,MisModification\r\nmismodficaton,MisModification\r\nmismtaches,mismatches\r\nmisnadry,misandry\r\nmisnotfication,MisNotification\r\nmisnotficaton,MisNotification\r\nmisoanesous,miscellaneous\r\nmisoganist,misogynist\r\nmisoganistic,misogynistic\r\nmisogenist,misogynist\r\nmisogenistic,misogynistic\r\nmisoginist,misogynist\r\nmisoginyst,misogynist\r\nmisoginystic,misogynistic\r\nmisoginysts,misogynist\r\nmisognyist,misogynist\r\nmisognyistic,misogynistic\r\nmisognyists,misogynist\r\nmisogonist,misogynist\r\nmisogonistic,misogynistic\r\nmisogonyst,misogynist\r\nmisogyinst,misogynist\r\nmisogyinsts,misogynist\r\nmisogynisic,misogynistic\r\nmisogynisitc,misogynistic\r\nmisogynisitic,misogynistic\r\nmisogynistc,misogynistic\r\nmisogynsitic,misogynistic\r\nmisogynstic,misogynist\r\nmisogynt,misogynist\r\nmisogynyst,misogynist\r\nmisogynystic,misogynistic\r\nmisolaineus,miscellaneous\r\nmisolainious,miscellaneous\r\nmisolaneous,miscellaneous\r\nmisolanes,miscellaneous\r\nmisolanious,miscellaneous\r\nmisolanius,miscellaneous\r\nmisolanleous,miscellaneous\r\nmisolanus,miscellaneous\r\nmisolaoneous,miscellaneous\r\nmisolotious,miscellaneous\r\nmisotanious,miscellaneous\r\nmisouri,missouri\r\nmisoury,misery\r\nmisoygnist,misogynist\r\nmispekaing,MisPeaking\r\nmispekaings,MisPeakings\r\nmispell,misspell\r\nmispelled,misspelled\r\nmispelling,misspelling\r\nmispellings,misspellings\r\nmispelllings,mispellings\r\nmispells,misspells\r\nmispelt,misspelt\r\nmispercievable,misperceivable\r\nmispercievably,misperceivably\r\nmispercieve,misperceive\r\nmispercieved,misperceived\r\nmispercieves,misperceives\r\nmispercieving,misperceiving\r\nmispersonfication,MisPersonification\r\nmispersonficaton,MisPersonification\r\nmisplacment,misplacement\r\nmisplacments,misplacements\r\nmisprecevable,misperceivable\r\nmisprecevably,misperceivably\r\nmispreceve,misperceive\r\nmispreceved,misperceived\r\nmispreceves,misperceives\r\nmispreceving,misperceiving\r\nmisprecivable,misperceivable\r\nmisprecivably,misperceivably\r\nmisprecive,misperceive\r\nmisprecived,misperceived\r\nmisprecives,misperceives\r\nmispreciving,misperceiving\r\nmispronouce,mispronounce\r\nmispronoucing,mispronouncing\r\nmispronoucings,mispronouncings\r\nmispronoucne,mispronounce\r\nmispronoucning,mispronouncing\r\nmispronoucnings,mispronouncings\r\nmispronunce,mispronounce\r\nmispronunced,mispronounced\r\nmispronuncing,mispronouncing\r\nmispronuncings,mispronouncings\r\nmispronuncne,mispronounce\r\nmispronuncning,mispronouncing\r\nmispronuncnings,mispronouncings\r\nmispronuonce,mispronounce\r\nmispronuoncing,mispronouncing\r\nmispronuoncings,mispronouncings\r\nmispronuoncne,mispronounce\r\nmispronuoncning,mispronouncing\r\nmispronuoncnings,mispronouncings\r\nmisproounce,mispronounce\r\nmisproouncing,mispronouncing\r\nmisproouncings,mispronouncings\r\nmisproouncne,mispronounce\r\nmisproouncning,mispronouncing\r\nmisproouncnings,mispronouncings\r\nmisproportionate,disproportionate\r\nmispurfication,MisPurification\r\nmispurficaton,MisPurification\r\nmisqualafy,MisQualify\r\nmisqualfiy,MisQualify\r\nmisqualifiy,MisQualify\r\nmisqualofy,MisQualify\r\nmisrable,miserable\r\nmisratafy,MisRatify\r\nmisratfiy,MisRatify\r\nmisratifiy,MisRatify\r\nmisratofy,MisRatify\r\nmisreable,miserable\r\nmisreably,miserably\r\nmisrepresantation,misrepresentation\r\nmisrepresenation,misrepresentation\r\nmisrepresentaion,misrepresentation\r\nmisrepresentaiton,misrepresentation\r\nmisrepresentated,misrepresented\r\nmisrepresentatie,misrepresentation\r\nmisrepresentating,misrepresenting\r\nmisrepresentativ,misrepresentation\r\nmisrepresention,misrepresenting\r\nmisrepreseted,misrepresented\r\nmisrkaing,MisRaking\r\nmisrkaings,MisRakings\r\nmissaing,missing\r\nmissalaes,miscellaneous\r\nmissalainess,miscellaneous\r\nmissalainious,miscellaneous\r\nmissalainus,miscellaneous\r\nmissalaneis,miscellaneous\r\nmissalaneous,miscellaneous\r\nmissalanious,miscellaneous\r\nmissalanoss,miscellaneous\r\nmissalianious,miscellaneous\r\nmissallancous,miscellaneous\r\nmissallanious,miscellaneous\r\nmissallanous,miscellaneous\r\nmissallaus,miscellaneous\r\nmissalleaneous,miscellaneous\r\nmissalleonus,miscellaneous\r\nmissalneous,miscellaneous\r\nmissanius,miscellaneous\r\nmissataineous,miscellaneous\r\nmissatanos,miscellaneous\r\nmissbehave,misbehave\r\nmisscelainious,miscellaneous\r\nmisscelanious,miscellaneous\r\nmisscellaneous,miscellaneous\r\nmisscellous,miscellaneous\r\nmissconfiguration,misconfiguration\r\nmissconfigure,misconfigure\r\nmissconfigured,misconfigured\r\nmissconfigures,misconfigures\r\nmissconfiguring,misconfiguring\r\nmisseculaneux,miscellaneous\r\nmisseded,missed\r\nmisselaneous,miscellaneous\r\nmisselanious,miscellaneous\r\nmissellanious,miscellaneous\r\nmissellenous,miscellaneous\r\nmisselomons,miscellaneous\r\nmissen,mizzen\r\nmisseralus,miscellaneous\r\nmisserlayus,miscellaneous\r\nmissery,misery\r\nmissig,missing\r\nmissigno,mission\r\nmissilainious,miscellaneous\r\nmissilaneous,miscellaneous\r\nmissilaneus,miscellaneous\r\nmissilanious,miscellaneous\r\nmissilaniouss,miscellaneous\r\nmissilanus,miscellaneous\r\nmissils,missiles\r\nmissionaire,missionaries\r\nmissionaires,missionaries\r\nmissionairies,missionaries\r\nmissionairy,missionary\r\nmissionare,missionaries\r\nmissionares,missionaries\r\nmissionaris,missionaries\r\nmissionarry,missionary\r\nmissionera,missionary\r\nmissionnary,missionary\r\nmissiony,missionary\r\nmissisecond,millisecond\r\nmissisipi,mississippi\r\nmissisipians,mississippians\r\nmissisippi,mississippi\r\nmissisippian,mississippian\r\nmissisippians,mississippians\r\nmississipi,mississippi\r\nmississipian,mississippian\r\nmississipians,mississippians\r\nmississipis,mississippi\r\nmississipppi,mississippi\r\nmississppi,mississippi\r\nmississsippi,mississippi\r\nmissjenifffer,missjeniffer\r\nmisslain,miscellaneous\r\nmissle,missile\r\nmissleading,misleading\r\nmissles,missiles\r\nmisslies,missiles\r\nmisslinious,miscellaneous\r\nmissmatch,mismatch\r\nmissmatched,mismatched\r\nmissmatches,mismatches\r\nmissmatching,mismatching\r\nmissolaeons,miscellaneous\r\nmissolainies,miscellaneous\r\nmissolainious,miscellaneous\r\nmissolaneous,miscellaneous\r\nmissolanious,miscellaneous\r\nmissoleanus,miscellaneous\r\nmissonary,missionary\r\nmissorui,missouri\r\nmissourri,missouri\r\nmisspecafy,MisSpecify\r\nmisspecfiy,MisSpecify\r\nmisspecifiy,MisSpecify\r\nmisspecofy,MisSpecify\r\nmisspeeling,misspelling\r\nmisspel,misspell\r\nmisspeld,misspelled\r\nmisspeling,misspelling\r\nmisspelld,misspelled\r\nmisspellled,misspelled\r\nmisspellling,misspelling\r\nmisspellng,misspelling\r\nmisssed,missed\r\nmisssing,missing\r\nmisssion,mission\r\nmisssions,missions\r\nmisssisipi,mississippi\r\nmisssisipian,mississippian\r\nmisssisipians,mississippians\r\nmisssisippi,mississippi\r\nmisssissipi,mississippi\r\nmisssissippi,mississippi\r\nmissspelllings,missspellings\r\nmissssssing,missing\r\nmisstake,mistake\r\nmisstaken,mistaken\r\nmissterious,mysterious\r\nmisstory,mystery\r\nmisstress,mistress\r\nmissulanious,miscellaneous\r\nmissulannous,miscellaneous\r\nmissunderstand,misunderstand\r\nmissunderstanding,misunderstanding\r\nmissuse,misuse\r\nmissused,misused\r\nmistakeable,mistakable\r\nmistakeble,mistakable\r\nmistakedly,mistakenly\r\nmistakeing,mistaking\r\nmistakely,mistakenly\r\nmistakengly,mistakenly\r\nmistakently,mistakenly\r\nmistakey,mistakenly\r\nmistaki,mistaken\r\nmistakiable,mistakable\r\nmistakible,mistakable\r\nmistakingly,mistakenly\r\nmistakinly,mistakenly\r\nmistakuble,mistakable\r\nmistankely,mistakenly\r\nmistary,mystery\r\nmistatch,mismatch\r\nmisteary,mystery\r\nmistereous,mysterious\r\nmisterey,mystery\r\nmisterias,mysterious\r\nmisteries,mysteries\r\nmisteriony,mystery\r\nmisterious,mysterious\r\nmisteriousboy,mysteriousboy\r\nmisteriouse,mysterious\r\nmisteriousivy,mysteriousivy\r\nmisteriousj,mysteriousj\r\nmisteriously,mysteriously\r\nmisterous,mysterious\r\nmisterrafy,MisTerrify\r\nmisterre,mystery\r\nmisterrfiy,MisTerrify\r\nmisterrifiy,MisTerrify\r\nmisterrofy,MisTerrify\r\nmisterry,mystery\r\nmistery,mystery\r\nmisteryous,mysterious\r\nmistiery,mystery\r\nmistirious,mysterious\r\nmistkae,mistake\r\nmistkaen,mistaken\r\nmistkaes,mistakes\r\nmistkaing,MisTaking\r\nmistkaings,MisTakings\r\nmistlery,mystery\r\nmistlitoe,mistletoe\r\nmistmatch,mismatch\r\nmistmatched,mismatched\r\nmistory,mystery\r\nmistray,mystery\r\nmistread,mistreated\r\nmistreaded,mistreated\r\nmistreatement,mistreatment\r\nmistreatements,mistreatments\r\nmistreatemnt,mistreatment\r\nmistreatemnts,mistreatments\r\nmistreous,mysterious\r\nmistrerous,mysterious\r\nmistrey,mystery\r\nmistry,mystery\r\nmistury,mystery\r\nmisubderstanding,misunderstandings\r\nmisuc,music\r\nmisudnerstanding,misunderstandings\r\nmisudnerstnad,misunderstand\r\nmisudnerstnadable,misunderstandable\r\nmisudnerstnadably,misunderstandably\r\nmisudnerstnading,misunderstanding\r\nmisudnerstnadings,misunderstandings\r\nmisudnerstnads,misunderstands\r\nmisudnertand,misunderstand\r\nmisudnertandable,misunderstandable\r\nmisudnertandably,misunderstandably\r\nmisudnertanding,misunderstanding\r\nmisudnertandings,misunderstandings\r\nmisudnertands,misunderstands\r\nmisuise,misuse\r\nmisuised,misused\r\nmisuises,misuses\r\nmisulanies,miscellaneous\r\nmisulaninous,miscellaneous\r\nmisulanis,miscellaneous\r\nmisullanous,miscellaneous\r\nmisundarstanding,misunderstandings\r\nmisunderatanding,misunderstandings\r\nmisunderdtanding,misunderstandings\r\nmisundersatnding,misunderstandings\r\nmisundersood,misunderstood\r\nmisundersranding,misunderstandings\r\nmisunderstading,misunderstanding\r\nmisunderstadings,misunderstandings\r\nmisunderstadning,misunderstandings\r\nmisunderstamding,misunderstandings\r\nmisunderstandig,misunderstandings\r\nmisunderstandigs,misunderstandings\r\nmisunderstandimg,misunderstandings\r\nmisunderstandind,misunderstandings\r\nmisunderstandingly,misunderstandings\r\nmisunderstandng,misunderstandings\r\nmisunderstanging,misunderstandings\r\nmisunderstanidng,misunderstandings\r\nmisunderstaning,misunderstanding\r\nmisunderstanings,misunderstandings\r\nmisunderstansing,misunderstandings\r\nmisunderstanting,misunderstandings\r\nmisunderstantings,misunderstandings\r\nmisunderstending,misunderstandings\r\nmisunderstnad,misunderstand\r\nmisunderstnadable,misunderstandable\r\nmisunderstnadably,misunderstandably\r\nmisunderstnading,misunderstandings\r\nmisunderstnadings,misunderstandings\r\nmisunderstnads,misunderstands\r\nmisunderstod,misunderstood\r\nmisunderstooa,misunderstood\r\nmisunderstoob,misunderstood\r\nmisunderstooc,misunderstood\r\nmisunderstooe,misunderstood\r\nmisunderstoof,misunderstood\r\nmisunderstoog,misunderstood\r\nmisunderstooh,misunderstood\r\nmisunderstooi,misunderstood\r\nmisunderstooj,misunderstood\r\nmisunderstook,misunderstood\r\nmisunderstool,misunderstood\r\nmisunderstoom,misunderstood\r\nmisunderstoon,misunderstood\r\nmisunderstooo,misunderstood\r\nmisunderstoop,misunderstood\r\nmisunderstooq,misunderstood\r\nmisunderstoor,misunderstood\r\nmisunderstoos,misunderstood\r\nmisunderstoot,misunderstood\r\nmisunderstsnding,misunderstandings\r\nmisunderstunding,misunderstandings\r\nmisundertand,misunderstand\r\nmisundertandable,misunderstandable\r\nmisundertandably,misunderstandably\r\nmisundertanding,misunderstanding\r\nmisundertandings,misunderstandings\r\nmisundertands,misunderstands\r\nmisundertsanding,misunderstandings\r\nmisundrestanding,misunderstandings\r\nmisunterstanding,misunderstandings\r\nmisunterstood,misunderstood\r\nmisuseing,misusing\r\nmisverafy,MisVerify\r\nmisverfiy,MisVerify\r\nmisverifiy,MisVerify\r\nmisverofy,MisVerify\r\nmiswkaing,MisWaking\r\nmiswkaings,MisWakings\r\nmisygonist,misogynist\r\nmisygonistic,misogynistic\r\nmisyterist,mysterious\r\nmitagations,mitigations\r\nmitakingly,mistakenly\r\nmitegate,mitigate\r\nmiteraly,materially\r\nmiterialy,materially\r\nmitey,mighty\r\nmitgate,mitigate\r\nmith,with\r\nmithical,mythical\r\nmitigaiton,mitigation\r\nmitrax,mithrax\r\nmitty,mighty\r\nmity,mighty\r\nmixabilty,mixability\r\nmixablility,mixability\r\nmixablity,mixability\r\nmixex,mixed\r\nmiximizes,maximizes\r\nmixnamed,misnamed\r\nmixolgist,mixologist\r\nmixoligist,mixologist\r\nmixoligists,mixologists\r\nmixpet,mixed\r\nmixt,mixed\r\nmixted,mixed\r\nmkae,make\r\nmkaefile,makefile\r\nmkaes,makes\r\nmkaing,making\r\nmkaings,makings\r\nmkea,make\r\nmkeas,makes\r\nmlarge,large\r\nmlencoly,melancholy\r\nmmake,make\r\nmmargin,margin\r\nmmaster,master\r\nmmatching,matching\r\nmmaximum,maximum\r\nmmenagouge,mmenagogue\r\nmmenagouges,mmenagogues\r\nmmenogoge,mmenagogue\r\nmmenogoges,mmenagogues\r\nmmenogogue,mmenagogue\r\nmmenogogues,mmenagogues\r\nmmenu,menu\r\nmmeory,memory\r\nmmetaetadata,metadata\r\nmmnemonic,mnemonic\r\nmmneonic,mnemonic\r\nmmodifications,modifications\r\nmmunosuppresive,mmunosuppressive\r\nmnay,many\r\nmneminic,mnemonic\r\nmneumonic,mnemonic\r\nmnimal,minimal\r\nmnimize,minimize\r\nmnimum,minimum\r\nmnonitoring,monitoring\r\nmnud,mud\r\nmoarked,marked\r\nmoast,most\r\nmoastly,mostly\r\nmobe,move\r\nmobila,mobile\r\nmobilexpresssion,mobilexpression\r\nmobilitiy,mobility\r\nmobiliy,mobility\r\nmobillity,mobility\r\nmobiltiy,mobility\r\nmobilty,mobility\r\nmoblility,mobility\r\nmoblity,mobility\r\nmobolagist,mOBologist\r\nmobule,module\r\nmocassins,moccasins\r\nmoccassins,moccasins\r\nmocrotransactions,microtransactions\r\nmod-fodded,mod-fodder\r\nmodabilty,modability\r\nmoddded,modded\r\nmoddding,modding\r\nmoddileware,middleware\r\nmodeators,moderators\r\nmodek,model\r\nmodel-buildling,model-building\r\nmodela,models\r\nmodelapproach,model approach\r\nmodelcontent,model\r\nmodelds,models\r\nmodeles,modules\r\nmodell,model\r\nmodelller,modeller\r\nmodelllers,modellers\r\nmodellling,modelling\r\nmoden,modern\r\nmoder,modern\r\nmoderacion,moderation\r\nmoderatedly,moderately\r\nmoderaters,moderates\r\nmoderateurs,moderates\r\nmoderatey,moderately\r\nmoderatin,moderation\r\nmoderatley,moderately\r\nmoderatly,moderately\r\nmoderatocor,moderator\r\nmoderatore,moderate\r\nmoderatorin,moderation\r\nmoderatorn,moderation\r\nmoderats,moderates\r\nmoderetaly,moderetally\r\nmoderm,modem\r\nmoderms,modems\r\nmoderne,modern\r\nmodernizable,modernize-able\r\nmodernizated,modernized\r\nmodernizatioin,modernization\r\nmodernizatoin,modernization\r\nmodertion,moderation\r\nmodesl,model\r\nmodeuls,modules\r\nmodfication,modification\r\nmodfications,modifications\r\nmodficaton,modification\r\nmodfied,modified\r\nmodfies,modifies\r\nmodfiy,modify\r\nmodfy,modify\r\nmodfying,modifying\r\nmodication,modification\r\nmodications,modifications\r\nmodiefied,modified\r\nmodifacation,modification\r\nmodifaction,modification\r\nmodifcation,modification\r\nmodifcations,modifications\r\nmodifcaton,modification\r\nmodifed,modified\r\nmodifer,modifier\r\nmodiferier,modifier\r\nmodifers,modifiers\r\nmodifes,modifies\r\nmodifiablity,modifiability\r\nmodificacion,modification\r\nmodificaiton,modification\r\nmodificaitons,modifications\r\nmodificated,modified\r\nmodificato,modification\r\nmodificatoin,modification\r\nmodificatoins,modifications\r\nmodificaton,modification\r\nmodificatons,modifications\r\nmodificiation,modification\r\nmodificiations,modifications\r\nmodificiaton,modification\r\nmodificiatons,modifications\r\nmodifictaion,modification\r\nmodifictation,modification\r\nmodifie,modify\r\nmodifieras,modifiers\r\nmodifierd,modified\r\nmodifieres,modifiers\r\nmodififications,modifications\r\nmodififying,modifying\r\nmodifikation,modification\r\nmodifing,modifying\r\nmodifires,modifiers\r\nmodifiy,modify\r\nmodifiying,modifying\r\nmodifiyng,modifying\r\nmodifued,modified\r\nmodifyable,modifiable\r\nmodifyed,modified\r\nmodifyfold,modify\r\nmodifyng,modifying\r\nmodile,module\r\nmodist,modest\r\nmodiule,module\r\nmodivational,motivational\r\nmodle,model\r\nmodler,modeler\r\nmodles,models\r\nmodlue,module\r\nmodofying,modifying\r\nmodolo,modulo\r\nmodpel,model\r\nmodren,modern\r\nmodually,modularly\r\nmodualr,modular\r\nmoduel,module\r\nmoduels,modules\r\nmoduiles,modules\r\nmodukes,modules\r\nmodul,module\r\nmodulair,modular\r\nmodularing,modularizing\r\nmodularizaiton,modularization\r\nmodulatiosn,modulations\r\nmoduleas,modules\r\nmoduled,modules\r\nmodulemoduless,modules\r\nmoduless,modules\r\nmodulization,modularization\r\nmodulized,modularized\r\nmodulle,module\r\nmodulues,modules\r\nmodyfied,modified\r\nmodyfing,modifying\r\nmodyfying,modifying\r\nmoe,more\r\nmoelcules,molecules\r\nmoelller,moeller\r\nmoen,moan\r\nmoent,moment\r\nmoeny,money\r\nmoenyed,moneyed\r\nmoethod,method\r\nmoevment,moevement\r\nmoevments,moevements\r\nmoew,more\r\nmofidy,modify\r\nmofified,modified\r\nmofify,modify\r\nmofiy,modify\r\nmogage,mortgage\r\nmoggger,mogger\r\nmogrpah,mograph\r\nmohammmed,mohammed\r\nmoin,moan\r\nmointinase,mountainous\r\nmointinuss,mountainous\r\nmointnus,mountainous\r\nmointor-scale,monitor-scale\r\nmoisey,noisy\r\nmoisterizer,moisturizer\r\nmoisterizing,moisturizing\r\nmoistn,moisten\r\nmoistnable,moistenable\r\nmoistned,moistened\r\nmoistner,moistener\r\nmoistners,moisteners\r\nmoistnership,moistenership\r\nmoistnerships,moistenerships\r\nmoistning,moistening\r\nmoistns,moistens\r\nmoistorizing,moisturizing\r\nmoistruizer,moisturizer\r\nmoisturier,moisturizer\r\nmoisturizng,moisturizing\r\nmoisturizor,moisturizer\r\nmoistutizer,moisturizer\r\nmoisutrizer,moisturizer\r\nmoisutrizing,moisturizing\r\nmoitor,monitor\r\nmoiusing,using\r\nmoker,mocker\r\nmolbilty,molbility\r\nmolcular,molecular\r\nmoldabilty,moldability\r\nmoldablity,moldability\r\nmoleclar,molecular\r\nmoleclu,molecul\r\nmolecluar,molecular\r\nmoleclues,molecules\r\nmolectular,molecular\r\nmoleculair,molecular\r\nmoleculaire,molecular\r\nmoleculas,molecules\r\nmoleculs,molecules\r\nmolestaion,molestation\r\nmolestare,molester\r\nmolestarle,molester\r\nmolestarme,molester\r\nmolestarse,molester\r\nmolestarte,molester\r\nmolestating,molestation\r\nmolestato,molestation\r\nmolesterd,molested\r\nmolestered,molested\r\nmoleststion,molestation\r\nmoleul,molecule\r\nmoleule's,molecule's\r\nmoliere,molière\r\nmollest,molest\r\nmoma,mama\r\nmomarandom,memorandum\r\nmombassa,mombasa\r\nmomementum,momentum\r\nmomemt,moment\r\nmomemtarily,momentarily\r\nmomemtary,momentary\r\nmomemts,moments\r\nmomen,moment\r\nmomenatrian,momentarian\r\nmomenatrians,momentarians\r\nmomenatries,momentaries\r\nmomenatrily,momentarily\r\nmomenatry,momentary\r\nmomentaian,momentarian\r\nmomentaians,momentarians\r\nmomentaies,momentaries\r\nmomentaily,momentarily\r\nmomentairly,momentarily\r\nmomentaly,momentally\r\nmomentaraly,momentarily\r\nmomentarely,momentarily\r\nmomentarilly,momentarily\r\nmomentarly,momentarily\r\nmomentay,momentary\r\nmomenterian,momentarian\r\nmomenterians,momentarians\r\nmomenteries,momentaries\r\nmomenterily,momentarily\r\nmomentery,momentary\r\nmomento,memento\r\nmomentos,moments\r\nmomentrian,momentarian\r\nmomentrians,momentarians\r\nmomentries,momentaries\r\nmomentrily,momentarily\r\nmomentry,momentary\r\nmomentus,moments\r\nmomment,moment\r\nmommentarily,momentarily\r\nmommentary,momentary\r\nmomments,moments\r\nmomories,memories\r\nmon,moon\r\nmonacco,Monaco\r\nmonagomous,monogamous\r\nmonagomy,monogamy\r\nmonapaloy,monopoly\r\nmonarcy,monarchy\r\nmonastarial,monasterial\r\nmonastaries,monasteries\r\nmonastary,monastery\r\nmonastrial,monasterial\r\nmonastries,monasteries\r\nmonastry,monastery\r\nmonatge,montage\r\nmonatype,monotype\r\nmonatypes,monotypes\r\nmonatypic,monotypic\r\nmond,monday\r\nmondeling,modeling\r\nmoneky-patching,monkey-patching\r\nmonent,moment\r\nmonent-generating,moment-generating\r\nmonery,money\r\nmonestarial,monasterial\r\nmonestaries,monasteries\r\nmonestary,monastery\r\nmonesterial,monasterial\r\nmonesteries,monasteries\r\nmonestery,monastery\r\nmonestrial,monasterial\r\nmonestries,monasteries\r\nmonestry,monastery\r\nmoneters,monitors\r\nmonetisatioin,monetisation\r\nmonetizare,monetize\r\nmoneysteppper,moneystepper\r\nmonglos,mongols\r\nmongoles,mongols\r\nmongolos,mongols\r\nmonhtaly,monhtally\r\nmonicker,moniker\r\nmonickers,monikers\r\nmonig,morning\r\nmoning,moaning\r\nmonior,monitor\r\nmoniors,monitors\r\nmoniotring,monitoring\r\nmoniroting,monitoring\r\nmonitary,monetary\r\nmoniter,monitor\r\nmoniteral,monitoral\r\nmonitered,monitored\r\nmoniterial,monitorial\r\nmonitering,monitoring\r\nmoniters,monitors\r\nmonitior-activity,monitor-activity\r\nmonitoiring,monitoring\r\nmonitord,monitored\r\nmonitoreada,monitored\r\nmonitoreado,monitored\r\nmonitores,monitors\r\nmonitos,monitors\r\nmonitrouses,monitresses\r\nmonitter,monitor\r\nmonkay,monkey\r\nmonky,monkey\r\nmonlight,moonlight\r\nmonment,moment\r\nmonnths,months\r\nmonochorome,monochrome\r\nmonochromo,monochrome\r\nmonocrome,monochrome\r\nmonogameous,monogamous\r\nmonogmay,monogamy\r\nmonogrammmed,monogrammed\r\nmonogrel,mongrel\r\nmonogrpah,monograph\r\nmonogrpahs,monographs\r\nmonogymous,monogamous\r\nmonolagist,monologist\r\nmonolgoue,monologue\r\nmonolistic,monolithic\r\nmonolite,monolithic\r\nmonolithes,monoliths\r\nmonolithisch,monolithic\r\nmonolitic,monolithic\r\nmonolitich,monolithic\r\nmonolitihic,monolithic\r\nmonologe,monologue\r\nmonolopies,monopolies\r\nmonolopy,monopoly\r\nmonolothic,monolithic\r\nmonolouge,monologue\r\nmonolythic,monolithic\r\nmonominal,monomial\r\nmonominals,monomials\r\nmonomoprhic,monomorphic\r\nmonomrphic,monomorphic\r\nmonon,mono\r\nmonopilies,monopolies\r\nmonoploies,monopolies\r\nmonoploy,monopoly\r\nmonopolets,monopolies\r\nmonopolice,monopolies\r\nmonopoligies,monopologies\r\nmonopolios,monopolies\r\nmonopolis,monopolies\r\nmonopollies,monopolies\r\nmonopolly,monopoly\r\nmonopoloy,monopoly\r\nmonopols,monopolies\r\nmonopone,monophone\r\nmonoponed,monophoned\r\nmonopones,monophones\r\nmonoponic,monophonic\r\nmonoponically,monophonically\r\nmonoponing,monophoning\r\nmonopony,monophony\r\nmonoprocess,mono-process\r\nmonothilic,monolithic\r\nmonotinically,monotonically\r\nmonotinous,monotonous\r\nmonotomic,monotonic\r\nmonotonouse,monotonous\r\nmonotoring,monitoring\r\nmonrachy,monarchy\r\nmonserat,montserrat\r\nmonserati,montserrati\r\nmonserrat,montserrat\r\nmonsterous,monsters\r\nmonsterously,monstrously\r\nmonsteruous,monstrous\r\nmonsteruously,monstrously\r\nmonstorsity,monstrosity\r\nmonstorus,monstrous\r\nmonstrasity,monstrosity\r\nmonstre,monster\r\nmonstrisity,monstrosity\r\nmonstrocity,monstrosity\r\nmonstros,monstrous\r\nmonstrosoty,monstrosity\r\nmonstrostiy,monstrosity\r\nmonstruos,monstrous\r\nmontaban,montana\r\nmontaeg,montage\r\nmontain,mountain\r\nmontaines,mountainous\r\nmontains,mountains\r\nmontaly,montally\r\nmontanha,montana\r\nmontania,montana\r\nmontanna,montana\r\nmontanous,mountainous\r\nmontanta,montana\r\nmontanya,montana\r\nmontaran,montana\r\nmonted,mounted\r\nmonteineus,mountainous\r\nmonteize,monetize\r\nmonteral,montreal\r\nmonthes,months\r\nmontinas,mountainous\r\nmontior,monitor\r\nmontioring,monitoring\r\nmontiors,monitors\r\nmontly,monthly\r\nmontnana,montana\r\nmontonicity,monotonicity\r\nmontor,monitor\r\nmontoring,monitoring\r\nmontrel,montreal\r\nmonts,months\r\nmontserat,montserrat\r\nmontserati,montserrati\r\nmontype,monotype\r\nmontypes,monotypes\r\nmontypic,monotypic\r\nmonumentaal,monumental\r\nmonumentais,monuments\r\nmonumentals,monuments\r\nmonumentos,monuments\r\nmonumentous,monuments\r\nmonumentul,monumental\r\nmonumentus,monuments\r\nmonumet,monument\r\nmonumnet,monument\r\nmonumnets,monuments\r\nmonut,mount\r\nmonuted,mounted\r\nmonvment,monvement\r\nmony,money\r\nmooe,more\r\nmooey,money\r\nmoonligt,moonlight\r\nmoostard,mustard\r\nmoovment,moovement\r\nmoovvving,moovving\r\nmoppping,mopping\r\nmoprhine,morphine\r\nmor,more\r\nmorage,mortgage\r\nmorall,moral\r\nmoraly,morally\r\nmorandum,memorandum\r\nmoratlity,mortality\r\nmorbidley,morbidly\r\nmorbidy,morbidly\r\nmorbildy,morbidly\r\nmorcage,mortgage\r\nmorcel,morsel\r\nmordem,modem\r\nmorden,modern\r\nmordern,modern\r\nmordgege,mortgage\r\nmordibly,morbidly\r\nmoree,more\r\nmoregage,mortgage\r\nmoreoreover,moreover\r\nmoreso,more\r\nmorever,moreover\r\nmorevoer,moreover\r\nmorgach,mortgage\r\nmorgade,mortgage\r\nmorgadge,mortgage\r\nmorgag,mortgage\r\nmorgagde,mortgage\r\nmorgage,mortgage\r\nmorgaged,mortgaged\r\nmorgagee,mortgagee\r\nmorgages,mortgage\r\nmorgaging,mortgaging\r\nmorgags,mortgage\r\nmorgare,mortgage\r\nmorgase,mortgage\r\nmorgate,mortgage\r\nmorgatges,mortgages\r\nmorgedge,mortgage\r\nmorgege,mortgage\r\nmorger,mortgage\r\nmorgidge,mortgage\r\nmorgig,mortgage\r\nmorgige,mortgage\r\nmorgis,mortgage\r\nmorgtages,mortgages\r\nmorguage,mortgage\r\nmorhpia-side,morphia-side\r\nmorhpine,morphine\r\nmoribdly,morbidly\r\nmoring,morning\r\nmorings,mornings\r\nmorisette,morissette\r\nmormones,mormons\r\nmormonisim,mormonism\r\nmormonsim,mormonism\r\nmormonts,mormons\r\nmornig,morning\r\nmorocan,moroccan\r\nmorocans,moroccans\r\nmorocccccoan,moroccan\r\nmorocccccoans,moroccans\r\nmorocccccon,moroccan\r\nmorocccccons,moroccans\r\nmoroccccoan,moroccan\r\nmoroccccoans,moroccans\r\nmoroccccon,moroccan\r\nmoroccccons,moroccans\r\nmorocccoan,moroccan\r\nmorocccoans,moroccans\r\nmorocccon,moroccan\r\nmorocccons,moroccans\r\nmoroccoan,moroccan\r\nmoroccoans,moroccans\r\nmoroccon,moroccan\r\nmoroccons,moroccans\r\nmoroco,morocco\r\nmorocoan,moroccan\r\nmorocoans,moroccans\r\nmorocon,moroccan\r\nmorocons,moroccans\r\nmoroe,more\r\nmoroever,moreover\r\nmorotola,motorola\r\nmorover,moreover\r\nmorphein,morphine\r\nmorphen,morphine\r\nmorphie,morphine\r\nmorphinate,morphine\r\nmorpholgical,morphological\r\nmorpholigic,morphologic\r\nmorr,more\r\nmorrage,mortgage\r\nmorrgage,mortgage\r\nmorring,morning\r\nmorriosn,morrison\r\nmorrisette,morissette\r\nmorrisound,morrison\r\nmorrocan,moroccan\r\nmorrocans,moroccans\r\nmorroccan,moroccan\r\nmorroccans,moroccans\r\nmorrocco,morocco\r\nmorroco,morocco\r\nmorrsion,morrison\r\nmorsal,morsel\r\nmort,more\r\nmortafiable,mortifiable\r\nmortafiably,mortifiably\r\nmortaficate,mortificate\r\nmortaficates,mortificates\r\nmortafication,mortification\r\nmortafications,mortifications\r\nmortafied,mortified\r\nmortafies,mortifies\r\nmortagage,mortgage\r\nmortage,mortgage\r\nmortailty,mortality\r\nmortaly,mortally\r\nmortards,mortars\r\nmortarts,mortars\r\nmortatge,mortgage\r\nmortered,mortared\r\nmortering,mortaring\r\nmorters,mortars\r\nmortfiable,mortifiable\r\nmortfiably,mortifiably\r\nmortficate,mortificate\r\nmortficates,mortificates\r\nmortfication,mortification\r\nmortfications,mortifications\r\nmortfied,mortified\r\nmortfies,mortifies\r\nmortgague,mortgage\r\nmortgauged,mortgaged\r\nmortguage,mortgage\r\nmortifed,mortified\r\nmortifes,mortifies\r\nmortigage,mortgage\r\nmortle,mortal\r\nmortuage,mortgage\r\nmoruning,mourning\r\nmory,more\r\nmosaik,mosaic\r\nmose,most\r\nmose-recent,most-recent\r\nmoset,most\r\nmositurizer,moisturizer\r\nmositurizing,moisturizing\r\nmosnter,monster\r\nmosnters,monsters\r\nmosntrosity,monstrosity\r\nmosqueto,mosquitoes\r\nmosquite,mosquitoes\r\nmosquitero,mosquito\r\nmosquiters,mosquitoes\r\nmosquitto,mosquito\r\nmosqutio,mosquito\r\nmosst,most\r\nmostache,moustache\r\nmostaly,mostally\r\nmosted,most\r\nmostl,mostly\r\nmostley,mostly\r\nmostlikely,most likely\r\nmostlly,mostly\r\nmostont,mustn't\r\nmosture,moisture\r\nmosty,mostly\r\nmotabilty,motability\r\nmotablity,motability\r\nmotehrboard,motherboard\r\nmoter,motor\r\nmothebroard,motherboards\r\nmotherbaord,motherboard\r\nmotherbaords,motherboards\r\nmotherbard,motherboard\r\nmotherboad,motherboard\r\nmotherboads,motherboards\r\nmotherboars,motherboards\r\nmotherborad,motherboard\r\nmotherborads,motherboards\r\nmotherbord,motherboard\r\nmotherbords,motherboards\r\nmotherobard,motherboards\r\nmothod,method\r\nmothreboard,motherboards\r\nmotifications,modifications\r\nmotify,modify\r\nmotilaties,motilities\r\nmotilaty,motility\r\nmotillities,motilities\r\nmotillity,motility\r\nmotilties,motilities\r\nmotilty,motility\r\nmotioin,motion\r\nmotiosn,motions\r\nmotities,motilities\r\nmotity,motility\r\nmotivacional,motivational\r\nmotivaiton,motivations\r\nmotivatie,motivate\r\nmotivatin,motivations\r\nmotivatinal,motivational\r\nmotivationals,motivations\r\nmotivationnal,motivational\r\nmotivatoin,motivation\r\nmotivet,motivate\r\nmotiviate,motivate\r\nmotiviated,motivated\r\nmotiviates,motivates\r\nmotiviating,motivating\r\nmotiviation,motivation\r\nmotnage,montage\r\nmotononicity,monotonicity\r\nmotoral,motorola\r\nmotorcicle,motorcycle\r\nmotorcicles,motorcycles\r\nmotorcyce,motorcycles\r\nmotorcylce,motorcycle\r\nmotorcylces,motorcycles\r\nmotorcyles,motorcycles\r\nmotoroal,motorola\r\nmotorolja,motorola\r\nmotorollas,motorola\r\nmotoroloa,motorola\r\nmotos,mottos\r\nmotovational,motivational\r\nmoudle,module\r\nmoudule,module\r\nmouldablilty,mouldability\r\nmouldar,modular\r\nmoulde,module\r\nmouness,mountainous\r\nmouning,mounting\r\nmounitain's,mountainous\r\nmounment,monument\r\nmounring,mourning\r\nmountablity,mountability\r\nmountain-less,mountainous\r\nmountaina,mountain\r\nmountainees,mountainous\r\nmountaineous,mountainous\r\nmountainers,mountainous\r\nmountaines,mountainous\r\nmountainess,mountainous\r\nmountainest,mountainous\r\nmountainious,mountainous\r\nmountainis,mountains\r\nmountainless,mountainous\r\nmountainouse,mountainous\r\nmountainses,mountainous\r\nmountainst,mountainous\r\nmountainus,mountainous\r\nmountan,mountain\r\nmountane,mountainous\r\nmountaneous,mountainous\r\nmountaners,mountainous\r\nmountanes,mountainous\r\nmountaness,mountainous\r\nmountanous,mountainous\r\nmountantinas,mountainous\r\nmountas,mountainous\r\nmounteanouse,mountainous\r\nmounteless,mountainous\r\nmountenas,mountainous\r\nmountenous,mountainous\r\nmountent,mountainous\r\nmounternous,mountainous\r\nmountes,mountainous\r\nmounth,month\r\nmounthly,monthly\r\nmounths,months\r\nmountian,mountain\r\nmountiannous,mountainous\r\nmountianous,mountainous\r\nmountians,mountains\r\nmountianus,mountainous\r\nmountiess,mountainous\r\nmountin,mountainous\r\nmountiness,mountainous\r\nmountinlous,mountainous\r\nmountinous,mountainous\r\nmountinus,mountainous\r\nmountonous,mountainous\r\nmountous,mountainous\r\nmountoutnes,mountainous\r\nmous,mouse\r\nmouseclicks,mouse\r\nmousovers,mouseovers\r\nmousr,mouser\r\nmoustace,moustache\r\nmoustahce,moustache\r\nmoustasch,moustache\r\nmousturizing,moisturizing\r\nmoutain,mountainous\r\nmoutainous,mountainous\r\nmoutains,mountains\r\nmoutaly,moutally\r\nmouted,mounted\r\nmouterroes,mountainous\r\nmouters,mountainous\r\nmouthpeace,mouthpiece\r\nmouthpeice,mouthpiece\r\nmouthpeices,mouthpiece\r\nmoutinas,mountainous\r\nmouting,mounting\r\nmoutionus,mountainous\r\nmoutoius,mountainous\r\nmouvement,movement\r\nmouvment,mouvement\r\nmouvments,mouvements\r\nmovd,moved\r\nmoveablity,moveability\r\nmovei,movie\r\nmoveing,moving\r\nmoveis,movies\r\nmovepseed,movespeed\r\nmovesped,movespeed\r\nmovespeeed,movespeed\r\nmovevment,movevement\r\nmovied,moved\r\nmovign,moving\r\nmovile,mobile\r\nmovile-first,mobile-first\r\nmovinng,moving\r\nmovment,movement\r\nmovments,movements\r\nmovse,move\r\nmovtivation,motivation\r\nmowtins,mountains\r\nmozilal,mozilla\r\nmozillia,mozilla\r\nmozillla,mozilla\r\nmozzaralla,mozzarella\r\nmozzarela,mozzarella\r\nmozzeralla,mozzarella\r\nmozzorella,mozzarella\r\nmpaping,mapping\r\nmpas,maps\r\nmplementation,implementation\r\nmport,import\r\nmportances,importances\r\nmpping,mapping\r\nmppping,mapping\r\nmpre,more\r\nmprovement,improvement\r\nmr's,mrs\r\nmrak,mark\r\nmrketplace,marketplace\r\nmroe,more\r\nmroeover,moreover\r\nmrs,mr\r\nmrsbittters,mrsbitters\r\nmrspatriciaherrring,mrspatriciaherring\r\nmrss,mrs\r\nmrwitnessed,witnessed\r\nmscellaneous,miscellaneous\r\nmsdresponsiblity,mSDresponsibility\r\nmsesage,message\r\nmshin,machine\r\nmsot,most\r\nmssage,message\r\nmssing,missing\r\nmsssage,message\r\nmstching,matching\r\nmster,master\r\nmsut,must\r\nmsy,may\r\nmsyterus,mysterious\r\nmsytical,mystical\r\nmtadata,metadata\r\nmtching,matching\r\nmterially,materially\r\nmterley,materially\r\nmthod,method\r\nmthods,methods\r\nmuated,mutated\r\nmuations,mutations\r\nmub,mud\r\nmucen't,mustn't\r\nmuchien,machine\r\nmucisians,musicians\r\nmucnhies,munchies\r\nmuct,must\r\nmucuos,mucous\r\nmucuous,mucous\r\nmude,mud\r\nmuder,murder\r\nmudered,murdered\r\nmuderer,murderer\r\nmuderers,murderers\r\nmudering,murdering\r\nmuders,murders\r\nmudles,modules\r\nmudofying,modifying\r\nmudr,mud\r\nmudule,module\r\nmudy,muddy\r\nmuelller,mueller\r\nmueseum,museum\r\nmuesum,museum\r\nmuesums,museums\r\nmuetual,mutual\r\nmueusem,museum\r\nmufffed,muffed\r\nmuffings,muffins\r\nmuffinus,muffins\r\nmuhammmed,muhammed\r\nmuhvment,muhvement\r\nmuic,music\r\nmuice,music\r\nmuiltple-line,multiple-line\r\nmuinets,minutes\r\nmuinutes,minutes\r\nmuiuets,minutes\r\nmukaddder,mukadder\r\nmuked,mucked\r\nmuktitasking,multitasking\r\nmuli,multi\r\nmuli-cluster,multi-cluster\r\nmuli-language,multi-language\r\nmuli-page,multi-page\r\nmulipart,multipart\r\nmuliple,multiple\r\nmuliples,multiples\r\nmuliplet,multiplet\r\nmuliplex,multiplex\r\nmulipliable,multipliable\r\nmuliplicand,multiplicand\r\nmuliplicands,multiplicands\r\nmuliplicati,multiplicati\r\nmuliplication,multiplication\r\nmuliplicity,multiplicity\r\nmuliplied,multiplied\r\nmuliplier,multiplier\r\nmuliplies,multiplies\r\nmuliply,multiply\r\nmuliplying,multiplying\r\nmulit,multi\r\nmulit-dimensional,multi-dimensional\r\nmulit-part,multi-part\r\nmulit-path,multi-path\r\nmulit-project,multi-project\r\nmulit-site,multi-site\r\nmulit-value,multi-value\r\nmulitated,mutilated\r\nmulitation,mutilation\r\nmulithreaded,multithreaded\r\nmuliti-line,multi-line\r\nmuliti-node,multi-node\r\nmulitiplier,multiplier\r\nmulitline,multiline\r\nmulitnational,multinational\r\nmulitnationals,multinational\r\nmulitpart,multi-part\r\nmulitplayer,multiplayer\r\nmulitple,multiple\r\nmulitple-precision,multiple-precision\r\nmulitples,multiples\r\nmulitplication,multiplication\r\nmulitplied,multiplied\r\nmulitplier,multiplier\r\nmulitply,multiply\r\nmulitplying,multiplying\r\nmulitprocessing,multiprocessing\r\nmulittasking,multitasking\r\nmulitverse,multiverse\r\nmullled,mulled\r\nmulller,muller\r\nmulllion,mullion\r\nmulptile,multiple\r\nmulriprocessing,multiprocessing\r\nmulsims,muslims\r\nmult-dot,multi-dot\r\nmult-label,multi-label\r\nmult-line,multi-line\r\nmult-turn,multi-turn\r\nmulti-charater,multi-character\r\nmulti-dimentional,multi-dimensional\r\nmulti-disiplinary,multi-disciplinary\r\nmulti-plateforme,multiplateforme\r\nmulti-purpouse,multi-purpose\r\nmulti-tenanct,multi-tenancy\r\nmulti-tenency,multi-tenancy\r\nmulti-tenent,multi-tenant\r\nmulti-tennant,multi-tenant\r\nmulti-tnenant,multi-tenant\r\nmulti-varaint,multi-variant\r\nmultibaggger,multibagger\r\nmultibagggers,multibaggers\r\nmultibilionare,MultiBillionaire\r\nmultibilioniare,MultiBillionaire\r\nmultibillionare,multibillionaire\r\nmultible,multiple\r\nmulticonstrained,multi-constrained\r\nmulticultral,multicultural\r\nmulticultralism,multiculturalism\r\nmultidimensionnal,multidimensional\r\nmultidimentional,multidimensional\r\nmultidimentionnal,multidimentional\r\nmultidimmensional,multidimensional\r\nmultidisabilty,multidisability\r\nmultidude,multitude\r\nmultidudes,multitudes\r\nmultidudinal,multitudinal\r\nmultidudinally,multitudinally\r\nmultifonctionnal,multifonctional\r\nmultifunctioin,multifunction\r\nmultifunctionnal,multifunctional\r\nmultihreaded,multithreaded\r\nmultile,multiple\r\nmultillingual,multilingual\r\nmultilpe,multiple\r\nmultilpier,multiplier\r\nmultimational,multinational\r\nmultimedai,multimedia\r\nmultimilionare,MultiMillionaire\r\nmultimilioniare,MultiMillionaire\r\nmultimillionare,multimillionaire\r\nmultimilllion,multimillion\r\nmultimomial,multinomial\r\nmultinatinal,multinational\r\nmultinationella,multinational\r\nmultinationnal,multinational\r\nmultipalyer,multiplayer\r\nmultipe,multiple\r\nmultipl,multiple\r\nmultiplacation,multiplication\r\nmultiplaer,multiplier\r\nmultiplage,multi-page\r\nmultiplater,multiplayer\r\nmultiplaye,multiply\r\nmultiplayr,multiply\r\nmultiplays,multiply\r\nmultiplcation,multiplication\r\nmultiplcations,multiplications\r\nmultiple-independant-markers,multiple-independent-markers\r\nmultiplebgs,multiples\r\nmultipled,multiplied\r\nmultipleies,multiples\r\nmultipler,multiplier\r\nmultiplers,multipliers\r\nmultipleye,multiply\r\nmultiplicacion,multiplication\r\nmultiplicaiton,multiplication\r\nmultiplicatioin,multiplication\r\nmultiplicativo,multiplication\r\nmultiplicaton,multiplication\r\nmultipliciaton,multiplication\r\nmultiplicityn,multiplicity\r\nmultiplikation,multiplication\r\nmultipling,multiplying\r\nmultipllied,multiplied\r\nmultiploed,multiplied\r\nmultiplr,multiplier\r\nmultipls,multiples\r\nmultiplyed,multiplied\r\nmultiplyer,multiple\r\nmultiplyng,multiplying\r\nmultiprocesser,multiprocessor\r\nmultiprocesssor,multiprocessor\r\nmultiproject,multi-project\r\nmultipy,multiply\r\nmultispeciatly,multispeciately\r\nmultiste,multisite\r\nmultitaksing,multitasking\r\nmultitaskng,multitasking\r\nmultitenant,multi-tenant\r\nmultitherading,multithreading\r\nmultitide,multitude\r\nmultitudine,multitude\r\nmultitute,multitude\r\nmultitutes,multitudes\r\nmultitutinal,multitudinal\r\nmultitutinally,multitudinally\r\nmultiverese,multiverse\r\nmultlline,multiline\r\nmultlple,multiple\r\nmultpart,multipart\r\nmultpile,multiple\r\nmultple,multiple\r\nmultplie,multiple\r\nmultplied,multiplied\r\nmultplies,multiples\r\nmultply,multiply\r\nmultplying,multiplying\r\nmultral,mutual\r\nmultuple,multiple\r\nmulty-files,multi-files\r\nmultyplayer,multiplayer\r\nmultyplying,multiplying\r\nmumber,number\r\nmumsnettters,mumsnetters\r\nmumticrial,mutual\r\nmunafacture,manufacture\r\nmunaniuous,unanimous\r\nmunbers,numbers\r\nmunchis,munchies\r\nmuncipal,municipal\r\nmuncipali,municipali\r\nmuncipalidad,municipalidad\r\nmuncipalika,municipalika\r\nmuncipalism,municipalism\r\nmuncipalites,municipalites\r\nmuncipalities,municipalities\r\nmuncipality,municipality\r\nmuncipalitymultipalitymultiplicitymultiplayer,municipalitymultipalitymultiplicitymultiplayer\r\nmuncipally,municipally\r\nmuncipals,municipals\r\nmuncipalti,municipalti\r\nmuncipalties,municipalties\r\nmuncipaltiy,municipaltiy\r\nmuncipalty,municipalty\r\nmund,mud\r\nmundance,mundane\r\nmundande,mundane\r\nmunday,monday\r\nmunfacturers,manufacturers\r\nmunfacturing,manufacturing\r\nmuniches,munchies\r\nmunicipial,municipal\r\nmunicipialites,municipalites\r\nmunicipialities,municipalities\r\nmunicipiality,municipality\r\nmunicpal,municipal\r\nmunicpales,municipales\r\nmunicpalidad,municipalidad\r\nmunicpalidades,municipalidades\r\nmunicpalities,municipalities\r\nmunicpality,municipality\r\nmunicpial,municipal\r\nmunifacence,munificence\r\nmunifacent,munificent\r\nmunifacently,munificently\r\nmunifecence,munificence\r\nmunifecent,munificent\r\nmunifecently,munificently\r\nmunificance,munificence\r\nmunificant,munificent\r\nmunificantly,munificently\r\nmunificience,munificence\r\nmunificient,munificent\r\nmunificiently,munificently\r\nmunincpal,municipal\r\nmunincpial,municipal\r\nmuninpal,municipal\r\nmuninpial,municipal\r\nmunipal,municipal\r\nmunipale,municipale\r\nmunipalicity,municipalicity\r\nmunipalities,municipalities\r\nmunipality,municipality\r\nmunipallachandra,municipallachandra\r\nmunipalle,municipalle\r\nmunipalli,municipalli\r\nmunipally,municipally\r\nmunipals,municipals\r\nmunipial,municipal\r\nmunipulative,manipulative\r\nmunnicipal,municipal\r\nmunnicipality,municipality\r\nmunth,month\r\nmunthy,month\r\nmunu,menu\r\nmunufactured,manufactured\r\nmunufacturer,manufacturer\r\nmunufacturers,manufacturers\r\nmunufacturing,manufacturing\r\nmunufacurer,manufacturer\r\nmuond,mound\r\nmuonda,mounda\r\nmuonde,mounde\r\nmuondiscover,moundiscover\r\nmuondo,moundo\r\nmuondoa,moundoa\r\nmuondocsach,moundocsach\r\nmuose,mouse\r\nmupliple,multiple\r\nmuplitiple,multiple\r\nmuptiple,multiple\r\nmurderd,murdered\r\nmurdererd,murdered\r\nmurderered,murdered\r\nmurdereres,murderers\r\nmurdererous,murderers\r\nmurderes,murders\r\nmurderus,murders\r\nmurgage,mortgage\r\nmurmer,murmur\r\nmurmers,murmurs\r\nmurmor,murmur\r\nmus'end,mustn't\r\nmus'ent,mustn't\r\nmus'nt,mustn't\r\nmus't'n't,mustn't\r\nmus't,mustn't\r\nmusant,mustn't\r\nmuscels,mussels\r\nmuscent,mustn't\r\nmusci,music\r\nmuscial,musical\r\nmuscially,musically\r\nmuscials,musicals\r\nmuscician,musician\r\nmuscicians,musicians\r\nmuscluar,muscular\r\nmuscualr,muscular\r\nmusculair,muscular\r\nmusculaire,muscular\r\nmuscule,muscle\r\nmuse'n't,mustn't\r\nmuseam,museum\r\nmuself,myself\r\nmusem,museum\r\nmusems,museums\r\nmusen't,mustn't\r\nmusen,mustn't\r\nmusent,mustn't\r\nmusersien,museum\r\nmushrom,mushroom\r\nmushrooom,mushroom\r\nmushroooms,mushroom\r\nmusial,musical\r\nmusially,musically\r\nmusiams,museum\r\nmusicain,musician\r\nmusicainism,musicianism\r\nmusicainity,musicianity\r\nmusicains,musicians\r\nmusicainsity,musiciansity\r\nmusicallity,musically\r\nmusicaly,musically\r\nmusican,musician\r\nmusicial,musical\r\nmusicially,musically\r\nmusicials,musicals\r\nmusicly,musically\r\nmusicolgist,musicologist\r\nmusiem,museum\r\nmusilms,muslims\r\nmusinante,mustn't\r\nmusinit,mustn't\r\nmusintent,mustn't\r\nmusium,museum\r\nmuslces,muscles\r\nmusn't,mustn't\r\nmusnt,mustn't\r\nmusolanious,miscellaneous\r\nmussant,mustn't\r\nmussen't,mustn't\r\nmussene,mustn't\r\nmussent,mustn't\r\nmusslin,muslin\r\nmussn't,mustn't\r\nmussnt,mustn't\r\nmusst,must\r\nmust'nt,mustn't\r\nmustach,mustache\r\nmustant,mustn't\r\nmusten't,mustn't\r\nmusten,mustn't\r\nmustent,mustn't\r\nmusterbatoin,musterbation\r\nmustin,mustn't\r\nmustine,mustn't\r\nmustn'd,mustn't\r\nmustnot,mustn't\r\nmustnt,mustn't\r\nmustny,mustn't\r\nmustont,mustn't\r\nmustrious,mysterious\r\nmusttent,mustn't\r\nmustunt,mustn't\r\nmusuclar,muscular\r\nmusuem,museum\r\nmusuems,museums\r\nmusunt,mustn't\r\nmuszesm,museum\r\nmut,must\r\nmutablility,mutability\r\nmutablity,mutability\r\nmutaches,mustaches\r\nmutaded,mutated\r\nmutaions,mutations\r\nmutal,mutual\r\nmutalate,mutilate\r\nmutally,mutually\r\nmutaly,mutually\r\nmutatated,mutated\r\nmutatation,mutation\r\nmutatators,mutators\r\nmutatin,mutation\r\nmutatiohn,mutation\r\nmutatiosn,mutations\r\nmutatork,mutator\r\nmutazawwed,mutazawed\r\nmutbale,mutable\r\nmutch,much\r\nmutchal,mutual\r\nmutchel,mutual\r\nmuteaule,mutual\r\nmuteral,mutual\r\nmuti-tenancy,multi-tenancy\r\nmuti-threaded,multi-threaded\r\nmuti-writer,multi-writer\r\nmutial,mutual\r\nmutialted,mutilated\r\nmutialtion,mutilation\r\nmutical,mutual\r\nmuticial,mutual\r\nmuticual,mutual\r\nmutilatin,mutilation\r\nmutile,mutual\r\nmutiliate,mutilate\r\nmutiliated,mutilated\r\nmutiliates,mutilates\r\nmutiliating,mutilating\r\nmutiliation,mutilation\r\nmutiliations,mutilations\r\nmutillate,mutilate\r\nmutillated,mutilated\r\nmutillates,mutilates\r\nmutillating,mutilating\r\nmutillation,mutilation\r\nmutillations,mutilations\r\nmutipl,multiple\r\nmutiple,multiple\r\nmutiplexer,multiplexer\r\nmutiplexes,multiplexes\r\nmutiplication,multiplication\r\nmutiply,multiply\r\nmutitask,multitask\r\nmutli,multi\r\nmutli-container,multi-container\r\nmutli-core,multi-core\r\nmutli-layer,multi-layer\r\nmutli-part,multi-part\r\nmutli-phase,multi-phase\r\nmutli-platform,multi-platform\r\nmutli-sampling,multi-sampling\r\nmutli-shard,multi-shard\r\nmutliated,mutilated\r\nmutliation,mutilation\r\nmutliline,multiline\r\nmutlinational,multinational\r\nmutlinationals,multinational\r\nmutliplayer,multiplayer\r\nmutliple,multiple\r\nmutliples,multiples\r\nmutliplet,multiplet\r\nmutliplex,multiplex\r\nmutlipliable,multipliable\r\nmutliplicand,multiplicand\r\nmutliplicands,multiplicands\r\nmutliplicati,multiplicati\r\nmutliplication,multiplication\r\nmutliplications,multiplications\r\nmutliplicity,multiplicity\r\nmutliplied,multiplied\r\nmutliplier,multiplier\r\nmutliplies,multiplies\r\nmutliplucation,multiplication\r\nmutliply,multiply\r\nmutliplying,multiplying\r\nmutliptle,multiple\r\nmutliselect,multiselect\r\nmutlitasking,multitasking\r\nmutlithreading,multithreading\r\nmutlitude,multitude\r\nmutliverse,multiverse\r\nmutlple,multiple\r\nmutltiple,multiple\r\nmutril,mutual\r\nmuttable,mutable\r\nmuttual,mutual\r\nmuttuel,mutual\r\nmutuale,mutual\r\nmutuall,mutual\r\nmutualy,mutually\r\nmutuate,mutate\r\nmutucal,mutual\r\nmutule,mutual\r\nmutully,mutually\r\nmutuly,mutually\r\nmutunal,mutual\r\nmutural,mutual\r\nmuture,mutual\r\nmututal,mutual\r\nmututally,mutually\r\nmuusem,museum\r\nmuvment,muvement\r\nmuxiplier,multiplexer\r\nmuzlin,muslin\r\nmvment,mvement\r\nmxied,mixed\r\nmy-self,myself\r\nmyachivment,myachivement\r\nmyelosuppresion,myelosuppression\r\nmyeslf,myself\r\nmyeslves,myselves\r\nmyesterious,mysterious\r\nmyestery,mystery\r\nmyfootballlive,myfootballive\r\nmyhtical,mythical\r\nmylottted,mylotted\r\nmynian,minion\r\nmynians,minions\r\nmynion,minion\r\nmynions,minions\r\nmypsace,myspace\r\nmyraid,myriad\r\nmysapce,myspace\r\nmyschoolgist,myschoologist\r\nmysef,myself\r\nmysefl,myself\r\nmyselve,myself\r\nmysetery,mystery\r\nmysitcal,mystical\r\nmyslef,myself\r\nmysleves,myselves\r\nmyslf,myself\r\nmyslves,myselves\r\nmysoganistic,misogynistic\r\nmysogenistic,misogynistic\r\nmysogonistic,misogynistic\r\nmysogynist,misogynist\r\nmysogynistic,misogynistic\r\nmysogyny,misogyny\r\nmyssterious,mysterious\r\nmyster,mystery\r\nmysteres,mysterious\r\nmysterey,mystery\r\nmystereys,mysterious\r\nmysteria,mystery\r\nmysterias,mysterious\r\nmysterie,mystery\r\nmysterieus,mysteries\r\nmysterieuse,mysteries\r\nmysterios,mysterious\r\nmysteriosly,mysteriously\r\nmysterioulsy,mysteriously\r\nmysteriouly,mysteriously\r\nmysteriousy,mysteriously\r\nmysteris,mysteries\r\nmysterise,mysteries\r\nmysterius,mysterious\r\nmysterous,mysterious\r\nmysterously,mysteriously\r\nmystesistious,mysterious\r\nmystier,mystery\r\nmystirious,mysterious\r\nmystory,mystery\r\nmystry,mystery\r\nmystury,mystery\r\nmytholgical,mythological\r\nmytholigic,mythologic\r\nmythraic,mithraic\r\nmyu,my\r\nmérime,mérimée\r\nmérimee,mérimée\r\nmérimme,mérimée\r\nmérimmee,mérimée\r\nmérrime,mérimée\r\nmérrimee,mérimée\r\nmérrimme,mérimée\r\nmérrimmee,mérimée\r\nnaaaaaiiiiilllled,naaaaaiiiiilled\r\nnabour,neighbour\r\nnachine,machine\r\nnacionalistic,nationalistic\r\nnacionalists,nationalists\r\nnack,neck\r\nnacrotics,narcotics\r\nnad,and\r\nnadar,nadir\r\nnaem,name\r\nnaemspace,namespace\r\nnaer,near\r\nnaered,neared\r\nnaering,nearing\r\nnaerings,nearings\r\nnaerly,nearly\r\nnaers,nears\r\nnaferious,nefarious\r\nnafiat-crypto,fiat-crypto\r\nnagation,negation\r\nnagative,negative\r\nnaggosiations,negotiations\r\nnaging,nagging\r\nnagivate,navigate\r\nnagivated,navigated\r\nnagivates,navigates\r\nnagivating,navigating\r\nnagivation,navigation\r\nnagth,night\r\nnahdled,handled\r\nnahsville,nashville\r\nnaieve,naive\r\nnaievety,naivety\r\nnaiive,naive\r\nnailled,nailed\r\nnailling,nailing\r\nnaintainers,maintainers\r\nnaitve,native\r\nnaivgation,navigation\r\nnaivity,naivety\r\nnaivly,naively\r\nnake,make\r\nnale,nail\r\nnaled,named\r\nnam,name\r\nnamaes,names\r\nnamd,named\r\nnamdes,names\r\nnameapace,namespace\r\nnamee,name\r\nnamef,name\r\nnameing,naming\r\nnamel,name\r\nnamem,name\r\nnamend,named\r\nnameo,name\r\nnamepace,namespace\r\nnamepaced,namespaced\r\nnamepsace,namespace\r\nnamepsaces,namespaces\r\nnamesapce,namespace\r\nnamesapces,namespaces\r\nnamespacee,namespace\r\nnamespae,namespace\r\nnamespaecs,namespaces\r\nnamespances,namespace\r\nnamespce,namespace\r\nnamespces,namespaces\r\nnamespece,namespace\r\nnamess,names\r\nnamesspace,namespace\r\nnamly,namely\r\nnammed,named\r\nnammmmers,nammers\r\nnamn,names\r\nnams,names\r\nnamsepaces,namespaces\r\nnamses,names\r\nnamspace,namespace\r\nnamspaced,namespaced\r\nnamspacing,namespacing\r\nnamy,many\r\nnand,and\r\nnane,name\r\nnanifest,manifest\r\nnannning,nanning\r\nnanoaggresions,nanoaggressions\r\nnanosecods,nanoseconds\r\nnanoseconde,nanosecond\r\nnanotechnolgies,nanotechnologies\r\nnanseconds,nanoseconds\r\nnanually,manually\r\nnaomicampbelllive,naomicampbellive\r\nnaopleon,napoleon\r\nnapcakes,pancakes\r\nnaphta,naphtha\r\nnaphtaly,naphtally\r\nnaploeon,napoleon\r\nnapoelon,napoleon\r\nnapolean,napoleon\r\nnapoleanic,napoleonic\r\nnapolen,napoleon\r\nnapoleonian,napoleonic\r\nnapoloen,napoleon\r\nnaptha,naphtha\r\nnarate,narrate\r\nnarative,narrative\r\nnaratttion,narattion\r\nnarcassism,narcissism\r\nnarcassist,narcissist\r\nnarcessist,narcissist\r\nnarciscism,narcissism\r\nnarciscist,narcissist\r\nnarcisissim,narcissism\r\nnarcisissm,narcissism\r\nnarcisisst,narcissist\r\nnarcisisstic,narcissistic\r\nnarcisissts,narcissist\r\nnarcisists,narcissist\r\nnarcisscism,narcissism\r\nnarcisscist,narcissist\r\nnarcissicm,narcissism\r\nnarcissict,narcissist\r\nnarcissictic,narcissistic\r\nnarcissim,narcissism\r\nnarcissisim,narcissism\r\nnarcissisism,narcissism\r\nnarcissisist,narcissist\r\nnarcissisitc,narcissist\r\nnarcissisitic,narcissistic\r\nnarcississm,narcissism\r\nnarcississt,narcissist\r\nnarcississtic,narcissistic\r\nnarcississts,narcissist\r\nnarcissistc,narcissistic\r\nnarcissit,narcissist\r\nnarcissitc,narcissist\r\nnarcissitic,narcissistic\r\nnarcissits,narcissist\r\nnarcissm,narcissism\r\nnarcisssism,narcissism\r\nnarcisssist,narcissist\r\nnarcissstic,narcissist\r\nnarcisst,narcissist\r\nnarcissts,narcissist\r\nnarcoticos,narcotics\r\nnarcotis,narcotics\r\nnarctoics,narcotics\r\nnarhwal,narwhal\r\nnarno,narrow\r\nnarow,narrow\r\nnarratioin,narration\r\nnarratioins,narrations\r\nnarratiosn,narrations\r\nnarrativas,narratives\r\nnarrativly,narratively\r\nnarrativos,narratives\r\nnarritive,narrative\r\nnarritives,narratives\r\nnarssicistic,narcissistic\r\nnarsty,nasty\r\nnarwharl,narwhal\r\nnas,has\r\nnascient,nascent\r\nnased,based\r\nnaseuous,nauseous\r\nnash,bash\r\nnashvile,nashville\r\nnashvillle,nashville\r\nnassser,nasser\r\nnast,nest\r\nnastaly,nastally\r\nnasted,nested\r\nnastolgic,nastologic\r\nnastyness,nastiness\r\nnasueous,nauseous\r\nnasvhille,nashville\r\nnatallities,natalities\r\nnatallity,natality\r\nnatches,matches\r\nnatie,native\r\nnatievly,natively\r\nnatigate,navigate\r\nnatinal,national\r\nnatinale,nationale\r\nnatinalism,nationalism\r\nnatinalist,nationalist\r\nnatinalities,nationalities\r\nnatinality,nationality\r\nnatinaljewish,nationaljewish\r\nnatinally,nationally\r\nnatinals,nationals\r\nnatinonal,national\r\nnatioanlist,nationalist\r\nnatioanlistic,nationalistic\r\nnatioanlists,nationalists\r\nnatioanlly,nationally\r\nnatioinal,national\r\nnatioins,nations\r\nnationaal,national\r\nnationailty,nationality\r\nnationales,nationals\r\nnationalesl,nationals\r\nnationalis,nationals\r\nnationalisic,nationalistic\r\nnationalisim,nationalism\r\nnationalisitc,nationalistic\r\nnationalisitic,nationalistic\r\nnationalisn,nationals\r\nnationalistc,nationalistic\r\nnationalistes,nationalists\r\nnationalistics,nationalists\r\nnationalisties,nationalists\r\nnationalistisch,nationalists\r\nnationalistische,nationalistic\r\nnationalistisen,nationalists\r\nnationalistisk,nationalists\r\nnationalistiska,nationalists\r\nnationalistiske,nationalists\r\nnationalistiskt,nationalists\r\nnationalistista,nationalists\r\nnationalististic,nationalistic\r\nnationalit,nationalist\r\nnationalite,nationalist\r\nnationalites,nationalist\r\nnationalitic,nationalistic\r\nnationalits,nationalist\r\nnationalitys,nationalist\r\nnationaliy,nationality\r\nnationalizm,nationalism\r\nnationallity,nationally\r\nnationalsim,nationalism\r\nnationalsitic,nationalistic\r\nnationalsits,nationalists\r\nnationalties,nationalist\r\nnationalty,nationality\r\nnationaly,nationally\r\nnationas,nationals\r\nnationella,national\r\nnationnal,national\r\nnationsl,nationals\r\nnatior,nature\r\nnatiosn,nations\r\nnatique,antique\r\nnativ,native\r\nnativeg,native\r\nnativelly,natively\r\nnativelt,natively\r\nnativey,natively\r\nnativies,nativities\r\nnativites,nativities\r\nnativley,natively\r\nnativly,natively\r\nnatoin,nation\r\nnatoinal,national\r\nnatoinals,nationals\r\nnatoins,nations\r\nnatrual,natural\r\nnatrually,naturally\r\nnatrue,nature\r\nnattaly,nattally\r\nnatual,natural\r\nnatually,naturally\r\nnatuilus,nautilus\r\nnaturaly,naturally\r\nnatureal,natural\r\nnaturelly,naturally\r\nnaturels,natures\r\nnaturely,naturally\r\nnaturens,natures\r\nnaturual,natural\r\nnaturually,naturally\r\nnaturuals,naturals\r\nnatururally,naturally\r\nnatururaly,naturally\r\nnatururually,naturally\r\nnatururualy,naturally\r\nnatve,native\r\nnatvie,native\r\nnauesous,nauseous\r\nnaughtly,naughty\r\nnaugthy,naughty\r\nnauitlus,nautilus\r\nnauseos,nauseous\r\nnauseuos,nauseous\r\nnautils,nautilus\r\nnautiuls,nautilus\r\nnautlius,nautilus\r\nnautral,natural\r\nnautres,natures\r\nnautulis,nautilus\r\nnauty,naughty\r\nnavagating,navigating\r\nnaver,never\r\nnavey,navy\r\nnavgaion,navigation\r\nnaviagable,navigable\r\nnaviagate,navigate\r\nnaviagation,navigation\r\nnaviage,navigate\r\nnaviagte,navigate\r\nnaviagting,navigating\r\nnaviagtion,navigation\r\nnaviation,navigation\r\nnavigaion,navigation\r\nnavigatable,navigable\r\nnavigatie,navigate\r\nnavigatin,navigation\r\nnavigatint,navigating\r\nnavigatioin,navigation\r\nnavigato,navigation\r\nnavigatoin,navigation\r\nnavigatore,navigate\r\nnavigtion,navigation\r\nnavitation,navigation\r\nnavitvely,natively\r\nnavive,native\r\nnavle,navel\r\nnavles,navels\r\nnaxt,next\r\nnazerene,nazarene\r\nnazerenes,nazarenes\r\nnazereth,nazareth\r\nnazionalists,nationalists\r\nnbefore,before\r\nnbevel,bevel\r\nncapsalatoin,ncapsalation\r\nncatly,ncately\r\nncessary,necessary\r\nnclude,include\r\nncodetechnolgies,ncodetechnologies\r\nncoverd,ncovered\r\nnderlying,underlying\r\nndexing,indexing\r\nndicates,indicates\r\nndices,indices\r\nndoe,node\r\nndoes,nodes\r\nneack,neck\r\nnead,need\r\nneaded,needed\r\nneads,needs\r\nneak,neck\r\nneally,nearly\r\nnealy,nearly\r\nneams,names\r\nneapolitain,neapolitan\r\nneapolitainism,neapolitanism\r\nneapolitains,neapolitans\r\nneapolitian,neapolitan\r\nneapolitianism,neapolitanism\r\nneapolitians,neapolitans\r\nneapolitin,neapolitan\r\nneapolitinism,neapolitanism\r\nneapolitins,neapolitans\r\nnearbye,nearby\r\nneares,nearest\r\nnearlly,nearly\r\nnearst,nearest\r\nnearve,nerve\r\nneasured,measured\r\nneather,neither\r\nneaver,never\r\nneaves,nerves\r\nnecacarily,necessarily\r\nnecarssarly,necessarily\r\nnecarssyly,necessarily\r\nnecasery,necessary\r\nnecassarily,necessarily\r\nnecassarly,necessarily\r\nnecassary,necessary\r\nnecassery,necessary\r\nneccarily,necessarily\r\nneccarsary,necessarily\r\nneccasary,necessary\r\nneccassary,necessary\r\nneccesar,necessar\r\nneccesarally,necessarily\r\nneccesarilly,necessarily\r\nneccesarily,necessarily\r\nneccesary,necessary\r\nneccesitate,necessitate\r\nneccesitated,necessitated\r\nneccesitates,necessitates\r\nneccesitating,necessitating\r\nneccesities,necessities\r\nneccesity,necessity\r\nneccessaey,necessary\r\nneccessairly,necessarily\r\nneccessar,necessar\r\nneccessaraly,necessarily\r\nneccessarily,necessarily\r\nneccessarly,necessarily\r\nneccessary,necessary\r\nneccessitate,necessitate\r\nneccessitated,necessitated\r\nneccessitates,necessitates\r\nneccessitating,necessitating\r\nneccessities,necessities\r\nneccessity,necessity\r\nneccisarily,necessarily\r\nneccssarily,necessarily\r\nnececessarily,necessarily\r\nneceessary,necessary\r\nnecesarilly,necessarily\r\nnecesarily,necessarily\r\nnecesariy,necessary\r\nnecesarrily,necessarily\r\nnecesarry,necessary\r\nnecesary,necessary\r\nnecesasry,necessary\r\nneceserily,necessarily\r\nnecesery,necessary\r\nnecesitate,necessitate\r\nnecesitated,necessitated\r\nnecesitates,necessitates\r\nnecesitating,necessitating\r\nnecesities,necessities\r\nnecesity,necessity\r\nnecessairily,necessarily\r\nnecessairly,necessarily\r\nnecessairy,necessarily\r\nnecessarally,necessarily\r\nnecessaraly,necessarily\r\nnecessarely,necessarily\r\nnecessarially,necessarily\r\nnecessarialy,necessarily\r\nnecessarilly,necessarily\r\nnecessarlily,necessarily\r\nnecessarlly,necessarily\r\nnecessarly,necessary\r\nnecessarrly,necessarily\r\nnecessarry,necessary\r\nnecessart,necessary\r\nnecessaryally,necessarily\r\nnecessaryaly,necessarily\r\nnecessaryily,necessarily\r\nnecessarylly,necessarily\r\nnecessaryly,necessarily\r\nnecessaties,necessities\r\nnecessay,necessary\r\nnecessayr,necessary\r\nnecesscay,necessary\r\nnecesscery,necessarily\r\nnecesser,necessary\r\nnecesseraly,necessarily\r\nnecesserily,necessarily\r\nnecessery,necessary\r\nnecessesarily,necessarily\r\nnecessially,necessarily\r\nnecessiarly,necessarily\r\nnecessiate,necessitate\r\nnecessiates,necessities\r\nnecessilarity,necessarily\r\nnecessily,necessarily\r\nnecessisarily,necessarily\r\nnecessite,necessities\r\nnecessites,necessities\r\nnecessitites,necessities\r\nnecessitive,necessities\r\nnecessorilly,necessarily\r\nnecessorily,necessarily\r\nnecessry,necessary\r\nnecesssarily,necessarily\r\nnecesssary,necessary\r\nnech,neck\r\nnecience,nescience\r\nneciences,nesciences\r\nnecient,nescient\r\nnecientific,nescientific\r\nnecientifically,nescientifically\r\nnecientious,nescientious\r\nnecientiously,nescientiously\r\nneciently,nesciently\r\nnecissarily,necessarily\r\nnecissary,necessary\r\nnecissilarly,necessarily\r\nneckbead,neckbeard\r\nneckbearders,neckbeards\r\nneckbeardese,neckbeards\r\nneckbeardest,neckbeards\r\nneckbeardies,neckbeards\r\nneckbeardius,neckbeards\r\nneckbeardos,neckbeards\r\nneckbeardus,neckbeards\r\nneckbeared,neckbeard\r\nneckbears,neckbeards\r\nneckboards,neckbeards\r\nneckbread,neckbeard\r\nneckbreads,neckbeards\r\nnecklesses,necklaces\r\nneckneards,neckbeards\r\nneclect,neglect\r\nnecogiations,negotiations\r\nnecognitiomtions,negotiations\r\nneconstitutional,unconstitutional\r\nnecormancer,necromancer\r\nnecrolgical,necrological\r\nnecromacer,necromancer\r\nnecromamcer,necromancer\r\nnecromaner,necromancer\r\nnecromanser,necromancer\r\nnecromencer,necromancer\r\nnecssarily,necessarily\r\nnecssary,necessary\r\nnect,next\r\nnectaly,nectally\r\nnectode,netcode\r\nnedd,need\r\nnedded,needed\r\nneddle,needle\r\nneddlework,needlework\r\nnedds,needs\r\nneded,needed\r\nnedle,needle\r\nnedlessly,endlessly\r\nnee,née\r\nneear,near\r\nneeda,needs\r\nneedd,need\r\nneede,needed\r\nneedede,needed\r\nneedels,needles\r\nneedes,needs\r\nneedlees,needles\r\nneedleslly,needlessly\r\nneedlessley,needlessly\r\nneedlessy,needlessly\r\nneedlss,needless\r\nneedlwork,needlework\r\nneednot,need not\r\nneeed,needed\r\nneeeded,needed\r\nneeeding,needing\r\nneeeds,needs\r\nneeewwwwwws,neeewwwwws\r\nneen,need\r\nnees,needs\r\nneesd,needs\r\nneessary,necessary\r\nneet,need\r\nnefarios,nefarious\r\nnegaitve,negative\r\nnegaive,negative\r\nnegatations,negotiations\r\nnegatiations,negotiations\r\nnegatie,negative\r\nnegativ,negative\r\nnegativaly,negatively\r\nnegativaty,negativity\r\nnegativeity,negativity\r\nnegativelly,negatively\r\nnegativitiy,negativity\r\nnegativley,negatively\r\nnegativly,negatively\r\nnegativy,negativity\r\nnegctiation,negotiations\r\nnegelcting,neglecting\r\nnegeoations,negotiations\r\nnegeoitatioins,negeoitations\r\nnegetivly,negetively\r\nneggosionion,negotiations\r\nnegiatations,negotiations\r\nnegilgence,negligence\r\nnegioation,negotiations\r\nnegiotate,negotiate\r\nnegiotated,negotiated\r\nnegiotating,negotiating\r\nnegiotations,negotiations\r\nnegiotiation,negotiations\r\nnegitiation,negotiation\r\nnegitive,negative\r\nnegitively,negatively\r\nnegitivity,negativity\r\nneglacting,neglecting\r\nneglagence,negligence\r\nneglectn,neglecting\r\nneglegance,negligence\r\nneglegant,negligent\r\nneglegible,negligible\r\nneglegted,neglected\r\nneglegting,neglecting\r\nneglet,neglect\r\nneglibable,negligible\r\nneglibible,negligible\r\nneglible,negligible\r\nneglibly,negligibly\r\nneglicence,negligence\r\nneglicible,negligible\r\nneglicting,neglecting\r\nnegligable,negligible\r\nnegligably,negligibly\r\nnegligance,negligence\r\nnegligated,neglected\r\nnegligeble,negligible\r\nnegligente,negligence\r\nnegligiable,negligible\r\nnegligé,négligée\r\nnegligée,négligée\r\nnegligées,négligées\r\nnegligés,négligées\r\nnegoacations,negotiations\r\nnegoatation,negotiations\r\nnegoatiations,negotiations\r\nnegoation,negotiations\r\nnegoations,negotiations\r\nnegocation,negotiations\r\nnegocations,negotiations\r\nnegoccation,negotiations\r\nnegoceations,negotiations\r\nnegocheations,negotiations\r\nnegochiations,negotiations\r\nnegochictions,negotiations\r\nnegociable,negotiable\r\nnegociasions,negotiations\r\nnegociate,negotiate\r\nnegociated,negotiated\r\nnegociates,negotiates\r\nnegociatiances,negotiations\r\nnegociating,negotiating\r\nnegociation,negotiation\r\nnegociatione,negotiations\r\nnegociations,negotiations\r\nnegociator,negotiator\r\nnegociators,negotiators\r\nnegoeations,negotiations\r\nnegogations,negotiations\r\nnegogiated,negotiated\r\nnegogiation,negotiations\r\nnegogiations,negotiations\r\nnegoiation,negotiations\r\nnegoiations,negotiations\r\nnegoitate,negotiate\r\nnegoitated,negotiated\r\nnegoitating,negotiating\r\nnegoitation,negotiation\r\nnegoitations,negotiations\r\nnegoodations,negotiations\r\nnegorislation,negotiations\r\nnegoseations,negotiations\r\nnegoseciations,negotiations\r\nnegoseeasion,negotiations\r\nnegoshation,negotiations\r\nnegoshchiations,negotiations\r\nnegosheaitions,negotiations\r\nnegosheation,negotiations\r\nnegosheations,negotiations\r\nnegoshiationis,negotiations\r\nnegoshiations,negotiations\r\nnegoshishayns,negotiations\r\nnegosiation,negotiations\r\nnegosiations,negotiations\r\nnegossiations,negotiations\r\nnegostionaion,negotiations\r\nnegostions,negotiations\r\nnegotable,negotiable\r\nnegotaited,negotiated\r\nnegotate,negotiate\r\nnegotated,negotiated\r\nnegotating,negotiating\r\nnegotation,negotiation\r\nnegotations,negotiations\r\nnegotator,negotiator\r\nnegotciations,negotiations\r\nnegotiablility,negotiability\r\nnegotiaion,negotiation\r\nnegotianations,negotiations\r\nnegotianing,negotiating\r\nnegotians,negotiations\r\nnegotiater,negotiator\r\nnegotiatetions,negotiations\r\nnegotiatians,negotiations\r\nnegotiatie,negotiated\r\nnegotiatied,negotiate\r\nnegotiatiing,negotiating\r\nnegotiatin,negotiations\r\nnegotiatins,negotiations\r\nnegotiationg,negotiating\r\nnegotiatiors,negotiations\r\nnegotiative,negotiate\r\nnegotiaton,negotiation\r\nnegotiatons,negotiations\r\nnegotiolations,negotiations\r\nnegotion,negotiation\r\nnegotionation,negotiations\r\nnegotions,negotiations\r\nnegotitations,negotiations\r\nnegotition,negotiations\r\nnegotitions,negotiations\r\nnegottation,negotiations\r\nnegrow,negro\r\nneguotiations,negotiations\r\nnehind,behind\r\nneiborhood,neighbourhood\r\nneibour,neighbour\r\nneice,niece\r\nneices,nieces\r\nneigbhor,neighbor\r\nneigbhorhood,neighborhoods\r\nneigbhors,neighbors\r\nneigbhour,neighbour\r\nneigbhourhood,neighbourhood\r\nneigbhours,neighbours\r\nneigborhood,neighborhood\r\nneigbors,neighbors\r\nneigbour,neighbour\r\nneigbourhood,neighbourhood\r\nneigbouring,neighbouring\r\nneigbours,neighbours\r\nneighbhors,neighbours\r\nneighboor,neighbor\r\nneighboorhod,neighbourhood\r\nneighboorhoud,neighbourhood\r\nneighbords,neighbours\r\nneighborehood,neighbourhood\r\nneighbores,neighbours\r\nneighborhing,neighboring\r\nneighborhod,neighborhood\r\nneighborhods,neighborhoods\r\nneighborhoood,neighborhoods\r\nneighbourbood,neighbourhood\r\nneighbourghs,neighbours\r\nneighbourgood,neighbourhood\r\nneighbourgs,neighbours\r\nneighbourhod,neighbourhood\r\nneighbourhoood,neighbourhood\r\nneighbourhoud,neighbourhood\r\nneighbourood,neighbourhood\r\nneighbrohood,neighborhoods\r\nneighhbors,neighbors\r\nneighor,neighbor\r\nneighors,neighbors\r\nneighourhood,neighborhood\r\nneighourhoods,neighborhoods\r\nneighouring,neighboring\r\nneighrbors,neighbors\r\nneightbors,neighbors\r\nneights,neighbors\r\nneihborhood,neighborhood\r\nneissser,neisser\r\nneiver,never\r\nnek,neck\r\nneke,neck\r\nneks,neck\r\nnelcoly,melancholy\r\nnelller,neller\r\nnemases,nemeses\r\nnemasis,nemesis\r\nnemises,nemeses\r\nnemisis,nemesis\r\nnemonia,pneumonia\r\nnemy,enemy\r\nnenesis,nemesis\r\nneolitic,neolithic\r\nneonatolgist,neonatologist\r\nneonatoligists,neonatologists\r\nneoroscience,neuroscience\r\nnepalesse,nepalese\r\nnepallese,nepalese\r\nnepallesse,nepalese\r\nnepelese,nepalese\r\nnepelesse,nepalese\r\nnepellese,nepalese\r\nnepellesse,nepalese\r\nnephonia,pneumonia\r\nnephrolgist,nephrologist\r\nnephroligist,nephrologist\r\nnephtaly,nephtally\r\nneptaly,neptally\r\nnequest,request\r\nner,new\r\nnera,near\r\nneraed,neared\r\nneraing,nearing\r\nneraings,nearings\r\nneraly,nearly\r\nneras,nears\r\nnercomancer,necromancer\r\nnere,never\r\nnerest,nearest\r\nnerge,merge\r\nnerley,nearly\r\nnerual,neural\r\nneruological,neurological\r\nneruons,neurons\r\nneruoscience,neuroscience\r\nnerveous,nervous\r\nnervious,nervous\r\nnervis,nervous\r\nnervs,nerves\r\nnery,nearly\r\nnesasarily,necessarily\r\nnesasary,necessary\r\nnesassaly,necessarily\r\nnescesary,necessary\r\nnescessary,necessary\r\nnesed,nested\r\nnesesarily,necessarily\r\nnesesary,necessary\r\nnesessarily,necessarily\r\nnesessary,necessary\r\nnesicarelly,necessarily\r\nnesience,nescience\r\nnesiences,nesciences\r\nnesient,nescient\r\nnesientific,nescientific\r\nnesientifically,nescientifically\r\nnesientious,nescientious\r\nnesientiously,nescientiously\r\nnesiently,nesciently\r\nneslave,enslave\r\nnespaper,newspaper\r\nnespaperman,newspaperman\r\nnespapermen,newspapermen\r\nnespapers,newspapers\r\nnessacary,necessary\r\nnessacaryly,necessarily\r\nnessaccarlely,necessarily\r\nnessacerly,necessarily\r\nnessaecerely,necessarily\r\nnessarly,necessarily\r\nnessary,necessary\r\nnessaryly,necessarily\r\nnessasairly,necessarily\r\nnessasarily,necessarily\r\nnessasary,necessary\r\nnessassarly,necessarily\r\nnessassary,necessary\r\nnesscarily,necessarily\r\nnesscary,necessarily\r\nnesscessary,necessarily\r\nnessecarily,necessarily\r\nnessecarryally,necessarily\r\nnessecary,necessary\r\nnessecceraly,necessarily\r\nnessery,necessary\r\nnessesarily,necessarily\r\nnessesary,necessary\r\nnessesaryally,necessarily\r\nnessesity,necessity\r\nnessesory,necessarily\r\nnessessary,necessary\r\nnessicarily,necessarily\r\nnessisary,necessary\r\nnessisitates,necessitates\r\nnessser,nesser\r\nnest-frquency,nest-frequency\r\nnestabilties,nestabilities\r\nneste,nested\r\nnestead,nested\r\nnestes,nested\r\nnestin,nesting\r\nnestings,nesting\r\nnetaly,netally\r\nnetbankign,netbanking\r\nnetboook,netbook\r\nnetelller,nETeller\r\nnetherland's,Netherlands\r\nnethertheless,nevertheless\r\nnetlfix,netflix\r\nnetocde,netcode\r\nnetork,network\r\nnetowrk,network\r\nnetowrking,networking\r\nnetowrks,networks\r\nnetropolitan,metropolitan\r\nnetruality,neutrality\r\nnetry,entry\r\nnetsted,nested\r\nnettes,nettles\r\nnettted,netted\r\nnettting,netting\r\nnetural,neutral\r\nneturality,neutrality\r\nneturon,neutron\r\nnetwok,network\r\nnetwokring,networking\r\nnetwoks,networks\r\nnetwon-cotes,newton-cotes\r\nnetwor,network\r\nnetworink,networking\r\nnetwork-trasparent,network-transparent\r\nnetworkd,network\r\nnetworkign,networking\r\nnetworkso,networks\r\nnetworkt,network\r\nnetworok,network\r\nnetwrok,network\r\nnetwroking,networking\r\nnetwroks,networks\r\nnetyotiation,negotiations\r\nneu,new\r\nneumonia,pneumonia\r\nneuorscience,neuroscience\r\nneuralogical,neurological\r\nneurocience,neuroscience\r\nneurociences,neurosciences\r\nneurocient,neuroscient\r\nneurocientific,neuroscientific\r\nneurocientifically,neuroscientifically\r\nneurocientious,neuroscientious\r\nneurocientiously,neuroscientiously\r\nneurociently,neurosciently\r\nneurodisabilties,neurodisabilities\r\nneurolgic,neurologic\r\nneurolgical,neurological\r\nneurolgist,neurologist\r\nneuroligical,neurological\r\nneuroligist,neurologist\r\nneuroligists,neurologists\r\nneurologia,neurological\r\nneurologial,neurological\r\nneurololgists,neurolologists\r\nneuronas,neurons\r\nneuropatholgica,neuropathologica\r\nneuropsycholgical,neuropsychological\r\nneuropsycholgist,neuropsychologist\r\nneuropsychopharmacolgists,neuropsychopharmacologists\r\nneurosceince,neuroscience\r\nneurosciene,neuroscience\r\nneuroscienze,neuroscience\r\nneurosicence,neuroscience\r\nneurosience,neuroscience\r\nneurosiences,neurosciences\r\nneurosient,neuroscient\r\nneurosientific,neuroscientific\r\nneurosientifically,neuroscientifically\r\nneurosientious,neuroscientious\r\nneurosientiously,neuroscientiously\r\nneurosiently,neurosciently\r\nneurton,neutron\r\nneuterd,neutered\r\nneuton,neutron\r\nneutraal,neutral\r\nneutrailty,neutrality\r\nneutrallity,neutrality\r\nneutralt,neutrality\r\nneutraly,neutrality\r\nnevade,nevada\r\nneve,never\r\nneveda,nevada\r\nnevedan,nevadan\r\nnevedans,nevadans\r\nnevedas,nevadas\r\nneven,never\r\nneverhteless,nevertheless\r\nneverless,nevertheless\r\nneverrrred,neverred\r\nneverthelss,nevertheless\r\nnevertherless,nevertheless\r\nneverthless,nevertheless\r\nnevery,never\r\nnevessary,necessary\r\nnevigate,navigate\r\nnevvver,nevver\r\nnevvvvvver,nevver\r\nnewcaslte,newcastle\r\nnewcaste,newcastle\r\nnewcastel,newcastle\r\nnewcastle-on-tyne,Newcastle upon Tyne\r\nnewcastle-upon-tyne,Newcastle upon Tyne\r\nnewcommer,newcomer\r\nnewcommers,newcomers\r\nnewcommmer,newcommer\r\nnewcommmers,newcommers\r\nnewdehli,New Delhi\r\nnewely,newly\r\nnewerr,newer\r\nnewjersey,New Jersey\r\nnewjerseyite,New Jerseyite\r\nnewjerseyites,New Jerseyites\r\nnewletter,newsletter\r\nnewletters,newsletters\r\nnewliens,newlines\r\nnewlint,newline\r\nnewlone,newline\r\nnewlsetter,newsletter\r\nnewmonia,pneumonia\r\nnewnetherlands,New Netherland\r\nnework,network\r\nneworleans,New Orleans\r\nnewpaper,newspaper\r\nnewpaperman,newspaperman\r\nnewpapermen,newspapermen\r\nnewpapers,newspapers\r\nnewphew,nephew\r\nnewset,newest\r\nnewsetter,newsletter\r\nnewsetters,newsletters\r\nnewsettler,newsletter\r\nnewsground,newsgroup\r\nnewslatter,newsletter\r\nnewsleter,newsletter\r\nnewsletetrs,newsletters\r\nnewslettter,newsletter\r\nnewslettters,newsletters\r\nnewspapaers,newspapers\r\nnewspapper,newspaper\r\nnewspappers,newspapers\r\nnewst,newest\r\nnewstand,newsstand\r\nnewstands,newsstands\r\nnewtork,network\r\nnewtwork,network\r\nnewtworking,networking\r\nnewwed,newed\r\nnewwing,newing\r\nnewws,news\r\nnewyork,new York\r\nnewyorker,new yorker\r\nnewyorkers,new Yorkers\r\nnex,next\r\nnexplicid,nexplicit\r\nnexplicidly,nexplicitly\r\nnexplict,nexplicit\r\nnexplictly,nexplicitly\r\nnexst,next\r\nnextaly,nextally\r\nnextdone,next\r\nnexted,nested\r\nnexts,next\r\nnextwork,network\r\nnexy,next\r\nneè,née\r\nneé,née\r\nnforcement,enforcement\r\nnformation,information\r\nnguage,language\r\nnherited,inherited\r\nni,in\r\nniagra,niagara\r\nniave,naive\r\nnic,nick\r\nniceities,niceties\r\nnicelookign,nicelooking\r\nnicerly,nicely\r\nnichgt,night\r\nnick-name,nickname\r\nnick-named,nicknamed\r\nnick-names,nicknames\r\nnick-naming,nicknaming\r\nnickame,nickname\r\nnickanme,nickname\r\nnickleodeon,nickelodeon\r\nnickmane,nickname\r\nnicly,nicely\r\nnicname,nickname\r\nniddlewares,middleware\r\nnieghbor,neighbor\r\nnieghborhood,neighborhood\r\nnieghborhoods,neighborhoods\r\nnieghboring,neighboring\r\nnieghbour,neighbour\r\nnieghbourhood,neighbourhood\r\nnieghbourhoods,neighbourhood\r\nnieghbours,neighbours\r\nniet,night\r\nniether,neither\r\nnieve,naive\r\nnif,knife\r\nnife,knife\r\nnigardly,niggardly\r\nniggger,nigger\r\nnigggger,nigger\r\nnighlty,nightly\r\nnighly,nightly\r\nnightfa;;,nightfall\r\nnightfal,nightfall\r\nnightime,nighttime\r\nnightlcub,nightclub\r\nnightley,nightly\r\nnightlie,nightlife\r\nnightmarket,nightmare\r\nnightmates,nightmares\r\nnightmears,nightmares\r\nnightmeres,nightmares\r\nnigonations,negotiations\r\nnigth,night\r\nnigthclub,nightclub\r\nnigthlife,nightlife\r\nnigthly,nightly\r\nnigthmare,nightmare\r\nnigthmares,nightmares\r\nnigtly,nightly\r\nnihilim,nihilism\r\nnihilisim,nihilism\r\nnihilsim,nihilism\r\nnikename,nickname\r\nnilihism,nihilism\r\nnill,nil\r\nnimes,nîmes\r\nnimoligist,nimologist\r\nnimport,import\r\nnin,nine\r\nnineteet,nineteenth\r\nnineteeth,nineteenth\r\nnineteeths,nineteenths\r\nnineteets,nineteenths\r\nninetent,nineteenth\r\nninetenth,nineteenth\r\nninetenths,nineteenths\r\nninetents,nineteenths\r\nnineth,ninth\r\nninethly,ninthly\r\nnineths,ninths\r\nninetthent,nineteenth\r\nninetthenth,nineteenth\r\nninetthenths,nineteenths\r\nninetthents,nineteenths\r\nninety-fist,Ninety-First\r\nninety-fith,Ninety-Fifth\r\nninety-forth,Ninety-Fourth\r\nninety-frist,Ninety-First\r\nnint,night\r\nninteen,nineteen\r\nninteens,nineteens\r\nninteenth,nineteenth\r\nninteenths,nineteenths\r\nninties,1990s\r\nnintieth,ninetieth\r\nnintieths,ninetieths\r\nninty,ninety\r\nnintynineth,ninetyninth\r\nnioce,nice\r\nniose,noisy\r\nniosy,noisy\r\nnippet,snippet\r\nnipticking,nitpicking\r\nnirtogen,nitrogen\r\nnirvanna,nirvana\r\nnis,is\r\nnise,noisy\r\nniss,noisy\r\nniternational,international\r\nnitorgen,nitrogen\r\nnitpciking,nitpicking\r\nnitrofuranatoin,nitrofuranation\r\nnitrofuratoin,nitrofuration\r\nnitrogenb,nitrogen\r\nnitting,knitting\r\nniusance,nuisance\r\nniverse,inverse\r\nniyasmohammmed,niyasmohammed\r\nnkow,know\r\nnkwo,know\r\nnline,online\r\nnly,only\r\nnmae,name\r\nnmaed,named\r\nnmaely,namely\r\nnmaes,names\r\nnmanage,manage\r\nnmber,number\r\nnmuber,number\r\nnneewws,nneews\r\nnnifom,nniform\r\nnnifomance,nniformance\r\nnnifomances,nniformances\r\nnnifomation,nniformation\r\nnnifomations,nniformations\r\nnnifomative,nniformative\r\nnnifomatively,nniformatively\r\nnnifomed,nniformed\r\nnnifoming,nniforming\r\nnnifomity,nniformity\r\nnnifomly,nniformly\r\nnnifoms,nniforms\r\nnnifrom,nniform\r\nnnifromance,nniformance\r\nnnifromances,nniformances\r\nnnifromation,nniformation\r\nnnifromations,nniformations\r\nnnifromative,nniformative\r\nnnifromatively,nniformatively\r\nnnifromed,nniformed\r\nnnifroming,nniforming\r\nnnifromity,nniformity\r\nnnifromly,nniformly\r\nnnifroms,nniforms\r\nnnormal,normal\r\nnnote,note\r\nnnumber,number\r\nno-wrap,nowrap\r\nnoat,note\r\nnobbly,knobbly\r\nnobe,node\r\nnober,number\r\nnobilty,nobility\r\nnoblility,nobility\r\nnoblilty,nobility\r\nnoblity,nobility\r\nnobudy,nobody\r\nnocation,notation\r\nnocternal,nocturnal\r\nnoctrune,nocturne\r\nnoctunre,nocturne\r\nnocture,nocturne\r\nnocturen,nocturne\r\nnode-sas,node-sass\r\nnodeds,nodes\r\nnodepad,notepad\r\nnodepool,node-pools\r\nnodern,modern\r\nnodes's,nodes\r\nnodess,nodes\r\nnodo,node\r\nnodw,node\r\nnoe,now\r\nnoebook,notebook\r\nnoed,noted\r\nnoeljkelller,noeljkeller\r\nnoesy,noisy\r\nnoet,note\r\nnoew,new\r\nnofication,notification\r\nnofications,notifications\r\nnoficication,notification\r\nnofify,notify\r\nnog,now\r\nnogationes,negotiations\r\nnogiations,negotiations\r\nnogo,no-go\r\nnogotiations,negotiations\r\nnohwere,nowhere\r\nnoice,noise\r\nnoicy,noisy\r\nnoie,noisy\r\nnoies,noisy\r\nnoimprecision,imprecision\r\nnoine,noisy\r\nnoing,nothing\r\nnoisae,noisy\r\nnoise'y,noisy\r\nnoisee,noisy\r\nnoiser,noisier\r\nnoisey,noisy\r\nnoiy,noisy\r\nnol,not\r\nnolller,noller\r\nnolticable,noticeable\r\nnomalization,normalization\r\nnomarized,normalized\r\nnomber,number\r\nnome,none\r\nnomencalture,nomenclature\r\nnomial,nominal\r\nnomiated,nominated\r\nnominacion,nomination\r\nnominae,nominate\r\nnominatie,nominate\r\nnominatiion,nomination\r\nnominatiional,nominational\r\nnominatiions,nominations\r\nnominatin,nomination\r\nnominatino,nominations\r\nnominativo,nomination\r\nnominato,nomination\r\nnominatoin,nomination\r\nnominatoinal,nominational\r\nnominatoins,nominations\r\nnominaton,nomination\r\nnominatonal,nominational\r\nnominatons,nominations\r\nnominence,nominance\r\nnominences,nominances\r\nnominent,nominant\r\nnominently,nominantly\r\nnominet,nominate\r\nnominete,nominate\r\nnomineted,nominated\r\nnominetes,nominates\r\nnomineting,nominating\r\nnominetion,nomination\r\nnominetions,nominations\r\nnominetor,nominator\r\nnominetors,nominators\r\nnominiance,nominance\r\nnominiances,nominances\r\nnominiant,nominant\r\nnominiantly,nominantly\r\nnominiate,nominate\r\nnominiated,nominated\r\nnominiates,nominates\r\nnominiating,nominating\r\nnominiation,nomination\r\nnominiations,nominations\r\nnominiator,nominator\r\nnominiators,nominators\r\nnommming,nomming\r\nnomral,normal\r\nnomralization,normalization\r\nnomrally,normally\r\nnomuerical,numerical\r\nnon-agression,non-aggression\r\nnon-andjacent,non-adjacent\r\nnon-atimic,non-atomic\r\nnon-auxilliary,non-auxiliary\r\nnon-blcoking,non-blocking\r\nnon-boostrap,non-bootstrap\r\nnon-bufered,non-buffered\r\nnon-catestrophic,non-catastrophic\r\nnon-collission,non-collision\r\nnon-commerical,non-commercial\r\nnon-comparible,non-comparable\r\nnon-conformin,non-conforming\r\nnon-conteinerized,non-containerized\r\nnon-contexutal,non-contextual\r\nnon-contiguos,non-contiguous\r\nnon-deperecated,non-deprecated\r\nnon-destrucively,non-destructively\r\nnon-detault,non-default\r\nnon-detemernisic,non-deterministic\r\nnon-documentented,non-documented\r\nnon-empy,non-empty\r\nnon-equvalent,non-equivalent\r\nnon-esential,non-essential\r\nnon-exapmles,non-examples\r\nnon-exhausitve,non-exhaustive\r\nnon-exising,non-existing\r\nnon-existance,non-existence\r\nnon-existant,nonexistent\r\nnon-funcitonal,non-functional\r\nnon-gauva,non-guava\r\nnon-hypenated,non-hyphenated\r\nnon-intialized,non-initialized\r\nnon-intractive,non-interactive\r\nnon-intutive,non-intuitive\r\nnon-listenting,non-listening\r\nnon-minifed,non-minified\r\nnon-mising,non-missing\r\nnon-moda,non-modal\r\nnon-mutli-tenancy,non-multi-tenancy\r\nnon-negligeable,non-negligible\r\nnon-nill,non-nil\r\nnon-noot,non-root\r\nnon-opionated,non-opinionated\r\nnon-ouputting,non-outputting\r\nnon-ovelapped,non-overlapped\r\nnon-overidden,non-overridden\r\nnon-partioned,non-partitioned\r\nnon-peristent,non-persistent\r\nnon-pid,non-pod\r\nnon-privaten,non-private\r\nnon-priviledged,non-privileged\r\nnon-recangular,non-rectangular\r\nnon-resposive,non-responsive\r\nnon-reveresed,non-reversed\r\nnon-snaphot,non-snapshot\r\nnon-tivial,non-trivial\r\nnon-trival,non-trivial\r\nnon-unqiue,non-unique\r\nnon-varibale,non-variable\r\nnon-zro,non-zero\r\nnonadddictio,nonaddictio\r\nnonadddictiv,nonaddictiv\r\nnonaddditio,nonadditio\r\nnonaddditiv,nonadditiv\r\nnonadddress,nonaddress\r\nnonadictio,nonaddictio\r\nnonadictiv,nonaddictiv\r\nnonaditio,nonadditio\r\nnonaditiv,nonadditiv\r\nnonadress,nonaddress\r\nnonagresssion,nonagression\r\nnonassignablility,nonassignability\r\nnonbeleief,nonbelief\r\nnonbeleiefs,nonbeliefs\r\nnonbeleievable,nonbelievable\r\nnonbeleievably,nonbelievably\r\nnonbeleieve,nonbelieve\r\nnonbeleieveability,nonbelievability\r\nnonbeleieveable,nonbelievable\r\nnonbeleieveably,nonbelievably\r\nnonbeleieved,nonbelieved\r\nnonbeleieveing,nonbelieving\r\nnonbeleiever,nonbeliever\r\nnonbeleieverd,nonbelieverd\r\nnonbeleievers,nonbelievers\r\nnonbeleieves,nonbelieves\r\nnonbeleieving,nonbelieving\r\nnonbeleif,nonbelief\r\nnonbeleifs,nonbeliefs\r\nnonbeleivable,nonbelievable\r\nnonbeleivably,nonbelievably\r\nnonbeleive,nonbelieve\r\nnonbeleiveability,nonbelievability\r\nnonbeleiveable,nonbelievable\r\nnonbeleiveably,nonbelievably\r\nnonbeleived,nonbelieved\r\nnonbeleiveing,nonbelieving\r\nnonbeleiver,nonbeliever\r\nnonbeleiverd,nonbelieverd\r\nnonbeleivers,nonbelievers\r\nnonbeleives,nonbelieves\r\nnonbeleiving,nonbelieving\r\nnonbelieveability,nonbelievability\r\nnonbelieveable,nonbelievable\r\nnonbelieveably,nonbelievably\r\nnonbelieveing,nonbelieving\r\nnonbeliveability,nonbelievability\r\nnonbeliveable,nonbelievable\r\nnonbeliveably,nonbelievably\r\nnonbeliveing,nonbelieving\r\nnonblocking,non-blocking\r\nnonbreaking,non-breaking\r\nnoncombatents,noncombatants\r\nnoncommittaly,noncommittally\r\nnoncompatition,noncompetition\r\nnoncompatitions,noncompetitions\r\nnoncompatitive,noncompetitive\r\nnoncompeition,noncompetition\r\nnoncompeitions,noncompetitions\r\nnoncompeitive,noncompetitive\r\nnoncompetion,noncompetition\r\nnoncompetions,noncompetitions\r\nnoncompetiton,noncompetition\r\nnoncompetitons,noncompetitions\r\nnoncompetitve,noncompetitive\r\nnoncompetive,noncompetitive\r\nnoncompititon,noncompetition\r\nnoncompititons,noncompetitions\r\nnoncompititve,noncompetitive\r\nnoncomppetation,noncompetition\r\nnoncomppetations,noncompetitions\r\nnoncomppetative,noncompetitive\r\nnoncomppetetion,noncompetition\r\nnoncomppetetions,noncompetitions\r\nnoncomppetetive,noncompetitive\r\nnonconvertable,nonconvertible\r\nnondeductability,nondeductibility\r\nnondeductable,nondeductible\r\nnondeductably,nondeductibly\r\nnondeductibilty,nondeductibility\r\nnondetermininstic,nondeterministic\r\nnondistructive,nondestructive\r\nnonel,none\r\nnonentitities,nonentities\r\nnonentitity,nonentity\r\nnonequilibate,nonequilibrate\r\nnonequilibated,nonequilibrated\r\nnonequilibates,nonequilibrates\r\nnonequilibating,nonequilibrating\r\nnonequilibia,nonequilibria\r\nnonequilibium,nonequilibrium\r\nnonequilibiums,nonequilibriums\r\nnonequillibate,nonequilibrate\r\nnonequillibated,nonequilibrated\r\nnonequillibates,nonequilibrates\r\nnonequillibating,nonequilibrating\r\nnonequillibia,nonequilibria\r\nnonequillibium,nonequilibrium\r\nnonequillibiums,nonequilibriums\r\nnonequillibrate,nonequilibrate\r\nnonequillibrated,nonequilibrated\r\nnonequillibrates,nonequilibrates\r\nnonequillibrating,nonequilibrating\r\nnonequillibria,nonequilibria\r\nnonequillibrium,nonequilibrium\r\nnonequillibriums,nonequilibriums\r\nnonesencial,nonessential\r\nnonesense,nonsense\r\nnonesential,nonessential\r\nnonessencial,nonessential\r\nnonessentail,nonessential\r\nnonessentual,nonessential\r\nnonessesital,nonessential\r\nnonethless,nonetheless\r\nnonexistance,NonExistence\r\nnonexistances,NonExistences\r\nnonexistancie,NonExistencie\r\nnonexistancies,NonExistencies\r\nnonexistanciy,NonExistenciy\r\nnonexistanciys,NonExistenciys\r\nnonexistancy,NonExistency\r\nnonexistancys,NonExistencys\r\nnonexistanse,nonexistence\r\nnonexistant,nonexistent\r\nnonexistense,nonexistence\r\nnonexistince,NonExistence\r\nnonexistinces,NonExistences\r\nnonexistincie,NonExistencie\r\nnonexistincies,NonExistencies\r\nnonexistinciy,NonExistenciy\r\nnonexistinciys,NonExistenciys\r\nnonexistincy,NonExistency\r\nnonexistincys,NonExistencys\r\nnonexisting,nonexistent\r\nnonexistinse,nonexistence\r\nnonexistint,NonExistent\r\nnonexitent,nonexistent\r\nnonfedaracies,nonfederacies\r\nnonfedaracy,nonfederacy\r\nnonfedaral,nonfederal\r\nnonfedaralism,nonfederalism\r\nnonfedaralisms,nonfederalisms\r\nnonfedaralist,nonfederalist\r\nnonfedaralists,nonfederalists\r\nnonfedarally,nonfederally\r\nnonfedarate,nonfederate\r\nnonfedarated,nonfederated\r\nnonfedarates,nonfederates\r\nnonfedaration,nonfederation\r\nnonfedarations,nonfederations\r\nnonfedreacies,nonfederacies\r\nnonfedreacy,nonfederacy\r\nnonfedreal,nonfederal\r\nnonfedrealism,nonfederalism\r\nnonfedrealisms,nonfederalisms\r\nnonfedrealist,nonfederalist\r\nnonfedrealists,nonfederalists\r\nnonfedreally,nonfederally\r\nnonfedreate,nonfederate\r\nnonfedreated,nonfederated\r\nnonfedreates,nonfederates\r\nnonfedreation,nonfederation\r\nnonfedreations,nonfederations\r\nnoninfectuous,noninfectious\r\nnoninital,noninitial\r\nnoninitalized,noninitialized\r\nnonjudgmentaly,nonjudgmentally\r\nnonmilataries,nonmilitaries\r\nnonmilatarily,nonmilitarily\r\nnonmilatarist,nonmilitarist\r\nnonmilatarists,nonmilitarists\r\nnonmilatary,nonmilitary\r\nnonmiliatries,nonmilitaries\r\nnonmiliatrily,nonmilitarily\r\nnonmiliatrist,nonmilitarist\r\nnonmiliatrists,nonmilitarists\r\nnonmiliatry,nonmilitary\r\nnonmiliraties,nonmilitaries\r\nnonmiliratily,nonmilitarily\r\nnonmiliratist,nonmilitarist\r\nnonmiliratists,nonmilitarists\r\nnonmiliraty,nonmilitary\r\nnonmiliteries,nonmilitaries\r\nnonmiliterily,nonmilitarily\r\nnonmiliterist,nonmilitarist\r\nnonmiliterists,nonmilitarists\r\nnonmilitery,nonmilitary\r\nnonmilitraies,nonmilitaries\r\nnonmilitraily,nonmilitarily\r\nnonmilitraist,nonmilitarist\r\nnonmilitraists,nonmilitarists\r\nnonmilitray,nonmilitary\r\nnonmilitries,nonmilitaries\r\nnonmilitrily,nonmilitarily\r\nnonmilitrist,nonmilitarist\r\nnonmilitrists,nonmilitarists\r\nnonmilitry,nonmilitary\r\nnonmillitaries,nonmilitaries\r\nnonmillitarily,nonmilitarily\r\nnonmillitarist,nonmilitarist\r\nnonmillitarists,nonmilitarists\r\nnonmillitary,nonmilitary\r\nnonmilliteries,nonmilitaries\r\nnonmilliterily,nonmilitarily\r\nnonmilliterist,nonmilitarist\r\nnonmilliterists,nonmilitarists\r\nnonmillitery,nonmilitary\r\nnonmillitraies,nonmilitaries\r\nnonmillitraily,nonmilitarily\r\nnonmillitraist,nonmilitarist\r\nnonmillitraists,nonmilitarists\r\nnonmillitray,nonmilitary\r\nnonmillitries,nonmilitaries\r\nnonmillitrily,nonmilitarily\r\nnonmillitrist,nonmilitarist\r\nnonmillitrists,nonmilitarists\r\nnonmillitry,nonmilitary\r\nnonmiltaries,nonmilitaries\r\nnonmiltarily,nonmilitarily\r\nnonmiltarist,nonmilitarist\r\nnonmiltarists,nonmilitarists\r\nnonmiltary,nonmilitary\r\nnonoe,none\r\nnononcolgic,nononcologic\r\nnonpeformace,nonperformance\r\nnonpeformaces,nonperformances\r\nnonpeformence,nonperformance\r\nnonpeformences,nonperformances\r\nnonpeformnace,nonperformance\r\nnonpeformnaces,nonperformances\r\nnonperformace,nonperformance\r\nnonperformaces,nonperformances\r\nnonperformence,nonperformance\r\nnonperformences,nonperformances\r\nnonperformnace,nonperformance\r\nnonperformnaces,nonperformances\r\nnonpreformace,nonperformance\r\nnonpreformaces,nonperformances\r\nnonpreformence,nonperformance\r\nnonpreformences,nonperformances\r\nnonpreformnace,nonperformance\r\nnonpreformnaces,nonperformances\r\nnonpreisdence,nonpresidence\r\nnonpreisdency,nonpresidency\r\nnonpreisdent,nonpresident\r\nnonpreisdente,nonpresidente\r\nnonpreisdentes,nonpresidentes\r\nnonpreisdents,nonpresidents\r\nnonpreisdience,nonpresidence\r\nnonpreisdiency,nonpresidency\r\nnonpreisdient,nonpresident\r\nnonpreisdiente,nonpresidente\r\nnonpreisdientes,nonpresidentes\r\nnonpreisdients,nonpresidents\r\nnonpresdence,nonpresidence\r\nnonpresdency,nonpresidency\r\nnonpresdent,nonpresident\r\nnonpresdente,nonpresidente\r\nnonpresdentes,nonpresidentes\r\nnonpresdents,nonpresidents\r\nnonpresdience,nonpresidence\r\nnonpresdiency,nonpresidency\r\nnonpresdient,nonpresident\r\nnonpresdiente,nonpresidente\r\nnonpresdientes,nonpresidentes\r\nnonpresdients,nonpresidents\r\nnonproffessional,nonprofessional\r\nnonprsidence,nonpresidence\r\nnonprsidency,nonpresidency\r\nnonprsident,nonpresident\r\nnonprsidente,nonpresidente\r\nnonprsidentes,nonpresidentes\r\nnonprsidents,nonpresidents\r\nnonprsidience,nonpresidence\r\nnonprsidiency,nonpresidency\r\nnonprsidient,nonpresident\r\nnonprsidiente,nonpresidente\r\nnonprsidientes,nonpresidentes\r\nnonprsidients,nonpresidents\r\nnonreisdence,nonresidence\r\nnonreisdency,nonresidency\r\nnonreisdent,nonresident\r\nnonreisdente,nonresidente\r\nnonreisdentes,nonresidentes\r\nnonreisdents,nonresidents\r\nnonreisdience,nonresidence\r\nnonreisdiency,nonresidency\r\nnonreisdient,nonresident\r\nnonreisdiente,nonresidente\r\nnonreisdientes,nonresidentes\r\nnonreisdients,nonresidents\r\nnonrepatition,NonRepetition\r\nnonrepatitions,NonRepetitions\r\nnonrepatitive,NonRepetitive\r\nnonrepeition,NonRepetition\r\nnonrepeitions,NonRepetitions\r\nnonrepeitive,NonRepetitive\r\nnonrepetion,NonRepetition\r\nnonrepetions,NonRepetitions\r\nnonrepetiton,NonRepetition\r\nnonrepetitons,NonRepetitions\r\nnonrepetitve,NonRepetitive\r\nnonrepetive,NonRepetitive\r\nnonrepititon,NonRepetition\r\nnonrepititons,NonRepetitions\r\nnonrepititve,NonRepetitive\r\nnonreppetation,NonRepetition\r\nnonreppetations,NonRepetitions\r\nnonreppetative,NonRepetitive\r\nnonreppetetion,NonRepetition\r\nnonreppetetions,NonRepetitions\r\nnonreppetetive,NonRepetitive\r\nnonresdence,nonresidence\r\nnonresdency,nonresidency\r\nnonresdent,nonresident\r\nnonresdente,nonresidente\r\nnonresdentes,nonresidentes\r\nnonresdents,nonresidents\r\nnonresdience,nonresidence\r\nnonresdiency,nonresidency\r\nnonresdient,nonresident\r\nnonresdiente,nonresidente\r\nnonresdientes,nonresidentes\r\nnonresdients,nonresidents\r\nnonrsidence,nonresidence\r\nnonrsidency,nonresidency\r\nnonrsident,nonresident\r\nnonrsidente,nonresidente\r\nnonrsidentes,nonresidentes\r\nnonrsidents,nonresidents\r\nnonrsidience,nonresidence\r\nnonrsidiency,nonresidency\r\nnonrsidient,nonresident\r\nnonrsidiente,nonresidente\r\nnonrsidientes,nonresidentes\r\nnonrsidients,nonresidents\r\nnons,none\r\nnonsence,nonsense\r\nnonsencial,nonsensical\r\nnonsencical,nonsensical\r\nnonsene,nonsense\r\nnonsens,nonsense\r\nnonsensative,nonsensitive\r\nnonsensatively,nonsensitively\r\nnonsensativity,nonsensitivity\r\nnonsenscial,nonsensical\r\nnonsensicle,nonsensical\r\nnonsenstive,nonsensitive\r\nnonsenstively,nonsensitively\r\nnonsenstivity,nonsensitivity\r\nnonsesne,nonsense\r\nnonsignfcance,nonsignificance\r\nnonsignfcant,nonsignificant\r\nnonsignfcantly,nonsignificantly\r\nnonsignfgance,nonsignificance\r\nnonsignfgant,nonsignificant\r\nnonsignfgantly,nonsignificantly\r\nnonsignficance,nonsignificance\r\nnonsignficant,nonsignificant\r\nnonsignficantly,nonsignificantly\r\nnonsignfigance,nonsignificance\r\nnonsignfigant,nonsignificant\r\nnonsignfigantly,nonsignificantly\r\nnonsignifacance,nonsignificance\r\nnonsignifacant,nonsignificant\r\nnonsignifacantly,nonsignificantly\r\nnonsignifacence,nonsignificance\r\nnonsignifacent,nonsignificant\r\nnonsignifacently,nonsignificantly\r\nnonsignifcance,nonsignificance\r\nnonsignifcant,nonsignificant\r\nnonsignifcantly,nonsignificantly\r\nnonsignifgance,nonsignificance\r\nnonsignifgant,nonsignificant\r\nnonsignifgantly,nonsignificantly\r\nnonsignificace,nonsignificance\r\nnonsignificat,nonsignificant\r\nnonsignificatly,nonsignificantly\r\nnonsignificence,nonsignificance\r\nnonsignificent,nonsignificant\r\nnonsignificently,nonsignificantly\r\nnonsignifigance,nonsignificance\r\nnonsignifigant,nonsignificant\r\nnonsignifigantly,nonsignificantly\r\nnonstickablility,nonstickability\r\nnonte,none\r\nnontechincal,nontechnical\r\nnontechincian,nontechnician\r\nnontechincians,nontechnicians\r\nnontechinical,nontechnical\r\nnontechinician,nontechnician\r\nnontechinicians,nontechnicians\r\nnontechinique,nontechnique\r\nnontechiniques,nontechniques\r\nnontechinque,nontechnique\r\nnontechinques,nontechniques\r\nnontecincal,nontechnical\r\nnontecincian,nontechnician\r\nnontecincians,nontechnicians\r\nnontecinical,nontechnical\r\nnontecinician,nontechnician\r\nnontecinicians,nontechnicians\r\nnontecinique,nontechnique\r\nnonteciniques,nontechniques\r\nnontecinque,nontechnique\r\nnontecinques,nontechniques\r\nnontecnical,nontechnical\r\nnontecnician,nontechnician\r\nnontecnicians,nontechnicians\r\nnontecnique,nontechnique\r\nnontecniques,nontechniques\r\nnontheless,nonetheless\r\nnontheraputic,nontherapeutic\r\nnontheraputical,nontherapeutical\r\nnontheraputically,nontherapeutically\r\nnontradiction,nontradition\r\nnontradictional,nontraditional\r\nnontradictionalism,nontraditionalism\r\nnontradictionalisms,nontraditionalisms\r\nnontradictionalist,nontraditionalist\r\nnontradictionalists,nontraditionalists\r\nnontradictionally,nontraditionally\r\nnontradictions,nontraditions\r\nnontradiiton,nontradition\r\nnontradiitonal,nontraditional\r\nnontradiitonalism,nontraditionalism\r\nnontradiitonalisms,nontraditionalisms\r\nnontradiitonalist,nontraditionalist\r\nnontradiitonalists,nontraditionalists\r\nnontradiitonally,nontraditionally\r\nnontradiitons,nontraditions\r\nnontraditon,nontradition\r\nnontraditonal,nontraditional\r\nnontraditonalism,nontraditionalism\r\nnontraditonalisms,nontraditionalisms\r\nnontraditonalist,nontraditionalist\r\nnontraditonalists,nontraditionalists\r\nnontraditonally,nontraditionally\r\nnontraditons,nontraditions\r\nnontransferablity,nontransferability\r\nnonversitile,nonversatile\r\nnonversitilely,nonversatilely\r\nnonversitileness,nonversatileness\r\nnonvolitile,nonvolatile\r\nnonvolitilely,nonvolatilely\r\nnonvolitileness,nonvolatileness\r\nnoode,node\r\nnoone,none\r\nnoop,no-op\r\nnoot,not\r\nnopie,no-pie\r\nnopresion,nopression\r\nnopthing,nothing\r\nnoptice,notice\r\nnopy,copy\r\nnoral,normal\r\nnoralization,normalization\r\nnoralized,normalized\r\nnoraml,normal\r\nnoramlly,normally\r\nnoramls,normals\r\nnore,note\r\nnorepeat,no-repeat\r\nnorhern,northern\r\nnorhteast,northeast\r\nnorhtern,northern\r\nnorhtwest,northwest\r\nnorhtwestern,northwestern\r\nnorisey,noisy\r\nnorish,nourish\r\nnorishing,nourishing\r\nnoriuously,notoriously\r\nnorma,normal\r\nnormaization,normalization\r\nnormale,normal\r\nnormaliation,normalization\r\nnormalied,normalized\r\nnormaliezd,normalized\r\nnormalis,normals\r\nnormalizaiton,normalization\r\nnormalizatoin,normalization\r\nnormall,normally\r\nnormalling,normally\r\nnormallities,normalities\r\nnormallity,normality\r\nnormallized,normalized\r\nnormalls,normals\r\nnormalos,normals\r\nnormalsing,normalising\r\nnormaly,normally\r\nnormalzation,normalization\r\nnormanday,normandy\r\nnormanlly,normnally\r\nnormany,normandy\r\nnormarize,normalize\r\nnormel,normal\r\nnormilized,normalized\r\nnormilizes,normalizes\r\nnorml,normal\r\nnormlize,normalize\r\nnorrow,narrow\r\nnors,noisy\r\nnort-country,north-country\r\nnorthamerica,North America\r\nnorthamerican,North American\r\nnorthamericans,North Americans\r\nnorthamericas,North Americas\r\nnorthcarolina,North Carolina\r\nnorthcarolinan,North Carolinan\r\nnorthcarolinans,North Carolinans\r\nnorthcarolinas,North Carolinas\r\nnorthdakota,North Dakota\r\nnorthdakotan,North Dakotan\r\nnorthdakotans,North Dakotans\r\nnorthdakotas,North Dakotas\r\nnortheat,northeast\r\nnortheeastern,northeastern\r\nnorthen,northern\r\nnorthereastern,northeastern\r\nnortheren,northern\r\nnortherend,northern\r\nnorthewestern,northwestern\r\nnorthreastern,northeastern\r\nnorthren,northern\r\nnorthrwestern,northwestern\r\nnorthwesten,northwestern\r\nnorthwestener,northwestern\r\nnorthwet,northwest\r\nnorticabile,noticeable\r\nnortwest,northwest\r\nnorwegain,norwegian\r\nnorwegin,norwegian\r\nnorweigan,Norwegian\r\nnorwiegan,norwegian\r\nnosecure,secure\r\nnosely,noisy\r\nnosie,noisy\r\nnosiey,noisy\r\nnosiy,noisy\r\nnosl,noisy\r\nnost,most\r\nnostaglia,nostalgia\r\nnostaglic,nostalgic\r\nnostalga,nostalgia\r\nnostalgica,nostalgia\r\nnostalgija,nostalgia\r\nnostalgisch,nostalgic\r\nnostaliga,nostalgia\r\nnostaligc,nostalgic\r\nnostirls,nostrils\r\nnostlagia,nostalgia\r\nnostlagic,nostalgic\r\nnostolgic,nostologic\r\nnostriles,nostrils\r\nnostrills,nostrils\r\nnostris,nostrils\r\nnot-specifyed,not-specified\r\nnotabil,noticeable\r\nnotabillity,notability\r\nnotabily,notably\r\nnotabley,notably\r\nnotablity,notability\r\nnotablly,notably\r\nnotacible,noticable\r\nnotafiable,notifiable\r\nnotafiably,notifiably\r\nnotaficate,notificate\r\nnotaficates,notificates\r\nnotafication,notification\r\nnotafications,notifications\r\nnotafied,notified\r\nnotafies,notifies\r\nnotaion,notation\r\nnotaiton,notation\r\nnotaly,notably\r\nnotario,ontario\r\nnotarizatoin,notarization\r\nnotatition,notation\r\nnotatoin,notation\r\nnotatoins,notations\r\nnotattion,notation\r\nnotbook,notebook\r\nnotcbell,noticeable\r\nnotch'ed,notched\r\nnotciable,noticable\r\nnoteability,notability\r\nnoteable,notable\r\nnoteably,notably\r\nnotebbok,notebook\r\nnoteble,notable\r\nnotebly,notably\r\nnotebok,notebook\r\nnoteboks,notebooks\r\nnoteboook,notebook\r\nnoteisble,noticeable\r\nnotel,note\r\nnoteriety,notoriety\r\nnotesable,noticeable\r\nnotesably,noticeable\r\nnoteseabol,noticeable\r\nnoteselb,noticeable\r\nnotest,noticed\r\nnotetisable,noticeable\r\nnoteworhty,noteworthy\r\nnoteworthly,noteworthy\r\nnoteworty,noteworthy\r\nnotewothy,noteworthy\r\nnoteñ,note\r\nnotfiable,notifiable\r\nnotfiably,notifiably\r\nnotficate,notificate\r\nnotficates,notificates\r\nnotfication,notification\r\nnotfications,notifications\r\nnotficaton,notification\r\nnotficiation,notification\r\nnotficiations,notifications\r\nnotfied,notified\r\nnotfier,notifier\r\nnotfies,notifies\r\nnotfy,notify\r\nnoth,north\r\nnother,another\r\nnother-feature,another-feature\r\nnothern,northern\r\nnothign,nothing\r\nnothingess,nothingness\r\nnothingsness,nothingness\r\nnothng,nothing\r\nnothwithstanding,notwithstanding\r\nnotiable,notable\r\nnotiably,notably\r\nnotiation,notation\r\nnotible,noticeable\r\nnotibly,notably\r\nnotic,notice\r\nnoticabe,noticable\r\nnoticabely,noticeably\r\nnoticable,noticeable\r\nnoticabley,noticeably\r\nnoticablility,noticability\r\nnoticably,noticeably\r\nnoticalbe,noticable\r\nnotications,notifications\r\nnoticble,noticeable\r\nnoticeablely,noticeably\r\nnoticeabley,noticeably\r\nnoticeble,noticeable\r\nnoticefication,notification\r\nnoticeing,noticing\r\nnoticiably,noticeably\r\nnoticiation,notification\r\nnoticible,noticeable\r\nnoticibly,noticeably\r\nnoticieable,noticeable\r\nnotiesable,noticeable\r\nnotiesbale,noticeable\r\nnotifactions,notifications\r\nnotifcation,notification\r\nnotifcations,notifications\r\nnotife,notify\r\nnotifed,notified\r\nnotifes,notifies\r\nnotifiations,notifications\r\nnotificaation,notification\r\nnotificacion,notification\r\nnotificaiton,notification\r\nnotificaitons,notifications\r\nnotificartion,notification\r\nnotificatied,notified\r\nnotificatio,notification\r\nnotificatioin,notification\r\nnotificatioins,notifications\r\nnotificatiosn,notifications\r\nnotificatoin,notification\r\nnotificatoin-sent,notification-sent\r\nnotificatoins,notifications\r\nnotificaton,notification\r\nnotificatons,notifications\r\nnotificed,notified\r\nnotifices,notifies\r\nnotificiation,notification\r\nnotificiations,notifications\r\nnotifiction,notification\r\nnotifictions,notifications\r\nnotifiy,notify\r\nnotifiy-back-to-normal,notify-back-to-normal\r\nnotifiying,notifying\r\nnotifys,notifies\r\nnotiication,notification\r\nnotin,not in\r\nnotisabl,noticeable\r\nnotisable,noticeable\r\nnotisbolle,noticeable\r\nnotisbool,noticeable\r\nnotisdall,noticeable\r\nnotisuble,noticeable\r\nnotive,notice\r\nnotived,noticed\r\nnotives,notices\r\nnotmally,normally\r\nnotofications,notifications\r\nnotorios,notorious\r\nnotoriosly,notoriously\r\nnotoriuosly,notoriously\r\nnotorius,notorious\r\nnotoroius,notorious\r\nnotted,noted\r\nnotticable,noticeable\r\nnotu,no\r\nnotuble,notable\r\nnotw,not\r\nnotwhithstand,notwithstand\r\nnotwhithstanding,notwithstanding\r\nnotworthy,noteworthy\r\nnou,now\r\nnouis,noisy\r\nnoumea,nouméa\r\nnoune,noun\r\nnounn,noun\r\nnourisson,nourrisson\r\nnousey,noisy\r\nnout,out\r\nnouvele,nouvelle\r\nnouvelles,nouvelle\r\nnova-schedulernova-consoleauth,nova-scheduler\r\nnove,nova\r\nnoveau,nouveau\r\nnoveaux,nouveaux\r\nnovellists,novelists\r\nnovembeard,november\r\nnovermber,november\r\nnovetlier,noveltier\r\nnovetlies,novelties\r\nnovetliest,noveltiest\r\nnovetliness,noveltiness\r\nnovetly,novelty\r\nnovle,novel\r\nnovles,novels\r\nnovmeber,november\r\nnow-obsolute,now-obsolete\r\nnowdays,nowadays\r\nnowe,now\r\nnowehere,nowhere\r\nnowere,nowhere\r\nnowes,now\r\nnowh,now\r\nnows,now\r\nnowx,now\r\nnoy,not\r\nnoysy,noisy\r\nnozled,nuzzled\r\nnpmprocessser,npmprocesser\r\nnpn-breakng,non-breaking\r\nnrivana,nirvana\r\nnromandy,normandy\r\nnrtwork,network\r\nnrw,new\r\nnsigned,unsigned\r\nnsreg,registry\r\nnstall,install\r\nnstallation,installation\r\nnstalled,installed\r\nnstalls,installs\r\nnsure,ensure\r\nnteger,integer\r\nntent,intent\r\nntie,until\r\nntive,native\r\nnto,not\r\nntore,store\r\nnuaghty,naughty\r\nnuatilus,nautilus\r\nnuber,number\r\nnubers,numbers\r\nnubmer,numbers\r\nnubmers,numbers\r\nnubular,nebular\r\nnucelar,nuclear\r\nnucelus,nucleus\r\nnucessary,necessary\r\nnuck,neck\r\nnuclean,unclean\r\nnucler,nuclear\r\nnucleur,nuclear\r\nnuclues,nucleus\r\nnucular,nuclear\r\nnuculear,nuclear\r\nnudeeogrpahy,nudeeography\r\nnudogrpahy,nudography\r\nnuemonia,pneumonia\r\nnueroligists,nuerologists\r\nnuerological,neurological\r\nnuerons,neurons\r\nnueroscience,neuroscience\r\nnuerotic,neurotic\r\nnuerotransmitter,neurotransmitter\r\nnuetered,neutered\r\nnuetral,neutral\r\nnuetrality,neutrality\r\nnuetralize,neutralize\r\nnuetrinos,neutrinos\r\nnuetron,neutron\r\nnuild,build\r\nnuisanse,nuisance\r\nnuisanses,nuisances\r\nnuisense,nuisance\r\nnuitrion,nutrition\r\nnul,null\r\nnulalble,nullable\r\nnulcear,nuclear\r\nnuler,number\r\nnulk,bulk\r\nnullabillity,nullability\r\nnullabilty,nullability\r\nnullablity,nullability\r\nnullabour,nullarbor\r\nnullfiy,nullify\r\nnullifiy,nullify\r\nnullled,nulled\r\nnullschema,null\r\nnullvv,null\r\nnulti-pages,multi-pages\r\nnumbber,number\r\nnumbe,number\r\nnumbeator,numerator\r\nnumbeer,number\r\nnumbef,number\r\nnumberacal,numerical\r\nnumberacally,numerically\r\nnumberal,numeral\r\nnumberals,numerals\r\nnumberes,numbers\r\nnumberf,number\r\nnumberic,numeric\r\nnumberical,numerical\r\nnumberically,numerically\r\nnumberous,numerous\r\nnumbert,number\r\nnumberzzz,numbers\r\nnumbes,numbers\r\nnumbre,number\r\nnumbrer,number\r\nnumbuers,numbers\r\nnumebr,number\r\nnumebrs,numbers\r\nnumer,numeric\r\nnumeraical,numerical\r\nnumercial,numerical\r\nnumeric-asc,numeric-pre\r\nnumericable,numerical\r\nnumerious,numerous\r\nnumeroc,numeric\r\nnumerolgist,numerologist\r\nnumeroligical,numerological\r\nnumers,numbers\r\nnumger,number\r\nnumm,null\r\nnummeric,numeric\r\nnummmers,nummers\r\nnumner,number\r\nnumonia,pneumonia\r\nnumonuia,pneumonia\r\nnumorous,numerous\r\nnumver,number\r\nnunber,number\r\nnunmber,number\r\nnuptual,nuptial\r\nnuptuals,nuptials\r\nnurembourg,nuremberg\r\nnuremburg,nuremberg\r\nnuroligist,nurologist\r\nnurtient,nutrient\r\nnurtients,nutrients\r\nnurtitional,nutritional\r\nnurve,nerve\r\nnurves,nerves\r\nnusaince,nuisance\r\nnusance,nuisance\r\nnusances,nuisances\r\nnuse,nurse\r\nnusey,nursery\r\nnusiance,nuisance\r\nnusience,nuisance\r\nnust,must\r\nnusuces,nuisances\r\nnutirent,nutrient\r\nnutirents,nutrients\r\nnutral,neutral\r\nnutrament,nutriment\r\nnutramental,nutrimental\r\nnutraments,nutriments\r\nnutreince,nutrience\r\nnutreinced,nutrienced\r\nnutreint,nutrient\r\nnutreints,nutrients\r\nnutrement,nutriment\r\nnutremental,nutrimental\r\nnutrements,nutriments\r\nnutriance,nutrience\r\nnutrianced,nutrienced\r\nnutriant,nutrient\r\nnutriantioxidants,nutrientioxidants\r\nnutriants,nutrients\r\nnutricional,nutritional\r\nnutricious,nutritious\r\nnutriciouslife,nutritiouslife\r\nnutriciously,nutritiously\r\nnutriens,nutrients\r\nnutrientes,nutrients\r\nnutrientrich,nutrient-rich\r\nnutriet,nutrient\r\nnutritence,nutrience\r\nnutritenced,nutrienced\r\nnutritent,nutrient\r\nnutritents,nutrients\r\nnutritian,nutritional\r\nnutritinal,nutritional\r\nnutritioin,nutrition\r\nnutritionnal,nutritional\r\nnutritionnally,nutritionally\r\nnutritios,nutritious\r\nnutritiosn,nutritions\r\nnutritiouis,nutritious\r\nnutritiouisly,nutritiously\r\nnutritiouisness,nutritiousness\r\nnutritiuos,nutritious\r\nnutritiuosly,nutritiously\r\nnutritiuosness,nutritiousness\r\nnutritivos,nutritious\r\nnutritoius,nutritious\r\nnutritoiusly,nutritiously\r\nnutritoiusness,nutritiousness\r\nnutritouis,nutritious\r\nnutritouisly,nutritiously\r\nnutritouisness,nutritiousness\r\nnutrituous,nutritious\r\nnutrutional,nutritional\r\nnutrutious,nutritious\r\nnuttermybuttter,nuttermybutter\r\nnuttter,nutter\r\nnuttters,nutters\r\nnutual,mutual\r\nnuture,nature\r\nnutured,nurtured\r\nnutures,nurtures\r\nnuturing,nurturing\r\nnuymber,number\r\nnver,never\r\nnvironment,environment\r\nnwe,new\r\nnwo,now\r\nnwws,nws\r\nnything,anything\r\nnyumber,number\r\nnèe,née\r\nnèè,née\r\nnèé,née\r\nnéglige,négligée\r\nnégligee,négligée\r\nnégligees,négligées\r\nnégliges,négligées\r\no'caml,OCaml\r\no-clock,o'clock\r\noaa,one\r\noarcles,oracles\r\noathe,other\r\nobai,obtain\r\nobamination,abomination\r\nobatinable,obtainable\r\nobay,obey\r\nobcene,obscene\r\nobcenity,obscenity\r\nobdirate,obdurate\r\nobdisian,obsidian\r\nobect,object\r\nobective-c,objective-c\r\nobectives,objectives\r\nobects,objects\r\nobedent,obedient\r\nobediance,obedience\r\nobediant,obedient\r\nobediantly,obediently\r\nobeidence,obedience\r\nobejct,object\r\nobejctives,objectives\r\nobejcts,objects\r\nobeject,object\r\noberatur,operator\r\noberservers,observers\r\nobersvant,observant\r\nobersvation,observation\r\nobersvations,observations\r\nobersver,observer\r\nobersvers,observers\r\nobervation,observation\r\noberver,observer\r\nobess,obsess\r\nobessed,obsessed\r\nobesses,obsesses\r\nobessing,obsessing\r\nobessingly,obsessingly\r\nobession,obsession\r\nobessionly,obsessionly\r\nobessions,obsessions\r\nobessionsly,obsessionsly\r\nobessive,obsessive\r\nobessively,obsessively\r\nobessor,obsessor\r\nobessors,obsessors\r\nobesssion,obsession\r\nobesssions,obessions\r\nobesssive,obessive\r\nobiedence,obedience\r\nobilgatory,obligatory\r\nobilterated,obliterated\r\nobilvion,oblivion\r\nobisdian,obsidian\r\nobitaries,obituaries\r\nobitary,obituary\r\nobitauries,obituaries\r\nobitaury,obituary\r\nobitiaries,obituaries\r\nobitiary,obituary\r\nobituries,obituaries\r\nobitury,obituary\r\nobivious,obvious\r\nobivous,obvious\r\nobivously,obviously\r\nobjc-c,obj-c\r\nobjcet,object\r\nobjct,object\r\nobjec,object\r\nobjecct,object\r\nobjecitves,objectives\r\nobjecs,objects\r\nobjectbar,object\r\nobjectes,objects\r\nobjectice-c,objective-c\r\nobjectificaiton,objectification\r\nobjectificaton,objectification\r\nobjectificiation,objectification\r\nobjectiosn,objections\r\nobjectivas,objectives\r\nobjectivelly,objectively\r\nobjectivety,objectivity\r\nobjectivication,objectification\r\nobjectivify,objectivity\r\nobjectivily,objectivity\r\nobjectiviser,objectives\r\nobjectivitiy,objectivity\r\nobjectivley,objectively\r\nobjectivly,objectively\r\nobjectivs,objectives\r\nobjectivst,objectives\r\nobjectivty,objectivity\r\nobjectivy,objectivity\r\nobjectove,objective\r\nobjectse,objects\r\nobjectsion,objects\r\nobjectss,objects\r\nobjectve-c,objective-c\r\nobjecz,object\r\nobjedct,object\r\nobjedt,object\r\nobjekt,object\r\nobjektives,objectives\r\nobjet's,object's\r\nobjet,object\r\nobjetc,object\r\nobjetcs,objects\r\nobjetive,objective\r\nobjetive-c,objective-c\r\nobjets,objects\r\nobjevctive-c,objective-c\r\nobjext,object\r\nobjuect,object\r\nobkect,object\r\noblegation,obligation\r\nobliberated,obliterated\r\nobliderated,obliterated\r\noblidge,oblige\r\noblidged,obliged\r\nobligatioins,obligations\r\nobligerated,obliterated\r\nobliggato,obbligato\r\nobligitary,obligatory\r\nobligitory,obligatory\r\nobligue,oblige\r\nobligued,obliged\r\noblitarated,obliterated\r\nobliteness,oblateness\r\nobliteraded,obliterated\r\nobliterared,obliterated\r\noblitirated,obliterated\r\noblitorated,obliterated\r\noblity,obility\r\nobliverated,obliterated\r\nobliviates,obviates\r\noblivvvvion,oblivvion\r\nobmits,omits\r\nobnject,object\r\nobosite,opposite\r\nobosolete,obsolete\r\nobout,about\r\nobove,above\r\nobrain,obtain\r\nobscruity,obscurity\r\nobscuirty,obscurity\r\nobselescence,obsolescence\r\nobselete,obsolete\r\nobseleted,obsoleted\r\nobseletely,obsoletely\r\nobseletes,obsoletes\r\nobsence,absence\r\nobserably,observably\r\nobsercation,observation\r\nobsercations,observations\r\nobsering,observing\r\nobservabil,observable\r\nobservabilty,observability\r\nobservablity,observability\r\nobservabls,observables\r\nobservacion,observation\r\nobservaions,observations\r\nobservaiton,observant\r\nobservale,observable\r\nobservare,observer\r\nobservarse,observers\r\nobservasion,observations\r\nobservating,observation\r\nobservatioin,observation\r\nobservationnal,observational\r\nobservatoin,observation\r\nobservatoins,observations\r\nobservaton,observation\r\nobserveation,observation\r\nobservence,observance\r\nobservent,observant\r\nobserveras,observers\r\nobserverations,observations\r\nobserverats,observers\r\nobserverd,observed\r\nobservered,observed\r\nobserveres,observers\r\nobservible,observable\r\nobservor,observer\r\nobses,obsess\r\nobsesed,obsessed\r\nobseses,obsesses\r\nobsesing,obsessing\r\nobsesingly,obsessingly\r\nobsesion,obsession\r\nobsesionly,obsessionly\r\nobsesions,obsessions\r\nobsesionsly,obsessionsly\r\nobsesive,obsessive\r\nobsesively,obsessively\r\nobsesor,obsessor\r\nobsesors,obsessors\r\nobsessie,obsessive\r\nobsessin,obsession\r\nobsessivley,obsessive\r\nobsessivly,obsessively\r\nobsesssed,obsessed\r\nobsesssing,obsessing\r\nobsesssion,obsession\r\nobsesssions,obsessions\r\nobsesssive,obsessive\r\nobsessssed,obsessed\r\nobsesssssing,obsessing\r\nobsessssssed,obsessed\r\nobsesssssssssed,obsessed\r\nobsevable,observable\r\nobsevables,observables\r\nobsevation,observation\r\nobsever,observer\r\nobsfuscate,obfuscate\r\nobsidain,obsidian\r\nobsirve,observe\r\nobsolecence,obsolescence\r\nobsolecent,obsolescent\r\nobsolecents,obsolescents\r\nobsolecsence,obsolescence\r\nobsolecsent,obsolescent\r\nobsolecsents,obsolescents\r\nobsolescance,obsolescence\r\nobsolescant,obsolescent\r\nobsolescants,obsolescents\r\nobsolesence,obsolescence\r\nobsolesense,obsolescence\r\nobsolesent,obsolescent\r\nobsolesents,obsolescents\r\nobsoluete,obsolete\r\nobsolutly,obsolutely\r\nobsructions,obstructions\r\nobsructive,obstructive\r\nobsses,obsess\r\nobssesed,obsessed\r\nobsseses,obsesses\r\nobssesing,obsessing\r\nobssesingly,obsessingly\r\nobssesion,obsession\r\nobssesionly,obsessionly\r\nobssesions,obsessions\r\nobssesionsly,obsessionsly\r\nobssesive,obsessive\r\nobssesively,obsessively\r\nobssesor,obsessor\r\nobssesors,obsessors\r\nobssess,obsess\r\nobssessed,obsessed\r\nobssesses,obsesses\r\nobssessing,obsessing\r\nobssessingly,obsessingly\r\nobssession,obsession\r\nobssessionly,obsessionly\r\nobssessions,obsessions\r\nobssessionsly,obsessionsly\r\nobssessive,obsessive\r\nobssessively,obsessively\r\nobssessor,obsessor\r\nobssessors,obsessors\r\nobstable,obstacle\r\nobstacal,obstacle\r\nobstacals,obstacles\r\nobstain,obtain\r\nobstancle,obstacle\r\nobstancles,obstacles\r\nobstical,obstacle\r\nobsticale,obstacle\r\nobsticales,obstacles\r\nobsticals,obstacles\r\nobsticl,obstacle\r\nobsticle,obstacle\r\nobsticles,obstacles\r\nobsticls,obstacles\r\nobstruc,obstruct\r\nobstruccion,obstruction\r\nobstruced,obstructed\r\nobstrucion,obstruction\r\nobstrucive,obstructive\r\nobstructin,obstruction\r\nobstruktion,obstruction\r\nobstuct,obstruct\r\nobstucted,obstructed\r\nobstucting,obstructing\r\nobstuction,obstruction\r\nobstuctions,obstructions\r\nobstuctive,obstructive\r\nobsturction,obstruction\r\nobsucate,obfuscate\r\nobsucre,obscure\r\nobsucrity,obscurity\r\nobsurd,absurd\r\nobsure,obscure\r\nobsure-name,obscure-name\r\nobsured,absurd\r\nobtacal,obstacle\r\nobtacals,obstacles\r\nobtacle,obstacle\r\nobtacles,obstacles\r\nobtainabe,obtainable\r\nobtainabie,obtainable\r\nobtaineble,obtainable\r\nobtaines,obtains\r\nobtainible,obtainable\r\nobtainted,obtained\r\nobtallled,obtalled\r\nobtiained,obtained\r\nobtian,obtained\r\nobtianable,obtainable\r\nobtians,obtains\r\nobtical,obstacle\r\nobticale,obstacle\r\nobticales,obstacles\r\nobticals,obstacles\r\nobticl,obstacle\r\nobticle,obstacle\r\nobticles,obstacles\r\nobticls,obstacles\r\nobtions,options\r\nobtructions,obstructions\r\nobtructive,obstructive\r\nobverison,ObVersion\r\nobverisons,ObVersions\r\nobversation,observation\r\nobversations,observations\r\nobvertion,ObVersion\r\nobvertions,ObVersions\r\nobvilion,oblivion\r\nobvios,obvious\r\nobviosly,obviously\r\nobviosuly,obviously\r\nobvioulsy,obviously\r\nobviousl,obvious\r\nobvisouly,obviously\r\nobvoius,obvious\r\nobvoiusly,obviously\r\nobvserved,observed\r\nocaision,occasion\r\nocaisional,occasional\r\nocaisioned,occasioned\r\nocaisioning,occasioning\r\nocaisions,occasions\r\nocaison,occasion\r\nocaisonal,occasional\r\nocaisoned,occasioned\r\nocaisoning,occasioning\r\nocaisons,occasions\r\nocarnia,ocarina\r\nocarrred,ocarred\r\nocashanally,occasionally\r\nocasioanlly,ocasionally\r\nocasion,occasion\r\nocasional,occasional\r\nocasionales,occasionales\r\nocasionalism,occasionalism\r\nocasionalists,occasionalists\r\nocasionally,occasionally\r\nocasionalmente,occasionalmente\r\nocasionals,occasionals\r\nocasionaly,occasionally\r\nocasioned,occasioned\r\nocasioning,occasioning\r\nocasionly,occasionally\r\nocasions,occasions\r\nocason,occasion\r\nocasonal,occasional\r\nocasonally,occasionally\r\nocasoned,occasioned\r\nocasoning,occasioning\r\nocasons,occasions\r\nocassioanlly,ocassionally\r\nocassion,occasion\r\nocassional,occasional\r\nocassionalism,occasionalism\r\nocassionally,occasionally\r\nocassionals,occasionals\r\nocassionaly,occasionally\r\nocassioned,occasioned\r\nocassioning,occasioning\r\nocassions,occasions\r\nocasson,occasion\r\nocassonal,occasional\r\nocassoned,occasioned\r\nocassoning,occasioning\r\nocassons,occasions\r\nocasssion,occasion\r\nocasssional,occasional\r\nocastion,occasion\r\nocastional,occasional\r\nocastioned,occasioned\r\nocastioning,occasioning\r\nocastions,occasions\r\nocaston,occasion\r\nocastonal,occasional\r\nocastonally,occasionally\r\nocastoned,occasioned\r\nocastoning,occasioning\r\nocastons,occasions\r\nocation,occasion\r\nocational,occasional\r\nocationally,occasionally\r\nocationed,occasioned\r\nocationing,occasioning\r\nocations,occasions\r\nocaton,occasion\r\nocatonal,occasional\r\nocatoned,occasioned\r\nocatoning,occasioning\r\nocatons,occasions\r\noccaionally,occasionally\r\noccaision,occasion\r\noccaisional,occasional\r\noccaisionally,occasionally\r\noccaisionaly,occasionally\r\noccaisioned,occasioned\r\noccaisioning,occasioning\r\noccaisionly,occasionally\r\noccaisions,occasions\r\noccaison,occasion\r\noccaisonal,occasional\r\noccaisonally,occasionally\r\noccaisonaly,occasionaly\r\noccaisoned,occasioned\r\noccaisoning,occasioning\r\noccaisons,occasions\r\noccaission,occasion\r\noccaissional,occasional\r\noccaissionally,occasionally\r\noccaissioned,occasioned\r\noccaissioning,occasioning\r\noccaissions,occasions\r\noccaisson,occasion\r\noccaissonal,occasional\r\noccaissoned,occasioned\r\noccaissoning,occasioning\r\noccaissons,occasions\r\noccaitionaly,occaitionally\r\noccanally,occasionally\r\noccanolly,occasionally\r\noccanonaly,occasionally\r\noccansaton,occasionally\r\noccansily,occasionally\r\noccansional,occasional\r\noccasalty,occasionally\r\noccasely,occasionally\r\noccasianlly,occasinally\r\noccasioanlly,occasionally\r\noccasiole,occasionally\r\noccasionals,occasions\r\noccasionaly,occasionally\r\noccasionely,occasionally\r\noccasionially,occasionally\r\noccasionily,occasionally\r\noccasionlly,occasionally\r\noccasionly,occasional\r\noccasionnal,occasional\r\noccasionnally,occasionally\r\noccasionsly,occasionally\r\noccasonaly,occasionally\r\noccasonially,occasionally\r\noccassinally,occasionally\r\noccassioanlly,occassionally\r\noccassion,occasion\r\noccassional,occasional\r\noccassionalism,occasionalism\r\noccassionall,occasionall\r\noccassionally,occasionally\r\noccassionals,occasionals\r\noccassionaly,occasionally\r\noccassioned,occasioned\r\noccassioning,occasioning\r\noccassionly,occasionally\r\noccassions,occasions\r\noccasson,occasion\r\noccassonal,occasional\r\noccassonally,occasionally\r\noccassoned,occasioned\r\noccassoning,occasioning\r\noccassons,occasions\r\noccasssion,occasion\r\noccasssionally,occasionally\r\noccastion,occasion\r\noccastional,occasional\r\noccastionally,occasionally\r\noccastioned,occasioned\r\noccastioning,occasioning\r\noccastions,occasions\r\noccaston,occasion\r\noccastonal,occasional\r\noccastoned,occasioned\r\noccastoning,occasioning\r\noccastons,occasions\r\noccation,occasion\r\noccational,occasional\r\noccationall,occasionall\r\noccationally,occasionally\r\noccationals,occasionals\r\noccationaly,occasionally\r\noccationed,occasioned\r\noccationing,occasioning\r\noccations,occasions\r\noccaton,occasion\r\noccatonal,occasional\r\noccatoned,occasioned\r\noccatoning,occasioning\r\noccatons,occasions\r\noccoasionally,occasionally\r\noccompanying,accompanying\r\nocconaly,occasionally\r\nocconsially,occasionally\r\nocconsionally,occasionally\r\noccor,occur\r\noccording,according\r\noccosionally,occasionally\r\noccosonoly,occasionally\r\noccoumely,occasionally\r\noccour,occur\r\noccoured,occurred\r\noccourr,occur\r\noccourrs,occurs\r\noccours,occurs\r\noccpatoinal,occpational\r\nocctionally,occasionally\r\noccuers,occurs\r\nocculation,occupation\r\nocculde,occlude\r\nocculded,occluded\r\nocculdes,occludes\r\nocculding,occluding\r\noccunrrences,occurrences\r\noccuors,occurs\r\noccupaiton,occupation\r\noccupany,occupancy\r\noccupat,occupy\r\noccupate,occupy\r\noccupated,occupied\r\noccupateing,occupying\r\noccupates,occupies\r\noccupating,occupying\r\noccupationaly,occupationally\r\noccupationnal,occupational\r\noccupato,occupation\r\noccupie,occupy\r\noccuppant,occupant\r\noccuppants,occupants\r\noccuppation,occupation\r\noccuppational,occupational\r\noccuppied,occupied\r\noccuppies,occupies\r\noccuppy,occupy\r\noccuppying,occupying\r\noccurance,occurrence\r\noccurances,occurrences\r\noccurant,occurrent\r\noccurantly,occurrently\r\noccurared,occurred\r\noccure,occur\r\noccured,occurred\r\noccureed,occurred\r\noccurence,occurrence\r\noccurences,occurrences\r\noccurent,occurrent\r\noccurently,occurrently\r\noccures,occurs\r\noccuring,occurring\r\noccurr,occur\r\noccurrance,occurrence\r\noccurrances,occurrences\r\noccurrant,occurrent\r\noccurrantly,occurrently\r\noccurre,occur\r\noccurrencies,occurrences\r\noccurrencs,occurrences\r\noccurres,occurs\r\noccurrred,occurred\r\noccurrring,occurring\r\noccurrs,occurs\r\noccusionaly,occasionally\r\noceanograpgic,oceanographic\r\noceanogrpahy,oceanography\r\nocen,ocean\r\nocestra,orchestra\r\nocestrer,orchestra\r\nochen,ocean\r\nochestra,orchestra\r\nocheter,orchestra\r\nochster,orchestra\r\nockationaly,occasionally\r\nocleot,ocelot\r\noclock,o'clock\r\noclude,occlude\r\nocluded,occluded\r\nocludes,occludes\r\nocluding,occluding\r\noclusion,occlusion\r\noclusions,occlusions\r\noclusive,occlusive\r\noclusively,occlusively\r\nocmment,comment\r\nocmponents,components\r\nocnstructir,constructor\r\noconfilicts,conflicts\r\noconnnor,oConnor\r\nocotber,october\r\nocotpus,octopus\r\nocraina,ocarina\r\noctagenarian,octogenarian\r\noctapus,octopus\r\noctavio's,octavo's\r\noctber,october\r\noctival,octaval\r\noctive,octave\r\noctives,octaves\r\noctobear,october\r\noctogon,octagon\r\noctogonal,octagonal\r\noctohedra,octahedra\r\noctohedral,octahedral\r\noctohedrally,octahedrally\r\noctohedraly,octahedraly\r\noctohedron,octahedron\r\noctohedrons,octahedrons\r\noctopuns,octopus\r\noctuber,October\r\noculd,could\r\nocument,document\r\nocuncil,council\r\nocuntries,countries\r\nocuntry,country\r\nocupant,occupant\r\nocupants,occupants\r\nocupation,occupation\r\nocupational,occupational\r\nocupations,occupations\r\nocupied,occupied\r\nocupies,occupies\r\nocuppant,occupant\r\nocuppants,occupants\r\nocuppation,occupation\r\nocuppational,occupational\r\nocuppied,occupied\r\nocuppies,occupies\r\nocuppy,occupy\r\nocuppying,occupying\r\nocupy,occupy\r\nocupying,occupying\r\nocur,occur\r\nocurance,occurrence\r\nocurances,occurrences\r\nocurant,occurrent\r\nocured,occurred\r\nocurence,occurrence\r\nocurences,occurrences\r\nocurent,occurrent\r\nocuring,occurring\r\nocurr,occur\r\nocurrance,occurrence\r\nocurrances,occurrences\r\nocurrant,occurrent\r\nocurred,occurred\r\nocurrence,occurrence\r\nocurrences,occurrences\r\nocurrent,occurrent\r\nocurring,occurring\r\nocurrred,occurred\r\nocurrs,occurs\r\nocurs,occurs\r\nocustommed,accustomed\r\noddites,oddities\r\noddysey,odyssey\r\nodened,opened\r\noder,order\r\noders,orders\r\nodesn't,doesn't\r\nodne,done\r\nodomoter,odometer\r\nodonatololgist,odonatolologist\r\nodontolgicos,odontologicos\r\nodouriferous,odoriferous\r\nodourous,odorous\r\noechestrator,orchestrator\r\noen,open\r\noending,pending\r\noenolgists,oenologists\r\noepn,open\r\noepration,operation\r\noeprators,operators\r\noerlay,overlay\r\noes,does\r\noesn't,doesn't\r\nofan,often\r\nofcially,officially\r\nofcoruse,ofcourse\r\nofcoure,ofcourse\r\nofcoures,ofcourse\r\nofcourse,of course\r\nofcousre,ofcourse\r\nofcrouse,ofcourse\r\nofdata,of data\r\nofden,often\r\nofed,often\r\nofen,often\r\nofent,often\r\nofentimes,oftentimes\r\nofer,over\r\nofered,offered\r\nofering,offering\r\noferings,offerings\r\noferred,offered\r\nofers,offers\r\noff-shoot,offshoot\r\noff-shoots,offshoots\r\noffce,office\r\noffcer,officer\r\noffcers,officers\r\noffcial,official\r\noffcially,officially\r\noffcier,officer\r\noffcourse,off course\r\noffden,often\r\noffen,often\r\noffendor,offender\r\noffensivelly,offensively\r\noffensivley,offensively\r\noffensivly,offensively\r\noffercers,officers\r\noffercis,offices\r\nofferd,offered\r\noffere,offer\r\noffereing,offering\r\noffereings,offerings\r\nofferfar,offer far\r\nofferred,offered\r\nofferring,offering\r\nofferrings,offerings\r\noffesnively,offensively\r\noffest,offset\r\noffet,offset\r\nofffcourse,offf course\r\nofffered,offered\r\nofffering,offering\r\noffferings,offerings\r\noffffcourse,offff course\r\nofffffcourse,offfff course\r\nofffice,office\r\noffficer,officer\r\noffficers,officers\r\nofffices,offices\r\noffficial,official\r\noffficially,officially\r\noffficials,officials\r\nofffset,offset\r\noffially,officially\r\noffic,office\r\nofficail,official\r\nofficaildom,officialdom\r\nofficailism,officialism\r\nofficailly,officially\r\nofficails,officials\r\noffical,official\r\nofficaldom,officialdom\r\nofficalism,officialism\r\nofficality,officiality\r\noffically,officially\r\nofficals,officials\r\nofficaly,officially\r\nofficcial,official\r\nofficcialdom,officialdom\r\nofficcialism,officialism\r\nofficcially,officially\r\nofficcials,officials\r\nofficiall,official\r\nofficiallly,officially\r\nofficialy,officially\r\nofficical,official\r\nofficiel,official\r\noffine,offline\r\noffisde,offside\r\nofforing,offering\r\noffpsring,offspring\r\noffputting,off-putting\r\noffred,offered\r\noffsers,offers\r\noffsert,offset\r\noffseta,offset\r\noffseting,offsetting\r\noffshot,offshoot\r\noffsited,offside\r\noffspirng,offspring\r\noffsrping,offspring\r\nofft,often\r\nofftan,often\r\nofften,often\r\noffœ,off\r\noficaly,officially\r\nofice,office\r\noficeholders,officeholders\r\noficer,officer\r\noficers,officers\r\nofices,offices\r\noficial,official\r\noficially,officially\r\noficials,officials\r\noficiates,officiates\r\noflarger,larger\r\noflen,often\r\noflinear,linear\r\nofload,offload\r\nofocurse,ofcourse\r\nofr,of\r\noft-times,ofttimes\r\noftain,often\r\noftalmoligica,oftalmologica\r\noftan,often\r\noftem,often\r\noften-times,oftentimes\r\noftenly,often\r\noftent,often\r\nofter,often\r\noftern,often\r\nofthe,of\r\noftin,often\r\noftne,often\r\nofton,often\r\noftun,often\r\noging,going\r\nogivly,ogively\r\nogliarchy,oligarchy\r\nogranisation,organisation\r\nogranisational,organisational\r\nogranisations,organisations\r\nogranise,organise\r\nogranised,organised\r\nogranises,organises\r\nogranising,organising\r\nogranization,organization\r\nogranizational,organizational\r\nogranizations,organizations\r\nogranize,organize\r\nogranized,organized\r\nogranizes,organizes\r\nogranizing,organizing\r\nogrilla,gorilla\r\noher,other\r\noherwise,otherwise\r\nohow,how\r\nohter,other\r\nohters,others\r\nohthehorrrror,ohthehorror\r\noif,of\r\noilfeild,oilfield\r\noilgarchy,oligarchy\r\noill,oil\r\noin,join\r\noister,oyster\r\noit,out\r\noither,others\r\nojbect,object\r\nojbects,objects\r\noject's,object's\r\noject,object\r\nojectives,objectives\r\nojects,objects\r\nokalahoma,Oklahoma\r\nokarito,ōkārito\r\nokaye,okay\r\nokaysionaly,occasionally\r\noken,token\r\nolbigatory,obligatory\r\nolbiterated,obliterated\r\nold-fationed,old-fashioned\r\noldd,old\r\noldder,older\r\nolded,oldest\r\nolders,older\r\noldfashioned,old-fashioned\r\noldr,older\r\nolf,old\r\nolgivly,olgively\r\noligarcy,oligarchy\r\noligrachy,oligarchy\r\nolivvver,olivver\r\nollaboration,collaboration\r\nolmpic,olympic\r\nolmpics,olympics\r\nolmypic,olympic\r\nolmypics,olympics\r\nolnly,only\r\nolny,only\r\nolor,color\r\nolreans,orleans\r\nolsdattter,olsdatter\r\nolso,also\r\noly,only\r\nolymic,olympic\r\nolymics,olympics\r\nolymipcs,olympics\r\nolympis,olympics\r\nolypic,olympic\r\nolypics,olympics\r\nolypmic,olympic\r\nolypmics,olympics\r\nomayad,umayyad\r\nomayads,umayyads\r\nomayed,umayyad\r\nomayeds,umayyads\r\nomayid,umayyad\r\nomayids,umayyads\r\nomayyad,umayyad\r\nomayyads,umayyads\r\nomayyed,umayyad\r\nomayyeds,umayyads\r\nomayyid,umayyad\r\nomayyids,umayyads\r\nome,some\r\nomenous,ominous\r\nomenously,ominously\r\nomicion,omission\r\nomicions,omissions\r\nominpotent,omnipotent\r\nominscient,omniscient\r\nomisible,omissible\r\nomisibly,omissibly\r\nomision,omission\r\nomisionaries,omissionaries\r\nomisionary,omissionary\r\nomisions,omissions\r\nomisive,omissive\r\nomisively,omissively\r\nomissble,omissible\r\nomissbly,omissibly\r\nomisson,omission\r\nomissonaries,omissionaries\r\nomissonary,omissionary\r\nomissons,omissions\r\nomisssion,omission\r\nomisssions,omissions\r\nomissve,omissive\r\nomissvely,omissively\r\nomit's,omits\r\nomite,omit\r\nomited,omitted\r\nomitedly,omittedly\r\nomiter,omitter\r\nomiting,omitting\r\nomition,omission\r\nomitions,omissions\r\nomitt,omit\r\nomittted,omitted\r\nomittting,omitting\r\nomlette,omelette\r\nomlettes,omelettes\r\nommand,command\r\nommayad,umayyad\r\nommayads,umayyads\r\nommayed,umayyad\r\nommayeds,umayyads\r\nommayid,umayyad\r\nommayids,umayyads\r\nommayyad,umayyad\r\nommayyads,umayyads\r\nommayyed,umayyad\r\nommayyeds,umayyads\r\nommayyid,umayyad\r\nommayyids,umayyads\r\nomment,comment\r\nommicion,omission\r\nommicions,omissions\r\nomminous,ominous\r\nomminously,ominously\r\nommision,omission\r\nommisions,omissions\r\nommission,omission\r\nommissions,omissions\r\nommit,omit\r\nommited,omitted\r\nommiter,omitter\r\nommiting,omitting\r\nommition,omission\r\nommitions,omissions\r\nommitted,omitted\r\nommitter,omitter\r\nommitting,omitting\r\nomn,on\r\nomnicience,omniscience\r\nomniciences,omnisciences\r\nomnicient,omniscient\r\nomnicientific,omniscientific\r\nomnicientifically,omniscientifically\r\nomnicientious,omniscientious\r\nomnicientiously,omniscientiously\r\nomniciently,omnisciently\r\nomnij,main\r\nomnious,ominous\r\nomniously,ominously\r\nomnipetent,omnipotent\r\nomnipitent,omnipotent\r\nomnipotant,omnipotent\r\nomniscienct,omniscient\r\nomnisicent,omniscient\r\nomnisience,omniscience\r\nomnisiences,omnisciences\r\nomnisient,omniscient\r\nomnisientific,omniscientific\r\nomnisientifically,omniscientifically\r\nomnisientious,omniscientious\r\nomnisientiously,omniscientiously\r\nomnisiently,omnisciently\r\nomnivare,omnivore\r\nomnivares,omnivores\r\nomnivarous,omnivorous\r\nomnivarously,omnivorously\r\nomnivere,omnivore\r\nomniveres,omnivores\r\nomniverous,omnivorous\r\nomniverously,omnivorously\r\nomnivire,omnivore\r\nomnivires,omnivores\r\nomnivirous,omnivorous\r\nomnivirously,omnivorously\r\nomnivure,omnivore\r\nomnivures,omnivores\r\nomnivurous,omnivorous\r\nomnivurously,omnivorously\r\nomnsicient,omniscient\r\nomot,omit\r\nompatible,compatible\r\nompile,compile\r\nomplete,complete\r\nomponent,component\r\nompressiblity,ompressibility\r\nomre,more\r\nomve,move\r\non't,don't\r\non-cavas,on-canvas\r\non-demamnd,on-demand\r\non-deman,on-demand\r\non-going,ongoing\r\non-premice,on-premise\r\nona,on\r\nonable,unable\r\nonatrio,ontario\r\nonbaord,onboard\r\nonboaring,onboarding\r\nonborad,onboard\r\nonbperater,operator\r\noncallled,oncalled\r\noncce,once\r\nonced,once\r\nonces,ones\r\noncolgicas,oncologicas\r\noncolgico,oncologico\r\noncolgist,oncologist\r\noncolgists,oncologists\r\noncoligical,oncological\r\noncsreen,onscreen\r\noncurrency,concurrency\r\noncurrent,concurrent\r\nond,end\r\nonditions,conditions\r\nondly,only\r\none-dimentional,one-dimensional\r\none-microseciond,one-microsecond\r\nonece,once\r\noned,owned\r\noneday,one day\r\noneeslf,oneself\r\noneeslves,oneselves\r\nonef,one\r\nonely,only\r\nonen,one\r\nonentry,entry\r\noneslef,oneself\r\nonesleves,oneselves\r\noneslf,oneself\r\noneslves,oneselves\r\nonest,honest\r\nonet,one\r\nonf,on\r\nonfidence,confidence\r\nonfiguration,configuration\r\nonfigure,configure\r\nonfigured,configured\r\nonfo,info\r\nonforgetable,unforgettable\r\nonformation,information\r\nonforthantly,unfortunately\r\nonfortumatly,unfortunately\r\nong,song\r\nongewild,gonewild\r\nonging,ongoing\r\nongoign,ongoing\r\nongonig,ongoing\r\nonhappy,unhappy\r\nonice,once\r\nonin,onion\r\nonionsn,onions\r\nonirous,onerous\r\nonject,object\r\nonjects,objects\r\nonkly,only\r\nonkoligist,onkologist\r\nonky,only\r\nonl,only\r\nonld,old\r\nonle,only\r\nonlin,online\r\nonlly,only\r\nonlog,olog\r\nonlsaught,onslaught\r\nonlt,only\r\nonlya,only\r\nonlyy,only\r\nonm,on\r\nonmipotent,omnipotent\r\nonmiscient,omniscient\r\nonn,on\r\nonne,one\r\nonniver,anniversary\r\nonoging,ongoing\r\nonomasiolgical,onomasiological\r\nonomatopeia,onomatopoeia\r\nonomatopeic,onomatopoeic\r\nonomatopeoia,onomatopoeia\r\nonomatopeoic,onomatopoeic\r\nonorous,onerous\r\nonot,note\r\nonotolgies,onotologies\r\nonpd,opened\r\nonpend,opened\r\nonr,on\r\nonre,one\r\nons-splitte-content,ons-splitter-content\r\nonsalught,onslaught\r\nonself,oneself\r\nonserved,observed\r\nonslaugt,onslaught\r\nonslaugth,onslaught\r\nonsluaght,onslaught\r\nonstructor,constructor\r\nonstructs,constructs\r\nont,one\r\nont-family,font-family\r\nontainer,container\r\nontaining,containing\r\nontains,contains\r\nontairo,ontario\r\nonthe,on\r\nontinue,continue\r\nontly,only\r\nontolgies,ontologies\r\nontoligies,ontologies\r\nontraio,ontario\r\nontrol,control\r\nonu,one\r\nonusually,unusually\r\nonventions,conventions\r\nonversion,conversion\r\nonvert,convert\r\nonw,own\r\nonwer,owner\r\nonwership,ownership\r\nony,only\r\nonyl,only\r\noo,to\r\noobject,object\r\nooking,looking\r\nool-specific,pool-specific\r\nooltip,tooltip\r\noone,one\r\noonly,only\r\nooommmed,ooommed\r\noooozzzzing,oooozzing\r\nooozzzing,ooozzing\r\noopback,loopback\r\noopersit,opposite\r\nooptional,optional\r\nootherwise,otherwise\r\noout,out\r\nopacifer,opacifier\r\nopacit,opacity\r\nopacitydefvalue,opacity\r\nopactiy,opacity\r\nopacty,opacity\r\nopague,opaque\r\noparater,operator\r\noparator,operator\r\nopartions,operations\r\nopartor,operator\r\nopaset,opposite\r\nopasit,opposite\r\nopasite,opposite\r\nopasity,opacity\r\nopater,operator\r\nopbject,object\r\nopcde,opcode\r\nopcionally,optionally\r\nopcitons,options\r\nopcity,opacity\r\nopeale,operator\r\nopean,open\r\nopeands,operands\r\nopearations,operations\r\nopearte,operate\r\nopeartion,operation\r\nopeartions,operations\r\nopeartor,operator\r\nopeations,operations\r\nopeator,operator\r\nopeh,open\r\nopeion,option\r\nopem,open\r\nopen-soruce,open-source\r\nopen-sourcewelt,open-source-welt\r\nopenarting,operating\r\nopencensus,census\r\nopend,opened\r\nopended,opened\r\nopene,open\r\nopeneing,opening\r\nopenend,opened\r\nopenened,opened\r\nopenening,opening\r\nopeness,openness\r\nopenned,opened\r\nopenning,opening\r\nopennings,openings\r\nopennnings,opennings\r\nopenrating,operating\r\nopenss,opens\r\nopent,opened\r\noper,open\r\noperaation,operation\r\noperabilty,operability\r\noperacional,operational\r\noperaion,operation\r\noperaions,operations\r\noperaitions,operations\r\noperaiton,operation\r\noperaration,operation\r\noperaring,operating\r\noperarting,operating\r\noperartor-module,operator-module\r\noperasional,operational\r\noperat,opera\r\noperatar,operator\r\noperatations,operations\r\noperateing,operating\r\noperater,operator\r\noperaters,operators\r\noperatie,operative\r\noperatings,operations\r\noperatins,operations\r\noperatioin,operation\r\noperatioins,operations\r\noperationable,operational\r\noperationaly,operationally\r\noperationel,operational\r\noperationg,operating\r\noperationgs,operations\r\noperationnal,operational\r\noperationss,operations\r\noperationst,operations\r\noperatioons,operations\r\noperatiosn,operations\r\noperatitons,operations\r\noperativne,operative\r\noperativos,operations\r\noperatoin,operation\r\noperatoinal,operational\r\noperatoins,operations\r\noperaton,operation\r\noperatons,operations\r\noperattor,operator\r\noperd,opened\r\nopereating,operating\r\nopereration,operation\r\noperiation,operation\r\noperiationaly,operiationally\r\noperions,options\r\noperoations,operations\r\noperrated,operated\r\noperrater,operator\r\noperrates,operates\r\noperratic,operatic\r\noperrating,operating\r\noperration,operation\r\noperrational,operational\r\noperrations,operations\r\noperrator,operator\r\noperrators,operators\r\nopersation,operation\r\nopersist,opposite\r\nopersit,opposite\r\nopersite,opposite\r\noperstios,operations\r\nopertaion,operation\r\nopertaions,operations\r\nopertanits,opportunities\r\nopertation,operation\r\nopertations,operations\r\nopertatoins,opertations\r\noperter,operator\r\nopertinities,opportunities\r\nopertion,operation\r\nopertions,operations\r\nopertonites,opportunities\r\nopertor,operator\r\nopertunaties,opportunities\r\nopertunites,opportunities\r\nopertunities,opportunities\r\nopertunity,opportunity\r\nopeset,opposite\r\nopesit,opposite\r\nopetaion,operation\r\nopetation,operation\r\nophan,orphan\r\nophthalmatolgist,ophthalmatologist\r\nophthalmolgical,ophthalmological\r\nophthalmolgists,ophthalmologists\r\nophthamolgists,ophthamologists\r\nopicet,opposite\r\nopin,open\r\nopinate,opine\r\nopiniated,opinionated\r\nopiniones,opinions\r\nopinionted,opinionated\r\nopinoins,opinions\r\nopinon,opinion\r\nopinonated,opinionated\r\nopiod,opioid\r\nopiods,opioids\r\nopion,opinion\r\nopional,optional\r\nopionated,opinionated\r\nopionion,opinion\r\nopions,options\r\nopisit,opposite\r\nopisite,opposite\r\nopissite,opposite\r\nopiste,opposite\r\nopitcal,optical\r\nopitet,opposite\r\nopition,option\r\nopitmal,optimal\r\nopiton,option\r\nopitons,options\r\nopject,object\r\nopjects,objects\r\nopne,open\r\nopned,opened\r\nopneed,opened\r\nopneing,opening\r\nopnr,opened\r\nopnt,opened\r\nopocet,opposite\r\nopod,opened\r\nopoist,opposite\r\nopolgies,opologies\r\nopon,upon\r\noponent,opponent\r\noponents,opponents\r\noponod,opened\r\nopoond,opened\r\noportumities,opportunities\r\noportuna,opportuna\r\noportunaj,opportunaj\r\noportunam,opportunam\r\noportunamente,opportunamente\r\noportunas,opportunas\r\noportundades,opportundades\r\noportune,opportune\r\noportunety,opportunety\r\noportunidad,opportunidad\r\noportunidadas,opportunidadas\r\noportunidaddesubida,opportunidaddesubida\r\noportunidade,opportunidade\r\noportunidaded,opportunidaded\r\noportunidadedachina,opportunidadedachina\r\noportunidades,opportunidades\r\noportunidadesbh,opportunidadesbh\r\noportunidadesdia,opportunidadesdia\r\noportunidadeson,opportunidadeson\r\noportunidadis,opportunidadis\r\noportunidads,opportunidads\r\noportunidaes,opportunidaes\r\noportunidat,opportunidat\r\noportunioty,opportunioty\r\noportunis,opportunis\r\noportunist,opportunist\r\noportunista,opportunista\r\noportunistas,opportunistas\r\noportunistic,opportunistic\r\noportunistik,opportunistik\r\noportunisto,opportunisto\r\noportunita,opportunita\r\noportunitas,opportunitas\r\noportunitat,opportunitat\r\noportunitate,opportunitate\r\noportunitatea,opportunitatea\r\noportunitatem,opportunitatem\r\noportunitati,opportunitati\r\noportunitatile,opportunitatile\r\noportunitatilor,opportunitatilor\r\noportunitatis,opportunitatis\r\noportunitats,opportunitats\r\noportunitdad,opportunitdad\r\noportunite,opportunite\r\noportunites,opportunites\r\noportunitie,opportunitie\r\noportunities,opportunities\r\noportunitties,opportunitties\r\noportunity,opportunity\r\noportunitys,opportunitys\r\noportunitysau,opportunitysau\r\noportunitytod,opportunitytod\r\noportunitytoday,opportunitytoday\r\noportuniz,opportuniz\r\noportunnity,opportunnity\r\noportuno,opportuno\r\noportunos,opportunos\r\noportunties,opportunties\r\noportuntiies,opportuntiies\r\noportunty,opportunty\r\noportunus,opportunus\r\noportunuty,opportunuty\r\nopose,oppose\r\noposed,opposed\r\noposes,opposes\r\noposet,opposite\r\noposici,opposici\r\noposicin,opposicin\r\noposicio,opposicio\r\noposicion,opposicion\r\noposiciones,opposiciones\r\noposicionesaldia,opposicionesaldia\r\noposide,opposide\r\noposies,opposies\r\noposihoso,opposihoso\r\noposiite,opposiite\r\noposika,opposika\r\noposikpro,opposikpro\r\noposim,opposim\r\noposing,opposing\r\noposinization,opposinization\r\noposisi,opposisi\r\noposisyong,opposisyong\r\noposit,opposite\r\noposite,opposite\r\nopositeof,oppositeof\r\noposites,opposites\r\nopositing,oppositing\r\noposition,opposition\r\nopositition,opposition\r\nopositive,oppositive\r\nopositon,oppositon\r\nopositor,oppositor\r\nopositores,oppositores\r\nopositorio,oppositorio\r\nopositorum,oppositorum\r\noposom,opossum\r\noposomon,opossumon\r\noposomons,opossumons\r\noposoms,opossums\r\noposomus,opossumus\r\noposomwood,opossumwood\r\noposomwoods,opossumwoods\r\noposse,oppose\r\nopossed,opposed\r\noposses,opposes\r\nopossing,opposing\r\nopossite,opposite\r\nopossom,opossum\r\nopossomon,opossumon\r\nopossomons,opossumons\r\nopossoms,opossums\r\nopossomus,opossumus\r\nopossomwood,opossumwood\r\nopossomwoods,opossumwoods\r\noposum,opossum\r\noposumon,opossumon\r\noposumons,opossumons\r\noposums,opossums\r\noposumus,opossumus\r\noposumwood,opossumwood\r\noposumwoods,opossumwoods\r\noposut,opposite\r\nopottie,opposite\r\noppartunities,opportunities\r\noppasit,opposite\r\noppasite,opposite\r\noppasitely,oppositely\r\noppasites,opposites\r\noppater,operator\r\noppcite,opposite\r\noppecit,opposite\r\noppen,open\r\noppened,opened\r\noppenent,opponent\r\noppenents,opponents\r\noppenerts,opponents\r\noppening,opening\r\noppenitonaties,opportunities\r\noppenly,openly\r\noppens,opens\r\nopperate,operate\r\nopperating,operating\r\nopperation,operation\r\nopperations,operations\r\nopperisit,opposite\r\nopperset,opposite\r\noppersist,opposite\r\noppersite,opposite\r\noppertoms,opportunities\r\nopperttunity,opportunity\r\noppertunaties,opportunities\r\noppertunies,opportunities\r\noppertunities,opportunities\r\noppertunity,opportunity\r\noppertunties,opportunities\r\noppese,oppose\r\noppesed,opposed\r\noppeses,opposes\r\noppeset,opposite\r\noppesing,opposing\r\noppesite,opposite\r\noppesites,opposites\r\noppest,opposite\r\noppestide,opposite\r\noppiec,opposite\r\noppinion,opinion\r\noppinon,opinion\r\noppioite,opposite\r\noppisate,opposite\r\noppiset,opposite\r\noppisit,opposite\r\noppisite,opposite\r\noppist,opposite\r\noppiste,opposite\r\noppistte,opposite\r\noppite,opposite\r\noppitsite,opposite\r\noppoiste,opposite\r\nopponant,opponent\r\nopponants,opponents\r\nopponenet,opponent\r\nopponenets,opponent\r\nopponet,opponent\r\nopponnent,opponent\r\nopponnents,opponents\r\noppononent,opponent\r\noppononents,opponents\r\nopporiuntiy,opportunities\r\nopportinuty,opportunities\r\nopportumes,opportunities\r\nopportumties,opportunities\r\nopportunaties,opportunities\r\nopportuniste,opportunities\r\nopportunites,opportunities\r\nopportunitys,opportunities\r\nopportunties,opportunities\r\nopporunities,opportunities\r\nopporunity,opportunity\r\nopposate,opposite\r\nopposately,oppositely\r\nopposates,opposites\r\nopposeable,opposable\r\nopposeble,opposable\r\nopposet,opposite\r\nopposiable,opposable\r\nopposibility,opposability\r\nopposible,opposable\r\nopposide,opposite\r\nopposil,opposite\r\nopposim,opossum\r\nopposion,opposition\r\nopposiste,opposites\r\nopposit,opposite\r\nopposited,opposed\r\noppositioin,opposition\r\noppositition,opposition\r\noppositly,oppositely\r\nopposits,opposites\r\nopposom,opossum\r\nopposomon,opossumon\r\nopposomons,opossumons\r\nopposoms,opossums\r\nopposomus,opossumus\r\nopposomwood,opossumwood\r\nopposomwoods,opossumwoods\r\nopposse,oppose\r\noppossed,opposed\r\nopposses,opposes\r\noppossing,opposing\r\noppossite,opposite\r\noppossitte,opposite\r\noppossom,opossum\r\noppossomon,opossumon\r\noppossomons,opossumons\r\noppossoms,opossums\r\noppossomus,opossumus\r\noppossomwood,opossumwood\r\noppossomwoods,opossumwoods\r\noppossum,opossum\r\noppossumon,opossumon\r\noppossumons,opossumons\r\noppossums,opossums\r\noppossumus,opossumus\r\noppossumwood,opossumwood\r\noppossumwoods,opossumwoods\r\noppost,opposite\r\nopposte,opposite\r\nopposties,opposites\r\nopposuble,opposable\r\nopposum,opossum\r\nopposumon,opossumon\r\nopposumons,opossumons\r\nopposums,opossums\r\nopposumus,opossumus\r\nopposumwood,opossumwood\r\nopposumwoods,opossumwoods\r\noppotunities,opportunities\r\noppotunity,opportunity\r\noppourtunites,opportunities\r\noppourtunity,opportunity\r\noppportunity,opportunity\r\noppracnate,approximate\r\noppratorate,appropriate\r\noppres,oppress\r\noppresed,oppressed\r\noppresing,oppressing\r\noppresion,oppression\r\noppresive,oppressive\r\noppresively,oppressively\r\noppresor,oppressor\r\noppresors,oppressors\r\noppresser,oppressor\r\noppressin,oppression\r\noppressiun,oppressing\r\noppresso,oppression\r\noppresssing,oppressing\r\noppresssion,oppression\r\noppretunities,opportunities\r\noppritunites,opportunities\r\nopprotunities,opportunities\r\nopprotunity,opportunity\r\nopproxamate,approximate\r\nopproxamatly,approximately\r\nopproximate,approximate\r\nopproxsimately,approximately\r\noppside,opposite\r\noppsite,opposite\r\nopptions,options\r\noppurmties,opportunities\r\noppurnities,opportunities\r\noppurtules,opportunities\r\noppurtuneties,opportunities\r\noppurtunies,opportunities\r\noppurtuniites,opportunities\r\noppurtunities,opportunities\r\noppurtunity,opportunity\r\nopputunity,opportunity\r\nopqaue,opaque\r\nopra,opera\r\noprate,operate\r\noprating,operating\r\nopration,operation\r\noprationaly,oprationally\r\noprator,operator\r\noprators,operators\r\nopratr,operator\r\nopratte,operator\r\nopreation,operation\r\nopreraytor,operator\r\nopres,oppress\r\nopresant,oppressant\r\nopresants,oppressants\r\nopresed,oppressed\r\nopreser,oppresser\r\nopresers,oppressers\r\nopreses,oppresses\r\nopresible,oppressible\r\nopresivu,oppressivu\r\nopresor,oppressor\r\nopresors,oppressors\r\nopress,oppress\r\nopressant,oppressant\r\nopressants,oppressants\r\nopressed,oppressed\r\nopressedmexican,oppressedmexican\r\nopresser,oppresser\r\nopressers,oppressers\r\nopresses,oppresses\r\nopressfc,oppressfc\r\nopressible,oppressible\r\nopressing,oppressing\r\nopression,oppression\r\nopressionistic,oppressionistic\r\nopressions,oppressions\r\nopressive,oppressive\r\nopresso,oppresso\r\nopressor,oppressor\r\nopressora,oppressora\r\nopressors,oppressors\r\nopretor,operator\r\noprhans,orphans\r\noprimization,optimization\r\noprotunitys,opportunities\r\nopsite,opposite\r\nopssible,possible\r\noptain,obtain\r\noptained,obtained\r\noptaning,obtaining\r\nopterations,operations\r\nopthalmic,ophthalmic\r\nopthalmolgic,opthalmologic\r\nopthalmologist,ophthalmologist\r\nopthalmologists,ophthalmologists\r\nopthalmology,ophthalmology\r\nopthamic,ophthalmic\r\nopthamolgist,opthamologist\r\nopthamologist,ophthalmologist\r\nopthamologists,ophthalmologists\r\nopthamology,ophthalmology\r\nopticion,optician\r\noptiistic,optimistic\r\noptimaal,optimal\r\noptimation,optimization\r\noptimations,optimizations\r\noptimial,optimal\r\noptimially,optimally\r\noptimiation,optimization\r\noptimim,optimism\r\noptimimized,optimized\r\noptimims,optimums\r\noptimisatioin,optimisation\r\noptimisic,optimistic\r\noptimisim,optimism\r\noptimisitc,optimistic\r\noptimisitic,optimistic\r\noptimistc,optimistic\r\noptimisticly,optimistically\r\noptimistisch,optimistic\r\noptimium,optimum\r\noptimiums,optimums\r\noptimizacion,optimization\r\noptimizare,optimize\r\noptimizate,optimize\r\noptimizating,optimization\r\noptimizatioin,optimization\r\noptimizatoin,optimization\r\noptimizaton,optimization\r\noptimizatons,optimizations\r\noptimizied,optimize\r\noptimizion,optimization\r\noptimizng,optimizing\r\noptimmized,optimized\r\noptimsitic,optimistic\r\noptimzation,optimization\r\noptimzed,optimized\r\noptimzer,optimizer\r\noptimzers,optimizers\r\noptimziation,optimization\r\noptimzie,optimize\r\noptimzied,optimized\r\noptimzies,optimizes\r\noptin,opt-in\r\noptinal,optional\r\noptinally,optimally\r\noptinals,optionals\r\noptino,option\r\noptinoal,optional\r\noptinons,options\r\noptinos,options\r\noptins,options\r\noptinum,optimum\r\noptinums,optimums\r\noptioal,optional\r\noptioanl,optional\r\noptioanlly,optionally\r\noptioannly,optionally\r\noptiocanal,optional\r\noptiofnal,optional\r\noptioin,option\r\noptiomal,optional\r\noptiomization,optimization\r\noptiomizations,optimizations\r\noptioms,options\r\noptiona,optional\r\noptionall,optionally\r\noptionallly,optionally\r\noptionaly,optionally\r\noptionat,optional\r\noptionional,optional\r\noptionj,option\r\noptionl,optional\r\noptionm,option\r\noptionnal,optional\r\noptionnally,optionally\r\noptionnals,optional\r\noptionnaly,optionally\r\noptionsc,options\r\noptionsd,options\r\noptionsl,optional\r\noptionsme,options\r\noptionss,options\r\noptionsw,options\r\noptioons,options\r\noptiopns,options\r\noptios,options\r\noptiosn,options\r\noptisation,optimisation\r\noptitian,optician\r\noptition,optician\r\noptmial,optimal\r\noptmisation,optimisation\r\noptmisations,optimisations\r\noptmise,optimise\r\noptmised,optimised\r\noptmises,optimises\r\noptmising,optimising\r\noptmism,optimism\r\noptmist,optimist\r\noptmistic,optimistic\r\noptmization,optimization\r\noptmizations,optimizations\r\noptmize,optimize\r\noptmized,optimized\r\noptmizes,optimizes\r\noptmiziation,optimization\r\noptmizing,optimizing\r\noptoin,option\r\noptoinal,optional\r\noptoins,options\r\noptomisation,optimisation\r\noptomisations,optimisations\r\noptomise,optimise\r\noptomised,optimised\r\noptomises,optimises\r\noptomising,optimising\r\noptomism,optimism\r\noptomist,optimist\r\noptomistic,optimistic\r\noptomistically,optimistically\r\noptomisticism,optimisticism\r\noptomistrists,optimistrists\r\noptomization,optimization\r\noptomizations,optimizations\r\noptomize,optimize\r\noptomized,optimized\r\noptomizes,optimizes\r\noptomizing,optimizing\r\nopton,option\r\noptons,options\r\noptout,opt-out\r\nopular,popular\r\nopursit,opposite\r\nopution,option\r\noputput,output\r\nopweration,operation\r\noracels,oracles\r\noragnered,orangered\r\noragnes,oranges\r\noragnisation,organisation\r\noragnise,organise\r\noragnised,organised\r\noragnizer,organizer\r\noragsms,orgasms\r\noralces,oracles\r\norangerd,orangered\r\norangers,oranges\r\norangism,organism\r\norangize,organize\r\noranisation,organization\r\noranised,organized\r\norbitting,orbiting\r\norbtial,orbital\r\norcale,oracle\r\norcales,oracles\r\norcatstr,orchestra\r\norcehstra,orchestra\r\norcersher,orchestra\r\norcester,orchestra\r\norcestor,orchestra\r\norcestra,orchestra\r\norcestrar,orchestra\r\norcestrator,orchestrator\r\norcestro,orchestra\r\norceter,orchestra\r\norchastra,orchestra\r\norchastras,orchestras\r\norchastrasion,orchestrasion\r\norchastrated,orchestrated\r\norchastrator,orchestrator\r\norcheaster,orchestra\r\norched,orchard\r\norcherd,orchard\r\norcherstration,orchestration\r\norchesrtator,orchestrator\r\norchesta,orchestra\r\norchestarte,orchestrate\r\norchestarted,orchestrated\r\norchestartes,orchestrates\r\norchestarting,orchestrating\r\norchestartion,orchestration\r\norchestartions,orchestrations\r\norchestartive,orchestrative\r\norchestartively,orchestratively\r\norchestartives,orchestratives\r\norchestartor,orchestrator\r\norchestartors,orchestrators\r\norchestate,orchestrate\r\norchestated,orchestrated\r\norchestates,orchestrates\r\norchestating,orchestrating\r\norchestation,orchestration\r\norchestations,orchestrations\r\norchestative,orchestrative\r\norchestatively,orchestratively\r\norchestatives,orchestratives\r\norchestator,orchestrator\r\norchestators,orchestrators\r\norchester,orchestra\r\norchestera,orchestra\r\norchesteral,orchestral\r\norchestraded,orchestrated\r\norchestraed,orchestrated\r\norchestre,orchestra\r\norchestrial,orchestra\r\norchestur,orchestra\r\norchetra,orchestra\r\norchetsa,orchestra\r\norchetsrator,orchestrator\r\norchistra,orchestra\r\norchistrated,orchestrated\r\norchostra,orchestra\r\norchreh,orchestra\r\norchretsure,orchestra\r\norchstra,orchestra\r\norchstral,orchestral\r\norchstration,orchestration\r\norchustra,orchestra\r\norcister,orchestra\r\norcostry,orchestra\r\norcresta,orchestra\r\norcrester,orchestra\r\norcristra,orchestra\r\norcutrer,orchestra\r\nordainarily,ordinarily\r\nordanaily,ordinarily\r\nordanarally,ordinarily\r\nordanaraly,ordinarily\r\nordanarily,ordinarily\r\nordanarly,ordinarily\r\nordanaryily,ordinarily\r\nordaniaraly,ordinarily\r\nordaniarly,ordinarily\r\nordanillary,ordinarily\r\nordarnarily,ordinarily\r\norde,order\r\nordear,ordeal\r\norded,ordered\r\nordenarlly,ordinarily\r\nordenary,ordinary\r\norderd,ordered\r\norderes,ordered\r\norderig,ordering\r\norderr,orders\r\norderto,order\r\nordes,order\r\nordet,order\r\nordeurves,hors d'oeuvres\r\nordianailly,ordinarily\r\nordianarly,ordinarily\r\nordianerly,ordinarily\r\nordianry,ordinary\r\nordinairily,ordinarily\r\nordinairly,ordinarily\r\nordinally,originally\r\nordinar,ordinarily\r\nordinarally,ordinarily\r\nordinaraly,ordinarily\r\nordinarelly,ordinarily\r\nordinarely,ordinarily\r\nordinarially,ordinarily\r\nordinarialy,ordinarily\r\nordinariarly,ordinarily\r\nordinarilily,ordinarily\r\nordinarilly,ordinarily\r\nordinarley,ordinarily\r\nordinarlily,ordinarily\r\nordinarlly,ordinarily\r\nordinarly,ordinary\r\nordinaroly,ordinarily\r\nordinarrly,ordinarily\r\nordinarrouly,ordinarily\r\nordinaryily,ordinarily\r\nordinaryly,ordinarily\r\nordinerily,ordinarily\r\nordinery,ordinary\r\nording,ordering\r\nordiniarly,ordinarily\r\nordinlary,ordinarily\r\nordinonaly,ordinarily\r\nordionarlly,ordinarily\r\nordner,order\r\nordonarily,ordinarily\r\nordonarly,ordinarily\r\nordoniary,ordinarily\r\nordre,order\r\nordred,ordered\r\nordunaley,ordinarily\r\nordunarly,ordinarily\r\noreacetra,orchestra\r\norechestration,orchestration\r\noreder,order\r\noredr,order\r\noredred,ordered\r\noreginally,originally\r\noreince,orience\r\noreinced,orienced\r\noreint,orient\r\noreintal,oriental\r\noreintalaromaticsblog,orientalaromaticsblog\r\noreintale,orientale\r\noreintalis,orientalis\r\noreintation,orientation\r\noreintationm,orientationm\r\noreinted,oriented\r\noreintem,orientem\r\noreintreich,orientreich\r\norelans,orleans\r\norentated,orientated\r\noresented,presented\r\norfan,orphan\r\norfen,often\r\norgainisation,organisation\r\norgainsation,organisation\r\norgainse,organise\r\norgainsed,organised\r\norgainzation,organizations\r\norgainze,organize\r\norgainzer,organizer\r\norganazation,organization\r\norganered,orangered\r\norganes,organise\r\norganial,originally\r\norganially,originally\r\norganicaly,organically\r\norganices,organise\r\norganiclly,organically\r\norganie,organise\r\norganim,organism\r\norganims,organism\r\norganiozation,organization\r\norganisaiton,organisation\r\norganisate,organise\r\norganisationaly,organisationally\r\norganisationens,organisations\r\norganisationers,organisations\r\norganisationnal,organisational\r\norganisationnels,organisations\r\norganisatios,organizations\r\norganisatiosn,organisations\r\norganisatoin,organisation\r\norganisatoins,organisations\r\norganisaton,organisation\r\norganisatons,organisations\r\norganisaztion,organization\r\norganische,organise\r\norganisera,organizers\r\norganiserad,organised\r\norganisere,organizers\r\norganisert,organizers\r\norganisier,organise\r\norganisim,organism\r\norganisims,organism\r\norganision,organisation\r\norganiske,organise\r\norganismed,organise\r\norganismen,organise\r\norganismer,organise\r\norganismes,organisms\r\norganismus,organisms\r\norganistaion,organisation\r\norganistaions,organisations\r\norganiste,organise\r\norganisten,organise\r\norganistion,organisation\r\norganistm,organism\r\norganistms,organisms\r\norganiszation's,organization's\r\norganiszed,organise\r\norganites,organise\r\norganiz,organize\r\norganizacion,organization\r\norganizacional,organizational\r\norganizaed,organize\r\norganizaion,organization\r\norganizaiton,organization\r\norganizaitonal,organizational\r\norganizare,organizer\r\norganizarea,organizer\r\norganizarem,organizer\r\norganizarme,organizer\r\norganizarte,organizer\r\norganizate,organize\r\norganizatinal,organizational\r\norganizatioanl,organizational\r\norganizatioin,organization\r\norganizatioinal,organizational\r\norganizatioins,organizations\r\norganizationnal,organizational\r\norganizationr,organization\r\norganizatiosn,organizations\r\norganizativo,organization\r\norganizativos,organizations\r\norganizatoin,organization\r\norganizatoinal,organizational\r\norganizatoins,organizations\r\norganizatoni,organization\r\norganizatons,organizations\r\norganizms,organism\r\norganizors,organizers\r\norganiztion,organization\r\norganizuje,organize\r\norganly,originally\r\norgansation,organisation\r\norgansational,organisational\r\norgansations,organisations\r\norganse,organise\r\norgansed,organised\r\norganses,organises\r\norgansiation,organisation\r\norgansiations,organisations\r\norgansie,organise\r\norgansied,organised\r\norgansim,organism\r\norgansims,organisms\r\norgansing,organising\r\norgansistm,organism\r\norgansistms,organisms\r\norganzation,organization\r\norganzational,organizational\r\norganzations,organizations\r\norganze,organize\r\norganzed,organized\r\norganzes,organizes\r\norganziation,organization\r\norganziational,organizational\r\norganziations,organizations\r\norganzie,organize\r\norganzier,organizer\r\norganziers,organizers\r\norganzing,organizing\r\norgasmes,orgasms\r\norgasmos,orgasms\r\norgasmus,orgasms\r\norgen,organ\r\norgestrer,orchestra\r\norghogonal,orthogonal\r\norgi's,orgies\r\norgianized,organized\r\norgin,origin\r\norginal's,original\r\norginal,original\r\norginally,originally\r\norginals,originals\r\norginaly,originally\r\norginanly,originally\r\norginasation,organisation\r\norginasations,organisations\r\norginate,originate\r\norginated,originated\r\norginates,originates\r\norginating,originating\r\norgination,origination\r\norginations,originations\r\norginator,originator\r\norginators,originators\r\norginazation,organization\r\norginazational,organizational\r\norginazations,organizations\r\norginial,original\r\norginially,originally\r\norginiate,originate\r\norginiated,originated\r\norginiates,originates\r\norginiating,originating\r\norginiation,origination\r\norginiations,originations\r\norginiator,originator\r\norginisation,organisation\r\norginisational,organisational\r\norginisations,organisations\r\norginise,organise\r\norginised,organised\r\norginises,organises\r\norginising,organising\r\norginization,organization\r\norginizational,organizational\r\norginizations,organizations\r\norginize,organise\r\norginized,organized\r\norginizes,organizes\r\norginizing,organizing\r\norginoil,ordinarily\r\norgins,origins\r\norgister,orchestra\r\norgnaisation,organisations\r\norgnaised,organised\r\norgnaization,organization\r\norgnaizations,organizations\r\norgnaize,organize\r\norgnaized,organized\r\norgnial,original\r\norgnially,originally\r\norgniate,originate\r\norgniated,originated\r\norgniates,originates\r\norgniating,originating\r\norgniation,origination\r\norgniations,originations\r\norgniator,originator\r\norgniazation,organization\r\norgnisation,organisation\r\norgnisational,organisational\r\norgnisations,organisations\r\norgnise,organise\r\norgnised,organised\r\norgnises,organises\r\norgnising,organising\r\norgnization,organization\r\norgnizational,organizational\r\norgnizations,organizations\r\norgnize,organize\r\norgnized,organized\r\norgnizes,organizes\r\norgnizing,organizing\r\norgranisation,organisation\r\norgranized,organized\r\norhaned,orphaned\r\norhcestra,orchestra\r\norher,other\r\norhpans,orphans\r\norhtodox,orthodox\r\noriance,orience\r\norianced,orienced\r\noriant,orient\r\noriantal,oriental\r\noriantalia,orientalia\r\noriantar,orientar\r\noriantated,orientated\r\noriantation,orientation\r\norianted,oriented\r\noriantel,orientel\r\noriantha,orientha\r\norianthi,orienthi\r\norianthologist,orienthologist\r\norianthy,orienthy\r\norianti,orienti\r\noriantion,oriention\r\noribtal,orbital\r\noricginal,original\r\norider,order\r\noridganaly,originally\r\noridgenally,originally\r\noridgenly,originally\r\noridgenouly,originally\r\noridgonally,originally\r\noridinally,originally\r\noridinarily,ordinarily\r\noridinarly,ordinarily\r\noridinary,ordinary\r\noridnary,ordinary\r\noridnigly,originally\r\noridtionaly,originally\r\norientacion,orientation\r\norientaion,orientation\r\norientarla,oriental\r\norientarlo,oriental\r\norientatied,orientated\r\norientatio,orientation\r\norientato,orientation\r\norientatoin,orientation\r\norientedf,oriented\r\norienteted,oriented\r\norientied,oriented\r\noriention,orientation\r\norientstion,orientation\r\norietantions,orientations\r\norif,or\r\noriganal,original\r\noriganally,originally\r\noriganaly,originally\r\noriganially,originally\r\noriganilly,originally\r\noriganily,originally\r\noriganlly,orignally\r\norigannaly,originally\r\norigedenally,originally\r\norigen,origin\r\norigenally,originally\r\norigenaly,originally\r\norigennaly,originally\r\norigernally,originally\r\norigial,original\r\norigially,originally\r\norigianal,original\r\norigianally,originally\r\norigianl,original\r\norigianlly,originally\r\norigienoley,originally\r\norigim,origin\r\norigina,original\r\noriginales,originals\r\noriginalet,originated\r\noriginalis,originals\r\noriginall,original\r\noriginallity,originality\r\noriginalt,originality\r\noriginalty,originality\r\noriginaly,originally\r\noriginalyl,originally\r\noriginas,origins\r\norigine,origin\r\norigines,origins\r\noriginial,originally\r\noriginially,originally\r\noriginialy,originally\r\noriginiate,originate\r\noriginiated,originated\r\noriginiates,originates\r\noriginiating,originating\r\noriginiation,origination\r\noriginiations,originations\r\noriginiator,originator\r\noriginization,organization\r\noriginl,original\r\noriginnally,originally\r\noriginnaly,originally\r\noriginsl,originals\r\norigintea,originate\r\noriginually,originally\r\norigional,original\r\norigionally,originally\r\norigionaly,originally\r\norigionate,originate\r\norigionated,originated\r\norigionates,originates\r\norigionating,originating\r\norigionation,origination\r\norigionations,originations\r\norigionator,originator\r\norign,origin\r\norignal,original\r\norignally,originally\r\norignate,originate\r\norignated,originated\r\norignates,originates\r\norignating,originating\r\norignation,origination\r\norignations,originations\r\norignator,originator\r\norignators,originators\r\norignial,original\r\norigniality,originality\r\norignially,originally\r\norignials,originals\r\norigniate,originate\r\norigniated,originated\r\norigniates,originates\r\norigniating,originating\r\norigniation,origination\r\norigniations,originations\r\norigniator,originator\r\norignoally,originally\r\norigns,origins\r\norigonally,originally\r\norigonaly,originally\r\norigonated,originated\r\norigonly,originally\r\noriignal,original\r\norinarally,ordinarily\r\noringanlly,oringnally\r\noringinal,original\r\noringinally,originally\r\noringinate,originate\r\noringinated,originated\r\noringinates,originates\r\noringinating,originating\r\noringination,origination\r\noringinations,originations\r\noringinator,originator\r\noringinial,original\r\noringinially,originally\r\noringiniate,originate\r\noringiniated,originated\r\noringiniates,originates\r\noringiniating,originating\r\noringiniation,origination\r\noringiniations,originations\r\noringiniator,originator\r\noringle,originally\r\noringnial,original\r\noringnially,originally\r\noringniate,originate\r\noringniated,originated\r\noringniates,originates\r\noringniating,originating\r\noringniation,origination\r\noringniations,originations\r\noringniator,originator\r\noritence,orience\r\noritenced,orienced\r\noritental,oriental\r\noritentali,orientali\r\noritentalist,orientalist\r\noritentalists,orientalists\r\noritentated,orientated\r\noritentation,orientation\r\noritented,oriented\r\noritention,oriention\r\norivate,private\r\norks,works\r\norlenas,orleans\r\normal,formal\r\nornamentaly,ornamentally\r\nornanly,originally\r\nornge,orange\r\nornginal,original\r\nornginally,originally\r\nornginate,originate\r\nornginated,originated\r\nornginates,originates\r\nornginating,originating\r\norngination,origination\r\nornginations,originations\r\nornginator,originator\r\nornginial,original\r\nornginially,originally\r\nornginiate,originate\r\nornginiated,originated\r\nornginiates,originates\r\nornginiating,originating\r\nornginiation,origination\r\nornginiations,originations\r\nornginiator,originator\r\norngnial,original\r\norngnially,originally\r\norngniate,originate\r\norngniated,originated\r\norngniates,originates\r\norngniating,originating\r\norngniation,origination\r\norngniations,originations\r\norngniator,originator\r\nornitholgical,ornithological\r\nornitholigist,ornithologist\r\nornitholigists,ornithologists\r\nornolgists,ornologists\r\norogioanlly,orogionally\r\noroplane,aeroplane\r\norotario,oratorio\r\norotocol's,protocol's\r\norovides,provides\r\norpahns,orphans\r\norphanes,orphans\r\norphange,orphanage\r\norphanges,orphanages\r\norphns,orphans\r\norpres,oppress\r\norpresant,oppressant\r\norpresants,oppressants\r\norpresed,oppressed\r\norpreser,oppresser\r\norpresers,oppressers\r\norpreses,oppresses\r\norpresible,oppressible\r\norpresor,oppressor\r\norpresors,oppressors\r\norpress,oppress\r\norpressant,oppressant\r\norpressants,oppressants\r\norpressed,oppressed\r\norpresser,oppresser\r\norpressers,oppressers\r\norpresses,oppresses\r\norpressible,oppressible\r\norpressor,oppressor\r\norpressors,oppressors\r\norquestrators,orchestrators\r\norrandly,ordinarily\r\norrginally,originally\r\norridally,originally\r\norridginally,originally\r\norrientation,orientation\r\norrigalaly,originally\r\norriganally,originally\r\norriganily,originally\r\norriginally,originally\r\norriginaly,originally\r\norriginially,originally\r\norrigionally,originally\r\norrignally,originally\r\norrigontly,originally\r\norshestration,orchestration\r\nort,port\r\norter,order\r\northagonal,orthogonal\r\northagonally,orthogonally\r\northagonals,orthogonals\r\norther,other\r\northgonal,orthogonal\r\northobiolgic,orthobiologic\r\northobiolgical,orthobiological\r\northobioligics,orthobiologics\r\northodx,orthodox\r\northoganal,orthogonal\r\northoginal,orthogonal\r\northogonaly,orthogonally\r\northongaonal,orthogonal\r\noru,our\r\norwn,own\r\nosbidian,obsidian\r\noscilascope,oscilloscope\r\noscilating,oscillations\r\noscilator,oscillator\r\noscillatioin,oscillation\r\noscilliscope,oscilloscope\r\nosftware,software\r\noslimmediatly,oslimmediately\r\nosme,some\r\nosmething,something\r\nosp,ops\r\nosscilation,oscillation\r\nostencibly,ostensibly\r\nostenisbly,ostensibly\r\nostensability,ostensibility\r\nostensable,ostensible\r\nostensably,ostensibly\r\nostensiably,ostensibly\r\nostensibily,ostensibly\r\nostentacious,ostentatious\r\nostentaciously,ostentatiously\r\nostentibly,ostensibly\r\noster,oyster\r\nostrasiced,ostracized\r\nostrasized,ostracized\r\nostraziced,ostracized\r\nostrazised,ostracized\r\nostrecized,ostracized\r\nostricized,ostracized\r\nostrocized,ostracized\r\nosurce,source\r\nosztaly,osztally\r\not,to\r\notan,often\r\notder,order\r\notehr,other\r\notehrs,others\r\notentially,potentially\r\noteration,iteration\r\noterwise,otherwise\r\notes,notes\r\noth,with\r\nothe,the\r\notheer,other\r\nothel,other\r\nothere,other\r\nothereise,otherwise\r\notheres,others\r\notherhand,other hand\r\notherise,otherwise\r\notheriwse,otherwise\r\nothersise,otherwise\r\nothersr,others\r\nothervise,otherwise\r\notherw,others\r\notherwhise,otherwise\r\notherwide,otherwise\r\notherwie,otherwise\r\notherwies,otherwise\r\notherwisem,otherwise\r\notherwiser,otherwise\r\notherwize,otherwise\r\notherwse,otherwise\r\notherwsie,otherwise\r\notherwsise,otherwise\r\nothewise,otherwise\r\nothewwise,otherwise\r\nothrodox,orthodox\r\nothrographic,orthographic\r\nothten,often\r\nothuer,other\r\nothwerise,otherwise\r\nothwersise,otherwise\r\nothwerwise,otherwise\r\notientation,orientation\r\notification,notification\r\notify,notify\r\notigin,origin\r\notion,option\r\notional,optional\r\notionally,optionally\r\notions,options\r\notolaryngolgists,otolaryngologists\r\notolaryngoligist,otolaryngologist\r\notolgic,otologic\r\notpional,optional\r\notpions,options\r\notptional,optional\r\notput,output\r\nots,its\r\nottaman,Ottoman\r\nottowa,Ottawa\r\notu,out\r\notuput,output\r\nou,your\r\noublisher,publisher\r\noubound,outbound\r\nouditorium,auditorium\r\nouer,our\r\nouevre,oeuvre\r\nouevres,oeuvres\r\nouf,out\r\nouf-of-bounds,out-of-bounds\r\noulawed,outlawed\r\nould,should\r\nouliers,outliers\r\noultlier,outlier\r\noun,run\r\nouptut,output\r\nouptuts,outputs\r\nouput,output\r\nouput-header,output-header\r\nouputs,outputs\r\nouputted,outputted\r\nouputting,outputting\r\nour's,ours\r\noure,our\r\noureslf,ourself\r\noureslves,ourselves\r\nourgoing,outgoing\r\nourput,output\r\nourr,our\r\nourselfs,ourselves\r\nourselvs,ourselves\r\noursevles,ourselves\r\nourside,outside\r\nourslef,ourself\r\noursleves,ourselves\r\nourslf,ourself\r\nourslves,ourselves\r\noursource,outsource\r\nous,us\r\noussser,ousser\r\noustadding,outstanding\r\noustaddingly,outstandingly\r\noustandding,outstanding\r\noustanddingly,outstandingly\r\noustanding,outstanding\r\noustandingly,outstandingly\r\noustide,outside\r\noustider,outsider\r\noustiders,outsiders\r\noustpoken,outspoken\r\nout-door,outdoor\r\nout-of-vacabulary,out-of-vocabulary\r\nout-ouf-line,out-of-line\r\nout-side,outside\r\noutake,outtake\r\noutaly,outally\r\noutameter,altimeter\r\noutboug,outbound\r\noutcalssed,outclassed\r\noutclasssed,outclassed\r\noutcomde,outcome\r\noutet,outer\r\noutfeild,outfield\r\noutfeilder,outfielder\r\noutfet,outfit\r\noutfidel,outfield\r\noutfied,outfield\r\noutfiled,outfield\r\noutfite,outfit\r\noutfittters,outfitters\r\noutgoign,outgoing\r\noutgong,outgoing\r\noutgonig,outgoing\r\nouther,outer\r\nouthers,others\r\noutimeter,altimeter\r\noutisde,outside\r\noutisder,outsider\r\noutisders,outsiders\r\noutiside,outside\r\noutitude,altitude\r\noutlcassed,outclassed\r\noutlne,outline\r\noutlyers,outliers\r\noutmanever,outmaneuver\r\noutmanevered,outmaneuvered\r\noutmanevering,outmaneuvering\r\noutmanevers,outmaneuvers\r\noutmanoever,outmanoeuver\r\noutmanoevered,outmanoeuvered\r\noutmanoevering,outmanoeuvering\r\noutmanoevers,outmanoeuvers\r\noutmanouever,outmanoeuver\r\noutmanouevered,outmanoeuvered\r\noutmanouevering,outmanoeuvering\r\noutmanouevers,outmanoeuvers\r\noutmanouver,outmanoeuver\r\noutmanouvered,outmanoeuvered\r\noutmanouvering,outmanoeuvering\r\noutmanouvers,outmanoeuvers\r\noutmanuever,outmaneuver\r\noutmanuevered,outmaneuvered\r\noutmanuevering,outmaneuvering\r\noutmanuevers,outmaneuvers\r\noutmanuver,outmaneuver\r\noutmanuvered,outmaneuvered\r\noutmanuvering,outmaneuvering\r\noutmanuvers,outmaneuvers\r\noutmeter,altimeter\r\noutnumbed,outnumbered\r\noutnumberd,outnumbered\r\noutnumbred,outnumbered\r\noutnunbered,outnumbered\r\nouto,auto\r\noutout,output\r\noutp,output\r\noutp-ut,output\r\noutpalyed,outplayed\r\noutpateince,OutPatience\r\noutpateinces,OutPatiences\r\noutpateint,OutPatient\r\noutpatiance,OutPatience\r\noutpatiances,OutPatiences\r\noutpatiant,OutPatient\r\noutperfom,outperform\r\noutperfoms,outperform\r\noutperfrom,outperform\r\noutperfroms,outperform\r\noutplayd,outplayed\r\noutpout,output\r\noutpreform,outperform\r\noutpreforms,outperform\r\noutpsoken,outspoken\r\noutptu,output\r\noutpu,output\r\noutpug,output\r\noutpup,output\r\noutpur,output\r\noutpus,outputs\r\noutputed,outputted\r\noutputes,outputs\r\noutputi,output\r\noutputing,outputting\r\noutputtted,outputted\r\noutputv,output\r\noutquoteince,OutQuotience\r\noutquoteinces,OutQuotiences\r\noutquoteint,OutQuotient\r\noutquotiance,OutQuotience\r\noutquotiances,OutQuotiences\r\noutquotiant,OutQuotient\r\noutraegously,outrageously\r\noutrageos,outrageous\r\noutrageosly,outrageously\r\noutrageoulsy,outrageously\r\noutrageouly,outrageously\r\noutragerous,outrageous\r\noutragesouly,outrageously\r\noutrageuos,outrageous\r\noutrageuosly,outrageously\r\noutragious,outrageous\r\noutragiously,outrageously\r\noutragoues,outrageous\r\noutragous,outrageous\r\noutreagous,outrageous\r\noutrunnner,outrunner\r\noutsadding,outstanding\r\noutsaddingly,outstandingly\r\noutsandding,outstanding\r\noutsanddingly,outstandingly\r\noutsanding,outstanding\r\noutsandingly,outstandingly\r\noutscirts,outskirts\r\noutselves,ourselves\r\noutsenteince,OutSentience\r\noutsenteinces,OutSentiences\r\noutsenteint,OutSentient\r\noutsentiance,OutSentience\r\noutsentiances,OutSentiences\r\noutsentiant,OutSentient\r\noutsid,outside\r\noutsidr,outsider\r\noutsite,outside\r\noutskirst,outskirts\r\noutskirters,outskirts\r\noutskrits,outskirts\r\noutsorucing,outsourcing\r\noutsourcad,outsourced\r\noutsourcade,outsourced\r\noutsourceing,outsourcing\r\noutsoure,outsourced\r\noutsouring,outsourcing\r\noutsoursed,outsourced\r\noutsoursing,outsourcing\r\noutstadding,outstanding\r\noutstaddingly,outstandingly\r\noutstandding,outstanding\r\noutstanddingly,outstandingly\r\nouttage,outage\r\noutter,outer\r\nouttermost,outermost\r\noutterwear,outerwear\r\nouttings,outings\r\nouttter,outter\r\noutupt,output\r\noutupts,outputs\r\noutuput,output\r\noutut,output\r\noutway,outweigh\r\noutweighes,outweighs\r\noutweight,outweigh\r\noutweighted,outweighed\r\noutweights,outweighs\r\noutwieghs,outweighs\r\noutword,outward\r\nov,of\r\novderride,override\r\nove,over\r\noveflow,overflow\r\novelap,overlap\r\noveloaded,overloaded\r\novelray,overlay\r\nover-arching,overarching\r\nover-developed,overdeveloped\r\nover-development,overdevelopment\r\nover-riden,over-ridden\r\nover-size,oversize\r\nover-sized,oversized\r\nover-writting,overwriting\r\noveraall,overall\r\noveracheievable,overachievable\r\noveracheievably,overachievably\r\noveracheievd,overachieved\r\noveracheieve,overachieve\r\noveracheieving,overachieving\r\noveracheievment,overachievement\r\noveracheievments,overachievements\r\noveracheivable,overachievable\r\noveracheivably,overachievably\r\noveracheivd,overachieved\r\noveracheive,overachieve\r\noveracheived,overachieved\r\noveracheiver,overachiever\r\noveracheivers,overachievers\r\noveracheiving,overachieving\r\noveracheivment,overachievement\r\noveracheivments,overachievements\r\noverachieivable,overachievable\r\noverachieivably,overachievably\r\noverachieive,overachieve\r\noverachieiving,overachieving\r\noverachievd,overachieved\r\noverachievment,overachievement\r\noverachievments,overachievements\r\noverachivable,overachievable\r\noverachivably,overachievably\r\noverachivd,overachieved\r\noverachive,overachieve\r\noverachivement,overachievement\r\noverachiver,overachiever\r\noverachiving,overachieving\r\noverachivment,overachievement\r\noverachivments,overachievements\r\noveral,overall\r\noverally,overall\r\noveralpping,overlapping\r\noveran,overran\r\noverarcing,overarching\r\noverated,overrated\r\noverbaord,overboard\r\noverbearring,overbearing\r\noverblocking,overclocking\r\noverboad,overboard\r\noverbraking,overbearing\r\noverbuildt,overbuilt\r\novercapping,overlapping\r\novercharing,overarching\r\noverclcok,overclock\r\noverclcoked,overclocked\r\noverclcoking,overclocking\r\noverclicked,overclocked\r\noverclicking,overclocking\r\novercloaked,overclocked\r\novercloaking,overclocking\r\noverclocing,overclocking\r\noverclockablity,overclockability\r\noverclockd,overclocked\r\noverclockig,overclocking\r\noverclockign,overclocking\r\noverclocled,overclocked\r\noverclok,overclock\r\noverclokcing,overclocking\r\novercloked,overclocked\r\novercoding,overcoming\r\novercomeing,overcoming\r\novercomming,overcoming\r\novercot,overcoat\r\novercote,overcoat\r\novercrowed,overcrowded\r\noverdirve,overdrive\r\noverdrev,overdrive\r\novere,over\r\novereach,overreach\r\novereaching,overarching\r\noverestemating,overestimating\r\noverestimateing,overestimating\r\noverexcitabilties,overexcitabilities\r\noverexcitabilty,overexcitability\r\noverexcitablities,overexcitabilities\r\noverexciteabilty,overexciteability\r\noverexpresion,overexpression\r\noverextenstion,overextension\r\noverextenstions,overextensions\r\noverextention,overextension\r\noverextentions,overextensions\r\noverextimating,overestimating\r\noverfapping,overlapping\r\noverfil,overfill\r\noverflw,overflow\r\noverhaead,overhead\r\noverhaed,overhead\r\noverhal,overhaul\r\noverheading,overheating\r\noverheards,overhead\r\noverheared,overhead\r\noverhearting,overreacting\r\noverheathing,overheating\r\noverhooked,overlooked\r\noverhooking,overlooking\r\noverhpyed,overhyped\r\noverhtinking,overthinking\r\noverhual,overhaul\r\noverhwelm,overwhelm\r\noverhwelmed,overwhelmed\r\noverhwelming,overwhelming\r\noverhwelmingly,overwhelmingly\r\noverhwlemingly,overwhelmingly\r\noveridden,overridden\r\noveride,override\r\noveride-index-signatures,override-index-signatures\r\noveriden,overridden\r\noverides,overrides\r\noveriding,overriding\r\noverivew,overview\r\noverivewable,overviewable\r\noverivewed,overviewed\r\noverivewer,overviewer\r\noverivewers,overviewers\r\noverivewing,overviewing\r\noverivews,overviews\r\noveriview,overview\r\noverkapping,overlapping\r\noverklocked,overclocked\r\noverladed,overloaded\r\noverlaod,overload\r\noverlaoded,overloaded\r\noverlaop,overlap\r\noverlaped,overlapped\r\noverlaping,overlapping\r\noverlappping,overlapping\r\noverlapsing,overlapping\r\noverlauded,overloaded\r\noverlaws,overlays\r\noverlayed,overlaid\r\noverlcock,overclock\r\noverlcocked,overclocked\r\noverlcocking,overclocking\r\noverlcoking,overlooking\r\noverleapping,overlapping\r\noverlfow,overflow\r\noverloard,overload\r\noverloards,overload\r\noverlooming,overlooking\r\noverloooked,overlooked\r\noverlordes,overlords\r\noverlordess,overlords\r\noverlow,overflow\r\novermapping,overlapping\r\novernurfed,overturned\r\noverode,overrode\r\noverpad,overpaid\r\noverpaied,overpaid\r\noverpiad,overpaid\r\noverpirced,overpriced\r\noverpolulation,overpopulation\r\noverpooling,overlooking\r\noverpopluation,overpopulation\r\noverpopulaton,overpopulation\r\noverpovered,overpowered\r\noverpowed,overpowered\r\noverpoweing,overpowering\r\noverpowerd,overpowered\r\noverpowred,overpowered\r\noverprinttablity,overprinttability\r\noverprised,overpriced\r\noverqualificatoin,overqualification\r\noverradiable,overridable\r\noverrading,overriding\r\noverrding,overriding\r\noverreacing,overreacting\r\noverreactin,overreaction\r\noverreactiong,overreacting\r\noverreacton,overreaction\r\noverreaktion,overreaction\r\noverrid,override\r\noverriddden,overridden\r\noverridde,overridden\r\noverridded,overridden\r\noverriddeng,overriding\r\noverriddent,overridden\r\noverridding,overriding\r\noverride-uild-repos,override-build-repos\r\noverrideabl,overridable\r\noverrided,overridden\r\noverriden,overridden\r\noverriden-namespace,overridden-namespace\r\noverridsen,overridden\r\noverrie,override\r\noverried,override\r\noverrieds,overrides\r\noverrige,override\r\noverring,overriding\r\noverrirde,override\r\noverrite,overwrite\r\noverriten,overwritten\r\noverritten,overwritten\r\noverrridden,overridden\r\noverrride,override\r\noverrriden,overridden\r\noverrriding,overriding\r\noversemplification,oversimplification\r\noversensative,oversensitive\r\noversensatively,oversensitively\r\noversensativity,oversensitivity\r\noversenstive,oversensitive\r\noversenstively,oversensitively\r\noversenstivity,oversensitivity\r\noversetimating,overestimating\r\novershaddow,overshadowed\r\novershaddowed,overshadowed\r\novershadowd,overshadowed\r\novershadowered,overshadowed\r\novershotting,overshooting\r\noversimplifacation,oversimplification\r\noversimplifaction,oversimplification\r\noversimplificaiton,oversimplification\r\noversimplificating,oversimplification\r\noversimplificaton,oversimplification\r\noversimplificiation,oversimplification\r\noversimplifiction,oversimplification\r\noversimplyfication,oversimplification\r\noversite,oversight\r\noversmapling,oversampling\r\noversue,overuse\r\novertapping,overlapping\r\noverthe,over The\r\noverthere,over there\r\noverthining,overthinking\r\noverthinkig,overthinking\r\novertun,overturn\r\novertunned,overturned\r\novertunred,overturned\r\noverturing,overturn\r\noverule,overrule\r\noverules,overuse\r\noverun,overrun\r\noverveiw,overview\r\noverveiwable,overviewable\r\noverveiwed,overviewed\r\noverveiwer,overviewer\r\noverveiwers,overviewers\r\noverveiwing,overviewing\r\noverveiws,overviews\r\novervew,overview\r\novervewable,overviewable\r\novervewed,overviewed\r\novervewer,overviewer\r\novervewers,overviewers\r\novervewing,overviewing\r\novervews,overviews\r\noverviw,overview\r\noverviwable,overviewable\r\noverviwed,overviewed\r\noverviwer,overviewer\r\noverviwers,overviewers\r\noverviwing,overviewing\r\noverviws,overviews\r\novervlocked,overclocked\r\novervlowing,overflowing\r\noverwath,overwatch\r\noverwdrite,overwrite\r\noverwealm,overwhelm\r\noverwealmed,overwhelmed\r\noverwealming,overwhelming\r\noverwealms,overwhelms\r\noverweigth,overweight\r\noverweite,overwrite\r\noverwelm,overwhelm\r\noverwelmed,overwhelmed\r\noverwelming,overwhelming\r\noverwelmingly,overwhelmingly\r\noverwelms,overwhelms\r\noverwhelemd,overwhelmed\r\noverwhelemed,overwhelmed\r\noverwhelim,overwhelm\r\noverwhelimed,overwhelmed\r\noverwhelimg,overwhelm\r\noverwheliming,overwhelming\r\noverwhelims,overwhelms\r\noverwheling,overwhelming\r\noverwhelmigly,overwhelmingly\r\noverwhelmingy,overwhelmingly\r\noverwhelminly,overwhelmingly\r\noverwhem,overwhelm\r\noverwhemed,overwhelmed\r\noverwhemled,overwhelmed\r\noverwhemling,overwhelming\r\noverwhemlingly,overwhelmingly\r\noverwhlem,overwhelm\r\noverwhlemed,overwhelmed\r\noverwhleming,overwhelming\r\noverwhlemingly,overwhelmingly\r\noverwieght,overweight\r\noverwieghted,overweighted\r\noverwieghting,overweighting\r\noverwieghtless,overweightless\r\noverwieghts,overweights\r\noverwiew,overview\r\noverwiewable,overviewable\r\noverwiewed,overviewed\r\noverwiewer,overviewer\r\noverwiewers,overviewers\r\noverwiewing,overviewing\r\noverwiews,overviews\r\noverwirte,overwrite\r\noverwise,otherwise\r\noverwite,overwrite\r\noverwites,overwrites\r\noverwitten,overwritten\r\noverwridden,overridden\r\noverwride,override\r\noverwrie,overwrite\r\noverwright,overwrite\r\noverwrited,overwritten\r\noverwriten,overwritten\r\noverwritr-sub,overwrite-sub\r\noverwritte,overwrite\r\noverwritted,overwrite\r\noverwritter,overwritten\r\noverwritting,overwriting\r\noverwtach,overwatch\r\noveryhped,overhyped\r\noveture,overture\r\noveview,overview\r\novewired,overwired\r\novewrite,overwrite\r\noving,moving\r\noviod,ovoid\r\noviodal,ovoidal\r\noviodance,ovoidance\r\novioded,ovoided\r\novioding,ovoiding\r\noviods,ovoids\r\novrflow,overflow\r\novrride,override\r\novten,often\r\novverridden,overridden\r\novverride,override\r\novverrides,overrides\r\novverriding,overriding\r\noweing,owing\r\nowened,owned\r\nowener,owner\r\nower,owner\r\nowernship,ownership\r\nowerpowering,overpowering\r\nowerride,override\r\nowers,owners\r\nowership,ownership\r\nowerwrite,overwrite\r\nowesome,awesome\r\nowever,however\r\nowm,own\r\nownders,wonders\r\nowne,own\r\nownershp,ownership\r\nownersip,ownership\r\nownerss,owners\r\nownes,owns\r\nowneship,ownership\r\nowrd,word\r\nowrded,worded\r\nowrder,worder\r\nowrders,worders\r\nowrding,wording\r\nowrds,words\r\nowrdy,wordy\r\nowrk,work\r\nowrked,worked\r\nowrker,worker\r\nowrkers,workers\r\nowrking,working\r\nowrks,works\r\nowrky,worky\r\nowsofuly,owsofully\r\nowudl,would\r\nowuld,would\r\nowuldve,wouldve\r\nowwws,owws\r\noxidablity,oxidability\r\noxidatioin,oxidation\r\noxident,oxidant\r\noxidents,oxidants\r\noxigen,oxygen\r\noximoron,oxymoron\r\noylmpic,olympic\r\noylmpics,olympics\r\noytain,obtain\r\np0enis,penis\r\npaackage,package\r\npaackages,packages\r\npaameters,parameters\r\npaassed,passed\r\npaassword,password\r\npaasword,password\r\npacakage,package\r\npacakages,packages\r\npacakge,package\r\npacakged,packaged\r\npacakger,packager\r\npacakges,packages\r\npacakging,packaging\r\npacfically,specifically\r\npach,patch\r\npachage,package\r\npachderm,pachyderm\r\npaches,patches\r\npachets,pockets\r\npachisions,physician\r\npacient,patient\r\npacifacly,specifically\r\npaciffic,specific\r\npaciffically,specifically\r\npacifficlly,specifically\r\npacifical,specifically\r\npacificaly,specifically\r\npacifictly,specifically\r\npacificts,pacifist\r\npacifit,pacifist\r\npacilities,facilities\r\npackaage,package\r\npackaaged,packaged\r\npackabes,packages\r\npackabilty,packability\r\npackablity,packability\r\npackacge,package\r\npackade,packaged\r\npackadge,packaged\r\npackagd,packaged\r\npackage-sepc,package-spec\r\npackagegs,packages\r\npackageid,packaged\r\npackageing,packaging\r\npackageis,package\r\npackagese,packages\r\npackagesn,packages\r\npackagge,packages\r\npackagin,packaging\r\npackags,packages\r\npackahes,packages\r\npackaing,packaging\r\npackake,package\r\npackakge,package\r\npackeage,package\r\npackege,package\r\npackeged,packaged\r\npackeges,packages\r\npacketted,packeted\r\npacketting,packeting\r\npacketts,packets\r\npackge,package\r\npackger,packager\r\npackges,packages\r\npackign,packing\r\npacktes,packets\r\npacth,patch\r\npacthes,patches\r\npactivity,captivity\r\npaculiar,peculiar\r\npadddding,padding\r\npaddded,padded\r\npaddding,padding\r\npaddelabilty,paddelability\r\npadding-bottm,padding-bottom\r\npaddng,padding\r\npade,paid\r\npading,padding\r\npading-right,padding-right\r\npae,pay\r\npaege,page\r\npaems,poems\r\npaepr,paper\r\npaer,paper\r\npaerticulaur,particular\r\npaficist,pacifist\r\npag,page\r\npaga,page\r\npagckage,package\r\npage-braek,page-break\r\npagei,page\r\npagenated,paginated\r\npagenation,pagination\r\npagerm,pager\r\npagiantion,pagination\r\npaginatation,pagination\r\npaginatioin,pagination\r\npagis,pages\r\npagse,page\r\npagtaly,pagtally\r\npahartaly,pahartally\r\npahntom,phantom\r\npahse,phase\r\npahses,phases\r\npahtfinder,pathfinder\r\npahts,paths\r\npaide,paid\r\npaient,patient\r\npailots,pilot's\r\npainc,panic\r\npaine,pain\r\npainfull,painful\r\npainfullly,painfully\r\npainfuly,painfully\r\npaing,paying\r\npainkilers,painkillers\r\npainkilller,painkiller\r\npainkilllers,painkillers\r\npainkills,painkillers\r\npaino,piano\r\npaintaking,painstaking\r\npaintor,painter\r\npaire,pair\r\npairent,parent\r\npairity,parity\r\npairlament,parliament\r\npairss,pairs\r\npaissntablity,paissntability\r\npaitence,patience\r\npaitent,patient\r\npaitently,patiently\r\npaitents,patients\r\npaitience,patience\r\npaitient,patient\r\npaitting,painting\r\npakage,package\r\npakcage,package\r\npakcet,packet\r\npakcets,packets\r\npake,pack\r\npaket,packet\r\npaking,packing\r\npakistain,pakistani\r\npakistalllion,pakistallion\r\npakistanais,pakistani\r\npakistanezi,pakistani\r\npakistanti,pakistani\r\npakistian,pakistani\r\npakistnai,pakistani\r\npakkker,pakker\r\npaksitani,pakistani\r\npalaced,placed\r\npaladines,paladins\r\npaladinlst,paladins\r\npaladinos,paladins\r\npalaeolitic,palaeolithic\r\npalaeontolagical,palaeontological\r\npalaltabilty,palaltability\r\npalament,parliament\r\npalamentarische,parliamentarische\r\npalaontolgists,palaontologists\r\npalastinians,palestinians\r\npalatabilty,palatability\r\npalatablility,palatability\r\npalatablity,palatability\r\npalatibilty,palatibility\r\npalce,place\r\npalcebo,placebo\r\npalced,placed\r\npalcef,placef\r\npalceholder,placeholder\r\npalceholders,placeholders\r\npalcek,placek\r\npalcekeho,placekeho\r\npalcem,placem\r\npalcemat,placemat\r\npalcemats,placemats\r\npalcement,placement\r\npalcements,placements\r\npalcemith,placemith\r\npalcencia,placencia\r\npalcenica,placenica\r\npalcenta,placenta\r\npalcentation,placentation\r\npalcentia,placentia\r\npalcentre,placentre\r\npalceon,placeon\r\npalcer,placer\r\npalces,places\r\npalceska,placeska\r\npalceski,placeski\r\npalen,plan\r\npaleoclimatoligists,paleoclimatologists\r\npaleolitic,paleolithic\r\npaleontolgist,paleontologist\r\npalesitnian,palestinians\r\npalesitnians,palestinians\r\npalestein,palestine\r\npalestenian,palestinian\r\npalestenians,palestinians\r\npalestian,palestinian\r\npalestians,palestinians\r\npalestina,palestinian\r\npalestinain,palestinians\r\npalestinains,palestinians\r\npalestinan,palestinian\r\npalestinans,palestinians\r\npalestiniens,palestinians\r\npalestinier,palestine\r\npalestininan,palestinian\r\npalestininans,palestinians\r\npalestininas,palestinians\r\npalete,palette\r\npaletes,palettes\r\npaliamentarian,parliamentarian\r\npalice,police\r\npalidans,paladins\r\npalimanry,preliminary\r\npaliment,parliament\r\npalistian,palestinian\r\npalistians,palestinians\r\npalistine,palestine\r\npalistinian,palestinian\r\npalistinians,palestinians\r\npallels,parallels\r\npallete,palette\r\npalletes,palettes\r\npallette,palette\r\npallettes,palettes\r\npalmos,Palm OS\r\npaln,plan\r\npalor,parlour\r\npalster,plaster\r\npalstics,plastics\r\npaltform,platform\r\npaltformer,platformer\r\npaltforms,platforms\r\npaltinum,platinum\r\npalving,playing\r\npaly,play\r\npalyable,playable\r\npalyboy,playboy\r\npalyerbase,playerbase\r\npalying,playing\r\npalyoffs,playoffs\r\npalystyle,playstyle\r\npalythrough,playthrough\r\npalythroughs,playthroughs\r\npamameters,parameters\r\npamaremeters,parameters\r\npament,payment\r\npameters,parameters\r\npamfelets,pamphlets\r\npamfilit,pamphlet\r\npamflats,pamphlets\r\npamflet,pamphlet\r\npamfleting,pamphleting\r\npamflets,pamphlets\r\npamflit,pamphlet\r\npamfulots,pamphlets\r\npamlets,pamphlets\r\npampflet,pamphlet\r\npampflyss,pamphlets\r\npamphalet,pamphlet\r\npamphalets,pamphlets\r\npamphates,pamphlets\r\npamphats,pamphlets\r\npamphelet,pamphlet\r\npamphelets,pamphlets\r\npamphelit,pamphlet\r\npamphet,pamphlet\r\npamphete,pamphlet\r\npamphets,pamphlets\r\npamphleots,pamphlets\r\npamphletts,pamphlets\r\npamphlit,pamphlets\r\npamphlits,pamphlets\r\npamplet,pamphlet\r\npampleting,pamphleting\r\npamplets,pamphlets\r\npampleute,pamphlet\r\npamplit,pamphlet\r\npampohlet,pamphlet\r\npampulets,pamphlets\r\npamq,pall\r\npanal,panel\r\npanarama,panorama\r\npanaramic,panoramic\r\npanaroma,panorama\r\npanaromic,panoramic\r\npancaeks,pancakes\r\npancakers,pancakes\r\npancaks,pancakes\r\npancea,panacea\r\npanckaes,pancakes\r\npand,pond\r\npandoria,pandora\r\npandorra,pandora\r\npandroa,pandora\r\npanedmic,pandemic\r\npanele,panel\r\npanellled,panelled\r\npanelty,penalty\r\npanethon,pantheon\r\npanfelts,pamphlets\r\npanfhet,pamphlets\r\npanflet,pamphlet\r\npanflets,pamphlets\r\npanfletts,pamphlets\r\npanfulet,pamphlet\r\npanfulets,pamphlets\r\npangolim,pangolin\r\npanguage,language\r\npani,pain\r\npaniced,panicked\r\npanicing,panicking\r\npaniking,panicking\r\npaniphlets,pamphlets\r\npankaces,pancakes\r\npanl,plan\r\npanleps,pamphlets\r\npanlet,pamphlet\r\npanlets,pamphlets\r\npanmedic,pandemic\r\npannel,panel\r\npannning,panning\r\npanphelets,pamphlets\r\npanphels,pamphlets\r\npanphelts,pamphlets\r\npanphlet,pamphlet\r\npanphlets,pamphlets\r\npanplat,pamphlet\r\npanplethts,pamphlets\r\npanpletion,pamphlets\r\npanplets,pamphlets\r\npanplit,pamphlet\r\npantagrpah,pantagraph\r\npantehon,pantheon\r\npantemine,pantomime\r\npantheilets,pamphlets\r\npanthelet,pamphlet\r\npanthelets,pamphlets\r\npanthen,pantheon\r\npanthilet,pamphlet\r\npanthlet,pamphlet\r\npanthlete,pamphlet\r\npanthlets,pamphlets\r\npanthoen,pantheon\r\npantomine,pantomime\r\npantomines,pantomimes\r\npantree,pantry\r\npantrey,pantry\r\npantron-type,patron-type\r\npaojects,projects\r\npaotoes,potatoes\r\npapaer,paper\r\npapaered,papered\r\npapaering,papering\r\npapaers,papers\r\npapanicalou,papanicolaou\r\npaper-maché,papier-mâché\r\npaperboats,paper boats\r\npaperplip,paperclip\r\npaperwieght,paperweight\r\npaperwieghts,paperweights\r\npaphlet,pamphlet\r\npaphlets,pamphlets\r\npapier-maché,papier-mâché\r\npapper,paper\r\npapr,paper\r\npaprent,parent\r\npapy,papa\r\nparachutage,parachute\r\nparachutte,parachute\r\nparademics,paramedics\r\nparadgims,paradigms\r\nparadies,paradise\r\nparadiggum,paradigm\r\nparadim,paradigm\r\nparadimes,paradise\r\nparadse,parades\r\nparadyse,parades\r\nparaemeters,parameters\r\nparaemter,parameter\r\nparaeters,parameters\r\nparafunctioin,parafunction\r\nparafunctionnal,parafunctional\r\nparagaphs,paragraphs\r\nparagraf,paragraph\r\nparagraghs,paragraphs\r\nparagrah,paragraph\r\nparagrahps,paragraphs\r\nparagrapgh,paragraphs\r\nparagraphes,paragraphs\r\nparagraps,paragraphs\r\nparagrpah,paragraph\r\nparagrpahs,paragraphs\r\nparaguai,paraguay\r\nparaguaian,paraguayan\r\nparaguaians,paraguayans\r\nparahprase,paraphrase\r\nparainnage,parrainage\r\nparaiste,parasite\r\nparalance,parlance\r\nparalel,parallel\r\nparaleled,paralleled\r\nparalelepiped,parallelepiped\r\nparalelepipeds,parallelepipeds\r\nparalelise,parallelise\r\nparalelised,parallelised\r\nparalelises,parallelises\r\nparalelism,parallelism\r\nparalelisms,parallelisms\r\nparalelize,parallelize\r\nparalelized,parallelized\r\nparalelizes,parallelizes\r\nparalell,parallel\r\nparalelled,paralleled\r\nparalellepiped,parallelepiped\r\nparalellepipeds,parallelepipeds\r\nparalellise,parallelise\r\nparalellised,parallelised\r\nparalellises,parallelises\r\nparalellism,parallelism\r\nparalellisms,parallelisms\r\nparalellize,parallelize\r\nparalellized,parallelized\r\nparalellizes,parallelizes\r\nparalellogram,parallelogram\r\nparalellograms,parallelograms\r\nparalells,parallels\r\nparalelly,parallelly\r\nparalelogram,parallelogram\r\nparalelograms,parallelograms\r\nparalels,parallels\r\nparalely,parallelly\r\nparalised,paralysed\r\nparalisys,paralysis\r\nparalization,parallelization\r\nparalle,parallel\r\nparalleiize,parallelize\r\nparalleism,parallelism\r\nparallele,parallel\r\nparalleles,parallels\r\nparallelizatioin,parallelization\r\nparalleliztion,parallelization\r\nparallell,parallel\r\nparallellel,parallel\r\nparallellism,parallelism\r\nparallells,parallels\r\nparallely,parallelly\r\nparalles,parallels\r\nparalliem,parallelism\r\nparallism,parallelism\r\nparallization,parallelization\r\nparallize,parallelize\r\nparallized,parallelized\r\nparallizes,parallelizes\r\nparallizing,parallelizing\r\nparallysis,paralysis\r\nparaly,parallelly\r\nparalzyed,paralyzed\r\nparamadics,paramedics\r\nparamaeters,parameters\r\nparamameters,parameters\r\nparamater,parameter\r\nparamateres,parameteres\r\nparamateria,parameteria\r\nparamaterial,parameterial\r\nparamaterise,parameterise\r\nparamaterised,parameterised\r\nparamaterization,parametrization\r\nparamaterize,parameterize\r\nparamaterized,parameterized\r\nparamaterless,parameterless\r\nparamatername,parametername\r\nparamaters,parameters\r\nparamatery,parametery\r\nparamecias,paramedics\r\nparamedicks,paramedics\r\nparamedicos,paramedics\r\nparamedis,paramedics\r\nparameds,paramedics\r\nparameer,parameter\r\nparameger,parameter\r\nparamemers,parameters\r\nparamemter,parameter\r\nparamenter,parameter\r\nparamenters,parameters\r\nparamerise,parameterize\r\nparamers,parameters\r\nparamerterized,parameterized\r\nparamerters,parameters\r\nparameted,parameter\r\nparametere,parameter\r\nparameteres,parameters\r\nparameteric,parametric\r\nparameterm,parameters\r\nparameterss,parameters\r\nparametes,parameters\r\nparametic,parameter\r\nparametics,paramedics\r\nparametised,parametrised\r\nparametr,parameter\r\nparametre,parameter\r\nparametres,parameters\r\nparametros,parameters\r\nparametrs,parameters\r\nparametter,parameter\r\nparametters,parameters\r\nparameyer,parameter\r\nparamilataries,paramilitaries\r\nparamilatarily,paramilitarily\r\nparamilatarist,paramilitarist\r\nparamilatarists,paramilitarists\r\nparamilatary,paramilitary\r\nparamiliatries,paramilitaries\r\nparamiliatrily,paramilitarily\r\nparamiliatrist,paramilitarist\r\nparamiliatrists,paramilitarists\r\nparamiliatry,paramilitary\r\nparamiliraties,paramilitaries\r\nparamiliratily,paramilitarily\r\nparamiliratist,paramilitarist\r\nparamiliratists,paramilitarists\r\nparamiliraty,paramilitary\r\nparamiliteries,paramilitaries\r\nparamiliterily,paramilitarily\r\nparamiliterist,paramilitarist\r\nparamiliterists,paramilitarists\r\nparamilitery,paramilitary\r\nparamilitraies,paramilitaries\r\nparamilitraily,paramilitarily\r\nparamilitraist,paramilitarist\r\nparamilitraists,paramilitarists\r\nparamilitray,paramilitary\r\nparamilitries,paramilitaries\r\nparamilitrily,paramilitarily\r\nparamilitrist,paramilitarist\r\nparamilitrists,paramilitarists\r\nparamilitry,paramilitary\r\nparamillitaries,paramilitaries\r\nparamillitarily,paramilitarily\r\nparamillitarist,paramilitarist\r\nparamillitarists,paramilitarists\r\nparamillitary,paramilitary\r\nparamilliteries,paramilitaries\r\nparamilliterily,paramilitarily\r\nparamilliterist,paramilitarist\r\nparamilliterists,paramilitarists\r\nparamillitery,paramilitary\r\nparamillitraies,paramilitaries\r\nparamillitraily,paramilitarily\r\nparamillitraist,paramilitarist\r\nparamillitraists,paramilitarists\r\nparamillitray,paramilitary\r\nparamillitries,paramilitaries\r\nparamillitrily,paramilitarily\r\nparamillitrist,paramilitarist\r\nparamillitrists,paramilitarists\r\nparamillitry,paramilitary\r\nparamiltaries,paramilitaries\r\nparamiltarily,paramilitarily\r\nparamiltarist,paramilitarist\r\nparamiltarists,paramilitarists\r\nparamiltary,paramilitary\r\nparamiters,parameters\r\nparamormal,paranormal\r\nparamter's,parameter's\r\nparamter,parameter\r\nparamtere,parameter\r\nparamterized,parameterized\r\nparamters,parameters\r\nparamteter,parameter\r\nparanets,parameters\r\nparanioa,paranoia\r\nparaniod,paranoid\r\nparaniodal,paranoidal\r\nparaniodance,paranoidance\r\nparanioded,paranoided\r\nparanioding,paranoiding\r\nparaniods,paranoids\r\nparanoa,paranoia\r\nparanoica,paranoia\r\nparanoicas,paranoia\r\nparanoida,paranoia\r\nparanomral,paranormal\r\nparanornal,paranormal\r\nparant,parent\r\nparantc,parents\r\nparantes,parents\r\nparantheses,parentheses\r\nparanthesis,parenthesis\r\nparanthethised,parenthesised\r\nparanthetical,parenthetical\r\nparanthetically,parenthetically\r\nparanthetics,parenthetics\r\nparantively,comparatively\r\nparants,parents\r\nparapemeters,parameters\r\nparapgraph,paragraph\r\nparapharse,paraphrase\r\nparapharsed,paraphrase\r\nparapharsing,paraphrasing\r\nparaphenalia,paraphernalia\r\nparaphraseing,paraphrasing\r\nparaphrashed,paraphrase\r\nparaphrashing,paraphrasing\r\nparaphraze,paraphrase\r\nparaphrazing,paraphrasing\r\nparaphrenalia,paraphernalia\r\nparaprashing,paraphrasing\r\nparaprhase,paraphrase\r\nparaprhased,paraphrase\r\nparaprhasing,paraphrasing\r\nparase,parse\r\nparaser,parser\r\nparaside,paradise\r\nparasitisme,parasites\r\nparasits,parasites\r\nparasitter,parasite\r\nparastie,parasite\r\nparasties,parasites\r\nparatermized,parameterized\r\nparatheses,parentheses\r\nparaticipant,participant\r\nparatopolgical,paratopological\r\nparaylsis,paralysis\r\nparaylzed,paralyzed\r\nparcal,partial\r\nparce,parse\r\nparcer,parser\r\nparchable,partial\r\nparchel,partial\r\nparchil,partial\r\nparchiol,partial\r\nparcial,partial\r\nparciall,partial\r\nparcially,partially\r\nparcil,partial\r\nparciular,particular\r\nparck,park\r\nparctise,practise\r\nparcular,peculiar\r\nparculiar,peculiar\r\npard,part\r\nparden,pardon\r\nparebnt,parent\r\nparelel,parallel\r\npareleled,paralleled\r\nparelelepiped,parallelepiped\r\nparelelepipeds,parallelepipeds\r\nparelelise,parallelise\r\nparelelised,parallelised\r\nparelelises,parallelises\r\nparelelism,parallelism\r\nparelelisms,parallelisms\r\nparelelize,parallelize\r\nparelelized,parallelized\r\nparelelizes,parallelizes\r\nparelelogram,parallelogram\r\nparelelograms,parallelograms\r\nparelels,parallels\r\nparellel,parallel\r\nparellelism,parallelism\r\nparellelized,parallelized\r\nparellelogram,parallelogram\r\nparellels,parallels\r\nparemeter,parameter\r\nparemeters,parameters\r\nparemsan,parmesan\r\nparemter,parameter\r\nparemters,parameters\r\nparen's,parent's\r\nparen'ts,parent's\r\nparen,parent\r\nparend,parent\r\nparennthesis,parenthesis\r\nparens,parentheses\r\nparenst,parents\r\nparent-childern,parent-children\r\nparenteses,parentheses\r\nparentesized,parenthesized\r\nparenthases,parenthesis\r\nparenthasis,parenthesis\r\nparenthasise,parenthesise\r\nparenthasised,parenthesised\r\nparenthasiser,parenthesiser\r\nparenthasises,parenthesises\r\nparenthasize,parenthesize\r\nparenthasized,parenthesized\r\nparenthasizer,parenthesizer\r\nparenthasizes,parenthesizes\r\nparentheis,parenthesis\r\nparenthes,parentheses\r\nparenthesed,parenthesized\r\nparenthesees,parentheses\r\nparenthesese,parentheses\r\nparenthesies,parenthesis\r\nparenthesys,parentheses\r\nparenthises,parenthesis\r\nparenthisis,parenthesis\r\nparenthisise,parenthesise\r\nparenthisised,parenthesised\r\nparenthisiser,parenthesiser\r\nparenthisises,parenthesises\r\nparenthisize,parenthesize\r\nparenthisized,parenthesized\r\nparenthisizer,parenthesizer\r\nparenthisizes,parenthesizes\r\nparentparentfeatureid,parent\r\nparepare,prepare\r\nparephernalia,paraphernalia\r\nparesed,parsed\r\nparetheses,parentheses\r\nparety,parent\r\nparfect,perfect\r\nparfloatcular,particular\r\nparformed,performed\r\npargmatism,pragmatism\r\nparial,partial\r\nparicipate,participate\r\nparicular,particular\r\nparilament,parliament\r\nparilamentary,parliamentary\r\nparinsg,parsing\r\nparises,praises\r\nparishiner,parishioner\r\nparishiners,parishioners\r\nparishoner,parishioner\r\nparishoners,parishioners\r\nparishonership,parishionership\r\nparisioner,parishioner\r\nparisioners,parishioners\r\nparisionership,parishionership\r\nparisitic,parasitic\r\nparisoner,parishioner\r\nparisoners,parishioners\r\nparisonership,parishionership\r\nparistan,partisan\r\nparital,partial\r\nparitally,partially\r\nparitcular,particular\r\nparitcularly,particularly\r\nparites,parties\r\nparitial,partial\r\npariticular,particular\r\nparition,partition\r\nparitioned,partitioned\r\nparitioner,partitioner\r\nparitioning,partitioning\r\nparitions,partitions\r\nparititions,partitions\r\nparituclar,particular\r\nparituclares,particulares\r\nparitular,particular\r\nparkign,parking\r\nparlaiment,parliament\r\nparlaimentary,parliamentary\r\nparlament,parliament\r\nparlamentare,parliamentare\r\nparlamentares,parliamentares\r\nparlamentari,parliamentari\r\nparlamentarianerne,parliamentarianerne\r\nparlamentarians,parliamentarians\r\nparlamentarias,parliamentarias\r\nparlamentarii,parliamentarii\r\nparlamentario,parliamentario\r\nparlamentarisk,parliamentarisk\r\nparlamentarismo,parliamentarismo\r\nparlamentarium,parliamentarium\r\nparlamentarius,parliamentarius\r\nparlamentarizmo,parliamentarizmo\r\nparlamentarni,parliamentarni\r\nparlamentarnimi,parliamentarnimi\r\nparlamentarnu,parliamentarnu\r\nparlamentarnych,parliamentarnych\r\nparlamentary,parliamentary\r\nparlaments,parliaments\r\nparliamant,parliament\r\nparliamantary,parliamentary\r\nparliamenatrian,parliamentarian\r\nparliamenatrians,parliamentarians\r\nparliamenatries,parliamentaries\r\nparliamenatrily,parliamentarily\r\nparliamenatry,parliamentary\r\nparliamentaian,parliamentarian\r\nparliamentaians,parliamentarians\r\nparliamentaies,parliamentaries\r\nparliamentaily,parliamentarily\r\nparliamentay,parliamentary\r\nparliamenterian,parliamentarian\r\nparliamenterians,parliamentarians\r\nparliamenteries,parliamentaries\r\nparliamenterily,parliamentarily\r\nparliamentery,parliamentary\r\nparliamentiary,parliamentary\r\nparliamentrian,parliamentarian\r\nparliamentrians,parliamentarians\r\nparliamentries,parliamentaries\r\nparliamentrily,parliamentarily\r\nparliamentry,parliamentary\r\nparliamenty,parliamentary\r\nparliamnetary,parliamentary\r\nparliamone,parliament\r\nparliement,parliament\r\nparliementary,parliamentary\r\nparliment,parliament\r\nparlimentarian,parliamentarian\r\nparlimentarians,parliamentarians\r\nparlimentary,parliamentary\r\nparliments,parliaments\r\nparllel,parallel\r\nparmaeter,parameter\r\nparmalink,permalink\r\nparmameter,parameter\r\nparmameters,parameters\r\nparmasen,parmesan\r\nparmater,parameter\r\nparmaters,parameters\r\nparmesaen,parmesan\r\nparmeter,parameter\r\nparmeters,parameters\r\nparmis,parmi\r\nparmnot,permanent\r\nparmsean,parmesan\r\nparner,partner\r\nparntered,partnered\r\nparnters,partners\r\nparntership,partnership\r\nparper,paper\r\nparple,purple\r\nparqiet,parquet\r\nparrafin,paraffin\r\nparrald,parallel\r\nparralel,parallel\r\nparraleled,paralleled\r\nparralelepiped,parallelepiped\r\nparralelepipeds,parallelepipeds\r\nparralelise,parallelise\r\nparralelised,parallelised\r\nparralelises,parallelises\r\nparralelism,parallelism\r\nparralelisms,parallelisms\r\nparralelize,parallelize\r\nparralelized,parallelized\r\nparralelizes,parallelizes\r\nparralell,parallel\r\nparralelled,paralleled\r\nparralellepiped,parallelepiped\r\nparralellepipeds,parallelepipeds\r\nparralellise,parallelise\r\nparralellised,parallelised\r\nparralellises,parallelises\r\nparralellism,parallelism\r\nparralellisms,parallelisms\r\nparralellize,parallelize\r\nparralellized,parallelized\r\nparralellizes,parallelizes\r\nparralellogram,parallelogram\r\nparralellograms,parallelograms\r\nparralells,parallels\r\nparralelly,parallelly\r\nparralelogram,parallelogram\r\nparralelograms,parallelograms\r\nparralels,parallels\r\nparrallax,parallax\r\nparralle,parallel\r\nparrallel,parallel\r\nparralleled,paralleled\r\nparrallelepiped,parallelepiped\r\nparrallelepipeds,parallelepipeds\r\nparrallelise,parallelise\r\nparrallelised,parallelised\r\nparrallelises,parallelises\r\nparrallelism,parallelism\r\nparrallelisms,parallelisms\r\nparrallelize,parallelize\r\nparrallelized,parallelized\r\nparrallelizes,parallelizes\r\nparrallell,parallel\r\nparrallelly,parallelly\r\nparrallelogram,parallelogram\r\nparrallelograms,parallelograms\r\nparrallels,parallels\r\nparrallely,parallelly\r\nparraly,parallelly\r\nparrealled,unparalleled\r\nparrent,parent\r\nparrents,parents\r\nparrishioner,parishioner\r\nparrishioners,parishioners\r\nparrishionership,parishionership\r\nparrishoner,parishioner\r\nparrishoners,parishioners\r\nparrishonership,parishionership\r\nparrisioner,parishioner\r\nparrisioners,parishioners\r\nparrisionership,parishionership\r\nparrisoner,parishioner\r\nparrisoners,parishioners\r\nparrisonership,parishionership\r\nparrticularly,particularly\r\nparsal,partial\r\nparseable,parse-able\r\nparseing,parsing\r\nparsel,partial\r\nparserd,parsed\r\nparshal,partial\r\nparshall,partial\r\nparshel,partial\r\nparshial,partial\r\nparshual,partial\r\nparsial,partial\r\nparsinge,parsing\r\nparsle,partial\r\nparsrs,parsers\r\nparst,parts\r\npart-eclipse,partial eclipse\r\npartchett,pratchett\r\npartcile,particle\r\npartciular,particular\r\npartcular,particular\r\npartcullar,peculiar\r\npartecipant,participant\r\npartecipants,participants\r\npartecipate,participate\r\npartecipated,participated\r\npartel,partial\r\npartener,partner\r\nparteners,partners\r\npartent,parent\r\npartern,pattern\r\nparterned,partnered\r\nparterns,partners\r\nparternship,partnership\r\nparternships,partnership\r\npartey,party\r\nparth,path\r\npartiablity,partiability\r\npartiall,partially\r\npartialy,partially\r\npartians,partisan\r\npartiarchal,patriarchal\r\npartiarchy,patriarchy\r\npartical,particular\r\npartically,practically\r\nparticals,particles\r\nparticapate,participate\r\nparticapated,participated\r\npartice,particle\r\nparticel,particle\r\nparticial,partial\r\npartician,partition\r\nparticiapnts,participant\r\nparticiapte,participate\r\nparticiapted,participated\r\nparticiaption,participation\r\nparticile,partial\r\nparticipacion,participation\r\nparticipait,participant\r\nparticipal,participle\r\nparticipans,participants\r\nparticipante,participate\r\nparticipantes,participants\r\nparticipare,participate\r\nparticipas,participants\r\nparticipaste,participants\r\nparticipat,participants\r\nparticipatd,participant\r\nparticipati,participant\r\nparticipatie,participated\r\nparticipatin,participation\r\nparticipativo,participation\r\nparticipatns,participant\r\nparticipatoin,participation\r\nparticipaton,participant\r\nparticipats,participant\r\nparticipe,participate\r\nparticipent,participant\r\nparticipents,participants\r\nparticipte,participate\r\npartick,patrick\r\nparticlalr,particulalr\r\nparticlalry,particulalry\r\nparticlar,particular\r\nparticlare,particulare\r\nparticlares,particulares\r\nparticlarily,particularily\r\nparticlarly,particularly\r\nparticlars,particulars\r\nparticlary,particularly\r\nparticlasm,particulasm\r\nparticlate,particulate\r\nparticlates,particulates\r\nparticlaur,particulaur\r\nparticlaure,particulaure\r\nparticler,particular\r\nparticlualry,particulalry\r\nparticluar,particular\r\nparticluarly,particularly\r\nparticluars,particulars\r\nparticluate,particulate\r\nparticluates,particulates\r\nparticpant,participant\r\nparticpate,participate\r\nparticpated,participated\r\nparticpation,participation\r\nparticpiate,participated\r\nparticual,particular\r\nparticualar,particular\r\nparticually,particularly\r\nparticualr,particular\r\nparticualres,particulares\r\nparticualrly,particularly\r\nparticualrs,particulars\r\nparticualry,particularly\r\nparticualy,particularly\r\nparticuarily,particularly\r\nparticuarly,particularly\r\nparticula,particular\r\nparticulalry,particularly\r\nparticulaly,particularly\r\nparticularely,particularly\r\nparticularilly,particularly\r\nparticularily,particularly\r\nparticularlly,particularly\r\nparticulary,particularly\r\nparticulaur,particular\r\nparticuliar,particular\r\nparticullarly,particularly\r\nparticullary,particularly\r\nparticulr,particular\r\nparticuraly,particularly\r\npartie,party\r\npartiel,particle\r\npartiets,parties\r\npartifipating,participating\r\npartiion,partition\r\npartiions,partitions\r\npartila,partial\r\npartile,particle\r\npartioe,partial\r\npartioin,partion\r\npartion,partition\r\npartioning,partitioning\r\npartiot,patriot\r\npartiotic,patriotic\r\npartiotism,patriotism\r\npartiots,patriots\r\npartipate,participate\r\npartiqular,particular\r\npartisain,partisan\r\npartitial,partial\r\npartitinons,partitions\r\npartitioin,partition\r\npartitionings,partitions\r\npartitionning,partitioning\r\npartitoins,partitions\r\npartiton,partition\r\npartitons,partitions\r\npartiucular,particular\r\npartiularly,particularly\r\npartizipation,participation\r\npartley,partly\r\npartnerd,partnered\r\npartnetship,partnership\r\npartocular,particular\r\npartols,patrols\r\npartonizing,patronizing\r\npartqulr,particular\r\npartrucal,particular\r\npartsian,partisan\r\npartucilar,particular\r\npartucularly,particularly\r\npartular,particular\r\npartys,parties\r\nparuqet,parquet\r\nparwise,pairwise\r\npary,party\r\npasargssed,passed\r\npase,parse\r\npasecart,pass card\r\npased,passed\r\npaseed,passed\r\npasenger,passenger\r\npasengers,passengers\r\npases,passes\r\npasge,page\r\npasibillities,pasibilities\r\npasing,pasting\r\npasport,passport\r\npasred,parsed\r\npassabe,passable\r\npassabel,passable\r\npassabilty,passability\r\npassablity,passability\r\npassage-way,passageway\r\npassage-ways,passageways\r\npassagens,passages\r\npassagers,passages\r\npassanger,passenger\r\npassd,passed\r\npassdd,passed\r\npassedi,passed\r\npassedin,passed-in\r\npassee,passed\r\npasseger,passenger\r\npassegers,passengers\r\npasseord,password\r\npasser-byers,passers-by\r\npasser-byes,passers-by\r\npasser-byrs,passers-by\r\npasser-bys,passers-by\r\npasserbyers,passersby\r\npasserbyes,passersby\r\npasserbyrs,passersby\r\npasserbys,passersby\r\npassesd,passed\r\npassess,passes\r\npasset,passed\r\npasshprase,passphrase\r\npassid,passing\r\npassign,passing\r\npassimg,passing\r\npassint,passing\r\npassionais,passions\r\npassionale,passionately\r\npassionant,passionate\r\npassionated,passionate\r\npassionatelly,passionately\r\npassionatley,passionately\r\npassionatly,passionately\r\npassione,passionate\r\npassiones,passions\r\npassionetly,passionately\r\npassionite,passionate\r\npassionnate,passionate\r\npassisve,passives\r\npassivedns,passives\r\npassivelly,passively\r\npassivley,passively\r\npassivly,passively\r\npassivs,passives\r\npassod,passed\r\npassord,password\r\npassowrd,password\r\npassowrds,passwords\r\npassphase,passphrase\r\npassphrass,passphrase\r\npassphrse,passphrase\r\npassporters,passports\r\npasspost,passports\r\npassprase,passphrase\r\npassprhase,passphrase\r\npassqword,password\r\npasssed,passed\r\npassser,passer\r\npassses,passes\r\npasssing,passing\r\npasssion,passion\r\npasssions,passions\r\npasssive,passive\r\npassssssive,passive\r\npasssword,password\r\npasste,paste\r\npasstime,pastime\r\npasstimes,pastimes\r\npassvies,passives\r\npassward,password\r\npasswd,password\r\npasswdord,password\r\npassword-proctected,password-protected\r\npasswordg,password\r\npasswordvalid,password\r\npasswore,password\r\npasswors,passwords\r\npasswort,password\r\npasswos,password\r\npasswphrase,passphrase\r\npasswprd,password\r\npasswrod,password\r\npasswword,password\r\npasswwords,passwords\r\npastabillities,pastabilities\r\npastabilty,pastability\r\npastablilities,pastabilities\r\npasteries,pastries\r\npasttime,pastime\r\npasttimes,pastimes\r\npastur,pasture\r\npastural,pastoral\r\npasturize,pasteurize\r\npasuing,pausing\r\npasword,password\r\npaswords,passwords\r\npatalogic,pathological\r\npatameters,parameters\r\npataphysical,metaphysical\r\npatche,patch\r\npatchse,patches\r\npatck,pick\r\npateince,patience\r\npateinces,patiences\r\npateint,patient\r\npateintly,patiently\r\npateintory,patientory\r\npateints,patients\r\npatentabilty,patentability\r\npatentablity,patentability\r\npatenterad,patented\r\npatern,pattern\r\npaternaty,paternity\r\npaterns,patterns\r\npatethic,pathetic\r\npatform,platform\r\npathalogical,pathological\r\npathame,pathname\r\npathanamthitttion,pathanamthittion\r\npathanem,pathname\r\npathces,patches\r\npathe,path\r\npatheitc,pathetic\r\npathelogical,pathological\r\npathes,paths\r\npathfidner,pathfinder\r\npathfindir,pathfinder\r\npathifnder,pathfinder\r\npathneame,pathname\r\npathogeneisis,pathogenisis\r\npatholgic,pathologic\r\npatholgical,pathological\r\npatholgicals,pathologicals\r\npatholgies,pathologies\r\npatholgists,pathologists\r\npatholigical,pathological\r\npatholigists,pathologists\r\npathologial,pathological\r\npathololgic,patholologic\r\npathophysiolgic,pathophysiologic\r\npathophysiolgical,pathophysiological\r\npathophysiolgies,pathophysiologies\r\npatht,path\r\npatiance,patience\r\npatiances,patiences\r\npatiant,patient\r\npatianted,patiented\r\npatiantly,patiently\r\npatiants,patients\r\npaticular,particular\r\npaticulares,particulares\r\npaticularism,particularism\r\npaticularities,particularities\r\npaticularlly,particularlly\r\npaticularly,particularly\r\npaticulars,particulars\r\npaticulary,particularly\r\npaticulate,particulate\r\npaticulates,particulates\r\npatiens,patients\r\npatientens,patients\r\npatientier,patienter\r\npatienty,patiently\r\npatinetly,patiently\r\npatirot,patriot\r\npatirots,patriots\r\npatload,payload\r\npatnership,partnership\r\npatoes,potatoes\r\npatphlets,pamphlets\r\npatrairchy,patriarchy\r\npatrcik,patrick\r\npatriach,patriarch\r\npatriachal,patriarchal\r\npatriachalism,patriarchalism\r\npatriachate,patriarchate\r\npatriachic,patriarchic\r\npatriachies,patriarchies\r\npatriachism,patriarchism\r\npatriachisms,patriarchisms\r\npatriachist,patriarchist\r\npatriachists,patriarchists\r\npatriachry,patriarchy\r\npatriachs,patriarchs\r\npatriachy,patriarchy\r\npatriarca,patriarchal\r\npatriarcal,patriarchal\r\npatriarchia,patriarchal\r\npatriarcial,patriarchal\r\npatriarcy,patriarchy\r\npatriarh,patriarchy\r\npatriarhal,patriarchal\r\npatriarical,patriarchal\r\npatriatchy,patriarchy\r\npatriatism,patriotism\r\npatrionism,patriotism\r\npatrios,patriots\r\npatriotas,patriots\r\npatriotes,patriots\r\npatriotics,patriotism\r\npatriotisch,patriotic\r\npatriotisim,patriotism\r\npatriotisk,patriots\r\npatriottism,patriotism\r\npatrition's,partition's\r\npatroit,patriot\r\npatroitic,patriotic\r\npatroitism,patriotism\r\npatroits,patriots\r\npatroled,patrolled\r\npatroler,patroller\r\npatroling,patrolling\r\npatrolls,patrols\r\npatronas,patrons\r\npatrones,patrons\r\npatronis,patrons\r\npatronos,patrons\r\npatronozing,patronizing\r\npatryarchy,patriarchy\r\npattans,patterns\r\npattarn,pattern\r\npattarns,patterns\r\npattened,patented\r\npattenr,pattern\r\npattenrn,pattern\r\npattent,patent\r\npattented,patented\r\npattenting,patenting\r\npattents,patents\r\npatterm,pattern\r\npatterno,patterson\r\npattersn,patterson\r\npattoes,potatoes\r\npattos,potatoes\r\npattren,pattern\r\npattrens,patterns\r\npattrern,pattern\r\npattter,patter\r\npattterns,patterns\r\npaty,path\r\npaté,pâté\r\npatés,pâtés\r\npaule,purple\r\npavillion,pavilion\r\npavillions,pavilions\r\npaviser,PaVisor\r\npavment,pavement\r\npavments,pavements\r\npawsibilties,pAWsibilities\r\npawsitivly,pawsitively\r\npawssiblities,pawssibilities\r\npawwed,pawed\r\npawws,paws\r\npay-to-wtiness,pay-to-witness\r\npayabe,payable\r\npayabilty,payability\r\npayablity,payability\r\npayble,payable\r\npaychedelics,psychedelics\r\npaychiatrist,psychiatrist\r\npaychiatrists,psychiatrists\r\npaychologically,psychologically\r\npaychologist,psychologist\r\npaychologists,psychologists\r\npaychopathic,psychopathic\r\npayed,paid\r\npayes,prayers\r\npaygroud,playground\r\npayground,playground\r\npayible,payable\r\npayings,paying\r\npaylaod,payload\r\npayler,player\r\npaylod,payload\r\npaymens,payments\r\npaymenvts,payments\r\npayvment,payvement\r\npayvments,payvements\r\npbject,object\r\npbjects,objects\r\npblisher,publisher\r\npbulisher,publisher\r\npcakage,package\r\npciture,picture\r\npcitured,pictured\r\npcitures,pictures\r\npcituring,picturing\r\npckg,pkg\r\npcsyology,psychology\r\npcychology,psychology\r\npdate,update\r\npdating,updating\r\npdeferal,pdeferral\r\npdeferals,pdeferrals\r\npdefered,pdeferred\r\npdeferer,pdeferrer\r\npdefering,pdeferring\r\npdefferal,pdeferral\r\npdefferals,pdeferrals\r\npdeffered,pdeferred\r\npdefferer,pdeferrer\r\npdeffering,pdeferring\r\npdefferral,pdeferral\r\npdefferrals,pdeferrals\r\npdefferred,pdeferred\r\npdefferrer,pdeferrer\r\npdefferring,pdeferring\r\npdefomation,pdeformation\r\npdefomative,pdeformative\r\npdefomatively,pdeformatively\r\npdeformaton,pdeformation\r\npdeformatve,pdeformative\r\npdeformatvely,pdeformatively\r\npdeformtion,pdeformation\r\npdeformtive,pdeformative\r\npdeformtively,pdeformatively\r\npdetect,detect\r\npdfreader,pdf-reader\r\npe-release,pre-release\r\npeacefuland,peaceful and\r\npeacefull,peaceful\r\npeacefullly,peacefully\r\npeacefullness,peacefulness\r\npeacefulls,peacefuls\r\npeacefuly,peacefully\r\npeacfulllion,peacfullion\r\npeacfuly,peacfully\r\npeageant,pageant\r\npeaker,speaker\r\npeanalty,penalty\r\npeap,peep\r\npeaper,people\r\npeapl,people\r\npeaple,people\r\npeaples,peoples\r\npearent,parent\r\npearment,permanent\r\npease,peace\r\npeasent,peasant\r\npeaularer,peculiar\r\npebbels,pebbles\r\npebbleos,pebbles\r\npebblers,pebbles\r\npebblets,pebbles\r\npecale,peculiar\r\npecallar,peculiar\r\npecalu,peculiar\r\npeceded,preceded\r\npech,peach\r\npeches,peaches\r\npeciail,peculiar\r\npecieve,perceive\r\npecific,specific\r\npecifick,specific\r\npecificual,specifically\r\npecificule,specifically\r\npecified,specified\r\npecify,specify\r\npecil,pencil\r\npeciluar,peculiar\r\npecipitation,precipitation\r\npeciular,peculiar\r\npeclier,peculiar\r\npecquilar,peculiar\r\npectuesqe,picturesque\r\npecturesk,picturesque\r\npecturesque,picturesque\r\npecualer,peculiar\r\npecuial,peculiar\r\npecuilar,peculiar\r\npecuilea,peculiar\r\npecuiler,peculiar\r\npeculair,peculiar\r\npecular,peculiar\r\npecularities,peculiarities\r\npecularity,peculiarity\r\npecularly,peculiarly\r\npeculear,peculiar\r\npeculiarites,peculiarities\r\npeculier,peculiar\r\npeculior,peculiar\r\npeculiur,peculiar\r\npeculter,peculiar\r\npeculure,peculiar\r\npecurleya,peculiar\r\npedagouge,pedagogue\r\npedagouges,pedagogues\r\npedalabilty,pedalability\r\npedallling,pedalling\r\npedantisch,pedantic\r\npedels,pedals\r\npedestiran,pedestrian\r\npedestirans,pedestrians\r\npedestrain,pedestrian\r\npedestrainism,pedestrianism\r\npedestrainity,pedestrianity\r\npedestrains,pedestrians\r\npedestrainsity,pedestriansity\r\npedge,hedge\r\npedicates,predicates\r\npedictions,depictions\r\npeding,pending\r\npedogoge,pedagogue\r\npedogoges,pedagogues\r\npedogogue,pedagogue\r\npedogogues,pedagogues\r\npedohpile,pedophile\r\npedohpiles,pedophiles\r\npedohpilia,pedophilia\r\npedophila,pedophilia\r\npedophilac,pedophilia\r\npedophilea,pedophilia\r\npedophilie,pedophile\r\npedophilies,pedophile\r\npedophilla,pedophilia\r\npedophille,pedophile\r\npedophilles,pedophile\r\npedophils,pedophiles\r\npedopholia,pedophilia\r\npefer,prefer\r\npeference,preference\r\npeferred,preferred\r\npeferring,preferring\r\npefor,before\r\npefore,before\r\npeform,perform\r\npeformable,performable\r\npeformace,performance\r\npeformaces,performances\r\npeformance,performance\r\npeformances,performances\r\npeformant,performant\r\npeformed,performed\r\npeformence,performance\r\npeformences,performances\r\npeformer,performer\r\npeformers,performers\r\npeforming,performing\r\npeformnace,performance\r\npeformnaces,performances\r\npeforms,performs\r\npefrorm,perform\r\npehapes,perhaps\r\npehaps,perhaps\r\npeice,piece\r\npeiced,pieced\r\npeicemeal,piecemeal\r\npeices,pieces\r\npeicework,piecework\r\npeicing,piecing\r\npeiece,piece\r\npeinding,pending\r\npeiple,people\r\npeirce,pierce\r\npeirced,pierced\r\npeircing,piercing\r\npeircings,piercings\r\npeirodically,periodically\r\npekaing,peaking\r\npekaings,peakings\r\npelef,belief\r\npelele,people\r\npeleton,peloton\r\npelimamny,preliminary\r\npelimanary,preliminary\r\npeloponnes,peloponnesus\r\npemanant,permanent\r\npemanent,permanent\r\npemenent,permanent\r\npemestry,chemistry\r\npemetent,permanent\r\npemission,permission\r\npemtent,permanent\r\npemutation,permutation\r\npenalites,penalties\r\npenalities,penalties\r\npenality,penalty\r\npenaltis,penalties\r\npenatgon,pentagon\r\npenatlies,penalties\r\npenatly,penalty\r\npenciles,pencils\r\npencle,pencil\r\npendantic,pedantic\r\npendantry,pedantry\r\npendatic,pedantic\r\npendelum,pendulum\r\npendibg,pending\r\npendng,pending\r\npendulm,pendulum\r\npenduluum,pendulum\r\npenecillin,penicillin\r\npenefical,beneficial\r\npenence,penance\r\npenences,penances\r\npenencie,penancie\r\npenencies,penancies\r\npenency,penancy\r\npenent,penant\r\npenenta,penanta\r\npenentang,penantang\r\npenentangan,penantangan\r\npenenthusiasts,penanthusiasts\r\npenenticier,penanticier\r\npenentrant,penantrant\r\npenentrants,penantrants\r\npenentrate,penantrate\r\npenentrated,penantrated\r\npenentrating,penantrating\r\npenentration,penantration\r\npenentu,penantu\r\npenentuan,penantuan\r\npenentuannya,penantuannya\r\npenentunya,penantunya\r\npenentusahan,penantusahan\r\npenerator,penetrator\r\npenetracion,penetration\r\npenetrading,penetrating\r\npenetraion,penetration\r\npenetrarion,penetration\r\npenetratiing,penetrating\r\npenetratin,penetration\r\npenetratioin,penetration\r\npenetratoin,penetration\r\npenetraton,penetration\r\npeneumia,pneumonia\r\npengiuns,penguins\r\npenguines,penguins\r\npenguinese,penguins\r\npenguiness,penguins\r\npenguing,penguin\r\npenguings,penguins\r\npenguinos,penguins\r\npenguis,penguins\r\npenicls,pencils\r\npeninsual,peninsula\r\npeninsulla,peninsula\r\npeninusla,peninsula\r\npenisnula,peninsula\r\npenison,pension\r\npenisse,penises\r\npenisula,peninsula\r\npenisular,peninsular\r\npenisylvania,pennsylvania\r\npenitance,penitence\r\npenitanced,penitenced\r\npenitances,penitences\r\npenitancie,penitencie\r\npenitancies,penitencies\r\npenitancy,penitency\r\npenitant,penitent\r\npenitantial,penitential\r\npenitantly,penitently\r\npenitants,penitents\r\npenitentary,penitentiary\r\npenitum,pentium\r\npenlaties,penalties\r\npenlaty,penalty\r\npenmenlly,permanently\r\npenmonia,pneumonia\r\npennance,penance\r\npenney,penny\r\npenninsula,peninsula\r\npenninsular,peninsular\r\npennisula,peninsula\r\npennisular,peninsular\r\npennning,penning\r\npennnned,penned\r\npennsilvania,pennsylvania\r\npennslyvania,pennsylvania\r\npennsylvaina,pennsylvania\r\npennsylvainia,pennsylvania\r\npennsylvanica,pennsylvania\r\npennsylvannia,pennsylvania\r\npennsylvannian,pennsylvanian\r\npennsylvannians,pennsylvanians\r\npennsylvnia,pennsylvania\r\npennsyvlania,pennsylvania\r\npennyslvania,pennsylvania\r\npenomenon,phenomenon\r\npenominia,pneumonia\r\npenpding,pending\r\npensies,penises\r\npensino,pension\r\npensinula,peninsula\r\npensinular,peninsular\r\npensioen,pension\r\npensivly,pensively\r\npensle,pencil\r\npenssylvania,pennsylvania\r\npensylvania,Pennsylvania\r\npensylvanian,pennsylvanian\r\npensylvanians,pennsylvanians\r\npensylvannia,pennsylvania\r\npensylvannian,pennsylvanian\r\npensylvannians,pennsylvanians\r\npentacost,pentecost\r\npentacostal,pentecostal\r\npentacostalism,pentecostalism\r\npentacostals,pentecostals\r\npentacosts,pentecosts\r\npentaflouresce,pentafluoresce\r\npentaflouresced,pentafluoresced\r\npentaflourescence,pentafluorescence\r\npentaflourescent,pentafluorescent\r\npentaflouresces,pentafluoresces\r\npentaflourescing,pentafluorescing\r\npentaflouric,pentafluoric\r\npentaflouridate,pentafluoridate\r\npentaflouridated,pentafluoridated\r\npentaflouridates,pentafluoridates\r\npentaflouridating,pentafluoridating\r\npentaflouridation,pentafluoridation\r\npentaflouride,pentafluoride\r\npentaflourides,pentafluorides\r\npentaflourine,pentafluorine\r\npentaflourines,pentafluorines\r\npentaflouro,pentafluoro\r\npentagoon,pentagon\r\npentaly,pentally\r\npentathalete,pentathlete\r\npentathaletes,pentathletes\r\npentathalon,pentathlon\r\npentathalons,pentathlons\r\npentathelete,pentathlete\r\npentatheletes,pentathletes\r\npentathelon,pentathlon\r\npentathelons,pentathlons\r\npentsylvania,pennsylvania\r\npentuim,pentium\r\npenumonia,pneumonia\r\npenut,peanut\r\npeny,penny\r\npeocleor,peculiar\r\npeodphile,pedophile\r\npeodphiles,pedophiles\r\npeodphilia,pedophilia\r\npeoetry,poetry\r\npeoitry,poetry\r\npeoject,project\r\npeol,people\r\npeolpe,people\r\npeolpes,peoples\r\npeom,poem\r\npeoms,poems\r\npeopal,people\r\npeope,people\r\npeoped,peopled\r\npeopel,people\r\npeopels,peoples\r\npeopes,peoples\r\npeopl,people\r\npeopld,peopled\r\npeopleandcapablity,peopleandcapability\r\npeopls,peoples\r\npeortry,poetry\r\npeotly,poetry\r\npeotry,poetry\r\npeottter,peotter\r\npepal,people\r\npepall,people\r\npeparation,preparation\r\npeper,pepper\r\npeple,people\r\npepo,people\r\npepole,people\r\npeport,report\r\npeportery,reporter\r\npepperin,pepperoni\r\npepperino,pepperoni\r\npepperment,peppermint\r\npeppermit,peppermint\r\npepperocini,pepperoni\r\npepperonil,pepperoni\r\npepperonni,pepperoni\r\npeppper,pepper\r\npepppers,peppers\r\npeprocessor,preprocessor\r\npequalia,peculiar\r\npequlea,peculiar\r\npequlear,peculiar\r\npequlliy,peculiar\r\nperade,parade\r\nperaded,paraded\r\nperades,parades\r\nperaffic,traffic\r\nperahps,perhaps\r\nperament,permanent\r\nperameter,parameter\r\nperametres,parameters\r\nperants,parents\r\nperating,operating\r\nperation,operation\r\nperblam,problem\r\npercantage,percentage\r\npercantages,percentages\r\npercantile,percentile\r\npercaution,precaution\r\npercautions,precautions\r\npercced,perceive\r\nperceave,perceive\r\npercede,perceive\r\nperceded,preceded\r\nperceed,perceive\r\nperceeve,perceive\r\nperceievable,perceivable\r\nperceievables,perceivables\r\nperceieve,perceive\r\nperceieved,perceived\r\nperceiever,perceiver\r\nperceievers,perceivers\r\nperceievership,perceivership\r\nperceieves,perceives\r\nperceieving,perceiving\r\nperceiv,perceive\r\nperceiveable,perceivable\r\nperceiveables,perceivables\r\nperceiveing,perceiving\r\nperceivieived,perceive\r\npercenatge,percentages\r\npercentag,percentage\r\npercentagens,percentages\r\npercentange,percentage\r\npercente,percentile\r\npercential,percentile\r\npercentige,percentile\r\npercentille,percentile\r\npercepience,percipience\r\npercepiency,percipiency\r\npercepient,percipient\r\npercepiently,percipiently\r\npercepients,percipients\r\nperceptability,perceptibility\r\nperceptable,perceptible\r\nperceptably,perceptibly\r\npercepted,perceived\r\nperceptionaly,perceptionally\r\nperceptoin,perceptions\r\nperceptualy,perceptually\r\npercession,percussion\r\npercetange,percentages\r\npercetnage,percentages\r\npercevable,perceivable\r\npercevables,perceivables\r\nperceve,perceive\r\nperceved,perceive\r\npercever,perceiver\r\npercevers,perceivers\r\npercevership,perceivership\r\nperceves,perceives\r\npercevied,perceived\r\nperceving,perceiving\r\nperchase,purchase\r\nperchased,purchased\r\npercievable,perceivable\r\npercievables,perceivables\r\npercievably,perceivably\r\npercieve,perceive\r\npercieveable,perceivable\r\npercieveables,perceivables\r\npercieved,perceived\r\npercieveing,perceiving\r\nperciever,perceiver\r\npercievers,perceivers\r\npercievership,perceivership\r\npercieves,perceives\r\npercieving,perceiving\r\npercintile,percentile\r\npercious,precious\r\npercipiance,percipience\r\npercipiancy,percipiency\r\npercipiant,percipient\r\npercipiantly,percipiently\r\npercipiants,percipients\r\npercise,precise\r\npercisely,precisely\r\npercision,precision\r\npercission,percussion\r\npercitoin,precision\r\npercivable,perceivable\r\npercivables,perceivables\r\npercive,perceive\r\npercived,perceive\r\nperciveden,perceive\r\nperciver,perceiver\r\npercivers,perceivers\r\npercivership,perceivership\r\npercives,perceives\r\nperciving,perceiving\r\nperclude,preclude\r\npercon,person\r\npercpetion,perceptions\r\npercpetions,perceptions\r\npercula,peculiar\r\nperculear,peculiar\r\nperculer,peculiar\r\nperculiar,peculiar\r\nperculier,peculiar\r\nperculior,peculiar\r\nperculyer,peculiar\r\npercursor,precursor\r\npercusions,percussion\r\npercusssion,percussion\r\npercvable,perceivable\r\npercvables,perceivables\r\npercve,perceive\r\npercved,perceived\r\npercver,perceiver\r\npercvers,perceivers\r\npercvership,perceivership\r\npercves,perceives\r\npercving,perceiving\r\nperdators,predators\r\nperdend,pretend\r\nperdicament,predicament\r\nperdict,predict\r\nperdictable,predictable\r\nperdicted,predicted\r\nperdicting,predicting\r\nperdiction,prediction\r\nperdictions,predictions\r\nperdictive,predictive\r\nperdioc,periodic\r\nperdiod,period\r\nperdominantly,predominantly\r\nperemenentaly,permanently\r\nperement,permanent\r\nperemently,permanently\r\nperemiter,perimeter\r\nperend,period\r\nperenial,perennial\r\nperenialisms,perennialisms\r\nperenialize,perennialize\r\nperenializing,perennializing\r\nperenialle,perennialle\r\nperenially,perennially\r\nperenials,perennials\r\nperent,parent\r\nperentenial,perennial\r\nperenthesis,parentheses\r\nperephirals,peripherals\r\npereptually,perpetually\r\nperequisites,prerequisites\r\nperer,prefer\r\npereschion,precision\r\nperetend,pretend\r\nperfact,perfect\r\nperfactly,perfectly\r\nperfeccion,perfection\r\nperfeclty,perfectly\r\nperfectaly,perfectally\r\nperfecty,perfectly\r\nperfecxion,perfection\r\nperfektion,perfection\r\nperfer,prefer\r\nperferable,preferable\r\nperferably,preferably\r\nperference,preference\r\nperferences,preferences\r\nperferential,preferential\r\nperfermance,performance\r\nperferred,preferred\r\nperferring,preferring\r\nperfers,prefers\r\nperfexcion,perfection\r\nperfile,profile\r\nperfix,prefix\r\nperfoamcen,performance\r\nperfom,perform\r\nperfomable,performable\r\nperfomance,performance\r\nperfomances,performances\r\nperfomation,performation\r\nperfomations,performations\r\nperfomative,performative\r\nperfomatively,performatively\r\nperfomed,performed\r\nperfomer,performer\r\nperfomers,performers\r\nperfoming,performing\r\nperfomity,performity\r\nperfomly,performly\r\nperfomrance,performances\r\nperfomred,performed\r\nperfoms,performs\r\nperforam,perform\r\nperforamance,performance\r\nperforamnce,performances\r\nperforance,performance\r\nperforem,perform\r\nperforemable,performable\r\nperforemance,performance\r\nperforemances,performances\r\nperforemd,performed\r\nperforemed,performed\r\nperforemer,performer\r\nperforemers,performers\r\nperforemes,performs\r\nperforeming,performing\r\nperforems,performs\r\nperforiming,performing\r\nperformaance,performance\r\nperformace,performance\r\nperformaces,performances\r\nperformacne,performances\r\nperformaing,performing\r\nperforman,performance\r\nperformanced,performance\r\nperformancepcs,performances\r\nperformancetest,performances\r\nperformancewise,performances\r\nperformancs,performance\r\nperformane,performances\r\nperformanes,performances\r\nperformans,performances\r\nperformanse,performances\r\nperformantes,performances\r\nperformas,performs\r\nperforme,perform\r\nperformecs,performance\r\nperformeing,performing\r\nperformence,performance\r\nperformences,performances\r\nperformens,performers\r\nperformerance,performance\r\nperformes,performs\r\nperformnace,performances\r\nperformnaces,performances\r\nperformnce,performance\r\nperformous,performs\r\nperfour,prefer\r\nperfrectly,perfectly\r\nperfrmed,performed\r\nperfrom,perform\r\nperfromance,performance\r\nperfromances,performances\r\nperfromation,performation\r\nperfromations,performations\r\nperfromative,performative\r\nperfromatively,performatively\r\nperfromed,performed\r\nperfromer,performer\r\nperfromers,performers\r\nperfroming,performing\r\nperfromity,performity\r\nperfromly,performly\r\nperfroms,performs\r\nperfuer,prefer\r\nperfure,prefer\r\nperhapes,perhaps\r\nperhapse,perhaps\r\nperhasp,perhaps\r\nperheaps,perhaps\r\nperhiperal,peripheral\r\nperhiperals,peripherals\r\nperhorms,performs\r\nperhpas,perhaps\r\npericing,piercing\r\npericings,piercings\r\npericluar,particular\r\nperidinkle,periwinkle\r\nperidoic,periodic\r\nperidoically,periodically\r\nperiferal,peripheral\r\nperifery,periphery\r\nperigeux,périgeux\r\nperigord,périgord\r\nperigueux,périgueux\r\nperihperal,peripheral\r\nperihperals,peripherals\r\nperimently,permanently\r\nperimete,permanent\r\nperimetr,perimeter\r\nperimetre,perimeter\r\nperimiter,perimeter\r\nperimiters,perimeters\r\nperioc,periodic\r\nperiodes,periods\r\nperiodially,periodically\r\nperiodicallly,periodically\r\nperiodicaly,periodically\r\nperiodicially,periodically\r\nperiodisch,periodic\r\nperiodly,periodically\r\nperiodontaly,periodontally\r\nperiodos,periods\r\nperionds,periods\r\nperior,period\r\nperiouds,periods\r\nperipathetic,peripatetic\r\nperiperhal,peripheral\r\nperiperhals,peripherals\r\nperipheals,peripherals\r\nperiphels,peripherals\r\nperiphereal,peripheral\r\nperiphereals,peripherals\r\nperipheria,peripheral\r\nperipherial,peripheral\r\nperipherially,peripherally\r\nperipherials,peripherals\r\nperiphiral,peripheral\r\nperiphirals,peripherals\r\nperiphreal,peripheral\r\nperiphreals,peripherals\r\nperiphrial,peripheral\r\nperiphrials,peripherals\r\nperisan,persian\r\nperisen,precision\r\nperisistent,persistent\r\nperisted,persisted\r\nperistence,persistence\r\nperistency,persistency\r\nperistent,persistent\r\nperistently,persistently\r\nperister,persister\r\nperisteted,persisted\r\nperisting,persisting\r\nperists,persists\r\nperitinkle,periwinkle\r\nperiwankle,periwinkle\r\nperiwinke,periwinkle\r\nperiwinkel,periwinkle\r\nperiwinkie,periwinkle\r\nperiwinlke,periwinkle\r\nperjery,perjury\r\nperjoration,pejoration\r\nperjorations,pejorations\r\nperjorative,pejorative\r\nperjoratively,pejoratively\r\nperjoratives,pejoratives\r\nperjorition,pejoration\r\nperjoritions,pejorations\r\nperjoritive,pejorative\r\nperjudice,prejudice\r\nperlimarar,preliminary\r\nperlimary,preliminary\r\nperlimenary,preliminary\r\nperlimery,preliminary\r\nperliminary,preliminary\r\nperlinamary,preliminary\r\nperlmuttter,perlmutter\r\npermade,premade\r\npermaiently,permanently\r\npermalently,permanently\r\npermament,permanent\r\npermamently,permanently\r\npermanance,permanence\r\npermanancy,permanency\r\npermananetly,permanently\r\npermanant,permanent\r\npermanantcollection,permanentcollection\r\npermanante,permanente\r\npermanantely,permanently\r\npermanantes,permanentes\r\npermananti,permanenti\r\npermanantize,permanentize\r\npermanantly,permanently\r\npermananty,permanently\r\npermanat,permanent\r\npermanate,permanent\r\npermanately,permanently\r\npermanatily,permanently\r\npermanatly,permanently\r\npermanenly,permanently\r\npermanentally,permanently\r\npermanentaly,permanentally\r\npermanentely,permanently\r\npermanentley,permanently\r\npermanenty,permanently\r\npermanet,permanent\r\npermanetaly,permanetally\r\npermanetly,permanently\r\npermanientaly,permanently\r\npermanince,permanence\r\npermanincy,permanency\r\npermanint,permanent\r\npermannently,permanently\r\npermannetly,permanently\r\npermant,permanent\r\npermantatty,permanently\r\npermantely,permanently\r\npermantently,permanently\r\npermantley,permanently\r\npermantly,permanently\r\npermartely,permanently\r\npermatanlly,permanently\r\npermatant,permanent\r\npermate,permanent\r\npermatently,permanently\r\npermatly,permanently\r\npermattley,permanently\r\npermature,premature\r\npermaturely,prematurely\r\npermeabilty,permeability\r\npermeablility,permeability\r\npermeablilty,permeability\r\npermeablity,permeability\r\npermeaiblity,permeaibility\r\npermenance,permanence\r\npermenancy,permanency\r\npermenant,permanent\r\npermenante,permanent\r\npermenantely,permanently\r\npermenantl,permanentl\r\npermenantly,permanently\r\npermenants,permanents\r\npermenate,permanent\r\npermenately,permanently\r\npermenatly,permanently\r\npermenence,permanence\r\npermenency,permanency\r\npermenent,permanent\r\npermenente,permanente\r\npermenently,permanently\r\npermenet,permanent\r\npermenince,permanence\r\npermenincy,permanency\r\npermenint,permanent\r\npermenmant,permanent\r\npermennam,permanent\r\npermennently,permanently\r\nperment,permanent\r\npermental,permanently\r\npermentally,permanently\r\npermentaly,permanently\r\npermentantely,permanently\r\npermentantly,permanently\r\npermentely,permanently\r\npermention,permanent\r\npermently,permanently\r\npermerant,permanent\r\npermernent,permanent\r\npermernet,permanent\r\npermernit,permanent\r\npermet,permit\r\npermiablity,permiability\r\npermiently,permanently\r\npermier,premier\r\npermiere,premiere\r\npermieter,perimeter\r\nperminance,permanence\r\nperminancy,permanency\r\nperminant,permanent\r\nperminantally,permanently\r\nperminante,permanent\r\nperminantley,permanentley\r\nperminantly,permanently\r\nperminat,permanent\r\nperminate,permanent\r\nperminately,permanently\r\nperminence,permanence\r\nperminency,permanency\r\nperminent,permanent\r\nperminently,permanently\r\nperminet,permanent\r\nperminince,permanence\r\nperminincy,permanency\r\nperminint,permanent\r\nperminmently,permanently\r\npermint,permanent\r\npermintenly,permanently\r\npermintly,permanently\r\npermisability,permissibility\r\npermisable,permissible\r\npermise,premise\r\npermises,premises\r\npermisible,permissible\r\npermisibly,permissibly\r\npermision,permission\r\npermisionaries,permissionaries\r\npermisionary,permissionary\r\npermisions,permission\r\npermisison,permissions\r\npermisisons,permissions\r\npermisive,permissive\r\npermisively,permissively\r\npermissability,permissibility\r\npermissable,permissible\r\npermissble,permissible\r\npermissbly,permissibly\r\npermisse,permissive\r\npermissiable,permissible\r\npermissibe,permissible\r\npermissie,permissible\r\npermissin,permissions\r\npermissinve,permissive\r\npermissiom,permission\r\npermission-evalution,permission-evaluation\r\npermissiont,permissions\r\npermissios,permissions\r\npermisson,permission\r\npermissonaries,permissionaries\r\npermissonary,permissionary\r\npermissons,permissions\r\npermisssion,permissions\r\npermisssions,permissions\r\npermisssive,permissive\r\npermissve,permissive\r\npermissvely,permissively\r\npermitas,permits\r\npermite,permit\r\npermited,permitted\r\npermitedly,permittedly\r\npermites,permits\r\npermiting,permitting\r\npermition,permission\r\npermitis,permits\r\npermitt,permit\r\npermitts,permits\r\npermittted,permitted\r\npermittting,permitting\r\npermitttted,permitted\r\npermium,premium\r\npermiums,premiums\r\npermmasivie,permissive\r\npermmenant,permanently\r\npermmently,permanently\r\npermmit,permit\r\npermmully,permanently\r\npermnant,permanent\r\npermnently,permanently\r\npermnet,permanent\r\npermntly,permanently\r\npermonand,permanent\r\npermonently,permanently\r\npermonet,permanent\r\npermoret,permanent\r\npermormance,performance\r\npermotion,promotion\r\npermsision,permission\r\npermssive,permissive\r\npermtuation,permutation\r\npermuatations,permutations\r\npermuation,permutation\r\npermuations,permutations\r\npermutaion,permutation\r\npernamance,permanence\r\npernamancy,permanency\r\npernamant,permanent\r\npernamence,permanence\r\npernamency,permanency\r\npernament,permanent\r\npernamente,permanente\r\npernamently,permanently\r\npernamince,permanence\r\npernamincy,permanency\r\npernamint,permanent\r\npernemance,permanence\r\npernemancy,permanency\r\npernemant,permanent\r\npernemence,permanence\r\npernemency,permanency\r\npernement,permanent\r\npernemince,permanence\r\npernemincy,permanency\r\npernemint,permanent\r\npernicety,pernickety\r\npernimance,permanence\r\npernimancy,permanency\r\npernimant,permanent\r\npernimence,permanence\r\npernimency,permanency\r\nperniment,permanent\r\npernimently,permanently\r\npernimince,permanence\r\npernimincy,permanency\r\npernimint,permanent\r\npernitally,permanently\r\npernmently,permanently\r\npero,period\r\nperocess,process\r\nperodic,periodic\r\nperodically,periodically\r\nperofmed,performed\r\nperofmrance,performance\r\nperofrm,perform\r\nperofrmance,performance\r\nperogative,prerogative\r\nperogatives,prerogatives\r\nperoid,period\r\nperoidic,periodic\r\nperoidically,periodically\r\nperoids,periods\r\nperonal,personal\r\nperonality,personality\r\nperonally,personally\r\nperopel,people\r\nperopl,people\r\nperopty,property\r\nperordered,preordered\r\nperorders,preorders\r\nperormed,performed\r\nperosanlly,perosnally\r\nperosn,person\r\nperosnal,personal\r\nperosnality,personality\r\nperosnally,personally\r\nperosnas,personas\r\nperpaid,prepaid\r\nperpandicular,perpendicular\r\nperparation,preparation\r\nperpare,prepare\r\nperpared,prepared\r\nperpares,prepares\r\nperpatrated,perpetrated\r\nperpatrator,perpetrator\r\nperpatrators,perpetrators\r\nperpatuate,perpetuate\r\nperpatuated,perpetuated\r\nperpatuates,perpetuates\r\nperpatuating,perpetuating\r\nperpectual,perpetual\r\nperpel,purple\r\nperpendicualr,perpendicular\r\nperpendiculaire,perpendicular\r\nperpendiculaires,perpendicular\r\nperpenticular,perpendicular\r\nperpertated,perpetuated\r\nperpertator,perpetrators\r\nperpertators,perpetrators\r\nperpertrate,perpetrate\r\nperpertrated,perpetrated\r\nperpertrating,perpetrating\r\nperpertrator,perpetrator\r\nperpertrators,perpetrators\r\nperpetraded,perpetrated\r\nperpetrador,perpetrator\r\nperpetraitor,perpetrator\r\nperpetrar,perpetrator\r\nperpetraron,perpetrator\r\nperpetrater,perpetrator\r\nperpetraters,perpetrators\r\nperpetuaded,perpetuated\r\nperpetuae,perpetuate\r\nperpetualy,perpetually\r\nperpetuare,perpetuate\r\nperpetuas,perpetuates\r\nperpetuaters,perpetuates\r\nperpetuationg,perpetuating\r\nperpetue,perpetuate\r\nperpetutate,perpetuate\r\nperpetuties,perpetuates\r\nperpform,perform\r\nperphas,perhaps\r\nperphipheral,peripheral\r\nperpindicular,perpendicular\r\nperpindicularly,perpendicularly\r\nperpitrated,perpetrated\r\nperpitrator,perpetrator\r\nperpitrators,perpetrators\r\nperple,purple\r\nperport,purport\r\nperported,purported\r\nperportedly,purportedly\r\nperpose,purpose\r\nperposefully,purposefully\r\nperposterous,preposterous\r\nperpot,purport\r\nperpotongan,purportongan\r\nperpotto,purportto\r\nperpoty,purporty\r\nperpretated,perpetrated\r\nperpretator,perpetrators\r\nperpretators,perpetrators\r\nperpsective,perspective\r\nperpsectives,perspectives\r\nperputrator,perpetrator\r\nperputrators,perpetrators\r\nperputually,perpetually\r\nperputuated,perpetuated\r\nperputuates,perpetuates\r\nperputuating,perpetuating\r\nperr,peer\r\nperrishine,perishing\r\nperrmisssion,perrmission\r\nperrogative,prerogative\r\npersain,persian\r\npersan,person\r\npersaude,persuade\r\npersauded,persuaded\r\npersausion,persuasion\r\npersausive,persuasive\r\npersceptive,perspectives\r\nperscieve,perceive\r\nperscribe,prescribe\r\nperscribed,prescribed\r\nperscribes,prescribes\r\nperscription,prescription\r\nperscriptive,prescriptive\r\nperseave,perceive\r\npersective,respective\r\npersectued,persecuted\r\npersectuion,persecution\r\npersecucion,persecution\r\npersecusion,persecution\r\npersecutie,persecuted\r\npersecutin,persecution\r\npersecutted,persecuted\r\npersee,perceive\r\nperseed,perceive\r\nperseem,perceive\r\nperseive,perceive\r\nperseived,perceive\r\npersen,person\r\npersent,present\r\npersentage,percentage\r\npersepctive,perspective\r\npersepctives,perspectives\r\nperservation,preservation\r\nperserve,preserve\r\nperserved,preserved\r\nperserverance,perseverance\r\nperserverant,perseverant\r\nperserverantly,perseverantly\r\nperservere,persevere\r\nperservered,persevered\r\nperserverence,perseverance\r\nperserverent,perseverant\r\nperserverently,perseverantly\r\nperserveres,perseveres\r\nperservering,persevering\r\nperserving,preserving\r\npersets,presets\r\nperseve,perceive\r\nperseveratoin,perseveration\r\nperseverence,perseverance\r\nperseverent,perseverant\r\npershion,precision\r\npersichion,precision\r\npersicuted,persecuted\r\npersicution,persecution\r\npersieve,perceive\r\npersieved,perceive\r\npersintent,persistent\r\npersion,precision\r\npersis,persist\r\npersisence,persistence\r\npersisent,persistent\r\npersision,precision\r\npersisit,persist\r\npersisiting,persisting\r\npersistance,persistence\r\npersistant,persistent\r\npersistante,persistent\r\npersisten,persistent\r\npersistenly,persistently\r\npersistens,persists\r\npersistense,persistence\r\npersistente,persistence\r\npersistented,persisted\r\npersistes,persists\r\npersistet,persisted\r\npersistor,persister\r\npersit,persists\r\npersitant,persistent\r\npersitence,persistence\r\npersitent,persistent\r\npersition,precision\r\npersits,persist\r\npersmission,permission\r\npersmissions,permissions\r\npersnal,personal\r\npersnaly,personally\r\npersoanl,personal\r\npersoanlly,personally\r\npersocuted,persecuted\r\npersome,person\r\npersonabilty,personability\r\npersonaes,personas\r\npersonalert,personality\r\npersonalie,personalized\r\npersonalis,personas\r\npersonalites,personalities\r\npersonalitites,personalities\r\npersonalitits,personalities\r\npersonaliton,personalisation\r\npersonalizatoin,personalization\r\npersonallity,personally\r\npersonaly,personally\r\npersonanlity,personality\r\npersonarse,personas\r\npersonatus,personas\r\npersone,personne\r\npersonel,personnel\r\npersonell,personnel\r\npersonelle,personnel\r\npersones,persons\r\npersonfication,personification\r\npersonficaton,personification\r\npersonhod,personhood\r\npersonhoood,personhood\r\npersonifcation,personification\r\npersonificaton,personification\r\npersonilized,personalized\r\npersonis,persons\r\npersonlize,personalize\r\npersonly,personal\r\npersonnage,personage\r\npersonnages,personages\r\npersonnal,personal\r\npersonnell,personnel\r\npersonsa,personas\r\npersostance,persistence\r\nperspecitve,perspective\r\nperspecitves,perspectives\r\nperspecive,perspective\r\nperspectie,perspectives\r\nperspectief,perspective\r\nperspectivas,perspectives\r\nperspektive,perspective\r\npersperation,perspiration\r\nperspetive,perspective\r\nperstige,prestige\r\npersuable,pursuable\r\npersuance,pursuance\r\npersuant,pursuant\r\npersuasian,persuasion\r\npersuasing,persuasion\r\npersuasivo,persuasion\r\npersuaso,persuasion\r\npersuassion,persuasion\r\npersuassive,persuasive\r\npersuasssive,persuassive\r\npersuated,persuade\r\npersuation,persuasion\r\npersuational,persuasional\r\npersuationally,persuasionally\r\npersuations,persuasions\r\npersucuted,persecuted\r\npersucution,persecution\r\npersude,persuade\r\npersuded,persuaded\r\npersudes,persuades\r\npersuding,persuading\r\npersue,pursue\r\npersued,pursued\r\npersuede,persuade\r\npersueded,persuaded\r\npersueing,pursuing\r\npersuer,pursuer\r\npersuers,pursuers\r\npersues,pursues\r\npersuing,pursuing\r\npersuit,pursuit\r\npersuits,pursuits\r\npersumably,presumably\r\npersumed,presumed\r\npersumption,presumption\r\npersumptuous,presumptuous\r\npersusia,persuasia\r\npersusian,persuasian\r\npersusing,persuasing\r\npersusion,persuasion\r\npersusive,persuasive\r\npersussion,persuasion\r\npersvasive,persuasive\r\nperswade,persuade\r\nperswasion,persuasion\r\npertaina,pertain\r\npertainacy,pertaincy\r\npertainaed,pertained\r\npertainaing,pertaining\r\npertainas,pertains\r\npertaing,pertaining\r\npertaini,pertain\r\npertainicy,pertaincy\r\npertainied,pertained\r\npertainiing,pertaining\r\npertainis,pertains\r\npertaned,pretend\r\npertaning,pertaining\r\npertend,pretended\r\npertended,pretended\r\npertened,pretend\r\npertian,pertain\r\npertiana,pertain\r\npertianacy,pertaincy\r\npertianaed,pertained\r\npertianaing,pertaining\r\npertianas,pertains\r\npertiancy,pertaincy\r\npertianed,pertained\r\npertiani,pertain\r\npertianicy,pertaincy\r\npertianied,pertained\r\npertianiing,pertaining\r\npertianing,pertaining\r\npertianis,pertains\r\npertians,pertains\r\nperticalar,particular\r\npertickly,particularly\r\npertickular,particular\r\nperticular,particular\r\nperticularly,particularly\r\nperticule,particular\r\nperticully,particularly\r\npertinante,pertinent\r\npertinet,pertinent\r\npertoleum,petroleum\r\npertubation,perturbation\r\npertubations,perturbations\r\npertubed,perturbed\r\nperturnally,fraternally\r\nperudisse,prejudice\r\nperumot,permanent\r\nperusaded,persuaded\r\npervail,prevail\r\npervailing,prevailing\r\npervalence,prevalence\r\npervent,prevent\r\npervention,prevention\r\npervents,prevents\r\nperver,prefer\r\nperverison,PerVersion\r\nperverisons,PerVersions\r\nperversley,perverse\r\nperverst,pervert\r\npervertes,perverse\r\npervertion,PerVersion\r\npervertions,PerVersions\r\nperview,preview\r\nperviews,previews\r\npervious,previous\r\nperviously,previously\r\nperxoide,peroxide\r\npesident's,president's\r\npesifiecally,specifically\r\npesimistic,pessimistic\r\npesistent,persistent\r\npesitcides,pesticides\r\npesition,precision\r\npesiution,precision\r\npessiary,pessary\r\npessimestic,pessimistic\r\npessimisitic,pessimistic\r\npessimisstic,pessimistic\r\npessimistc,pessimistic\r\npessimistisch,pessimistic\r\npessimitic,pessimistic\r\npestacides,pesticides\r\npestecides,pesticides\r\npesticedes,pesticides\r\npesticidas,pesticides\r\npesticids,pesticides\r\npestisides,pesticides\r\npestizides,pesticides\r\npesudo,pseudo\r\npetand,pretend\r\npetane,pretend\r\npetend,pretend\r\npetened,pretend\r\npetent,pretend\r\npetetion,petition\r\npetetioned,petitioned\r\npetetioning,petitioning\r\npetetions,petitions\r\npeticul,particular\r\npetrolem,petroleum\r\npetroluem,petroleum\r\npetterbullling,petterbulling\r\npettting,petting\r\npeturbed,perturbed\r\npeunmonia,pneumonia\r\npeunomia,pneumonia\r\npeusdo,pseudo\r\npevious,previous\r\npfefffer,pfeffer\r\npfile,filename\r\npge,page\r\nphace,phase\r\nphacificially,specifically\r\nphacilities,facilities\r\nphaise,phase\r\nphaisply,philosophy\r\nphalelets,pamphlets\r\nphalets,pamphlets\r\nphalosafy,philosophy\r\nphalosophy,philosophy\r\nphamflet,pamphlets\r\nphamflets,pamphlets\r\nphamilia,familiar\r\nphamlet's,pamphlets\r\nphamlet,pamphlet\r\nphamphelts,pamphlets\r\nphamphet,pamphlets\r\nphamphets,pamphlets\r\nphamphlet,pamphlets\r\nphamphlets,pamphlets\r\nphampl,pamphlet\r\nphamplet,pamphlet\r\nphamplets,pamphlets\r\nphanlet,pamphlet\r\nphanlets,pamphlet\r\nphanplits,pamphlets\r\nphantaly,phantally\r\nphantasia,fantasia\r\nphantoom,phantom\r\nphaphlet,pamphlets\r\nphaphlets,pamphlets\r\nphaplet,pamphlet\r\npharamceutical,pharmaceutical\r\npharamceuticals,pharmaceutical\r\npharamcist,pharmacist\r\npharamcists,pharmacist\r\npharamcy,pharmacy\r\npharmaceudical,pharmaceutical\r\npharmaceutial,pharmaceutical\r\npharmacias,pharmacist\r\npharmaciy,pharmacity\r\npharmacolgic,pharmacologic\r\npharmacoligical,pharmacological\r\npharmacololgical,pharmacolological\r\npharmacs,pharmacist\r\npharmacuetical,pharmaceutical\r\npharmacueticals,pharmaceutical\r\npharmacyst,pharmacist\r\npharmaseutical,pharmaceutical\r\npharmasist,pharmacist\r\npharmeceutical,pharmaceutical\r\npharmicist,pharmacist\r\npharmsci,pharmacist\r\npharoah,pharaoh\r\npharoahs,pharaohs\r\nphaseses,phases\r\nphasiceon,physician\r\nphasillities,facilities\r\nphasis,phase\r\nphasition,physician\r\nphassphrase,passphrase\r\nphatnom,phantom\r\nphatom,phantom\r\nphause,phase\r\nphaze,phase\r\nphcycolog,psychology\r\nphcycology,psychology\r\nphelosophy,philosophy\r\nphemomina,pneumonia\r\nphemonena,phenomena\r\nphemonenon,phenomenon\r\nphemonia,pneumonia\r\nphemonuia,pneumonia\r\nphemplet,pamphlet\r\nphenemenon,phenomenon\r\nphenemona,phenomena\r\nphenemonal,phenomenal\r\nphenemonia,pneumonia\r\npheneumonia,pneumonia\r\nphenioma,pneumonia\r\nphenomanal,phenomenal\r\nphenomanon,phenomenon\r\nphenomemon,phenomenon\r\nphenomenen,phenomenon\r\nphenomenia,pneumonia\r\nphenomenol,phenomenal\r\nphenomenom,phenomenon\r\nphenomenona,phenomena\r\nphenomenonal,phenomenal\r\nphenomenonally,phenomenally\r\nphenomenonly,phenomenally\r\nphenomia,pneumonia\r\nphenominal,phenomenal\r\nphenominon,phenomenon\r\nphenomnia,pneumonia\r\nphenomon,phenomenon\r\nphenomonal,phenomenal\r\nphenomonen,phenomenon\r\nphenomonenom,phenomenon\r\nphenomonenon,phenomenon\r\nphenomonon,phenomenon\r\nphenomononon,phenomenon\r\nphenonema,phenomena\r\nphenonemal,phenomenal\r\nphenonemally,phenomenally\r\nphenonemon,phenomenon\r\nphenonenon,phenomenon\r\nphenonmena,phenomena\r\nphenonmenal,phenomenal\r\nphenonmenally,phenomenally\r\nphenonomon,phenomenon\r\nphenoumia,pneumonia\r\nphenoumina,pneumonia\r\nphenoumonia,pneumonia\r\nphenumia,pneumonia\r\nphenumonia,pneumonia\r\npheonix,phoenix\r\nphesision,physician\r\npheumonia,pneumonia\r\npheunomia,pneumonia\r\npheunomina,pneumonia\r\npheuphmonia,pneumonia\r\nphewmonia,pneumonia\r\nphialdelphia,philadelphia\r\nphician,physician\r\nphicician,physician\r\nphicision,physician\r\nphicyson,physician\r\nphiladalphia,philadelphia\r\nphiladelhpia,philadelphia\r\nphiladelpha,philadelphia\r\nphiladelpia,philadelphia\r\nphiladeplhia,philadelphia\r\nphiladlephia,philadelphia\r\nphilantropist,philanthropist\r\nphilantropy,philanthropy\r\nphilasopher,philosopher\r\nphilasophers,philosophers\r\nphilasophic,philosophic\r\nphilasophies,philosophies\r\nphilasophy,philosophy\r\nphiledalphia,philadelphia\r\nphiledelphia,philadelphia\r\nphilidalphia,philadelphia\r\nphiliphines,philippines\r\nphilipine,philippine\r\nphilipines,philippines\r\nphilipino,filipino\r\nphilipinoe,philippine\r\nphilipinoes,philippines\r\nphilipinoo,philippino\r\nphilipinoos,philippinos\r\nphilipinos,filipinos\r\nphilippenes,philippines\r\nphilippenis,philippines\r\nphilippides,philippines\r\nphilippinas,philippines\r\nphilippinnes,philippines\r\nphilippinoe,philippine\r\nphilippinoes,philippines\r\nphilippinoo,philippino\r\nphilippinoos,philippinos\r\nphilippinos,philippines\r\nphilippins,philippines\r\nphilisopher,philosopher\r\nphilisophers,philosophers\r\nphilisophic,philosophic\r\nphilisophical,philosophical\r\nphilisophically,philosophically\r\nphilisophico,philosophico\r\nphilisophicum,philosophicum\r\nphilisophicus,philosophicus\r\nphilisophies,philosophies\r\nphilisophy,philosophy\r\nphillipine,philippine\r\nphillipines,philippines\r\nphillipinoe,philippine\r\nphillipinoes,philippines\r\nphillipinoo,philippino\r\nphillipinoos,philippinos\r\nphillippines,philippines\r\nphillippino,Filipino\r\nphillippinoe,philippine\r\nphillippinoes,philippines\r\nphillippinoo,philippino\r\nphillippinoos,philippinos\r\nphillipse,phillies\r\nphillipses,phillies\r\nphillisophical,philosophical\r\nphillisophically,philosophically\r\nphillisophy,philosophy\r\nphillosophically,philosophically\r\nphilociphy,philosophy\r\nphilocity,philosophy\r\nphiloficy,philosophy\r\nphilogy,philosophy\r\nphilophsophy,philosophy\r\nphilophy,philosophy\r\nphilosaph,philosophy\r\nphilosapher,philosopher\r\nphilosaphers,philosophers\r\nphilosaphic,philosophic\r\nphilosaphies,philosophies\r\nphilosaphy,philosophy\r\nphilosaphys,philosophy\r\nphilosephy,philosophy\r\nphilosfy,philosophy\r\nphiloshopically,philosophically\r\nphilosify,philosophy\r\nphilosipher,philosopher\r\nphilosiphers,philosophers\r\nphilosiphical,philosophical\r\nphilosiphies,philosophies\r\nphilosiphy,philosophy\r\nphilosipy,philosophy\r\nphilosity,philosophy\r\nphilosofy,philosophy\r\nphilosohpers,philosopher\r\nphilosohpical,philosophical\r\nphilosohpically,philosophically\r\nphilosohpies,philosophies\r\nphilosohpy,philosophy\r\nphilosoper,philosopher\r\nphilosopers,philosophers\r\nphilosophae,philosopher\r\nphilosophate,philosophy\r\nphilosophe,philosophy\r\nphilosophiae,philosophies\r\nphilosophicaly,philosophically\r\nphilosophics,philosophies\r\nphilosophios,philosophies\r\nphilosophycal,philosophically\r\nphilosophycally,philosophically\r\nphilosopies,philosophies\r\nphilosopy,philosophy\r\nphilosperity,philosophy\r\nphilosphe,philosophy\r\nphilospher,philosopher\r\nphilosphers,philosophers\r\nphilosphic,philosophic\r\nphilosphical,philosophical\r\nphilosphically,philosophically\r\nphilosphici,philosophici\r\nphilosphicus,philosophicus\r\nphilosphies,philosophies\r\nphilosphisch,philosophisch\r\nphilosphize,philosophize\r\nphilosphy,philosophy\r\nphilospoher,philosopher\r\nphilospohers,philosophers\r\nphilospohical,philosophical\r\nphilospohies,philosophies\r\nphilospohy,philosophy\r\nphilosthy,philosophy\r\nphilslopy,philosophy\r\nphilsopher,philosopher\r\nphilsophers,philosophers\r\nphilsophic,philosophic\r\nphilsophical,philosophical\r\nphilsophically,philosophically\r\nphilsophies,philosophies\r\nphilsophistory,philosophistory\r\nphilsophizing,philosophizing\r\nphilsophy,philosophy\r\nphiolosphy,philosophy\r\nphipiolog,philosophy\r\nphiscian,physician\r\nphiscyn,physician\r\nphishint,phishing\r\nphisian,physician\r\nphisic,physic\r\nphisical,physical\r\nphisicalism,physicalism\r\nphisicalisms,physicalisms\r\nphisicalist,physicalist\r\nphisicalists,physicalists\r\nphisicality,physicality\r\nphisically,physically\r\nphisicals,physicals\r\nphisican,physician\r\nphisician,physician\r\nphisicians,physicians\r\nphisicist,physicist\r\nphisicists,physicists\r\nphisicize,physicize\r\nphisicized,physicized\r\nphisicizes,physicizes\r\nphisics,physics\r\nphisiological,physiological\r\nphision,physician\r\nphisions,physician\r\nphisitian,physician\r\nphisolay,philosophy\r\nphisolfisy,philosophy\r\nphisycal,physical\r\nphisyine,physician\r\nphlociphy,philosophy\r\nphlology,philology\r\nphlophecy,philosophy\r\nphlophisy,philosophy\r\nphlosaphy,philosophy\r\nphlosophy,philosophy\r\nphlosopy,philosophy\r\nphnemona,pneumonia\r\nphnemonia,pneumonia\r\nphnemounia,pneumonia\r\nphnenimonia,pneumonia\r\nphneomia,pneumonia\r\nphneomina,pneumonia\r\nphneumonia,pneumonia\r\nphnomeia,pneumonia\r\nphnomia,pneumonia\r\nphnuemonia,pneumonia\r\nphnumonia,pneumonia\r\npholesipia,philosophy\r\npholisphe,philosophy\r\npholosaphy,philosophy\r\npholosiphy,philosophy\r\nphome,phone\r\nphonagraph,phonograph\r\nphonagrapher,phonographer\r\nphonagraphers,phonographers\r\nphonagraphic,phonographic\r\nphonagraphs,phonographs\r\nphonagraphy,phonography\r\nphonecian,phoenecian\r\nphonecians,phoenicians\r\nphoneix,phoenix\r\nphonemena,phenomena\r\nphongraph,phonograph\r\nphongrapher,phonographer\r\nphongraphers,phonographers\r\nphongraphic,phonographic\r\nphongraphs,phonographs\r\nphongraphy,phonography\r\nphonographcial,PhonoGraphical\r\nphonographcially,PhonoGraphically\r\nphonographcials,PhonoGraphicals\r\nphonographial,PhonoGraphical\r\nphonographially,PhonoGraphically\r\nphonographials,PhonoGraphicals\r\nphonographicial,PhonoGraphical\r\nphonographicially,PhonoGraphically\r\nphonographicials,PhonoGraphicals\r\nphonolgical,phonological\r\nphootgrpahics,phootgraphics\r\nphophey,philosophy\r\nphophocholine,phosphocholine\r\nphophocreatine,phosphocreatine\r\nphophodiesterase,phosphodiesterase\r\nphophoenolpyruvate,phosphoenolpyruvate\r\nphophokinase,phosphokinase\r\nphopholipase,phospholipase\r\nphopholipid,phospholipid\r\nphopholipidase,phospholipidase\r\nphopholipids,phospholipids\r\nphophopho,phosphopho\r\nphophoprotein,phosphoprotein\r\nphophoproteins,phosphoproteins\r\nphophoproteome,phosphoproteome\r\nphophor,phosphor\r\nphophorated,phosphorated\r\nphophorescence,phosphorescence\r\nphophorescent,phosphorescent\r\nphophoricum,phosphoricum\r\nphophorized,phosphorized\r\nphophorothioate,phosphorothioate\r\nphophorous,phosphorous\r\nphophorus,phosphorus\r\nphophorylase,phosphorylase\r\nphophorylated,phosphorylated\r\nphophorylation,phosphorylation\r\nphophoslipase,phosphoslipase\r\nphophotha,phosphotha\r\nphophotidylethanolamine,phosphotidylethanolamine\r\nphophotokajalxxx,phosphotokajalxxx\r\nphophotta,phosphotta\r\nphophotyrosine,phosphotyrosine\r\nphophours,phosphours\r\nphoplosy,philosophy\r\nphosiphy,philosophy\r\nphosiply,philosophy\r\nphospobacterium,phosphobacterium\r\nphospocreatinine,phosphocreatinine\r\nphospodiester,phosphodiester\r\nphospofructokinase,phosphofructokinase\r\nphospohate,phosphoate\r\nphospoholipid,phospholipid\r\nphospohoros,phosphoros\r\nphospohorous,phosphorous\r\nphospohorus,phosphorus\r\nphospohr,phosphor\r\nphospohric,phosphoric\r\nphospohrus,phosphorus\r\nphospokinase,phosphokinase\r\nphospolipase,phospholipase\r\nphospolipds,phospholipds\r\nphospolipid,phospholipid\r\nphospolipids,phospholipids\r\nphospoproteins,phosphoproteins\r\nphospor,phosphor\r\nphosporas,phosphoras\r\nphospore,phosphore\r\nphosporescent,phosphorescent\r\nphosporic,phosphoric\r\nphosporica,phosphorica\r\nphosporicum,phosphoricum\r\nphosporion,phosphorion\r\nphosporite,phosphorite\r\nphosporous,phosphorous\r\nphosporousoxychloride,phosphorousoxychloride\r\nphospors,phosphors\r\nphosporus,phosphorus\r\nphosporylase,phosphorylase\r\nphosporylation,phosphorylation\r\nphosporylcholine,phosphorylcholine\r\nphosposol,phosphosol\r\nphospot,phosphot\r\nphotagraph,photograph\r\nphotagrapher,photographer\r\nphotagraphers,photographers\r\nphotagraphic,photographic\r\nphotagraphs,photographs\r\nphotagraphy,photography\r\nphotgraph,photograph\r\nphotgrapher,photographer\r\nphotgraphers,photographers\r\nphotgraphic,photographic\r\nphotgraphs,photographs\r\nphotgraphy,photography\r\nphotgrpahy,photgraphy\r\nphotochopped,photoshopped\r\nphotogragh,photograph\r\nphotograh,photograph\r\nphotograhed,photographed\r\nphotograher,photographer\r\nphotograhic,photographic\r\nphotograhper,photographer\r\nphotograhpy,photography\r\nphotograhs,photographs\r\nphotograhy,photography\r\nphotograped,photographed\r\nphotograper,photographer\r\nphotograpers,photographers\r\nphotograpgh,photographs\r\nphotographcial,PhotoGraphical\r\nphotographcially,PhotoGraphically\r\nphotographcials,PhotoGraphicals\r\nphotographes,photographs\r\nphotographial,PhotoGraphical\r\nphotographially,PhotoGraphically\r\nphotographials,PhotoGraphicals\r\nphotographicial,PhotoGraphical\r\nphotographicially,PhotoGraphically\r\nphotographicials,PhotoGraphicals\r\nphotographics,photographs\r\nphotographied,photographed\r\nphotographier,photographer\r\nphotographyi,photographic\r\nphotograpic,photographic\r\nphotograpphed,photographed\r\nphotograps,photographs\r\nphotograpy,photography\r\nphotogropher,photographer\r\nphotogrophers,photographers\r\nphotogrpah,photographs\r\nphotogrpahed,photographed\r\nphotogrpaher,photographer\r\nphotogrpahers,photographers\r\nphotogrpahic,photographic\r\nphotogrpahing,photographing\r\nphotogrpahs,photographs\r\nphotogrpahy,photography\r\nphotogrpahyers,photographyers\r\nphotoholgic,photohologic\r\nphotosensative,photosensitive\r\nphotosensatively,photosensitively\r\nphotosensativity,photosensitivity\r\nphotosenstive,photosensitive\r\nphotosenstively,photosensitively\r\nphotosenstivity,photosensitivity\r\nphotoshipped,photoshopped\r\nphotoshooped,photoshopped\r\nphotoshopd,photoshopped\r\nphotoshope,photoshopped\r\nphotoshoppad,photoshopped\r\nphotoshoppade,photoshopped\r\nphotoshoppped,photoshopped\r\nphpisian,physician\r\nphraise,phase\r\nphramaceutical,pharmaceutical\r\nphramacist,pharmacist\r\nphramacy,pharmacy\r\nphrasess,phrases\r\nphretend,pretend\r\nphscology,psychology\r\nphsician,physician\r\nphsicology,psychology\r\nphsychology,psychology\r\nphsycolidgy,psychology\r\nphsycologically,psychologically\r\nphsycology,psychology\r\nphsyical,physical\r\nphsyically,physically\r\nphsyician,physician\r\nphsyicians,physicians\r\nphsyicist,physicist\r\nphsyicists,physicists\r\nphsyics,physics\r\nphsyiological,physiological\r\nphsyiology,physiology\r\nphsyique,physique\r\nphsyision,physician\r\nphsyology,psychology\r\nphthon,python\r\nphuemonia,pneumonia\r\nphulophy,philosophy\r\nphumonia,pneumonia\r\nphunemonia,pneumonia\r\nphunmonia,pneumonia\r\nphunplets,pamphlets\r\nphyacogy,psychology\r\nphycation,physician\r\nphyche,psyche\r\nphychedelic,psychedelic\r\nphychedelics,psychedelics\r\nphyches,psyches\r\nphychiatric,psychiatric\r\nphychiatrist,psychiatrist\r\nphychiatrists,psychiatrists\r\nphychiatry,psychiatry\r\nphychic,psychic\r\nphychics,psychics\r\nphychiology,psychology\r\nphycholigist,phychologist\r\nphycholigy,psychology\r\nphychological,psychological\r\nphychologically,psychologically\r\nphychologist,psychologist\r\nphychologists,psychologists\r\nphychology,psychology\r\nphychopathic,psychopathic\r\nphychotic,psychotic\r\nphychotics,psychotics\r\nphyciaion,physician\r\nphycian,physician\r\nphycician,physician\r\nphyciogy,psychology\r\nphyciology,psychology\r\nphycisian,physician\r\nphycisians,physicians\r\nphycisist,physicist\r\nphycisists,physicists\r\nphycsion,physician\r\nphyical,physical\r\nphyican,physician\r\nphyician,physician\r\nphyilosophey,philosophy\r\nphyiscal,physical\r\nphyiscally,physically\r\nphyiscs,physics\r\nphyisian,physician\r\nphyision,physician\r\nphyisological,physiological\r\nphyisology,physiology\r\nphyisque,physique\r\nphyllosophical,philosophical\r\nphyllosophically,philosophically\r\nphylosiphy,philosophy\r\nphylosophical,philosophical\r\nphylosophically,philosophically\r\nphylosophy,philosophy\r\nphylosphy,philosophy\r\nphylosy,philosophy\r\nphylosyphy,philosophy\r\nphyosofy,philosophy\r\nphysation,physician\r\nphysccology,psychology\r\nphyscedelic,psychedelic\r\nphyscedelics,psychedelics\r\nphyschology,psychology\r\nphyscial,physical\r\nphyscially,physically\r\nphyscialogy,psychology\r\nphyscian,physician\r\nphysciatric,psychiatric\r\nphysciatrist,psychiatrist\r\nphysciatrists,psychiatrists\r\nphyscilities,facilities\r\nphysciology,psychology\r\nphyscis,physics\r\nphyscoligy,psychology\r\nphyscological,psychological\r\nphyscologically,psychologically\r\nphyscologist,psychologist\r\nphyscologists,psychologists\r\nphyscology,psychology\r\nphyscopath,psychopath\r\nphyscopathic,psychopathic\r\nphyscopaths,psychopaths\r\nphysetion,physician\r\nphysial,physical\r\nphysian,physician\r\nphysicallity,physically\r\nphysicaly,physically\r\nphysican,physician\r\nphysicans,physicians\r\nphysicial,physical\r\nphysicials,physicians\r\nphysiciens,physicians\r\nphysicion,physician\r\nphysicis,physicians\r\nphysicisits,physicists\r\nphysicits,physicist\r\nphysicks,physics\r\nphysicolgical,physicological\r\nphysicolgy,psychology\r\nphysicology,psychology\r\nphysicsal,physical\r\nphysicts,physicist\r\nphysicval,physical\r\nphysilogical,physiological\r\nphysilogically,physiologically\r\nphysiofoly,philosophy\r\nphysiogrpahic,physiographic\r\nphysiogy,physician\r\nphysiolagically,physiologically\r\nphysiolgic,physiologic\r\nphysiolgica,physiologica\r\nphysiolgical,physiological\r\nphysioligical,physiological\r\nphysioligy,physiology\r\nphysiologial,physiological\r\nphysiololgical,physiolological\r\nphysiolosy,philosophy\r\nphysion,physician\r\nphysiqe,physique\r\nphysisan,physician\r\nphysisian,physician\r\nphysisict,physicist\r\nphysision,physician\r\nphysison,physician\r\nphysition,physician\r\nphysoligicoly,psychology\r\nphysoliphy,philosophy\r\nphysology,psychology\r\nphysolophy,philosophy\r\nphysqiue,physique\r\nphysycholgical,physychological\r\npianful,painful\r\npiankillers,painkillers\r\npiar,pair\r\npiating,painting\r\npiblic,public\r\npiblisher,publisher\r\npicatta,piccata\r\npice,pitch\r\npicewise,piecewise\r\npicfically,specifically\r\npich,pitch\r\npicher,picture\r\npichires,pictures\r\npichors,pictures\r\npickel,pickle\r\npickeral,pickerel\r\npickign,picking\r\npickler,picker\r\npicknick,picnic\r\npickuqres,picturesque\r\npickuresque,picturesque\r\npicnicing,picnicking\r\npicquesque,picturesque\r\npict,picked\r\npicteresk,picturesque\r\npicth,pitch\r\npicthed,pitched\r\npicther,pitcher\r\npicthers,pitchers\r\npicthes,pitches\r\npicthfork,pitchfork\r\npicthforks,pitchforks\r\npictionay,pictionary\r\npictiresqu,picturesque\r\npictoral,pictorial\r\npictoresque,picturesque\r\npictouress,picturesque\r\npictqurest,picturesque\r\npictrues,pictures\r\npictur,picture\r\npicturaquis,picturesque\r\npicturask,picturesque\r\npictureas,picturesque\r\npictureask,picturesque\r\npicturect,picturesque\r\npictureeque,picturesque\r\npicturees,picturesque\r\npictureesks,picturesque\r\npictureesque,picturesque\r\npicturek,picturesque\r\npicturelest,picturesque\r\npictureosque,picturesque\r\npictureque,picturesque\r\npictureques,picturesque\r\npicturequest,picturesque\r\npicturequse,picturesque\r\npicturerest,picturesque\r\npicturesc,picturesque\r\npicturesct,picturesque\r\npicturese,picturesque\r\npicturesesk,picturesque\r\npicturesh,picturesque\r\npicturesis,picturesque\r\npicturesk,picturesque\r\npictureskae,picturesque\r\npictureske,picturesque\r\npicturesq,picturesque\r\npicturesqu,picturesque\r\npicturess,picturesque\r\npicturest,picturesque\r\npicturiest,picturesque\r\npicturious,picturesque\r\npicturique,picturesque\r\npicturist,picturesque\r\npicturous,picturesque\r\npicturque,picturesque\r\npicturques,picturesque\r\npicturs,pictures\r\npictursque,picturesque\r\npicturus,picturesque\r\npictusque,picturesque\r\npicular,peculiar\r\npiculer,peculiar\r\npiculiar,peculiar\r\npiculiuar,peculiar\r\npicure,picture\r\npicures,pictures\r\npicutes,pictures\r\npicutres,pictures\r\npiegons,pigeons\r\npielines,pipelines\r\npiepeline,pipeline\r\npiepiline,pipeline\r\npiepline,pipeline\r\npigen,pigeon\r\npigin,pigeon\r\npiglrim,pilgrim\r\npigmentationscarrring,pigmentationscarring\r\npigoens,pigeons\r\npigy-back,piggyback\r\npiiiiiissssed,piiiiiissed\r\npiiiiisssed,piiiiissed\r\npiiisssed,piiissed\r\npikaness,pekinese\r\npikts,pockets\r\npilar,pillar\r\npilate,pilates\r\npileed-up,piled-up\r\npileine,pipeline\r\npilet,pilot's\r\npilets,pilot's\r\npilferred,pilfered\r\npilferring,pilfering\r\npilferrings,pilferings\r\npilgirm,pilgrim\r\npilgramage,pilgrimage\r\npilgramages,pilgrimages\r\npilgrimmage,pilgrimage\r\npilgrimmages,pilgrimages\r\npilicy,policy\r\npiligrim,pilgrim\r\npilinamary,preliminary\r\npilit,pilot\r\npillards,pillars\r\npillaris,pillars\r\npillling,pilling\r\npilosophy,philosophy\r\npilot-sagent,pilot-agent\r\npilote,pilot\r\npilotes,pilot's\r\npilow,pillow\r\npilrgim,pilgrim\r\npilt,pilot\r\npiltea,pilot\r\npilticle,pinnacle\r\npilts,pilot's\r\npimarily,primarily\r\npimg,ping\r\npinablilty,pinability\r\npinacal,pinnacle\r\npinacall,pinnacle\r\npinacle,pinnacle\r\npinacore,pinnacle\r\npinacul,pinnacle\r\npinakle,pinnacle\r\npinancle,pinnacle\r\npinao,piano\r\npinaple,pineapple\r\npinaples,pineapples\r\npinapple,pineapple\r\npinapples,pineapples\r\npincal,pinnacle\r\npincol,pinnacle\r\npinecal,pinnacle\r\npinecall,pinnacle\r\npinecole,pinnacle\r\npinercul,pinnacle\r\npinerkle,pinnacle\r\npinetrest,pinterest\r\npinic,picnic\r\npinical,pinnacle\r\npinicale,pinnacle\r\npinicall,pinnacle\r\npinicele,pinnacle\r\npinichal,pinnacle\r\npinicil,pinnacle\r\npinickal,pinnacle\r\npinicle,pinnacle\r\npinicly,pinnacle\r\npinicule,pinnacle\r\npinnalce,pinnacle\r\npinnaple,pineapple\r\npinnaples,pineapples\r\npinnapple,pineapple\r\npinnapples,pineapples\r\npinncale,pinnacle\r\npinneed,pinned\r\npinner,pinned\r\npinnical,pinnacle\r\npinnned,pinned\r\npinnner,pinner\r\npinnners,pinners\r\npinnning,pinning\r\npinnnions,pinnions\r\npinnocchio,pinocchio\r\npinnochio,pinocchio\r\npinochio,pinocchio\r\npinoeer,pioneer\r\npinoneer,pioneer\r\npinoneered,pioneered\r\npinoner,pioneer\r\npinonered,pioneered\r\npinonering,pioneering\r\npinoners,pioneers\r\npinopretty,pretty\r\npinpiont,pinpoint\r\npinpoit,pinpoint\r\npinted,pinged\r\npinteret,pinterest\r\npiolat,pilot\r\npiolats,pilot's\r\npiolet's,pilot's\r\npiolet,pilot\r\npiolets,pilot's\r\npiolot,pilot\r\npiolotes,pilot's\r\npiolt,pilot\r\npiolting,piloting\r\npiolts,pilot's\r\npioneeer,pioneer\r\npioneeered,pioneered\r\npioneeering,pioneering\r\npioneeers,pioneers\r\npionere,pioneer\r\npionering,pioneering\r\npionneeer,pioneer\r\npionneeered,pioneered\r\npionneeering,pioneering\r\npionneeers,pioneers\r\npionneer,pioneer\r\npionneered,pioneered\r\npionneering,pioneering\r\npionneers,pioneers\r\npionner,pioneer\r\npionnered,pioneered\r\npionnering,pioneering\r\npionners,pioneers\r\npiont,point\r\npionted,pointed\r\npionter,pointer\r\npionters,pointers\r\npionting,pointing\r\npiontment,pointment\r\npiontments,pointments\r\npionts,points\r\npior,prior\r\npiorly,priory\r\npiotels,pilot's\r\npip-compatbile,pip-compatible\r\npip-instalable,pip-installable\r\npipeine,pipeline\r\npipeines,pipelines\r\npipelie,pipeline\r\npipeliens,pipelines\r\npipepline,pipeline\r\npipeplines,pipelines\r\npipieline,pipeline\r\npipiline,pipeline\r\npipleine,pipeline\r\npipleline,pipeline\r\npiplien,pipeline\r\npipline,pipeline\r\npiplines,pipelines\r\npirces,pieces\r\npirch,perch\r\npireas,piraeus\r\npireaus,piraeus\r\npireced,pierced\r\npireus,piraeus\r\npirlet,pilot\r\npirlot,pilot\r\npiror,prior\r\npirple,purple\r\npirtral,spiritual\r\npirvacy,privacy\r\npiscal,pascal\r\npisond,prison\r\npissible,possible\r\npisssed,pissed\r\npisssing,pissing\r\npissssed,pissed\r\npisssssed,pissed\r\npisssssssed,pissed\r\npissssssssed,pissed\r\npitchabilty,pitchability\r\npitchablity,pitchability\r\npitcherus,picturesque\r\npitchesque,picturesque\r\npitchferks,pitchforks\r\npitchfolks,pitchforks\r\npitchforcks,pitchforks\r\npitchfords,pitchforks\r\npitchforkers,pitchforks\r\npitchforkes,pitchforks\r\npitchs,pitches\r\npitchworks,pitchforks\r\npitckforks,pitchforks\r\npitersque,picturesque\r\npithcers,pitchers\r\npithces,pitches\r\npithersque,picturesque\r\npiticular,particular\r\npitifull,pitiful\r\npitifuly,pitifully\r\npittaburgh,pittsburgh\r\npittsbrugh,pittsburgh\r\npittsburg,pittsburgh\r\npittted,pitted\r\npitty,pity\r\npituresk,picturesque\r\npituresque,picturesque\r\npiturest,picturesque\r\npityed,pitied\r\npityful,pitiful\r\npitón,python\r\npivment,pivement\r\npivotaly,pivotally\r\npivting,pivoting\r\npixalating,pixelating\r\npixelss,pixels\r\npixer,pixel\r\npixesl,pixels\r\npixle,pixel\r\npixles,pixels\r\npixmal,pixmap\r\npiy,pie\r\npizooopppped,pizooopped\r\npizzaz,pizzazz\r\npjohn,john\r\npkaythroughs,playthroughs\r\npkease,please\r\nplaback,playback\r\nplabeswalker,planeswalker\r\nplacebro,placebo\r\nplacee,place\r\nplaceheld,placeholder\r\nplacehoder,placeholder\r\nplacehodler,placeholder\r\nplacehold,placeholder\r\nplaceholdder,placeholder\r\nplaceholde,placeholder\r\nplaceholdes,placeholders\r\nplaceholdr,placeholder\r\nplaceholer,placeholder\r\nplaceholers,placeholders\r\nplaceing,placing\r\nplacelhoders,placeholders\r\nplacemenet,placements\r\nplacemens,placements\r\nplacemet,placements\r\nplacholder,placeholder\r\nplacment,placement\r\nplacments,placements\r\nplacque,plaque\r\nplactic,plastic\r\nplactine,plasticine\r\nplaesant,pleasant\r\nplaesantly,pleasantly\r\nplaesantness,pleasantness\r\nplaestine,palestine\r\nplaestinian,palestinian\r\nplaestinians,palestinians\r\nplaform,platform\r\nplaform-specific,platform-specific\r\nplaforms,platforms\r\nplaftorms,platforms\r\nplagairism,plagiarism\r\nplagarisim,plagiarism\r\nplagarism,plagiarism\r\nplagarist,plagiarist\r\nplagarize,plagiarize\r\nplagerize,plagiarize\r\nplagiariam,plagiarism\r\nplagiariasm,plagiarism\r\nplagiarim,plagiarism\r\nplagiarims,plagiarisms\r\nplagiarios,plagiarism\r\nplagiaristm,plagiarism\r\nplagiaristms,plagiarisms\r\nplagiarius,plagiarism\r\nplagiarizm,plagiarism\r\nplagiarsim,plagiarism\r\nplagiarsims,plagiarisms\r\nplagiarsistm,plagiarism\r\nplagiarsistms,plagiarisms\r\nplagierism,plagiarism\r\nplaguarism,plagiarism\r\nplaigarism,plagiarism\r\nplaimary,preliminary\r\nplaine,plane\r\nplainext,plaintext\r\nplaing,playing\r\nplainning,planning\r\nplaintest,plaintext\r\nplainttext,plaintext\r\nplalllling,plalling\r\nplam,plum\r\nplanatarian,planetarium\r\nplanatery,planetary\r\nplanation,plantation\r\nplanations,plantations\r\nplanck,plank\r\nplaneswaker,planeswalker\r\nplaneswaler,planeswalker\r\nplaneswalkr,planeswalker\r\nplaneswaller,planeswalker\r\nplaneswlaker,planeswalker\r\nplaneswlakers,planeswalker\r\nplanetas,planets\r\nplaneterium,planetarium\r\nplanetos,planets\r\nplanetwalker,planeswalker\r\nplannig,planning\r\nplannned,planned\r\nplannner,planner\r\nplannners,planners\r\nplannning,planning\r\nplansewalker,planeswalker\r\nplansewalkers,planeswalker\r\nplansted,planted\r\nplant-life,plant life\r\nplantatioin,plantation\r\nplantatoin,plantation\r\nplanteary,planetary\r\nplantes,planets\r\nplantforms,platforms\r\nplantiff,plaintiff\r\nplantiffs,plaintiffs\r\nplantium,platinum\r\nplantlife,plant life\r\nplar,plan\r\nplarform,platform\r\nplarnted,planted\r\nplarted,planted\r\nplas,place\r\nplase,please\r\nplased,placed\r\nplaseholder,placeholder\r\nplases,places\r\nplasing,pleasing\r\nplasitcs,plastics\r\nplastacine,plasticine\r\nplasticas,plastics\r\nplasticene,plasticine\r\nplasticos,plastics\r\nplasticosa,plastics\r\nplasticus,plastics\r\nplastine,plasticine\r\nplastis,plastics\r\nplastre,plaster\r\nplasy,play\r\nplataeu,plateau\r\nplataform,platform\r\nplataforms,platforms\r\nplatation,plantation\r\nplatations,plantations\r\nplateform,platform\r\nplateforms,platforms\r\nplateu,plateau\r\nplateua,plateau\r\nplateus,plateaus\r\nplatfarmer,platformer\r\nplatfom,platform\r\nplatfom-specific,platform-specific\r\nplatfomance,platformance\r\nplatfomances,platformances\r\nplatfomation,platformation\r\nplatfomations,platformations\r\nplatfomative,platformative\r\nplatfomatively,platformatively\r\nplatfomed,platformed\r\nplatfoming,platforming\r\nplatfomity,platformity\r\nplatfomly,platformly\r\nplatfoms,platforms\r\nplatfor,platform\r\nplatform-independant,platform-independent\r\nplatform-indepndent,platform-independent\r\nplatformar,platformer\r\nplatformbrbr,platform\r\nplatformes,platforms\r\nplatformie,platformer\r\nplatformpng,platform\r\nplatformss,platforms\r\nplatforn,platform\r\nplatforsm,platforms\r\nplatfotmer,platformer\r\nplatfrom,platform\r\nplatfromance,platformance\r\nplatfromances,platformances\r\nplatfromation,platformation\r\nplatfromations,platformations\r\nplatfromative,platformative\r\nplatfromatively,platformatively\r\nplatfromed,platformed\r\nplatfromer,platformer\r\nplatfromers,platformer\r\nplatfroming,platforming\r\nplatfromity,platformity\r\nplatfromly,platformly\r\nplatfroms,platforms\r\nplatfrorms,platforms\r\nplatic,plastic\r\nplatimun,platinum\r\nplatinium,platinum\r\nplatiniums,platinums\r\nplatlist,playlist\r\nplatnium,platinum\r\nplatniums,platinums\r\nplatnuim,platinum\r\nplatnum,platinum\r\nplatnums,platinums\r\nplatoform,platform\r\nplatoforms,platforms\r\nplatofrmer,platformer\r\nplatofrms,platforms\r\nplatorm,platform\r\nplatorms,platforms\r\nplatrofrm,platform\r\nplattform,platform\r\nplattforms,platforms\r\nplattter,platter\r\nplauge,plague\r\nplauged,plagued\r\nplauges,plagues\r\nplauging,plaguing\r\nplausability,plausibility\r\nplausable,plausible\r\nplausably,plausibly\r\nplausbile,plausible\r\nplausibe,plausible\r\nplausibel,plausible\r\nplausibilty,plausibility\r\nplausiblity,plausibility\r\nplauthroughs,playthroughs\r\nplaving,playing\r\nplay-ground,playground\r\nplay-grounds,playgrounds\r\nplay-ing,playing\r\nplayabe,playable\r\nplayabillity,playability\r\nplayabilty,playability\r\nplayablility,playability\r\nplayablilty,playability\r\nplayablity,playability\r\nplayanimation,play-animation\r\nplayaround,playground\r\nplaybody,playboy\r\nplaye,played\r\nplayer-comammand,player-command\r\nplayersare,playerbase\r\nplayerss,players\r\nplayes,plays\r\nplayfeild,playing-field\r\nplayforms,platforms\r\nplayfuly,playfully\r\nplaygorund,playground\r\nplaygorunds,playgrounds\r\nplaygound,playground\r\nplaygounds,playgrounds\r\nplaygrond,playground\r\nplaygroud,playground\r\nplaygrouds,playgrounds\r\nplaygroung,playground\r\nplayhtrough,playthrough\r\nplayhtroughs,playthroughs\r\nplayling,playing\r\nplayload,payload\r\nplayofs,playoffs\r\nplayook,playbook\r\nplayr,player\r\nplayright,playwright\r\nplayrights,playwrights\r\nplayround,playground\r\nplayrounders,playgrounders\r\nplayrounds,playgrounds\r\nplaystatioin,playstation\r\nplaystatoin,playstation\r\nplaystlye,playstyle\r\nplaystye,playstyle\r\nplaytgroughs,playthroughs\r\nplaythorugh,playthrough\r\nplaythorughs,playthroughs\r\nplaythourgh,playthrough\r\nplaythourghs,playthroughs\r\nplaythrogh,playthrough\r\nplaythroguh,playthroughs\r\nplaythroughers,playthroughs\r\nplaythroughts,playthroughs\r\nplaythrougs,playthroughs\r\nplaythrougth,playthroughs\r\nplaythrouh,playthrough\r\nplaythrouhg,playthroughs\r\nplaythrouhgs,playthroughs\r\nplaythtough,playthrough\r\nplaythtoughs,playthroughs\r\nplaytrhough,playthrough\r\nplaytrhoughs,playthroughs\r\nplaywrite,playwright\r\nplaywriter,playwright\r\nplaywriters,playwrights\r\nplaywrites,playwrights\r\nplcs,policies\r\npleace,place\r\npleade,please\r\npleae,please\r\npleaes,please\r\npleaese,please\r\npleage,pledge\r\nplean,plan\r\npleanty,plenty\r\npleasatly,pleasately\r\npleasee,please\r\npleaseing,pleasing\r\npleasent,pleasant\r\npleasently,pleasantly\r\npleasentness,pleasantness\r\npleaseure,pleasure\r\npleast,please\r\npleatablility,pleatability\r\nplebecite,plebiscite\r\nplebecites,plebiscites\r\nplebesite,plebiscite\r\nplebesites,plebiscites\r\nplebian,plebeian\r\nplebicite,plebiscite\r\nplebicites,plebiscites\r\nplebisite,plebiscite\r\nplebisites,plebiscites\r\npleease,please\r\nplege,pledge\r\nplehtora,plethora\r\nplemlary,preliminary\r\nplen,plan\r\nplentl,plenty\r\npleople,people\r\npleothra,plethora\r\nplerimalry,preliminary\r\nplerimaly,preliminary\r\nplesae,please\r\nplesant,pleasant\r\nplesantly,pleasantly\r\nplesantness,pleasantness\r\nplese,please\r\nplesed,pleased\r\nplesent,pleasant\r\nplessant,pleasant\r\nplesure,pleasure\r\npletform,platform\r\nplethoria,plethora\r\nplethorian,plethora\r\nplethroa,plethora\r\nplethura,plethora\r\npletifuly,pletifully\r\nplguin,plugin\r\nplguins,plugins\r\npliabilty,pliability\r\npliablility,pliability\r\npliablity,pliability\r\nplie,plea\r\nplienary,preliminary\r\npligin,plugin\r\npligrim,pilgrim\r\nplimanary,preliminary\r\nplimary,preliminary\r\nplimsoles,plimsolls\r\nplimsols,plimsolls\r\nplin,alpine\r\npliolt,pilot\r\nplior,prior\r\npliot,pilot\r\nplirimanary,preliminary\r\nplirimary,preliminary\r\nplis,plus\r\nplisesion,precision\r\nplivate,private\r\nploarized,polarized\r\nploits,pilot's\r\nplom,plum\r\nplon,plan\r\nploretariat,proletariat\r\nplosiouspy,philosophy\r\nplote,plot\r\nploting,plotting\r\nplotl,plot\r\nplott,plot\r\nplottted,plotted\r\nplottter,plotter\r\nplottting,plotting\r\nploygamy,polygamy\r\nploygon,polygon\r\nploymer,polymer\r\npltform,platform\r\nplubin,plugin\r\nplublic,public\r\nplublished,published\r\npludin,plugin\r\nplue,plus\r\nplufin,plugin\r\nplug0in,plug-in\r\nplugabble,pluggable\r\nplugable,pluggable\r\npluggged,plugged\r\npluggin,plugin\r\npluggins,plugins\r\nplugglable,pluggable\r\nplugiin,plugin\r\npluging,plugin\r\nplugings,plugins\r\npluginis,plugins\r\nplugins's,plugin's\r\npluginss,plugins\r\nplugion,plugin\r\nplugmattter,plugmatter\r\nplugn,plugin\r\npluigin,plugin\r\npluign,plugin\r\npluigns,plugins\r\npluing,plugin\r\nplular,plural\r\nplumbery,plumbing\r\nplumbng,plumbing\r\nplun,plan\r\nplungin,plugin\r\npluse,plus\r\nplushing,publishing\r\nplusing,plugins\r\nplut,plot\r\npluugins,plugins\r\nplyed,played\r\nplygroud,playground\r\npmagnicificant,magnificent\r\npmd,cpd\r\npn,on\r\npnatheon,pantheon\r\npncluded,included\r\npneaumonia,pneumonia\r\npneimonia,pneumonia\r\npnemonia,pneumonia\r\npnemoninia,pneumonia\r\npnemounia,pneumonia\r\npnenomia,pneumonia\r\npnenomionia,pneumonia\r\npnenonea,pneumonia\r\npnenonia,pneumonia\r\npnenumoia,pneumonia\r\npneomonia,pneumonia\r\npneuammia,pneumonia\r\npneumaine,pneumonia\r\npneumia,pneumonia\r\npneumnia,pneumonia\r\npneumophila,pneumonia\r\npneumphia,pneumonia\r\npneumunia,pneumonia\r\npneunomia,pneumonia\r\npneunonia,pneumonia\r\npneurminu,pneumonia\r\npnmonia,pneumonia\r\npnomonia,pneumonia\r\npntentially,potentially\r\npnuemonia,pneumonia\r\npnueounia,pneumonia\r\npnumeia,pneumonia\r\npnumonea,pneumonia\r\npnumonenia,pneumonia\r\npnumonia,pneumonia\r\npoace,pockets\r\npoaetry,poetry\r\npoam,poems\r\npoames,poems\r\npoams,poems\r\npoarple,purple\r\npoartey,poetry\r\npoarticel,particle\r\npoartry,poetry\r\npoatary,poetry\r\npoatato,potato\r\npoatay,poetry\r\npoatayous,potatoes\r\npoatre,poetry\r\npoatrey,poetry\r\npoatry,poetry\r\npobble,problem\r\npoceks,pockets\r\npocess,possess\r\npocet,pockets\r\npocets,pockets\r\npocher,poacher\r\npocikeds,pockets\r\npocilies,policies\r\npocits,pockets\r\npocketablity,pocketability\r\npocketes,pockets\r\npocketted,pocketed\r\npocketting,pocketing\r\npocketts,pockets\r\npockists,pockets\r\npockite,pockets\r\npockits,pockets\r\npocles,pockets\r\npocss,possess\r\npodcaasts,podcasts\r\npodemso,podemos\r\npodmeos,podemos\r\npoeatry,poetry\r\npoechre,poetry\r\npoeitre,poetry\r\npoemas,poems\r\npoemes,poems\r\npoemetry,poetry\r\npoemtree,poetry\r\npoenis,penis\r\npoeolpe,people\r\npoeolpes,peoples\r\npoeopel,people\r\npoeopels,peoples\r\npoeoples,peoples\r\npoeple,people\r\npoepled,peopled\r\npoeples,peoples\r\npoeptry,poetry\r\npoer,power\r\npoerator,operator\r\npoeraty,poetry\r\npoerly,poetry\r\npoertre,poetry\r\npoertrea,poetry\r\npoertry,poetry\r\npoerty,poetry\r\npoery,poetry\r\npoetary,poetry\r\npoeter,poetry\r\npoetery,poetry\r\npoetey,poetry\r\npoetory,poetry\r\npoetray,poetry\r\npoetre,poetry\r\npoetree,poetry\r\npoetrey,poetry\r\npoetrie,poetry\r\npoettr,poetry\r\npoettry,poetry\r\npoety,poetry\r\npoff,puff\r\npofitabilty,pofitability\r\npohete,poetry\r\npoicy,policy\r\npoignat,poignant\r\npoignence,poignance\r\npoignences,poignances\r\npoignencie,poignancie\r\npoignencies,poignancies\r\npoignency,poignancy\r\npoignent,poignant\r\npoignenta,poignanta\r\npoignently,poignantly\r\npoil,pilot\r\npoilcy,policy\r\npoilet,pilot\r\npoilets,pilot's\r\npoilts,pilot's\r\npoims,poems\r\npoin,point\r\npoineer,pioneer\r\npoiner,pointer\r\npoing,point\r\npoingant,poignant\r\npoining,pointing\r\npoiniter,pointer\r\npoinnter,pointer\r\npoins,points\r\npoinsetta,poinsettia\r\npoinst,points\r\npoint-segement,point-segment\r\npointabilty,pointability\r\npointablity,pointability\r\npointc,point\r\npointeres,pointers\r\npointert,pointer\r\npointes,pointers\r\npointeur,pointer\r\npointig,pointing\r\npointint,pointing\r\npointo,point\r\npointor,pointer\r\npointure,pointer\r\npoir,prior\r\npoirtry,poetry\r\npoisen,poison\r\npoisenous,poisonous\r\npoisin,poison\r\npoisined,poisoned\r\npoisining,poisoning\r\npoisinous,poisonous\r\npoisins,poisons\r\npoision,poison\r\npoisition,position\r\npoisond,poisoned\r\npoisones,poisons\r\npoisonis,poisons\r\npoisonos,poisons\r\npoisonus,poisons\r\npoissble,possible\r\npoissibilty,poissibility\r\npoiting,pointing\r\npoition,position\r\npoitn,point\r\npoitray,poetry\r\npoitry,poetry\r\npoits,pilot's\r\npoitye,poetry\r\npoiunt,point\r\npoject,project\r\npojections,projections\r\npojert,project\r\npoke'mon,pokémon\r\npokects,pockets\r\npokeing,poking\r\npokemon,pokémon\r\npoket,pockets\r\npoketes,pockets\r\npokets,pockets\r\npokits,pockets\r\npokè'mon,pokémon\r\npokèmon,pokémon\r\npokē'mon,pokémon\r\npokēmon,pokémon\r\npokẽ'mon,pokémon\r\npokẽmon,pokémon\r\npolarisablity,polarisability\r\npolarizablity,polarizability\r\npolary,polarity\r\npolatics,politics\r\npolation,politician\r\npolatition,politician\r\npolcies,policies\r\npolciy,policy\r\npolcy,policy\r\npolertition,politician\r\npolesa,poles\r\npoletition,politician\r\npoletree,poultry\r\npolets,pilot's\r\npolgon,polygon\r\npolgyamy,polygamy\r\npolgyon,polygon\r\npolic,policy\r\npolical,political\r\npolically,politically\r\npolication,politician\r\npoliciesh,policies\r\npolicis,policies\r\npolicitally,politically\r\npolicitian,politician\r\npolicitians,politicians\r\npolicman,policeman\r\npolictian,politician\r\npolictical,political\r\npoliction,politician\r\npolicys,policies\r\npolidy,policy\r\npoliet,pilot\r\npolietly,politely\r\npoliets,pilot's\r\npolify,policy\r\npoligamy,polygamy\r\npolight,polite\r\npoligon,polygon\r\npolimorphic,polymorphic\r\npolinatatro,pollinatatro\r\npolinate,pollinate\r\npolinated,pollinated\r\npolinates,pollinates\r\npolinati,pollinati\r\npolinating,pollinating\r\npolination,pollination\r\npolinations,pollinations\r\npolinativelama,pollinativelama\r\npolinator,pollinator\r\npolinators,pollinators\r\npoliocy,policy\r\npolishees,polishes\r\npolishs,polishes\r\npolishuset,polishes\r\npolisse,polishes\r\npolisy,policy\r\npolit,polite\r\npolitantion,politician\r\npolitation,politician\r\npolitcal,political\r\npolitcally,politically\r\npolitcial,political\r\npolitcially,politically\r\npolitelly,politely\r\npolitessen,politeness\r\npolitey,politely\r\npolitial,political\r\npolitially,politically\r\npolitian,politician\r\npoliticain,politician\r\npoliticains,politicians\r\npoliticaly,politically\r\npolitican,politician\r\npoliticans,politicians\r\npoliticanti,politician\r\npoliticas,politics\r\npolitices,politics\r\npolitichane,politician\r\npoliticial,political\r\npoliticially,politically\r\npoliticials,politicals\r\npoliticien,politician\r\npoliticiens,politicians\r\npoliticin,politician\r\npoliticing,politician\r\npoliticion,politician\r\npolitickin,politician\r\npoliticly,politically\r\npoliticoun,politician\r\npolitict,politic\r\npolitiction,politician\r\npoliticus,politics\r\npolitiicans,politician\r\npolitiikan,politician\r\npolitiness,politeness\r\npoliting,piloting\r\npolition,politician\r\npolitiorn,politician\r\npolitish,politician\r\npolitishan,politician\r\npolitishon,politician\r\npolitision,politician\r\npolitistoin,politician\r\npolititian,politician\r\npolititians,politicians\r\npolitition,politician\r\npolititon,politician\r\npolitley,politely\r\npolits,pilot's\r\npolitsion,politician\r\npolks,folks\r\npollation,politician\r\npollice,police\r\npollitic,politician\r\npollitishion,politician\r\npollitition,politician\r\npollitsin,politician\r\npollled,polled\r\npollling,polling\r\npolnomial,polynomial\r\npolocies,policies\r\npolocy,policy\r\npolot,pilot\r\npolotician,politician\r\npoloticion,politician\r\npolotistion,politician\r\npolsa,pölsa\r\npolt,pilot\r\npoltegeist,poltergeist\r\npoltergaist,poltergeist\r\npoltes,pilot's\r\npoltical,political\r\npoltically,politically\r\npoltory,poetry\r\npoltry,poultry\r\npolupodium,polypodium\r\npolute,pollute\r\npoluted,polluted\r\npolutes,pollutes\r\npoluting,polluting\r\npolution,pollution\r\npolutition,politician\r\npolydactaly,polydactally\r\npolygammy,polygamy\r\npolygltos,polyglots\r\npolygone,polygon\r\npolygoon,polygon\r\npolygot,polyglot\r\npolymerizatoin,polymerization\r\npolymophic,polymorphic\r\npolymore,polymer\r\npolymorhpic,polymorphic\r\npolymorphims,polymorphisms\r\npolymporphic,polymorphic\r\npolynomicals,polynomials\r\npolynominal,polynomial\r\npolynominals,polynomials\r\npolyphonyic,polyphonic\r\npolypropalene,polypropylene\r\npolysacaride,polysaccharide\r\npolysacarides,polysaccharides\r\npolysaccaride,polysaccharide\r\npolysaccarides,polysaccharides\r\npolysacccharid,polysaccharide\r\npolysacccharids,polysaccharides\r\npolysaccharid,polysaccharide\r\npolysaccharids,polysaccharides\r\npolytechan,politician\r\npolytishion,politician\r\npolytistion,politician\r\npomegranite,pomegranate\r\npomegranites,pomegranates\r\npomems,poems\r\npomes,poems\r\npomoted,promoted\r\npomotes,promotes\r\npomoting,promoting\r\npomotion,promotion\r\npomotions,promotions\r\npomse,poems\r\npon,pom\r\nponctuation,punctuation\r\npondorous,ponderous\r\nponit,point\r\nponiter,pointer\r\nponsibillty,ponsibility\r\npont,point\r\npontential,potential\r\npontentially,potentially\r\nponter,pointer\r\nponters,pointers\r\npontes,poems\r\npontots,potatoes\r\nponts,points\r\npoofreadcarfuly,poofreadcarfully\r\npooiste,opposite\r\npooldeve,pool\r\npoore,poor\r\npoosible,possible\r\npopatoes,potatoes\r\npoped,popped\r\npoperties,properties\r\npoperty,property\r\npoplation,population\r\npople,people\r\npopluar,popular\r\npopluated,populated\r\npopluation,population\r\npopluations,populations\r\npopnogrpahic,popnographic\r\npopoevers,popovers\r\npopoluar,popular\r\npoportion,proportion\r\npoportional,proportional\r\npoportionally,proportionally\r\npoportionate,proportionate\r\npoportionately,proportionately\r\npoportions,proportions\r\npoposal,proposal\r\npopoulation,population\r\npopoulations,populations\r\npopoulus,populous\r\npoppped,popped\r\npoppper,popper\r\npopppers,poppers\r\npoppping,popping\r\npoptery,poetry\r\npoptioes,potatoes\r\npopu,popup\r\npopualar,popular\r\npopualtion,populations\r\npopuation,population\r\npopuationous,populationous\r\npopuations,populations\r\npopulaion,population\r\npopulair,popular\r\npopulairty,popularity\r\npopulaiton,populations\r\npopularaly,popularly\r\npopularaty,popularity\r\npopulare,popular\r\npopularest,populate\r\npopularily,popularity\r\npopulary,popularity\r\npopulaties,populate\r\npopulatin,populations\r\npopulatingn,populating\r\npopulatins,populations\r\npopulationes,populations\r\npopulatiry,popularity\r\npopulative,populate\r\npopulatoin,populations\r\npopuldated,populated\r\npopuler,popular\r\npopullate,populate\r\npopulos,populous\r\npopultaion,populations\r\npopultion,population\r\npopulular,popular\r\npopuplate,populate\r\npopuplation,population\r\npopupulate,populate\r\npopural,popular\r\npoputtion,population\r\npopver,popover\r\npopvoers,popovers\r\npor,para\r\nporalized,polarized\r\nporallel,parallel\r\nporarems,poems\r\nporay,poetry\r\nporbabil,probabil\r\nporbability,probability\r\nporbabl,probabl\r\nporbably,probably\r\nporble,problem\r\nporblem,problem\r\nporblemas,problemas\r\nporblems,problems\r\nporcelan,porcelain\r\nporcelian,porcelain\r\nporcelina,porcelain\r\nporcess,process\r\nporcessed,processed\r\nporcesses,processes\r\nporcessing,processing\r\nporcession,procession\r\nporcessional,processional\r\nporcessionary,processionary\r\nporcessor,processor\r\nporcessors,processors\r\nporcesss,processs\r\nporcet,project\r\nporcheder,procedure\r\nporduc,produc\r\nporduce,produce\r\nporduced,produced\r\nporducer,producer\r\nporducers,producers\r\nporduces,produces\r\nporducing,producing\r\nporducs,producs\r\nporduct,product\r\nporducting,producting\r\nporduction,production\r\nporductions,productions\r\nporductiontion,productiontion\r\nporductive,productive\r\nporductivity,productivity\r\nporducto,producto\r\nporductos,productos\r\nporducts,products\r\nporeclain,porcelain\r\nporertrey,poetry\r\nporertry,poetry\r\nporerty,poetry\r\nporetry,poetry\r\nporfess,profess\r\nporfessional,professional\r\nporfessionalism,professionalism\r\nporfessionals,professionals\r\nporfessor,professor\r\nporfessors,professors\r\nporform,perform\r\nporftolio,portfolio\r\nporgramme,programme\r\nporgress,progress\r\nporgressieves,progressieves\r\nporgression,progression\r\nporgressive,progressive\r\nporintg,porting\r\nporiod,period\r\nporivided,provided\r\nporject,project\r\nporjectiles,projectiles\r\nporjects,projects\r\nporjests,projects\r\nporjetc,project\r\nporked,parked\r\nporle,people\r\nporletariat,proletariat\r\nporlong,prologue\r\nporm,poems\r\npormetheus,prometheus\r\npormise,promise\r\npormpted,prompted\r\nporms,poems\r\npornagraphy,pornography\r\npornograghy,pornography\r\npornograhpy,pornography\r\npornograhy,pornography\r\npornograpghy,pornography\r\npornograpgy,pornography\r\npornograpy,pornography\r\npornogrophy,pornography\r\npornogrpahers,pornographers\r\npornogrpahy,pornography\r\npornogrphy,pornography\r\nporocess,process\r\nporoty,poetry\r\nporovided,provided\r\nporpering,preparing\r\nporperly,properly\r\nporportion,proportion\r\nporportional,proportional\r\nporportionally,proportionally\r\nporportions,proportions\r\nporpose,propose\r\nporposed,proposed\r\nporposes,proposes\r\nporps,props\r\nporrtery,poetry\r\nporsecced,possessed\r\nporshan,portion\r\nporshon,portion\r\nporson,person\r\nportabel,portable\r\nportabillity,portability\r\nportabilty,portability\r\nportabitablity,portabitability\r\nportablility,portability\r\nportablilty,portability\r\nportablity,portability\r\nportagonists,protagonists\r\nportaiblity,portaibility\r\nportait,portrait\r\nportaits,portraits\r\nportaiture,portraiture\r\nportaitures,portraitures\r\nportalis,portals\r\nportalus,portals\r\nportaly,portally\r\nportary,portray\r\nportarying,portraying\r\nportatos,potatoes\r\nportay,portray\r\nportayal,portrayal\r\nportayals,portrayals\r\nportayed,portrayed\r\nportaying,portraying\r\nportays,portrays\r\nportected,protected\r\nportef,ported\r\nportestants,protestants\r\nportfoilo,portfolio\r\nportgal,portugal\r\nportgual,portugal\r\nportguese,portuguese\r\nporth,porch\r\nportibilty,portibility\r\nportiblity,portibility\r\nporticler,particular\r\nportioin,portion\r\nportiosn,portions\r\nportis,ports\r\nportoflio,portfolio\r\nportoguese,portuguese\r\nportolio,portfolio\r\nportraiing,portraying\r\nportraing,portraying\r\nportrais,portraits\r\nportrary,portray\r\nportras,portrays\r\nportrat,portrait\r\nportrating,portraying\r\nportrayels,portrays\r\nportrayes,portrays\r\nportrayl,portrayal\r\nportrayls,portrays\r\nportrey,poetry\r\nportriat,portrait\r\nportriats,portraits\r\nportry,poetry\r\nportty,poetry\r\nportuagl,portugal\r\nportugeese,portuguese\r\nportugese,portuguese\r\nportugeuse,portuguese\r\nportugse,portuguese\r\nportugual,portugal\r\nportuguease,portuguese\r\nportugueese,portuguese\r\nportugues,portuguese\r\nportuguesse,portuguese\r\nportugueuse,portuguese\r\nportuguise,portuguese\r\nporty,poetry\r\nporu,pour\r\nporudct,product\r\nporvid,provid\r\nporvide,provide\r\nporvided,provided\r\nporvideosex,provideosex\r\nporvideosexfo,provideosexfo\r\nporvider,provider\r\nporviders,providers\r\nporvides,provides\r\nporviding,providing\r\nporvis,provis\r\nporviso,proviso\r\nporxy,proxy\r\nposabilty,posability\r\nposcess,possess\r\nposcessed,possess\r\nposesed,possessed\r\nposeses,possess\r\nposesing,possessing\r\nposesion,possession\r\nposesions,possessions\r\nposesive,possessive\r\nposesively,possessively\r\nposesiveness,possessiveness\r\nposesives,possessives\r\nposesor,possessor\r\nposesors,possessors\r\nposess,possess\r\nposesse,possess\r\nposessed,possessed\r\nposesses,possesses\r\nposessing,possessing\r\nposession,possession\r\nposessions,possessions\r\nposessive,possessive\r\nposessively,possessively\r\nposessiveness,possessiveness\r\nposessives,possessives\r\nposessor,possessor\r\nposessors,possessors\r\nposetivly,posetively\r\nposets,pockets\r\nposhing,approaching\r\nposibilities,possibilities\r\nposibility,possibility\r\nposibillities,possibilities\r\nposibillity,posibility\r\nposibilties,possibilities\r\nposibilty,posibility\r\nposible,possible\r\nposiblilities,posibilities\r\nposiblility,posibility\r\nposiblities,possibilities\r\nposiblity,possibility\r\nposicional,positional\r\nposiibilty,posiibility\r\nposiiton,position\r\nposilibilty,posilibility\r\nposintions,positions\r\nposion,poison\r\nposioned,poisoned\r\nposioning,poisoning\r\nposionous,poisonous\r\nposions,poisons\r\nposis,possess\r\nposisble,possible\r\nposistion,position\r\nposistional,positional\r\nposistionally,positionally\r\nposistioned,positioned\r\nposistioning,positioning\r\nposistions,positions\r\nposistive,positive\r\nposistives,positives\r\npositevely,positively\r\npositiion,position\r\npositin,position\r\npositining,positioning\r\npositioin,position\r\npositioing,positioning\r\npositionaly,positionally\r\npositiond,positioned\r\npositiong,positioning\r\npositionial,positional\r\npositionl,positional\r\npositionly,positional\r\npositionnal,positional\r\npositionne,positioned\r\npositionned,positioned\r\npositionning,positioning\r\npositionnned,positionned\r\npositionsf,positions\r\npositiosn,positions\r\npositition,position\r\nposititional,positional\r\nposititionally,positionally\r\nposititioned,positioned\r\nposititioning,positioning\r\nposititions,positions\r\nposititive,positive\r\nposititively,positively\r\nposititives,positives\r\nposititon,position\r\nposititonal,positional\r\nposititonally,positionally\r\nposititoned,positioned\r\nposititoning,positioning\r\nposititons,positions\r\nposititve,positive\r\nposititvely,positively\r\nposititves,positives\r\npositiv,positive\r\npositiveity,positivity\r\npositivie,positive\r\npositiviely,positively\r\npositivisme,positives\r\npositivisty,positivity\r\npositivitely,positivity\r\npositivitey,positivity\r\npositivitiy,positivity\r\npositiviy,positivity\r\npositivley,positively\r\npositivly,positively\r\npositivs,positives\r\npositivy,positivity\r\npositoin,position\r\npositoins,positions\r\npositon,position\r\npositonal,positional\r\npositoned,positioned\r\npositve,positive\r\npositves,positives\r\nposivite,positive\r\nposom,possum\r\nposomon,possumon\r\nposomons,possumons\r\nposoms,possums\r\nposomus,possumus\r\nposomwood,possumwood\r\nposomwoods,possumwoods\r\nposostion,position\r\nposostional,positional\r\nposostionally,positionally\r\nposostioned,positioned\r\nposostioning,positioning\r\nposostions,positions\r\nposostive,positive\r\nposostives,positives\r\nposotion,position\r\npospone,postpone\r\npossability,possibility\r\npossabilty,possability\r\npossable,possible\r\npossablities,possibilities\r\npossably,possibly\r\npossbile,possible\r\npossbilties,possbilities\r\npossbilty,possbility\r\npossbily,possibly\r\npossble,possible\r\npossesed,possessed\r\nposseses,possesses\r\npossesess,possesses\r\npossesing,possessing\r\npossesion,possession\r\npossesions,possessions\r\npossesive,possessive\r\npossesively,possessively\r\npossesiveness,possessiveness\r\npossesives,possessive\r\npossesor,possessor\r\npossesors,possessors\r\npossesse,possessive\r\npossessers,possesses\r\npossessess,possesses\r\npossesseurs,possesses\r\npossessin,possessions\r\npossessivize,possessive\r\npossesss,possesses\r\npossesssed,possessed\r\npossesssion,possessions\r\npossesssions,possessions\r\npossesssive,possessive\r\npossestions,possessions\r\npossibbilty,possibbility\r\npossibbly,possibly\r\npossibe,possible\r\npossibiblity,possibibility\r\npossibikity,possibility\r\npossibile,possible\r\npossibilies,possibilities\r\npossibililty,possibility\r\npossibilites,possibilities\r\npossibilitis,possibilities\r\npossibiliy,possibility\r\npossibillities,possibilities\r\npossibillity,possibility\r\npossibillty,possibility\r\npossibiltes,possibilities\r\npossibilties,possibilities\r\npossibilty,possibility\r\npossibily,possibility\r\npossibl,possible\r\npossiblem,possible\r\npossiblet,possible\r\npossibley,possibly\r\npossiblilities,possibilities\r\npossiblility,possibility\r\npossiblilties,possibilities\r\npossiblilty,possibility\r\npossiblities,possibilities\r\npossiblitiies,possibilities\r\npossiblity,possibility\r\npossibliy,possibly\r\npossiblly,possibly\r\npossibse,possess\r\npossiby,possibly\r\npossie,possible\r\npossiiblity,possiibility\r\npossilbe,possible\r\npossilbilty,possilbility\r\npossilble,possible\r\npossile,possible\r\npossing,passing\r\npossioblity,possiobility\r\npossiply,possibly\r\npossis,possess\r\npossissive,possessive\r\npossitiblity,possitibility\r\npossition,position\r\npossitional,positional\r\npossitionally,positionally\r\npossitioned,positioned\r\npossitions,positions\r\npossitive,positive\r\nposslibe,possible\r\npossobillity,possobility\r\npossom,possum\r\npossomon,possumon\r\npossomons,possumons\r\npossoms,possums\r\npossomus,possumus\r\npossomwood,possumwood\r\npossomwoods,possumwoods\r\nposssible,possible\r\nposssiblity,posssibility\r\nposssion,possion\r\npossssions,possions\r\npost-authenication,post-authentication\r\npost-benchmarkresult,post-benchmark-result\r\npost-domiator,post-dominator\r\npost-mortum,post-mortem\r\npost-moterm,post-mortem\r\npost-pone,postpone\r\npost-poned,postponed\r\npost-pones,postpones\r\npost-poning,postponing\r\npost-processsing,post-processing\r\npostaly,postally\r\npostcript,postscript\r\npostdam,potsdam\r\npostel,postal\r\npostet,posted\r\npostgaduate,postgraduate\r\npostgaduated,postgraduated\r\npostgaduates,postgraduates\r\npostgaduating,postgraduating\r\npostgaduation,postgraduation\r\npostgaduations,postgraduations\r\npostgadute,postgraduate\r\npostgaduted,postgraduated\r\npostgadutes,postgraduates\r\npostgaduting,postgraduating\r\npostgadution,postgraduation\r\npostgadutions,postgraduations\r\npostgarduate,postgraduate\r\npostgarduated,postgraduated\r\npostgarduates,postgraduates\r\npostgarduating,postgraduating\r\npostgarduation,postgraduation\r\npostgarduations,postgraduations\r\npostgradute,postgraduate\r\npostgraduted,postgraduated\r\npostgradutes,postgraduates\r\npostgraduting,postgraduating\r\npostgradution,postgraduation\r\npostgradutions,postgraduations\r\npostgraudate,postgraduate\r\npostgraudated,postgraduated\r\npostgraudates,postgraduates\r\npostgraudating,postgraduating\r\npostgraudation,postgraduation\r\npostgraudations,postgraduations\r\npostgressql,PostgreSQL\r\nposthomous,posthumous\r\nposthomously,posthumously\r\nposthumos,posthumous\r\nposthumosly,posthumously\r\nposthumousl,posthumous\r\nposthumouslly,posthumously\r\npostion,position\r\npostional,positional\r\npostionally,positionally\r\npostioned,positioned\r\npostioning,positioning\r\npostions,positions\r\npostition,position\r\npostitional,positional\r\npostitionally,positionally\r\npostitioned,positioned\r\npostitiong,positioning\r\npostitions,positions\r\npostive,positive\r\npostively,positively\r\npostives,positives\r\nposto,post\r\npostoffice,post office\r\npostoperativly,postoperatively\r\npostphone,postpone\r\npostpose,postpone\r\npostumos,posthumous\r\npostumosly,posthumously\r\npostumous,posthumous\r\nposum,possum\r\nposumon,possumon\r\nposumons,possumons\r\nposums,possums\r\nposumus,possumus\r\nposumwood,possumwood\r\nposumwoods,possumwoods\r\npotablity,potability\r\npotaltos,potatoes\r\npotance,potence\r\npotanced,potenced\r\npotances,potences\r\npotancie,potencie\r\npotancies,potencies\r\npotancy,potency\r\npotant,potent\r\npotantial,potential\r\npotantly,potently\r\npotants,potents\r\npotaos,potatoes\r\npotasium,potassium\r\npotatas,potatoes\r\npotateos,potatoes\r\npotatoe,potato\r\npotatoin,potation\r\npotatos,potatoes\r\npotatous,potatoes\r\npotattoes,potatoes\r\npotenatially,potentially\r\npotencially,potentially\r\npotentail,potential\r\npotentailly,potentially\r\npotentiablilty,potentiability\r\npotentiall,potentially\r\npotentialy,potentially\r\npotentioly,potentially\r\npotentional,potential\r\npotentionally,potentially\r\npotentionaly,potentionally\r\npoteots,potatoes\r\npoter,poetry\r\npotery,pottery\r\npotet,pockets\r\npothochs,potatoes\r\npotiarlar,particular\r\npotical,optical\r\npotiential,potential\r\npotients,patients\r\npotiey,poetry\r\npotilican,politician\r\npotitioning,positioning\r\npotititoin,politician\r\npotous,potatoes\r\npotrait,portrait\r\npotraits,portraits\r\npotraiture,portraiture\r\npotraitures,portraitures\r\npotray,portray\r\npotrayal,portrayal\r\npotrayals,portrayals\r\npotrayed,portrayed\r\npotraying,portraying\r\npotrays,portrays\r\npotrey,poetry\r\npotrre,poetry\r\npottos,potatoes\r\npottted,potted\r\npottter,potter\r\npouder,powder\r\npouds,pounds\r\npoujent,project\r\npoulated,populated\r\npoulating,populating\r\npoulations,populations\r\npoults,pilot's\r\npoum,poems\r\npount,point\r\npoupel,purple\r\npouplate,populate\r\npourcent,percent\r\npourpose,purpose\r\npourrrred,pourred\r\npoutaly,poutally\r\npoutrey,poetry\r\npoutry,poetry\r\npoverful,powerful\r\npovety,poverty\r\npoviders,providers\r\npovides,provides\r\npowaims,poems\r\npowderade,powdered\r\npowderd,powdered\r\npoweful,powerful\r\npowems,poems\r\npowerd,powered\r\npowerded,powdered\r\npowerfisting,powerlifting\r\npowerfull,powerful\r\npowerfullly,powerfully\r\npowerfullness,powerfulness\r\npowerfulls,powerfuls\r\npowerfuly,powerfully\r\npowerhorse,powerhouse\r\npowerhosue,powerhouse\r\npowerhours,powerhouse\r\npowerhourse,powerhouse\r\npowerhsell,powershell\r\npowerlfiting,powerlifting\r\npowerlifing,powerlifting\r\npowerlifitng,powerlifting\r\npowerliftng,powerlifting\r\npowerlisting,powerlifting\r\npowerpot,powerpoint\r\npowerprint,powerpoint\r\npowersehll,powershell\r\npowerselllers,powersellers\r\npowerul,powerful\r\npowerusers,power-users\r\npowetlifting,powerlifting\r\npowetrey,poetry\r\npowetry,poetry\r\npowety,poetry\r\npowimes,poems\r\npowimms,poems\r\npowims,poems\r\npowrrlifting,powerlifting\r\npowtrey,poetry\r\npoyential,potential\r\npoyhedral,polyhedral\r\npoylgon,polygon\r\npoylmer,polymer\r\npoymes,poems\r\npoytrey,poetry\r\nppackage,package\r\nppen,open\r\npplication,application\r\npplies,applies\r\nppod,pod\r\nppolymorphism,polymorphism\r\npposom,possum\r\npposomon,possumon\r\npposomons,possumons\r\npposoms,possums\r\npposomus,possumus\r\npposomwood,possumwood\r\npposomwoods,possumwoods\r\nppossom,possum\r\nppossomon,possumon\r\nppossomons,possumons\r\nppossoms,possums\r\nppossomus,possumus\r\nppossomwood,possumwood\r\nppossomwoods,possumwoods\r\nppossum,possum\r\nppossumon,possumon\r\nppossumons,possumons\r\nppossums,possums\r\nppossumus,possumus\r\nppossumwood,possumwood\r\nppossumwoods,possumwoods\r\npposum,possum\r\npposumon,possumon\r\npposumons,possumons\r\npposums,possums\r\npposumus,possumus\r\npposumwood,possumwood\r\npposumwoods,possumwoods\r\nppoular,popular\r\nppredicitve,ppredictive\r\nppredictors,predictors\r\npprevious,previous\r\npprovider,provider\r\npptimizer,optimizer\r\npptional,optional\r\nppublisher,publisher\r\npraayer,prayer\r\npracission,precision\r\npracitcal,practical\r\npracitcally,practically\r\npracitse,practise\r\npractacing,practising\r\npractcial,practical\r\npractcially,practically\r\npracthett,pratchett\r\npractiaal,practical\r\npractiacally,practically\r\npractial,practical\r\npractially,practically\r\npracticallity,practically\r\npracticaly,practically\r\npracticarlo,practical\r\npracticeing,practising\r\npracticess,practise\r\npracticial,practical\r\npracticially,practically\r\npracticies,practices\r\npracticioner,practitioner\r\npracticioners,practitioners\r\npracticising,practicing\r\npracticle,practical\r\npracticlly,practically\r\npracticly,practically\r\npractictioner,practitioner\r\npractictitioners,practitioners\r\npracticular,particular\r\npractie,practise\r\npracties,practise\r\npractioner,practitioner\r\npractioners,practitioners\r\npractis,practice\r\npractisioner,practitioner\r\npractisioners,practitioners\r\npractitioneer,practitioners\r\npractitionner,practitioner\r\npractitionners,practitioners\r\npractitionnnnner,practitionner\r\npractitions,practitioners\r\npractive,practice\r\npractives,practise\r\npractiy,pracity\r\nprade,parade\r\npragamtic,pragmatic\r\npragmaticism,pragmatism\r\npragmatisch,pragmatic\r\npragraph,paragraph\r\nprahaps,perhaps\r\nprair,prayer\r\npraires,prairies\r\nprairy,prairie\r\nprairys,prairies\r\nprais,praise\r\npraisse,praises\r\nprallax,parallax\r\nprameters,parameters\r\npramiey,primary\r\npramry,primary\r\nprapaganda,propaganda\r\nprapagandas,propagandas\r\nprapagandise,propagandise\r\nprapagandised,propagandised\r\nprapagandises,propagandises\r\nprapagandist,propagandist\r\nprapagandists,propagandists\r\nprapagandize,propagandize\r\nprapagandized,propagandized\r\nprapagandizes,propagandizes\r\nprarameter,parameter\r\nprarameters,parameters\r\nprares,prairies\r\nprarie,prairie\r\npraries,prairies\r\nprarmater,parameter\r\nprarmeter,parameter\r\nprase,phrase\r\npraser,parser\r\nprasied,praised\r\nprasies,praises\r\nprasision,precision\r\nprasition,precision\r\nprasm-child,plasm-child\r\nprass,press\r\npratcise,practise\r\npraternaly,fraternally\r\npraternly,fraternally\r\npratical,practical\r\npratically,practically\r\npratice,practice\r\npraticed,practiced\r\npratices,practices\r\npraticing,practicing\r\npraticle,particle\r\npratictioner,practitioners\r\npratictioners,practitioners\r\npraticular,particular\r\npratise,practice\r\npratitioners,practitioners\r\nprauge,Prague\r\nprayerfuly,prayerfully\r\nprbly,probably\r\nprbolem,problem\r\nprcedure,procedure\r\nprceeded,preceded\r\nprcess,process\r\nprcesses,processes\r\nprcessing,processing\r\nprciscon,precision\r\nprcision,precision\r\nprcoedure,procedure\r\nprcoess,process\r\nprcoesses,processes\r\nprdduction,production\r\nprdend,pretend\r\nprder,order\r\nprdictor,predictor\r\nprdocuts,products\r\npre-buid,pre-build\r\npre-buil,pre-build\r\npre-clasisification,pre-classification\r\npre-colombian,pre-Columbian\r\npre-comiit,pre-commit\r\npre-config,pre-commit\r\npre-conifgured,pre-configured\r\npre-defiened,pre-defined\r\npre-definded,pre-defined\r\npre-definied,predefined\r\npre-delcare,pre-declare\r\npre-determeined,pre-determined\r\npre-difined,pre-defined\r\npre-exising,pre-existing\r\npre-fligt,pre-flight\r\npre-lolliop,pre-lollipop\r\npre-polating,pre-populating\r\npre-propulate,pre-populate\r\npre-requesites,pre-requisites\r\npre-requesits,pre-requisite\r\npre-requisistes,pre-requisites\r\npre-requisities,pre-requisites\r\npre-requisits,prerequisites\r\npre-requistes,pre-requisites\r\npre-requrisites,pre-requisites\r\npreable,preamble\r\npreadtor,predator\r\npreadtors,predators\r\npreafer,prefer\r\npreamde,premade\r\npreamenantely,permanently\r\npreample,preamble\r\npreapre,prepare\r\nprearraneging,prearranging\r\nprearrangeing,prearranging\r\nprearranng,prearranging\r\npreasent,present\r\npreastoric,prehistoric\r\npreatend,pretend\r\npreatent,pretend\r\npreature,preacher\r\nprebious,previous\r\npreblem,problem\r\nprebuilded,prebuilt\r\nprebuildt,prebuilt\r\nprebuiult,prebuilt\r\nprebulit,prebuilt\r\nprecated,deprecated\r\nprecaucion,precaution\r\nprecausion,precaution\r\nprecausions,precautions\r\nprecautios,precautions\r\nprecautiosn,precautions\r\npreccesion,precession\r\npreccesional,precessional\r\npreccesionism,precessionism\r\npreccesionist,precessionist\r\npreccesionists,precessionists\r\npreccesions,precessions\r\npreccession,precession\r\npreccessional,precessional\r\npreccessionism,precessionism\r\npreccessionist,precessionist\r\npreccessionists,precessionists\r\npreccessions,precessions\r\nprecdence,precedence\r\npreced,preceded\r\nprecedance,precedence\r\nprecedeed,preceded\r\nprecedense,precedence\r\nprecedessor,predecessor\r\nprecedessors,predecessors\r\nprecedour,procedure\r\npreceds,precedes\r\nprecedure,procedure\r\npreceed,precede\r\npreceede,precede\r\npreceeded,preceded\r\npreceedent,precedent\r\npreceedents,precedents\r\npreceeder,preceder\r\npreceeders,preceders\r\npreceedes,precedes\r\npreceeding,preceding\r\npreceeds,precedes\r\npreceisely,precisely\r\npreceivable,perceivable\r\npreceive,perceive\r\npreceived,perceived\r\npreceives,perceives\r\npreceiving,perceiving\r\nprecence,presence\r\nprecende,precedence\r\nprecendece,precedence\r\nprecendence,precedence\r\nprecendency,precedency\r\nprecendense,precedence\r\nprecendent,precedent\r\nprecendented,precedented\r\nprecendentedly,precedentedly\r\nprecendentedness,precedentedness\r\nprecendential,precedential\r\nprecendentless,precedentless\r\nprecendents,precedents\r\nprecent,percent\r\nprecentage,percentage\r\nprecentages,percentages\r\nprecentile,percentile\r\npreception,perception\r\nprecesion,precision\r\nprecesional,precessional\r\nprecesionism,precessionism\r\nprecesionist,precessionist\r\nprecesionists,precessionists\r\nprecesions,precessions\r\nprecesssion,precession\r\nprecevable,perceivable\r\nprecevably,perceivably\r\npreceve,perceive\r\npreceved,perceived\r\npreceves,perceives\r\npreceving,perceiving\r\nprech,preach\r\nprecher,preacher\r\nprecice,precise\r\nprecicely,precisely\r\nprecidence,precedence\r\nprecidency,precedency\r\nprecident,precedent\r\nprecidented,precedented\r\nprecidentedly,precedentedly\r\nprecidentedness,precedentedness\r\nprecidential,precedential\r\nprecidentless,precedentless\r\nprecidents,president's\r\nprecidious,prejudice\r\nprecidust,prejudice\r\npreciely,precisely\r\nprecience,prescience\r\npreciences,presciences\r\nprecient,prescient\r\nprecientific,prescientific\r\nprecientifically,prescientifically\r\nprecientious,prescientious\r\nprecientiously,prescientiously\r\npreciently,presciently\r\npreciesly,precisely\r\nprecieve,perceive\r\nprecieved,perceived\r\nprecint,precinct\r\nprecioius,precious\r\nprecioiusly,preciously\r\nprecioiusness,preciousness\r\nprecion,precision\r\nprecioous,precious\r\nprecios,precision\r\npreciouis,precious\r\npreciouisly,preciously\r\npreciouisness,preciousness\r\nprecisabilty,precisability\r\npreciscion,precision\r\nprecisel,precise\r\npreciselly,precisely\r\nprecishine,precision\r\nprecisie,precise\r\nprecisley,precisely\r\nprecisly,precisely\r\nprecison,precision\r\nprecisou,precious\r\nprecission,precision\r\nprecisssion,precission\r\nprecition,precision\r\npreciuos,precious\r\npreciuosly,preciously\r\npreciuosness,preciousness\r\nprecivable,perceivable\r\nprecivably,perceivably\r\nprecive,perceive\r\nprecived,perceived\r\nprecives,perceives\r\npreciving,perceiving\r\nprecocioius,precocious\r\nprecocioiusly,precociously\r\nprecocioiusness,precociousness\r\nprecociouis,precocious\r\nprecociouisly,precociously\r\nprecociouisness,precociousness\r\nprecociuos,precocious\r\nprecociuosly,precociously\r\nprecociuosness,precociousness\r\nprecocoius,precocious\r\nprecocoiusly,precociously\r\nprecocoiusness,precociousness\r\nprecocouis,precocious\r\nprecocouisly,precociously\r\nprecocouisness,precociousness\r\nprecoius,precious\r\nprecoiusly,preciously\r\nprecoiusness,preciousness\r\nprecommit,pre-commit\r\nprecompuetd,precomputed\r\nprecomputation,pre-computation\r\nprecomputations,pre-computations\r\nprecomuted,precomputed\r\npreconceieved,preconceived\r\npreconceved,preconceived\r\npreconcieve,preconceived\r\npreconcieved,preconceived\r\npreconcionable,preconscionable\r\npreconcionably,preconscionably\r\npreconcious,preconscious\r\npreconciously,preconsciously\r\npreconciousness,preconsciousness\r\npreconfingure,preconfigure\r\npreconsciouness,preconsciousness\r\npreconsciounesses,preconsciousnesses\r\npreconsiciouness,preconsciousness\r\npreconsiciounesses,preconsciousnesses\r\npreconsiciousness,preconsciousness\r\npreconsiciousnesses,preconsciousnesses\r\npreconsicouness,preconsciousness\r\npreconsicounesses,preconsciousnesses\r\npreconsicousness,preconsciousness\r\npreconsicousnesses,preconsciousnesses\r\npreconsionable,preconscionable\r\npreconsionably,preconscionably\r\npreconsious,preconscious\r\npreconsiously,preconsciously\r\npreconsiousness,preconsciousness\r\npreconveived,preconceived\r\nprecoscious,precocious\r\nprecosciously,precociously\r\nprecosciousness,precociousness\r\nprecouis,precious\r\nprecouisly,preciously\r\nprecouisness,preciousness\r\nprecrastination,procrastination\r\nprecribe,prescribe\r\nprecribed,prescribed\r\nprecribes,prescribes\r\nprecribing,prescribing\r\nprecription,prescription\r\nprecriptions,prescriptions\r\nprecrise,precise\r\nprecsie,precise\r\nprectice,practice\r\nprection,precision\r\nprecuation,precautions\r\nprecuations,precautions\r\npreculde,preclude\r\npreculded,precluded\r\npreculdes,precludes\r\npreculding,precluding\r\nprecurors,precursor\r\nprecurosr,precursor\r\nprecurser,precursor\r\nprecursers,precursors\r\nprecusor,precursor\r\nprecusors,precursors\r\nprecussion,percussion\r\nprecussions,percussions\r\nprecussive,percussive\r\npredacceser,predecessor\r\npredaccesers,predecessors\r\npredaccesor,predecessor\r\npredaccesors,predecessors\r\npredaceser,predecessor\r\npredacesers,predecessors\r\npredacesor,predecessor\r\npredacesors,predecessors\r\npredacessor,predecessor\r\npredacessors,predecessors\r\npredacioius,predacious\r\npredacioiusly,predaciously\r\npredacioiusness,predaciousness\r\npredaciouis,predacious\r\npredaciouisly,predaciously\r\npredaciouisness,predaciousness\r\npredaciuos,predacious\r\npredaciuosly,predaciously\r\npredaciuosness,predaciousness\r\npredacoius,predacious\r\npredacoiusly,predaciously\r\npredacoiusness,predaciousness\r\npredacouis,predacious\r\npredacouisly,predaciously\r\npredacouisness,predaciousness\r\npredacseser,predecessor\r\npredacsesers,predecessors\r\npredacsesor,predecessor\r\npredacsesors,predecessors\r\npredadice,prejudice\r\npredasceser,predecessor\r\npredascesers,predecessors\r\npredascesor,predecessor\r\npredascesors,predecessors\r\npredascious,predacious\r\npredasciously,predaciously\r\npredasciousness,predaciousness\r\npredaseser,predecessor\r\npredasesers,predecessors\r\npredasesor,predecessor\r\npredasesors,predecessors\r\npredasseser,predecessor\r\npredassesers,predecessors\r\npredassesor,predecessor\r\npredassesors,predecessors\r\npredatobr,predator\r\npredcitive,predictive\r\npredction,prediction\r\npredecated,predicated\r\npredeccesor,predecessor\r\npredeccesors,predecessor\r\npredeccessor,predecessor\r\npredeccessors,predecessors\r\npredecence,precedence\r\npredecesor,predecessor\r\npredecesores,predecessor\r\npredecesors,predecessors\r\npredecesser,predecessor\r\npredecessers,predecessors\r\npredecessores,predecessors\r\npredecious,prejudice\r\npredection,prediction\r\npredections,predictions\r\npredective,predictive\r\npreded,pretend\r\npredeined,predefined\r\npredend,pretend\r\npredescesor,predecessors\r\npredescesors,predecessors\r\npredescessor,predecessor\r\npredescessors,predecessors\r\npredesessor,predecessors\r\npredesessors,predecessors\r\npredesposed,predisposed\r\npredessecor,predecessor\r\npredessecors,predecessors\r\npredessesor,predecessor\r\npredessesors,predecessors\r\npredesssor,predessor\r\npredetermiend,predetermined\r\npredetermind,predetermined\r\npredeterminded,predetermined\r\npredetirmined,predetermined\r\npredfined,predefined\r\npredgdice,prejudice\r\npredgedice,prejudice\r\npredgedis,prejudice\r\npredgejust,prejudice\r\npredges,prejudice\r\npredgest,prejudice\r\npredgice,prejudice\r\npredgidice,prejudice\r\npredgidict,prejudice\r\npredgiest,prejudice\r\npredgigeous,prejudice\r\npredgious,prejudice\r\npredgist,prejudice\r\npredgius,prejudice\r\npredgment,pregnant\r\npredgudice,prejudice\r\npredgudis,prejudice\r\nprediate,predicate\r\npredicat,predict\r\npredicatable,predictable\r\npredicatably,predictably\r\npredicatble,predictable\r\npredicatbly,predictably\r\npredicceser,predecessor\r\nprediccesers,predecessors\r\nprediccesor,predecessor\r\nprediccesors,predecessors\r\nprediccion,prediction\r\npredicement,predicament\r\npredices,prejudice\r\nprediceser,predecessor\r\npredicesers,predecessors\r\npredicesor,predecessor\r\npredicesors,predecessors\r\npredicessor,predecessor\r\npredicessors,predecessors\r\nprediceted,predicated\r\nprediciment,predicament\r\npredicious,prejudice\r\npredicitablity,predicitability\r\npredicited,predicated\r\npredicitive,predictive\r\npredicitng,predicting\r\nprediciton,prediction\r\npredicitons,predictions\r\npredicits,prejudice\r\npredicitve,predictive\r\npredickted,predicated\r\npredicseser,predecessor\r\npredicsesers,predecessors\r\npredicsesor,predecessor\r\npredicsesors,predecessors\r\npredictabilty,predictability\r\npredictablilty,predictability\r\npredictablity,predictability\r\npredictave,predictive\r\npredictblity,predictbility\r\npredicte,predictive\r\npredictedable,predictable\r\npredictible,predictable\r\npredictie,predictive\r\npredictin,prediction\r\npredictiosn,predictions\r\npredictious,predictions\r\npredictivo,prediction\r\npredictment,predicament\r\npredictons,predictions\r\npredidesh,prejudice\r\npredidice,prejudice\r\npredidis,prejudice\r\npredidus,prejudice\r\nprediects,predicts\r\npredieglious,prejudice\r\npredifened,predefined\r\npredifined,predefined\r\npredigeous,prejudice\r\nprediges,prejudice\r\nprediguest,prejudice\r\npredigus,prejudice\r\npredigust,prejudice\r\npredigut,prejudice\r\npredijice,prejudice\r\npredijious,prejudice\r\npredijist,prejudice\r\npredijuce,prejudice\r\npredijue,prejudice\r\npredious,prejudice\r\nprediseser,predecessor\r\npredisesers,predecessors\r\npredisesor,predecessor\r\npredisesors,predecessors\r\npredisposte,predisposed\r\npredit,predict\r\npreditermined,predetermined\r\npreditions,predictions\r\npreditors,predators\r\npredix,prefix\r\npredjeduce,prejudice\r\npredjerdice,prejudice\r\npredjice,prejudice\r\npredjidice,prejudice\r\npredjuce,prejudice\r\npredjudic,prejudice\r\npredjudice,prejudice\r\npredjudiced,prejudice\r\npredjudis,prejudice\r\npredjudised,prejudice\r\npredjudist,prejudice\r\npredjuduce,prejudice\r\npredjuice,prejudice\r\npredjuiced,prejudiced\r\npredjuices,prejudices\r\npredocate,predicate\r\npredocessor,predecessor\r\npredocessors,predecessors\r\npredomenantly,predominantly\r\npredomiantly,predominately\r\npredominantaly,predominantally\r\npredominantely,predominantly\r\npredominantley,predominantly\r\npredominanty,predominantly\r\npredominatly,predominantly\r\npredominence,predominance\r\npredominences,predominances\r\npredominent,predominant\r\npredominentaly,predominentally\r\npredominently,predominantly\r\npredominete,predominate\r\npredomineted,predominated\r\npredominetes,predominates\r\npredomineting,predominating\r\npredominetion,predomination\r\npredominetions,predominations\r\npredominetor,predominator\r\npredominetors,predominators\r\npredominiance,predominance\r\npredominiances,predominances\r\npredominiant,predominant\r\npredominiantly,predominantly\r\npredominiate,predominate\r\npredominiated,predominated\r\npredominiates,predominates\r\npredominiating,predominating\r\npredominiation,predomination\r\npredominiations,predominations\r\npredominiator,predominator\r\npredominiators,predominators\r\npredsidents,president's\r\npredtion,prediction\r\npreducidues,prejudice\r\npreduction,prediction\r\npreductive,predictive\r\npredudice,prejudice\r\npredudis,prejudice\r\npredudise,prejudice\r\npredudiss,prejudice\r\npredudist,prejudice\r\npredues,prejudice\r\npredugdice,prejudice\r\npreduges,prejudice\r\npredugist,prejudice\r\npredugtis,prejudice\r\npreduicecy,prejudice\r\npreduis,prejudice\r\npreduist,prejudice\r\npreduiste,prejudice\r\npredujice,prejudice\r\npredujiced,prejudiced\r\npredujices,prejudices\r\npredujuce,prejudice\r\npredujust,prejudice\r\npreduse,prejudice\r\npredutist,prejudice\r\npree-configured,pre-configured\r\npreefined,predefined\r\npreeminance,preeminence\r\npreeminances,preeminences\r\npreeminancy,preeminency\r\npreeminant,preeminent\r\npreeminantly,preeminently\r\npreemminenc,preeminenc\r\npreemminence,preeminence\r\npreemminences,preeminences\r\npreemminency,preeminency\r\npreemminent,preeminent\r\npreemminently,preeminently\r\npreemmissari,preemissari\r\npreemmissary,preemissary\r\npreemptivly,preemptively\r\npreemptory,peremptory\r\npreemt,preempt\r\npreent,prevent\r\npreentation,presentation\r\npreests,presets\r\npreet,pretend\r\npreety,pretty\r\npreexistance,PreExistence\r\npreexistances,PreExistences\r\npreexistancie,PreExistencie\r\npreexistancies,PreExistencies\r\npreexistanciy,PreExistenciy\r\npreexistanciys,PreExistenciys\r\npreexistancy,PreExistency\r\npreexistancys,PreExistencys\r\npreexistanse,preexistence\r\npreexistant,PreExistent\r\npreexistense,preexistence\r\npreexistince,PreExistence\r\npreexistinces,PreExistences\r\npreexistincie,PreExistencie\r\npreexistincies,PreExistencies\r\npreexistinciy,PreExistenciy\r\npreexistinciys,PreExistenciys\r\npreexistincy,PreExistency\r\npreexistincys,PreExistencys\r\npreexistinse,preexistence\r\npreexistint,PreExistent\r\nprefably,preferably\r\nprefabrecated,prefabricated\r\nprefact,prefect\r\nprefacts,prefects\r\nprefarable,preferable\r\nprefarably,preferably\r\nprefared,preferred\r\nprefeching,prefetching\r\nprefection,perfection\r\nprefectly,perfectly\r\nprefence,preference\r\nprefences,preferences\r\npreferabblly,preferably\r\npreferabbly,preferably\r\npreferabely,preferable\r\npreferabley,preferably\r\npreferablly,preferably\r\npreferal,preferral\r\npreferals,preferrals\r\npreferance,preference\r\npreferances,preferences\r\npreferantial,preferential\r\npreferas,prefers\r\nprefere,prefer\r\nprefereable,preferable\r\nprefereably,preferably\r\nprefereble,preferable\r\npreferecences,preferences\r\nprefered,preferred\r\npreferences-dialogs,preferences-system\r\nprefereneces,preferences\r\npreferens,preferences\r\npreferenser,preferences\r\npreferentail,preferential\r\npreferental,preferential\r\npreferente,preference\r\npreferentes,preferences\r\npreferenze,preference\r\npreferer,preferrer\r\npreferes,prefers\r\npreferible,preferable\r\npreferibly,preferably\r\nprefering,preferring\r\npreferis,prefers\r\nprefernce,preference\r\nprefernece,preferences\r\npreferrable,preferable\r\npreferrably,preferably\r\npreferrerd,preferred\r\npreferrred,preferred\r\npreferrring,preferring\r\npreferrs,prefers\r\nprefessionalism,professionalism\r\nprefessionnal,professional\r\npreffer,prefer\r\nprefferable,preferable\r\nprefferably,preferably\r\nprefferal,preferral\r\nprefferals,preferrals\r\nprefferd,preferred\r\npreffered,preferred\r\nprefferer,preferrer\r\npreffering,preferring\r\nprefferral,preferral\r\nprefferrals,preferrals\r\nprefferred,preferred\r\nprefferrer,preferrer\r\nprefferring,preferring\r\npreffeson,profession\r\npreffix,prefix\r\nprefices,prefixes\r\nprefies,prefixes\r\nprefixe,prefix\r\nprefixex,prefixes\r\nprefixs,prefixes\r\nprefixt,prefixed\r\nprefligh,preflight\r\nprefomation,preformation\r\nprefomative,preformative\r\nprefomatively,preformatively\r\nprefomatted,preformatted\r\nprefor,prefer\r\npreforation,perforation\r\nprefore,prefer\r\nprefored,preferred\r\npreformace,performance\r\npreformaces,performances\r\npreformance,performance\r\npreformances,performances\r\npreformaton,preformation\r\npreformatve,preformative\r\npreformatvely,preformatively\r\npreformence,performance\r\npreformences,performances\r\npreforment,performant\r\npreformer,performer\r\npreformers,performers\r\npreformnace,performance\r\npreformnaces,performances\r\npreformtion,preformation\r\npreformtive,preformative\r\npreformtively,preformatively\r\nprefox,prefix\r\nprefreed,preferred\r\nprefrences,preferences\r\nprefur,prefer\r\nprefure,preferred\r\nprefured,preferred\r\nprefurred,preferred\r\nprefurrred,prefurred\r\nprefxied,prefixed\r\npreganancies,pregnancies\r\npreganancy,pregnancy\r\npreganant,pregnant\r\npregancies,pregnancies\r\npregancy,pregnancy\r\npregant,pregnant\r\npregdiest,prejudice\r\npregdious,prejudice\r\npregdles,prejudice\r\npregedious,prejudice\r\npregent,pregnant\r\npregidec,prejudice\r\npregides,prejudice\r\npregidess,prejudice\r\npregidice,prejudice\r\npregidise,prejudice\r\npregidus,prejudice\r\npregnacy,pregnancy\r\npregnance,pregnancies\r\npregnanices,pregnancies\r\npregnanies,pregnancies\r\npregnence,pregnance\r\npregnences,pregnances\r\npregnencie,pregnancie\r\npregnencies,pregnancies\r\npregnency,pregnancy\r\npregnent,pregnant\r\npregodis,prejudice\r\npregorative,prerogative\r\npregresive,pregressive\r\npregress,progress\r\npregressively,progressively\r\npregudice,prejudice\r\npregudise,prejudice\r\npregudists,prejudice\r\npregudus,prejudice\r\nprehaps,perhaps\r\nprehibernatoin,prehibernation\r\nprehistorician,prehistorian\r\nprehistoricians,prehistorians\r\nprehistoricic,prehistoric\r\nprehsitorian,prehistorian\r\nprehsitorians,prehistorians\r\nprehsitoric,prehistoric\r\npreimer,premier\r\npreimere,premiere\r\npreimeter,perimeter\r\npreimplantatioin,preimplantation\r\npreimum,premium\r\npreimums,premiums\r\npreinitalization,preinitialization\r\npreinitalize,preinitialize\r\npreinitalized,preinitialized\r\npreinitalizes,preinitializes\r\npreinitalizing,preinitializing\r\npreiod,period\r\npreiodic,periodic\r\npreiodical,periodical\r\npreiodically,periodically\r\npreiodicals,periodicals\r\npreiods,periods\r\npreiously,previously\r\npreipheral,peripheral\r\npreipherals,peripherals\r\npreisadents,president's\r\npreisdence,presidence\r\npreisdency,presidency\r\npreisdent,president\r\npreisdente,presidente\r\npreisdentes,presidentes\r\npreisdential,presidential\r\npreisdents,presidents\r\npreisdience,presidence\r\npreisdiency,presidency\r\npreisdient,president\r\npreisdiente,presidente\r\npreisdientes,presidentes\r\npreisdients,presidents\r\npreist,priest\r\npreisthood,priesthood\r\npreisthoods,priesthoods\r\npreistly,priestly\r\npreists,priests\r\npreivew,preview\r\npreivewable,previewable\r\npreivewed,previewed\r\npreivewer,previewer\r\npreivewers,previewers\r\npreivewing,previewing\r\npreivews,previews\r\npreivous,previous\r\npreivously,previously\r\nprejduce,prejudice\r\nprejduice,prejudice\r\nprejedice,prejudice\r\nprejeduce,prejudice\r\nprejeduced,prejudiced\r\nprejeduces,prejudices\r\nprejidace,prejudice\r\nprejidice,prejudice\r\nprejidous,prejudice\r\nprejiduce,prejudice\r\nprejiduced,prejudiced\r\nprejiduces,prejudices\r\nprejnest,prejudice\r\nprejucide,prejudice\r\nprejucided,prejudiced\r\nprejucides,prejudices\r\nprejudce,prejudice\r\nprejudgious,prejudice\r\nprejudicies,prejudice\r\nprejudis,prejudices\r\nprejudise,prejudice\r\nprejuduce-,prejudice\r\nprejuduced,prejudiced\r\nprejuduces,prejudices\r\nprelanch,pre-launch\r\nprelayed,replayed\r\nprelease,pre-release\r\nprelemary,preliminary\r\npreleminary,preliminary\r\nprelend,pretend\r\npreliferation,proliferation\r\nprelimanary,preliminary\r\nprelimanery,preliminary\r\nprelimanry,preliminary\r\nprelimary,preliminary\r\nprelimelly,preliminary\r\nprelimenary,preliminary\r\nprelimenry,preliminary\r\nprelimianary,preliminary\r\nprelimiary,preliminary\r\npreliminarly,preliminary\r\npreliminatries,preliminaries\r\npreliminay,preliminary\r\nprelomer,preliminary\r\npremanant,permanent\r\npremanent,permanent\r\npremanently,permanently\r\npremantet,permanent\r\npremary,primary\r\nprematuraly,prematurely\r\nprematurelly,prematurely\r\nprematurily,prematurely\r\nprematurley,prematurely\r\nprematurly,prematurely\r\npremeir,premier\r\npremeire,premiere\r\npremeired,premiered\r\npremeires,premieres\r\npremeiring,premiering\r\npremeirs,premiers\r\nprement,permanent\r\npremently,permanently\r\npremesis,premises\r\npremeum,premium\r\npremiare,premier\r\npremiear,primary\r\npremiee,premiere\r\npremilinary,preliminary\r\npremillenial,premillennial\r\npreminence,preeminence\r\npreminent,preeminent\r\npremines,premise\r\npremir,premier\r\npremire,premier\r\npremired,premiered\r\npremires,premieres\r\npremiring,premiering\r\npremirs,premiers\r\npremision,permission\r\npremissible,permissible\r\npremission,permission\r\npremissions,permissions\r\npremissive,permissive\r\npremitive,primitive\r\npremits,permits\r\npremiun,premium\r\npremius,premiums\r\npremièe,première\r\npremonasterians,premonstratensians\r\npremonitly,permanently\r\npremote,promote\r\npremptively,preemptively\r\npremtaly,premtally\r\npremuim,premium\r\npremuims,premiums\r\nprend,pretend\r\nprendended,prepended\r\nprengnacy,pregnancy\r\npreniple,principles\r\nprensuring,pressuring\r\nprent,present\r\nprented,printed\r\nprenten,pretend\r\nprentend,pretend\r\nprenting,printing\r\npreo-op,pre-op\r\npreocupation,preoccupation\r\npreocupations,preoccupations\r\npreocupied,preoccupied\r\npreocupies,preoccupies\r\npreocupy,preoccupy\r\npreogress,progress\r\npreoperties,properties\r\npreoperty,property\r\npreorded,preordered\r\npreorderd,preordered\r\npreorderded,preordered\r\npreorderers,preorders\r\npreorderes,preorders\r\npreordes,preorders\r\npreovide,provided\r\npreoxide,peroxide\r\nprepair,prepare\r\nprepaird,prepaid\r\nprepaired,prepared\r\nprepairing,preparing\r\nprepairs,prepares\r\nprepanded,prepended\r\nprepanding,prepending\r\nprepapre,prepare\r\npreparacion,preparation\r\npreparato,preparation\r\npreparatoin,preparation\r\npreparattion,preparation\r\nprepard,prepared\r\nprepartion,preparation\r\nprepartions,preparations\r\nprepartive,preparative\r\nprepartively,preparatively\r\nprepartives,preparatives\r\nprepartor,preparator\r\nprepartorily,preparatorily\r\nprepartors,preparators\r\nprepartory,preparatory\r\nprepation,preparation\r\nprepations,preparations\r\nprepative,preparative\r\nprepatively,preparatively\r\nprepatives,preparatives\r\nprepator,preparator\r\nprepatorily,preparatorily\r\nprepators,preparators\r\nprepatory,preparatory\r\nprepeard,prepared\r\nprepearing,preparing\r\nprepeation,preparation\r\nprepeations,preparations\r\nprepeative,preparative\r\nprepeatively,preparatively\r\nprepeatives,preparatives\r\nprepeator,preparator\r\nprepeatorily,preparatorily\r\nprepeators,preparators\r\nprepeatory,preparatory\r\nprependend,prepended\r\nprependicular,perpendicular\r\nprepened,prepended\r\nprepent,prepend\r\npreperation,preparation\r\npreperations,preparations\r\npreperative,preparative\r\npreperatively,preparatively\r\npreperatives,preparatives\r\npreperator,preparator\r\npreperatorily,preparatorily\r\npreperators,preparators\r\npreperatory,preparatory\r\nprepetrated,perpetrated\r\nprepetrator,perpetrator\r\nprepetrators,perpetrators\r\nprepetual,perpetual\r\nprepetually,perpetually\r\nprepetuate,perpetuate\r\nprepetuated,perpetuated\r\nprepetuates,perpetuates\r\nprepetuating,perpetuating\r\nprephered,preferred\r\nprepocessor,preprocessor\r\nprepocessors,preprocessors\r\npreporation,preparation\r\npreposterious,preposterous\r\npreposters,preposterous\r\npreposterus,preposterous\r\nprepostorous,preposterous\r\npreposturous,preposterous\r\npreppper,prepper\r\nprepppers,preppers\r\npreppping,prepping\r\nprepration,preparation\r\npreprations,preparations\r\npreprative,preparative\r\nprepratively,preparatively\r\nprepratives,preparatives\r\npreprator,preparator\r\nprepratorily,preparatorily\r\npreprators,preparators\r\nprepratory,preparatory\r\npreprend,prepend\r\npreprendded,prepended\r\npreprended,prepended\r\nprepreprocessor,preprocessor\r\npreprequisites,prerequisites\r\nprepresented,represented\r\npreprocesing,preprocessing\r\npreprocesors,processors\r\npreprocesssing,preprocessing\r\npreprocesssor,preprocessor\r\npreprocssing,preprocessing\r\npreproocessor,preprocessor\r\nprepubertaly,prepubertally\r\npreqeuls,prequels\r\npreqrequisites,prerequisites\r\nprequaillled,prequailled\r\nprequency,frequency\r\nprequisistes,prerequisites\r\nprequisite,prerequisite\r\nprequisites,prerequisites\r\nprequles,prequels\r\nprerendered,pre-rendered\r\nprereqisites,prerequisites\r\nprerequesit,prerequisite\r\nprerequesite,prerequisite\r\nprerequesites,prerequisites\r\nprerequiest,prerequisites\r\nprerequisets,prerequisite\r\nprerequisiste,prerequisite\r\nprerequisistes,prerequisites\r\nprerequisities,prerequisite\r\nprerequisits,prerequisites\r\nprerequisittes,prerequisites\r\nprerequiste,prerequisite\r\nprerequistes,prerequisites\r\nprerequisties,prerequisite\r\nprerequistite,prerequisite\r\nprerequistits,prerequisites\r\nprerequisuites,prerequisites\r\nprerequites,prerequisite\r\nprerequsite,prerequisite\r\nprerequsites,prerequisites\r\nprereuisite,prerequisite\r\npreriod,period\r\npreriodic,periodic\r\npreriodical,periodical\r\npreriodically,periodically\r\npreriodicals,periodicals\r\npreriods,periods\r\nprerogitive,prerogative\r\nprerogotive,prerogative\r\nprertend,pretend\r\npresadent's,president's\r\npresance,presence\r\npresant,present\r\npresberitory,presbytery\r\npresbytarian,presbyterian\r\npresbytarianism,presbyterianism\r\npresbytarians,presbyterians\r\npresbyterian,presbyterian\r\nprescedence,precedence\r\nprescence,presence\r\nprescibe,prescribe\r\nprescibed,prescribed\r\nprescibes,prescribes\r\nprescibing,prescribing\r\nprescichien,precision\r\nprescients,presidents\r\npresciition,prescription\r\npresciitions,prescriptions\r\npresciiton,prescription\r\npresciitons,prescriptions\r\nprescious,precious\r\npresciously,preciously\r\npresciousness,preciousness\r\nprescipition,prescription\r\nprescipitions,prescriptions\r\nprescipiton,prescription\r\nprescipitons,prescriptions\r\npresciption,prescription\r\npresciptions,prescriptions\r\nprescipton,prescription\r\npresciptons,prescriptions\r\nprescirbed,prescribed\r\nprescirption,prescriptions\r\nprescission,precision\r\npresciton,prescription\r\nprescitons,prescriptions\r\nprescribtion,prescription\r\nprescribtions,prescriptions\r\nprescrie,prescribed\r\nprescriibe,prescribe\r\nprescriibed,prescribed\r\nprescriibes,prescribes\r\nprescriibing,prescribing\r\nprescriiption,prescription\r\nprescriiptions,prescriptions\r\nprescriition,prescription\r\nprescriitions,prescriptions\r\nprescriiton,prescription\r\nprescriitons,prescriptions\r\nprescripcion,prescription\r\nprescriped,prescribed\r\nprescripition,prescription\r\nprescripitions,prescriptions\r\nprescripiton,prescription\r\nprescripitons,prescriptions\r\nprescriptioin,prescription\r\nprescriptionists,prescriptions\r\nprescripton,prescription\r\nprescriptons,prescriptions\r\nprescriton,prescription\r\nprescritons,prescriptions\r\nprescritpion,prescriptions\r\npresdence,presidence\r\npresdency,presidency\r\npresdent's,president's\r\npresdent,president\r\npresdente,presidente\r\npresdentes,presidentes\r\npresdential,presidential\r\npresdents,president's\r\npresdience,presidence\r\npresdiency,presidency\r\npresdient,president\r\npresdiente,presidente\r\npresdientes,presidentes\r\npresdiential,presidential\r\npresdients,presidents\r\npresdisent,president's\r\npresearing,preserving\r\npresecent,precedence\r\npresecuted,persecuted\r\npresecution,persecution\r\npresed,pressed\r\npresedence,precedence\r\npresedency,presidency\r\npresedent's,president's\r\npresedent,president\r\npresedential,presidential\r\npresedents,presidents\r\npresedintia,presidential\r\npresellling,preselling\r\npresemt,present\r\npresenation,presentation\r\npresendence,president's\r\npresendents,president's\r\npresending,presenting\r\npresenlty,presently\r\npresenning,presenting\r\npresens,presents\r\npresense,presence\r\npresenst,presets\r\npresentabilty,presentability\r\npresentacion,presentation\r\npresentaion,presentation\r\npresentaiton,presentations\r\npresentaly,presentally\r\npresentance,president's\r\npresentas,presents\r\npresentase,presents\r\npresentatin,presentations\r\npresentatioin,presentation\r\npresentatiosn,presentations\r\npresentato,presentation\r\npresentatoin,presentation\r\npresentatoins,presentations\r\npresente,presented\r\npresentence,president's\r\npresentes,presents\r\npresentiing,presenting\r\npresention,presenting\r\npresentors,presents\r\npresenxe,presence\r\npreservacion,preservation\r\npreservare,preserve\r\npreservating,preservation\r\npreservativo,preservation\r\npreservato,preservation\r\npreservatoin,preservation\r\npreservaton,preservation\r\npreserverd,preserved\r\npreservered,preserved\r\npresesnt,present\r\npresest,presets\r\npresesuion,precision\r\npresetation,presentation\r\npreseve,preserve\r\npresevering,preserving\r\npreshen,precision\r\npreshois,precious\r\npreshon,precision\r\npresicely,precisely\r\npresicion,precision\r\npresidance,president's\r\npresidancy,presidency\r\npresidant's,president's\r\npresidante,presidents\r\npresidence's,president's\r\npresidence,precedence\r\npresidencey,presidency\r\npresidencial,presidential\r\npresidencs,president's\r\npresidends,president's\r\npresidenet,president\r\npresidenital,presidential\r\npresidenship,presidency\r\npresidenta,presidential\r\npresidentail,presidential\r\npresidentaility,presidentiality\r\npresidentailly,presidentially\r\npresidental,presidential\r\npresidentality,presidentiality\r\npresidentally,presidentially\r\npresidentcy,presidency\r\npresidente's,president's\r\npresidentes,president's\r\npresidentship,presidency\r\npresidenty,presidency\r\npresideny,presidency\r\npresidet,presidents\r\npresidince,president's\r\npresidunce,presidency\r\npresience,prescience\r\npresiences,presciences\r\npresient,prescient\r\npresientific,prescientific\r\npresientifically,prescientifically\r\npresientious,prescientious\r\npresientiously,prescientiously\r\npresiently,presciently\r\npresing,pressing\r\npresion,precision\r\npresious,precious\r\npresipice,precipice\r\npresisan,precision\r\npresishan,precision\r\npresishion,precision\r\npresisian,precision\r\npresision,precision\r\npresist,persist\r\npresistence,persistence\r\npresistent,persistent\r\npresistion,precision\r\npresists,persists\r\npresitegeous,prestigious\r\npresitegeously,prestigiously\r\npresitegious,prestigious\r\npresitegiously,prestigiously\r\npresitge,prestige\r\npresitgious,prestigious\r\npresitgiously,prestigiously\r\npresitigeous,prestigious\r\npresitigeously,prestigiously\r\npresitigious,prestigious\r\npresitigiously,prestigiously\r\npresitigous,prestigious\r\npresition,precision\r\npresnet,present\r\npresnetation,presentations\r\npresnetations,presentations\r\npresntly,presently\r\npresomption,presumption\r\npreson,prison\r\npresonal,personal\r\npresonalisation,personalisation\r\npresonalised,personalised\r\npresonalities,personalities\r\npresonality,personality\r\npresonalization,personalization\r\npresonalize,personalize\r\npresonalized,personalized\r\npresonalizing,personalizing\r\npresonally,personally\r\npresonals,personals\r\npresonalyting,personalyting\r\npresonas,personas\r\npresonhood,personhood\r\nprespective,perspective\r\nprespectives,perspectives\r\npresrciption,prescriptions\r\npresribe,prescribe\r\npresribed,prescribed\r\npresriber,prescriber\r\npresribes,prescribes\r\npresribing,prescribing\r\npresripted,prescripted\r\npresription,prescription\r\npresriptionb,prescriptionb\r\npresriptions,prescriptions\r\npresriptive,prescriptive\r\npresscutttings,presscuttings\r\npresse,presses\r\npresseing,pressing\r\npressent,present\r\npresset,pressed\r\npression,pressure\r\npressional,professional\r\npressision,precision\r\npresssed,pressed\r\npressser,presser\r\npresssing,pressing\r\npresssings,pressings\r\npresssion,pression\r\npresssssed,pressed\r\npresssssssssing,pressing\r\npressted,pressed\r\npressuming,pressuring\r\npressureing,pressuring\r\nprestegeous,prestigious\r\nprestegeously,prestigiously\r\nprestegious,prestigious\r\nprestegiously,prestigiously\r\nprestented,presented\r\nprestes,presets\r\nprestigeous,prestigious\r\nprestigeously,prestigiously\r\nprestigieus,prestigious\r\nprestigios,prestigious\r\nprestigiosa,prestigious\r\nprestigiose,prestigious\r\nprestigiosi,prestigious\r\nprestigioso,prestigious\r\nprestigiu,prestigious\r\nprestigous,prestigious\r\nprestigously,prestigiously\r\nprestigue,prestige\r\nprestiguous,prestigious\r\nprestine,pristine\r\nprestop,presto\r\npresuade,persuade\r\npresuaded,persuaded\r\npresuambly,presumably\r\npresuasion,persuasion\r\npresuasive,persuasive\r\npresude,presumed\r\npresue,pursue\r\npresued,pursued\r\npresult,result\r\npresum,presume\r\npresumabely,presumably\r\npresumabley,presumably\r\npresumebly,presumably\r\npresumendo,presumed\r\npresumibly,presumably\r\npresumpteous,presumptuous\r\npresumpton,presumption\r\npresumptous,presumptuous\r\npresumptuious,presumptuous\r\npresumptuos,presumptuous\r\npresumputous,presumptuous\r\npresuposes,presupposes\r\npresure,pressure\r\npresurize,pressurize\r\npresvious,previous\r\npretador,predator\r\npretaining,pertaining\r\npretains,pertains\r\npretance,pretence\r\npretanced,pretenced\r\npretances,pretences\r\npretancie,pretencie\r\npretancies,pretencies\r\npretancy,pretency\r\npretaned,pretend\r\npretant,pretend\r\npretantial,pretential\r\npretantly,pretently\r\npretants,pretents\r\npretecteng,protecting\r\npretection,protection\r\npreted,pretend\r\npretedermined,predetermined\r\npreten,pretend\r\npretencious,pretentious\r\npretendas,pretends\r\npretendendo,pretended\r\npretendias,pretends\r\npretendor,pretender\r\npretendors,pretenders\r\npretene,pretense\r\npretened,pretend\r\npreteneded,pretend\r\npretennd,pretend\r\npretens,pretends\r\npretensious,pretentious\r\npretensive,pretense\r\npretensje,pretense\r\npretent,pretend\r\npretented,pretend\r\npretentieus,pretentious\r\npretentios,pretentious\r\npretentous,pretentious\r\npreterded,pretend\r\npreternally,fraternally\r\npreternaly,fraternally\r\npreticula,particular\r\npreticular,particular\r\npretiest,prettiest\r\npretified,prettified\r\npretinent,pertinent\r\npretned,pretend\r\nprett,press\r\nprettest,prettiest\r\nprettfies,prettifies\r\nprettyer,prettier\r\nprettyify,prettify\r\nprety,pretty\r\npreuming,presuming\r\nprevaded,pervaded\r\nprevailaing,prevailing\r\nprevailled,prevailed\r\nprevailling,prevailing\r\nprevaillingly,prevailingly\r\nprevalanc,prevalenc\r\nprevalance,prevalence\r\nprevalancetype,prevalencetype\r\nprevalancy,prevalency\r\nprevalant,prevalent\r\nprevale,prevail\r\nprevalecen,prevalence\r\nprevaled,prevailed\r\nprevalente,prevalence\r\nprevaling,prevailing\r\nprevalingly,prevailingly\r\nprevantative,preventative\r\npreveiw,preview\r\npreveiwable,previewable\r\npreveiwed,previewed\r\npreveiwer,previewer\r\npreveiwers,previewers\r\npreveiwing,previewing\r\npreveiws,previews\r\nprevelage,privilege\r\nprevelanc,prevalenc\r\nprevelance,prevalence\r\nprevelancy,prevalency\r\nprevelant,prevalent\r\nprevelantly,prevalently\r\nprevelige,privilege\r\npreven,prevent\r\nprevencion,prevention\r\nprevening,preventing\r\npreventation,presentation\r\npreventdoubleclick,data-prevent-double-click\r\npreventetive,preventative\r\npreventin,prevention\r\npreventioin,prevention\r\npreventitive,preventative\r\npreventitve,preventative\r\npreventivno,prevention\r\npreventivo,prevention\r\npreventors,prevents\r\npreventy,prevent\r\npreveous,previous\r\nprevered,preferred\r\npreverse,perverse\r\npreversely,perversely\r\npreversion,perversion\r\npreversions,perversions\r\nprevert,pervert\r\nprevet,prevent\r\nprevew,preview\r\nprevewable,previewable\r\nprevewed,previewed\r\nprevewer,previewer\r\nprevewers,previewers\r\nprevewing,previewing\r\nprevews,previews\r\nprevial,prevail\r\nprevialing,prevailing\r\nprevies,previews\r\nprevilage,privilege\r\nprevilege,privilege\r\nprevilidge,privilege\r\nprevillage,privilege\r\nprevioius,previous\r\nprevios,previous\r\npreviosly,previously\r\npreviosu,previous\r\npreviosuly,previously\r\npreviou,previous\r\nprevioud,previous\r\nprevioues,previous\r\nprevioulsy,previously\r\npreviouly,previously\r\npreviours,previous\r\npreviouse,previous\r\npreviouslly,previously\r\npreviously-substitued,previously-substituted\r\npreviousy,previously\r\nprevisouly,previously\r\npreviuos,previous\r\npreviuosly,previously\r\nprevius,previous\r\npreviusly,previously\r\nprevivous,previous\r\npreviw,preview\r\npreviwable,previewable\r\npreviwed,previewed\r\npreviwer,previewer\r\npreviwers,previewers\r\npreviwes,previews\r\npreviwing,previewing\r\npreviws,previews\r\nprevix,prefix\r\nprevlidges,privileges\r\nprevnt,prevent\r\nprevoius,previous\r\nprevoiusly,previously\r\nprevolence,prevalence\r\nprevous,previous\r\nprevously,previously\r\nprevrious,previous\r\nprewiew,preview\r\nprewiewable,previewable\r\nprewiewed,previewed\r\nprewiewer,previewer\r\nprewiewers,previewers\r\nprewiewing,previewing\r\nprewiews,previews\r\nprexisting,preexisting\r\npreyers,prayers\r\nprezidential,presidential\r\nprfeclty,perfectly\r\nprget,project\r\nprgramatic,pragmatic\r\nprgramming,programming\r\nprgresive,prgressive\r\npriamay,primary\r\npriamry,primary\r\npriamy,primary\r\npriar,prior\r\npriary,prior\r\npriased,praised\r\npriases,praises\r\npriavte,private\r\npribably,probably\r\npricesion,precision\r\npricilla,Priscilla\r\npricinpals,principals\r\npricinples,principles\r\npricipal,principal\r\npricipally,principally\r\npricipals,principals\r\npriciple,principle\r\npricipled,principled\r\npriciples,principles\r\npricision,precision\r\npricistion,precision\r\nprics,prices\r\npriction,precision\r\nprid,pride\r\npridejuices,prejudice\r\npridicate,predicate\r\npriduces,produces\r\npriear,prior\r\npriemere,premiere\r\nprieor,prior\r\npriere,prior\r\npriestes,priests\r\npriesthod,priesthood\r\npriestood,priesthood\r\nprifate,private\r\nprifix,prefix\r\nprilamany,preliminary\r\nprilavage,privilege\r\nprilavge,privilege\r\nprilimanary,preliminary\r\nprilimary,preliminary\r\nprilimiary,preliminary\r\npriliminary,preliminary\r\nprilvege,privilege\r\nprilviage,privilege\r\nprim's,prim\r\nprimaility,primality\r\nprimaily,primarily\r\nprimaires,primaries\r\nprimairly,primarily\r\nprimairy,primary\r\nprimale,preliminary\r\nprimar,primary\r\nprimarally,primarily\r\nprimaraly,primarily\r\nprimarcy,primary\r\nprimarially,primarily\r\nprimarialy,primarily\r\nprimarie,primary\r\nprimarilly,primarily\r\nprimaris,primaries\r\nprimarliy,primarily\r\nprimarly,primarily\r\nprimart,primary\r\nprimarys,primaries\r\nprimative,primitive\r\nprimatively,primitively\r\nprimatives,primitives\r\nprimaty,primary\r\nprimay,primary\r\nprimcoples,principles\r\nprimeary,primary\r\nprimeaval,primaeval\r\nprimerary,primary\r\nprimeries,primaries\r\nprimerly,preliminary\r\nprimery,primary\r\nprimey,primary\r\nprimiarily,primarily\r\nprimiative,primitive\r\nprimicples,principles\r\nprimier,premier\r\nprimiere,premiere\r\nprimiered,premiered\r\nprimieres,premieres\r\nprimiering,premiering\r\nprimiers,premiers\r\nprimilary,preliminary\r\nprimiminary,preliminary\r\npriminister,prime minister\r\nprimitative,primitive\r\nprimitave,primitive\r\nprimitibes,primitives\r\nprimitivly,primitively\r\nprimitve,primitive\r\nprimitves,primitives\r\nprimmary,primary\r\nprimnally,preliminary\r\nprimordal,primordial\r\nprimrary,primary\r\nprimries,primaries\r\nprimry,primary\r\nprims,prisms\r\nprimtive,primitive\r\nprimtives,primitives\r\nprimtivie,primitive\r\nprimty,primary\r\nprincapals,principles\r\nprincaples,principles\r\nprincepals,principals\r\nprincepels,principles\r\nprinceple,principle\r\nprinceples-,principles\r\nprincesas,princess\r\nprinceses,princess\r\nprincesess,princesses\r\nprincesss,princesses\r\nprincessses,princesses\r\nprincial's,principal's\r\nprincible,principle\r\nprincibles,principles\r\nprincila,principals\r\nprincipaeles,principles\r\nprincipales,principles\r\nprincipalis,principals\r\nprincipaly,principality\r\nprincipas,principals\r\nprincipe,principle\r\nprincipels,principals\r\nprincipial,principal\r\nprincipials,principals\r\nprincipias,principals\r\nprincipielt,principle\r\nprincipiles,principles\r\nprincipl,principals\r\nprinciplaity,principality\r\nprinciplas,principals\r\nprincipls,principles\r\nprinciply,principally\r\nprincipuls,principles\r\nprincliple,principle\r\nprincpal,principal\r\nprincpally,principally\r\nprincpals,principals\r\nprincpial,principles\r\nprincple,principle\r\nprincpled,principled\r\nprincples,principles\r\nprincton,Princeton\r\npring,print\r\nprings,prints\r\nprinicipal,principal\r\nprinicipally,principally\r\nprinicipals,principals\r\npriniciple,principle\r\nprinicipled,principled\r\npriniciples,principles\r\nprinicpal,principal\r\nprinicpales,principles\r\nprinicpals,principals\r\nprinicple,principle\r\nprinicples,principles\r\nprinipals,principles\r\nprinipcal,principal\r\nprinitablity,prinitability\r\nprinouts,printouts\r\nprinr,print\r\nprinsipals,principles\r\nprintabilty,printability\r\nprintablility,printability\r\nprintablity,printability\r\nprintaly,printally\r\nprinte,printed\r\nprinterest,pinterest\r\nprintes,printers\r\nprinti,print\r\nprintingg,printing\r\nprintint,printing\r\nprinviples,principles\r\nprioi,priori\r\nprioirity,priority\r\nprioities,priorities\r\nprioity,priority\r\nprioor,prior\r\nprioratize,prioritize\r\npriore,prior\r\npriorer,prior\r\nprioretize,prioritize\r\npriorites,priorities\r\nprioritice,prioritize\r\nprioritie,prioritize\r\nprioritied,prioritize\r\nprioritiess,priorities\r\nprioritiy,priority\r\nprioritse,priorities\r\nprioritys,priority\r\nprioriy,priority\r\npriorization,prioritization\r\nprioroity,priority\r\nprioroties,priorities\r\npriorotize,prioritize\r\npriortity,priority\r\npriortiy,priority\r\npriorty,priority\r\npriotised,prioritized\r\npriotises,prioritises\r\npriotities,priorities\r\npriotitize,prioritize\r\npriotity,priority\r\npriour,prior\r\npriovate,private\r\npriperly,properly\r\npripority,priority\r\nprire,prior\r\nprirer,prior\r\npriror,prior\r\npriscribe,prescribe\r\npriscribed,prescribed\r\npriscribes,prescribes\r\npriscribing,prescribing\r\npriscription,prescription\r\npriscriptions,prescriptions\r\nprisedents,president's\r\nprisesion,precision\r\nprishon,precision\r\nprisided,presided\r\nprisident's,president's\r\nprisidents,president's\r\nprision,prison\r\nprisioned,prisoned\r\nprisioner,prisoner\r\nprisioners,prisoners\r\nprisioning,prisoning\r\nprisionment,prisonment\r\nprisions,prisons\r\nprisision,precision\r\nprisition,precision\r\nprisitne,pristine\r\nprisner,prisoner\r\nprissishon,precision\r\nprissission,precision\r\npristen,pristine\r\npristing,pristine\r\npristishen,precision\r\npritend,pretend\r\npritened,frightened\r\npriting,printing\r\npritned,printed\r\npritoritise,prioritise\r\npritty,pretty\r\nprity,pretty\r\nprivaciy,privacity\r\nprivact,privacy\r\nprivage,private\r\nprivalage,privilege\r\nprivaledge,privilege\r\nprivaledged,privilege\r\nprivaledger,privileger\r\nprivaledges,privileges\r\nprivaledging,privileging\r\nprivalege,privilege\r\nprivaleged,privileged\r\nprivaleger,privileger\r\nprivaleges,privileges\r\nprivaleging,privileging\r\nprivalidge,privilege\r\nprivalidged,privileged\r\nprivalidger,privileger\r\nprivalidges,privileges\r\nprivalidging,privileging\r\nprivalige,privilege\r\nprivaliged,privileged\r\nprivaliger,privileger\r\nprivaliges,privileges\r\nprivaliging,privileging\r\nprivalogy,privilege\r\nprivary,privacy\r\nprivat,private\r\nprivatge,private\r\nprivaticed,privatized\r\nprivatizied,privatized\r\nprivatly,privately\r\nprivaute,private\r\nprivded,provided\r\npriveelege,privilege\r\nprivelage,privilege\r\nprivelaged,privileged\r\nprivelages,privileges\r\npriveldges,privileges\r\npriveleage,privilege\r\npriveledge,privilege\r\npriveledged,privileged\r\npriveledger,privileger\r\npriveledges,privileges\r\npriveledging,privileging\r\nprivelege,privilege\r\npriveleged,privileged\r\npriveleger,privileger\r\npriveleges,privileges\r\npriveleging,privileging\r\nprivelidge,privileged\r\nprivelidged,privileged\r\nprivelidger,privileger\r\nprivelidges,privileges\r\nprivelidging,privileging\r\nprivelige,privilege\r\npriveliged,privileged\r\npriveliger,privileger\r\npriveliges,privileges\r\npriveliging,privileging\r\nprivellege,privilege\r\nprivelleged,privileged\r\nprivelleger,privileger\r\nprivelleges,privileges\r\nprivelleging,privileging\r\npriver,prior\r\nprivered,preferred\r\nprivete,private\r\nprivetized,privatized\r\npriviage,privilege\r\nprivialage,privilege\r\npriviate,private\r\nprivide,provide\r\nprivided,provided\r\nprivides,provides\r\nprividing,providing\r\nprividleged,privilege\r\nprivielage,privilege\r\nprivielges,privileges\r\nprivieloge,privilege\r\npriviladge,privilege\r\nprivilage,privilege\r\nprivilaged,privileged\r\nprivilager,privileger\r\nprivilages,privileges\r\nprivilaging,privileging\r\npriviledge,privilege\r\npriviledge-related,privilege-related\r\npriviledged,privileged\r\npriviledger,privileger\r\npriviledges,privileges\r\npriviledging,privileging\r\nprivileelge,privilege\r\nprivilegde,privileges\r\nprivilegeds,privileges\r\nprivilegie,privilege\r\nprivilegied,privileged\r\nprivilegien,privilege\r\nprivilegier,privilege\r\nprivilegies,privilege\r\nprivilegs,privileges\r\nprivilegues,privileges\r\npriviliage,privilege\r\nprivilidge,privilege\r\nprivilidged,privileged\r\nprivilidges,privileges\r\nprivilige,privilege\r\npriviliged,privileged\r\npriviliger,privileger\r\npriviliges,privileges\r\npriviliging,privileging\r\nprivings,providing\r\nprivitazed,privatized\r\nprivite,private\r\nprivitely,privately\r\nprivites,privates\r\nprivitisation,privatisation\r\nprivitisations,privatisations\r\nprivitise,privatise\r\nprivitised,privatised\r\nprivitises,privatises\r\nprivitising,privatising\r\nprivitization,privatization\r\nprivitizations,privatizations\r\nprivitize,privatize\r\nprivitized,privatized\r\nprivitizes,privatizes\r\nprivitizing,privatizing\r\nprivlage,privilege\r\nprivledge,privilege\r\nprivledged,privileged\r\nprivledger,privileger\r\nprivledges,privileges\r\nprivledging,privileging\r\nprivleges,privileges\r\nprivly,prively\r\nprivoledge,privilege\r\nprivous,previous\r\nprivously,previously\r\nprivte,private\r\nprivtely,privately\r\nprivtes,privates\r\nprivtisation,privatisation\r\nprivtisations,privatisations\r\nprivtise,privatise\r\nprivtised,privatised\r\nprivtises,privatises\r\nprivtising,privatising\r\nprivtization,privatization\r\nprivtizations,privatizations\r\nprivtize,privatize\r\nprivtized,privatized\r\nprivtizes,privatizes\r\nprivtizing,privatizing\r\nprivuate,private\r\nprizer,prize\r\nprject,project\r\nprjections,projections\r\nprlimanary,preliminary\r\nprlimany,preliminary\r\nprlimery,preliminary\r\nprliminary,preliminary\r\nprliminery,preliminary\r\nprmise,promise\r\nprmoise,promise\r\nprmot,prompt\r\nprmotion,promotion\r\npro-bono,pro bono\r\nproability,probability\r\nproably,probably\r\nproactivley,proactive\r\nproactivly,proactively\r\nproagate,propagate\r\nproatry,poetry\r\nprobababilty,probabability\r\nprobabal,probable\r\nprobabalistic,probabilistic\r\nprobabally,probably\r\nprobabaly,probably\r\nprobabbly,probably\r\nprobabe,probable\r\nprobabibilty,probability\r\nprobabilaty,probability\r\nprobabiliste,probabilities\r\nprobabilite,probabilities\r\nprobabilites,probabilities\r\nprobabiliy,probability\r\nprobabiliyty,probability\r\nprobabillity,probability\r\nprobabilties,probabilities\r\nprobabiltiy,probability\r\nprobabilty,probability\r\nprobabily,probability\r\nprobabley,probably\r\nprobablies,probable\r\nprobablilities,probabilities\r\nprobablility,probability\r\nprobablilty,probability\r\nprobablistic,probabilistic\r\nprobablities,probabilities\r\nprobablity,probability\r\nprobablly,probably\r\nprobablybe,probable\r\nprobabply,probably\r\nprobaby,probably\r\nprobaility,probability\r\nprobalby,probably\r\nprobale,probable\r\nprobalem,problem\r\nprobalibity,probability\r\nprobalistic,probabilistic\r\nproballe,probable\r\nprobally,probably\r\nprobalum,problem\r\nprobaly,probably\r\nprobanly,probably\r\nprobatioin,probation\r\nprobblem,problem\r\nprobebly,probably\r\nprobelm,problem\r\nprobelmatic,problematic\r\nprobelms,problems\r\nprobelum,problem\r\nprobely,probable\r\nproben,proven\r\nproberbly,probably\r\nproberlem,problem\r\nproberties,properties\r\nprobibilities,probabilities\r\nprobibilty,probibility\r\nprobide,provide\r\nprobided,provided\r\nprobilty,probility\r\nproblabilty,problability\r\nproblably,probably\r\nproblam,problem\r\nproblamatic,problematic\r\nproble,problem\r\nprobleem,problem\r\nproblemas,problems\r\nproblematinc,problematic\r\nproblematisch,problematic\r\nproblemeatic,problematic\r\nproblemes,problems\r\nproblemita,problematic\r\nproblemss,problems\r\nproblemw,problem\r\nproblen,problem\r\nproblens,problems\r\nprobles,problems\r\nprobleum,problem\r\nprobley,probably\r\nproblimatic,problematic\r\nproblm,problem\r\nproblme,problem\r\nproblmes,problems\r\nproblom,problem\r\nproblomatic,problematic\r\nproblum,problem\r\nprobly,probably\r\nprobme,problem\r\nprobolary,probably\r\nprobublity,probubility\r\nprobwas,problem\r\nproc-dep,processor-dependent\r\nprocalim,proclaim\r\nprocalimed,proclaimed\r\nprocastrinating,procrastinating\r\nprocastrination,procrastination\r\nprocative,proactive\r\nprocced,proceed\r\nprocceding,proceeding\r\nproccedings,proceedings\r\nprocceed,proceed\r\nprocceedure,procedure\r\nprocces,process\r\nproccesed,processed\r\nprocceses,processes\r\nproccesing,processing\r\nproccesion,procession\r\nproccesions,processions\r\nproccesor,processor\r\nproccesors,processors\r\nproccess,process\r\nproccessed,processed\r\nproccesses,processes\r\nproccessing,processing\r\nproccession,procession\r\nproccessor,processor\r\nproccessors,processors\r\nproccesssor,proccessor\r\nprocduce,produce\r\nprocdure,procedure\r\nproceadure,procedure\r\nproceager,procedure\r\nproceaures,procedure\r\nprocecess,process\r\nprocecire,procedure\r\nprocecssed,processed\r\nprocecssor,processor\r\nproced,proceed\r\nprocedding,proceeding\r\nproceddings,proceedings\r\nproceddure,procedure\r\nprocede,proceed\r\nproceded,proceeded\r\nprocedeed,proceeded\r\nprocedeing,proceeding\r\nprocedeings,proceedings\r\nprocedeior,procedure\r\nprocedeor,procedure\r\nproceder,procedure\r\nprocederal,procedural\r\nprocedes,proceeds\r\nprocedeuere,procedure\r\nprocedeur,procedure\r\nprocedeure,procedure\r\nprocedger,procedure\r\nprocedgers,procedures\r\nprocedier,procedure\r\nproceding,proceeding\r\nprocedings,proceedings\r\nprocedior,procedure\r\nprocedner,procedure\r\nprocedrual,procedural\r\nproceds,proceeds\r\nprocedsure,procedure\r\nproceduar,procedure\r\nprocedue,procedure\r\nproceduer,procedure\r\nprocedur,procedure\r\nprocedureal,procedural\r\nprocedurez,procedure\r\nprocedurial,procedural\r\nprocedurile,procedure\r\nproceededs,proceeds\r\nproceedes,proceeds\r\nproceedger,procedure\r\nproceedgure,procedure\r\nproceedual,procedure\r\nproceeduare,procedure\r\nproceedur,procedure\r\nproceedure,procedure\r\nproceedures,procedures\r\nproceeed,proceed\r\nproceeeded,proceeded\r\nproceeeding,proceeding\r\nproceeeds,proceeds\r\nprocees,proceeds\r\nproceesed,processed\r\nproceesing,proceeding\r\nproceess,process\r\nproceetgure,procedure\r\nproceger,procedure\r\nprocegior,procedure\r\nprocegor,procedure\r\nprocegure,procedure\r\nproceiger,procedure\r\nprocejt,project\r\nprocejure,procedure\r\nprocelain,porcelain\r\nproces,process\r\nprocesd,proceeds\r\nprocesed,proceeds\r\nproceseed,processed\r\nproceses,processes\r\nprocesesed,processed\r\nprocesess,processes\r\nprocesing,processing\r\nprocesion,procession\r\nprocesions,processions\r\nprocesor,processor\r\nprocesors,processors\r\nprocess-instruciton,process-instruction\r\nprocess-instructino,process-instruction\r\nprocessa,process\r\nprocessabilty,processability\r\nprocessablility,processability\r\nprocesse,processes\r\nprocessees,processes\r\nprocesser,processor\r\nprocessers,processors\r\nprocessesing,processing\r\nprocessesor,processors\r\nprocessess,processes\r\nprocessessig,processing\r\nprocessessing,processing\r\nprocesseurs,processes\r\nprocessiblity,processibility\r\nprocessos,processors\r\nprocesspr,processor\r\nprocessr,process\r\nprocesss,processes\r\nprocesssed,processed\r\nprocessses,processes\r\nprocesssing,processing\r\nprocesssion,procession\r\nprocesssor,processors\r\nprocesssors,processors\r\nprocessus,processes\r\nproceture,procedure\r\nproceure,procedure\r\nprocide,provide\r\nprocided,provided\r\nprocider,procedure\r\nprocieder,procedure\r\nprociger,procedure\r\nprocison,precision\r\nprocition,precision\r\nproclaimation,proclamation\r\nproclaimations,proclamations\r\nproclaimatory,proclamatory\r\nproclam,proclaim\r\nproclame,proclaim\r\nproclamed,proclaimed\r\nproclamer,proclaimer\r\nproclami,proclaim\r\nproclamied,proclaimed\r\nproclaming,proclaiming\r\nprocliam,proclaim\r\nprocliamed,proclaimed\r\nprocliamer,proclaimer\r\nprocliamers,proclaimers\r\nprocliaming,proclaiming\r\nprocliams,proclaims\r\nproclomation,proclamation\r\nproclomations,proclamations\r\nproclomatory,proclamatory\r\nproconceived,preconceived\r\nprocotol,protocol\r\nprocotols,protocols\r\nprocrascinating,procrastinating\r\nprocrastenating,procrastinating\r\nprocrastiantion,procrastination\r\nprocrastibating,procrastinating\r\nprocrastibation,procrastination\r\nprocrastinarting,procrastinating\r\nprocrastinatin,procrastination\r\nprocrastinationg,procrastinating\r\nprocrastinaton,procrastination\r\nprocrastinazione,procrastination\r\nprocrastion,procreation\r\nprocrastonating,procrastinating\r\nprocreatin,procreation\r\nprocress,process\r\nprocressing,processing\r\nprocrestinating,procrastinating\r\nprocrestination,procrastination\r\nprocriation,procreation\r\nprocssed,processed\r\nprocssing,processing\r\nprocssors,processors\r\nproctect,protect\r\nproctected,protected\r\nproctecting,protecting\r\nproctection,protection\r\nproctects,protects\r\nproctical,practical\r\nproction,production\r\nproctoligist,proctologist\r\nprocuce,produce\r\nprocuces,produces\r\nprocude,produce\r\nprocudur,procedure\r\nprocudure,procedure\r\nprocudures,procedures\r\nproculiar,peculiar\r\nprocy,proxy\r\nprocédures,procedures\r\nprodct,product\r\nprodcut,product\r\nprodcution,production\r\nprodcutions,productions\r\nprodcuts,products\r\nprodect,product\r\nprodection,protection\r\nprodecural,procedural\r\nprodecure,procedure\r\nprodecures,procedures\r\nprodiction,production\r\nprodictions,productions\r\nprodided,provided\r\nprodive,provide\r\nprodived,provided\r\nprodiving,providing\r\nprodjects,projects\r\nprodl,problem\r\nprodlem,problem\r\nprodlim,problem\r\nprodominantly,predominantly\r\nproducability,producibility\r\nproducable,producible\r\nproducation,production\r\nproduccion,production\r\nproduceability,producibility\r\nproducedure,procedure\r\nproducent,production\r\nproduceras,produces\r\nproducerats,producers\r\nproduceres,produces\r\nproducion,production\r\nproducions,productions\r\nproducirse,producers\r\nproducitivity,productivity\r\nproduciton,production\r\nproducitons,productions\r\nproducrt,product\r\nproducte,produce\r\nproducted,produced\r\nproductes,produces\r\nproductie,productive\r\nproductin,productions\r\nproducting,production\r\nproductino,productions\r\nproductioin,productions\r\nproductivly,productively\r\nproductivo,production\r\nproductivos,productions\r\nproductivty,productivity\r\nproductivy,productivity\r\nproducto,production\r\nproductoin,productions\r\nproducton,production\r\nproductons,productions\r\nproductos,products\r\nprodudtion,production\r\nproduers,producers\r\nprodues,produces\r\nproduktion,production\r\nproduktions,productions\r\nproduktive,productive\r\nproduly,proudly\r\nprodusable,producible\r\nproduse,produces\r\nprodut,product\r\nprodutcion,productions\r\nprodutcs,products\r\nprodution,production\r\nprodutions,productions\r\nproduto,product\r\nproduts,products\r\nproduyct,product\r\nprodver-id,provider-id\r\nproe,prefer\r\nproecess,process\r\nproecessing,processing\r\nproect,protect\r\nproection,protection\r\nproedure,procedure\r\nproejct,project\r\nproejcts,projects\r\nproeprties,properties\r\nproeprty,property\r\nproerties,properties\r\nproerty,property\r\nproes,process\r\nproesed,processed\r\nproeses,processes\r\nproesing,processing\r\nproesion,procession\r\nproesions,processions\r\nproesor,processor\r\nproesors,processors\r\nproess,process\r\nproessed,processed\r\nproesses,processes\r\nproessing,processing\r\nproession,procession\r\nproessions,processions\r\nproessor,processor\r\nproessors,processors\r\nprofeciency,proficiency\r\nprofer,proffer\r\nprofesioanlly,profesionally\r\nprofesion,profusion\r\nprofesionally,professionally\r\nprofesionals,professionals\r\nprofesionnal,professional\r\nprofesions,profession\r\nprofesisonal,professionals\r\nprofesisonally,professionally\r\nprofesor,professor\r\nprofesser,professor\r\nprofessers,professors\r\nprofessiinal,professionalism\r\nprofessin,professions\r\nprofessinal,professional\r\nprofessioanl,professionals\r\nprofessioanlly,professionally\r\nprofessiomal,professionalism\r\nprofessional-lloking,professional-looking\r\nprofessionalisim,professionalism\r\nprofessionalisme,professionals\r\nprofessionallism,professionalism\r\nprofessionalsim,professionalism\r\nprofessionaly,professionally\r\nprofessionalyl,professionally\r\nprofessionel,professional\r\nprofessionels,professionnels\r\nprofessionials,professionalism\r\nprofessionl,professionals\r\nprofessionnal,professional\r\nprofessionnalism,professionalism\r\nprofessionnals,professionals\r\nprofessionsl,professionalism\r\nprofessoinal,professionals\r\nprofessonial,professionals\r\nprofessoras,professors\r\nprofessores,professors\r\nprofessorin,profession\r\nprofessorn,profession\r\nprofesss,profess\r\nprofesssed,professed\r\nprofessses,professes\r\nprofesssing,professing\r\nprofesssion,professions\r\nprofesssions,professions\r\nprofesssor,professors\r\nprofesssors,professors\r\nprofesstionaly,professtionally\r\nprofestionaly,profestionally\r\nprofet,profit\r\nproff,proof\r\nproffereing,proffering\r\nprofferr,prefer\r\nprofferred,proffered\r\nprofferring,proffering\r\nprofferrings,profferings\r\nproffes,profess\r\nproffesed,professed\r\nproffeses,professes\r\nproffesing,professing\r\nproffesion,profession\r\nproffesional,professional\r\nproffesions,professions\r\nproffeson,profession\r\nproffesor,professor\r\nproffess,profess\r\nproffessed,professed\r\nproffesses,professes\r\nproffessinal,professional\r\nproffessing,professing\r\nproffessional,professional\r\nproffessor,professor\r\nprofficiancy,proficiency\r\nprofficiant,proficient\r\nprofficiantly,proficiently\r\nprofficiency,proficiency\r\nprofficient,proficient\r\nprofficiently,proficiently\r\nproffisiancy,proficiency\r\nproffisiant,proficient\r\nproffisiantly,proficiently\r\nproffisiency,proficiency\r\nproffisient,proficient\r\nproffisiently,proficiently\r\nproffit,profit\r\nproffitiancy,proficiency\r\nproffitiant,proficient\r\nproffitiantly,proficiently\r\nproffitiency,proficiency\r\nproffitient,proficient\r\nproffitiently,proficiently\r\nproffits,profits\r\nprofiabilitabilty,profiabilitability\r\nproficeint,proficient\r\nproficency,proficiency\r\nproficiancy,proficiency\r\nproficiant,proficient\r\nproficiantly,proficiently\r\nproficienct,proficient\r\nproficiensy,proficiency\r\nproficientcy,proficiency\r\nproficienty,proficiency\r\nproficieny,proficiency\r\nproficincy,proficiency\r\nproficinecy,proficiency\r\nproficit,proficient\r\nprofide,provide\r\nprofided,provided\r\nprofides,provides\r\nprofil,profile\r\nprofilegit,profile\r\nprofilibilty,profilibility\r\nprofilic,prolific\r\nprofilicly,prolificly\r\nprofisiancy,proficiency\r\nprofisiant,proficient\r\nprofisiantly,proficiently\r\nprofissional,professional\r\nprofitabel,profitable\r\nprofitabil,profitable\r\nprofitabile,profitable\r\nprofitabiliy,profitability\r\nprofitabillity,profitability\r\nprofitabilty,profitability\r\nprofitablility,profitability\r\nprofitablilty,profitability\r\nprofitablities,profitabilities\r\nprofitablity,profitability\r\nprofitiablity,profitability\r\nprofitiancy,proficiency\r\nprofitiant,proficient\r\nprofitiantly,proficiently\r\nprofitibality,profitability\r\nprofitibilty,profitibility\r\nprofitible,profitable\r\nprofix,prefix\r\nprofliferatioin,profliferation\r\nprofling,profiling\r\nproframming,programming\r\nprofressions,progressions\r\nproft,profit\r\nproftiable,profitable\r\nprogam,program\r\nprogamming,programming\r\nprogams,programs\r\nprogarms,programs\r\nprogatonists,protagonists\r\nprogect,project\r\nprogects,projects\r\nprogeneratoin,progeneration\r\nprogerssion,progressions\r\nprogerssive,progressives\r\nprogess,progress\r\nprogessed,progressed\r\nprogesses,progresses\r\nprogessing,progressing\r\nprogession,progression\r\nprogessions,progressions\r\nprogessive,progressive\r\nprogessively,progressively\r\nprogessives,progressives\r\nprogessivly,progessively\r\nprogesssive,progessive\r\nproget,project\r\nprogetr,project\r\nproggram,program\r\nproggresion,proggression\r\nproggresive,proggressive\r\nproggress,progress\r\nprogidal,prodigal\r\nprogidies,prodigies\r\nprogidy,prodigy\r\nprogile,profile\r\nprogogation,propagation\r\nprogramable,programmable\r\nprogramablity,programability\r\nprogramas,programs\r\nprogramatic,programmatic\r\nprogramatically,programmatically\r\nprogramaticaly,programmatically\r\nprogramattic,programmatic\r\nprogramattically,programmatically\r\nprogramed,programmed\r\nprogramem,programme\r\nprogramers,programmers\r\nprogrames,programs\r\nprograming,programming\r\nprogramm,program\r\nprogrammablility,programmability\r\nprogrammar,programmer\r\nprogrammare,programmer\r\nprogrammars,programmers\r\nprogrammate,programme\r\nprogrammati,programmatic\r\nprogrammaticaally,programmatically\r\nprogrammatical,programming\r\nprogrammaticall,programmatically\r\nprogrammaticaly,programmatically\r\nprogrammely,programmatically\r\nprogrammets,programmers\r\nprogrammeur,programmer\r\nprogrammeurs,programmer\r\nprogrammically,programmatically\r\nprogrammier,programmer\r\nprogrammin,programming\r\nprogrammme,programme\r\nprogrammmed,programme\r\nprogrammmer,programme\r\nprogrammmers,programmers\r\nprogrammming,programming\r\nprogrammning,programming\r\nprogramms,programs\r\nprogrammtic,programmatic\r\nprogrammtically,programmatically\r\nprogramnatically,programmatically\r\nprogramß,program\r\nprograstination,procrastination\r\nprogream,program\r\nprogreing,progressing\r\nprogres,progress\r\nprogresing,progressing\r\nprogresion,progression\r\nprogresions,progressions\r\nprogresison,progressions\r\nprogresive,progressive\r\nprogresively,progressively\r\nprogresives,progressives\r\nprogresivly,progresively\r\nprogressabillty,progressability\r\nprogressers,progresses\r\nprogressess,progresses\r\nprogressie,progressives\r\nprogressief,progressive\r\nprogressieve,progressive\r\nprogressin,progression\r\nprogressino,progressions\r\nprogressioin,progressions\r\nprogressiong,progressing\r\nprogressisme,progresses\r\nprogressiste,progresses\r\nprogressivas,progressives\r\nprogressivelly,progressively\r\nprogressivey,progressively\r\nprogressivily,progressively\r\nprogressivisme,progressives\r\nprogressivley,progressively\r\nprogressivly,progressively\r\nprogressivo,progression\r\nprogressivsm,progressives\r\nprogresso,progression\r\nprogressoin,progressions\r\nprogresson,progression\r\nprogressos,progresses\r\nprogresss,progresses\r\nprogresssed,progressed\r\nprogresssing,progressing\r\nprogresssion,progressions\r\nprogresssions,progressions\r\nprogresssive,progressives\r\nprogressus,progresses\r\nprogressvie,progressives\r\nprogrma,program\r\nprogrmaming,programming\r\nprogrmas,programs\r\nprogrom,pogrom\r\nprogroms,pogroms\r\nprogx,proxy\r\nprohabition,prohibition\r\nprohabitions,prohibitions\r\nprohabitive,prohibitive\r\nprohabitively,prohibitively\r\nprohibation,prohibition\r\nprohibicion,prohibition\r\nprohibirte,prohibit\r\nprohibis,prohibits\r\nprohibiteds,prohibits\r\nprohibites,prohibits\r\nprohibitied,prohibited\r\nprohibitifs,prohibits\r\nprohibitioin,prohibition\r\nprohibitioinal,prohibitional\r\nprohibitioinally,prohibitionally\r\nprohibitioinism,prohibitionism\r\nprohibitioinisms,prohibitionisms\r\nprohibitioinist,prohibitionist\r\nprohibitioinists,prohibitionists\r\nprohibitioins,prohibitions\r\nprohibitivly,prohibitively\r\nprohibitivo,prohibition\r\nprohibitng,prohibiting\r\nprohibitoin,prohibition\r\nprohibitoinal,prohibitional\r\nprohibitoinally,prohibitionally\r\nprohibitoinism,prohibitionism\r\nprohibitoinisms,prohibitionisms\r\nprohibitoinist,prohibitionist\r\nprohibitoinists,prohibitionists\r\nprohibitoins,prohibitions\r\nprohibiton,prohibition\r\nprohibitonal,prohibitional\r\nprohibitonally,prohibitionally\r\nprohibitonism,prohibitionism\r\nprohibitonisms,prohibitionisms\r\nprohibitonist,prohibitionist\r\nprohibitonists,prohibitionists\r\nprohibitons,prohibits\r\nprohibitted,prohibited\r\nprohibitting,prohibiting\r\nprohibitus,prohibits\r\nprohibitve,prohibited\r\nprohibt,prohibit\r\nprohibtion,prohibition\r\nprohibtionism,prohibitionism\r\nprohibtionisms,prohibitionisms\r\nprohibtionist,prohibitionist\r\nprohibtionists,prohibitionists\r\nprohibtions,prohibitions\r\nprohobited,prohibited\r\nprohpecies,prophecies\r\nprohpecy,prophecy\r\nprohpet,prophet\r\nprohpets,prophets\r\nproibition,prohibition\r\nproibitionism,prohibitionism\r\nproibitionisms,prohibitionisms\r\nproibitionist,prohibitionist\r\nproibitionists,prohibitionists\r\nproibitions,prohibitions\r\nproide,provide\r\nproided,provided\r\nproimse,promise\r\nproises,promises\r\nproivde,provide\r\nproivded,provided\r\nproivder,provider\r\nproivdes,provides\r\nproiver,provider\r\nproividers,providers\r\nproivides,provides\r\nproivision,provision\r\nprojcet,project\r\nprojct,project\r\nprojec,project\r\nprojecct,project\r\nprojeccts,projects\r\nprojecesure,procedure\r\nprojecitle,projectiles\r\nprojeciton,projection\r\nprojecta,project\r\nprojectabilty,projectability\r\nprojecte,projectile\r\nprojectem,project\r\nprojecteq,project\r\nprojecti,project\r\nprojecticle,projectile\r\nprojecticles,projectiles\r\nprojectie,projectile\r\nprojectiel,projectiles\r\nprojecties,projectiles\r\nprojectils,projectiles\r\nprojectin,projection\r\nprojectios,projections\r\nprojectives,projectiles\r\nprojectl,project\r\nprojectles,projectiles\r\nprojectlie,projectiles\r\nprojectlies,projectiles\r\nprojecto,projection\r\nprojectons,projections\r\nprojectpr,projector\r\nprojects's,project's\r\nprojectsa,projects\r\nprojectsid,projects\r\nprojectyle,projectile\r\nprojeect,project\r\nprojektile,projectile\r\nprojektion,projection\r\nprojent,project\r\nprojer,project\r\nprojet,project\r\nprojetc,project\r\nprojets,projects\r\nprojexty,project\r\nprojice,project\r\nprojmects,projects\r\nprojoc,project\r\nprojrect,project\r\nprok,pork\r\nprokect,project\r\nprokects,projects\r\nprokrastination,procrastination\r\nprolad,prologue\r\nprolague,prologue\r\nprolarge,prologue\r\nprolateriat,proletariat\r\nprolem,problem\r\nprolend,pretend\r\nproletariaat,proletariat\r\nproletariant,proletariat\r\nproletaricat,proletariat\r\nproletariet,proletariat\r\nproletariot,proletariat\r\nproletaryat,proletariat\r\nproleteriat,proletariat\r\nprolife,pro-life\r\nprolifer,pro-lifer\r\nprolifers,pro-lifers\r\nprolitariat,proletariat\r\nprollog,prologue\r\nproloame,prologue\r\nprolode,prologue\r\nprologd,prologue\r\nprologe,prologue\r\nprologomena,prolegomena\r\nproloug,prologue\r\nprolouge,prologue\r\nprolougle,prologue\r\npromble,problem\r\npromblem,problem\r\nprombleme,problem\r\nprombly,problem\r\nprombre,problem\r\npromenantly,prominently\r\npromenent,prominent\r\npromenently,prominently\r\npromest,promised\r\nprometheas,prometheus\r\nprometheius,prometheus\r\nprometheous,prometheus\r\npromethese,prometheus\r\npromethesus,prometheus\r\nprometheyus,prometheus\r\npromethius,prometheus\r\npromethous,prometheus\r\npromethues,prometheus\r\npromies,promises\r\npromimently,prominently\r\nprominance,prominence\r\nprominances,prominences\r\nprominancy,prominency\r\nprominant,prominent\r\nprominantely,prominently\r\nprominantly,prominently\r\nprominately,prominently\r\nprominenty,prominently\r\nprominetly,prominently\r\npromis,promise\r\npromiscas,promiscuous\r\npromiscious,promiscuous\r\npromiscous,promiscuous\r\npromiscously,promiscuously\r\npromiscuious,promiscuous\r\npromisculous,promiscuous\r\npromiscuos,promiscuous\r\npromiscus,promiscuous\r\npromiseasset,promise\r\npromiss,promises\r\npromist,promised\r\npromition,promotion\r\npromixity,proximity\r\npromize,promise\r\npromleam,problem\r\npromminence,prominence\r\npromminences,prominences\r\npromminency,prominency\r\npromminent,prominent\r\npromminently,prominently\r\npromocional,promotional\r\npromonotory,promontory\r\npromose,promotes\r\npromot,prompt\r\npromotabilty,promotability\r\npromoteurs,promotes\r\npromotheus,prometheus\r\npromotinal,promotional\r\npromotioin,promotion\r\npromotionnal,promotional\r\npromotiosn,promotions\r\npromots,promotes\r\npromotted,promoted\r\npromottes,promotes\r\npromotting,promoting\r\npromottion,promotion\r\npromottions,promotions\r\npromped,prompted\r\npromplty,promptly\r\npromps,prompts\r\nprompte,promote\r\npromptes,prompts\r\npromptus,prompts\r\nprompty,promptly\r\nprompy,prompt\r\nprompys,prompts\r\npromsicuous,promiscuous\r\npromsie,promise\r\npromt,prompt\r\npromted,prompted\r\npromtly,promptly\r\npromtply,promptly\r\npromtps,prompts\r\npronensiation,pronunciation\r\npronisation,pronunciation\r\npronlem,problem\r\npronnounced,pronounced\r\npronography,pornography\r\npronomial,pronominal\r\nprononcation,pronunciation\r\nprononcations,pronunciations\r\nprononce,pronounce\r\nprononciation,pronunciation\r\nprononciations,pronunciations\r\npronouce,pronounce\r\npronouceable,pronounceable\r\npronouceation,pronounceation\r\npronouced,pronounced\r\npronoucement,pronouncement\r\npronoucements,pronouncements\r\npronoucers,pronouncers\r\npronouces,pronounces\r\npronouciation,pronunciation\r\npronoucing,pronouncing\r\npronoucings,pronouncings\r\npronoucne,pronounce\r\npronoucned,pronounced\r\npronoucning,pronouncing\r\npronoucnings,pronouncings\r\npronouncation,pronunciation\r\npronouncations,pronunciations\r\npronounceing,pronouncing\r\npronounched,pronounced\r\npronounciation,pronunciation\r\npronounciations,pronunciations\r\npronouncments,pronouncements\r\npronounds,pronouns\r\npronoune,pronounced\r\npronounes,pronouns\r\npronounication,pronunciation\r\npronounications,pronunciations\r\npronounicaton,pronunciation\r\npronounicatons,pronunciations\r\npronouniciation,pronunciation\r\npronouniciations,pronunciations\r\npronouniciaton,pronunciation\r\npronouniciatons,pronunciations\r\npronouning,pronouncing\r\npronous,pronouns\r\npront,print\r\npronuciation,pronunciation\r\npronuciations,pronunciations\r\npronuncation,pronunciation\r\npronuncations,pronunciations\r\npronunce,pronounce\r\npronunceation,pronounceation\r\npronunced,pronounced\r\npronuncements,pronouncements\r\npronuncero,pronouncero\r\npronunces,pronounces\r\npronunciacion,pronunciation\r\npronunciating,pronunciation\r\npronunciato,pronunciation\r\npronunciaton,pronunciation\r\npronunciatons,pronunciations\r\npronuncing,pronouncing\r\npronuncings,pronouncings\r\npronuncne,pronounce\r\npronuncning,pronouncing\r\npronuncnings,pronouncings\r\npronuncuation,pronunciation\r\npronunication,pronunciation\r\npronunications,pronunciations\r\npronunicaton,pronunciation\r\npronunicatons,pronunciations\r\npronuniciation,pronunciation\r\npronuniciations,pronunciations\r\npronuniciaton,pronunciation\r\npronuniciatons,pronunciations\r\npronuntiation,pronunciation\r\npronuonce,pronounce\r\npronuonced,pronounced\r\npronuoncing,pronouncing\r\npronuoncings,pronouncings\r\npronuoncne,pronounce\r\npronuoncning,pronouncing\r\npronuoncnings,pronouncings\r\nprooerties,properties\r\nproounce,pronounce\r\nproouncing,pronouncing\r\nproouncings,pronouncings\r\nproouncne,pronounce\r\nproouncning,pronouncing\r\nproouncnings,pronouncings\r\nproovable,provable\r\nproovably,provably\r\nprooval,proval\r\nproove,prove\r\nprooved,proved\r\nprooven,proven\r\nproover,prover\r\nprooves,proves\r\nprooving,proving\r\npropabilities,probabilities\r\npropability,probability\r\npropabilty,propability\r\npropable,probable\r\npropably,probably\r\npropagagte,propagate\r\npropagaion,propagation\r\npropagana,propaganda\r\npropaganada,propaganda\r\npropagatd,propagated\r\npropagatioin,propagation\r\npropage,propagate\r\npropaget,propagate\r\npropagete,propagate\r\npropagtion,propagation\r\npropaler,properly\r\nproparties,properties\r\npropatar,properly\r\npropation,propagation\r\npropblem,problem\r\npropblems,problems\r\npropechies,prophecies\r\npropechy,prophecy\r\npropect,prospect\r\npropegate,propagate\r\npropegated,propagated\r\npropegates,propagates\r\npropehcy,prophecy\r\npropeht,prophet\r\npropehts,prophets\r\npropeled,propelled\r\npropeler,propeller\r\npropelers,propellers\r\npropeling,propelling\r\npropell,propel\r\npropellled,propelled\r\npropelller,propeller\r\npropellor,propeller\r\npropellors,propellers\r\npropells,propels\r\npropelor,propellor\r\npropelors,propellors\r\npropely,properly\r\npropem,problem\r\npropencity,propensity\r\npropenents,proponents\r\nproperally,properly\r\nproperganda,propaganda\r\npropergate,propagate\r\nproperies,properties\r\nproperitary,proprietary\r\nproperites,properties\r\nproperites-details,properties-details\r\nproperities,properties\r\nproperity,prosperity\r\nproperle,properly\r\npropersity,propensity\r\npropert,property\r\nproperteis,properties\r\npropertes,properties\r\npropertiary,proprietary\r\npropertie,property\r\npropertiefs,properties\r\npropertiesx,properties\r\npropertion,proportion\r\npropertional,proportional\r\npropertions,proportions\r\npropertios,properties\r\npropertirs,properties\r\npropertis,properties\r\npropertius,properties\r\npropertiyes,properties\r\npropertly,property\r\npropertties,properties\r\npropertty,property\r\npropertyies,properties\r\npropertys,property\r\npropery,property\r\npropesterous,preposterous\r\npropeties,properties\r\npropetries,properties\r\npropetry,property\r\npropety,property\r\npropgate,propagate\r\npropgated,propagated\r\npropgation,propagation\r\nprophacies,prophecies\r\nprophacy,prophecy\r\nprophash,proposal\r\nprophechies,prophecies\r\nprophecied,prophesied\r\nprophecier,prophesier\r\npropheciers,prophesiers\r\nprophecized,prophesied\r\nprophecying,prophesying\r\nprophesie,prophecies\r\nprophetes,prophets\r\nprophey,prophecy\r\nprophocies,prophecies\r\npropiertary,proprietary\r\npropietaries,proprietaries\r\npropietarily,proprietarily\r\npropietary,proprietary\r\npropigate,propagate\r\npropigated,propagated\r\npropigates,propagates\r\npropigation,propagation\r\npropity,property\r\npropject,project\r\nprople,problem\r\npropleing,problem\r\nproplem,problem\r\nproplematic,problematic\r\nproplen,problem\r\npropleptic,proleptic\r\npropley,probably\r\nproplme,problem\r\nproplom,problem\r\nproplum,problem\r\nproplusion,propulsion\r\nproply,properly\r\npropm,problem\r\npropmpt,prompt\r\npropmt,prompt\r\npropmted,prompted\r\npropmting,prompting\r\npropmtly,promptly\r\npropmts,prompts\r\npropoagates,propagate\r\npropoagating,propagating\r\npropocals,proposals\r\npropoerties,properties\r\npropoerty,property\r\npropogage,propagate\r\npropoganda,propaganda\r\npropogandas,propagandas\r\npropogandise,propagandise\r\npropogandised,propagandised\r\npropogandises,propagandises\r\npropogandist,propagandist\r\npropogandists,propagandists\r\npropogandize,propagandize\r\npropogandized,propagandized\r\npropogandizes,propagandizes\r\npropogandon,propagandon\r\npropogate,propagate\r\npropogated,propagated\r\npropogates,propagates\r\npropogatge,propagate\r\npropogating,propagating\r\npropogation,propagation\r\npropogatoin,propogation\r\npropogator,propagator\r\npropolsion,propulsion\r\nproponant,proponent\r\nproponants,proponents\r\nproponenet,proponent\r\nproponenets,proponents\r\nproponentes,proponents\r\nproponet,proponents\r\npropoperties,properties\r\nproporcion,proportion\r\nproporition,proposition\r\nproported,purported\r\nproportedly,purportedly\r\nproportianal,proportional\r\nproportianally,proportionally\r\nproportianlly,proportinally\r\nproportians,proportions\r\nproportiate,proportionate\r\nproportiately,proportionately\r\nproporties,properties\r\nproportinal,proportional\r\nproporting,proportion\r\nproportionallity,proportionally\r\nproportionallly,proportionally\r\nproportionalty,proportionally\r\nproportionaly,proportionally\r\nproportionel,proportional\r\nproportionella,proportionally\r\nproportionnal,proportional\r\nproportionnally,proportionally\r\nproports,purports\r\nproposels,proposes\r\nproposicion,proposition\r\npropositivo,proposition\r\nproposito,proposition\r\npropositon,proposition\r\nproposse,proposes\r\nproposte,propose\r\nproposterous,preposterous\r\npropostion,proposition\r\npropostional,propositional\r\npropostioned,propositioned\r\npropostions,proportions\r\npropotion,proportion\r\npropotional,proportional\r\npropotionally,proportionally\r\npropotionate,proportionate\r\npropotionately,proportionately\r\npropotions,proportions\r\npropper,proper\r\npropperly,properly\r\npropportions,proportions\r\nproppose,propose\r\npropr,proper\r\npropreitary,proprietary\r\nproprety,property\r\npropriatary,proprietary\r\npropriatery,proprietary\r\npropriatory,proprietary\r\npropriertary,proprietary\r\nproprierties,properties\r\nproprietery,proprietary\r\nproprietory,proprietary\r\nproprietry,proprietary\r\npropriotary,proprietary\r\npropritetary,proprietary\r\nproprities,properties\r\nproprity,priority\r\nproprocessor,preprocessor\r\nproproetary,proprietary\r\nproprortionately,proportionately\r\nproprotion,proportion\r\nproprotional,proportional\r\nproprotionally,proportionally\r\nproprotions,proportions\r\nproprties,properties\r\nproprtional,proportional\r\nproprtions,proportions\r\nproprty,property\r\npropsal,proposal\r\npropsas,proposals\r\npropsect,prospect\r\npropsective,prospective\r\npropsects,prospects\r\npropsed,proposed\r\npropserity,prosperity\r\npropserous,prosperous\r\npropsl,props\r\npropsoals,proposals\r\npropss,props\r\npropstioin,propstion\r\npropt,prompt\r\npropterty,property\r\npropulaios,propulsion\r\npropulate,populate\r\npropulsaries,propulsories\r\npropulsary,propulsory\r\npropulseries,propulsories\r\npropulsery,propulsory\r\npropulsing,propulsion\r\npropulstion,propulsion\r\npropultion,propulsion\r\npropuslion,propulsion\r\npropvided,provided\r\nproquier,procedure\r\nproqure,procure\r\nproractor,protractor\r\nproram,program\r\nprorammatic,programmatic\r\nprorative,prorated\r\nproratoin,proration\r\nprorerty,property\r\nprores,pores\r\nproress,progress\r\nproresses,progresses\r\nproressive,progressive\r\nprorgess,progress\r\nproriority,priority\r\nprority,priority\r\nprorotype,prototype\r\nprorperties,properties\r\nprorpietary,proprietary\r\nprortait,portrait\r\nprortaits,portraits\r\nprortaiture,portraiture\r\nprortaitures,portraitures\r\nprortay,portray\r\nprortayal,portrayal\r\nprortayals,portrayals\r\nprortayed,portrayed\r\nprortaying,portraying\r\nprortays,portrays\r\nproscedgor,procedure\r\nprosciition,proscription\r\nprosciitions,proscriptions\r\nprosciiton,proscription\r\nprosciitons,proscriptions\r\nproscipition,proscription\r\nproscipitions,proscriptions\r\nproscipiton,proscription\r\nproscipitons,proscriptions\r\nproscipton,proscription\r\nprosciptons,proscriptions\r\nprosciton,proscription\r\nproscitons,proscriptions\r\nproscratination,procrastination\r\nproscriition,proscription\r\nproscriitions,proscriptions\r\nproscriiton,proscription\r\nproscriitons,proscriptions\r\nproscripition,proscription\r\nproscripitions,proscriptions\r\nproscripiton,proscription\r\nproscripitons,proscriptions\r\nproscripton,proscription\r\nproscriptons,proscriptions\r\nproscriton,proscription\r\nproscritons,proscriptions\r\nprosectued,prosecuted\r\nprosectuion,prosecution\r\nprosectuor,prosecutor\r\nprosectuors,prosecutors\r\nprosecuter,prosecutor\r\nprosecuters,prosecutors\r\nprosecutie,prosecuted\r\nprosedger,procedure\r\nprosedgor,procedure\r\nprosedure,procedure\r\nproseedure,procedure\r\nprosegier,procedure\r\nprosegure,procedure\r\nproseiduare,procedure\r\nproseiger,procedure\r\nproseigure,procedure\r\nprosejaur,procedure\r\nproseletyzing,proselytizing\r\nprosent,present\r\nprosepct,prospect\r\nprosesion,precision\r\nprosess,possess\r\nprosession,procession\r\nprosezure,procedure\r\nprosicone,precision\r\nprosicuted,prosecuted\r\nprosicution,prosecution\r\nprosicutor,prosecutor\r\nprosieger,procedure\r\nprosiegeur,procedure\r\nprosiger,procedure\r\nprosigin,precision\r\nprosistion,precision\r\nprosition,precision\r\nprositute,prostitute\r\nprosituted,prostituted\r\nprositutes,prostitutes\r\nprosituting,prostituting\r\nprositution,prostitution\r\nprosmate,approximate\r\nprosocuted,prosecuted\r\nprosocution,prosecution\r\nprosparity,prosperity\r\nprospectos,prospects\r\nprospectю,prospect\r\nprosperes,prosperous\r\nprosperety,prosperity\r\nprosperious,prosperous\r\nprosperos,prosperous\r\nprospertity,prosperity\r\nprospertiy,prosperity\r\nprospettive,prospective\r\nprosphetic,prosthetic\r\nprosporous,prosperous\r\nprosposal,proposal\r\nprosribed,proscribed\r\nprosses,processes\r\nprossesion,procession\r\nprossess,possess\r\nprossible,possible\r\nprossiblity,prossibility\r\nprossser,prosser\r\nprostehtic,prosthetic\r\nprosterity,prosperity\r\nprostethic,prosthetic\r\nprostethics,prosthetic\r\nprostetution,prostitution\r\nprosthethic,prosthetic\r\nprostite,prostitute\r\nprostitite,prostitute\r\nprostitites,prostitutes\r\nprostitition,prostitution\r\nprostitiute,prostitute\r\nprostituate,prostitute\r\nprostitucion,prostitution\r\nprostitude,prostitute\r\nprostituded,prostituted\r\nprostitudes,prostitutes\r\nprostituding,prostituting\r\nprostitudion,prostitution\r\nprostitue,prostitute\r\nprostitued,prostituted\r\nprostituee,prostitute\r\nprostituees,prostitutes\r\nprostituer,prostitute\r\nprostitues,prostitutes\r\nprostituing,prostituting\r\nprostituion,prostitution\r\nprostituiton,prostitution\r\nprostiture,prostitute\r\nprostitured,prostituted\r\nprostitures,prostitutes\r\nprostituring,prostituting\r\nprostiturion,prostitution\r\nprostitutas,prostitutes\r\nprostitutie,prostitute\r\nprostitutiei,prostitute\r\nprostitutin,prostitution\r\nprostitutionnal,prostitutional\r\nprostitutke,prostitutes\r\nprostituto,prostitution\r\nprostituton,prostitution\r\nprostitutos,prostitutes\r\nprostituye,prostitute\r\nprostute,prostitute\r\nprostuted,prostituted\r\nprostutes,prostitutes\r\nprostuting,prostituting\r\nprostution,prostitution\r\nprostutite,prostitute\r\nprostutited,prostituted\r\nprostutites,prostitutes\r\nprostutiting,prostituting\r\nprostutition,prostitution\r\nprostutute,prostitute\r\nprostututed,prostituted\r\nprostututes,prostitutes\r\nprostututing,prostituting\r\nprostutution,prostitution\r\nprot,port\r\nprotability,portability\r\nprotable,portable\r\nprotablility,protability\r\nprotaction,protection\r\nprotaganist,protagonist\r\nprotaganists,protagonists\r\nprotaginist,protagonist\r\nprotaginists,protagonists\r\nprotaginst,protagonist\r\nprotagnoist,protagonist\r\nprotagnoists,protagonists\r\nprotagoinst,protagonists\r\nprotagonistas,protagonists\r\nprotagonistes,protagonists\r\nprotagonits,protagonists\r\nprotagonsit,protagonists\r\nprotals,portals\r\nprotaractor,protractor\r\nprotastant,protestant\r\nprotcol,protocol\r\nprotcols,protocols\r\nproteccion,protection\r\nprotecion,protection\r\nproteciton,protections\r\nprotecktion,protection\r\nprotecs,protects\r\nprotecte,protective\r\nprotectes,protects\r\nprotectice,protective\r\nprotectie,protective\r\nprotectiei,protective\r\nprotectings,protections\r\nprotectioin,protection\r\nprotectiosn,protections\r\nprotectivly,protectively\r\nprotectoin,protections\r\nprotectons,protectors\r\nprotectoras,protectors\r\nprotectores,protectors\r\nprotectos,protectors\r\nprotectron,protection\r\nprotectrons,protections\r\nprotein-centrict,protein-centric\r\nproteinaceuos,proteinaceous\r\nproteinacious,proteinaceous\r\nproteinacuos,proteinaceous\r\nproteinas,proteins\r\nproteines,proteins\r\nprotelariat,proletariat\r\nprotem,pro tem\r\nproten,pretend\r\nprotend,pretend\r\nprotented,pretend\r\nprotere,poetry\r\nproternally,fraternally\r\nproterties,properties\r\nprotess,protests\r\nprotestans,protests\r\nprotestantes,protestants\r\nprotestantisk,protestants\r\nprotestare,protesters\r\nprotestas,protests\r\nprotestat,protestant\r\nprotestato,protestant\r\nprotestent,protestant\r\nprotestentism,protestantism\r\nprotestents,protestants\r\nprotestes,protests\r\nprotestina,protestant\r\nprotestos,protests\r\nprotet,protect\r\nprotexts,protects\r\nprotfolio,portfolio\r\nprothsetic,prosthetic\r\nproticol,protocol\r\nprotied,proteid\r\nprotieds,proteids\r\nprotien,protein\r\nprotienase,proteinase\r\nprotienases,proteinases\r\nprotienoid,proteinoid\r\nprotienoids,proteinoids\r\nprotiens,proteins\r\nprotienuria,proteinuria\r\nprotienurias,proteinurias\r\nprotines,proteins\r\nprotistant,protestant\r\nprotistants,protestants\r\nprotistoligists,protistologists\r\nprotmoted,promoted\r\nprotocal,protocol\r\nprotocals,protocols\r\nprotocl,protocol\r\nprotoco,protocol\r\nprotocole,protocol\r\nprotocoles,protocols\r\nprotocoll,protocol\r\nprotocolls,protocols\r\nprotocolos,protocols\r\nprotocool,protocol\r\nprotoganist,protagonist\r\nprotoganists,protagonists\r\nprotoge,protege\r\nprotogonist,protagonist\r\nprotohypes,prototypes\r\nprotokol,protocol\r\nprotol,protocol\r\nprotoocol,protocol\r\nprotool,protocol\r\nprotostant,protestant\r\nprotostants,protestants\r\nprototcol,protocol\r\nprototipes,prototypes\r\nprototocls,protocols\r\nprototol,protocol\r\nprotototype,prototype\r\nprototpye,prototype\r\nprototpyes,prototypes\r\nprototye,prototype\r\nprototying,prototyping\r\nprototypal,prototype\r\nprototyps,prototypes\r\nprotoype,prototype\r\nprotperties,properties\r\nprotrait,portrait\r\nprotraits,portraits\r\nprotraiture,portraiture\r\nprotraitures,portraitures\r\nprotray,portray\r\nprotrayal,portrayal\r\nprotrayals,portrayals\r\nprotrayed,portrayed\r\nprotraying,portraying\r\nprotrays,portrays\r\nprotruberance,protuberance\r\nprotruberances,protuberances\r\nprotruberant,protuberant\r\nprotruberantly,protuberantly\r\nprotruberence,protuberance\r\nprotruberences,protuberances\r\nprotruberent,protuberant\r\nprotruberently,protuberantly\r\nprotuberence,protuberance\r\nprotuberences,protuberances\r\nprotuberent,protuberant\r\nprotuberently,protuberantly\r\nprotugal,portugal\r\nprotuguese,portuguese\r\nprouct,product\r\nprouctive,productive\r\nprouldy,proudly\r\nprounce,pronounce\r\nprouncement,pronouncement\r\nprouncements,pronouncements\r\nprounounced,pronounced\r\nprovacative,provocative\r\nprovacatively,provocatively\r\nprovacotive,provocative\r\nprovade,provide\r\nprovate,private\r\nprovbabilty,provbability\r\nprovde,provide\r\nprovded,provided\r\nprovder,provider\r\nprovders,providers\r\nprovdes,provides\r\nprovdided,provided\r\nprovdides,provides\r\nprovdies,provides\r\nprovding,providing\r\nproveded,provided\r\nprovedes,provides\r\nproveides,provides\r\nprovemie,problem\r\nprovencal,provençal\r\nprovencial,provincial\r\nproverai,proverbial\r\nprovere,prefer\r\nproveribal,proverbial\r\nproverty,property\r\nprovervial,proverbial\r\nproviate,private\r\nprovicative,provocative\r\nprovice,provide\r\nprovicers,providers\r\nprovices,provides\r\nprovicial,provincial\r\nprovid,provide\r\nprovidance,providence\r\nprovidea,provide\r\nprovidedd,provided\r\nprovidee,providence\r\nprovideing,providing\r\nproviden,provided\r\nprovidencie,providence\r\nprovidentail,providential\r\nprovidentaility,providentiality\r\nprovidentailly,providentially\r\nprovidental,providential\r\nprovidentality,providentiality\r\nprovidentally,providentially\r\nprovidess,provides\r\nprovidies,provides\r\nprovidiing,providing\r\nprovidince,providence\r\nprovidind,providing\r\nprovidng,providing\r\nprovie,provide\r\nprovied,provided\r\nprovieded,provided\r\nprovieds,provides\r\nprovier,provider\r\nprovies,provides\r\nprovifer,provider\r\nproviging,providing\r\nprovile,profile\r\nprovilege,privileges\r\nproviles,provides\r\nprovinciaal,provincial\r\nprovincie,province\r\nprovincies,province\r\nprovincija,provincial\r\nprovinding,providing\r\nprovine,province\r\nprovinence,providence\r\nprovinical,provincial\r\nprovinicial,provincial\r\nprovintial,provincial\r\nprovinvial,provincial\r\nproviode,provide\r\nprovion,provision\r\nprovioned,provisioned\r\nprovious,previous\r\nproviser,ProVisor\r\nprovisers,provisors\r\nprovisionaly,provisionally\r\nprovisiones,provisions\r\nprovisiong,provisioning\r\nprovisionig,provisioning\r\nprovisionned,provisioned\r\nprovisionning,provisioning\r\nprovisiono,provision\r\nprovisios,provisions\r\nprovisiosn,provision\r\nprovisoe,proviso\r\nprovison,provision\r\nprovisonal,provisional\r\nprovisonally,provisionally\r\nprovisoned,provisioned\r\nprovisoning,provisioning\r\nprovisons,provisions\r\nprovission,provision\r\nproviuder,provider\r\nprovivded,provided\r\nprovivdes,provides\r\nprovment,provement\r\nprovoactive,provocative\r\nprovocatie,provocative\r\nprovocatief,provocative\r\nprovocativley,provocative\r\nprovoced,provoked\r\nprovoces,provokes\r\nprovocitive,provocative\r\nprovocotive,provocative\r\nprovoder,provider\r\nprovoders,providers\r\nprovokative,provocative\r\nprovuce,produce\r\nprowd,proud\r\nprox,proxy\r\nproxed,proxied\r\nproxie's,proxy's\r\nproxie,proxy\r\nproxiies,proxies\r\nproximaties,proximities\r\nproximatly,proximately\r\nproximaty,proximity\r\nproximty,proximity\r\nproxing,proxying\r\nproxr,proxy\r\nproxy-autheticate,proxy-authenticate\r\nproxyied,proxied\r\nproxys,proxies\r\nproyect,project\r\nproyects,projects\r\nproying,proxying\r\nprperties,properties\r\nprperty,property\r\nprposals,proposals\r\nprposition,preposition\r\nprpvides,provides\r\nprrcision,precision\r\nprroblem,problem\r\nprsent,present\r\nprserve,preserve\r\nprsidence,presidence\r\nprsidency,presidency\r\nprsident,president\r\nprsidente,presidente\r\nprsidentes,presidentes\r\nprsidential,presidential\r\nprsidents,presidents\r\nprsidience,presidence\r\nprsidiency,presidency\r\nprsidient,president\r\nprsidiente,presidente\r\nprsidientes,presidentes\r\nprsidients,presidents\r\nprsioners,prisoners\r\nprsm,prism\r\nprsoanlly,prsonally\r\nprssure,pressure\r\nprt,pointer\r\nprtend,pretend\r\nprtened,pretend\r\nprticler,particular\r\nprticular,particular\r\nprtocol,protocol\r\nprtoected,protected\r\nprtoection,protection\r\npruchase,purchase\r\npruchased,purchased\r\npruchases,purchases\r\nprufe,proof\r\nprugatory,purgatory\r\nprunned,pruned\r\nprunning,pruning\r\nprupose,purpose\r\npruposed,purposed\r\npruposedly,purposedly\r\npruposeful,purposeful\r\npruposefully,purposefully\r\npruposeless,purposeless\r\npruposelessly,purposelessly\r\npruposely,purposely\r\npruposes,purposes\r\npruposesly,purposesly\r\npruposing,purposing\r\nprureince,prurience\r\nprureinced,prurienced\r\npruriance,prurience\r\nprurianced,prurienced\r\npruritence,prurience\r\npruritenced,prurienced\r\nprush,push\r\nprusuit,pursuit\r\nprutend,pretend\r\nprvacy,privacy\r\nprvent,prevent\r\nprver,prefer\r\nprvided,provided\r\nprviewing,previewing\r\nprviledges,privileges\r\nprvious,previous\r\nprviously,previously\r\npryamid,pyramid\r\npryamids,pyramids\r\npryor,prior\r\nps,rs\r\npsasword,password\r\npsblogggers,psbloggers\r\npschicology,psychology\r\npschology,psychology\r\npschoyolgy,psychology\r\npschycology,psychology\r\npscolgst,psychologist\r\npscshology,psychology\r\npscyhed,psyched\r\npscyhedelic,psychedelic\r\npscyhiatric,psychiatric\r\npscyhiatrists,psychiatrists\r\npscyhological,psychological\r\npscyhologically,psychologically\r\npscyhologist,psychologist\r\npscyhologists,psychologists\r\npscyhology,psychology\r\npscyhopath,psychopath\r\npscyhopathic,psychopathic\r\npscyhopaths,psychopaths\r\npscyhotic,psychotic\r\npseduo,pseudo\r\npseduo-elements,pseudo-elements\r\npseudo-hanldes,pseudo-handles\r\npseudocience,pseudoscience\r\npseudociences,pseudosciences\r\npseudocient,pseudoscient\r\npseudocientific,pseudoscientific\r\npseudocientifically,pseudoscientifically\r\npseudocientious,pseudoscientious\r\npseudocientiously,pseudoscientiously\r\npseudociently,pseudosciently\r\npseudodistributed,pseudo-distributed\r\npseudoglobal,pseudo-global\r\npseudolikelihood,pseudo-likelihood\r\npseudonam,pseudonym\r\npseudonamity,pseudonymity\r\npseudonamous,pseudonymous\r\npseudonamously,pseudonymously\r\npseudonams,pseudonyms\r\npseudonim,pseudonym\r\npseudonimity,pseudonymity\r\npseudonimous,pseudonymous\r\npseudonimously,pseudonymously\r\npseudonims,pseudonyms\r\npseudonom,pseudonym\r\npseudonomity,pseudonymity\r\npseudonomous,pseudonymous\r\npseudonomously,pseudonymously\r\npseudonoms,pseudonyms\r\npseudonomy,pseudonymy\r\npseudononymous,pseudonymous\r\npseudonymn,pseudonym\r\npseudonymnity,pseudonymity\r\npseudonymnous,pseudonymous\r\npseudonymnously,pseudonymously\r\npseudonymns,pseudonyms\r\npseudonyn,pseudonym\r\npseudonynity,pseudonymity\r\npseudonynous,pseudonymous\r\npseudonynously,pseudonymously\r\npseudonyns,pseudonyms\r\npseudoselector,pseudo\r\npseudosience,pseudoscience\r\npseudosiences,pseudosciences\r\npseudosient,pseudoscient\r\npseudosientific,pseudoscientific\r\npseudosientifically,pseudoscientifically\r\npseudosientious,pseudoscientious\r\npseudosientiously,pseudoscientiously\r\npseudosiently,pseudosciently\r\npseudynom,pseudonym\r\npseudynomity,pseudonymity\r\npseudynomous,pseudonymous\r\npseudynomously,pseudonymously\r\npseudynoms,pseudonyms\r\npseudynym,pseudonym\r\npseudynymity,pseudonymity\r\npseudynymous,pseudonymous\r\npseudynymously,pseudonymously\r\npseudynyms,pseudonyms\r\npshcicology,psychology\r\npshyciatric,psychiatric\r\npshyciatrist,psychiatrist\r\npshycological,psychological\r\npshycologically,psychologically\r\npshycologist,psychologist\r\npshycologists,psychologists\r\npshycology,psychology\r\npshycopath,psychopath\r\npshycopathic,psychopathic\r\npshycopaths,psychopaths\r\npshycosis,psychosis\r\npshycotic,psychotic\r\npsichological,psychological\r\npsichologically,psychologically\r\npsichologist,psychologist\r\npsicolagest,psychologist\r\npsicolgicas,psicologicas\r\npsicoligy,psychology\r\npsiocology,psychology\r\npsiolochology,psychology\r\npsmall,small\r\npsoition,position\r\npsoitional,positional\r\npsoitionally,positionally\r\npsoitioned,positioned\r\npsoitions,positions\r\npsossiblity,psossibility\r\npsot,post\r\npssess,possess\r\npssing,passing\r\npssword,password\r\npste,paste\r\npsudeo-random,pseudo-random\r\npsudo,pseudo\r\npsudo-inverse,pseudo-inverse\r\npsudo-type,pseudo-type\r\npsuedo,pseudo\r\npsuedo-border,pseudo-border\r\npsuedo-classes,pseudo-classes\r\npsuedo-constants,pseudo-constants\r\npsuedo-element,pseudo-element\r\npsuedo-elements,pseudo-elements\r\npsuedo-filesystems,pseudo-filesystems\r\npsuedo-header,pseudo-header\r\npsuedo-inheritance,pseudo-inheritance\r\npsuedo-property,pseudo-property\r\npsuedo-random,pseudo-random\r\npsuedo-supported,pseudo-supported\r\npsuedo-swift,pseudo-swift\r\npsuedo-terms,pseudo-terms\r\npsuedoacacia,pseudoacacia\r\npsuedoalignments,pseudoalignments\r\npsuedoaneurysm,pseudoaneurysm\r\npsuedoaneurysms,pseudoaneurysms\r\npsuedoangiomatous,pseudoangiomatous\r\npsuedoanonymize,pseudoanonymize\r\npsuedoantidisestablishmentarianistically,pseudoantidisestablishmentarianistically\r\npsuedoarthrosis,pseudoarthrosis\r\npsuedoateromonas,pseudoateromonas\r\npsuedobaileyi,pseudobaileyi\r\npsuedobulb,pseudobulb\r\npsuedobulbar,pseudobulbar\r\npsuedobulbs,pseudobulbs\r\npsuedocamellia,pseudocamellia\r\npsuedocapacitance,pseudocapacitance\r\npsuedocapsicum,pseudocapsicum\r\npsuedocereal,pseudocereal\r\npsuedochromids,pseudochromids\r\npsuedoclass,pseudoclass\r\npsuedoclasses,pseudoclasses\r\npsuedococcidae,pseudococcidae\r\npsuedocode,pseudocode\r\npsuedocoelomate,pseudocoelomate\r\npsuedocollagen,pseudocollagen\r\npsuedocolor,pseudocolor\r\npsuedocolors,pseudocolors\r\npsuedocolumn,pseudocolumn\r\npsuedocomalesterantagonist,pseudocomalesterantagonist\r\npsuedocommunity,pseudocommunity\r\npsuedocontact,pseudocontact\r\npsuedocounts,pseudocounts\r\npsuedocraters,pseudocraters\r\npsuedocrawl,pseudocrawl\r\npsuedocron,pseudocron\r\npsuedocyesis,pseudocyesis\r\npsuedocysts,pseudocysts\r\npsuedodiffusion,pseudodiffusion\r\npsuedodobulbar,pseudodobulbar\r\npsuedodragons,pseudodragons\r\npsuedoeffective,pseudoeffective\r\npsuedoelements,pseudoelements\r\npsuedoephedrine,pseudoephedrine\r\npsuedoephidrin,pseudoephidrin\r\npsuedoexfoliation,pseudoexfoliation\r\npsuedofield,pseudofield\r\npsuedofluorescence,pseudofluorescence\r\npsuedofolio,pseudofolio\r\npsuedofolliculitis,pseudofolliculitis\r\npsuedogene,pseudogene\r\npsuedogenes,pseudogenes\r\npsuedoglutinosum,pseudoglutinosum\r\npsuedogout,pseudogout\r\npsuedograin,pseudograin\r\npsuedograins,pseudograins\r\npsuedograminearum,pseudograminearum\r\npsuedogynaecomastia,pseudogynaecomastia\r\npsuedogynecomastia,pseudogynecomastia\r\npsuedohallmarks,pseudohallmarks\r\npsuedohermaphroditism,pseudohermaphroditism\r\npsuedohistory,pseudohistory\r\npsuedohypertrophy,pseudohypertrophy\r\npsuedohyponatremia,pseudohyponatremia\r\npsuedoinstructions,pseudoinstructions\r\npsuedointellectual,pseudointellectual\r\npsuedoinverse,pseudoinverse\r\npsuedoisochromatic,pseudoisochromatic\r\npsuedolanguinosus,pseudolanguinosus\r\npsuedolithus,pseudolithus\r\npsuedologia,pseudologia\r\npsuedomacidal,pseudomacidal\r\npsuedomallei,pseudomallei\r\npsuedomedical,pseudomedical\r\npsuedomembrane,pseudomembrane\r\npsuedometachromatic,pseudometachromatic\r\npsuedomin,pseudomin\r\npsuedomonads,pseudomonads\r\npsuedomonarchia,pseudomonarchia\r\npsuedomonas,pseudomonas\r\npsuedomonasaeruginosaon,pseudomonasaeruginosaon\r\npsuedomonilethrix,pseudomonilethrix\r\npsuedomonnas,pseudomonnas\r\npsuedomonofilament,pseudomonofilament\r\npsuedomorph,pseudomorph\r\npsuedomorphing,pseudomorphing\r\npsuedomyogenic,pseudomyogenic\r\npsuedomyxoma,pseudomyxoma\r\npsuedomyxomaperitonei,pseudomyxomaperitonei\r\npsuedoneuroscientific,pseudoneuroscientific\r\npsuedoneym,pseudoneym\r\npsuedonitzschia,pseudonitzschia\r\npsuedonm,pseudonm\r\npsuedonomanas,pseudonomanas\r\npsuedonomic,pseudonomic\r\npsuedonoodle,pseudonoodle\r\npsuedonormalization,pseudonormalization\r\npsuedonym,pseudonym\r\npsuedonymised,pseudonymised\r\npsuedonymity,pseudonymity\r\npsuedonymize,pseudonymize\r\npsuedonymized,pseudonymized\r\npsuedonymous,pseudonymous\r\npsuedonyms,pseudonyms\r\npsuedoops,pseudo-ops\r\npsuedopanax,pseudopanax\r\npsuedopapillary,pseudopapillary\r\npsuedopatients,pseudopatients\r\npsuedopemphigoid,pseudopemphigoid\r\npsuedophilautus,pseudophilautus\r\npsuedopigrapha,pseudopigrapha\r\npsuedoplantarum,pseudoplantarum\r\npsuedopod,pseudopod\r\npsuedopregnancy,pseudopregnancy\r\npsuedoprogression,pseudoprogression\r\npsuedoprotodioscin,pseudoprotodioscin\r\npsuedoracer,pseudoracer\r\npsuedorandom,pseudorandom\r\npsuedoreplicates,pseudoreplicates\r\npsuedos,pseudos\r\npsuedosasa,pseudosasa\r\npsuedoscience,pseudoscience\r\npsuedosciences,pseudosciences\r\npsuedoscientific,pseudoscientific\r\npsuedoscorpions,pseudoscorpions\r\npsuedosea,pseudosea\r\npsuedoselectors,pseudoselectors\r\npsuedoskeptism,pseudoskeptism\r\npsuedospike,pseudospike\r\npsuedospretella,pseudospretella\r\npsuedossa,pseudossa\r\npsuedostratified,pseudostratified\r\npsuedotropheus,pseudotropheus\r\npsuedotropine,pseudotropine\r\npsuedotsuga,pseudotsuga\r\npsuedotsunga,pseudotsunga\r\npsuedotumor,pseudotumor\r\npsuedotuneful,pseudotuneful\r\npsuedouser,pseudouser\r\npsuedovariables,pseudovariables\r\npsuedowires,pseudowires\r\npsuedowords,pseudowords\r\npsuedozizeeria,pseudozizeeria\r\npsuh-arch,push-arch\r\npsyce,psyche\r\npsycedelic,psychedelic\r\npsycedelics,psychedelics\r\npsyces,psyches\r\npsychadelic,psychedelic\r\npsychadelics,psychedelics\r\npsychaitric,psychiatric\r\npsychaitrist,psychiatrist\r\npsychaitrists,psychiatrists\r\npsychedelicious,psychedelics\r\npsychedelicness,psychedelics\r\npsychedellic,psychedelic\r\npsychedellics,psychedelics\r\npsychedilic,psychedelic\r\npsychedilics,psychedelics\r\npsychedleic,psychedelics\r\npsychedlic,psychedelic\r\npsychemedics,psychedelics\r\npsychiatic,psychiatric\r\npsychiatirst,psychiatrists\r\npsychiatist,psychiatrist\r\npsychiatrics,psychiatrist\r\npsychiatrict,psychiatrist\r\npsychiatrisch,psychiatric\r\npsychiatrits,psychiatrists\r\npsychidelic,psychedelic\r\npsychistrist,psychiatrist\r\npsychlolgical,psychlological\r\npsychoanalitic,PsychoAnalytic\r\npsychoanalitical,PsychoAnalytical\r\npsychoanalitically,PsychoAnalytically\r\npsychoanalitics,PsychoAnalytics\r\npsychodelic,psychedelic\r\npsychodelics,psychedelics\r\npsycholgical,psychological\r\npsycholgically,psychologically\r\npsycholgist,psychologist\r\npsycholgists,psychologists\r\npsycholigical,psychological\r\npsycholigically,psychologically\r\npsycholigist,psychologist\r\npsycholigists,psychologists\r\npsychologial,psychological\r\npsychologicaly,psychologically\r\npsychologits,psychologists\r\npsychologycal,psychologically\r\npsychologyst,psychologist\r\npsychologysts,psychologists\r\npsychololgical,psycholological\r\npsychololgist,psycholologist\r\npsycholoog,psychology\r\npsychopaat,psychopath\r\npsychopants,psychopaths\r\npsychopatch,psychopath\r\npsychopathes,psychopaths\r\npsychopathische,psychopathic\r\npsychopatholgica,psychopathologica\r\npsychopatic,psychopathic\r\npsychopats,psychopaths\r\npsychopharmacolgic,psychopharmacologic\r\npsychopharmacolgical,psychopharmacological\r\npsychophysiolgical,psychophysiological\r\npsychotisch,psychotic\r\npsychriatic,psychiatric\r\npsychyatrist,psychiatrist\r\npsychyatrists,psychiatrists\r\npsyciatric,psychiatric\r\npsyciatrist,psychiatrist\r\npsyciatry,psychiatry\r\npsycic,psychic\r\npsycics,psychics\r\npsyciology,psychology\r\npsycolagest,psychologist\r\npsycolegy,psychology\r\npsycolledgy,psychology\r\npsycologia,psychologia\r\npsycologial,psychologial\r\npsycologic,psychologic\r\npsycological,psychological\r\npsycologically,psychologically\r\npsycologie,psychologie\r\npsycologies,psychologies\r\npsycologiques,psychologiques\r\npsycologische,psychologische\r\npsycologist,psychologist\r\npsycologists,psychologists\r\npsycologue,psychologue\r\npsycology,psychology\r\npsycologyst,psychologyst\r\npsycontext,context\r\npsycothic,psychotic\r\npsycotic,psychotic\r\npsycotics,psychotics\r\npsyeholgical,psyehological\r\npsyhe,psyche\r\npsyhedelic,psychedelic\r\npsyhedelics,psychedelics\r\npsyhes,psyches\r\npsyhiatria,psychiatria\r\npsyhiatric,psychiatric\r\npsyhiatrii,psychiatrii\r\npsyhiatrist,psychiatrist\r\npsyhiatry,psychiatry\r\npsyhic,psychic\r\npsyhics,psychics\r\npsyholgical,psyhological\r\npsyhological,psychological\r\npsyhologichna,psychologichna\r\npsyhologichnyj,psychologichnyj\r\npsyhologie,psychologie\r\npsyhologies,psychologies\r\npsyhologiou,psychologiou\r\npsyhologist,psychologist\r\npsyhologists,psychologists\r\npsyhologov,psychologov\r\npsyhologvspb,psychologvspb\r\npsyhology,psychology\r\npsyhologyja,psychologyja\r\npsyhologytoda,psychologytoda\r\npsyhotic,psychotic\r\npsyhotics,psychotics\r\npsyology,psychology\r\npsysiological,physiological\r\npther,other\r\npthoto,photo\r\nptiched,pitched\r\npticher,pitcher\r\nptichers,pitchers\r\nptichfork,pitchfork\r\nptichforks,pitchforks\r\nption,option\r\nptional,optional\r\nptions,options\r\nptoeta,potatoes\r\nptogressed,progressed\r\nptogressing,progressing\r\nptogression,progression\r\nptogressions,progressions\r\nptogressive,progressive\r\nptotect,protect\r\nptouch,touch\r\nptyhon,python\r\nptython,python\r\npuase,pause\r\npuased,paused\r\npuasing,pausing\r\npubblishing,publishing\r\npubicaciones,publicaciones\r\npubicado,publicado\r\npubical,publical\r\npubicalix,publicalix\r\npubically,publically\r\npubicals,publicals\r\npubicalyx,publicalyx\r\npubicarea,publicarea\r\npubicarpum,publicarpum\r\npubication,publication\r\npubications,publications\r\npubicdomain,public domain\r\npubiclibraries,public libraries\r\npubiclibrary,public library\r\npubicscol,Public School\r\npubicshol,Public School\r\npubilc,public\r\npubilcally,publicly\r\npubilshed,published\r\npubilsher,publisher\r\npubish,publish\r\npubish-please,publish-please\r\npubishable,publishable\r\npubishe,publishe\r\npubished,published\r\npubisher,publisher\r\npubishers,publishers\r\npubishes,publishes\r\npubishing,publishing\r\npublci,public\r\npubliaher,publisher\r\npublib,public\r\npublicably,publicly\r\npublically,publicly\r\npublicaly,publicly\r\npublicani,publication\r\npublicatioin,publication\r\npublicatioins,publications\r\npublicatiosn,publications\r\npublicatoins,publications\r\npublicely,publicly\r\npublich,publish\r\npubliched,published\r\npublicher,publisher\r\npublicing,putting\r\npublicitan,publication\r\npublick,public\r\npubliclly,publicly\r\npublicy,publicly\r\npublihser,publisher\r\npublikation,publication\r\npublis,publish\r\npublisable,publishable\r\npublise,publishe\r\npublised,published\r\npublisehr,publisher\r\npubliser,publisher\r\npublisers,publishers\r\npublises,publishes\r\npublisger,publisher\r\npublish-compnents,publish-components\r\npublishe,publish\r\npublishedto,published\r\npublisheed,published\r\npublisherr,publisher\r\npublishh,publish\r\npublishher,publisher\r\npublishor,publisher\r\npublishre,publisher\r\npublishs,publishes\r\npublising,publishing\r\npublissher,publisher\r\npublisth,publish\r\npublity,pubility\r\npublivly,publively\r\npubliy,public\r\npubllisher,publisher\r\npublsh,publish\r\npublsih,publish\r\npublsihed,published\r\npublsiher,publisher\r\npublush,publish\r\npublusher,publisher\r\npubscribe,subscribe\r\npucela,peculiar\r\npuch,push\r\npuchase,purchase\r\npuchased,purchased\r\npuchases,purchases\r\npuchasing,purchasing\r\npucini,puccini\r\npuclaur,peculiar\r\npuddding,pudding\r\npuding,pudding\r\npuemonia,pneumonia\r\npuepose,purpose\r\npuer,pure\r\npuerly,purely\r\npuertorrican,Puerto Rican\r\npuertorricans,Puerto Ricans\r\npuf,puff\r\npufffer,puffer\r\npuffffed,puffed\r\npugin,plugin\r\npugins,plugins\r\npuglic,public\r\npuhsups,pushups\r\npuild,build\r\npuinsher,punisher\r\npuir,purple\r\npulbic,public\r\npulblic,public\r\npulic,public\r\npulish,publish\r\npulished,published\r\npulisher,publisher\r\npulizer,pulitzer\r\npulizter,pulitzer\r\npullclose,pull\r\npullies,pulleys\r\npullitzer,pulitzer\r\npullled,pulled\r\npulller,puller\r\npulllers,pullers\r\npullling,pulling\r\npullys,pulleys\r\npulmonolgist,pulmonologist\r\npulmonolgists,pulmonologists\r\npulmonoligist,pulmonologist\r\npulple,purple\r\npulsar-adnin,pulsar-admin\r\npultizer,pulitzer\r\npulĺ,pull\r\npumes,poems\r\npumkin,pumpkin\r\npumkpins,pumpkins\r\npumpinks,pumpkins\r\npumpknis,pumpkins\r\npunctiation,punctuation\r\npunctuatoin,punctuation\r\npuncutation,punctuation\r\npunihsment,punishments\r\npunishement,punishment\r\npunishemnt,punishments\r\npunishible,punishable\r\npunishmet,punishments\r\npunishmnet,punishments\r\npunishs,punishes\r\npunissable,punishable\r\npunisse,punishes\r\npunlpe,purple\r\npunn,pull\r\npunshier,punisher\r\npunshiments,punishments\r\npunshment,punishment\r\npunsihable,punishable\r\npunsiher,punisher\r\npunsihes,punishes\r\npunsihments,punishments\r\npuond,pound\r\npuondak,poundak\r\npuondas,poundas\r\npuonding,pounding\r\npuonds,pounds\r\npuorpe,purple\r\npuper,purple\r\npupeteer,puppeteer\r\npupeteers,puppeteers\r\npupile,purple\r\npuple,purple\r\npuplel,purple\r\npuplic,public\r\npuplications,publications\r\npuplished,published\r\npuplisher,publisher\r\npupolar,popular\r\npupose,purpose\r\npuposed,purposed\r\npuposedly,purposedly\r\npuposeful,purposeful\r\npuposefully,purposefully\r\npuposeless,purposeless\r\npuposelessly,purposelessly\r\npuposely,purposely\r\npuposes,purposes\r\npuposesly,purposesly\r\npuposing,purposing\r\npuppeeteer,puppeteer\r\npupple,purple\r\npuppper,pupper\r\npupppet,puppet\r\npuppteeer-lambda-boilerplate,puppeteer-lambda-boilerplate\r\npuprose,purpose\r\npuprosed,purposed\r\npuprosedly,purposedly\r\npuproseful,purposeful\r\npuprosefully,purposefully\r\npuproseless,purposeless\r\npuproselessly,purposelessly\r\npuprosely,purposely\r\npuproses,purposes\r\npuprosesly,purposesly\r\npuprosing,purposing\r\npupulate,populate\r\npupy,puppy\r\npur,put\r\npuragtory,purgatory\r\npurcahse,purchase\r\npurcahsed,purchased\r\npurcahses,purchases\r\npurce,purse\r\npurchace,purchase\r\npurchacing,purchasing\r\npurchasabilty,purchasability\r\npurchaseing,purchasing\r\npurchashing,purchasing\r\npurchses,purchases\r\npurcular,peculiar\r\npurfication,purification\r\npurficaton,purification\r\npurficiation,purification\r\npurfume,perfume\r\npurfurrred,purfurred\r\npurget,purges\r\npurgin,purging\r\npurhcase,purchase\r\npurhcased,purchased\r\npurifcation,purification\r\npurificatioin,purification\r\npurificatoin,purification\r\npurificaton,purification\r\npurificiation,purification\r\npuritannical,puritanical\r\npuritannically,puritanically\r\npuritannicals,puritanicals\r\npurle,purple\r\npurmanate,permanent\r\npurmanet,permanent\r\npurmantly,permanently\r\npurmently,permanently\r\npurminent,permanent\r\npuropse,purpose\r\npuropses,purposes\r\npurpal,purple\r\npurpel,purple\r\npurpendicular,perpendicular\r\npurpetrators,perpetrators\r\npurpetuating,perpetuating\r\npurpls,purple\r\npurpoa,purpose\r\npurpolsion,propulsion\r\npurposedly,purposely\r\npurposefuly,purposefully\r\npurposelly,purposely\r\npurposem,purpose\r\npurposfully,purposefully\r\npurposivly,purposively\r\npurposley,purposely\r\npurposses,purposes\r\npurpot,purport\r\npurpota,purporta\r\npurpoted,purported\r\npurpotedly,purportedly\r\npurpoting,purporting\r\npurpotm,purportm\r\npurpouse,purpose\r\npurpul,purple\r\npurpuse,purposes\r\npurpusefully,purposefully\r\npurrent,current\r\npurrfect,perfect\r\npurrred,purred\r\npurrring,purring\r\npurrrring,purring\r\npurrrrring,purring\r\npurrrrrred,purred\r\npurrrrrrring,purring\r\npurscieve,perceive\r\npursiut,pursuit\r\npursose,purpose\r\npursuade,persuade\r\npursuaded,persuaded\r\npursuades,persuades\r\npursuading,persuading\r\npursuasion,persuasion\r\npursuasive,persuasive\r\npursuasively,persuasively\r\npursude,pursued\r\npurtaina,purtain\r\npurtainacy,purtaincy\r\npurtainaed,purtained\r\npurtainaing,purtaining\r\npurtainas,purtains\r\npurtaini,purtain\r\npurtainicy,purtaincy\r\npurtainied,purtained\r\npurtainiing,purtaining\r\npurtainis,purtains\r\npurtian,purtain\r\npurtiana,purtain\r\npurtianacy,purtaincy\r\npurtianaed,purtained\r\npurtianaing,purtaining\r\npurtianas,purtains\r\npurtiancy,purtaincy\r\npurtianed,purtained\r\npurtiani,purtain\r\npurtianicy,purtaincy\r\npurtianied,purtained\r\npurtianiing,purtaining\r\npurtianing,purtaining\r\npurtianis,purtains\r\npurtians,purtains\r\npuruse,peruse\r\npurused,pursued\r\npusblish,publish\r\npusblishing,publishing\r\npushe,push\r\npushpus,pushups\r\npushs,pushes\r\npusician,physician\r\npusing,pushing\r\npuspose,purpose\r\npusposes,purposes\r\npusuit,pursuit\r\npususade,persuade\r\npususaded,persuaded\r\npususades,persuades\r\npususading,persuading\r\npute,puts\r\nputh,path\r\nputing,putting\r\nputpose,purpose\r\nputput,output\r\nputputs,outputs\r\nputtter,putter\r\nputtting,putting\r\npuund,pound\r\npuurrrrring,puurring\r\npuzzel,puzzle\r\npuzzzing,puzzing\r\npvrefer,prefer\r\npvreferences,preferences\r\npvreferred,preferred\r\npvrefix,prefix\r\npwoer,power\r\npwoered,powered\r\npwoerful,powerful\r\npwoerfully,powerfully\r\npyarmid,pyramid\r\npygama,pyjama\r\npyhon,python\r\npyhton,python\r\npyou,you\r\npyramidas,pyramids\r\npyramides,pyramids\r\npyramind,pyramid\r\npyrannean,pyrenean\r\npyrimads,pyramids\r\npyrimidal,pyramidal\r\npyrmaid,pyramid\r\npyrmaids,pyramids\r\npyrogrpahy,pyrography\r\npyroperty,property\r\npysce,psyche\r\npyscedelic,psychedelic\r\npyscedelics,psychedelics\r\npysces,psyches\r\npysched,psyched\r\npyschedelic,psychedelic\r\npyschedelics,psychedelics\r\npyschiatric,psychiatric\r\npyschiatrist,psychiatrist\r\npyschiatrists,psychiatrists\r\npyscho,psycho\r\npyscholgical,pyschological\r\npyschological,psychological\r\npyschologically,psychologically\r\npyschologist,psychologist\r\npyschologists,psychologists\r\npyschology,psychology\r\npyschopath,psychopath\r\npyschopathic,psychopathic\r\npyschopaths,psychopaths\r\npyschosis,psychosis\r\npyschosomatic,psychosomatic\r\npyschotic,psychotic\r\npyscian,physician\r\npyscic,psychic\r\npyscics,psychics\r\npyscological,psychological\r\npyscology,psychology\r\npyscotic,psychotic\r\npyscotics,psychotics\r\npysical,physical\r\npysicology,psychology\r\npysition,physician\r\npythn,python\r\npythno,python\r\npythnon-style,python-style\r\npythoin,python\r\npythom,python\r\npython-biuld,python-build\r\npython-socia-auth,python-social-auth\r\npythone,python\r\npythong,python\r\npythoni,python\r\npythosn,pythons\r\npytohn,python\r\npyton,python\r\npyuthon,python\r\npywws,pyws\r\npßaths,paths\r\nqalified,qualified\r\nqanda,q-and-a\r\nqasatly,qasately\r\nqaulafication,qualification\r\nqaulafications,qualifications\r\nqaulafied,qualified\r\nqaulafies,qualifies\r\nqaulafy,qualify\r\nqaulafying,qualifying\r\nqaulaties,qualities\r\nqaulaty,quality\r\nqaulification,qualification\r\nqaulifications,qualification\r\nqaulified,qualified\r\nqaulifiers,qualifiers\r\nqaulifies,qualifies\r\nqaulify,qualify\r\nqaulifying,qualifying\r\nqaulities,qualities\r\nqaulity,quality\r\nqauntafication,quantification\r\nqauntafications,quantifications\r\nqauntafied,quantified\r\nqauntafies,quantifies\r\nqauntafy,quantify\r\nqauntafying,quantifying\r\nqauntaties,quantities\r\nqauntaty,quantity\r\nqauntification,quantification\r\nqauntifications,quantifications\r\nqauntified,quantified\r\nqauntifies,quantifies\r\nqauntify,quantify\r\nqauntifying,quantifying\r\nqauntities,quantities\r\nqauntity,quantity\r\nqauntum,quantum\r\nqaurterback,quarterback\r\nqbeddding,qbedding\r\nqbj,obj\r\nqcache,cache\r\nqeen,queen\r\nqeneratoin,qeneration\r\nqery,query\r\nqestioin,qestion\r\nqeue,queue\r\nqeueu,queue\r\nqeueue,queue\r\nqeueues,queues\r\nqeury,query\r\nqeustion,question\r\nqeuue,queue\r\nqget,get\r\nqick,quick\r\nqith,with\r\nqiuet,quite\r\nqnd,and\r\nqor'aan,qur'an\r\nqor'aanic,qur'anic\r\nqor'an,qur'an\r\nqor'anic,qur'anic\r\nqor'án,qur'an\r\nqor'ánic,qur'anic\r\nqor'ân,qur'an\r\nqor'ânic,qur'anic\r\nqor'ān,qur'an\r\nqor'ānic,qur'anic\r\nqor`aan,qur'an\r\nqor`aanic,qur'anic\r\nqor`an,qur'an\r\nqor`anic,qur'anic\r\nqor`án,qur'an\r\nqor`ánic,qur'anic\r\nqor`ân,qur'an\r\nqor`ânic,qur'anic\r\nqor`ān,qur'an\r\nqor`ānic,qur'anic\r\nqoraan,qur'an\r\nqoraanic,qur'anic\r\nqoran,qur'an\r\nqoranic,qur'anic\r\nqorker,worker\r\nqorán,qur'an\r\nqoránic,qur'anic\r\nqorân,qur'an\r\nqorânic,qur'anic\r\nqorān,qur'an\r\nqorānic,qur'anic\r\nqor’aan,qur'an\r\nqor’aanic,qur'anic\r\nqor’an,qur'an\r\nqor’anic,qur'anic\r\nqor’án,qur'an\r\nqor’ánic,qur'anic\r\nqor’ân,qur'an\r\nqor’ânic,qur'anic\r\nqor’ān,qur'an\r\nqor’ānic,qur'anic\r\nqostaly,qostally\r\nqotes,quotes\r\nqouta,quota\r\nqoutation,quotation\r\nqoute,quote\r\nqouted,quoted\r\nqoutes,quotes\r\nqouting,quoting\r\nqrite,write\r\nqroperly,properly\r\nqsueries,queries\r\nqtuie,quite\r\nqu,quo\r\nquacamole,guacamole\r\nquadran,quadrant\r\nquadrapole,quadrupole\r\nquadraticly,quadratically\r\nquadrautre,quadrature\r\nquadrcentenial,quadrcentennial\r\nquadrcententenial,quadrcentennial\r\nquadrenial,quadrennial\r\nquadrenially,quadrennially\r\nquadrentenial,quadrennial\r\nquadricep,quadriceps\r\nquadricept,quadriceps\r\nquadricepts,quadriceps\r\nquadriped,quadruped\r\nquadripedalism,quadrupedalism\r\nquadropedal,quadrupedal\r\nquailfiers,qualifiers\r\nquailfy,qualify\r\nquaility,quality\r\nquailty,quality\r\nqualafied,qualified\r\nqualafy,qualify\r\nqualfication,qualification\r\nqualfications,qualifications\r\nqualficiation,qualification\r\nqualficiations,qualifications\r\nqualfied,qualified\r\nqualfier,qualifier\r\nqualfiiers,qualifiers\r\nqualfiy,qualify\r\nqualfiying,qualifying\r\nqualidier,qualifier\r\nqualifaction,qualification\r\nqualifcation,qualification\r\nqualifcations,qualifications\r\nqualifed,qualified\r\nqualifeid,qualified\r\nqualifer,qualifier\r\nqualifers,qualifiers\r\nqualifiaction,qualification\r\nqualifiactions,qualification\r\nqualificaiton,qualifications\r\nqualificaitons,qualifications\r\nqualificatioin,qualification\r\nqualificato,qualification\r\nqualificatoin,qualification\r\nqualificaton,qualification\r\nqualificatons,qualifications\r\nqualificiation,qualification\r\nqualificiations,qualifications\r\nqualifieds,qualifies\r\nqualifierais,qualifiers\r\nqualifieres,qualifiers\r\nqualififed,qualified\r\nqualifiies,qualifiers\r\nqualifiing,qualifying\r\nqualifikation,qualification\r\nqualifires,qualifiers\r\nqualifiy,qualify\r\nqualifiying,qualifying\r\nqualifyers,qualifiers\r\nqualifyng,qualifying\r\nqualitifed,qualified\r\nqualitry,quality\r\nqualitying,qualifying\r\nquallities,qualities\r\nquallity,quality\r\nqualofy,qualify\r\nqualtitative,quantitative\r\nqualtiy,quality\r\nquandry,quandary\r\nquanitfy,quantify\r\nquanities,quantities\r\nquanitites,quantities\r\nquanitities,quantities\r\nquanitity,quantity\r\nquanitty,quantity\r\nquanity,quantity\r\nquantafiable,quantifiable\r\nquantafiably,quantifiably\r\nquantaficate,quantificate\r\nquantaficates,quantificates\r\nquantafication,quantification\r\nquantafications,quantifications\r\nquantafied,quantified\r\nquantafies,quantifies\r\nquantaties,quantities\r\nquantatitive,quantitative\r\nquantative,quantitative\r\nquantaty,quantity\r\nquantfiable,quantifiable\r\nquantfiably,quantifiably\r\nquantficate,quantificate\r\nquantficates,quantificates\r\nquantfication,quantification\r\nquantfications,quantifications\r\nquantfied,quantified\r\nquantfies,quantifies\r\nquantiers,quantifiers\r\nquanties,quantities\r\nquantifed,quantified\r\nquantifes,quantifies\r\nquantifiy,quantify\r\nquantil,quantile\r\nquantitaive,quantitative\r\nquantitatve,quantitative\r\nquantite,quantities\r\nquantites,quantities\r\nquantitiative,quantitative\r\nquantitiies,quantities\r\nquantitites,quantities\r\nquantititive,quantitative\r\nquantitiy,quantity\r\nquantitize,quantities\r\nquantitties,quantities\r\nquantitty,quantity\r\nquantiy,quantity\r\nquantuty,quantity\r\nquantuum,quantum\r\nquarall,quarrel\r\nquarantaine,quarantine\r\nquarantained,quarantined\r\nquarantaines,quarantines\r\nquarante,quarantine\r\nquarantee,guarantee\r\nquarantena,quarantine\r\nquarantene,quarantine\r\nquarantenni,quarantine\r\nquarantied,quarantine\r\nquaratin,quarantine\r\nquaratine,quarantine\r\nquardian,guardian\r\nquards,guards\r\nquare,square\r\nquarell,quarrel\r\nquarelled,quarrelled\r\nquarentee,guarantee\r\nquarentine,quarantine\r\nquarentined,quarantined\r\nquarentines,quarantines\r\nquarentte,guarantee\r\nquaries,queries\r\nquarintine,quarantine\r\nquarntee,guarantee\r\nquarrantine,quarantine\r\nquartal,quarter\r\nquartaly,quartally\r\nquartee,guarantee\r\nquarterbackers,quarterbacks\r\nquarterblack,quarterback\r\nquartercask,quarterbacks\r\nquarternaries,quaternaries\r\nquarternary,quaternary\r\nquarternaryammonium,quaternaryammonium\r\nquarternata,quaternata\r\nquarternik,quaternik\r\nquarternions,quaternions\r\nquarternity,quaternity\r\nquarternium,quaternium\r\nquarternization,quaternization\r\nquarternized,quaternized\r\nquartery,quarterly\r\nquartlery,quarterly\r\nquaruntine,quarantine\r\nquary,query\r\nquarying,querying\r\nquasatly,quasately\r\nquassar,quasar\r\nquat,quart\r\nquatar,qatar\r\nquatari,qatari\r\nquatauqua,chautauqua\r\nquater,quarter\r\nquater-final,quarter-final\r\nquateract,quarteract\r\nquateranary,quarteranary\r\nquaterary,quarterary\r\nquaterback,quarterback\r\nquaterbackin,quarterbackin\r\nquaterbacks,quarterbacks\r\nquaterberth,quarterberth\r\nquaterbind,quarterbind\r\nquaterd,quarterd\r\nquaterdecies,quarterdecies\r\nquaterdeck,quarterdeck\r\nquaterdecks,quarterdecks\r\nquatere,quartere\r\nquatered,quartered\r\nquaterely,quarterely\r\nquateres,quarteres\r\nquateret,quarteret\r\nquaterfages,quarterfages\r\nquaterfinal,quarterfinal\r\nquaterfinalist,quarterfinalist\r\nquaterfinalists,quarterfinalists\r\nquaterfinals,quarterfinals\r\nquaterflash,quarterflash\r\nquaterfoil,quarterfoil\r\nquaterfold,quarterfold\r\nquaterhead,quarterhead\r\nquateria,quarteria\r\nquaterin,quarterin\r\nquaterine,quarterine\r\nquatering,quartering\r\nquaterio,quarterio\r\nquaterions,quaternions\r\nquaterium,quarterium\r\nquaterius,quarterius\r\nquaterjet,quarterjet\r\nquaterl,quarterl\r\nquaterlies,quarterlies\r\nquaterlife,quarterlife\r\nquaterloo,quarterloo\r\nquaterly,quarterly\r\nquatermai,quartermai\r\nquaterman,quarterman\r\nquatermania,quartermania\r\nquatermans,quartermans\r\nquatermary,quartermary\r\nquatermas,quartermas\r\nquatermaster,quartermaster\r\nquatermastergeorge,quartermastergeorge\r\nquatermile,quartermile\r\nquatermoose,quartermoose\r\nquaternino,quaternion\r\nquatero,quartero\r\nquateroid,quarteroid\r\nquateroni,quarteroni\r\nquaterons,quarterons\r\nquaterphenylenes,quarterphenylenes\r\nquaterphenyls,quarterphenyls\r\nquaterpipe,quarterpipe\r\nquaterpipes,quarterpipes\r\nquaterpyridine,quarterpyridine\r\nquaterpyridinium,quarterpyridinium\r\nquaterquem,quarterquem\r\nquaterra,quarterra\r\nquaterria,quarterria\r\nquaterris,quarterris\r\nquaterround,quarterround\r\nquaterrug,quarterrug\r\nquatersawn,quartersawn\r\nquatersnacks,quartersnacks\r\nquatersperanto,quartersperanto\r\nquatersphere,quartersphere\r\nquaterthiophene,quarterthiophene\r\nquatertone,quartertone\r\nquaterunium,quarterunium\r\nquatervois,quartervois\r\nquatery,quartery\r\nquaterz,quarterz\r\nquaties,qualities\r\nquatity,quantity\r\nquatization,quantization\r\nquators,quarters\r\nqucik,quick\r\nqucikest,quickest\r\nquck,quick\r\nqucker,quicker\r\nquckly,quickly\r\nque,queue\r\nquear,queer\r\nqueation,equation\r\nqueations,equations\r\nqueenland,queensland\r\nqueing,queuing\r\nqueires,queries\r\nqueit,quite\r\nqueitly,quietly\r\nquention,quentin\r\nquequ,queue\r\nquered,queued\r\nquereies,queries\r\nquereis,queries\r\nqueres,queries\r\nqueretaro,querétaro\r\nquerey,query\r\nqueriess,queries\r\nquering,querying\r\nquerious,curious\r\nquerisity,curiosity\r\nqueriying,querying\r\nquerks,quirks\r\nquerosity,curiosity\r\nquerry,query\r\nquerstions,questions\r\nqueryies,queries\r\nquerys,queries\r\nquerystr,query\r\nquesion,question\r\nquesioned,questioned\r\nquesioner,questioner\r\nquesioners,questioners\r\nquesioning,questioning\r\nquesionnaire,questionnaire\r\nquesions,questions\r\nquesionuse,questionnaire\r\nquesiton,question\r\nquesitonable,questionable\r\nquesitoned,questioned\r\nquesitoner,questioner\r\nquesitoners,questioners\r\nquesitoning,questioning\r\nquesitons,questions\r\nquestatiner,questionnaire\r\nquestiion,question\r\nquestioair,questionnaire\r\nquestioin,question\r\nquestiom,question\r\nquestiomed,questioned\r\nquestiomer,questioner\r\nquestiomers,questioners\r\nquestioming,questioning\r\nquestioms,questions\r\nquestionabilty,questionability\r\nquestionaer,questionnaire\r\nquestionair,questionnaire\r\nquestionaire,questionnaire\r\nquestionairre,questionnaire\r\nquestionairs,questionnaires\r\nquestional,questionable\r\nquestionalbe,questionable\r\nquestionalble,questionable\r\nquestionar,questionnaire\r\nquestionare,questionnaire\r\nquestionarre,questionnaire\r\nquestionary,questionnaire\r\nquestiond,questioned\r\nquestioneair,questionnaire\r\nquestionear,questionnaire\r\nquestionearl,questionnaire\r\nquestioneer,questionnaire\r\nquestioneir,questionnaire\r\nquestionere,questionnaire\r\nquestionerr,questionnaire\r\nquestionery,questionnaire\r\nquestiong,questioning\r\nquestioniar,questionnaire\r\nquestioniare,questionnaire\r\nquestionier,questionnaire\r\nquestionior,questionnaire\r\nquestionire,questionnaire\r\nquestionn,questioning\r\nquestionnable,questionable\r\nquestionnair,questionnaire\r\nquestionnairs,questionnaires\r\nquestionnar,questionnaire\r\nquestionnare,questionnaire\r\nquestionne,questioned\r\nquestionned,questioned\r\nquestionner,questionnaire\r\nquestionnere,questionnaire\r\nquestionniare,questionnaire\r\nquestionning,questioning\r\nquestionnnair,questionnaire\r\nquestionnnairs,questionnaires\r\nquestionnnnair,questionnaire\r\nquestionnnnairs,questionnaires\r\nquestionnnnnair,questionnaire\r\nquestionnnnnairs,questionnaires\r\nquestionque,questionnaire\r\nquestionry,questionnaire\r\nquestionsign,questioning\r\nquestionsm,questions\r\nquestiosn,questions\r\nquestiuon,question\r\nquestoin,question\r\nquestoined,questioned\r\nquestoiner,questioner\r\nquestoiners,questioners\r\nquestoining,questioning\r\nquestoins,questions\r\nqueston,question\r\nquestonable,questionable\r\nquestons,questions\r\nquestsions,questions\r\nquesy,query\r\nquete,queue\r\nqueternion,quaternion\r\nquetion,question\r\nquetioned,questioned\r\nquetioner,questioner\r\nquetioners,questioners\r\nquetioning,questioning\r\nquetions,questions\r\nqueu,queue\r\nqueueinga,queueing\r\nqueueus,queues\r\nqueus,queues\r\nquey,query\r\nquialifier,qualifier\r\nquiality,quality\r\nquiant,quaint\r\nquiantance,quaintance\r\nquianted,quainted\r\nquiantedly,quaintedly\r\nquiantest,quaintest\r\nquianting,quainting\r\nquiantly,quaintly\r\nquiants,quaints\r\nquiatly,quiately\r\nquibilty,quibility\r\nquic,quick\r\nquich,quick\r\nquick-release-iamges,quick-release-images\r\nquickely,quickly\r\nquicket,quickest\r\nquickets,quickest\r\nquickley,quickly\r\nquicklly,quickly\r\nquicklyu,quickly\r\nquicks,quick\r\nquicksivler,quicksilver\r\nquicktelller,quickteller\r\nquicky,quickly\r\nquickyl,quickly\r\nquicly,quickly\r\nquide,guide\r\nquides,guides\r\nquielty,quietly\r\nquieries,queries\r\nquies,queries\r\nquik,quick\r\nquikly,quickly\r\nquillities,quilities\r\nquillling,quilling\r\nquinessential,quintessential\r\nquinessentially,quintessentially\r\nquinic,quintic\r\nquinnones,quinones\r\nquinquireme,quinquereme\r\nquintesencial,quintessential\r\nquintesential,quintessential\r\nquintesentially,quintessentially\r\nquintessencial,quintessential\r\nquintessentail,quintessential\r\nquintessentual,quintessential\r\nquintessesital,quintessential\r\nquiries,queries\r\nquirious,curious\r\nquirolgico,quirologico\r\nquirous,curious\r\nquirrous,curious\r\nquiscent,quiescent\r\nquitely,quietly\r\nquitly,quietly\r\nquittters,quitters\r\nquix,quiz\r\nquized,quizzed\r\nquizes,quizzes\r\nqulateral,collateral\r\nqulitiy,quality\r\nqunatum,quantum\r\nqunetin,quentin\r\nquontity,quantity\r\nquoran,qur'an\r\nquoranic,qur'anic\r\nquorem,quorum\r\nquorm,quorum\r\nquorom,quorum\r\nquorumtoken,quorum\r\nquotatino,quotation\r\nquotatoin,quotation\r\nquotatoins,quotations\r\nquoteince,quotience\r\nquoteinces,quotiences\r\nquoteint,quotient\r\nquoteinto,quotiento\r\nquotetwoquote,quote\r\nquotiance,quotience\r\nquotiances,quotiences\r\nquotiant,quotient\r\nquotion,quotation\r\nquots,quotes\r\nquotunnamedquot,unnamed\r\nquouted,quoted\r\nquouting,quoting\r\nquoz,quiz\r\nqur'aan,qur'an\r\nqur'aanic,qur'anic\r\nqur`aan,qur'an\r\nqur`anic,qur'anic\r\nqura'aan,qur'an\r\nqura'an,qur'an\r\nqura'anic,qur'anic\r\nqura`an,qur'an\r\nqurantee,guarantee\r\nqura’an,qur'an\r\nqura’anic,qur'anic\r\nqure,cure\r\nqurey,query\r\nqurey-rewriting,query-rewriting\r\nquried,queried\r\nquries,queries\r\nquriosity,curiosity\r\nqurious,curious\r\nqurosity,curiosity\r\nqury,query\r\nqur’aan,qur'an\r\nqur’aanic,qur'anic\r\nqusar,quasar\r\nquse,use\r\nqustiar,questionnaire\r\nqustion,question\r\nqustions,questions\r\nqutations,quotations\r\nqute,quite\r\nqutie,quite\r\nquto-generated,auto-generated\r\nquue,queue\r\nquuery,query\r\nqwhen,when\r\nqwws,qws\r\nqyczzwws,qyczzws\r\nqyery,query\r\nraactor,reactor\r\nraatoin,raation\r\nrabbies,rabies\r\nrabbitos,rabbits\r\nrabbitt,rabbit\r\nrabbitts,rabbits\r\nrabinical,rabbinical\r\nrabinically,rabbinically\r\nrabinnical,rabbinical\r\nrabinnically,rabbinically\r\nrabinnnical,rabbinical\r\nrabinnnically,rabbinically\r\nrabinnnnical,rabbinical\r\nrabinnnnically,rabbinically\r\nrabinnnnnical,rabbinical\r\nrabinnnnnically,rabbinically\r\nrabit,rabbit\r\nracaus,raucous\r\nracausly,raucously\r\nrach,each\r\nracionalization,rationalization\r\nracisst,racists\r\nracistas,racists\r\nracistes,racists\r\nrackers,trackers\r\nrackign,racking\r\nrackmount,rack-mount\r\nrackmounted,rack-mounted\r\nracooons,racoons\r\nract,react\r\nracthet,ratchet\r\nracying,racing\r\nradaince,radiance\r\nradaint,radiant\r\nradare,radar\r\nradation,radiation\r\nradations,radiations\r\nradative,radiative\r\nraddish,radish\r\nrader,radar\r\nradiaclly,radically\r\nradiactive,radioactive\r\nradiactivity,radioactivity\r\nradiane,radiance\r\nradiant-snippets-extnesion,radiant-snippets-extension\r\nradiaoctive,radioactive\r\nradiater,radiator\r\nradiatioin,radiation\r\nradiatoin,radiation\r\nradicalis,radicals\r\nradicas,radicals\r\nradicing,rating\r\nradience,radiance\r\nradient,gradient\r\nradients,radiants\r\nradiers,raiders\r\nradification,ratification\r\nradified,ratified\r\nradify,ratify\r\nradioacive,radioactive\r\nradioactice,radioactive\r\nradioactief,radioactive\r\nradioactieve,radioactive\r\nradioaktive,radioactive\r\nradiocative,radioactive\r\nradiogrpahic,radiographic\r\nradiolgicas,radiologicas\r\nradiolgist,radiologist\r\nradioligical,radiological\r\nradioligist,radiologist\r\nradions,radians\r\nradiopactiy,radiopacity\r\nradious,radius\r\nradisssion,radission\r\nradiu,radius\r\nradiump,radium\r\nradiuss,radius\r\nraduis,radius\r\nraed,read\r\nraelism,realism\r\nraelly,really\r\nraggging,ragging\r\nragistratoin,ragistration\r\nragments,fragments\r\nragularization,regularization\r\nrahpsody,rhapsody\r\nraibow,rainbow\r\nraidance,radiance\r\nraidant,radiant\r\nraidhs,radish\r\nraido,radio\r\nraidoactive,radioactive\r\nraidus,radius\r\nraiils,rails\r\nrailled,railed\r\nrailling,railing\r\nraills,rails\r\nraiload,railroad\r\nrailoaded,railroaded\r\nrailoader,railroader\r\nrailoaders,railroaders\r\nrailoading,railroading\r\nrailoads,railroads\r\nrailraod,railroad\r\nrailraoded,railroaded\r\nrailraoder,railroader\r\nrailraoders,railroaders\r\nrailraoding,railroading\r\nrailraods,railroads\r\nrailrod,railroad\r\nrailrode,railroad\r\nrainbos,rainbows\r\nrainbowers,rainbows\r\nrainbowws,rainbows\r\nrainbowwwwws,rainbowwwws\r\nraincoad,raincoat\r\nraincort,raincoat\r\nraincot,raincoat\r\nraind,rained\r\nrainey,rainy\r\nraing,rang\r\nrainhat,raincoat\r\nrainning,raining\r\nraisee,raise\r\nraisespossibilty,raisespossibility\r\nrait,rate\r\nraiting,rating\r\nraize,raise\r\nrakeing,rating\r\nralated,related\r\nralative,relative\r\nralidates,validates\r\nraliegh,raleigh\r\nralllings,rallings\r\nrallyway,railway\r\nrals,rails\r\nralway,railway\r\nraly,really\r\nramdom,random\r\nramework,framework\r\nramificaitons,ramifications\r\nramining,remaining\r\nrammmmed,rammed\r\nramplily,rampantly\r\nrancar,raincoat\r\nrance,range\r\nranchehr,rancher\r\nrancoat,raincoat\r\nrancot,raincoat\r\nrancoth,raincoat\r\nrandalllor,randallor\r\nrander,render\r\nranding,random\r\nrandmoness,randomness\r\nrandomally,randomly\r\nrandome,random\r\nrandomely,randomly\r\nrandomes,randoms\r\nrandomez,randomized\r\nrandomic,random\r\nrandomn,random\r\nrandomns,randoms\r\nrandomnumber,rand\r\nrandomrs,randoms\r\nrandomus,randoms\r\nrandomzied,randomized\r\nrandonmess,randomness\r\nrandonmized,randomized\r\nrandrom,random\r\nrandumness,randomness\r\nrane,rain\r\nrangeablility,rangeability\r\nrangeablity,rangeability\r\nrangeing,ranging\r\nraning,raining\r\nrankd,ranked\r\nranke,rank\r\nrankign,ranking\r\nrankot,raincoat\r\nranme,rename\r\nranndom,random\r\nranodmization,randomization\r\nranomizer,randomizer\r\nransition,transition\r\nransmission,transmission\r\nraoches,roaches\r\nraoming,roaming\r\nraosting,roasting\r\nrapberry,raspberry\r\nrapdily,rapidly\r\nrapedly,rapidly\r\nraphics,graphics\r\nraphsody,rhapsody\r\nrapidely,rapidly\r\nrapidpy,rapidly\r\nrappelle,rappel\r\nrappper,rapper\r\nrapsberry,raspberry\r\nraptores,raptors\r\nraptros,raptors\r\nraputre,rapture\r\nraq,raw\r\nrareley,rarely\r\nrarher,rather\r\nrarified,rarefied\r\nrarley,rarely\r\nrarly,rarely\r\nrarther,rather\r\nrarver,rather\r\nrasberies,raspberries\r\nrasberries,raspberries\r\nrasberry,raspberry\r\nrasbery,raspberry\r\nrasbperry,raspberry\r\nrase,raise\r\nrased,raised\r\nraser,answer\r\nrases,races\r\nrasied,raised\r\nrasing,raising\r\nrasised,raised\r\nrask,task\r\nraspbbery,raspberry\r\nraspberies,raspberries\r\nraspberri,raspberry\r\nraspberrry,raspberry\r\nraspbery,raspberry\r\nrasperies,raspberries\r\nrasperries,raspberries\r\nrasperrry,raspberry\r\nrasperry,raspberry\r\nraspery,raspberry\r\nrast,rest\r\nratafiable,ratifiable\r\nratafiably,ratifiably\r\nrataficate,ratificate\r\nrataficates,ratificates\r\nratafication,ratification\r\nratafications,ratifications\r\nratafied,ratified\r\nratafies,ratifies\r\nratafy,ratify\r\nratched,ratcheted\r\nratding,rating\r\nrate-limitted,rate-limited\r\nratehr,rather\r\nrateing,rating\r\nratfiable,ratifiable\r\nratfiably,ratifiably\r\nratficate,ratificate\r\nratficates,ratificates\r\nratfication,ratification\r\nratfications,ratifications\r\nratfied,ratified\r\nratfies,ratifies\r\nratfiy,ratify\r\nrathar,rather\r\nrathcet,ratchet\r\nrathe,rather\r\nrathern,rather\r\nratifed,ratified\r\nratifes,ratifies\r\nratifiy,ratify\r\nratinale,rationale\r\nrationa,rational\r\nrationalizablity,rationalizability\r\nrationalizaiton,rationalization\r\nrationalizating,rationalization\r\nrationalizatoin,rationalization\r\nrationalizaton,rationalization\r\nrationalle,rationale\r\nrationallity,rationally\r\nrationaly,rationally\r\nrationel,rationale\r\nrationnal,rational\r\nrative,rating\r\nratle,rattle\r\nratofy,ratify\r\nratpure,rapture\r\nraturn,return\r\nraucus,raucous\r\nraucusly,raucously\r\nravaled,raveled\r\nravaler,raveler\r\nravalers,ravelers\r\nravle,ravel\r\nravled,raveled\r\nravleing,raveling\r\nravler,raveler\r\nravlers,ravelers\r\nravles,ravels\r\nravling,raveling\r\nrawrencium,lawrencium\r\nraws,rows\r\nrayliegh,rayleigh\r\nrayly,really\r\nrazzzor,razzor\r\nrbequire,require\r\nrbg,rgb\r\nrceley,recently\r\nrconsole,console\r\nrcord,record\r\nrcoverd,rcovered\r\nrcreate,create\r\nrd-wideget-body,rd-widget-body\r\nrdering,ordering\r\nrdnered,rendered\r\nre-aqcuired,re-acquired\r\nre-arange,re-arrange\r\nre-architecturingrefactoring,re-architecture\r\nre-arised,re-raised\r\nre-assign,reassign\r\nre-assigned,reassigned\r\nre-assigning,reassigning\r\nre-assignment,reassignment\r\nre-assignments,reassignments\r\nre-assigns,reassigns\r\nre-birth,rebirth\r\nre-born,reborn\r\nre-calcualtions,re-calculations\r\nre-conncet,re-connect\r\nre-connectiong,re-connecting\r\nre-destributed,re-distributed\r\nre-enble,re-enable\r\nre-evalation,re-evaluation\r\nre-evaludated,re-evaluated\r\nre-evaluted,re-evaluated\r\nre-genereated,re-generated\r\nre-hydratation,re-hydration\r\nre-impelemtation,re-implementation\r\nre-initialzing,re-initializing\r\nre-instanciated,re-instantiated\r\nre-interpretted,re-interpreted\r\nre-intialize,re-initialize\r\nre-introcduced,reintroduced\r\nre-iterprite,re-interpret\r\nre-marriage,remarriage\r\nre-marriages,remarriages\r\nre-married,remarried\r\nre-marries,remarries\r\nre-marry,remarry\r\nre-marrying,remarrying\r\nre-name,rename\r\nre-named,renamed\r\nre-names,renames\r\nre-naming,renaming\r\nre-oder,re-order\r\nre-organizating,re-organizing\r\nre-packge,re-package\r\nre-partion,re-partition\r\nre-realeased,re-released\r\nre-requesrt,re-request\r\nre-reun,rerun\r\nre-schedule,reschedule\r\nre-scheduled,rescheduled\r\nre-schedules,reschedules\r\nre-scheduling,rescheduling\r\nre-start,restart\r\nre-started,restarted\r\nre-starting,restarting\r\nre-starts,restarts\r\nre-un,re-run\r\nrea,area\r\nreaable,readable\r\nreaached,reached\r\nreaadme,readme\r\nreaads,reads\r\nreaasert,reassert\r\nreable,readable\r\nreablity,reability\r\nreac,read\r\nreac-native,react-native\r\nreacable,reachable\r\nreaccquaint,reacquaint\r\nreaccquire,reacquire\r\nreaccquiri,reacquiri\r\nreaccquisition,reacquisition\r\nreaccquisitions,reacquisitions\r\nreaccquisitive,reacquisitive\r\nreaccquit,reacquit\r\nreaccquits,reacquits\r\nreaccquittal,reacquittal\r\nreaccquittals,reacquittals\r\nreaccquitted,reacquitted\r\nreaccquitting,reacquitting\r\nreaccured,recurred\r\nreaccurence,recurrence\r\nreaccurences,recurrences\r\nreaccurent,recurrent\r\nreaccurently,recurrently\r\nreaccuring,recurring\r\nreaccurred,recurred\r\nreaccurrence,recurrence\r\nreaccurrences,recurrences\r\nreaccurrent,recurrent\r\nreaccurrently,recurrently\r\nreaccurring,recurring\r\nreace,race\r\nreaced,reached\r\nreacently,recently\r\nreaces,reaches\r\nreachabillity,reachability\r\nreachablility,reachability\r\nreachablity,reachability\r\nreacheable,reachable\r\nreachibility,reachability\r\nreachs,reaches\r\nreacing,reaching\r\nreacll,recall\r\nreaclled,recalled\r\nreaclling,recalling\r\nreaclls,recalls\r\nreacon,reckon\r\nreacreates,recreates\r\nreacter,reactor\r\nreacteral,reactoral\r\nreactered,reactored\r\nreacterial,reactorial\r\nreactering,reactoring\r\nreacters,reactors\r\nreactioin,reaction\r\nreactionair,reactionary\r\nreactionairy,reactionary\r\nreactionay,reactionary\r\nreactionnary,reactionary\r\nreactiony,reactionary\r\nreactioons,reactions\r\nreactioos,reactions\r\nreactiosn,reactions\r\nreactived,reactivated\r\nreactivies,reactivities\r\nreactiving,reactivating\r\nreactivites,reactivities\r\nreacured,recurred\r\nreacurence,recurrence\r\nreacurences,recurrences\r\nreacurent,recurrent\r\nreacurently,recurrently\r\nreacuring,recurring\r\nreacurring,recurring\r\nread-commited,read-committed\r\nread-lonly,read-only\r\nreadabililty,readability\r\nreadabillity,readability\r\nreadabilty,readability\r\nreadabl,readable\r\nreadabliity,readability\r\nreadablility,readability\r\nreadablilty,readability\r\nreadablity,readability\r\nreadaiblity,readability\r\nreadalbe,readable\r\nreadbale,readable\r\nreadbility,readability\r\nreadble,readable\r\nreadched,reaches\r\nreade,ready\r\nreadeable,readable\r\nreadeble,readable\r\nreaded,read\r\nreades,readers\r\nreadiability,readability\r\nreadiablity,readiability\r\nreadibility,readability\r\nreadibilty,readibility\r\nreadible,readable\r\nreadiblity,readability\r\nreadibly,readably\r\nreadingg,reading\r\nreadinh,reading\r\nreadio,radio\r\nreadius,radius\r\nreadly,readily\r\nreadmision,readmission\r\nreadmisson,readmission\r\nreadmissons,readmissions\r\nreadmited,ReAdmitted\r\nreadmitedly,ReAdmittedly\r\nreadmiting,ReAdmitting\r\nreadmition,readmission\r\nreadmouved,removed\r\nreadong,reading\r\nreadonly,read-only\r\nreadquaint,reacquaint\r\nreadquire,reacquire\r\nreadquiri,reacquiri\r\nreadquirir,reacquirir\r\nreadquisition,reacquisition\r\nreadquisitions,reacquisitions\r\nreadquisitive,reacquisitive\r\nreadquit,reacquit\r\nreadquits,reacquits\r\nreadquittal,reacquittal\r\nreadquittals,reacquittals\r\nreadquitted,reacquitted\r\nreadquitting,reacquitting\r\nreadyness,readiness\r\nreaenly,recently\r\nreafasmeant,refreshment\r\nreafestmet,refreshment\r\nreafing,referring\r\nreafrehment,refreshment\r\nreafreshment,refreshment\r\nreafrment,refreshment\r\nreagen,region\r\nreagion,region\r\nreagional,regional\r\nreagionalise,regionalise\r\nreagionalised,regionalised\r\nreagionalises,regionalises\r\nreagionalism,regionalism\r\nreagionalize,regionalize\r\nreagionalized,regionalized\r\nreagionalizes,regionalizes\r\nreagionally,regionally\r\nreagionals,regionals\r\nreagionaries,regionaries\r\nreagionary,regionary\r\nreagions,regions\r\nreagrds,regards\r\nreail,reality\r\nreajusted,readjusted\r\nreakon,reckon\r\nrealaase,release\r\nrealaased,released\r\nrealaases,releases\r\nrealaasing,releasing\r\nrealase,release\r\nrealased,released\r\nrealases,releases\r\nrealasing,releasing\r\nrealate,relate\r\nrealated,related\r\nrealates,relates\r\nrealation,relation\r\nrealational,relational\r\nrealations,relations\r\nrealationship,relationship\r\nrealationships,relationships\r\nrealative,relative\r\nrealativeley,relativeley\r\nrealatively,relatively\r\nrealatives,relatives\r\nrealativi,relativi\r\nrealaxatioin,realaxation\r\nrealea,really\r\nrealeaf,relief\r\nrealease,release\r\nrealeased,released\r\nrealeases,releases\r\nrealeasing,releasing\r\nrealese,release\r\nrealesed,released\r\nrealeses,releases\r\nrealesing,releasing\r\nrealiability,reliability\r\nrealiabilty,realiability\r\nrealiable,reliable\r\nrealiablity,realiability\r\nrealibility,reliability\r\nrealibilty,reliability\r\nrealible,reliable\r\nrealibly,reliably\r\nrealied,relied\r\nrealies,realise\r\nrealiest,earliest\r\nrealisablility,realisability\r\nrealisim,realism\r\nrealisitc,realistic\r\nrealisitcally,realistically\r\nrealisitic,realistic\r\nrealisme,realise\r\nrealistaly,realistally\r\nrealistc,realistic\r\nrealiste,realise\r\nrealisticaly,realistically\r\nrealistice,realistic\r\nrealisticlly,realistically\r\nrealistisch,realistic\r\nrealitave,relative\r\nrealitavely,relatively\r\nrealitaves,relatives\r\nrealitivly,realitively\r\nrealitve,relative\r\nrealitvely,relatively\r\nrealitves,relatives\r\nrealive,relative\r\nrealizabilty,realizability\r\nreall,really\r\nreallign,realign\r\nrealligned,realigned\r\nrealligning,realigning\r\nreallignment,realignment\r\nreallignments,realignments\r\nrealligns,realigns\r\nreallike,really\r\nreallities,realities\r\nreallity,reality\r\nreallly,really\r\nreallocted,reallocated\r\nreallt,really\r\nreaload,reload\r\nrealoading,reloading\r\nrealocated,reallocated\r\nrealocation,relocation\r\nrealod,reload\r\nrealoded,reloaded\r\nrealoding,reloading\r\nrealods,reloads\r\nrealsie,realise\r\nrealsied,realised\r\nrealsim,realism\r\nrealsit,realist\r\nrealsitic,realistic\r\nrealsitically,realistically\r\nrealsitics,realistics\r\nrealsits,realists\r\nrealtable,relatable\r\nrealte,relate\r\nrealted,related\r\nrealtes,relates\r\nrealting,relating\r\nrealtion,relation\r\nrealtional,relational\r\nrealtions,relations\r\nrealtionship,relationship\r\nrealtionships,relationships\r\nrealtive,relative\r\nrealtively,relatively\r\nrealtives,relatives\r\nrealtivi,relativi\r\nrealtivity,relativity\r\nrealtivly,realtively\r\nrealy,really\r\nrealyl,really\r\nreambeer,remember\r\nreamber,remember\r\nreameder,remember\r\nreamemer,remember\r\nreamined,remained\r\nreamining,remaining\r\nreamins,remains\r\nreamrks,remarks\r\nreand,read\r\nreanges,ranges\r\nreanked,ranked\r\nreanning,reaning\r\nreant,rent\r\nreaonably,reasonably\r\nreaons,reasons\r\nreaosn,reason\r\nreapeareance,reappearance\r\nreapeareances,reappearances\r\nreapearence,reappearance\r\nreapearences,reappearances\r\nreapeat,repeat\r\nreapeativly,reapeatively\r\nreaperance,reappearance\r\nreaperances,reappearances\r\nreapir,repair\r\nreapired,repaired\r\nreapirs,repairs\r\nreaplce,replace\r\nreaplugs,earplugs\r\nreaplying,replaying\r\nreaponsibilities,responsibilities\r\nreaponsibility,responsibility\r\nreappearandce,ReAppearance\r\nreappearandces,ReAppearances\r\nreappearandcie,ReAppearancie\r\nreappearandcies,ReAppearancies\r\nreappearandcy,ReAppearancy\r\nreappearandt,ReAppearant\r\nreappearandtly,ReAppearantly\r\nreappearandts,ReAppearants\r\nreappeard,reappeared\r\nreappeareance,reappearance\r\nreappeareances,reappearances\r\nreappearence,reappearance\r\nreappearences,reappearances\r\nreappearencie,ReAppearancie\r\nreappearencies,ReAppearancies\r\nreappearency,ReAppearancy\r\nreappearent,ReAppearant\r\nreappearently,ReAppearantly\r\nreappearents,ReAppearants\r\nreapperance,reappearance\r\nreapperances,reappearances\r\nreapprearance,reappearance\r\nreapprearances,reappearances\r\nreaprearance,reappearance\r\nreaprearances,reappearances\r\nreaquaint,reacquaint\r\nreaquainted,reacquainted\r\nreaquainting,reacquainting\r\nreaquire,reacquire\r\nreaquired,reacquired\r\nreaquirement,reacquirement\r\nreaquirements,reacquirements\r\nreaquires,reacquires\r\nreaquiri,reacquiri\r\nreaquiring,reacquiring\r\nreaquisition,reacquisition\r\nreaquisitions,reacquisitions\r\nreaquisitive,reacquisitive\r\nreaquit,reacquit\r\nreaquits,reacquits\r\nreaquittal,reacquittal\r\nreaquittals,reacquittals\r\nreaquitted,reacquitted\r\nreaquitting,reacquitting\r\nrearange,rearrange\r\nrearanged,rearranged\r\nrearangement,rearrangement\r\nrearangements,rearrangements\r\nrearanger,rearranger\r\nrearanges,rearranges\r\nrearanging,rearranging\r\nrearival,rearrival\r\nrearivals,rearrivals\r\nrearive,rearrive\r\nrearived,rearrived\r\nrearives,rearrives\r\nreariving,rearriving\r\nrearly,really\r\nrearraneging,rearranging\r\nrearrangeing,rearranging\r\nrearrangment,rearrangement\r\nrearrangments,rearrangements\r\nrearranng,ReArranging\r\nrearrenge,rearrange\r\nreas,read\r\nreasaintly,recently\r\nreasantly,recently\r\nreasearch,research\r\nreasearcher,researcher\r\nreasearchers,researchers\r\nreasemble,reassemble\r\nreasembled,reassembled\r\nreasembly,reassembly\r\nreasenly,recently\r\nreaserch,research\r\nreaserched,researched\r\nreasercher,researcher\r\nreaserchers,researchers\r\nreaserching,researching\r\nreasign,reassign\r\nreasinably,reasonably\r\nreasiness,readiness\r\nreasion,reason\r\nreasitly,recently\r\nreaslized,realized\r\nreasonableful,reasonable\r\nreasonablely,reasonably\r\nreasonabley,reasonably\r\nreasonablly,reasonably\r\nreasonal,reasonably\r\nreasonble,reasonable\r\nreasonbly,reasonably\r\nreasone,reasons\r\nreasoneable,reasonable\r\nreasoneble,reasonable\r\nreasonible,reasonable\r\nreasonining,reasoning\r\nreasonitem,reason\r\nreasonly,recently\r\nreasonm,reason\r\nreasonnable,reasonable\r\nreasonse,response\r\nreassembelance,reassemblance\r\nreassembeled,reassembled\r\nreassembeling,reassembling\r\nreassembely,reassembly\r\nreasses,reassess\r\nreassinging,re-assigning\r\nreassmble,reassemble\r\nreassmebled,reassembled\r\nreassureing,reassuring\r\nreassurring,reassuring\r\nreast,rest\r\nreasturant,restaurant\r\nreatc,react\r\nreate,create\r\nreates,creates\r\nreath,wreath\r\nreatiler,retailer\r\nreating,creating\r\nreation,relation\r\nreauired,required\r\nreault,result\r\nreausable,reusable\r\nreauthorizatoin,reauthorization\r\nreaveled,revealed\r\nreaveling,revealing\r\nreay,really\r\nreay-only,read-only\r\nrebaggging,rebagging\r\nrebarter,reporter\r\nrebdered,rendered\r\nrebeatifed,ReBeatified\r\nrebeatifes,ReBeatifies\r\nrebeautifed,ReBeautified\r\nrebeautifes,ReBeautifies\r\nrebell,rebel\r\nrebellios,rebellious\r\nrebellis,rebellious\r\nrebelllion,rebellion\r\nrebemer,remember\r\nrebiulding,rebuilding\r\nrebkaing,ReBaking\r\nrebkaings,ReBakings\r\nreblannce,rebalance\r\nrebllions,rebellions\r\nreboudning,rebounding\r\nreboudns,rebounds\r\nrebounce,rebound\r\nrebouncing,rebounding\r\nrebouns,rebounds\r\nrebrekaing,ReBreaking\r\nrebrekaings,ReBreakings\r\nrebublic,republic\r\nrebublican,republican\r\nrebublicans,republicans\r\nrebublics,republics\r\nrebuce,reduce\r\nrebuid,rebuild\r\nrebuiding,rebuilding\r\nrebuidings,rebuildings\r\nrebuidl,rebuild\r\nrebuidling,rebuilding\r\nrebuidlings,rebuildings\r\nrebuidls,rebuilds\r\nrebuids,rebuilds\r\nrebuildling,rebuilding\r\nrebuildt,rebuilt\r\nrebuiling,rebuilding\r\nrebuit,rebuilt\r\nrebuiting,rebuilting\r\nrebuitings,rebuiltings\r\nrebuitl,rebuilt\r\nrebuitling,rebuilting\r\nrebuitlings,rebuiltings\r\nrebuitls,rebuilts\r\nrebuits,rebuilts\r\nrebulid,rebuild\r\nrebuliding,rebuilding\r\nrebulids,rebuilds\r\nrebulit,rebuilt\r\nrebult,rebuilt\r\nrebuplic,republic\r\nrebuplican,republican\r\nrebuplicans,republicans\r\nrebutal,rebuttal\r\nrebuttle,rebuttal\r\nrecacall,recall\r\nrecacorse,resource\r\nrecained,regained\r\nrecalcualtes,recalculates\r\nrecalculatethe,recalculate\r\nrecale,rescale\r\nrecalim,reclaim\r\nrecallection,recollection\r\nrecallling,recalling\r\nrecamendations,recommendations\r\nrecamended,recommended\r\nrecamending,recommending\r\nrecamente,recommend\r\nrecand,regained\r\nrecanistion,recognition\r\nrecantly,recently\r\nrecantyly,recently\r\nrecasition,requisition\r\nrecasted,recast\r\nrecate,relate\r\nrecations,creations\r\nrecative,reactive\r\nrecatored,refactored\r\nrecauce,resource\r\nrecavied,received\r\nreccamend,recommend\r\nreccamendable,recommendable\r\nreccamended,recommended\r\nreccamender,recommender\r\nreccamenders,recommenders\r\nreccamending,recommending\r\nreccamends,recommends\r\nreccammend,recommend\r\nreccammendable,recommendable\r\nreccammended,recommended\r\nreccammender,recommender\r\nreccammenders,recommenders\r\nreccammending,recommending\r\nreccammends,recommends\r\nrecceats,receipts\r\nrecceived,received\r\nreccenient,recognition\r\nreccent,recent\r\nreccesion,recession\r\nreccesional,recessional\r\nreccesionism,recessionism\r\nreccesionist,recessionist\r\nreccesionists,recessionists\r\nreccesions,recessions\r\nreccession,recession\r\nreccessional,recessional\r\nreccessionism,recessionism\r\nreccessionist,recessionist\r\nreccessionists,recessionists\r\nreccessions,recessions\r\nreccoenition,recognition\r\nreccollect,recollect\r\nreccomadations,recommendations\r\nreccomanded,recommended\r\nreccomend,recommend\r\nreccomendable,recommendable\r\nreccomendation,recommendation\r\nreccomendations,recommendations\r\nreccomendatiosn,recommendatiosn\r\nreccomendatons,recommendatons\r\nreccomended,recommended\r\nreccomendent,recommended\r\nreccomender,recommender\r\nreccomenders,recommenders\r\nreccomending,recommending\r\nreccomends,recommends\r\nreccominding,recommending\r\nreccommanditions,recommendations\r\nreccommding,recommending\r\nreccommedation,recommendations\r\nreccommedations,recommendations\r\nreccommend,recommend\r\nreccommendable,recommendable\r\nreccommendation,recommendations\r\nreccommendations,recommendations\r\nreccommended,recommended\r\nreccommender,recommender\r\nreccommenders,recommenders\r\nreccommending,recommending\r\nreccommends,recommends\r\nreccommengation,recommendation\r\nreccommodations,recommendations\r\nreccomnend,recommend\r\nreccomondation,recommendation\r\nreccon,reckon\r\nreccona,raccoon\r\nrecconaissance,reconnaissance\r\nrecconasance,reconnaissance\r\nrecconasances,reconnaissances\r\nrecconasence,reconnaissance\r\nrecconasences,reconnaissances\r\nrecconasince,reconnaissance\r\nrecconasinces,reconnaissances\r\nreccond,reckon\r\nrecconds,reckon\r\nrecconed,reckon\r\nrecconending,recommending\r\nrecconesance,reconnaissance\r\nrecconesances,reconnaissances\r\nrecconesence,reconnaissance\r\nrecconesences,reconnaissances\r\nrecconesince,reconnaissance\r\nrecconesinces,reconnaissances\r\nrecconisance,reconnaissance\r\nrecconisances,reconnaissances\r\nrecconisence,reconnaissance\r\nrecconisences,reconnaissances\r\nrecconisince,reconnaissance\r\nrecconisinces,reconnaissances\r\nrecconmendation,recommendation\r\nrecconnaissance,reconnaissance\r\nrecconosance,reconnaissance\r\nrecconosances,reconnaissances\r\nrecconosence,reconnaissance\r\nrecconosences,reconnaissances\r\nrecconosince,reconnaissance\r\nrecconosinces,reconnaissances\r\nreccons,reckon\r\nrecconusance,reconnaissance\r\nrecconusances,reconnaissances\r\nrecconusence,reconnaissance\r\nrecconusences,reconnaissances\r\nrecconusince,reconnaissance\r\nrecconusinces,reconnaissances\r\nreccord,record\r\nreccorded,recorded\r\nreccreation,recreation\r\nreccured,recurred\r\nreccurence,recurrence\r\nreccurences,recurrences\r\nreccurent,recurrent\r\nreccurently,recurrently\r\nreccuring,recurring\r\nreccurred,recurred\r\nreccurrence,recurrence\r\nreccurrences,recurrences\r\nreccurrent,recurrent\r\nreccurrently,recurrently\r\nreccurring,recurring\r\nreccursively,recursively\r\nrecdent,recent\r\nreceat,receipt\r\nreceave,receive\r\nreceaved,received\r\nreceaver,receiver\r\nrecednition,recognition\r\nreceed,recede\r\nreceede,recede\r\nreceeded,receded\r\nreceedent,recedent\r\nreceedents,recedents\r\nreceeder,receder\r\nreceeders,receders\r\nreceedes,recedes\r\nreceeding,receding\r\nreceeds,recedes\r\nreceet,receipt\r\nreceever,receiver\r\nreceevite,receipts\r\nrecegition,recognition\r\nrecegnintion,recognition\r\nrecegnitation,recognition\r\nrecegnition,recognition\r\nreceiepts,receipts\r\nreceievable,receivable\r\nreceievables,receivables\r\nreceieve,receive\r\nreceieved,received\r\nreceiever,receiver\r\nreceievers,receivers\r\nreceievership,receivership\r\nreceieves,receives\r\nreceieving,receiving\r\nreceip,receipt\r\nreceipes,recipes\r\nreceipient's,recipient's\r\nreceipient,recipient\r\nreceipients,recipients\r\nreceips,receipts\r\nreceipte,receipts\r\nreceiptes,receipts\r\nreceit,receipt\r\nreceite,receipts\r\nreceites,receipts\r\nreceits,receipts\r\nreceivced,received\r\nreceiveable,receivable\r\nreceiveables,receivables\r\nreceivedfrom,received from\r\nreceiveing,receiving\r\nreceivingly,receiving\r\nreceivng,receiving\r\nreceivor,receiver\r\nrecelty,recently\r\nrecemend,recommend\r\nrecemendation,recommendation\r\nrecemended,recommended\r\nrecemendent,recommended\r\nrecemmendment,recommended\r\nrecenctly,recently\r\nrecendle,recently\r\nrecenlty,recently\r\nrecenly,recently\r\nrecensently,recently\r\nrecentaly,recentally\r\nrecentley,recently\r\nrecents,recent\r\nrecenty,recently\r\nreceommended,recommended\r\nreceover,recover\r\nrecepcionist,receptionist\r\nrecepience,recipience\r\nrecepiency,recipiency\r\nrecepient,recipient\r\nrecepiently,recipiently\r\nrecepients,recipients\r\nrecepies,recipes\r\nrecepits,receipts\r\nrecept,receipts\r\nreceptacel,receptacle\r\nreceptie,receptive\r\nreceptioin,reception\r\nreceptionest,receptionist\r\nreceptionnist,receptionist\r\nreceptionsist,receptionist\r\nreceptionst,receptionist\r\nreceptoras,receptors\r\nreceptores,receptors\r\nreceptos,receptors\r\nrecepts,receipts\r\nrecerence,reference\r\nrecerived,received\r\nrecertfication,ReCertification\r\nrecertficaton,ReCertification\r\nrecertifcation,recertification\r\nrecertifed,ReCertified\r\nrecertifes,ReCertifies\r\nrecertificaton,recertification\r\nreces,recess\r\nrecesion,recession\r\nrecesional,recessional\r\nrecesionism,recessionism\r\nrecesionist,recessionist\r\nrecesionists,recessionists\r\nrecesions,recessions\r\nrecesssed,recessed\r\nrecesssion,recession\r\nrecesssive,recessive\r\nrecesting,requesting\r\nrecet,receipt\r\nrecete,receipt\r\nreceted,regretted\r\nrecetes,receipts\r\nrecetey,recently\r\nrecetion,recession\r\nreceupt,receipts\r\nrecevable,receivable\r\nrecevables,receivables\r\nrecevber,received\r\nrecevd,received\r\nreceve,receive\r\nreceved,received\r\nreceveid,received\r\nrecever,receiver\r\nrecevers,receivers\r\nrecevership,receivership\r\nreceves,receives\r\nrecevid,received\r\nrecevied,received\r\nrecevier,receiver\r\nreceviers,receivers\r\nreceving,receiving\r\nrecevs,received\r\nrecganiction,recognition\r\nrecganises,recognizes\r\nrecgonise,recognise\r\nrecgonised,recognised\r\nrecgonition,recognition\r\nrecgonizable,recognizable\r\nrecgonize,recognize\r\nrecgonized,recognized\r\nrecgonizes,recognizes\r\nrecgonizing,recognizing\r\nrech,reach\r\nrechable,reachable\r\nrechangability,rechangeability\r\nrechangable,rechangeable\r\nrechangably,rechangeably\r\nrechangebility,rechangeability\r\nrechangeble,rechangeable\r\nrechangebly,rechangeably\r\nrechangibility,rechangeability\r\nrechangible,rechangeable\r\nrechangibly,rechangeably\r\nrecharablity,recharability\r\nrechargability,rechargeability\r\nrechargable,rechargeable\r\nrechargables,rechargeables\r\nrechargably,rechargeably\r\nrechargeabilty,rechargeability\r\nrechargebility,rechargeability\r\nrechargeble,rechargeable\r\nrechargebly,rechargeably\r\nrechargeeable,rechargeable\r\nrechargeeble,rechargeable\r\nrechargibility,rechargeability\r\nrechargible,rechargeable\r\nrechargibly,rechargeably\r\nreched,reached\r\nreches,reaches\r\nreching,reaching\r\nrechomandation,recommendation\r\nrechond,reckon\r\nreciapt,receipt\r\nreciat,receipt\r\nrecicipt,receipt\r\nrecicle,recycle\r\nrecide,reside\r\nrecided,resided\r\nrecidelious,ridiculous\r\nrecidence,residence\r\nrecident,resident\r\nrecidents,residents\r\nrecides,resides\r\nreciding,residing\r\nreciecps,receipts\r\nreciently,recently\r\nreciepents,recipients\r\nreciepes,recipes\r\nreciepient,recipient\r\nreciepients,recipient's\r\nrecieps,recipes\r\nreciept,receipt\r\nreciepted,receipted\r\nrecieptes,receipts\r\nrecieptful,receiptful\r\nrecieptfully,receiptfully\r\nreciepts,receipts\r\nreciet,receipt\r\nrecieted,receited\r\nrecietes,receipts\r\nrecietful,receitful\r\nrecietfully,receitfully\r\nreciets,receipts\r\nrecievable,receivable\r\nrecievables,receivables\r\nrecievd,recieved\r\nrecieve,receive\r\nrecieve-job,receive-job\r\nrecieveable,receivable\r\nrecieveables,receivables\r\nrecieved,received\r\nrecieveing,receiving\r\nreciever's,receiver's\r\nreciever,receiver\r\nrecievers,receivers\r\nrecievership,receivership\r\nrecieves,receives\r\nrecieving,receiving\r\nrecievor,receiver\r\nrecignition,recognition\r\nreciipe,recipe\r\nrecind,rescind\r\nrecinded,rescind\r\nrecinding,rescind\r\nrecinds,rescinds\r\nrecinition,recognition\r\nreciover,receiver\r\nrecipe-maitainers,recipe-maintainers\r\nrecipees,recipes\r\nrecipeint,recipient\r\nrecipeints,recipients\r\nrecipents,recipients\r\nrecipess,recipes\r\nrecipets,recipes\r\nrecipiance,recipience\r\nrecipiancy,recipiency\r\nrecipiant,recipient\r\nrecipiantly,recipiently\r\nrecipiants,recipients\r\nrecipie,recipe\r\nrecipieints,recipients\r\nrecipientes,recipients\r\nrecipies,recipes\r\nreciporcate,reciprocate\r\nreciporcated,reciprocate\r\nrecipricate,reciprocate\r\nreciprocant,reciprocate\r\nreciproce,reciprocate\r\nreciprocel,reciprocal\r\nreciprociate,reciprocate\r\nreciprocite,reciprocate\r\nreciprocrate,reciprocate\r\nrecips,recipes\r\nrecipt,receipt\r\nrecipte,receipt\r\nreciptes,receipts\r\nrecipts,receipts\r\nrecirculaton,recirculation\r\nrecirculatons,recirculations\r\nreciseat,receipt\r\nrecit,receipt\r\nrecitfy,rectify\r\nrecits,receipts\r\nrecivable,receivable\r\nrecivables,receivables\r\nrecivd,received\r\nrecive,receive\r\nrecived,received\r\nreciver,receiver\r\nrecivers,receivers\r\nrecivership,receivership\r\nrecives,receives\r\nreciving,receiving\r\nreck,wreck\r\nreckamend,recommended\r\nreckamendaded,recommended\r\nreckamendation,recommendations\r\nreckamening,recommending\r\nreckamentation,recommendations\r\nreckan,reckon\r\nreckand,reckon\r\nreckcomended,recommended\r\nreckemandation,recommendation\r\nrecken,reckon\r\nreckenision,recognition\r\nreckfusition,requisition\r\nreckgon,reckon\r\nreckmending,recommending\r\nrecknotion,recognition\r\nreckognition,recognition\r\nreckomend,recommended\r\nreckomendation,recommendations\r\nreckomending,recommending\r\nreckone,reckon\r\nreckonition,recognition\r\nreckonmendation,recommendation\r\nreckqasition,requisition\r\nreckuizition,requisition\r\nreclaimablity,reclaimability\r\nreclaimation,reclamation\r\nreclaimations,reclamations\r\nreclaimatory,reclamatory\r\nreclaimes,reclaims\r\nreclami,reclaim\r\nreclares,redeclares\r\nreclassfication,ReClassification\r\nreclassficaton,ReClassification\r\nreclassifcation,reclassification\r\nreclassifcations,reclassifications\r\nreclections,recollections\r\nrecliam,reclaim\r\nrecliamed,reclaimed\r\nrecliamer,reclaimer\r\nrecliamers,reclaimers\r\nrecliaming,reclaiming\r\nrecliams,reclaims\r\nreclomation,reclamation\r\nreclomations,reclamations\r\nreclomatory,reclamatory\r\nreclomended,recommended\r\nreclomiclent,recommended\r\nreclosablity,reclosability\r\nrecloseablility,recloseability\r\nreclusively,recursively\r\nreclutant,reluctant\r\nreclutantly,reluctantly\r\nreclycling,recycling\r\nreclying,recycling\r\nrecmandation,recommendations\r\nrecmendent,recommended\r\nrecmition,recognition\r\nrecmommend,recommend\r\nrecmondestions,recommendations\r\nrecmonmend,recommended\r\nrecngnize,recognize\r\nrecoaten,recognition\r\nrecobmition,recognition\r\nrecoce,resource\r\nrecocgnition,recognition\r\nrecocnised,recognised\r\nrecocognised,recognised\r\nrecodable,recordable\r\nrecodenition,recognition\r\nrecodmition,recognition\r\nrecodnition,recognition\r\nrecodring,recording\r\nrecodrs,records\r\nrecods,records\r\nrecofey,recovery\r\nrecogenaginon,recognition\r\nrecogenation,recognition\r\nrecoginial,recognition\r\nrecoginition,recognition\r\nrecoginize,recognize\r\nrecoginse,recognise\r\nrecoginsed,recognised\r\nrecogintioin,recogintion\r\nrecoginze,recognize\r\nrecoginzed,recognized\r\nrecogisable,recognisable\r\nrecogisably,recognisably\r\nrecogise,recognise\r\nrecogised,recognised\r\nrecogises,recognises\r\nrecogising,recognising\r\nrecogition,recognition\r\nrecogitions,recognitions\r\nrecogizable,recognizable\r\nrecogizably,recognizably\r\nrecogize,recognize\r\nrecogized,recognized\r\nrecogizer,recognizer\r\nrecogizers,recognizers\r\nrecogizes,recognizes\r\nrecogizing,recognizing\r\nrecogmend,recommend\r\nrecogmendation,recommendation\r\nrecogmended,recommended\r\nrecogmending,recommending\r\nrecogmentation,recommendations\r\nrecogmition,recognition\r\nrecogn,reckon\r\nrecognation,recognition\r\nrecognetion,recognition\r\nrecogniced,recognised\r\nrecognices,recognizes\r\nrecognicing,recognizing\r\nrecogniction,recognition\r\nrecognie,recognizes\r\nrecognisablity,recognisability\r\nrecogniseable,recognisable\r\nrecogniseble,recognisable\r\nrecognisiable,recognisable\r\nrecognisible,recognisable\r\nrecognision,recognition\r\nrecogniton,recognition\r\nrecognization,recognition\r\nrecognizeability,recognizability\r\nrecognizeable,recognizable\r\nrecognizeably,recognizably\r\nrecognizeble,recognizable\r\nrecogniziable,recognizable\r\nrecognizible,recognizable\r\nrecognizse,recognize\r\nrecognzied,recognised\r\nrecogonition,recognition\r\nrecoiless,recoilless\r\nrecoknigition,recognition\r\nrecolect,recollect\r\nrecolectaon,recollection\r\nrecolectaons,recollections\r\nrecolectave,recollective\r\nrecolectavely,recollectively\r\nrecolectaves,recollectives\r\nrecolecteon,recollection\r\nrecolecteons,recollections\r\nrecolecteve,recollective\r\nrecolectevely,recollectively\r\nrecolecteves,recollectives\r\nrecolection,recollection\r\nrecolections,recollections\r\nrecolective,recollective\r\nrecolectively,recollectively\r\nrecolectives,recollectives\r\nrecolelctaon,recollection\r\nrecolelctaons,recollections\r\nrecolelctave,recollective\r\nrecolelctavely,recollectively\r\nrecolelctaves,recollectives\r\nrecolelcteon,recollection\r\nrecolelcteons,recollections\r\nrecolelcteve,recollective\r\nrecolelctevely,recollectively\r\nrecolelcteves,recollectives\r\nrecolelction,recollection\r\nrecolelctions,recollections\r\nrecolelctive,recollective\r\nrecolelctively,recollectively\r\nrecolelctives,recollectives\r\nrecoll,recall\r\nrecolleciton,recollection\r\nrecollectaon,recollection\r\nrecollectaons,recollections\r\nrecollectave,recollective\r\nrecollectavely,recollectively\r\nrecollectaves,recollectives\r\nrecollecteon,recollection\r\nrecollecteons,recollections\r\nrecollecteve,recollective\r\nrecollectevely,recollectively\r\nrecollecteves,recollectives\r\nrecollectioin,recollection\r\nrecollecton,recollection\r\nrecollectons,recollections\r\nrecollectve,recollective\r\nrecollectvely,recollectively\r\nrecollectves,recollectives\r\nrecomandaion,recommendation\r\nrecomandant,recommended\r\nrecomandation,recommendation\r\nrecomandations,recommendations\r\nrecomanded,recommended\r\nrecomanding,recommending\r\nrecomandition,recommendations\r\nrecomangatioin,recomangation\r\nrecomannded,recommended\r\nrecomation,recommendation\r\nrecomdation,recommendations\r\nrecomdations,recommendations\r\nrecomding,recommending\r\nrecomdition,recognition\r\nrecomdmend,recommendation\r\nrecomece,reckon\r\nrecomed,recommend\r\nrecomedable,recommendable\r\nrecomedation,recommendation\r\nrecomedations,recommendations\r\nrecomeded,recommended\r\nrecomeder,recommender\r\nrecomeders,recommenders\r\nrecomeding,recommending\r\nrecomeds,recommends\r\nrecomemented,recommended\r\nrecomenand,recommend\r\nrecomend,recommend\r\nrecomendable,recommendable\r\nrecomendasion,recommendation\r\nrecomendatation,recommendatation\r\nrecomendate,recommendate\r\nrecomendated,recommendated\r\nrecomendation,recommendation\r\nrecomendations,recommendations\r\nrecomendationsin,recommendationsin\r\nrecomendato,recommendato\r\nrecomendatory,recommendatory\r\nrecomended,recommended\r\nrecomendend,recommended\r\nrecomendent,recommendations\r\nrecomender,recommender\r\nrecomenders,recommenders\r\nrecomendet,recommendation\r\nrecomendid,recommended\r\nrecomendin,recommendation\r\nrecomending,recommending\r\nrecomends,recommends\r\nrecomened,recommended\r\nrecomenendation,recommendation\r\nrecomenidations,recommendations\r\nrecomentation,recognition\r\nrecomfirm,reconfirm\r\nrecomfirmable,reconfirmable\r\nrecomfirmably,reconfirmably\r\nrecomfirmal,reconfirmal\r\nrecomfirmality,reconfirmality\r\nrecomfirmation,reconfirmation\r\nrecomfirmations,reconfirmations\r\nrecomfirmative,reconfirmative\r\nrecomfirmatively,reconfirmatively\r\nrecomfirmed,reconfirmed\r\nrecomfirming,reconfirming\r\nrecomfirms,reconfirms\r\nrecomform,reconform\r\nrecomformable,reconformable\r\nrecomformably,reconformably\r\nrecomformal,reconformal\r\nrecomformality,reconformality\r\nrecomformation,reconformation\r\nrecomformations,reconformations\r\nrecomformative,reconformative\r\nrecomformatively,reconformatively\r\nrecomformed,reconformed\r\nrecomforming,reconforming\r\nrecomforms,reconforms\r\nrecomigtion,recognition\r\nrecominding,recommending\r\nrecomission,recognition\r\nrecomition,recognition\r\nrecommadation,recommendations\r\nrecommaddation,recommendations\r\nrecommadion,recommendations\r\nrecommand,recommend\r\nrecommandable,recommendable\r\nrecommandate,recommendate\r\nrecommandation,recommendation\r\nrecommandations,recommendations\r\nrecommande,recommend\r\nrecommanded,recommended\r\nrecommander,recommender\r\nrecommanders,recommenders\r\nrecommandes,recommends\r\nrecommanding,recommending\r\nrecommandment,recommendation\r\nrecommands,recommends\r\nrecommaned,recommended\r\nrecommdations,recommendations\r\nrecommed,recommend\r\nrecommedable,recommendable\r\nrecommedation,recommendation\r\nrecommedations,recommendations\r\nrecommedctions,recommendations\r\nrecommeded,recommended\r\nrecommeder,recommender\r\nrecommeders,recommenders\r\nrecommeding,recommending\r\nrecommeds,recommends\r\nrecommemded,recommended\r\nrecommendaation,recommendation\r\nrecommendabe,recommendable\r\nrecommendabillity,recommendability\r\nrecommendabilty,recommendability\r\nrecommendant,recommended\r\nrecommendated,recommended\r\nrecommendatioins,recommendations\r\nrecommendatiosn,recommendations\r\nrecommendatoins,recommendations\r\nrecommenddation,recommendations\r\nrecommenddations,recommendations\r\nrecommende,recommend\r\nrecommendeded,recommended\r\nrecommendeds,recommends\r\nrecommendend,recommended\r\nrecommendended,recommended\r\nrecommendent,recommended\r\nrecommendes,recommends\r\nrecommendicate,recommendation\r\nrecommendors,recommends\r\nrecommendtion,recommendations\r\nrecommendtions,recommendations\r\nrecommened,recommended\r\nrecommeneded,recommended\r\nrecommennd,recommends\r\nrecommens,recommends\r\nrecomment,recommend\r\nrecommentation,recommendation\r\nrecommentations,recommendations\r\nrecommented,recommended\r\nrecommenting,recommending\r\nrecomments,recommends\r\nrecommerding,recommending\r\nrecomminding,recommending\r\nrecomming,recommending\r\nrecommited,recommitted\r\nrecommitedly,recommittedly\r\nrecommiting,recommitting\r\nrecommition,recognition\r\nrecommmed,recommed\r\nrecommmend,recommend\r\nrecommned,recommend\r\nrecommneded,recommended\r\nrecommondation,recommendation\r\nrecommondations,recommendations\r\nrecomnadation,recommendation\r\nrecomnded,recommended\r\nrecomned,recommend\r\nrecomnend,recommended\r\nrecomnendation,recommendation\r\nrecomnendiation,recommendations\r\nrecomnondation,recommendation\r\nrecomondation,recommendation\r\nrecomondations,recommendations\r\nrecomondening,recommending\r\nrecomonding,recommending\r\nrecompence,recompense\r\nrecompileable,recompilable\r\nrecompoute,recompute\r\nrecompresion,recompression\r\nrecomputeed,recomputed\r\nreconaissance,reconnaissance\r\nreconassaince,reconnaissance\r\nreconation,recognition\r\nreconcider,reconsider\r\nreconciderable,reconsiderable\r\nreconciderably,reconsiderably\r\nreconcidered,reconsidered\r\nreconcidering,reconsidering\r\nreconciders,reconsiders\r\nreconcieved,reconceived\r\nreconcilation,reconciliation\r\nreconcilations,reconciliations\r\nreconcilatory,reconciliatory\r\nreconcileability,reconcilability\r\nreconcileable,reconcilable\r\nreconcileble,reconcilable\r\nreconcille,reconcile\r\nreconcilled,reconcile\r\nreconcilliation,reconciliation\r\nreconcilliations,reconciliations\r\nreconcilliatory,reconciliatory\r\nreconclie,reconcile\r\nrecond,reckon\r\nrecondation,recognition\r\nrecondations,recommendations\r\nreconded,reckon\r\nrecondier,reconsider\r\nrecondintion,recognition\r\nrecondnition,recognition\r\nreconds,records\r\nrecone,reckon\r\nreconece,reckon\r\nreconect,reconnect\r\nreconed,reckon\r\nreconemdation,recommendation\r\nreconen,reckon\r\nreconenct,reconnect\r\nreconfigzed,reconfigured\r\nrecongenions,recognition\r\nrecongintion,recognition\r\nrecongise,recognise\r\nrecongised,recognised\r\nrecongition,recognition\r\nrecongizable,recognizable\r\nrecongize,recognize\r\nrecongized,recognized\r\nrecongizes,recognizes\r\nrecongizing,recognizing\r\nrecongnetion,recognition\r\nrecongnise,recognise\r\nrecongnition,recognition\r\nrecongnized,recognized\r\nrecongnizes,recognizes\r\nrecongr,reckon\r\nreconicle,reconcile\r\nreconigation,recognition\r\nreconigition,recognition\r\nreconisable,recognisable\r\nreconisably,recognisably\r\nreconisation,recognition\r\nreconisder,reconsider\r\nreconise,recognize\r\nreconised,recognised\r\nreconises,recognises\r\nreconising,recognising\r\nreconitation,recognition\r\nreconitin,recognition\r\nreconition,recognition\r\nreconitions,recognitions\r\nreconizable,recognizable\r\nreconizably,recognizably\r\nreconization,recognition\r\nreconize,recognize\r\nreconized,recognized\r\nreconizes,recognizes\r\nreconizing,recognizing\r\nreconmendation,recommendation\r\nreconmendations,recommendations\r\nreconn,reckon\r\nreconnaisance,reconnaissance\r\nreconnaisence,reconnaissance\r\nreconnaissence,reconnaissance\r\nreconnaisssance,reconnaissance\r\nreconnasaince,reconnaissance\r\nreconnasance,reconnaissance\r\nreconnasiance,reconnaissance\r\nreconnassance,reconnaissance\r\nreconnation,recognition\r\nreconnd,reckon\r\nreconnectng,reconnecting\r\nreconnessaince,reconnaissance\r\nreconnessence,reconnaissance\r\nreconnet,reconnect\r\nreconniasance,reconnaissance\r\nreconniassance,reconnaissance\r\nreconnicion,recognition\r\nreconnisance,reconnaissance\r\nreconnisiance,reconnaissance\r\nreconnissance,reconnaissance\r\nreconnissant,recognition\r\nreconnistion,recognition\r\nreconnition,recognition\r\nreconnnaisance,reconnaissance\r\nreconnnasance,reconnaissance\r\nreconnnasances,reconnaissances\r\nreconnnasence,reconnaissance\r\nreconnnasences,reconnaissances\r\nreconnnasince,reconnaissance\r\nreconnnasinces,reconnaissances\r\nreconnnesance,reconnaissance\r\nreconnnesances,reconnaissances\r\nreconnnesence,reconnaissance\r\nreconnnesences,reconnaissances\r\nreconnoissance,reconnaissance\r\nreconnoissances,reconnaissances\r\nreconnosance,reconnaissance\r\nreconoissance,reconnaissance\r\nreconon,reckon\r\nreconrd,record\r\nreconsdider,reconsider\r\nreconsdiderable,reconsiderable\r\nreconsdiderably,reconsiderably\r\nreconsdidered,reconsidered\r\nreconsdidering,reconsidering\r\nreconsdiders,reconsiders\r\nreconsdier,reconsider\r\nreconsdierable,reconsiderable\r\nreconsdierably,reconsiderably\r\nreconsdiered,reconsidered\r\nreconsdiering,reconsidering\r\nreconsdiers,reconsiders\r\nreconsidder,reconsider\r\nreconsiderd,reconsidered\r\nreconsideres,reconsidered\r\nreconsilation,reconciliation\r\nreconsilations,reconciliations\r\nreconsilatory,reconciliatory\r\nreconsiled,reconsider\r\nreconsilliation,reconciliation\r\nreconsilliations,reconciliations\r\nreconsilliatory,reconciliatory\r\nreconsitute,reconstitute\r\nreconsituted,reconstituted\r\nreconsitutes,reconstitutes\r\nreconsituting,reconstituting\r\nreconsitution,reconstitution\r\nreconsruct,reconstruct\r\nreconsructed,reconstructed\r\nreconsructing,reconstructing\r\nreconsruction,reconstruction\r\nreconsructionist,reconstructionist\r\nreconsructionists,reconstructionists\r\nreconsructive,reconstructive\r\nreconsructors,reconstructors\r\nreconsructs,reconstructs\r\nreconstitude,reconstitute\r\nreconstituded,reconstituted\r\nreconstitudes,reconstitutes\r\nreconstituding,reconstituting\r\nreconstitudion,reconstitution\r\nreconstitue,reconstitute\r\nreconstitued,reconstituted\r\nreconstitues,reconstitutes\r\nreconstituing,reconstituting\r\nreconstituion,reconstitution\r\nreconstiture,reconstitute\r\nreconstitured,reconstituted\r\nreconstitures,reconstitutes\r\nreconstituring,reconstituting\r\nreconstiturion,reconstitution\r\nreconstrcut,reconstruct\r\nreconstruc,reconstruct\r\nreconstruccion,reconstruction\r\nreconstruced,reconstructed\r\nreconstrucing,reconstructing\r\nreconstrucion,reconstruction\r\nreconstrucionist,reconstructionist\r\nreconstrucions,reconstructions\r\nreconstrucs,reconstructs\r\nreconsttruct,reconstruct\r\nreconsttructed,reconstructed\r\nreconsttructing,reconstructing\r\nreconsttructionist,reconstructionist\r\nreconsttructs,reconstructs\r\nreconstuct,reconstruct\r\nreconstucted,reconstructed\r\nreconstucting,reconstructing\r\nreconstuction,reconstruction\r\nreconstuctionism,reconstructionism\r\nreconstuctionist,reconstructionist\r\nreconstuctive,reconstructive\r\nreconstuctor,reconstructor\r\nreconstucts,reconstructs\r\nreconsturction,reconstruction\r\nreconstute,reconstitute\r\nreconstuted,reconstituted\r\nreconstutes,reconstitutes\r\nreconstuting,reconstituting\r\nreconstution,reconstitution\r\nreconstutite,reconstitute\r\nreconstutited,reconstituted\r\nreconstutites,reconstitutes\r\nreconstutiting,reconstituting\r\nreconstutition,reconstitution\r\nreconstutute,reconstitute\r\nreconstututed,reconstituted\r\nreconstututes,reconstitutes\r\nreconstututing,reconstituting\r\nreconstutution,reconstitution\r\nreconten,reckon\r\nrecontruct,reconstruct\r\nrecontructed,reconstructed\r\nrecontructing,reconstructing\r\nrecontruction,reconstruction\r\nrecontructionist,reconstructionist\r\nrecontructions,reconstructions\r\nrecontructive,reconstructive\r\nrecontructs,reconstructs\r\nrecoommended,recommended\r\nrecoquisition,requisition\r\nrecor,record\r\nrecorce,resource\r\nrecordablity,recordability\r\nrecordare,recorder\r\nrecordarle,recorder\r\nrecordarme,recorder\r\nrecordarse,recorder\r\nrecordarte,recorder\r\nrecordd,record\r\nrecordinf,recording\r\nrecordint,recording\r\nrecordproducer,record producer\r\nrecore,record\r\nrecored,record\r\nrecoreded,recorded\r\nrecoriding,recording\r\nrecorre,recorder\r\nrecorrected,regretted\r\nrecors,records\r\nrecorse,resource\r\nrecorts,reports\r\nrecose,resource\r\nrecosisition,requisition\r\nrecosution,requisition\r\nrecot,receipt\r\nrecouperate,recuperate\r\nrecource,resource\r\nrecources,resources\r\nrecouse,resource\r\nrecovable,revocable\r\nrecoved,recovered\r\nrecoverablility,recoverability\r\nrecoverd,recovered\r\nrecovereable,recoverable\r\nrecovereble,recoverable\r\nrecoveres,recovers\r\nrecoverys,recovers\r\nrecoves,recovers\r\nrecoznition,recognition\r\nrecpetion,reception\r\nrecpetionist,receptionist\r\nrecpetive,receptive\r\nrecpetively,respectively\r\nrecpetors,receptors\r\nrecpient,recipient\r\nrecpients,recipients\r\nrecpies,recipes\r\nrecprd,record\r\nrecqest,requesting\r\nrecqosition,requisition\r\nrecquasition,requisition\r\nrecquazation,requisition\r\nrecquesition,requisition\r\nrecquir,require\r\nrecquird,required\r\nrecquire,reacquire\r\nrecquired,required\r\nrecquireing,requiring\r\nrecquirement,requirement\r\nrecquirements,requirements\r\nrecquires,requires\r\nrecquiring,requiring\r\nrecquirment,requirement\r\nrecquirments,requirements\r\nrecquirs,requires\r\nrecquision,requisition\r\nrecquisision,requisition\r\nrecquisition,requisition\r\nrecquistion,requisition\r\nrecquition,requisition\r\nrecquizition,requisition\r\nrecqunition,recognition\r\nrecquocition,requisition\r\nrecquosition,requisition\r\nrecqur,required\r\nrecqurd,required\r\nrecqure,require\r\nrecqured,required\r\nrecqureing,requiring\r\nrecqurement,requirement\r\nrecqurements,requirements\r\nrecqures,requires\r\nrecquring,requiring\r\nrecqurment,requirement\r\nrecqurments,requirements\r\nrecqurs,requires\r\nrecquseing,requesting\r\nrecqusion,requisition\r\nrecqusision,requisition\r\nrecqusisn,requisition\r\nrecqusistion,requisition\r\nrecqusition,requisition\r\nrecqussion,requisition\r\nrecrate,recreate\r\nrecrated,recreated\r\nrecrates,recreates\r\nrecrating,recreating\r\nrecration,recreation\r\nrecrational,recreational\r\nrecrationally,recreationally\r\nrecreacion,recreation\r\nrecreacional,recreational\r\nrecreae,recreate\r\nrecrease,recreate\r\nrecreases,decreases\r\nrecreat,recreate\r\nrecreateds,recreates\r\nrecreatie,recreate\r\nrecreatief,recreate\r\nrecreatioin,recreation\r\nrecreationaly,recreationally\r\nrecreationnal,recreational\r\nrecreativo,recreation\r\nrecreatoin,recreation\r\nrecreding,requesting\r\nrecrekaing,recreaking\r\nrecrekaings,recreakings\r\nrecremend,recommend\r\nrecremendations,recommendations\r\nrecresting,requesting\r\nrecreted,recreated\r\nrecriation,recreation\r\nrecriational,recreational\r\nrecrisition,requisition\r\nrecrod,record\r\nrecroded,recorded\r\nrecroder,recorder\r\nrecroders,recorders\r\nrecroding,recording\r\nrecrodings,recordings\r\nrecrods,records\r\nrecruitcs,recruits\r\nrecruites,recruits\r\nrecrusion,recursion\r\nrecrusive,recursive\r\nrecrusively,recursively\r\nrecrut,recruit\r\nrecruted,recruited\r\nrecruter,recruiter\r\nrecruters,recruiters\r\nrecrutied,recruited\r\nrecrutier,recruiter\r\nrecrutiers,recruiters\r\nrecrutiment,recruitment\r\nrecruting,recruiting\r\nrecrutment,recruitment\r\nrecrutments,recruitments\r\nrecruts,recruits\r\nrecruzition,requisition\r\nrecset,receipt\r\nrect,react\r\nrectaly,rectally\r\nrectange,rectangle\r\nrectangel,rectangle\r\nrectangeles,rectangle\r\nrectanges,rectangles\r\nrectanglar,rectangular\r\nrectangluar,rectangular\r\nrectanglular,rectangular\r\nrectangual,rectangular\r\nrectangualr,rectangular\r\nrectanguar,rectangular\r\nrectangulaire,rectangular\r\nrectanlge,rectangle\r\nrectengular,rectangular\r\nrectesting,requesting\r\nrectfication,rectification\r\nrectfied,rectified\r\nrectifed,rectified\r\nrectifiy,rectify\r\nrectift,rectify\r\nrectin,reckon\r\nrectioned,reckon\r\nrective,reactive\r\nrectmenton,recommended\r\nrecton,reckon\r\nrectquisition,requisition\r\nrectquistion,requisition\r\nrectract,retract\r\nrectrictive,restrictive\r\nrecturant,restaurant\r\nrecturn,return\r\nrecuazition,requisition\r\nrecucing,reducing\r\nrecuctions,reductions\r\nrecude,reduce\r\nrecudnition,recognition\r\nrecuigition,recognition\r\nrecuisition,requisition\r\nrecuit,recruit\r\nrecuited,recruited\r\nrecuiter,recruiter\r\nrecuiters,recruiters\r\nrecuiting,recruiting\r\nrecuitment,recruitment\r\nrecuitments,recruitments\r\nrecuits,recruits\r\nreculious,ridiculous\r\nrecults,results\r\nrecumbancies,recumbencies\r\nrecumbancy,recumbency\r\nrecumbant,recumbent\r\nrecumbantly,recumbently\r\nrecumbants,recumbents\r\nrecumended,recommended\r\nrecummed,recommended\r\nrecunestion,recognition\r\nrecuntly,recently\r\nrecuorse,resource\r\nrecup,recap\r\nrecuqusition,requisition\r\nrecurance,recurrence\r\nrecurances,recurrences\r\nrecurant,recurrent\r\nrecurantly,recurrently\r\nrecurce,recurse\r\nrecurded,recorded\r\nrecure,recurse\r\nrecured,recurred\r\nrecurence,recurrence\r\nrecurences,recurrences\r\nrecurent,recurrent\r\nrecurently,recurrently\r\nrecuring,recurring\r\nrecurisive,recursive\r\nrecurison,recursion\r\nrecurisve,recursive\r\nrecurited,recruited\r\nrecuriter,recruiter\r\nrecuriters,recruiters\r\nrecuritment,recruitment\r\nrecurits,recruits\r\nrecurively-defined,recursively-defined\r\nrecurivity,recursion\r\nrecurrance,recurrence\r\nrecurrances,recurrences\r\nrecurrant,recurrent\r\nrecurrantly,recurrently\r\nrecurremce,recurrence\r\nrecurrring,recurring\r\nrecurseive,recursive\r\nrecursice-include,recursive-include\r\nrecursicvely,recursively\r\nrecursilvely,recursively\r\nrecursirvely,recursively\r\nrecursivelly,recursively\r\nrecursivelt,recursively\r\nrecursiving,recurse\r\nrecursivly,recursively\r\nrecursuve,recursive\r\nrecursviely,recursively\r\nrecusion,recursion\r\nrecusition,requisition\r\nrecusive,recursive\r\nrecusively,recursively\r\nrecusivly,recusively\r\nrecusre,recurse\r\nrecusrion,recursion\r\nrecusrisvely,recursively\r\nrecusrively,recursively\r\nrecustion,recursion\r\nrecuver,recover\r\nrecvable,receivable\r\nrecvables,receivables\r\nrecve,receive\r\nrecved,received\r\nrecver,receiver\r\nrecvers,receivers\r\nrecvership,receivership\r\nrecves,receives\r\nrecview,review\r\nrecving,receiving\r\nrecwesting,requesting\r\nrecwisition,requisition\r\nrecycablity,recycability\r\nrecyclabilty,recyclability\r\nrecyclablity,recyclability\r\nrecycleability,recyclability\r\nrecycleable,recyclable\r\nrecycleble,recyclable\r\nrecylce,recycle\r\nrecyle,recycle\r\nrecyling,recycling\r\nredability,readability\r\nredabilty,redability\r\nredable,readable\r\nredadabilty,redadability\r\nredaer,reader\r\nredame,readme\r\nredcing,reducing\r\nreddder,redder\r\nreddding,redding\r\nrede,ready\r\nredeable,readable\r\nredecoraton,redecoration\r\nredeculious,ridiculous\r\nredeculous,ridiculous\r\nredeemd,redeemed\r\nredeemeable,redeemable\r\nredeemeble,redeemable\r\nredeemeed,redeemed\r\nredeffine,redefine\r\nredeffined,redefined\r\nredeffines,redefines\r\nredeffinine,redefine\r\nredeffinined,redefined\r\nredeffinines,redefines\r\nredeffining,redefining\r\nredeffinining,redefining\r\nredeffininition,redefinition\r\nredeffininitions,redefinitions\r\nredeffinition,redefinition\r\nredeffinitions,redefinitions\r\nredeffnine,redefine\r\nredeffnined,redefined\r\nredeffnines,redefines\r\nredeffnining,redefining\r\nredeffninition,redefinition\r\nredeffninitions,redefinitions\r\nredefinied,redefine\r\nredefinine,redefine\r\nredefinined,redefined\r\nredefinines,redefines\r\nredefinining,redefining\r\nredefininition,redefinition\r\nredefininitions,redefinitions\r\nredefintion,redefinition\r\nredefintions,redefinitions\r\nredeisgn,redesign\r\nredemeed,redeemed\r\nredemtpion,redemption\r\nredeployement,redeployment\r\nredeployements,redeployments\r\nredepmtion,redemption\r\nreder,reader\r\nredered,rendered\r\nredering,rendering\r\nreders,renders\r\nredesgin,redesign\r\nredesiging,redesign\r\nredesing,redesign\r\nredevelopement,redevelopment\r\nredfinition,redefinition\r\nredgen,region\r\nredicelous,ridiculous\r\nredicilious,ridiculous\r\nredicilous,ridiculous\r\nrediciolus,ridiculous\r\nrediciouls,ridiculous\r\nredickilous,ridiculous\r\nredicklous,ridiculous\r\nredickulicious,ridiculous\r\nredickulus,ridiculous\r\nrediclious,ridiculous\r\nrediclous,ridiculous\r\nredicolous,ridiculous\r\nredicolus,ridiculous\r\nredicoulos,ridiculous\r\nredicoulous,ridiculous\r\nredicouls,ridiculous\r\nredicover,rediscover\r\nredicovered,rediscovered\r\nredicoverer,rediscoverer\r\nredicoveries,rediscoveries\r\nredicovering,rediscovering\r\nredicovers,rediscovers\r\nredicovery,rediscovery\r\nredictabilty,redictability\r\nredictoulous,ridiculous\r\nredictualous,ridiculous\r\nredictulous,ridiculous\r\nredicualous,ridiculous\r\nrediculeous,ridiculous\r\nredicules,ridiculous\r\nrediculious,ridiculous\r\nrediculius,ridiculous\r\nrediculose,ridiculous\r\nrediculosis,ridiculous\r\nrediculous,ridiculous\r\nrediculouse,ridiculouse\r\nrediculousely,ridiculousely\r\nrediculousi,ridiculousi\r\nrediculously,ridiculously\r\nrediculousness,ridiculousness\r\nrediculoussness,ridiculoussness\r\nrediculousy,ridiculousy\r\nrediculus,ridiculous\r\nrediculys,ridiculous\r\nrediected,redirected\r\nredifene,redefine\r\nredifine,redefine\r\nredifined,redefined\r\nredifinition,redefinition\r\nredign,redesign\r\nrediluous,ridiculous\r\nredily,readily\r\nredine,redefine\r\nreding,reading\r\nredir,redirect\r\nredircet,redirect\r\nredircted,redirected\r\nredirction,redirection\r\nredirec,redirect\r\nredirecion,redirection\r\nredirectrion,redirection\r\nredirectø,redirect\r\nredirrecting,redirecting\r\nrediscoverd,rediscovered\r\nredishter,register\r\nredisign,redesign\r\nredisitrict,redistrict\r\nredisitricted,redistricted\r\nredisitricting,redistricting\r\nredisitricts,redistricts\r\nredisover,rediscover\r\nredisovered,rediscovered\r\nredisoverer,rediscoverer\r\nredisoveries,rediscoveries\r\nredisovering,rediscovering\r\nredisovers,rediscovers\r\nredisovery,rediscovery\r\nredisric,redistrict\r\nredisriced,redistricted\r\nredisricing,redistricting\r\nredisrics,redistricts\r\nredisrict,redistrict\r\nredisricted,redistricted\r\nredisricting,redistricting\r\nredisricts,redistricts\r\nredisrit,redistrict\r\nredisrited,redistricted\r\nredisriting,redistricting\r\nredisrits,redistricts\r\nredisrtict,redistrict\r\nredisrticted,redistricted\r\nredisrticting,redistricting\r\nredisrticts,redistricts\r\nredisrtit,redistrict\r\nredisrtited,redistricted\r\nredisrtiting,redistricting\r\nredisrtits,redistricts\r\nredistict,redistrict\r\nredisticted,redistricted\r\nredisticter,redistricter\r\nredistictest,redistrictest\r\nredisticting,redistricting\r\nredistiction,redistriction\r\nredistictions,redistrictions\r\nredistictive,redistrictive\r\nredistictly,redistrictly\r\nredistictness,redistrictness\r\nredistictor,redistrictor\r\nredisticts,redistricts\r\nredistirbution,redistribution\r\nredistirution,redistribution\r\nredistrct,redistrict\r\nredistrcted,redistricted\r\nredistrcting,redistricting\r\nredistrcts,redistricts\r\nredistribucion,redistribution\r\nredistribued,redistributed\r\nredistribues,redistributes\r\nredistribuing,redistributing\r\nredistribuion,redistribution\r\nredistribuito,redistribution\r\nredistributin,redistribution\r\nredistributivo,redistribution\r\nredistric,redistrict\r\nredistriced,redistricted\r\nredistricing,redistricting\r\nredistricitng,redistricting\r\nredistrics,redistricts\r\nredistrit,redistrict\r\nredistrited,redistricted\r\nredistriting,redistricting\r\nredistrits,redistricts\r\nredistrubition,redistribution\r\nredisttribued,redistributed\r\nredisttribues,redistributes\r\nredisttribuing,redistributing\r\nredisttribuion,redistribution\r\nrediuction,reduction\r\nredmeption,redemption\r\nrednders,renders\r\nredneckers,rednecks\r\nredneckese,rednecks\r\nredneckest,rednecks\r\nredner,render\r\nredners,renders\r\nredolance,redolence\r\nredolances,redolences\r\nredolant,redolent\r\nredolantly,redolently\r\nredondancy,redundancy\r\nredondant,redundant\r\nredownloading,re-downloading\r\nredploy,redeploy\r\nredploying,redeploying\r\nredriect,redirect\r\nredshit,redshift\r\nredsign,redesign\r\nreducability,reducibility\r\nreducable,reducible\r\nreducably,reducibly\r\nreduceability,reducibility\r\nreduceable,reducible\r\nreduceably,reducibly\r\nreducero,reducer\r\nreducion,reduction\r\nreducions,reductions\r\nreduct,reduce\r\nreducte,reduce\r\nreducted,reduced\r\nreductes,reduces\r\nreducting,reducing\r\nreductioin,reduction\r\nreductiong,reducing\r\nreducton,reduction\r\nredudancy,redundancy\r\nredudant,redundant\r\nredudnant,redundant\r\nredug,debug\r\nredunant,redundant\r\nreduncancy,redundancy\r\nredundand,redundant\r\nredundantcy,redundancy\r\nredundany,redundancy\r\nredundency,redundancy\r\nredundent,redundant\r\nredundnacy,redundancy\r\nredundnant,redundant\r\nredunduncy,redundancy\r\nreduntant,redundant\r\nreduse,reduce\r\nredution,reduction\r\nredy,ready\r\nreead,read\r\nreeadable,readable\r\nreedemable,redeemable\r\nreedemed,redeemed\r\nreedeming,redeeming\r\nreedems,redeems\r\nreeferign,referring\r\nreeize,resize\r\nreelases,releases\r\nreelectrfication,ReElectrification\r\nreelectrficaton,ReElectrification\r\nreely,really\r\nreemove,remove\r\nreenable,re-enable\r\nreenabled,re-enabled\r\nreenbale,re-enable\r\nreencarnation,reincarnation\r\nreencode,re-encode\r\nreencrypt,re-encrypt\r\nreenforced,reinforced\r\nreenforces,reinforces\r\nreenforcing,reinforcing\r\nreenforcment,reinforcment\r\nreenforcments,reinforcments\r\nreequired,required\r\nreequires,requires\r\nreerely,rarely\r\nreeturns,returns\r\nreevalulate,reevaluate\r\nreevalutate,reevaluate\r\nreevaulate,reevaluate\r\nreevaulated,reevaluate\r\nreexpereince,ReExperience\r\nreexpereinced,ReExperienced\r\nreexperiance,ReExperience\r\nreexperianced,ReExperienced\r\nreexperitence,ReExperience\r\nreexperitenced,ReExperienced\r\nreexprots,reexports\r\nreey,really\r\nrefacted,refactored\r\nrefactor's,refactored\r\nrefactorig,refactoring\r\nrefactorng,refactoring\r\nrefactorsing,refactoring\r\nrefarence,references\r\nrefator,refactor\r\nrefeard,referred\r\nrefeared,referred\r\nrefearing,referring\r\nrefecences,references\r\nrefect,reflect\r\nrefedendum,referendum\r\nrefeer,refer\r\nrefeeres,referees\r\nrefelct,reflect\r\nrefelcted,reflected\r\nrefelcteerd,reflecteerd\r\nrefelcting,reflecting\r\nrefelction,reflection\r\nrefelctions,reflections\r\nrefelctive,reflective\r\nrefelctivity,reflectivity\r\nrefelctometers,reflectometers\r\nrefelctor,reflector\r\nrefelctorising,reflectorising\r\nrefelctorless,reflectorless\r\nrefelctors,reflectors\r\nrefelcts,reflects\r\nrefelect,reflect\r\nrefelected,reflected\r\nrefelecting,reflecting\r\nrefelection,reflection\r\nrefelectional,reflectional\r\nrefelectionless,reflectionless\r\nrefelections,reflections\r\nrefelective,reflective\r\nrefelector,reflector\r\nrefelects,reflects\r\nrefelxes,reflexes\r\nrefence,reference\r\nrefences,references\r\nreferabilty,referability\r\nreferal,referral\r\nreferals,referrals\r\nreferance,reference\r\nreferances,references\r\nreferancing,referencing\r\nreferandum,referendum\r\nreferchment,refreshment\r\nreferd,referred\r\nrefere,reference\r\nreferebnce,reference\r\nreferece,reference\r\nrefereces,references\r\nreferecnce,reference\r\nreferecne,reference\r\nreferecnes,references\r\nrefered,referred\r\nreferede,referee\r\nrefereedd,refereed\r\nrefereees,referees\r\nrefereence,reference\r\nrefereers,referees\r\nrefereing,referring\r\nreferemce,reference\r\nreferemces,references\r\nreferemdum,referendum\r\nreferenc,reference\r\nreferenceablity,referenceability\r\nreferenceing,referencing\r\nreferencesnn,references\r\nreferencez,reference\r\nreferencies,references\r\nreferencin,referencing\r\nreferencs,references\r\nreferendim,referendum\r\nreferendom,referendum\r\nreferene,referee\r\nreferenece,reference\r\nrefereneced,referenced\r\nrefereneces,references\r\nreferened,referenced\r\nreferenences,references\r\nreferenial,referential\r\nreferening,referencing\r\nreferennce,reference\r\nreferens,references\r\nreferense,references\r\nreferensed,referenced\r\nreferenses,referees\r\nreferentes,references\r\nreferer,referrer\r\nreferere,referee\r\nrefererences,references\r\nreferers,referrers\r\nreferes,refers\r\nreferesh,refresh\r\nrefergator,refrigerator\r\nrefergiator,refrigerator\r\nrefergior,refrigerator\r\nreferiang,referring\r\nreferig,refering\r\nreferigerater,refrigerator\r\nreferigerator,refrigerator\r\nreferign,refering\r\nreferincing,referencing\r\nrefering,referring\r\nreferinig,referring\r\nreferinng,refering\r\nrefernce,references\r\nrefernced,referenced\r\nrefernces,references\r\nreferncing,referencing\r\nrefernece,reference\r\nreferneces,references\r\nrefernence,reference\r\nreferr,refer\r\nreferrence,reference\r\nreferrenced,referenced\r\nreferrences,references\r\nreferrings,referring\r\nreferrred,referred\r\nreferrrer,referrer\r\nreferrring,referring\r\nreferrs,refers\r\nrefershed,refreshed\r\nrefersher,refresher\r\nrefert,revert\r\nreferundum,referendum\r\nrefeshment,refreshment\r\nrefeshmets,refreshment\r\nrefeshmont,refreshment\r\nrefesiment,refreshment\r\nrefesment,refreshment\r\nrefesmut,refreshment\r\nrefestment,refreshment\r\nreffer,refer\r\nrefferal,referral\r\nrefferals,referrals\r\nreffered,referred\r\nrefferee,referee\r\nreffereed,refereed\r\nrefferees,referees\r\nreffereing,reffering\r\nrefference,reference\r\nrefferenced,referenced\r\nrefferences,references\r\nrefferencing,referencing\r\nrefferense,referense\r\nrefferensed,referensed\r\nrefferenses,referenses\r\nrefferensing,referensing\r\nrefferent,referent\r\nrefferential,referential\r\nrefferents,referents\r\nrefferer,referrer\r\nreffering,referring\r\nrefferr,refer\r\nrefferral,referral\r\nrefferrals,referrals\r\nrefferred,referred\r\nrefferrer,referrer\r\nrefferring,referring\r\nreffers,refers\r\nreffored,referred\r\nreffreshment,refreshment\r\nreffring,referring\r\nrefidualetor,refrigerator\r\nrefigator,refrigerator\r\nrefigerator,refrigerator\r\nrefigorator,refrigerator\r\nrefigrator,refrigerator\r\nrefiguater,refrigerator\r\nrefilles,refills\r\nrefillling,refilling\r\nrefillls,refills\r\nrefinemnet,refinement\r\nrefinment,refinement\r\nrefinments,refinements\r\nrefirarator,refrigerator\r\nrefirgator,refrigerator\r\nrefirgerator,refrigerator\r\nrefirred,referred\r\nrefittted,refitted\r\nrefkaing,ReFaking\r\nrefkaings,ReFakings\r\nreflaection,reflection\r\nreflagerator,refrigerator\r\nrefleciton,reflections\r\nreflecte,reflective\r\nreflecters,reflects\r\nreflectie,reflective\r\nreflectioin,reflection\r\nreflectiosn,reflections\r\nreflectivos,reflections\r\nreflecto,reflection\r\nreflectstans,reflects\r\nreflektion,reflection\r\nreflesh,refresh\r\nrefleshment,refreshment\r\nrefleted,reflected\r\nreflexitivity,reflexivity\r\nreflexivly,reflexively\r\nreflexs,reflexes\r\nreflextion,reflection\r\nrefom,reform\r\nrefomance,reformance\r\nrefomances,reformances\r\nrefomation,reformation\r\nrefomations,reformations\r\nrefomative,reformative\r\nrefomatively,reformatively\r\nrefomatory,reformatory\r\nrefomatted,reformatted\r\nrefomed,reformed\r\nrefoming,reforming\r\nrefomity,reformity\r\nrefomly,reformly\r\nrefoms,reforms\r\nrefond,refund\r\nreforamtion,reformation\r\nreforamtional,reformational\r\nreforamtions,reformations\r\nreforamtive,reformative\r\nreforamtively,reformatively\r\nreformaition,reformation\r\nreformaitional,reformational\r\nreformaitions,reformations\r\nreformaitive,reformative\r\nreformaitively,reformatively\r\nreformaiton,reformation\r\nreformaitonal,reformational\r\nreformaitons,reformations\r\nreformaitve,reformative\r\nreformaitvely,reformatively\r\nreformating,reformatting\r\nreformaton,reformation\r\nreformattting,reformatting\r\nreformatve,reformative\r\nreformatvely,reformatively\r\nreformerad,reformed\r\nreformes,reforms\r\nreformtion,reformation\r\nreformtive,reformative\r\nreformtively,reformatively\r\nrefortfication,ReFortification\r\nrefortficaton,ReFortification\r\nrefortifed,ReFortified\r\nrefortifes,ReFortifies\r\nrefound,refund\r\nrefove,remove\r\nrefrastment,refreshment\r\nrefreah,refresh\r\nrefreaing,referring\r\nrefreash,refresh\r\nrefreashent,refreshment\r\nrefreashment,refreshment\r\nrefrech,refresh\r\nrefrechment,refreshment\r\nrefrecment,refreshment\r\nrefredendum,referendum\r\nrefredgator,refrigerator\r\nrefrediator,refrigerator\r\nrefreduater,refrigerator\r\nrefreduator,refrigerator\r\nrefredurator,refrigerator\r\nrefreed,refereed\r\nrefreeshment,refreshment\r\nrefregarator,refrigerator\r\nrefregator,refrigerator\r\nrefregeaters,refrigerator\r\nrefregerator,refrigerator\r\nrefregerators,refrigerator\r\nrefregiator,refrigerator\r\nrefregirator,refrigerator\r\nrefregitor,refrigerator\r\nrefregrator,refrigerator\r\nrefregritator,refrigerator\r\nrefregurator,refrigerator\r\nrefreh,refresh\r\nrefrehser,refresher\r\nrefreigator,refrigerator\r\nrefreigiator,refrigerator\r\nrefreing,refering\r\nrefreme,refreshment\r\nrefrement,refreshment\r\nrefremit,refreshment\r\nrefremut,refreshment\r\nrefrence,reference\r\nrefrenced,referenced\r\nrefrences,references\r\nrefrencing,referencing\r\nrefrer,refer\r\nrefreral,referral\r\nrefrerals,referrals\r\nrefrered,referred\r\nrefreree,referee\r\nrefrereed,refereed\r\nrefrerees,referees\r\nrefrerence,reference\r\nrefrerenced,referenced\r\nrefrerences,references\r\nrefrerencing,referencing\r\nrefrerense,referense\r\nrefrerensed,referensed\r\nrefrerenses,referenses\r\nrefrerensing,referensing\r\nrefrerent,referent\r\nrefrerential,referential\r\nrefrerents,referents\r\nrefreriang,referring\r\nrefrering,referring\r\nrefrerral,referral\r\nrefrerrals,referrals\r\nrefrerred,referred\r\nrefrerring,referring\r\nrefrerrs,refers\r\nrefrers,refers\r\nrefreschment,refreshment\r\nrefreshd,refreshed\r\nrefreshe,refreshed\r\nrefreshement,refreshment\r\nrefreshemt,refreshment\r\nrefreshhing,refreshing\r\nrefreshmant,refreshment\r\nrefreshmat,refreshment\r\nrefreshmeant,refreshment\r\nrefreshmen,refreshment\r\nrefreshmernt,refreshment\r\nrefreshmet,refreshment\r\nrefreshmint,refreshment\r\nrefreshr,refresher\r\nrefresmen,refreshment\r\nrefresment,refreshment\r\nrefressmant,refreshment\r\nrefressment,refreshment\r\nrefressmunt,refreshment\r\nrefrestment,refreshment\r\nrefrestmert,refreshment\r\nrefrheshment,refreshment\r\nrefrickment,refreshment\r\nrefriderator,refrigerator\r\nrefridgarator,refrigerator\r\nrefridgator,refrigerator\r\nrefridgeator,refrigerator\r\nrefridger,refrigerator\r\nrefridgerate,refrigerate\r\nrefridgerated,refrigerated\r\nrefridgerater,refrigerator\r\nrefridgerates,refrigerates\r\nrefridgerating,refrigerating\r\nrefridgeration,refrigeration\r\nrefridgerator,refrigerator\r\nrefridgerators,refrigerators\r\nrefridgetor,refrigerator\r\nrefridgirater,refrigerator\r\nrefridgrator,refrigerator\r\nrefridguator,refrigerator\r\nrefridiator,refrigerator\r\nrefriduatr,refrigerator\r\nrefriegator,refrigerator\r\nrefriegerator,refrigerator\r\nrefrierator,refrigerator\r\nrefrigarater,refrigerator\r\nrefrigarator,refrigerator\r\nrefrigator,refrigerator\r\nrefrigderator,refrigerator\r\nrefrigeater,refrigerator\r\nrefrigeator,refrigerator\r\nrefrigedator,refrigerator\r\nrefrigerador,refrigerator\r\nrefrigerar,refrigerator\r\nrefrigeratar,refrigerator\r\nrefrigerater,refrigerator\r\nrefrigeratior,refrigerator\r\nrefrigeratoin,refrigeration\r\nrefrigerter,refrigerator\r\nrefrigertor,refrigerator\r\nrefrighter,refrigerator\r\nrefrigiater,refrigerator\r\nrefrigiator,refrigerator\r\nrefrigidator,refrigerator\r\nrefrigirador,refrigerator\r\nrefrigirator,refrigerator\r\nrefrigitator,refrigerator\r\nrefrigiter,refrigerator\r\nrefrigorator,refrigerator\r\nrefrigortar,refrigerator\r\nrefrigrater,refrigerator\r\nrefrigrator,refrigerator\r\nrefrigriator,refrigerator\r\nrefrigtator,refrigerator\r\nrefrigtor,refrigerator\r\nrefriguater,refrigerator\r\nrefriguator,refrigerator\r\nrefriguerator,refrigerator\r\nrefrigurator,refrigerator\r\nrefrom,reform\r\nrefromance,reformance\r\nrefromances,reformances\r\nrefromation,reformation\r\nrefromations,reformations\r\nrefromative,reformative\r\nrefromatively,reformatively\r\nrefromed,reformed\r\nrefroming,reforming\r\nrefromist,reformist\r\nrefromity,reformity\r\nrefromly,reformly\r\nrefroms,reforms\r\nrefrrers,refers\r\nrefrshment,refreshment\r\nrefrshmint,refreshment\r\nrefrubished,refurbished\r\nrefruesment,refreshment\r\nrefshment,refreshment\r\nreft,raft\r\nrefubrished,refurbished\r\nrefuce,refuse\r\nrefues,refuse\r\nrefuidigator,refrigerator\r\nrefuing,referring\r\nrefule,relief\r\nrefun,refund\r\nrefundabilty,refundability\r\nrefundablity,refundability\r\nrefurbised,refurbished\r\nrefurbushed,refurbished\r\nrefured,referred\r\nrefuring,referring\r\nrefurring,referring\r\nrefusla,refusal\r\nrefuslas,refusals\r\nregading,regrading\r\nregaind,regained\r\nregaint,regained\r\nregalar,regular\r\nregallities,regalities\r\nregallity,regality\r\nregan,region\r\nregand,regained\r\nregande,regained\r\nreganded,regained\r\nregane,region\r\nreganed,regained\r\nregardes,regards\r\nregardind,regarding\r\nregardles,regardless\r\nregardlesss,regardless\r\nregared,regarded\r\nregarging,regarding\r\nregaring,regarding\r\nregarldess,regardless\r\nregarless,regardless\r\nregarting,regarding\r\nregated,regretted\r\nregaulr,regular\r\nregaurding,regarding\r\nregcognizer,recognizer\r\nregcone,reckon\r\nregconized,recognized\r\nregeard,regained\r\nregein,region\r\nregemerate,regenerate\r\nregen,region\r\nregenade,renegade\r\nregenarate,regenerate\r\nregenaration,regeneration\r\nregenate,regenerate\r\nregene,region\r\nregeneerate,regenerate\r\nregeneracion,regeneration\r\nregeneratin,regeneration\r\nregeneraton,regeneration\r\nregenere,regenerate\r\nregenrate,regenerate\r\nregenrated,regenerated\r\nregenrates,regenerates\r\nregenrating,regenerating\r\nregenration,regeneration\r\nregenrative,regenerative\r\nregenrator,regenerator\r\nregenreate,regenerate\r\nregens,region\r\nregention,retention\r\nregep,regexp\r\nregerence,reference\r\nregererate,regenerate\r\nregersting,requesting\r\nregerted,regretted\r\nregerts,regrets\r\nreges,regex\r\nregester,register\r\nregesting,requesting\r\nregestration,registration\r\nregeted,regretted\r\nregetted,regretted\r\nregexep,regexp\r\nreggresion,reggression\r\nregian,region\r\nregianed,regained\r\nregiems,regimes\r\nregieon,region\r\nregieter,registers\r\nregieters,registers\r\nregimet,regiment\r\nregin,region\r\nregined,regained\r\nreginition,recognition\r\nreginosion,recognition\r\nregiom,region\r\nregiomn,region\r\nregionaal,regional\r\nregiones,regions\r\nregiser,register\r\nregisered,registered\r\nregisers,registers\r\nregisert,register\r\nregiseter,register\r\nregisgter,register\r\nregisrty,registry\r\nregist,register\r\nregistar's,registrar's\r\nregistar,registrar\r\nregistars,registrars\r\nregistartion,registration\r\nregistation,registration\r\nregistations,registrations\r\nregisted,registered\r\nregisteration,registration\r\nregisterd,registered\r\nregisterdns,registers\r\nregistere,registered\r\nregistereed,registered\r\nregisterend,registered\r\nregisteres,registers\r\nregisteries,registers\r\nregisterred,registered\r\nregistersa,registers\r\nregisterted,registered\r\nregistery,registry\r\nregistery-only,registry-only\r\nregisteting,registering\r\nregistewr,register\r\nregisties,registries\r\nregisting,registering\r\nregistires,registries\r\nregistra,register\r\nregistraion,registration\r\nregistraration,registration\r\nregistrated,registered\r\nregistrating,registration\r\nregistratioin,registration\r\nregistrato,registration\r\nregistratoin,registration\r\nregistratoins,registrations\r\nregistratration,registration\r\nregistre,register\r\nregistred,registered\r\nregistreed,registered\r\nregistrering,registering\r\nregistrers,registers\r\nregistring,registering\r\nregistter,register\r\nregistur,register\r\nregisty,registry\r\nregisytry,registry\r\nregiter,register\r\nregitered,registered\r\nregition,region\r\nregitries,registries\r\nregiusters,registers\r\nregix,regex\r\nregjen,region\r\nregluar,regular\r\nregluarity,regularity\r\nregluarly,regularly\r\nregned,regained\r\nregneration,regeneration\r\nregnition,recognition\r\nregocnition,recognition\r\nregoen,region\r\nregognized,recognized\r\nregon,region\r\nregond,reckon\r\nregone,region\r\nregoressors,regressors\r\nregradless,regardless\r\nregrads,regards\r\nregreat,regret\r\nregreated,regretted\r\nregrected,regretted\r\nregreeted,regretted\r\nregresas,regress\r\nregresding,requesting\r\nregreses,regress\r\nregresion,regression\r\nregresions,regressions\r\nregresison,regression\r\nregresive,regressive\r\nregresives,regressive\r\nregresos,regress\r\nregressaors,regressors\r\nregresse,regressive\r\nregressioin,regression\r\nregressivo,regression\r\nregresso,regression\r\nregresson,regression\r\nregresssion,regression\r\nregresssions,regressions\r\nregresssive,regressive\r\nregrest,regrets\r\nregrests,regress\r\nregreted,regretted\r\nregretfuly,regretfully\r\nregretite,regretted\r\nregretts,regrets\r\nregrigerator,refrigerator\r\nregropu,regroup\r\nregropued,regrouped\r\nregropuing,regrouping\r\nregropus,regroups\r\nregruop,regroup\r\nregruoped,regrouped\r\nregruoping,regrouping\r\nregruops,regroups\r\nregsirties,registries\r\nregsiter,register\r\nregsitered,registered\r\nregsiters,registers\r\nregsitration,registration\r\nregsitries,registries\r\nregsitry,registry\r\nregster,register\r\nregstered,registered\r\nregsters,registers\r\nregstration,registration\r\nregstry,registry\r\nregualar,regular\r\nregualr,regular\r\nregualrly,regularly\r\nregualrs,regulars\r\nregualte,regulate\r\nregualting,regulating\r\nregualtion,regulations\r\nregualtions,regulations\r\nregualtor,regulator\r\nregualtors,regulators\r\nreguard,regard\r\nreguarding,regarding\r\nreguardless,regardless\r\nreguards,regards\r\nreguarly,regularly\r\nreguesting,requesting\r\nreguilarization,regularization\r\nreguire,require\r\nreguires,requires\r\nregulacion,regulation\r\nregulae,regulate\r\nregulaion,regulation\r\nregulaions,regulations\r\nregulalr,regular\r\nregulalry,regularly\r\nregulament,regulate\r\nregulamentations,regulations\r\nregulaotr,regulator\r\nregulaotrs,regulators\r\nregularaty,regularity\r\nregulares,regulars\r\nregularily,regularly\r\nregularing,regulating\r\nregularis,regulars\r\nregularlas,regulars\r\nregularlos,regulars\r\nregulary,regularly\r\nregularzation,regularization\r\nregulas,regulars\r\nregulaters,regulators\r\nregulatin,regulations\r\nregulationg,regulating\r\nregulatiors,regulators\r\nregulatios,regulators\r\nregulatiosn,regulations\r\nregulatoin,regulation\r\nregulatoins,regulations\r\nregulatons,regulations\r\nregulatorias,regulators\r\nregulatories,regulators\r\nregulatorios,regulators\r\nregulatr,regulator\r\nregulats,regulators\r\nreguler,regular\r\nregulrization,regularization\r\nregulsr,regulars\r\nregun,region\r\nregund,refund\r\nreguned,regained\r\nregural,regular\r\nregurally,regularly\r\nreguraly,regularly\r\nregurarly,regularly\r\nregurlar,regular\r\nregurne,region\r\nreguseing,requesting\r\nregusters,registers\r\nregusting,requesting\r\nregwesting,requesting\r\nrehabilatate,rehabilitate\r\nrehabilitacion,rehabilitation\r\nrehabilitaion,rehabilitation\r\nrehabilitaiton,rehabilitation\r\nrehabilitatin,rehabilitation\r\nrehabilitaton,rehabilitation\r\nrehematisem,rheumatism\r\nrehersal,rehearsal\r\nrehersals,rehearsals\r\nreherse,rehearse\r\nrehersed,rehearsed\r\nreherses,rehearses\r\nrehersing,rehearsing\r\nrehmetism,rheumatism\r\nrehmeutism,rheumatism\r\nrehmitism,rheumatism\r\nrehomatic,romantic\r\nrehos-release,rhos-release\r\nrehtoric,rhetoric\r\nrehtorical,rhetorical\r\nrehumatism,rheumatism\r\nrehunatism,rheumatism\r\nreicarnate,reincarnate\r\nreicarnated,reincarnated\r\nreicarnates,reincarnates\r\nreicarnating,reincarnating\r\nreicarnation,reincarnation\r\nreicely,recently\r\nreicently,recently\r\nreicept,receipt\r\nreiceved,recieved\r\nreicpts,receipts\r\nreidentfication,ReIdentification\r\nreidentficaton,ReIdentification\r\nreidentifcation,reidentification\r\nreidentifed,ReIdentified\r\nreidentifes,ReIdentifies\r\nreiept,receipt\r\nreigen,region\r\nreighn,reign\r\nreigin,reign\r\nreigined,reigned\r\nreigining,reigning\r\nreigins,reigns\r\nreigion,region\r\nreigment,regiment\r\nreigmes,regimes\r\nreignn,reign\r\nreigon,region\r\nreigonal,regional\r\nreigons,regions\r\nreigstered,registered\r\nreigstration,registration\r\nreigstry,registry\r\nreilef,relief\r\nreileif,relief\r\nreimplemention,reimplementation\r\nreimplemeting,reimplementing\r\nreimplmeneted,re-implemented\r\nreimplment,reimplement\r\nreimplmentation,reimplementation\r\nreimplmented,reimplemented\r\nreimplmenting,reimplementing\r\nreimplments,reimplements\r\nreinact,reenact\r\nreinassance,renaissance\r\nreincarantion,reincarnation\r\nreincatnation,reincarnation\r\nreinctrduce,reintroduce\r\nreinctrduced,reintroduced\r\nreinctrduces,reintroduces\r\nreinctrducing,reintroducing\r\nreinctrduction,reintroduction\r\nreinctrdue,reintroduce\r\nreinctrdued,reintroduced\r\nreinctrdues,reintroduces\r\nreinctrduing,reintroducing\r\nreinctrdution,reintroduction\r\nreinctroduce,reintroduce\r\nreinctroduced,reintroduced\r\nreinctroduces,reintroduces\r\nreinctroducing,reintroducing\r\nreinctroduction,reintroduction\r\nreinctrodue,reintroduce\r\nreinctrodued,reintroduced\r\nreinctrodues,reintroduces\r\nreinctroduing,reintroducing\r\nreinctrodution,reintroduction\r\nreinctruduce,reintroduce\r\nreinctruduced,reintroduced\r\nreinctruduces,reintroduces\r\nreinctruducing,reintroducing\r\nreinctruduction,reintroduction\r\nreinctrudue,reintroduce\r\nreinctrudued,reintroduced\r\nreinctrudues,reintroduces\r\nreinctruduing,reintroducing\r\nreinctrudution,reintroduction\r\nreinforcemens,reinforcements\r\nreinforcemnets,reinforcements\r\nreinforcemnt,reinforcement\r\nreinforcemnts,reinforcements\r\nreinforcemt,reinforcement\r\nreinfore,reinforce\r\nreinfornced,reinforced\r\nreinitailse,reinitialise\r\nreinitailses,reinitialises\r\nreinitailzies,reinitializes\r\nreinitalise,reinitialise\r\nreinitalised,reinitialised\r\nreinitalises,reinitialises\r\nreinitalising,reinitialising\r\nreinitalization,reinitialization\r\nreinitalizations,reinitializations\r\nreinitalize,reinitialize\r\nreinitalized,reinitialized\r\nreinitalizes,reinitializes\r\nreinitalizing,reinitializing\r\nreinitializates,reinitializes\r\nreinitialze,reinitialize\r\nreinkarnation,reincarnation\r\nreinmbursed,reimbursed\r\nreinstal,reinstall\r\nreinstale,reinstalled\r\nreinstaled,reinstalled\r\nreinstaling,reinstalling\r\nreinstallled,reinstalled\r\nreinstallling,reinstalling\r\nreinstallng,reinstalling\r\nreintaduce,reintroduce\r\nreintaduced,reintroduced\r\nreintaduces,reintroduces\r\nreintaducing,reintroducing\r\nreintaduction,reintroduction\r\nreintadue,reintroduce\r\nreintadued,reintroduced\r\nreintadues,reintroduces\r\nreintaduing,reintroducing\r\nreintadution,reintroduction\r\nreintall,reinstall\r\nreintarduce,reintroduce\r\nreintarduced,reintroduced\r\nreintarduces,reintroduces\r\nreintarducing,reintroducing\r\nreintarduction,reintroduction\r\nreintardue,reintroduce\r\nreintardued,reintroduced\r\nreintardues,reintroduces\r\nreintarduing,reintroducing\r\nreintardution,reintroduction\r\nreintarnation,reincarnation\r\nreinteduce,reintroduce\r\nreinteduced,reintroduced\r\nreinteduces,reintroduces\r\nreinteducing,reintroducing\r\nreinteduction,reintroduction\r\nreintedue,reintroduce\r\nreintedued,reintroduced\r\nreintedues,reintroduces\r\nreinteduing,reintroducing\r\nreintedution,reintroduction\r\nreintepret,reinterpret\r\nreintepretation,reinterpretation\r\nreintepreted,reinterpreted\r\nreinterduce,reintroduce\r\nreinterduced,reintroduced\r\nreinterduces,reintroduces\r\nreinterducing,reintroducing\r\nreinterduction,reintroduction\r\nreinterdue,reintroduce\r\nreinterdued,reintroduced\r\nreinterdues,reintroduces\r\nreinterduing,reintroducing\r\nreinterdution,reintroduction\r\nreinterelate,reinterrelate\r\nreinterelated,reinterrelated\r\nreinterelates,reinterrelates\r\nreinterelation,reinterrelation\r\nreinterelations,reinterrelations\r\nreinterupt,reinterrupt\r\nreintevene,reintervene\r\nreinteveni,reinterveni\r\nreintevent,reintervent\r\nreinteview,reinterview\r\nreintialization,reinitialization\r\nreintoduce,reintroduce\r\nreintoduced,reintroduced\r\nreintoduces,reintroduces\r\nreintoducing,reintroducing\r\nreintoduction,reintroduction\r\nreintodue,reintroduce\r\nreintodued,reintroduced\r\nreintodues,reintroduces\r\nreintoduing,reintroducing\r\nreintodution,reintroduction\r\nreintorduce,reintroduce\r\nreintorduced,reintroduced\r\nreintorduces,reintroduces\r\nreintorducing,reintroducing\r\nreintorduction,reintroduction\r\nreintordue,reintroduce\r\nreintordued,reintroduced\r\nreintordues,reintroduces\r\nreintorduing,reintroducing\r\nreintordution,reintroduction\r\nreintrduce,reintroduce\r\nreintrduced,reintroduced\r\nreintrduces,reintroduces\r\nreintrducing,reintroducing\r\nreintrduction,reintroduction\r\nreintrdue,reintroduce\r\nreintrdued,reintroduced\r\nreintrdues,reintroduces\r\nreintrduing,reintroducing\r\nreintrdution,reintroduction\r\nreintruduce,reintroduce\r\nreintruduced,reintroduced\r\nreintruduces,reintroduces\r\nreintruducing,reintroducing\r\nreintruduction,reintroduction\r\nreintrudue,reintroduce\r\nreintrudued,reintroduced\r\nreintrudues,reintroduces\r\nreintruduing,reintroducing\r\nreintrudution,reintroduction\r\nreirection,redirection\r\nreisdence,residence\r\nreisdency,residency\r\nreisdent,resident\r\nreisdente,residente\r\nreisdentes,residentes\r\nreisdential,residential\r\nreisdents,residents\r\nreisdience,residence\r\nreisdiency,residency\r\nreisdient,resident\r\nreisdiente,residente\r\nreisdientes,residentes\r\nreisdients,residents\r\nreisntall,reinstall\r\nreisntalled,reinstalled\r\nreisntalling,reinstalling\r\nreistence,resistance\r\nreistences,resistances\r\nreistent,resistant\r\nreister,register\r\nreistered,registered\r\nreitance,resistance\r\nreitances,resistances\r\nreitant,resistant\r\nreitence,resistance\r\nreitences,resistances\r\nreitent,resistant\r\nreitnroduce,reintroduce\r\nreitnroduced,reintroduced\r\nreitnroduces,reintroduces\r\nreitnroducing,reintroducing\r\nreitnroduction,reintroduction\r\nreitnrodue,reintroduce\r\nreitnrodued,reintroduced\r\nreitnrodues,reintroduces\r\nreitnroduing,reintroducing\r\nreitnrodution,reintroduction\r\nreitred,retired\r\nreitrement,retirement\r\nreitres,retires\r\nreitterate,reiterate\r\nreitterated,reiterated\r\nreitterates,reiterates\r\nreitterating,reiterating\r\nreitteration,reiteration\r\nreitterations,reiterations\r\nreitterative,reiterative\r\nreitteratively,reiteratively\r\nreitterator,reiterator\r\nreived,received\r\nreivew,review\r\nreivewable,reviewable\r\nreivewed,reviewed\r\nreivewer,reviewer\r\nreivewers,reviewers\r\nreivewing,reviewing\r\nreivews,reviews\r\nreivisons,revisions\r\nreize,resize\r\nrejcted,rejected\r\nrejec,reject\r\nrejectioin,rejection\r\nrejeion,region\r\nrejetctioin,rejetction\r\nrejkavik,reykjavik\r\nrejkjavik,reykjavik\r\nrejoce,rejoice\r\nrejoyce,rejoice\r\nrejustifed,ReJustified\r\nrejustifes,ReJustifies\r\nrejuvanate,rejuvenate\r\nrejuvanated,rejuvenated\r\nrejuvanates,rejuvenates\r\nrejuvanating,rejuvenating\r\nrejuvanation,rejuvenation\r\nrejuvanator,rejuvenator\r\nrejuvanators,rejuvenators\r\nrejuvinate,rejuvenate\r\nrejuvinated,rejuvenated\r\nrejuvinates,rejuvenates\r\nrejuvinating,rejuvenating\r\nrejuvination,rejuvenation\r\nrejuvinator,rejuvenator\r\nrejuvinators,rejuvenators\r\nrekationship,relationship\r\nrekenton,renekton\r\nrekesting,requesting\r\nrekjavik,reykjavik\r\nreknown,renown\r\nreknowned,renowned\r\nrekommendation,recommendation\r\nrekon,reckon\r\nrekquisition,requisition\r\nrekson,reckon\r\nrektifications,certifications\r\nrela,real\r\nrelaatively,relatively\r\nrelability,reliability\r\nrelabillity,relability\r\nrelabilty,relability\r\nrelabing,relabeling\r\nrelable,reliable\r\nrelace,replace\r\nrelacks,relax\r\nrelaction,relation\r\nrelaese,release\r\nrelaesed,released\r\nrelaeses,releases\r\nrelaesing,releasing\r\nrelagate,relegate\r\nrelagated,relegated\r\nrelagates,relegates\r\nrelagating,relegating\r\nrelagation,relaxation\r\nrelagations,relegations\r\nrelaibility,reliability\r\nrelaibilty,relaibility\r\nrelaible,reliable\r\nrelaiblilty,relaibility\r\nrelaiblity,relaibility\r\nrelaibly,reliably\r\nrelaince,reliance\r\nrelaing,relaying\r\nrelaint,reliant\r\nrelaise,realise\r\nrelaised,realised\r\nrelaitonship,relationships\r\nrelaitve,relative\r\nrelaizes,realizes\r\nrelalted,related\r\nrelaly,really\r\nrelance,rebalance\r\nrelaod,reload\r\nrelaoded,reloaded\r\nrelaoding,reloading\r\nrelapes,relapse\r\nrelarted,related\r\nrelase,release\r\nrelased,released\r\nrelases,releases\r\nrelashionship,relationship\r\nrelasions,relations\r\nrelaspe,relapse\r\nrelasped,relapsed\r\nrelatabe,relatable\r\nrelatabilty,relatability\r\nrelatablity,relatability\r\nrelatation,relaxation\r\nrelateds,relates\r\nrelateed,related\r\nrelatiate,retaliate\r\nrelatiation,retaliation\r\nrelatie,relative\r\nrelatin,relation\r\nrelatinoship,relationships\r\nrelatinship,relationship\r\nrelatinships,relationships\r\nrelatio,relation\r\nrelatioins,relations\r\nrelationaly,relationally\r\nrelationnal,relational\r\nrelationshiop,relationship\r\nrelationshipts,relationships\r\nrelationshits,relationships\r\nrelationshop,relationship\r\nrelationshp,relationships\r\nrelationsihp,relationship\r\nrelationsihps,relationships\r\nrelationsip,relationship\r\nrelationsips,relationships\r\nrelationsship,relationships\r\nrelatiopn,relation\r\nrelatiopns,relations\r\nrelatiopnship,relationship\r\nrelatiopnships,relationships\r\nrelatioship,relationship\r\nrelatioships,relationships\r\nrelativ,relative\r\nrelativele,relatively\r\nrelativety,relativity\r\nrelativily,relativity\r\nrelativiser,relatives\r\nrelativisme,relatives\r\nrelativitiy,relativity\r\nrelativitly,relativity\r\nrelativiy,relativity\r\nrelativley,relatively\r\nrelativly,relatively\r\nrelativno,relation\r\nrelativy,relativity\r\nrelatoin,relation\r\nrelatoinship,relationship\r\nrelatoinships,relationships\r\nrelatvive,relative\r\nrelaty,relay\r\nrelaungh,relaunch\r\nrelavance,relevance\r\nrelavancy,relevancy\r\nrelavant,relevant\r\nrelavantly,relevantly\r\nrelavation,relaxation\r\nrelavence,relevance\r\nrelavency,relevancy\r\nrelavent,relevant\r\nrelavently,relevantly\r\nrelavite,relative\r\nrelavive,relative\r\nrelavtive,relative\r\nrelaxating,relaxation\r\nrelaxatoin,relaxation\r\nrelaxtotaly,relaxtotally\r\nrelay-foward,relay-forward\r\nrelazation,relaxation\r\nrelc,relief\r\nrelcaim,reclaim\r\nrelcutant,reluctant\r\nrelcutantly,reluctantly\r\nrele,really\r\nreleae-date,release-date\r\nreleaes,release\r\nreleaf,relief\r\nreleafe,relief\r\nreleagtion,relegation\r\nrelearnign,relearning\r\nrelearnigns,relearnings\r\nreleasd,released\r\nreleaseses,releases\r\nreleasess,releases\r\nreleass,releases\r\nreleast,release\r\nreleated,related\r\nreleativly,releatively\r\nreleavant,relevant\r\nreleave,relieve\r\nreleaved,relieved\r\nrelect,reelect\r\nrelect-metadata,reflect-metadata\r\nrelectant,reluctant\r\nrelected,reelected\r\nrelector,reflector\r\nrelects,reelects\r\nreleef,relief\r\nrelef,relief\r\nrelefe,relief\r\nrelefen,relief\r\nrelegato,relegation\r\nrelegetion,relegation\r\nreleief,relief\r\nreleiefs,reliefs\r\nreleievable,relievable\r\nreleievably,relievably\r\nreleieve,relieve\r\nreleieved,relieved\r\nreleiever,reliever\r\nreleieverd,relieverd\r\nreleievers,relievers\r\nreleieves,relieves\r\nreleieving,relieving\r\nreleif,relief\r\nreleifs,reliefs\r\nreleivable,relievable\r\nreleivably,relievably\r\nreleive,relieve\r\nreleived,relieved\r\nreleiver,reliever\r\nreleiverd,relieverd\r\nreleivers,relievers\r\nreleives,relieves\r\nreleiving,relieving\r\nrelekaing,ReLeaking\r\nrelekaings,ReLeakings\r\nrelelase,release\r\nrelenquish,relinquish\r\nrelenquished,relinquished\r\nrelenquishes,relinquishes\r\nrelenquishing,relinquishing\r\nrelenquishment,relinquishment\r\nrelentlesly,relentlessly\r\nrelentlessely,relentlessly\r\nrelentlessley,relentlessly\r\nrelentlessy,relentlessly\r\nrelentness,relentless\r\nreler,relief\r\nreleran,relearn\r\nreleraned,relearned\r\nreleraning,relearning\r\nrelerans,relearns\r\nrelerant,relearnt\r\nrelese,release\r\nrelesed,released\r\nreleses,releases\r\nrelesing,releasing\r\nreletive,relative\r\nreletively,relatively\r\nreletivly,reletively\r\nreletivs,relatives\r\nreletnless,relentless\r\nrelevaant,relevant\r\nrelevante,relevant\r\nrelevation,revelation\r\nrelevations,revelations\r\nrelevatn,relevant\r\nreleveance,relevance\r\nreleveancy,relevancy\r\nreleveant,relevant\r\nreleveantly,relevantly\r\nrelevence,relevance\r\nrelevency,relevancy\r\nrelevent,relevant\r\nrelevently,relevantly\r\nrelevere,relief\r\nrelevet,relevant\r\nrelexation,relaxation\r\nreley,really\r\nrelf,relief\r\nrelfe,relief\r\nrelfect,reflect\r\nrelfected,reflected\r\nrelfecting,reflecting\r\nrelfection,reflection\r\nrelfections,reflections\r\nrelfective,reflective\r\nrelfects,reflects\r\nrelfexes,reflexes\r\nrelfy,relief\r\nrelgion,religion\r\nrelgionism,religionism\r\nrelgionist,religionist\r\nrelgionless,religionless\r\nrelgions,religions\r\nrelgiose,religiose\r\nrelgiosity,religiosity\r\nrelgious,religious\r\nrelgiouses,religiouses\r\nrelgiously,religiously\r\nreliabably,reliably\r\nreliabe,reliable\r\nreliabibilty,reliabibility\r\nreliabillity,reliability\r\nreliabilty,reliability\r\nreliabily,reliability\r\nreliablely,reliably\r\nreliabley,reliably\r\nreliablility,reliability\r\nreliablilty,reliability\r\nreliablity,reliability\r\nreliaiblity,reliaibility\r\nrelialbillity,relialbility\r\nreliased,realised\r\nrelible,reliable\r\nreliblility,relibility\r\nreliblity,relibility\r\nrelieable,reliable\r\nrelience,reliance\r\nrelient,reliant\r\nrelif,relief\r\nrelife,relief\r\nreligeon,religion\r\nreligeonism,religionism\r\nreligeonist,religionist\r\nreligeonless,religionless\r\nreligeons,religions\r\nreligeose,religiose\r\nreligeosity,religiosity\r\nreligeous,religious\r\nreligeously,religiously\r\nreligeousness,religiousness\r\nreligioin,religion\r\nreligioinism,religionism\r\nreligioinist,religionist\r\nreligioinless,religionless\r\nreligioins,religions\r\nreligioise,religiose\r\nreligioisity,religiosity\r\nreligioius,religious\r\nreligionens,religions\r\nreligioners,religions\r\nreligiones,religions\r\nreligios,religious\r\nreligiosly,religiously\r\nreligiosness,religiousness\r\nreligiousy,religiously\r\nreligius,religious\r\nreligon,religion\r\nreligonism,religionism\r\nreligonist,religionist\r\nreligonless,religionless\r\nreligons,religions\r\nreligose,religiose\r\nreligosity,religiosity\r\nreligous,religious\r\nreligouse,religiouse\r\nreligously,religiously\r\nrelingushed,relinquished\r\nrelinquesh,relinquish\r\nrelinqueshed,relinquished\r\nrelinqueshes,relinquishes\r\nrelinqueshing,relinquishing\r\nrelinqueshment,relinquishment\r\nrelinqush,relinquish\r\nrelinqushed,relinquished\r\nrelinqushes,relinquishes\r\nrelinqushing,relinquishing\r\nrelinqushment,relinquishment\r\nreliqble,reliable\r\nreliquish,relinquish\r\nreliquished,relinquished\r\nreliquishes,relinquishes\r\nreliquishing,relinquishing\r\nreliquishment,relinquishment\r\nrelitave,relative\r\nrelitavely,relatively\r\nrelitaves,relatives\r\nrelitive,relative\r\nrelitivly,relatively\r\nrelitve,relative\r\nrelitvely,relatively\r\nrelitves,relatives\r\nreliy,really\r\nrelization,realization\r\nrelize,realize\r\nrelized,realised\r\nrelizes,realizes\r\nrelizing,realizing\r\nrell,really\r\nrellavance,relevance\r\nrellavancy,relevancy\r\nrellavant,relevant\r\nrellavantly,relevantly\r\nrellavence,relevance\r\nrellavency,relevancy\r\nrellavent,relevant\r\nrellavently,relevantly\r\nrellea,really\r\nrellevance,relevance\r\nrellevancy,relevancy\r\nrellevant,relevant\r\nrellevantly,relevantly\r\nrellevence,relevance\r\nrellevency,relevancy\r\nrellevent,relevant\r\nrellevently,relevantly\r\nrelley,really\r\nrelloaction,reallocation\r\nrelly,rely\r\nrelm,realm\r\nreloacted,relocated\r\nrelod,reload\r\nreloead,reloaded\r\nreloed,reload\r\nrelpacement,replacement\r\nrelpacements,replacements\r\nrelpase,relapse\r\nrelpased,relapsed\r\nrelpay,replay\r\nreltionship,relationship\r\nreluctanct,reluctant\r\nreluctanctly,reluctantly\r\nreluctanly,reluctantly\r\nreluctanty,reluctantly\r\nreluctently,reluctantly\r\nrelults,results\r\nrelunctatly,relunctately\r\nrelvent,relevant\r\nrelver,relief\r\nremagnfication,ReMagnification\r\nremagnficaton,ReMagnification\r\nremainbr,remain\r\nremaind,remained\r\nremainding,remaining\r\nremainds,remains\r\nremaine,remain\r\nremaineder,remainder\r\nremaing,remaining\r\nremainging,remaining\r\nremainig,remaining\r\nremainin,remaining\r\nremainn,remain\r\nremakrs,remarks\r\nremamber,remember\r\nremanants,remnants\r\nremanber,remember\r\nremander,remainder\r\nremane,remain\r\nremaned,remained\r\nremanfacture,remanufacture\r\nremanfactured,remanufactured\r\nremaning,remaining\r\nremanlly,remnally\r\nremannt,remnant\r\nremannts,remnants\r\nremantic,romantic\r\nremanufacured,remanufactured\r\nremanufatured,remanufactured\r\nremanufaturers,remanufacturers\r\nremanufaturing,remanufacturing\r\nremaped,remapped\r\nremappping,remapping\r\nremarcably,remarkably\r\nremarkabilty,remarkability\r\nremarkablely,remarkably\r\nremarkabley,remarkably\r\nremarkablility,remarkability\r\nremarkablly,remarkably\r\nremarke,remark\r\nremarkeable,remarkable\r\nremarkeably,remarkably\r\nremarkeble,remarkable\r\nremarkebly,remarkably\r\nremarkes,remarks\r\nremarkible,remarkable\r\nremarkibly,remarkably\r\nremasterd,remastered\r\nremasterred,remastered\r\nrematic,rheumatism\r\nrembember,remember\r\nrembemer,remember\r\nrembenes,remind\r\nrember,remember\r\nremberance,remembrance\r\nrembered,remembered\r\nremberemance,remembrance\r\nremberence,remembrance\r\nremberiance,remembrance\r\nrembour,remember\r\nrembrance,remembrance\r\nrembre,remember\r\nrembrence,remembrance\r\nremcad,removed\r\nremcoat,raincoat\r\nremcommendations,recommendations\r\nremder,remember\r\nremdiation,remediation\r\nremebe,remember\r\nremebeer,remember\r\nremeber,remember\r\nremeberd,remember\r\nremebered,remembered\r\nremeberence,remembrance\r\nremebering,remembering\r\nremebers,remembers\r\nremebmer,remember\r\nremebrence,remembrance\r\nremedr,remember\r\nremely,really\r\nrememba,remember\r\nremembed,remembered\r\nremembee,remembered\r\nrememberable,memorable\r\nrememberance,remembrance\r\nrememberants,remembrance\r\nrememberd,remembered\r\nrememberence,remembrance\r\nrememberes,remembers\r\nremembrence,remembrance\r\nremembunce,remembrance\r\nrememder,remember\r\nrememeber,remember\r\nrememebered,remembered\r\nrememebering,remembering\r\nrememebers,remembers\r\nrememebr,remember\r\nrememebrs,remembers\r\nrememember,remember\r\nrememer,remember\r\nrememerance,remembrance\r\nrememmber,remember\r\nrememmer,remember\r\nrememver,remember\r\nremenant,remnant\r\nremenants,remnants\r\nremenbence,remembrance\r\nremenbences,remembrance\r\nremenber,remember\r\nremenberance,remembrance\r\nremenberd,remember\r\nremenbrance,remembrance\r\nremend,remember\r\nremender,remember\r\nremened,remember\r\nremenent,remnant\r\nremenents,remnants\r\nremener,remember\r\nremenice,reminisce\r\nremeniced,reminisced\r\nremenicenc,reminiscenc\r\nremenicences,reminiscences\r\nremenicent,reminiscent\r\nremenices,reminisces\r\nremenicing,reminiscing\r\nremenisce,reminisce\r\nremenisced,reminisced\r\nremeniscenc,reminiscenc\r\nremeniscence,reminiscence\r\nremeniscences,reminiscences\r\nremeniscent,reminiscent\r\nremenisces,reminisces\r\nremeniscing,reminiscing\r\nrementance,remittance\r\nremer,removed\r\nremerber,remember\r\nremerbor,remember\r\nremerd,remember\r\nremerince,remembrance\r\nremermber,remember\r\nremestry,chemistry\r\nremetance,remittance\r\nremeved,removed\r\nremfehment,refreshment\r\nremfeminc,referring\r\nremian,remain\r\nremianing,remaining\r\nremians,remains\r\nremidy,remedy\r\nremied,remind\r\nremifications,ramifications\r\nremignton,remington\r\nremimed,remind\r\nremimitens,remittance\r\nreminant,remnant\r\nreminants,remnants\r\nremine,remind\r\nreminece,reminisce\r\nremineced,reminisced\r\nreminecenc,reminiscenc\r\nreminecent,reminiscent\r\nremineces,reminisces\r\nreminecing,reminiscing\r\nremined,reminded\r\nreminence,remittance\r\nreminent,remnant\r\nreminents,remnants\r\nreminesce,reminisce\r\nreminesced,reminisced\r\nreminescenc,reminiscenc\r\nreminescence,reminiscence\r\nreminescences,reminiscences\r\nreminescencia,reminiscencia\r\nreminescent,reminiscent\r\nreminesces,reminisces\r\nreminescing,reminiscing\r\nremingotn,remington\r\nreminice,reminisce\r\nreminiced,reminisced\r\nreminicenc,reminiscenc\r\nreminicence,reminiscence\r\nreminicences,reminiscences\r\nreminicent,reminiscent\r\nreminicents,reminiscents\r\nreminices,reminisces\r\nreminicient,reminiscent\r\nreminicing,reminiscing\r\nreminiscant,reminiscent\r\nreminiscient,reminiscent\r\nreminiscint,reminiscent\r\nreminisent,reminiscent\r\nreminising,reminiscing\r\nreminsce,reminisce\r\nreminsced,reminisced\r\nreminscenc,reminiscenc\r\nreminscence,reminiscence\r\nreminscences,reminiscences\r\nreminscent,reminiscent\r\nreminsces,reminisces\r\nreminscient,reminiscent\r\nreminscing,reminiscing\r\nreminsice,reminisce\r\nreminsiced,reminisced\r\nreminsicenc,reminiscenc\r\nreminsicences,reminiscences\r\nreminsicent,reminiscent\r\nreminsices,reminisces\r\nreminsicing,reminiscing\r\nremintence,remittance\r\nremirtense,remittance\r\nremisible,remissible\r\nremisibly,remissibly\r\nremision,remission\r\nremisionaries,remissionaries\r\nremisionary,remissionary\r\nremisions,remissions\r\nremisive,remissive\r\nremisively,remissively\r\nremissble,remissible\r\nremissbly,remissibly\r\nremisson,remission\r\nremissonaries,remissionaries\r\nremissonary,remissionary\r\nremissons,remissions\r\nremisssion,remission\r\nremissve,remissive\r\nremissvely,remissively\r\nremistry,chemistry\r\nremitance,remittance\r\nremitane,remittance\r\nremited,remitted\r\nremitedly,remittedly\r\nremiten,remittance\r\nremitence,remittance\r\nremitens,remittance\r\nremitense,remittance\r\nremites,remittance\r\nremitest,remittance\r\nremitested,remittance\r\nremiting,remitting\r\nremitinse,remittance\r\nremiton,remittance\r\nremitsis,remittance\r\nremitt,remit\r\nremittence,remittance\r\nremittens,remittance\r\nremittonse,remittance\r\nremive,remove\r\nremkaing,ReMaking\r\nremkaings,ReMakings\r\nremkoves,removes\r\nremmber,remember\r\nremmberance,remembrance\r\nremmberence,remembrance\r\nremmbranes,remembrance\r\nremmbranse,remembrance\r\nremmder,remember\r\nremmeb,remember\r\nremmeber,remember\r\nremmeberance,remembrance\r\nremmebered,remembered\r\nremmebers,remembers\r\nremmember,remember\r\nremmemberaice,remembrance\r\nremmembrance,remembrance\r\nremmenbrance,remembrance\r\nremmitance,remittance\r\nremmote,remote\r\nremnans,remnants\r\nremnders,reminders\r\nremode,removed\r\nremodfication,ReModification\r\nremodficaton,ReModification\r\nremoe,remove\r\nremoes,remotes\r\nremoev,remove\r\nremoge,remove\r\nremomove,remove\r\nremond,remind\r\nremone,removed\r\nremonsrate,remonstrate\r\nremonsrated,remonstrated\r\nremonsrates,remonstrates\r\nremonsrating,remonstrating\r\nremonsration,remonstration\r\nremonsrations,remonstrations\r\nremonsrative,remonstrative\r\nremonsratively,remonstratively\r\nremonsratives,remonstratives\r\nremonsrator,remonstrator\r\nremonsrators,remonstrators\r\nremonstarte,remonstrate\r\nremonstarted,remonstrated\r\nremonstartes,remonstrates\r\nremonstarting,remonstrating\r\nremonstartion,remonstration\r\nremonstartions,remonstrations\r\nremonstartive,remonstrative\r\nremonstartively,remonstratively\r\nremonstartives,remonstratives\r\nremonstartor,remonstrator\r\nremonstartors,remonstrators\r\nremonstate,remonstrate\r\nremonstated,remonstrated\r\nremonstates,remonstrates\r\nremonstating,remonstrating\r\nremonstation,remonstration\r\nremonstations,remonstrations\r\nremonstative,remonstrative\r\nremonstatively,remonstratively\r\nremonstatives,remonstratives\r\nremonstator,remonstrator\r\nremonstators,remonstrators\r\nremontrate,remonstrate\r\nremontrated,remonstrated\r\nremontrates,remonstrates\r\nremontrating,remonstrating\r\nremontration,remonstration\r\nremontrations,remonstrations\r\nremontrative,remonstrative\r\nremontratively,remonstratively\r\nremontratives,remonstratives\r\nremontrator,remonstrator\r\nremontrators,remonstrators\r\nremoofed,removed\r\nremoote,remote\r\nremoovd,removed\r\nremooved,removed\r\nremord,removed\r\nremore,remote\r\nremortifed,ReMortified\r\nremortifes,ReMortifies\r\nremostrate,remonstrate\r\nremostrated,remonstrated\r\nremostrates,remonstrates\r\nremostrating,remonstrating\r\nremostration,remonstration\r\nremostrations,remonstrations\r\nremostrative,remonstrative\r\nremostratively,remonstratively\r\nremostratives,remonstratives\r\nremostrator,remonstrator\r\nremostrators,remonstrators\r\nremot,remote\r\nremotaly,remotally\r\nremotelly,remotely\r\nremotley,remotely\r\nremotly,remotely\r\nremoud,removed\r\nremouv,removed\r\nremov,remove\r\nremova,remove\r\nremovabillity,removability\r\nremovd,removed\r\nremoveability,removability\r\nremoveable,removable\r\nremoveablility,removeability\r\nremoveablity,removeability\r\nremoveble,removable\r\nremoveing,removing\r\nremoven,removed\r\nremovered,removed\r\nremovese,removes\r\nremovible,removable\r\nremovind,removing\r\nremovment,removement\r\nremovred,removed\r\nremovw,remove\r\nrempber,remember\r\nremplacement,replacement\r\nremplates,templates\r\nremtely,remotely\r\nremufed,removed\r\nremunism,rheumatism\r\nremuttance,remittance\r\nremve,remove\r\nremved,removed\r\nremvoe,remove\r\nremvoves,removes\r\nren,run\r\nrenact,reenact\r\nrenacted,reenacted\r\nrenacti,reenacti\r\nrenacting,reenacting\r\nrenactive,reenactive\r\nrenactment,reenactment\r\nrenactments,reenactments\r\nrenactors,reenactors\r\nrenagade,renegade\r\nrenaiisance,renaissance\r\nrenaisance,renaissance\r\nrenaiscance,renaissance\r\nrenaissace,renaissance\r\nrenaissaince,renaissance\r\nrenaissanse,renaissance\r\nrenaissence,renaissance\r\nrenam,rename\r\nrenamem,rename\r\nrenamey,rename\r\nrenamin,renaming\r\nrenassaince,renaissance\r\nrenassiance,renaissance\r\nrenawal,renewal\r\nrenbreance,remembrance\r\nrencent,recent\r\nrende,render\r\nrended,rendered\r\nrendendered,rendered\r\nrendenring,rendering\r\nrenderd,rendered\r\nrenderded,rendered\r\nrendere,renderer\r\nrendereding,rendering\r\nrendereed,rendered\r\nrendereing,rendering\r\nrendererd,rendered\r\nrenderered,rendered\r\nrendererer,renderer\r\nrendererers,renderers\r\nrenderering,rendering\r\nrenderes,renders\r\nrenderin,rendering\r\nrendermodel,render\r\nrendevous,rendezvous\r\nrendezous,rendezvous\r\nrendorings,renderings\r\nrendrer,render\r\nrendres,renders\r\nrendring,rendering\r\nrendundancy,redundancy\r\nreneagde,renegade\r\nreneay,recently\r\nrenedered,rende\r\nrenegae,renegade\r\nrenegated,renegade\r\nrenegerate,regenerate\r\nrenegeration,regeneration\r\nrenegociate,renegotiate\r\nrenegociating,renegotiating\r\nrenegociation,renegotiation\r\nrenegotation,renegotiation\r\nrenegotations,renegotiations\r\nrener,render\r\nrenetkon,renekton\r\nrenewabe,renewables\r\nrenewabels,renewables\r\nrenewabilty,renewability\r\nrenewablity,renewability\r\nrenewded,renewed\r\nreneweable,renewable\r\nreneweble,renewable\r\nrenewebles,renewables\r\nrenewl,renewal\r\nrenewls,renewals\r\nrenewwed,renewed\r\nrenference,reference\r\nrengerated,regenerated\r\nrengin,region\r\nreniassance,renaissance\r\nreniforcements,reinforcements\r\nrenind,remind\r\nrenition,recognition\r\nrenked,regained\r\nrenketon,renekton\r\nrenmant,remnant\r\nrenmants,remnants\r\nrennaisance,renaissance\r\nrennaissance,renaissance\r\nrennner,renner\r\nrennovate,renovate\r\nrennovated,renovated\r\nrennovating,renovating\r\nrennovation,renovation\r\nrenotfication,ReNotification\r\nrenotficaton,ReNotification\r\nrenotifed,ReNotified\r\nrenotifes,ReNotifies\r\nrenouce,renounce\r\nrenouceable,renounceable\r\nrenouced,renounced\r\nrenouces,renounces\r\nrenoucing,renouncing\r\nrenoucings,renouncings\r\nrenoucne,renounce\r\nrenoucning,renouncing\r\nrenoucnings,renouncings\r\nrenoun,renown\r\nrenovatoin,renovation\r\nrenovatoins,renovations\r\nrenove,remove\r\nrenoved,removed\r\nrenoylds,reynolds\r\nrensponse,response\r\nrentaly,rentally\r\nrenteris,renters\r\nrention,retention\r\nrentor,renter\r\nrentors,renters\r\nrentres,renters\r\nrentry,recently\r\nrenual,renewal\r\nrenue,renew\r\nrenuion,reunion\r\nrenunce,renounce\r\nrenuncing,renouncing\r\nrenuncings,renouncings\r\nrenuncne,renounce\r\nrenuncning,renouncing\r\nrenuncnings,renouncings\r\nrenunion,reunion\r\nrenuonce,renounce\r\nrenuoncing,renouncing\r\nrenuoncings,renouncings\r\nrenuoncne,renounce\r\nrenuoncning,renouncing\r\nrenuoncnings,renouncings\r\nrenutreince,ReNutrience\r\nrenutreinced,ReNutrienced\r\nrenutriance,ReNutrience\r\nrenutrianced,ReNutrienced\r\nrenutritence,ReNutrience\r\nrenutritenced,ReNutrienced\r\nrenweables,renewables\r\nrenyolds,reynolds\r\nreoadmap,roadmap\r\nreoccurance,reoccurrence\r\nreoccurances,reoccurrences\r\nreoccurant,reoccurrent\r\nreoccurantly,reoccurrently\r\nreoccured,reoccurred\r\nreoccurence,reoccurrence\r\nreoccurences,reoccurrences\r\nreoccurent,reoccurrent\r\nreoccurently,reoccurrently\r\nreoccuring,reoccurring\r\nreoccurrance,reoccurrence\r\nreoccurrances,reoccurrences\r\nreoccurrant,reoccurrent\r\nreoccurrantly,reoccurrently\r\nreocgnized,recognized\r\nreocrd,record\r\nreocured,reoccurred\r\nreocurence,reoccurrence\r\nreocurences,reoccurrences\r\nreocurent,reoccurrent\r\nreocuring,reoccurring\r\nreocurred,reoccurred\r\nreocurrence,reoccurrence\r\nreocurrent,reoccurrent\r\nreocurring,reoccurring\r\nreoder,reorder\r\nreodering,reordering\r\nreoframation,reformation\r\nreoframational,reformational\r\nreoframations,reformations\r\nreoframative,reformative\r\nreoframatively,reformatively\r\nreofrmation,reformation\r\nreofrmational,reformational\r\nreofrmations,reformations\r\nreofrmative,reformative\r\nreofrmatively,reformatively\r\nreogination,recognition\r\nreogranisation,reorganisation\r\nreogranisational,reorganisational\r\nreogranisations,reorganisations\r\nreogranise,reorganise\r\nreogranised,reorganised\r\nreogranises,reorganises\r\nreogranising,reorganising\r\nreogranization,reorganization\r\nreogranizational,reorganizational\r\nreogranizations,reorganizations\r\nreogranize,reorganize\r\nreogranized,reorganized\r\nreogranizes,reorganizes\r\nreogranizing,reorganizing\r\nreogranziation,reorganization\r\nreolve,resolve\r\nreolving,resolving\r\nreomentic,romantic\r\nreommend,recommend\r\nreommendable,recommendable\r\nreommendation,recommendation\r\nreommendations,recommendations\r\nreommended,recommended\r\nreommender,recommender\r\nreommenders,recommenders\r\nreommending,recommending\r\nreommends,recommends\r\nreon,region\r\nreonnect,reconnect\r\nreoocur,reoccur\r\nreop,repo\r\nreoporter,reporter\r\nreoprts,reports\r\nreorcder,reorder\r\nreord,record\r\nreoreince,ReOrience\r\nreoreinced,ReOrienced\r\nreorganision,reorganisation\r\nreorganizatoin,reorganization\r\nreorgansation,reorganisation\r\nreorgansational,reorganisational\r\nreorgansations,reorganisations\r\nreorganse,reorganise\r\nreorgansed,reorganised\r\nreorganses,reorganises\r\nreorgansing,reorganising\r\nreorganzation,reorganization\r\nreorganzational,reorganizational\r\nreorganzations,reorganizations\r\nreorganze,reorganize\r\nreorganzed,reorganized\r\nreorganzes,reorganizes\r\nreorganzing,reorganizing\r\nreorginisation,reorganisation\r\nreorginisational,reorganisational\r\nreorginisations,reorganisations\r\nreorginise,reorganise\r\nreorginised,reorganised\r\nreorginises,reorganises\r\nreorginising,reorganising\r\nreorginization,reorganization\r\nreorginizational,reorganizational\r\nreorginizations,reorganizations\r\nreorginize,reorganize\r\nreorginized,reorganized\r\nreorginizes,reorganizes\r\nreorginizing,reorganizing\r\nreorgization,reorganization\r\nreorgnisation,reorganisation\r\nreorgnisational,reorganisational\r\nreorgnisations,reorganisations\r\nreorgnise,reorganise\r\nreorgnised,reorganised\r\nreorgnises,reorganises\r\nreorgnising,reorganising\r\nreorgnization,reorganization\r\nreorgnizational,reorganizational\r\nreorgnizations,reorganizations\r\nreorgnize,reorganize\r\nreorgnized,reorganized\r\nreorgnizes,reorganizes\r\nreorgnizing,reorganizing\r\nreoriance,ReOrience\r\nreorianced,ReOrienced\r\nreoritence,ReOrience\r\nreoritenced,ReOrienced\r\nreoritentate,reorientate\r\nreoses,reuses\r\nreositories,repositories\r\nreosurce,resource\r\nreosurces,resources\r\nreounce,renounce\r\nreounced,renounced\r\nreouncing,renouncing\r\nreouncings,renouncings\r\nreouncne,renounce\r\nreouncning,renouncing\r\nreouncnings,renouncings\r\nreources,resources\r\nreove,remove\r\nreowrked,reworked\r\nrep'n,representation\r\nrepace,replace\r\nrepaced,replaced\r\nrepaces,replaces\r\nrepacing,replacing\r\nrepackagign,repackaging\r\nrepaet,repeat\r\nrepaided,repairs\r\nrepairabilty,repairability\r\nrepairation,reparation\r\nrepaird,repaired\r\nrepaireable,repairable\r\nrepaireble,repairable\r\nrepaires,repairs\r\nrepairg,repairing\r\nrepairibilty,repairibility\r\nrepairible,repairable\r\nrepalce,replaces\r\nrepalcement,replacement\r\nrepalcements,replacements\r\nrepalces,replaces\r\nrepalyed,replayed\r\nrepalying,replaying\r\nrepalys,replays\r\nrepar,repair\r\nrepare,repair\r\nrepareable,reparable\r\nrepareble,reparable\r\nrepared,repairs\r\nrepareds,repairs\r\nrepares,repairs\r\nrepariability,reparability\r\nrepariable,reparable\r\nreparible,reparable\r\nreparied,repaired\r\nreparing,repairing\r\nreparis,repairs\r\nrepartion,reparation\r\nrepartions,reparations\r\nrepartive,reparative\r\nrepartively,reparatively\r\nrepartives,reparatives\r\nrepartor,reparator\r\nrepartorily,reparatorily\r\nrepartors,reparators\r\nrepartory,reparatory\r\nrepas,repairs\r\nrepasenatives,representatives\r\nrepated,repeated\r\nrepation,reparation\r\nrepations,reparations\r\nrepatition,repetition\r\nrepatitions,repetitions\r\nrepatitive,repetitive\r\nrepative,reparative\r\nrepatively,reparatively\r\nrepatives,reparatives\r\nrepator,reparator\r\nrepatorily,reparatorily\r\nrepators,reparators\r\nrepatory,reparatory\r\nrepatriablity,repatriability\r\nrepayed,repaid\r\nrepblic,republic\r\nrepblican,republican\r\nrepblicans,republicans\r\nrepblics,republics\r\nrepbulic,republic\r\nrepbulican,republican\r\nrepbulicans,republicans\r\nrepeadedly,repeatedly\r\nrepeadetly,repeatedly\r\nrepealeable,repealable\r\nrepealeble,repealable\r\nrepearable,repeatable\r\nrepearedly,repealed\r\nrepeares,repairs\r\nrepears,repairs\r\nrepeast,repeats\r\nrepeatabillity,repeatability\r\nrepeatabilty,repeatability\r\nrepeatablility,repeatability\r\nrepeatablity,repeatability\r\nrepeatadly,repeatedly\r\nrepeatae,repeatable\r\nrepeatblity,repeatbility\r\nrepeate,repeat\r\nrepeateable,repeatable\r\nrepeateadly,repeatedly\r\nrepeatebility,repeatability\r\nrepeateble,repeatable\r\nrepeatedlt,repealed\r\nrepeatedy,repeatedly\r\nrepeates,repeats\r\nrepeatetly,repeatedly\r\nrepeatibility,repeatability\r\nrepeatible,repeatable\r\nrepeatibly,repeatably\r\nrepeatidely,repeatedly\r\nrepeatidly,repeatedly\r\nrepeation,reparation\r\nrepeations,reparations\r\nrepeatitions,repetitions\r\nrepeative,reparative\r\nrepeatively,repeatedly\r\nrepeatives,reparatives\r\nrepeatly,repeatedly\r\nrepeator,reparator\r\nrepeatorily,reparatorily\r\nrepeators,reparators\r\nrepeatory,reparatory\r\nrepect,respect\r\nrepectable,repeatable\r\nrepected,respected\r\nrepective,receptive\r\nrepectively,respectively\r\nrepectives,respectives\r\nrepeditive,repetitive\r\nrepeition,repetition\r\nrepeitions,repetitions\r\nrepeitive,repetitive\r\nrepekaing,RePeaking\r\nrepekaings,RePeakings\r\nrepeled,repelled\r\nrepeler,repeller\r\nrepelers,repellers\r\nrepeling,repelling\r\nrepell,repel\r\nrepelller,repeller\r\nrepells,repels\r\nrepelor,repellor\r\nrepelors,repellors\r\nrependencies,dependencies\r\nrepentable,repeatable\r\nrepentence,repentance\r\nrepentences,repentances\r\nrepentent,repentant\r\nrepentently,repentantly\r\nrepeptitive,repetitive\r\nreperation,reparation\r\nreperations,reparations\r\nreperative,reparative\r\nreperatively,reparatively\r\nreperatives,reparatives\r\nreperator,reparator\r\nreperatorily,reparatorily\r\nreperators,reparators\r\nreperatory,reparatory\r\nrepercusssions,repercussions\r\nrepercutions,repercussions\r\nrepered,repairs\r\nreperes,repairs\r\nreperesent,represent\r\nreperesentation,representation\r\nrepers,repairs\r\nrepersenatives,representatives\r\nrepersenitives,representatives\r\nrepersent,represent\r\nrepersentation,representation\r\nrepersentations,representations\r\nrepersentatives,representatives\r\nrepersentaves,representatives\r\nrepersented,represented\r\nrepersenting,representing\r\nrepersentitive,representatives\r\nrepersentitives,representatives\r\nrepersentive,representatives\r\nrepersentives,representatives\r\nrepersents,represents\r\nrepersintives,representatives\r\nrepersonfication,RePersonification\r\nrepersonficaton,RePersonification\r\nrepes,repairs\r\nrepesent,represent\r\nrepesentaiton,representation\r\nrepesentatives,representatives\r\nrepesented,represented\r\nrepesenting,representing\r\nrepesents,represents\r\nrepesident,representatives\r\nrepesition,requisition\r\nrepestented,represented\r\nrepet,repeat\r\nrepetance,repentance\r\nrepetant,repentant\r\nrepetantly,repentantly\r\nrepetation,repetition\r\nrepetative,repetitive\r\nrepetatively,repeatedly\r\nrepetead,repeated\r\nrepeteadly,repeatedly\r\nrepetence,repentance\r\nrepetent,repentant\r\nrepetently,repentantly\r\nrepetetion,repetition\r\nrepetetition,repetition\r\nrepetetive,repetitive\r\nrepeticion,repetition\r\nrepeting,repeating\r\nrepetion,repetition\r\nrepetions,repetitions\r\nrepetitioin,repetition\r\nrepetitiouis,repetitious\r\nrepetitiouisly,repetitiously\r\nrepetitiouisness,repetitiousness\r\nrepetitiuos,repetitious\r\nrepetitiuosly,repetitiously\r\nrepetitiuosness,repetitiousness\r\nrepetitivo,repetition\r\nrepetitoius,repetitious\r\nrepetitoiusly,repetitiously\r\nrepetitoiusness,repetitiousness\r\nrepetiton,repetition\r\nrepetitons,repetitions\r\nrepetitouis,repetitious\r\nrepetitouisly,repetitiously\r\nrepetitouisness,repetitiousness\r\nrepetitve,repetitive\r\nrepetive,repetitive\r\nrepetively,repetitively\r\nrepetivly,repetively\r\nrepetoire,repertoire\r\nrepetoires,repertoires\r\nrepetorial,repertorial\r\nrepetories,repertories\r\nrepetory,repertory\r\nrepewwed,repewed\r\nrepgrssion,regression\r\nrepharse,rephrase\r\nrephrasse,rephrase\r\nrephreshment,refreshment\r\nrepid,rapid\r\nrepids,rapids\r\nrepies,replies\r\nrepigmentatioin,repigmentation\r\nrepinnned,repinned\r\nrepires,repairs\r\nrepisotiry,repository\r\nrepistentives,representatives\r\nrepitions,repetitions\r\nrepitition,repetition\r\nrepititions,repetitions\r\nrepititious,repetitious\r\nrepititon,repetition\r\nrepititons,repetitions\r\nrepititve,repetitive\r\nrepitle,reptile\r\nrepitles,reptiles\r\nrepitoire,repertoire\r\nrepitoires,repertoires\r\nrepitorial,repertorial\r\nrepitories,repertories\r\nrepitory,repertory\r\nreplacable,replicable\r\nreplacably,replaceably\r\nreplacated,replicated\r\nreplacating,replicating\r\nreplaceble,replaceable\r\nreplacec,replaced\r\nreplaceeable,replaceable\r\nreplaceeble,replaceable\r\nreplaceing,replacing\r\nreplacememt,replacement\r\nreplacemenet,replacement\r\nreplacemennt,replacement\r\nreplacementc,replacement\r\nreplacemet,replacements\r\nreplacemnet,replacements\r\nreplacemnt,replacement\r\nreplacemnts,replacements\r\nreplacemtn,replacements\r\nreplacemtnt,replacement\r\nreplaci,replacing\r\nreplacible,replaceable\r\nreplacibly,replaceably\r\nreplacment,replacement\r\nreplacments,replacements\r\nreplact,replace\r\nreplae,replace\r\nreplase,replaces\r\nreplased,relapsed\r\nreplasments,replacement\r\nreplated,related\r\nreplave,replace\r\nreplayabilty,replayability\r\nreplayablility,replayability\r\nreplayablity,replayability\r\nreplayd,replayed\r\nreplayes,replays\r\nreplcae,replace\r\nreplcaes,replaces\r\nreplciated,replicated\r\nreplciation,replication\r\nreplcing,replacing\r\nrepleacable,replaceable\r\nreplecated,replicated\r\nreplect,respect\r\nreplenihsment,replenishment\r\nrepleviser,RepleVisor\r\nreplia,replica\r\nrepliable,reliable\r\nrepliacs,replicas\r\nrepliaction,replication\r\nreplicabilty,replicability\r\nreplicablity,replicability\r\nreplicae,replicated\r\nreplicaion,replication\r\nreplicaiton,replication\r\nreplicaitons,replication\r\nreplicationg,replicating\r\nreplicatoin,replication\r\nreplicaton,replication\r\nreplice,replicate\r\nreplicte,replicate\r\nreplictor,replicator\r\nreplie,reply\r\nrepload-configuration,reload-configuration\r\nreploy,deploy\r\nreplubic,republic\r\nreplusive,repulsive\r\nreplyed,replied\r\nreplys,replies\r\nrepo-vesrion,repo-version\r\nrepoas,repos\r\nrepoduce,reproduce\r\nrepogitory,repository\r\nrepoistories,repositories\r\nrepoistory,repository\r\nrepoitories,repositories\r\nrepond,respond\r\nreponded,responded\r\nrepondent,respondent\r\nrepondents,respondents\r\nreponder,responder\r\nreponding,responding\r\nreponds,responds\r\nrepons,response\r\nreponse,response\r\nreponseablity,reponseability\r\nreponses,responses\r\nreponsibile,responsibile\r\nreponsibilites,responsibilites\r\nreponsibilities,responsibilities\r\nreponsibility,responsibility\r\nreponsibilityfor,responsibilityfor\r\nreponsibillity,responsibillity\r\nreponsibilties,responsibilties\r\nreponsibilty,responsibilty\r\nreponsible,responsible\r\nreponsiblities,responsiblities\r\nreponsiblity,responsiblity\r\nreponsibly,responsibly\r\nreponsive,responsive\r\nreponsively,responsively\r\nrepoository,repository\r\nrepop,repo\r\nrepopath,repo\r\nreporduce,reproduce\r\nreporduction,reproduction\r\nreporductive,reproductive\r\nreporet,reporter\r\nreporeted,reported\r\nreporing,reporting\r\nreporistoy,repository\r\nreporitories,repositories\r\nreporitory,repository\r\nreporoducible,reproducible\r\nrepors,repairs\r\nreporsitories,repositories\r\nreporst,reports\r\nreportably,reportedly\r\nreportad,reported\r\nreportadly,reportedly\r\nreportedy,reportedly\r\nreporteing,reporting\r\nreporteros,reporters\r\nreportes,reporters\r\nreportidly,reportedly\r\nreportor,reporter\r\nreportws,reports\r\nreportwws,reports\r\nreposable,responsible\r\nreposd,respond\r\nreposesed,repossessed\r\nreposeses,repossesses\r\nreposesing,repossessing\r\nreposesion,repossession\r\nreposesions,repossessions\r\nreposesive,repossessive\r\nreposesively,repossessively\r\nreposesiveness,repossessiveness\r\nreposesives,repossessives\r\nreposesor,repossessor\r\nreposesors,repossessors\r\nreposessed,repossessed\r\nreposesses,repossesses\r\nreposessing,repossessing\r\nreposession,repossession\r\nreposessions,repossessions\r\nreposessive,repossessive\r\nreposessively,repossessively\r\nreposessiveness,repossessiveness\r\nreposessives,repossessives\r\nreposessor,repossessor\r\nreposessors,repossessors\r\nreposibility,responsibility\r\nreposiories,repositories\r\nreposiory,repository\r\nreposiotry,repository\r\nreposiroty,repository\r\nreposistion,reposition\r\nreposistional,repositional\r\nreposistionally,repositionally\r\nreposistioned,repositioned\r\nreposistioning,repositioning\r\nreposistions,repositions\r\nreposistive,repositive\r\nreposistives,repositives\r\nreposistory,repository\r\nrepositary,repository\r\nrepositgory,repository\r\nreposities,repositories\r\nrepositiory,repository\r\nrepositiries,repositories\r\nrepositiry,repository\r\nrepositition,reposition\r\nreposititional,repositional\r\nreposititionally,repositionally\r\nreposititioned,repositioned\r\nreposititioning,repositioning\r\nreposititions,repositions\r\nreposititive,repositive\r\nreposititives,repositives\r\nreposititon,reposition\r\nreposititonal,repositional\r\nreposititonally,repositionally\r\nreposititoned,repositioned\r\nreposititoning,repositioning\r\nreposititons,repositions\r\nreposititve,repositive\r\nreposititves,repositives\r\nrepositoires,repositories\r\nrepositor,repository\r\nrepositoreis,repositories\r\nrepositorieis,repositories\r\nrepositoriies,repositories\r\nrepositoris,repositories\r\nrepositoriy's,repository's\r\nrepositoriy,repository\r\nrepositorly,repository\r\nrepositors,repository\r\nrepositoru,repository\r\nrepositoruu,repository\r\nrepositoryl,repository\r\nrepositorys,repositories\r\nrepositoties,repositories\r\nrepositoty,repository\r\nrepositrory,repository\r\nrepositroy,repository\r\nrepositry,repository\r\nreposity,repository\r\nreposnible,responsible\r\nreposoitory,repository\r\nreposonsible,responsible\r\nreposostion,reposition\r\nreposostional,repositional\r\nreposostionally,repositionally\r\nreposostioned,repositioned\r\nreposostioning,repositioning\r\nreposostions,repositions\r\nreposostive,repositive\r\nreposostives,repositives\r\nreposotory,repository\r\nrepossesed,repossessed\r\nreposseses,repossesses\r\nrepossesing,repossessing\r\nrepossesion,repossession\r\nrepossesions,repossessions\r\nrepossesive,repossessive\r\nrepossesively,repossessively\r\nrepossesiveness,repossessiveness\r\nrepossesives,repossessives\r\nrepossesor,repossessor\r\nrepossesors,repossessors\r\nrepossesssed,repossessed\r\nrepostas,reposts\r\nrepostd,reposted\r\nreposters,reporters\r\nrepostes,reposts\r\nrepostig,reposting\r\nrepostion,reposition\r\nrepostional,repositional\r\nrepostionally,repositionally\r\nrepostioned,repositioned\r\nrepostioning,repositioning\r\nrepostions,repositions\r\nrepostiory's,repository's\r\nrepostiory,repository\r\nrepostiries,repositories\r\nrepostiroy,repository\r\nrepostitory,repository\r\nrepostive,repositive\r\nrepostives,repositives\r\nrepostories,repositories\r\nrepostory,repository\r\nreposttory,repository\r\nrepostus,reposts\r\nreposutiry,repository\r\nrepot,resort\r\nrepoted,reporter\r\nrepoter,reporter\r\nrepottting,repotting\r\nreppetation,repetition\r\nreppetations,repetitions\r\nreppetative,repetitive\r\nreppetetion,repetition\r\nreppetetions,repetitions\r\nreppetetive,repetitive\r\nrepping,repiping\r\nrepport,report\r\nreppresented,represented\r\nrepramand,reprimand\r\nrepramanded,reprimanded\r\nrepramanding,reprimanding\r\nrepramandings,reprimandings\r\nrepramands,reprimands\r\nreprasents,represents\r\nrepration,reparation\r\nreprations,reparations\r\nreprative,reparative\r\nrepratively,reparatively\r\nrepratives,reparatives\r\nreprator,reparator\r\nrepratorily,reparatorily\r\nreprators,reparators\r\nrepratory,reparatory\r\nreprduction,reproduction\r\nreprecated,deprecated\r\nreprecussion,repercussions\r\nreprecussions,repercussions\r\nreprecussive,repercussive\r\nrepredentation,representation\r\nrepreduce,reproduce\r\nrepreenting,representing\r\nrepreents,represents\r\nrepreesnt,represent\r\nreprehaps,reperhaps\r\nreprehenisble,reprehensible\r\nreprehensable,reprehensible\r\nreprehinsible,reprehensible\r\nrepremand,reprimand\r\nrepremanded,reprimanded\r\nrepremanding,reprimanding\r\nrepremandings,reprimandings\r\nrepremands,reprimands\r\nrepremission,repermission\r\nrepremissions,repermissions\r\nrepremissive,repermissive\r\nreprensation,representation\r\nreprensenting,representing\r\nreprensents,represents\r\nreprensetation,representation\r\nreprensetations,representations\r\nreprentation,representation\r\nreprented,represented\r\nreprenting,representing\r\nrepres,repress\r\nrepresantation,representation\r\nrepresantations,representations\r\nrepresantative,representative\r\nrepresantatives,representatives\r\nrepresanting,representing\r\nrepresantives,representatives\r\nreprese,represse\r\nrepreseing,representing\r\nrepresempative,representatives\r\nrepresen,represent\r\nrepresenatation,representation\r\nrepresenation,representation\r\nrepresenations,representations\r\nrepresenatives,representatives\r\nrepresend,represented\r\nrepresenetives,representatives\r\nrepresenets,represents\r\nrepresenitatives,representatives\r\nrepresenitive,representatives\r\nrepresenitives,representatives\r\nrepresensible,reprehensible\r\nrepresentabe,representable\r\nrepresentacion,representation\r\nrepresentaciones,representations\r\nrepresentaion,representation\r\nrepresentaions,representations\r\nrepresentaiton,representations\r\nrepresentaitons,representations\r\nrepresentas,represents\r\nrepresentataion,representation\r\nrepresentate,representative\r\nrepresentated,represented\r\nrepresentatie,representatives\r\nrepresentatief,representative\r\nrepresentatieve,representative\r\nrepresentatin,representations\r\nrepresentating,representation\r\nrepresentatino,representation\r\nrepresentatins,representations\r\nrepresentatioin,representation\r\nrepresentationat,representation\r\nrepresentationen,representations\r\nrepresentationer,representations\r\nrepresentativas,representatives\r\nrepresentativo,representation\r\nrepresentaton,representation\r\nrepresentd,represented\r\nrepresenterad,represented\r\nrepresentes,represents\r\nrepresentet,represented\r\nrepresentetive,representative\r\nrepresentetives,representatives\r\nrepresenties,representatives\r\nrepresention,representing\r\nrepresentitatives,representatives\r\nrepresentitive,representative\r\nrepresentitives,representatives\r\nrepresentitve,representative\r\nrepresentive,representative\r\nrepresentives,representatives\r\nrepresentiveties,representatives\r\nrepresentivies,representatives\r\nrepresentn,representing\r\nrepresentng,representing\r\nrepresentss,represents\r\nrepresentstion,representations\r\nrepresentstive,representatives\r\nrepresesentation,representation\r\nrepreset,represents\r\nrepresetantion,representation\r\nrepresetation,representation\r\nrepreseting,representing\r\nrepresetnation,representations\r\nrepresetning,representing\r\nrepresetntations,representations\r\nrepresets,represents\r\nrepresident's,representatives\r\nrepresinetives,representatives\r\nrepresintation,representation\r\nrepresive,repressive\r\nrepresnetaitons,representations\r\nrepresnetation,representations\r\nrepresnetatives,representatives\r\nrepresnets,represents\r\nrepresntation,representation\r\nrepresntatives,representatives\r\nrepresnted,represented\r\nrepresnting,representing\r\nrepresnts,represents\r\nrepresonal,repersonal\r\nreprespective,reperspective\r\nreprespectives,reperspectives\r\nrepressended,represented\r\nrepressent,represents\r\nrepressents,represents\r\nrepressin,repression\r\nrepressivo,repression\r\nrepresso,repression\r\nrepresssion,repression\r\nreprestantion,representation\r\nreprestantives,representatives\r\nreprested,represented\r\nreprestentation,representation\r\nreprestented,represented\r\nrepresting,representing\r\nrepretation,representation\r\nrepreverse,reperverse\r\nrepreversely,reperversely\r\nrepreversion,reperversion\r\nrepreversions,reperversions\r\nreprezentation,representation\r\nreprezentative,representative\r\nreprhase,rephrase\r\nrepricussions,repercussions\r\nreprihensible,reprehensible\r\nrepro,reproduce\r\nreproducability,reproducibility\r\nreproducable,reproducible\r\nreproducably,reproducibly\r\nreproduccion,reproduction\r\nreproduceability,reproducibility\r\nreproduceable,reproducible\r\nreproduceably,reproducibly\r\nreproducibile,reproducible\r\nreproducibiliy,reproducibility\r\nreproducibilty,reproducibility\r\nreproduciblility,reproducibility\r\nreproduciblilty,reproducibility\r\nreproduciblity,reproducibility\r\nreproducion,reproduction\r\nreproduciton,reproduction\r\nreproducive,reproductive\r\nreproduct,reproduce\r\nreproductible,reproducible\r\nreproducting,reproduction\r\nreproductioin,reproduction\r\nreproductivly,reproductively\r\nreproductivo,reproduction\r\nreproducton,reproduction\r\nreproduktion,reproduction\r\nreprodution,reproduction\r\nreprodutions,reproductions\r\nreprogrammming,reprogramming\r\nreprompt,re-prompt\r\nreprompts,re-prompts\r\nreproovable,reprovable\r\nreproovably,reprovably\r\nreprooval,reproval\r\nreproove,reprove\r\nreprooved,reproved\r\nreprooven,reproven\r\nreproover,reprover\r\nreprooves,reproves\r\nreprooving,reproving\r\nreprotation,reputation\r\nreproted,reported\r\nreproter,reporter\r\nreprots,reports\r\nreprsent,represent\r\nreprsentation,representation\r\nreprsented,represented\r\nreprsenting,representing\r\nreprsents,represents\r\nreprting,reporting\r\nreprtoire,repertoire\r\nreprtoires,repertoires\r\nreprtorial,repertorial\r\nreprtories,repertories\r\nreprtory,repertory\r\nreprupose,repurpose\r\nreprureince,RePrurience\r\nreprureinced,RePrurienced\r\nrepruriance,RePrurience\r\nreprurianced,RePrurienced\r\nrepruritence,RePrurience\r\nrepruritenced,RePrurienced\r\nrepsawn,respawn\r\nrepsect,respect\r\nrepsectable,respectable\r\nrepsected,respected\r\nrepsectful,respectful\r\nrepsectfully,respectfully\r\nrepsecting,respecting\r\nrepsective,respective\r\nrepsectively,respectively\r\nrepsectiveteam,respectiveteam\r\nrepsects,respects\r\nrepsenatives,representatives\r\nrepsent,represent\r\nrepsented,represented\r\nrepsenting,representing\r\nrepsitory,repository\r\nrepsoitories,repositories\r\nrepsoitory,repository\r\nrepsond,respond\r\nrepsonded,responded\r\nrepsonder,responder\r\nrepsonding,responding\r\nrepsonds,responds\r\nrepsone,response\r\nrepsonse,response\r\nrepsonses,responses\r\nrepsonsibilities,responsibilities\r\nrepsonsibility,responsibility\r\nrepsonsibilty,repsonsibility\r\nrepsonsible,responsible\r\nrepsonsiblity,repsonsibility\r\nrepsonsibly,responsibly\r\nrepsonsilbilty,repsonsilbility\r\nrepsonsive,responsive\r\nrepsoted,reposted\r\nrepsots,reposts\r\nrepstinues,representatives\r\nreptiel,reptile\r\nreptils,reptiles\r\nreptition,repetition\r\nreptuable,reputable\r\nreptuation,reputation\r\nrepuation,reputation\r\nrepuations,reputations\r\nrepubic,republic\r\nrepubican,republican\r\nrepubicans,republicans\r\nrepubics,republics\r\nrepublcian,republican\r\nrepublcians,republicans\r\nrepubli,republic\r\nrepublian,republican\r\nrepublians,republicans\r\nrepublicanas,republicans\r\nrepublicanos,republicans\r\nrepublicants,republicans\r\nrepublician,republican\r\nrepublicians,republicans\r\nrepublicon,republican\r\nrepublicons,republicans\r\nrepublis,republics\r\nrepuglican,republican\r\nrepuglicans,republicans\r\nrepugnence,repugnance\r\nrepugnences,repugnances\r\nrepugnencie,repugnancie\r\nrepugnencies,repugnancies\r\nrepugnency,repugnancy\r\nrepugnent,repugnant\r\nrepulic,republic\r\nrepulican,republican\r\nrepulicans,republicans\r\nrepulics,republics\r\nrepulisve,repulsive\r\nrepulsie,repulsive\r\nrepuplic,republic\r\nrepuplican,republican\r\nrepuplicans,republicans\r\nrepuplics,republics\r\nrepurcussions,repercussions\r\nrepurfication,RePurification\r\nrepurficaton,RePurification\r\nrepuslive,repulsive\r\nreputabilty,reputability\r\nreputablity,reputability\r\nreputacion,reputation\r\nreputeable,reputable\r\nreputeably,reputably\r\nreputeble,reputable\r\nreputeible,reputable\r\nreputeibly,reputably\r\nreputible,reputable\r\nreputibly,reputably\r\nrepution,reputation\r\nreqasting,requesting\r\nreqest,request\r\nreqesting,requesting\r\nreqests,requests\r\nreqeust,request\r\nreqeusted,requested\r\nreqeusting,requesting\r\nreqeusts,requests\r\nreqeuting,requesting\r\nreqex,regex\r\nreqiesting,requesting\r\nreqiored,required\r\nreqired,required\r\nreqirements,requirements\r\nreqister,register\r\nreqiuem,requiem\r\nreqiure,require\r\nreqiured,required\r\nreqponse,response\r\nreqquires,requires\r\nreqrite,rewrite\r\nreqsting,requesting\r\nrequal,equal\r\nrequalificiation,requalification\r\nrequantifed,ReQuantified\r\nrequantifes,ReQuantifies\r\nrequare,require\r\nrequared,required\r\nrequation,requisition\r\nrequcision,requisition\r\nreque,request\r\nrequeim,requiem\r\nrequeired,required\r\nrequeires,requires\r\nrequered,required\r\nrequeriment,requirement\r\nrequerimento,requirement\r\nrequeriments,requirements\r\nreques,request\r\nrequeset,request\r\nrequesetion,requisition\r\nrequesing,requesting\r\nrequesion,requisition\r\nrequesition,requisition\r\nrequession,requisition\r\nrequessts,requests\r\nrequest-reponse,request-response\r\nrequestd,requested\r\nrequestes,requests\r\nrequestiong,requesting\r\nrequests's,requests\r\nrequestss,requests\r\nrequestt,request\r\nrequesty,request\r\nrequet,request\r\nrequeted,requested\r\nrequeter,requester\r\nrequetes,requests\r\nrequeting,requesting\r\nrequetion,requisition\r\nrequets,requests\r\nrequeust,request\r\nrequicism,requisition\r\nrequicition,requisition\r\nrequied,required\r\nrequier,require\r\nrequierd,required\r\nrequiere,require\r\nrequiered,required\r\nrequierement,requirement\r\nrequierements,requirements\r\nrequieres,requires\r\nrequiering,requiring\r\nrequierment,requirements\r\nrequierments,requirements\r\nrequiers,requires\r\nrequies,requires\r\nrequieum,requiem\r\nrequilme,requiem\r\nrequime,requiem\r\nrequir,require\r\nrequird,required\r\nrequire'd,required\r\nrequirede,required\r\nrequireds,requires\r\nrequiree,require\r\nrequireed,required\r\nrequireents,requirements\r\nrequirefd,required\r\nrequireing,requiring\r\nrequiremenets,requirements\r\nrequirementds,requirements\r\nrequiremets,requirements\r\nrequiremnet,requirement\r\nrequirents,requirements\r\nrequiress,requires\r\nrequiretypography,require\r\nrequiriments,requirements\r\nrequirment,requirement\r\nrequirments,requirements\r\nrequirs,requires\r\nrequirse,requires\r\nrequirsition,requisition\r\nrequiscion,requisition\r\nrequision,requisition\r\nrequisision,requisition\r\nrequisitoin,requisition\r\nrequisitoins,requisitions\r\nrequisiton,requisition\r\nrequisitons,requisitions\r\nrequission,requisition\r\nrequisting,requesting\r\nrequistion,requisition\r\nrequistions,requisitions\r\nrequistision,requisition\r\nrequition,requisition\r\nrequivalent,equivalent\r\nrequizition,requisition\r\nrequizsition,requisition\r\nreqular,regular\r\nrequlre,require\r\nrequosition,requisition\r\nrequr,require\r\nrequrd,required\r\nrequre,require\r\nrequred,required\r\nrequreing,requiring\r\nrequrement,requirement\r\nrequrements,requirements\r\nrequres,requires\r\nrequrest,request\r\nrequrested,requested\r\nrequresting,requesting\r\nrequrests,requests\r\nrequrie,require\r\nrequried,required\r\nrequriement,requirement\r\nrequriements,requirements\r\nrequries,requires\r\nrequring,requiring\r\nrequrired,required\r\nrequrment,requirement\r\nrequrments,requirements\r\nrequrs,requires\r\nrequrst,request\r\nrequset,request\r\nrequseted,requested\r\nrequsets,requests\r\nrequsion,requisition\r\nrequsision,requisition\r\nrequsition,requisition\r\nrequst,request\r\nrequsted,requested\r\nrequsteng,requesting\r\nrequster,requester\r\nrequsting,requesting\r\nrequstuing,requesting\r\nreqwuire,require\r\nreratifed,ReRatified\r\nreratifes,ReRatifies\r\nrercuiter,recruiter\r\nrereashment,refreshment\r\nrerely,rarely\r\nrerender,re-render\r\nrerequired,required\r\nreresentations,representations\r\nreresenting,representing\r\nrerkaing,ReRaking\r\nrerkaings,ReRakings\r\nrerly,really\r\nrerm,term\r\nrermember,remember\r\nreroduce,reproduce\r\nrerors,errors\r\nrerrange,rearrange\r\nrerreshment,refreshment\r\nrersorse,resource\r\nrersources,resources\r\nrertrieved,retrieved\r\nrerturn,return\r\nrerun-snippts,rerun-snippets\r\nrerutn,return\r\nrerved,reserved\r\nrerver,server\r\nrery,really\r\nres-eed,reseed\r\nresace,resource\r\nresadent,resident\r\nresapwn,respawn\r\nresarc,research\r\nresarce,resource\r\nresart,restart\r\nresauce,resource\r\nresauece,resource\r\nresaurant,restaurant\r\nresause,resource\r\nresazed,resized\r\nrescae,resource\r\nrescannning,rescanning\r\nrescare,rescale\r\nresced,received\r\nresceping,requesting\r\nreschduling,rescheduling\r\nresciition,rescription\r\nresciitions,rescriptions\r\nresciiton,rescription\r\nresciitons,rescriptions\r\nrescing,requesting\r\nrescipition,rescription\r\nrescipitions,rescriptions\r\nrescipiton,rescription\r\nrescipitons,rescriptions\r\nrescipton,rescription\r\nresciptons,rescriptions\r\nresciton,rescription\r\nrescitons,rescriptions\r\nrescources,resources\r\nrescriition,rescription\r\nrescriitions,rescriptions\r\nrescriiton,rescription\r\nrescriitons,rescriptions\r\nrescripition,rescription\r\nrescripitions,rescriptions\r\nrescripiton,rescription\r\nrescripitons,rescriptions\r\nrescripton,rescription\r\nrescriptons,rescriptions\r\nrescriton,rescription\r\nrescritons,rescriptions\r\nrescuccitable,resuscitable\r\nrescuccitant,resuscitant\r\nrescuccitants,resuscitants\r\nrescuccitate,resuscitate\r\nrescuccitated,resuscitated\r\nrescuccitates,resuscitates\r\nrescuccitating,resuscitating\r\nrescuccitation,resuscitation\r\nrescuccitations,resuscitations\r\nrescuccitative,resuscitative\r\nrescuccitator,resuscitator\r\nrescuccitators,resuscitators\r\nrescucitable,resuscitable\r\nrescucitant,resuscitant\r\nrescucitants,resuscitants\r\nrescucitate,resuscitate\r\nrescucitated,resuscitated\r\nrescucitates,resuscitates\r\nrescucitating,resuscitating\r\nrescucitation,resuscitation\r\nrescucitations,resuscitations\r\nrescucitative,resuscitative\r\nrescucitator,resuscitator\r\nrescucitators,resuscitators\r\nrescucsitable,resuscitable\r\nrescucsitant,resuscitant\r\nrescucsitants,resuscitants\r\nrescucsitate,resuscitate\r\nrescucsitated,resuscitated\r\nrescucsitates,resuscitates\r\nrescucsitating,resuscitating\r\nrescucsitation,resuscitation\r\nrescucsitations,resuscitations\r\nrescucsitative,resuscitative\r\nrescucsitator,resuscitator\r\nrescucsitators,resuscitators\r\nrescuecd,rescued\r\nrescueing,rescuing\r\nrescuscitable,resuscitable\r\nrescuscitant,resuscitant\r\nrescuscitants,resuscitants\r\nrescuscitate,resuscitate\r\nrescuscitated,resuscitated\r\nrescuscitates,resuscitates\r\nrescuscitating,resuscitating\r\nrescuscitation,resuscitation\r\nrescuscitations,resuscitations\r\nrescuscitative,resuscitative\r\nrescuscitator,resuscitator\r\nrescuscitators,resuscitators\r\nrescuse,rescues\r\nrescusitable,resuscitable\r\nrescusitant,resuscitant\r\nrescusitants,resuscitants\r\nrescusitate,resuscitate\r\nrescusitated,resuscitated\r\nrescusitates,resuscitates\r\nrescusitating,resuscitating\r\nrescusitation,resuscitation\r\nrescusitations,resuscitations\r\nrescusitative,resuscitative\r\nrescusitator,resuscitator\r\nrescusitators,resuscitators\r\nresd,read\r\nresdence,residence\r\nresdencies,residencies\r\nresdency,residency\r\nresdent,resident\r\nresdente,residente\r\nresdentes,residentes\r\nresdential,residential\r\nresdents,residents\r\nresdience,residence\r\nresdiencies,residencies\r\nresdiency,residency\r\nresdient,resident\r\nresdiente,residente\r\nresdientes,residentes\r\nresdiential,residential\r\nresdients,residents\r\nreseach,research\r\nreseache,researche\r\nreseached,researched\r\nreseacher,researcher\r\nreseachers,researchers\r\nreseaches,researches\r\nreseaching,researching\r\nresearce,researcher\r\nresearchs,researchers\r\nresearh,research\r\nreseatchers,researchers\r\nreseblence,resemblance\r\nresedent,resident\r\nreseets,receipts\r\nreseived,received\r\nresellabilty,resellability\r\nreselller,reseller\r\nreselllers,resellers\r\nresellling,reselling\r\nresembance,resemblance\r\nresembances,resemblances\r\nresembe,resemble\r\nresembed,resembled\r\nresembelance,resemblance\r\nresembelances,resemblances\r\nresembeled,resembled\r\nresembelence,resemblance\r\nresembelences,resemblances\r\nresembeling,resembling\r\nresembels,resembles\r\nresembely,resembly\r\nresembence,resemblence\r\nresembences,resemblences\r\nresembes,resembles\r\nresembing,resembling\r\nresemblace,resemble\r\nresemblence,resemblance\r\nresemblences,resemblances\r\nresemblense,resembles\r\nresemeblence,resemblance\r\nresentd,resend\r\nresentle,recently\r\nresentley,recently\r\nresently,recently\r\nreseource,resource\r\nresepctive,respective\r\nresepctively,respectively\r\nresepective,respective\r\nreseponse,response\r\nreseponsibilties,reseponsibilities\r\nreseption,reception\r\nreseptionist,receptionist\r\nreserach,research\r\nreserached,researched\r\nreseracher,researchers\r\nreserachers,researchers\r\nreseraching,researching\r\nreserant,restaurant\r\nreserch,research\r\nreserntly,recently\r\nreserrection,resurrection\r\nreservartions,reservations\r\nreservatioin,reservation\r\nreservatioins,reservations\r\nreservatiosn,reservations\r\nreservatoin,reservation\r\nreservatoins,reservations\r\nreserverad,reserved\r\nreserverd,reserved\r\nreservered,reserved\r\nreses,recess\r\nresetable,resettable\r\nreseted,reset\r\nreseting,resetting\r\nresetle,resettle\r\nresetled,resettled\r\nresetlement,resettlement\r\nresetlements,resettlements\r\nresetler,resettler\r\nresetlers,resettlers\r\nresetling,resettling\r\nresetted,reset\r\nresettter,resetter\r\nresettting,resetting\r\nresevd,received\r\nreseved,reserved\r\nresever,receiver\r\nreseverd,reserved\r\nresevered,reserved\r\nresevoir,reservoir\r\nresevoirs,reservoirs\r\nresfful,restful\r\nresful,restful\r\nresgen,region\r\nresgination,resignation\r\nresgined,resigned\r\nresgister,register\r\nresgustreation,registration\r\nresiaver,receiver\r\nresidance,residence\r\nresidencial,residential\r\nresidens,residence\r\nresidenship,residency\r\nresidentail,residential\r\nresidentaility,residentiality\r\nresidentailly,residentially\r\nresidental,residential\r\nresidentality,residentiality\r\nresidentally,residentially\r\nresidentials,residential\r\nresidentship,residency\r\nresidentual,residential\r\nresiderant,restaurant\r\nresidude,residue\r\nresidule,residue\r\nresiger,register\r\nresignacion,resignation\r\nresignating,resignation\r\nresignatoin,resignation\r\nresignement,resignment\r\nresignition,resignation\r\nresilent,resilient\r\nresiliant,resilient\r\nresilt,result\r\nresind,rescind\r\nresinded,rescinded\r\nresinding,rescind\r\nresinds,rescinds\r\nresing,resting\r\nresinged,resigned\r\nresinly,recently\r\nresintall,reinstall\r\nresintalled,reinstalled\r\nresintalling,reinstalling\r\nresion,region\r\nresions,regions\r\nresipe,recipe\r\nresipient,recipient\r\nresising,resizing\r\nresistability,resistibility\r\nresistable,resistible\r\nresistably,resistibly\r\nresistancies,resistances\r\nresistane,resistances\r\nresistanes,resistances\r\nresistans,resistances\r\nresistanse,resistances\r\nresistansen,resistances\r\nresistanses,resistances\r\nresistas,resists\r\nresistatn,resistant\r\nresistatnly,resistantly\r\nresistatns,resistants\r\nresisten,resistance\r\nresistence,resistance\r\nresistences,resistances\r\nresistencias,resistances\r\nresistend,resisted\r\nresistendo,resisted\r\nresistent,resistant\r\nresistenta,resistanta\r\nresistente,resistante\r\nresistentes,resistantes\r\nresistenti,resistanti\r\nresistentia,resistantia\r\nresistentiae,resistantiae\r\nresistentialism,resistantialism\r\nresistentibus,resistantibus\r\nresistentie,resistantie\r\nresistently,resistantly\r\nresistents,resistants\r\nresistered,resisted\r\nresistes,resists\r\nresistnace,resistances\r\nresistnaces,resistances\r\nresistribution,redistribution\r\nresitance,resistance\r\nresitances,resistances\r\nresitant,resistant\r\nresitanta,resistanta\r\nresitantial,resistantial\r\nresitence,resistance\r\nresitences,resistances\r\nresitent,resistant\r\nresitentes,resistantes\r\nresitential,resistantial\r\nresitents,resistants\r\nresitsance,resistances\r\nresitution,restitution\r\nresived,received\r\nresiving,resizing\r\nresizeed,resized\r\nresk,risk\r\nreskillling,reskilling\r\nresleased,released\r\nresley,recently\r\nreslience,resilience\r\nreslisting,relisting\r\nresllers,resellers\r\nreslove,resolve\r\nresloved,resolved\r\nreslover,resolver\r\nresloves,resolves\r\nreslut,result\r\nresluts,results\r\nresmeble,resemble\r\nresmebles,resembles\r\nresment,refreshment\r\nresmoserbl,responsible\r\nresnable,reasonable\r\nresnponse,response\r\nresoce,resource\r\nresolbing,resolving\r\nresoleved,resolved\r\nresollution,resolution\r\nresolove,resolve\r\nresoltion,resolution\r\nresoltuion,resolutions\r\nresoltuions,resolutions\r\nresolucion,resolution\r\nresolutatioin,resolutation\r\nresolutin,resolutions\r\nresolutino,resolutions\r\nresolutioin,resolution\r\nresolutionary,revolutionary\r\nresolutionj,resolution\r\nresolutiosn,resolutions\r\nresolutly,resolutely\r\nresolutoin,resolutions\r\nresoluton,resolution\r\nresolutons,resolutions\r\nresolvablity,resolvability\r\nresolve-parh,resolve-path\r\nresolveable,resolvable\r\nresolvemos,resolves\r\nresolvendo,resolved\r\nresolveres,resolves\r\nresolverl,resolver\r\nresolverse,resolves\r\nresolviste,resolves\r\nresolvs,resolves\r\nresolvses,resolves\r\nreson,reason\r\nresonabelt,resonate\r\nresonable,reasonable\r\nresonablly,reasonably\r\nresonably,reasonably\r\nresonence,resonance\r\nresonences,resonances\r\nresonencie,resonancie\r\nresonencies,resonancies\r\nresonency,resonancy\r\nresonent,resonant\r\nresonet,resonate\r\nresonlly,recently\r\nresonly,recently\r\nresonpsible,responsible\r\nresons,reasons\r\nresonse,response\r\nresonses,responses\r\nresonsibilty,resonsibility\r\nresonsible,responsible\r\nresoponse,response\r\nresoration,restoration\r\nresorce,resource\r\nresorces,resources\r\nresore,restore\r\nresoring,resorting\r\nresors,resource\r\nresorse,resource\r\nresorses,resource\r\nresoruce,resource\r\nresoruces,resources\r\nresot,resort\r\nresotration,restoration\r\nresotred,restored\r\nresouce,resource\r\nresouces,resources\r\nresoueces,resources\r\nresoultion,resolution\r\nresoultions,resolutions\r\nresoulution,resolution\r\nresourc,resource\r\nresourcces,resources\r\nresourcei,resource\r\nresourcesc,resources\r\nresourcs,resource\r\nresoure,resource\r\nresourece,resource\r\nresourecs,resources\r\nresoures,resources\r\nresours,resources\r\nresourse,resources\r\nresourses,resources\r\nresourt,resort\r\nresouse,resource\r\nresousrces,resources\r\nresoved,resolved\r\nresovers,resolvers\r\nresoviors,reservoirs\r\nresovle,resolve\r\nresovled,resolved\r\nresovler,resolver\r\nresovlers,resolvers\r\nresovles,resolves\r\nresovling,resolving\r\nresovlve,resolve\r\nresovlving,resolving\r\nrespct,respect\r\nrespecally,respectfully\r\nrespecatble,respectable\r\nrespecitively,respectively\r\nrespecitve,respective\r\nrespecitvely,respectively\r\nrespecive,respective\r\nrespecively,respectively\r\nrespecivly,respectively\r\nrespectabil,respectable\r\nrespectabile,respectable\r\nrespectabillity,respectability\r\nrespectabilty,respectability\r\nrespectaly,respectally\r\nrespecte,respective\r\nrespectered,respected\r\nrespectes,respects\r\nrespectfuly,respectfully\r\nrespectibilty,respectibility\r\nrespectible,respectable\r\nrespectifs,respects\r\nrespection,respecting\r\nrespectivel,respectively\r\nrespectivelly,respectively\r\nrespectivily,respectively\r\nrespectivley,respectively\r\nrespectivly,respectively\r\nrespectons,respects\r\nrespectos,respects\r\nrespectuflly,respectfully\r\nrespectuful,respectful\r\nrespectuos,respects\r\nrespectve,respective\r\nrespektable,respectable\r\nrespektive,respective\r\nresperatory,respiratory\r\nresperitory,respiratory\r\nrespesct,respects\r\nrespest,respects\r\nrespestively,respectively\r\nrespetively,respectively\r\nrespiratiory,respiratory\r\nrespiratoin,respiration\r\nrespiratoy,respiratory\r\nrespiritory,respiratory\r\nrespitatory,respiratory\r\nrespnose,response\r\nrespnsible,responsible\r\nrespnsiblity,respnsibility\r\nrespo,repo\r\nrespociblity,respocibility\r\nrespoinsiblity,respoinsibility\r\nrespoitories,repositories\r\nrespoitory,repository\r\nrespoms,response\r\nrespomse,response\r\nrespomses,responses\r\nrespomsible,responsible\r\nrespomsive,responsive\r\nrespomsively,responsively\r\nrespon,respond\r\nresponasiblities,responasibilities\r\nresponbillity,responbility\r\nresponc,response\r\nresponce,response\r\nresponces,response\r\nresponcibilities,responsibilities\r\nresponcibility,responsibility\r\nresponcibilty,responsibilty\r\nresponcible,responsible\r\nresponcibly,responsibly\r\nresponcilibilty,responcilibility\r\nresponcive,responsive\r\nresponcively,responsively\r\nrespondabilty,respondability\r\nrespondant,respondent\r\nrespondas,responds\r\nresponde,respond\r\nrespondendo,responded\r\nrespondible,responsible\r\nrespondiblities,respondibilities\r\nrespondis,responds\r\nrespondus,responds\r\nrespone,response\r\nresponed,respond\r\nresponent,respondent\r\nresponents,respondents\r\nrespones,response\r\nresponeses,responses\r\nresponibiliteis,responsibilities\r\nresponibilitety,responsibility\r\nresponibilitey,responsibility\r\nresponibilities,responsibilities\r\nresponibilitiies,responsibilities\r\nresponibilitities,responsibilities\r\nresponibilitity,responsibility\r\nresponibilitiy,responsibility\r\nresponibilitties,responsibilities\r\nresponibilitty,responsibility\r\nresponibility,responsibility\r\nresponibillity,responibility\r\nresponibilties,responibilities\r\nresponibilty,responibility\r\nresponible,responsible\r\nresponiblities,responibilities\r\nresponiblity,responibility\r\nresponing,responding\r\nresponisbiliteis,responsibilities\r\nresponisbilitety,responsibility\r\nresponisbilitey,responsibility\r\nresponisbilities,responsibilities\r\nresponisbilitiies,responsibilities\r\nresponisbilitities,responsibilities\r\nresponisbilitity,responsibility\r\nresponisbilitiy,responsibility\r\nresponisbilitties,responsibilities\r\nresponisbilitty,responsibility\r\nresponisbility,responsibility\r\nresponisbilty,responisbility\r\nresponisble,responsible\r\nresponisblities,responisbilities\r\nresponisblity,responisbility\r\nresponisbly,responsibly\r\nresponisibilties,responisibilities\r\nresponisibilty,responisibility\r\nresponisible,responsible\r\nresponisiblity,responisibility\r\nresponisve,responsive\r\nresponive,responsive\r\nresponnsibiliteis,responsibilities\r\nresponnsibilitety,responsibility\r\nresponnsibilitey,responsibility\r\nresponnsibilities,responsibilities\r\nresponnsibilitiies,responsibilities\r\nresponnsibilitities,responsibilities\r\nresponnsibilitity,responsibility\r\nresponnsibilitiy,responsibility\r\nresponnsibilitties,responsibilities\r\nresponnsibilitty,responsibility\r\nresponnsibility,responsibility\r\nresponnsibilty,responsibility\r\nrespons,response\r\nresponsabile,responsible\r\nresponsabiliteis,responsibilities\r\nresponsabilitety,responsibility\r\nresponsabilitey,responsibility\r\nresponsabilities,responsibilities\r\nresponsabilitiies,responsibilities\r\nresponsabilitities,responsibilities\r\nresponsabilitity,responsibility\r\nresponsabilitiy,responsibility\r\nresponsabilitties,responsibilities\r\nresponsabilitty,responsibility\r\nresponsability,responsibility\r\nresponsabillity,responsability\r\nresponsabilties,responsabilities\r\nresponsabilty,responsability\r\nresponsable,responsible\r\nresponsablity,responsability\r\nresponsably,responsibly\r\nresponsaveis,responsive\r\nresponsbile,responsible\r\nresponsbiliteis,responsibilities\r\nresponsbilitety,responsibility\r\nresponsbilitey,responsibility\r\nresponsbilities,responsibilities\r\nresponsbilitiies,responsibilities\r\nresponsbilitities,responsibilities\r\nresponsbilitity,responsibility\r\nresponsbilitiy,responsibility\r\nresponsbilitties,responsibilities\r\nresponsbilitty,responsibility\r\nresponsbility,responsibility\r\nresponsbilties,responsbilities\r\nresponsbilty,responsibly\r\nresponsbily,responsibly\r\nresponsble,responsible\r\nresponsblity,responsbility\r\nresponsd,responds\r\nresponsde,response\r\nresponsebiliteis,responsibilities\r\nresponsebilitety,responsibility\r\nresponsebilitey,responsibility\r\nresponsebilities,responsibilities\r\nresponsebilitiies,responsibilities\r\nresponsebilitities,responsibilities\r\nresponsebilitity,responsibility\r\nresponsebilitiy,responsibility\r\nresponsebilitties,responsibilities\r\nresponsebilitty,responsibility\r\nresponsebility,responsibility\r\nresponseble,responsible\r\nresponseblity,responsebility\r\nresponsebly,responsibly\r\nresponsed,respond\r\nresponsiablity,responsiability\r\nresponsibality,responsibility\r\nresponsibe,responsive\r\nresponsibel,responsibly\r\nresponsibil,responsibly\r\nresponsibile,responsible\r\nresponsibilies,responsibilities\r\nresponsibilites,responsibilities\r\nresponsibilitys,responsibilities\r\nresponsibiliy,responsibility\r\nresponsibillities,responsibilities\r\nresponsibillity,responsibility\r\nresponsibillties,responsibilities\r\nresponsibillty,responsibility\r\nresponsibilteis,responsibilities\r\nresponsibiltety,responsibility\r\nresponsibiltey,responsibility\r\nresponsibilties,responsibilities\r\nresponsibiltiies,responsibilities\r\nresponsibiltities,responsibilities\r\nresponsibiltity,responsibility\r\nresponsibiltiy,responsibility\r\nresponsibiltties,responsibilities\r\nresponsibiltty,responsibility\r\nresponsibilty,responsibility\r\nresponsibily,responsibility\r\nresponsibities,responsibilities\r\nresponsibley,responsibly\r\nresponsiblilities,responsibilities\r\nresponsiblility,responsibility\r\nresponsiblilties,responsibilities\r\nresponsiblilty,responsibility\r\nresponsibliteis,responsibilities\r\nresponsiblitety,responsibility\r\nresponsiblitey,responsibility\r\nresponsiblities,responsibilities\r\nresponsiblitiies,responsibilities\r\nresponsiblitities,responsibilities\r\nresponsiblitity,responsibility\r\nresponsiblitiy,responsibility\r\nresponsiblitties,responsibilities\r\nresponsiblitty,responsibility\r\nresponsiblity,responsibility\r\nresponsibliy,responsibly\r\nresponsiblty,responsibly\r\nresponsiby,responsibly\r\nresponsilbilty,responsilbility\r\nresponsile,responsive\r\nresponsing,responding\r\nresponsiple,responsible\r\nresponsitbilty,responsitbility\r\nresponsives,responsive\r\nresponsivle,responsive\r\nresponsivly,responsively\r\nresponsve,responsive\r\nresporatory,respiratory\r\nresports,reports\r\nrespose,response\r\nresposes,responses\r\nresposibilities,responsibilities\r\nresposibility,responsibility\r\nresposibillity,resposibility\r\nresposibilties,resposibilities\r\nresposibilty,resposibility\r\nresposible,responsible\r\nresposiblilty,resposibility\r\nresposiblities,resposibilities\r\nresposiblity,resposibility\r\nresposilibilty,resposilibility\r\nrespositories,repositories\r\nrespository,repository\r\nresposne,response\r\nresposnes,responses\r\nresposnsibilty,resposnsibility\r\nrespoted,reposted\r\nrespoting,reposting\r\nrespponsiblity,respponsibility\r\nrespresent,represent\r\nrespresentation,representation\r\nrespresenting,representing\r\nrespresents,represents\r\nrespresive,respressive\r\nrespriatory,respiratory\r\nrespsecting,respecting\r\nrespsective,respective\r\nrespsectively,respectively\r\nrespsones,responses\r\nrespwan,respawn\r\nresquest,request\r\nresqueting,requesting\r\nresrevation,reservation\r\nresrouces,resources\r\nresruct,restruct\r\nresructed,restructed\r\nresructing,restructing\r\nresructionist,restructionist\r\nresructs,restructs\r\nressemblance,resemblance\r\nressemblances,resemblances\r\nressemble,resemble\r\nressembled,resembled\r\nressemblence,resemblance\r\nressemblences,resemblences\r\nressembles,resembles\r\nressembling,resembling\r\nressits,resists\r\nressize,resize\r\nressolved,resolved\r\nressource,resource\r\nressources,resources\r\nressponse,response\r\nresssurect,resurrect\r\nresssurected,resurrected\r\nresssurecting,resurrecting\r\nresssurection,resurrection\r\nresssurects,resurrects\r\nressuccitable,resuscitable\r\nressuccitant,resuscitant\r\nressuccitants,resuscitants\r\nressuccitate,resuscitate\r\nressuccitated,resuscitated\r\nressuccitates,resuscitates\r\nressuccitating,resuscitating\r\nressuccitation,resuscitation\r\nressuccitations,resuscitations\r\nressuccitative,resuscitative\r\nressuccitator,resuscitator\r\nressuccitators,resuscitators\r\nressucitable,resuscitable\r\nressucitant,resuscitant\r\nressucitants,resuscitants\r\nressucitate,resuscitate\r\nressucitated,resuscitated\r\nressucitates,resuscitates\r\nressucitating,resuscitating\r\nressucitation,resuscitation\r\nressucitations,resuscitations\r\nressucitative,resuscitative\r\nressucitator,resuscitator\r\nressucitators,resuscitators\r\nressucsitable,resuscitable\r\nressucsitant,resuscitant\r\nressucsitants,resuscitants\r\nressucsitate,resuscitate\r\nressucsitated,resuscitated\r\nressucsitates,resuscitates\r\nressucsitating,resuscitating\r\nressucsitation,resuscitation\r\nressucsitations,resuscitations\r\nressucsitative,resuscitative\r\nressucsitator,resuscitator\r\nressucsitators,resuscitators\r\nressurect,resurrect\r\nressurected,resurrected\r\nressurecting,resurrecting\r\nressurection,resurrection\r\nressurectional,resurrectional\r\nressurectionals,resurrectionals\r\nressurectione,resurrectione\r\nressurectionists,resurrectionists\r\nressurections,resurrections\r\nressurectionx,resurrectionx\r\nressurectionxtras,resurrectionxtras\r\nressurects,resurrects\r\nressurrect,resurrect\r\nressurrected,resurrected\r\nressurrecting,resurrecting\r\nressurrection,resurrection\r\nressurrectionists,resurrectionists\r\nressurrects,resurrects\r\nressuscitable,resuscitable\r\nressuscitant,resuscitant\r\nressuscitants,resuscitants\r\nressuscitate,resuscitate\r\nressuscitated,resuscitated\r\nressuscitates,resuscitates\r\nressuscitating,resuscitating\r\nressuscitation,resuscitation\r\nressuscitations,resuscitations\r\nressuscitative,resuscitative\r\nressuscitator,resuscitator\r\nressuscitators,resuscitators\r\nressusitable,resuscitable\r\nressusitant,resuscitant\r\nressusitants,resuscitants\r\nressusitate,resuscitate\r\nressusitated,resuscitated\r\nressusitates,resuscitates\r\nressusitating,resuscitating\r\nressusitation,resuscitation\r\nressusitations,resuscitations\r\nressusitative,resuscitative\r\nressusitator,resuscitator\r\nressusitators,resuscitators\r\nrestablish,reestablish\r\nrestablished,reestablished\r\nrestablishes,reestablishes\r\nrestablishing,reestablishing\r\nrestablishment,reestablishment\r\nrestablity,restability\r\nrestant,restaurant\r\nrestanti,restarting\r\nrestarant,restaurant\r\nrestaranter,restaurateur\r\nrestaranters,restaurateurs\r\nrestaranteur,restaurateur\r\nrestaranteurs,restaurateurs\r\nrestarantor,restaurateur\r\nrestarantors,restaurateurs\r\nrestarantour,restaurateur\r\nrestarantours,restaurateurs\r\nrestarants,restaurants\r\nrestaraunt,restaurant\r\nrestaraunter,restaurateur\r\nrestaraunters,restaurateurs\r\nrestaraunteur,restaurateur\r\nrestaraunteurs,restaurateurs\r\nrestarauntor,restaurateur\r\nrestarauntors,restaurateurs\r\nrestarauntour,restaurateur\r\nrestarauntours,restaurateurs\r\nrestaraunts,restaurants\r\nrestarount,restaurant\r\nrestartablity,restartability\r\nrestaruant,restaurant\r\nrestaruants,restaurants\r\nrestat,restart\r\nrestatting,restarting\r\nrestaurantes,restaurants\r\nrestauranteur,restaurateur\r\nrestauranteurs,restaurateurs\r\nrestauration,restoration\r\nrestauraunt,restaurant\r\nrestauraunts,restaurants\r\nrestaurent,restaurant\r\nrestaurents,restaurants\r\nrestauring,restarting\r\nrestawrent,restaurant\r\nresteant,restaurant\r\nrestentley,recently\r\nresterant,restaurant\r\nresteranter,restaurateur\r\nresteranters,restaurateurs\r\nresteranteur,restaurateur\r\nresteranteurs,restaurateurs\r\nresterantor,restaurateur\r\nresterantors,restaurateurs\r\nresterantour,restaurateur\r\nresterantours,restaurateurs\r\nresteraunt,restaurant\r\nresteraunts,restaurants\r\nresterent,restaurant\r\nrestert,restart\r\nresterunt,restaurant\r\nresteruunt,restaurant\r\nrestets,resets\r\nrestict,restrict\r\nresticted,restricted\r\nresticter,restricter\r\nrestictest,restrictest\r\nresticting,restricting\r\nrestiction,restriction\r\nrestictions,restrictions\r\nrestictive,restrictive\r\nrestictiveness,restrictiveness\r\nrestictly,restrictly\r\nrestictness,restrictness\r\nrestictor,restrictor\r\nrestictred,restricted\r\nresticts,restricts\r\nrestirant,restaurant\r\nrestirar,registrar\r\nrestircted,restricted\r\nrestirction,restriction\r\nrestirctions,restrictions\r\nrestircts,restricts\r\nrestire,restore\r\nrestitutioin,restitution\r\nrestle,recently\r\nrestly,recently\r\nrestor,restore\r\nrestorani,restoration\r\nrestorarion,restoration\r\nrestorating,restoration\r\nrestoratioin,restoration\r\nrestoratiosn,restorations\r\nrestoratoin,restoration\r\nrestord,restored\r\nrestoreas,restore\r\nrestors,restores\r\nrestort,resort\r\nrestorting,restarting\r\nrestorvant,restaurant\r\nrestraind,restrained\r\nrestraing,restraining\r\nrestrainig,restraining\r\nrestrainted,restrained\r\nrestrainting,restraining\r\nrestrait,restraint\r\nrestranant,restaurant\r\nrestranrant,restaurant\r\nrestrant,restaurant\r\nrestrarant,restaurant\r\nrestrarent,restaurant\r\nrestrarunt,restaurant\r\nrestrauent,restaurant\r\nrestraunt,restraint\r\nrestrcited,restricted\r\nrestrcitions,restriction\r\nrestrcting,restarting\r\nrestrective,restrictive\r\nrestrent,restaurant\r\nrestriant,restraint\r\nrestribute,redistribute\r\nrestric,restrict\r\nrestrication,restriction\r\nrestriccion,restriction\r\nrestrici,restriction\r\nrestricing,restricting\r\nrestricion,restriction\r\nrestricitive,restrictive\r\nrestricitng,restricting\r\nrestriciton,restrictions\r\nrestricitons,restrictions\r\nrestricitve,restrictive\r\nrestricive,restrictive\r\nrestrics,restricts\r\nrestricte,restrictive\r\nrestricteds,restricts\r\nrestricters,restricts\r\nrestrictes,restricts\r\nrestrictie,restrictive\r\nrestrictied,restrictive\r\nrestrictifs,restricts\r\nrestrictins,restricts\r\nrestrictioin,restriction\r\nrestrictios,restricts\r\nrestrictiosn,restrictions\r\nrestrictivo,restriction\r\nrestricton,restriction\r\nrestrictons,restricts\r\nrestriktion,restriction\r\nrestriktive,restrictive\r\nrestrist,restrict\r\nrestritions,restrictions\r\nrestrittive,restrictive\r\nrestrount,restaurant\r\nrestruant,restaurant\r\nrestruarant,restaurant\r\nrestruarent,restaurant\r\nrestruc,restruct\r\nrestruced,restructed\r\nrestrucing,restructing\r\nrestrucionist,restructionist\r\nrestrucs,restructs\r\nrestructed,restricted\r\nrestructing,restricting\r\nrestruction,restriction\r\nrestructrual,restructural\r\nrestructrualism,restructuralism\r\nrestructrualisms,restructuralisms\r\nrestructrualist,restructuralist\r\nrestructrualists,restructuralists\r\nrestructrually,restructurally\r\nrestructrue,restructure\r\nrestructrued,restructured\r\nrestructrues,restructures\r\nrestructruing,restructuring\r\nrestructrural,restructural\r\nrestructruralism,restructuralism\r\nrestructruralisms,restructuralisms\r\nrestructruralist,restructuralist\r\nrestructruralists,restructuralists\r\nrestructrurally,restructurally\r\nrestructrure,restructure\r\nrestructrured,restructured\r\nrestructrures,restructures\r\nrestructruring,restructuring\r\nrestrucural,restructural\r\nrestrucuralism,restructuralism\r\nrestrucuralisms,restructuralisms\r\nrestrucuralist,restructuralist\r\nrestrucuralists,restructuralists\r\nrestrucurally,restructurally\r\nrestrucure,restructure\r\nrestrucured,restructured\r\nrestrucures,restructures\r\nrestrucuring,restructuring\r\nrestrucuted,restructured\r\nrestrucutral,restructural\r\nrestrucutralism,restructuralism\r\nrestrucutralisms,restructuralisms\r\nrestrucutralist,restructuralist\r\nrestrucutralists,restructuralists\r\nrestrucutrally,restructurally\r\nrestrucutre,restructure\r\nrestrucutred,restructured\r\nrestrucutres,restructures\r\nrestrucutring,restructuring\r\nrestrunt,restaurant\r\nrestrurant,restaurant\r\nrestrutural,restructural\r\nrestruturalism,restructuralism\r\nrestruturalisms,restructuralisms\r\nrestruturalist,restructuralist\r\nrestruturalists,restructuralists\r\nrestruturally,restructurally\r\nrestruture,restructure\r\nrestrutured,restructured\r\nrestrutures,restructures\r\nrestruturing,restructuring\r\nresttrictions,restrictions\r\nresttruct,restruct\r\nresttructed,restructed\r\nresttructing,restructing\r\nresttructionist,restructionist\r\nresttructs,restructs\r\nrestuarant,restaurant\r\nrestuarants,restaurants\r\nrestuaurunt,restaurant\r\nrestuct,restruct\r\nrestucted,restructed\r\nrestucting,restructing\r\nrestuctionist,restructionist\r\nrestucts,restructs\r\nrestuctural,restructural\r\nrestucturalism,restructuralism\r\nrestucturalisms,restructuralisms\r\nrestucturalist,restructuralist\r\nrestucturalists,restructuralists\r\nrestucturally,restructurally\r\nrestucture,restructure\r\nrestuctured,restructured\r\nrestuctures,restructures\r\nrestucturing,restructuring\r\nrestuls,results\r\nrestun,return\r\nresturant,restaurant\r\nresturants,restaurants\r\nresturaunt,restaurant\r\nresturaunts,restaurants\r\nrestureant,restaurant\r\nresturent,restaurant\r\nresturn,return\r\nresturns,returns\r\nresturrant,restaurant\r\nrestylablility,restylability\r\nresuable,reusable\r\nresubmision,resubmission\r\nresubmited,resubmitted\r\nresubmiting,resubmitting\r\nresuccitable,resuscitable\r\nresuccitant,resuscitant\r\nresuccitants,resuscitants\r\nresuccitate,resuscitate\r\nresuccitated,resuscitated\r\nresuccitates,resuscitates\r\nresuccitating,resuscitating\r\nresuccitation,resuscitation\r\nresuccitations,resuscitations\r\nresuccitative,resuscitative\r\nresuccitator,resuscitator\r\nresuccitators,resuscitators\r\nresuced,rescued\r\nresuces,rescues\r\nresucitable,resuscitable\r\nresucitant,resuscitant\r\nresucitants,resuscitants\r\nresucitate,resuscitate\r\nresucitated,resuscitated\r\nresucitates,resuscitates\r\nresucitating,resuscitating\r\nresucitation,resuscitation\r\nresucitations,resuscitations\r\nresucitative,resuscitative\r\nresucitator,resuscitator\r\nresucitators,resuscitators\r\nresucsitable,resuscitable\r\nresucsitant,resuscitant\r\nresucsitants,resuscitants\r\nresucsitate,resuscitate\r\nresucsitated,resuscitated\r\nresucsitates,resuscitates\r\nresucsitating,resuscitating\r\nresucsitation,resuscitation\r\nresucsitations,resuscitations\r\nresucsitative,resuscitative\r\nresucsitator,resuscitator\r\nresucsitators,resuscitators\r\nresueabilty,resueability\r\nresues,reuses\r\nresuilting,resulting\r\nresuing,reusing\r\nresul,result\r\nresules,results\r\nresuling,resulting\r\nresullt,result\r\nresuls,results\r\nresulst,results\r\nresulsts,results\r\nresultion,resolution\r\nresultsgit,results\r\nresultunt,resultant\r\nresulution,resolution\r\nresumet,resume\r\nresumign,resuming\r\nresumt,resume\r\nresumé,résumé\r\nresumés,résumés\r\nresuntant,resultant\r\nresurce,resource\r\nresurect,resurrect\r\nresurected,resurrected\r\nresurecting,resurrecting\r\nresurection,resurrection\r\nresurections,resurrections\r\nresurects,resurrects\r\nresurgance,resurgence\r\nresurgant,resurgent\r\nresurreccion,resurrection\r\nresurrecion,resurrection\r\nresurrektion,resurrection\r\nresurruction,resurrection\r\nresursive,recursive\r\nresursively,recursively\r\nresuruct,resurrect\r\nresuructed,resurrected\r\nresuructing,resurrecting\r\nresuruction,resurrection\r\nresuructs,resurrects\r\nresurve,reserve\r\nresusable,reusable\r\nresuse,reuse\r\nresused,reused\r\nresusitable,resuscitable\r\nresusitant,resuscitant\r\nresusitants,resuscitants\r\nresusitate,resuscitate\r\nresusitated,resuscitated\r\nresusitates,resuscitates\r\nresusitating,resuscitating\r\nresusitation,resuscitation\r\nresusitations,resuscitations\r\nresusitative,resuscitative\r\nresusitator,resuscitator\r\nresusitators,resuscitators\r\nresussitate,resuscitate\r\nresussitation,resuscitation\r\nresust,result\r\nresut,result\r\nresuted,resulting\r\nresuting,resulting\r\nresutl,result\r\nresutling,resulting\r\nresutls,results\r\nresutlts,results\r\nresutuing,resulting\r\nresuult,result\r\nresved,received\r\nresvered,received\r\nresynchronation,resynchronization\r\nreszie,resize\r\nretailate,retaliate\r\nretailation,retaliation\r\nretailes,retailers\r\nretalaite,retaliate\r\nretale,retail\r\nretaliaton,retaliation\r\nretalier,retailer\r\nretaliers,retailers\r\nretalitated,retaliated\r\nretalitates,retaliates\r\nretalitation,retaliation\r\nretand,regained\r\nretane,retain\r\nretardathon,retardation\r\nretardating,retardation\r\nretardatron,retardation\r\nretargetablity,retargetability\r\nretargettig,retargeting\r\nretargettting,retargetting\r\nretart,restart\r\nretartation,retardation\r\nretciulate,reticulate\r\nretecent,reticent\r\nretentiaon,retention\r\nreteriver,retriever\r\nreteruns,returns\r\nreteurns,returns\r\nrethoric,rhetoric\r\nrethorical,rhetorical\r\nrethrament,refreshment\r\nrethrement,refreshment\r\nretian,retain\r\nreticuilate,reticulate\r\nreticuous,ridiculous\r\nretierment,retirement\r\nretieval,retrieval\r\nretieve,retrieve\r\nretieved,retrieved\r\nretieving,retrieving\r\nretining,retaining\r\nretirase,retires\r\nretirbution,retribution\r\nretireds,retires\r\nretireus,retires\r\nretireval,retrieval\r\nretirevals,retrievals\r\nretireve,retrieve\r\nretireved,retrieved\r\nretirever,retriever\r\nretireves,retrieves\r\nretireving,retrieving\r\nretirment,retirement\r\nretisters,registers\r\nretistration,registration\r\nretiurns,returns\r\nretkaing,ReTaking\r\nretkaings,ReTakings\r\nretond,returned\r\nretoractively,retroactively\r\nretore,restore\r\nretored,restored\r\nretores,restores\r\nretoring,restoring\r\nretotig,trotting\r\nretpositories,repositories\r\nretractablility,retractability\r\nretransmisions,retransmissions\r\nretransmisson,retransmission\r\nretransmisssions,retransmissions\r\nretreadabillity,retreadability\r\nretreadaiblity,retreadaibility\r\nretreaval,retrieval\r\nretrebution,retribution\r\nretreieve,retrieve\r\nretreivable,retrievable\r\nretreival,retrieval\r\nretreivals,retrievals\r\nretreive,retrieve\r\nretreived,retrieved\r\nretreives,retrieves\r\nretreiving,retrieving\r\nretrevier,retriever\r\nretribucion,retribution\r\nretribuito,retribution\r\nretribuiton,retribution\r\nretributioon,retribution\r\nretributivo,retribution\r\nretribvtion,retribution\r\nretrict,restrict\r\nretriebe,retrieve\r\nretriefed,retrieved\r\nretriev,retrieve\r\nretrieveal,retrieval\r\nretrievee,retrieve\r\nretrievel,retrieval\r\nretrievies,retrieves\r\nretring,retrying\r\nretris,retries\r\nretrival,retrieval\r\nretrive,retrieve\r\nretrived,retrieved\r\nretriveing,retrieving\r\nretriver,retriever\r\nretrives,retrieves\r\nretriving,retrieving\r\nretrnu,return\r\nretroactivelly,retroactively\r\nretroactivily,retroactively\r\nretroactivley,retroactively\r\nretroactivly,retroactively\r\nretrobution,retribution\r\nretrocatively,retroactively\r\nretrofittted,retrofitted\r\nretrofittter,retrofitter\r\nretropective,retrospective\r\nretropectively,retrospectively\r\nretropectives,retrospectives\r\nretrosepct,retrospect\r\nretrospekt,retrospect\r\nretrubution,retribution\r\nretruct,restruct\r\nretructed,restructed\r\nretructing,restructing\r\nretructionist,restructionist\r\nretructs,restructs\r\nretrueve,retrieve\r\nretrun,return\r\nretruned,returned\r\nretruning,returning\r\nretruns,returns\r\nretrurns,returns\r\nretrys,retries\r\nretturn,return\r\nretuan,return\r\nretuen,return\r\nretuern,return\r\nretuires,requires\r\nretun,return\r\nretunr,return\r\nretunred,returned\r\nretunrs,returns\r\nretuns,returns\r\nretur,return\r\nreturded,retired\r\nreture,return\r\nretured,returned\r\nreturen,return\r\nreturend,returned\r\nreturh,return\r\nreturing,returning\r\nreturining,returning\r\nreturl,return\r\nreturm,return\r\nreturna,return\r\nreturnabilty,returnability\r\nreturnbs,returns\r\nreturnd,returned\r\nreturnds,returns\r\nreturne,returned\r\nreturnes,returns\r\nreturnet,returned\r\nreturngs,returns\r\nreturnin,returning\r\nreturnj,return\r\nreturnn,return\r\nreturnned,returned\r\nreturnning,returning\r\nreturnsca,return\r\nreturnsi,returns\r\nreturnss,returns\r\nreturnsthe,returns\r\nreturnt,returns\r\nreturrn,return\r\nreturrns,returns\r\nreturs,returns\r\nreturved,returned\r\nretusn,returns\r\nretutn,return\r\nretutns,returns\r\nretuurn,return\r\nretuurns,returns\r\nretweetablity,retweetability\r\nrety,retry\r\nreuable,reusable\r\nreuasble,reusable\r\nreuathism,rheumatism\r\nreuest,request\r\nreuests,requests\r\nreuhmatism,rheumatism\r\nreuinon,reunion\r\nreuiqre,require\r\nreuiqrement,requirements\r\nreuire,require\r\nreules,rules\r\nreulgarly,regularly\r\nreult,result\r\nreultant,resultant\r\nreulted,resulted\r\nreulting,resulting\r\nreults,results\r\nreumaitis,rheumatism\r\nreumatism,rheumatism\r\nreumatum,rheumatism\r\nreumetism,rheumatism\r\nreumheatisim,rheumatism\r\nreumitisiam,rheumatism\r\nreumitisim,rheumatism\r\nreumitism,rheumatism\r\nreundant,redundant\r\nreunfication,reunification\r\nreunficiation,reunification\r\nreunifcation,reunification\r\nreunificaton,reunification\r\nreunificiation,reunification\r\nreunificiations,reunifications\r\nreuppped,reupped\r\nreuptable,reputable\r\nreuptation,reputation\r\nreuqest,request\r\nreuqested,requested\r\nreuqests,requests\r\nreuqires,requires\r\nreuquired,required\r\nreurned,returned\r\nreurns,returns\r\nreusabe,reusable\r\nreusabillity,reusability\r\nreusabilty,reusability\r\nreusablility,reusability\r\nreusablity,reusability\r\nreusble,reusable\r\nreuseability,reusability\r\nreuseable,reusable\r\nreuseablity,reuseability\r\nreuslt,result\r\nreustrant,restaurant\r\nreutrn,return\r\nreutrned,returned\r\nreutrns,returns\r\nreuturn,return\r\nrevalidatation,revalidation\r\nrevamed,revamped\r\nrevange,revenge\r\nrevanged,revenged\r\nrevanger,revenger\r\nrevangers,revengers\r\nrevanges,revenges\r\nrevanging,revenging\r\nrevceive,receive\r\nreveald,revealed\r\nreveales,reveals\r\nrevealled,revealed\r\nrevealtion,revelations\r\nrevealtions,revelations\r\nreveiced,received\r\nreveived,received\r\nreveiver,receiver\r\nreveives,receives\r\nreveiving,receiving\r\nreveiw,review\r\nreveiwable,reviewable\r\nreveiwed,reviewed\r\nreveiwer,reviewer\r\nreveiwers,reviewers\r\nreveiwing,reviewing\r\nreveiws,reviews\r\nrevelaed,revealed\r\nrevelaing,revealing\r\nrevelaiton,revelations\r\nrevelaitons,revelations\r\nrevelance,relevance\r\nrevelancy,relevancy\r\nrevelant,relevant\r\nrevelas,reveals\r\nrevelatioin,revelation\r\nrevelatons,revelations\r\nrevelead,revealed\r\nrevelent,relevant\r\nrevelevnt,relevant\r\nrevelution,revelation\r\nrevelutionary,revolutionary\r\nreveng,revenge\r\nrevenu,revenue\r\nrevenueprofitibilty,revenueprofitibility\r\nrevenut,revenue\r\nrever,revert\r\nreveral,reversal\r\nreverals,reversal\r\nreverance,reverence\r\nreverand,reverend\r\nreverce,reverse\r\nreverese,reverse\r\nreveress,reverses\r\nreverifcation,reverification\r\nreverison,ReVersion\r\nreverisons,ReVersions\r\nreversability,reversibility\r\nreversable,reversible\r\nreversably,reversal\r\nreversibilty,reversibility\r\nreversiblity,reversibility\r\nrevertion,ReVersion\r\nrevertions,ReVersions\r\nrevese,reverse\r\nrevesre,reverse\r\nrevew,review\r\nrevewable,reviewable\r\nrevewed,reviewed\r\nrevewer,reviewer\r\nrevewers,reviewers\r\nrevewing,reviewing\r\nrevews,reviews\r\nreviels,reveals\r\nreviere,reviewer\r\nreviewd,reviewed\r\nrevieweable,reviewable\r\nrevieweble,reviewable\r\nreviewere,reviewer\r\nreviewes,reviewers\r\nreviewfor,review for\r\nreviewr,reviewer\r\nreviewtrue,reviewer\r\nreviewwing,reviewing\r\nrevinue,revenue\r\nreviring,referring\r\nrevisiions,revisions\r\nrevisiones,revisions\r\nrevisionis,revisions\r\nrevisision,revision\r\nrevisist,revisit\r\nrevison,revision\r\nrevisons,revisions\r\nrevisting,revisiting\r\nrevivier,reviver\r\nreviw,review\r\nreviwable,reviewable\r\nreviwed,reviewed\r\nreviwer,reviewer\r\nreviwers,reviewers\r\nreviwing,reviewing\r\nreviws,reviews\r\nrevkoed,revoked\r\nrevle,revel\r\nrevleing,reveling\r\nrevles,revels\r\nrevling,reveling\r\nrevlover,revolver\r\nrevloves,revolves\r\nrevmoe,remove\r\nrevoceable,revocable\r\nrevoceble,revocable\r\nrevokation,revocation\r\nrevokocation,revocation\r\nrevolations,revolutions\r\nrevoltuion,revolution\r\nrevoluiton,revolutions\r\nrevolutin,revolutions\r\nrevolutioin,revolution\r\nrevolutionair,revolutionary\r\nrevolutionairy,revolutionary\r\nrevolutionaly,revolutionally\r\nrevolutionar,revolutionary\r\nrevolutionay,revolutionary\r\nrevolutionens,revolutions\r\nrevolutionnary,revolutionary\r\nrevolutionos,revolutions\r\nrevolutiosn,revolutions\r\nrevolutoin,revolutions\r\nrevolvr,revolver\r\nrevolvs,revolves\r\nrevoulting,revolting\r\nrevoultion,revolution\r\nrevoultionary,revolutionary\r\nrevoultions,revolutions\r\nrevovery,recovery\r\nrevovle,revolve\r\nrevovled,revolved\r\nrevovlement,revolvement\r\nrevovlements,revolvements\r\nrevovler,revolver\r\nrevovles,revolves\r\nrevovling,revolving\r\nrevovlr,revolvr\r\nrevovlrs,revolvrs\r\nrevovlve,revolve\r\nrevovlved,revolved\r\nrevovlvement,revolvement\r\nrevovlvements,revolvements\r\nrevovlves,revolves\r\nrevovlving,revolving\r\nrevovlvr,revolvr\r\nrevovlvrs,revolvrs\r\nrevrsing,reversing\r\nrevsion,revision\r\nrevsision,revision\r\nrevvvving,revving\r\nrevvvvvving,revving\r\nrewachted,rewatched\r\nrewarching,rewatching\r\nrewatchablility,rewatchability\r\nrewatchablity,rewatchability\r\nrewatchd,rewatched\r\nrewatchibg,rewatching\r\nrewatchig,rewatching\r\nrewatchign,rewatching\r\nrewatchimg,rewatching\r\nrewawrds,rewards\r\nrewiew,review\r\nrewiewable,reviewable\r\nrewiewed,reviewed\r\nrewiewer,reviewer\r\nrewiewers,reviewers\r\nrewiewing,reviewing\r\nrewiews,reviews\r\nrewirte,rewrite\r\nrewirter,rewriter\r\nrewites,rewrites\r\nrewitten,rewritten\r\nrewkaing,ReWaking\r\nrewkaings,ReWakings\r\nreworkablity,reworkability\r\nreworkd,reworked\r\nrewriet,rewrite\r\nrewriets,rewrites\r\nrewrited,rewrote\r\nrewriten,rewritten\r\nrewritte,rewrite\r\nrewritting,rewriting\r\nrewrot,rewrote\r\nrewtched,wretched\r\nrexemindiation,recommendation\r\nrexeps,regexps\r\nrexport,reexport\r\nrey,ray\r\nreyclable,recyclable\r\nreyely,really\r\nreyfrsmont,refreshment\r\nreylations,relations\r\nreymeber,remember\r\nreymoufd,removed\r\nreymoved,removed\r\nreynlods,reynolds\r\nreynols,reynolds\r\nreyonlds,reynolds\r\nreyterned,returned\r\nrezemble,resemble\r\nrezing,resizing\r\nrezurrection,resurrection\r\nreëxport,re-export\r\nrference,reference\r\nrferences,references\r\nrfooter,footer\r\nrgaind,regained\r\nrgex,regex\r\nrgister,register\r\nrgular,regular\r\nrhange,change\r\nrhaposdy,rhapsody\r\nrhapsodomy,rhapsody\r\nrhapsoy,rhapsody\r\nrhashing,rehashing\r\nrhaspody,rhapsody\r\nrhe,the\r\nrhelper,helper\r\nrhematism,rheumatism\r\nrhematisum,rheumatism\r\nrhemitism,rheumatism\r\nrhemutism,rheumatism\r\nrhen,when\r\nrheotric,rhetoric\r\nrheoumatism,rheumatism\r\nrhetorisch,rhetoric\r\nrheuatism,rheumatism\r\nrheumantism,rheumatism\r\nrheumastism,rheumatism\r\nrheumaticism,rheumatism\r\nrheumaticm,rheumatism\r\nrheumaticsm,rheumatism\r\nrheumatisim,rheumatism\r\nrheumatisium,rheumatism\r\nrheumatisum,rheumatism\r\nrheumatizm,rheumatism\r\nrheumatolagist,rheumatologist\r\nrheumatolgists,rheumatologists\r\nrheumatoligical,rheumatological\r\nrheumatoligist,rheumatologist\r\nrheumetism,rheumatism\r\nrheumetizim,rheumatism\r\nrheumitism,rheumatism\r\nrheumitizm,rheumatism\r\nrheumtism,rheumatism\r\nrheumtizeum,rheumatism\r\nrheunatism,rheumatism\r\nrheusmatism,rheumatism\r\nrheutism,rheumatism\r\nrhinocerous,rhinoceros\r\nrhinocerouses,rhinoceroses\r\nrhmatism,rheumatism\r\nrhodeisland,Rhode Island\r\nrhodeislander,Rhode Islander\r\nrhodeislanders,Rhode Islanders\r\nrhododrendon,rhododendron\r\nrhomentic,romantic\r\nrhomitisum,rheumatism\r\nrhomtism,rheumatism\r\nrhtyhm,rhythm\r\nrhtyhmic,rhythmic\r\nrhtyhmist,rhythmist\r\nrhtyhmists,rhythmists\r\nrhtyhms,rhythms\r\nrhueamtism,rheumatism\r\nrhuematism,rheumatism\r\nrhuematizm,rheumatism\r\nrhuemetism,rheumatism\r\nrhuemitism,rheumatism\r\nrhuemtisum,rheumatism\r\nrhumatisim,rheumatism\r\nrhumatisimn,rheumatism\r\nrhumatism,rheumatism\r\nrhumatisum,rheumatism\r\nrhumenatism,rheumatism\r\nrhumetisim,rheumatism\r\nrhumetism,rheumatism\r\nrhumism,rheumatism\r\nrhumistism,rheumatism\r\nrhumitisam,rheumatism\r\nrhumitism,rheumatism\r\nrhummatism,rheumatism\r\nrhymatism,rheumatism\r\nrhymatoligist,rhymatologist\r\nrhymme,rhyme\r\nrhyno,rhino\r\nrhyon,rhino\r\nrhythem,rhythm\r\nrhythemic,rhythmic\r\nrhythemist,rhythmist\r\nrhythemists,rhythmists\r\nrhythems,rhythms\r\nrhythim,rhythm\r\nrhythimic,rhythmic\r\nrhythimist,rhythmist\r\nrhythimists,rhythmists\r\nrhythims,rhythms\r\nrhythym,rhythm\r\nrhythymic,rhythmic\r\nrhythymist,rhythmist\r\nrhythymists,rhythmists\r\nrhythyms,rhythms\r\nrhytm,rhythm\r\nrhytmic,rhythmic\r\nrhytmical,rhythmical\r\nrhytmically,rhythmically\r\nrhytmicrebellionmusic,rhythmicrebellionmusic\r\nrhytmics,rhythmics\r\nrhytmist,rhythmist\r\nrhytmists,rhythmists\r\nrhytms,rhythms\r\nriaders,raiders\r\nriase,raise\r\nribbbed,ribbed\r\nribbbing,ribbing\r\nribben,ribbon\r\nribbin,ribbon\r\nriceved,received\r\nrichochet,ricochet\r\nrichocheted,ricocheted\r\nrichochets,ricochets\r\nrichrad,richard\r\nrichradian,richardian\r\nrichradians,richardians\r\nrichrads,richards\r\nrichradson,richardson\r\nrichradsons,richardsons\r\nrichs,riches\r\nrictatorship,dictatorship\r\nridculos,ridiculous\r\nrideabilty,rideability\r\nrideablity,rideability\r\nrideculas,ridiculous\r\nrideculous,ridiculous\r\nrideig,riding\r\nrideing,riding\r\nridicalicous,ridiculous\r\nridicilous,ridiculous\r\nridicilously,ridiculously\r\nridicilousness,ridiculousness\r\nridicoulas,ridiculous\r\nridicoulus,ridiculous\r\nridicoulusly,ridiculously\r\nridicoulusness,ridiculousness\r\nridictulas,ridiculous\r\nridiculas,ridiculous\r\nridiculase,ridiculous\r\nridiculeous,ridiculous\r\nridiculess,ridiculous\r\nridiculious,ridiculous\r\nridiculois,ridiculous\r\nridiculos,ridiculous\r\nridiculosis,ridiculous\r\nridiculosly,ridiculously\r\nridiculouly,ridiculously\r\nridiculouness,ridiculousness\r\nridiculoussness,ridiculousness\r\nridiculousy,ridiculously\r\nridiculue,ridicule\r\nridiculuois,ridiculous\r\nridiculus,ridiculous\r\nridiculuss,ridiculous\r\nridle,riddle\r\nridled,riddled\r\nridles,riddles\r\nriducouls,ridiculous\r\nriecepts,receipts\r\nried,ride\r\nriefreshmet,refreshment\r\nriegeon,region\r\nrielife,relief\r\nriemd,removed\r\nrienforced,reinforced\r\nrienforcement,reinforcements\r\nrienforcements,reinforcements\r\nrifreshment,refreshment\r\nrigamorale,rigmarole\r\nriged,rigid\r\nrigeosternt,region\r\nrigeur,rigueur\r\nrigggggggged,rigged\r\nriggging,rigging\r\nrigh,right\r\nrighetous,righteous\r\nrighetousness,righteousness\r\nright-assocative,right-associative\r\nright-cick,right-click\r\nright-clickig,right-clicking\r\nrighteos,righteous\r\nrighteouness,righteousness\r\nrighteoussness,righteousness\r\nrighteuos,righteous\r\nrighteuosness,righteousness\r\nrightfeild,right field\r\nrightfeilder,right fielder\r\nrightfeilders,right fielders\r\nrightfield,right field\r\nrightfielder,right fielder\r\nrightfielders,right fielders\r\nrightfullly,rightfully\r\nrightfuly,rightfully\r\nrightious,righteous\r\nrightiously,righteously\r\nrightiousness,righteousness\r\nrightoues,righteous\r\nrightous,righteous\r\nrightt,right\r\nrightuos,righteous\r\nrighty,right\r\nrighwards,rightwards\r\nriginally,originally\r\nrigion,region\r\nrigntone,ringtone\r\nrigorosly,rigorously\r\nrigourosly,rigorously\r\nrigourous,rigorous\r\nrigourously,rigorously\r\nrigourousness,rigorousness\r\nrigt-click,right-click\r\nrigth,right\r\nrigtheous,righteous\r\nrigtheousness,righteousness\r\nrigthfully,rightfully\r\nrigths,rights\r\nrigts,rights\r\nrihgt,right\r\nriht,right\r\nrilfe,relief\r\nrilly,really\r\nrilvaries,rivalries\r\nrimember,remember\r\nrimitance,remittance\r\nrimitence,remittance\r\nrimmming,rimming\r\nrin,run\r\nrindcoat,raincoat\r\nrinecout,raincoat\r\nrinecrt,raincoat\r\nrinfine,refine\r\nringotne,ringtone\r\nrininging,ringing\r\nrinsabilty,rinsability\r\nripelines,pipelines\r\nrippped,ripped\r\nrippper,ripper\r\nrippping,ripping\r\nrised,raised\r\nriseing,rising\r\nrisenly,recently\r\nrisidual,residual\r\nrispond,respond\r\nrisssing,rissing\r\nrist,wrist\r\nristrict,restrict\r\nrit,git\r\nritalian,ritalin\r\nritlain,ritalin\r\nritoers,rioters\r\nrittter,ritter\r\nrivalrly,rivalry\r\nrivarlies,rivalries\r\nrivarly,rivalry\r\nriveced,received\r\nrivirs,rivers\r\nrivlaries,rivalries\r\nrivlary,rivalry\r\nrivly,rively\r\nrivolgici,rivologici\r\nrize,resize\r\nrizing,rising\r\nrizzzer,rizzer\r\nrjects,rejects\r\nrkaing,raking\r\nrkaings,rakings\r\nrlativly,rlatively\r\nrlayout,layout\r\nrleases,releases\r\nrleease,release\r\nrlef,relief\r\nrlif,relief\r\nrlirecatly,rlirecately\r\nrmeote,remote\r\nrmeove,remove\r\nrmeoved,removed\r\nrmeoves,removes\r\nrmood,removed\r\nrmoved,removed\r\nrnage,range\r\nrnnneturns,returns\r\nrnu,run\r\nro,or\r\nroachers,roaches\r\nroadbloacks,roadblocks\r\nroadrunnner,roadrunner\r\nroagh,rough\r\nroahces,roaches\r\nroals,roles\r\nroarrring,roarring\r\nroatation,rotation\r\nroaylties,royalties\r\nrobbbbbbbbbed,robbed\r\nrobbber,robber\r\nrobberts,robbers\r\nrobberys,robbers\r\nrobbin,robin\r\nrobbins,robins\r\nrobine,robin\r\nroblem,problem\r\nroblin,robin\r\nrobocoop,robocop\r\nrobocorp,robocop\r\nrobocoup,robocop\r\nroboticus,robotics\r\nrobotis,robotics\r\nrobut,robust\r\nrocesses,processes\r\nrockabillty,rockability\r\nrockefelller,rockefeller\r\nrockelller,rockeller\r\nrockerfeller,rockefeller\r\nrocketted,rocketed\r\nrocketting,rocketing\r\nrocketts,rockets\r\nrockign,rocking\r\nrockspinnner,rockspinner\r\nrococco,rococo\r\nrocommend,recommend\r\nrocord,record\r\nrocords,records\r\nrodel,model\r\nroduce,produce\r\nroducer,producer\r\nroducers,producer\r\nroelplay,roleplay\r\nroentgenolgic,roentgenologic\r\nroestta,rosetta\r\nrof,of\r\nrofe,roof\r\nrofile,profile\r\nroganism,organism\r\nroganisms,organisms\r\nroge,rough\r\nroghly,roughly\r\nroiatly,roiately\r\nroid,round\r\nroiters,rioters\r\nroject,project\r\nrojects,projects\r\nrok,rock\r\nroke,rock\r\nrokkkers,rokkers\r\nroks,rocks\r\nrol,roll\r\nrolateral,collateral\r\nrold,rolled\r\nrolepaly,roleplay\r\nrolepalying,roleplaying\r\nroleplaing,roleplaying\r\nroleply,roleplay\r\nroler,ruler\r\nroling,rolling\r\nrollabilty,rollability\r\nrollablility,rollability\r\nrollarcoaster,rollercoaster\r\nrolld,rolled\r\nrollercaoster,rollercoaster\r\nrollercoaser,rollercoaster\r\nrollercoater,rollercoaster\r\nrollercoaters,rollercoaster\r\nrollercoatser,rollercoaster\r\nrollerocaster,rollercoaster\r\nrollertoaster,rollercoaster\r\nrollingupdate,rolling-update\r\nrollled,rolled\r\nrolller,roller\r\nrolllers,rollers\r\nrollling,rolling\r\nrollllling,rolling\r\nrolllover,rollover\r\nrollorcoaster,rollercoaster\r\nrollower,rollover\r\nrolout,rollout\r\nrom,from\r\nromaanin,romanian\r\nromact,romantic\r\nromaina,romania\r\nromainan,romanian\r\nromaing,roaming\r\nroman-catholc,Roman Catholic\r\nroman-catholic,Roman Catholic\r\nroman-catolic,Roman Catholic\r\nromanain,romanian\r\nromancatholc,Roman Catholic\r\nromancatholic,Roman Catholic\r\nromancatolic,Roman Catholic\r\nromanic,romantic\r\nromanica,romania\r\nromanin,romanian\r\nromanitcally,romantically\r\nromanitic,romantic\r\nromanmania,romanian\r\nromanna,romanian\r\nromantec,romantic\r\nromanticaly,romantically\r\nromantice,romantic\r\nromantick,romantic\r\nromantive,romantic\r\nromatic,romantic\r\nromatics,romantic\r\nromatict,romantic\r\nromating,romantic\r\nromatism,rheumatism\r\nromentic,romantic\r\nromentict,romantic\r\nromichic,romantic\r\nromonac,romantic\r\nron,rob\r\nronandic,romantic\r\nrond,round\r\nrondomly,randomly\r\nroned,around\r\nrong,wrong\r\nronge,wrong\r\nronud,round\r\nroo,root\r\nroobt,robot\r\nrool,root\r\nroolback,rollback\r\nrooler,ruler\r\nroom-mate,roommate\r\nroom-mates,roommates\r\nroomate,roommate\r\nroomates,roommates\r\nroon,root\r\nroor,root\r\nroos,roof\r\nroote,root\r\nrootes,roots\r\nrop,rope\r\nroperty,property\r\nropo,repo\r\nropository,repository\r\nror,for\r\nroral,rural\r\nroration,rotation\r\nros,rows\r\nrosettta,rosetta\r\nross,roses\r\nrost,roast\r\nrostaing,roasting\r\nrosurce,resource\r\nrotaed,rotated\r\nrotaly,rotally\r\nrotat,rotate\r\nrotatation,rotated\r\nrotatioin,rotation\r\nrotationaly,rotationally\r\nrotationnal,rotational\r\nrotationnally,rotationally\r\nrotatoin,rotation\r\nrotatoins,rotations\r\nrotaton,rotation\r\nroten,rotten\r\nrotener,rottener\r\nrotenest,rottenest\r\nrotenstone,rottenstone\r\nrotenstones,rottenstones\r\nrotes,roles\r\nroth,rough\r\nrotines,routines\r\nroting,trotting\r\nroton,rotten\r\nrottate,rotate\r\nrotton,rotten\r\nrottten,rotten\r\nrotttener,rottener\r\nrotttenest,rottenest\r\nrotttenstone,rottenstone\r\nrotttenstones,rottenstones\r\nrotuer,router\r\nrotuers,routers\r\nrotues,routes\r\nrou,you\r\nrouch,rough\r\nroud,rude\r\nrouders,rounders\r\nroudning,rounding\r\nroudwork,roadwork\r\nroudy,rowdy\r\nrouef,rough\r\nroughe,rough\r\nrought,roughly\r\nrougly,roughly\r\nrougue,rogue\r\nrouint,routine\r\nrouitens,routines\r\nrouitines,routines\r\nround-about,round about\r\nround-robbin,round-robin\r\nroundabaout,roundabout\r\nroundaboot,roundabout\r\nroundabount,roundabout\r\nroundabounts,roundabout\r\nroundosy,rounders\r\nroundtripping,round-tripping\r\nrount,round\r\nrountine,routine\r\nrountines,routines\r\nrounting,routing\r\nrources,resources\r\nrouteadmin,route\r\nrouterd,routed\r\nrouteros,routers\r\nroutger,router\r\nrouth,rough\r\nroutien,routine\r\nroutig,routing\r\nroutng,routing\r\nrovide,provide\r\nrovidentail,rovidential\r\nrovidentaility,rovidentiality\r\nrovidentailly,rovidentially\r\nrovidental,rovidential\r\nrovidentality,rovidentiality\r\nrovidentally,rovidentially\r\nrovides,provides\r\nroviding,providing\r\nrowd,road\r\nrowles,rolls\r\nrows's,row's\r\nrowss,rows\r\nrowsset,rows\r\nrowwing,rowing\r\nroyalites,royalties\r\nroyalities,royalties\r\nroyality,royalty\r\nroyatlies,royalties\r\nroyatly,royalty\r\nroylaties,royalties\r\nroylaty,royalty\r\nroyle,royal\r\nrpeo,repo\r\nrpeort,report\r\nrpobbaly,probably\r\nrpository,repository\r\nrqeuired,required\r\nrqeuires,requires\r\nrquest,request\r\nrquested,requested\r\nrquir,require\r\nrquird,required\r\nrquire,require\r\nrquired,required\r\nrquireing,requiring\r\nrquirement,requirement\r\nrquirements,requirements\r\nrquires,requires\r\nrquiring,requiring\r\nrquirment,requirement\r\nrquirments,requirements\r\nrquirs,requires\r\nrreading,reading\r\nrrecursively,recursively\r\nrrely,rely\r\nrremember,remember\r\nrremove,remove\r\nrrename,rename\r\nrreplacement,replacement\r\nrresource,resource\r\nrreturns,returns\r\nrror,error\r\nrse,res\r\nrsembling,resembling\r\nrseponse,response\r\nrsesssion,rsession\r\nrset,reset\r\nrsidence,residence\r\nrsidency,residency\r\nrsident,resident\r\nrsidente,residente\r\nrsidentes,residentes\r\nrsidential,residential\r\nrsidents,residents\r\nrsidience,residence\r\nrsidiency,residency\r\nrsidient,resident\r\nrsidiente,residente\r\nrsidientes,residentes\r\nrsidients,residents\r\nrsimple,simple\r\nrsources,resources\r\nrsp,resp\r\nrspec,spec\r\nrsponse,response\r\nrsponsible,responsible\r\nrsx,rsx\r\nrteurn,return\r\nrtf,rte\r\nrthe,the\r\nrtore,restore\r\nrturns,returns\r\nruasturant,restaurant\r\nrubbbed,rubbed\r\nrubbber,rubber\r\nrubbbing,rubbing\r\nrubbisy,rubbish\r\nruber,rubber\r\nrubin,robin\r\nrubish,rubbish\r\nrubost,robust\r\nrubu,ruby\r\nruch,rush\r\nrucommand,command\r\nrucuperate,recuperate\r\nrudamentary,rudimentary\r\nruddder,rudder\r\nrudementary,rudimentary\r\nrudemtry,rudimentary\r\nrudiculous,ridiculous\r\nrudimenatrian,rudimentarian\r\nrudimenatrians,rudimentarians\r\nrudimenatries,rudimentaries\r\nrudimenatrily,rudimentarily\r\nrudimenatry,rudimentary\r\nrudimentaian,rudimentarian\r\nrudimentaians,rudimentarians\r\nrudimentaies,rudimentaries\r\nrudimentaily,rudimentarily\r\nrudimentatry,rudimentary\r\nrudimentay,rudimentary\r\nrudimenterian,rudimentarian\r\nrudimenterians,rudimentarians\r\nrudimenteries,rudimentaries\r\nrudimenterily,rudimentarily\r\nrudimentery,rudimentary\r\nrudimentory,rudimentary\r\nrudimentrian,rudimentarian\r\nrudimentrians,rudimentarians\r\nrudimentries,rudimentaries\r\nrudimentrily,rudimentarily\r\nrudimentry,rudimentary\r\nruen,ruin\r\nruffel,ruffle\r\nrufffed,ruffed\r\nrufo,from\r\nruggged,rugged\r\nrugters,rutgers\r\nruhbarb,rhubarb\r\nruhmatism,rheumatism\r\nruidmentary,rudimentary\r\nruinning,running\r\nruit,riot\r\nrul,rule\r\nrula,rule\r\nrulebok,rulebook\r\nruleboook,rulebook\r\nrulle,rule\r\nrulled,ruled\r\nrulles,rules\r\nrumage,rummage\r\nrumamge's,rummage's\r\nrumantisan,rheumatism\r\nrumaticism,rheumatism\r\nrumatisamun,rheumatism\r\nrumatisem,rheumatism\r\nrumatisim,rheumatism\r\nrumatism,rheumatism\r\nrumatisum,rheumatism\r\nrumatizum,rheumatism\r\nrumered,rumored\r\nrumers,rumors\r\nrumetisum,rheumatism\r\nruminence,ruminance\r\nruminences,ruminances\r\nruminent,ruminant\r\nruminently,ruminantly\r\nruminete,ruminate\r\nrumineted,ruminated\r\nruminetes,ruminates\r\nrumineting,ruminating\r\nruminetion,rumination\r\nruminetions,ruminations\r\nruminetor,ruminator\r\nruminetors,ruminators\r\nruminiance,ruminance\r\nruminiances,ruminances\r\nruminiant,ruminant\r\nruminiantly,ruminantly\r\nruminiate,ruminate\r\nruminiated,ruminated\r\nruminiates,ruminates\r\nruminiating,ruminating\r\nruminiation,rumination\r\nruminiations,ruminations\r\nruminiator,ruminator\r\nruminiators,ruminators\r\nrumithism,rheumatism\r\nrumitisam,rheumatism\r\nrumitisim,rheumatism\r\nrumitism,rheumatism\r\nrumitisum,rheumatism\r\nrummor,rumor\r\nrumorus,rumours\r\nrumuors,rumours\r\nrun-sript,run-script\r\nrunabilty,runability\r\nrunable,runnable\r\nrunablity,runability\r\nrund,round\r\nrunenr,runner\r\nruner,runner\r\nrunetime,runtime\r\nruning,running\r\nrunining,running\r\nrunl,run\r\nrunn,run\r\nrunned,ran\r\nrunnger,runner\r\nrunnig,running\r\nrunnign,running\r\nrunnin,running\r\nrunninc,running\r\nrunningd,running\r\nrunningg,running\r\nrunnining,running\r\nrunninng,running\r\nrunnint,running\r\nrunniong,running\r\nrunnner,runner\r\nrunnners,runners\r\nrunnng,running\r\nrunnnig,running\r\nrunnning,running\r\nrunnnnnnning,running\r\nrunnung,running\r\nrunon,run\r\nruntiem,runtime\r\nruntim,runtime\r\nruntime-parmeters,runtime-parameters\r\nruntimeq,runtime\r\nruntine,runtime\r\nrunting,runtime\r\nruntinme,runtime\r\nruntome,runtime\r\nrunyway,runway\r\nruond,round\r\nruonda,rounda\r\nruonded,rounded\r\nruonding,rounding\r\nruondo,roundo\r\nruondru,roundru\r\nruonds,rounds\r\nruondu,roundu\r\nruovd,removed\r\nruquests,requests\r\nrurel,rural\r\nrushs,rushes\r\nrusht,rushed\r\nrusia,russia\r\nrusian,russian\r\nrusians,russians\r\nrusias,russias\r\nruslted,rustled\r\nrusn,runs\r\nrussina,russian\r\nrussinas,russians\r\nrussion,russian\r\nrussions,russians\r\nrusteld,rustled\r\nrustom,custom\r\nrute,route\r\nrutgerus,rutgers\r\nrutime,runtime\r\nrutine,routine\r\nrutines,routines\r\nrutnime,runtime\r\nrutpures,ruptures\r\nruturn,return\r\nruturned,returned\r\nruturns,returns\r\nruuning,running\r\nruwhen,when\r\nruy,ruby\r\nrvealed,revealed\r\nrwitch,switch\r\nrwite,write\r\nrwites,writes\r\nrwo,row\r\nrwport,report\r\nrwturns,returns\r\nrwws,rws\r\nryenolds,reynolds\r\nryhamatism,rheumatism\r\nryme,rhyme\r\nrysurrection,resurrection\r\nrythem,rhythm\r\nrythemic,rhythmic\r\nrythemist,rhythmist\r\nrythemists,rhythmists\r\nrythems,rhythms\r\nrythim,rhythm\r\nrythimic,rhythmic\r\nrythimist,rhythmist\r\nrythimists,rhythmists\r\nrythims,rhythms\r\nrythm,rhythm\r\nrythmic,rhythmic\r\nrythmical,rhythmical\r\nrythmically,rhythmically\r\nrythmicaly,rhythmicaly\r\nrythmicis,rhythmicis\r\nrythmicrc,rhythmicrc\r\nrythmics,rhythmics\r\nrythmist,rhythmist\r\nrythmists,rhythmists\r\nrythms,rhythms\r\nrythym,rhythm\r\nrythymic,rhythmic\r\nrythymist,rhythmist\r\nrythymists,rhythmists\r\nrythyms,rhythms\r\nrzap,zap\r\nrésume,résumé\r\nrésumes,résumés\r\nsa,as\r\nsa-called,so-called\r\nsaall,shall\r\nsaarbrucken,saarbrücken\r\nsaatoin,saation\r\nsaavy,savvy\r\nsabatage,sabotage\r\nsabataged,sabotaged\r\nsabatages,sabotages\r\nsabataging,sabotaging\r\nsabath,sabbath\r\nsabatical,sabbatical\r\nsabatoge,sabotage\r\nsabatoged,sabotaged\r\nsabatoges,sabotages\r\nsabatoging,sabotaging\r\nsabboth,sabbath\r\nsabe,same\r\nsac-religeuse,sacrilegious\r\nsacarmento,sacramento\r\nsacarstic,sarcastic\r\nsaccorlidgist,sacrilegious\r\nsaccreligious,sacrilegious\r\nsaccreligous,sacrilegious\r\nsaccrilligous,sacrilegious\r\nsace,save\r\nsacely,scarcely\r\nsacer,saucer\r\nsach,such\r\nsachreligious,sacrilegious\r\nsaciffaction,satisfaction\r\nsackalliges,sacrilegious\r\nsackfulls,sackfuls\r\nsackraligious,sacrilegious\r\nsackraligous,sacrilegious\r\nsackreleigous,sacrilegious\r\nsackreligious,sacrilegious\r\nsackrolegce,sacrilegious\r\nsackrulgous,sacrilegious\r\nsackryligus,sacrilegious\r\nsacksesful,successful\r\nsacksonville,jacksonville\r\nsacle,scale\r\nsacntioned,sanctioned\r\nsacntuary,sanctuary\r\nsacrafice,sacrifice\r\nsacraficed,sacrificed\r\nsacrafices,sacrifices\r\nsacraficial,sacrificial\r\nsacraficially,sacrificially\r\nsacraficing,sacrificing\r\nsacraligas,sacrilegious\r\nsacralige,sacrilege\r\nsacraligios,sacrilegious\r\nsacraligious,sacrilegious\r\nsacraliguist,sacrilegious\r\nsacralijous,sacrilegious\r\nsacramenno,sacramento\r\nsacrasm,sarcasm\r\nsacrastic,sarcastic\r\nsacrastically,sarcastically\r\nsacrefice,sacrifice\r\nsacreficed,sacrificed\r\nsacrefices,sacrifices\r\nsacreficial,sacrificial\r\nsacreficially,sacrificially\r\nsacreficing,sacrificing\r\nsacreglious,sacrilegious\r\nsacreglish,sacrilegious\r\nsacrelidy,sacrilegious\r\nsacreligious,sacrilegious\r\nsacreligous,sacrilegious\r\nsacreligus,sacrilegious\r\nsacrellergeous,sacrilegious\r\nsacrement,sacrament\r\nsacremento,sacramento\r\nsacreshish,sacrilegious\r\nsacresiouly,scarcely\r\nsacrifaced,sacrificed\r\nsacrifaces,sacrifices\r\nsacrifacing,sacrificing\r\nsacrifical,sacrificial\r\nsacrificality,sacrificiality\r\nsacrifically,sacrificially\r\nsacrificals,sacrificials\r\nsacrificare,sacrifice\r\nsacrificas,sacrifices\r\nsacrificeing,sacrificing\r\nsacrificie,sacrificed\r\nsacrificied,sacrifice\r\nsacrificies,sacrifice\r\nsacrificng,sacrificing\r\nsacrifie,sacrifice\r\nsacrifieced,sacrificed\r\nsacrifies,sacrifices\r\nsacrifise,sacrifices\r\nsacrifises,sacrifices\r\nsacrifising,sacrificing\r\nsacrifized,sacrificed\r\nsacrifizes,sacrifices\r\nsacrifizing,sacrificing\r\nsacrilegous,sacrilegious\r\nsacriligace,sacrilegious\r\nsacriligas,sacrilegious\r\nsacriligeous,sacrilegious\r\nsacriligios,sacrilegious\r\nsacriligious,sacrilegious\r\nsacriligous,sacrilegious\r\nsacrireligous,sacrilegious\r\nsacroity,sorority\r\nsacroliges,sacrilegious\r\nsacromento,sacramento\r\nsacsesful,successful\r\nsactisfactory,satisfactorily\r\nsacuer,saucer\r\nsacugliction,sacrilegious\r\nsadd,add\r\nsaddel,saddle\r\nsaddends,saddens\r\nsaddenes,saddens\r\nsaddly,sadly\r\nsaddnes,saddens\r\nsadduccean,sadducean\r\nsadduccee,sadducee\r\nsadducceeism,sadduceeism\r\nsadduccees,sadducees\r\nsade,shade\r\nsadisfy,satisfy\r\nsadisitc,sadistic\r\nsadistc,sadistic\r\nsadistisch,sadistic\r\nsadle,saddle\r\nsadning,sanding\r\nsaduccean,sadducean\r\nsaduccee,sadducee\r\nsaducceeism,sadduceeism\r\nsaduccees,sadducees\r\nsaducean,sadducean\r\nsaducee,sadducee\r\nsaduceeism,sadduceeism\r\nsaducees,sadducees\r\nsaeing,seeing\r\nsaenig,saying\r\nsaer,saucer\r\nsaerch,search\r\nsaerched,searched\r\nsaering,saying\r\nsaf,safe\r\nsafair,safari\r\nsafarri,safari\r\nsafegaurd,safeguard\r\nsafel,safely\r\nsafery-critical,safety-critical\r\nsafetly,safely\r\nsafey,safety\r\nsaff,safe\r\nsaficient,sufficient\r\nsaficutary,satisfactorily\r\nsafishently,sufficiently\r\nsafley,safely\r\nsafly,safely\r\nsafr,safe\r\nsaft,soft\r\nsaftey,safety\r\nsaftly,safely\r\nsafty,safety\r\nsagatious,sagacious\r\nsaggital,sagittal\r\nsagittaly,sagittally\r\nsagnificant,significant\r\nsagy,shaggy\r\nsahastra,Sahasra\r\nsahastraarjun,Sahasraarjun\r\nsahastrabahu,Sahasrabahu\r\nsahastradhara,Sahasradhara\r\nsahred,shared\r\nsaiddded,saidded\r\nsaild,sailed\r\nsailer,sailor\r\nsailled,sailed\r\nsailling,sailing\r\nsailsman,salesman\r\nsaing,saying\r\nsainitizers,sanitizers\r\nsais,says\r\nsaiyng,saying\r\nsak,sank\r\nsakaiminatoin,sakaimination\r\nsaksatchewan,saskatchewan\r\nsal-tkey,salt-key\r\nsalaires,salaries\r\nsalaris,salaries\r\nsalarys,salaries\r\nsalavge,salvage\r\nsald,said\r\nsaleabilty,saleability\r\nsaleablity,saleability\r\nsalected,selected\r\nsaleing,selling\r\nsaleman,salesman\r\nsalemn,solemn\r\nsalency,saliency\r\nsaleries,salaries\r\nsalery,salary\r\nsaleslettters,salesletters\r\nsaliancy,saliency\r\nsalien,salient\r\nsaling,sailing\r\nsall,shall\r\nsallocated,allocated\r\nsalr,salt\r\nsalries,salaries\r\nsalry,salary\r\nsaltkey,salt-key\r\nsalughter,slaughter\r\nsalughtered,slaughtered\r\nsalughtering,slaughtering\r\nsalut,salute\r\nsalvatioin,salvation\r\nsalvatoin,salvation\r\nsalvery,slavery\r\nsalying,slaying\r\nsam,same\r\nsamae,same\r\nsamariton,samaritan\r\nsambled,scrambled\r\nsamckdown,smackdown\r\nsamem,same\r\nsamle,sample\r\nsamles,samples\r\nsamll,small\r\nsamllar,smaller\r\nsamlpe,sample\r\nsamme,same\r\nsammmer,sammer\r\nsammple,sample\r\nsampe,sample\r\nsampel,sample\r\nsampels,samples\r\nsamper,sampler\r\nsamping,sampling\r\nsamplig,sampling\r\nsampple,sample\r\nsamrtly,smartly\r\nsamruai,samurai\r\nsamse,same\r\nsamuari,samurai\r\nsamuria,samurai\r\nsan-serif,sans-serif\r\nsanatary,sanitary\r\nsanatized,sanitized\r\nsanatizide,sanitized\r\nsanatizing,sanitizing\r\nsanbox,sandbox\r\nsanc,sank\r\nsancer,saucer\r\nsanck,sank\r\nsanct,sank\r\nsanctiond,sanctioned\r\nsanctionn,sanction\r\nsanctionne,sanctioned\r\nsanctionned,sanctioned\r\nsanctionning,sanctioning\r\nsanctionns,sanctions\r\nsancturay,sanctuary\r\nsancutary,sanctuary\r\nsandablity,sandability\r\nsandales,sandals\r\nsandalls,sandals\r\nsandard,standard\r\nsanday,sunday\r\nsandboxe,sandbox\r\nsandel,scandal\r\nsandid,splendid\r\nsandity,sanity\r\nsandiwches,sandwiches\r\nsandlas,sandals\r\nsandnig,sanding\r\nsandox,sandbox\r\nsandramommmer,sandramommer\r\nsandrasatly,sandrasately\r\nsandstom,sandstorm\r\nsandstrom,sandstorm\r\nsandviches,sandwiches\r\nsandwhich,sandwich\r\nsandwhiched,sandwiched\r\nsandwhiches,sandwiches\r\nsandwhiching,sandwiching\r\nsandwishes,sandwiches\r\nsandwitch,sandwich\r\nsandwitched,sandwiched\r\nsandwitches,sandwiches\r\nsandwitching,sandwiching\r\nsandyhookshadowshelecopterpreplannned,sandyhookshadowshelecopterpreplanned\r\nsanef,safe\r\nsaneone,someone\r\nsanged,sank\r\nsanhedrim,sanhedrin\r\nsanitazion,sanitation\r\nsanitzation,sanitization\r\nsaniziter,sanitizer\r\nsanked,sank\r\nsanlder,sandler\r\nsannity,sanity\r\nsannner,sanner\r\nsanotrum,santorum\r\nsanskirt,sanskrit\r\nsanskit,sanskrit\r\nsant,sent\r\nsantalyl,santally\r\nsantcuary,sanctuary\r\nsantiation,sanitation\r\nsantion,sanction\r\nsantioned,sanctioned\r\nsantioning,sanctioning\r\nsantionn,sanction\r\nsantionned,sanctioned\r\nsantionning,sanctioning\r\nsantionns,sanctions\r\nsantions,sanctions\r\nsantity,sanity\r\nsantize,sanitize\r\nsantized,sanitized\r\nsantizes,sanitizes\r\nsantizier,sanitizer\r\nsantizing,sanitizing\r\nsantorm,santorum\r\nsantourm,santorum\r\nsantroum,santorum\r\nsantuary,sanctuary\r\nsanturom,santorum\r\nsanwich,sandwich\r\nsaod,sound\r\nsaone,saône\r\nsapce,space\r\nsapcebar,spacebar\r\nsapced,spaced\r\nsapcer,spacer\r\nsapcers,spacers\r\nsapces,spaces\r\nsapcing,spacing\r\nsapcings,spacings\r\nsape,shape\r\nsaping,scraping\r\nsaple,shape\r\nsapmbed,scrambled\r\nsapmle,sample\r\nsapogiwws,sapogiws\r\nsapoint,appoint\r\nsapphie,sapphire\r\nsapphirre,sapphire\r\nsapphrie,sapphire\r\nsaprk,spark\r\nsarbatly,sarbately\r\nsarcaligus,sacrilegious\r\nsarcams,sarcasm\r\nsarcasam,sarcasm\r\nsarcasim,sarcasm\r\nsarcasitcally,sarcastically\r\nsarcastc,sarcastic\r\nsarcasticaly,sarcastically\r\nsarcasticlly,sarcastically\r\nsarcastisch,sarcastic\r\nsarcer,saucer\r\nsarch,search\r\nsare,share\r\nsaresitic,parasitic\r\nsarface,surface\r\nsargamuskotaly,sargamuskotally\r\nsargant,sergeant\r\nsargeant,sergeant\r\nsargent,sergeant\r\nsarifice,sacrifice\r\nsarity,sorority\r\nsaroity,sorority\r\nsarority,sorority\r\nsarorrity,sorority\r\nsarouded,surrounded\r\nsarrority,sorority\r\nsars,stars\r\nsarshed,searched\r\nsart,start\r\nsarted,started\r\nsartenly,certainly\r\nsartfasn,satisfaction\r\nsarts,starts\r\nsasafactoryly,satisfactorily\r\nsasauges,sausages\r\nsascatchewan,saskatchewan\r\nsaser,saucer\r\nsaskatcehwan,saskatchewan\r\nsaskatchawan,saskatchewan\r\nsaskatchewinian,saskatchewan\r\nsaskatchewn,saskatchewan\r\nsaskatchwan,saskatchewan\r\nsaskatechwan,saskatchewan\r\nsasketchawan,saskatchewan\r\nsasketchewan,saskatchewan\r\nsasktachewan,saskatchewan\r\nsasme,same\r\nsasparilla,sarsaparilla\r\nsaspoint,appoint\r\nsastictic,statistics\r\nsastictics,statistics\r\nsastified,satisfied\r\nsastifies,satisfies\r\nsastifying,satisfying\r\nsastisifactory,satisfactorily\r\nsasuage,sausage\r\nsasuages,sausages\r\nsasve,save\r\nsasy,says\r\nsata,data\r\nsatafactoraly,satisfactorily\r\nsatafactory,satisfactorily\r\nsatalite,satellite\r\nsatalites,satellites\r\nsatallite,satellite\r\nsatallites,satellites\r\nsatannical,satanical\r\nsatannically,satanically\r\nsatannicals,satanicals\r\nsatarize,satirize\r\nsatart,start\r\nsatasfaction,satisfaction\r\nsatasfactorly,satisfactorily\r\nsatasfactory,satisfactory\r\nsatble,stable\r\nsatefasion,satisfaction\r\nsatelite,satellite\r\nsatelites,satellites\r\nsatelitte,satellite\r\nsatellie,satellites\r\nsatellitte,satellites\r\nsatement,statement\r\nsatements,statements\r\nsaten,satin\r\nsaterday,saturday\r\nsaterdays,saturdays\r\nsatesfacshen,satisfaction\r\nsatesfaction,satisfaction\r\nsatfacan,satisfaction\r\nsatfacso,satisfaction\r\nsatfaction,satisfaction\r\nsatfatre,satisfaction\r\nsatfiying,satisfying\r\nsathern,southern\r\nsaticfacon,satisfaction\r\nsaticfactory,satisfactorily\r\nsaticfacturaly,satisfactorily\r\nsatichfachcen,satisfaction\r\nsatichfatshen,satisfaction\r\nsatifachen,satisfaction\r\nsatifachon,satisfaction\r\nsatifacian,satisfaction\r\nsatifacion,satisfaction\r\nsatifaction,satisfaction\r\nsatifactoin,satisfaction\r\nsatifactorily,satisfactorily\r\nsatifactoriness,satisfactoriness\r\nsatifactorly,satisfactorily\r\nsatifactory,satisfactory\r\nsatifacturally,satisfactorily\r\nsatifason,satisfaction\r\nsatifation,satisfaction\r\nsatifatorally,satisfactorily\r\nsatiffashon,satisfaction\r\nsatified,satisfied\r\nsatifielty,satisfactorily\r\nsatifies,satisfies\r\nsatifishan,satisfaction\r\nsatifly,satisfy\r\nsatifoin,satisfaction\r\nsatifortary,satisfactorily\r\nsatifsy,satisfy\r\nsatifsying,satisfying\r\nsatify,satisfy\r\nsatifying,satisfying\r\nsatigaction,satisfaction\r\nsatigan,satisfaction\r\nsatilite,satellite\r\nsatilites,satellites\r\nsatillite,satellite\r\nsatillites,satellites\r\nsatirsh,satisfaction\r\nsatisfaccion,satisfaction\r\nsatisfachan,satisfaction\r\nsatisfachen,satisfaction\r\nsatisfachshon,satisfaction\r\nsatisfacin,satisfaction\r\nsatisfacion,satisfaction\r\nsatisfackshen,satisfaction\r\nsatisfackshon,satisfaction\r\nsatisfacorilly,satisfactorily\r\nsatisfacory,satisfactory\r\nsatisfacshin,satisfaction\r\nsatisfacshion,satisfaction\r\nsatisfacshoin,satisfaction\r\nsatisfacshon,satisfaction\r\nsatisfacshun,satisfaction\r\nsatisfacsion,satisfaction\r\nsatisfactarily,satisfactorily\r\nsatisfactary,satisfactory\r\nsatisfacterly,satisfactorily\r\nsatisfacting,satisfaction\r\nsatisfactioin,satisfaction\r\nsatisfactoin,satisfaction\r\nsatisfactonly,satisfactorily\r\nsatisfactorally,satisfactory\r\nsatisfactoraly,satisfactory\r\nsatisfactorcly,satisfactorily\r\nsatisfactorely,satisfactorily\r\nsatisfactorial,satisfactorily\r\nsatisfactorially,satisfactorily\r\nsatisfactorialy,satisfactorily\r\nsatisfactorilly,satisfactory\r\nsatisfactority,satisfactorily\r\nsatisfactorlily,satisfactorily\r\nsatisfactorlly,satisfactorily\r\nsatisfactorly,satisfactory\r\nsatisfactororily,satisfactorily\r\nsatisfactoryially,satisfactorily\r\nsatisfactoryil,satisfactorily\r\nsatisfactoryly,satisfactorily\r\nsatisfacttion,satisfaction\r\nsatisfactually,satisfactorily\r\nsatisfacturally,satisfactorily\r\nsatisfacturaly,satisfactorily\r\nsatisfacturely,satisfactorily\r\nsatisfacturly,satisfactorily\r\nsatisfaften,satisfaction\r\nsatisfain,satisfaction\r\nsatisfakshion,satisfaction\r\nsatisfakshon,satisfaction\r\nsatisfakson,satisfaction\r\nsatisfashoin,satisfaction\r\nsatisfatch,satisfaction\r\nsatisfation,satisfaction\r\nsatisfatorly,satisfactorily\r\nsatisfcation,satisfaction\r\nsatisfcshion,satisfaction\r\nsatisfiabilty,satisfiability\r\nsatisfiction,satisfaction\r\nsatisfie,satisfy\r\nsatisfilly,satisfactorily\r\nsatisfing,satisfying\r\nsatisfiy,satisfy\r\nsatisfn,satisfaction\r\nsatisfuckshon,satisfaction\r\nsatisfyability,satisfiability\r\nsatisfyed,satisfied\r\nsatishan,satisfaction\r\nsatishfacen,satisfaction\r\nsatishfaction,satisfaction\r\nsatishfaktion,satisfaction\r\nsatishfation,satisfaction\r\nsatisifaction,satisfaction\r\nsatisifactorily,satisfactorily\r\nsatisifactoriness,satisfactoriness\r\nsatisifactory,satisfactory\r\nsatisifed,satisfied\r\nsatisifes,satisfies\r\nsatisified,satisfied\r\nsatisifies,satisfies\r\nsatisify,satisfy\r\nsatisifying,satisfying\r\nsatispachoin,satisfaction\r\nsatistactory,satisfactory\r\nsatistical,statistical\r\nsatistics,statistics\r\nsatistifed,satisfied\r\nsatistified,satisfied\r\nsatistloin,satisfaction\r\nsatisvetion,satisfaction\r\nsatisy,satisfy\r\nsatitfaction,satisfaction\r\nsatiusfacson,satisfaction\r\nsatric,satiric\r\nsatrical,satirical\r\nsatrically,satirically\r\nsatrt,start\r\nsatruday,saturday\r\nsatrudays,saturdays\r\nsatsfactory,satisfactory\r\nsatshtions,station\r\nsatsifaction,satisfaction\r\nsatsifactorily,satisfactorily\r\nsatsifactoriness,satisfactoriness\r\nsatsifactory,satisfactory\r\nsatsified,satisfied\r\nsatsifies,satisfies\r\nsatsify,satisfy\r\nsatsifying,satisfying\r\nsatsohi,satoshi\r\nsattalite,satellite\r\nsattalites,satellites\r\nsattallite,satellite\r\nsattallites,satellites\r\nsattaly,sattally\r\nsattelite,satellite\r\nsattelites,satellites\r\nsattellite,satellite\r\nsattellites,satellites\r\nsattilite,satellite\r\nsattilites,satellites\r\nsattillite,satellite\r\nsattillites,satellites\r\nsatting,setting\r\nsatuarday,saturday\r\nsaturacion,saturation\r\nsaturatation,saturation\r\nsaturatoin,saturation\r\nsaturdsy,saturdays\r\nsatus,status\r\nsatysfactory,satisfactorily\r\nsaudiaarabia,Saudi Arabia\r\nsaudiaarabian,Saudi Arabian\r\nsauer,saucer\r\nsauf,safe\r\nsaught,sought\r\nsaughts,soughts\r\nsaund,sound\r\nsaura,saucer\r\nsaurcer,saucer\r\nsaus,saucer\r\nsauser,saucer\r\nsaussser,sausser\r\nsautering,soldering\r\nsautte,saute\r\nsautteed,sauteed\r\nsauttes,sautes\r\nsauttter,sautter\r\nsautté,sauté\r\nsauttéed,sautéed\r\nsauttés,sautés\r\nsavagly,savagely\r\nsavanha,savannah\r\nsavannh,savannah\r\nsaveable,savable\r\nsavead,saved\r\nsaveing,saving\r\nsaveings,savings\r\nsavely,safely\r\nsaven,save\r\nsavety,safety\r\nsavind,saving\r\nsavy,savvy\r\nsawcuttting,sawcutting\r\nsawmilllers,sawmillers\r\nsawnsea,swansea\r\nsawnson,swanson\r\nsawp,swap\r\nsawstika,swastika\r\nsawwing,sawing\r\nsaxaphone,saxophone\r\nsaxaphones,saxophones\r\nsaxaphonist,saxophonist\r\nsaxaphonists,saxophonists\r\nsaxlatigious,sacrilegious\r\nsaxopone,saxophone\r\nsaxoponed,saxophoned\r\nsaxopones,saxophones\r\nsaxoponic,saxophonic\r\nsaxoponically,saxophonically\r\nsaxoponing,saxophoning\r\nsaxopony,saxophony\r\nsayft,safe\r\nsayig,saying\r\nsbapshot,snapshot\r\nsbleded,splendid\r\nsblended,splendid\r\nsbsolutly,sbsolutely\r\nsbuded,subdued\r\nsbusequent,subsequent\r\nscabled,scrambled\r\nscacely,scarcely\r\nscacer,saucer\r\nscacerl,scarcely\r\nscaching,scraping\r\nscacley,scarcely\r\nscacly,scarcely\r\nscadual,schedule\r\nscadualy,schedule\r\nscadule,schedule\r\nscaepgoat,scapegoat\r\nscaffoldig,scaffolding\r\nscaffoled,scaffold\r\nscafold,scaffold\r\nscair,scare\r\nscaisly,scarcely\r\nscalabiliy,scalability\r\nscalabillity,scalability\r\nscalabilty,scalability\r\nscalablility,scalability\r\nscalablity,scalability\r\nscalale,scalable\r\nscalare,scalar\r\nscaleability,scalability\r\nscaleable,scalable\r\nscaleably,scalably\r\nscalebility,scalability\r\nscaleble,scalable\r\nscaley,scarcely\r\nscalffolding,scaffolding\r\nscaliability,scalability\r\nscaliable,scalable\r\nscalibility,scalability\r\nscalibilty,scalibility\r\nscalible,scalable\r\nscaliblity,scalibility\r\nscalin,scaling\r\nscalingfactor,scale\r\nscalled,scaled\r\nscalling,scaling\r\nscallling,scalling\r\nscalllions,scallions\r\nscalr,scalar\r\nscalse,scales\r\nscaluble,scalable\r\nscambeld,scrambled\r\nscambld,scrambled\r\nscambled,scrambled\r\nscamlled,scrambled\r\nscammmed,scammed\r\nscammmer,scammer\r\nscammmers,scammers\r\nscammming,scamming\r\nscammmmmmmer,scammer\r\nscampeld,scrambled\r\nscanablity,scanability\r\nscanarios,scenarios\r\nscand,scandal\r\nscandales,scandals\r\nscandall,scandal\r\nscandalos,scandals\r\nscandalosa,scandals\r\nscandalose,scandals\r\nscandalosi,scandals\r\nscandaloso,scandals\r\nscandanavia,scandinavia\r\nscandanavian,Scandinavian\r\nscandanavians,scandinavians\r\nscandaniva,scandinavia\r\nscandanivia,scandinavian\r\nscandanivian,scandinavian\r\nscandas,scandals\r\nscandel,scandal\r\nscandenavia,scandinavia\r\nscandenavian,scandinavian\r\nscandianvia,scandinavian\r\nscandianvian,scandinavian\r\nscandianvians,scandinavian\r\nscandil,scandal\r\nscandimania,scandinavia\r\nscandinacian,scandinavian\r\nscandinaiva,scandinavian\r\nscandinaivan,scandinavia\r\nscandinava,scandinavian\r\nscandinavan,scandinavian\r\nscandinavica,scandinavian\r\nscandinavien,scandinavian\r\nscandinavion,scandinavian\r\nscandinvia,scandinavia\r\nscandivania,scandinavian\r\nscandivanian,scandinavian\r\nscandlas,scandals\r\nscandle,scandal\r\nscandly,scandal\r\nscandol,scandal\r\nscandonavia,scandinavia\r\nscandonavian,scandinavian\r\nscandual,schedule\r\nscandul,scandal\r\nscanduol,scandal\r\nscane,scene\r\nscaned,scanned\r\nscaner,scanner\r\nscaning,scanning\r\nscank,sank\r\nscannabillity,scannability\r\nscannabilty,scannability\r\nscannablity,scannability\r\nscannes,scans\r\nscannig,scanning\r\nscannign,scanning\r\nscanniong,scanning\r\nscannned,scanned\r\nscannner,scanner\r\nscannners,scanners\r\nscannning,scanning\r\nscannong,scanning\r\nscantal,scandal\r\nscantle,scandal\r\nscantuary,sanctuary\r\nscanuly,scandal\r\nscanvenger,scavenger\r\nscaollop,scallop\r\nscap,shape\r\nscaped,scraped\r\nscaping,scraping\r\nscappieg,scraping\r\nscapping,scraping\r\nscaramento,sacramento\r\nscarar,scalar\r\nscarcarly,scarcely\r\nscarcecly,scarcely\r\nscarcelay,scarcely\r\nscarch,scratch\r\nscarcilly,scarcely\r\nscarcle,scarcely\r\nscarcley,scarcely\r\nscarclly,scarcely\r\nscarcly,scarcely\r\nscarecely,scarcely\r\nscarecily,scarcely\r\nscarecly,scarcely\r\nscareelfy,scarcely\r\nscarelee,scarcely\r\nscareligous,sacrilegious\r\nscarely,scarcely\r\nscaresley,scarcely\r\nscaresly,scarcely\r\nscarfe,scarf\r\nscaricity,scarcity\r\nscarifice,sacrifice\r\nscarificed,sacrificed\r\nscarifices,sacrifices\r\nscarificing,sacrificing\r\nscarley,scarcely\r\nscarlit,scarlet\r\nscarly,scarcely\r\nscarmble,scramble\r\nscarmbled,scrambled\r\nscarmbling,scrambling\r\nscarmed,scrambled\r\nscarority,sorority\r\nscarpping,scraping\r\nscarrred,scarred\r\nscarrring,scarring\r\nscarrrred,scarred\r\nscarry,scary\r\nscarse,scarce\r\nscarsely,scarcely\r\nscarsity,scarcity\r\nscarsle,scarcely\r\nscarsley,scarcely\r\nscarsly,scarcely\r\nscartch,scratch\r\nscartched,scratched\r\nscartches,scratches\r\nscartching,scratching\r\nscaseling,scarcely\r\nscasle,scarcely\r\nscasley,scarcely\r\nscasly,scarcely\r\nscassly,scarcely\r\nscateboarding,skateboarding\r\nscater,scatter\r\nscatter-plot-matix,scatter-plot-matrix\r\nscattter,scatter\r\nscattters,scatters\r\nscauce,surface\r\nscaucer,saucer\r\nscauer,saucer\r\nscavange,scavenge\r\nscavanged,scavenged\r\nscavanger,scavenger\r\nscavangers,scavengers\r\nscavanges,scavenges\r\nscavanging,scavenging\r\nsccale,scale\r\nsccript,script\r\nsceace,cease\r\nsceaced,ceased\r\nscead,ceased\r\nsceam,schemes\r\nsceamce,schemes\r\nsceams,schemes\r\nscear,scare\r\nscearch,search\r\nsceare,scare\r\nsceario,scenario\r\nscearios,scenarios\r\nscearly,scarcely\r\nscearsley,scarcely\r\nscearsly,scarcely\r\nscease,ceased\r\nsceased,ceased\r\nsceasly,scarcely\r\nsceauled,scheduled\r\nscecly,scarcely\r\nsceddial,schedule\r\nscedes,ceased\r\nscedgae,schedule\r\nscedgel,schedule\r\nscedgual,schedule\r\nscedgule,schedule\r\nsceduae,scheduled\r\nscedual,schedule\r\nsceduale,schedule\r\nscedualed,scheduled\r\nsceduales,schedules\r\nscedualing,scheduling\r\nscedualled,scheduled\r\nsceduals,scheduled\r\nsceduel,scheduled\r\nsceduele,schedule\r\nscedueled,scheduled\r\nscedueles,schedules\r\nscedueling,scheduling\r\nscedugal,schedule\r\nscedule,scheduled\r\nsceduled,scheduled\r\nsceduler,scheduler\r\nscedules,schedules\r\nsceduling,scheduling\r\nsceen,screen\r\nsceheduled,scheduled\r\nscehma,schema\r\nsceince,science\r\nsceines,scenes\r\nsceintific,scientific\r\nsceintifically,scientifically\r\nsceintist,scientist\r\nsceintists,scientists\r\nsceise,cease\r\nsceised,seized\r\nscelesly,scarcely\r\nsceleton,skeleton\r\nsceletons,skeletons\r\nscellled,scelled\r\nsceme,schemes\r\nscemes,schemes\r\nscems,schemes\r\nscenaio,scenario\r\nscenaios,scenarios\r\nscenaqrio,scenario\r\nscenari,scenarios\r\nscenarioes,scenarios\r\nscenarion,scenario\r\nscenarions,scenarios\r\nscenarious,scenarios\r\nscendarios,scenarios\r\nscenerio,scenario\r\nscenerios,scenarios\r\nscenorio,scenario\r\nscenrios,scenarios\r\nscentences,sentences\r\nscentsablility,scentsability\r\nscepture,scepter\r\nscer,scare\r\nscercly,scarcely\r\nscerle,scarcely\r\nscerly,scarcely\r\nscerserly,scarcely\r\nscersirly,scarcely\r\nscersley,scarcely\r\nscersly,scarcely\r\nscesed,ceased\r\nsceslly,scarcely\r\nscesly,scarcely\r\nsceudual,scheduled\r\nsceuduel,scheduled\r\nschagg,shaggy\r\nschama,schema\r\nschame,scheme\r\nschandal,scandal\r\nschandel,scandal\r\nschandle,scandal\r\nschdule,schedule\r\nschdules,schedule\r\nschduling,scheduling\r\nschea,schema\r\nscheames,schemes\r\nschecdule,schedule\r\nscheck,check\r\nschedal,schedule\r\nschedaled,scheduled\r\nschedele,schedule\r\nschedgual,schedule\r\nschedual,schedule\r\nscheduald,scheduled\r\nscheduale,scheduled\r\nschedualed,scheduled\r\nscheduales,schedules\r\nschedualing,scheduling\r\nschedudled,scheduled\r\nschedued,scheduled\r\nscheduel,scheduled\r\nscheduele,schedule\r\nschedueled,scheduled\r\nschedueler,scheduler\r\nschedueles,schedules\r\nschedueling,scheduling\r\nscheduing,scheduling\r\nschedul,schedule\r\nschedulaled,scheduled\r\nschedular,scheduler\r\nschedulars,schedulers\r\nschedulder,scheduler\r\nscheduleing,scheduling\r\nschedulery,scheduler\r\nschedulier,scheduler\r\nscheduline,scheduling\r\nscheduliung,scheduling\r\nschedulling,scheduling\r\nschedullling,schedulling\r\nschedulor,scheduler\r\nschedulre,scheduler\r\nschedulrer,scheduler\r\nschedute,schedule\r\nscheem,scheme\r\nscheems,schemes\r\nscheldued,scheduled\r\nscheleton,skeleton\r\nschellling,schelling\r\nschelude,scheduled\r\nscheluded,scheduled\r\nscheludled,scheduled\r\nscheluled,scheduled\r\nschem,scheme\r\nschematy,schema\r\nschemd,scheme\r\nschems,schemes\r\nschenarios,scenarios\r\nscheudaled,scheduled\r\nscheudel,schedule\r\nscheudle,scheduled\r\nscheudled,scheduled\r\nscheudling,scheduling\r\nscheuduled,scheduled\r\nscheule,schedule\r\nscheuled,scheduled\r\nschieve,achieve\r\nschiillling,schiilling\r\nschilller,schiller\r\nschillling,schilling\r\nschionnning,schionning\r\nschisophrenic,schizophrenic\r\nschivly,schively\r\nschiziphrenic,schizophrenic\r\nschizophernia,schizophrenia\r\nschizophernic,schizophrenic\r\nschizophrania,schizophrenia\r\nschizophrena,schizophrenia\r\nschizophreniiic,schizophrenic\r\nschizophrentic,schizophrenic\r\nschizoprhenia,schizophrenia\r\nschizoprhenic,schizophrenic\r\nschlossser,schlosser\r\nschmas,schemas\r\nschmea,schema\r\nschoal,school\r\nschoalrs,scholars\r\nschoalrship,scholarships\r\nschock,shock\r\nschofeilds,schofields\r\nschol,schools\r\nscholalry,scholarly\r\nscholarhip,scholarship\r\nscholarhips,scholarship\r\nscholarhsips,scholarships\r\nscholarley,scholarly\r\nscholarstic,scholastic\r\nscholary,scholarly\r\nschold,scold\r\nscholer,scholar\r\nscholership,scholarship\r\nscholerships,scholarships\r\nscholl,school\r\nscholorship,scholarship\r\nscholorships,scholarships\r\nschoo,school\r\nschoodle,schooled\r\nschoolarship,scholarship\r\nschoolarships,scholarships\r\nschoolastic,scholastic\r\nschoolastically,scholastically\r\nschoolastics,scholastics\r\nschoold,schooled\r\nschoole,school\r\nschoolgist,schoologist\r\nschooll,school\r\nschould,should\r\nschozophrenia,schizophrenia\r\nschozophrenic,schizophrenic\r\nschrink,shrink\r\nschrodinger,schrödinger\r\nschroll,scroll\r\nschrolls,scrolls\r\nschual,schedule\r\nschuald,scheduled\r\nschualed,scheduled\r\nschudel,scheduled\r\nschudele,schedule\r\nschudle,scheduled\r\nschudled,scheduled\r\nschudling,scheduling\r\nschudual,schedule\r\nschudule,schedule\r\nschuduled,scheduled\r\nschuedled,scheduled\r\nschuedule,scheduled\r\nschueduled,scheduled\r\nschuelde,schedule\r\nschuelded,scheduled\r\nschueled,scheduled\r\nschulay,schedule\r\nschulde,schedule\r\nschulded,scheduled\r\nschuled,scheduled\r\nschuleded,scheduled\r\nschundle,scandal\r\nschuykill,schuylkill\r\nschycology,psychology\r\nschyiolidgy,psychology\r\nschyzophrenia,schizophrenia\r\nschyzophrenic,schizophrenic\r\nschziophrenia,schizophrenia\r\nschziophrenic,schizophrenic\r\nscicology,psychology\r\nscicsors,scissors\r\nscieme,science\r\nsciencers,sciences\r\nscienci,scientists\r\nsciencists,scientists\r\nscienctific,scientific\r\nscienctist,scientist\r\nscienee,science\r\nscienfic,scientific\r\nsciense,sciences\r\nscient,science\r\nsciente,scientists\r\nscientests,scientists\r\nscientfic,scientific\r\nscientfically,scientifically\r\nscientic,scientific\r\nscienticists,scientists\r\nscientiests,scientists\r\nscientifc,scientific\r\nscientifcally,scientifically\r\nscientificaly,scientifically\r\nscientificlly,scientifically\r\nscientis,scientist\r\nscientits,scientist\r\nscientolgist,scientologist\r\nscientolgists,scientologists\r\nscientoligist,scientologist\r\nscientsts,scientists\r\nsciesed,ceased\r\nsciety,society\r\nsciezed,seized\r\nscifently,sufficiently\r\nscifiantly,sufficiently\r\nscifuly,skilfully\r\nscilfly,skilfully\r\nscilfully,skilfully\r\nscilfuly,skilfully\r\nscillfley,skilfully\r\nscillfully,skilfully\r\nscillfuly,skilfully\r\nscimes,schemes\r\nscin,skin\r\nscince,science\r\nscinece,science\r\nsciology,psychology\r\nscip,skip\r\nsciprt,script\r\nscipt,script\r\nscipts,scripts\r\nscirpt,script\r\nscirptblock,scriptblock\r\nscirpted,scripted\r\nscirpts,scripts\r\nscirpture,scripture\r\nscirptures,scriptures\r\nscirptwriter,scriptwriter\r\nscirrors,scissors\r\nscirt,skirt\r\nscisers,scissors\r\nscisors,scissors\r\nscisous,scissors\r\nscisscors,scissors\r\nscissers,scissors\r\nscissocers,scissors\r\nscisssor,scissor\r\nscisssors,scissors\r\nscjedueld,scheduled\r\nsckedual,schedule\r\nsckedule,scheduled\r\nsckool,school\r\nsclae,scale\r\nsclar,scalar\r\nsclicking,circling\r\nscludled,scheduled\r\nsclupture,sculpture\r\nscmlberd,scrambled\r\nscna,scan\r\nscnadinavia,scandinavia\r\nscnadinavian,scandinavian\r\nscnanned,scanned\r\nscneario,scenario\r\nscnearios,scenarios\r\nscohool,school\r\nscoket,socket\r\nscoks,socks\r\nscoland,scotland\r\nscolands,scotlands\r\nscolend,stolen\r\nscoll,scroll\r\nscolls,scrolls\r\nscome,scope\r\nsconceious,conscious\r\nscond,second\r\nsconnner,sconner\r\nsconsole,console\r\nscool,school\r\nscoole,school\r\nscooterers,scooters\r\nscootes,scooters\r\nscop,scope\r\nscopename,scope\r\nscopr,scope\r\nscoprion,scorpion\r\nscor,score\r\nscorablity,scorability\r\nscorates,socrates\r\nscorboard,scoreboard\r\nscorebaord,scoreboard\r\nscoreboad,scoreboard\r\nscoreborad,scoreboard\r\nscorebored,scoreboard\r\nscoripon,scorpion\r\nscoritory,sorority\r\nscoritty,sorority\r\nscorller,scroller\r\nscorpin,scorpion\r\nscorpiomon,scorpion\r\nscorpoin,scorpion\r\nscos,scots\r\nscosman,scotsman\r\nscosmans,scotsmans\r\nscosmen,scotsmen\r\nscosmens,scotsmens\r\nscostman,scotsman\r\nscoswoman,scotswoman\r\nscoswomans,scotswomans\r\nscoswomen,scotswomen\r\nscoswomens,scotswomens\r\nscotish,Scottish\r\nscottisch,scottish\r\nscottland,Scotland\r\nscotts,scots\r\nscouner,scouter\r\nscoverd,scovered\r\nscpecific,specific\r\nscpecifies,specifies\r\nscpeter,scepter\r\nscrabdle,scrabble\r\nscrabled,scrambled\r\nscracely,scarcely\r\nscrach,scratch\r\nscractch,scratch\r\nscracth,scratch\r\nscracthed,scratched\r\nscracthes,scratches\r\nscracthing,scratching\r\nscrambe,scramble\r\nscrambeld,scrambled\r\nscrambeled,scrambled\r\nscrambld,scrambled\r\nscrambleing,scrambling\r\nscramblies,scramble\r\nscramed,scrambled\r\nscrameled,scrambled\r\nscramled,scrambled\r\nscrampld,scrambled\r\nscrampled,scrambled\r\nscrapeing,scraping\r\nscrapesr,scrapers\r\nscrappped,scrapped\r\nscratcched,scratched\r\nscratchs,scratches\r\nscrathces,scratches\r\nscrating,scraping\r\nscraysing,scraping\r\nscreeen,screen\r\nscreeenshot,screenshot\r\nscreem,scream\r\nscreen-writer,screenwriter\r\nscreen-writers,screenwriters\r\nscreenhsots,screenshots\r\nscreennwriter,screenwriter\r\nscreennwriters,screenwriters\r\nscreenshat,screenshot\r\nscreenshit,screenshot\r\nscreenshits,screenshots\r\nscreenshoot,screenshot\r\nscreenshoots,screenshot\r\nscreenshosts,screenshots\r\nscreenwrighter,screenwriter\r\nscreenwrighters,screenwriters\r\nscreeshot,screenshot\r\nscrelmled,scrambled\r\nscrem,scream\r\nscremd,screamed\r\nscren,screen\r\nscrenalyzer,screenalyzer\r\nscrenar,screenar\r\nscrenario,screenario\r\nscrenarios,screenarios\r\nscrenc,screenc\r\nscrencast,screencast\r\nscrencastify,screencastify\r\nscrencasting,screencasting\r\nscrench,screench\r\nscrenci,screenci\r\nscrene,screene\r\nscrened,screamed\r\nscrenee,screenee\r\nscreneing,screeneing\r\nscrener,screener\r\nscreners,screeners\r\nscrenery,screenery\r\nscrenes,screenes\r\nscreneset,screeneset\r\nscreneshots,screeneshots\r\nscreng,screeng\r\nscrengrab,screengrab\r\nscrening,screening\r\nscrenings,screenings\r\nscrenn,screenn\r\nscrenned,screenned\r\nscrenning,screenning\r\nscrennings,screennings\r\nscrennnn,screennnn\r\nscrennsaver,screennsaver\r\nscrennsavers,screennsavers\r\nscrennshot,screennshot\r\nscrennunlock,screennunlock\r\nscreno,screeno\r\nscrenock,screenock\r\nscrenotex,screenotex\r\nscrenplay,screenplay\r\nscrens,screens\r\nscrensaver,screensaver\r\nscrensavers,screensavers\r\nscrenschots,screenschots\r\nscrenshoot,screenshoot\r\nscrenshoots,screenshoots\r\nscrenshort,screenshort\r\nscrenshot,screenshot\r\nscrenshots,screenshots\r\nscrenson,screenson\r\nscrensoot,screensoot\r\nscrenspace,screenspace\r\nscrent,screent\r\nscrenta,screenta\r\nscrental,screental\r\nscrentfic,screentfic\r\nscrenwriter,screenwriter\r\nscrenziers,screenziers\r\nscret,secret\r\nscretarial,secretarial\r\nscretariale,secretariale\r\nscretariales,secretariales\r\nscretarials,secretarials\r\nscretariat,secretariat\r\nscretariate,secretariate\r\nscretariates,secretariates\r\nscretariats,secretariats\r\nscretaries,secretaries\r\nscretary,secretary\r\nscrewwed,screwed\r\nscrewwing,screwing\r\nscribling,scribbling\r\nscrict,strict\r\nscriot,script\r\nscriping,scripting\r\nscripot,script\r\nscripti,script\r\nscription,scripting\r\nscriptores,scriptures\r\nscriptss,scripts\r\nscriptue,scriptures\r\nscripturae,scriptures\r\nscriptus,scripts\r\nscriputres,scriptures\r\nscritp,script\r\nscritped,scripted\r\nscritps,scripts\r\nscritpures,scriptures\r\nscriture,scripture\r\nscroates,socrates\r\nscroec,scare\r\nscroing,scoring\r\nscrol,scrollbar\r\nscrolable,scrollable\r\nscrollabe,scrollable\r\nscrollabel,scrollable\r\nscrollade,scrolled\r\nscrolld,scrolled\r\nscrolller,scroller\r\nscrollling,scrolling\r\nscrolllling,scrolling\r\nscrolllllllllllling,scrolling\r\nscroolbar,scrollbar\r\nscrooolllllllling,scrooolling\r\nscrooollllllllling,scrooolling\r\nscropion,scorpion\r\nscrore,score\r\nscrpited,scripted\r\nscrpits,scripts\r\nscrpt,scripts\r\nscrptiong,scripting\r\nscrubbbed,scrubbed\r\nscructure,structure\r\nscruf,scruff\r\nscruitny,scrutiny\r\nscrumdid,scrambled\r\nscrunity,scrutiny\r\nscruping,scraping\r\nscrutiney,scrutiny\r\nscrutiniesed,scrutinized\r\nscrutinity,scrutiny\r\nscrutinty,scrutiny\r\nscss-loader,sass-loader\r\nsctive,active\r\nsctosman,scotsman\r\nsctrach,scratch\r\nsctructure,structure\r\nscub,scrub\r\nscuccer,saucer\r\nscucfull,successful\r\nscudule,scheduled\r\nscuedal,scheduled\r\nscueduleo,scheduled\r\nscuksefuly,successful\r\nsculpter,sculpture\r\nsculpteur,sculpture\r\nsculptur,sculpture\r\nsculpturs,sculptures\r\nsculputre,sculpture\r\nscultpure,sculpture\r\nscundale,scheduled\r\nscuplting,sculpting\r\nscuplture,sculpture\r\nscupture,sculpture\r\nscuptures,sculptures\r\nscur,scare\r\nscure,secure\r\nscured,secured\r\nscuresly,scarcely\r\nscurplos,surplus\r\nscurtiny,scrutiny\r\nscustom,custom\r\nscuurrrrred,scuurred\r\nscychology,psychology\r\nscycolgy,psychology\r\nscycology,psychology\r\nscyhter,scyther\r\nscylogy,psychology\r\nscyology,psychology\r\nsdditional,additional\r\nsdillfully,skilfully\r\nsea-boar,seaboar\r\nsea-board,seaboard\r\nsea-food,seafood\r\nsea-foods,seafoods\r\nsea-man,seaman\r\nsea-men,seamen\r\nsea-plane,seaplane\r\nsea-planes,seaplanes\r\nsea-port,seaport\r\nsea-ports,seaports\r\nsea-ward,seaward\r\nsea-wards,seawards\r\nsea-weed,seaweed\r\nsea-weeds,seaweeds\r\nsea-worthiness,seaworthiness\r\nsea-worthy,seaworthy\r\nseaarch,search\r\nseaced,seized\r\nseach,search\r\nseache,searche\r\nseached,searched\r\nseacher,searcher\r\nseachers,searchers\r\nseaches,searches\r\nseaching,searching\r\nseaconds,seconds\r\nsead,said\r\nseahakws,seahawks\r\nseahawkers,seahawks\r\nseahaws,seahawks\r\nseahed,searched\r\nseahwaks,seahawks\r\nseak,seek\r\nsealabilty,sealability\r\nsealablity,sealability\r\nsealted,sealed\r\nseame,seem\r\nseamingly,seemingly\r\nseamlessley,seamlessly\r\nseamlessy,seamlessly\r\nseamphore,semaphore\r\nseantor,senator\r\nseantors,senators\r\nseaon,season\r\nseaosn,season\r\nseapph,search\r\nsearate,separate\r\nsearc,search\r\nsearchabilty,searchability\r\nsearchablility,searchability\r\nsearchablity,searchability\r\nsearcharble,searchable\r\nsearchd,searched\r\nsearchde,searched\r\nsearcheable,searchable\r\nsearchign,searching\r\nsearchs,searches\r\nsearcing,searching\r\nsearcked,searched\r\nsearcxh,search\r\nsearface,surface\r\nsearh,search\r\nsearhc,search\r\nsearhed,searched\r\nsearies,series\r\nseariously,seriously\r\nsearpate,separate\r\nsearsly,scarcely\r\nseartenly,certainly\r\nsease,cease\r\nseased,seized\r\nseasonaly,seasonally\r\nseatch,search\r\nseatching,searching\r\nseatized,seized\r\nseawwed,seawed\r\nseazed,seized\r\nsebasitan,sebastian\r\nsebastain,sebastian\r\nsebastiaan,sebastian\r\nsebastin,sebastian\r\nsebrian,serbian\r\nsebsatian,sebastian\r\nsebset,subset\r\nsecairsly,scarcely\r\nsecand,second\r\nsecarcely,scarcely\r\nsecatary,secretary\r\nsecatery,secretary\r\nsecceeded,seceded\r\nseccesful,successful\r\nseccesion,secession\r\nseccesional,secessional\r\nseccesionism,secessionism\r\nseccesionist,secessionist\r\nseccesionists,secessionists\r\nseccesions,secessions\r\nseccessful,successful\r\nseccession,secession\r\nseccessional,secessional\r\nseccessionism,secessionism\r\nseccessionist,secessionist\r\nseccessionists,secessionists\r\nseccessions,secessions\r\nsecdual,schedule\r\nseceaded,ceased\r\nsececialization,specialization\r\nseceduel,schedule\r\nseceed,succeed\r\nseceede,secede\r\nseceeded,succeeded\r\nseceedent,secedent\r\nseceedents,secedents\r\nseceeder,seceder\r\nseceeders,seceders\r\nseceedes,secedes\r\nseceeding,seceding\r\nseceeds,secedes\r\nsecely,scarcely\r\nsecenarios,scenarios\r\nsecend,second\r\nsecerity,security\r\nsecert,secret\r\nsecertary,secretary\r\nsecertly,secretly\r\nsecerts,secrets\r\nsecesion,secession\r\nsecesional,secessional\r\nsecesionism,secessionism\r\nsecesionist,secessionist\r\nsecesionists,secessionists\r\nsecesions,secessions\r\nsecessful,successful\r\nseched,searched\r\nsechedule,schedule\r\nsechmea,schema\r\nsechuade,scheduled\r\nsecial,special\r\nsecified,specified\r\nsecifies,specifies\r\nsecify,specify\r\nsecind,second\r\nsecion,section\r\nsecions,sections\r\nsecirity,security\r\nseciruty,security\r\nseciton,section\r\nseckesful,successful\r\nseclected,selected\r\nseclectors,selectors\r\nsecnarios,scenarios\r\nsecndary,secondary\r\nsecod,second\r\nsecodary,secondary\r\nsecodly,secondly\r\nsecodn,second\r\nsecodnary,secondary\r\nsecodnly,secondly\r\nsecodns,seconds\r\nsecods,seconds\r\nsecomdary,secondary\r\nsecondady,secondary\r\nsecondarry,secondary\r\nseconday,secondary\r\nseconderies,secondaries\r\nsecondery,secondary\r\nsecondes,seconds\r\nsecondgeneratoin,secondgeneration\r\nsecondries,secondaries\r\nsecondry,secondary\r\nsecondy,secondly\r\nsecones,seconds\r\nseconf,second\r\nsecong,second\r\nseconnd,second\r\nsecons,seconds\r\nsecont,second\r\nsecontary,secondary\r\nsecontly,secondly\r\nseconts,seconds\r\nsecority,sorority\r\nsecound,second\r\nsecpamon,specimen\r\nsecpimens,specimens\r\nsecpter,scepter\r\nsecratary,secretary\r\nsecratery,secretary\r\nsecrect,secret\r\nsecreligous,sacrilegious\r\nsecrelty,secretly\r\nsecrest,secrets\r\nsecretaly,secretally\r\nsecretartial,secretarial\r\nsecretartiale,secretariale\r\nsecretartiales,secretariales\r\nsecretartials,secretarials\r\nsecretartiat,secretariat\r\nsecretartiate,secretariate\r\nsecretartiates,secretariates\r\nsecretartiats,secretariats\r\nsecretarties,secretaries\r\nsecretarty,secretary\r\nsecretas,secrets\r\nsecretery,secretary\r\nsecretley,secretly\r\nsecretos,secrets\r\nsecretpaste,secret\r\nsecrety,secretly\r\nsecrity,security\r\nsecrtets,secrets\r\nsecrts,secrets\r\nsecruitey,security\r\nsecruities,securities\r\nsecruity,security\r\nsecrure,secure\r\nsecsecful,successful\r\nsecsecfuly,successful\r\nsecseful,successful\r\nsecsesful,successful\r\nsectets,secrets\r\nsectiion,section\r\nsectiional,sectional\r\nsectiions,sections\r\nsectino,section\r\nsectinon,section\r\nsectio,section\r\nsectioin,section\r\nsectiosn,sections\r\nsectoin,section\r\nsectoinal,sectional\r\nsectoins,sections\r\nsecton,section\r\nsectonal,sectional\r\nsectonals,sectionals\r\nsectons,sections\r\nsecude,secure\r\nsecuence,sequence\r\nsecuireties,securities\r\nsecuirety,security\r\nsecuirties,securities\r\nsecuirty,security\r\nsecuity,security\r\nseculde,seclude\r\nseculded,secluded\r\nseculdes,secludes\r\nseculding,secluding\r\nsecund,second\r\nsecundary,secondary\r\nsecureing,securing\r\nsecureties,securities\r\nsecurety,security\r\nsecurily,securely\r\nsecurites,securities\r\nsecurith,security\r\nsecurity-enabeld,security-enabled\r\nsecurityu,security\r\nsecuriy,security\r\nsecurlty,security\r\nsecurly,securely\r\nsecuroty,security\r\nsecurties,securities\r\nsecurtiy,security\r\nsecurty,security\r\nsecuruty,security\r\nsecury,security\r\nsecutaries,secretaries\r\nsecutereal,secretarial\r\nsecutiry,security\r\nsecutiy,security\r\nsed,seed\r\nsedantary,sedentary\r\nsedatative,sedative\r\nsedatly,sedately\r\nsede,seed\r\nsedentarity,sedentary\r\nsedereal,sidereal\r\nsedicious,seditious\r\nsedimentay,sedimentary\r\nsedimentery,sedimentary\r\nsedimentolgical,sedimentological\r\nsedimentry,sedimentary\r\nsednetary,sedentary\r\nsedualed,scheduled\r\nseducability,seducibility\r\nseducable,seducible\r\nseducably,seducibly\r\nseduceability,seducibility\r\nseduceable,seducible\r\nseduceably,seducibly\r\nseducion,seduction\r\nseduciton,seduction\r\nseductivly,seductively\r\nseducton,seduction\r\nseduled,scheduled\r\nsedution,seduction\r\nseeced,seized\r\nseee,see\r\nseeed,seed\r\nseeen,seen\r\nseeessly,seamlessly\r\nseein,see\r\nseeked,sought\r\nseekres,seekers\r\nseel,seal\r\nseelcted,selected\r\nseelctor,selector\r\nseelctors,selectors\r\nseelected,selected\r\nseels,seeks\r\nseemes,seems\r\nseemless,seamless\r\nseemlessly,seamlessly\r\nseemlestly,seamlessly\r\nseemlingly,seemingly\r\nseemt,seem\r\nseening,seen\r\nseens,seen\r\nseesion,session\r\nseession,session\r\nseessions,sessions\r\nseet,set\r\nseeting,setting\r\nseetings,settings\r\nseezed,seized\r\nsef,set\r\nsefault,default\r\nseferal,several\r\nsefisent,sufficient\r\nseflies,selfies\r\nseflishness,selfishness\r\nseful,useful\r\nsegegrated,segregated\r\nsegement,segment\r\nsegementation,segmentation\r\nsegementations,segmentations\r\nsegemented,segmented\r\nsegementing,segmenting\r\nsegements,segments\r\nsegemnt,segment\r\nsegemnts,segments\r\nsegergation,segregation\r\nsegfoults,segfaults\r\nsegmenatation,segmentation\r\nsegmenatiton,segmentation\r\nsegmends,segments\r\nsegmeneted,segmented\r\nsegmentaion,segmentation\r\nsegmentatoin,segmentation\r\nsegnemt,segment\r\nsegragated,segregated\r\nsegragation,segregation\r\nsegregacion,segregation\r\nsegregaded,segregated\r\nsegregatie,segregated\r\nsegretated,segregated\r\nsegretation,segregation\r\nsegrigated,segregated\r\nsegrigation,segregation\r\nseguoys,segues\r\nseh,she\r\nseiad,said\r\nseiced,seized\r\nseid,said\r\nseige,siege\r\nseiged,seized\r\nseim-skilled,semi-skilled\r\nsein,seeing\r\nseing,seeing\r\nseinor,senior\r\nseinority,seniority\r\nseinors,seniors\r\nseires,series\r\nseirra,sierra\r\nseit,sight\r\nsekect,select\r\nsekon,second\r\nsel,self\r\nselcetors,selectors\r\nselct,select\r\nselctable,selectable\r\nselcted,selected\r\nselcting,selecting\r\nselction,selection\r\nselctions,selections\r\nselctive,selective\r\nselctively,selectively\r\nselctmen,selectmen\r\nselctor,selector\r\nselctors,selectors\r\nselcts,selects\r\nseld-compiled,self-compiled\r\nseld-delegated,self-delegated\r\nseldem,seldom\r\nseldomly,seldom\r\nseleactive,selective\r\nselec,select\r\nselecing,selecting\r\nselecion,selection\r\nseleciton,selection\r\nselectedglyphs,selected\r\nselecteurs,selectors\r\nselectie,selective\r\nselectiion,selection\r\nselectiional,selectional\r\nselectiions,selections\r\nselectioin,selection\r\nselectiose,selections\r\nselectivley,selectively\r\nselectivly,selectively\r\nselectivos,selections\r\nselectoin,selection\r\nselectoinal,selectional\r\nselectoins,selections\r\nselecton,selection\r\nselectonal,selectional\r\nselectons,selections\r\nselectwinnner,selectwinner\r\nseleected,selected\r\nselelct,select\r\nselelctor,selector\r\nselemium,selenium\r\nselet,select\r\nseleted,selected\r\nseleting,selecting\r\nseletion,selection\r\nseletor,selector\r\nseletors,selectors\r\nself-apparant,self-apparent\r\nself-concious,self-conscious\r\nself-containtain,self-contained\r\nself-contianed,self-contained\r\nself-dbg,self-info\r\nself-documentated,self-documented\r\nself-documention,self-documentation\r\nself-eductation,self-education\r\nself-explainig,self-explaining\r\nself-explanitory,self-explanatory\r\nself-hoising,self-hoisting\r\nself-inforced,self-enforced\r\nself-opiniated,self-opinionated\r\nself-sined,self-signed\r\nself-suficient,self-sufficient\r\nself-upate,self-update\r\nselfcallback,callback\r\nselfcomments,comments\r\nselfe,self\r\nselfesh,selfish\r\nselfeshness,selfishness\r\nselfiers,selfies\r\nselfimprovment,selfimprovement\r\nselfishess,selfishness\r\nselfs,selves\r\nselfshutdown,shutdown\r\nselft,self\r\nselifes,selfies\r\nseligiblity,sEligibility\r\nseling,selling\r\nsellabilty,sellability\r\nselle,sell\r\nsellect,select\r\nsellecta,selecta\r\nsellected,selected\r\nsellecting,selecting\r\nsellection,selection\r\nsellections,selections\r\nsellective,selective\r\nsellectop,selectop\r\nsellects,selects\r\nselled,sold\r\nselller,seller\r\nselllers,sellers\r\nsellling,selling\r\nselmf,self\r\nselter,shelter\r\nsem,seem\r\nsem-sillned,semi-skilled\r\nsem-ski,semi-skilled\r\nsemanetics,semantics\r\nsemangatly,semangately\r\nsemanitcs,semantics\r\nsemantical,semantic\r\nsemanticly,semantically\r\nsemantis,semantics\r\nsemantiv,semantic\r\nsemaphor,semaphore\r\nsematic,semantic\r\nsematical,semantical\r\nsematically,semantically\r\nsematics,semantics\r\nsematnic,semantic\r\nsembelance,semblance\r\nsembelances,semblances\r\nsembelence,semblance\r\nsembelences,semblances\r\nsemblence,semblance\r\nsemblences,semblances\r\nseme,same\r\nsemecusle,semi-skilled\r\nsemed,seemed\r\nsemenatically,semantically\r\nsemengts,segments\r\nsement,cement\r\nsementics,semantics\r\nsementry,cemetery\r\nsemephore,semaphore\r\nsemerty,cemetery\r\nsemesceld,semi-skilled\r\nsemese,schemes\r\nsemeskill,semi-skilled\r\nsemeslde,semi-skilled\r\nsemesta,semester\r\nsemestre,semester\r\nsemestres,semesters\r\nsemetary,cemetery\r\nsemetry,symmetry\r\nsemi-colon,semicolon\r\nsemicentenial,semicentennial\r\nsemicententenial,semicentennial\r\nsemicolo,semicolon\r\nsemicolones,semicolons\r\nsemiconcionable,semiconscionable\r\nsemiconcionably,semiconscionably\r\nsemiconcious,semiconscious\r\nsemiconciously,semiconsciously\r\nsemiconciousness,semiconsciousness\r\nsemicondutor,semiconductor\r\nsemiconsciouness,semiconsciousness\r\nsemiconsciounesses,semiconsciousnesses\r\nsemiconsiciouness,semiconsciousness\r\nsemiconsiciounesses,semiconsciousnesses\r\nsemiconsiciousness,semiconsciousness\r\nsemiconsiciousnesses,semiconsciousnesses\r\nsemiconsicouness,semiconsciousness\r\nsemiconsicounesses,semiconsciousnesses\r\nsemiconsicousness,semiconsciousness\r\nsemiconsicousnesses,semiconsciousnesses\r\nsemiconsionable,semiconscionable\r\nsemiconsionably,semiconscionably\r\nsemiconsious,semiconscious\r\nsemiconsiously,semiconsciously\r\nsemiconsiousness,semiconsciousness\r\nsemie-skilled,semi-skilled\r\nsemienial,semiennial\r\nsemientenial,semiennial\r\nsemilllion,semillion\r\nseminence,seminance\r\nseminences,seminances\r\nseminent,seminant\r\nseminently,seminantly\r\nseminery,seminary\r\nseminete,seminate\r\nsemineted,seminated\r\nseminetes,seminates\r\nsemineting,seminating\r\nseminetion,semination\r\nseminetions,seminations\r\nseminetor,seminator\r\nseminetors,seminators\r\nseminiance,seminance\r\nseminiances,seminances\r\nseminiant,seminant\r\nseminiantly,seminantly\r\nseminiate,seminate\r\nseminiated,seminated\r\nseminiates,seminates\r\nseminiating,seminating\r\nseminiation,semination\r\nseminiations,seminations\r\nseminiator,seminator\r\nseminiators,seminators\r\nsemisters,semesters\r\nsemitary,symmetry\r\nsemithetic,sympathetic\r\nsemkild,semi-skilled\r\nsemnatics,semantics\r\nsempahore,semaphore\r\nsempahores,semaphores\r\nsempathetic,sympathetic\r\nsempathitice,sympathetic\r\nsempetic,sympathetic\r\nsemphore,semaphore\r\nsempigroup,semigroup\r\nsempiteranlly,sempiternally\r\nsemplicity,simplicity\r\nsemseter,semester\r\nsemseters,semesters\r\nsemskill,semi-skilled\r\nsemt,sent\r\nsemtrey,symmetry\r\nsenagalase,senegalese\r\nsenagalasse,senegalese\r\nsenagalese,senegalese\r\nsenagalesse,senegalese\r\nsenarino,scenarios\r\nsenario,scenario\r\nsenarios,scenarios\r\nsenatores,senators\r\nsence,sense\r\nsencible,sensible\r\nsencond,seconds\r\nsenconds,seconds\r\nsende,send\r\nsended,sent\r\nsendetary,sedentary\r\nsendig,sending\r\nsendign,sending\r\nsendind,sending\r\nsendning,sending\r\nsene,sense\r\nsenegalase,senegalese\r\nsenegalasse,senegalese\r\nsenegalesse,senegalese\r\nseneority,seniority\r\nsenerio,scenario\r\nsenerios,scenarios\r\nsenerity,serenity\r\nsenery,scenery\r\nsenes,sense\r\nsenet,senate\r\nsenete,senate\r\nsenetor,senator\r\nsenf,send\r\nseniceabilty,seniceability\r\nseniores,seniors\r\nsenisble,sensible\r\nsenitmental,sentimental\r\nsenitments,sentiments\r\nsenk,sink\r\nsennior,senior\r\nsenoir,senior\r\nsenoirity,seniority\r\nsenoirs,seniors\r\nsenority,sorority\r\nsensability,sensibility\r\nsensable,sensible\r\nsensably,sensibly\r\nsensacional,sensational\r\nsensacionalism,sensationalism\r\nsensacionalist,sensationalist\r\nsensasional,sensational\r\nsensasionalism,sensationalism\r\nsensasionalist,sensationalist\r\nsensationable,sensational\r\nsensationail,sensational\r\nsensationails,sensationalism\r\nsensationaism,sensationalism\r\nsensationalim,sensationalism\r\nsensationalisim,sensationalism\r\nsensationality,sensationalist\r\nsensationalizm,sensationalism\r\nsensationalsim,sensationalism\r\nsensationaly,sensationally\r\nsensationel,sensational\r\nsensationella,sensational\r\nsensationilism,sensationalism\r\nsensationilist,sensationalist\r\nsensationnal,sensational\r\nsensationslism,sensationalism\r\nsensative,sensitive\r\nsensatively,sensitively\r\nsensativity,sensitivity\r\nsenscebul,sensible\r\nsenseable,sensible\r\nsenseably,sensibly\r\nsensek,sense\r\nsensetional,sensational\r\nsensetionalism,sensationalism\r\nsensetive,sensitive\r\nsensibel,sensible\r\nsensibilisiert,sensibilities\r\nsensibilites,sensibilities\r\nsensibilties,sensibilities\r\nsensibilty,sensibility\r\nsensiblility,sensibility\r\nsensiblities,sensibilities\r\nsensiblity,sensibility\r\nsensical,sensible\r\nsensiitive,sensitive\r\nsensilbe,sensible\r\nsensinsle,sensible\r\nsensistive,sensitive\r\nsensistively,insensitively\r\nsensistivity,sensitivity\r\nsensite,sensitive\r\nsensititve,sensitive\r\nsensitivety,sensitivity\r\nsensitivies,sensitivities\r\nsensitivites,sensitivities\r\nsensitivitiy,sensitivity\r\nsensitiviy,sensitivity\r\nsensitivly,sensitively\r\nsensitivty,sensitivity\r\nsensitivy,sensitivity\r\nsensitve,sensitive\r\nsenso,sensor\r\nsensores,sensors\r\nsensro,sensor\r\nsensser,sensor\r\nsenstive,sensitive\r\nsenstively,sensitively\r\nsenstivity,sensitivity\r\nsensuble,sensible\r\nsensure,censure\r\nsentamental,sentimental\r\nsentaments,sentiments\r\nsentance,sentence\r\nsentanced,sentenced\r\nsentances,sentences\r\nsentancing,sentencing\r\nsentant,sentent\r\nsentants,sentents\r\nsentaor,senator\r\nsentaors,senators\r\nsentationalism,sensationalism\r\nsentationalist,sensationalist\r\nsentece,sentence\r\nsenteced,sentenced\r\nsenteince,sentience\r\nsenteinces,sentiences\r\nsenteint,sentient\r\nsentemental,sentimental\r\nsentements,sentiments\r\nsentenceing,sentencing\r\nsentencess,sentences\r\nsentencian,sentencing\r\nsentencse,sentence\r\nsentense,sentence\r\nsentensing,sentencing\r\nsenter,centre\r\nsentetnces,sentences\r\nsential,sentinel\r\nsentiance,sentience\r\nsentiances,sentiences\r\nsentiant,sentient\r\nsentienl,sentinel\r\nsentiers,sentries\r\nsentimant,sentimental\r\nsentimenal,sentimental\r\nsentimentals,sentiments\r\nsentimentos,sentiments\r\nsentimentt,sentiment\r\nsentimentul,sentimental\r\nsentimetal,sentimental\r\nsentinal,sentinel\r\nsentinals,sentinels\r\nsentincing,sentencing\r\nsentinents,sentiments\r\nsentinet,sentient\r\nsenting,sending\r\nsentinte,sentient\r\nsentires,sentries\r\nsentitive,sensitive\r\nsentreis,sentries\r\nsentris,sentries\r\nsents,sends\r\nsenture,centre\r\nsenzationalism,sensationalism\r\nsenzationalist,sensationalist\r\nseobillity,seobility\r\nseoblity,seobility\r\nseocondary,secondary\r\nseonc,second\r\nseond,second\r\nseonds,seconds\r\nsep,step\r\nsepaated,separated\r\nsepamns,specimens\r\nsepaphore,semaphore\r\nseparablility,separability\r\nseparacion,separation\r\nsepararely,separately\r\nsepararted,separated\r\nsepararting,separating\r\nseparat,separate\r\nseparatated,separated\r\nseparatation,separation\r\nseparatedly,separately\r\nseparatelly,separately\r\nseparater,separator\r\nseparaterd,separated\r\nseparaters,separates\r\nseparatisme,separates\r\nseparatiste,separates\r\nseparatley,separately\r\nseparatly,separately\r\nseparato,separation\r\nseparatoin,separation\r\nseparatos,separators\r\nseparatron,separation\r\nsepareable,separable\r\nsepareably,separably\r\nsepareate,separate\r\nsepareated,separated\r\nsepareately,separately\r\nsepareates,separates\r\nsepareating,separating\r\nsepareatings,separatings\r\nsepareation,separation\r\nsepareations,separations\r\nsepareatism,separatism\r\nsepareatisms,separatisms\r\nsepareatist,separatist\r\nsepareatists,separatists\r\nsepareble,separable\r\nseparebly,separably\r\nsepared,separated\r\nseparet,separate\r\nseparetaly,separately\r\nseparete,seperate\r\nsepareted,separated\r\nseparetely,separately\r\nseparetes,separates\r\nsepareting,separating\r\nseparetings,separatings\r\nseparetion,separation\r\nseparetions,separations\r\nseparetism,separatism\r\nseparetisms,separatisms\r\nseparetist,separatist\r\nseparetists,separatists\r\nseparetly,separately\r\nsepariation,separation\r\nsepartated,separated\r\nseparte,separate\r\nseparted,separated\r\nsepartes,separates\r\nseparting,separating\r\nsepartion,separation\r\nsepartions,separations\r\nsepartive,separative\r\nsepartively,separatively\r\nsepartives,separatives\r\nsepartor,separator\r\nsepartorily,separatorily\r\nsepartors,separators\r\nsepartory,separatory\r\nsepated,separated\r\nsepation,separation\r\nsepations,separations\r\nsepative,separative\r\nsepatively,separatively\r\nsepatives,separatives\r\nsepator,separator\r\nsepatorily,separatorily\r\nsepators,separators\r\nsepatory,separatory\r\nsepc,spec\r\nsepcial,special\r\nsepcially,specially\r\nsepciatly,sepciately\r\nsepcific,specific\r\nsepcifically,specifically\r\nsepcifications,specification\r\nsepcified,specified\r\nsepcifies,specifies\r\nsepcify,specify\r\nsepcifying,specifying\r\nsepcil,special\r\nsepcimen,specimen\r\nsepculating,speculating\r\nsepearate,separate\r\nsepearte,seperate\r\nsepearted,separated\r\nsepeate,separate\r\nsepeation,separation\r\nsepeations,separations\r\nsepeative,separative\r\nsepeatively,separatively\r\nsepeatives,separatives\r\nsepeator,separator\r\nsepeatorily,separatorily\r\nsepeators,separators\r\nsepeatory,separatory\r\nsepecial,special\r\nsepecifically,specifically\r\nsepecification,specification\r\nsepecified,specified\r\nsepecify,specify\r\nsepecimen,specimen\r\nsepected,selected\r\nseperable,separable\r\nseperably,separably\r\nseperat,separat\r\nseperate,separate\r\nseperated,separated\r\nseperately,separately\r\nseperates,separates\r\nseperating,separating\r\nseperatings,separatings\r\nseperation,separation\r\nseperations,separations\r\nseperatism,separatism\r\nseperatisms,separatisms\r\nseperatist,separatist\r\nseperatists,separatists\r\nseperative,separative\r\nseperatively,separatively\r\nseperatives,separatives\r\nseperatley,seperate\r\nseperatly,separately\r\nseperator,separator\r\nseperatorily,separatorily\r\nseperators,separators\r\nseperatory,separatory\r\nsepereble,separable\r\nseperebly,separably\r\nseperetaly,seperetally\r\nseperete,separate\r\nsepereted,separated\r\nseperetely,separately\r\nseperetes,separates\r\nsepereting,separating\r\nseperetings,separatings\r\nseperetion,separation\r\nseperetions,separations\r\nseperetism,separatism\r\nseperetisms,separatisms\r\nseperetist,separatist\r\nseperetists,separatists\r\nsepical,special\r\nsepina,subpoena\r\nseplling,spelling\r\nseporate,separate\r\nsepperate,separate\r\nsepraators,separators\r\nseprable,separable\r\nseprably,separably\r\nseprate,separate\r\nseprated,separated\r\nseprately,separately\r\nseprates,separates\r\nseprating,separating\r\nsepratings,separatings\r\nsepration,separation\r\nseprations,separations\r\nsepratism,separatism\r\nsepratisms,separatisms\r\nsepratist,separatist\r\nsepratists,separatists\r\nseprative,separative\r\nsepratively,separatively\r\nsepratives,separatives\r\nseprator,separator\r\nsepratorily,separatorily\r\nseprators,separators\r\nsepratory,separatory\r\nsepreate,seperate\r\nsepretaly,sepretally\r\nseprtatly,seprtately\r\nseptenber,september\r\nseptmber,september\r\nseptmeber,september\r\nsepulchure,sepulchre\r\nsepulcre,sepulchre\r\nseqence,sequence\r\nseqeuence,sequence\r\nseqeuence-to-sequence,sequence-to-sequence\r\nseqeunce,sequence\r\nseqeunces,sequences\r\nsequal,sequel\r\nsequance,sequence\r\nsequances,sequences\r\nsequaneces,sequences\r\nsequecne,sequence\r\nsequence-lavel,sequence-level\r\nsequencee,sequence\r\nsequencely,sequentially\r\nsequencial,sequential\r\nsequencially,sequentially\r\nsequenctial,sequential\r\nsequency,sequence\r\nsequene,sequence\r\nsequenential,sequential\r\nsequentialy,sequentially\r\nsequenze,sequence\r\nsequesece,sequence\r\nsequeseced,sequenced\r\nsequeseces,sequences\r\nsequetial,sequential\r\nsequnce,sequence\r\nsequnces,sequences\r\nsequncialy,sequentially\r\nsequneces,sequences\r\nsequntial,sequential\r\nser,set\r\nserach,search\r\nserached,searched\r\nseraches,searches\r\nseraching,searching\r\nserae,scare\r\nserailizing,serializing\r\nseraliz,serializ\r\nserariety,sorority\r\nserarity,sorority\r\nserate,separate\r\nserbain,serbian\r\nserce,surface\r\nsercer,server\r\nserch,search\r\nserched,searched\r\nserching,searching\r\nsercive,service\r\nsercret,secret\r\nsercurity,security\r\nseread,searched\r\nserect,secret\r\nserended,surrounded\r\nsereneity,serenity\r\nserenitary,serenity\r\nserentiy,serenity\r\nsererialized,serialized\r\nserers,serer\r\nserever,server\r\nserevr,server\r\nserface,surface\r\nserfice,surface\r\nserficent,sufficient\r\nserficiant,sufficient\r\nserficint,sufficient\r\nsergaent,sergeant\r\nsergant,sergeant\r\nsergeat,sergeant\r\nsergent,sergeant\r\nserhed,searched\r\nseriailized,serialized\r\nseriaized,serialized\r\nserialialized,serialized\r\nserialiation,serialization\r\nserialie,serialized\r\nserialing,serializing\r\nserialisatoin,serialisation\r\nserializaation,serialization\r\nserializabilty,serializability\r\nserializaiton,serialization\r\nserializaton,serialization\r\nserializeable,serializable\r\nserializiation,serialization\r\nserializtion,serialization\r\nserialzation,serialization\r\nserialze,serialize\r\nseriban,serbian\r\nserice,service\r\nserices,services\r\nserie,series\r\nseriealizes,serializes\r\nseriees,series\r\nserilazied,serialized\r\nseriliz,serializ\r\nserilize,serialize\r\nseriosuly,seriously\r\nserioulsy,seriously\r\nseriouse,serious\r\nserise,series\r\nseriuosly,seriously\r\nserius,serious\r\nserivce's,service's\r\nserivce,service\r\nserivceable,serviceable\r\nserivces,services\r\nserive,service\r\nserivice,service\r\nserivices,services\r\nserman,sermon\r\nseroity,sorority\r\nserolgical,serological\r\nseronded,surrounded\r\nserority,sorority\r\nseroroty,sorority\r\nserounde,surrounded\r\nserounded,surrounded\r\nserounden,surrounded\r\nserounding,surrounding\r\nseroundings,surroundings\r\nserously,seriously\r\nserpising,surprising\r\nserpisorzd,surprised\r\nserplas,surplus\r\nserplase,surplus\r\nserplause,surplus\r\nserples,surplus\r\nserplese,surplus\r\nserpless,surplus\r\nserplis,surplus\r\nserpluce,surplus\r\nserplurs,surplus\r\nserplus,surplus\r\nserpluse,surplus\r\nserpluss,surplus\r\nserponse,response\r\nserport,support\r\nserpose,suppose\r\nserpulse,surplus\r\nserquel,sequel\r\nserratiosn,serrations\r\nserrings,settings\r\nserroity,sorority\r\nserrounded,surrounded\r\nsertain,certainly\r\nsertainly,certainly\r\nsertally,certainly\r\nsertanly,certainly\r\nsertarnly,certainly\r\nserted,started\r\nsertenly,certainly\r\nserthface,surface\r\nsertificate,certificate\r\nsertificates,certificates\r\nsertinly,certainly\r\nsertonly,certainly\r\nservace,service\r\nserval,several\r\nservans,servants\r\nservantes,servants\r\nservaying,surveying\r\nservays,surveys\r\nservce,service\r\nservces,serves\r\nservcie,service\r\nservcies,services\r\nserveillance,surveillance\r\nserveing,serving\r\nservency,servancy\r\nservent,servant\r\nservents,servants\r\nservep,server\r\nserverabilty,serverability\r\nserveral,several\r\nserveralias,severalias\r\nserverality,severality\r\nserverally,severally\r\nserveralnines,severalnines\r\nserverance,severance\r\nserverd,served\r\nservere,severe\r\nserverely,severely\r\nserverer,server\r\nserverity,severity\r\nserverly,severely\r\nserverr,server\r\nserversregister,servers\r\nservert,server\r\nserveur,server\r\nservic,service\r\nservicable,serviceable\r\nservice-gcp,service-gardener\r\nservice-levle,service-level\r\nserviceabilty,serviceability\r\nserviceablility,serviceability\r\nserviceablity,serviceability\r\nserviceble,serviceable\r\nservicec,service\r\nservicess,services\r\nservicestafffor,servicestaffor\r\nserviciable,serviceable\r\nservicibilty,servicibility\r\nservicies,services\r\nservics,services\r\nservide,service\r\nservie,service\r\nservier,service\r\nservies,services\r\nserviet,serviette\r\nservise,service\r\nservive,service\r\nservivec,service\r\nserviving,serving\r\nservoce,service\r\nservr,server\r\nsesesful,successful\r\nseshed,searched\r\nsesion,session\r\nsesions,sessions\r\nsesison,session\r\nseskatchewan,saskatchewan\r\nsesnors,sensors\r\nsesnsor,sensor\r\nseson,season\r\nsesons,sessions\r\nsespecific,specific\r\nsesquicentenial,sesquicentennial\r\nsesquicententenial,sesquicentennial\r\nsesquienial,sesquiennial\r\nsesquientenial,sesquiennial\r\nsesseion,session\r\nsessin,session\r\nsessiom,session\r\nsessionablity,sessionability\r\nsessiors,scissors\r\nsessison,session\r\nsessoin,session\r\nsesson,session\r\nsesssion,session\r\nsesssion-fixture,session-fixture\r\nsesssions,sessions\r\nsesstings,settings\r\nsesstions,sessions\r\nsest,sets\r\nsestion,session\r\nsestistics,statistics\r\nset-uup,set-up\r\nsetable,settable\r\nsetainly,certainly\r\nsetateless,stateless\r\nsetcion,section\r\nseted,set\r\nsetence,sentence\r\nsetgrouping,grouping\r\nsetiings,settings\r\nseting,setting\r\nsetings,settings\r\nsetinly,certainly\r\nsetint,setting\r\nsetion,section\r\nsetistics,statistics\r\nsetle,settle\r\nsetled,settled\r\nsetlement,settlement\r\nsetlements,settlements\r\nsetler,settler\r\nsetlers,settlers\r\nsetling,settling\r\nsetp,step\r\nsetps,steps\r\nsetq,set\r\nsettel,settle\r\nsettelement,settlement\r\nsettelements,settlements\r\nsetteler,settler\r\nsettelment,settlement\r\nsettelments,settlements\r\nsettgins,settings\r\nsettifngs,settings\r\nsettig,setting\r\nsettign,setting\r\nsettigns,settings\r\nsettigs,settings\r\nsetting-and-reading-ookies,setting-and-reading-cookies\r\nsettingbox,setting\r\nsettinngs,settings\r\nsettins,settings\r\nsettlemens,settlements\r\nsettlemetns,settlements\r\nsettlemets,settlements\r\nsettlemnts,settlements\r\nsettlment,settlement\r\nsettlments,settlements\r\nsettnigs,settings\r\nsettted,setted\r\nsettter,setter\r\nsettters,setters\r\nsettting,setting\r\nsetttings,settings\r\nsetuput,setup\r\nsetvalue,set-value\r\nsetx,set\r\nsety,set\r\nseucer,saucer\r\nseucrity,security\r\nseuitable,suitable\r\nseup,setup\r\nseuqence,sequence\r\nseuqnece,sequence\r\nseurity,security\r\nseurorty,sorority\r\nseutup,setup\r\nseuxalized,sexualized\r\nsevaral,several\r\nsevareal,several\r\nsevarel,several\r\nsevarial,several\r\nsevaril,several\r\nseveal,several\r\nsevearal,several\r\nsevearl,several\r\nsevearly,severely\r\nseven-segement,seven-segment\r\nsevenral,several\r\nsevent,seven\r\nseventee,seventy\r\nseventeeen,seventeen\r\nseventeet,seventeenth\r\nseventeeth,seventeenth\r\nseventeeths,seventeenths\r\nseventeets,seventeenths\r\nseventen,seventeen\r\nseventens,seventeens\r\nseventent,seventeenth\r\nsevententh,seventeenth\r\nseventenths,seventeenths\r\nseventents,seventeenths\r\nseventthent,seventeenth\r\nseventthenth,seventeenth\r\nseventthenths,seventeenths\r\nseventthents,seventeenths\r\nseventy-fist,Seventy-First\r\nseventy-fith,Seventy-Fifth\r\nseventy-forth,Seventy-Fourth\r\nseventy-frist,Seventy-First\r\nseverabillity,severability\r\nseverabilty,severability\r\nseverablity,severability\r\nseverals,several\r\nsevereal,several\r\nsevereid,severed\r\nseverel,several\r\nseverety,severity\r\nseverial,several\r\nseveride,severed\r\nseveril,several\r\nseverl,several\r\nseverley,severely\r\nseverly,severely\r\nsevery,severe\r\nseveteen,seventeen\r\nseveteens,seventeens\r\nseveteenth,seventeenth\r\nseveteenths,seventeenths\r\nseveth,seventh\r\nseveths,sevenths\r\nsevetie,seventie\r\nseveties,seventies\r\nsevetieth,seventieth\r\nsevetieths,seventieths\r\nsevety,seventy\r\nsevice,service\r\nseviced,serviced\r\nsevices,services\r\nsevicing,servicing\r\nseviral,several\r\nsevireal,several\r\nsevirel,several\r\nsevirial,several\r\nseviril,several\r\nsevirty,severity\r\nsevment,sevement\r\nsevral,several\r\nsevrer,server\r\nsevres,sèvres\r\nsewwed,sewed\r\nsexally,sexually\r\nsexaulized,sexualized\r\nsexaully,sexually\r\nsexoligist,sexologist\r\nsexololgical,sexolological\r\nsexternal,external\r\nsexualixed,sexualized\r\nsexualizd,sexualized\r\nsexualizied,sexualized\r\nsexuallity,sexually\r\nsexuallly,sexually\r\nsexualorientation,sexual orientation\r\nsexualy,sexually\r\nsexualzied,sexualized\r\nsexulaized,sexualized\r\nsexully,sexually\r\nsey,set\r\nseycheles,seychelles\r\nseychelle,seychelles\r\nseypliment,supplement\r\nseys,says\r\nseziure,seizure\r\nseziures,seizures\r\nsezuires,seizures\r\nsfe,safe\r\nsfrom,from\r\nsggestions,suggestions\r\nsginal,signal\r\nsgnaled,signaled\r\nsgre,spare\r\nshab,shaggy\r\nshaby,shaggy\r\nshadasloo,shadaloo\r\nshaddow,shadow\r\nshadoloo,shadaloo\r\nshadowbannned,shadowbanned\r\nshadowgrpahy,shadowgraphy\r\nshaf,safe\r\nshafffer,shaffer\r\nshage,shaggy\r\nshaged,shaggy\r\nshager,shaggy\r\nshagey,shaggy\r\nshagg,shaggy\r\nshagge,shaggy\r\nshaggey,shaggy\r\nshaggs,shaggy\r\nshagie,shaggy\r\nshaging,shaggy\r\nshagy,shaggy\r\nshair,share\r\nshakeapeare,shakespeare\r\nshakepseare,shakespeare\r\nshakespare,shakespeare\r\nshakespeer,shakespeare\r\nshakespere,shakespeare\r\nshakesperean,shakespeare\r\nshakesphere,shakespeare\r\nshakky,shaggy\r\nshal,shall\r\nshalf,shelf\r\nshallo,shallow\r\nshalow,shallow\r\nshamelesly,shamelessly\r\nshamelessely,shamelessly\r\nshamelessley,shamelessly\r\nshamelessy,shamelessly\r\nshamen,shaman\r\nshamless,shameless\r\nshampionship,championship\r\nshance,chance\r\nshanenigans,shenanigans\r\nshang,sank\r\nshangahi,shanghai\r\nshanghi,shanghai\r\nshanghia,shanghai\r\nshantaly,shantally\r\nshap,shape\r\nshapp,shape\r\nshaprening,sharpening\r\nshaprie,sharpie\r\nshaprly,sharply\r\nshaprness,sharpness\r\nshapshot,snapshot\r\nshar,sharp\r\nsharabilty,sharability\r\nsharable,shareable\r\nsharbatly,sharbately\r\nsharded,shard\r\nshardholders,shareholders\r\nshareabe,shareable\r\nshareabilty,shareability\r\nshareablility,shareability\r\nshareablity,shareability\r\nsharecroppping,sharecropping\r\nshareed,shared\r\nsharef,shared\r\nshareholdes,shareholders\r\nshareholds,shareholders\r\nshareing,sharing\r\nsharipe,sharpie\r\nsharkening,sharpening\r\nsharpeing,scraping\r\nsharpeneing,sharpening\r\nsharpenning,sharpening\r\nsharpennner,sharpenner\r\nsharpenss,sharpness\r\nsharpining,sharpening\r\nsharplay,sharply\r\nsharpley,sharply\r\nshartening,sharpening\r\nshaterd,shattered\r\nshatnering,shattering\r\nshattening,shattering\r\nshatterd,shattered\r\nshatterling,shattering\r\nshatterring,shattering\r\nshattter,shatter\r\nshauing,showing\r\nshauketaly,shauketally\r\nshauted,shouted\r\nshaveing,shaving\r\nshawhsank,shawshank\r\nshawshak,shawshank\r\nshcedule,schedule\r\nshceduled,scheduled\r\nshceduler,scheduler\r\nshcedules,schedules\r\nshceduling,scheduling\r\nshcema,schema\r\nshcematic,schematic\r\nshcematics,schematics\r\nshceme,scheme\r\nshcemes,schemes\r\nshcism,schism\r\nshcisms,schisms\r\nshcist,schist\r\nshcists,schists\r\nshcizophrenic,schizophrenic\r\nshcmoozed,schmoozed\r\nshcmot,schmot\r\nshcmoyer,schmoyer\r\nshcnorered,schnorered\r\nshcnouda,schnouda\r\nshcolar,scholar\r\nshcolarly,scholarly\r\nshcolars,scholars\r\nshcolarship,scholarship\r\nshcolarships,scholarships\r\nshcool,school\r\nshcoole,school\r\nshcooled,schooled\r\nshcoolgirl,schoolgirl\r\nshcoolgirls,schoolgirls\r\nshcooling,schooling\r\nshcoolkhodiyar,schoolkhodiyar\r\nshcoolparalle,schoolparalle\r\nshcools,schools\r\nshe;d,she'd\r\nshe;ll,she'll\r\nshe;s,she's\r\nsheadch,searched\r\nsheafffer,sheaffer\r\nsheakspeare,shakespeare\r\nsheap,shape\r\nshearded,searched\r\nsheat,sheet\r\nsheats,sheets\r\nshebre,sheba\r\nsheched,searched\r\nsheddding,shedding\r\nsheduale,schedule\r\nshedualed,scheduled\r\nsheduales,schedules\r\nshedualing,scheduling\r\nsheduel,schedule\r\nsheduele,schedule\r\nshedueled,scheduled\r\nshedueles,schedules\r\nshedueling,scheduling\r\nshedule,schedule\r\nsheduled,scheduled\r\nshedules,schedules\r\nsheduling,scheduling\r\nshee,sheet\r\nsheelpe,sheeple\r\nsheem,seem\r\nsheeme,schemes\r\nsheepe,sheep\r\nsheepel,sheeple\r\nsheertes,sheets\r\nsheetaly,sheetally\r\nshef,sheaf\r\nsheffeild,sheffield\r\nsheild,shield\r\nsheilded,shielded\r\nsheilding,shielding\r\nsheilds,shields\r\nshekle,shekel\r\nshekleing,shekeling\r\nshekles,shekels\r\nshel,shell\r\nsheld,shield\r\nsheleude,scheduled\r\nshellling,shelling\r\nshellzz,shell\r\nshelterd,sheltered\r\nshelveys,shelves\r\nshema's,schema's\r\nshema,schema\r\nshema-import,schema-import\r\nsheme,scheme\r\nshemses,schemes\r\nshenadigans,shenanigans\r\nshenanagans,shenanigans\r\nshenanagins,shenanigans\r\nshenanegans,shenanigans\r\nshenanegins,shenanigans\r\nshenangians,shenanigans\r\nshenanigains,shenanigans\r\nshenanigangs,shenanigans\r\nshenaniganns,shenanigans\r\nshenanigens,shenanigans\r\nshenanighans,shenanigans\r\nshenanigins,shenanigans\r\nshenenigans,shenanigans\r\nsheninigans,shenanigans\r\nshennaigans,shenanigans\r\nsheod,should\r\nshep,ship\r\nshepard,shepherd\r\nsheperd,shepherd\r\nsheperded,shepherded\r\nsheperdess,shepherdess\r\nsheperding,shepherding\r\nsheperds,shepherds\r\nshepharded,shepherd\r\nshephed,shepherd\r\nshephered,shepherd\r\nsherched,searched\r\nsherif,sheriff\r\nsherlcok,sherlock\r\nsherlok,sherlock\r\nsherriff,sheriff\r\nshet,sheet\r\nsheter,shelter\r\nshetler,shelter\r\nshetlers,shelters\r\nsheual,schedule\r\nsheuduled,scheduled\r\nshevles,shelves\r\nshffuled,shuffled\r\nshfiter,shifter\r\nshfiting,shifting\r\nshge,shaggy\r\nshgge,shaggy\r\nshggy,shaggy\r\nshgy,shaggy\r\nshhould,should\r\nshhuold,should\r\nshichis,stitches\r\nshieldd,shielded\r\nshifitng,shifting\r\nshifs,shifts\r\nshifteer,shifter\r\nshiftin,shifting\r\nshileded,shielded\r\nshileding,shielding\r\nshillling,shilling\r\nshilouette,silhouette\r\nshilts,shifts\r\nshimmmer,shimmer\r\nshineing,shining\r\nshinig,shining\r\nshinking,shrinking\r\nshinx,sphinx\r\nship-builder,shipbuilder\r\nship-builders,shipbuilders\r\nship-building,shipbuilding\r\nshipdbuilder,shipbuilder\r\nshipdbuilders,shipbuilders\r\nshipdbuilding,shipbuilding\r\nshipe,ship\r\nshiped,shipped\r\nshiping,shipping\r\nshippin,shipping\r\nshippment,shipment\r\nshippments,shipments\r\nshippped,shipped\r\nshippper,shipper\r\nshippping,shipping\r\nshipppping,shipping\r\nshirely,shirley\r\nshirrrrrring,shirring\r\nshisterling,whistling\r\nshited,shifted\r\nshitfer,shifter\r\nshitlasses,shitless\r\nshitstom,shitstorm\r\nshitstrom,shitstorm\r\nshittoon,shitton\r\nshittown,shitton\r\nshittting,shitting\r\nshivvvver,shivver\r\nshjould,should\r\nshkaing,shaking\r\nshkoder,shkodër\r\nshledon,sheldon\r\nshleter,shelter\r\nshletered,sheltered\r\nshleters,shelters\r\nshm,shy\r\nshnaghai,shanghai\r\nsho,show\r\nshocases,showcases\r\nshode,should\r\nshodow,shadow\r\nshodul,should\r\nshoduld,should\r\nshoe-in,shoo-in\r\nshoed,should\r\nshoem,seem\r\nshog,shaggy\r\nshoing,showing\r\nshok,shook\r\nshokkking,shokking\r\nshold,should\r\nsholder,shoulder\r\nsholders,shoulders\r\nsholdn't,shouldn't\r\nsholud,should\r\nshond,should\r\nshonw,shown\r\nshood,should\r\nshool,school\r\nshoold,should\r\nshoole,school\r\nshootablility,shootability\r\nshooted,shot\r\nshoould,should\r\nshoping,shopping\r\nshopkeeepers,shopkeepers\r\nshopmobilty,shopmobility\r\nshoppper,shopper\r\nshopppers,shoppers\r\nshoppping,shopping\r\nshopppppppping,shopping\r\nshopuld,should\r\nshor,short\r\nshorariety,sorority\r\nshorcut,shortcut\r\nshorcuts,shortcuts\r\nshord-id-based,short-id-based\r\nshorhand,shorthand\r\nshorlty,shortly\r\nshorly,shortly\r\nshort-circut,short-circuit\r\nshort-circuting,short-circuiting\r\nshort-circutited,short-circuited\r\nshort-curcuit,short-circuit\r\nshortahnd,shorthand\r\nshortaly,shortally\r\nshortand,shorthand\r\nshortcomming,shortcoming\r\nshortcts,shortcuts\r\nshortend,shortened\r\nshortenend,shortened\r\nshortenes,shortens\r\nshortenning,shortening\r\nshortenting,shortening\r\nshortes,shortest\r\nshorther,shorter\r\nshortining,shortening\r\nshortlived,short-lived\r\nshortuct,shortcut\r\nshortucts,shortcuts\r\nshortwhile,short while\r\nshose,shoes\r\nshotcuts,shortcuts\r\nshotd,should\r\nshoting,shouting\r\nshotting,shooting\r\nshotuout,shoutout\r\nshou,shoe\r\nshoud,should\r\nshoudent,shouldn't\r\nshoudl,should\r\nshoudlers,shoulders\r\nshoudln't,shouldn't\r\nshoudln,should\r\nshoudln`t,shouldn't\r\nshoudlnt,shouldnt\r\nshoudln’t,shouldn't\r\nshoudn't,shouldn't\r\nshouing,showing\r\nshoukd,should\r\nshoul,should\r\nshoulb,should\r\nshoulbe,should\r\nshould'be,should've\r\nshould'n,shouldn't\r\nshould'nt,shouldn't\r\nshould't,shouldn't\r\nshould`nt,shouldn't\r\nshouldda,shoulder\r\nshouldes,shoulders\r\nshouldl,should\r\nshouldm't,shouldn't\r\nshouldn,shouldn't\r\nshouldn;t,shouldn't\r\nshouldnn't,shouldn't\r\nshouldnot,shouldnt\r\nshouldnt',shouldn't\r\nshouldnt,shouldn't\r\nshouldntt,shouldn't\r\nshouldt,shouldnt\r\nshould’nt,shouldn't\r\nshoule,should\r\nshoull,should\r\nshouln't,shouldn't\r\nshoulndt,shouldnt\r\nshouls,should\r\nshoult,should\r\nshoun,shown\r\nshound,should\r\nshour,shower\r\nshoure,sure\r\nshoutcuts,shortcuts\r\nshoutot,shoutout\r\nshouuld,should\r\nshovaled,shoveled\r\nshovaler,shoveler\r\nshovalers,shovelers\r\nshovle,shovel\r\nshovled,shoveled\r\nshovler,shoveler\r\nshovlers,shovelers\r\nshovling,shoveling\r\nshowboarding,snowboarding\r\nshowd,showed\r\nshowede,showered\r\nshowen,shown\r\nshowerd,showered\r\nshowflippper,showflipper\r\nshowin,shown\r\nshowned,shown\r\nshowrunnner,showrunner\r\nshowstoppper,showstopper\r\nshowt,shout\r\nshowwed,showed\r\nshowwing,showing\r\nshpae,shape\r\nshperes,spheres\r\nshperical,spherical\r\nshraed,shared\r\nshrapenl,shrapnel\r\nshrapping,scraping\r\nshrared,shared\r\nshreak,shriek\r\nshreaked,shrieked\r\nshreaking,shrieking\r\nshreaks,shrieks\r\nshreddabilty,shreddability\r\nshredddddddded,shredded\r\nshreddded,shredded\r\nshreddder,shredder\r\nshreddders,shredders\r\nshreik,shriek\r\nshreiked,shrieked\r\nshreiking,shrieking\r\nshreiks,shrieks\r\nshrelock,sherlock\r\nshrewed,shrewd\r\nshrewedly,shrewdly\r\nshriking,shrinking\r\nshriley,shirley\r\nshrinked,shrunk\r\nshrivaled,shriveled\r\nshrivaler,shriveler\r\nshrivalers,shrivelers\r\nshrivellled,shrivelled\r\nshrivle,shrivel\r\nshrivled,shriveled\r\nshrivler,shriveler\r\nshrivlers,shrivelers\r\nshronously,synchronously\r\nshrority,sorority\r\nshrot,short\r\nshrpanel,shrapnel\r\nshrubery,shrubbery\r\nshrutaly,shrutally\r\nshsre,sure\r\nshtiless,shitless\r\nshuch,such\r\nshud,shut\r\nshudddddder,shudder\r\nshuddder,shudder\r\nshued,should\r\nshuk,shook\r\nshuld,should\r\nshunnned,shunned\r\nshuold,should\r\nshuoldnt,shouldnt\r\nshuord,should\r\nshuould,should\r\nshur,sure\r\nshure,sure\r\nshurg,shrug\r\nshutcuts,shortcuts\r\nshuthen,southern\r\nshuting,shutting\r\nshutodwn,shutdown\r\nshutown,shutdown\r\nshuttter,shutter\r\nshuttters,shutters\r\nshuttting,shutting\r\nshuve,shove\r\nshuvel,shovel\r\nshvaing,shaving\r\nshwashank,shawshank\r\nshwazaeggger,shwazaegger\r\nshwo,show\r\nshwon,shown\r\nshwos,shows\r\nshypervisor,hypervisor\r\nshystems,systems\r\nsi,is\r\nsiabled,disabled\r\nsiad,said\r\nsiamease,siamese\r\nsiameese,siamese\r\nsiamesse,siamese\r\nsianc,sank\r\nsiat,sight\r\nsibaling,sibling\r\nsibalings,siblings\r\nsibeling,sibling\r\nsibelings,siblings\r\nsibiling,sibling\r\nsibilings,siblings\r\nsibilty,sibility\r\nsiblings's,sibling's\r\nsiblins,siblings\r\nsiccesefull,successful\r\nsice,slice\r\nsichnetur,signature\r\nsicholigy,psychology\r\nsichology,psychology\r\nsicknes,sickness\r\nsicling,circling\r\nsicne,since\r\nsicnitsure,signature\r\nsicogoly,psychology\r\nsicolodgy,psychology\r\nsicology,psychology\r\nsicretization,discretization\r\nsicure,secure\r\nsid,side\r\nsid-contributor-experience,sig-contributor-experience\r\nsidbar,sidebar\r\nsidebaord,sideboard\r\nsideboad,sideboard\r\nsidecare,sidecar\r\nsidedar-collapse,sidebar-collapse\r\nsidedars,sidecars\r\nsidedcar,sidecar\r\nsidelen,sideline\r\nsidelinien,sideline\r\nsidelinjen,sideline\r\nsidelinked,sideline\r\nsideral,sidereal\r\nsiderally,sidereally\r\nsidercar,sidecar\r\nsiderial,sidereal\r\nsiderially,sidereally\r\nsidleine,sideline\r\nsidleines,sidelines\r\nsidwalk,sidewalk\r\nsie,size\r\nsiebar,sidebar\r\nsieced,seized\r\nsied,side\r\nsiem,seem\r\nsience,science\r\nsiene,seine\r\nsiened,seined\r\nsiener,seiner\r\nsieners,seiners\r\nsienes,seines\r\nsiening,seining\r\nsienior,senior\r\nsientific,scientific\r\nsierrra,sierra\r\nsierry,sierra\r\nsiesed,seized\r\nsiesmic,seismic\r\nsiet,sit\r\nsiezable,sizeable\r\nsieze,seize\r\nsiezed,seized\r\nsiezes,seizes\r\nsiezing,seizing\r\nsiezure,seizure\r\nsiezures,seizures\r\nsiface,surface\r\nsifce,surface\r\nsiffeicently,sufficiently\r\nsiganl,signal\r\nsiganls,signals\r\nsigantate,signature\r\nsiganture,signature\r\nsigantures,signatures\r\nsigature,signature\r\nsiger,signer\r\nsigeture,signature\r\nsighn,sign\r\nsighned,signed\r\nsighniture,signature\r\nsightstine,sightstone\r\nsigificance,significance\r\nsigificant,significant\r\nsigificantly,significantly\r\nsiging,signing\r\nsiginificance,significance\r\nsiginificant,significant\r\nsiginificantly,significantly\r\nsiginifies,signifies\r\nsiginture,signature\r\nsigle,single\r\nsigle-logic,single-logic\r\nsigleton,singleton\r\nsignachor,signature\r\nsignagures,signatures\r\nsignallling,signalling\r\nsignals-of-prodcuers,signal-of-producers\r\nsignapore,singapore\r\nsignasure,signature\r\nsignater,signature\r\nsignatge,signature\r\nsignatre,signature\r\nsignatue,signatures\r\nsignatuer,signature\r\nsignatues,signatures\r\nsignatur,signature\r\nsignature-of-chiice,signature-of-choice\r\nsignaturesa,signature\r\nsignaturs,signatures\r\nsignautre,signature\r\nsignautres,signatures\r\nsigncher,signature\r\nsigne,single\r\nsignecher,signature\r\nsignedacontact,signed a contract\r\nsignel,signal\r\nsignener,signature\r\nsignercher,signature\r\nsignertter,signature\r\nsignes,signs\r\nsigneter,signature\r\nsignetore,signatore\r\nsignetores,signatores\r\nsignetories,signatories\r\nsignetory,signatory\r\nsigneture,signature\r\nsignetures,signatures\r\nsigneturies,signaturies\r\nsignetury,signatury\r\nsignfcance,significance\r\nsignfcant,significant\r\nsignfcantly,significantly\r\nsignfgance,significance\r\nsignfgant,significant\r\nsignfgantly,significantly\r\nsignficance,significance\r\nsignficant,significant\r\nsignficantly,significantly\r\nsignficiance,significance\r\nsignficiant,significant\r\nsignficiantly,significantly\r\nsignfied,signified\r\nsignfieds,signifieds\r\nsignfier,signifier\r\nsignfiers,signifiers\r\nsignfies,signifies\r\nsignfiess,signifiess\r\nsignfigance,significance\r\nsignfigant,significant\r\nsignfigantly,significantly\r\nsignfiy,signify\r\nsignfy,signify\r\nsignging,signing\r\nsigniature,signature\r\nsignicantly,significantly\r\nsignicher,signature\r\nsignicture,signature\r\nsignifacance,significance\r\nsignifacant,significant\r\nsignifacantly,significantly\r\nsignifacence,significance\r\nsignifacent,significant\r\nsignifacently,significantly\r\nsignifacnce,significance\r\nsignifacnt,significant\r\nsignifacntly,significantly\r\nsignifance,significance\r\nsignifant,significant\r\nsignifantly,significantly\r\nsignifcance,significance\r\nsignifcant,significant\r\nsignifcantly,significantly\r\nsignifficant,significant\r\nsignifficantly,significantly\r\nsignifgance,significance\r\nsignifgant,significant\r\nsignifgantly,significantly\r\nsignifiacntly,significantly\r\nsignifiant,significant\r\nsignificace,significance\r\nsignifican,significant\r\nsignificane,significance\r\nsignificanlty,significantly\r\nsignificanly,significantly\r\nsignificante,significance\r\nsignificanty,significantly\r\nsignificat,significant\r\nsignificatly,significantly\r\nsignificato,significant\r\nsignificence,significance\r\nsignificent,significant\r\nsignificently,significantly\r\nsignificiantly,significantly\r\nsignificiatly,significiately\r\nsignifigance,significance\r\nsignifigant,significant\r\nsignifigantly,significantly\r\nsignifikant,significant\r\nsignifincatly,signifincately\r\nsignifiy,signify\r\nsigniger,signature\r\nsignigicance,significance\r\nsignigicant,significant\r\nsignigns,signings\r\nsignin,signing\r\nsigninng,signing\r\nsignins,signings\r\nsigninture,signature\r\nsignioficatly,signioficately\r\nsignita,signature\r\nsigniter,signature\r\nsignitia,signature\r\nsignitore,signatore\r\nsignitores,signatores\r\nsignitories,signatories\r\nsignitory,signatory\r\nsigniture,signature\r\nsignitures,signatures\r\nsignituries,signaturies\r\nsignitury,signatury\r\nsignlas,signals\r\nsignle,single\r\nsignle-precision,single-precision\r\nsignle-threaded,single-threaded\r\nsignleplayer,singleplayer\r\nsignles,singles\r\nsignleton,singleton\r\nsignnatures,signatures\r\nsignout,sign-out\r\nsigntire,signature\r\nsignture,signature\r\nsigntures,signatures\r\nsignucher,signature\r\nsignular,singular\r\nsignularity,singularity\r\nsignure,signature\r\nsignuste,signature\r\nsigss,sigs\r\nsigt,sight\r\nsigthstone,sightstone\r\nsigtuare,signature\r\nsigular,singular\r\nsiguture,signature\r\nsih,wish\r\nsihlouette,silhouette\r\nsihp,ship\r\nsiip,ship\r\nsik,sick\r\nsiknitur,signature\r\nsilable,syllable\r\nsilbing,sibling\r\nsilbings,siblings\r\nsilbling,sibling\r\nsilblings,siblings\r\nsilders,sliders\r\nsilenlty,silently\r\nsilenty,silently\r\nsilentyly,silently\r\nsiley,silly\r\nsilf,self\r\nsilfely,skilfully\r\nsilhoeutte,silhouette\r\nsilhouete,silhouette\r\nsilhoulette,silhouette\r\nsilhoutte,silhouette\r\nsilhuette,silhouette\r\nsiliar,similar\r\nsilicoln,silicon\r\nsilicoon,silicon\r\nsilimiar,similiar\r\nsilke,silk\r\nsillfully,skilfully\r\nsillyness,silliness\r\nsilohuette,silhouette\r\nsilouhette,silhouette\r\nsilp,slip\r\nsiluettes,silhouettes\r\nsilumate,simulate\r\nsily,silly\r\nsimalar,similar\r\nsimalari,similar\r\nsimalariity,similarity\r\nsimalarily,similarly\r\nsimalarity,similarity\r\nsimalarly,similarly\r\nsimaltaneous,simultaneous\r\nsimaltaneously,simultaneously\r\nsimarly,similarly\r\nsimatry,symmetry\r\nsimeltaneous,simultaneous\r\nsimeltaneously,simultaneously\r\nsimeple,simple\r\nsimertry,symmetry\r\nsimester,semester\r\nsimetary,symmetry\r\nsimetrey,symmetry\r\nsimetric,symmetric\r\nsimetry,symmetry\r\nsimgle,single\r\nsimgple,simple\r\nsimia,similar\r\nsimialir,similiar\r\nsimialirt,similarity\r\nsimialr,similar\r\nsimialrly,similarly\r\nsimiar,similar\r\nsimiilar,similiar\r\nsimilair,similar\r\nsimilairties,similarities\r\nsimilairty,similarity\r\nsimilaraties,similarities\r\nsimilari,similiar\r\nsimilariity,similarity\r\nsimilarily,similarly\r\nsimilarites,similarities\r\nsimilariy,similarity\r\nsimilarlity,similarity\r\nsimilarlly,similarly\r\nsimilart,similarity\r\nsimilary,similarly\r\nsimilator,simulator\r\nsimiler,similar\r\nsimileys,smileys\r\nsimiliair,similiar\r\nsimiliar,similar\r\nsimiliari,similar\r\nsimiliariity,similarity\r\nsimiliarily,similarly\r\nsimiliarites,similarities\r\nsimiliarity,similarity\r\nsimiliarly,similarly\r\nsimiliarties,similarities\r\nsimiliarty,similarity\r\nsimilir,similiar\r\nsimiliraties,similarities\r\nsimillar,similar\r\nsimiltaneous,simultaneous\r\nsimiltaneously,simultaneously\r\nsimiltanous,simultaneous\r\nsimimilar,similar\r\nsimimlarity,similarity\r\nsimiple,simple\r\nsimiply,simply\r\nsimitery,symmetry\r\nsimithetic,sympathetic\r\nsimitry,symmetry\r\nsimlar,similar\r\nsimlarity,similarity\r\nsimlarly,similarly\r\nsimle,simple\r\nsimlest,simplest\r\nsimliar,similar\r\nsimliarities,similarities\r\nsimliarity,similarity\r\nsimliarly,similarly\r\nsimlified,simplified\r\nsimliiar,similiar\r\nsimlink,symlink\r\nsimlinks,symlinks\r\nsimluate,simulate\r\nsimluated,simulated\r\nsimluation,simulation\r\nsimluations,simulations\r\nsimluator,simulator\r\nsimlutaneous,simultaneous\r\nsimlutaneously,simultaneously\r\nsimly,simply\r\nsimmilar,similar\r\nsimmilari,similar\r\nsimmilariity,similarity\r\nsimmilarily,similarly\r\nsimmilarity,similarity\r\nsimmilarly,similarly\r\nsimmiliar,similar\r\nsimmiliari,similar\r\nsimmiliariity,similarity\r\nsimmiliarily,similarly\r\nsimmiliarity,similarity\r\nsimmiliarly,similarly\r\nsimmmer,simmer\r\nsimmming,simming\r\nsimmmmmmmmmer,simmer\r\nsimmulation,simulation\r\nsimoncowelllive,simoncowellive\r\nsimpatacit,sympathetic\r\nsimpathectic,sympathetic\r\nsimpathegic,sympathetic\r\nsimpathetic,sympathetic\r\nsimpathic,sympathetic\r\nsimpathidect,sympathetic\r\nsimpathizers,sympathizers\r\nsimpe,simple\r\nsimpel,simple\r\nsimpelst,simplest\r\nsimpely,simply\r\nsimpethic,sympathetic\r\nsimpfilty,simplicity\r\nsimpifies,simplifies\r\nsimpiler,simpler\r\nsimpiliest,simplest\r\nsimpily,simply\r\nsimpithatic,sympathetic\r\nsimpithetic,sympathetic\r\nsimplefying,simplifying\r\nsimplely,simply\r\nsimples,simplest\r\nsimplet,simplest\r\nsimplets,simplest\r\nsimpley,simply\r\nsimplfied,simplified\r\nsimplfiy,simplify\r\nsimplfy,simplify\r\nsimplication,simplification\r\nsimplicitly,simplicity\r\nsimplictic,simplistic\r\nsimplicty,simplicity\r\nsimplicy,simplicity\r\nsimplied,simplified\r\nsimplier,simpler\r\nsimplies,simplifies\r\nsimpliest,simplest\r\nsimplifed,simplified\r\nsimplificacion,simplification\r\nsimplificaiton,simplification\r\nsimplificating,simplification\r\nsimplificatiosn,simplifications\r\nsimplifiedc,simplified\r\nsimplifiing,simplifying\r\nsimplifing,simplifying\r\nsimplifiy,simplify\r\nsimplifly,simplify\r\nsimplifyed,simplified\r\nsimplifyng,simplifying\r\nsimplily,simply\r\nsimplisitc,simplistic\r\nsimplisitic,simplistic\r\nsimplisity,simplicity\r\nsimplist,simplest\r\nsimplistes,simplest\r\nsimplistisch,simplistic\r\nsimplivity,simplicity\r\nsimpliy,simplify\r\nsimpliсшен,simplicity\r\nsimploy,simply\r\nsimplpfying,simplifying\r\nsimplye,simply\r\nsimplyfied,simplified\r\nsimplyifing,simplifying\r\nsimplying,simply\r\nsimpole,simple\r\nsimport,import\r\nsimposn,simpson\r\nsimprovment,simprovement\r\nsimpy,simply\r\nsimpyl,simply\r\nsimspon,simpson\r\nsimtary,symmetry\r\nsimualted,simulated\r\nsimualtion,simulation\r\nsimualtions,simulations\r\nsimualtor,simulator\r\nsimuate,simulate\r\nsimulacion,simulation\r\nsimulaiton,simulations\r\nsimulaneous,simultaneous\r\nsimulanteously,simultaneously\r\nsimular,similar\r\nsimulari,similar\r\nsimulariity,similarity\r\nsimularily,similarly\r\nsimularity,similarity\r\nsimularly,similarly\r\nsimulataneous,simultaneous\r\nsimulataneously,simultaneously\r\nsimulatation,simulation\r\nsimulateneously,simultaneously\r\nsimulatenous,simultaneous\r\nsimulatenously,simultaneously\r\nsimulatie,simulate\r\nsimulatin,simulation\r\nsimulatioin,simulation\r\nsimulatious,simulations\r\nsimulatneous,simultaneous\r\nsimulatneously,simultaneously\r\nsimulato,simulation\r\nsimulatoin,simulation\r\nsimulatoins,simulations\r\nsimulatons,simulations\r\nsimulatore,simulate\r\nsimultaenous,simultaneous\r\nsimultaenously,simultaneously\r\nsimultaineously,simultaneously\r\nsimultainously,simultaneously\r\nsimultaneos,simultaneous\r\nsimultaneosly,simultaneously\r\nsimultaneoulsy,simultaneously\r\nsimultaneouly,simultaneously\r\nsimultaneuos,simultaneous\r\nsimultaneuous,simultaneous\r\nsimultaneus,simultaneous\r\nsimultanious,simultaneous\r\nsimultaniously,simultaneously\r\nsimultanous,simultaneous\r\nsimultanously,simultaneously\r\nsimultanuasly,simultaneously\r\nsimultating,simulating\r\nsimulteanously,simultaneously\r\nsimulteneous,simultaneous\r\nsimultion,simulation\r\nsimultneously,simultaneously\r\nsimutaneously,simultaneously\r\nsimutanuously,simultaneously\r\nsinagog,synagog\r\nsinagogal,synagogal\r\nsinagogical,synagogical\r\nsinagogs,synagogs\r\nsinagogue,synagogue\r\nsinagogues,synagogues\r\nsinagpore,singapore\r\nsinaling,signaling\r\nsinature,signature\r\nsinc,since\r\nsinced,since\r\nsincer,sincere\r\nsincereley,sincerely\r\nsincerelly,sincerely\r\nsincerety,sincerity\r\nsincerley,sincerely\r\nsincerly,sincerely\r\nsinchare,signature\r\nsinck,sink\r\nsincronization,synchronization\r\nsind,since\r\nsinde,since\r\nsinelton,singleton\r\nsiner,signer\r\nsinfuly,sinfully\r\nsingal,signal\r\nsingals,signals\r\nsingapori,singapore\r\nsingaporian,singaporean\r\nsingaporians,singaporeans\r\nsingature,signature\r\nsingatures,signatures\r\nsingel,single\r\nsingelplayer,singleplayer\r\nsingels,singles\r\nsinggle,single\r\nsingificantly,significantly\r\nsingify,signify\r\nsingl,single\r\nsingle-handily,single-handedly\r\nsingle-prooerty,single-property\r\nsingle-reqest,single-request\r\nsinglehandedly,single-handedly\r\nsingleon,singleton\r\nsinglepalyer,singleplayer\r\nsinglers,singles\r\nsingletion,singleton\r\nsingletone,singleton\r\nsingletong,singleton\r\nsinglton,singleton\r\nsingltons,singletons\r\nsingluar,singular\r\nsingluarity,singularity\r\nsinglular,singular\r\nsingnature,signature\r\nsingnificanlly,singnificnally\r\nsingnificatly,singnificately\r\nsingniture,signature\r\nsingpaore,singapore\r\nsingsatioinal,singsational\r\nsingsog,singsong\r\nsingture,signature\r\nsingualrity,singularity\r\nsinguar,singular\r\nsingulair,singular\r\nsingulaire,singular\r\nsingulairty,singularity\r\nsingularily,singularity\r\nsingulariy,singularity\r\nsingularty,singularity\r\nsingulary,singularity\r\nsingulator,singular\r\nsingulaur,singular\r\nsingule,single\r\nsingulrity,singularity\r\nsinicature,signature\r\nsining,spinning\r\nsinistre,sinister\r\nsiniture,signature\r\nsinle,single\r\nsinlge,single\r\nsinlgeplayer,singleplayer\r\nsinlgy-linked,singly-linked\r\nsinngle,single\r\nsinnner,sinner\r\nsinonamous,synonymous\r\nsinonamously,synonymously\r\nsinonomous,synonymous\r\nsinonomously,synonymously\r\nsinonymous,synonymous\r\nsinonymously,synonymously\r\nsinping,spinning\r\nsinpithetic,sympathetic\r\nsinple,simple\r\nsinse,sines\r\nsinsible,sensible\r\nsinsiter,sinister\r\nsintactically,syntactically\r\nsintax,syntax\r\nsintax-highlighted,syntax-highlighted\r\nsintesis,synthesis\r\nsintesise,synthesise\r\nsintesised,synthesised\r\nsintesiser,synthesiser\r\nsintesisers,synthesisers\r\nsintesises,synthesises\r\nsintesising,synthesising\r\nsintesize,synthesize\r\nsintesized,synthesized\r\nsintesizer,synthesizer\r\nsintesizers,synthesizers\r\nsintesizes,synthesizes\r\nsintesizing,synthesizing\r\nsinth,sight\r\nsinthesis,synthesis\r\nsinthesise,synthesise\r\nsinthesised,synthesised\r\nsinthesiser,synthesiser\r\nsinthesisers,synthesisers\r\nsinthesises,synthesises\r\nsinthesising,synthesising\r\nsinthesize,synthesize\r\nsinthesized,synthesized\r\nsinthesizer,synthesizer\r\nsinthesizers,synthesizers\r\nsinthesizes,synthesizes\r\nsinthesizing,synthesizing\r\nsintrgs,strings\r\nsinusoide,sinusoid\r\nsinute,minute\r\nsion,sign\r\nsionism,zionism\r\nsionist,zionist\r\nsionists,zionists\r\nsipaficaly,specifically\r\nsipe,ship\r\nsiphylis,syphilis\r\nsiphylitic,syphilitic\r\nsiphylus,syphilis\r\nsiphylutic,syphilitic\r\nsiplay,display\r\nsiple,simple\r\nsiplicity,simplicity\r\nsiply,simply\r\nsipmle,simple\r\nsipmler,simpler\r\nsippets,snippets\r\nsippped,sipped\r\nsippper,sipper\r\nsippping,sipping\r\nsipt,ship\r\nsipumens,specimens\r\nsipural,spiritual\r\nsiracha,sriracha\r\nsircumstances,circumstances\r\nsirfase,surface\r\nsirling,circling\r\nsirname,surname\r\nsirnamed,surnamed\r\nsirnames,surnames\r\nsirority,sorority\r\nsirplass,surplus\r\nsirplause,surplus\r\nsirplus,surplus\r\nsirracha,sriracha\r\nsirtain,certain\r\nsirtanly,certainly\r\nsiscors,scissors\r\nsise,size\r\nsisore,scissors\r\nsisors,scissors\r\nsisorse,scissors\r\nsisplay,displays\r\nsisscors,scissors\r\nsissers,scissors\r\nsissor's,scissors\r\nsissor,scissors\r\nsissors,scissors\r\nsissow,scissors\r\nsist,sit\r\nsistem,system\r\nsistematically,systematically\r\nsistern,cistern\r\nsitable,suitable\r\nsitatated,situated\r\nsitation,situation\r\nsitations,situations\r\nsitaute,situate\r\nsitauted,situated\r\nsitautes,situates\r\nsitauting,situating\r\nsitaution,situation\r\nsitautional,situational\r\nsitautions,situations\r\nsitble,suitable\r\nsitckers,stickers\r\nsitcky,sticky\r\nsitegeneisis,sitegenisis\r\nsitejabbber,sitejabber\r\nsiteli,site\r\nsitemappped,sitemapped\r\nsithesis,synthesis\r\nsithesise,synthesise\r\nsithesised,synthesised\r\nsithesiser,synthesiser\r\nsithesisers,synthesisers\r\nsithesises,synthesises\r\nsithesising,synthesising\r\nsithesize,synthesize\r\nsithesized,synthesized\r\nsithesizer,synthesizer\r\nsithesizers,synthesizers\r\nsithesizes,synthesizes\r\nsithesizing,synthesizing\r\nsitisfaction,satisfaction\r\nsitistic,statistics\r\nsitistics,statistics\r\nsitisticts,statistics\r\nsitll,still\r\nsitllness,stillness\r\nsitmuli,stimuli\r\nsitrring,stirring\r\nsitte,site\r\nsittted,sitted\r\nsittter,sitter\r\nsittters,sitters\r\nsittting,sitting\r\nsituacional,situational\r\nsituarions,situations\r\nsituatinal,situational\r\nsituatioin,situation\r\nsituatioins,situations\r\nsituationals,situations\r\nsituationly,situational\r\nsituationnal,situational\r\nsituatios,situations\r\nsituatiosn,situations\r\nsituatoin,situation\r\nsituration,situation\r\nsitustions,situations\r\nsitutate,situate\r\nsitutated,situated\r\nsitutates,situates\r\nsitutating,situating\r\nsitutation,situation\r\nsitutations,situations\r\nsitutions,situations\r\nsity,city\r\nsiuated,situated\r\nsiutable,suitable\r\nsiutational,situational\r\nsiutations,situations\r\nsive,five\r\nsiver,silver\r\nsiwm,swim\r\nsiwtch,switch\r\nsiwtching,switching\r\nsixe,size\r\nsixteet,sixteenth\r\nsixteeth,sixteenth\r\nsixteeths,sixteenths\r\nsixteets,sixteenths\r\nsixten,sixteen\r\nsixtent,sixteenth\r\nsixtenth,sixteenth\r\nsixtenths,sixteenths\r\nsixtents,sixteenths\r\nsixtey,sixty\r\nsixtin,sistine\r\nsixtine,sixteen\r\nsixtthent,sixteenth\r\nsixtthenth,sixteenth\r\nsixtthenths,sixteenths\r\nsixtthents,sixteenths\r\nsixty-fist,Sixty-First\r\nsixty-fith,Sixty-Fifth\r\nsixty-forth,Sixty-Fourth\r\nsixty-frist,Sixty-First\r\nsixze,size\r\nsiz,six\r\nsizde,size\r\nsizebale,sizeable\r\nsizees,sizes\r\nsizegb,size\r\nsizs,size\r\nsizze,sizzle\r\nsjould,should\r\nskacking,scraping\r\nskaffolder,scaffolder\r\nskagerak,skagerrak\r\nskaing,scraping\r\nskale,scale\r\nskambed,scrambled\r\nskandel,scandal\r\nskandinavian,scandinavian\r\nskandle,scandal\r\nskandule,scandal\r\nskare,scare\r\nskarf,scarf\r\nskarrred,skarred\r\nskarsly,scarcely\r\nskat,skate\r\nskatebaord,skateboard\r\nskatebaording,skateboarding\r\nskatebaords,skateboard\r\nskateboad,skateboard\r\nskateboader,skateboard\r\nskateboaring,skateboarding\r\nskateborad,skateboard\r\nskateborading,skateboarding\r\nskatebored,skateboard\r\nskatebrand,skateboard\r\nskateing,skating\r\nskcinfulle,skilfully\r\nskecthes,sketches\r\nskecthy,sketchy\r\nskedual,schedule\r\nskedualed,scheduled\r\nskeduel,schedule\r\nskedule,scheduled\r\nskeduled,scheduled\r\nskelatal,skeletal\r\nskelatel,skeletal\r\nskelaton,skeleton\r\nskelatons,skeletons\r\nskeleon,skeleton\r\nskeletaal,skeletal\r\nskeletl,skeletal\r\nskeleton-naviagation,skeleton-navigation\r\nskeletones,skeletons\r\nskeletos,skeletons\r\nskeletton,skeleton\r\nskelfuly,skilfully\r\nskellfortly,skilfully\r\nskelton,skeleton\r\nskems,schemes\r\nskep,skip\r\nskepitcal,skeptical\r\nskeptecism,skepticism\r\nskepticals,skeptics\r\nskepticim,skepticism\r\nskepticisim,skepticism\r\nskepticles,skeptics\r\nskepticons,skeptics\r\nskeptis,skeptics\r\nskeptisicm,skepticism\r\nskeptisism,skepticism\r\nskert,skirt\r\nsketchey,sketchy\r\nsketchs,sketches\r\nsketchysex,sketches\r\nskethcy,sketchy\r\nsketpic,skeptic\r\nsketpical,skeptical\r\nsketpicism,skepticism\r\nsketpics,skeptics\r\nskeulde,scheduled\r\nskeumorophism,skeuomorphism\r\nskheduled,scheduled\r\nskifaly,skilfully\r\nskiffuly,skilfully\r\nskifully,skilfully\r\nskiied,skied\r\nskiier,skier\r\nskilfarly,skilfully\r\nskilferly,skilfully\r\nskilfoly,skilfully\r\nskilfuley,skilfully\r\nskilfull,skillful\r\nskilfuly,skilfully\r\nskilkefuly,skilkefully\r\nskill-fullie,skilfully\r\nskillfel,skilfully\r\nskillferly,skilfully\r\nskillforlly,skilfully\r\nskillfuly,skilfully\r\nskillhosts,skillshots\r\nskillled,skilled\r\nskillling,skilling\r\nskilllion,skillion\r\nskillshits,skillshots\r\nskillshoot,skillshots\r\nskillshoots,skillshots\r\nskillshosts,skillshots\r\nskillslots,skillshots\r\nskillsofts,skillshots\r\nskillsshot,skillshots\r\nskillsto,skillshots\r\nskilltaly,skilltally\r\nskillverly,skilfully\r\nskils,skills\r\nskimed,skimmed\r\nskimmmed,skimmed\r\nskimmmer,skimmer\r\nskimmming,skimming\r\nskimrish,skirmish\r\nskinbettting,skinbetting\r\nskinfuly,skilfully\r\nsking,skiing\r\nskinnner,skinner\r\nskinnnnnnnnnnnnnnnner,skinner\r\nskiny,skinny\r\nskiped,skipped\r\nskipepd,skipped\r\nskiping,skipping\r\nskippped,skipped\r\nskippper,skipper\r\nskippping,skipping\r\nskippppping,skipping\r\nskipt,skip\r\nskirmiches,skirmish\r\nskiverly,skilfully\r\nskiy,sky\r\nskold,scold\r\nskool,school\r\nskore,score\r\nskout,scout\r\nskpetic,skeptic\r\nskpeticism,skepticism\r\nskpetics,skeptics\r\nskpi,skip\r\nskpped,skipped\r\nskpping,skipping\r\nskrambled,scrambled\r\nskrap,scrap\r\nskrawberries,strawberries\r\nskreeming,screaming\r\nskrimish,skirmish\r\nskript,script\r\nskrub,scrub\r\nsks,asks\r\nsksip,skip\r\nsktech,sketch\r\nskteches,sketches\r\nsktechy,sketchy\r\nskullkilller,skullkiller\r\nskurgenattttor,skurgenattor\r\nskwyard,skyward\r\nsky-rocketed,skyrocketed\r\nsky-rocketing,skyrocketing\r\nskyillferley,skilfully\r\nskyscannner,skyscanner\r\nskywalkr,skywalker\r\nslach,slash\r\nslad,sled\r\nslah,slash\r\nslahes,slashes\r\nslahshes,slashes\r\nslamed,slamme\r\nslammmed,slammed\r\nslammmmmming,slamming\r\nslaock,slack\r\nslappped,slapped\r\nslaptoon,splatoon\r\nslashs,slashes\r\nslaughted,slaughtered\r\nslaughterd,slaughtered\r\nslaugter,slaughter\r\nslaugtered,slaughtered\r\nslaugterhouse,slaughterhouse\r\nslaugterhouses,slaughterhouses\r\nslaugtering,slaughtering\r\nslaugters,slaughters\r\nslaugther,slaughter\r\nslaugthered,slaughtered\r\nslaugthering,slaughtering\r\nslavage,salvage\r\nslaverly,slavery\r\nslayign,slaying\r\nsldeghammer,sledgehammer\r\nsldiers,sliders\r\nsleat,sleet\r\nsleave,sleeve\r\nslecetiosn,slecetions\r\nslect,select\r\nslectable,selectable\r\nslected,selected\r\nslecting,selecting\r\nslection,selection\r\nslections,selections\r\nslective,selective\r\nslectively,selectively\r\nslectmen,selectmen\r\nslector,selector\r\nslectors,selectors\r\nslects,selects\r\nsleded,splendid\r\nsledid,splendid\r\nslef,self\r\nslefies,selfies\r\nslefishness,selfishness\r\nslended,splendid\r\nslendid,splendid\r\nslened,splendid\r\nslep,slip\r\nsleping,sleeping\r\nsleplus,surplus\r\nslepp,sleep\r\nslepping,sleeping\r\nsleppy,sleepy\r\nslesssor,slessor\r\nslided,slid\r\nsliderh,slider\r\nslideslength,slides\r\nslidingis,sliding\r\nslidng,sliding\r\nslied,slide\r\nsliegh,sleigh\r\nslienced,silenced\r\nslient,silent\r\nsliently,silently\r\nsligh,slight\r\nslighlt,slightly\r\nslighltly,slightly\r\nslighlty,slightly\r\nslighly,slightly\r\nslight-of-hand,sleight-of-hand\r\nslighty,slightly\r\nsligth,slight\r\nsligthly,slightly\r\nsligtly,slightly\r\nslikely,skilfully\r\nslimer,slimmer\r\nslimest,slimmest\r\nslimmmer,slimmer\r\nslimmming,slimming\r\nslingle,single\r\nsliped,slipped\r\nsliper,slipper\r\nslipers,slippers\r\nslipery,slippery\r\nslipperies,slippers\r\nslipperly,slippery\r\nslippes,slippers\r\nslippey,slippery\r\nslippped,slipped\r\nslippper,slipper\r\nslipppers,slippers\r\nslise,slice\r\nslite,slight\r\nslittted,slitted\r\nslittting,slitting\r\nslivvver,slivver\r\nsllioous,sllious\r\nslo,slow\r\nsloder,slider\r\nsloightly,slightly\r\nsloly,slowly\r\nslomac,stomach\r\nslomakc,stomach\r\nsloooowwwwwwwing,sloooowwwwwwing\r\nslooow,slow\r\nslottted,slotted\r\nsloughtering,slaughtering\r\nslouly,slowly\r\nsloution,solution\r\nslovakai,Slovakia\r\nslove,solve\r\nsloved,solved\r\nslown,slow\r\nslowwed,slowed\r\nslowwwwwwwed,slowwwwwwed\r\nslowy,slowly\r\nslpended,splendid\r\nslse,else\r\nslt,alt\r\nsluaghter,slaughter\r\nsluaghtered,slaughtered\r\nsluaghtering,slaughtering\r\nslussser,slusser\r\nslution,solution\r\nslwuth,sleuth\r\nslycology,psychology\r\nslyed,slide\r\nslyle,style\r\nslyling,styling\r\nslyph,sylph\r\nsmackdwon,smackdown\r\nsmae,same\r\nsmal,small\r\nsmaler,smaller\r\nsmalest,smallest\r\nsmall-pox,smallpox\r\nsmalle,small\r\nsmalled,smaller\r\nsmalles,smallest\r\nsmalller,smaller\r\nsmallling,smalling\r\nsmalltittted,smalltitted\r\nsmambled,scrambled\r\nsmaple,sample\r\nsmaples,samples\r\nsmareter,smarter\r\nsmarly,smartly\r\nsmarpthone,smartphones\r\nsmartare,smarter\r\nsmarther,smarter\r\nsmarthpone,smartphone\r\nsmarthpones,smartphones\r\nsmartohone,smartphone\r\nsmartre,smarter\r\nsmartwach,smartwatch\r\nsmaurai,samurai\r\nsme,same\r\nsmealting,smelting\r\nsmeantics,semantics\r\nsmeem,seem\r\nsmeesters,semesters\r\nsmel,smell\r\nsmellling,smelling\r\nsmem,seem\r\nsmenatic,semantic\r\nsmil,smile\r\nsmilar,similar\r\nsmilin,smiling\r\nsmim,swim\r\nsmimi-skilled,semi-skilled\r\nsmiple,simple\r\nsmit,smith\r\nsmiwing,swimming\r\nsmoe,some\r\nsmoebody,somebody\r\nsmoeday,someday\r\nsmoedays,somedays\r\nsmoehow,somehow\r\nsmoeone,someone\r\nsmoeplace,someplace\r\nsmoething,something\r\nsmoetime,sometime\r\nsmoetimes,sometimes\r\nsmoeway,someway\r\nsmoeways,someways\r\nsmoewhat,somewhat\r\nsmoewhere,somewhere\r\nsmok,smoke\r\nsmokeing,smoking\r\nsmoler,smaller\r\nsmooking,smoking\r\nsmooter,smoother\r\nsmoothe,smooth\r\nsmoothely,smoothly\r\nsmoothes,smooths\r\nsmooting,smoothing\r\nsmoth,smoothly\r\nsmothing,smoothing\r\nsmpasatic,sympathetic\r\nsmpathic,sympathetic\r\nsmples,samples\r\nsmpthatic,sympathetic\r\nsnadler,sandler\r\nsnadstorm,sandstorm\r\nsnadwiches,sandwiches\r\nsnak,snake\r\nsnaks,snakes\r\nsname,snake\r\nsnaphost,snapshot\r\nsnaphosts,snapshots\r\nsnaphot,snapshot\r\nsnaphots,snapshots\r\nsnappble,snappable\r\nsnappped,snapped\r\nsnappper,snapper\r\nsnappping,snapping\r\nsnapshoot,snapshot\r\nsnapshop,snapshot\r\nsnapshto,snapshot\r\nsnapsnot,snapshot\r\nsnapsot-controller,snapshot-controller\r\nsnashot,snapshot\r\nsnd,and\r\nsndbox,sandbox\r\nsne,one\r\nsned,send\r\nsned-mail,send-mail\r\nsneek,sneak\r\nsneeked,sneaked\r\nsneeker,sneaker\r\nsneekers,sneakers\r\nsneekibeeki,sneakibeeki\r\nsneekie,sneakie\r\nsneekin,sneakin\r\nsneeking,sneaking\r\nsneekis,sneakis\r\nsneeks,sneaks\r\nsneeky,sneaky\r\nsneese,sneeze\r\nsnellling,snelling\r\nsnese,sneeze\r\nsnesed,sneezed\r\nsneses,sneezes\r\nsnetries,sentries\r\nsngle,single\r\nsnifffer,sniffer\r\nsniffins,sniffing\r\nsnigles,singles\r\nsnipet,snippet\r\nsnipets,snippets\r\nsnipment,shipment\r\nsnippent,snippet\r\nsnipper,snippet\r\nsnippert,snippet\r\nsnippes,snippets\r\nsnippetts,snippets\r\nsnippit,snippet\r\nsnippits,snippets\r\nsnippping,snipping\r\nsnippters,snippets\r\nsnippts,snippets\r\nsnivling,sniveling\r\nsno,snow\r\nsnoby,snobby\r\nsnodwen,snowden\r\nsnoraty,sorority\r\nsnorkellling,snorkelling\r\nsnorkle,snorkel\r\nsnorkled,snorkeled\r\nsnorkleing,snorkeling\r\nsnorkler,snorkeler\r\nsnorklers,snorkelers\r\nsnorkles,snorkels\r\nsnorkling,snorkeling\r\nsnowbaling,snowballing\r\nsnowballes,snowballs\r\nsnowballling,snowballing\r\nsnowballls,snowballs\r\nsnowbals,snowballs\r\nsnowbaording,snowboarding\r\nsnowboaring,snowboarding\r\nsnowbolling,snowballing\r\nsnowfalke,snowflake\r\nsnowfalling,snowballing\r\nsnowfeilds,snowfields\r\nsnowflaek,snowflake\r\nsnowlfake,snowflake\r\nsnowwing,snowing\r\nsnpashot,snapshot\r\nsnpashots,snapshots\r\nsnpshot,snapshot\r\nsnsitive,sensitive\r\nsnsure,ensure\r\nsnthesis,synthesis\r\nsnugglie,snuggle\r\nsnwoballs,snowballs\r\nsnwoden,snowden\r\nsnyapse,synapse\r\nsnycing,syncing\r\nsnydrome,syndrome\r\nsnyergy,synergy\r\nsnyopsis,synopsis\r\nsnytax,syntax\r\nsnytaxes,syntaxes\r\nsnythesis,synthesis\r\nsnythetic,synthetic\r\nso-call,so-called\r\nso-colled,so-called\r\nso-forth,so forth\r\nsoace,space\r\nsoanr,sonar\r\nsoarrrrring,soarring\r\nsobbbbbing,sobbing\r\nsoberity,sobriety\r\nsobor,sober\r\nsobreity,sobriety\r\nsocable,sociable\r\nsocailism,socialism\r\nsocailist,socialist\r\nsocailists,socialists\r\nsocailize,socialize\r\nsocailized,socialized\r\nsocailizing,socializing\r\nsocailly,socially\r\nsocal,social\r\nsocalisation,socialisation\r\nsocalisations,socialisations\r\nsocalise,socialise\r\nsocalised,socialised\r\nsocalises,socialises\r\nsocalising,socialising\r\nsocalism,socialism\r\nsocalist,socialist\r\nsocalists,socialists\r\nsocalite,socialite\r\nsocalites,socialites\r\nsocalitie,socialitie\r\nsocalities,socialities\r\nsocality,sociality\r\nsocalization,socialization\r\nsocalizations,socializations\r\nsocalize,socialize\r\nsocalized,socialized\r\nsocalizes,socializes\r\nsocalizing,socializing\r\nsocalled,so-called\r\nsocartes,socrates\r\nsoccor,soccer\r\nsoceities,societies\r\nsoceket,socket\r\nsocia,social\r\nsociablility,sociability\r\nsocialicing,socializing\r\nsocialim,socialism\r\nsocialini,socializing\r\nsocialisim,socialism\r\nsocialiss,socialists\r\nsocialistes,socialists\r\nsocialistisk,socialists\r\nsocialistos,socialists\r\nsocializare,socialize\r\nsocializng,socializing\r\nsocialogical,sociological\r\nsocialsim,socialism\r\nsocialsits,socialists\r\nsocialy,socially\r\nsociapathic,sociopathic\r\nsociapaths,sociopaths\r\nsocieites,societies\r\nsocietaly,societally\r\nsocilaism,socialism\r\nsocilaist,socialist\r\nsocilaists,socialists\r\nsocilaized,socialized\r\nsociobioligist,sociobiologist\r\nsocioecenomic,socioeconomic\r\nsocioecomonic,socioeconomic\r\nsocioeconimc,socioeconomic\r\nsocioeconimic,socioeconomic\r\nsocioeconmic,socioeconomic\r\nsociolgical,sociological\r\nsocioligical,sociological\r\nsociologia,sociological\r\nsociologial,sociological\r\nsociopatas,sociopaths\r\nsociopatch,sociopaths\r\nsociopathes,sociopaths\r\nsociopathis,sociopaths\r\nsociopati,sociopathic\r\nsociopatic,sociopathic\r\nsociopats,sociopaths\r\nsociophatic,sociopathic\r\nsociopolical,sociological\r\nsocities,societies\r\nsocity,society\r\nsockect,socket\r\nsocker,socket\r\nsocketi,socket\r\nsocketr,socket\r\nsockett,socket\r\nsocketted,socketed\r\nsocketting,socketing\r\nsocketts,sockets\r\nsocksts,sockets\r\nsockt,socket\r\nsocktes,sockets\r\nsocpe-base,scope-base\r\nsocratease,socrates\r\nsocratees,socrates\r\nsocrateks,socrates\r\nsocreboard,scoreboard\r\nsocttish,scottish\r\nsocument,document\r\nsoddeness,soddenness\r\nsoder,solder\r\nsodware,software\r\nsoe,some\r\nsoecimaan,specimen\r\nsoeing,sewing\r\nsoely,solely\r\nsoem,some\r\nsoembody,somebody\r\nsoemday,someday\r\nsoemdays,somedays\r\nsoemhow,somehow\r\nsoemone,someone\r\nsoemplace,someplace\r\nsoemthin,somethin\r\nsoemthing,something\r\nsoemthings,somethings\r\nsoemtime,sometime\r\nsoemtimes,sometimes\r\nsoemway,someway\r\nsoemways,someways\r\nsoemwhat,somewhat\r\nsoemwhere,somewhere\r\nsoen,so\r\nsof,soft\r\nsofftware,software\r\nsofisticate,sophisticate\r\nsofisticated,sophisticated\r\nsofisticates,sophisticates\r\nsofisticating,sophisticating\r\nsofistication,sophistication\r\nsofmore,sophomore\r\nsofmores,sophomores\r\nsofmoric,sophomoric\r\nsoforth,so forth\r\nsofrware,software\r\nsoftare,software\r\nsoftee,softy\r\nsoftrware,software\r\nsoftwaree,software\r\nsoftwaref,software\r\nsoftwares,software\r\nsoftwere,software\r\nsoftwrare,software\r\nsofware,software\r\nsog,song\r\nsohd,should\r\nsoherical,spherical\r\nsohpisticated,sophisticated\r\nsohpomore,sophomore\r\nsohw,show\r\nsoical,social\r\nsoicalisation,socialisation\r\nsoicalisations,socialisations\r\nsoicalise,socialise\r\nsoicalised,socialised\r\nsoicalises,socialises\r\nsoicalising,socialising\r\nsoicalism,socialism\r\nsoicalist,socialist\r\nsoicalists,socialists\r\nsoicalite,socialite\r\nsoicalites,socialites\r\nsoicalitie,socialitie\r\nsoicalities,socialities\r\nsoicality,sociality\r\nsoicalization,socialization\r\nsoicalizations,socializations\r\nsoicalize,socialize\r\nsoicalized,socialized\r\nsoicalizes,socializes\r\nsoicalizing,socializing\r\nsoically,socially\r\nsoides,sides\r\nsoilder,soldier\r\nsoildering,soldiering\r\nsoilders,soldiers\r\nsoildly,solidly\r\nsoile,soil\r\nsoiority,sorority\r\nsoirerty,sorority\r\nsokaing,soaking\r\nsol-called,so-called\r\nsolam,solemn\r\nsolarity,sorority\r\nsolatary,solitary\r\nsolatery,solitary\r\nsoldeirs,soldiers\r\nsolderabillity,solderability\r\nsolderablility,solderability\r\nsolderablity,solderability\r\nsoldiarity,solidarity\r\nsoldies,soldiers\r\nsoldily,solidly\r\nsolem,solemn\r\nsoleman,solemn\r\nsolemon,solemn\r\nsolemum,solemn\r\nsolemun,solemn\r\nsolenn,solemn\r\nsoleom,solemn\r\nsoleum,solemn\r\nsoley,solely\r\nsolger,soldier\r\nsolgers,soldiers\r\nsoliarity,solidarity\r\nsolicid,solicit\r\nsolicidation,solicitation\r\nsolicidations,solicitations\r\nsolicided,solicited\r\nsoliciding,soliciting\r\nsolicidor,solicitor\r\nsolicidors,solicitors\r\nsolicids,solicits\r\nsolict,solicit\r\nsolictation,solicitation\r\nsolictations,solicitations\r\nsolicted,solicited\r\nsolicting,soliciting\r\nsolictor,solicitor\r\nsolictors,solicitors\r\nsolicts,solicits\r\nsolidairty,solidarity\r\nsolidariety,solidarity\r\nsoliderabilty,soliderability\r\nsoliders,soldiers\r\nsolidier,soldier\r\nsoliditary,solidarity\r\nsolidude,solitude\r\nsolidudes,solitudes\r\nsolidudinal,solitudinal\r\nsolidudinally,solitudinally\r\nsoliliquies,soliloquies\r\nsoliliquise,soliloquise\r\nsoliliquised,soliloquised\r\nsoliliquises,soliloquises\r\nsoliliquising,soliloquising\r\nsoliliquist,soliloquist\r\nsoliliquists,soliloquists\r\nsoliliquize,soliloquize\r\nsoliliquized,soliloquized\r\nsoliliquizes,soliloquizes\r\nsoliliquizing,soliloquizing\r\nsoliliquy,soliloquy\r\nsolim,solemn\r\nsolist,soloist\r\nsolists,soloists\r\nsolition,solution\r\nsolitudine,solitude\r\nsolitute,solitude\r\nsolitutes,solitudes\r\nsolitutinal,solitudinal\r\nsolitutinally,solitudinally\r\nsolium,solemn\r\nsollem,solemn\r\nsolleness,sollenness\r\nsollid,solid\r\nsollom,solemn\r\nsollum,solemn\r\nsollution,solution\r\nsolm,solemn\r\nsolman,solemn\r\nsolme,solemn\r\nsolmem,solemn\r\nsolmen,solemn\r\nsolmn,solemn\r\nsolmon,solemn\r\nsolmun,solemn\r\nsolnd,stolen\r\nsoloem,solemn\r\nsolom,solemn\r\nsolome,solemn\r\nsolomen,solemn\r\nsolomn,solemn\r\nsolomon,solemn\r\nsolon,solemn\r\nsoloum,solemn\r\nsoloun,solemn\r\nsoloution,solution\r\nsoloutions,solutions\r\nsolow,solo\r\nsolt,slot\r\nsoltions,solutions\r\nsolts,slots\r\nsoluability,solubility\r\nsoluable,soluble\r\nsoluably,solubly\r\nsolubilty,solubility\r\nsolublity,solubility\r\nsoluction,solution\r\nsoluem,solemn\r\nsoluion,solution\r\nsolum,solemn\r\nsolume,solemn\r\nsolumn,solemn\r\nsolumun,solemn\r\nsolunm,solemn\r\nsoluom,solemn\r\nsolutide,solitude\r\nsolutino,solution\r\nsolutioin,solution\r\nsolutiosn,solutions\r\nsoluton,solution\r\nsolutons,solutions\r\nsolutttions,soluttions\r\nsolvment,solvement\r\nsom,some\r\nsomaila,somalia\r\nsomalija,somalia\r\nsomatoligical,somatological\r\nsombody,somebody\r\nsomday,someday\r\nsomdays,somedays\r\nsome-one,someone\r\nsome-thing,something\r\nsome-times,sometimes\r\nsomehing,something\r\nsomehtin,somethin\r\nsomehting,something\r\nsomehtings,somethings\r\nsomehwere,somewhere\r\nsomene,someone\r\nsomeoene,someone\r\nsomeoens,someones\r\nsomeoneis,someones\r\nsomeonelse,someones\r\nsomeons,someones\r\nsomeother,some other\r\nsomes,some\r\nsometeimes,sometimes\r\nsometheing,something\r\nsomethibng,somethin\r\nsomethig,something\r\nsomethign,something\r\nsomethigng,somethin\r\nsomethigns,somethings\r\nsomethihng,somethin\r\nsomethiing,somethin\r\nsomethijng,somethin\r\nsomethikng,somethin\r\nsomethimes,sometimes\r\nsomethimng,somethin\r\nsomethinbg,somethings\r\nsomethine,something\r\nsomethines,somethings\r\nsomethinfg,somethings\r\nsomethingest,somethings\r\nsomethingis,somethings\r\nsomethinhg,somethings\r\nsomethinig,somethings\r\nsomethink,something\r\nsomethinkg,somethings\r\nsomethinks,somethings\r\nsomethinmg,somethings\r\nsomethinng,somethings\r\nsomethins,somethings\r\nsomethintg,somethings\r\nsomethiong,somethin\r\nsomethis,somethings\r\nsomethith,something\r\nsomethiung,somethin\r\nsomethn,somethin\r\nsometiems,sometimes\r\nsometihn,somethin\r\nsometimes-unintuive,sometimes-unintuitive\r\nsometims,sometimes\r\nsometines,sometimes\r\nsometing,something\r\nsometinh,somethin\r\nsometmes,sometimes\r\nsomewaht,somewhat\r\nsomewere,somewhere\r\nsomewhene,somewhere\r\nsomewher,somewhere\r\nsomexinstallation,some\r\nsomg,song\r\nsomgs,songs\r\nsomhow,somehow\r\nsomoenes,someones\r\nsomone's,someone's\r\nsomone,someone\r\nsomplace,someplace\r\nsomsone,someone\r\nsomtac,stomach\r\nsomthing,something\r\nsomtime,sometime\r\nsomtimes,sometimes\r\nsomtims,sometimes\r\nsomway,someway\r\nsomways,someways\r\nsomwere,somewhere\r\nsomwhat,somewhat\r\nsomwhere,somewhere\r\nson't,won't\r\nsond,sound\r\nsonday,sunday\r\nsone,some\r\nsoned,sound\r\nsoneone,someone\r\nsoner,sooner\r\nsones,sons\r\nsong-writer,songwriter\r\nsong-writers,songwriters\r\nsongnwriter,songwriter\r\nsongnwriters,songwriters\r\nsongspractiy,songspracity\r\nsongwrighter,songwriter\r\nsongwrighters,songwriters\r\nsongwritter,songwriter\r\nsonk,sunk\r\nsonnar-scanner,sonar-scanner\r\nsonner,sooner\r\nsonogrpahy,sonography\r\nsonolgist,sonologist\r\nsontrols,controls\r\nsonud,sound\r\nsoo,so\r\nsood,sound\r\nsookeeper,zookeeper\r\nsoone,soon\r\nsoonec,sonic\r\nsooned,soon\r\nsoons,soon\r\nsoord,sword\r\nsootable,suitable\r\nsoparnos,sopranos\r\nsope,soap\r\nsoped,scoped\r\nsophesticated,sophisticated\r\nsophiamilller,sophiamiller\r\nsophicate,sophisticate\r\nsophicated,sophisticated\r\nsophicates,sophisticates\r\nsophicating,sophisticating\r\nsophication,sophistication\r\nsophisitcated,sophisticated\r\nsophisitication,sophistication\r\nsophistacated,sophisticated\r\nsophistacted,sophisticated\r\nsophisticaed,sophisticated\r\nsophisticatoin,sophistication\r\nsophisticted,sophisticated\r\nsophistocated,sophisticated\r\nsophmore,sophomore\r\nsophmores,sophomores\r\nsophmoric,sophomoric\r\nsophosticated,sophisticated\r\nsopken,spoken\r\nsopohmore,sophomore\r\nsopte,spot\r\nsor,for\r\nsoraraty,sorority\r\nsorarity,sorority\r\nsorcastic,sarcastic\r\nsorce,source\r\nsorcercy,sorcery\r\nsorcerey,sorcery\r\nsorceror,sorcerer\r\nsorcerry,sorcery\r\nsorces,sources\r\nsorched,searched\r\nsord,sword\r\nsorder,sorter\r\nsored,stored\r\nsoreity,sorority\r\nsoreted-list,sorted-list\r\nsoretry,sorority\r\nsoriciety,sorority\r\nsoriety,sorority\r\nsoring,sorting\r\nsorings,springs\r\nsoriority,sorority\r\nsoririty,sorority\r\nsoritety,sorority\r\nsority,sorority\r\nsoroarate,sorority\r\nsoroarite,sorority\r\nsoroarity,sorority\r\nsoroartity,sorority\r\nsoroatly,sorority\r\nsoroiety,sorority\r\nsoroity,sorority\r\nsoronded,surrounded\r\nsororeity,sorority\r\nsororety,sorority\r\nsororiety,sorority\r\nsororitity,sorority\r\nsororoty,sorority\r\nsorotory-,sorority\r\nsoround,surround\r\nsorounded,surrounded\r\nsorounding,surrounding\r\nsoroundings,surroundings\r\nsorounds,surrounds\r\nsorourity,sorority\r\nsorowety,sorority\r\nsorpanos,sopranos\r\nsorrity,sorority\r\nsorrodily,sorority\r\nsorroity,sorority\r\nsorroraty,sorority\r\nsorrority,sorority\r\nsorround,surround\r\nsorrounded,surrounded\r\nsorrounding,surrounding\r\nsorroundings,surroundings\r\nsorrounds,surrounds\r\nsorrourity,sorority\r\nsorrund,surround\r\nsorrunded,surrounded\r\nsorrunding,surrounding\r\nsorrundings,surroundings\r\nsorrunds,surrounds\r\nsortablity,sortability\r\nsortbale,sortable\r\nsorte,sort\r\nsorthern,southern\r\nsortmach,stomach\r\nsorty,story\r\nsoruce,source\r\nsoruces,sources\r\nsorund,surround\r\nsorunded,surrounded\r\nsorunding,surrounding\r\nsorundings,surroundings\r\nsorunds,surrounds\r\nsory,story\r\nsotable,suitable\r\nsotabul,suitable\r\nsoteble,suitable\r\nsoth,south\r\nsothen,southern\r\nsother,southern\r\nsothern,southern\r\nsothurn,southern\r\nsotistic,statistics\r\nsotrage,storage\r\nsotre,store\r\nsotred,stored\r\nsotres,stores\r\nsotring,storing\r\nsotrmfront,stormfront\r\nsotry,story\r\nsotrybook,storybook\r\nsotryline,storyline\r\nsotrylines,storylines\r\nsotuh's,south's\r\nsotware,software\r\nsotyr,satyr\r\nsouce,source\r\nsouces,sources\r\nsoucred,sourced\r\nsoud,sound\r\nsoudn,sound\r\nsoudns,sounds\r\nsoudntrack,soundtrack\r\nsoufle,souffle\r\nsoufleed,souffleed\r\nsoufles,souffles\r\nsouflé,soufflé\r\nsoufléed,souffléed\r\nsouflés,soufflés\r\nsougth,sought\r\nsougths,soughts\r\nsould,could\r\nsoulfuly,soulfully\r\nsoultion,solution\r\nsoulutions,solutions\r\nsoundrtack,soundtracks\r\nsoundscap,soundscape\r\nsoundtack,soundtrack\r\nsoundtracs,soundtracks\r\nsoundtrak,soundtrack\r\nsoundtrakc,soundtracks\r\nsoundtrakcs,soundtracks\r\nsoundtrakk,soundtrack\r\nsoundtraks,soundtracks\r\nsouned,sound\r\nsounet,sound\r\nsouns,sons\r\nsountrack,soundtrack\r\nsouraty,sorority\r\nsourc,source\r\nsourcce,source\r\nsourceabilty,sourceability\r\nsourcees,sources\r\nsourcelinenums,source\r\nsourcesd,sources\r\nsourcetarged,source\r\nsourch,source\r\nsourciing,sourcing\r\nsourcse,sources\r\nsoure,source\r\nsourec,source\r\nsourity,sorority\r\nsournd,sound\r\nsourorely,sorority\r\nsourority,sorority\r\nsourounded,surrounded\r\nsourrounding,surrounding\r\nsourse,source\r\nsourth,south\r\nsourtheast,southeast\r\nsourtheaster,southeaster\r\nsourtheasterle,southeasterle\r\nsourtheasterli,southeasterli\r\nsourtheasterls,southeasterls\r\nsourtheasterly,southeasterly\r\nsourtheastern,southeastern\r\nsourther,souther\r\nsourtherlies,southerlies\r\nsourtherly,southerly\r\nsourthern,southern\r\nsourthernmost,southernmost\r\nsourthers,southers\r\nsourthwest,southwest\r\nsourthwester,southwester\r\nsourthwesterle,southwesterle\r\nsourthwesterli,southwesterli\r\nsourthwesterls,southwesterls\r\nsourthwesterly,southwesterly\r\nsourthwestern,southwestern\r\nsout,south\r\nsoutabe,suitable\r\nsouthamerica,South America\r\nsouthamerican,South American\r\nsouthamericans,South Americans\r\nsouthamericas,South Americas\r\nsouthampon,southampton\r\nsouthamption,southampton\r\nsouthamton,southampton\r\nsouthamtpon,southampton\r\nsouthan,southern\r\nsouthanpton,southampton\r\nsouthapmton,southampton\r\nsouthcarolina,South Carolina\r\nsouthcarolinan,South Carolinan\r\nsouthcarolinans,South Carolinans\r\nsouthcarolinas,South Carolinas\r\nsouthdakota,South Dakota\r\nsouthdakotan,South Dakotan\r\nsouthdakotans,South Dakotans\r\nsouthdakotas,South Dakotas\r\nsouthen,southern\r\nsouthend,southern\r\nsoutherers,southerners\r\nsouthernerns,southerners\r\nsouthernes,southerners\r\nsouthernese,southerners\r\nsoutherness,southerners\r\nsouthernest,southerners\r\nsouthernors,southerners\r\nsoutherton,southern\r\nsouthhampton,Southampton\r\nsouthheast,southeast\r\nsouthin,southern\r\nsouthmapton,southampton\r\nsouthorn,southern\r\nsouthren,southern\r\nsouthtampon,southampton\r\nsouvenier,souvenir\r\nsouveniers,souvenirs\r\nsouviner,souvenir\r\nsoveit,soviet\r\nsoveits,soviets\r\nsoveregin,sovereign\r\nsoveregnity,sovereignty\r\nsovereighnty,sovereignty\r\nsovereighty,sovereignty\r\nsovereignety,sovereignty\r\nsovereignity,sovereignty\r\nsovereigny,sovereignty\r\nsoverein,sovereign\r\nsovereing,sovereign\r\nsovereingty,sovereignty\r\nsovereinity,sovereignty\r\nsovereinty,sovereignty\r\nsoveriegn,sovereign\r\nsoveriegnty,sovereignty\r\nsoveriengty,sovereignty\r\nsoverign,sovereign\r\nsoverignity,sovereignty\r\nsoverignty,sovereignty\r\nsovietes,soviets\r\nsovler,solver\r\nsovreignty,sovereignty\r\nsowd,sound\r\nsowftware,software\r\nsownd,sound\r\nsowwing,sowing\r\nsoϕth,south\r\nsp,so\r\nspac,space\r\nspace-seperated,space-separated\r\nspacebr,spacebar\r\nspacecraf,spacecraft\r\nspacecrawf,spacecraft\r\nspacegoat,scapegoat\r\nspaceous,spacious\r\nspached,smashed\r\nspacically,specifically\r\nspaciffically,specifically\r\nspacific,specific\r\nspacifically,specifically\r\nspacificaly,specifically\r\nspacification,specification\r\nspacificially,specifically\r\nspacificly,specifically\r\nspacifilly,specifically\r\nspacil,special\r\nspacilly,specifically\r\nspacimen,specimen\r\nspacioius,spacious\r\nspacioiusly,spaciously\r\nspacioiusness,spaciousness\r\nspaciouis,spacious\r\nspaciouisly,spaciously\r\nspaciouisness,spaciousness\r\nspaciuos,spacious\r\nspaciuosly,spaciously\r\nspaciuosness,spaciousness\r\nspacivicaly,specifically\r\nspackage,package\r\nspacoius,spacious\r\nspacoiusly,spaciously\r\nspacoiusness,spaciousness\r\nspacouis,spacious\r\nspacouisly,spaciously\r\nspacouisness,spaciousness\r\nspad,spade\r\nspaec,space\r\nspaekers,speakers\r\nspagehtti,spaghetti\r\nspageti,spaghetti\r\nspagetini,spaghettini\r\nspagetti,spaghetti\r\nspagettini,spaghettini\r\nspagheti,spaghetti\r\nspaghetini,spaghettini\r\nspaguetti,spaghetti\r\nspahgetti,spaghetti\r\nspail,special\r\nspaing,scraping\r\nspainiard,Spaniard\r\nspainish,spanish\r\nspainsh,spanish\r\nspaip,spare\r\nspair,spare\r\nspallling,spalling\r\nspalt,spelt\r\nspaltoon,splatoon\r\nspamed,spanned\r\nspaming,spamming\r\nspammade,spammed\r\nspammare,spammer\r\nspammear,spammer\r\nspammend,spammed\r\nspammeur,spammer\r\nspammmers,spammers\r\nspammmmming,spamming\r\nspance,spans\r\nspanich,spanish\r\nspanisch,spanish\r\nspankign,spanking\r\nspannig,spanning\r\nspannned,spanned\r\nspannning,spanning\r\nspansih,spanish\r\nspanwed,spawned\r\nspanws,spawns\r\nsparate,separate\r\nsparce,sparse\r\nsparcely,sparsely\r\nsparceness,sparseness\r\nsparcer,sparser\r\nsparcest,sparsest\r\nsparinly,sparingly\r\nspark-compatabile,spark-compatible\r\nspark-subsubmit,spark-submit\r\nsparkel,sparkle\r\nsparklie,sparkle\r\nsparlking,sparkling\r\nsparrring,sparring\r\nsparse-checlout,sparse-checkout\r\nsparsed,sparse\r\nsparsingly,sparingly\r\nsparsly,sparsely\r\nsparsse,sparse\r\nspartaniis,spartans\r\nspartanops,spartans\r\nspartants,spartans\r\nspartas,spartans\r\nspartsn,spartans\r\nsparyed,sprayed\r\nspascious,spacious\r\nspasciously,spaciously\r\nspasciousness,spaciousness\r\nspase,space\r\nspash,splash\r\nspasific,specific\r\nspath,path\r\nspathety,sympathetic\r\nspatialvisible,spatial\r\nspattter,spatter\r\nspawed,spawned\r\nspawend,spawned\r\nspawing,spawning\r\nspawining,spawning\r\nspawnig,spawning\r\nspawnign,spawning\r\nspce,space\r\nspcecial,special\r\nspcecified,specified\r\nspceifed,specified\r\nspceify,specify\r\nspcerial,spiritual\r\nspcific,specific\r\nspcified,specified\r\nspcifies,specifies\r\nspcifying,specifying\r\nspcing,spinning\r\nspcioicately,specifically\r\nspcyphicically,specifically\r\nspeacal,special\r\nspeach,speech\r\nspeaches,speeches\r\nspeachless,speechless\r\nspeacial,special\r\nspeacil,special\r\nspeack,speak\r\nspeacker,speaker\r\nspeacking,speaking\r\nspeacle,special\r\nspeaclil,special\r\nspeacly,special\r\nspead,speed\r\nspeaical,special\r\nspeaicl,special\r\nspeail,special\r\nspeaked,spoke\r\nspeakerprofile,speaker-profile\r\nspeal,special\r\nspeally,special\r\nspealy,special\r\nspeamend,specimen\r\nspear-headed,spearheaded\r\nspear-heading,spearheading\r\nspearate,separate\r\nspearately,separately\r\nspearator,separator\r\nspearators,separators\r\nspearitial,spiritual\r\nspeartiual,spiritual\r\nspeashell,special\r\nspeashle,special\r\nspeasial,special\r\nspeasll,special\r\nspeasmens,specimens\r\nspecafy,specify\r\nspecail,special\r\nspecailist,specialist\r\nspecailists,specialists\r\nspecaility,speciality\r\nspecailization,specialization\r\nspecailize,specializes\r\nspecailized,specialized\r\nspecailizes,specializes\r\nspecailly,specially\r\nspecails,specials\r\nspecailty,specialty\r\nspecal,special\r\nspecality,specialty\r\nspecalized,specialized\r\nspecaman,specimen\r\nspecamens,specimens\r\nspecament,specimen\r\nspecamin,specimen\r\nspecamins,specimens\r\nspecatcular,spectacular\r\nspecator,spectator\r\nspecber,special\r\nspeceall,special\r\nspecefe,specific\r\nspecefic,specific\r\nspecefically,specifically\r\nspeceficalsee,specifically\r\nspecefied,specified\r\nspecel,special\r\nspecele,special\r\nspecell,special\r\nspecemen,specimen\r\nspecemens,specimen\r\nspecement,specimen\r\nspecemin,specimen\r\nspecemunt,specimens\r\nspecephicly,specifically\r\nspeces,spaces\r\nspecfic,specific\r\nspecfically,specifically\r\nspecfication,specification\r\nspecfications,specifications\r\nspecficiation,specification\r\nspecficiations,specifications\r\nspecficity,specificity\r\nspecfics,specifics\r\nspecfied,specified\r\nspecfies,specifies\r\nspecfiied,specified\r\nspecfiy,specify\r\nspecfiying,specifying\r\nspecfunens,specimens\r\nspecfy,specify\r\nspecfying,specifying\r\nspechal,special\r\nspeche,special\r\nspechel,special\r\nspechile,special\r\nspecia,special\r\nspeciaal,special\r\nspeciafic,specific\r\nspecial-purpse,special-purpose\r\nspecialazation,specialization\r\nspeciales,specials\r\nspecialiazation,specialization\r\nspecialication,specialization\r\nspecialice,specialize\r\nspecialiced,specialized\r\nspecialices,specializes\r\nspecialied,specialized\r\nspecialies,specializes\r\nspecialis,specials\r\nspecialisises,specializes\r\nspecialistes,specialists\r\nspecialites,specializes\r\nspecialits,specials\r\nspecializaiton,specialization\r\nspecializare,specialize\r\nspecializate,specialize\r\nspecializatio,specialization\r\nspecializaton,specialization\r\nspecializeds,specializes\r\nspecializied,specialize\r\nspeciall,special\r\nspeciallisation,specialisation\r\nspeciallisations,specialisations\r\nspeciallise,specialise\r\nspeciallised,specialised\r\nspeciallises,specialises\r\nspeciallising,specialising\r\nspeciallist,specialist\r\nspeciallity,specially\r\nspeciallization,specialization\r\nspeciallizations,specializations\r\nspeciallize,specialize\r\nspeciallized,specialised\r\nspeciallizes,specializes\r\nspeciallizing,specializing\r\nspeciallly,specially\r\nspeciallty,specially\r\nspecialops,specials\r\nspecialsts,specialists\r\nspecialt,specialist\r\nspecialtys,specials\r\nspecialy,specially\r\nspecialz,specialize\r\nspecialzed,specialized\r\nspecialzes,specializes\r\nspecialzied,specialized\r\nspecialzing,specialized\r\nspeciamans,specimens\r\nspeciamens,specimens\r\nspeciamns,specimens\r\nspecias,specials\r\nspeciatlier,specialtier\r\nspeciatlies,specialties\r\nspeciatliest,specialtiest\r\nspeciatliness,specialtiness\r\nspeciatly,specialty\r\nspeciay,specify\r\nspecic,specific\r\nspecical,special\r\nspecically,specifically\r\nspecicfic,specific\r\nspecicic,specific\r\nspecicied,specified\r\nspecicims,specimens\r\nspecied,specified\r\nspeciefic,specific\r\nspeciefied,specified\r\nspeciefies,specifies\r\nspeciel,special\r\nspeciemen,specimen\r\nspeciemends,specimens\r\nspeciemens,specimens\r\nspeciement,specimen\r\nspeciements,specimens\r\nspeciemn,specimens\r\nspeciems,specimens\r\nspeciemuns,specimens\r\nspecienens,specimen\r\nspecifa,specific\r\nspecifac,specific\r\nspecifacition,specification\r\nspecifacly,specifically\r\nspecifacully,specifically\r\nspecifal,special\r\nspecifc,specific\r\nspecifcaiton,specification\r\nspecifcale,specifically\r\nspecifcally,specifically\r\nspecifcation,specification\r\nspecifcations,specifications\r\nspecifcatons,specifications\r\nspecifci,specific\r\nspecifcially,specifically\r\nspecifcication,specification\r\nspecifcity,specificity\r\nspecifcs,specifics\r\nspecifcy,specify\r\nspecifecely,specifically\r\nspecifecly,specifically\r\nspecifect,specific\r\nspecifecully,specifically\r\nspecifed,specified\r\nspecifers,specifiers\r\nspecifes,specifies\r\nspeciffic,specific\r\nspeciffically,specifically\r\nspecifficy,specific\r\nspecifi,specify\r\nspecifially,specifically\r\nspecifiations,specifications\r\nspecifica,specific\r\nspecificacion,specification\r\nspecificactions,specifications\r\nspecificaion,specification\r\nspecificaiton,specifications\r\nspecificaitons,specification\r\nspecificalely,specifically\r\nspecificaly,specifically\r\nspecificate,specified\r\nspecificately,specifically\r\nspecificatin,specification\r\nspecificatioin,specification\r\nspecificatioins,specifications\r\nspecificationm,specification\r\nspecificato,specification\r\nspecificatoin,specification\r\nspecificatoins,specifications\r\nspecificaton,specification\r\nspecificatons,specifications\r\nspecificd,specific\r\nspecificed,specified\r\nspecificely,specifically\r\nspecifices,specifics\r\nspecifich,specific\r\nspecifici,specific\r\nspecificially,specifically\r\nspecificialy,specifically\r\nspecificiation,specification\r\nspecificiations,specifications\r\nspecificiaton,specification\r\nspecificied,specified\r\nspecificies,specifics\r\nspecificing,specifying\r\nspecifickly,specifically\r\nspecificlly,specifically\r\nspecificly,specifically\r\nspecifict,specific\r\nspecifiction,specification\r\nspecificty,specificity\r\nspecificually,specifically\r\nspecificulty,specifically\r\nspecificy,specify\r\nspecificying,specifying\r\nspecifid,specified\r\nspecifide,specified\r\nspecifie,specify\r\nspecifiec,specified\r\nspecifiecaly,specifically\r\nspecifiedn,specified\r\nspecifieed,specified\r\nspecifield,specified\r\nspecifieng,specifying\r\nspecififed,specified\r\nspecifify,specify\r\nspecififying,specifying\r\nspecifig,specific\r\nspecifiied,specified\r\nspecifiing,specifying\r\nspecifikation,specification\r\nspecifined,specified\r\nspecifing,specifying\r\nspecifity,specificity\r\nspecifix,specific\r\nspecifiy,specify\r\nspecifiying,specifying\r\nspecifiyng,specifying\r\nspecifty,specify\r\nspecifucally,specifically\r\nspecifuclly,specifically\r\nspecifuing,specifying\r\nspecifv,specific\r\nspecifyed,specified\r\nspecifyied,specified\r\nspecifyingthe,specifying\r\nspecifyng,specifying\r\nspecifys,specifies\r\nspeciifc,specific\r\nspeciifed,specified\r\nspecil,special\r\nspecilaized,specialize\r\nspecile,special\r\nspeciliast,specialists\r\nspeciliazation,specialization\r\nspeciliazed,specialize\r\nspecilization,specialization\r\nspecill,special\r\nspeciman,specimen\r\nspecimann,specimen\r\nspecimans,specimens\r\nspecimend,specimen\r\nspecimends,specimens\r\nspecimene,specimen\r\nspecimenence,specimens\r\nspeciment,specimen\r\nspeciments,specimens\r\nspecimims,specimens\r\nspecimine,specimen\r\nspecimines,specimen\r\nspecimins,specimens\r\nspecimn,specimen\r\nspecimns,specimens\r\nspecimums,specimens\r\nspecimun,specimen\r\nspecimuns,specimens\r\nspecinen,specimen\r\nspecinens,specimens\r\nspeciocally,specifically\r\nspecioius,specious\r\nspecioiusly,speciously\r\nspecioiusness,speciousness\r\nspecionm,specimen\r\nspeciouis,specious\r\nspeciouisly,speciously\r\nspeciouisness,speciousness\r\nspeciphicly,specifically\r\nspecipik,specific\r\nspecipit,specific\r\nspecisl,specials\r\nspecismen,specimen\r\nspecitic,specific\r\nspecitifcations,specifications\r\nspecitle,special\r\nspecity,specify\r\nspecium,specimen\r\nspeciumen,specimen\r\nspeciums,specimens\r\nspeciuos,specious\r\nspeciuosly,speciously\r\nspeciuosness,speciousness\r\nspecivied,specified\r\nspeciy,specify\r\nspecle,special\r\nspecli,special\r\nspeclovel,specifically\r\nspecman,specimen\r\nspecmen,specimen\r\nspecmicn,specimen\r\nspecofic,specific\r\nspecofy,specify\r\nspecofying,specifying\r\nspecoius,specious\r\nspecoiusly,speciously\r\nspecoiusness,speciousness\r\nspecor,special\r\nspecouis,specious\r\nspecouisly,speciously\r\nspecouisness,speciousness\r\nspecrtal,spectral\r\nspecsie,special\r\nspecsiface,specific\r\nspect,aspect\r\nspecta,spectra\r\nspectactular,spectacular\r\nspectacuarly,spectacular\r\nspectaculair,spectacular\r\nspectaculaire,spectacular\r\nspectaculalry,spectacularly\r\nspectacularely,spectacularly\r\nspectacularily,spectacularly\r\nspectaculary,spectacularly\r\nspectacullar,spectacularly\r\nspectal,spectral\r\nspectarors,spectators\r\nspectaters,spectators\r\nspectatores,spectators\r\nspectatular,spectacular\r\nspectatularly,spectacularly\r\nspectauclar,spectacular\r\nspectauclarly,spectacularly\r\nspectauclars,spectaculars\r\nspectaular,spectacular\r\nspectaularly,spectacularly\r\nspectaulars,spectaculars\r\nspectecular,spectacular\r\nspectfically,specifically\r\nspectial,special\r\nspectific,specific\r\nspectificed,specified\r\nspectify,specify\r\nspectioly,specifically\r\nspectogram,spectrogram\r\nspectometry,spectrometry\r\nspectorgram,spectrogram\r\nspectoscopy,spectroscopy\r\nspectracal,spectral\r\nspectrail,spectral\r\nspectraply,spectral\r\nspectrm,spectrum\r\nspectrolab,spectral\r\nspects,aspects\r\nspectum,spectrum\r\nspecturm,spectrum\r\nspecualte,speculate\r\nspecualting,speculating\r\nspecualtion,speculation\r\nspecualtions,speculation\r\nspecualtive,speculative\r\nspecularite,speculative\r\nspeculatie,speculative\r\nspeculaties,speculative\r\nspeculatin,speculation\r\nspecull,special\r\nspecultatively,speculatively\r\nspecumens,specimens\r\nspecusamends,specimens\r\nspecyfic,specific\r\nspecyfication,specification\r\nspecyfing,specifying\r\nspecyically,specifically\r\nspedcified,specified\r\nspedicemas,specimens\r\nspedified,specified\r\nspedify,specify\r\nspedin,splendid\r\nspeecaman,specimen\r\nspeeche,speech\r\nspeecheasy,speeches\r\nspeechers,speeches\r\nspeechs,speeches\r\nspeecial,special\r\nspeecificully,specifically\r\nspeecifiy,specify\r\nspeedrunnning,speedrunning\r\nspeeed,speed\r\nspeeking,speaking\r\nspeeling,spelling\r\nspeer,spear\r\nspefic,specific\r\nspefically,specifically\r\nspefication,specification\r\nspeficfy,specify\r\nspefici,specific\r\nspeficially,specifically\r\nspeficic,specific\r\nspeficically,specifically\r\nspeficict,specifically\r\nspeficied,specified\r\nspeficified,specified\r\nspefick,specific\r\nspeficy,specify\r\nspeficying,specifying\r\nspefied,specified\r\nspefified,specified\r\nspefify,specify\r\nspehres,spheres\r\nspehrical,spherical\r\nspeial,special\r\nspeicail,special\r\nspeical,special\r\nspeicalist,specialist\r\nspeicalists,specialists\r\nspeicality,speciality\r\nspeically,specially\r\nspeicals,specials\r\nspeicalty,specialty\r\nspeice,special\r\nspeicel,special\r\nspeicemen,specimen\r\nspeices,species\r\nspeicfic,specific\r\nspeicfied,specified\r\nspeicfy,specify\r\nspeichy,special\r\nspeicial,special\r\nspeiciall,special\r\nspeicied,specified\r\nspeicies,species\r\nspeicifes,specifies\r\nspeicific,specific\r\nspeicification,specification\r\nspeicified,specified\r\nspeicifies,specifies\r\nspeicify,specify\r\nspeicil,special\r\nspeicimens,specimens\r\nspeicl,special\r\nspeicman,specimen\r\nspeicy,specify\r\nspeifications,specifications\r\nspeified,specified\r\nspeifies,specifies\r\nspeil,special\r\nspeiple,special\r\nspeiritually,spiritual\r\nspeishel,special\r\nspek,speak\r\nspekaer,speaker\r\nspekaing,speaking\r\nspeking,speaking\r\nspel,spell\r\nspeldid,splendid\r\nspelended,splendid\r\nspelendid,splendid\r\nspeleolgical,speleological\r\nspelich,special\r\nspeling,spelling\r\nspellend,splendid\r\nspellig,spelling\r\nspellign,spelling\r\nspellled,spelled\r\nspellling,spelling\r\nspelllings,spellings\r\nspelllling,spelling\r\nspellllling,spelling\r\nspemans,specimen\r\nspen,spin\r\nspended,splendid\r\nspendentaly,spendentally\r\nspendid,splendid\r\nspendoded,splendid\r\nspendour,splendour\r\nspened,splendid\r\nspening,spending\r\nspenious,specimens\r\nspenled,splendid\r\nspented,splendid\r\nspepcific,specific\r\nspeperate,separate\r\nsper,spare\r\nsperate,separate\r\nsperatual,spiritual\r\nsperatural,spiritual\r\nspercification,specification\r\nsperclruy,special\r\nspercrift,spacecraft\r\nspere,sphere\r\nsperical,spherical\r\nsperits,spirits\r\nsperitual,spiritual\r\nspermatozoan,spermatozoon\r\nspertial,spiritual\r\nspertiaul,spiritual\r\nspesal,special\r\nspescil,special\r\nspesciment,specimen\r\nspescious,specious\r\nspesciously,speciously\r\nspesciousness,speciousness\r\nspescivic,specific\r\nspesements,specimens\r\nspesh,special\r\nspeshal,special\r\nspeshall,special\r\nspeshel,special\r\nspeshil,special\r\nspeshl,special\r\nspeshle,special\r\nspesial,special\r\nspesiamen,specimens\r\nspesific,specific\r\nspesificale,specifically\r\nspesifically,specifically\r\nspesificaly,specifically\r\nspesification,specification\r\nspesifications,specifications\r\nspesifict,specific\r\nspesified,specified\r\nspesify,specify\r\nspesifying,specifying\r\nspesil,special\r\nspesimen,specimen\r\nspesiment,specimen\r\nspesimon,specimen\r\nspesl,special\r\nspesle,special\r\nspeslel,special\r\nspesll,special\r\nspesment,specimens\r\nspessimen,specimen\r\nspessl,special\r\nspesule,special\r\nspetember,september\r\nspexifically,specifically\r\nspezialisation,specialization\r\nspezified,specified\r\nspficsic,specific\r\nsphagetti,spaghetti\r\nsphecificly,specifically\r\nsphereos,spheres\r\nspheriod,spheroid\r\nspheriodal,spheroidal\r\nspheriods,spheroids\r\nsphificly,specifically\r\nsphink,sphinx\r\nsphnix,sphinx\r\nspical,special\r\nspicale,special\r\nspicechall,special\r\nspicel,special\r\nspicemen,specimen\r\nspicemens,specimens\r\nspicements,specimens\r\nspicial,special\r\nspiciefic,specific\r\nspiciffic,specific\r\nspicific,specific\r\nspicificily,specifically\r\nspicificly,specifically\r\nspicified,specified\r\nspiciman,specimen\r\nspicimens,specimens\r\nspicimuns,specimens\r\nspicivic,specific\r\nspicl,special\r\nspieal,special\r\nspiecal,special\r\nspiecel,special\r\nspiecil,special\r\nspiecivic,specific\r\nspiecman,specimens\r\nspiecmen,specimen\r\nspiect,special\r\nspieica,special\r\nspieimins,specimen\r\nspieratually,spiritual\r\nspikeabilty,spikeability\r\nspikey,spiky\r\nspil,spill\r\nspildend,splendid\r\nspillled,spilled\r\nspilller,spiller\r\nspilnter,splinter\r\nspilts,splits\r\nspiltter,splitter\r\nspinanker,spinnaker\r\nspindel,spindle\r\nspindrel,spindle\r\nspinds,spins\r\nspineng,spinning\r\nsping,spring\r\nspinging,spinning\r\nspining,spinning\r\nspinkle,sprinkle\r\nspinned,spun\r\nspinng,spinning\r\nspinnig,spinning\r\nspinnner,spinner\r\nspinnners,spinners\r\nspinnning,spinning\r\nspinny,spinning\r\nspinorbit,spin-orbit\r\nspinx,sphinx\r\nspirchial,spiritual\r\nspirical,spiritual\r\nspirisul,spiritual\r\nspirital,spiritual\r\nspiritd,spirited\r\nspirites,spirits\r\nspiritial,spiritual\r\nspiritialism,spiritualism\r\nspiritialisms,spiritualisms\r\nspiritialist,spiritualist\r\nspiritialists,spiritualists\r\nspiritiality,spirituality\r\nspiritially,spiritually\r\nspiritials,spirituals\r\nspiritiaul,spiritual\r\nspiritis,spirits\r\nspirititual,spiritual\r\nspiritous,spirituous\r\nspiritualiy,spiritually\r\nspirituall,spiritual\r\nspirituallity,spiritually\r\nspirituallly,spiritually\r\nspiritualty,spirituality\r\nspiritualy,spiritually\r\nspirituella,spiritually\r\nspiritul,spiritual\r\nspiritural,spiritual\r\nspiriturel,spiritual\r\nspirlial,spiritual\r\nspirtful,spiritual\r\nspirtial,spiritual\r\nspirtied,spirited\r\nspirtional,spiritual\r\nspirtiuality,spirituality\r\nspirtiually,spiritually\r\nspirttual,spiritual\r\nspirtual,spiritual\r\nspirtural,spiritual\r\nspirurel,spiritual\r\nspirutuality,spirituality\r\nspirutually,spiritually\r\nspisemans,specimens\r\nspisific,specific\r\nspitefull,spiteful\r\nspiter,spider\r\nspitirial,spiritual\r\nspitirually,spiritually\r\nspitrial,spiritual\r\nspitural,spiritual\r\nspland,splendid\r\nsplanded,splendid\r\nsplanted,splendid\r\nsplaton,splatoon\r\nsplatooon,splatoon\r\nsplattter,splatter\r\nspleand,splendid\r\nspleded,splendid\r\nspledid,splendid\r\nspleind,splendid\r\nspleling,spelling\r\nsplend,splendid\r\nsplende,splendid\r\nsplended,splendid\r\nsplenden,splendid\r\nsplender,splendid\r\nsplenderd,splendid\r\nsplendide,splendid\r\nsplendied,splendid\r\nsplendod,splendid\r\nsplendourd,splendid\r\nsplened,splendid\r\nsplenid,splendid\r\nsplented,splendid\r\nsplers,surplus\r\nsplicitly,explicitly\r\nspliend,splendid\r\nspliened,splendid\r\nsplindid,splendid\r\nsplinter-group,splinter group\r\nsplinter-groups,splinter groups\r\nsplite,split\r\nsplited,split\r\nspliters,splinters\r\nspliting,splitting\r\nsplitner,splinter\r\nsplitted,split\r\nsplittr,splitter\r\nsplittted,splitted\r\nsplittter,splitter\r\nsplittters,splitters\r\nsplittting,splitting\r\nspll,spell\r\nsplot,split\r\nspnelldid,splendid\r\nspoace,space\r\nspoaced,spaced\r\nspoacer,spacer\r\nspoacers,spacers\r\nspoaces,spaces\r\nspoacing,spacing\r\nspoacings,spacings\r\nspoak,spoke\r\nspock,spoke\r\nspoilerd,spoiled\r\nspoiles,spoilers\r\nspoinner,spinner\r\nspoitfy,spotify\r\nspok,spoke\r\nspokeman,spokesman\r\nspokemen,spokesmen\r\nspokepeople,spokespeople\r\nspokeperson,spokesperson\r\nspokepersons,spokespersons\r\nspokewoman,spokeswoman\r\nspokewomen,spokeswomen\r\nspoled,spoiled\r\nspolened,splendid\r\nspoler,spoiler\r\nspolied,spoiled\r\nspolier,spoiler\r\nspoliers,spoilers\r\nspolight,spotlight\r\nspon,spoon\r\nsponatenous,spontaneous\r\nsponatenously,spontaneously\r\nsponatneous,spontaneous\r\nsponorship,sponsorship\r\nsponosred,sponsored\r\nsponser,sponsor\r\nsponsered,sponsored\r\nsponsering,sponsoring\r\nsponsers,sponsors\r\nsponsership,sponsorship\r\nsponserships,sponsorships\r\nsponsord,sponsored\r\nsponsorees,sponsors\r\nsponsores,sponsors\r\nsponsorhip,sponsorship\r\nsponsorhips,sponsorship\r\nsponsorhsip,sponsorship\r\nsponsorise,sponsors\r\nsponsorshop,sponsorship\r\nsponsosrs,sponsors\r\nspontaenous,spontaneous\r\nspontaenously,spontaneously\r\nspontainous,spontaneous\r\nspontainously,spontaneously\r\nspontaneis,spontaneous\r\nspontaneos,spontaneous\r\nspontaneosly,spontaneously\r\nspontaneoulsy,spontaneously\r\nspontaneouly,spontaneously\r\nspontanes,spontaneous\r\nspontanesly,spontaneously\r\nspontaneuos,spontaneous\r\nspontaneuosly,spontaneously\r\nspontaneus,spontaneous\r\nspontaneusly,spontaneously\r\nspontanious,spontaneous\r\nspontaniously,spontaneously\r\nspontanis,spontaneous\r\nspontanisly,spontaneously\r\nspontanius,spontaneous\r\nspontanos,spontaneous\r\nspontanosly,spontaneously\r\nspontanous,spontaneous\r\nspontanously,spontaneously\r\nspontanuesly,spontaneously\r\nspontanuosly,spontaneously\r\nspontanuously,spontaneously\r\nspontanus,spontaneous\r\nspontanusly,spontaneously\r\nsponteanous,spontaneous\r\nsponteanously,spontaneously\r\nsponteneous,spontaneous\r\nsponteneously,spontaneously\r\nsponteous,spongeous\r\nspontivly,spontively\r\nsponzor,sponsor\r\nsponzored,sponsored\r\nsponzoring,sponsoring\r\nsponzors,sponsors\r\nsponzorship,sponsorship\r\nsponzorships,sponsorships\r\nspoonfull,spoonful\r\nspoonfullly,spoonfully\r\nspoonfullness,spoonfulness\r\nspoonfulls,spoonfuls\r\nsporanos,sopranos\r\nsporatic,sporadic\r\nsporatically,sporadically\r\nspordid,splendid\r\nsporles,sproles\r\nsporrow,sparrow\r\nsporstmanship,sportsmanship\r\nsportmansship,sportsmanship\r\nsportsmamship,sportsmanship\r\nsportsmansship,sportsmanship\r\nsportsmenship,sportsmanship\r\nsporuts,sprouts\r\nsposnsored,sponsored\r\nspoted,spotted\r\nspotfiy,spotify\r\nspotifiy,spotify\r\nspotifty,spotify\r\nspotight,spotlight\r\nspottted,spotted\r\nspottting,spotting\r\nspouce,spouse\r\nspourcevba,source\r\nsppech,speech\r\nsppeches,speeches\r\nspped,speed\r\nspplications,applications\r\nspport,support\r\nspported,supported\r\nspporting,supporting\r\nspports,supports\r\nsprakling,sparkling\r\nspraping,scraping\r\nsprayade,sprayed\r\nsprcification,specification\r\nspreadabilty,spreadability\r\nspreadablility,spreadability\r\nspreaded,spread\r\nspreadhseet,spreadsheet\r\nspreadhseets,spreadsheets\r\nspreadhsheets,spreadsheets\r\nspreadibilty,spreadibility\r\nspreadsheat,spreadsheet\r\nspreadsheats,spreadsheets\r\nspreadsheeds,spreadsheets\r\nspreadsheeet,spreadsheets\r\nspreadsheeters,spreadsheets\r\nspreadsheeticus,spreadsheets\r\nspreadshet,spreadsheet\r\nspreadshets,spreadsheets\r\nsprech,speech\r\nspreches,speeches\r\nspred,spread\r\nspreds,spreads\r\nspredsheet,spreadsheet\r\nspreedsheet,spreadsheet\r\nsprended,splendid\r\nsprenuious,strenuous\r\nsprial,spiral\r\nsprialed,spiraled\r\nsprialing,spiraling\r\nsprialled,spiralled\r\nsprialling,spiralling\r\nsprials,spirals\r\nsprianed,sprained\r\nsprign,spring\r\nsprinboard,springboard\r\nspringfeild,springfield\r\nspringfeilds,springfields\r\nspringfeld,springfield\r\nspringfied,springfield\r\nspringfiled,springfield\r\nspringst,sprints\r\nsprinke,sprinkle\r\nsprinked,sprinkled\r\nsprinkel,sprinkle\r\nsprinkeld,sprinkled\r\nsprintas,sprints\r\nspriritual,spiritual\r\nspririual,spiritual\r\nspririualism,spiritualism\r\nspririualisms,spiritualisms\r\nspririualist,spiritualist\r\nspririualists,spiritualists\r\nspririuality,spirituality\r\nspririually,spiritually\r\nspririuals,spirituals\r\nsprirtual,spiritual\r\nsprital,spiritual\r\nspritesheet,sprite-sheet\r\nspritially,spiritual\r\nspritiual,spiritual\r\nspritual,spiritual\r\nspritualism,spiritualism\r\nspritualisms,spiritualisms\r\nspritualist,spiritualist\r\nspritualists,spiritualists\r\nsprituality,spirituality\r\nspritually,spiritually\r\nsprituals,spirituals\r\nspritule,spiritual\r\nspritural,spiritual\r\nsprlling,spelling\r\nsproels,sproles\r\nsproket,sprocket\r\nsprong,spring\r\nsprot,sport\r\nsprotsmanship,sportsmanship\r\nsproutes,sprouts\r\nspsific,specific\r\nsptaly,sptally\r\nspuciman,specimens\r\nspured,spurned\r\nspurios,spurious\r\nspuritily,spiritual\r\nspurrious,spurious\r\nspwan,spawn\r\nspwaned,spawned\r\nspwaning,spawning\r\nspyfic,specific\r\nsqare,square\r\nsqash,squash\r\nsqaud,squad\r\nsqaudron,squadron\r\nsqaure,square\r\nsqaured,squared\r\nsqaurely,squarely\r\nsqaures,squares\r\nsqeuaky,squeaky\r\nsqiurtle,squirtle\r\nsqiushy,squishy\r\nsqraping,scraping\r\nsquadroon,squadron\r\nsquaed,squared\r\nsquah,squash\r\nsquair,square\r\nsquar,square\r\nsquardon,squadron\r\nsquareds,squares\r\nsquarey,squarely\r\nsquarley,squarely\r\nsquas,squad\r\nsqueakey,squeaky\r\nsqueakly,squeaky\r\nsqueee,squeeze\r\nsqueeks,squeaks\r\nsqueese,squeeze\r\nsquek,squeak\r\nsquence,sequence\r\nsquences,sequences\r\nsqueze,squeeze\r\nsquigly,squiggly\r\nsquirel,squirtle\r\nsquirle,squirrel\r\nsquirlte,squirtle\r\nsquirrelies,squirrels\r\nsquirrelius,squirrels\r\nsquirrell,squirrel\r\nsquirrells,squirrels\r\nsquirrelus,squirrels\r\nsquirrl,squirrel\r\nsquirrle,squirrel\r\nsquirrles,squirrels\r\nsquirrtle,squirrel\r\nsquirte,squirtle\r\nsquirtel,squirtle\r\nsquishey,squishy\r\nsquishly,squishy\r\nsqure,square\r\nsquritle,squirtle\r\nsqurrel,squirrel\r\nsqurriel,squirrel\r\nsqurriels,squirrels\r\nsqurtile,squirtle\r\nsqurting,squirting\r\nsqushed,squashed\r\nsqusihy,squishy\r\nsrace,scrape\r\nsractch,scratch\r\nsraightforward,straightforward\r\nsrambled,scrambled\r\nsramled,scrambled\r\nsramping,scraping\r\nsranbled,scrambled\r\nsranded,surrounded\r\nsraping,scraping\r\nsrapping,scraping\r\nsratch,scratch\r\nsrate,state\r\nsrceen,screen\r\nsrcipt,script\r\nsre,are\r\nsreaming,streaming\r\nsreate,create\r\nsreen,screen\r\nsreeounded,surrounded\r\nsreet,street\r\nsresponsibilty,sresponsibility\r\nsret,street\r\nsrever,server\r\nsreverting,reverting\r\nsriarcha,sriracha\r\nsricke,strike\r\nsrict,strict\r\nsrilanka,Sri Lanka\r\nsrilankan,Sri Lankan\r\nsrilankans,Sri Lankans\r\nsring,string\r\nsript,script\r\nsripts,scripts\r\nsriraca,sriracha\r\nsrirachia,sriracha\r\nsrirachra,sriracha\r\nsrop,drop\r\nsrorage,storage\r\nsrot,spot\r\nsrouce,source\r\nsrounded,surrounded\r\nsrpouts,sprouts\r\nsrriacha,sriracha\r\nsrround,surrounded\r\nsrrplas,surplus\r\nsrtategies,strategies\r\nsrteam-prim,stream-prim\r\nsrting,string\r\nsrtings,strings\r\nsrttings,settings\r\nsrubber,scrubber\r\nsructure,structure\r\nsrver,server\r\nsryacuse,syracuse\r\nsryians,syrians\r\nsryinge,syringe\r\nssdieligiblity,ssdieligibility\r\nssections,sections\r\nsselect,select\r\nssentially,essentially\r\nsserialized,serialized\r\nsserver,server\r\nsservices,services\r\nssetup,setup\r\nssh-agent-appley,ssh-agent-applet\r\nsshcool,school\r\nssince,since\r\nsspace,space\r\nsspecial,special\r\nsssertions,assertions\r\nsssh,ssh\r\nsssigns,assigns\r\nsssociated,associated\r\nsssssssubmisssssssssive,sssssssubmissive\r\nsstarting,starting\r\nssuccesful,successful\r\nssuccess,success\r\nssue,issue\r\nssummmer,ssummer\r\nssupported,supported\r\nssysm,system\r\nssysmatic,systematic\r\nssysmatically,systematically\r\nssysmatise,systematise\r\nssysmatised,systematised\r\nssysmatize,systematize\r\nssysmatized,systematized\r\nssysms,systems\r\nssytem,system\r\nssytematic,systematic\r\nssytematically,systematically\r\nssytematise,systematise\r\nssytematised,systematised\r\nssytematize,systematize\r\nssytematized,systematized\r\nssytems,systems\r\nsta,stay\r\nstaacking-order,stacking-order\r\nstaates,states\r\nstaatus,status\r\nstabalise,stabilize\r\nstabalized,stabilized\r\nstabalizer,stabilizer\r\nstabalizes,stabilizes\r\nstabalizing,stabilizing\r\nstabbbbbed,stabbed\r\nstabbbing,stabbing\r\nstabe,stable\r\nstabed,stabbed\r\nstabel,stable\r\nstabelized,stabilized\r\nstabile,stable\r\nstabililized,stabilized\r\nstabilizare,stabilize\r\nstabilizatoin,stabilization\r\nstabilizied,stabilize\r\nstabilizier,stabilize\r\nstabilizies,stabilize\r\nstabillity,stability\r\nstabillty,stability\r\nstabilty,stability\r\nstabily,stably\r\nstabilzied,stabilized\r\nstabl,stable\r\nstabliize,stabilize\r\nstablilisation,stabilisation\r\nstablilise,stabilise\r\nstablilised,stabilised\r\nstabliliser,stabiliser\r\nstablilises,stabilises\r\nstablilising,stabilising\r\nstablility,stability\r\nstablilization,stabilization\r\nstablilize,stabilize\r\nstablilized,stabilized\r\nstablilizer,stabilizer\r\nstablilizes,stabilizes\r\nstablilizing,stabilizing\r\nstablilty,stability\r\nstablisation,stabilisation\r\nstablise,stabilise\r\nstablised,stabilised\r\nstabliser,stabiliser\r\nstablises,stabilises\r\nstablished,established\r\nstablising,stabilising\r\nstablity,stability\r\nstablization,stabilization\r\nstablize,stabilize\r\nstablized,stabilized\r\nstablizer,stabilizer\r\nstablizes,stabilizes\r\nstablizied,stabilized\r\nstablizing,stabilizing\r\nstabnle,stable\r\nstacatic,statistics\r\nstachon,station\r\nstackablility,stackability\r\nstackablity,stackability\r\nstackcom,stack\r\nstacki,stack\r\nstackign,stacking\r\nstacko,stack\r\nstacticits,statistics\r\nstactics,statistics\r\nstacticts,statistics\r\nstadalone,standalone\r\nstadard,standard\r\nstading,standing\r\nstadiun,stadium\r\nstadius,stadiums\r\nstadnard,standard\r\nstaduim,stadium\r\nstaduims,stadiums\r\nstae,state\r\nstaeing,station\r\nstaement,statement\r\nstaet,state\r\nstafffed,staffed\r\nstafffing,staffing\r\nstafffor,staffor\r\nstageing,staging\r\nstaggaring,staggering\r\nstaggerring,staggering\r\nstaggerwing,staggering\r\nstagging,staging\r\nstagin,staging\r\nstagnat,stagnant\r\nstagnet,stagnant\r\nstaiblity,staibility\r\nstaic,static\r\nstaically,statically\r\nstaidum,stadium\r\nstaidums,stadiums\r\nstainabilty,stainability\r\nstainablity,stainability\r\nstaing,staging\r\nstainleeeees,stainless\r\nstainleeees,stainless\r\nstainleees,stainless\r\nstainlees,stainless\r\nstainles,stainless\r\nstaion,station\r\nstaionaery,stationaery\r\nstaionaries,stationaries\r\nstaionary,stationary\r\nstaionary-region,stationary-region\r\nstaionboard,stationboard\r\nstaioned,stationed\r\nstaionery,stationery\r\nstaionless,stationless\r\nstaionn,stationn\r\nstaions,stations\r\nstair-case,staircase\r\nstair-cases,staircases\r\nstair-step,stairstep\r\nstair-steps,stairsteps\r\nstair-way,stairway\r\nstair-ways,stairways\r\nstair-well,stairwell\r\nstair-wells,stairwells\r\nstaisfactorally,satisfactorily\r\nstaisfying,satisfying\r\nstaistics,statistics\r\nstaitic,static\r\nstaiton,station\r\nstakeboard,skateboard\r\nstakeboarding,skateboarding\r\nstakehoders,stakeholders\r\nstakeholers,stakeholders\r\nstakeohlders,stakeholders\r\nstakler,stalker\r\nstaklers,stalkers\r\nstalekd,stalked\r\nstalekrs,stalkers\r\nstalkear,stalker\r\nstalkes,stalkers\r\nstalkign,stalking\r\nstallling,stalling\r\nstalllings,stallings\r\nstallwart,stalwart\r\nstallwarts,stalwarts\r\nstalness,staleness\r\nstalwert,stalwart\r\nstalwerts,stalwarts\r\nstamac,stomach\r\nstamach,stomach\r\nstame,same\r\nstamentent,statement\r\nstamerd,stammered\r\nstaminia,stamina\r\nstamnia,stamina\r\nstamoc,stomach\r\nstamoch,stomach\r\nstampade,stamped\r\nstampeed,stamped\r\nstanalone,standalone\r\nstanard,standard\r\nstanardisation,standardisation\r\nstancards,standards\r\nstancels,stances\r\nstancers,stances\r\nstandadized,standardized\r\nstandale,standalone\r\nstandalon,standalone\r\nstandalos,standalone\r\nstandandard,standard\r\nstandar,standard\r\nstandardn-payload,standard-payload\r\nstandardss,standards\r\nstandardy,standard\r\nstandare,standard\r\nstandarized,standardized\r\nstandars,standards\r\nstandart,standard\r\nstandartization,standardization\r\nstandartized,standardized\r\nstandarts,standards\r\nstandbay,standby\r\nstandbuy,standby\r\nstandealone,standalone\r\nstanded,standard\r\nstanderd,standard\r\nstanderdized,standardized\r\nstandes,stands\r\nstandized,standardized\r\nstandle,scandal\r\nstandlone,standalone\r\nstandrad,standard\r\nstanerdizing,standardizing\r\nstangant,stagnant\r\nstange,strange\r\nstangely,strangely\r\nstanger,stranger\r\nstangers,strangers\r\nstangest,strangest\r\nstanging,standing\r\nstanlly,stnally\r\nstanner,scanner\r\nstanp,stamp\r\nstans,stands\r\nstanton,station\r\nstaon,station\r\nstaoshi,satoshi\r\nstap,stamp\r\nstaps,steps\r\nstard,start\r\nstard-,start-\r\nstardard,standard\r\nstardardized,standardized\r\nstareted,started\r\nstarge,starch\r\nstaright,straight\r\nstaright-foward,straightforward\r\nstarighten,straighten\r\nstarightened,straightened\r\nstarightforward,straightforward\r\nstarined,strained\r\nstarins,strains\r\nstarlted,startled\r\nstarnation,starvation\r\nstarns,station\r\nstarrred,starred\r\nstarrrer,starrer\r\nstarrring,starring\r\nstarst,starts\r\nstart-update-pipepile,start-update-pipeline\r\nstartagic,strategic\r\nstartagies,strategies\r\nstartagise,strategise\r\nstartagised,strategised\r\nstartagises,strategises\r\nstartagising,strategising\r\nstartagize,strategize\r\nstartagized,strategized\r\nstartagizes,strategizes\r\nstartagizing,strategizing\r\nstartagy,strategy\r\nstartch,starch\r\nstartde,startled\r\nstarte,started\r\nstartedi,started\r\nstartegic,strategic\r\nstartegical,strategical\r\nstartegically,strategically\r\nstartegics,strategics\r\nstartegies,strategies\r\nstartegise,strategise\r\nstartegised,strategised\r\nstartegises,strategises\r\nstartegising,strategising\r\nstartegize,strategize\r\nstartegized,strategized\r\nstartegizes,strategizes\r\nstartegizing,strategizing\r\nstartegy,strategy\r\nstarteld,startled\r\nstarterd,started\r\nstartes,starts\r\nstartet,started\r\nstartig,starting\r\nstartin,starting\r\nstartlxde,startled\r\nstartof,start\r\nstartsup,startups\r\nstarttree,star-tree\r\nstartupbus,startups\r\nstartus,startups\r\nstarup,startup\r\nstarwberries,strawberries\r\nstarwberry,strawberry\r\nstary,story\r\nstasfiyactioin,stasfiyaction\r\nstashon,station\r\nstason,station\r\nstasrted,started\r\nstast,stats\r\nstastic,static\r\nstastical,statistical\r\nstastics,statistics\r\nstastictics,statistics\r\nstasticties,statistics\r\nstastistis,statistics\r\nstastitics,statistics\r\nstatastics,statistics\r\nstatatics,statistics\r\nstatc,static\r\nstatck,stack\r\nstateabs,state\r\nstatees,states\r\nstatefull,stateful\r\nstategies,strategies\r\nstategy,strategy\r\nstateic,static\r\nstateing,stating\r\nstatelesss,stateless\r\nstatellite,satellite\r\nstatelly,stately\r\nstateman,statesman\r\nstatemants,statements\r\nstateme,statement\r\nstatememts,statements\r\nstatemen,statement\r\nstatemens,statements\r\nstatementsm,statements\r\nstatementsthat,statements that\r\nstatemetns,statements\r\nstatemets,statements\r\nstatemnet,statement\r\nstatemnt,statement\r\nstatemnts,statements\r\nstatesic,statistics\r\nstatess,states\r\nstatestics,statistics\r\nstatet,state\r\nstateunread,state\r\nstatia,static\r\nstatiblity,statibility\r\nstatic-intialized,static-initialized\r\nstaticaly,statically\r\nstaticaly-styled,statically-styled\r\nstatices,statistics\r\nstaticies,statistics\r\nstaticisics,statistics\r\nstaticits,statistics\r\nstaticly,statically\r\nstatictcs,statistics\r\nstatictics,statistics\r\nstaticts,statist\r\nstatig-gzip,static-gzip\r\nstatiment,statement\r\nstatioin,station\r\nstationair,stationary\r\nstationairy,stationary\r\nstationaly,stationally\r\nstationd,stationed\r\nstationerad,stationed\r\nstationnary,stationary\r\nstationy,stationary\r\nstatiosn,stations\r\nstatis,status\r\nstatisfied,satisfied\r\nstatisfies,satisfies\r\nstatisfy,satisfy\r\nstatisic,statistic\r\nstatisitc,statistic\r\nstatisitcal,statistical\r\nstatisitcally,statistically\r\nstatisitcs,statistics\r\nstatisitical,statistical\r\nstatiskt,statist\r\nstatistacally,statistically\r\nstatistc,statistic\r\nstatistcal,statistical\r\nstatistcis,statistics\r\nstatistcs,statistics\r\nstatistial,statistical\r\nstatisticaly,statistically\r\nstatisticks,statistics\r\nstatisticly,statistical\r\nstatisticss,statistics\r\nstatisticts,statistics\r\nstatistikes,statistics\r\nstatistisch,statistics\r\nstatistisk,statistics\r\nstatitcally,statically\r\nstatithics,statistics\r\nstatitics,statistics\r\nstatitiscal,statistical\r\nstatitistics,statistics\r\nstatits,statist\r\nstatitstics,statistics\r\nstatitus,statistics\r\nstatly,stately\r\nstatmeent,statement\r\nstatment,statement\r\nstatments,statements\r\nstatoin,station\r\nstatoins,stations\r\nstatring,starting\r\nstatsit,statist\r\nstatsitical,statistical\r\nstatsitics,statistics\r\nstatss,stats\r\nstatstics,statistics\r\nstattues,statutes\r\nstatu,statue\r\nstatuatory,statutory\r\nstatuc,status\r\nstatuer,stature\r\nstatuets,statutes\r\nstatup,startup\r\nstatur,status\r\nstatusbar-hide,status-bar-hide\r\nstatuscode,status\r\nstatuse,statutes\r\nstatuser,stature\r\nstatusfederatedbarsfederatedbars,status\r\nstatusrestartstop,status\r\nstatuss,status\r\nstatusses,statuses\r\nstatuts,statutes\r\nstau,star\r\nstauration,saturation\r\nstaurday,saturday\r\nstaurdays,saturdays\r\nstaus,status\r\nstautes,statues\r\nstauts,status\r\nstayd,stayed\r\nstaydium,stadium\r\nstaye,stay\r\nstayes,stays\r\nstaylistic,statistics\r\nstaytion,station\r\nstdandard,standard\r\nste,step\r\nsteadally,steadily\r\nsteadaly,steadily\r\nsteadially,steadily\r\nsteadialy,steadily\r\nsteadilly,steadily\r\nsteadliy,steadily\r\nsteadly,steadily\r\nstealhty,stealthy\r\nstealtha,stealth\r\nstealthboy,stealthy\r\nstealthely,stealthy\r\nstealthify,stealthy\r\nstealthly,stealthy\r\nstealthray,stealthy\r\nstealty,stealthy\r\nsteamlined,streamlined\r\nsteap,step\r\nstear,steer\r\nsteason,station\r\nsteat,street\r\nsteathly,stealthy\r\nstedy,steady\r\nstee,street\r\nsteeering,steering\r\nsteeetlight,streetlight\r\nsteeleries,steelers\r\nsteeles,steelers\r\nsteem,steam\r\nsteerabilty,steerability\r\nsteering-comittee,steering-committee\r\nsteert,street\r\nsteest,street\r\nsteet,street\r\nsteete,street\r\nsteew,street\r\nsteffen,stephen\r\nsteganogrpahy,steganography\r\nsteing,string\r\nstel,steal\r\nstelathy,stealthy\r\nstell,steel\r\nsteller,stellar\r\nstelling,stealing\r\nstelller,steller\r\nstem-skilled,semi-skilled\r\nstemer,steamer\r\nstemm,stem\r\nstemmmed,stemmed\r\nstemmming,stemming\r\nstendious,strenuous\r\nsteng,sting\r\nstenious,strenuous\r\nstenografer,stenographer\r\nstenogrpaher,stenographer\r\nstenous,strenuous\r\nsteo,step\r\nsteorid,steroid\r\nsteos,steps\r\nstep-by-setp,step-by-step\r\nstepchilderen,stepchildren\r\nstepchildern,stepchildren\r\nstepchilderns',stepchildren's\r\nstepchilderns's,stepchildren's\r\nstepchilderns,stepchildren's\r\nstepchilderns’,stepchildren's\r\nstepchilderns’s,stepchildren's\r\nstepchilderns′,stepchildren's\r\nstepchilderns′s,stepchildren's\r\nstepchildrens',stepchildren's\r\nstepchildrens's,stepchildren's\r\nstepchildrens,stepchildren's\r\nstepchildrens’,stepchildren's\r\nstepchildrens’s,stepchildren's\r\nstepchildrens′,stepchildren's\r\nstepchildrens′s,stepchildren's\r\nstepchilren,stepchildren\r\nsteped,stepped\r\nsteping,stepping\r\nstepos,steps\r\nsteppped,stepped\r\nsteppper,stepper\r\nsteppping,stepping\r\nster,stir\r\nsteraming,streaming\r\nstereograhpic,stereographic\r\nstereopone,stereophone\r\nstereoponed,stereophoned\r\nstereopones,stereophones\r\nstereoponic,stereophonic\r\nstereoponically,stereophonically\r\nstereoponing,stereophoning\r\nstereopony,stereophony\r\nstereotipe,stereotype\r\nstereotipical,stereotypical\r\nstereotpye,stereotypes\r\nstereotpyes,stereotypes\r\nstereotpyical,stereotypical\r\nstereotpying,stereotyping\r\nstereotying,stereotyping\r\nstereotypcial,stereotypical\r\nstereotypeing,stereotyping\r\nstereotypers,stereotypes\r\nstereotypian,stereotyping\r\nstereotypying,stereotyping\r\nsteres,stairs\r\nsteriel,sterile\r\nsterilisatioin,sterilisation\r\nsterilizatioin,sterilization\r\nsterilze,sterile\r\nstering,string\r\nsteriod,steroid\r\nsteriodal,steroidal\r\nsteriodance,steroidance\r\nsterioded,steroided\r\nsterioding,steroiding\r\nsteriods,steroids\r\nsteriotype,stereotype\r\nsteriotyped,stereotyped\r\nsteriotypes,stereotypes\r\nsteriotypical,stereotypical\r\nsteriotypically,stereotypically\r\nsteriotyping,stereotyping\r\nsterlie,sterile\r\nsternblattter,sternblatter\r\nsteroetype,stereotype\r\nsteroetypes,stereotypes\r\nsteroetypical,stereotypical\r\nsteroetyping,stereotyping\r\nsterotype,stereotype\r\nsterotyped,stereotyped\r\nsterotypes,stereotypes\r\nsterotypical,stereotypical\r\nsterotypically,stereotypically\r\nsterotyping,stereotyping\r\nsteryotype,stereotype\r\nsteryotypes,stereotypes\r\nsteryotypical,stereotypical\r\nsteryotyping,stereotyping\r\nstes,steps\r\nstess,stress\r\nstesticics,statistics\r\nstetched,sketched\r\nsteted,stayed\r\nstetemets,statements\r\nstethis,step\r\nstetistic,statistics\r\nstetistics,statistics\r\nsteup,setup\r\nstevedoor,stevedore\r\nstewable,suitable\r\nstgage,stage\r\nstgrings,strings\r\nsth,something\r\nsthat,that\r\nsthe,the\r\nsthis,this\r\nstiatic,static\r\nstich,stitch\r\nstiches,stitches\r\nstichted,stitched\r\nstichting,stitching\r\nstickabilty,stickability\r\nstickablity,stickability\r\nsticken,stricken\r\nstickes,stickers\r\nstickign,sticking\r\nstickin-sects,stick-insects\r\nstickya,sticky\r\nstickyness,stickiness\r\nstict,strict\r\nsticted,stricted\r\nsticter,stricter\r\nstictest,strictest\r\nsticthed,stitched\r\nsticthes,stitches\r\nsticthing,stitching\r\nstictics,statistics\r\nsticting,stricting\r\nstictive,strictive\r\nstictly,strictly\r\nstictness,strictness\r\nstictor,strictor\r\nsticts,stricts\r\nstictsics,statistics\r\nstif,stiff\r\nstife,stiff\r\nstifffer,stiffer\r\nstiffle,stifle\r\nstiffled,stifled\r\nstiffles,stifles\r\nstiffling,stifling\r\nstik,stick\r\nstike,strike\r\nstil,still\r\nstilistus,statistics\r\nstill-lifes,still lifes\r\nstilll,still\r\nstilller,stiller\r\nstilllive,stillive\r\nstilus,stylus\r\nstimilants,stimulants\r\nstimilated,stimulated\r\nstimluating,stimulating\r\nstimualted,stimulated\r\nstimualting,stimulating\r\nstimualtion,stimulation\r\nstimulai,stimuli\r\nstimulans,stimulants\r\nstimulantes,stimulants\r\nstimulas,stimulants\r\nstimulat,stimulants\r\nstimulatie,stimulated\r\nstimulatin,stimulation\r\nstimulatoin,stimulation\r\nstimulaton,stimulation\r\nstimulents,stimulants\r\nstimulli,stimuli\r\nstingency,stringency\r\nstingent,stringent\r\nstingently,stringently\r\nstinked,stunk\r\nstinrg,string\r\nstip,strip\r\nstipped,stripped\r\nstipuations,stipulations\r\nstirdied,sturdied\r\nstirdier,sturdier\r\nstirdies,sturdies\r\nstirdiest,sturdiest\r\nstirdily,sturdily\r\nstirdiness,sturdiness\r\nstirdy,sturdy\r\nstired,stirred\r\nstiring,stirring\r\nstirker,striker\r\nstirkers,strikers\r\nstirng,string\r\nstirngs,strings\r\nstirrig,stirring\r\nstirrin,stirring\r\nstirrred,stirred\r\nstirrring,stirring\r\nstirrs,stirs\r\nstirups,stirrups\r\nstisicks,statistics\r\nstistic,statistics\r\nstistics,statistics\r\nstistictics,statistics\r\nstisticts,statistics\r\nstitate,statistics\r\nstitchs,stitches\r\nstiticts,statistics\r\nstitistics,statistics\r\nstituatices,statistics\r\nstkae,stake\r\nstkaen,staken\r\nstkaes,stakes\r\nstlaker,stalker\r\nstlakers,stalkers\r\nstlaking,stalking\r\nstlendid,splendid\r\nstles,styles\r\nstll,still\r\nstlye,style\r\nstlyed,styled\r\nstlyes,styles\r\nstlying,styling\r\nstlyings,stylings\r\nstlyise,stylise\r\nstlyised,stylised\r\nstlyises,stylises\r\nstlyish,stylish\r\nstlyising,stylising\r\nstlyisings,stylisings\r\nstlyist,stylist\r\nstlyize,stylize\r\nstlyized,stylized\r\nstlyizes,stylizes\r\nstlyizing,stylizing\r\nstlyizings,stylizings\r\nstmaller,smaller\r\nstnad,stand\r\nstnad-alone,stand-alone\r\nstnadard,standard\r\nstnadards,standards\r\nstnading,standing\r\nstnadout,standout\r\nstnadpoint,standpoint\r\nstnads,stands\r\nstnadup,standup\r\nstoamac,stomach\r\nstoamc,stomach\r\nstoamch,stomach\r\nstoarge,storage\r\nstoble,suitable\r\nstochasic,stochastic\r\nstockhom,stockholm\r\nstockhome,stockholm\r\nstockign,stocking\r\nstockpilled,stockpile\r\nstockplie,stockpile\r\nstoctitics,statistics\r\nstod,stood\r\nstoed,stored\r\nstoerd,stored\r\nstof,stuff\r\nstok,stuck\r\nstokings,stockings\r\nstol,stole\r\nstolaon,station\r\nstold,stole\r\nstolern,stolen\r\nstollen,stolen\r\nstolller,stoller\r\nstomac,stomach\r\nstomache,stomach\r\nstomaches,stomachs\r\nstomack,stomach\r\nstomact,stomach\r\nstomak,stomach\r\nstomake,stomach\r\nstoman,stomach\r\nstomarck,stomach\r\nstomatc,stomach\r\nstomc,stomach\r\nstomch,stomach\r\nstomche,stomach\r\nstomck,stomach\r\nstome,stomach\r\nstomeak,stomach\r\nstomec,stomach\r\nstomech,stomach\r\nstomer,stomach\r\nstomi,stomach\r\nstomic,stomach\r\nstomick,stomach\r\nstomik,stomach\r\nstomitc,stomach\r\nstomk,stomach\r\nstomo,stomach\r\nstomoak,stomach\r\nstomoc,stomach\r\nstomoch,stomach\r\nstomochs,stomachs\r\nstomot,stomach\r\nstomouc,stomach\r\nstomrfront,stormfront\r\nstomuch,stomach\r\nston,stone\r\nstone-mason,stonemason\r\nstone-masons,stonemasons\r\nstonec,stomach\r\nstong,strong\r\nstonger,stronger\r\nstongest,strongest\r\nstongly,strongly\r\nstopanimation,stop-animation\r\nstoped,stopped\r\nstopen,stolen\r\nstoping,stopping\r\nstoppped,stopped\r\nstoppper,stopper\r\nstopppers,stoppers\r\nstoppping,stopping\r\nstopred,stored\r\nstopry,story\r\nstopthe,stop\r\nstopts,stops\r\nstor,store\r\nstoraes,storages\r\nstorag,storage\r\nstoraing,storing\r\nstorange,storage\r\nstorate,storage\r\nstoreage,storage\r\nstoredm,stored\r\nstoreis,stories\r\nstorelines,storylines\r\nstorgage,storage\r\nstorge,storage\r\nstorh,story\r\nstorign,storing\r\nstorise,stories\r\nstormach,stomach\r\nstormade,stormed\r\nstormde,stormed\r\nstormend,stormed\r\nstormfornt,stormfront\r\nstormfromt,stormfront\r\nstormfrount,stormfront\r\nstormick,stomach\r\nstornegr,stronger\r\nstornegst,strongest\r\nstornfront,stormfront\r\nstorng,strong\r\nstornger,stronger\r\nstornghold,stronghold\r\nstorngly,strongly\r\nstorred,stored\r\nstorry,story\r\nstors,stars\r\nstort,sort\r\nstorter,shorter\r\nstorts,sports\r\nstoryborad,storyboard\r\nstorymirrror,storymirror\r\nstorys,stories\r\nstoryteling,storytelling\r\nstorytelller,storyteller\r\nstorytellling,storytelling\r\nstostics,statistics\r\nstoumac,stomach\r\nstoumak,stomach\r\nstoumi,stomach\r\nstoumoc,stomach\r\nstov,stove\r\nstoybook,storybook\r\nstoyr,story\r\nstpe,step\r\nstpo,stop\r\nstpos,stops\r\nstqndardize,standardize\r\nstrack,track\r\nstradegic,strategic\r\nstradegies,strategies\r\nstradegise,strategise\r\nstradegised,strategised\r\nstradegises,strategises\r\nstradegising,strategising\r\nstradegize,strategize\r\nstradegized,strategized\r\nstradegizes,strategizes\r\nstradegizing,strategizing\r\nstradegy,strategy\r\nstrage,storage\r\nstragegically,strategically\r\nstragegy,strategy\r\nstragetic,strategic\r\nstragetically,strategically\r\nstrageties,strategies\r\nstragety,strategy\r\nstragies,strategies\r\nstragtegy,strategy\r\nstraigh,straight\r\nstraigh-through,straight-through\r\nstraighforward,straightforward\r\nstraight-forward,straightforward\r\nstraight-forwardly,straightforwardly\r\nstraightden,straightened\r\nstraighted,straightened\r\nstraightend,straightened\r\nstraightenend,straightened\r\nstraightforeward,straightforward\r\nstraightforwad,straightforward\r\nstraightfoward,straightforward\r\nstraightie,straighten\r\nstraightin,straighten\r\nstraightmen,straighten\r\nstraightn,straighten\r\nstraightned,straightened\r\nstraightner,straighten\r\nstraignt,straighten\r\nstraignt-ahead,straight-ahead\r\nstraigntened,straightened\r\nstraigntforward,straightforward\r\nstraigt,straight\r\nstraigtforward,straightforward\r\nstraigth,straight\r\nstraigthen,straighten\r\nstraigthened,straightened\r\nstraigthforward,straightforward\r\nstrailing,trailing\r\nstraind,strained\r\nstraines,strenuous\r\nstraings,strains\r\nstrainin,straining\r\nstrainous,strenuous\r\nstrainuest,strenuous\r\nstrainulous,strenuous\r\nstrainuous,strenuous\r\nstrainurous,strenuous\r\nstrainuss,strenuous\r\nstraitforward,straightforward\r\nstraithforwad,straightforward\r\nstralight,starlight\r\nstram,stream\r\nstrambl,scrambled\r\nstraming,streaming\r\nstrams,streams\r\nstran,strain\r\nstraneous,strenuous\r\nstrang,strange\r\nstrangel,strangle\r\nstrangeshit,strangest\r\nstranget,strangest\r\nstrangets,strangest\r\nstranglove,strangle\r\nstrangly,strangely\r\nstrangreal,strangle\r\nstranious,strenuous\r\nstranuas,strenuous\r\nstranuious,strenuous\r\nstranuiss,strenuous\r\nstranuous,strenuous\r\nstranuses,strenuous\r\nstraped,strapped\r\nstraping,scraping\r\nstrappped,strapped\r\nstrappping,strapping\r\nstrarted,started\r\nstrarw,straw\r\nstrassbourg,strasbourg\r\nstrat,start\r\nstratagic,strategic\r\nstratagically,strategically\r\nstratagies,strategies\r\nstratagise,strategise\r\nstratagised,strategised\r\nstratagises,strategises\r\nstratagising,strategising\r\nstratagize,strategize\r\nstratagized,strategized\r\nstratagizes,strategizes\r\nstratagizing,strategizing\r\nstratagy,strategy\r\nstrated,started\r\nstrateg,strategy\r\nstrategem,stratagem\r\nstrategems,strategies\r\nstrategey,strategy\r\nstrategicaly,strategically\r\nstrategice,strategies\r\nstrategiclly,strategically\r\nstrategie,strategy\r\nstrategis,strategies\r\nstrategisch,strategic\r\nstrategisk,strategies\r\nstrategiske,strategies\r\nstrategry,strategy\r\nstrateies,strategies\r\nstrater,starter\r\nstraters,starters\r\nstratey,strategy\r\nstratgey,strategy\r\nstratifie,stratified\r\nstratifiy,stratify\r\nstratigic,strategic\r\nstratigical,strategical\r\nstratigically,strategically\r\nstratigies,strategies\r\nstratigise,strategise\r\nstratigised,strategised\r\nstratigises,strategises\r\nstratigising,strategising\r\nstratigize,strategize\r\nstratigized,strategized\r\nstratigizes,strategizes\r\nstratigizing,strategizing\r\nstratigrpahic,stratigraphic\r\nstratigrpahy,stratigraphy\r\nstratigy,strategy\r\nstrating,starting\r\nstratled,startled\r\nstrato-shpere,stratosphere\r\nstrato-shperes,stratospheres\r\nstrato-spere,stratosphere\r\nstrato-speres,stratospheres\r\nstrato-spher,stratosphere\r\nstrato-sphers,stratospheres\r\nstratogrpahs,stratographs\r\nstratoshpere,stratosphere\r\nstratoshperes,stratospheres\r\nstratospere,stratosphere\r\nstratosperes,stratospheres\r\nstratospher,stratosphere\r\nstratosphers,stratospheres\r\nstravation,starvation\r\nstrawbarry,strawberry\r\nstrawbeary,strawberry\r\nstrawbeery,strawberry\r\nstrawberies,strawberries\r\nstrawberrries,strawberries\r\nstrawberrry,strawberry\r\nstrawberrys,strawberries\r\nstrawbery,strawberry\r\nstrawbrary,strawberry\r\nstrawbrerry,strawberry\r\nstrawburries,strawberries\r\nstrawburry,strawberry\r\nstrawes,straws\r\nstrcture,structure\r\nstrctured,structured\r\nstrctures,structures\r\nstrcutre,structure\r\nstrcutured,structured\r\nstrcutures,structures\r\nstre,store\r\nstreach,stretch\r\nstreaching,stretching\r\nstread,stream\r\nstreamade,streamed\r\nstreamare,streamer\r\nstreamd,streamed\r\nstreamear,streamer\r\nstreames,streams\r\nstreamimng,streaming\r\nstreamming,streaming\r\nstreamning,streaming\r\nstreamos,streams\r\nstreamtrue,streamer\r\nstreamus,streams\r\nstreamys,streams\r\nstrean,stream\r\nstreangth,strength\r\nstreaning,streaming\r\nstreanious,strenuous\r\nstreanous,strenuous\r\nstreat,street\r\nstrech,stretch\r\nstreched,stretched\r\nstreches,stretches\r\nstreching,stretching\r\nstrechted,stretched\r\nstrechtes,stretches\r\nstrechting,stretching\r\nstrecthed,stretched\r\nstrecthes,stretches\r\nstrecthing,stretching\r\nstred,stored\r\nstreem,stream\r\nstreemline,streamline\r\nstreemlining,streamlining\r\nstreemlink,streamlink\r\nstregnth,strength\r\nstregnthen,strengthen\r\nstregnthening,strengthening\r\nstregnths,strengths\r\nstregth,strength\r\nstregthen,strengthen\r\nstregthened,strengthened\r\nstregthener,strengthener\r\nstregtheners,strengtheners\r\nstregthening,strengthening\r\nstregthens,strengthens\r\nstregths,strengths\r\nstreguas,strenuous\r\nstreichung,stretching\r\nstreightened,straightened\r\nstreinous,strenuous\r\nstrem,stream\r\nstremas,streams\r\nstremear,streamer\r\nstreming,streaming\r\nstremious,strenuous\r\nstrendously,strenuous\r\nstreneous,strenuous\r\nstrenerous,strenuous\r\nstrengenious,strenuous\r\nstrengeous,strenuous\r\nstrengh,strength\r\nstrenghen,strengthen\r\nstrenghened,strengthened\r\nstrenghener,strengthener\r\nstrengheners,strengtheners\r\nstrenghening,strengthening\r\nstrenghens,strengthens\r\nstrengheous,strenuous\r\nstrenghh,strength\r\nstrenghhen,strengthen\r\nstrenghhened,strengthened\r\nstrenghhener,strengthener\r\nstrenghheners,strengtheners\r\nstrenghhening,strengthening\r\nstrenghhens,strengthens\r\nstrenghhs,strengths\r\nstrenghs,strengths\r\nstrenght,strength\r\nstrenghten,strengthen\r\nstrenghtend,strengthen\r\nstrenghtened,strengthened\r\nstrenghtener,strengthener\r\nstrenghteners,strengtheners\r\nstrenghtening,strengthening\r\nstrenghtens,strengthen\r\nstrenghth,strength\r\nstrenghthen,strengthen\r\nstrenghthened,strengthened\r\nstrenghthener,strengthener\r\nstrenghtheners,strengtheners\r\nstrenghthening,strengthening\r\nstrenghthens,strengthens\r\nstrenghths,strengths\r\nstrenghts,strengths\r\nstrengsten,strengthen\r\nstrengt,strength\r\nstrengten,strengthen\r\nstrengtened,strengthened\r\nstrengtener,strengthener\r\nstrengteners,strengtheners\r\nstrengtening,strengthening\r\nstrengtens,strengthens\r\nstrengtheing,strengthening\r\nstrengthes,strengths\r\nstrengthin,strengthen\r\nstrengthining,strengthening\r\nstrengthn,strengthen\r\nstrengts,strengths\r\nstrenguous,strenuous\r\nstrenious,strenuous\r\nstreniously,strenuous\r\nstrenius,strenuous\r\nstrenlium,strenuous\r\nstrenlous,strenuous\r\nstrennous,strenuous\r\nstrenoues,strenuous\r\nstrenouos,strenuous\r\nstrenouous,strenuous\r\nstrenous,strenuous\r\nstrenously,strenuously\r\nstrenrus,strenuous\r\nstrentgh,strength\r\nstrentghen,strengthen\r\nstrentghened,strengthened\r\nstrentghener,strengthener\r\nstrentgheners,strengtheners\r\nstrentghening,strengthening\r\nstrentghens,strengthens\r\nstrentghs,strengths\r\nstrenth,strength\r\nstrenthen,strengthen\r\nstrenthened,strengthened\r\nstrenthener,strengthener\r\nstrentheners,strengtheners\r\nstrenthening,strengthening\r\nstrenthens,strengthens\r\nstrenths,strengths\r\nstrenuas,strenuous\r\nstrenueas,strenuous\r\nstrenues,strenuous\r\nstrenueus,strenuous\r\nstrenuious,strenuous\r\nstrenuis,strenuous\r\nstrenuless,strenuous\r\nstrenulus,strenuous\r\nstrenumious,strenuous\r\nstrenuos,strenuous\r\nstrenus,strenuous\r\nstrenyous,strenuous\r\nstreoid,steroid\r\nstres,stress\r\nstressade,stressed\r\nstressedm,stressed\r\nstressende,stressed\r\nstressers,stresses\r\nstressfuly,stressfully\r\nstresss,stresses\r\nstresssed,stressed\r\nstresssing,stressing\r\nstresssors,stressors\r\nstresssssed,stressed\r\nstressssssed,stressed\r\nstret,street\r\nstretchablity,stretchability\r\nstretchs,stretches\r\nstretegically,strategically\r\nstriaght,straight\r\nstriaghten,straighten\r\nstriaghtforward,straightforward\r\nstrians,strains\r\nstric,strict\r\nstrick,strike\r\nstricke,strike\r\nstricked,strict\r\nstriclly,strictly\r\nstriclty,strictly\r\nstricly,strictly\r\nstricted,strict\r\nstrictily,strictly\r\nstrictist,strictest\r\nstricty,strictly\r\nstriekr,striker\r\nstriekrs,strikers\r\nstrig,string\r\nstrightforward,straightforward\r\nstrign,string\r\nstrigns,strings\r\nstriked,struck\r\nstrikeing,striking\r\nstrikely,strikingly\r\nstriknig,striking\r\nstrillfully,skilfully\r\nstrin,string\r\nstrinf,string\r\nstringa,strings\r\nstringamqperror,string\r\nstringdecisionac,string\r\nstringe,string\r\nstringet,stringent\r\nstringnet,stringent\r\nstringstring,string\r\nstrinh,string\r\nstrinious,strenuous\r\nstrippee,stripped\r\nstrippped,stripped\r\nstrippper,stripper\r\nstripppers,strippers\r\nstrippping,stripping\r\nstripsettter,stripsetter\r\nstript,script\r\nstripts,stripes\r\nstrnad,strand\r\nstrnage,strange\r\nstrng,string\r\nstrngs,strings\r\nstrnig,string\r\nstroage,storage\r\nstroe,store\r\nstroes,stores\r\nstrog,strong\r\nstrognly,strongly\r\nstroing,storing\r\nstrok,stroke\r\nstrole,stroke\r\nstrolller,stroller\r\nstrollling,strolling\r\nstrom,storm\r\nstromed,stormed\r\nstromfront,stormfront\r\nstronegr,stronger\r\nstronegst,strongest\r\nstrongly-scoepd,strongly-scoped\r\nstronkhold,stronghold\r\nstronly,strongly\r\nstrorage,storage\r\nstrore,store\r\nstrored,stored\r\nstrow,straw\r\nstroy,story\r\nstroyboard,storyboard\r\nstroyline,storyline\r\nstroylines,storylines\r\nstroytelling,storytelling\r\nstrss,stress\r\nstruchure,structure\r\nstrucrtually,structurally\r\nstructed,structured\r\nstructered,structured\r\nstructre,structure\r\nstructrual,structural\r\nstructrualism,structuralism\r\nstructrualisms,structuralisms\r\nstructrualist,structuralist\r\nstructrualists,structuralists\r\nstructrually,structurally\r\nstructrue,structure\r\nstructrued,structured\r\nstructrues,structures\r\nstructruing,structuring\r\nstructrural,structural\r\nstructruralism,structuralism\r\nstructruralisms,structuralisms\r\nstructruralist,structuralist\r\nstructruralists,structuralists\r\nstructrurally,structurally\r\nstructrure,structure\r\nstructrured,structured\r\nstructrures,structures\r\nstructruring,structuring\r\nstructu,structure\r\nstructual,structural\r\nstructued,structured\r\nstructues,structures\r\nstructuraly,structurally\r\nstructurel,structural\r\nstructurels,structures\r\nstructurs,structures\r\nstructurung,structuring\r\nstrucural,structural\r\nstrucuralism,structuralism\r\nstrucuralisms,structuralisms\r\nstrucuralist,structuralist\r\nstrucuralists,structuralists\r\nstrucurally,structurally\r\nstrucure,structure\r\nstrucured,structured\r\nstrucures,structures\r\nstrucuring,structuring\r\nstrucute,structure\r\nstrucuted,structured\r\nstrucutes,structures\r\nstrucutral,structural\r\nstrucutralism,structuralism\r\nstrucutralisms,structuralisms\r\nstrucutralist,structuralist\r\nstrucutralists,structuralists\r\nstrucutrally,structurally\r\nstrucutre,structure\r\nstrucutred,structured\r\nstrucutres,structures\r\nstrucutring,structuring\r\nstrucuture,structure\r\nstrucutures,structures\r\nstrudents,students\r\nstruggel,struggle\r\nstruggeld,struggled\r\nstruggeled,struggled\r\nstruggels,struggles\r\nstrugglebus,struggles\r\nstruggleing,struggling\r\nstrugglign,struggling\r\nstrugle,struggle\r\nstrugled,struggled\r\nstrugles,struggles\r\nstruk,struck\r\nstrumious,strenuous\r\nstrumled,scrambled\r\nstrummming,strumming\r\nstrutural,structural\r\nstruturalism,structuralism\r\nstruturalisms,structuralisms\r\nstruturalist,structuralist\r\nstruturalists,structuralists\r\nstruturally,structurally\r\nstruture,structure\r\nstrutured,structured\r\nstrutures,structures\r\nstruturing,structuring\r\nstrveous,strenuous\r\nstrwaberry,strawberry\r\nstryofoam,styrofoam\r\nstsatus,status\r\nststates,states\r\nstste,state\r\nststems,systems\r\nststion,station\r\nsttaus,status\r\nstting,setting\r\nsttistics,statistics\r\nsttributes,attributes\r\nsttring,string\r\nsttructure,structure\r\nsttutering,stuttering\r\nstubbon,stubborn\r\nstubbornes,stubbornness\r\nstubborness,stubbornness\r\nstubbron,stubborn\r\nstubmled,stumbled\r\nstuborn,stubborn\r\nstubornes,stubbornness\r\nstuborness,stubbornness\r\nstubornnes,stubbornness\r\nstubornness,stubbornness\r\nstuched,touched\r\nstucked,stuck\r\nstucktiscus,statistics\r\nstuctural,structural\r\nstucturalism,structuralism\r\nstucturalisms,structuralisms\r\nstucturalist,structuralist\r\nstucturalists,structuralists\r\nstucturally,structurally\r\nstucture,structure\r\nstuctured,structured\r\nstuctures,structures\r\nstucturing,structuring\r\nstuddded,studded\r\nstuddering,stuttering\r\nstuddied,studied\r\nstuddies,studies\r\nstuddy,study\r\nstuded,studied\r\nstudend,student\r\nstudens,students\r\nstudi,studio\r\nstudiing,studying\r\nstuding,studying\r\nstudioes,studios\r\nstudnet,student\r\nstudnets,students\r\nstudo,studio\r\nstudyed,studied\r\nstudys,studies\r\nstuf,stuff\r\nstufffed,stuffed\r\nstufffers,stuffers\r\nstufffffed,stuffed\r\nstufffing,stuffing\r\nstufffings,stuffings\r\nstufffor,stuffor\r\nstufs,stuff\r\nstuggle,struggle\r\nstuggled,struggled\r\nstuggles,struggles\r\nstuggling,struggling\r\nstugling,struggling\r\nstuido,studio\r\nstuidos,studios\r\nstuio,studio\r\nstuipder,stupider\r\nstuk,stuck\r\nstuma,stomach\r\nstumac,stomach\r\nstumace,stomach\r\nstumach,stomach\r\nstumache,stomach\r\nstumachs,stomachs\r\nstumack,stomach\r\nstumagh,stomach\r\nstumarc,stomach\r\nstumbeld,stumbled\r\nstumc,stomach\r\nstumoc,stomach\r\nstumoh,stomach\r\nstumulus,stimulus\r\nstunami,tsunami\r\nstunnner,stunner\r\nstunnning,stunning\r\nstunnnning,stunning\r\nstunnnnnning,stunning\r\nstunnnnnnnnnning,stunning\r\nstupdily,stupidly\r\nstuped,stupid\r\nstupidfree,stupider\r\nstupiditiy,stupidity\r\nstupidiy,stupidity\r\nstupidr,stupider\r\nstupidy,stupidly\r\nstupied,stupid\r\nstupire,stupider\r\nstupitidy,stupidity\r\nstur,stir\r\nsturage,storage\r\nsturctural,structural\r\nsturcture,structure\r\nsturctures,structures\r\nsturggled,struggled\r\nsturggles,struggles\r\nsturggling,struggling\r\nstusicitic,statistics\r\nstusio,studio\r\nstusion,station\r\nstustitices,statistics\r\nstutent,student\r\nstutics,statistics\r\nstutistics,statistics\r\nstutterring,stuttering\r\nstuttter,stutter\r\nstutttttter,stutter\r\nstutus,status\r\nstye,style\r\nstyel,style\r\nstying,styling\r\nstylabilty,stylability\r\nstylable,styled\r\nstyled-comonents,styled-components\r\nstyleguide,style-guide\r\nstyleing,styling\r\nstyleish,stylish\r\nstylelized,stylized\r\nstylesq,styles\r\nstylestylespayload,style\r\nstylisch,stylish\r\nstylng,styling\r\nstyls,styles\r\nstylud,stylus\r\nstyntax,syntax\r\nstyrofaom,styrofoam\r\nstyrofom,styrofoam\r\nsuabilty,suability\r\nsuacer,saucer\r\nsuadiarabia,saudi arabia\r\nsuadiarabian,saudi arabian\r\nsually,usually\r\nsuarity,sorority\r\nsuasage,sausage\r\nsuasages,sausages\r\nsuaser,saucer\r\nsuat,suits\r\nsub-cannels,sub-channels\r\nsub-depdendencies,sub-dependencies\r\nsub-diretory,sub-directory\r\nsub-fieldsinput,sub-fields\r\nsub-foler,sub-folder\r\nsub-qureies,sub-queries\r\nsub-sirectory,sub-directory\r\nsub-terranean,subterranean\r\nsub-terranian,subterranean\r\nsubaranain,subterranean\r\nsubarmine,submarine\r\nsubarmines,submarines\r\nsubbbed,subbed\r\nsubbmiting,submitted\r\nsubbmodules,submodules\r\nsubbscribe,subscribe\r\nsubbteranain,subterranean\r\nsubbtrain,subterranean\r\nsubcatagories,subcategories\r\nsubcatagory,subcategory\r\nsubclas,subclass\r\nsubclases,subclasses\r\nsubclassess,subclasses\r\nsubclassses,subclasses\r\nsubclasssing,subclassing\r\nsubclss,subclass\r\nsubcomand,subcommand\r\nsubcommmand,subcommand\r\nsubcommnds,subcommands\r\nsubcompoennts,subcomponents\r\nsubcomponents's,subcomponent's\r\nsubconcionable,subconscionable\r\nsubconcionably,subconscionably\r\nsubconcious,subconscious\r\nsubconciously,subconsciously\r\nsubconciousness,subconsciousness\r\nsubconcsious,subconscious\r\nsubconcsiously,subconsciously\r\nsubconscience,subconscious\r\nsubconsciencely,subconsciously\r\nsubconsciosly,subconsciously\r\nsubconsciouly,subconsciously\r\nsubconsciouness,subconsciousness\r\nsubconsciounesses,subconsciousnesses\r\nsubconscius,subconscious\r\nsubconscous,subconscious\r\nsubconsiciouness,subconsciousness\r\nsubconsiciounesses,subconsciousnesses\r\nsubconsiciousness,subconsciousness\r\nsubconsiciousnesses,subconsciousnesses\r\nsubconsicouness,subconsciousness\r\nsubconsicounesses,subconsciousnesses\r\nsubconsicous,subconscious\r\nsubconsicously,subconsciously\r\nsubconsicousness,subconsciousness\r\nsubconsicousnesses,subconsciousnesses\r\nsubconsionable,subconscionable\r\nsubconsionably,subconscionably\r\nsubconsious,subconscious\r\nsubconsiously,subconsciously\r\nsubconsiousness,subconsciousness\r\nsubcouncious,subconscious\r\nsubcourteuos,subcourteous\r\nsubcourtious,subcourteous\r\nsubcourtuos,subcourteous\r\nsubcribe,subscribe\r\nsubcribed,subscribed\r\nsubcriber,subscriber\r\nsubcribes,subscribes\r\nsubcribing,subscribing\r\nsubcription,subscription\r\nsubcriptions,subscriptions\r\nsubcrustaceuos,subcrustaceous\r\nsubcrustacious,subcrustaceous\r\nsubcrustacuos,subcrustaceous\r\nsubcsribe,subscribe\r\nsubcsription,subscriptions\r\nsubculter,subculture\r\nsubcultuur,subculture\r\nsubcutaneuos,subcutaneous\r\nsubcutanious,subcutaneous\r\nsubcutanuos,subcutaneous\r\nsubdevided,subdivided\r\nsubdirectoires,subdirectories\r\nsubdiretory,subdirectory\r\nsubdiving,subdividing\r\nsubdoain,subdomain\r\nsubdorectories,subdirectories\r\nsubequence,subsequence\r\nsubequences,subsequences\r\nsubequent,subsequent\r\nsubequently,subsequently\r\nsuberb,suburb\r\nsubersion,subversion\r\nsubesquent,subsequent\r\nsubesquently,subsequently\r\nsubet,subnet\r\nsubexpresions,subexpressions\r\nsubexpresssion,subexpression\r\nsubexpresssions,subexpressions\r\nsubgaseuos,subgaseous\r\nsubgasious,subgaseous\r\nsubgasuos,subgaseous\r\nsubgect,subject\r\nsubgorgeuos,subgorgeous\r\nsubgorgious,subgorgeous\r\nsubgorguos,subgorgeous\r\nsubherbaceuos,subherbaceous\r\nsubherbacious,subherbaceous\r\nsubherbacuos,subherbaceous\r\nsubigneuos,subigneous\r\nsubignious,subigneous\r\nsubignuos,subigneous\r\nsubildbel,suitable\r\nsubinstantaneuos,subinstantaneous\r\nsubinstantanious,subinstantaneous\r\nsubinstantanuos,subinstantaneous\r\nsubisdized,subsidized\r\nsubisdizing,subsidizing\r\nsubisdy,subsidy\r\nsubisitions,substitutions\r\nsubit,submit\r\nsubitted,submitted\r\nsubittted,subitted\r\nsubjecks,subjects\r\nsubjecribed,subscribed\r\nsubjectes,subjects\r\nsubjectief,subjective\r\nsubjectifs,subjects\r\nsubjectivelly,subjectively\r\nsubjectivety,subjectively\r\nsubjectivily,subjectively\r\nsubjectivley,subjectively\r\nsubjectivly,subjectively\r\nsubjectivy,subjectively\r\nsubjektive,subjective\r\nsubjest,subjects\r\nsubjucntion,subjunction\r\nsubjucntions,subjunctions\r\nsubjucntive,subjunctive\r\nsubjucntives,subjunctives\r\nsubjucntivitis,subjunctivitis\r\nsubjuct,subject\r\nsubjuction,subjunction\r\nsubjuctions,subjunctions\r\nsubjuctive,subjunctive\r\nsubjuctives,subjunctives\r\nsubjuctivitis,subjunctivitis\r\nsubjudgation,subjugation\r\nsubjunntion,subjunction\r\nsubjunntions,subjunctions\r\nsubjunntive,subjunctive\r\nsubjunntives,subjunctives\r\nsubjunntivitis,subjunctivitis\r\nsubjuntion,subjunction\r\nsubjuntions,subjunctions\r\nsubjuntive,subjunctive\r\nsubjuntives,subjunctives\r\nsubjuntivitis,subjunctivitis\r\nsublament,supplement\r\nsublass,subclass\r\nsublcass,subclass\r\nsublcasses,subclasses\r\nsublclasses,subclasses\r\nsuble,subtle\r\nsublettting,subletting\r\nsublimatoin,sublimation\r\nsublities,subilities\r\nsubltely,subtly\r\nsubltety,subtlety\r\nsubmachne,submachine\r\nsubmarie,submarines\r\nsubmariens,submarines\r\nsubmarinas,submarines\r\nsubmergerd,submerged\r\nsubmergered,submerged\r\nsubmerines,submarines\r\nsubmisible,submissible\r\nsubmisibly,submissibly\r\nsubmision,submission\r\nsubmisionaries,submissionaries\r\nsubmisionary,submissionary\r\nsubmisions,submissions\r\nsubmisison,submissions\r\nsubmisisons,submissions\r\nsubmisive,submissive\r\nsubmisively,submissively\r\nsubmissble,submissible\r\nsubmissbly,submissibly\r\nsubmissies,submissive\r\nsubmisson,submission\r\nsubmissonaries,submissionaries\r\nsubmissonary,submissionary\r\nsubmissons,submissions\r\nsubmisssion,submission\r\nsubmisssions,submissions\r\nsubmisssive,submissive\r\nsubmissve,submissive\r\nsubmissvely,submissively\r\nsubmite,submit\r\nsubmited,submitted\r\nsubmitedly,submittedly\r\nsubmiting,submitting\r\nsubmitt,submit\r\nsubmittedin,submitted in\r\nsubmittion,submitting\r\nsubmittted,submitted\r\nsubmittting,submitting\r\nsubmlime,sublime\r\nsubmmission,submission\r\nsubmmit,submit\r\nsubmmited,submitted\r\nsubmmitted,submitted\r\nsubmmitting,submitting\r\nsubmodue,submodule\r\nsubmoduels,submodules\r\nsubmti,submit\r\nsubnect,subnet\r\nsubnmission,submission\r\nsubommand,subcommand\r\nsubordiante,subordinate\r\nsubordianted,subordinated\r\nsubordiantes,subordinates\r\nsubordiantion,subordination\r\nsubordiantions,subordinations\r\nsubordiantive,subordinative\r\nsubordiantly,subordinatly\r\nsubordiantor,subordinator\r\nsubordiente,subordinate\r\nsubordiented,subordinated\r\nsubordientes,subordinates\r\nsubordiention,subordination\r\nsubordientions,subordinations\r\nsubordientive,subordinative\r\nsubordiently,subordinatly\r\nsubordientor,subordinator\r\nsubordinante,subordinate\r\nsubordinanted,subordinated\r\nsubordinantes,subordinates\r\nsubordinantion,subordination\r\nsubordinantions,subordinations\r\nsubordinantive,subordinative\r\nsubordinantly,subordinatly\r\nsubordinantor,subordinator\r\nsubordinente,subordinate\r\nsubordinented,subordinated\r\nsubordinentes,subordinates\r\nsubordinention,subordination\r\nsubordinentions,subordinations\r\nsubordinentive,subordinative\r\nsubordinently,subordinatly\r\nsubordinentor,subordinator\r\nsubpdomain,subdomain\r\nsubpecies,subspecies\r\nsubpena,subpoena\r\nsubpreyfect,sub-prefect\r\nsubprocesss,subprocess\r\nsubproteinaceuos,subproteinaceous\r\nsubproteinacious,subproteinaceous\r\nsubproteinacuos,subproteinaceous\r\nsubpágina,subpage\r\nsubracts,subtracts\r\nsubredddits,subreddits\r\nsubredditors,subreddits\r\nsubrighteuos,subrighteous\r\nsubrightious,subrighteous\r\nsubrightuos,subrighteous\r\nsubrocesses,subprocesses\r\nsubrscribes,subscribes\r\nsubruban,suburban\r\nsubsadized,subsidized\r\nsubscfriber,subscriber\r\nsubscibe,subscribe\r\nsubscibed,subscribed\r\nsubsciber,subscriber\r\nsubscibes,subscribes\r\nsubsciition,subscription\r\nsubsciitions,subscriptions\r\nsubsciiton,subscription\r\nsubsciitons,subscriptions\r\nsubscipition,subscription\r\nsubscipitions,subscriptions\r\nsubscipiton,subscription\r\nsubscipitons,subscriptions\r\nsubscipton,subscription\r\nsubsciptons,subscriptions\r\nsubscirbe,subscribe\r\nsubscirbed,subscribed\r\nsubscirber,subscribers\r\nsubscirbers,subscribers\r\nsubscirption,subscriptions\r\nsubsciton,subscription\r\nsubscitons,subscriptions\r\nsubsconcious,subconscious\r\nsubsconciously,subconsciously\r\nsubscreibers,subscribers\r\nsubscribar,subscriber\r\nsubscribbed,subscribe\r\nsubscribber,subscriber\r\nsubscribbers,subscribers\r\nsubscribbing,subscribing\r\nsubscribemm,subscribe\r\nsubscribir,subscriber\r\nsubscribirse,subscriber\r\nsubscribiton,subscription\r\nsubscrible,subscriber\r\nsubscribte,subscribe\r\nsubscribtion,subscription\r\nsubscribtions,subscriptions\r\nsubscrie,subscriber\r\nsubscrier,subscriber\r\nsubscriger,subscriber\r\nsubscriition,subscription\r\nsubscriitions,subscriptions\r\nsubscriiton,subscription\r\nsubscriitons,subscriptions\r\nsubscriotions,subscriptions\r\nsubscripber,subscriber\r\nsubscriped,subscribed\r\nsubscriping,subscribing\r\nsubscripition,subscription\r\nsubscripitions,subscriptions\r\nsubscripiton,subscription\r\nsubscripitons,subscriptions\r\nsubscriptin,subscriptions\r\nsubscriptioin,subscription\r\nsubscriptionaly,subscriptionally\r\nsubscriptiong,subscripting\r\nsubscriptoin,subscription\r\nsubscripton,subscription\r\nsubscriptons,subscriptions\r\nsubscrition,subscription\r\nsubscriton,subscription\r\nsubscritons,subscriptions\r\nsubscritpion,subscriptions\r\nsubscrpition,subscriptions\r\nsubscrptioin,subscrption\r\nsubscrubed,subscribed\r\nsubscryber,subscriber\r\nsubscsription,subscription\r\nsubsctiption,subscription\r\nsubsecion,subsection\r\nsubsectiions,subsections\r\nsubsedized,subsidized\r\nsubsenquantly,subsequently\r\nsubsenquence,subsequence\r\nsubsenquences,subsequences\r\nsubsenquenlty,subsequently\r\nsubsenquent,subsequent\r\nsubsenquentily,subsequently\r\nsubsenquentualy,subsequently\r\nsubseqence,subsequence\r\nsubseqences,subsequences\r\nsubseqent,subsequent\r\nsubseqential,subsequential\r\nsubseqently,subsequently\r\nsubseqeuent,subsequent\r\nsubsequant,subsequent\r\nsubsequantly,subsequently\r\nsubsequenlty,subsequently\r\nsubsequentily,subsequently\r\nsubsequentually,subsequently\r\nsubsequentualy,subsequently\r\nsubsequenty,subsequently\r\nsubsequest,subsequent\r\nsubseuqent,subsequent\r\nsubseuqently,subsequently\r\nsubsidary,subsidiary\r\nsubsidezed,subsidized\r\nsubsidiced,subsidized\r\nsubsidie,subsidized\r\nsubsidiezed,subsidized\r\nsubsidiy,subsidy\r\nsubsidizied,subsidized\r\nsubsidizies,subsidize\r\nsubsidizng,subsidizing\r\nsubsiduary,subsidiary\r\nsubsiquence,subsequence\r\nsubsiquences,subsequences\r\nsubsiquent,subsequent\r\nsubsiquently,subsequently\r\nsubsistance,subsistence\r\nsubsistant,subsistent\r\nsubsitition,substitution\r\nsubsittute,substitutes\r\nsubsitute,substitute\r\nsubsituted,substituted\r\nsubsitutes,substitutes\r\nsubsituting,substituting\r\nsubsitution,substitution\r\nsubsitutional,substitutional\r\nsubsitutionary,substitutionary\r\nsubsitutions,substitutions\r\nsubsizide,subsidize\r\nsubsizided,subsidized\r\nsubsiziding,subsidizing\r\nsubsquence,subsequence\r\nsubsquences,subsequences\r\nsubsquent,subsequent\r\nsubsquentely,subsequentely\r\nsubsquential,subsequential\r\nsubsquently,subsequently\r\nsubsrcibe,subscribe\r\nsubsrcibed,subscribed\r\nsubsrcibers,subscribers\r\nsubsrciption,subscriptions\r\nsubsribe,subscribe\r\nsubsribed,subscribed\r\nsubsribely,subscribely\r\nsubsribenya,subscribenya\r\nsubsriber,subscriber\r\nsubsribers,subscribers\r\nsubsribes,subscribes\r\nsubsribestar,subscribestar\r\nsubsribing,subscribing\r\nsubsribr,subscribr\r\nsubsribtion,subscribtion\r\nsubsribtions,subscribtions\r\nsubsricption,subscriptions\r\nsubsriping,subscriping\r\nsubsript,subscript\r\nsubsriptio,subscriptio\r\nsubsription,subscription\r\nsubsriptions,subscriptions\r\nsubsructures,substructures\r\nsubssystem,subsystem\r\nsubstace,substance\r\nsubstaces,substances\r\nsubstain,sustain\r\nsubstancia,substantia\r\nsubstancial,substantial\r\nsubstanciality,substantiality\r\nsubstancially,substantially\r\nsubstanciate,substantiate\r\nsubstanciated,substantiated\r\nsubstanciates,substantiates\r\nsubstanciating,substantiating\r\nsubstania,substantia\r\nsubstanial,substantial\r\nsubstaniality,substantiality\r\nsubstanially,substantially\r\nsubstaniate,substantiate\r\nsubstaniated,substantiated\r\nsubstaniates,substantiates\r\nsubstaniating,substantiating\r\nsubstanitally,substantially\r\nsubstans,substances\r\nsubstanse,substances\r\nsubstansen,substances\r\nsubstanser,substances\r\nsubstanses,substances\r\nsubstansial,substantial\r\nsubstansially,substantially\r\nsubstansive,substantive\r\nsubstanta,substantial\r\nsubstantal,substantial\r\nsubstante,substantive\r\nsubstantiabillty,substantiability\r\nsubstantiable,substantial\r\nsubstantialy,substantially\r\nsubstantie,substantive\r\nsubstantied,substantive\r\nsubstanties,substantive\r\nsubstantitve,substantive\r\nsubstantivly,substantially\r\nsubstantually,substantially\r\nsubstarte,substrate\r\nsubstatia,substantia\r\nsubstatial,substantial\r\nsubstatiality,substantiality\r\nsubstatially,substantially\r\nsubstatiate,substantiate\r\nsubstatiated,substantiated\r\nsubstatiates,substantiates\r\nsubstatiating,substantiating\r\nsubstences,substances\r\nsubstential,substantial\r\nsubsteranium,subterranean\r\nsubstite,substitute\r\nsubstition,substitution\r\nsubstitions,substitutions\r\nsubstitite,substitute\r\nsubstitition,substitution\r\nsubstitiute,substitute\r\nsubstittue,substitutes\r\nsubstitude,substitute\r\nsubstituded,substituted\r\nsubstitudes,substitutes\r\nsubstituding,substituting\r\nsubstitudion,substitution\r\nsubstitue,substitute\r\nsubstitued,substitute\r\nsubstituer,substitute\r\nsubstitues,substitutes\r\nsubstituing,substituting\r\nsubstituion,substitution\r\nsubstituions,substitutions\r\nsubstiture,substitute\r\nsubstitured,substituted\r\nsubstitures,substitutes\r\nsubstituring,substituting\r\nsubstiturion,substitution\r\nsubstiturions,substitutions\r\nsubstitutabilty,substitutability\r\nsubstitutents,substitutes\r\nsubstituters,substitutes\r\nsubstitutie,substitutes\r\nsubstitutivo,substitution\r\nsubstituto,substitution\r\nsubstitutos,substitutes\r\nsubstituts,substitutes\r\nsubstitutue,substitutes\r\nsubstitutues,substitutes\r\nsubstiutions,substitutions\r\nsubstle,subtle\r\nsubstract,subtract\r\nsubstracted,subtracted\r\nsubstracting,subtracting\r\nsubstraction,subtraction\r\nsubstractions,subtractions\r\nsubstracts,subtracts\r\nsubstription,subscription\r\nsubstruc,substruct\r\nsubstrucural,substructural\r\nsubstrucure,substructure\r\nsubstrung,substring\r\nsubsttructure,substructure\r\nsubstuctures,substructures\r\nsubstute,substitute\r\nsubstuted,substituted\r\nsubstutes,substitutes\r\nsubstuting,substituting\r\nsubstution,substitution\r\nsubstutionism,substitutionism\r\nsubstutions,substitutions\r\nsubstutite,substitutes\r\nsubstutited,substituted\r\nsubstutites,substitutes\r\nsubstutiting,substituting\r\nsubstutition,substitution\r\nsubstutute,substitute\r\nsubstututed,substituted\r\nsubstututes,substitutes\r\nsubstututing,substituting\r\nsubstutution,substitution\r\nsubstututions,substitutions\r\nsubsudized,subsidized\r\nsubsuquent,subsequent\r\nsubsytem,subsystem\r\nsubsytems,subsystems\r\nsubtaly,subtally\r\nsubtance,substance\r\nsubtances,substances\r\nsubtantial,substantial\r\nsubtarainion,subterranean\r\nsubtaraneon,subterranean\r\nsubtaraniam,subterranean\r\nsubtaranian,subterranean\r\nsubtardinen,subterranean\r\nsubtarranean,subterranean\r\nsubtarranian,subterranean\r\nsubtearanean,subterranean\r\nsubtelty,subtlety\r\nsubtemparament,subtemperament\r\nsubtemparance,subtemperance\r\nsubtemparate,subtemperate\r\nsubtemparately,subtemperately\r\nsubtemparature,subtemperature\r\nsubtemparatures,subtemperatures\r\nsubtemparement,subtemperament\r\nsubtemparence,subtemperance\r\nsubtemparete,subtemperate\r\nsubtemparetely,subtemperately\r\nsubtempareture,subtemperature\r\nsubtemparetures,subtemperatures\r\nsubtemperement,subtemperament\r\nsubtemperence,subtemperance\r\nsubtemperete,subtemperate\r\nsubtemperetely,subtemperately\r\nsubtempereture,subtemperature\r\nsubtemperetures,subtemperatures\r\nsubtemperment,subtemperament\r\nsubtempernce,subtemperance\r\nsubtemperte,subtemperate\r\nsubtempertely,subtemperately\r\nsubtemperture,subtemperature\r\nsubtempertures,subtemperatures\r\nsubtempment,subtemperament\r\nsubtempnce,subtemperance\r\nsubtemprament,subtemperament\r\nsubtemprance,subtemperance\r\nsubtemprate,subtemperate\r\nsubtemprately,subtemperately\r\nsubtemprature,subtemperature\r\nsubtempratures,subtemperatures\r\nsubtemprement,subtemperament\r\nsubtemprence,subtemperance\r\nsubtemprete,subtemperate\r\nsubtempretely,subtemperately\r\nsubtempreture,subtemperature\r\nsubtempretures,subtemperatures\r\nsubtempte,subtemperate\r\nsubtemptely,subtemperately\r\nsubtempture,subtemperature\r\nsubtemptures,subtemperatures\r\nsubteraem,subterranean\r\nsubterain,subterranean\r\nsubterainam,subterranean\r\nsubterainean,subterranean\r\nsubterainein,subterranean\r\nsubterainem,subterranean\r\nsubterainen,subterranean\r\nsubterainer,subterranean\r\nsubterainian,subterranean\r\nsubterainin,subterranean\r\nsubterainio,subterranean\r\nsubterainium,subterranean\r\nsubteranea,subterraneanly\r\nsubteranean,subterranean\r\nsubteraneing,subterranean\r\nsubterania,subterraneanly\r\nsubteranian,subterranean\r\nsubteranien,subterranean\r\nsubteranin,subterranean\r\nsubteranion,subterranean\r\nsubterannean,subterranean\r\nsubteranum,subterranean\r\nsubterdinean,subterranean\r\nsubterian,subterranean\r\nsubterianam,subterranean\r\nsubtermid,subterranean\r\nsubterraean,subterranean\r\nsubterraenean,subterranean\r\nsubterrainean,subterranean\r\nsubterrainern,subterranean\r\nsubterranea,subterraneanly\r\nsubterrania,subterraneanly\r\nsubterranian,subterranean\r\nsubterrean,subterranean\r\nsubterresian,subterranean\r\nsubtetlier,subteltier\r\nsubtetlies,subtelties\r\nsubtetliest,subteltiest\r\nsubtetliness,subteltiness\r\nsubtetly,subtlety\r\nsubtiel,subtitle\r\nsubtile,subtle\r\nsubtilte,subtitle\r\nsubtiltes,subtitles\r\nsubtiranean,subterranean\r\nsubtitel,subtitle\r\nsubtitels,subtitles\r\nsubtitile,subtitle\r\nsubtitlier,subtiltier\r\nsubtitlies,subtilties\r\nsubtitliest,subtiltiest\r\nsubtitliness,subtiltiness\r\nsubtitls,subtitles\r\nsubtitltes,subtitle\r\nsubtitly,subtilty\r\nsubtitute,substitute\r\nsubtituted,substituted\r\nsubtitutes,substitutes\r\nsubtituting,substituting\r\nsubtitution,substitution\r\nsubtitutions,substitutions\r\nsubtletly,subtlety\r\nsubtley,subtly\r\nsubtlqe,subtle\r\nsubtltey,subtlety\r\nsubtlties,subtitles\r\nsubtoraneman,subterranean\r\nsubtrainyorn,subterranean\r\nsubtranen,subterranean\r\nsubtrau,subterranean\r\nsubtrcat,subtract\r\nsubtrerainiam,subterranean\r\nsubtruct,substruct\r\nsubtructed,substructed\r\nsubtructures,substructures\r\nsubturanean,subterranean\r\nsubturanium,subterranean\r\nsububan,suburban\r\nsuburbian,suburban\r\nsuburbianite,suburbanite\r\nsuburbianites,suburbanites\r\nsuburburb,suburb\r\nsuburburban,suburban\r\nsuburburbanism,suburbanism\r\nsuburburbanite,suburbanite\r\nsuburburbanites,suburbanites\r\nsuburburbed,suburbed\r\nsuburburbs,suburbs\r\nsubverion,subversion\r\nsubverision,subversion\r\nsubverison,subversion\r\nsubverisons,subversions\r\nsubversin,subversion\r\nsubvertion,subversion\r\nsubvertions,subversions\r\nsubwrod,subword\r\nsubype,subtype\r\nsubypes,subtypes\r\nsubystems,subsystems\r\nsubytpes,subtypes\r\nsuc,success\r\nsuccceed,succeed\r\nsuccceeded,succeeded\r\nsuccceeding,succeeding\r\nsuccceeds,succeeds\r\nsucccess,success\r\nsucccesses,successes\r\nsucccessful,successful\r\nsucccessfully,successfully\r\nsucccessors,successors\r\nsuccecessor,successor\r\nsuccecssfuly,succecssfully\r\nsucced,succeed\r\nsuccedd,succeed\r\nsuccedded,succeeded\r\nsuccedding,succeeding\r\nsuccedds,succeeds\r\nsuccede,succeed\r\nsucceded,succeeded\r\nsuccedes,succeeds\r\nsucceding,succeeding\r\nsucceds,succeeds\r\nsucceedes,succeeds\r\nsucceedsit,succeeds\r\nsucceedso,succeeds\r\nsucceedss,succeeds\r\nsucceeed,succeed\r\nsucceeeded,succeeded\r\nsuccees,succeeds\r\nsucceesfully,successfully\r\nsucceessful,successful\r\nsucceffuly,succeffully\r\nsucceful,successful\r\nsuccefull,successful\r\nsuccefully,successfully\r\nsuccefuly,succefully\r\nsucceptible,susceptible\r\nsucces,success\r\nsuccesd,succeeds\r\nsuccesed,succeeds\r\nsuccesfel,successful\r\nsuccesffuly,succesffully\r\nsuccesful,successful\r\nsuccesfull,successful\r\nsuccesfully,successfully\r\nsuccesfuly,successfully\r\nsucceshful,successful\r\nsuccesion,succession\r\nsuccesions,succession\r\nsuccesive,successive\r\nsuccesively,successively\r\nsuccesivement,successivement\r\nsuccesives,successives\r\nsuccesor,successor\r\nsuccessed,succeeded\r\nsuccesseful,successful\r\nsuccesseurs,successes\r\nsuccessffuly,successffully\r\nsuccessfuive,successive\r\nsuccessfull,successful\r\nsuccessfullly,successfully\r\nsuccessfullness,successfulness\r\nsuccessfulls,successfuls\r\nsuccessfuly,successfully\r\nsuccessfulyl,successfully\r\nsuccessing,succession\r\nsuccessivly,successively\r\nsuccessivo,succession\r\nsuccessrul,successful\r\nsuccesss,successes\r\nsuccesssfuly,successsfully\r\nsuccesssion,succession\r\nsuccesssive,successive\r\nsuccesssor,successor\r\nsuccesssors,successors\r\nsuccessssfuly,successssfully\r\nsuccesstion,succession\r\nsuccessufuly,successufully\r\nsuccessul,successful\r\nsuccessully,successfully\r\nsuccesully,successfully\r\nsuccewss,success\r\nsuccful,successful\r\nsuccfull,successful\r\nsucch,such\r\nsuccicently,succinctly\r\nsuccint,succinct\r\nsuccintely,succinctly\r\nsuccintly,succinctly\r\nsuccintness,succinctness\r\nsuccseed,succeed\r\nsuccseeded,succeeded\r\nsuccseeding,succeeding\r\nsuccseeds,succeeds\r\nsuccseffuly,succseffully\r\nsuccsefull,successful\r\nsuccses,success\r\nsuccseses,successes\r\nsuccsesful,successful\r\nsuccsesfull,successfully\r\nsuccsesfully,successfully\r\nsuccsesfuly,successfuly\r\nsuccsesor,successor\r\nsuccsesors,successors\r\nsuccsess,success\r\nsuccsesses,successes\r\nsuccsessful,successful\r\nsuccsessfull,successful\r\nsuccsessfully,successfully\r\nsuccsession,succession\r\nsuccsessions,successions\r\nsuccsessive,successive\r\nsuccsessively,successively\r\nsuccsessor,successor\r\nsuccsessors,successors\r\nsuccssful,successful\r\nsuccsssfuly,succsssfully\r\nsuccuess,success\r\nsuccufuly,succufully\r\nsuccum,succumb\r\nsuccusfull,successful\r\nsuccussful,successful\r\nsuccussfully,successfully\r\nsuccussfuly,succussfully\r\nsucecss,success\r\nsuceed,succeed\r\nsuceeded,succeeded\r\nsuceeding,succeeding\r\nsuceeds,succeeds\r\nsuceeeds,succeeds\r\nsuceessfully,successfully\r\nsuceful,successful\r\nsucefull,successful\r\nsucer,saucer\r\nsuces,success\r\nsuceseful,successful\r\nsuceses,successes\r\nsucesfful,successful\r\nsucesful,successful\r\nsucesfull,successful\r\nsucesfully,successfully\r\nsucesfuly,successfully\r\nsucesion,succession\r\nsucesions,successions\r\nsucesive,successive\r\nsucesor,successor\r\nsucesors,successors\r\nsucess,success\r\nsucesses,successes\r\nsucessful,successful\r\nsucessfulgain,successfulgain\r\nsucessfull,successful\r\nsucessfullt,successfullt\r\nsucessfully,successfully\r\nsucessfult,successfult\r\nsucessfuly,successfully\r\nsucessfulz,successfulz\r\nsucession,succession\r\nsucessions,successions\r\nsucessive,successive\r\nsucessively,successively\r\nsucessor,successor\r\nsucessors,successors\r\nsucessot,successor\r\nsucesss,success\r\nsucfull,successful\r\nsuchesbull,successful\r\nsuchs,such\r\nsuchsefull,successful\r\nsucidal,suicidal\r\nsucide,suicide\r\nsucides,suicides\r\nsucidial,suicidal\r\nsucificently,sufficiently\r\nsucinctly,succinctly\r\nsucipition,suspicion\r\nsucir,saucer\r\nsuckcesfull,successful\r\nsuckessful,successful\r\nsuckign,sucking\r\nsucksesful,successful\r\nsucksesfull,successful\r\nsucksfull,successful\r\nsuclement,supplement\r\nsuclurs,surplus\r\nsucpescision,suspicion\r\nsucption,suspicion\r\nsucseed,succeed\r\nsucseeded,succeeded\r\nsucseeding,succeeding\r\nsucseeds,succeeds\r\nsucseful,successful\r\nsucsefully,successful\r\nsucseptability,susceptibility\r\nsucseptable,susceptible\r\nsucseptableness,susceptibleness\r\nsucseptave,susceptive\r\nsucseptaveness,susceptiveness\r\nsucseptavity,susceptivity\r\nsucseptibility,susceptibility\r\nsucseptible,susceptible\r\nsucseptibleness,susceptibleness\r\nsucseptive,susceptive\r\nsucseptiveness,susceptiveness\r\nsucseptivity,susceptivity\r\nsucses,success\r\nsucseses,successes\r\nsucsesfle,successful\r\nsucsesful,successful\r\nsucsesfull,successful\r\nsucsesfully,successfully\r\nsucsesfult,successful\r\nsucsesive,successive\r\nsucsesor,successor\r\nsucsesors,successors\r\nsucsess,success\r\nsucsesses,successes\r\nsucsessful,successful\r\nsucsessfull,successful\r\nsucsessfully,successfully\r\nsucsessfuly,successfuly\r\nsucsession,succession\r\nsucsessions,successions\r\nsucsessive,successive\r\nsucsessively,successively\r\nsucsessor,successor\r\nsucsessors,successors\r\nsucsful,successful\r\nsucsfully,successful\r\nsucspecon,suspicion\r\nsucssed,succeed\r\nsucsselful,successful\r\nsucssuful,successful\r\nsuctioin,suction\r\nsucts,suits\r\nsucure,secure\r\nsucured,secured\r\nsuddendly,suddenly\r\nsuddeness,suddenness\r\nsuddent,sudden\r\nsuddently,suddenly\r\nsuddeny,suddenly\r\nsuddenyl,suddenly\r\nsuddnely,suddenly\r\nsuden,sudden\r\nsudent,student\r\nsudently,suddenly\r\nsudents,students\r\nsudern,sudden\r\nsudjucts,subjects\r\nsudnerland,sunderland\r\nsudtranean,subterranean\r\nsuduko,sodoku\r\nsuecher,saucer\r\nsuefull,usefull\r\nsueing,suing\r\nsueld,should\r\nsuetebull,suitable\r\nsuface,surface\r\nsufaces,surfaces\r\nsufacionaly,sufficiently\r\nsufeciant,sufficient\r\nsufencently,sufficiently\r\nsufer,suffer\r\nsuferage,suffrage\r\nsuferagette,suffragette\r\nsuferagettes,suffragettes\r\nsuferagettism,suffragettism\r\nsuferagism,suffragism\r\nsuferagisms,suffragisms\r\nsuferagist,suffragist\r\nsuferagists,suffragists\r\nsuff,stuff\r\nsuffantly,sufficiently\r\nsuffciencies,sufficiencies\r\nsuffciency,sufficiency\r\nsuffcient,sufficient\r\nsuffciently,sufficiently\r\nsuffecently,sufficiently\r\nsuffeciant,sufficient\r\nsuffecienly,sufficiently\r\nsuffecient,sufficiently\r\nsuffeciently,sufficiently\r\nsuffecienty,sufficiently\r\nsuffectinely,sufficiently\r\nsuffeicently,sufficiently\r\nsuffeicuntly,sufficiently\r\nsuffencely,sufficiently\r\nsuffency,sufficiently\r\nsuffently,sufficiently\r\nsufferage,suffrage\r\nsufferagette,suffragette\r\nsufferagettes,suffragettes\r\nsufferagettism,suffragettism\r\nsufferagism,suffragism\r\nsufferagisms,suffragisms\r\nsufferagist,suffragist\r\nsufferagists,suffragists\r\nsufferd,suffered\r\nsuffereing,suffering\r\nsufferered,suffered\r\nsufferred,suffered\r\nsufferring,suffering\r\nsufferrings,sufferings\r\nsuffertinal,sufficiently\r\nsuffescently,sufficiently\r\nsufffer,suffer\r\nsuffi,suffix\r\nsuffialy,sufficiently\r\nsuffic,suffix\r\nsufficalny,sufficiently\r\nsufficant,sufficient\r\nsufficantely,sufficiently\r\nsufficantly,sufficiently\r\nsufficeincies,sufficiencies\r\nsufficeincy,sufficiency\r\nsufficeint,sufficient\r\nsufficeintly,sufficiently\r\nsufficencies,sufficiencies\r\nsufficency,sufficiently\r\nsufficenlly,sufficiently\r\nsufficent,sufficient\r\nsufficentally,sufficiently\r\nsufficently,sufficiently\r\nsuffichent,sufficient\r\nsufficiancies,sufficiencies\r\nsufficiancy,sufficiency\r\nsufficiant,sufficient\r\nsufficiantly,sufficiently\r\nsufficienily,sufficiently\r\nsufficienlly,sufficiently\r\nsufficienlty,sufficiently\r\nsufficientally,sufficiently\r\nsufficies,suffices\r\nsufficincies,sufficiencies\r\nsufficincy,sufficiency\r\nsufficint,sufficient\r\nsufficintly,sufficiently\r\nsufficiuntly,sufficiently\r\nsufficnnty,sufficiently\r\nsufficuint,sufficient\r\nsuffiecent,sufficient\r\nsuffiecentlly,sufficiently\r\nsuffieciently,sufficiently\r\nsuffienc,sufficiently\r\nsuffiencentally,sufficiently\r\nsuffienctly,sufficiently\r\nsuffiency,sufficiently\r\nsuffient,sufficient\r\nsuffiently,sufficiently\r\nsuffisament,suffisamment\r\nsuffisent,sufficient\r\nsuffishant,sufficient\r\nsuffishly,sufficiently\r\nsuffissioncy,sufficiently\r\nsuffitionent,sufficient\r\nsuffrintaly,sufficiently\r\nsuffucently,sufficiently\r\nsuffucient,sufficient\r\nsuffux,suffix\r\nsuffxed,suffixed\r\nsuficant,sufficient\r\nsufice,surface\r\nsuficeincies,sufficiencies\r\nsuficeincy,sufficiency\r\nsuficeint,sufficient\r\nsuficeintly,sufficiently\r\nsuficencies,sufficiencies\r\nsuficency,sufficiency\r\nsuficent,sufficient\r\nsuficently,sufficiently\r\nsuficer,surface\r\nsuficiancies,sufficiencies\r\nsuficiancy,sufficiency\r\nsuficiant,sufficient\r\nsuficiantly,sufficiently\r\nsuficiencies,sufficiencies\r\nsuficiency,sufficiency\r\nsuficient,sufficient\r\nsuficiently,sufficiently\r\nsuficincies,sufficiencies\r\nsuficincy,sufficiency\r\nsuficint,sufficient\r\nsuficintly,sufficiently\r\nsuficiontly,sufficiently\r\nsufient,sufficient\r\nsufiently,sufficiently\r\nsufisant,sufficient\r\nsufisenlty,sufficiently\r\nsufishant,sufficient\r\nsufishent,sufficient\r\nsufishently,sufficiently\r\nsufishiently,sufficiently\r\nsufishunly,sufficiently\r\nsufishunt,sufficient\r\nsufitiently,sufficiently\r\nsufix,suffix\r\nsufixed,suffixed\r\nsufrage,suffrage\r\nsufragette,suffragette\r\nsufragettes,suffragettes\r\nsufragettism,suffragettism\r\nsufragism,suffragism\r\nsufragisms,suffragisms\r\nsufragist,suffragist\r\nsufragists,suffragists\r\nsuframe,subframe\r\nsugarizer,sugar\r\nsuger,sugar\r\nsugest,suggest\r\nsugested,suggested\r\nsugesting,suggesting\r\nsugestion,suggestion\r\nsugestions,suggestions\r\nsugestiosn,sugestions\r\nsugestive,suggestive\r\nsugests,suggests\r\nsugffereing,sugffering\r\nsuggeestion,suggestion\r\nsuggesetions,suggestions\r\nsuggesst,suggests\r\nsuggestability,suggestibility\r\nsuggestable,suggestible\r\nsuggestably,suggestibly\r\nsuggeste,suggestive\r\nsuggestes,suggests\r\nsuggestie,suggestive\r\nsuggestied,suggestive\r\nsuggestief,suggestive\r\nsuggestieve,suggestive\r\nsuggestioin,suggestion\r\nsuggestiosn,suggestions\r\nsuggestivly,suggestively\r\nsuggestons,suggests\r\nsuggestsions,suggestions\r\nsugget,suggest\r\nsuggeted,suggested\r\nsuggetions,suggestions\r\nsuggets,suggests\r\nsugggested,suggested\r\nsuggstions,suggestions\r\nsugjested,suggested\r\nsugnature,signature\r\nsugur,sugar\r\nsuh,such\r\nsuhc,such\r\nsuiable,suitable\r\nsuiatble,suitable\r\nsuipport,support\r\nsuir,suits\r\nsuirtdl,suitable\r\nsuitaball,suitable\r\nsuitabillity,suitability\r\nsuitabillty,suitability\r\nsuitabilty,suitability\r\nsuitablilities,suitabilities\r\nsuitablility,suitability\r\nsuitablilty,suitability\r\nsuitablity,suitability\r\nsuitabul,suitable\r\nsuitble,suitable\r\nsuiteable,suitable\r\nsuiterble,suitable\r\nsuiterbly,suitable\r\nsuitibal,suitable\r\nsuitibilty,suitibility\r\nsuitible,suitable\r\nsuitibul,suitable\r\nsuject,subject\r\nsukseful,successful\r\nsuksesfull,successful\r\nsulibale,suitable\r\nsulleness,sullenness\r\nsullplied,supplied\r\nsulmss,slums\r\nsulroarity,sorority\r\nsulute,salute\r\nsumarily,summarily\r\nsumarise,summarise\r\nsumarised,summarised\r\nsumarises,summarises\r\nsumarising,summarising\r\nsumarization,summarization\r\nsumarize,summarize\r\nsumarized,summarized\r\nsumarizes,summarizes\r\nsumarizing,summarizing\r\nsumary,summary\r\nsumarys,summaries\r\nsumbarine,submarine\r\nsumbarines,submarines\r\nsumberged,submerged\r\nsumbers,numbers\r\nsumbimissions,submissions\r\nsumbission,submission\r\nsumbissions,submissions\r\nsumbissive,submissive\r\nsumbit,submit\r\nsumbits,submits\r\nsumbitted,submitted\r\nsumbitting,submitting\r\nsumbmit,submit\r\nsumbols,symbols\r\nsume,sums\r\nsumemr,summer\r\nsumer,summer\r\nsumerise,summarise\r\nsumerised,summarised\r\nsumerises,summarises\r\nsumerize,summarize\r\nsumery,summary\r\nsumit,submit\r\nsummairsed,summarised\r\nsummart,summary\r\nsummaryi,summary\r\nsummaryize,summarize\r\nsummarys,summary\r\nsummay,summary\r\nsummenor,summoner\r\nsummenors,summoners\r\nsummeries,summaries\r\nsummerisation,summarisation\r\nsummerised,summarised\r\nsummerises,summarises\r\nsummerising,summarising\r\nsummerization,summarization\r\nsummerized,summarized\r\nsummerizes,summarizes\r\nsummerizing,summarizing\r\nsummmary,summary\r\nsummmer,summer\r\nsummmers,summers\r\nsummmmmer,summer\r\nsummmmmmmer,summer\r\nsummmmmmmmmer,summer\r\nsummmors,summors\r\nsummoenrs,summoners\r\nsummones,summoners\r\nsummonr,summoner\r\nsummore,summoner\r\nsummorized,summarized\r\nsummurized,summarized\r\nsumoch,stomach\r\nsumplement,supplement\r\nsumptous,sumptuous\r\nsumtimes,sometimes\r\nsumulate,simulate\r\nsunbay,sunday\r\nsunclasses,subclasses\r\nsunconscious,subconscious\r\nsunconsciously,subconsciously\r\nsund,sound\r\nsundays,sunday\r\nsunderlad,sunderland\r\nsunderlona,sunderland\r\nsunderlund,sunderland\r\nsunfiber,sunfire\r\nsungalsses,sunglasses\r\nsunggle,snuggle\r\nsunglases,sunglasses\r\nsunglassses,sunglasses\r\nsunglesses,sunglasses\r\nsunglinger,gunslinger\r\nsunifre,sunfire\r\nsunkisssed,sunkissed\r\nsunney,sunny\r\nsunscreeen,sunscreen\r\nsunscren,sunscreen\r\nsunsequent,subsequent\r\nsunshin,sunshine\r\nsunstring,substring\r\nsuntday,sunday\r\nsuny,sunny\r\nsuod,should\r\nsuond,sound\r\nsuonda,sounda\r\nsuondaf,soundaf\r\nsuondcheck,soundcheck\r\nsuondcllound,soundcllound\r\nsuondei,soundei\r\nsuondinr,soundinr\r\nsuop,soup\r\nsuorce,source\r\nsuot,suit\r\nsuothen,southern\r\nsupacificly,specifically\r\nsupass,surpass\r\nsupends,suspends\r\nsuper-clases,super-classes\r\nsuper-hierarcy,super-hierarchy\r\nsuperbowl,Super Bowl\r\nsuperbowls,Super Bowls\r\nsupercede,supersede\r\nsuperceded,superseded\r\nsupercedes,supersedes\r\nsuperceding,superseding\r\nsuperceeded,superseded\r\nsuperceedes,supersedes\r\nsuperceeding,superseding\r\nsupercession,supersession\r\nsupercessionism,supersessionism\r\nsupercessions,supersessions\r\nsuperconductivly,superconductively\r\nsuperfical,superficial\r\nsuperficality,superficiality\r\nsuperfically,superficially\r\nsuperficals,superficials\r\nsuperficiel,superficial\r\nsuperflous,superfluous\r\nsuperfluance,superfluence\r\nsuperfluanci,superfluenci\r\nsuperfluant,superfluent\r\nsuperfluantly,superfluently\r\nsuperfluants,superfluents\r\nsuperfluos,superfluous\r\nsuperfluu,superfluous\r\nsuperfulence,superfluence\r\nsuperfulenci,superfluenci\r\nsuperfulent,superfluent\r\nsuperfulently,superfluently\r\nsuperfulents,superfluents\r\nsuperfulous,superfluous\r\nsuperfuly,superfully\r\nsuperham,superhuman\r\nsuperheo,superhero\r\nsuperhereos,superhero\r\nsuperifical,superficial\r\nsuperintendant,superintendent\r\nsuperintendants,superintendents\r\nsuperioara,superior\r\nsuperioare,superior\r\nsuperiorest,superiors\r\nsuperioris,superiors\r\nsuperios,superiors\r\nsuperiour,superior\r\nsuperisor,superiors\r\nsuperivsor,supervisors\r\nsuperkarkets,supermarkets\r\nsupermacist,supremacist\r\nsupermacy,supremacy\r\nsupermakert,supermarkets\r\nsupermaket,supermarket\r\nsupermakret,supermarkets\r\nsupermakter,supermarkets\r\nsupermare,supermarket\r\nsupermarkedet,supermarket\r\nsupermarkeds,supermarkets\r\nsupermarkers,supermarkets\r\nsupermarkert,supermarkets\r\nsupermarkerts,supermarkets\r\nsupermarkt,supermarket\r\nsupermarkten,supermarket\r\nsupermarktes,supermarkets\r\nsupermarkts,supermarkets\r\nsupermasssive,supermassive\r\nsupermaster,supermarkets\r\nsuperme,supreme\r\nsuperment,supplement\r\nsupernarkets,supermarkets\r\nsupernatrual,supernatural\r\nsupernatual,supernatural\r\nsuperopts,super\r\nsuperouman,superhuman\r\nsuperpesition,superposition\r\nsuperposer,superpowers\r\nsuperpostioin,superposition\r\nsuperpowereds,superpowers\r\nsuperscaler,superscalar\r\nsuperseeded,superseded\r\nsupersensative,supersensitive\r\nsupersensatively,supersensitively\r\nsupersensativity,supersensitivity\r\nsupersenstive,supersensitive\r\nsupersenstively,supersensitively\r\nsupersenstivity,supersensitivity\r\nsuperser,superset\r\nsupersition,supervision\r\nsupersticion,superstition\r\nsupersticious,superstitious\r\nsuperstision,superstition\r\nsuperstisious,superstitious\r\nsuperstitios,superstitious\r\nsuperstitiosi,superstitious\r\nsuperstitiuos,superstitious\r\nsuperstiton,superstition\r\nsuperstitous,superstitious\r\nsuperstituous,superstitious\r\nsuperstruc,superstruct\r\nsuperstucture,superstructure\r\nsupertendent,superintendent\r\nsupervillian,supervillain\r\nsupervillians,supervillains\r\nsuperviors,supervisors\r\nsuperviosr,supervisors\r\nsupervisar,supervisor\r\nsuperviser,supervisor\r\nsupervisers,supervisors\r\nsupervisin,supervision\r\nsupervisior,supervisor\r\nsupervisiors,supervisors\r\nsuperviso,supervision\r\nsupervison,supervision\r\nsupervisoras,supervisors\r\nsupervisores,supervisors\r\nsupervisorn,supervisor\r\nsupervisser,supervisor\r\nsupervsior,supervisors\r\nsupeseded,superseded\r\nsupesion,suspicion\r\nsupession,suspicion\r\nsupestion,suspicion\r\nsupeuser,superuser\r\nsupevision,supervision\r\nsuphisticate,sophisticate\r\nsuphisticated,sophisticated\r\nsuphisticates,sophisticates\r\nsuphisticating,sophisticating\r\nsuphistication,sophistication\r\nsupicion,suspicion\r\nsupicsion,suspicion\r\nsupilement,supplement\r\nsupiosion,suspicion\r\nsupirior,superior\r\nsupirsed,suprised\r\nsupision,suspicion\r\nsupission,suspicion\r\nsupition,suspicion\r\nsupiucan,suspicion\r\nsuplament,supplement\r\nsuplamental,supplemental\r\nsuplamentary,supplementary\r\nsuplamented,supplemented\r\nsuplamenting,supplementing\r\nsuplaments,supplements\r\nsuplant,supplant\r\nsuplanted,supplanted\r\nsuplanting,supplanting\r\nsuplants,supplants\r\nsuplemen,supplement\r\nsuplement,supplement\r\nsuplemental,supplemental\r\nsuplementary,supplementary\r\nsuplemented,supplemented\r\nsuplementing,supplementing\r\nsuplements,supplements\r\nsupless,surplus\r\nsupliate,supplement\r\nsuplied,supplied\r\nsuplimante,supplement\r\nsupliment,supplement\r\nsuplimental,supplemental\r\nsuplimentary,supplementary\r\nsuplimente,supplement\r\nsuplimented,supplemented\r\nsuplimenting,supplementing\r\nsupliments,supplements\r\nsuplimite,supplement\r\nsupllemental,supplemental\r\nsupllied,supplied\r\nsupluors,surplus\r\nsuplus,surplus\r\nsuply,supply\r\nsuplying,supplying\r\nsupoed,supposed\r\nsupoedly,supposedly\r\nsupoervisor,supervisor\r\nsupoing,supposing\r\nsupoort,support\r\nsupoorted,supported\r\nsupoorts,supports\r\nsupoport,support\r\nsupoported,supported\r\nsupoprt,support\r\nsuport,support\r\nsuported,supported\r\nsuporter,supporter\r\nsuporters,supporters\r\nsuporting,supporting\r\nsuportive,supportive\r\nsuportives,supportives\r\nsuports,supports\r\nsupose,suppose\r\nsuposed,supposed\r\nsuposedly,supposedly\r\nsuposes,supposes\r\nsuposing,supposing\r\nsupossed,supposed\r\nsupossedly,supposedly\r\nsupossing,supposing\r\nsuppart,support\r\nsuppelement,supplement\r\nsupperior,superior\r\nsupperssor,suppressor\r\nsupperstishons,superstitions\r\nsuppession,suspicion\r\nsuppicion,suspicion\r\nsuppictments,specimens\r\nsuppied,supplied\r\nsuppier,supplier\r\nsuppiers,suppliers\r\nsuppies,supplies\r\nsuppiler,supplier\r\nsupplament,supplement\r\nsupplamental,supplemental\r\nsupplamentary,supplementary\r\nsupplamented,supplemented\r\nsupplamenting,supplementing\r\nsupplaments,supplements\r\nsupplase,surplus\r\nsuppled,supplied\r\nsupplemant,supplemental\r\nsupplemenatry,supplementary\r\nsupplementaly,supplementally\r\nsupplementay,supplementary\r\nsupplementery,supplementary\r\nsupplementry,supplementary\r\nsupplemetal,supplemental\r\nsupplemets,supplements\r\nsupplemnetal,supplemental\r\nsupplemt,supplement\r\nsupplent,supplement\r\nsuppless,surplus\r\nsupplid,supplied\r\nsupplide,supplied\r\nsupplie,supplied\r\nsuppliementing,supplementing\r\nsuppliment,supplement\r\nsupplimental,supplemental\r\nsupplimentary,supplementary\r\nsupplimented,supplemented\r\nsupplimenting,supplementing\r\nsuppliments,supplements\r\nsupplinen,supplement\r\nsuppling,supplying\r\nsupplised,supplied\r\nsuppliying,supplying\r\nsupplment,supplement\r\nsupplument,supplement\r\nsupplyed,supplied\r\nsupplyment,supplement\r\nsupplys,supplies\r\nsuppocompatibilityrt,support\r\nsuppoed,supposed\r\nsuppoedly,supposedly\r\nsuppoer,support\r\nsuppoert,support\r\nsuppoing,supposing\r\nsuppoort,support\r\nsuppoprt,support\r\nsuppoprted,supported\r\nsuppoprts,supports\r\nsuppor,support\r\nsuppord,support\r\nsuppore,supported\r\nsuppored,supported\r\nsupporess,suppress\r\nsupporetd,supported\r\nsupporeted,supported\r\nsupporing,supporting\r\nsupporitng,supporting\r\nsupporre,supporters\r\nsuppors,supports\r\nsupporst,supports\r\nsupporta,supports\r\nsupportablity,supportability\r\nsupportare,supporters\r\nsupportd,supported\r\nsupporte,supports\r\nsupportec,supported\r\nsupportef,supported\r\nsupporterd,supported\r\nsupportes,supports\r\nsupportet,supported\r\nsupporteur,supporter\r\nsupporteurs,supporters\r\nsupportied,supported\r\nsupportin,supporting\r\nsupportors,supporters\r\nsupportp,support\r\nsupportted,supported\r\nsupportung,supporting\r\nsupportws,supports\r\nsupposably,supposedly\r\nsupposdely,supposedly\r\nsupposebly,supposedly\r\nsupposededly,supposedly\r\nsupposedely,supposedly\r\nsupposidely,supposedly\r\nsupposidly,supposedly\r\nsupposingly,supposedly\r\nsupposistion,supposition\r\nsupposistional,suppositional\r\nsupposistionally,suppositionally\r\nsupposistioned,suppositioned\r\nsupposistioning,suppositioning\r\nsupposistions,suppositions\r\nsupposistive,suppositive\r\nsupposistives,suppositives\r\nsuppositition,supposition\r\nsupposititional,suppositional\r\nsupposititionally,suppositionally\r\nsupposititioned,suppositioned\r\nsupposititioning,suppositioning\r\nsupposititions,suppositions\r\nsupposititive,suppositive\r\nsupposititives,suppositives\r\nsupposititon,supposition\r\nsupposititonal,suppositional\r\nsupposititonally,suppositionally\r\nsupposititoned,suppositioned\r\nsupposititoning,suppositioning\r\nsupposititons,suppositions\r\nsupposititve,suppositive\r\nsupposititves,suppositives\r\nsupposivly,supposively\r\nsupposostion,supposition\r\nsupposostional,suppositional\r\nsupposostionally,suppositionally\r\nsupposostioned,suppositioned\r\nsupposostioning,suppositioning\r\nsupposostions,suppositions\r\nsupposostive,suppositive\r\nsupposostives,suppositives\r\nsuppossed,supposed\r\nsuppossedly,supposedly\r\nsuppossing,supposing\r\nsuppost,supports\r\nsuppostion,supposition\r\nsuppostional,suppositional\r\nsuppostionally,suppositionally\r\nsuppostioned,suppositioned\r\nsuppostioning,suppositioning\r\nsuppostions,suppositions\r\nsuppostive,suppositive\r\nsuppostives,suppositives\r\nsuppot,support\r\nsuppoted,supported\r\nsuppoters,supporters\r\nsuppots,supports\r\nsuppped,supped\r\nsuppper,supper\r\nsupppers,suppers\r\nsuppplied,supplied\r\nsuppply,supply\r\nsupppor,suppor\r\nsuppport,supports\r\nsuppported,supported\r\nsuppporter,supporter\r\nsuppporters,supporters\r\nsuppporting,supporting\r\nsuppportive,supportive\r\nsuppports,supports\r\nsuppposed,supposed\r\nsupppoted,supported\r\nsupppper,supper\r\nsupppport,support\r\nsuppppper,supper\r\nsuppppppper,supper\r\nsupppppppper,supper\r\nsuppprted,supported\r\nsuppremat,supplement\r\nsuppres,suppress\r\nsuppresant,suppressant\r\nsuppresants,suppressants\r\nsuppresed,suppressed\r\nsuppreses,suppress\r\nsuppresing,suppressing\r\nsuppresion,suppression\r\nsuppresions,suppression\r\nsuppresiveness,suppressiveness\r\nsuppresives,suppressives\r\nsuppresor,suppressor\r\nsuppresors,suppressor\r\nsuppressin,suppression\r\nsuppressio,suppressor\r\nsuppresson,suppression\r\nsuppresssed,suppressed\r\nsuppresssing,suppressing\r\nsuppresssion,suppression\r\nsuppresssor,suppressor\r\nsuppresssors,suppressors\r\nsupprising,surprising\r\nsupprot,support\r\nsupproted,supported\r\nsupprress,suppress\r\nsupprt,support\r\nsupprted,supported\r\nsupprts,supports\r\nsuppy,supply\r\nsuppying,supplying\r\nsupramacist,supremacist\r\nsupraphysiolgic,supraphysiologic\r\nsuprass,surpass\r\nsuprassing,surpassing\r\nsupre,super\r\nsupremacits,supremacist\r\nsupremasist,supremacist\r\nsupremicist,supremacist\r\nsupremist,supremacist\r\nsupres,suppress\r\nsupresant,suppressant\r\nsupresants,suppressants\r\nsupresed,suppressed\r\nsupreser,suppresser\r\nsupresers,suppressers\r\nsupreses,suppresses\r\nsupresible,suppressible\r\nsupresion,suppression\r\nsupresions,suppressions\r\nsupresiva,suppressiva\r\nsupresor,suppressor\r\nsupresors,suppressors\r\nsupress,suppress\r\nsupressant,suppressant\r\nsupressants,suppressants\r\nsupressed,suppressed\r\nsupresser,suppresser\r\nsupressers,suppressers\r\nsupresses,suppresses\r\nsupressible,suppressible\r\nsupressing,suppressing\r\nsupression,suppression\r\nsupressions,suppressions\r\nsupressive,suppressive\r\nsupressor,suppressor\r\nsupressors,suppressors\r\nsupresssing,supressing\r\nsupresssion,supression\r\nsuprimacist,supremacist\r\nsuprious,spurious\r\nsuprisd,suprised\r\nsuprise,surprise\r\nsuprised,surprised\r\nsuprises,surprises\r\nsuprising,surprising\r\nsuprisingly,surprisingly\r\nsuprize,surprise\r\nsuprized,surprised\r\nsuprizes,surprises\r\nsuprizing,surprising\r\nsuprizingly,surprisingly\r\nsuprprised,surprised\r\nsuprress,suppress\r\nsuprsied,suprised\r\nsuprvision,supervision\r\nsupscription,subscription\r\nsupscriptions,subscriptions\r\nsupsects,suspects\r\nsupsend,suspend\r\nsupsense,suspense\r\nsupsension,suspension\r\nsupsicion,suspicion\r\nsupsicions,suspicions\r\nsupsicious,suspicious\r\nsupsiciously,suspiciously\r\nsupteranion,subterranean\r\nsupterraane,subterranean\r\nsupterrinen,subterranean\r\nsuptranon,subterranean\r\nsupulment,supplement\r\nsupusion,suspicion\r\nsuqare,square\r\nsuqared,squared\r\nsur,sure\r\nsurbuban,suburban\r\nsurburb,suburb\r\nsurburban,suburban\r\nsurburbanism,suburbanism\r\nsurburbanite,suburbanite\r\nsurburbanites,suburbanites\r\nsurburbed,suburbed\r\nsurburbs,suburbs\r\nsurcer,saucer\r\nsurchd,searched\r\nsurched,searched\r\nsurcure,secure\r\nsurders,surplus\r\nsure-fotted,sure-footed\r\nsureface,surface\r\nsurefice,surface\r\nsurender,surrender\r\nsurepetitious,surreptitious\r\nsurepetitiously,surreptitiously\r\nsureptious,surreptitious\r\nsureptiously,surreptitiously\r\nsureptitous,surreptitious\r\nsurey,survey\r\nsurfaec,surface\r\nsurfars,surface\r\nsurfase,surface\r\nsurfased,surfaced\r\nsurfases,surfaces\r\nsurfasing,surfacing\r\nsurfce,surface\r\nsurfced,surfaced\r\nsurfces,surfaces\r\nsurfcing,surfacing\r\nsurfdom,serfdom\r\nsurfese,surface\r\nsurfficant,sufficient\r\nsurficant,sufficient\r\nsurfice,surface\r\nsurficed,surfaced\r\nsurficent,sufficient\r\nsurfices,surfaces\r\nsurficiant,sufficient\r\nsurficient,sufficient\r\nsurficing,surfacing\r\nsurficsut,sufficient\r\nsurfiece,surface\r\nsurfieshent,sufficient\r\nsurfinent,sufficient\r\nsurfis,surface\r\nsurfise,surface\r\nsurfishent,sufficient\r\nsurfistion,sufficient\r\nsurfitiont,sufficient\r\nsurfless,surplus\r\nsurfoace,surface\r\nsurgere,surgery\r\nsurgury,surgery\r\nsurival,survival\r\nsurive,survive\r\nsurived,survived\r\nsurives,survives\r\nsuriving,surviving\r\nsurivor,survivor\r\nsurivors,survivors\r\nsurivorship,survivorship\r\nsurivovr,survivor\r\nsurl,surely\r\nsurlers,surplus\r\nsurley,surly\r\nsurmountin,surmounted\r\nsuroarity,sorority\r\nsuronded,surrounded\r\nsurority,sorority\r\nsurouded,surrounded\r\nsuroued,surrounded\r\nsuround,surround\r\nsurounded,surrounded\r\nsurounding,surrounding\r\nsuroundings,surroundings\r\nsurounds,surrounds\r\nsurouud,surround\r\nsurouuded,surrounded\r\nsurouuding,surrounding\r\nsurouudings,surroundings\r\nsurouuds,surrounds\r\nsurpased,surpassed\r\nsurpases,surpass\r\nsurpasing,surpassing\r\nsurpasssed,surpassed\r\nsurpasssing,surpassing\r\nsurpemacist,supremacist\r\nsurpeme,supreme\r\nsurperb,superb\r\nsurpes,surface\r\nsurpetitious,surreptitious\r\nsurpetitiously,surreptitiously\r\nsurpise,surface\r\nsurpisingly,surprisingly\r\nsurplace,surplus\r\nsurplant,supplant\r\nsurplanted,supplanted\r\nsurplanting,supplanting\r\nsurplants,supplants\r\nsurplas,surplus\r\nsurplase,surplus\r\nsurpleas,surplus\r\nsurplerce,surplus\r\nsurples,surplus\r\nsurpless,surplus\r\nsurpliace,surplus\r\nsurplie,surplus\r\nsurplis,surplus\r\nsurplise,surplus\r\nsurplos,surplus\r\nsurplouse,surplus\r\nsurpluce,surplus\r\nsurpluse,surplus\r\nsurpluss,surplus\r\nsurplut,surplus\r\nsurpose,suppose\r\nsurpplant,supplant\r\nsurpplanted,supplanted\r\nsurpplanting,supplanting\r\nsurpplants,supplants\r\nsurppressing,suppressing\r\nsurpreme,supreme\r\nsurpres,suppress\r\nsurpresant,suppressant\r\nsurpresants,suppressants\r\nsurpresed,suppressed\r\nsurpreser,suppresser\r\nsurpresers,suppressers\r\nsurpreses,suppresses\r\nsurpresible,suppressible\r\nsurpresor,suppressor\r\nsurpresors,suppressors\r\nsurpress,suppress\r\nsurpressant,suppressant\r\nsurpressants,suppressants\r\nsurpressed,suppressed\r\nsurpresser,suppresser\r\nsurpressers,suppressers\r\nsurpresses,suppresses\r\nsurpressible,suppressible\r\nsurpressing,suppressing\r\nsurpression,suppression\r\nsurpressor,suppressor\r\nsurpressors,suppressors\r\nsurprice,surprise\r\nsurpring,surprising\r\nsurpringing,surprising\r\nsurprisinly,surprisingly\r\nsurprize,surprise\r\nsurprized,surprised\r\nsurprizes,surprises\r\nsurprizing,surprising\r\nsurprizingly,surprisingly\r\nsurprsingly,surprisingly\r\nsurpuse,surplus\r\nsurraty,sorority\r\nsurredened,surrounded\r\nsurrend,surrender\r\nsurrended,surrendered\r\nsurrenderd,surrendered\r\nsurrenderred,surrendered\r\nsurrending,surrendering\r\nsurrends,surrenders\r\nsurrepetitious,surreptitious\r\nsurrepetitiously,surreptitiously\r\nsurreptious,surreptitious\r\nsurreptiously,surreptitiously\r\nsurroded,surrounded\r\nsurroitty,sorority\r\nsurrond,surround\r\nsurronded,surrounded\r\nsurrondered,surrounded\r\nsurronding,surrounding\r\nsurrondings,surroundings\r\nsurronds,surrounds\r\nsurroned,surrounded\r\nsurrority,sorority\r\nsurroud,surround\r\nsurrouded,surrounded\r\nsurrouding,surrounding\r\nsurroudings,surroundings\r\nsurrouds,surrounds\r\nsurroundend,surrounded\r\nsurroundes,surrounds\r\nsurroundig,surroundings\r\nsurroundign,surroundings\r\nsurroundigs,surrounds\r\nsurroundins,surrounds\r\nsurroundngs,surrounds\r\nsurrouned,surround\r\nsurroung,surround\r\nsurrouns,surrounds\r\nsurrourity,sorority\r\nsurrownded,surrounded\r\nsurrpetitious,surreptitious\r\nsurrpetitiously,surreptitiously\r\nsurrpluse,surplus\r\nsurruded,surrounded\r\nsurrunder,surrender\r\nsurrundered,surrendered\r\nsurrundering,surrendering\r\nsurrunders,surrenders\r\nsurruptitiously,surreptitiously\r\nsurseful,successful\r\nsursenful,successful\r\nsurstromming,surströmming\r\nsurteranin,subterranean\r\nsurunder,surrender\r\nsurundered,surrendered\r\nsurundering,surrendering\r\nsurunders,surrenders\r\nsurvaillance,surveillance\r\nsurvaillence,surveillance\r\nsurvallience,surveillance\r\nsurvavibility,survivability\r\nsurvay,survey\r\nsurvays,surveys\r\nsurve,serve\r\nsurved,served\r\nsurveilance,surveillance\r\nsurveilence,surveillance\r\nsurveill,surveil\r\nsurveillence,surveillance\r\nsurvelliance,surveillance\r\nsurveny,survey\r\nsurver,server\r\nsurveyer,surveyor\r\nsurveyers,surveyors\r\nsurvial,survival\r\nsurvibability,survivability\r\nsurvice,survive\r\nsurvied,survived\r\nsurviellance,surveillance\r\nsurvies,survives\r\nsurving,serving\r\nsurvior,survivor\r\nsurviors,survivors\r\nsurviorship,survivorship\r\nsurvise,surface\r\nsurvivabiity,survivability\r\nsurvivabililty,survivability\r\nsurvivabiliy,survivability\r\nsurvivabillity,survivability\r\nsurvivabillty,survivability\r\nsurvivabiltiy,survivability\r\nsurvivabilty,survivability\r\nsurvivabily,survivability\r\nsurvivablility,survivability\r\nsurvivablity,survivability\r\nsurvivalbilty,survivalbility\r\nsurvivalibity,survivability\r\nsurvivavility,survivability\r\nsurvivebility,survivability\r\nsurviver,survivor\r\nsurvivers,survivors\r\nsurvivial,survival\r\nsurvivie,survive\r\nsurvivied,survived\r\nsurvivies,survives\r\nsurvivior,survivor\r\nsurviviors,survivors\r\nsurviviorship,survivorship\r\nsurvivng,surviving\r\nsurvivour,survivor\r\nsurvivours,survivor\r\nsusan,susan\r\nsusbcribe,subscribe\r\nsusbcribe-commit,subscribe-commit\r\nsusbcribed,subscribed\r\nsusbcribers,subscribers\r\nsusbcribes,subscribes\r\nsusbcriptions,subscriptions\r\nsusbscribe,subscribe\r\nsusbsequent,subsequent\r\nsusbstantial,substantial\r\nsusbsystem,subsystem\r\nsusbtantial,substantial\r\nsusbtantially,substantially\r\nsusbtantive,substantive\r\nsusbtitue,substitute\r\nsusbtrate,substrate\r\nsusccessfuly,susccessfully\r\nsuscepitble,susceptible\r\nsusceptability,susceptibility\r\nsusceptabilty,susceptability\r\nsusceptable,susceptible\r\nsusceptableness,susceptibleness\r\nsusceptave,susceptive\r\nsusceptaveness,susceptiveness\r\nsusceptavity,susceptivity\r\nsusceptiable,susceptible\r\nsusceptibile,susceptible\r\nsusceptibilty,susceptibility\r\nsusceptiblity,susceptibility\r\nsuscer,saucer\r\nsuscessfuly,suscessfully\r\nsuscinct,succinct\r\nsuscipition,suspicion\r\nsuscispition,suspicion\r\nsuscpetible,susceptible\r\nsuscribe,subscribe\r\nsuscribers,subscribers\r\nsusecptible,susceptible\r\nsuseptability,susceptibility\r\nsuseptable,susceptible\r\nsuseptableness,susceptibleness\r\nsuseptave,susceptive\r\nsuseptaveness,susceptiveness\r\nsuseptavity,susceptivity\r\nsuseptibility,susceptibility\r\nsuseptibilty,suseptibility\r\nsuseptible,susceptible\r\nsuseptibleness,susceptibleness\r\nsuseptiblities,suseptibilities\r\nsuseptive,susceptive\r\nsuseptiveness,susceptiveness\r\nsuseptivity,susceptivity\r\nsusequent,subsequent\r\nsuser,saucer\r\nsusesful,successful\r\nsusficently,sufficiently\r\nsusficient,suspicion\r\nsush,such\r\nsusipession,suspicion\r\nsusipion,suspicion\r\nsusiption,suspicion\r\nsuskfull,successful\r\nsusm,sum\r\nsusncreen,sunscreen\r\nsusnscription,subscription\r\nsuspcious,suspicious\r\nsuspecian,suspicion\r\nsuspecien,suspicion\r\nsuspecion,suspicion\r\nsuspecions,suspicions\r\nsuspecious,suspicious\r\nsuspeciously,suspiciously\r\nsuspectes,suspects\r\nsuspectible,susceptible\r\nsuspencable,suspensable\r\nsuspencably,suspensably\r\nsuspencaries,suspensaries\r\nsuspencary,suspensary\r\nsuspencation,suspensation\r\nsuspencations,suspensations\r\nsuspence,suspense\r\nsuspenced,suspensed\r\nsuspencer,suspenser\r\nsuspencers,suspensers\r\nsuspences,suspenses\r\nsuspencful,suspensful\r\nsuspencing,suspensing\r\nsuspencion,suspension\r\nsuspencive,suspensive\r\nsuspencively,suspensively\r\nsuspenciveness,suspensiveness\r\nsuspendeds,suspense\r\nsuspendes,suspense\r\nsuspendion,suspension\r\nsuspened,suspend\r\nsuspensie,suspense\r\nsuspenso,suspension\r\nsuspent,suspend\r\nsuspention,suspension\r\nsuspesion,suspicion\r\nsuspesious,suspicion\r\nsuspetion,suspicion\r\nsuspican,suspicion\r\nsuspician,suspicion\r\nsuspicians,suspicions\r\nsuspiciois,suspicions\r\nsuspicioned,suspicion\r\nsuspiciosly,suspiciously\r\nsuspicioso,suspicions\r\nsuspiciouis,suspicious\r\nsuspicioulsy,suspiciously\r\nsuspiciouly,suspiciously\r\nsuspicioun,suspicion\r\nsuspiciouns,suspicion\r\nsuspicision,suspicions\r\nsuspicison,suspicions\r\nsuspicisons,suspicions\r\nsuspicition,suspicion\r\nsuspiciuos,suspicions\r\nsuspiciuosly,suspiciously\r\nsuspicoun,suspicion\r\nsuspicous,suspicious\r\nsuspicously,suspiciously\r\nsuspicsion,suspicions\r\nsuspiction,suspicion\r\nsuspion,suspicion\r\nsuspiscion,suspicion\r\nsuspiscious,suspicious\r\nsuspisciously,suspiciously\r\nsuspishion,suspicion\r\nsuspision,suspicion\r\nsuspisions,suspicions\r\nsuspisious,suspicious\r\nsuspisiously,suspiciously\r\nsuspisition,suspicion\r\nsuspission,suspicion\r\nsuspistion,suspicion\r\nsuspition,suspicion\r\nsuspitions,suspicions\r\nsuspitious,suspicious\r\nsuspitiously,suspiciously\r\nsuspports,supports\r\nsuspulment,supplement\r\nsuspusion,suspicion\r\nsussecful,successful\r\nsussefull,successful\r\nsussefuly,sussefully\r\nsussesfuly,sussesfully\r\nsussessfuly,sussessfully\r\nsussfull,successful\r\nsusspicion,suspicion\r\nsustaiablility,sustaiability\r\nsustainabillity,sustainability\r\nsustainabillty,sustainability\r\nsustainabiltiy,sustainability\r\nsustainabilty,sustainability\r\nsustainabily,sustainability\r\nsustainablility,sustainability\r\nsustainablilty,sustainability\r\nsustainablities,sustainabilities\r\nsustainablity,sustainability\r\nsustainaiblity,sustainability\r\nsustainbilty,sustainbility\r\nsustainble,sustainable\r\nsustainibilty,sustainibility\r\nsustainible,sustainable\r\nsustainiblity,sustainibility\r\nsustanibilty,sustanibility\r\nsustaninabilty,sustaninability\r\nsustaninablity,sustaninability\r\nsustematic,systematic\r\nsustictes,statistics\r\nsustinablity,sustinability\r\nsustinence,sustinance\r\nsustinences,sustinances\r\nsustinencie,sustinancie\r\nsustinencies,sustinancies\r\nsustinency,sustinancy\r\nsustinent,sustinant\r\nsustinentibus,sustinantibus\r\nsustinentur,sustinantur\r\nsustitution,substitution\r\nsustitutions,substitutions\r\nsustsinablity,sustsinability\r\nsususful,successful\r\nsusyption,suspicion\r\nsutable,suitable\r\nsutablity,sutability\r\nsutball,suitable\r\nsutbue,suitable\r\nsute,suite\r\nsuteable,suitable\r\nsuteaboule,suitable\r\nsutebul,suitable\r\nsuted,suited\r\nsuteranrepeiomene,subterranean\r\nsuterbell,suitable\r\nsuterble,suitable\r\nsuterbule,suitable\r\nsutff,stuff\r\nsuthall,suitable\r\nsuthen,southern\r\nsuthern,southern\r\nsuthon,southern\r\nsutible,suitable\r\nsutiler,suitable\r\nsutistick,statistics\r\nsutistics,statistics\r\nsutmit,submit\r\nsutrcutres,structures\r\nsutre,sure\r\nsutthern,southern\r\nsutticant,sufficient\r\nsuttter,sutter\r\nsuufering,suffering\r\nsuuperuser,superuser\r\nsuuport,support\r\nsuuported,supported\r\nsuuporting,supporting\r\nsuuports,supports\r\nsuupport,support\r\nsuuuppper,suuupper\r\nsuuupppper,suuupper\r\nsuuuuppper,suuuupper\r\nsuuuuuppppper,suuuuupper\r\nsuuuuuupppper,suuuuuupper\r\nsuvival,survival\r\nsuvive,survive\r\nsuvived,survived\r\nsuviver,survivor\r\nsuvivers,survivors\r\nsuvives,survives\r\nsuviving,surviving\r\nsuvivior,survivor\r\nsuviviors,survivors\r\nsuvivor,survivor\r\nsuvivors,survivors\r\nsuvivorship,survivorship\r\nsuxcessful,successful\r\nsuxsesful,successful\r\nsuxsusful,successful\r\nsuzerainity,suzerainty\r\nsvautobiogrpahy,sVAutobiography\r\nsvtart,start\r\nswaagger,swagger\r\nswaer,swear\r\nswaering,swearing\r\nswaers,swears\r\nswaet,sweat\r\nswaeted,sweated\r\nswaeteds,sweateds\r\nswaeter,sweater\r\nswaeters,sweaters\r\nswaeting,sweating\r\nswaets,sweats\r\nswaetshirt,sweatshirt\r\nswagggggger,swagger\r\nswalled,swallowed\r\nswalloed,swallowed\r\nswalloing,swallowing\r\nswansoon,swanson\r\nswaped,swapped\r\nswaping,swapping\r\nswappped,swapped\r\nswappping,swapping\r\nswar,swear\r\nsware,swear\r\nswarmm,swarm\r\nswasitka,swastika\r\nswaskita,swastika\r\nswastikka,swastika\r\nswatiska,swastika\r\nswatooth,sawtooth\r\nswatsika,swastika\r\nswattter,swatter\r\nswe;d,swe'd\r\nswe;ll,swe'll\r\nswe;s,swe's\r\nsweadddding,sweadding\r\nswearengin,swearing\r\nswearinge,swearing\r\nswearshirt,sweatshirt\r\nsweathsirt,sweatshirt\r\nsweatshit,sweatshirt\r\nsweatshits,sweatshirt\r\nsweatshort,sweatshirt\r\nsweatshrit,sweatshirt\r\nswedisch,swedish\r\nsweeden,Sweden\r\nsweedish,swedish\r\nsweeped,swept\r\nsweept,swept\r\nsweerheart,sweetheart\r\nsweetaly,sweetally\r\nsweetes,sweetest\r\nsweetheat,sweetheart\r\nsweetshart,sweetheart\r\nsweidsh,swedish\r\nsweing,sewing\r\nswel,swell\r\nswellling,swelling\r\nswep,sweep\r\nsweped,swept\r\nswepth,swept\r\nswer,swear\r\nswercling,circling\r\nswet,sweet\r\nswetter,sweater\r\nswfit,swift\r\nswiatly,swiately\r\nswich,switch\r\nswiches,switches\r\nswicth,switch\r\nswiflty,swiftly\r\nswift-dispertion-populate,swift-dispersion-populate\r\nswiftley,swiftly\r\nswiling,whistling\r\nswillling,swilling\r\nswiming,swimming\r\nswimingly,swimmingly\r\nswimmed,swam\r\nswimmmer,swimmer\r\nswimmming,swimming\r\nswin,swim\r\nswitchces,switches\r\nswitcheasy,switches\r\nswitchign,switching\r\nswitchind,switching\r\nswitchios,switch\r\nswitchs,switches\r\nswitchung,switching\r\nswiterzland,switzerland\r\nswitfly,swiftly\r\nswith,switch\r\nswithc,switch\r\nswithced,switched\r\nswithces,switches\r\nswithcing,switching\r\nswithes,switches\r\nswitserland,switzerland\r\nswitzerand,switzerland\r\nswitzlerand,switzerland\r\nswival,swivel\r\nswivle,swivel\r\nswivler,swiveler\r\nswivlers,swivelers\r\nswivles,swivels\r\nswivling,swiveling\r\nswizterland,switzerland\r\nswizzeled,swizzled\r\nswming,swimming\r\nswnasea,swansea\r\nswolen,swollen\r\nswollow,swallow\r\nswonge,swung\r\nswop,swap\r\nswordfight,sword fight\r\nswordfighter,sword fighter\r\nswordfighters,sword fighters\r\nswordfighterxl,sword fighterxl\r\nswordfighting,sword fighting\r\nswordfights,sword fights\r\nswordfightsandstarrynigh,sword fightsandstarrynigh\r\nswored,swore\r\nswrgrgpecific,specific\r\nswtch,switch\r\nswtched,switched\r\nswtches,switches\r\nswtching,switching\r\nswtich,switch\r\nswtiched,switched\r\nswtiches,switches\r\nswtiching,switching\r\nswtizerland,switzerland\r\nswwwing,swwing\r\nsxtra,extra\r\nsy,sh\r\nsyanpse,synapse\r\nsyantax,syntax\r\nsyarcuse,syracuse\r\nsyas,says\r\nsybling,sibling\r\nsybmol,symbol\r\nsybololigist,sybolologist\r\nsybtype,subtype\r\nsycall,syscall\r\nsycalls,syscalls\r\nsych,synch\r\nsychgodlgy,psychology\r\nsychnronization,synchronization\r\nsychology,psychology\r\nsychronisation,synchronisation\r\nsychronization,synchronization\r\nsychronize,synchronize\r\nsychronized,synchronized\r\nsycilogy,psychology\r\nsycing,syncing\r\nsyciology,psychology\r\nsycle,cycle\r\nsycn,sync\r\nsycned,synced\r\nsycnhronous,synchronous\r\nsycnhronously,synchronously\r\nsycning,syncing\r\nsycnronized,synchronized\r\nsycoledgy,psychology\r\nsycoleguy,psychology\r\nsycolegy,psychology\r\nsycolighy,psychology\r\nsycoligy,psychology\r\nsycollogay,psychology\r\nsycology,psychology\r\nsycoloigy,psychology\r\nsycther,scyther\r\nsydnicate,syndicate\r\nsydnrome,syndrome\r\nsygnal,signal\r\nsyintur,signature\r\nsyirans,syrians\r\nsykwalker,skywalker\r\nsykward,skyward\r\nsylable,syllable\r\nsylables,syllables\r\nsylablle,syllable\r\nsylablles,syllables\r\nsyle,style\r\nsyles,styles\r\nsyling,styling\r\nsylize,stylize\r\nsyllabe,syllable\r\nsyllabel,syllable\r\nsyllabels,syllables\r\nsym,symbolic\r\nsymantec,semantics\r\nsymantic,semantic\r\nsymantics,semantics\r\nsymaphatic,sympathetic\r\nsymaphetic,sympathetic\r\nsymapithet,sympathetic\r\nsymapothic,sympathetic\r\nsymapthetic,sympathetic\r\nsymapthize,sympathize\r\nsymapthizers,sympathizers\r\nsymapthy,sympathy\r\nsymathaic,sympathetic\r\nsymathectic,sympathetic\r\nsymathetic,sympathetic\r\nsymathetice,sympathetic\r\nsymathic,sympathetic\r\nsymatry,symmetry\r\nsymble,symbol\r\nsymbles,symbols\r\nsymblinks,symlinks\r\nsymboilc,symbolic\r\nsymbolas,symbols\r\nsymboles,symbols\r\nsymbolick,symbolic\r\nsymbolics-links,symbolic-links\r\nsymboligies,symbologies\r\nsymboligist,symbologist\r\nsymbolisch,symbolic\r\nsymbolisim,symbolism\r\nsymboloic,symbolic\r\nsymbolsim,symbolism\r\nsymeatry,symmetry\r\nsymetery,symmetry\r\nsymetrey,symmetry\r\nsymetric,symmetric\r\nsymetrical,symmetrical\r\nsymetrically,symmetrically\r\nsymetries,symmetries\r\nsymetry,symmetry\r\nsymettric,symmetric\r\nsymettrical,symmetrical\r\nsymettry,symmetry\r\nsymetttric,symmetric\r\nsymettttric,symmetric\r\nsymetttttric,symmetric\r\nsymhony,symphony\r\nsymhpony,symphony\r\nsymiphatic,sympathetic\r\nsymitishes,sympathetic\r\nsymitry,symmetry\r\nsymkink,symlink\r\nsymling,symlink\r\nsymmatry,symmetry\r\nsymmertical,symmetrical\r\nsymmerty,symmetry\r\nsymmetral,symmetric\r\nsymmetria,symmetrical\r\nsymmetricaly,symmetrically\r\nsymmetricly,symmetrically\r\nsymmetrix,symmetric\r\nsymmety,symmetry\r\nsymmmetry,symmetry\r\nsymmtery,symmetry\r\nsymmtrical,symmetrical\r\nsymoblic,symbolic\r\nsymoblism,symbolism\r\nsymobls,symbols\r\nsymol,symbol\r\nsymophatic,sympathetic\r\nsympafacted,sympathetic\r\nsympathatic,sympathetic\r\nsympathectics,sympathetic\r\nsympatheic,sympathetic\r\nsympathethic,sympathetic\r\nsympathic,sympathetic\r\nsympathicits,sympathetic\r\nsympathie,sympathize\r\nsympathiek,sympathize\r\nsympathien,sympathize\r\nsympathiers,sympathizers\r\nsympathitic,sympathetic\r\nsympathsize,sympathize\r\nsympathsizer,sympathizers\r\nsympathtic,sympathetic\r\nsympathyze,sympathize\r\nsympathyzers,sympathizers\r\nsympatic,sympathetic\r\nsympatics,sympathetic\r\nsympaty,sympathy\r\nsympethatic,sympathetic\r\nsympethetic,sympathetic\r\nsympethic,sympathetic\r\nsympethize,sympathize\r\nsympethizers,sympathizers\r\nsymphatetic,sympathetic\r\nsymphathetic,sympathetic\r\nsymphathic,sympathetic\r\nsymphatic,sympathetic\r\nsymphatize,sympathize\r\nsymphatized,sympathize\r\nsymphatizer,sympathizers\r\nsymphatizers,sympathizers\r\nsymphatizes,sympathize\r\nsymphaty,sympathy\r\nsymphethetic,sympathetic\r\nsymphetic,sympathetic\r\nsymphoney,symphony\r\nsymphonity,symphony\r\nsymphtatic,sympathetic\r\nsymphtic,sympathetic\r\nsymphytic,sympathetic\r\nsympiance,sympathetic\r\nsympithizers,sympathizers\r\nsymplifying,simplifying\r\nsymply,simply\r\nsympone,symphone\r\nsymponed,symphoned\r\nsympones,symphones\r\nsymponic,symphonic\r\nsymponically,symphonically\r\nsymponing,symphoning\r\nsympony,symphony\r\nsympothetic,sympathetic\r\nsympothics,sympathetic\r\nsympothize,sympathize\r\nsympothlect,sympathetic\r\nsympothly,sympathetic\r\nsympthatic,sympathetic\r\nsympthetic,sympathetic\r\nsympthitic,sympathetic\r\nsympthy,sympathy\r\nsymptomes,symptoms\r\nsymptomps,symptoms\r\nsympton,symptom\r\nsymptonatic,symptomatic\r\nsymptons,symptoms\r\nsymptoom,symptom\r\nsymthetic,sympathetic\r\nsymthic,sympathetic\r\nsymtopms,symptoms\r\nsymtpom,symptom\r\nsymtpoms,symptoms\r\nsynagouge,synagogue\r\nsynagouges,synagogues\r\nsynamic,dynamic\r\nsynapse-diasport-auth,synapse-diaspora-auth\r\nsynaspe,synapse\r\nsynatax,syntax\r\nsynatx,syntax\r\nsynax,syntax\r\nsynaxt,syntax\r\nsynbol,symbol\r\nsyncabilty,syncability\r\nsynched,synced\r\nsynching,syncing\r\nsynchlonous,synchronous\r\nsynchonization,synchronization\r\nsynchonizations,synchronizations\r\nsynchonize,synchronize\r\nsynchonized,synchronized\r\nsynchonizer,synchronizer\r\nsynchonizes,synchronizes\r\nsynchonizing,synchronizing\r\nsynchonous,synchronous\r\nsynchonously,synchronously\r\nsynchonrously,synchronously\r\nsynchornized,synchronized\r\nsynchornously,synchronously\r\nsynchotron,synchrotron\r\nsynchrknize,synchronize\r\nsynchrnoized,synchronized\r\nsynchroniation,synchronization\r\nsynchroniously,synchronously\r\nsynchronistation,synchronisation\r\nsynchronizaton,synchronization\r\nsynchronosly,synchronously\r\nsynchronosuly,synchronously\r\nsynchronousely,synchronously\r\nsynchronusly,synchronously\r\nsynchronzied,synchronized\r\nsynchrorously,synchronously\r\nsynchtonization,synchronization\r\nsyncophant,sycophant\r\nsyncorization,synchronization\r\nsyncrhonization,synchronization\r\nsyncrhonosuly,synchronously\r\nsyncrhonous,synchronous\r\nsyncronisation,synchronization\r\nsyncronise,synchronize\r\nsyncronised,synchronized\r\nsyncronises,synchronises\r\nsyncronization,synchronization\r\nsyncronizations,synchronizations\r\nsyncronize,synchronize\r\nsyncronized,synchronized\r\nsyncronizer,synchronizer\r\nsyncronizes,synchronizes\r\nsyncronizing,synchronizing\r\nsyncronous,synchronous\r\nsyncronously,synchronously\r\nsyncronus,synchronous\r\nsyncrounous,synchronous\r\nsyndacite,syndicate\r\nsyndactaly,syndactally\r\nsyndiacte,syndicate\r\nsyndrom,syndrome\r\nsynegry,synergy\r\nsynepethic,sympathetic\r\nsynergyies,synergies\r\nsynethic,sympathetic\r\nsyngerny,synergy\r\nsynhcronize,synchronize\r\nsynical,cynical\r\nsynidcate,syndicate\r\nsynlink,symlink\r\nsynogog,synagog\r\nsynogogal,synagogal\r\nsynogoge,synagogue\r\nsynogoges,synagogues\r\nsynogogical,synagogical\r\nsynogogs,synagogs\r\nsynogogue,synagogue\r\nsynogogues,synagogues\r\nsynomymous,synonymous\r\nsynomynous,synonymous\r\nsynomyns,synonyms\r\nsynonam,synonym\r\nsynonamity,synonymity\r\nsynonamous,synonymous\r\nsynonamously,synonymously\r\nsynonams,synonyms\r\nsynonim,synonym\r\nsynonimity,synonymity\r\nsynonimous,synonymous\r\nsynonimously,synonymously\r\nsynonims,synonyms\r\nsynonimy,synonymy\r\nsynonmyous,synonymous\r\nsynonmys,synonyms\r\nsynonom,synonym\r\nsynonomity,synonymity\r\nsynonomous,synonymous\r\nsynonomously,synonymously\r\nsynonoms,synonyms\r\nsynonomy,synonym\r\nsynonumous,synonymous\r\nsynonymes,synonyms\r\nsynonymis,synonyms\r\nsynonymn,synonym\r\nsynonymnity,synonymity\r\nsynonymnous,synonymous\r\nsynonymnously,synonymously\r\nsynonymns,synonyms\r\nsynonymos,synonymous\r\nsynonymus,synonyms\r\nsynonyn,synonym\r\nsynonynity,synonymity\r\nsynonynous,synonymous\r\nsynonynously,synonymously\r\nsynonyns,synonyms\r\nsynopis,synopsis\r\nsynopsies,synopsis\r\nsynopsys,synopsis\r\nsynoynm,synonym\r\nsynoynms,synonyms\r\nsynphonic,symphonic\r\nsynphonies,symphonies\r\nsynphony,symphony\r\nsynposis,synopsis\r\nsynshronise,synchronize\r\nsyntac,syntax\r\nsyntactial,syntactical\r\nsyntantically,syntactically\r\nsyntatic,syntactic\r\nsyntatically,syntactically\r\nsyntax-ruels,syntax-rules\r\nsyntaxe,syntaxes\r\nsyntaxerrror,syntaxerror\r\nsyntaxic,syntactic\r\nsyntaxt,syntax\r\nsyntaz,syntax\r\nsyntehsis,synthesis\r\nsyntehtic,synthetic\r\nsyntesis,synthesis\r\nsyntesise,synthesise\r\nsyntesised,synthesised\r\nsyntesiser,synthesiser\r\nsyntesisers,synthesisers\r\nsyntesises,synthesises\r\nsyntesising,synthesising\r\nsyntesize,synthesize\r\nsyntesized,synthesized\r\nsyntesizer,synthesizer\r\nsyntesizers,synthesizers\r\nsyntesizes,synthesizes\r\nsyntesizing,synthesizing\r\nsyntethic,synthetic\r\nsyntetic,synthetic\r\nsyntex,syntax\r\nsynthasis,synthesis\r\nsynthasise,synthesise\r\nsynthasised,synthesised\r\nsynthasiser,synthesiser\r\nsynthasises,synthesises\r\nsynthasize,synthesize\r\nsynthasized,synthesized\r\nsynthasizer,synthesizer\r\nsynthasizes,synthesizes\r\nsynthax,syntax\r\nsynthentic,synthetic\r\nsynthesasia,synthesis\r\nsynthesesia,synthesis\r\nsynthetize,synthesize\r\nsynthises,syntheses\r\nsynthisis,synthesis\r\nsynthisise,synthesise\r\nsynthisised,synthesised\r\nsynthisiser,synthesiser\r\nsynthisises,synthesises\r\nsynthisize,synthesize\r\nsynthisized,synthesized\r\nsynthisizer,synthesizer\r\nsynthisizes,synthesizes\r\nsynynom,synonym\r\nsynynomity,synonymity\r\nsynynomous,synonymous\r\nsynynomously,synonymously\r\nsynynoms,synonyms\r\nsynynym,synonym\r\nsynynymity,synonymity\r\nsynynymous,synonymous\r\nsynynymously,synonymously\r\nsynynyms,synonyms\r\nsypathetic,sympathetic\r\nsypathic,sympathetic\r\nsypathtic,sympathetic\r\nsyphmathetics,sympathetic\r\nsyphylis,syphilis\r\nsyphylitic,syphilitic\r\nsyphyllis,syphilis\r\nsyphylus,syphilis\r\nsyphylutic,syphilitic\r\nsypmathetic,sympathetic\r\nsypmathize,sympathize\r\nsypmathy,sympathy\r\nsypmtom,symptom\r\nsypmtomatic,symptomatic\r\nsypmtoms,symptoms\r\nsypnosis,synopsis\r\nsypport,support\r\nsypported,supported\r\nsyptatheic,sympathetic\r\nsypthmetic,sympathetic\r\nsyracue,syracuse\r\nsyracusae,syracuse\r\nsyrains,syrians\r\nsyrap,syrup\r\nsyraucse,syracuse\r\nsyrcause,syracuse\r\nsyringae,syringe\r\nsyringue,syringe\r\nsyrority,sorority\r\nsysadmn,sysadmin\r\nsysamdin,sysadmin\r\nsysccall,syscall\r\nsysdamin,sysadmin\r\nsysem,system\r\nsysetm,system\r\nsysm,system\r\nsysmatic,systematic\r\nsysmatically,systematically\r\nsysmatise,systematise\r\nsysmatised,systematised\r\nsysmatize,systematize\r\nsysmatized,systematized\r\nsysms,systems\r\nsystamatic,systematic\r\nsyste,system\r\nsysted,system\r\nsystematicaly,systematically\r\nsystematice,sympathetic\r\nsystematiclly,systematically\r\nsystematisch,systematic\r\nsystemc,systemic\r\nsystemetic,systematic\r\nsystemetically,systematically\r\nsystemisch,systemic\r\nsysteml,system\r\nsystemml,system-ml\r\nsystemn,system\r\nsystems's,system's\r\nsysten,system\r\nsystens,systems\r\nsystermatic,systematic\r\nsystesm,system\r\nsysteù,system\r\nsysticts,statistics\r\nsystimatic,systematic\r\nsystimatically,systematically\r\nsystimetic,sympathetic\r\nsystme,system\r\nsystrem,system\r\nsytanx,syntax\r\nsytax,syntax\r\nsytem,system\r\nsytematic,systematic\r\nsytematically,systematically\r\nsytematise,systematise\r\nsytematised,systematised\r\nsytematize,systematize\r\nsytematized,systematized\r\nsytems,systems\r\nsythesis,synthesis\r\nsythesise,synthesise\r\nsythesised,synthesised\r\nsythesiser,synthesiser\r\nsythesisers,synthesisers\r\nsythesises,synthesises\r\nsythesising,synthesising\r\nsythesize,synthesize\r\nsythesized,synthesized\r\nsythesizer,synthesizer\r\nsythesizers,synthesizers\r\nsythesizes,synthesizes\r\nsythesizing,synthesizing\r\nsythetic,synthetic\r\nsytistics,statistics\r\nsytle,style\r\nsytled,styled\r\nsytled-components,styled-components\r\nsytles,styles\r\nsytling,styling\r\nsytlings,stylings\r\nsytlise,stylise\r\nsytlised,stylised\r\nsytlises,stylises\r\nsytlish,stylish\r\nsytlishly,stylishly\r\nsytlising,stylising\r\nsytlisings,stylisings\r\nsytlist,stylist\r\nsytlistic,stylistic\r\nsytlize,stylize\r\nsytlized,stylized\r\nsytlizes,stylizes\r\nsytlizing,stylizing\r\nsytlizings,stylizings\r\nsytnax,syntax\r\nsytrofoam,styrofoam\r\nsytsem,system\r\nsyupposed,supposed\r\nsyystem,system\r\nszeid,seized\r\nszenario,scenario\r\nszenarios,scenarios\r\nszhop,shop\r\nszie,size\r\nsévres,sèvres\r\nsólo,solo\r\nsón,son\r\nt's,it’s\r\nt-shirtand,t-shirt and\r\nt-stduent,t-student\r\ntaable,table\r\ntaafic,traffic\r\ntaaks,tasks\r\ntab-complention,tab-completion\r\ntabacco,tobacco\r\ntaball,tarball\r\ntabbogan,toboggan\r\ntabe,tab\r\ntabel,table\r\ntabels,tables\r\ntabelspoon,tablespoon\r\ntabelspoons,tablespoons\r\ntabilty,tability\r\ntabl,table\r\ntablaeu,tableau\r\ntable-definitition,table-definition\r\ntable-layot,table-layout\r\ntable-layuot,table-layout\r\ntableclothes,tablecloths\r\ntablepsoons,tablespoons\r\ntablespon,tablespoon\r\ntablespons,tablespoons\r\ntablespooon,tablespoon\r\ntablespooons,tablespoon\r\ntablesppon,tablespoon\r\ntablesppons,tablespoons\r\ntabless,table's\r\ntabletablity,tabletability\r\ntablewear,tableware\r\ntabliod,tabloid\r\ntabliodal,tabloidal\r\ntabliodance,tabloidance\r\ntablioded,tabloided\r\ntablioding,tabloiding\r\ntabliods,tabloids\r\ntablit,tablet\r\ntablt,tablet\r\ntabluar,tabular\r\ntablular,tabular\r\ntabogan,toboggan\r\ntaboggan,toboggan\r\ntabstyle,style\r\ntabulatioin,tabulation\r\ntaccording,according\r\ntace,trace\r\ntacen,taken\r\ntache,touched\r\ntacher,teachers\r\ntachogrpah,tachograph\r\ntaciod,tacoid\r\ntaciodal,tacoidal\r\ntaciodance,tacoidance\r\ntacioded,tacoided\r\ntacioding,tacoiding\r\ntaciods,tacoids\r\ntacitcally,tactically\r\ntacke,take\r\ntackel,tackle\r\ntackeling,tackling\r\ntacken,taken\r\ntackneccal,technical\r\ntacknical,technical\r\ntacksot,tracksuit\r\ntacnical,technical\r\ntacnicle,technical\r\ntacnitical,technical\r\ntacorunnner,tacorunner\r\ntactally,tactually\r\ntactaly,tactually\r\ntacticallity,tactically\r\ntacticaly,tactically\r\ntacticas,tactics\r\ntactict,tactic\r\ntacticts,tactics\r\ntacticus,tactics\r\ntactifuly,tactifully\r\ntactitian,tactician\r\ntactivly,tactively\r\ntactualy,tactually\r\ntactully,tactually\r\ntactuly,tactually\r\ntades,trades\r\ntaeche,teacher\r\ntaek,take\r\ntaeken,taken\r\ntaest,test\r\ntafic,traffic\r\ntage,taken\r\ntaged,tagged\r\ntages,tags\r\ntaget,target\r\ntagets,targets\r\ntagged-descriptior,tagged-descriptor\r\ntagget,tagged\r\ntaggged,tagged\r\ntaggging,tagging\r\ntaggins,tagging\r\ntaggs,tags\r\ntagliate,tailgate\r\ntagret,target\r\ntahks,thanks\r\ntahn,than\r\ntahnkyou,thankyou\r\ntaht's,that's\r\ntaht,that\r\ntahtaly,tahtally\r\ntaid,tied\r\ntailban,taliban\r\ntailgaiting,tailgating\r\ntailgateing,tailgating\r\ntailgatting,tailgating\r\ntailight,taillight\r\ntailled,tailed\r\ntailling,tailing\r\ntaillored,tailored\r\ntailord,tailored\r\ntailorwed,tailored\r\ntailsman,talisman\r\ntain,tan\r\ntaining,training\r\ntair,tear\r\ntaiwanee,taiwanese\r\ntaiwanesse,taiwanese\r\ntajwwed,tajwed\r\ntak,take\r\ntakativ,talkative\r\ntaked,take\r\ntakeing,taking\r\ntakeon,taken\r\ntakern,taken\r\ntakeway,takeaway\r\ntakign,taking\r\ntakin,taking\r\ntakkes,takes\r\ntakle,tackle\r\ntakling,tackling\r\ntakoff,takeoff\r\ntaks,tasks\r\ntalahase,tallahassee\r\ntalant,talent\r\ntalbe,table\r\ntalbian,taliban\r\ntalbogan,toboggan\r\ntalekd,talked\r\ntalended,talented\r\ntaligate,tailgate\r\ntaligating,tailgating\r\ntaliored,tailored\r\ntalkabilty,talkability\r\ntalken,taken\r\ntalkig,talking\r\ntalkign,talking\r\ntallahasee,tallahassee\r\ntallahasse,tallahassee\r\ntalland,tall and\r\ntallented,talented\r\ntallents,tallest\r\ntallets,tallest\r\ntalller,taller\r\ntalse,false\r\ntalsiman,talisman\r\ntamborine,tambourine\r\ntamplates,templates\r\ntanacal,botanical\r\ntanant,tenant\r\ntando,tango\r\ntandt,that\r\ntandum,tandem\r\ntane,tan\r\ntaned,turned\r\ntanenhill,tannehill\r\ntangability,tangibility\r\ntangable,tangible\r\ntangables,tangibles\r\ntangably,tangibly\r\ntangablys,tangiblys\r\ntangbile,tangible\r\ntange,range\r\ntangeld,tangled\r\ntangencially,tangentially\r\ntangeng,tangent\r\ntangenitally,tangentially\r\ntangentialy,tangentially\r\ntangiblilty,tangibility\r\ntangiblity,tangibility\r\ntangientally,tangentially\r\ntaning,training\r\ntanle,table\r\ntanlged,tangled\r\ntannenbourg,tannenberg\r\ntannenburg,tannenberg\r\ntannheill,tannehill\r\ntannned,tanned\r\ntannner,tanner\r\ntannning,tanning\r\ntansactions,transactions\r\ntanscoding,transcoding\r\ntansform,transform\r\ntansition,transition\r\ntansitions,transitions\r\ntansk,task\r\ntanslates,translates\r\ntanspose,transpose\r\ntant,tent\r\ntantaly,tantally\r\ntantrumers,tantrums\r\ntanturms,tantrums\r\ntapitude,aptitude\r\ntappin,tapping\r\ntappped,tapped\r\ntappping,tapping\r\ntaproo,taproom\r\ntaqneical,technical\r\ntareget,target\r\ntaret,target\r\ntarets,targets\r\ntarffic,traffic\r\ntargall,tarball\r\ntarge,target\r\ntarged,targeted\r\ntarger,target\r\ntarges,targets\r\ntargest,targets\r\ntargests,targets\r\ntarget'ss,target's\r\ntargetd,targeted\r\ntargettable,targetable\r\ntargetted,targeted\r\ntargetting,targeting\r\ntargetts,targets\r\ntargettted,targetted\r\ntargettting,targetting\r\ntargret,target\r\ntargt,target\r\ntargz,tarball\r\ntarkan,taken\r\ntarket,target\r\ntarmaced,tarmacked\r\ntarminal,terminal\r\ntarrif,tariff\r\ntarriff,tariff\r\ntarrifff,tariff\r\ntarriffff,tariff\r\ntarrifffff,tariff\r\ntarrifffffs,tariffs\r\ntarriffffs,tariffs\r\ntarrifffs,tariffs\r\ntarriffs,tariffs\r\ntarrifs,tariffs\r\ntarvel,travel\r\ntaryvon,trayvon\r\ntasble,table\r\ntasg,tags\r\ntasit,tacit\r\ntaska,tasks\r\ntasks',task's\r\ntasliman,talisman\r\ntaslk,task\r\ntass,tasks\r\ntassk,tasks\r\ntast,taste\r\ntastefuly,tastefully\r\ntastyness,tastiness\r\ntatements,statements\r\ntath,that\r\ntather,rather\r\ntatic,static\r\ntatics,tactics\r\ntatioin,tation\r\ntatoo,tattoo\r\ntatooe,tattoo\r\ntatooed,tattooed\r\ntatooeed,tattooed\r\ntatooes,tattoos\r\ntatoos,tattoos\r\ntattooe,tattoo\r\ntattooeed,tattooed\r\ntattooes,tattoos\r\ntattooos,tattoos\r\ntattos,tattoos\r\ntattted,tatted\r\ntatus,status\r\ntaugh,laugh\r\ntaureg,tuareg\r\ntautoligist,tautologist\r\ntavle,table\r\ntawainese,taiwanese\r\ntawianese,taiwanese\r\ntaxanomic,taxonomic\r\ntaxanomist,taxonomist\r\ntaxanomists,taxonomists\r\ntaxanomy,taxonomy\r\ntaxatioin,taxation\r\ntaxonomoy,taxonomy\r\ntaxons,taxa\r\ntay,tag\r\ntayste,taste\r\ntbe,the\r\ntby,by\r\ntc,tn\r\ntchers,teachers\r\ntdirectly,directly\r\nte,the\r\nteached,taught\r\nteachnically,technically\r\nteachur,teacher\r\nteachure,teacher\r\nteahcher,teacher\r\nteahchers,teachers\r\nteaher,teacher\r\nteahers,teachers\r\nteam-mate,teammate\r\nteam-mates,teammates\r\nteamabilty,teamability\r\nteamamtes,teammates\r\nteamate,teammate\r\nteamates,team-mates\r\nteamerature,temperature\r\nteamfighs,teamfights\r\nteamfighters,teamfights\r\nteamfigt,teamfight\r\nteamfigth,teamfight\r\nteamfigths,teamfights\r\nteamifght,teamfight\r\nteamifghts,teamfights\r\nteamns,teams\r\nteampseak,teamspeak\r\nteamspeack,teamspeak\r\nteamspek,teamspeak\r\nteancity,tenacity\r\nteansaction,transaction\r\nteansylvania,transylvania\r\nteapsoon,teaspoon\r\ntearabilty,tearability\r\ntearablility,tearability\r\ntearch,teachers\r\ntearcher,teacher's\r\ntearchers,teachers\r\ntearm,term\r\ntearned,turned\r\nteasher,teacher\r\nteasimonials,testimonials\r\nteaspon,teaspoon\r\nteaspooon,teaspoon\r\nteatcher,teacher\r\nteatchers,teachers\r\nteather,teacher\r\nteatures,teachers\r\nteazzzers,teazzers\r\ntec,etc\r\ntechabillity,techability\r\ntechanical,technical\r\ntechanically,mechanically\r\nteche,teacher\r\ntecheis,techies\r\ntecheler,teachers\r\ntechenal,technical\r\ntechenical,technical\r\ntecher,teacher\r\ntechers,teachers\r\ntechershoy,teachers\r\ntechet,teachers\r\ntecheter,teachers\r\ntechical,technical\r\ntechicalities,technicalities\r\ntechicality,technicality\r\ntechically,technically\r\ntechician,technician\r\ntechicians,technicians\r\ntechicnal,technical\r\ntechinacal,technical\r\ntechinal,technical\r\ntechincal,technical\r\ntechincalities,technicalities\r\ntechincality,technicality\r\ntechincall,technicall\r\ntechincally,technically\r\ntechincals,technicals\r\ntechincian,technician\r\ntechincians,technicians\r\ntechinel,technical\r\nteching,teaching\r\ntechinial,technical\r\ntechinical,technical\r\ntechinicaldiscus,technicaldiscus\r\ntechinically,technically\r\ntechinicals,technicals\r\ntechinicaly,technicaly\r\ntechinican,technician\r\ntechinicial,technical\r\ntechinician,technician\r\ntechinicians,technicians\r\ntechinique,technique\r\ntechiniques,techniques\r\ntechinque,technique\r\ntechinques,techniques\r\ntechique,technique\r\ntechiques,techniques\r\ntechmological,technological\r\ntechnalogic,technologic\r\ntechnalogical,technological\r\ntechnalogically,technologically\r\ntechnalogies,technologies\r\ntechnalogism,technologism\r\ntechnalogisms,technologisms\r\ntechnalogist,technologist\r\ntechnalogists,technologists\r\ntechnalogize,technologize\r\ntechnalogized,technologized\r\ntechnalogy,technology\r\ntechncial,technical\r\ntechncially,technically\r\ntechncials,technicals\r\ntechnecal,technical\r\ntechnecally,technically\r\ntechnechial,technical\r\ntechnecil,technical\r\ntechneical,technical\r\ntechnial,technical\r\ntechnially,technically\r\ntechnials,technicals\r\ntechnicain,technician\r\ntechnicale,technical\r\ntechnicallity,technically\r\ntechnicalty,technicality\r\ntechnicaly,technically\r\ntechnicans,technicians\r\ntechnichal,technical\r\ntechnichan,technician\r\ntechnichian,technician\r\ntechnicial,technical\r\ntechnicially,technically\r\ntechnicials,technicians\r\ntechniciansimmediatly,techniciansimmediately\r\ntechnicien,technician\r\ntechniciens,technicians\r\ntechnicion,technician\r\ntechnickal,technical\r\ntechnickle,technical\r\ntechnicle,technical\r\ntechnicol,technical\r\ntechnicoligically,technicologically\r\ntechnics,techniques\r\ntechnilogies,technologies\r\ntechnincal,technical\r\ntechniqe,technique\r\ntechniqucol,technical\r\ntechniquely,technically\r\ntechniquies,techniques\r\ntechnital,technical\r\ntechnitalia,technicalia\r\ntechnitian,technician\r\ntechnitians,technicians\r\ntechnlolgist,technlologist\r\ntechnnology,technology\r\ntechnogies,technologies\r\ntechnogolgies,technogologies\r\ntechnolgic,technologic\r\ntechnolgica,technologica\r\ntechnolgical,technological\r\ntechnolgically,technologically\r\ntechnolgies,technologies\r\ntechnolgism,technologism\r\ntechnolgisms,technologisms\r\ntechnolgist,technologist\r\ntechnolgists,technologists\r\ntechnolgize,technologize\r\ntechnolgized,technologized\r\ntechnolgy,technology\r\ntechnoligical,technological\r\ntechnoligically,technologically\r\ntechnoligies,technologies\r\ntechnoligist,technologist\r\ntechnologia,technological\r\ntechnologial,technological\r\ntechnologicaly,technologically\r\ntechnologicially,technologically\r\ntechnologicly,technological\r\ntechnologygit,technology\r\ntechnololgies,technolologies\r\ntechnoloy,technology\r\ntechnonolgies,technonologies\r\ntechnorogies,technologies\r\ntechnqiues,techniques\r\ntecholigical,techological\r\ntechologic,technologic\r\ntechological,technological\r\ntechologically,technologically\r\ntechologies,technologies\r\ntechologism,technologism\r\ntechologisms,technologisms\r\ntechologist,technologist\r\ntechologists,technologists\r\ntechologize,technologize\r\ntechologized,technologized\r\ntechology,technology\r\ntechonlgic,technologic\r\ntechonlgical,technological\r\ntechonlgically,technologically\r\ntechonlgies,technologies\r\ntechonlgism,technologism\r\ntechonlgisms,technologisms\r\ntechonlgist,technologist\r\ntechonlgists,technologists\r\ntechonlgize,technologize\r\ntechonlgized,technologized\r\ntechonlgy,technology\r\ntechonlogic,technologic\r\ntechonlogical,technological\r\ntechonlogically,technologically\r\ntechonlogies,technologies\r\ntechonlogism,technologism\r\ntechonlogisms,technologisms\r\ntechonlogist,technologist\r\ntechonlogists,technologists\r\ntechonlogize,technologize\r\ntechonlogized,technologized\r\ntechonlogy,technology\r\ntechonolgic,technologic\r\ntechonolgical,technological\r\ntechonolgically,technologically\r\ntechonolgies,technologies\r\ntechonolgism,technologism\r\ntechonolgisms,technologisms\r\ntechonolgist,technologist\r\ntechonolgists,technologists\r\ntechonolgize,technologize\r\ntechonolgized,technologized\r\ntechonolgy,technology\r\ntechonoligies,techonologies\r\ntechonologic,technologic\r\ntechonological,technological\r\ntechonologically,technologically\r\ntechonologies,technologies\r\ntechonologism,technologism\r\ntechonologisms,technologisms\r\ntechonologist,technologist\r\ntechonologists,technologists\r\ntechonologize,technologize\r\ntechonologized,technologized\r\ntechonology,technology\r\ntechtician,technician\r\ntechticians,technicians\r\ntecical,technical\r\ntecimical,technical\r\ntecinacal,technical\r\ntecinal,technical\r\ntecincal,technical\r\ntecincian,technician\r\ntecincians,technicians\r\ntecineckle,technical\r\ntecinical,technical\r\ntecinician,technician\r\ntecinicians,technicians\r\ntecinique,technique\r\nteciniques,techniques\r\ntecinque,technique\r\ntecinques,techniques\r\ntecionel,technical\r\nteckinicital,technical\r\ntecknacal,technical\r\ntecknal,technical\r\ntecknectieal,technical\r\ntecknical,technical\r\ntecknichel,technical\r\ntecknickel,technical\r\ntecknickkel,technical\r\ntecknickle,technical\r\ntecknicle,technical\r\ntecknile,technical\r\nteckniqual,technical\r\nteckticle,technical\r\ntecmical,technical\r\ntecnacle,technical\r\ntecnecale,technical\r\ntecnecial,technical\r\ntecnecle,technical\r\ntecnholigical,tecnhological\r\ntecnical,technical\r\ntecnicale,technical\r\ntecnicalities,technicalities\r\ntecnicalle,technical\r\ntecnically,technically\r\ntecnichal,technical\r\ntecnichel,technical\r\ntecnician,technician\r\ntecnicians,technicians\r\ntecnickel,technical\r\ntecnickle,technical\r\ntecnicle,technical\r\ntecnicol,technical\r\ntecnicte,technical\r\ntecnique,technique\r\ntecniques,techniques\r\ntecnolgica,tecnologica\r\ntecnolgicas,tecnologicas\r\ntecnolgico,tecnologico\r\ntecnolgicos,tecnologicos\r\ntecnolgies,tecnologies\r\ntecnology,technology\r\ntecter,teacher\r\ntecticals,technical\r\ntectinal,technical\r\ntectincall,technical\r\ntectional,technical\r\ntectnacle,technical\r\ntectnical,technical\r\ntectnickle,technical\r\ntectonal,technical\r\nteddders,tedders\r\ntedeus,tedious\r\ntediuos,tedious\r\ntedius,tedious\r\nteeangers,teenagers\r\nteelyphoned,telephoned\r\nteenages,teenagers\r\nteese,tease\r\nteetaly,teetally\r\ntegs,tags\r\nteh,the\r\ntehcies,techies\r\ntehcniques,techniques\r\ntehe,the\r\nteherfore,therefore\r\ntehn,then\r\ntehnical,technical\r\ntehnically,ethnically\r\ntehnicians,technicians\r\ntehniques,techniques\r\ntehnology,technology\r\ntehre,there\r\ntehse,these\r\ntehtering,tethering\r\ntehy,they\r\ntehy;l,they'll\r\ntehyll,they'll\r\nteid,tied\r\nteine,tin\r\nteknical,technical\r\nteknicial,technical\r\ntekst,text\r\ntelagram,telegram\r\ntelagraph,telegraph\r\ntelaphone,telephone\r\ntelaphoned,telephoned\r\ntelaportation,teleportation\r\nteld,told\r\ntelecomminicate,telecommunicate\r\ntelecomminicated,telecommunicated\r\ntelecomminicates,telecommunicates\r\ntelecomminication,telecommunication\r\ntelecomminications,telecommunications\r\ntelecomminicative,telecommunicative\r\ntelecomminicatively,telecommunicatively\r\ntelecomminicator,telecommunicator\r\ntelecomminicators,telecommunicators\r\ntelecommuicate,telecommunicate\r\ntelecommuicated,telecommunicated\r\ntelecommuicates,telecommunicates\r\ntelecommuication,telecommunication\r\ntelecommuications,telecommunications\r\ntelecommuicative,telecommunicative\r\ntelecommuicatively,telecommunicatively\r\ntelecommuicator,telecommunicator\r\ntelecommuicators,telecommunicators\r\ntelecommuincate,telecommunicate\r\ntelecommuincated,telecommunicated\r\ntelecommuincates,telecommunicates\r\ntelecommuincation,telecommunication\r\ntelecommuincations,telecommunications\r\ntelecommuincative,telecommunicative\r\ntelecommuincatively,telecommunicatively\r\ntelecommuincator,telecommunicator\r\ntelecommuincators,telecommunicators\r\ntelecommuiniate,telecommunicate\r\ntelecommuiniated,telecommunicated\r\ntelecommuiniates,telecommunicates\r\ntelecommuiniation,telecommunication\r\ntelecommuiniations,telecommunications\r\ntelecommuiniative,telecommunicative\r\ntelecommuiniatively,telecommunicatively\r\ntelecommuiniator,telecommunicator\r\ntelecommuiniators,telecommunicators\r\ntelecommunciate,telecommunicate\r\ntelecommunciated,telecommunicated\r\ntelecommunciates,telecommunicates\r\ntelecommunciation,telecommunication\r\ntelecommunciations,telecommunications\r\ntelecommunciative,telecommunicative\r\ntelecommunciatively,telecommunicatively\r\ntelecommunciator,telecommunicator\r\ntelecommunciators,telecommunicators\r\ntelecommuniate,telecommunicate\r\ntelecommuniated,telecommunicated\r\ntelecommuniates,telecommunicates\r\ntelecommuniation,telecommunication\r\ntelecommuniations,telecommunications\r\ntelecommuniative,telecommunicative\r\ntelecommuniatively,telecommunicatively\r\ntelecommuniator,telecommunicator\r\ntelecommuniators,telecommunicators\r\ntelecommunicatioin,telecommunication\r\ntelecommunicatiosn,telecommunications\r\ntelecommunicatoins,telecommunications\r\ntelecomunicate,telecommunicate\r\ntelecomunicated,telecommunicated\r\ntelecomunicates,telecommunicates\r\ntelecomunication,telecommunication\r\ntelecomunications,telecommunications\r\ntelecomunicative,telecommunicative\r\ntelecomunicatively,telecommunicatively\r\ntelecomunicator,telecommunicator\r\ntelecomunicators,telecommunicators\r\ntelefond,telephoned\r\ntelefonica,telefónica\r\ntelegraf,telegram\r\ntelegrah,telegraph\r\ntelegramm,telegram\r\ntelegrapgh,telegraph\r\ntelegraphcial,TeleGraphical\r\ntelegraphcially,TeleGraphically\r\ntelegraphcials,TeleGraphicals\r\ntelegraphial,TeleGraphical\r\ntelegraphially,TeleGraphically\r\ntelegraphials,TeleGraphicals\r\ntelegraphicial,TeleGraphical\r\ntelegraphicially,TeleGraphically\r\ntelegraphicials,TeleGraphicals\r\ntelegrma,telegram\r\ntelegrpah,telegraph\r\ntelegrpahic,telegraphic\r\ntelehponed,telephoned\r\ntelelevision,television\r\ntelelevisions,televisions\r\ntelemeetry,telemetry\r\ntelemtry,telemetry\r\ntelengana,Telangana\r\ntelent,telnet\r\nteleolgical,teleological\r\ntelephed,telephoned\r\ntelephon,telephoned\r\ntelephonied,telephoned\r\ntelepioned,telephoned\r\ntelepondes,telephoned\r\ntelepone,telephoned\r\nteleponed,telephoned\r\ntelepones,telephones\r\nteleponic,telephonic\r\nteleponically,telephonically\r\nteleponing,telephoning\r\ntelepony,telephony\r\nteleporing,teleporting\r\nteleportaion,teleportation\r\nteleportating,teleportation\r\nteleportato,teleportation\r\nteleportaton,teleportation\r\nteleportion,teleporting\r\ntelepound,telephoned\r\nteleprotation,teleportation\r\nteleproting,teleporting\r\ntelevesion,television\r\ntelevion,television\r\ntelevions,televisions\r\nteleviser,TeleVisor\r\ntelevisivo,television\r\ntelevison,television\r\ntelevisons,televisions\r\ntelevize,televise\r\ntelevized,televised\r\ntelevizes,televises\r\ntelevizing,televising\r\ntelevizings,televisings\r\ntelevizion,television\r\ntelevizions,televisions\r\ntelevizor,televisor\r\ntelevizors,televisors\r\ntelevizual,televisual\r\ntelevoined,telephoned\r\ntelevsion,television\r\ntelevsions,televisions\r\ntelhonde,telephoned\r\nteling,telling\r\nteliphoned,telephoned\r\nteliportation,teleportation\r\ntelivise,televise\r\ntelivised,televised\r\ntelivises,televises\r\ntelivising,televising\r\ntelivisings,televisings\r\ntelivision,television\r\ntelivisions,televisions\r\ntelivisor,televisor\r\ntelivisors,televisors\r\ntelivisual,televisual\r\ntelivize,televise\r\ntelivized,televised\r\ntelivizes,televises\r\ntelivizing,televising\r\ntelivizings,televisings\r\ntelivizion,television\r\ntelivizions,televisions\r\ntelivizor,televisor\r\ntelivizors,televisors\r\ntelivizual,televisual\r\ntelled,told\r\ntelles,tells\r\ntelller,teller\r\ntelllers,tellers\r\ntellling,telling\r\ntellllllling,telling\r\ntellyphoned,telephoned\r\ntelmetry,telemetry\r\nteloned,telephoned\r\nteloportation,teleportation\r\ntelphone,telephoned\r\ntelphonenumber,telephonenumber\r\ntelphones,telephones\r\ntelphonic,telephonic\r\ntelphoniques,telephoniques\r\ntelphony,telephony\r\ntelpone,telephoned\r\ntelponed,telephoned\r\ntelport,teleport\r\ntelpron,telephoned\r\ntelpted,telephoned\r\ntels,tells\r\ntem,them\r\ntemafight,teamfight\r\ntemafights,teamfights\r\ntemaparay,temporary\r\ntemaplate,template\r\ntemaplates,templates\r\ntemaplte,template\r\ntemarally,temporarily\r\ntemaraly,temporarily\r\ntemararlly,temporarily\r\ntember,timber\r\nteme,term\r\ntemeperly,temporarily\r\ntemeprature,temperature\r\ntemepratures,temperatures\r\ntemepst,tempest\r\ntemeraley,temporarily\r\ntemerary,temporary\r\ntemerature,temperature\r\ntemeratures,temperatures\r\ntemetor,temperature\r\nteminal,terminal\r\nteminated,terminated\r\ntemiparly,temporarily\r\ntemlate,template\r\ntemlating,template\r\ntemmper,temperature\r\ntemmplate,template\r\ntemmplates,templates\r\ntemoaraly,temporarily\r\ntemoparaly,temporarily\r\ntemoparily,temporarily\r\ntemopary,temporary\r\ntemoporary,temporary\r\ntemoraly,temporarily\r\ntemorarally,temporarily\r\ntemorarily,temporarily\r\ntemorary,temporary\r\ntemorory,temporary\r\ntempalate,template\r\ntempalrs,templars\r\ntempalte,template\r\ntempaltes,templates\r\ntempalting,templating\r\ntempar,temper\r\ntemparaly,temporarily\r\ntemparament,temperament\r\ntemparaments,temperaments\r\ntemparance,temperance\r\ntempararily,temporarily\r\ntemparary,temporary\r\ntemparate,temperate\r\ntemparately,temperately\r\ntemparature,temperature\r\ntemparatures,temperatures\r\ntempareature,temperature\r\ntempareatures,temperatures\r\ntemparement,temperament\r\ntemparence,temperance\r\ntemparete,temperate\r\ntemparetely,temperately\r\ntempareture,temperature\r\ntemparetures,temperatures\r\ntemparey,temporary\r\ntempariarly,temporarily\r\ntemparly,temporarily\r\ntemparory,temporary\r\ntemparte,temperature\r\ntemparter,temperature\r\ntemparture,temperature\r\ntempartures,temperatures\r\ntemparure,temperature\r\ntempary,temporary\r\ntempate,template\r\ntempater,temperature\r\ntempature,temperature\r\ntempearture,temperatures\r\ntempeger,temperature\r\ntempel,temple\r\ntempels,temples\r\ntempenary,temporary\r\ntemperair,temporary\r\ntemperairly,temporary\r\ntemperalily,temporarily\r\ntemperally,temporarily\r\ntemperaly,temporarily\r\ntemperamant,temperament\r\ntemperanly,temporarily\r\ntemperaory,temporary\r\ntemperaraly,temporarily\r\ntemperarey,temporary\r\ntemperarily,temporarily\r\ntemperarly,temporary\r\ntemperary,temporary\r\ntemperateure,temperature\r\ntemperatory,temporary\r\ntemperatue,temperature\r\ntemperatuere,temperature\r\ntemperatues,temperatures\r\ntemperaturas,temperatures\r\ntemperaturs,temperatures\r\ntemperatuur,temperature\r\ntemperay,temporary\r\ntemperement,temperament\r\ntemperence,temperance\r\ntemperete,temperate\r\ntemperetely,temperately\r\ntempereture,temperature\r\ntemperetures,temperatures\r\ntemperially,temporarily\r\ntemperiory,temporary\r\ntemperiture,temperature\r\ntemperjor,temperature\r\ntempermeant,temperament\r\ntemperment,temperament\r\ntempermental,temperamental\r\ntempermentality,temperamentality\r\ntempermentally,temperamentally\r\ntempermentals,temperamentals\r\ntempermentand,temperamentand\r\ntemperments,temperaments\r\ntempernce,temperance\r\ntemperoary,temporary\r\ntemperorarily,temporarily\r\ntemperory,temporary\r\ntemperrarially,temporarily\r\ntemperreally,temporarily\r\ntempersh,temperature\r\ntempersher,temperature\r\ntempertature,temperature\r\ntempertaure,temperature\r\ntempertaures,temperatures\r\ntemperte,temperate\r\ntempertely,temperately\r\ntemperter,temperature\r\ntempertrag,temperature\r\ntemperture,temperature\r\ntempertures,temperatures\r\ntemperute,temperature\r\ntempery,temporary\r\ntempetchure,temperature\r\ntempetrue,temperature\r\ntempets,tempest\r\ntempeture,temperature\r\ntempewrature,temperature\r\ntemplace,template\r\ntemplaces,templates\r\ntemplae,template\r\ntemplaet,template\r\ntemplaras,templars\r\ntemplares,templars\r\ntemplarios,templars\r\ntemplarius,templars\r\ntemplas,templars\r\ntemplat,template\r\ntemplate-error-messoge,template-error-message\r\ntemplateing,templating\r\ntemplateor,template\r\ntemplatess,templates\r\ntemplatoin,templation\r\ntemplats,templates\r\ntemplatting,templating\r\ntempleos,temples\r\ntemplers,temples\r\ntempleted,templated\r\ntempletes,templates\r\ntempltated,templated\r\ntempltates,templates\r\ntemplte,template\r\ntempment,temperament\r\ntempnce,temperance\r\ntempnical,technical\r\ntempoarily,temporarily\r\ntempoary,temporary\r\ntempoerarily,temporarily\r\ntempoorary,temporary\r\ntemporailly,temporarily\r\ntemporaily,temporarily\r\ntemporairely,temporarily\r\ntemporairily,temporarily\r\ntemporairly,temporarily\r\ntemporalary,temporarily\r\ntemporali,temporarily\r\ntemporalily,temporarily\r\ntemporalry,temporarily\r\ntemporaly,temporarily\r\ntemporany,temporary\r\ntemporarally,temporarily\r\ntemporaraly,temporarily\r\ntemporarelly,temporarily\r\ntemporarely,temporarily\r\ntemporarially,temporarily\r\ntemporarialy,temporarily\r\ntemporariliy,temporarily\r\ntemporarilly,temporarily\r\ntemporarity,temporarily\r\ntemporarlly,temporarily\r\ntemporarly,temporary\r\ntemporarolly,temporarily\r\ntemporaroly,temporarily\r\ntemporarrly,temporarily\r\ntemporarty,temporary\r\ntemporaryly,temporarily\r\ntemporaryt,temporary\r\ntemporately,temporarily\r\ntemporatily,temporarily\r\ntemporatly,temporarily\r\ntemporay,temporary\r\ntemporayally,temporarily\r\ntemporayly,temporarily\r\ntempore,temporarily\r\ntemporeraly,temporarily\r\ntemporery,temporary\r\ntemporially,temporarily\r\ntemporialy,temporarily\r\ntemporiariy,temporarily\r\ntemporiarly,temporarily\r\ntemporily,temporary\r\ntemporly,temporary\r\ntempororarily,temporarily\r\ntempororary,temporary\r\ntempororialy,temporarily\r\ntempororily,temporarily\r\ntemporory,temporary\r\ntemporrally,temporarily\r\ntemporrary,temporary\r\ntempory,temporary\r\ntemporyrily,temporarily\r\ntempplate,template\r\ntemppure,temperature\r\ntemprament,temperament\r\ntempramental,temperamental\r\ntempramentals,temperamentals\r\ntempraments,temperaments\r\ntemprance,temperance\r\ntemprary,temporary\r\ntempratar,temperature\r\ntemprate,temperate\r\ntemprately,temperately\r\ntempratur,temperature\r\ntemprature,temperature\r\ntempratures,temperatures\r\ntempreage,temperature\r\ntempreature,temperature\r\ntempreatures,temperatures\r\ntemprecer,temperature\r\ntemprecher,temperature\r\ntempreches,temperature\r\ntemprement,temperament\r\ntempremental,temperamental\r\ntemprements,temperaments\r\ntemprence,temperance\r\ntempresure,temperature\r\ntemprete,temperate\r\ntempretely,temperately\r\ntempreter,temperature\r\ntempreture,temperature\r\ntempretures,temperatures\r\ntempricher,temperature\r\ntempriter,temperature\r\ntempritue,temperature\r\ntempriture,temperature\r\ntemproarily,temporarily\r\ntemproary,temporary\r\ntemprorally,temporarily\r\ntemprorary,temporarily\r\ntemprory,temporary\r\ntemproter,temperature\r\ntemprture,temperature\r\ntemprtures,temperatures\r\ntempset,tempest\r\ntemptating,temptation\r\ntemptatoins,temptations\r\ntempte,temperate\r\ntemptely,temperately\r\ntemptercher,temperature\r\ntemptetion,temptation\r\ntemptige,temperature\r\ntemptlate,template\r\ntemptorary,temporarily\r\ntempture,temperature\r\ntemptures,temperatures\r\ntempurature,temperature\r\ntempuratures,temperatures\r\ntempurjure,temperature\r\ntempurtuse,temperature\r\ntemputar,temperature\r\ntemputure,temperature\r\ntemreter,temperature\r\ntemreture,temperature\r\ntemrinal,terminal\r\ntems,items\r\ntemtation,temptation\r\ntenaciouos,tenacious\r\ntenacitiy,tenacity\r\ntenacle,tentacle\r\ntenacles,tentacles\r\ntenactiy,tenacity\r\ntenancey,tenancy\r\ntenary,ternary\r\ntenative,tentative\r\ntenatively,tentatively\r\ntencaity,tenacity\r\ntencial,technical\r\ntendacies,tendencies\r\ntendacy,tendency\r\ntendancies,tendencies\r\ntendancy,tendency\r\ntendence,tendencies\r\ntendencias,tendencies\r\ntendencije,tendencies\r\ntendensies,tendencies\r\ntendincies,tendencies\r\ntened,turned\r\ntenendency,tendency\r\ntenents,tenants\r\ntenessan,tennessean\r\ntenessans,tennesseans\r\ntenesse,tennessee\r\ntenesseans,tennesseans\r\ntenessee,tennessee\r\ntenesssee,tennessee\r\ntengentially,tangentially\r\ntenical,technical\r\ntenichal,technical\r\ntenis,tennis\r\ntennant,tenant\r\ntenne,tennis\r\ntennement,tenement\r\ntennesan,tennessean\r\ntennesans,tennesseans\r\ntennese,tennessee\r\ntennesean,tennessean\r\ntenneseans,tennesseans\r\ntennesee,tennessee\r\ntenneseean,tennessean\r\ntenneseeans,tennesseans\r\ntenneseee,tennessee\r\ntennessan,tennessean\r\ntennessans,tennesseans\r\ntennesse,tennessee\r\ntennesseean,tennessean\r\ntennesseeans,tennesseans\r\ntennesseee,tennessee\r\ntennesssan,tennessean\r\ntennesssans,tennesseans\r\ntennessse,tennessee\r\ntennesssean,tennessean\r\ntennesssee,tennessee\r\ntennets,tenets\r\ntennisplayer,tennis player\r\ntennnessan,tennessean\r\ntennnessans,tennesseans\r\ntennnesse,tennessee\r\ntennnessee,tennessee\r\ntenous,tenuous\r\ntenper,temper\r\ntenperary,temporary\r\ntenperay,temporary\r\ntenpiorly,temporarily\r\ntenporalely,temporarily\r\ntenporary,temporary\r\ntenrary,ternary\r\ntensability,tensibility\r\ntensable,tensible\r\ntensably,tensibly\r\ntensiones,tensions\r\ntensionors,tensions\r\ntenstor,tensor\r\ntentacel,tentacle\r\ntentacels,tentacles\r\ntentacls,tentacles\r\ntentacreul,tentacle\r\ntentacuel,tentacle\r\ntentalce,tentacle\r\ntentalces,tentacles\r\ntentant,tenant\r\ntentativly,tentatively\r\ntentinal,technical\r\ntentitiv,tentative\r\ntentitive,tentative\r\ntentitively,tentatively\r\ntentitivly,tentatively\r\nteo,two\r\nteo-byte,two-byte\r\nteodata,geodata\r\nteolgicas,teologicas\r\nteozzzed,teozzed\r\nteperar,temperature\r\nteplaces,replaces\r\nteply,reply\r\ntepmorarily,temporarily\r\ntepohed,telephoned\r\nteppper,tepper\r\ntepuretire,temperature\r\ntequilia,tequila\r\ntequlia,tequila\r\ntequniques,techniques\r\nter,to\r\nterabytesyp,terabytes\r\nteracotta,terracotta\r\nteraform,terraform\r\nterator,iterator\r\nterdal,terrible\r\ntere,there\r\ntered,turned\r\nterened,turned\r\nterestial,terrestrial\r\nterestially,terrestrially\r\nterestials,terrestrials\r\nterestrial,terrestrial\r\nterestrially,terrestrially\r\nterestrials,terrestrials\r\nterget,target\r\nteribal,terrible\r\nteridical,theoretical\r\nteritory,territory\r\ntermainal,terminal\r\ntermament,tournament\r\ntermanator,terminator\r\ntermanent,tournament\r\ntermanl,terminal\r\ntermanology,terminology\r\ntermate,terminate\r\nterme,terms\r\ntermendous,tremendous\r\ntermendously,tremendously\r\ntermenent,tournament\r\ntermenont,tournament\r\ntermial,terminal\r\ntermianation,termination\r\ntermianl,terminal\r\ntermianls,terminals\r\ntermiante,terminate\r\ntermiantes,terminates\r\ntermiantion,termination\r\ntermiantor,terminator\r\ntermiate,terminate\r\ntermigator,terminator\r\ntermimal,terminal\r\nterminacion,termination\r\nterminaion,termination\r\nterminaison,termination\r\nterminaiton,termination\r\nterminales,terminals\r\nterminalis,terminals\r\nterminalogy,terminology\r\nterminaly,terminally\r\nterminante,terminate\r\nterminarla,terminal\r\nterminarlo,terminal\r\nterminaron,terminator\r\nterminater,terminator\r\nterminaters,terminators\r\nterminatio,termination\r\nterminatior,terminator\r\nterminato,termination\r\nterminatoin,termination\r\nterminatorn,termination\r\ntermined,terminated\r\nterminel,terminal\r\nterminent,tournament\r\nterminiation,termination\r\nterminilogies,terminologies\r\nterminilogy,terminology\r\ntermininal,terminal\r\nterminiology,terminology\r\nterminolgies,terminologies\r\nterminolgy,terminology\r\nterminoligies,terminologies\r\nterminoligy,terminology\r\nterminologyc,terminology\r\nterminted,terminated\r\ntermitated,terminated\r\ntermnal,terminal\r\ntermoil,turmoil\r\ntermporary,temporary\r\nternament,tournament\r\nternd,turned\r\nterned,turned\r\nternement,tournament\r\nterneries,ternaries\r\nternery,ternary\r\nterniment,tournament\r\nternis,tennis\r\nternminal,terminal\r\nternries,ternaries\r\nternry,ternary\r\nteroists,terrorists\r\nterorrism,terrorism\r\nterorrist,terrorist\r\nterorrists,terrorists\r\nterperche,temperature\r\nterrability,terribility\r\nterrable,terrible\r\nterrables,terribles\r\nterrably,terribly\r\nterrablys,terriblys\r\nterrabyte,terabyte\r\nterrabytes,terabytes\r\nterrafor,terraform\r\nterrafrom,terraform\r\nterrafy,terrify\r\nterratorial,territorial\r\nterratories,territories\r\nterrcotta-based,terracotta-based\r\nterrerists,terrorists\r\nterrestial,terrestrial\r\nterrestially,terrestrially\r\nterrestials,terrestrials\r\nterretorial,territorial\r\nterretories,territories\r\nterrfiy,terrify\r\nterriable,terrible\r\nterrian,terrain\r\nterriblely,terribly\r\nterribley,terribly\r\nterriblly,terribly\r\nterrifiy,terrify\r\nterrifiying,terrifying\r\nterriories,territories\r\nterriory,territory\r\nterrirorial,territorial\r\nterrirories,territories\r\nterriroties,territories\r\nterriroty,territory\r\nterristrial,territorial\r\nterritoires,territories\r\nterritoral,territorial\r\nterritores,territories\r\nterritoriella,territorial\r\nterritoris,territories\r\nterritorist,terrorist\r\nterritoristic,terroristic\r\nterritorists,terrorists\r\nterritority,territory\r\nterritorrial,territorial\r\nterritorries,territories\r\nterritorry,territory\r\nterritoy,territory\r\nterrofy,terrify\r\nterroist,terrorist\r\nterroistic,terroristic\r\nterroists,terrorists\r\nterrorisim,terrorism\r\nterroristas,terrorists\r\nterroristes,terrorists\r\nterrorities,territories\r\nterrorits,terrorist\r\nterrorsim,terrorism\r\nterrorsits,terrorists\r\nterrotorial,territorial\r\nterrotories,territories\r\nterrours,terrors\r\nterrraform,terraform\r\nterrror,terror\r\nterrurists,terrorists\r\ntersion,version\r\ntertiarty,tertiary\r\ntes,test\r\ntesing,testing\r\ntesitcle,testicle\r\ntesitcles,testicles\r\ntesitfy,testify\r\ntesitmony,testimony\r\ntesr-path,test-path\r\ntesst,test\r\ntest-configuragion,test-configuration\r\ntest-integrationsh,test-integration\r\ntest-projecet,test-project\r\ntest-restuls,test-results\r\ntestablility,testability\r\ntestall,test-all\r\ntestamonial,testimonial\r\ntestamony,testimony\r\ntestasterone,testosterone\r\ntesteed,tested\r\ntestestorone,testosterone\r\ntestfied,testified\r\ntestfuly,testfully\r\ntestg,test\r\ntesthing,testing\r\ntestiament,testament\r\ntestiamentary,testamentary\r\ntestiaments,testaments\r\ntestical,testicle\r\ntestice,testicle\r\ntesticel,testicle\r\ntesticels,testicles\r\ntesticlees,testicles\r\ntesticlies,testicle\r\ntesticlular,testicular\r\ntestifed,testified\r\ntestifes,testifies\r\ntestifiy,testify\r\ntestiing,testing\r\ntestiment,testament\r\ntestimentary,testamentary\r\ntestiments,testaments\r\ntestimoney,testimony\r\ntestimont,testament\r\ntestin,testing\r\ntestint,testing\r\ntestm,test\r\ntestomony,testimony\r\ntests's,test's\r\ntestsing,testing\r\ntestsr,test\r\ntestss,tests\r\ntestsunit,tests\r\ntesttest,test\r\ntestures,textures\r\ntesults,results\r\ntet,test\r\ntete-a-tete,tête-à-tête\r\ntete-a-tetes,tête-à-têtes\r\nteth,teeth\r\nteting,testing\r\ntetraflouresce,tetrafluoresce\r\ntetraflouresced,tetrafluoresced\r\ntetraflourescence,tetrafluorescence\r\ntetraflourescent,tetrafluorescent\r\ntetraflouresces,tetrafluoresces\r\ntetraflourescing,tetrafluorescing\r\ntetraflouric,tetrafluoric\r\ntetraflouridate,tetrafluoridate\r\ntetraflouridated,tetrafluoridated\r\ntetraflouridates,tetrafluoridates\r\ntetraflouridating,tetrafluoridating\r\ntetraflouridation,tetrafluoridation\r\ntetraflouride,tetrafluoride\r\ntetraflourides,tetrafluorides\r\ntetraflourine,tetrafluorine\r\ntetraflourines,tetrafluorines\r\ntetraflouro,tetrafluoro\r\ntets,tests\r\ntetss,tests\r\nteturn,return\r\nteurned,turned\r\nteusday,tuesday\r\nteusdays,tuesdays\r\ntewenty,twenty\r\ntex,text\r\ntexct,text\r\ntexed,text\r\ntexile,textile\r\ntexinal,technical\r\ntexnical,technical\r\ntexniccal,technical\r\ntexrt,text\r\ntext-algn,text-align\r\ntext-decoraton,text-decoration\r\ntext-decration,text-decoration\r\ntext-decroation,text-decoration\r\ntext-indenpendent,text-independent\r\ntext-indnt,text-indent\r\ntext-letter-spacint,text-letter-spacing\r\ntext-posisitions,text-positions\r\ntext-rotaation-alignment,text-rotation-alignment\r\ntext-transfrm,text-transform\r\ntext-transfrom,text-transform\r\ntexte,text\r\ntextes,texts\r\ntextical,technical\r\ntextitle,textile\r\ntextn,text\r\ntextnal,technical\r\ntextnical,technical\r\ntextre,texture\r\ntextue,texture\r\ntextuging,texturing\r\ntexturers,textures\r\ntextyre,texture\r\ntexure,texture\r\ntexutre,texture\r\ntexutres,textures\r\ntey,they\r\nteyd,tied\r\ntf,if\r\ntfrom,from\r\ntfunction,function\r\ntge,the\r\ntghe,the\r\ntghis,this\r\nth,the\r\nth9s,this\r\nthagy,shaggy\r\nthain,train\r\nthak,thank\r\nthaliand,thailand\r\ntham,them\r\nthanbk,thank\r\nthankfill,thankful\r\nthankfull,thankful\r\nthankfullly,thankfully\r\nthankfuly,thankfully\r\nthankgiving,thanksgiving\r\nthankgivings,thanksgivings\r\nthankgsiving,thanksgiving\r\nthankgsivings,thanksgivings\r\nthanksgivng,thanksgiving\r\nthankyooou,thankyou\r\nthankyoou,thankyou\r\nthankyu,thankyou\r\nthanot,than or\r\nthanreprellllion,thanreprellion\r\nthansk,thanks\r\nthanskgiving,thanksgiving\r\nthanskgivings,thanksgivings\r\nthanskgsiving,thanksgiving\r\nthanskgsivings,thanksgivings\r\nthar,there\r\nthare,there\r\nthast,that\r\nthate's,that's\r\nthats,that's\r\nthatt,that\r\nthatthe,that the\r\nthaught,thought\r\nthaughts,thoughts\r\nthawwed,thawed\r\nthay,they\r\nthea,they\r\ntheaf,thief\r\nthear,there\r\nthearpy,therapy\r\ntheas,these\r\nthease,these\r\ntheat,that\r\ntheather,theater\r\ntheathers,theatres\r\ntheathre,theater\r\ntheature,theater\r\nthebest,The Best\r\nthecountry,the country\r\ntheese,these\r\ntheeth,teeth\r\nthefe,thief\r\nthefirst,The First\r\ntheh,the\r\nthei,their\r\ntheif,thief\r\ntheifs,thieves\r\ntheir's,theirs\r\ntheirbrand,their brand\r\ntheire,they\r\ntheirselves,themselves\r\ntheis,these\r\ntheisitc,theistic\r\ntheistc,theistic\r\ntheivery,thievery\r\ntheives,thieves\r\ntheiving,thieving\r\nthelast,The Last\r\nthemeslf,themself\r\nthemeslves,themselves\r\nthemixoligist,themixologist\r\nthemost,The Most\r\nthempathtic,sympathetic\r\nthems,thames\r\nthemsef,themself\r\nthemselfes,themselves\r\nthemselfs,themselves\r\nthemselvs,themselves\r\nthemsevles,themselves\r\nthemslef,themself\r\nthemsleves,themselves\r\nthemslf,themself\r\nthemslves,themselves\r\nthene,there\r\ntheocracry,theocracy\r\ntheolgical,theological\r\ntheoligical,theological\r\ntheologia,theological\r\ntheologial,theological\r\ntheologicial,theological\r\ntheolympic,the olympic\r\ntheoratical,theoretical\r\ntheoratically,theoretically\r\ntheorectic,theoretic\r\ntheorectical,theoretical\r\ntheorectically,theoretically\r\ntheorectics,theoretics\r\ntheoreticaly,theoretically\r\ntheoreticly,theoretical\r\ntheoritical,theoretical\r\ntheoritically,theoretically\r\ntheorits,theorist\r\ntheorm,theorem\r\ntheorum,theorem\r\nthepiwctlcabillty,thepiwctlcability\r\nther,there\r\ntherafter,thereafter\r\ntherapautic,therapeutic\r\ntherapetic,therapeutic\r\ntherapeudic,therapeutic\r\ntherapeutisch,therapeutic\r\ntherapeutuc,therapeutic\r\ntheraphy,therapy\r\ntherapuetic,therapeutic\r\ntheraputic,therapeutic\r\ntheraputical,therapeutical\r\ntheraputically,therapeutically\r\ntheraputics,therapeutics\r\ntheratechnolgies,theratechnologies\r\ntheraupetic,therapeutic\r\ntherby,thereby\r\ntherd,third\r\nthere;d,there'd\r\nthere;ll,there'll\r\nthere;s,there's\r\nthere;ve,there've\r\nthereafer,thereafter\r\nthereaputic,therapeutic\r\nthereatfer,thereafter\r\ntherefo,thereof\r\ntherefoe,therefore\r\ntherefoer,therefor\r\ntherefour,therefor\r\ntherefter,thereafter\r\nthereian,therein\r\nthereotical,theoretical\r\nthereotically,theoretically\r\ntherepeutic,therapeutic\r\ntherepists,therapists\r\ntherequired,the required\r\ntheres,there's\r\ntheresidents,the residents\r\ntherfore,therefore\r\ntheri,their\r\ntheridically,theoretical\r\ntherien,therein\r\ntheripists,therapists\r\ntheris,theirs\r\nthermastat,thermostat\r\nthermawere,thermawear\r\nthermawhere,thermawear\r\nthermistat,thermostat\r\nthermodinamics,thermodynamics\r\nthermodyanmics,thermodynamics\r\nthermodymamics,thermodynamics\r\nthermodymanics,thermodynamics\r\nthermodynaics,thermodynamics\r\nthermodynamcis,thermodynamics\r\nthermodynamcs,thermodynamics\r\nthermodynanics,thermodynamics\r\nthermodynmaics,thermodynamics\r\nthermomenter,thermometer\r\nthermomether,thermometer\r\nthermometor,thermometer\r\nthermometre,thermometer\r\nthermomgrpahy,thermomgraphy\r\nthermomiter,thermometer\r\nthermomoter,thermometer\r\nthermomter,thermometer\r\nthermoneter,thermometer\r\nthermosettting,thermosetting\r\nthermostaat,thermostat\r\nthernodynamics,thermodynamics\r\ntheroem,theorem\r\ntheroetical,theoretical\r\ntheroetically,theoretically\r\ntheroies,theories\r\ntheroist,theorist\r\ntheroists,theorists\r\ntheroly,thoroughly\r\ntheromdynamics,thermodynamics\r\ntheromostat,thermostat\r\ntheromstat,thermostat\r\ntheroretical,theoretical\r\ntheroughly,thoroughly\r\nthershold,threshold\r\ntherteen,thirteen\r\nthes,these\r\nthesame,the same\r\nthesecond,The Second\r\nthesitic,theistic\r\nthesits,theists\r\nthess,these\r\nthesve,thieves\r\nthet,that\r\nthetering,tethering\r\nthethird,The Third\r\ntheut,that\r\nthevies,thieves\r\nthey;l,they'll\r\nthey;ll,they'll\r\nthey;r,they're\r\nthey;re,they're\r\nthey;v,they've\r\nthey;ve,they've\r\ntheyeslf,theyself\r\ntheyeslves,theyselves\r\ntheyll,they'll\r\ntheyr'e,there\r\ntheyr,they're\r\ntheyre,they're\r\ntheys,these\r\ntheyslef,theyself\r\ntheysleves,theyselves\r\ntheyslf,theyself\r\ntheyslves,theyselves\r\ntheyv,they've\r\ntheyve,they've\r\nthgat,that\r\nthge,the\r\nthhis,this\r\nthi,the\r\nthialand,thailand\r\nthickend,thickened\r\nthid,this\r\nthiden,thin\r\nthie,this\r\nthiefs,thieves\r\nthier,their\r\nthiers,theirs\r\nthies,thieves\r\nthiestic,theistic\r\nthiests,theists\r\nthifeves,thieves\r\nthift,thrift\r\nthift-port,thrift-port\r\nthign,thing\r\nthigns,things\r\nthigs,things\r\nthigsn,things\r\nthih,this\r\nthiis,this\r\nthik,think\r\nthikn,think\r\nthikning,thinking\r\nthikns,thinks\r\nthim,them\r\nthimb,thumb\r\nthimbel,thimble\r\nthime,time\r\nthinble,thimble\r\nthinck,think\r\nthinest,thinnest\r\nthinging,thinking\r\nthingk,think\r\nthiniking,thinking\r\nthining,thinking\r\nthinke,think\r\nthinkgs,things\r\nthinkign,thinking\r\nthinkin,thinking\r\nthinkind,thinking\r\nthinnned,thinned\r\nthinnner,thinner\r\nthinnners,thinners\r\nthinnning,thinning\r\nthios,this\r\nthir,there\r\nthird-pary,third-party\r\nthirdparty,third-party\r\nthirdy,thirdly\r\nthirdy-part,third-party\r\nthire,there\r\nthirft,thrift\r\nthirites,thirties\r\nthirldy,thirdly\r\nthirlling,thrilling\r\nthirs-party,third-party\r\nthirstay,thirsty\r\nthirteeen,thirteen\r\nthirteet,thirteenth\r\nthirteeth,thirteenth\r\nthirteeths,thirteenths\r\nthirteets,thirteenths\r\nthirten,thirteen\r\nthirtent,thirteenth\r\nthirtenth,thirteenth\r\nthirtenths,thirteenths\r\nthirtents,thirteenths\r\nthirth,third\r\nthirtheen,thirteen\r\nthirtheens,thirteens\r\nthirtheenth,thirteenth\r\nthirtheenths,thirteenths\r\nthirthly,thirdly\r\nthirths,thirds\r\nthirtsy,thirsty\r\nthirtthent,thirteenth\r\nthirtthenth,thirteenth\r\nthirtthenths,thirteenths\r\nthirtthents,thirteenths\r\nthirty-fist,Thirty-First\r\nthirty-fith,Thirty-Fifth\r\nthirty-forth,Thirty-Fourth\r\nthirty-frist,Thirty-First\r\nthis-gane-is-started-soon,this-game-is-started-soon\r\nthisd,this\r\nthise,this\r\nthisited,visited\r\nthisj,this\r\nthism,this\r\nthiss,this\r\nthist,this\r\nthistemporary,this temporary\r\nthiunk,think\r\nthiunking,thinking\r\nthiunks,thinks\r\nthius,this\r\nthives,thieves\r\nthiw,this\r\nthizzzer,thizzer\r\nthje,this\r\nthme,them\r\nthn,then\r\nthna,than\r\nthnaks,thanks\r\nthnakyou,thankyou\r\nthne,then\r\nthng,thing\r\nthnig,thing\r\nthnigs,things\r\nthode,those\r\nthoe,the\r\nthoecracy,theocracy\r\nthoerem,theorem\r\nthoeretical,theoretical\r\nthoeretically,theoretically\r\nthoeries,theories\r\nthoerist,theorist\r\nthoerists,theorists\r\nthoery,theory\r\nthoes,those\r\nthoese,those\r\nthogh,though\r\nthoguht,thought\r\nthois,this\r\nthomspon,thompson\r\nthone,phone\r\nthont,thought\r\nthoose,those\r\nthop,chop\r\nthopmson,thompson\r\nthorally,thoroughly\r\nthorats,throats\r\nthoreaugh,thorough\r\nthorght,thought\r\nthornes,thrones\r\nthoroghly,thoroughly\r\nthoroly,thoroughly\r\nthoroughal,thorough\r\nthoroughally,thoroughly\r\nthoroughbread,thoroughbred\r\nthoroughily,thoroughly\r\nthoroughl,thorough\r\nthorought,thoughtlessly\r\nthoroughy,thoroughly\r\nthorougly,thoroughly\r\nthorouly,thoroughly\r\nthorow,thorough\r\nthorts,thoughts\r\nthorttling,throttling\r\nthorugh,through\r\nthorughly,thoroughly\r\nthorughout,throughout\r\nthorught,thought\r\nthoruim,thorium\r\nthorw,throw\r\nthorws,throws\r\nthos,those\r\nthoses,those\r\nthot,that\r\nthoting,trotting\r\nthottled,throttled\r\nthottles,throttles\r\nthottling,throttling\r\nthougher,tougher\r\nthougherly,thoroughly\r\nthoughly,thoroughly\r\nthoughout,throughout\r\nthoughs,thoughts\r\nthoughtfuly,thoughtfully\r\nthoughtly,thoroughly\r\nthoughtu,thorough\r\nthoughty,thoroughly\r\nthougn,though\r\nthougput,throughput\r\nthougt,thought\r\nthougth,thought\r\nthougths,thoughts\r\nthounder,thunder\r\nthounsands,thousands\r\nthoura,thorough\r\nthourah,thorough\r\nthourally,thoroughly\r\nthouraly,thoroughly\r\nthourely,thoroughly\r\nthourgh,thorough\r\nthourghally,thoroughly\r\nthourghl,thorough\r\nthourghly,thoroughly\r\nthourgho,thorough\r\nthourght,thought\r\nthourily,thoroughly\r\nthourl,thorough\r\nthourlly,thoroughly\r\nthourly,thoroughly\r\nthourogh,thorough\r\nthouroghly,thoroughly\r\nthouroghtly,thoroughly\r\nthouroly,thoroughly\r\nthourough,thorough\r\nthouroughly,thoroughly\r\nthourrow,thorough\r\nthousanth,thousandth\r\nthousanths,thousandths\r\nthousend,thousand\r\nthousnad,thousand\r\nthousnand,thousand\r\nthow,throw\r\nthows,throws\r\nthr,the\r\nthrad,thread\r\nthravewwing,thravewing\r\nthre,there\r\nthrea,there are\r\nthreadd,threaded\r\nthreadened,threaded\r\nthreadini,threading\r\nthreadiong,threading\r\nthreadrippper,threadripper\r\nthreadripppers,threadrippers\r\nthreadwrapper,thread\r\nthreadws,threads\r\nthreafter,thereafter\r\nthreal,thread\r\nthreapists,therapists\r\nthreashold,threshold\r\nthreasholds,thresholds\r\nthreataning,threatening\r\nthreated,treated\r\nthreatend,threatened\r\nthreatended,threatened\r\nthreatenes,threatens\r\nthreates,threatens\r\nthreath,breathe\r\nthreating,threatening\r\nthreatining,threatening\r\nthreatning,threatening\r\nthreatre,theatre\r\nthreatres,theatres\r\nthreatric,theatric\r\nthreatrical,theatrical\r\nthreatrically,theatrically\r\nthreatricals,theatricals\r\nthreatrics,theatrics\r\nthred's,thread's\r\nthred,thread\r\nthredhold,threshold\r\nthredically,theoretically\r\nthree-dimensonal,three-dimensional\r\nthreee,three\r\nthreees,threes\r\nthreefor,therefor\r\nthreeof,thereof\r\nthreequaters,three quarters\r\nthrefore,therefore\r\nthrehold,threshold\r\nthrehold-ratio-should-open,threshold-ratio-should-open\r\nthreir,their\r\nthreough,thorough\r\nthrere's,there's\r\nthresehold,threshold\r\nthreshhold,threshold\r\nthreshholds,thresholds\r\nthreshols,threshold\r\nthreshoolds,thresholds\r\nthreshould,threshold\r\nthresold,threshold\r\nthressold,threshold\r\nthressolds,thresholds\r\nthret,threat\r\nthretened,threatened\r\nthrid,third\r\nthrid-party,third-party\r\nthridly,thirdly\r\nthridparty,third-party\r\nthrids,thirds\r\nthrie,their\r\nthrillled,thrilled\r\nthrilller,thriller\r\nthrilllers,thrillers\r\nthrillling,thrilling\r\nthrilllled,thrilled\r\nthrir,their\r\nthristy,thirsty\r\nthriteen,thirteen\r\nthriteens,thirteens\r\nthriteenth,thirteenth\r\nthriteenths,thirteenths\r\nthrities,thirties\r\nthrity,thirty\r\nthroast,throats\r\nthroaths,throats\r\nthrobing,throbbing\r\nthrogh,through\r\nthroght,thought\r\nthroigh,through\r\nthroium,thorium\r\nthrombosuppresive,thrombosuppressive\r\nthron,thrown\r\nthroners,thrones\r\nthronw,thrown\r\nthroough,thorough\r\nthrophy,trophy\r\nthroretical,theoretical\r\nthroroth,thorough\r\nthrorough,thorough\r\nthroroughly,thoroughly\r\nthroroughness,thoroughness\r\nthros,throws\r\nthrothling,throttling\r\nthrotlling,throttling\r\nthrottleing,throttling\r\nthroubleshooting,troubleshooting\r\nthroug,through\r\nthrough-out,throughout\r\nthroughal,thorough\r\nthroughely,thoroughly\r\nthroughiut,throughput\r\nthroughl,thorough\r\nthroughly,thoroughly\r\nthroughoput,throughput\r\nthroughor,thorough\r\nthrought,thought\r\nthroughthe,through\r\nthroughtly,thoroughly\r\nthroughtout,throughout\r\nthroughtput,throughput\r\nthroughts,thoughts\r\nthroughway,thoroughly\r\nthroughy,thoroughly\r\nthrougly,thoroughly\r\nthrougout,throughout\r\nthrougput,throughput\r\nthrougt,through\r\nthrougth,through\r\nthrouh,through\r\nthrouhg,through\r\nthrouhgout,throughout\r\nthrouhout,throughout\r\nthrouly,thoroughly\r\nthrouout,throughout\r\nthrour,thorough\r\nthrourgh,thorough\r\nthrouroughly,thoroughly\r\nthrout,through\r\nthrowed,thrown\r\nthrowwing,throwing\r\nthrugh,through\r\nthrugho,thorough\r\nthruout,throughout\r\nthrusday,thursday\r\nthrusdays,thursdays\r\nthruth,truth\r\nthrwon,thrown\r\nthryoid,thyroid\r\nths,this\r\nthse,these\r\nthsee,these\r\nthses,these\r\nthsese,these\r\nthsi,this\r\nthsoe,those\r\ntht,the\r\nthta,that\r\nthte,the\r\nththis,this\r\nthtrough,through\r\nthts,this\r\nthub,thumb\r\nthubmnails,thumbnails\r\nthudnerbolt,thunderbolt\r\nthum,thumb\r\nthumbail,thumbnail\r\nthumbmails,thumbnails\r\nthumbnailers,thumbnails\r\nthumbnaills,thumbnails\r\nthumbnais,thumbnails\r\nthumbnal,thumbnails\r\nthumbnial,thumbnail\r\nthumnail,thumbnail\r\nthumnails,thumbnails\r\nthumprint,thumbprint\r\nthunberbolt,thunderbolt\r\nthunbnail,thumbnail\r\nthunderblot,thunderbolt\r\nthunderboat,thunderbolt\r\nthunderboldt,thunderbolt\r\nthunderbot,thunderbolt\r\nthunderbots,thunderbolt\r\nthunderbowl,thunderbolt\r\nthunderjolt,thunderbolt\r\nthunderolt,thunderbolt\r\nthundervolt,thunderbolt\r\nthurd,third\r\nthurdsay,thursday\r\nthurdsays,thursdays\r\nthurol,thorough\r\nthurough,thorough\r\nthuroughly,thoroughly\r\nthurouly,thoroughly\r\nthurow,thorough\r\nthursdsay,thursdays\r\nthursdsy,thursdays\r\nthurst,thrust\r\nthursters,thrusters\r\nthurty,thirty\r\nthusfar,thus far\r\nthust,thus\r\nthuth,truth\r\nthuvienvatly,thuvienvately\r\nthw,the\r\nthwa,thaw\r\nthwe,the\r\nthwre,there\r\nthx,thanks\r\nthyat,that\r\nthyorid,thyroid\r\nthyriod,thyroid\r\nthyriodal,thyroidal\r\nthyriods,thyroids\r\ntiad,tied\r\ntiajuana,Tijuana\r\ntiawanese,taiwanese\r\nticher's,teacher's\r\ntichers,teachers\r\ntickeld,tickled\r\ntickeled,tickled\r\ntickness,thickness\r\nticncal,technical\r\nticnecal,technical\r\nticnicial,technical\r\ntid,tied\r\ntidit,tied\r\ntidways,tideways\r\ntieded,tied\r\ntieed,tied\r\ntieing,tying\r\ntiem,time\r\ntiemline,timeline\r\ntiemlines,timelines\r\ntiemliness,timeliness\r\ntiemlinesss,timelinesss\r\ntiemlinessss,timelinessss\r\ntiemly,timely\r\ntiemout,timeout\r\ntiemouts,timeouts\r\ntiems,times\r\ntierh,either\r\ntification,notification\r\ntifuly,tifully\r\ntigar,tiger\r\ntige,tig\r\ntigger,trigger\r\ntiggered,triggered\r\ntiggering,triggering\r\ntiggers,triggers\r\ntigher,tighter\r\ntighetning,tightening\r\ntighly,tightly\r\ntightare,tighter\r\ntightenting,tightening\r\ntighting,tightening\r\ntightining,tightening\r\ntightn,tighten\r\ntightned,tightened\r\ntightning,tightening\r\ntightns,tightens\r\ntigth,tight\r\ntigthen,tighten\r\ntigthened,tightened\r\ntigthening,tightening\r\ntigthens,tightens\r\ntigther,tighter\r\ntigthly,tightly\r\ntigyback,piggyback\r\ntihat,that\r\ntihkn,think\r\ntihs,this\r\ntiile,title\r\ntiitle,title\r\ntikens,tokens\r\ntiket,ticket\r\ntilename,filename\r\ntilller,tiller\r\ntilng,tiling\r\ntim,time\r\ntime-stampped,time-stamped\r\ntime-stemped,time-stamped\r\ntimeastamps,timestamps\r\ntimeekeeper,timekeeper\r\ntimeing,timing\r\ntimelime,timeline\r\ntimeone,timeout\r\ntimeoout,timeout\r\ntimeot,timeout\r\ntimepsan,timespan\r\ntimesaving,time-saving\r\ntimeslsb,times\r\ntimesout,timeout\r\ntimespane,timespan\r\ntimestamo,timestamp\r\ntimestampdb,timestamps\r\ntimestampsas,timestamps\r\ntimestampt,timestamp\r\ntimestap,timestamp\r\ntimestemp,timestamp\r\ntimestmap,timestamp\r\ntimestmaps,timestamps\r\ntimestmp,timestamp\r\ntimetamp,timestamp\r\ntimetamps,timestamps\r\ntimezon,timezone\r\ntimezon-aware,timezone-aware\r\ntimin,timing\r\ntimline,timeline\r\ntimming,timing\r\ntimne,time\r\ntimned,timed\r\ntimnely,timely\r\ntimnes,times\r\ntimning,timing\r\ntimoeut,timeout\r\ntimoout,timeout\r\ntimout,timeout\r\ntimouts,timeouts\r\ntims,times\r\ntimstamps,timestamps\r\ntimzeone,timezone\r\ntinage,tonnage\r\ntind,tied\r\ntindergarten,kindergarten\r\ntinet,tied\r\ntiney,tiny\r\ntink,think\r\ntinu,tiny\r\ntinyer,tinier\r\ntiogeter,together\r\ntiogeterness,togetherness\r\ntiogether,together\r\ntiogetherness,togetherness\r\ntiolet,toilet\r\ntiolets,toilets\r\ntiome,time\r\ntiout,timeout\r\ntipe,type\r\ntipical,typical\r\ntipicality,typicality\r\ntipically,typically\r\ntipicalness,typicalness\r\ntiping,tipping\r\ntipp,tip\r\ntippper,tipper\r\ntippping,tipping\r\ntira,tire\r\ntiral,trial\r\ntirangle,triangle\r\ntirangles,triangles\r\ntirbunal,tribunal\r\ntird,tied\r\ntirdent,trident\r\ntireing,trotting\r\ntirgger,trigger\r\ntirggerd,triggered\r\ntiried,tired\r\ntirrger,trigger\r\ntirumph,triumph\r\ntis,this\r\ntish,this\r\ntisse,tissue\r\ntitainum,titanium\r\ntitalate,titillate\r\ntitanim,titanium\r\ntitanuim,titanium\r\ntite,title\r\ntited,fitted\r\ntitel,title\r\ntitels,titles\r\ntitile,title\r\ntitiles,titles\r\ntitlle,title\r\ntitlte,title\r\ntittted,titted\r\ntive,give\r\ntivial,trivial\r\ntiwtter,twitter\r\ntiye,type\r\ntiyed,tied\r\ntiyeded,tidied\r\ntjallling,tjalling\r\ntje,the\r\ntjhe,the\r\ntjos,this\r\ntjpanishad,upanishad\r\ntkae,take\r\ntkaen,taken\r\ntkaes,takes\r\ntkaing,taking\r\ntkaings,takings\r\ntkhat,that\r\ntkoen,token\r\ntlaking,talking\r\ntlogistical,logistical\r\ntm,rm\r\ntmail,email\r\ntmato,tomato\r\ntme,the\r\ntmeplate,template\r\ntmeple,temple\r\ntmerinal,terminal\r\ntmeselves,themselves\r\ntmhis,this\r\ntmp,test\r\ntmplate,template\r\ntnat,that\r\ntne,the\r\ntng-emplate,ng-template\r\ntnis,this\r\ntnraslate,translate\r\nto loose,to lose\r\nto-days,to-day's\r\nto-geather,together\r\nto-sreach,to-search\r\ntoa,to\r\ntoached,touched\r\ntoat-top,toast-top\r\ntoattaly,toattally\r\ntobacko,tobacco\r\ntobaco,tobacco\r\ntobacon,toboggan\r\ntobagan,toboggan\r\ntobaggan,toboggan\r\ntobagon,toboggan\r\ntobbaco,tobacco\r\ntobboan,toboggan\r\ntobbogan,toboggan\r\ntobboganing,tobogganing\r\ntobbogen,toboggan\r\ntobgen,toboggan\r\ntobi,bob\r\ntobogan,toboggan\r\ntobogane,toboggan\r\ntobogar,toboggan\r\ntobogen,toboggan\r\ntoboggen,toboggan\r\ntobogn,toboggan\r\ntobogon,toboggan\r\ntobogone,toboggan\r\ntobogurn,toboggan\r\ntobots,robots\r\ntobs,tabs\r\ntobugon,toboggan\r\ntoc,to\r\ntocatly,tocately\r\ntoched,touched\r\ntocher,teacher\r\ntoches,torches\r\ntocken,token\r\ntocting,trotting\r\ntocuh,touch\r\ntocuhdown,touchdown\r\ntocuhed,touched\r\ntocuhpad,touchpad\r\ntocuhscreen,touchscreen\r\ntodays',today's\r\ntodays's,today's\r\ntodays,today's\r\ntoddder,todder\r\ntodle,told\r\ntodya,today\r\ntoegther,together\r\ntoeploy,deploy\r\ntoerh,other\r\ntogather,together\r\ntogearthy,together\r\ntogeher,together\r\ntogehter,together\r\ntogehterness,togetherness\r\ntogehther,together\r\ntogehtherness,togetherness\r\ntogeter,together\r\ntogeterness,togetherness\r\ntogethers,together\r\ntogger,toggle\r\ntoggler,toggle\r\ntoghehter,together\r\ntoghehterness,togetherness\r\ntoghehther,together\r\ntoghehtherness,togetherness\r\ntogheter,together\r\ntogheterness,togetherness\r\ntoghether,together\r\ntoghetherness,togetherness\r\ntogling,toggling\r\ntogther,together\r\ntogyether,together\r\ntohis,this\r\ntoi,to\r\ntoilats,toilets\r\ntoilects,toilets\r\ntoiletts,toilets\r\ntok,to\r\ntokan,token\r\ntokend,tokens\r\ntokenizatioin,tokenization\r\ntol,told\r\ntolarenc,tolerance\r\ntolearn,to learn\r\ntolen,token\r\ntolerabe,tolerable\r\ntolerabilty,tolerability\r\ntolerablility,tolerability\r\ntolerace,tolerance\r\ntolereant,tolerant\r\ntolerence,tolerance\r\ntolerences,tolerances\r\ntolerent,tolerant\r\ntolerently,tolerantly\r\ntoles,tools\r\ntoliet,toilet\r\ntoliets,toilets\r\ntoling,trotting\r\ntolkein,tolkien\r\ntolld,told\r\ntollerance,tolerance\r\ntollerances,tolerances\r\ntollerant,tolerant\r\ntollerantly,tolerantly\r\ntollerence,tolerance\r\ntollerences,tolerances\r\ntollerent,tolerant\r\ntollerently,tolerantly\r\ntollling,tolling\r\ntolocalhost,localhost\r\ntom-boy,tomboy\r\ntomact,tomcat\r\ntomage,tonnage\r\ntomatoin,tomation\r\ntomatos,tomatoes\r\ntombsone,tombstone\r\ntomg,tong\r\ntomgs,tongs\r\ntommorow,tomorrow\r\ntommorows,tomorrows\r\ntommorrow,tomorrow\r\ntommorrows,tomorrows\r\ntomobilty,tomobility\r\ntomogrpahy,tomography\r\ntomorow,tomorrow\r\ntomorows,tomorrows\r\ntomto,tomato\r\ntomuch,too much\r\ntonag,tonnage\r\ntonage,tonnage\r\ntonalyl,tonally\r\ntoneage,tonnage\r\ntonege,tonnage\r\ntoneing,trotting\r\ntongiht,tonight\r\ntonguers,tongues\r\ntonige,tonnage\r\ntonights,tonight\r\ntonihgt,tonight\r\ntonit,tonight\r\ntonnauge,tonnage\r\ntonnner,tonner\r\ntonsillities,tonsilities\r\ntonsor,tensor\r\ntonuges,tongues\r\ntoo-hight,too-high\r\ntoobox,toolbox\r\ntood,todo\r\ntoogle,toggle\r\ntoogles,toggles\r\ntookchain,toolchain\r\ntooked,taken\r\ntooken,token\r\ntookit,toolkit\r\ntooks,takes\r\ntoolcahin,toolchain\r\ntoold,tools\r\ntooles,tools\r\ntooless,toolless\r\ntoolineg,tooling\r\ntoolis,tools\r\ntoolit,toolkit\r\ntoolkip,toolkit\r\ntools-intall,tools-install\r\ntoolsa,tools\r\ntooltio,tooltip\r\ntooltipts,tooltips\r\ntoolyip,tooltip\r\ntoom,room\r\ntooolbar,toolbar\r\ntooolbox,toolbox\r\ntoos,tools\r\ntoothbruch,toothbrush\r\ntoothbruth,toothbrush\r\ntoothbursh,toothbrush\r\ntoothrbush,toothbrush\r\ntootip,tooltip\r\ntootlip,tooltip\r\ntop-levl,top-level\r\ntop-lvel,top-level\r\ntopcial,topical\r\ntopcials,topicals\r\ntopcis,topics\r\ntopcs,topics\r\ntope,top\r\ntopial,topical\r\ntopiccommon,topic\r\ntopicials,topicals\r\ntopis,topics\r\ntopiscs,topics\r\ntoplevel,top-level\r\ntoplogies,topologies\r\ntoplogy,topology\r\ntopogological,topological\r\ntopographiy,topographic\r\ntopogrpaher,topographer\r\ntopolgical,topological\r\ntopolgies,topologies\r\ntopoligic,topologic\r\ntopoligical,topological\r\ntopoligies,topologies\r\ntopolohies,topologies\r\ntopoplogy,topology\r\ntoppingest,toppings\r\ntoppins,toppings\r\ntopplogy,topology\r\ntoppped,topped\r\ntoppper,topper\r\ntopppers,toppers\r\ntoppping,topping\r\ntopppings,toppings\r\ntopppppppper,topper\r\ntorando,tornado\r\ntorandoes,tornadoes\r\ntorbogen,toboggan\r\ntorchess,torches\r\ntorchilght,torchlight\r\ntorchlgiht,torchlight\r\ntorchligt,torchlight\r\ntorchligth,torchlight\r\ntord,toward\r\ntording,trotting\r\ntored,stored\r\ntorelable,tolerable\r\ntorelating,tolerating\r\ntorhclight,torchlight\r\ntoring,trotting\r\ntoriod,toroid\r\ntoriodal,toroidal\r\ntoriods,toroids\r\ntoritlla,tortilla\r\ntoritllas,tortillas\r\ntormenment,tournament\r\ntormenters,tormentors\r\ntornadoe,tornado\r\ntornament,tournament\r\ntornamently,tournament\r\ntornaodes,tornadoes\r\ntorndao,tornado\r\ntornement,tournament\r\ntorniment,tournament\r\ntornment,tournament\r\ntoroing,trotting\r\ntorotise,tortoise\r\ntorpdeo,torpedo\r\ntorpeadod,torpedoed\r\ntorpeadoed,torpedoed\r\ntorpeadoes,torpedoes\r\ntorpeados,torpedoes\r\ntorpedeo,torpedo\r\ntorpedod,torpedoed\r\ntorpedos,torpedoes\r\ntorphies,trophies\r\ntorrentas,torrents\r\ntorrentbig,torrenting\r\ntorrenters,torrents\r\ntorrentes,torrents\r\ntorrentking,torrenting\r\ntorrentors,torrents\r\ntorrentting,torrenting\r\ntorrest,torrents\r\ntorrment,tournament\r\ntortialls,tortillas\r\ntortila,tortilla\r\ntortillera,tortilla\r\ntortillia,tortilla\r\ntortillias,tortilla\r\ntortillita,tortilla\r\ntortillla,tortilla\r\ntortilllas,tortilla\r\ntorting,trotting\r\ntortiose,tortoise\r\ntortise,tortoise\r\ntortle,turtle\r\ntortur,torture\r\ntorturs,tortures\r\ntorubleshoot,troubleshoot\r\ntorublesome,troublesome\r\ntoruisty,touristy\r\ntorunament,tournament\r\ntorunaments,tournaments\r\ntoruney,tourney\r\ntoruneys,tourneys\r\ntorwards,towards\r\ntose,those\r\ntosn,tons\r\ntospics,topics\r\ntosssed,tossed\r\ntost,toast\r\ntotalitara,totalitarian\r\ntotalitaran,totalitarian\r\ntotalitarion,totalitarian\r\ntotalitarionism,totalitarianism\r\ntotalitarni,totalitarian\r\ntotalitatian,totalitarian\r\ntotallity,totality\r\ntotallling,totalling\r\ntotaly,totally\r\ntotatly,totately\r\ntoth,tooth\r\ntothe,to\r\ntothem,them\r\ntotle,total\r\ntotoal,total\r\ntotol,total\r\ntotorial,tutorial\r\ntottal,total\r\ntottaled,totaled\r\ntottaling,totaling\r\ntottalled,totalled\r\ntottalling,totalling\r\ntottally,totally\r\ntottals,totals\r\ntottaly,tottally\r\ntottehnam,tottenham\r\ntottenahm,tottenham\r\ntottneham,tottenham\r\ntotue,tortue\r\ntoturial,tutorial\r\ntoturials,tutorials\r\ntou,you\r\ntouble,trouble\r\ntoubles,troubles\r\ntoubleshooting,troubleshooting\r\ntouchapd,touchpad\r\ntouchda,touchpad\r\ntouchdwon,touchdown\r\ntouchking,touching\r\ntouchsceen,touchscreen\r\ntouchscreeen,touchscreen\r\ntouchscren,touchscreen\r\ntouchstart,touch\r\ntougched,touched\r\ntought,taught\r\ntoughtest,toughest\r\ntougly,toughly\r\ntouh,touch\r\ntouking,talking\r\ntoulched,touched\r\ntoun,town\r\ntounage,tonnage\r\ntounch,touch\r\ntound,turned\r\ntounderstand,to understand\r\ntounement,tournament\r\ntounge,tongue\r\ntounged,tongued\r\ntounges,tongues\r\ntounging,tonguing\r\ntounrey,tourney\r\ntounreys,tourneys\r\ntouple,tuple\r\ntourament,tournament\r\ntouranment,tournaments\r\ntouranments,tournaments\r\ntourch,torch\r\ntoure,touched\r\ntourement,tournament\r\ntouremount,tournament\r\ntourim,tourism\r\ntourimant,tournament\r\ntouriment,tournament\r\ntourims,tourisms\r\ntourisim,tourism\r\ntouristas,tourists\r\ntouristes,tourists\r\ntouristey,touristy\r\ntouristly,touristy\r\ntouristm,tourism\r\ntouristms,tourisms\r\ntouristsy,touristy\r\ntourisy,touristy\r\ntourits,tourist\r\ntouritsy,touristy\r\ntourmad,tournament\r\ntourmament,tournament\r\ntourmanent,tournaments\r\ntourment,tournament\r\ntourmment,tournament\r\ntourn,torn\r\ntournamant,tournament\r\ntournamet,tournament\r\ntournamets,tournaments\r\ntournamnet,tournament\r\ntournamnets,tournaments\r\ntournanent,tournament\r\ntournate,tournament\r\ntournemant,tournament\r\ntournemants,tournaments\r\ntournement,tournament\r\ntournements,tournaments\r\ntournes,tourneys\r\ntourneyment,tournament\r\ntourniament,tournament\r\ntourniamentary,tournamentary\r\ntourniaments,tournaments\r\ntourniment,tournament\r\ntournimentary,tournamentary\r\ntourniments,tournaments\r\ntournmanets,tournaments\r\ntournmant,tournament\r\ntournmeant,tournament\r\ntournment,tournament\r\ntournnament,tournament\r\ntournyes,tourneys\r\ntourough,through\r\ntoursim,tourism\r\ntoursims,tourisms\r\ntoursistm,tourism\r\ntoursistms,tourisms\r\ntoursit,tourist\r\ntoursits,tourists\r\ntoursity,touristy\r\ntoutched,touched\r\ntowait,wait\r\ntowellling,towelling\r\ntowl,towel\r\ntownå,town\r\ntoword,toward\r\ntowords,towards\r\ntowrad,toward\r\ntowrads,towards\r\ntowwed,towed\r\ntoxicitity,toxicity\r\ntoxicitiy,toxicity\r\ntoxicolgists,toxicologists\r\ntoxiticy,toxicity\r\ntoµ,to\r\ntp,to\r\ntpattlitstatly,tpattlitstately\r\ntpe,type\r\ntpep,type\r\ntpes,types\r\ntpo,to\r\ntput,output\r\ntpye,type\r\ntpyes,types\r\ntpyescript-basic,typescript-basic\r\ntpyo,typo\r\ntqhem,them\r\ntqz,tgz\r\ntrabajao,trabajo\r\ntrabajdo,trabajo\r\ntracability,traceability\r\ntracable,traceable\r\ntracae,trace\r\ntraceabillity,traceability\r\ntraceabilty,traceability\r\ntraceablility,traceability\r\ntraceablilty,traceability\r\ntraceablity,traceability\r\ntracebillity,tracebility\r\ntracemanager,tracer\r\ntraching,teaching\r\ntrack-sl,tracksuit\r\ntrackabilty,trackability\r\ntrackes,trackers\r\ntracket,tracker\r\ntrackier,tracker\r\ntrackign,tracking\r\ntrackinga,tracking\r\ntrackres,trackers\r\ntracksoot,tracksuit\r\ntracksurt,tracksuit\r\ntracsant,tracksuit\r\ntracsute,tracksuit\r\ntractible,tractable\r\ntractibly,tractably\r\ntracting,tracing\r\ntractking,tracking\r\ntradady,tragedy\r\ntradagcy,tragedy\r\ntrade-bloc,trade bloc\r\ntrade-block,trade bloc\r\ntradedy,tragedy\r\ntradedys,tragedy\r\ntradegdy,tragedy\r\ntradegy,tragedy\r\ntradeing,trading\r\ntradetionaly,tradetionally\r\ntradety,tragedy\r\ntradgady,tragedy\r\ntradgedy,tragedy\r\ntradgety,tragedy\r\ntradgey,tragedy\r\ntradgidy,tragedy\r\ntradgiety,tragedy\r\ntradgity,tragedy\r\ntradgu,tragedy\r\ntradgy,tragedy\r\ntradialy,tragedy\r\ntradicional,traditional\r\ntradiction,tradition\r\ntradictional,traditional\r\ntradictionalism,traditionalism\r\ntradictionalisms,traditionalisms\r\ntradictionalist,traditionalist\r\ntradictionalists,traditionalists\r\ntradictionally,traditionally\r\ntradictions,traditions\r\ntradiditional,traditional\r\ntradidy,tragedy\r\ntradigdy,tragedy\r\ntradige,tragedy\r\ntradigy,tragedy\r\ntradiiton,tradition\r\ntradiitonal,traditional\r\ntradiitonalism,traditionalism\r\ntradiitonalisms,traditionalisms\r\ntradiitonalist,traditionalist\r\ntradiitonalists,traditionalists\r\ntradiitonally,traditionally\r\ntradiitons,traditions\r\ntrading-bloc,trade bloc\r\ntrading-block,trade bloc\r\ntradionally,traditionally\r\ntradisional,traditional\r\ntraditioanlly,traditionally\r\ntraditioinal,traditional\r\ntraditionalc,traditional\r\ntraditionaly,traditionally\r\ntraditionel,traditional\r\ntraditionelles,traditionnelles\r\ntraditionnal,traditional\r\ntraditionnally,traditionally\r\ntraditionnaly,traditionally\r\ntraditition,tradition\r\ntraditoin,tradition\r\ntraditoinal,traditional\r\ntraditon,tradition\r\ntraditonal,traditional\r\ntraditonalism,traditionalism\r\ntraditonalisms,traditionalisms\r\ntraditonalist,traditionalist\r\ntraditonalists,traditionalists\r\ntraditonally,traditionally\r\ntraditons,traditions\r\ntradity,tragedy\r\ntradjedy,tragedy\r\ntradjudy,tragedy\r\ntradolgic,tradologic\r\ntradtionally,traditionally\r\ntradtionaly,tradtionally\r\ntraduay,tragedy\r\ntraduction,translation\r\ntrafack,traffic\r\ntrafec,traffic\r\ntrafeck,traffic\r\ntrafek,traffic\r\ntrafet,traffic\r\ntraff,traffic\r\ntraffc,traffic\r\ntraffek,traffic\r\ntrafffic,traffic\r\ntraffi,traffic\r\ntraffice,traffic\r\ntrafficed,trafficked\r\ntrafficer,trafficker\r\ntrafficers,traffickers\r\ntrafficing,trafficking\r\ntraffig,traffic\r\ntraffik,traffic\r\ntraffipc,traffic\r\ntrafic,traffic\r\ntrafice,traffic\r\ntraficed,trafficked\r\ntraficer,trafficker\r\ntraficers,traffickers\r\ntraficing,trafficking\r\ntrafick,traffic\r\ntrafik,traffic\r\ntrafit,traffic\r\ntragadies,tragedy\r\ntragady,tragedy\r\ntragaty,tragedy\r\ntragdedy,tragedy\r\ntragdy,tragedy\r\ntragedidy,tragedy\r\ntragedity,tragedy\r\ntragedty,tragedy\r\ntragerdy,tragedy\r\ntraget,target\r\ntrageted,targeted\r\ntragets,targets\r\ntragety,tragedy\r\ntragicallly,tragically\r\ntragicaly,tragically\r\ntragidity,tragedy\r\ntragidy,tragedy\r\ntragity,tragedy\r\ntragually,tragedy\r\ntraidtional,traditional\r\ntraie,traffic\r\ntraifec,traffic\r\ntraigger,trigger\r\ntraiing,training\r\ntraik,traffic\r\ntraileras,trailers\r\ntrailes,trailers\r\ntrailin,trailing\r\ntrailled,trailed\r\ntrailling,trailing\r\ntrailng,trailing\r\ntrailor,trailer\r\ntrailorable,trailerable\r\ntrailored,trailered\r\ntrailoring,trailering\r\ntrailors,trailers\r\ntrainabilty,trainability\r\ntrainablity,trainability\r\ntraine,train\r\ntraines,trainers\r\ntraing,training\r\ntraingle,triangle\r\ntraingles,triangles\r\ntrainied,trained\r\ntrainig,training\r\ntrainin,training\r\ntrainling,trailing\r\ntrainng,training\r\ntrainning,training\r\ntrainnning,trainning\r\ntrainwreak,trainwreck\r\ntrainwrek,trainwreck\r\ntraitional,traditional\r\ntraitoris,traitors\r\ntraitorise,traitors\r\ntraitorus,traitors\r\ntraitour,traitor\r\ntraity,tragedy\r\ntrajectry,trajectory\r\ntrajedy,tragedy\r\ntrajextory,trajectory\r\ntrak,track\r\ntrak-suit,tracksuit\r\ntrakcers,trackers\r\ntrakcing,tracking\r\ntrakcking,tracking\r\ntraking,tracking\r\ntralated,translated\r\ntralier,trailer\r\ntraliers,trailers\r\ntraling,trailing\r\ntramautic,traumatic\r\ntramautized,traumatized\r\ntramboline,trampoline\r\ntrambs,trams\r\ntrame,train\r\ntramendously,tremendously\r\ntrampht,triumph\r\ntramploine,trampoline\r\ntrampolene,trampoline\r\ntrampoling,trampolining\r\ntramsform,transform\r\ntramsformers,transformers\r\ntramsforming,transforming\r\ntramsute,transmute\r\ntramuatized,traumatized\r\ntran,train\r\ntranaction,transaction\r\ntranactions,transactions\r\ntrancated,truncated\r\ntranccend,transcend\r\ntranccendand,transcendant\r\ntranccendands,transcendants\r\ntranccendant,transcendant\r\ntranccendants,transcendants\r\ntranccended,transcended\r\ntranccendend,transcendent\r\ntranccendends,transcendents\r\ntranccendent,transcendent\r\ntranccendents,transcendents\r\ntranccending,transcending\r\ntranccends,transcends\r\ntranceferred,transferred\r\ntrancend,transcend\r\ntrancendand,transcendant\r\ntrancendands,transcendants\r\ntrancendant,transcendant\r\ntrancendants,transcendants\r\ntrancended,transcended\r\ntrancendend,transcendent\r\ntrancendends,transcendents\r\ntrancendent,transcendent\r\ntrancendents,transcendents\r\ntrancending,transcending\r\ntrancends,transcends\r\ntranciever,transceiver\r\ntranclucent,translucent\r\ntranclude,transclude\r\ntrancluded,transcluded\r\ntrancoded,transcoded\r\ntrancoding,transcoding\r\ntrancsend,transcend\r\ntrancsendand,transcendant\r\ntrancsendands,transcendants\r\ntrancsendant,transcendant\r\ntrancsendants,transcendants\r\ntrancsended,transcended\r\ntrancsendend,transcendent\r\ntrancsendends,transcendents\r\ntrancsendent,transcendent\r\ntrancsendents,transcendents\r\ntrancsending,transcending\r\ntrancsends,transcends\r\ntrancstion,transaction\r\ntrandgender,transgender\r\ntranditional,transitional\r\ntranditionaly,tranditionally\r\ntranditions,transitions\r\ntranfer,transfer\r\ntranfered,transferred\r\ntranferer,transferrer\r\ntranferin,transferrin\r\ntranfering,transferring\r\ntranferred,transferred\r\ntranfers,transfers\r\ntranfomer,transformer\r\ntranform,transform\r\ntranformable,transformable\r\ntranformation,transformation\r\ntranformational,transformational\r\ntranformations,transformations\r\ntranformative,transformative\r\ntranformed,transformed\r\ntranformer,transformer\r\ntranformers,transformers\r\ntranforming,transforming\r\ntranforms,transforms\r\ntrangular,triangular\r\ntrani,train\r\ntraning,training\r\ntranisition,transition\r\ntranisitions,transitions\r\ntranisiton,transition\r\ntranistion,transition\r\ntranistional,transitional\r\ntranistioned,transitioned\r\ntranistioning,transitioning\r\ntranistions,transitions\r\ntranition,transition\r\ntranlastion,translations\r\ntranlat,translat\r\ntranlate,translate\r\ntranlated,translated\r\ntranlates,translates\r\ntranlating,translating\r\ntranlation,translation\r\ntranlations,translations\r\ntranlator,translator\r\ntranlators,translators\r\ntranliteration,transliteration\r\ntranlsate,translate\r\ntranlsated,translated\r\ntranlsating,translating\r\ntranlsation,translation\r\ntranlsations,translations\r\ntranluscent,translucent\r\ntranmission,transmission\r\ntranmisssion,tranmission\r\ntranmsission,transmissions\r\ntranning,training\r\ntrannsexual,transsexual\r\ntranp,tramp\r\ntranparent,transparent\r\ntranparently,transparently\r\ntranpiling,transpiling\r\ntranport,transport\r\ntranpose,transpose\r\ntranposed,transposed\r\ntranposing,transposing\r\ntranpshobic,transphobic\r\ntranpsort,transport\r\ntranpsose,transpose\r\ntranpsport,transport\r\ntrans-continental,transcontinental\r\ntransacation,transaction\r\ntransacations,transactions\r\ntransaccion,transaction\r\ntransacction,transaction\r\ntransacition,transaction\r\ntransaciton,transactions\r\ntransactio,transaction\r\ntransactioin,transaction\r\ntransactiona,transaction\r\ntransactionnal,transactional\r\ntransactiosn,transactions\r\ntransactoin,transaction\r\ntransacton,transaction\r\ntransactons,transactions\r\ntransalat,translat\r\ntransalate,translate\r\ntransalated,translated\r\ntransalates,translates\r\ntransalating,translating\r\ntransalation,translation\r\ntransalations,translations\r\ntransalator,translator\r\ntransalators,translators\r\ntransalte,translate\r\ntransalted,translated\r\ntransaltes,translates\r\ntransalting,translating\r\ntransaltion,translation\r\ntransaltions,translations\r\ntransaltor,translator\r\ntransaprency,transparency\r\ntransation,transition\r\ntransational,transitional\r\ntransations,transitions\r\ntranscaction,transaction\r\ntranscation,transaction\r\ntranscations,transactions\r\ntransceievable,transceivable\r\ntransceievables,transceivables\r\ntransceieve,transceive\r\ntransceieved,transceived\r\ntransceiever,transceiver\r\ntransceievers,transceivers\r\ntransceievership,transceivership\r\ntransceieves,transceives\r\ntransceieving,transceiving\r\ntransceiveable,transceivable\r\ntransceiveables,transceivables\r\ntransceiveing,transceiving\r\ntranscendance,transcendence\r\ntranscendant,transcendent\r\ntranscendentaly,transcendentally\r\ntranscendentational,transcendental\r\ntranscept,transept\r\ntranscepts,transepts\r\ntranscevable,transceivable\r\ntranscevables,transceivables\r\ntransceve,transceive\r\ntransceved,transceived\r\ntranscever,transceiver\r\ntranscevers,transceivers\r\ntranscevership,transceivership\r\ntransceves,transceives\r\ntransceving,transceiving\r\ntranscievable,transceivable\r\ntranscievables,transceivables\r\ntranscieve,transceive\r\ntranscieveable,transceivable\r\ntranscieveables,transceivables\r\ntranscieved,transceived\r\ntranscieveing,transceiving\r\ntransciever,transceiver\r\ntranscievers,transceivers\r\ntranscievership,transceivership\r\ntranscieves,transceives\r\ntranscieving,transceiving\r\ntransciition,transcription\r\ntransciitions,transcriptions\r\ntransciiton,transcription\r\ntransciitons,transcriptions\r\ntranscipition,transcription\r\ntranscipitions,transcriptions\r\ntranscipiton,transcription\r\ntranscipitons,transcriptions\r\ntransciprt,transcripts\r\ntransciption,transcription\r\ntranscipton,transcription\r\ntransciptons,transcriptions\r\ntranscirpt,transcripts\r\ntransciton,transcription\r\ntranscitons,transcriptions\r\ntranscivable,transceivable\r\ntranscivables,transceivables\r\ntranscive,transceive\r\ntranscived,transceived\r\ntransciver,transceiver\r\ntranscivers,transceivers\r\ntranscivership,transceivership\r\ntranscives,transceives\r\ntransciving,transceiving\r\ntranscluent,translucent\r\ntransclused,transcluded\r\ntranscodign,transcoding\r\ntranscontinential,transcontinental\r\ntranscontinetal,transcontinental\r\ntranscptions,transcriptions\r\ntranscribtion,transcription\r\ntranscriition,transcription\r\ntranscriitions,transcriptions\r\ntranscriiton,transcription\r\ntranscriitons,transcriptions\r\ntranscripcion,transcription\r\ntranscripition,transcription\r\ntranscripitions,transcriptions\r\ntranscripiton,transcription\r\ntranscripitons,transcriptions\r\ntranscrips,transcripts\r\ntranscripte,transcribe\r\ntranscripted,transcribed\r\ntranscriptes,transcribes\r\ntranscripting,transcription\r\ntranscripto,transcription\r\ntranscripton,transcription\r\ntranscriptons,transcriptions\r\ntranscriptus,transcripts\r\ntranscris,transcripts\r\ntranscrit,transcript\r\ntranscrito,transcript\r\ntranscriton,transcription\r\ntranscritons,transcriptions\r\ntranscrits,transcripts\r\ntranscrpit,transcript\r\ntransction,transaction\r\ntransctions,transitions\r\ntransculent,translucent\r\ntranscvable,transceivable\r\ntranscvables,transceivables\r\ntranscve,transceive\r\ntranscved,transceived\r\ntranscver,transceiver\r\ntranscvers,transceivers\r\ntranscvership,transceivership\r\ntranscves,transceives\r\ntranscving,transceiving\r\ntransdifferentiatoin,transdifferentiation\r\ntranseat,translates\r\ntransefered,transferred\r\ntranseferred,transferred\r\ntransend,transcend\r\ntransendand,transcendant\r\ntransendands,transcendants\r\ntransendant,transcendant\r\ntransendants,transcendants\r\ntransended,transcended\r\ntransendend,transcendent\r\ntransendends,transcendents\r\ntransendent,transcendent\r\ntransendents,transcendents\r\ntransending,transcending\r\ntransends,transcends\r\ntransesxuals,transsexuals\r\ntransfared,transferred\r\ntransfarmers,transformers\r\ntransfarring,transferring\r\ntransfeared,transferred\r\ntransfender,transgender\r\ntransferabilty,transferability\r\ntransferal,transferral\r\ntransferals,transferrals\r\ntransferd,transferred\r\ntransfere,transferred\r\ntransfered,transferred\r\ntransfereing,transfering\r\ntransferer,transferred\r\ntransferers,transfers\r\ntransferes,transfers\r\ntransferin,transferrin\r\ntransfering,transferring\r\ntransferr,transferred\r\ntransferrable,transferable\r\ntransferrred,transferred\r\ntransferrring,transferring\r\ntransferrs,transfers\r\ntransfersom,transforms\r\ntransfert,transfer\r\ntransferts,transfers\r\ntransfferal,transferral\r\ntransfferals,transferrals\r\ntransffered,transferred\r\ntransfferer,transferrer\r\ntransffering,transferring\r\ntransfferral,transferral\r\ntransfferrals,transferrals\r\ntransfferred,transferred\r\ntransfferrer,transferrer\r\ntransfferring,transferring\r\ntransfierd,transferred\r\ntransfirn,transform\r\ntransfom,transform\r\ntransfomation,transformation\r\ntransfomative,transformative\r\ntransfomatively,transformatively\r\ntransfomed,transformed\r\ntransfomer,transformer\r\ntransfomers,transforms\r\ntransfomr,transform\r\ntransfomration,transformation\r\ntransfomred,transformed\r\ntransfor,transfer\r\ntransforamtion,transformation\r\ntransforamtional,transformational\r\ntransforamtions,transformations\r\ntransforamtive,transformative\r\ntransforamtively,transformatively\r\ntransford,transferred\r\ntransfored,transformed\r\ntransforemd,transformed\r\ntransforemers,transformers\r\ntransform-oragin,transform-origin\r\ntransformacion,transformation\r\ntransformaion,transformation\r\ntransformaition,transformation\r\ntransformaitional,transformational\r\ntransformaitions,transformations\r\ntransformaitive,transformative\r\ntransformaitively,transformatively\r\ntransformaiton,transformation\r\ntransformaitonal,transformational\r\ntransformaitons,transformations\r\ntransformaitve,transformative\r\ntransformaitvely,transformatively\r\ntransformare,transformers\r\ntransformarea,transformer\r\ntransformarem,transformer\r\ntransformarse,transformers\r\ntransformas,transforms\r\ntransformase,transforms\r\ntransformating,transforming\r\ntransformatioin,transformation\r\ntransformationaly,transformationally\r\ntransformatoin,transformation\r\ntransformaton,transformation\r\ntransformatve,transformative\r\ntransformd,transformed\r\ntransformd-structure,transformed-structure\r\ntransforme,transfer\r\ntransformees,transforms\r\ntransformered,transformed\r\ntransformes,transformers\r\ntransformet,transformer\r\ntransformis,transforms\r\ntransformtion,transformation\r\ntransformus,transforms\r\ntransforners,transformers\r\ntransfors,transforms\r\ntransforter,transformer\r\ntransforums,transforms\r\ntransfos,transforms\r\ntransfred,transferred\r\ntransfrom,transform\r\ntransfromation,transformation\r\ntransfromed,transformed\r\ntransfromer,transformers\r\ntransfromers,transformers\r\ntransfroming,transforming\r\ntransfroms,transforms\r\ntransfter,transfer\r\ntransfuned,transferred\r\ntransfur,transferred\r\ntransfured,transferred\r\ntransgeder,transgender\r\ntransgemder,transgender\r\ntransgended,transgendered\r\ntransgenderd,transgendered\r\ntransgendred,transgendered\r\ntransgener,transgender\r\ntransgenerationnal,transgenerational\r\ntransgenered,transgender\r\ntransgenger,transgender\r\ntransgengered,transgendered\r\ntransgenres,transgender\r\ntransgressivly,transgressively\r\ntranshpobic,transphobic\r\ntransiant,transient\r\ntransicion,transition\r\ntransicional,transitional\r\ntransidy,tragedy\r\ntransiet,transient\r\ntransifered,transferred\r\ntransilvania,transylvania\r\ntransimission,transmission\r\ntransimissions,transmissions\r\ntransimssion,transmissions\r\ntransision,transition\r\ntransisioned,transitioned\r\ntransisioning,transitioning\r\ntransisions,transitions\r\ntransisitions,transitions\r\ntransisitive,transitive\r\ntransisitor,transistor\r\ntransister,transistor\r\ntransistion,transition\r\ntransistional,transitional\r\ntransistioned,transitioned\r\ntransistions,transitions\r\ntransistior,transistor\r\ntransistive,transitive\r\ntransistot,transistor\r\ntransiten,transient\r\ntransitin,transitions\r\ntransitio,transition\r\ntransitioin,transition\r\ntransitionable,transitional\r\ntransitionals,transitions\r\ntransitiond,transitioned\r\ntransitiong,transitioning\r\ntransitionnal,transitional\r\ntransitionned,transitioned\r\ntransitionning,transitioning\r\ntransitition,transition\r\ntransititional,transitional\r\ntransititions,transitions\r\ntransitivie,transitive\r\ntransito,transition\r\ntransiton,transition\r\ntransitons,transitions\r\ntransitors,transistor\r\ntransiution,transition\r\ntranskript,transcript\r\ntranskription,transcription\r\ntranslastion,translations\r\ntranslateable,translatable\r\ntranslateble,translatable\r\ntranslateing,translating\r\ntranslater,translator\r\ntranslateral,translatoral\r\ntranslatered,translatored\r\ntranslaterial,translatorial\r\ntranslatering,translatoring\r\ntranslaters,translators\r\ntranslatin,translations\r\ntranslatio,translator\r\ntranslatioin,translation\r\ntranslationaly,translationally\r\ntranslationg,translating\r\ntranslationnal,translational\r\ntranslationsi,translations\r\ntranslatiosn,translations\r\ntranslatoin,translation\r\ntranslatron,translation\r\ntranslats,translates\r\ntranslpant,transplants\r\ntranslucient,translucent\r\ntranslude-directive,transclude-directive\r\ntransluent,translucent\r\ntransluscent,translucent\r\ntranslusent,translucent\r\ntranslyvania,transylvania\r\ntranslyvanian,transylvania\r\ntransmation,translation\r\ntransmatter,transmitter\r\ntransmisability,transmissibility\r\ntransmisable,transmissible\r\ntransmisible,transmissible\r\ntransmisibly,transmissibly\r\ntransmision,transmission\r\ntransmisionaries,transmissionaries\r\ntransmisionary,transmissionary\r\ntransmisions,transmission\r\ntransmisison,transmission\r\ntransmisisons,transmissions\r\ntransmisive,transmissive\r\ntransmisively,transmissively\r\ntransmissability,transmissibility\r\ntransmissable,transmissible\r\ntransmissablity,transmissability\r\ntransmissble,transmissible\r\ntransmissbly,transmissibly\r\ntransmissibillity,transmissibility\r\ntransmissibilty,transmissibility\r\ntransmissiblity,transmissibility\r\ntransmissin,transmissions\r\ntransmisson,transmission\r\ntransmissonaries,transmissionaries\r\ntransmissonary,transmissionary\r\ntransmissons,transmissions\r\ntransmisssion,transmissions\r\ntransmisssions,transmissions\r\ntransmissve,transmissive\r\ntransmissvely,transmissively\r\ntransmited,transmitted\r\ntransmitedly,transmittedly\r\ntransmiter,transmitter\r\ntransmiting,transmitting\r\ntransmition,transmission\r\ntransmitirte,transmitter\r\ntransmitor,transistor\r\ntransmitt,transmit\r\ntransmittor,transmitter\r\ntransmitts,transmits\r\ntransmittted,transmitted\r\ntransmittter,transmitter\r\ntransmittters,transmitters\r\ntransmittting,transmitting\r\ntransmorfers,transformer\r\ntransmorged,transformed\r\ntransmorgs,transforms\r\ntransmutter,transmitter\r\ntransoding,transcoding\r\ntransofmr,transform\r\ntransofmrations,transformations\r\ntransoframation,transformation\r\ntransoframational,transformational\r\ntransoframations,transformations\r\ntransoframative,transformative\r\ntransoframatively,transformatively\r\ntransofrm,transform\r\ntransofrmation,transformation\r\ntransofrmational,transformational\r\ntransofrmations,transformations\r\ntransofrmative,transformative\r\ntransofrmatively,transformatively\r\ntransofrmed,transformed\r\ntransofrmers,transformers\r\ntransofrming,transforming\r\ntransofrms,transforms\r\ntransohobic,transphobic\r\ntransormation,transformation\r\ntransormations,transformations\r\ntransormers,transformers\r\ntranspalnt,transplants\r\ntransparance,transparence\r\ntransparancy,transparency\r\ntransparant,transparent\r\ntransparantie,transparent\r\ntransparantly,transparently\r\ntransparecy,transparency\r\ntransparentcy,transparency\r\ntransparents,transparent\r\ntransparenty,transparency\r\ntranspareny,transparency\r\ntransparint,transparent\r\ntransparrent,transparent\r\ntransperacy-monitor,transparency-monitor\r\ntransperance,transparence\r\ntransperancy,transparency\r\ntransperant,transparent\r\ntransperantly,transparently\r\ntransperency,transparency\r\ntransperent,transparent\r\ntransperently,transparently\r\ntransphoic,transphobic\r\ntransphonic,transphobic\r\ntransphopic,transphobic\r\ntranspirancy,transparency\r\ntranspirant,transparent\r\ntranspirent,transparent\r\ntranspirint,transparent\r\ntransplain,transplant\r\ntransplanet,transplant\r\ntransplantees,transplants\r\ntransplantes,transplants\r\ntransplat,transplant\r\ntransplate,transplant\r\ntransplats,transplants\r\ntranspoder,transported\r\ntransporability,transportability\r\ntransporable,transportable\r\ntransporancy,transparency\r\ntransporant,transparent\r\ntransporation,transportation\r\ntransporder,transporter\r\ntransporing,transporting\r\ntransportaion,transportation\r\ntransportar,transporter\r\ntransportarme,transporter\r\ntransportarse,transporter\r\ntransportarte,transporter\r\ntransportatioin,transportation\r\ntransportatly,transportately\r\ntransportatoin,transportation\r\ntransporteur,transporter\r\ntransporteurs,transporter\r\ntransportibility,transportability\r\ntransportion,transporting\r\ntransportng,transporting\r\ntransportor,transporter\r\ntransportr,transporter\r\ntransposablity,transposability\r\ntranspot,transport\r\ntranspotting,transporting\r\ntransprent,transparent\r\ntranspsrent,transparent\r\ntranssactions,transactions\r\ntransseuxal,transsexual\r\ntranssexal,transsexual\r\ntranssexaul,transsexual\r\ntranssexuel,transsexual\r\ntranssexuella,transsexual\r\ntranssfherd,transferred\r\ntranssmision,transmissions\r\ntranstator,translator\r\ntranstion,transition\r\ntranstional,transitional\r\ntranstions,transitions\r\ntranstition,transition\r\ntranstitions,transitions\r\ntranstive,transitive\r\ntransufere,transferred\r\ntransulcent,translucent\r\ntransumute,transmute\r\ntransylmania,transylvania\r\ntransylvanai,transylvania\r\ntransylvannia,transylvania\r\ntransylvnia,transylvania\r\ntrantefered,transferred\r\ntranversal,traversal\r\ntranverse,traverse\r\ntranzformer,transformer\r\ntranzistor,transistor\r\ntranzitions,transitions\r\ntranzporter,transporter\r\ntrape,trap\r\ntrapezio,trapezium\r\ntrapeziod,trapezoid\r\ntrappped,trapped\r\ntrappper,trapper\r\ntrasaction,transaction\r\ntrasactions,transactions\r\ntrasade,tragedy\r\ntrase,trace\r\ntrasfered,transferred\r\ntrasferred,transferred\r\ntrasferring,transferring\r\ntrasformer,transformer\r\ntrasforms,transforms\r\ntrasient,transient\r\ntrasitioning,transitioning\r\ntrasitively,transitively\r\ntraslate,translate\r\ntraslation,translation\r\ntrasmission,transmission\r\ntrasmitted,transmitted\r\ntrasnaction,transaction\r\ntrasnactions,transactions\r\ntrasncript,transcript\r\ntrasncripts,transcripts\r\ntrasnfer,transfer\r\ntrasnferred,transferred\r\ntrasnferring,transferring\r\ntrasnferrring,trasnferring\r\ntrasnfers,transfers\r\ntrasnform,transform\r\ntrasnformation,transformation\r\ntrasnformed,transformed\r\ntrasnformer,transformer\r\ntrasnformers,transformers\r\ntrasnforming,transforming\r\ntrasnforms,transforms\r\ntrasngender,transgender\r\ntrasngendered,transgendered\r\ntrasnient,transient\r\ntrasnlated,translated\r\ntrasnlation,translation\r\ntrasnlator,translator\r\ntrasnmission,transmissions\r\ntrasnmitted,transmitted\r\ntrasnmitter,transmitter\r\ntrasnparency,transparency\r\ntrasnparent,transparent\r\ntrasnphobic,transphobic\r\ntrasnpile,transpile\r\ntrasnplant,transplant\r\ntrasnport,transport\r\ntrasnportation,transportation\r\ntrasnported,transported\r\ntrasnporter,transporter\r\ntrasnporting,transporting\r\ntrasparently,transparently\r\ntrasport,transport\r\ntrasscription,transcription\r\ntrat,treat\r\ntrate,trait\r\ntrated,treated\r\ntrategy,strategy\r\ntratior,traitor\r\ntratiors,traitors\r\ntraumatisch,traumatic\r\ntraumatoligica,traumatologica\r\ntraumetized,traumatized\r\ntraumitized,traumatized\r\ntravald,travelled\r\ntravaled,traveled\r\ntravaler,traveler\r\ntravalers,travelers\r\ntraveck,traffic\r\ntravelbillity,travelbility\r\ntraveld,traveled\r\ntraveleres,travelers\r\ntraveles,travels\r\ntravell,travel\r\ntravellerhd,travelled\r\ntravelller,traveller\r\ntravelllers,travellers\r\ntravellling,travelling\r\ntravelllings,travellings\r\ntravellllllllers,travellers\r\ntravellodge,travelled\r\ntraveral,traversal\r\ntravere,traverse\r\ntraveres,traverse\r\ntraverlers,traverse\r\ntravers,traverse\r\ntraversare,traverse\r\ntraversible,traversable\r\ntraversie,traverse\r\ntraversier,traverse\r\ntravese,traverse\r\ntravestry,travesty\r\ntravesy,travesty\r\ntravic,traffic\r\ntravick,traffic\r\ntravill,travel\r\ntravle,travel\r\ntravled,traveled\r\ntravleing,traveling\r\ntravler,traveller\r\ntravlers,travelers\r\ntravles,travels\r\ntravling,travelling\r\ntravrse,traverse\r\ntravserse,traverse\r\ntrayectory,trajectory\r\ntrdgedy,tragedy\r\ntre,three\r\ntrea,treat\r\ntreacher,teachers\r\ntream,stream\r\ntreasue,treasure\r\ntreasuers,treasures\r\ntreasurery,treasury\r\ntreasurey,treasury\r\ntreasurs,treasures\r\ntreatement,treatment\r\ntreatements,treatments\r\ntreatemnt,treatment\r\ntreatemnts,treatments\r\ntreatenment,treatment\r\ntreatent,treatment\r\ntreater,treat\r\ntreates,treats\r\ntreatet,treated\r\ntreath,breathe\r\ntreatis,treaties\r\ntreatmens,treatments\r\ntreatmet,treatments\r\ntreatsie,treaties\r\ntreausre,treasure\r\ntreausres,treasures\r\ntreceived,received\r\ntreck,trek\r\ntred,tread\r\ntrede,trade\r\ntredigity,tragedy\r\ntredigy,tragedy\r\ntredning,trending\r\ntreee,tree\r\ntreet,treat\r\ntreeted,treated\r\ntrefffers,treffers\r\ntrein,train\r\ntrekkking,trekking\r\ntreksot,tracksuit\r\ntrem,trim\r\ntremedously,tremendously\r\ntremelo,tremolo\r\ntremelos,tremolos\r\ntrememdous,tremendous\r\ntrememdously,tremendously\r\ntremendeous,tremendous\r\ntremendious,tremendous\r\ntremendisle,tremendously\r\ntremendos,tremendous\r\ntremendoulsy,tremendously\r\ntremenduous,tremendous\r\ntremondous,tremendous\r\ntremondously,tremendously\r\ntrendig,trending\r\ntreneous,strenuous\r\ntrenious,strenuous\r\ntrensactions,transactions\r\ntrensforming,transforming\r\ntrenuous,strenuous\r\ntrequire,require\r\ntreshammirrrors,treshammirrors\r\ntreshhold,threshold\r\ntreshholds,thresholds\r\ntreshold,threshold\r\ntresholds,thresholds\r\ntresle,trestle\r\ntrespasing,trespassing\r\ntrespasssers,trespassers\r\ntrespessing,trespassing\r\ntressold,threshold\r\ntressolds,thresholds\r\ntresspasing,trespassing\r\ntresspass,trespass\r\ntresting,treating\r\ntresuary,treasury\r\ntresure,treasure\r\ntresurer,treasurer\r\ntreted,treated\r\ntretioin,tretion\r\ntreu,true\r\ntrezzzer,trezzer\r\ntrfick,traffic\r\ntrget,target\r\ntrhe,the\r\ntrhilling,thrilling\r\ntrhough,through\r\ntrhoughout,throughout\r\ntrhowing,throwing\r\ntrhread,thread\r\ntrhusters,thrusters\r\ntrialabilty,trialability\r\ntrialer,trailer\r\ntrialers,trailers\r\ntriallling,trialling\r\ntriam,triumph\r\ntriamph,triumph\r\ntriampht,triumph\r\ntrian,train\r\ntrianers,trainers\r\ntriange,triangle\r\ntriangel,triangle\r\ntriangels,triangles\r\ntriangls,triangles\r\ntriangluar,triangular\r\ntriangulaur,triangular\r\ntrianing,training\r\ntrianlge,triangle\r\ntrianlges,triangles\r\ntrianph,triumph\r\ntrianwreck,trainwreck\r\ntriathalete,triathlete\r\ntriathaletes,triathletes\r\ntriathalon,triathlon\r\ntriathalons,triathlons\r\ntriathelete,triathlete\r\ntriatheletes,triathletes\r\ntriathelon,triathlon\r\ntriathelons,triathlons\r\ntriator,traitor\r\ntriators,traitors\r\ntriaumph,triumph\r\ntribuanl,tribunal\r\ntribued,tributed\r\ntribues,tributes\r\ntribuing,tributing\r\ntribuion,tribution\r\ntribunaal,tribunal\r\ntricentenial,tricentennial\r\ntricententenial,tricentennial\r\ntricep,triceps\r\ntricept,triceps\r\ntricepts,triceps\r\ntrichting,training\r\ntricke,tricky\r\ntrickest,trickiest\r\ntrickey,trickery\r\ntrickyer,trickery\r\ntride,tried\r\ntridnet,trident\r\ntrie,tried\r\ntrienial,triennial\r\ntrienially,triennially\r\ntrientenial,triennial\r\ntriffle,trifle\r\ntriflouresce,trifluoresce\r\ntriflouresced,trifluoresced\r\ntriflourescence,trifluorescence\r\ntriflourescent,trifluorescent\r\ntriflouresces,trifluoresces\r\ntriflourescing,trifluorescing\r\ntriflouric,trifluoric\r\ntriflouridate,trifluoridate\r\ntriflouridated,trifluoridated\r\ntriflouridates,trifluoridates\r\ntriflouridating,trifluoridating\r\ntriflouridation,trifluoridation\r\ntriflouride,trifluoride\r\ntriflourides,trifluorides\r\ntriflourine,trifluorine\r\ntriflourines,trifluorines\r\ntriflouro,trifluoro\r\ntrigegred,triggered\r\ntriger,trigger\r\ntrigered,triggered\r\ntrigerred,triggered\r\ntrigerring,triggering\r\ntrigers,triggers\r\ntriggerd,triggered\r\ntriggere,trigger\r\ntriggereing,triggering\r\ntriggeres,triggers\r\ntriggerig,triggering\r\ntriggern,triggering\r\ntriggerred,triggered\r\ntriggerring,triggering\r\ntrigges,triggers\r\ntriggger,trigger\r\ntrigggers,triggers\r\ntriggggguered,triggered\r\ntrigggguered,triggered\r\ntriggguered,triggered\r\ntriggle,trigger\r\ntrigguered,triggered\r\ntrigononic,trigonometric\r\ntriguered,triggered\r\ntriing,trying\r\ntrik,trick\r\ntrilionare,trillionaire\r\ntrilioniare,trillionaire\r\ntrillby,trilby\r\ntrillingual,trilingual\r\ntrillionare,trillionaire\r\ntrillling,trilling\r\ntrilllion,trillion\r\ntrillllion,trillion\r\ntrilogoy,trilogy\r\ntrimed,trimmed\r\ntriming,trimming\r\ntrimmmed,trimmed\r\ntrimmmer,trimmer\r\ntrimmmers,trimmers\r\ntrimmming,trimming\r\ntrimmmings,trimmings\r\ntrimph,triumph\r\ntrimunph,triumph\r\ntrimuph,triumph\r\ntrimv,trim-v\r\ntrinagle,triangle\r\ntrinagles,triangles\r\ntrinagular,triangular\r\ntrind,turned\r\ntrindet,trident\r\ntrinekts,trinkets\r\ntring,string\r\ntringale,triangle\r\ntrings,strings\r\ntrinitiy,trinity\r\ntrinkes,trinkets\r\ntrinkst,trinkets\r\ntrinominal,trinomial\r\ntrinominals,trinomials\r\ntrintiy,trinity\r\ntriolgy,trilogy\r\ntriology,trilogy\r\ntrion,train\r\ntripamph,triumph\r\ntriping,tripping\r\ntrippel,triple\r\ntripple,triple\r\ntrippping,tripping\r\ntrirelrun,trial-run\r\ntrirger,trigger\r\ntrisate,tristate\r\ntrisggers,triggers\r\ntriufen,triumph\r\ntriump,triumph\r\ntriumphet,triumph\r\ntriumpt,triumph\r\ntriumpth,triumph\r\ntriunysh,triumph\r\ntriuphy,triumph\r\ntrival,trivial\r\ntrivally,trivially\r\ntriveal,trivial\r\ntriyng,trying\r\ntrnasfers,transfers\r\ntrnasform,transformed\r\ntrnasformation,transformation\r\ntrnasformed,transformed\r\ntrnasforming,transforming\r\ntrnasforms,transforms\r\ntrnaslation,translation\r\ntrnaslations,translations\r\ntrnd,turned\r\ntro,to\r\ntroble,trouble\r\ntroblernsom,troublesome\r\ntrobleshooting,troubleshooting\r\ntroch,torch\r\ntrochlight,torchlight\r\ntrockset,tracksuit\r\ntrodgety,tragedy\r\ntroding,trotting\r\ntrogeyey,tragedy\r\ntrohpies,trophies\r\ntroleld,trolled\r\ntroling,trolling\r\ntrollade,trolled\r\ntrollling,trolling\r\ntrollllller,troller\r\ntrolly,trolley\r\ntronado,tornado\r\ntrond,turned\r\ntronk,trunk\r\ntrooting,trotting\r\ntrooublshooting,troubleshooting\r\ntropcial,tropical\r\ntroped,dropped\r\ntropedo,torpedo\r\ntropial,tropical\r\ntropicial,tropical\r\ntrorough,through\r\ntrorting,trotting\r\ntroten,trotting\r\ntrothing,trotting\r\ntrotilla,tortilla\r\ntroting,trotting\r\ntrotung,trotting\r\ntroube,trouble\r\ntroubelshoot,troubleshoot\r\ntroubelshooting,troubleshooting\r\ntroubelsome,troublesome\r\ntroublehshooting,troubleshooting\r\ntroublehsoot,troubleshoot\r\ntroublehsooting,troubleshooting\r\ntroubleshooing,troubleshooting\r\ntroubleshooot,troubleshoot\r\ntroubleshoooting,troubleshooting\r\ntroubleshootig,troubleshooting\r\ntroubleshoting,troubleshooting\r\ntroubleshotting,troubleshooting\r\ntroublshoot,troubleshoot\r\ntroublshooting,troubleshooting\r\ntroubsolutly,troubsolutely\r\ntroug,trough\r\ntroughput,throughput\r\ntrought,through\r\ntrouleshooting,troubleshooting\r\ntrounment,tournament\r\ntroup,troupe\r\ntroups,troops\r\ntrouse,trousers\r\ntrouses,trousers\r\ntrousos,trousers\r\ntrouting,trotting\r\ntrovaled,troveled\r\ntrovaler,troveler\r\ntrovalers,trovelers\r\ntrovle,trovel\r\ntrovled,troveled\r\ntrovleing,troveling\r\ntrovler,troveler\r\ntrovlers,trovelers\r\ntrovles,trovels\r\ntrovling,troveling\r\ntrown,thrown\r\ntrowsers,trousers\r\ntrpoical,tropical\r\ntrransition,transition\r\ntrriger,trigger\r\ntrtaffic,traffic\r\ntrting,trotting\r\ntrtr,tr\r\ntru,true\r\ntruamatic,traumatic\r\ntruamatized,traumatized\r\ntrubbel,trouble\r\ntrubbles,troubles\r\ntrubinal,tribunal\r\ntrubines,turbines\r\ntruble,trouble\r\ntrucate,truncate\r\ntrucculent,truculent\r\ntrucnate,truncate\r\ntrud,turned\r\ntrudnle,trundle\r\ntrueand,true\r\ntruecalller,truecaller\r\ntruef,true\r\ntruega,true\r\ntruei,true\r\ntruely,truly\r\ntruffle-artifactor,truffle-contract\r\ntrugth,truth\r\ntruimped,triumph\r\ntruimph,triumph\r\ntruk,truck\r\ntrukish,turkish\r\ntrules,rules\r\ntruley,truly\r\ntrully,truly\r\ntrumendously,tremendously\r\ntrumiphum,triumph\r\ntrumph,triumph\r\ntrun,turn\r\ntruncaded,truncated\r\ntruncaton,truncation\r\ntruncted,truncated\r\ntrunction,truncation\r\ntrunctiona,truncation\r\ntrund,turned\r\ntrundel,trundle\r\ntruned,turned\r\ntrunlde,trundle\r\ntrunnnion,trunnion\r\ntrunnnions,trunnions\r\ntruoble,trouble\r\ntrup,trip\r\ntrur,true\r\ntrus,trust\r\ntrushworthy,trustworthy\r\ntrustablity,trustability\r\ntrustowrthy,trustworthy\r\ntrustty,trusty\r\ntrustwhorty,trustworthy\r\ntrustworhty,trustworthy\r\ntrustworhy,trustworthy\r\ntrustworthly,trustworthy\r\ntrustworthyness,trustworthiness\r\ntrustworty,trustworthy\r\ntrustwothy,trustworthy\r\ntrustyga,trusty\r\ntruthes,truths\r\ntruthfall,truthfully\r\ntruthfull,truthful\r\ntruthfullly,truthfully\r\ntruthfuly,truthfully\r\ntruting,trotting\r\ntrwws,trws\r\ntry-compilere-run,try-compile-run\r\ntryadry,tragedy\r\ntryahrd,tryhard\r\ntryamph,triumph\r\ntryampth,triumph\r\ntryannical,tyrannical\r\ntryavon,trayvon\r\ntrycicle,tricycle\r\ntrycicled,tricycled\r\ntryciclelike,tricyclelike\r\ntrycicler,tricycler\r\ntryciclers,tricyclers\r\ntrycicles,tricycles\r\ntryciclic,tricyclic\r\ntrycicling,tricycling\r\ntryciclist,tricyclist\r\ntryciclists,tricyclists\r\ntrycycle,tricycle\r\ntrycycled,tricycled\r\ntrycyclelike,tricyclelike\r\ntrycycler,tricycler\r\ntrycyclers,tricyclers\r\ntrycycles,tricycles\r\ntrycyclic,tricyclic\r\ntrycycling,tricycling\r\ntrycyclist,tricyclist\r\ntrycyclists,tricyclists\r\ntrye,try\r\ntryed,tried\r\ntryes,tries\r\ntryies,tries\r\ntryimp,triumph\r\ntrylerun,trial-run\r\ntryly,truly\r\ntrymp,triumph\r\ntrymph,triumph\r\ntrymphant,triumph\r\ntrympth,triumph\r\ntrymunpth,triumph\r\ntrymuph,triumph\r\ntryo,try\r\ntrys,tries\r\ntryting,trying\r\ntryumph,triumph\r\ntryumpht,triumph\r\ntryumphump,triumph\r\ntryumpth,triumph\r\ntryunph,triumph\r\ntryunphy,triumph\r\nts-error-handling-coersion,ts-error-handling-coercion\r\nts-loadder,ts-loader\r\ntsamina,stamina\r\ntsc,typescript\r\ntse,the\r\ntseconds,seconds\r\ntshi,this\r\ntsnuami,tsunami\r\ntsuanmi,tsunami\r\ntsunamai,tsunami\r\ntsunmai,tsunami\r\ntt,it\r\ntt--uppercasett,--uppercase\r\nttable,table\r\nttest,test\r\ntthe,the\r\ntthere,there\r\ntthis,this\r\nttile,title\r\nttitan,titan\r\ntto,to\r\nttoken,token\r\nttoring,trotting\r\nttracing,tracing\r\nttribued,tributed\r\nttribues,tributes\r\nttribuing,tributing\r\nttribuion,tribution\r\nttwo,two\r\nttype,type\r\nttypes,types\r\nttypography,typography\r\ntuaght,taught\r\ntuarninent,tournament\r\ntubale,tunable\r\ntubingen,tübingen\r\ntuble,tuple\r\ntuch,touch\r\ntuchd,touched\r\ntuched,touched\r\ntucknolgies,tucknologies\r\ntucowws,tucows\r\ntudents,students\r\ntue,true\r\ntuesdsay,tuesdays\r\ntuesdsy,tuesdays\r\ntuitioin,tuition\r\ntuiton,tuition\r\ntuitons,tuitions\r\ntulpe,tuple\r\ntumler,tumbler\r\ntumultous,tumultuous\r\ntunablilty,tunability\r\ntunablity,tunability\r\ntunage,tonnage\r\ntuncate,truncate\r\ntund,turned\r\ntuneablity,tuneability\r\ntuneed,turned\r\ntunel,tunnel\r\ntunement,tournament\r\ntunnadge,tonnage\r\ntunnage,tonnage\r\ntunned,tuned\r\ntunnellike,tunnel like\r\ntunnellling,tunnelling\r\ntunnells,tunnels\r\ntunning,tuning\r\ntunnles,tunnels\r\ntunraround,turnaround\r\ntunrtable,turntable\r\ntuntime,runtime\r\ntuonda,tounda\r\ntuonde,tounde\r\ntup,reps\r\ntupe,tuple\r\ntupel,tuple\r\ntupes,types\r\ntupparware,tupperware\r\ntupperwears,tupperware\r\ntupple,tuples\r\ntupples,tuples\r\ntur,turn\r\nturament,tournament\r\nturbins,turbines\r\nturbotaly,turbotally\r\nture,true\r\ntured,turned\r\nturement,tournament\r\nturend,turned\r\nturened,turned\r\nturimant,tournament\r\nturing,turning\r\nturining,turning\r\nturkies,turkeys\r\nturkisch,turkish\r\nturksih,turkish\r\nturky,turkey\r\nturkys,turkeys\r\nturltes,turtles\r\nturm,term\r\nturmanent,tournament\r\nturment,tournament\r\nturminate,tournament\r\nturminent,tournament\r\nturmonent,tournament\r\nturnament,tournament\r\nturnapound,turnaround\r\nturnaroud,turnaround\r\nturnd,turned\r\nturne,turn\r\nturnement,tournament\r\nturnent,tournament\r\nturnes,turns\r\nturnimant,tournament\r\nturniment,tournament\r\nturnk,trunk\r\nturnmant,tournament\r\nturnment,tournament\r\nturnoments,tournament\r\nturnstyle,turnstile\r\nturntabe,turntable\r\nturntabel,turntable\r\nturnup,turnip\r\nturorial,tutorial\r\nturrers,tourers\r\nturrest,turrets\r\nturretts,turrets\r\nturrned,turned\r\nturstworthy,trustworthy\r\nturtel,turtle\r\nturtels,turtles\r\nturthfully,truthfully\r\ntuscon,tucson\r\ntusday,tuesday\r\ntuseday,tuesday\r\ntusedays,tuesdays\r\ntusnami,tsunami\r\ntust,trust\r\ntusting,trusting\r\ntusts,trusts\r\ntustworthy,trustworthy\r\ntutalage,tutelage\r\ntutalege,tutelage\r\ntutalige,tutelage\r\ntutelege,tutelage\r\ntutelige,tutelage\r\ntuth,tooth\r\ntuthe,truth\r\ntutilage,tutelage\r\ntutilege,tutelage\r\ntutilige,tutelage\r\ntutorals,tutorials\r\ntutoriales,tutorials\r\ntutoriels,tutorials\r\ntutorual,tutorial\r\ntutotial,tutorial\r\ntutotirals,tutorials\r\ntutrles,turtles\r\ntuturial,tutorial\r\ntuturials,tutorials\r\ntwak,tweak\r\ntwe,two\r\ntweakablilty,tweakability\r\ntweakablity,tweakability\r\ntweek,tweak\r\ntweeked,tweaked\r\ntweeks,tweaks\r\ntweetogrpahy,tweetography\r\ntwelf,twelve\r\ntwelfs,twelfths\r\ntwelth,twelfth\r\ntwelths,twelfths\r\ntwelv,twelve\r\ntwelveth,twelfth\r\ntwen,twin\r\ntwenieth,twentieth\r\ntwenteith,twentieth\r\ntwentienth,twentieth\r\ntwentith,twentieth\r\ntwenty-fist,Twenty-First\r\ntwenty-fith,Twenty-Fifth\r\ntwenty-forth,Twenty-Fourth\r\ntwenty-frist,Twenty-First\r\ntwezzers,tweezers\r\ntwhat,what\r\ntwho,two\r\ntwiced,twice\r\ntwich,twice\r\ntwigz,twig\r\ntwiiter,twitter\r\ntwilgiht,twilight\r\ntwiligt,twilight\r\ntwis,twice\r\ntwise,twice\r\ntwiter,twitter\r\ntwith,with\r\ntwittter,twitter\r\ntwlight,twilight\r\ntwo-dimensionsal,two-dimensional\r\ntwo-factort,two-factor\r\ntwon,town\r\ntwonhouse,townhouse\r\ntwonhouses,townhouses\r\ntwons,towns\r\ntwonship,township\r\ntwonships,townships\r\ntwosided,two-sided\r\ntwot,two\r\ntwpo,two\r\ntwws,tws\r\ntx,x\r\ntxice,twice\r\ntxt-align,text-align\r\nty,try\r\ntye,type\r\ntyed,tied\r\ntyelnol,tylenol\r\ntyep,type\r\ntyepface,typeface\r\ntyepscript,typescript\r\ntyescript,typescript\r\ntyfoid,typhoid\r\ntyhat,that\r\ntyhe,they\r\ntyhe;l,they'll\r\ntyhell,they'll\r\ntyle,style\r\ntylenool,tylenol\r\ntyoe,type\r\ntyope,type\r\ntyou,you\r\ntyp,type\r\ntypcasting,typecasting\r\ntypcial,typical\r\ntypciality,typicality\r\ntypcially,typically\r\ntypcialness,typicalness\r\ntype-casted,type-cast\r\ntype-frendly,type-friendly\r\ntypecases,typecasts\r\ntypecript,typescript\r\ntypecsript,typescript\r\ntypedi,typed\r\ntypegi,type\r\ntypeical,typical\r\ntypeically,typically\r\ntypeid,type-id\r\ntypeing,typing\r\ntypelists,types\r\ntypemeta,type\r\ntypeo,typo\r\ntypepography,typography\r\ntyper,type\r\ntypesafe,type-safe\r\ntypesafely,type-safety\r\ntypesafety,type-safety\r\ntypesciprt,typescript\r\ntypescirpt,typescript\r\ntypescrip,typescript\r\ntypescritp,typescript\r\ntypescritpt,typescript\r\ntypesm,types\r\ntypesript,typescript\r\ntypesrript,typescript\r\ntypess,types\r\ntypevalue,type-value\r\ntypex,type\r\ntypgraphy,typography\r\ntyphiod,typhoid\r\ntyphography,typography\r\ntypial,typical\r\ntypially,typically\r\ntypicall,typically\r\ntypicallly,typically\r\ntypicallykernelprivate,typically\r\ntypicaly,typically\r\ntypicial,typical\r\ntypicially,typically\r\ntypiclly,typically\r\ntypings,types\r\ntyple,tuple\r\ntyples,tuples\r\ntypoef,typeof\r\ntypograhpy,typography\r\ntypograhy,typography\r\ntypographyc,typographic\r\ntypograpy,typography\r\ntypogrpahic,typographic\r\ntypogrpahy,typography\r\ntypoligical,typological\r\ntyporaphy,typography\r\ntyporgapher,typographer\r\ntyporgaphy,typography\r\ntypping,typing\r\ntyprogrpahy,typrography\r\ntyps,types\r\ntypscript,typescript\r\ntypsetting,typesetting\r\ntypsically,typically\r\ntypso,typos\r\ntypsscript,typescript\r\ntypwriter,typewriter\r\ntyr,try\r\ntyranic,tyrannic\r\ntyranical,tyrannical\r\ntyranically,tyrannically\r\ntyranicide,tyrannicide\r\ntyranies,tyrannies\r\ntyraniz,tyranniz\r\ntyranized,tyrannized\r\ntyrannia,tyrannical\r\ntyranous,tyrannous\r\ntyrantical,tyrannical\r\ntyrany,tyranny\r\ntyrhard,tryhard\r\ntyring,trying\r\ntyromph,triumph\r\ntyrranic,tyrannic\r\ntyrranical,tyrannical\r\ntyrranically,tyrannically\r\ntyrranicide,tyrannicide\r\ntyrranies,tyrannies\r\ntyrraniz,tyranniz\r\ntyrrannic,tyrannic\r\ntyrranniz,tyranniz\r\ntyrrannous,tyrannous\r\ntyrranny,tyranny\r\ntyrranous,tyrannous\r\ntyrrany,tyranny\r\ntyry,try\r\ntytes,types\r\ntywo,two\r\ntzimezone,timezone\r\nuafotunat,unfortunate\r\nuage,usage\r\nuasall,used all\r\nuasully,usually\r\nuaually,usually\r\nubermensch,übermensch\r\nubermensches,übermensches\r\nuberwassser,uberwasser\r\nubiqituous,ubiquitous\r\nubiquitious,ubiquitous\r\nubiquitiously,ubiquitously\r\nubiquitiousness,ubiquitousness\r\nubiquitos,ubiquitous\r\nubiquituous,ubiquitous\r\nubiquotous,ubiquitous\r\nubiqutious,ubiquitous\r\nubiqutiously,ubiquitously\r\nubiqutiousness,ubiquitousness\r\nublisher,publisher\r\nubove,above\r\nubquity,ubiquity\r\nubstitution,substitution\r\nubsubscribed,unsubscribed\r\nubsubstantiated,unsubstantiated\r\nubunt,ubuntu\r\nubuntu-toolchain-rtest,ubuntu-toolchain-r-test\r\nubunut,ubuntu\r\nubunutu,ubuntu\r\nubutnu,ubuntu\r\nuby,by\r\nuccustumed,accustomed\r\nucoverd,ucovered\r\nucually,usually\r\nudactiy,udacity\r\nudates,updates\r\nudating,updating\r\nudderstand,understand\r\nuderstand,understand\r\nudhirsand,understand\r\nudner,under\r\nudnercut,undercut\r\nudnerdog,underdog\r\nudnerestimate,underestimated\r\nudnerground,underground\r\nudnergrounds,undergrounds\r\nudnerpowered,underpowered\r\nudnerstand,understand\r\nudnerstandable,understandable\r\nudnerstandably,understandably\r\nudnerstanding,understanding\r\nudnerstands,understands\r\nudnerstnad,understand\r\nudnerstnadable,understandable\r\nudnerstnadably,understandably\r\nudnerstnading,understanding\r\nudnerstnadings,understandings\r\nudnerstnads,understands\r\nudnertand,understand\r\nudnertandable,understandable\r\nudnertandably,understandably\r\nudnertanding,understanding\r\nudnertandings,understandings\r\nudnertands,understands\r\nudng,using\r\nudoubtly,undoubtedly\r\nudpate,update\r\nudpate-package,update-package\r\nudpated,updated\r\nudpates,updates\r\nudpating,updating\r\nudring,during\r\nue,use\r\nued,used\r\nueing,using\r\nuenxpected,unexpected\r\nuer,user\r\nuers's,user's\r\nuers,users\r\nues,uses\r\nuesd,used\r\nuesed,used\r\nueseful,useful\r\nuesful,useful\r\nuesfull,usefull\r\nuesr,user\r\nuesrs,users\r\nuess,uses\r\nuexplicid,uexplicit\r\nuexplicidly,uexplicitly\r\nuexplict,uexplicit\r\nuexplictly,uexplicitly\r\nuf,of\r\nuforgetable,unforgettable\r\nuforgetle,unforgettable\r\nuforgettable,unforgettable\r\nug,bug\r\nuggested,suggested\r\nugle,ugly\r\nuglyness,ugliness\r\nugpgrade,upgrade\r\nugprade,upgrade\r\nugpraded,upgraded\r\nugprades,upgrades\r\nugprading,upgrading\r\nugrade,upgrade\r\nugrading,upgrading\r\nuility,utility\r\nuilocale,locale\r\nuiltimate,ultimate\r\nuing,using\r\nuinstalling,uninstalling\r\nuise,use\r\nuised,used\r\nuises,uses\r\nuisng,using\r\nuitility,utility\r\nuiversity,university\r\nukarine,ukraine\r\nuknown,unknown\r\nukrainain,ukrainian\r\nukrainains,ukrainians\r\nukraineans,ukrainians\r\nukrainias,ukrainians\r\nukrainie,ukraine\r\nukrainiens,ukrainians\r\nukrainin,ukrainian\r\nukrainina,ukrainian\r\nukraininans,ukrainians\r\nukraininas,ukrainians\r\nukrainisn,ukrainians\r\nukrane,Ukraine\r\nukranian,ukrainian\r\nukranians,ukrainians\r\nukranie,ukraine\r\nukriane,ukraine\r\nukrianian,ukrainian\r\nukrianians,ukrainians\r\nuless,unless\r\nulimateley,ultimately\r\nulimately,ultimately\r\nulimatley,ultimately\r\nulimatly,ultimately\r\nulimentary,elementary\r\nulitimateley,ultimately\r\nulitimately,ultimately\r\nulitimatley,ultimately\r\nulitimatly,ultimately\r\nulitmate,ultimate\r\nulitmateley,ultimately\r\nulitmately,ultimately\r\nulitmatley,ultimately\r\nulitmatum,ultimatum\r\nultamate,ultimate\r\nultamately,ultimately\r\nultamatly,ultamately\r\nultamatum,ultimatum\r\nultamite,ultimate\r\nulterioara,ulterior\r\nulterioare,ulterior\r\nulteriour,ulterior\r\nultiamte,ultimate\r\nultilisation,utilisation\r\nultilise,utilise\r\nultilises,utilises\r\nultilising,utilising\r\nultilissimae,utilissimae\r\nultilitarian,utilitarian\r\nultilitas,utilitas\r\nultilitate,utilitate\r\nultilite,utilite\r\nultilites,utilites\r\nultilities,utilities\r\nultility,utility\r\nultilityman,utilityman\r\nultilizando,utilizando\r\nultilizar,utilizar\r\nultilization,utilization\r\nultilize,utilize\r\nultilized,utilized\r\nultilizes,utilizes\r\nultilizing,utilizing\r\nultilizzando,utilizzando\r\nultimae,ultimate\r\nultimatel,ultimate\r\nultimateley,ultimately\r\nultimatelly,ultimately\r\nultimatium,ultimatum\r\nultimative,ultimate\r\nultimatley,ultimately\r\nultimatly,ultimately\r\nultimatuum,ultimatum\r\nultimely,ultimately\r\nultimitely,ultimately\r\nultmate,ultimate\r\nultmateley,ultimately\r\nultmately,ultimately\r\nultmatley,ultimately\r\nultmatly,ultimately\r\nultmatum,ultimatum\r\nultra-competitve,ultra-competitive\r\nultragrpah,ultragraph\r\nultrason,ultrasound\r\nultrasonogrpahy,ultrasonography\r\numamous,unanimous\r\numatched,unmatched\r\numayad,umayyad\r\numayads,umayyads\r\numayed,umayyad\r\numayeds,umayyads\r\numayid,umayyad\r\numayyed,umayyad\r\numayyid,umayyad\r\numayyids,umayyads\r\numbelievable,unbelievable\r\numberalla,umbrella\r\numberella,umbrella\r\numberlla,umbrella\r\numbreall,umbrella\r\numbrela,umbrella\r\numbrellla,umbrella\r\numcomfortable,uncomfortable\r\numcomfortably,uncomfortably\r\numcomments,uncomment\r\numcompatability,umcompatibility\r\numcompatable,umcompatible\r\numcompatably,umcompatibly\r\numconvertability,umconvertibility\r\numconvertable,umconvertible\r\numconvertably,umconvertibly\r\numcorruptability,umcorruptibility\r\numcorruptable,umcorruptible\r\numcorruptably,umcorruptibly\r\numeasured,unmeasured\r\numemployment,unemployment\r\numforturant,unfortunate\r\numinblyed,unemployed\r\numionus,unanimous\r\nummanged,unmanaged\r\nummayad,umayyad\r\nummayads,umayyads\r\nummayed,umayyad\r\nummayeds,umayyads\r\nummayid,umayyad\r\nummayids,umayyads\r\nummayyad,umayyad\r\nummayyads,umayyads\r\nummayyed,umayyad\r\nummayyeds,umayyads\r\nummayyid,umayyad\r\nummayyids,umayyads\r\numountable,unmountable\r\numounted,unmounted\r\numparralled,unparalleled\r\numperceptability,UmPerceptibility\r\numperceptable,UmPerceptible\r\numperceptably,UmPerceptibly\r\numplementations,implementations\r\numpoyed,unemployed\r\numpredictable,unpredictable\r\numresistability,UmResistibility\r\numresistable,UmResistible\r\numresistably,UmResistibly\r\numsuggestability,UmSuggestibility\r\numsuggestable,UmSuggestible\r\numsuggestably,UmSuggestibly\r\nun-comment,uncomment\r\nun-done,undone\r\nun-encrypt,decrypt\r\nun-fixed-length,unfixed-length\r\nun-name,unname\r\nun-named,unnamed\r\nun-names,unnames\r\nun-naming,unnaming\r\nun-parrallel,unparalleled\r\nun-properly,unproperly\r\nun-sold,unsold\r\nun-supported,unsupported\r\nun-welcomed,unwelcome\r\nunabatted,unabated\r\nunabel,unable\r\nunabiguous,unambiguous\r\nunability,inability\r\nunabled,unable\r\nunablity,unability\r\nunabnned,unbanned\r\nunaccaptable,unacceptable\r\nunacccept,unaccept\r\nunaccceptable,unacceptable\r\nunacccess,unaccess\r\nunacccident,unaccident\r\nunacccompanied,unaccompanied\r\nunacccompanies,unaccompanies\r\nunacccompany,unaccompany\r\nunacccomplish,unaccomplish\r\nunacccount,unaccount\r\nunaccepable,unacceptable\r\nunaccepably,unacceptably\r\nunaccepible,unacceptable\r\nunaccepibly,unacceptably\r\nunaccepteable,unacceptable\r\nunaccepteble,unacceptable\r\nunacceptiable,unacceptable\r\nunacceptible,unacceptable\r\nunacceptibly,unacceptably\r\nunacceptuble,unacceptable\r\nunaccessible,inaccessible\r\nunaccessible-collections,inaccessible-collections\r\nunaccessible-concept-ids,inaccessible-concept-ids\r\nunaccont,unaccount\r\nunaccontable,unaccountable\r\nunaccontably,unaccountably\r\nunaccontancy,unaccountancy\r\nunaccontant,unaccountant\r\nunaccontants,unaccountants\r\nunacconted,unaccounted\r\nunacconting,unaccounting\r\nunacconts,unaccounts\r\nunaccountabilty,unaccountability\r\nunaccountablility,unaccountability\r\nunaccout,unaccount\r\nunaccoutable,unaccountable\r\nunaccoutably,unaccountably\r\nunaccoutancy,unaccountancy\r\nunaccoutant,unaccountant\r\nunaccoutants,unaccountants\r\nunaccouted,unaccounted\r\nunaccouting,unaccounting\r\nunaccouts,unaccounts\r\nunaccpetable,unacceptable\r\nunacepable,unacceptable\r\nunacepably,unacceptably\r\nunacepible,unacceptable\r\nunacepibly,unacceptably\r\nunacept,unaccept\r\nunaceptable,unacceptable\r\nunaceptably,unacceptably\r\nunaceptance,unacceptance\r\nunacepted,unaccepted\r\nunaceptible,unacceptable\r\nunaceptibly,unacceptably\r\nunacess,unaccess\r\nunacessable,unaccessable\r\nunacessary,unaccessary\r\nunacident,unaccident\r\nunacious,unanimous\r\nunacompanied,unaccompanied\r\nunacompanies,unaccompanies\r\nunacompany,unaccompany\r\nunacomplish,unaccomplish\r\nunacount,unaccount\r\nunacounted,unaccounted\r\nunacsesible,inaccessible\r\nunadultered,unadulterated\r\nunaffordablity,unaffordability\r\nunaform,uniform\r\nunahppy,unhappy\r\nunaiminous,unanimous\r\nunaimous,unanimous\r\nunaimulas,unanimous\r\nunalateral,unilateral\r\nunalaterally,unilaterally\r\nunalatreal,unilateral\r\nunalatreally,unilaterally\r\nunalderated,unadulterated\r\nunalligned,unaligned\r\nunamaious,unanimous\r\nunamamous,unanimous\r\nunamamouse,unanimous\r\nunamanious,unanimous\r\nunamanius,unanimous\r\nunamanous,unanimous\r\nunamanus,unanimous\r\nunamatous,unanimous\r\nunambigious,unambiguous\r\nunambigiously,unambiguously\r\nunambigiousness,unambiguousness\r\nunambigous,unambiguous\r\nunambigously,unambiguously\r\nunambigousness,unambiguousness\r\nunambiguouly,unambiguously\r\nunamed,unnamed\r\nunamenous,unanimous\r\nunamies,unanimous\r\nunamimous,unanimous\r\nunamimously,unanimously\r\nunamimus,unanimous\r\nunaminonus,unanimous\r\nunaminous,unanimous\r\nunaminously,unanimously\r\nunaminuous,unanimous\r\nunaminus,unanimous\r\nunamious,unanimous\r\nunammious,unanimous\r\nunammius,unanimous\r\nunamnaged,unmanaged\r\nunamnious,unanimous\r\nunamomus,unanimous\r\nunamonus,unanimous\r\nunamous,unanimous\r\nunampped,unmapped\r\nunamuse,unanimous\r\nunamusts,unanimous\r\nunanabus,unanimous\r\nunanamious,unanimous\r\nunanamous,unanimous\r\nunanamus,unanimous\r\nunanamuse,unanimous\r\nunananois,unanimous\r\nunananucs,unanimous\r\nunananus,unanimous\r\nunanasmons,unanimous\r\nunanemous,unanimous\r\nunangrally,unangrily\r\nunangraly,unangrily\r\nunangrially,unangrily\r\nunangrialy,unangrily\r\nunangrilly,unangrily\r\nunangrly,unangrily\r\nunaniae,unanimous\r\nunanimise,unanimous\r\nunanimos,unanimous\r\nunanimoses,unanimous\r\nunanimoulsy,unanimous\r\nunanimus,unanimous\r\nunanimuss,unanimous\r\nunaninous,unanimous\r\nunaninus,unanimous\r\nunanious,unanimous\r\nunanmed,unnamed\r\nunanmious,unanimous\r\nunanmous,unanimous\r\nunannamous,unanimous\r\nunannanus,unanimous\r\nunannimous,unanimous\r\nunanomous,unanimous\r\nunanonus,unanimous\r\nunanouis,unanimous\r\nunanously,unanimous\r\nunanswerd,unanswered\r\nunanumas,unanimous\r\nunanumous,unanimous\r\nunanwsered,unanswered\r\nunanymous,unanimous\r\nunanymously,unanimously\r\nunanynous,unanimous\r\nunanynously,unanimously\r\nunapealling,unappealing\r\nunapolagetic,unapologetic\r\nunapolagetics,unapologetics\r\nunapolagia,unapologia\r\nunapolagias,unapologias\r\nunapolagies,unapologies\r\nunapolagist,unapologist\r\nunapolagists,unapologists\r\nunapolagize,unapologize\r\nunapolagized,unapologized\r\nunapolagizes,unapologizes\r\nunapolague,unapologue\r\nunapolagues,unapologues\r\nunapolagy,unapology\r\nunapolegetic,unapologetic\r\nunapolegetics,unapologetics\r\nunapolegia,unapologia\r\nunapolegias,unapologias\r\nunapolegies,unapologies\r\nunapolegist,unapologist\r\nunapolegists,unapologists\r\nunapolegize,unapologize\r\nunapolegized,unapologized\r\nunapolegizes,unapologizes\r\nunapolegue,unapologue\r\nunapolegues,unapologues\r\nunapolegy,unapology\r\nunapparralled,unparalleled\r\nunappealling,unappealing\r\nunappeasing,unappealing\r\nunappeeling,unappealing\r\nunappolagetic,unapologetic\r\nunappolagetics,unapologetics\r\nunappolagia,unapologia\r\nunappolagias,unapologias\r\nunappolagies,unapologies\r\nunappolagist,unapologist\r\nunappolagists,unapologists\r\nunappolagize,unapologize\r\nunappolagized,unapologized\r\nunappolagizes,unapologizes\r\nunappolague,unapologue\r\nunappolagues,unapologues\r\nunappolagy,unapology\r\nunappolegetic,unapologetic\r\nunappolegetics,unapologetics\r\nunappolegia,unapologia\r\nunappolegias,unapologias\r\nunappolegies,unapologies\r\nunappolegist,unapologist\r\nunappolegists,unapologists\r\nunappolegize,unapologize\r\nunappolegized,unapologized\r\nunappolegizes,unapologizes\r\nunappolegue,unapologue\r\nunappolegues,unapologues\r\nunappolegy,unapology\r\nunappologetic,unapologetic\r\nunappologetics,unapologetics\r\nunappologia,unapologia\r\nunappologias,unapologias\r\nunappologies,unapologies\r\nunappologist,unapologist\r\nunappologists,unapologists\r\nunappologize,unapologize\r\nunappologized,unapologized\r\nunappologizes,unapologizes\r\nunappologue,unapologue\r\nunappologues,unapologues\r\nunappology,unapology\r\nunapppealling,unappealing\r\nunappppealling,unappealing\r\nunapppppealling,unappealing\r\nunappropriate,inappropriate\r\nunappropriately,inappropriately\r\nunargueable,unarguable\r\nunargueble,unarguable\r\nunarguiable,unarguable\r\nunarguible,unarguable\r\nunarguuble,unarguable\r\nunariowas,unanimous\r\nunasnwered,unanswered\r\nunassoicated,unassociated\r\nunassumme,unassume\r\nunassummed,unassumed\r\nunassummes,unassumes\r\nunassumming,unassuming\r\nunassummingly,unassumingly\r\nunassummption,unassumption\r\nunassummptions,unassumptions\r\nunasume,unassume\r\nunasumed,unassumed\r\nunasumes,unassumes\r\nunasuming,unassuming\r\nunasumingly,unassumingly\r\nunasumption,unassumption\r\nunasumptions,unassumptions\r\nunatainable,unattainable\r\nunatended,unattended\r\nunatending,unattending\r\nunatened,unattended\r\nunatening,unattending\r\nunathorised,unauthorised\r\nunathorized,unauthorized\r\nunatimas,unanimous\r\nunatourral,unnatural\r\nunatractive,unattractive\r\nunattachedw,unattached\r\nunattainabilty,unattainability\r\nunattanded,unattended\r\nunattendend,unattended\r\nunattened,unattended\r\nunatteneded,unattended\r\nunattented,unattended\r\nunattracive,unattractive\r\nunattractice,unattractive\r\nunattrative,unattractive\r\nunattratively,unattractively\r\nunattrativeness,unattractiveness\r\nunatural,unnatural\r\nunaturally,unnaturally\r\nunaturals,unnaturals\r\nunaturral,unnatural\r\nunauthencicated,unauthenticated\r\nunauthenticaed,unauthenticated\r\nunautherized,unauthorized\r\nunautheticated,unauthenticated\r\nunauthoried,unauthorized\r\nunauthroized,unauthorized\r\nunautorized,unauthorized\r\nunavaiable,unavailable\r\nunavaialbe,unavailable\r\nunavaibility,unavailability\r\nunavaible,unavailable\r\nunavailabe,unavailable\r\nunavailabilty,unavailability\r\nunavailablility,unavailability\r\nunavailablity,unavailability\r\nunavailaibility,unavailability\r\nunavailaibity,unavailabity\r\nunavailalbe,unavailable\r\nunavailbale,unavailabale\r\nunavailbility,unavailability\r\nunavailbilty,unavailabilty\r\nunavailbla,unavailabla\r\nunavailble,unavailable\r\nunavailiability,unavailability\r\nunavailiable,unavailable\r\nunavailibilities,unavailabilities\r\nunavailibility,unavailability\r\nunavailibity,unavailabity\r\nunavailible,unavailable\r\nunavalaible,unavailable\r\nunavaliable,unavailable\r\nunavalible,unavailable\r\nunavialability,unavailability\r\nunavigable,unnavigable\r\nunavilable,unavailable\r\nunavilbe,unavailabe\r\nunaviodable,unavoidable\r\nunavoidble,unavoidable\r\nunawnsered,unanswered\r\nunbalanaced,unbalanced\r\nunbalancedwhen,unbalanced\r\nunbale,unable\r\nunbalenced,unbalanced\r\nunballance,unbalance\r\nunbalnaced,unbalanced\r\nunband,unban\r\nunbanend,unbanned\r\nunbannd,unbanned\r\nunbannend,unbanned\r\nunbannned,unbanned\r\nunbareable,unbearable\r\nunbeakable,unbeatable\r\nunbeareble,unbearable\r\nunbearible,unbearable\r\nunbeatbale,unbeatable\r\nunbeateble,unbeatable\r\nunbeatifed,unbeatified\r\nunbeatifes,unbeatifies\r\nunbeautifed,unbeautified\r\nunbeautifes,unbeautifies\r\nunbeautifull,unbeautiful\r\nunbeautifullly,unbeautifully\r\nunbeautifullness,unbeautifulness\r\nunbeautifulls,unbeautifuls\r\nunbeerable,unbearable\r\nunbeetable,unbeatable\r\nunbeknowst,unbeknownst\r\nunbeleief,unbelief\r\nunbeleiefs,unbeliefs\r\nunbeleievable,unbelievable\r\nunbeleievably,unbelievably\r\nunbeleieve,unbelieve\r\nunbeleieveability,unbelievability\r\nunbeleieveable,unbelievable\r\nunbeleieveably,unbelievably\r\nunbeleieved,unbelieved\r\nunbeleieveing,unbelieving\r\nunbeleiever,unbeliever\r\nunbeleieverd,unbelieverd\r\nunbeleievers,unbelievers\r\nunbeleieves,unbelieves\r\nunbeleieving,unbelieving\r\nunbeleif,unbelief\r\nunbeleifs,unbeliefs\r\nunbeleivable,unbelievable\r\nunbeleivably,unbelievably\r\nunbeleive,unbelieve\r\nunbeleiveability,unbelievability\r\nunbeleiveable,unbelievable\r\nunbeleiveably,unbelievably\r\nunbeleived,unbelieved\r\nunbeleiveing,unbelieving\r\nunbeleiver,unbeliever\r\nunbeleiverd,unbelieverd\r\nunbeleivers,unbelievers\r\nunbeleives,unbelieves\r\nunbeleiving,unbelieving\r\nunbeliavable,unbelievable\r\nunbeliavably,unbelievably\r\nunbeliebable,unbelievable\r\nunbelievablely,unbelievably\r\nunbelievabley,unbelievably\r\nunbelievablly,unbelievably\r\nunbelieveability,unbelievability\r\nunbelieveable,unbelievable\r\nunbelieveably,unbelievably\r\nunbelieveble,unbelievable\r\nunbelieveing,unbelieving\r\nunbelievibly,unbelievably\r\nunbeliveability,unbelievability\r\nunbeliveable,unbelievable\r\nunbeliveably,unbelievably\r\nunbeliveing,unbelieving\r\nunbelizeable,unbelievable\r\nunbenownst,unbeknownst\r\nunbenowst,unbeknownst\r\nunberstand,understand\r\nunbinded,unbound\r\nunbolievable,unbelievable\r\nunbove,above\r\nunbraikable,unbreakable\r\nunbrakeable,unbreakable\r\nunbreakabie,unbreakable\r\nunbreakabke,unbreakable\r\nunbreakbale,unbreakable\r\nunbreakble,unbreakable\r\nunbreakeble,unbreakable\r\nunbrearable,unbreakable\r\nunbrella,umbrella\r\nunbuildt,unbuilt\r\nunbund,unbound\r\nunbuntu,ubuntu\r\nuncanney,uncanny\r\nuncannny,uncanny\r\nuncapeable,uncapable\r\nuncapeble,uncapable\r\nuncapiable,uncapable\r\nuncapible,uncapable\r\nuncapuble,uncapable\r\nuncarefull,uncareful\r\nuncarefullly,uncarefully\r\nuncarefullness,uncarefulness\r\nuncarefulls,uncarefuls\r\nuncatched,uncaught\r\nuncencored,uncensored\r\nuncensered,uncensored\r\nuncensord,uncensored\r\nuncensorred,uncensored\r\nuncerimonial,unceremonial\r\nuncerimonially,unceremonially\r\nuncerimonies,unceremonies\r\nuncerimonious,unceremonious\r\nuncerimoniously,unceremoniously\r\nuncerimony,unceremony\r\nunceromonial,unceremonial\r\nunceromonially,unceremonially\r\nunceromonies,unceremonies\r\nunceromonious,unceremonious\r\nunceromoniously,unceremoniously\r\nunceromony,unceremony\r\nuncersored,uncensored\r\nuncertainaty,uncertainty\r\nuncertaincy,uncertainty\r\nuncertainities,uncertainties\r\nuncertainity,uncertainty\r\nuncertaintity,uncertainty\r\nuncertaintly,uncertainty\r\nuncertaintys,uncertainties\r\nuncertainy,uncertainty\r\nuncertanity,uncertainty\r\nuncertanty,uncertainty\r\nuncertian,uncertain\r\nuncertianity,uncertainty\r\nuncertianty,uncertainty\r\nuncertifed,uncertified\r\nuncertifes,uncertifies\r\nuncesnored,uncensored\r\nunchaged,unchanged\r\nunchallengable,unchallengeable\r\nunchallengably,unchallengeably\r\nunchallengible,unchallengeable\r\nunchallengibly,unchallengeably\r\nunchangability,unchangeability\r\nunchangable,unchangeable\r\nunchangably,unchangeably\r\nunchangeablity,unchangeability\r\nunchangebility,unchangeability\r\nunchangeble,unchangeable\r\nunchangebly,unchangeably\r\nunchangeing,unchanging\r\nunchangibility,unchangeability\r\nunchangible,unchangeable\r\nunchangibly,unchangeably\r\nunchargability,unchargeability\r\nunchargable,unchargeable\r\nunchargably,unchargeably\r\nunchargebility,unchargeability\r\nunchargeble,unchargeable\r\nunchargebly,unchargeably\r\nunchargibility,unchargeability\r\nunchargible,unchargeable\r\nunchargibly,unchargeably\r\nuncheerfull,uncheerful\r\nuncheerfullly,uncheerfully\r\nuncheerfullness,uncheerfulness\r\nuncheerfulls,uncheerfuls\r\nunchnaged,unchanged\r\nuncil,uncle\r\nunclera,unclear\r\nunclocked,unblocked\r\nuncoditionally,unconditionally\r\nuncoment,uncomment\r\nuncomented,uncommented\r\nuncomenting,uncommenting\r\nuncoments,uncomments\r\nuncomfertable,uncomfortable\r\nuncomfertably,uncomfortably\r\nuncomfirm,unconfirm\r\nuncomfirmable,unconfirmable\r\nuncomfirmably,unconfirmably\r\nuncomfirmal,unconfirmal\r\nuncomfirmality,unconfirmality\r\nuncomfirmation,unconfirmation\r\nuncomfirmations,unconfirmations\r\nuncomfirmative,unconfirmative\r\nuncomfirmatively,unconfirmatively\r\nuncomfirmed,unconfirmed\r\nuncomfirming,unconfirming\r\nuncomfirms,unconfirms\r\nuncomform,unconform\r\nuncomformable,unconformable\r\nuncomformably,unconformably\r\nuncomformal,unconformal\r\nuncomformality,unconformality\r\nuncomformation,unconformation\r\nuncomformations,unconformations\r\nuncomformative,unconformative\r\nuncomformatively,unconformatively\r\nuncomformed,unconformed\r\nuncomforming,unconforming\r\nuncomforms,unconforms\r\nuncomfortabel,uncomfortably\r\nuncomfortablely,uncomfortably\r\nuncomfortabley,uncomfortably\r\nuncomfortablity,uncomfortably\r\nuncomfortablly,uncomfortably\r\nuncomfortal,uncomfortable\r\nuncomfortible,uncomfortable\r\nuncomfortibly,uncomfortably\r\nuncomforyable,uncomfortably\r\nuncomfrotable,uncomfortable\r\nuncomfrotably,uncomfortably\r\nuncomftable,uncomfortable\r\nuncomfterble,uncomfortable\r\nuncomftorable,uncomfortable\r\nuncomftorably,uncomfortably\r\nuncoming,upcoming\r\nuncomited,uncommitted\r\nuncomitted,uncommitted\r\nuncommend,uncomment\r\nuncommited,uncommitted\r\nuncommment,uncomment\r\nuncommmented,uncommented\r\nuncommmenting,uncommenting\r\nuncommments,uncomments\r\nuncommnet,uncomment\r\nuncomparess,uncompress\r\nuncompatability,uncompatibility\r\nuncompatable,uncompatible\r\nuncompatably,uncompatibly\r\nuncompatible,incompatible\r\nuncompatition,uncompetition\r\nuncompatitions,uncompetitions\r\nuncompatitive,uncompetitive\r\nuncompeition,uncompetition\r\nuncompeitions,uncompetitions\r\nuncompeitive,uncompetitive\r\nuncompetion,uncompetition\r\nuncompetions,uncompetitions\r\nuncompetiton,uncompetition\r\nuncompetitons,uncompetitions\r\nuncompetitve,uncompetitive\r\nuncompetive,uncompetitive\r\nuncompititon,uncompetition\r\nuncompititons,uncompetitions\r\nuncompititve,uncompetitive\r\nuncomplete,incomplete\r\nuncompliant,non-compliant\r\nuncomppetation,uncompetition\r\nuncomppetations,uncompetitions\r\nuncomppetative,uncompetitive\r\nuncomppetetion,uncompetition\r\nuncomppetetions,uncompetitions\r\nuncomppetetive,uncompetitive\r\nuncompressesed,uncompressed\r\nuncompressible,incompressible\r\nuncompresssed,uncompressed\r\nuncomrpessed,uncompressed\r\nunconcionable,unconscionable\r\nunconcionably,unconscionably\r\nunconcious,unconscious\r\nunconciously,unconsciously\r\nunconciousness,unconsciousness\r\nunconcsious,unconscious\r\nunconcsiously,unconsciously\r\nunconctrolled,uncontrolled\r\nunconditinal,unconditional\r\nunconditionable,unconditional\r\nunconditionaly,unconditionally\r\nunconditionnal,unconditional\r\nunconditionnally,unconditionally\r\nunconect,unconnect\r\nunconected,unconnected\r\nunconecting,unconnecting\r\nunconection,unconnection\r\nunconections,unconnections\r\nunconective,unconnective\r\nunconectives,unconnectives\r\nunconector,unconnector\r\nunconectors,unconnectors\r\nunconects,unconnects\r\nunconfigureable,unconfigurable\r\nunconfigureble,unconfigurable\r\nunconfiguriable,unconfigurable\r\nunconfigurible,unconfigurable\r\nunconfiguruble,unconfigurable\r\nunconfortability,discomfort\r\nunconfortable,uncomfortable\r\nunconfortably,uncomfortably\r\nunconisitional,unconstitutional\r\nunconscience,unconscious\r\nunconsciencely,unconsciously\r\nunconscionablility,unconscionability\r\nunconsciosly,unconsciously\r\nunconscioulsy,unconsciously\r\nunconsciouly,unconsciously\r\nunconsciouness,unconsciousness\r\nunconsciounesses,unconsciousnesses\r\nunconsciouslly,unconsciously\r\nunconscous,unconscious\r\nunconsern,unconcern\r\nunconserned,unconcerned\r\nunconserning,unconcerning\r\nunconserns,unconcerns\r\nunconsiciouness,unconsciousness\r\nunconsiciounesses,unconsciousnesses\r\nunconsiciousness,unconsciousness\r\nunconsiciousnesses,unconsciousnesses\r\nunconsicouness,unconsciousness\r\nunconsicounesses,unconsciousnesses\r\nunconsicous,unconscious\r\nunconsicously,unconsciously\r\nunconsicousness,unconsciousness\r\nunconsicousnesses,unconsciousnesses\r\nunconsiderate,inconsiderate\r\nunconsionable,unconscionable\r\nunconsionably,unconscionably\r\nunconsious,unconscious\r\nunconsiously,unconsciously\r\nunconsiousness,unconsciousness\r\nunconsistent,inconsistent\r\nunconsitutional,unconstitutional\r\nunconsitutionally,unconstitutionally\r\nunconsors,unconscious\r\nunconstain,unconstrain\r\nunconstained,unconstrained\r\nunconstaining,unconstraining\r\nunconstains,unconstrains\r\nunconstaint,unconstraint\r\nunconstaints,unconstraints\r\nunconstititional,unconstitutional\r\nunconstituion,unconstitution\r\nunconstituional,unconstitutional\r\nunconstitutionaly,unconstitutionally\r\nunconstitutionnal,unconstitutional\r\nuncontitution,unconstitution\r\nuncontitutional,unconstitutional\r\nuncontitutionally,unconstitutionally\r\nuncontrallable,uncontrollable\r\nuncontrallably,uncontrollably\r\nuncontrolablly,uncontrollably\r\nuncontroled,uncontrolled\r\nuncontroler,uncontroller\r\nuncontroling,uncontrolling\r\nuncontrollabe,uncontrollable\r\nuncontrollablely,uncontrollably\r\nuncontrollabley,uncontrollably\r\nuncontrollablly,uncontrollably\r\nuncontrollaby,uncontrollably\r\nunconvectional,unconventional\r\nunconvencional,unconventional\r\nunconvenient,inconvenient\r\nunconvensional,unconventional\r\nunconvential,unconventional\r\nunconventialism,unconventionalism\r\nunconventialist,unconventionalist\r\nunconventialize,unconventionalize\r\nunconventialized,unconventionalized\r\nunconventializes,unconventionalizes\r\nunconventially,unconventionally\r\nunconventianal,unconventional\r\nunconventinal,unconventional\r\nunconventionaly,unconventionally\r\nunconventionnal,unconventional\r\nunconventionnally,unconventionally\r\nunconvertability,unconvertibility\r\nunconvertable,unconvertible\r\nunconvertably,unconvertibly\r\nunconvetional,unconventional\r\nunconvetionalism,unconventionalism\r\nunconvetionalist,unconventionalist\r\nunconvetionalize,unconventionalize\r\nunconvetionalized,unconventionalized\r\nunconvetionalizes,unconventionalizes\r\nunconvetionally,unconventionally\r\nunconvice,unconvince\r\nunconviced,unconvinced\r\nunconvices,unconvinces\r\nunconvicing,unconvincing\r\nunconvicingly,unconvincingly\r\nuncooparate,uncooperate\r\nuncooparated,uncooperated\r\nuncooparates,uncooperates\r\nuncooparating,uncooperating\r\nuncooparation,uncooperation\r\nuncooparative,uncooperative\r\nuncooparatively,uncooperatively\r\nuncooporate,uncooperate\r\nuncooporated,uncooperated\r\nuncooporates,uncooperates\r\nuncooporating,uncooperating\r\nuncooporation,uncooperation\r\nuncooporative,uncooperative\r\nuncooporatively,uncooperatively\r\nuncorruptability,uncorruptibility\r\nuncorruptable,uncorruptible\r\nuncorruptably,uncorruptibly\r\nuncostitution,unconstitution\r\nuncostitutional,unconstitutional\r\nuncought,uncaught\r\nuncouncious,unconscious\r\nuncounciously,unconsciously\r\nuncourteuos,uncourteous\r\nuncourtious,uncourteous\r\nuncourtuos,uncourteous\r\nuncousciously,unconsciously\r\nuncoverd,uncovered\r\nuncoverted,unconverted\r\nuncreativly,uncreatively\r\nuncritiacl,uncritical\r\nuncroppped,uncropped\r\nuncrustaceuos,uncrustaceous\r\nuncrustacious,uncrustaceous\r\nuncrustacuos,uncrustaceous\r\nunctionnal,unctional\r\nuncufffed,uncuffed\r\nuncumment,uncomment\r\nuncutaneuos,uncutaneous\r\nuncutanious,uncutaneous\r\nuncutanuos,uncutaneous\r\nundastand,understand\r\nundate,update\r\nundaughtly,undoubtedly\r\nundauntablility,undauntability\r\nundbind,unbind\r\nundcument,undocument\r\nunde,under\r\nundebateable,undebatable\r\nundebatible,undebatable\r\nundebiably,undeniably\r\nundecidabilty,undecidability\r\nundecidablity,undecidability\r\nundecideable,undecidable\r\nundecidely,undecidedly\r\nundecidible,undecidable\r\nundeffine,undefine\r\nundeffined,undefined\r\nundeffines,undefines\r\nundeffinine,undefine\r\nundeffinined,undefined\r\nundeffinines,undefines\r\nundeffining,undefining\r\nundeffinining,undefining\r\nundeffininition,undefinition\r\nundeffininitions,undefinitions\r\nundeffinition,undefinition\r\nundeffinitions,undefinitions\r\nundeffnine,undefine\r\nundeffnined,undefined\r\nundeffnines,undefines\r\nundeffnining,undefining\r\nundeffninition,undefinition\r\nundeffninitions,undefinitions\r\nundefied,undefined\r\nundefiend,undefined\r\nundefind,undefined\r\nundefinde,undefined\r\nundefine,undefined\r\nundefineable,undefinable\r\nundefinedi,undefined\r\nundefinedl,undefined\r\nundefinend,undefined\r\nundefinfed,undefined\r\nundefinible,undefinable\r\nundefinine,undefine\r\nundefinined,undefined\r\nundefinines,undefines\r\nundefinining,undefining\r\nundefininition,undefinition\r\nundefininitions,undefinitions\r\nundefinitelly,indefinitely\r\nundefinitely,indefinitely\r\nundeflow,underflow\r\nundefnied,undefined\r\nundeformeable,undeformable\r\nundeformible,undeformable\r\nundegradeable,undegradable\r\nundegradible,undegradable\r\nundeground,underground\r\nundeinable,undeniable\r\nundeinably,undeniably\r\nundeined,undefined\r\nundelecteable,undelectable\r\nundelectible,undelectable\r\nundelying,underlying\r\nundemcrac,undemocrac\r\nundemcrat,undemocrat\r\nundemorcrac,undemocrac\r\nundemorcrat,undemocrat\r\nundenaible,undeniable\r\nundenaibly,undeniably\r\nundeniabely,undeniably\r\nundeniablely,undeniably\r\nundeniabley,undeniably\r\nundeniablly,undeniably\r\nundenialbly,undeniably\r\nundenoteable,undenotable\r\nundenotible,undenotable\r\nundenyable,undeniable\r\nundenyably,undeniably\r\nundeomcrac,undemocrac\r\nundeomcrat,undemocrat\r\nundependeable,undependable\r\nundependible,undependable\r\nundeploreable,undeplorable\r\nundeplorible,undeplorable\r\nundepriveable,undeprivable\r\nundeprivible,undeprivable\r\nunder-size,undersize\r\nunder-sized,undersized\r\nunder-stand,understand\r\nunderacheievable,underachievable\r\nunderacheievably,underachievably\r\nunderacheievd,underachieved\r\nunderacheieve,underachieve\r\nunderacheieving,underachieving\r\nunderacheievment,underachievement\r\nunderacheievments,underachievements\r\nunderacheivable,underachievable\r\nunderacheivably,underachievably\r\nunderacheivd,underachieved\r\nunderacheive,underachieve\r\nunderacheiver,underachiever\r\nunderacheivers,underachievers\r\nunderacheiving,underachieving\r\nunderacheivment,underachievement\r\nunderacheivments,underachievements\r\nunderachieivable,underachievable\r\nunderachieivably,underachievably\r\nunderachieive,underachieve\r\nunderachieiving,underachieving\r\nunderachievd,underachieved\r\nunderachievment,underachievement\r\nunderachievments,underachievements\r\nunderachivable,underachievable\r\nunderachivably,underachievably\r\nunderachivd,underachieved\r\nunderachive,underachieve\r\nunderachivers,underachievers\r\nunderachives,underachieves\r\nunderachiving,underachieving\r\nunderachivment,underachievement\r\nunderachivments,underachievements\r\nunderand,understand\r\nunderastimate,underestimate\r\nunderastimated,underestimated\r\nunderastimating,underestimating\r\nunderated,underrated\r\nunderbaker,undertaker\r\nunderbog,undergo\r\nundercling,underlying\r\nundercored,underscored\r\nundercores,underscores\r\nundercoverd,undercovered\r\nundercunt,undercut\r\nundercuttter,undercutter\r\nunderdong,underdog\r\nunderesitmate,underestimated\r\nunderestamate,underestimate\r\nunderestamated,underestimated\r\nunderestemate,underestimate\r\nunderestemated,underestimated\r\nunderestemating,underestimating\r\nunderestiamte,underestimated\r\nunderestimateing,underestimating\r\nunderestime,underestimate\r\nunderestimeted,underestimated\r\nunderfaker,undertaker\r\nunderfined,undefined\r\nundergaduate,undergraduate\r\nundergaduated,undergraduated\r\nundergaduates,undergraduates\r\nundergaduating,undergraduating\r\nundergaduation,undergraduation\r\nundergaduations,undergraduations\r\nundergadute,undergraduate\r\nundergaduted,undergraduated\r\nundergadutes,undergraduates\r\nundergaduting,undergraduating\r\nundergadution,undergraduation\r\nundergadutions,undergraduations\r\nundergard,undergrad\r\nundergarduate,undergraduate\r\nundergarduated,undergraduated\r\nundergarduates,undergraduates\r\nundergarduating,undergraduating\r\nundergarduation,undergraduation\r\nundergarduations,undergraduations\r\nundergated,underrated\r\nundergating,undertaking\r\nunderglo,undergo\r\nundergorund,underground\r\nundergos,undergoes\r\nundergound,underground\r\nundergoundcomix,undergroundcomix\r\nundergradate,undergraduate\r\nundergradute,undergraduate\r\nundergraduted,undergraduated\r\nundergradutes,undergraduates\r\nundergraduting,undergraduating\r\nundergradution,undergraduation\r\nundergradutions,undergraduations\r\nundergrand,undergrad\r\nundergratuate,undergraduate\r\nundergraudate,undergraduate\r\nundergraudated,undergraduated\r\nundergraudates,undergraduates\r\nundergraudating,undergraduating\r\nundergraudation,undergraduation\r\nundergraudations,undergraduations\r\nundergrond,underground\r\nundergroud,underground\r\nundergroudcomix,undergroundcomix\r\nundergrouding,undergrounding\r\nundergroudn,undergroundn\r\nundergrund,underground\r\nunderheight,underweight\r\nunderhwelming,underwhelming\r\nunderhwleming,underwhelming\r\nunderiveable,underivable\r\nunderivible,underivable\r\nunderladder,under ladder\r\nunderlayed,underlaid\r\nunderlaying,underlying\r\nunderleying,underlying\r\nunderlied,underlay\r\nunderly,underlie\r\nunderlyin,underlying\r\nunderlyng,underlying\r\nundermimes,undermines\r\nundermiming,undermining\r\nundermind,undermine\r\nunderminde,undermines\r\nundermindes,undermines\r\nunderminding,undermining\r\nundermineing,undermining\r\nundermineras,undermines\r\nundermineres,undermines\r\nunderming,undermining\r\nunderminging,undermining\r\nunderminig,undermining\r\nunderminining,undermining\r\nunderminning,undermining\r\nundernearth,underneath\r\nunderneeth,underneath\r\nunderneight,underweight\r\nunderneith,underneath\r\nundernieth,underneath\r\nunderog,undergo\r\nunderpining,undermining\r\nunderpinnned,underpinned\r\nunderpinnning,underpinning\r\nunderpinnnings,underpinnings\r\nunderpowed,underpowered\r\nunderpowerd,underpowered\r\nunderpowererd,underpowered\r\nunderpowred,underpowered\r\nunderprivaledge,underprivilege\r\nunderprivaledged,underprivileged\r\nunderprivaledger,underprivileger\r\nunderprivaledges,underprivileges\r\nunderprivaledging,underprivileging\r\nunderprivalege,underprivilege\r\nunderprivaleged,underprivileged\r\nunderprivaleger,underprivileger\r\nunderprivaleges,underprivileges\r\nunderprivaleging,underprivileging\r\nunderprivalidge,underprivilege\r\nunderprivalidged,underprivileged\r\nunderprivalidger,underprivileger\r\nunderprivalidges,underprivileges\r\nunderprivalidging,underprivileging\r\nunderprivalige,underprivilege\r\nunderprivaliged,underprivileged\r\nunderprivaliger,underprivileger\r\nunderprivaliges,underprivileges\r\nunderprivaliging,underprivileging\r\nunderpriveledge,underprivilege\r\nunderpriveledged,underprivileged\r\nunderpriveledger,underprivileger\r\nunderpriveledges,underprivileges\r\nunderpriveledging,underprivileging\r\nunderprivelege,underprivilege\r\nunderpriveleged,underprivileged\r\nunderpriveleger,underprivileger\r\nunderpriveleges,underprivileges\r\nunderpriveleging,underprivileging\r\nunderprivelidge,underprivilege\r\nunderprivelidged,underprivileged\r\nunderprivelidger,underprivileger\r\nunderprivelidges,underprivileges\r\nunderprivelidging,underprivileging\r\nunderprivelige,underprivilege\r\nunderpriveliged,underprivileged\r\nunderpriveliger,underprivileger\r\nunderpriveliges,underprivileges\r\nunderpriveliging,underprivileging\r\nunderprivellege,underprivilege\r\nunderprivelleged,underprivileged\r\nunderprivelleger,underprivileger\r\nunderprivelleges,underprivileges\r\nunderprivelleging,underprivileging\r\nunderprivilage,underprivilege\r\nunderprivilaged,underprivileged\r\nunderprivilager,underprivileger\r\nunderprivilages,underprivileges\r\nunderprivilaging,underprivileging\r\nunderpriviledge,underprivilege\r\nunderpriviledged,underprivileged\r\nunderpriviledger,underprivileger\r\nunderpriviledges,underprivileges\r\nunderpriviledging,underprivileging\r\nunderprivilige,underprivilege\r\nunderpriviliged,underprivileged\r\nunderpriviliger,underprivileger\r\nunderpriviliges,underprivileges\r\nunderpriviliging,underprivileging\r\nunderprivledge,underprivilege\r\nunderprivledged,underprivileged\r\nunderprivledger,underprivileger\r\nunderprivledges,underprivileges\r\nunderprivledging,underprivileging\r\nunderraged,underrated\r\nunderraker,undertaker\r\nunderrater,undertaker\r\nunderratted,underrated\r\nunderround,underground\r\nundersand,understand\r\nundersatnd,understands\r\nunderscoares,underscores\r\nunderscorehomepekedevelrobotframeworkdocuserguiderobotframeworkuserguidehtml,underscore\r\nundersdand,understand\r\nundersecore,underscore\r\nundersetimate,underestimate\r\nundersetimated,underestimated\r\nundersirable,undesirable\r\nunderslad,understand\r\nundersland,understand\r\nundersocre,underscore\r\nundersog,undergo\r\nunderstad,understands\r\nunderstadable,understandable\r\nunderstading,understanding\r\nunderstadn,understands\r\nunderstain,understand\r\nunderstandablely,understandably\r\nunderstandabley,understandably\r\nunderstandablity,understandability\r\nunderstandble,understandable\r\nunderstandbly,understandably\r\nunderstandebly,understandably\r\nunderstandible,understandable\r\nunderstandibly,understandably\r\nunderstanit,understand\r\nunderstannd,understands\r\nunderstans,understands\r\nunderstant,understand\r\nunderstanting,understanding\r\nunderstantit,understand\r\nunderstend,understand\r\nunderstnad,understands\r\nunderstnadable,understandable\r\nunderstnadably,understandably\r\nunderstnading,understanding\r\nunderstnadings,understandings\r\nunderstnads,understands\r\nunderstooa,understood\r\nunderstoob,understood\r\nunderstooc,understood\r\nunderstooe,understood\r\nunderstoof,understood\r\nunderstoog,understood\r\nunderstooh,understood\r\nunderstooi,understood\r\nunderstooj,understood\r\nunderstook,understood\r\nunderstool,understood\r\nunderstoom,understood\r\nunderstoon,understood\r\nunderstooo,understood\r\nunderstoop,understood\r\nunderstooq,understood\r\nunderstoor,understood\r\nunderstoos,understood\r\nunderstoot,understood\r\nunderstsand,understands\r\nunderstsnd,understands\r\nunderstud,understood\r\nundertacker,undertaker\r\nundertakeing,undertaking\r\nundertand,understand\r\nundertandable,understandable\r\nundertandably,understandably\r\nundertanding,understanding\r\nundertandings,understandings\r\nundertands,understands\r\nunderthe,under the\r\nundertoe,undertones\r\nundertoker,undertaker\r\nundertsand,understands\r\nundertunes,undertones\r\nunderun,underrun\r\nunderuns,underruns\r\nunderwaer,underwear\r\nunderwager,underwater\r\nunderwar,underwater\r\nunderware,underwear\r\nunderwares,underwater\r\nunderwarter,underwater\r\nunderwealm,underwhelm\r\nunderwealmed,underwhelmed\r\nunderwealming,underwhelming\r\nunderwealms,underwhelms\r\nunderwelm,underwhelm\r\nunderwelmed,underwhelmed\r\nunderwelming,underwhelming\r\nunderwelms,underwhelms\r\nunderwhelim,underwhelm\r\nunderwhelimed,underwhelmed\r\nunderwhelimg,underwhelming\r\nunderwheliming,underwhelming\r\nunderwhelims,underwhelms\r\nunderwheling,underwhelming\r\nunderwhemling,underwhelming\r\nunderwhleming,underwhelming\r\nunderwieght,underweight\r\nunderwieghted,underweighted\r\nunderwieghting,underweighting\r\nunderwieghtless,underweightless\r\nunderwieghts,underweights\r\nunderwolrd,underworld\r\nunderwolrdly,underworldly\r\nunderwolrds,underworlds\r\nunderwolrdwide,underworldwide\r\nunderwoord,underworld\r\nunderwright,underweight\r\nunderwrold,underworld\r\nunderwroldly,underworldly\r\nunderwrolds,underworlds\r\nunderwroldwide,underworldwide\r\nunderying,underlying\r\nunderyling,underlying\r\nundesand,understand\r\nundescore,underscore\r\nundescores,underscores\r\nundesireable,undesirable\r\nundesireably,undesirably\r\nundesireble,undesirable\r\nundesirible,undesirable\r\nundesland,understand\r\nundespiceable,undespicable\r\nundespicible,undespicable\r\nundespiseable,undespisable\r\nundespisible,undespisable\r\nundesriable,undesirable\r\nundesrtand,understands\r\nundessand,understand\r\nundestand,understand\r\nundestandable,understandable\r\nundestanding,understanding\r\nundestood,understood\r\nundestructible,indestructible\r\nundetecable,undetectable\r\nundetectablity,undetectability\r\nundetecteable,undetectable\r\nundetectible,undetectable\r\nundeterminate,indeterminate\r\nundeterministic,non-deterministic\r\nundeterrred,undeterred\r\nundfined,undefined\r\nundfinede,undefined\r\nundforgetall,unforgettable\r\nundhandled,unhandled\r\nundicating,indicating\r\nundiciplin,undiscipline\r\nundiciplind,undisciplined\r\nundiciplined,undisciplined\r\nundiciplins,undisciplines\r\nundifying,unifying\r\nundisandit,understand\r\nundisciplin,undiscipline\r\nundisciplind,undisciplined\r\nundisciplins,undisciplines\r\nundiscoverd,undiscovered\r\nundiscplin,undiscipline\r\nundiscplind,undisciplined\r\nundiscpline,undiscipline\r\nundiscplined,undisciplined\r\nundiscplines,undisciplines\r\nundiscplins,undisciplines\r\nundiserable,undesirable\r\nundisiplined,undisciplined\r\nundistand,understand\r\nundividually,individually\r\nundo-explantions,undo-explanations\r\nundobtabily,undoubtedly\r\nundobtedly,undoubtedly\r\nundoccuement,undocument\r\nundoccuemnt,undocument\r\nundoccumant,undocument\r\nundoccument,undocument\r\nundoccumetn,undocument\r\nundoccumnet,undocument\r\nundocmented,undocumented\r\nundoctrinated,indoctrinated\r\nundocuement,undocument\r\nundocuemnt,undocument\r\nundocumant,undocument\r\nundocument,undocumented\r\nundocumetn,undocument\r\nundocumnet,undocument\r\nundolley,undoubtedly\r\nundotaley,undoubtedly\r\nundotally,undoubtedly\r\nundotaly,undoubtedly\r\nundotedaly,undoubtedly\r\nundottedly,undoubtedly\r\nundoubaly,undoubtedly\r\nundoubatly,undoubtedly\r\nundoubedtly,undoubtedly\r\nundoubetdly,undoubtedly\r\nundoublably,undoubtedly\r\nundoubledly,undoubtedly\r\nundoubledy,undoubtedly\r\nundoubly,undoubtedly\r\nundoubt,undoubtedly\r\nundoubtable,undoubtedly\r\nundoubtablly,undoubtedly\r\nundoubtably,undoubtedly\r\nundoubtadley,undoubtedly\r\nundoubtadly,undoubtedly\r\nundoubtaially,undoubtedly\r\nundoubtal,undoubtedly\r\nundoubtalady,undoubtedly\r\nundoubtally,undoubtedly\r\nundoubtaly,undoubtedly\r\nundoubtatly,undoubtedly\r\nundoubtavely,undoubtedly\r\nundoubtealy,undoubtedly\r\nundoubtebly,undoubtedly\r\nundoubtedbly,undoubtedly\r\nundoubtedy,undoubtedly\r\nundoubtel,undoubtedly\r\nundoubtely,undoubtedly\r\nundoubtetly,undoubtedly\r\nundoubthly,undoubtedly\r\nundoubtiably,undoubtedly\r\nundoubtidly,undoubtedly\r\nundoubtily,undoubtedly\r\nundoubtley,undoubtedly\r\nundoubtlly,undoubtedly\r\nundoubtly,undoubtedly\r\nundoubtoadly,undoubtedly\r\nundoubttedly,undoubtedly\r\nundoubttily,undoubtedly\r\nundoubty,undoubtedly\r\nundoughtably,undoubtedly\r\nundoughtedly,undoubtedly\r\nundoughtly,undoubtedly\r\nundouplably,undoubtedly\r\nundouptaly,undoubtedly\r\nundoutably,undoubtedly\r\nundoutadly,undoubtedly\r\nundoutaly,undoubtedly\r\nundoutbablly,undoubtedly\r\nundoutedly,undoubtedly\r\nundoutetly,undoubtedly\r\nundoutively,undoubtedly\r\nundoutly,undoubtedly\r\nundr,under\r\nundratit,understand\r\nundreground,underground\r\nundregrounds,undergrounds\r\nundrelated,unrelated\r\nundresssed,undressed\r\nundresssing,undressing\r\nundrestand,understand\r\nundrestandable,understandable\r\nundrestandably,understandably\r\nundrestanding,understanding\r\nundrestands,understands\r\nundrground,underground\r\nundrillled,undrilled\r\nundstad,understand\r\nundstand,understand\r\nundstone,understand\r\nunduitable,undoubtedly\r\nundurstand,understand\r\nunealthy,unhealthy\r\nuneasally,uneasily\r\nuneasaly,uneasily\r\nuneasially,uneasily\r\nuneasialy,uneasily\r\nuneasilly,uneasily\r\nuneasly,uneasily\r\nuneccesary,unnecessary\r\nuneccessary,unnecessary\r\nunecessarily,unnecessarily\r\nunecessary,unnecessary\r\nunecomonic,uneconomic\r\nunecomonical,uneconomical\r\nunecomonically,uneconomically\r\nunecomonics,uneconomics\r\nunecpetced,unexpected\r\nunecrypted,unencrypted\r\nunedability,inedibility\r\nunedable,inedible\r\nunedably,inedibly\r\nunedcuated,uneducated\r\nunedibility,inedibility\r\nunedible,inedible\r\nunedibly,inedibly\r\nunedicated,uneducated\r\nunedstan,understand\r\nuneeded,unneeded\r\nunefficiency,inefficiency\r\nunefficient,inefficient\r\nunefficiently,inefficiently\r\nunefined,undefined\r\nuneligability,ineligibility\r\nuneligable,ineligible\r\nuneligably,ineligibly\r\nuneligibility,ineligibility\r\nuneligible,ineligible\r\nuneligibly,ineligibly\r\nunelss,unless\r\nunemcompassable,unencompassable\r\nunemploeyded,unemployed\r\nunemplovment,unemplovement\r\nunemploy,unemployed\r\nunemployabilty,unemployability\r\nunemployeed,unemployed\r\nunemployement,unemployment\r\nunemployements,unemployments\r\nunemployemnt,unemployment\r\nunemployent,unemployment\r\nunemploymed,unemployed\r\nunemply,unemploy\r\nunemplyab,unemployab\r\nunemplye,unemploye\r\nunemplyed,unemployed\r\nunemplyeds,unemployeds\r\nunemplyee,unemployee\r\nunemplyees,unemployees\r\nunemplyer,unemployer\r\nunemplyers,unemployers\r\nunemplyes,unemployes\r\nunemplying,unemploying\r\nunemplyment,unemployment\r\nunemplyoment,unemployment\r\nunemplys,unemploys\r\nunempoled,unemployed\r\nunempolyed,unemployed\r\nunempolyment,unemployment\r\nunenamous,unanimous\r\nunenforceablility,unenforceability\r\nunenlightend,unenlightened\r\nunenployed,unemployed\r\nunenployment,unemployment\r\nunentelegible,unintelligible\r\nunepcted,unexpected\r\nunepxected,unexpected\r\nunepyld,unemployed\r\nunequalities,inequalities\r\nunequality,inequality\r\nunequaly,unequally\r\nuneque,unique\r\nunequivocaly,unequivocally\r\nunerdlying,underlying\r\nunerlying,underlying\r\nunerthly,unearthly\r\nunerveral,universal\r\nunerversal,universal\r\nunerversity,university\r\nunespecified,unspecified\r\nunespected,unexpected\r\nunessasarily,unnecessarily\r\nunessessay,unnecessary\r\nunetecable,unetectable\r\nunetecably,unetectably\r\nuneventfull,uneventful\r\nuneventfullly,uneventfully\r\nuneventfullness,uneventfulness\r\nuneventfulls,uneventfuls\r\nunexaminated,unexamined\r\nunexcepted,unexpected\r\nunexcpected,unexpected\r\nunexcpeted,unexpected\r\nunexecpted,unexpected\r\nunexected,unexpected\r\nunexepcted,unexpected\r\nunexepted,unexpected\r\nunexhaustability,inexhaustibility\r\nunexhaustable,inexhaustible\r\nunexhaustably,inexhaustibly\r\nunexhaustibility,inexhaustibility\r\nunexhaustible,inexhaustible\r\nunexhaustibly,inexhaustibly\r\nunexistent,nonexistent\r\nunexpacted,unexpected\r\nunexpeced,unexpected\r\nunexpecked,unexpected\r\nunexpect,unexpected\r\nunexpectadely,unexpectedly\r\nunexpectadly,unexpectedly\r\nunexpectand,unexpectant\r\nunexpectandly,unexpectantly\r\nunexpectatly,unexpectately\r\nunexpectdly,unexpectedly\r\nunexpectedproblems,unexpected problems\r\nunexpectely,unexpectedly\r\nunexpectetly,unexpectedly\r\nunexpectidly,unexpectedly\r\nunexpend,unexpected\r\nunexpercted,unexpected\r\nunexperience,inexperience\r\nunexperted,unexpected\r\nunexpeted,unexpected\r\nunexpetedly,unexpectedly\r\nunexpexted,unexpected\r\nunexpextedly,unexpectedly\r\nunexpickted,unexpected\r\nunexplaind,unexplained\r\nunexplaned,unexplained\r\nunexpleaded,unexpected\r\nunexplicably,inexplicably\r\nunexplicid,unexplicit\r\nunexplicidly,unexplicitly\r\nunexplict,unexplicit\r\nunexplictly,unexplicitly\r\nunexpressability,inexpressibility\r\nunexpressable,inexpressible\r\nunexpressably,inexpressibly\r\nunexpressibility,inexpressibility\r\nunexpressible,inexpressible\r\nunexpressibly,inexpressibly\r\nunexpresssed,unexpressed\r\nunexptected,unexpected\r\nunexpted,unexpected\r\nunexsected,unexpected\r\nunexspected,unexpected\r\nunfailry,unfairly\r\nunfaimiliar,unfamiliar\r\nunfairy,unfairly\r\nunfamilail,unfamilial\r\nunfamilair,unfamiliar\r\nunfamilairity,unfamiliarity\r\nunfamilairly,unfamiliarly\r\nunfamilal,unfamilial\r\nunfamilar,unfamiliar\r\nunfamilarity,unfamiliarity\r\nunfamilarly,unfamiliarly\r\nunfamilier,unfamiliar\r\nunfamillial,unfamilial\r\nunfamilliar,unfamiliar\r\nunfamilliarity,unfamiliarity\r\nunfamilliarly,unfamiliarly\r\nunfammilial,unfamilial\r\nunfammiliar,unfamiliar\r\nunfammiliarity,unfamiliarity\r\nunfammiliarly,unfamiliarly\r\nunfarily,unfairly\r\nunfavorites,unfavourites\r\nunfavortes,unfavourites\r\nunfectionatley,affectionately\r\nunfedined,undefined\r\nunfeild,unfield\r\nunfeildable,unfieldable\r\nunfeilded,unfielded\r\nunfeilder,unfielder\r\nunfeilders,unfielders\r\nunfeilding,unfielding\r\nunfeilds,unfields\r\nunfeildy,unfieldy\r\nunfergetable,unforgettable\r\nunfication,unification\r\nunficiation,unification\r\nunfilered,unfiltered\r\nunfinised,unfinished\r\nunfinnished,unfinished\r\nunfinsihed,unfinished\r\nunfirendly,unfriendly\r\nunflushable,un-flushable\r\nunflushables,un-flushables\r\nunflushed,un-flushed\r\nunfmilaiar,unfamiliar\r\nunfomfortable,uncomfortable\r\nunforegetably,unforgettable\r\nunforetunate,unfortunate\r\nunforetunately,unfortunately\r\nunforgatealbe,unforgettable\r\nunforgattable,unforgettable\r\nunforget,unforgettable\r\nunforget-able,unforgettable\r\nunforgetabal,unforgettable\r\nunforgetabale,unforgettable\r\nunforgetable,unforgettable\r\nunforgetably,unforgettable\r\nunforgetbl,unforgettable\r\nunforgetedl,unforgettable\r\nunforgeteful,unforgettable\r\nunforgeterble,unforgettable\r\nunforgeterbol,unforgettable\r\nunforgeterfall,unforgettable\r\nunforgeterld,unforgettable\r\nunforgeterply,unforgettable\r\nunforgetful,unforgettable\r\nunforgetible,unforgettable\r\nunforgetibly,unforgettably\r\nunforgetine,unforgettable\r\nunforgetorfell,unforgettable\r\nunforgetrel,unforgettable\r\nunforgettalbe,unforgettable\r\nunforgetteable,unforgettable\r\nunforgetterball,unforgettable\r\nunforgetterbull,unforgettable\r\nunforgettible,unforgettable\r\nunforgettle,unforgettable\r\nunforggetable,unforgettable\r\nunforgiveable,unforgivable\r\nunforgiveably,unforgivably\r\nunforgiveble,unforgivable\r\nunforgiviable,unforgivable\r\nunforgivible,unforgivable\r\nunforgivuble,unforgivable\r\nunforludally,unfortunately\r\nunform,uniform\r\nunformanlly,unfortunately\r\nunformated,unformatted\r\nunformenant,unfortunate\r\nunfornaaley,unfortunately\r\nunfornally,unfortunately\r\nunfornate,unfortunate\r\nunfornatly,unfortunately\r\nunforntatly,unforntately\r\nunfornutaly,unfornutally\r\nunforrgettable,unforgettable\r\nunforseen,unforeseen\r\nunfortally,unfortunately\r\nunfortanate,unfortunate\r\nunfortanately,unfortunately\r\nunfortanetly,unfortunately\r\nunfortantily,unfortunately\r\nunfortantly,unfortunately\r\nunfortenat,unfortunate\r\nunfortent,unfortunate\r\nunfortiant,unfortunate\r\nunfortifed,unfortified\r\nunfortifes,unfortifies\r\nunfortinate,unfortunate\r\nunfortinately,unfortunately\r\nunfortinatly,unfortunately\r\nunfortintilly,unfortunately\r\nunfortionaly,unfortionally\r\nunfortionate,unfortunate\r\nunfortionately,unfortunately\r\nunfortionatly,unfortunately\r\nunfortnally,unfortunately\r\nunfortnate,unfortunate\r\nunfortnatly,unfortunately\r\nunfortnitely,unfortunately\r\nunfortually,unfortunately\r\nunfortuanate,unfortunate\r\nunfortuant,unfortunate\r\nunfortuantally,unfortunately\r\nunfortuante,unfortunate\r\nunfortuantely,unfortunately\r\nunfortuantley,unfortunately\r\nunfortuate,unfortunate\r\nunfortuatly,unfortunately\r\nunfortumate,unfortunate\r\nunfortument,unfortunate\r\nunfortunaetly,unfortunately\r\nunfortunalely,unfortunately\r\nunfortunaly,unfortunately\r\nunfortunante,unfortunate\r\nunfortunantely,unfortunately\r\nunfortunantly,unfortunately\r\nunfortunat,unfortunate\r\nunfortunatatly,unfortunatately\r\nunfortunated,unfortunate\r\nunfortunatel,unfortunately\r\nunfortunatelly,unfortunately\r\nunfortunatelu,unfortunately\r\nunfortunatley,unfortunately\r\nunfortunatly,unfortunately\r\nunfortune,unfortunate\r\nunfortuneate,unfortunate\r\nunfortuneately,unfortunately\r\nunfortuneatly,unfortunately\r\nunfortuneilly,unfortunately\r\nunfortunely,unfortunately\r\nunfortunently,unfortunately\r\nunfortunet,unfortunate\r\nunfortunetally,unfortunately\r\nunfortunetaly,unfortunetally\r\nunfortunetely,unfortunately\r\nunfortunetley,unfortunately\r\nunfortunetly,unfortunately\r\nunfortunily,unfortunately\r\nunfortunitate,unfortunate\r\nunfortunitly,unfortunately\r\nunfortunly,unfortunately\r\nunfortuntaly,unfortuntally\r\nunfortuntatly,unfortuntately\r\nunfortunte,unfortunate\r\nunfortuntly,unfortunately\r\nunfortunutly,unfortunately\r\nunfortuonate,unfortunate\r\nunfortuonly,unfortunately\r\nunforumatly,unfortunately\r\nunforunate,unfortunate\r\nunforunately,unfortunately\r\nunforunially,unfortunately\r\nunforunitly,unfortunately\r\nunforuntaly,unforuntally\r\nunfotunae,unfortunate\r\nunfotunalty,unfortunately\r\nunfournate,unfortunate\r\nunfourtanlly,unfourtnally\r\nunfourtenly,unfortunately\r\nunfourtunately,unfortunately\r\nunfreind,unfriend\r\nunfreinded,unfriended\r\nunfreindly,unfriendly\r\nunfreinds,unfriends\r\nunfriednly,unfriendly\r\nunfriendy,unfriendly\r\nunfriently,unfriendly\r\nunfront,upfront\r\nunfrontunalty,unfortunately\r\nunfrontunelty,unfortunately\r\nunfrtunately,unfortunately\r\nunfufil,unfulfill\r\nunfufiled,unfulfilled\r\nunfufiling,unfulfilling\r\nunfufill,unfulfill\r\nunfufilled,unfulfilled\r\nunfufilling,unfulfilling\r\nunfufillment,unfulfillment\r\nunfufills,unfulfills\r\nunfufilment,unfulfillment\r\nunfufils,unfulfills\r\nunfulfilll,unfulfill\r\nunfulfillled,unfulfilled\r\nunfulfillling,unfulfilling\r\nunfulfilllment,unfulfillment\r\nunfulfillls,unfulfills\r\nunfullfilled,unfulfilled\r\nunfullled,unfulled\r\nunfurtunally,unfortunately\r\nunfurtunate,unfortunate\r\nunfutunally,unfortunately\r\nungaseuos,ungaseous\r\nungasious,ungaseous\r\nungasuos,ungaseous\r\nungaurd,unguard\r\nungaurded,unguarded\r\nungaurdedly,unguardedly\r\nungaurdian,unguardian\r\nungaurdians,unguardians\r\nungaurding,unguarding\r\nungaurds,unguards\r\nungertly,urgently\r\nunglamourous,unglamorous\r\nungodley,ungodly\r\nungoldy,ungodly\r\nungorgeuos,ungorgeous\r\nungorgious,ungorgeous\r\nungorguos,ungorgeous\r\nungracefull,ungraceful\r\nungracefullly,ungracefully\r\nungracefullness,ungracefulness\r\nungracefulls,ungracefuls\r\nungramatical,ungrammatical\r\nungrapeful,ungrateful\r\nungratefull,ungrateful\r\nungratefullly,ungratefully\r\nungratefullness,ungratefulness\r\nungratefulls,ungratefuls\r\nungratful,ungrateful\r\nungreatful,ungrateful\r\nungreatfull,ungrateful\r\nungropu,ungroup\r\nungropued,ungrouped\r\nungropuing,ungrouping\r\nungropus,ungroups\r\nungruop,ungroup\r\nungruoped,ungrouped\r\nungruoping,ungrouping\r\nungruops,ungroups\r\nunhandle,unhandled\r\nunhandlede-error,unhandled-error\r\nunhapppy,unhappy\r\nunhapy,unhappy\r\nunhealhty,unhealthy\r\nunhealthly,unhealthy\r\nunhealty,unhealthy\r\nunheathly,unhealthy\r\nunheavally,unheavily\r\nunheavaly,unheavily\r\nunheavially,unheavily\r\nunheavialy,unheavily\r\nunheavilly,unheavily\r\nunheavly,unheavily\r\nunheigenic,unhygienic\r\nunhelathy,unhealthy\r\nunhelpfull,unhelpful\r\nunhelpfullly,unhelpfully\r\nunhelpfullness,unhelpfulness\r\nunhelpfulls,unhelpfuls\r\nunhelpfuly,unhelpfully\r\nunherbaceuos,unherbaceous\r\nunherbacious,unherbaceous\r\nunherbacuos,unherbaceous\r\nunhospiteable,unhospitable\r\nunhospiteble,unhospitable\r\nunhospitiable,unhospitable\r\nunhospitible,unhospitable\r\nunhospituble,unhospitable\r\nuniamimus,unanimous\r\nuniamoes,unanimous\r\nuniamones,unanimous\r\nunibloyed,unemployed\r\nunicde-bidi,unicode-bidi\r\nuniciorn,unicorn\r\nunicornios,unicorns\r\nunicornus,unicorns\r\nunicors,unicorns\r\nunicrons,unicorns\r\nunidentifed,unidentified\r\nunidentifes,unidentifies\r\nunidirectionnal,unidirectional\r\nunieque,unique\r\nunifed,unified\r\nunificatioin,unification\r\nunificiation,unification\r\nunifinished,unfinished\r\nunifnished,unfinished\r\nunifom,uniform\r\nunifomance,uniformance\r\nunifomances,uniformances\r\nunifomation,uniformation\r\nunifomations,uniformations\r\nunifomative,uniformative\r\nunifomatively,uniformatively\r\nunifomed,uniformed\r\nunifoming,uniforming\r\nunifomity,uniformity\r\nunifomly,uniformly\r\nunifoms,uniforms\r\nunifore,uniform\r\nuniformes,uniforms\r\nuniformily,uniformly\r\nunifrom,uniform\r\nunifromance,uniformance\r\nunifromances,uniformances\r\nunifromation,uniformation\r\nunifromations,uniformations\r\nunifromative,uniformative\r\nunifromatively,uniformatively\r\nunifromed,uniformed\r\nunifroming,uniforming\r\nunifromity,uniformity\r\nunifromly,uniformly\r\nunifroms,uniforms\r\nunighted,united\r\nunigned,unsigned\r\nunigneuos,unigneous\r\nunignious,unigneous\r\nunignuos,unigneous\r\nunigrpahics,unigraphics\r\nunihabited,uninhabited\r\nunilaterallly,unilaterally\r\nunilateraly,unilaterally\r\nunilaterlly,unilaterally\r\nunilatreal,unilateral\r\nunilatreally,unilaterally\r\nuniliterally,unilaterally\r\nunility,utility\r\nunilkely,unlikely\r\nunillingual,unilingual\r\nuniminus,unanimous\r\nunimous,unanimous\r\nunimplemted,unimplemented\r\nunimployed,unemployed\r\nunimporant,unimportant\r\nunimportent,unimportant\r\nunimpresed,unimpressed\r\nunimpresive,unimpressive\r\nunimpressd,unimpressed\r\nunimpresssed,unimpressed\r\nuninamous,unanimous\r\nunindentified,unidentified\r\nunindeted,unindented\r\nuninepould,unemployed\r\nuninhavited,uninhabited\r\nuninitalised,uninitialised\r\nuninitalizable,uninitializable\r\nuninitalized,uninitialized\r\nuninitialzied,uninitialized\r\nuninitilised,uninitialised\r\nuninizialized,uninitialized\r\nuninploed,unemployed\r\nuninplord,unemployed\r\nuninployd,unemployed\r\nuninployed,unemployed\r\nuninpsiring,uninspiring\r\nuninsipred,uninspired\r\nuninspiried,uninspired\r\nuninspried,uninspired\r\nuninstaled,uninstalled\r\nuninstaling,uninstalling\r\nuninstallating,uninstalling\r\nuninstallatoin,uninstallation\r\nuninstallimg,uninstalling\r\nuninstallled,uninstalled\r\nuninstalller,uninstaller\r\nuninstallling,uninstalling\r\nuninstallng,uninstalling\r\nuninstanciated,uninstantiated\r\nuninstantaneuos,uninstantaneous\r\nuninstantanious,uninstantaneous\r\nuninstantanuos,uninstantaneous\r\nunintall,uninstalls\r\nunintellegent,unintelligent\r\nunintelligant,unintelligent\r\nunintelligient,unintelligent\r\nunintensional,unintentional\r\nunintensionally,unintentionally\r\nunintential,unintentional\r\nunintentially,unintentionally\r\nunintentianlly,unintentionally\r\nunintentinal,unintentional\r\nunintentionaly,unintentionally\r\nunintentionnal,unintentional\r\nunintentionnally,unintentionally\r\nunintepret,uninterpret\r\nuninterelate,uninterrelate\r\nuninterelated,uninterrelated\r\nuninterelates,uninterrelates\r\nuninterelation,uninterrelation\r\nuninterelations,uninterrelations\r\nuninteresed,uninterested\r\nuninteresing,uninteresting\r\nuninteristing,uninteresting\r\nuninterneted,uninterested\r\nuninterrrrruped,uninterrupted\r\nuninterrrruped,uninterrupted\r\nuninterrruped,uninterrupted\r\nuninterruped,uninterrupted\r\nuninterruppted,uninterrupted\r\nuninterseting,uninteresting\r\nuninteruped,uninterrupted\r\nuninteruppted,uninterrupted\r\nuninterupt,uninterrupt\r\nuninteruptable,uninterruptable\r\nuninterupted,uninterrupted\r\nuninteruptedly,uninterruptedly\r\nuninteruptible,uninterruptible\r\nunintetionaly,unintetionally\r\nunintevene,unintervene\r\nuninteveni,uninterveni\r\nunintevent,unintervent\r\nuninteview,uninterview\r\nunintrisive,unobtrusive\r\nunintuitivly,unintuitively\r\nunintuive,unintuitive\r\nuniomus,unanimous\r\nunionous,unanimous\r\nunioun,union\r\nuniq,unique\r\nuniqe,unique\r\nuniqely,uniquely\r\nuniqu,unique\r\nuniqually,uniquely\r\nuniqued,unique\r\nuniquelly,uniquely\r\nuniquesness,uniqueness\r\nuniqueue,unique\r\nuniquey,uniquely\r\nuniquiness,uniqueness\r\nuniquley,uniquely\r\nuniquness,uniqueness\r\nuniquue,unique\r\nuniscore,underscore\r\nunisgned,unsigned\r\nunisntall,uninstall\r\nunisntalled,uninstalled\r\nunisntalling,uninstalling\r\nunispected,unexpected\r\nunistall,uninstall\r\nunitedstates,United States\r\nuniteresting,uninteresting\r\nunites states,united states\r\nunitesstates,unitedstates\r\nunitialised,uninitialised\r\nunitialized,uninitialized\r\nunitied,united\r\nunitis,unit\r\nunitl,until\r\nunitoligist,unitologist\r\nunitoligists,unitologists\r\nunitomious,unanimous\r\nuniue,unique\r\nuniveral,universal\r\nuniveralism,universalism\r\nuniveralisms,universalisms\r\nuniveralist,universalist\r\nuniveralists,universalists\r\nuniverality,universality\r\nuniverally,universally\r\nuniveralness,universalness\r\nuniverals,universals\r\nunivercity,university\r\nuniverisites,universities\r\nuniveristies,universities\r\nuniveristy,university\r\nuniverities,universities\r\nuniverity,university\r\nuniverral,universal\r\nuniversaally,universally\r\nuniversale,universe\r\nuniversaly,universally\r\nuniversaty,university\r\nuniversdal,universal\r\nuniversella,universally\r\nuniversels,universes\r\nuniversets,universes\r\nuniversial,universal\r\nuniversialism,universalism\r\nuniversialisms,universalisms\r\nuniversialist,universalist\r\nuniversialists,universalists\r\nuniversiality,universality\r\nuniversially,universally\r\nuniversialness,universalness\r\nuniversials,universals\r\nuniversiry,university\r\nuniversit,university\r\nuniversite,universities\r\nuniversites,universities\r\nuniversitets,universities\r\nuniversitites,universities\r\nuniversse,universes\r\nuniverstiy,university\r\nunivesities,universities\r\nunivesity,university\r\nunivorm,uniform\r\nunizp,unzip\r\nunjustefied,unjustified\r\nunjustifed,unjustified\r\nunjustifes,unjustifies\r\nunjustifyed,unjustified\r\nunknonw,unknown\r\nunknonwn,unknown\r\nunknonws,unknowns\r\nunknoqn,unknown\r\nunknow,unknown\r\nunknowingy,unknowingly\r\nunknowinlgy,unknowingly\r\nunknowinly,unknowingly\r\nunknowledgable,unknowledgeable\r\nunknowledgably,unknowledgeably\r\nunknowledgible,unknowledgeable\r\nunknowledgibly,unknowledgeably\r\nunknownobject,unknown\r\nunknows,unknown\r\nunknwon,unknown\r\nunknwons,unknowns\r\nunkonwn,unknown\r\nunkown,unknown\r\nunkown-unicast,unknown-unicast\r\nunkowningly,unknowingly\r\nunkwnown,unknown\r\nunkwown,unknown\r\nunlawfuly,unlawfully\r\nunlcean,unclean\r\nunlcoked,unlocked\r\nunlcoks,unlocks\r\nunlcuky,unlucky\r\nunlearnign,unlearning\r\nunlearnigns,unlearnings\r\nunleas,unleash\r\nunleased,unleashed\r\nunleran,unlearn\r\nunleraned,unlearned\r\nunleraning,unlearning\r\nunlerans,unlearns\r\nunlerant,unlearnt\r\nunles,unless\r\nunlesss,unless\r\nunliaterally,unilaterally\r\nunlick,unlock\r\nunlikeabilty,unlikeability\r\nunlikeliy,unlikely\r\nunlikey,unlikely\r\nunlikley,unlikely\r\nunlimeted,unlimited\r\nunlimted,unlimited\r\nunline,unlike\r\nunlinkablity,unlinkability\r\nunlinke,unlike\r\nunlinkes,unlinks\r\nunlistn,unlisten\r\nunlistnable,unlistenable\r\nunlistned,unlistened\r\nunlistner,unlistener\r\nunlistners,unlisteners\r\nunlistnership,unlistenership\r\nunlistnerships,unlistenerships\r\nunlistning,unlistening\r\nunlistns,unlistens\r\nunliveable,unlivable\r\nunllable,nullable\r\nunlockes,unlocks\r\nunlockign,unlocking\r\nunloead,unloaded\r\nunloveaiblity,unloveaibility\r\nunlseash,unleash\r\nunlses,unless\r\nunluckally,unluckily\r\nunluckaly,unluckily\r\nunluckially,unluckily\r\nunluckialy,unluckily\r\nunluckilly,unluckily\r\nunluckly,unlucky\r\nunly,only\r\nunmaintable,unmaintainable\r\nunmaintainble,unmaintainable\r\nunmangeable,unmanageable\r\nunmanged,unmanaged\r\nunmannned,unmanned\r\nunmanouverable,unmaneuverable\r\nunmightally,unmightily\r\nunmightaly,unmightily\r\nunmightially,unmightily\r\nunmightialy,unmightily\r\nunmightilly,unmightily\r\nunmightly,unmightily\r\nunminus,unanimous\r\nunmistakeable,unmistakable\r\nunmistakeble,unmistakable\r\nunmistakebly,unmistakably\r\nunmistakiable,unmistakable\r\nunmistakible,unmistakable\r\nunmistakuble,unmistakable\r\nunmnaged,unmanaged\r\nunmodifieable,unmodifiable\r\nunmortifed,unmortified\r\nunmortifes,unmortifies\r\nunmpount,unmount\r\nunnaceptable,unacceptable\r\nunnadimus,unanimous\r\nunnaffected,unaffected\r\nunnaggresive,unnaggressive\r\nunnambus,unanimous\r\nunnames,unanimous\r\nunnamious,unanimous\r\nunnammed,unnamed\r\nunnamos,unanimous\r\nunnamous,unanimous\r\nunnanamous,unanimous\r\nunnanimous,unanimous\r\nunnanomous,unanimous\r\nunnanumus,unanimous\r\nunnattended,unattended\r\nunnaturaly,unnaturally\r\nunnaturelly,unnaturally\r\nunnaturely,unnaturally\r\nunnaturral,unnatural\r\nunnaturual,unnatural\r\nunnaturually,unnaturally\r\nunnaturuals,unnaturals\r\nunnatururally,unnaturally\r\nunnatururaly,unnaturally\r\nunnatururually,unnaturally\r\nunnatururualy,unnaturally\r\nunncecessary,unnecessary\r\nunncessary,unnecessary\r\nunndecessarily,unnecessarily\r\nunnecassarily,unnecessarily\r\nunnecassary,unnecessary\r\nunnecceary,unnecessary\r\nunneccesarily,unnecessarily\r\nunneccesary,unnecessary\r\nunneccessarily,unnecessarily\r\nunneccessary,unnecessary\r\nunneceesarily,unnecessarily\r\nunnecesarily,unnecessarily\r\nunnecesarry,unnecessary\r\nunnecesary,unnecessary\r\nunnecesasry,unnecessary\r\nunneceserily,unnecessarily\r\nunnecesery,unnecessary\r\nunnecessairly,unnecessarily\r\nunnecessairy,unnecessarily\r\nunnecessarely,unnecessarily\r\nunnecessarilly,unnecessarily\r\nunnecessarity,unnecessarily\r\nunnecessariyl,unnecessarily\r\nunnecessarly,unnecessarily\r\nunnecesserily,unnecessarily\r\nunnecessery,unnecessary\r\nunnecisary,unnecessary\r\nunnecissarily,unnecessarily\r\nunnecissary,unnecessary\r\nunnecssary,unnecessary\r\nunnedded,unneeded\r\nunneded,unneeded\r\nunneedingly,unnecessarily\r\nunnemployment,unemployment\r\nunner-agnostic,runner-agnostic\r\nunnesasarily,unnecessarily\r\nunnesasary,unnecessary\r\nunnescessary,unnecessary\r\nunnesesarily,unnecessarily\r\nunnesesary,unnecessary\r\nunnesessary,unnecessary\r\nunnessarily,unnecessarily\r\nunnessary,unnecessary\r\nunnessasary,unnecessary\r\nunnessassary,unnecessary\r\nunnessecarily,unnecessarily\r\nunnessecary,unnecessary\r\nunnessesarily,unnecessarily\r\nunnessesary,unnecessary\r\nunnessessary,unnecessary\r\nunnistall,uninstall\r\nunnistalled,uninstalled\r\nunnistalling,uninstalling\r\nunnnamed,unnamed\r\nunnnatural,unnatural\r\nunnnavigable,unnavigable\r\nunnnecessarily,unnecessarily\r\nunnnecessary,unnecessary\r\nunnneeded,unneeded\r\nunnnotice,unnotice\r\nunnnoticed,unnoticed\r\nunnnumber,unnumber\r\nunnoteable,unnotable\r\nunnoteble,unnotable\r\nunnotiable,unnotable\r\nunnotible,unnotable\r\nunnoticable,unnoticeable\r\nunnoticably,unnoticeably\r\nunnoticible,unnoticeable\r\nunnoticibly,unnoticeably\r\nunnotie,unnoticed\r\nunnotifed,unnotified\r\nunnotifes,unnotifies\r\nunnotuble,unnotable\r\nunnstall-module,uninstall-module\r\nunnusually,unusually\r\nunoad,unload\r\nunobstrusive,unobtrusive\r\nunoccuppant,unoccupant\r\nunoccuppants,unoccupants\r\nunoccuppation,unoccupation\r\nunoccuppied,unoccupied\r\nunoccuppies,unoccupies\r\nunoccuppy,unoccupy\r\nunoccuppying,unoccupying\r\nunocupant,unoccupant\r\nunocupants,unoccupants\r\nunocupation,unoccupation\r\nunocupied,unoccupied\r\nunocupies,unoccupies\r\nunocuppant,unoccupant\r\nunocuppants,unoccupants\r\nunocuppation,unoccupation\r\nunocuppied,unoccupied\r\nunocuppies,unoccupies\r\nunocuppy,unoccupy\r\nunocuppying,unoccupying\r\nunocupy,unoccupy\r\nunocupying,unoccupying\r\nunofcially,unofficially\r\nunoffcial,unofficial\r\nunoffficial,unofficial\r\nunofficail,unofficial\r\nunofficaildom,unofficialdom\r\nunofficailism,unofficialism\r\nunofficailly,unofficially\r\nunofficails,unofficials\r\nunoffical,unofficial\r\nunofficaldom,unofficialdom\r\nunofficalism,unofficialism\r\nunofficality,unofficiality\r\nunoffically,unofficially\r\nunofficals,unofficials\r\nunofficcial,unofficial\r\nunofficcialdom,unofficialdom\r\nunofficcialism,unofficialism\r\nunofficcially,unofficially\r\nunofficcials,unofficials\r\nunofficialy,unofficially\r\nunoffocial,unofficial\r\nunoficaly,unofficially\r\nunoficial,unofficial\r\nunoficially,unofficially\r\nunofirms,uniforms\r\nunoin,union\r\nunomanious,unanimous\r\nunomment,uncomment\r\nunomust,unanimous\r\nunoniums,unanimous\r\nunonomious,unanimous\r\nunopen,unopened\r\nunopend,unopened\r\nunopenend,unopened\r\nunoperational,nonoperational\r\nunopiniated,unopinionated\r\nunopionated,unopinionated\r\nunoposse,unoppose\r\nunopossed,unopposed\r\nunoposses,unopposes\r\nunopossing,unopposing\r\nunopposeable,unopposable\r\nunopposeble,unopposable\r\nunopposiable,unopposable\r\nunopposible,unopposable\r\nunopposuble,unopposable\r\nunoptimzed,unoptimized\r\nunorded,unordered\r\nunorderd,unordered\r\nunorderded,unordered\r\nunorginal,unoriginal\r\nunorginally,unoriginally\r\nunorginate,unoriginate\r\nunorginated,unoriginated\r\nunorginates,unoriginates\r\nunorginating,unoriginating\r\nunorgination,unorigination\r\nunorginations,unoriginations\r\nunorginator,unoriginator\r\nunorginial,unoriginal\r\nunorginially,unoriginally\r\nunorginiate,unoriginate\r\nunorginiated,unoriginated\r\nunorginiates,unoriginates\r\nunorginiating,unoriginating\r\nunorginiation,unorigination\r\nunorginiations,unoriginations\r\nunorginiator,unoriginator\r\nunorgnial,unoriginal\r\nunorgnially,unoriginally\r\nunorgniate,unoriginate\r\nunorgniated,unoriginated\r\nunorgniates,unoriginates\r\nunorgniating,unoriginating\r\nunorgniation,unorigination\r\nunorgniations,unoriginations\r\nunorgniator,unoriginator\r\nunoriginial,unoriginal\r\nunoriginially,unoriginally\r\nunoriginiate,unoriginate\r\nunoriginiated,unoriginated\r\nunoriginiates,unoriginates\r\nunoriginiating,unoriginating\r\nunoriginiation,unorigination\r\nunoriginiations,unoriginations\r\nunoriginiator,unoriginator\r\nunorigional,unoriginal\r\nunorigionally,unoriginally\r\nunorigionate,unoriginate\r\nunorigionated,unoriginated\r\nunorigionates,unoriginates\r\nunorigionating,unoriginating\r\nunorigionation,unorigination\r\nunorigionations,unoriginations\r\nunorigionator,unoriginator\r\nunorignal,unoriginal\r\nunorignally,unoriginally\r\nunorignate,unoriginate\r\nunorignated,unoriginated\r\nunorignates,unoriginates\r\nunorignating,unoriginating\r\nunorignation,unorigination\r\nunorignations,unoriginations\r\nunorignator,unoriginator\r\nunorignial,unoriginal\r\nunorignially,unoriginally\r\nunorigniate,unoriginate\r\nunorigniated,unoriginated\r\nunorigniates,unoriginates\r\nunorigniating,unoriginating\r\nunorigniation,unorigination\r\nunorigniations,unoriginations\r\nunorigniator,unoriginator\r\nunorigonal,unoriginal\r\nunoringinal,unoriginal\r\nunoringinally,unoriginally\r\nunoringinate,unoriginate\r\nunoringinated,unoriginated\r\nunoringinates,unoriginates\r\nunoringinating,unoriginating\r\nunoringination,unorigination\r\nunoringinations,unoriginations\r\nunoringinator,unoriginator\r\nunoringinial,unoriginal\r\nunoringinially,unoriginally\r\nunoringiniate,unoriginate\r\nunoringiniated,unoriginated\r\nunoringiniates,unoriginates\r\nunoringiniating,unoriginating\r\nunoringiniation,unorigination\r\nunoringiniations,unoriginations\r\nunoringiniator,unoriginator\r\nunoringnial,unoriginal\r\nunoringnially,unoriginally\r\nunoringniate,unoriginate\r\nunoringniated,unoriginated\r\nunoringniates,unoriginates\r\nunoringniating,unoriginating\r\nunoringniation,unorigination\r\nunoringniations,unoriginations\r\nunoringniator,unoriginator\r\nunornginal,unoriginal\r\nunornginally,unoriginally\r\nunornginate,unoriginate\r\nunornginated,unoriginated\r\nunornginates,unoriginates\r\nunornginating,unoriginating\r\nunorngination,unorigination\r\nunornginations,unoriginations\r\nunornginator,unoriginator\r\nunornginial,unoriginal\r\nunornginially,unoriginally\r\nunornginiate,unoriginate\r\nunornginiated,unoriginated\r\nunornginiates,unoriginates\r\nunornginiating,unoriginating\r\nunornginiation,unorigination\r\nunornginiations,unoriginations\r\nunornginiator,unoriginator\r\nunorngnial,unoriginal\r\nunorngnially,unoriginally\r\nunorngniate,unoriginate\r\nunorngniated,unoriginated\r\nunorngniates,unoriginates\r\nunorngniating,unoriginating\r\nunorngniation,unorigination\r\nunorngniations,unoriginations\r\nunorngniator,unoriginator\r\nunorthadox,unorthodox\r\nunotice,unnotice\r\nunoticeable,unnoticeable\r\nunoticed,unnoticed\r\nunotices,unnotices\r\nunount,unmount\r\nunounted,unmounted\r\nunpaide,unpaid\r\nunparale,unparalleled\r\nunparaled,unparalleled\r\nunparalel,unparalleled\r\nunparaleled,unparalleled\r\nunparalelepiped,unparallelepiped\r\nunparalelepipeds,unparallelepipeds\r\nunparalelise,unparallelise\r\nunparalelised,unparallelised\r\nunparalelises,unparallelises\r\nunparalelism,unparallelism\r\nunparalelisms,unparallelisms\r\nunparalelize,unparallelize\r\nunparalelized,unparallelized\r\nunparalelizes,unparallelizes\r\nunparalell,unparallel\r\nunparalelled,unparalleled\r\nunparalellepiped,unparallelepiped\r\nunparalellepipeds,unparallelepipeds\r\nunparalellise,unparallelise\r\nunparalellised,unparallelised\r\nunparalellises,unparallelises\r\nunparalellism,unparallelism\r\nunparalellisms,unparallelisms\r\nunparalellize,unparallelize\r\nunparalellized,unparallelized\r\nunparalellizes,unparallelizes\r\nunparalellogram,unparallelogram\r\nunparalellograms,unparallelograms\r\nunparalells,unparallels\r\nunparalelogram,unparallelogram\r\nunparalelograms,unparallelograms\r\nunparalels,unparallels\r\nunparalled,unparalleled\r\nunparallel,unparalleled\r\nunparalleld,unparalleled\r\nunparallelled,unparalleled\r\nunparallled,unparalled\r\nunpareled,unparalleled\r\nunparelel,unparallel\r\nunpareleled,unparalleled\r\nunparelelepiped,unparallelepiped\r\nunparelelepipeds,unparallelepipeds\r\nunparelelise,unparallelise\r\nunparelelised,unparallelised\r\nunparelelises,unparallelises\r\nunparelelism,unparallelism\r\nunparelelisms,unparallelisms\r\nunparelelize,unparallelize\r\nunparelelized,unparallelized\r\nunparelelizes,unparallelizes\r\nunparelelled,unparalleled\r\nunparelelogram,unparallelogram\r\nunparelelograms,unparallelograms\r\nunparelels,unparallels\r\nunparelled,unparalleled\r\nunparellel,unparallel\r\nunparelleled,unparalleled\r\nunparielled,unparalleled\r\nunparlled,unparalleled\r\nunparlleled,unparalleled\r\nunparolled,unparalleled\r\nunparraled,unparalleled\r\nunparralel,unparalleled\r\nunparraleled,unparalleled\r\nunparralelepiped,unparallelepiped\r\nunparralelepipeds,unparallelepipeds\r\nunparralelise,unparallelise\r\nunparralelised,unparallelised\r\nunparralelises,unparallelises\r\nunparralelism,unparallelism\r\nunparralelisms,unparallelisms\r\nunparralelize,unparallelize\r\nunparralelized,unparallelized\r\nunparralelizes,unparallelizes\r\nunparralell,unparallel\r\nunparralelled,unparalleled\r\nunparralellepiped,unparallelepiped\r\nunparralellepipeds,unparallelepipeds\r\nunparralellise,unparallelise\r\nunparralellised,unparallelised\r\nunparralellises,unparallelises\r\nunparralellism,unparallelism\r\nunparralellisms,unparallelisms\r\nunparralellize,unparallelize\r\nunparralellized,unparallelized\r\nunparralellizes,unparallelizes\r\nunparralellogram,unparallelogram\r\nunparralellograms,unparallelograms\r\nunparralells,unparallels\r\nunparralelogram,unparallelogram\r\nunparralelograms,unparallelograms\r\nunparralels,unparallels\r\nunparralled,unparalleled\r\nunparrallel,unparalleled\r\nunparralleled,unparalleled\r\nunparrallelepiped,unparallelepiped\r\nunparrallelepipeds,unparallelepipeds\r\nunparrallelise,unparallelise\r\nunparrallelised,unparallelised\r\nunparrallelises,unparallelises\r\nunparrallelism,unparallelism\r\nunparrallelisms,unparallelisms\r\nunparrallelize,unparallelize\r\nunparrallelized,unparallelized\r\nunparrallelizes,unparallelizes\r\nunparrallelogram,unparallelogram\r\nunparrallelograms,unparallelograms\r\nunparrallels,unparallels\r\nunparreled,unparalleled\r\nunparrelede,unparalleled\r\nunparrelled,unparalleled\r\nunparrled,unparalleled\r\nunparrowllede,unparalleled\r\nunpatcked,unpatched\r\nunpeacefull,unpeaceful\r\nunpeacefullly,unpeacefully\r\nunpeacefullness,unpeacefulness\r\nunpeacefulls,unpeacefuls\r\nunperalld,unparalleled\r\nunperceptability,unperceptibility\r\nunperceptable,unperceptible\r\nunperceptably,unperceptibly\r\nunpercievable,unperceivable\r\nunpercievably,unperceivably\r\nunpercieve,unperceive\r\nunpercieved,unperceived\r\nunpercieves,unperceives\r\nunpercieving,unperceiving\r\nunplacable,unplayable\r\nunplaesant,unpleasant\r\nunplaesantly,unpleasantly\r\nunplaesantness,unpleasantness\r\nunplaled,unparalleled\r\nunplannned,unplanned\r\nunplayabe,unplayable\r\nunplaybale,unplayable\r\nunplayeble,unplayable\r\nunplease,displease\r\nunpleaseant,unpleasant\r\nunpleased,displeased\r\nunpleasent,unpleasant\r\nunpleasently,unpleasantly\r\nunpleasentness,unpleasantness\r\nunpleases,displeases\r\nunplesant,unpleasant\r\nunplesantly,unpleasantly\r\nunplesantness,unpleasantness\r\nunploder,unemployed\r\nunployed,unemployed\r\nunpoened,unopened\r\nunpopluar,unpopular\r\nunpopulair,unpopular\r\nunportantion,unfortunate\r\nunportected,unprotected\r\nunpoulyed,unemployed\r\nunpowerfull,unpowerful\r\nunpowerfullly,unpowerfully\r\nunpowerfullness,unpowerfulness\r\nunpowerfulls,unpowerfuls\r\nunprecendence,unprecedence\r\nunprecendency,unprecedency\r\nunprecendent,unprecedent\r\nunprecendented,unprecedented\r\nunprecendentedly,unprecedentedly\r\nunprecendentedness,unprecedentedness\r\nunprecendential,unprecedential\r\nunprecendentless,unprecedentless\r\nunprecendents,unprecedents\r\nunprecendeted,unprecedented\r\nunprecenented,unprecedented\r\nunprecevable,unperceivable\r\nunprecevably,unperceivably\r\nunpreceve,unperceive\r\nunpreceved,unperceived\r\nunpreceves,unperceives\r\nunpreceving,unperceiving\r\nunprecidence,unprecedence\r\nunprecidency,unprecedency\r\nunprecident,unprecedent\r\nunprecidented,unprecedented\r\nunprecidentedly,unprecedentedly\r\nunprecidentedness,unprecedentedness\r\nunprecidential,unprecedential\r\nunprecidentless,unprecedentless\r\nunprecidents,unprecedents\r\nunprecivable,unperceivable\r\nunprecivably,unperceivably\r\nunprecive,unperceive\r\nunprecived,unperceived\r\nunprecives,unperceives\r\nunpreciving,unperceiving\r\nunpredecented,unprecedented\r\nunpredicable,unpredictable\r\nunpredicatable,unpredictable\r\nunpredicatble,unpredictable\r\nunpredictabe,unpredictable\r\nunpredictabilty,unpredictability\r\nunpredictablility,unpredictability\r\nunpredictablity,unpredictability\r\nunpredictible,unpredictable\r\nunpreductive,unproductive\r\nunprepaired,unprepared\r\nunpreparred,unprepared\r\nunpresedented,unprecedented\r\nunpresidented,unprecedented\r\nunpridictable,unpredictable\r\nunprimarally,unprimarily\r\nunprimaraly,unprimarily\r\nunprimarially,unprimarily\r\nunprimarialy,unprimarily\r\nunprimarilly,unprimarily\r\nunprimarly,unprimarily\r\nunpriveleged,unprivileged\r\nunpriviledged,unprivileged\r\nunproccessed,unprocessed\r\nunprocesssed,unprocessed\r\nunproducive,unproductive\r\nunproduktive,unproductive\r\nunprofessinal,unprofessional\r\nunprofessionel,unprofessional\r\nunprofessionnal,unprofessional\r\nunproloud,unparalleled\r\nunprone,unproven\r\nunproteced,unprotected\r\nunproteinaceuos,unproteinaceous\r\nunproteinacious,unproteinaceous\r\nunproteinacuos,unproteinaceous\r\nunprotexted,unprotected\r\nunpubish,unpublish\r\nunpubishable,unpublishable\r\nunpubishe,unpublishe\r\nunpubished,unpublished\r\nunpubisher,unpublisher\r\nunpubishers,unpublishers\r\nunpubishes,unpublishes\r\nunpubishing,unpublishing\r\nunpublis,unpublish\r\nunpublisable,unpublishable\r\nunpublise,unpublishe\r\nunpublised,unpublished\r\nunpubliser,unpublisher\r\nunpublisers,unpublishers\r\nunpublises,unpublishes\r\nunpublishablity,unpublishability\r\nunpublising,unpublishing\r\nunpublsh,unpublish\r\nunqalified,unqualified\r\nunqaulafication,unqualification\r\nunqaulafications,unqualifications\r\nunqaulafied,unqualified\r\nunqaulafies,unqualifies\r\nunqaulafy,unqualify\r\nunqaulafying,unqualifying\r\nunqaulaties,unqualities\r\nunqaulaty,unquality\r\nunqaulification,unqualification\r\nunqaulifications,unqualifications\r\nunqaulified,unqualified\r\nunqaulifies,unqualifies\r\nunqaulify,unqualify\r\nunqaulifying,unqualifying\r\nunqaulities,unqualities\r\nunqaulity,unquality\r\nunqauntafication,unquantification\r\nunqauntafications,unquantifications\r\nunqauntafied,unquantified\r\nunqauntafies,unquantifies\r\nunqauntafy,unquantify\r\nunqauntafying,unquantifying\r\nunqauntaties,unquantities\r\nunqauntaty,unquantity\r\nunqauntification,unquantification\r\nunqauntifications,unquantifications\r\nunqauntified,unquantified\r\nunqauntifies,unquantifies\r\nunqauntify,unquantify\r\nunqauntifying,unquantifying\r\nunqauntities,unquantities\r\nunqauntity,unquantity\r\nunqiue,unique\r\nunqiuely,uniquely\r\nunqiueness,uniqueness\r\nunqoute,unquote\r\nunqouted,unquoted\r\nunqoutes,unquotes\r\nunqouting,unquoting\r\nunqualifed,unqualified\r\nunquantifed,unquantified\r\nunquantifes,unquantifies\r\nunquite,unquiet\r\nunquped,unequipped\r\nunrachable,unreachable\r\nunrakned,unranked\r\nunrankend,unranked\r\nunratifed,unratified\r\nunratifes,unratifies\r\nunrder,under\r\nunreachablity,unreachability\r\nunreacheable,unreachable\r\nunreadadbe,unreadable\r\nunreadeable,unreadable\r\nunreadeble,unreadable\r\nunreadibility,unreadability\r\nunrealesed,unreleased\r\nunrealiable,unreliable\r\nunrealibilty,unreliability\r\nunrealible,unreliable\r\nunrealisitc,unrealistic\r\nunrealisitic,unrealistic\r\nunrealistc,unrealistic\r\nunrealistisch,unrealistic\r\nunrealitic,unrealistic\r\nunrealsitic,unrealistic\r\nunreaponsive,unresponsive\r\nunreasonablely,unreasonably\r\nunreasonabley,unreasonably\r\nunreasonablity,unreasonability\r\nunreasonablly,unreasonably\r\nunreasonal,unreasonably\r\nunreasonalby,unreasonably\r\nunreasonbly,unreasonably\r\nunreasoneable,unreasonable\r\nunreasoneble,unreasonable\r\nunrecahable,unreachable\r\nunrechable,unreachable\r\nunrechargeeable,unrechargeable\r\nunrechargeeble,unrechargeable\r\nunrecheable,unreachable\r\nunrecocniseable,unrecognizable\r\nunrecoginized,unrecognized\r\nunrecogized,unrecognized\r\nunrecogniesd,unrecognised\r\nunrecogniseable,unrecognisable\r\nunrecogniseble,unrecognisable\r\nunrecognizeable,unrecognizable\r\nunrecognizeble,unrecognizable\r\nunrecognized-tast,unrecognized-task\r\nunrecognizibility,unrecognizability\r\nunrecognizible,unrecognizable\r\nunreconcileable,unreconcilable\r\nunreconcileble,unreconcilable\r\nunrecongised,unrecognised\r\nunreconigized,unrecognized\r\nunreconized,unrecognized\r\nunrecoverablity,unrecoverability\r\nunrecoverble,unrecoverable\r\nunrecovereable,unrecoverable\r\nunrecovereble,unrecoverable\r\nunrecycleable,unrecyclable\r\nunrecycleble,unrecyclable\r\nunred,unread\r\nunredeemeable,unredeemable\r\nunredeemeble,unredeemable\r\nunreference,unreferenced\r\nunreferrenced,unreferenced\r\nunreflexivly,unreflexively\r\nunregluated,unregulated\r\nunregualted,unregulated\r\nunregulared,unregulated\r\nunrelaible,unreliable\r\nunrelaiblity,unrelaibility\r\nunrelased,unreleased\r\nunrelease,unreleased\r\nunreleaseed,unreleased\r\nunreleated,unreleased\r\nunreliabe,unreliable\r\nunreliabilty,unreliability\r\nunreliablility,unreliability\r\nunreliablilty,unreliability\r\nunreliablity,unreliability\r\nunrelieable,unreliable\r\nunrelyable,unreliable\r\nunremarkablilty,unremarkability\r\nunremarkeable,unremarkable\r\nunremarkeble,unremarkable\r\nunremoveable,unremovable\r\nunremoveably,unremovably\r\nunremoveble,unremovable\r\nunreneweable,unrenewable\r\nunreneweble,unrenewable\r\nunrepaireable,unrepairable\r\nunrepaireble,unrepairable\r\nunrepareable,unreparable\r\nunrepareble,unreparable\r\nunrepatition,unrepetition\r\nunrepatitions,unrepetitions\r\nunrepatitive,unrepetitive\r\nunrepealeable,unrepealable\r\nunrepealeble,unrepealable\r\nunrepeateable,unrepeatable\r\nunrepeateble,unrepeatable\r\nunrepeition,unrepetition\r\nunrepeitions,unrepetitions\r\nunrepeitive,unrepetitive\r\nunrepentence,unrepentance\r\nunrepentent,unrepentant\r\nunrepentently,unrepentantly\r\nunrepetance,unrepentance\r\nunrepetant,unrepentant\r\nunrepetantly,unrepentantly\r\nunrepetence,unrepentance\r\nunrepetent,unrepentant\r\nunrepetently,unrepentantly\r\nunrepetion,unrepetition\r\nunrepetions,unrepetitions\r\nunrepetiton,unrepetition\r\nunrepetitons,unrepetitions\r\nunrepetitve,unrepetitive\r\nunrepetive,unrepetitive\r\nunrepititon,unrepetition\r\nunrepititons,unrepetitions\r\nunrepititve,unrepetitive\r\nunreplacable,unreplaceable\r\nunreplacably,unreplaceably\r\nunreplaceeable,unreplaceable\r\nunreplaceeble,unreplaceable\r\nunreplacible,unreplaceable\r\nunreplacibly,unreplaceably\r\nunreppetation,unrepetition\r\nunreppetations,unrepetitions\r\nunreppetative,unrepetitive\r\nunreppetetion,unrepetition\r\nunreppetetions,unrepetitions\r\nunreppetetive,unrepetitive\r\nunrepsonsive,unresponsive\r\nunreputeable,unreputable\r\nunreputeble,unreputable\r\nunresistability,unresistibility\r\nunresistable,unresistible\r\nunresistably,unresistibly\r\nunresloved,unresolved\r\nunresolvabvle,unresolvable\r\nunresoved,unresolved\r\nunresponcive,unresponsive\r\nunresponisve,unresponsive\r\nunresponive,unresponsive\r\nunresponse,unresponsive\r\nunresponsibe,unresponsive\r\nunresponsivenss,unresponsiveness\r\nunresponsivness,unresponsive\r\nunresposive,unresponsive\r\nunrestircted,unrestricted\r\nunrestrcited,unrestricted\r\nunrestriced,unrestricted\r\nunrestrictred,unrestricted\r\nunretractablity,unretractability\r\nunreualy,unusually\r\nunrevieweable,unreviewable\r\nunrevieweble,unreviewable\r\nunrevoceable,unrevocable\r\nunrevoceble,unrevocable\r\nunrgency,urgency\r\nunrighteuos,unrighteous\r\nunrightious,unrighteous\r\nunrightuos,unrighteous\r\nunrinal,urinal\r\nunristrcted,unrestricted\r\nunristricted,unrestricted\r\nunrivallled,unrivalled\r\nunrnaked,unranked\r\nunrools,unrolls\r\nunrooly,unruly\r\nunrpoven,unproven\r\nunrusted,untrusted\r\nunrwitten,unwritten\r\nunsable,unusable\r\nunsanfe,unsafe\r\nunsanitzed,unsanitized\r\nunsannamous,unanimous\r\nunsapce,unspace\r\nunsapced,unspaced\r\nunsapcer,unspacer\r\nunsapcers,unspacers\r\nunsapces,unspaces\r\nunsapcing,unspacing\r\nunsapcings,unspacings\r\nunsassociated,unassociated\r\nunsastisfied,unsatisfied\r\nunsatifaction,unsatisfaction\r\nunsatifactorily,unsatisfactorily\r\nunsatifactoriness,unsatisfactoriness\r\nunsatifactory,unsatisfactory\r\nunsatified,unsatisfied\r\nunsatifies,unsatisfies\r\nunsatify,unsatisfy\r\nunsatifying,unsatisfying\r\nunsatisfactorally,unsatisfactorily\r\nunsatisfactoraly,unsatisfactorily\r\nunsatisfactorially,unsatisfactorily\r\nunsatisfactorialy,unsatisfactorily\r\nunsatisfactorilly,unsatisfactorily\r\nunsatisfactorly,unsatisfactorily\r\nunsatisfiablity,unsatisfiability\r\nunsatisifaction,unsatisfaction\r\nunsatisifactorily,unsatisfactorily\r\nunsatisifactoriness,unsatisfactoriness\r\nunsatisifactory,unsatisfactory\r\nunsatisified,unsatisfied\r\nunsatisifies,unsatisfies\r\nunsatisify,unsatisfy\r\nunsatisifying,unsatisfying\r\nunsatsifaction,unsatisfaction\r\nunsatsifactorily,unsatisfactorily\r\nunsatsifactoriness,unsatisfactoriness\r\nunsatsifactory,unsatisfactory\r\nunsatsified,unsatisfied\r\nunsatsifies,unsatisfies\r\nunsatsify,unsatisfy\r\nunsatsifying,unsatisfying\r\nunsbscribe,unsubscribe\r\nunscaleable,unscalable\r\nunscaleble,unscalable\r\nunscaliable,unscalable\r\nunscalible,unscalable\r\nunscaluble,unscalable\r\nunscamble,unscramble\r\nunscren,unscreen\r\nunsderstood,understood\r\nunseccessful,unsuccessful\r\nunsed,used\r\nunseed,unseen\r\nunsencored,uncensored\r\nunsensative,unsensitive\r\nunsensatively,unsensitively\r\nunsensativity,unsensitivity\r\nunsenstive,unsensitive\r\nunsenstively,unsensitively\r\nunsenstivity,unsensitivity\r\nunser,under\r\nunsespecting,unsuspecting\r\nunsete,unset\r\nunsetle,unsettle\r\nunsetled,unsettled\r\nunsetlement,unsettlement\r\nunsetlements,unsettlements\r\nunsetler,unsettler\r\nunsetlers,unsettlers\r\nunsetling,unsettling\r\nunsetlling,unsettling\r\nunsettleing,unsettling\r\nunsf,unsafe\r\nunsgined,unsigned\r\nunsibscribed,unsubscribed\r\nunsibstantiated,unsubstantiated\r\nunsigend,unsigned\r\nunsignd,unsigned\r\nunsing,using\r\nunsinged,unsigned\r\nunsingned,unsigned\r\nunsintalled,uninstalled\r\nunsistainable,unsustainable\r\nunskyfuly,unskyfully\r\nunsless,unless\r\nunso,undo\r\nunsofisticate,unsophisticate\r\nunsofisticated,unsophisticated\r\nunsofisticates,unsophisticates\r\nunsofisticating,unsophisticating\r\nunsofistication,unsophistication\r\nunsolicated,unsolicited\r\nunsoliciated,unsolicited\r\nunsolicitied,unsolicited\r\nunsolicted,unsolicited\r\nunsoliticed,unsolicited\r\nunsollicited,unsolicited\r\nunsolocited,unsolicited\r\nunsophicate,unsophisticate\r\nunsophicated,unsophisticated\r\nunsophicates,unsophisticates\r\nunsophicating,unsophisticating\r\nunsophication,unsophistication\r\nunsopported,unsupported\r\nunsoundess,unsoundness\r\nunspecfied,unspecified\r\nunspend,unspent\r\nunspoace,unspace\r\nunspoaced,unspaced\r\nunspoacer,unspacer\r\nunspoacers,unspacers\r\nunspoaces,unspaces\r\nunspoacing,unspacing\r\nunspoacings,unspacings\r\nunspoonfull,unspoonful\r\nunspoonfullly,unspoonfully\r\nunspoonfullness,unspoonfulness\r\nunspoonfulls,unspoonfuls\r\nunspported,unsupported\r\nunsresolved,unresolved\r\nunstablity,unstability\r\nunstalbe,unstable\r\nunstall,uninstall\r\nunstand,understand\r\nunsteadally,unsteadily\r\nunsteadaly,unsteadily\r\nunsteadially,unsteadily\r\nunsteadialy,unsteadily\r\nunsteadilly,unsteadily\r\nunsteadly,unsteadily\r\nunstranslated,untranslated\r\nunstrusted,untrusted\r\nunstsructured,unstructured\r\nunsuable,unusable\r\nunsual,unusual\r\nunsually,unusually\r\nunsubcribe,unsubscribe\r\nunsubscibe,unsubscribe\r\nunsubscirbe,unsubscribe\r\nunsubscirbed,unsubscribed\r\nunsubscrbe,unsubscribe\r\nunsubscrbed,unsubscribed\r\nunsubscribade,unsubscribed\r\nunsubscribbed,unsubscribe\r\nunsubscrible,unsubscribed\r\nunsubscrided,unsubscribed\r\nunsubscried,unsubscribed\r\nunsubscripe,unsubscribe\r\nunsubscriped,unsubscribed\r\nunsubscrive,unsubscribe\r\nunsubscrube,unsubscribe\r\nunsubscrubed,unsubscribed\r\nunsubsrcibe,unsubscribe\r\nunsubsrcibed,unsubscribed\r\nunsubsribe,unsubscribe\r\nunsubstancia,unsubstantia\r\nunsubstancial,unsubstantial\r\nunsubstanciality,unsubstantiality\r\nunsubstancially,unsubstantially\r\nunsubstanciate,unsubstantiate\r\nunsubstanciated,unsubstantiated\r\nunsubstanciates,unsubstantiates\r\nunsubstanciating,unsubstantiating\r\nunsubstania,unsubstantia\r\nunsubstanial,unsubstantial\r\nunsubstaniality,unsubstantiality\r\nunsubstanially,unsubstantially\r\nunsubstaniate,unsubstantiate\r\nunsubstaniated,unsubstantiated\r\nunsubstaniates,unsubstantiates\r\nunsubstaniating,unsubstantiating\r\nunsubstansiated,unsubstantiated\r\nunsubstantiaed,unsubstantiated\r\nunsubstantianted,unsubstantiated\r\nunsubstantiative,unsubstantiated\r\nunsubstatia,unsubstantia\r\nunsubstatial,unsubstantial\r\nunsubstatiality,unsubstantiality\r\nunsubstatially,unsubstantially\r\nunsubstatiate,unsubstantiate\r\nunsubstatiated,unsubstantiated\r\nunsubstatiates,unsubstantiates\r\nunsubstatiating,unsubstantiating\r\nunsuccesful,unsuccessful\r\nunsuccesfull,unsuccessful\r\nunsuccesfully,unsuccessfully\r\nunsuccessfull,unsuccessful\r\nunsuccessfullly,unsuccessfully\r\nunsuccessfullness,unsuccessfulness\r\nunsuccessfulls,unsuccessfuls\r\nunsuccessfuly,unsuccessfully\r\nunsuccessfulyl,unsuccessfully\r\nunsuccessul,unsuccessful\r\nunsuccessully,unsuccessfully\r\nunsuccses,unsuccess\r\nunsuccseses,unsuccesses\r\nunsuccsesful,unsuccessful\r\nunsuccsesfull,unsuccessfull\r\nunsuccsesor,unsuccessor\r\nunsuccsesors,unsuccessors\r\nunsuccsess,unsuccess\r\nunsuccsesses,unsuccesses\r\nunsuccsessful,unsuccessful\r\nunsuccsessor,unsuccessor\r\nunsuccsessors,unsuccessors\r\nunsuces,unsuccess\r\nunsuceses,unsuccesses\r\nunsucesful,unsuccessful\r\nunsucesfull,unsuccessfull\r\nunsucesfully,unsuccessfully\r\nunsucesfuly,unsuccessfully\r\nunsucesor,unsuccessor\r\nunsucesors,unsuccessors\r\nunsucess,unsuccess\r\nunsucesses,unsuccesses\r\nunsucessful,unsuccessful\r\nunsucessfull,unsuccessful\r\nunsucessfully,unsuccessfully\r\nunsucessfultermination,unsuccessfultermination\r\nunsucessfuly,unsuccessfuly\r\nunsucessor,unsuccessor\r\nunsucessors,unsuccessors\r\nunsucses,unsuccess\r\nunsucseses,unsuccesses\r\nunsucsesful,unsuccessful\r\nunsucsesor,unsuccessor\r\nunsucsesors,unsuccessors\r\nunsucsess,unsuccess\r\nunsucsesses,unsuccesses\r\nunsucsessful,unsuccessful\r\nunsucsessor,unsuccessor\r\nunsucsessors,unsuccessors\r\nunsufficiency,insufficiency\r\nunsufficient,insufficient\r\nunsufficiently,insufficiently\r\nunsuggestability,unsuggestibility\r\nunsuggestable,unsuggestible\r\nunsuggestably,unsuggestibly\r\nunsuitabilty,unsuitability\r\nunsully,unusually\r\nunsunscribe,unsubscribe\r\nunsunscribed,unsubscribed\r\nunsupervising,unsupervised\r\nunsuphisticate,unsophisticate\r\nunsuphisticated,unsophisticated\r\nunsuphisticates,unsophisticates\r\nunsuphisticating,unsophisticating\r\nunsuphistication,unsophistication\r\nunsuported,unsupported\r\nunsuppoerted,unsupported\r\nunsupport,unsupported\r\nunsupportd,unsupported\r\nunsupporter,unsupported\r\nunsuppoted,unsupported\r\nunsuprise,unsurprise\r\nunsuprised,unsurprised\r\nunsuprises,unsurprises\r\nunsuprising,unsurprising\r\nunsuprisingly,unsurprisingly\r\nunsuprize,unsurprise\r\nunsuprized,unsurprised\r\nunsuprizes,unsurprises\r\nunsuprizing,unsurprising\r\nunsuprizingly,unsurprisingly\r\nunsures,ensures\r\nunsuring,insuring\r\nunsurpasssed,unsurpassed\r\nunsurprize,unsurprise\r\nunsurprized,unsurprised\r\nunsurprizes,unsurprises\r\nunsurprizing,unsurprising\r\nunsurprizingly,unsurprisingly\r\nunsusbcribe,unsubscribe\r\nunsusbcribed,unsubscribed\r\nunsusbtantiated,unsubstantiated\r\nunsused,unused\r\nunsustainablity,unsustainability\r\nunsustainble,unsustainable\r\nunsustainible,unsustainable\r\nunsustianable,unsustainable\r\nuntargetted,untargeted\r\nuntenantabilty,untenantability\r\nunter,under\r\nunterlying,underlying\r\nunterned,unturned\r\nunterpoid,unemployed\r\nunterstand,understand\r\nunthaw,thaw\r\nunthawed,thawed\r\nunthawing,thawing\r\nunthaws,thaws\r\nuntheraputic,untherapeutic\r\nuntheraputical,untherapeutical\r\nuntheraputically,untherapeutically\r\nunti,until\r\nunti-gravity,anti-gravity\r\nuntideness,untidiness\r\nuntiede,untidy\r\nuntile,until\r\nuntilization,utilization\r\nuntill,until\r\nuntimate,ultimate\r\nuntimately,ultimately\r\nuntl,until\r\nuntli,until\r\nuntouchabilty,untouchability\r\nuntouchablility,untouchability\r\nuntouchablity,untouchability\r\nuntoword,untoward\r\nuntowords,untowards\r\nuntowrad,untoward\r\nuntowrads,untowards\r\nuntracable,untraceable\r\nuntraind,untrained\r\nuntranslateable,untranslatable\r\nuntrasted,untrusted\r\nuntrianed,untrained\r\nuntrustworthyness,untrustworthiness\r\nuntursted-workload-runtime,untrusted-workload-runtime\r\nunually,unusually\r\nunuasallily,unusually\r\nunuasally,unusually\r\nunuasley,unusually\r\nunuaslly,unusually\r\nunuasually,unusually\r\nunuasualy,unusually\r\nunuasully,unusually\r\nunuasuly,unusually\r\nunuaualy,unusually\r\nunumanious,unanimous\r\nunumber,unnumber\r\nunumbered,unnumbered\r\nununmious,unanimous\r\nununsed,unused\r\nununumus,unanimous\r\nunusabe,unusable\r\nunusal,unusual\r\nunusally,unusually\r\nunusaly,unusually\r\nunusau,unusual\r\nunusaul,unusual\r\nunusaully,unusually\r\nunusauly,unusually\r\nunuseability,unusability\r\nunuseable,unusable\r\nunusedn,unused\r\nunusefull,unuseful\r\nunuserally,unusually\r\nunuses,unused\r\nunusial,unusual\r\nunussaly,unusually\r\nunussua,unusual\r\nunussual,unusual\r\nunussually,unusually\r\nunussualy,unusually\r\nunusua,unusual\r\nunusuable,unusable\r\nunusualy,unusually\r\nunususal,unusual\r\nunususally,unusually\r\nunususul,unusual\r\nunususully,unusually\r\nunut,unit\r\nunvelievable,unbelievable\r\nunvelievably,unbelievably\r\nunver,under\r\nunverisal,universal\r\nunversal,universal\r\nunversiond,unversioned\r\nunversionned,unversioned\r\nunversity,university\r\nunversoned,unversioned\r\nunviel,unveil\r\nunviersally,universally\r\nunvierse,universe\r\nunvierses,universes\r\nunviersities,universities\r\nunviersity,university\r\nunviversal,universal\r\nunvoked,invoked\r\nunvulnerable,invulnerable\r\nunwapped,unwrapped\r\nunwarant,unwarrant\r\nunwaranted,unwarranted\r\nunwarantee,unwarrantee\r\nunwarantees,unwarrantees\r\nunwaranter,unwarranter\r\nunwaranters,unwarranters\r\nunwaranties,unwarranties\r\nunwaranting,unwarranting\r\nunwarantor,unwarrantor\r\nunwarantors,unwarrantors\r\nunwarants,unwarrants\r\nunwaranty,unwarranty\r\nunware,unaware\r\nunwarrent,unwarrant\r\nunwarrented,unwarranted\r\nunwarrentee,unwarrantee\r\nunwarrentees,unwarrantees\r\nunwarrenter,unwarranter\r\nunwarrenters,unwarranters\r\nunwarrenties,unwarranties\r\nunwarrenting,unwarranting\r\nunwarrentor,unwarrantor\r\nunwarrentors,unwarrantors\r\nunwarrents,unwarrants\r\nunwarrenty,unwarranty\r\nunwatn,unwant\r\nunwatned,unwanted\r\nunwatning,unwanting\r\nunwatns,unwants\r\nunweild,unwield\r\nunweildable,unwieldable\r\nunweilded,unwielded\r\nunweilder,unwielder\r\nunweilders,unwielders\r\nunweildiness,unwieldiness\r\nunweilding,unwielding\r\nunweildliness,unwieldiness\r\nunweildly,unwieldy\r\nunweilds,unwields\r\nunweildy,unwieldy\r\nunwelcomed,unwelcome\r\nunwhant,unwant\r\nunwhanted,unwanted\r\nunwhanting,unwanting\r\nunwhants,unwants\r\nunwieldliness,unwieldiness\r\nunwieldly,unwieldy\r\nunwillingless,unwillingness\r\nunwillling,unwilling\r\nunwirtten,unwritten\r\nunwnat,unwant\r\nunwnated,unwanted\r\nunwnating,unwanting\r\nunwnats,unwants\r\nunwokr,unwork\r\nunwokrability,unworkability\r\nunwokrable,unworkable\r\nunwokrably,unworkably\r\nunwokrbench,unworkbench\r\nunwokred,unworked\r\nunwokrer,unworker\r\nunwokrers,unworkers\r\nunwokrfare,unworkfare\r\nunwokring,unworking\r\nunwokringman,unworkingman\r\nunwokringmen,unworkingmen\r\nunwokrman,unworkman\r\nunwokrmen,unworkmen\r\nunwokrout,unworkout\r\nunwokrroom,unworkroom\r\nunwokrrooms,unworkrooms\r\nunwokrs,unworks\r\nunwokrshop,unworkshop\r\nunwokrshops,unworkshops\r\nunworhty,unworthy\r\nunworthly,unworthy\r\nunworty,unworthy\r\nunwrapp,unwrap\r\nunwrapps,unwraps\r\nunwravelled,unravelled\r\nunwrittern,unwritten\r\nunwrok,unwork\r\nunwrokability,unworkability\r\nunwrokable,unworkable\r\nunwrokably,unworkably\r\nunwrokbench,unworkbench\r\nunwroked,unworked\r\nunwroker,unworker\r\nunwrokers,unworkers\r\nunwrokfare,unworkfare\r\nunwroking,unworking\r\nunwrokingman,unworkingman\r\nunwrokingmen,unworkingmen\r\nunwrokman,unworkman\r\nunwrokmen,unworkmen\r\nunwrokout,unworkout\r\nunwrokroom,unworkroom\r\nunwrokrooms,unworkrooms\r\nunwroks,unworks\r\nunwrokshop,unworkshop\r\nunwrokshops,unworkshops\r\nunxepected,unexpected\r\nunxpected,unexpected\r\nunxspected,unexpected\r\nunycicle,unicycle\r\nunycicled,unicycled\r\nunyciclelike,unicyclelike\r\nunycicler,unicycler\r\nunyciclers,unicyclers\r\nunycicles,unicycles\r\nunyciclic,unicyclic\r\nunycicling,unicycling\r\nunyciclist,unicyclist\r\nunyciclists,unicyclists\r\nunycycle,unicycle\r\nunycycled,unicycled\r\nunycyclelike,unicyclelike\r\nunycycler,unicycler\r\nunycyclers,unicyclers\r\nunycycles,unicycles\r\nunycyclic,unicyclic\r\nunycycling,unicycling\r\nunycyclist,unicyclist\r\nunycyclists,unicyclists\r\nunyeild,unyield\r\nunyeildable,unyieldable\r\nunyeilded,unyielded\r\nunyeilder,unyielder\r\nunyeilders,unyielders\r\nunyeilding,unyielding\r\nunyeilds,unyields\r\nunyeildy,unyieldy\r\nunyieldy,unwieldy\r\nunzippped,unzipped\r\nunzippping,unzipping\r\nunzipto,unzip\r\nuo,up\r\nuodated,updated\r\nuou,you\r\nuour,our\r\nup-to-datel,up-to-date\r\nupadated,updated\r\nupadte,update\r\nupadted,updated\r\nupadting,updating\r\nupagrade,upgrade\r\nuparrelled,unparalleled\r\nupatched,unpatched\r\nupate,update\r\nupated,updated\r\nupates,updates\r\nupating,updating\r\nupbuildt,upbuilt\r\nupcoiming,upcoming\r\nupcollling,upcolling\r\nupcomming,upcoming\r\nupcommming,upcomming\r\nupda,updated\r\nupdae,update\r\nupdaet,update\r\nupdagraded,upgraded\r\nupdat,update\r\nupdataing,updating\r\nupdatd,updated\r\nupdate-succesful,update-successful\r\nupdateable,updatable\r\nupdateing,updating\r\nupdatels,update\r\nupdateq,update\r\nupdatess,updates\r\nupdatet,updated\r\nupdations,updates\r\nupdator,updater\r\nupdats,updates\r\nupdatte,update\r\nupdaye,update\r\nupdeted,updated\r\nupdgraded,upgraded\r\nupdgrading,upgrading\r\nupdste,update\r\nupdstream,upstream\r\nupdtaed,updated\r\nupdte,update\r\nupdted,updated\r\nupdtes,updates\r\nupdwards,upwards\r\nuper,upper\r\nupercase,uppercase\r\nupfittted,upfitted\r\nupgades,upgrades\r\nupgading,upgrading\r\nupgarde,upgrade\r\nupgarded,upgraded\r\nupgardes,upgrades\r\nupgarding,upgrading\r\nupgrad,upgrade\r\nupgradablity,upgradability\r\nupgradde,upgrade\r\nupgradded,upgraded\r\nupgraddes,upgrades\r\nupgradding,upgrading\r\nupgradeabilty,upgradeability\r\nupgradeablility,upgradeability\r\nupgradeablity,upgradeability\r\nupgradet,upgraded\r\nupgradiing,upgrading\r\nupgrads,upgrades\r\nupgrae,upgrade\r\nupgraeded,upgraded\r\nupheavels,upheavals\r\nupholded,upheld\r\nuphole,uphold\r\nupholstry,upholstery\r\nupkinks,uplinks\r\nuplaod,upload\r\nuplaoded,uploaded\r\nuplaods,uploads\r\nupleasant,unpleasant\r\nuplfiting,uplifting\r\nuplifitng,uplifting\r\nuploaading,uploading\r\nuploaderif,uploader\r\nuploades,uploads\r\nuploadind,uploading\r\nuploadng,uploading\r\nuploded,uploaded\r\nuplods,uploads\r\nupnlink,uplink\r\nupoaded,uploaded\r\nupodate,update\r\nupoload,upload\r\nupone,upon\r\nuppder,upper\r\nuppercas,uppercased\r\nuppgraded,upgraded\r\nupplied,applied\r\nuppon,upon\r\nupport,support\r\nuppwer,upper\r\nuprade,upgrade\r\nuprades,upgrades\r\nuprading,upgrading\r\nuprgade,upgrade\r\nupsettting,upsetting\r\nupsided-down,upside-down\r\nupsite,opposite\r\nupskillling,upskilling\r\nupspecified,unspecified\r\nupsream,upstream\r\nupstaires,upstairs\r\nupstarem,upstream\r\nupstaris,upstairs\r\nupsteam,upstream\r\nupsteam-status,upstream-status\r\nupstiars,upstairs\r\nupstrart,upstart\r\nupstreame,upstream\r\nupstreammaster,upstream\r\nupstrema,upstream\r\nuptil,until\r\nupto,up to\r\nuptodate,up-to-date\r\nupupdating,updating\r\nupwill,uphill\r\nupwiththe,upwith the\r\nupådate,update\r\nurainum,uranium\r\nuranisium,uranium\r\nuranuim,uranium\r\nurcompatability,urcompatibility\r\nurcompatable,urcompatible\r\nurcompatably,urcompatibly\r\nurconvertability,urconvertibility\r\nurconvertable,urconvertible\r\nurconvertably,urconvertibly\r\nurcorruptability,urcorruptibility\r\nurcorruptable,urcorruptible\r\nurcorruptably,urcorruptibly\r\nureated,updated\r\nurethrea,urethra\r\nuretrha,urethra\r\nurfreshment,refreshment\r\nurgentaly,urgentally\r\nurkaine,ukraine\r\nurkainian,ukrainian\r\nurkainians,ukrainians\r\nurnaium,uranium\r\nurnt,aunt\r\nurogynecolgical,urogynecological\r\nurolgical,urological\r\nurolgist,urologist\r\nurolgists,urologists\r\nuroligist,urologist\r\nurololgist,urolologist\r\nurperceptability,urperceptibility\r\nurperceptable,urperceptible\r\nurperceptably,urperceptibly\r\nurrent,current\r\nurresistability,urresistibility\r\nurresistable,urresistible\r\nurresistably,urresistibly\r\nursuggestability,ursuggestibility\r\nursuggestable,ursuggestible\r\nursuggestably,ursuggestibly\r\nurugauy,uruguay\r\nuruguai,uruguay\r\nuruguaian,uruguayan\r\nuruguaians,uruguayans\r\nuruguary,uruguay\r\nurumqi,ürümqi\r\nusaage,usage\r\nusabe,usage\r\nusabiliy,usability\r\nusabillity,usability\r\nusabillty,usability\r\nusabilty,usability\r\nusablility,usability\r\nusablilty,usability\r\nusablity,usability\r\nusafe,unsafe\r\nusagage,usage\r\nusagea,usage\r\nusal,usual\r\nusally,usually\r\nusaly,usually\r\nusau,usual\r\nusaul,usual\r\nusaully,usually\r\nusauly,usually\r\nusbecistan,uzbekistan\r\nusbecistani,uzbekistani\r\nusbecistanis,uzbekistanis\r\nusbecistans,uzbekistans\r\nusbekistan,uzbekistan\r\nusbekistani,uzbekistani\r\nusbekistanis,uzbekistanis\r\nusbekistans,uzbekistans\r\nusch,such\r\nuscheme,scheme\r\nuscsful,successful\r\nuseability,usability\r\nuseability-test,usability-test\r\nuseabilty,useability\r\nuseable,usable\r\nuseabliblity,useablibility\r\nuseablity,useability\r\nuseage,usage\r\nuseages,usages\r\nusebility,usability\r\nuseble,usable\r\nusecases,use-cases\r\nusedd,used\r\nusedf,used\r\nusedful,useful\r\nusedn,used\r\nusedr,used\r\nusedrett,used\r\nusedt,used\r\nusee,use\r\nusefed,used\r\nusefol,useful\r\nusefule,useful\r\nusefuli,useful\r\nusefull,useful\r\nusefullly,usefully\r\nusefullness,usefulness\r\nusefuls,useful\r\nusefuly,usefully\r\nusege,usage\r\nuseing,using\r\nusem,use\r\nusen,use\r\nusename,username\r\nuseng,using\r\nusenrame,username\r\nusera,users\r\nuserabilty,userability\r\nuserbookmarks,users\r\nuserd,used\r\nuserdefine,user-defined\r\nuserers,users\r\nuseres,users\r\nuserful,useful\r\nuserids,users\r\nusermane,username\r\nusernme,username\r\nusers's,users'\r\nusersi,users\r\nuserstand,understand\r\nuses's,user's\r\nusesd,used\r\nuset,unset\r\nusethe,use the\r\nusetnet,Usenet\r\nuseualy,unusually\r\nuseuful,useful\r\nuseulf,useful\r\nuseully,usually\r\nusful,useful\r\nusfull,useful\r\nusgae,usage\r\nusiability,usability\r\nusibility,usability\r\nusibilty,usibility\r\nusible,usable\r\nusiform,uniform\r\nusig,using\r\nusign,using\r\nusigned,unsigned\r\nusin,using\r\nusinc,using\r\nusind,using\r\nusinf,using\r\nusinge,using\r\nusingh,using\r\nusinging,using\r\nusingn,using\r\nusinhg,using\r\nusinng,using\r\nusint,using\r\nusless,useless\r\nusng,using\r\nusnig,using\r\nusnknown,unknown\r\nusrename,username\r\nusrs,users\r\nussage,usage\r\nussau,usual\r\nussaully,usually\r\nusse,use\r\nussing,using\r\nussua,usual\r\nussual,usual\r\nussually,usually\r\nussualy,usually\r\nust,use\r\nustable,unstable\r\nustom,custom\r\nustomisation,customisation\r\nusua,usual\r\nusuaally,usually\r\nusuability,usability\r\nusuabilty,usuability\r\nusuable,usable\r\nusuage,usage\r\nusualful,useful\r\nusuall,usual\r\nusuallly,usually\r\nusualt,usual\r\nusualy,usually\r\nusuble,usable\r\nusueal,usual\r\nusued,used\r\nusuing,using\r\nusully,usually\r\nusuly,usually\r\nusunsed,unused\r\nusupported,unsupported\r\nusurous,usurious\r\nusurpate,usurp\r\nususal,usual\r\nususally,usually\r\nususaly,usually\r\nusused,unused\r\nususual,usual\r\nususul,usual\r\nususully,usually\r\nut,put\r\nutalised,utilized\r\nutalize,utilize\r\nutalized,utilized\r\nutest,unit\r\nuther,other\r\nuthor,author\r\nutiility,utility\r\nutiity,utility\r\nutil,until\r\nutilaties,utilities\r\nutilaty,utility\r\nutiliatrian,utilitarian\r\nutilies,utilities\r\nutilility,utility\r\nutililize,utilize\r\nutililzed,utilized\r\nutilisatoin,utilisation\r\nutilisities,utilities\r\nutilisé,utiliser\r\nutilitatian,utilitarian\r\nutiliterian,utilitarian\r\nutilites,utilities\r\nutilitiies,utilities\r\nutilitity,utility\r\nutilitiy,utility\r\nutilitze,utilize\r\nutiliuty,utility\r\nutiliuzation,utilization\r\nutilizacion,utilization\r\nutilizaion,utilization\r\nutilizaiton,utilization\r\nutilizate,utilize\r\nutilizating,utilization\r\nutilizatoin,utilization\r\nutilizied,utilized\r\nutilizies,utilizes\r\nutilizng,utilizing\r\nutillities,utilities\r\nutillity,utility\r\nutillty,utility\r\nutiltarian,utilitarian\r\nutiltiarian,utilitarian\r\nutilties,utilities\r\nutiltiies,utilities\r\nutiltity,utility\r\nutiltiy,utility\r\nutilty,utility\r\nutiple,multiple\r\nutities,utilities\r\nutitlities,utilities\r\nutitlity,utility\r\nutitlty,utility\r\nutity,utility\r\nutliise,utilise\r\nutliised,utilised\r\nutliisie,utilisie\r\nutliising,utilising\r\nutliity,utility\r\nutliization,utilization\r\nutliize,utilize\r\nutliized,utilized\r\nutliiziation,utiliziation\r\nutliizing,utilizing\r\nutlilities,utilities\r\nutlimate,ultimate\r\nutlimately,ultimately\r\nutlimatum,ultimatum\r\nutlisant,utilisant\r\nutlisateurs,utilisateurs\r\nutlisation,utilisation\r\nutlise,utilise\r\nutlised,utilised\r\nutliser,utiliser\r\nutlises,utilises\r\nutlisez,utilisez\r\nutlisie,utilisie\r\nutlisied,utilisied\r\nutlising,utilising\r\nutlisise,utilisise\r\nutlissses,utilissses\r\nutlita,utilita\r\nutlitametly,utilitametly\r\nutlitar,utilitar\r\nutlitarian,utilitarian\r\nutlitas,utilitas\r\nutlite,utilite\r\nutlitee,utilitee\r\nutlites,utilites\r\nutliteseguvib,utiliteseguvib\r\nutlities,utilities\r\nutlitiles,utilitiles\r\nutlitise,utilitise\r\nutlitised,utilitised\r\nutlitising,utilitising\r\nutlitity,utilitity\r\nutlitiy,utility\r\nutlitize,utilitize\r\nutlitized,utilitized\r\nutlitizes,utilitizes\r\nutlitizing,utilitizing\r\nutlitles,utilitles\r\nutlitlize,utilitlize\r\nutlitlizes,utilitlizes\r\nutlitly,utilitly\r\nutlitse,utilitse\r\nutlity,utility\r\nutlizados,utilizados\r\nutlizan,utilizan\r\nutlizate,utilizate\r\nutlization,utilization\r\nutlizations,utilizations\r\nutlizaton,utilizaton\r\nutlize,utilize\r\nutlized,utilized\r\nutlizedfor,utilizedfor\r\nutlizes,utilizes\r\nutliziation,utiliziation\r\nutlizie,utilizie\r\nutlizied,utilizied\r\nutlizies,utilizies\r\nutliziing,utiliziing\r\nutlizing,utilizing\r\nutlizised,utilizised\r\nutlizized,utilizized\r\nutlizo,utilizo\r\nutlizrd,utilizrd\r\nutlizzando,utilizzando\r\nutlizzare,utilizzare\r\nutlizzati,utilizzati\r\nutlizzi,utilizzi\r\nutlizzo,utilizzo\r\nutlrasound,ultrasound\r\nutltimate,ultimate\r\nutnil,until\r\nutomatic,automatic\r\nutomatically,automatically\r\nutopain,utopian\r\nutpoian,utopian\r\nutra,ultra\r\nutse,use\r\nutterence,utterance\r\nutterences,utterances\r\nuttmost,utmost\r\nutulities,utilities\r\nuue,use\r\nuunconfirmed,unconfirmed\r\nuundergoing,undergoing\r\nuupdate,update\r\nuupper,upper\r\nuuse,use\r\nuused,used\r\nuuser,user\r\nuusually,usually\r\nuut,out\r\nuyse,use\r\nuzbecistan,uzbekistan\r\nuzbecistani,uzbekistani\r\nuzbecistanis,uzbekistanis\r\nuzbecistans,uzbekistans\r\nuzbekystan,uzbekistan\r\nvaansy,vacancy\r\nvablue,value\r\nvabone,vagabond\r\nvabong,vagabond\r\nvacabong,vagabond\r\nvacaburary,vocabulary\r\nvacaciencies,vacancies\r\nvacaines,vacancies\r\nvacakencies,vacancies\r\nvacance,vacancy\r\nvacancease,vacancies\r\nvacances,vacancy\r\nvacancey,vacancy\r\nvacancie,vacancy\r\nvacancieces,vacancies\r\nvacancis,vacancies\r\nvacancises,vacancies\r\nvacancity,vacancy\r\nvacancsy,vacancies\r\nvacancys,vacancies\r\nvacanes,vacancy\r\nvacaney,vacancy\r\nvacanies,vacancy\r\nvacanous,vacancies\r\nvacanse,vacancy\r\nvacanses,vacancies\r\nvacansess,vacancies\r\nvacansey,vacancy\r\nvacanseys,vacancies\r\nvacansie,vacancy\r\nvacansies,vacancies\r\nvacansises,vacancies\r\nvacansy,vacancy\r\nvacantance,vacancies\r\nvacantce,vacancies\r\nvacantces,vacancies\r\nvacantcies,vacancy\r\nvacantcisses,vacancies\r\nvacantcy,vacancy\r\nvacantcys,vacancies\r\nvacantency,vacancy\r\nvacantes,vacancy\r\nvacanteses,vacancies\r\nvacantesies,vacancies\r\nvacanticy,vacancy\r\nvacanties,vacancies\r\nvacantinees,vacancies\r\nvacantise,vacancy\r\nvacantises,vacancies\r\nvacantsey,vacancy\r\nvacantseys,vacancies\r\nvacantsies,vacancies\r\nvacantsy,vacancy\r\nvacantue's,vacancies\r\nvacantuncies,vacancies\r\nvacany,vacancy\r\nvacanze,vacancy\r\nvacashon,vacation\r\nvacatcy,vacancy\r\nvacatence,vacancy\r\nvacatioin,vacation\r\nvacatioins,vacations\r\nvacatoin,vacation\r\nvacatoins,vacations\r\nvaccance,vacancy\r\nvaccancies,vacancies\r\nvaccancy,vacancy\r\nvacciante,vaccinate\r\nvacciantion,vaccination\r\nvaccilate,vacillate\r\nvaccinae,vaccinated\r\nvaccinatie,vaccinated\r\nvaccinaties,vaccinate\r\nvaccinato,vaccination\r\nvaccineras,vaccines\r\nvacciners,vaccines\r\nvaccinet,vaccinated\r\nvaccins,vaccines\r\nvaccounces,vacancies\r\nvaccum,vacuum\r\nvaccume,vacuum\r\nvaccumed,vacuumed\r\nvaccumeed,vacuumed\r\nvaccumeing,vacuuming\r\nvaccumes,vacuums\r\nvaccuming,vacuuming\r\nvaccums,vacuums\r\nvaccuum,vacuum\r\nvaccuumed,vacuumed\r\nvaccuuming,vacuuming\r\nvaccuums,vacuums\r\nvacences,vacances\r\nvacencies,vacancies\r\nvacency,vacancy\r\nvacent,vacant\r\nvacentces,vacancies\r\nvacentcy,vacancies\r\nvacentisy,vacancy\r\nvacentscy,vacancy\r\nvacestomy,vasectomy\r\nvaciancies,vacancies\r\nvaciancys,vacancies\r\nvaciencies,vacancies\r\nvaciency,vacancy\r\nvaciencys,vacancies\r\nvacienties,vacancies\r\nvacilaties,facilities\r\nvacilities,facilities\r\nvacilitiys,facilities\r\nvacillities,facilities\r\nvacinating,fascinating\r\nvacincies-,vacancies\r\nvacincy,vacancy\r\nvacincys,vacancies\r\nvacinices,vacancies\r\nvacinities,vicinities\r\nvacinity,vicinity\r\nvacinnation,vaccination\r\nvacinsas,vacancies\r\nvacinties,vicinities\r\nvacinty,vicinity\r\nvacintyes,vacancies\r\nvaciouney,vacancies\r\nvackancey,vacancies\r\nvackency,vacancy\r\nvaconcies,vacancies\r\nvaconconcys,vacancies\r\nvaconcy,vacancy\r\nvaconices,vacancies\r\nvacontcies,vacancies\r\nvaction,vacation\r\nvacum,vacuum\r\nvacume,vacuum\r\nvacumed,vacuumed\r\nvacumeed,vacuumed\r\nvacumeing,vacuuming\r\nvacumes,vacuums\r\nvacuming,vacuuming\r\nvacumme,vacuum\r\nvacums,vacuums\r\nvacunceys,vacancies\r\nvacuncy,vacancy\r\nvacuntcy,vacancy\r\nvadidated,validated\r\nvaery,very\r\nvag,vagrant\r\nvagaband,vagabond\r\nvagabong,vagabond\r\nvagabord,vagabond\r\nvagabound,vagabond\r\nvagabout,vagabond\r\nvagach,vagabond\r\nvagacy,vagabond\r\nvagadone,vagabond\r\nvagalond,vagabond\r\nvagancies,vacancies\r\nvagand,vagabond\r\nvagang,vagabond\r\nvaganong,vagabond\r\nvagband,vagabond\r\nvagbond,vagabond\r\nvagbonley,vagabond\r\nvage,vague\r\nvagebond,vagabond\r\nvagegaboud,vagabond\r\nvagenbond,vagabond\r\nvagetbone,vagabond\r\nvageuly,vaguely\r\nvaglah,vagabond\r\nvagobond,vagabond\r\nvagonbond,vagabond\r\nvagopond,vagabond\r\nvagran,vagrant\r\nvagrat,vagrant\r\nvaguaries,vagaries\r\nvaguelly,vaguely\r\nvaguley,vaguely\r\nvai,via\r\nvaiable,variable\r\nvaiables,variables\r\nvaiation,aviation\r\nvaibility,viability\r\nvaiblity,vaibility\r\nvaid,valid\r\nvaidate,validate\r\nvaidation,validation\r\nvaieties,varieties\r\nvaig,vague\r\nvailable,available\r\nvaild,valid\r\nvaildate,validate\r\nvaildated,validated\r\nvailey,valley\r\nvailid,valid\r\nvailidty,validity\r\nvainees,vacancies\r\nvainilla,vanilla\r\nvaious,various\r\nvairable,variable\r\nvairables,variables\r\nvairant,variant\r\nvaires,various\r\nvairety,variety\r\nvairiant,variant\r\nvairious,various\r\nvairous,various\r\nvairouse,various\r\nvakation,vacation\r\nvaklyrie,valkyrie\r\nvalcdue,value\r\nvaldate,validate\r\nvaldation,validation\r\nvaldations,validations\r\nvaldiate,validate\r\nvaldiated,validated\r\nvaldiation,validation\r\nvaldiators,validators\r\nvaldidator,validator\r\nvaldidators,validators\r\nvalelle,valley\r\nvalenca,valencia\r\nvalenica,valencia\r\nvalentein,valentine\r\nvalentians,valentines\r\nvalentie,valentines\r\nvalentien,valentine\r\nvalentiens,valentines\r\nvalentimes,valentines\r\nvalentinas,valentines\r\nvalentinos,valentines\r\nvalentins,valentines\r\nvalentis,valentines\r\nvalentones,valentines\r\nvaletta,valletta\r\nvaleu,value\r\nvaleues,values\r\nvaleus,values\r\nvaley,valley\r\nvalgar,vulgar\r\nvalgbond,vagabond\r\nvalguar,vulgar\r\nvaliables,variables\r\nvaliate,validate\r\nvaliation,validation\r\nvaliator,validator\r\nvaliators,validators\r\nvalicities,facilities\r\nvalid-br,valid-return\r\nvalidade,validated\r\nvalidaition,validation\r\nvalidaor,validator\r\nvalidata,validate\r\nvalidataion,validation\r\nvalidateion,validation\r\nvalidater,validator\r\nvalidatin,validating\r\nvalidatino,validation\r\nvalidatioin,validation\r\nvalidationc,validation\r\nvalidationces,validations\r\nvalidatiosn,validations\r\nvalidatoin,validation\r\nvalidaton,validation\r\nvalidatorsbr,validators\r\nvalidd,valid\r\nvalide,validate\r\nvalided,validated\r\nvalides,validates\r\nvalididty,validity\r\nvaliding,validating\r\nvalidit,validity\r\nvaliditity,validity\r\nvaliditiy,validity\r\nvalidte,validate\r\nvalidtor,validator\r\nvalidty,validity\r\nvalie,value\r\nvalience,violence\r\nvalient,valiant\r\nvaliidate,validate\r\nvalintine,valentine\r\nvalitidy,validity\r\nvalitity,validity\r\nvality,validity\r\nvaliues,values\r\nvalkirye,valkyrie\r\nvalkiyre,valkyrie\r\nvalkriye,valkyrie\r\nvalkryie,valkyrie\r\nvalkyire,valkyrie\r\nvalkyre,valkyrie\r\nvallay,valley\r\nvallaye,valley\r\nvalled,called\r\nvallery,valley\r\nvalliantly,valiantly\r\nvallie,valley\r\nvalliy,valley\r\nvally,valley\r\nvalnecia,valencia\r\nvalnetines,valentines\r\nvalnurablities,valnurabilities\r\nvalu,value\r\nvaluabe,valuable\r\nvaluablity,valuability\r\nvaluatiosn,valuations\r\nvalubale,valuable\r\nvaluble,valuable\r\nvalud,value\r\nvaludate,validate\r\nvaluea,value\r\nvalueable,valuable\r\nvaluebility,valuability\r\nvalueble,valuable\r\nvaluee,value\r\nvalueg,value\r\nvalueis,value\r\nvaluel,value\r\nvaluemr,value\r\nvaluesa,values\r\nvaluesp,values\r\nvaluesx,values\r\nvaluie,value\r\nvalume,volume\r\nvalur,value\r\nvalus,values\r\nvaluse,values\r\nvalut,vault\r\nvaluuable,valuable\r\nvalxues,values\r\nvaly,value\r\nvalye,value\r\nvalykrie,valkyrie\r\nvam,van\r\nvamipres,vampires\r\nvamlue,value\r\nvampiers,vampires\r\nvampirs,vampires\r\nvampries,vampires\r\nvanadlism,vandalism\r\nvancancey,vacancy\r\nvancancies,vacancies\r\nvancancy,vacancy\r\nvancay,vacancy\r\nvancencies,vacancies\r\nvancey,vacancy\r\nvancies,vacancies\r\nvancious,vacancies\r\nvancover,vancouver\r\nvancoverite,vancouverite\r\nvancoverites,vancouverites\r\nvancy,vacancy\r\nvand,van\r\nvandalisim,vandalism\r\nvandalsim,vandalism\r\nvandand,vagabond\r\nvandebilty,vandebility\r\nvanderlisium,vandalism\r\nvanderlism,vandalism\r\nvandles,vandals\r\nvandolism,vandalism\r\nvanencies,vacancies\r\nvanguad,vanguard\r\nvangurad,vanguard\r\nvanillia,vanilla\r\nvanillla,vanilla\r\nvanlilla,vanilla\r\nvannish,vanish\r\nvanr,van\r\nvant,van\r\nvanture,venture\r\nvanugard,vanguard\r\nvarabe,variable\r\nvarabiesl,variables\r\nvarable,variable\r\nvarables,variables\r\nvaradic,variadic\r\nvaraiables,variables\r\nvaraible,variable\r\nvaraibles,variables\r\nvaraince,variance\r\nvaraint,variant\r\nvaraints,variants\r\nvaraities,varieties\r\nvaraity,variety\r\nvaraties,varieties\r\nvaration,variation\r\nvarations,variations\r\nvarative,variative\r\nvaraty,variety\r\nvareious,various\r\nvareity,variety\r\nvareous,various\r\nvargaboard,vagabond\r\nvargant,vagrant\r\nvargonede,vagabond\r\nvargrant,vagrant\r\nvarhiable,variable\r\nvariaables,variables\r\nvariab1les,variables\r\nvariabe,variable\r\nvariabel,variable\r\nvariabels,variables\r\nvariabes,variables\r\nvariabillity,variability\r\nvariabilty,variability\r\nvariabke,variable\r\nvariabl,variable\r\nvariabled,variables\r\nvariablescocoapods,variables\r\nvariablese,variables\r\nvariabless,variables\r\nvariablez,variables\r\nvariablility,variability\r\nvariablilty,variability\r\nvariablity,variability\r\nvariabls,variables\r\nvariaity,variety\r\nvarialbe,variable\r\nvarialbes,variables\r\nvarialble,variable\r\nvarialbles,variables\r\nvariale,variable\r\nvarian't,variant's\r\nvarian,variant\r\nvarians,variants\r\nvariantes,variants\r\nvariantional,variational\r\nvariantions,variations\r\nvariaous,various\r\nvariaties,varieties\r\nvariatioanl,variational\r\nvariatoin,variation\r\nvariatoins,variations\r\nvariatry,variety\r\nvariaty,variety\r\nvaribale,variable\r\nvaribales,variables\r\nvarible,variable\r\nvaribles,variables\r\nvarie,vary\r\nvariedy,variety\r\nvarieies,varieties\r\nvarience,variance\r\nvariences,variances\r\nvarient,variant\r\nvarients,variants\r\nvariey,variety\r\nvarifiable,verifiable\r\nvarification,verification\r\nvarified,verified\r\nvarifies,verifies\r\nvarify,verify\r\nvariities,varieties\r\nvariity,variety\r\nvaring,varying\r\nvarints,variants\r\nvarion,variation\r\nvarions,various\r\nvarios,various\r\nvariosly,variously\r\nvarisations,variations\r\nvarisous,various\r\nvaristy,varsity\r\nvaritey,variety\r\nvarities,varieties\r\nvarition,variation\r\nvarity,variety\r\nvariuos,various\r\nvariuous,various\r\nvarius,various\r\nvarlidate,validate\r\nvaroious,various\r\nvarois,various\r\nvaroius,various\r\nvarous,various\r\nvarriable,variable\r\nvarry,vary\r\nvarsions,versions\r\nvarstiy,varsity\r\nvarsus,various\r\nvartiations,variations\r\nvaruables,variables\r\nvaruse,virtues\r\nvarys,varies\r\nvasall,vassal\r\nvasalls,vassals\r\nvasationing,fascinating\r\nvascanting,fascinating\r\nvascetomy,vasectomy\r\nvascilities,facilities\r\nvascinating,fascinating\r\nvasectomey,vasectomy\r\nvased,based\r\nvasilities,facilities\r\nvasinaing,fascinating\r\nvasinating,fascinating\r\nvasintiting,fascinating\r\nvasodialation,vasodilation\r\nvasodialator,vasodilator\r\nvassales,vassals\r\nvassalls,vassals\r\nvassalos,vassals\r\nvasslas,vassals\r\nvaste,vast\r\nvastecomy,vasectomy\r\nvatablity,vatability\r\nvatiable,variable\r\nvatiables,variables\r\nvaticaan,vatican\r\nvaticina,vatican\r\nvatious,various\r\nvaty,valley\r\nvaucher,voucher\r\nvaue,value\r\nvaues,values\r\nvaugely,vaguely\r\nvaulable,valuable\r\nvaule,value\r\nvauled,valued\r\nvaules,values\r\nvaulgar,vulgar\r\nvaulger,vulgar\r\nvaulgur,vulgar\r\nvauling,valuing\r\nvaulnerabilty,vaulnerability\r\nvault-opeator,vault-operator\r\nvavancy,vacancy\r\nvavle,valve\r\nvavlues,values\r\nvaylkrie,valkyrie\r\nvbalue,value\r\nvbe,be\r\nvearious,various\r\nveary,very\r\nvebrose,verbose\r\nvecctor,vector\r\nvechiles,vehicles\r\nvecilities,facilities\r\nvecinity,vicinity\r\nvecotrs,vectors\r\nvector-born,vector-borne\r\nvectore,vector\r\nvectores,vectors\r\nvectorint,vectors\r\nvectorr,vector\r\nvectos,vector\r\nvectros,vectors\r\nveddder,vedder\r\nvedulated,ventilated\r\nveersion,version\r\nvefsion,version\r\nveganisim,veganism\r\nvegansim,veganism\r\nvegatable,vegetable\r\nvegatables,vegetables\r\nvegatarian,vegetarian\r\nvegatarianism,vegetarianism\r\nvegatarians,vegetarians\r\nvegaterian,vegetarian\r\nvegaterians,vegetarians\r\nvegdaballs,vegetables\r\nvegeneise,vegenise\r\nvegeratian,vegetarians\r\nvegetaion,vegetation\r\nvegetairan,vegetarians\r\nvegetarain,vegetarians\r\nvegetarianas,vegetarians\r\nvegetarianos,vegetarians\r\nvegetarien,vegetarian\r\nvegetariens,vegetarians\r\nvegetarin,vegetarians\r\nvegetarion,vegetarian\r\nvegetatian,vegetarian\r\nvegetatians,vegetarians\r\nvegeterian,vegetarian\r\nvegeterians,vegetarians\r\nvegeterrian,vegetarian\r\nvegeterrianism,vegetarianism\r\nvegeterrians,vegetarians\r\nvegetterian,vegetarian\r\nvegetterianism,vegetarianism\r\nvegetterians,vegetarians\r\nvegetterrian,vegetarian\r\nvegetterrianism,vegetarianism\r\nvegetterrians,vegetarians\r\nvegitable,vegetable\r\nvegitables,vegetables\r\nvegitarian,vegetarian\r\nvegtable,vegetable\r\nvegtables,vegetables\r\nvehciles,vehicles\r\nvehemantly,vehemently\r\nvehementely,vehemently\r\nvehementy,vehemently\r\nvehemet,vehement\r\nvehemontly,vehemently\r\nvehical,vehicle\r\nvehicale,vehicle\r\nvehicales,vehicles\r\nvehicals,vehicles\r\nvehiccle,vehicle\r\nvehicel,vehicle\r\nvehicele,vehicle\r\nvehiceles,vehicles\r\nvehicels,vehicles\r\nvehichle,vehicle\r\nvehicul,vehicle\r\nvehicule,vehicle\r\nvehicules,vehicles\r\nvehiculs,vehicles\r\nvehr,very\r\nveichles,vehicles\r\nveid,viewed\r\nveied,viewed\r\nveign,vein\r\nveirfy,verify\r\nveirfying,verifying\r\nveitnam,vietnam\r\nveitnamese,vietnamese\r\nveiued,viewed\r\nveived,viewed\r\nveiw,view\r\nveiwable,viewable\r\nveiwd,viewed\r\nveiwed,viewed\r\nveiwer,viewer\r\nveiwers,viewers\r\nveiwership,viewership\r\nveiwing,viewing\r\nveiwpoint,viewpoint\r\nveiwpoints,viewpoints\r\nvelantine,valentine\r\nvelgary,vulgar\r\nvell,well\r\nvelosity,velocity\r\nvelues,values\r\nvelvit,velvet\r\nvemgion,version\r\nvenacular,vernacular\r\nvenamous,venomous\r\nvender,vendor\r\nvendeta,vendetta\r\nvendettta,vendetta\r\nvendored,vendor\r\nvendro,vendor\r\nvenegance,vengeance\r\nvenelope,envelope\r\nvenemous,venomous\r\nveneral,venereal\r\nvenerally,venereally\r\nvenerial,venereal\r\nvenerially,venereally\r\nveneuzela,venezuela\r\nvenezeula,venezuela\r\nvenezuelean,venezuela\r\nvenezuelian,venezuela\r\nvenezuella,venezuela\r\nvenezulea,venezuela\r\nvengaence,vengeance\r\nvengance,vengeance\r\nvengenace,vengeance\r\nvengence,vengeance\r\nvenimous,venomous\r\nvenlatated,ventilated\r\nventalated,ventilated\r\nventalation,ventilation\r\nventallated,ventilated\r\nventeariated,ventilated\r\nventelaind,ventilated\r\nventelated,ventilated\r\nventelation,ventilation\r\nventenlited,ventilated\r\nventerelated,ventilated\r\nventerlated,ventilated\r\nventialed,ventilated\r\nventialtion,ventilation\r\nventilacion,ventilation\r\nventilatioin,ventilation\r\nventilato,ventilation\r\nventilented,ventilated\r\nventillated,ventilated\r\nventillatoin,ventillation\r\nventilt,ventilated\r\nventlated,ventilated\r\nventolated,ventilated\r\nventorlated,ventilated\r\nventulated,ventilated\r\nventurlated,ventilated\r\nventylated,ventilated\r\nveolicty,velocity\r\nver,very\r\nverablly,verbally\r\nverafication,verification\r\nverafications,verifications\r\nverafied,verified\r\nverafies,verifies\r\nverafy,verify\r\nverafying,verifying\r\nverastility,versatility\r\nverations,variations\r\nverbage,verbiage\r\nverbaitm,verbatim\r\nverbaly,verbally\r\nverbatium,verbatim\r\nverbode,verbose\r\nverbodity,verbosity\r\nverboe,verbose\r\nverboisty,verbosity\r\nverbos,verbose\r\nverbous,verbose\r\nverbouse,verbose\r\nverbove,verbose\r\nverbse,verbose\r\nverce,verse\r\nverchues,virtues\r\nvere,very\r\nverefication,verification\r\nvereouse,various\r\nveresion,version\r\nverey,very\r\nverfication,verification\r\nverfications,verifications\r\nverficiation,verification\r\nverficiations,verifications\r\nverfied,verified\r\nverfier's,verifier's\r\nverfier,verifier\r\nverfies,verifies\r\nverfifier,verifier\r\nverfify,verify\r\nverfires,verifies\r\nverfiy,verify\r\nverfiying,verifying\r\nverfy,verify\r\nverfying,verifying\r\nvergues,virtues\r\nverhicle,vehicle\r\nveri,very\r\nveriable,variable\r\nveriadic,variadic\r\nveriation,variation\r\nverical,vertical\r\nverication,verification\r\nvericose,varicose\r\nveriety,variety\r\nverifcation,verification\r\nverifcations,verifications\r\nverifed,verified\r\nverifiaction,verification\r\nverifiation,verification\r\nverificacion,verification\r\nverificaiton,verification\r\nverificatioin,verification\r\nverificationc,verification\r\nverificato,verification\r\nverificatoin,verification\r\nverificaton,verification\r\nverificiation,verification\r\nverifid,verified\r\nverifikation,verification\r\nverifing,verifying\r\nverifiy,verify\r\nverifiyble,verifiable\r\nverifiying,verifying\r\nverifiyng,verifying\r\nverifyable,verifiable\r\nverifyng,verifying\r\nverifys,verifies\r\nverifyt,verify\r\nveriication,verification\r\nverion's,version's\r\nverion,version\r\nverions,versions\r\nverious,various\r\nverisimalar,verisimilar\r\nverisimalari,verisimilar\r\nverisimalariity,verisimilarity\r\nverisimalarily,verisimilarly\r\nverisimalarity,verisimilarity\r\nverisimalarly,verisimilarly\r\nverisimilari,verisimilar\r\nverisimilariity,verisimilarity\r\nverisimilarily,verisimilarly\r\nverisimiliar,verisimilar\r\nverisimiliari,verisimilar\r\nverisimiliariity,verisimilarity\r\nverisimiliarily,verisimilarly\r\nverisimiliarity,verisimilarity\r\nverisimiliarly,verisimilarly\r\nverisimmilar,verisimilar\r\nverisimmilari,verisimilar\r\nverisimmilariity,verisimilarity\r\nverisimmilarily,verisimilarly\r\nverisimmilarity,verisimilarity\r\nverisimmilarly,verisimilarly\r\nverisimmiliar,verisimilar\r\nverisimmiliari,verisimilar\r\nverisimmiliariity,verisimilarity\r\nverisimmiliarily,verisimilarly\r\nverisimmiliarity,verisimilarity\r\nverisimmiliarly,verisimilarly\r\nverisimular,verisimilar\r\nverisimulari,verisimilar\r\nverisimulariity,verisimilarity\r\nverisimularily,verisimilarly\r\nverisimularity,verisimilarity\r\nverisimularly,verisimilarly\r\nverision,version\r\nverisions,revisions\r\nverison,version\r\nverisoning,versioning\r\nverisons,versions\r\nveritcal,vertical\r\nveritcally,vertically\r\nveritgo,vertigo\r\nveritiable,verifiable\r\nveritical,vertical\r\nverius,various\r\nveriusse,various\r\nvermillion,vermilion\r\nvernaculaire,vernacular\r\nverndor,vendor\r\nvernecular,vernacular\r\nvernicular,vernacular\r\nverobse,verbose\r\nverofication,verification\r\nverofy,verify\r\nverride,override\r\nverrification,verification\r\nverrsions,versions\r\nverry,very\r\nversaitle,versatile\r\nversalite,versatile\r\nversatality,versatility\r\nversatel,versatile\r\nversatilaties,versatilities\r\nversatilaty,versatility\r\nversatiliy,versatility\r\nversatille,versatile\r\nversatillities,versatilities\r\nversatillity,versatility\r\nversatilties,versatilities\r\nversatilty,versatility\r\nversatily,versatility\r\nversatities,versatilities\r\nversatity,versatility\r\nversieon,version\r\nversility,versatility\r\nversimilitude,verisimilitude\r\nversin,version\r\nversino,version\r\nversinon,version\r\nversio,version\r\nversioin,version\r\nversiom,version\r\nversion1,version\r\nversiones,versions\r\nversiong,version\r\nversionging,versioning\r\nversioni,version\r\nversionn,version\r\nversionned,versioned\r\nversionning,versioning\r\nversionsing,versioning\r\nversionsj,versions\r\nversior,version\r\nversios,version\r\nversiosn,versions\r\nversison,version\r\nversitale,versatile\r\nversitality,versatility\r\nversitilaties,versatilities\r\nversitilaty,versatility\r\nversitile,versatile\r\nversitilely,versatilely\r\nversitileness,versatileness\r\nversitilities,versatilities\r\nversitility,versatility\r\nversitlities,versatilities\r\nversitlity,versatility\r\nversión,version\r\nversoin,version\r\nversoins,versions\r\nverson,version\r\nversoned,versioned\r\nversons,versions\r\nverstaile,versatile\r\nverstile,versatile\r\nverstion,version\r\nversuin,version\r\nvertabim,verbatim\r\nvertabra,vertebra\r\nvertabrate,vertebrate\r\nvertchuse,virtues\r\nvertecies,vertices\r\nverteous,virtues\r\nverteran,veteran\r\nverterans,veterans\r\nvertexs,vertexes\r\nvertgio,vertigo\r\nvertial,vertical\r\nvertibrate,vertebrate\r\nvertibrates,vertebrates\r\nverticallity,vertically\r\nverticallly,vertically\r\nverticaltal,vertical\r\nverticaly,vertically\r\nvertice,vertices\r\nverticies,vertices\r\nverticl-align,vertical-align\r\nverticle,vertical\r\nverticles,verticals\r\nvertieu,virtue\r\nvertification,certification\r\nvertigro,vertigo\r\nvertion,version\r\nvertions,versions\r\nvertiosn,vertions\r\nvertious,virtues\r\nvertocal,vertical\r\nvertrue,virtues\r\nvertu,virtue\r\nvertual,virtual\r\nvertually,virtually\r\nvertuals,virtues\r\nvertue's,virtues\r\nvertue,virtue\r\nvertues,virtues\r\nvertuies,virtues\r\nverture,virtue\r\nvertures,virtues\r\nverturs,virtues\r\nvertuse,virtues\r\nvertutres,virtues\r\nvertycal,vertical\r\nverue,virtue\r\nverufy,verify\r\nverus,versus\r\nveruse,virtues\r\nverusete,virtues\r\nverwrite,overwrite\r\nveryeasy,very easy\r\nveryfies,verifies\r\nveryfy,verify\r\nveryifing,verifying\r\nveryifying,verifying\r\nveryius,various\r\nverything,everything\r\nvesertid,visited\r\nvesiable,visible\r\nvesible,visible\r\nvesion,version\r\nvesioned,versioned\r\nvesrion,version\r\nvessal,vessel\r\nvesseles,vessels\r\nvessells,vessels\r\nvessiable,visible\r\nvessle,vessel\r\nvessles,vessels\r\nvestigal,vestigial\r\nvetaran,veteran\r\nvetarans,veterans\r\nveted,vetted\r\nveterean,veteran\r\nvetereans,veterans\r\nveteren,veteran\r\nveterens,veterans\r\nvetererans,veterans\r\nvetinarian,veterinarian\r\nvetinary,veterinary\r\nvetlettd,ventilated\r\nvetorial,vectorial\r\nvetors,vectors\r\nvetran,veteran\r\nvetrans,veterans\r\nvetreran,veteran\r\nvettter,vetter\r\nvettting,vetting\r\nvetween,between\r\nveuwed,viewed\r\nvew,view\r\nvewd,viewed\r\nvewed,viewed\r\nvewiership,viewership\r\nvewport,viewport\r\nvexacious,vexatious\r\nvexaciously,vexatiously\r\nvey,very\r\nveye,very\r\nveyed,viewed\r\nveyr,very\r\nvgtddwws,vGTDDws\r\nvguobad,vagabond\r\nvheck,check\r\nviabiliy,viability\r\nviabilty,viability\r\nviablility,viability\r\nviablity,viability\r\nvialance,violence\r\nvialote,violate\r\nvialounce,violence\r\nviam,via\r\nvian,via\r\nviariable,variable\r\nviat,via\r\nviatmin,vitamin\r\nviatmins,vitamins\r\nvibrantaly,vibrantally\r\nvibratie,vibrate\r\nvibratin,vibration\r\nvibrationaly,vibrationally\r\nvibratoare,vibrator\r\nvibratoin,vibration\r\nvibratr,vibrator\r\nvibrattion,vibration\r\nvibromyogrpahy,vibromyography\r\nvicefersa,vice-versa\r\nvicinties,vicinities\r\nvicintiy,vicinity\r\nvicinty,vicinity\r\nvicitet,visited\r\nvicitmized,victimized\r\nvicitms,victims\r\nviciuos,vicious\r\nvicksberg,vicksburg\r\nvicksbourg,vicksburg\r\nvicoius,vicious\r\nvicotr,victor\r\nvicotrian,victorian\r\nvicotries,victories\r\nvicotrious,victorious\r\nvicseral,visceral\r\nvictemized,victimized\r\nvictimas,victims\r\nvictimes,victims\r\nvictoires,victories\r\nvictom,victim\r\nvictomized,victimized\r\nvictorain,victorian\r\nvictorieuse,victories\r\nvictorin,victorian\r\nvictorina,victorian\r\nvictorinos,victorious\r\nvictorinus,victorious\r\nvictorios,victorious\r\nvictoriosa,victorious\r\nvictorioso,victorious\r\nvictoris,victories\r\nvictoriuos,victorious\r\nvictoriuous,victorious\r\nvictumized,victimized\r\nvicture,virtue\r\nvidally,vividly\r\nvidee,video\r\nvidel,video\r\nvideogaem,videogame\r\nvideogaems,videogames\r\nvideogamemes,videogames\r\nvideogams,videogames\r\nvideogrpaher,videographer\r\nvideogrpahers,videographers\r\nvideogrpahy,videography\r\nvideojames,videogames\r\nvideoss,videos\r\nvidep,video\r\nvididly,vividly\r\nvido,video\r\nvidoe,video\r\nvidoegame,videogame\r\nvidoegames,videogames\r\nvidoes,videos\r\nvidual,visual\r\nvieable,viewable\r\nvieded,viewed\r\nvientam,vietnam\r\nvientamese,vietnamese\r\nvieset,visited\r\nviesw,views\r\nvietied,visited\r\nvieties,varieties\r\nvietmanese,vietnamese\r\nvietnamees,vietnamese\r\nvietnameese,vietnamese\r\nvietnamesse,vietnamese\r\nvietnamiese,vietnamese\r\nvietnamise,vietnamese\r\nvietnamnese,vietnamese\r\nviety,variety\r\nvieved,viewed\r\nviewabillity,viewability\r\nviewabilty,viewability\r\nviewablility,viewability\r\nviewablity,viewability\r\nviewe,view\r\nvieweres,viewers\r\nviewpiont,viewpoint\r\nviewpionts,viewpoints\r\nviewpoit,viewpoints\r\nviewtaly,viewtally\r\nviewwing,viewing\r\nviewws,views\r\nvigalanc,vigilanc\r\nvigalance,vigilance\r\nvigalant,vigilant\r\nvigalante,vigilante\r\nvigalantes,vigilantes\r\nvigalanting,vigilanting\r\nvigalenc,vigilanc\r\nvigalent,vigilant\r\nvigalenties,vigilanties\r\nvigaros,vigorous\r\nvigarosly,vigorously\r\nvigarosness,vigorousness\r\nvigarous,vigorous\r\nvigarously,vigorously\r\nvigarousness,vigorousness\r\nvigelanc,vigilanc\r\nvigelance,vigilance\r\nvigelant,vigilant\r\nvigelante,vigilante\r\nvigelenc,vigilanc\r\nvigelent,vigilant\r\nvigeros,vigorous\r\nvigerosly,vigorously\r\nvigerosness,vigorousness\r\nvigerous,vigorous\r\nvigerously,vigorously\r\nvigerousness,vigorousness\r\nvigeur,vigueur\r\nvigilane,vigilante\r\nvigilantie,vigilante\r\nvigilanties,vigilante\r\nvigilenc,vigilanc\r\nvigilence,vigilance\r\nvigilent,vigilant\r\nvigilente,vigilante\r\nvigilentei,vigilantei\r\nvigilently,vigilantly\r\nvigiliant,vigilant\r\nvigiros,vigorous\r\nvigirosly,vigorously\r\nvigirosness,vigorousness\r\nvigirous,vigorous\r\nvigirously,vigorously\r\nvigirousness,vigorousness\r\nviglanc,vigilanc\r\nviglance,vigilance\r\nviglancia,vigilancia\r\nviglant,vigilant\r\nvigliant,vigilant\r\nvigliante,vigilante\r\nvigoros,vigorous\r\nvigorosly,vigorously\r\nvigorosness,vigorousness\r\nvigoruosly,vigorously\r\nvigourosly,vigorously\r\nvigourous,vigorous\r\nvigourously,vigorously\r\nvigrins,virgins\r\nviibilty,viibility\r\nviist,visit\r\nviisted,visited\r\nviisting,visiting\r\nvikigns,vikings\r\nvikingos,vikings\r\nvilafication,vilification\r\nvilafications,vilifications\r\nvilafied,vilified\r\nvilafies,vilifies\r\nvilafy,vilify\r\nvilafying,vilifying\r\nvilage,village\r\nvilager,villager\r\nvilain,villain\r\nvilainess,villainess\r\nvilainous,villainous\r\nvilainously,villainously\r\nvilains,villains\r\nvilance,violence\r\nvilelence,violence\r\nvilence,violence\r\nvilents,violence\r\nvilet,violet\r\nvilian,villain\r\nviliance,violence\r\nvilians,villains\r\nviligant,vigilant\r\nviligante,vigilante\r\nvillafication,vilification\r\nvillafications,vilifications\r\nvillafied,vilified\r\nvillafies,vilifies\r\nvillafy,vilify\r\nvillafying,vilifying\r\nvillageois,villages\r\nvillegas,villages\r\nvilliage,village\r\nvillian,villain\r\nvillians,villains\r\nvilliany,villainy\r\nvillification,vilification\r\nvillifications,vilifications\r\nvillified,vilified\r\nvillifies,vilifies\r\nvillify,vilify\r\nvillifying,vilifying\r\nvillige,village\r\nvillin,villain\r\nvilly,valley\r\nviloence,violence\r\nviloently,violently\r\nvilosiphy,philosophy\r\nvilounce,violence\r\nviltaly,viltally\r\nvimleated,ventilated\r\nvinagarette,vinaigrette\r\nvincability,vincibility\r\nvincable,vincible\r\nvincables,vincibles\r\nvincably,vincibly\r\nvincablys,vinciblys\r\nvincinities,vicinities\r\nvincinity,vicinity\r\nvindicitve,vindictive\r\nvindictave,vindictive\r\nvindicte,vindictive\r\nvinegrette,vinaigrette\r\nvinicity,vicinity\r\nvinigar,vinegar\r\nvinltaly,vinltally\r\nvintaly,vintally\r\nvintilated,ventilated\r\nvinzilllion,vinzillion\r\nvioalting,violating\r\nvioce,voice\r\nviod,viewed\r\nvioiln,violin\r\nviolance,violence\r\nviolatation,violation\r\nviolatin,violation\r\nviolatioin,violation\r\nviolatioins,violations\r\nviolatoin,violation\r\nviolatoins,violations\r\nviolentce,violence\r\nviolenty,violently\r\nvioletas,violates\r\nviolience,violence\r\nviolince,violence\r\nviolonce,violence\r\nviotuls,virtues\r\nviotuter,voucher\r\nvirament,vraiment\r\nviramin,vitamin\r\nviramins,vitamins\r\nviranlly,virnally\r\nvirbate,vibrate\r\nvirbation,vibration\r\nvirbator,vibrator\r\nvirchu,virtue\r\nvirercut,virtue\r\nvirgina,Virgin\r\nvirginas,virgins\r\nvirgines,virgins\r\nvirgings,virgins\r\nvirgintiy,virginity\r\nvirginus,virgins\r\nvirgues,virtues\r\nviriables,variables\r\nviricheu,virtue\r\nvirign,virgin\r\nvirignity,virginity\r\nvirigns,virgins\r\nvirst,first\r\nvirtal,virtual\r\nvirtally,virtually\r\nvirteau,virtue\r\nvirteous,virtues\r\nvirtiol,vitriol\r\nvirtiou,virtue\r\nvirtou,virtue\r\nvirtrue,virtue\r\nvirtu,virtue\r\nvirtua,virtual\r\nvirtualizatioin,virtualization\r\nvirtualizatoin,virtualization\r\nvirtualiziation,virtualization\r\nvirtualy,virtually\r\nvirtualzation,virtualization\r\nvirtuels,virtues\r\nvirtueous,virtues\r\nvirtuge,virtue\r\nvirtuies,virtues\r\nvirtuious,virtues\r\nvirtula,virtual\r\nvirtulization,virtualization\r\nvirtuose,virtues\r\nvirtural,virtual\r\nvirture,virtue\r\nvirtures,virtues\r\nvirturius,virtues\r\nvirturs,virtues\r\nvirtus,virtues\r\nvirtuse,virtues\r\nvirual,virtual\r\nvirualization,visualization\r\nviruch,virtues\r\nvirutal,virtual\r\nvirutally,virtually\r\nvirutes,virtues\r\nvis-aversa,vice versa\r\nvisa-versa,vice versa\r\nvisability,visibility\r\nvisabillity,visability\r\nvisabilty,visability\r\nvisable,visible\r\nvisablilty,visability\r\nvisablity,visability\r\nvisably,visibly\r\nvisalization,visualization\r\nvisaly,visually\r\nvisaul,visual\r\nvisaulization,visualization\r\nvisaulizer,visualizer\r\nvisaully,visually\r\nvisaversa,vice versa\r\nvisbiblity,visbibility\r\nvisbility,visibility\r\nvisbily,visibly\r\nvisble,visible\r\nviscious,vicious\r\nvisciously,viciously\r\nvisciousness,viciousness\r\nviscocities,viscosities\r\nviscocity,viscosity\r\nviscreal,visceral\r\nvisde,visited\r\nvise-versa,vice versa\r\nvisead,visited\r\nvisercal,visceral\r\nviset,visited\r\nviseted,visited\r\nvisetered,visited\r\nvisetet,visited\r\nviseversa,vice versa\r\nvisiable,visible\r\nvisiablity,visiability\r\nvisibabe,visible\r\nvisibal,visible\r\nvisibale,visible\r\nvisibe,visible\r\nvisibel,visible\r\nvisibile,visible\r\nvisibililty,visibility\r\nvisibilit,visibility\r\nvisibiliy,visibility\r\nvisibillity,visibility\r\nvisibiltiy,visibility\r\nvisibilty,visibility\r\nvisibily,visibility\r\nvisibitlity,visibility\r\nvisibley,visibly\r\nvisiblility,visibility\r\nvisiblilty,visibility\r\nvisiblity,visibility\r\nvisiblly,visibly\r\nvisied,visited\r\nvisiiblity,visiibility\r\nvisilbility,visibility\r\nvisilbity,visibility\r\nvisilibilty,visilibility\r\nvisinity,vicinity\r\nvisior,visible\r\nvisious,vicious\r\nvisisble,visible\r\nvisisblilty,visisbility\r\nvisisblity,visisbility\r\nvisisted,visited\r\nvisisting,visiting\r\nvisistor,visitor\r\nvisistors,visitors\r\nvisists,visits\r\nvisitabilty,visitability\r\nvisitable,visible\r\nvisitar,visitor\r\nvisitbilty,visitbility\r\nvisitd,visited\r\nvisite,visit\r\nvisiteted,visited\r\nvisitible,visible\r\nvisitiblity,visitibility\r\nvisitid,visited\r\nvisitied,visited\r\nvisitinsures,visit ensures\r\nvisitng,visiting\r\nvisitored,visited\r\nvisiualization,visualization\r\nvisonary,visionary\r\nvisorted,visited\r\nvissable,visible\r\nvissed,visited\r\nvissible,visible\r\nvissited,visited\r\nvissser,visser\r\nvisssers,vissers\r\nvist,visit\r\nvistation,visitation\r\nvistd,visited\r\nviste,visited\r\nvisted,visited\r\nvisteol,visited\r\nvisterd,visited\r\nvistered,visited\r\nvisteted,visited\r\nvisthed,visited\r\nvistid,visited\r\nvistied,visited\r\nvisting,visiting\r\nvistis,visits\r\nvistit,visited\r\nvistited,visited\r\nvistiten,visited\r\nvistor,visitor\r\nvistored,visited\r\nvistors,visitors\r\nvistual,visual\r\nvisua,visual\r\nvisuable,visible\r\nvisualaization,visualization\r\nvisualiase,visualise\r\nvisualiation,visualization\r\nvisualizacion,visualization\r\nvisualizaion,visualization\r\nvisualizaiton,visualization\r\nvisualizating,visualization\r\nvisualizatioin,visualization\r\nvisualizatoin,visualization\r\nvisualizatoins,visualizations\r\nvisualizaton,visualization\r\nvisualiztion,visualization\r\nvisuall,visual\r\nvisualy,visually\r\nvisualzation,visualization\r\nvisuble,visible\r\nvisulaize,visualize\r\nvisuliazations,visualizations\r\nvisulization,visualization\r\nvisulizations,visualizations\r\nvisulize,visualize\r\nvisulizer,visualizer\r\nvisullization,visualization\r\nvisully,visually\r\nvisulualize,visualize\r\nvisusal,visual\r\nvisuzlize,visualize\r\nvitablity,vitability\r\nvitailty,vitality\r\nvitallity,vitality\r\nvitaminas,vitamins\r\nvitamines,vitamins\r\nvitamis,vitamins\r\nvitatly,vitately\r\nvited,visited\r\nvitenam,vietnam\r\nvitenamese,vietnamese\r\nviteted,visited\r\nvitimans,vitamins\r\nvitiorian,victorian\r\nvitirol,vitriol\r\nvitmain,vitamin\r\nvitmains,vitamins\r\nvitories,victories\r\nvitorious,victorious\r\nvitoriously,victoriously\r\nvitory,victory\r\nvitrious,vitreous\r\nvitroil,vitriol\r\nvitrual,virtual\r\nvitrually,virtually\r\nvitrues,virtues\r\nvitruosity,vitreousity\r\nvitruoso,vitreouso\r\nvittaly,vittally\r\nvittel,vittle\r\nvitual,virtual\r\nvitualization,visualization\r\nvituals,victuals\r\nvitures,virtues\r\nviuew,view\r\nviusal,visual\r\nvivable,viable\r\nvivadly,vividly\r\nvived,vivid\r\nvivedly,vividly\r\nvivible,visible\r\nviwed,viewed\r\nviwer,viewer\r\nvizualisation,visualization\r\nvizualisations,visualization\r\nvizualization,visualization\r\nvizualize,visualize\r\nvladaolgica,vladaologica\r\nvlaid,valid\r\nvlaidate,validate\r\nvlaidation,validation\r\nvlass,class\r\nvlaue,value\r\nvlaues,values\r\nvleay,valley\r\nvlidataion,validation\r\nvlidation,validation\r\nvlocity,velocity\r\nvloggging,vlogging\r\nvlue,value\r\nvmatrixector,matrix\r\nvoab,vocab\r\nvoacher,voucher\r\nvoage,voyage\r\nvoat,vote\r\nvocablary,vocabulary\r\nvocabluary,vocabulary\r\nvocabuary,vocabulary\r\nvocabularily,vocabulary\r\nvocabularity,vocabulary\r\nvocabularly,vocabulary\r\nvocatioanlly,vocationally\r\nvocatioinal,vocational\r\nvocher,voucher\r\nvochur,voucher\r\nvochure,voucher\r\nvociemail,voicemail\r\nvocur,voucher\r\nvoer,over\r\nvoet,vote\r\nvogabond,vagabond\r\nvogular,vulgar\r\nvogure,voucher\r\nvoicemal,voicemail\r\nvoilance,violence\r\nvoilates,violates\r\nvoilating,violating\r\nvoilation,violation\r\nvoilence,violence\r\nvoilent,violent\r\nvoilently,violently\r\nvoilet,violet\r\nvoilins,violins\r\nvoilion,violin\r\nvoise,voice\r\nvolager,vulgar\r\nvolantary,voluntary\r\nvolanteer,volunteer\r\nvolanteered,volunteered\r\nvolanteering,volunteering\r\nvolanteers,volunteers\r\nvolanter,volunteer\r\nvolantered,volunteered\r\nvolantering,volunteering\r\nvolanters,volunteers\r\nvolantry,voluntary\r\nvolatge,voltage\r\nvolatiel,volatile\r\nvolatilaties,volatilities\r\nvolatilaty,volatility\r\nvolatiliy,volatility\r\nvolatillities,volatilities\r\nvolatillity,volatility\r\nvolatilties,volatilities\r\nvolatiltiy,volatility\r\nvolatilty,volatility\r\nvolatily,volatility\r\nvolatities,volatilities\r\nvolatity,volatility\r\nvolativity,volatility\r\nvolcando,volcano\r\nvolcanoe,volcano\r\nvolcanoligist,volcanologist\r\nvolcaron,volcano\r\nvolcher,voucher\r\nvolchor,voucher\r\nvolchure,voucher\r\nvolder,folder\r\nvolentary,voluntary\r\nvolenteer,volunteer\r\nvoleyball,volleyball\r\nvolgar,vulgar\r\nvolgic,vologic\r\nvolience,violence\r\nvolin,violin\r\nvolince,violence\r\nvolitality,volatility\r\nvolitilaties,volatilities\r\nvolitilaty,volatility\r\nvolitile,volatile\r\nvolitilely,volatilely\r\nvolitileness,volatileness\r\nvolitilities,volatilities\r\nvolitility,volatility\r\nvolitinal,volitional\r\nvolitlities,volatilities\r\nvolitlity,volatility\r\nvoliume,volume\r\nvolkswagon,Volkswagen\r\nvolkswagons,volkswagens\r\nvollcanoe,volcano\r\nvolley-ball,volleyball\r\nvolley-balls,volleyballs\r\nvolleyboll,volleyball\r\nvollgar,vulgar\r\nvolller,voller\r\nvollonteer,volunteer\r\nvollonteered,volunteered\r\nvollonteering,volunteering\r\nvollonteers,volunteers\r\nvollonter,volunteer\r\nvollontered,volunteered\r\nvollontering,volunteering\r\nvollonters,volunteers\r\nvollunteer,volunteer\r\nvollunteered,volunteered\r\nvollunteering,volunteering\r\nvollunteers,volunteers\r\nvollunter,volunteer\r\nvolluntered,volunteered\r\nvolluntering,volunteering\r\nvollunters,volunteers\r\nvollyeball,volleyball\r\nvolontary,voluntary\r\nvolonteer,volunteer\r\nvolonteered,volunteered\r\nvolonteering,volunteering\r\nvolonteers,volunteers\r\nvolonter,volunteer\r\nvolontered,volunteered\r\nvolontering,volunteering\r\nvolonters,volunteers\r\nvolounteer,volunteer\r\nvolounteered,volunteered\r\nvolounteering,volunteering\r\nvolounteers,volunteers\r\nvolounter,volunteer\r\nvolountered,volunteered\r\nvolountering,volunteering\r\nvolounters,volunteers\r\nvolour,colour\r\nvolue,volume\r\nvolueme,volume\r\nvolues,volumes\r\nvolugar,vulgar\r\nvolugard,vulgar\r\nvolum,volume\r\nvolum-rendered,volume-rendered\r\nvolumeattachment,volume-attachment\r\nvolumen,volume\r\nvolumess,volumes\r\nvolumn,volume\r\nvolumne,volume\r\nvolumnes,volumes\r\nvolumpe,volume\r\nvolumptuous,voluptuous\r\nvolunarabilties,volunarabilities\r\nvolunatrily,voluntarily\r\nvolunatry,voluntary\r\nvolune,volume\r\nvolunerablity,volunerability\r\nvolunes,volumes\r\nvoluntairly,voluntarily\r\nvoluntairy,voluntarily\r\nvoluntarilly,voluntarily\r\nvoluntarly,voluntary\r\nvoluntears,volunteers\r\nvolunteed,volunteered\r\nvolunteeer,volunteers\r\nvolunteeers,volunteers\r\nvolunteerd,volunteered\r\nvolunter,volunteer\r\nvolunteraly,voluntarily\r\nvoluntered,volunteered\r\nvoluntereed,volunteered\r\nvolunterily,voluntarily\r\nvoluntering,volunteering\r\nvolunterring,volunteering\r\nvolunters,volunteers\r\nvoluteer,volunteer\r\nvolye,volley\r\nvom,von\r\nvomitt,vomit\r\nvomitted,vomited\r\nvomitter,vomiter\r\nvomitting,vomiting\r\nvomitts,vomits\r\nvontent,content\r\nvor,for\r\nvoraciuos,voracious\r\nvorascious,voracious\r\nvorue,voucher\r\nvose,voice\r\nvosher,voucher\r\nvot,vote\r\nvotcher,voucher\r\nvoteing,voting\r\nvotlage,voltage\r\nvotur,voucher\r\nvoture,voucher\r\nvoucer,voucher\r\nvouch-her,voucher\r\nvouchar,voucher\r\nvouchered,voucher\r\nvouchor,voucher\r\nvouchure,voucher\r\nvoucur,voucher\r\nvoueture,voucher\r\nvouger,voucher\r\nvoughte,voucher\r\nvoughture,voucher\r\nvougure,voucher\r\nvoulager,vulgar\r\nvoulgar,vulgar\r\nvoulger,vulgar\r\nvoume,volume\r\nvouncher,voucher\r\nvouscher,voucher\r\nvoutcher,voucher\r\nvoutchers,voucher\r\nvouter,voucher\r\nvoutere,voucher\r\nvouthur,voucher\r\nvoutiers,voucher\r\nvoutuer,voucher\r\nvouture,voucher\r\nvouwels,vowels\r\nvowchure,voucher\r\nvowws,vows\r\nvqried,varied\r\nvra,var\r\nvreaking,breaking\r\nvreference,reference\r\nvreferences,references\r\nvrefinement,refinement\r\nvreflect,reflect\r\nvreities,varieties\r\nvreity,variety\r\nvreus,various\r\nvrey,very\r\nvriament,vraiment\r\nvrieities,varieties\r\nvrieity,variety\r\nvrieties,varieties\r\nvriety,variety\r\nvriginity,virginity\r\nvrigins,virgins\r\nvrituals,virtuals\r\nvrsion,version\r\nvsalues,values\r\nvsetting,setting\r\nvsibility,visibility\r\nvsisibilty,vsisibility\r\nvualt,vault\r\nvulberability,vulnerability\r\nvulerabillity,vulerability\r\nvulernabilities,vulnerabilities\r\nvulernability,vulnerability\r\nvulernable,vulnerable\r\nvulga,vulgar\r\nvulgare,vulgar\r\nvulger,vulgar\r\nvulgor,vulgar\r\nvulguar,vulgar\r\nvulgur,vulgar\r\nvulgure,vulgar\r\nvullgar,vulgar\r\nvulme,volume\r\nvulnarabilities,vulnerabilities\r\nvulnarability,vulnerability\r\nvulnarable,vulnerable\r\nvulnarbilities,vulnerabilities\r\nvulnarebillity,vulnarebility\r\nvulnarebilties,vulnarebilities\r\nvulnerabil,vulnerable\r\nvulnerabile,vulnerable\r\nvulnerabilit,vulnerability\r\nvulnerabilites,vulnerabilities\r\nvulnerabillity,vulnerability\r\nvulnerabillties,vulnerabilities\r\nvulnerabillty,vulnerability\r\nvulnerabilties,vulnerabilities\r\nvulnerabiltiy,vulnerability\r\nvulnerabilty,vulnerability\r\nvulnerabily,vulnerability\r\nvulnerabitlies,vulnerabilities\r\nvulnerablilities,vulnerabilities\r\nvulnerablility,vulnerability\r\nvulnerablilties,vulnerabilities\r\nvulnerablilty,vulnerability\r\nvulnerablities,vulnerabilities\r\nvulnerablity,vulnerability\r\nvulneratibilty,vulneratibility\r\nvulneratiblities,vulneratibilities\r\nvulnerblity,vulnerbility\r\nvulnereability,vulnerability\r\nvulneribilities,vulnerabilities\r\nvulneribility,vulnerability\r\nvulnurabilities,vulnerabilities\r\nvulnurability,vulnerability\r\nvulnurable,vulnerable\r\nvulunerability,vulnerability\r\nvundamental,fundamental\r\nvundimental,fundamental\r\nvunerabilities,vulnerabilities\r\nvunerability,vulnerability\r\nvunerabilties,vunerabilities\r\nvunerablilty,vunerability\r\nvunger,vulgar\r\nvunlerabilities,vulnerabilities\r\nvunlerability,vulnerability\r\nvunlerable,vulnerable\r\nvuntamentl,fundamental\r\nvurnabilties,vurnabilities\r\nvurnelability,vulnerability\r\nvurnerabilities,vulnerabilities\r\nvurnerability,vulnerability\r\nvurtue,virtue\r\nvurtued,virtue\r\nvurtues,virtues\r\nvurtuges,virtues\r\nvurtutes,virtues\r\nvverextenstion,vverextension\r\nvverextenstions,vverextensions\r\nvverextention,vverextension\r\nvverextentions,vverextensions\r\nvveterans,veterans\r\nvyer,very\r\nvyre,very\r\nvénézuéla,venezuela\r\nwach,each\r\nwached,watched\r\nwaching,watching\r\nwacing,walking\r\nwaciy,wacity\r\nwacking,walking\r\nwaclott,walcott\r\nwacth,watch\r\nwacther,watcher\r\nwade-giles,Wade–Giles\r\nwadting,wasting\r\nwaek,wake\r\nwaer,were\r\nwaere,were\r\nwaether,weather\r\nwaferred,wafered\r\nwaferring,wafering\r\nwaferrings,waferings\r\nwagatail's,wagtail's\r\nwagen,waggon\r\nwaggin,wagging\r\nwagish,waggish\r\nwaht's,what's\r\nwaht,what\r\nwahtever,whatever\r\nwaiked,walked\r\nwailled,wailed\r\nwailling,wailing\r\nwailt,wait\r\nwair,wear\r\nwais,ways\r\nwaita,waits\r\nwaite,wait\r\nwaiteriest,waitress\r\nwaitet,waited\r\nwaitl,wait\r\nwaitng,waiting\r\nwaitres,waiters\r\nwaitting,waiting\r\nwakeing,walking\r\nwakking,walking\r\nwaktins,watkins\r\nwakup,wakeup\r\nwal,walk\r\nwald,world\r\nwalekd,walked\r\nwalet,wallet\r\nwalgreen's,walgreens\r\nwalgreen’s,walgreens\r\nwalgreen′s,walgreens\r\nwalk't,walked\r\nwalkabilty,walkability\r\nwalkablility,walkability\r\nwalkablity,walkability\r\nwalket,walked\r\nwalkign,walking\r\nwalkink,walking\r\nwalkoff,walk-off\r\nwalkt,walked\r\nwalky-talky,walkie-talkie\r\nwallking,walking\r\nwallled,walled\r\nwalller,waller\r\nwalllet,wallet\r\nwallpapaers,wallpapers\r\nwallpapes,wallpapers\r\nwallpappers,wallpapers\r\nwallpapr,wallpapers\r\nwalue,value\r\nwame,women\r\nwamen,women\r\nwample,sample\r\nwan't,want\r\nwanderful,wonderful\r\nwanh,want\r\nwannnned,wanned\r\nwanr,warn\r\nwanring,warning\r\nwanrings,warnings\r\nwans,wants\r\nwanta,want\r\nwantend,wanted\r\nwantes,wants\r\nwantid,wanted\r\nwanto,want\r\nwany,want\r\nwaork,work\r\nwapon,weapon\r\nwaponise,weaponise\r\nwaponised,weaponised\r\nwaponize,weaponize\r\nwaponized,weaponized\r\nwaponry,weaponry\r\nwapons,weapons\r\nwarant,warrant\r\nwaranted,warranted\r\nwarantee,warranty\r\nwarantees,warrantees\r\nwaranter,warranter\r\nwaranters,warranters\r\nwaranties,warranties\r\nwaranting,warranting\r\nwarantor,warrantor\r\nwarantors,warrantors\r\nwarants,warrants\r\nwaranty,warranty\r\nwarapper,wrapper\r\nwarcarft,warcraft\r\nwarck,work\r\nwarcrat,warcraft\r\nwardobe,wardrobe\r\nwarefare,warfare\r\nwarehose,warehouse\r\nwarent,warrant\r\nwargammmer,wargammer\r\nwargnins,warnings\r\nwarhammmer,warhammer\r\nwarhing,warning\r\nwaring,warning\r\nwarings,warnings\r\nwarining,warning\r\nwarinings,warnings\r\nwariwck,warwick\r\nwark,work\r\nwarkd,walked\r\nwarking,working\r\nwarkte,walked\r\nwarloord,warlord\r\nwarngings,warnings\r\nwarnigns,warnings\r\nwarningss,warnings\r\nwarninig,warning\r\nwarnng,warning\r\nwarnning,warning\r\nwarpper,wrapper\r\nwarrandyte,warranty\r\nwarrantablity,warrantability\r\nwarrante,warranties\r\nwarrantles,warranties\r\nwarrantly,warranty\r\nwarrany,warranty\r\nwarrent,warrant\r\nwarrented,warranted\r\nwarrentee,warrantee\r\nwarrentees,warrantees\r\nwarrenter,warranter\r\nwarrenters,warranters\r\nwarrenties,warranties\r\nwarrenting,warranting\r\nwarrentor,warrantor\r\nwarrentors,warrantors\r\nwarrents,warrants\r\nwarrenty,warranty\r\nwarrios,warriors\r\nwarriros,warriors\r\nwarrriors,warriors\r\nwarrrring,warring\r\nwarwcik,warwick\r\nwas'nt,wasn't\r\nwas`nt,wasn't\r\nwase,waste\r\nwasen't,wasn't\r\nwashabilty,washability\r\nwashablility,washability\r\nwashawoman,washerwoman\r\nwashibilty,washibility\r\nwashignton,washington\r\nwashinghton,washington\r\nwashingtion,washington\r\nwasn;t,wasn't\r\nwasned,wasn't\r\nwasnt,wasn't\r\nwass,was\r\nwassser,wasser\r\nwas’nt,wasn't\r\nwat,way\r\nwatc,watch\r\nwatchemn,watchmen\r\nwatchign,watching\r\nwatchr,watcher\r\nwatchs,watches\r\nwatchtowner,watchtower\r\nwate,what\r\nwated,waited\r\nwaterjettting,waterjetting\r\nwaterlemon,watermelon\r\nwaterlin,waterline\r\nwatermalon,watermelon\r\nwatermeleon,watermelon\r\nwaterproff,waterproof\r\nwaterprooof,waterproof\r\nwatever,whatever\r\nwath,watch\r\nwathcer's,watcher's\r\nwathcer,watcher\r\nwathching,watching\r\nwathcing,watching\r\nwathcmen,watchmen\r\nwather,water\r\nwathever,whatever\r\nwathout,without\r\nwatied,wanted\r\nwatiers,waiters\r\nwating,waiting\r\nwatkings,watkins\r\nwatn,want\r\nwatned,wanted\r\nwatning,wanting\r\nwatns,wants\r\nwatter,water\r\nwatting,waiting\r\nwaunt,wanted\r\nwave-length,wavelength\r\nwave-lengths,wavelengths\r\nwaveing,waving\r\nwavelegnth,wavelength\r\nwavelegnths,wavelength\r\nwavelengh,wavelength\r\nwavelenghs,wavelength\r\nwavelenght,wavelength\r\nwavelenghten,wavelengthen\r\nwavelenghtened,wavelengthened\r\nwavelenghtener,wavelengthener\r\nwavelenghtening,wavelengthening\r\nwavelenghtens,wavelengthens\r\nwavelenghth,wavelength\r\nwavelenghtily,wavelengthily\r\nwavelenghtiness,wavelengthiness\r\nwavelenghts,wavelength\r\nwavelenghtways,wavelengthways\r\nwavelenghtwise,wavelengthwise\r\nwavelenghty,wavelengthy\r\nwavelenth,wavelength\r\nwavelenthen,wavelengthen\r\nwavelenthened,wavelengthened\r\nwavelenthener,wavelengthener\r\nwavelenthening,wavelengthening\r\nwavelenthens,wavelengthens\r\nwavelenthily,wavelengthily\r\nwavelenthiness,wavelengthiness\r\nwavelenths,wavelengths\r\nwavelenthways,wavelengthways\r\nwavelenthwise,wavelengthwise\r\nwavelenthy,wavelengthy\r\nwaviers,waivers\r\nwawrick,warwick\r\nwawwing,wawing\r\nwaxoligists,waxologists\r\nwayoints,waypoints\r\nwaypint,waypoint\r\nwayword,wayward\r\nwazzzer,wazzer\r\nwb,web\r\nwchih,which\r\nwcket,wicket\r\nwcwswws,wcwsws\r\nwde,wide\r\nwdef,def\r\nwdendsdy,wednesday\r\nwdiget,widget\r\nwdit,edit\r\nwdith,width\r\nwe''ll,we'll\r\nwe'el,we'll\r\nwe'l,we'll\r\nwe'lll,we'll\r\nwe'nve,we've\r\nwe'we,we've\r\nwe;d,we'd\r\nwe;ll,we'll\r\nwe;s,we's\r\nwead,weed\r\nweaev,weave\r\nweakenend,weakened\r\nweakensses,weaknesses\r\nweakneses,weakness\r\nweaknesess,weaknesses\r\nweaknesss,weaknesses\r\nweaknessses,weaknesses\r\nweaks,weak\r\nwealh,wealth\r\nwealthand,wealth and\r\nwealtheir,wealthier\r\nwealthly,wealthy\r\nweapona,weapon\r\nweaponaise,weaponise\r\nweaponaised,weaponised\r\nweaponaize,weaponize\r\nweaponaized,weaponized\r\nweaponary,weaponry\r\nweaponas,weapons\r\nweapone,weapon\r\nweaponeise,weaponise\r\nweaponeised,weaponised\r\nweaponeize,weaponize\r\nweaponeized,weaponized\r\nweaponery,weaponry\r\nweapones,weapons\r\nwearabillity,wearability\r\nwearabilty,wearability\r\nwearablility,wearability\r\nwearablilty,wearability\r\nwearablity,wearability\r\nwearbettter,wearbetter\r\nwearble,wearable\r\nweare,wear\r\nweas,was\r\nweat,wheat\r\nweatherabilty,weatherability\r\nweatherablity,weatherability\r\nweatherizatoin,weatherization\r\nweatherstrippping,weatherstripping\r\nweathliest,wealthiest\r\nweathre,weather\r\nweazles,weasels\r\nweb-animationss,web-animations\r\nweb-applcation,web-application\r\nweb-iste,website\r\nweb-istes,websites\r\nwebabillity,webability\r\nwebandappcreatoins,webandappcreations\r\nwebapge,webpage\r\nwebbber,webber\r\nwebbbing,webbing\r\nwebcrawls,web crawls\r\nwebiste,website\r\nwebistes,websites\r\nwebsit,website\r\nwebsiten,website\r\nwebsits,websites\r\nwebsitstaticmans,websites\r\nwebsolutiosn,websolutions\r\nwebstie,website\r\nwebsties,websites\r\nwebstite,website\r\nwebstites,websites\r\nwecked,wrecked\r\nweclome,welcome\r\nweddding,wedding\r\nwedddings,weddings\r\nwedensday,wednesday\r\nwedensdays,wednesdays\r\nweder,wonder\r\nwedesnday,wednesday\r\nwedfuly,wedfully\r\nweding,wedding\r\nwednesdsay,wednesdays\r\nwednesdsy,wednesdays\r\nwednesdy,wednesdays\r\nwednessay,wednesdays\r\nwednessday,wednesdays\r\nwednseday,wednesday\r\nwednsedays,wednesdays\r\nweeave,weave\r\nweede,weed\r\nweedey,weedy\r\nweedkilller,weedkiller\r\nweekened,weakened\r\nweekup,wakeup\r\nweel,well\r\nweeve,weave\r\nweght,weight\r\nwegiths,weights\r\nwehen,when\r\nwehn,when\r\nwehre,where\r\nwehther,whether\r\nweich,which\r\nweiches,wishes\r\nweightened,weighted\r\nweightlfiting,weightlifting\r\nweightlifing,weightlifting\r\nweightlifitng,weightlifting\r\nweightligting,weightlifting\r\nweigth,weight\r\nweigthed,weighted\r\nweigthlifting,weightlifting\r\nweigths,weights\r\nweihts,weights\r\nweild,wield\r\nweildable,wieldable\r\nweilded,wielded\r\nweilder,wielder\r\nweilders,wielders\r\nweilding,wielding\r\nweilds,wields\r\nweildy,wieldy\r\nweired,weird\r\nweirldy,weirdly\r\nweirods,weirdos\r\nweite-host,write-host\r\nweither,whether\r\nwek,week\r\nwekeend,weekend\r\nweks,week's\r\nwel,well\r\nwelathier,wealthier\r\nwelathiest,wealthiest\r\nwelathy,wealthy\r\nwelcame,welcomed\r\nwelcom,welcome\r\nwelcomeu,welcome\r\nwelcommer,welcomer\r\nwelcommers,welcomers\r\nwelcomr,welcome\r\nweldabilty,weldability\r\nwelecome,welcome\r\nwelfair,welfare\r\nwell-bahaved,well-behaved\r\nwell-dfined,well-defined\r\nwell-profen,well-proven\r\nwellcome,welcome\r\nwellfare,welfare\r\nwellformed,well formed\r\nwellignton,wellington\r\nwellingotn,wellington\r\nwellingston,wellington\r\nwellingtion,wellington\r\nwellling,welling\r\nwelllive,wellive\r\nwello,hello\r\nwelocme,welcome\r\nwelth,wealth\r\nwelthy,wealthy\r\nwelwl,well\r\nwemen,women\r\nwemn,women\r\nwen't,went\r\nwendesday,wednesday\r\nwendesdays,wednesdays\r\nwendsay,wednesday\r\nwene,when\r\nweng,went\r\nwensday,wednesday\r\nweomen,women\r\nweomon,women\r\nweon,women\r\nwep,web\r\nwepbage,webpage\r\nwepon,weapon\r\nweponise,weaponise\r\nweponised,weaponised\r\nweponize,weaponize\r\nweponized,weaponized\r\nweponry,weaponry\r\nwepons,weapons\r\nwequasting,requesting\r\nwer're,we're\r\nwer,were\r\nwerd,weird\r\nwere'nt,weren't\r\nwere't,weren't\r\nwere`nt,weren't\r\nwere`t,weren't\r\nwereabouts,whereabouts\r\nwereby,whereby\r\nwereever,wherever\r\nweren;t,weren't\r\nwerent,weren't\r\nwereprimordial,were primordial\r\nweret,weren't\r\nwere’nt,weren't\r\nwere’t,weren't\r\nwerh,were\r\nwerid,weird\r\nweridest,weirdest\r\nweridly,weirdly\r\nweridos,weirdos\r\nwerk,work\r\nwern'nt,weren't\r\nwern't,weren't\r\nwern,when\r\nwern;t,weren't\r\nwern`nt,weren't\r\nwern`t,weren't\r\nwernnt,weren't\r\nwernt,want\r\nwern’nt,weren't\r\nwern’t,weren't\r\nwerre,where\r\nwerry,worry\r\nwerst,worst\r\nwerstle,wrestle\r\nwerstler,wrestler\r\nwerth,worth\r\nwerver,server\r\nwery,weary\r\nwes,we\r\nwesbite,website\r\nwesbites,websites\r\nwesbtrook,westbrook\r\nwesh,welsh\r\nweshe,wishes\r\nwessser,wesser\r\nwestbrok,westbrook\r\nwestbroook,westbrook\r\nwesten,western\r\nwesternerns,westerners\r\nwesternes,westerners\r\nwesternese,westerners\r\nwesterness,westerners\r\nwesterse,westerners\r\nwestminser,westminster\r\nwestminter,westminster\r\nwestmisnter,westminster\r\nwestmnister,westminster\r\nwestmonster,westminster\r\nwestrbook,westbrook\r\nwestvirginia,West Virginia\r\nwestvirginian,West Virginian\r\nwestvirginians,West Virginians\r\nweten,when\r\nweter,water\r\nweth,with\r\nwethe,with\r\nwether,whether\r\nwethere,whether\r\nwethout,without\r\nwettabillity,wettability\r\nwettabilty,wettability\r\nwettting,wetting\r\nweve,we've\r\nwey,way\r\nwfuly,wfully\r\nwgen,when\r\nwgich,which\r\nwgy,why\r\nwha,what\r\nwhaaat,what\r\nwhaeton,wheaton\r\nwhan,when\r\nwhant,want\r\nwhanted,wanted\r\nwhanting,wanting\r\nwhants,wants\r\nwhape,shape\r\nwhar,what\r\nwhard,ward\r\nwhare,where\r\nwhared,shared\r\nwharehouse,warehouse\r\nwharever,whatever\r\nwhat''s,what's\r\nwhat;d,what'd\r\nwhat;ll,what'll\r\nwhat;re,what're\r\nwhat;s,what's\r\nwhat;ve,what've\r\nwhataver,whatever\r\nwhatch,watch\r\nwhated,wanted\r\nwhateveryou,whatever\r\nwhather,whether\r\nwhathever,whatever\r\nwhatosever,whatsoever\r\nwhatseover,whatsoever\r\nwhatsover,whatsoever\r\nwhatted,wanted\r\nwhatver,whatever\r\nwhay,why\r\nwhch,which\r\nwhcih,which\r\nwhe,when\r\nwhea,when\r\nwhean,when\r\nwheareas,whereas\r\nwheather,whether\r\nwheelabilty,wheelability\r\nwheelbarrel,wheelbarrow\r\nwheele's,wheel's\r\nwheh,when\r\nwhehter,whether\r\nwhehther,whether\r\nwheil,while\r\nwhell,wheel\r\nwhem,when\r\nwhemn,when\r\nwhen;d,when'd\r\nwhen;ll,when'll\r\nwhen;re,when're\r\nwhen;s,when's\r\nwhen;ve,when've\r\nwhena,when\r\nwhene,when\r\nwhenevfer,whenever\r\nwhenn,when\r\nwhent,went\r\nwhented,wanted\r\nwhenver,whenever\r\nwher,whether\r\nwherabouts,whereabouts\r\nwheras,whereas\r\nwherby,whereby\r\nwhere;d,where'd\r\nwhere;ll,where'll\r\nwhere;s,where's\r\nwhere;ve,where've\r\nwherease,whereas\r\nwherebouts,whereabouts\r\nwhereever,wherever\r\nwheret,where\r\nwheretere,whether\r\nwherevvvvver,wherevver\r\nwherewhere,wherever\r\nwherin,wherein\r\nwhering,wearing\r\nwhern,when\r\nwherre,where\r\nwherth,worth\r\nwherupon,whereupon\r\nwhes,wishes\r\nwheter,whether\r\nwhetever,whether\r\nwheth,with\r\nwhethere,whether\r\nwhetherr,whether\r\nwhethre,whether\r\nwhetner,whether\r\nwhetter,weather\r\nwhevener,whenever\r\nwhever,whenever\r\nwhhen,when\r\nwhia,what\r\nwhiatly,whiately\r\nwhic,which\r\nwhicbh,which\r\nwhicch,which\r\nwhich's,whose\r\nwhicha,which\r\nwhiches,which\r\nwhichh,which\r\nwhichn,which\r\nwhichs,which\r\nwhici,which\r\nwhicih,which\r\nwhick,which\r\nwhicl,which\r\nwhicvyh,which\r\nwhie,while\r\nwhiel,while\r\nwhiele,while\r\nwhielisted,whitelisted\r\nwhietlist,whitelist\r\nwhih,while\r\nwhihc,which\r\nwhildcards,wildcards\r\nwhileh,while\r\nwhill,will\r\nwhille,while\r\nwhilrwind,whirlwind\r\nwhilsting,whistling\r\nwhilsty,whistling\r\nwhiltelist,whitelist\r\nwhimp,wimp\r\nwhineing,whining\r\nwhinning,whining\r\nwhipe,wipe\r\nwhippped,whipped\r\nwhippping,whipping\r\nwhipser,whisper\r\nwhipsered,whispered\r\nwhipsering,whispering\r\nwhipsers,whispers\r\nwhirrring,whirring\r\nwhirrrrrring,whirring\r\nwhis,this\r\nwhish,wish\r\nwhishen,wishes\r\nwhisherling,whistling\r\nwhishes,wishes\r\nwhishies,wishes\r\nwhishis,wishes\r\nwhising,whistling\r\nwhisle,whistle\r\nwhisling,whistling\r\nwhislist,wishlist\r\nwhislling,whistling\r\nwhislng,whistling\r\nwhislte,whistle\r\nwhisltes,whistles\r\nwhislting,whistling\r\nwhisperd,whispered\r\nwhisperered,whispered\r\nwhisperes,whispers\r\nwhissling,whistling\r\nwhisteing,whistling\r\nwhistel,whistle\r\nwhisteling,whistling\r\nwhistels,whistles\r\nwhisterling,whistling\r\nwhisthing,whistling\r\nwhistiling,whistling\r\nwhisting,whistling\r\nwhistleing,whistling\r\nwhitch,which\r\nwhite-wash,whitewash\r\nwhitedlisted,whitelisted\r\nwhitelistet,whitelisted\r\nwhitelsit,whitelist\r\nwhith,with\r\nwhithin,within\r\nwhitholding,withholding\r\nwhithout,without\r\nwhithstand,withstand\r\nwhitin,within\r\nwhitleist,whitelist\r\nwhitlelist,whitelist\r\nwhitout,without\r\nwhitsle,whistle\r\nwhitsles,whistles\r\nwhitsling,whistling\r\nwhitspace,white-space\r\nwhiule,while\r\nwhivh,which\r\nwhlch,which\r\nwhlie,while\r\nwhn,when\r\nwhne,when\r\nwho't,won't\r\nwho;d,who'd\r\nwho;ll,who'll\r\nwho;re,who're\r\nwho;s,who's\r\nwho;ve,who've\r\nwhoe,who\r\nwhok,woke\r\nwholed,world\r\nwholeheartadly,wholeheartedly\r\nwholeheartdly,wholeheartedly\r\nwholeheartedy,wholeheartedly\r\nwholeheartely,wholeheartedly\r\nwholeheartidly,wholeheartedly\r\nwholely,wholly\r\nwholey,wholly\r\nwholsale,wholesale\r\nwholsome,wholesome\r\nwholy,wholly\r\nwhome,whom\r\nwhoms,whose\r\nwhon,whom\r\nwhont,want\r\nwhoose,whose\r\nwhoppper,whopper\r\nwhoppping,whopping\r\nwhorthwhile,worthwhile\r\nwhos,whose\r\nwhoses,whose\r\nwhot,what\r\nwhotch,watch\r\nwhould,would\r\nwhow,show\r\nwhows,shows\r\nwhoy,who\r\nwhre,where\r\nwhrer,where\r\nwhrilwind,whirlwind\r\nwhsiper,whisper\r\nwhsipered,whispered\r\nwhsipering,whispering\r\nwhsipers,whispers\r\nwht,what\r\nwhta,what\r\nwhth,with\r\nwhther,whether\r\nwhtich,which\r\nwhtielist,whitelist\r\nwhtn,when\r\nwhuch,which\r\nwhwich,which\r\nwhy;d,why'd\r\nwhy;ll,why'll\r\nwhy;re,why're\r\nwhy;s,why's\r\nwhy;ve,why've\r\nwiaters,waiters\r\nwiaver,waiver\r\nwiavers,waivers\r\nwich,which\r\nwiche,which\r\nwiches,wishes\r\nwiching,wishing\r\nwichis,wishes\r\nwichout,without\r\nwicth,which\r\nwid,wind\r\nwiddow,widow\r\nwide-spread,widespread\r\nwide-spred,widespread\r\nwide-sread,widespread\r\nwidely-discuessed,widely-discussed\r\nwidepsread,widespread\r\nwidespred,widespread\r\nwidesread,widespread\r\nwidet,widget\r\nwidevisiblity,widevisibility\r\nwidger,widget\r\nwidges,widgets\r\nwidgest,widgets\r\nwidgetas,widgets\r\nwidgetes,widgets\r\nwidgit,widget\r\nwidht,width\r\nwidith,width\r\nwidley,widely\r\nwidly,wildly\r\nwidnow,window\r\nwidnows,windows\r\nwido,widow\r\nwidsom,wisdom\r\nwidt,width\r\nwidthand,width\r\nwidthdraw,withdraw\r\nwidthout,without\r\nwief,wife\r\nwiegh,weigh\r\nwieghed,weighed\r\nwieghing,weighing\r\nwieght,weight\r\nwieghted,weighted\r\nwieghtless,weightless\r\nwieghtlifting,weightlifting\r\nwieghts,weights\r\nwieh,with\r\nwier,wire\r\nwierd,weird\r\nwierder,weirder\r\nwierdness,weirdness\r\nwierdo,weirdo\r\nwiew,view\r\nwiewable,viewable\r\nwiewed,viewed\r\nwiewer,viewer\r\nwiewers,viewers\r\nwiewing,viewing\r\nwiews,views\r\nwift,whiff\r\nwifth,width\r\nwigdet,widget\r\nwigdets,widgets\r\nwiget,widget\r\nwih,with\r\nwihch,which\r\nwihe,with\r\nwihin,within\r\nwihn,with\r\nwihout,without\r\nwiht,with\r\nwihte-space,white-space\r\nwihth,with\r\nwihtin,within\r\nwihtout,without\r\nwiiiiiiinnnning,wiiiiiiinning\r\nwiil,will\r\nwiindows,windows\r\nwiinnnnddoowws,wiinnnnddoows\r\nwiith,with\r\nwik,wiki\r\nwikileakers,wikileaks\r\nwikileakes,wikileaks\r\nwil,will\r\nwilcard,wildcard\r\nwilcards,wildcards\r\nwildacrd,wildcard\r\nwilderniss,wilderness\r\nwildreness,wilderness\r\nwilecards,wildcards\r\nwilf,wife\r\nwilfull,willful\r\nwilfuly,wilfully\r\nwilh,while\r\nwilking,walking\r\nwillaim,william\r\nwillaims,williams\r\nwillaimsburg,williamsburg\r\nwillaimson,williamson\r\nwillaimsons,williamsons\r\nwillassist,will assist\r\nwillbe,will be\r\nwille,will\r\nwillfullly,willfully\r\nwillfuly,willfully\r\nwillimas,williams\r\nwillingess,willingness\r\nwillingless,willingness\r\nwillk,will\r\nwilll,will\r\nwillling,willing\r\nwilllive,willive\r\nwilllor,willor\r\nwilow,willow\r\nwime,women\r\nwimen,women\r\nwimien,women\r\nwimmen,women\r\nwimmmer,wimmer\r\nwimmming,wimming\r\nwimn,women\r\nwinapeg,winnipeg\r\nwincheseter,winchester\r\nwinchestor,winchester\r\nwinde,windy\r\nwindering,wondering\r\nwindey,windy\r\nwindhsield,windshield\r\nwindjammmer,windjammer\r\nwindmillling,windmilling\r\nwindo,window\r\nwindodows,windows\r\nwindoe,window\r\nwindoes,windows\r\nwindos,windows\r\nwindosr,windsor\r\nwindous,windows\r\nwindown,windows\r\nwindowsj,windows\r\nwindowws,windows\r\nwindowz,windows\r\nwindsheild,windshield\r\nwindsheildable,windshieldable\r\nwindsheilded,windshielded\r\nwindsheilder,windshielder\r\nwindsheilders,windshielders\r\nwindsheilding,windshielding\r\nwindsheilds,windshield\r\nwindsheildy,windshieldy\r\nwindshied,windshield\r\nwindshiled,windshield\r\nwindsoar,windsor\r\nwindw,window\r\nwindwos,windows\r\nwindws,windows\r\nwinepeg,winnipeg\r\nwininpeg,winnipeg\r\nwinipeg,winnipeg\r\nwinnigns,winnings\r\nwinnins,winnings\r\nwinnner,winner\r\nwinnners,winners\r\nwinnning,winning\r\nwinnnings,winnings\r\nwinnnner,winner\r\nwinnnners,winners\r\nwinnnnning,winning\r\nwinnpieg,winnipeg\r\nwinodw,window\r\nwinodws,windows\r\nwinsdor,windsor\r\nwint,with\r\nwinteger,integer\r\nwinterizatoin,winterization\r\nwintesses,witnesses\r\nwinthin,within\r\nwintson,winston\r\nwip,wipe\r\nwipeablilty,wipeability\r\nwipped,wiped\r\nwippper,wipper\r\nwire-grame,wire-frame\r\nwirecuttter,wirecutter\r\nwiredest,weirdest\r\nwireing,wiring\r\nwirh,with\r\nwirhdraw,withdraw\r\nwirhin,within\r\nwiringgrpahbottomtip,wiringgraphbottomtip\r\nwiriting,writing\r\nwirless,wireless\r\nwirte,write\r\nwirter,writer\r\nwirters,writers\r\nwirtes,writes\r\nwirth,with\r\nwirting,writing\r\nwirtte,write\r\nwirtten,written\r\nwirtter,writer\r\nwirtters,writers\r\nwirttes,writes\r\nwirtting,writing\r\nwirttten,written\r\nwisal,whistle\r\nwisaling,whistling\r\nwisches,wishes\r\nwisconisn,wisconsin\r\nwisconsion,wisconsin\r\nwisconson,Wisconsin\r\nwisdome,wisdom\r\nwisel,whistle\r\nwiserling,whistling\r\nwishas,wishes\r\nwishies,wishes\r\nwishings,wishes\r\nwishis,wishes\r\nwishle,whistle\r\nwishlisht,wishlist\r\nwishlsit,wishlist\r\nwishpered,whispered\r\nwishpering,whispering\r\nwishpers,whispers\r\nwishs,wishes\r\nwisht,wish\r\nwishte,whistle\r\nwiskered,whiskered\r\nwiskers,whisker\r\nwisling,whistling\r\nwisn,wins\r\nwisnton,winston\r\nwisper,whisper\r\nwiss,wishes\r\nwissen,wishes\r\nwissling,whistling\r\nwistfuly,wistfully\r\nwisting,whistling\r\nwistle,whistle\r\nwistled,whistled\r\nwistler,whistler\r\nwistlers,whistlers\r\nwistles,whistles\r\nwistling,whistling\r\nwistting,whistling\r\nwisus,wishes\r\nwitb,with\r\nwitchraft,witchcraft\r\nwitchs,witches\r\nwitdh,width\r\nwite,write\r\nwiter,winter\r\nwitg,with\r\nwith-out,without\r\nwitha,with a\r\nwithces,witches\r\nwithdral,withdrawal\r\nwithdrawalls,withdrawals\r\nwithdrawan,withdrawn\r\nwithdrawel,withdrawal\r\nwithdrawels,withdrawals\r\nwithdrawin,withdrawn\r\nwithdrawl,withdrawal\r\nwithdrawles,withdrawals\r\nwithdrawling,withdrawing\r\nwithdrawls,withdrawals\r\nwithdrawning,withdrawing\r\nwithe,with\r\nwitheld,withheld\r\nwithelding,withhelding\r\nwithelds,withhelds\r\nwithelist,whitelist\r\nwithen,within\r\nwithg,with\r\nwithh,with\r\nwithhelding,withholding\r\nwithholdng,withholding\r\nwithindividuals,with individuals\r\nwithing,within\r\nwithini,within\r\nwithink,within\r\nwithint,within\r\nwithinthe,within\r\nwithis,wishes\r\nwithit,within\r\nwithl,with\r\nwithm,with\r\nwitho,with\r\nwithold,withhold\r\nwitholding,withholding\r\nwitholds,withholds\r\nwithot,without\r\nwithotu,without\r\nwithou,without\r\nwithoua,without\r\nwithouht,without\r\nwithour,without\r\nwithouth,without\r\nwithpout,without\r\nwithrawal,withdrawal\r\nwithrdawal,withdrawals\r\nwithrdawing,withdrawing\r\nwiths,with\r\nwitht,with\r\nwiththe,with the\r\nwithtout,without\r\nwithut,without\r\nwithx,with\r\nwitih,with\r\nwitihn,within\r\nwitin,within\r\nwiting,waiting\r\nwitjout,without\r\nwitk,with\r\nwitn,with\r\nwitnesess,witnesses\r\nwitnesss,witnesses\r\nwitnesssed,witnessed\r\nwitnesssing,witnessing\r\nwitnin,within\r\nwitnissing,witnessing\r\nwitout,without\r\nwitt,with\r\nwitten,written\r\nwittes,whites\r\nwitth,with\r\nwitthout,without\r\nwittness,witness\r\nwityout,without\r\nwiull,will\r\nwiws,wishes\r\nwiwth,with\r\nwiwwed,wiwed\r\nwiwwing,wiwing\r\nwixard,wizard\r\nwize,wise\r\nwizrd,wizard\r\nwizzard,wizard\r\nwizzzer,wizzer\r\nwkaing,waking\r\nwkaings,wakings\r\nwlacott,walcott\r\nwlaking,walking\r\nwlil,will\r\nwll,will\r\nwlll,will\r\nwmen,women\r\nwmouse,mouse\r\nwnat,want\r\nwnated,wanted\r\nwnating,wanting\r\nwnats,wants\r\nwnd,and\r\nwndows,windows\r\nwnen,when\r\nwnidow,window\r\nwnidows,windows\r\nwnt,want\r\nwo'nt,won't\r\nwo`nt,won't\r\nwoat,what\r\nwobberly,wobbly\r\nwoch,watch\r\nwock,woke\r\nwod,wood\r\nwoedon,women\r\nwoekspace,workspace\r\nwoemn,women\r\nwoftware,software\r\nwoh,who\r\nwohe,women\r\nwohle,whole\r\nwoht,what\r\nwoild,would\r\nwoine,women\r\nwoing,walking\r\nwois,will\r\nwoiuld,would\r\nwoker,worker\r\nwokin,walking\r\nwoking,working\r\nwokking,walking\r\nwokr,work\r\nwokrability,workability\r\nwokrable,workable\r\nwokrably,workably\r\nwokrbench,workbench\r\nwokred,worked\r\nwokrer,worker\r\nwokrers,workers\r\nwokrfare,workfare\r\nwokrflows,workflows\r\nwokring,working\r\nwokringman,workingman\r\nwokringmen,workingmen\r\nwokrman,workman\r\nwokrmen,workmen\r\nwokrout,workout\r\nwokrouts,workouts\r\nwokrplace,workplace\r\nwokrroom,workroom\r\nwokrrooms,workrooms\r\nwokrs,works\r\nwokrshop,workshop\r\nwokrshops,workshops\r\nwolk,work\r\nwolking,walking\r\nwoll,wool\r\nwollda,would\r\nwollen,woolen\r\nwolling,walking\r\nwolrd,world\r\nwolrdly,worldly\r\nwolrds,worlds\r\nwolrdview,worldview\r\nwolrdwide,worldwide\r\nwolud,would\r\nwolwing,walking\r\nwome,women\r\nwomem,women\r\nwomen;s,women's\r\nwomenizzzer,womenizzer\r\nwomens',women's\r\nwomens's,women's\r\nwomens,women's\r\nwomens’,women's\r\nwomens’s,women's\r\nwoment,women\r\nwomeod,women\r\nwomin,women\r\nwomm,women\r\nwommen,women\r\nwomon,women\r\nwomow,women\r\nwomse,women\r\nwon;t,won't\r\nwond,wound\r\nwondeffuly,wondeffully\r\nwondeful,wonderful\r\nwonderes,wonders\r\nwonderfull,wonderful\r\nwonderfullly,wonderfully\r\nwonderfullness,wonderfulness\r\nwonderfulls,wonderfuls\r\nwonderfuly,wonderfully\r\nwonderlad,wonderland\r\nwonderous,wondrous\r\nwonderus,wonders\r\nwonderwand,wonderland\r\nwondow,window\r\nwondows,windows\r\nwondrful,wonderful\r\nwondring,wondering\r\nwone,won\r\nwoned,wound\r\nwonen,women\r\nwonerd,wonder\r\nwonerful,wonderful\r\nwonerfully,wonderfully\r\nwong,wrong\r\nwont',won't\r\nwoodes,woods\r\nwoodowrking,woodworking\r\nwoodworkign,woodworking\r\nwopuld,would\r\nwor,for\r\nword-beginnin,word-beginning\r\nwordcount,word count\r\nworde,world\r\nworder,wonder\r\nwordl-wide,world-wide\r\nwordlview,worldview\r\nwordlwide,worldwide\r\nwordt,word\r\nwordwide,worldwide\r\nworfklow,workflow\r\nworfklows,workflows\r\nworflow,workflow\r\nworhsiping,worshiping\r\nworhsipping,worshipping\r\nworht,worth\r\nworhtless,worthless\r\nworied,worried\r\nworiking,working\r\nworing,working\r\nwork-in-progree,work-in-progress\r\nwork-station,workstation\r\nwork-stations,workstations\r\nworkabilty,workability\r\nworkablility,workability\r\nworkablity,workability\r\nworkaound,workaround\r\nworkarkound,workaround\r\nworkarodund,workaround\r\nworkaroud,workaround\r\nworkaroung,workaround\r\nworkarround,workaround\r\nworkarund,workaround\r\nworkboosk,workbooks\r\nworkd,world\r\nworkder,worker\r\nworkding,working\r\nworkds,works\r\nworke,work\r\nworkedk,worked\r\nworken,woken\r\nworkflpw,workflow\r\nworkfore,workforce\r\nworkfroce,workforce\r\nworkfuly,workfully\r\nworkig,working\r\nworkign,working\r\nworkin,working\r\nworkind,working\r\nworkingest,workings\r\nworkink,working\r\nworkins,workings\r\nworkiung,working\r\nworklaod,workload\r\nworklfows,workflows\r\nworklow,workflow\r\nworkng,working\r\nworknig,working\r\nworkong,working\r\nworkound,workaround\r\nworkow,workflow\r\nworkpsaces,workspaces\r\nworkr,work\r\nworkround,workaround\r\nworksapce,workspace\r\nworksers,workers\r\nworksheettter,worksheetter\r\nworkshoppped,workshopped\r\nworkss,works\r\nworkstaion,workstation\r\nworkstaiton,workstation\r\nworkstatoin,workstation\r\nworkstatoins,workstations\r\nworkstaton,workstation\r\nworkstatopn,workstation\r\nworkststion,workstation\r\nworkststions,workstations\r\nworksworks,works\r\nworkt,worked\r\nworl-wide,world-wide\r\nworld-renown,world-renowned\r\nworldc,world\r\nworldivew,worldview\r\nworldogrpaher,worldographer\r\nworldveiw,worldview\r\nworlk-out,work-out\r\nworls,world\r\nworlwide,worldwide\r\nworng,wrong\r\nwornings,warnings\r\nworrdpress,wordpress\r\nworre,worries\r\nworred,worried\r\nworrie,worry\r\nworring,worrying\r\nworrring,worring\r\nworrysome,worrisome\r\nwors,worse\r\nworshippig,worshipping\r\nworshippped,worshipped\r\nworshippper,worshipper\r\nworshippping,worshipping\r\nworshop,workshop\r\nworshoping,worshiping\r\nworshopping,worshipping\r\nworspace,workspace\r\nworsten,worsen\r\nworstened,worsened\r\nworstenememe,worsenememe\r\nworstenemy,worsenemy\r\nworstenholm,worsenholm\r\nworstenholme,worsenholme\r\nworstening,worsening\r\nworte,wrote\r\nworted,worked\r\nworthelss,worthless\r\nworthey,worthy\r\nworthwile,worthwhile\r\nworthwileness,worthwhileness\r\nworthyness,worthiness\r\nworward,forward\r\nwory,worry\r\nwosre,worse\r\nwost-case,worst-case\r\nwote,wrote\r\nwoth,works\r\nwotk,work\r\nwotks,works\r\nwotkspace,workspace\r\nwoud,would\r\nwoudl,would\r\nwoudld,would\r\nwoudln't,wouldn't\r\nwoudln`t,wouldn't\r\nwoudlnt,wouldnt\r\nwoudln’t,wouldn't\r\nwoudlve,wouldve\r\nwoul,would\r\nwould'd,wouldn't\r\nwould'nt,wouldn't\r\nwould`nt,wouldn't\r\nwoulden't,wouldn't\r\nwouldn;t,wouldn't\r\nwouldnot,wouldnt\r\nwouldnt,wouldn't\r\nwouldntt,wouldn't\r\nwould’nt,wouldn't\r\nwoulld,would\r\nwoulndt,wouldnt\r\nwouls,would\r\nwound'nt,wouldn't\r\nwour,your\r\nwourld,world\r\nwowen,women\r\nwowman,women\r\nwowwed,wowed\r\nwowwing,wowing\r\nwowws,wows\r\nwowwwwed,wowwwed\r\nwo’nt,won't\r\nwqaas,was\r\nwrang,wrong\r\nwraning,warning\r\nwranings,warnings\r\nwrank,rank\r\nwranlger,wrangler\r\nwraped,wrapped\r\nwrapepr,wrapper\r\nwraper,wrapper\r\nwraping,wrapping\r\nwrapp,wrapper\r\nwrappe,wrapper\r\nwrappped,wrapped\r\nwrappper,wrapper\r\nwrapppers,wrappers\r\nwrappping,wrapping\r\nwrappring,wrapping\r\nwrapps,wraps\r\nwrapse,wraps\r\nwrapup,wrap-up\r\nwrat,wrote\r\nwrather,rather\r\nwrating,rating\r\nwraught,wrought\r\nwraughts,wroughts\r\nwraway,away\r\nwrds,words\r\nwre,were\r\nwreack,wreck\r\nwrech,wretch\r\nwreched,wretched\r\nwreckign,wrecking\r\nwreckless,reckless\r\nwrecklessness,recklessness\r\nwrecthed,wretched\r\nwree,were\r\nwrekcing,wrecking\r\nwrekkked,wrekked\r\nwreslte,wrestle\r\nwreslter,wrestler\r\nwrester,wrestler\r\nwresters,wrestlers\r\nwrestlewar,wrestler\r\nwriet,write\r\nwriets,writes\r\nwriging,writing\r\nwrigt,write\r\nwriite,write\r\nwriiter,writer\r\nwriiters,writers\r\nwriites,writes\r\nwriiting,writing\r\nwriitte,write\r\nwriitten,written\r\nwriitter,writer\r\nwriitters,writers\r\nwriittes,writes\r\nwriitting,writing\r\nwriittten,written\r\nwrints,writes\r\nwrippper,wripper\r\nwrire,write\r\nwritables,writable\r\nwritablility,writability\r\nwritalbe,writable\r\nwrite-vervose,write-verbose\r\nwriteabale,writable\r\nwrited,written\r\nwriteing,writing\r\nwriten,written\r\nwriterthe,writer\r\nwrith,write\r\nwritier,writer\r\nwritingna,writing\r\nwrittable,writeable\r\nwritte,written\r\nwritted,written\r\nwrittein,written\r\nwrittenf,written\r\nwrittent,written\r\nwritter,written\r\nwritters,writers\r\nwrittes,writes\r\nwrittin,written\r\nwritting,writing\r\nwrittings,writings\r\nwrittn,written\r\nwrittten,written\r\nwrittting,writting\r\nwrittwn,written\r\nwrnagler,wrangler\r\nwrod,word\r\nwroded,worded\r\nwroding,wording\r\nwrods,words\r\nwroet,wrote\r\nwroets,wrotes\r\nwroght,wrote\r\nwrok,work\r\nwrokability,workability\r\nwrokable,workable\r\nwrokably,workably\r\nwrokbench,workbench\r\nwrokbook,workbook\r\nwroked,worked\r\nwroker,worker\r\nwrokers,workers\r\nwrokfare,workfare\r\nwrokflow,workflow\r\nwroking,working\r\nwrokingman,workingman\r\nwrokingmen,workingmen\r\nwrokload,workload\r\nwrokloads,workloads\r\nwrokman,workman\r\nwrokmanship,workmanship\r\nwrokmen,workmen\r\nwrokout,workout\r\nwrokouts,workouts\r\nwrokplace,workplace\r\nwrokroom,workroom\r\nwrokrooms,workrooms\r\nwroks,works\r\nwrokshop,workshop\r\nwrokshops,workshops\r\nwrokspaces,workspaces\r\nwrokstation,workstation\r\nwrold,world\r\nwrold-like,world-like\r\nwroldly,worldly\r\nwrolds,worlds\r\nwroldwide,worldwide\r\nwromg,wrong\r\nwromgs,wrongs\r\nwron,wrong\r\nwrong-doing,wrongdoing\r\nwrong-doings,wrongdoings\r\nwronge,wrong\r\nwronlgy,wrongly\r\nwrougth,wrought\r\nwrougths,wroughts\r\nwrout,wrote\r\nwroute,wrote\r\nwrteched,wretched\r\nwrting,writing\r\nwrtiten,written\r\nwrtiting,writing\r\nws,was\r\nwshen,when\r\nwsselller,wSseller\r\nwstable,stable\r\nwteaking,tweaking\r\nwth,with\r\nwthat,that\r\nwthe,with\r\nwthin,within\r\nwthis,this\r\nwthout,without\r\nwtiches,witches\r\nwtih,with\r\nwtihin,within\r\nwtihout,without\r\nwtith,with\r\nwtîth,with\r\nwuala,voila\r\nwuch,such\r\nwuen,when\r\nwuite,suite\r\nwuith,with\r\nwuld,would\r\nwuldn't,wouldn't\r\nwull,will\r\nwumen,women\r\nwunder,wonder\r\nwunning,running\r\nwunnning,wunning\r\nwuond,wound\r\nwuonda,wounda\r\nwuondo,woundo\r\nwuould,would\r\nwupply,supply\r\nwupport,support\r\nwupports,supports\r\nwuppose,suppose\r\nwurtemberg,württemberg\r\nwurtembourg,wurtemberg\r\nwurtemburg,wurtemberg\r\nwurttemburg,wurttemberg\r\nwusing,using\r\nwuth,with\r\nwvery,every\r\nwwas,was\r\nwwe,we\r\nwwhich,which\r\nwwho,who\r\nwwift,swift\r\nwwith,with\r\nwwo-dimensional,two-dimensional\r\nwword,sword\r\nwwwing,wwing\r\nwwwiqoptioin,wwwiqoption\r\nwwws,wws\r\nwwww,www\r\nwy,why\r\nwya,way\r\nwyas,ways\r\nwyo,you\r\nwyomisssing,wyomissing\r\nwürtemberg,württemberg\r\nwürtembourg,würtemberg\r\nwürtemburg,würtemberg\r\nx-acessor,x-accessor\r\nx-asix,x-axis\r\nx-fowarded,x-forwarded\r\nx-repeat,repeat-x\r\nx-xaxis,x-axis\r\nxaciy,xacity\r\nxample,example\r\nxamples,examples\r\nxautomatically,automatically\r\nxenbolade,xenoblade\r\nxenobalde,xenoblade\r\nxenohpobic,xenophobic\r\nxenophibia,xenophobia\r\nxenophibic,xenophobic\r\nxenophobical,xenophobia\r\nxenophoblic,xenophobic\r\nxenophoby,xenophobia\r\nxenophonic,xenophobic\r\nxenophopia,xenophobia\r\nxenophopic,xenophobic\r\nxeonblade,xenoblade\r\nxeonphobia,xenophobia\r\nxeonphobic,xenophobic\r\nxfuly,xfully\r\nxianlly,xinally\r\nxmen,X-Men\r\nxpaddder,xpadder\r\nxpresssion,xPression\r\nxpresssions,xpressions\r\nxray,x-ray\r\nxulrunnner,xulrunner\r\nxwwed,xwed\r\nxxponant,xxponent\r\nxxponants,xxponents\r\nxxtra,extra\r\nxyphicy,xiphicy\r\nxyphid,xiphid\r\nxyphien,xiphien\r\nxyphiophylla,xiphiophylla\r\nxyphious,xiphious\r\nxyphis,xiphis\r\nxyphisternal,xiphisternal\r\nxyphius,xiphius\r\nxyphoblog,xiphoblog\r\nxyphoe,xiphoe\r\nxyphoes,xiphoes\r\nxyphoidnaval,xiphoidnaval\r\nxyphon,xiphon\r\nxyphophylloides,xiphophylloides\r\nxyphorachidia,xiphorachidia\r\nxyphos,xiphos\r\nxyphoseos,xiphoseos\r\ny-acessor,y-accessor\r\ny-asix,y-axis\r\ny-ayis,y-axis\r\ny-coordiante,y-coordinate\r\ny-repeat,repeat-y\r\nya'll,y'all\r\nya`ll,y'all\r\nyach,yacht\r\nyaching,yachting\r\nyachs,yachts\r\nyachsman,yachtsman\r\nyachsmen,yachtsmen\r\nyaciy,yacity\r\nyacth,yacht\r\nyaeh,yeah\r\nyaer,year\r\nyaered,yeared\r\nyaering,yearing\r\nyaerings,yearings\r\nyaerly,yearly\r\nyaers,years\r\nyahct,yacht\r\nyaht,yacht\r\nyannning,yanning\r\nyares,years\r\nyars,years\r\nyatch,yacht\r\nyatching,yachting\r\nyatchs,yachts\r\nyatchsman,yachtsman\r\nyatchsmen,yachtsmen\r\nyeal,yell\r\nyealds,yields\r\nyeare,year\r\nyearexperience,year experience\r\nyearley,yearly\r\nyearm,year\r\nyearnign,yearning\r\nyearnigns,yearnings\r\nyeasr,years\r\nyeehawws,yeehaws\r\nyeellling,yeelling\r\nyeer,year\r\nyeers,years\r\nyeild,yield\r\nyeildable,yieldable\r\nyeilded,yielded\r\nyeilder,yielder\r\nyeilders,yielders\r\nyeilding,yielding\r\nyeilds,yields\r\nyeildy,yieldy\r\nyel,yell\r\nyeld,yield\r\nyelller,yeller\r\nyellling,yelling\r\nyello,yellow\r\nyelow,yellow\r\nyelowed,yellowed\r\nyelower,yellower\r\nyelowing,yellowing\r\nyelowish,yellowish\r\nyelows,yellows\r\nyementite,yemenite\r\nyemoan,yeoman\r\nyeomans,yeoman's\r\nyeowman,yeoman\r\nyera,year\r\nyeraed,yeared\r\nyeraing,yearing\r\nyeraings,yearings\r\nyeraly,yearly\r\nyeras,years\r\nyerd,yard\r\nyerly,yearly\r\nyerned,yearned\r\nyers,years\r\nyersa,years\r\nyery,year\r\nyesars,years\r\nyess,yes\r\nyestarday,yesterday\r\nyhe,the\r\nyhis,this\r\nyiedl,yield\r\nyieleded,yielded\r\nyir,year\r\nyiur,your\r\nyivly,yively\r\nynderstand,understand\r\nynthesis,synthesis\r\nyo7,you\r\nyoesmite,yosemite\r\nyofu,you\r\nyofuly,yofully\r\nyoiur,your\r\nyokle,yokel\r\nyokleing,yokeling\r\nyokles,yokels\r\nyoman,yeoman\r\nyong,young\r\nyoor,your\r\nyoou're,you're\r\nyopu,you\r\nyor,your\r\nyorkhire,Yorkshire\r\nyorksher,yorkshire\r\nyorkshie,yorkshire\r\nyorkshrie,yorkshire\r\nyorn,yarn\r\nyors,yours\r\nyorskhire,yorkshire\r\nyoru,your\r\nyorug,young\r\nyorus,yours\r\nyoruself,yourself\r\nyoruselves,yourselves\r\nyosemeti,yosemite\r\nyosemitie,yosemite\r\nyosimete,yosemite\r\nyossu,you\r\nyotube,youtube\r\nyou'l,you'll\r\nyouand,you and\r\nyouare,you are\r\nyoud,you'd\r\nyoue,your\r\nyouf,you\r\nyoug,young\r\nyoul'll,you'll\r\nyoun,you\r\nyounamenous,unanimous\r\nyounder,younger\r\nyouneed,you need\r\nyounge,young\r\nyoungeist,youngest\r\nyoungents,youngest\r\nyounget,youngest\r\nyour'e,you're\r\nyour're,you're\r\nyour's,yours\r\nyoura,your\r\nyouraelf,yourself\r\nyourbooks,your books\r\nyoure,you're\r\nyourelf,yourself\r\nyoureslf,yourself\r\nyoureslves,yourselves\r\nyourinalllion,yourinallion\r\nyourindoor,your indoor\r\nyourlself,yourself\r\nyourse,course\r\nyourselfes,yourselves\r\nyourselvs,yourselves\r\nyourslef,yourself\r\nyoursleves,yourselves\r\nyourslf,yourself\r\nyourslves,yourselves\r\nyoursquore,your\r\nyoused,used\r\nyouseff,yousef\r\nyouself,yourself\r\nyoushould,you should\r\nyout,your\r\nyoutself,yourself\r\nyouu,you\r\nyouve,you've\r\nyouy,you\r\nyowr,your\r\nyoy,you\r\nyparsing,parsing\r\nypes,types\r\nypically,typically\r\nypu,you\r\nypur,your\r\nyransliteration,transliteration\r\nyrea,year\r\nyse,use\r\nysed,used\r\nython,python\r\nytou,you\r\nyu,you\r\nyuand,yuan\r\nyucatan,yucatán\r\nyukonterritory,Yukon Territory\r\nyummmer,yummer\r\nyummmers,yummers\r\nyumyummmer,yumyummer\r\nyuo,you\r\nyuonger,younger\r\nyuor,your\r\nyuors,yours\r\nyuorself,yourself\r\nyur,your\r\nyuth,youth\r\nywo,two\r\nyython,python\r\nz-axix,z-axis\r\nz-fighyting,z-fighting\r\nz-indez,z-index\r\nz-indx,z-index\r\nz-inex,z-index\r\nzaelots,zealots\r\nzakazofffer,zakazoffer\r\nzanaibars,zanzibars\r\nzappper,zapper\r\nzbie,zombie\r\nzealotes,zealots\r\nzealoths,zealots\r\nzealotus,zealots\r\nzealouts,zealous\r\nzealtos,zealots\r\nzeebra,zebra\r\nzeebras,zebras\r\nzeeebra,zebra\r\nzeeebras,zebras\r\nzeeeebra,zebra\r\nzeeeebras,zebras\r\nzeeeeebra,zebra\r\nzeeeeebras,zebras\r\nzeeeeeebra,zebra\r\nzeeeeeebras,zebras\r\nzeenith,zenith\r\nzelaots,zealots\r\nzelaous,zealous\r\nzelller,zeller\r\nzelous,zealous\r\nzen-cotrol,zen-control\r\nzeor,zero\r\nzeppelin2,zeppelin\r\nzepplein,zeppelin\r\nzepplien,zeppelin\r\nzero'd,zeroed\r\nzero-degreen,zero-degree\r\nzero-widht,zero-width\r\nzerzoes,zeroes\r\nzettaly,zettally\r\nzilllion,zillion\r\nzimbabe,zimbabwe\r\nzimbabew,zimbabwe\r\nzimbabwae,zimbabwe\r\nzimbabwaen,zimbabwe\r\nzimbabwi,zimbabwe\r\nzimbabwian,zimbabwean\r\nzimbabwians,zimbabweans\r\nzimbawbe,zimbabwe\r\nzinoists,zionists\r\nzionisim,zionism\r\nzionistas,zionists\r\nzionistes,zionists\r\nzionistisk,zionists\r\nzionistm,zionism\r\nzionsim,zionism\r\nzionsit,zionist\r\nzionsits,zionists\r\nziper,zipper\r\nzippped,zipped\r\nzippper,zipper\r\nzipppers,zippers\r\nzippping,zipping\r\nzippppper,zipper\r\nzivly,zively\r\nzmartwychwstaly,zmartwychwstally\r\nzoinism,zionism\r\nzoinist,zionist\r\nzoinists,zionists\r\nzomatoin,zomation\r\nzombi,zombie\r\nzome,zone\r\nzonea,zones\r\nzoner,zone\r\nzooekeeper,zookeeper\r\nzookeeepr,zookeeper\r\nzookeepr,zookeeper\r\nzookeer,zookeeper\r\nzookeper,zookeeper\r\nzoolagical,zoological\r\nzoolgic,zoologic\r\nzoolgico,zoologico\r\nzooligico,zoologico\r\nzooligist,zoologist\r\nzoomming,zooming\r\nzostaly,zostally\r\nzowwing,zowing\r\nzuond,zound\r\nzwillling,zwilling\r\nzylaphones,xylophones\r\n†efficiency,efficiency\r\n"
  },
  {
    "path": "tsconfig.json",
    "content": "{\n  \"compilerOptions\": {\n    \"verbatimModuleSyntax\": true,\n    \"module\": \"esnext\",\n    \"target\": \"esnext\",\n    \"lib\": [\"DOM\", \"ESNext\"],\n    \"strict\": true,\n    \"jsx\": \"preserve\",\n    \"esModuleInterop\": true,\n    \"skipLibCheck\": true,\n    \"moduleResolution\": \"Bundler\",\n    \"resolveJsonModule\": true,\n    \"noUnusedLocals\": true,\n    \"strictNullChecks\": true,\n    \"forceConsistentCasingInFileNames\": true,\n    \"types\": [\"vitepress\"]\n  },\n  \"exclude\": [\"node_modules\"],\n  \"include\": [\n    \"**/.vitepress/**/*.ts\",\n    \"**/.vitepress/**/*.mts\",\n    \"**/.vitepress/**/*.vue\",\n    \"./.cache/imports.d.ts\"\n  ]\n}\n"
  },
  {
    "path": "unocss.config.ts",
    "content": "/**\n *  Copyright (c) 2025 taskylizard. Apache License 2.0.\n *\n *  Licensed under the Apache License, Version 2.0 (the \"License\");\n *  you may not use this file except in compliance with the License.\n *  You may obtain a copy of the License at\n *\n *  http://www.apache.org/licenses/LICENSE-2.0\n *\n *  Unless required by applicable law or agreed to in writing, software\n *  distributed under the License is distributed on an \"AS IS\" BASIS,\n *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *  See the License for the specific language governing permissions and\n *  limitations under the License.\n */\n\nimport type { Rule } from 'unocss'\nimport { colors, shortcuts } from '@fmhy/colors'\nimport {\n  defineConfig,\n  presetAttributify,\n  presetIcons,\n  presetUno,\n  presetWebFonts,\n  transformerDirectives\n} from 'unocss'\n\nconst colorScales = [\n  '50',\n  '100',\n  '200',\n  '300',\n  '400',\n  '500',\n  '600',\n  '700',\n  '800',\n  '900',\n  '950'\n] as const\n\nconst colorPattern = Object.keys(colors).join('|')\nconst createColorRules = (type: 'text' | 'bg' | 'border'): Rule[] => {\n  const property =\n    type === 'text'\n      ? 'color'\n      : type === 'bg'\n        ? 'background-color'\n        : 'border-color'\n\n  return colorScales.map(\n    (scale) =>\n      [\n        new RegExp(`^${type}-(${colorPattern})-${scale}$`),\n        ([, color]) => ({ [property]: colors[color][scale] })\n      ] as const\n  )\n}\n\nexport default defineConfig({\n  content: {\n    filesystem: ['.vitepress/config.mts', '.vitepress/constants.ts', '.vitepress/shared.ts']\n  },\n  theme: {\n    colors: {\n      ...colors,\n      primary: 'var(--vp-c-brand-1)',\n      bg: 'var(--vp-c-bg)',\n      'bg-alt': 'var(--vp-c-bg-alt)',\n      'bg-elv': 'var(--vp-c-bg-elv)',\n      text: 'var(--vp-c-text-1)',\n      'text-2': 'var(--vp-c-text-2)',\n      div: 'var(--vp-c-divider)'\n    }\n  },\n  rules: [\n    // Brand color utilities\n    [\n      /^brand-(\\d+)$/,\n      ([, d]) => ({ color: `var(--vp-c-brand-${d})` })\n    ] as const,\n    [\n      /^bg-brand-(\\d+)$/,\n      ([, d]) => ({ 'background-color': `var(--vp-c-brand-${d})` })\n    ] as const,\n    [\n      /^border-brand-(\\d+)$/,\n      ([, d]) => ({ 'border-color': `var(--vp-c-brand-${d})` })\n    ] as const,\n    [\n      /^text-brand-(\\d+)$/,\n      ([, d]) => ({ color: `var(--vp-c-brand-${d})` })\n    ] as const,\n\n    // Color scale utilities\n    ...createColorRules('text'),\n    ...createColorRules('bg'),\n    ...createColorRules('border'),\n\n    [\n      'kbd',\n      {\n        display: 'inline-block',\n        padding: '0.2em 0.4em',\n        fontSize: '0.75em',\n        fontWeight: '500',\n        lineHeight: '1',\n        color: 'var(--vp-c-text-1)',\n        backgroundColor: 'rgb(var(--vp-c-bg-alt))',\n        borderRadius: '4px'\n      }\n    ]\n  ],\n  presets: [\n    presetUno(),\n    presetAttributify(),\n    presetIcons({\n      autoInstall: true,\n      scale: 1.2,\n      extraProperties: {\n        display: 'inline-block',\n        'vertical-align': 'middle'\n      },\n      collections: {\n        custom: {\n          privateersclub: () =>\n            fetch('https://megathread.pages.dev/favicon.svg').then((r) =>\n              r.text()\n            )\n        }\n      }\n    }),\n    presetWebFonts({\n      fonts: {\n        mono: 'Geist Mono'\n      }\n    })\n  ],\n  transformers: [transformerDirectives()]\n})"
  },
  {
    "path": "wrangler.toml",
    "content": "name = \"api\"\nmain = \".output/server/index.mjs\"\nworkers_dev = false\naccount_id = \"02f3b11d8d1017a20f95de4ba88fb5d6\"\ncompatibility_flags = [\"nodejs_compat\"]\ncompatibility_date = \"2024-11-01\"\n\nroutes = [\n  { pattern = \"api.fmhy.net\", custom_domain = true, zone_id = \"b4212298934f7c1998b4d15f6d261715\" },\n]\n\n[[kv_namespaces]]\nbinding = \"STORAGE\"\nid = \"6f18adea26a64d6b8858ffbdfd3f4cf2\"\n\n[[unsafe.bindings]]\nname = \"RATE_LIMITER\"\ntype = \"ratelimit\"\n# An identifier you define, that is unique to your Cloudflare account.\n# Must be an integer.\nnamespace_id = \"1001\"\n\n# Limit: the number of tokens allowed within a given period in a single\n# Cloudflare location\n# Period: the duration of the period, in seconds. Must be either 10 or 60\nsimple = { limit = 100, period = 60 }\n"
  }
]