Created By: demo
Created At: Wed, 12 Jun 2013 22:23:25 -0500
Input Dataset: 2012 July/SF
Last Submitted At: Wed, 12 Jun 2013 22:23:25 -0500
Last Finished At: Wed, 12 Jun 2013 22:23:58 -0500 (33s)
Source Code
# Counting the number of projects using more than 1 license
counts: output sum of int;
p: Project = input;
if (len(p.licenses) > 1)
counts << 1;
Output
Job Output Size: 17 bytes
counts[] = 11567
Compilation
Status: Finished
Started: Wed, 12 Jun 2013 22:23:26 -0500
Finished: Wed, 12 Jun 2013 22:23:29 -0500 (3s)
Execution
Status: Finished
Started: Wed, 12 Jun 2013 22:23:36 -0500
Finished: Wed, 12 Jun 2013 22:23:58 -0500 (22s)