Results 16 issues of Uli Köhler

In some of my projects I'm using the Kaiser Window as a DPSS window approximation. In some cases I was able to improve the SNR by using Kaiser windows instead...

I have written some additional window functions that allow greater flexibility while choosing the FFT window to use: - Welch window - Cosine window - Nuttall Window - Blackman-Nuttall Window...

Hi! I'm not sure if this behaviour is considered buggy or if it's just a quirk from CS 1.x. Consider this code: ``` coffeescript func = () -> "foo"; class...

enhancement

Currently there's a large blob of CSS. This pull request splits it into two files: _zerobin.css_ which does not contain color or border information, and _zerobin-theme-dark.css_ which contains exactly those...

This pull request adds a _config.inc.php_ which is used to add configurable expire times. For example, a pastebin provider could disable "Never" expiration to avoid clogging up the disk. Editing...

This adds syntax-highlighted source code in README.md. No content has been changed. I think it makes the docs significantly easier to read.

I noticed this repository does not contain a license file, what's the license of the code? If you tell me, I can submit a pull request with the LICENSE file.

... it improves documentation readability!

IMO you _really_ shouldn't require users to change internal javascript before being able to run on non-localhost (it should just work). This PR fixes that, relating to https://github.com/alabid/flylatex/issues/29 and https://github.com/alabid/flylatex/issues/33...

Currently this project can't be compiled due to the following error ``` % cmake . -- The C compiler identification is GNU 11.4.0 -- The CXX compiler identification is GNU...