active 2025-01-27 → 2025-02-02 (UTC)
Complete coverage26,726 / 26,726 hourly files (100%) · 2 absent upstream2023-08-15 → 2026-09-01 (UTC)
Events
3
Pushes
0
Pull requests
0
Issues
1
Stars
0
Forks
0
Activity over time
Daily event counts in the loaded window
Line chart, 7 days from 2025-01-27 to 2025-02-02. Pushes: 0 total, peak 0 in a day. Pull requests: 0 total, peak 0 in a day. Issues: 1 total, peak 1 in a day. Comments: 1 total, peak 1 in a day. Stars: 0 total, peak 0 in a day.
- Pushes
- Pull requests
- Issues
- Comments
- Stars
Top contributors
Pushes, PRs, issues, reviews and comments — stars and forks excluded, so this is contribution rather than popularity
| Contributor | Contributions | Pushes | PRs | Comments |
|---|---|---|---|---|
| mcebo76 | 1 | 0 | 0 | 0 |
| trojan1771 | 1 | 0 | 0 | 1 |
Recent activity
Latest issues, pull requests and releases
- Issue comment#2trojan17712025-02-02 11:00C++ code
- Issue#1mcebo762025-01-27 11:38#include <iostream> using namespace std; int main(){ string name [10]; string surname [10]; string program [10]; int age [10]; for(int i = 0; i<10; i++) { cout<<"name"<<endl; cin>>name[i]; cout<<"surname"<<endl; cin>>surname[i]; cout<<"age"<<endl; cin>>age[i]; cout<<"program"<<endl; cin>>program[i]; } cout<<"surname"<<" "<<"name"<<" "<<"age"<<" "<<"program"<<endl; int k = 0; while (k<10) { cout<<surname[k]<<" "
Totals cover only the window loaded into ClickHouse and count events, not GitHub's lifetime totals — 0 stars here means stars gained during the window, not the repo's star count.