Egg Game Program in C Langauage

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.  

COMPLETEAGENT : Asterisk queue event

asterisk

COMPLETEAGENT : Asterisk queue event   Event and their associated information COMPLETEAGENT(holdtime|calltime|origposition) The caller was connected to an agent, and the call was terminated normally by the *agent*. 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.  

ABANDON : Asterisk queue event

asterisk

ABANDON : Asterisk queue event   Event and their associated information ABANDON(position|origposition|waittime) The caller abandoned their position in the queue. The position is the caller’s position in the queue when they hungup, the origposition is the original position the caller was when they first entered the queue, and the waittime is how long the call … Read more

refresh an iframe in php page

refresh an iframe in php page   <script type=”text/javascript”> var timer; function refreshIframe(){ if(timer) clearInterval(timer) timer = setTimeout(refreshIframe,5000) var iframe = document.getElementById(‘iframe’); iframe.src=’http://blog.eduguru.in’; } refreshIframe(); </script> <iframe id=”iframe” src=”http://blog.eduguru.in” width=”100%” height=”300″> <p>Your browser does not support iframes.</p> </iframe>    

Bihar Board 10th Result 2018: BSEB Matric Results Today At 4.30 Pm: Live Updates

Bihar Board 10th result to be announced today at a press conference. The BSEB results will be released online later on biharboard.ac.in and biharboardonline.bihar.gov.in BSEB Class 10 result 2018: Bihar School Examination Board (BSEB) is likely to announce the Bihar Class 10 Matric Result 2018 today on its official website biharboard.ac.in or biharboardonline.bihar.gov.in. Bihar School Examination Board (BSEB) will … Read more

Asterisk SIP Trunking : Asterisk as SIP Client

asterisk

Asterisk SIP Trunking : Asterisk as SIP Client The following Configuration Guides are intended to help you connect your SIP Infrastructure (IP-PBX, SBC, etc) to a Asterisk based solution. Be aware, due to the large number of versions, variations, add-ons, and options for many of these systems, the settings you see may differ from those … Read more