Displaying 19 results from an estimated 19 matches for "charcter".
Did you mean:
character
2003 Oct 17
1
sort charcters in W2K and NT
Hello.
I have a problem using sort() in windows 2000 and windows NT 4.0, running R
1.8.0 on both. I want to sort a vector of characters names, where I have
used "Scandinavian" letters, like '?', '?', and '?' (for those who cannot
display these letters this question seems rather meaningless, i guess).
Windows 2000 sorts the vector like I am used to from other
2010 Jan 25
0
valid charcters in trust password
Hello,
we tried to create a trust between a samba 3.4.3 and win 2008. It did
not work an we lost two days before we discovered that it did not work
because we had a $ in the password.
Is there documentation about what characters are valid in a password for
a trust account ?
Thanks
Andreas
2005 Oct 31
6
getting last 2 charcters of a string, other "text" functions?
I wish to obtain the right-most n characters of a character string? What is the appropriate function?
---------------------------------
[[alternative HTML version deleted]]
2003 May 22
4
grep, gsub, sub have problems with NA values (PR#3078)
In a string context, grep, gsub, sub are improperly treating NA (missing) as
the string "NA", and returning unexpected results
> grep("A", c(NA,"NA"))
[1] 1 2
# expected:
# [1] 2
> gsub("A", "X", c(NA,"NA"))
[1] "NX" "NX"
# expected
# [1] NA "NX"
> sub("A", "X",
2003 Jan 30
1
not enough charcters available in %J or confusing blanks?
Hi,
I try to create PDF files with an modified script from Buchan Milne and
have some problems with the Jobname var %J.
Because it is better for the users to find an file with an similar name
as the original document I'm looking for a way to read out %J, cut some
unnessasary stuff and use the rest as new file name. The problem is:
In %J in some circumstances is not the complete Jobname as
2014 May 02
2
When the subject portion of an e-mail contains a control character, dovecot.sieve terminates unexpectatedly.
...------------------------------------------
sieve: info: started log at May 02 10:46:22.
main script: line 14: error: addheader action: specified value `[SPAM]
???????' is invalid.
----------------------------------------------------------------------
Aside from [Ctrl + V] the following control charcters also cause errors:
backspace
Ctrl + A
Ctrl + C
Ctrl + [
Ctrl + X
Ctrl + Y
2) When an e-mail's subject line contains a "\0" character, everything
following the null character is deleted.
When a MIME encoded Subject is sent, for example "????\0????", the
subject becomes &quo...
2002 Nov 15
5
filename problem
I got problem with filenames. Some info on my configuration
Samba 2.2.6
client code page=852
character set=ISO8859-2
When serving files with " character, example:
user on "server" (H).lnk
(standard link to home drive). Windows 2000 sees something
like
user~x%
It is even worse when such file is located in user profile, which makes
it impossible to save user profile to
2002 Jan 27
1
Testing if an object exists
Is it possible to test if an object exists without using the object name?
For example I have a function with scanid as a variable. I want to test for
the attributes of that object, but if the object has
not already been defined I will get an error 'Object "SC000027" not found'
where SC000027 is the scanid. So can I
check if the object exists or not before attempting any
2008 Apr 08
1
Mode Vs Class
Hi R,
Just came across the 'mode' of an object. What is the basic difference
between ?class and ?mode...For example:
d=data.frame(a=c(1,2),b=c(5,6))
class(d)
[1] "data.frame"
mode(d)
[1] "list"
But,
c=c(2,3,5,6,7)
class(c)
[1] "numeric"
mode(c)
[1] "numeric"
Could anyone help me out...
Thanks,
shubha
This e-mail
2007 Nov 16
0
Special Characters in Filenames -> rsync error code 24, files vanished
Hello,
there are problems syncing files with special charcters in the filename.
The special characters in the filename are displayed as a question mark.
During synchronization, the rsync tells the file is vanished.
Here is the standard output with level 1 verbosity. Higher verbosity
levels dont give more informations about the problem. The stat command
with t...
2002 Aug 27
2
unicode
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm running Samba 2.2.3a on Mandrake 8.2 and I have some files with unicode
chars in their file names (in fact, I'm moving all my file names to unicode,
utf8).
And now, I notice, that in windows, the names appeared scrambled and the files
are not accesible, is there any way to solve this ?
Thank you.
- --
Pupeno: pupeno@pupeno.com
2008 Jan 05
0
Trying to understand unicode character entry, goes into postgres DB backing rails, saved to yaml as \
...the two broken values.
Put &257; character into a view via Rails that is back-ended by a
PostGres database.
Using script/console, write the collection of models that contain this
accented character to a YAML file.
"Latin small letter a with macron" is stored in a YAML dump of
accented charcters as: \xC4\x81
Hm, OK that''s a start. Somehow 0101 or 257 is linked to C4 81 Let''s
convert those two to decimal and see if correlation becomes clear ( I
know, BTW, the database that holds that entry is in UTF-8).
C4: 196
81: 129
196+129=325 != 0101. Hm, look at documentation.
Be st...
2009 Aug 06
7
Crashing
Wine crashes when I exit out of games just not Steam Client, my terminal output is this
Unable to remove c:\program files\steam\steamapps\common\left 4 dead\left4dead\textwindow_temp.html!
wine: Unhandled page fault on read access to 0x00000004 at address 0x7d623a38 (thread 002e), starting debugger...
Unhandled exception: page fault on read access to 0x00000004 in 32-bit code (0x7d623a38).
2008 Jan 05
0
[Repost, with Formatting] Trying to understand unicode character entry, goes into postgres DB backing rails, saved to yaml as \xc4\x81
...values.
4. Put &257; character into a view via Rails that is back-ended by a
PostGres database.
5. Using script/console, write the collection of models that contain
this accented character to a YAML file.
6. "Latin small letter a with macron" is stored in a YAML dump of
accented charcters as: \xC4\x81
Hm, OK that''s a start. Somehow 0101 or 257 is linked to C4 81 Let''s
convert those two to decimal and see if correlation becomes clear ( I
know, BTW, the database that holds that entry is in UTF-8).
C4: 196
81: 129
196+129=325 != 0101. Hm, look at documentation.
7....
2010 Jul 22
2
Changing some values within a variable
Hi
I'm new to R and would like some help with a couple of problems. I
suspect the solutions are quite simple.
I have a data.frame (data) with 40 variables and 5238 observations
created from ~150 text files using read.table.
I would like to change some of the entries within two different columns.
Firstly, in the Group column I have groups A and B, I would like to
select all As and change
2018 Feb 26
2
Samba 3.6 'getent passwd user' not working
Hello,
I have a Samba 3.6 server (MUST stay at 3.6) and I want to user the "ad"
backend for usermapping. Here is my smb.conf:
--------------
[global]
security = ADS
workgroup = example
realm = EXAMPLE.NET
loglevel = 4
winbind nss info = rfc2307
winbind trusted domains only = no
winbind use default domain = yes
idmap config * : backend = tdb
idmap config * : range = 5000-7999
idmap
2006 Apr 21
11
Phone Numbers in Rails/MySQL
Is there any easy way to make a fancy looking form to take phone
numbers. Something that looks like this:
[ ] - [ ] - [ ] ext: [ ]
Then when you submit it it''s combined into one string in the database.
Optimally it would auto-switch from field-to-field after you fill each
field.
Has anyone seen anything like this in Rails?
Thanks,
Adam
--
Posted via
2010 Mar 28
15
frame/graphics lag in microsoft Freelancer
Huhu,
I installed MS Freelancer via PlayOnLinux, but I have some graphics lags ingame/the game was redicoulus slow, I also wasn't really able to start a new game since the game hang up (kinda. It just didn't wanted to finish loading)
One idea of me would be that it still runs in DX mode, how can I change it to OpenGL?
On a side note, I have enough ressources to run the game at windows.
2003 Dec 12
0
proofreading corrections (cvs) (PR#5730)
...iff -u -r1.13 readBin.Rd
--- src/library/base/man/readBin.Rd 2003/11/15 07:05:56 1.13
+++ src/library/base/man/readBin.Rd 2003/12/12 15:44:54
@@ -87,7 +87,7 @@
is zero-padded, with a warning.
If \code{readBin(what=character())} is used incorrectly on a file which
- does not contain C-style charcter strings, warnings (usually
+ does not contain C-style character strings, warnings (usually
many) are given as from version 1.6.2. The input will be broken into
pieces of length 10000 with any final part being discarded.
}
@@ -96,7 +96,7 @@
For \code{readBin}, a vector of appropriate mo...