Thursday, 14 February 2013

Google doodle for Valentine Day 2013

Google has an Excellent doodle for Valentine Day -today.

Its both Cute and Brilliant :)


The Idea is to Press the heart button and Google will pair a match you you. And then Present a Cute story of the couple.

The List of Candidates are :



And Here is the sequence of there Stories :

1. Frog and Bird : rowing nicely to the sunset.

Friday, 8 February 2013

Removing White Space Characters From Eclipse Editor

White Space Character is visible in Eclipse Editor.

Carriage Return Visible above

Steps to hide this :

Open Eclipse
Got to Windows menu -> Preferences.



Go To General - > Editors -> Text Editors

Wednesday, 9 January 2013

Beginning Guide to Google App Engine

To start with i would like to say that Goggle App Engine is cool. You can build your own app's and post it online ( Free up-to 10) and use it personally or publicly.

Now lets get started with it.-

Download Google App Engine : download here
Chose your language of preference.

Install the application on your system.
I am using Ubuntu so i downloaded the zip file and extracted it into a folder. ( and installation complete)

I downloaded Python version of the app.

Next create a folder named 'helloworld'.

Create 2 files in it.

First file 'app.yaml'
                   
application: helloworld
version: 1runtime: python27api_version: 1threadsafe: true
handlers:- url: /.*
script: helloworld.app
         

Friday, 21 December 2012

Folders and Files created with Ubuntu on an NTFS drive not showing up on widows.. [Solved]

Recently i upgraded my windows PC from 7 to 8 and on the same pc i updated my Ubuntu 12.04 to 12.10.

All was going smoothly until one day, while using Ubuntu I transferred some files and folders to a NTFS drive that i use for  common data storage between the 2 OS like my Eclipse Work spaces , Study materials , Songs , Movies, etc...

When i opened up my Windows and looked for those files they weren't there.
I was shocked and thought i might have deleted them my mistake somehow.

I quickly switch OS back to Ubuntu and found those files to be present in that drive.

I cross checked one more time and found out that this certainly was the case, weird right..??


Well not exactly.
I later found out that the files were there on the hard drive it was just that windows wasn't showing it.

Why ?

we will cover that in some time, but first lets first solve the issue that we have in hand.

Solution -

Monday, 17 December 2012