Created By: demo
Created At: Wed, 12 Jun 2013 22:23:41 -0500
Input Dataset: 2012 July/SF
Last Submitted At: Wed, 12 Jun 2013 22:23:41 -0500
Last Finished At: Wed, 12 Jun 2013 22:24:25 -0500 (44s)
Source Code
# what are the 5 most supported OSes?
counts: output top(5) of string weight int;
p: Project = input;
foreach (i: int; def(p.operating_systems[i]))
counts << p.operating_systems[i] weight 1;
Output
Job Output Size: 272 bytes
counts[] = OS Independent (Written in an interpreted language), 49121, 0
counts[] = Linux, 42077, 0
counts[] = All POSIX (Linux/BSD/UNIX-like OSes), 40839, 0
counts[] = All 32-bit MS Windows (95/98/NT/2000/XP), 30726, 0
counts[] = 32-bit MS Windows (NT/2000/XP), 19988, 0
Compilation
Status: Finished
Started: Wed, 12 Jun 2013 22:23:41 -0500
Finished: Wed, 12 Jun 2013 22:23:44 -0500 (3s)
Execution
Status: Finished
Started: Wed, 12 Jun 2013 22:23:57 -0500
Finished: Wed, 12 Jun 2013 22:24:25 -0500 (28s)