Skip to content

Instantly share code, notes, and snippets.

View davFaithid's full-sized avatar
🚲
I’m busy a lot.

davFaithid

🚲
I’m busy a lot.
View GitHub Profile
@unfa
unfa / FOSS-deverb.md
Created November 15, 2021 13:32
Open-Source Reverb Removal

The open-source audio production toolset is becoming more and more powerful and feature-complete with every year passing.

Something still missing from it are artist-friendly tools for reverb removal (both realtime and offline). Here's a list of existing open-source projects that could be used as basis for such tools:

https://github.com/HoerTech-gGmbH/openMHA https://github.com/fgnt/nara_wpe https://github.com/helianvine/fdndlp https://github.com/sas91/jhu-neural-wpe https://github.com/sjlee7/speech-dereverberation

@davFaithid
davFaithid / popsongs.py
Last active March 17, 2021 01:25
Compile a list of the most popular songs from different services
import feedparser
print('---------------------------------------------------\nBillboard Hot 100 Top 5\n---------------------------------------------------')
import billboard
hot100 = billboard.ChartData('hot-100')
entry = hot100[0]
print('Number 1:',entry.title,'-',entry.artist)
entry = hot100[1]
print('Number 2:',entry.title,'-',entry.artist)
entry = hot100[2]
@davFaithid
davFaithid / ._Streamages
Last active January 31, 2026 14:20
Download Netflix, Amazon, and Hulu Images
Here because I don't want the gist to be titled .gitignore lol
@learnitall
learnitall / Un-censor Studydotcom.txt
Created March 16, 2016 01:48
Neat little trick to gain access to full lessons on study.com without a paid membership
Uncensoring study.com lessons is actually pretty simple- it only requires devling into the developer-tools in Google Chrome
NOTE: This trick only unblocks the lesson transcripts, I haven't explored getting access to the full lesson video yet.
Here are the steps:
1. Go to a lesson of choice on study.com and open the developer-tools in Chrome (example URL:
http://study.com/academy/lesson/root-cap-function-definition-quiz.html)
2. Use the page inspector tool and select the "Lesson Transcript" text. Confirm that in the Elements tab of the dev tools,
the line "<span>Lesson Transcript</span>" is highlighted (should be under a div that has the id "transcriptHeader")
3. Hit the dropdown triangles of "<div class="transcriptContainer articleContent" data-cname="main_content>" and
<div id="mainArticle" class="transcript" data-cname="lesson_transcript"> (the latter should appear after the contents of