Skip to content

Instantly share code, notes, and snippets.

View mmterpstra's full-sized avatar

mmterpstra

View GitHub Profile
@mmterpstra
mmterpstra / CreateBurnDown.rscript
Last active February 18, 2023 22:10
Use R to generate your Burndown Charts
#!/usr/bin/env R
#maye add commandline to script
#Yeah, it is a little low I know.
scrum.points=4
scrum.startdate="2016/10/24"
scrum.sprint="93"
scrum.days=19