About Me (TS Pradeep Kumar)

Working at VIT University and having great interest towards embedded wireless systems and e-learning. This site caters to most of the Indian Engineering/technology students to know about embedded systems, network simulator, e learning tools/techniques, etc. If you are a student or a learner, you can always request a title or post..

Subscribe by Email

Enter your email address:

Delivered by FeedBurner

How to write a Makefile

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

  • Share/Bookmark

Workshop on Effective E-learning tools and Techniques

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

  • Share/Bookmark

Vellore fort Museum…

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…

  • Share/Bookmark

A trip to Thiruvannamalai Temple

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

  • Share/Bookmark

TCS Presentation Files

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

  • Share/Bookmark

Installing OMNET ++ in Fedora 10

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

  • Share/Bookmark