Skip to content

Grain/appel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyzing Author Ordering

See this blog post for details.

Usage

For example,

cd popl
rm out.txt
for file in popl*.txt; do python3 ../script.py $file >> out.txt; done
python3 ../plot.py out.txt

will run the script on all the author lists for POPL over the years, and plot the results:

plot of results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages