Displaying 20 results from an estimated 2000 matches similar to: "Calling all of 7 million entries"
2008 Dec 15
4
Is = now the same as <- in assigning values
I?m a PhD student at the University of Warsaw, and have started using R.
In many books they specify to use <- instead of = when assigning
values, and this is also mentioned in older posts on the R website.
However, it seams to me that some update has occured, becuase I
continously get the same result wether I use <- or =.
I would be extremely helpful for any answer to this.
= seams more
2010 Mar 13
2
DO NOT REPLY [Bug 7246] New: max-size not working in 3.0.7 built from source with default configure
https://bugzilla.samba.org/show_bug.cgi?id=7246
Summary: max-size not working in 3.0.7 built from source with
default configure
Product: rsync
Version: 3.0.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
2019 Aug 13
2
DANGER WILL ROBINSON, DANGER
On 09/08/19 18:24, Matthew Wilcox wrote:
> On Fri, Aug 09, 2019 at 07:00:26PM +0300, Adalbert Laz?r wrote:
>> +++ b/include/linux/page-flags.h
>> @@ -417,8 +417,10 @@ PAGEFLAG(Idle, idle, PF_ANY)
>> */
>> #define PAGE_MAPPING_ANON 0x1
>> #define PAGE_MAPPING_MOVABLE 0x2
>> +#define PAGE_MAPPING_REMOTE 0x4
> Uh. How do you know page->mapping would
2019 Aug 13
2
DANGER WILL ROBINSON, DANGER
On 09/08/19 18:24, Matthew Wilcox wrote:
> On Fri, Aug 09, 2019 at 07:00:26PM +0300, Adalbert Laz?r wrote:
>> +++ b/include/linux/page-flags.h
>> @@ -417,8 +417,10 @@ PAGEFLAG(Idle, idle, PF_ANY)
>> */
>> #define PAGE_MAPPING_ANON 0x1
>> #define PAGE_MAPPING_MOVABLE 0x2
>> +#define PAGE_MAPPING_REMOTE 0x4
> Uh. How do you know page->mapping would
2006 Aug 16
5
New, and need help
Hey, well im new to ruby. I heard it was a web site creating software.
Well the problem is that where do i get the software from? ill work out
how to use it, i just need to know where to download the software.
Thanks.
-MAB
--
Posted via http://www.ruby-forum.com/.
2016 Nov 11
2
lazy-load SNI?
>>>
>>> Great! Seems to be working fine for my usage and makes my configs 50%
>>> smaller (which is gigantic improvement). Will do more testing though.
>>>
>>> Thanks!
>>>
>>>
A little bit offtopic, but what is the point of using imap/pop SNI? All
clients want to connect to their own domain or what?
--
Kaspars
2004 Jan 19
4
Some more help needed...
As an absolute beginner, still reading "Modern Applied Statistics with S" and exercising with its examples, I'm frequently stopped by what it looks to be R poor help system (or is it my gigantic ignorance?). I mean that using help many arguments of a command seems to be given for granted like for instance:
...............................
?lines
lines(x, ...)
## Default S3
2016 Nov 11
2
lazy-load SNI?
On 11.11.2016 19:17, Arkadiusz Mi?kiewicz wrote:
> On Friday 11 of November 2016, Aki Tuomi wrote:
>
>> If you are interested in testing, please find patch attached that allows
>> you to specify
>>
>> local_name *.foo.bar {
>> }
>>
>> or
>>
>> local_name *.*.foo.bar {
>> }
>>
>> so basically you can now use certificate
2005 Sep 15
2
Capturing audio streams with Linux?
So I got a new Pocket PC this weekend (yes, you read that right, sorry,
don't like the Palms on offer currently and I can at least install
software on it via Windows on VMWare). One of the main things I wanted
to do with it is get Audible.com again and listen to All Things
Considered from NPR on the way home like I used to. Now I find out they
not only don't have an agreement with Audible
2003 Nov 16
0
[LLVMdev] Packages
> > Is this what you mean? Is there any reason to keep the .bc files distinct
> > like a ".a" file, or is it ok for your purposes to link them together into
> > a single unit, like a ".so" file?
>
> Well, the answer depends on whether the individual modules are
> separately loadable or not. Suppose the resulting bytecode file gets JIT
> loaded
2012 Oct 17
2
Disconnected for inactivity time.
Hello,
After 10 mins of unactivity of pop3 , dovecot disconnect the user (-ERR
Disconnected for inactivity.)
What is the option in the config file which control the unactivity
logout time ? becuase i want to decrease the inactivity time
To 5 mins instead of 10 mins
Please advise
Robert JR
2006 Aug 16
2
Jabber installation Guide
Hi guys,
Is there any guide on how to install Jabbe on a windows small business
server?
Charles
--
"It is unwise to pay to much, but it is worse to pay too little; you
sometimes lose everything becuase the thing you bought was incapable of
doing the thing it was bought to do"
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jul 31
2
ownership
not sure if i misunderstood the documentation but my understanding is
the -a option preserves ownership and permissions on transfer.
i did a remote test and i see ownership changed
is that becuase user does not exist in the remote box
4.0K drwxr-xr-x 14 zoe zoe 4.0K 2007-07-15 08:08 zoe
but in the remote system they changed to
4.0K drwxr-x--- 8 boricua users 4.0K 2007-05-02 11:07
2008 Dec 04
5
Burning DVD with files>4GB from console
My backup script split filesystem dumps to files with size of 4,37 GB (4
588 544 kB). It's just an optimal size to fill out DVDs. At this moment
I have to burn them from windows via smb-link becuase I didn't manage to
do this task from FreeBSD console due to 2GB/4GB filesize restrictions
(growisofs). I'm using freeware CDBurnerXP to burn my backups
(ISO9660/UDF/Joliet), and they
2004 Feb 19
2
New to Samba
I am new to samba but becuase I use squid and I want to track my authenticated users I installed samba 3 but keep hitting dead ends on how to add it to the domain etc. I can't seem to even get the smbd to startup. I got swat keying into the smb.conf but it ended up in another directory so I don't think that is configured. I can't even find good documentation to see if samba is even
2003 Nov 16
2
[LLVMdev] Packages
On Sun, 2003-11-16 at 10:44, Chris Lattner wrote:
> > In other words, I'd like to take a set of bytecode files, optimize them
> > together even though they don't form a complete program, and then write
> > out the new (optimized) bytecode files. It would be preferable to write
> > them out to a single archive rather than to individual bytecode files
> >
2015 Aug 17
3
Aggregate load/stores
2015-08-17 11:26 GMT-07:00 Mehdi Amini <mehdi.amini at apple.com>:
> Hi,
>
> On Aug 17, 2015, at 12:13 AM, deadal nix via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>
>
> 2015-08-16 23:21 GMT-07:00 David Majnemer <david.majnemer at gmail.com>:
>
>>
>>
>> Because a solution which doesn't generalize is not a very powerful
2004 Jan 30
2
WINS, must be master browser?
i have an NT4 server and a linux samba server. the NT4 server is
currently the WINS server. it works perfectly. i want to ditch it and
use my samba server as the WINS server, however WINS simply does not
work. could this be becuase the WINS server also needs to be the local
master browser?
here is the global section of my smb.conf
[global]
workgroup = laboratory
os level = 2
2019 Jun 13
2
Documentation cleanup review process?
Dear llvm-dev,
As I've been working with llvm sources on a prototype backend, it seems to
me that much of the documentation on llvm internals is, shall we say,
wanting. (I'm looking at you particularly, tablegen.)
I can clean up documentation issues and clarify in the .rst files as I'm
learning, but the code submission process is silent on how documentation
changes make it into
2007 Jul 24
1
Using lmer with huge amount of data
Based on the examples I've seen in using statistical analysis
packages such as lmer, it seems that people usually tabulate all the
input data into one file with the first line indicating the variable
names (or labels), and then read the file inside R. However, in my
case I can't do that because of the huge amount of imaging data.
Suppose I have a one-way within-subject ANCOVA with