Displaying 20 results from an estimated 2763 matches for "saled".
Did you mean:
sales
2004 Mar 22
3
how to loop through names ?
Hi
I'm sure I'm missing something very straighforward here :-(
I have a data set 'sales' as follows:
==========================================
# read in the sales data
sales<-read.table("sales.dat",header=TRUE);
#generate a serial field
sales$serial=c(1:24)
sales
an l ml ne ni total serial
1 43 25 35 51 17 69 1
2 38 18 47 94 3 99 2
.......
24 58
2017 Nov 02
2
LDAP Filters as defined for dovecot UserDB and passDB
I have pretty much everything working fine.
I have run into one issue with the filters that I am unsure where this a filter is being set.
Dovecot 2.2.32 (dfbe293d4)
I have setup dovecot-ldap.conf.ext to control my LDAP query's
My current layout used filters based on looking at the posixAccount attributes
?user_filter = (&(objectClass=posixAccount)(uid=%u))
If I connect to a a ldap
2003 May 07
2
force group parameter problem
Hello. I'm having some trouble with the force group parameter in the
smb.conf file. I'm running samba 2.2.8a on RedHat 9.
The smb.conf file has the following entries:
[sales]
comment = Sales Share
path = /sales
public = no
writable = yes
create mask = 0770
directory mask = 0770
force group
2009 May 27
4
Sale, pop and product
Hi,
I couldn''t find a better word for pop, but let''s go:
There are 3 models: sale, pop and product
sale:
-total:integer
pop:
-quantity:integer
-discount:float
product:
-name:string
-price:float
A sale can have many different products, each one has a quantity and
discount associated.
So each sale has_many :products through => pops
And each product has_many :sales
2013 May 01
1
Call "stuck" in queue
Asterisk 11.1.0
One queue with strategy=leastrecent. (Full queues.conf below.)
Occasionally (several times today), a caller will get "stuck" in the
queue - there are operators available to take the call, but the caller
stays in the queue for a long time. Any idea what might cause this, or
where I can start looking to debug it? I'm going to start digging
through the queue log
2017 Nov 03
1
LDAP Filters as defined for dovecot UserDB and passDB
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 3 Nov 2017, Aki Tuomi wrote:
> Check your userdb, is it using same config file?
some HOWTOs explicitly want you to use two config files, because Dovecot
maintains two different connections for passdb and userdb queries, which
is faster. So if you have copied the config file, instead of symlinked
them, you might have to change two
2011 Nov 24
1
what is wrong with this dataset?
> d = data.frame(gender=rep(c('f','m'), 5), pos=rep(c('worker', 'manager',
'speaker', 'sales', 'investor'), 2), lot1=rnorm(10), lot2=rnorm(10))
> d
gender pos lot1 lot2
1 f worker 1.1035316 0.8710510
2 m manager -0.4824027 -0.2595865
3 f speaker 0.8933589 -0.5966119
4 m sales
2019 Jun 18
0
Problem syncing e-mails with Outlook
Hello all,
I am running dovecot- 2.3.5.2 with mdbox storage.
I deleted the dovecot.index* from all my folders, which led to mails not
being displayed.
I rebuilt the indexes for all the users after that, using: doveadm
force-resync -u user at domain "*"
However, the problem now is that Outlook,configured for IMAP, is not able
to sync the mails with the server.
I can login to the server
2019 Jun 19
1
Problem syncing mail with IMAP
I am seeing the following errors in my logs, which I believe are preventing
Outlook from syncing.
How do I solve these?
Can I just delete the index.cache??
Jun 18 11:23:34 imap(technical at mydomain.co.ke)<59754><g5UC1JSLPhkpUFt/>:
Error: Corrupted record in index cache file /var/spool/virtual/
mydomain.co.ke/technical/mdbox/mailboxes/INBOX/dbox-Mails/dovecot.index.cache:
UID 29:
2012 Sep 06
2
No room for labels in barplot
All,
I have:
sales <- c(2300,900,155,102,42,10)
names(sales) <- c("Christmas","Valentine's Day",
"Mother's Day","Father's Day",
"Thanksgiving","New Year's Day")
barplot(sales,ylim=c(0,2500))
But it doesn't place all of the name labels on the plot. So I tried:
sales <-
2004 Aug 25
0
[Fwd: Re: Menu help]
Here is a cut and paste from /var/log/messages from our TFTP server
Aug 25 05:45:32 SALES in.tftpd[3206]: RRQ from 10.0.0.223 filename pxelinux.0
Aug 25 05:45:32 SALES in.tftpd[3206]: tftp: client does not accept options
Aug 25 05:45:32 SALES in.tftpd[3207]: RRQ from 10.0.0.223 filename pxelinux.0
Aug 25 05:45:32 SALES in.tftpd[3208]: RRQ from 10.0.0.223 filename
2012 Mar 20
2
Unique in DataFrame
Hello,
I have little doubt, and I do not think that the way I solve the problem
is the best way to do it.
The following is a small dataset
x<-data.frame(city="Barcelona",sales=253639)
x<-rbind(x,data.frame(city="Madrid",sales=223455))
x<-rbind(x,data.frame(city="Lisbon",sales=273633))
x<-rbind(x,data.frame(city="Madrid",sales=266535))
2007 Jan 15
1
Group permissions issue migrating from 2.2.8a to 3.0.23a
Hi,
I have a share that worked fine in samba 2.2.8a, users were able to read and
write to the share, and edit files. After migrating to 3.0.23a, users are no
longer able to edit existing files.
Samba 2.2.8a config:
[sales]
comment = SALES
path = /home/netshare/sales
read list = @purch, @shipping
write list = @adm, @mgt, @sales, @vag, +hap
force group =
2014 Sep 14
1
Group
hello
How can I give permissions based on the groups SAMBA. ?
for example:
mkdir -p /fileserver/sales
useradd -m sample-u1
smbpasswd -a sample-u1
groupadd sales
chgrp -R sales /fileserver/sales
Smb.conf;
[sales]
comment = sales
browseable = yes
path = /fileserver/sales
valid users = @sales
force users = @sales
force group = @sales
write list = @sales
writable = Yes
readonly = No
create mode =
2018 Jan 31
1
Problems with "predict" function
Hello,
I am synthesising some sales data over a twelve month period, and then trying to
use the "predict" function, firstly to generate a thirteenth month forecast with
upper and lower 95% confidence limits. So far so good
But what I then want to do is add the upper sales value at the 95th confidence
limit to the vector of thirteen months and their respective sales to create a
2017 Nov 03
0
LDAP Filters as defined for dovecot UserDB and passDB
Check your userdb, is it using same config file?
Aki
On 02.11.2017 23:59, Will Merkens wrote:
> I have pretty much everything working fine.
>
> I have run into one issue with the filters that I am unsure where this a filter is being set.
>
> Dovecot 2.2.32 (dfbe293d4)
>
> I have setup dovecot-ldap.conf.ext to control my LDAP query's
>
> My current layout used
2003 May 08
0
FW: force group parameter problem
I accidently replied to the individual instead of the message board when
I sent this the first time.
Chris Wright
Network Specialist
Information Technology Outreach Services (ITOS)
University of Georgia
(706) 542-1976
cwright@itos.uga.edu
-----Original Message-----
From: Chris Wright
Sent: Thursday, May 08, 2003 10:05 AM
To: 'John H Terpstra'
Subject: RE: [Samba] force group parameter
2018 Jan 31
3
Problems with "predict" function ii
I have realised that I should have used "detach" before attaching another
dataframe, but even when I do this it's still giving me lots of lines, rather
than just one:
My code:
m<-runif(1,0,1)
m
mres<-m*(seq(1,12))
mres
ssd<-rexp(1,1)
ssd
devs<-rep(0,length(mres))
for(i in 1:length(mres)){devs[i]<-rnorm(1,0,ssd)}
devs
plot(-10,-10,xlim=c(1,24),ylim=c(0,20000))
2012 Oct 08
1
Dovecot Hangs while mutile users download mail for same account using pop3
Hello,
I have a weird problem in dovecot, Dovecot Hangs while multiple users
download mail for same account using pop3
Three persons use 1 same email , and three of them use outlook express
to check
That specific mail .. Also some times one of the three users check the
mail for this
Account using imap (squirrel mail)
And here comes the problem. suddenly all the three users are unable to
2012 Dec 04
1
Periodicity of Weekly Zoo
Hi List,
I have weekly sales observations for several products drawn via ODBC.
Source data is available at
https://www.dropbox.com/s/78vxae5ic8tnutf/asr.csv.
This is retail sales data, so will contain seasonality and trend
information. I expect to see 52 or 53 observations per year, each
observation occuring on the same day of the week (Saturday). Ultimately
I'm looking to feed these series