search for: charactar

Displaying 6 results from an estimated 6 matches for "charactar".

2011 Feb 23
0
[LLVMdev] New TargetSpec 'llvmnote'
...arts of targetdata could conceivably be useful too. The "OS" field seems like it should be renamed to "ABI", since in the description you discuss actual OS's that support multiple ABIs. In the "Feature Delta" field, using "+" to add features but using a charactar other than "-" to remove them is unfortunate. How about just prohibiting "-" in CPU names? Or for another idea, how about prefixing negative features with "no-", as in "core2+sse41+no-cmov"? Dan -------------- next part -------------- An HTML attachment was...
2011 Feb 23
7
[LLVMdev] New TargetSpec 'llvmnote'
Hi All, There is recently a discussion on the LLDB list about how to deal with targets, and our current mismash of llvm::Triple and the various subclasses of TargetSubtarget leave a lot to be desired. GNU target triples are really important as input devices to the compiler (users want to specify them) but they aren't detailed enough for internal clients. Anyway, in short, I think that we
2007 Aug 03
0
character encoding, MySQL, link_to
So, man, character encoding is confusing. Worse, I''m talking to a vendor-supplied database (read-only) that I did not add the data too. At least this vendor-supplied database is MySQL. So this database has some accented charactars in it. For instance, something as simple as a lowercase o with an acute accent, for example. At first, this character was not being displayed correctly in my browser after being fetched from the db. Oddly, if I went into irb/console and examined the field from the db---it WAS displayed correctly...
2016 Apr 21
1
Vegemite Function is Cowardly refusing
R version 3.2.2. library(vegan) I was to look at community tables from my dendrograms and am trying out the vegemite command. This is the error I get: Error in vegemite(apst, apst.clusters) : Cowardly refusing to use longer than 1 char symbols: Use scale I thought the problem was that I was using the log transformed data, but I tried it on the raw (which is single digit numbers), and still
2006 May 15
3
FXTextField - posSelected?(pos)
Hi, I wonder if am facing a bug or something else On a FXtextField, I want to detect the low and high pos of the selected string example: the text is: 0123456789 The selected string is : 234567 first = last = -1 atext.text.length.times do |pos| first = pos if atext.posSelected?(pos) and first < 0 last = pos if atext.posSelected?(pos)
2011 Feb 23
2
[LLVMdev] New TargetSpec 'llvmnote'
...ort on an as needed basis. > The "OS" field seems like it should be renamed to "ABI", since in the > description you discuss actual OS's that support multiple ABIs. > > In the "Feature Delta" field, using "+" to add features but using > a charactar other than "-" to remove them is unfortunate. How about > just prohibiting "-" in CPU names? Or for another idea, how about > prefixing negative features with "no-", as in "core2+sse41+no-cmov"? > > Dan > > _______________________________...