-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello
i have used the following code to get the location of the particular place on map using the following piece of code
NSString * urlString = [[NSString alloc] initWithFormat:@"http://maps.google.com/maps/geo?key=%@&output=xml&q=%@",GoogleMapsAPIKey,[placeName stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]];
result:
<…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I have successfully setup paypal IPN on my site and its working fine. From my paypal account I have set options to ass shipping and tax calculations(only if it's Iowa). But the only issue is, on the paypal checkout page it's asking me to enter the "Ship to Zipcode" manually...if I enter and update…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hello!
I need to extract the zipcode from file's line.
each line contains an adress and is formatted in a different way.
eg.
"Großen Haag 5c, DE-47559 Kranenburg"
or
"Lange Ruthe 7b, 55294 Bodenheim"
the zipcode is always a five digit number and sometimes follows "DE-".
I use Java.
Thanks a lot!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello again,
is anyone find validation for zipcode for all countries around the world. i found mostly US,Canada and UK validation scripts in Javascript.
any gimme any suggestion how to validate the international zipcodes either in php or js.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I used lxml and ran into a wall as my new computer wont install lxml and the code doesnt work. I know this is simple - maybe some one can help with a beautiful soup script.
this is my code:
import codecs
import lxml as lh
from selenium import webdriver
import time
import re
results = []
city…
>>> More