Displaying 20 results from an estimated 7052 matches for "kevin".
2010 Dec 18
1
Xapian index size 475GB = 170 million documents (URLs)
...edly
the largest Xapian BrightStation's Webtop search engine implementation
(archive.org snapshot), which offered a sub-second search over around
500 million web pages (around 1.5 terabytes of database files).
Reference: http://xapian.org/history
One sample index size:
total 475G
-rw-r--r-- 1 kevin kevin 28 2010-12-18 15:25 iamchert
-rw-r--r-- 1 kevin kevin 13 2010-12-18 12:19 position.baseA
-rw-r--r-- 1 kevin kevin 3.8M 2010-12-18 15:25 position.baseB
-rw-r--r-- 1 kevin kevin 240G 2010-12-18 15:25 position.DB
-rw-r--r-- 1 kevin kevin 13 2010-12-18 04:31 postlist.baseA
-rw-r--r-- 1 kevi...
2011 Mar 31
0
Xapian Index: 607GB = 219 million of unique documents
...QL, Hadoop and Oracle. Probably that would be the
real reason why Xapian was not approved last year, for Google's Summer
of Code. Xapian is the type of open source that they don't want you to
know about.
Following index can be search from: http://myhealthcare.com/
total 607G
-rw-r--r-- 1 kevin kevin 28 2011-03-31 06:09 iamchert
-rw-r--r-- 1 kevin kevin 14 2011-03-31 01:50 position.baseA
-rw-r--r-- 1 kevin kevin 622K 2011-03-31 06:09 position.baseB
-rw-r--r-- 1 kevin kevin 311G 2011-03-31 06:09 position.DB
-rw-r--r-- 1 kevin kevin 14 2011-03-30 17:19 postlist.baseA
-rw-r--r-- 1 kevi...
2011 May 13
0
Xapian Index 253 million documents = 704G
...s 300 million documents on single Index.
You can check it yourself at: http://myhealthcare.com/
number of documents = 253717716
average document length = 35670.3
document length lower bound = 1
document length upper bound = 181656
highest document id ever used = 253717716
total 704G
-rw-r--r-- 1 kevin kevin 28 2011-05-13 08:30 iamchert
-rw-r--r-- 1 kevin kevin 14 2011-05-13 03:28 position.baseA
-rw-r--r-- 1 kevin kevin 718K 2011-05-13 08:30 position.baseB
-rw-r--r-- 1 kevin kevin 359G 2011-05-13 08:30 position.DB
-rw-r--r-- 1 kevin kevin 14 2011-05-12 17:22 postlist.baseA
-rw-r--r-- 1 kevi...
2011 Apr 01
0
Xapian-discuss Digest, Vol 83, Issue 1
...a fair bit (mostly on
www.reportbuyer.com) together with a new wrapper for our CMS and have a
bit of spare time. I'd be happy to write up examples of how to use some
of the bindings, particularly PHP as that's my area.
> Message: 1
> Date: Thu, 31 Mar 2011 11:55:32 -0700
> From: Kevin Duraj <kevinduraj at gmail.com>
> Subject: [Xapian-discuss] Xapian Index: 607GB = 219 million of unique
> documents
> To: xapian-discuss at lists.xapian.org
> Message-ID:
> <AANLkTiku6tA06=s9hmX7nTcBHWSDfxdDgnHJuLUKhRBN at mail.gmail.com>
> Content-Type: text/plain;...
2009 Jun 23
12
How do I change passwords / remove users for Samba?
I've got a bit of a problem with Samba. I just can't work out how to
change passwords or remove users.
I've just got user security.. lines in smb.conf are:
security = user
passdb backend = tdbsam
I've removed the user using pdbedit, I've removed the unix user,
smbpasswd says the user doesn't exist
yet I can still connect to the shares. I'm
2007 Mar 27
2
activerecord failed?
...ople do |t|
t.column :name ,:string
end
------------------model
class Book < ActiveRecord::Base
belongs_to :person
end
class Person < ActiveRecord::Base
has_many :books
end
------------------in console , try the following:
book=Book.create(:name=>''book1'')
kevin=Person.create(:name=>''kevin'')
kevin.books # should be empty []
book.person=kevin
book.save
kevin.books # why still nothing ???
Person.find(kevin.id).books # have books!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subsc...
2018 May 04
2
Converting a list to a data frame
...lapply(names(x), function(z)
ata.frame(type=z, x[[z]])))
#Error in ata.frame(type = z, dat[[z]]) : still cannot find function "ata.frame"?
William H. Poling, Ph.D.
From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Huzefa Khalil
Sent: Wednesday, May 02, 2018 1:24 PM
To: Kevin E. Thorpe <kevin.thorpe at utoronto.ca>
Cc: R Help Mailing List <r-help at r-project.org>
Subject: Re: [R] Converting a list to a data frame
Hi Kevin,
There is probably a better way, but it can be done in two steps like this
temp <- list(A=data.frame(x=1:2, y=3:4),B=data.frame(x=5...
2018 May 04
0
Converting a list to a data frame
It looks like you made a copy/paste error below. Your ata.frame should
be data.frame.
Kevin
On 05/04/2018 08:18 AM, Bill Poling wrote:
> Good morning.
>
> Novice usR. Here.
>
> I am following this string, among many, learning as I go.
>
> Quick question please?
>
> I thought that perhaps ata.frame was part of the zoo pkg, b/c when I
> searched it came u...
2012 Sep 27
3
Calculating number of elapsed days from starting date
Hi
I have data for events in rows, with columns for person and date. Each
person may have more than one event;
tC <- textConnection("
Person date
bob 1/1/00
bob 1/2/00
bob 1/3/00
dave 1/7/00
dave 1/8/00
dave 1/10/00
kevin 1/2/00
kevin 1/3/00
kevin 1/4/00
")
data <- read.table(header=TRUE, tC)
close.connection(tC)
rm(tC)
I would like to add a new column to my dataframe containing the calculated
number of elapsed days from the starting date for each person. So the new
dataframe would read
Person date Days
bo...
2005 Mar 16
3
Problem joining a Samba 3 domain - DC can't be contac ted
...to join it from a XP
machine, I am asked to enter a username and password
for a user allowed to join the domain, however, the
info I enter is not accepted!!!
Any idea please?
Thank you
Note: to manage joining my samba domain from a xp
machine, I had to change a registry key.
--- "Mccrory, Kevin B" <kevin.mccrory@eds.com> wrote:
> What is your domain name? If you have special
> characters in the domain name
> the workstations won't join properly. The domain
> name should be all one
> word.
>
> Kevin B. McCrory
> Network Engineer - COPS
> US Govern...
2008 Aug 20
6
Best way to migrate a server?
I was just wondering what recommendations you have on migrating a CentOS
5 install between servers?
I've done similar in the past by setting up a minimal install in the new
server, use tar to copy over the old install and reboot. I was thinking
of rsync this time.
Is that an acceptable thing to do or have I missed something important?
thanks
-------------- next part --------------
An
2018 May 02
0
Converting a list to a data frame
Hi Kevin,
There is probably a better way, but it can be done in two steps like this
temp <- list(A=data.frame(x=1:2, y=3:4),B=data.frame(x=5:6,y=7:8))
temp <- lapply(names(temp), function(n, temp) {
temp[[n]]$type <- n
return(temp[[n]])
}, temp = temp)
do.call(rbind, temp)
On Wed, May 2,...
2006 Jun 20
9
secure downloads
Has anyone had any success with the mongrel_secure_download gem? I
keep getting "connection reset" errors.
--
Cheers,
Kevin
2018 May 02
8
Converting a list to a data frame
...essentially rbind'ed together and the element name becomes a new
variable. For example, I would like to turn the list above into a data
frame that looks like this:
data.frame(type=c("A","A","B","B"),x=c(1:2,5:6),y=c(3:4,7:8))
Appreciate any pointers.
Kevin
--
Kevin E. Thorpe
Head of Biostatistics, Applied Health Research Centre (AHRC)
Li Ka Shing Knowledge Institute of St. Michael's Hospital
Assistant Professor, Dalla Lana School of Public Health
University of Toronto
email: kevin.thorpe at utoronto.ca Tel: 416.864.5776 Fax: 416.864.3016
2002 Jun 06
10
FreeBSD 4.5, Samba 2.2.4_1, W2K client "printer properties cannot be displayed"
...t:
"Printer properties cannot be displayed. Operation could not be completed"
Oddly enough, when this SAMBA unit was a domain member, in a hybrid W2K/NT
domain, I could get the printer properties.
I can get the "server properties" correctly, and access shares, save
profiles.
Kevin Long.
2003 Jul 14
5
Office2000
Hi all,
I've a problem by installing M$ Office2000 on the lates version
(20030709) of Wine.
When I run setup.exe all seem to work until the installation scroll bar
opens. At this time the process hangs and the installation does not proceed.
This happens both without windows installed than with a native Win2000
installation.
I've a Mandrake 9.1.
Any ideas? Any suggestions of how to
2001 Jul 04
2
IPv6 and sshd
Hello,
I am having a some problems getting SSHD to run on the Ipv6 interface.
Interface/Ipv6 Address: ipv6.open-systems.org
[kevin at satan kevin/xp-0.0.15] 536 $ping6 ipv6.open-systems.org
PING6(56=40+8+8 bytes) 3ffe:1200:3028:ff01::cab -->
3ffe:1200:3028:ff01::caa
16 bytes from 3ffe:1200:3028:ff01::caa, icmp_seq=0 hlim=64 time=73.96
ms
sshd_config:
ListenAddress [3ffe:1200:3028:ff01::caa]
ListenAddress [3ffe:1200:3028:...
2016 Feb 01
2
Redundant promotion of integer values in x86 target
Sanjay, Kevin, Thank you for your reply.
Kevin, I wonder if you are still working on it and have a plan to submit your changes for the review.
Thanks,
Taewook
From: "Smith, Kevin B" <kevin.b.smith at intel.com<mailto:kevin.b.smith at intel.com>>
Date: Monday, February 1, 2016 at 3:30 PM...
2002 Jun 06
14
FreeBSD 4.5, Samba 2.2.4_1, W2K client "printer prope rties cannot be displayed"
...nally, I would do frequent backups of your samba directory (once
things are working), so you can revert to that in a worst case scenario.
This is especially important when you have a drivers database (tdb file)
that cannot be "hacked" back together.
-t
-----Original Message-----
From: Kevin Long [mailto:KLong@southlandInd.com]
Sent: Thursday, June 06, 2002 12:15 PM
To: 'samba@lists.samba.org'
Subject: [Samba] FreeBSD 4.5, Samba 2.2.4_1, W2K client "printer properties
cannot be displayed"
(Embedded...
2006 Aug 22
8
doc generator now in CVS
Hi
Just a quick note to let you know that the Textile doc generation stuff
is now in CVS. There is a moderate amount of documentation in
rake/rakedoc.rb in case you feel like generating your own local copy.
The only prerequisite is the Ruby ''redcloth'' library.
There''s also some info in doc/lib which might be some help if you want
to tweak the output.
cheers
alex