Displaying 20 results from an estimated 9000 matches similar to: "Question on Accessing Samba Shares from a Windows XP Pro box..."
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?
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)
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,
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,
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
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
2002 Aug 20
3
RH 7.3 + Samba DC
Hi All,
very new to the linux thing.
I have tried our local linux list but no luck.
I have setup Samba on the box which is running Rh7.3 with Samba 2.2.3a-6 (server/common & client)
I got a tut from IBMs site on how to setup a pdc with samba and redhat.
I followed the tut step for step but still when I want to login on wind98 onto the box I get a message
that the pdc is not found.
When 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
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
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] *
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
2000 Apr 14
2
More Slack7 heartbreak.
All line number are approximate, but most likely w/in 10 lines of the
OpenSSH 1.2.3 tarball.
I unpacked the tarball, and did a ./configure;make;make install
and now I've had some problems. :-)
OK, I've tracked down lots of goofy stuff w/ slack7 and OpenSSH
I've got a couple of questions.
What is /dev/tty and why does ssh try to open it to read the password
instead of stdin?(this cause
2006 Nov 10
3
How to get CDR to show answered calls only
Is there anyway to get CDR to show just the answered calls. Not by
exporting to a spreadsheet and editing. We have ring groups and queues and
CDR shows everything as calls received. Even if it's multiple extensions
ringing it shows them as multiple calls received. This seems kind of goofy.
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 =
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
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,
2006 Apr 27
1
scope of variable/object ?
Hi,
I must be missing something here...Essentially, a short piece of code works if it's standalone, but doesn't work if it's divided into two functions.
The code that works is:
################### WORKS ###############
library(pamr)
set.seed(120)
x <- matrix(rnorm(1000*20),ncol=20)
y <- sample(c(1:4),size=20,replace=TRUE)
mydata <- list(x=x,y=y)
2005 Mar 22
1
NEWBIE: MWI on 7960
Situation:
* New Install of Asterisk
* 7960 w/ SIP 7.4 Image
* 7912 w/ SIP040406A
* 3 Lines Defined on the 7960 (5104,3100,2100)
Questions (configs are below):
* Why won't the MWI light on the Cisco? I've tried:
* mailbox=2100
* mailbox=2100@default
* mailbox=2100@wvlandsales-voicemail
* Does anything look goofy overall? :-)
Thanks,
George
Sip.conf
[2100]