Public Information for Job 556

Created By: demo
Created At: Wed, 12 Jun 2013 22:22:46 -0500

Input Dataset: 2012 July/SF

Last Submitted At: Wed, 12 Jun 2013 22:22:46 -0500
Last Finished At: Wed, 12 Jun 2013 22:23:22 -0500 (36s)

Source Code

# how did # of commits for Java/SVN change over time? counts: output sum[int] of int; p: Project = input; exists (i: int; match(`^java$`, lowercase(p.programming_languages[i]))) foreach (j: int; p.code_repositories[j].kind == RepositoryKind.SVN) foreach (k: int; def(p.code_repositories[j].revisions[k])) counts[yearof(p.code_repositories[j].revisions[k].commit_date)] << 1;

Output

Job Output Size: 633 bytes

counts[1969] = 33304
counts[1983] = 4
counts[1984] = 137
counts[1985] = 329
counts[1986] = 924
counts[1987] = 183
counts[1988] = 301
counts[1989] = 2023
counts[1990] = 975
counts[1991] = 1811
counts[1992] = 536
counts[1993] = 901
counts[1994] = 2373
counts[1995] = 1141
counts[1996] = 1636
counts[1997] = 1865
counts[1998] = 2513
counts[1999] = 7043
counts[2000] = 13074
counts[2001] = 29574
counts[2002] = 64833
counts[2003] = 108054
counts[2004] = 147189
counts[2005] = 190674
counts[2006] = 384275
counts[2007] = 618373
counts[2008] = 687961
counts[2009] = 679080
counts[2010] = 551880
counts[2011] = 445385
counts[2012] = 159412

Compilation

Status: Finished
Started: Wed, 12 Jun 2013 22:22:46 -0500
Finished: Wed, 12 Jun 2013 22:22:50 -0500 (4s)

Execution

Status: Finished
Started: Wed, 12 Jun 2013 22:22:55 -0500
Finished: Wed, 12 Jun 2013 22:23:22 -0500 (27s)