search for: zubeh

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

Did you mean: zube
2002 Jul 17
1
Possibly problem with case of filenames ?
...h Win98. The WHFC-client shows the files correctly in downcases (ohhh, is this the right word ?), for instance : fax00004.tif. When running under W2k everything is okay, i can see the file and i can show it using an image-viewer called by WHFC with the command line "D:\Programme\Windows NT\Zubeh?r\ImageVue\kodakimg.exe w:\%s" . This is the same under W2k and Win98 . When running under Win98 the file is converted to uppercase (FAX00004.TIF) and it cannot be found by the image-viewer (which is correct as FAX00004.TIF doesn't exist). So what's happening ? The whole thing worke...
2007 Aug 15
1
Function for reading in multidimensional tables / data.frames
Hi, I was wondering if there is already some function implemented into R that reads in tables with more than 2 dimensions. There is probably something neat out there... Thanks, Werner Wissenswertes zum Thema PC, Zubeh?r oder Programme. BE A BETTER INTERNET-GURU! www.yahoo.de/clever
2012 Mar 27
1
SMBLDAP PROBLEM
Hello All, I'm having trouble using smbldap, users that i created can't login . Only when I add the them into system (through adduser) I can log in with them, the problem is because I also need to create / home and set permissions but can not because the system does not recognize the group Domain Users (513). I do not understand how this happened as another opportunity to achieve this
2007 Jul 10
1
Ekiga/OPAL support for theora and small changes to makefile
...time. My plugin will be comitted to OPAL (which is the underlying library of Ekiga) during the next days (hopefully) and will be part of the upcoming Ekiga 3.00. Thank you in advance for your cooperation and help, Matthias __________________________________ Wissenswertes zum Thema PC, Zubeh?r oder Programme. BE A BETTER INTERNET-GURU! www.yahoo.de/clever -------------- next part -------------- A non-text attachment was scrubbed... Name: theora_automake.patch Type: text/x-patch Size: 1910 bytes Desc: 2596788237-theora_automake.patch Url : http://lists.xiph.org/pipermail/theora-dev/att...
2018 Jan 18
1
wrong matrix dimension in sparseQR
Hi, I came across a case when the dimensions of matrices returned by qr() operated on a sparse matrix does not coincide with the initial matrix. Here is a spinet code that should produce an example (one of many that I could provide): ?m=205 ?n=199 ?set.seed(7); ?a=matrix(rnorm(m*n), m, n) ?a[sample(seq(m*n), m*(n-4))]=0 ?a=as(a, "Matrix") ?qa=qr(a); ?stopifnot(nrow(qa at R) ==