Skip to content
View nshaibu's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report nshaibu

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
nshaibu/README.md

Hi there 👋!

Visitor count

E = (lambda m, pow:(lambda m, c, pow:m*pow(c, 2))(m, 3*pow(10, 8), pow))(68.8, lambda d, e:d**e)

Pinned

  1. QBox QBox Public

    A qemu virtual machines manager written in bash, awk and python wrappers. The bash script has a lot of bash scripting techniques like module imports, dynamic imports, generic functions using script…

    Shell 4 1

  2. shortcutVirusRemover shortcutVirusRemover Public

    These scripts retrieve user files and folders and remove shortcut and autorun viruses from USB storage devices like pendrives. The signature of the shortcut virus(it removes) is that the virus crea…

    Python 13 4

  3. ChatClient ChatClient Public

    This is the client codebase for iCOM system. iCOM is an internal communication system that is designed to service the communication needs of organizations through the use of a concurrent server whi…

    Python 1

  4. ConcurrentServer ConcurrentServer Public

    This is the server codebase for the iCOM system. iCOM is an internal communication system that is designed to service the communication needs of organizations through the use of a concurrent server…

    C 1

  5. nodejs-examples nodejs-examples Public

    Example apps in NodeJs

    JavaScript 1

  6. algorithms_in_c algorithms_in_c Public

    Practicing algorithm development in C/C++

    C++