Displaying 20 results from an estimated 80 matches for "160000".
Did you mean:
10000
2020 Feb 24
2
[PATCH] Update common submodule (RHBZ#1351000)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common b/common
index c33e0036c70c..12f3fb0f6ccd 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit c33e0036c70ce68d40df92e4a6c0423e136e005c
+Subproject commit 12f3fb0f6ccdacb4c6fb81385550b62665fc1497
--
2.25.1
2010 Feb 01
6
Import fixed-format ascii file with mixed record types
...ord types. The data comes from European Labor Force Surveys, wich is a household survey. The first record type is for people over 16 years, and the second much sorter is for people aged 15 or less (this record has a filler with several blanks to get the same record length).
The files tipically have 160000 records, with 176 characters per record, the data is numeric, corresponding to 102 variables, mostly integers (seven variables have two decimals). My opertating system is Windows XP.
My questions:
1. Wich do you think is the best way to import the files into R?
2. Could you give me any references o...
2023 Jun 29
2
[PATCH libguestfs] generator: Add --chown option for virt-customize
...on submodule to include the changes.
Fixes: https://github.com/rwmjones/guestfs-tools/issues/12
---
common | 2 +-
generator/customize.ml | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/common b/common
index d61cd820b4..bbb54714ce 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit d61cd820b49e403848d15c5deaccbf8dd7045370
+Subproject commit bbb54714ce24c76e5761d96a0227a753896dc4c4
diff --git a/generator/customize.ml b/generator/customize.ml
index aa7ac8e8af..8d3dec3e24 100644
--- a/generator/customize.ml
+++ b/generator...
2018 Aug 05
3
[PATCH] v2v: rhv-plugin: Use string literal concatenation
...instead of +.
See https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation
---
.gnulib | 2 +-
v2v/rhv-upload-plugin.py | 14 +++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.gnulib b/.gnulib
index 5b78831df..646a44e1b 160000
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit 5b78831df03b49408676227604cf16f90dee07ac
+Subproject commit 646a44e1b190c4a7f6a9f32c63230c619e38d251
diff --git a/v2v/rhv-upload-plugin.py b/v2v/rhv-upload-plugin.py
index bdc1e104a..2d686c2da 100644
--- a/v2v/rhv-upload-plugin.py
+++ b/v2v...
2020 Mar 05
2
[PATCH v4] windows: delay installation of qemu-ga MSI
...inaly I experienced more than 90% failure rate.
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
common | 2 +-
v2v/convert_windows.ml | 17 +++++++----------
2 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/common b/common
index ea10827b..5371257c 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit ea10827b4cfb3cfe5f782421c01d2902e5f73f90
+Subproject commit 5371257c3cf27fb09d5f2e31ba378b0e6ccf5df6
diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml
index 0fda1d4e..9b90f611 100644
--- a/v2v/convert_windows.ml
+++ b/v2v/convert_w...
2018 Dec 07
2
[PATCH] v2v: -o rhv-upload: Fix upload when using https
...hv-cafile option access, broken by commit 6694028f9827 (v2v: -o
rhv-upload: Only set SSL context for https connections).
---
.gnulib | 2 +-
v2v/rhv-upload-plugin.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gnulib b/.gnulib
index 6ccfbb4ce..646a44e1b 160000
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit 6ccfbb4ce5d4fa79f7afb48f3648f2e0401523c3
+Subproject commit 646a44e1b190c4a7f6a9f32c63230c619e38d251
diff --git a/v2v/rhv-upload-plugin.py b/v2v/rhv-upload-plugin.py
index 1a217b6dc..3272c3ce3 100644
--- a/v2v/rhv-upload-plugin.py
+++ b/v2v...
2020 Mar 10
1
Re: [PATCH v4] windows: delay installation of qemu-ga MSI
> > diff --git a/common b/common
> > index ea10827b..5371257c 160000
> > --- a/common
> > +++ b/common
> > @@ -1 +1 @@
> > -Subproject commit ea10827b4cfb3cfe5f782421c01d2902e5f73f90
> > +Subproject commit 5371257c3cf27fb09d5f2e31ba378b0e6ccf5df6
>
> I think(?) this hunk was not intended?
>
Yes, that's a mistake. Sorry f...
2010 May 07
1
[PATCH] Warn instead of dying if grub refers to non-existent kernel
---
.gnulib | 2 +-
perl/lib/Sys/Guestfs/Lib.pm | 10 ++++++++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/.gnulib b/.gnulib
index e2843e3..6d28070 160000
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit e2843e30e8c2885eb8cbc77e20c4e0f4d562d44d
+Subproject commit 6d28070c3cc7a02107bf66402983b9fe4c6f8f6f
diff --git a/perl/lib/Sys/Guestfs/Lib.pm b/perl/lib/Sys/Guestfs/Lib.pm
index b6c4a31..8ec487d 100644
--- a/perl/lib/Sys/Guestfs/Lib.pm
+++...
2008 Jun 02
3
GiT and RSpec
...tmodules
# new file: vendor/plugins/rspec
# new file: vendor/plugins/rspec-rails
#
$ git-commit -m "Added Rspec and Rspec-Rails as submodules"
Created commit b4d1133: Added Rspec and Rspec-Rails as submodules
3 files changed, 8 insertions(+), 0 deletions(-)
create mode 160000 vendor/plugins/rspec
create mode 160000 vendor/plugins/rspec-rails
$ git-status
# On branch master
nothing to commit (working directory clean)
$ git-push # over ssh
!!Warning!! - Any attempt to obtain access to this device without
authorization is a criminal act.
byrnejb at vcs...
2020 Feb 24
1
Re: [PATCH] Update common submodule (RHBZ#1351000)
...0 at 10:23:54AM +0100, Martin Kletzander wrote:
>> Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
>> ---
>> common | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/common b/common
>> index c33e0036c70c..12f3fb0f6ccd 160000
>> --- a/common
>> +++ b/common
>> @@ -1 +1 @@
>> -Subproject commit c33e0036c70ce68d40df92e4a6c0423e136e005c
>> +Subproject commit 12f3fb0f6ccdacb4c6fb81385550b62665fc1497
>
>I don't know if there's much point in posting these patches for
>review. If...
2010 Jun 16
1
febootstrap git empty /lib dir
On Wed, Jun 16, 2010 at 03:38:22PM -0700, Dwayne Fontenot <dwayne.fontenot at att.net> wrote:
> Is lib/ supposed to be empty in febootstrap git HEAD?
Yes. Run ./autogen.sh to populate it with gnulib stuff.
Actually, this may not work too well unless you have gnulib checked
out exactly in ../gnulib. I need to ask Jim Meyering nicely if he'll
make gnulib into a submodule of
2008 Jun 24
2
Global FTS index?
Hi,
I tried the FTS (and FTS Squat) plugin today, and it works as advertised.
But: On my 13000 folders with 160000 mails maildir I use for testing, the
speed increase is not as big as one would wish (it still takes several
minutes to complete a search).
Is my assumption correct, that there is no way to do a search over a big IMAP
folder hierarchy in a reasonable amount of time, because each folder has to
b...
2006 Sep 09
2
Not enough memory to run installer
...ove it to
~/.wine/drive_c/, but this gave the same error.
The installer is 1.6GB, and I have tried to run it
with varying amounts of free memory, including a fresh
boot where I had 1.9GB of memory free.
The installer can be downloaded here if you wish to
test it:
http://www.fileplanet.com/165202/160000/fileinfo/Company-of-Heroes-Multiplayer-Pre-Order-Client
All other things seem to be running fine with Wine - I
have many applications and games installed and running
with no similar problems.
I have tried with a fresh .wine, and have tried with
wine-0.9.20, and the latest CVS.
If anybody could h...
2006 Oct 17
1
Error: STRING_ELT() can only be applied to a 'character vector', not a 'builtin'
...*** caught segfault ***
address (nil), cause 'memory not mapped'
Traceback:
1: load(system.file("data", paste(i, "RData", sep = "."), package =
pkg), env)
2: g.data.load("tm.time", "hist.20051012")
3: g.inorder(93500, tm.time, 160000)
aborting ...
Segmentation fault
Under R-2.4.0, it now gives this message:
Error: STRING_ELT() can only be applied to a 'character vector', not a
'builtin'
(which appears to be generated inside main/memory.c).
I'm sorry I can't give a reproducible example, because...
2008 Mar 10
1
caretNWS and training data set sizes
...en 2500 observations the 5 sleigh objects start but do not use any CPU resources and do not process any data.
N=100 cpu(%) memory(K)
Rgui.exe 0 91737
5x sleighs (RTerm.exe) 15-25 ~27000
N=2500
Rgui.exe 0 160000
5x sleighs (RTerm.exe) 15-25 ~74000
N=5000
Rgui.exe 50 193000
5x sleighs (RTerm.exe) 0 ~19000
A 10% sample of my overall data is ~22000 observations.
Can someone give me an idea of the limitations of the nws and caretNWS packages in terms o...
2009 Oct 29
2
Recommendation for dealing with mixed input types in CSV
Currently I have a CSV with mixed input types that I am trying to read in and reformat without having to list off all the column names.? Below is an example of the data:
HouseColor, HouseSize, HouseCost
Blue, 1600, 160e3
Blue, 1600, 160e3
Actually I have about 60 columns like this, so imagine the above repeated about 30 times column-wise.?
Luckily the ones in scientific notation are grouped
2020 Mar 03
2
[PATCH v3] windows: delay installation of qemu-ga MSI
...- originaly I experienced more than 90% failure rate.
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
common | 2 +-
v2v/convert_windows.ml | 12 ++++--------
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/common b/common
index ea10827b..5371257c 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit ea10827b4cfb3cfe5f782421c01d2902e5f73f90
+Subproject commit 5371257c3cf27fb09d5f2e31ba378b0e6ccf5df6
diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml
index 0fda1d4e..bed5989a 100644
--- a/v2v/convert_windows.ml
+++ b/v2v/convert_w...
2006 Aug 11
1
x tick labels - sparse?
...t;
[41] "900" "" "" "" "1000"
>
> y <- x * x
> y
[1] 10000 5625 2500 625 0 625 2500 5625 10000
[10] 15625 22500 30625 40000 50625 62500 75625 90000 105625
[19] 122500 140625 160000 180625 202500 225625 250000 275625 302500
[28] 330625 360000 390625 422500 455625 490000 525625 562500 600625
[37] 640000 680625 722500 765625 810000 855625 902500 950625 1000000
>
> plot(x, y, xlab=xtickLabels)
>
Thanks in advance.
Best, Darren
2006 Sep 18
2
merge gives me too many rows
...people could reproduce, but merge behaved as
expected: final number of rows was the same as the number of rows in
the first file named in the call to merge.
I took a subset of my large dataframe and could mail this to anyone
interested in verifying the problem.
> test3 <- test[100001:160000,]
>
> dim(test3)
[1] 60000 9
> test4 <- merge(test3, fish, by=c("predateu", "origin", "navire",
"nbpc", "no_rel", "trait", "tagno"), all.x=F)
>
> dim(test4)
[1] 60043 11
I compared test3 and test4...
2010 Sep 17
3
ZFS Dataset lost structure
...e0000 L0 0:3c4194c600:20000 20000L/20000P F=1 B=91830/91830
100000 L0 0:3c4198c600:20000 20000L/20000P F=1 B=91830/91830
120000 L0 0:3c4196c600:20000 20000L/20000P F=1 B=91830/91830
140000 L0 1:205c491600:20000 20000L/20000P F=1 B=91830/91830
160000 L0 1:205c4b1600:20000 20000L/20000P F=1 B=91830/91830
180000 L0 1:205c4d1600:20000 20000L/20000P F=1 B=91830/91830
1a0000 L0 1:205c4f1600:20000 20000L/20000P F=1 B=91830/91830
1c0000 L0 1:205c511600:20000 20000L/20000P F=1 B=91830/91830
1e0000...