IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Great URL :-/
--

Drew
New You really do have zero impulse control
public static final drook(webpage)
{
timesink = getalllinks(webpage);
for(link l in timesink)
{
new webpage wp = follow(l);
drook(wp);
}
}
Or something. Anyway, just close the goddamn window and get back to work, wage slave.
Expand Edited by pwhysall Feb. 14, 2014, 12:46:58 PM EST
New Nope, didn't click this one
--

Drew
Expand Edited by drook Feb. 14, 2014, 12:54:40 PM EST
New I honestly hadn't paid much attention to it.
It does have programming information though and nothing offensive jumped out at me.

http://blog.lick-me....al-world-example/

31 DEC 12

Creating graphs in LibreOffice is a nightmare. They're ugly, nearly impossible to customize and creating pivot tables with data is bloody tedious work. In this post, I'll show you how I took the output of a couple of performance test scripts and turned it into reasonably pretty graphs with a few standard command line tools (gnuplot, awk, a bit of (ba)sh and a Makefile).

The Data

I ran a series of query performance tests against data sets of different sizes. The sets contain 10k, 100k, 1M, 10M, 100M and 500M documents. One of the basic constraints is that it has to be easy to add/remove sets. I don't want to faff about with deleting columns or updating pivot tables. If I add a set to my test data, I want it automagically show up in my graphs.

The output of the test script is a simple tab separated file, and looks like this:

[...]


:-)

Cheers,
Scott.
     Pivoting data for gnuplot - (pwhysall) - (8)
         I'm probably the only person on the planet who... - (Another Scott) - (4)
             Great URL :-/ -NT - (drook) - (3)
                 You really do have zero impulse control - (pwhysall) - (1)
                     Nope, didn't click this one -NT - (drook)
                 I honestly hadn't paid much attention to it. - (Another Scott)
         Easily done in a perl multi-level hash - (crazy) - (2)
             Thanks, but I can't - (pwhysall) - (1)
                 yup. python easy as well for this. -NT - (crazy)

Let's face it: you can't Torquemada anything!
91 ms