Top "Filtering" questions

In signal processing the complete or partial suppression of some aspect of the signal.

How to search an Amazon S3 Bucket using Wildcards?

This stackoverflow answer helped a lot. However, I want to search for all PDFs inside a given bucket. I click "…

amazon-web-services amazon-s3 filtering
Get-Aduser -Filter will not accept a variable

I'd like to check if a user account already exists in the system. $SamAc = Read-Host 'What is your username?' $…

powershell active-directory filtering powershell-3.0
OData $filter with items in a $expand

I have given some web services to access informations. The first thing that i have tries to expand a node . …

wcf filter filtering odata expand
Fastest Gaussian blur implementation

How do you implement the fastest possible Gaussian blur algorithm? I am going to implement it in Java, so GPU …

java image-processing filtering gaussian
How to filter nested collection Entity Framework objects?

Here is the problem: I need to return a collection of objects with filtered nested collections. E.g: there is …

linq entity-framework entity-framework-4.1 filtering
Adding the current date with Maven2 filtering

I have a Maven2 project, and I need to add, in a properties file, the current version and the current …

maven-2 filtering
How to filter tcpdump output based on packet length

I have been trying to filter tcpdump output based on packets lengths. But I had no luck. This is the …

filtering tcpdump
String similarity algorithms?

I need to compare 2 strings and calculate their similarity, to filter down a list of the most similar strings. Eg. …

algorithm string comparison filtering ranking
How to gauss-filter (blur) a floating point numpy array

I have got a numpy array a of type float64. How can I blur this data with a Gauss filter? …

python numpy filtering python-imaging-library
How to filter for unique combination of columns from an R dataframe

I am trying to filter out the duplicates of a subset of columns from a dataframe in R. I am …

r filtering unique