Giter Site home page Giter Site logo

Hi! I'm Mayank Arora

I'm a SWE at Hubspot. I graduated from Trinity College, Dublin with an Integrated Masters in Computer Engineering. You can find more about me here.


I spent the summer after my third year of university making Algovis, a Python library for visualizing and analyzing algorithms. It has a pretty straightforward interface and you can get started in just 6 lines of code 🙂

from algovis import sorting
import random
my_list = [i+1 for i in range(1000)]
random.shuffle(my_list)
bs_object = sorting.BubbleSort(my_list)
bs_object.visualize(reverse = True, interval = 50)

gif

Mayank Arora's Projects

algovis icon algovis

A python library for visualising and analysing algorithms

computer_networks_project-2 icon computer_networks_project-2

Python application that allows people to take a survey to determine if they may be infected with COVID-19. If positive, the client is offered the opportunity to chat with a doctor. Also, the client can observe a heatmap with infected areas of Ireland based on density of its different counties. The solution uses a client-server, TCP connection

covid-19 icon covid-19

Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE

deep-learning-a-z-udemy icon deep-learning-a-z-udemy

Contains the programming exercises and assignments for Deep Learning A-Z course on Udemy. Includes Artificial Neural Network, Convolutional Neural Network, Recurrent Neural Networks, Self Organizing Maps, Auto Encoders and Boltzmann Machines

deep-learning-drizzle icon deep-learning-drizzle

Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!

email_gen icon email_gen

Generate random emails using common tech buzzwords

morsecode icon morsecode

A simple Arduino project to communicate in Morse code with a single LED

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.