Displaying 20 results from an estimated 53 matches for "cowan".
2007 Feb 07
3
OTP?
...ntication failure;
logname= uid=0 euid=0 tty= ruser= rhost=x.x.x.x user=micah
ssh works fine with the same PAM settings (both include common-auth,
which has:)
auth sufficient pam_opie.so
auth sufficient pam_unix.so nullok_secure
auth required pam_deny.so
--
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/
2017 Sep 08
1
Antwort: Antwort: Re: Windows 10 and Java Applications on a samba share
...llow execute always = yes
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Nils
> Wieseloh via samba
> Verzonden: vrijdag 8 september 2017 9:43
> Aan: nils.wieseloh at vit.de
> CC: samba at lists.samba.org; Brian Cowan; samba
> Onderwerp: [Samba] Antwort: Antwort: Re: Windows 10 and Java
> Applications on a samba share
>
> Hello everyone,
>
> so no one has any idea what causes this problem? :-(
>
> Nils
>
>
> Von: Nils Wieseloh via samba <samba at lists.samba.org>
&...
2009 Jul 03
1
Dynamic libraries
...it seems at least.
However, when I try to use a vector as an argument to the function,
two things happen:
R becomes very unstable;
the function only operates on the first 3 elements of the vector (say
if the vector has 5 elements).
Anyone have experience with this sort of thing?
Thanks,
Robin Cowan
Sample below:
This one works fine:
library Test1Lib;
type
pA=^integer;
procedure simple(x:pA); cdecl;
var i1,i2:integer;
begin
x^:=x^*2;
end;
exports simple;
begin
end.
This one does not:
library Test2Lib;
type
array1=array[1..5] of integer;
pA=^array1;
procedure simpleArray(x:pA); cde...
2003 Nov 10
3
Asterisk and Polycom Soundpoint IP600
...e one of the best on the market for sound
quality and features. I have seen on the list that some people have gotten
the IP 600 to work with Asterisk. Does anyone have the details of how to
get this working i.e. XML phone config files, and any thing else I might
need to know.
Thank You,
Chad Cowan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031110/f8476650/attachment.htm
2006 Apr 14
11
Whats the best Ajax way to update a textarea''s text?
I am looking for a way to update the text-value within a textarea from
an Ajax render call inside of a controller. Is there a way to do this
without rendering an the partial containing the textarea?
Thanks,
Andy
--
Posted via http://www.ruby-forum.com/.
2009 Jul 15
0
Fwd: DLLs
...e GUI)
gives me illegal floating point operations or divide by zero errors.
This is the case even when I eliminate all calls to the library, on a
piece of code that runs fine when the library is not loaded.
Any hints about where to look to solve this problem would be much
appreciated.
Robin Cowan
Here is the simple Pascal code:
Running on a Macintosh Intel, OS X 10.5, R 2.9.1
{$MODE DELPHI}
library LearningLib;
const num=75;
type
array1= array[1..2,1..num] of Double;
array2=array[1..num,1..num] of longint;
array3=array[1..num,1..num] of Double;
array4=array[1..num] of longint;
pA1=^array...
2012 Sep 11
1
CRAN, install packages problem on networked PC
.../bin/windows/contrib/2.15
Error in install.packages(NULL, .libPaths()[1L], dependencies = NA, type = type) :
no packages were specified
This approach worked for me on other networks but this is the first time I've encountered this issue. Any help is appreciated.
Cheers,
Neil Collier
Edith Cowan University
________________________________
This e-mail is confidential. If you are not the intended recipient you must not disclose or use the information contained within. If you have received it in error please return it to the sender via reply e-mail and delete any record of it from your syst...
2006 Apr 03
4
Layout Question w/ code from vendor library
I am new to Ruby on Rails in general and apologize if this question is
trivial and/or has been asked before ( my searches did not turn up any
threads ).
I am using the cookies function from actionpack which I have located in
my vendor/rails/actionpack directory.
Using:
cookies[:username] and cookies[:password]
from within a controller file works just fine, I am able to set and read
2006 Nov 16
3
STATUS_INVALID_LOCK_SEQUENCE when writing to a file....
..., shouldn't the samba server "bounce" an open request that
includes a request for a Batch Oplock (or any oplock at all, for that
matter)?
Yes, I have a network trace that shows the problem, but I can't exactly
sent it out since it contains proprietary information.
Thanks!
Brian Cowan
Samba information:
Samba version: 2.2.8a.
smb.conf file from View server appserv2:
# Samba config file created using
# Global parameters
[global]
netbios name = appserv2
netbios aliases = appserv2
interfaces = 192.168.140.243/255.255.255.0
include = /usr/loca...
2006 Apr 07
5
Confusion about has_many / belongs_to ...
I have a table called players and its model Player, and I have a table
called games and its model Game.
In the games table I have:
player1_id int(11)
player2_id int(11)
I want the tables to be associated so that I can access the player
objects using table.player1 and table.player2 rather than having to
lookup the objects based on the ids.
I am not sure how to go about this but I suspect I
2006 Apr 24
9
Confusion with expressing many to many relationship
Hi folks, I am in the process of converting an existing non-rails
application to rails, and am not sure what the best approach would be
for specifying the relationship between the two sets of data.
I''ll describe the existing table structures first.
Table 1: Urls
Each url has a unique id and two lists of Phrases, these are currently
setup as varchars with "," delimitation -
2007 Jun 26
3
flac portable players
are there any good (audio) quality portable flac players...?
Thanks -
Richard
2006 May 03
2
rake appdoc Question regarding comment formatting
I tried googling and searching the forums here but was unable to locate
an answer, please forgive if this has been covered.
Is there any way to provide formatting guidelines to dictate how parsed
comments are displayed in the resulting html? In the simplest example,
is there a way to specify a linebreak (break tag)?
Thanks,
Andy
--
Posted via http://www.ruby-forum.com/.
2006 Apr 03
2
Looking for an example ...
... for overriding the default behavior of scaffold''s builtin create
and update handlers.
Any help would be grealy appreciated!
-Andy
--
Posted via http://www.ruby-forum.com/.
2006 Apr 10
2
Any way to implement delay() with ruby code?
That is, is there any way to do something like an RJS page.delay()
except with
ruby code statements in the body instead of RJS statements?
If not, what kind of options would I have for wanting to execute a set
of statements n seconds in the future?
Thanks,
Andy
--
Posted via http://www.ruby-forum.com/.
2005 Apr 29
0
Snow sockets
...it seems to work
well when the jobs are small, but it seems that they are timing out after
only a short while if the work takes longer than a couple of minutes.
Is there a way to adjust the timeout for the socket without doing so in the
snow source (which I am not entirely comfortable with)?
J. Cowan
Yale University School of Medicine
Core Tissue Microarray Facility
310 Cedar St., PO Box 208023
New Haven, CT 06520-8023
ph 203-785-6532
email: james.cowan at yale.edu
/******************************************/
To understand recursion, one must first understand recursion.
Before you critici...
2005 Oct 20
2
Is there a more detailed HOWTO for joining an Active Directory Domain?
I'm having trouble joining a Samba 3.0 server to an active directory
domain, and the HOWTO on samba.org is a little sparse. Does anyone with
experience doing this have any pointers? Or better yet, a step-by-step
howto?
2017 Sep 08
2
Antwort: Antwort: Re: Windows 10 and Java Applications on a samba share
Hello everyone,
so no one has any idea what causes this problem? :-(
Nils
Von: Nils Wieseloh via samba <samba at lists.samba.org>
An: Brian Cowan <brian.cowan at hcl.com>,
Kopie: "samba at lists.samba.org" <samba at lists.samba.org>, samba
<samba-bounces at lists.samba.org>
Datum: 28.07.2017 08:44
Betreff: [Samba] Antwort: Re: Windows 10 and Java Applications on a
samba share
Gesendet von: "samb...
2006 Apr 10
3
form_remote_tag : additional onsubmit funct. possible ?
Is there a way to add onsubmit functionality to a form_remote_tag with
an additional javascript directive?
eg I''d like for an inline javascript to make the form''s div container
hidden as soon as the button is pressed to avoid having it possibly get
pressed again ( sometimes the rails response is slow enough for a user
to think they need to re-press it ).
example:
<div
1998 Aug 31
0
StackGuard-protected Linux and a New StackGuard Compiler (fwd)
...ball and as a source patch to gcc 2.7.2.3, available here:
|
| http://www.cse.ogi.edu/DISC/projects/immunix/StackGuard/compiler.html
Greetings,
Jan-Philip Velders
<jpv@jvelders.tn.tudelft.nl>
_---------- Forwarded message ----------
_Date: Thu, 27 Aug 1998 22:26:54 -0700
_From: Crispin Cowan <crispin@CSE.OGI.EDU>
_To: BUGTRAQ@NETSPACE.ORG
_Subject: StackGuard-protected Linux and a New StackGuard Compiler
StackGuard is a compiler to protect programs against stack smashing
attacks. When stack smashing exploits are deployed against
StackGuard-protected programs, the protected prog...