Skip to content

active 2024-08-132024-09-26 (UTC)

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

Activity over time

Daily event counts in the loaded window

Line chart, 45 days from 2024-08-13 to 2024-09-26. Pushes: 0 total, peak 0 in a day. Pull requests: 0 total, peak 0 in a day. Issues: 4 total, peak 1 in a day. Comments: 21 total, peak 5 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
Lyo001240020
africanobyamugisha1001

Recent activity

Latest issues, pull requests and releases

  • Issue comment#4Lyo0012024-09-26 05:37
    Lab 8
  • Issue comment#4Lyo0012024-09-26 05:35
    Lab 8
  • Issue comment#4Lyo0012024-09-23 10:18
    Lab 8
  • Issue comment#4Lyo0012024-09-23 10:15
    Lab 8
  • Issue comment#4Lyo0012024-09-23 09:41
    Lab 8
  • Issue comment#4Lyo0012024-09-23 09:38
    Lab 8
  • Issue comment#4Lyo0012024-09-23 09:15
    Lab 8
  • Issue#4Lyo0012024-09-23 08:54
    Lab 8
  • Issue comment#3Lyo0012024-09-19 05:18
    #!/bin/bash declare -a students=("Alice" "Bob" "Charlie") declare -a grades=(85 90 78) sum=0 for grade in "${grades[@]}"; do sum=$((sum + grade)) done average=$((sum / ${#grades[@]})) echo "Average grade: $average"
  • Issue comment#3Lyo0012024-09-19 04:21
    #!/bin/bash declare -a students=("Alice" "Bob" "Charlie") declare -a grades=(85 90 78) sum=0 for grade in "${grades[@]}"; do sum=$((sum + grade)) done average=$((sum / ${#grades[@]})) echo "Average grade: $average"
  • Issue comment#3Lyo0012024-09-19 04:16
    #!/bin/bash declare -a students=("Alice" "Bob" "Charlie") declare -a grades=(85 90 78) sum=0 for grade in "${grades[@]}"; do sum=$((sum + grade)) done average=$((sum / ${#grades[@]})) echo "Average grade: $average"
  • Issue comment#3Lyo0012024-09-19 04:12
    #!/bin/bash declare -a students=("Alice" "Bob" "Charlie") declare -a grades=(85 90 78) sum=0 for grade in "${grades[@]}"; do sum=$((sum + grade)) done average=$((sum / ${#grades[@]})) echo "Average grade: $average"
  • Issue#3Lyo0012024-09-19 04:11
    #!/bin/bash declare -a students=("Alice" "Bob" "Charlie") declare -a grades=(85 90 78) sum=0 for grade in "${grades[@]}"; do sum=$((sum + grade)) done average=$((sum / ${#grades[@]})) echo "Average grade: $average"
  • Issue comment#2Lyo0012024-09-17 04:30
    Stake 2 #include <stdio.h> #define MAX 5 int stack[MAX], top = -1; void push(int value) { if (top == MAX - 1) printf("Stack Overflow\n"); else stack[++top] = value; } int pop() { if (top == -1) printf("Stack Underflow\n"); else return stack[top--]; return -1; } int peek() { if (top != -1) return stack[top]; return -1; } int isEmpty() { return top == -1; } int main() { push(10); push(20); printf("Top eleme
  • Issue comment#2Lyo0012024-09-17 04:20
    Stake 2 #include <stdio.h> #define MAX 5 int stack[MAX], top = -1; void push(int value) { if (top == MAX - 1) printf("Stack Overflow\n"); else stack[++top] = value; } int pop() { if (top == -1) printf("Stack Underflow\n"); else return stack[top--]; return -1; } int peek() { if (top != -1) return stack[top]; return -1; } int isEmpty() { return top == -1; } int main() { push(10); push(20); printf("Top eleme
  • Issue comment#2Lyo0012024-09-17 04:16
    Stake 2 #include <stdio.h> #define MAX 5 int stack[MAX], top = -1; void push(int value) { if (top == MAX - 1) printf("Stack Overflow\n"); else stack[++top] = value; } int pop() { if (top == -1) printf("Stack Underflow\n"); else return stack[top--]; return -1; } int peek() { if (top != -1) return stack[top]; return -1; } int isEmpty() { return top == -1; } int main() { push(10); push(20); printf("Top eleme
  • Issue comment#2Lyo0012024-09-17 04:08
    Stake 2 #include <stdio.h> #define MAX 5 int stack[MAX], top = -1; void push(int value) { if (top == MAX - 1) printf("Stack Overflow\n"); else stack[++top] = value; } int pop() { if (top == -1) printf("Stack Underflow\n"); else return stack[top--]; return -1; } int peek() { if (top != -1) return stack[top]; return -1; } int isEmpty() { return top == -1; } int main() { push(10); push(20); printf("Top eleme
  • Issue comment#2Lyo0012024-09-17 04:00
    Stake 2 #include <stdio.h> #define MAX 5 int stack[MAX], top = -1; void push(int value) { if (top == MAX - 1) printf("Stack Overflow\n"); else stack[++top] = value; } int pop() { if (top == -1) printf("Stack Underflow\n"); else return stack[top--]; return -1; } int peek() { if (top != -1) return stack[top]; return -1; } int isEmpty() { return top == -1; } int main() { push(10); push(20); printf("Top eleme
  • Issue#2Lyo0012024-09-17 03:58
    Stake 2
  • Issue comment#1Lyo0012024-08-29 06:01
    Work
  • Issue comment#1Lyo0012024-08-29 05:47
    Work
  • Issue comment#1Lyo0012024-08-29 05:37
    Work
  • Issue comment#1Lyo0012024-08-29 05:16
    Work
  • Issue comment#1africanobyamugisha2024-08-29 04:47
    Work
  • Issue#1Lyo0012024-08-29 04:47
    Work

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.