search for: alphanumeric

Displaying 20 results from an estimated 358 matches for "alphanumeric".

2020 Aug 10
1
[nbdkit PATCH v2] server: Permit - in plugin names
...ions(+), 6 deletions(-) diff --git a/docs/nbdkit-filter.pod b/docs/nbdkit-filter.pod index 12343dbf..93601088 100644 --- a/docs/nbdkit-filter.pod +++ b/docs/nbdkit-filter.pod @@ -201,7 +201,8 @@ methods. const char *name; This field (a string) is required, and B<must> contain only ASCII -alphanumeric characters and be unique amongst all filters. +alphanumeric characters or non-leading dashes, and be unique amongst +all filters. =head2 C<.longname> diff --git a/docs/nbdkit-plugin.pod b/docs/nbdkit-plugin.pod index 9341f282..a661680c 100644 --- a/docs/nbdkit-plugin.pod +++ b/docs/nbdkit-...
2012 Nov 29
1
Read in alphanumeric column without decimals
All - How can I read in a column of alphanumeric values without including ".0" on the numeric values? Original column: TeamLeaderID 258 342 316 U8 331 279 D1 116 235 296 ... [truncated] leaders = read.xlsx2('FILE', sheetIndex = 1, header = T) Column after it's been read in: leaders$TeamLeaderID 258.0 342.0 316.0 U8 331....
2009 Jul 09
2
naming of columns in R dataframe consisting of mixed data (alphanumeric and numeric)
...t;-round((results),5) tresults2<-data.frame(t(tresults)) names(tresults2)<-c("Statistic ", "Value") tresults2 =========================================================================================== After transposing my dataframe tresults2 consists of 2 columns. Col1=alphanumeric data (this really is a variable name) and col2=numeric data (this is value of varaiable). how do I name columns when columns are different (alphanumeric and numeric) to avoid the following error: Error in names(tresults2) <- c("Statistic ", "Value") : 'names' attr...
2012 Feb 28
1
Alphanumeric DTMF !?
Hi list, What possibilities are there in asterisk to send an *alphanumeric DTMF*from/to asterisk !? Regards, Sammy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120228/e62e7890/attachment.htm>
2010 Feb 05
1
String Manipulation- Extract numerical and alphanumerical segment
...ing a split string of the above format. What I'd like to do now is extract the first two strings of each element in "string.list" -- the "1234567" and the "z3" -- and place them into two separate lists, say, "firstsplit.numeric.list" and "secondsplit.alphanumeric.list" I'm having some trouble figuring out how to do this. Any help would be greatly appreciated! -- View this message in context: http://n4.nabble.com/String-Manipulation-Extract-numerical-and-alphanumerical-segment-tp1470301p1470301.html Sent from the R help mailing list archive at Nab...
2018 May 10
4
the first name of the first column
Dear all; I need to run heatmap. Because my first column in my data is alphanumeric, I can not run as.matrix(scale(my_data)). So I need to make my data readable as in data(mtcars). In *mtcars *data the first column is alphanumeric and has no name. Thanks, Greg [[alternative HTML version deleted]]
2017 May 27
1
Replacing of non-alphanumeric chars in Name can be confusing
Tinc replaces non-alphanumeric characters in the `Name` field of tinc.conf by '_' (see [1] and [2]). This includes hyphens ('-'), which are often used in host names. That is quite surprising, and can easily lead to misconfigurations, especially because there doesn't seem to be a warning if you configure `Na...
2004 May 11
1
Caller-ID for alphanumeric SIP uris
...ittle bit about it. I've setup voicemail, meetme, ENUM, and other Asterisk features, and I've written some AGI scripts and done some other semi-interesting tweaks. That said, I'm curious about how others might solve the following problem. In a pure-SIP environment, if a user has an alphanumeric SIP uri, say sip:joe@sipservice1.com, when that user calls another SIP phone, (a real IP phone, as opposed to an ATA), via a SIP proxy, that phone can log the full URI, and 'call return' works because the SIP phone calls that URI. With Asterisk, such a call would come in with the SIP Fro...
2008 Apr 25
2
Differentiate alphanumeric vs numeric strings
I have a bunch of tables in a Microsoft Access database. An updated database is sent to me every week containing a new table. I know that is inefficient and weird but welcome to my life. I want to read the tables whose names are something such as "040207" but not the ones that have alphanumeric names such as "everyone". Using RODBC I am easily able to create a character vector of the names of the tables. Is there a function that can differentiate values consisting only of digits (numerics) as opposed to ones that contain letters (and perhaps digts as well)? I am sure there is. W...
2006 Jan 06
1
Alphanumeric pattern match in extensions.conf
...xten => _conf.,2,MeetMe(${EXTEN:4}|d) exten => _conf.,3,Hangup However incoming calls never match this pattern, and I cannot find any evidence in the wiki or on google that such a pattern is valid. I'm currently running a SVN trunk, but have tested with 1.0.X and 1.2.X. Is anyone using alphanumeric patterns in their dialplan? Dan
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains alphanumeric data. Specifically,"ID" contains integers all preceeded by the character "g" as in: g1, g6, g3, g19, g100, g2, g39 I am using the following code: DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),] and was hoping it would sort the dataframe by ID in the following manner g1, g2, g3,...
2011 Mar 18
2
XYPlot Conditioning Variable in Specific, Non-Alphanumeric Order. -- Resending with corrected .txt file
...comma-delimited file so the extension can be changed and used per the script, or loaded separately. My sincere apologies, Guy -----Original Message----- From: Guy Jett Sent: Friday, March 18, 2011 1:13 PM To: 'r-help at R-project.org' Subject: XYPlot Conditioning Variable in Specific, Non-Alphanumeric Order. # I need to create an xyplot() where I control the specific order of # both my conditioning variables. The default code below plots the # data correctly (dispersed across all 14 columns), but fails in two # ways. Both the primary conditioning variable (Transect), and the # secondary c...
2010 Nov 05
4
assignment operator saving factor level as number
Hi all, I have a dataframe (df1) that I am trying to select values from to a second dataframe that at the current time is only for the selected items from df1 (df2). The values that I am trying to save from df1 are factors with alphanumeric names df1 looks like this: 'data.frame': 3014 obs. of 13 variables: $ Num : int 1 1 1 2 2 2 3 3 3 4 ... $ Tag_Num : int 1195 1195 1195 1162 1162 1162 1106 1106 1106 1173 ... $ Site : Factor w/ 25 levels "PYBR002A","PYBR003B",..: 1 1 1 1 1 1 1...
2006 Nov 09
1
special characters in alphanumeric extensions
Hi all, I use alphanumeric names as extensions in my Asterisk architecture, which are the username part of the e-mail of each person at my site. Because Asterisk was primarily built to use numeric extensions, I'm having some problems with people that have usernames with dots between letters, like "john.doe"...
2006 Nov 09
0
special characters in alphanumeric extension s
>I use alphanumeric names as extensions in my Asterisk architecture, >which are the username part of the e-mail of each person at my site. >Because Asterisk was primarily built to use numeric extensions, I'm >having some problems with people that have usernames with dots between >letters, like &quo...
2003 Jul 15
1
Alphanumerical digits
Sorry Martin to bother you again! I have an ISDN flux with 100 numbers. The local PSTN is sending now the DNIS/DID (so they said!!!) (I have set the immediate=no in zapata.conf) but I have the same problem as before : NOTE : the number is alphanumeric-DID alphanumeric (I will make tests with numeric mumber!). WARNING[9226]: File chan_zap.c, Line 5275 (pri_fixup): Call specified, but not found? WARNING[9226]: File chan_zap.c, Line 5830 (pri_dchannel): Hangup on bad channel 1 Into extensions.conf I have match everything: exten => _.,1,Wai...
2011 Mar 18
1
XYPlot Conditioning Variable in Specific, Non-Alphanumeric Order.
...where I control the specific order of # both my conditioning variables. The default code below plots the # data correctly (dispersed across all 14 columns), but fails in two # ways. Both the primary conditioning variable (Transect), and the # secondary conditioning variable (Offset) are in alphanumeric order, # rather than the specific order I need. # Here is a call to the input datafile, which should be attached. df <- read.csv(file = "T_5-04b_LTC-SE-SO-Compared.csv") # Basic default plot (correct data, incorrect layout): xyplot((sbd+sed)/2 ~ Result | Offset+Transect, gro...
2003 Jul 10
1
ordering of alphanumeric strings
Can someone tell me which version of R began to order alpha-numeric strings in this manner: "ABC 10" < "ABC 2" rather than "ABC 2" < "ABC 10" ? And, is there a way to force "ABC 2" to be ordered as a value less than "ABC 10"? thank you, Karen kschlauc at vt.edu
2011 Mar 10
1
ChanSpy with alphanumeric SIP channels [1.6.2]
Hi, I'm using SIP users of the form 'ab_12345' (two letters, underscore, 5 digits). ChanSpy is working fine for listening in to conversations initiated by these channels, and I can use '*' to randomly switch channels. However, is there any way in this scenario to be able to switch ChanSpy to a specific channel by typing in a ...# key sequence during a spy session?
2009 Sep 17
3
sendpage package
Is sendpage or some other alphanumeric paging program available from one of the repos for CentOS 5? I've checked rpmforge and epel. I just wanted to check to see if it might be available somewhere else before I resort to building from source. -- Bowie