A program or routine that blocks access to data that meet a particular criterion. An example would be a "Web filter" that screens out adult websites. Do NOT use this tag for Java servlet filters. Use [servlet-filters] instead.
1
vote
1answer
18 views
Searching through listview populated from a database
I am very new to android so this might sound stupid. I have a listview populated from a databse. I want to search through it and display the items in the list as the user types in the searchbox. Found ...
0
votes
0answers
7 views
Tablesorter Range Slider Values to Header - Initial Values Not Showing
When I use the filter-formatter uiRange function and set valueToHeader to true, no values show initially. If I move one of the sliders then the range of values show. If I set valueToHeader to false, ...
0
votes
0answers
22 views
How can I specify arbitrary filters on sql queries?
I'm building a rest interface using dropwizard which comes with, among other things, Jersey and JDBI. Jersey allows me to specify URI endpoints as java methods:
@GET
@Path("/path/to/resource")
...
0
votes
0answers
15 views
Solr filter query including NOT and OR
For a filter query in Solr, I need to include all documents not of a certain type, plus any documents of that type which have a value in a certain field.
I tried this:
fq=(-type_id:(A) OR ...
2
votes
1answer
26 views
Matlab image centroid simulation
I was given this task, I am a noob and need some pointers to get started with centroid calculation in Matlab:
Instead of an image first I was asked to simulate a Gaussian distribution(2 dimensional), ...
3
votes
2answers
25 views
JQuery Won't Filter Using a Value
I'm trying to create a simple function that will tell me when all dropdown boxes in a div have been selected. The problem seems to be that the filter isn't selecting anything so the length is always ...
0
votes
0answers
26 views
Looking for a simple filter editor
I'm looking for a light weight filter editor that will allow end-users to define a complex SQL where clause criteria.
The input is a list of column names and the output is a where clause string.
A ...
2
votes
1answer
32 views
Filtering PHP output of template files in WordPress
Based on a basic knowledge of PHP and some smart snips around the internet, I've put together a debugging routine for WP child theme development. The idea is that it's often difficult to figure out ...
0
votes
0answers
8 views
Complex Filter Design
I want to design a filter. I was using butter(). But the designed filter is a real filter with this method. For example: think that I found fft of my data. The spectrum will be in a range ...
1
vote
1answer
28 views
Does hibernate filter plugin for grails support table join and multiple parameter?
I am learning to use this plugin. By following the steps in grails.org, I successfully applied the filter in single domain class. But I'd like to know whether hibernate filter support conditions ...
0
votes
0answers
13 views
Security risks for adding pdf filter to SQL 2005 for Full Text Search
I have followed all the instructions for adding third party filters to allow PDF files to be indexed for SQL 2005 full text search. I did the following to enable it:
1.
use master
go
EXEC ...
0
votes
0answers
7 views
Filter-mapping ID in servlet from javax.servlet.Filter
The Servlet 2.5 specification states :
<xsd:complexType name="filter-mappingType">
...
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Here is my filter mapping ...
1
vote
0answers
8 views
SUMIF used together with FILTER function in Google Spreadsheet
It seems that Google Docs doesn't offer the SUMIFS function.
Instead, it was suggested to use a workaround combining SUM with FILTER
I'm trying to sum values filtering months in a specific year.
...
1
vote
0answers
9 views
trying to chart only positive values and have code which seems to take values but unable to copy paste… please please aid me
Have a table of values. Some of which are negative, some positive. I want to plot the positive values in a pie chart. I don't want to reorder the column.
I have code below which seems to separate out ...
1
vote
1answer
20 views
Infragistics WebDataGrid- How do I get the value typed into the filter box by the user?
Using an Infragistics WebDataGrid v11.2 , how do I get the value typed into the filter box by the user, from the C# codebehind?
Say the column's Key="LastName" . After the webDataGrid performs the ...
-1
votes
1answer
18 views
ZendFramework: Where's the best place to put Validation and Filter Rules
I want to validate and filter values before saving, like, converting to uppercase, remove spaces, remove accents, verify if valid email address, etc.
The ideas:
Use Zend_Form: I don't like this ...
0
votes
0answers
13 views
Switch between kendo dropdown to Kendo AutoComplete
I am using a Kendo grid in MVC with customized filter menu as below:
http://demos.kendoui.com/web/grid/filter-menu-customization.html
I was trying to switch Kendo dropdown (the second dropdown in ...
1
vote
2answers
29 views
Error with Sort method in DataGridView [closed]
We have DataGridView which is bound to an List and gets its data from there ( the List gets the data from a txt file) ...
0
votes
1answer
16 views
MDX Filter Unknown from list of states / provinces also removes provinces
I am trying to exclude Unknown from a dimension [Ship To State] that contains Provinces and States.
The first expression throws out Provinces as well as States, and I don't know why -
this mdx lists ...
1
vote
0answers
22 views
Level-based log strategy with Logback
I would like to use Logback to manage my Java app's logging, however, I want it to implement a somewhat unorthodox logging strategy.
For TRACE- and DEBUG-level messages, I want them logged to a ...
0
votes
0answers
24 views
How to obtain bag of words for known vocabulary? Weka in Java
I am using Weka on Java to do a text classification task. I have 1000 training instances, and test instances that are streamed to me. At one time, I have only one test instance. The vocabulary V1 ...
1
vote
0answers
25 views
MSSQL CTE tree with filter how to?
There's a table that describes object hierarchy and their type:
DECLARE @TTable TABLE
(
ID int
,Higher int -- for some reason this is how ID_PARENT named
,[Type] int
)
I need to select a subtree ...
0
votes
1answer
108 views
Haskell CPS: How to implement map and filter functions using Cont monad?
I've been trying to learn CPS, seems I didn't really get my head around it, could you implement basic filter and map using Cont monad?
0
votes
0answers
7 views
ext js 4.2 dataview filter will not let me remove items from store
I have a dataview in Ext JS 4.2. The dataview works fine. I want to add the ability for the user to click a toggle button that filters the grid view based upon the AmountDue field in the Store.
...
0
votes
0answers
24 views
Unable to use Quicksand.js filter within limited container space
can anyone help? I've been racking my brain a week or so now.
Basically I'm trying to add a gallery to a page that uses twitter-bootstrap and the quicksand.js plugin. I figured it would be easy to ...
-2
votes
0answers
7 views
Gabor filter AM FM Response [closed]
In a 2D Gabor Filter,
There is a correspondence like:
Increasing/Decreasing the amplitude -> something changes to the spatial response & the frequency response
Increasing/Decreasing the ...
-1
votes
1answer
15 views
Breezejs Query with Filter containing enum
Prior to one of the latest releases I could use a predicate like following:
(myEntity.myEnum, '<', 100) -
this no longer works as enums are treated like strings
how do we filter on an enum then?
...
0
votes
1answer
26 views
Thread in driver don't send packets
I have this NDIS Filter Driver. I try to start in my driver a thread, that will send packet every 10 seconds.
To do that, I use this code:
LARGE_INTEGER TimePrev, TimeNow;
void ThreadedAction()
{
...
1
vote
0answers
59 views
When filtering a Delphi TDataSet is there a difference between the NULL and BLANK keywords?
When using the Filter property of TDataSet I enter the following filters:
'State <> ''CA'' or State = BLANK'
'State <> ''CA'' or State = NULL'
Does BLANK mean empty but not null or are ...
0
votes
0answers
10 views
Add custom filter to ohanah module [Joomla]
I got a website made with joomla and ohanah module to handle the events. I got the usual filters like city, region, date etc. But i need to add another filter with multiple selecction posibilities ...
0
votes
1answer
21 views
Filter Facebook profile pictures retrieved using Facepile
I've implemented Facepile in my website and it works perfectly. It just displays the profile pictures of users who have liked my page. Now, I want to display the profile pictures of users from a ...
2
votes
1answer
31 views
Filter twitter4j stream
I'm trying to filter my twitter4j stream with the following code :
TwitterStream twitterStream = getTwitterStreamInstance();
// Listener
twitterStream.addListener(listener);
// ...
1
vote
0answers
28 views
Filtering a data frame in R and an unwanted filtered out result
This snippet:
names<-c("Alice","Bob","Charlie")
ages<-c(25,24,25)
friends<-data.frame(names,ages)
a25 <- friends[friends$age==25,]
a25
table(a25$names)
gives me this output
names ...
0
votes
1answer
9 views
displacementMapfilter floats with object below it
I've been creating a magnifier class using a standard displacementMapfilter similar to Adobe's and numerous other examples: ...
0
votes
1answer
29 views
To filter/subset a data frame based on character vector with R
I have a data frame look like this :
data.frame' 45678 obs. of 130 variables
$ Seqeunce : chr "AAAAAIGGR" "AAAAAIGGRPNYYGNEGGR" "AAAAASSNPGGGPEMVR" ...
$ IDs : chr "1404" "4963" ...
0
votes
1answer
35 views
Filtering out <script> tags, ajax
I am building a simple twitter copy for a school project. I am getting twits from the db with php and ajax. I have system for automatically getting new twits, and then showing a show new twits link. I ...
0
votes
0answers
25 views
How to use context.getBean(“connector.service”) in Alfresco Share?
I need to create a filter in Alfresco share for extracting one parameter from the request URL and puts it in the remote connector session as one parameter. For that I have written following code;
...
0
votes
2answers
65 views
Angular - Use filter on ng-options to change the value displayed
I have an array of prices (0, 0.99, 1.99... etc) that I want to display in < select>.
I want to use Angular's ng-options like this
<select ng-model="create_price" ng-options="obj for obj in ...
1
vote
1answer
30 views
How to filter / selectively copy values from one DataGridView to another DataGridView
I have 2 DataGridViews: productsDataGridView and promotionsDataGridView.
The first one, productsDataGridView, which reads ALL values from a file with this method:
public static List<Products> ...
2
votes
1answer
32 views
Using boost range adaptors with a directory iterator range
Edit: I added some solutions below my question, based on Jonathan's answer
I want to have a list of regular files with a certain name pattern in a given directory. I took one of the examples from ...
1
vote
0answers
23 views
WPF databound Combobox
I need to create a usercontrol that behaves like a combobox.
Instances of this combobox will be databound to a certain collection at runtime. (i.e a collection of strings, to keep this question as ...
0
votes
1answer
21 views
Sorting data into categories and showing category headlines
In AngularJS, for the given dataset of animals, what is the best way to produce both the personality view and the size view?
Personality view
Animals by personality:
Cute
Cat
Dog
Scary
...
0
votes
0answers
26 views
SPARQL filter with java [closed]
How to put language filter SPARQL with java?
I have this code, and i want to get only one ISBN of book "http://dbpedia.org/page/How_the_Self_Controls_Its_Brain" in english "en", without filtering it ...
0
votes
1answer
20 views
Jquery each return only first found element
var x = $(".tabularData tr").each(function(){
if($(this).hasClass("even")||$(this).hasClass("odd")){
RETURN ONLY FIRST FOUND ELEMENT, WEATHER EVEN OR ODD
CURRENT CODE ...
0
votes
1answer
64 views
+50
iOS app doesn't fetch same results as Foursquare
I've been wondering for quite a while, I'm using Foursquare's API to use within my iOS app.
It works wonderfully except that fetched results never matches those made by the Foursquare app itself.
I ...
1
vote
2answers
49 views
filtering column values while using SELECT in MySQL
I have a mysql table with a column Doc TEXT.
the column contains HTML as content.
I want to select the column with filtered to get only URLs from the content. column content contains A HREF="(.*)" . ...
0
votes
0answers
23 views
Need to backup inputted data into another worksheet
I work for a manufacturing firm and am trying to create an excel file that can keep track of the health of certain filters.
Example: Every day, data is recorded on a set of 100 filters ...
0
votes
1answer
47 views
Filter not working in Qt C++
I'm trying to filter the elements of a list by quantity using Qt. It's just that I press the filter button and nothing happens. Maybe i'm doing something wrong in the SLOT function. The filter ...
-1
votes
0answers
15 views
Intent Filter to Launch My Application when custom URI is clicked
I following your post, and i can't
Intent Filter to Launch My Activity when custom URI is clicked
i want in sms app has text : myapp://myapp -> it show look like http:myapp.com, but i't not like, ...
0
votes
1answer
35 views
Android: ListView filtering from a dropdown menu OR checkboxes
I've been browsing these and other "forums" for quite a bit and I've not been able to find a "guide" to this issue I'm facing.
I've had an Android course and I decided to start working on my own app, ...


