Displaying 20 results from an estimated 5005 matches for "nick's".
Did you mean:
nic's
2004 Jul 06
13
XRC Resources
I currently use DialogBlocks to generate my dialogs for wxWidgets apps I
write in C++. DialogBlocks has the ability to generate XRC resources
which I would like to use with wxRuby, is this possible?
I am very new to Ruby and it looks like a great language and with wxRuby
it looks like a great solution for quick in house applications.
Thanks
Sean Long
2004 Jan 21
2
PAM auth stage rejection not working
...so. The idea is that a user must have a certain privilege
before they can successfully authenticate. Without the privilege the
PAM module will return PAM_PERM_DENIED.
However I find that in OpenSSH 3.7.1p2, I can easily subvert this check
simply by hitting return 3 times on connection i.e.
[nick at localhost pam.d]$ ssh nick at host.dsvr.net
Server host.dsvr.net
Password: <hit return>
Password: <hit return>
Password: <hit return>
nick at host.dsvr.net's password: <enter real password>
[nick at host.dsvr.net nick]$
Syslog shows that indeed pam_vsd.so is corr...
2005 Mar 29
3
ices question ? (gui)
Hi Chuck,
Thanks, I'd be very interested in seeing it.
In light of not being able to find what I wanted on google, I've
started my own (in PHP), I guess it could be beneficial to share. ;-)
Let me know if you're interested,
Kind Regards,
Nick
On Tue, 29 Mar 2005 12:08:44 -0500, Chuck Tellechea
<chuckt@tellechea.org> wrote:
> Nick,
>
> Hehe...
>
> I was going to start coding a perl cgi webapp to do this for a customer
> in the next week or so. The need for such seems pretty obvious :)
> I'm going to cre...
2008 Mar 31
10
Problems with *_path() and *_url() helpers when using Publisher
...; + partial_name,
:event => event_data[:event])
end
Note, _path() and _url() helpers work flawlessly from the
simple_notification method''s context, but fails miserably inside the
partial. I assume this issue also exists with asset helpers.
Any ideas? Am I missing something?
Thanks,
Nick Holland.
2011 Oct 22
9
[LLVMdev] Question about local variables
Nick,
Unfortunately this doesn't answer my question I don't think. It seems
that -instnamer, as you mention, names the instructions but still does not
name the local variables.
So there really is no way to do this shy of creating (or basically
copying) the API from AsmWriter (seems very...
2004 Oct 19
9
News for OS X Users
...ier.
3) The next binary installer should be able to support darwinports,
fink, and all of the other various rubies for Mac OS X.
I''m going to work on getting the installer ready. I''m also going to try
to back-port this to wxruby, so it''s available in the next release.
Nick
2010 Jun 04
3
[LLVMdev] Inserting a function call into bitcode
Hi Nick
I am not quite sure what you meant by verifier. I checked online documents
and found that there is a function verifyAnalysis() in Pass but it is empty.
So do you suggest implementing that function? If it is the case, what should
I look while implementing that function? Or something else altogether...
2016 Apr 27
2
Missing clang-modernize in 3.8 (Debian 8 Jessie)
Adding Sylvestre, who should know how to fix that.
On Tue, Apr 26, 2016 at 10:39 PM, Nick Wiggill <nick.wiggill at gmail.com>
wrote:
> Thanks for your replies, gentlemen. I'm in good standing with my install,
> then.
>
> On the apt page <http://llvm.org/apt/>, it should not be suggested then
> to "apt-get install [..etc..] clang-modernize-3.8 [..etc....
2016 Apr 27
2
Missing clang-modernize in 3.8 (Debian 8 Jessie)
...; Hello
>
> Indeed, this package no longer exists. I removed it from llvm.org/apt/
>
> Thanks,
> Sylvestre
>
> Le 27/04/2016 à 12:23, Alexander Kornienko a écrit :
> > Adding Sylvestre, who should know how to fix that.
> >
> > On Tue, Apr 26, 2016 at 10:39 PM, Nick Wiggill <nick.wiggill at gmail.com
> <mailto:nick.wiggill at gmail.com>> wrote:
> >
> > Thanks for your replies, gentlemen. I'm in good standing with my
> install, then.
> >
> > On the apt page <http://llvm.org/apt/>, it should not be sugg...
2015 Jul 19
2
[LLVMdev] New linker ownership
...ing up for collaborating on crazy ideas, etc.. The right person for a
> great deal of that on LLD+Darwin is Lang, and it would be a shame to have
> the official listing not reflect that.
I agree with this point of view.
Lang knows the code well, is willing to own it and has direct access to Nick.
> It seems to me we should just keep it
> simple and list both Nick and Lang in CODE_OWNERS.txt. Assuming Nick and
> Lang are both OK with that, of course.
Which file is this? I can't find Nick on any CODE_OWNERS.txt files.
And LLD has none.
If Nick is the owner of LLD and Rui own...
2011 Mar 04
3
Generic mixup?
...int")
<environment: namespace:base>
> showMethods("print")
Function "print":
<not a generic function>
Don''t the two results contradict each other? Or do I have a terrible
misunderstanding of what comprises a generic function?
Thx,
Nick Sabbe
--
ping: nick.sabbe@ugent.be
link: <http://biomath.ugent.be/> http://biomath.ugent.be
wink: A1.056, Coupure Links 653, 9000 Gent
ring: 09/264.59.36
-- Do Not Disapprove
[[alternative HTML version deleted]]
2003 Oct 24
0
netbios name not found on clients
...and this
one has me stumped:
I have just upgraded from Mandrake9.1->9.2 which changes from Samba
2.2.7a to 2.2.8a. I am using the same smb.conf file (see below). I can
still mount shares okay (though I do have a printing issue I haven't
looked at yet) but only by ip address. e.g \\10.0.0.3\nick works but
\\ratbert\nick does not. (BTW I'm using an Ethernet)
On the Linux box:
[nick@ratbert nick]$ nmblookup -M -
querying __MSBROWSE__ on 10.0.0.255
10.0.0.3 __MSBROWSE__<01>
10.0.0.3 __MSBROWSE__<01>
[nick@ratbert nick]$ nmblookup ratbert
querying ratbert on 10.0.0.255
10.0.0...
2004 Aug 23
11
Are we going to do q wxRuby 0.5.0 release?
I''m just trying to plan out my week, and I wanted to see how everyone felt
about a 0.5.0 release of wxRuby (not wxruby-swig).
Are we ready for this? If not, what remains to be done?
Curt
2011 Oct 24
0
[LLVMdev] Question about local variables
Nick,
Is there a clean way to tell the difference between dst and src operands
in operations without assignment "=" (ie, store)?
On Mon, Oct 24, 2011 at 9:52 AM, Ryan Taylor <ryta1203 at gmail.com> wrote:
> Nick,
>
> I forgot to thank you, thanks!
>
>
> On Sat,...
2010 Jun 05
0
[LLVMdev] Inserting a function call into bitcode
Nehal Gandhi wrote:
> Hi Nick
>
> I am not quite sure what you meant by verifier. I checked online documents
> and found that there is a function verifyAnalysis() in Pass but it is empty.
> So do you suggest implementing that function? If it is the case, what should
> I look while implementing that function? Or s...
2017 Jul 03
3
[Bug 101676] New: kmail hangs or causes desktop to hang when used with Nouveau graphics driver
...Product: Mesa
Version: unspecified
Hardware: Other
OS: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: nick.craig.law at gmail.com
QA Contact: nouveau at lists.freedesktop.org
Created attachment 132409
--> https://bugs.freedesktop.org/attachment.cgi?id=132409&action=edit
syslog output when kmail causes kmail/desktop to hang
System Config, KDE Neon LTS 5.8.7, Nouveau driver 1:1.0.12-2 a...
2017 May 05
1
lm() gives different results to lm.ridge() and SPSS
...tion by hand. But then it seems to be impossible to stop SPSS from re-standardizing the variable that corresponds to the interaction term. Am I missing something? Is there a way to perform the regression with the interaction in SPSS without computing the interaction as a separate variable?
Best,
Nick
----- Original Message -----
From: "John Fox" <jfox at mcmaster.ca>
To: "Nick Brown" <nick.brown at free.fr>, "peter dalgaard" <pdalgd at gmail.com>
Cc: r-devel at r-project.org
Sent: Friday, 5 May, 2017 8:22:53 PM
Subject: Re: [Rd] lm() gives...
2017 May 05
6
lm() gives different results to lm.ridge() and SPSS
...ntered; everything else is already in the file):
s1 <- read.csv("Emodiversity_Study1.csv", stringsAsFactors=FALSE) s1$ZDEPRESSION <- scale(s1$DEPRESSION)
Hey, maybe R is fine and I've stumbled on a bug in SPSS? If so, I'm sure IBM will want to fix it quickly (ha ha ha).
Nick
----- Original Message -----
From: "peter dalgaard" <pdalgd at gmail.com>
To: "Nick Brown" <nick.brown at free.fr>
Cc: "Simon Bonner" <sbonner6 at uwo.ca>, r-devel at r-project.org
Sent: Friday, 5 May, 2017 10:02:10 AM
Subject: Re: [Rd] lm()...
2004 Jan 09
2
asterisk sip with voicemail
Hello all,
I have setup my sip.conf so users can register etc in the following
format,
[person]
type=friend
username=nick
secret=********
host=dynamic
mailbox=101
in my voicemail.conf I have an entry like
101 => 1234,Nick Knight,nick@omniis.com
Leaving a voicemail works fine after I have my dial command time out but
on sip clients which display whether voicemail is waiting or not, it
always displays &q...
2016 Apr 28
5
[Bug 11879] New: escape rrsync restricted folder
https://bugzilla.samba.org/show_bug.cgi?id=11879
Bug ID: 11879
Summary: escape rrsync restricted folder
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: