Difference between revisions of "Language/Multiple-languages/Culture/Internet-resources-for-polyglots"

From Polyglot Club WIKI
Jump to navigation Jump to search
 
Line 1: Line 1:
[[Category:Free-Resources]]
<div class="pg_page_title">Free Internet Resources for Polyglots - {{CURRENTYEAR}}</div>
[[File:website-polyglots.jpg|thumb]]
[[File:website-polyglots.jpg|thumb]]
Hello polyglots, 😀 


<span style="font-size:25px; font-weight:bold;color: black">Best Free Services for Polyglots</span>
Polyglots are individuals who are able to speak multiple languages fluently. With the rise of the internet and technology, there are now numerous online free resources and [https://polyglotclub.com/language/tool tools] available for polyglots to improve their language skills and connect with other language enthusiasts. This article aims to provide an overview of the most useful internet resources for polyglots, including language learning websites, forums, and social media communities. Whether you are a beginner or a seasoned polyglot, these resources can help you take your language skills to the next level and further your language journey.


<big>'''If your English is not good, find links with “!!”. Links with “!!!!” are the most important to improve your English. Also, go to [[Language/English/Culture/Internet-resources-for-learning-English]].'''</big>
----
<blockquote>
* Links with “!!!!” are the most important resources for you if you don't know English well;
* Links with “!!” has low English skill requirement.
* For the condensed version of this article, go [[Language/Multiple-languages/Culture/IRFP-in-brief|HERE]].
</blockquote>


The Internet is a giant treasure. It provides so many free services.


The following resources are all free, but you can consider donating or buying premium plans, or even help some of them on the source code.
This page has a child: [[Language/Multiple-languages/Culture/Internet-resources-for-learning-specific-languages]].


<big>'''An interesting list: https://www.digitalmusicnews.com/2018/06/27/european-music-media-organizations-article-13/'''</big>
__TOC__
Welcome to our lesson on "Multiple-languages Culture → Internet resources for polyglots"! 🌍 In this lesson, we will explore various online resources that can help you enhance your language learning journey and dive deeper into the fascinating world of polyglots. After completing this lesson, you can also check out other related pages, such as our [[Language/Multiple-languages/Culture/The-Polyglot-Club-Team|Polyglot Club Team]] page, where you can learn more about the people behind the scenes who are passionate about multiple languages and cultures.


Resources should possess at least one of the following characteristics:
If you're interested in learning how to study languages more effectively, don't miss our guide on [[Language/Multiple-languages/Culture/How-to-Study-with-a-Markup-Language|studying with a markup language]], which can help you organize your language learning materials in a more structured way. And for those who love video games, we have a special treat for you! Discover how you can explore real-life locations through [[Language/Multiple-languages/Culture/Video-Games-with-Real%E2%80%90Life-Locations|video games with multiple languages and cultures]]! 🎮


#be rich in free content (not just a trial or not fulfilling the need in the free part), and the free content is mostly accurate, and the free content is not all covered by other free ones;
So, let's dive into the world of polyglots and explore the best internet resources to help you become a true language enthusiast!
#be made with a unique good idea;
== -- Introduction -- ==
#has no better alternatives.
=== Advices ===
This page is updated from time to time, not frequently, not regularly. “But how do I know what you have changed since the last time I come here?” Try this: hover your mouse over “Actions” in the upper right corner of this page, click on “history”, select the current and the version you saw last time, click on “Compare selected versions”.
 
It would be great if you pay a visit to every site on the list. Don't lose your curiosity.
 
If you want to do creative work to help others to learn languages and to know about cultures, please visit [[Language/Multiple-languages/Culture/Productivity-tools-for-polyglots]].
 
It is not recommended to put some banner like “featured in Polyglot Club” on your website, because this list is dynamic.
 
It is highly recommended to have privacy protections on. An open-source website on privacy: https://privacyguides.org/
 
=== Tips ===
Some programs require the use of command-line. There is an article about [https://www.lifewire.com/how-to-open-command-prompt-2618089 how to do it on Windows]. If you use Linux, you may use [https://sites.google.com/site/pleyadestest/david/projects/sakura Sakura], for its lightweight being and good Unicode support; If you want to customise the font in command line on Windows, you can use [https://conemu.github.io/ ConEmu].
 
Some programs split words in a sentence with spaces. In this case, texts in Chinese, Japanese, Thai, Vietnamese and other languages need a [https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/Introduction-to-some-language-tools#Word_segmentation word segmentation].
 
The customisation of some programs require a text editor. It is recommended to use [https://www.geany.org/ Geany], because it is lightweight and has useful shortcuts like “Ctrl + D” to duplicate a line.
 
See if you are downloading the binary file or the source code. Unless its language doesn't require compilation, you would need to build the program on your own with the source code. Links to download binaries (built programs) are elsewhere like “Releases” or links in the README.MD file. If you see there are multiple links in “Releases”, select the link with your corresponding operating system, CPU architecture and other clues in its filename. The “amd64” and “x86_64” have minor differences and are usually considered the same when describing a binary. “md5”, “sha256”, “sha512”, etc. are checksum formats, which can be used to check the integrity of the downloaded file. You can use the open-source tool [https://gtkhash.org/ GtkHash] to check the integrity of the files with the same name of the checksum files.
 
If you see SourceForge, you may simply click on the “Download” button. In some cases, the downloaded file is not what you want. Then you need to find it out in “Files”.
 
If you don't see an executable file in the program, then you may have to run it in another way:
* C/C++: Download [https://gcc.gnu.org/ GNU Compiler Collection] or [https://clang.llvm.org/ Clang]/[https://llvm.org/ LLVM] for advanced users. There is a [https://www.programiz.com/cpp-programming/getting-started guide].
* Python: Download [https://www.python.org/ Python] and install packages with its package manager pip, or [https://www.pypy.org/ PyPy] for advanced users. There is a [https://www.pythonforbeginners.com/development/how-run-your-python-scripts guide].
* JavaScript/TypeScript: Download [https://nodejs.org/ Node.js] or [https://deno.com/ Deno] for advanced users. There are package managers like [https://pnpm.io/ pnpm] that may perform better than the default npm. There is a [https://fireship.io/courses/javascript/beginner-js-where-to-run/ guide].
* Java: Download [https://www.java.com/ Java] and use [https://sdkman.io/ SDKMAN] to manage Software Development Kits for advanced users. There is a [https://www.maketecheasier.com/run-java-program-from-command-prompt/ guide].
* Rust: Download [https://www.rust-lang.org/ Rust]. There is a [https://www.rust-lang.org/learn/get-started guide].
* Go: Download [https://go.dev/ Go]. There is a [https://go.dev/ guide].
* Dart: Download [https://dart.dev/ Dart]. There is a [https://dart.dev/tutorials/server/get-started guide].
* Perl: Download [https://www.perl.org/get.html Perl]. There is a [https://www.thoughtco.com/how-to-install-and-run-perl-2641103 guide].
* Ruby: Download [https://www.ruby-lang.org/ Ruby]. There is a [https://www.rubyguides.com/ruby-tutorial/ guide].
* Haskell: Download [https://www.haskell.org/ Haskell]. There iss a [https://www.haskell.org/get-started/ guide].
 
JavaScript and some other languages support running something with two programs: a server and a client. You need to start the server, then access the server with the client.
 
JavaScript programs often utilise Electron.js to have cross-platform support easily, which integrates a Chromium in every program and occupies a lot of resources.
 
Java relies on a virtual machine, which is an emulator of a computer system and requires some more system resources.
 
See if the program is updated recently. Outdated programs may be no longer reliable, because they may rely on something else, like another program or a webpage, which can become invalid with the change of time. It may also contain security loopholes that were not discovered at that time and discovered now.
 
Political activism can motivate people to cause unexpected damage, like [https://securityaffairs.co/129174/hacking/node-ipc-npm-package-sabotage.html node-ipc by RIAEvangelist on GitHub].
 
=== Resource Selection Criteria ===
To be listed on this page, resources should possess at least one of the following characteristics:
 
# be rich in '''FREE''' content (not just a trial or not fulfilling the need in the free part), and the free content is mostly accurate, and the free content is not all covered by other free ones;
# be made with a unique, good idea;
# has no better alternatives.
 
Resources possessing the following characteristics will be given disadvantage:
 
# propagate specific political or religious ideas without possibility of discussion.


Resources with the following features will be given a little priority:
Resources with the following features will be given a little priority:


#available offline;
# available offline;
#available on multiple platforms;
# available on multiple platforms;
#multilingual user interface;
# multilingual user interface;
#open source;
# lightweight (including “written in C”);
#privacy-friendly (including “registration not required”).
# open source;
# privacy-friendly (including “registration not required”).
 
== <div style="color:#119922; font-weight:bold;">Blue Light Filter & Dark Mode</div> ==
 
<hr><big><big> !! https://codeberg.org/fusco/gummy </big></big>
 
Filter for Linux. It is open-source.
 
<hr><big><big> !! https://github.com/LibreShift/red-moon/ </big></big>
 
Filter for Android. It is open-source.
 
<hr><big><big> !! https://codeberg.org/ltguillaume/redshift-tray </big></big>
 
Filter for Windows. It is open-source.
 
<hr><big><big> !! https://darkreader.org/ </big></big>
 
Dark mode for web browsers. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Reminder</div> ==
 
<hr><big><big> !! https://workrave.org/ </big></big>
 
Rest reminder. It can lock your keyboard and mouse buttons when it is time. It is open-source.
 
➡ [https://polyglotclub.com/language.php?tool_id=7 Write a review]
 
<hr><big><big> !! https://hovancik.net/stretchly/ </big></big>
 
Rest reminder with macOS releases. It is open-source.
 
<hr><big><big> !! https://github.com/WinTenDev/rminder </big></big>
 
Reminders for Chromium/Chrome. It is open-source.
 
<hr><big><big> !! https://gitlab.com/axet/android-hourly-reminder </big></big>
 
Repeating timer. It alarms every hour or even minute. This reminds you how a minute passes by. It is open-source.
 
<hr><big><big> !! https://bdt.jepfa.de/ </big></big>
 
Break down a period of time to equal slices on Android. It is open-source.
 
<hr><big><big> !! https://github.com/mattvchandler/ProgressBars  </big></big>
 
Progress bars on Android. It is open-source.
 
<hr><big><big> !! https://github.com/thetwom/toc2 </big></big>
 
Metronome on Android. It is open-source.
 
<hr><big><big> !! https://www.antcom.de/gtick/ </big></big>
 
Metronome on Linux. It is open-source.
 
<hr><big><big> !! https://sourceforge.net/projects/openmetronome/ </big></big>
 
Metronome on Windows. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Work-Break Timer</div> ==
 
<hr><big><big> !! https://zidoro.github.io/pomatez/ </big></big>
 
Simple work-break timer on desktop. It is open-source.
 
<hr><big><big> !! https://github.com/ayoisaiah/focus </big></big>
 
Work-break timer in command-line. It is open-source.
 
<hr><big><big> !! https://github.com/adrcotfas/Goodtime </big></big>
 
Work-break timer on Android. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Activity Tracker</div> ==
 
<hr><big><big> https://activitywatch.net/ </big></big>
 
Track your own desktop activity. It is open-source.
 
<hr><big><big> !! https://github.com/rybak/resoday </big></big>
 
Habit calendar on desktop. It is open-source.
 
<hr><big><big> !! https://codeberg.org/fynngodau/usageDirect </big></big>
 
It shows your app usage on Android. It is open-source.
 
<hr><big><big> !! https://codito.github.io/habito/ </big></big>


This page is updated from time to time, not frequently, not regularly.
Habit tracker in command line. It is open-source.


It would be great if you pay a visit to every site on the list. Don't lose your curiosity due to my blah.
<hr><big><big> !! https://github.com/SamAmco/track-and-graph </big></big>


Don't expect you can absorb all the useful information in 1 or 2 hours.
Habit tracker with graphs on Android. It is open-source.


There is a condensed version of this page: [[Language/Multiple-languages/Culture/IRFP-in-brief]]. You can visit it instead of this page if you have known all useful information on this page.
<hr><big><big> !! https://github.com/Razeeman/Android-SimpleTimeTracker </big></big>


Please also take a look at [[:Category:Free-Resources]] to find resources for specific languages.
Timer for activities on Android. It is open-source.


If you want to do creative work to help others to learn languages and to know about cultures, please visit [[Language/Multiple-languages/Culture/Productivity-tools-for-polyglots]].
<hr><big><big> !! https://github.com/iSoron/uhabits </big></big>


It is not suggested to put something like “featured in Polyglot Club” on your website, because this list is dynamic.
Simple habit tracker on Android. It is open-source.


<big><big>'''It is necessary to get to know about “media literacy”:'''</big></big>
<hr><big><big> !! https://gottcode.org/kapow/ </big></big>


<big><big>'''https://edu.gcfglobal.org/en/digital-media-literacy/'''</big></big>
Timer for activities on desktop. It can also generate a report. It is open-source.


'''<big><big><big>It is highly recommend to have privacy protection on. </big></big></big>'''
<hr><big><big> !! https://github.com/appstome/timetome-app </big></big>


'''<big><big>An open-source website on privacy (only its English version is up-to-date; its communities are worth a visit): </big></big>'''
Timer for activities on Android. It is open-source.


'''<big><big> https://www.privacytools.io/ </big></big>'''
Its timer doesn't stop, so if you would like to do anything untracked, you need to select “other” and that category is tracked as well.


== Blue Light Filter ==
<hr><big><big> !! https://github.com/Glitchy-Tozier/githo </big></big>


<big><big><big>!!</big> http://jonls.dk/redshift/ </big></big>
Form a habit step by step on Android. It is open-source.


Filter for Linux and BSD. Windows version is experimental. It is open-source.
<hr><big><big> !! https://github.com/Destaq/language-learning-dashboard </big></big>


<big><big><big>!!</big> https://github.com/LibreShift/red-moon/ </big></big>
Dashboard for language learning, requiring some programming knowledge. It is open-source.


Filter for Android. It is open-source.
== <div style="color:#119922; font-weight:bold;">Self-Control Helper</div> ==


<big><big><big>!!</big> https://tyrrrz.me/Projects/LightBulb/ </big></big>
<hr><big><big> !! https://safing.io/ </big></big>


Filter for Windows 7 and newer versions. It is open-source.
Firewall for blocking Internet traffic for Desktop. It is open-source.


== Rest Reminder ==
<hr><big><big> !! https://github.com/anfragment/zen </big></big>


<big><big><big>!!</big> http://www.workrave.org/ </big></big>
Internet traffic filter list on desktop. It is open-source.


It can lock your keyboard and mouse buttons when it is time. It is open-source.
<hr><big><big> !! https://rethinkdns.com/ </big></big>


<big><big><big>!!</big> https://hovancik.net/stretchly/ </big></big>
Firewall for blocking Internet traffic on Android. It is open-source.


It supports Windows, Linux, BSD and macOS. Fewer features than Workrave. It is open-source.
<hr><big><big> !! https://launchpad.net/timekpr-next </big></big>


== Self-Control Helper ==
Limits the using times with a schedule for Linux. It is open-source.


<big><big><big>!!</big> https://www.proginosko.com/leechblock/ </big></big>
<hr><big><big> !! https://www.proginosko.com/leechblock/ </big></big>


Browser add-ons for blocking websites. It is open-source.
Browser add-ons for blocking websites. It is open-source.


<big><big><big>!!</big> https://github.com/Alikaraki95/Getoffyourphone </big></big>
<hr><big><big> !! https://selfcontrolapp.com/ </big></big>


For Android. It is open-source.
Block websites for Mac. It is open-source.


<big><big><big>!!</big> https://selfcontrolapp.com/ </big></big>
<hr><big><big> !! https://timelimit.io/ </big></big>


Block websites for Mac. It is open-source.
Limit your app using time for Android. It is open-source.


== Brain Trainer ==
<hr><big><big> !! https://detoxdroid.flx-apps.com/ </big></big>


<big><big> https://www.lumosity.com/en/ </big></big>
Some other measures to help you on Android. Need to use a PC to enable developer mode. It is open-source.


Practise through mini-games, 3 random games everyday for free.
It can be downloaded from [https://f-droid.org/en/packages/com.flx_apps.digitaldetox/ F-droid].


This is merely a little teaser, not something like Touhou Project.
== <div style="color:#119922; font-weight:bold;">Brain Training</div> ==
'''Notice: Whether brain training works or not is still controversial. If you don't believe it works, please skip this section.'''


<big><big> https://wiki.gnome.org/action/show/Apps/gbrainy </big></big>
<hr><big><big> https://wiki.gnome.org/action/show/Apps/gbrainy </big></big>


Mini-games. It is open-source.
Mini-games. It is open-source.


<big><big> http://brainworkshop.sourceforge.net/ </big></big>
<hr><big><big> http://brainworkshop.sourceforge.net/ </big></big>


Dual n-back. It is open-source.
Dual n-back. It is open-source.


== Keyboard ==
Its latest version 4.8.7 is not available on the website, but on the [https://sourceforge.net/projects/brainworkshop/files/brainworkshop/Brain%20Workshop%204.8/ SourceForge page].


<big><big><big>!!</big> https://colemak.com/ </big></big>
<hr><big><big> https://github.com/vivekthazhathattil/dekadico </big></big>


This one supports a lot of languages in Latin script, but it means to learn typing again. It is worth it.
Memory trainer with numbers. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Workout</div> ==
 
<hr><big><big> !! https://github.com/oliexdev/openWorkout </big></big>
 
Workout assistant for Android with animations or videos. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Eating</div> ==
 
<hr><big><big> https://codeberg.org/epinez/Energize/ </big></big>
 
Nutrition tracker for Android. It is open-source.
 
<hr><big><big> https://world.openfoodfacts.org/ </big></big>
 
Information about food nutrition.
 
== <div style="color:#119922; font-weight:bold;">Relaxation & Meditation</div> ==
 
<hr><big><big> !! https://www.freesoundslibrary.com/ </big></big>
 
It has more than 200 ambient sounds for download. Turn loop on and enjoy.
 
<hr><big><big> !! https://github.com/rafaelmardojai/blanket </big></big>
 
Play multiple audio files simultaneously on Linux. It is open-source.
 
<hr><big><big> !!  https://github.com/CliffracerMerchant/SoundAura </big></big>
 
Play multiple audio files simultaneously on Android. It is open-source.
 
<hr><big><big> !! https://github.com/yuttadhammo/BodhiTimer </big></big>
 
Meditation timer. It is open-source.
 
<hr><big><big> !! https://github.com/Mr-Kumar-Abhishek/brain-beats </big></big>
 
Binaural beats and more for desktop. It is open-source.
 
<hr><big><big> !! https://gitlab.com/axet/android-binaural-beats </big></big>
 
Binaural beats for Android. It is open-source.
 
<hr><big><big> !! https://sites.google.com/view/jithware </big></big>
 
Meditation helper with breath control for Android. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">[https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/Input-methods <u>Keyboard</u>]</div> ==
 
<hr><big><big> !! https://colemak.com/ </big></big>
 
This one supports a lot of languages in Latin script, but it means to learn typing again. [https://waddles.org/2007/04/21/switching-to-colemak-part-4/ It is worth it]. You may have noticed that “Kolemak” is even better than Colemak. How to modify keyboards will be discussed below.


[https://commons.wikimedia.org/wiki/File:KB_US-Colemak_with_AltGr.svg A better layout image].
[https://commons.wikimedia.org/wiki/File:KB_US-Colemak_with_AltGr.svg A better layout image].
Line 116: Line 317:
There is a flaw of no “„” or “‚”. You can replace “÷” and “×” with them. Also, the positions of single and double quotation marks only benefit British people for not pressing Shift. You can exchange their positions, too.
There is a flaw of no “„” or “‚”. You can replace “÷” and “×” with them. Also, the positions of single and double quotation marks only benefit British people for not pressing Shift. You can exchange their positions, too.


*[https://www.microsoft.com/en-us/download/details.aspx?id=22339 Microsoft Keyboard Layout Creator] for Windows;
There is [https://colemakmods.github.io/mod-dh/ a modified version] and [https://forum.colemak.com/topic/1458-locale-colemak-variants-for-several-countries-the-edreymar-way/ local variants].
*[https://pqrs.org/osx/karabiner/ Karabiner] for macOS;
 
*[http://rlog.rgtti.com/2014/05/01/how-to-modify-a-keyboard-layout-in-linux/ A guidance] for Linux;
<hr><big><big> https://bepo.fr/wiki/Accueil </big></big>
*[https://forums.freebsd.org/threads/change-keyboard-layout.52615/ A discussion] for FreeBSD.
 
Based on French, giving consideration to European languages. But if you don't type French much, it might be not ideal.
 
No English translation for this site, but it doesn't matter, because this keyboard is generally pre-installed in common operating systems. You just need to find it in the “French” section of keyboard settings.
 
<hr><big><big> https://forum.colemak.com/topic/519-rulemak-russian-colemak-layout/ </big></big>


For languages with other letters such as Ə and Ɔ, autocorrection (or called in another way: text replacement) is required.
Variant of Colemak for typing Cyrillic. It is available as source code. It is pre-installed on Linux, but it requires some effort as mentioned in the “Colemak” section to make sure it appears in the files. “Greek (Colemak)is also available.


*[https://autohotkey.com/ AutoHotkey] for Windows, [https://www.youtube.com/watch?v=n_9-QkD-zJ4 a video about it];
For Windows, [http://pkl.sourceforge.net/ Portable Keyboard Layout] is required. Or you can use that keyboard creator to do it manually.
*[https://support.apple.com/guide/automator/welcome/mac Automator] for macOS, [https://www.youtube.com/watch?v=Z56PBanBSx4 a video about it];
*[https://github.com/autokey/autokey AutoKey] for Linux, [https://www.youtube.com/watch?v=I9-Rj5P1dq8 a video about it].


People think it's uncomfortable to type HE with Colemak because it requires stretching the index finger and shrinking the middle finger. I type E with my ring finger in this case.
<hr><big><big> !! https://play.google.com/store/apps/details?id=kl.ime.oh </big></big>


<big><big> https://neo-layout.org/index_en.html </big></big>
It is lightweight and supports many languages, with many keyboard layouts. But it has problems, such as poor Japanese support.


This one is based on German keyboard, so you don't need to worry about lower quotation marks.
== <div style="color:#119922; font-weight:bold;">Typing</div> ==


Its idea is 6 layers. But it may have trouble with your operating system. I suppose there could be 8 layers: 2 for Latin, 2 for Greek, 2 for Cyrillic, 2 for symbols.
<hr><big><big> !! https://github.com/max-niederman/ttyper </big></big>


But don't you think changing layer is the same work with changing input method?
Typing practice in command line with detailed statistics. It is open-source.


<big><big><big>!!</big> https://bepo.fr/wiki/Accueil </big></big>
<hr><big><big> !! https://github.com/bloznelis/typioca </big></big>


Based on French, giving consideration to European languages.
Typing practice in command line with a time limit. It is open-source.


No English translation for this site, but it doesn't matter, because this keyboard is generally pre-installed in common operating systems. You just need to find it in “French” section of keyboard settings.
<hr><big><big> !! https://github.com/Mithil467/mitype </big></big>


<big><big><big>!!</big> https://play.google.com/store/apps/details?id=kl.ime.oh </big></big>
See the replay of your typing session. It is open-source.


It is lightweight and supports many languages, with many keyboard layouts. But it has problems, such as poor plugins.
<hr><big><big> !! https://github.com/plu5/retype </big></big>


<big><big><big>!!</big> https://anysoftkeyboard.github.io/ </big></big>
Type books in EPUB format. It is open-source.


It supports fewer languages than O Keyboard, but it is open-source.
== <div style="color:#119922; font-weight:bold;">Shortcut</div> ==


<big><big><big>!!</big> https://github.com/klausw/hackerskeyboard/ </big></big>
<hr><big><big> !! https://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts </big></big>


It supports fewer languages than O Keyboard, but it is open-source.
Keyboard shortcuts in general.


== Typing ==
<hr><big><big> !! https://defkey.com/ </big></big>


<big><big><big>!!</big> http://klavaro.sourceforge.net/en/ </big></big>
Keyboard shortcuts for specific programs. Add “?pdfOptions=True” to the end of address to download its PDF.


Typing tutor. It is open-source.
== <div style="color:#119922; font-weight:bold;">Cheat Sheet</div> ==


<big><big><big>!!</big> https://10fastfingers.com/ </big></big>
<hr><big><big> !! https://cheatography.com/ </big></big>


A place to train typing.
Cheat sheets for programs.


== Shortcut ==
<hr><big><big> !! https://github.com/gnebbia/kb </big></big>


<big><big><big>!!</big> https://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts </big></big>
Knowledge base of commands in command-line. It is open-source.


Keyboard shortcuts. They make the life a little easier.
== <div style="color:#119922; font-weight:bold;">Text Editor</div> ==


== To-Do-List ==
<hr><big><big> https://vscodium.com/ </big></big>


<big><big><big>!!</big> https://www.taskcoach.org/ </big></big>
Text editor with extensibility. It is open-source.


It has many functions: hierarchy, progress, different views of the list. It is open-source.
With its extensions, you can do a lot with Markdown files. A single Markdown file can be a mind map and a list of flashcards at the same time, for example.
 
<hr><big><big> !! https://www.geany.org/ </big></big>
 
Text editor with features like replacing text in multiple files. It is open-source.
 
<hr><big><big> !! https://gottcode.org/focuswriter/ </big></big>
 
Text editor in full-screen with backgrounds. It is open-source.
 
<hr><big><big> !! https://micro-editor.github.io/ </big></big>
 
Text editor in command-line. It is open-source.
 
<hr><big><big> !! https://github.com/gsantner/markor </big></big>
 
Text editor with markdown and todo.txt supports on Android. It even has a “speed read” function. It is open-source.
 
<hr><big><big> https://github.com/doom-neovim/doom-nvim </big></big>
 
Configuration for the text editor in command-line [https://neovim.io/ Neovim], with many keybindings to ensure high efficiency. It is open-source.
 
Tutorials are [https://www.openvim.com/ OpenVim], [https://github.com/iggredible/Learn-Vim Learn Vim], among others. Cheatsheet is [https://vim.rtorr.com/ Vim Cheat Sheet].
 
<hr><big><big> https://github.com/doomemacs/doomemacs </big></big>
 
Configuration for the text editor in command-line [https://www.gnu.org/software/emacs/ GNU Emacs], with high extensibility. It is open-source.
 
Tutorial is [https://www.emacswiki.org/ EmacsWiki].
 
== <div style="color:#119922; font-weight:bold;">Comprehensive Tool</div> ==
 
<hr><big><big> !! https://affine.pro/ </big></big>
 
Text and whiteboard. It is open-source.
 
<hr><big><big> !! https://super-productivity.com/ </big></big>
 
Good-looking schedule with a pomodoro timer. It is open-source.


[https://www.youtube.com/watch?v=J8a5rA-Exmw A video about it].
[https://www.youtube.com/watch?v=J8a5rA-Exmw A video about it].


<big><big><big>!!</big> https://abstractspoon.com/wiki/doku.php?id=todolist-description/ </big></big>
<hr><big><big> !! https://xwmx.github.io/nb/ </big></big>
 
Knowledge management in command-line. It is open-source.
 
<hr><big><big> !! https://jtx.techbee.at/ </big></big>
 
Journal, note, todo with tags on Android. It is open-source.
 
<hr><big><big> !! https://github.com/mhss1/MyBrain </big></big>
 
All-in-One productivity on Android. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Task Planner & To-Do-List</div> ==
 
<hr><big><big> !! https://www.abstractspoon.com/ </big></big>
 
Versatile task planner on desktop. It is open-source.
 
<hr><big><big> !! https://www.taskcoach.org/ </big></big>
 
Simple task planner on desktop. It is open-source.
 
<hr><big><big> !! https://github.com/v1tzor/TimePlanner </big></big>
 
Task planner on Android. It is open-source.


A different to-do-list. It is open-source.
<hr><big><big> !! https://eck.cologne/peafactory/en/html/calendar_pea.html </big></big>


== Notebook ==
Task calendar with encryption on Android. It is open-source.


<big><big><big>!!</big> https://www.zim-wiki.org/ </big></big>
<hr><big><big> !! https://github.com/Etar-Group/Etar-Calendar </big></big>


A desktop wiki. It is open-source.
Task calendar on Android. It is open-source.


[https://www.youtube.com/watch?v=U9bbVFzkN_E&list=PLNY1np4YRcnyl8mWOAih6_wo8G3-OrBpo A tutorial about it].
<hr><big><big> !! https://github.com/Sztorm/NoteCalendar </big></big>


<big><big><big>!!</big> https://www.giuspen.com/cherrytree/ </big></big>
Note calendar. It is open-source.


It supports hierarchy. It is open-source.
<hr><big><big> !! https://github.com/ransome1/sleek </big></big>


[https://www.youtube.com/watch?v=_S-uaq9jZ3k A video about it on Windows]; [https://www.youtube.com/watch?v=oKzfsDUdcfs a video about it on Linux].
To-do-list based on [http://todotxt.org/ todo.txt]. It is open-source.


<big><big><big>!!</big> https://standardnotes.org/ </big></big>
<hr><big><big> !! https://github.com/kraanzu/dooit </big></big>


It is privacy-focused. It is open-source. Can't insert images without payment.
To-do-list in command-line with TUI. It is open-source.


== Mind Map ==
<hr><big><big> !! https://taskwarrior.org/ </big></big>


<big><big><big>!!</big> https://www.freeplane.org/wiki/index.php/Main_Page </big></big>
To-do-list in command-line. It is open-source.


Successful fork of the lack-of-update [http://freemind.sourceforge.net/wiki/index.php/Main_Page FreeMind]. They are pretty much alike, but it claims [https://www.freeplane.org/wiki/index.php/Freeplane_features_you_were_missing_in_FreeMind to possess more features than FreeMind]. Java is required. It is open-source.
<hr><big><big> !! https://tasks.org/ </big></big>


[https://www.youtube.com/watch?v=nCfGAuHJk0s A video about it]; [https://www.youtube.com/watch?v=AKt9Bm9krBM another video about it].
To-do-list on Android. It is open-source.


== Hierarchical Spereadsheet ==
<hr><big><big> https://github.com/ribeirompl/144_blocks </hr></big></big>


<big><big><big>!!</big> http://strlen.com/treesheets/ </big></big>
Plan a day in 144 blocks. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Notebook</div> ==
 
<hr><big><big> !! https://logseq.com/ </big></big>
 
Knowledge manager with graphic view of nodes and flashcards. It has plugins including adding Anki Flashcards. It is open-source.
 
<hr><big><big> !! https://joplinapp.org/ </big></big>
 
Notes with end-to-end encryption and syncronisation. It is open-source.
 
<hr><big><big> !! https://mindforger.com/ </big></big>
 
Notes with hierarchy and tags, and can be exported to CSV files. It is open-source.
 
<hr><big><big> !! https://github.com/zadam/trilium </big></big>
 
Advanced notebook with hierarchy, text formatting, link map, synchronization and encryption. Good for working. It is open-source.
 
<hr><big><big> !! https://www.giuspen.com/cherrytree/ </big></big>
 
Hierarchical notebook with encryption. It is open-source.
 
<hr><big><big> !! https://eck.cologne/peafactory/en/html/notebook_pea.html </big></big>
 
Write RTF files with encryption. It is open-source.
 
<hr><big><big> !! https://quillpad.github.io/ </big></big>
 
Simple note-taking app for Android. It is open-source.
 
<hr><big><big> !! https://safenotes.dev/ </big></big>
 
Encrypted notes on Android. It is open-source.
 
<hr><big><big> !! https://jrnl.sh/ </big></big>
 
Notebook in command-line. It is open-source.
 
<hr><big><big> !! https://orgmode.org/ </big></big>
 
Notebook for Emacs, Neovim and other text editors. It is open-source.
 
<hr><big><big> !! https://postkevone.github.io/tiddlyresearch/ </big></big>
 
Notebook for Tiddly Wiki. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Handwriting Notebook</div> ==
 
<hr><big><big> !! https://xournalpp.github.io/ </big></big>
 
Handwritten note editor. It is open-source.
 
<hr><big><big> !! https://saber.adil.hanney.org/ </big></big>
 
Note with handwriting. It is open-source.
 
<hr><big><big> !! https://rnote.flxzt.net/ </big></big>
 
Handwriting program. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Audio Notebook</div> ==
 
<hr><big><big> !! https://certified84.github.io/AudioNote/ </big></big>
 
Audio tonebook on Andriod. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Whiteboard</div> ==
 
<hr><big><big> !! https://excalidraw.com/ </big></big>
 
Online whiteboard. It is open-source.
 
<hr><big><big> !! https://www.tldraw.com/ </big></big>
Online whiteboard. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Wiki</div> ==
 
<hr><big><big> https://www.dokuwiki.org/dokuwiki </big></big>
 
Wiki with many add-ons. It is open-source.
 
It requires setting up a server.
 
It has [https://github.com/fabienli/DokuwikiAndroid an open-source viewer for Android].
 
<hr><big><big> https://tiddlywiki.com/ </big></big>
 
Non-linear Wiki on web with HTML files. It is open-source.
 
Not ideal if the file is large. If the file is large, that means each time you modify and save it, it writes another large file.
 
It has [https://github.com/donmor/Tiddloid an open-source viewer for Android].
 
<hr><big><big> !! https://www.zim-wiki.org/ </big></big>
 
Simple wiki. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Diary</div> ==
 
<hr><big><big> !! http://lifeograph.sourceforge.net/wiki/Main_Page </big></big>
 
Diary for desktop. It is open-source.
 
<hr><big><big> !! https://billthefarmer.github.io/diary/ </big></big>
 
Diary for Android. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Diagram</div> ==
 
<hr><big><big> !! https://www.diagrams.net/ </big></big>
 
Diagrams. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Timeline</div> ==
 
<hr><big><big> !! http://thetimelineproj.sourceforge.net/ </big></big>
 
Timeline. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Mind Map</div> ==
 
<hr><big><big> !! https://www.insilmaril.de/vym/ </big></big>
 
Mind map with not many and not few features. It is open-source.
 
<hr><big><big> !! https://github.com/juzzlin/Heimer </big></big>
 
Simple and intuitive mind map. It is open-source.
 
<hr><big><big> !! https://markmap.js.org/ </big></big>
 
Markdown mind map with VSCodium / VS Code support. It is open-source.
 
<hr><big><big> http://tiddlymap.org/ </big></big>
 
Mind map for Tiddly Wiki. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Hierarchical Spreadsheet</div> ==
 
<hr><big><big> !! https://strlen.com/treesheets/ </big></big>


It combines mind map, spreadsheet and other forms of data. It is open-source.
It combines mind map, spreadsheet and other forms of data. It is open-source.
Line 217: Line 625:
[https://www.youtube.com/watch?v=UB-saQZfrsw A video about it].
[https://www.youtube.com/watch?v=UB-saQZfrsw A video about it].


== International Phonetic Alphabet ==
== <div style="color:#119922; font-weight:bold;">Graph</div> ==


<big><big><big>!!</big> https://www.internationalphoneticassociation.org/ </big></big>
<hr><big><big> !! https://foambubble.github.io/ </big></big>
 
Graph for VSCodium and VSCode. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Media Management</div> ==
 
<hr><big><big> !! https://www.tagspaces.org/ </big></big>
 
File tagging. It is open-source.
 
<hr><big><big> !! https://calibre-ebook.com/ </big></big>
 
E-Book management tool. It is open-source.
 
The main drawback is it has to keep a copy of your book in a central directory, which will cause duplication if you also keep the book elsewhere.
 
<hr><big><big> !! https://github.com/mateusz-bak/openreads-android </big></big>
 
E-Book tracker on Android. It is open-source.
 
== <div style="color:#119922; font-weight:bold;"> Web Table Extraction</div> ==
 
<hr><big><big> !! https://www.libreoffice.org/ </big></big>
 
Office suite with spreadsheet that can [https://help.libreoffice.org/6.0/en-US/text/scalc/guide/webquery.html capture web tables]. It is open-source.
 
<hr><big><big> !! https://merribithouse.net/copytables/ </big></big>
 
Capture tables from webpages for Chrome and Safari. It is open-source.
 
<hr><big><big> !! https://github.com/nirantak/copytables </big></big>
 
Fork of Copytables for Firefox. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">International Phonetic Alphabet</div> ==
 
<hr><big><big> !! https://www.internationalphoneticassociation.org/ </big></big>


The site of the maker. The full IPA chart can be downloaded here. There is also a link to an interactive IPA chart.
The site of the maker. The full IPA chart can be downloaded here. There is also a link to an interactive IPA chart.


<big><big><big>!!</big> https://easypronunciation.com/en/ipa-phonetic-transcription-converters </big></big>
<hr><big><big> !! https://easypronunciation.com/en/ipa-phonetic-transcription-converters </big></big>


IPA and romanization transcriptions. Very detailed, but there is a limitation for each hour. Its “More Tools” is also noteworthy.
IPA and romanization transcriptions. Very detailed, but there is a limitation for each hour. Its “More Tools” is also noteworthy.


<big><big> https://github.com/dmort27/epitran/ </big></big>
<hr><big><big> https://github.com/dmort27/epitran/ </big></big>


Transcription to IPA. It is open-source. It won't help if you don't know Python.
Transcription to IPA. It is open-source. It won't help if you don't know Python.
Line 233: Line 677:
It only supports words, as is [https://github.com/dmort27/epitran/issues/12 discussed]. Somebody can develop a tool for sound change.
It only supports words, as is [https://github.com/dmort27/epitran/issues/12 discussed]. Somebody can develop a tool for sound change.


== Basic Course ==  
== <div style="color:#119922; font-weight:bold;">Logic</div> ==
 
<hr><big><big> https://forallx.openlogicproject.org/ </big></big>
 
Book edited by different groups of people. Its work is under a public license.
 
<hr><big><big> https://www.logicmatters.net/tyl/ </big></big>
 
Book, conditioned distribution allowed.
 
== <div style="color:#119922; font-weight:bold;">Artificial Intelligence</div> ==
 
<hr><big><big> !!!! https://gpt4all.io/ </big></big>
 
AI application with several models available for offline use. It is open-source.


<big><big><big>!!!!</big> https://www.duolingo.com/ </big></big>
<hr><big><big> !!!! https://github.com/LiLittleCat/awesome-free-chatgpt </big></big>


The best free online language courses. It is actually a collection of exercises instead of real teaching courses. It is also under criticism, from quality to method.
List of online GPT services.


Don't neglect their other products.
<hr><big><big> !!!! https://github.com/xx025/carrot </big></big>


<big><big> https://www.coerll.utexas.edu/coerll/ </big></big>
List of online GPT services with some categories.


This one has a lot of materials as well as other things.
== <div style="color:#119922; font-weight:bold;">[https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/Internet-Courses <u>Course</u>]</div> ==


<big><big> https://fsi-languages.yojik.eu/ </big></big>
<hr><big><big> https://fsi-languages.yojik.eu/ </big></big>


Mainly courses of Foreign Service Institute, Defense Language Institute, Peace-Corps. FSI is initially aimed at middle-aged officials, so maybe not everyone likes it.
Mainly courses of Foreign Service Institute, Defense Language Institute, Peace-Corps. FSI is initially aimed at middle-aged officials, so maybe not everyone likes it. Its work is partly in public domain.


<big><big> https://www.coursera.org/browse/language-learning/ </big></big>
<hr><big><big> https://www.coursera.org/browse/language-learning/ </big></big>


Some super cool courses. This is suggested by RomDasha.
Some super cool courses. This is suggested by RomDasha.


<big><big> https://www.lingolia.com/en/ </big></big>
<hr><big><big> !!!! https://www.lingolia.com/ </big></big>


A little site with useful basic courses of 5 languages with good design.
A little site with useful basic courses of 5 languages with good design.


<big><big> https://grammar.collinsdictionary.com/ </big></big>
<hr><big><big> https://en.wikibooks.org/wiki/Subject:Languages </big></big>
 
Books are mostly incomplete and in lack of update, but some are nearly completed or completed, not bad.


Grammar lessons.
<hr><big><big> https://ikindalikelanguages.com/ </big></big>


<big><big> http://native-languages.org/ </big></big>
Introductions to languages.


Material of native American languages.
== <div style="color:#119922; font-weight:bold;">Speaking</div> ==


<big><big> https://en.wikibooks.org/wiki/Subject:Languages </big></big>
<hr><big><big> !!!! https://forvo.com/ </big></big>


Books are mostly incomplete and in lack of update, but some are nearly completed or completed, not bad.
Dictionary of pronunciation.


<big><big> http://www.bbc.co.uk/languages/ </big></big>
➡ [https://polyglotclub.com/language.php?tool_id=3 Write a review]


It is discontinued, but deserves a mention for quality. It is for beginners.
<hr><big><big> !!!! https://youglish.com/ </big></big>


<big><big> https://elon.io/ </big></big>
Pronunciation from videos, with a large subtitle frame.


Only 3 languages, but still worth a mention for its quantity and maybe quality.
It is better to be used together with the Chromium or Chrome extension [https://chrome.google.com/webstore/detail/separate-window/cbgkkbaghihhnaeabfcmmglhnfkfnpon/related Separate Window].


== Linguistic Article ==
<hr><big><big> !! https://speechling.com/ </big></big>


<big><big> https://scholar.google.com/ </big></big>
Submit the recording and wait for the response. Supported languages are not many.


When you are confused about the grammar, or simply out of curiosity, you want to touch linguistics. This site can help, though few articles are free.
➡ [https://polyglotclub.com/language.php?tool_id=2 Write a review]


<big><big> http://www.oajse.com/subjects/linguistics.html </big></big>
<hr><big><big> !! https://ivypanda.com/tongue-twisters </big></big>


A list and a search engine of open-access Linguistic journals.
Try not to hurt yourself when practising.


<big><big> https://www.sciencedirect.com/journal/ampersand </big></big>
It covers [http://www.tongue-twister.net/ an older site] and has improved a lot. There's no copyright affair involved because such a list is not a “creative work”.


Open-access Linguistic journal by Elsevier.
You may want to ask if this page is protected by copyright. All my comments are protected, the list of links like the one in [https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/IRFP-in-brief that brief version] is not.


== Speaking ==
== <div style="color:#119922; font-weight:bold;">Flashcard</div> ==


<big><big><big>!!</big> https://forvo.com/ </big></big>
<hr><big><big> !!!! https://apps.ankiweb.net/ </big></big>


Dictionary of pronunciation.
Offline flashcard platform. You can find its manual at “Docs” on the website. Content can be rendered in HTML and CSS. It is open-source.


<big><big><big>!!</big> https://voicenotebook.com/prononce.php </big></big>
Unfortunately, not free on iOS.


Check your pronunciation through SR and TTS.
Related resources:


<big><big><big>!!</big> https://speechling.com/ </big></big>
{{Anki-menu}}


Submit the recording and wait for the response. Supported languages are not many.
There is also [https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/How-to-become-a-polyglot#Flashcard a section of an article] on flashcards.


<big><big> http://www.fon.hum.uva.nl/praat/ </big></big>
There is an infamous issue of it: if you add or delete fields in a note type, you have to upload all your data when syncronising. Also expect Bazel, which it utilises to cause troubles.


With this one, you can say you are “studying” pronunciation.
<hr><big><big> !! https://mnemosyne-proj.org/ </big></big>


A [https://www.youtube.com/watch?v=EDNhmBsOXcM&list=PL4mxJ1XKfFjK9VswLDnYqgJiO4mOoVzyQ big tutorial playlist].
Flashcards with basic functions. It is open-source.


<big><big><big>!!</big> http://www.tongue-twister.net/ </big></big>
<hr><big><big> !! https://github.com/proycon/vocage </big></big>


Try not to hurt yourself when practicing.
Minimalistic flashcards in command line through TSV files. It is open-source.


== Vocabulary ==
<hr><big><big> !! https://github.com/FilippVolodin/ReeePlayer </big></big>


<big><big><big>!!</big> https://apps.ankiweb.net/ </big></big>
Flashcard with video clips. It is open-source.


Offline flashcard platform. You can find its manual at “Docs” on the website. Content can be rendered in HTML and CSS. There are also add-ons for it. It is open-source.
<hr><big><big> !! https://github.com/alyssaxuu/carden </big></big>


Its community has [https://ankiweb.net/shared/decks/ some decks], but this is not mentioned at the home page.
Chromium/Chrome addon. It is open-source.


Unfortunately, not free on iOS.
<hr><big><big> !! https://github.com/tema6120/ForgetMeNot </big></big>


*[https://www.youtube.com/watch?v=1XaJjbCSXT0 A video] about the intervals of Anki;
Flashcard program for Android. More advanced than AnkiDroid in many aspects, including necessary instructions. You can even set intervals for the spaced repetition. It is open-source.
*[https://www.lengthytravel.com/create-anki-deck-google-sheets-spreadsheet/ An article] and [https://www.youtube.com/watch?v=BwGNP3GXmxg a video] about how to import from a spreadsheet;
*[http://womenlearnthai.com/index.php/creating-anki-flashcard-decks-with-audio-and-pictures/ An article] about how to add images and audios;
*[https://www.youtube.com/watch?v=02vwciRkRYg A video] about how to split audios and add them into cards.
*[https://www.youtube.com/watch?v=saVJN5-_JDM&list=PLoRUsKSPCHAYv6OnDZQnb_TjGn6WGIpud A playlist] of tutorial.
*[https://www.youtube.com/channel/UCBKvlmuiSfSbH0KEVagdAjA A channel] about add-ons.


Looks like no one tells people how to export anki decks into spreadsheets. Let me do it:
➡ [https://polyglotclub.com/language.php?tool_id=16 Write a review]
#click on the cog of your deck, click on “Export”;
#in “Export from”, select “Notes in plain text (.txt)”;
#export;
#open the file in a spreadsheet program, which should be able to automatically recognise its separator “tab”.


If you want to batch rename files, there is [https://www.inviska.com/rename/ a program to do it]; there is [http://file-folder-ren.sourceforge.net/index.php?page=Main a program that supports FreeBSD and Solaris]. They are open-source.
<hr><big><big> !! https://github.com/rh-id/a-flash-deck </big></big>


If you are still confused, go to communities about Anki and find solution.
Flashcards with notification on Android. It is open-source.


<big><big><big>!!!!</big> https://www.memrise.com/ </big></big>
<hr><big><big> https://tadeas.dev/twsr/ </big></big>


Flashcards in high quality can be found. Some most popular languages have courses of 0-5k and 5k-8k words, or divided differently and still reach 8k. A few can be over 30k.
Flashcard for Tiddly Wiki. It is open-source.


Though it is said to be memorizing words with “mems” (memes in many cases), the “mems” are actually not in good quality.
<hr><big><big> https://codeberg.org/GrimPixel/Tabletop_Club_Flashcard_Tool </big></big>


Its app is quite worse than the web version. On the app, you can't add other courses besides official ones, and the download for offline use always fails if the vocabulary is over 3k.
Flashcard generator for Tabletop Club. It is open-source.


In the app, don't look at the candidates (including candidate letters) at first, to avoid getting hints from them.
== <div style="color:#119922; font-weight:bold;">Presentation</div> ==


You can [https://memrise.helpshift.com/a/memrise-learn-a-new-language/?p=all&l=en&s=course-creation&f=how-can-i-add-words-to-my-course-can-i-upload-words-from-a-spreadsheet import from a spreadsheet].
<hr><big><big> !! https://codeberg.org/GrimPixel/Fountain </big></big>


<big><big><big>!!</big> https://quizlet.com/ </big></big>
Presentation with TSV in command-line. It is open-source.


It is not so good at efficient memorization as Memrise. It is for having quizzes. But you can find specific practice such as reflexive verbs, weak nouns.
<hr><big><big> !! https://maaslalani.com/slides/ </big></big>


It even encourages you to copy other people's card decks and create your own variants, in case a good deck has flaws and the creator doesn't respond to it.
Presentation with Markdown in command-line. It is open-source.


You can [https://quizlet.com/help/2444107/import-content-to-quizlet import from a spreadsheet].
== <div style="color:#119922; font-weight:bold;">Wallpaper</div> ==


<big><big><big>!!!!</big> https://www.clozemaster.com/ </big></big>
<hr><big><big> https://peterlevi.com/variety/ </big></big>


Learn with cloze. It is effective, but sometimes it is just repeating the same point in different questions, also, synonyms not supported.
Wallpaper changer for Linux. It is open-source.


<big><big><big>!!!!</big> https://lingvist.com/ </big></big>
It has “quotes”, which can be used as the flashcard. An example is [https://github.com/amirgi73/variety-german-words variety-german-words]. To customise its code:


Four languages to learn, for lower intermediate learners (roughly telc B1). There is a trial automatically started after you register, so don't expect all features will continue if you don't pay after 48 hours.
In “german_words.py”
* Search and find “data = ”, change its structure;
* Replace “reader(fin)” to “reader(file, delimiter="\t")” to support TSV;


<big><big><big>!!</big> https://context.reverso.net/translation/ </big></big>
In “words.csv”, change its content.


Among its products, the mobile version of Context seems to be the most helpful: learn and practise new words with example sentences.
== <div style="color:#119922; font-weight:bold;">Danmaku</div> ==


Also their browser add-on. Very good.
<hr><big><big> https://github.com/luyuhuang/DWords2 </big></big>


<big><big><big>!!</big> https://www.languagedrops.com/ </big></big>
Shoot entries on the screen. It is open-source.


It focuses on visual training, which has both advantages and disadvantages. Free users have to wait 10 hours for the next 5 min practice session.
== <div style="color:#119922; font-weight:bold;">[https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/Internet-Vocabularies <u>Vocabulary</u>]</div> ==


<big><big><big>!!!!</big> https://www.learnwitholiver.com/ </big></big>
<hr><big><big> !!!! https://context.reverso.net/translation/ </big></big>


Simply learn words and sentences.
Among its products, the mobile version of Context seems to be the most helpful: learn and practise new words with example sentences.


<big><big><big>!!!!</big> https://babadum.com/ </big></big>
<hr><big><big> !!!! https://babadum.com/ </big></big>


It's pretty good for educating young polyglots.
It's pretty good for educating young polyglots.


<big><big><big>!!</big> http://www.languageguide.org/ </big></big>
➡ [https://polyglotclub.com/language.php?tool_id=19 Write a review]


Some basic vocabulary.
<hr><big><big> !!!! https://github.com/tkrajina/10000sentences </big></big>


<big><big><big>!!</big> https://www.wordofthehour.org/ </big></big>
Sentences from Tatoeba to practice. It is aesthetically same with Anki (I mean copy-paste). It is open-source.


They may think “word of the day” is too inefficient, so do I. It is constantly being improved, but not satisfying for now. The response of a contact is quick and friendly.
<hr><big><big> !!!! https://www.clozemaster.com/ </big></big>


<big><big> http://sublearning.com/ </big></big>
Learn with cloze. It is effective, but sometimes it is just repeating the same point in different questions. Also, synonyms are not supported.


Practice sentence translation through subtitles. Don't expect word-to-word translations.
➡ [https://polyglotclub.com/language.php?tool_id=18 Write a review]


<big><big> https://www.iclanguage.com/ </big></big>
<hr><big><big> !! https://www.languageguide.org/ </big></big>


A site with a different design.
Some basic vocabulary.


<big><big> https://babadada.com/ </big></big>
<hr><big><big> !! https://babadada.com/ </big></big>


No grammatical genders or pronunciation, suitable for revision.
Visual dictionary. No grammatical genders or pronunciation, suitable for reviewing.


A lot of languages has not been completed yet, without any notice. Also, look out for polyseme mistakes.
A lot of languages has not been completed yet, without any notice. Also, look out for polyseme mistakes.


<big><big> https://mainichi.me/ </big></big>
➡ [https://polyglotclub.com/language.php?tool_id=20 Write a review]
 
<hr><big><big> https://trielingual.com/ </big></big>
 
See the related phrases of a word. It is open-source.
 
<hr><big><big> https://en.wiktionary.org/wiki/Appendix:Swadesh_lists </big></big>


A great idea to learn a word each time you open a tab. Only for three languages. Only for beginners.
Swadesh lists are basic vocabulary, initially for linguistic use. But it can be the starting point of vocabulary building for language learners as well.


<big><big> https://en.wiktionary.org/wiki/Wiktionary:Frequency_lists </big></big>
<hr><big><big> !! https://en.wiktionary.org/wiki/Wiktionary:Frequency_lists </big></big>


Frequency lists. Make use of it with programs that help to memorise, such as Anki.  
Frequency lists. Make use of it with programs that help to memorise, such as Anki.  
Line 420: Line 879:
If you seriously want to learn a language, and there are no ready-made free flashcards reaching the native level, and you don't want to spend money, this may be the most effective way to memorise words.
If you seriously want to learn a language, and there are no ready-made free flashcards reaching the native level, and you don't want to spend money, this may be the most effective way to memorise words.


== Test ==
<hr><big><big> !! https://github.com/frekwencja/most-common-words-multilingual </big></big>
 
Word frequency of top 5000 words.
 
<hr><big><big> !! https://github.com/rspeer/wordfreq </big></big>
 
Word frequency tool for Python. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Etymology</div> ==
 
<hr><big><big> https://etymologeek.com/ </big></big>
 
Etymology in European languages.
 
== <div style="color:#119922;">[https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/How-to-Customise-Open%E2%80%93Source-Language-Games <u>Language Game</u>]</div> ==
 
<hr><big><big> !! https://sourceforge.net/projects/scrabble/ </big></big>
 
Scrabble with downloadable dictionaries. It is open-source.
 
<hr><big><big> !! https://people.csail.mit.edu/jasonkb/quackle/ </big></big>
 
Scrabble that can show all possible words. It is open-source.
 
<hr><big><big> !! https://gottcode.org/tanglet/ </big></big>
 
Boggle. It is open-source.
 
<hr><big><big> !! https://gottcode.org/connectagram/ </big></big>
 
Connectagram. It is open-source.
 
<hr><big><big> !! https://gitlab.gnome.org/jrb/crosswords </big></big>
 
Crossword on Linux. It is open-source.
 
<hr><big><big> !! https://github.com/lexica/lexica </big></big>
 
Game of finding words on Android. It is open-source.
 
<hr><big><big> !! https://billthefarmer.github.io/gurgle/ </big></big>
 
A word game on Android. It is open-source.


<big><big> https://www.transparent.com/language-resources/tests.html </big></big>
<hr><big><big> !! https://billthefarmer.github.io/gridle/ </big></big>
 
A word game on Android. It is open-source.
 
<hr><big><big> !! https://github.com/Magoninho/word-search-puzzle-generator </big></big>
 
Word search game on command line. It is open-source.
 
To change the letters in the game, modify the list in “alphabet.py”.
 
<hr><big><big> !! https://gitlab.com/Hague/forkyz </big></big>
 
Crosswords on Android. It is open-source.
 
<hr><big><big> !! https://github.com/devarshi16/HangMan </big></big>
 
Hangman. It is open-source.
 
Its data is at “hangmanultimate/data.py”.
 
<hr><big><big> !! https://gemelo.org/grabagram/ </big></big>
 
Anagram on mobile. It is open-source. Code at [https://github.com/bpeel/verda-sxtelo its github repository].
 
== <div style="color:#119922; font-weight:bold;">Quiz</div> ==
 
<hr><big><big> !! https://github.com/Yvee1/hascard </big></big>
 
Quizzes in Markdown files in command line. It is open-source.
 
<hr><big><big> !! https://github.com/ismet55555/exam-terminal </big></big>
 
Quizzes in YAML files in command line. It is open-source.
 
You may need to enter full-screen mode, otherwise the program won't work for not having enough space.
 
<hr><big><big> !! https://codeberg.org/GrimPixel/Quiz_Grid </big></big>
 
Quiz of TSV files in a grid. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Test</div> ==
 
<hr><big><big> https://lingua.com/ </big></big>
 
A few materials for beginners. Better treat it as your proficiency tests instead of learning materials because it's not much.
 
➡ [https://polyglotclub.com/language.php?tool_id=21 Write a review]
 
<hr><big><big> !! https://www.transparent.com/language-resources/tests.html </big></big>


Test your proficiency.
Test your proficiency.


There is only one set of test for each language. Don't search the meanings of the words you don't know, if you want to take this test again later.
There is only one set of test for each language. Don't search the meanings of the words you don't know if you want to take this test again later.


<big><big> https://www.arealme.com/vocabulary-size-test/en/ </big></big>
<hr><big><big> !! https://www.arealme.com/vocabulary-size-test/en/ </big></big>


For testing your vocabulary size.
For testing your vocabulary size.


There is only one set of test for each language. Don't search the meanings of the words you don't know, if you want to take this test again later.
There is only one set of test for each language. Don't search the meanings of the words you don't know if you want to take this test again later.
 
<hr><big><big> !! https://www.ezglot.com/vocabulary-test.php </big></big>
 
Test your vocabulary size. It's faster and maybe not so accurate. The result is at an inconspicuous corner.
 
== <div style="color:#119922; font-weight:bold;">Reader</div> ==
 
<hr><big><big> !! https://mupdf.com/ </big></big>
 
Lightweight PDF Reader for desktops. It is open-source.
 
Type “man mupdf” in command line to see its shortcuts.
 
<hr><big><big> !! https://www.sumatrapdfreader.org/ </big></big>
 
PDF Reader for Windows. Dark mode and Annotation are available. It is open-source.
 
<hr><big><big> !! https://gitlab.com/mudlej_android/mj_pdf_reader </big></big>


== Reading ==
PDF Reader for Android. It is open-source.


<big><big><big>!!</big> https://www.wikipedia.org/ </big></big>
<hr><big><big> !! https://www.libreoffice.org/ </big></big>


Numerous articles in many languages and they are usually proofed to read.
Editor for many document formats. It is open-source.


Don't forget to browse the “Category” to find specific contents.
<hr><big><big> !! https://johnfactotum.github.io/foliate/ </big></big>


Also take a look at its sister projects on [https://www.wikimedia.org/ Wikimedia].
Reader for Linux with features like layout and online translation. It is open-source.


<big><big><big>!!</big> https://www.kiwix.org/ </big></big>
<hr><big><big> !! https://librera.mobi/ </big></big>


Make Wikipedia and some other sites offline. It is open-source.
Reader for Android. It is open-source.


<big><big> https://www.gutenberg.org/catalog/ </big></big>
<hr><big><big> !! https://koreader.rocks/ </big></big>


The largest collections of books in the public domain, mostly in English though.
Reader with a simple user interface for Android. It is open-source.


<big><big> https://onlinebooks.library.upenn.edu/archives.html </big></big>
<hr><big><big> !! https://www.kiwix.org/ </big></big>


List of book collections. Many links are available in “https” now.
Read Wikipedia and some other sites offline. It is open-source.


<big><big><big>!!</big> https://quiterss.org/ </big></big>
== <div style="color:#119922; font-weight:bold;">RSS Client</div> ==


RSS feeder. It is open-source.
<hr><big><big> !! https://lzone.de/liferea </big></big>


If you don't know what RSS is, read [https://www.lifewire.com/what-is-an-rss-feed-4684568 this article].
RSS feeder for Linux. It is open-source.


<big><big><big>!!</big> https://getflowlingo.com/ </big></big>
<hr><big><big> !! https://github.com/martinrotter/rssguard </big></big>


Read and create flashcards to learn. The response of a contact is quick and friendly.
RSS feeder for desktop. It is open-source.


<big><big><big>!!</big> https://www.beelinguapp.com/ </big></big>
<hr><big><big> !! https://newsboat.org/ </big></big>


Bilingual stories. Its audios are from volunteers, the quality of which is not very good.
RSS feeder in command-line. It is open-source.


<big><big><big>!!</big> http://paralleltext.io/ </big></big>
<hr><big><big> !! https://gitlab.com/spacecowboy/Feeder </big></big>


As what its domain name says, parallel text. Classical works.
RSS feeder for Android. It is open-source.


<big><big><big>!!</big> https://readlang.com/ </big></big>
== <div style="color:#119922; font-weight:bold;">RSS Feed</div> ==


Articles in many languages, with online dictionaries.
<hr><big><big> !! https://rss.feedspot.com/ </big></big>


<big><big> https://vocabhunter.github.io/ </big></big>
List of RSS feeds with details.


Find unfamiliar words in a document. Java is required. It is open-source.
<hr><big><big> !! https://www.cyberseo.net/public-rss-feed-catalogue/ </big></big>


It doesn't support Chinese, Japanese, Thai and Vietnamese, because words are not separated by spaces or a word is usually separated by one or more spaces in these languages.
Catalogue of RSS feeds.


<big><big> https://www.bible.com/ </big></big>
== <div style="color:#119922; font-weight:bold;">Image Viewer</div> ==


Declaration: suggesting it is not for preaching.
<hr><big><big> !! https://github.com/nomacs/nomacs </big></big>


The full Bible has been translated into at least 670 languages, more than double the number of languages of Wikipedia.
Image viewer. It is open-source.


The site's counterpart in Islam is at [https://pakdata.com/products/quran-majeed/ Pakdata]. Declaration: mentioning it is not for preaching.
<hr><big><big> !! https://github.com/atanunq/viu </big></big>


<big><big> https://github.com/gildas-lormeau/SingleFileZ </big></big>
Image viewer in command-line. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Vocabulary Builder</div> ==
 
<hr><big><big> !!!! https://github.com/jzohrab/lute-v3 </big></big>
 
Build vocabulary list by adding definitions to words on texts. It is open-source.
 
<hr><big><big> !!!! https://vocabhunter.github.io/ </big></big>
 
Find unfamiliar words in a document. Great for getting familiar with all words in a document before reading. Better to disable the filter. It is open-source.
 
<hr><big><big> !!!! https://github.com/FreeLanguageTools/vocabsieve </big></big>
 
Analyse the sentence, find the vocabulary and create Anki flashcards. It is open-source.
 
<hr><big><big> !!!! https://github.com/geajack/Wordology </big></big>
 
Browser add-on for building vocabulary. It is open-source.
 
Available for [https://chromewebstore.google.com/detail/wordology/ganonoebdpdnhcbolgkelccfaffgmlpd Chromium] and [https://addons.mozilla.org/en-US/firefox/addon/wordology/ Firefox].
 
<hr><big><big> !! https://github.com/xxyzz/WordDumb </big></big>
 
Footnote creator for e-books. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Webpage Tool</div> ==
 
<hr><big><big> !! https://piro.sakura.ne.jp/xul/_treestyletab.html.en </big></big>
 
Arrange browser tabs in hierarchy. It is open source.
 
<hr><big><big> !! https://github.com/gildas-lormeau/SingleFile </big></big>


Save the web page as a single file.
Save the web page as a single file.


<big><big> https://librera.mobi/ </big></big>
There is also a [https://github.com/gildas-lormeau/SingleFile SingleFileZ], which can compress pages.
 
<hr><big><big> https://github.com/OlegWock/anori </big></big>
 
Browser extension for customised new tab. It is open-source.
 
<hr><big><big> https://github.com/zimocode/smartupGesturefy </big></big>
 
Gestures for some Browsers. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Speed Reader</div> ==
 
<hr><big><big> https://github.com/Darazaki/Spedread </big></big>
 
Reading speed trainer for Linux. It is open-source.
 
<hr><big><big> !! https://github.com/pasky/speedread </big></big>
 
Reading speed trainer. Perl is required. It is open-source.
 
<hr><big><big> !! https://github.com/nemanjan00/uniread </big></big>
 
Speed reader with e-book support. It is open-source.
 
<hr><big><big> !! https://comfortreader.rhizomaticdesign.net/ </big></big>
 
Streaming reader for Android. It is open-source.
 
<hr><big><big> !! https://github.com/FP22FD/auto-scroll-down-chrome-extension </big></big>
 
Autoscrolling for Chromium/Chrome. Good for practising reading speed.
 
<hr><big><big> !! https://github.com/hisakaz0/AutoScrolling </big></big>


Reader for Android. It is open-source.
Autoscrolling for Firefox. Good for practising reading speed. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">Book Catalogue</div> ==
 
<hr><big><big> https://github.com/tfonteyn/NeverTooManyBooks </big></big>
 
Book catalogue on Android. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">[https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/Reading-material-enhanced-for-language-learning <u>Reading Material</u>]</div> ==
 
<hr><big><big> !! https://wikisource.org/wiki/Main_Page </big></big>
 
Literature in public domain. They can be downloaded.
 
<hr><big><big> https://www.gutenberg.org/ </big></big>
 
The largest collections of books in the public domain, mostly in English, though.
 
Android app for downloading books is available at [https://github.com/Pool-Of-Tears/Myne Myne].
 
There is a book catalogue website with ever-changing domain names: LibGen, which contains a wider range of books. Make sure you don't see any strange link there. [https://github.com/manuelvargastapia/libgen_mobile_app It is also available on Android].
 
<hr><big><big> !! https://onlinebooks.library.upenn.edu/archives.html </big></big>


<big><big> https://okular.kde.org/ </big></big>
List of book collections. Many links are available in “https” now, but appear as “http” on this page.


Reader for desktops. You can take notes with it. It is open-source.
== <div style="color:#119922; font-weight:bold;">Writing</div> ==


<big><big> http://lwt.sourceforge.net/ </big></big>
<hr><big><big> https://owl.excelsior.edu/ </big></big>


This is a PHP project. The page design is very bad, but as a learned person, you should have sufficient patience to read the guide and follow it. It's a DIY, offline and free version of LingQ. It is open-source.
It is not for learning languages, but for how to write and read. Its work is under a public license.


[https://www.youtube.com/watch?v=LXHFktejxBo A video for its introduction]; [https://www.youtube.com/watch?v=yOrpB51I_N4 a video about its setup]; [https://www.youtube.com/watch?v=qZLfH77NMt4 a video about its more features].
It is teaching about English, so something does not apply to some other languages.


There installation tutorial is not clear, and [https://sourceforge.net/p/lwt/discussion/1813497/thread/26bc0075/ the reply on a common problem is responded unpolitely].
<hr><big><big> https://owl.purdue.edu/owl/purdue_owl.html </big></big>


LingQ is freemium, but it can't be recommended, for its unacceptable limitations on free users.
Another online writing lab.


== Writing ==
<hr><big><big> https://www.theologeek.ch/manuskript/ </big></big>


<big><big> https://owl.excelsior.edu/ </big></big>
Tool for writing stuff. It is open-source.


It is not for learning languages, but for how to write and read.
<hr><big><big> https://github.com/Wavesonics/hammer-editor </big></big>


It is teaching about English, so something does not applies to some other languages.
Tool for writing on Android. It is open-source.


<big><big> https://owl.purdue.edu/owl/purdue_owl.html </big></big>
<hr><big><big> https://github.com/Wavesonics/hammer-editor </big></big>


Another online writing lab. A bit dumb but also good.
Corrector of minor typos. It is open-source.


== Dictionary ==
== <div style="color:#119922; font-weight:bold;">[https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/Internet-Dictionaries <u>Dictionary</u>]</div> ==


<big><big><big>!!!!</big> https://www.wiktionary.org/ </big></big>
<hr><big><big> !!!! https://www.wiktionary.org/ </big></big>


Practical, no need to switch dictionaries, translations in many languages are shown together.
Practical, no need to switch dictionaries, translations in many languages are shown together.


<big><big><big>!!!!</big> https://www.wordreference.com/ </big></big>
there is a [https://github.com/tatuylonen/wiktextract parser] for its data. [https://kaikki.org/index.html Extracted JSON data] are also available.
 
<hr><big><big> !!!! https://www.wordreference.com/ </big></big>


It is really completed.
It is really completed.


<big><big><big>!!!!</big> https://www.linguee.com/ </big></big>
<hr><big><big> !!!! https://www.linguee.com/ </big></big>


It is completed, with example sentences of high quality. You can even find uncommon words with meanings of common words.
It is completed, with example sentences of high quality. You can even find uncommon words with meanings of common words.


<big><big><big>!!!!</big> https://bab.la/ </big></big>
<hr><big><big> !!!! https://bab.la/ </big></big>


It is completed for several languages.
It is completed for several languages.


<big><big><big>!!</big> https://iate.europa.eu/ </big></big>
<hr><big><big> !!!! https://iate.europa.eu/ </big></big>


Terminology dictionary of European Union. That is to say, what you search should be a term.
Terminology dictionary of European Union. That is to say, what you search should be a term.


<big><big><big>!!!!</big> https://glosbe.com/ </big></big>
<hr><big><big> !! https://glosbe.com/ </big></big>


It supports a lot of languages, citing results from several corpora. It is somehow messy and in many cases inaccurate, but if the dictionaries listed above have no result about a word, this one may help.
It supports a lot of languages, citing results from several corpora. It is somehow messy and in many cases inaccurate, but if the dictionaries listed above have no result about a word, this one may help.


<big><big><big>!!!!</big> http://goldendict.org/ </big></big>
<hr><big><big> !!!! https://xiaoyifang.github.io/goldendict-ng/ </big></big>


It supports several dictionaries in the free version, and also Lingoes in the paid Android version. No one would want to pay after knowing a link below. It is open-source.
It supports online and offline dictionaries, based on [http://goldendict.org/ GoldenDict]. It is open-source.


You can search the word by selecting it and listen to Forvo pronunciation. You can also add dictionary websites.
You can search the word by selecting it and listen to Forvo pronunciation. You can also add dictionary websites.


<big><big><big>!!!!</big> https://bravolol.com/ </big></big>
<hr><big><big> !!!! https://crissium.github.io/SilverDict/ </big></big>


Offline dictionaries and phrase books.
Web version of GoldenDict. It is open-source.


<big><big><big>!!!!</big> http://www.lingoes.net/ </big></big>
<hr><big><big> !!!! https://github.com/pnlpal/dictionaries </big></big>


Offline dictionary. Its development is stopped, but it is still very useful.
Browser add-on with clear results and can export to Anki decks. It is open-source.


<big><big><big>!!!!</big> https://play.google.com/store/apps/details?id=com.luc.dict.lingoes </big></big>
<hr><big><big> !!!! https://mouse-dictionary.netlify.app/ </big></big>


Unofficial Lingoes on Android.
Browser add-on for searching local dictionary files. It is open-source.


<big><big><big>!!!!</big> http://hedgedict.com/en </big></big>
To convert dictionary text files into TSV format, see [https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/How-to-make-a-TSV-file this article]. The files at “mouse-dictionary/data/rule/” will need to be edited as well.


An offline collection of dictionaries. Discontinued.
<hr><big><big> https://aarddict.org/ </big></big>


<big><big><big>!!</big> https://play.google.com/store/search?q=alldict </big></big>
Different from other advocates for donating to Ukraine, they have an offline dictionary. It is open-source.


Offline dictionaries by Alldict. Larger quantity and lower quality.
<hr><big><big> https://github.com/rdoeffinger/Dictionary </big></big>


It's weird that there are fewer apps at [https://play.google.com/store/apps/collection/cluster?clp=igM4ChkKEzcxNjQyMzIxNjI5NzAzNzQ3NDgQCBgDEhkKEzcxNjQyMzIxNjI5NzAzNzQ3NDgQCBgDGAA%3D:S:ANO1ljKcYO4&gsr=CjuKAzgKGQoTNzE2NDIzMjE2Mjk3MDM3NDc0OBAIGAMSGQoTNzE2NDIzMjE2Mjk3MDM3NDc0OBAIGAMYAA%3D%3D:S:ANO1ljIHMuc the developer's page].
Offline Wiktionary with custom dictionary support on Android. Its search results are easy to read for robots like you. It is open-source.


<big><big><big>!!</big> https://www.freelang.net/ </big></big>
== <div style="color:#119922; font-weight:bold;">Translator</div> ==


Offline dictionary with even larger quantity and lower quality.
<hr><big><big> !! https://crow-translate.github.io/ </big></big>


== Translator ==
Translator with multiple engine support. It is open-source.


<big><big><big>!!!!</big> https://translate.google.com/ </big></big>
<hr><big><big> !! https://github.com/Bnyro/TranslateYou </big></big>


The best translator by now. It also supports optical character recognition on mobile.
Translator for Android. It is open-source.


There is [https://www.youtube.com/watch?v=AIpXjFwVdIE a video] about how machine translation works.
<hr><big><big> !! https://github.com/FilipePS/Traduzir-paginas-web </big></big>


There is [https://www.youtube.com/watch?v=GAgp7nXdkLU a video] about why machine translation makes mistakes.
Webpage translation for Firefox. It is open-source.


<big><big><big>!!</big> https://www.bing.com/translator </big></big>
<hr><big><big> !! https://simple-translate.sienori.com/ </big></big>


It supports several languages that Google Translation doesn't support, but its quality is not so good as Google's.
Browser add-on for Google Translate with detailed information. It is open-source.


<big><big> https://www.matetranslate.com/ </big></big>
<hr><big><big> https://github.com/ttop32/MouseTooltipTranslator </big></big>


Instant translate with double-click, and create phrasebooks.
Translator for Chromium and other Browsers with mouse hovering. It is open-source.


<big><big> https://greasyfork.org/en/scripts/9285-translate-google-tooltip/ </big></big>
This extension sets AltGr key to translate.


A user script of Google Translate tooltip. It is open-source.
<hr><big><big> https://www.soimort.org/translate-shell/ </big></big>


User scripts are similar to browser add-ons, but they can change some content of web-pages. You can see a lot of its users are Chinese, but it is still far from being well-known in China.
Command-line translator from different sources. It is open-source.


You need to install one of them to run the scripts: [https://www.tampermonkey.net/ Tampermonkey] (not open-source), [https://www.greasespot.net/ Greasymonkey] (bloated) or Violentmonkey (privacy nightmare).
<hr><big><big> https://www.apertium.org/ </big></big>


<big><big> https://translatr.varunmalhotra.xyz/ </big></big>
It is open-source.


Translate to multiple languages at one time. It is open-source.
[https://www.youtube.com/watch?v=2atSy3Zfiec A video about it].


<big><big> http://nicetranslator.com/ </big></big>
<hr><big><big> https://www.argosopentech.com/ </big></big>


Similar to Translatr, but it uses Microsoft.
It is open-source.


<big><big><big>!!</big> http://imtranslator.net/ </big></big>
<hr><big><big> !!!! https://www.dual-subtitles.com/ </big></big>


Convenient add-ons for browsers.
Dual subtitles on YouTube integrated in the video player. The translation is set in the setting “Default subtitles” of YouTube.


<big><big> https://www.apertium.org/ </big></big>
<hr><big><big> !!!! https://www.dualsub.xyz/ </big></big>


It is open-source. Promising.
Dual subtitles on YouTube and other sites with Chinese and Japanese transcription support. Embedded videos are not supported.


[https://www.youtube.com/watch?v=2atSy3Zfiec A video about it].
<hr><big><big> !!!! https://www.subtrans.cc/ </big></big>
 
Dual subtitles on YouTube and other sites with SRT file support. Subtitles can be delayed or advanced.


== Conjugation ==
== <div style="color:#119922; font-weight:bold;">Conjugation</div> ==


<big><big><big>!!!!</big> https://cooljugator.com/ </big></big>
<hr><big><big> !!!! https://cooljugator.com/ </big></big>


Conjugation and some declension.
Conjugation and some declension.


== Gender ==
<hr><big><big> !!!! https://www.verbix.com/ </big></big>
 
Conjugation.
 
== <div style="color:#119922; font-weight:bold;">Gender</div> ==
 
<hr><big><big> !! http://www.passion4teq.com/apps/ </big></big>
 
Apps for practising genders in 4 languages. You can also estimate how long you can practice until your battery goes empty.
 
== <div style="color:#119922; font-weight:bold;">Number</div> ==
<hr><big><big> https://codeberg.org/GrimPixel/Numeration </big></big>


<big><big><big>!!</big> http://www.passion4teq.com/apps/ </big></big>
Program to practise reading numbers. It is open-source.


Apps for practising genders in 4 languages. You can also estimate how long you can practice until your battery becomes empty.
In progress. It can see major progresses during school holidays. Introduction: [[Language/Multiple-languages/Vocabulary/Numeration-Tutorial]].


== Number ==
➡ [https://polyglotclub.com/language.php?tool_id=14 Write a review]


<big><big><big>!!</big> https://www.languagesandnumbers.com/numbering-systems/en/ </big></big>
<hr><big><big> !! https://www.languagesandnumbers.com/numbering-systems/ </big></big>


Rules of writing numbers, more concise than Wikipedia's entries.
Rules of writing numbers, more concise than Wikipedia's entries.


<big><big><big>!!</big> https://www.random.org/sequences/ </big></big>
== <div style="color:#119922; font-weight:bold;">Grammar Checker</div> ==
 
<hr><big><big> https://languagetool.org/ </big></big>
 
It supports several languages, but works well on the few. It is open-source.
 
[https://www.youtube.com/watch?v=KnQCHo14gOU A video about the rule editor].
 
== <div style="color:#119922; font-weight:bold;">Audio Player</div> ==
 
<hr><big><big> !! https://audacious-media-player.org/ </big></big>
 
Lightweight audio player for desktops. It is open-source.
 
<hr><big><big> !! https://www.strawberrymusicplayer.org/ </big></big>
 
Audio manager with many features. It is open-source.
 
<hr><big><big> !! https://quodlibet.readthedocs.io/ </big></big>


Generate a random sequence. You can practice reading them or train your listening with TTS.
Simple audio manager. It is open-source.


== Grammar Checker ==
<hr><big><big> https://musikcube.com/ </big></big>


<big><big> https://languagetool.org/ </big></big>
Music player in command-line. It is open-source.


It supports several languages but works well on the few. It is open-source.
<hr><big><big> !! https://github.com/chr56/Phonograph_Plus </big></big>


[https://www.youtube.com/watch?v=KnQCHo14gOU A video about the rule editor].
Lightweight audio player for Android. It is open-source.
 
== <div style="color:#119922; font-weight:bold;">[https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/Listening-material-with-transcript <u>Listening Material</u>]</div> ==


== Listening ==
<hr><big><big> !!!! https://www.listeningpractice.org/ </big></big>


<big><big><big>!!!!</big> http://www.listeningpractice.org/ </big></big>
To practice listening. Voices are from volunteers and their qualities vary. It also has conjugation exercises. Its work is under public licenses.


To practice listening. Not very good-looking. Voices are from volunteers, the quality is not very good. It also has conjugation exercises.
If your browser doesn't play the audio automatically, then you need to grant the website the autoplay permission (next to the URL in Firefox).


<big><big><big>!!</big> https://librivox.org/ </big></big>
<hr><big><big> !! https://globalstorybooks.net/ </big></big>


Books read by volunteers.
Stories in many languages translated from [https://africanstorybook.org/ African Storybook]. Its work is under a public license.


<big><big> https://www.linguistica360.com/ </big></big>
<hr><big><big> !! https://www.easy-languages.org/ </big></big>


News with some free transcripts, and the speed is slow.
Street interview videos with embedded subtitles. Real and fun.


<big><big><big>!!</big> https://www.languagepod101.com/ </big></big>
The first time I watch a video, I was busy picking up the unknown words; the second time, I understood the sentences; the third time, I got an impression what kind of person the interviewee is.


Materials can become no-free after a period of time, but it's reasonable.
<hr><big><big> !! https://librivox.org/ </big></big>


It doesn't mean that you can't see an archived lesson forever if you don't pay. They offer a random lesson each Thursday for free.
Books read by volunteers. Its work is under public licenses.


<big><big><big>!!</big> https://lyricstraining.com/ </big></big>
<hr><big><big> !! https://lyricstraining.com/ </big></big>


Listen to songs and fill in the blanks of lyrics.
Listen to songs and fill in the blanks of lyrics.


<big><big><big>!!</big> https://rhinospike.com/ </big></big>
<hr><big><big> !! https://www.captionpop.com/ </big></big>


Listen to recordings.
Watch videos and learn with subtitles.


<big><big><big>!!</big> https://routledgetextbooks.com/textbooks/colloquial/ </big></big>
<hr><big><big> !! https://lingualibre.org/ </big></big>


Audios are free, books are paid.
Recordings. Its work is under a public license.


<big><big><big>!!</big> https://audio-lingua.eu/?lang=en </big></big>
<hr><big><big> !! https://rhinospike.com/ </big></big>


Listening materials. It doesn't have transcripts but can search according to your level.
Recordings.


<big><big><big>!!</big> https://www.audacityteam.org/ </big></big>
<hr><big><big> !! https://audio-lingua.ac-versailles.fr/ </big></big>


This is for editing audio files, but it can also do something else: [https://manual.audacityteam.org/man/tutorial_recording_audio_playing_on_the_computer.html record the playback from your computer], which means that you can record online stream radios.
Listening materials with CEFRL levels. Its work is under public licenses.


There are [https://www.youtube.com/watch?v=-3jUONYgiak a video about labeling] and [https://www.youtube.com/watch?v=jEStFcRQSbE a video about pronunciation checking].
It doesn't have transcripts, so speech-recognition is required.


[https://www.youtube.com/watch?v=aCisC3sHneM A video about tips for using Audacity].
== <div style="color:#119922; font-weight:bold;">Audio Tool</div> ==


It is open-source.
<hr><big><big> !! https://tenacityaudio.org/ </big></big>
 
For audio edit, as well as training your pronunciation by comparing your own voice with the recording you were imitating. Fork of Audacity without potential privacy violation. It is open-source.
 
There are videos about [https://www.youtube.com/watch?v=jEStFcRQSbE checking your pronunciation], [https://www.youtube.com/watch?v=r_PpDODVpNg practising dialogues on your own], [https://www.youtube.com/watch?v=Lla74qPiGQ8 recording computer audio], [https://www.youtube.com/watch?v=4hUFTitJVyc labeling audio positions].


<big><big><big>!!</big> https://obsproject.com/ </big></big>
<hr><big><big> !! https://obsproject.com/ </big></big>


When you are playing games in the languages you are learning, it is often hard to focus on the voices and subtitles without failing your goals in the games. You can solve this problem by recording your gameplay with this program. It is open-source.
When you are playing games in the languages you are learning, it is often hard to focus on the voices and subtitles without failing your goals in the games. You can solve this problem by recording your gameplay with this program. It is open-source.


<big><big> https://greatlanguagegame.com/ </big></big>
<hr><big><big> https://www.fon.hum.uva.nl/praat/ </big></big>
 
With this one, you can say you are “studying” pronunciation.
 
[https://www.youtube.com/watch?v=fjlFNOzfdPo A little tutorial] and [https://www.youtube.com/watch?v=EDNhmBsOXcM&list=PL4mxJ1XKfFjK9VswLDnYqgJiO4mOoVzyQ a big playlist of various videos].


Listen and identify the language. It has been shut down, but it has links to two other sites in the same type. [https://www.verbling.com/game Verbling has this game, too.]
== <div style="color:#119922; font-weight:bold;">Text-to-Speech</div> ==
If you don't know how to get the voices on Windows, you can see [[Language/Multiple-languages/Culture/How-to-use-SR-and-TTS-on-Windows]].


== Text-to-Speech ==
<hr><big><big> !! https://github.com/ideasman42/nerd-dictation </big></big>


<big><big><big>!!</big> http://www.cross-plus-a.com/balabolka.htm </big></big>
TTS for Linux. It is open-source.


A software to read texts. If you don't know how to get the voices, you can see [[Language/Multiple-languages/Culture/How-to-use-SR-and-TTS-on-Windows]].
<hr><big><big> !!!! https://www.cwu.edu/student-life/student-support/central-access/resources/reader.php </big></big>


<big><big><big>!!</big> https://play.google.com/store/apps/details?id=hesoft.T2S </big></big>
A TTS program. It is open-source.


It can be called the best platform for Android.
<hr><big><big> !!!! http://www.cross-plus-a.com/balabolka.htm </big></big>


== Example Sentence ==
A TTS program with support other than SAPI 5.


<big><big><big>!!!!</big> https://tatoeba.org/ </big></big>
<hr><big><big> !!!! https://github.com/Danesprite/tts-util-app </big></big>


Example sentences in many languages. It is open-source.
Text-to-Speech for Android. It is open-source.


If you want to translate, translate sentences with audio first, because the translations may appear on sites which provide translations of audio.
<hr><big><big> !! https://readaloud.app/ </big></big>


<big><big><big>!!!!</big> https://www.dictionarist.com/ </big></big>
Browser add-on. It is open-source.


Search for example sentences of a word, with the Lingoes dictionary inserted. Many results are from Tatoeba.
<hr><big><big> !! https://github.com/suno-ai/bark </big></big>


<big><big> https://subasub.com/ </big></big>
Text-to-Speech model. It is open-source.


Search for parallel texts in subtitles.
<hr><big><big> !! https://codeberg.org/GrimPixel/Altering_TTS </big></big>


== Parse Tree ==
A little program to generate audio files with altering TTS voices. It is open-source.


<big><big> http://www.mapsofspeech.com/2017/10/02/treeform/ </big></big>
Configure everything in “setting.yaml”, have a look at “demo.tsv”. Change your command-line directory into the folder, run “python do.py“ to start.
 
Currently only Google Translate is supported. Offline engines on the way.
 
== <div style="color:#119922; font-weight:bold;">Speech Recognition</div> ==
 
<hr><big><big> !!!! https://github.com/audapolis/audapolis </big></big>
 
It transcribes audio. It is open-source.
 
<hr><big><big> !!!! https://www.speechtexter.com/ </big></big>
 
Turn audio into texts, powered by Google.
 
<hr><big><big> !!!! https://speech-to-text-demo.ng.bluemix.net/ </big></big>
 
Turn audio into texts, powered by IBM Watson.
 
== <div style="color:#119922; font-weight:bold;">Example Sentence</div> ==
 
<hr><big><big> !!!! https://tatoeba.org/ </big></big>
 
Example sentences in many languages. Its work is under public licenses.
 
Don't forget to try searching in both directions. You can not only see the meaning of a sentence, but also try to translate a sentence into the language you are learning and see how you did.
 
If you want to translate, please translate sentences with audio first, because the translations may appear on sites which provide translations of audio.
 
<hr><big><big> !! https://deskell.sketchengine.co.uk/run.cgi/skell </big></big>
 
Sketch from a large of text corpus.
 
== <div style="color:#119922; font-weight:bold;">Parallel Text</div> ==
 
<hr><big><big> !!!! https://weblate.org/ </big></big>
 
Website for localisation. You can easily find parallel texts. It is open-source.
 
<hr><big><big> !! http://sublearning.com/ </big></big>
 
Subtitles in parallel. Sometimes the selected lines don't match because the sentences are not complete. Sometimes there are mistakes in subtitles.
 
<hr><big><big> https://www.manualslib.com/ </big></big>
 
Manuals. Some of them are in multiple languages. You can also find their German, Spanish, French domains at the bottom of the page.
 
<hr><big><big> https://www.bible.com/ </big></big>
 
Bible in more than 1600 languages.
 
<hr><big><big> https://andbible.org/ </big></big>
 
Bible in many languages on Android. It is open-source.
 
<hr><big><big> https://quran.com/ </big></big>
 
Quran in many languages. It has an open-source Android app and other  programs on [https://github.com/quran/quran_android GitHub].
 
== <div style="color:#119922; font-weight:bold;">Parse Tree</div> ==
 
<hr><big><big> !! https://sourceforge.net/projects/treeform/ </big></big>


A tool to draw parse trees and have a better understanding of sentence structures. It is open-source.
A tool to draw parse trees and have a better understanding of sentence structures. It is open-source.
Line 746: Line 1,503:
[https://www.youtube.com/watch?v=A5DhtQgrlTE A video about it].
[https://www.youtube.com/watch?v=A5DhtQgrlTE A video about it].


<big><big> https://ltc.sourceforge.io/ </big></big>
<hr><big><big> !! https://ltc.sourceforge.io/ </big></big>


A different one to draw parse trees. It is open-source.
A different one to draw parse trees. It is open-source.


== Text Memorization ==
== <div style="color:#119922; font-weight:bold;">Text Memorization</div> ==
 
<hr><big><big> !! https://github.com/zg/text-memorize </big></big>


<big><big><big>!!</big> https://rememberthetext.com/ </big></big>
For memorizing text.


Memorization with hints. It has some libraries of text samples. You can add your texts.
== <div style="color:#119922; font-weight:bold;">Phrasebook</div> ==


It is also useful for building the impressions of sentence structures.
<hr><big><big> !!!! https://www.funeasylearn.com/ </big></big>


Unfortunately, it doesn't support many scripts. The reasons are: 1. it does not recognize the punctuation of many scripts such as Arabic; 2. it does not recognize words in scripts in which words are not separated by spaces such as Han or some languages where a word have spaces inside it, such as Vietnamese.
It provides apps for both phrase and vocabulary.


Solutions are: 1. add punctuation according to [[Language/Multiple-languages/Grammar/Punctuation-of-many-languages]]; 2. add dictionaries of Chinese, Japanese, Thai, Vietnamese, etc. from Wiktionary or elsewhere.
<hr><big><big> !! https://www.loecsen.com/ </big></big>


[https://memorizer.me/ memorizer.me] has the same problems.
It supports many languages, and it is detailed.


== Phrasebook ==
<hr><big><big> !! https://www.50languages.com/ </big></big>


<big><big><big>!!!!</big> https://www.funeasylearn.com/ </big></big>
Actually a few more than 50 languages. You can also have a test there.


It provides apps for both phrase and vocabulary, but I have categorized it in this one because it provides IPA in the apps of phrases.
== <div style="color:#119922; font-weight:bold;">Clock</div> ==


<big><big><big>!!</big> https://www.loecsen.com/ </big></big>
<hr><big><big> !! https://theknight.co.uk/ </big></big>


It supports many languages, and it is detailed.
Clock widget on Linux. It is open-source.
 
<hr><big><big> !! https://www.timeanddate.com/ </big></big>
 
It has not only the world clock for every city, but also many other features, such as calendars with festivals of most countries.


<big><big><big>!!</big> https://www.50languages.com/ </big></big>
== <div style="color:#119922; font-weight:bold;">Weather</div> ==


Actually a few more than 50 languages. You can also have a test there.
<hr><big><big> !! https://github.com/chubin/wttr.in </big></big>


== World Clock, Calendar & Weather ==
Weather program in command line. It is open-source.


<big><big><big>!!</big> https://www.timeanddate.com/ </big></big>
<hr><big><big> !! https://github.com/woheller69/omweather </big></big>


It has not only the world clock for every city but also many other features, such as calendars with festivals of most countries.
Weather program for Android. It is open-source.


<big><big><big>!!</big> https://www.ventusky.com/ </big></big>
<hr><big><big> !! https://www.ventusky.com/ </big></big>


A lot of things about meteology.
A lot of things about meteorology.


<big><big><big>!!</big> https://earth.nullschool.net/ </big></big>
<hr><big><big> !! https://earth.nullschool.net/ </big></big>


Wind, weather, ocean conditions.
Wind, weather, ocean conditions.


<big><big><big>!!</big> https://waqi.info/ </big></big>
<hr><big><big> !! https://waqi.info/ </big></big>


Air condition around the world.
Air condition around the world.


== Community ==
== <div style="color:#119922; font-weight:bold;">Community</div> ==


<big><big><big>!!</big> https://www.italki.com/ </big></big>
<hr><big><big> !! https://www.pidgin.im/ </big></big>


The most popular language learning community by now. It also pushes helpful articles written by teachers.
Chat client that supports many protocols through plug-ins. It is open-source.


<big><big><big>!!</big> https://www.reddit.com/ </big></big>
<hr><big><big> !! https://www.italki.com/ </big></big>


It is surely a miscellany, and it is a good miscellany.
The most popular language learning community by now. It also pushes helpful articles written by teachers.
 
Go to r/languagelearning or r/linguistics to enjoy.


<big><big><big>!!</big> https://www.tolearnfree.com/ </big></big>
<hr><big><big> !! https://www.tolearnfree.com/free-educational-sites.php </big></big>


The design of the webpages is old-fashioned but it has a lot of content, including little tests.
The design of the webpages is old-fashioned, but it has a lot of content, including little tests.


Its French version has something more.
Its French version has something more.


<big><big><big>!!</big> https://polyglotclub.com/ </big></big>
<hr><big><big> !! https://polyglotclub.com/ </big></big>


There are some rare features of it, such as Wiki lessons, Events. It adopts ISO 639-3, almost every language is included here.
There are some rare features of it, such as Wiki lessons, Events. It adopts ISO 639-3, almost every language is included here.


== Questions & Answers ==
== <div style="color:#119922; font-weight:bold;">[https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/Most-Popular-Forums-around-the-World <u>Forum</u>]</div> ==


<big><big> https://hinative.com/ </big></big>
<hr><big><big> https://hinative.com/ </big></big>


Ask and answer with people around the world. Unfortunately, don't expect them to be effective in dealing with spamming and abusing. But I'm not encouraging you to do so.
Ask and answer with people around the world.


Search before you ask.
In some channels, questions are too many, answer rates are low. Try asking at Polyglot Club.


Do not feed the trolls.
Ask in parallel text in case the respondent doesn't understand your formulation.


Do not answer blanked homework questions, because the questioner is too lazy to deserve an answer.
<hr><big><big> https://stackexchange.com/sites#culturerecreation </big></big>


Do not answer the meaning of a single word. The questioners should consult a dictionary on their own. Exceptions are newbies, because they may be just following the tutorial and have a try, not lazy.
One of the most popular Q&A site.


Do not ask questions in English channels, because the questions are too many, the answer rate is extremely low. Try asking at Polyglot Club.
== <div style="color:#119922; font-weight:bold;">Language Exchange</div> ==


Ask in parallel text. Then the respondent won't need to ask you about the real meaning if the sentence is not understood.
<hr><big><big> !! https://conversationexchange.com/ </big></big>


<big><big> https://www.quora.com/ </big></big>
Find language exchange partners online.


The most popular site for Q&A.
<hr><big><big> !! https://www.lingbe.com/ </big></big>


<big><big> https://stackexchange.com/sites#culturerecreation </big></big>
Talking with people.


Its advantage, also its disadvantage, is dividing itself into a lot of small sections. As learning language usually does not require inspirations from other fields, this one may be better than Quora.
<hr><big><big> !! https://mylanguageexchange.com/ </big></big>


== Language Exchange ==
Free users can be contacted by those who have paid. Since they have paid, they are more likely to be serious learners.


<big><big><big>!!</big> http://www.lingbe.com/ </big></big>
<hr><big><big> !! https://cryptpad.fr/ </big></big>


An app for talking with people who are as nervous to talk with strangers like you.
Cloud office suit. Zero knowledge. It is open-source.


<big><big><big>!!</big> https://mylanguageexchange.com/ </big></big>
It's also great for language partners to do something together.


Free users can be contacted by those who have paid. Since they have paid, they are more likely to be serious learners.
== <div style="color:#119922; font-weight:bold;">[https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/Internet-Blogs <u>Blog</u>]</div> ==
 
== Blog ==
 
<big><big> https://blog.thelinguist.com/ </big></big>
 
Things about language learning. It is active.


<big><big> https://blogs.transparent.com/ </big></big>
<hr><big><big> https://blogs.transparent.com/ </big></big>


There are periodically good contents being presented.
There are periodically good contents being presented.


<big><big> https://www.thoughtco.com/languages-4133094 </big></big>
<hr><big><big> https://www.thoughtco.com/languages-4133094 </big></big>


Languages are fewer than Transparent's, and so do the update frequency. But its quality is still high.
Languages are fewer than Transparent's, and so do the update frequency. But its quality is still high.


<big><big> https://blog.feedspot.com/culture_blogs/ </big></big>
== <div style="color:#119922; font-weight:bold;">Lyrics</div> ==


Blogs about cultures. There are also [https://blog.feedspot.com/culture_magazines/ magazines].
<hr><big><big> !! https://www.musixmatch.com/ </big></big>


== Lyrics ==
Lyrics and their translations.


<big><big><big>!!</big> https://www.musixmatch.com/ </big></big>
<hr><big><big> !! https://lyricstranslate.com/ </big></big>


See lyrics and translations.
Lyrics and their translations.


== Subtitle ==
== <div style="color:#119922; font-weight:bold;">Subtitle</div> ==


<big><big><big>!!</big> https://www.opensubtitles.org/en/search/subs </big></big>
<hr><big><big> !! https://www.opensubtitles.org/ </big></big>


One of the most popular subtitle sites. Subtitles in European languages are easier to find.
One of the most popular subtitle sites. Subtitles in European languages are easier to find.


<big><big><big>!!</big> https://subscene.com/ </big></big>
➡ [https://polyglotclub.com/language.php?tool_id=9 Write a review]
 
<hr><big><big> !! https://subscene.com/ </big></big>


One of the most popular subtitle sites. Subtitles in English, Arabic, Persian, Indonesian are easier to find.
One of the most popular subtitle sites. Subtitles in English, Arabic, Persian, Indonesian are easier to find.


<big><big><big>!!</big> https://getcaption.co/ </big></big>
<hr><big><big> !! https://getcaption.co/ </big></big>
 
Subtitle downloader on desktop. You can add websites on your own. It is open-source.w


For downloading subtitles. You can add websites on your own. It is open-source.
<hr><big><big> !! https://github.com/FunkyMuse/SubHub </big></big>


<big><big><big>!!</big> https://bonigarcia.github.io/dualsub/index.html </big></big>
Subtitle downloader on Android. It is open-source.


It can help to merge two subtitles. It may crash at the second time. It is open-source.
<hr><big><big> https://github.com/morpheus65535/bazarr </big></big>


<big><big><big>!!</big> https://www.smplayer.info/ </big></big>
Subtitle downloader on web. It is open-source.


If Dualsub can't run since the second time, you can try this player, which can display two subtitles. It is open-source.
<hr><big><big> !! https://bonigarcia.github.io/dualsub/index.html </big></big>


What a good name of this program.
It can help to merge two subtitles. It may crash at the second time. It is open-source.


<big><big><big>!!</big> http://subs2srs.sourceforge.net/ </big></big>
<hr><big><big> !! http://subs2srs.sourceforge.net/ </big></big>


Turn subtitles into flashcards. It is open-source.
Turn subtitles into flashcards. It is open-source.
Line 908: Line 1,667:
[https://www.youtube.com/watch?v=4AvgqVGHP8A A video about it].
[https://www.youtube.com/watch?v=4AvgqVGHP8A A video about it].


== Radio & Podcast ==
== <div style="color:#119922; font-weight:bold;">News</div> ==
 
<hr><big><big> !! http://www.abyznewslinks.com/ </big></big>


<big><big><big>!!</big> https://www.radio-browser.info/gui/#!/ </big></big>
Links to news websites.


A list of internet radio stations. You can find other projects (some are open-source) such as RadioDroid to listen to them.
Some TV have shows for free, some of which even with subtitles.


<big><big><big>!!</big> https://www.listennotes.com/ </big></big>
<hr><big><big> !! https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean / https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean</big></big>


Search Engine of podcasts.
Paywall bypasser for Chromium/Chrome, Firefox and other browsers. It is open-source.


<big><big><big>!!</big> http://addictpodcast.com/ </big></big>
== <div style="color:#119922; font-weight:bold;">Radio & Podcast</div> ==


A wierd site. You can click on the image and go to its Google App Store page. It has all useful functions for listening to podcasts.
<hr><big><big> !! https://www.radio-browser.info/ </big></big>


<big><big><big>!!</big> https://castbox.fm/ </big></big>
A list of internet radio stations. You can find clients in “Apps”, some of which are open-source.


Podcasts in some countries.
I prefer two stations: Public Domain Classical, Public Domain Jazz. Pleasing names.


== TV Channel ==
<hr><big><big> !! https://github.com/zaps166/QMPlay2 </big></big>


<big><big><big>!!</big> https://livetvcentral.com/ </big></big>
Podcast player for desktop with RadioBrowser support. It is open-source.


The most complete list of worldwide online TV channels.
<hr><big><big> https://github.com/xgi/castero </big></big>


Many links are dead, but the live stream is still available somewhere else in many of these sites.
Podcast client in command line. It is open-source.


This site is not serious on national flags at all.
<hr><big><big> !! https://github.com/XilinJia/Podcini </big></big>


<big><big><big>!!</big> https://en.wikipedia.org/wiki/Lists_of_television_channels </big></big>
Podcast player with search engine for Android. It is open-source.


List of TV channels.
<hr><big><big> !! https://podcharts.co/ </big></big>


== News ==
Charts of podcasts.


<big><big><big>!!</big> https://unfiltered.news/ </big></big>
<hr><big><big> !! https://www.listennotes.com/ </big></big>


It reveals how media around the world report about the world.
Search Engine of podcasts.


<big><big><big>!!</big> http://www.abyznewslinks.com/ </big></big>
== <div style="color:#119922; font-weight:bold;">Live & Video</div> ==


Links to news websites.
<hr><big><big> !! https://mpv.io/ </big></big>


Some TV have shows for free, some of which even with subtitles.
Video player with fast response. It is open-source.


<big><big> https://liveuamap.com/ </big></big>
<hr><big><big> !! https://www.smplayer.info/ </big></big>


Instant news about hot spots from social media.
It is a frontend of [http://www.mplayerhq.hu/design7/news.html MPlayer] and can display two subtitles. It is open-source.


== Video ==
What a good name of this program.


<big><big><big>!!</big> https://www.youtube.com/ </big></big>
<hr><big><big> !! https://github.com/iptv-org/iptv </big></big>


No one can be richer in content than this. Heavy censorship, demonetization, weird copyright terms.
Database of IPTV stream addresses. It is under a public license.


There are some open-source alternatives to it such as [https://joinpeertube.org/ PeerTube] and [https://d.tube/ DTube].
<hr><big><big> !! https://github.com/yuki-iptv/yuki-iptv </big></big>


There are many channels teaching languages and introducing cultures, which people may forget. However, YouTube is not the only source of such channels.
IPTV player on desktop. It is open-source.


<big><big><big>!!</big> https://newpipe.schabi.org/ </big></big>
<hr><big><big> !! https://brunochanrio.github.io/DangoPlayer/ </big></big>


Watch YouTube videos without being watched by YouTube. It is open-source.
IPTV player on Android. It is open-source.


Downloading YouTube videos violates YouTube's terms of service. What a great move of grabbing your videos and claiming them as their properties.
<hr><big><big> !! https://livetvcentral.com/ </big></big>


<big><big> https://rg3.github.io/youtube-dl/ </big></big>
The most complete list of worldwide online TV channels.


Download videos with Python commands. It is open-source.
Many links are dead, but the live stream is still available somewhere else in many of these sites.


[https://www.youtube.com/watch?v=9A-HLSvtBWc A tutorial about it].
<hr><big><big> !! https://www.downthemall.org/ </big></big>


<big><big> https://mrs0m30n3.github.io/youtube-dl-gui/ </big></big>
Link and image downloader. It is open-source.


GUI for youtube-dl. It is open-source.
<hr><big><big> !! https://github.com/yt-dlp/yt-dlp </big></big>


<big><big><big>!!</big> https://www.downloadhelper.net/ </big></big>
Video downloader in command line. It is open-source.


Download videos on browsers, easy to use.
<hr><big><big> https://www.favoree.io/ </big></big>


== Live ==
Popular YouTube channels, in English.


<big><big><big>!!</big> https://www.twitch.tv/ </big></big>
<hr><big><big> https://similarchannels.com/ </big></big>


There are players speaking different languages. Its “IRL” section is people in real life. You can interact with them in their languages.
It can find similar YouTube channels.


== Language Information ==
== <div style="color:#119922; font-weight:bold;">Language Information</div> ==


<big><big> https://www.omniglot.com/ </big></big>
<hr><big><big> https://www.omniglot.com/ </big></big>


It provides information about basic knowledge of many languages. Many “Alphabet and Pronunciation” lessons on this site are from there.
It provides information about basic knowledge of many languages. Many “Alphabet and Pronunciation” lessons on this site are from there.


<big><big> https://glottolog.org/ </big></big>
➡ [https://polyglotclub.com/language.php?tool_id=11 Write a review]


Information of languages of the world. Not only languages, but also many varieties. It is open-soruce.
<hr><big><big> https://glottolog.org/ </big></big>


<big><big> https://www.scriptsource.org/ </big></big>
Information of languages of the world. Not only languages, but also many varieties. It is open-source. Its work is under a public license.


Information of scripts.
<hr><big><big> https://www.scriptsource.org/ </big></big>


<big><big> https://www.muturzikin.com/countries.htm </big></big>
Information of scripts. Its work is under a public license.
 
<hr><big><big> https://www.muturzikin.com/countries.htm </big></big>


Linguistic maps.
Linguistic maps.


<big><big> https://www.ethnologue.com/ </big></big>
<hr><big><big> https://lingvo.info/ </big></big>
 
Basic information of languages of the world. It may be not free in some regions.
 
<big><big> http://lingvo.info/en/ </big></big>


General knowledge about European languages.
General knowledge about European languages.


<big><big> https://iso639-3.sil.org/ </big></big>
<hr><big><big> https://iso639-3.sil.org/ </big></big>


Codes for every language and is still being updated. You can find the whole table.
Codes for every language and is still being updated. You can find the whole table.


== General Knowledge ==
== <div style="color:#119922; font-weight:bold;">General Knowledge</div> ==


<big><big> https://www.britannica.com/ </big></big>
<hr><big><big> https://www.britannica.com/ </big></big>


A comprehensive encyclopedia.
A comprehensive encyclopedia.


== Map ==
== <div style="color:#119922; font-weight:bold;">Educational Resources</div> ==


<big><big><big>!!</big> https://www.google.com/maps/ </big></big>
<hr><big><big> https://oasis.geneseo.edu/index.php </big></big>


It resolves the exotic sense. If you are careful enough, you can find trivia about a place.
Educational resources including geography, history and sociology. Its contents are under public licenses.


From the maps you can only see the appearance, not inside the societies. Actually, people in somewhere looks rich maybe not so happy as people in somewhere looks poor.
== <div style="color:#119922; font-weight:bold;">Map</div> ==


<big><big><big>!!</big> https://www.openstreetmap.org/ </big></big>
<hr><big><big> !! https://www.openstreetmap.org/ </big></big>


Another map site. You can even download them. It is open-source.
Another map site. You can even download them. It is open-source.
Line 1,042: Line 1,801:
There is [https://www.youtube.com/watch?v=A_v7HrDJfyk a video about its modification with Inkscape].
There is [https://www.youtube.com/watch?v=A_v7HrDJfyk a video about its modification with Inkscape].


<big><big> https://f-droid.org/en/packages/com.github.axet.maps/ </big></big>
<hr><big><big> !! https://marble.kde.org/ </big></big>


Offline maps from OpenStreetMap. It is open-source.
Alternative to Google Earth. It is open-source.


<big><big><big>!!</big> http://ontheworldmap.com/ </big></big>
<hr><big><big> !! https://organicmaps.app/ </big></big>
 
Offline maps for mobile with OpenStreetMap data. It is open-source.
 
<hr><big><big> !! https://ontheworldmap.com/ </big></big>


Downloadable maps. It even includes cities. I don't expect them to be up-to-date.
Downloadable maps. It even includes cities. I don't expect them to be up-to-date.


<big><big> https://www.geoguessr.com/ </big></big>
== <div style="color:#119922; font-weight:bold;">National Symbol</div> ==
 
<hr><big><big> !! https://en.wikipedia.org/wiki/Lists_of_national_symbols </big></big>


Guess where you are in a random Google Maps street view.
Lists of national symbols.


== Culture & Travel ==
== <div style="color:#119922; font-weight:bold;">Culture & Travel</div> ==


<big><big> https://ehrafworldcultures.yale.edu/ </big></big>
<hr><big><big> https://ehrafworldcultures.yale.edu/ </big></big>


Introductions to cultures.
Introductions to cultures.


<big><big> https://www.wikivoyage.org/ </big></big>
<hr><big><big> https://www.wikivoyage.org/ </big></big>


Introduction of the city and many details of countries. It is open-source.
Introduction of the city and many details of countries. It is open-source.
Line 1,066: Line 1,831:
The most important page for travelers is [https://en.wikivoyage.org/wiki/Stay_safe this].
The most important page for travelers is [https://en.wikivoyage.org/wiki/Stay_safe this].


<big><big> https://www.everyculture.com/ </big></big>
<hr><big><big> https://www.everyculture.com/ </big></big>


Its information is old. There are details of peoples and countries.
Its information is old. There are details of peoples and countries.


<big><big> https://www.commisceo-global.com/country-guides/ </big></big>
<hr><big><big> https://www.civilopedia.net/ </big></big>


It is mainly about some details about manners.
Encyclopedia for Sid Meier's Civilization VI. It even has multiple languages, so it's great for reading as well.


<big><big> https://guide.culturecrossing.net/index.php </big></big>
<hr><big><big> https://culturalatlas.sbs.com.au/ </big></big>


It is mainly about some details about manners.
It is about countries and in progress.


<big><big> https://rammworldcultures.org.uk/home/objects/ </big></big>
<hr><big><big> https://www.commisceo-global.com/country-guides/ </big></big>


Cultural Objects.
It is mainly about some details about manners.


<big><big> https://www.tripadvisor.com/ </big></big>
<hr><big><big> https://guide.culturecrossing.net/index.php </big></big>


Guide of traveling cities.
It is mainly about some details about manners.


<big><big> https://travelhealthpro.org.uk/ </big></big>
<hr><big><big> https://en.wikipedia.org/wiki/List_of_subcultures </big></big>


Detailed information about health.
Subcultures, modern things.


<big><big> https://whc.unesco.org/en/list/ </big></big>
<hr><big><big> https://whc.unesco.org/en/list/ </big></big>


Cultural heritages. There is also an interactive map.
Cultural heritages. There is also an interactive map.


<big><big> https://ich.unesco.org/en/lists/ </big></big>
<hr><big><big> https://ich.unesco.org/en/lists/ </big></big>


Intangible cultural heritages.
Intangible cultural heritages.


<big><big> https://www.cia.gov/library/publications/resources/the-world-factbook/ </big></big>
<hr><big><big> https://www.tripadvisor.com/ </big></big>


A formal publication of basic information about countries.
Guide of travelling cities.


<big><big> https://www.nationsonline.org/ </big></big>
<hr><big><big> https://www.cia.gov/the-world-factbook/ </big></big>


Introduction of countries and other things with links.
A formal publication of basic information about countries.


<big><big> https://worldcultures.webs.com/ </big></big>
<hr><big><big> https://worldcultures.webs.com/ </big></big>


Links to other sites about cultures.
Links to other sites about cultures.


== History ==
== <div style="color:#119922; font-weight:bold;">History</div> ==


<big><big> http://www.fsmitha.com/ </big></big>
<hr><big><big> https://www.worldhistory.org/ </big></big>


Texts are detailed for each item.
An encyclopedia. Articles, images, videos, 3D images, podcasts and more.


<big><big> https://www.hyperhistory.com/online_n2/History_n2/a.html </big></big>
<hr><big><big> http://www.fsmitha.com/ </big></big>


Looks old-fashioned, but it is not bad if you get used to it.
Detailed articles about history.


<big><big> https://play.google.com/store/apps/details?id=com.timleg.historytimeline </big></big>
<hr><big><big> https://play.google.com/store/apps/details?id=com.timleg.historytimeline </big></big>


An app about major events of history.
An app about major events of history.


<big><big> https://omniatlas.com/ </big></big>
<hr><big><big> https://www.hyperhistory.com/online_n2/History_n2/a.html </big></big>
 
Basic knowledge of the world history. Good for beginners. Looks old-fashioned, but it is not bad if you get used to it.
 
<hr><big><big> https://histography.io/ </big></big>
 
Historical events in dots.
 
<hr><big><big> https://omniatlas.com/ </big></big>


It shows you some old news with detailed maps.
It shows you some old news with detailed maps.


<big><big> https://www.timemaps.com/ </big></big>
<hr><big><big> https://www.timemaps.com/ </big></big>


Maps of history.
Maps of history.


<big><big> https://www.wdl.org/en/ </big></big>
<hr><big><big> https://worldhist.org/ </big></big>
 
Map of every year. Names of nations can be searched.
 
<hr><big><big> https://www.worldhistorymaps.info/ </big></big>


Items in the history.
Historical maps. Its works are under a public license.


<big><big> https://histography.io/ </big></big>
<hr><big><big> https://www.oldmapsonline.org/ </big></big>


It looks cool.
Old maps around the world.


<big><big> http://geacron.com/home-en/ </big></big>
The site has trouble with the mobile site. You need to set to view the desktop site on mobile.


Map of every year.
== <div style="color:#119922; font-weight:bold;">[https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/Philosophical-and-Religious-Texts Philosophy & Religion]</div> ==


<big><big> https://outline-of-history.mindvessel.net/ </big></big>
<hr><big><big> https://plato.stanford.edu/index.html </big></big>


A popular history book by an amateur historian called Herbert George Wells.
Stanford Encyclopedia of Philosophy.


If he were a professional historian, he would not have written it, together with many other nice books.
<hr><big><big> https://iep.utm.edu/ </big></big>


== Philosophy & Religion ==
University of Tennessee at Martin's Encyclopedia of Philosophy.


<big><big> https://www.philosophybasics.com/ </big></big>
<hr><big><big> https://www.philosophybasics.com/ </big></big>


The basics of philosophy, “by a layman for the layman”.
The basics of philosophy, “by a layman for the layman”.


<big><big> https://en.wikipedia.org/wiki/List_of_religions_and_spiritual_traditions </big></big>
<hr><big><big> https://simplyphilosophy.org/ </big></big>
 
Articles about different aspects of philosophy.
 
<hr><big><big> http://philosophypages.com/ </big></big>
 
Resources about philosophy. Its work is under a public license.
 
<hr><big><big> https://www.learnreligions.com/ </big></big>
 
Articles about religions.
 
<hr><big><big> https://slife.org/ </big></big>
 
An interfaith community with introductions to spiritual topics.
 
<hr><big><big> https://www.holybooks.com/ </big></big>
 
Downloadable books about religions.
 
<hr><big><big> https://en.wikipedia.org/wiki/List_of_religions_and_spiritual_traditions </big></big>


List of religions and spiritual traditions.
List of religions and spiritual traditions.


Not believing a religion itself is also religious.
<hr><big><big> https://virtualreligion.net/ </big></big>


<big><big> http://www.religionfacts.com/ </big></big>
Resources about religions.


Facts about religions.
== <div style="color:#119922; font-weight:bold;">Mythology</div> ==


== Sociology & Psychology ==
<hr><big><big> https://mythbank.com/ </big></big>


<big><big> https://opentextbc.ca/introductiontosociology/ </big></big>
Basics of myths.


A book about sociology.
<hr><big><big>https://mythopedia.com/</big></big>


<big><big> https://freesociologybooks.com/ </big></big>
Myth information.


Two books about sociology.
<hr><big><big> https://en.wikipedia.org/wiki/List_of_mythologies</big></big>


<big><big> https://www.psychologytoday.com/intl </big></big>
List of mythologies.


Articles about psychology.
== <div style="color:#119922; font-weight:bold;">Epic</div> ==


== Geography ==
<hr><big><big> https://en.wikipedia.org/wiki/List_of_epic_poems </big></big>


<big><big> https://www.youtube.com/user/GeographyNow/ </big></big>
Epics.


Videos about world geography.
== <div style="color:#119922; font-weight:bold;">Geography</div> ==


<big><big> https://www.worldatlas.com/ </big></big>
<hr><big><big> https://www.worldatlas.com/ </big></big>


Short articles.
Short articles.


<big><big><big>!!</big> https://gedevapps.com/flags/ </big></big>
<hr><big><big> !! http://worldmapquiz.qbisstudio.com/index.html </big></big>


Flags, capitals, currencies, some landmarks, in multiple languages. Dependencies included are not many.
An app for practising world map in several languages.
Dependencies are not all included. The form of address in Chinese version is a mixture of PRC's and ROC's, which is not good. For Chinese names of countries, there is a list: [[Language/Mandarin-chinese/Vocabulary/Countries-and-Nationalities]].


<big><big><big>!!</big> https://play.google.com/store/apps/details?id=com.qbis.guessthecountry </big></big>
<hr><big><big> !! https://www.geoguessr.com/seterra/ </big></big>


An app for practising world map in several languages.
Game of geography, online or with apps.
Dependencies are not all included. The form of address in Chinese version is a mixture of PRC's and ROC's, which is not good. For Chinese names of countries, go to [[Language/Mandarin-chinese/Vocabulary/Countries-and-Nationalities]].
 
<hr><big><big> https://www.flagid.org/ </big></big>
 
Flag identifier.
 
<hr><big><big> https://worldledaily.com/ </big></big>
 
Street view quizzes.
 
<hr><big><big> https://virtualvacation.us/ </big></big>
 
Street view videos with quizzes.


<big><big> http://www.nationalanthems.info/ </big></big>
== <div style="color:#119922; font-weight:bold;">Music</div> ==


National anthems. This is more complete than Wikimedia.
<hr><big><big> !! https://folkcloud.com/ </big></big>


== Music ==
Information about folk music.


<big><big><big>!!</big> https://www.youtube.com/user/pupsibaerle1 </big></big>
<hr><big><big> !! https://www.chosic.com/ </big></big>


All about traditional music.
Many tools about music, including similar song finder.


<big><big><big>!!</big> https://www.soundhound.com/ </big></big>
<hr><big><big> !! https://www.soundhound.com/ </big></big>


Recognize music with recording or your humming. It has some advantages over Shazam.
Recognize music with recording or your hum. It has some advantages over Shazam.


<big><big><big>!!</big> https://www.shazam.com/ </big></big>
<hr><big><big> !! https://www.shazam.com/ </big></big>


Recognize music with recording. It has some advantages over Soundhound.
Recognize music with recording. It has some advantages over Soundhound.


== Art ==
== <div style="color:#119922; font-weight:bold;">Art</div> ==


<big><big><big>!!</big> https://www.wikiart.org/ </big></big>
<hr><big><big> !! https://www.wikiart.org/ </big></big>


All kinds of artwork around the world.
All kinds of artwork around the world.


== Dance ==
== <div style="color:#119922; font-weight:bold;">Dance</div> ==


<big><big><big>!!</big> https://en.wikipedia.org/wiki/List_of_ethnic,_regional,_and_folk_dances_by_origin </big></big>
<hr><big><big> !! https://en.wikipedia.org/wiki/List_of_ethnic,_regional,_and_folk_dances_by_origin </big></big>


Dances by origin. You can search for them on video sites.
Dances by origin. You can search for them on video sites.


== Cuisine ==
== <div style="color:#119922; font-weight:bold;">[https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/Websites-of-Cuisine-Recipes Cuisine]</div> ==


<big><big><big>!!</big> https://www.allrecipes.com/ </big></big>
<hr><big><big> https://www.allrecipes.com/recipes/86/world-cuisine/ </big></big>


Recipes around the world.
A bit of recipes around the world.


<big><big><big>!!</big> https://en.wikipedia.org/wiki/List_of_cuisines </big></big>
<hr><big><big> https://en.wikipedia.org/wiki/List_of_cuisines </big></big>


List of cuisines.
List of cuisines.


== Folk Costume ==
== <div style="color:#119922; font-weight:bold;">Sport</div> ==


<big><big><big>!!</big> https://en.wikipedia.org/wiki/Folk_costume </big></big>
<hr><big><big> http://www.traditionalsports.org/ </big></big>
 
Introduction to traditional sports.
 
== <div style="color:#119922; font-weight:bold;">[https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/Tabletop-Games Tabletop Game]</div> ==
 
<hr><big><big> !! https://drwhut.itch.io/tabletop-club </big></big>
 
Multiplayer 3D tabletop games. Still incomplete currently. It is open-source.
 
<hr><big><big> !! https://pysolfc.sourceforge.io/ </big></big>
 
Card and tile games. It is open-source.
 
<hr><big><big> !! https://www.gnu.org/software/xboard/ </big></big>
 
Traditional board games. Its user interface is more cruel than AI opponents. It is open-source.
 
There are pre-installed engines, but they are somehow old. The most versatile engine is [https://github.com/ianfab/Fairy-Stockfish Fairy Stockfish].
 
[https://github.com/cutechess/cutechess Cute Chess] looks good, but Xiangqi and Janggi are missing.
 
<hr><big><big> https://www.pychess.org/ </big></big>
 
Multiplayer platform for playing chess variants.
 
<hr><big><big> https://vassalengine.org/ </big></big>
 
Strategy game engine and modules. It is open-source.
 
<hr><big><big> https://boardgamegeek.com/ </big></big>
 
Information of board games.
 
<hr><big><big> https://www.wopc.co.uk/ </big></big>
 
Playing card patterns.
 
== <div style="color:#119922; font-weight:bold;">Folk Costume</div> ==
 
<hr><big><big> !! https://en.wikipedia.org/wiki/Folk_costume </big></big>


List of folk costume.
List of folk costume.


== Folktale ==
== <div style="color:#119922; font-weight:bold;">Folktale</div> ==
 
<big><big> https://fairytalez.com/ </big></big>


Some faire tales.
<hr><big><big> https://fairytalez.com/ </big></big>


<big><big> https://www.worldoftales.com/ </big></big>
Some tales.


Some fairy tale books.
<hr><big><big> https://www.worldoftales.com/ </big></big>


== Festival ==
Some tale books.


<big><big><big>!!</big> https://en.wikipedia.org/wiki/Category:Lists_of_festivals_by_country </big></big>
== <div style="color:#119922; font-weight:bold;">Festival</div> ==
<hr><big><big> !! https://en.wikipedia.org/wiki/Category:Lists_of_festivals_by_country </big></big>


Not complete, but still good.
Not complete, but still good.


<big><big> https://www.world-festivals.net/ </big></big>
<hr><big><big> https://www.world-festivals.net/ </big></big>


It includes more countries than the one above. I wonder if it is so difficult to gather information about festivals.
It includes more countries than the one above. I wonder if it is so difficult to gather information about festivals.


== Name ==
== <div style="color:#119922; font-weight:bold;">Martial Art</div> ==
<hr><big><big> https://en.wikipedia.org/wiki/List_of_martial_arts </big></big>
 
List of martial arts.
 
<hr><big><big> https://blackbeltwiki.com/ </big></big>
 
Introduction to many martial arts.


<big><big><big>!!</big> https://www.behindthename.com/ </big></big>
== <div style="color:#119922; font-weight:bold;">Name </div> ==


Find the meanings of a given name.  
<hr><big><big> !! https://en.wikipedia.org/wiki/Lists_of_most_common_surnames </big></big>


Don't expect you can understand every Chinese name.
List of the most popular family names.


== Astronomy ==
<hr><big><big> !! https://en.wikipedia.org/wiki/List_of_most_popular_given_names </big></big>


<big><big> https://stellarium.org/ </big></big>
List of the most popular given names.
 
<hr><big><big> !! https://www.behindthename.com/ </big></big>
 
Find the meanings of a given name.
 
== <div style="color:#119922; font-weight:bold;">Astronomy</div> ==
 
<hr><big><big> https://stellarium.org/ </big></big>


You can see the sky in different locations and times. There are starlores in different cultures. Some even have constellation art.
You can see the sky in different locations and times. There are starlores in different cultures. Some even have constellation art.


== Living Standard ==
== <div style="color:#119922; font-weight:bold;">Living Condition</div> ==


<big><big> https://www.numbeo.com/cost-of-living/ </big></big>
<hr><big><big> https://www.numbeo.com/cost-of-living/ </big></big>


Prices from the world. Sometimes inaccurate.
Prices from the world. Sometimes inaccurate.


<big><big> https://www.globalbrandprices.com/ </big></big>
<hr><big><big> https://www.globalproductprices.com/ </big></big>
 
The prices of products in different regions. Its work is under a public license.
 
<hr><big><big> https://www.globalpetrolprices.com/ </big></big>
 
The prices of energy in different regions. Its work is under a public license.
 
== <div style="color:#119922; font-weight:bold;">Economy</div> ==
 
<hr><big><big> https://www.exchange-rates.org/ </big></big>
 
Exchange rates.
 
<hr><big><big> https://commodity.com/ </big></big>
 
Basic understanding of trading around the world.
 
== <div style="color:#119922; font-weight:bold;">Vehicle</div> ==
 
<hr><big><big> https://www.globalcarsbrands.com/ </big></big>


The prices of the same products in different regions.
Automobile brands around the world.


== Statistics ==
== <div style="color:#119922; font-weight:bold;">Statistics</div> ==


<big><big> https://www.statista.com/ </big></big>
<hr><big><big> https://www.statista.com/ </big></big>


All kinds of statistical data. Some are free.
All kinds of statistical data. Some are free.


<big><big> https://ourworldindata.org/ </big></big>
<hr><big><big> https://ourworldindata.org/ </big></big>


It has detailed explanation on each data.
It has detailed explanation on its data.


<big><big> https://info.worldbank.org/governance/wgi/ </big></big>
== <div style="color:#119922; font-weight:bold;">Train</div> ==


A research program by the World Bank. There is [https://en.wikipedia.org/wiki/Worldwide_Governance_Indicators an article] on Wikipedia about it.
<hr><big><big> https://www.seat61.com/ </big></big>


== Trivia Quizzes ==
Information about train travels.


<big><big> https://www.jetpunk.com/ </big></big>
== <div style="color:#119922; font-weight:bold;">Prepaid SIM Card</div> ==


Trivia quizzes of the world. It is available in multiple languages.
<hr><big><big> https://prepaid-data-sim-card.fandom.com/wiki/Prepaid_SIM_with_data </big></big>


== Prepaid SIM Card ==
Details about SIM cards. Its work is under a public license.


<big><big>https://prepaid-data-sim-card.fandom.com/wiki/Prepaid_SIM_with_data </big></big>
== <div style="color:#119922; font-weight:bold;">License Plate</div> ==


Details about SIM cards.
<hr><big><big> !! http://www.worldlicenseplates.com/ </big></big>


== License Plate ==
Take a look if you are interested. It's completed.


<big><big><big>!!</big> http://www.worldlicenseplates.com/ </big></big>
== <div style="color:#119922; font-weight:bold;">Trivia Quiz</div> ==


Take a look if you are interested. It's so completed.
<hr><big><big> https://www.jetpunk.com/ </big></big>


== Fonts ==
Trivia quizzes of the world. It is available in multiple languages.


<big><big><big>!!</big> https://www.google.com/get/noto/ </big></big>
== <div style="color:#119922; font-weight:bold;">Model</div> ==


It presents a lot of fonts in one art style. It is open-source.
<hr><big><big> https://castle-engine.io/view3dscene.php </big></big>


<big><big><big>!!</big> http://unifoundry.com/unifont/index.html </big></big>
3D model viewer with support of walking and flying. It is open-source.


No one covers more of the Unicode map than GNU Unifont. It is open-source, no need to say because the name has “GNU”.
<hr><big><big> https://sketchfab.com/ </big></big>


Its function is limited, such as bad support for South and Southeast Asian characters.
3D models, some of which are under public licenses. Make sure your computer's memory is large enough to view them.


<big><big><big>!!</big> https://www.fontspace.com/ </big></big>
You can also use 3D printers to print them if you like.


You can search for fonts by Unicode block or script here.
== <div style="color:#119922; font-weight:bold;">Character</div> ==


== Speech Recognition ==
<hr><big><big> !! https://wiki.gnome.org/Apps/Gucharmap </big></big>


<big><big><big>!!</big> https://www.speechtexter.com/m/ </big></big>
Character map for Linux and macOS. It is open-source.


It recognizes your speech with the help of Google.
<hr><big><big> !! https://leun4m.github.io/symbsearch/ </big></big>


<big><big> https://github.com/TalAter/annyang </big></big>
Character search for Windows. It is open-source.


Speech recognition with JavaScript.
<hr><big><big> !! https://github.com/Ryosuke839/UnicodePad </big></big>


[https://www.youtube.com/watch?v=Ds5tm-6Nc9g A video about it].
Character search for Android. It is open-source.


<big><big> https://pypi.org/project/SpeechRecognition/ </big></big>
It is also available [https://f-droid.org/en/packages/jp.ddo.hotmist.unicodepad/ on F-droid].


Speech recognition with Python.
== <div style="color:#119922; font-weight:bold;">[https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/FLOSS-Fonts Font]</div> ==


[https://www.youtube.com/watch?v=QebIJmWwXfA A video about it on Windows]; [https://www.youtube.com/watch?v=WpkPbYf487I a video about it on Linux].
<hr><big><big> !! https://www.google.com/get/noto/ </big></big>


== Optical Character Recognition ==
It presents a lot of fonts in one art style. It is open-source.


<big><big> https://github.com/manisandro/gImageReader </big></big>
<hr><big><big> !! https://unifoundry.com/unifont/index.html </big></big>


It recognizes characters on the screen with Tesseract. Training is required.
No one covers more of the Unicode map than GNU Unifont. It is open-source.


[https://www.youtube.com/watch?v=qLpCld4cdtk A video about training with LIOS].
Its function is limited, such as bad support for South and Southeast Asian characters.


== Language Identifier ==
<hr><big><big> !! https://www.fontspace.com/ </big></big>


<big><big><big>!!</big> http://www.polyglot3000.com/ </big></big>
You can go to its “stuff” and search by Unicode characters.


It identifies languages.
== <div style="color:#119922; font-weight:bold;">Optical Character Recognition</div> ==


== Resource Links ==
<hr><big><big> https://github.com/manisandro/gImageReader </big></big>
Unlike this page, those are for some specific languages, and I am not responsible for their qualities.


<big><big> https://www.lexilogos.com/english/index.htm </big></big>
It recognizes characters on the screen with Tesseract. It is open-source.


This one is in a great quantity that even GrimPixel's resource pages can hardly match.
[https://www.youtube.com/watch?v=3Ba7mflTI1I A video about training].


<big><big> http://gratisglobal.com/ </big></big>
<hr><big><big> https://dynobo.github.io/normcap/ </big></big>


A comprehensive resource database.
Capture screen and recognize the characters with Tesseract. It is open-source.


<big><big> http://www.openculture.com/ </big></big>
<hr><big><big> !! https://tegaki.github.io/ </big></big>


This one has various references.
Handwriting recognition for Chinese and Japanese. You can download new models and load them. It is open-source.


<big><big> https://www.languagelinksdatabase.com/free-language-resources/ </big></big>
<hr><big><big> https://github.com/SubhamTyagi/android-ocr </big></big>


This one has more links for each one with fewer languages.
It uses Tesseract 4 data on Android. It is open-source.


<big><big> https://www.lonweb.org/ </big></big>
== <div style="color:#119922; font-weight:bold;">Language Identifier</div> ==


This one has more languages with fewer links for each one.
<hr><big><big> !! http://www.polyglot3000.com/ </big></big>


<big><big> http://lexicity.com/ </big></big>
It identifies languages.


This one focuses on ancient languages.
== <div style="color:#119922; font-weight:bold;">Resource Links</div> ==
Unlike this page, those are for some specific languages, and I am not responsible for their qualities.


<big><big> https://commons.wikimedia.org/wiki/Commons:Free_media_resources </big></big>
<hr><big><big> https://commons.wikimedia.org/wiki/Commons:Free_media_resources </big></big>


Free media resources.
Free media resources.


<big><big> https://www.alllanguageresources.com/ </big></big>
<hr><big><big> https://www.lexilogos.com/english/index.htm </big></big>
 
This one is in a great quantity.
 
<hr><big><big> https://www.ats-group.net/language-resources.html </big></big>
 
This service has many languages.


This one includes paid recommendations without notice.
<hr><big><big> http://lexicity.com/ </big></big>


<big><big> https://nlp.stanford.edu/links/statnlp.html </big></big>
This one focuses on ancient languages.


Academic software. You may wonder why academicians are so dumb at design. That is because they are not so good at front-end and they don't have to learn much of it.
<hr><big><big> http://www.meta-share.org/ </big></big>


== Web Page Archive ==
Repository for language researching.


<big><big> https://www.archive.org/ </big></big>
== <div style="color:#119922; font-weight:bold;">Internet Archive</div> ==


Archive of the Internet since 1996. Really cool!
<hr><big><big> https://archive.org/ </big></big>


There are [https://archive.org/details/5LanguageVisualDictionary '''De Agostini 5 Language Visual Dictionary'''] (practical) and [https://archive.org/details/FiveLanguageVisualDictionary '''The Firefly Five Language Visual Dictionary'''] (comprehensive) on it.
Archive of the Internet since 1996 and other things. Really cool!


== Virtual Private Network ==
== <div style="color:#119922; font-weight:bold;">Virtual Private Network and others</div> ==


<big><big><big>!!</big> mailto:get@psiphon3.com </big></big>
<hr><big><big> !! mailto:get@psiphon3.com </big></big>


Those who are hindered from accessing the world Internet, send an e-mail to it.
Those who are hindered from accessing the world Internet, send an e-mail to it.


== Endangered Language Protection ==
Official site: https://psiphon3.com/en/index.html
If you are capable and responsible, please do your part to protect endangered languages.
 
<hr><big><big> !! https://www.torproject.org/ </big></big>


<big><big> http://www.endangeredlanguages.com/ </big></big>
For visiting Project Gutenburg and other sites, if some books are still not in public domain in your country. It is open-source.


<big><big> https://www.eldp.net/ </big></big>
It won't lead you to the dark web, if you don't know any such address.


== Volunteering for Language Learning ==
<hr><big><big> !! https://protonvpn.com/ </big></big>


If they are willing to learn a language to make a decent life, they deserve to be respected.
It doesn't allow torrenting on the free plan, but there's no volume limit.


<big><big> https://volunteersinlanguagelearning.eu/ </big></big>
<hr><big><big> !! https://windscribe.com/ </big></big>


<big><big> https://www.languagevolunteers.com/ </big></big>
They provide 10GB each month with high speed and multiple locations for free. Great for “immersive language learning”.


==-- AUTHOR --==
== <div style="color:#ffad00; font-weight:bold;">-- AUTHOR --</div> ==
[https://polyglotclub.com/member/GrimPixel GrimPixel]
[https://polyglotclub.com/member/GrimPixel GrimPixel]


 
[[Category:Free-Resources]]


{{#seo:
{{#seo:
     |title=Best Free Services for Polyglots
     |title=Best Free Tools for Polyglots {{CURRENTYEAR}}
     |keywords=website, phonetics, tv, radio, dictionary, pronunciation, courses, translators, vocabulary
     |keywords=website, phonetics, tv, radio, dictionary, pronunciation, courses, translators, vocabulary
     |description=The services listed on this page are free.
     |description=The services listed on this page are free.
        |og:image=https://polyglotclub.com/wiki/images/thumb/8/8e/Website-polyglots.jpg/800px-Website-polyglots.jpg
    |og:image=https://polyglotclub.com/wiki/images/thumb/8/8e/Website-polyglots.jpg/800px-Website-polyglots.jpg
}}
}}
==Other Lessons==
* [[Language/Multiple-languages/Culture/How-to-Customise-Open–Source-Language-Games|How to Customise Open–Source Language Games]]
* [[Language/Multiple-languages/Culture/Historical-Realistic-Video-Games|Historical Realistic Video Games]]
* [[Language/Multiple-languages/Culture/Most-Popular-Sports|Most Popular Sports]]
* [[Language/Multiple-languages/Culture/Ordering-with-Letters|Ordering with Letters]]
* [[Language/Multiple-languages/Culture/How-to-contribute-to-wiki-lessons-(FAQ)|How to contribute to wiki lessons (FAQ)]]
* [[Language/Multiple-languages/Culture/Elements-of-Traditional-Architectures:-Western-Europe|Elements of Traditional Architectures: Western Europe]]
* [[Language/Multiple-languages/Culture/How-to-be-Creative|How to be Creative]]
* [[Language/Multiple-languages/Culture/Keyboards|Keyboards]]
* [[Language/Multiple-languages/Culture/Natural-phenomena|Natural phenomena]]
* [[Language/Multiple-languages/Culture/Techniques-for-learning-languages|Techniques for learning languages]]
<span links></span>

Latest revision as of 15:07, 28 March 2024

Free Internet Resources for Polyglots - 2024
Website-polyglots.jpg

Hello polyglots, 😀

Polyglots are individuals who are able to speak multiple languages fluently. With the rise of the internet and technology, there are now numerous online free resources and tools available for polyglots to improve their language skills and connect with other language enthusiasts. This article aims to provide an overview of the most useful internet resources for polyglots, including language learning websites, forums, and social media communities. Whether you are a beginner or a seasoned polyglot, these resources can help you take your language skills to the next level and further your language journey.


  • Links with “!!!!” are the most important resources for you if you don't know English well;
  • Links with “!!” has low English skill requirement.
  • For the condensed version of this article, go HERE.


This page has a child: Language/Multiple-languages/Culture/Internet-resources-for-learning-specific-languages.

Welcome to our lesson on "Multiple-languages Culture → Internet resources for polyglots"! 🌍 In this lesson, we will explore various online resources that can help you enhance your language learning journey and dive deeper into the fascinating world of polyglots. After completing this lesson, you can also check out other related pages, such as our Polyglot Club Team page, where you can learn more about the people behind the scenes who are passionate about multiple languages and cultures.

If you're interested in learning how to study languages more effectively, don't miss our guide on studying with a markup language, which can help you organize your language learning materials in a more structured way. And for those who love video games, we have a special treat for you! Discover how you can explore real-life locations through video games with multiple languages and cultures! 🎮

So, let's dive into the world of polyglots and explore the best internet resources to help you become a true language enthusiast!

-- Introduction --[edit | edit source]

Advices[edit | edit source]

This page is updated from time to time, not frequently, not regularly. “But how do I know what you have changed since the last time I come here?” Try this: hover your mouse over “Actions” in the upper right corner of this page, click on “history”, select the current and the version you saw last time, click on “Compare selected versions”.

It would be great if you pay a visit to every site on the list. Don't lose your curiosity.

If you want to do creative work to help others to learn languages and to know about cultures, please visit Language/Multiple-languages/Culture/Productivity-tools-for-polyglots.

It is not recommended to put some banner like “featured in Polyglot Club” on your website, because this list is dynamic.

It is highly recommended to have privacy protections on. An open-source website on privacy: https://privacyguides.org/

Tips[edit | edit source]

Some programs require the use of command-line. There is an article about how to do it on Windows. If you use Linux, you may use Sakura, for its lightweight being and good Unicode support; If you want to customise the font in command line on Windows, you can use ConEmu.

Some programs split words in a sentence with spaces. In this case, texts in Chinese, Japanese, Thai, Vietnamese and other languages need a word segmentation.

The customisation of some programs require a text editor. It is recommended to use Geany, because it is lightweight and has useful shortcuts like “Ctrl + D” to duplicate a line.

See if you are downloading the binary file or the source code. Unless its language doesn't require compilation, you would need to build the program on your own with the source code. Links to download binaries (built programs) are elsewhere like “Releases” or links in the README.MD file. If you see there are multiple links in “Releases”, select the link with your corresponding operating system, CPU architecture and other clues in its filename. The “amd64” and “x86_64” have minor differences and are usually considered the same when describing a binary. “md5”, “sha256”, “sha512”, etc. are checksum formats, which can be used to check the integrity of the downloaded file. You can use the open-source tool GtkHash to check the integrity of the files with the same name of the checksum files.

If you see SourceForge, you may simply click on the “Download” button. In some cases, the downloaded file is not what you want. Then you need to find it out in “Files”.

If you don't see an executable file in the program, then you may have to run it in another way:

  • C/C++: Download GNU Compiler Collection or Clang/LLVM for advanced users. There is a guide.
  • Python: Download Python and install packages with its package manager pip, or PyPy for advanced users. There is a guide.
  • JavaScript/TypeScript: Download Node.js or Deno for advanced users. There are package managers like pnpm that may perform better than the default npm. There is a guide.
  • Java: Download Java and use SDKMAN to manage Software Development Kits for advanced users. There is a guide.
  • Rust: Download Rust. There is a guide.
  • Go: Download Go. There is a guide.
  • Dart: Download Dart. There is a guide.
  • Perl: Download Perl. There is a guide.
  • Ruby: Download Ruby. There is a guide.
  • Haskell: Download Haskell. There iss a guide.

JavaScript and some other languages support running something with two programs: a server and a client. You need to start the server, then access the server with the client.

JavaScript programs often utilise Electron.js to have cross-platform support easily, which integrates a Chromium in every program and occupies a lot of resources.

Java relies on a virtual machine, which is an emulator of a computer system and requires some more system resources.

See if the program is updated recently. Outdated programs may be no longer reliable, because they may rely on something else, like another program or a webpage, which can become invalid with the change of time. It may also contain security loopholes that were not discovered at that time and discovered now.

Political activism can motivate people to cause unexpected damage, like node-ipc by RIAEvangelist on GitHub.

Resource Selection Criteria[edit | edit source]

To be listed on this page, resources should possess at least one of the following characteristics:

  1. be rich in FREE content (not just a trial or not fulfilling the need in the free part), and the free content is mostly accurate, and the free content is not all covered by other free ones;
  2. be made with a unique, good idea;
  3. has no better alternatives.

Resources possessing the following characteristics will be given disadvantage:

  1. propagate specific political or religious ideas without possibility of discussion.

Resources with the following features will be given a little priority:

  1. available offline;
  2. available on multiple platforms;
  3. multilingual user interface;
  4. lightweight (including “written in C”);
  5. open source;
  6. privacy-friendly (including “registration not required”).

Blue Light Filter & Dark Mode
[edit | edit source]


 !! https://codeberg.org/fusco/gummy

Filter for Linux. It is open-source.


 !! https://github.com/LibreShift/red-moon/

Filter for Android. It is open-source.


 !! https://codeberg.org/ltguillaume/redshift-tray

Filter for Windows. It is open-source.


 !! https://darkreader.org/

Dark mode for web browsers. It is open-source.

Reminder
[edit | edit source]


 !! https://workrave.org/

Rest reminder. It can lock your keyboard and mouse buttons when it is time. It is open-source.

Write a review


 !! https://hovancik.net/stretchly/

Rest reminder with macOS releases. It is open-source.


 !! https://github.com/WinTenDev/rminder

Reminders for Chromium/Chrome. It is open-source.


 !! https://gitlab.com/axet/android-hourly-reminder

Repeating timer. It alarms every hour or even minute. This reminds you how a minute passes by. It is open-source.


 !! https://bdt.jepfa.de/

Break down a period of time to equal slices on Android. It is open-source.


 !! https://github.com/mattvchandler/ProgressBars

Progress bars on Android. It is open-source.


 !! https://github.com/thetwom/toc2

Metronome on Android. It is open-source.


 !! https://www.antcom.de/gtick/

Metronome on Linux. It is open-source.


 !! https://sourceforge.net/projects/openmetronome/

Metronome on Windows. It is open-source.

Work-Break Timer
[edit | edit source]


 !! https://zidoro.github.io/pomatez/

Simple work-break timer on desktop. It is open-source.


 !! https://github.com/ayoisaiah/focus

Work-break timer in command-line. It is open-source.


 !! https://github.com/adrcotfas/Goodtime

Work-break timer on Android. It is open-source.

Activity Tracker
[edit | edit source]


https://activitywatch.net/

Track your own desktop activity. It is open-source.


 !! https://github.com/rybak/resoday

Habit calendar on desktop. It is open-source.


 !! https://codeberg.org/fynngodau/usageDirect

It shows your app usage on Android. It is open-source.


 !! https://codito.github.io/habito/

Habit tracker in command line. It is open-source.


 !! https://github.com/SamAmco/track-and-graph

Habit tracker with graphs on Android. It is open-source.


 !! https://github.com/Razeeman/Android-SimpleTimeTracker

Timer for activities on Android. It is open-source.


 !! https://github.com/iSoron/uhabits

Simple habit tracker on Android. It is open-source.


 !! https://gottcode.org/kapow/

Timer for activities on desktop. It can also generate a report. It is open-source.


 !! https://github.com/appstome/timetome-app

Timer for activities on Android. It is open-source.

Its timer doesn't stop, so if you would like to do anything untracked, you need to select “other” and that category is tracked as well.


 !! https://github.com/Glitchy-Tozier/githo

Form a habit step by step on Android. It is open-source.


 !! https://github.com/Destaq/language-learning-dashboard

Dashboard for language learning, requiring some programming knowledge. It is open-source.

Self-Control Helper
[edit | edit source]


 !! https://safing.io/

Firewall for blocking Internet traffic for Desktop. It is open-source.


 !! https://github.com/anfragment/zen

Internet traffic filter list on desktop. It is open-source.


 !! https://rethinkdns.com/

Firewall for blocking Internet traffic on Android. It is open-source.


 !! https://launchpad.net/timekpr-next

Limits the using times with a schedule for Linux. It is open-source.


 !! https://www.proginosko.com/leechblock/

Browser add-ons for blocking websites. It is open-source.


 !! https://selfcontrolapp.com/

Block websites for Mac. It is open-source.


 !! https://timelimit.io/

Limit your app using time for Android. It is open-source.


 !! https://detoxdroid.flx-apps.com/

Some other measures to help you on Android. Need to use a PC to enable developer mode. It is open-source.

It can be downloaded from F-droid.

Brain Training
[edit | edit source]

Notice: Whether brain training works or not is still controversial. If you don't believe it works, please skip this section.


https://wiki.gnome.org/action/show/Apps/gbrainy

Mini-games. It is open-source.


http://brainworkshop.sourceforge.net/

Dual n-back. It is open-source.

Its latest version 4.8.7 is not available on the website, but on the SourceForge page.


https://github.com/vivekthazhathattil/dekadico

Memory trainer with numbers. It is open-source.

Workout
[edit | edit source]


 !! https://github.com/oliexdev/openWorkout

Workout assistant for Android with animations or videos. It is open-source.

Eating
[edit | edit source]


https://codeberg.org/epinez/Energize/

Nutrition tracker for Android. It is open-source.


https://world.openfoodfacts.org/

Information about food nutrition.

Relaxation & Meditation
[edit | edit source]


 !! https://www.freesoundslibrary.com/

It has more than 200 ambient sounds for download. Turn loop on and enjoy.


 !! https://github.com/rafaelmardojai/blanket

Play multiple audio files simultaneously on Linux. It is open-source.


 !! https://github.com/CliffracerMerchant/SoundAura

Play multiple audio files simultaneously on Android. It is open-source.


 !! https://github.com/yuttadhammo/BodhiTimer

Meditation timer. It is open-source.


 !! https://github.com/Mr-Kumar-Abhishek/brain-beats

Binaural beats and more for desktop. It is open-source.


 !! https://gitlab.com/axet/android-binaural-beats

Binaural beats for Android. It is open-source.


 !! https://sites.google.com/view/jithware

Meditation helper with breath control for Android. It is open-source.

[edit | edit source]


 !! https://colemak.com/

This one supports a lot of languages in Latin script, but it means to learn typing again. It is worth it. You may have noticed that “Kolemak” is even better than Colemak. How to modify keyboards will be discussed below.

A better layout image.

Note that the download link on the home page is “Caps Lock Unchanged”. The idea of replacing Caps Lock with Backspace is great because of its convenience to press Backspace, but having it unchanged is generally better because it's punitive to press Backspace, urging you to make fewer misspellings.

There is a flaw of no “„” or “‚”. You can replace “÷” and “×” with them. Also, the positions of single and double quotation marks only benefit British people for not pressing Shift. You can exchange their positions, too.

There is a modified version and local variants.


https://bepo.fr/wiki/Accueil

Based on French, giving consideration to European languages. But if you don't type French much, it might be not ideal.

No English translation for this site, but it doesn't matter, because this keyboard is generally pre-installed in common operating systems. You just need to find it in the “French” section of keyboard settings.


https://forum.colemak.com/topic/519-rulemak-russian-colemak-layout/

Variant of Colemak for typing Cyrillic. It is available as source code. It is pre-installed on Linux, but it requires some effort as mentioned in the “Colemak” section to make sure it appears in the files. “Greek (Colemak)” is also available.

For Windows, Portable Keyboard Layout is required. Or you can use that keyboard creator to do it manually.


 !! https://play.google.com/store/apps/details?id=kl.ime.oh

It is lightweight and supports many languages, with many keyboard layouts. But it has problems, such as poor Japanese support.

Typing
[edit | edit source]


 !! https://github.com/max-niederman/ttyper

Typing practice in command line with detailed statistics. It is open-source.


 !! https://github.com/bloznelis/typioca

Typing practice in command line with a time limit. It is open-source.


 !! https://github.com/Mithil467/mitype

See the replay of your typing session. It is open-source.


 !! https://github.com/plu5/retype

Type books in EPUB format. It is open-source.

Shortcut
[edit | edit source]


 !! https://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts

Keyboard shortcuts in general.


 !! https://defkey.com/

Keyboard shortcuts for specific programs. Add “?pdfOptions=True” to the end of address to download its PDF.

Cheat Sheet
[edit | edit source]


 !! https://cheatography.com/

Cheat sheets for programs.


 !! https://github.com/gnebbia/kb

Knowledge base of commands in command-line. It is open-source.

Text Editor
[edit | edit source]


https://vscodium.com/

Text editor with extensibility. It is open-source.

With its extensions, you can do a lot with Markdown files. A single Markdown file can be a mind map and a list of flashcards at the same time, for example.


 !! https://www.geany.org/

Text editor with features like replacing text in multiple files. It is open-source.


 !! https://gottcode.org/focuswriter/

Text editor in full-screen with backgrounds. It is open-source.


 !! https://micro-editor.github.io/

Text editor in command-line. It is open-source.


 !! https://github.com/gsantner/markor

Text editor with markdown and todo.txt supports on Android. It even has a “speed read” function. It is open-source.


https://github.com/doom-neovim/doom-nvim

Configuration for the text editor in command-line Neovim, with many keybindings to ensure high efficiency. It is open-source.

Tutorials are OpenVim, Learn Vim, among others. Cheatsheet is Vim Cheat Sheet.


https://github.com/doomemacs/doomemacs

Configuration for the text editor in command-line GNU Emacs, with high extensibility. It is open-source.

Tutorial is EmacsWiki.

Comprehensive Tool
[edit | edit source]


 !! https://affine.pro/

Text and whiteboard. It is open-source.


 !! https://super-productivity.com/

Good-looking schedule with a pomodoro timer. It is open-source.

A video about it.


 !! https://xwmx.github.io/nb/

Knowledge management in command-line. It is open-source.


 !! https://jtx.techbee.at/

Journal, note, todo with tags on Android. It is open-source.


 !! https://github.com/mhss1/MyBrain

All-in-One productivity on Android. It is open-source.

Task Planner & To-Do-List
[edit | edit source]


 !! https://www.abstractspoon.com/

Versatile task planner on desktop. It is open-source.


 !! https://www.taskcoach.org/

Simple task planner on desktop. It is open-source.


 !! https://github.com/v1tzor/TimePlanner

Task planner on Android. It is open-source.


 !! https://eck.cologne/peafactory/en/html/calendar_pea.html

Task calendar with encryption on Android. It is open-source.


 !! https://github.com/Etar-Group/Etar-Calendar

Task calendar on Android. It is open-source.


 !! https://github.com/Sztorm/NoteCalendar

Note calendar. It is open-source.


 !! https://github.com/ransome1/sleek

To-do-list based on todo.txt. It is open-source.


 !! https://github.com/kraanzu/dooit

To-do-list in command-line with TUI. It is open-source.


 !! https://taskwarrior.org/

To-do-list in command-line. It is open-source.


 !! https://tasks.org/

To-do-list on Android. It is open-source.


https://github.com/ribeirompl/144_blocks

Plan a day in 144 blocks. It is open-source.

Notebook
[edit | edit source]


 !! https://logseq.com/

Knowledge manager with graphic view of nodes and flashcards. It has plugins including adding Anki Flashcards. It is open-source.


 !! https://joplinapp.org/

Notes with end-to-end encryption and syncronisation. It is open-source.


 !! https://mindforger.com/

Notes with hierarchy and tags, and can be exported to CSV files. It is open-source.


 !! https://github.com/zadam/trilium

Advanced notebook with hierarchy, text formatting, link map, synchronization and encryption. Good for working. It is open-source.


 !! https://www.giuspen.com/cherrytree/

Hierarchical notebook with encryption. It is open-source.


 !! https://eck.cologne/peafactory/en/html/notebook_pea.html

Write RTF files with encryption. It is open-source.


 !! https://quillpad.github.io/

Simple note-taking app for Android. It is open-source.


 !! https://safenotes.dev/

Encrypted notes on Android. It is open-source.


 !! https://jrnl.sh/

Notebook in command-line. It is open-source.


 !! https://orgmode.org/

Notebook for Emacs, Neovim and other text editors. It is open-source.


 !! https://postkevone.github.io/tiddlyresearch/

Notebook for Tiddly Wiki. It is open-source.

Handwriting Notebook
[edit | edit source]


 !! https://xournalpp.github.io/

Handwritten note editor. It is open-source.


 !! https://saber.adil.hanney.org/

Note with handwriting. It is open-source.


 !! https://rnote.flxzt.net/

Handwriting program. It is open-source.

Audio Notebook
[edit | edit source]


 !! https://certified84.github.io/AudioNote/

Audio tonebook on Andriod. It is open-source.

Whiteboard
[edit | edit source]


 !! https://excalidraw.com/

Online whiteboard. It is open-source.


 !! https://www.tldraw.com/

Online whiteboard. It is open-source.

Wiki
[edit | edit source]


https://www.dokuwiki.org/dokuwiki

Wiki with many add-ons. It is open-source.

It requires setting up a server.

It has an open-source viewer for Android.


https://tiddlywiki.com/

Non-linear Wiki on web with HTML files. It is open-source.

Not ideal if the file is large. If the file is large, that means each time you modify and save it, it writes another large file.

It has an open-source viewer for Android.


 !! https://www.zim-wiki.org/

Simple wiki. It is open-source.

Diary
[edit | edit source]


 !! http://lifeograph.sourceforge.net/wiki/Main_Page

Diary for desktop. It is open-source.


 !! https://billthefarmer.github.io/diary/

Diary for Android. It is open-source.

Diagram
[edit | edit source]


 !! https://www.diagrams.net/

Diagrams. It is open-source.

Timeline
[edit | edit source]


 !! http://thetimelineproj.sourceforge.net/

Timeline. It is open-source.

Mind Map
[edit | edit source]


 !! https://www.insilmaril.de/vym/

Mind map with not many and not few features. It is open-source.


 !! https://github.com/juzzlin/Heimer

Simple and intuitive mind map. It is open-source.


 !! https://markmap.js.org/

Markdown mind map with VSCodium / VS Code support. It is open-source.


http://tiddlymap.org/

Mind map for Tiddly Wiki. It is open-source.

Hierarchical Spreadsheet
[edit | edit source]


 !! https://strlen.com/treesheets/

It combines mind map, spreadsheet and other forms of data. It is open-source.

A video about it.

Graph
[edit | edit source]


 !! https://foambubble.github.io/

Graph for VSCodium and VSCode. It is open-source.

Media Management
[edit | edit source]


 !! https://www.tagspaces.org/

File tagging. It is open-source.


 !! https://calibre-ebook.com/

E-Book management tool. It is open-source.

The main drawback is it has to keep a copy of your book in a central directory, which will cause duplication if you also keep the book elsewhere.


 !! https://github.com/mateusz-bak/openreads-android

E-Book tracker on Android. It is open-source.

Web Table Extraction
[edit | edit source]


 !! https://www.libreoffice.org/

Office suite with spreadsheet that can capture web tables. It is open-source.


 !! https://merribithouse.net/copytables/

Capture tables from webpages for Chrome and Safari. It is open-source.


 !! https://github.com/nirantak/copytables

Fork of Copytables for Firefox. It is open-source.

International Phonetic Alphabet
[edit | edit source]


 !! https://www.internationalphoneticassociation.org/

The site of the maker. The full IPA chart can be downloaded here. There is also a link to an interactive IPA chart.


 !! https://easypronunciation.com/en/ipa-phonetic-transcription-converters

IPA and romanization transcriptions. Very detailed, but there is a limitation for each hour. Its “More Tools” is also noteworthy.


https://github.com/dmort27/epitran/

Transcription to IPA. It is open-source. It won't help if you don't know Python.

It only supports words, as is discussed. Somebody can develop a tool for sound change.

Logic
[edit | edit source]


https://forallx.openlogicproject.org/

Book edited by different groups of people. Its work is under a public license.


https://www.logicmatters.net/tyl/

Book, conditioned distribution allowed.

Artificial Intelligence
[edit | edit source]


 !!!! https://gpt4all.io/

AI application with several models available for offline use. It is open-source.


 !!!! https://github.com/LiLittleCat/awesome-free-chatgpt

List of online GPT services.


 !!!! https://github.com/xx025/carrot

List of online GPT services with some categories.

[edit | edit source]


https://fsi-languages.yojik.eu/

Mainly courses of Foreign Service Institute, Defense Language Institute, Peace-Corps. FSI is initially aimed at middle-aged officials, so maybe not everyone likes it. Its work is partly in public domain.


https://www.coursera.org/browse/language-learning/

Some super cool courses. This is suggested by RomDasha.


 !!!! https://www.lingolia.com/

A little site with useful basic courses of 5 languages with good design.


https://en.wikibooks.org/wiki/Subject:Languages

Books are mostly incomplete and in lack of update, but some are nearly completed or completed, not bad.


https://ikindalikelanguages.com/

Introductions to languages.

Speaking
[edit | edit source]


 !!!! https://forvo.com/

Dictionary of pronunciation.

Write a review


 !!!! https://youglish.com/

Pronunciation from videos, with a large subtitle frame.

It is better to be used together with the Chromium or Chrome extension Separate Window.


 !! https://speechling.com/

Submit the recording and wait for the response. Supported languages are not many.

Write a review


 !! https://ivypanda.com/tongue-twisters

Try not to hurt yourself when practising.

It covers an older site and has improved a lot. There's no copyright affair involved because such a list is not a “creative work”.

You may want to ask if this page is protected by copyright. All my comments are protected, the list of links like the one in that brief version is not.

Flashcard
[edit | edit source]


 !!!! https://apps.ankiweb.net/

Offline flashcard platform. You can find its manual at “Docs” on the website. Content can be rendered in HTML and CSS. It is open-source.

Unfortunately, not free on iOS.

Related resources:

Shared Decks Add-ons External Programs
Beginner Tutorial TSV Creation Web Scrapping Markup Studying

There is also a section of an article on flashcards.

There is an infamous issue of it: if you add or delete fields in a note type, you have to upload all your data when syncronising. Also expect Bazel, which it utilises to cause troubles.


 !! https://mnemosyne-proj.org/

Flashcards with basic functions. It is open-source.


 !! https://github.com/proycon/vocage

Minimalistic flashcards in command line through TSV files. It is open-source.


 !! https://github.com/FilippVolodin/ReeePlayer

Flashcard with video clips. It is open-source.


 !! https://github.com/alyssaxuu/carden

Chromium/Chrome addon. It is open-source.


 !! https://github.com/tema6120/ForgetMeNot

Flashcard program for Android. More advanced than AnkiDroid in many aspects, including necessary instructions. You can even set intervals for the spaced repetition. It is open-source.

Write a review


 !! https://github.com/rh-id/a-flash-deck

Flashcards with notification on Android. It is open-source.


https://tadeas.dev/twsr/

Flashcard for Tiddly Wiki. It is open-source.


https://codeberg.org/GrimPixel/Tabletop_Club_Flashcard_Tool

Flashcard generator for Tabletop Club. It is open-source.

Presentation
[edit | edit source]


 !! https://codeberg.org/GrimPixel/Fountain

Presentation with TSV in command-line. It is open-source.


 !! https://maaslalani.com/slides/

Presentation with Markdown in command-line. It is open-source.

Wallpaper
[edit | edit source]


https://peterlevi.com/variety/

Wallpaper changer for Linux. It is open-source.

It has “quotes”, which can be used as the flashcard. An example is variety-german-words. To customise its code:

In “german_words.py”

  • Search and find “data = ”, change its structure;
  • Replace “reader(fin)” to “reader(file, delimiter="\t")” to support TSV;

In “words.csv”, change its content.

Danmaku
[edit | edit source]


https://github.com/luyuhuang/DWords2

Shoot entries on the screen. It is open-source.

[edit | edit source]


 !!!! https://context.reverso.net/translation/

Among its products, the mobile version of Context seems to be the most helpful: learn and practise new words with example sentences.


 !!!! https://babadum.com/

It's pretty good for educating young polyglots.

Write a review


 !!!! https://github.com/tkrajina/10000sentences

Sentences from Tatoeba to practice. It is aesthetically same with Anki (I mean copy-paste). It is open-source.


 !!!! https://www.clozemaster.com/

Learn with cloze. It is effective, but sometimes it is just repeating the same point in different questions. Also, synonyms are not supported.

Write a review


 !! https://www.languageguide.org/

Some basic vocabulary.


 !! https://babadada.com/

Visual dictionary. No grammatical genders or pronunciation, suitable for reviewing.

A lot of languages has not been completed yet, without any notice. Also, look out for polyseme mistakes.

Write a review


https://trielingual.com/

See the related phrases of a word. It is open-source.


https://en.wiktionary.org/wiki/Appendix:Swadesh_lists

Swadesh lists are basic vocabulary, initially for linguistic use. But it can be the starting point of vocabulary building for language learners as well.


 !! https://en.wiktionary.org/wiki/Wiktionary:Frequency_lists

Frequency lists. Make use of it with programs that help to memorise, such as Anki.

If you seriously want to learn a language, and there are no ready-made free flashcards reaching the native level, and you don't want to spend money, this may be the most effective way to memorise words.


 !! https://github.com/frekwencja/most-common-words-multilingual

Word frequency of top 5000 words.


 !! https://github.com/rspeer/wordfreq

Word frequency tool for Python. It is open-source.

Etymology
[edit | edit source]


https://etymologeek.com/

Etymology in European languages.

[edit | edit source]


 !! https://sourceforge.net/projects/scrabble/

Scrabble with downloadable dictionaries. It is open-source.


 !! https://people.csail.mit.edu/jasonkb/quackle/

Scrabble that can show all possible words. It is open-source.


 !! https://gottcode.org/tanglet/

Boggle. It is open-source.


 !! https://gottcode.org/connectagram/

Connectagram. It is open-source.


 !! https://gitlab.gnome.org/jrb/crosswords

Crossword on Linux. It is open-source.


 !! https://github.com/lexica/lexica

Game of finding words on Android. It is open-source.


 !! https://billthefarmer.github.io/gurgle/

A word game on Android. It is open-source.


 !! https://billthefarmer.github.io/gridle/

A word game on Android. It is open-source.


 !! https://github.com/Magoninho/word-search-puzzle-generator

Word search game on command line. It is open-source.

To change the letters in the game, modify the list in “alphabet.py”.


 !! https://gitlab.com/Hague/forkyz

Crosswords on Android. It is open-source.


 !! https://github.com/devarshi16/HangMan

Hangman. It is open-source.

Its data is at “hangmanultimate/data.py”.


 !! https://gemelo.org/grabagram/

Anagram on mobile. It is open-source. Code at its github repository.

Quiz
[edit | edit source]


 !! https://github.com/Yvee1/hascard

Quizzes in Markdown files in command line. It is open-source.


 !! https://github.com/ismet55555/exam-terminal

Quizzes in YAML files in command line. It is open-source.

You may need to enter full-screen mode, otherwise the program won't work for not having enough space.


 !! https://codeberg.org/GrimPixel/Quiz_Grid

Quiz of TSV files in a grid. It is open-source.

Test
[edit | edit source]


https://lingua.com/

A few materials for beginners. Better treat it as your proficiency tests instead of learning materials because it's not much.

Write a review


 !! https://www.transparent.com/language-resources/tests.html

Test your proficiency.

There is only one set of test for each language. Don't search the meanings of the words you don't know if you want to take this test again later.


 !! https://www.arealme.com/vocabulary-size-test/en/

For testing your vocabulary size.

There is only one set of test for each language. Don't search the meanings of the words you don't know if you want to take this test again later.


 !! https://www.ezglot.com/vocabulary-test.php

Test your vocabulary size. It's faster and maybe not so accurate. The result is at an inconspicuous corner.

Reader
[edit | edit source]


 !! https://mupdf.com/

Lightweight PDF Reader for desktops. It is open-source.

Type “man mupdf” in command line to see its shortcuts.


 !! https://www.sumatrapdfreader.org/

PDF Reader for Windows. Dark mode and Annotation are available. It is open-source.


 !! https://gitlab.com/mudlej_android/mj_pdf_reader

PDF Reader for Android. It is open-source.


 !! https://www.libreoffice.org/

Editor for many document formats. It is open-source.


 !! https://johnfactotum.github.io/foliate/

Reader for Linux with features like layout and online translation. It is open-source.


 !! https://librera.mobi/

Reader for Android. It is open-source.


 !! https://koreader.rocks/

Reader with a simple user interface for Android. It is open-source.


 !! https://www.kiwix.org/

Read Wikipedia and some other sites offline. It is open-source.

RSS Client
[edit | edit source]


 !! https://lzone.de/liferea

RSS feeder for Linux. It is open-source.


 !! https://github.com/martinrotter/rssguard

RSS feeder for desktop. It is open-source.


 !! https://newsboat.org/

RSS feeder in command-line. It is open-source.


 !! https://gitlab.com/spacecowboy/Feeder

RSS feeder for Android. It is open-source.

RSS Feed
[edit | edit source]


 !! https://rss.feedspot.com/

List of RSS feeds with details.


 !! https://www.cyberseo.net/public-rss-feed-catalogue/

Catalogue of RSS feeds.

Image Viewer
[edit | edit source]


 !! https://github.com/nomacs/nomacs

Image viewer. It is open-source.


 !! https://github.com/atanunq/viu

Image viewer in command-line. It is open-source.

Vocabulary Builder
[edit | edit source]


 !!!! https://github.com/jzohrab/lute-v3

Build vocabulary list by adding definitions to words on texts. It is open-source.


 !!!! https://vocabhunter.github.io/

Find unfamiliar words in a document. Great for getting familiar with all words in a document before reading. Better to disable the filter. It is open-source.


 !!!! https://github.com/FreeLanguageTools/vocabsieve

Analyse the sentence, find the vocabulary and create Anki flashcards. It is open-source.


 !!!! https://github.com/geajack/Wordology

Browser add-on for building vocabulary. It is open-source.

Available for Chromium and Firefox.


 !! https://github.com/xxyzz/WordDumb

Footnote creator for e-books. It is open-source.

Webpage Tool
[edit | edit source]


 !! https://piro.sakura.ne.jp/xul/_treestyletab.html.en

Arrange browser tabs in hierarchy. It is open source.


 !! https://github.com/gildas-lormeau/SingleFile

Save the web page as a single file.

There is also a SingleFileZ, which can compress pages.


https://github.com/OlegWock/anori

Browser extension for customised new tab. It is open-source.


https://github.com/zimocode/smartupGesturefy

Gestures for some Browsers. It is open-source.

Speed Reader
[edit | edit source]


https://github.com/Darazaki/Spedread

Reading speed trainer for Linux. It is open-source.


 !! https://github.com/pasky/speedread

Reading speed trainer. Perl is required. It is open-source.


 !! https://github.com/nemanjan00/uniread

Speed reader with e-book support. It is open-source.


 !! https://comfortreader.rhizomaticdesign.net/

Streaming reader for Android. It is open-source.


 !! https://github.com/FP22FD/auto-scroll-down-chrome-extension

Autoscrolling for Chromium/Chrome. Good for practising reading speed.


 !! https://github.com/hisakaz0/AutoScrolling

Autoscrolling for Firefox. Good for practising reading speed. It is open-source.

Book Catalogue
[edit | edit source]


https://github.com/tfonteyn/NeverTooManyBooks

Book catalogue on Android. It is open-source.

[edit | edit source]


 !! https://wikisource.org/wiki/Main_Page

Literature in public domain. They can be downloaded.


https://www.gutenberg.org/

The largest collections of books in the public domain, mostly in English, though.

Android app for downloading books is available at Myne.

There is a book catalogue website with ever-changing domain names: LibGen, which contains a wider range of books. Make sure you don't see any strange link there. It is also available on Android.


 !! https://onlinebooks.library.upenn.edu/archives.html

List of book collections. Many links are available in “https” now, but appear as “http” on this page.

Writing
[edit | edit source]


https://owl.excelsior.edu/

It is not for learning languages, but for how to write and read. Its work is under a public license.

It is teaching about English, so something does not apply to some other languages.


https://owl.purdue.edu/owl/purdue_owl.html

Another online writing lab.


https://www.theologeek.ch/manuskript/

Tool for writing stuff. It is open-source.


https://github.com/Wavesonics/hammer-editor

Tool for writing on Android. It is open-source.


https://github.com/Wavesonics/hammer-editor

Corrector of minor typos. It is open-source.

[edit | edit source]


 !!!! https://www.wiktionary.org/

Practical, no need to switch dictionaries, translations in many languages are shown together.

there is a parser for its data. Extracted JSON data are also available.


 !!!! https://www.wordreference.com/

It is really completed.


 !!!! https://www.linguee.com/

It is completed, with example sentences of high quality. You can even find uncommon words with meanings of common words.


 !!!! https://bab.la/

It is completed for several languages.


 !!!! https://iate.europa.eu/

Terminology dictionary of European Union. That is to say, what you search should be a term.


 !! https://glosbe.com/

It supports a lot of languages, citing results from several corpora. It is somehow messy and in many cases inaccurate, but if the dictionaries listed above have no result about a word, this one may help.


 !!!! https://xiaoyifang.github.io/goldendict-ng/

It supports online and offline dictionaries, based on GoldenDict. It is open-source.

You can search the word by selecting it and listen to Forvo pronunciation. You can also add dictionary websites.


 !!!! https://crissium.github.io/SilverDict/

Web version of GoldenDict. It is open-source.


 !!!! https://github.com/pnlpal/dictionaries

Browser add-on with clear results and can export to Anki decks. It is open-source.


 !!!! https://mouse-dictionary.netlify.app/

Browser add-on for searching local dictionary files. It is open-source.

To convert dictionary text files into TSV format, see this article. The files at “mouse-dictionary/data/rule/” will need to be edited as well.


https://aarddict.org/

Different from other advocates for donating to Ukraine, they have an offline dictionary. It is open-source.


https://github.com/rdoeffinger/Dictionary

Offline Wiktionary with custom dictionary support on Android. Its search results are easy to read for robots like you. It is open-source.

Translator
[edit | edit source]


 !! https://crow-translate.github.io/

Translator with multiple engine support. It is open-source.


 !! https://github.com/Bnyro/TranslateYou

Translator for Android. It is open-source.


 !! https://github.com/FilipePS/Traduzir-paginas-web

Webpage translation for Firefox. It is open-source.


 !! https://simple-translate.sienori.com/

Browser add-on for Google Translate with detailed information. It is open-source.


https://github.com/ttop32/MouseTooltipTranslator

Translator for Chromium and other Browsers with mouse hovering. It is open-source.

This extension sets AltGr key to translate.


https://www.soimort.org/translate-shell/

Command-line translator from different sources. It is open-source.


https://www.apertium.org/

It is open-source.

A video about it.


https://www.argosopentech.com/

It is open-source.


 !!!! https://www.dual-subtitles.com/

Dual subtitles on YouTube integrated in the video player. The translation is set in the setting “Default subtitles” of YouTube.


 !!!! https://www.dualsub.xyz/

Dual subtitles on YouTube and other sites with Chinese and Japanese transcription support. Embedded videos are not supported.


 !!!! https://www.subtrans.cc/

Dual subtitles on YouTube and other sites with SRT file support. Subtitles can be delayed or advanced.

Conjugation
[edit | edit source]


 !!!! https://cooljugator.com/

Conjugation and some declension.


 !!!! https://www.verbix.com/

Conjugation.

Gender
[edit | edit source]


 !! http://www.passion4teq.com/apps/

Apps for practising genders in 4 languages. You can also estimate how long you can practice until your battery goes empty.

Number
[edit | edit source]


https://codeberg.org/GrimPixel/Numeration

Program to practise reading numbers. It is open-source.

In progress. It can see major progresses during school holidays. Introduction: Language/Multiple-languages/Vocabulary/Numeration-Tutorial.

Write a review


 !! https://www.languagesandnumbers.com/numbering-systems/

Rules of writing numbers, more concise than Wikipedia's entries.

Grammar Checker
[edit | edit source]


https://languagetool.org/

It supports several languages, but works well on the few. It is open-source.

A video about the rule editor.

Audio Player
[edit | edit source]


 !! https://audacious-media-player.org/

Lightweight audio player for desktops. It is open-source.


 !! https://www.strawberrymusicplayer.org/

Audio manager with many features. It is open-source.


 !! https://quodlibet.readthedocs.io/

Simple audio manager. It is open-source.


https://musikcube.com/

Music player in command-line. It is open-source.


 !! https://github.com/chr56/Phonograph_Plus

Lightweight audio player for Android. It is open-source.

[edit | edit source]


 !!!! https://www.listeningpractice.org/

To practice listening. Voices are from volunteers and their qualities vary. It also has conjugation exercises. Its work is under public licenses.

If your browser doesn't play the audio automatically, then you need to grant the website the autoplay permission (next to the URL in Firefox).


 !! https://globalstorybooks.net/

Stories in many languages translated from African Storybook. Its work is under a public license.


 !! https://www.easy-languages.org/

Street interview videos with embedded subtitles. Real and fun.

The first time I watch a video, I was busy picking up the unknown words; the second time, I understood the sentences; the third time, I got an impression what kind of person the interviewee is.


 !! https://librivox.org/

Books read by volunteers. Its work is under public licenses.


 !! https://lyricstraining.com/

Listen to songs and fill in the blanks of lyrics.


 !! https://www.captionpop.com/

Watch videos and learn with subtitles.


 !! https://lingualibre.org/

Recordings. Its work is under a public license.


 !! https://rhinospike.com/

Recordings.


 !! https://audio-lingua.ac-versailles.fr/

Listening materials with CEFRL levels. Its work is under public licenses.

It doesn't have transcripts, so speech-recognition is required.

Audio Tool
[edit | edit source]


 !! https://tenacityaudio.org/

For audio edit, as well as training your pronunciation by comparing your own voice with the recording you were imitating. Fork of Audacity without potential privacy violation. It is open-source.

There are videos about checking your pronunciation, practising dialogues on your own, recording computer audio, labeling audio positions.


 !! https://obsproject.com/

When you are playing games in the languages you are learning, it is often hard to focus on the voices and subtitles without failing your goals in the games. You can solve this problem by recording your gameplay with this program. It is open-source.


https://www.fon.hum.uva.nl/praat/

With this one, you can say you are “studying” pronunciation.

A little tutorial and a big playlist of various videos.

Text-to-Speech
[edit | edit source]

If you don't know how to get the voices on Windows, you can see Language/Multiple-languages/Culture/How-to-use-SR-and-TTS-on-Windows.


 !! https://github.com/ideasman42/nerd-dictation

TTS for Linux. It is open-source.


 !!!! https://www.cwu.edu/student-life/student-support/central-access/resources/reader.php

A TTS program. It is open-source.


 !!!! http://www.cross-plus-a.com/balabolka.htm

A TTS program with support other than SAPI 5.


 !!!! https://github.com/Danesprite/tts-util-app

Text-to-Speech for Android. It is open-source.


 !! https://readaloud.app/

Browser add-on. It is open-source.


 !! https://github.com/suno-ai/bark

Text-to-Speech model. It is open-source.


 !! https://codeberg.org/GrimPixel/Altering_TTS

A little program to generate audio files with altering TTS voices. It is open-source.

Configure everything in “setting.yaml”, have a look at “demo.tsv”. Change your command-line directory into the folder, run “python do.py“ to start.

Currently only Google Translate is supported. Offline engines on the way.

Speech Recognition
[edit | edit source]


 !!!! https://github.com/audapolis/audapolis

It transcribes audio. It is open-source.


 !!!! https://www.speechtexter.com/

Turn audio into texts, powered by Google.


 !!!! https://speech-to-text-demo.ng.bluemix.net/

Turn audio into texts, powered by IBM Watson.

Example Sentence
[edit | edit source]


 !!!! https://tatoeba.org/

Example sentences in many languages. Its work is under public licenses.

Don't forget to try searching in both directions. You can not only see the meaning of a sentence, but also try to translate a sentence into the language you are learning and see how you did.

If you want to translate, please translate sentences with audio first, because the translations may appear on sites which provide translations of audio.


 !! https://deskell.sketchengine.co.uk/run.cgi/skell

Sketch from a large of text corpus.

Parallel Text
[edit | edit source]


 !!!! https://weblate.org/

Website for localisation. You can easily find parallel texts. It is open-source.


 !! http://sublearning.com/

Subtitles in parallel. Sometimes the selected lines don't match because the sentences are not complete. Sometimes there are mistakes in subtitles.


https://www.manualslib.com/

Manuals. Some of them are in multiple languages. You can also find their German, Spanish, French domains at the bottom of the page.


https://www.bible.com/

Bible in more than 1600 languages.


https://andbible.org/

Bible in many languages on Android. It is open-source.


https://quran.com/

Quran in many languages. It has an open-source Android app and other programs on GitHub.

Parse Tree
[edit | edit source]


 !! https://sourceforge.net/projects/treeform/

A tool to draw parse trees and have a better understanding of sentence structures. It is open-source.

A video about it.


 !! https://ltc.sourceforge.io/

A different one to draw parse trees. It is open-source.

Text Memorization
[edit | edit source]


 !! https://github.com/zg/text-memorize

For memorizing text.

Phrasebook
[edit | edit source]


 !!!! https://www.funeasylearn.com/

It provides apps for both phrase and vocabulary.


 !! https://www.loecsen.com/

It supports many languages, and it is detailed.


 !! https://www.50languages.com/

Actually a few more than 50 languages. You can also have a test there.

Clock
[edit | edit source]


 !! https://theknight.co.uk/

Clock widget on Linux. It is open-source.


 !! https://www.timeanddate.com/

It has not only the world clock for every city, but also many other features, such as calendars with festivals of most countries.

Weather
[edit | edit source]


 !! https://github.com/chubin/wttr.in

Weather program in command line. It is open-source.


 !! https://github.com/woheller69/omweather

Weather program for Android. It is open-source.


 !! https://www.ventusky.com/

A lot of things about meteorology.


 !! https://earth.nullschool.net/

Wind, weather, ocean conditions.


 !! https://waqi.info/

Air condition around the world.

Community
[edit | edit source]


 !! https://www.pidgin.im/

Chat client that supports many protocols through plug-ins. It is open-source.


 !! https://www.italki.com/

The most popular language learning community by now. It also pushes helpful articles written by teachers.


 !! https://www.tolearnfree.com/free-educational-sites.php

The design of the webpages is old-fashioned, but it has a lot of content, including little tests.

Its French version has something more.


 !! https://polyglotclub.com/

There are some rare features of it, such as Wiki lessons, Events. It adopts ISO 639-3, almost every language is included here.

[edit | edit source]


https://hinative.com/

Ask and answer with people around the world.

In some channels, questions are too many, answer rates are low. Try asking at Polyglot Club.

Ask in parallel text in case the respondent doesn't understand your formulation.


https://stackexchange.com/sites#culturerecreation

One of the most popular Q&A site.

Language Exchange
[edit | edit source]


 !! https://conversationexchange.com/

Find language exchange partners online.


 !! https://www.lingbe.com/

Talking with people.


 !! https://mylanguageexchange.com/

Free users can be contacted by those who have paid. Since they have paid, they are more likely to be serious learners.


 !! https://cryptpad.fr/

Cloud office suit. Zero knowledge. It is open-source.

It's also great for language partners to do something together.

[edit | edit source]


https://blogs.transparent.com/

There are periodically good contents being presented.


https://www.thoughtco.com/languages-4133094

Languages are fewer than Transparent's, and so do the update frequency. But its quality is still high.

Lyrics
[edit | edit source]


 !! https://www.musixmatch.com/

Lyrics and their translations.


 !! https://lyricstranslate.com/

Lyrics and their translations.

Subtitle
[edit | edit source]


 !! https://www.opensubtitles.org/

One of the most popular subtitle sites. Subtitles in European languages are easier to find.

Write a review


 !! https://subscene.com/

One of the most popular subtitle sites. Subtitles in English, Arabic, Persian, Indonesian are easier to find.


 !! https://getcaption.co/

Subtitle downloader on desktop. You can add websites on your own. It is open-source.w


 !! https://github.com/FunkyMuse/SubHub

Subtitle downloader on Android. It is open-source.


https://github.com/morpheus65535/bazarr

Subtitle downloader on web. It is open-source.


 !! https://bonigarcia.github.io/dualsub/index.html

It can help to merge two subtitles. It may crash at the second time. It is open-source.


 !! http://subs2srs.sourceforge.net/

Turn subtitles into flashcards. It is open-source.

A video about it.

News
[edit | edit source]


 !! http://www.abyznewslinks.com/

Links to news websites.

Some TV have shows for free, some of which even with subtitles.


 !! https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean / https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean

Paywall bypasser for Chromium/Chrome, Firefox and other browsers. It is open-source.

Radio & Podcast
[edit | edit source]


 !! https://www.radio-browser.info/

A list of internet radio stations. You can find clients in “Apps”, some of which are open-source.

I prefer two stations: Public Domain Classical, Public Domain Jazz. Pleasing names.


 !! https://github.com/zaps166/QMPlay2

Podcast player for desktop with RadioBrowser support. It is open-source.


https://github.com/xgi/castero

Podcast client in command line. It is open-source.


 !! https://github.com/XilinJia/Podcini

Podcast player with search engine for Android. It is open-source.


 !! https://podcharts.co/

Charts of podcasts.


 !! https://www.listennotes.com/

Search Engine of podcasts.

Live & Video
[edit | edit source]


 !! https://mpv.io/

Video player with fast response. It is open-source.


 !! https://www.smplayer.info/

It is a frontend of MPlayer and can display two subtitles. It is open-source.

What a good name of this program.


 !! https://github.com/iptv-org/iptv

Database of IPTV stream addresses. It is under a public license.


 !! https://github.com/yuki-iptv/yuki-iptv

IPTV player on desktop. It is open-source.


 !! https://brunochanrio.github.io/DangoPlayer/

IPTV player on Android. It is open-source.


 !! https://livetvcentral.com/

The most complete list of worldwide online TV channels.

Many links are dead, but the live stream is still available somewhere else in many of these sites.


 !! https://www.downthemall.org/

Link and image downloader. It is open-source.


 !! https://github.com/yt-dlp/yt-dlp

Video downloader in command line. It is open-source.


https://www.favoree.io/

Popular YouTube channels, in English.


https://similarchannels.com/

It can find similar YouTube channels.

Language Information
[edit | edit source]


https://www.omniglot.com/

It provides information about basic knowledge of many languages. Many “Alphabet and Pronunciation” lessons on this site are from there.

Write a review


https://glottolog.org/

Information of languages of the world. Not only languages, but also many varieties. It is open-source. Its work is under a public license.


https://www.scriptsource.org/

Information of scripts. Its work is under a public license.


https://www.muturzikin.com/countries.htm

Linguistic maps.


https://lingvo.info/

General knowledge about European languages.


https://iso639-3.sil.org/

Codes for every language and is still being updated. You can find the whole table.

General Knowledge
[edit | edit source]


https://www.britannica.com/

A comprehensive encyclopedia.

Educational Resources
[edit | edit source]


https://oasis.geneseo.edu/index.php

Educational resources including geography, history and sociology. Its contents are under public licenses.

Map
[edit | edit source]


 !! https://www.openstreetmap.org/

Another map site. You can even download them. It is open-source.

There is a video about its modification with Inkscape.


 !! https://marble.kde.org/

Alternative to Google Earth. It is open-source.


 !! https://organicmaps.app/

Offline maps for mobile with OpenStreetMap data. It is open-source.


 !! https://ontheworldmap.com/

Downloadable maps. It even includes cities. I don't expect them to be up-to-date.

National Symbol
[edit | edit source]


 !! https://en.wikipedia.org/wiki/Lists_of_national_symbols

Lists of national symbols.

Culture & Travel
[edit | edit source]


https://ehrafworldcultures.yale.edu/

Introductions to cultures.


https://www.wikivoyage.org/

Introduction of the city and many details of countries. It is open-source.

The most important page for travelers is this.


https://www.everyculture.com/

Its information is old. There are details of peoples and countries.


https://www.civilopedia.net/

Encyclopedia for Sid Meier's Civilization VI. It even has multiple languages, so it's great for reading as well.


https://culturalatlas.sbs.com.au/

It is about countries and in progress.


https://www.commisceo-global.com/country-guides/

It is mainly about some details about manners.


https://guide.culturecrossing.net/index.php

It is mainly about some details about manners.


https://en.wikipedia.org/wiki/List_of_subcultures

Subcultures, modern things.


https://whc.unesco.org/en/list/

Cultural heritages. There is also an interactive map.


https://ich.unesco.org/en/lists/

Intangible cultural heritages.


https://www.tripadvisor.com/

Guide of travelling cities.


https://www.cia.gov/the-world-factbook/

A formal publication of basic information about countries.


https://worldcultures.webs.com/

Links to other sites about cultures.

History
[edit | edit source]


https://www.worldhistory.org/

An encyclopedia. Articles, images, videos, 3D images, podcasts and more.


http://www.fsmitha.com/

Detailed articles about history.


https://play.google.com/store/apps/details?id=com.timleg.historytimeline

An app about major events of history.


https://www.hyperhistory.com/online_n2/History_n2/a.html

Basic knowledge of the world history. Good for beginners. Looks old-fashioned, but it is not bad if you get used to it.


https://histography.io/

Historical events in dots.


https://omniatlas.com/

It shows you some old news with detailed maps.


https://www.timemaps.com/

Maps of history.


https://worldhist.org/

Map of every year. Names of nations can be searched.


https://www.worldhistorymaps.info/

Historical maps. Its works are under a public license.


https://www.oldmapsonline.org/

Old maps around the world.

The site has trouble with the mobile site. You need to set to view the desktop site on mobile.

[edit | edit source]


https://plato.stanford.edu/index.html

Stanford Encyclopedia of Philosophy.


https://iep.utm.edu/

University of Tennessee at Martin's Encyclopedia of Philosophy.


https://www.philosophybasics.com/

The basics of philosophy, “by a layman for the layman”.


https://simplyphilosophy.org/

Articles about different aspects of philosophy.


http://philosophypages.com/

Resources about philosophy. Its work is under a public license.


https://www.learnreligions.com/

Articles about religions.


https://slife.org/

An interfaith community with introductions to spiritual topics.


https://www.holybooks.com/

Downloadable books about religions.


https://en.wikipedia.org/wiki/List_of_religions_and_spiritual_traditions

List of religions and spiritual traditions.


https://virtualreligion.net/

Resources about religions.

Mythology
[edit | edit source]


https://mythbank.com/

Basics of myths.


https://mythopedia.com/

Myth information.


https://en.wikipedia.org/wiki/List_of_mythologies

List of mythologies.

Epic
[edit | edit source]


https://en.wikipedia.org/wiki/List_of_epic_poems

Epics.

Geography
[edit | edit source]


https://www.worldatlas.com/

Short articles.


 !! http://worldmapquiz.qbisstudio.com/index.html

An app for practising world map in several languages. Dependencies are not all included. The form of address in Chinese version is a mixture of PRC's and ROC's, which is not good. For Chinese names of countries, there is a list: Language/Mandarin-chinese/Vocabulary/Countries-and-Nationalities.


 !! https://www.geoguessr.com/seterra/

Game of geography, online or with apps.


https://www.flagid.org/

Flag identifier.


https://worldledaily.com/

Street view quizzes.


https://virtualvacation.us/

Street view videos with quizzes.

Music
[edit | edit source]


 !! https://folkcloud.com/

Information about folk music.


 !! https://www.chosic.com/

Many tools about music, including similar song finder.


 !! https://www.soundhound.com/

Recognize music with recording or your hum. It has some advantages over Shazam.


 !! https://www.shazam.com/

Recognize music with recording. It has some advantages over Soundhound.

Art
[edit | edit source]


 !! https://www.wikiart.org/

All kinds of artwork around the world.

Dance
[edit | edit source]


 !! https://en.wikipedia.org/wiki/List_of_ethnic,_regional,_and_folk_dances_by_origin

Dances by origin. You can search for them on video sites.

[edit | edit source]


https://www.allrecipes.com/recipes/86/world-cuisine/

A bit of recipes around the world.


https://en.wikipedia.org/wiki/List_of_cuisines

List of cuisines.

Sport
[edit | edit source]


http://www.traditionalsports.org/

Introduction to traditional sports.

[edit | edit source]


 !! https://drwhut.itch.io/tabletop-club

Multiplayer 3D tabletop games. Still incomplete currently. It is open-source.


 !! https://pysolfc.sourceforge.io/

Card and tile games. It is open-source.


 !! https://www.gnu.org/software/xboard/

Traditional board games. Its user interface is more cruel than AI opponents. It is open-source.

There are pre-installed engines, but they are somehow old. The most versatile engine is Fairy Stockfish.

Cute Chess looks good, but Xiangqi and Janggi are missing.


https://www.pychess.org/

Multiplayer platform for playing chess variants.


https://vassalengine.org/

Strategy game engine and modules. It is open-source.


https://boardgamegeek.com/

Information of board games.


https://www.wopc.co.uk/

Playing card patterns.

Folk Costume
[edit | edit source]


 !! https://en.wikipedia.org/wiki/Folk_costume

List of folk costume.

Folktale
[edit | edit source]


https://fairytalez.com/

Some tales.


https://www.worldoftales.com/

Some tale books.

Festival
[edit | edit source]


 !! https://en.wikipedia.org/wiki/Category:Lists_of_festivals_by_country

Not complete, but still good.


https://www.world-festivals.net/

It includes more countries than the one above. I wonder if it is so difficult to gather information about festivals.

Martial Art
[edit | edit source]


https://en.wikipedia.org/wiki/List_of_martial_arts

List of martial arts.


https://blackbeltwiki.com/

Introduction to many martial arts.

Name
[edit | edit source]


 !! https://en.wikipedia.org/wiki/Lists_of_most_common_surnames

List of the most popular family names.


 !! https://en.wikipedia.org/wiki/List_of_most_popular_given_names

List of the most popular given names.


 !! https://www.behindthename.com/

Find the meanings of a given name.

Astronomy
[edit | edit source]


https://stellarium.org/

You can see the sky in different locations and times. There are starlores in different cultures. Some even have constellation art.

Living Condition
[edit | edit source]


https://www.numbeo.com/cost-of-living/

Prices from the world. Sometimes inaccurate.


https://www.globalproductprices.com/

The prices of products in different regions. Its work is under a public license.


https://www.globalpetrolprices.com/

The prices of energy in different regions. Its work is under a public license.

Economy
[edit | edit source]


https://www.exchange-rates.org/

Exchange rates.


https://commodity.com/

Basic understanding of trading around the world.

Vehicle
[edit | edit source]


https://www.globalcarsbrands.com/

Automobile brands around the world.

Statistics
[edit | edit source]


https://www.statista.com/

All kinds of statistical data. Some are free.


https://ourworldindata.org/

It has detailed explanation on its data.

Train
[edit | edit source]


https://www.seat61.com/

Information about train travels.

Prepaid SIM Card
[edit | edit source]


https://prepaid-data-sim-card.fandom.com/wiki/Prepaid_SIM_with_data

Details about SIM cards. Its work is under a public license.

License Plate
[edit | edit source]


 !! http://www.worldlicenseplates.com/

Take a look if you are interested. It's completed.

Trivia Quiz
[edit | edit source]


https://www.jetpunk.com/

Trivia quizzes of the world. It is available in multiple languages.

Model
[edit | edit source]


https://castle-engine.io/view3dscene.php

3D model viewer with support of walking and flying. It is open-source.


https://sketchfab.com/

3D models, some of which are under public licenses. Make sure your computer's memory is large enough to view them.

You can also use 3D printers to print them if you like.

Character
[edit | edit source]


 !! https://wiki.gnome.org/Apps/Gucharmap

Character map for Linux and macOS. It is open-source.


 !! https://leun4m.github.io/symbsearch/

Character search for Windows. It is open-source.


 !! https://github.com/Ryosuke839/UnicodePad

Character search for Android. It is open-source.

It is also available on F-droid.

[edit | edit source]


 !! https://www.google.com/get/noto/

It presents a lot of fonts in one art style. It is open-source.


 !! https://unifoundry.com/unifont/index.html

No one covers more of the Unicode map than GNU Unifont. It is open-source.

Its function is limited, such as bad support for South and Southeast Asian characters.


 !! https://www.fontspace.com/

You can go to its “stuff” and search by Unicode characters.

Optical Character Recognition
[edit | edit source]


https://github.com/manisandro/gImageReader

It recognizes characters on the screen with Tesseract. It is open-source.

A video about training.


https://dynobo.github.io/normcap/

Capture screen and recognize the characters with Tesseract. It is open-source.


 !! https://tegaki.github.io/

Handwriting recognition for Chinese and Japanese. You can download new models and load them. It is open-source.


https://github.com/SubhamTyagi/android-ocr

It uses Tesseract 4 data on Android. It is open-source.

Language Identifier
[edit | edit source]


 !! http://www.polyglot3000.com/

It identifies languages.

Resource Links
[edit | edit source]

Unlike this page, those are for some specific languages, and I am not responsible for their qualities.


https://commons.wikimedia.org/wiki/Commons:Free_media_resources

Free media resources.


https://www.lexilogos.com/english/index.htm

This one is in a great quantity.


https://www.ats-group.net/language-resources.html

This service has many languages.


http://lexicity.com/

This one focuses on ancient languages.


http://www.meta-share.org/

Repository for language researching.

Internet Archive
[edit | edit source]


https://archive.org/

Archive of the Internet since 1996 and other things. Really cool!

Virtual Private Network and others
[edit | edit source]


 !! mailto:get@psiphon3.com

Those who are hindered from accessing the world Internet, send an e-mail to it.

Official site: https://psiphon3.com/en/index.html


 !! https://www.torproject.org/

For visiting Project Gutenburg and other sites, if some books are still not in public domain in your country. It is open-source.

It won't lead you to the dark web, if you don't know any such address.


 !! https://protonvpn.com/

It doesn't allow torrenting on the free plan, but there's no volume limit.


 !! https://windscribe.com/

They provide 10GB each month with high speed and multiple locations for free. Great for “immersive language learning”.

-- AUTHOR --
[edit | edit source]

GrimPixel

Other Lessons[edit | edit source]