Assume there are more number of source files to be compiled using a set of commands everytime is a tedious process. So there is a facility to compile everything at a stretch is by the use of a Makefile.
The makefile can be named as either “Makefile” or “makefile”.
Let me define four files for my simple [...]
Continue reading How to write a Makefile
The School of Computing Science and Engineering (SCSE) of VIT University is planning to conduct a workshop on “Effective E-learning Tools and Techniques” on 20th March 2010.
click the link for further details: E-LEARNING WORKSHOP
Continue reading Workshop on Effective E-learning tools and Techniques
Inside vellore fort, there is a museum which has lots of monuments, information, samples, etc. Some of them shot here, please have a look…
Coins and Stamps
Coins
Fruit eating bat
"Mudhumakkal Thazhi" (an ancient burial urn)
Tamil Letters – Mei ezhutukkal (from ancient to recent)
Hand Signs
Tamil Letters – Uyir ezhutukkal (from ancient [...]
Continue reading Vellore fort Museum…
Thiruvannamalai is famous for Temple arunachaleswarar and its a place to worship the lord. Apart from the temple, there are other places to visit to like ramanar ashram, satanur Dam, etc.
From vellore it around 90 kms with a total travelling time of 2 hours. Even peoples from the south, they can take bus to thiruvannamalai. [...]
Continue reading A trip to Thiruvannamalai Temple
Module 1 – Software Development Process
Module 2 – Requirement Engineering
Module 3 – System Design OverView
Module 4 – Reviews, Walkthroughs and Inspection
Module 5 – Testing and Debugging
Module 6 – Software Maintenance
Module 7 – Object Oriented Concepts
Module 8 – OOAD using UML
UML Example
Continue reading TCS Presentation Files
Download Omnetpp from the following website
http://www.omnetpp.org/omnetpp/doc_details/2198-omnet-40p1-source–ide-tgz
untar it using the command
tar zxvf omnetXXXX.tgz (I have installed in /home/pradeepkumar/)
open terminal -> go to the folder using –> cd /home/pradeepkumar/omnet-xxx/
Execute the following commands
./configure (if any errors, then install the required packages)
it may ask for tcl/tk developement package
yum install tcl-devel tk-devel
if installed, then execute
make (thats it!!!)
(NB: you need [...]
Continue reading Installing OMNET ++ in Fedora 10