Displaying 20 results from an estimated 215 matches for "wee".
Did you mean:
we
2007 Feb 08
0
How to get p-values, seperate vectors of regression coefficients and their s.e. from the "yags" output?
...can I get the p-value from yags output ?
2. How can I get the regression coefficients as a seperate row or column vector from the output for my simulation please? Also, how can I get the standard errors of these reg. coefficients as a seperate vector? Notice, as it is highlighted below, beta1=coef(wee) giving me "NULL" and also summary(wee) is not giving me nothing!
The following is the output from the yags analysis:
> yf=formula(Ddimer~newrace+steroid+treatment+SOFA+PSI)
> wee=yags(yf, id=Subject, data=final, cor.met=as.double(rep(0:6, 872)), family=gaussian, corstruct="...
2006 Oct 05
2
A statement over multiple lines (i.e. the ... feature in Matlab)
...tlab allows me to spread a statement over
several lines. The ... operator in R seems to be more like the ...
operator in C, which allows for a variable argument list.
How do I accomplish this task in R? It's not a show stopper, but it
would make reading my code much much easier.
Cheers,
Wee-Jin
2006 Nov 02
2
Simple question about Lists
...t to a vector for plotting.
Doesn't work. Tried as.matrix, that too doesn't work. I've tried
accessing individual elements, but that doesn't work as network$weigth
[1] returns what seems to me is a matrix but it doens't act like a
matrix.
Any help would be much obliged.
Wee-Jin
2006 Nov 22
1
What training algorithm does nnet package use?
...s orders of magnitude faster, and the
results are way more accurate.
This leads me to wonder, what training algorithm is "nnet" using? Is
it a modification on the standard backpropagation? Or a completely
different algorithm? I'm trying to account for the speed differences
between neural and nnet, and the documentation on the nnet package is
rather sparse on what training algorithm is used (either that, or I'm
getting blind and missed it totally).
Any help would be much appreciated.
Regards,
Wee-Jin
2005 Mar 12
1
ipvolution TDM cards - vaporware?
Has anyone on this list gotten hold of these cards? It's been 2 months
since their official ship date.
Even the website www.ipvolution.com is in wee-wee land.
/leo
2016 May 01
2
Changing Password Schemes
...the line and run again.
On 04/30/2016 02:52 PM, Carl A Jeptha wrote:
> Sorry not truncated:
> {SHA512-CRYPT}$6$wEn1UFuiMzl9OSjd$Vh/PZ95WDID1GwI02QWAQNNfY5.Rk9zcSetYTgRfo4SPKf8qzMXsruvvS8uaSUidlvwDTLLSr3cVsQx2e6cu2/
>
> ------------
> You have a good day now, en mag jou m?re ook so wees,
>
> Carl A Jeptha
>
> On 2016-04-30 14:58, Patrick Domack wrote:
>> This looks good, except it is truncated, it should be something like 95chars long, Is your hash column set to 128 or up around there or larger?
>>
>>
>> Quoting Carl A Jeptha <cajeptha at gm...
2016 Apr 30
2
Changing Password Schemes
...uoting Carl A Jeptha <cajeptha at gmail.com>:
> Sorry for double reply, but this what a password looks like in the
> "hashed" password column:
> {SHA512-CRYPT}$6$wEn1UFuiMzl9OSjd$Vh/PZ95WDID1GwI2
>
> ------------
> You have a good day now, en mag jou m?re ook so wees,
>
> On 2016-04-30 01:14, Gedalya wrote:
>> That's not SHA512-CRYPT. That's just a simple sha512 of the
>> password, without salt.
>>
>> A SHA512-CRYPT password will be generated with:
>>
>> printf "1234\n1234" | doveadm pw -s SHA512-CR...
2016 May 03
2
Changing Password Schemes
...changed):
|#1064 - You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use
near '.sha(RAND()))) WHERE password IS NULL OR password=''' at line 1 |
------------
You have a good day now, en mag jou m?re ook so wees,
Carl A Jeptha
On 2016-05-03 18:33, Gedalya wrote:
> Just make sure it says:
>
> WHERE password IS NULL OR password='';
>
> With no space between the quote marks, this way it matches an empty string
>
>
> On 05/03/2016 12:29 PM, Carl Jeptha wrote:
>> Thank y...
2004 Apr 09
3
Samba Shares and Win32 Viruses
...ba, (does has a nice ring to it eh?)
Recently I found a my samba server being infected by win32 viruses.
Though it does not affect the server in any way, I do find them to be
an annoyance.
I understand also that I can perform "veto" of files like *.exe in smb.conf
but find that to be a wee bit restrictive. There are some users who
stores valid executables in the shares.
http://hr.uoregon.edu/davidrl/samba-unofficial.html
"To prevent access to suspicious files (e.g., those that tend to become
infected by virus'), use the following. The last bit prevents access to
files wi...
2016 Apr 29
4
Changing Password Schemes
converting the passwords in the database from clear/plain text to
SHA512-CRYPT
------------
You have a good day now, en mag jou m?re ook so wees,
Carl A Jeptha
On 2016-04-29 15:02, Steffen Kaiser wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Fri, 29 Apr 2016, Carl A Jeptha wrote:
>
>> Good Day,
>> I have been following this tutorial without much luck -
>> http://wiki2.dovecot.org/HowTo/...
2016 May 03
5
Changing Password Schemes
...to make to let password_query work, I think your
"quick" version should be like this my setup:
UPDATE mailbox set password = ENCRYPT(clearpwd, CONCAT('$6$',sha(RAND()))) WHERE password IS NULL OR password=' ';
------------
You have a good day now, en mag jou m?re ook so wees,
Carl A Jeptha
On 2016-05-03 18:10, Gedalya wrote:
> The script I sent you should do the job of populating your cryptpwd column with a SHA512-CRYPT version of the clearpwd column.
> The only reason why you would bother with a perl script is to get a better quality salt from /dev/urandom
&g...
2006 Nov 02
3
Complex plotting problem
...a plot (preferably lines, but points will do
too), where the line segment changes color depending on the value of
the y-axis. For example, let's suppose the y-axis range is from -1 to
1. Points close to -1 would be colored blue, while points close to 1
will be colored red. Points in between will be varying degrees of
blue/red depending on how close they are to -1 or +1.
If the above is not possible, would it be possible to set a decision
boundary on the plot, where any point above this boundary will be a
particular color, and any point below will be a different color?
Any sug...
2016 May 01
3
Changing Password Schemes
...ar/vmail/%d/%n' as home, 'maildir:/var/vmail/%d/%n'
> as mail, 150 AS uid, 8 AS gid, concat('dirsize:storage=', quota) AS quota
> FROM mailbox WHERE username = '%u' AND active = '1'
>
> ------------
> You have a good day now, en mag jou m?re ook so wees,
>
> Carl A Jeptha
>
>
> On Sun, May 1, 2016 at 3:02 AM, Gedalya <gedalya at gedalya.net> wrote:
>
>> First of all, you can probably go online before you convert all passwords.
>> You can modify your query in dovecot-sql.conf.ext to something like the
>> f...
2006 Oct 04
1
Some questions about plotting with R
...the final graph being displayed. Help!
3) Is there a good site/book that lists the similarities/differences
in plotting with R? I've found http://www.mathepi.com/methods/
matlabtor.html which is good for general Matlab to R concepts, but
it's missing information on plotting.
Cheers,
Wee-Jin
2017 Aug 12
3
Samba AD External Authentication to OpenDJ
...t;
>Rowland
Hi Rowland,
Thank you very much for the response.
The OpenDJ is for user authentication and also user profile.
Understand that Samba AD is unable to delegate authentication to an external source. We'll see how we can proceed with this info.
Thank you!
Best regards,
Wong Kee Wee
2007 Apr 12
2
Tweaking my plot of matrix as image
...that end, I have used the
image() function that seems to do what I want. Now, I just want to
tweak it to look perfect. So here is my question:
At the moment, the values of the axis range from [0, 1]. I want it to
show the row and column of the matrix. How do I do that?
Thanks in advance.
Wee-Jin
2009 Oct 16
3
How can I run a function to a piece of text?
Dear users,
I got really stuck trying to apply a function to a piece of code that I
created using different string functions.
To make things really easy, this is a wee example:
x<-c(1:10)
script<-"x, trim = 0, na.rm = FALSE" ##script created by a number of
paste() and rep() steps
mean(script) ##function that I want to
apply: doesn't work
Is there any way to convert the "script" class so...
2005 Jun 10
2
W2K printer problem
...nter setup to accept sharing on the WIndows host(royal),
I have the permissions set to allow everyone to print/manage
printers/print jobs
This is a small, 3 workstation network at home. Nothing fancy. This is
the one
item that CONTINUES to drive me up the g**damn wall (printing to windows...)
A wee bit of help, please?
Joe
2007 Jul 16
6
RubyToken::AlreadyDefinedToken and Edge Rails Docs
I''m having a wee bit of trouble building documentation for Edge Rails
(rev 7187). When I attempt to run the doc:rails taask (or any doc:*
task), I get the following error:
-- BEGIN --
rake aborted!
uninitialized constant RubyToken::AlreadyDefinedToken
/Users/jherdman/Projects/crosslisting/vendor/rails/activereco...
2014 Oct 13
6
[LLVMdev] RFC: variable names
...4:14 PM, Chandler Carruth <chandlerc at google.com>
wrote:
> 1. Initialisms. It's common in Clang code (also in LLVM?) to use
>> initialisms as variable names. This doesn't really seem to work for names
>> that start with a lower case letter.
>>
>
> I think wee at least need a good answer to this.
>
As I really suspect this is the most important point to address, let me
make an attempt:
Variable names are *either* initialisms, written as all caps, or terms
written in lower case and separated by underscores. For the purposes of
variable naming "t...