Displaying 20 results from an estimated 14149 matches for "extracting".
2016 Mar 07
0
Module Versioning
...es/syslinux-6.03/20150819/ldlinux.bss'
Successfully wrote 'ldlinux.sys'
Opened drive \\?\Volume{ea031c1e-408f-11e5-8318-fcaa14e7bd8e} for write access
Successfully wrote Syslinux boot record
Successfully remounted Volume{ea031c1e-408f-11e5-8318-fcaa14e7bd8e}\ on F:\
Copying ISO files...
Extracting files...
libcdio: Found Extension: Joliet Level 3
Image is an ISO9660 image
This image will be extracted using Joliet extensions (if present)
Extracting: F:\.disk\archive_trace (1 bytes)
Extracting: F:\.disk\info (79 bytes)
Extracting: F:\EFI\BOOT\bootia32.efi (294.5 KB)
Extracting: F:\EFI\BOOT\boo...
2016 Mar 06
5
Module Versioning
On 3/3/2016 07:43, Pete Batard via Syslinux wrote:
> [...] as far as I am concerned, 'A "version" such as "6.03" [is not]
> enough'. [...]
I'd like to help to improve Syslinux with regards to version-related
concerns.
Having typed that, perhaps we could discuss your (or Rufus') specific
needs, in parallel? Do I understand correctly that the primary
2007 Jan 26
1
CGIwithR and visible output of 'invisible(capture.output(library(...)))'
...ntu edgy, R Version 2.3.1 (2006-06-01)
THANKS!
best wishes,
leo
PS: the output is (uncut)
<---->
MiniUnz 1.01b, demo of zLib + Unz package written by Gilles Vollant more
info at http://www.winimage.com/zLibDll/unzip.html
/usr/local/lib/R/site-library/R2HTML/output/R2HTMLstuff.zip opened
extracting: ASCIIMathML.js extracting: factor.gif extracting:
gridR2HTML.css extracting: gridR2HTML.js extracting: numeric.gif
extracting: Pastel.css extracting: R2HTML.css extracting: R2HTMLlogo.gif
creating directory: runtime/ creating directory: runtime/lib/
extracting: runtime/lib/grid.js extracting: runt...
2011 Dec 22
1
[Bug 44061] New: dri/nouveau: Build error with clang
https://bugs.freedesktop.org/show_bug.cgi?id=44061
Bug #: 44061
Summary: dri/nouveau: Build error with clang
Classification: Unclassified
Product: Mesa
Version: git
Platform: All
URL: http://lists.freedesktop.org/archives/mesa-dev/2011-No
vember/014310.html
OS/Version: Linux (All)
2008 Feb 15
5
Extract from matrix
Hi all.
I have certain problem with the extraction of data from matrices. I know how
extract elements from a matrix, but what I would like to do is to extract a
concrete number, not an element. For example if I have this matrix X:
[,1] [,2] [,3] [,4]
[1,] 3 13 23 33
[2,] 9 19 29 39
[3,] 10 20 30 40
I can do X[-2] or X[2] in order to eliminate the element of the
2009 Nov 11
4
About the tar extract signal directory~~
Hi,all:
I've couple of large tarballs such as www.tar and images.tar.
Is it possible to extract a single file or a list of files from a large
tarball such as images.tar instead of extracting the entire tarball?
How do I extract specific files under Linux / UNIX operating systems?
Thanks in advance ~~
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091111/e403e711/attachment-0003.html>
2010 Sep 20
0
Re: Redshark Error "Windows Scripting Host not installed&qu
Hey I tried to install WSH on my comp and got 6 errors in some files.
This was the output:
kirk at kirk-laptop:~$ sh winetricks wsh56 vcrun6
Executing /usr/bin/cabextract -d /home/kirk/.wine/dosdevices/c:/windows/system32 /home/kirk/.winetrickscache/scripten.exe
Extracting cabinet: /home/kirk/.winetrickscache/scripten.exe
extracting /home/kirk/.wine/dosdevices/c:/windows/system32/dispex.dll
extracting /home/kirk/.wine/dosdevices/c:/windows/system32/jscript.dll
extracting /home/kirk/.wine/dosdevices/c:/windows/system32/scrobj.dll
extracting /home/kirk/.wine/do...
2018 Apr 08
2
Doubt_merging data
Hello,
I gather data from 5 objects and 5 data. frames and would like to join
information.
join: pb_SM + pb_T + pb_P + pb_F + pb_SJ = total_pb
join: sdmdata_SM + sdmdata_T + sdmdata_P + sdmdata_F + sdmdata_SJ
=total_sdmdata
code:
rbind, merge?
total_pb<- ??
total_sdmdata<- ??
1
absvals_SM <- extract(grid_present_SM, absences_10000)
presvals_SM <-
2006 Jul 27
2
Vector extracted from a matrix. How can I specify dimensions in as.matrix?
Transpose vector extracted from a matrix
Hello,
I am doing a recursive analysis that uses every line (vector) of a matrix in
a loop. In the model, I need to transpose those vectors that are extracted
from a matrix.
Using simple vectors (no matrix involved) the transpose function works fine:
simplevector <-matrix(1:3,3,1)
tsimplevector <-t(simplevector) #transposed
dim(simplevector)
2020 Jul 01
2
Inner Loop extraction in LLVM
...e usual nested loop structure is something like:
loop1_header_bb
bbs_between_loop1_header_and_loop2_header
loop2_header_bb
loop_body_bbs
br loop2_header_bb
instructions_before_loop1_end_and_after_loop2_end
br loop1_header_bb
In this case you mean that loop2_header_bb might need to be split before extracting loop 2 into its own function? I'm not sure yet about how to use bb splitting to enable inner-loop extraction and what splitting edges means.
Sincerely,
Iulian
On Wednesday, July 1, 2020, 06:06:01 PM EDT, Johannes Doerfert <johannesdoerfert at gmail.com> wrote:
Hi Iulian,...
2020 Jul 01
2
Inner Loop extraction in LLVM
Hello everyone,
Quick question about loop extraction in llvm. I've been using the LoopExtractor pass in llvm/lib/Transforms/IPO/LoopExtractor.cpp to extract top level loops from programs.
I'm wondering if extracting inner-most loops is any more complex than using the BlockExtractor pass in llvm/lib/Transforms/IPO/BlockExtractor.cpp and making sure that the basic blocks in the extracted region are single entry-single exit. Would there be any fundamental differences wrt what LoopExtractor is doing for top-level...
2008 Jun 23
2
Extracting "row.names"
...ta <- read.table("mesodata.txt", header=TRUE, row.names=1)
When I try to extract them using,
> names <- data$row.names
I get,
> names
NULL
I've tried changing to a matrix, data frame, etc. and still get "NULL".
I've checked ?row.names as well as help on extracting part of an object,
etc. and unless I'm missing something obvious (likely), I can't figure out
how to extract them.
BACKGROUND
I want to extract the row names (which are basically gene id's) as well as
some other columns (which I can do successfully) and "cbind" them into
anot...
2008 Oct 30
2
Small modification of zip.file.extract in utils?
Dear list,
I needed to extract a zip-archive, and found zip.file.extract in utils.
My only problem was the use of tempdir(), since I wanted to permanently
extract the archive at a fixed location for later use. My own fix was
simple, adding an extra parameter zipdir (without default), and within
the function change
tmpd <- tempdir()
to
tmpd = ifelse(missing(zipdir),tempdir(),zipdir)
This
2017 Jan 20
3
getScalarizationOverhead()
On 2017-01-20 14:31, Hal Finkel wrote:
>
> On 01/20/2017 06:11 AM, Jonas Paulsson via llvm-dev wrote:
>> Hi,
>>
>> I wonder why getScalarizationOverhead() does not take into account
>> the number of operands of the instruction? This should influence the
>> number of extracts needed, so instead of
>>
>> Scalarization cost = NumEls * (insert +
2016 Jul 24
3
[llvm-3.8.1] /usr/bin/objcopy: unrecognized option '--extract-dwo'
Hi,
I am still struggling with my optimized/speedup build of llvm-toolchain v3.8.1.
Here: Enable LTO, PGO, optimized-TableGen, split-DWARF and build with
GNU/gold and LLVMgold-plugin.
The objcopy (binutils v2.22) here on Ubuntu/precise AMD64 does not
support '--extract-dwo'.
My build fails with... /usr/bin/objcopy: unrecognized option '--extract-dwo'.
Now, I did a full build of
2009 Jul 06
1
odfWeave: odt-file damaged
...quot;)))
Copying c:/temp/odfWeave-test.odt
Setting wd to
C:\DOCUME~1\Udo_2\LOCALS~1\Temp\Rtmp6QrXgk/odfWeave05190748330
Unzipping ODF file using 7z e -tzip "odfWeave-test.odt"
7-Zip 4.65 Copyright (c) 1999-2009 Igor Pavlov 2009-02-03
Processing archive: odfWeave-test.odt
Extracting mimetype
Extracting Configurations2\statusbar
Extracting Configurations2\accelerator\current.xml
Extracting Configurations2\floater
Extracting Configurations2\popupmenu
Extracting Configurations2\progressbar
Extracting Configurations2\menubar
Extracting Configurations2\toolbar
Extracting C...
2006 Mar 15
1
Additional arguments in S3 method produces a warning
Hello,
I just notice this:
> x <- c(1:4,0:5, 4, 11)
> library(pastecs)
Loading required package: boot
> tp <- turnpoints(x)
> extract(tp, no.tp = FALSE, peak = TRUE, pit = FALSE)
[1] FALSE FALSE FALSE TRUE FALSE FALSE FALSE FALSE FALSE TRUE FALSE
FALSE
Warning message:
arguments after the first two are ignored in: UseMethod("extract", e, n,
...)
>
2013 Apr 24
1
extract function extracting only NA values
Hello,
I have five raster files in ASCII format. With four of them I have no
problem extracting values based on a set of X and Y coordinates.
Unfortunately with one of the files all I managed to extract is NA
values. To verify the problem I have opened the raster with ArcMap and
there are no NA values where I am extracting. I have also plotted the
spatial point class on top of the raster...
2012 May 07
3
CountryChk.dll missing
I am trying to install Cyperlink PowerDirector 9/10 on a 32bit wine, but when installation commences, I get an error
"CountryChk.dll' is missing.
Nothing more.
Is there any way around it?
2017 Aug 02
4
Extracting numeric part from a string
...m above. The underlying number
can be a whole number, and there could be comma separator as well.
So far I tried below :
> library(stringr)
> str_extract("\"cm_ffm\":\"563.77\"", "[[:digit:]]+")
[1] "563"
>
However, above code is only extracting the integer part.
Could you please help how to achieve that. Thanks,