Peter Norvig, the director of search quality at Google wrote a program to generate the World’s Longest Palindrome that has about 17,259 words.
Archive for June, 2007
Watch this Google Tech Talk named “Computers versus Common Sense” for some insight about Cyc and “universal common knowledge computers”.
Cyc is an artificial intelligence project that attempts to assemble a comprehensive ontology and database of everyday common sense knowledge, with the goal of enabling AI applications to perform human-like reasoning.
I’ve developed a simple OCR CAPTCHA decoder in PHP, it’s pretty fast and breaks with a 100% success rate all CAPTCHAs that meet some requirements.
I was searching for software that could display a visual representation of database relationships and I came across these two gems on Open Source Windows.
Today I’ll be sharing an algorithm that I use quite a lot, for generating passwords that are easily memorable and spelled - one may also call this type of passwords mnemonic passwords.
I’ve ported the jQuery Password Strength Meter from JavaScript to PHP.
Regular Expressions are considered by many one of most complex programming subjects. Well…

Recent Comments