Benjamin von Ardenne

Results 30 comments of Benjamin von Ardenne

Thanks soumith for the link, it helped me with the ffi.casts. So having the fftw3-ffi in place, a one dimensional fft is quite simple in gsl-shell: ``` lua fftw =...

Okay, the 2D transformation is also extremely easy in comparision to my code: ``` lua fftw = require'fftw3.init' mat = matrix.cnew(4, 4, |i,j|i-1) mat2 = matrix.cnew(4,4) input = ffi.cast("fftw_complex*",mat.data) output...

@essenciary Hi Adrian, thx for the quick response. At some point I need to add threads before `Genie.startup()` and I need to also load code into these threads with `@everywhere`....

For me it is ```window.cordova....``` Maybe that helps.

I oddly fixed it by extending the DHCP release time from 24 hours to days. I had the hub configured with a fixed IP for obvious reasons and somehow the...

Hey, thanks for the pull the request, I will look into it. Globals should, of course, be avoided. The code is a little bit older and was focused on functionality....

@DarkWiiPlayer Happy to look into your pull-request if you mind sharing it.