search for: snippy

Displaying 17 results from an estimated 17 matches for "snippy".

Did you mean: skippy
2009 Mar 25
2
need help with ordering of plots
...he data frame via the reorder() function. My efforts at this have been fruitless, as I can't seem to understand what the output of reorder() actually is or how to use it. And none of the documentation I have read on reorder()makes any sense to me at all. Can anyone help? Also, not to get snippy, but it seems to me that a very obvious and useful flag for the contourplot() function would be some sort of order flag, which could take arguments like "reverse" or "byrow" or "bycolumn". As far as I can tell, nothing of the sort exists. Am I right about this? If s...
2006 Jun 08
19
Agile Web Dev (book) question: errors
This is kind of frustrating (but no doubt helpful in the long run) that after following along and coding , and d/l the code the same error is appearing. For those who are familiar with the depot app, I''ve run into a problem after fixing the cart to reflect quanitites. I worked through the intended error messages but now have this appearing: SyntaxError in StoreController#add_to_cart
2005 Aug 28
7
ztdummy and Linux 2.6.13-rc7
Anybody having issues with ztdummy under the current 2.6 RC7? I get the following errors when trying to modprobe ztdummy: "Unable to register zaptel rtc driver" Doing a Google on the error shows reference to a message from 2004 that said you might not have RTC compiled into the kernel. Checking via: cd /usr/src/linux-2.6.13-rc7 grep -i rtc .config shows: CONFIG_APM_RTC_IS_GMT=y
2003 Dec 10
0
[Fwd: Shorewall 1.4.9 news discrepancy]
On Wednesday 10 December 2003 06:33 am, Tom Eastep wrote: > On Tuesday 09 December 2003 09:29 pm, you wrote: > > I am sorry. I thought I was clear. I guess I did not state explicitly > > the discrepancy. > > Sorry for being snippy -- I shouldn''t let my personal problems leak out onto > the list. > > > The comments (#) I put in the original post (below) describe a > > difference between the example and the definition. > > > > The definition says > > "copy the template to /etc/...
2007 Sep 12
2
Kickstart install surprise
I have to say that I was more that a bit surprised, if not to say dismayed when I booted a system with CentOS 5 installed to test a kickstart CD in interactive mode, took it to the custom partitioning screen, then rebooted without saving anything only to come up with a grub prompt, and the disk's partition table wiped. The ks.cfg file did say to wipe the disk when installing, but I would
2010 Sep 20
3
Can't figure out how to put wineprefixes on an NTFS drive
Hi, I'm still a bit new to Linux and Wine, so please bear with me if this is a stupid question. I've been putting all my windows applications in their own wineprefixes, and now I thought I'd put some of them in my data partition, because there's always lots of free space there and many of my games take a lot of space. But when I try to create a new wineprefix on my data
2003 Mar 08
1
FIX: pscales=list(...) and splom
Dear R Users, When plotting with "splom" I tried to use the pscales=list(...) feature Unfortunately it didn't work at all. Instead the scales always were suppressed. So I looked at the source of panel.pairs and found: "draw <- is.numeric(pscales) && pscales != 0" which rather has to be: "draw <- is.list(pscales) || (is.numeric(pscales) &&
2007 Oct 24
3
API doc update coming?
I''ve upgraded from 1.9.0 to 1.9.2 and am finding that the errors I''m getting don''t match the docs. For example, in Wx::ListCtrl: - The doc makes no mention of on_get_item_column_image(), but without this method I get NoMethodError. - The doc says on_get_item_attr() *may* be overloaded, but if I don''t define it, I get NoMethodError. The API doc appears to
2009 Aug 05
2
Durbin-Watson
Hi, I ran an experiment with 3 factors, 2 levels and 200 replications and as I want to test for residuals independence, I used Durbin-Watson in R. I found two functions (durbin.watson and dwtest) and while both are giving the same rho, the p-values are greatly differ: > durbin.watson(mod1) lag Autocorrelation D-W Statistic p-value 1 -0.04431012 2.088610 0.012 Alternative
2004 Aug 06
3
State of IceCast2?
I've done checkouts from CVS as outlined on the page. Checking out module 'icecast' from cvs.icecast.org and then executing ./autogen.sh causes the icecast code to indicate "Building icecast-1.3.12..." and there is no HACKING file in sight. Is the icecast2 source on another branch? Another module? I'm having the damnedest time finding the active development branch...
2010 Feb 27
3
Oniguruma and Ultraviolet on Windows 7
Hi I have been tying to install the followings gems in order to add code syntax highlighting to my application: -Oniguruma -Ultraviolet -Harsh Unfortunately I have been running into the the following errors when running "gem install oniguruma ultraviolet" Building native extensions. This could take a while... ERROR: Error installing oniguruma: ERROR: Failed to build gem
2004 Aug 06
4
trouble in nullsoft land.
On Sun, 7 Mar 2004, oddsock wrote: > neat, how ironic is it that you can stream mp3pro with the Shoutcast DNAS, > but their YP will not let you list if you do so...talk about your mixed > messages... I think what they're trying to do here is not only block non-SCDNAS servers, but also as many non-Shoutcast sources as they can. Think about it - if you're streaming MP3Pro without
2004 Oct 14
10
Transparent Redirect to external host
Hello all, After perusing the documentation, faqs, and mailing list archives, I have not been able to find a way to do the following. I''m hoping "you" can help. I want to transparently redirect all outbound SMTP connections to an SMTP server of *my* choice. This way, regardless of what a user on my network has set their SMTP server to be within their MUA, I will redirect
2007 Sep 25
12
Problems with expect_render
Hi there, I''ve been working with RSpec for about a week now, and the process of moving from a Test::Unit + Mocha setup to an RSpec + Mocha environment has been pretty straightforward. Except, I''m having problems with using template.expect_render. I have Mocha enabled with: > config.mock_with :mocha in spec_helper. And then I have a view spec which looks like this:
2006 Jun 27
14
iframe ... does it have an innerHTML ?
If I dynamically create a hidden iframe, how could I add a document in a string to that element? e.g., var sDocument = ''<html><head></head><body>Hello world.</body></html>''; I''ve tried several variations of appendChild, innerHTML, document.innerHTML, createTextNode. Argh! _______________________________________________
2003 Dec 20
6
draft of posting guide
Here is a first draft of a guide for posters to r-help and r-devel. Suggestions on how to improve any aspect of it are most welcome. Suggestions on ways to make it more concise are especially welcome. Comments on which parts you like or don't like are welcome. Rather than clutter up R-help with lots of small corrections etc, please send them to me, and I will try to incorporate and
2007 Jun 05
16
CentOS Based Linux Firewall Document
I know that some of you from the list have asked me in the past for a copy of my CentOS based Linux Firewall document. There are also those that have no clue what I am talking about. This is for the former group... There is a new version of my document out. It's changed quite a bit since the last person asked me for it. Some of the changes are: * Updated the scripts in the Useful Shell