search for: scotts

Displaying 20 results from an estimated 5330 matches for "scotts".

Did you mean: scott
2014 Nov 24
1
Contributor Contributions
I have made claims that I have not left the compiz project and that I have been maintaining it over the past 4 years, despite the lack of releases by not fault but my own. At the request of some of the original compiz developers, I am now posting a compilation of some of the contributions I've made over time, since the beginning. Since the most important contributions are code and easiest to
2005 Jan 06
2
Multiple lines on Cisco 7960
I have been trying to get multiple lines on the 7960 to work for several days. i have read all the posts I can find and have run multiple "sip debug" and have gotten no place on this. Here are the relevant section of the config files: sip.conf [scott] type=friend host=dynamic username=scott secret=scott context=default mailbox=6101 callerid=Scott Henderson [scott1] type=friend
2004 Jun 15
1
Parsing results from boot
This probably has a super easy answer...but I claim newbie status! (I did search help lists but this question is hard to isolate keyword-wise) Basically, I'm trying to figure out how to parse the results from executing boot(). I'm mainly interested in assigning the standard error estimate to a scalar variable. For example: --------------------------------------------------------------
2008 Feb 22
3
mbox to maildir conversion does not work
Hello, I'm try to use the convert plugin, but I cannot seem to get it working properly. Is there any setting that I'm missing. -------- dovecot -n # 1.0.10: dovecot.conf log_path: /var/log/dovecot protocols: imap imaps pop3 pop3s listen(default): 127.0.0.1:143 listen(imap): 127.0.0.1:143 listen(pop3): *:110 ssl_listen(default): *:993 ssl_listen(imap): *:993 ssl_listen(pop3): *:995
2005 May 18
2
make tests failures (agent.sh)
Hello, I recently setup a CentOS 4.0 box (a derivative of RH). I downloaded a 4.0p1 tarball of OpenSSH and grabbed OpenSSL 0.9.7e. I configured OpenSSL with, $ ./Configure no-idea no-rc5 shared linux-pentium and it built fine. I didn't do a make install. I then configured OpenSSH. Here is a snippet of config.log: [scott at choke openssh-4.0p1]$ less config.log ... This file contains any
2004 Oct 14
2
fidelity of generated raster images (R and perl)
Hi: Goal: use R to turn a matrix of 1's and 0's into a corresponding image (e.g. png) of black and white pixels. Why R: Yes, I can do this more efficiently and precisely with a perl module like Image::PBM. Been there, done that many times, etc. (Just humor me. I'm trying to do this with R for a number of reasons.) Problem:
2008 May 23
3
Somewhat bizzare share issue
I have 19 servers with this smb.conf share definition working: [export] comment = Exported Files path = /tmp/export guest ok = Yes On the 20th server however, this just doesn't want to work. I've gone through the basics of guest access and permissions more than a few times trying to figure this one out. Approaching this from another angle, I tried the following
2007 May 16
3
Reshape a sparse matrix
Hi, I'd like to reshape a sparse matrix generated from the Matrix package. I can't seem to do it with the command dim(A) <- c(6,9) which works perfectly with the base package matrices, but with the sparse matrices it errors with Error in dim(A) = c(6, 9) : dim<- : invalid first argument Manipulating the Dim attribute of the sparse Matrix does not produce the desired effect. A
2007 Apr 09
10
changes in 0.8 and greater - should_
Has the should_... syntax changed? I''m getting errors when running the following: should_render(:index) should_be_valid should_not_be_valid should_respond_to should_be should_render I thought the syntax changed to something like the following: obj.should render(:index) but this doesn''t seem to work. Scott
2007 Oct 08
17
(no subject)
Just ran svn up this morning, and got this (after running ./script/ generate rspec) escher: ./script/spec spec/models/item_spec.rb Finished in 8.0e-06 seconds 0 examples, 0 failures ./script/spec:4:in `run'': wrong number of arguments (3 for 1) (ArgumentError) from ./script/spec:4 Using rails 1.2.3, rspec trunk, on Mac OS X.4.9. Any ideas, or is this a bug in
2013 Feb 11
2
S4 Cannot Unlock Account
I have come across a few accounts (out of 300+) that seem to be locked that will not unlock. These accounts were migrated from S3. Can someone advise - what am I missing here? I've reset the password several times via RSAT, checking the "Unlock Account" checkbox, which has not helped. Resetting the user's password via smbpasswd gives me: pdb_try_account_unlock: Account dmscott
2007 Dec 06
6
mock libraries, Object#send, and Object#__send__
What is the appropriate way to stub out (and put an expectation on Object#__send__), without getting warnings from the Rspec mock library? Scott
2008 Apr 09
3
reload_on_schedule
Hello, Does reload_on_schedule force the worker to be reloaded even if it is already running? Or does it just load the worker if its not running when the schedule fires? I want to load the worker at the scheduled time if its not running, but I don''t want to reload the worker if its already running. Make sense? Thanks, Scott
2007 Apr 01
11
--color doesn''t work with --drb w/rspec_autotest
If I got this to work, do you think we could/should check in rspec_autotest into rspec? I''ve updated rspec_autotest abit, so let me know if you''d like the modified code. Scott
2002 Oct 14
1
New to R and need help
All, I just took a cool R workshop and I'm chomping at the bit to play around with it. I'm fairly familiar with SAS and have some data that I used with Sas. My question is: How do I take a text file(I think my instructor called it a rectangular file) and import it to R. In sas you use an input statement followed by Variable name and the column numbers for the location of the data.
2007 Apr 20
5
stubbing with and without a string
What is the difference between these two ways of mocking (with and without the string): mock(''Object'') and mock(Object) ? Scott
2011 Jan 24
2
Help with expression
I have a problem with expressions. I am trying to create a title where the parameter of interest is displayed as a Greek character. Which parameter is being considered is stored in a character variable. As an example, if I have param <- "alpha" and then do plot(0, 0, main = bquote(Parameter==.(param))) then in the title I get "Parameter = alpha", whereas I want the
2005 May 08
4
Monotonic regression
Hi, I'm trying to find an implementation of monotonic regression in R and I haven't been able to find anything that's really related to this. isoMDS in the MASS package uses monotonic regression, however, I was wondering if there is any standalone function for monotonic regression? Basically what I'm trying to do is implement monotonic regression where I can see not just the
2007 Jun 11
3
hpricot as dependency for building rspec?
It looks to me that hpricot is a dependency to building rspec: euclid% rake pre_commit (in /Users/smtlaissezfaire/ruby/projects/rspec/hpricot) rake aborted! Could not find RubyGem hpricot (>= 0.0.0) /Users/smtlaissezfaire/ruby/projects/rspec/hpricot/rakefile:9 (See full trace by running task with --trace) Let me know if I''m wrong. Otherwise, I''ll submit a patch in the docs.
2005 Feb 06
5
Rails on FreeBSD or OSX
Hello everyone- I was just reading the article on Rails at O''Reilly and one of those little light bulbs over my head went off - what a GREAT tool. I tried to install both Ruby on my Mac PowerBook without much luck and then tried to install Ruby and Rails on a FreeBSD server I have. I am running into some odd errors - so, my question is - can you point me to some tech resources