quote-devel Mailing List for Quote of the Day
Status: Alpha
Brought to you by:
dylann
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ben...@id...> - 2004-05-22 12:33:25
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
|
From: Dmitry G. <dv...@us...> - 2003-03-26 12:11:47
|
Hello quote-devel, Hey guys, does any of you use ICQ ? If so feel free to contact me via icq uin 68939381 -- With best regards, Dmitry Guyvoronsky |
|
From: Gayathri A. <gay...@ho...> - 2003-03-24 23:29:56
|
Yes, I did. Hello All..! Gayathri. >From: Dylan Neild <dy...@ma...> >Reply-To: quo...@li... >To: quo...@li... >Subject: [Quote-devel] Just testing.. >Date: Mon, 24 Mar 2003 11:16:14 -0500 > > >Hi, > >Just testing a first post to the mailing list. > >Let me know if you received this. > >Thanks, > >Dylan > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Quote-devel mailing list >Quo...@li... >https://lists.sourceforge.net/lists/listinfo/quote-devel Gayathri _________________________________________________________________ Cricket - World Cup 2003 http://server1.msn.co.in/msnspecials/worldcup03/ News, Views and Match Reports. |
|
From: Eric P. <er...@re...> - 2003-03-24 20:22:30
|
Rock and/or roll. -- Eric. |
|
From: <sa...@ti...> - 2003-03-24 16:33:53
|
On 24 Mar, Dylan Neild wrote: > Let me know if you received this. Yup =P Did you receive my patch? I posted it to this list a few days ago, -- Eric Enright /^\ \ / ASCII Ribbon Campaign X Against HTML E-Mail / \ Public key: 0xBEDF636F |
|
From: Dmitry G. <de...@al...> - 2003-03-24 16:21:52
|
Hello Dylan, DN> Hi, DN> Just testing a first post to the mailing list. DN> Let me know if you received this. Yep DN> Dylan -- With best regards, Dmitry Guyvoronsky |
|
From: Dylan N. <dy...@ma...> - 2003-03-24 16:16:11
|
Hi, Just testing a first post to the mailing list. Let me know if you received this. Thanks, Dylan |
|
From: <sa...@ti...> - 2003-03-21 23:03:02
|
Here's a patch (diff -u) for quote-1.0-alpha1. It patches two files,
and lets me build it on an i686 GNU/Linux system, and probably my
FreeBSD as well, but I haven't checked.. (I'll check whenever I boot
it).
file.c: flag O_EXLOCK in open() doesn't exist on Linux, removed the flag
fetch.c: in resolveHostName() I changed the success test from
``if (h_errno != 0)'' to ``if (h_errno == NULL)'' because
gethostbyname() returns a null pointer on failure, not `zero'
in doFetch(), when passing socketAddress the value of the port to
connect to, we have to be sure it is in network byte order, so
sin_port now = htons(port).
Thats it! Cool program.
HTH,
--
Eric Enright
/^\
\ / ASCII Ribbon Campaign
X Against HTML E-Mail
/ \
Public key: 0xBEDF636F
|