search for: cheer

Displaying 20 results from an estimated 61282 matches for "cheer".

Did you mean: cheers
2018 Mar 08
2
[PATCH] Move demixing matrix defines
Hello Jean-Marc et all, I've attached an updated patch which I feel addresses all 3 cases. PTAL, Thanks! Cheers, Drew On Wed, Mar 7, 2018 at 8:39 PM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote: > Make sure the modified libraries work in all of these three cases: > 1) libopus 1.2.1 > 2) libopus master (or 1.3-beta) with --enable-ambisonics > 3) libopus master (or 1.3-beta) with --disabl...
2006 Jun 14
5
InstantRails Lost connection to MySQL server
...h webrick, only to see the infamous "Lost connection to mysql server" for every action. What is it that I''m doing wrong? I also have mysql 5 installed on my machine, but the service is stopped while experimenting with InstantRails, which ships with mysql 4.1.9 Thx for any tips! cheers Martin
2008 Dec 15
2
How to sell linux tools?
...on how to sell linux tools. (Though i' not sure how people ready to buy it :) ) I have written few tools and planning to write more(by giving up current non-linux & boring job). I want to know,which license will allow me to sell tools/softwares? (I hope to sell the products through online) Cheers, Lakshmipathi.G www.giis.co.in
2016 Apr 20
2
Link using a linker script
...9;s nice. Thanks a milion. > Could you please tell me how can I specify my bootstrap (startup code) in > the linking process? > > > On Wed, Apr 20, 2016 at 8:38 PM, Rafael Espíndola < > rafael.espindola at gmail.com> wrote: > >> search for VAStart. >> >> Cheers, >> Rafael >> >> >> On 20 April 2016 at 14:18, Sky Flyer <skylake007 at gmail.com> wrote: >> > Hi Rafael, >> > >> > Thanks a lot. >> > For example the start entry for me is 0x11000 by default which I don't >> know >>...
2006 Jan 31
4
A dumb question on extracting a value from a hash
...try to test an ActiveREcord against this it doesn''t work; @recipient.communications.each do |comm| if comm.communications_type_id == @comm_type @email_address = comm.code end end What do I need to write to get at that value in the hash. Sorry it''s such a dumb question :~( Cheers, Eric.
2016 Jun 10
4
Check password script
...unately, I recently > implemented it as a result of someone else raising it. It is still lacking > some testing and needs some more work to be integrated upstream however. I > should be able to supply the patches I have so far in the next week or so > if you're interested. > > Cheers, > > Garming > > >> Hi >> >> Yes, active directory >> >> Simon >> >> Le 10/06/2016 03:37, Garming Sam a écrit : >>> Hi, >>> >>> Are you running Samba active directory? >>> >>> >>> Cheers,...
2010 Jun 11
24
[Xen-API] [XCP]: RC1 of XCP 0.5 available for testing
...candidate of the Xen Cloud Platform (XCP) version 0.5 is now available for testing from: http://www.xen.org/products/cloud_source_0.5.html XCP-0.5 is intended to be a *stable* release, suitable for long-term production use. Please download this release candidate and give it a thorough workout! Cheers, Dave _______________________________________________ xen-api mailing list xen-api@lists.xensource.com http://lists.xensource.com/mailman/listinfo/xen-api
2010 Jun 11
24
[Xen-API] [XCP]: RC1 of XCP 0.5 available for testing
...candidate of the Xen Cloud Platform (XCP) version 0.5 is now available for testing from: http://www.xen.org/products/cloud_source_0.5.html XCP-0.5 is intended to be a *stable* release, suitable for long-term production use. Please download this release candidate and give it a thorough workout! Cheers, Dave _______________________________________________ xen-api mailing list xen-api@lists.xensource.com http://lists.xensource.com/mailman/listinfo/xen-api
2017 Nov 24
2
[PATCH] Fix memory issue in Projection API
Aha good point! Im travelling this weekend but will submit another patch Monday morning. Cheers, Drew On Fri, Nov 24, 2017 at 9:15 AM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote: > Hi Drew, > > I noticed you reverted the > output[output_rows * i] = (tmp + 16384) >> 15; > from the previous patch. That's still good. What should have been > changed is the fl...
2007 Sep 12
14
screenshots & wxruby apps
...dd to this, if anyone could supply them please. It would be nice to show the minimal sample for all three platforms, plus perhaps some of the ones that aren''t included there. Also if you have a wxRuby app that you''d like to mention and show off on the website, drop me a line cheers alex
2017 Nov 24
3
[PATCH] Fix memory issue in Projection API
Hi Jean-Marc, Attached is an updated patch. I had to include some of Mark's suggestions in order to get the tests to work correctly. I will still submit a separate patch for him for a few other concerns he had after this one clears. Cheers, Drew On Thu, Nov 23, 2017 at 10:42 AM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote: > Actually, there's also something wrong with the in_short() function. For > floating point (#else case), you shouldn't need shifting since you're > already doing the scaling through...
2017 Dec 04
3
[PATCH] Fix memory issue in Projection API
I've solely addressed this concern here. Cheers, Drew On Fri, Nov 24, 2017 at 9:15 AM Jean-Marc Valin <jmvalin at jmvalin.ca> wrote: > Hi Drew, > > I noticed you reverted the > output[output_rows * i] = (tmp + 16384) >> 15; > from the previous patch. That's still good. What should have been > changed is the f...
2016 Apr 04
2
RFC: Constant folding math functions for long double
...use their exposed API - so we'd #include <mpfr.h> and use functions from there, linking against -lmpfr and -lgmp. I admit that this option would indeed add another dimension to the testing matrix. Do you have an alternative solution or a preferred solution of those I enumerated earlier? Cheers, James On Mon, 4 Apr 2016 at 15:24 Neil Henning <llvm at duskborn.com> wrote: > Hey James, > > I really fundamentally dislike libMPFR. > > License of the codebase aside, would a dependency be on the built .so, or > would it be that we'd want to pull in the code and b...
2007 Nov 29
4
Rollbacks, Sqlite3 bug. Has this been reintroduced ?
...code base changes, only rspec and rspec_on_rails After updating today I now need to set <config.txn...fixtures> to false in the spec_helper.rb to get the specs running, the stories are fine. Looks like the fixture loading is trying to start a txn. I will look around a bit more and see. Cheers! sinclair On Oct 24, 2007 10:58 PM, Scott Taylor <mailing_lists at railsnewbie.com> wrote: > > Okay - so the sqlite bug reported a day or so ago on the list is real > bug. I''m going to file something in the tracker for that... > > I also learned that before(:all)...
2017 Sep 19
3
[PATCH] Support for Channel Mapping 253.
Hello all, Attached is an up-to-date patch for supporting channel mapping 253. Please advise and Thank you for your time. Cheers, Drew -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20170919/055d9034/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Support-for-Channel-Mapping...
2006 Dec 27
3
ARSession Woes!
...n the session started in the rails app... like so.. http://pastie.caboo.se/private/r1ar42qiaekrqjdt6y Any ideas why? The only difference I see, but dunno where to change this, is that the rails app uses utc datetimes... the merb app doesn''t.. one can see that on the attributes. Thanks! Cheers, -rjs- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/merb-devel/attachments/20061227/33aac22e/attachment.html
2010 Dec 30
5
Why is format(10000, big.mark = "\\,") not 10\,000?
Hi, why does format(10000, big.mark = "\\,") not give me "10\,000"? How can I get this kind of "big.mark"? Cheers, Marius
2007 May 10
4
A regression in 3.0.25rc3?
Dear Samba team, I have installed the above release of samba and I am seeing the same problem as decribed in this old posting when I try to add permissions to printers: http://lists.samba.org/archive/samba/2006-July/123177.html Interesting that this was last seen in 3.0.23. 3.0.24 behaves as expected. Thanks Alex
2016 Apr 20
2
Link using a linker script
search for VAStart. Cheers, Rafael On 20 April 2016 at 14:18, Sky Flyer <skylake007 at gmail.com> wrote: > Hi Rafael, > > Thanks a lot. > For example the start entry for me is 0x11000 by default which I don't know > where it come from! I thought there should be a default thing that sets this >...
2007 Jul 09
7
Xapian pubmeet
...mal social setting and talk about all things search-related (and probably a lot of things that aren't). If you're interested, please reply and say so, if not please say why! Those of us who are UK-based might be able to help those who aren't with transport and accomodation queries. Cheers Charlie Lemur Consulting