"What if? Why not? Challenge the Convention! Let's do some incredible things!" More Quotes
Home
About/Contact
Twitter
Aspire/J2EE
Github
Pro Android 4
Our Android Books
Lookup Meaning
look up
more ..
Stuff I used to do
java.net Blog
At O'Reilly
Articles
Humanities
Humanities Current
Humanities 2007
Telugu related
Shells
Books
Music
Letters
Recipes
Jax Restaurants
Java
J2SE/J2EE/JSP
Portlets
Research
OSCON 2004
Download OSCON 2004 Presentation
OSCON 2003
Magazines
Dotnet
FTP
Industries
Supply Chain
Health
More documents like this are at: Health
3-May-13
Tea Diaries
More documents like this are at: Parse Cloud
2-May-13
This research log looks into the push notification capabilities of parse.com. It also gives out a few code samples to test various scenarios. I will have a formal article soon here based on this information here.
More documents like this are at: Shells: My Writes
23-Apr-13
I roam freely as long and as far my limbs let me. I see the abundant green canopies sway in soothing gait. I am free and no one could judge otherwise. No one hurt me. I am not a prisoner. I have all one can ask! Freedom. I saw a Pa and a Son, On a spring evening coming to a close. A slushy mat of rolling grass, barely drained of the morning pours. A ball is pitched. A hit! Run and get it! A miss! Run again and Repeat. Say I, "You want a catcher?" Caught a few right in the Mitt, And just one on the nape of my Wrist, Pride moved the dusk along. Move a door ajar, Hold a cup, Turn a wheel, It is a tortuous pain a few dusks forward. It is not sudden, It is not unbearable, Yet on every movement, Guttorally "ouuuuuuu...", If not me, perhaps for the World to bear, it is so painful! I have no misgivings, that I am anything like a tiger, but wailed like one on each step, whose shoulder dislocated a few days prior For the first time in a long time I am alive, Complacency to my wrist is a distant memory! With each blinding pain, I wondered, Whose heart is wrenched? Whose eyes swelled an Ocean? I stare! I am not a prisoner! I am free! A horse, a cat, a dog, a human, Aren't we all, when naked of norms, Alone? Perhaps it is early morning, and the dusk of Evolution is far!
Can I place unique constraints on columns in Parse?
22-Apr-13
This article talks about how to parcel parse objects so that the target activities can receive parse objects through intents. Parse objects don't natively support any form of serialization. So the approach presented here is an approximation of sending parse object through a parcelable and would meet most simple needs.
Present is not benevolent, Present is not kind, Nor is it anger or revenge, Neither, as such, it is ambivalent, It demands none nor favors any, For Present is not a state of mind! Present is not a zero hour, Present is not at 8, Nor is it at 5 and quarter, Neither, as such, it is temporal, Although perhaps of Time, Present is not a moment in Time. Present is not quiet, Present is slow or slower, Present is fast or faster, For sure, say I, Present moves! By Counts and Clocks, Present is when you make not, An Account it!! Allowed duration for a task, Mundane or Profound, When Exceeds infinitum, Present then Is for all foreseeable future!
21-Apr-13
When you tie your shoes, Seconds, or a Minute, they will be tied! Why count? When you read a Book, It will be read! Why flip again and again, Only to see "How much left?" When going to Disney, why ask, "Are we there yet?" Be it tieing shoes, Or Reading a Book, Or going to Disney, They all take what they take. Pondering the end before due, is only going to ruin the Joy, Which otherwise could have been!! Or delay precisely what you seek. And worse, could manifest plaques, Alas, Of the Arterial type. Why sprint, Slow the Time instead!
More documents like this are at: Humanities Current
20-Apr-13
Rabindranath Maitra and Manmoyee Girls School
19-Apr-13
A fork in the road, I have found myself at. The first path straight in all its turns, The other perhaps curvy all the way. Neither I know well enough for bias. I could take any as they both get me there. I agonize, instead. "is this right or that? Would I regret? Would one be too long? Or the other hard?" I asked a Sage, the Siri, the Oracle, And even an 8 ball! "How should I lead?" They all replied the same!!! "Take any as it matters little which! Matters most is you commit to what you choose. Yet be there a lingering doubt, Take the one that perhaps be harder, as in equal proportion it would be rewarding!"
15-Apr-13
Naadi, Nenu, Naaku, Maaku, Memu, Manadi, Us, I, We, Ours, Mine, Mine, or Me!! Would be perfectly alright, If uttered, By a well dweller, Or a bridled horse with blinders! Else should heed Krak des Chevaliers: "Grace, wisdom and beauty you may enjoy, but beware pride, which alone can tarnish all the rest"
These are working notes the BAAS platform Parse. This is going to be a new chapter in our upcoming book. We are also developing a few apps with Parse as the backend. It has been a wonderful experience so far.
14-Apr-13
An Introduction to Parse: An article
More documents like this are at: 00.15-Research
12-Apr-13
What is Electric Cloud for Release management?
What is HP Project Moonshot?
10-Apr-13
By way of Gabor Liptak
http://www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods/
http://www.cs.cornell.edu/projects/ladis2009/talks/dean-keynote-ladis2009.pdf
http://www.rgoarchitects.com/Files/fallacies.pdf
More documents like this are at: Android 1.5
8-Apr-13
private Word getParceledWordFromIntent() { Intent i = this.getIntent(); if (i == null) { throw new RuntimeException("Sorry no intent found"); } //intent is available String wordId = i.getStringExtra(WORD_ID); ParseObjectWrapper pow = (ParseObjectWrapper)i.getParcelableExtra(WORD_POW); Word parceledWord = new Word(pow); if (parceledWord == null) { throw new RuntimeException("ParceledWord not found"); } return parceledWord; }
I was scratching my head for a minute why Eclipse tells me there is dead code. I tell you, the mistakes I make...
7-Apr-13
Oh, One on the white horse, To what graceful lands, filled with promise and flowers, You hurry to!! Thorny, dry, and difficult, I demand you avert your handsome visage, as by my right, I need addressed. Unlike the beautiful, carved, and garbed suitably, those princesses that you seek, I yield not for your charms, nor for your heft, weight, or fame. I yield, perhaps, when I am convinced, I am your destination, Turn orthogonal. Pay my tribute. Pray that you realize, it is only through me, is the path to the promised land. Dance with me, Perhaps a minute, a moment, or eternity. Unless I become your present, Future is never.
More documents like this are at: CS-SQLServer
5-Apr-13
This is a quick research article on what are NoSQL databases and largely when to (and less when not to) use them. These are becoming the staple databases cloud based multi-tenanted systems. This will identify what these databases are and who is using them and what are their core concepts.
More documents like this are at: Android Core
This article contains the research on products available for enterprise level mobile Push notifications. Started out looking at Urban Airship, Parse, and Azure Mobile Services. More may be looked at later.
More documents like this are at: Computer Hardware
27-Mar-13
Verizon 4G wireless problem
26-Mar-13
How to work with "Do you want to restart your computer now"
25-Mar-13
Fixing a toshiba portege
How to fix the error with Chrome installation. Click on the link above to see how.
22-Mar-13
Android and Googleplus instant uploads
More documents like this are at: Themes and Styles
21-Mar-13
understand styles and themes
what attributes are allowed for a custom object?
20-Mar-13
How do you use default style with custom components?
19-Mar-13
A collected set of insights of Alan Kay
Custom fonts for Android
When there are so many vendors and devices it is tricky to choose colors to highlight or subdue either for text or images. This is because the devices and users may choose themes that might make your hard coded colors a bit awkward or even disappear.
Ideally you want to respect the themes and choose a symbolic color to draw attention. I wonder what everyone is doing for a need like this?
>>> Click here for the next set of documents
Page Menu
Visit my Library
Global Menu
My Web Logs
My Library
My Home
Other libraries
Author Content
data format