Use Python to:
- send a plain text email
- send an email with attachment
- receive and filter emails according to some criteria
# Set variables in .bashrc file | |
# don't forget to change your path correctly! | |
export GOPATH=$HOME/golang | |
export GOROOT=/usr/local/opt/go/libexec | |
export PATH=$PATH:$GOPATH/bin | |
export PATH=$PATH:$GOROOT/bin |
Use Python to:
This gist seems to be not working anymore
Possible alternative solution https://unix.stackexchange.com/a/508728 ( not tested )
$> deb http://ftp.debian.org/debian jessie-backports main
cask_args appdir: "/Applications" | |
tap "homebrew/cask-fonts" | |
brew "mas" | |
#### LAPTOPS #### | |
#cask "tripmode" | |
#### LAPTOPS #### | |
mas "Boop", id: 1518425043 |
#!/bin/bash | |
echo "Whisper ASR Webservice | File Proccessing Script | 2023/09/23 | v2.8" | |
echo "Author: Austin St. Aubin w/ a little help from ChatGPT." | |
echo "License: MIT License" | |
# This is a bash script that transcribes an audio file using a web service and outputs the transcript in various formats. | |
# The audio file is located at the SOURCE_PATH and the transcripts will be saved to the same directory with transcriptions as specified in TRANSCRIPT_EXTENSIONS. | |
# https://github.com/ahmetoner/whisper-asr-webservice/issues/93 | |
# https://gist.github.com/AustinSaintAubin/a50b29ce52de5501a6dd05bf5d24cd44 | |
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - | |
# bash /volume1/docker/whisper-asr-webservice/whisper-asr-webservice_file-processor.sh "/volume1/docker/whisper-asr-webservice/audio" --output "txt,tsv,srt,vtt,json" --gpu --reprocess |
Inject this css snippet to remove all ads from your Twitter timeline.
div[data-testid="placementTracking"]:has(path[d="M19.498 3h-15c-1.381 0-2.5 1.12-2.5 2.5v13c0 1.38 1.119 2.5 2.5 2.5h15c1.381 0 2.5-1.12 2.5-2.5v-13c0-1.38-1.119-2.5-2.5-2.5zm-3.502 12h-2v-3.59l-5.293 5.3-1.414-1.42L12.581 10H8.996V8h7v7z"]) {
display: none;
}