代码语言:javascript 代码运行次数:0 运行 AI代码解释 conf={'max_domains':10,'max_ext_length':10,'style':'gitstats.css','max_authors':20,'authors_top':5,'commit_begin':'','commit_end':'HEAD','linear_linestats':1,'project_name':'','processes':8,'start_date':'Wed Jan 1 00:00:...
yyw = date.strftime('%Y-%W') self.activity_by_year_week[yyw] = self.activity_by_year_week.get(yyw, 0) + 1 if self.activity_by_year_week_peak < self.activity_by_year_week[yyw]: self.activity_by_year_week_peak = self.activity_by_year_week[yyw] #...
Default config values: {'project_name': '', 'processes': 8, 'max_domains': 10, 'commit_begin': '', 'max_ext_length': 10, 'commit_end': 'HEAD', 'linear_linestats': 1, 'style': 'gitstats.css', 'max_authors': 20, 'authors_top': 5, 'start_date': ''} Please see the m...
master 2Branches14Tags Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 223 Commits bin config/locales lib spec templates .gitignore .gitmodules .rspec .travis.yml ...
gitstats apt-get install gitstats DPDK代码可以从github.com/DPDK/dpdk.git获取(tag v20.11)执行以下统计命令:gitstats -c max_authors=200 -c start_date=2020-8-8 . ~/output/dpdk/20.11 更多命令请参阅:在~/output/dpdk/20.11目录中生成的统计网页,用浏览器打开index.html ...
conf = { 'max_domains': 1000, 'max_ext_length': 1000, 'style': 'gitstats.css', 'max_authors': 2000, 'authors_top': 5, 'commit_begin': '', 'commit_end': 'HEAD', 'linear_linestats': 1, 'project_name': '', 'processes': 8, 'start_date': '', 'anonymize':0 } About...
hour = date.hour self.activity_by_hour_of_day[hour] = self.activity_by_hour_of_day.get(hour, 0) + 1 # most active hour?if self.activity_by_hour_of_day[hour] > self.activity_by_hour_of_day_busiest: self.activity_by_hour_of_day_busiest = self.activity_by_hour_of_day[hour...
npm run start Deploying To deploy I run the build step and move the new js and css files to the docs folders which is the root GitHub pages folder. However please do not commit changes to the docs folders as I will do this manually. Running with Docker If you are comfortable using Doc...