similar to: changing cache file extension for select output

Displaying 20 results from an estimated 50000 matches similar to: "changing cache file extension for select output"

2007 Oct 24
1
Package Build fails: make ./help: no such file or directory
Dear List, After having installed R 2.6.0/Windows 2000, my trusted command script to build and install my package fails with an error message I do not understand. I have installed a fresh copy of Rtools, and made sure that these are the first on the path. For testing, I am using a package version from an older backup where I am sure that everything else was ok.
2006 May 03
0
RoR Developer Job available in San Francisco (downtown)
Hello, Thought I''d pass this along to any job seekers out there. My understanding is that this is a relatively junior to mid-level position. ============================================================== Web Application Developer -- Ruby on Rails Blurb, Inc, San Francisco (Full Time) Are you a person who is excited to explore new technologies and build cutting edge applications
2008 Dec 01
1
Dreamweaver CS4 bugs
Hi all, I've been using Dreamweaver CS4 with WINE for the last couple of days, here are a couple of bugs that I noticed. WINE buglist for Adobe Dreamweaver CS4 Version 10.0 Build 4117: Shift doesn't work in the listbox but ctrl does (for example, when using the recordset window) After opening some menus, the menus do not disappear, not even when minimizing, and stay there until the
2006 Jun 19
0
AssetPackager released! Compress, merge, cache and version your JavaScripts and CSS Stylesheets
Hello all, I''m announcing a new version of my plugin AssetPackager (formerly known as MergeJS). Biggest new feature? It now merges and compresses CSS files as well! New Features: * support for css files * versioning of individual packages * use of more meaningful subversion revision numbers (if available) (thanks Chris Van Pelt!) * namespaced rake tasks * no more
2006 Apr 06
1
Bug? In scriptaculous -- double text drawn one pixel off
Hello, I''m working with scriptaculous, and i''ve narrowed down a bug i''m having to the following code: http://rate.urbanpug.com I''m using the latest release (as of sending this mail) of scriptaculous. I''ve actually seen this bug before, and random tweaking fixed it. Unfortunately, i can''t figure it out this time. I''ve reduced the bug
2010 Jun 14
0
rails and HTML 5 offline application cache
I''m working on building an app that will also function offline using new features available in HTML 5, including the offline application cache. I am having some issues with defining the resources in the cache manifest file, as it appears they all need to be defined in routes.rb. For instance, if I want the app to cache all of the javascript files in the public/javascripts directory, I
2008 Apr 15
0
How to cache dynamic CSS (RCSS)?
Hi, I''m using this tutorial: http://blog.hasmanythrough.com/2006/3/23/dirt-simple-rcss-templates to make dynamic CSS files. However I can''t figure out how expire cached CSS files. Here''s my code: http://pastie.caboo.se/181021. Most of it is copied from the tutorial. Files are cached properly - i.e. <%= stylesheet_link_tag "main" %> generates
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
2006 Feb 04
4
AJAX rendered select doesn''t get submitted
I have implemented the AJAX observe_field to filter the state/province options in my address form. This works great except when I submit the form, @params doesn''t contain the select element. _address_form.rhtml relevant snippet: <%= collection_select(:address, "country", Country.find(:all, :order => "position"), :code, :name, {:prompt => "-- Select
2024 Mar 22
2
Double buffering plots on Windows
Hello: I want to present a sequence of plots as an animation. As a toy example consider the code function(n){for (i in 1:n){ plot(1:100,sin(i*(1:100)),type="l") title(paste("n=",i)) segments(0,0,100,0,col=2) }} This sort-of works on a MacOS platform, but the rendering of the plots is a bit choppy. Inserting a sleep function allows the plots to evolve smoothly.
2010 Oct 03
3
Include externally generated pdf in output (without Sweave)
Dear useRs, I generated a simple image-based report using the sequence: pdf(....) plot(.....) textplot( for short texts, from gplots) dev.off() Is there an easy way to include an single pdf-page from an external file (not R generated). Note: For final reports, I know how to use Sweave, but I am looking for a quick solution with less overhead. Something like textplot() for pdf. Dieter
2012 Feb 21
2
Asset Pipeline doubles my CSS refs?
Hi, I''m trying to properly reference a .css file. Unfortunately the asset pipeline is doubling my css references which disables my code. What gets rendered is: <link href="/assets/sincoraish-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="/assets/sincoraish-print.css" media="print"
2001 Nov 23
1
Changing strip widths in lattice plots
Hello R users, I'm using xyplot (lattice) to plot some data. Unfortunately, the text that goes into each strip is often too big to fit. For instance, one of the factors may be labelled "Satisfaction with waiting time" which is too wide to fit. If I use split.string() to wrap it onto two lines it is then too high to fit in the strip. I'd prefer to apply split.string on the
2011 Feb 02
2
Using MathJax in R's help system
Hi, I am doing a small experiment to test if I can use MathJax ( official site: http://www.mathjax.org ) in R's html help pages (i.e. options(help_type='html')) and it seems working with some minor modifications. The screenshot (rendered by Firefox 4.0 beta and with STIX fonts) of the help page in html format with MathJax enabled is at the following url:
2012 May 28
1
Avoid text wrapping of output in R console
Hello! I am working on a statistical package called VOStat (http://vo.iucaa.ernet.in/~voi/VOStat.html) which uses a Java based GUI to input data and parameters from the user. Based on the inputs, an appropriate R script is generated and executed in the R console. As an example, consider the output to be a data frame. This data frame is printed in a well formatted way in the R console but the
2008 Jan 21
4
Caching CSS Issue
I have a problem I was hoping someone could shed some light on. I noticed that with every request to my server, the css file was being requested. I went ahead and made a static link to the css file so there is no query string at all, but still I see the requests coming in with each request. Do I need to do anything else (in the response header maybe?) to make sure that browsers will cache the
2007 Jul 02
4
Combine graphical and textual output
Hi, I would like to know whether anybody knows a simple way to combine textual and graphical output in R. A typical analysis produces textual output (e.g. model fits) and plots in R. I would like to know whether R has the possibility of combining these into a single 'report' or output. An example of a program that does this is SPSS. After running the analysis you have a combination
2010 Dec 14
1
redesign R.css for HTML help pages
Hi, I feel the CSS definitions for the HTML help pages are not visually appealing enough. I admit this is a very subjective matter, so I don't have strong arguments for this wishlist, although I wrote my version of R.css with some web design instructions in mind (e.g. use browser-safe sans-serif fonts). Anyway, here is what I've done:
2007 Jan 19
0
About that auto-complete select box ...
Cross posted from the "RoR:Talk" board... This is more a CSS question than a Rails one. In AWDwR, in the script.aculo.us section talking about auto-completion, it says "It is worth highlighting that there is no JavaScript to enable the arrow-up, arrow-down, highlight behavior of the list. It is enough to provide the stylesheet above; it turns out that all <ul> tags support
2005 Jul 10
1
Howto get streaming mp3 at an extension?
I would simply like to dial an extension and get an individual Live MP3 stream but am unsure of how to do this. I'd like it to be different from my music on hold (not the same source) This trick works for music on hold: in musiconhold.conf ;default => mp3:/var/lib/asterisk/live,http://sourceofstream.com:8001/ I still wish to use local files for music on hold but want to dial an