Advertisement
Guest User

citation thing

a guest
Feb 9th, 2019
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. -- go to: https://instances.social/list/advanced#lang=ja&allowed=&prohibited=&users=
  2. -- set visible entries to 100
  3. -- copy and paste into text file on bash interpreter
  4. -- run (with bc installed) cat txtfile.txt | tr -s '\t' ' ' | cut -d' ' -f3 | paste -sd '+' | bc
  5. -- result is 256,776 as of 2019-02-09, remainder are in the double digits and can be considered rounding error
  6. -- a per-language/region table may be more appropriate since other international numbers are probably notable too
  7. -- some wikipedian who knows what they're doing please improve this. I don't know how to cite this since there is no summary page per language--might make a blog thingie crunching the numbers or something later on though, will update it if I do
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement