Displaying 20 results from an estimated 305 matches for "shouldnt".
Did you mean:
shouldn't
2014 Nov 22
3
Outlook Express and STARTTLS
...strictly enforcing STARTTLS or TLS for SMTP/POP3/IMAP connections.
>>>
>>> SO far a google search has not shown me how to configure this for a
>>> user. Anyone have a pointer to instructions so I can talk the person
>>> through the changes?
>>
>> you shouldnt support outdated stuff
>>
>> http://en.wikipedia.org/wiki/Outlook_Express
>>
>> Included with Windows 98, Windows Me, Windows 2000, Windows XP,
>> Windows
>> Server 2003
>
> the situation for Outlook (not OE) and TLS is not much better
>
> some...
2001 Feb 05
0
Mouse pointer visible in OpenGL window - sometimes... when it shouldnt be.
Hey, i occasionally have this problem.. and someone who read my howto
seems to always ahve it.. so if anyone (Lionel Ulmer) could take a look
into it:
ok, opengl mode, in halflife (problable other things) - someitmes the
mosue pointer appears in the center of the screen...
it happens to me when i have minimized hl or esacped out and back into it
- doesnt happen when i first start it (from
2012 Jul 02
3
residuals from lm
Hi,
I was playing around with something else and I noticed this matrix code for
residuals in a linear model doesn't say what lm() says. Please tell me if I
am completely misguided here.
data(mtcars)
Y <- as.matrix(mtcars[,1])
X <- as.matrix(mtcars[,c(2:11)])
# shouldnt this:
H <- X %*% solve(t(X) %*% X) %*% t(X)
(diag(dim(H)[1]) - H) %*% Y
# be equal to this:
residuals(lm(Y~X))
# ???
# thanks
--
View this message in context: http://r.789695.n4.nabble.com/residuals-from-lm-tp4635155.html
Sent from the R help mailing list archive at Nabble.com.
2002 Mar 12
3
failsafe against "stupid" / careless users
I'm admin on a samba PDC with 150 users, and as normal users they are quit
"stupid". This means that they ofte deletes something that shouldnt have
been deleted. And I find it anoying to restore their files from tapebackup.
So would it be possible to get samba to "move" files instead of deleting
them? This way I could allocate a disk to store deleted files for a periode
of X days / weeks.
If this isnt posible, maybe the samba te...
2006 Apr 18
7
freeze_gems to upgrade and SVN
Hi all-
I just decided to move from my 1.1.0 to 1.1.2. I had previously frozen
to 1.1.0 and therefore had all of rails in SVN in my vendor directory.
When I finally got rake freeze_gems to work, it blasted (rm -rf) my
vendor/rails directory and put a new one in there. This also blasted
all my .svn directories.
Is there some convenient way to do a freeze upgrade and play well with
SVN?
2008 Nov 21
3
list of list objects
...o remove the top layer
[[1]]
[1].0
"ABC" "DEF""LMN"
[1].1
"WER" "ERT" "TRY"
[[2]]
[2].0
"ASD","wer""qwe"
[2].1
"wdv""ghj""ggj"
I wanna avoid the top layer...that is [[1]] [[2]] shouldnt be there
just a simple list is wat i need.
[1].0
"ABC" "DEF""LMN"
[1].1
"WER" "ERT" "TRY"
[2].0
"ASD","wer""qwe"
[2].1
"wdv""ghj""ggj"
kindly let me know hoe to go abt it
regards...
2006 Jan 07
8
exposing id''d
I have been working on a small app that started with some scaffolding.
Some of my actions still have the structure where the id''s of things are
passed on the url for gets.
Whats the best way to avoid the security problems that this creates?
I am sure that there are many pages written on this topic but I guess I
have been searching for the wrong things.
Thanks
Gareth
--
Posted via
2015 Jul 03
2
[LLVMdev] Sequence of BuildMI without order dependency
Hi all,Im writing a pass just before the register allocator in which Im inserting a sequence of new instructions.I do this by calling subsequently for a number of times BuildMI.As a result I see that there is a dependency between the produced instructions which shouldnt be there
as the instructions are not data dependent.Can anybody tell me how to avoid getting the dependency?thanks,Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150703/22a3b4bc/attachment.html>
2003 Aug 07
2
function "lme"
Thanks to everyone who replied to my first problem. Here is the second one:
Is the function "lme" (Mixed Model) also in a foreign library(shouldnt, as
this is a basic statistical function)? I am trying to use lme in R and it
replies that it couldnt find the function lme...weird...
Thanks for replying!
2008 Jun 10
2
Wine 1.0 ?
Shouldnt Wine 1.0 be released on July 4th (Independance Day ? [Laughing] )
2008 Mar 04
2
Filefrag
hi
I have a virtualbox image of ubuntu hardy. I did filefrag and i got this
hardy.vdi: 73 extents found, perfection would be 69 extents
Why does it say perfection would be 69 extents. Shouldnt it be 1 extent?
2004 Jul 01
1
Two possible vulnerabilities?
Dear all,
Browsing through the securityfocus vulnerability database I found
two items, that might interesting for the FreeBSD community:
1. GNU GNATS Syslog() Format String Vulnerability
http://www.securityfocus.com/bid/10609
GNATS is vital part of the PR handling of FreeBSD. I think security
officers should contact developers of GNU GNATS about this issue to resolve
the potential problem.
2008 Jul 21
2
recursive acl problem
...h
authenticated l
which means lookup, leads
that all folders and subfolders
of /usr/local/virtual/%d/%u/
are imap browseable, which means
its recursive somekind.
( people will not like seeing folder names of their mailboxes until they
dont gave permissions explicit to others)
In my meaning this shouldnt be so
only names of ( names of directories) at /usr/local/virtual/%d/%u/
should be shown , subfolders in them should only be
imap browseable if there is another dovecot-acl in them which permits
lookup
i may fail here , anyone which has some enlightment for me outside?
--
Best Regards
MfG Rob...
2005 Jun 24
7
tcp redirect questions
...work design has two ISP
lines and 3 subnets for LAN. Below are some details :-
eth0 - isp1
eth1 - isp2
eth2 - subnet1
eth3 - subnet2
eth4 - subnet3
What i wanted to do is to assign incoming port 80 to
our local squid server running on the firewall itself
and assigned it to eth0(ISP1). I think it shouldnt be
a problem as /etc/shorewall/rules provides a sample of
the rule. For ISP2, i wanted to assign yahoo msgr, msn
msgr and ftp for it. How does the rule should look
like? I have an example here -->
REDIRECT subnet1 isp2 tcp 1863,5190,21 - -
Or any other suggestions are welcomed. Thanks for...
2008 Mar 20
2
hint status unavailable
hello,
i am trying to set up a asterisk server (version 1.2.26 by now) with
realtime configuration but the user shouldnt register directly to the
server, instead i have set up a ser registration proxy. Everything works
fine so far, but i can?t use the hint feature. Its possible to subscribe
to a given hint, but the status is allways unavailable and also i dont
get a notify.
Could someone help me finding a soluti...
2008 Jul 17
2
Add a SQL Statement to every query
Hi,
im trying to create an application for multiple customers, where data
shouldnt be accessible to others. So ive added a customer_id to every
db-table where it matters.
Question: How can i add a Statement to find and other sql-commands so
i just pull out the ones belong to the customer, without having to
add :customer => customer to every find query? Whats the easiest way?
a...
2008 May 29
2
rsync using wildcard (*) character
...t;myfile" as follows:-
ABCD/cdef/xyz* (Considering there are more than one files existing with
names beginning with xyz)
Once I try to transfer files using rsync using the command above, I get an
error saying rsync: link_stat "ABCD/cdef/xyz*" failed: No such file or
directory (2)
Shouldnt it read all the files with names beginning with xyz and start
transferring?
Please help
--
View this message in context: http://www.nabble.com/rsync-using-wildcard-%28*%29-character-tp17536197p17536197.html
Sent from the Samba - rsync mailing list archive at Nabble.com.
-------------- next part -...
2006 Mar 08
3
migrations schema_info table, Rails Recipes Bug?
....
So the recipe says to run this:
ruby script/runner ''ActiveRecord::Base.connection.execute("INSERT INTO
schema_info (version) VALUES(1)")''
with an INSERT function. however, it said the schema_info table is just 1
column, 1 row. Is this true? Cause if that is true, shouldnt the command
be to "UPDATE" the version to 1, not inserting another row?
I guess my confusion lies in the definition of schema_info. I think it
makes sense to be just one column, one row, but i''m just a simple minded
programmer.
But anyway, my rake migrations kept failing until...
2012 Mar 09
2
qbeta function in R
HI All:
Does anyone know the code behind the qbeta function in R?
I am using it to calculate exact confidence intervals and I am getting
'NaN' at places I shouldnt be. Heres the simple code I am using:
k<-3
> x<-NULL
> p<-rbeta(k,3,3)# so that the mean nausea rate is alpha/(alpha+beta)
> min<-10
> max<-60
> n<-as.integer(runif(3,min,max))
> for(i in 1:k)
+ x<-cbind(x,rbinom(5,n[i],p[i]))
>
> # Exact Confidence Int...
2001 Nov 05
3
vector problems
...1] TRUE
> unique(c(mydf[1]))
Error in unique(c(mydf[1])) : unique() applies only to vectors
>
Is it a vector or not? This stuff is driving me nuts. I'm simply trying
to convince R that my grouping vector is actually a vector so that
unique will work. Its just a vector of numbers, so why shouldnt it work?
--
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
Christopher J. Fonnesbeck
Ph.D. Student
Georgia Co-operative Wildlife Unit
University of Georgia
Athens, GA 30602
email: chris at fonnesbeck.net
cfonnesb at stat.uga.edu
Yahoo: fonnesbeck_chris
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
-.-.-...