Coder Social home page Coder Social logo

Vivek M R's Projects

b_plus_tree icon b_plus_tree

Implements B+Tree for storing,indexing and retrieval of records.

b_plus_tree_gui icon b_plus_tree_gui

Implements B+Tree for storing,indexing and retrieval of records.GUI Implemented by using .NET Framework(Winforms)

car-sales-management-system icon car-sales-management-system

Created in 3rd Semester in college during free time. Uses Queues,Stacks and Linked List concepts. This code does the following : 1. Displays a Main Menu. Allows Placing Order for a car,Viewing Recently Ordered Cars,Current Que status of ordered cars. 2. Allows easy addition of new cars to the available car pool. 3. Keeps track of stock of available cars. Doesn't allow ordering of out of stock cars. 4. Keeps track of name of customers and their orders. This can be modified to store more details of the customers and their orders. This code uses LINKED LIST to store the details and stock of available cars. Hence New cars and Details of old cars can be changed easily in the source code. It uses STACK concept to display Recently Ordered Cars and the details of the orders. It uses QUEUES to store the order details.

complex-calculator icon complex-calculator

Done in vacations between 3rd and 4th Sem Engineering(Jan-Feb 2020). This code is a complex calculator with all arithmetic,trigonometric,exponential and logarithmic functions.It takes in an input string,recognises the operators and the operand from the string and gives out the appropriate response. It also stores 100 recent inputs with their respective outputs(History) and allows storage of 4 variables in memory to the user. More Functionalities/Operations,Keywords can be seen when executing the code. INPUT: A String Containing the operators and function/operand(keyword) OUTPUT: Result/Appropriate response. There are a few bugs(described in code comments) which shall be addressed later.

image-processing-in-java icon image-processing-in-java

Created as a project in 4th Semester. Code does the following : 1.Opens an Image whose directory and name is mentioned in the code 2.Create a "Negative Image" of the Original 3.Saves the Negative Image to a Directory Mentioned in the code. One of the First Java Project that I have worked on. Future Plans : 1.Add Main Menu and More Features/Options to Modify the Image(Like Saturation+,Black and White,etc) 2.Allow the user to Navigate through the directories,Choose an Image that they want 3.Allow the user to save the new image to the directory they like. 4.Allow user to modify multiple images at a single run.

linux-shell icon linux-shell

A C Program to mimic a Linux Shell which recognises basic commands like ls,cd,mkdir,exit. Created as a part of 4th sem Project [Subject : Operating Systems]

metro-journey-details-generator icon metro-journey-details-generator

A Bangalore Metro journey Details generator(Considering the current stations) implemented using Linked lists and without using Linked lists. One optimized for insertion of new stations in the metro line while the other is optimized for space and time.

speech_analysis icon speech_analysis

A Flask Webapp created as a part of "Ode-To-Code" Hackathon. Won 2nd place.

supermarket-bill-generator icon supermarket-bill-generator

Created in 2nd Semester. This code allows the customer to choose 2 products,'A' and 'B'. In product 'A', Customer has the choice to choose between 3 Brands of different prices. Similarly in product 'B',Customer has the choice to choose between 2 Brands of different prices. Quantities of each order is also considered and a Bill Amount is calculated levying 10% taxes. This Bill is Displayed.

task-management-system icon task-management-system

A fully Fledged Task Management system which uses Dynamic Memory Allocation,Structures,Linked Lists,Merge Sort Algorithm modified to sort Linked Lists .

taskmanagerwebapp icon taskmanagerwebapp

A Task Manager which allows adding,renaming and deletion of tasks. Currently hosted at https://taskmanagerbyvivek.herokuapp.com/

tictactoe icon tictactoe

Simulates a Tic-Tac-Toe game with 2 players.

to-do-list-using-react icon to-do-list-using-react

A To-do-List app created using React. It shares a common firebase cloud database. So,Useful for Team goals/to-do Lists.

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.