Displaying 20 results from an estimated 1000 matches similar to: "first time running wine"
2001 Mar 20
1
protocol error
Hi. I've just installed Wine on FreeBSD 4.3-BETA and I keep getting a
protocol error, even for the smallest things like --version:
bash-2.04$ wine --version
Wine release 20010305
Protocol error: process 0x8069000: partial recvmsg 0 for fd
Any ideas?
Cheers
Nik
2020 Mar 24
2
[GSoC] Improve parallelism-aware analyses and optimizations
Hi to Both,
Praveen, I think you didn't CC Johannes. :) I'll give it a try.
Best,
Stefanos
Στις Τρί, 24 Μαρ 2020 στις 9:44 μ.μ., ο/η Praveen Velliengiri via llvm-dev <
llvm-dev at lists.llvm.org> έγραψε:
> Hi Nader,
> I have cc'ed the project mentor. He is the best person to help you here.
> All the best.
>
> On Tue, 24 Mar 2020 at 20:42, Nader Al Awar via
2007 Oct 23
2
Speex with PS3 SPE support
Hi Jean-Marc,
We needed to use a release version of the SDK because this part of
production code for our Sony implementations. I'm not sure how stable
that branch is. Is the encoding and decoding already stable? In other
words, what is not stable about that branch?
Thanks,
---------------------------
Saad Nader
Middleware Engineer
Powered By Gamespy, IGN
-----Original Message-----
From:
2020 Mar 24
4
[GSoC] Improve parallelism-aware analyses and optimizations
Hello,
My name is Nader Al Awar, and I am a master's student at UT Austin.
I’m interested in working on the "Improve parallelism-aware analyses
and optimizations" project as part of GSoC.
I looked at the relevant talks papers and I believe that I would be a
good fit. Most of my background is in software engineering and
testing, but recently my research has focused on applying HPC
2001 Mar 14
2
problem with regapi on Solaris 8 x86
Hello,
I have been tinkering with Wine on Solaris 8 x86. I downloaded the
source (20010305) and built wine. The installation went very well until
the last part where I asked to build a registry using regapi.
Here is the error I get when trying to run regapi.
bash-2.03# ./regapi setValue <
/usr/local/software/wine-20010305/winedefault.reg
Could not stat /mnt/fd0 (No such file or
2003 Feb 17
4
installation of RODBC
I have tried to install the RODBC package with the next command:
> install.packages(("ORDBC"), (lib="usr/lib/R/library"))
But it is failed. Can I get some information about the installation of
this package anywhere?
Best regards,
Nader
--------------------------------------------------------------
Zie ook/see also: http://www.knmi.nl/maildisclaimer.html
2009 Oct 16
1
[LLVMdev] Command Line Bugzilla
Hi all,
Thought this might be of general interest, I hacked up the pybugz tool
to work with llvm.org. It's here if you want it:
http://t1.minormatter.com/~ddunbar/pybugz-llvm-0.7.3.tgz
Unpack somewhere, and make a link to the 'bugz' script. Usage:
--
ddunbar at ozzy-2:~$ bugz get 1000
* Using http://llvm.org/bugs/
* Getting bug 1000 ..
Title : Chris Is Buggy
Assignee :
2010 Mar 15
1
Time in minutes
Hi there!
I have some data in POSIXlt format:
2009-07-18 5:53:00
2008-11-23 7:27:00
2008-11-24 5:25:00
and would like to extract information about only the minutes of the day,
like:
5:53 --> 353 minutes
7:27 --> 447 minutes
can you help me?
Carlos Nader
[[alternative HTML version deleted]]
2002 Aug 16
2
system command
Hello,
It is very simple question. I want to go to the parent directory and
give the 'system("cd ../") commnad. But it stayes at the same dirctory
as before. Do I forget to give some extra parameter to system command in
this case?
Regards,
Nader
--------------------------------------------------------------
Zie ook/see also: http://www.knmi.nl/maildisclaimer.html
2007 Nov 26
3
Time Series Issues, Stationarity ..
Hello,
I am very new to R and Time Series. I need some help including R codes
about the following issues. I' ll really appreciate any number of
answers...
# I have a time series data composed of 24 values:
myinput = c(n1,n2...,n24);
# In order to make a forecasting a, I use the following codes
result1 = arima(ts(myinput),order = c(p,d,q),seasonal = list(order=c(P,D,Q)))
result2 =
2002 Feb 12
1
Bok-Jenkins package
Hoi,
I would like to apply the 'Box-Jenkins' method to a time series
data-sets, But I don't know which function I have to use. Because I'm
new in the R world. Would somebody help me about this subject?
Best Regrads
Nader
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2007 Oct 19
1
Contribution to speex
Hello,
I'm Saad from Gamespy who makes use of the Library for Voice over IP on
the PS3. We would like to contribute back some code that added/modified
to compile and run on Sony's Playstation 3. What would be the process
to do this?
Thanks,
---------------------------
Saad Nader
Middleware Engineer
Powered By Gamespy, IGN
-------------- next part --------------
An HTML
2014 Jul 06
2
How do you escape characters within the metadata block
When "Icy-MetaData: 1" is in the HTTP request to the server, that indicates that the client wants to receive meta data inlined with the mp3 data stream. The metadata interval is reported by the server via the "icy-metaint" header in the response stream.
Such data looks like the following within the mp3 stream
StreamTitle='Ozzy Osbourne - Crazy
2007 Oct 26
4
Speex with PS3 SPE support
Hi Jean-Marc, Jim,
Saad has been keeping me in the loop on your recent discussions.
Since all of our testing has been against 1.0.5, based on that being the
last non-beta version, that's the particular scope of the task that Saad
is working on right now.
I like what I'm reading about as far as encoder/decoder quality
improvements e.g. in the 1.2 betas, and am going to push for
2011 Feb 26
0
[LLVMdev] [MC] Removing relaxation control
On Feb 25, 2011, at 11:38 AM, Rafael Avila de Espindola wrote:
>>> Can someone else try to reproduce this?
>
> I tried gcc.c from
> http://people.csail.mit.edu/smcc/projects/single-file-programs/ and the
> difference is a bit more noticeable:
>
> -O0 -mno-relax-all
>
> real 0m13.182s
> user 0m12.690s
> sys 0m0.450s
>
> -O0
>
> gcc.o is
2011 Feb 25
3
[LLVMdev] [MC] Removing relaxation control
>> Can someone else try to reproduce this?
I tried gcc.c from
http://people.csail.mit.edu/smcc/projects/single-file-programs/ and the
difference is a bit more noticeable:
-O0 -mno-relax-all
real 0m13.182s
user 0m12.690s
sys 0m0.450s
-O0
gcc.o is 10932968 bytes.
real 0m12.969s
user 0m12.520s
sys 0m0.410s
gcc.o is 11410552 bytes
IMHO it would still be reasonable to switch to
2004 Aug 06
1
CPU Utilization Weirdness
Well, thought I would try one stream only to see if that makes a difference.
Apparently not. Here is a listing of the logs and I have attached the conf
file and the startup scripts that I use.
icecast.log
[06/Feb/2002:14:45:25] [1:Calendar Thread]
directory_touch_xa([yp.icecast.org:80]) completed...server id = 69
[06/Feb/2002:14:46:19] [96:Connection Handler] Kicking source 92
[192.168.1.5]
2017 Nov 29
4
[PATCH net,stable v2] vhost: fix skb leak in handle_rx()
From: Wei Xu <wexu at redhat.com>
Matthew found a roughly 40% tcp throughput regression with commit
c67df11f(vhost_net: try batch dequing from skb array) as discussed
in the following thread:
https://www.mail-archive.com/netdev at vger.kernel.org/msg187936.html
Eventually we figured out that it was a skb leak in handle_rx()
when sending packets to the VM. This usually happens when a guest
2017 Nov 29
4
[PATCH net,stable v2] vhost: fix skb leak in handle_rx()
From: Wei Xu <wexu at redhat.com>
Matthew found a roughly 40% tcp throughput regression with commit
c67df11f(vhost_net: try batch dequing from skb array) as discussed
in the following thread:
https://www.mail-archive.com/netdev at vger.kernel.org/msg187936.html
Eventually we figured out that it was a skb leak in handle_rx()
when sending packets to the VM. This usually happens when a guest
2017 Nov 30
2
[PATCH net,stable v2] vhost: fix skb leak in handle_rx()
On 2017?11?29? 23:31, Michael S. Tsirkin wrote:
> On Wed, Nov 29, 2017 at 09:23:24AM -0500,wexu at redhat.com wrote:
>> From: Wei Xu<wexu at redhat.com>
>>
>> Matthew found a roughly 40% tcp throughput regression with commit
>> c67df11f(vhost_net: try batch dequing from skb array) as discussed
>> in the following thread:
>>