#
troll
Here are 63 public repositories matching this topic...
Evil Swift code. Because I can.
-
Updated
Mar 26, 2019 - Swift
H43 -> Good for making fun of your friends. Don't use this with devil thoughts...
-
Updated
Mar 26, 2020 - Python
This is where I record the tips, tricks and tools I've accumulated over the years.
-
Updated
Feb 1, 2020
testing different, benign, methods for disrupting a normal operations
-
Updated
Mar 28, 2017 - C++
A Telegram bot that corrects the spelling of "WordPress"
-
Updated
Mar 28, 2018 - Rust
Aidons le gouvernement à détecter les vilains méchants sur internet
-
Updated
May 18, 2018 - PHP
A simple piece of scrap to troll that twat
-
Updated
Jan 30, 2020 - Python
-
Updated
Mar 26, 2018 - AutoHotkey
Some stupid script to make Hackercat full screen and talk to you
-
Updated
Sep 30, 2019 - PowerShell
Troll players on your Server.
-
Updated
Sep 21, 2019 - PHP
Twitter Political troll classifier built in R
-
Updated
Nov 29, 2016 - R
Improve this page
Add a description, image, and links to the troll topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the troll topic, visit your repo's landing page and select "manage topics."


As the inputs to the model are the spectrograms, we need to extract the dimensions of the audio files after parsing them to spectrograms. Once the raw data audio files have different sizes, they would generate different input sizes, which would not work for our model. For that reason, I've trimmed the audio files to 30 seconds clips.
To clean the audio files, I've used ffmpeg. First, we need to