search for: mocs

Displaying 20 results from an estimated 279 matches for "mocs".

Did you mean: docs
2004 Sep 30
2
OT: Kphone installation problem
Hello, I know that my Kphone question may be a bit off topic, but I have been busy with this again and again for about one month now, sent three mails to kphone@wirlab.net (the contact address mentioned on http://www.wirlab.net/kphone/index.html), asked for a solution in a german ip phone forum and tryed many things by myself. I try to compile KPhone 4.0.3 (tryed CVS Version as well) but
2012 Sep 10
1
[LLVMdev] Qt 4.7.3 moc and libc++
Hi All, I've compiled Qt 4.7.3 (yes, its an older version but 4.8 has a few issues) with clang + libc++. When I compile one of my resource files using Qt's moc, it reports: > ...x86_64-centos-linux-clang-libcxx/include/QtCore/QObjec:0: Warning: No relevant classes found. No output generated. I traced it to the presence of libc++ include path in the compilation: >
2007 Oct 24
1
Compiz build error with KDE: reference to ‘Bool’ is ambiguous
Hi all. I have the following problem building kde-window-decorator (compiz 0.5.2 and 0.6.2): Making all in kde make[2]: Entering directory `/usr/src/RPM/BUILD/compiz-0.6.2/kde' Making all in window-decorator make[3]: Entering directory `/usr/src/RPM/BUILD/compiz-0.6.2/kde/window-decorator' i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/dbus-1.0
2012 Aug 24
1
if then in R versus SAS
I am new to R and I have the following SAS statements: if otype='M' and ocond='1' and entry='a.Prop' then MOC=1; else MOC=0; How would I translate that into R code? Thanks in advance -- View this message in context: http://r.789695.n4.nabble.com/if-then-in-R-versus-SAS-tp4641225.html Sent from the R help mailing list archive at Nabble.com.
2015 May 22
3
Command line mp3 player
I have a CentOS 7 server that I want to use as an audio source for our hold music. It does not have a GUI installed, so I am looking for a program with a command line interface that will let me play a folder full of mp3 files on a continuous loop. MOC seems to do what I want, but I can't find a build for CentOS 7. Is there another program that I can use for this? Thanks. -- Bowie
2006 Dec 18
2
Kde decorator not building
Kde decorator Makefiles doesn't detects kde installation dirs (include dir here, /usr/include/kde on debian). By the past, kde-config --cflags && kde-config --libs was a way to have such informations but don't seems to be working anymore :( Cedric
2010 Jul 29
4
How to extract channel-id of a user or peer
Hi, my question is how can i get channel-id of a user or peer. I tried using ChanIsAvail(username). this works correctly when user and asterisk are on Local LAN. But my asterisk server is on public ip and users are behind nat, and so this method says unknow host when used on public asterisk server. I also tried built-in variable ${CHANNEL}, but this returns the channel-id of the calling channel.
2007 Jun 07
0
Error compiling KWD
I'm trying to compile GIT KWD, but i believe I am missing something here... joel at supernova:~/compiz/compiz$ make make all-recursive make[1]: Entering directory `/home/joel/compiz/compiz' Making all in include make[2]: Entering directory `/home/joel/compiz/compiz/include' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/joel/compiz/compiz/include'
2005 Jul 08
1
Finite Mixture Models with logistic regression
Do we have any R package that can do analysis on finite mixture model with logistic regression? Thanks Faith Feng Gao Dept. of Statistics Virginia Tech. Email: fgao at vt.edu
2006 Jun 16
1
Change the range of a 'ternaryplot'
Hi all Does someone know how can I alter the range of some variables in a 'ternaryplot' of the 'vcd' package, with the aim of make a zoom in some region of the plot? Thank you in advance Sincerely, Juan Carlos =================================== Juan Carlos Mart?nez Ovando Banco de M?xico Direcci?n General de Investigaci?n Econ?mica Cinco de Mayo No. 18, 4? Piso A Col.
2006 Nov 07
2
Crash when embedding R X11 windows
Dear R developers, I've been experimenting with embedding R X11 windows into another application using KDE's QXEmbed on linux. Attempting to do so will crash R (with R 2.4.0, trunk, and I know the bug has been around in prior versions). I used to think this was related to bug #848, but I'm not sure, if / how the solution suggested there still applies to current versions of R.
2015 May 22
2
Command line mp3 player
------------ Original Message ------------ > Date: Friday, May 22, 2015 11:52:43 AM -0700 > From: Kirk Bocek <t004 at kbocek.com> > > On May 22, 2015 11:46:23 AM PDT, Bowie Bailey > <Bowie_Bailey at BUC.com> wrote: >> I have a CentOS 7 server that I want to use as an audio source >> for our hold music. It does not have a GUI installed, so I am >>
2007 Mar 21
1
KWD crashes
I got this whilst changing to the laptop theme. It happens both with changing to laptop and starting with it enabled. Starting program: /usr/bin/kde-window-decorator --sync --replace [Thread debugging using libthread_db enabled] [New Thread 46970607390640 (LWP 15227)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46970607390640 (LWP 15227)] 0x00002ab82ff1365a in
2005 Nov 07
4
Time-measurement in milliseconds
Hi there I'm loking for a time-measurement to measure time-differences in milliseconds. On my search, I only found the following: - package "base": Sys.time() -> only second-accuracy - package "R.utils": System$currentTimeMillis() -> returns integer of milliseconds, but accuracy is only whole seconds too. At the moment I run every bit of code to measure
2017 Aug 16
5
strange behaviour read.table and clipboard
Hi Duncan The simples spreadsheet is: Put a name in the cell, let say "a1" Put number e.g. 1 below "a1" Copy the number to enough rows Select this column and press ctrl-c result is > temp<- read.delim("clipboard") > str(temp) 'data.frame': 1513 obs. of 1 variable: $ a1: Factor w/ 2 levels "1","a1": 1 1 1 1 1 1 1 1 1 1 ...
2004 Oct 07
5
'with' usage question
Default arguments are evaluated in the function frame, not in the calling environment (nor in the same place as explicit arguments). > Which to me reads that a with statement as above is equivalent to > > > attach(data) ; aov.SS1(y=Obs) ; detach(data) > > Or is that just wishful thinking?? The latter. On Thu, 7 Oct 2004, RenE J.V. Bertin wrote: > Hello, > >
2017 Aug 17
2
strange behaviour read.table and clipboard
Hi > -----Original Message----- > From: Robert Baer [mailto:rbaer at atsu.edu] > Sent: Wednesday, August 16, 2017 3:04 PM > To: PIKAL Petr <petr.pikal at precheza.cz>; Duncan Murdoch > <murdoch.duncan at gmail.com> > Cc: r-devel at r-project.org > Subject: Re: [Rd] strange behaviour read.table and clipboard > > You said, "put a name in the cell".
2017 Jul 10
4
fit lognorm to cdf data
Dear all I am struggling to fit data which form something like CDF by lognorm. Here are my data: proc <- c(0.9, 0.84, 0.5, 0.16, 0.1) size <- c(0.144, 0.172, 0.272, 0.481, 0.583) plot(size, proc, xlim=c(0,1), ylim=c(0,1)) fit<-nls(proc~SSfpl(size, 1, 0, xmid, scal), start=list(xmid=0.2, scal=.1)) lines(seq(0,1,.01), predict(fit, newdata=data.frame(sito=seq(0,1,.01))), col=2) I tried
2016 May 30
0
LLVM Weekly - #126, May 30th 2016
LLVM Weekly - #126, May 30th 2016 ================================= If you prefer, you can read a HTML version of this email at <http://llvmweekly.org/issue/126>. Welcome to the one hundred and twenty-sixth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by [Alex
2017 Jul 04
6
R and UBUNTU startup
Dear all I have 3 questions. Due to some reason I switched from Vista to Ubuntu on home PC. I was used to start with Rgui.exe. However I am not able to find it under Ubuntu and R starts as terminal (probably Rterm). Question 1. Is Rgui.exe available on linux? In Windows doc folder I can find manuals, however I did not find doc folder in Ubuntu. I found somewhere that manuals need to be