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
Testing http://www.gearscan.com | |
At Wed Aug 7 12:48:59 2013 | |
10 loops | |
Fastest Median Slowest Std Dev | |
--------------------------------------------------------------------------- | |
Server performance: | |
Total application time 235ms 576ms 2165ms 539ms | |
Host latency: |
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
Testing http://beta.gearscan.com | |
At Wed Aug 7 12:53:13 2013 | |
10 loops | |
Fastest Median Slowest Std Dev | |
--------------------------------------------------------------------------- | |
Server performance: | |
Total application time 65ms 216ms 702ms 206ms | |
Host latency: |
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
Verifying that +minouye is my openname (Bitcoin username). https://onename.io/minouye |
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
require 'words_counted' | |
require 'webvtt' | |
require 'time' | |
require 'youtube-dl.rb' | |
require 'yt' # JSON error with youtube-dl.rb | |
line_buffer = [] | |
max_buffer_size = 5 | |
num_words = 0 | |
audio_start = 0 |