Displaying 20 results from an estimated 54 matches for "14.95".
Did you mean:
14.5
2008 May 29
1
plotting zoo using datetime as xlim
is there a way to use the actual index value for plotting zoo objects
this is the way that the index is set up and a sample range of what I would
like to plot
01/01/06 00:00:00 - 01/01/06 23:45:00
{
library(zoo)
# chron
library(chron)
fmt.chron <- function(x) {
chron(sub(" .*", "", x), gsub(".* (.*)", "\\1:00", x))
}}
x <- structure(c(15.57, 15.5,
2003 Oct 09
3
samba time server
Hello,
I'm trying to set up a Linux, rh9, webserver with samba support, so that
user's can make the pages on their windows boxes and drop them right on
the server. I'm having one problem, when the user connects Dreamweaver,
MX version, gives an error about can not determine the server time. I've
added:
time server = yes
to the global section of my smb.conf file, but this
2007 Aug 19
4
GotoIf not working with ${EXTEN} for me in 1.4.8
I am using GotoIf all over the place in 1.4.8 but for some reason, the
following in my dial plan:
#############################################################
exten => _1NXXNXXXXXX,1,GotoIf([${EXTEN} = "15554441212"]?100)
exten => _1NXXNXXXXXX,n,Dial(SIP/provider1/${EXTEN},60)
exten => _1NXXNXXXXXX,n,Dial(SIP/provider2/${EXTEN},60)
exten => _1NXXNXXXXXX,n,Hangup
exten =>
2007 Aug 18
3
Blacklisting Toll-Free etc.
I have always been able to block toll-free numbers by catching them
with a line similar to this for each DID I have on my system:
exten => 5554441212/_888NXXXXXX,n,Playback(GoAway)
Where 15554441212 is one of the DIDs that rings into our Asterisk box.
The problem with this approach that I have to create a line like this
for every pattern I want to block multiplied by every DID on my
system,
2003 Nov 19
1
Can't start smbd
OS = AIX 4.3.3
Samba 2.2.8a
smb.conf:
[global]
workgroup = METRAN
[test]
comment = For testing only, please
path = /usr/local/samba/tmp
read only = no
guest ok = yes
smbd fails to start but did log a pid in smbd.pid. The process is not in the process table.
I ran smbd -i to display the messages:
smbd version 2.2.8a started.
Copyright Andrew Tridgell and the Samba Team
2004 Jul 24
1
Do not buy "Asterisk for Small Office Setup"!
See my previous email but the book is worse than I thought. In addition, to
the things I mentioned earlier.
1. The table of contents is not a table of contents. The only chapter
heading is "Chapter 1". It is impossible to tell what is in what chapter.
2. The index is not alphabetized! This renders it useless. Any decent word
processor will create a better index with a push of the
2004 Feb 02
1
rsync_failed
Hello
I came about the following phenomeon when
the server ( dell poweredge 2650 ) is rsyncing to
the same and remote server.
the connection was close and copying the file didn't finish
yet.
Network Topology:
Dell2650 ----L2SW---L3SW---Dell2650
L2SW: Procurve4108gl
L3SW: BigIron15000
when the unexpected failed come about, the ping
of end-to-end is no problem, and telnet is O.K
when I look
2012 Oct 17
3
aggregate function not working?
The aggregate function for some reason will now work for me.
The error I'm getting is:
"Error in sort.list(y) : 'x' must be atomic for 'sort.list'
Have you called 'sort' on a list?"
agPriceList=aggregate(PriceList$Size, list(PriceList$bandNum),sum)
*Price list dataframe:*
dput(PriceList)
structure(list(Price = c(0, 8.18, 8.27, 10.42, 10.5, 10.6, 11.13,
2005 Jan 12
3
Remote HD boot?
I have been working with SYSLINUX/PXELINUX Mostly v.2.x recently v3.0 &v3.1 to remote-boot IBM PC's off of 1.44Floppy Images with great success. I have searched through several distributions and the SYSLINUX package seems to be by far the easiest to work with.. (thanks)
My question would be: Is it possible to boot a diskless client PC with Complete hard disk images? or even better hard
2013 Mar 06
2
can you suggest on extending ogg as short-clip container and the make of its tool?
Hello.
I am thinking of developing a tool for computer game makers, enabling
them using an ogg file to hold a collection of very short context
audio clips. I am looking for suggestion on usefulness of the tool
once it is made, and its design.
By "very short context audio" I mean the audio clips that usually is
the response to a mouse-click or key press. e.g. a clicking sound, a
2016 Apr 14
4
Bug in by() function which works for some FUN argument and does not work for others
Dear Sirs,
I am Professor at Indira Gandhi Krishi Vishwavidyalaya, Raipur,
Chhattisgarh, India.
While taking classes, I found the *by() *function producing following error
when I use FUN=mean or median and some other functions, however,
FUN=summary works.
Given below is the output of the example I used on a built-in dataset
"mtcars", along with error message reproduced herewith:
>
2003 Oct 29
2
samba3, network printing, additional problems
Hello,
First of all my thanks to everyone for their suggestions. I'm still
having an issue getting this network printer going. I'm now getting a
windows error from explorer.exe, i've checked all the windows system,
application, and security logs and of course the error is not in them. I
then turned samba's debug level to 10, reloaded it and tried again to
access the printer. This
2011 Jan 12
1
snowfall
Hello,
Just wondering why I am unable to run this in parallel.
A dput of my dataset is attached at the end. Please use to create my data
object.
I want to run this function in parallel (not sure if this is an efficient
implementation):
#Function to calculate the time to maturity for the option
require(fCalendar,quietly=TRUE) #Trying to calculate the trading days
2016 Apr 14
0
Bug in by() function which works for some FUN argument and does not work for others
I think you are not using the best function for what your intentions are.
Try:
> by(data=mtcars, INDICES=list(as.factor(mtcars$am)), FUN=colMeans)
: 0
mpg cyl disp hp drat wt
qsec vs
17.1473684 6.9473684 290.3789474 160.2631579 3.2863158 3.7688947
18.1831579 0.3684211
am gear carb
0.0000000
2010 Jan 04
1
log-normal overlay
Hello,
Using the following lines of code, I created the following graph:
2010 Jan 04
1
log normal overlay
Hello,
Using the following lines of code, I created the following graph:
2008 Mar 06
2
Help with parsing a data file
Hi All,
I need to parse data from a file, example shown below. The first two lines
can be skipped, the third line contains the column names. The next 13 lines
can be skipped. The next line "1991" is a year value, with the following 13
values data for that year. The file then repeats this format with (year, 13
lines of data for that year). I would ideally like to end up with an
2013 Aug 26
2
Partial correlation test
Dear all,
I'm writing my manuscript to publish after analysis my final data with
ANOVA, ANCOVA, MANCOVA. In a section of my result, I did correlation of my
data (2 categirical factors with 2 levels: Quantity & Quality; 2 dependent
var: Irid.area & Casa.PC1, and 1 co-var: SL). But as some traits (here
Irid.area) are significantly influenced by the covariate (standard length,
SL), I
2003 Oct 25
3
samba3, cups, and pointprint drivers install
Hello,
I've got a redhat9 system with cups and samba3 installed. I want to use
this machine for both local and network printing. On the local side apps
can print just fine, the cups configuration is working great.
Network-side is not the case. I've got a mixture of 2k and 9x clients, so
i'm going to need drivers for both configurations. In smb.conf i've got:
printcap name = cups
2016 Apr 15
4
Bug in by() function which works for some FUN argument and does not work for others
Dear All,
Thanks for your help. However, I would like to draw your attention to the
following:
Actually, I was replicating the Example 2.3, using the dataset
"brainsize.txt" given in Section 2.3.3 ("Summarize by group") at page 55,
of a famous book "R by Example" written by "Jim Albert and Maria Rizzo"
published in Springers (2012) in a Use R! Series. The