Fun and Tech

This is where I will upload some of my programs, and technical articles or tutorials that I make (I have not made one yet, but I have been thinking of making one for a long time. So, if I ever make anything, I will put it up most probably). If you click an HTML link, you can click the back button on your browser to return to this page.

Equation Solver

This is a javascript program (with HTML for display) to find the solution(s) of a given homogenous equation with single variable using bisection method. It is done using JavaScript. To see the code, right click the page and click view source.

Note: Internet Explorer users, you may see a message showing that some contents are blocked. In order for the program to work, you have to enable it. Alternatively, you could download the hta version and run it on your computer (Windows only).

Ball Bounce

This is an HTML and JavaScript application. It uses the standard equations of motion to make a &squo;ball&squo; bounce on the screen. Click back to return to this page.

Note: Internet Explorer users, you may see a message showing that some contents are blocked. In order for the program to work, you have to enable it.

SuDoKu Solver

This is an HTML and JavaScript based application to solve SuDoKu puzzles. This uses a backtracking algorithm to solve the puzzle. It will find solutions to all puzzles that can be solved, and if it has multiple solutions, it will find all of them, one by one.

Note: Internet Explorer users, you may see a message showing that some contents are blocked. In order for the program to work, you have to enable it. Alternatively, you could download the hta version and run it on your computer (Windows only).