Vivek M R (Vivek2k20)

Vivek2k20

Geek Repo

Location:Bangalore,India

Github PK Tool:Github PK Tool

Vivek M R's repositories

B_Plus_Tree_GUI

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

Language:C++License:GPL-3.0Stargazers:2Issues:1Issues:0

College_Website

BIT College Website as a part of internship with EXPOSYS Data Labs

Language:HTMLLicense:GPL-3.0Stargazers:1Issues:1Issues:0

B_plus_Tree

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

Language:C++License:GPL-3.0Stargazers:0Issues:1Issues:0

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.

Language:CStargazers:0Issues:1Issues:0

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.

Language:CStargazers:0Issues:1Issues:0

E_Shop-Version-1

CARTIFY,An E-Shopping Website.Uses Flask,HTML,CSS and Sqlite3.

Language:PythonLicense:GPL-3.0Stargazers:0Issues:1Issues:0

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.

Language:CStargazers:0Issues:1Issues:0

Speech_Analysis

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

Language:PythonLicense:GPL-3.0Stargazers:0Issues:1Issues:0

Sudoku-Solver

Solves a 9x9 Sudoku using Backtracking algorithm.

Language:CStargazers:0Issues:1Issues:0

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 .

Language:CStargazers:0Issues:1Issues:0

FlaskDemo

Demo of Flask for Class

Language:HTMLStargazers:0Issues:1Issues:0

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.

Language:JavaStargazers:0Issues:1Issues:0

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]

Language:CStargazers:0Issues:0Issues:0

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.

Language:CStargazers:0Issues:0Issues:0

TaskManagerWebApp

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

Language:HTMLStargazers:0Issues:0Issues:0

TicTacToe

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

Language:CStargazers:0Issues:1Issues:0

TicTacToe_using_React

Just a sample project to learn React.

Language:JavaScriptStargazers:0Issues:0Issues:0

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.

Language:JavaScriptStargazers:0Issues:0Issues:0

Weather

Weather webapp

Stargazers:0Issues:0Issues:0