nshaibu
Algorithms are not arbiters of objective truth and fairness simply because they're math.
@mPedigreeGhana
Pinned Repositories
8086cpu
An emulation of 8086 16bit cpu.
Algorithms
Basic Algorithms and Data structures
algorithms_in_c
Practicing algorithm development in C/C++
awk
One true awk
ChatClient
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 which runs on any unix-like system and a client that can be run on any other operating system used by the organization.
ConcurrentServer
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 which runs on any unix-like system and a client that can be run on any other operating system used by the organization.
nodejs-examples
Example apps in NodeJs
PostfixExpressionAndEvaluation
A simple library in c that demonstrate how to used stack and linked list to generate and evaluate postfix expressions.
QBox
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 function pointer techniques, creating dialog UI using terminal ncurses interface, regex expression techniques, dynamic manipulation of terminal properties etc. to improve your bash scripting skills
shortcutVirusRemover
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 creates a batch script in the folder it affects and converts everything in the folder it affects into a shortcut.
nshaibu's Repositories
nshaibu/shortcutVirusRemover
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 creates a batch script in the folder it affects and converts everything in the folder it affects into a shortcut.
nshaibu/8086cpu
An emulation of 8086 16bit cpu.
nshaibu/PostfixExpressionAndEvaluation
A simple library in c that demonstrate how to used stack and linked list to generate and evaluate postfix expressions.
nshaibu/awk
One true awk
nshaibu/awesome-nodejs-learning
A list limited to the best Node.js Learning Resources
nshaibu/bash3_info
Information to help me remember while revising bash version 3
nshaibu/developer-roadmap
Roadmap to becoming a web developer in 2020
nshaibu/django-notifications
GitHub notifications alike app for Django
nshaibu/djangobb
DjangoBB mirror. DjangoBB is a quick and simple forum which uses the Django Framework (written in Python language). Abbreviation DjangoBB stands for Django Bulletin Board. DjangoBB is distributed under the BSD license.
nshaibu/docker-for-humans
In Progress –– Befriend yourselves with the cute fish 🐳
nshaibu/Learn-Natural-Language-Processing-Curriculum
This is the curriculum for "Learn Natural Language Processing" by Siraj Raval on Youtube
nshaibu/Learning-OpenCV
Learning openCV
nshaibu/legacy-cc
The earliest versions of the very first c compiler known to exist in the wild written by the late legend himself dmr.
nshaibu/linux
Linux kernel source tree
nshaibu/Python
All Algorithms implemented in Python
nshaibu/qemu
Official QEMU mirror. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests are ignored.
nshaibu/TrimLabelImg
TrimLabelImg fix any naming associated errors for images annotated with labelImg.
nshaibu/vuejs_up
Learning vueJs