similar to: New Help Site - cut down on Mailing List questions

Displaying 20 results from an estimated 700 matches similar to: "New Help Site - cut down on Mailing List questions"

2006 Oct 26
3
dialplan issue - 1& 0 should be evaluated false
Helo List, Sorry I missed the rest of my email in my previous post. Please see below. I'm having an issue using the AND (&) operator evaluation in the code of my dialplan. The dial plan is coded to detect inbound DTMF digits from callers. key "1" is equivalent to "yes" and key "2" is equivalent to "no" in two diferent contexts in the dial plan.
2003 Sep 27
3
Installation counter
I've seen the question asked a few times already, along the lines of "Who's really using Asterisk out there, and what for?" or "Would Asterisk be right for me?" etc. I've been thinking about it more lately as I may have the opporunity to consult and/or install a system in the near future. I'm a bit apprehensive, as installing a system with a T1 PRI and a couple
2005 Oct 19
2
TFTP issue
Hello list, pxelinux is stuck in the following place: PXELINUX 2.11 0x4321babe ... My IP address seems to be AC1300FE 172.19.0.254 ip=172.19.0.254:0.0.0.0:172.19.0.1:255.255.255.0 TFTP prefix: Trying to load: pxelinux.cfg/01-00-0c-29-49-49-c9 (waits here for a while before proceeding to...) Trying to load: pxelinux.cfg/AC1300FE tcpdump shows me: IP 172.19.0.254.57091 > 0.0.0.0:69: 50 RRQ
2005 Jan 04
27
smtp blocked by verizon.net los angeles??
I have a fedora 3 with postfix and apache apache is ok, webmin is fine, etc no 25 or 110 ? kevin Jan 4 15:47:13 ibm kernel: Shorewall:net2fw:ACCEPT:IN=eth0 OUT= MAC=00:06:29:33 :e8:7e:00:02:3b:00:02:c4:08:00 SRC=67.127.200.22 DST=4.11.105.55 LEN=40 TOS=0x00 PREC=0x00 TTL=44 ID=33681 PROTO=TCP SPT=57621 DPT=25 WINDOW=2048 RES=0x00 SYN U RGP=0 Jan 4 15:47:20 ibm kernel:
2019 Jun 28
2
R-Forge > GitHub?
On Fri, Jun 28, 2019 at 6:01 AM Spencer Graves <spencer.graves at prodsyse.com> wrote: [...] > 1. Clone a copy of "https://github.com/sbgraves237/Ecdat" > to my local computer and confirm that it works. > I suggest you put each package in its own repository, because our R tooling (e.g. Travis CI, etc.) works best if you do that. This is quite easy to do
2019 Jun 29
2
R-Forge > GitHub?
Thanks to Duncan, Henrik and Henrik, Brian, and G?bor: ????? I created a local copy of the new GitHub version using the following: git clone https://sbgraves237:mypassword at github.com/sbgraves237/Ecdat.git ????? That worked in the sense that I got a local copy.? However, after I rolled the version number and did "git commit" on the DESCRIPTION files, my "git push"
2002 Oct 20
2
Roaming Profiles with win 98 - Doesn't work.
I would like to know if anybody on this list has managed to have a network of 98 clients running off a samba server, and had roaming profiles, i.e. people's settings follow them from machine to machine. I have done everything I find in the guides, and I have no idea why the machines create new local profiles. I've searched the net for documentation, example websites, etc, but it seems the
2007 Aug 15
2
pcspkr wave encoding
Hi, there is an interesting case when the FLAC encoder (using 1.2.0) is given simple waves. Simple waves means: I have a list of {frequency, duration, pause} tuples that define the monophonic tune. In other words, exactly one frequency is played at a time. This is the original dataset from 1989 (driving a PC speaker back then): $ ls -l ihold.sd -rw-r--r-- 1 jengelh users 20616 Aug 14 00:57
2010 Apr 29
1
bug in cut.POSIXt(..., breaks = <numeric>) and cut.Date
x <- seq(as.POSIXct("2000-01-01"), by = "days", length = 20) cut(x, breaks = 3) # Error in `levels<-.factor`(`*tmp*`, value = character(0)) : # number of levels differs cut(as.Date(x), breaks = 3) # Error in `levels<-.factor`(`*tmp*`, value = character(0)) : # number of levels differs Index: base/R/datetime.R
2012 Jan 26
2
How do I use the cut function to assign specific cut points?
I am new to R, and I am trying to cut a continuous variable BMI into different categories and can't figure out how to use it. I would like to cut it into four groups: <20, 20-25, 25-30 and >= 30. I am having difficulty figuring the code for <20 and >=30? Please help. Thank you. -- View this message in context:
2009 Dec 04
2
Dividing a pixel image into factors - (cut.im(), cut.default())
Hi, I have a numeric pixel image which I would like to divide into factors for analysis in Spatstat. I have found that I can use cut.im() function to divide the range of pixel values into a series of equal length intervals (e.g. if my pixels values range from 0 to 60, cut.im(X.im,breaks=2) will produce two factors one containing pixel values 0-30 and one containing pixel values of 30 - 60, or
2012 Jun 29
7
Syslinux 5.00-pre6: call it a beta
I think the Syslinux 5.00 branch is now at the point where I believe it it is feature complete and should be able to replace the main Syslinux branch. As such, it is important that we get wider testing, and especially that people let us know if and where it breaks. As of right now, there aren't any known bugs...
2008 Mar 18
4
cut.Date and cut.POSIXt problem
cut.Date and cut.POSIXt indicate that the breaks argument can be an integer followed by a space followed by "year", etc. but it seems the integer is ignored. For example, I assume that breaks = "3 months" is supposed to cut it into quarters but, in fact, it cuts it into months as if 3 had not been there. > d <- seq(Sys.Date(), length = 12, by = "month") >
2007 Jan 12
2
cut command on centos
How do I make the delimiter for cut be a single character with hex value 1e? I tried in a script file: DELIMITER='\x1e' DD=`echo $DATA | cut -f 1 --delimiter $DELIMITER` and it tells me: cut: the delimiter must be a single character Jerry
2011 Apr 15
1
How to make truncated y axis (cut mark) in R plot?
Hi friends, Does anyone know how to make truncated y axis with cut mark (\\) in R plot? Many thanks! Bill
2010 Feb 24
1
Forest Plot X-axis cut-off problem
Hello R-Help, I am trying to produce a forest plot but the x-axis is being cut off at 2 for some reason. I have attached the file. How can I avoid this? Scott
2010 Nov 14
1
cannot see the y-labels (getting cut-off)
Hi All, When I run the following code, I cannot see the entire number. As opposed to seeing 1,000,000,000. I only see 000,000 because the rest is cut off. The cex option doesn't seem to be doing anything at all. y<-seq(1e09,5e09,1e09); plot(1:5,y,ylab='',yaxt='n' ); axis(2, at=y, labels=formatC(y,big.mark=",",format="fg"),las=2,cex=0.1); Any thoughts?
2005 Sep 30
0
Easy cut & paste from Excel to R
Maybe this helps, too. readExcel <- function(row.names = 1, check.names = FALSE, ...) read.delim("clipboard", row.names = row.names, check.names = check.names, ...) writeExcel <- function(x, check.rows = FALSE, check.names = FALSE, ...){ df <- data.frame(x, check.rows = check.rows, check.names = check.names) write.table(df, "clipboard", sep = "\t",
2011 Aug 26
3
Text cut off
I'm running wine 1.3.5 on ubuntu 11.04. The application TestGen displays some text normally, but much of it is cut off. The leftmost letters display, but the rest of the letters are often not displayed. I've tried running the program as different versions of windows, but the display doesn't change. [Image: http://dl.dropbox.com/u/1218559/Screenshot-Preferences.png ]
2006 Oct 09
0
No contact info on website and webcast cut.
Hi, I wanted to point on two issues that I''ve noticed while searching for info on Ruby on Rails website. First is that when I downloaded the migrations webcast, it was cut in strange place. It was 19:07 minutes long and it seems that it should be a little longer. Second thing is that when I searched the website to find an e-mail to report it, I didn''t find it. There is no contact