search for: htmlfile

Displaying 20 results from an estimated 22 matches for "htmlfile".

Did you mean: htmlfiles
2006 Mar 27
3
regular expression matching in routes.rb
All, I have a route specified as: map.connect '':folder/:filename'', :folder => /htmlfiles/, :controller => "eSimply", :action => "preview_HTML" I expect it to invoke the "preview_HTML" action in the "eSimply" controller. Given an argument of "htmlfiles/xyz.html", it keeps saying that it can''t find an "htmlfiles&...
2010 Aug 01
0
ScrapeR Unanticipated XML objects
...result as I have started to learn how to use R to pull data from the web for analysis. I am trying to isolate that table headers for the quarterly income statement (qtrinc) that I pulled from Google finance. I executed the following commands after installing the scrapeR package. require(scrapeR) htmlfile<-scrape(url="http://www.google.com/finance?q=NASDAQ:MSFT&fstype=ii",headers=TRUE,parse=TRUE) tables<-xpathSApply(htmlfile[[1]],"//table") qtrinc<-tables[[1]] xpathSApply(qtrinc,"//thead",xmlValue) I receive the result: [1] "\nIn Millions of USD (e...
2008 Nov 14
3
Change Confidence Limits on a plot
Hi, I am attempting to set the confidence limits on a ls means plot as follows: mult<-glht(lm(effectModel, data=statdata, na.action = na.omit), linfct=mcp(mainEffect="Means")) meanPlot <- sub(".html", "meanplot.jpg", htmlFile) jpeg(meanPlot) plot(mult, main=NA, xlab=unlist(strsplit(Args[4],"~"))[1]) This produces 95% CIs by default but I would like to produce 99% CIs - How do I do this? Thanks, Robin -- View this message in context: http://www.nabble.com/Change-Confidence-Limits-on-a-plot-tp20503927p20...
2006 Aug 04
1
prettyR arrives
Hi all, I have finally gotten the prettyR package going (many thanks to Kurt Hornik for his patience). prettyR is a set of functions that allows the user to produce HTML output from R scripts. Given an R script that runs properly, an HTML listing complete with embedded graphics can be produced simply by passing the script to the core function htmlize (Phillipe Grosjean has not only offered
2006 Mar 13
2
Newbie: Can''t get file to upload
...39;', ''file'' %> <P> <%= submit_tag "Upload" %> </P> <%= end_form_tag %> Here''s my controller method: public def save_HTML @filename = @params[:eSimplyJob][:file].original_filename File.open("#{RAILS_ROOT}/htmlfiles/#{@filename}", "wb") do |f| f.write(@params[:eSimplyJob][:file].read) end puts "Finished with save_HTML" end When I execute the upload, I get the following error: undefined method `original_filename'' for "upload.rhtml":String I underst...
2008 Oct 03
2
A strange behaviour of file.path in Windows? (PR#13119)
...change the first steps to: outdir="" file.path(outdir,"pluto.html") R replies (uncorrectly, I think) [1] "/c:/pippo/pluto.html" This problem influence the R2HTML package too, which, if you send a line as: targetHtml=HTMLInitFile(outdir="",filename="htmlFile",Title ="Title") in windows it submit an error because of file.path() error. Thank you Enrico
2011 Feb 01
1
Setting maximum value of the legend on an image.plot and animation
...") salt = get.var.ncdf(nc=saline, varid="Salinity") # create an animation of the complete temporal domain in the ncdf file. saveHTML({ for (i in 1:364) { image.plot(salt[, , i]) } }, img.name = "salinity.img", imgdir = "salinity_dir", htmlfile = "salinity.html", zmax = c(0, 80), autobrowse = FALSE, title = "TIME SALINITY PREDICTIONS", description = c("This should plot 1 years daily salinity predictions in Florida Bay") ) Almost all of the data sets I work with are multi-temporal spatial...
2006 Mar 13
0
Upload progress problem with Ajax component
...mit_tag "Upload" %> </P> <%= upload_status_tag %> <%= end_form_tag %> In my controller: upload_status_for :save_HTML save_HTML (in controller): public def save_HTML @filename = @params[:eSimplyJob][:file].original_filename File.open("#{RAILS_ROOT}/htmlfiles/#{@filename}", "wb") do |f| f.write(@params[:eSimplyJob][:file].read) end puts "Finished with save_HTML" end upload_status (in controller): public def upload_status puts ''Called upload status...'' render :inline => "<...
2008 Nov 24
2
firstclass client 9.1 -- cannot load winebrowser
I have successfully installed and am running the win32 version of firstclass 9.106 (http://www.firstclass.com/Divisions/FAV13-0024FC95/?OpenItemURL=S047C50E4) client on wine 1.0.1 (lenny amd64). My problem occurs when the client attempts to open an html attachment: Code: err:winebrowser:get_url_from_dde Unabled to retrieve URL from string L"\"" err:winebrowser:wmain Usage:
2010 Oct 10
4
Start a mac program from wine
Hi, I have a windows-based program that runs in wine & opens my native Mac-based Google Chrome browser when it opens a html document. Is it possible to do the same for another type of file, e.g., an mp3 file? What would I need to do to be able to do this? Thanks and regards, Anna.
2012 Jun 14
0
Animation problem
...iteration par(new = TRUE) # Plot the bubbles symbols(tagdata$x[i], tagdata$y[i], circles = tagdata$hits[i], inches = 0.35, xlim = c(50, 800), ylim = c(200, 700), text = i) text(tagdata$x, tagdata$y, tagdata$Species) } }, # save the file img.name = "Box.Canyon", htmlfile = "Box.Canyon.html", # set the height and width of the animation, and save it in the working directory ani.height = 500, ani.width = 600, outdir = getwd(), title = "Box Canyon fish movement animation", description = c("Attempt to show fish movement over the B...
2012 May 31
0
Incorporate a shapefile with an package animation
...) saveHTML({ for (i in 1:90) { image.plot(Stage[, , i], zlim=c(-20,500), main = "EDEN Jan 10 - 28 2011\n Uncorrected Real Time Stage") plot(ENP_WCA, col="black") } }, img.name = "Stage.img", imgdir = "EDEN_dir", htmlfile = "Eden_stage.html", autobrowse = FALSE, title = "TIME SALINITY PREDICTIONS", description = c("EDEN Real Time Uncorrected Data") ) Thanks for your attention. Steve Friedman Ph. D. Ecologist / Spatial Statistical Analyst Everglades and Dry...
2011 Jan 04
0
Package animation update (v2.0-0)
...39; and there is no need to provide an ?additional argument ? ?o the path of the output in im.convert() and gm.convert() will be ?quoted, because sometimes users might supply a path containing ?spaces (thanks, Phalkun Chheng) ? ?o the option 'filename' in ani.options() was renamed to 'htmlfile' ?so that the meaning of this option is more clear; 'footer' was ?renamed to 'verbose' too ? ?o ani.options() can accept any arguments now ? ?o im.convert() and gm.convert() will no longer stop() when the ?convert utility cannot be found; instead, they only issue warnings; ?a...
2011 Jan 04
0
Package animation update (v2.0-0)
...39; and there is no need to provide an ?additional argument ? ?o the path of the output in im.convert() and gm.convert() will be ?quoted, because sometimes users might supply a path containing ?spaces (thanks, Phalkun Chheng) ? ?o the option 'filename' in ani.options() was renamed to 'htmlfile' ?so that the meaning of this option is more clear; 'footer' was ?renamed to 'verbose' too ? ?o ani.options() can accept any arguments now ? ?o im.convert() and gm.convert() will no longer stop() when the ?convert utility cannot be found; instead, they only issue warnings; ?a...
2006 Nov 06
3
HtmlWindow and friends
Hi Attached is a patch to add HtmlWindow and some of its friends, including HtmlEasyPrinting. Also a sample. I haven''t tried exposing the parsing and rendering API yet to allow custom tags etc - I just wanted to get basic HTML and the 0.6.0 compatibility classes first. There may well be some quite easy classes left. There''s one ugly kludge to get OnOpeningURL to compile -
2013 May 10
0
Wine release 1.5.30
...an't find AVManagerUnified.dll 20562 Outlook 2007 - Authentication fails 20884 Write buffer overrun in LsaLookupNames2? 23467 SnagIt 8.x/ 9.x needs gdiplus.dll.GdipEnumerateMetafileDestRect 24169 QuarkXPress version 8.x hangs on start (missing double quoting of browser path in HKCR\htmlfile\shell\open\command) 24200 msi: properly handle msidbComponentAttributes64bit attribute to support x64 installers that mix architectures in a single MSI package (32-bit and 64-bit components, filesystem, registry) 25922 usbserial use yields flooding with fixme:ntdll:FILE_GetNtStatus Converting...
2006 Nov 12
0
[724] trunk/wxruby2: Initial commit of HtmlWindow functionality
...about the kind of the error. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param const wxString& -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> bool PreviewFile(const wxString& htmlfile ) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Preview HTML text (not file!). - -Returns false in case of error -- call - to get detailed -information about...
2012 Jan 17
2
[PATCH v2] New tool: virt-format
This is the same as the previous patch, but the partition type is now chosen automatically from mbr or gpt, unless the user expresses a preference. https://gb.redhat.com/archives/libguestfs/2012-January/msg00136.html Rich.
2012 Jan 17
2
[PATCH] New tool: virt-format
Rather than me explaining over again what it does, I've included the man page below. Rich. ---------------------------------------------------------------------- virt-format(1) Virtualization Support virt-format(1) NAME virt-format - Erase and make a blank disk SYNOPSIS virt-format [--options] -a disk.img [-a disk.img ...] DESCRIPTION
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...= \ - config.rpath \ guestfs.pod guestfs-actions.pod guestfs-structs.pod \ guestfish.pod guestfish-actions.pod \ html/pod.css \ HACKING TODO \ libguestfs.pc libguestfs.pc.in \ - gitlog-to-changelog \ recipes/LICENSE \ recipes/README \ recipes/*.html \ @@ -153,7 +151,7 @@ website: $(HTMLFILES) $(TEXTFILES) # Generate the ChangeLog automatically from the gitlog. dist-hook: - ./gitlog-to-changelog > ChangeLog + $(top_srcdir)/build-aux/gitlog-to-changelog > ChangeLog cp ChangeLog $(distdir)/ChangeLog # Update the list of translatable files in po/POTFILES.in. diff --git a/auto...