search for: holzer

Displaying 20 results from an estimated 30 matches for "holzer".

Did you mean: holler
2000 Sep 04
2
problems with R COMPILE in make
...mageio.c procbase.c readargs.c regSegs.c goodiesPH.c \ generalAnalysis.c edgeAggregation.c utilities.alga.c \ cs.parametrizing.c tst.so: $(SOURCES) R SHLIB -o $@ $(SOURCES) works fine, the Makefile with the target replaced by imageio.o: imageio.c R COMPILE imageio.c results in cd /u/holzer/CurrentWork/algen/C/ make R COMPILE imageio.c make[1]: Entering directory `/users/u1/staff/holzer/CurrentWork/algen/C' R COMPILE imageio.c make[2]: Entering directory `/users/u1/staff/holzer/CurrentWork/algen/C' make[2]: *** No rule to make target `w'. Stop. make[2]: Leaving directory...
2000 Sep 04
2
problems with R COMPILE in make
...mageio.c procbase.c readargs.c regSegs.c goodiesPH.c \ generalAnalysis.c edgeAggregation.c utilities.alga.c \ cs.parametrizing.c tst.so: $(SOURCES) R SHLIB -o $@ $(SOURCES) works fine, the Makefile with the target replaced by imageio.o: imageio.c R COMPILE imageio.c results in cd /u/holzer/CurrentWork/algen/C/ make R COMPILE imageio.c make[1]: Entering directory `/users/u1/staff/holzer/CurrentWork/algen/C' R COMPILE imageio.c make[2]: Entering directory `/users/u1/staff/holzer/CurrentWork/algen/C' make[2]: *** No rule to make target `w'. Stop. make[2]: Leaving directory...
2001 Mar 26
1
Problems with R CMD COMPILE within Makefile (PR#885)
...y example of the problem to R-bugs. So that's what I try here. The following Makefile will not work: ---------------------------------------- .PHONY: tst.o tst.o: tst.c R CMD COMPILE tst.c ---------------------------------------- It results in: ---------------------------------------- cd /u/holzer/CurrentWork/algen/C/temp/ make R CMD COMPILE tst.c make[1]: Entering directory `/users/u1/staff/holzer/CurrentWork/algen/C/temp' R CMD COMPILE tst.c make[2]: Entering directory `/users/u1/staff/holzer/CurrentWork/algen/C/temp' make[2]: *** No rule to make target `w'. Stop. make[2]: Le...
1999 Jul 12
2
how to find index of maximum?
Dear R-users, Is there a simple way to find the index of the maximum of a vector? Ex. 1 3 6 2 result: 3 Thanks for any help, Peter ____________________________________________________________ Peter Holzer phone: + 41 1 632 46 34 Seminar fuer Statistik, SOL F7 fax: + 41 1 632 10 86 (Sonneggstr. 33) <holzer at stat.math.ethz.ch> ETH (Federal Inst. Technology) 8092 Zurich http://www.stat.math.ethz.ch/~holzer/ -.-.-.-.-.-.-.-.-.-.-.-...
2006 Jun 23
7
malloc small pieces of memory
...B Memory Usage (according to one of the values in the Tast manager). In Linux, "top" shows me a physical Usage of about 300MB and a virtual size of ~2.8 GB. With Linux/Wine, the program fails with an "out of memory"-Error (malloc returns NULL). Wine version is 0.9.8. Johannes Holzer
2005 May 13
4
Encryption
...ata it would need to be encrypted. I have found a few options, namely esync wurt rsyncrypto Does anyone have experience with the above and perhaps like to recommend one? On the client side we are on Windows boxes using cygwin. Thanks Gary +-------------------------------------------+ Gary Holzer cmebookings.com service manager Adelaide Central & Eastern Division of General Practice ~ ACEDGP email : gary.holzer@acedivision.com.au mobile : 0417 094 921 direct : (08) 8273 5903 switch : (08) 8271 5455 fax : (08) 8271 1055 w: www.acedivision.com.au & www.cmebookings.com postal:...
2000 Jan 17
1
How to change several elements of an array simultaneously?
..., cs[1]), (rs[2], cs[2]), ... to 1. Obviously I can do that by > m[rs + (cs-1) * dim(m)[1]] <- 1 but I would just be interested whether I am missing a more "intuitive" way of doing that. Thanks in advance, Peter ____________________________________________________________ Peter Holzer phone: + 41 1 632 46 34 Seminar fuer Statistik, LEO C14 fax: + 41 1 632 12 28 (Leonhardstr. 27) <holzer at stat.math.ethz.ch> ETH (Federal Inst. Technology) 8092 Zurich http://www.stat.math.ethz.ch/~holzer/ -.-.-.-.-.-.-.-.-.-.-....
1999 Feb 10
1
problems with read.table
...es Fauvettes" is interpreted as a field delimiter. Playing around with read.table and also with scan I found out that double-quotes are always interpreted as characters of their own. What can I do? Thanks for any help. Peter ____________________________________________________________ Peter Holzer phone: + 41 1 632 46 34 Seminar fuer Statistik, SOL F7 fax: + 41 1 632 10 86 (Sonneggstr. 33) <holzer at stat.math.ethz.ch> ETH (Federal Inst. Technology) 8092 Zurich http://www.stat.math.ethz.ch/~holzer/ -.-.-.-.-.-.-.-.-.-.-.-...
1998 Sep 03
2
a nasty error
...z thing "+ 0.4". Taking that away the seq works fine. My question is: Why has this fuzz thing been added? If it was for some rounding problems I would suggest to replace "0.4" by something much smaller. Peter ____________________________________________________________ Peter Holzer phone: + 41 1 632 46 34 Seminar fuer Statistik, SOL F7 fax: + 41 1 632 10 86 (Sonneggstr. 33) <holzer@stat.math.ethz.ch> ETH (Federal Inst. Technology) 8092 Zurich http://www.stat.math.ethz.ch/~holzer/ -.-.-.-.-.-.-.-.-.-.-.-.-....
2000 Mar 30
1
Efficiency of local functions
...results. I am using Linux, Red Hat 6.1) Does the use of local functions generally slow down the performance? (Even though just a little bit, whereas the advantage of elegancy in programming might be considered quite big.) Peter ____________________________________________________________ Peter Holzer phone: + 41 1 632 46 34 Seminar fuer Statistik, LEO C14 fax: + 41 1 632 12 28 (Leonhardstr. 27) <holzer at stat.math.ethz.ch> ETH (Federal Inst. Technology) 8092 Zurich http://www.stat.math.ethz.ch/~holzer/ -.-.-.-.-.-.-.-.-.-.-....
2000 Jan 10
5
bug in glm (PR#397)
Dear R-team As I didn't get any answer to my bug-report last week I have taken the effort and extracted a minimal data set from my data (see below) where the following bug occurs: > glm(SKR.ein.aus ~ ., family = binomial, data = bugdata, na.action = na.omit) Error in names<-.default(*tmp*, value = ynames) : names attribute must be the same length as the vector In addition: Warning
2000 Feb 11
1
Creating efficiently a subset of a matrix
...e two possibilities on a 10000 x 100 matrix and a submatrix of 10000 x 50 it turned out (using system.time) that the for loop was faster (about 20%). Is there a more efficient way to achieve the desired result? Thanks, Peter -- ____________________________________________________________ Peter Holzer phone: + 41 1 632 46 34 Seminar fuer Statistik, LEO C14 fax: + 41 1 632 12 28 (Leonhardstr. 27) <holzer at stat.math.ethz.ch> ETH (Federal Inst. Technology) 8092 Zurich http://www.stat.math.ethz.ch/~holzer/ -.-.-.-.-.-.-.-.-.-.-....
2000 Oct 02
4
Debugging dynloaded C-code with gdb
...= 8 3: dyPixel = 8 (gdb) n 8 8 477.000000 583.000000 221 linkLength = hypot(xnb-x, ynb-x); 6: xnb = 9.1245819032751532e-313 5: ynb = 0 4: dxPixel = 0 3: dyPixel = 1075452551 (gdb) I would be grateful for any hints. Peter ____________________________________________________________ Peter Holzer phone: + 41 1 632 46 34 Seminar fuer Statistik, LEO C14 fax: + 41 1 632 12 28 (Leonhardstr. 27) <holzer at stat.math.ethz.ch> ETH (Federal Inst. Technology) 8092 Zurich http://www.stat.math.ethz.ch/~holzer/ -.-.-.-.-.-.-.-.-.-.-....
2000 Jan 13
0
problems with understanding behaviour of glm
...", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138")) ____________________________________________________________ Peter Holzer phone: + 41 1 632 46 34 Seminar fuer Statistik, LEO C14 fax: + 41 1 632 12 28 (Leonhardstr. 27) <holzer at stat.math.ethz.ch> ETH (Federal Inst. Technology) 8092 Zurich http://www.stat.math.ethz.ch/~holzer/ -.-.-.-.-.-.-.-.-.-.-....
2003 Apr 16
1
lmcompatibility question
...be set in order to be able to run samba and communicate with a windows domain controller which sets a registry key called lmcompatibility to 5. I am running samba 2.2.5, and realize I may need to upgrade to a newer version. Could you give me a heads up on this capability. Thank you! Erika Holzer
2000 Feb 16
2
Embedding samba...
Hi All, I am working on a port of Samba to the uClinux/ColdFire system. This is a port of Linux running on the Motorola ColdFire processors. These processors have no MMU, so no virtual memory. It also means that there is no true fork() call, only a vfork() type primitive is supported. Other than this the fact that there is no MMU is pretty transparent applications, it looks like any other Linux
1999 Mar 25
4
readline() (PR#147)
Dear R developers, I have found the following bug with readline() in R 0.63.3: if you execute the menu-function and then the readline() function, then readline() prompts "Selection:" > a <- readline() hello > a [1] "hallo" > a <- menu(c("a", "b"), title="bitte:") bitte: 1:a 2:b Selection: 2 > a <- readline() Selection:
1999 Oct 05
0
SAMBA digest 2259
...b@WESTPORT.MSMAIL.AIGFPC.COM> > 10) Re: How to measure performance? > by David Collier-Brown <davecb@canada.sun.com> > 11) Re: SAMBA digest 2258 > by "John E. Malmberg" <wb8tyw@qsl.net> > 12) Re: How to measure performance? > by "Peter J. Holzer" <hjp@wsr.ac.at> > 13) Re: SAMBA digest 2250 - Parameter is incorrect > by Matthew Vanecek <mev0003@unt.edu> > 14) Compiling Under IRIX > by Eric Songer <esonger@lads.is.lmco.com> > 15) [Fwd: print queue problem] > by wmmvdwee <wmmvdwee@hawedo...
2004 Jul 30
0
reply start with a kiss, then move on to...
...://www.morning-meds.com At this announcement Rob began to quiver with excitement, and sat staring eagerly at the Demon, while the latter increased in stature and sparkled and glowed more brilliantly than ever -----Original Message----- From: Mica Robinson [mailto:ayib at bswapxq.com] To: colin holzer; moshe voitier; eduardo subler Sent: Tuesday, August, 2004 5:21 PM Subject: the benefits are endless ktusn.wbballershgyo Didn't you feel the ground shake? Yes; but we're used to such things in California, he replied What people? Why, the people who live there "yes." replied the...
2005 Jan 28
0
Oplocks with concurrent access from same client
...lly feasible to maintain a common cache on the client side for all file handles, and if Windows does this, it would be possible for the server to take advantage of this. Finally, if the server can make this optimization, does a newer version of Samba (3.x or 4.x) do it? hp -- _ | Peter J. Holzer | If the code is old but the problem is new |_|_) | Sysadmin WSR / LUGA | then the code probably isn't the problem. | | | hjp@wsr.ac.at | __/ | http://www.hjp.at/ | -- Tim Bunce on dbi-users, 2004-11-05 -------------- next part -------------- A non-text attachment was scr...