-
Hi,
I am a beginner on this and hope someone can help me here. The question is how to stop receiving data streams?
In me project I have three data streams (EEG, audio, mouse) in the network, and I o…
-
The freeCodeCamp community has started building an interactive, browser-based Math for Programmers curriculum. It's just a matter of designing the thousands of LaTeX-driven challenges necessary to tea…
-
Turns out someone wrote an entire master thesis on writing a downsampling algorithm optimised for visual importance:
http://flot.base.is/
https://github.com/joshcarr/largest-triangle-three-buckets.js…
-
I would like to determine a method for creating irregular 3D shapes "on the fly" so that this can be done quickly and easily by non-developers. When I say irregular I mean, anything from a rectangle w…
-
Obviously it's just HTML + Liquid, so there's no language to learn, per se, but are there any agencies that have done Jekyll sites in the past?
Alternatively, are there any freelance developers/desig…
-
I'm involved with the [PiDP-8/I project](http://obsolescence.wixsite.com/obsolescence/pidp-8), and wanted to slow a blinkenlights demo down to human speed so that certain front panel lights weren't ju…
-
Today we set the threshold of policy, there is no expiry after certain timeout. For example if we set timeout as 100, 100 is valid even if we get 100 exceptions in 10 days. Client can activate backgro…
-
Just read this
http://stackoverflow.com/questions/33693958/rxjava-sample-is-cpu-intensive
and it struck me that we should be able to use `sample(long, TimeUnit, scheduler)` with a synchronous sched…
-
We currently have very good functionality for resampling vectors to different grids, namely by:
``` python
out.restriction(in.extension)
```
We should formalize this by adding something like the fol…
-
```
Add ability to shift time series values in time in units of minutes
Irregular to Regular using snap or sampling.
snap has options of nearest, backwards, forwards
sample has options of last value …