Posts

Showing posts with the label Miscellaneous

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...

Is Augmented Reality the future?

Image
Let's start with the fold-able phones. If you are on the internet _ youtube or facebook, you must have seen videos for flexible phones. Right? Samsung working on flexible phones. They even showcased a flexible phone. You could imagine a tablet that was a thin flexible display that could roll into a cylinder. You could imagine a phone that could unfold into a large tablet. Why did'nt foldable phones become a reality? Firstly, the concept was quite possible. Samsung's OLED display is flexible. It is being successfully used in Samsung and non-Samsung phones (such as the iPhoneX). Why did'nt flexible phones become a reality? Why? The answer lies in the question that what do companies want? Profit? Money? You are right. The companies want money. They would manufacture a product that would sell in market and generate them profit. Big companies have great sources to study the market trend to determine whether or not a product would sell and earn them profit. So flexible ph...

I got Laptop under Shahbaz Sharif E-Youth initiative 2017 4th Phase

Image
Government of Punjab (Pakistan) recently distributed laptops to the brilliant students who scored more than 90% marks in the final matriculation examination 2016. I also got laptop for I got 95.5% marks. I got laptop on 14th May 2017 at the office of Board of Intermediate and Secondary Education (B.I.S.E) Lahore. I reached there before 9 AM and the first thing to do was to see your counter number as shown in the list below: Then I had to stand at the last of one of the long queues under the hot blazing sun. It was really tiring. After it I had to enter the building in which there were queues at our respective counters. I took the below picture while standing in the queue inside the building. Below picture is of one of the huge buildings of board office from inside. I took this picture while looking up, standing in the queue inside the building. Finally I got my documents verified and got the laptop with a bag. The laptop was running Windows 10 and the verification k...

Beautiful Landscape Pictures

Image
Beautiful pictures of nature. You can use them as wallpaper as I have done. Before you continue to the next page, I will like you to say that if you are on your android mobile please use chrome to open this webpage or if you are using a browser like opera mini or UC browser, please disable the "Data Saving" or "Speed mode" of your browser. Then click the link below:   CLICK HERE TO VIEW AND DOWNLOAD THE IMAGES These pictures are captured by me and are not copyright protected. Knowledge has no value unless you use and share it Share this post via Facebook _ Twitter _ Pinterest _ GooglePlus _ Email _ Blogger _ 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 ...