Skip to content

Instantly share code, notes, and snippets.

@nel
Created January 9, 2012 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nel/1583049 to your computer and use it in GitHub Desktop.
Save nel/1583049 to your computer and use it in GitHub Desktop.
Rules use to test chrismas contest program
repository = 5
repository = 1 if repository.watchers < 5 && repository.forks < 5
repository += 50 if repository.watchers > 20
repository += 50 if repository.forks > 20
repository = 100 if repository.watchers > 50 && repository.forks > 50
commit = 1
follower = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment