Displaying 20 results from an estimated 1100 matches similar to: "(no subject)"
2008 Feb 18
2
Failure of Sending Voicemail As an attachment in E-mail
Hello all,
I am struggling with sending voicemail as an attachement in Email.
When i have given the email like someone at gmail.com it is delivering
to my gamil account perfectly(of course to spam folder).
But when i given the email like someone at mycompanymail.com it is not
delivering to my company email account..
What should i do ?
Actually my company is using a third party email server..
2010 Oct 11
1
LDA fuction
Hello,
I wonder what analysis i have to use to evaluate which environmental
variables most closely related to the grouping that I have.
I has 38 streams are grouped based on eight environmental variables, but I
wonder how these variables relate to these groups.
Example.: PH, dissolved oxygen and altitude over which these variables
relate to a group one, and two . . .
Understood .....????
my
2010 Apr 01
0
Request format from jabber simple to openfire server
Hi All,
In order to enable chat functionality with gmail in my rails
application i used "Jabber" and "xmpp4r/simple" and finished the chat
functionality well and fine. Now i was asked to enable the chat
functionality with other services like "MSN","Yahoo","AOL" etc which
requires a third party server to act as mediator between the
service(like
2006 Mar 11
1
problem in speex code
hi
my graduation project is" voice over ip" and i want to make codec to voice with speex-1.1.12 , i try to run it in my computer by" visual studio 6" but i have problems
1-i want to get exe file to speexdec&speexenc(i found missing files "glib.h, glibconfig.h, o gg/ogg.h, glib/gmacros.h , ogg_static.dsp" when i found it i have errors in the speexenc.c or
2008 Feb 14
1
[LLVMdev] Bug Report - Broken versions of FC6-GCC.4.1.1 when complie llvm-2.2 source
2005 Apr 12
1
factors in multinom function (nnet)
Dear All:
I am interested in multinomial logit models (function multinon, library nnet) but I'm having troubles in choose whether to define the predictors as factors or not.
I had posted earlier this example (thanks for the reply ronggui):
worms<- data.frame(year= rep(2000:2004, c(3,3,3,3,3)),age=rep(1:3,5),
2007 Aug 28
1
subcripts on data frames (PR#9885)
I'm not sure if this is a bug, or if I'm doing something wrong.
=20
=46rom the worms dataframe, which is at in a file called worms.txt at
=20
http://www.imperial.ac.uk/bio/research/crawley/therbook
<http://www.imperial.ac.uk/bio/research/mjcraw/therbook/index.htm>=20
=20
the idea is to extract a subset of the rows, sorted in declining order
of worm density, with only the maximum
2007 May 01
0
[Fwd: Re: [R-downunder] Beware unclass(factor)] (PR#9641)
It really is unclear what is claimed to be a bug here. But see
https://stat.ethz.ch/pipermail/r-devel/2007-May/045592.html
for why the bug is not in R: your old and new data do not match.
Your fit is to a category.
[The problem with the web interface to R-bugs was reported last week: it
is being worked on.]
On Mon, 30 Apr 2007, r.darnell at uq.edu.au wrote:
> This is a multi-part
2007 May 01
1
Levels attribute in integer columns created by model.frame()
The following is evidence of what is surely an undesirable feature.
The issue is the handling, in calls to model.frame(), of an
explanatory variable that has been derived as an unclassed
factor. (Ross Darnell drew this to my attention.)
## Data are slightly modified from p.191 of MASS
> worms <- data.frame(sex=gl(2,6), Dose=factor(rep(2^(0:5),2)),
+
2013 Feb 07
2
[LLVMdev] adding a codegen pass into llvm
Dear All
in this - quite old - message
http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-January/037496.html
I followed all the steps except the last one, as I don't think my pass depends on anything else, and I didn't fully understand it.
And I tried to rebuild the llvm to make it take my pass into account. I placed my pass in the llvm/lib/CodeGen folder.
But - as I predicted - it
2007 Jul 05
3
data messed up by read.table ? (PR#9779)
Full_Name: Joerg Rauh
Version: 2.5.0
OS: Windows 2000
Submission from: (NULL) (84.168.226.163)
Following Michael J. Crawley "Statistical Computing" on page 9 the worms.txt is
required. After downloading it from the book's supporting website, which is
http://www.bio.ic.ac.uk/research/mjcraw/statcomp/data/ I visually check the data
against the book and they look identical. Then I do
2004 Sep 06
3
Worms Armageddon: cant open Worms Armageddon folder on fake ../drive_c/Team17/Worms Armageddon
Hi, this is my first attempt at using Wine.
After installing wine I tried to install Worms Armageddon with
wine e:/Install/install.exe
at first I got a lot of....
fixme:ntdll:FILE_GetNtStatus Converting errno 38 to STATUS_UNSUCCESSFUL
around 50 lines, then the installer appeared and I installed as on
windows except to c:/Team17 rather than program files. I then went
looking for the WA.exe file
2013 Feb 06
0
[LLVMdev] How to write up XXInstFormat.td?
I suggest u grep how this file is used.
Since it is included in xxInstrInfo.td and this is its only use, we can
conclude that this file does nothng more than defining some helper tablegen
classes and we thus can totally move these definitions into xxInstrInfo.td
and then remove XXInstFormat.td
Regards.
在 2013-2-6 下午4:52,"陳韋任 (Wei-Ren Chen)" <chenwj at iis.sinica.edu.tw>写道:
>
2013 Feb 07
1
[LLVMdev] How to set isTarget bit for a complex intrinsic class in tblgen?
Dear all,
Let's say there is some complex tblgen intrinsic definition, for example:
class MEMBAR<string StrOp, Intrinsic IntOP> :
NVPTXInst<(outs), (ins),
StrOp, [(IntOP)]>;
def INT_MEMBAR_CTA : MEMBAR<"membar.cta;", int_nvvm_membar_cta>;
def INT_MEMBAR_GL : MEMBAR<"membar.gl;", int_nvvm_membar_gl>;
def INT_MEMBAR_SYS :
2013 Feb 07
1
[LLVMdev] [llvm-tblgen] Two issues: crash case and mysterious double-inclusion case
Hi Sean,
Thank you, great catch! Strange, how I missed it with grep... However, this
means question 1) becomes more interesting, because it is now clear
intrinsics table is included in there, but somehow llvm-lblgen crashes.
Best,
- D.
2013/2/7 Sean Silva <silvas at purdue.edu>
>
> On Wed, Feb 6, 2013 at 5:47 PM, Dmitry Mikushin <dmitry at kernelgen.org>wrote:
>>
2004 May 05
0
worms and fw sending rst's instead of drop
Hi,
I was wondering upon how some of you think upon some issues upon block
policies in firewalls. Basically you can choose a firewall to send resets
back as answer upon probes etc to not allowed ports, or you can choose a
firewall to drop the packets.
In general i think just dropping is the better one.
Consider the lastest worms like blaster and sasser. How many hits would
some firewalls
2005 Aug 05
1
Installation problem on SGI IRIX6.5
Hi, all,
I'm a newbie to R. I came across a problem when I tried to install R on
an SGI machine which is running IRIX64 6.5.
I have successfully run configure, but when I tried to run "make"(or
"gmake"), errors came out. Following is the error message.
Does someone has experiences in the R's installation on IRIX ? Any hints
will be greatly appreciated !
Thanks in
2013 Feb 08
2
[LLVMdev] CostModelAnalysis for 3.0 release
On Thu, Feb 7, 2013 at 3:23 PM, Nadav Rotem <nrotem at apple.com> wrote:
>
> On Feb 7, 2013, at 3:17 PM, ryan <stdstack at gmail.com> wrote:
>
> > Thanks a lot for the reply, Nadav!
> > I see that using the cost model in target-independent analysis is not
> good. But I really like the idea of having instruction
> > cost estimation available. Also the
2013 Feb 07
2
[LLVMdev] CostModelAnalysis for 3.0 release
Thanks a lot for the reply, Nadav!
I see that using the cost model in target-independent analysis is not good.
But I really like the idea of having instruction
cost estimation available. Also the reason I can't directly move to 3.2
code base is that it fails to compile(produce bc files) big
project like MySQL, where 3.0 has no problem.
Right now, I'm trying to hard code a particular
2010 Nov 04
1
Forcing Worms 4 To Use The Mouse Correctly
Just got Worms 4: Mayhem to work through wine, it runs beautifully except for one problem, the mouse does not loop around. As in, if I try to turn the camera and my mouse hits the side of the screen, I have to pause the game, re-orient the mouse to the other side, and unpause to look a full 360 degrees. Is there any way I can force it into an actual fullscreen mode rather than having the dock and