M M Nabil (@nabil16497)
  • Stars
    star
    11
  • Global Rank 919,547 (Top 32 %)
  • Followers 3
  • Registered over 4 years ago
  • Most used languages
    PHP
    33.3 %
    Java
    16.7 %
    C#
    16.7 %
    Python
    16.7 %
    C++
    16.7 %
  • Location 🇧🇩 Bangladesh
  • Country Total Rank 4,366
  • Country Ranking
    C#
    639
    C++
    707
    Java
    1,400
    PHP
    1,417
    Python
    2,136

Top repositories

1

Operating-System-Process-Scheduling-Algorithms

All the codes are done in C++. There are 5 scheduling a algorithms. First Come, First Served (FCFS), Shortest Job First (SJF/ non-preemptive SJF), Shortest Remaining Time First (SRTF/ preemptive SJF), Round Robin (RR) and Priority Scheduling. These is also another algorithm of deadlock chapter. Banker's Algorithm
C++
3
star
2

Java-School-Management-Project-Console-Application-and-File-System-

A small console application project. All the data are stored in text file using file system. Start.java contains the main file. The system has 3 types of users, Admin, Faculty Student. One of the purpose was to implement OOP concepts.
Java
2
star
3

university_portal

PHP
2
star
4

C-Sharp-Windows-Voice-Assistant-

It is a C# project. Trying to build a windows application that can add on voice command.
C#
1
star
5

learning-laravel-framework-spring-2020-2021-sec-b

PHP
1
star
6

Artificial-Intelligence-Course-Algorithms-nQueen-Problem-Genetic-Algorithm-Map-Coloring-CSP-

This contains some of the Artificial courses Algorithms. All the codes are done in python. - nQueen Problem ( There is one to calculate the and show the attacks and fitness of a board another to make a non-attacked board ), Genetic Algorithm ( Used in 8 Queen Problem. User will say the number of the boards and generations and the program will take random board and calculate fitness for each generation and then apply genetic algorithm on them. ), CSP Map Coloring Problem ( One is done only using a simple heuristic and another one uses both heuristic and mrv to solve the problem and also shows simulation ).
Python
1
star