Skip to content
View mhamzai's full-sized avatar

Block or report mhamzai

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

Popular repositories Loading

  1. 8bit-ALU-verilog 8bit-ALU-verilog Public

    This is a verilog file of deployment of an 8-bit ALU for Xilinx-Spartan 6 FPGA

    Verilog 1

  2. PrimeDetector_8bit_VERILOG PrimeDetector_8bit_VERILOG Public

    This is an implementation of 8 bit prime number detector in VERILOG-HDL for Xilinx Spartan 6 FPGA. This uses the concept of state machine from Theory of Automata (Deterministic Finite Automata) to …

    Verilog 1

  3. Multitasking_Kernel-DOS_Assembly-x86 Multitasking_Kernel-DOS_Assembly-x86 Public

    The following Kernel written in x86 assembly allows non-preemptive multitasking on DOS in which there was no concept of threads and multitasking. This assembly code uses advantage of TSR(Terminate …

    Assembly 1 1

  4. Distrbuted_server_system_Cpp Distrbuted_server_system_Cpp Public

    This project contains Remote Procedure Calls based Master slave Server system where Master receives user requests and divides it evenly among the slaves. In this case a txt file is provided and mas…

    C++ 1

  5. MindBigData_MindWaves_Classification_NN MindBigData_MindWaves_Classification_NN Public

    This project requires experimentation with data and classifiers to see what best suits to distinguish between the sequence of brain signals to predict right outcome using Deep Neural Networks. The …

    Jupyter Notebook 1 1

  6. 64ByteMultiplication_Assembly-x86 64ByteMultiplication_Assembly-x86 Public

    This repository contains different methods of doing 64 byte by 64 byte multiplication in x86 Assembly language. Profiles of each method has been mentioned at the end of assembly code in comments sh…

    Assembly