Displaying 20 results from an estimated 54 matches for "bls".
Did you mean:
blk
2019 Jul 09
0
[PATCH] core: Add support for BLS Type 1 entries
...ot
Loader Specification". This patch enables syslinux to parse the drop-in files
that are defined by this new specification.
Link to documentation of the options added to syslinux by this patch:
https://drive.google.com/uc?export=download&id=1nuRISVJeE1whYggFURywoQFpPzc6s1MC
MD5 (syslinux-bls1.txt) = ad845afd302932edf505185b2966c10d
Link to The Boot Loader Specification:
https://systemd.io/BOOT_LOADER_SPECIFICATION
Link to demonstration bootdisk image (82MB gzipped):
https://drive.google.com/uc?export=download&id=1A9psiWfR7jK316DxMRkc5iMkQ-zhEHiG
MD5 (syslinux-bls1.img.gz) = 96340...
2002 Oct 04
3
R 1.6 Gui for Windows
I upgraded to R Gui 1.6 this morning and I can't seem to get it to accept my
new startup directory. R 1.51 will accept
"F:\_ben\bls\gen1\results\bls\analysis" as the start in directory for the R
Gui shortcut, but R 1.6 will not. R 1.6 will accept
"F:\_ben\bls\gen1\results\bls". It seems to have trouble when I add
"\analysis." R still loads fine but I get the following error:
Error in testRversion(de...
2009 Mar 31
0
How to load data from BLS web
I would like to load the producer price indexes of BLS (Bureau of Labor
Statistics) into R:
For example, Commodity Data in
http://www.bls.gov/ppi/
There are many tables there.
I was wondering if you knew some R-package/function that can do this
or any basic idea onwriting functions to load data that can be loaded from
web. Thanks,
-james
2019 May 25
0
[PATCH] (vesa)menu.c32: Add support for BLS
...quot;.
Which distributions are using this yet?
> This patch enables syslinux's
> (vesa)menu.c32 modules to parse the drop-in files that are defined by
> this new specification.
Any reason why you don't try to implement this in syslinux core?
<snip>
> +static int parse_bls1_file(struct blsdata *bd, const char *filename)
> +{
> + FILE *f = NULL;
> + char line[MAX_LINE], *p;
> + char *sort_field;
> +
> + dprintf("Opening bls entry: %s ", filename);
> +
> + f = fopen(filename, "r");
> + dprintf("%s\n&...
2019 May 27
0
[PATCH] (vesa)menu.c32: Add support for BLS
...; Not sure what you mean by core, but I was trying to be minimally
> intrusive to the existing code.
If you implement it in the menu system (com32/menu) than only its users
will gain support. If put into ldlinux (com32/elflink/ldlinux) it
should be globally available. A config option like "BLS" could enable
support for it. I guess "$BOOT/loader/entries/" is fixed as
"/loader/entries" for syslinux/extlinux/isolinux. It could depend
on "pxelinux.pathprefix" for pxelinux.
> >
> > <snip>
> >
> > > +static int parse_bls1_fil...
2006 May 16
1
cannot verify samba-3.0.22.tar.asc
Hello,
I tried both us2.samba.org and usb3.samba.org. What am I doing
wrong?
BLS $gpg --version
gpg (GnuPG) 1.4.3
Copyright (C) 2006 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.
Home: ~/.gnupg
Supported algorithms:
Pubkey:...
2008 Aug 07
1
rsync: hlink.c:271: check_prior: Assertion `node->data != ((void *)0)' failed.
BLS #rsync --version
rsync version 3.0.4pre2 protocol version 30
Copyright (C) 1996-2008 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batc...
2019 May 25
2
[PATCH] (vesa)menu.c32: Add support for BLS
...?
>
> > This patch enables syslinux's
> > (vesa)menu.c32 modules to parse the drop-in files that are defined by
> > this new specification.
>
> Any reason why you don't try to implement this in syslinux core?
>
> <snip>
>
> > +static int parse_bls1_file(struct blsdata *bd, const char *filename)
> > +{
> > + FILE *f = NULL;
> > + char line[MAX_LINE], *p;
> > + char *sort_field;
> > +
> > + dprintf("Opening bls entry: %s ", filename);
> > +
> > + f = fopen(filename, "...
2019 May 24
3
[PATCH] (vesa)menu.c32: Add support for BLS
...44
--- a/com32/menu/readconfig.c
+++ b/com32/menu/readconfig.c
@@ -21,11 +21,17 @@
#include <inttypes.h>
#include <colortbl.h>
#include <com32.h>
+#include <dirent.h>
#include <syslinux/adv.h>
#include <syslinux/config.h>
#include "menu.h"
+/* BLS entry global settings */
+#define BLS_CHUNK 16
+int bls_version_places = 3;
+char *bls_sort_by = "machine-id version title";
+
/* Empty refstring */
const char *empty_string;
@@ -1060,6 +1066,337 @@ do_include:
}
}
+/*
+ * https://systemd.io/BOOT_LOADER_SPECIFICATION
+ *...
2010 Sep 29
0
[LLVMdev] Bls: Compiling LLVM 2.7 with MinGW GCC 4.5.0
reverting doesn't help. Here are the logs:
http://old.nabble.com/file/p29834726/output.log output.log
http://old.nabble.com/file/p29834726/error.log error.log
which mingw gcc + binutils versions are known to work (or better, the one
that you guys use)?
--
View this message in context: http://old.nabble.com/Compiling-LLVM-2.7-with-MinGW-GCC-4.5.0-tp29810752p29834726.html
Sent from the LLVM -
2010 Sep 30
0
[LLVMdev] Bls: Compiling LLVM 2.7 with MinGW GCC 4.5.0
Attached is a result of configure and make VERBOSE=1:
http://old.nabble.com/file/p29846487/output.log output.log
http://old.nabble.com/file/p29846487/error.log error.log
--
View this message in context: http://old.nabble.com/Compiling-LLVM-2.7-with-MinGW-GCC-4.5.0-tp29810752p29846487.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 Sep 30
1
[LLVMdev] Bls: Compiling LLVM 2.7 with MinGW GCC 4.5.0
Good evening.
Thank you.
> configure: running /bin/sh ../../../projects/sample/configure --prefix=c:/llvm '--enable-optimized' '--enable-shared' '--enable-targets=host,x86,cpp' 'CFLAGS=-s -O4' 'CXXFLAGS=-s -O4 -Wl,--enable-auto-import' 'LDFLAGS=-s -O4' --cache-file=/dev/null --srcdir=../../../projects/sample
--enable-shared/DLL was not
2019 May 28
1
[PATCH] (vesa)menu.c32: Add support for BLS
> > > > Modern distributions are moving toward a common boot scheme called
> > > > "The Boot Loader Specification".
> > >
> > > Which distributions are using this yet?
>
> [copy & paste from other reply]
>
> > Fedora 30
>
> Not that many for a specification written about 6 years ago.
If I may, as a side-note...
2010 Sep 27
2
[LLVMdev] Bls: Compiling LLVM 2.7 with MinGW GCC 4.5.0
> Make sure you're using the correct perl - that one which comes with msys DTK
I'm using msys perl for msys 1.0.11. Maybe I should revert back to msys 1.0.10?
________________________________
Dari: Anton Korobeynikov <anton at korobeynikov.info>
Kepada: leledumbo <leledumbo_cool at yahoo.co.id>
Cc: llvmdev at cs.uiuc.edu
Terkirim: Sen, 27 September, 2010 13:45:47
Judul:
2010 Sep 29
2
[LLVMdev] Bls: Compiling LLVM 2.7 with MinGW GCC 4.5.0
Good morning.
I don't understand relation between output.log and error.log.
It seems all LLVM libraries are not found on linking opt.exe.
Please show us logs with command lines with make VERBOSE=1
It would be better only then to touch a few files. (eg.
lib/Transforms/Scalar/GVN.cpp)
The warning of --export-dynamic might be harmless,
and you may add the option --enable-auto-import
IIRC
2013 Apr 27
1
Bls: RE: example
Dear Sir,
Yes, I want to generate the data by two Gaussian but mean from one of them generatated from polar its coordinates. I am confused about the algorithm? I know how to generate two Gaussian data with certain mean&covariance matrix using mvnorm but what about mean from its polar coordinates?
Thanks for your help.
Best wishes,
Iut
------Pesan Asli------
Dari: John Kane
Ke: Iut Tri Utami
2008 Oct 14
1
assert problem
...s once before and you suggested it was an out-of-memory
issue, but if it is a memory issue, why doesn't rsync say 'out of memory'
instead of this cryptic assert?
I am testing rsync-2.0.5pre1.
Kernel is 2.6.26.6
I run this as root, and here is the output of 'ulimit -a' on bash:
BLS #ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 32768
max locked memory (kbytes, -l) 4096
max memory size (kbytes...
2011 Apr 18
1
Way OT: Anyone know where to get data on relationship between education and salary
I'm sorry for the way OT post, but here goes. I'm an informatics
specialist, and R user. My wife is a secondary school maths teacher.
My wife recently tried to explain to her class the link between
education and potential salary, and I would love to be able to show this
graphically, however, I cannot find any freely available data for this.
Does anyone know of a suitable dataset,
2007 Nov 21
1
equivalent of Matlab robustfit?
...ce matrix of the
coefficient estimates as V=inv(X'*X)*STATS.S^2. The standard errors
and correlations are derived from V.
ROBUSTFIT treats NaNs in X or Y as missing values, and removes them.
Example:
x = (1:10)';
y = 10 - 2*x + randn(10,1); y(10) = 0;
bls = regress(y,[ones(10,1) x])
brob = robustfit(x,y)
scatter(x,y)
hold on
plot(x,brob(1)+brob(2)*x,'r-', x,bls(1)+bls(2)*x,'m:')
See also REGRESS, ROBUSTDEMO.
2009 May 27
2
How to set a filter during reading tables
We are reading big tables, such as,
Chemicals <-
read.table('ftp://ftp.bls.gov/pub/time.series/wp/wp.data.7.Chemicals',header
= TRUE, sep = '\t', as.is =T)
I was wondering if it is possible to set a filter during loading so that
we just load what we want not the whole table each time. Thanks,
-james