Skip to content
View Siddigz's full-sized avatar

Block or report Siddigz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
siddigz/README.md

Hi there, I'm Siddig Ahmed ๐Ÿ‘‹

CS Student @ Carleton University | Software Engineer & Builder

I am a Computer Science major in the Software Engineering stream with a minor in Mathematics. I am passionate about tackling complex problems, exploring new technologies, and building impactful software.

๐Ÿ† Projects

I'm an active hackathon participant and love building creative projects. Here are a couple of highlights, but feel free to browse my GitHub to see more of what I've been working on!

  • cuRiding-pi: Won the People's Choice Award at cuHacking 7.
  • EcoCart: Won Best AI for Environmental Impact at the AGI Ventures Canada Hackathon 3.0.

โšก Outside the Terminal

When I'm unplugged, I'm usually out sidequesting. I love spontaneous adventures, exploring nature, and just seeing where the day takes me.

๐Ÿ“ซ Let's Connect

Pinned Loading

  1. cuRiding-pi cuRiding-pi Public

    Forked from akramboussanni/cuRiding-pi

    E-scooter safety dashcam for Raspberry Pi 5 + QNX 8: TFLite detection, OpenCV traffic-light checks, OLED & buzzer alerts - cuHacking 7 Winner. ๐Ÿ…

    C++

  2. EcoCart EcoCart Public

    Forked from VanBaNguyen/EcoCart

    AI shopping extension: EcoScore ratings, sustainable Amazon alternatives, real-time impact analysis. AGI Ventures Hackathon 3.0. ๐Ÿ…

    JavaScript

  3. CPU-Cache-Benchmark CPU-Cache-Benchmark Public

    Forked from AhmadBaytamouni/CPU-Cache-Benchmark

    A C benchmark suite and Python visualizer to measure CPU cache performance via sequential vs. random access, memory strides, AoS vs. SoA, and pointer chasing. Detects system cache levels to graph lโ€ฆ

    Python

  4. schedule-scoop schedule-scoop Public

    Forked from nolandruid/schedule-scoop

    A schedule exporter from Carleton Central to your preferred Calendar

    CSS

  5. curate curate Public

    A lightweight terminal text editor built in C. It features a customized interface with full-screen rendering, raw input handling for keyboard commands, and automatic window scaling.

    C

  6. Relational-Algebra-Query-Processor Relational-Algebra-Query-Processor Public

    A CLI program for processing relational algebra queries. It supports fundamental operations: selection, projection, joins, union, intersection, and difference. The system accepts relations and querโ€ฆ

    Python