Temperature Table Generator
0
I was calculating temperatures one day trying to figure out which heatsink/fan I should get for my computer processor and got tired of converting Celcius to Fahrenheit (and visa-versa) by hand. So I thought I would build a script to take the drudgery out of it. This script will generate temperature conversion tables using parameters you specify.
Scientific calculator for chemists with notebook
3
Scientific calculator for chemists with notebook is a fully functioning JavaScript calculator. This calculator can be used as common scientific calculator (sin, cos, log, power, root, memory), but it also includes a molecular weight calculator and the tables with various physical and chemical constants. The calculator contains a list with task history, storing all the recent inputs and results. Scientific calculator displays the numbers rounded to a user-specified number of decimal places.
Scientific Calculator 2
1
This is a different script to create a calculator with memorial function.
Binary Converter
1
Computers read and store the decimal numbers we see everyday (1, 5, 10, 100, etc.) as binary numbers, a number of just 1's and 0's. All that you do is enter the decimal number and the script will output the binary equivalent! It is a binary converter!
Circumference Calculator
0
JavaScript can help you figure the circumference of a circle when you enter the radius.
Length Converter script
0
Use this practical script to easily convert between the 7 most popular length units- centimeters, meters, kilometers, miles, inches, feet and yards. Simply enter a number, and let the script display the desired equivalents. Cool.
Metric BMI Calculator
1
Use this script to calculate your BMI (Body Mass Index). Measurements are computed using the metric system. A perfect addition for a health Web site.
GCD/LCM Calculator
0
This calculator can quickly determine the Greatest Common Factor and Least Common Multiplier between two or three numbers.
Roman Numerals Converter
1
An interesting script for converting between integers and Roman Numerals, as well as checking the validity of Roman Numerals for common mistakes.
Inches and Centimeters
1
Change inches to centimeters and back using this short, sweet script. Very easy to use, just type in the number and click.
Amazing Quadratic Equation Solver
5
This script will factor and solve for both values of X, any quadratic equation that has real number solutions.
Pi Machine
0
This code will calculate the surface area and volume of cones, spheres or cylinders of any dimensions as well as circle circumference and surface areas.
Gain in Percent Calculator
1
Calculate the percentage of increase/decrease between two units. A simple, effective script.
Convert Measures-Customary Length
0
Script allows to convert units from one to another. Simply choose the unit you want to use, type the value in the field next to it, and click the 'Calculate' button.
Converting Inches
0
A inch to others- converter.