OpenSubtitlesDownload
OpenSubtitlesDownload logo
Illustration by Franck Helaine. Thanks ;-)

Automatically find and download the right subtitles for your favorite videos!

The subtitles search is done by precisly identifying your video files by computing unique movie hash sums. This way, you have more chance to find the exact subtitles for your videos, avoiding synchronization problems between the subtitles and the soundtrack.

GitHub page Wiki Releases Issue tracker
platforms
linux GUI
platforms
universal CLI
license
GPLv3

Classroom 100x Games -

Before explaining the fun parts, outline behavioral expectations. Define what "winning gracefully" and "losing respectfully" look like.

By incorporating classroom 100x games into your teaching practice, you can create a more engaging, interactive, and effective learning environment for your students. So why not give it a try? Your students will thank you!

To get the highest return on investment from your classroom games, follow these implementation strategies: Keep Rules Simple classroom 100x games

Divide the room into "Agree," "Disagree," and "Undecided" zones. Present a controversial, thesis-driven prompt related to a text or historical event (e.g., "The drop of the atomic bomb was the only viable option to end WWII"). Students move to their respective zones and must use textual or historical evidence to win over the "Undecided" students to their side.

It sounds like you’re looking for that are similar to 100x — likely referring to the popular 100x game series (like 100x Chocolate , 100x Fruit , 100x Sports , etc.), where players click to multiply an image or item 100 times, often with upgrades or timed challenges. So why not give it a try

Dedicate the last five minutes of class to addressing the common misconceptions revealed during the game. Overcoming Common Classroom Challenges

Classroom 100x games are a type of educational game that is designed to be played in a classroom setting. The "100x" refers to the idea that these games can increase student engagement and motivation by 100 times more than traditional teaching methods. These games are typically interactive, collaborative, and competitive, and are designed to promote deeper learning, critical thinking, and problem-solving skills. Present a controversial, thesis-driven prompt related to a

Before introducing the game, establish a flawless non-verbal cue for silence (e.g., a specific rhythmic clap or a raised hand). Students must understand that the game pauses instantly when the anchor signal is given. Step 2: Set the Stakes

While there is no single title named "Classroom 100x Games," this query likely refers to a few different concepts: the horror game The Classrooms , the sci-fi epic 1000xRESIST , or the unblocked games portal Classroom 6x The Classrooms (Horror Story)

SCREENSHOTS

DOWNLOADS

python script (zip)
Version 6.5Stable and battle tested! Actually, probably not...
Version DEVLatest development code. If you are feeling adventurous...
Documentation

GitHub page Wiki Release notes Issue tracker

Installation instructions On the on the wiki page, and always up-to-date!

Configuration instructions To change the search language and more advanced tune-in (optional).

Dependencies
  • python (version 3.6+)
  • zenity (for GNOME GUI)
  • kdialog (for KDE GUI)
  • basic unix tools: wget (subtitles downloading with GUI), ps & grep (GUI autodetection)
  • Quick install (as a nautilus script)
            
              # Make sure the destination directory for nautilus scripts exits
              mkdir -p ~/.local/share/nautilus/scripts/
              cd ~/.local/share/nautilus/scripts/
              # Download the script and make it executable
              wget https://raw.githubusercontent.com/emericg/OpenSubtitlesDownload/master/OpenSubtitlesDownload.py
              chmod u+x OpenSubtitlesDownload.py