Displaying 20 results from an estimated 267 matches for "punctuat".
Did you mean:
punctual
2009 Aug 06
2
Re move all punctuations except commas
Dear all,
I wanted to remove all punctuations except commas from a string.
I used:
gsub("[[:punct:]]", "", string)
but I don't know how to exclude the commas ",". Anyone would kindly answer
my basic question?
--
View this message in context: http://www.nabble.com/Remove-all-punctuations-except-commas-t...
2006 May 09
3
remove Punctuation characters
Hi,
I want to remove all punctuation characters in a string. I was trying it use
a regular expressions but it doesn't work.
Here is a sample os what i want:
str <- 'ABD - remove de punct, and dot characters.'
str <- gsub('[:punct:]','',str)
str
"'ABD remove de punct and dot characters&quo...
2013 Mar 13
2
patch - Some CJK codepoints are also punctuation
--
Greg.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xapian-some-cjk-codepoints-are-also-punctuation.patch
Type: text/x-patch
Size: 1499 bytes
Desc: not available
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130313/4da8b0f9/attachment.bin>
2007 Sep 14
1
Allowed punctuation in samba filenames?
hi
I've run into problems moving stuff from one ext3 filesystem to another
via samba. It seems the problem is due to some punctuation not being
allowed in paths/filenames.
Can anyone tell me where I can find a definitive list of allowed /
illegal characters?
Thanks in advance
Matt
--
==================================
Dr Matthew Studley
Lecturer : Robotics
Bristol Robotics Laboratory
Room 3Q75
University of the West of...
2018 Jun 21
2
Password complexity checks and local users...
...rd.
Ulteriori informazioni sono disponibili digitando NET HELPMSG 2245.
'net user Administrator' does not impact on 'Password history length'
(eg, i can set the same password), so the only things i can hit is the
'Password complexity', because the password does not contain
punctuation.
Nota that password like that are generated with a script
('winadminpassword'), and when the generated password have a punctuation
char, windows get the password as expected.
Someone have some clue?! Thanks.
--
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
Associazione ``L...
2007 Jun 26
0
[1084] trunk/wxruby2/swig/classes/SystemSettings.i: Fix missing punctuation in SystemSettings typemaps
...s {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[1084] trunk/wxruby2/swig/classes/SystemSettings.i: Fix missing punctuation in SystemSettings typemaps</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1084</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-06-26 14:41:20 -0400 (Tue, 26...
2018 Jun 21
2
Password complexity checks and local users...
Mandi! Rowland Penny via samba
In chel di` si favelave...
> It doesn't have to contain punctuation:
Ahem, i've write 'punctuation' but i meant 'Non-alphanumeric
characters'. Sorry.
> So, as I am sure you can see, 'kaaPxvqEXW' only passes the first two.
> It contains uppercase and lowercase, but neither numbers or punctuation.
Exactly i supposed. Thanks....
2007 Sep 11
2
Another State Of The Punctuation Mark question - Vonage
There was a flurry of "Vonage is going to unlock SIP" activity last
year; did anything productive ever come of it?
Are *you* using your Vonage lines directly into Asterisk?
In lieu of that, for a 4 line small business that doesn't need to pay
Vonage $150 a month, who? Broadvoice? Someone else?
I'm a touch unimpressed with the fact that BV's website *won't quote
you
2010 Dec 15
6
Numbers in a string
Hello, I have stings which have all sort of characters (numbers, letters,
punctuation marks, etc) I would like to stay only with the numbers in them,
does somebody know how to do this?
Thank you
Felipe Parra
[[alternative HTML version deleted]]
2011 Mar 15
1
Changing order policy
Hi everybody,
Maybe I'm going to ask a bit weird question:
I have an item collection, most of them are writting with latin letters, but
some of them have chinese letters. There is a list page and numbers,
punctuation and chinese letters go first. I would like to change this order
policy in order to show first items that start with latin letters, and then
numbers, punctuation and chinese letters,
Is there a way to change the query order policy in Xapian?
Thanks in advance.
2008 May 19
0
[LLVMdev] Assembling the output of llc
...sues,
> but at the first glance it seems, that names were not properly mangled.
>
I've created bug http://llvm.org/bugs/show_bug.cgi?id=2342 and attached
my example file to it.
It wouldn't surprise me if it was a problem with the name mangling.
According to the docs, LLVM allows punctuation symbols inside of
identifiers, and I am taking advantage of this to include the complete
type signature of each method in its name, punctuation and all. (One of
things I really dislike about C++ is trying to interpret mangled names
in a stack trace.) I'm counting on LLVM to be able to qu...
2008 May 18
2
[LLVMdev] Assembling the output of llc
Hello Talin,
> Yes exactly. I'm on OS X (x86), and I'm not specifying a target - I
> assumed that it would choose sensible defaults...
Could you please provide a .bc testcase? There can be multiple issues,
but at the first glance it seems, that names were not properly mangled.
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg
2018 Jun 21
0
Password complexity checks and local users...
...ni sono disponibili digitando NET HELPMSG 2245.
>
> 'net user Administrator' does not impact on 'Password history length'
> (eg, i can set the same password), so the only things i can hit is the
> 'Password complexity', because the password does not contain
> punctuation.
It doesn't have to contain punctuation:
The password contains characters from three of the following categories:
Uppercase letters of European languages (A through Z, with diacritic marks, Greek and Cyrillic characters)
Lowercase letters of European languages (a through z, sharp-...
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
2008 May 19
1
[LLVMdev] Assembling the output of llc
...ms, that names were not properly
>> mangled.
>>
> I've created bug http://llvm.org/bugs/show_bug.cgi?id=2342 and
> attached
> my example file to it.
>
> It wouldn't surprise me if it was a problem with the name mangling.
> According to the docs, LLVM allows punctuation symbols inside of
> identifiers, and I am taking advantage of this to include the complete
> type signature of each method in its name, punctuation and all. (One
> of
> things I really dislike about C++ is trying to interpret mangled names
> in a stack trace.) I'm counting o...
2017 Nov 28
1
Repeated measures Tukey
...asures ANOVA in r. The same group undergoes to
four different treatment conditions. So, all individuals are treated with
treatments A, B, C and D in four different occasions.
Once I get a significant ANOVA, I first run a paired samples t-test using
the code:
t.test(X1,X2,paired=TRUE) #being x1 the punctuation after treatment 1 and
x2 the punctuation after
treatment 2.
After this, I run a Tukey posthoc test for repeated measures as stated in
gribblelab:
require(nlme)
a1<-lme(x~factortmnt,random=~1|factorid/factortmnt,data=mydata)
print(anova(a1))
require(multcomp)
summary(glht(a1,linfct=mcp(fact...
2024 Jan 08
1
Possible bug using FLAG_WORD_BREAKS with fullwidth Unicode codepoints
...dle halfwidth Katakana, such as "??????????" which it would treat as a single term, whereas it should be two: ??????and ????).
My pull request causes word-breaker to only handle halfwidth Katakana and Hangul codepoints as unbroken script and treats Latin characters, numbers, symbols and punctuation as broken script. There's a couple of unit tests that check for this.
diff --git a/xapian-core/queryparser/word-breaker.cc b/xapian-core/queryparser/word-breaker.cc
index 8108523ccd53..6122dcdccc97 100644
--- a/xapian-core/queryparser/word-breaker.cc
+++ b/xapian-core/queryparser/word-break...
2008 Nov 28
3
regexp help needed
Hello,
I have a vector of dates and I would like to grep the year component
from this vector (= all digits
after the last punctuation character)
dates <- c("28.7.08","28.7.2008","28/7/08", "28/7/2008", "28/07/2008",
"28-07-2008", "28-07-08")
the resulting vector should look like
"08" "2008" "08" "2008" "2008...
2006 Aug 29
0
Several bug-fixes and improvements(?)
...tolink_emails,
:inline_textile_autolink_emails] # do these twice to accomodate for one
space/line diffs
This fixes any problems with two URLs appearing with a single space or
linebreak between them.
Also, the AUTO_LINK_RE regular expression has a bug, where it matches any
character in the leading punctuation (I think the intention was to have a
list of punctuation to be not matched, but that means it matches any
character that isn''t punction, including word characters). I changed this to
have a list of "whitelisted" punctuation (I only needed the open-bracket at
the moment) and al...
2012 Jul 05
4
rsync based on checksum only
Is it possible to tell rsync *not* to use file names, date stamps, etc and
only use the checksum for deciding if a file is the same?
the remote machine "normalizes" a set of file names to remove all
punctuation marks and forces all file names to lower case. The files
themselves are unchanged.
--checksum looks promising but it does not say anything about file names:
-c, --checksum Skip based on checksum, not mod-time & size
Can this be done?
--
I like paying taxes. With them I bu...