Displaying 20 results from an estimated 14111 matches for "extracted".
2016 Mar 07
0
Module Versioning
...e{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\bootx64.efi (172.4 KB)
Extracting: F:\EFI\BOOT\bootx64.png (7.1 KB)
Extracting: F:\EFI\BOOT\cat.c32 (2.3 KB)...
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(...)))'
Dear alltogether,
I want to use CGIwithR in conjunction with R2HTML.
A small example called 'test.R':
#####
#! /usr/bin/R
invisible(capture.output(library(R2HTML)))
HTML(summary(as.numeric(scanText(formData$numbers))), file=stdout())
#####
The script gets its input via 'CGIwithR.cgi' and contains the variable
"numbers."
The 'HTML' output (-> summary() in
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:
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
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...
2020 Jul 01
2
Inner Loop extraction in LLVM
...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 loops?Thanks,Iulian_______________________________________________LLVM Developers mailing listllvm-dev at lists.llvm.orghttps://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-...
2020 Jul 01
2
Inner Loop extraction in LLVM
...opExtractor 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 loops?
Thanks,
Iulian
2008 Jun 23
2
Extracting "row.names"
...#39;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
another data frame (which I can also do successfully). I just can't get the
row names extracted (Assigned) to an seperate object.
Any suggestions would be appreciated.
Many Thanks,
Patrick
> sessionInfo()
R version 2.7.0 (2008-04-22)
i386-pc-mingw32
locale:
LC_COLLATE=English_United States.1252;LC_CTYPE=English_United
States.1252;LC_MONETARY=English_United
States.1252;LC_NUMERIC=C...
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
Dear all,
I am doing my first steps with odfWeave.
After running the r code (see below), I am trying to open the ODF-document
with open office, but I am getting the error message:
"The file is damaged, but it can be repaired". If I confirm the question and
repair the file with open office, I can open it with the desired output,
which seems to be fine.
My system:
R Version 2.9.1
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 in
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
Hi again,
I am struggling to extract the number part from below string :
"\"cm_ffm\":\"563.77\""
Basically, I need to extract 563.77 from 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\"",