Top "Filter" questions

A program or routine that blocks access to data that meet a particular criterion.

Java 8 Stream API to find Unique Object matching a property value

Find the object matching with a Property value from a Collection using Java 8 Stream. List<Person> objects = new …

java filter java-8 java-stream
List View Filter Android

I have created a list view in android and I want to add edit text above the list and when …

android listview search filter android-listview
How to properly -filter multiple strings in a PowerShell copy script

I am using the PowerShell script from this answer to do a file copy. The problem arises when I want …

powershell filter copy powershell-2.0
How to filter files when using scp to copy dir recursively?

I need to copy all the .class files from server to local with all dir reserved. e.g. server:/usr/…

file shell filter directory scp
Calling filter returns <filter object at ... >

I am learning the concept of filters in Python. I am running a simple code like this. >>> …

python list python-3.x filter
How to filter a data frame

I have a data frame and tried to select only the observations I'm interested in by this: data[data["Var1"]&…

r filter r-faq
Filtering Pandas Dataframe using OR statement

I have a pandas dataframe and I want to filter the whole df based on the value of two columns …

python pandas filter dataframe
How to make Regular expression into non-greedy?

I'm using jQuery. I have a string with a block of special characters (begin and end). I want get the …

javascript regex filter expression regex-greedy
Jquery how to find an Object by attribute in an Array

Given I have an array of "purpose" objects: //array of purpose objects: var purposeObjects = [ {purpose: "daily"}, {purpose: "weekly"}, {purpose: "monthly"} ]; (…

jquery collections filter traversal
How Spring Security Filter Chain works

I realize that Spring security build on chain of filters, which will intercept the request, detect (absence of) authentication, redirect …

spring authentication spring-security filter jwt