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 ...
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 ...