2 projects tagged "Voynex Public Software License"
Voynex Email Guard is a JavaScript script designed to protect email addresses on a Web site from email harvesting software while making this protection transparent (invisible) for the Web site visitor. Users can still click, copy, and paste email addresses without knowing that the email address on the Web site is encrypted. Voynex Email Guard transforms email addresses on a Web page into a format that is unreadable for email harvester robots, but makes these addresses readable again for Web site visitors.
Voynex calculator is a Web browser application designed to evaluate mathematical and JavaScript expressions. The main difference between it and other calculators is that it is possible to enter the whole expression at once instead of entering it step by step. For example, it can evaluate expressions like, "sin(sqrt(PI/3)+sqrt(PI/5))+cos(PI/2+1)", "x=pow(4,5)+3; 3*x+log(x)", or "0xff07+0x1c04*(0x45+0x55>>1)". The power of the JavaScript language itself is used to evaluate expressions of arbitrary complexity. It offers a wide set of mathematical functions to calculate trigonometrical, logarithmic, and other expressions.