similar to: Net:HTTP post (to rails) example?

Displaying 20 results from an estimated 40000 matches similar to: "Net:HTTP post (to rails) example?"

2009 Sep 18
2
(Universal) Ambisonic implementation
Hi Flac Developers, My name is Etienne Deleflie, I'm the founder of http://www.ambisonia.com and, more recently, http://soundofspace.com. Myself and the community I serve are looking for a lossless file format that can encapsulate ambisonic encoding. To this end a specification has been drafted, and is nearing stability, that describes practical features designed to get the most out of
2009 Jul 13
3
Multi-channel with empty channels.
All, Lets say I have a 16 channel file, but 10 of those channels are empty (all values are 0). For a) the vorbis codec and also b) the FLAC codec ... would the size of the file be close to (or practically the same as) the size of a 6 channel file? Etienne
2009 Sep 21
1
(Universal) Ambisonic implementation
Hi Josh, The minimum things that Flac would need to implement to satisfy the 'file implementations' part of the spec is a bit of metadata and the extensions to channel counts. ok, I do realise that the extending the maximum channel count may be difficult ... there's gotta be a way to do it though. Etienne On Mon, Sep 21, 2009 at 11:57 AM, Josh Coalson <xflac at yahoo.com>
2009 Sep 21
0
(Universal) Ambisonic implementation
--- On Thu, 9/17/09, e deleflie <edeleflie at gmail.com> wrote: > Hi Flac Developers, > > My name is Etienne Deleflie, I'm the founder of > http://www.ambisonia.com and, more recently, http://soundofspace.com. > > Myself and the community I serve are looking for a lossless file > format that can encapsulate ambisonic encoding. To this end a > specification has
2008 Sep 25
2
Ambisonia proposal (was Re: vorbis-tools 1.3.0 BETA - Help testing.)
2008/9/25 e deleflie <edeleflie at gmail.com>: > Hi Vorbis-dev, > Hi, > I've been on this list for a couple of weeks, but its been quiet, so I > dont know who is who. > > My name is Etienne Deleflie, I am the creator of www.ambisonia.com, > and I am (together with the Ambisonic community) looking for a > 'delivery format' for Ambisonic data. > >
2008 Oct 28
3
Vorbis, ambisonics and 'Vorbis Tools'
All, Progress has been made on the proposed draft spec for integrating ambisonics into vorbis. We are not yet finished (should be soon), but you can see the progress here: http://docs.google.com/Doc?id=df4dtw69_3626qqq6st The issue we have hit now concerns how/who would implement the encoding and decoding in Vorbis Tools. Because ambisonics uses spherical harmonic components, an ambisonic file
2007 Dec 06
0
Too many open files leads to timeout exceptions in Mechanize/Net::HTTP?
I''m experiencing an issue where my get/submit calls to the Mechanize agent are leading to timeout exceptions when the ruby script has too many open file descriptors ( > 1000). However, I''m not seeing anything about an overstep violation sent anywhere to syslog, and no error message sent to stdout. The process has the large amount of open files because it''s
2009 Jan 27
3
How to compare two regression line slopes
Hi, I've made a research about how to compare two regression line slopes (of y versus x for 2 groups, "group" being a factor ) using R. I knew the method based on the following statement : t = (b1 - b2) / sb1,b2 where b1 and b2 are the two slope coefficients and sb1,b2 the pooled standard error of the slope (b) which can be calculated in R this way: > df1 <-
2016 May 27
2
Channel Mapping Family for Ambisonics
Hello Jean-Marc, Thanks for the quick reply and comments. On Thu, May 26, 2016 at 5:41 PM, Jean-Marc Valin <jmvalin at jmvalin.ca> wrote: > Hi Michael, > > Here's some more minor comments below. As long as you address the two > comments from my previous email (254 -> 2 and the draft name), the draft > is good for submitting as initial version on the IETF website (even
2007 Jun 23
1
offer max,shox,bapestars,adidas,dunk,dsquared,foamposite,jea
our company supply jordan shoes,airmax shoes,AF1 shoes,nick Dunk shoes,Nike James shoes,KOB shoes,ADIDAS shoes,nike rift shoes,Timbland,prada shoes,puma shoes,bape shoes,gucci shoes,football shoes,slipper , hat, handbag(Lv,gucci,channel,fendi,prada,juicy),Bape hoodies, jeans(Evisu-jeans,Diesel-jeans,Rock republic-jeans,Bape-jeans,Red monkey-jeans,Girbauds-jeans),T-shirts(lacoste T-shirt, polo
2007 Oct 26
1
Post-hoc test for Kruskal-Wallis
Hi there, I've got a small question : is there any post-hoc test for Kruskal rank sum test integrated in R ? I know that the Nemenyi test is one of the post-hoc that can be used, but there's no (to by knowledge) R function for it. What should I do ? Thanks, Etienne
2006 Jun 16
6
rendering mathematical equations
Any recommendations on how I can get mathematical equations into my resulting html? (Besides using x^2^ type markup.) I figure I could parse out equation text from my main text before RedCloth ever sees it... and then maybe create png''s somehow from it, putting the links to them back into the main text before handing it over to RC. But I don''t know of a util that will generate
2008 Apr 23
0
Upload a file using Net:HTTP multipart post or ActiveResource
Hi Guys, I am trying to upload a file to a rails server using a ruby script. http://pastie.org/185380 I verified the parameters of the Net:HTTP post request and they seem to be right. However the recipient, mongre,l shows following message in console and the parameters sent, the file data, is all corrupted. oh and one very weird thing happened. the console running mongrel looks like following
2009 Jan 29
0
Net:HTTP.post returns an Array
I was wondering if anyone has run into this problem. I post using a Net::HTTP object and instead of getting Net::HTTPResponse object, the server returns an Array causing an error since an we typically attempt to read the body of the Net::HTTPResponse object. Does anyone know why this is occurring? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you
2006 Jun 16
4
Form magic
Didn''t know what else to call this subject, sorry. Anyway this is more a general discovery question then a coding one. Is it possible (and I already know it should be) to create forms where depending on a particular choice in one select tag, one or another select tags would be presented in the form. As an example, a shopping site , where a dropdown has options of: 1-Men''s shoes
2009 Sep 21
3
(Universal) Ambisonic implementation
e deleflie <edeleflie at gmail.com> ... > ok, I do realise that the extending the maximum channel count may be > difficult ... there's gotta be a way to do it though. Perhaps a comparison of the FLAC structure with that of Vorbis will help. Within a FLAC stream the audio is split into blocks which are grouped (interleaved). But within each block the eight channels are chained
2006 May 30
0
Problems with HTTP POST
Has anyone experienced a problem with their rails app where an HTTP POST doesn''t contain the raw post data only for certain users? I can''t seem to figure out how this one is possible and my host (Textdrive) looked into it and has no idea as well, so I thought it was worth a shot asking if someone on this list has seen this behavior as well. The problem comes up when
2008 Jul 25
0
discount cheap wholesale Air max AirMax 90 AirMax 95 AirMax 97 ( paypal accept ) ( www.super-saler.com )
discount cheap wholesale We are supplier in china,sell Jordan shoes, ( paypal accept ) ( www.super-saler.com ) discount cheap wholesale air max shoes,shox ( paypal accept ) ( www.super-saler.com ) discount cheap wholesale trainers, dunk shoes,air force ( paypal accept ) ( www.super-saler.com ) one,etc..our company supply are as follows: discount cheap wholesale AIR Jordans shoes (
2006 Feb 13
0
slow Net::HTTP within rails?
Hi, for search integration with a lucene search server I''m using an http post request. This request takes ~ 300 ms (just for the ``resp = http.post(url, query)'''' call, where http is some Net::HTTP instance) while the same http request (same url, same query) in a test program outside rails takes just ~ 60 ms. I managed to reduce the time within rails by using ruby-curl,
2013 Jul 08
0
Looking for a Ruby on Rails developer interested in a startup project
Hey everyone, I am currently creating a startup with a friend, and would love to tell you a little bit about it as we are actively seeking a Ruby on Rails developer to work with us. If you are interested in an entrepreneurial adventure, this could be a perfect opportunity. About Jolibook The publishing industry has evolved a lot over the past few years and self-publishing has become