Displaying 20 results from an estimated 245 matches for "dds".
Did you mean:
adds
2012 Jul 29
4
R- Help (looping)
Hi,
I'm Wellington from Brazil and I have the following issue:
I've been working on a project a for a while, and I'm having trouble in
using the loop (for)
I need to read a column (c1), and for each value of this column, I need to
check if it's within the control limits
So, I was trying to do this:
For (k in 1: c1)
If (c1< lcl1 | c1 > ucl1) {here I
2016 May 10
14
[Bug 95334] New: GM107 with 2560x1440 display on HDMI selects suboptimal resolution 1920x1080
...: 7.7 (2012.06)
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: bugs.freedesktop.org at hpoley.dds.nl
QA Contact: xorg-team at lists.x.org
Display is a Crossover 2720MDP (cheap South Korean QHD screen). I don't think
this ever worked right with nouveau since when I bought it in March 2013. The
correct full resolution is not available in Ubuntu's System Settings section
'Disp...
2012 Jun 09
2
Help getting Torchlight 2 Beta running (Mac)
...verlayElementFactory for type Panel registered.
OverlayElementFactory for type BorderPanel registered.
OverlayElementFactory for type TextArea registered.
Registering ResourceManager for type Font
ArchiveFactory for archive type FileSystem registered.
ArchiveFactory for archive type Zip registered.
DDS codec registering
FreeImage version: 3.13.1
This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,t...
2003 Sep 14
0
dd can't write variable length data blocks to SCSI DDS streamer.
>Submitter-Id: current-users
>Originator: Spartak Radchenko
>Organization: Arguments & Facts Weekly
>Confidential: no
>Synopsis: dd can't write variable length data blocks to SCSI DDS streamer.
>Severity: serious
>Priority: high
>Category: kern
>Class: sw-bug
>Release: FreeBSD 4.9-PRERELEASE i386
>Environment:
System: FreeBSD corwin.aif.ru 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Sun Sep 14 18:44:54 MSD 2003 spartak@corwin.aif.ru:/usr/obj/usr/src/sys/corwin i...
2010 Nov 24
0
nonparametric covariance analysis
...eady the boxcox transformation and glm procedures, but whitout success. So I
am looking for these methos for nonparametrics analysis of covariance.
My model is:
mod<-lm(y ~ x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 + x10 + x11 + x12 + x13 +
x14 + x15 + x16 + x17 + x18 + F1+ F2+ F3, data = dds, weights = erro.y,
na.action = na.exclude)
For this model, I haven't normal distribution on residuals and they aren't
homoscedastic. So I tried a boxcox transformation:
residuo<-residuals(mod)
lillie.test(residuo)
leveneTest(residuo~F1,data=dds)
leveneTest(residuo~F2,data=dds)
levene...
2015 May 13
3
Alternative for wildcard gnu extension in Makevars
Dirk Eddelbuettel <edd at debian.org> schreef:
> On 13 May 2015 at 17:27, Jan van der Laan wrote:
> |
> | I have some cpp-files from another library (boost) in a subdirectory
> | in my src directory (src/boost_src). I include these using the
> | following two lines in my Makevars:
> |
> | SOURCES = $(wildcard *.cpp boost_src/*.cpp)
> | OBJECTS = $(SOURCES:.cpp=.o)
2007 Mar 21
1
How to properly bridge the network to CentOS under Parallels on a Macbook Pro?
...s to run a
distributed software development platform (called Splice) under Linux.
For this task, I have chosen the trusty CentOS 4.4, and I have it set
up in Parallels. So far, so good. Now then, the network does work
within CentOS, but I want to assign it a fixed IP address, such that
the DDS layer of the distributed platform can transparently
communicate to (and from) the virtual machine.
More specifically, the entire network, in which the Splice DDS runs,
is a 192.168.1.x local network. There are already two 'real' (i.e.
not virtual) machines, with IPs 192.168.1.4 and 1...
2012 Feb 01
3
Meet the new maintainer
On 1 February 2012 04:30, <rappard at dds.nl> wrote:
> It's been a while since I've worked with Visual Studio, so some dumb
> questions ahead. To start: should I use
> http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express,
> or something else?
That's a fine place to start if you...
2012 Feb 01
3
Meet the new maintainer
rappard at dds.nl wrote:
> [some snips]
>
> > tweaked and applied. The main problem is that the FLAC test suite
> > takes 30 minutes to run on a 2.8 GHz Core II Duo.
> >
> > I encourage the keen to do a daily checkout and build. I will be
> > building it on x86 and amd64 Linu...
2014 Sep 09
0
program update made my shares no work anymore (ACL)
...2
# file: test2
# owner: admin
# group: bau
user::rwx
group::rwx
group:Administrators:rwx
mask::rwx
other::---
default:user::rwx
default:group::---
default:group:Administrators:rwx
default:mask::rwx
default:other::---
how to tell samba to set acl to the group i specified in smb.conf?
like this:
[DDS]
force group = bau
valid users = @bau @Administrators
create mode = 0770
directory mode = 0770
for test2 it should read:
group:bau:rwx
What do i do wrong?
Here's my smb.conf ([global] + [share])
[global]
domain master = yes
local master = yes
domain logons = yes
preferred mast...
2006 May 26
3
Packaging with mongrel
...rick we were suffering from 500 (and other errors) that the switch to Mongrel has fixed.
Since we are providing the local server as a download application we wanted to find a way to package up the code and ruby modules that were being used. Erik Veenstra packaging application (http://www.erikveen.dds.nl/distributingrubyapplications/rails.html) provides a mechanism to generate a minimal size download with everything needed to run the ruby application. We had to overcome a couple of issues to get the package working with Mongrel and thought it good to share that info (and check that we haven'...
2015 Jul 21
3
dovecot proxy/director and high availability design
...OD2. When DD looks up the host value for a user it'll find the same name, but the IPs returned will be different. Instead have both IPs of the mail stores returned.
I believe this will achieve what I'm after. HAProxy will do the load balancing of the DP instances. DP will balance the DDs, and DDs will do its job well and ensure that say user300 has all of their connections sent to MS1. When I need to do maintenance on MS1 I can use the DD pair for POD1 to gently move the connections to MS2, etc.. I could also make each POD a 2+1 cluster, so a silent but up-to-date and replicated...
2008 Feb 08
2
how to get flac fingerprint from a wav?
...st metaflac's report. I think I have xACT,
but I don't want to be grabbing the mouse and clicking dialogs when I
want to check a whole directory of file signatures.
Any Tapers around? Maybe someone can clarify this for us newcomers
to st5.
Brian
On Feb 8, 2008, at 00:01, rappard@dds.nl wrote:
> I have a wav file and would like to see what the flac fingerprint
> would be.
>
> To do this I run flac to encode the wav file and write the flac
> file to the
> hard disk. I then run metaflac to read the flac file and display the
> fingerprint.
>
> Is the...
2006 Jan 21
5
Distributing a Rails app
I''ve developed a Rails application that I''d like to make generally
available, but I''m not sure how to go about this, or even what tools
are most appropriate. Is this something that the Rails framework
provides, or is it a job for Rake? for Rubygems? for Tar2rubyscript or
Rubyscript2exe?
A pointer to a "Distributing your Rails Application" would be ideal.
--
2008 Feb 07
4
how to get flac fingerprint from a wav?
In windows command line:
I have a wav file and would like to see what the flac fingerprint would be.
To do this I run flac to encode the wav file and write the flac file to the
hard disk. I then run metaflac to read the flac file and display the
fingerprint.
Is there an existing way or other utility to do this without generating the
flac file on the hard disk. I would think it could be quicker
5.1 - kernel-2.6.18-53.el5.centos.plus.i686.rpm: [Errno -1] Package does not match intended download
2007 Dec 04
1
5.1 - kernel-2.6.18-53.el5.centos.plus.i686.rpm: [Errno -1] Package does not match intended download
.../centosplus/i386/RPMS/kernel-2.6.18-53.el5.centos.plus.i686.rpm:
[Errno 9] Requested Range Not Satisfiable
Trying other mirror.
http://yum.singlehop.com/CentOS/5.1/centosplus/i386/RPMS/kernel-2.6.18-53.el5.centos.plus.i686.rpm:
[Errno 9] Requested Range Not Satisfiable
Trying other mirror.
http://dds.gina.alaska.edu/public/mirrors/centos/5.1/centosplus/i386/RPMS/kernel-2.6.18-53.el5.centos.plus.i686.rpm:
[Errno 9] Requested Range Not Satisfiable
Trying other mirror.
http://centos.mirrors.redwire.net/5.1/centosplus/i386/RPMS/kernel-2.6.18-53.el5.centos.plus.i686.rpm:
[Errno 9] Requested Range...
2015 May 13
4
Alternative for wildcard gnu extension in Makevars
...makevars()"
And that 'makevars()' function could generate portable
'Makevars(.win)' files for your package.
Kevin
On Wed, May 13, 2015 at 9:08 AM, G?bor Cs?rdi <csardi.gabor at gmail.com> wrote:
> On Wed, May 13, 2015 at 12:05 PM, Jan van der Laan <rhelp at eoos.dds.nl>
> wrote:
> [...]
>
>> Too bad. Since it is only a handful of files, I will probably move them
>> directly into the src directory and prefix them. It would have been nice to
>> have been able to keep them separate.
>>
>
> If it is a couple of files, then...
2012 Feb 01
2
Meet the new maintainer
rappard at dds.nl wrote:
> > I'm particularly interested in seeing the results of compiling
> > FLAC under MSVC and would love to see good quality patches.
>
> It's been a while since I've worked with Visual Studio, so some dumb
> questions ahead. To start: should I use
> http...
2012 Mar 12
1
FLAC build for Visual Studio 2010?
Download the Visual Studio Ultimate Trial here:
http://www.microsoft.com/visualstudio/en-us/try
Thanks,
Michael
-----Original Message-----
From: rappard at gmail.com [mailto:rappard at gmail.com] On Behalf Of rappard at dds.nl
Sent: Monday, March 12, 2012 9:47 AM
To: Michael Scherotter
Cc: flac-dev at xiph.org
Subject: Re: [flac-dev] FLAC build for Visual Studio 2010?
I'd be happy to test this provided there's an evaluation version of
VS2010 available somewhere - is there?
On 12 March 2012 17:38, Michael Sch...
2008 Feb 08
1
how to get flac fingerprint from a wav?
...id not find in the shntool documentation or flac documentation that the
hash or st5 always would match the flac fingerprint. But at least in a
couple tests I did they matched. And I found some more comments around the
internet indicating they were the same.
-----Original Message-----
From: rappard@dds.nl [mailto:rappard@dds.nl]
Sent: Friday, February 08, 2008 12:01 AM
To: Jeff
Cc: Flac@xiph.org
Subject: Re: [Flac] how to get flac fingerprint from a wav?
> In windows command line:
>
> I have a wav file and would like to see what the flac fingerprint would
be.
>
> To do this I ru...