This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h3. Description | |
*As a* _<type of user>_, | |
*I want* _<to perform some task>_, | |
*so that I can* _<achieve some goal/benefit/value>_. | |
h3. CoS | |
* It MUST use tech | |
* It SHOULD allow feelings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/ruby -w | |
require 'mixlib/shellout' | |
require 'logger' | |
song_list = %w( | |
http://www.lindberg.no/hires/test/2L-106/2L-106_stereo_PCM-192k_MAGNIFICAT_04.flac | |
http://www.lindberg.no/hires/test/2L38_01_192kHz.flac | |
http://www.lindberg.no/hires/test/2L-038_MQA2016-176k-24b_01.flac | |
http://www.lindberg.no/hires/test/2L-125_stereo-176k-24b_04.flac |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This chunk will run in your favourite Ubuntu vm | |
if [[ $(uname) == 'Linux' && $(test -f /usr/bin/apt-get) ]]; then | |
sudo apt-get update | |
sudo apt-get install ntp | |
sudo service ntp stop | |
sudo ntpdate -s ca.pool.ntp.org | |
sudo service ntp start | |
fi | |
# This chunk will run in your favourite CentOS vm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- |