search for: conson

Displaying 20 results from an estimated 73 matches for "conson".

Did you mean: connon
2008 Sep 25
1
Repeated factor levels - inconsistency of factor and levels<- functions?
...f I do it by factor function, giving the same label names for all values I want to group, it doesn't work: > x<-letters[1:5] > x [1] "a" "b" "c" "d" "e" > f<-factor(x,levels=letters[1:5], labels=c("vowel","consonant","consonant","consonant","vowel")) > levels(f) [1] "vowel" "consonant" "consonant" "consonant" "vowel" But, after it, if I update level names by a single assignment, levels with the same names will group...
2008 Feb 03
4
Extract vowels and consonants using Ruby Regex
Hello, I am trying to build a regex to extract vowels and consonants from a string. So far, I am able to extract the basic a-e-i-o-u sequence using the following extension to the String class: class String def vowels scan(/[aeiou]/i) end def consonants scan(/[^aeiou]/i) end end examples: >> "Mary had a little lamb".vowels =>...
2011 Aug 18
1
Specifying data point locations on x-axis using boxplot() and points()
...is is because I use "at" in boxplot(). Is there any way that I can specify the locations of the data points on x-axis? It would be great if there is something like "at" in points(). Thank you for your help. Cheers, Kota The following is my script. boxplot(F2.E$D.value ~ F2.E$consonant, main = "F2", ylim = c(-4,10), ylab = "Sensitivity (d')", xlab = "Discrimination Type", names = (c("E","E","E")), col = "light grey", border = "grey", boxwex = 0.2, at = 1:3 - 0.27 ) points(jitter(rep(...
2012 Jan 09
14
scaling projections for dashboard database?
...t. Within 48 hours it had completed filled the /var filesystem. The ibdata1 file is currently at 8GB in size. 1. What size should I expect for ~500 nodes reporting every 30 minutes? 2. Are there some database cleanup scripts which I have managed to overlook that need to be run? -- Jo Rhett Net Consonance : consonant endings by net philanthropy, open source and other randomness -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email...
2011 Dec 02
12
puppet master under passenger locks up completely
...Dec 02 18:06:08 2011] [warn] RSA server certificate CommonName (CN) `puppetmaster.company.com'' does NOT match server name!? [Fri Dec 02 18:06:08 2011] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations -- Jo Rhett jrhett@company.com (415) 999-1798 -- Jo Rhett Net Consonance : consonant endings by net philanthropy, open source and other randomness -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email...
2011 Oct 26
8
bug: recursive directory copy that re-copies nightly
...9;{md5}b17975a3843ca819c0e22df11b8626c5'' > Wed Oct 26 04:02:45 +0000 2011 /File[/usr/lib64/nagios/plugins/check_udp]/content (notice): content changed ''{md5}59aae3c31ce1b664af6269e01a321688'' to ''{md5}b17975a3843ca819c0e22df11b8626c5'' -- Jo Rhett Net Consonance : consonant endings by net philanthropy, open source and other randomness -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email...
2008 May 15
2
Password Policy for Samba Ldap PDC
Hello All, I?ve a customer with a problem. They need to apply some policy's in your Samba LDAP (SMBLDAPTOOLS) passwords, like this: - Passwords Expiration - Minimum lenght - History - Quality of Password - Block after 3 incorrect logon attempts Is it possible to do it with the Default Samba schema ? Is there another way to implement ? Thanks for any Help. Best Regards. -- Alexandre
2001 Mar 04
1
bubblebabble patch
...st_raw[i]); + strcat(retval, hex); + } + + retval[(dgst_raw_len * 3) - 1] = '\0'; + return retval; +} + +char* +key_fingerprint_bubblebabble(u_char* dgst_raw, size_t dgst_raw_len) +{ + char vowels[] = { 'a', 'e', 'i', 'o', 'u', 'y' }; + char consonants[] = { 'b', 'c', 'd', 'f', 'g', 'h', 'k', 'l', 'm', 'n', 'p', 'r', 's', 't', 'v', 'z', 'x' }; + unsigned int rounds, idx, retval_idx, seed; + char *retval;...
2004 Feb 11
6
Spelling (PR#6570)
I came across this in connection with an unrelated issue > beta[2] Error in beta[2] : object is not subsettable > beta[2] <- 5 Error in "[<-"(`*tmp*`, 2, value = 5) : object is not subsetable One of the messages must be wrong, but I need a native English speaker to tell me which one. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of
2015 Sep 24
1
Logrotate problems
...var/log/nginx/*log - /var/log/nginx/access.log & >> /var/log/nginx/error.log >> >> On the server where we have problems we have >> /var/log/nginx/subdirectory/some.other.log >> >> >> >> On 24 September 2015 at 09:34, Jo Rhett <jrhett at netconsonance.com> wrote: >> >>> On Sep 24, 2015, at 12:18 AM, Andrew Holway <andrew.holway at gmail.com> >>> wrote: >>>> error: skipping "/var/log/nginx/access.log" because parent directory has >>>> insecure permissions (It's world writ...
2015 Sep 24
2
Logrotate problems
...he default permissions of the log directories. logrotate only matches /var/log/nginx/*log - /var/log/nginx/access.log & /var/log/nginx/error.log On the server where we have problems we have /var/log/nginx/subdirectory/some.other.log On 24 September 2015 at 09:34, Jo Rhett <jrhett at netconsonance.com> wrote: > On Sep 24, 2015, at 12:18 AM, Andrew Holway <andrew.holway at gmail.com> > wrote: > > error: skipping "/var/log/nginx/access.log" because parent directory has > > insecure permissions (It's world writable or writable by group which is >...
2019 Dec 08
0
concurve v 2.3.0 - Comparing Functions, Bootstrapping, and Exporting Tables
Pleased to announce that the next version (2.3.0) of our package ?concurve? is out on CRAN (https://cran.r-project.org/package=concurve). In addition to plotting confidence (consonance) curves, it can now plot two functions next to one another to see the amount of overlap. It can also plot likelihood and deviance functions along with consonance densities and distributions. And it can utilize bootstrapping (the BCa and t method) to approximate the curves, distributions, and d...
2019 Dec 08
0
concurve v 2.3.0 - Comparing Functions, Bootstrapping, and Exporting Tables
Pleased to announce that the next version (2.3.0) of our package ?concurve? is out on CRAN (https://cran.r-project.org/package=concurve). In addition to plotting confidence (consonance) curves, it can now plot two functions next to one another to see the amount of overlap. It can also plot likelihood and deviance functions along with consonance densities and distributions. And it can utilize bootstrapping (the BCa and t method) to approximate the curves, distributions, and d...
2001 May 13
1
test for bimodality
...e decisions about how to procede with an analysis algorithm. I have not come across any such tests in my readings and discussions apart from the Rao which appears to be applicable to cyclic data. The data I'm interested in characterizing as uni- or bimodal are frequency x amplitude spectra of consonant speech sounds, where the spectrum, a line graph is treated as a frequency distribution. Thanks in advance for your input. David -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010513/4c550f2c/attachment.html
2001 Sep 24
1
need help creating means table
...y defined on a data frame with all numeric or complex variables" when the data frame consists of three factor columns (subjs, cons and vowels) and 5 numeric data columns. The output I'm looking for is a simple mean for each of the numeric columns by the independent variables subjs, vowel, consonant. Thanks for you advice, D S. David White sdavidwhite at bigfoot.com Columbus, Ohio -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un...
2008 Sep 18
1
print job counter never decreases
Hello I've a samba printing problem: while all cups handled printers work perfectly, a fax printer application recently stopped working because of the default 'max print jobs' of 1000. In reality, the spool directory is empty. My question is: where ist this 'max print jobs' stored and how should it decrease or be decreased automatically or manually? Is there a way for the
2015 Sep 22
2
PV AMI for CentOS 7
...7668341 We have prepurchased reserved instances based on older PV machines (m1, c1, etc) It would be very very helpful to have a PV AMI so we could migrate to CentOS 7 on those image types. https://bugs.centos.org/view.php?id=9499 <https://bugs.centos.org/view.php?id=9499> -- Jo Rhett Net Consonance : net philanthropy to improve open source and internet projects.
2015 Sep 24
2
Logrotate problems
Hi Y'all, We have nginx set up and we are having problems with logrotate. The permissions and users do not seem to be any different from other machines that are working ok however the /var/log/nginx does have a directory in there that we are using to collect some special log stuff. Could this subdirectory be interfering with the logrotate process? ta Andrew [root@ ~]# logrotate -d
2011 Jun 24
0
Wine release 1.3.23
...n ARM. ws2_32: Handle null pointer for linger values. Aric Stewart (26): usp10: Correct an endless loop in Chaining Contextual Substitution if it is a dead rule. usp10: Return the set of Indic syllables after reorder. usp10: Do not require a separate call to find Indic base consonant. usp10: Ignore ralf as well as pre, post and below base consonants when finding base. usp10: Shape Indic syllables basic forms per syllable. usp10: Apply 'rkrf' to the Indic syllable. usp10: Apply 'half' only to the pre-base consonants in Indic syllables....
2008 Jan 02
2
Fedora samba and ldap (resend)
I am currently using the Fedora Open directory with a posix structure user information to authenticate several hundred Mac users. Currently this is being done using the netatalk package for userId, UID, GID, password, home directory. What I am looking for is a way to move from netatalk to Samba without losing my LDAP capabilities. I have seen several post related to doing this but none