Recently changed documents

How to use a broadcast receiver

More documents like this are at:  Android Core

15-Jul-14

How to use a broadcast receiver

On Stress

More documents like this are at:  Health

15-Jul-14

On Stress

Vitamin D and Auto Immunity

More documents like this are at:  Health

15-Jul-14

Vitamin D and Auto Immunity

Notification Manager

More documents like this are at:  Android Core

13-Jul-14

Notification Manager

Common errors in ADT projects and how to fix them

How to contact me?

More documents like this are at:  00.01-About

10-Jul-14

As of July 2014

On Trust!

More documents like this are at:  Shells: My Writes

9-Jul-14

In life we take lot of things for granted. Some of them are obvious like breathing, walking, eating etc. These are obvious. Not so obviously we also take for granted our capacity for empathy, trust, love, listening and care.

Teams depend on trust to survive and succeed. How does one develop trust?

By Caring

I must care for the work I do. I must care for those that work with me personally. I take pride when I am even a small reason for your well being and success.

By putting oneself in the others shoes

I want to see from your point of view. I want to encourage your point of view. I want to encourage you to own your ideas and help them be better. I want to sit through, think through and explore your ideas. I want to learn your perspective. I think this is a good thing. I believe I do not loose myself to be you.

By letting Ego go

I want to acquire a broader outlook. I want to circulate a broader outlook. My glory and my past I shall not bear on my present. I am a commoner in a common set of ideas. I am not privileged. Nor am I disadvantaged. I want to start my sentences with yes. World is far and wide. I want to be the skeptic that can perfectly walk.

By listening intently and intentionally

Silence is the greatest communicator. I want to observe. I want to assess. Like a reed I want to bend to the stormy talk. With my eyes wide open I want to listen.

By putting others needs first

I want to understand the needs of others. I will put them first.

By taking pleasure in others success

I derive an incredible joy in seeing others succeed.

By realizing all profit is 'Service', especially to others.

To be profitable is to be in business. To be in business is to serve. When I serve I have no fear that I am not trusted.

My Parting Thought on Trust

Call me crazy. I think these attributes are teachable.Through culture. Through communal expectations. Through personal fulfillment. Through training.

Not a small crisis making meals that are even a bit considered healthy and still be in good graces with your young kids. I may have stumbled upon one after a decade of daily stumbles.

IBM Datapower

More documents like this are at:  Enterprise Integration

8-Jul-14

IBM Datapower

What is volatile in Java?

More documents like this are at:  CS-Java

5-Jul-14

What is volatile in Java?

How to backup and restore android installation

Emulator issues in Android 4.0

More documents like this are at:  Android Avds, Install, Emulator

3-Jul-14

Emulator issues in Android 4.0

7 things you should do when you buy a new windows computer

windows 8 survival guide

More documents like this are at:  Computer Hardware

28-Jun-14

windows 8 survival guide

windows defender and antivirus

More documents like this are at:  Computer Hardware

27-Jun-14

windows defender

Consider this


function Pair(inMin, inMax)
{
    this.min = inMin;
    this.max = inMax;
}

Which would let me use


var somepair = new Pair(5,10);
somepair.min => 5
somepair.max => 10

See this function now


function getTotalScaledScorePair()
{
    var rpair = getReadingScaledScorePair();
    var wpair = getWritingScaledScorePair();
    var mpair = getMathScaledScorePair();
    
    var tmin = rpair.min + wpair.min + mpair.min;
    var tmax = rpair.max + wpair.max + mpair.max;
    return new Pair(tmin, tmax);
}

Working with radio buttons

More documents like this are at:  CS-JavaScript

25-Jun-14

Working with radio buttons

Notes on Tweaking Aspire

More documents like this are at:  Aspire Notes

24-Jun-14

Notes on Tweaking Aspire

04.05 Java Programming NOtes

More documents like this are at:  CS-Java

23-Jun-14

You can use this reference page as a cheatsheet while programming in java

self documenting apis

More documents like this are at:  Enterprise Integration

20-Jun-14

self documenting apis

What is 3Scale?

More documents like this are at:  Enterprise Integration

20-Jun-14

What is 3Scale?

Aspire Release 39

More documents like this are at:  Aspire Notes

14-Jun-14

Aspire Release 39

Define the architecture for Apps in AKC

More documents like this are at:  Aspire Knowledge Center (akc)

14-Jun-14

Define the architecture for Apps in AKC

Implement a list of lists editor

More documents like this are at:  Aspire Knowledge Center (akc)

14-Jun-14

Implement a list of lists editor

Example data definition for a sample html page

More documents like this are at:  Aspire Notes

12-Jun-14

Example data definition for a sample html page

Web Security Constraints

More documents like this are at:  CS-JavaScript

11-Jun-14

Web Security Constraints

General research

More documents like this are at:  Enterprise Integration

11-Jun-14

General research

General survey of data format standards

More documents like this are at:  Enterprise Integration

11-Jun-14

General survey of data format standards

Java enums

More documents like this are at:  CS-Java

6-Jun-14

Java enums

Data format standards

More documents like this are at:  Enterprise Integration

4-Jun-14

Data format standards