search for: alphanum

Displaying 18 results from an estimated 18 matches for "alphanum".

2009 Nov 23
4
Check if string has all alphabets or numbers
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091123/470946bc/attachment-0001.pl>
2017 Dec 22
2
Lua Auth
> On December 22, 2017 at 6:43 AM Mark Moseley <moseleymark at gmail.com> wrote: > > > > > > > > > > > > 2) Is there an appropriate way to return data with spaces in it (or > > presumably other non-alphanum chars. My quota name had a space in it, > > which > > somehow got interpreted as 'yes' , i.e.: > > > > imap: Error: Failed to initialize quota: Invalid quota root quota: Unknown > > quota backend: yes > > > > I simply changed the space to an undersc...
2009 Oct 14
2
How to disallow to create files with bad charracters
...llow to create files which contains 'bad' charracters in filenames. I have blocked filenames with national charracters by specifying unix charset = ascii, but it is still possible to create file named: "my stupid file ... . . .doc". I'd like to disallow this ( allowing only alphanums and underscore ["my_stupid_file.doc"] ). Is it possible? Thank you. -- Dusan
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>
2017 Nov 30
3
Lua Auth
Op 29-11-2017 om 6:17 schreef Aki Tuomi: >> On November 29, 2017 at 4:37 AM Mark Moseley <moseleymark at gmail.com> wrote: >> >> >> Just happened to be surfing the docs and saw this. This is beyond awesome: >> >> https://wiki2.dovecot.org/AuthDatabase/Lua >> >> Any words of wisdom on using it? I'd be putting a bunch of mysql logic in
2009 Mar 24
4
multiple paired t-tests
Hi R users, I have a very large data set that has two conditioning variables for the test I want to perform. A toy set can be simulated: type<-sample(1:3,100,replace=TRUE) class<-sample(1:20,100,replace=TRUE) value<-rnorm(100) data<-cbind(type,class,value) (though type and class are alphanum) I want to perform the three pair-wise t-tests between types for each class in data. Can someone help me out with this? Any help is greatly appreciated. Dan
2017 Dec 22
2
Lua Auth
...rk Moseley <moseleymark at gmail.com> > > wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > 2) Is there an appropriate way to return data with spaces in it (or > > > > presumably other non-alphanum chars. My quota name had a space in it, > > > > which > > > > somehow got interpreted as 'yes' , i.e.: > > > > > > > > imap: Error: Failed to initialize quota: Invalid quota root quota: > > Unknown > > > > quota backend: yes...
2006 Feb 14
6
Creating a String of Random Characters and Numbers
I want to create a random string of length n that is made up of characters and integers. Is there a function in rails or ruby that allows me to do this? Thank you my friend :-). John Kopanas http://www.kopanas.com ===================================================================== http://www.soen.info - source of the freshest software engineering information on the net
2017 Feb 10
0
Safely piping to a shell script
...worried about the possibility that mail will be sent with a clever from line. (Section 7 of http://www.ietf.org/rfc/rfc5229.txt is great, btw) To address this, I'm considering the following, and would appreciate feedback. I'm aware that this doesn't capture all emails, those with non-alphanum are legit, and badly handled. I think that this restricts the input of the grepfrom script to be a single string, matching "a-zA-Z09 at ." if not address :regex "from" "^[:alnum]*@[:alnum]*([:alnum].)*$" { fileinto :create "wierd"; stop ; } elsif addre...
2017 Dec 22
0
Lua Auth
> > > > > 2) Is there an appropriate way to return data with spaces in it (or > presumably other non-alphanum chars. My quota name had a space in it, > which > somehow got interpreted as 'yes' , i.e.: > > imap: Error: Failed to initialize quota: Invalid quota root quota: Unknown > quota backend: yes > > I simply changed the space to an underscore as a workaround, but I'm &g...
2017 Dec 22
0
Lua Auth
...> > On December 22, 2017 at 6:43 AM Mark Moseley <moseleymark at gmail.com> > wrote: > > > > > > > > > > > > > > > > > > > 2) Is there an appropriate way to return data with spaces in it (or > > > presumably other non-alphanum chars. My quota name had a space in it, > > > which > > > somehow got interpreted as 'yes' , i.e.: > > > > > > imap: Error: Failed to initialize quota: Invalid quota root quota: > Unknown > > > quota backend: yes > > > > > >...
2003 Aug 26
0
bug report: whitespaces in uris
...name_addr|addr_spec addr_spec->SIP_URI SIP_URI->userinfo user_info->user user->1*( unreserved / escaped / user-unreserved user-unreserved = "&" / "=" / "+" / "$" / "," / ";" / "?" / "/" unreserved = alphanum / mark mark = "-" / "_" / "." / "!" / "~" / "*" / "'" / "(" / ")" -- Jiri Kuthan http://iptel.org/~jiri/ iptel.org -- creaters of the fastest SIP server
2008 Mar 13
0
strange behaviour of "check password script"
...plex passwords I've added the line: check password script = /usr/local/scripts/checkpw Where checkpw is a script returning 0 if ok, and returning an error if not ok. The restrictions the script checks are: at least one uppercase, at least one lowercase, at least one number, at least one non-alphanum character and at least 8 characters long. The script is tested on the commandline and works fine. Now, when a user tries to change the password, types a password which is not ok, windows xp says that "3 out four of the following... upper, lower, number, non-alpha", this is a standard wi...
2010 Feb 12
1
Identifying special characters in a text file
Colleagues R 2.10.1 on a Mac I read in textfiles using readLines, then I process those files, then I use R to execute another program. Occasionally those files contain characters other than letter / numbers / routine punctuation marks. For example, a bullet (option-8 on a Mac) triggers the problem. Although R can read and process those characters, the other program cannot so I would like to
2017 Dec 22
0
Lua Auth
...gt; > > wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 2) Is there an appropriate way to return data with spaces in it (or > > > > > presumably other non-alphanum chars. My quota name had a space in > it, > > > > > which > > > > > somehow got interpreted as 'yes' , i.e.: > > > > > > > > > > imap: Error: Failed to initialize quota: Invalid quota root quota: > > > Unknown > >...
2017 Dec 02
0
Lua Auth
...che_size = 10 M auth_cache_ttl = 10 mins but I notice that every time I auth, it'll redo all the queries in my Lua code. I'd have expected that data to be served out of cache till the 10min TTL is up 2) Is there an appropriate way to return data with spaces in it (or presumably other non-alphanum chars. My quota name had a space in it, which somehow got interpreted as 'yes' , i.e.: imap: Error: Failed to initialize quota: Invalid quota root quota: Unknown quota backend: yes I simply changed the space to an underscore as a workaround, but I'm curious if there's a better way...
1997 Oct 20
1
LPRng security
...d > port on a valid print client can tell lpd to create a file, providing > the name of the file, including directory names, is no longer than 5 > characters. LPRng checks that data and control file names conform to the spool file format: [cf]dNNNhostname, where hostname must contain only alphanumeric characters or "-_.". > Problem 2: File deletion > > Individuals with access to the line printer daemon from a privileged > port on a valid print client can tell lpd to remove any file on the > system. When given the U option, lpd checks that it follows a data file (e...
2009 Oct 06
1
[patch] PXE-On-A-Disk: etherboot2ethersel.pl patched for etherboot-5.4.3+dfgs
...} + # Neuter the driver's name to match MS-DOS naming restrictions $driverdosname = $drivername; $driverdosname =~ tr/a-zA-Z0-9//cd; # filter out non-alphanum chars @@ -196,7 +204,7 @@ } # Write PCI reference as SYSLINUX comment, to be later parsed by ethersel - ###print "PCI card of $pcistring ($cardname, $friendlyname) parsed as $pcivend $pcidev and gets driver $drivername ($...