Visualization of perl development history

About 10 years ago I tried gource and made a visualization of the commit history of perl5.git. It was when grouce was new, shiny and cool:

10 years passed like a blink and it has been a remarkable decade for perl5.git. As we see the growth of com…


This content originally appeared on DEV Community and was authored by Kang-min Liu

About 10 years ago I tried gource and made a visualization of the commit history of perl5.git. It was when grouce was new, shiny and cool:

10 years passed like a blink and it has been a remarkable decade for perl5.git. As we see the growth of commit volume, there is also stable pace of releasees thanks to the standardization of release procedure. With relocation of communication platform, participation and small fixes seems to be much easier. While it has not be a perfectly stable decade, it is a good one.

So as a 10-yearly review, here's the updated version of that gource visualization on perl5.git, all the way to mid 2021:

These are the commands used to produce that video:

cd ~/src/perl5
gource -s 0.01 --auto-skip-seconds 0.1 -r 30 -f --user-scale 3 --file-idle-time 0 --hide bloom,filenames,dirnames --date-format '%Y' -o ~/var/gource-perl.ppm
ffmpeg  -an -y -f image2pipe -vcodec ppm -i ~/var/gource-perl.ppm -r 30.000 ~/var/gource-out.webm

本篇文章為 perl 開發歷史紀錄之視覺化 之英文版


This content originally appeared on DEV Community and was authored by Kang-min Liu


Print Share Comment Cite Upload Translate Updates
APA

Kang-min Liu | Sciencx (2021-06-10T06:32:06+00:00) Visualization of perl development history. Retrieved from https://www.scien.cx/2021/06/10/visualization-of-perl-development-history/

MLA
" » Visualization of perl development history." Kang-min Liu | Sciencx - Thursday June 10, 2021, https://www.scien.cx/2021/06/10/visualization-of-perl-development-history/
HARVARD
Kang-min Liu | Sciencx Thursday June 10, 2021 » Visualization of perl development history., viewed ,<https://www.scien.cx/2021/06/10/visualization-of-perl-development-history/>
VANCOUVER
Kang-min Liu | Sciencx - » Visualization of perl development history. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/06/10/visualization-of-perl-development-history/
CHICAGO
" » Visualization of perl development history." Kang-min Liu | Sciencx - Accessed . https://www.scien.cx/2021/06/10/visualization-of-perl-development-history/
IEEE
" » Visualization of perl development history." Kang-min Liu | Sciencx [Online]. Available: https://www.scien.cx/2021/06/10/visualization-of-perl-development-history/. [Accessed: ]
rf:citation
» Visualization of perl development history | Kang-min Liu | Sciencx | https://www.scien.cx/2021/06/10/visualization-of-perl-development-history/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.