search for: fiddl

Displaying 20 results from an estimated 2044 matches for "fiddl".

Did you mean: fiddle
2017 Oct 31
2
run r script in r-fiddle
>>>>> Suzen, Mehmet <msuzen at gmail.com> >>>>> on Mon, 30 Oct 2017 16:05:18 +0100 writes: > We were talking about r-fiddle. It gives error there [*], > that's why I suggested using RCurl. >> source("https://raw.githubusercontent.com/msuzen/isingLenzMC/master/R/isingUtils.R") > ... unsupported URL scheme Error : cannot open the > connection >> and later you no...
2017 Oct 31
0
run r script in r-fiddle
On 31 October 2017 at 12:42, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > Notably as I think it's been provided by a company that no > longer exists under that name, and even if that'd be wrong, R-Fiddle > does not seem free software (apart from the R parts, I hope !). For the record, r-fiddle is maintained by datacamp: https://www.datacamp.com/community/blog/r-fiddle-an-online-playground-for-r-code-2
2017 Oct 31
1
run r script in r-fiddle
Dear List, According to datacamp support team, r-fiddle.org is not supported. We asked them to put it down as Professor Maechler suggested it is a waste of time for the R-help to respond to questions on something not maintained and severely outdated. If you would like to use R from your browser, you can embed the following into a web page: <script...
2005 Jun 08
0
fun with S4 method recursion
Apparently using an existing function as the definition for a method is a no-no (at least as I'm doing it), producing infinite recursion. setClass("A", representation(model="ANY") ) fiddle <- function(self) { 1 } setMethod("fiddle", signature(self="A"), definition = fiddle ### problem ) setClass("B", representation(err="ANY"), contains="A" ) setMethod("fiddle&quot...
2017 Oct 30
0
run r script in r-fiddle
We were talking about r-fiddle. It gives error there [*], that's why I suggested using RCurl. > source("https://raw.githubusercontent.com/msuzen/isingLenzMC/master/R/isingUtils.R") ... unsupported URL scheme Error : cannot open the connection > On 30 October 2017 at 15:51, Martin Maechler <maechler at s...
2017 Oct 30
3
run r script in r-fiddle
>>>>> Suzen, Mehmet <msuzen at gmail.com> >>>>> on Mon, 30 Oct 2017 11:16:30 +0100 writes: > Hi Frank, You could upload your R source file to a public > URL, for example to github and read via RCurl, as source > do not support https as far as I know. well... but your knowledge is severely (:-) outdated. Why did you not try first?
2017 Nov 01
0
run r script in r-fiddle
>>>>> Suzen, Mehmet <msuzen at gmail.com> >>>>> on Tue, 31 Oct 2017 19:27:30 +0100 writes: > Dear List, According to datacamp support team, > r-fiddle.org is not supported. We asked them to put it > down as Professor Maechler suggested it is a waste of time > for the R-help to respond to questions on something not > maintained and severely outdated. If you would like to use > R from your browser, you can embed the fol...
2017 Oct 30
3
run r script in r-fiddle
Hi All, I want to know how to run an R file on my computer in R-Fiddle? I tried source("filename.r"), but not working. thanks, Frank [[alternative HTML version deleted]]
2017 Sep 21
2
prevent users from fiddling with network?
On Thu, September 21, 2017 12:42 pm, Joseph L. Casale wrote: >> Than was my first reaction when I realized that logged in with GUI (X11) >> user can turn off (and on) network interfaces. Without being in sudoers >> file. > > Would not being in sudoers prevent them from pulling the cord out? The > rational for the control is well justified for users with multiple >
2007 Feb 13
3
Linux on a Thinkpad R40
...seems well, including the Atheros Wireless card Windows can't find. The major flies in the ointment are the wireless and the inbuilt modem (Agere something). Google tells me the modem can be made to work, and I'm pretty sure from my Acer that the Atheros wifi also work with some minor fiddling: I've build the driver from source. The problem is, I've done enough fiddling* over the years. I've built enough kernels, attaced enough configuration files with vim, and I want an OS that just works. I'm sure RHEL 5 will not have a driver for my wireless, and I suspect not...
2017 Oct 01
0
prevent users from fiddling with network?
________________________________________ From: CentOS <centos-bounces at centos.org> on behalf of Valeri Galtsev <galtsev at kicp.uchicago.edu> Sent: Thursday, September 21, 2017 9:10 AM To: centos at centos.org Subject: [CentOS] prevent users from fiddling with network? Dear Experts, "this is system from the hell!" Than was my first reaction when I realized that logged in with GUI (X11) user can turn off (and on) network interfaces. Without being in sudoers file. Wow, this is scary to see on workstations I manage centrally. Even thoug...
2017 Oct 30
1
run r script in r-fiddle
Note that, looks like r-fiddle runs R 3.1.2.
2017 Sep 21
0
prevent users from fiddling with network?
-----Original Message----- From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Valeri Galtsev Sent: Thursday, September 21, 2017 12:29 PM To: CentOS mailing list <centos at centos.org> Subject: Re: [CentOS] prevent users from fiddling with network? > Namely, as with power > I agree that local user (especially armed with screwdriver) can do a lot. Network cable Valeri, not power...
2017 Oct 30
0
run r script in r-fiddle
.../msuzen/isingLenzMC/master/R/isingUtils.R") eval(parse(text=tmatrix)) Not that you need to use raw URL for github file. Best, -m On 30 October 2017 at 01:56, Frank Mei <frank.ye.mei at gmail.com> wrote: > Hi All, > > I want to know how to run an R file on my computer in R-Fiddle? > > I tried source("filename.r"), but not working. > > thanks, > Frank > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://st...
2017 Sep 21
6
prevent users from fiddling with network?
..."shutdown" (which distinguished RedHat and CentOS from other Linux flavors: after all local user can yank power cord off the wall). Sorry about my little rant above. Could someone point me into right direction as to how do I disable the ability of (local, logged in through X11) users to fiddle with network interfaces. Even worse, they can create new profile and define for interfaces to behave differently... In the past I could just add USERCTL="no" into interface ifcfg-... file inside /etc/sysconfig/network-scripts which doesn't seen to have any effect on latest CentOS 7...
2009 Jun 07
3
Basic setup for vsftpd ?
Hi, I'm currently fiddling with G4U (Ghost for Unix), and I need to setup a local FTP server in order to get it to work. # yum groupinstall "FTP Server" --> installed vsftpd Here's what I'd like to do : * no anonymous access * only one user (user 'install' / pass 'install') The ma...
2017 Sep 22
1
prevent users from fiddling with network?
...orld executable/readable ("Security? What's that?"). ----- Original Message ----- From: "Scott Robbins" <scottro11 at gmail.com> To: "centos" <centos at centos.org> Sent: Thursday, September 21, 2017 9:40:03 PM Subject: Re: [CentOS] prevent users from fiddling with network? On Thu, Sep 21, 2017 at 07:00:12PM -0500, Valeri Galtsev wrote: > > On Thu, September 21, 2017 6:13 pm, Scott Robbins wrote: > > On Thu, Sep 21, 2017 at 05:23:23PM -0500, Valeri Galtsev wrote: > >> > > > > Well, this is my longstanding rant agains...
2017 Sep 21
0
prevent users from fiddling with network?
> Than was my first reaction when I realized that logged in with GUI (X11) > user can turn off (and on) network interfaces. Without being in sudoers > file. Would not being in sudoers prevent them from pulling the cord out? The rational for the control is well justified for users with multiple interfaces and is simply a convenience to something they could always do under any condition
2017 Sep 21
0
prevent users from fiddling with network?
On Thu, Sep 21, 2017 at 05:23:23PM -0500, Valeri Galtsev wrote: > > On Thu, September 21, 2017 12:42 pm, Joseph L. Casale wrote: > >> Than was my first reaction when I realized that logged in with GUI (X11) > > Yes, I can understand the rationale as above - if it is somebody's laptop. > Or someone's home computer. But it is arguable if it is centrally managed >
2017 Sep 22
0
prevent users from fiddling with network?
On Thu, Sep 21, 2017 at 07:00:12PM -0500, Valeri Galtsev wrote: > > On Thu, September 21, 2017 6:13 pm, Scott Robbins wrote: > > On Thu, Sep 21, 2017 at 05:23:23PM -0500, Valeri Galtsev wrote: > >> > > > > Well, this is my longstanding rant against RedHat and friends. Take a > > look > > at what Fedora is doing before blithely throwing it into RedHat.