search for: cetera

Displaying 20 results from an estimated 108 matches for "cetera".

2008 Aug 14
5
help with my sloppy syntax
R-ians: After some effort I coerced my code to do what I want but my syntax is a kludge. Suggestions on more elegant syntax? par <- NIM.results$par do.call("Draw.NIM.POD.curve", list(par[1], par[2], par[3], par[4], par[5], a.hat.decision, .... et cetera ... It seems that I should be able to avoid defining the variable "par" and then specifying each of its elements, but all my attempts resulted in a list whose first element is a list, rather than the elements of the list. And my attempts at unlist were unsuccessful. Thank you. Charles...
2015 Jul 11
0
non latin1 characters in titles/artist et cetera
> On Jul 4, 2015, at 1:23 PM, Stephen M. Jones <smj at cirr.com> wrote: > > Hello, I searched through the archives and found a suggestion for a > cyrillic DJ to put the following in icecast.xml: > > <mount> > <mount-name>/mountnamehere</mount-name> > <charset>UTF-8</charset> > </mount> > I've not made any more
2015 Jul 11
0
non latin1 characters in titles/artist et cetera
> On Jul 11, 2015, at 2:53 PM, Marvin Scholz <epirat07 at gmail.com> wrote: > > On 11 Jul 2015, at 18:27, Stephen Jones wrote: > >> What is the correct way for me to configure icecast.xml? > > Please show us your config file, but with removed/changed passwords of > course. Thank you .. here it is: <icecast> <limits>
2015 Jul 11
3
non latin1 characters in titles/artist et cetera
On 11 Jul 2015, at 18:27, Stephen Jones wrote: > What is the correct way for me to configure icecast.xml? Please show us your config file, but with removed/changed passwords of course.
2006 Dec 04
4
[LLVMdev] combined arm patch
...t; Rafael, > > Please bracket portions of your changes that involve modification of > C/C++ source code. For cases of modifying configuration scripts and > make files, use your best judgement. Obviously having the brackets > emitted in generated code is problematic (line numbers et cetera), so > don't bother in those cases. > > Beside marking the changes we've made, the purpose of APPLE LOCAL > brackets is reduce confusion when we merge with the main branch > (sometimes a very hairy task when there are lots of conflicts.) I think that adding the marks may act...
2017 Sep 14
7
JRE 8.1 for CentOS6
...<darr247 at gmail.com> wrote: >> > >> > >> > > I have some software that says it requires JRE 8.1 or higher. >> > >> > That's very odd, since technically JRE 8 is java 1.8 (and JRE 7 >> > is/was 1.7; >> > JRE 6 was 1.6, et cetera). >> > >> > > If I go to >> > >> > http://www.oracle.com/technetwork/java/javase/downloads/jre8-downlo >> > ads-21331 >> > 55.html >> > > and install jre-8u144-linux-x64.rpm I get jrel.8.0_144. Anyone >> > > know where...
2017 Sep 14
2
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 11:08 AM, Darr247 <darr247 at gmail.com> wrote: > > >> I have some software that says it requires JRE 8.1 or higher. > > That's very odd, since technically JRE 8 is java 1.8 (and JRE 7 is/was 1.7; > JRE 6 was 1.6, et cetera). > >> If I go to > http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-21331 > 55.html >> and install jre-8u144-linux-x64.rpm I get jrel.8.0_144. Anyone know where > I can get 8.1? > > http://javadl.oracle.com/webapps/download/AutoDL?BundleId=225344...
2005 Jun 20
2
Data Parsing
...ng information: Student Day Subject Score Mary 1 Math Failed David 2 Science Passed Bob 4 Reading Passed Marie 4 Reading Failed Jesse 3 Spelling Borderline Et cetera My goal is to only do analysis of the data having to do those who passed or who are borderline. I want to ignore all of the data having to do with those who failed. I think part of the syntax is something like results[-c("Failed")], but I'm not getting anywhere with it. How do I...
2013 Jul 11
2
listner reports
...st -Ashwin. +91-9959166266 On Thu, Jul 11, 2013 at 3:22 PM, Yahav Shasha <yahav.shasha at gmail.com>wrote: > Better alternative to parsing the log files would be using the url auth > mechanism and "listener_add" to keep track of listeners and later making > statistics et cetera... > > > On Thu, Jul 11, 2013 at 10:26 AM, Ashwin Kumar <aswin.1231 at gmail.com>wrote: > >> is there any facility in icecast2 to log listner statistics and data >> usage to xml or json file so i can build reports on top of it? >> >> >> With Best >...
2003 Nov 21
2
method names conflict.
Hi! I would like to give my objects functions like "subset", "union", et cetera and name it also in this way. But this functions names are already used in the base package and they are not generic. I am right in that if they would be generic then i still can use the neat names with my objects? I have the impression that there are more and more packages are going to be develope...
2007 Jan 16
2
Gaussian glm for grouped data with unequal variances
...data group 1 76 1 2 82 1 3 83 1 4 54 1 5 35 1 6 46 1 7 87 1 8 68 1 9 87 2 10 95 2 11 98 2 12 100 2 13 109 2 14 109 2 15 100 2 16 81 2 17 75 2 18 68 2 19 67 2 20 105 3 .... et cetera. --------------- There are seven groups in all, each with a different number of observations. The idea is to compare a model in which all the data points can be modeled with a single mean (i.e., if all the group means are equal), or if the data suggests that each of the groups has a different mean...
2007 Feb 27
2
Kerberos works, but "net ads join" fails
...me use.. But let's get to the facts: SYMPTOMS -------- 1) Invoked "kinit", no error messages are generated, verbose mode says "Authenticated to Kerberos v5". 2) "klist" thereafter returns a valid ticket. 3) Trying to join the AD with "net ads join" et cetera however results in a "ads_connect: Operations error" after about 40 seconds. 4) "net" exits with errcode -1 (looks like an unspecified error to me?) Further investigation revealed that "net" indeed can connect to the PDC, but fails with the errors described above....
2009 Jul 03
2
Deos anyone know of a summary of conformability rules? along with a specific problem
...hts on how to effect this would be welcome. Among many failed efforts, as.matrix(7 element Vec) == { an 8 row, 7 column data.frame} yields a 8 by 7 result v1 vs Ob[1,1] v2 vs Obj[1,2] ... v2 vs Ob[2,1] . . et cetera . v7 vs Obj[7,1] v1 vs Obj[8,1] while as.matrix(7 element Vec) == t{ the 8 row, 7 column data.frame} yields a conformability error. Thanks for any help or comments. [[alternative HTML version deleted]]
2015 Jun 08
3
[LLVMdev] msbuild and clang
...Python 2.7 interpreter: As is typically the case, the usual build procedure involves running msbuild which invokes the Microsoft compiler. The most obvious procedure would then be to substitute clang-cl.exe for cl.exe and thereby take advantage of msbuild supplying correct flags, include paths et cetera. What's the recommended procedure for this - rename clang-cl.exe to cl.exe and put it earlier in your path? clang-cl requires some extra flags to get it to generate bit code instead of object files - what's the recommended way to get that when msbuild doesn't by default supply such fl...
2015 Jun 22
1
OT: default password for HP printer
...om/?q=officejet+8620+manual I concur - I don't believe there is a password on the EWS. You should be able to print out the network settings from the LCD control panel, which will be 2 or 3 pages and includes info you need like MAC address[es], default and user-set passwords, IP address[es], et cetera.
2017 Sep 14
3
JRE 8.1 for CentOS6
I have some software that says it requires JRE 8.1 or higher. If I go to http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html and install jre-8u144-linux-x64.rpm I get jrel.8.0_144. Anyone know where I can get 8.1?
2003 Nov 05
1
Fitting a 3-parameter gammadistribution
I have 'grouped' data, that is in the form of: Interval Median 0-9.9%: -25 10-19.9%: 0 20-29.9%: 3 30-39.9%: 10 40-49.9%: 50 50-59.9%: 200 et cetera and want to fit a three parameter gamma distribution. Does anyone know of an existing routine for doing this (or something similar)? Any help or comment is much appreciated. Regards, M?rten M?rten Bjellerup Doctoral Student in Economics School of Management and Economics V?xj? University SE-351...
2001 Jun 14
1
SFTP Logging
...ought given to giving the SFTP subsystem better logging capabilities? We are looking to replace FTP, Telnet, and Rexec completely, but our FTP is presently logged and any replacement for it would also need to be logged. Specifically, we need to know about file uploads and downloads, deletions. et cetera. I've added some logging code to sftp-server.c, and would be happy to supply patches if it is of any interest at all. There obviously isn't much code to it, except for an extra function that parses pflags into a readable text string. Cheers, Jason # "Jason A. Dour" <jason...
2006 Nov 28
1
Windows XP share charset problem
...e I want to connect to a Windows XP share using the following line in my fstab \\WINDOWS-PC\SHARE /dir/to/mount/share smbfs auto,umask=0002,credentials=/etc/winpassword,iocharset=utf8,gid=0,noauto 0 0 It mounts OK but I can't get the charset shown correctly for non-ASCII chars like ? ? ? et cetera. I've even tried using cpage=850 option when mounting without success. I've looked for this issue on Samba documentation but wasn't able to find an example on how to solve it. Does anyone have any idea about how to deal with this kinda shares? T.I.A. -- Arlequ?n...
2006 Dec 02
0
[LLVMdev] combined arm patch
Rafael, Please bracket portions of your changes that involve modification of C/C++ source code. For cases of modifying configuration scripts and make files, use your best judgement. Obviously having the brackets emitted in generated code is problematic (line numbers et cetera), so don't bother in those cases. Beside marking the changes we've made, the purpose of APPLE LOCAL brackets is reduce confusion when we merge with the main branch (sometimes a very hairy task when there are lots of conflicts.) Cheers, -- Jim On Dec 1, 2006, at 4:30 PM, Rafael E...