News:

Wieners, Brats, Franks, we've got 'em all.

Main Menu

Pointless guessing contest!

Started by iago, February 11, 2006, 02:19:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

iago

Well, the total time was:
real    10952m54.951s
user    10908m42.713s
sys     30m26.132s

So the total time (real) was about 182 hours, 32 minutes, and 54 seconds. 
That is 7 days, 14 hours, 32 minutes, and 54 seconds.  And yes, I started it on Sunday night of last week at around 1am. 

The total size is 35082616kb
Which is 34260.37mb
Which is 33.457gb

So in the end, nobody went over, so the highest guesses win on both sides:

Part A - Time - Super_X
Part B - Size - zorm

Thanks for playing! :P

Newby

- Newby
http://www.x86labs.org

Quote[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

Quote from: Rule on June 30, 2008, 01:13:20 PM
Quote from: CrAz3D on June 30, 2008, 10:38:22 AM
I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

iago

root@roamer:~# cat lame.pl
#!/usr/bin/perl

use strict;

my $i = 0;
foreach my $file(<stdin>)
{
    chomp($file);
    #$file =~ s/'/\\'/g;

    $i++;
    print "Converting #$i $file\n";

    system("lame -b 192 \"$file\" ./temp.mp3");
    system("mv temp.mp3 \"$file\"");

    print("\n\n");
}


And I used something like this:
find ~/music -name '*.mp3' | ~/lame.pl
to run it. 

It was taking about 1.5 minutes/song, which isn't bad considering it's decoding/converting/encoding to .mp3 on a shit-slow machine. :)

Newby

Hahaha. Did it re-tag them all? Hahahah, I hope so. :)
- Newby
http://www.x86labs.org

Quote[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

Quote from: Rule on June 30, 2008, 01:13:20 PM
Quote from: CrAz3D on June 30, 2008, 10:38:22 AM
I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Ergot

Quote from: Newby on February 14, 2006, 12:15:27 AM
Hahaha. Did it re-tag them all? Hahahah, I hope so. :)
Good question! I though lame always distroyed taged ;O
Quote from: Newby on February 26, 2006, 12:16:58 AM
Who gives a damn? I fuck sheep all the time.
Quote from: rabbit on December 11, 2005, 01:05:35 PM
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Newby

- Newby
http://www.x86labs.org

Quote[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

Quote from: Rule on June 30, 2008, 01:13:20 PM
Quote from: CrAz3D on June 30, 2008, 10:38:22 AM
I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

iago

No, but I can run my Java program which fixes the tags.  No problem there.