search for: amadeus

Displaying 20 results from an estimated 34 matches for "amadeus".

2003 Feb 08
3
Bug moving file over link?
Can someone explain to me what is happening here: ~ $ touch foo ~ $ ln foo bar ~ $ ls foo bar bar foo ~ $ mv foo bar ~ $ ls foo bar bar foo I try to move a file over a hard linked copy of itself and the move fails, but there is no error. Is this the intended behavior? -- Ben Escoto
2010 Jan 21
2
about loops
...ius, of course, is also 1. The loop here is as the following: generate n points, say 5, in the square randomly repeatedly until we have five in total in the circle, then we stop, otherwise we continue. I do not know how ! Help me Please ~ Thank you very much for your time. Yours Wolfgang Amadeus [[alternative HTML version deleted]]
2010 Jan 20
3
question on runif
Hello! I have a question on uniform distribution. I want to plot n, say 20, points, uniformly distributed, in a circle, with radius=0.1 and center,say, (0.4, 0.8) I do not know how~ Thank you for your time. Yours Wolfgang Amadeus [[alternative HTML version deleted]]
2010 Jan 19
3
Help ~
...ts and such that each daughter is located i.i.d. uniformly in a disk of radius r = 0:1 centred at her parent, under the periodic boundary conditions, i.e. the square is converted into a torus. I tried some but can not figure out the whole thing. Thank you very much for your time. Yours Wolfgang Amadeus [[alternative HTML version deleted]]
2004 May 23
1
A (maybe)_ easy solution to global login script for group checking
...roup the network drives get mapped. It's all in one login script and makes things easy! I couldn't find this in the archives so I thought I'd share this. What's nice is that you have the ifmember only on the server. Hope it's not just repeating something I missed somewhere, Amadeus -- poff@sixbit.org SDF Public Access UNIX System - http://sdf.lonestar.org
1998 Dec 01
2
read.table
Sorry to all bothering you with a trivial question: I am using R (rw0630 for Win32) and am simply unable to read-in the *.txt data. I've tried to copy the file (prum.txt) to different directories of rw0630 but get uniformly the answer "object "prum.txt" not found". Which is the default directory for read.table() ?? Thanks! Z. Skala ++++++++++++++++++++++ Zdenek Skala
2009 Mar 28
4
Wineasio in Mono = No Stereo
Hello all, I can't get stereo with wineasio, even the new verison of wineasio which I have compiled > 1.7.4. when I open an app with wine, I do see the connections in Qjack connections, but It is not in stereo Ardour can verify this, and both left and right connection are connected from wine to jack, I have googled for this answer to no aval and I have asked numerious times on IRC in
2017 Oct 02
2
Should we switch to --hash-style=both by default in LLD ?
> Le 3 oct. 2017 à 00:09, Rui Ueyama <ruiu at google.com> a écrit : > > I read through the binutils mailing list thread, but I couldn't find the exact reason why making --hash-style=gnu default except MIPS wasn't a good idea.Do you mind if I ask you to explain it again for me? > > Since lld is a new linker, we could make a bit more radical change than GNU ld can do,
2001 Sep 06
2
file.copy() problems on WinNT (PR#1085)
For some files, file.copy() doesn't copy these files correctly. Here you will find a file (Bitmap, 769Kb) to reproduce the problem: http://www.statistik.uni-dortmund.de/leute/ligges/R/test1.bmp Using file.copy("c:/test1.bmp", "c:/test2.bmp", overwrite = TRUE) produces a second file with the size of ~1.4 Mb: http://www.statistik.uni-dortmund.de/leute/ligges/R/test2.bmp
2008 Mar 31
3
nut with hal on Fedora 8
I bought a new CyberPower CP850AVRLCD ups, connected it to a usb port and I'm trying to use it with hal. I installed [root at phoenix ~]# rpm -q nut nut-client nut-2.2.0-6.1.fc8 nut-client-2.2.0-6.1.fc8 lsusb sees it: [root at phoenix docs]# lsusb Bus 001 Device 001: ID 0000:0000 Bus 005 Device 002: ID 0c45:1050 Microdia Bus 005 Device 001: ID 0000:0000 Bus 004 Device 001: ID 0000:0000
2007 Dec 09
1
[LLVMdev] LLVM for static code analysis
...ical applications. I am interested in automated code review, coverage and metrics. as done by commercial products like Parasoft C++test. What I am not sure yet is whether the LLVM IR is rich enough for the job or if I should wait for the dedicated C++ ASTof clang. Best regards, Emmanuel Bastien Amadeus IT Group SA -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071209/56d5916b/attachment.html>
2019 Mar 07
0
Network Bridge - error
...once you are finished with guide - you are perfect for testing > this guide (since new to CentOS completely) > > I will update the guide once you are done with it - let me know please! > > Kind regards, > Andrija > > andrija.panic at shapeblue.com > www.shapeblue.com > Amadeus House, Floral Street, London WC2E 9DPUK > @shapeblue > > > > > -----Original Message----- > From: Larry Sevilla <sevilla.larry.oss at gmail.com> > Sent: 06 March 2019 09:45 > To: users at cloudstack.apache.org; CentOS at centos.org > Subject: Network Bridge - er...
1999 Feb 10
1
Creating subscripts in text()
Hello! Help! How to create subscripts in text() ? Could not find an example nor could I guess it. Thank you! Detlef Detlef Steuer Universitaet Dortmund /////// LS Computergestuetzte Statistik U N I D O /// steuer at gigamain.statistik.uni-dortmund.de ______/////// Tel: ++49 +231 755 4353 Fax: ++49 +231 755 4387
1999 Mar 25
1
.C and character
Hi, I had a problem passing characters from R into c-code by dyn.load() and .C(). test.c: void R2Cdouble(double *db) { printf("\n my double: %f \n", db[0]); } test.R: dyn.load("mylib.so"); .C("R2Cdouble", as.double(0.5)); worked fine, but test1.c: void R2Cstr(char *str) { printf("\n my char: %s \n", str[0]); } test1.R:
2003 Aug 14
1
filter ARMA process
Hi given an ARMA process and the AR and MA coefficients I need the residuals. arima() calculates the residuals together with the best AR and MA coefficients, but I need the coefficients to take known values. In S-PLUS there is a function arima.filt(). Is there something similar in R? Thanks for any help, Matthias Budinger
2010 Jan 20
2
A question
Hi all, I have a expression like that : > rep(2,4) [1] 2 2 2 2 Now I want to write it as "2222" through some automated way. Is there is function for doing that? I have tested with paste(), but count not get any desired result. Thanks, -- View this message in context: http://n4.nabble.com/A-question-tp1018144p1018144.html Sent from the R help mailing list archive at Nabble.com.
2007 Mar 19
0
Cannot install Garmin City Navigator DVD - err:msi:ACTION_InstallFiles compressed file wasn't extracted (L"c:\\windows\\system32\\ROBOEX32.DLL")
...ry for L"VerdanaBold13" I suppose the real issue is: err:msi:ACTION_InstallFiles compressed file wasn't extracted (L"c:\\windows\\system32\\ROBOEX32.DLL") What can I do about it? Thanks a lot, Alexander Skwar -- "Why are we importing all these highbrow plays like `Amadeus'? I could have told you Mozart was a jerk for nothing." -- Ian Shoales
1999 Apr 07
1
chull() wanted?
...bably will prove relatively easy to use that code for a R-function. Well, as least as easy as any programming tends to be. :-) Detlef Steuer Detlef Steuer Universitaet Dortmund /////// LS Computergestuetzte Statistik U N I D O /// steuer@amadeus.statistik.uni-dortmund.de ______/////// Tel: ++49 +231 755 4353 Fax: ++49 +231 755 4387 \_\_\_\///// \_\_\_\/// \_\_\_\/ *** Use what talents you possess: the...
2004 Jun 04
0
Requeriments- tc version
...netlink error. I found some requeriments... I recomplied the kernel with QoS''s enabled, but about iproute2, tc, etc... what version I need?... what i realy need for do trafic control? I want to do trafic control with dst ip, limiting the bandwith that one pc can consume. Thanks a lots bye. Amadeus. --------------------------------- ¿Buscás un auto? Encontralo en Yahoo! Autos ¡Más de 4000 clasificados todos los días! Usados - 0 km - Vendé el tuyo --0-284577668-1086315185=:37980 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit <DIV>Hi.</DIV> <DIV&...
2006 Nov 12
1
custom shortcuts
I'm trying to define my long time keyboard shortcuts in compiz on a new FC6 system with gnome. I want <Alt>n to run a shell and <Shift><Alt>p for pan. In metacity I could set the shell shortcut from System->Preferences->keyboard shortcuts, and for something like pan (which was not in the menu) I could do it in gconf-editor (apps->metacity, etc.). Since neither the