search for: goofi

Displaying 20 results from an estimated 161 matches for "goofi".

Did you mean: goofy
2011 Oct 12
2
goofy class question
Dear R People: Here is a really goofy question. I have some objects which have 2 classes: data.frame and ucr. Also, the classes will always be in that order. I have tried all sorts of things, but to no avail. listucrModels <- function(envir=.GlobalEnv, ...) { objects <- ls(envir=envir, ...) if (length(objects) == 0) NULL else objects[sapply(objects, function(.x)
2007 Jul 10
0
Macro Goofiness
I am trying to use a macro to screen calls by calling several different phones at the same time in different groups. Find me will not work and queues will not work either. Trust me, I've tried them both and they don't work like they should. Here is what I have: A call comes into 6084 and does the following (in default context): exten => 6084,1,NoOp(test) exten =>
2012 Aug 13
6
named character question
Dear R People: Here is a goofy question: I want to extract the zip code from an address and here is my work so far: > add1 results.formatted_address "200 W Rosamond St, Houston, TX 77076, USA" > add1[1][32:36] <NA> <NA> <NA> <NA> <NA> NA NA NA NA NA > str(add1) Named chr "200 W Rosamond St, Houston, TX 77076,
2008 Nov 05
3
Check my math please
Ok this is kind of a goofy question but I want to make sure I get it right. Suppose we have a 25 mb video, that is 117 seconds long. If we wish for this streaming video to play smoothly with no compression, buffering or skipping, the following bandwidth requirements must be met: 25 megabytes = 204800 kilobits. 204800 kb / 117 seconds ~ 1750kb/s Does that look right to you?
2015 Jul 30
3
why no recent bind update for CentOS 6?
> On Jul 28, 2015, at 18:48, Peter <peter at pajamian.dhs.org> wrote: > > On 07/29/2015 11:51 AM, Noam Bernstein wrote: >> Hi CentOS developers - I?ve been happily using CentOS for several >> years now, so thanks for all the good work. In the last week, >> however, I noticed that while the items in RHSA-2015:1443 has shown >> up as updates (and announced on
2007 Sep 03
1
Linux User Auditing
Is it possible to audit the Linux User Shell? I am trying to gather what commands a user is running no our systems. Can auditd handle this? TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070903/3d4d491d/attachment.html>
2007 Jan 12
3
Content-Length: 0
While trying to debug a goofy XML loading issue in IE, I''ve found that Mongrel (latest) returns Content-Type: 0 with every request on a particular (CentOS 4) server, yet not on my local (OS X) box. These both access identical Rails apps. This seems like a clue, but thought I''d ask here if for some reason this is expected behavior. Both running Ruby 1.8.4. Both return
2015 Jul 30
1
why no recent bind update for CentOS 6?
> > On Jul 29, 2015, at 18:20, Nathan Duehr <denverpilot at me.com> wrote: > >> On Jul 28, 2015, at 18:48, Peter <peter at pajamian.dhs.org> wrote: >> >> On 07/29/2015 11:51 AM, Noam Bernstein wrote: >>> Hi CentOS developers - I?ve been happily using CentOS for several >>> years now, so thanks for all the good work. In the last week,
2002 Aug 15
2
Question on Accessing Samba Shares from a Windows XP Pro box...
Howdy. I created a Linux File Server (Redhat 7.3, w/ Samba 2.2.3) and some file shares for my documents. I can ping the server from my Windows XP pro box and vice versa, I know Samba is running and have the "encrypted passwords" option in Samba turned on. On the XP machine, I can see the linux file server, but cannot access any of the shares. It tells me I don't have permission (or
2013 Jan 13
2
getting TukeyHSD code
Hello R People: Here's the Saturday night goofy question. I would like to see the code for TukeyHSD function and I tried the following: > getAnywhere("TukeyHSD") A single object matching ?TukeyHSD? was found It was found in the following places package:stats namespace:stats with value function (x, which, ordered = FALSE, conf.level = 0.95, ...)
2009 Oct 15
2
Mounting Network Storage Issues
I have an Iomega NAS 1TB drive that I am using as just kind of a file sharing solution between all of my computers. Of course it is on a timed backup with my server however it just serves as a temporary solution for a bigger problem ( IE 15 different puters of all various OS Flavors). However I am not able to connect to any network storage server such as Windows PC's or NAS Storage using map
2012 Mar 15
4
replicating C example from the Extensions Manual problem
Dear R People: Here is something that I am sure is very simple. I'm just trying to re-create the C convolution example in the Extensions manual. Here is the subroutine: void convolve(double *a, int *na, double *b, int *nb, double *ab) { R_len_t i, j, nab = *na + *nb - 1; for(i = 0; i < nab; i++) ab[i] = 0.0; for(i = 0; i < *na; i++) for(j = 0; j < *nb; j++) ab[i + j] += a[i] *
2010 Oct 15
2
Joining together multiple csv files
Hi, This feels like a kinda dumb basic question, but I haven't been able to figure it out. I have a bunch of csv files I'd like to put into one csv using R. I have tried cat, append, join, aggregate, and a bunch of other things, but none of them really work for combining the data. If it's one of those listed, then my syntax is goofy. The csv files have different row numbers but the
2024 Apr 22
2
x[0]: Can '0' be made an allowed index in R?
You could have negative indices. There are two ways to do this. 1) provide a large offset. Offset <- 30 for (i in -29 to 120) { print(df[i+Offset])} 2) use absolute values if all indices are negative. for (i in -200 to -1) {print(df[abs(i)])} Tim -----Original Message----- From: R-help <r-help-bounces at r-project.org> On Behalf Of Peter Dalgaard via R-help Sent: Monday, April 22,
2007 Aug 28
2
quota imap_quota
Hello, I've been frying my brain with quota and mysql... Here is what I do: protocol imap { mail_plugins = quota imap_quota imap_client_workarounds = outlook-idle delay-newmail } plugin { # 10 MB + 1000 messages quota limit # quota = maildir:storage=10240:messages=1000 driver = mysql connect = host=/var/lib/mysql/mysql.sock user=mail_admin password=XXXXXXXX dbname=mail
2005 Aug 21
2
Kernel or kernel-smp ?
Since this is National Kernel Day, I have a question. No, 2 questions: I'm running an Asus A7N8X Deluxe ver 2 m/b with an AMD processor: [root at mavis ~]# cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 10 model name : AMD Athlon(tm) XP 2600+ stepping : 0 cpu MHz : 1912.933
2010 Apr 12
2
[PATCH] Access to more Arel predicate types from where condition hash
I could use some eyes on https://rails.lighthouseapp.com/projects/8994/tickets/4368 if anyone has the time. Summary of the change: Similar to PredicateBuilder''s existing support for ''table.column'' => ''value'', this patch enables ''column#method'' => ''value''. For instance,
2003 Dec 10
1
extensive grid docs?
I'm looking for extensive docs on using grid (for the somewhat newbie). I'm attempting to create a set of graphics that look similar to the attached image (I hope this doesn't get bounced) and have only come across the R newsletters and it appears that grid was new as of 1.8.0? I think the best way to proceed is to create the plot, clip it using a polygon, then manually add the
2011 Feb 02
1
set digits in xtable by row
Hello R-listers, I am using xtable to create some LaTeX tables for me to Sweave into my document. I am now trying to set the number of digits that will be reported in several _rows_ in my table. The 'digits' option in xtable() sets the number of digits to display for specified columns. Am I missing another obvious option to do the same thing for rows? A quick RSiteSearch didn't turn
2006 Sep 19
1
Postfix - Dovecot - SASL
I am trying to get Dovecot - Postfix - SASL to work. So, I do not have to use the pop-before-smtp goofy way of authenticating pop3 users when they want to SEND mail. dovecot.conf ------------ pop3_uidl_format = %08Xu%08Xv auth default { mechanisms = plain login passdb sql { args = /home/digipanel/secure/programs/dovecot/config/dovecot-mysql.conf } userdb sql { args =