This gives me a frequency of words in a text: fullWords = re.findall(r\'\\w+\', allText) d = defaultdict(int)
I am writing a small silverlight app just to try silverlight. My idea is to make a small app that checks if websites are online. It works by the user inputting a URL and my app checks it uptime every