Displaying 20 results from an estimated 151 matches for "bom".
Did you mean:
bof
2008 Oct 25
1
Filling symbols in xyplot
...1754,
0.2923111111,0.2842905983,NA,NA,NA,0.1369736842,0.1703777778,0.3386666667,0.0042262922,0.3632792023,
0.1664267677,0.0594074074,0.1016666667,0.2522079772,0.0000000000,0.4042621083,0.0241041366,0.0275009747,0.1971481481,0.1156780627,
NA,NA,NA,0.1309649123,0.2715333333,0.2804786325)
Spp=c("BOM","ING","Mal","MGZ","NGA","TIA","BOM","ING","Mal","MGZ","NGA","TIA","BOM","ING","Mal","MGZ","NGA","TIA","BOM","...
2012 Dec 09
1
Fwd: samba_dnsupdate principal and TKEY unacceptable
...owto.
But when I try to do "samba_dnsupdate --all-names" it fails with error:
dns_tkey_negotiategss: TKEY is unacceptable
The kerberos ticket being used by samba_dnsupdate shows follwoing
principals:
klist -c /tmp/tmp6cxfgY
Ticket cache: FILE:/tmp/tmp6cxfgY
Default principal: DB-SERVER$@BOM.MH.IN
Service principal
krbtgt/BOM.MH.IN
DNS/db-server at BOM.MH.IN
Whereas the dns.keytab shows following principals (repeated for multiple
encryption algorithms)
klist -k private/dns.keytab:
DNS/db-server.bom.mh.in at BOM.MH.IN
dns-DB-server at BOM.MH.IN
Wireshark shows that samba_dnsupdate req...
2007 Oct 27
2
UTF-8 BOM
I'v encountered what seems to be a bug in PHP Markdown v1.0.1k. Given
a UTF-8 with a BOM, the first line is not parsed.
A brief search revealed a bug report for a similar issue in python-
markdown:
> I'm using the markdown.py command to generate HTML from Markdown
> documentation and I've found that if a utf-8 file starts with a BOM
> a paragraph is generated co...
2012 Jul 18
3
pecl install json on CentOS 5.8
...220051025
/usr/bin/phpize: /tmp/tmpJaaJaV/json-1.2.1/build/shtool: /bin/sh: bad
interpreter: Permission denied
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF
environment variable is set correctly and then rerun this script.
ERROR: `phpize' failed
[root at bom-bott ~]# ll /bin/sh
lrwxrwxrwx 1 root root 4 Mar 30 12:50 /bin/sh -> bash
[root at bom-bott ~]# echo PHP_AUTOCONF
PHP_AUTOCONF
[root at bom-bi1 ~]# echo $PHP_AUTOCONF
/usr/bin/autoconf
[root at bom-bott ~]# whereis autoconf
autoconf: /usr/bin/autoconf /usr/local/bin/autoconf
/usr/share/autoconf...
2007 Dec 28
1
Tags in files with Unicode BOM
Is there any way for flac or metaflac to support input from files with
Unicode Byte Order Marks (BOM)?
In command:
metaflac --remove-all-tags --set-tag-from-file="CUESHEET=CDImage.cue"
--set-tag-from-file="LOGFILE=CDImage.log" CDImage.flac
If "CDImage.cue" contains Unicode characters, most text editors append BOM
at the 1st line of this file.
And metaflac does not d...
2002 Oct 25
4
Samba 2.2.6 leaks file descriptions!
...ot root 64 Oct 25 11:39 157 -> /var/HW/Lumentis_A2.0/CUOSC-0022/R1A/Schema/
lr-x------ 1 root root 64 Oct 25 11:39 158 -> /var/HW/Lumentis_A2.0/CUOSC-0022/R1A/
lr-x------ 1 root root 64 Oct 25 11:39 159 -> /var/HW/Lumentis_A2.0/CUOSC-0022/R1A/BOM/
lrwx------ 1 root root 64 Oct 25 11:39 16 -> /usr/local/samba2.2.3/var/cache/samba/ntprinters.tdb
lr-x------ 1 root root 64 Oct 25 11:39 160 -> /var/HW/Lumentis_A2.0/CUOSC-0022/R1A/BOM/
lr-x------ 1 root root 64 Oct 25 11:39 161 -> /var/H...
2008 Apr 09
3
help with model relationship for Product/Bill of Materials
...o set up relationships to
achieve this so that it fits the rails idioms.
I have a table of products and I want to be able to create a bill of
materials for a product..
So a product can either be a single item, or a package consisting of
several other products.
I have created a table:
----
class BomItem < ActiveRecord::Base
belongs_to :product
belongs_to :component,
:class_name=>''Product'',
:foreign_key=>''component_id''
validates_numericality_of :quantity
----
So for a product p, I can have:
bom=p.bom_items
item=bom[0...
2010 Feb 16
7
YAML, UTF-8, TextMate, Notepad
...tp://blog.macromates.com/2005/handling-encodings-utf-8/ one of the
authors of TextMate wrote "Property 3 turns out to be attractive because
it means we can heuristically recognize UTF-8 with a near 100% certainty
by checking if the file is valid. Some software think it’s a good idea
to embed a BOM (byte order mark) in the beginning of an UTF-8 file, but
it is not, because the file can already be recognized, and placing a BOM
in the beginning of a file means placing three bytes in the beginning of
the file which a program that use the file may not expect...".
How thoughtful that TextMat...
2024 Sep 07
1
Reading a txt file from internet
I tried it on R 4.4.1 on Linux Mint 21.3 just before I posted it, and I just tried it on R 3.4.2 on Ubuntu 16.04 and R 4.3.2 on Windows 11 just now and it works on all of them.
I don't have a big-endian machine to test on, but the Unicode spec says to honor the BOM and if there isn't one to assume that it is big-endian data. But in this case there is a BOM so your machine has a buggy decoder?
On September 7, 2024 2:43:24 PM PDT, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
>On 2024-09-07 4:52 p.m., Jeff Newmiller via R-help wrote:
>>...
2007 Nov 26
0
14 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_file_reference.c libswfdec/swfdec_load_object.c libswfdec/swfdec_sprite_movie_as.c libswfdec/swfdec_system_security.c test/trace
...| 2
libswfdec/swfdec_load_object.c | 81
libswfdec/swfdec_sprite_movie_as.c | 19
libswfdec/swfdec_system_security.c | 1
test/trace/Makefile.am | 72
test/trace/loadobject-bom-5.swf |binary
test/trace/loadobject-bom-5.swf.trace | 27
test/trace/loadobject-bom-6.swf |binary
test/trace/loadobject-bom-6.swf.trace | 31
test/trace/loadobject-bom-7.swf |binary...
2024 Sep 08
1
Reading a txt file from internet
...Newmiller wrote:
> I tried it on R 4.4.1 on Linux Mint 21.3 just before I posted it, and I just tried it on R 3.4.2 on Ubuntu 16.04 and R 4.3.2 on Windows 11 just now and it works on all of them.
>
> I don't have a big-endian machine to test on, but the Unicode spec says to honor the BOM and if there isn't one to assume that it is big-endian data. But in this case there is a BOM so your machine has a buggy decoder?
Sounds like it! I did it on a Mac running R 4.4.1.
Duncan Murdoch
>
> On September 7, 2024 2:43:24 PM PDT, Duncan Murdoch <murdoch.duncan at gmail.com&...
2024 Sep 07
1
Reading a txt file from internet
On 2024-09-07 4:52 p.m., Jeff Newmiller via R-help wrote:
> When you specify LE in the encoding type, you are logically telling the decoder that you know the two-byte pairs are in little-endian order... which could override whatever the byte-order-mark was indicating. If the BOM indicated big-endian then the file decoding would break. If there is a BOM, don't override it unless you have to (e.g. for a wrong BOM)... leave off the LE unless you really need it.
That sounds like good advice, but it doesn't work:
> read.delim(
+ 'https://online.stat.psu...
2012 May 14
6
problem with importing node definitions (2.7.14) [SEC=UNCLASSIFIED]
Hi all,
Doing some work with a puppet 2.7.14 installation to see what''s new and needs to be changed, however i''m seeing unexpected behavior with my manifests, so my external node directory isn''t being imported. This is on a rhel 5 server with the puppet rpms from yum.puppetlabs.com, but the cilent machines is based on fc17 beta with 2.7.13 rpm (which is with that
2006 Aug 11
0
Byte Order Mark in layouts
Hi all,
I had a rails project ported from a java app that was perplexing me.
Everything was running fine, except that it wouldn''t validate with the
W3C HTML validator - it kept saying that there was a invalid character
in there and failing.
Up until a few days ago, I had no idea what a BOM or Byte Order Mark
was. Apparently, many editors write a few bytes at the beginning of a
UTF-encoded file so they know how to handle it. I found out about it
on a totally unrelated project and just now realized it might be my
culprit in this case. Sure enough, it was there in the layout, and
taking...
2024 Sep 07
1
Reading a txt file from internet
When you specify LE in the encoding type, you are logically telling the decoder that you know the two-byte pairs are in little-endian order... which could override whatever the byte-order-mark was indicating. If the BOM indicated big-endian then the file decoding would break. If there is a BOM, don't override it unless you have to (e.g. for a wrong BOM)... leave off the LE unless you really need it.
On September 7, 2024 1:22:23 PM PDT, Enrico Schumann <es at enricoschumann.net> wrote:
>On Sun, 08 Sep...
2009 Nov 12
1
Reading a data file one record at a time [SEC=UNCLASSIFIED]
...ed.
Regards,
Justin
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dr. Justin R. Peter
Research Scientist
Queensland Climate Change Centre of Excellence
based at
Centre for Australian Weather and Climate Research (CAWCR),
A partnership between the Australian Bureau of Meteorology and CSIRO
e: j.peter@bom.gov.au<mailto:j.peter@bom.gov.au>
p: +61 (0) 3 9669 4838
f: +61 (0) 3 9669 4660
s: Level 9
Bureau of Meteorology Building
700 Collins Street
Docklands
VIC 3008
Australia
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[[alternative HTML version deleted]]
2015 Mar 04
4
Samba4+ClamAV
Senhores, bom dia!
Tem como instalar o Samba 4 com o antivirus ClamAV? Achei v?rios
artigos, mas n?o consegui fazer funcionar o ClamAV.
Desde, j? agrade?o a aten??o de todos.
Atenciosamente,
Marcio Fiorette
2005 Jan 19
0
local master = no; browse list = no
...dows XP :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSetXXX\Services\Browser\Parameters\MaintainServerList
"
isdomaine master = false
maintainserverlist = no
nbtstat -a 192.168.2.135
give these informations :
MO99 <0x00> Unique Workstation Service
BOM <0x00> Group Domain Name
MO99 <0x20> Unique File Server Service
I want to do the same thing with Samba so I write this :
Local Master = No
browse list = no
But ntbstat -a @IP write these
SAMBA <0x00> Unique Workstation Service
SAM...
2016 Apr 07
1
dynamic reports with sweave: error when compiling the tex-file
...t worked very well but when I tried to compile the latex file I get
this error message: ! LaTeX Error: Missing \begin{document}."
But clearly there is a "begin{document}"
I looked for a clue searching the internet and read that maybe my
editor writes invisible signs, so called boms, so that "\begin
{document} " is not really at the beginninng but these boms.
Unfortunatly I have not the faintest how to solve the problem.
(I am using GNU R 3.01 and windows10 and installed MiKTex.)
It would be really nice if someone could help me!
Best regards and thanking you...
2007 Nov 28
13
What to call a class: Manifest? Configuration? ResourceContainer?
Hi all,
I''ve got a new class in the current code, which I''ve been calling
Configuration but Matt reasonably thinks is horrible.
He is recommending the name Manifest, and I figured I''d see what
others thought.
The point of the class is to function as a resource container -- it
keeps a reference to all of the resources we''re managing, and knows
how to