bulk SMS at lowest price starting @ price 7 paisa
bulk SMS at lowest price starting @ price 7 paisa Mail your query : info@snettechnology.com | info@apnastate.com For more please visit: https://nicedial.com/info/
bulk SMS at lowest price starting @ price 7 paisa Mail your query : info@snettechnology.com | info@apnastate.com For more please visit: https://nicedial.com/info/
Earlier human work was preferred over a machine because a human was more accurate than a machine. After all a human could look at all angles and make an informed decision, and a machine could not. But due to the machine learning today, machine might be more useful than a human in shaping customer experiences. Machine learning … Read more
Ayurveda is derived from the Sanskrit words namely “AYUS” and “VID”. This means life and knowledge. Ayurveda treatment is provided using mantras, herbs and potions. In ayurveda the body and mind constitution of a person namely ‘Prakruti’ is of topmost importance. Human beings are born with certain unique qualities and with certain constitutions. It would … Read more
CSR stands for Certificate Signing Request. This is generated on the server where the certificate will be used on. A CSR contains information about to your organization and domain name, locality, and country and a public key that will be included in your certificate. If you have already installed open ssl then run the below command … Read more
A conference bridge allows a group of people to participate in phone call. The most common form of bridge allows participants dial into a virtual meeting room from their own phone. Meeting rooms can hold dozens or even hundreds of participants. This is in contrast to three-way calling, a standard feature of most phone systems … Read more
Here is traffic light program written in C++ using graphics.h header file. This program is Compiled using Turbo C++. /*Program for traffic Light*/ #include<iostream.h> #include<graphics.h> #include<conio.h> #include<dos.h> #include<stdlib.h> void main() { clrscr(); int gd = DETECT, gm, midx, midy; initgraph(&gd, &gm, “C:\\TC\\BGI”); midx = getmaxx()/2; midy = getmaxy()/2; setcolor(CYAN); settextstyle(TRIPLEX_FONT, HORIZ_DIR, 4); settextjustify(CENTER_TEXT, CENTER_TEXT); outtextxy(midx, midy-10, “Traffic Light … Read more
program in C to get the largest element of an array Problem Statement: Write a program in C to get the largest element of an array using the function. Test Cases: Input the number of elements to be stored in the array :10 Input 10 elements in the array : element – 0 : … Read more
Moving Car Program in C++ This program is written in C++ using graphics to create and move a car. A car is made using two rectangles and two circles which act as tyres of car. A for loop is used to move the car forward by changing the rectangle and circle coordinates and erasing the … Read more
There are two types of authentications 1. IP based authentication 2.Username and Password based authentication For IP Based Authentication You need to do the following changes in the sip.conf [siptrunk] type=friend fromuser=X.X.X.X ( your asterisk server ip ) which will send traffic to the service provider host=X.X.X.X ( service provider ip ) canreinvite=no qualify=no dtmfmode=RFC2833 … Read more