Displaying 20 results from an estimated 27 matches for "20091231".
2009 Dec 31
4
No sound using OSS in Steam games
Whenever I change the sound driver from ALSA to OSS in winecfg all of my steam games are muted. Some of the games doesn't even start, some of them start but are totally silent with OSS.
I installed a couple of non-steam games into the same wineprefix, interestingly they can use both sound systems. So this issue is applied only to steam games.
If I apply the WINEDEBUG=+dsound parameter when
2009 Dec 31
1
NUT install trouble for Vyatta (Debian) system
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20091231/c46cc3c9/attachment.htm>
2009 Dec 31
2
[LLVMdev] How does JIT/lli work with bc file?
...gt; If you pass -force-interpreter to lli, you should get something closer
> to what you're looking for.
>
> -Eli
>
>
--
Regards,
Heming Cui
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091231/93e4f6a8/attachment.html>
2009 Dec 31
6
Oracle SQL driver
...g Oracle as auth backend.
All related files are attached.
Cheers.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot-ora.tar.gz
Type: application/octet-stream
Size: 29285 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20091231/70ff36e1/attachment-0002.obj>
2009 Dec 31
3
Lost mdadm.conf
...ta
previously stored).
mdadm -C /dev/md0 --level=raid0 --raid-devices=2 /dev/sda1 /dev/sdb1
Where of course the raid devices and the /dev/x are the correct ones
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091231/84ef70c8/attachment.html>
2009 Dec 31
0
[LLVMdev] How does JIT/lli work with bc file?
On Wed, Dec 30, 2009 at 7:53 PM, Heming Cui <heming at cs.columbia.edu> wrote:
> Dear all,
> I hope you enjoy your christmas! Recently I started to play lli with
> bc. I found that the lli only calls the main() function in bc file and then
> does nothing before the main() function returns, which means that the
> JIT::runFunction() function is involved only once with the
2010 Mar 30
1
dataframe in loop
...Query(channel,"select crsp_fundno from Fund_style where
wbrger_obj_cd = 'G'order by crsp_fundno")
g.crspfundno (got crsp_fundno of G-style fund from Fund_style table)
y.crspfundno<-sqlQuery(channel,"select crsp_fundno from Fund_hdr where
dead_flag
= 'N'and end_dt=20091231 order by crsp_fundno")
y.crspfundno (got crsp_fundno of still alive fund from Fund_hdr table)
g$key<-paste(g.crspfundno$crsp_fundno)
y$key<-paste(y.crspfundno$crsp_fundno)
v.fundno<-intersect(g$key,y$key) (using intersect to get crsp_fundno
of G-style
mutual funds which is still ali...
2009 Dec 31
3
[LLVMdev] How does JIT/lli work with bc file?
Dear all,
I hope you enjoy your christmas! Recently I started to play lli with
bc. I found that the lli only calls the main() function in bc file and then
does nothing before the main() function returns, which means that the
JIT::runFunction() function is involved only once with the main() function
in bc file. If this was true, then lli does not have any control
to the execution of program.
2010 Mar 24
3
string problems in R
...qlQuery(channel,"select crsp_fundno from Fund_style where
wbrger_obj_cd = 'G'order by crsp_fundno")
g.crspfundno (got crsp_fundno of G-style fund from Fund_style table)
y.crspfundno<-sqlQuery(channel,"select crsp_fundno from Fund_hdr where dead_flag
= 'N'and end_dt=20091231 order by crsp_fundno")
y.crspfundno (got crsp_fundno of still alive fund from Fund_hdr table)
g$key<-paste(g.crspfundno$crsp_fundno)
y$key<-paste(y.crspfundno$crsp_fundno)
v.fundno<-intersect(g$key,y$key) (using intersect to get crsp_fundno of G-style
mutual funds which is still alive...
2010 Jan 04
2
I have finished compiling of R 64 bit on 64 bit Windows use MINGW64
hi ,everyone
I have finished compiling of R 64 bit on 64 bit Windows system by using MINGW64, include the standard and recommended packages.tested it on Windows 2008 server R2 X64.it run very well.I wander anyone interested in it ,and anyone who want to continue testing it with me? and who can provide a space let me upload the R files
Best wishes! 2010/1/4
2009 Dec 31
0
[LLVMdev] Problems of source to source transformation of LLVM
...re':
oa1.c:1714: error: duplicate case value
oa1.c:1705: error: previously used here
Can anyone give help? Thanks very much in advance.
Shengmei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091231/5de5ce5e/attachment.html>
2010 Jan 01
1
[LLVMdev] Can Interpreter handle clone() call (with CLONE_VM flag)?
...main() function
in a program once, and does not have control to the execution while main()
is running, what is the benefit of using JIT?
--
Regards,
Heming Cui
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091231/cdb1946c/attachment.html>
2009 Dec 31
0
[LLVMdev] How does JIT/lli work with bc file?
On Thu, Dec 31, 2009 at 2:26 AM, Heming Cui <heming at cs.columbia.edu> wrote:
> Hi Eli,
> Thanks for your reply. If I add -force-interpreter to lli, then it seems
> that it can not run external function like printf or malloc. Is there any
> easy way to solve this problem?
Does the LLVM configure find libffi?
-Eli
2010 Jan 01
1
[LLVMdev] How does JIT/lli work with bc file?
...r malloc. Is there any
> > easy way to solve this problem?
>
> Does the LLVM configure find libffi?
>
> -Eli
>
>
--
Regards,
Heming Cui
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091231/0e149b81/attachment.html>
2009 Dec 31
0
Rsync 3.0.7 released
...methods, including diffs, etc.:
http://rsync.samba.org/
..wayne..
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.samba.org/pipermail/rsync/attachments/20091231/4d9a7339/attachment.pgp>
2009 Dec 31
0
Is Ubuntu guest optimized or do I need to install para-virtual drivers manually?
...teredVPS.net>
http://UnmeteredVPS.net
Host Joomla!, Wordpress, phpBB, or vBulletin for $25/mo
Unmetered bandwidth = no overage charges, 7 day free trial
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20091231/b12cc755/attachment-0006.html>
2009 Dec 30
1
problem with ring being sent to caller
I am using asterisk 1.6.0 and -- not all the time -- when a caller comes
in and my ivrdials an extension, the ring he gets sounds like a modem
handshake instead of the normal ring tone and it only sounds once even
if the phone is not picked up. Anyone seeing this -- the logs look fine
as far as I can tell.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you
2009 Dec 31
1
Asterisk recieves "11" when pressing "1" from SIPphone
..._ast_pbx_run: Invalid
extension '33', but no rule 'i' in context ...[snip]...
Same problem when pressing "3"...
Thank you.
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091231/ed919fcd/attachment.htm
2009 Dec 30
1
Community in each Country
...nity board
CentOS in your respective countries?
I want to make Centos community in my country,Indonesia.
I expect support from all friends
Regards
Firdaus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091231/f4c8e631/attachment.html>
2009 Dec 31
1
DRBD error : Invalid module format
...l5PAE/extra/drbd/drbd.ko): Invalid module format.
The current (running) kernel is 2.6.18-164.el5PAE
kmod-drbd-8.0.16-5.el5_3
drbd-8.0.16-5.el5.centos
Any tips?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091231/c0b20279/attachment.html>