search for: thecase

Displaying 5 results from an estimated 5 matches for "thecase".

Did you mean: thease
2015 Apr 27
2
Real sh? Or other efficient shell for non-interactive scripts
...; incompatible license which obviously prevents a lot of best-of-breed > combinations. You should read the GPL and get help to understand it. The GPL does not forbid this linking. In contrary, the GPOL allows any GPLd program to be linked against any library under and license. If this was not thecase, you could not legally distribute binaries from GPLd programs. > > My code is fully legal and there is absolutely no license problem with it. > > Umm, no. Larry Wall clearly understood this eons ago. ??? > > Just do not follow the false claims from some OSS enemies...and bel...
2010 Sep 09
0
Plotting dates and grid lines on the X-Axis of xyplot
...ng(streams)) { pData <- subset(theData, theData$Well==theWell) streams<-levels(pData$Stream) } else { pData <- subset(theData, theData$Well==theWell & (theData$Stream %in% streams)) } nStreams <- length(streams) # process cases pData$Case<-relevel(pData$Case, ref=obs) theCases <- levels(pData$Case) nCases <- nlevels(pData$Case) theObsCase <- which(theCases==obs)[1] types<-ifelse(1:nCases==theObsCase,"p","l") theLegendLines <- 1:nCases==theObsCase myFill.color=c("red","orange","ForestGreen","bla...
2015 Apr 27
0
Real sh? Or other efficient shell for non-interactive scripts
...erg Schilling <Joerg.Schilling at fokus.fraunhofer.de> wrote: > > > You should read the GPL and get help to understand it. The GPL does not forbid > this linking. In contrary, the GPOL allows any GPLd program to be linked > against any library under and license. If this was not thecase, you could not > legally distribute binaries from GPLd programs. You can't distribute GPLd programs unless 'the work as a whole' is covered by the GPL. There can't be a distinction between binary and source since one is derived from the other. >> > My code is fully l...
2015 Apr 27
2
Real sh? Or other efficient shell for non-interactive scripts
Les Mikesell <lesmikesell at gmail.com> wrote: > On Mon, Apr 27, 2015 at 10:07 AM, Joerg Schilling > <Joerg.Schilling at fokus.fraunhofer.de> wrote: > > > > > I would be interested to understand why Heirloom seems to so well known and my > > portability attempts seem to be widely unknown. > > > > Not sure why it matters with a standalone
2015 Apr 27
3
Real sh? Or other efficient shell for non-interactive scripts
...erg.Schilling at fokus.fraunhofer.de> wrote: > > > > > You should read the GPL and get help to understand it. The GPL does not forbid > > this linking. In contrary, the GPOL allows any GPLd program to be linked > > against any library under and license. If this was not thecase, you could not > > legally distribute binaries from GPLd programs. > > You can't distribute GPLd programs unless 'the work as a whole' is > covered by the GPL. There can't be a distinction between binary and > source since one is derived from the other. Now you...