-
Actions API has an awesome collection of functionality that lets us do a smart add, modify, remove, replace, and reset. These functions truly are the missing components for the WordPress Plugin API.
…
-
It looks like the jupyter notebook examples are still using TriggerFtp instead of the newer TriggerFinder class with HTTPS support because they were written a little before the update with newer finde…
-
Currently invalid values are set to missing.
We can view this as an error correction function: f(invalid_value) = missing.
Allow other functions.
E.g., f(invalid_value) = filter(isascii, invalid_…
-
depending on filters which are within the system.
Correction functions by @gast-ben.
-
#48 implemented the information filter (H,F parametrization). We still need to add the associated guiding functions in this parametrization and finish the convert functions to convert messages betwee…
-
Currently subtree filter mechanism only support exact match, but in many scenarios, exact match doesn’t meet the requirements.
For example, user want to retrieve the interfaces which name begin wi…
-
This works as expected:
```
responsetype = Lowpass(0.2)
designmethod = Elliptic(4, 0.5, 30)
coeffs = digitalfilter(responsetype, designmethod)
H,w = freqresp(coeffs)
```
but if I changed th…
-
```
Improve forms security, by filtering all data before SQL insertion.
Using e107 functions to filter data.
- Posted data is filtered by $tp->toDB() function before insertion in
database.
- Displ…
-
```
Improve forms security, by filtering all data before SQL insertion.
Using e107 functions to filter data.
- Posted data is filtered by $tp->toDB() function before insertion in
database.
- Displ…
-
Neat package. I'm thinking about building a https://www.gnu.org/software/recutils/manual/ front-end. However, I'm wondering if there is any search-filtering functionality? I saw the filter functions. …