Displaying 20 results from an estimated 5336 matches for "scott".
2014 Nov 24
1
Contributor Contributions
...st to show (thanks to the advent of git), I
will focus on proof of this facet. I do understand your doubts but
hopefully this will put some minds a bit more at ease.
1) Support (originally forums but always IRC)
2) Testing
3) Bug reporting
4) Development:
Contribution Compilation
Contributor: Scott Moreau
********* core **********
* compiz-0.9.5.0-series *
* *
*************************
commit a02b427846f3eb77bc6d32caaf52687031eea9d7
Author: Scott Moreau <oreaus at gmail.com>
Date: Fri May 27 21:04:14 2011 -0600
Redetect devices unconditionally when handl...
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
host=dynamic
username=scott1
secret=scott1
context=default
mailbox=6101
callerid=Scott Henderson 1
macaddress.cnf
# Line 1
line1_name: Scott
line1_authname: "scott...
2004 Jun 15
1
Parsing results from boot
...numeric
>
-------------------------------------------------------------------
seems to imply that it's not actually assigned to an output variable...but
it is shown when I just type "b.boot"
Where is the std.error being assigned? and how to I access it?
Thanks in advance...
-Scott
2008 Feb 22
3
mbox to maildir conversion does not work
...dl_format(imap):
pop3_uidl_format(pop3): %08Xu%08Xv
auth default:
passdb:
driver: pam
userdb:
driver: passwd
plugin:
convert_skip_broken_mailboxes: no
convert_mail: mbox:INBOX=/var/mail/%u
Dovecot log
----------------
dovecot: Feb 22 14:13:28 Info: pop3-login: Login: user=<scott>,
method=PLAIN, rip=134.117.43.54, lip=134.117.9.47, TLS
dovecot: Feb 22 14:13:28 Info: POP3(scott): Loading modules from
directory: /opt/csw/lib/dovecot/pop3
dovecot: Feb 22 14:13:28 Info: POP3(scott): Module loaded:
/opt/csw/lib/dovecot/pop3/lib20_convert_plugin.so
dovecot: Feb 22 14:13:28...
2005 May 18
2
make tests failures (agent.sh)
...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 messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by OpenSSH configure Portable, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./conf...
2004 Oct 14
2
fidelity of generated raster images (R and perl)
...ternal region calculations are
vector based, which generally makes sense for most statistical
plots. However, I do have some ideas for R and the presentation
of cellular automata results.
Any tips out there? (Is it just a matter of height=50px to
overcome the inches default, etc?).....
Regards,
Scott
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
...ribute of the sparse Matrix does not produce the desired effect. A at Dim <- c(as.integer(9),as.integer(6)) does not produce a column ordering result, which I am assuming is because the data is stored in a row (i) and column (j) format instead (class dgTMatrix)
Does a function for this exist?
-Scott
2007 Apr 09
10
changes in 0.8 and greater - should_
...anged? 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)
...odels/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 refactoring/with rspec?
Scott
2013 Feb 11
2
S4 Cannot Unlock Account
...hese 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 administratively locked out with no
bad password time. Leaving locked out.
When attempting to login to WinXP, Windows states the account is locked out
and log.samba shows:
Kerberos: ENC-TS Pre-authentication succeeded -- dmscott at DOMAIN using
arcfour-hmac-md5
[2013/02/11 18:37:40, 4] ../sour...
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
...ce 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
...ter. 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 Greek character alpha.
David Scott
--
_________________________________________________________________
David Scott Department of Statistics
The University of Auckland, PB 92019
Auckland 1142, NEW ZEALAND
Phone: +64 9 923 5055, or +64 9 373 7599 ext 85055
Email: d.scott at auckland.ac.nz, Fax: +64 9 373 7018
Director of...
2005 May 08
4
Monotonic regression
...implement monotonic regression
where I can see not just the results of each iteration but also be
able to tweak the input in order to test for or "kick" the regression
out of a local minimum so that I can make sure I have the global
minimum.
Any help would be much appreciated. Thanks!
Scott
2007 Jun 11
3
hpricot as dependency for building rspec?
...laissezfaire/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.
Scott
2005 Feb 06
5
Rails on FreeBSD or OSX
...o 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 for either of these two OS''es and Ruby/Rails?
Thank you!
-Scott
------------------------------------------------------------------------
------------------
Scott St. John
Technical Evangelist
Complete web hosting and development
www.talon.net
scott-Mi3EwPw+07BeoWH0uzbU5w@public.gmane.org
------------------------------------------------------------------------...