Top "Filter" questions

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

File input 'accept' attribute - is it useful?

Implementing a file upload under html is fairly simple, but I just noticed that there is an 'accept' attribute that …

html filter cross-browser mime-types
Filtering DataGridView without changing datasource

I'm developing user control in C# Visual Studio 2010 - a kind of "quick find" textbox for filtering datagridview. It should …

c# winforms visual-studio-2010 datagridview filter
IE 8: background-size fix

I've tried to add background size to IE but it's not working at all: HTML <h2 id="news">…

css xhtml filter width background-image
How I can filter a Datatable?

I use a DataTable with Information about Users and I want search a user or a list of users in …

c# asp.net filter datatable dataset
Limit the length of a string with AngularJS

I have the following: <div>{{modal.title}}</div> Is there a way that I could limit …

angularjs filter angularjs-filter
How to use filter, map, and reduce in Python 3

filter, map, and reduce work perfectly in Python 2. Here is an example: >>> def f(x): return x % 2 != 0 …

python python-3.x filter functional-programming reduce
How to filter an array from all elements of another array

I'd like to understand the best way to filter an array from all elements of another one. I tried with …

javascript arrays filter
remove None value from a list without removing the 0 value

This was my source I started with. My List L = [0, 23, 234, 89, None, 0, 35, 9] When I run this : L = filter(None, L) I …

python list filter nonetype
javascript filter array multiple conditions

I want to simplify an array of objects. Let's assume that I have following array: var users = [{ name: 'John', email: …

javascript arrays filter
Filter Excel pivot table using VBA

I have tried copying and pasting solutions from the internet forever now to try to filter a pivot table in …

excel filter pivot-table vba