Skip to content
View 098tarik's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@teamresistance

Block or report 098tarik

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

Pinned Loading

  1. tloc-tool tloc-tool Public

    The tloc (Tarik Lines of Code) tool, is a simple C++ command-line tool to count lines of code in a given directory. It can distinguish between total lines, blank lines, comment lines, and code line…

    C++

  2. jumping-ball-the-game jumping-ball-the-game Public

    My first game written in C++ using the raylib libraries.

    C++

  3. portfolio-website portfolio-website Public

    This is the home for my portfolio website.

    HTML

  4. custom-file-system custom-file-system Public

    A simulation of a basic file system implemented in C. This project demonstrates core operating system concepts including inodes, blocks, bitmaps, and file operations.

    C

  5. custom-virtual-memory-model custom-virtual-memory-model Public

    A virtual memory management simulation implemented in C. This project demonstrates paging, page faults, and page replacement algorithms.

    C

  6. leetcode-portfolio leetcode-portfolio Public

    This project is for LeetCode/interview questions to practice Data Structures and Algorithms. It contains a collection of problems and solutions implemented in Python.

    Python