Skip to content

Instantly share code, notes, and snippets.

@salahmak
salahmak / titanic-cleaned-all.csv
Last active May 5, 2024 23:28
titanic-cleaned
Age Embarked Fare Parch Pclass Gender SibSp Survived Title Family_Size
22.0 S 7.25 0 3 male 1 0.0 Mr 1
38.0 C 71.2833 0 1 female 1 1.0 Mrs 1
26.0 S 7.925 0 3 female 0 1.0 Miss 0
35.0 S 53.1 0 1 female 1 1.0 Mrs 1
35.0 S 8.05 0 3 male 0 0.0 Mr 0
30.0 Q 8.4583 0 3 male 0 0.0 Mr 0
54.0 S 51.8625 0 1 male 0 0.0 Mr 0
2.0 S 21.075 1 3 male 3 0.0 Master 4
27.0 S 11.1333 2 3 female 0 1.0 Mrs 2
@salahmak
salahmak / mute-spotify-ads.sh
Last active May 27, 2021 19:35
A bash script to mute spotify ads until they are done playing, we all hate them annoying ads...
#!/bin/bash
# NOTICE: THE "METADATA" FUNCTION BELOW HAS BEEN COPIED FROM "SP" GIST
# PLEASE CONSIDER CHECKING THE ORIGINAL CODE HERE: https://gist.github.com/wandernauta/6800547
#this represents the delay to run the loop (better be higher than 0.5 if
#you have a bad cpu
interval=1