similar to: Documentation for the plugins you use

Displaying 20 results from an estimated 200 matches similar to: "Documentation for the plugins you use"

2008 Jan 13
2
access to webpage code
dear R user, I need a function that download the code of web page as html, to further parse it. something like >site="http://www.R-project.com" >code=function(site) >code !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>The R Project for Statistical Computing</title> <link rel="icon"
2006 Nov 07
5
mechanize: 400 Bad Request
Hello, when trying to access a certain HTML-frame, I get: "in `request'': Unhandled response (WWW::Mechanize::ResponseCodeError)" and the page returns: "400 Bad Request" * Why? * How to solve this? With browser, it works. In the logs below, I marked 4 lines with "***", where I see possible differences in the URI. But I don''t know, if this is
2007 Nov 29
0
WxRuby + Scintilla avec HTML + JavaScript
bonjour à toutes et à tous, d''abord désolé de ne pas parler/lire/comprendre l''américain/l''anglais, ce qui fait que j''ai beaucoup de mal à comprendre la doc par exemple. j''ai un souci d''utilisation de WXRuby avec SCIntilla, dans le cas d''un HTML + Javascript. je suis parti bien entendu de l''exemple scintilla.rb
2012 May 30
1
Write to dynamic file name
hi, i am trying to use the write.csv function but to give a dynamic file name each time a different one but i am getting an error that he cannot open the file : TodayDate<-UniqDate[1] ## this gives "04/02/2012" FileLocation<-"C:\\Trade Doc\\trade log\\Real account\\sys file\\Test Data\\Data breaked to months\\Days Data\\DayData" FileEnd<-".csv" FileName<-
2006 May 01
3
using HTML frames with rails
Hi: I''m trying to get a page setup with the left side having a collapsable javascript menu (built from the database) and the right side having more data about each node in the tree... very standard actually. I figured frames would be a good way to go, because as the tree expands as the user dives further in, the frame will add scroll bars without disrupting the left hand side. The
2005 Dec 18
2
how to generate the api documentation localy with the same frameset as the online version?
hi how to generate the api documentation localy with the same frameset ...i mean to be abble to have files classes and methods listing on left. thanks
2006 Jun 06
5
Rails and Framesets
I''d like to use a frameset to separate the content in an app I''m playing with into 3 separate panes. A 1/3 page width left pane will be for general navigation, (so rarely needs reloading). The main content separates into a top and bottom pane, (with the top pane being set by the nav pane, and the bottom pane being set by the top pane). Unfortunately, I''m new to
2006 Jun 21
5
Rails application into HTML frames
Hey, Just hoping I can get some pointers as I am completely new to Rails and I have followed some tutorials to makes a database of data that I need, but now I am completely stuck with how to make the Rails page appear within my frameset. Hope that made some sense! Thanks! Bex -- Posted via http://www.ruby-forum.com/.
2018 Sep 28
2
Bug in conditionals to assign values to variables?
Hi, According to https://wiki2.dovecot.org/Variables you could use conditionals to assign values to a varible. The syntax is: %{if;value1;operator;value2;value-if-true;value-if-false} where any of the fields can refer to another field using %v or %{value} syntax. The problem is that when I use a config like: user_attrs = ...,=relpath=%{if;%u;eq;somevalue;valuetrue;valuefalse} it works
2013 Oct 08
1
git folder moved : waf : The top source directory has moved. Please run distclean and reconfigure
Hi all, As samba4 git source took a looong time to download, I've moved the folder away from original directory. Trying to compile 4.0.10, make shows : > 'configure' finished successfully (52.943s) > WAF_MAKE=1 python ./buildtools/bin/waf build > cannot find include/config.h > Waf: Entering directory `/home/serveur/git/samba4/bin' > bld.curdir >
2014 Mar 02
0
3/2/2014 Samba4 git pull make clean error
Hi, I did a git pull and gmake clean give me error: root at www:/usr/local/samba-master # gmake clean WAF_MAKE=1 python ./buildtools/bin/waf clean Selected embedded Heimdal build /usr/local/samba-master/wscript: error: Traceback (most recent call last): File "/usr/local/samba-master/buildtools/wafadmin/Utils.py", line 647, in recurse exec(compile(txt, file_path,
2006 Dec 06
5
Content overlapping IE7 scrollbars?
Hey all, I''ve Googled and searched for this answer numerous times, but can''t find it. Apologies if this has been posted here before. I have a frameset in IE7 with a top and bottom frame (I know... frames suck. No choice here). The bottom frame is where all the action is, specifically, a portal with draggable (sortable, actually) portlets. Anyway, I get this funky problem
2014 Apr 25
1
Samba 4.1.4 compilation error
Hi all, I am compiling samba 4.1.4 but getting below error on python. (Python version 2.5.2) Is it required a higher version of python. ?...?????????????.........??? Checking for program cpp : /usr/bin/cpp Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for gcc : ok Checking
2008 Sep 29
1
problem running Sweave as a web service with anti-virus software
Hello R mailing list We are trying to use R and Sweave, running as a web service on a server to prepare statistical reports but are having problems with our anti-virus software apparently prohibiting execution due to what we think is Sweave trying to run an executable in one of the system's temporary folders. As background, we use the following Rscript command to invoke Sweave (the text in
2018 Mar 26
0
talloc configure error for armv8be
Hi I have problem when doing configure for talloc-2.1.1. The error message like follows: ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib64/talloc --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib64 --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man
2002 Jul 07
1
Error in tree package
Hi. I'm using the tree package to fit one tree from a training set. I'm using the command: hm.tr <-tree(X1~.,teste2, mindev = 0, minsize = 2) and i get the error: Error in "row.names<-.data.frame"(*tmp*, value = fit$node[1:n]) : duplicate row.names are not allowed the frameset, has 180 columns and 16000 rows. The
2017 Jun 03
0
Building from source on an ARM71 based router
On Sat, 3 Jun 2017 12:43:52 -0400 Zac Morris <zac at zacwolf.com> wrote: > OK, to be extra clear, I *am* now running just: ./configure > > It is this script that is erroring at step: > *Checking uname sysname type* > > It's not a python specific issue. Like I said, this is a minimal linux > build, so many of the de facto apps/headers/libs are not installed. >
2007 Aug 01
4
Extracting a website text content using R
Dear useR, Just wandering whether it is possible that there is any function in R could let me get the text contents for a certain website. Thanks a lot! Best, Leon [[alternative HTML version deleted]]
2017 Jun 03
2
Building from source on an ARM71 based router
I am trying to build Samba 4.6.4 on an ARM 7 Cortex based router (Netgear R8000), running *DD-WRT v3.0-r31980M kongac (05/11/17)* I'm working with some folks via the DDWRT, but we're running into an issue trying to build from source. I have python 2.7 already installed on the router, and I'm executing the install_with_python.sh script. ./install_with_python.sh /opt/test/samba-4.6.4
2006 Jan 24
2
DOCTYPE declaration:
I am playing around with the Agile Rails development book again and thought to see what effect, if any, placing a doctype declaration at the top of an rhtml file would have. When I insert any of the three standard forms of such declaration at the top of app/views/store.rhtml the product image disappears when the web page is redisplayed. The error logged in log/development.log is: >