similar to: Free SQL Database with R

Displaying 20 results from an estimated 2000 matches similar to: "Free SQL Database with R"

2008 Nov 01
1
lapply item names
Dear all, I am using lapply to generate plots by applying a plot function to a list of dataframes. e.g. lapply(dataSet, FUN = plotFunction) Is there a way to call the list item number inside the plot function so that I can identify each graph? Thanks Chibisi [[alternative HTML version deleted]]
2008 Oct 17
1
wrireframe
Dear all, Does anyone know how to overlay a 3d line on a wireframe plot? I would also like to be able to keep the legend that you get when using the option: drape = TRUE when using the option: shade = TRUE. In addition, I would like to know how to keep the axes while getting rid of the box, I use this: par.box = list(col = NA) to get rid of the box but that also causes the axes to disappear.
2008 Aug 26
1
plot3d origin
Hi all, I am trying to do a 3d plot where the x,y,z axes intersects with the origin (0,0,0) using the plot3d() funtion in the rgl package without success. I looked back at the past archives on this subject and someone suggested using djmrgl package. I searched and found it, installed it but when I try to load it I get the error ... Error in inDL(x, as.logical(local), as.logical(now), ...) :
2008 Sep 01
1
play3d() translation
Hi All, I would like to be able to use play3d() to translate the view along a surface, and zoom in and out. All the examples in play3d() function description are of rotations. I would also like to know if there is a method of creating a legend of for the 3d surface using rgl package. Thanks in advance. Chibisi [[alternative HTML version deleted]]
2012 Jan 12
1
How can I prevent solve.QP from printing the solution progress ?
Dear R Users, How can I prevent solve.Qp from printing the solution progress ? Thanks in advance, Tolga This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information, viruses, confidentiality, legal privilege, and legal entity disclaimers, available at
2008 Nov 11
3
Reading tables using a truncated name
Dear all, I am trying to read a bunch of csv files using read.table() that are named "test_xxxxxx.csv" where "xxxxxx" has no particular pattern. Is there a way of reading all the files by specifying a truncated file name e.g. "test_" with some wild card characters, or would I have to laboriously create some vector with the "xxxxxx" names and iterate or
2008 Dec 06
1
snowfall sfInit error
Dear all, I am trying to execute the simple example in snowfall http://cran.r-project.org/web/packages/snowfall/vignettes/snowfall.pdf ... require(snow) require(snowfall) sfInit( parallel=TRUE, cpus=2 ) sfLapply( 1:10, exp ) sfStop() I have installed the snow and snowfall packages in R on a machine with windows xp, however, after running the "sfInit( parallel=TRUE, cpus=2 )" line I
2009 Jul 09
2
OT:CMS
Dear ALL, What are the experiences you have with various open source CMS products (Comparison of PHP-based CMS) such as (Drupal, Joomla, OpenCMS, Typo3, eZ publish ..etc.) Security, Bugs, Performance, Support, Developer Community, learning curve, appearance..etc Thanks -mu
2006 May 12
21
Drupal vs. Ruby on Rails
Hello all, Maybe the $subj is a little bit weird (i.e. apples vs oranges) but it is a situation i am facing at the moment: We are developing a small web site which will be mostly a CMS (more or less) and my colleagues is arguing for drupal, and i am for RoR. Maybe i can formulate the question in a different way: when to use a CMS (not necessarily drupal but e.g. Radiant CMS) and when to use Ruby
2007 Sep 29
2
Typo3 5.0 Framework
Hi guys, for about one and half a year I am involved in RoR Development. I like the framework very much! But more and more I have my doubts, that this framework will succeed, I think Ruby on Rails succeed only, if some powers from community will be concentrated on a target-oriented development of the Framework. Since the approach of a pragmatic way of programming isn''t new anymore, more
2005 May 22
1
Centos4 and Typo3
Hello, Does anybody use Centos4 and Typo3 as web portal? For all functionalities (graphic) of the portal Image Magick and GD Library must be installed. Are these packets already included in any packet of php... or not? If the answer is not, where can I found these two packets compiled for Centos? Or is there any other solution ? I'dont like to compile these packets, since I have to maintain
2017 Sep 19
3
CentOS, PHP & OwnCloud/Nextcloud: the version dilemma
On Tue, Sep 19, 2017 at 07:59:00PM +0200, rainer at ultra-secure.de wrote: > With PHP, I try to stay as close to upstream as possible. > If upstream EOLs a version, it's time to upgrade. > > If you want something stable, don't run PHP. Unfortunately, with that philosophy but not much systems management experience, you end up with custom-compiled and local installs of PHP that
2017 Apr 30
3
selinux problem policies
Hello, My problem is to add selinux policies can any help to say what is wrong with my policies I write this! semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/html(/.*)?/ typo3conf(/.*)?" I have more instances from typo3 I found this construct in the selinux policies "/var/www/html(/.*)?/uploads(/.*)?" but my is not working ? and I have only errors? neverallow
2010 Jan 30
3
Video Comparison
Hey all, I have followed a thread on golem.de, which was about an article regarding mozillas reasons, not to include h264 and to prefere theora instead. In the forum there was much talking about a lot of nonsens (as usual). But there is still a huge and loud number of people believing that theora has a significant worse quality compared to h264. Most test material I found does not focus real
2006 May 09
2
Problem creating new record
Hi I have two tables 1. devices 2. device_categories both associated with each other via foreign key device_category_id in device table. I use scaffold and create a base system. I associate the two models together via belongs_to declaration in device model, and has_many declaration in device_categories model. I also add a device category drop-down box on create page to select
2019 Mar 15
2
PHP 7.x on CentOS 7 : which solution ?
Le 15/03/2019 ? 09:29, Michael Schumacher a ?crit : > I had the same problem a few weeks ago and decided to stick with the > webtatic repository. As our typo3 instance required 7.0, I updated > from php.5.6 to php.7.0 by simply "yum remove php56w ..." and "yum > install php70w ...". Everything went smooth and without problem. > Before I updated, I checked if
2008 Aug 28
0
Loading Bitmapped files
Dear all, is there a package that I could use to load bit mapped files into R? Everytime I save a picture as .jpg it loses it's exactness because of some type of interpolation. If not .bmp or .png then please tell me a free program I could use to convert those to the bit mapped file type that R will accept. Thanks in advance Kind Regards Chibisi [[alternative HTML version deleted]]
2008 Nov 02
0
error in lapply (sorry error in last e-mail)
Dear all, I am getting a error while using lapply to generate plots. The variable ".name" is used to identify each plot in the "main" variable. The method worked once but afterwards seems to throw up an error when used in a different case. The input ... dataOut <- lapply(names(dataIn), FUN = function(.name){ anotherplotFun(dataIn[[.name]], numb = .name)} ) Throws up the
2008 Mar 31
1
download.file error
Dear all, I am looking for a way to work out if a file on the internet exists before attempting to download it using the function download.file(). For example, using a url that does not exist url <- "http://finance.yahoo.com/ftse.csv" destfile <- tempfile() download.file(url = url, destfile = destfile) # gives the following response ... trying URL
2019 Mar 15
4
PHP 7.x on CentOS 7 : which solution ?
Hi, As you all know, CentOS 7 is shipping PHP 5.4, which is OK in some situations. Unfortunately, some applications like OwnCloud require a more recent version of PHP. Up until recently, I've been using PHP 5.6 packages from the Webtatic repository. Despite the bad press this third party repo seems to have, it has been working perfectly for me for a few years. Here's the PHP 5.6 packages