Displaying 20 results from an estimated 22 matches for "xef".
Did you mean:
ref
2014 Sep 16
2
[LLVMdev] [PATCH] Symbol offsets
+the people I hashed this out with so many months ago
I think it's a reasonable proposal, but obviously I floated it. :) Let's
try to get a second opinion.
Again, it's a syntax something like:
define void @foo() prefix [i8* x 2] { i8* @a, i8* @b } prologue [i8 x 4]
c"\xde\xad\xbe\xef" { ret void }
On Thu, Aug 21, 2014 at 1:58 PM, Ben Gamari <bgamari.foss at gmail.com> wrote:
> Ben Gamari <bgamari.foss at gmail.com> writes:
>
> > Rafael EspĂndola <rafael.espindola at gmail.com> writes:
> >
> >>> I suspected this was the case...
2014 Aug 08
2
[PATCH 1/2] Add type checking, support integers as value
...except exception_type:
+ pass
+
+# Good weather tests
+test_pass (REG_BINARY, b"\x01\x02", b"\x01\x02")
+test_pass (REG_SZ, u"Val", b"\x56\x61\x6c")
+test_pass (REG_DWORD, 0xabcdef, b'\xef\xcd\xab\x00')
+test_pass (REG_DWORD_BIG_ENDIAN, 0xabcdef, b'\x00\xab\xcd\xef')
+test_pass (REG_QWORD, 0x0123456789abcdef,
+ b'\xef\xcd\xab\x89\x67\x45\x23\x01')
+
+# *WORDs must still accept bytes (the length is not checked)
+test_pass (REG_DWORD,...
2011 May 13
1
Russian language in R
...g a database in Russian. The problem
appears when it comes to char variables. I have already tried changing the
encoding, i.e.
options(encoding="UTF-8")
and
options(encoding="KOI8-R")
but every time there appear to be something unreadable in the data frame,
like \x82\xa2\xae\xef etc.
Could you please answer whether it is possible to operate with Russian
strings in R, and, if yes, how to get to do that. Thank you, in advance.
Olga.
--
View this message in context: http://r.789695.n4.nabble.com/Russian-language-in-R-tp3521206p3521206.html
Sent from the R help mailing...
2010 Feb 16
7
YAML, UTF-8, TextMate, Notepad
...rse,
I had tried to do that but I could not get the YAML localization file to
load.
What I had done was load the ANSI (i.e. iso-8859-1) localization file
into Notepad, convert to UTF-8, and saved that file.
Then all my German (de.yml) localizations failed.
It turns out that Notepad places "\xEF\xBB\xBF" at the beginning of the
file to indicate that this is a YAML file.
These three bytes appear to screw up YAML::load
Gimme a break!
Note only does Notepad put in these indicator bytes ... so does
TextMate.
In fact, TextMate will happily determine that your non-"\xEF\xBB\xBF&quo...
2017 Mar 13
2
virt-customize fail to inject firstboot script when running it from script.
..._append "/var/lib/systemd/random-seed" "\x9e\x92\xa5\xae\xa3\x13\xb3Qt'\x1fn\x00\xd9\xf6\xcd\x1cYP\x14U\x1b\xfbc\xdd\xa2\x95\xd1\xdf\x0d\x94\xf7\xb8\xba$\x18z \xe2,\xd3\xd0u\xb9F\xd9\x87G\x8c\x16S\x90q\xf12(a\x89\xb1\xab\x8b\xd4\xd4M\xc4\xc6\xb0\x186\xe2A\x09\x99\xd1\xb8;\xee\x9b\xef\xee\x01co$\xfe\xf0I\xd5\x1a\xac{C&:y\xc8\xf2\xf5H\xe116\x97$\x02\xc9\xc0u\xcf7\x094\xb0SM\x8d\x0f\x0b\xc8\xf1\x1e\xae\xe0`\xbe\x87\x97\xc6\xf1\x07E\x99G\x1b\x89\x9c\x14\xfcx\xcd\xaf[[_\xc6%\x99:H\xba,4\xd4~\x0d\xb7\xf03<\xd5\x15\xef/\xa8T\xf6L\xee\xa9A\x8d\xa7\xc48r*\x0c\x9f\xde\x10/\xb0\x1a...
2017 Mar 14
0
Re: virt-customize fail to inject firstboot script when running it from script.
..._append "/var/lib/systemd/random-seed" "\x9e\x92\xa5\xae\xa3\x13\xb3Qt'\x1fn\x00\xd9\xf6\xcd\x1cYP\x14U\x1b\xfbc\xdd\xa2\x95\xd1\xdf\x0d\x94\xf7\xb8\xba$\x18z \xe2,\xd3\xd0u\xb9F\xd9\x87G\x8c\x16S\x90q\xf12(a\x89\xb1\xab\x8b\xd4\xd4M\xc4\xc6\xb0\x186\xe2A\x09\x99\xd1\xb8;\xee\x9b\xef\xee\x01co$\xfe\xf0I\xd5\x1a\xac{C&:y\xc8\xf2\xf5H\xe116\x97$\x02\xc9\xc0u\xcf7\x094\xb0SM\x8d\x0f\x0b\xc8\xf1\x1e\xae\xe0`\xbe\x87\x97\xc6\xf1\x07E\x99G\x1b\x89\x9c\x14\xfcx\xcd\xaf[[_\xc6%\x99:H\xba,4\xd4~\x0d\xb7\xf03<\xd5\x15\xef/\xa8T\xf6L\xee\xa9A\x8d\xa7\xc48r*\x0c\x9f\xde\x10/\xb0\x1a...
2007 Jan 12
9
Nil object in E1 capture the order
I''m following the depot application in the rails bible Agile Web
Development with Rails. In interation E1
NoMethodError in Admin#checkout
Showing app/views/admin/checkout.rhtml where line #12 raised:
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occured while evaluating nil.include?
Extracted source (around line #12):
2014 Jul 23
2
[LLVMdev] [PATCH] Symbol offsets
Rafael EspĂndola <rafael.espindola at gmail.com> writes:
>> I suspected this was the case. Is a rework of prefix support likely to
>> make it in for 3.5?
>>
>
> Unlikely. It has branched already and I don't know of anyone working on it.
>
Fair enough. If there is consensus around a reasonably concrete proposal
I would be happy to put together a patch
2006 Nov 04
0
Fatal error in edge
...ctivesupport/lib/active_support/dependencies.rb:331:in
`require'':
./script/../config/../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/json/encoders/core.rb:35:
too short multibyte code string: /([\xC0-\xDF][\x80-\xBF]|
(SyntaxError)
[\xE0-\xEF][\x80-\xBF]{2}|
[\xF0-\xF7][\x80-\xBF]{3})+/ from
./script/../config/../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:331:in
`require''
[etc.]
David
--
http://www.rubypowerandlight.com => Ruby/Rails training & c...
2007 May 16
0
How we got rid of a bus error when using acts_as_ferret
...y removing the :analyzer part, and the
bus error was gone. We started to suspect the analyzer that we were
using:
:analyzer =>
Ferret::Analysis::RegExpAnalyzer.new(FerretHelper::GENERIC_ANALYSIS_REGEX,
true)
Where GENERIC_ANALYSIS_REGEX is
/([a-zA-Z]|[\xc0-\xdf][\x80-\xbf])+|[0-9]+|[\xe0-\xef][\x80-\xbf][\x80-\xbf]/
This is used, a la Jcode, to tokenize both European-language words,
numbers, and CJV chars.
Interestingly, we started to suspect if Mongrel''s development mode is
the culprit. But anyway, we just created the Analyzer beforehand, and
put it somewhere (say in some li...
2009 May 21
2
SYSLINUX 3.81-pre10
I have just pushed out Syslinux 3.81-pre10. This fixes some pretty
serious bugs, including the fact that, apparently, isohybrid didn't work
at all in CBIOS mode.
Unfortunately it means that the isohybrid handover protocol has changed,
and so a new isolinux.bin isn't compatible with an old isohybrid or vice
versa (as a result, the magic number has changed.)
-hpa
2017 Mar 14
2
Re: virt-customize fail to inject firstboot script when running it from script.
..._append "/var/lib/systemd/random-seed" "\x9e\x92\xa5\xae\xa3\x13\xb3Qt'\x1fn\x00\xd9\xf6\xcd\x1cYP\x14U\x1b\xfbc\xdd\xa2\x95\xd1\xdf\x0d\x94\xf7\xb8\xba$\x18z \xe2,\xd3\xd0u\xb9F\xd9\x87G\x8c\x16S\x90q\xf12(a\x89\xb1\xab\x8b\xd4\xd4M\xc4\xc6\xb0\x186\xe2A\x09\x99\xd1\xb8;\xee\x9b\xef\xee\x01co$\xfe\xf0I\xd5\x1a\xac{C&:y\xc8\xf2\xf5H\xe116\x97$\x02\xc9\xc0u\xcf7\x094\xb0SM\x8d\x0f\x0b\xc8\xf1\x1e\xae\xe0`\xbe\x87\x97\xc6\xf1\x07E\x99G\x1b\x89\x9c\x14\xfcx\xcd\xaf[[_\xc6%\x99:H\xba,4\xd4~\x0d\xb7\xf03<\xd5\x15\xef/\xa8T\xf6L\xee\xa9A\x8d\xa7\xc48r*\x0c\x9f\xde\x10/\xb0\x1a...
2014 May 27
6
[LLVMdev] [PATCH] Symbol offsets
Somehow this cover letter was dropped from my symbol offsets patch set:
1. http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-May/073200.html
2. http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-May/073201.html
Original message
-----------------
About a year ago a proposal suggesting symbol offsets was brought to
this list[1]. This proposal goes hand-in-hand with the prefix data
proposal[2]
2018 Feb 06
0
"make check" test-hash-method bus error (Sparc alignment)
...{
...
115 { "sha1",
116 "",
117 0,
118 1,
119 "\xda\x39\xa3\xee\x5e\x6b\x4b\x0d"
120 "\x32\x55\xbf\xef\x95\x60\x18\x90"
121 "\xaf\xd8\x07\x09",
122 160 / 8
123 },
...
etc.
The input data needs to be 8 byte aligned but is just a void *.
Thanks and regards,
Rainer
2007 Oct 22
1
Help! bad cyrillic font rendering
...e_child_font_list font "/home/test/.wine/dosdevices/c:/windows/fonts/courer.fon" 0
trace:font:WineEngCreateFontInstance caching: gdiFont=0x1ee2f18 ?hfont=0xb98
...
trace:font:GdiGetCodePage charset 204 => cp 1251
trace:font:FONT_mbtowc mapped "\xd1\xeb\xf3\xe6\xe5\xe1\xed\xee\xe5 \xef\xee\xeb\xe5 " -> L"\0421\043b\0443\0436\0435\0431\043d\043e\0435 \043f\043e\043b\0435 "
trace:font:GetTextExtentExPointW (0x31c, L"\0421\043b\0443\0436\0435\0431\043d\043e\0435 \043f\043e\043b\0435 ", 0)
trace:font:GetTextMetricsW text metrics:
...
trace:font:WineEngCrea...
2014 Aug 04
6
[hivex] Segfault for an integer value to node_set_value
Hi,
When an integer argument is passed as value, node_set_value
segfaults. Reproducer is at the end of this message
The backtrace points at hivex-py.c, function get_value. While obj
is non-NULL, `bytes = PyUnicode_AsUTF8String (obj);` returns NULL.
Kind regards,
Peter
https://lekensteyn.nl
#!/usr/bin/env python3
import hivex, sys
h = hivex.Hivex(sys.argv[1])
print(h)
val = {
2015 Aug 26
2
classicupgrade
I have a Samba 3.6 PDC (ClearOS) that I want to migrate to Sernet Samba
4.2 AD on a Centos7-arm box.
So I am reading:
https://wiki.samba.org/index.php/Migrating_a_Samba_NT4_domain_to_a_Samba_AD_domain_%28classic_upgrade%29
And trying to figure out what files I need. Note this is a totally NEW
box, I need to copy over the needed files. So do I move all of the .tdb
files? There are actually
2006 Mar 21
2
How do I get substring of utf-8 string?
I''m trying to get substring from a utf-8 encoded string. (say, first
50 characters of the string) String#[0..49] would give me the first
50 bytes not 50 characters..
I know there is jcode library, but it only let you count number of
characters in utf-8 string.
unicode gem doesn''t seem to help much. unicode_hacks gem seem to
solve the problem, but it also seems to
2001 Mar 28
1
UTF-8 patch for Samba 2.0.7
...B\x89\xCC\x8D\xCD\xA1\xCE\x8C\xCF\x8B");
- update_map("\xD1\xA5\xD2\x96\xD3\xA2\xD4\x93\xD6\x99\xD9\x97\xDA\xA3\xDB\x96\xDC\x9A\xDF\xE1");
- update_map("\xE0\x85\xE1\xA0\xE2\x83\xE4\x84\xE5\x86\xE6\x91\xE7\x87\xE8\x8A\xE9\x82\xEA\x88\xEB\x89\xEC\x8D\xED\xA1\xEE\x8C\xEF\x8B");
- update_map("\xF0\xEB\xF1\xA4\xF2\x95\xF3\xA2\xF4\x93\xF6\x94\xF7\xF6\xF8\xED\xF9\x97\xFA\xA3\xFB\x96\xFC\x81\xFF\x98");
- } else {
- /* MSDOS Code Page 850 -> ISO-8859-1 */
- update_map("\240\377\241\255\242\275\243\234\244\317\245\276\246\335...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...\xf1\x46\xbe\x00"
-+ (uint8_t*)"\x0b", 20, (uint8_t*)"Hi There", 8,
-+
(uint8_t*)"\xb6\x17\x31\x86\x55\x05\x72\x64\xe2\x8b\xc0\xb6\xfb\x37\x8c\x8e\xf1\x46\xbe\x00"
- }, {
-- "Jefe", 4, "what do ya want for nothing?", 28,
--
"\xef\xfc\xdf\x6a\xe5\xeb\x2f\xa2\xd2\x74\x16\xd5\xf1\x84\xdf\x9c\x25\x9a\x7c\x79"
-+ (uint8_t*)"Jefe", 4, (uint8_t*)"what do ya want for nothing?", 28,
-+
(uint8_t*)"\xef\xfc\xdf\x6a\xe5\xeb\x2f\xa2\xd2\x74\x16\xd5\xf1\x84\xdf\x9c\x25\x9a\x7c\x79"
- }, {
--...