Skip to content

ArkScript-lang/stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 data/codeage.svg.

  1. Works with any kind of tags, sort them by authordate
  2. data/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/data/codeage.csv
cd ../stats && python3 year-annotate/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