Typically, graph are represented by list if vertices and list of edges. Each vertice can keep a list references to incoming and outgoing edges
On Thu, Jul 9, 2015 at 8:28 AM, Mohamed Fawzan <[email protected]> wrote: > Yes, we can track the added streams an throw an error when we get the same > stream more than once. > > One more question on building the graph, i am struggling to find a optimal > data structure to sotre the graph information, because unlike regular > graphs, a particular node in our graph will have two vertices (input & > output). Can you please tell me whether you have any particular data > structure in mind? > > > -Regards > > > On Thursday, July 9, 2015, Srinath Perera <[email protected]> wrote: > >> not often, as that will lead to circles. Can we detect and give a error >> when he try to add a stream to canvus. >> >> On Wed, Jul 8, 2015 at 7:16 PM, Mohamed Fawzan <[email protected]> wrote: >> >>> Hi Srinath, >>> >>> When we compose the query, Can we have the same stream appear twice in >>> the canvas? >>> >>> -Regards >>> >>> >>> >>> On Mon, Jul 6, 2015 at 8:29 AM, Mohamed Fawzan <[email protected]> >>> wrote: >>> >>>> Hi Srinath, >>>> >>>> >>>> I have removed the Drawing feature as I have encountered a bug, Looks >>>> like the 'click' event in d3 automatically triggers a 'drag' event as well. >>>> I have tried to set a Flag and resolve the issue. But it seems that only >>>> Opera (Web Browser) has the issue. Chrome and FF works fine. I will update >>>> the draw feature and notify. >>>> >>>> -Regards >>>> >>>> >>>> >>>> On Mon, Jul 6, 2015 at 8:25 AM, Srinath Perera <[email protected]> >>>> wrote: >>>> >>>>> I tried to draw, but failed. Can you do a small screencast on how to >>>>> draw and connect. >>>>> >>>>> On current palette, everything looks same, we need to indicate queries >>>>> are different than other operators. >>>>> >>>>> --Srinath >>>>> >>>>> On Fri, Jul 3, 2015 at 8:39 PM, Mohamed Fawzan <[email protected]> >>>>> wrote: >>>>> >>>>>> Hi Srinath, >>>>>> >>>>>> As per our discussion, I have modified the UI[1] >>>>>> <http://vc.mutexlk.com>. here is the list of updated features, >>>>>> >>>>>> 1. I have added an operator to compose queries. (icon : query). >>>>>> 2. Other operators can be dropped to query boxes(cannot dropped >>>>>> outside the query boxes), Also it can only be dragged inside query boxes. >>>>>> 3. The query boxes itself can be dragged with operators. >>>>>> 4 IO Streams were re drawn. >>>>>> >>>>>> >>>>>> Please check & comment on it so that I can proceed with making the >>>>>> Graph. you can find the repo here [2] >>>>>> <https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language> >>>>>> >>>>>> >>>>>> [1] - http://vc.mutexlk.com >>>>>> [2] - >>>>>> https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language >>>>>> >>>>>> -Regards >>>>>> >>>>>> >>>>>> >>>>>> On Tue, Jun 23, 2015 at 6:51 PM, Mohamed Fawzan <[email protected]> >>>>>> wrote: >>>>>> >>>>>>> Hi Srinath, >>>>>>> >>>>>>> I have found a workaround for connecting elements with click & >>>>>>> click. I will update the demo soon with the (progress of) improvements >>>>>>> we >>>>>>> have discussed in the meeting on 19th. . >>>>>>> >>>>>>> -Regards >>>>>>> >>>>>>> On Mon, Jun 15, 2015 at 5:13 AM, Mohamed Fawzan <[email protected]> >>>>>>> wrote: >>>>>>> >>>>>>>> Hi Srinath. >>>>>>>> >>>>>>>> I have added support for large file names in the streams [1] >>>>>>>> <http://vc.mutexlk.com/dashboard.html> by showing the part of the >>>>>>>> stream name in the rectangle element. When you *hover * >>>>>>>> you can see the* full stream name. *Also when the user drag the >>>>>>>> element to the canvas, he get the same behavior their. >>>>>>>> >>>>>>>> Currently I'm working on connecting the elements. It is bit >>>>>>>> difficult. But I am close enough. I think i can present it by this >>>>>>>> week. >>>>>>>> >>>>>>>> -Regards >>>>>>>> >>>>>>>> [1] - http://vc.mutexlk.com/dashboard.html >>>>>>>> >>>>>>>> On Fri, Jun 12, 2015 at 4:29 PM, Mohamed Fawzan <[email protected]> >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Thanks. >>>>>>>>> >>>>>>>>> >>>>>>>>> On Friday, June 12, 2015, Srinath Perera <[email protected]> wrote: >>>>>>>>> >>>>>>>>>> yes that is OK. >>>>>>>>>> >>>>>>>>>> On Fri, Jun 12, 2015 at 4:25 PM, Mohamed Fawzan < >>>>>>>>>> [email protected]> wrote: >>>>>>>>>> >>>>>>>>>>> Yes. It is a good time. I can take the 6.00AM Train from kandy. >>>>>>>>>>> Can reach colombo by 10.00 i guess. Is it o? >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Friday, June 12, 2015, Mohamed Fawzan <[email protected]> >>>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>>> Understood. Thanks Srinath. >>>>>>>>>>>> >>>>>>>>>>>> On Friday, June 12, 2015, Srinath Perera <[email protected]> >>>>>>>>>>>> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> Input and output streams are the same thing. Sometimes, a >>>>>>>>>>>>> stream can be both inputs and outputs E.g. Stream 2. >>>>>>>>>>>>> >>>>>>>>>>>>> [image: Inline image 1] >>>>>>>>>>>>> >>>>>>>>>>>>> On Thu, Jun 11, 2015 at 1:53 PM, Mohamed Fawzan < >>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>>> Hi Srinath, >>>>>>>>>>>>>> >>>>>>>>>>>>>> Can you please help me to understand the streams? I mean the >>>>>>>>>>>>>> InputOutputNode >>>>>>>>>>>>>> in. >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> InputOutputNode : { >>>>>>>>>>>>>> >>>>>>>>>>>>>> connectionName : 'StockQuoteStream', >>>>>>>>>>>>>> >>>>>>>>>>>>>> connectionType :'Stream', >>>>>>>>>>>>>> >>>>>>>>>>>>>> connectionTypeDetails : 'para1:string, para2:int' >>>>>>>>>>>>>> >>>>>>>>>>>>>> } >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> In the layout[1] <http://vc.mutexlk.com/dashboard.html>I have >>>>>>>>>>>>>> considered Input & Output streams as separate things. Is it >>>>>>>>>>>>>> correct ? or else are they belong to same category? >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> -Regards >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> [1]-http://vc.mutexlk.com/dashboard.html >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> On Thu, Jun 11, 2015 at 10:53 AM, Mohamed Fawzan < >>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>> >>>>>>>>>>>>>>> Hi, >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> On Thu, Jun 11, 2015 at 8:04 AM, Srinath Perera < >>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Need names inside canvas as well. ( need to handle large >>>>>>>>>>>>>>>> names). >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> What are the children of streams? attributes? >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> I was planning to categorize streams there. Please see the >>>>>>>>>>>>>>> updated names here[1]. >>>>>>>>>>>>>>> <http://vc.mutexlk.com/dashboard.html> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> I would rather connect streams and operators, then click on >>>>>>>>>>>>>>>> operator and pick which attribute/ or attributes you use. If >>>>>>>>>>>>>>>> so I would not >>>>>>>>>>>>>>>> show children against streams. >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> On Thu, Jun 11, 2015 at 6:52 AM, Mohamed Fawzan < >>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Hi Srinath, >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> I have just added the streams names inside the rectangles >>>>>>>>>>>>>>>>> [1] <http://vc.mutexlk.com/dashboard.html> . Please >>>>>>>>>>>>>>>>> check and comment on it. >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> -Regards >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> [1] - http://vc.mutexlk.com/dashboard.html >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> On Wed, Jun 10, 2015 at 5:55 PM, Mohamed Fawzan < >>>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> On Wed, Jun 10, 2015 at 5:52 PM, Srinath Perera < >>>>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> We can do it several ways >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> 1. have small connectors showing against each node ( >>>>>>>>>>>>>>>>>>> Stream/ Operator), which you can click and drag to >>>>>>>>>>>>>>>>>>> connector in other node. >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> +1, I had the same idea on my mind. I will work on that, >>>>>>>>>>>>>>>>>> Feel free to suggest other options as well. >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> 2. Second option drop into other one as you mention. >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> I think #2 run into a problem if you want to connect two >>>>>>>>>>>>>>>>>>> streams to same operator ( e.g. Join). So I prefer #1. But >>>>>>>>>>>>>>>>>>> open for other >>>>>>>>>>>>>>>>>>> options. >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> --Srinath >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> On Wed, Jun 10, 2015 at 5:46 PM, Mohamed Fawzan < >>>>>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> Are we talking about connecting the streams & operators >>>>>>>>>>>>>>>>>>>> phase? If so what is your preferred method of doing it? >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> does the connection made when we drop an operator on >>>>>>>>>>>>>>>>>>>> another operator OR drop an operator on a stream? >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> Am I correct ? >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> On Wed, Jun 10, 2015 at 5:42 PM, Srinath Perera < >>>>>>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> We need to connect stream to operators and operator to >>>>>>>>>>>>>>>>>>>>> other operators by connectors? >>>>>>>>>>>>>>>>>>>>> Need to click on a connector and drg it to another >>>>>>>>>>>>>>>>>>>>> operator or stream. Would that clear? >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> On Wed, Jun 10, 2015 at 5:36 PM, Mohamed Fawzan < >>>>>>>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> On Wed, Jun 10, 2015 at 5:31 PM, Srinath Perera < >>>>>>>>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> we need name of the stream in the box IMO. >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> +1, I will make the changes. >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> Also we need a way to draw from the stream to >>>>>>>>>>>>>>>>>>>>>>> operators and between operators next. >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> I can't quite understand that, Can you please >>>>>>>>>>>>>>>>>>>>>> explain it a bit? >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> On Tue, Jun 9, 2015 at 7:24 PM, Mohamed Fawzan < >>>>>>>>>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> Hi Srinath, >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> I have added the streams[1] >>>>>>>>>>>>>>>>>>>>>>>> <http://vc.mutexlk.com/dashboard.html> as well. >>>>>>>>>>>>>>>>>>>>>>>> Please check and comment. >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> -Regards >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> [1] - http://vc.mutexlk.com/dashboard.html >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> On Tue, Jun 9, 2015 at 9:43 AM, Srinath Perera < >>>>>>>>>>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> Look good. And overall layout is OK. ( We can do >>>>>>>>>>>>>>>>>>>>>>>>> bit of styling with UI team later) >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> --Srinath >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> On Mon, Jun 8, 2015 at 6:06 PM, Mohamed Fawzan < >>>>>>>>>>>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> Hi Srinath, >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> I have just added the right click delete option >>>>>>>>>>>>>>>>>>>>>>>>>> [1] <http://vc.mutexlk.com/dashboard.html> . >>>>>>>>>>>>>>>>>>>>>>>>>> Please check and comment on it. >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> -Regards >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> [1] - http://vc.mutexlk.com/dashboard.html >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> On Mon, Jun 8, 2015 at 3:54 PM, Mohamed Fawzan < >>>>>>>>>>>>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> Yeah. Right now working on the stream, i will >>>>>>>>>>>>>>>>>>>>>>>>>>> try the right click -> delete. Btw what do you >>>>>>>>>>>>>>>>>>>>>>>>>>> think of the complete svg >>>>>>>>>>>>>>>>>>>>>>>>>>> layout? Is it ok? >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> On Monday, June 8, 2015, Srinath Perera < >>>>>>>>>>>>>>>>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> Mohan said I need to move it to red box to >>>>>>>>>>>>>>>>>>>>>>>>>>>> delete. Not very intuitive IMO. >>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> Can we support right click and delete? >>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> On Mon, Jun 8, 2015 at 3:25 PM, Srinath Perera >>>>>>>>>>>>>>>>>>>>>>>>>>>> <[email protected]> wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>> I did not see any streams .. but can move the >>>>>>>>>>>>>>>>>>>>>>>>>>>>> operators. >>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>> I assume you have not done deletes yet. >>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>> --Srinath >>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>> On Sun, Jun 7, 2015 at 9:02 PM, Mohamed Fawzan >>>>>>>>>>>>>>>>>>>>>>>>>>>>> <[email protected]> wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi, >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I have updated the SVG layout with icons. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Please check [1] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> <http://vc.mutexlk.com/dashboard.html> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [1] - http://vc.mutexlk.com/dashboard.html >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On Sun, Jun 7, 2015 at 3:35 PM, Mohamed >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Fawzan <[email protected]> wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi, >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Since our plan to create layout (as in >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> milestone) failed, I have created a new layout >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [1] <http://vc.mutexlk.com/svg.html>. Which >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> is completely made of SVG. I have hosted a demo >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> so that you can check it >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> easily. Expecting your feedback to proceed >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> work. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -Regards >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [1] - http://vc.mutexlk.com/svg.html >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [2] - >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://github.com/Fawzanm/Extensible-Visual-Composer-Siddhi-Language >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Fawsan M.M.M >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Faculty of Engineering, UoP >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +94771121195 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://lk.linkedin.com/in/efawzan >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Fawzan~MMM >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>> ============================ >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Blog: http://srinathsview.blogspot.com >>>>>>>>>>>>>>>>>>>>>>>>>>>>> twitter:@srinath_perera >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Site: http://people.apache.org/~hemapani/ >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Photos: http://www.flickr.com/photos/hemapani/ >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Phone: 0772360902 >>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>>>>>> ============================ >>>>>>>>>>>>>>>>>>>>>>>>>>>> Blog: http://srinathsview.blogspot.com >>>>>>>>>>>>>>>>>>>>>>>>>>>> twitter:@srinath_perera >>>>>>>>>>>>>>>>>>>>>>>>>>>> Site: http://people.apache.org/~hemapani/ >>>>>>>>>>>>>>>>>>>>>>>>>>>> Photos: http://www.flickr.com/photos/hemapani/ >>>>>>>>>>>>>>>>>>>>>>>>>>>> Phone: 0772360902 >>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>>>>> Sent from iPad >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>>>> Fawzan~MMM >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>>> ============================ >>>>>>>>>>>>>>>>>>>>>>>>> Blog: http://srinathsview.blogspot.com >>>>>>>>>>>>>>>>>>>>>>>>> twitter:@srinath_perera >>>>>>>>>>>>>>>>>>>>>>>>> Site: http://people.apache.org/~hemapani/ >>>>>>>>>>>>>>>>>>>>>>>>> Photos: http://www.flickr.com/photos/hemapani/ >>>>>>>>>>>>>>>>>>>>>>>>> Phone: 0772360902 >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>> Fawzan~MMM >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>> ============================ >>>>>>>>>>>>>>>>>>>>>>> Blog: http://srinathsview.blogspot.com >>>>>>>>>>>>>>>>>>>>>>> twitter:@srinath_perera >>>>>>>>>>>>>>>>>>>>>>> Site: http://people.apache.org/~hemapani/ >>>>>>>>>>>>>>>>>>>>>>> Photos: http://www.flickr.com/photos/hemapani/ >>>>>>>>>>>>>>>>>>>>>>> Phone: 0772360902 >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>> Fawzan~MMM >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>> ============================ >>>>>>>>>>>>>>>>>>>>> Blog: http://srinathsview.blogspot.com >>>>>>>>>>>>>>>>>>>>> twitter:@srinath_perera >>>>>>>>>>>>>>>>>>>>> Site: http://people.apache.org/~hemapani/ >>>>>>>>>>>>>>>>>>>>> Photos: http://www.flickr.com/photos/hemapani/ >>>>>>>>>>>>>>>>>>>>> Phone: 0772360902 >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>> Fawzan~MMM >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>> ============================ >>>>>>>>>>>>>>>>>>> Blog: http://srinathsview.blogspot.com >>>>>>>>>>>>>>>>>>> twitter:@srinath_perera >>>>>>>>>>>>>>>>>>> Site: http://people.apache.org/~hemapani/ >>>>>>>>>>>>>>>>>>> Photos: http://www.flickr.com/photos/hemapani/ >>>>>>>>>>>>>>>>>>> Phone: 0772360902 >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>> Fawzan~MMM >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>> Fawzan~MMM >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>> ============================ >>>>>>>>>>>>>>>> Blog: http://srinathsview.blogspot.com >>>>>>>>>>>>>>>> twitter:@srinath_perera >>>>>>>>>>>>>>>> Site: http://people.apache.org/~hemapani/ >>>>>>>>>>>>>>>> Photos: http://www.flickr.com/photos/hemapani/ >>>>>>>>>>>>>>>> Phone: 0772360902 >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>> Fawzan~MMM >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> -- >>>>>>>>>>>>>> Fawzan~MMM >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> ============================ >>>>>>>>>>>>> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera >>>>>>>>>>>>> Site: http://people.apache.org/~hemapani/ >>>>>>>>>>>>> Photos: http://www.flickr.com/photos/hemapani/ >>>>>>>>>>>>> Phone: 0772360902 >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> Sent from iPad >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> Sent from iPad >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> ============================ >>>>>>>>>> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera >>>>>>>>>> Site: http://people.apache.org/~hemapani/ >>>>>>>>>> Photos: http://www.flickr.com/photos/hemapani/ >>>>>>>>>> Phone: 0772360902 >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Sent from iPad >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Fawzan~MMM >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Fawzan~MMM >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Fawzan~MMM >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> ============================ >>>>> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera >>>>> Site: http://people.apache.org/~hemapani/ >>>>> Photos: http://www.flickr.com/photos/hemapani/ >>>>> Phone: 0772360902 >>>>> >>>> >>>> >>>> >>>> -- >>>> Mohammed Fawzan >>>> Faculty of Engineering | UoP >>>> +94771121195 >>>> >>>> >>> >>> >>> -- >>> Mohammed Fawzan >>> Faculty of Engineering | UoP >>> +94771121195 >>> >>> >> >> >> -- >> ============================ >> Blog: http://srinathsview.blogspot.com twitter:@srinath_perera >> Site: http://people.apache.org/~hemapani/ >> Photos: http://www.flickr.com/photos/hemapani/ >> Phone: 0772360902 >> > > > -- > Sent from iPad > -- ============================ Blog: http://srinathsview.blogspot.com twitter:@srinath_perera Site: http://people.apache.org/~hemapani/ Photos: http://www.flickr.com/photos/hemapani/ Phone: 0772360902
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
