Install the required packages
brew install ncmpcpp mpd mpc
Make the.mpd
directory in your home directory
mkdir ~/.mpd
lyrics_directory = ~/.config/ncmpcpp/lyrics | |
mpd_music_dir = ~/Music | |
visualizer_type = "spectrum" | |
visualizer_look = ●┃ | |
visualizer_color = white | |
song_list_format = "{{%a %t}|{%f}}{$R%l}" | |
current_item_prefix = $(green)$r | |
current_item_inactive_column_prefix = $(black)$r |
class text: | |
purple = "\033[95m" | |
cyan = "\033[96m" | |
darkcyan = "\033[36m" | |
blue = "\033[94m" | |
green = "\033[92m" | |
yellow = "\033[93m" | |
red = "\033[91m" | |
magenta = "\033[35m" | |
white = "\033[37m" |
$ python3 setup.py sdist | |
$ python3 -m twine upload dist/* |
Install the required packages
brew install ncmpcpp mpd mpc
Make the.mpd
directory in your home directory
mkdir ~/.mpd
// Author: Siddharth Dushantha | |
// | |
// Solve multiple choice questions on ThinkIB.net | |
// | |
// Disclaimer: This script has only been tested out on Physics questions | |
// but it should work on other subjects as well. | |
// | |
// How to use this script: | |
// Open up inspect element, then go to the Console tab | |
// Paste the code code below into the console |
// Author: Siddharth Dushantha | |
// | |
// Find all eggs on the Tine.no easter egg hunt challange | |
// | |
// This script find all of the easter eggs in Tine's easter hunt challange | |
// allowing you to complete the whole hunt in a few seconds and then can | |
// be in the draw to win some prizes | |
// | |
// How to use this script: | |
// Open up inspect element, then go to the Console tab |
from time import sleep | |
from pyautogui import press | |
import re | |
import sys | |
def cleanhtml(raw_html): | |
cleanr = re.compile('<.*?>') | |
cleantext = re.sub(cleanr, '', raw_html) | |
return cleantext |
I hereby claim:
To claim this, I am signing this object: