Displaying 20 results from an estimated 180 matches similar to: "record time with phones option buttons"
2012 Dec 11
1
Interpretation of ranef output
Hello.
I'm running a generalized linear model and am interested in using the
random effects that are output for further analysis. My random effect is
interacting with two different fixed effects (which which are factors with
two levels each). When I retrieve the random effects I get something like
this:
(Intercept) nutrient (Intercept) light (Intercept)
Aa-0 0.59679192
2004 Jul 01
1
NUT?
I try for 3 days now to installdrivers on my samba server, for win clients
will (never) be able to install drivers from SAMBA print server.
I try all methods without succes (see my posts) no answer from anyone at
all...
The alst method i try today is with cupsaddsmb:
root#cupsaddsmb -v -a
i got a "Warning: No PPD File for printer "HP_Laserjet5P" - skipping ....etc
same for
2010 Mar 10
2
function to create multiple matrices
Hi All,
If given a dataframe (long form) with Year, Species, and Location,
How would I write a function that would create a unique matrix of Species &
Location for each Year?
What I've tried doing is the following:
data #dataframe
dataT<-table(data$Species,data$Location,data$Year) #creates tables of
Species vs Location for each Year
But I'm encountering issues individually
2008 Aug 12
1
LNP Problems
What is the deal with "CSR's"?
TWTelecom is telling me that I can't port a number to their service
without a Customer Service Record. Apparently this is easy with
Verizon, and not so easy with some other companies.
Basically I'm at a brick wall with a couple of ports because TWTelecom
is telling me I HAVE to get a CSR and certain other providers (Time
Warner Cable for
2006 Aug 09
6
How do you desing forms in RoR
Hi all,
what is the best way tod esing a form in RoR?
Do you use Dreamweaver or something similar?
thanks
--
Posted via http://www.ruby-forum.com/.
2002 Mar 02
4
ext3 on Linux software RAID1
Everyone,
We just had a pretty bad crash on one of production boxes and the ext2
filesystem on the data partition of our box had some major filesystem
corruption. Needless to say, I am now looking into converting the
filesystem to ext3 and I have some questions regarding ext3 and Linux
software RAID.
I have read that previously there were some issues running ext3 on a
software raid device
2008 Nov 23
1
Speex DSP porting
Hello Developers,
I am considering using SPEEX on an embedded processor that is in fact a
DSP with fixed point
24 bit resolution. This DSP is named 'Kalimba' and is present in CSR's
product:
BLUECORE5.
I'm very interested if anybody can tell me if porting is possible (in
fact if there are sufficient resources) for implementing a real-time
encoding-decoding (duplex). I'm
2005 Aug 19
0
NETLOGON Auth
Ok. Simple questions: What is NETLOGON in respect to Samba
authentication? Further, what is NET_AUTH2 and NET_SAMLOGON which
are RPCs of NETLOGON? Finally, how can I make the system try
NET_SAMLOGON before NET_AUTH2?
I am getting significant login delays b/c samba hangs with NET_AUTH2
as the RPC, but works immediately with the NET_SAMLOGON protocol
after about a 20 second wait for
2000 Dec 15
0
Behind on email and getting worse
Hi folks,
You may have noticed I haven't been very active on the lists recently.
At the moment I'm very busy in a non-technical capacity to get
xiph.org set up and somewhat more self-sufficient in a number of ways
after the demise of iCast. It's work that needs to be done and in
general that work is going well.
However, it's taking alot of time I'd otherwise be spending
2000 Dec 15
0
Behind on email and getting worse
Hi folks,
You may have noticed I haven't been very active on the lists recently.
At the moment I'm very busy in a non-technical capacity to get
xiph.org set up and somewhat more self-sufficient in a number of ways
after the demise of iCast. It's work that needs to be done and in
general that work is going well.
However, it's taking alot of time I'd otherwise be spending
2007 Oct 05
2
Need advice on 3rd party repository
Hello,
I am looking for some advice on a way to update some packages to newer
releases than are available in the standard CentOS repositories.
Specifically, I am trying to update apache and PHP to conform to
"Scanalert"'s "Hacker Safe" website security scan, and the required
versions do not exist in the CentOS repositories. I'm using CentOS 5.
I wish to stay
2003 Aug 25
8
No Getent
Using winbind for authentication through PDC.
Problem: Some users do not get access to the samba share and some do.
When I do "wbinfo -u" the users who cannot access show up but when I do
"getent passwd", they are not there. What does this mean?
--
Bob Wooldridge
EDM Incorporated
http://www.edm-inc.com
314 335-6911
2017 Mar 18
4
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
On 03/18/2017 01:18 AM, Ady Ady via Syslinux wrote:
> Some of the things you should / could (re)test / (re)try:
>
> _ Verify the md5sum of the ISO image.
SHA256 verified for downloaded image and for contents of USB flash drive
(see below).
> _ Is this particular USB device _still_ capable of booting newer
> computers?
Yes.
> What happens if you would try _again_ to boot a
2017 Jan 13
2
Improving the split heuristics for the Greedy Register Allocator
I have an issue that I've been wrestling with for quite some time and I'm
hoping that someone with a deeper understanding of the register allocator
can help me with.
Namely, I am trying to teach RA to split a live range rather than
allocating a CSR. I've attempted a very large number of tweaks to the costs
(both existing and experimental ones that I've added). However, despite all
2006 Aug 04
0
how to use event observer and raido buttons
Hi list,
I am new to rubyonrails any help is very appreciated.
In my view I have two radio buttons and based on their value I need to
invoke different part of the same view.
I wonder how can I check the if these raido buttons were selected.
I think I need to use "event observer" and "ajax" but I can not make it
works.
so far I have this:
<input type="radio"
2006 Jul 21
0
Help with buttons and labels
how would you change the text on a button? instead of "create" i want it
to be "submit" and also how would you add labels to the list header like
instead of "numofpeople" it would be "Number of People"
any help would be greatly appreciated.
--
Posted via http://www.ruby-forum.com/.
2006 Jun 29
0
Problem getting encrypted submit buttons working with the paypal gem and rails 1.1.2
I''m running Rails 1.1.2, and using version 1.9.0 of the paypal gem.
When I make unencrypted paypal forms, they work just fine, I get the
IPN notification from the sandbox and everything is wonderful. When I
try to encrypt the form though, all I get is the error message "We
were unable to authorize the transaction. Please contact your
merchant.", which is ... unhelpful.
2006 Apr 04
0
Customized buttons for button_to()?
I wanted to use custom buttons, is there a way I can specify those?
--
Posted via http://www.ruby-forum.com/.
2006 Apr 08
2
Multiple submit buttons
Hi,
How do i differentiate different submits tags / buttons on one form. Say
I want to create an edit form and I want to provide two buttons; one to
save and one to cancel. I would have:
<%= submit_tag ''Ok'' %>
<%= submit_tag ''Cancel'' %>
How do I know which button get pressed by the user?
One more thing, how to specify the default selection in a
2006 Apr 19
3
Custom Form Buttons
Is there a way to deliver options for a custom form button to the submit
function?
As in:
<input type="image" name="submit" src="image.jpg" width="126"
height="18">
--
Posted via http://www.ruby-forum.com/.