Displaying 6 results from an estimated 6 matches similar to: "[PATCH] vhost-net: Acquire device lock when releasing device"
2011 Mar 01
3
error in saved .csv
An embedded and charset-unspecified text was scrubbed...
Name: nem el?rhet?
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110301/5c9ded63/attachment.pl>
2006 Mar 15
0
on components
There''s an excellent write up by Stefan Kaes that''s specific to
components and how they can slow down a Rails apps, but also offers
an excellent introduction to using Ruby profiling tools to identify
and remove bottlenecks at:
<http://railsexpress.de/blog/articles/2005/11/18/components-may-not-
be-evil-but-they-sure-can-be-slow>
--
Jason Perkins
jperkins@sneer.org
2010 Dec 14
4
Outlook Express
I'm sure this has been asked before, but I can't find any answers.
How do you get Outlook Express to work?
(Actually I can find answers, but they all amount to "Use Thunderbird", the lot of them. So the question still stands.)
2014 Sep 18
2
[LLVMdev] troubles with ISD::FPOWI
Hi,
I'm stumped by how to handle fpowi. Here is the context: my architecture has i64, f32, and f64 registers. No i32. For calls & returns, we promote i32 to i64. There is no support in the architecture to perform fpowi - it has to go through the runtime.
I'm using gfortran + dragonegg + llvm3.4 to generate .ll files via plugin.
The fortran expression
REAL = REAL ** INTEGER*4
2015 Nov 09
2
OpenSSH-7.1p1 fails configure check with LibreSSL-2.2.4
Howdy,
I'm attempting to compile openssh-7.1p1 using libressl-2.2.4 for the
ssl implementation. Unfortunately, this fails to work (tested on
Debian Unstable and Gentoo):
cd libressl-2.2.4
./configure --prefix=/opt/libressl-2.2.4 && make -j8 && sudo make install
cd ../openssh-7.1p1
./configure --with-ssl-dir=/opt/libressl-2.2.4
fails with:
checking OpenSSL header version...
2015 Jun 12
0
Wine release 1.7.45
The Wine development release 1.7.45 is now available.
What's new in this release (see below for details):
- Better debugging support on 64-bit Mac OS X.
- Some more progress on DirectWrite implementation.
- A number of RichEdit control fixes.
- Beginning implementation of the old MSVCIRT C++ runtime.
- Various bug fixes.
The source is available from the following locations: