Displaying 20 results from an estimated 451 matches for "mouthful".
2003 Aug 26
0
Someone just searched for word-of-mouth information about: rsync@lists.samba.org
Word-of-Mouth.Org Search Awareness System
**This email is an automated message, but it is not spam.**
An acquaintance of your's recently conducted a search on your email address in our online community, Word-of-Mouth.Org. It could be a friend, a family member, co-worker, business associate, or someone else who's interested in learning more about you.
Why are we sending you
2003 Sep 25
5
Someone just searched for word-of-mouth information about: r-help@stat.math.ethz.ch
WordofMouthConnection.com Search Awareness System
This email is a website-generated message, but it is not spam.
An acquaintance of yours recently conducted a search on your email address in our online community, WordofMouthConnection.com. It could be a friend, a family member, co-worker, business associate, or someone else who's interested in learning more about you.
Why are we sending you
2003 Oct 17
2
Someone just searched for word-of-mouth information about: r-help@lists.r-project.org
WordofMouthConnection.com Search Awareness System
This email is a website-generated message, but it is not spam.
An acquaintance of yours recently conducted a search on your email address in our online community, WordofMouthConnection.com. It could be a friend, a family member, co-worker, business associate, or someone else who's interested in learning more about you.
Why are we sending you
2003 Sep 08
1
Someone just searched for word-of-mouth information about: r-help@lists.r-project.org
WordofMouthConnection.com Search Awareness System
This email is a website-generated message, but it is not spam.
An acquaintance of yours recently conducted a search on your email address in our online community, WordofMouthConnection.com. It could be a friend, a family member, co-worker, business associate, or someone else who's interested in learning more about you.
Why are we sending you
2000 Mar 29
5
Porting R
I am trying to get R 1.0 running on the Mac.
The main target is MacX. Anyone else working on that?
For the recent Macintosh system, I am trying to compile R using MachTen.
The R core compiles and runs without any changes, using the Unix make files.
The libraries give some problems, presumably due to handling of shared
libraries. It seems I am missing something to link. Before I spend my time
2005 Dec 22
1
"Put Your Money Where Your Mouth Is"
One developer''s take on profiting from Rails:
http://www.relevancellc.com/blogs/?p=92
Fear not, he answers (most of) the comments here:
http://www.relevancellc.com/blogs/?p=93
--
Bill Guindon (aka aGorilla)
2005 Mar 30
2
Double posting
I do not know if i am seeing things, but it seems
there has been a lot of double posting lately. It
seems it has been only a short while since it started.
i thought it might only been some people, though i am
seeing an increasing amounts of this lately. Is there
something going on with the list or is it a snafu that
i have noticed something.
letting my big mouth run like always. ;-)
Steven
2024 Nov 09
1
Limit
Then you don't have enough memory to process the whole thing at once. Not unlike stuffing your mouth with cookies and not being able to chew for lack of space to move the food around in your mouth.
Now, can you answer my question?
On November 8, 2024 5:38:37 PM PST, Val <valkremk at gmail.com> wrote:
>The data was read. The problem is with processing.
>
>On Fri, Nov 8, 2024
2008 Aug 13
8
[LLVMdev] gfortran link failure in current llvm svn
On Aug 10, 2008, at 11:40 PM, Duncan Sands wrote:
> Hi Jack,
>
>> The curent llvm svn (r54623) is unable to link the gfortran
>> compiler in llvm-gcc-4.2 svn. I am getting the error...
> ...
>> Undefined symbols:
>> "_create_init_utf16_var", referenced from:
>> _darwin_build_constant_cfstring in libbackend.a(darwin.o)
>
> this is
2016 Nov 23
2
shared libraries: missing soname
Dirk Eddelbuettel <edd at debian.org> writes:
> On 22 November 2016 at 00:02, Joseph Mingrone wrote:
> | These are also not fatal errors on FreeBSD, where everything, for now, also just
> | works. ...until a library's interface changes. You seem to be arguing that
> | sonmaes are pointless. We disagree.
> You are putting words in my mouth. In my very first reply to
2024 Nov 09
1
Limit
Hi Jeff,
Memory was not an issue. The system only used 75% of the memory
allocated for the job.
I am trying to understand what "r read large file in chunks" is doing.
On Fri, Nov 8, 2024 at 7:50?PM Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote:
>
> Then you don't have enough memory to process the whole thing at once. Not unlike stuffing your mouth with cookies
2017 Jun 25
3
vertical semi-circles in R
Dear useRs,
I am to teach my students some drawing techniques in R. I started shape of an handle by using the following codes;
>plot(0,0,col="white")
>segments(0,0,0.3,0.3)
>segments(0.3,0.4,0.3,0.3)
>segments(0.3,0.4,0,0.7)
>segments(0,0.7,0,0.6)
>segments(0,0.0,0,0.1)
The coding will draw a section of a handle. Now I want to draw semi circles of radius 0.05
2003 Sep 25
0
A Connection Has Been Made To: r-help@stat.math.ethz.ch
WordofMouthConnection.com Connection Awareness System
This is a website-generated email, but it is not spam.
An acquaintance of yours recently shared their experience with you in our online community, WordofMouthConnection.com. It could be a friend, a family member, co-worker, business associate, or someone else you have run into at some time.
Why are we sending you this email?
When people
2015 Nov 22
1
Still can't figure out ACL issues
On 22/11/15 10:04, Andrey Repin wrote:
> Greetings, jimc!
>
>> After much wailing and gnashing of teeth, I did a setfacl.
> Unfortunately, Samba does not use POSIX ACL's, if its own ACL's are present on
> files. (If at all.)
> Unless you have it configured for POSIX ACL's, but that's not the case for DC.
Samba doesn't use ACLs at all, it is just a bridge
2008 Oct 02
1
Asterisk Queue question
When the asterisk a queue reset their counters?
I 'm talking about this kind of info in asterisk console.
>show queue 600
600 has 0 calls (max unlimited) in 'ringall' strategy (4s
holdtime), W:0, C:14, A:8, SL:0.0% within 0s
I just say that because I have a queue with strategy "Fewest Calls"
working for a couple of mouths, and a new agent has been added this
2024 Nov 09
1
Limit
There is always an implied "and do computations on it before writing the processed data out" when reading chunks of a file.
And you would almost certainly not be getting that error if you were not out of memory. A good rule of thumb is that you need 4 times as much free memory to process data than you need to read it in.
On November 8, 2024 6:08:16 PM PST, Val <valkremk at
2006 Apr 28
19
Remember James McGovern?
Remember James McGovern and his articles about Rails and enterprise?
Well... Check this one out where he "puts his money where his mouth is"
http://duckdown.blogspot.com/2006/04/ruby-community-proved-mcgovern-wrong.html
--
--------------
Jon Gretar Borgthorsson
http://www.jongretar.net/
2013 Nov 13
1
trashed
On 11/12/13, Reindl Harald <h.reindl at thelounge.net> wrote:
> tell that Noel which is blocking my messages and so did
> not read what i quoted from Benny's trolling but opens
> his mouth
>
> tell that Noel which is abusing his power by set complete
> IP-ranges on RBL lists he maintains because he does not
> like one person using a mailserver on that range besides
2004 Feb 26
2
RE: system.time(), sys.time() etc
> From: Spencer Graves [mailto:spencer.graves at pdf.com]
>
> Martin says, "This is another instance of S-Plus following R
> behind and doing it incompatibly [with a reason?] ... ."
>
> This is one example of a major issue in "how to wage and win a
> standards war", discussed by Shapiro and Varian (1998)
> Information Rules
>
2015 Dec 17
6
Authentication to Secondary Domain Controller initially fails when PDC is offline
Am 17.12.2015 um 15:33 schrieb Rowland penny:
> On 17/12/15 13:54, Ole Traupe wrote:
>> Rowland, thank you, but before we do that:
>>
>> - what now with the 'gc' record? 2nd DC yes or no?
>
> Which one ? I have these:
>
> dn:
> DC=_gc._tcp.Default-First-Site-Name._sites,DC=samdom.example.com,CN=MicrosoftDNS,DC=DomainDnsZones,DC=samdom,DC=example,DC=com