Skip to main content

Posts

C programs to create pyramid structures

Q1.  Write a C program to create pyramid structure as shown below : 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Code: //Author : Lakshmikant A. Deshpande #include<stdio.h> #include<stdlib.h> void main() { int i=1,j=5; for(i=1;i<=5;i++) { for(j=1;j<=i;j++) printf("%d ",j); printf("\n"); } } Q2.  Write a C program to create pyramid structure as shown below :     1      1 2     1 2 3  1 2 3 4 1 2 3 4 5 Code: //Author : Lakshmikant A. Deshpande #include<stdio.h> #include<stdlib.h> void main() { int spaces=4; int i,j,k; for(i=1;i<=5;i++) { for(k=0;k<spaces;k++) //Print spaces printf(" "); for(j=1;j<=i;j++) { printf("%d ",j); } for(k=0;k<spaces;k++) //Print ...

Android KitKat (4.4) features, tips & tricks

Android KitKat is the most recent version of Android till date. It has revamped user interface with smoother animation and lower system hardware requirements. As Android rolled out Android KitKat, it introduced a bunch of new features and modifications in the Android API. 1. Keep mobile data under control We use mobile data everyday. But not all of the carriers do have unlimited data plans. Sometimes we fail to keep an eye on mobile data limit and get a huge bill in return. And as we all know, Android applications hog data a lot because of cloud computing with synchronization. Thanks to Android's built in data monitor which warns you to turn off data when warning limit set by you is exceeded, and turns off data automatically when data plan is exhausted. The data usage monitor even allows to reset the data counter on a particular date. 2. Keep an eye on alarms Alarms are extremely useful for the most of us. But sometimes they make you feel awkward when your phone rings wi...

Moto G Tips and Tricks

Hey there ! You got a Moto G ? Awesome. You bought the Motorola's most successful phone ever. It's the best phone you can get by spending  less than 200$. The Motorola and Google have done some magic over the phone and it's still difficult to find out what exactly they have done to bring down the price bar. Smart typing with Google Keyboard.   Google has introduced Google keyboard in Kitkat with gesture based typing which lets you type by just swiping your finger through the letters of intended word. It's an incredible way of typing which gets better and better as you go on using it. Google currently haven't added a facility to fetch slang words/popular acronyms from social networks. Getting help from Motorola   Motorola has provided a nice application for providing easy access to help. It is also one of the only few apps Motorola has added to keep the operating system more close to stock android. To access this service, just click on Help icon in launche...

Enable Developer Tools in Moto G

As we know, Moto G is a fantastic and affordable phone by Motorola and Google !! Moto G surprisingly provides specifications that the phones with double price could provide. Are you too a nerd too, trying to explore your brand new phone ? You are at the right place. Initially developer options used to be visible. Later, with the release of Android 4.2 Jelly Bean (JB)  Google decided to hide those settings, because people used to play with developer tools, even if they did not know what those settings could lead. Follow the steps. 1. First of all get a Moto G, if you still don't have it... 2. Open settings. 3. Scroll down to bottom. 4. Touch on 'About Phone' 5. Tap on Build Number 7 times You are good to go... :)

BSNL connection problem (solved)

Are you fed up by BSNL GPRS connection problem ? No worries, I'm here with a working solution. Just follow the guide : 1) Go to your BSNL data card application 2) Go to settings / configuration ..... (I'm unsure, coz I'm using another data card) 3) Find APN or Access Point settings and put there ' bsnllive ' without quotes. 4) Save the setting and connect with the new setting. Once you get connected, you need to configure proxy in each application you use. If you are unsure, you can always google for configuring the proxy in that application. You will get high browsing speed with this proxy. The proxy settings are as follows : Proxy : 10.220.67.131 Port : 8080 You can use the same APN, proxy and port in your phone too. P.S. : Don't' forget to reset all of your settings to default when you change your internet connection. Otherwise you won't be able to browse the net at all. Enjoy the speed !

BSNL free missed call alerts

Hey folks, you can get free missed call alerts on a BSNL sim card. All you've got to do is divert/forward your calls when your phone is unreachable or unavailable. Just go to call settings in your phone, and divert the calls to this number  : +919422017010. I'm a BSNL user and I'm currently using missed call alerts for free. Thanks for visiting my blog ! :) Enjoy !

Pidgin :- Great alternative to traditional messengers

Pidgin is a universal chat client. It lets you chat with multiple social networks and chat networks. Imagine a program with which, you can chat with Google chat, Facebook chat, ICQ, Yahoo Messenger, AOL Messenger.... friends at once without need of logging in to each of those individually. With this, you can have mail notifications too. Features : 1) Supports multiple chats like Google Talk, Yahoo Messenger, ICQ, ..... 2) Smileys and kinda useful things 3) Very handy 4) Multiple messenger chat possible simultaneously 5) Powerful features, and supports adding buddy, checking mail and much more Want to have a look ? Go here   www. pidgin .im/ [ Image from http://www.pidgin.im ]

Get rid of Airtel advertisements (Android)

If you have got a new Airtel SIM, then you must be annoyed by the advertisements that are really disgusting. If you accidentally click on 'ok', then you are charged by Airtel for some kind of disgusting service that you don't even want to activate. I know how it pains when Airtel deducts your precious money  ;-) I've brought you a simple solution to get rid of the all annoying advertisements..... You must be rooted and having Titanium Backup installed on your Android phone for the sort of things I'm going to tell you. Steps :            1) Open Titanium Backup.            2) Go to 'Backup/Restore'.            3) Touch on 'Click to edit filters'.            4) Type 'Sim' and click on 'Apply'.            5) Find SIM Toolkit and click on it.            6) Click on 'Un-install !' and then give positiv...

Horse in Chrome (saratoga)

Hi buddies, I did a little search about the same issue and found the solution. 1) Have I been hacked ? - No, you're not. Don't worry ! When something odd happens with your Google profile in Chrome, it creates a user named Saratoga and it has a brown horse icon (It is displayed at left to the leftmost tab). 2) Now what I have to do ? - Just go to Settings and delete that user. Problem solved !!

Measure pixels on PC with PixelAce

PixelAce is a nice tool for measuring pixels on your PC. It measures pixels on your PC screen. It's so useful for graphic and web designers. It copies the dimensions in clipboard, as soon as you measure.... Have a try ! Download http://sourceforge.net/projects/pixelace/

Compress & Resize animated images

Compression is the need of future. Compression reduces the quality a bit, but improves uploading & downloading speed, because of lower file sizes. If the images in a website are optimized well, then the website opens a lot faster. That's a major advantage for website developers. So, here I'm going to share you 2 websites. There, you'll able to compress & resize animated as well as still images. Use this site, for compressing still as well as animated images : http://www.smushit.com Use this site, for resizing animated as well as still images : http://resizepic.com Enjoy !

100 % FREE RECHARGE ( NOT KIDDING )

Hi friends, I'm here with a great offer for you ! You can earn free recharge, on various operators in India, such as Airtel, BSNL, Docomo etc. All you have to do, is to sign up on the following link, and confirm the email and mobile number. REMEMBER , without confirming mobile no. & email, they won't give you free recharge. Hurry, the offer will expire soon ! :D REGISTER HERE : http://bit.ly/MmOLN5

Reset Opera master password

Don't worry ! It's quite easy to reset master password of Opera. For doing so, all you have to do is to follow the steps : 1) Close Opera. 2) If Tools > Pref. > Advanced > Security > Use master password to protect....... is not ticked, then delete opcert6.dat from the following folder :     C:\Users\YOUR_USER_NAME\AppData\Roaming\Opera\Opera     or     in Address bar of explorer, paste this     %appdata%\Opera\Opera If Use master password to protect...... is ticked, then delete opcert6.dat & wand.dat from the path, stated above. 3) If you face any problems, let me come to know ! 4) Enjoy ! Credits : Tamil

PC Suite for your Android phone

Hi friends....... I am here, to present you a cool software that will work just like PC suite for your android phone. Actually, I am a Samsung Galaxy Y GT-5360 user. So I tried this software personally, & just loved it ! One of the unique feature, I observed in this software is realtime preview of your phone. You can see what you are doing in the phone in the PC. Actually, I guess this feature uses screenshot service of the Android. Moborobo Features : -Download applications (with your computer's broadband conn.) -Backup/Restore contacts, messages, call logs, apps, files... -Update apps on the phone, using internet of PC -Install/Uninstall apps -Manage videos, images, songs on the phone -Download various themes -File management Download : http://www.moborobo.com/

Create a QR Code Online

If you are interested in creating your own QR code, then it's pretty easy. Actually, many QR Code readers too provide this facility. But if you want to send secret messages, share secrets then it's pretty easy with this website. This website allows to generate a QR code from URL, text, Phone number or SMS too. Check this out here : http://qrcode.kaywa.com/

Minimize all other windows

Actually this is not a trick or something..... I found how to minimize all other windows suddenly, when I was listening songs on my lappy, with media player classic. All you have to do to minimize all other windows except current one, is to shake the window, with the help of mouse. Try it ! It's really handy, if you have habit of heavy multitasking.

Take Ownership of a folder

If we want to modify or replace some of the files in Windows system files (for ex. replacing uxtheme.dll) , then we have to take ownership of those folders (example. System32).  For that purpose, I found a handy utility 'Take Ownership'. Potential uses : 1) Uxtheme patching 2) APKTool installation 3) Replacement of windows files 4) Editing hosts file 5) Removing Windows.old directory for removing dirty Windows installation Take ownership adds a simple explorer context menu, for taking the ownership of a folder/file with a single click, and installation and uninstall can be done with a single click. The following image shows how to do it :

QR Code/Bar Code reader for PC

Hi friends, many of you may own an android or iPhone, or any kind of smartphone. Many times, for downloading some content from websites, we need to use a QR code/Bar Code reader on our smartphone. But, when we are browsing from PC, then it becomes difficult to download the files from PC for our phone. Here, I have found a solution. All you have to do, is to download the QuickMark software. This software not only enables you to read data from codes, but it enables you to create your own Bar code / QR Code. You can download it, from the following link: Try it ! Enjoy  :)  http://www.quickmark.cn/en/basic/index.asp

Disable Firefox always on top in windows

Hi friends , as always, today morning, I was surfing on internet, while reading an e-book. I faced a weird problem , that was really easy to solve but very annoying. Usually we use Alt + Tab key combination for switching between windows. But sometimes, we are unable to switch due to 'Always on top' feature. Then a small utility can be very useful, that is PowerMenu . You can get it from the following link : Download : http://www.abstractpath.com/powermenu/ How to use PowerMenu ?      1) Open PowerMenu.      2) Press and hold Shift key and right click the desired application (i.e. here Firefox).      3) Click on 'Always On Top' as shown in the screenshot.      4) That's it. Pretty easy, huh ?

Change album art in Android

Hello friends, I bought a new Samsung Galaxy Y , and I faced one problem that is really weird. That phone has built in feature of scanning the Album Art from the folder, and showing them as the background of the music player. I liked it, but when I tried placing another image in that folder the new image did not appear instead, the old image appeared. So I removed the memory card, again inserted it but it didn't work. Finally I found a fix : 1) Connect your cellphone to computer / Download Root Explorer and perform the following steps. 2) Delete all contents from Android\data\com.android.providers.media\thumbs 3)  You're done. 4) Place the desired image to the folder, you wanna change the album art of. 5) Open Music Player. That's it If you have any difficulty, feel free to ask.........