Displaying 20 results from an estimated 151 matches for "obtus".
Did you mean:
obtuse
2007 Dec 02
2
Obtuse-smtpd and Postfix
Hi all..
I would like to switch to CENTOS Postfix from sendmail. My current
sendmail, in combination with
the very old obtuse-smtpd, allows me:
1. To control who of the internal users can send mail and
to which domain or accounts
2. To control who of the internal users can receive mail and from
which domain or accounts
3. To obtain a copy of all sent mails
4. To obtain a copy o...
2007 Dec 04
0
obtuse-smtpd & Postfix
Hi, people.
I want to thank every one in the list, specially to
Barry Brimer and Bill Campbell for their good advices.
I will install CENTOS 5.1 and will try their recommendations.
I must state that I would like to use Postfix in my box and
I think it will fulfill the needed requisites (if I learn
first what are "smtpd_restrictions_classes" and the other
tips I received
2005 Oct 31
4
Import help (neophyte)
Hi, I have no experience with R and I'm finding the manuals a bit obtuse
and written as if I already understood R.
I'm trying to import a csv file from a floppy and it's not working. The
code I'm using is
read.table("F:\GEORGIA\species_richness\SR_use.csv", sep=",", header =
TRUE, row.names = 1)
I'm assuming that this command...
2013 Mar 13
3
[LLVMdev] PROPOSAL: struct-access-path aware TBAA
Based on my understanding of her design, following is one obtuse
motivating example:
--------------------------
class A;
class B;
int foo(A* p, B* q) {
p->a_int_field = 2;
q->another_int_field = 3;
return p->a_int_field; // !!!!!
}
----------------------------------
the *-statement can be optimized into "return 2" if optimize...
2016 Apr 12
2
[FORGED] Re: [FORGED] Re: identical() versus sapply()
...39;. That is different than saying 'as(x,
> "numeric") is the same as as.numeric(x)'.
IMHO this is so *obviously* confusing and misleading --- even though it
is technically correct --- that whoever wrote it was either
intentionally trying to be confusing or is unbelievably obtuse and/or
out of touch with reality.
It is not (again IMHO) clear even to *very* careful readers.
To my mind this documentation fails even the fortune(350) test.
cheers,
Rolf
--
Technical Editor ANZJS
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276
2013 Mar 13
0
[LLVMdev] PROPOSAL: struct-access-path aware TBAA
On 3/12/2013 9:56 PM, Shuxin Yang wrote:
> Based on my understanding of her design, following is one obtuse
> motivating example:
>
> --------------------------
> class A;
> class B;
>
> int foo(A* p, B* q) {
>
> p->a_int_field = 2;
> q->another_int_field = 3;
> return p->a_int_field; // !!!!!
> }
> ----------------------------------
>
>...
2016 Sep 13
2
https://reviews.llvm.org/D23393
...es a confusing interface for first-time
>> or irregular users.
> I don’t think it’s fair to say that the Phabricator interface is confusing for first-time or irregular users. I use Phabricator on a couple of projects and review things with it quite regularly and I still find the interface obtuse.
>
+1, I'm a freebsd guy as well, we (freebsd) unfortunately use
phabricator as well, it's just suboptimal.
2015 Apr 16
2
rsync --delete
...5 10:13 AM, Ken Chase wrote:
> Wow, it took me a few seconds to figure out what you were trying to
> do.
>
> What's wrong with rm?
>
> Also I think trying to leverage the side of disqualifying all
> source files just to get the delete effect (very clever but
> somewhat obtuse!) risks creating a temporary file of some kind in
> the target at the start of the operation, and if you cant even
> mkdir then that exceeds disk quota immediately and fails.
>
> /kc
>
>
> On Thu, Apr 16, 2015 at 12:20:52PM +0300, ????? ?????? said:
>> Hi, Rsync.
>...
2003 Apr 16
2
Jackknife and rpart
...n
in bootstrap but can I do something as simple as:
for(i in 1:number of samples){
remove i from the data
run the tree
compare sample[i] to the tree using predict
create an error matrix}
This would give me a confussion matrix of data not included in the tree's
constuction.
Am I being obtuse again?
Thanks, CM
2007 Sep 21
3
really dumb question | loop counters in
...rom 1 to 100, using a step size of
(say) 5. Trying the obvious
for(x in 1:5:100) {
print(x)
}
(Perhaps obviously, I've borrowed the MATLAB convention to some degree).
Or, looping from 0 -> 1 by 0.01?
I've dug through what [R] documentation I have, and all I can find is
the somewhat obtuse.
For example, I can use
x <- seq(0,1, by=.01)
But not
for(x in (0,1,by=0.01)) {
print(x)
}
What about things that are slickly handled in C++, like
for (node=start; value<threshold && node!=end; node=node->next) { ... }
OK - I'm stumped (and happy to humiliate myself wi...
2018 Dec 10
2
Migrate utils/ Python 2 scripts to Python 3
...python3 on some systems. So, I'd propose the following:
> > 1. Change all #! lines to say "#!/usr/bin/env python2.7" instead of "#!/usr/bin
> > /env python", if they only work with 2.7.
> > 2. If someone feels motivated, and if it doesn't make the code obtuse, port
> > scripts to work with either version -- and for such scripts, change the #! line
> > to say "#!/usr/bin/env python".
>
>
> I've started the work:
>
> https://reviews.llvm.org/D55121
>
> More patch may come if there's an interest i...
2016 Sep 13
2
https://reviews.llvm.org/D23393
On 13 September 2016 at 07:59, Piotr Padlewski via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> This is exactly why we should switch to github. It is much easier for new
> contributors to start with small fixes.
There are two really quite separate issues here:
1) Patches, even trivial ones can sit unreviewed for long periods of
time leading to a negative first time contribution
2004 Dec 01
1
SPA-3000 and distinctive ring
I'm looking to give the SPA-3000 a whirl as I'm having too much
difficulty with the irq sharing thing inside the box.
I'm reading the book but without having one in-hand to play with it
appears a little obtuse at this time. Before I drop down my money can
someone with some hands-on with one of these confirm if the SPA-3000
can:
a) detect inbound distinctive ring (this looks to me like cfw sel1
caller command from the pdf guide)
and if so...
b) direct individual distinctive rings to a different Asterisk...
2005 Aug 01
1
How do you set the encoder bit reservoir size?
...ed reservoir size (in bits,
defaulting to two seconds worth of requested bitrate) and 'hoarding'
behavior (whether the encoder tends to keep the bit reservoir more
full or more empty) as well as the other encoding heuristics available
through the API of 1.0.1."
I'm sorry to be so obtuse, but I do not see where in the API to set the
reservoir size or hoarding behavior. I checked out
http://svn.xiph.org/trunk/vorbis, and am looking at vorbisenc.h. Is that the
wrong place to look?
Thanks, Jeff
Jefferson Stonier
Broadcast Devices, LLC
-------------- next part --------------...
2006 Nov 09
1
[LLVMdev] LLVM and newlib progress
Reid Spencer kirjoitti:
> So, now I'm not sure what you're talking about. Is
> libgloss part of newlib? If so, please note that it is not llvm-gcc's
> job to pass CFLAGS down. That would be a bug in the newlib makefiles. :)
Sorry for being obtuse. Yes, if there indeed is a bug, it is in the
newlib build system. I was trying to compile newlib with llvm-gcc.
The need for propagating compiler flags arises because if I want to
create newlib libraries that contain LLVM byte code rather than host
object files, I need to pass -emit-llvm to all i...
2000 Sep 18
1
phantom(0) doesn't do what I expect it to [plotmath]
...lain(K),
phantom(0)*830*plain(K),
1440*plain(K),
2500*plain(K)))
Unfortunately, phantom(0) doesn't seem to be adding any space, whether
I use the X11 or the postscript device.
Am I being obtuse? Should I file a PR?
Suggestions for alternative solutions also appreciated (short of
measuring all the string widths and building it up by hand ;-)
cheers,
Malcolm
--
Malcolm Gillies <M.B.Gillies at pharm.uu.nl>
PhD student, computational medicinal chemistry
Dept of Medicinal Chemistry,...
2015 Aug 22
1
migrating servers
...the new server to the old (wrong direction) and that program does not
exist on the earlier version of dovecot on the old server.
If I can be very blunt the documentation on the wiki assumes far too much
knowledge from the reader. It is often hard to decipher exactly what is
meant by many of the obtuse instructions. But that is an aside can anyone
give me pointers on how to do this migration for all my users so they don't
need to sort through hundreds of duplicated emails?
Chris
2012 Aug 01
3
repeating a function across a data frame
Hello everyone. Like others on this list, I'm new to R, and really not much
of a programmer, so please excuse any obtuse questions! I'm trying to
repeat a function across all possible combinations of vectors in a data
frame. I'd hugely appreciate any advice!
Here's what I'm doing:
I have some data: 40 samples, ~460 000 different readings between 1 and 0
for each sample. I would like to make R sp...
2008 Feb 02
0
Xen 3.2 Debian 2.6.18, Remote Serial console only, grub config needed
...Xen 3.2 Debian 2.6.18 on Dual Xeon with Remote Serial access -
grub.conf config advice needed
the subject says it all - anyone who knows the answer can stop reading
and hit "send" with a few lines of grub.conf - however, for those
people who are bored, intrigued, or prefer a little less obtuse
requests for help, here''s a little bit more waffly version:
i have a debian/testing system which is, rather unusually, on a dual-xeon
system where the _only_ access i have, to this leased server, is via a serial
console. yes - the BIOS boots over the serial console not the VGA screen....
2003 Sep 23
2
(Fwd) Re: goodfit macro
Dear R-Help:
As you can see, Prof. Friendly refers me to your site for an
executable version of vcd. I don't mean to be obtuse, but 15 minutes
spent exploring your site failed to locate a downloadable version of the
vcd package to which he referred.
I know plainly what this application can do. What I need to know is
how to obtain the application itself.
My thanks in advance for any help you can provide.
MS
-----...