Script to emulate 'tail -f' over http/ftp
Problem You need to get file over http and get it updates in realtime, like tail -f does it. Very useful if you have access to you logs only over http or ftp. Solution Script… »
Problem You need to get file over http and get it updates in realtime, like tail -f does it. Very useful if you have access to you logs only over http or ftp. Solution Script… »
Problem Sometimes you need to split your data by specific number of lines and paste them to another string using delimiter. Solution Script partition.py Partition STDIN by NUMBER of lines and put them into… »