similar to: Sorting alphanumerically

Displaying 20 results from an estimated 80 matches similar to: "Sorting alphanumerically"

2019 Feb 15
2
Digium G100
Hi, We recently dumped a Xorcom box that was no end of trouble and replaced with a Digium G100.  PRI came right up, and we have been using it fairly flawlessly for several months now, with one caveat.  Calls that arrive from the PRI are sent to the asterisk instance (13.23.1, chan_sip), then routed by the dialplan to various other gateways or upstream providers.  When the call finally lands
2012 Oct 03
1
can't see colors with "col" in boxplot()
Hi, I am trying to color the data points on my boxplot but I only get the default black. Not sure why. Any ideas? Thank you, Mark Here is my code. > dat.g100 <- dat.sg[100,] # selected gene (row) from a dataframe of 37 columns > d1 <- as.matrix(dat.g100[,1:18]) # subset 1 > d2 <- as.matrix(dat.g100[,19:37]) # subset 2 # boxplots > par(mfrow=c(2,1)) > boxplot(d1,
2012 Dec 26
3
Eaton 5PX 1500i RT2U : nut does not work
Hello, Just baught this ups to replace an Ellipse. I've had a look at the nut hardware compatibility list, it's fully compatible and uses the same driver as ellipse (usbhid-ups) Here is the error I get when I "/usr/bin/upsdrvctl start" : Network UPS Tools - UPS driver controller 2.6.5-Unversioned directory Network UPS Tools - Generic HID driver 0.37 (2.6.5-Unversioned
2018 Jan 15
2
Digium G100 and CID Dropping First Digit.
Hi All, I have installed a number of Digium G100 devices in many countries like South Korea, Japan, Singapore and Australia. I have just installed two in New Zealand and both sites are having a problem with Caller ID. Incoming calls are dropping the first digit 0 from the caller ID. I was previously using DAHDI and a TE121 device which may have been adding the 0, I'm not too sure about
2008 Jul 29
1
list
I have run a wilcox test on a dataframe and I have returned to me data which I am wanting to sort and/or pick the max. I have tried the following code to pick the max: v<-wilcox.test.run w<-max(v,na.rm=FALSE)   I have also tried w<-pmax(p-value,na.rm=FALSE) for the second line   and this returns the following error:invalid 'type'  (list) of argument This error is understandable
2005 Feb 13
6
Who makes these phones?
Message: 1 Date: Mon, 14 Feb 2005 09:53:36 +1100 From: "PHP Mechanic" <oliver.bode@phpmechanic.com> Subject: [Asterisk-Users] Who makes these phones? To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Message-ID: <08d401c5121e$dbea4750$0200a8c0@oliver> Content-Type: text/plain; format=flowed;
2007 Jul 08
1
Asterisk and Mitel 3300 ICP
Good day everyone, I have Asterisk and Mitel 3300 ICP communicating via SIP. Calls to and from extensions on both sides are completing successfully (details on config coming soon). Problem is that calls from Asterisk to PSTN via E1 on Mitel 3300 ICP are rejected. What do I need to do to get Asterisk to route PSTN calls through it successfully? Here is an extract of the log on Asterisk whenever I
2004 Dec 06
0
Phone Giptel G100 with Asterisk?
Hi there, so far I've been unable to get a Giptel G100 phone to operate with Asterisk - I tried both SIP and MGCP. Since I've been playing with quite a number of different SIP (and also MGCP) user devices I am starting to think that it might be the phone's fault and not mine... ;-> Still: Anyone out there has this working with Asterisk? The symptoms are that the G100 won't
2017 Nov 18
0
Using cforest on a hierarchically structured dataset
Hi, I am facing a hierarchically structured dataset, and I am not sure of the right way to analyses it with cforest, if their is one. - - BACKGROUND & PROBLEM We are analyzing the behavior of some social birds facing different temperature conditions. The behaviors of the birds were recorder during many sessions of 2 hours. Conditional RF (cforest) are quite useful for this analysis
2005 Jul 29
0
problems with win98 and samba 3
we're using samba 3.0.11 (updated from 2.2.19) after the update, the windows 98 machines all showing only the short filenames on the server. (on other servers there are long filenames still available). can anybody give me an idea? thx in advance kurt smb.conf: ====================================================================== [global] # 2005-01-05 einbau wixp # vfs object =
2005 Aug 03
0
[repost] problems with win98 and samba 3
sorry if i repost this question, but it's urgent. has somebody an idea? if i broke any rules with this mail, please tell me, what's wrong with it. thx in adv, gk -------- Urspr?ngliche Nachricht -------- Betreff: [Samba] problems with win98 and samba 3 Datum: Fri, 29 Jul 2005 16:24:29 +0200 Von: kurt weiss <maillists@kwnet.at> An: 'samba@lists.samba.org'
2018 Dec 08
0
[ANNOUNCE] xf86-video-mga 2.0.0
This is a maintenance release of Matrox DDX. Just for disclosure, the code is currently broken for Millennium, Millennium II, and G550. For those models, you may have to disable acceleration to workaround the issue. (the workaround is untested) The code is untested on Mystique and G100 due to lack of access to the hardware at this time. The code works generally okay on G200, G400, and G450. That
2012 May 25
3
Multiple cbind according to filename
Hi all, I'm just a beginner with R but I have not been able to search for any relevant answer to my problem. I apologize if it has in fact been asked before. Recently I've realized that I need to combine hundreds of pairs of data frames. The filenames of the frames I need to combine have unique strings. This is my best guess as to the approach to take: filenames<-list.files()
2003 Apr 23
1
Plotting Factors -- Sorting x-axis
Hi, Say I have a factor with 20-levels: 1, 2, 3, ..., 20, called foo. If I do plot(foo) it will draw a barplot. But the x-axis is sorted alphanumerically, i.e. 1, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 2, 3, ..., 9, which is not what I want. I'd like to x-axis to be in the order of 1 ~ 20 numerically. So, the question is, how do I change the order on the x-axis in this case? --
2011 Jun 13
2
Odd issue with custom udev rule at boot
Hi All, I've written a custom udev rule to change the permissions of /dev/ttyS* but it doesn't seem to be working at boot up. If I run /sbin/udevcontrol reload_rules; udevtrigger The rules are parsed, applied and the permissions are then correct but why is it not doing so at boot? The file in questions I've called /etc/udev/rules.d/49-udev-override.rules and it contains
2011 Jun 30
2
volcano plot.r
Hello. My name is Akashah. i work at metabolic laboratory. From my study, i found that volcano plot can help a lot in my section.  i already studied about the volcano plot and get the coding to run in R software, unfortunately, there is may be something wrong with the coding. This is because  no graph appear, but no error (blue color text) was shown on the R console. Below is the coding for
2007 May 04
0
Strange file listing with mounted REV drive
Hi, A client has an Iomega REV drive installed on a PC and this is used for the off-site backups. This drive has disks left in and then that drive on the PC is shared out. I mount the share with mount -t cifs //10.1.1.20/XP61REV /mnt/xp61 -o username=user,password=password,rw and this is mounted on to a Debian Etch / Samba 3.0.24-6 machine. Now when I 'ls' or 'find' this
2011 Jun 20
2
(no subject)
HELLO, anybody... could you help me to check the below coding for volcano. what is the mistake? what the plot could not display? # volcano_plot.r # # Author: Amsha Nahid, Jairus Bowne, Gerard Murray # Purpose: Produces a volcano plot # # Input: Data matrix as specified in Data-matrix-format.pdf # Output: Plots log2(fold change) vs log10(t-test P-value) # #
2002 Oct 19
2
Architectural questions
Greetings, I have some architectural questions regarding dovecot, and though I've half answered them by looking at the source, I'm also interested in hearing whether my (our) wishes and suggestions are already being considered (or can be considered, once built) for inclusion in dovecot itself. Let me first explain why I'm doing this. I work for XS4ALL, a fairly large ISP in the
2007 Aug 15
0
[git patch] fstype support + minor stuff
hello hpa, rebased my branch, please pull latest git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks for the following shortlog maximilian attems (6): fstype: add squashfs v3 support reiser4_fs.h: add attribute packed to reiser4_master_sb fstype: add ext4 support .gitignore: add subdir specific entries usr/klibc/Kbuild: beautify klibc build fstype: