Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

年間で翻訳されたモジュール、著者のデータを作成(./script/create_year_data.pl ) を、1日1回走らせる #50

Open
Tracked by #47
kfly8 opened this issue Sep 6, 2023 · 1 comment

Comments

@kfly8
Copy link
Contributor

kfly8 commented Sep 6, 2023

No description provided.

@kfly8
Copy link
Contributor Author

kfly8 commented Sep 6, 2023

現状把握

  • 該当年で更新されたファイルを取り出し、次のようなindexファイルを作成している。
  • 次のページで利用されている。 https://perldoc.jp/translators
head -100 years.pl
{
  '2004' => {
              'commit_count_all' => {
                                      'argrath' => 65,
                                      'hio' => 28,
                                      'anahori' => 2,
                                      'hippo2000' => 14,
                                      'makamaka' => 19,
                                      'ktats' => 12,
                                      'iwai' => 35
                                    },
              'commit_count' => [
                                  [
                                    'argrath',
                                    65,
                                    22
                                  ],
                                  [
                                    'iwai',
                                    35,
                                    3
                                  ],
                                  [
                                    'hio',
                                    28,
                                    2
                                  ],
                                  [
                                    'makamaka',
                                    19,
                                    16
                                  ],
                                  [
                                    'hippo2000',
                                    14,
                                    12
                                  ],
                                  [
                                    'ktats',
                                    12,
                                    7
                                  ],
                                  [
                                    'anahori',
                                    2,
                                    1
                                  ]
                                ],
              'modules' => [
                             {
                               'author' => 'argrath',
                               'date' => '2004-01-06 03:26:00',
                               'in' => 'perl',
                               'name' => 'perlop',
                               'path' => 'docs/perl/5.6.1/perlop.pod',
                               'version' => '5.6.1'
                             },
                             {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant