Skip to content
View WaleedNaveed's full-sized avatar

Block or report WaleedNaveed

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. a-to-the-power-b a-to-the-power-b Public

    Find a to the power b without using multiplication and built in power function in C#, i.e. implement your own logic to find a to the power b

    C#

  2. Balanced-Brackets Balanced-Brackets Public

    Console application to determine if the brackets are balanced or not

    C#

  3. Prime-Number Prime-Number Public

    Determine if number is prime or not. Display prime numbers upto given number

    C#

  4. Disable-textBox-on-the-basis-of-checkBox-using-XAML Disable-textBox-on-the-basis-of-checkBox-using-XAML Public

    Disable textBox in WPF on the basis of checkBox value using XAML

    C#

  5. Stop-inheritance-of-class-without-using-Sealed-KeyWord Stop-inheritance-of-class-without-using-Sealed-KeyWord Public

    Make a class non-inheritable without using Sealed keyword

    C#

  6. First_non-repeating_character_in_string First_non-repeating_character_in_string Public

    Find the first non-repeating character in string using C#

    C#