-
I originally could not compile Lame but this is a well known solved issue: http://www.linuxfromscratch.org/blfs/view/svn/multimedia/lame.html
It only happens for those running on i686 with GNU 4.9.0+…
bwh10 updated
9 years ago
-
With the release of numpy 1.8 today, there is a new ufunc method `at` that allows us to do things like `x[idx]+=1` where `idx` contains repeated indices. This should allow for huge speed improvements …
-
I am confused! Can somebody explain something basic to me? The confusion applies in both trigfuns and chebfun's; let's focus on the latter.
Suppose I make a function that evaluates `sign(x)` and als…
-
Cnchi version: 0.8.7
Iso: antergos-minimal-2015.04.12-x86_64
Region/locale: en-US
Keyboard/location : Paris / French alternative
Options : AUR / Printing services
D.E. : tested with KDE and OpenBox
E…
-
Avant la mise à jour automatique et quotidienne des fichiers sur Github, le fichier cadastre_type.txt, on pouvait suivre depuis l'interface web les changements sur ce fichier. C'était bien pratique po…
-
What it says on the tin. Starting point is an example (say, MD5) in pure C; I'll port the rest after that.
-
Installing from source on Mavericks ( using setup.py with python3.4) results in the following errors :
running install
running bdist_egg
running egg_info
writing top-level names to Gammatone.egg-info…
-
This is bad news. Our random numbers should pass the tests, and a fix might not be so easy to come up with. It would be good if @ViralBShah could have a look at this.
To reproduce the fail, you'll ne…
-
_From [dtouc...@gmail.com](https://code.google.com/u/104296940557081308014/) on June 28, 2013 15:28:29_
compiler: gcc 4.8.1
On the latest Dr. Memory, 32 bit build
Dr. Memory fails many tests, even …
-
@victorbenichoux discovered a bug when variables in abstract code refer to each other. A simple example reproducing the issue:
``` Python
from brian2 import *
runner_code = '''x_1 = x_0
…