Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #16970 > unrolled thread
| Started by | clusardi2k@aol.com |
|---|---|
| First post | 2012-08-02 11:30 -0700 |
| Last post | 2012-08-03 01:36 -0700 |
| Articles | 3 on this page of 23 — 9 participants |
Back to article view | Back to comp.lang.java.programmer
Code To Pick A Date From A Calendar clusardi2k@aol.com - 2012-08-02 11:30 -0700
Re: Code To Pick A Date From A Calendar Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-08-02 14:59 -0400
Re: Code To Pick A Date From A Calendar clusardi2k@aol.com - 2012-08-02 12:11 -0700
Re: Code To Pick A Date From A Calendar "Steve W. Jackson" <stevewjackson@knology.net> - 2012-08-02 15:28 -0500
Re: Code To Pick A Date From A Calendar Knute Johnson <nospam@knutejohnson.com> - 2012-08-02 20:09 -0700
Re: Code To Pick A Date From A Calendar clusardi2k@aol.com - 2012-08-03 05:58 -0700
Re: Code To Pick A Date From A Calendar Knute Johnson <nospam@knutejohnson.com> - 2012-08-03 16:06 -0700
Re: Code To Pick A Date From A Calendar Arne Vajhøj <arne@vajhoej.dk> - 2012-08-03 20:44 -0400
Re: Code To Pick A Date From A Calendar Gene Wirchenko <genew@ocis.net> - 2012-08-05 18:39 -0700
Re: Code To Pick A Date From A Calendar Arne Vajhøj <arne@vajhoej.dk> - 2012-08-06 19:30 -0400
Re: Code To Pick A Date From A Calendar Mike Winter <usenet@michael-winter.me.invalid> - 2012-08-07 01:07 +0100
Re: Code To Pick A Date From A Calendar Arne Vajhøj <arne@vajhoej.dk> - 2012-08-06 20:32 -0400
Re: Code To Pick A Date From A Calendar Lew <lewbloch@gmail.com> - 2012-08-07 11:39 -0700
Re: Code To Pick A Date From A Calendar Mike Winter <usenet@michael-winter.me.invalid> - 2012-08-08 01:07 +0100
Re: Code To Pick A Date From A Calendar Gene Wirchenko <genew@ocis.net> - 2012-08-06 21:41 -0700
Re: Code To Pick A Date From A Calendar Lew <lewbloch@gmail.com> - 2012-08-07 11:41 -0700
Re: Code To Pick A Date From A Calendar Gene Wirchenko <genew@ocis.net> - 2012-08-07 14:17 -0700
Re: Code To Pick A Date From A Calendar Lew <lewbloch@gmail.com> - 2012-08-07 14:51 -0700
Re: Code To Pick A Date From A Calendar Gene Wirchenko <genew@ocis.net> - 2012-08-07 19:53 -0700
Re: Code To Pick A Date From A Calendar Arne Vajhøj <arne@vajhoej.dk> - 2012-08-12 23:03 -0400
Re: Code To Pick A Date From A Calendar Arne Vajhøj <arne@vajhoej.dk> - 2012-08-12 23:01 -0400
Re: Code To Pick A Date From A Calendar Arne Vajhøj <arne@vajhoej.dk> - 2012-08-12 23:00 -0400
Re: Code To Pick A Date From A Calendar Roedy Green <see_website@mindprod.com.invalid> - 2012-08-03 01:36 -0700
Page 2 of 2 — ← Prev page 1 [2]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2012-08-12 23:01 -0400 |
| Message-ID | <50286e26$0$289$14726298@news.sunsite.dk> |
| In reply to | #17304 |
On 8/7/2012 5:17 PM, Gene Wirchenko wrote: > On Tue, 7 Aug 2012 11:41:06 -0700 (PDT), Lew <lewbloch@gmail.com> > wrote: > >> Gene Wirchenko wrote: >>> If I post code that I do not have the copyright for, I can not >>> give that right. I can agree with it all I want, but that is not the >>> same thing. >> >> That's not the point. The point is that if you contribute code under >> that agreement, and you do not hold copyright, *you* are liable >> for the infringement, not the site. > > So? The site is not going to get the right. > > This could lead to trouble if a programmer posts part of an > employer's app, say a useful function. Sure. And if you buy a car from someone that does not own that car, then you can also get in problems. Arne
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2012-08-12 23:00 -0400 |
| Message-ID | <50286ddb$0$289$14726298@news.sunsite.dk> |
| In reply to | #17287 |
On 8/7/2012 12:41 AM, Gene Wirchenko wrote: > On Mon, 06 Aug 2012 19:30:54 -0400, Arne Vajhøj <arne@vajhoej.dk> > wrote: > >> On 8/5/2012 9:39 PM, Gene Wirchenko wrote: > > [snip] > >>> Copyrighted code posted here is still copyrighted. >> >> Obviously code posted here is copyrighted. >> >> The question is whether posting to usenet implicit >> provides a "permissible license". >> >> Web fora where users has to register can require an >> explicit accept. >> >> SO: >> >> You agree that all Subscriber Content that You contribute to the Network >> is perpetually and irrevocably licensed to Stack Exchange under the >> Creative Commons Attribution Share Alike license. You grant Stack > > If I post code that I do not have the copyright for, I can not > give that right. I can agree with it all I want, but that is not the > same thing. That is obvious. But it is no different from any other context. You can not give away something you don't own. Arne
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2012-08-03 01:36 -0700 |
| Message-ID | <4b3n18lbi9rcc2dsnstmm6rm6uqff3deeg@4ax.com> |
| In reply to | #16970 |
On Thu, 2 Aug 2012 11:30:43 -0700 (PDT), clusardi2k@aol.com wrote, quoted or indirectly quoted someone who said : >Does anyone have a link on the Internet to a project that shows how to build and display a calendar, and lets the user pick a date. see http://mindprod.com/jgloss/date.html there are links to two of them at the bottom. -- Roedy Green Canadian Mind Products http://mindprod.com The greatest shortcoming of the human race is our inability to understand the exponential function. ~ Dr. Albert A. Bartlett (born: 1923-03-21 age: 89) http://www.youtube.com/watch?v=F-QA2rkpBSY
[toc] | [prev] | [standalone]
Page 2 of 2 — ← Prev page 1 [2]
Back to top | Article view | comp.lang.java.programmer
csiph-web