Skip to content
View Anand-M-P's full-sized avatar

Organizations

@TheAndroidApp
Block or Report

Block or report Anand-M-P

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

  1. eXperimental_Operating_System_XOS eXperimental_Operating_System_XOS Public

    Project XOS or eXperimental Operating System is a platform to develop a simple operating system. The OS is programmed using a custom language known as SPL (System Programmer's Language) and the app…

    C 1

  2. Android-BMICalculator Android-BMICalculator Public

    This is a simple Android application that would enable a user to calculate his or her Body Mass Index (BMI). This application is developed with an intention to help those who are trying to get a go…

    Java 1 1

  3. hello-world hello-world Public

    This is a simple hello world program to get start with github .

  4. responsive_nav responsive_nav Public

    This is a simple navigator design that you can add to your web page. The simple responsive design make it easy and efficient to use in multiple devices.

    JavaScript

  5. Netwide_assembler_NASM_1 Netwide_assembler_NASM_1 Public

    This repository contains some basic NASM [Netwide Assembler] programs.

    Assembly

  6. Dijkstra_Algorithm Dijkstra_Algorithm Public

    Dijkstr's Algorithm is a graph search algorithm that solves the single-source shortest path problem for a graph with non-negative edge path costs, producing a shortest path tree. This algorithm is…

    C++