search for: extract

Displaying 20 results from an estimated 14016 matches for "extract".

2016 Mar 07
0
Module Versioning
...e only version you'll get from a tails 'isolinux.bin' is "major.minor YYYYMMDD", with no explicit mention of the pre level (unlike what is the case with the official Syslinux pre binaries). Now, as you probably expect, the first thing Rufus does to convert an ISO to USB is extract all the files from that ISO, using the same directory structure, onto a FAT32 formatted USB. Obviously, 'isolinux.bin', which I understand is the part that the El-Torito image calls, that loads the main 'ldlinux.c32' module, and then processes the config file and loading of addi...
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: r...
2011 Dec 22
1
[Bug 44061] New: dri/nouveau: Build error with clang
...Priority: medium Component: Drivers/DRI/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: johannesobermayr at gmx.de CC: mesa-dev at lists.freedesktop.org nouveau_array.c:49:16: error: illegal storage class on function *extract_u = EXTRACT(char, unsigned, 1); ^ nouveau_array.c:38:3: note: expanded from macro 'EXTRACT' auto out_t f(struct nouveau_array *, int, int); \ ^ nouveau_array.c:49:16: error: expected ';' at end of declaration...
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]...
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:/...
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...
2018 Apr 08
2
Doubt_merging data
...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 <- extract(grid_present_SM, LSM) pb_SM <- c(rep(1, nrow(presvals_SM), rep(0, nrow(absvals_SM))) sdmdata_SM <- data.frame(cbind(pb_SM, rbind(presvals_SM, absvals_SM)) ###### 2 absvals_T <- extra...
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...
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 ma...
2008 Jun 23
2
Extracting "row.names"
List, I'm trying to extract the row names of a table I have read into R. > data <- 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&q...
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 <-...
2017 Jan 20
3
getScalarizationOverhead()
...17-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 + extract) >> >> it would be better to do >> >> Scalarization cost = NumEls * (insert + (extract * numOperands)) > > I suspect this is an oversight (although we need to be a bit careful &gt...
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 binutils v2.26.1 and using its binaries. Is it possible to embed a test if objcopy is able to perform '--extract-dwo'? ( I cannot say which of the speedup options re...
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...
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, ...) > extract(tp) [1] 0 0 0 1 -1 0 0 0 0 1 -1 0 Warning m...
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 rast...
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(&quot...