UGC NET Result 2018: CBSE @ Cbsenet.nic.in, Cbseresults.nic.in

CBSE UGC Result 2018

UGC NET Result 2018: CBSE @ Cbsenet.nic.in, Cbseresults.nic.in   CBSE UGC NET July 2018 Result: Central Board of Secondary Education or CBSE is expected to release the UGC NET result 2018 this week. The Board has completed the process of raising objections to UGC NET answer keys released recently. It was earlier reported that the … Read more

Windows 10 File History backup feature

backup windows 10

Windows 10 File History backup feature   Windows 10’s File History is an easy way to get started with backing up your personal files since it comes built-in to your system. File History takes snapshots of your files as you go and stores them on an external hard drive either connected over USB or your … Read more

data scientists use critical thinking to generate valuable processes

data scientist

data scientists use critical thinking to generate valuable processes Understand the current process Determine the data to collect based on the largest contributors to process performance Collect and analyze the data Develop the future process based on findings What’s the current process? it’s important to understand that data scientists use critical thinking to arrive at … Read more

install asterisk 14 on CentOS 7

asterisk

install asterisk 14 on CentOS 7 Step 1: Disable SELINUX Modify /etc/sysconfig/selinux file, change SELINUX to disable and restart server. # vi /etc/sysconfig/selinux Change SELINUX=disabled Step 2: Update system: #yum update Step 3: Installing Required Packages: # yum install gcc gcc-c++ php-xml php php-mysql php-pear php-mbstring mariadb-devel mariadb-server mariadb sqlite-devel lynx bison gmime-devel psmisc tftp-server httpd make ncurses-devel … Read more

SRTP (Secure Real-Time Transport Protocol or Secure RTP)

SRTP (Secure Real-Time Transport Protocol or Secure RTP) An “internet” is a network of networks, possibly consisting of many different link types such as Ethernet and Wi-Fi. These networks support electronic mail, web browsing, and other Internet Protocol (IP) applications. More complex than IP networks alone, Internet telephony networks carry voice, fax, modem, and other … Read more

Egg Game Program in C Langauage

C Programming Tutorial

Egg Game Program in C Langauage   #include<dos.h> #include<graphics.h> #include<stdio.h> #include<conio.h> #include<process.h> #include<dos.h> #include<stdlib.h> #include<iostream.h> union REGS i,o; main() { int initmouse(); int restrictmouseptr(int,int,int,int); int getmousepos(int *,int *,int *); int showmouseptr(); int gd=DETECT,gm,maxx,maxy,x,y,button; initgraph(&gd,&gm,””); int count=0; maxx=getmaxx(); maxy=getmaxy(); setbkcolor(1); setviewport(0,0,maxx,maxy,1); gotoxy(26,1); if(initmouse()==0) { closegraph(); restorecrtmode(); //to go back to normal graphics mode or deleting viewport. … Read more

Clear space on an overstuffed Android device

free-up-storage-space-android

Clear space on an overstuffed Android device You can quickly clear out hundreds of megabytes or even a gig or two by sweeping up stale downloads, rooting out offline maps and documents, clearing caches, and wiping unneeded music and video files.   1. Clear out all cached app data If you dig into the Apps … Read more

Download HeidiSQL

Download HeidiSQL   Installer, 32/64 bit combined Portable version (zipped): 32 bit , 64 bit Microsoft Store App, 32 bit Sourcecode   HeidiSQL runs fine on Windows XP, Vista, 7, 8 and 10. Running on Wine requires to override Wine’s builtin Direct2D library with the native one. Previous installers can be downloaded here.     HeidiSQL is a useful and … Read more

CONNECT : Asterisk queue event

asterisk

CONNECT : Asterisk queue event Event and their associated information CONNECT(holdtime|bridgedchanneluniqueid) The caller was connected to an agent. Hold time represents the amount of time the caller was on hold. The bridged channel unique ID contains the unique ID of the queue member channel that is taking the call. This is useful when trying to … Read more

COMPLETECALLER : Asterisk queue event

asterisk

COMPLETECALLER : Asterisk queue event Event and their associated information COMPLETECALLER(holdtime|calltime|origposition) The caller was connected to an agent, and the call was terminated normally by the *caller*. The caller’s hold time and the length of the call are both recorded. The caller’s original position in the queue is recorded in origposition.