similar to: Speex and Builder

Displaying 20 results from an estimated 2000 matches similar to: "Speex and Builder"

2005 Sep 20
0
Speex and Builder
?????? ??????? wrote: > Will you be so kind to tell me, please, how can I use Speex in C++ > Builder. ??????, What is your goal: a) Compile the speex codec using C++ Builder? b) Use the speex codec compiled elsewhere in a project compiled with C++ Builder? If its the second then you probably need to ask on a C++ Builder specific mailing list or forum. If its the former
2005 Sep 20
2
Speex and Builder
> Obviously this is Jean-Marc's decision and I'm not telling > him not to support this compiler. I am however pointing > out that this compiler is yet more work for very little > payoff. In the case of my project, the proponent of C++ > Builder sent me a huge, monsterously ugly and totally > unmaintainable patch to add C++ Builder support. Needless > to say, that
2001 Aug 28
1
Compile-time warning in readpass.c
The patch below fixes a compile-time warning in readpass.c. MIME-Version: 1.0 Content-Type: application/aegis-patch Subject: openssh.2 - Fix warning in readpass.c Content-Name: openssh.2.C010.patch Content-Disposition: attachment; filename=openssh.2.C010.patch X-Aegis-Project-Name: openssh.2 X-Aegis-Change-Number: 10 # # Fix the following warning in readpass.c: # # readpass.c: In function
2010 Nov 30
2
Did I miss a meeting?!
I''ve just stumbled (literally, while I was trying to fix a glitch I was having after upgrading Aegis...) on the Inherited Resources gem... why did no-one tell me?! ;-) Is everyone else using some form of controller base-class? Am I the last on this bus! https://github.com/josevalim/inherited_resources -- You received this message because you are subscribed to the Google Groups
2008 Mar 30
1
Plot for jump point
Hi, My code is as the following, ratio<-seq(0,1,by=0.01) payoff<-NULL for (i in 1:length(ratio) ) { payoff1<-100*(ratio[i]>=0.7)+max(100*(1+(ratio[i]-1)*2),0)*(ratio[i]<0.7) payoff<-c(payoff,payoff1) } plot(ratio,payoff, xlab='ST/S0', ylab='Payoff',type='l') I have the discontinuous point at ratio=0.7. I do not want to have the line at 0.7, and would
2013 Mar 24
1
Error with paired t-test
This error keeps appearing when i perform a paired t-test in R Error in t.test.default(payoff, paired = T) : 'y' is missing for paired test This is the method i have used > read.table("MeanPayoff.txt",header=T) Open Closed1 47.50000 42.37502 49.25000 50.00003 50.00000 49.80004 33.50000 20.00005 34.75000 33.88006 35.50000 20.50007 33.35000 12.87508 50.00000
2005 Jan 09
0
[LLVMdev] Version Control Upgrade?
Hi everyone, Reid said: > Of the tools available, it seems that only subversion, arch, and > monotone are suitable for our purposes. But, we'd love to hear your > thoughts; especially if you have first-hand experience with these tools. Apart from using CVS as a client (as everyone does), I've only ever used Aegis (previous employer, for ~3 years) and Perforce (the employer
2016 Oct 12
2
Compound Literal - xlc and gcc differences can be patched
On 12/10/2016 07:51, Aki Tuomi wrote: > Please make your patch, if possible, viahttps://github.com/dovecot/core > as pull request. I am not really git "schooled", but I shall look into that. Many Thanks for being open to a "non-gcc" compiler! Michael
2010 Jul 12
1
Using +<group> in "valid users" is not working
Hello to all, I have recently upgraded to SAMBA 3.4.2 on Solaris 10, and reconfigured it to use domain authentication (security = domain). We slapped guest authentication on most shares, with an explicit "valid users = ...." on a small number of sensitive shares. Due to the number of users we were looking at, we set up two UNIX groups "payroll" and "payoff" and
2005 Jan 08
10
[LLVMdev] Version Control Upgrade?
LLVMers, The oversight group has been kicking around the idea of getting a better version control system than CVS. The problem is, we're not quite sure what "better" means. So, we thought we'd ask your opinions. If you're interested in this topic (and you should be if you're actively developing), please have a look at this site:
2019 Feb 15
6
Please Recommend Affordable and Reliable Cloud Storage for 50 TB of Data
On Fri, Feb 15, 2019 at 4:10 PM Walter H. <Walter.H at mathemainzel.info> wrote: > > On 15.02.2019 06:29, Turritopsis Dohrnii Teo En Ming wrote: > > Hi, > > > > Could you recommend affordable and reliable cloud storage for 50 TB of data? > whats your budget? > > and 50 TB = 50 000 GB is a big amount which isn't this cheap ... Hi Walter H, My budget is
2005 Sep 09
1
regression with restrictions - optimization problem
Dear WizaRds! I am sorry to ask for some help, but I have come to a complete stop in my efforts. I hope, though, that some of you might find the problem quite interesting to look at. I have been trying to estimate parameters for lotteries, the so called utility of chance, i.e. the "felt" probability compared to a rational given probability. A real brief example: Given is a lottery
2006 Mar 15
5
Fix list so it adds Reply-To: header
Could whomever is in charge of the lartc mailing list please change it to add the header: Reply-To: lartc@mailman.ds9a.nl Every other list I''m on is setup so that by default replies will go to the list. When replying to lartc emails I notice myself and others constantly forgetting this list does not behave like the rest, and that we have to either do a reply-to-all, or manually enter in
2001 Mar 05
1
samba/ssl
Dear users/gurus Last week I read a msg talking about this but I ignoreds it 'cause I did not get this problem. Shame on me! Now the lightning stroke my head! How to get rid of the SSL warnig bellow? bash-2.01$ smbclient '\\0\' -U user SSL: Error error setting CA cert locations: error:00000000::lib(0) :func(0) : reason(0) trying default locations. added interface ip=xxx.xxx.xxx.xxx
2002 Jan 16
1
Kernel boot problem using PXELinux boot
I used pxelinux.0 to boot my kernel, then the kernel began to boot. However, it cannot mount nfs root. I checked the nfs root is exported OK! The last screen is as followed: serial sub-system self-test: passed. internal registers self-test: passed. ROM checksum self-test: passed (0x04f4518b). eepro100.c:v1.09j-t 9/29/99 Donald Becker http://cesdis.gsfc.nasa.gov/linux/dri ver/eepro100.html
2008 Jul 30
0
[LLVMdev] Is there room for another build system?
Óscar Fuentes wrote: > CMake just requires one plain text file named CMakeLists.txt on every > source directory, and the only maintenance is to keep up to date the > list of source files of the directory. Has anyone read "Recursive Make Considered Harmful"? http://miller.emu.id.au/pmiller/books/rmch/ http://aegis.sourceforge.net/auug97.pdf I have been using single
2008 Jan 08
3
cfrun equivalent
Is there an equivalent to cfrun in puppet. On the cfengine master you can do the command cfrun <hostname> which allows you to tell the cfengine client to run. This is useful for immediately pushing changes out immediately (or telling the client to pull). Chris
2011 Dec 01
1
there's no payoff in confusing the users
john said: > Have you considered using a PEG instead of regexes? for all you home-schooled and self-taught programmers for whom "peg" is far too computer-sciencey for comfort, consider as an alternative the simple methodology i use... i split the text-file on blank lines and place it in an array. that is first-cut for my light-markup format, a.k.a., "zml" -- zen
2018 Sep 25
3
RFC Storing BB order in llvm::Instruction for faster local dominance
On Tue, Sep 25, 2018 at 12:16 PM Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > Let's not assume a dichotomy between storing a int64 in > llvm::Instruction and bitwise tricks -- they're both ways of caching > position within llvm::Instruction. I think we first need to establish > that we need such a cache in llvm::Instruction/llvm::BasicBlock at > all. >
2007 Apr 18
2
[PATCH 12/12; UPDATED] xen-ldt
Add Xen accessors for LDT updates. Todo: Bring back return values from write_ldt_entry. Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6.13/arch/i386/kernel/ldt.c =================================================================== --- linux-2.6.13.orig/arch/i386/kernel/ldt.c 2005-08-08 21:13:56.000000000 -0700 +++ linux-2.6.13/arch/i386/kernel/ldt.c 2005-08-08