Tips&Tricks from java developer


Blog

About me

Projects:

- AB English Courses

- StillSmallVoice.ru

- StillMakeUp.ru

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… »

  • 2 years ago
  • script, bash
  • Comments

Script to partition data by NUMBER elements and insert them into string with delimeter

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… »

  • 2 years ago
  • script, python
  • Comments
Page 1 of 1