I am doing my project in sensor network. i try this with NS2. I need a sample 
code for simulate the battery power usage in the Sensor node. and i am in need 
for a code, that will enhance the power consumption in the network to increase 
the life time of the sensor network. Any one interested please help me in this 
regard.
 
Yours Sincerly,
Thangaraj.K.
[EMAIL PROTECTED]> From: [EMAIL PROTECTED]> Subject: ilugc Digest, Vol 54, 
Issue 38> To: [email protected]> Date: Thu, 20 Nov 2008 08:13:09 +0530> > 
Send ilugc mailing list submissions to> [email protected]> > To subscribe or 
unsubscribe via the World Wide Web, visit> 
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc> or, via email, send a message 
with subject or body 'help' to> [EMAIL PROTECTED]> > You can reach the person 
managing the list at> [EMAIL PROTECTED]> > When replying, please edit your 
Subject line so it is more specific> than "Re: Contents of ilugc digest..."> > 
> Today's Topics:> > 1. xmlhttp object is not found (lakshmi m)> 2. ajax 
(lakshmi m)> 3. Re: xmlhttp object is not found (Satish Chandra)> 4. Re: ajax 
(Girish Venkatachalam)> 5. Re: ajax (sivaji j.g)> 6. Re: multilingual 
terminals? (Kapil Hari Paranjape)> 7. printenv Vs set - whats the difference ? 
( was One Day One> GNU/Linux Command (PRINTENV)) (satish)> 8. Debian 
Screenshots online (Kumar Appaiah)> 9. Re: printenv Vs set - whats the 
difference ? ( was One Day> One GNU/Linux Command (PRINTENV)) (Kapil Hari 
Paranjape)> 10. Re: printenv Vs set - whats the difference ? ( was One Day> One 
GNU/Linux Command (PRINTENV)) (Girish Venkatachalam)> > > 
----------------------------------------------------------------------> > 
Message: 1> Date: Wed, 19 Nov 2008 15:35:32 +0530> From: "lakshmi m" <[EMAIL 
PROTECTED]>> Subject: [Ilugc] xmlhttp object is not found> To: 
[email protected]> Message-ID:> <[EMAIL PROTECTED]>> Content-Type: 
text/plain; charset=ISO-8859-1> > i run ajax program but not working ,so see 
javaconsole display error> (xmlhttp object is not found)> how rectify this 
error.> > > ------------------------------> > Message: 2> Date: Wed, 19 Nov 
2008 15:47:43 +0530> From: "lakshmi m" <[EMAIL PROTECTED]>> Subject: [Ilugc] 
ajax> To: [email protected]> Message-ID:> <[EMAIL PROTECTED]>> Content-Type: 
text/plain; charset=ISO-8859-1> > i run ajax program but not working ,so see 
javaconsole display error> (xmlhttp object is not found)> how rectify this 
error.> > > ------------------------------> > Message: 3> Date: Wed, 19 Nov 
2008 16:09:47 +0530> From: "Satish Chandra" <[EMAIL PROTECTED]>> Subject: Re: 
[Ilugc] xmlhttp object is not found> To: ILUG-C <[email protected]>> 
Message-ID:> <[EMAIL PROTECTED]>> Content-Type: text/plain; charset=UTF-8> > On 
Wed, Nov 19, 2008 at 3:35 PM, lakshmi m <[EMAIL PROTECTED]> wrote:> > > i run 
ajax program but not working ,so see javaconsole display error> > (xmlhttp 
object is not found)> > how rectify this error.> >> > > It maybe beacuse 
xmlhttp variable is undefined.> > Also, this is not related to Linux. You'd be 
better off asking this question> in a forum/mailing list dedicated to web 
programming.> > -- > Regards,> Satish> > > ------------------------------> > 
Message: 4> Date: Wed, 19 Nov 2008 16:10:38 +0530> From: Girish Venkatachalam 
<[EMAIL PROTECTED]>> Subject: Re: [Ilugc] ajax> To: [email protected]> 
Message-ID: <[EMAIL PROTECTED]>> Content-Type: text/plain; charset=us-ascii> > 
On 15:47:43 Nov 19, lakshmi m wrote:> > i run ajax program but not working ,so 
see javaconsole display error> > (xmlhttp object is not found)> > how rectify 
this error.> > If you use jQuery,> > http://jquery.com> > Ajax is a piece of 
cake. Actually it tastes like the famous Black Forest> cake.> > Nice, soft and 
tasty. ;)> > Anyway you have to include jquery like this.> > <script 
src="jquery-latest.js" type="text/javascript"></script>> <script>> > 
$(function() {> > $('div').load("<ajax url");> > });> > > As you can see, 
jQuery is very simple since it does all the Ajax work of> XMLHTTPRequest and 
what not behind the scenes.> > There are also advanced Ajax functions in jQuery 
but I have been able to> do a lot with the simple $(<selector>).load() call.> > 
Hope this helps.> > Best of luck!> > -Girish> > > 
------------------------------> > Message: 5> Date: Wed, 19 Nov 2008 16:22:59 
+0530> From: "sivaji j.g" <[EMAIL PROTECTED]>> Subject: Re: [Ilugc] ajax> To: 
ILUG-C <[email protected]>> Message-ID:> <[EMAIL PROTECTED]>> Content-Type: 
text/plain; charset=ISO-8859-1> > On Wed, Nov 19, 2008 at 3:47 PM, lakshmi m 
<[EMAIL PROTECTED]> wrote:> > > i run ajax program but not working ,so see 
javaconsole display error> > > can you paste the code here ?> > > > > -- > 
Thanks a lot> -----------------------------------------> 
http://ubuntuslave.blogspot.com/> > > ------------------------------> > 
Message: 6> Date: Wed, 19 Nov 2008 16:49:19 +0530> From: Kapil Hari Paranjape 
<[EMAIL PROTECTED]>> Subject: Re: [Ilugc] multilingual terminals?> To: 
[email protected]> Message-ID: <[EMAIL PROTECTED]>> Content-Type: text/plain; 
charset=us-ascii> > Hello,> > Some more thinking aloud on this issue.> > On 
Tue, 18 Nov 2008, Kapil Hari Paranjape wrote:> > There are things like a 
"combining character" (like vowels in Indic> > languages) which modify the 
unicode character that comes before> > them to give a _different_ unicode 
character; the resulting unicode> > character is what must actually be 
displayed.> > It is inherently difficult for a terminal to do this.> > The 
reason is that terminals usually deal with "character at a time"> processing. 
The point is that combining characters appear _later_ in> the input stream and 
modify the display of characters that already> came before.> > Of course, 
terminals _could_ redraw the display repeatedly as> combining characters are 
input and the character to be displayed is> changed (for example see how this 
is done with yudit). With modern> processing speeds and double buffered 
displays this may not cause too> much "flashing".> > Bharathi has also raised 
the problem of fixed width fonts leading to> ugli-ness. Since proportional 
width terminal fonts can cause their> own set of difficulties (for example if 
you refer to columns in your> curses application), we will probably have to 
live with some> ugliness in terminal displays.> > There is also the requirement 
that the original input stream must> also be buffered for scroll-back cut and 
paste capabilities.> > Regards,> > Kapil.> --> > > > 
------------------------------> > Message: 7> Date: Wed, 19 Nov 2008 22:10:12 
+0530> From: satish <[EMAIL PROTECTED]>> Subject: [Ilugc] printenv Vs set - 
whats the difference ? ( was One> Day One GNU/Linux Command (PRINTENV))> To: 
ILUG-C <[email protected]>> Message-ID: <[EMAIL PROTECTED]>> Content-Type: 
text/plain> > > > printenv - Print All/Part of Environment> > > > Summary:> > > 
> `printenv' prints environment variables with its Name and Value.> sorry if i 
am asking a very trivial question,> but what is the difference between using 
'set' and printenv. I mean> using something like 'set|grep HOSTNAME' would also 
give the same> information right ??> is there any special purpose for printenv 
??> -- > http://satish.playdrupal.com> > > > ------------------------------> > 
Message: 8> Date: Wed, 19 Nov 2008 17:59:55 -0600> From: "Kumar Appaiah" 
<[EMAIL PROTECTED]>> Subject: [Ilugc] Debian Screenshots online> To: ILUG-C 
<[email protected]>> Message-ID:> <[EMAIL PROTECTED]>> Content-Type: 
text/plain; charset=ISO-8859-1> > Dear ILUGC,> > A Debian developer (Christoph 
Haas) has developed a Debian Screenshots> website, where users can contribute 
screenshots of their favourite> Debian packages, as well as browse existing 
ones. You can find the> site here:> > http://screenshots.debian.net/> > I 
figured some people might be interested in this service.> > Kumar> -- > Kumar 
Appaiah> > > ------------------------------> > Message: 9> Date: Thu, 20 Nov 
2008 07:28:57 +0530> From: Kapil Hari Paranjape <[EMAIL PROTECTED]>> Subject: 
Re: [Ilugc] printenv Vs set - whats the difference ? ( was> One Day One 
GNU/Linux Command (PRINTENV))> To: [email protected]> Message-ID: <[EMAIL 
PROTECTED]>> Content-Type: text/plain; charset=us-ascii> > On Wed, 19 Nov 2008, 
satish wrote:> > but what is the difference between using 'set' and printenv.> 
> "set" tells you what shell variables are defined (and does other> things 
besides this). This is not the same as environment variables.> Only the latter 
are passed to the commands.> > "env" is another alternative but it is also a 
way of running a> command with a different environment.> > "printenv" does 
exactly what is needed --- not more and no less.> > Kapil.> --> > > > 
------------------------------> > Message: 10> Date: Thu, 20 Nov 2008 08:12:44 
+0530> From: Girish Venkatachalam <[EMAIL PROTECTED]>> Subject: Re: [Ilugc] 
printenv Vs set - whats the difference ? ( was> One Day One GNU/Linux Command 
(PRINTENV))> To: [email protected]> Message-ID: <[EMAIL PROTECTED]>> 
Content-Type: text/plain; charset=us-ascii> > On 07:28:57 Nov 20, Kapil Hari 
Paranjape wrote:> > > > "set" tells you what shell variables are defined (and 
does other> > things besides this). This is not the same as environment 
variables.> > Only the latter are passed to the commands.> > I could be wrong 
but only exported variables are present in the> environment.> > For instance, > 
> $ i=5> > and > > $ export i=5> > are two different things.> > Try this.> > $ 
i=5> $ sh> $ echo $i> > and > > $ export i=5> $ sh> $ echo $i> > -Girish> > > 
------------------------------> > 
_______________________________________________> ilugc mailing list> 
[email protected]> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc> > > End 
of ilugc Digest, Vol 54, Issue 38> *************************************
_________________________________________________________________
Search for videos of Bollywood, Hollywood, Mollywood and every other wood, only 
on Live.com 
http://www.live.com/?scope=video&form=MICOAL_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to