Profile
Achievement
pantuts's Recent Snippets
- All /
« Prev 1 Next »
Please visit http://pantuts.com/2014/09/21/quicknote-jquery-plugin/ for other included files and demos. Thanks
0
1015
posted 10 years ago by pantuts
for Cron:
# run
$ crontab -e
# then add this
*/1 * * * * export DISPLAY=:0.0 && /home/username/path/to/script.py > /dev/null
# then save.
# This cron job will run every minute
0
1051
posted 10 years ago by pantuts
<a href="http://pantuts.com/2013/10/24/ayeemtract-using-curl-parallel/">http://pantuts.com/2013/10/24/ayeemtract-using-curl-parallel/</a>
1
1558
posted 11 years ago by pantuts
Tool to download youtube videos with STDIN (PIPE) support for playlist parsers like umph or youParse
(PYTHON3+)
0
981
posted 12 years ago by pantuts