Code Monkey home page Code Monkey logo

Hi there 👋

📝📧 Contact


👩‍💻🚀 Skills

Python C C++ C# Java HTML5 HTML CSS3 Bootstrap jQuery JavaScript .NET React Spring Firebase MySQL SQLite SQL Server Keras Pandas NumPy Android Git Jupyter


📈📉 GitHub Stats




Mehboob Ali's Projects

30-days-of-code icon 30-days-of-code

Contains solutions to the 30 Days of Code challenges on HackerRank.

algorithms icon algorithms

Collection of algorithms in multiple programming languages.

audited icon audited

Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.

awesome icon awesome

😎 Awesome lists about all kinds of interesting topics

binary-knapsack-problem-dp icon binary-knapsack-problem-dp

It is a classic dynamic programming problem in which we have to collect items in the knapsack in such a way that our profit is maximized. The difference between this problem and the fractional knapsack one is that you CANNOT take a fraction of an item.

card-game-dp icon card-game-dp

A dealer produces a sequence s1, …, sn of .cards, face-up, where each card si has a value vi. Then two players take turns picking a card from the sequence, but can only pick the first or the last card of the (remaining) sequence. The goal is to collect cards of largest total value.

chatwoot icon chatwoot

Open-source customer engagement suite, an alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬

composite-design-pattern icon composite-design-pattern

A composite pattern is a partitioning design pattern and describes a group of objects that are treated the same way as a single instance of the same type of object. The intent of a composite is to “compose” objects into tree structures to represent part-whole hierarchies. It allows you to have a tree structure and ask each node in the tree structure to perform a task.

docs icon docs

Codecademy Docs is a collection of information for all things code. 📕

e-workers icon e-workers

E-Workers is a home services app for hiring workers for day-to-day tasks. The aim of the app is to make these tasks easy and convenient for the users. Workers can be hired on the app with a few simple clicks.

edit-distance-dp icon edit-distance-dp

In the Edit Distance problem, we need to find the minimum number of edits or operations required to make two strings equal.

exam-schedule-generation icon exam-schedule-generation

Manually generating a Mid-term exam schedule for NUCES-FAST Lahore is an involved task as a diverse set of constraints must be enforced while creating the schedule. In this repository, the famous natured inspired Genetic Algorithm combined with local search is implemented for solving the scheduling problem.

forem icon forem

For empowering community 🌱

fyp-resources icon fyp-resources

The repository contains resources for our Final Year Project - Structuring Scholarly Contributions in Open Research Knowledge Graph.

go icon go

The Open Source Data Science Masters

huffman-encoding-using-priority-queue icon huffman-encoding-using-priority-queue

A modified Huffman algorithm is implemented for compressing sequences of characters from an alphabet of size n, where the characters occur with known frequencies f1, f2, …, fn. The algorithm encodes each character with a variable-length codeword over the values 0, 1, 2 such that no codeword is a prefix of another codeword and so as to obtain the maximum possible compression.

human-essentials icon human-essentials

Human Essentials is an inventory management system for diaper, incontinence, and period-supply banks. It supports them in distributing to partners, tracking inventory, and reporting stats and analytics.

inventory-management-system-spring-boot icon inventory-management-system-spring-boot

The Web-based application would be used for lending, issuance, and returning of different items. The details of these transactions would be stored in the database. Moreover, details regarding different items such as item quantity, item precedence, etc would also be stored in the database to keep track of the items available in the inventory.

iris-classification-using-svms icon iris-classification-using-svms

The popular IRIS dataset is used for the training of linear and non-linear SVM models. The hyper-parameters are fine-tuned of the models are fine-tuned using K-Fold Cross-Validation and GridSearch to improve model performance.

iterator-design-pattern icon iterator-design-pattern

Iterator pattern is used to get a way to access the elements of a collection object in a sequential manner without any need to know its underlying representation.

longest-increasing-subsequence-dp icon longest-increasing-subsequence-dp

Given an array or list of n integers, we need to find the longest increasing subsequence. The array could include positive and negative integers.

longest-zigzag-sequence-dp icon longest-zigzag-sequence-dp

In this problem, we have to compute the longest zig-zag subsequence using Dynamic Programming given a sequence of n integers as input.

mask_rcnn icon mask_rcnn

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow

maximum-sum-subarray-dp icon maximum-sum-subarray-dp

The solution to the popular maximum sum sub-array problem has been provided using the Dynamic Programming approach.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.