Helo,
I would also like to participate.

Neeraj

On Fri, Apr 3, 2009 at 12:38 PM,
<umit-devel-requ...@lists.sourceforge.net>wrote:

> Send Umit-devel mailing list submissions to
>        umit-devel@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.sourceforge.net/lists/listinfo/umit-devel
> or, via email, send a message with subject or body 'help' to
>        umit-devel-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
>        umit-devel-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Umit-devel digest..."
>
>
> Today's Topics:
>
>   1. Re: Saturday of code ;-) (Daniel Cassiano)
>   2. Re: Umit-devel Digest, Vol 14, Issue 1 (neeraj gupta)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 3 Apr 2009 00:01:54 -0700
> From: Daniel Cassiano <danielcassi...@gmail.com>
> Subject: Re: [umit-devel] Saturday of code ;-)
> To: Adriano Monteiro Marques <py.adri...@gmail.com>
> Cc: umit devel <umit-devel@lists.sourceforge.net>
> Message-ID:
>        <8d85f2270904030001j66c5a1f2l7f9d8186448bc...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello folks,
> On Thu, Apr 2, 2009 at 11:32 PM, Adriano Monteiro Marques <
> py.adri...@gmail.com> wrote:
>
> > Folks,
> >
> > I'm writing to call all of you to participate on our Saturday of code
> > this week (tomorrow), which is going to be leaded by Luis. The goal is
> > to get things done for our release, which is scheduled for April 5th.
> > The ones interested, please manifest through the mailing list so we
> > can coordinate efforts, ok? Thanks for all you do for Umit Project
> > Organization!
>
>
> As I said to Luis, I will participate.
> I will on irc about 9:30h am UTC, because before I have some class.
>
> Cheers!
>
> --
> Daniel Cassiano
> _____________________________
>
> Page: http://danielcassiano.net/
> http://www.umitproject.org/
> http://www.apontador.com.br/
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 2
> Date: Fri, 3 Apr 2009 12:38:36 +0530
> From: neeraj gupta <neeraj.gupta....@gmail.com>
> Subject: Re: [umit-devel] Umit-devel Digest, Vol 14, Issue 1
> To: umit-devel@lists.sourceforge.net
> Message-ID:
>        <cb8774cc0904030008n3e120c23h83fd0205f032e...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> HI
> Sorry that i sent it more than once. Actually I was not sure how this
> document works and changing some sharing properties will always send it to
> the list.
> Again I am sorry for the inconvenience
>
> Regards
> Neeraj Gupta
>
> On Fri, Apr 3, 2009 at 12:24 PM,
> <umit-devel-requ...@lists.sourceforge.net>wrote:
>
> > Send Umit-devel mailing list submissions to
> >        umit-devel@lists.sourceforge.net
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >        https://lists.sourceforge.net/lists/listinfo/umit-devel
> > or, via email, send a message with subject or body 'help' to
> >        umit-devel-requ...@lists.sourceforge.net
> >
> > You can reach the person managing the list at
> >        umit-devel-ow...@lists.sourceforge.net
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Umit-devel digest..."
> >
> >
> > Today's Topics:
> >
> >   1. Re: Web App Scanner (Adriano Marques)
> >   2. Introduction (neeraj.gupta....@gmail.com)
> >   3. Introduction (neeraj.gupta....@gmail.com)
> >   4. Introduction (neeraj.gupta....@gmail.com)
> >   5. Introduction (neeraj.gupta....@gmail.com)
> >   6. Re: Introduction (Rodolfo S. Carvalho)
> >   7. Saturday of code ;-) (Adriano Monteiro Marques)
> >   8. Fwd:  Saturday of code ;-) (Adriano Monteiro Marques)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Wed, 1 Apr 2009 08:51:45 +0200
> > From: Adriano Marques <py.adri...@gmail.com>
> > Subject: Re: [umit-devel] Web App Scanner
> > To: Jo?o <3rd....@gmail.com>
> > Cc: umit-devel@lists.sourceforge.net
> > Message-ID:
> >        <29ec21540903312351w6a5094afqe8846819ff561...@mail.gmail.com>
> > Content-Type: text/plain; charset=UTF-8
> >
> > Hello,
> >
> > > Being honest to you, I didn't know about this issue between PyGTK and
> > > threads. Even if I do not touch GTK related code from the threads I
> > > might have problems? I mean, I just wanted to create threads to deal
> > > with network requests. Data collected by these requests should be
> > > shared with the main loop, that handles GTK related code... doing this
> > > way, no GTK would never be touched from the threads... it would not
> > > even be visible.
> >
> > If the data is being shared with the main loop, that may cause
> > inconsistency on GTK, even though it is not being directly called by
> > the thread.
> >
> > >>> (maybe I can submit another proposal about it... lol :)
> > >>
> > >> Be my guest ;-)
> > >
> > > Do you think it is a good idea? If so, I might start planning it
> > better...
> >
> > You should decide that. Write down a schedule and try to see if all
> > will fit. If it does, than propose it ;-)
> >
> > > I can figure two options. The first one would be using nmap's nse
> > > scripts. The second one is crafting a python script, using python's
> > > sockets, to deal with it. Perhaps we can use some functionalities
> > > provided by UMPA.
> >
> > If you use nmap nse, you'll end up with an inter-process communication
> > issue and a lot of processes running in parallel. UMPA doesn't look
> > like the solution for that. Perhaps, we'll have to tailor our own
> > solution.
> >
> >
> > Cheers!
> >
> > --
> > Adriano Monteiro Marques
> >
> > http://adriano-marques.blogspot.com
> > http://www.umitproject.org
> > http://www.pythonbenelux.org
> >
> > "Don't stay in bed, unless you can make money in bed." - George Burns
> >
> >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Wed, 01 Apr 2009 10:18:37 +0000
> > From: "neeraj.gupta....@gmail.com" <neeraj.gupta....@gmail.com>
> > Subject: [umit-devel] Introduction
> > To: umit-devel@lists.sourceforge.net
> > Message-ID: <0016e64f68208f635804667ba...@google.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > I've shared a document with you called "Introduction":
> > http://docs.google.com/Doc?id=dgtpnr4t_0cb9z2xcj&invite=504954796 It's
> not
> > an attachment -- it's stored online at Google Docs. To open this
> document,
> > just click the link above. --- Pls have a look at it
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> >
> > ------------------------------
> >
> > Message: 3
> > Date: Wed, 01 Apr 2009 16:13:07 +0000
> > From: "neeraj.gupta....@gmail.com" <neeraj.gupta....@gmail.com>
> > Subject: [umit-devel] Introduction
> > To: umit-devel@lists.sourceforge.net
> > Message-ID: <00163645923c4b8b9e0466809...@google.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > I've shared a document with you called "Introduction":
> > http://docs.google.com/Doc?id=dgtpnr4t_0cb9z2xcj&invite=1071086726 It's
> > not
> > an attachment -- it's stored online at Google Docs. To open this
> document,
> > just click the link above. --- have a look at this
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> >
> > ------------------------------
> >
> > Message: 4
> > Date: Wed, 01 Apr 2009 16:17:17 +0000
> > From: "neeraj.gupta....@gmail.com" <neeraj.gupta....@gmail.com>
> > Subject: [umit-devel] Introduction
> > To: umit-devel@lists.sourceforge.net
> > Message-ID: <0016364574ac375940046680a...@google.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > I've shared a document with you called "Introduction":
> > http://docs.google.com/Doc?id=dgtpnr4t_0cb9z2xcj&invite=504954796 It's
> not
> > an attachment -- it's stored online at Google Docs. To open this
> document,
> > just click the link above. --- Please have a look
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> >
> > ------------------------------
> >
> > Message: 5
> > Date: Wed, 01 Apr 2009 16:19:54 +0000
> > From: "neeraj.gupta....@gmail.com" <neeraj.gupta....@gmail.com>
> > Subject: [umit-devel] Introduction
> > To: umit-devel@lists.sourceforge.net
> > Message-ID: <00163641792b9c6269046680a...@google.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > I've shared a document with you called "Introduction":
> > http://docs.google.com/Doc?id=dgtpnr4t_0cb9z2xcj&invite=1071086726 It's
> > not
> > an attachment -- it's stored online at Google Docs. To open this
> document,
> > just click the link above. --- Please have a look
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> >
> > ------------------------------
> >
> > Message: 6
> > Date: Wed, 1 Apr 2009 14:16:15 -0300
> > From: "Rodolfo S. Carvalho" <rodolfo....@gmail.com>
> > Subject: Re: [umit-devel] Introduction
> > To: "neeraj.gupta....@gmail.com" <neeraj.gupta....@gmail.com>
> > Cc: umit-devel@lists.sourceforge.net
> > Message-ID:
> >        <bd10ae870904011016h70041d9dif45273ed944d7...@mail.gmail.com>
> > Content-Type: text/plain; charset=UTF-8
> >
> > Neeraj my friend, don't be so pushy, I think that everyone in this
> > list already received your e-mail several times.
> >
> > On Wed, Apr 1, 2009 at 1:19 PM, neeraj.gupta....@gmail.com
> > <neeraj.gupta....@gmail.com> wrote:
> > > I've shared a document with you called "Introduction":
> > > http://docs.google.com/Doc?id=dgtpnr4t_0cb9z2xcj&invite=1071086726
> > >
> > > It's not an attachment -- it's stored online at Google Docs. To open
> this
> > > document, just click the link above.
> > > ---
> > >
> > > Please have a look
> > >
> >
> ------------------------------------------------------------------------------
> > >
> > > _______________________________________________
> > > Umit-devel mailing list
> > > Umit-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/umit-devel
> > >
> > >
> >
> >
> >
> > --
> >    Rodolfo Carvalho
> >     Web Developer
> > rodolfo....@gmail.com
> >
> >
> >
> > ------------------------------
> >
> > Message: 7
> > Date: Fri, 3 Apr 2009 08:32:30 +0200
> > From: Adriano Monteiro Marques <py.adri...@gmail.com>
> > Subject: [umit-devel] Saturday of code ;-)
> > To: umit devel <umit-devel@lists.sourceforge.net>
> > Message-ID: <86d34b22-d3dc-4c90-a3bf-d77ecdc8e...@gmail.com>
> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
> >
> > Folks,
> >
> > I'm writing to call all of you to participate on our Saturday of code
> > this week (tomorrow), which is going to be leaded by Luis. The goal is
> > to get things done for our release, which is scheduled for April 5th.
> > The ones interested, please manifest through the mailing list so we
> > can coordinate efforts, ok? Thanks for all you do for Umit Project
> > Organization!
> >
> >
> > Cheers!
> >
> > PS: Any similiraty to Summer of Code is mere coincidence ;-)
> >
> > ---
> > Adriano Monteiro Marques
> >
> > http://www.thoughtspad.com
> > http://www.umitproject.org
> > http://blog.umitproject.org
> > http://www.pythonbenelux.org
> >
> > "Don't stay in bed, unless you can make money in bed." - George Burns
> >
> >
> >
> >
> > ------------------------------
> >
> > Message: 8
> > Date: Fri, 3 Apr 2009 08:54:20 +0200
> > From: Adriano Monteiro Marques <py.adri...@gmail.com>
> > Subject: [umit-devel] Fwd:  Saturday of code ;-)
> > To: umit devel <umit-devel@lists.sourceforge.net>
> > Message-ID: <2ff35bb5-4ebc-4921-84e8-fbbe65904...@gmail.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Just re-sending... I thought I had answered to the mailing list, but I
> > ended up sending only to him.
> >
> > Iniciar mensagem reenviada:
> >
> > > De: Adriano Monteiro Marques <py.adri...@gmail.com>
> > > Data: Fri 3 Apr 2009 08:53:12 GMT+02:00
> > > Para: Jo?o <3rd....@gmail.com>
> > > Assunto: Re: [umit-devel] Saturday of code ;-)
> > >
> > > Hi Jo?o!
> > >
> > >>
> > >> Am I able to help?
> > >
> > > Absolutely! This is a great oportunity for all applicants to show
> > > their interest and start to get used to the code base. Last year we
> > > based our selectiong strongly on proponents participation, and this
> > > year is going to be the same.
> > >
> > >> I'll won't be with my computer next saturday (it has cracked its
> > >> case,
> > >> and I'm going to send it to the factory for exchange...), but I'll be
> > >> using a friend's computer and I can handle simpler tasks on it.
> > >
> > > Sure, no problem. We won't put you to compile Open Office ;-)
> > >
> > >> If there's anything I can do, just tell me, and I'll send an e-mail
> > >> to
> > >> the mail list.
> > >
> > > As I said, Luis is going to lead this Saturday of Code, and he'll be
> > > replying to any doubts through the IRC channel or this mailing list.
> > > I think that today he's going to be busy, but latter he'll reply
> > > with the tasks to everyone that proposed to help.
> > >
> > >> By the way, since we are both brazilian, is there a problem in
> > >> writing
> > >> mails that are direct to you in portuguese?
> > >
> > > You can write me in private in portuguese (I prefer also), but
> > > through the mailing list we better communicate in english only.
> > > There is a lot of people here who doesn't speak portuguese.
> > >
> > >
> > > Cheers!
> > >
> > > ---
> > > Adriano Monteiro Marques
> > >
> > > http://www.thoughtspad.com
> > > http://www.umitproject.org
> > > http://blog.umitproject.org
> > > http://www.pythonbenelux.org
> > >
> > > "Don't stay in bed, unless you can make money in bed." - George Burns
> > >
> >
> > ---
> > Adriano Monteiro Marques
> >
> > http://www.thoughtspad.com
> > http://www.umitproject.org
> > http://blog.umitproject.org
> > http://www.pythonbenelux.org
> >
> > "Don't stay in bed, unless you can make money in bed." - George Burns
> >
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> >
> > ------------------------------
> >
> >
> >
> ------------------------------------------------------------------------------
> >
> >
> > ------------------------------
> >
> > _______________________________________________
> > Umit-devel mailing list
> > Umit-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/umit-devel
> >
> >
> > End of Umit-devel Digest, Vol 14, Issue 1
> > *****************************************
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
>
>
> ------------------------------
>
> _______________________________________________
> Umit-devel mailing list
> Umit-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/umit-devel
>
>
> End of Umit-devel Digest, Vol 14, Issue 2
> *****************************************
>
------------------------------------------------------------------------------
_______________________________________________
Umit-devel mailing list
Umit-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/umit-devel

Reply via email to