Displaying 20 results from an estimated 2000 matches similar to: "Programs like ices"
2009 Apr 08
6
Weird error.
Hello everybody, i 'm new here, i 'm new with linux and i want break up friendship with windows :)
but... i run the game(Ancient Conquest), it was made 10 years ago and dont work on windows XP(for me, maybe for someone work).
Problem is with ...yea what's the problem. i ran setup of this game and installed to C:\Program Files\Ancient Conquest\. i run it after i used CD to enter
2008 Jan 17
1
Speex on ARM966
Hello everybody,
I'm working on implementing the speex codec on ARM966E @ 96Mhz. For the
encoding I found that 20ms of sample voice takes 13ms to be encoded. The
goal of my project is to built an VoIP application based on ARM966E but with
the actually performance it's not possible :(
My question is what is approximately the speex encoding time with narrowband
mode on ARM9 (ARM926 or
2003 Feb 25
1
Figuring out name of Kerberos server?
Hi!
I'm on a conquest to get Samba 3.0 to authenticate against an Active
Directory. For this, I need to have Kerberos working. However, I don't
know the name of our Kerberos server.
If I've got a Windows machine which is part of the Active Directory, can
I somehow get it to tell me the name of the Kerberos server?
Or could I use a packet sniffer to get the name of the server?
2006 Aug 12
5
Simple Newbie db ???
I''m trying to simply write to a mysql db from the console.
Model = Entry , table = entries
Problem is my values keep getting turned into instance variables and end
up nil.
>> Entry.create(:title =>"new title", :body => "Brand new body")
=> #<Entry:0x27178c4 @attributes={"body"=>nil, "title"=>nil, "id"=>6},
2005 Sep 03
1
american conquest
hi List,
I want to play ?American Conquest? under linux with wine. The installer
worked fine, but an error comes, when I start the game:
VirualAlloc heap reserve failed
Not enought memory to run program
What can I do? must I edit the wine.config? Any ideas?
Thank you very much
(If the answer is in german, i's better ;) but in english is ok, too)
Greetings from Germay
Jonas, 14 male
ps:
2009 Jan 24
1
Lordof the rings the conquest
hi, i want to play lord of the rings the conquest but in game menu the loading screen dont disappers and the wine console is fluted with:
err:d3d:state_colorwrite (WINED3DRS_COLORWRITEENABLE1/2/3,0,7,7) not yet implemented. Missing of cap D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?
is there any way to solve the problem?
2006 Aug 15
3
update or alter cart
I want to modify and update the items in the Depot - "display_cart".
Since the cart is in a session, its a little hard to get at the data.
I just want to create a way to change quantities, prices and
recalculate.
Has someone done this, and could you point me to the right direction.
Thanks
Chas
--
Posted via http://www.ruby-forum.com/.
2004 Aug 06
2
A few Newbie Questions
Hi all,
I apologize for the following questions - some may be more general Linux
questions while others hopefully relate directly to Icecast:
1) With regards to the recent buffer-overflow exploit and the
recommendation of running icecast as a non-root user, how exactly does one
do that? I've changed the UID and GUID of the icecast directory and files
and binaries to nobody, but what user
2004 Feb 28
2
matrix inverse in C
Hi,
I'm writing an R package using the C code i've written. I'm wondering if
anyone knows an easy way to calculate an inverse and cholesky factor of a
matrix using the Fortran/C library of R: and how to call them from C. My
code is based on the Numerical Reciepe code, and I'm trying to use
something that is already in R.
Thanks for your help in advance,
Kosuke
2020 Mar 18
2
[GSoC '20 Project Interest] - Improve MergeFunctions to incorporate MergeSimilarFunction patches and ThinLTO Support
Hello,
I'm Ruijie Fang, currently a 1st-year undergraduate at Princeton
University, majoring in Computer Science.
I am writing to to express my interest in the Google Summer of Code
project: Improve MergeFunctions to incorporate MergeSimilarFunction
patches and ThinLTO Support.
I've read the LCTES'14 paper and found it quite interesting and
comprehensible. I've also went as far
2004 Aug 06
4
A few Newbie Questions on libwrap
On Tue, 17 Apr 2001, Andrew M. Wu wrote:
> Hello all,
>
> I have been having some trouble getting my Icecast server and IceS
> streamer up and running properly. I have successfully compiled both
> (Icecast 1.3.10 and IceS 0.0.1beta5) with libwrap and encrypt enabled.
>
> I can start up Icecast fine, with the following logged messages on
> startup:
>
> Icecast
2009 Dec 09
2
[LLVMdev] How to run vmjc created .bc files?
Hi,
I've managed to compile it the class down to a native executable.
However, the executable runs for a while then spits out:
terminate called without an active exception
Aborted
and dies.
The program never gets to the normal output.
Here is a stack trace from gdb:
#0 0xf3f6baa6 in raise () from /lib/libc.so.6
#1 0xf3f6d3a8 in abort () from /lib/libc.so.6
#2 0xf41918f8 in
2020 Jun 02
2
Improve hot cold splitting to aggressively outline small blocks
Hello Tobias,
Thank you for the suggestion! Aditya also mentioned this. I will look into
it.
Best regards,
Ruijie
Ruijie Fang
Email: ruijief at princeton.edu
On Tue, Jun 2, 2020 at 12:48 PM Tobias Hieta <tobias at plexapp.com> wrote:
> Hello Ruijie,
>
> One other workload that would be interesting to test might be clang
> itself. Building clang with PGO information is a
2004 Apr 24
1
determinant via Lapack
Hi,
What Lapack routine(s) should I use to calculate the determinant of a
symmetric matrix of real numbers? I would appreciate any guidance on this
issue.
Thanks,
Kosuke
---------------------------------------------------------
Kosuke Imai Office: Corwin Hall 041
Assistant Professor Phone: 609-258-6601 (Direct)
Department of Politics Fax: 609-258-1110 (Department)
2005 Jul 13
1
problems with MNP
Hi all,
Does anybody have a hint on what may be going wrong in this R code? I
mimic the sample code from the MNP developers but I seem unable to get the
choice specific variables right.
Thanks,
Joan Serra
> rm(list=ls())
> library(foreign)
> small<-read.spss("small.sav")
Warning message:
small.sav: Unrecognized record type 7, subtype 13 encountered in system
file.
>
2009 Dec 08
2
[LLVMdev] How to run vmjc created .bc files?
Hi,
Thanks a lot for the help! I am getting some errors though:
I am on a 32 bit chroot on a x86_64 system. Thus llc guesses the wrong
architecture from the module bitcode and spits out x86_64 assembly. I
fixed this by adding "-march=x86" to the llc options in llcj.
gcc doesn't know what -lgc is. I'm guessing it is the garbage collection
library. How can I get it or
2010 May 11
1
[LLVMdev] All CallInsts mayHaveSideEffects
Does any real code benefit from dead code eliminating read-only functions?
Tom
----- Original Message -----
From: "Reid Kleckner" <rnk at mit.edu>
To: "Thomas B. Jablin" <tjablin at CS.Princeton.EDU>
Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
Sent: Monday, May 10, 2010 9:38:47 PM GMT -05:00 US/Canada Eastern
Subject: Re: [LLVMdev]
2002 Oct 02
2
.C() and C++ name mangling
Howdy,
I'm working with some external code written in C++, which I
would like to call via dyn.load() and .C() from R. The
function prototype looks like:
gaRemin(int *, float *, float *, int *, float *, float *,
float *, float *, float *)
but to call this function from R using .C() I have had to use
the mangled version of this
2010 Aug 18
3
Looking for Rsafd Macintosh package
Hi all,
Does anybody know where I can get a mac copy of the Rsafd package? I have tried http://orfe.princeton.edu/~rcarmona/SVbook/svbook.html but the link is down there.
Thanks!
[[alternative HTML version deleted]]
2009 Dec 08
0
[LLVMdev] How to run vmjc created .bc files?
Hi Michael,
On Tue, Dec 8, 2009 at 6:26 PM, Michael Wu <mmwu at princeton.edu> wrote:
> Hi,
>
> Thanks a lot for the help! I am getting some errors though:
>
> I am on a 32 bit chroot on a x86_64 system. Thus llc guesses the wrong
> architecture from the module bitcode and spits out x86_64 assembly. I fixed
> this by adding "-march=x86" to the llc options