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

Principles Of Electrical Engineering And Electronics V.k. Mehta Pdf <PRO>

: Every derivation is accompanied by step-by-step algebraic steps, minimizing the intimidation factor of complex calculus.

Explores magnetic fields, flux density, reluctance, and hysteresis. It explains how electricity generates magnetic fields, forming the basis for transformers and motors. : Every derivation is accompanied by step-by-step algebraic

In conclusion, "Principles of Electrical Engineering and Electronics" by V.K. Mehta is a comprehensive textbook that covers the fundamental principles of electrical engineering and electronics. The book provides a clear and concise introduction to the subject, and is suitable for undergraduate students of electrical engineering and electronics. The book covers several key principles of electrical

The book covers several key principles of electrical engineering and electronics, including: Maximum Power Transfer

: Step-by-step guides to solving complex circuits using Thevenin’s, Norton’s, Maximum Power Transfer, and Superposition theorems.

Ohm's Law, Kirchhoff's Laws (KVL/KCL), Thevenin's, Norton's, and Maximum Power Transfer Theorems. Analyzing complex electrical grids and sub-circuits.

Do you need or summaries for a specific section? Share public link

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