Posts

Showing posts with the label How To!

C program to find factors of any number

Image
C program to find factors of any number So, I was just sitting at my chair wondering about new posts in my blog. I  thought about a simple C program which outputs the factors of any number. The source code is given below. Please share if you find it useful. #include<stdio.h> int main(){     int no,i;     printf("Enter a number\n");     scanf("%d",&no);     printf("Factors are:\n");     for(i=2;i<=no;i++){         if(no%i==0){             printf("%d\n",i);             }             }         } Stay tune for future posts.

How to generate multiplication table in C?

Image
We learn multiplication table from childhood, but to write them in C is a task that everyone can't solve. This following program generates a multiplication table for user-defined number and range. #include<iostream> using namespace std; int main() {     int a=5,b=1,res,limit;     cout<<"Enter the length of the table\n";     cin>>limit;     do     {         res=a*b;         cout<<"\na= "<<a<<" b= "<<b<<" res= "<<res;         b++;     }while(b<=limit); return 0; } Thanks for reading. Share with the world.

How to save webpage quickly without any 3rd party softwares

Image
We all need to save webpages for offline uses every now and then. Here's a quick fix to all your hassles. I need to tell you that this works on Chrome. It may work on other browsers but I'm not sure. Please let me know whether it's doable in other browsers or not. This will save the page in PDF format. FIrst "Ctrl+P" on the page you want to save for offline uses. You should see a similar window like that. Click on save from left bar. Click on Save. You are done.

Recover hacked Facebook Account

Image
I just lost my Facebook account to some random hacker. It was a joke, BTW. I just completed the recovery of a facebook account which was hacked, some months ago. First, You have to verify whether the account is hacked or not. Now, how we do this! We see the hacked Facebook account in another device(preferably). I have seen that the contact fields are different than the original. Mine was set at Michigan, US; which is as wrong as saying something like "The sun rises in the west". Next, I tried to reach that no.,but it was of no use as it was unreachable(ie. it's fake number set by the person who reset the password. Finally, I reached Facebook help center and reported the account as hacked. If you ever face this kinda problem; remember to write briefly about the issue. After 2 weeks I tried to reset the password with the login information I have. I successfully reset the password and kicked out the hacker from accessing the Facebook account. If you guys hav

How to keep yourself safe from hacking?

Image
We all know that Windows's market share is way larger than that of Linux, so hackers try to exploit its vulnerabilities to gain control of your personal pc by various attacks. To stay safe from hackers, you should follow these steps: 1. ALWAYS use a strong password and never reuse a password on another site. 2. Whenever there's an option for two-factor authentication , enable it. It will protect you almost anytime. 3. Use a password manager if you are not good at memorizing passwords. 4. Check Flash drives before inserting into the system. Thanks for reading. Keep on Hacking.

How to delete all unread e-mails at once in Gmail

Image
Inbox full! Need to delete all unnecessary e-mails at once. Then this tutorial is for you. It's very boring to delete email one by one, even by the use of marking too! There is a hack that can reveal and select all unread messages with a few clicks. Want to delete useless unread messages. Follow all the instructions carefully. 1. Open Gmail in a web browser 2. In the search box type " is: unread ". 3. Click on "all messages that match this search" This will select all unread emails.  4. Now, click on Delete option to erase these unread emails. 

Gameplay: Call of Duty Modern Warfare, Epilogue Mission,Difficulty: Regular

Image
Image
Removing the alien virus from my Android device. I guess the remaining things that are unhackable is BRAIN . Well, I bought this honor 7A one month ago. Everything was working properly, but suddenly one day I noticed a grey dot(picture below). At first, I thought it may be an icon of some apps. But after diving into apps section of the system and after a few google search I got stuck.  The strange thing is that you can partially control the dot by touching it to manipulate the placement of the dot. So I failed? No, I looked up into forums, clubs etc. Finally, one thing I remembered that – We can call service centers, although my previous experiences with that are of no good. The guy(customer service’s agent) told me that I should update my system and it’ll work. He also told me that it may be happening from a virus. He recommended me to update to latest build i.e   The size of the update is: 2.46 GB :D From my point, he knows nothing about bugs. Finally, I got an idea

My new TECH Channel is live. Check it out.

Image

How to make Themes in Windows 7

Image
Know what is needed to make themes and how to achieve this... If you have been ever a Windows 7 user you will know what a theme(themepack) is! Theme or the .themepack file in Windows 7 is a collection of images which can be used as a desktop background. In this post I will tell you how to make a theme. Follow these steps... 1. Select the images or background pictures you want to put in the theme. Then right click and select the "Set as desktop background". 2. Now go to the desktop and right click followed by 'Personalize'.  3. In the next windows right click on the Unsaved Theme and then click on the " Save theme for sharing ". 4. A New window will come and you need to give a name to the theme and then hit the Save button. Voila! You've created the theme. You can share this theme without any problem. Enjoy! HAPPY NEW YEAR 2015

How to corrupt Application files in Windows!

Image
In this article, I have used the word "application", but actually you can corrupt any files in Windows operating system. The trick is not a rocket science type. Just follow these simple steps and you are done... 1. Open up CMD(Command Prompt) as Administrator . I'm sure you know how to do this.  For Windows 7: Start->All Programs->Accessories->Command Prompt For Windows 8: Just type 'cmd' in the search window. You will get it. 2. Now, type the following line. assoc .exe=.pur 3. Hit Enter. Now, if you want to run the .exe files you will see a window like this. I have used the .pur extension because there is no such extension in Windows. The assoc stands for association. So, what does the command do? The command simply converts every .exe file into the mysterious .pur extension. And when you try to execute the application file i.e. .exe, your computer system doesn't have program to run .pur files! Thus all your application files b

How to Write Mathematical Expressions in Windows

Image
Many a times, we need to write some weird mathematical expressions in the computer, it’s may be for a project or a personal work. To write these expressions in the paper is quite easy, but is not on the computer. So, in this post, I will give you the way how to do this. We can use the Math Input Panel provided in the Windows 7. It’s not a full of jargon, so you’ll be happy to use it. Many few have heard of this and less than that number of people have used it so far. If you  don't  know what is Math Input Panel let me tell you that it’s a utility by using which you can type various mathematical expressions; which can’t be directly written into word processing software such as MS Office. The Math Input Panel (MIP) is available from Windows 7 onwards. Follow the steps to access the MIP---            1) Press Windows button or click on the Start button. Select on All Programs .            2) Click on Accessories .             3) Now, you can see

How to install Windows 10 with USB Drive?

Image
Well, many of you know this. I am posting this as various variants of human species arrive at this blog . So, let's start.  Requirement: 1) A USB Drive e.g. Pen drive. 2) Image file of the Windows OS 3) Rufus (a utility software) 3) A computer(that's a joke!) Steps: 1) Plug in the USB drive to your PC. 2) Run Rufus and select the ISO file and then start the process. 3) Wait until the operation is complete. 4) After the completion, restart the system and select USB drive from boot menu from BIOS. 5) Then, install Windows 10 and enjoy it.

How to lock computer in pattern, Android Style!

Image
Imagine how it's going to look after you put a pattern lock in your computer....  Okay, many of us know this trick. People now-a-days use Android very much. So it's quite that you want to lock your computer by a pattern that can be usually seen in Android devices. You don't need to be a super geek to do this. Just follow these simple steps... 1) Download  Eusing Maze Lock by clicking here . 2) After download, install it in your system. You have the default pattern "Z". See some of the screenshots. I hope, you liked the article. Show your love by sharing because sharing is caring. THANK YOU :-)

How to access Facebook, Twitter, Google+ etc. if the sites are blocked?

Image
How to access Facebook, Twitter, Google+ etc. in the college computer if the sites are blocked? We come across some problems connecting Facebook, Twitter, Youtube etc. in college computers. This happens because administrator blocked these sites in the firewall. There are many ways to do so. You can easily find those in the Internet. Here I am going to tell about the least used method to unblock the sites. Steps: 1.    Download this software and run it in the computer. You will see a window like this. 2.    Wait for some time.   3.  You will see a window with a tick mark at the left side of the window like this after getting connected to the Internet.   4.  And voila! You can now browse the sites. J Show your love by sharing the article across the social platforms. If you have any questions or problems regarding this, just drop some lines below at the comment section. THANK YOU J

How to Encrypt data without using software ?

Image
You have lost your computer and you don't want that someone see your files. Before it happens, you need to read about this article...!!!  Well, I am back with another how to article. First of all I am going to tell what encryption is all about. In cryptography, encryption is the process of encoding messages or information in such a way that only authorized parties can read it.Encryption does not of itself prevent interception, but denies the message content to the interceptor. In this tutorial I am going to tell about the byilt in encryption feature in Windows i.e EFS Encryption. So without wasting time I am moving to the steps. Step 1: Right click on the folder or anything that you want to encrypt and click on the "Properties". Step 2: Click on "Advanced". Step 3: Now, check the last box saying  "Encrypt Contents...." Step  4: Now keep clicking on OK and you are done. You will be asked to confirm the action as shown in th

How to Hide text inside an image file!

Image
Title sounds weird, doesn't it? Well some of you guys may know this trick but I am sure that still most of us don't know about it. That's why I came to write about it. The process of hiding data inside a extra data is called Steganography. When you hide data inside an image file then it's called JPEG Steganography. So let's know how to do it. This trick is only for Windows. Follow the steps- 1) Create a text file and write the texts you want to hide in the image. Choose an image too. 2) Open Command Prompt window and browse to the directory containing the image and text file. You can do it by the command "cd <directory path>" e.g cd D:\New folder. 3) Now type this command -     "copy /b <image file name>+<text file name> <desired image file name>     Remember to write the extensions in the filenames. See the image below-      You are done. Now let's know how to see the text hidden in the image file. 1)

How to calculate age using C program

Image
C Program for Age Calculation Want to calculate age using a C program, but couldn't make the source code!!! Here I come with the program you need. I have made this one month ago, and thought to post in this blog so that you guys be helped. Below is the C program to calculate age. Please notify me if you encounter any problem or error. //This program is created by Rupam Medhi. //You can find more program in http://computz365.blogspot.in #include<stdio.h> main() {     int d1,d2,m1,m2,y1,y2,D,M,Y;     printf("Enter your Birthday-date,month,year\n");     scanf("%d%d%d",&d1,&m1,&y1);     printf("Enter today's date-date,month,year \n");     scanf("%d%d%d",&d2,&m2,&y2);     if(((d1<=d2)&&(m1<=m2))||(d1<=d2)||(m1<=m2))//default and the easy condition     {         D=d2-d1;         M=m2-m1;         Y=y2-y1;     }     if((d1>d2)&&(m1>m2))     {         D=30-d

How to backup data of Facebook and Twitter?

Image
Today I am going to post about Social Networks. Some of you guys someday thought of downloading your data stored in Facebook or Twitter or other sites. Well, I am going to tell about the method to backup your data in Facebook and Twitter. #First I am going to tell about the Facebook. Follow the following steps….. 1) Click on the down arrow type icon in the top right corner of your  Facebook  profile. 2) Click on Settings. 3) At the bottom of the General Account Settings page, click on “Download a copy of your Facebook data”. 4) On the next page, click on “Start my Archive”. 5) Then , a window will come up like below. Click on “Start my Archive”. 6) Now, a message window will come up like below. 7) Check your e-mail containing the link to download your data. Click on it. You will be redirected to  Facebook  page. Click on “Download Archive”. 8) Enter your  Faceb

How to add Facebook Badge to a site.

Image
Welcome back my dear blog readers. Today I am going to tell you about the addition of “Facebook Badge” for your website or blog. You must have a Facebook account to perform this task. *First open your  Facebook  profile in your PC. You can see the following in your profile. *Click at the “…” at the right side of “View Activity Log”. Then click at “Add a Badge to Your Site” from the bottom. *Then, you need to click at one option provided by Facebook. E.g. Blogger, TypePad or Other. You can also edit the badge like you want. You just have to click on “Edit this Badge”, situated at the right side of the page. Now, a new tab will come up in your browser. You need to authenticate this Facebook Badge and you are done. THANK YOU.