Skip to content
View shohibulislam's full-sized avatar

Block or report shohibulislam

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. responsive-static-web responsive-static-web Public

    This is a clean and responsive static website,built using advanced HTML5 and CSS3. It includes several well-designed sections.

    CSS 1

  2. check-character-case-C-Program check-character-case-C-Program Public

    Check a characcter is uppercase or not.

    C

  3. even-and-odd-number-generator-C-Program even-and-odd-number-generator-C-Program Public

    A beginner-friendly C program that generates even or odd numbers between a given range. It smartly adjusts the starting number if needed and uses switch-case to handle user choices efficiently.

    C

  4. armstrong-number-checker-C-Program armstrong-number-checker-C-Program Public

    A simple C program to check whether a given three-digit number is an Armstrong number or not. Uses basic math operations and conditional operator if-else.

    C

  5. star-pattern-printer-C-Program star-pattern-printer-C-Program Public

    A C program that prints various star patterns using user input, including squares, triangles, pyramids, and diamonds - both solid and hollow.

    C

  6. prime-number-checker-C-Program prime-number-checker-C-Program Public

    A simple C program that checks whether a given number is prime or not by testing divisibility.