Displaying 20 results from an estimated 2000 matches similar to: "CTI in ActiveRecord"
2017 Sep 19
3
what do you think about write.table(... qmethod = "excel")?
Last week one of our clients reported trouble with a csv file I
generated with write.table. He said that columns with quotes for
character variables were rejected by their data importer, which was
revised to match the way Microsoft Excel uses quotation marks in
character variables. I explained to them that quoted character
variables are virtuous and wise, of course, but they say Microsoft
Excel
2006 Sep 05
4
Ferret 0.10.2 - Index#search_each() and :num_docs
Hi,
I seem to be having trouble getting more than 10 hits from
Index#search_each since upgrading to 0.10.2 (ie, this was working in
0.9.4). Maybe a bug, as the #search_each doesn''t seem to use the options
parameter any more ?
Thanks,
Neville
===========================================
require ''rubygems''
require ''ferret''
p Ferret::VERSION
idx =
1998 Jun 03
1
R-beta: offset and glm again
I guess I understand it now (although it is surprising to me).
The following is a valid model formula
fred ~ wilma + offset(barney)
that sets the model offset to barney.
Given that this works, it would seem that one could remove the
offset =
argument from the glm call (and document the offset feature somewhere).
Too bad that one can't set weights the same way.
The anova bug when offsets
2010 Jun 03
1
problem with 'svyby' function from SURVEY package
Hello,
I'm using a complex survey dataset and my goal is to simply spit out a bunch of probability-weighted outcome variable means for the different levels of covariate. So I first define the structure of the study design (I'm using the CDC's NHANES data):
dhanes <- svydesign(id=~PSU, strat=~STRATA, weight=~lab_weight, data=final, nest=TRUE)
No problem there.
Now I use the
2005 Mar 29
1
Browsing with duplicate names in multiple workgroups/subnets and multihome machines
You can see by the subject I've got an ugly problem. Even though I don't
have a Samba server anywhere near the network in question, nobody
understands browsing as well as the folks on the Samba team. :-)
Here's the situation: I've got two workgroups, FLINTSTONE and RUBBLE
which are on physically separate networks. FLINTSTONE has a Windows 2003
Active Directory domain
2011 Feb 03
1
Repeated "Forced Election"... can this be avoided ?
Hi all,
I am running a v3.5.6 samba as a PDC with tbdsam. I have:
security = user
domain master = yes
domain logons = yes
local master = yes
preferred master = yes
os level = 33
log level = 1
My daily logwatch shows:
Connections Denied:
lib/util_sock.c:1432(get_peer_addr_internal) getpeername failed.
Error was Transport endpoint
2004 Sep 10
3
[Flac-users] Fingerprint Verification Problem
--- "Paino, Christopher L YN1(AW) (CPF N0084)" <PainoCL@cpf.navy.mil>
wrote:
> If I am understanding FLAC correctly, the internal MD5 sum is (or can
> be
> )different than the fingerprint file sum.
Yes.
> The internal sum can be
> different
> depending on which compression settings are used, while the audio
> remains
> unchanged.
It's the other way
2004 Sep 10
2
[Flac-users] Fingerprint Verification Problem
Hi,
Amazing work you folks have been doing!
I don't know if this is the proper place to talk about this, but this looks
like the best place to start!
I've been messing with the latest version of FLAC and as an end-user I have
this problem. The verification process currently does not use the
fingerprint file during verification. So, only the integrity of the FLAC
file is checked.
2008 Jul 20
10
STI and fixtures
Hi all !
Loading fixtures doens''t seems to associate my 2 objects, do know what''s
wrong ?
In app/
class Manager < Employee
has_many :employees,
:foreign_key => :reports_to
end
class Employee < Person
belongs_to :manager,
:foreign_key => ''reports_to''
end
class Person < ActiveRecord::Base
belongs_to :address
end
fixtures for
2006 Aug 28
12
Help with Multiple Readers, 1 Writer scenario
Hi,
I''m building a web server application using Ferret [thanks so much
Dave], Mongrel and Camping which works fine servicing one request at a
time, but serialises searches if more than one request arrives, so I''d
like some advice please about the best way to use multiple readers and
one writer.
Some background ... query requests which in my case are always read
only, arrive via
2007 Jul 12
1
BUG? 'valid users' doesn't allow groups from trusted domains
It appears that you cannot include groups from trusted domains in the
'valid users =' directive on a share.
Here is the scenario as I experienced it (names have been changed to
protect the innocent):
Configuration:
- Samba 3.0.21b as a member server in a real NT4 domain (security =
domain) called 'NTDOMAIN'
- NTDOMAIN has a two-way trust with Windows 2003 Active Directory
2006 Aug 15
2
Acl, Namespace, User Confusion
I'm using dovecot RC6.
I have a group named "cmpymail" with 2 users "jdoe at arinbe.com"
and "jsmith at arinbe.com". I set up a mail folders like:
drwxrwx--- 4 cmpymail cmpymail 4096 2006-08-13 02:21 cmpymail
drwxrwx--- 3 jdoe users 4096 2005-11-21 13:34 jdoe
drwxrwx--- 3 jsmith users 4096 2006-08-13 02:27 jsmith
drwxrwx--- 3 fred users
2002 Jul 13
2
Win98s and Samba
Hello Everyone,
I am relatively new to linux and Samba and I am having some difficulties
setting Samba up as a Primary Domain Controller.
Ihave read the Pdf document called "Using Samba as a PDC" by
developrWorks and I have read most of the Howto documents relating to Samba.
When I try to connect to my samba server with Win98se I get the message
"no Domain server was able to
2007 Nov 07
1
Aggregate with non-scalar function
R-Helpers,
I'm sorry to have to ask this -- I've not used R very much in the last
8 or 10 months, and I've gotten rusty.
I have the following (ff2 is a subset of a much, much larger dataset):
> ff2
hostName user sys idle obsTime
10142 fred 0.4 0.5 98.0 2007-11-01 02:02:18
16886 barney 0.5 0.2 94.6 2007-10-25 19:12:12
8795 fred 0.0 0.1 99.8
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
Hi,
I'm trying to setup automatic sync of files over SSH from node2 to node1.
node2 is the "server" and node1 is the "client".
I have setup rsync like this on the nodes which runs AIX (4.3.3 and 5.1):
1. Installed rsync from Linux Toolbox (rsync-2.5.4-1.aix4.3.ppc.rpm) on both nodes.
2. Added following to both nodes /etc/services file:
rsync 873/tcp
3. Added
2005 Dec 26
5
linux install of RR
Hi. I''ve installed ruby, gems, rails into a user directory according to the
installation instructions (for linux). I haven''t setup any path information
nor setup any symlinks or any compilation options. When I try rails, I find
that the system accesses controllers but that the corresponding views are
not displayed. I wonder if there is something that I forgot to configure
2007 Mar 26
1
data-frame adding/deleting column
Hallo,
I have got an existing data frame and want to add a new column. The
existing data frame was created like this:
> df <- rbind( c("Fred", "Mary", 4), c("Fred", "Mary", 7),
+ c("Fred", "Mary", 9), c("Barney", "Liz", 3),
+ c("Barney", "Liz", 5) )
> df
2008 Feb 12
8
has_many through question
I have made 3 tables
+------------+ +----------------+ +------------+
|people | |people_campaigns| |campaigns |
+------------+ +----------------+ +------------+
|id :int | <----> |people_id :int | /-> |id :int |
|name :string| |campaign_id :int| <-/ |name :string|
|etc ... | |exported :int |
2007 Mar 26
5
Listing function
Hallo,
I build a list by the following way:
Lst = list(name="Fred", wife="Mary", no.children=3, cild.ages=c(4,7,9))
I know how I can extract the information one by one. But now I want to
add a new entry which looks like
name="Barney", wife="Liz", no.children=2, cild.ages=c(3,5)
How can I add this information to Lst without overwriting the first
entry?
2006 Sep 05
1
em watchdog timeout on UP, 6-stable
Updated my Athlon-xp 6-stable system last night, got an em watchdog
timeout for the first time a few hours later, during a fairly
high-traffic period. System is UP but does have device apic in
the config. Any chance this is the recent race condition?
Workaround? ifconfig em0 down, ifconfig em0 up seemed to cure it,
at least for the moment.
Thanks,
Barney Wolff
--
Barney Wolff I never