Displaying 20 results from an estimated 100 matches similar to: "recent 's' and 'n' priorities and lables"
2006 Jul 06
4
ERb question: Embedding <%= %> in helper method calls
I had a situation where I wanted to use a <%= %> (scriptlet) in my
text_field call to set the "disabled" attribute on the text field, like
so:
<%= text_field(:current_job, ''removeLinkPos'', :value => '''', :id =>
''offset'', :maxlength => 2, :disabled => <%= sometest ? ''true'' :
2003 Jun 17
4
soft phones -- voice quality tuning
I've got the XTEN Lite soft phone mostly working with * but it's
dropping out like a very bad cell phone call.
The GSM codec is worst (unusable), G711u and G711a are best but
not good enough to use.
I don't think it's a lack of bandwidth.
What tuning options or approaches should I be investigating to
make this work.
Also, what's the best soft phone(s) for Windows XP?
2003 Jul 30
4
Grandstream Budgettone 100 & 102
Checking the earlier mails, it stated that the phones were $75 (100) & $85
(102) ref :-
http://lists.digium.com/pipermail/asterisk-users/2003-June/013483.html
Well, I just called Ovislink/dgtimes and was quoted $90 & $100 and the person
said there was no price change.
Anyone on this list actually bought them at the $75 & $85 rate ???
Regards...Martin
--
Too much is just enough.
2024 Jul 13
1
[Bug 1759] New: flush and delete nft commands need an option to ignore non-existant objects
https://bugzilla.netfilter.org/show_bug.cgi?id=1759
Bug ID: 1759
Summary: flush and delete nft commands need an option to ignore
non-existant objects
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Ubuntu
Status: NEW
Severity: enhancement
Priority: P5
2005 Mar 08
0
problem in compiling chan_mISDN
Hi List, I?m having problems compiling chan_misdn:
asterisk:/usr/src/chan_misdn-beta-0.0.3-rc4 # make install
cc -ggdb -Wall -D_GNU_SOURCE -Wno-missing-prototypes
-Wno-missing-declarations -fPIC -I/usr/src/asterisk/include
-DAST_CONFIG_DIR=\"/etc/asterisk/\" -I/usr/src/mISDNuser/include
-I/usr/src/linux-2.6/include -I/usr/src/mISDNuser/i4lnet/ -Wall -c -o
chan_misdn.o chan_misdn.c
2001 Nov 28
2
Value lables, variable lables
I'm looking for an analogy to SPSS and "variable lable" and "value
lable" in R. I have a copy of S+4.0 and can't find any info in their
docs, and don't find it in R-intro either.
In SPSS, for each variable, there is a name like
VAR001
and a variable lable (a longer descriptive string) like
Respondent ID
and for many of the values of other variables there are
2006 Aug 18
3
setting a value of text_field from a controller
Hi,
I need to set up an initial value from controller. In my views I''ve
something like
<%= text_field "object", "name" %>
and would like to do something like this from controller
def index
@object[:name] = ''default value''
end
but still got an error. Object doesn''t have database model (and will not
have)
Thank you
PS: now using
2007 Dec 06
0
row lables in heatmap.2()
Dear list,
I am wondering if there are any parameters in heatmap.2
to be able to adjust the size of row labels. Or the size
of the plot can be made smaller. The plot I got is big
and cannot see the full row labels completely.
And what is the maximum of rows which could allow row
labels visible in the plot? Last time, I tried a matrix
of 2900 rows, but apparently the row labels are too
dense to
2007 May 21
1
Special characters on axis lables
Hello,
is there a way to specify special characters as a axis label? I need
to have a tick marking the "infinity" in my plot... Is there a way? Or
possibly a way to include latex-style formulas?
Thanks in advance,
Arne
2015 Sep 18
0
edac-util, lables.db
Does anyone know of a source of edac labels? The one that gets installed
is tiny, and doesn't for example, have anything for Dell.
mark
2005 Apr 25
2
Pca loading plot lables
Dear colleagues,
I a m a beginner with R and I would like to add labels (i.e. the variable names) on a pca loading plot to determine the most relevant variables. Could you please tell me the way to do this kind of stuff.
The command I use to draw the pca loading plot is the following :
Plot(molprop.pc$loading[,1] ~ molprop.pc$loading[,2])
Thanks for your help
Fred Ooms
2006 Jun 06
2
SPSS variable lables import
Hi,
I try to get the variable labels of a SPSS data file into R but don't
find this mentioned in the help file for foreign. Is there another way
to get them ?
BTW: An SPSS variable name is like: VAR001, whereas the variable label
might be 'Identification no.'
Thanks in advance,
F. Thomas
--
..........................................
Dr. Frank Thomas
FTR Internet Research
93110
2009 Sep 26
1
Mixed font in lattice xyplot lables
Hi all, can anyone suggest a reason as mto why my xlab is plotting this text
at oposite ends of axis. I would like to represent my lable like this:
Moran's I ...but with the I in italics. For some reason they seperate and
position at oposite ends of the axis??
Thank you
library(lattice)
dat <- data.frame(x = rnorm(10),y = rnorm(10))
xyplot(y ~ x, dat,xlab=expression("Moran's
2004 Oct 07
1
'set debug' problems
Has anyone else noticed this? I use 'set verbose 25' (insane, but I
want to see *everything* right now) and would like to do the same for
'set debug', but as you see, set debug has a bad impact on my CLI output.
asterisk*CLI>
-- Executing Answer("SIP/824-b4ff", "") in new stack
-- Executing Wait("SIP/824-b4ff", "0.5") in new
2004 Nov 22
0
new application swait...
Hi everyone,
I've just finished the 'SWait' app for *. SWait = Super Wait :)
Syntax: SWait([timeout][cim])
'timeout' is the number of seconds to wait. Defaults to 'ResponseTimeout'.
'c' is for continue. This changes the default behavior of the app from
performing a 'Goto(t,1)' on timeout, to a 'Goto(pri+1)' on timeout, ie.
continue to
2004 Nov 30
0
park app vs. extension 700
Hi All,
Using Cisco 7940 in SIP mode, is there a reason why a blind transfer to
an extension that calls the Park app would be any different than a blind
transfer to extension 700 (the default parking extension)?
They both produce the same effect, a call being parked. But the *
manager output is different for the two different methods.
calling Park results in 'From' and
2004 Dec 01
1
[OT] [slightly] app lever vs driver level implementation...
I recently posted a message about an interesting dilemma which I could
not figure out. After doing a whole lot more digging I think I have
figured out part of what is going on.
The parking app is implemented as an app, ie can be called from
extensions.conf) but if you look really closely, it is also implemented
in each channels driver (handler, whatever you want to call it) and
those
2006 Mar 15
2
Question about 'lables' & ect.
Hi,
I have a file named:
test_R.txt
aaa 2
bbb 5
ccc 7
sss 3
xxx 8
I want to have a plot:
test<-read.table("test_R.txt",col.name=c("Name","Score"))
par(mfrow=c(1,2))
barplot(test$Score)
name<-test$Name
axis(1,at=1:length(test$Name),labels=paste(name))
Q1, if you try the script above,you will get 5 bars, the axis only shows
"aaa",
2009 Nov 27
2
Overlapping x - axis lables
Dear R helpers
Suppose I am plotting a simple scatter plot where no of paired observations (x,y) are say 100.
month length
1 10
2 12
3 17
4 21
5 13
..........................
..........................
..........................
100 16
when i run the command
plot(month, length)
2009 Dec 08
3
re-ordering x-lables using barchart()
Hi R Users,
I'm trying to re-order the "site names" ("Waseca", "Morris", ...). I'm using
following code:
libarry(lattice)
barchart(yield ~ variety | site, data = barley,
groups = year, layout = c(6,1), aspect=.7,
ylab = "Barley Yield (bushels/acre)",
scales = list(x = list(abbreviate = TRUE, rot=45,