Posts

Featured Post

Send message to yourself in WhatsApp

Image
Sending a WhatsApp message to yourself can be helpful in some cases. Many people used to send SMS to their own number if they wanted to take a note of something. Some people also send an email to themselves to take a note of something. But sending a WhatsApp message to yourself is not straight forward. In this post, I am going to tell you how you can send a message to yourself in WhatsApp. Quick Method to Send Message to Yourself Download the " Click to Chat " application from Google Play Store. Open the app and enter your number. Click the open button and send the message. Different ways of sending a message to yourself Method 1: From Contacts This is the easiest method. It might not work on all devices. But the trick is to save your number in the contacts and then click the WhatsApp message button to send a message to yourself. Method 2: Using an app Download the " Click to Chat "  app from Play Store.  Open the app and enter y...

Empty search on Google Play

Image
Have you ever made an empty search on Google Play Store? Absolutely you can't, but if you open play.google.com in a web browser then you can. But the results are strange. Let's see: 1. Open a web browser and tap the address bar. 2. Type play.google.com and hit the "Go" button. 3. Press the search button. 4. Without typing anything press the "Go" button. 5. The search results will be related to Unicorn as you can see in the scrolllshot below: I don't know why this happens. Do you have an idea? Write your opinion in the comment box below. Share this strange thing about play store with others Share via Facebook _ Twitter _ Pinterest _ GooglePlus _ Email _ Blogger _ WhatsApp

Copy someone's image/video/gif status in WhatsApp

Image
WhatsApp is one of the most popularly used messengers on android. It includes the feature of making an image or a video or a gif as your status. When you see someone's status, you do not find the option to save the it to your mobile gallery One way might be to capture a screenshot and then crop it but this also fails in the case of a video or a gif. In this tutorial I will tell you the procedure to copy someone's status. There are three different methods. Read them all and follow the one that suits you. 1. Using an app: There are many apps available on Play Store that allow you to copy status from whatsapp very easily. I have tried a bunch of them. The one I'll recommend is Status Saver . To view all of them, check this . You can just view all the statuses and choose what to save. 2. Manual Method: This is the best method in my opinion and this is the one I personally use. For example look at the below pictures, I have indicated the status I want to c...

How to secure your WhatsApp account

Image
WhatsApp is one of the most popular messengers for android and iPhone but when you create a WhatsApp account, you do not set a password for it as you set on Facebook or other websites. But here is a way to secure your WhatsApp account wth a six digit numeric passcode. 1. Open Whatsapp 2. Click the three vertical dots in the upper right corner of your screen. A drop down menu will appear. 3.Select settings from the drop down menu. 4. Tap on "Account". 4. Select "Two Step verification". 5. Click on "Enable". 6. Enter a six digit passcode of your choice. 7. Re-enter the passcode that you entered in the previous step. Make sure you remember this passcode. 8. Enter your e-mail address. It will be used to recover the passcode if you foget it. This step is optional. You can click the skip button to skip it. 9. Click "Next" after entering the e-mail. 10. Click "Done". Your WhatsApp ...

Umer's algorithm for date to day conversion

Image
UMER’S Algorithm for date to day conversion Suppose we have a date D-M-Y and we want to determine the day of week on which that date falls. We can do this in three simple steps: IMPORTANT TERM : Before starting we have to learn an important term, the mod operator. The mod operator returns the remainder after division of two numbers. For example, (13 mod 5) = 3 because when we divide 13 by 5, the remainder is 3. Step 1: The first step is to determine the values of some important terms:   1.    Y = The year found from the date. For example, in 14 th August 1947, Y =1947.   2.    D = Date of the month. For example, in 14 th August 1947, D = 14.   3.    L.Y = ( Y – ( Y mod 4) ) ÷ 4   4.    M.C = It is found according to the month from the table below: Month M.C January 0 February 3 March 3 April 6 May 1 ...

Umer Softwares

Image
1. The Mind Reader System Requirements Device: Desktop Computer or Laptop Operating System: Microsoft Windows XP/7/8/10 Hardware: No Extra Hardware Required Storage: At least 4.4 MB free disk space in disk C:\ Install Location: It must be installed in the default location “C:\Umer Softwares\The Mind Reader” otherwise it will not work properly. Description  A simple application that reads your mind. Try it!!! 2. GWBASIC with syntax highlighting System Requirements: Device: Desktop Computer or Laptop Operating System: Microsoft Windows XP/7/8/10 Hardware: No Extra Hardware Required Storage: At least 4.8 MB free disk space in disk C:\ Install Location: It must be installed in the default location “C:\Umer Softwares\GWBASIC” otherwise it will not work properly. Description:  GW-BASIC interpreter for windows. Runs in full screen even in 32bit or 64bit Windows. Syntax Highlighting is also included. ...

How to run GW-BASIC in full screen with syntax highlighting in 32 bit and 64 bit windows?

Image
Today I am going to tell you about running GWBASIC in 32 bit and 64 bit Windows. GWBASIC is an interpreter for BASIC ( B eginners A ll purpose S ymbolic I nstruction C ode) Language. This language was designed for beginners to learn programming. But being an old language it does not work properly in most 32-bit and 64-bit operating systems which is discouraging for beginners. But there is no need to worry if you love programming and having difficulties in using this interpreter in your version of Windows. "Every problem in the world has a solution", so I am presenting two solutions to this problem. The first one is to run GWBASIC in full screen with syntax highlighting and the second one is for running GWBASIC in full screen without syntax highlighting. 1.Using GW-BASIC package by Umer Softwares: I have developed a piece of installation package which uses DosBox to run GW-BASIC and also provides SYNHILI syntax highlighting. You can download it from  here . I...