Skip to content

Instantly share code, notes, and snippets.

var $bgWindow = $('<div/>');
$bgWindow.css({
'background-color': '#222',
'opacity': '.95',
'position': 'fixed',
'left': 0,
'top': 0,
'width': '100%',
'height': '100%',
'z-index': 999
@diceken
diceken / fio_summarize.pl
Created October 30, 2012 12:05 — forked from sh2/fio_summarize.pl
fio test/summarize script
#!/usr/bin/perl
use strict;
use warnings;
my (%sequential, %random);
my ($type, $blocksize, $ratio, $iodepth, $header);
while (my $line = <STDIN>) {