search for: charat

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

Did you mean: bharat
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_bits.h | 2 libswfdec/swfdec_debugger.c | 9 - libswfdec/swfdec_script.c | 62 ++++--- libswfdec/swfdec_script.h | 7 test/trace/Makefile.am | 56 ++++++- test/trace/charat-5.swf |binary test/trace/charat-5.swf.trace | 221 ++++++++++++++++++++++++++++ test/trace/charat-6.swf |binary test/trace/charat-6.swf.trace | 221 ++++++++++++++++++++++++++++ test/trace/charat-7.swf |bina...
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. [[alternative HTML version deleted]]
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
...ctual behavior is now truncation). Implementations generally have addressed both the overflow and used the version bump to identify this change. The jbcrypt library uses "minor >= 'a'" comparisons in many positions, but the critical section seems to be a check: if (salt.charAt(0) != '$' || salt.charAt(1) != '2') { throw new IllegalArgumentException("Invalid salt version"); } if (salt.charAt(2) == '$') { off = 3; } else { minor = salt.charAt(2); if (minor != 'a...
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 va...
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
...c(1,2,3,4) / c(1,2,3,4) x R CMD BATCh test_1.R produces test_2.Rout: > x <- c(1,2,3,4) / + c(1,2,3,4) > x [1] 1 1 1 1 test_2.R works as expected but test_1.R fails because the "/" operator is at the start of line 2 not the end of line 1. Is the some kind of continuation charater one can include in a script so R is expecting input on the next line? For example, in other languages, "\" works. Without this, one is forced to break lines carefully in the middle of a function, for example, to ensure R is expecting more. Any comments very welcome. Thank you, Neil.
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...
2004 Mar 19
2
Beginners question
...would like to read in data from a file in my current working dir. so my code would look like: myanalysis <- function(sample, samplenr){ sample.samplenr <- read.geodata("sample.samplenr", arg, arg etc.) sample.samplenr.results <- someanalysis(sample.samplenr) } problem is that charater values aren't interpretated as they should. Any tips and tricks? This should be fairly simple but I just can't find any reference to it. Most input values in functions in R are numeric or are strings to be interpretated with bolean statements but aren't handled as input variable p...
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...
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 c...
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. ne...
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...
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 = &lt...
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...
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...