Displaying 7 results from an estimated 7 matches for "_ought_".
2003 Nov 03
0
LGPL IAX2 software phone (for WIndows/Linux platforms)
...teve Kann has developed a crossplatform IAX/IAX2 library, and there are a few
clients available for it.
I have written iaxComm using the wx toolkit. It compiles and runs under Windows
XP using the MinGW tool chain. A precompiled IAX only version is available at
iaxclient.sourceforge.net.
iaxComm _ought_ to recompile and run on linux, and OS-X as well with minimal
tweaking. There is another earlier client called iaxPhone that does run on
linux and OS-X.
Steve has just updated the library, and iaxComm now uses IAX2 rather than IAX --
just check out the current CVS. (We just fixed a minor registra...
1999 Oct 04
1
SQL-Interface
Can anyone give advice how to interactively exchange data between R and
SQL-Databases like DB2, ORACLE, MS-SQL-Server ?
If the answer is: 'currently not', this would be information for me as well.
I will summarize to the list.
Best regards
--
Dr. Jens Oehlschl?gel-Akiyoshi
MD FACTORY GmbH
Bayerstrasse 21
80335 M?nchen
Tel.: 089 545 28-27
Fax.: 089 545 28-10
http://www.mdfactory.de
2014 Sep 14
1
[PATCH] nouveau: fix glCompressedTexImage
On Sun, Sep 14, 2014 at 3:37 AM, Francisco Jerez <currojerez at riseup.net> wrote:
> Ilia Mirkin <imirkin at alum.mit.edu> writes:
>
>> mesa_texstore expects pixel data, not compressed data. For compressed
>> textures, we want to just copy the bits in without any conversion.
>>
>
> Any reason we cannot use _mesa_store_compressed_*image for this instead
2004 Jul 16
3
interpreting profiling output
...2.6
as.double 10.14 3.4 30.24 1.3
rep.default 9.98 3.3 19.96 0.8
matrix 9.62 3.2 75.86 3.2
add.net 8.80 2.9 10.16 0.4
First of, I would guess that the sum of the self.time column
_ought_??? to be equal to the sampling time, which it is not
> sum(prof02.out$by.self[,1])
[1] 298.4
> prof02.out$sampling.time
[1] 2373.5
Why does such a large discrepancy happen?
Secondly, looking at the output for as.integer, there is a big
difference between total.time and self.time - but I woul...
2007 Sep 04
4
Q: selecting a name when it is known as a string
I am 100% certain that there is an easy way to do this, but after
experimenting off and on for a couple of days, and searching everywhere I
could think of, I haven't been able to find the trick.
I have this piece of code:
...
attach(d)
if (ORDINATE == 'ds')
{ lo <- loess(percent ~ ncms * ds, d, control=loess.control(trace.hat =
'approximate'))
grid <-
2015 Mar 12
52
[Bug 89558] New: Unknown chipset error for GeForce 840M
https://bugs.freedesktop.org/show_bug.cgi?id=89558
Bug ID: 89558
Summary: Unknown chipset error for GeForce 840M
Product: xorg
Version: unspecified
Hardware: Other
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2010 Sep 21
1
[PREVIEW ONLY] Refactor data transfer code
This patch refactors the data transfer code with several goals:
* Have a common read(source)/write(target) loop so that common processing can
happen in the middle of it, e.g. format change/progress bar
* Provide volume metadata to transfers to allow smarter reading/writing, e.g. of
sparse files
* Simplify the data transfer code
The patch *isn't* NFC because there are some minor behaviour