Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
;; This file:
;;   http://angg.twu.net/2021-oficina/README.html
;;   http://angg.twu.net/2021-oficina/README
;;           (find-angg "2021-oficina/README")
;; Author: Eduardo Ochs <eduardoochs@gmail.com>
;;
;; See: (find-eev "eev-on-windows.el")
;;      http://angg.twu.net/2021-oficina.html
;;                (find-TH "2021-oficina")

  «.wget.exe»			(to "wget.exe")
  «.pdftotext.exe»		(to "pdftotext.exe")
  «.install-mpv»		(to "install-mpv")
  «.install-vlc»		(to "install-vlc")
  «.screenshot-telegram»	(to "screenshot-telegram")
  «.installation-directory»	(to "installation-directory")
  «.rcirc.el»			(to "rcirc.el")
  «.lua54.exe»			(to "lua54.exe")




  «wget.exe»  (to ".wget.exe")

The wget.exe in this directory was taken from this .zip:
  http://gnuwin32.sourceforge.net/install.html
  http://gnuwin32.sourceforge.net/lists.html
  https://eternallybored.org/misc/wget/
  https://eternallybored.org/misc/wget/releases/wget-1.21.2-win64.zip


  «pdftotext.exe»  (to ".pdftotext.exe")

The pdftotext.exe in this directory was taken from this .zip:
  https://en.wikipedia.org/wiki/Xpdf
  https://www.xpdfreader.com/download.html
  https://dl.xpdfreader.com/xpdf-tools-win-4.03.zip





  «install-mpv»  (to ".install-mpv")
  https://en.wikipedia.org/wiki/Mpv_(media_player)
  https://mpv.io/
  https://mpv.io/installation/
  https://sourceforge.net/projects/mpv-player-windows/files/

  How to install mpv on Windows (by Daniel Almeida):

Oi Eduardo, aqui vai a lista do que eu fiz para instalar o mpv:

(1) Entrei em
https://sourceforge.net/projects/mpv-player-windows/files/ .

(2) Cliquei em 64bit:
https://sourceforge.net/projects/mpv-player-windows/files/64bit/ .
(Mas aí dependeria do computador da pessoa.)

(3) Cliquei na opção mais recente, que atualmente é
https://sourceforge.net/projects/mpv-player-windows/files/64bit/mpv-x86_64-20211010-git-b3f3c3f.7z/download
Isso baixou um arquivo .7z, que eu descompactei com o winrar dentro de
uma pasta nova, que eu chamei de mpv e coloquei em
C:\Users\danie\OneDrive\Documentos, mas em princípio poderia ser
qualquer outro nome e local.

(4) Dentro da pasta que eu chamei de mpv tem uma pasta installer, onde
tem um arquivo mpv-install.bat. Tentei abrir normalmente esse arquivo,
mas aí não funciona, ele abre um terminal dizendo que precisa rodar
como administrador. Então cliquei com o botão direito do mouse no
arquivo e escolhi Executar como administrador. Isso abre um terminal
que só mostra o estado da instalação, não precisa fazer nada. Aí no
final fica como no print que vou mandar ali embaixo.

(5) Basicamente é isso. Acho que é bom observar tambem que a
instalação não move o aplicativo em si, o mpv.exe, para nenhum lugar.
Por exemplo, no meu caso tudo continua em
C:\Users\danie\OneDrive\Documentos\mpv, e o atalho que o Windows cria
para o mpv redireciona para o mpv.exe que está nessa pasta.




  «install-vlc»  (to ".install-vlc")
  https://en.wikipedia.org/wiki/VLC_media_player
  https://www.videolan.org/vlc/

(Ainda não)




  «screenshot-telegram»  (to ".screenshot-telegram")

Como mandar screenshots pro Telegram muito rápido (by Daniel Almeida):

Ah, como voce faz pra tirar screenshots e mandar pra ca'? Voce tem um
jeito bem rapido de fazer isso, ne'?

Sim, aperto a tecla de print screen e dou ctrl+v direto no Telegram




  «installation-directory»  (to ".installation-directory")

Como encontrar o diretório onde um programa está instalado:

If you can start a Mozilla application by using a shortcut or launcher
icon, then you can usually see where its installation directory is
located by context-clicking (right-clicking) the icon and looking at
the properties.




  «rcirc.el»  (to ".rcirc.el")

People using emacs27 may need a recent rcirc.el...
They can load it with:

  (require 'eev-on-windows)
  (ee-download-with-eww "http://angg.twu.net/2021-oficina/rcirc.el" "~/")
  (load "~/rcirc.el")




  «lua54.exe»  (to ".lua54.exe")

See: (find-es "lua5" "luabinaries-lua54.exe")