2017-18
Permanent URI for this collection
Browse
Browsing 2017-18 by Title
Now showing 1 - 20 of 36
Results Per Page
Sort Options
Item Asset Management System(2019-02-13T11:25:32Z) Lanka Sriniwas, 15VFSB7020Asset management system is the supply of software and hardware, for example, printers, monitors, laptop, antivirus, scanners completed merchandise that is held at a particular area and time. Stock is obtained and put away for consequent deal. Stock is put away in distribution centre. A stock would incorporate things which are held available to be purchased in the normal course of business or which are currently in generation with the end goal of offer, or which are to be utilized as a part .Stock incorporates rundown of names, amounts and monitory estimations of all or any gathering of things. Any quantifiable items that can be taken care of, purchase, laboratory developed, create, or track can be considered stock. Stock spreads everything from office and upkeep supplies, to crude material utilized for assembling, to semi-completed and completed merchandise, to fuel used to power gear utilized as a part of the business.Item A Distributed Mobile Q&A System Based on Social Networks(2018-10-10T11:22:18Z) Anilkumar, BDistributed computing is a field of computer science that studies distributed systems. A distributed system is a software system in which components located on networked computers communicate and coordinate their actions by passing messages. The components interact with each other in order to achieve a common goal. There are many alternatives for the message passing mechanism, including RPC-like connectors and message queues. Three significant characteristics of distributed systems are: concurrency of components, lack of a global clock, and independent failure of components. An important goal and challenge of distributed systems is location transparency. Examples of distributed systems vary from SOA-based systems to massively multiplayer online games to peer-to-peer applications. A computer program that runs in a distributed system is called a distributed program, and distributed programming is the process of writing such programs. Distributed computing also refers to the use of distributed systems to solve computational problems. In distributed computing, a problem is divided into many tasks, each of which is solved by one or more computers, which communicate with each other by message passing. 5Item Filter Unwanted Messages from OSN(2020-09-30T11:12:26Z) Poornima, SItem HI5(2019-02-13T10:42:08Z) Harsh, PareekCommunication is mean for people to exchange messages. It has started since the beginning of human creation. Distant communication began as early as 1800 century with the introduction of television, telegraph and then telephony. Interestingly enough, telecommunication stands out as the fastest growing technology, from fixed line to mobile wireless, from voice call to data transfer. The emergence of computer network and telecommunication technologies bears the same objective that is to allow people to communicate. All this while, much efforts has been drawn towards consolidating the device into one and therefore indiscriminate the services. Chatting is a method of using technology to bring people and ideas together despite of the barriers. The technology has been available for years but the acceptance it was quit recent. This project is an example of a chat server. It is made up of applications the client application which runs on system and the server application which runs on any pc on the network. To start chatting client should get connected to server where they can do group and private chatting.Item Mapping Bug Report(2019-02-13T11:42:39Z) Lithin, GowdaWhen a new bug report is received, developers usually need to reproduce the bug and perform code reviews to find the cause, a process that can be tedious and time consuming. A tool for ranking all the source files with respect to how likely they are to contain the cause of the bug would enable developers to narrow down their search and improve productivity. This paper introduces an adaptive ranking approach that leverages project knowledge through functional decomposition of source code, API descriptions of library components, the bug-fixing history, the code change history, and the file dependency graph. Given a bug report, the ranking score of each source file is computed as a weighted combination of an array of features, where the weights are trained automatically on previously solved bug reports using a learning-to-rank technique. We evaluate the ranking system on six large scale open source Java projects, using the before-fix version of the project for every bug report. The experimental results show that the learning-to-rank approach outperforms three recent state-of-the-art methods. In particular, our method makes correct recommendations within the top 10 ranked source files for over 70 percent of the bug reports in the Eclipse Platform and Tomcat projects.Item NHC Notes Management(2020-09-30T11:00:27Z) R J Mohan, BabuItem Offline Micro Payments(2019-02-13T11:14:42Z) B Ashok Kumar, ReddyWith 20 million installs a day, third-party apps are a major reason for the popularity and addictiveness of Facebook. Unfortunately, hackers have realized the potential of using apps for spreading malware and spam. The problem is already significant, as we find that at least 13% of apps in our dataset are malicious. So far, the research community has focused on detecting malicious posts and campaigns. Our key contribution is in developing FRAppE—Facebook’s Rigorous Application Evaluator—arguably the first tool focused on detecting malicious apps on Facebook. To develop FRAppE, we use information gathered by observing the posting behavior of 111K Facebook apps seen across 2.2 million users on Facebook. First, we identify a set of features that help us distinguish malicious apps from benign ones. For example, we find that malicious apps often share names with other apps, and they typically request fewer permissions than benign apps. Second, leveraging these distinguishing features, we show that FRAppE can detect malicious apps with 99.5% accuracy, with no false positives and a high true positive rate (95.9%). Finally, we explore the ecosystem of malicious Facebook apps and identify mechanisms that these apps use to propagate. Interestingly, we find that many apps collude and support each other; in our dataset, we find 1584 apps enabling the viral propagation of 3723 other apps through their posts. Long term, we see FRAppE as a step toward creating an independent watchdog for app assessment and ranking, so as to warn Facebook users before installing apps.Item Online European International Tours(2019-02-13T11:22:06Z) Goutham, M VAs tourism is one of the fastest growing industries today, thus within the tourism industry events are getting more and more important. People have become more interested in events of all kinds, and will travel far away to participate in events that they find interesting. Events can offer various economical and social benefits for destinations, and therefore destination managers can and should employ events effectively in a tourism role. It has become widely accepted that every community and destination needs to adopt a long-term, strategic approach to event tourism thereby planning and development in order to realize the full tourism potential of events. This study was launched as a response to the lack of studies on how Tours strategies are actually used in destinations. The study was directed to tours and travel management system and the aim was to explore Tour and Travel packages. We provide the most suitably designed as well as the customized travel packages to the customers. We offer everything related to travelling services less than one roof. The main objective of the proposed system” Online Tours Enquiry System” is to eliminate the manual reservation system. Making the reservation system, fast, user friendly avoid the unnecessary delay in reservation. The new system needs to develop that can handle lots of records and reports efficiently. Searching information about reservation date etc. will present only on one click. The systematic approach in running makes the system to work more efficiently. Various types of constraints can be well interoperated to maintain the database consistency. Any report according to the requirements can get easily. Response time is very less comparative to manual system.Item Online Fraud Detection in E Shopping(2019-02-13T11:19:18Z) Deepika, KWe consider the problem of building online machine-learned models for detecting auction frauds in e-commence web sites. Since the emergence of the world wide web, online shopping and online auction have gained more and more popularity. While people are enjoying the benefits from online trading, criminals are also taking advantages to conduct fraudulent activities against honest parties to obtain illegal profit. Hence proactive fraud-detection moderation systems are commonly applied in practice to detect and prevent such illegal and fraud activities. Machine-learned models, especially those that are learned online, are able to catch frauds more efficiently and quickly than human-tuned rule-based systems. In this paper, we propose an online probit model framework which takes online feature selection, coefficient bounds from human knowledge and multiple instance learning into account simultaneously. By empirical experiments on a real-world online auction fraud detection data we show that this model can potentially detect more frauds and significantly reduce customer complaints compared to several baseline models and the human-tuned rule-based system.Item A Project Report on(2020-09-25T12:19:13Z) MALA, LItem A Project Report on Adsense online Advertisement(2020-09-30T11:17:22Z) Vidya D, MudagalItem A Project Report on Automatic Mining Facets(2020-09-30T11:32:44Z) Rahul Reddy, VItem A project Report on Automatic Timetable Generator(2020-09-30T11:34:37Z) Revathi, PItem A Project Report on Avoid Unwanted Contents in File(2020-09-30T11:08:41Z) Nikhil, JItem A Project Report on Banker's Bank(2020-09-30T11:52:59Z) BK Sujan, BabuItem A Project Report on BikersPoing(2020-09-30T11:44:36Z) Rinith, KumarItem A Project Report on CANOPY(2020-09-30T11:03:27Z) Ujwala, NItem A Project Report on Career Smart(2020-09-30T11:14:06Z) Prithvi, VedsenItem A Project Report on Detecting Malicious Apps(2020-09-30T11:06:24Z) Naveen, VItem A Project Report on Food Court(2020-09-30T11:26:30Z) R, Nithin