| bio | website | vyznev.net |
|---|---|---|
| location | Helsinki, Finland | |
| age | ||
| visits | member for | 2 years, 9 months |
| seen | 8 hours ago | |
| stats | profile views | 592 |
I like programming in Perl and C. I know Java and PHP too (I'm a MediaWiki developer), but I can't really say I like them. I keep meaning to learn Python some day, but never seem to get around to it.
I'm working on a Ph.D. in biomathematics. I also like programming puzzles and cryptography.
Please consider any (original) code I post to Stack Overflow (and other Stack Exchange sites) to be released under CC-Zero unless stated otherwise. You may do whatever you want with it and don't have to credit me in any way, although of course that would be nice.
|
1d |
comment |
python serialize the whole package? Wouldn't it be easier not to hardcode the keys in the source? |
|
1d |
comment |
How do I escape single quotes with perl interpreter? I wouldn't recommend this, since quite a few characters commonly used in Perl code (most notably !) have a special meaning to bash even inside double quotes. |
|
1d |
comment |
RSA encryption theory - modulo theory crypto.stackexchange.com could work too. |
|
1d |
revised |
How do I encode an object/hash containing strings into latin1 using JSON 1.x in Perl? deleted 21 characters in body |
|
1d |
comment |
Hashing Sequences of Integers Yes. C arrays don't store their own length, so you need to pass it to the function somehow. |
|
1d |
answered | How do I encode an object/hash containing strings into latin1 using JSON 1.x in Perl? |
|
1d |
revised |
Hashing Sequences of Integers added 468 characters in body |
|
1d |
answered | Hashing Sequences of Integers |
|
1d |
answered | Making sure file gets deleted on JVM exit |
|
1d |
revised |
When are Java temporary files deleted? deleted 634 characters in body |
|
1d |
answered | When are Java temporary files deleted? |
|
2d |
comment |
WSO2 Identity Server Specific questions 2 Unfortunately, it seems the WSO2 folks didn't bother to ask us before pointing their users here. Questions like this are off topic for Stack Overflow, and should not be asked here. Please try the other support channels listed on the WSO2 site instead. |
|
May 20 |
answered | Installing TabView extention in a MediaWiki site |
|
May 20 |
revised |
When splitting an empty string in Python, why does split() return an empty list while split('\n') returns ['']? add missing data for CSV example |
|
May 16 |
comment |
Inverse convolution of image It's complex division, just as ordinary convolution in Fourier space needs complex multiplication. Ps. I haven't used FFTW, but I believe the plan you should be using is fftw_plan_dft_r2c_2d(). |
|
May 15 |
comment |
Inverse convolution of image I believe the output of rfft2 is complex, but it omits the symmetrical half of the output you'd get from applying a generic complex FFT to real input. It's not a DCT. Anyway, any FFT routine should do it. And yes, / on numpy arrays just does element-wise division (i.e. multiplication by inverse). I think I can provide C code with GSL later if you need it (but not now, I'm not sober enough for that at the moment). |
|
May 15 |
comment |
Coding differences (e.g., syntax?), C/C++ Your question seems rather vague and open ended for Stack Overflow. To quote from our FAQ: "You should only ask practical, answerable questions based on actual problems that you face. Chatty, open-ended questions diminish the usefulness of our site and push other questions off the front page." |
|
May 14 |
revised |
Inverse convolution of image added 2199 characters in body |
|
May 14 |
answered | Inverse convolution of image |
|
May 13 |
comment |
Java Cryptography Extension (JCE) Unlimited Strength failing randomly ...and are you consistently getting this exception on some computers and not on others? |