<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>Computing</title>
<link>https://ir.kdu.ac.lk/handle/345/3862</link>
<description/>
<pubDate>Wed, 08 Apr 2026 22:37:53 GMT</pubDate>
<dc:date>2026-04-08T22:37:53Z</dc:date>
<item>
<title>Requirements For An English-Sinhala Smart  Bilingual Dictionary: A Review</title>
<link>https://ir.kdu.ac.lk/handle/345/4175</link>
<description>Requirements For An English-Sinhala Smart  Bilingual Dictionary: A Review
Samarawickrama, L; Hettige, B
This paper presents a review on existing &#13;
English-Sinhala Dictionaries while considering today’s &#13;
requirements for enhancing English language skills &#13;
for users who are not fluent in English . Dictionaries &#13;
are becoming popular as a means for interactive &#13;
communication between languages. Dictionaries, and &#13;
language professionals, in general, have long claimed that &#13;
dictionaries are deficient, especially regarding accessing &#13;
and updating content. Some authors have also noted &#13;
that these deficiencies are compounded by the fact that &#13;
language professionals do not receive proper training &#13;
in dictionary use, and due to those deficiencies, they &#13;
do not fully benefit from them. Electronic dictionaries &#13;
include new search capabilities, not found in traditional &#13;
dictionaries, that could meet users’ needs efficiently. So, &#13;
this review, it’s discusses the features of the dictionaries &#13;
with a comparison to existing dictionaries. Finally, its &#13;
state the features that should be added to those existing &#13;
ones to become a smart bilingual dictionary.
Article Full Text
</description>
<pubDate>Mon, 01 Jan 2018 00:00:00 GMT</pubDate>
<guid isPermaLink="false">https://ir.kdu.ac.lk/handle/345/4175</guid>
<dc:date>2018-01-01T00:00:00Z</dc:date>
</item>
<item>
<title>Water Intake Recognition System Based On  Pressure Sensors And Bluetooth Technology</title>
<link>https://ir.kdu.ac.lk/handle/345/4174</link>
<description>Water Intake Recognition System Based On  Pressure Sensors And Bluetooth Technology
Wjesekera, MAJ; Pemarathne, WPJ
Dehydration is a very common problem &#13;
especially among the elderly people and patients, and &#13;
monitoring daily fluid intake of a person is vital to avoid &#13;
dehydration and many other diseases. When we talk &#13;
about the importance of water, it is an essential element &#13;
of life. Automating the fluid intake monitoring can help &#13;
to avoid the risk of losing the recommended daily fluid &#13;
intake. An automated system can monitor and keep &#13;
tracking the daily fluid intake and send reminders to &#13;
the users and guide them towards wellbeing. In this &#13;
research, a system is developed to help elderly people as &#13;
well as patients to monitor their fluid intake. The system &#13;
is developed with a special stand using pressure sensor &#13;
and Bluetooth and an android application which provides &#13;
records and reminders. It was observed that the system &#13;
provides accurate results and it is a low cost solution.
Article Full text
</description>
<pubDate>Mon, 01 Jan 2018 00:00:00 GMT</pubDate>
<guid isPermaLink="false">https://ir.kdu.ac.lk/handle/345/4174</guid>
<dc:date>2018-01-01T00:00:00Z</dc:date>
</item>
<item>
<title>Personalized Recommendation System For  Leisure Time Activity Using Social Media Data</title>
<link>https://ir.kdu.ac.lk/handle/345/4173</link>
<description>Personalized Recommendation System For  Leisure Time Activity Using Social Media Data
Ramashini, M; Jayathunga, DP; Gowthamy, A; Rammiya, N; Kiruthiga, U
In today’s digital world wherever there’s associate &#13;
degree endless variety of content to be consumed like books, &#13;
videos, game, movies, music, etc., finding the content &#13;
of one’s interest has become associate degree deadening &#13;
task. A personalized recommendation system for leisure &#13;
activities is vital in our social life due to its strength in &#13;
providing enhanced entertainment. Our system has the &#13;
ability to recommend leisure time activities, to a new user &#13;
and others by using their social media data. It gathers all &#13;
the important information, such as popularity, liking and &#13;
disliking, required for recommendation. It also takes a &#13;
minimum of new user information without connecting &#13;
to social networks. It generates recommendations for the &#13;
user based on his/her behaviour on social media. Such a &#13;
system will counsel a group of films, books, music, TV &#13;
shows, games and places to users supported their interest &#13;
and private data using Collaborative filtering and Content based filtering. Similarity, index is measured by using &#13;
Pearson correlation and Cosine based similarity and &#13;
Tanimoto Coefficient based Similarity. The planned system &#13;
has the flexibility to advocate leisure activity to a brand new &#13;
user furthermore because the others by mistreatment social &#13;
media knowledge. It effectively reduces the complexity of &#13;
the search space for users and attracts more and more users &#13;
to the Internet, which increases the profits of site owners.
Article Full Text
</description>
<pubDate>Mon, 01 Jan 2018 00:00:00 GMT</pubDate>
<guid isPermaLink="false">https://ir.kdu.ac.lk/handle/345/4173</guid>
<dc:date>2018-01-01T00:00:00Z</dc:date>
</item>
<item>
<title>Data Handling And Maintaining Data  Consistency In Scalable Replicated  Micro-services</title>
<link>https://ir.kdu.ac.lk/handle/345/4172</link>
<description>Data Handling And Maintaining Data  Consistency In Scalable Replicated  Micro-services
Weerakoon, WMNKGTL; Kumara, Banage TGS
Monolithic Architecture helps to develop &#13;
server-side enterprise applications. But, it views as a &#13;
“big ball of mud”. That indicates monolithic architecture &#13;
has many drawbacks. Introduction of cloud based &#13;
microservice architecture can solve these kind of &#13;
drawbacks. Microservice architecture helps to scale an &#13;
application. Most of the applications write less data than &#13;
reading of that data. Scaling of read model and write model &#13;
separately is very important. But, scaling applications &#13;
using microservice architecture is very hard. Further, &#13;
applications cannot simply use a local ACID (Atomicity, &#13;
Consistency, Isolation, Durability) transaction. Read &#13;
part is scaling to more replicas. Thus, maintenance of the &#13;
data of all replicas in same level is important. Replication &#13;
of read model and maintenance of data consistency &#13;
which would provide experimental insight still needs &#13;
to be developed. To bridge this gap, development of an &#13;
architecture based on messaging with RabbitMq publish/&#13;
subscribe method, event sourcing and Command Query &#13;
Responsibility Segregation (CQRS) with axon framework &#13;
is used in this study. Evaluation of this architecture was &#13;
done by replication of the read model using Docker &#13;
and Docker-compose. Further, we have analysed data &#13;
consistency in our experiments.
Article Full Text
</description>
<pubDate>Mon, 01 Jan 2018 00:00:00 GMT</pubDate>
<guid isPermaLink="false">https://ir.kdu.ac.lk/handle/345/4172</guid>
<dc:date>2018-01-01T00:00:00Z</dc:date>
</item>
</channel>
</rss>
