Hassle Free Way to Check the Status of Your Birla Sun Life Policy !
Hassle Free Way to Check the Status of Your Birla Sun Life Policy !

By knowing the status of your Birla Sun Life Insurance Policy you can make sure that whether the policies you took are active or not. You have several ways in which you can check the status of your Birla Sun Life Policy.

What is Supervisor in Erlang?
What is Supervisor in Erlang?

pre.cjk { font-family: "Nimbus Mono L",monospace; }p { margin-bottom: 0.1in; line-height: 120%; }code.cjk { font-family: "Nimbus Mono L",monospace; }S

what is qlc in mnesia ?
what is qlc in mnesia ?

qlc stands for Query List Comprehension used in Query Interface to Mnesia, ETS, Dets table by using qlc we can join multiple table and fetch data . T

What is Mnesia
What is Mnesia

Erlang in general is used to program highly distributed and fault tolerant systems. Even though it has its roots in the telecommunication industry, it has proven useful in several other sites like ejabbered, Facebook chat etc.

Module in Erlang
Module in Erlang

Modules are a bunch of functions regrouped in a single file, under a single name. Additionally, all functions in Erlang must be defined in modules. Y

Higher Order Function in Erlang.
Higher Order Function in Erlang.

In mathematics and computer science, a higher-order function (also functional form, functional or functor) is a function that does at least one of the following: takes one or more functions as an input.

What is Erlang?
What is Erlang?

Erlang was developed at Ericsson and was designed from the ground up for writing scalable, fault-tolerant, distributed, non-stop, soft-realtime applications.