search for: blows

Displaying 20 results from an estimated 1758 matches for "blows".

Did you mean: slows
2013 Jan 10
2
piece-wise linear regression nls function
windows 7, R 2.12 I am trying to run a piecewise linear regression with a single knot, i.e. a regression composed of two straight lines where the two lines intersect at an x value given by the variable knot. I wish to estimate the slope of both lines, the value of knot, the x value where the two lines intersect, and an intercept. I am using the nls code below, and get the following error
2004 Aug 06
3
Real Player and Icecast 2
I am streaming mp3 to an Icecast 2 server. The stream works well with Winamp, xmms, and Windows Media Player, but Real Player runs for a couple seconds and blows up. The newest Linux version doesn't blow up, but emits a sharp scratching noise about every 2 seconds. Has anyone made this work? --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to ...
2012 Feb 07
6
nested route not receiving :id parameter within controller spec
I''ve got a share method in my controller, and I have the following spec: describe PostsController do describe "#share" do it "doesn''t blow up" do post :share, :id => @post.id end # ... etc And... It blows up! Failures: 1) PostsController#share shares Failure/Error: post :share ActionController::RoutingError: No route matches {:controller=>"posts", :action=>"share"} # ./spec/controllers/posts_controller_spec.rb:7 My routes has: resources :posts...
2007 Jan 26
12
[Patch] the interface of invalidating qemu mapcache
HVM balloon driver or something, that''s under development, may decrease or increase the machine memory that is taken by HVM guest; in IA32/IA32e host, now Qemu maps the physical memory of HVM guest based on little blocks of memory (the block size is 64K in IA32 host or 1M in IA32E host). When HVM balloon driver decreases the reserved machine memory of HVM guest, Qemu should unmap the
2006 Oct 31
0
6336683 address::queue -v blows up kmdb and mdb
Author: meem Repository: /hg/zfs-crypto/gate Revision: 4d618a4110ff44c57939c29a3a8a198be2ec8352 Log message: 6336683 address::queue -v blows up kmdb and mdb 6338969 netstrategy needs to use SIOCGLIFFLAGS and friends to see IFF_VIRTUAL 6339847 ip_rcm incorrectly parses interface names 6340643 ip_rcm is lugging around dead code 6340645 ip_rcm tracks needless phyint state Files: update: usr/src/cmd/cmd-inet/sbin/netstrategy/netstrategy.c...
2006 Jun 30
0
SOAP responses blowing up memory usage
...omagically converts the array of Struts to SOAP objects as advertised. There''s a point in ActionWebService::Dispatcher::ActionController::InstanceMethods#dispatch _web_service_request (file action_web_service/dispatcher/ action_controller_dispatcher.rb), where memory usage absolutely blows up when passed large arrays. Monitoring top, it looks like the app will grow to around 50mb and then when it does the InstanceMethods#web_service_create_response action memory will shoot up 5x to ~250mb, which is starting to kill our production servers (doesn''t take many of these...
2008 Oct 13
1
Blowing up portions of a graph
Hi, I have a really large graph and would like to zoom in on portions of the graph and post them as blocks below the graph.Is there an add on package to do this? -- Rajesh.J ------------------------------------------------------------ "I skate to where the puck is going to be, not where it has been." - Wayne Gretzky -------------------------------------------------------------
1999 Apr 08
0
Letting users modify there own 'valid users = ' directive
Here's an odd question/request ... Right now, if you setup smb.conf with a [homes] section, anyone can connect and login to the server, as themselves, and mount their home directory. No probs there. Has anyone thought of, and possibly implemented, a means where that end user could change things for themselves to extend permissions on their directory? Basically, make a Win based utility
2004 Jun 17
1
Webtrends blowing up my mapping since samba upgrade
...mba install.. I have a windows computer that connects, and grabs a web server access-log from the drive and processes it (WEBTRENDS). From the windows desktop I can browse the mapped drive letter, view the file, edit the file. When webtrends tries it, It says it can't find the file, then blows the mapping up and I have to reconnect. Which log files on the server, and at what debug level would give me a clue to what is causing it? -- Bill Chmura Director of Internet Technology Explosivo ITG Wolcott, CT p: 888.560.YWEB (9932) e: bill@Explosivo.com w. http://www.explosivo.com
2008 Mar 26
1
the most simply attempt [ibmdos_1978@MYS.CO.JP: 15 tips on mind blowing foreplay]
| Date: Wed, 26 Mar 2008 12:06:21 +0200 | From: Rain Myers <ibmdos_1978 at MYS.CO.JP> | To: klibc at zytor.com | Subject: [klibc] 15 tips on mind blowing foreplay > Date: Fri, 21 Mar 2008 13:04:20 -0700 > From: "H. Peter Anvin" > To: klibc list <klibc at zytor.com> ^^^^^^^^^^^^ to agree to include this in address field ('to' or 'cc'), otherwise
2002 Aug 23
1
R_NilValue blows up on Windows
Ok, Here's the c code that's loaded into R as dll on windows: #include <R.h> #include <Rdefines.h> SEXP test1(SEXP col); SEXP test1(SEXP col) { SEXP col2; Rprintf("no value!\n"); return col2; } Compiles ok with bcc32 into a dll, loads into R as part of a library, I Run library(rkdb), then > .Call("test1", 2) no value! And puf! Rterm crashes.
2009 Oct 05
6
Mac OS X plist resource type spec
Nigel Kersten and I had previously worked on a plist provider spec for Mac OS X. Attached is a PDF of the current state. I would appreciate any input and criticisms. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To
2012 Jul 07
11
Splitting a character vector.
I am lousy at simple regex and I have not found a solution to a simple problem. I have a vector with some character values that I want to split. Sample data dd1 <- c( "XXY (mat harry)","XXY (jim bob)", "CAMP (joe blow)", "ALP (max jack)") Desired result dd2 <- data.frame( xx = c("XXY", "XXY", "CAMP",
2007 Jul 25
3
autotest + integration testing (follow_redirect!) error
I''ve got an interesting (possibly) problem right now between autotest and rails integration tests. There are a few things to preface this with. Works fine: rake test rake test:integration Blows up: autotest Autotest is correctly determining rails and runs tests just fine. One part of the behavior is that if I save a change in just the integration test (even hitting cmd+s to trigger a diff) the tests execute fine. Running all the tests from functional to integration to unit, however, an...
2011 Dec 10
9
When will 6.2 be released.
Let's go ahead and get this flame thread started now to save time. The CentOS team sucks ... it took XXXX days to do 6.1 ... it is going to take twice as long to get 6.2 My mom said CentOS blows. kbsingh is ugly. hughesjr is old and fat. OK ... that should do. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 262 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/a...
2004 Aug 06
2
Real Player and Icecast 2
On Tue, 2004-03-16 at 12:01, Dale Ghent wrote: > On Mar 15, 2004, at 11:40 AM, John McHarry wrote: > > > I am streaming mp3 to an Icecast 2 server. The stream works well with > > Winamp, xmms, and Windows Media Player, but Real Player runs for a > > couple seconds and blows up. The newest Linux version doesn't blow up, > > but emits a sharp scratching noise about every 2 seconds. Has anyone > > made this work? > > Sounds like realplayer isn't observing the metadata updates in the > stream. That looks like what is happening, but I can...
2006 May 01
0
Re: Why Does Ruby on Debian Blow?
It will install the latest version available to you, depending on your choice of debian repositories. Use synaptic, or search your apt-cache to find the name of the latest version and install a newer version. I think stable has 1.8.2 currently. If you need to add new repositories, you can. then apt-get update, and search for the 1.8.4 version of Ruby. Debian always prefers stability of package
2010 Feb 23
1
installing ROCR/gplots packages blows up memory
When I try to install the ROCR package (which requires gplots) on Ubuntu 9.10 (Xubuntu Karmic Koala) 64-bit on R version 2.9.2 (2009-08-24), it eats up all my RAM (2GB) and swap (4GB) and keeps allocating more memory until Linux's out of memory (OOM) killer kills the perl process. This problem is special to Ubuntu because I can install other packages (such as party) on this Ubuntu system, and
2003 Oct 21
0
lme mildly blowing up
I'm running a hierarchical linear model of legislative committee representativeness (so I have committees in chambers) using lme. It's a simple random-intercept-as-outcome model. When I run it, everything converges and I get results like this, trimmed for brevity. The following are the group(chamber)-level variables. The dependent variable is bounded between zero and one.
2010 Aug 17
0
Tricky Master User Query - need MySQL help
OK - I want to do something very tricky with master users and if I get it to work I'm adding it to the wiki for everyone to use. So far I have a MySQL database that servers multiple domains. I can set a flag making someone a domain owner that allows that person to become master of that domain. Here's the query for that. password_query = SELECT user_name, domain_name, password FROM