See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| #!/usr/bin/env python3 | |
| """ | |
| Display gluster traffic | |
| This tool uses gluster profiling feature, parsing cumulative statistics. | |
| To understand correctly the results, you have to divide overall write statistics with number of replicas. | |
| Also striped volumes needs to be taken in mind - overall statistics just print sum of all bricks | |
| read/written bytes. | 
| # ---------------------------------- | |
| # Colors | |
| # ---------------------------------- | |
| NOCOLOR='\033[0m' | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| ORANGE='\033[0;33m' | |
| BLUE='\033[0;34m' | |
| PURPLE='\033[0;35m' | |
| CYAN='\033[0;36m' | 
Trying to figure out how to capture the audio from the WebSDR @ Twente.
http://websdr.ewi.utwente.nl:8901
wget --mirror http://websdr.ewi.utwente.nl:8901
The ruby script will successfully pull down the audio IQ, however the IQ cannot be played in Audacity. I believe this is because the audio is encoded or otherwise slightly mangled to deter us.