search
top

What is Intelligence in Artificial Intelligence?

Technology is changing at a very high pace day by day. Since the invention of computers, they are growing in terms of their features. Their capability to perform various tasks is growing exponentially. New devices have been developed which are becoming compact in size and rich in functionality.     The power of computer systems has improved in terms of their diverse working domains, their... read more

Gen – A New AI Programming Language by MIT

In the view of advancement in the field of computer science, especially Artificial Intelligence, Massachusetts Institute of Technology researchers have proposed a one of its kind probabilistic programming language – Gen which allows users to write algorithms without having to alter equations or superior code.   Introduction There are a number of online courses which assure to infuse latest... read more

How to Add a New Row in a Dynamic Table in JavaScript?

In my last post on dynamic table in JavaScript, we had created a dynamic table. I have received many requests to show how to add a new row in the table at runtime. Considering the same table and continuing with the same variables, let us try to add new row in the dynamic table we have already created.   As discussed in the previous post, we are managing the row ordering of our data on timestamp i.e.... read more

Lambda Expressions with Java 8

Before we discuss about the Lambda expressions, it is important to know what made Java introduce this to the world. Scala programming language has become very popular among Java developers since past few years. Scala design was aimed to address many challenges with Java language. Scala has many features and some of them are not present in Java like operator overloading, named parameters, optional... read more

top