Pinned Repositories
Advanced-Efficient-Audit-Service-in-Cloud-Storage
Our primary goal was to develop a solution that will enable the client to check the integrity of its remote data at any time. As we carried on with the development of our initial idea, we realized that the solution must not be computationally too demanding. The efficiency gains were part of the cloud computing benefits to persuade us on outsourcing data and services to a third party, at the first place. Thus, we may conclude that the solution must not, under any circumstance, download the outsourced file or read it entirely.
Agile-times
Angular-GettingStarted
Sample Angular application used in the "Angular: Getting Started" course: http://bit.ly/Angular-GettingStarted
Book-Recommendation-System
Medical-Image-Watermarking
For diagnosis of any disease medical image plays a vital role. So when we transfer them over the network from one place to another place integrity should be maintained. This application embeds the patient details in the image (watermarking) and integrity algorithm is applied at the sender side and at the receiver side it checks whether image is tampered or not and separates image and patient data and shown to the receiver if image is not tampered. If image is tampered it shows image is tampered.
San-Fransisco-Crime-Analysis
Search-Engine-BAsed-on-TFIDF
Developed a Basic Search Engine which ranks the documents in the decreasing order of their TF - IDF values based on the Search Query provided by the User and retrieves the top 100 documents according to the Search request. Term Frequency - Inverse Document Frequency is used for Information Retrieval. This is implemented in distributed computing environment using Apache HADOOP.
Shoe-Store
The application will provide a means for users (customers) to create a profile, browse and shop for shoes from the e-commerce inventory, browse and shop for shoes according to their customized profile, and then complete a purchase order of one or more pairs of shoes. A unique aspect of our e-commerce design is the ability for customers to specify a certain preference for shoes (sorted by shoe type, size, color, etc.) in order to enhance user experience on the web application.
TedRadioHour-App
In this assignment you will build a podcast app. Your app should display and play episodes from “TED Radio Hour” channel. You can get access to this channel RSS feed from “NPR” website on this link: http://www.npr.org/rss/podcast.php?id=510298 Your app should enable displaying the podcast items in two modes, in a linear list and in grid view. In this assignment, you will learn how to use RecyclerView, Action Bar and Dynamic Layout Management. In addition to Http connection and XML parsing.
upterm
A terminal emulator for the 21st century.
RahulReddy-Arva's Repositories
RahulReddy-Arva/upterm
A terminal emulator for the 21st century.
RahulReddy-Arva/Book-Recommendation-System
RahulReddy-Arva/course-nlp
A Code-First Introduction to NLP course
RahulReddy-Arva/Customer-Relationship-Manager
A java CRM based web application that uses spring MVC and hibernate to communicate with database and perform all type of CRUD operations.
RahulReddy-Arva/San-Fransisco-Crime-Analysis
RahulReddy-Arva/Search-Engine-BAsed-on-TFIDF
Developed a Basic Search Engine which ranks the documents in the decreasing order of their TF - IDF values based on the Search Query provided by the User and retrieves the top 100 documents according to the Search request. Term Frequency - Inverse Document Frequency is used for Information Retrieval. This is implemented in distributed computing environment using Apache HADOOP.
RahulReddy-Arva/TedRadioHour-App
In this assignment you will build a podcast app. Your app should display and play episodes from “TED Radio Hour” channel. You can get access to this channel RSS feed from “NPR” website on this link: http://www.npr.org/rss/podcast.php?id=510298 Your app should enable displaying the podcast items in two modes, in a linear list and in grid view. In this assignment, you will learn how to use RecyclerView, Action Bar and Dynamic Layout Management. In addition to Http connection and XML parsing.
RahulReddy-Arva/cs-video-courses
List of Computer Science courses with video lectures.
RahulReddy-Arva/Cyclic-Graph
Determining if a given graph is DAG. If the graph is not a DAG, print the topological order of the graph.
RahulReddy-Arva/fastai
The fastai deep learning library, plus lessons and tutorials
RahulReddy-Arva/fastai_dev
fast.ai early development experiments
RahulReddy-Arva/feather
Simply beautiful open source icons
RahulReddy-Arva/github-Card-Application
RahulReddy-Arva/HackerRank
RahulReddy-Arva/HACKERRANK-1
My codes for HACKERRANK Competitions and Practice problems
RahulReddy-Arva/learn-python3
Jupyter notebooks for teaching/learning Python 3
RahulReddy-Arva/LeetCode
RahulReddy-Arva/PageRank
Compute PageRanks of an input set of hyperlinked Wikipedia documents using Hadoop MapReduce. The PageRank score of a web page serves as an indicator of the importance of the page.
RahulReddy-Arva/persistence
Understanding the concepts of JPA( Java Persistence API) and the REST concepts.
RahulReddy-Arva/portfolio
RahulReddy-Arva/Python-Rest
RahulReddy-Arva/React-App
RahulReddy-Arva/React-Redux
RahulReddy-Arva/react-weather-application
RahulReddy-Arva/React-Youtube-App
RahulReddy-Arva/Recipe-Book
RahulReddy-Arva/spring-rest
Spring MVC project for rest API
RahulReddy-Arva/springify
Practise project of Spring Core
RahulReddy-Arva/SpringMVC-Practice
Developed a working Spring MVC web application along with Hibernate and JSP.
RahulReddy-Arva/tictactoe