UPSC declares civil services prelims result 2018 at upsc.gov.in and upsconline.nic.in; here’s what’s next for successful candidates

The Union Public Service Commission (UPSC) announced the civil services prelims results 2018 on Saturday. Candidates who appeared for the exam can check their results on  upsc.gov.in and upsconline.nic.in. Apart from the official website, the results will also be made available on the Information and Broadcasting ministry’s news portal, Press Information Bureau. It can be accessed at pib.nic.in. The … Read more

Tetris Game in C : Game program in C

tetris game in c

Tetris Game in C : Game program in C Let us see the Tetris Game in C #include <graphics.h> #include <stdlib.h> #include <stdio.h> #include <dos.h> #include <conio.h> void swap(int a,int b);void bar1();void bar2(); void bar3(); void bar4(); check0(); check1(); check2(); void del(); void rod1(); void rod2(); void box1();void box2();void tee1();voidtee2(); void tee3();void tee4();check3();void insert(); void … Read more

Data Cleaning : Data Science Skill Portfolio

data scientist

Data Cleaning : Data Science Skill Portfolio Data cleansing is the process of altering data in a given storage resource to make sure that it is accurate and correct. There are many ways to pursue data cleansing in various software and data storage architectures; most of them center on the careful review of data sets … 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

Essential skills and traits of elite data scientists

data scientist

Essential skills and traits of elite data scientists These days the data scientist is king. But extracting true business value from data requires a unique combination of technical skills, mathematical know-how, storytelling, and intuition. Data scientists continue to be in high demand, with companies in virtually every industry looking to get the most value from … 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