0
votes
1answer
13 views
HTML 5 filter language or some analog of filter language?
Is there in HTML 5 filtering language or some analog of filter language? Something like GLSL / HYDRA / HLSL or just JS pixel filter/shader lib?
5
votes
13answers
191 views
JavaScript: How to create an Object and filter on those attributes?
I have a JavaScript array of houses like so,
{
'homes' :
[{
"home_id" : "1",
"address" : "321 Main St",
"city" : "Dallas",
"state" : "TX",
"z …
0
votes
2answers
21 views
How to create simple blur filter with HLSL (for Silverlight)?
How to create simple Gaussian Blur filter with HLSL (for Silverlight)?
Why - I want to create some complex filter for Silverlight and I do not want to apply blur filter and mine se …
0
votes
4answers
27 views
jQuery - How to filter rows onclick?
I'm trying to figure out how to filter a table based on the row class when I click a button. I've been looking at various jquery plugins, but none of them seem to do what I need i …
1
vote
0answers
17 views
How to do smooth Alpha chanel keying with Silverlight 3 Pixel Shaders?
How to do smooth Alpha channel keying with Silverlight 3 Pixel Shaders?
I want some HLSL filter (like this Shazzam HLSL example)
sampler2D implicitInputSampler : re …
0
votes
1answer
27 views
Jquery Listbox / Textbox filter
Hi,
I have the following jquery function for filtering the contents of a listbox on the onkeyup event from a textbox.
function DoListBoxFilter(listBoxSelector, filter, keys, val …
0
votes
1answer
15 views
Django Admin: Getting a QuerySet filtered according to GET string, exactly as seen in the change list?
Hi all
In the Django admin, the user can set filters which limit the rows displayed in the change list. How can I get a QuerySet instance with filters set as defined by the query …
0
votes
2answers
79 views
How to compute ifft from fft?
Hello,
I've done a fft to get fundamental frequency in real time and to implement high and low pass filters.
Now I want to be able to record to a .wav file after I apply a filter …
0
votes
1answer
28 views
Run code in Hibernate Filters
I have a fairly sophisticated security mechanism that I implemented using Apache Shiro (formerly JSecurity). In order to know the exact visibility rules for an object, I need to r …
2
votes
1answer
21 views
Filtering by custom date range in Django admin
Can Django admin site select entries by a custom date range, i.e. using two DateFields with AdminDateWidget? I know that there are date_hierarchy and list_filter properties, but th …
0
votes
1answer
18 views
Performance: Count of rows matching filters ex: Inbox(5), Trash(10), FilterX(6), lots of filters, how to make it really fast
The problem:
Application: asp.net and sql server
I have custom filters for selecting a subset of rows. (ie user defines the conditions/where clause)
In the app page there is a l …
0
votes
1answer
18 views
How to use sendmail-jilter for Postfix email header parsing?
Hello,
I want to filter e-mail headers received on my Postfix mail receiving server.
I looked on the java implementation of milter protocol and found sendmail-jilter
This API cl …
0
votes
3answers
64 views
How can I filter an array based on the objects in another array in Objective-C?
I have an array of objects in a tableView. I want the user to be able to go to another page and select from a checklist of objects to filter the first array.
How should I handle t …
3
votes
3answers
63 views
Vim search for a pattern and if NOT occurs delete line
I've read this question, but I want to know how can I delete the line when the pattern DOESN'T occur.
1
vote
3answers
47 views
Filter Array of Values
I am using PHP and I have an array of user images that I need to filter. I need to do 2 different filters:
Look in original array and see if each value contains a value in my "ba …
