I have two projects which I manage internally using Perforce. These are also published to google code using svn.
http://code.google.com/p/orapig/
http://code.google.com/p/cx-oracle-demos/
I currently have a set of scripts that copy from the perforce area in my home directory to the svn area, sync it, diff it, and commit it.
...
http://joe-riggs.com/chip/
I'm working on the links at the very top - when a link is clicked I change the class so that it is evident which page you're on. I'm pretty sure it's the side and top borders that are causing this - to see it click on the 'contact' link and the links in between shift a few pixels to the side. Also the select...
Are there any tools that will expand object oriented code so there is no sharing of any kind? For example if I have two classes A and B which inherit C then the tool would adjust classes A and B to no longer use C. It would also be nice if the tool did this and it still compiled and produced the same results. I think the main difficulty ...
I was just having a nap and then that crazy idea came into my head. Here it is.
We have 2 different photos with face in each. How can we detect if there is the same person on that two photos?
Is it possible to do that? If yes, can I do it with Java or PHP? What the way to do it? Any ideas? Maybe each face has a "algorithm" or something...