0
votes
3answers
51 views
php regular expression to filter out junk
So I have an interesting problem: I have a string, and for the most part i know what to expect:
http://www.someurl.com/st=????????
Except in this case, the ?'s are either upper c …
0
votes
1answer
42 views
Filtering records by incrementing parameters in Django
I've been able to implement a filtering solution for my app...so far I have filtering by year, make and body style for a vehicle inventory. What I want to do is to filter the reco …
1
vote
3answers
64 views
Creating “holey” median filter in Matlab
Hi
What I need to do is to create a "special" kind of median filter for image processing in Matlab - the "holey" median filter. This is a filter that excludes the element at the c …
1
vote
3answers
105 views
Mean filter for smoothing images in Matlab
Hi there!
I need to test some basic image processing techniques in Matlab. I need to test and compare especially two types of filters: mean filter and median filter.
To smooth im …
3
votes
4answers
57 views
VB: Allowing Only Numbers (not Letters) To Be Entered Into Textbox
I have a textbox which controls the interval of a Timer control. How do I filter out letters? Is it possible to restrict entry to numbers only (like if you enter a letter or a spac …
0
votes
1answer
117 views
dojo filteringSelect is very slow
Hello friends,
In my project I am fetching cities using country selected.
Now I have about 8000 cities for 1 country, and because of that filteringSelect takes time to show it fa …
1
vote
3answers
81 views
iPhone Keyboard Filter Question
I want to limit the character users can type in iPhone's keyboard, so I created an array of my own. e.g. The array including 0~9 and a dot to enable users to type a price. Then I c …
0
votes
0answers
24 views
Find and Exclude Visits via “Top Sites” Function
In this answer to a Meta question, Jeff states that he has fixed the problem where Safari "Top Sites" visits were counted for the Fanatic and Enthusiast badges.
However, my questi …
0
votes
4answers
50 views
Best practice for filtering items client-side with JavaScript, hide or remove from DOM?
I have a relatively large dataset of items (a few thousand items) that I want to navigate by applying a number of filters client side in a web application. Applying the filtering l …
0
votes
1answer
19 views
How to do filtering data in UITableView like ‘Recents’ view in Phone application?
Hi, everyone.
I am planning to applied the feature like 'Recents' view in Phone application of iPhone. This view show option on the top, 'All' and 'Missed'. Default option is 'All …
0
votes
1answer
59 views
Excel filter questions
Hi, I need to know how to do the following filters:
Filter a date column to show weekend dates only
Filter a date column to show the first and last day of a month only
Filter a n …
0
votes
1answer
51 views
WPF - Filtering/Searching multiple collection views within a treeview
I have a treeview that is bound to a collection and each item in the collection is bound to another collection. (using hierachle data templates)
I would like to use the collection …
2
votes
7answers
92 views
Python list filtering and transformation
Hello, I have a list of library filenames that I need to filter against regular expression and then extract version number from those that match. This is the obvious way to do that …
0
votes
0answers
50 views
Consolidated: SQL Pass comma separated values in SP for filtering
I'm here to share a consolidated analysis for the following scenario:
I've an 'Item' table and I've a search SP for it. I want to be able to search for multiple ItemCodes like:
- …
0
votes
1answer
34 views
Why is break point unreachable when using jQuery Droplistfilter
I am using this drop list filter on my Asp.Net Form.
jQuery plugin DropListFilter
The filter on the dropdownlist list works perfecty.
<script type="text/javascript">
$(doc …
