Skip to content

active 2025-01-242025-01-28 (UTC)

Complete coverage26,451 / 26,451 hourly files (100%) · 2 absent upstream2023-08-152026-08-21 (UTC)
Events
2
Pushes
1
Pull requests
0
Issues
1
Stars
0
Forks
0

Activity over time

Daily event counts in the loaded window

Line chart, 5 days from 2025-01-24 to 2025-01-28. Pushes: 1 total, peak 1 in a day. Pull requests: 0 total, peak 0 in a day. Issues: 1 total, peak 1 in a day. Comments: 0 total, peak 0 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

ContributorContributionsPushesPRsComments
zerogro422100

Recent activity

Latest issues, pull requests and releases

  • Issue#1zerogro422025-01-28 19:42
    double kineticEnergy(int m, int v); int main(){ int m; // needed to pass a value into kineticEnergy function int v; // needed to pass a value into kineticEnergy function cout << "Enter the mass " << endl; cin >> m; cout << "Enter the velocity" << endl; cin >> v; int results = kineticEnergy(m,v); cout << "The total kinetic energy of the object is " << results << endl; return 0; } // end of main // #############################

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.