similar to: Convert CallerID name to uppercase

Displaying 20 results from an estimated 10000 matches similar to: "Convert CallerID name to uppercase"

2008 Aug 20
4
Conversion - lowercase to Uppercase letters
I would like to know how to convert a string with characters to all uppercase or all lowercase? If anyone could let me know if there exists a function in R for the conversion, that will be very helpful. Regards, Suman [[alternative HTML version deleted]]
2009 Feb 21
3
IAX2 - now known as RFC 5456
Mark and Ed received word today that the long-awaited RFC for IAX2 has been approved by the IETF, and is now published: http://www.rfc-editor.org/authors/rfc5456.txt Thanks to Ed Guy, Mark Spencer, Brian Capouch, Frank Miller, and Kenny Shumard! Lots of revisions and discussions have paid off. JT --- John Todd email:jtodd at digium.com Digium, Inc. | Asterisk Open
2011 Oct 14
3
change uppercase variables
 Hello everyone, I'm trying to change the name variables of a big dataset. Here's more than 300 variables. The point is that I have to match it with another dataset that have same variables, but in lowercase, the I can use rbind and do my work. Is there any function for changing uppercase or lowercase variables? Thank you in advance! José [[alternative HTML version deleted]]
2009 Oct 22
4
AstriCon videos: a question of method
I'm doing some quick research on how to get our videos from AstriCon available in a "reasonable" format that allows easy viewing, reduces our bandwidth costs, and allows good tracking for who/where/what is viewing the videos. YouTube seems to have a very nice set of tools and statistics collection methods, and might be perfect EXCEPT.... Their main limitation right now
2005 Apr 11
6
How to change letters after space into capital letters
What is the easiest way to change within vector of strings each letter after a space into a capital letter? E.g.: c( "this is an element of the vector of strings", "second element" ) becomes: c( "This Is An Element Of The Vector Of Strings", "Second Element" ) My reason to try to do this is to get more readable abbreviations. (A suggestion would be to
2009 Jul 30
7
Skype for Asterisk: Public Beta available
I know many of you have been waiting for this for a while, so I'll keep this short: The Skype for Asterisk Public Beta is now available on the Digium store. We are pleased to announce the open beta of Skype For Asterisk is ready to begin and we look forward to you participation. To obtain your copy of the software, please visit Digium?s web store and purchase (for zero dollars) the
2009 Jun 04
2
DECT USB dongle - an Asterisk channel?
Michael Graves bounced this to me this morning - it looks interesting as a possible device for which an Asterisk channel driver could be written: http://www.redorbit.com/news/technology/1699391/rtx_releases_dectcatiq_20_usb_dongle/index.html?source=r_technology DECT really is a nice protocol if properly done - wireless phones should really just work like this everywhere. JT --- John
2016 Jul 08
1
[PATCH v2 1/7] lib: string: add functions to case-convert strings
On Tue, Jul 05 2016, Markus Mayer <mmayer at broadcom.com> wrote: > Add a collection of generic functions to convert strings to lowercase > or uppercase. > > Changing the case of a string (with or without copying it first) seems > to be a recurring requirement in the kernel that is currently being > solved by several duplicated implementations doing the same thing. This
2008 Aug 04
3
OT: TechShop
This email is off topic. If it offends you then suck it :-) But seriously, I know this will interest USA readers (unfortunately for now primarily on the west coast only). How cool is this concept http://techshop.ws/index.html Cheers, Dean ________________________________ From: Dean Collins Sent: Sunday, 3 August 2008 7:53 PM To: 'newtech-1 at meetup.com' Subject: TechShop
2016 Jul 05
7
[PATCH v2 0/7] lib: string: add functions to case-convert strings
This series introduces a family of generic string case conversion functions. This kind of functionality is needed in several places in the kernel. Right now, everybody seems to be implementing their own copy of this functionality. Based on the discussion of the previous version of this series[1] and the use cases found in the kernel, it does look like having several flavours of case conversion
2016 Jul 09
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
On 08/07/16 23:43, Markus Mayer wrote: > Add a collection of generic functions to convert strings to lowercase > or uppercase. > > Changing the case of a string (with or without copying it first) seems > to be a recurring requirement in the kernel that is currently being > solved by several duplicated implementations doing the same thing. This > change aims at reducing this
2010 Aug 19
1
AstriCon approaches: Innovation Awards, your attendance wanted!
Just a reminder: AstriCon is coming up in October in Washington, DC (http://www.astricon.net/ ) and we're looking forward to seeing you there! We're getting to the deadline for Innovation Awards for this year. What's an Innovation Award? The Innovation Award is designed to recognize developers, customers and partners for outstanding achievements that are improving business
2016 Jul 08
6
[PATCH v3 0/7] lib: string: add functions to case-convert strings
This series introduces a family of generic string case conversion functions. This kind of functionality is needed in several places in the kernel. Right now, everybody seems to be implementing their own copy of this functionality. Based on the discussion of the previous version of this series[1] and the use cases found in the kernel, it does look like having several flavours of case conversion
2009 Jul 29
1
Open Source Pavilion at AstriCon: Your project wanted!
Each year at AstriCon, we have an Open Source Pavilion which showcases projects which are adjuncts to Asterisk, or which are directly relevant to improving the utility and features of Asterisk. It gives smaller projects the chance to have some space to display what they're doing, and to give demonstrations to the AstriCon attendees who are interested in some of the things happening
2010 May 10
1
Using Asterisk? Get on the press list!
I'll post my semi-annual request for press contacts. If you have an Asterisk installation that matches one or more of these adjectives: - enterprise-oriented - government-oriented - education-oriented - unique - clever - large - complex ...we would be interested in having you talk with the press! We at Digium keep a list of people who wouldn't mind talking to the
2009 Jul 10
1
Educational institutions: Your Asterisk experiences wanted!
Hello! I've been asked to get a show of hands for some analysts for users in Higher Ed - Universities, Colleges, or any other 2 or 4 year degree- granting institutions. If this fits you, please let me know your contact data and briefly how you're using Asterisk, and if you don't mind I can pass your contact data along (for consumption by humans only - this is not a mailing
2016 Aug 10
3
[PATCH v5 0/7] lib: string: add functions to case-convert strings
This series introduces a family of generic string case conversion functions. This kind of functionality is needed in several places in the kernel. Right now, everybody seems to be implementing their own copy of this functionality. Based on the discussion of the previous version of this series[1] and the use cases found in the kernel, it does look like having several flavours of case conversion
2016 Jul 22
3
[PATCH v4 0/7] lib: string: add functions to case-convert strings
This series introduces a family of generic string case conversion functions. This kind of functionality is needed in several places in the kernel. Right now, everybody seems to be implementing their own copy of this functionality. Based on the discussion of the previous version of this series[1] and the use cases found in the kernel, it does look like having several flavours of case conversion
2004 Sep 22
5
Dear Any, Is there a fonction in R to change a string to uppercase ? Thanks for all your help
2009 Mar 18
2
Profiling question: string formatting extremely slow
Hi all, I'm using R to find duplicates in a set of 6 files containing Part Number information. Before applying the intersect method to identify the duplicates I need to normalize the P/Ns. Converting the P/N to uppercase if alphanumerical and applying an 18 char long zero padding if numerical. When I apply the pn_formatting function (see code below) to "Part Number" column of the