search for: donno

Displaying 20 results from an estimated 26 matches for "donno".

Did you mean: onno
2004 Sep 29
2
[LLVMdev] patches and problem...
...#39;ll make a note of this and tuck it away for future implementation. Reid. Chris Lattner wrote: > On Tue, 28 Sep 2004, Paolo Invernizzi wrote: > > >>The next major problem is that VC has only >> >>int rand(void) >>void srand( int seed ) >> >>So I donno how to compile the >>ExecutionEngine/Interpreter/ExternalFunctions.cpp that refers to the >>drand48 srand48 lrand48 etc series... >>For now I hacked them, like >> >>double drand48(void) { return (float) rand() / (float) RAND_MAX > > > For these, just ifdef t...
2004 Sep 28
3
[LLVMdev] patches and problem...
...am again... I missed that in the previous diff, they are the usual missing <algorithm> and the std:: namespace missing in sort, find, make_pair. Alkis can you please give them an eye when you have time? The next major problem is that VC has only int rand(void) void srand( int seed ) So I donno how to compile the ExecutionEngine/Interpreter/ExternalFunctions.cpp that refers to the drand48 srand48 lrand48 etc series... For now I hacked them, like double drand48(void) { return (float) rand() / (float) RAND_MAX and so... Is it -------------- next part -------------- An embedded and char...
2006 Jan 27
2
fxo/fxs cards with 8 ports
...ion. That code is working only with 8 or less ports (accumulative) on digium fxs/fxo cards (2 cards with 4 ports each). the questoin is, what if we want 12 ports?..well, really, i don't understand the limitations? is it simply zaptel driver code fix? or kernel fix? or technology limitation? donno any tips would help. we are though planning to move to latest asterisk 1.2.3 on linux 2.4. thanks, very much appreciate any comments.
2004 May 13
0
i donno why i cnat login into the domain.
hi. i am rani ahmed, a palestinian (superlinux if u recall). i use redhat 9.0 and samba-2.2.7a-7.9.0. i know that i should update my samba but i dont think my problem has to do with updating. the file given is my samba config file. btw: i think ur software is better than microsoft's file sharing. i mean that scientifically. i am using DNS server (named). my unix domain is superlinux.com
2000 Jul 26
1
more modes?
Can anyone give me a brief explanation in filling the vorbis_info struct? I need to play around with higher/lower nominal kbps, 1/2 channels and different sample rates..... but donno what other value need to be change (ie modes, maps, times, floors......... ). Thanks Ray --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
2004 Sep 28
0
[LLVMdev] patches and problem...
On Tue, 28 Sep 2004, Paolo Invernizzi wrote: > The next major problem is that VC has only > > int rand(void) > void srand( int seed ) > > So I donno how to compile the > ExecutionEngine/Interpreter/ExternalFunctions.cpp that refers to the > drand48 srand48 lrand48 etc series... > For now I hacked them, like > > double drand48(void) { return (float) rand() / (float) RAND_MAX For these, just ifdef them out. If the platform doesn&...
2004 Sep 29
0
[LLVMdev] patches and problem...
On Wed, 29 Sep 2004, Reid Spencer wrote: > > On Tue, 28 Sep 2004, Paolo Invernizzi wrote: > >>The next major problem is that VC has only > >> > >>int rand(void) > >>void srand( int seed ) > >> > >>So I donno how to compile the > >>ExecutionEngine/Interpreter/ExternalFunctions.cpp that refers to the > >>drand48 srand48 lrand48 etc series... > I guess I need a sys::Math::getRandom() function that uses a "good" random > number generator on the given platform. I'll ma...
2008 Dec 03
2
little help with error please (new)
attempting to get starquest online to run in linux. I had to add a couple common dlls. mfc42.dll and msvcp6.dll which got rid of alot of the eorrs after adding thsoe dlls now get this. I donno if theres anythign thing I can try more or if one error means somethign needs coded into wine to implement that feature of the DLL. any help be much appreciated. here is the error Code: wine: Unhandled page fault on read access to 0x0000000c at address 0x40183f (thread 002d), starting debugger.....
2009 Jul 06
1
[LLVMdev] Mips -> DLX Modifications as Target
...e constant is specified as negative, and when 0-constant can fit in 16-bits unsigned, wish it to use the SUBui instruction. Sorry if this is hard to understand but any piece of help in fixing this is very much appertained. If it helps I am using the source for llvm 2.5 as a base. Regards, Sean Donno
2004 Aug 06
0
Getting a Side band error when decoding with Jspeex
...ntly i am capturIng sound and encoding it using Pcm2SpeexAudioInputStream. I am feeding bytes from this stream to Speex2PcmAudioInputStream and trying to read decoded bytes. But here the decoder is giving me an error "saying sideband error" and values after it vary with every message. I donno the reason for this, but I guess it is because of the format in which I am reading Audio Stream. I am reading using the following AudioFormat. Here it is a 16 bits/sample stereo sound. but Pcm2SpeexAudioInpputStream needs an input stream which would give a 16 bits/sample mono sound. AudioForma...
2005 Jul 14
1
Re: Open Office 1.9.x -- Firefox i386 on x86-64
From: Karanbir Singh <Mail-Lists at karan.org> > Just use the firefox-...-.i386.rpm and install all your standard > plugins, nothing elaborate about it. > Step.1 : yum install firefox.i386 > Step.2 : install all your plugins > Step.3 : Browse. Unfortunately some "wise" Red Hat people didn't bother to put Firefox i386 in the standard Fedora Core 3 x86-64
2005 Jul 14
0
Re: Open Office 1.9.x -- Firefox i386 on x86-64
From: Karanbir Singh <Mail-Lists at karan.org> > Donno about FC3. When I installed FC3 x86_64, I got both for Mozilla, but only x86_64 for Firefox. Closer inspection showed that's exactly what the packages were in the repository. > You need to 'steal' from the i386 repo.. > ( apologies... I should have mentioned that before ) Yep....
1997 Aug 12
0
Netware and Windows clients (WAS: Samba Configuration .. finally..)
> found the solution. We have NW server installed in my lan, and thus, when > Windozes were installed, they got " Files and Printers access on NetWare > Service"(this translation might be lame, as i have russian versions of > win95 here, so donno how they named it originally). However both NW > access service and Microsoft access Service are not compatible *(that is > another headache for me now) Thus i can either install one of them, when > i removed it and replaced with m$ access service, all went just fine.. > uggh,.. that sh...
2006 Aug 01
3
Rails Application Failed to start properly
Hi all, I have created a new application and Its working fine in my local system and also in the server. But after some days I have added one new controller(projects) in the admin module so that the admin can manage the projects. Its also working good. All the things are working in the application but in the admin module, admin should see the list of users and if the admin click on
2003 Sep 25
0
Re: Please check if your are sending offending emails
...rect i am getting tons a day and opend a ticket at microsoft site but didnt get any reply upto now. Recent days i got an email from RAV antivirus domain name ends with "br" saying that one of their server caught the email has antivirus and my email id is in the list too as i know i donno any single member of bunch of email adddress, some are "online.microsoft.com" domain related might be spoofed . my hotmail account is daily filling up with exactly copies of 144KB or 156 KB or 157KB files. as a univ Tech consultant can you open a ticket for Microsoft/hotmail and catch...
2003 Aug 23
1
CVS compile problems
...cbackend.so (libc6) => /opt/kde/lib/libartscbackend.so libartsc.so.0 (libc6) => /opt/kde/lib/libartsc.so.0 libartsc.so (libc6) => /opt/kde/lib/libartsc.so BTW I have libartsc.so , but not *.a file! Maybe you should not have to use sdl-config --static-libs and use sdl-config --libs? Donno. <p> 3. Your configure script doesn't have option to disable sdl example programs. I workaround the problem with forcing -with-sdl-prefix to wrong path. <p>As I said I'm using cvs so I cannot check do these issue still exist. But I will report them anyway: 4. libraries p...
2006 Sep 18
0
Permission denied
Hii All, I'm really a linux newbie, I managed to run into a problem with rsync. I want to conduct backups of various files and directories over about miles of Internet, so I chose ssh and rsync for the job. Earlier it used to work fine, but suddenly donno what happened it started to show the following errors sync: mkstemp "/media/usbdisk/DData/DENTRIX/data/.Address.dat.1BvA86" failed: Permission denied (13) rsync: mkstemp "/media/usbdisk/DData/DENTRIX/data/.Address.idx.nDuh4s" failed: Permission denied (13) rsync: mkstemp...
2005 May 25
2
external and internal LANs
hi all what does it mean if the total network speed on internal LAN is greater than the external LAN and why it happens? the extrnal LAN here is the Intenet using a dedicated bandwidth. and BTW the linux box NATting has no shapping at all. just direct piping
2008 Mar 22
4
Ajax.Updater not fully work in IE7
My code snapshot: correct work in FF , Opera and Safari, but in IE7 - isn''t return result <form action="test.php" method="POST"> <div id="country" style="border: 1px solid #ccc; width: auto"></div> <br/> <a href="javascript:getTest()">test</a> </form> <script
2003 Mar 14
5
ipsec for linux 2.4 eventually made easy?!
hi there, I just wanted to share a recent discovery I did on how to setup a secure VPN implementation for linux 2.4.x (I''m using 2.4.20 but it should be working, as far as documentation states, for > 2.4.18) without using FreeS/WAN. The tool (ipsec_tunnel: http://ringstrom.mine.nu/ipsec_tunnel/, by Tobias Ringström) is a kernel module based on ipip and ip_gre. It uses CyptoAPI to