search for: charaters

Displaying 20 results from an estimated 70 matches for "charaters".

Did you mean: characters
2007 Jun 06
0
Branch 'as' - 13 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h
libswfdec/swfdec_as_context.c | 24 +++ libswfdec/swfdec_as_context.h | 2 libswfdec/swfdec_as_frame.c | 56 +++++-- libswfdec/swfdec_as_frame.h | 4 libswfdec/swfdec_as_interpret.c | 18 +- libswfdec/swfdec_as_object.c | 85 +++------- libswfdec/swfdec_as_object.h | 16 +-
2007 Aug 26
2
Character position command
This is a very simple question, so I apologize I couldn't find it online: I want to shorten the string 'apples.pears' to 'apples'. string='apples.pears' string1=substr(string,0,x) For x above, I would like to have a command like charAt(string,"."), i.e. the position of the period in the word, but I can't seem to find a charAt command in R. Thank you.
2008 Jul 10
3
charaters problem
Hi folks :-) Mounting a shared ntfs volume in debian os, I see some files like this: L'?uomo di notte.jpg the real name is: L'?omo di notte.jpg So, when I try to open this file (from a client) a message error appear: "the file doesn't exist". How can I resolve this problem? Thanks Pol
2016 Sep 06
3
[Bug 2611] New: Add support for $2b$ prefixed hashes
https://bugzilla.mindrot.org/show_bug.cgi?id=2611 Bug ID: 2611 Summary: Add support for $2b$ prefixed hashes Product: Portable OpenSSH Version: -current Hardware: All OS: All Status: NEW Severity: enhancement Priority: P3 Component: Miscellaneous Assignee: unassigned-bugs at
2011 Dec 01
2
Counting the occurences of a charater within a string
I am new to R but am experienced SAS user and I was hoping to get some help on counting the occurrences of a character within a string at a row level. My dataframe, x, is structured as below: Col1 abc/def ghi/jkl/mno I found this code on the board but it counts all occurrences of "/" in the dataframe. chr.pos <- which(unlist(strsplit(x,NULL))=='/') chr.count <-
2016 Nov 22
3
charater a numeric
Hola!! Soy novato en esto del R. Consulto por que ya estoy agotando los recursos para resolver un problema con tutoriales, consultas que se encuentran en google, etc. Si bien el problema parece ser simple no le encuentro la vuelta. Tengo un data.frame que armé importando un csv. Algunas de las columnas son mayoritariamente compuestas por valores números pero class character ya que al contener
2009 Mar 10
5
Changing factor to numeric
Dear Users, I have a variable in my dataset which is of type factor. But it actually contains numeric entries which like 5.735 4.759 ..... This is because the data was read from a CSV file into R and this variable contained other charaters which were not numeric. I have now dropped the records with the characters which are not numeric for this variable and want to change it to numeric srotage type. I have tried using as.numeric() function but it changes the values in the variable to what I think are the ranks of the individual value...
2004 Feb 05
2
correction to the previously asked question (about merging factors)
I have two factors l1, l2, and I'd like to merge them. (Remark: The factors can not be converted to charaters) Function c() does not give me the result I want: > l1 = factor(c('aaaa', 'bbbb')) > l2 = factor(c('ccc', 'dd')) > lMerge = factor(c(l1, l2)) > lMerge [1] 1 2 1 2 Levels: 1 2 > I'd like to merge l1 and l2 and to get lMerge ---------------------...
2009 Oct 25
4
Multiple line commands in R scripting
I'm wondering whether there is a character to let R know to expect more input for a command on subsequent lines. Here is an example: test_1.R: x <- c(1,2,3,4) / c(1,2,3,4) x R CMD BATCh test_1.R produces test_1.Rout: > x <- c(1,2,3,4) > / c(1,2,3,4) Error: unexpected '/' in " /" Execution halted test_2.R: x <- c(1,2,3,4) / c(1,2,3,4) x R CMD
2004 Feb 27
2
Samba and non-ascii characters
Hello everyone, I have a problem with smbmount. After I mount a certain share, I can not view files with weird charaters in their name. This happends for example with the copyright char. After searching with Google I still didn't find an answer. I guess it has something to do with a 'charset' command, but I can't figure out wich one, and what character table I should use... I'm using RedHat 9...
2004 Mar 19
2
Beginners question
Dear list, I've been messing around with coding functions in R and it just won't make sense to me. Running my analysis by hand on command line is fine and works but because of the repetitive nature of the job I would like to code a function for it. My problem: I would like to read in data from a file in my current working dir. so my code would look like: myanalysis <-
2017 May 18
2
10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u
...assword ldap pam passwd passwd-file shadow sql Userdb: checkpassword ldap(plugin) nss passwd prefetch passwd-file sql # openssl version OpenSSL 1.0.1t 3 May 2016 This package is from from Debian repos with version number 1:2.2.13-12~deb8u amd64 In case I had inadvertently entered some invisible charaters in 10-ssl.conf, I deleted and typed this out. Not copy-pasted: # >10-ssl.conf # cat 10-ssl.conf # echo 'ssl = required' >10-ssl.conf # echo 'ssl_key = </etc/ssl/private/xxx.key' >>10-ssl.conf # echo 'ssl_cert = </etc/ssl/private/xxx.pem' >>10-ssl.co...
2012 Apr 03
1
macro characters with pdbedit ?
...later (pdbedit -v gives Logon Script: logonUNKNOWN.cmd which seems normal on linux). So my question is :? is it possible to use macro characters with pdbedit the same way they are used in the smb.conf ? If not how can I change account attributes (and specifically the Logon Script Name) with macro charaters ? maybe with another tool than pdbedit ? Thanks in advance Henri Une messagerie gratuite, garantie ? vie et des services en plus, ?a vous tente ? Je cr?e ma bo?te mail www.laposte.net
2009 Nov 02
5
Working round 'invalid byte sequence'
I am a very amateur Rubyist who, amongst other things, likes to use a simple Rails app to query my company''s MySQL config database. The server I now use to do this has got 1.9.1 and Rails 2.3.3. I''ve now hit the ''problems'' related to 1.9 and string encoding, which means that when Rails try to display, say, E acute characters, it throws an invalid byte
2004 Oct 13
2
'credentials' file doesn't work - also observed by others
...ns username=<user>/<domain> password=<password> but I get an error: 1741: session setup failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed (I think '1741' is a PID - it changes each time.) To forstall some suggestions: * There are no non-alphanumeric charaters in <user>, <domain>, <password> etc. * There is a newline at the end of /etc/smbpassword * I've tried from the command line using 'smbmount', with the same results - works with "password=" but not with "credentials=" * I've tried giving the cred...
2019 Jan 16
2
Internal DNS migrate to Bind9_DLZ
...ht hit errors. samba-tool testparm -v | egrep "realm|workgroup|netbios|alias" For example. Good : netbios name = my-test1-system Wrong: netbios name = my-test2 system ( space ) Wrong: netbios name = my-test2-system1 ( 16 chars max 15! ) Wrong: netbios name = my-test2-systém ( wrong charaters é ) Wrong: netbios name = my_test2_systém ( wrong charaters _ ) At least thats what i did find on : dns_rdata_fromtext: buffer-0x7f944d595da0:1:near eof: unexpected end of input I notice a strange thing. dns_rdata_fromtext: buffer-0x7f944d595da0:1 << that 1, tels use near line 1. near...
2003 Nov 12
1
samba (vs. nfs) in all unix environment
...ything about this, and searching the web, newsgroups and mailing list archives didn't bring much light into it. I asked in the Courier-IMAP mailing list and the only answer (from Courier-IMAP developer) only stated that he thought samba wouldn't be able to correctly handle ":" charaters in filenames (which Courier-IMAP uses). I did a really quick check with stock samba 2.2.7 included in RedHat 7.3 and I can create a file named "hi:bye" and I can read it thru an smb mount... buy if I list the directory containing it, it appears as "HIBYE~7C", so it's ob...
2017 Jun 04
2
10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u
...sword ldap(plugin) nss passwd prefetch passwd-file sql >> >> # openssl version >> OpenSSL 1.0.1t 3 May 2016 >> >> This package is from from Debian repos with version number 1:2.2.13-12~deb8u amd64 >> >> In case I had inadvertently entered some invisible charaters in 10-ssl.conf, I deleted and typed this out. Not copy-pasted: >> # >10-ssl.conf >> # cat 10-ssl.conf >> # echo 'ssl = required' >10-ssl.conf >> # echo 'ssl_key = </etc/ssl/private/xxx.key' >>10-ssl.conf >> # echo 'ssl_cert = </e...
2017 Jun 05
4
10-ssl.conf: Unknown setting: ssl / debian 1:2.2.13-12~deb8u
...t;> # openssl version >>>>>> OpenSSL 1.0.1t 3 May 2016 >>>>>> >>>>>> This package is from from Debian repos with version number >>> 1:2.2.13-12~deb8u amd64 >>>>>> In case I had inadvertently entered some invisible charaters in >>> 10-ssl.conf, I deleted and typed this out. Not copy-pasted: >>>>>> # >10-ssl.conf >>>>>> # cat 10-ssl.conf >>>>>> # echo 'ssl = required' >10-ssl.conf >>>>>> # echo 'ssl_key = </etc/ssl/pr...
2012 Apr 04
1
(no subject)
...WN.cmd which seems normal on linux). > > > > So my question is :? is it possible to use macro characters with > > pdbedit the same way they are used in the smb.conf ? If not how can I > > change account attributes (and specifically the Logon Script Name) > > with macro charaters ? maybe with another tool than pdbedit ? > > > > Thanks in advance > > > > Henri > > You could hard-code each user name into the Logon Script using a shell script to loop through the user database and pick out the > names: > > ??for u in `pdbedit -L | cut -d...