Displaying 14 results from an estimated 14 matches for "briones".
2014 Jun 26
2
-fforce-addr causes clang error with Xcode 5.1
Apple's clang in Xcode 5.1 (as for building with the iOS 7.1 SDK) throws an
error about the (gcc-specific?) -fforce-addr option being unknown, which
clang now thinks is evil and should abort compilation.
It looks like this also hits OS X 10.9 builds, as I see there's a patch for
theora in MacPorts for this issue: https://trac.macports.org/ticket/42934
Attached is a quick-fix patch to
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"
Hi
I have noticed that, in some packages description, two fields are existing : "depends on" and "imports" . Where could 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
2007 Aug 20
2
DO NOT REPLY [Bug 4904] New: POOL_INTERN ignored in pool_create()
https://bugzilla.samba.org/show_bug.cgi?id=4904
Summary: 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
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
2019 Dec 07
1
WebAssembly Opus Decoder
Thanks Timothy. Media Source Extensions were much easier and high-level
than using WebAssembly with the Web Audio API. Unfortunately, MSE does not
support MIME "audio/ogg" and I had to put my OpusFiles into a WebM
container file. What could we do to get MSE support for Ogg Opus files? I
created this issue if it helps:
https://github.com/w3c/media-source/issues/245. Would be happy to
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
OK, thanks both. I'll try that. I suspect (very strongly) that it comes from the fact that I did not replace the cran mirror line by an actulal cran mirror URLs... I will give a look at all my backports this weekend and do a little cleaning too!
thanks,
David Biau.
#################################
From: Johannes Ranke <jranke@uni-bremen.de>
To: r-sig-debian@r-project.org
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