Monday, 14 June 2010

Friendship is a dream which is evergreen

Friendship is a dream which is evergreen
Don’t make friend before understanding. and don’t ,
Leave friends after miss understanding.

--------------------

“LOVE”is a Small Coin
“LIFE” is a BIG Coin
“Wife” is a Lucky Coin
“Lover” is a Sweet Coin

BUT,

“FRIENDSHIP” is a GOLD Coin
Keep it safe it..!

-------------------
Nothing makes the earth seem so precious

As to have friends at a distance,

They make the latitudes and longitudes . . .

-------------------

Dharaktay dil Ke peechay koi Baat Hoti Hai,
Dard-e-dil main Kisi Ki Yaad Hoti Hai,
Aye dost tumhain Pata Ho na ho..
Par aapki Har Khushi K Piche Hamari Faryaad HoTi Hai.

RENEWAL OF FRIENDSHIP CONTRACT 2008

RENEWAL OF FRIENDSHIP CONTRACT 2008.

After Serious & Cautious Consideration, Your Contract Of Friendship Has Been Renewed For The YEar 2008. It Was a HArd Decision To Make . So Try To Be More Friendly & Caring Next Year.

I’m Giving You Another Chance So Don’t Miss It. . . ;->

------------------

Promise me we are true friends
I am lamp you are light
I am Coke you are Sprite
I am Sawan you are badal
I am Normal you are Pagal
I am Water you are Tanki
I am Tarzan you are Monkey

--------------------
Knowingly or Unknowingly sum people walk in2 ur life.And its ur decision who stays in n who walks out.
Send dis 2 Ppl whom u never wana Lose
“I diD iT” :->

--------------------

Khuda nay dost ko dost say milaya.
Doston k liye dosti ka rishta banaya.
Par khuda nay farmaya,
dosti rahegi uski kayam
jisne dosti ko dil say nibhaya.

Friends are like BUM cheeks.

Friends are like BUM cheeks. . .

Crap might seperate them. . .

But they always come back together. . . . ;->


-----------------

Jo judai mile to woh hai ghum,
Jo dair se mile to woh hai paisa,
Jo kisi kisi ko mile woh hai pyar,
Jo qismat se mile woh hain AAP

---------------

U waited
9 months
2 c da world,

1year 2 walk,

2years 2 talk,

5years 2 start studying,

BUT i really waited too many years

2 find a sweet friend like U


--------------------------

Dosti ke waaday ko yuhi nibhatay rahengay,
HUM har waqt APKO satate-mnaate rahengay.
Mar bhi jayein to kya gham hai
HUM AANSU bankar aapki ankhon me ate rahengay.

Thinking like parents, loving like mom.

Thinking like parents, 
loving like mom,
doing like hitlar, 
learning like student,
helping like edhi, 
observing like scientist,
living like king,
ordering like musharaf,
looking like fox, 
flying like Don, 
speaking like galib,
n last in making friend just like me

-------------

If CARE is a WAVE,
i give u SEA.
If RESPECT is a LEAF,
i give u TREE.
If TRUST is a PLANET,
i give u GALAXY,
if FRIENDSHIP is LIFE,
i give u MINE 4 FREE..
keep smiling.

-------------------

FrIeNdShIp iS a StRaNgE ThInG…
V FiNd OuRsElVeS tElLiNg EaCh OtHeR D dEePeSt DeTaIlS oF oUr LiVeS…
ThInGs v DoN’t EvEn ShArE wId D FaMiLiEs WhO rAiSeD Us…

----------------------

let
“me”
show
you..
the
best picture..
in
the world..
()”‘”() ()”‘()
( ,’o’ ) ( ‘o’,)
(,) (,) (,) (,)
=hum tum=
friends.

Friendship is a sea & friends r fishes U r my golden fish.

Friendship is a sea

& friends r fishes

U r my golden fish.

I will keep U safe.

but if U try 2 4get me I will.
?
?
?
?
?
?
?
?
?
?

fry U…

------------------

Of all the friends I’ve ever met.
Your the one I won’t ever forget.
And if I die before you do
I’ll go to heaven and wait for you.

------------------

Eyes r Parents.

Heart is Lover.

Brain is Teacher.

Brothers & Sisters r Figures.

But A Loving Friend Is Blood. . .

So Always Keep Flowing Regularly :->


------------------

F R I E N D S H I P
,;*”*;, is like
*; ,;* a
__)(____ TRee…..
It is not MEASURED by how TALL it could be,
but how deeply the roots have grown

Monday, 5 April 2010

Reporting in xProcess

The mechanism for defining custom reports in xProcess is straightforward. It uses "Actions" (expressions which use OGNL as the language for navigating the xProcess model) and the string returned by the Action is exported to a file with whatever file extension is appropriate. There are several examples delivered with the Simple Process which are worth exploring and maybe modifying if you need a specific type of report for your project. See "How to define a custom report in v3" for more details.

Recently with users defining larger reports on projects that have been running for multiple years a problem has emerged with this mechanism - out-of-memory errors. As the text for the report is held in its entirety in memory, prior to any of it being written to file, it is clearly not too difficult to define an Action that will fail in this way if you have a reasonably large data source. To see and comment on the technical solution proposed for this problem, see the wiki for the open source project here: https://sourceforge.net/apps/mediawiki/xprocess/index.php?title=Core_Design. The new mechanism allows records to be written out one by one, but it will require reporting Actions to be rewritten to take advantage of the mechanism.

Watch this space for more details.

Update! See Tim's article on the new mechanism - http://xprocess.blogspot.com/2010/08/new-action-mechanism.html


Thursday, 1 April 2010

Powered-by-xProcess Applications

As discussions continue about opening up the xProcess world to other applications through the web services interface, it's worth considering the types of application this could enable. From an automatically scheduled to-do list on an i-Phone through to case-management support applications, the scope is of course boundless. But where are the quick wins? Most people who have seen the potential of xProcess, recognise that it's firstly in the context of supporting standard software engineering and project management processes such as Scrum, FDD, Prince and UP. The process definition gives teams access to standard patterns of tasks, if necessary with standard templates for associated artefacts and quality gateways. But processes are everywhere in the business landscape and if they are processes that need planning, resource allocation and forecasting, it may well be that the xProcess model provides just the foundation for powerful on-line support. Furthermore alternatives in this space are much less prevalent.

The web services interface means that full access to the underlying model will no longer be restricted to the Eclipse-based RCP client. Mash-ups which combine multiple sources of information can use the xProcess data source as the process and scheduling engine while application-specific views and data can be integrated seamlessly. If you've ideas for applications or would like to know how you can use the xProcess model for your project, do get in touch. The link to the Source Forge project is here: https://sourceforge.net/projects/xprocess/.