Displaying 20 results from an estimated 51 matches for "mberg".
Did you mean:
berg
2006 Oct 15
1
Mute script
...ta stuff is commented
out because data are already in memory.
#db <- read.csv("normais.csv", sep=";", quote="", header=T)
sink("normais-chi.txt", append=T, type = "output", split=T)
#sink("normais-chi.txt", append=T)
table(db$agua, db$mBerg)
chisq.test(db$agua, db$mBerg, correct=F)
print(table(db$agua, db$mBerg))
print(chisq.test(db$agua, db$mBerg, correct=F))
# here there are several other table/chisq.test pairs
sink()
#rm(db)
By introducing syntax errors in the script error messages will appear but
normal output won't neither...
2017 Mar 25
2
where to swap
It is good to see this
----- Forwarded message from syslinux-bot for Martin Str|mberg <ams at ludd.ltu.se> -----
Date: Sat, 25 Mar 2017 05:54:09 -0700
From: syslinux-bot for Martin Str|mberg <ams at ludd.ltu.se>
To: Syslinux commits mailing list <syslinux-commits at zytor.com>
Cc: ams at ludd.ltu.se
Subject: [syslinux:master] mbr/isohdpfx.S: correct pointer for he...
2015 Feb 06
2
Use z size specifier for printf-ing size_t variable
On Sun, Jan 25, 2015 at 06:13:13PM -0200, Raphael S Carvalho wrote:
> On Sat, Nov 22, 2014 at 10:39 AM, Martin Str|mberg <ams at ludd.ltu.se> wrote:
> > Hello.
> >
> > Use the z size specifier to printf-ing size_t variables to get rid of gcc
> > warning
> > format ?%08x? expects type ?unsigned int?, but argument 2 has type ?long unsigned int?
> Please, add the signed-off line....
2015 Feb 06
1
Use z size specifier for printf-ing size_t variable
> On Fri, Feb 6, 2015 at 6:55 AM, Martin Str|mberg <ams at ludd.ltu.se> wrote:
> > On Sun, Jan 25, 2015 at 06:13:13PM -0200, Raphael S Carvalho wrote:
> >> On Sat, Nov 22, 2014 at 10:39 AM, Martin Str|mberg <ams at ludd.ltu.se> wrote:
> >> > Hello.
> >> >
> >> > Use the z size specifier...
2015 Feb 06
0
Use z size specifier for printf-ing size_t variable
On Fri, Feb 6, 2015 at 6:55 AM, Martin Str|mberg <ams at ludd.ltu.se> wrote:
> On Sun, Jan 25, 2015 at 06:13:13PM -0200, Raphael S Carvalho wrote:
>> On Sat, Nov 22, 2014 at 10:39 AM, Martin Str|mberg <ams at ludd.ltu.se> wrote:
>> > Hello.
>> >
>> > Use the z size specifier to printf-ing size_t var...
2017 Mar 25
0
where to swap
On Sat, Mar 25, 2017 at 06:51:50PM +0100, Geert Stappers via Syslinux wrote:
> It is good to see this
> ----- Forwarded message from syslinux-bot for Martin Str|mberg <ams at ludd.ltu.se> -----
> Date: Sat, 25 Mar 2017 05:54:09 -0700
> From: syslinux-bot for Martin Str|mberg <ams at ludd.ltu.se>
> Subject: [syslinux:master] mbr/isohdpfx.S: correct pointer for heads/sectors
> Commit-ID: 48e94f4fa7b3c32cbd43b6e57c64bc933f76d059
> Gitweb...
2017 Apr 16
1
fwd: [syslinux:syslinux-4.xx] mbr/isohdpfx.S: correct stack for heads/sectors
Hi,
FYI syslinux upstream has a bugfix.
Both in the 6.xx branch and the 4.xx branch.
----- Forwarded message from syslinux-bot for Martin Str|mberg <ams at ludd.ltu.se> -----
Date: Sat, 15 Apr 2017 10:27:08 -0700
From: syslinux-bot for Martin Str|mberg <ams at ludd.ltu.se>
To: Syslinux commits mailing list <syslinux-commits at zytor.com>
Cc: ams at ludd.ltu.se
Subject: [syslinux:syslinux-4.xx] mbr/isohdpfx.S: correct stack f...
2015 Jan 25
0
release cycle 6.04
...<gene.cumm at gmail.com>
Date: Thu Dec 18 21:47:32 2014 -0500
txt/syslinux.cfg.txt: Fix SYSAPPEND FSUUID
Reflow for proper AsciiDoc formatting.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
commit 5270b9e01c7f5220c989eff7de3dac7c2ac69dd8
Author: Martin Str|mberg <ams at ludd.ltu.se>
Date: Thu Dec 18 21:34:00 2014 -0500
com32: Use z size specifier for printf-ing size_t variable
Use the z size specifier to printf-ing size_t variables to get rid of gcc
warning format "%08x" expects type "unsigned int", but argumen...
2014 Nov 22
3
Use z size specifier for printf-ing size_t variable
Hello.
Use the z size specifier to printf-ing size_t variables to get rid of gcc
warning
format ?%08x? expects type ?unsigned int?, but argument 2 has type ?long unsigned int?
--
MartinS
diff --git a/com32/lib/syslinux/initramfs_file.c b/com32/lib/syslinux/initramfs_file.c
index 7eb55b5..9f9fa75 100644
--- a/com32/lib/syslinux/initramfs_file.c
+++ b/com32/lib/syslinux/initramfs_file.c
@@
2015 Jan 25
0
Use z size specifier for printf-ing size_t variable
On Sat, Nov 22, 2014 at 10:39 AM, Martin Str|mberg <ams at ludd.ltu.se> wrote:
> Hello.
>
> Use the z size specifier to printf-ing size_t variables to get rid of gcc
> warning
> format ?%08x? expects type ?unsigned int?, but argument 2 has type ?long unsigned int?
Please, add the signed-off line.
>
>
> --
> MartinS...
2017 Mar 18
1
Bug#857597: "isolinux.bin missing or corrupt" when booting USB flash drive in old PC
Thomas Schmitt wrote:
> (I could need a reference document for the assembler language in isohdpfx.S.
> Does anybody know a good one ?)
"info gas", in particular you want to read the chapter named
"i386-Dependent".
Then you'd want the x86 manuals from amd or intel for the instructions
themselves but they are documented backwards.
--
MartinS
2017 Mar 19
1
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
David Christensen wrote:
> It looks like the call to "error" (line 276) is made if a summation of
> the bytes in the first four sectors of a partition don't add up to
> HYBRID_MAGIC (?).
HYBRID_MAGIC = 0x7078c0fb
isolinux_hybrid_signature = 0x7c00+64
...
cmpl $HYBRID_MAGIC,(isolinux_hybrid_signature)
jne bad_signature
...
bad_signature:
call error
.ascii
2017 Mar 19
1
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
David Christensen wrote:
> What syntax is used in isohdpfx.S -- it doesn't match my Intel
gas syntax. "info gas machine i386 i386-syn i386-var" if you have the
gas manual installed.
--
MartinS
2017 Mar 20
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
On 03/19/2017 09:42 PM, Martin Str|mberg via Syslinux wrote:
> David Christensen wrote:
>> This is how I prepared an ADATA USB Flash Drive 4 GB:
> ...
> install-mbr /dev/sdb
> ...
> [Rest of very clear description snipped.]
>
> What's that? That desn't exist in the Debian I'm running.
> Otherwise...
2017 Mar 25
2
where to swap
Hi,
Martin Str|mberg wrote:
> Given David's last report the part:
> - jmp 1f
> + jmp 2f
> 1:
> + xor %cx, %cx /* Clear EBIOS flag. */
> +2:
>
> can be ignored. His BIOS isn't corrputing CX (which I
> thought). However that part doesn't hurt if...
1999 Sep 22
0
SV: SAMBA digest 2210
...n I compile, install and run Samba 2.0.5a on an AIX 4.3.2 box it won't
really start. The log files of both smd and nmbd complains about fcntl
locking on the .pid files failing. Can this has to do with the problem you
had spotted? How would I get past it you think?
Regards,
/Peter
--
Peter Str?mberg, e-mail: peter.stromberg@scania.se
WM-Data Scania, J?rnagatan 41-49, 15127 S?dert?lje
Tel: 0855383853, Fax: 0855381040
> -----Ursprungligt meddelande-----
> Fr?n: samba@samba.org [SMTP:samba@samba.org]
> Skickat: den 24 augusti 1999 17:47
> Till: Multiple recipients of list SAMBA
>...
1999 May 18
3
Cntrl-M characters ...
Hi,
I am using Samba 1.9.18. The server is running on Solaris 2.5.1 and the client is on Win NT 4.0
I am annoyed by the Control-M characters appearing in text files when the files are edited on Windows
editors and viewed in vi on Sun machine. I had to manually remove the Control-M characters.
Is there a way to eliminate the Control M characters ?
Thanks
Krishna
2017 Mar 26
2
where to swap
Hi,
Martin Str|mberg wrote:
> And given that space in isohdpfx is very limited (432 bytes) perhaps
> the right thing might be to not have that xor in there.
> But then better safe than sorry, and given that there is space _now_,
> why not?
I still agree.
But while answering Ady's questions i get to a...
2018 Feb 08
2
[PATCH] syslinux/com32: Fix the printing of left zero padded hexadecimals with a leading '0x'.
From: Brett Walker <brett.walker at geometry.com.au>
When printing hexadecimal numbers to a fixed width, padded with leading zeros,
and also having a leading '0x'; the resultant string can be shortened by up to
two characters if any leading zero padding character required is.
int hexnum = 0x00001234;
printf("%08X", hexnum); // results in 00001234
2017 Mar 25
1
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...the ISO fails to boot from stick on old iron:
http://www.ludd.ltu.se/~ams/tmp/isohdpfx.bin.170324
The source patch is at the second half of
http://www.syslinux.org/archives/2017-March/025706.html
---------------------------------------------------------------------
Details:
Martin Str|mberg wrote:
> > > <http://www.ludd.ltu.se/~ams/tmp/isodavid.tgz>
> > > * <CARRY>
> > > * AX
> > > * BX
> > > * CX
> > > * DX
> > > * I die now.
i wrote:
> > I place my bet on CX value 4. :))
David Christensen wrote:
>...