Displaying 9 results from an estimated 9 matches for "okke".
Did you mean:
oke
2006 Jun 24
0
Documentation detail [was: Merging factor levels.]
Hi to R developers.
In the "Details:" section of "?levels", it would be nice including the
following sentence, taken from a reply from Brian Ripley:
If you set two levels to be the same label, they get merged.
Granted, the "Examples:" section does have a terse comment and examples
from which users may imply this behaviour. Yet, the documentation would
be
2001 Nov 12
1
Survey: R in Pharma
Hi All,
We're interested in finding other users of R in pharmaceutical companies.
Please reply if you are or know of someone who is.
-Greg
Gregory R. Warnes, Ph.D.
Pfizer Global Research and Development
LEGAL NOTICE
Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is
2006 Jan 09
3
Thomas Fuchs Interview on Audible Ajax
Hi guys,
I had the pleasure of interviewing Thomas Fuchs for "Audible Ajax", and
thought that some of you may be interested to hear it:
http://ajaxian.com/archives/audible-ajax-episode-12-thomas-fuchs-of-scriptac
ulous
Cheers,
Dion Almaer
Founder, Ajaxian.com
http://ajaxian.com
Cleaning up the web with Ajax
2004 Jun 29
0
nt_status_no_trust_sam_account
hello
realm (G)
This option specifies the kerberos realm to use. The realm is used as the ADS equivalent of the NT4 domain. It is usually set to the DNS name of the kerberos server.
Default:
realm =
Example:
realm = mysambabox.mycompany.com
In smb.conf
[global]
.
.
.
realm = yourdomain.com
ok!!!!!
you shoud have a account in w2k3 ou Ntdomain
net join -S domserver -U
2015 Apr 04
0
systemctl (SOLVED)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
<snip>
>> The process exited, so systemd thinks the service has exited.
>> You have a '-D' option, which probably means daemonize, but you
>> haven't set an appropriate Type declaration in the service file.
>>
>> If the service offers it, the best way to do simple services
>> with systemd is
2007 Dec 29
1
Not Able To tar zxvf zaptel-*.tar.gz
I figured it out. The ftp site was not named well and corrected. The other
problem I have it after the extraction and make; it was suppose to go under
/etc but that did not happen. I am trying to figure out why.
On 12/28/07, broadband Voice <broadbandvoice at gmail.com> wrote:
>
> I successfully downloaded the Asterisk package from Digium but not able
> tar zxvf zaptel-*.tar.gz.
2006 Jun 28
1
sortable lists, database update
Hi,
I have some images and I want to be able to drag them into the order I
want and have the database updated accordingly. I have an unordered
list elsewhere in the application that works well, but for the images
I cant get it working.
In my controller I have:
def updateorder
params[:images].each_with_index { |id,idx| ProductImage.update(id,
:display_order => idx) }
render :text
2015 Apr 04
4
systemctl (again)
On April 4, 2015 12:14:08 PM EDT, Pete Travis <lists at petetravis.com> wrote:
>On Apr 4, 2015 7:55 AM, "J Martin Rushton"
><martinrushton56 at btinternet.com>
>wrote:
>>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Thanks Andrew.
>>
>> One more problem solved, as I discovered last thing yesterday there
>>
2010 Sep 22
20
problem in downloading large file with apache+mongrel
hii all,
am using apache as frontend to mongrel and loaded xsendfile
module in apache ,am looking for 1 GB of download .this is download
routine
def download
@stream = Stream.find(params[:id])
send_file(@stream.location,:filename => @stream.name,:disposition >
''attachment'',:x_sendfile => true )
and
And this is how it is processed
Processing