search for: hawthorne

Displaying 20 results from an estimated 28 matches for "hawthorne".

Did you mean: hawthorn
2015 Nov 10
1
Resending: Requesitng wiki editing ermission
Resending .... Also, related feedback - I got no "permission to post this list is only for list members" notification from Mailman in response to my first post to this list so I did not know the mail was discarded. Would be very nice to attend to that setting in Mailman so folks know that their post never made it through vs. assuming folks are busy and will get back to you shortly.
2013 Nov 17
1
order() function, decreasing=TRUE unexpected behaviour
...witted - it does seem hard to believe that there is a bug in a relatively straightforward r-base function. But I thought I would mention this as it could impact many people. Many thanks to all the R developers and R community for producing and supporting such an outstanding and invaluable product. Hawthorne Beyer University of Queensland [[alternative HTML version deleted]]
2005 Mar 07
2
Setting up asterisk with current PBX?
We currently have a Toshiba Perception EX and I would like to start moving toward VOIP. Is there anyway we can run these two systems in parrallel? Better yet, is there anyway we can run fully on asterisk using the current PBX hardware? The current PBX has a mix of analog, digital and electronic cards in it. I tried to google for advice but I didn't find anything that pertained to this.
2013 May 11
1
STDOUT.should_receive(:puts).with Works *** (:print) fails
...use ''print'' and apparently ..(:print).with... does not work. I can change ''print'' to ''puts'' and it works perfectly. How do I test :print and ...getch("y") for input??? Any help would be appreciated!! Chuck T. EMAIL: admin at hawthorne-press.com -- Posted via http://www.ruby-forum.com/.
2009 Mar 04
3
problems with exporting a chart
Dear R helpers, I have a problem with exporting a chart (to any format). The graphic device becomes inactive and I get the 'Error: invalid graphics state' error message. I searched the help, web and FAQ but couldn't find the solution. This is my code: I chart a histogram for differences in R2 by sample size (an extract from the data is below). Altogether I have n=2500 observations
2004 Jan 19
1
Problem implementing split access
Hello, I am attempting to implement load balancing on a firewall to allow me to use two ISPs. I have followed the instructions in section 4.2 of the LARTC HOWTO but have got stuck on the split access section I have the options CONFIG_IP_ADVANCED_ROUTER and CONFIG_IP_MULTIPLE_TABLES in my kernel (2.4.24) and have added routes to the /etc/iproute2/rt_tables file but when I try a command in the
2009 Apr 02
1
Feedback on Listing at teachingopensource.org
Hello Xapian Developers, I am writing with feedback on your Help Wanted listing at teachingopensource.org, specifically http://www.teachingopensource.org/index.php/Help_Wanted:_Xapian Overall, I think your project listing looks very well done. On your ideas page, you haven't done a lot to sell/market each idea. Why is development of this specific project going to improve Xapian overall? How
2003 Apr 15
5
Summarizing levels for future commands
Hi. This will hopefully be readily understood but if not, bear with me. I have to do a repeated analysis (in spatstat) and want to batch file it. For each of my 'runs' certain variables change. At present I am manually specifying these changes and want to automate it if possible. Ok, I am creating an object which is comprised of 'levels' that are 'characters'. Further
2006 Sep 04
2
Question about ACMError
Hi all, Could you teach me about the behavior of xm commands when ''ACMError'' occurred? I am testing the behavior of xm commands with wrong arguments. When I tested xm commands related to security (xm *label/*policy), I found that some of them. - return 0, - show ACMError''s Traceback messages. Are these results specifications or bugs? Example: # xm cfgbootpolicy
2010 Jun 11
3
Calculation of r squared from a linear regression
Hi, I'm trying to verify the calculation of coefficient of determination (r squared) for linear regression. I've done the calculation manually with a simple test case and using the definition of r squared outlined in summary(lm) help. There seems to be a discrepancy between the what R produced and the manual calculation. Does anyone know why this is so? What does the multiple r squared
2003 Jun 30
2
Deciphering an error message
Hello, I'm working in spatstat and having difficulty with the ppp objects. I can get a ppp object for one set of data, but with the same code applied to a second data set (all I am changing is the field identifier), I get the following error message: Error in switch(w$type, rectangle={: internal error: some total scores are neither 0 nor 1 Any thoughts on what this means and how to correct
2005 Mar 09
0
Setup Help - Apache/FastCGI/subdirectory
OK, I am stumbling forward bit by bit, learning as I go. The details: - Running under Apache on Mac OS X Server (10.3.5) - Obtained and installed FastCGI via instructions at rubyonrails.com (installation appears to be OK) - My app is called Voters and it lives in /Voters/ Where I am stuck is that I have found several sets of instructions for setting up a Rails app as I intend, using some
2004 Nov 22
0
Asterisk with MeritCall
Hi Friends, Do you know if there is a way to integrate this provider with Asterisk for outgoing calls ? Thanks in advance Paulo >>> lists@tlsolutions.net 22-11-2004 23:10:32 >>> Paul, your current method of load balancing is quite fine. Why do you want to round robin load balance? -----Original Message----- From: asterisk-users-bounces@lists.digium.com
2008 Mar 19
0
Samba is accepting student proposals for the Google Summer of Code now.
Samba is again participating as a mentoring organization for the Google Summer of Code[1]. If you are a student and interested in participating, check out our ideas list[2]. We would appreciate if you could drop by on the samba-technical mailing list or in #samba-technical on Freenode and have a chat with us on the project you are interested in. The Samba Team would like to thank Google,
2012 Jun 28
1
Making a Subset Assignment function ("[<-")
Greetings, I am trying to understand how to making a subset assignment function. Take the example where of making a "last" generic function. last <- function(x,...) UseMethod("last"); last.numeric <- function(x, ...) x[length(x)] last.list <- function(x, ...) x[[length(x)]] ..... Now we run into the problem at hand if we want to assign something to the last
2005 Mar 07
2
0.10.1 Upgrade prob, me too
Running Ruby 1.8.2 on Mac OS X 10.3.7. I had been working on a small app based on the To Do tutorial and, since I''m just playing around, I installed tonight''s Rails update. Now I get a 404 error when browsing to my app''s top level. I''m using the built-in WEBrick server, started from within my app directory with "ruby script/server", which had
2006 May 12
2
Can one set limits on new core dump?
Hi all, Is there anyway to limit the new core dumping panics? Can't find anything on it. (If I'd only looked in that ...) Was my mistake, but winbindd filled up an entire volume and froze out every process writing to that drive. I started it from a shell and my soft limit is already zero. (ulimit -S -c 0) FC4 2.6.16-1.2069 smp, gcc 4.0.2-8 samba 3.0.23pre2-SVN-build-15162 Regards, Doug
2006 Aug 08
2
Should I uninstall everything to install InstantRails?
Please help me I am brand new to this. I have been following this tutorial from OnLamp http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html which tells you how to install ruby, rails and mySQL and get going. Doing this tutorial convinced me RoR was the way to go for me. So I got hold of this e-book: Agile Web Development with Rails - The Pragmatic Programmers The book tells me to install
2006 Jan 03
3
Update LDAP password
Hi, my name is Yusuf, I just join with this groups. I have using samba PDC with LDAP as backend. I have a problem to change user password from web. I tried using sudo smbldap-passwd, change permission every file so apache can read / execute that file, but I'm still can't change the user password. Is there any way to change the password only with change the LDAP password (using
2008 May 18
8
FXTable::fitColumnsToContents
On May 17, 2008, at 6:54 AM, David Toll wrote: > I tried to submit the following message to the "fxruby-users" > message board (I clicked the link to send it as an email to fxruby-users at rubyforge.org > , but the message did not appear). I conclude I do not know how to > submit questions to this message board. You need to be subscribed to the mailing list before you