Skip to content
View itshassanattar's full-sized avatar

Block or report itshassanattar

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Fitness-Tracker Fitness-Tracker Public archive

    This application was built using PHP, MySQL, and jQuery as part of a college course project. As a developer primarily experienced in modern tech stacks like Node.js and React, I took on the challen…

    PHP 1 1

  2. tourify-API tourify-API Public archive

    This API delivers a backend solution for managing tours, user authentication, bookings, and reviews, built with Node.js, Express, and MongoDB. This project motivated me to strengthen my fundamental…

    JavaScript

  3. tourify-web tourify-web Public archive

    The Tourify Website is a dynamic web application built with Pug templates and Node.js. It provides an interactive user interface for accessing and interacting with tour data from the API. Users can…

    JavaScript

  4. skiplist_verbose skiplist_verbose Public archive

    This is a singly linked SkipList implemented in C++17

    C++

  5. skiplist skiplist Public archive

    This is a lean repository, contatining skiplist code, suitable for including as submodule in other projects.

    C++

  6. set set Public archive

    Hashing Set is a C++ template-based library that provides a set data structure implementation using various hashing techniques. It supports open addressing (linear probing, quadratic probing, doubl…

    C++