search for: brion

Displaying 14 results from an estimated 14 matches for "brion".

Did you mean: brian
2014 Jun 26
2
-fforce-addr causes clang error with Xcode 5.1
...ached is a quick-fix patch to the theora configure.ac to remove that option conditionally when building for Darwin, which gets my builds working again with the iOS 7.1 SDK (OS X builds untested). Alternatively, if the option isn't needed it could simply be removed as in the MacPorts patch. -- brion vibber (brion @ pobox.com / bvibber @ wikimedia.org) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora-dev/attachments/20140625/f6a41526/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed......
2007 Jul 28
2
activerecord model constantize question
I have a variable called column with the value of "bla" (column = "bla") I have a model call Location where method bla is defined (amongst many other methods). What I would like to to is to call the method in Location defined in the variable column. I tried: Location.column.constantize but that gave me an error NoMethod. I am sure there is a very simple way in Ruby as
2009 Aug 29
1
Difference between "depends on" and "import"
...uld I find the definition/difference between these two notions ? This question seems rather stupid, but I have very restricted Internet access ("only" during week ends and holy-days) and a trustworthy IT link would be less misleading than google search and errors. Thanks in advance. D. Brion
2007 Aug 20
2
DO NOT REPLY [Bug 4904] New: POOL_INTERN ignored in pool_create()
...y: POOL_INTERN ignored in pool_create() Product: rsync Version: 3.0.0 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: brion@wikimedia.org QAContact: rsync-qa@samba.org While investigating a crash in pool_free_old(), I noticed another little buglet in pool_create() -- the POOL_INTERN flag is checked against pool->flags (which is newly allocated and zeroed out) instead of the flags argument. As a result, po...
2018 Nov 02
3
WebAssembly Opus Decoder
If anyone is integrating Opus audio into a web or JavaScript application, I wrote a WebAssembly Opus decoder that uses libopusfile to decode Opus files in chunks using the JavaScript Streams API. This decoder can begin decoding after receiving the Opus headers and first audio data page: https://github.com/AnthumChris/opus-stream-decoder All thoughts and contributions are welcome, and I'm
2006 Mar 29
2
How to change login_greeting ?
Hi guys, How can i change the login greeting for dovecot whenever someone telnets to it. I tried putting login_greeting = Test Banner at the end of my dovecot.conf.:When i try restart the service it fails. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jul 28
1
defining own exceptions in rails
Hi, I would like to define my own exceptions in rails. I would like these definitions to be available throughout my application. What''s an elegant/good way to do this? The only way I can think of doing this is by putting all of my exception definitions in config/environment.rb,. Is there a better/standard way of doing this? Thanks! --Andrei
2018 Nov 02
0
WebAssembly Opus Decoder
Chris McGowan wrote: > All thoughts and contributions are welcome, and I'm planning to add a > seeking feature using HTTP range requests: > https://github.com/AnthumChris/opus-stream-decoder/issues/1 You may also be interested in <https://github.com/brion/ogv.js/> (if you're not already aware of it). There might be some useful collaboration possible. > ~140-220K Wasm binaries currently needed to do this.  Only complete > files can be downloaded with BaseAudioContext.decodeAudioData(): > https://developer.mozilla.org/en-US/docs/We...
2019 Dec 07
1
WebAssembly Opus Decoder
...e: > Chris McGowan wrote: > > All thoughts and contributions are welcome, and I'm planning to add a > > seeking feature using HTTP range requests: > > https://github.com/AnthumChris/opus-stream-decoder/issues/1 > > You may also be interested in <https://github.com/brion/ogv.js/> (if > you're not already aware of it). There might be some useful > collaboration possible. > > > ~140-220K Wasm binaries currently needed to do this. Only complete > > files can be downloaded with BaseAudioContext.decodeAudioData(): > > > https://deve...
2010 Sep 27
3
Howto compile chemometrics package from source
Dear friends, I'm confused about how to install packages from source. I just updated R in Lenny from http://cran.fiocruz.br/bin/linux/debian/ I included in sources.list: deb http://cran.fiocruz.br/bin/linux/debian lenny-cran/ deb-src http://cran.fiocruz.br/bin/linux/debian lenny-cran/ Then: apt-get update apt-get install r-base r-base-dev Then I downloaded the package
2010 Apr 21
1
Re : Install latest R version from apt on Lenny
...ite-cran-mirror>/bin/linux/debian lenny-cran/ you need to substitude <favorite-cran-mirror> by one of the mirror URLs listed in     http://cran.r-project.org/mirrors.html Kind regards, Johannes ######################################### Am Montag, 19. April 2010 10:54:48 schrieb denis brion: > You can download a recent R package with the command : >  wget >  http://cran.r-project.org/bin/linux/debian/lenny-cran/r-base-core_2.10.1-2 > ~lennycran.0_i386.deb (one line) (works in any system, even in cygwin); >  perhaps it would be a nice repository to add to your list....-a...
2010 Mar 22
4
Playwith on Mint
Hello, I am having trouble installing the package playwith on the latest Mint "helena", running R version 2.10.1 (2009-12-14). I suspect it has to do with the GTK library but as far as I can tell there is nothing wrong with it. Any help extremely appreciated. I include the output: > install.packages("playwith") Warning in install.packages("playwith") :
2010 Jun 05
4
Help for sources.list
Greetings! I would be very grateful if someone could supply a suitable line to enter into /etc/apt/sources.list for the benefit of a complete dummy user (i.e. me -- I do not want to have to do any interpretation, guesswork, reading of docs, etc.; I want to just copy it in). The machine in question is an Intel laptop, wuth Debian Lenny (according to the Debian website the current stable version as
2010 Mar 29
0
Re : how to update r to lattest version on debian lenny?
If you need a newer version of R for installing the latest version of plyr, perhaps another solution (as very new versions of R -2-11.0- will come out soonly ) , which needs 2 lines of bash!, might be to download an old version of plyr : wget \ http://cran.at.r-project.org/src/contrib/Archive/plyr/plyr_0.1.1.tar.gz and install it R CMD INSTALL plyr_0.1.1.tar.gz (and then reshape