search for: holcombe

Displaying 20 results from an estimated 21 matches for "holcombe".

Did you mean: holcomb
2008 Jul 28
12
Segfault with GridCellChoiceEditor
I have a problem. In my application I have a few Grid objects in a Notebook. The Grid objects are populated via GridTableBase. Certain Grid cells need to have a choice interface (I''m artificially enforcing foreign key constraints). All this works to the point where you try to edit the value for that cell. The choice box renders (i.e. the drop down arrow appears) then the application
2001 Nov 10
2
Drive use in wine
I'm running Wine release 20011004 and have created the floppy and CDs drives for my floppy, CD and CDRW. I am automounting the devices. 1. I've noticed that if I don't have a floppy or CD in the drive wine ignores it and even if I insert a disk later the app (notepad) never sees it. 2. I have two CDs, one a Creative DVD and the other a Plextor CDRW, and I've created the
2009 Sep 23
3
Bringing people into a conference
G'day all, I'm using Asterisk 1.4 and am trying to work out a way to bring people into a conference call. In the ideal scenario two people would be talking and one of them would push some keys, then a phone number and then the three of them would be in a conference. From there they should be able to bring in other people as well. This seems to be what the Asterisk n-way call HOWTO
2001 Nov 10
1
FixMes
I've just started working with wine and have been running notepad to test it. I start it from a console window in kde and get a bunch of output like: FIXME:pthread_rwlock_unlock FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock FIXME:pthread_rwlock_rdlock I assume this is a programmer's reminder to fix it at a future date? -- Brett I. Holcomb bholcomb@R777cableone.net
2017 Mar 23
1
A question on stats::as.hclust.dendrogram
...) == 2L, all( vapply(s, is.integer, NA) )) instead of stopifnot(length(s) == 2L, all( vapply(unlist(s), is.integer, NA) ))? I appreciate your time and I'm looking forward to your response. Cheers, Man Chun John Ma, PhD Postdoctoral Fellow Unit 0903 Dept Lymphoma & Myeloma Research 1515 Holcombe Blvd. Houston, TX 77030 MMa at mdanderson.org The information contained in this e-mail message may be ...{{dropped:14}}
2008 Mar 05
2
simulating the anova
I have been trying to figure out how to run a simple simulation of the ANOVA and I'm coming up just a bit short. The code I've got is: cohen.f = .25 groups = 4 between.var = 19 within.var = between.var / cohen.f ^ 2 n = 500 sim.means = rnorm(n = groups, mean = 0, sd = sqrt(between.var)) sim.data = lapply(sim.means, function(mean) rnorm(n = n, mean = mean, sd = sqrt(within.var)))
2008 Feb 19
2
one-way anova power calculations
I have been attempting some basic power calculations using R and I am not getting the results I expect. I had a homework assignment in SAS, but I want to learn R as well, so I was attempting to reproduce my result. (No one else in the class is doing R, so there's no need to obsfucate the answer, the SAS code is what I get my grade for.) The code I am using is: # You assume that the
2008 Mar 14
2
problems creating data frames
I am having two problems creating data frames that I have solutions, but they really seem like kludges and I assume I just don't understand the proper R way of doing things. The first situation is I have an set of uneven data vectors. When I try to use them to create a data frame I would like the bottoms of them padded with NAs, without explicitly specifying that. When I do: anxiety.data =
2004 Apr 07
1
CVS problem?
When I try and update my cvs - from a script that has worked for weeks - I get this error. Is cvs broken or did I do something wrong? Thanks. cvs update: warning: server is not creating directories one at a time cvs [update aborted]: there is a version in wine already
2001 Nov 10
4
Codeweavers vs. RedHat distribution?
I am using the version of wine that came with RedHat 7.2. I just noticed that Codeweavers has their own distribution of wine that includes what looks like a convenient setup configuration utility. What are the pros and cons of uninstalling what I got from RedHat and downloading and installing the rpm from Codeweavers? Thanks
2001 Nov 14
1
dreamweaver
any1 got dreamweaver 3 or 4 working with wine every time i try running it loads up asks for serial i enter it then it segfaults . if it cant be done do you know of a html editor for linux up to the standards of dreamweaver all the ones i have come across so far aint brilliant infact some i would call cack might as well just open emacs and code myself but like dreamweaver cos i can get pro
2003 Feb 25
1
New user seeking information
I run an application on an HPUX 11.0 system that creates report files daily and I am wanting to have those files placed on a W2K server instead of the local drive during creation. Can I do this w/ Samba? Thanks for your time.
2008 Dec 16
2
Request change to file match.c, function match_pattern_list
...ange request relative to the newer version. Respectfully, Eric Sisson -- Eric M. Sisson, Systems Analyst III email: ems at mdacc.tmc.edu Clinical Research Information Systems - Box 237 voice: 713-792-2629 University of Texas M. D. Anderson Cancer Center fax: 713-745-0615 1515 Holcombe Boulevard Houston, Texas 77030-4009
2001 Nov 09
3
getting windows help files to display
I can run my programs with no problems but the help files do not display. Is there some trick? I am running RH 7.2 with wine installed using the rpm that came with it. Thanks.
2008 Mar 12
1
gracefully handing a library load error
I have an R program I am attempting to use to generate some SVGs. I've been using the cairoDevice library. When running a session not connected to an X session (like if I'm sshed in), attempting "library(cairoDevice)" causes: *** caught segfault *** address 0x8, cause 'memory not mapped' Traceback: 1: .C("R_gtk_setEventHandler", PACKAGE =
2001 Dec 07
1
Winamp plugin installation
Okay, this is a nitpick but I gotta do it. First the background: I'm trying to convince a diehard mp3 coworker of mine to use ogg for his personal project along side of mp3 and having a tough time. His gripe is that the default players all support mp3 (Winamp and wma) but not ogg and that his listeners won't want to go out and install it. We have now set up a huge shared drive on the
2001 Dec 07
2
Revised Proposal for Vorbis TAG Standard
Based on peoples posts to this list, and feedback on IRC (irc.openprojects.net #vorbis) I have updated the original proposal. You can read it here. Please read it before writing any futher questions, comments, or criticisms of the proposal. http://reactor-core.org/~djw/ogg-tags.txt Cheers Jonathan -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type:
2008 Jan 31
1
difficulties computing a simple anova
My grasp of R and statistics are both seriously lacking, so if this question is completely naive, I apologize in advance. I've hunted for a couple hours on the internet and none of the methods I've found have produced the result I'm looking for. I'm currently a student in a Statistics class and we are learning the ANOVA. We had to do one by hand and then reproduce our work in SAS.
2008 Feb 21
1
anova power calculations
I sent a message a couple days ago about doing calculations for power of the ANOVA. Several people got back to me very quickly which I really appreciated. I'm working now on a similar problem, but instead of a balanced ANOVA, I have an unbalanced one. The first part of the question was: You assume that the within-population standard deviations all equal 9. You set the Type 1 error rate at รก
2005 Dec 09
4
Feature request FLAC
Dear all, I am an active FLAC user and like the program a lot! Thanks for your great work. Since I am not a developer I cannot modify the program on my own. Maybe you might be interested in features I would find useful. Maybe others find them interesting as well and you find the time to implement them. 1. Add encoder options: a) Skip silence (leading and ending) would give the option to skip