Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Phone Number Challenge
Message
From
18/05/2004 19:09:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Phone Number Challenge
Miscellaneous
Thread ID:
00905119
Message ID:
00905119
Views:
53
Hi,

A while ago, I posted a blog about a sort of informal programming contest at Microsoft.

The idea was to write a program that finds phrases that represent a given phone number, like 642-394-6369 is NiceWinFox using a normal touch tone phone keypad (ABC = 2, DEF =3,etc.)

It turns out my submission was the first entry, and the contest moderator was quite impressed that it was written in VFP.

Just after, I wrote a more efficient version of the algorithm and wrote a VFP PRG to host it on a web site. I thought I'd share the algorithm and code.

At the time I used an internal Microsoft only web site because my web server was too old to handle a lot of traffic.

I’ve since bought a new machine, so my old machine is now my web server, and so I thought I’d share the phone number program on my public site at http://www.calvinhsia.com/default.asp?Page=Phone . The site is run by a VFP Multi-Threaded DLL

You can type in a phone number and see the results. The source code is also on the site.

Keep in mind that this algorithm is computationally intensive.
Next
Reply
Map
View

Click here to load this message in the networking platform