search for: toolbox

Displaying 20 results from an estimated 309 matches for "toolbox".

2002 Jun 18
1
remote rsync process dies, local hangs
...13:36 2002 Executing /somepath/rsync -z -v --exclude=.snapshot --exclude=lost+found --archive --delete --force --rsync-path=/usr/local/bin/rsync /some/path/ user@somehost.faraway:/another/path/ building file list ... done On the remote end, looking with truss -vpoll -p: lstat64("toolbox/shaperouter.mgc_shaperouter.attr", 0xFFBEFAE0) = 0 lstat64("toolbox/shaperouter/shaperouter.qual", 0xFFBEFAE0) = 0 lstat64("toolbox/spicenet2G6", 0xFFBEFAE0) = 0 lstat64("toolbox/spicenet2G6", 0xFFBEF1D8) = 0 lstat64("toolbox/spicenet2G6.SpiceNet2G6.attr&quot...
2006 Apr 20
5
Toolbox
Hello my friends Today at FISL (International Forum of Free Software), I''ve had the opportunity to watch a Turbogears presentation. The framework, itself is really weak in comparison to rails, but... When the guy who was making the presentation show the NEW 0.9 TurboGears Toolbox I''ve though: - Isn''t something like that in Rails? Well, after a little googleing around I''ve found NOTHING! Well, does anyone know a Toolbox-like tool for Rails? [ ]''s -- Rafael Zanetti www.phpbr.com.br www.zweb.com.br -------------- next part ------------...
2007 Jul 16
1
R equivalent to Matlab's Bayes net toolbox
Hi, I'm attending summer School at UCLA (IPAM) on "probabilistics models of cognition". I have been an R-user since v. 1.4.1, but was trained in the frequentist tradition (as most psychologists!). I found that all faculty here use matlab and Murphy's bayes net toolbox. I have not had the need to use matlab before, and would love to stick to R for graphics models and bayesian modeling in general (even if it takes me extra time to cross-code the examples in matlab into R). I'm trying to find an R equivalent to Matlab's Bayes net toolbox. I have fou...
2004 Jan 22
0
wavelet toolbox
Is there a wavelet toolbox in R available that can be compared to the Matlab toolbox for wavelets. Does this toolbox offer the possibility to calculated approximations with different wavelets such as Daubechies 2, Daubechies 3, etc, Symmlet 3, Symmlets 5, etc, Coiflets and so on. I have tried to proceed in this way but I...
2016 Jan 08
0
Re: [supermin] Supermin and Docker-Toolbox (#14)
On Fri, Jan 08, 2016 at 07:28:00AM -0800, Govinda Fichtner wrote: > I am trying to build images with guestfish in a Docker container. > I am using the [Docker-Toolbox](https://www.docker.com/docker-toolbox) with [Boot2Docker](https://github.com/boot2docker/boot2docker) on Mac. > > When I try to create a new image with guestfish I get the following error? > ``` > root@7bc0bf6f6c4f:/test# guestfish -N bootroot:ext2:ext4:1G:64M > libguestfs: error:...
2009 Mar 02
1
cups & hp-toolbox
Hello, I installed a printer (HP LaserJet 4350n) via CUPS Web Interface. Following this when I run hp-toolbox a dialog claiming that "No Installed HP Devices Found" is displayed. This is true even when I am the root user. This worked as expected on RHEL4 on the same computer (Thinkpad X31) with the same printer. Any thoughts will be appreciated. Thanks, roger wells -- Roger Wells, P.E. SAIC 2...
1998 Mar 20
1
R-beta: S+ toolboxes in R?
Hi, I guess the answer is negative but I thought I would ask just the same: is it possible to use any of the S+ toolboxes (ARCH and wavelets, more particularly) with R? Thanks, Olivier Lefevre Union Bank of Switzerland New York, NY PS: Please cc me any reply as I am not on the list (at least not yet).
2009 Oct 14
0
R version of MATLAB symbolic toolbox (variable substitution)
...ke the derivatives. BUT, I can't find how to then evaluate this version (in one line) for a row of data in dat. f1<-2 f2<-4 eval(mx) gives the scalar 4 (the last element of mx) rather than the vector. I haven't come up with a form for mx that achieves both goals, while the symbolic toolbox can do each in one line of code. Does a clone package exist? I didn't see anything useful in R's Matlab package. In lieu of such a package I'll settle for being able to evaluate a vector of expressions. Probably I'm missing simple syntax here. Thanks in advance, Jen Young
2012 Feb 07
0
A question on p-value of Unit Root Tests using “urca” toolbox
A question on p-value of Unit Root Tests using “urca” toolbox There’s a function “punitroot” on unit root probability value punitroot(q, N = Inf, trend = c("c", "nc", "ct", "ctt"), statistic = c("t", "n"), na.rm = FALSE) To my knowledge, “c” means “const” or intercept, “nc” means no const or...
2012 Feb 03
1
A question on Unit Root Test using "urca" toolbox
Hello, I have a question on unit root test with urca toolbox. First, to run a unit root test with lags selected by BIC, I type: > CPILD4UR<-ur.df(x1$CPILD4[5:nr1], type ="drift", lags=12, selectlags ="BIC") > summary(CPILD4UR) The results indicate that the optimal lags selected by BIC is 4. Then I run the same unit r...
2008 Aug 21
5
psychometric functions
Hi, I want to fit some psychophysical data with cumulative gaussians. There is quite a convenient toolbox for matlab called 'psignifit' (formerly known as 'psychofit'). It allows the lower bound of the sigmoid to vary slightly from zero, aswell as the upper bound to vary from one. with these two free parameters, the fitted function is less sensitive to noisy data and outliers. Apart fro...
2006 Aug 02
0
[Off-Topic-but somewhat related] DIA/FDA Open Toolbox Initiative
UseR's- As this is slightly off-topic I will limit the discussion to only the major points; for further information feel free to reply off-line. DIA and FDA are hosting a forum to discuss (as per the Goal of the announcement--see link below) "a vendor-neutral software product to support validated analytic procedures ("tools") and make tool development a collaborative effort
2011 Jan 04
2
Looking for a gem which uses rspec for testing and tests need to deal with database
Let''s say that I develop a gem which adds a new method to ActiveRecord . Now I want to test this method using rspec. I am able to get started but not sure where to put the database.yml for testing purpose. I was wondering if there is a gem out there which uses rspec for testing and has to interact to database for testing. Thanks
2012 Mar 22
1
Questions on plotting using zoo toolbox: (1) dual axes (2)legend
Hi, I have three time series and I would like to plot them on the same graph such that two of them share left y-axis and the third uses right y-axis. rm(list=ls()) library(zoo) x1 <- read.csv(file="120322DBCdata.csv", header=TRUE) x1date<-as.yearqtr(1979)+seq(0,nrow(x1)-1)/4 x1zoo<-zoo(x1, x1date, frequency=4) x1zoodata<-cbind(x1zoo$D4GDP, x1zoo$D4NE,
2008 Jan 20
2
Photoshop leaving toolboxes behind
Hi, I was going to file a bug report for this, but I thought I'd check here first, because I'm not sure if this is a wine bug, or something to do with Photoshop or Compiz. Most times when I close Photoshop CS2, I'm getting the one or more of the tool pallets left behind on my desktop. I have found no way to get rid of them - apart from restarting the X server. I tried xkill but it
2004 Jun 21
6
Visual stimulus presentation using R?
Dear all! Although the Psycho-Toolbox for Matlab is free software, Matlab isn't. I'm planning to do an experiment where it's essentail to travel to the subjects, not let the subjects come to where the Matlab licences are :-( So I need to use a free software for my experiment if I don't want to by an extra Matlab licenc...
2017 Apr 21
2
CentOS 7 + HPLIP = blank page
...S 7 + KDE on a new workstation in my office. I tried to setup my printer, but the test page is blank. Here's some details. The printer is an HP OfficeJet 8600 Pro. It works perfectly with all other desktop clients running Slackware Linux and HPLIP. I installed hplip and hplip-gui, launched HP Toolbox and then setup the printer - a network printer - which is mainly a matter of confirming OK, OK, OK. The printer shows up OK in HP Toolbox, but when I try to print a test page, the printer ejects a blank page, that's it. Which leaves me clueless. Cheers, Niki Kovacs -- Microlinux - Solution...
2008 Apr 24
2
inverse F distribution in R?
Dear all, I'm looking for a function that calls the inverse F-distribution. Something equivalent to FINV in matlab or excel. Does anyone know if such a function already exists for R? (I haven't been able to find one.) Thanks for any leads. Best, Jennifer
2011 Jul 03
0
[LLVMdev] LLVM and managed languages
...e", as would better concurrency primitives. These are things I could Tackling the "still way too difficult" and "should be more batteries included" aspects of your post, I think that there is a lot of room for an LLVM subproject that provides a "language implementors toolbox" in the form of some really well documented and standardized runtime libraries that provide GC, synchronization, etc capabilities. Having them available and reusable (and sub-settable!) would allow code sharing across a wide range of different llvm language implementation. These are the capa...
2019 Oct 26
1
HW update. Fedora 30 to Centos?
...; > On Thu, Oct 24, 2019 at 03:53:49PM +0100, Dave Pawson wrote: > > Not all that bothered about being 'up to the minute', and after > > 20+ Fedora installs it does get to be a drag... > > You should be just fine with CentOS for most cases. Check out the new Fedora > Toolbox command ('toolbox') ? this makes it super-easy to launch and > maintain "pet" containers using podman, and you could use this to provide a > Fedora working environment for when you need newer stuff. (Or conversely > people running a Fedora OS can do the opposite with a Ce...