Skip to content

ArkScript-lang/stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stats

Attributions

  1. https://mastodon.social/@bagder/113399049389149090
  2. https://github.com/kees/kernel-tools/blob/trunk/stats/year-annotate.py

year-annotate.py

This script is run once every week by the CI and generates codeage.svg.

  1. Works with any kind of tags, sort them by authordate
  2. codeage.plot is updated by gnuplot.py to add every new year that's not in it
cd Ark/ && ../stats/year-annotate/year-annotate.py -d | tee ../stats/year-annotate/codeage.csv
cd ../stats/year-annotate/ && python3 gnuplot.py

user-count

This script is run once every day by the CI and generates users.json.

  1. Requires a GITHUB_TOKEN to query the web API (the code search API requires the user to be authentified)
python3 user-count/arkscript-usage.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published