Keep some links, simple explanations, short texts around ML and Data Science. The text is public, but I believe that it's not usefull for anyone than me.
Awesome-lists:
Keep some links, simple explanations, short texts around ML and Data Science. The text is public, but I believe that it's not usefull for anyone than me.
Awesome-lists:
| #!/bin/bash | |
| # | |
| # Minimalistic_Pomodoro_Timer | |
| # | |
| # Based on the SU answer found here: https://superuser.com/questions/224265/pomodoro-timer-for-linux/669811#669811 | |
| # | |
| # Tested in Ubuntu 16.04 and Arch | |
| pomodorotime () { | |
| notify-send "Time to Work" "Focus" -u normal -a 'Pomodoro' -i $HOME/Documentos/icon.png | |
| paplay /usr/share/sounds/freedesktop/stereo/window-attention.oga |