search for: clap

Displaying 20 results from an estimated 26 matches for "clap".

Did you mean: clamp
2009 Apr 05
1
RJava question(class not found with rJava's vm, though found with alternate vm)
...rying to instantaite the class, i get a class not found error. Now If if, create my own vm (see below), and then run .jinit (which will use my vm), i can find the class in question (org.apache.hadoop.io.longwritable) Is there some classloader problem in rJava? ==code== void create_vm(const char *clap) { char* classpath = (char*) calloc(18+strlen(clap)+1, sizeof(char)); sprintf(classpath,"-Djava.class.path=%s",clap); JavaVMInitArgs args; JavaVMOption options[2]; args.version = JNI_VERSION_1_4; args.nOptions = 2; options[0].optionString = classpath; options[1].optionStri...
2014 Nov 22
2
[LLVMdev] How to get the indices in an getelementptr Value?
Hi, all I am a LLVM user. I want to get every element in the next instruction: %0 = load i32* getelementptr inbounds (%struct.Args* @globalArg, i64 0, i32 2), align 4, !dbg !85, !clap !86 Now I can only get value "i32* getelementptr inbounds (%struct.Args* @globalArg, i64 0, i32 2)" through "getOperand(0)", but I can not get "%struct.Args* @globalArg", "i64 0", and "i32 2" in this instruction. I know I can get the indices of ge...
2001 May 02
5
Help with quota setting...
Good afternoon, guys!!! I am wondering whom among you already have a quota set for your users? You see, I am finding it hard to get a good combination between the number of inodes to set and the number of blocks to set as well. My ideal setting is at least 15MB to 20MB per user. I am using SuSE 7.0 kernel 2.2.16 using Samba 2.0.7. Any ideas??? Any help regarding this would greatly help...
2009 May 21
1
Negative value for adjustedRandIndex?
Hello, I am a very new user to R so please have patience with me. :clap: I am trying to evalute the "internal response" for a couple of different cluster methods with the help of the AdjustedRandIndex, which is included in the mclust package. However, I do get a bit puzzled when I get a negative value as the value should be in intervall of [0,1], am I corr...
2014 Nov 22
2
[LLVMdev] How to get the indices in an getelementptr Value?
...; > On Nov 22, 2014, at 12:32 AM, Qiuping Yi <yiqiuping at gmail.com> wrote: > > Hi, all > > I am a LLVM user. I want to get every element in the next instruction: > > %0 = load i32* getelementptr inbounds (%struct.Args* @globalArg, i64 0, > i32 2), align 4, !dbg !85, !clap !86 > > Now I can only get value "i32* getelementptr inbounds (%struct.Args* > @globalArg, i64 0, i32 2)" through "getOperand(0)", > but I can not get "%struct.Args* @globalArg", "i64 0", and "i32 2" in this > instruction. > > I...
2014 Nov 22
3
[LLVMdev] How to get the indices in an getelementptr Value?
...t gmail.com> wrote: > >> > >> Hi, all > >> > >> I am a LLVM user. I want to get every element in the next instruction: > >> > >> %0 = load i32* getelementptr inbounds (%struct.Args* @globalArg, i64 0, > >> i32 2), align 4, !dbg !85, !clap !86 > >> > >> Now I can only get value "i32* getelementptr inbounds (%struct.Args* > >> @globalArg, i64 0, i32 2)" through "getOperand(0)", > >> but I can not get "%struct.Args* @globalArg", "i64 0", and "i32 2" i...
2017 Oct 26
3
Joined a second DC, some glitches...
I've setup my second DC, following the samba wiki, without major trouble. Only three notes: a) i've followed the suggestion to move idmap.ldb from the first DC to the second (Rowland! Clap me! I've not sayed 'primary' and 'secondary'! ;-). After that, as suggested by the wiki, i've done a 'samba-tool ntacl sysvolreset' but: root at vdcpp1:~# samba-tool ntacl sysvolreset open: error=2 (No such file or directory) ERROR(runtime): uncaught exception -...
2020 Jul 08
0
Urgent Help required
...eu> wrote: >> with broken or vulnerable software is there really a benefit? > > LTS distributions back port necessary patches Then the OP should be able to update to a dovecot that doesn't have the issue, right? -- 'And I suppose you know what sound is made by one hand clapping, do you?' said the holy man nastily. YES. CL. THE OTHER HAND MAKES THE AP.
2008 Nov 05
9
A very little problem
Hi people!. First sorry form my english, i'm from Uruguay(a little country between Brazil and Argentina) That is my problem: I must run a software for clinical statistics and when i run it this message apear: 'active base can't be opened - type mismatch'. What i do? I can find a solution at the first time because i put some DLL and the message 'Activex component can't
2003 Sep 09
1
Should Speex VBR Introduce Distortion?
Hi All, I've run into a small hiccup in encoding my audios with Speex. When I encode audience laughter and applause with 'speexenc' (version 1.0.1), the result is quite acceptable... until I enable VBR. Then it distorts horribly. My understanding of VBR is that it frees the encoder to vary the number of bits emitted to better maintain the quality requested, and so I would have
2020 Jul 08
4
Urgent Help required
> with broken or vulnerable software is there really a benefit? LTS distributions back port necessary patches
2017 Oct 26
0
Joined a second DC, some glitches...
...arco Gaiarin via samba <samba at lists.samba.org> wrote: > > I've setup my second DC, following the samba wiki, without major > trouble. > > Only three notes: > > a) i've followed the suggestion to move idmap.ldb from the first DC to > the second (Rowland! Clap me! I've not sayed 'primary' and > 'secondary'! ;-). > > After that, as suggested by the wiki, i've done a 'samba-tool ntacl > sysvolreset' but: > > root at vdcpp1:~# samba-tool ntacl sysvolreset > open: error=2 (No such file or directory) &g...
2011 Sep 16
4
Dual Authentication: Local and Active Directory
I was wondering if it was possible to get a Samba server that was acting as an AD member server to also be able to authenticate local users, or is stuck just serving AD users? -- Aaron Clausen mightymartianca at gmail.com
2012 Aug 29
5
tapply confusion
Hello I have a huge data frame with three columns 'Roof' 'Month' and 'Temp' i want to run analyses on the numerical Temp data by the factors Roof and Month, separately and together. For using more than one factor i understand i should use aggregate, but i am struggling with the tapply for single factor analysis. > tapply(Temp, INDEX = Roof, FUN = median) This works
2009 Mar 31
1
Courier
Hello, For months I have the following configuration in run. Postfix with Mysql and Postfixadmin, Courier Imap + Pop I get a new server and, therefore, would like to change on Dovecot. The installation has also clapped without problems and the configuration has run so far also without defects. If I liked to call away the emails, I always get the announcement Internal Login failure. /usr/local/etc/dovecot.conf log_path = /var/log/dovecot.log info_log_path = /var/log/dovecot-info.log log_timestamp = "%b %d...
2012 Nov 25
3
Comparing linear regression coefficients to a slope of 1
Hi! I have a question that is probably very basic, but I cannot figure out how to do it. I simply need to compare the significance of a regression slope against a slope of 1, instead of the default of zero. I know this topic has been posted before, and I have tried to use the advice given to others to fix my problem. I tried the offset command based on one of these advice threads as follows:
2006 Jul 20
2
how to print table with more columns per row?
When printing a table it is broken at some point (depending how long are the associated names) >>> see example below. Is there a way to control number of columns being printed for a given chunk of the table? Best regards, Ryszard > z5 AAAAAAA BBBBBBB CCCCCCC DDDDDDD EEEEEEE FFFFFFF GGGGGGG HHHHHHH IIIIIII AAAAAAA 1.00 -0.69 -0.54 -0.88 NA NA NA
2009 Mar 13
5
Selecting / creating unique colours for behavioural / transitional data
Dear all, This seems like a simple problem but i've searched the help files and tried various options but failed, so apologies in advance for asking what i'm sure is an easy thing to do! In short, I have displayed behavioural data using the TraMineR package such that there is a colour change between the transition of behaviours, however, all the methods that i have used thus far have
2008 Sep 17
8
Connecting to dovecot
Hi All, I've got a brand new dovecot installation. I'm new to dovecot, so please be gentle :-) Anyway, I'm getting some errors when I try to connect to dovecot. I've tried searching the web and haven't been able to find a lot of information. Here's the config info: # dovecot --version 1.1.2 # dovecot -n sudo dovecot -n # 1.1.2: /usr/local/etc/dovecot.conf base_dir:
2004 Nov 16
7
Problem on FC3
I''m getting a VFS kernel panic when trying to booting to FC3 from Xen. Its the one that says I must supply a valid "root=" option. (sorry I don''t have it verbatim.) I''m using the xen-2.0 binary installer, kernel 2.6.9. I am using ext3fs, but I am fairly certain that I have compiled support into the kernel. (I''ve tired compile xen from the 2.0