Saturday, August 16, 2014

Gandi Veeranjaneya Swami Temple, Kadapa

A must visit Sri Verranajaneya Swami temple in Kadapa (Dt). Here is the address,

Sri Veeranjaneya Swami Temple,
Gandi, Vempalli, Kadapa (Dt).




Friday, August 1, 2014

Android Development

Started getting some insights in to Android development, part of my education I have found one nice presentation on  YouTube by Amesh Saha (I think) on Android development, will share the link... Here are the screen shots of the presentation, 





Best click

Captured with my iPhone, one of my random best click,

Picture is powerful than words...

Some cool motivational pictures ...

  







Wednesday, June 11, 2014

How to Become a Millionaire by Age 30

Hi,

Worth reading it...

I thought you'd like this:
Read this article

How to Become a Millionaire by Age 30
Ten steps to take to get, and stay rich in the earliest stage of your career.

Saturday, November 9, 2013

XHOST Setup on Ubuntu

It is mandatory to set-up XHOST in order to run any installation through UI, for Instance Oracle installation. If XHOST is not configured property Ubuntu will not trigger any UI installer window.

How to Set-up:

Edit default users bashrc file (Under user Home directory)

sirishg@ubuntu:~$ vi .bashrc

Add the following lines,

xhost local:<username>

Example:

#### Sirish Changes Start ####
echo Adding xhost for users sterling, oracle and sirishg

xhost local:sterling
xhost local:oracle
xhost local:sirishg

echo Adding xhost for users Done!
#### Sirish Changes End ####

Wednesday, May 29, 2013

My EDI Notes

E
​DI File Structure

ISA
GS
ST
Abouve 3 are envelope hearders.

It contain transaction details, sender and receiver details, transaction details, X12 standard versions.

SE
GE
IEA

Abouve 3 are envelope Tailers.

*) EDI file is delimiter file.
*) Each segment (line) is terminated by segmenet terminated. default symbol is ~
*) Segment is collection of elements and composite elements. Composite element is a sub element.
*) Each sgement will contain some specific information for the transaction.

ISA

ISA*00* *00* *08*9251750000 *08*1234567890 *030627*1304*U*00401*000001403*0*P*>~ 

ISA Elements Details

ISA01 Authorization Information Qualifier
ISA02 Authorization Information
ISA03 Security Information Qualifier
ISA04 Security Information
ISA05 Interchange ID Qualifier
ISA06 Interchange Sender ID
ISA07 Interchange ID Qualifier
ISA08 Interchange Receiver ID
ISA09 Interchange Date
ISA10 Interchange Time
ISA11 Interchange Control Standards ID
ISA12 Interchange Control Version Number
ISA13 Interchange Control Number
ISA14 Acknowledgement Requested
ISA15 Test Indicator
ISA16 Subelement Separator

X12 VS EDIFact?