List is one of the fundamental data structures we frequently use in our programs. A linked list could be generated using a simple data structure as follows. class Node { Node next; } To identify a loop within a created linked list using above data structure, we will use a rabbit and a turtle; Rabbit iterating in n steps among ...
Today I was frustrated to find that I could not log-in to Windows anymore since it has started to give me a blank black screen only showing me the mouse pointer after prompting me for log-in credentials. One resolution suggested for this issue is to remove any devices connected to the machine while boot up and try restarting. For me ...
මේපාර BMICH 1 තිබුනු පොත් ප්රදර්ශනයෙන් ගංගානාත් දිසානායකගෙ “පැනි වලලු” පොත ගත්ත.ඕනෑ කමකට ගත්ත නෙවේ.ප්රදර්ශනයෙදි මම ගුනසේන ස්ටෝල් 1 ට ගොඩ උන වෙලාවෙ අම්ම කෙනෙකුයි එයාගෙ දුවයි දුවගෙන ඇවිල්ල කවුන්ටර් 1න් ඇහුව පැනි වලලු පොත තියෙනවද කියල. මෙච්චර හොයන්න මේකෙ තියෙන වටිනාකම මොකද්ද කියල බලන්නත් එක්කයි පොත ගත්තෙ. ඊට කලින් යාලුවෙකුගෙන් මම පොත ගැන අහල තිබුන. මුල් පිටුව කියෙව්ව ගමන්ම මට කෙල ඉනුව, ...
Today I got an opportunity to attend a research symposium organized by Faculty of Information Technology, University of Moratuwa as a result of an invitation forwarded to Virtusa who was one of the co-sponsors of the event. It made me remember my good old days at university and also I realized that I see things different now as a person ...
I am on a bridge these days – looking here and there It’s busy all the time – With clients having no time to spare They want all solutions – As quickest as possible Oh god,they don’t know – how much I feel miserable “What do they really want?” -at times I’ve no idea I am on a bridge these days – looking here and there……
මම. නුබ. බැමි. ……… ……… ……… ……… මම නෑ. නුබ නෑ. බැමි නෑ. නිමි! නිමිත්ත : සසර
1.Using gprof in Linux. For a C file compile it as gcc -pg filename.c -o test For a C++ file compile it as gpp -pg filename.c -o test (That’s obvious!:)) Then run the file as ./test and a fie named gmon.out would have been created among the working directory.This file could be viewed by gprof test. 2.Using time command in ...
ටෙක්නිකල් ඉලෙක්ටිව්ස් යනු………… කෑම පිගානක් බදුය! ස්වභාවය : හොදින් පිස ඈත.නමුත් බෙදන්නා අනුව රස වෙනස් වේ. බෙදූ විගස කෑම, දිරවීම පහසු කරයි.කෑමට කල් ගත වීමෙන් දිරවීම අපහසු වේ. … අනුභවය සදහා නීතී රීතී : 1) ගත්තොත් අනිවාර්යෙන් කෑ යුතුය 2)පිලිවෙලට නොකෑවොත් අනාගෑනීමට සිදු වේ. 3)අනාගතහොත් 1ට 2ක් කෑමට සිදුවේ. සෙමෙස්ටරේ පලමු දවස : මීට වඩා රස කෑමක් නෑ.! සෙමෙස්ටරේ සති ...
සිව් වසක් පුරාවට හෙලූ දහදිය වලට හිත හදන් වෙහෙස ගෙන අහක බැලු මතකයට වෙළදපොල ප්රවනතා කිරා ගෙන මැන බලා මිල නියම වෙන අයුරු දකින නිදි වැරු නෙතට උනන්නේ ඇයි කදුළු සතුටටද දුකටදැයි නොතේරේ මට තවම.. ...
I could spend a fabulous day hearing to some geeks at the “Apache – Meetup ” held in Faculty Of Engineering , University Of Peradeniya on 28thof April, day after the “Engineer for Industry (EFI) 2012”, day.T h is pos t in Google G roup describes t he eve nt fully and I would present my experience with it. Though ...
The 2 papers [1] and [2] discuss two main concepts evolving in operating systems. Today I would like to present a comparison of the 2. The 2 papers [1] and [2] present on microkernels and virtual machine monitor (VMM) s and the feasibility of adopting virtualization by implementing these two architectures. Put in brief, [1] suggests that VMMs are a turning point ...
Here is a small trick to check what is the gender of your computer. Open up a notepad and paste following line of code in it. CreateObject(“SAPI.SpVoice”).Speak”You can recognise my gender through my voice” Save it as “genderTest.vbs”. Use of quotation will make sure it is not saved as “genderTest.vbs.txt”. That’s it. Open it from where you’ve saved. You could ...