[algogeeks] Re: (web) getting client latitude

2006-08-14 Thread makc.the.great
GMM50 wrote: > Determine sunrise and/or sunset. Need to offset of near by mountains. > > Or height of sun at noon. Now how do I measure height of sun with server side script? I think... err, feel that sunrise/sunset is actually somewhat better idea, thuogh I'm not sure how can that be automated

[algogeeks] (web) getting client latitude

2006-08-03 Thread makc.the.great
okay, it is kind of obvious that you can get longitude from gmt offset; but it keep puzzling me how to guess latitude? any tricks out there? (i'm not asking for implementation, that would be offtopic. i just need an idea) --~--~-~--~~~---~--~~ You received this m

[algogeeks] Re: FingerPrints recognition

2006-07-24 Thread makc.the.great
>can anybody suggest any algorithm for fingerprints recognition from bitmap? looking at my own FPs, I would bet it is good idea to find FP center 1st, and then transform bitmap data into polar coordinates. All my FPs has noticeable feature that goes in parallel with finger, and can be used as ang

[algogeeks] Re: Segmentation of speech to phonemes

2006-07-24 Thread makc.the.great
> i have a little problem. you are being way too optimistic. --~--~-~--~~~---~--~~ 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 f

[algogeeks] Re: Which is the fastest solution for comparing two arrays?

2006-07-24 Thread makc.the.great
> Which is the fastest solution for comparing two arrays? Random guess. Or, if it takes too much time to call random number generator, you can simply return "non-equal" without any checks whatsoever. I doubt it can get any faster than that. --~--~-~--~~~---~--~~

[algogeeks] Re: simulated the behavior of a single ant

2006-05-05 Thread makc.the.great
iwgmsft wrote: > How would you create a program that simulated the behavior of a single > ant that could most effectively navigate its way across a particular > difficult trail? http://groups.google.com/groups/search?q=following+line+group%3A*robotics* --~--~-~--~~~