Displaying 20 results from an estimated 4000 matches similar to: "SysLinux GPL license violation"
2007 Oct 01
1
Speex on DSPic, violation of license?
The whole deal of using the new BSD license for libraries like Speex's
is to allow companies to release commercial source-closed
applications/devices. This to allow wider spread of the formats.
Unless they are using the command line tools (e.g. encoder), which are
not under BSD but LGPL. In that case, they should provide the source
code for all changes they make to the command line tool,
2007 Sep 30
3
Speex on DSPic, violation of license?
I was browsing through Microchips' website and came upon their Speex
library. They are charging for it and looks like it is also not open
source.
http://www.embeddedstar.com/press/content/2005/6/embedded18391.html
scroll down to the paragraph about pricing.
- farhan
2013 Mar 15
0
Samba ignoring group permissions (list files permission) for Windows 7 clients
Hi all,
After updating a RHEL6 server I'm having trouble with Samba ignoring
group permissions on directories. If I mount it under Linux as CIFS,
everything works as expected. But trying to mount it with a Windows 7
client gives me problems.
My shares are mode drwxr-x--- (750) with owner 'root.domain users'. If I
try to mount it under Windows 7, I get "Windows cannot access...
2006 Nov 09
2
Suspected GPL violation by Erightsoft "super"
Hi guys,
the SUPER codec by Erightsoft
http://www.erightsoft.net/SUPER.html
contains lots of GPL and LGPL code:
mplayer, ffmpeg, x264, musepack, theora,
which they admit and give credit for.
Still, their product is proprietary,
and they insist on it. I tried to get
the source through their forum, but they
of course won't give it:
http://www.erightsoft.net/Supforum.html
I'll forward
2020 May 18
0
GPL violation by Synology
Synology ( https://www.synology.com/en-global ) is one of best selling
brands of consumer/prosumer/SMB NASes, with revenue estimated to be in
the $100M+ range.
Several of their NAS backup options use rsync either explicitly or
under the hood (NAS-to-Remote-NAS backup, Shared-Folder-Sync), and
they run the rsync daemon (under File Services). rsync is an integral
part of their solution.
They use a
2003 Jul 29
4
pxelinux 2.04+ hangs after loading kernel
Hi,
I just tried to boot my token ring devices with 2.05 - to no avail,
it hangs after loading the kernel. I then tried older versions, and found
2.03 booting like a charm, and every 2.04-pre including 2.04 hanging.
Here's the config of the devices:
- Networkstation 2800 with IBM PCI Token Ring card 2
- IBM Thinkpad T21 with IBM PCI Token Ring card 2
Maybe this has to do with the changes
2008 Oct 22
2
Possible GPL Violation
Hi All,
I was cruising around today, and came across a company (ZumaStat) that adds
additional statistics functionality to SPSS.
>From the Website:
http://www.zumastat.com/robust_statistics.htm
"ZumaStat provides a user friendly interface to access powerful statistical
programs on robust statistics that are available in the computer package
called R, which is available free.
2008 Jan 30
5
One approach to dealing with SSH brute force attacks.
Message-ID: <479F2A63.2070408 at centos.org>
On: Tue, 29 Jan 2008 07:30:11 -0600, Johnny Hughes <johnny at centos.org>
Subject Was: [CentOS] Unknown rootkit causes compromised servers
>
> SOME of the script kiddies check higher ports for SSH *_BUT_* I only see
> 4% of the brute force attempts to login on ports other than 22.
>
> I would say that dropping brute force
2000 Oct 24
2
Crosstabs function
Is there a crosstabs function like the one found in S-Plus available in any
of the R addon packages? I can't seem to locate anything other than the
chisq.test, which is adequate but does not yield the output customarily
required with any journal submission (in my field). (S-Plus, SPSS, SAS
all provide examples of the required output).
If there isn't such a function already
2007 Jul 07
2
Proposal for Discussion: LICENSE and COPYRIGHT tags on Vorbis Comments
Hello all,
It has come to my attention in a rather unfortunate chat that some
artists do not use Vorbis (or FLAC) because they offer no standard way
to put a license into it. In an age of Creative Commons and
Copyright-awareness this is a valid concern, although I'm not sure how
those artists work with MP3's ID3 in a standard way, considering all
the hacks floating around.
Anyway, Ogg
2007 Jul 07
2
Proposal for Discussion: LICENSE and COPYRIGHT tags on Vorbis Comments
Hello all,
It has come to my attention in a rather unfortunate chat that some
artists do not use Vorbis (or FLAC) because they offer no standard way
to put a license into it. In an age of Creative Commons and
Copyright-awareness this is a valid concern, although I'm not sure how
those artists work with MP3's ID3 in a standard way, considering all
the hacks floating around.
Anyway, Ogg
2007 Jul 07
2
Proposal for Discussion: LICENSE and COPYRIGHT tags on Vorbis Comments
Hello all,
It has come to my attention in a rather unfortunate chat that some
artists do not use Vorbis (or FLAC) because they offer no standard way
to put a license into it. In an age of Creative Commons and
Copyright-awareness this is a valid concern, although I'm not sure how
those artists work with MP3's ID3 in a standard way, considering all
the hacks floating around.
Anyway, Ogg
2010 Jun 23
1
Clustering
Hi,
I use the following clustering methods and get the
corresponding dendrograms for single, complete, average, ward and
kmeans clustering.
This gives the dendrograms, but doesn't show the calculation-way.
My question: is there a possibility to show this calculation steps
(cluster steps) in matrix or graphical form?
Mit freundlichen Gr??en
Ralph Modjesch
2010 Jul 02
2
K-means result - variance between cluster
Hi,
I like to present the results from the clustering method k-means in
terms of variances: within and between Cluster. The k-means object
gives only the within cluster sum of squares by cluster, so the between
variance part is missing,for calculation the following table, which I
try to get.
Number of | Variance within | Var between | Var total | F-value
Cluster k | cluster | cluster
2006 Dec 08
1
Multiple Imputation / Non Parametric Models / Combining Results
Dear R-Users,
The following question is more of general nature than a merely technical
one. Nevertheless I hope someone get me some answers.
I have been using the mice package to perform the multiple imputations. So
far, everything works fine with the standard regressions analysis.
However, I am wondering, if it is theoretically correct to perform
nonparametric models (GAM, spline
2011 Oct 10
5
multicore by(), like mclapply?
dear r experts---Is there a multicore equivalent of by(), just like
mclapply() is the multicore equivalent of lapply()?
if not, is there a fast way to convert a data.table into a list based
on a column that lapply and mclapply can consume?
advice appreciated...as always.
regards,
/iaw
----
Ivo Welch (ivo.welch at gmail.com)
2012 Mar 30
4
list assignment syntax?
Dear R wizards: is there a clean way to assign to elements in a list?
what I would like to do, in pseudo R+perl notation is
f <- function(a,b) list(a+b,a-b)
(c,d) <- f(1,2)
and have c be assigned 1+2 and d be assigned 1-2. right now, I use the clunky
x <- f(1,2)
c <- x[[1]]
d <- x[[2]]
rm(x)
which seems awful. is there a nicer syntax?
regards, /iaw
----
Ivo Welch
2014 Mar 14
1
Replying to Posts
On Thu, March 13, 2014 15:32, Kevin Larsen wrote:
>> On 13/3/14 6:27 pm, Eric Wieling wrote:
>> > This is an example of why I top post. Who wrote what?
>>
+1-1 = 0
I do not care about where people put their replies so long as I can figure out
who is answering what. What I do not like to read is this interminable
religious dogma about the 'natural' order of
2015 Oct 26
8
[Bug 2483] New: use AI_ADDRCONFIG flag for getaddrinfo() hints on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2483
Bug ID: 2483
Summary: use AI_ADDRCONFIG flag for getaddrinfo() hints on
Solaris
Product: Portable OpenSSH
Version: 6.8p1
Hardware: All
OS: Solaris
Status: NEW
Severity: enhancement
Priority: P5
Component:
2013 Apr 04
6
categorized complete list of R commands?
every time I read the R release notes for the next release, I see many
functions that I had forgotten about and many functions that I never knew
existed to begin with. (who knew there were bibtex facilities in R?
obviously, everyone except me.)
I wonder whether there is a complete list of all R commands (incl the
standard packages) somewhere, preferably each with its one-liner AND