 |
CHEMIX School
CHEMIX School is an educational tool for learning chemistry. It is geared toward college-level chemistry, but is also appropriate for high-school students, chemists, and teachers. It is equipped with a periodic table, molecular 3-D viewer, curve fit, conversion table, dictionary, and advanced calculators for molecules, thermochemistry, electrochemistry, weak acid/base/buffers, solubility (Ksp), gas equations, spectroscopy, stoichiometry and more.
chemix chemistry software curve fit plotter molecular 3-d viewer gas equations periodic table conversion weak acid base pka buffer pkb solublity ksp nmr ir ms spectroscopy spectrometry lessons calculator function |
 |
Wasp Static Error Checker
Wasp statically detects subtle run-time errors in a Java code:
null pointer exception, impermissible cast,
array index out of bounds, division by zero, etc.
Wasp detects the following weak points:
uninitialised variable,
unreachable branch in conditional or switch statement,
unreachable loop body or catch clause,
assignment of variable whose value is never used, etc.
Wasp produces detailed and precise method call graph.
static error checker java windows linux analyser wasp lint analyzer statically detects subtle run-time errors weak points java source code |