Displaying 8 results from an estimated 8 matches for "3d2000".
Did you mean:
32000
2008 Oct 19
1
v1.1.5 release candidate
http://dovecot.org/tmp/dovecot-1.1.5-rc.tar.gz
I thought about making v1.1.5 release today, but then thought maybe I'll
make an RC instead since I did quite a lot of changes this weekend. So
please try and see if there are any bugs left. I'll make the final
release in a couple of days.
The largest changes since v1.1.4:
+ Maildir/dbox: Try harder to assign unique UIDVALIDITY values to
2004 Jan 14
3
grandstream asterisk configuration
...Dlowdelay
disallow=3Dall ; Disallow all codecs
allow=3Dulaw ; Allow codecs in order of preference
dtmfmode=3Dinfo
[grandstream1]
type=3Dfriend
host=3Ddynamic
secret=3Dmysecret
context=3Doutgoing
nat=3Dyes
reinvite=3Dno
canreinvite=3Dno
qualify=3D2000
has anyone done this before?
chandra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040114/9a155824/attachment.htm
1998 May 28
5
performance of apply
...f
computing the row sums of an nx10 matrix with n =3D 2000, ..., 10000.
The first method (M1) I used is the normal apply command:
y <- apply(x,1,sum)
The second method (M2) uses a for-loop for the computations, where the
memory for the resulting vector has been allocated before. That is, for
n=3D2000:
z <- numeric(2000); for (i in 1:2000) z[i] <- sum(x[i,])
The third method (M3) also uses a for-loop, but the resulting vector
is built recursively, i.e.
z1 <- NULL; for (i in 1:2000) z1 <- c(z1,sum(x[i,]))
All computations have been made on a Pentium II 233MHz, 256MB, R
started as R...
2008 Jul 24
0
error again in poser 7
...f888)
21 0x7e959257 wglMakeCurrent+0x67() in gdi32 (0x0032f8b8)
22 0x008e6819 in poser (+0x4e6819) (0x03cbc770)
23 0x00000000 (0x01501584)
24 0x00785c40 in poser (+0x385c40) (0x00785bb0)
0xf7f3709d: testb $0x8,0x200(%edi)
Modules:
Module Address Debug info Name (132 modules)
PE 330000- 3d2000 Deferred asi32_13
PE 3e0000- 3f1000 Deferred ffdxf.arp
PE 400000- 1b4e000 Export poser
PE 1b50000- 1e22000 Deferred cg
PE 1e30000- 1e8c000 Deferred cggl
PE 1e90000- 1ec0000 Deferred glew32
PE 3410000- 3425000 Deferred ff3ds.arp
PE 3e20000...
2009 May 29
2
ASTRO (logy) under wine - understanding the debug output?
...libxcb.so.1
ELF 1c0000- 1dc000 Deferred libxcb.so.1
ELF 1de000- 1e0000 Deferred libxcb-xlib.so.0
ELF 204000- 221000 Deferred libselinux.so.1
ELF 223000- 2b6000 Deferred libfreetype.so.6
ELF 3c7000- 3d0000 Deferred libxrender.so.1
ELF 3d2000- 3dc000 Deferred libxcursor.so.1
ELF 3de000- 3e1000 Deferred libxinerama.so.1
ELF 3ee000- 3f5000 Deferred libxrandr.so.2
ELF 3f7000- 407000 Deferred libxext.so.6
ELF 409000- 40e000 Deferred libxfixes.so.3
ELF 4b4000- 4b7000 Deferred lib...
2011 May 16
2
Wine 1.3.19 and dotnet 1, 2 and 3
Hello to everyone.
I'm trying to install both dotnetfx 1.2.3 in order to check to run a special program for windows xp we use in our office.
First of all I installed dotnet 2, 3. and the installation worked great.
The problem is to install dotnet 1.1.
When I run winetricks I receive this error message.
lorenzo at lorenzo-virtual-machine:~/.cache/winetricks/dotnet11$ winetricks
Executing
2011 Mar 07
6
Lineage 2 Ubuntu 10.10 c0000135 Error
For about 2 weeks now I been looking in forms and googleing on how to play this game on ubuntu but when I found some one with same problem, I have its been unsolved or a dead end. winehq says its playable on my os and with wine and I played this game for years on this labtop so I doubt it's because I don't meet the req. When I lunch the game terminal under wine I get this error.
wine
2009 Jun 22
2
Problem occured on ie4linux
...890)
34 0x70d23d2b in mshtml (+0xd3d2b) (0x02eeb8d0)
35 0x71342956 in jscript (+0x22956) (0x04a11e40)
36 0x71394408 in jscript (+0x74408) (0x71394420)
37 0x71331050 in jscript (+0x11050) (0x71330c20)
0xb7f62430: popl %ebp
Modules:
Module Address Debug info Name (145 modules)
PE 3c0000- 3d2000 Deferred browselc
PE 400000- 419000 Deferred iexplore
PE 740000- 889000 Deferred shdocvw
PE 890000- 98d000 Deferred browseui
PE 1780000- 17fa000 Deferred urlmon
PE 2080000- 2098000 Deferred plugin
PE 10000000-1000b000 Deferred dispex
PE 35...