it's tagged programming

Semantics3 - APIs for Products Data

We gather, merge and constantly refresh data for clothing, electronics, auto parts and many other categories from across the web. You can run UPC lookups, find affiliate IDs and search by brand, color and 30 other distinct fields on this data.

https://www.semantics3.com/

TextRazor

TextRazor is a complete, integrated text analysis solution. We use state-of-the-art machine learning and natural language processing techniques together with a comprehensive knowledgebase of real-life facts to help parse and disambiguate your text with industry leading accuracy and speed.

http://www.textrazor.com/

Nicholas Zambetti

Nicholas is an interaction designer and technologist living in San Francisco, California. CV

http://www.zambetti.com/

Tech Notes: Complexity is the enemy

Another word for this problem is cleverness: to quote another one of the C hackers, "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.

http://neugierig.org/software/blog/2011/04/com...

Python Project Howto

You have a pile of Python code. You think, “this could be useful to someone else.” You want to release it as an open-source project. You’ve come to the right place. This guide will help you release a high-quality Python project. The file layout below illustrates the correspondence between the components of a good Python project and the files you create.

http://infinitemonkeycorps.net/docs/pph/

Brushing up on Computer Science Part 1, Big O

These posts will serve as a study guide for myself, and anyone else who chooses to read or contribute to them. I’ll add to each post as I gather more relevant material and a fresher understanding of the types of issues and real world problems that demand readily accessible knowledge. Here are the 4-ish posts I’m planning on writing up:

http://www.victusspiritus.com/2011/03/14/brush...