Re: [algogeeks] java help

2012-02-03 Thread abhishek
http://viralpatel.net/blogs/2009/01/how-to-take-screen-shots-in-java-taking-screenshots-java.html


On Fri, Feb 3, 2012 at 8:35 AM, Arun Vishwanathan aaron.nar...@gmail.comwrote:

 Hi,
 does anybody know how to take a screenshot of screen with java ?

 I also need help regarding storing the screenshot image into a doc file or
 so. Any suggestions?

  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] nvidia qstn

2012-02-03 Thread Ravi Ranjan
Implement a MS key suggest like tool where on typing the first letters will
give a list of words starting with the typed text. The corpus will be
provided as a text file. Max number of characters in a word is 10.
 - Say you type 'i', it should provide 'include | if ' as the words in the
dropdown

do it with minimum complexity???

less than O(n)

-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] nvidia qstn

2012-02-03 Thread amrit harry
use TRIE to implement it and read about it from wiki... :)

On Fri, Feb 3, 2012 at 5:42 PM, Ravi Ranjan ravi.cool2...@gmail.com wrote:

 Implement a MS key suggest like tool where on typing the first letters
 will give a list of words starting with the typed text. The corpus will be
 provided as a text file. Max number of characters in a word is 10.
  - Say you type 'i', it should provide 'include | if ' as the words in the
 dropdown

 do it with minimum complexity???

 less than O(n)

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.




-- 
AMRIT

-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] nvidia qstn

2012-02-03 Thread Manni mbd
can use a ternary tree kind of datastructure where each node will
contain  a pointer to the next character, It's better than trie becoz
at each node rather than storing all 26 english characters or say 255
characters we only store the possible characters to the next level.

Now to get the possible combinations we can reach that level and then
print all the possible words to the down of that tree..!! going left
right and center..

On 2/3/12, Ravi Ranjan ravi.cool2...@gmail.com wrote:
 Implement a MS key suggest like tool where on typing the first letters will
 give a list of words starting with the typed text. The corpus will be
 provided as a text file. Max number of characters in a word is 10.
  - Say you type 'i', it should provide 'include | if ' as the words in the
 dropdown

 do it with minimum complexity???

 less than O(n)

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] Re: not recieving mails

2012-02-03 Thread aditya bindal
me as well, it is quite awkward now, pls look into it.

On Feb 2, 12:33 am, arpit.gupta arpitg1...@gmail.com wrote:
 HI,
 i am not recieving any mails since 20 jan , plz chk
 thank you

-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Re: not recieving mails

2012-02-03 Thread shady
roflmao, how is it possible, go and check your settings :P
Google Groups are perfect.

On Fri, Feb 3, 2012 at 7:22 PM, aditya bindal adityabindal1...@gmail.comwrote:

 me as well, it is quite awkward now, pls look into it.

 On Feb 2, 12:33 am, arpit.gupta arpitg1...@gmail.com wrote:
  HI,
  i am not recieving any mails since 20 jan , plz chk
  thank you

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algogeeks@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] Kruzade

2012-02-03 Thread Karthikeyan V.B
Hi,

PSG College Of Technology,Coimbatore and Dept Of CSE conducts a National
level technical symposium on Feb 25,26

Visit http://www.kruzade.org/
for more details

There are more brainstorming technical events too

Register asap...

Regards,
Karthikeyan.V.B
III yr CSE
PSG TECH
CBE

-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] Literati 2012

2012-02-03 Thread Sanjay Rajpal
LITERATI - the national level annual technical fest of NIT- Kurukshetra(1-4
March 2012)
We Promise you 4 days non stop Fun.
Mark your presence as a participant, spectator and a witness.

For more details, log on to Literati Website
http://www.literati.net.inand find us on
Facebook http://www.facebook.com/LITERATI2k12 also.
*
Sanjay Kumar
B.Tech Final Year
Department of Computer Engineering
National Institute of Technology Kurukshetra
Kurukshetra - 136119
Haryana, India
Contact: +91-8053566286
*

-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.