Estimates the current world population based on US census data and the world growth rate. Not exactly precise, but neat anyways. World Population is estimated to be: 6,933,407,746
Wavelength Calculator
Assists ham radio operators in converting a frequency to its wavelength in feet or inches. Other uses include acoustic measurement and adjustment, microphone placement, room tuning, and speaker positioning.
Wind Chill Calculator
Wind Chill is a mysterious and often misunderstood phenomenon. This script describes what the wind chill factor really is and offers a form to calculate the wind chill factor when given the air temperature and wind speed. |
Top Speed by RPM
Enter the diameter of the tire and the RPM value of the motor and the script will tell you the top speed without any weight on the Tires. Neat!
JavaScript Source Code 3000: Calculators: Top Speed by RPM Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Command-s). The script is yours!!! |
Tax
Sameera Reddy,
Tax
| Wednesday, November 24, 2010 | 0 Comments
JavaScript helps your to calculate the before and after tax prices for purchases. Very easy to use. Just put into the price, the tax, and hit compute! It's all figured for you!
JavaScript Source Code 3000: Calculator: Money Formatter Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Tangent Calculator
Tangent Calculator
| Wednesday, November 24, 2010 | 0 Comments
Enter the opposite and adjacent angle values and JavaScript will solve the tangent angle for you. Neat!
JavaScript Source Code 3000: Calculators: Tangent Calculator: Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Straight Distance
Straight Distance
| Wednesday, November 24, 2010 | 0 Comments
Enter a coordinate pair for each the starting and ending points according to the Cartesian coodinate system. The script will calculate the straight line distance between the two points.
JavaScript Source Code 3000: Calculators: Straight Distance Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Stock Calculator
Stock Calculator
| Wednesday, November 24, 2010 | 0 Comments
Deciding when to buying and sell stocks is difficult enough - figuring the profit or loss from that trade shouldn't have to be. Just enter the number of shares, your purchase price, your selling price, and the commission fees for the trade and this script instantly figures your resulting profit or loss after commission fees.
JavaScript Source Code 3000: Calculators: Stock Calculator Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Square Root Calculator
Square Root Calculator
| Wednesday, November 24, 2010 | 0 Comments
Allows you to find the value of a number squared or that number's square root. Easy!
JavaScript Source Code 3000: Calculators: Square Root Calculator Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Sine Calculator
Sine Calculator
| Wednesday, November 24, 2010 | 0 Comments
Enter the opposite and hypotenuse angle values and JavaScript will solve the sine angle for you. Neat!
JavaScript Source Code 3000: Calculators: Sine Calculator: Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Scientific
Scientific
| Wednesday, November 24, 2010 | 0 Comments
This is a very cool JavaScript calculator that does many advanced functions - cosine, sine, tangent, square root, exponents, etc. Very Cool!
JavaScript Source Code 3000: Calculator: Scientific Calculator Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Savings Estimator
Savings Estimator
| Wednesday, November 24, 2010 | 0 Comments
Enter how much you can afford to save each month, how long you can save this amount, and the interest rate you can get on your savings and this script will display your total savings.
JavaScript Source Code 3000: Calculators: Savings Estimator Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Running Calculator
Running Calculator
| Wednesday, November 24, 2010 | 0 Comments
Allows runners to calculate their time, distance covered, or pace by entering the other two values. Distance and pace can be converted between various measurements. A great 3-in-1 script for runners!
JavaScript Source Code 3000: Calculators: Running Calculator Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Round
Round
| Wednesday, November 24, 2010 | 0 Comments
A simple function to round a decimal number to any number of decimal places you want just by passing it different values. Neat! Very short code, too! |
1.2
1.23
1.23
1.23
JavaScript Source Code 3000: Calculators: Round Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Room Size
Room Size
| Wednesday, November 24, 2010 | 0 Comments
Use JavaScript to find the approximate room size you'll need depending on your room setup and arrangement.
JavaScript Source Code 3000: Calculators: Room Size Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
RGB Slider
RGB Slider
| Wednesday, November 24, 2010 | 0 Comments
Simple RGB to HEX color converter utilizing DHTML sliders. Amazing!
JavaScript Source Code 3000: Calculators: RGB Slider Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Random Distribution
Random Distribution
| Wednesday, November 24, 2010 | 0 Comments
Generate normally distributed random numbers by entering a mean value and standard deviation. Uses the normal law of error to determine an events given probability. Neat!
JavaScript Source Code 3000: Calculators: Random Distribution Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Command-s). The script is yours!!! |
Radioactive
Radioactive
| Wednesday, November 24, 2010 | 0 Comments
Use JavaScript to find how much radioactive material remains after a given time. Note: Please enter the halflife, original amount, and elapsed time since the original amount was true and the current amount, and percentof the original will be returned. Please note that the time periods and mass amounts must be in the same units or the results will be inaccurate.
JavaScript Source Code 3000: Calculators: Radioactive Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Quadratic Solver
Quadratic Solver
| Wednesday, November 24, 2010 | 0 Comments
Solves quadratic equations for inputted coefficients. Answers can be either real or complex. Awesome!
JavaScript Source Code 3000: Calculators: Quadratic Solver Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Command-s). The script is yours!!! |
Quadratic Equation
Quadratic Equation
| Wednesday, November 24, 2010 | 0 Comments
Why didn't I have one of these during high school math? Just enter the coefficients for the 'Ax^2 + Bx + C = 0' equation and JavaScript will output the solutions (if they are not imaginary!). Neat!
JavaScript Source Code 3000: Calculator: Quadratic Equation Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Pythagorean Theorem
Pythagorean Theorem
| Wednesday, November 24, 2010 | 0 Comments
One of geometry's most useful formulas, the Pythagorean Theorem, can be applied to the numbers you enter in JavaScript! Just enter 'A' and 'B' and the script solves for 'C.' Neat!
JavaScript Source Code 3000: Calculators: Pythagorean Theorem Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Prime Number
Prime Number
| Wednesday, November 24, 2010 | 0 Comments
Enter a number and JavaScript can instantly tell you if it is a prime number or not. I wish I had this little gem to help me in my math classes years ago!
JavaScript Source Code 3000: Calculator: Prime Number Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Pregnancy Calculator
Pregnancy Calculator
| Wednesday, November 24, 2010 | 0 Comments
Enter the mother's pregnancy information into this calculator and JavaScript will provide an estimated conception date, birth due date, and an estimated current fetal age. Great for all those mothers-to-be!
JavaScript Source Code 3000: Calculators: Pregnancy Calculator Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Playoff Chart Maker
Playoff Chart Maker
| Wednesday, November 24, 2010 | 0 Comments
Enter the number of teams in your tournament and JavaScript will output the appropriate single-elimination playoff chart. Just print it out and fill it in to track your tournament. Great!
JavaScript Source Code 3000: Calculators: Playoff Chart Maker Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!! |
Phone Number Converter
Phone Number Converter
| Wednesday, November 24, 2010 | 0 Comments
Have you ever wondered if your phone number has a memorable text equivalent, like 555-HELP? Just type it in and this script will generate all possible combinations, just pick your favorite one and tell the world how to reach you.
JavaScript Source Code 3000: Calculators: Phone Number Converter Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as NotePad or SimpleText) and save (Control-s or Apple-s). The script is yours! |
Subscribe to:
Posts (Atom)