In one of my computational mathematics class, I was taught how to find roots of non-linear equations using 4 methods, namely, Bisection, False Position, Secant, and Newton method. These 4 methods requires few iterations to get the roots, this can be done by a computer. So, I made a web app for this. In the […]
Tag: API
Check out the pie and bubble chart that is made using your quora profile
http://quorastuff.appspot.com/ By clicking on the links of the link, you can make pie chart and bubble chart using data from your Quora profile. This will create pie and bubble chart according to categories of your Quora answers. Amazing use of Quora API. By checking the source code of this project, I can see that the […]
IBM Watson API
You can code a web application using the famous Watson AI API from IBM, see the web apps that are made possible by this api https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/gallery.html I am addicted to API (Application Programming Interface). API is the way to get information from a source (website) to be used in your web application. An web application is just […]