Open Directory Project

The Open Directory Project is the largest, most comprehensive human-edited directory of the Web. It is constructed and maintained by a vast, global community of volunteer editors. The web continues to grow at staggering rates. Automated search engines are increasingly unable to turn up useful results to search queries. The Open Directory provides the means for the Internet to organize itself. As the Internet grows, so do the number of net-citizens. These citizens can each organize a small portion of the web and present it back to the rest of the population, culling out the bad and useless and keeping only the best content.

The Open Directory was founded in the spirit of the Open Source movement, and is the only major directory that is 100% free. There is not, nor will there ever be, a cost to submit a site to the directory, and/or to use the directory’s data. The Open Directory data is made available for free to anyone who agrees to comply to the free use license.

Open Science Project : Jmol

JMOL

The OpenScience project is dedicated to writing and releasing free and Open Source scientific software. The OpenScience project is managed by a group of scientists, mathematicians and engineers who want to encourage a collaborative environment in which science can be pursued by anyone who is inspired to discover something new about the natural world.

Among the six interrelated projects pursued is Jmol, an Open Source Java/Swing based molecular dynamics viewer.

[HTML1]

Apache Ant Build Tool

Last update : 26 November 2013

Today Apache Ant is the build tool of choice for a lot of java projects because the classical  “make” buildtools like make, gnumake, nmake, jam and others have a lot of wrinkles and limitations.

According to Ant’s original author, James Duncan Davidson, the name Ant is an acronym for “Another Neat Tool”. Later explanations go along the lines of “ants do an extremely good job at building things”, or “ants are very small and can carry a weight dozens of times their own” – describing what Ant is intended to be. The latest version of Apache Ant is 1.9.2, released July 12, 2013.

Apache Ant uses XML to describe the build process and its dependencies, the corresponding file is named by default build.xml.

Ant can be integrated in the universal tool platform Eclipse and in other Integrated Development Environments (IDE).